@leeguoo/pwtk-network-debugger 1.3.0 → 1.3.1-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js CHANGED
@@ -1,10 +1,10 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});var A="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function e(A){return A&&A.__esModule&&Object.prototype.hasOwnProperty.call(A,"default")?A.default:A}function t(A){if(Object.prototype.hasOwnProperty.call(A,"__esModule"))return A;var e=A.default;if("function"==typeof e){var t=function A(){var t=!1;try{t=this instanceof A}catch{}if(t)return Reflect.construct(e,arguments,this.constructor);else return e.apply(this,arguments)};t.prototype=e.prototype}else t={};Object.defineProperty(t,"__esModule",{value:!0});Object.keys(A).forEach(function(e){var r=Object.getOwnPropertyDescriptor(A,e);Object.defineProperty(t,e,r.get?r:{enumerable:!0,get:function(){return A[e]}})});return t}var r={exports:{}};var n={exports:{}};const i=t(Object.freeze(Object.defineProperty({__proto__:null,default:{}},Symbol.toStringTag,{value:"Module"})));var s;function o(){if(s)return n.exports;s=1;n.exports=(e=e||function(e,t){var r;if("undefined"!=typeof window&&window.crypto)r=window.crypto;if("undefined"!=typeof self&&self.crypto)r=self.crypto;if("undefined"!=typeof globalThis&&globalThis.crypto)r=globalThis.crypto;if(!r&&"undefined"!=typeof window&&window.msCrypto)r=window.msCrypto;if(!r&&void 0!==A&&A.crypto)r=A.crypto;if(!r)try{r=i}catch(w){}var n=function(){if(r){if("function"==typeof r.getRandomValues)try{return r.getRandomValues(new Uint32Array(1))[0]}catch(w){}if("function"==typeof r.randomBytes)try{return r.randomBytes(4).readInt32LE()}catch(w){}}throw new Error("Native crypto module could not be used to get secure random number.")},s=Object.create||function(){function A(){}return function(e){var t;A.prototype=e;t=new A;A.prototype=null;return t}}(),o={},a=o.lib={},c=a.Base=function(){return{extend:function(A){var e=s(this);if(A)e.mixIn(A);if(!e.hasOwnProperty("init")||this.init===e.init)e.init=function(){e.$super.init.apply(this,arguments)};e.init.prototype=e;e.$super=this;return e},create:function(){var A=this.extend();A.init.apply(A,arguments);return A},init:function(){},mixIn:function(A){for(var e in A)if(A.hasOwnProperty(e))this[e]=A[e];if(A.hasOwnProperty("toString"))this.toString=A.toString},clone:function(){return this.init.prototype.extend(this)}}}(),l=a.WordArray=c.extend({init:function(A,e){A=this.words=A||[];if(e!=t)this.sigBytes=e;else this.sigBytes=4*A.length},toString:function(A){return(A||u).stringify(this)},concat:function(A){var e=this.words,t=A.words,r=this.sigBytes,n=A.sigBytes;this.clamp();if(r%4)for(var i=0;i<n;i++){var s=t[i>>>2]>>>24-i%4*8&255;e[r+i>>>2]|=s<<24-(r+i)%4*8}else for(var o=0;o<n;o+=4)e[r+o>>>2]=t[o>>>2];this.sigBytes+=n;return this},clamp:function(){var A=this.words,t=this.sigBytes;A[t>>>2]&=4294967295<<32-t%4*8;A.length=e.ceil(t/4)},clone:function(){var A=c.clone.call(this);A.words=this.words.slice(0);return A},random:function(A){for(var e=[],t=0;t<A;t+=4)e.push(n());return new l.init(e,A)}}),B=o.enc={},u=B.Hex={stringify:function(A){for(var e=A.words,t=A.sigBytes,r=[],n=0;n<t;n++){var i=e[n>>>2]>>>24-n%4*8&255;r.push((i>>>4).toString(16));r.push((15&i).toString(16))}return r.join("")},parse:function(A){for(var e=A.length,t=[],r=0;r<e;r+=2)t[r>>>3]|=parseInt(A.substr(r,2),16)<<24-r%8*4;return new l.init(t,e/2)}},g=B.Latin1={stringify:function(A){for(var e=A.words,t=A.sigBytes,r=[],n=0;n<t;n++){var i=e[n>>>2]>>>24-n%4*8&255;r.push(String.fromCharCode(i))}return r.join("")},parse:function(A){for(var e=A.length,t=[],r=0;r<e;r++)t[r>>>2]|=(255&A.charCodeAt(r))<<24-r%4*8;return new l.init(t,e)}},d=B.Utf8={stringify:function(A){try{return decodeURIComponent(escape(g.stringify(A)))}catch(e){throw new Error("Malformed UTF-8 data")}},parse:function(A){return g.parse(unescape(encodeURIComponent(A)))}},h=a.BufferedBlockAlgorithm=c.extend({reset:function(){this._data=new l.init;this._nDataBytes=0},_append:function(A){if("string"==typeof A)A=d.parse(A);this._data.concat(A);this._nDataBytes+=A.sigBytes},_process:function(A){var t,r=this._data,n=r.words,i=r.sigBytes,s=this.blockSize,o=i/(4*s);if(A)o=e.ceil(o);else o=e.max((0|o)-this._minBufferSize,0);var a=o*s,c=e.min(4*a,i);if(a){for(var B=0;B<a;B+=s)this._doProcessBlock(n,B);t=n.splice(0,a);r.sigBytes-=c}return new l.init(t,c)},clone:function(){var A=c.clone.call(this);A._data=this._data.clone();return A},_minBufferSize:0});a.Hasher=h.extend({cfg:c.extend(),init:function(A){this.cfg=this.cfg.extend(A);this.reset()},reset:function(){h.reset.call(this);this._doReset()},update:function(A){this._append(A);this._process();return this},finalize:function(A){if(A)this._append(A);return this._doFinalize()},blockSize:16,_createHelper:function(A){return function(e,t){return new A.init(t).finalize(e)}},_createHmacHelper:function(A){return function(e,t){return new f.HMAC.init(A,t).finalize(e)}}});var f=o.algo={};return o}(Math),e);var e;return n.exports}var a,c={exports:{}};function l(){if(a)return c.exports;a=1;c.exports=function(A){!function(e){var t=A,r=t.lib,n=r.Base,i=r.WordArray,s=t.x64={};s.Word=n.extend({init:function(A,e){this.high=A;this.low=e}});s.WordArray=n.extend({init:function(A,t){A=this.words=A||[];if(t!=e)this.sigBytes=t;else this.sigBytes=8*A.length},toX32:function(){for(var A=this.words,e=A.length,t=[],r=0;r<e;r++){var n=A[r];t.push(n.high);t.push(n.low)}return i.create(t,this.sigBytes)},clone:function(){for(var A=n.clone.call(this),e=A.words=this.words.slice(0),t=e.length,r=0;r<t;r++)e[r]=e[r].clone();return A}})}();return A}(o());return c.exports}var B,u={exports:{}};function g(){if(B)return u.exports;B=1;u.exports=function(A){!function(){if("function"==typeof ArrayBuffer){var e=A.lib.WordArray,t=e.init,r=e.init=function(A){if(A instanceof ArrayBuffer)A=new Uint8Array(A);if(A instanceof Int8Array||"undefined"!=typeof Uint8ClampedArray&&A instanceof Uint8ClampedArray||A instanceof Int16Array||A instanceof Uint16Array||A instanceof Int32Array||A instanceof Uint32Array||A instanceof Float32Array||A instanceof Float64Array)A=new Uint8Array(A.buffer,A.byteOffset,A.byteLength);if(A instanceof Uint8Array){for(var e=A.byteLength,r=[],n=0;n<e;n++)r[n>>>2]|=A[n]<<24-n%4*8;t.call(this,r,e)}else t.apply(this,arguments)};r.prototype=e}}();return A.lib.WordArray}(o());return u.exports}var d,h={exports:{}};function f(){if(d)return h.exports;d=1;h.exports=function(A){!function(){var e=A,t=e.lib.WordArray,r=e.enc;r.Utf16=r.Utf16BE={stringify:function(A){for(var e=A.words,t=A.sigBytes,r=[],n=0;n<t;n+=2){var i=e[n>>>2]>>>16-n%4*8&65535;r.push(String.fromCharCode(i))}return r.join("")},parse:function(A){for(var e=A.length,r=[],n=0;n<e;n++)r[n>>>1]|=A.charCodeAt(n)<<16-n%2*16;return t.create(r,2*e)}};r.Utf16LE={stringify:function(A){for(var e=A.words,t=A.sigBytes,r=[],i=0;i<t;i+=2){var s=n(e[i>>>2]>>>16-i%4*8&65535);r.push(String.fromCharCode(s))}return r.join("")},parse:function(A){for(var e=A.length,r=[],i=0;i<e;i++)r[i>>>1]|=n(A.charCodeAt(i)<<16-i%2*16);return t.create(r,2*e)}};function n(A){return A<<8&4278255360|A>>>8&16711935}}();return A.enc.Utf16}(o());return h.exports}var w,p={exports:{}};function Q(){if(w)return p.exports;w=1;p.exports=function(A){!function(){var e=A,t=e.lib.WordArray;e.enc.Base64={stringify:function(A){var e=A.words,t=A.sigBytes,r=this._map;A.clamp();for(var n=[],i=0;i<t;i+=3)for(var s=(e[i>>>2]>>>24-i%4*8&255)<<16|(e[i+1>>>2]>>>24-(i+1)%4*8&255)<<8|e[i+2>>>2]>>>24-(i+2)%4*8&255,o=0;o<4&&i+.75*o<t;o++)n.push(r.charAt(s>>>6*(3-o)&63));var a=r.charAt(64);if(a)for(;n.length%4;)n.push(a);return n.join("")},parse:function(A){var e=A.length,t=this._map,n=this._reverseMap;if(!n){n=this._reverseMap=[];for(var i=0;i<t.length;i++)n[t.charCodeAt(i)]=i}var s=t.charAt(64);if(s){var o=A.indexOf(s);if(-1!==o)e=o}return r(A,e,n)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function r(A,e,r){for(var n=[],i=0,s=0;s<e;s++)if(s%4){var o=r[A.charCodeAt(s-1)]<<s%4*2|r[A.charCodeAt(s)]>>>6-s%4*2;n[i>>>2]|=o<<24-i%4*8;i++}return t.create(n,i)}}();return A.enc.Base64}(o());return p.exports}var C,U={exports:{}};function F(){if(C)return U.exports;C=1;U.exports=function(A){!function(){var e=A,t=e.lib.WordArray;e.enc.Base64url={stringify:function(A,e){if(void 0===e)e=!0;var t=A.words,r=A.sigBytes,n=e?this._safe_map:this._map;A.clamp();for(var i=[],s=0;s<r;s+=3)for(var o=(t[s>>>2]>>>24-s%4*8&255)<<16|(t[s+1>>>2]>>>24-(s+1)%4*8&255)<<8|t[s+2>>>2]>>>24-(s+2)%4*8&255,a=0;a<4&&s+.75*a<r;a++)i.push(n.charAt(o>>>6*(3-a)&63));var c=n.charAt(64);if(c)for(;i.length%4;)i.push(c);return i.join("")},parse:function(A,e){if(void 0===e)e=!0;var t=A.length,n=e?this._safe_map:this._map,i=this._reverseMap;if(!i){i=this._reverseMap=[];for(var s=0;s<n.length;s++)i[n.charCodeAt(s)]=s}var o=n.charAt(64);if(o){var a=A.indexOf(o);if(-1!==a)t=a}return r(A,t,i)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"};function r(A,e,r){for(var n=[],i=0,s=0;s<e;s++)if(s%4){var o=r[A.charCodeAt(s-1)]<<s%4*2|r[A.charCodeAt(s)]>>>6-s%4*2;n[i>>>2]|=o<<24-i%4*8;i++}return t.create(n,i)}}();return A.enc.Base64url}(o());return U.exports}var y,b={exports:{}};function m(){if(y)return b.exports;y=1;b.exports=function(A){!function(e){var t=A,r=t.lib,n=r.WordArray,i=r.Hasher,s=t.algo,o=[];!function(){for(var A=0;A<64;A++)o[A]=4294967296*e.abs(e.sin(A+1))|0}();var a=s.MD5=i.extend({_doReset:function(){this._hash=new n.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(A,e){for(var t=0;t<16;t++){var r=e+t,n=A[r];A[r]=16711935&(n<<8|n>>>24)|4278255360&(n<<24|n>>>8)}var i=this._hash.words,s=A[e+0],a=A[e+1],g=A[e+2],d=A[e+3],h=A[e+4],f=A[e+5],w=A[e+6],p=A[e+7],Q=A[e+8],C=A[e+9],U=A[e+10],F=A[e+11],y=A[e+12],b=A[e+13],m=A[e+14],H=A[e+15],E=i[0],v=i[1],x=i[2],I=i[3];E=c(E,v,x,I,s,7,o[0]);I=c(I,E,v,x,a,12,o[1]);x=c(x,I,E,v,g,17,o[2]);v=c(v,x,I,E,d,22,o[3]);E=c(E,v,x,I,h,7,o[4]);I=c(I,E,v,x,f,12,o[5]);x=c(x,I,E,v,w,17,o[6]);v=c(v,x,I,E,p,22,o[7]);E=c(E,v,x,I,Q,7,o[8]);I=c(I,E,v,x,C,12,o[9]);x=c(x,I,E,v,U,17,o[10]);v=c(v,x,I,E,F,22,o[11]);E=c(E,v,x,I,y,7,o[12]);I=c(I,E,v,x,b,12,o[13]);x=c(x,I,E,v,m,17,o[14]);E=l(E,v=c(v,x,I,E,H,22,o[15]),x,I,a,5,o[16]);I=l(I,E,v,x,w,9,o[17]);x=l(x,I,E,v,F,14,o[18]);v=l(v,x,I,E,s,20,o[19]);E=l(E,v,x,I,f,5,o[20]);I=l(I,E,v,x,U,9,o[21]);x=l(x,I,E,v,H,14,o[22]);v=l(v,x,I,E,h,20,o[23]);E=l(E,v,x,I,C,5,o[24]);I=l(I,E,v,x,m,9,o[25]);x=l(x,I,E,v,d,14,o[26]);v=l(v,x,I,E,Q,20,o[27]);E=l(E,v,x,I,b,5,o[28]);I=l(I,E,v,x,g,9,o[29]);x=l(x,I,E,v,p,14,o[30]);E=B(E,v=l(v,x,I,E,y,20,o[31]),x,I,f,4,o[32]);I=B(I,E,v,x,Q,11,o[33]);x=B(x,I,E,v,F,16,o[34]);v=B(v,x,I,E,m,23,o[35]);E=B(E,v,x,I,a,4,o[36]);I=B(I,E,v,x,h,11,o[37]);x=B(x,I,E,v,p,16,o[38]);v=B(v,x,I,E,U,23,o[39]);E=B(E,v,x,I,b,4,o[40]);I=B(I,E,v,x,s,11,o[41]);x=B(x,I,E,v,d,16,o[42]);v=B(v,x,I,E,w,23,o[43]);E=B(E,v,x,I,C,4,o[44]);I=B(I,E,v,x,y,11,o[45]);x=B(x,I,E,v,H,16,o[46]);E=u(E,v=B(v,x,I,E,g,23,o[47]),x,I,s,6,o[48]);I=u(I,E,v,x,p,10,o[49]);x=u(x,I,E,v,m,15,o[50]);v=u(v,x,I,E,f,21,o[51]);E=u(E,v,x,I,y,6,o[52]);I=u(I,E,v,x,d,10,o[53]);x=u(x,I,E,v,U,15,o[54]);v=u(v,x,I,E,a,21,o[55]);E=u(E,v,x,I,Q,6,o[56]);I=u(I,E,v,x,H,10,o[57]);x=u(x,I,E,v,w,15,o[58]);v=u(v,x,I,E,b,21,o[59]);E=u(E,v,x,I,h,6,o[60]);I=u(I,E,v,x,F,10,o[61]);x=u(x,I,E,v,g,15,o[62]);v=u(v,x,I,E,C,21,o[63]);i[0]=i[0]+E|0;i[1]=i[1]+v|0;i[2]=i[2]+x|0;i[3]=i[3]+I|0},_doFinalize:function(){var A=this._data,t=A.words,r=8*this._nDataBytes,n=8*A.sigBytes;t[n>>>5]|=128<<24-n%32;var i=e.floor(r/4294967296),s=r;t[15+(n+64>>>9<<4)]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8);t[14+(n+64>>>9<<4)]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8);A.sigBytes=4*(t.length+1);this._process();for(var o=this._hash,a=o.words,c=0;c<4;c++){var l=a[c];a[c]=16711935&(l<<8|l>>>24)|4278255360&(l<<24|l>>>8)}return o},clone:function(){var A=i.clone.call(this);A._hash=this._hash.clone();return A}});function c(A,e,t,r,n,i,s){var o=A+(e&t|~e&r)+n+s;return(o<<i|o>>>32-i)+e}function l(A,e,t,r,n,i,s){var o=A+(e&r|t&~r)+n+s;return(o<<i|o>>>32-i)+e}function B(A,e,t,r,n,i,s){var o=A+(e^t^r)+n+s;return(o<<i|o>>>32-i)+e}function u(A,e,t,r,n,i,s){var o=A+(t^(e|~r))+n+s;return(o<<i|o>>>32-i)+e}t.MD5=i._createHelper(a);t.HmacMD5=i._createHmacHelper(a)}(Math);return A.MD5}(o());return b.exports}var H,E={exports:{}};function v(){if(H)return E.exports;H=1;E.exports=function(A){!function(){var e=A,t=e.lib,r=t.WordArray,n=t.Hasher,i=e.algo,s=[],o=i.SHA1=n.extend({_doReset:function(){this._hash=new r.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(A,e){for(var t=this._hash.words,r=t[0],n=t[1],i=t[2],o=t[3],a=t[4],c=0;c<80;c++){if(c<16)s[c]=0|A[e+c];else{var l=s[c-3]^s[c-8]^s[c-14]^s[c-16];s[c]=l<<1|l>>>31}var B=(r<<5|r>>>27)+a+s[c];if(c<20)B+=1518500249+(n&i|~n&o);else if(c<40)B+=1859775393+(n^i^o);else if(c<60)B+=(n&i|n&o|i&o)-1894007588;else B+=(n^i^o)-899497514;a=o;o=i;i=n<<30|n>>>2;n=r;r=B}t[0]=t[0]+r|0;t[1]=t[1]+n|0;t[2]=t[2]+i|0;t[3]=t[3]+o|0;t[4]=t[4]+a|0},_doFinalize:function(){var A=this._data,e=A.words,t=8*this._nDataBytes,r=8*A.sigBytes;e[r>>>5]|=128<<24-r%32;e[14+(r+64>>>9<<4)]=Math.floor(t/4294967296);e[15+(r+64>>>9<<4)]=t;A.sigBytes=4*e.length;this._process();return this._hash},clone:function(){var A=n.clone.call(this);A._hash=this._hash.clone();return A}});e.SHA1=n._createHelper(o);e.HmacSHA1=n._createHmacHelper(o)}();return A.SHA1}(o());return E.exports}var x,I={exports:{}};function K(){if(x)return I.exports;x=1;I.exports=function(A){!function(e){var t=A,r=t.lib,n=r.WordArray,i=r.Hasher,s=t.algo,o=[],a=[];!function(){function A(A){for(var t=e.sqrt(A),r=2;r<=t;r++)if(!(A%r))return!1;return!0}function t(A){return 4294967296*(A-(0|A))|0}for(var r=2,n=0;n<64;){if(A(r)){if(n<8)o[n]=t(e.pow(r,.5));a[n]=t(e.pow(r,1/3));n++}r++}}();var c=[],l=s.SHA256=i.extend({_doReset:function(){this._hash=new n.init(o.slice(0))},_doProcessBlock:function(A,e){for(var t=this._hash.words,r=t[0],n=t[1],i=t[2],s=t[3],o=t[4],l=t[5],B=t[6],u=t[7],g=0;g<64;g++){if(g<16)c[g]=0|A[e+g];else{var d=c[g-15],h=(d<<25|d>>>7)^(d<<14|d>>>18)^d>>>3,f=c[g-2],w=(f<<15|f>>>17)^(f<<13|f>>>19)^f>>>10;c[g]=h+c[g-7]+w+c[g-16]}var p=r&n^r&i^n&i,Q=(r<<30|r>>>2)^(r<<19|r>>>13)^(r<<10|r>>>22),C=u+((o<<26|o>>>6)^(o<<21|o>>>11)^(o<<7|o>>>25))+(o&l^~o&B)+a[g]+c[g];u=B;B=l;l=o;o=s+C|0;s=i;i=n;n=r;r=C+(Q+p)|0}t[0]=t[0]+r|0;t[1]=t[1]+n|0;t[2]=t[2]+i|0;t[3]=t[3]+s|0;t[4]=t[4]+o|0;t[5]=t[5]+l|0;t[6]=t[6]+B|0;t[7]=t[7]+u|0},_doFinalize:function(){var A=this._data,t=A.words,r=8*this._nDataBytes,n=8*A.sigBytes;t[n>>>5]|=128<<24-n%32;t[14+(n+64>>>9<<4)]=e.floor(r/4294967296);t[15+(n+64>>>9<<4)]=r;A.sigBytes=4*t.length;this._process();return this._hash},clone:function(){var A=i.clone.call(this);A._hash=this._hash.clone();return A}});t.SHA256=i._createHelper(l);t.HmacSHA256=i._createHmacHelper(l)}(Math);return A.SHA256}(o());return I.exports}var L,D={exports:{}};var S,k={exports:{}};function T(){if(S)return k.exports;S=1;k.exports=function(A){!function(){var e=A,t=e.lib.Hasher,r=e.x64,n=r.Word,i=r.WordArray,s=e.algo;function o(){return n.create.apply(n,arguments)}var a=[o(1116352408,3609767458),o(1899447441,602891725),o(3049323471,3964484399),o(3921009573,2173295548),o(961987163,4081628472),o(1508970993,3053834265),o(2453635748,2937671579),o(2870763221,3664609560),o(3624381080,2734883394),o(310598401,1164996542),o(607225278,1323610764),o(1426881987,3590304994),o(1925078388,4068182383),o(2162078206,991336113),o(2614888103,633803317),o(3248222580,3479774868),o(3835390401,2666613458),o(4022224774,944711139),o(264347078,2341262773),o(604807628,2007800933),o(770255983,1495990901),o(1249150122,1856431235),o(1555081692,3175218132),o(1996064986,2198950837),o(2554220882,3999719339),o(2821834349,766784016),o(2952996808,2566594879),o(3210313671,3203337956),o(3336571891,1034457026),o(3584528711,2466948901),o(113926993,3758326383),o(338241895,168717936),o(666307205,1188179964),o(773529912,1546045734),o(1294757372,1522805485),o(1396182291,2643833823),o(1695183700,2343527390),o(1986661051,1014477480),o(2177026350,1206759142),o(2456956037,344077627),o(2730485921,1290863460),o(2820302411,3158454273),o(3259730800,3505952657),o(3345764771,106217008),o(3516065817,3606008344),o(3600352804,1432725776),o(4094571909,1467031594),o(275423344,851169720),o(430227734,3100823752),o(506948616,1363258195),o(659060556,3750685593),o(883997877,3785050280),o(958139571,3318307427),o(1322822218,3812723403),o(1537002063,2003034995),o(1747873779,3602036899),o(1955562222,1575990012),o(2024104815,1125592928),o(2227730452,2716904306),o(2361852424,442776044),o(2428436474,593698344),o(2756734187,3733110249),o(3204031479,2999351573),o(3329325298,3815920427),o(3391569614,3928383900),o(3515267271,566280711),o(3940187606,3454069534),o(4118630271,4000239992),o(116418474,1914138554),o(174292421,2731055270),o(289380356,3203993006),o(460393269,320620315),o(685471733,587496836),o(852142971,1086792851),o(1017036298,365543100),o(1126000580,2618297676),o(1288033470,3409855158),o(1501505948,4234509866),o(1607167915,987167468),o(1816402316,1246189591)],c=[];!function(){for(var A=0;A<80;A++)c[A]=o()}();var l=s.SHA512=t.extend({_doReset:function(){this._hash=new i.init([new n.init(1779033703,4089235720),new n.init(3144134277,2227873595),new n.init(1013904242,4271175723),new n.init(2773480762,1595750129),new n.init(1359893119,2917565137),new n.init(2600822924,725511199),new n.init(528734635,4215389547),new n.init(1541459225,327033209)])},_doProcessBlock:function(A,e){for(var t=this._hash.words,r=t[0],n=t[1],i=t[2],s=t[3],o=t[4],l=t[5],B=t[6],u=t[7],g=r.high,d=r.low,h=n.high,f=n.low,w=i.high,p=i.low,Q=s.high,C=s.low,U=o.high,F=o.low,y=l.high,b=l.low,m=B.high,H=B.low,E=u.high,v=u.low,x=g,I=d,K=h,L=f,D=w,S=p,k=Q,T=C,M=U,R=F,O=y,P=b,_=m,G=H,V=E,N=v,W=0;W<80;W++){var X,J,z=c[W];if(W<16){J=z.high=0|A[e+2*W];X=z.low=0|A[e+2*W+1]}else{var Y=c[W-15],q=Y.high,Z=Y.low,j=(q>>>1|Z<<31)^(q>>>8|Z<<24)^q>>>7,$=(Z>>>1|q<<31)^(Z>>>8|q<<24)^(Z>>>7|q<<25),AA=c[W-2],eA=AA.high,tA=AA.low,rA=(eA>>>19|tA<<13)^(eA<<3|tA>>>29)^eA>>>6,nA=(tA>>>19|eA<<13)^(tA<<3|eA>>>29)^(tA>>>6|eA<<26),iA=c[W-7],sA=iA.high,oA=iA.low,aA=c[W-16],cA=aA.high,lA=aA.low;J=(J=(J=j+sA+((X=$+oA)>>>0<$>>>0?1:0))+rA+((X+=nA)>>>0<nA>>>0?1:0))+cA+((X+=lA)>>>0<lA>>>0?1:0);z.high=J;z.low=X}var BA,uA=M&O^~M&_,gA=R&P^~R&G,dA=x&K^x&D^K&D,hA=I&L^I&S^L&S,fA=(x>>>28|I<<4)^(x<<30|I>>>2)^(x<<25|I>>>7),wA=(I>>>28|x<<4)^(I<<30|x>>>2)^(I<<25|x>>>7),pA=(M>>>14|R<<18)^(M>>>18|R<<14)^(M<<23|R>>>9),QA=(R>>>14|M<<18)^(R>>>18|M<<14)^(R<<23|M>>>9),CA=a[W],UA=CA.high,FA=CA.low,yA=V+pA+((BA=N+QA)>>>0<N>>>0?1:0),bA=wA+hA;V=_;N=G;_=O;G=P;O=M;P=R;M=k+(yA=(yA=(yA=yA+uA+((BA+=gA)>>>0<gA>>>0?1:0))+UA+((BA+=FA)>>>0<FA>>>0?1:0))+J+((BA+=X)>>>0<X>>>0?1:0))+((R=T+BA|0)>>>0<T>>>0?1:0)|0;k=D;T=S;D=K;S=L;K=x;L=I;x=yA+(fA+dA+(bA>>>0<wA>>>0?1:0))+((I=BA+bA|0)>>>0<BA>>>0?1:0)|0}d=r.low=d+I;r.high=g+x+(d>>>0<I>>>0?1:0);f=n.low=f+L;n.high=h+K+(f>>>0<L>>>0?1:0);p=i.low=p+S;i.high=w+D+(p>>>0<S>>>0?1:0);C=s.low=C+T;s.high=Q+k+(C>>>0<T>>>0?1:0);F=o.low=F+R;o.high=U+M+(F>>>0<R>>>0?1:0);b=l.low=b+P;l.high=y+O+(b>>>0<P>>>0?1:0);H=B.low=H+G;B.high=m+_+(H>>>0<G>>>0?1:0);v=u.low=v+N;u.high=E+V+(v>>>0<N>>>0?1:0)},_doFinalize:function(){var A=this._data,e=A.words,t=8*this._nDataBytes,r=8*A.sigBytes;e[r>>>5]|=128<<24-r%32;e[30+(r+128>>>10<<5)]=Math.floor(t/4294967296);e[31+(r+128>>>10<<5)]=t;A.sigBytes=4*e.length;this._process();return this._hash.toX32()},clone:function(){var A=t.clone.call(this);A._hash=this._hash.clone();return A},blockSize:32});e.SHA512=t._createHelper(l);e.HmacSHA512=t._createHmacHelper(l)}();return A.SHA512}(o(),l());return k.exports}var M,R={exports:{}};var O,P={exports:{}};function _(){if(O)return P.exports;O=1;P.exports=function(A){!function(e){var t=A,r=t.lib,n=r.WordArray,i=r.Hasher,s=t.x64.Word,o=t.algo,a=[],c=[],l=[];!function(){for(var A=1,e=0,t=0;t<24;t++){a[A+5*e]=(t+1)*(t+2)/2%64;var r=(2*A+3*e)%5;A=e%5;e=r}for(A=0;A<5;A++)for(e=0;e<5;e++)c[A+5*e]=e+(2*A+3*e)%5*5;for(var n=1,i=0;i<24;i++){for(var o=0,B=0,u=0;u<7;u++){if(1&n){var g=(1<<u)-1;if(g<32)B^=1<<g;else o^=1<<g-32}if(128&n)n=n<<1^113;else n<<=1}l[i]=s.create(o,B)}}();var B=[];!function(){for(var A=0;A<25;A++)B[A]=s.create()}();var u=o.SHA3=i.extend({cfg:i.cfg.extend({outputLength:512}),_doReset:function(){for(var A=this._state=[],e=0;e<25;e++)A[e]=new s.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(A,e){for(var t=this._state,r=this.blockSize/2,n=0;n<r;n++){var i=A[e+2*n],s=A[e+2*n+1];i=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8);s=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8);(v=t[n]).high^=s;v.low^=i}for(var o=0;o<24;o++){for(var u=0;u<5;u++){for(var g=0,d=0,h=0;h<5;h++){g^=(v=t[u+5*h]).high;d^=v.low}var f=B[u];f.high=g;f.low=d}for(u=0;u<5;u++){var w=B[(u+4)%5],p=B[(u+1)%5],Q=p.high,C=p.low;for(g=w.high^(Q<<1|C>>>31),d=w.low^(C<<1|Q>>>31),h=0;h<5;h++){(v=t[u+5*h]).high^=g;v.low^=d}}for(var U=1;U<25;U++){var F=(v=t[U]).high,y=v.low,b=a[U];if(b<32){g=F<<b|y>>>32-b;d=y<<b|F>>>32-b}else{g=y<<b-32|F>>>64-b;d=F<<b-32|y>>>64-b}var m=B[c[U]];m.high=g;m.low=d}var H=B[0],E=t[0];H.high=E.high;H.low=E.low;for(u=0;u<5;u++)for(h=0;h<5;h++){var v=t[U=u+5*h],x=B[U],I=B[(u+1)%5+5*h],K=B[(u+2)%5+5*h];v.high=x.high^~I.high&K.high;v.low=x.low^~I.low&K.low}v=t[0];var L=l[o];v.high^=L.high;v.low^=L.low}},_doFinalize:function(){var A=this._data,t=A.words;this._nDataBytes;var r=8*A.sigBytes,i=32*this.blockSize;t[r>>>5]|=1<<24-r%32;t[(e.ceil((r+1)/i)*i>>>5)-1]|=128;A.sigBytes=4*t.length;this._process();for(var s=this._state,o=this.cfg.outputLength/8,a=o/8,c=[],l=0;l<a;l++){var B=s[l],u=B.high,g=B.low;u=16711935&(u<<8|u>>>24)|4278255360&(u<<24|u>>>8);g=16711935&(g<<8|g>>>24)|4278255360&(g<<24|g>>>8);c.push(g);c.push(u)}return new n.init(c,o)},clone:function(){for(var A=i.clone.call(this),e=A._state=this._state.slice(0),t=0;t<25;t++)e[t]=e[t].clone();return A}});t.SHA3=i._createHelper(u);t.HmacSHA3=i._createHmacHelper(u)}(Math);return A.SHA3}(o(),l());return P.exports}var G,V={exports:{}};var N,W={exports:{}};function X(){if(N)return W.exports;N=1;W.exports=(A=o(),void(e=A,t=e.lib.Base,r=e.enc.Utf8,e.algo.HMAC=t.extend({init:function(A,e){A=this._hasher=new A.init;if("string"==typeof e)e=r.parse(e);var t=A.blockSize,n=4*t;if(e.sigBytes>n)e=A.finalize(e);e.clamp();for(var i=this._oKey=e.clone(),s=this._iKey=e.clone(),o=i.words,a=s.words,c=0;c<t;c++){o[c]^=1549556828;a[c]^=909522486}i.sigBytes=s.sigBytes=n;this.reset()},reset:function(){var A=this._hasher;A.reset();A.update(this._iKey)},update:function(A){this._hasher.update(A);return this},finalize:function(A){var e=this._hasher,t=e.finalize(A);e.reset();return e.finalize(this._oKey.clone().concat(t))}})));var A,e,t,r;return W.exports}var J,z={exports:{}};var Y,q={exports:{}};function Z(){if(Y)return q.exports;Y=1;q.exports=function(A){t=(e=A).lib,r=t.Base,n=t.WordArray,i=e.algo,s=i.MD5,o=i.EvpKDF=r.extend({cfg:r.extend({keySize:4,hasher:s,iterations:1}),init:function(A){this.cfg=this.cfg.extend(A)},compute:function(A,e){for(var t,r=this.cfg,i=r.hasher.create(),s=n.create(),o=s.words,a=r.keySize,c=r.iterations;o.length<a;){if(t)i.update(t);t=i.update(A).finalize(e);i.reset();for(var l=1;l<c;l++){t=i.finalize(t);i.reset()}s.concat(t)}s.sigBytes=4*a;return s}}),e.EvpKDF=function(A,e,t){return o.create(t).compute(A,e)};var e,t,r,n,i,s,o;return A.EvpKDF}(o(),v(),X());return q.exports}var j,$={exports:{}};function AA(){if(j)return $.exports;j=1;$.exports=(A=o(),Z(),void(A.lib.Cipher||function(e){var t=A,r=t.lib,n=r.Base,i=r.WordArray,s=r.BufferedBlockAlgorithm,o=t.enc;o.Utf8;var a=o.Base64,c=t.algo.EvpKDF,l=r.Cipher=s.extend({cfg:n.extend(),createEncryptor:function(A,e){return this.create(this._ENC_XFORM_MODE,A,e)},createDecryptor:function(A,e){return this.create(this._DEC_XFORM_MODE,A,e)},init:function(A,e,t){this.cfg=this.cfg.extend(t);this._xformMode=A;this._key=e;this.reset()},reset:function(){s.reset.call(this);this._doReset()},process:function(A){this._append(A);return this._process()},finalize:function(A){if(A)this._append(A);return this._doFinalize()},keySize:4,ivSize:4,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function A(A){if("string"==typeof A)return Q;else return w}return function(e){return{encrypt:function(t,r,n){return A(r).encrypt(e,t,r,n)},decrypt:function(t,r,n){return A(r).decrypt(e,t,r,n)}}}}()});r.StreamCipher=l.extend({_doFinalize:function(){return this._process(!0)},blockSize:1});var B=t.mode={},u=r.BlockCipherMode=n.extend({createEncryptor:function(A,e){return this.Encryptor.create(A,e)},createDecryptor:function(A,e){return this.Decryptor.create(A,e)},init:function(A,e){this._cipher=A;this._iv=e}}),g=B.CBC=function(){var A=u.extend();A.Encryptor=A.extend({processBlock:function(A,e){var r=this._cipher,n=r.blockSize;t.call(this,A,e,n);r.encryptBlock(A,e);this._prevBlock=A.slice(e,e+n)}});A.Decryptor=A.extend({processBlock:function(A,e){var r=this._cipher,n=r.blockSize,i=A.slice(e,e+n);r.decryptBlock(A,e);t.call(this,A,e,n);this._prevBlock=i}});function t(A,t,r){var n,i=this._iv;if(i){n=i;this._iv=e}else n=this._prevBlock;for(var s=0;s<r;s++)A[t+s]^=n[s]}return A}(),d=(t.pad={}).Pkcs7={pad:function(A,e){for(var t=4*e,r=t-A.sigBytes%t,n=r<<24|r<<16|r<<8|r,s=[],o=0;o<r;o+=4)s.push(n);var a=i.create(s,r);A.concat(a)},unpad:function(A){var e=255&A.words[A.sigBytes-1>>>2];A.sigBytes-=e}};r.BlockCipher=l.extend({cfg:l.cfg.extend({mode:g,padding:d}),reset:function(){var A;l.reset.call(this);var e=this.cfg,t=e.iv,r=e.mode;if(this._xformMode==this._ENC_XFORM_MODE)A=r.createEncryptor;else{A=r.createDecryptor;this._minBufferSize=1}if(this._mode&&this._mode.__creator==A)this._mode.init(this,t&&t.words);else{this._mode=A.call(r,this,t&&t.words);this._mode.__creator=A}},_doProcessBlock:function(A,e){this._mode.processBlock(A,e)},_doFinalize:function(){var A,e=this.cfg.padding;if(this._xformMode==this._ENC_XFORM_MODE){e.pad(this._data,this.blockSize);A=this._process(!0)}else{A=this._process(!0);e.unpad(A)}return A},blockSize:4});var h=r.CipherParams=n.extend({init:function(A){this.mixIn(A)},toString:function(A){return(A||this.formatter).stringify(this)}}),f=(t.format={}).OpenSSL={stringify:function(A){var e,t=A.ciphertext,r=A.salt;if(r)e=i.create([1398893684,1701076831]).concat(r).concat(t);else e=t;return e.toString(a)},parse:function(A){var e,t=a.parse(A),r=t.words;if(1398893684==r[0]&&1701076831==r[1]){e=i.create(r.slice(2,4));r.splice(0,4);t.sigBytes-=16}return h.create({ciphertext:t,salt:e})}},w=r.SerializableCipher=n.extend({cfg:n.extend({format:f}),encrypt:function(A,e,t,r){r=this.cfg.extend(r);var n=A.createEncryptor(t,r),i=n.finalize(e),s=n.cfg;return h.create({ciphertext:i,key:t,iv:s.iv,algorithm:A,mode:s.mode,padding:s.padding,blockSize:A.blockSize,formatter:r.format})},decrypt:function(A,e,t,r){r=this.cfg.extend(r);e=this._parse(e,r.format);return A.createDecryptor(t,r).finalize(e.ciphertext)},_parse:function(A,e){if("string"==typeof A)return e.parse(A,this);else return A}}),p=(t.kdf={}).OpenSSL={execute:function(A,e,t,r,n){if(!r)r=i.random(8);if(!n)var s=c.create({keySize:e+t}).compute(A,r);else s=c.create({keySize:e+t,hasher:n}).compute(A,r);var o=i.create(s.words.slice(e),4*t);s.sigBytes=4*e;return h.create({key:s,iv:o,salt:r})}},Q=r.PasswordBasedCipher=w.extend({cfg:w.cfg.extend({kdf:p}),encrypt:function(A,e,t,r){var n=(r=this.cfg.extend(r)).kdf.execute(t,A.keySize,A.ivSize,r.salt,r.hasher);r.iv=n.iv;var i=w.encrypt.call(this,A,e,n.key,r);i.mixIn(n);return i},decrypt:function(A,e,t,r){r=this.cfg.extend(r);e=this._parse(e,r.format);var n=r.kdf.execute(t,A.keySize,A.ivSize,e.salt,r.hasher);r.iv=n.iv;return w.decrypt.call(this,A,e,n.key,r)}})}()));var A;return $.exports}var eA,tA={exports:{}};var rA,nA={exports:{}};var iA,sA={exports:{}};function oA(){if(iA)return sA.exports;iA=1;sA.exports=function(A){
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});var A="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function e(A){return A&&A.__esModule&&Object.prototype.hasOwnProperty.call(A,"default")?A.default:A}function t(A){if(Object.prototype.hasOwnProperty.call(A,"__esModule"))return A;var e=A.default;if("function"==typeof e){var t=function A(){var t=!1;try{t=this instanceof A}catch{}if(t)return Reflect.construct(e,arguments,this.constructor);else return e.apply(this,arguments)};t.prototype=e.prototype}else t={};Object.defineProperty(t,"__esModule",{value:!0});Object.keys(A).forEach(function(e){var r=Object.getOwnPropertyDescriptor(A,e);Object.defineProperty(t,e,r.get?r:{enumerable:!0,get:function(){return A[e]}})});return t}var r={exports:{}};var n={exports:{}};const i=t(Object.freeze(Object.defineProperty({__proto__:null,default:{}},Symbol.toStringTag,{value:"Module"})));var s;function o(){if(s)return n.exports;s=1;n.exports=(e=e||function(e,t){var r;if("undefined"!=typeof window&&window.crypto)r=window.crypto;if("undefined"!=typeof self&&self.crypto)r=self.crypto;if("undefined"!=typeof globalThis&&globalThis.crypto)r=globalThis.crypto;if(!r&&"undefined"!=typeof window&&window.msCrypto)r=window.msCrypto;if(!r&&void 0!==A&&A.crypto)r=A.crypto;if(!r)try{r=i}catch(w){}var n=function(){if(r){if("function"==typeof r.getRandomValues)try{return r.getRandomValues(new Uint32Array(1))[0]}catch(w){}if("function"==typeof r.randomBytes)try{return r.randomBytes(4).readInt32LE()}catch(w){}}throw new Error("Native crypto module could not be used to get secure random number.")},s=Object.create||function(){function A(){}return function(e){var t;A.prototype=e;t=new A;A.prototype=null;return t}}(),o={},a=o.lib={},c=a.Base=function(){return{extend:function(A){var e=s(this);if(A)e.mixIn(A);if(!e.hasOwnProperty("init")||this.init===e.init)e.init=function(){e.$super.init.apply(this,arguments)};e.init.prototype=e;e.$super=this;return e},create:function(){var A=this.extend();A.init.apply(A,arguments);return A},init:function(){},mixIn:function(A){for(var e in A)if(A.hasOwnProperty(e))this[e]=A[e];if(A.hasOwnProperty("toString"))this.toString=A.toString},clone:function(){return this.init.prototype.extend(this)}}}(),l=a.WordArray=c.extend({init:function(A,e){A=this.words=A||[];if(e!=t)this.sigBytes=e;else this.sigBytes=4*A.length},toString:function(A){return(A||u).stringify(this)},concat:function(A){var e=this.words,t=A.words,r=this.sigBytes,n=A.sigBytes;this.clamp();if(r%4)for(var i=0;i<n;i++){var s=t[i>>>2]>>>24-i%4*8&255;e[r+i>>>2]|=s<<24-(r+i)%4*8}else for(var o=0;o<n;o+=4)e[r+o>>>2]=t[o>>>2];this.sigBytes+=n;return this},clamp:function(){var A=this.words,t=this.sigBytes;A[t>>>2]&=4294967295<<32-t%4*8;A.length=e.ceil(t/4)},clone:function(){var A=c.clone.call(this);A.words=this.words.slice(0);return A},random:function(A){for(var e=[],t=0;t<A;t+=4)e.push(n());return new l.init(e,A)}}),B=o.enc={},u=B.Hex={stringify:function(A){for(var e=A.words,t=A.sigBytes,r=[],n=0;n<t;n++){var i=e[n>>>2]>>>24-n%4*8&255;r.push((i>>>4).toString(16));r.push((15&i).toString(16))}return r.join("")},parse:function(A){for(var e=A.length,t=[],r=0;r<e;r+=2)t[r>>>3]|=parseInt(A.substr(r,2),16)<<24-r%8*4;return new l.init(t,e/2)}},g=B.Latin1={stringify:function(A){for(var e=A.words,t=A.sigBytes,r=[],n=0;n<t;n++){var i=e[n>>>2]>>>24-n%4*8&255;r.push(String.fromCharCode(i))}return r.join("")},parse:function(A){for(var e=A.length,t=[],r=0;r<e;r++)t[r>>>2]|=(255&A.charCodeAt(r))<<24-r%4*8;return new l.init(t,e)}},d=B.Utf8={stringify:function(A){try{return decodeURIComponent(escape(g.stringify(A)))}catch(e){throw new Error("Malformed UTF-8 data")}},parse:function(A){return g.parse(unescape(encodeURIComponent(A)))}},h=a.BufferedBlockAlgorithm=c.extend({reset:function(){this._data=new l.init;this._nDataBytes=0},_append:function(A){if("string"==typeof A)A=d.parse(A);this._data.concat(A);this._nDataBytes+=A.sigBytes},_process:function(A){var t,r=this._data,n=r.words,i=r.sigBytes,s=this.blockSize,o=i/(4*s);if(A)o=e.ceil(o);else o=e.max((0|o)-this._minBufferSize,0);var a=o*s,c=e.min(4*a,i);if(a){for(var B=0;B<a;B+=s)this._doProcessBlock(n,B);t=n.splice(0,a);r.sigBytes-=c}return new l.init(t,c)},clone:function(){var A=c.clone.call(this);A._data=this._data.clone();return A},_minBufferSize:0});a.Hasher=h.extend({cfg:c.extend(),init:function(A){this.cfg=this.cfg.extend(A);this.reset()},reset:function(){h.reset.call(this);this._doReset()},update:function(A){this._append(A);this._process();return this},finalize:function(A){if(A)this._append(A);return this._doFinalize()},blockSize:16,_createHelper:function(A){return function(e,t){return new A.init(t).finalize(e)}},_createHmacHelper:function(A){return function(e,t){return new f.HMAC.init(A,t).finalize(e)}}});var f=o.algo={};return o}(Math),e);var e;return n.exports}var a,c={exports:{}};function l(){if(a)return c.exports;a=1;c.exports=function(A){!function(e){var t=A,r=t.lib,n=r.Base,i=r.WordArray,s=t.x64={};s.Word=n.extend({init:function(A,e){this.high=A;this.low=e}});s.WordArray=n.extend({init:function(A,t){A=this.words=A||[];if(t!=e)this.sigBytes=t;else this.sigBytes=8*A.length},toX32:function(){for(var A=this.words,e=A.length,t=[],r=0;r<e;r++){var n=A[r];t.push(n.high);t.push(n.low)}return i.create(t,this.sigBytes)},clone:function(){for(var A=n.clone.call(this),e=A.words=this.words.slice(0),t=e.length,r=0;r<t;r++)e[r]=e[r].clone();return A}})}();return A}(o());return c.exports}var B,u={exports:{}};function g(){if(B)return u.exports;B=1;u.exports=function(A){!function(){if("function"==typeof ArrayBuffer){var e=A.lib.WordArray,t=e.init,r=e.init=function(A){if(A instanceof ArrayBuffer)A=new Uint8Array(A);if(A instanceof Int8Array||"undefined"!=typeof Uint8ClampedArray&&A instanceof Uint8ClampedArray||A instanceof Int16Array||A instanceof Uint16Array||A instanceof Int32Array||A instanceof Uint32Array||A instanceof Float32Array||A instanceof Float64Array)A=new Uint8Array(A.buffer,A.byteOffset,A.byteLength);if(A instanceof Uint8Array){for(var e=A.byteLength,r=[],n=0;n<e;n++)r[n>>>2]|=A[n]<<24-n%4*8;t.call(this,r,e)}else t.apply(this,arguments)};r.prototype=e}}();return A.lib.WordArray}(o());return u.exports}var d,h={exports:{}};function f(){if(d)return h.exports;d=1;h.exports=function(A){!function(){var e=A,t=e.lib.WordArray,r=e.enc;r.Utf16=r.Utf16BE={stringify:function(A){for(var e=A.words,t=A.sigBytes,r=[],n=0;n<t;n+=2){var i=e[n>>>2]>>>16-n%4*8&65535;r.push(String.fromCharCode(i))}return r.join("")},parse:function(A){for(var e=A.length,r=[],n=0;n<e;n++)r[n>>>1]|=A.charCodeAt(n)<<16-n%2*16;return t.create(r,2*e)}};r.Utf16LE={stringify:function(A){for(var e=A.words,t=A.sigBytes,r=[],i=0;i<t;i+=2){var s=n(e[i>>>2]>>>16-i%4*8&65535);r.push(String.fromCharCode(s))}return r.join("")},parse:function(A){for(var e=A.length,r=[],i=0;i<e;i++)r[i>>>1]|=n(A.charCodeAt(i)<<16-i%2*16);return t.create(r,2*e)}};function n(A){return A<<8&4278255360|A>>>8&16711935}}();return A.enc.Utf16}(o());return h.exports}var w,p={exports:{}};function Q(){if(w)return p.exports;w=1;p.exports=function(A){!function(){var e=A,t=e.lib.WordArray;e.enc.Base64={stringify:function(A){var e=A.words,t=A.sigBytes,r=this._map;A.clamp();for(var n=[],i=0;i<t;i+=3)for(var s=(e[i>>>2]>>>24-i%4*8&255)<<16|(e[i+1>>>2]>>>24-(i+1)%4*8&255)<<8|e[i+2>>>2]>>>24-(i+2)%4*8&255,o=0;o<4&&i+.75*o<t;o++)n.push(r.charAt(s>>>6*(3-o)&63));var a=r.charAt(64);if(a)for(;n.length%4;)n.push(a);return n.join("")},parse:function(A){var e=A.length,t=this._map,n=this._reverseMap;if(!n){n=this._reverseMap=[];for(var i=0;i<t.length;i++)n[t.charCodeAt(i)]=i}var s=t.charAt(64);if(s){var o=A.indexOf(s);if(-1!==o)e=o}return r(A,e,n)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function r(A,e,r){for(var n=[],i=0,s=0;s<e;s++)if(s%4){var o=r[A.charCodeAt(s-1)]<<s%4*2|r[A.charCodeAt(s)]>>>6-s%4*2;n[i>>>2]|=o<<24-i%4*8;i++}return t.create(n,i)}}();return A.enc.Base64}(o());return p.exports}var C,U={exports:{}};function F(){if(C)return U.exports;C=1;U.exports=function(A){!function(){var e=A,t=e.lib.WordArray;e.enc.Base64url={stringify:function(A,e){if(void 0===e)e=!0;var t=A.words,r=A.sigBytes,n=e?this._safe_map:this._map;A.clamp();for(var i=[],s=0;s<r;s+=3)for(var o=(t[s>>>2]>>>24-s%4*8&255)<<16|(t[s+1>>>2]>>>24-(s+1)%4*8&255)<<8|t[s+2>>>2]>>>24-(s+2)%4*8&255,a=0;a<4&&s+.75*a<r;a++)i.push(n.charAt(o>>>6*(3-a)&63));var c=n.charAt(64);if(c)for(;i.length%4;)i.push(c);return i.join("")},parse:function(A,e){if(void 0===e)e=!0;var t=A.length,n=e?this._safe_map:this._map,i=this._reverseMap;if(!i){i=this._reverseMap=[];for(var s=0;s<n.length;s++)i[n.charCodeAt(s)]=s}var o=n.charAt(64);if(o){var a=A.indexOf(o);if(-1!==a)t=a}return r(A,t,i)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"};function r(A,e,r){for(var n=[],i=0,s=0;s<e;s++)if(s%4){var o=r[A.charCodeAt(s-1)]<<s%4*2|r[A.charCodeAt(s)]>>>6-s%4*2;n[i>>>2]|=o<<24-i%4*8;i++}return t.create(n,i)}}();return A.enc.Base64url}(o());return U.exports}var y,m={exports:{}};function b(){if(y)return m.exports;y=1;m.exports=function(A){!function(e){var t=A,r=t.lib,n=r.WordArray,i=r.Hasher,s=t.algo,o=[];!function(){for(var A=0;A<64;A++)o[A]=4294967296*e.abs(e.sin(A+1))|0}();var a=s.MD5=i.extend({_doReset:function(){this._hash=new n.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(A,e){for(var t=0;t<16;t++){var r=e+t,n=A[r];A[r]=16711935&(n<<8|n>>>24)|4278255360&(n<<24|n>>>8)}var i=this._hash.words,s=A[e+0],a=A[e+1],g=A[e+2],d=A[e+3],h=A[e+4],f=A[e+5],w=A[e+6],p=A[e+7],Q=A[e+8],C=A[e+9],U=A[e+10],F=A[e+11],y=A[e+12],m=A[e+13],b=A[e+14],H=A[e+15],E=i[0],v=i[1],x=i[2],I=i[3];E=c(E,v,x,I,s,7,o[0]);I=c(I,E,v,x,a,12,o[1]);x=c(x,I,E,v,g,17,o[2]);v=c(v,x,I,E,d,22,o[3]);E=c(E,v,x,I,h,7,o[4]);I=c(I,E,v,x,f,12,o[5]);x=c(x,I,E,v,w,17,o[6]);v=c(v,x,I,E,p,22,o[7]);E=c(E,v,x,I,Q,7,o[8]);I=c(I,E,v,x,C,12,o[9]);x=c(x,I,E,v,U,17,o[10]);v=c(v,x,I,E,F,22,o[11]);E=c(E,v,x,I,y,7,o[12]);I=c(I,E,v,x,m,12,o[13]);x=c(x,I,E,v,b,17,o[14]);E=l(E,v=c(v,x,I,E,H,22,o[15]),x,I,a,5,o[16]);I=l(I,E,v,x,w,9,o[17]);x=l(x,I,E,v,F,14,o[18]);v=l(v,x,I,E,s,20,o[19]);E=l(E,v,x,I,f,5,o[20]);I=l(I,E,v,x,U,9,o[21]);x=l(x,I,E,v,H,14,o[22]);v=l(v,x,I,E,h,20,o[23]);E=l(E,v,x,I,C,5,o[24]);I=l(I,E,v,x,b,9,o[25]);x=l(x,I,E,v,d,14,o[26]);v=l(v,x,I,E,Q,20,o[27]);E=l(E,v,x,I,m,5,o[28]);I=l(I,E,v,x,g,9,o[29]);x=l(x,I,E,v,p,14,o[30]);E=B(E,v=l(v,x,I,E,y,20,o[31]),x,I,f,4,o[32]);I=B(I,E,v,x,Q,11,o[33]);x=B(x,I,E,v,F,16,o[34]);v=B(v,x,I,E,b,23,o[35]);E=B(E,v,x,I,a,4,o[36]);I=B(I,E,v,x,h,11,o[37]);x=B(x,I,E,v,p,16,o[38]);v=B(v,x,I,E,U,23,o[39]);E=B(E,v,x,I,m,4,o[40]);I=B(I,E,v,x,s,11,o[41]);x=B(x,I,E,v,d,16,o[42]);v=B(v,x,I,E,w,23,o[43]);E=B(E,v,x,I,C,4,o[44]);I=B(I,E,v,x,y,11,o[45]);x=B(x,I,E,v,H,16,o[46]);E=u(E,v=B(v,x,I,E,g,23,o[47]),x,I,s,6,o[48]);I=u(I,E,v,x,p,10,o[49]);x=u(x,I,E,v,b,15,o[50]);v=u(v,x,I,E,f,21,o[51]);E=u(E,v,x,I,y,6,o[52]);I=u(I,E,v,x,d,10,o[53]);x=u(x,I,E,v,U,15,o[54]);v=u(v,x,I,E,a,21,o[55]);E=u(E,v,x,I,Q,6,o[56]);I=u(I,E,v,x,H,10,o[57]);x=u(x,I,E,v,w,15,o[58]);v=u(v,x,I,E,m,21,o[59]);E=u(E,v,x,I,h,6,o[60]);I=u(I,E,v,x,F,10,o[61]);x=u(x,I,E,v,g,15,o[62]);v=u(v,x,I,E,C,21,o[63]);i[0]=i[0]+E|0;i[1]=i[1]+v|0;i[2]=i[2]+x|0;i[3]=i[3]+I|0},_doFinalize:function(){var A=this._data,t=A.words,r=8*this._nDataBytes,n=8*A.sigBytes;t[n>>>5]|=128<<24-n%32;var i=e.floor(r/4294967296),s=r;t[15+(n+64>>>9<<4)]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8);t[14+(n+64>>>9<<4)]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8);A.sigBytes=4*(t.length+1);this._process();for(var o=this._hash,a=o.words,c=0;c<4;c++){var l=a[c];a[c]=16711935&(l<<8|l>>>24)|4278255360&(l<<24|l>>>8)}return o},clone:function(){var A=i.clone.call(this);A._hash=this._hash.clone();return A}});function c(A,e,t,r,n,i,s){var o=A+(e&t|~e&r)+n+s;return(o<<i|o>>>32-i)+e}function l(A,e,t,r,n,i,s){var o=A+(e&r|t&~r)+n+s;return(o<<i|o>>>32-i)+e}function B(A,e,t,r,n,i,s){var o=A+(e^t^r)+n+s;return(o<<i|o>>>32-i)+e}function u(A,e,t,r,n,i,s){var o=A+(t^(e|~r))+n+s;return(o<<i|o>>>32-i)+e}t.MD5=i._createHelper(a);t.HmacMD5=i._createHmacHelper(a)}(Math);return A.MD5}(o());return m.exports}var H,E={exports:{}};function v(){if(H)return E.exports;H=1;E.exports=function(A){!function(){var e=A,t=e.lib,r=t.WordArray,n=t.Hasher,i=e.algo,s=[],o=i.SHA1=n.extend({_doReset:function(){this._hash=new r.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(A,e){for(var t=this._hash.words,r=t[0],n=t[1],i=t[2],o=t[3],a=t[4],c=0;c<80;c++){if(c<16)s[c]=0|A[e+c];else{var l=s[c-3]^s[c-8]^s[c-14]^s[c-16];s[c]=l<<1|l>>>31}var B=(r<<5|r>>>27)+a+s[c];if(c<20)B+=1518500249+(n&i|~n&o);else if(c<40)B+=1859775393+(n^i^o);else if(c<60)B+=(n&i|n&o|i&o)-1894007588;else B+=(n^i^o)-899497514;a=o;o=i;i=n<<30|n>>>2;n=r;r=B}t[0]=t[0]+r|0;t[1]=t[1]+n|0;t[2]=t[2]+i|0;t[3]=t[3]+o|0;t[4]=t[4]+a|0},_doFinalize:function(){var A=this._data,e=A.words,t=8*this._nDataBytes,r=8*A.sigBytes;e[r>>>5]|=128<<24-r%32;e[14+(r+64>>>9<<4)]=Math.floor(t/4294967296);e[15+(r+64>>>9<<4)]=t;A.sigBytes=4*e.length;this._process();return this._hash},clone:function(){var A=n.clone.call(this);A._hash=this._hash.clone();return A}});e.SHA1=n._createHelper(o);e.HmacSHA1=n._createHmacHelper(o)}();return A.SHA1}(o());return E.exports}var x,I={exports:{}};function K(){if(x)return I.exports;x=1;I.exports=function(A){!function(e){var t=A,r=t.lib,n=r.WordArray,i=r.Hasher,s=t.algo,o=[],a=[];!function(){function A(A){for(var t=e.sqrt(A),r=2;r<=t;r++)if(!(A%r))return!1;return!0}function t(A){return 4294967296*(A-(0|A))|0}for(var r=2,n=0;n<64;){if(A(r)){if(n<8)o[n]=t(e.pow(r,.5));a[n]=t(e.pow(r,1/3));n++}r++}}();var c=[],l=s.SHA256=i.extend({_doReset:function(){this._hash=new n.init(o.slice(0))},_doProcessBlock:function(A,e){for(var t=this._hash.words,r=t[0],n=t[1],i=t[2],s=t[3],o=t[4],l=t[5],B=t[6],u=t[7],g=0;g<64;g++){if(g<16)c[g]=0|A[e+g];else{var d=c[g-15],h=(d<<25|d>>>7)^(d<<14|d>>>18)^d>>>3,f=c[g-2],w=(f<<15|f>>>17)^(f<<13|f>>>19)^f>>>10;c[g]=h+c[g-7]+w+c[g-16]}var p=r&n^r&i^n&i,Q=(r<<30|r>>>2)^(r<<19|r>>>13)^(r<<10|r>>>22),C=u+((o<<26|o>>>6)^(o<<21|o>>>11)^(o<<7|o>>>25))+(o&l^~o&B)+a[g]+c[g];u=B;B=l;l=o;o=s+C|0;s=i;i=n;n=r;r=C+(Q+p)|0}t[0]=t[0]+r|0;t[1]=t[1]+n|0;t[2]=t[2]+i|0;t[3]=t[3]+s|0;t[4]=t[4]+o|0;t[5]=t[5]+l|0;t[6]=t[6]+B|0;t[7]=t[7]+u|0},_doFinalize:function(){var A=this._data,t=A.words,r=8*this._nDataBytes,n=8*A.sigBytes;t[n>>>5]|=128<<24-n%32;t[14+(n+64>>>9<<4)]=e.floor(r/4294967296);t[15+(n+64>>>9<<4)]=r;A.sigBytes=4*t.length;this._process();return this._hash},clone:function(){var A=i.clone.call(this);A._hash=this._hash.clone();return A}});t.SHA256=i._createHelper(l);t.HmacSHA256=i._createHmacHelper(l)}(Math);return A.SHA256}(o());return I.exports}var L,D={exports:{}};var S,k={exports:{}};function T(){if(S)return k.exports;S=1;k.exports=function(A){!function(){var e=A,t=e.lib.Hasher,r=e.x64,n=r.Word,i=r.WordArray,s=e.algo;function o(){return n.create.apply(n,arguments)}var a=[o(1116352408,3609767458),o(1899447441,602891725),o(3049323471,3964484399),o(3921009573,2173295548),o(961987163,4081628472),o(1508970993,3053834265),o(2453635748,2937671579),o(2870763221,3664609560),o(3624381080,2734883394),o(310598401,1164996542),o(607225278,1323610764),o(1426881987,3590304994),o(1925078388,4068182383),o(2162078206,991336113),o(2614888103,633803317),o(3248222580,3479774868),o(3835390401,2666613458),o(4022224774,944711139),o(264347078,2341262773),o(604807628,2007800933),o(770255983,1495990901),o(1249150122,1856431235),o(1555081692,3175218132),o(1996064986,2198950837),o(2554220882,3999719339),o(2821834349,766784016),o(2952996808,2566594879),o(3210313671,3203337956),o(3336571891,1034457026),o(3584528711,2466948901),o(113926993,3758326383),o(338241895,168717936),o(666307205,1188179964),o(773529912,1546045734),o(1294757372,1522805485),o(1396182291,2643833823),o(1695183700,2343527390),o(1986661051,1014477480),o(2177026350,1206759142),o(2456956037,344077627),o(2730485921,1290863460),o(2820302411,3158454273),o(3259730800,3505952657),o(3345764771,106217008),o(3516065817,3606008344),o(3600352804,1432725776),o(4094571909,1467031594),o(275423344,851169720),o(430227734,3100823752),o(506948616,1363258195),o(659060556,3750685593),o(883997877,3785050280),o(958139571,3318307427),o(1322822218,3812723403),o(1537002063,2003034995),o(1747873779,3602036899),o(1955562222,1575990012),o(2024104815,1125592928),o(2227730452,2716904306),o(2361852424,442776044),o(2428436474,593698344),o(2756734187,3733110249),o(3204031479,2999351573),o(3329325298,3815920427),o(3391569614,3928383900),o(3515267271,566280711),o(3940187606,3454069534),o(4118630271,4000239992),o(116418474,1914138554),o(174292421,2731055270),o(289380356,3203993006),o(460393269,320620315),o(685471733,587496836),o(852142971,1086792851),o(1017036298,365543100),o(1126000580,2618297676),o(1288033470,3409855158),o(1501505948,4234509866),o(1607167915,987167468),o(1816402316,1246189591)],c=[];!function(){for(var A=0;A<80;A++)c[A]=o()}();var l=s.SHA512=t.extend({_doReset:function(){this._hash=new i.init([new n.init(1779033703,4089235720),new n.init(3144134277,2227873595),new n.init(1013904242,4271175723),new n.init(2773480762,1595750129),new n.init(1359893119,2917565137),new n.init(2600822924,725511199),new n.init(528734635,4215389547),new n.init(1541459225,327033209)])},_doProcessBlock:function(A,e){for(var t=this._hash.words,r=t[0],n=t[1],i=t[2],s=t[3],o=t[4],l=t[5],B=t[6],u=t[7],g=r.high,d=r.low,h=n.high,f=n.low,w=i.high,p=i.low,Q=s.high,C=s.low,U=o.high,F=o.low,y=l.high,m=l.low,b=B.high,H=B.low,E=u.high,v=u.low,x=g,I=d,K=h,L=f,D=w,S=p,k=Q,T=C,M=U,R=F,P=y,O=m,_=b,G=H,V=E,N=v,W=0;W<80;W++){var X,J,z=c[W];if(W<16){J=z.high=0|A[e+2*W];X=z.low=0|A[e+2*W+1]}else{var Y=c[W-15],q=Y.high,Z=Y.low,j=(q>>>1|Z<<31)^(q>>>8|Z<<24)^q>>>7,$=(Z>>>1|q<<31)^(Z>>>8|q<<24)^(Z>>>7|q<<25),AA=c[W-2],eA=AA.high,tA=AA.low,rA=(eA>>>19|tA<<13)^(eA<<3|tA>>>29)^eA>>>6,nA=(tA>>>19|eA<<13)^(tA<<3|eA>>>29)^(tA>>>6|eA<<26),iA=c[W-7],sA=iA.high,oA=iA.low,aA=c[W-16],cA=aA.high,lA=aA.low;J=(J=(J=j+sA+((X=$+oA)>>>0<$>>>0?1:0))+rA+((X+=nA)>>>0<nA>>>0?1:0))+cA+((X+=lA)>>>0<lA>>>0?1:0);z.high=J;z.low=X}var BA,uA=M&P^~M&_,gA=R&O^~R&G,dA=x&K^x&D^K&D,hA=I&L^I&S^L&S,fA=(x>>>28|I<<4)^(x<<30|I>>>2)^(x<<25|I>>>7),wA=(I>>>28|x<<4)^(I<<30|x>>>2)^(I<<25|x>>>7),pA=(M>>>14|R<<18)^(M>>>18|R<<14)^(M<<23|R>>>9),QA=(R>>>14|M<<18)^(R>>>18|M<<14)^(R<<23|M>>>9),CA=a[W],UA=CA.high,FA=CA.low,yA=V+pA+((BA=N+QA)>>>0<N>>>0?1:0),mA=wA+hA;V=_;N=G;_=P;G=O;P=M;O=R;M=k+(yA=(yA=(yA=yA+uA+((BA+=gA)>>>0<gA>>>0?1:0))+UA+((BA+=FA)>>>0<FA>>>0?1:0))+J+((BA+=X)>>>0<X>>>0?1:0))+((R=T+BA|0)>>>0<T>>>0?1:0)|0;k=D;T=S;D=K;S=L;K=x;L=I;x=yA+(fA+dA+(mA>>>0<wA>>>0?1:0))+((I=BA+mA|0)>>>0<BA>>>0?1:0)|0}d=r.low=d+I;r.high=g+x+(d>>>0<I>>>0?1:0);f=n.low=f+L;n.high=h+K+(f>>>0<L>>>0?1:0);p=i.low=p+S;i.high=w+D+(p>>>0<S>>>0?1:0);C=s.low=C+T;s.high=Q+k+(C>>>0<T>>>0?1:0);F=o.low=F+R;o.high=U+M+(F>>>0<R>>>0?1:0);m=l.low=m+O;l.high=y+P+(m>>>0<O>>>0?1:0);H=B.low=H+G;B.high=b+_+(H>>>0<G>>>0?1:0);v=u.low=v+N;u.high=E+V+(v>>>0<N>>>0?1:0)},_doFinalize:function(){var A=this._data,e=A.words,t=8*this._nDataBytes,r=8*A.sigBytes;e[r>>>5]|=128<<24-r%32;e[30+(r+128>>>10<<5)]=Math.floor(t/4294967296);e[31+(r+128>>>10<<5)]=t;A.sigBytes=4*e.length;this._process();return this._hash.toX32()},clone:function(){var A=t.clone.call(this);A._hash=this._hash.clone();return A},blockSize:32});e.SHA512=t._createHelper(l);e.HmacSHA512=t._createHmacHelper(l)}();return A.SHA512}(o(),l());return k.exports}var M,R={exports:{}};var P,O={exports:{}};function _(){if(P)return O.exports;P=1;O.exports=function(A){!function(e){var t=A,r=t.lib,n=r.WordArray,i=r.Hasher,s=t.x64.Word,o=t.algo,a=[],c=[],l=[];!function(){for(var A=1,e=0,t=0;t<24;t++){a[A+5*e]=(t+1)*(t+2)/2%64;var r=(2*A+3*e)%5;A=e%5;e=r}for(A=0;A<5;A++)for(e=0;e<5;e++)c[A+5*e]=e+(2*A+3*e)%5*5;for(var n=1,i=0;i<24;i++){for(var o=0,B=0,u=0;u<7;u++){if(1&n){var g=(1<<u)-1;if(g<32)B^=1<<g;else o^=1<<g-32}if(128&n)n=n<<1^113;else n<<=1}l[i]=s.create(o,B)}}();var B=[];!function(){for(var A=0;A<25;A++)B[A]=s.create()}();var u=o.SHA3=i.extend({cfg:i.cfg.extend({outputLength:512}),_doReset:function(){for(var A=this._state=[],e=0;e<25;e++)A[e]=new s.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(A,e){for(var t=this._state,r=this.blockSize/2,n=0;n<r;n++){var i=A[e+2*n],s=A[e+2*n+1];i=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8);s=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8);(v=t[n]).high^=s;v.low^=i}for(var o=0;o<24;o++){for(var u=0;u<5;u++){for(var g=0,d=0,h=0;h<5;h++){g^=(v=t[u+5*h]).high;d^=v.low}var f=B[u];f.high=g;f.low=d}for(u=0;u<5;u++){var w=B[(u+4)%5],p=B[(u+1)%5],Q=p.high,C=p.low;for(g=w.high^(Q<<1|C>>>31),d=w.low^(C<<1|Q>>>31),h=0;h<5;h++){(v=t[u+5*h]).high^=g;v.low^=d}}for(var U=1;U<25;U++){var F=(v=t[U]).high,y=v.low,m=a[U];if(m<32){g=F<<m|y>>>32-m;d=y<<m|F>>>32-m}else{g=y<<m-32|F>>>64-m;d=F<<m-32|y>>>64-m}var b=B[c[U]];b.high=g;b.low=d}var H=B[0],E=t[0];H.high=E.high;H.low=E.low;for(u=0;u<5;u++)for(h=0;h<5;h++){var v=t[U=u+5*h],x=B[U],I=B[(u+1)%5+5*h],K=B[(u+2)%5+5*h];v.high=x.high^~I.high&K.high;v.low=x.low^~I.low&K.low}v=t[0];var L=l[o];v.high^=L.high;v.low^=L.low}},_doFinalize:function(){var A=this._data,t=A.words;this._nDataBytes;var r=8*A.sigBytes,i=32*this.blockSize;t[r>>>5]|=1<<24-r%32;t[(e.ceil((r+1)/i)*i>>>5)-1]|=128;A.sigBytes=4*t.length;this._process();for(var s=this._state,o=this.cfg.outputLength/8,a=o/8,c=[],l=0;l<a;l++){var B=s[l],u=B.high,g=B.low;u=16711935&(u<<8|u>>>24)|4278255360&(u<<24|u>>>8);g=16711935&(g<<8|g>>>24)|4278255360&(g<<24|g>>>8);c.push(g);c.push(u)}return new n.init(c,o)},clone:function(){for(var A=i.clone.call(this),e=A._state=this._state.slice(0),t=0;t<25;t++)e[t]=e[t].clone();return A}});t.SHA3=i._createHelper(u);t.HmacSHA3=i._createHmacHelper(u)}(Math);return A.SHA3}(o(),l());return O.exports}var G,V={exports:{}};var N,W={exports:{}};function X(){if(N)return W.exports;N=1;W.exports=(A=o(),void(e=A,t=e.lib.Base,r=e.enc.Utf8,e.algo.HMAC=t.extend({init:function(A,e){A=this._hasher=new A.init;if("string"==typeof e)e=r.parse(e);var t=A.blockSize,n=4*t;if(e.sigBytes>n)e=A.finalize(e);e.clamp();for(var i=this._oKey=e.clone(),s=this._iKey=e.clone(),o=i.words,a=s.words,c=0;c<t;c++){o[c]^=1549556828;a[c]^=909522486}i.sigBytes=s.sigBytes=n;this.reset()},reset:function(){var A=this._hasher;A.reset();A.update(this._iKey)},update:function(A){this._hasher.update(A);return this},finalize:function(A){var e=this._hasher,t=e.finalize(A);e.reset();return e.finalize(this._oKey.clone().concat(t))}})));var A,e,t,r;return W.exports}var J,z={exports:{}};var Y,q={exports:{}};function Z(){if(Y)return q.exports;Y=1;q.exports=function(A){t=(e=A).lib,r=t.Base,n=t.WordArray,i=e.algo,s=i.MD5,o=i.EvpKDF=r.extend({cfg:r.extend({keySize:4,hasher:s,iterations:1}),init:function(A){this.cfg=this.cfg.extend(A)},compute:function(A,e){for(var t,r=this.cfg,i=r.hasher.create(),s=n.create(),o=s.words,a=r.keySize,c=r.iterations;o.length<a;){if(t)i.update(t);t=i.update(A).finalize(e);i.reset();for(var l=1;l<c;l++){t=i.finalize(t);i.reset()}s.concat(t)}s.sigBytes=4*a;return s}}),e.EvpKDF=function(A,e,t){return o.create(t).compute(A,e)};var e,t,r,n,i,s,o;return A.EvpKDF}(o(),v(),X());return q.exports}var j,$={exports:{}};function AA(){if(j)return $.exports;j=1;$.exports=(A=o(),Z(),void(A.lib.Cipher||function(e){var t=A,r=t.lib,n=r.Base,i=r.WordArray,s=r.BufferedBlockAlgorithm,o=t.enc;o.Utf8;var a=o.Base64,c=t.algo.EvpKDF,l=r.Cipher=s.extend({cfg:n.extend(),createEncryptor:function(A,e){return this.create(this._ENC_XFORM_MODE,A,e)},createDecryptor:function(A,e){return this.create(this._DEC_XFORM_MODE,A,e)},init:function(A,e,t){this.cfg=this.cfg.extend(t);this._xformMode=A;this._key=e;this.reset()},reset:function(){s.reset.call(this);this._doReset()},process:function(A){this._append(A);return this._process()},finalize:function(A){if(A)this._append(A);return this._doFinalize()},keySize:4,ivSize:4,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function A(A){if("string"==typeof A)return Q;else return w}return function(e){return{encrypt:function(t,r,n){return A(r).encrypt(e,t,r,n)},decrypt:function(t,r,n){return A(r).decrypt(e,t,r,n)}}}}()});r.StreamCipher=l.extend({_doFinalize:function(){return this._process(!0)},blockSize:1});var B=t.mode={},u=r.BlockCipherMode=n.extend({createEncryptor:function(A,e){return this.Encryptor.create(A,e)},createDecryptor:function(A,e){return this.Decryptor.create(A,e)},init:function(A,e){this._cipher=A;this._iv=e}}),g=B.CBC=function(){var A=u.extend();A.Encryptor=A.extend({processBlock:function(A,e){var r=this._cipher,n=r.blockSize;t.call(this,A,e,n);r.encryptBlock(A,e);this._prevBlock=A.slice(e,e+n)}});A.Decryptor=A.extend({processBlock:function(A,e){var r=this._cipher,n=r.blockSize,i=A.slice(e,e+n);r.decryptBlock(A,e);t.call(this,A,e,n);this._prevBlock=i}});function t(A,t,r){var n,i=this._iv;if(i){n=i;this._iv=e}else n=this._prevBlock;for(var s=0;s<r;s++)A[t+s]^=n[s]}return A}(),d=(t.pad={}).Pkcs7={pad:function(A,e){for(var t=4*e,r=t-A.sigBytes%t,n=r<<24|r<<16|r<<8|r,s=[],o=0;o<r;o+=4)s.push(n);var a=i.create(s,r);A.concat(a)},unpad:function(A){var e=255&A.words[A.sigBytes-1>>>2];A.sigBytes-=e}};r.BlockCipher=l.extend({cfg:l.cfg.extend({mode:g,padding:d}),reset:function(){var A;l.reset.call(this);var e=this.cfg,t=e.iv,r=e.mode;if(this._xformMode==this._ENC_XFORM_MODE)A=r.createEncryptor;else{A=r.createDecryptor;this._minBufferSize=1}if(this._mode&&this._mode.__creator==A)this._mode.init(this,t&&t.words);else{this._mode=A.call(r,this,t&&t.words);this._mode.__creator=A}},_doProcessBlock:function(A,e){this._mode.processBlock(A,e)},_doFinalize:function(){var A,e=this.cfg.padding;if(this._xformMode==this._ENC_XFORM_MODE){e.pad(this._data,this.blockSize);A=this._process(!0)}else{A=this._process(!0);e.unpad(A)}return A},blockSize:4});var h=r.CipherParams=n.extend({init:function(A){this.mixIn(A)},toString:function(A){return(A||this.formatter).stringify(this)}}),f=(t.format={}).OpenSSL={stringify:function(A){var e,t=A.ciphertext,r=A.salt;if(r)e=i.create([1398893684,1701076831]).concat(r).concat(t);else e=t;return e.toString(a)},parse:function(A){var e,t=a.parse(A),r=t.words;if(1398893684==r[0]&&1701076831==r[1]){e=i.create(r.slice(2,4));r.splice(0,4);t.sigBytes-=16}return h.create({ciphertext:t,salt:e})}},w=r.SerializableCipher=n.extend({cfg:n.extend({format:f}),encrypt:function(A,e,t,r){r=this.cfg.extend(r);var n=A.createEncryptor(t,r),i=n.finalize(e),s=n.cfg;return h.create({ciphertext:i,key:t,iv:s.iv,algorithm:A,mode:s.mode,padding:s.padding,blockSize:A.blockSize,formatter:r.format})},decrypt:function(A,e,t,r){r=this.cfg.extend(r);e=this._parse(e,r.format);return A.createDecryptor(t,r).finalize(e.ciphertext)},_parse:function(A,e){if("string"==typeof A)return e.parse(A,this);else return A}}),p=(t.kdf={}).OpenSSL={execute:function(A,e,t,r,n){if(!r)r=i.random(8);if(!n)var s=c.create({keySize:e+t}).compute(A,r);else s=c.create({keySize:e+t,hasher:n}).compute(A,r);var o=i.create(s.words.slice(e),4*t);s.sigBytes=4*e;return h.create({key:s,iv:o,salt:r})}},Q=r.PasswordBasedCipher=w.extend({cfg:w.cfg.extend({kdf:p}),encrypt:function(A,e,t,r){var n=(r=this.cfg.extend(r)).kdf.execute(t,A.keySize,A.ivSize,r.salt,r.hasher);r.iv=n.iv;var i=w.encrypt.call(this,A,e,n.key,r);i.mixIn(n);return i},decrypt:function(A,e,t,r){r=this.cfg.extend(r);e=this._parse(e,r.format);var n=r.kdf.execute(t,A.keySize,A.ivSize,e.salt,r.hasher);r.iv=n.iv;return w.decrypt.call(this,A,e,n.key,r)}})}()));var A;return $.exports}var eA,tA={exports:{}};var rA,nA={exports:{}};var iA,sA={exports:{}};function oA(){if(iA)return sA.exports;iA=1;sA.exports=function(A){
2
2
  /** @preserve
3
3
  * Counter block mode compatible with Dr Brian Gladman fileenc.c
4
4
  * derived from CryptoJS.mode.CTR
5
5
  * Jan Hruby jhruby.web@gmail.com
6
6
  */
7
- A.mode.CTRGladman=function(){var e=A.lib.BlockCipherMode.extend();function t(A){if(!(255&~(A>>24))){var e=A>>16&255,t=A>>8&255,r=255&A;if(255===e){e=0;if(255===t){t=0;if(255===r)r=0;else++r}else++t}else++e;A=0;A+=e<<16;A+=t<<8;A+=r}else A+=1<<24;return A}function r(A){if(0===(A[0]=t(A[0])))A[1]=t(A[1]);return A}var n=e.Encryptor=e.extend({processBlock:function(A,e){var t=this._cipher,n=t.blockSize,i=this._iv,s=this._counter;if(i){s=this._counter=i.slice(0);this._iv=void 0}r(s);var o=s.slice(0);t.encryptBlock(o,0);for(var a=0;a<n;a++)A[e+a]^=o[a]}});e.Decryptor=n;return e}();return A.mode.CTRGladman}(o(),AA());return sA.exports}var aA,cA={exports:{}};var lA,BA={exports:{}};var uA,gA={exports:{}};var dA,hA={exports:{}};var fA,wA={exports:{}};var pA,QA={exports:{}};var CA,UA={exports:{}};var FA,yA={exports:{}};var bA,mA={exports:{}};var HA,EA={exports:{}};function vA(){if(HA)return EA.exports;HA=1;EA.exports=function(A){!function(){var e=A,t=e.lib,r=t.WordArray,n=t.BlockCipher,i=e.algo,s=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],o=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],a=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],c=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],l=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],B=i.DES=n.extend({_doReset:function(){for(var A=this._key.words,e=[],t=0;t<56;t++){var r=s[t]-1;e[t]=A[r>>>5]>>>31-r%32&1}for(var n=this._subKeys=[],i=0;i<16;i++){var c=n[i]=[],l=a[i];for(t=0;t<24;t++){c[t/6|0]|=e[(o[t]-1+l)%28]<<31-t%6;c[4+(t/6|0)]|=e[28+(o[t+24]-1+l)%28]<<31-t%6}c[0]=c[0]<<1|c[0]>>>31;for(t=1;t<7;t++)c[t]=c[t]>>>4*(t-1)+3;c[7]=c[7]<<5|c[7]>>>27}var B=this._invSubKeys=[];for(t=0;t<16;t++)B[t]=n[15-t]},encryptBlock:function(A,e){this._doCryptBlock(A,e,this._subKeys)},decryptBlock:function(A,e){this._doCryptBlock(A,e,this._invSubKeys)},_doCryptBlock:function(A,e,t){this._lBlock=A[e];this._rBlock=A[e+1];u.call(this,4,252645135);u.call(this,16,65535);g.call(this,2,858993459);g.call(this,8,16711935);u.call(this,1,1431655765);for(var r=0;r<16;r++){for(var n=t[r],i=this._lBlock,s=this._rBlock,o=0,a=0;a<8;a++)o|=c[a][((s^n[a])&l[a])>>>0];this._lBlock=s;this._rBlock=i^o}var B=this._lBlock;this._lBlock=this._rBlock;this._rBlock=B;u.call(this,1,1431655765);g.call(this,8,16711935);g.call(this,2,858993459);u.call(this,16,65535);u.call(this,4,252645135);A[e]=this._lBlock;A[e+1]=this._rBlock},keySize:2,ivSize:2,blockSize:2});function u(A,e){var t=(this._lBlock>>>A^this._rBlock)&e;this._rBlock^=t;this._lBlock^=t<<A}function g(A,e){var t=(this._rBlock>>>A^this._lBlock)&e;this._lBlock^=t;this._rBlock^=t<<A}e.DES=n._createHelper(B);var d=i.TripleDES=n.extend({_doReset:function(){var A=this._key.words;if(2!==A.length&&4!==A.length&&A.length<6)throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");var e=A.slice(0,2),t=A.length<4?A.slice(0,2):A.slice(2,4),n=A.length<6?A.slice(0,2):A.slice(4,6);this._des1=B.createEncryptor(r.create(e));this._des2=B.createEncryptor(r.create(t));this._des3=B.createEncryptor(r.create(n))},encryptBlock:function(A,e){this._des1.encryptBlock(A,e);this._des2.decryptBlock(A,e);this._des3.encryptBlock(A,e)},decryptBlock:function(A,e){this._des3.decryptBlock(A,e);this._des2.encryptBlock(A,e);this._des1.decryptBlock(A,e)},keySize:6,ivSize:2,blockSize:2});e.TripleDES=n._createHelper(d)}();return A.TripleDES}(o(),Q(),m(),Z(),AA());return EA.exports}var xA,IA={exports:{}};var KA,LA={exports:{}};var DA,SA={exports:{}};var kA,TA={exports:{}};function MA(){if(kA)return TA.exports;kA=1;TA.exports=function(A){!function(){var e=A,t=e.lib.BlockCipher,r=e.algo;const n=16,i=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],s=[[3509652390,2564797868,805139163,3491422135,3101798381,1780907670,3128725573,4046225305,614570311,3012652279,134345442,2240740374,1667834072,1901547113,2757295779,4103290238,227898511,1921955416,1904987480,2182433518,2069144605,3260701109,2620446009,720527379,3318853667,677414384,3393288472,3101374703,2390351024,1614419982,1822297739,2954791486,3608508353,3174124327,2024746970,1432378464,3864339955,2857741204,1464375394,1676153920,1439316330,715854006,3033291828,289532110,2706671279,2087905683,3018724369,1668267050,732546397,1947742710,3462151702,2609353502,2950085171,1814351708,2050118529,680887927,999245976,1800124847,3300911131,1713906067,1641548236,4213287313,1216130144,1575780402,4018429277,3917837745,3693486850,3949271944,596196993,3549867205,258830323,2213823033,772490370,2760122372,1774776394,2652871518,566650946,4142492826,1728879713,2882767088,1783734482,3629395816,2517608232,2874225571,1861159788,326777828,3124490320,2130389656,2716951837,967770486,1724537150,2185432712,2364442137,1164943284,2105845187,998989502,3765401048,2244026483,1075463327,1455516326,1322494562,910128902,469688178,1117454909,936433444,3490320968,3675253459,1240580251,122909385,2157517691,634681816,4142456567,3825094682,3061402683,2540495037,79693498,3249098678,1084186820,1583128258,426386531,1761308591,1047286709,322548459,995290223,1845252383,2603652396,3431023940,2942221577,3202600964,3727903485,1712269319,422464435,3234572375,1170764815,3523960633,3117677531,1434042557,442511882,3600875718,1076654713,1738483198,4213154764,2393238008,3677496056,1014306527,4251020053,793779912,2902807211,842905082,4246964064,1395751752,1040244610,2656851899,3396308128,445077038,3742853595,3577915638,679411651,2892444358,2354009459,1767581616,3150600392,3791627101,3102740896,284835224,4246832056,1258075500,768725851,2589189241,3069724005,3532540348,1274779536,3789419226,2764799539,1660621633,3471099624,4011903706,913787905,3497959166,737222580,2514213453,2928710040,3937242737,1804850592,3499020752,2949064160,2386320175,2390070455,2415321851,4061277028,2290661394,2416832540,1336762016,1754252060,3520065937,3014181293,791618072,3188594551,3933548030,2332172193,3852520463,3043980520,413987798,3465142937,3030929376,4245938359,2093235073,3534596313,375366246,2157278981,2479649556,555357303,3870105701,2008414854,3344188149,4221384143,3956125452,2067696032,3594591187,2921233993,2428461,544322398,577241275,1471733935,610547355,4027169054,1432588573,1507829418,2025931657,3646575487,545086370,48609733,2200306550,1653985193,298326376,1316178497,3007786442,2064951626,458293330,2589141269,3591329599,3164325604,727753846,2179363840,146436021,1461446943,4069977195,705550613,3059967265,3887724982,4281599278,3313849956,1404054877,2845806497,146425753,1854211946],[1266315497,3048417604,3681880366,3289982499,290971e4,1235738493,2632868024,2414719590,3970600049,1771706367,1449415276,3266420449,422970021,1963543593,2690192192,3826793022,1062508698,1531092325,1804592342,2583117782,2714934279,4024971509,1294809318,4028980673,1289560198,2221992742,1669523910,35572830,157838143,1052438473,1016535060,1802137761,1753167236,1386275462,3080475397,2857371447,1040679964,2145300060,2390574316,1461121720,2956646967,4031777805,4028374788,33600511,2920084762,1018524850,629373528,3691585981,3515945977,2091462646,2486323059,586499841,988145025,935516892,3367335476,2599673255,2839830854,265290510,3972581182,2759138881,3795373465,1005194799,847297441,406762289,1314163512,1332590856,1866599683,4127851711,750260880,613907577,1450815602,3165620655,3734664991,3650291728,3012275730,3704569646,1427272223,778793252,1343938022,2676280711,2052605720,1946737175,3164576444,3914038668,3967478842,3682934266,1661551462,3294938066,4011595847,840292616,3712170807,616741398,312560963,711312465,1351876610,322626781,1910503582,271666773,2175563734,1594956187,70604529,3617834859,1007753275,1495573769,4069517037,2549218298,2663038764,504708206,2263041392,3941167025,2249088522,1514023603,1998579484,1312622330,694541497,2582060303,2151582166,1382467621,776784248,2618340202,3323268794,2497899128,2784771155,503983604,4076293799,907881277,423175695,432175456,1378068232,4145222326,3954048622,3938656102,3820766613,2793130115,2977904593,26017576,3274890735,3194772133,1700274565,1756076034,4006520079,3677328699,720338349,1533947780,354530856,688349552,3973924725,1637815568,332179504,3949051286,53804574,2852348879,3044236432,1282449977,3583942155,3416972820,4006381244,1617046695,2628476075,3002303598,1686838959,431878346,2686675385,1700445008,1080580658,1009431731,832498133,3223435511,2605976345,2271191193,2516031870,1648197032,4164389018,2548247927,300782431,375919233,238389289,3353747414,2531188641,2019080857,1475708069,455242339,2609103871,448939670,3451063019,1395535956,2413381860,1841049896,1491858159,885456874,4264095073,4001119347,1565136089,3898914787,1108368660,540939232,1173283510,2745871338,3681308437,4207628240,3343053890,4016749493,1699691293,1103962373,3625875870,2256883143,3830138730,1031889488,3479347698,1535977030,4236805024,3251091107,2132092099,1774941330,1199868427,1452454533,157007616,2904115357,342012276,595725824,1480756522,206960106,497939518,591360097,863170706,2375253569,3596610801,1814182875,2094937945,3421402208,1082520231,3463918190,2785509508,435703966,3908032597,1641649973,2842273706,3305899714,1510255612,2148256476,2655287854,3276092548,4258621189,236887753,3681803219,274041037,1734335097,3815195456,3317970021,1899903192,1026095262,4050517792,356393447,2410691914,3873677099,3682840055],[3913112168,2491498743,4132185628,2489919796,1091903735,1979897079,3170134830,3567386728,3557303409,857797738,1136121015,1342202287,507115054,2535736646,337727348,3213592640,1301675037,2528481711,1895095763,1721773893,3216771564,62756741,2142006736,835421444,2531993523,1442658625,3659876326,2882144922,676362277,1392781812,170690266,3921047035,1759253602,3611846912,1745797284,664899054,1329594018,3901205900,3045908486,2062866102,2865634940,3543621612,3464012697,1080764994,553557557,3656615353,3996768171,991055499,499776247,1265440854,648242737,3940784050,980351604,3713745714,1749149687,3396870395,4211799374,3640570775,1161844396,3125318951,1431517754,545492359,4268468663,3499529547,1437099964,2702547544,3433638243,2581715763,2787789398,1060185593,1593081372,2418618748,4260947970,69676912,2159744348,86519011,2512459080,3838209314,1220612927,3339683548,133810670,1090789135,1078426020,1569222167,845107691,3583754449,4072456591,1091646820,628848692,1613405280,3757631651,526609435,236106946,48312990,2942717905,3402727701,1797494240,859738849,992217954,4005476642,2243076622,3870952857,3732016268,765654824,3490871365,2511836413,1685915746,3888969200,1414112111,2273134842,3281911079,4080962846,172450625,2569994100,980381355,4109958455,2819808352,2716589560,2568741196,3681446669,3329971472,1835478071,660984891,3704678404,4045999559,3422617507,3040415634,1762651403,1719377915,3470491036,2693910283,3642056355,3138596744,1364962596,2073328063,1983633131,926494387,3423689081,2150032023,4096667949,1749200295,3328846651,309677260,2016342300,1779581495,3079819751,111262694,1274766160,443224088,298511866,1025883608,3806446537,1145181785,168956806,3641502830,3584813610,1689216846,3666258015,3200248200,1692713982,2646376535,4042768518,1618508792,1610833997,3523052358,4130873264,2001055236,3610705100,2202168115,4028541809,2961195399,1006657119,2006996926,3186142756,1430667929,3210227297,1314452623,4074634658,4101304120,2273951170,1399257539,3367210612,3027628629,1190975929,2062231137,2333990788,2221543033,2438960610,1181637006,548689776,2362791313,3372408396,3104550113,3145860560,296247880,1970579870,3078560182,3769228297,1714227617,3291629107,3898220290,166772364,1251581989,493813264,448347421,195405023,2709975567,677966185,3703036547,1463355134,2715995803,1338867538,1343315457,2802222074,2684532164,233230375,2599980071,2000651841,3277868038,1638401717,4028070440,3237316320,6314154,819756386,300326615,590932579,1405279636,3267499572,3150704214,2428286686,3959192993,3461946742,1862657033,1266418056,963775037,2089974820,2263052895,1917689273,448879540,3550394620,3981727096,150775221,3627908307,1303187396,508620638,2975983352,2726630617,1817252668,1876281319,1457606340,908771278,3720792119,3617206836,2455994898,1729034894,1080033504],[976866871,3556439503,2881648439,1522871579,1555064734,1336096578,3548522304,2579274686,3574697629,3205460757,3593280638,3338716283,3079412587,564236357,2993598910,1781952180,1464380207,3163844217,3332601554,1699332808,1393555694,1183702653,3581086237,1288719814,691649499,2847557200,2895455976,3193889540,2717570544,1781354906,1676643554,2592534050,3230253752,1126444790,2770207658,2633158820,2210423226,2615765581,2414155088,3127139286,673620729,2805611233,1269405062,4015350505,3341807571,4149409754,1057255273,2012875353,2162469141,2276492801,2601117357,993977747,3918593370,2654263191,753973209,36408145,2530585658,25011837,3520020182,2088578344,530523599,2918365339,1524020338,1518925132,3760827505,3759777254,1202760957,3985898139,3906192525,674977740,4174734889,2031300136,2019492241,3983892565,4153806404,3822280332,352677332,2297720250,60907813,90501309,3286998549,1016092578,2535922412,2839152426,457141659,509813237,4120667899,652014361,1966332200,2975202805,55981186,2327461051,676427537,3255491064,2882294119,3433927263,1307055953,942726286,933058658,2468411793,3933900994,4215176142,1361170020,2001714738,2830558078,3274259782,1222529897,1679025792,2729314320,3714953764,1770335741,151462246,3013232138,1682292957,1483529935,471910574,1539241949,458788160,3436315007,1807016891,3718408830,978976581,1043663428,3165965781,1927990952,4200891579,2372276910,3208408903,3533431907,1412390302,2931980059,4132332400,1947078029,3881505623,4168226417,2941484381,1077988104,1320477388,886195818,18198404,3786409e3,2509781533,112762804,3463356488,1866414978,891333506,18488651,661792760,1628790961,3885187036,3141171499,876946877,2693282273,1372485963,791857591,2686433993,3759982718,3167212022,3472953795,2716379847,445679433,3561995674,3504004811,3574258232,54117162,3331405415,2381918588,3769707343,4154350007,1140177722,4074052095,668550556,3214352940,367459370,261225585,2610173221,4209349473,3468074219,3265815641,314222801,3066103646,3808782860,282218597,3406013506,3773591054,379116347,1285071038,846784868,2669647154,3771962079,3550491691,2305946142,453669953,1268987020,3317592352,3279303384,3744833421,2610507566,3859509063,266596637,3847019092,517658769,3462560207,3443424879,370717030,4247526661,2224018117,4143653529,4112773975,2788324899,2477274417,1456262402,2901442914,1517677493,1846949527,2295493580,3734397586,2176403920,1280348187,1908823572,3871786941,846861322,1172426758,3287448474,3383383037,1655181056,3139813346,901632758,1897031941,2986607138,3066810236,3447102507,1393639104,373351379,950779232,625454576,3124240540,4148612726,2007998917,544563296,2244738638,2330496472,2058025392,1291430526,424198748,50039436,29584100,3605783033,2429876329,2791104160,1057563949,3255363231,3075367218,3463963227,1469046755,985887462]];var o={pbox:[],sbox:[]};function a(A,e){let t=e>>24&255,r=e>>16&255,n=e>>8&255,i=255&e,s=A.sbox[0][t]+A.sbox[1][r];s^=A.sbox[2][n];s+=A.sbox[3][i];return s}function c(A,e,t){let r,i=e,s=t;for(let o=0;o<n;++o){i^=A.pbox[o];s=a(A,i)^s;r=i;i=s;s=r}r=i;i=s;s=r;s^=A.pbox[n];i^=A.pbox[n+1];return{left:i,right:s}}function l(A,e,t){let r,i=e,s=t;for(let o=n+1;o>1;--o){i^=A.pbox[o];s=a(A,i)^s;r=i;i=s;s=r}r=i;i=s;s=r;s^=A.pbox[1];i^=A.pbox[0];return{left:i,right:s}}function B(A,e,t){for(let n=0;n<4;n++){A.sbox[n]=[];for(let e=0;e<256;e++)A.sbox[n][e]=s[n][e]}let r=0;for(let s=0;s<n+2;s++){A.pbox[s]=i[s]^e[r];r++;if(r>=t)r=0}let o=0,a=0,l=0;for(let i=0;i<n+2;i+=2){l=c(A,o,a);o=l.left;a=l.right;A.pbox[i]=o;A.pbox[i+1]=a}for(let n=0;n<4;n++)for(let e=0;e<256;e+=2){l=c(A,o,a);o=l.left;a=l.right;A.sbox[n][e]=o;A.sbox[n][e+1]=a}return!0}var u=r.Blowfish=t.extend({_doReset:function(){if(this._keyPriorReset!==this._key){var A=this._keyPriorReset=this._key,e=A.words,t=A.sigBytes/4;B(o,e,t)}},encryptBlock:function(A,e){var t=c(o,A[e],A[e+1]);A[e]=t.left;A[e+1]=t.right},decryptBlock:function(A,e){var t=l(o,A[e],A[e+1]);A[e]=t.left;A[e+1]=t.right},blockSize:2,keySize:4,ivSize:2});e.Blowfish=t._createHelper(u)}();return A.Blowfish}(o(),Q(),m(),Z(),AA());return TA.exports}var RA;var OA=function(){if(RA)return r.exports;RA=1;r.exports=(A=o(),l(),g(),f(),Q(),F(),m(),v(),K(),function(){if(L)return D.exports;L=1;D.exports=function(A){!function(){var e=A,t=e.lib.WordArray,r=e.algo,n=r.SHA256,i=r.SHA224=n.extend({_doReset:function(){this._hash=new t.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var A=n._doFinalize.call(this);A.sigBytes-=4;return A}});e.SHA224=n._createHelper(i);e.HmacSHA224=n._createHmacHelper(i)}();return A.SHA224}(o(),K())}(),T(),function(){if(M)return R.exports;M=1;R.exports=function(A){!function(){var e=A,t=e.x64,r=t.Word,n=t.WordArray,i=e.algo,s=i.SHA512,o=i.SHA384=s.extend({_doReset:function(){this._hash=new n.init([new r.init(3418070365,3238371032),new r.init(1654270250,914150663),new r.init(2438529370,812702999),new r.init(355462360,4144912697),new r.init(1731405415,4290775857),new r.init(2394180231,1750603025),new r.init(3675008525,1694076839),new r.init(1203062813,3204075428)])},_doFinalize:function(){var A=s._doFinalize.call(this);A.sigBytes-=16;return A}});e.SHA384=s._createHelper(o);e.HmacSHA384=s._createHmacHelper(o)}();return A.SHA384}(o(),l(),T())}(),_(),function(){if(G)return V.exports;G=1;V.exports=function(A){
7
+ A.mode.CTRGladman=function(){var e=A.lib.BlockCipherMode.extend();function t(A){if(!(255&~(A>>24))){var e=A>>16&255,t=A>>8&255,r=255&A;if(255===e){e=0;if(255===t){t=0;if(255===r)r=0;else++r}else++t}else++e;A=0;A+=e<<16;A+=t<<8;A+=r}else A+=1<<24;return A}function r(A){if(0===(A[0]=t(A[0])))A[1]=t(A[1]);return A}var n=e.Encryptor=e.extend({processBlock:function(A,e){var t=this._cipher,n=t.blockSize,i=this._iv,s=this._counter;if(i){s=this._counter=i.slice(0);this._iv=void 0}r(s);var o=s.slice(0);t.encryptBlock(o,0);for(var a=0;a<n;a++)A[e+a]^=o[a]}});e.Decryptor=n;return e}();return A.mode.CTRGladman}(o(),AA());return sA.exports}var aA,cA={exports:{}};var lA,BA={exports:{}};var uA,gA={exports:{}};var dA,hA={exports:{}};var fA,wA={exports:{}};var pA,QA={exports:{}};var CA,UA={exports:{}};var FA,yA={exports:{}};var mA,bA={exports:{}};var HA,EA={exports:{}};function vA(){if(HA)return EA.exports;HA=1;EA.exports=function(A){!function(){var e=A,t=e.lib,r=t.WordArray,n=t.BlockCipher,i=e.algo,s=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],o=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],a=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],c=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],l=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],B=i.DES=n.extend({_doReset:function(){for(var A=this._key.words,e=[],t=0;t<56;t++){var r=s[t]-1;e[t]=A[r>>>5]>>>31-r%32&1}for(var n=this._subKeys=[],i=0;i<16;i++){var c=n[i]=[],l=a[i];for(t=0;t<24;t++){c[t/6|0]|=e[(o[t]-1+l)%28]<<31-t%6;c[4+(t/6|0)]|=e[28+(o[t+24]-1+l)%28]<<31-t%6}c[0]=c[0]<<1|c[0]>>>31;for(t=1;t<7;t++)c[t]=c[t]>>>4*(t-1)+3;c[7]=c[7]<<5|c[7]>>>27}var B=this._invSubKeys=[];for(t=0;t<16;t++)B[t]=n[15-t]},encryptBlock:function(A,e){this._doCryptBlock(A,e,this._subKeys)},decryptBlock:function(A,e){this._doCryptBlock(A,e,this._invSubKeys)},_doCryptBlock:function(A,e,t){this._lBlock=A[e];this._rBlock=A[e+1];u.call(this,4,252645135);u.call(this,16,65535);g.call(this,2,858993459);g.call(this,8,16711935);u.call(this,1,1431655765);for(var r=0;r<16;r++){for(var n=t[r],i=this._lBlock,s=this._rBlock,o=0,a=0;a<8;a++)o|=c[a][((s^n[a])&l[a])>>>0];this._lBlock=s;this._rBlock=i^o}var B=this._lBlock;this._lBlock=this._rBlock;this._rBlock=B;u.call(this,1,1431655765);g.call(this,8,16711935);g.call(this,2,858993459);u.call(this,16,65535);u.call(this,4,252645135);A[e]=this._lBlock;A[e+1]=this._rBlock},keySize:2,ivSize:2,blockSize:2});function u(A,e){var t=(this._lBlock>>>A^this._rBlock)&e;this._rBlock^=t;this._lBlock^=t<<A}function g(A,e){var t=(this._rBlock>>>A^this._lBlock)&e;this._lBlock^=t;this._rBlock^=t<<A}e.DES=n._createHelper(B);var d=i.TripleDES=n.extend({_doReset:function(){var A=this._key.words;if(2!==A.length&&4!==A.length&&A.length<6)throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");var e=A.slice(0,2),t=A.length<4?A.slice(0,2):A.slice(2,4),n=A.length<6?A.slice(0,2):A.slice(4,6);this._des1=B.createEncryptor(r.create(e));this._des2=B.createEncryptor(r.create(t));this._des3=B.createEncryptor(r.create(n))},encryptBlock:function(A,e){this._des1.encryptBlock(A,e);this._des2.decryptBlock(A,e);this._des3.encryptBlock(A,e)},decryptBlock:function(A,e){this._des3.decryptBlock(A,e);this._des2.encryptBlock(A,e);this._des1.decryptBlock(A,e)},keySize:6,ivSize:2,blockSize:2});e.TripleDES=n._createHelper(d)}();return A.TripleDES}(o(),Q(),b(),Z(),AA());return EA.exports}var xA,IA={exports:{}};var KA,LA={exports:{}};var DA,SA={exports:{}};var kA,TA={exports:{}};function MA(){if(kA)return TA.exports;kA=1;TA.exports=function(A){!function(){var e=A,t=e.lib.BlockCipher,r=e.algo;const n=16,i=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],s=[[3509652390,2564797868,805139163,3491422135,3101798381,1780907670,3128725573,4046225305,614570311,3012652279,134345442,2240740374,1667834072,1901547113,2757295779,4103290238,227898511,1921955416,1904987480,2182433518,2069144605,3260701109,2620446009,720527379,3318853667,677414384,3393288472,3101374703,2390351024,1614419982,1822297739,2954791486,3608508353,3174124327,2024746970,1432378464,3864339955,2857741204,1464375394,1676153920,1439316330,715854006,3033291828,289532110,2706671279,2087905683,3018724369,1668267050,732546397,1947742710,3462151702,2609353502,2950085171,1814351708,2050118529,680887927,999245976,1800124847,3300911131,1713906067,1641548236,4213287313,1216130144,1575780402,4018429277,3917837745,3693486850,3949271944,596196993,3549867205,258830323,2213823033,772490370,2760122372,1774776394,2652871518,566650946,4142492826,1728879713,2882767088,1783734482,3629395816,2517608232,2874225571,1861159788,326777828,3124490320,2130389656,2716951837,967770486,1724537150,2185432712,2364442137,1164943284,2105845187,998989502,3765401048,2244026483,1075463327,1455516326,1322494562,910128902,469688178,1117454909,936433444,3490320968,3675253459,1240580251,122909385,2157517691,634681816,4142456567,3825094682,3061402683,2540495037,79693498,3249098678,1084186820,1583128258,426386531,1761308591,1047286709,322548459,995290223,1845252383,2603652396,3431023940,2942221577,3202600964,3727903485,1712269319,422464435,3234572375,1170764815,3523960633,3117677531,1434042557,442511882,3600875718,1076654713,1738483198,4213154764,2393238008,3677496056,1014306527,4251020053,793779912,2902807211,842905082,4246964064,1395751752,1040244610,2656851899,3396308128,445077038,3742853595,3577915638,679411651,2892444358,2354009459,1767581616,3150600392,3791627101,3102740896,284835224,4246832056,1258075500,768725851,2589189241,3069724005,3532540348,1274779536,3789419226,2764799539,1660621633,3471099624,4011903706,913787905,3497959166,737222580,2514213453,2928710040,3937242737,1804850592,3499020752,2949064160,2386320175,2390070455,2415321851,4061277028,2290661394,2416832540,1336762016,1754252060,3520065937,3014181293,791618072,3188594551,3933548030,2332172193,3852520463,3043980520,413987798,3465142937,3030929376,4245938359,2093235073,3534596313,375366246,2157278981,2479649556,555357303,3870105701,2008414854,3344188149,4221384143,3956125452,2067696032,3594591187,2921233993,2428461,544322398,577241275,1471733935,610547355,4027169054,1432588573,1507829418,2025931657,3646575487,545086370,48609733,2200306550,1653985193,298326376,1316178497,3007786442,2064951626,458293330,2589141269,3591329599,3164325604,727753846,2179363840,146436021,1461446943,4069977195,705550613,3059967265,3887724982,4281599278,3313849956,1404054877,2845806497,146425753,1854211946],[1266315497,3048417604,3681880366,3289982499,290971e4,1235738493,2632868024,2414719590,3970600049,1771706367,1449415276,3266420449,422970021,1963543593,2690192192,3826793022,1062508698,1531092325,1804592342,2583117782,2714934279,4024971509,1294809318,4028980673,1289560198,2221992742,1669523910,35572830,157838143,1052438473,1016535060,1802137761,1753167236,1386275462,3080475397,2857371447,1040679964,2145300060,2390574316,1461121720,2956646967,4031777805,4028374788,33600511,2920084762,1018524850,629373528,3691585981,3515945977,2091462646,2486323059,586499841,988145025,935516892,3367335476,2599673255,2839830854,265290510,3972581182,2759138881,3795373465,1005194799,847297441,406762289,1314163512,1332590856,1866599683,4127851711,750260880,613907577,1450815602,3165620655,3734664991,3650291728,3012275730,3704569646,1427272223,778793252,1343938022,2676280711,2052605720,1946737175,3164576444,3914038668,3967478842,3682934266,1661551462,3294938066,4011595847,840292616,3712170807,616741398,312560963,711312465,1351876610,322626781,1910503582,271666773,2175563734,1594956187,70604529,3617834859,1007753275,1495573769,4069517037,2549218298,2663038764,504708206,2263041392,3941167025,2249088522,1514023603,1998579484,1312622330,694541497,2582060303,2151582166,1382467621,776784248,2618340202,3323268794,2497899128,2784771155,503983604,4076293799,907881277,423175695,432175456,1378068232,4145222326,3954048622,3938656102,3820766613,2793130115,2977904593,26017576,3274890735,3194772133,1700274565,1756076034,4006520079,3677328699,720338349,1533947780,354530856,688349552,3973924725,1637815568,332179504,3949051286,53804574,2852348879,3044236432,1282449977,3583942155,3416972820,4006381244,1617046695,2628476075,3002303598,1686838959,431878346,2686675385,1700445008,1080580658,1009431731,832498133,3223435511,2605976345,2271191193,2516031870,1648197032,4164389018,2548247927,300782431,375919233,238389289,3353747414,2531188641,2019080857,1475708069,455242339,2609103871,448939670,3451063019,1395535956,2413381860,1841049896,1491858159,885456874,4264095073,4001119347,1565136089,3898914787,1108368660,540939232,1173283510,2745871338,3681308437,4207628240,3343053890,4016749493,1699691293,1103962373,3625875870,2256883143,3830138730,1031889488,3479347698,1535977030,4236805024,3251091107,2132092099,1774941330,1199868427,1452454533,157007616,2904115357,342012276,595725824,1480756522,206960106,497939518,591360097,863170706,2375253569,3596610801,1814182875,2094937945,3421402208,1082520231,3463918190,2785509508,435703966,3908032597,1641649973,2842273706,3305899714,1510255612,2148256476,2655287854,3276092548,4258621189,236887753,3681803219,274041037,1734335097,3815195456,3317970021,1899903192,1026095262,4050517792,356393447,2410691914,3873677099,3682840055],[3913112168,2491498743,4132185628,2489919796,1091903735,1979897079,3170134830,3567386728,3557303409,857797738,1136121015,1342202287,507115054,2535736646,337727348,3213592640,1301675037,2528481711,1895095763,1721773893,3216771564,62756741,2142006736,835421444,2531993523,1442658625,3659876326,2882144922,676362277,1392781812,170690266,3921047035,1759253602,3611846912,1745797284,664899054,1329594018,3901205900,3045908486,2062866102,2865634940,3543621612,3464012697,1080764994,553557557,3656615353,3996768171,991055499,499776247,1265440854,648242737,3940784050,980351604,3713745714,1749149687,3396870395,4211799374,3640570775,1161844396,3125318951,1431517754,545492359,4268468663,3499529547,1437099964,2702547544,3433638243,2581715763,2787789398,1060185593,1593081372,2418618748,4260947970,69676912,2159744348,86519011,2512459080,3838209314,1220612927,3339683548,133810670,1090789135,1078426020,1569222167,845107691,3583754449,4072456591,1091646820,628848692,1613405280,3757631651,526609435,236106946,48312990,2942717905,3402727701,1797494240,859738849,992217954,4005476642,2243076622,3870952857,3732016268,765654824,3490871365,2511836413,1685915746,3888969200,1414112111,2273134842,3281911079,4080962846,172450625,2569994100,980381355,4109958455,2819808352,2716589560,2568741196,3681446669,3329971472,1835478071,660984891,3704678404,4045999559,3422617507,3040415634,1762651403,1719377915,3470491036,2693910283,3642056355,3138596744,1364962596,2073328063,1983633131,926494387,3423689081,2150032023,4096667949,1749200295,3328846651,309677260,2016342300,1779581495,3079819751,111262694,1274766160,443224088,298511866,1025883608,3806446537,1145181785,168956806,3641502830,3584813610,1689216846,3666258015,3200248200,1692713982,2646376535,4042768518,1618508792,1610833997,3523052358,4130873264,2001055236,3610705100,2202168115,4028541809,2961195399,1006657119,2006996926,3186142756,1430667929,3210227297,1314452623,4074634658,4101304120,2273951170,1399257539,3367210612,3027628629,1190975929,2062231137,2333990788,2221543033,2438960610,1181637006,548689776,2362791313,3372408396,3104550113,3145860560,296247880,1970579870,3078560182,3769228297,1714227617,3291629107,3898220290,166772364,1251581989,493813264,448347421,195405023,2709975567,677966185,3703036547,1463355134,2715995803,1338867538,1343315457,2802222074,2684532164,233230375,2599980071,2000651841,3277868038,1638401717,4028070440,3237316320,6314154,819756386,300326615,590932579,1405279636,3267499572,3150704214,2428286686,3959192993,3461946742,1862657033,1266418056,963775037,2089974820,2263052895,1917689273,448879540,3550394620,3981727096,150775221,3627908307,1303187396,508620638,2975983352,2726630617,1817252668,1876281319,1457606340,908771278,3720792119,3617206836,2455994898,1729034894,1080033504],[976866871,3556439503,2881648439,1522871579,1555064734,1336096578,3548522304,2579274686,3574697629,3205460757,3593280638,3338716283,3079412587,564236357,2993598910,1781952180,1464380207,3163844217,3332601554,1699332808,1393555694,1183702653,3581086237,1288719814,691649499,2847557200,2895455976,3193889540,2717570544,1781354906,1676643554,2592534050,3230253752,1126444790,2770207658,2633158820,2210423226,2615765581,2414155088,3127139286,673620729,2805611233,1269405062,4015350505,3341807571,4149409754,1057255273,2012875353,2162469141,2276492801,2601117357,993977747,3918593370,2654263191,753973209,36408145,2530585658,25011837,3520020182,2088578344,530523599,2918365339,1524020338,1518925132,3760827505,3759777254,1202760957,3985898139,3906192525,674977740,4174734889,2031300136,2019492241,3983892565,4153806404,3822280332,352677332,2297720250,60907813,90501309,3286998549,1016092578,2535922412,2839152426,457141659,509813237,4120667899,652014361,1966332200,2975202805,55981186,2327461051,676427537,3255491064,2882294119,3433927263,1307055953,942726286,933058658,2468411793,3933900994,4215176142,1361170020,2001714738,2830558078,3274259782,1222529897,1679025792,2729314320,3714953764,1770335741,151462246,3013232138,1682292957,1483529935,471910574,1539241949,458788160,3436315007,1807016891,3718408830,978976581,1043663428,3165965781,1927990952,4200891579,2372276910,3208408903,3533431907,1412390302,2931980059,4132332400,1947078029,3881505623,4168226417,2941484381,1077988104,1320477388,886195818,18198404,3786409e3,2509781533,112762804,3463356488,1866414978,891333506,18488651,661792760,1628790961,3885187036,3141171499,876946877,2693282273,1372485963,791857591,2686433993,3759982718,3167212022,3472953795,2716379847,445679433,3561995674,3504004811,3574258232,54117162,3331405415,2381918588,3769707343,4154350007,1140177722,4074052095,668550556,3214352940,367459370,261225585,2610173221,4209349473,3468074219,3265815641,314222801,3066103646,3808782860,282218597,3406013506,3773591054,379116347,1285071038,846784868,2669647154,3771962079,3550491691,2305946142,453669953,1268987020,3317592352,3279303384,3744833421,2610507566,3859509063,266596637,3847019092,517658769,3462560207,3443424879,370717030,4247526661,2224018117,4143653529,4112773975,2788324899,2477274417,1456262402,2901442914,1517677493,1846949527,2295493580,3734397586,2176403920,1280348187,1908823572,3871786941,846861322,1172426758,3287448474,3383383037,1655181056,3139813346,901632758,1897031941,2986607138,3066810236,3447102507,1393639104,373351379,950779232,625454576,3124240540,4148612726,2007998917,544563296,2244738638,2330496472,2058025392,1291430526,424198748,50039436,29584100,3605783033,2429876329,2791104160,1057563949,3255363231,3075367218,3463963227,1469046755,985887462]];var o={pbox:[],sbox:[]};function a(A,e){let t=e>>24&255,r=e>>16&255,n=e>>8&255,i=255&e,s=A.sbox[0][t]+A.sbox[1][r];s^=A.sbox[2][n];s+=A.sbox[3][i];return s}function c(A,e,t){let r,i=e,s=t;for(let o=0;o<n;++o){i^=A.pbox[o];s=a(A,i)^s;r=i;i=s;s=r}r=i;i=s;s=r;s^=A.pbox[n];i^=A.pbox[n+1];return{left:i,right:s}}function l(A,e,t){let r,i=e,s=t;for(let o=n+1;o>1;--o){i^=A.pbox[o];s=a(A,i)^s;r=i;i=s;s=r}r=i;i=s;s=r;s^=A.pbox[1];i^=A.pbox[0];return{left:i,right:s}}function B(A,e,t){for(let n=0;n<4;n++){A.sbox[n]=[];for(let e=0;e<256;e++)A.sbox[n][e]=s[n][e]}let r=0;for(let s=0;s<n+2;s++){A.pbox[s]=i[s]^e[r];r++;if(r>=t)r=0}let o=0,a=0,l=0;for(let i=0;i<n+2;i+=2){l=c(A,o,a);o=l.left;a=l.right;A.pbox[i]=o;A.pbox[i+1]=a}for(let n=0;n<4;n++)for(let e=0;e<256;e+=2){l=c(A,o,a);o=l.left;a=l.right;A.sbox[n][e]=o;A.sbox[n][e+1]=a}return!0}var u=r.Blowfish=t.extend({_doReset:function(){if(this._keyPriorReset!==this._key){var A=this._keyPriorReset=this._key,e=A.words,t=A.sigBytes/4;B(o,e,t)}},encryptBlock:function(A,e){var t=c(o,A[e],A[e+1]);A[e]=t.left;A[e+1]=t.right},decryptBlock:function(A,e){var t=l(o,A[e],A[e+1]);A[e]=t.left;A[e+1]=t.right},blockSize:2,keySize:4,ivSize:2});e.Blowfish=t._createHelper(u)}();return A.Blowfish}(o(),Q(),b(),Z(),AA());return TA.exports}var RA;var PA=function(){if(RA)return r.exports;RA=1;r.exports=(A=o(),l(),g(),f(),Q(),F(),b(),v(),K(),function(){if(L)return D.exports;L=1;D.exports=function(A){!function(){var e=A,t=e.lib.WordArray,r=e.algo,n=r.SHA256,i=r.SHA224=n.extend({_doReset:function(){this._hash=new t.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var A=n._doFinalize.call(this);A.sigBytes-=4;return A}});e.SHA224=n._createHelper(i);e.HmacSHA224=n._createHmacHelper(i)}();return A.SHA224}(o(),K())}(),T(),function(){if(M)return R.exports;M=1;R.exports=function(A){!function(){var e=A,t=e.x64,r=t.Word,n=t.WordArray,i=e.algo,s=i.SHA512,o=i.SHA384=s.extend({_doReset:function(){this._hash=new n.init([new r.init(3418070365,3238371032),new r.init(1654270250,914150663),new r.init(2438529370,812702999),new r.init(355462360,4144912697),new r.init(1731405415,4290775857),new r.init(2394180231,1750603025),new r.init(3675008525,1694076839),new r.init(1203062813,3204075428)])},_doFinalize:function(){var A=s._doFinalize.call(this);A.sigBytes-=16;return A}});e.SHA384=s._createHelper(o);e.HmacSHA384=s._createHmacHelper(o)}();return A.SHA384}(o(),l(),T())}(),_(),function(){if(G)return V.exports;G=1;V.exports=function(A){
8
8
  /** @preserve
9
9
  (c) 2012 by Cédric Mesnil. All rights reserved.
10
10
 
@@ -15,7 +15,7 @@ A.mode.CTRGladman=function(){var e=A.lib.BlockCipherMode.extend();function t(A){
15
15
 
16
16
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
17
17
  */
18
- !function(){var e=A,t=e.lib,r=t.WordArray,n=t.Hasher,i=e.algo,s=r.create([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]),o=r.create([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=r.create([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]),c=r.create([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]),l=r.create([0,1518500249,1859775393,2400959708,2840853838]),B=r.create([1352829926,1548603684,1836072691,2053994217,0]),u=i.RIPEMD160=n.extend({_doReset:function(){this._hash=r.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(A,e){for(var t=0;t<16;t++){var r=e+t,n=A[r];A[r]=16711935&(n<<8|n>>>24)|4278255360&(n<<24|n>>>8)}var i,u,Q,C,U,F,y,b,m,H,E,v=this._hash.words,x=l.words,I=B.words,K=s.words,L=o.words,D=a.words,S=c.words;F=i=v[0];y=u=v[1];b=Q=v[2];m=C=v[3];H=U=v[4];for(t=0;t<80;t+=1){E=i+A[e+K[t]]|0;if(t<16)E+=g(u,Q,C)+x[0];else if(t<32)E+=d(u,Q,C)+x[1];else if(t<48)E+=h(u,Q,C)+x[2];else if(t<64)E+=f(u,Q,C)+x[3];else E+=w(u,Q,C)+x[4];E=(E=p(E|=0,D[t]))+U|0;i=U;U=C;C=p(Q,10);Q=u;u=E;E=F+A[e+L[t]]|0;if(t<16)E+=w(y,b,m)+I[0];else if(t<32)E+=f(y,b,m)+I[1];else if(t<48)E+=h(y,b,m)+I[2];else if(t<64)E+=d(y,b,m)+I[3];else E+=g(y,b,m)+I[4];E=(E=p(E|=0,S[t]))+H|0;F=H;H=m;m=p(b,10);b=y;y=E}E=v[1]+Q+m|0;v[1]=v[2]+C+H|0;v[2]=v[3]+U+F|0;v[3]=v[4]+i+y|0;v[4]=v[0]+u+b|0;v[0]=E},_doFinalize:function(){var A=this._data,e=A.words,t=8*this._nDataBytes,r=8*A.sigBytes;e[r>>>5]|=128<<24-r%32;e[14+(r+64>>>9<<4)]=16711935&(t<<8|t>>>24)|4278255360&(t<<24|t>>>8);A.sigBytes=4*(e.length+1);this._process();for(var n=this._hash,i=n.words,s=0;s<5;s++){var o=i[s];i[s]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}return n},clone:function(){var A=n.clone.call(this);A._hash=this._hash.clone();return A}});function g(A,e,t){return A^e^t}function d(A,e,t){return A&e|~A&t}function h(A,e,t){return(A|~e)^t}function f(A,e,t){return A&t|e&~t}function w(A,e,t){return A^(e|~t)}function p(A,e){return A<<e|A>>>32-e}e.RIPEMD160=n._createHelper(u);e.HmacRIPEMD160=n._createHmacHelper(u)}();return A.RIPEMD160}(o())}(),X(),function(){if(J)return z.exports;J=1;z.exports=function(A){r=(t=(e=A).lib).Base,n=t.WordArray,s=(i=e.algo).SHA256,o=i.HMAC,a=i.PBKDF2=r.extend({cfg:r.extend({keySize:4,hasher:s,iterations:25e4}),init:function(A){this.cfg=this.cfg.extend(A)},compute:function(A,e){for(var t=this.cfg,r=o.create(t.hasher,A),i=n.create(),s=n.create([1]),a=i.words,c=s.words,l=t.keySize,B=t.iterations;a.length<l;){var u=r.update(e).finalize(s);r.reset();for(var g=u.words,d=g.length,h=u,f=1;f<B;f++){h=r.finalize(h);r.reset();for(var w=h.words,p=0;p<d;p++)g[p]^=w[p]}i.concat(u);c[0]++}i.sigBytes=4*l;return i}}),e.PBKDF2=function(A,e,t){return a.create(t).compute(A,e)};var e,t,r,n,i,s,o,a;return A.PBKDF2}(o(),K(),X())}(),Z(),AA(),function(){if(eA)return tA.exports;eA=1;tA.exports=function(A){A.mode.CFB=function(){var e=A.lib.BlockCipherMode.extend();e.Encryptor=e.extend({processBlock:function(A,e){var r=this._cipher,n=r.blockSize;t.call(this,A,e,n,r);this._prevBlock=A.slice(e,e+n)}});e.Decryptor=e.extend({processBlock:function(A,e){var r=this._cipher,n=r.blockSize,i=A.slice(e,e+n);t.call(this,A,e,n,r);this._prevBlock=i}});function t(A,e,t,r){var n,i=this._iv;if(i){n=i.slice(0);this._iv=void 0}else n=this._prevBlock;r.encryptBlock(n,0);for(var s=0;s<t;s++)A[e+s]^=n[s]}return e}();return A.mode.CFB}(o(),AA())}(),function(){if(rA)return nA.exports;rA=1;nA.exports=function(A){A.mode.CTR=function(){var e=A.lib.BlockCipherMode.extend(),t=e.Encryptor=e.extend({processBlock:function(A,e){var t=this._cipher,r=t.blockSize,n=this._iv,i=this._counter;if(n){i=this._counter=n.slice(0);this._iv=void 0}var s=i.slice(0);t.encryptBlock(s,0);i[r-1]=i[r-1]+1|0;for(var o=0;o<r;o++)A[e+o]^=s[o]}});e.Decryptor=t;return e}();return A.mode.CTR}(o(),AA())}(),oA(),function(){if(aA)return cA.exports;aA=1;cA.exports=function(A){A.mode.OFB=function(){var e=A.lib.BlockCipherMode.extend(),t=e.Encryptor=e.extend({processBlock:function(A,e){var t=this._cipher,r=t.blockSize,n=this._iv,i=this._keystream;if(n){i=this._keystream=n.slice(0);this._iv=void 0}t.encryptBlock(i,0);for(var s=0;s<r;s++)A[e+s]^=i[s]}});e.Decryptor=t;return e}();return A.mode.OFB}(o(),AA())}(),function(){if(lA)return BA.exports;lA=1;BA.exports=function(A){A.mode.ECB=function(){var e=A.lib.BlockCipherMode.extend();e.Encryptor=e.extend({processBlock:function(A,e){this._cipher.encryptBlock(A,e)}});e.Decryptor=e.extend({processBlock:function(A,e){this._cipher.decryptBlock(A,e)}});return e}();return A.mode.ECB}(o(),AA())}(),function(){if(uA)return gA.exports;uA=1;gA.exports=function(A){A.pad.AnsiX923={pad:function(A,e){var t=A.sigBytes,r=4*e,n=r-t%r,i=t+n-1;A.clamp();A.words[i>>>2]|=n<<24-i%4*8;A.sigBytes+=n},unpad:function(A){var e=255&A.words[A.sigBytes-1>>>2];A.sigBytes-=e}};return A.pad.Ansix923}(o(),AA())}(),function(){if(dA)return hA.exports;dA=1;hA.exports=function(A){A.pad.Iso10126={pad:function(e,t){var r=4*t,n=r-e.sigBytes%r;e.concat(A.lib.WordArray.random(n-1)).concat(A.lib.WordArray.create([n<<24],1))},unpad:function(A){var e=255&A.words[A.sigBytes-1>>>2];A.sigBytes-=e}};return A.pad.Iso10126}(o(),AA())}(),function(){if(fA)return wA.exports;fA=1;wA.exports=function(A){A.pad.Iso97971={pad:function(e,t){e.concat(A.lib.WordArray.create([2147483648],1));A.pad.ZeroPadding.pad(e,t)},unpad:function(e){A.pad.ZeroPadding.unpad(e);e.sigBytes--}};return A.pad.Iso97971}(o(),AA())}(),function(){if(pA)return QA.exports;pA=1;QA.exports=function(A){A.pad.ZeroPadding={pad:function(A,e){var t=4*e;A.clamp();A.sigBytes+=t-(A.sigBytes%t||t)},unpad:function(A){var e=A.words,t=A.sigBytes-1;for(t=A.sigBytes-1;t>=0;t--)if(e[t>>>2]>>>24-t%4*8&255){A.sigBytes=t+1;break}}};return A.pad.ZeroPadding}(o(),AA())}(),function(){if(CA)return UA.exports;CA=1;UA.exports=function(A){A.pad.NoPadding={pad:function(){},unpad:function(){}};return A.pad.NoPadding}(o(),AA())}(),function(){if(FA)return yA.exports;FA=1;yA.exports=function(A){t=(e=A).lib.CipherParams,r=e.enc.Hex,e.format.Hex={stringify:function(A){return A.ciphertext.toString(r)},parse:function(A){var e=r.parse(A);return t.create({ciphertext:e})}};var e,t,r;return A.format.Hex}(o(),AA())}(),function(){if(bA)return mA.exports;bA=1;mA.exports=function(A){!function(){var e=A,t=e.lib.BlockCipher,r=e.algo,n=[],i=[],s=[],o=[],a=[],c=[],l=[],B=[],u=[],g=[];!function(){for(var A=[],e=0;e<256;e++)if(e<128)A[e]=e<<1;else A[e]=e<<1^283;var t=0,r=0;for(e=0;e<256;e++){var d=r^r<<1^r<<2^r<<3^r<<4;d=d>>>8^255&d^99;n[t]=d;i[d]=t;var h=A[t],f=A[h],w=A[f],p=257*A[d]^16843008*d;s[t]=p<<24|p>>>8;o[t]=p<<16|p>>>16;a[t]=p<<8|p>>>24;c[t]=p;p=16843009*w^65537*f^257*h^16843008*t;l[d]=p<<24|p>>>8;B[d]=p<<16|p>>>16;u[d]=p<<8|p>>>24;g[d]=p;if(!t)t=r=1;else{t=h^A[A[A[w^h]]];r^=A[A[r]]}}}();var d=[0,1,2,4,8,16,32,64,128,27,54],h=r.AES=t.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var A=this._keyPriorReset=this._key,e=A.words,t=A.sigBytes/4,r=4*((this._nRounds=t+6)+1),i=this._keySchedule=[],s=0;s<r;s++)if(s<t)i[s]=e[s];else{c=i[s-1];if(!(s%t)){c=n[(c=c<<8|c>>>24)>>>24]<<24|n[c>>>16&255]<<16|n[c>>>8&255]<<8|n[255&c];c^=d[s/t|0]<<24}else if(t>6&&s%t==4)c=n[c>>>24]<<24|n[c>>>16&255]<<16|n[c>>>8&255]<<8|n[255&c];i[s]=i[s-t]^c}for(var o=this._invKeySchedule=[],a=0;a<r;a++){s=r-a;if(a%4)var c=i[s];else c=i[s-4];if(a<4||s<=4)o[a]=c;else o[a]=l[n[c>>>24]]^B[n[c>>>16&255]]^u[n[c>>>8&255]]^g[n[255&c]]}}},encryptBlock:function(A,e){this._doCryptBlock(A,e,this._keySchedule,s,o,a,c,n)},decryptBlock:function(A,e){var t=A[e+1];A[e+1]=A[e+3];A[e+3]=t;this._doCryptBlock(A,e,this._invKeySchedule,l,B,u,g,i);t=A[e+1];A[e+1]=A[e+3];A[e+3]=t},_doCryptBlock:function(A,e,t,r,n,i,s,o){for(var a=this._nRounds,c=A[e]^t[0],l=A[e+1]^t[1],B=A[e+2]^t[2],u=A[e+3]^t[3],g=4,d=1;d<a;d++){var h=r[c>>>24]^n[l>>>16&255]^i[B>>>8&255]^s[255&u]^t[g++],f=r[l>>>24]^n[B>>>16&255]^i[u>>>8&255]^s[255&c]^t[g++],w=r[B>>>24]^n[u>>>16&255]^i[c>>>8&255]^s[255&l]^t[g++],p=r[u>>>24]^n[c>>>16&255]^i[l>>>8&255]^s[255&B]^t[g++];c=h;l=f;B=w;u=p}h=(o[c>>>24]<<24|o[l>>>16&255]<<16|o[B>>>8&255]<<8|o[255&u])^t[g++],f=(o[l>>>24]<<24|o[B>>>16&255]<<16|o[u>>>8&255]<<8|o[255&c])^t[g++],w=(o[B>>>24]<<24|o[u>>>16&255]<<16|o[c>>>8&255]<<8|o[255&l])^t[g++],p=(o[u>>>24]<<24|o[c>>>16&255]<<16|o[l>>>8&255]<<8|o[255&B])^t[g++];A[e]=h;A[e+1]=f;A[e+2]=w;A[e+3]=p},keySize:8});e.AES=t._createHelper(h)}();return A.AES}(o(),Q(),m(),Z(),AA())}(),vA(),function(){if(xA)return IA.exports;xA=1;IA.exports=function(A){!function(){var e=A,t=e.lib.StreamCipher,r=e.algo,n=r.RC4=t.extend({_doReset:function(){for(var A=this._key,e=A.words,t=A.sigBytes,r=this._S=[],n=0;n<256;n++)r[n]=n;n=0;for(var i=0;n<256;n++){var s=n%t,o=e[s>>>2]>>>24-s%4*8&255;i=(i+r[n]+o)%256;var a=r[n];r[n]=r[i];r[i]=a}this._i=this._j=0},_doProcessBlock:function(A,e){A[e]^=i.call(this)},keySize:8,ivSize:0});function i(){for(var A=this._S,e=this._i,t=this._j,r=0,n=0;n<4;n++){t=(t+A[e=(e+1)%256])%256;var i=A[e];A[e]=A[t];A[t]=i;r|=A[(A[e]+A[t])%256]<<24-8*n}this._i=e;this._j=t;return r}e.RC4=t._createHelper(n);var s=r.RC4Drop=n.extend({cfg:n.cfg.extend({drop:192}),_doReset:function(){n._doReset.call(this);for(var A=this.cfg.drop;A>0;A--)i.call(this)}});e.RC4Drop=t._createHelper(s)}();return A.RC4}(o(),Q(),m(),Z(),AA())}(),function(){if(KA)return LA.exports;KA=1;LA.exports=function(A){!function(){var e=A,t=e.lib.StreamCipher,r=e.algo,n=[],i=[],s=[],o=r.Rabbit=t.extend({_doReset:function(){for(var A=this._key.words,e=this.cfg.iv,t=0;t<4;t++)A[t]=16711935&(A[t]<<8|A[t]>>>24)|4278255360&(A[t]<<24|A[t]>>>8);var r=this._X=[A[0],A[3]<<16|A[2]>>>16,A[1],A[0]<<16|A[3]>>>16,A[2],A[1]<<16|A[0]>>>16,A[3],A[2]<<16|A[1]>>>16],n=this._C=[A[2]<<16|A[2]>>>16,4294901760&A[0]|65535&A[1],A[3]<<16|A[3]>>>16,4294901760&A[1]|65535&A[2],A[0]<<16|A[0]>>>16,4294901760&A[2]|65535&A[3],A[1]<<16|A[1]>>>16,4294901760&A[3]|65535&A[0]];this._b=0;for(t=0;t<4;t++)a.call(this);for(t=0;t<8;t++)n[t]^=r[t+4&7];if(e){var i=e.words,s=i[0],o=i[1],c=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),l=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),B=c>>>16|4294901760&l,u=l<<16|65535&c;n[0]^=c;n[1]^=B;n[2]^=l;n[3]^=u;n[4]^=c;n[5]^=B;n[6]^=l;n[7]^=u;for(t=0;t<4;t++)a.call(this)}},_doProcessBlock:function(A,e){var t=this._X;a.call(this);n[0]=t[0]^t[5]>>>16^t[3]<<16;n[1]=t[2]^t[7]>>>16^t[5]<<16;n[2]=t[4]^t[1]>>>16^t[7]<<16;n[3]=t[6]^t[3]>>>16^t[1]<<16;for(var r=0;r<4;r++){n[r]=16711935&(n[r]<<8|n[r]>>>24)|4278255360&(n[r]<<24|n[r]>>>8);A[e+r]^=n[r]}},blockSize:4,ivSize:2});function a(){for(var A=this._X,e=this._C,t=0;t<8;t++)i[t]=e[t];e[0]=e[0]+1295307597+this._b|0;e[1]=e[1]+3545052371+(e[0]>>>0<i[0]>>>0?1:0)|0;e[2]=e[2]+886263092+(e[1]>>>0<i[1]>>>0?1:0)|0;e[3]=e[3]+1295307597+(e[2]>>>0<i[2]>>>0?1:0)|0;e[4]=e[4]+3545052371+(e[3]>>>0<i[3]>>>0?1:0)|0;e[5]=e[5]+886263092+(e[4]>>>0<i[4]>>>0?1:0)|0;e[6]=e[6]+1295307597+(e[5]>>>0<i[5]>>>0?1:0)|0;e[7]=e[7]+3545052371+(e[6]>>>0<i[6]>>>0?1:0)|0;this._b=e[7]>>>0<i[7]>>>0?1:0;for(t=0;t<8;t++){var r=A[t]+e[t],n=65535&r,o=r>>>16,a=((n*n>>>17)+n*o>>>15)+o*o,c=((4294901760&r)*r|0)+((65535&r)*r|0);s[t]=a^c}A[0]=s[0]+(s[7]<<16|s[7]>>>16)+(s[6]<<16|s[6]>>>16)|0;A[1]=s[1]+(s[0]<<8|s[0]>>>24)+s[7]|0;A[2]=s[2]+(s[1]<<16|s[1]>>>16)+(s[0]<<16|s[0]>>>16)|0;A[3]=s[3]+(s[2]<<8|s[2]>>>24)+s[1]|0;A[4]=s[4]+(s[3]<<16|s[3]>>>16)+(s[2]<<16|s[2]>>>16)|0;A[5]=s[5]+(s[4]<<8|s[4]>>>24)+s[3]|0;A[6]=s[6]+(s[5]<<16|s[5]>>>16)+(s[4]<<16|s[4]>>>16)|0;A[7]=s[7]+(s[6]<<8|s[6]>>>24)+s[5]|0}e.Rabbit=t._createHelper(o)}();return A.Rabbit}(o(),Q(),m(),Z(),AA())}(),function(){if(DA)return SA.exports;DA=1;SA.exports=function(A){!function(){var e=A,t=e.lib.StreamCipher,r=e.algo,n=[],i=[],s=[],o=r.RabbitLegacy=t.extend({_doReset:function(){var A=this._key.words,e=this.cfg.iv,t=this._X=[A[0],A[3]<<16|A[2]>>>16,A[1],A[0]<<16|A[3]>>>16,A[2],A[1]<<16|A[0]>>>16,A[3],A[2]<<16|A[1]>>>16],r=this._C=[A[2]<<16|A[2]>>>16,4294901760&A[0]|65535&A[1],A[3]<<16|A[3]>>>16,4294901760&A[1]|65535&A[2],A[0]<<16|A[0]>>>16,4294901760&A[2]|65535&A[3],A[1]<<16|A[1]>>>16,4294901760&A[3]|65535&A[0]];this._b=0;for(var n=0;n<4;n++)a.call(this);for(n=0;n<8;n++)r[n]^=t[n+4&7];if(e){var i=e.words,s=i[0],o=i[1],c=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),l=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),B=c>>>16|4294901760&l,u=l<<16|65535&c;r[0]^=c;r[1]^=B;r[2]^=l;r[3]^=u;r[4]^=c;r[5]^=B;r[6]^=l;r[7]^=u;for(n=0;n<4;n++)a.call(this)}},_doProcessBlock:function(A,e){var t=this._X;a.call(this);n[0]=t[0]^t[5]>>>16^t[3]<<16;n[1]=t[2]^t[7]>>>16^t[5]<<16;n[2]=t[4]^t[1]>>>16^t[7]<<16;n[3]=t[6]^t[3]>>>16^t[1]<<16;for(var r=0;r<4;r++){n[r]=16711935&(n[r]<<8|n[r]>>>24)|4278255360&(n[r]<<24|n[r]>>>8);A[e+r]^=n[r]}},blockSize:4,ivSize:2});function a(){for(var A=this._X,e=this._C,t=0;t<8;t++)i[t]=e[t];e[0]=e[0]+1295307597+this._b|0;e[1]=e[1]+3545052371+(e[0]>>>0<i[0]>>>0?1:0)|0;e[2]=e[2]+886263092+(e[1]>>>0<i[1]>>>0?1:0)|0;e[3]=e[3]+1295307597+(e[2]>>>0<i[2]>>>0?1:0)|0;e[4]=e[4]+3545052371+(e[3]>>>0<i[3]>>>0?1:0)|0;e[5]=e[5]+886263092+(e[4]>>>0<i[4]>>>0?1:0)|0;e[6]=e[6]+1295307597+(e[5]>>>0<i[5]>>>0?1:0)|0;e[7]=e[7]+3545052371+(e[6]>>>0<i[6]>>>0?1:0)|0;this._b=e[7]>>>0<i[7]>>>0?1:0;for(t=0;t<8;t++){var r=A[t]+e[t],n=65535&r,o=r>>>16,a=((n*n>>>17)+n*o>>>15)+o*o,c=((4294901760&r)*r|0)+((65535&r)*r|0);s[t]=a^c}A[0]=s[0]+(s[7]<<16|s[7]>>>16)+(s[6]<<16|s[6]>>>16)|0;A[1]=s[1]+(s[0]<<8|s[0]>>>24)+s[7]|0;A[2]=s[2]+(s[1]<<16|s[1]>>>16)+(s[0]<<16|s[0]>>>16)|0;A[3]=s[3]+(s[2]<<8|s[2]>>>24)+s[1]|0;A[4]=s[4]+(s[3]<<16|s[3]>>>16)+(s[2]<<16|s[2]>>>16)|0;A[5]=s[5]+(s[4]<<8|s[4]>>>24)+s[3]|0;A[6]=s[6]+(s[5]<<16|s[5]>>>16)+(s[4]<<16|s[4]>>>16)|0;A[7]=s[7]+(s[6]<<8|s[6]>>>24)+s[5]|0}e.RabbitLegacy=t._createHelper(o)}();return A.RabbitLegacy}(o(),Q(),m(),Z(),AA())}(),MA(),A);var A;return r.exports}();const PA=e(OA);const _A=new class{constructor(){this.panel=null;this.enableBrowserConsole=!1;this.logLevel="debug";this.buffer=[];this.maxBufferSize=100;this.enableBrowserConsole=!1;this.logLevel="error"}configure(A){if(void 0!==A.enableBrowserConsole)this.enableBrowserConsole=A.enableBrowserConsole;if(void 0!==A.logLevel)this.logLevel=A.logLevel}setPanel(A){this.panel=A;this.flushBuffer()}flushBuffer(){if(this.panel){this.buffer.forEach(({message:A,type:e})=>{this.panel.logToConsole(A,e)});this.buffer=[]}}shouldLog(A){const e=["debug","info","warn","error"],t=e.indexOf(this.logLevel);return e.indexOf(A)>=t}formatMessage(A,e,t){const r=t.map(A=>{if("object"==typeof A)try{return JSON.stringify(A,null,2)}catch{return String(A)}return String(A)}).join(" ");return r?`${e} ${r}`:e}output(A,e,t){if(this.panel)this.panel.logToConsole(A,e);else{this.buffer.push({message:A,type:e,timestamp:new Date});if(this.buffer.length>this.maxBufferSize)this.buffer.shift()}if(this.enableBrowserConsole)console[t](A)}debug(A,...e){if(!this.shouldLog("debug"))return;const t=this.formatMessage("[DEBUG]",A,e);this.output(t,"log","log")}log(A,...e){if(!this.shouldLog("info"))return;const t=this.formatMessage("",A,e);this.output(t,"log","log")}info(A,...e){if(!this.shouldLog("info"))return;const t=this.formatMessage("[INFO]",A,e);this.output(t,"log","log")}warn(A,...e){if(!this.shouldLog("warn"))return;const t=this.formatMessage("[WARN]",A,e);this.output(t,"warn","warn")}error(A,...e){if(!this.shouldLog("error"))return;const t=this.formatMessage("[ERROR]",A,e);this.output(t,"error","error")}consoleDirect(A,...e){console.log(A,...e)}};class GA{constructor(){this.requests=new Map;this.listeners=[];this.decryptConfig={enabled:!1};this.keyCache=new Map;this.KEY_CACHE_TTL=6e4;window.__originalFetch=window.fetch;this.interceptXHR();this.interceptFetch()}enableDecryption(A){this.decryptConfig.enabled=!0;if(A?.keyExtractor)this.decryptConfig.keyExtractor=A.keyExtractor;if(A?.slkExtractor)this.decryptConfig.slkExtractor=A.slkExtractor;if(void 0!==A?.autoFetchKeys)this.decryptConfig.autoFetchKeys=A.autoFetchKeys;if(A?.keyApiUrl)this.decryptConfig.keyApiUrl=A.keyApiUrl}addListener(A){this.listeners.push(A)}removeListener(A){const e=this.listeners.indexOf(A);if(e>-1)this.listeners.splice(e,1)}getRequests(){return Array.from(this.requests.values()).sort((A,e)=>e.timestamp-A.timestamp)}clearRequests(){this.requests.clear()}isKeyCacheValid(A){const e=this.keyCache.get(A);if(!e)return!1;if(Date.now()-e.timestamp>this.KEY_CACHE_TTL){this.keyCache.delete(A);return!1}return!0}getCachedKey(A){if(!this.isKeyCacheValid(A))return null;else return this.keyCache.get(A)?.key||null}setCachedKey(A,e){this.keyCache.set(A,{key:e,timestamp:Date.now()})}cleanExpiredCache(){const A=Date.now();for(const[e,t]of this.keyCache.entries())if(A-t.timestamp>this.KEY_CACHE_TTL)this.keyCache.delete(e)}generateRequestId(){return Math.random().toString(36).substr(2,9)}isInternalUrl(A){return A.includes("/api/dokv/storage")||A.includes("/api/share")}notifyListeners(A){this.listeners.forEach(e=>{try{e(A)}catch(t){_A.warn("NetworkDebugger: Listener error:",t)}})}extractUrlParams(A){try{const e=new URL(A),t={};e.searchParams.forEach((A,e)=>{t[e]=A});if(Object.keys(t).length>0)if(1===Object.keys(t).length&&t.data)return t.data;else return t;return null}catch(e){return null}}async tryDecrypt(A,e){_A.debug("[PWTK Debug] tryDecrypt called:",{dataType:typeof A,dataLength:"string"==typeof A?A.length:JSON.stringify(A).length,dataPreview:"string"==typeof A?A.substring(0,100):JSON.stringify(A).substring(0,100),headers:Object.keys(e),decryptEnabled:this.decryptConfig.enabled,hasWindowDecrypt:"function"==typeof window.decrypt});if(!this.decryptConfig.enabled||!A){_A.debug("[PWTK Debug] Decrypt disabled or no data");return null}try{let r="",n="";if(e.cid&&!1!==this.decryptConfig.autoFetchKeys){_A.debug("[PWTK Debug] Trying to fetch key with cid:",e.cid);const A=this.getCachedKey(e.cid);if(A){r=A;_A.debug("[PWTK Debug] Using cached key for cid:",e.cid,"key:",r)}else try{const A=this.decryptConfig.keyApiUrl||"https://gw-card-pay.buyacard.cc/ip/getSK",t={cid:e.cid,client:e.client||"S_WEB",device:e.device||"Web",language:e.language||"CN"};_A.debug("[PWTK Debug] Cache miss, fetching key from:",A,"with headers:",t);const n=window.__originalFetch||window.fetch,i=await n(A,{headers:t}),s=await i.json();_A.debug("[PWTK Debug] getSK API response:",s);if(s.success&&s.data){const A=String(s.data);_A.debug("[PWTK Debug] getSK returned num:",A,"length:",A.length);if(A.length>=9){r=A.charAt(2)+A.charAt(5)+A.charAt(8);_A.debug("[PWTK Debug] Extracted key from getSK:",r);this.setCachedKey(e.cid,r);_A.debug("[PWTK Debug] Cached key for cid:",e.cid);this.cleanExpiredCache()}else _A.debug("[PWTK Debug] getSK num too short:",A)}else _A.debug("[PWTK Debug] getSK failed:",s)}catch(t){_A.warn("[PWTK Debug] getSK API error:",t)}}else _A.debug("[PWTK Debug] No cid or autoFetchKeys disabled");if(!r&&this.decryptConfig.keyExtractor){r=this.decryptConfig.keyExtractor(e);_A.debug("[PWTK Debug] Key from custom extractor:",r)}else if(!r){r=e.decryptKey||e.keys||e.cid||"";_A.debug("[PWTK Debug] Key from headers:",r,"from:",e.decryptKey?"decryptKey":e.keys?"keys":e.cid?"cid":"none")}if(this.decryptConfig.slkExtractor){n=this.decryptConfig.slkExtractor(e);_A.debug("[PWTK Debug] SLK from custom extractor:",n)}else{n=e.decryptSlk||e.slk||"";_A.debug("[PWTK Debug] SLK from headers:",n,"from:",e.decryptSlk?"decryptSlk":e.slk?"slk":"none")}const i=r+n;_A.debug("[PWTK Debug] Full decrypt key:",i?`"${i}" (length: ${i.length})`:"empty");if(i){let e=A,r=!1;if("object"==typeof A&&null!==A&&A.data&&"string"==typeof A.data){_A.debug('[PWTK Debug] Data is wrapped in {"data": "..."} format, extracting inner data');e=A.data;r=!0}else if("string"==typeof A)try{const t=JSON.parse(A);if(t.data&&"string"==typeof t.data){_A.debug("[PWTK Debug] Data is JSON string with data field, extracting");e=t.data;r=!0}}catch{}const n="string"==typeof e?e:JSON.stringify(e);_A.debug("[PWTK Debug] Calling decrypt with:",{dataLength:n.length,dataPreview:n.substring(0,50),key:i,isWrapped:r});const s=function(A,e){_A.debug("[PWTK Decrypt] decrypt function called:",{dataLength:A?.length,dataPreview:A?.substring(0,50),keyStr:e,hasWindowDecrypt:"function"==typeof window.decrypt,hasWindowEncrypt:"function"==typeof window.encrypt});if(!A||A.startsWith("{")||A.startsWith("[")){_A.debug("[PWTK Decrypt] Data looks like JSON, parsing directly");try{const e=JSON.parse(A);_A.debug("[PWTK Decrypt] Successfully parsed as JSON");return e}catch{_A.debug("[PWTK Decrypt] Failed to parse as JSON, returning as string");return A}}if(window.decrypt&&e){_A.debug("[PWTK Decrypt] Trying WebAssembly decrypt");_A.debug("[PWTK Decrypt] Input to window.decrypt:",{data:A.substring(0,100)+"...",key:e});try{const t=window.decrypt(A,e);_A.debug("[PWTK Decrypt] window.decrypt returned:",{type:typeof t,length:t?.length,preview:t?t.substring(0,200)+(t.length>200?"...":""):null,sameAsInput:t===A,hasInvalidChars:t?.includes("�")});if(t&&t!==A&&!t.includes("�"))try{const A=JSON.parse(t);_A.debug("[PWTK Decrypt] ✅ WebAssembly decryption successful, parsed as JSON:",A);return A}catch{if(t.length>0){_A.debug("[PWTK Decrypt] ✅ WebAssembly decryption successful, returning as string");return t}}else _A.debug("[PWTK Decrypt] window.decrypt did not change the data or returned invalid result")}catch(t){_A.debug("[PWTK Decrypt] WebAssembly decrypt error:",t)}}else _A.debug("[PWTK Decrypt] WebAssembly not available:",{hasWindowDecrypt:!!window.decrypt,hasKey:!!e,windowDecryptType:typeof window.decrypt});const r=[e,"thisisakey123456","VITE_CRYPTO_KEY"].filter(Boolean);for(const n of r)if(n)try{const e=PA.enc.Utf8.parse(n.padEnd(16,"0").slice(0,16)),t=PA.enc.Utf8.parse(n.padEnd(16,"0").slice(0,16)),r=PA.AES.decrypt(A,e,{iv:t,mode:PA.mode.CBC,padding:PA.pad.Pkcs7}).toString(PA.enc.Utf8);if(r)try{return JSON.parse(r)}catch{return r}}catch(t){}try{const e=atob(A);try{return JSON.parse(e)}catch{return e}}catch{}_A.debug("[PWTK Decrypt] ❌ All decryption methods failed, returning original data");return A}(n,i);_A.debug("[PWTK Debug] Decrypt result:",{success:s&&s!==n,decryptedType:typeof s,decryptedLength:s?"string"==typeof s?s.length:JSON.stringify(s).length:0,preview:s?"string"==typeof s?s.substring(0,100):JSON.stringify(s).substring(0,100):null});if(s&&s!==n){_A.debug("[PWTK Debug] ✅ Decryption successful! Result:",s);return s}else _A.debug("[PWTK Debug] ❌ Decryption failed or returned same data")}else _A.debug("[PWTK Debug] No key available, skipping decryption")}catch(r){_A.error("[PWTK Debug] tryDecrypt error:",r)}_A.debug("[PWTK Debug] tryDecrypt returning null");return null}interceptXHR(){const A=window.XMLHttpRequest,e=this;window.XMLHttpRequest=function(...t){const r=new A(...t),n=e.generateRequestId();let i="",s="",o={};const a=Date.now();let c=!1;const l=r.open;r.open=function(A,t,...r){i=A.toUpperCase();s=t;c=e.isInternalUrl(s);return l.apply(this,[A,t,...r])};const B=r.setRequestHeader;r.setRequestHeader=function(A,e){o[A]=e;return B.call(this,A,e)};const u=r.send;r.send=function(A){if(c)return u.call(this,A);const t={id:n,url:s,method:i,headers:{...o},requestBody:A,timestamp:a};let r=A;if("GET"===i&&!A){r=e.extractUrlParams(s);if(r)t.requestBody=r}if(r)e.tryDecrypt(r,o).then(A=>{if(null!==A){t.decryptedRequest=A;e.requests.set(n,t);_A.debug("[PWTK Debug] Request decrypted, notifying UI");e.notifyListeners(t)}}).catch(A=>_A.warn("解密请求失败:",A));e.requests.set(n,t);e.notifyListeners(t);return u.call(this,A)};r.addEventListener("readystatechange",function(){_A.debug("[PWTK Debug] XHR state changed:",{readyState:r.readyState,readyStateName:["UNSENT","OPENED","HEADERS_RECEIVED","LOADING","DONE"][r.readyState],status:r.status,isInternal:c,requestId:n,url:s});_A.debug("[PWTK Debug] Checking response condition:",{readyState:r.readyState,isDone:4===r.readyState,XMLHttpRequestDONE:"undefined"!=typeof XMLHttpRequest?XMLHttpRequest.DONE:"undefined",isInternal:c,shouldProcess:4===r.readyState&&!c});if(4===r.readyState&&!c){_A.debug("[PWTK Debug] XHR completed, processing response");const A=Date.now(),t=e.requests.get(n);if(t){_A.debug("[PWTK Debug] Found request data, updating with response");t.status=r.status;t.statusText=r.statusText;t.duration=A-a;const i={},s=r.getAllResponseHeaders();if(s)s.split("\r\n").forEach(A=>{const e=A.split(": ");if(2===e.length)i[e[0]]=e[1]});t.responseHeaders=i;const c=null!==r.responseText&&void 0!==r.responseText&&""!==r.responseText;_A.debug("[PWTK Debug] XHR Response received:",{status:t.status,hasResponseText:c,responseTextLength:r.responseText?.length,responseTextPreview:r.responseText?.substring(0,100)});if(c)try{t.responseBody=JSON.parse(r.responseText);_A.debug("[PWTK Debug] Response parsed as JSON:",t.responseBody)}catch{t.responseBody=r.responseText;_A.debug("[PWTK Debug] Response kept as text")}else{t.responseBody=null;_A.debug("[PWTK Debug] No response body")}_A.debug("[PWTK Debug] Updating request with response data");e.requests.set(n,t);e.notifyListeners(t);if(t.responseBody)e.tryDecrypt(t.responseBody,{...o,...i}).then(A=>{if(null!==A){t.decryptedResponse=A;e.requests.set(n,t);_A.debug("[PWTK Debug] Response decrypted, notifying UI:",A);e.notifyListeners(t)}}).catch(A=>_A.warn("解密响应失败:",A))}else _A.debug("[PWTK Debug] WARNING: Request data not found for ID:",n)}});return r};window.XMLHttpRequest.prototype=A.prototype}interceptFetch(){const A=window.__originalFetch||window.fetch,e=this;window.fetch=async function(t,r){const n=e.generateRequestId(),i=Date.now(),s="string"==typeof t?t:t instanceof URL?t.toString():t.url,o=(r?.method||"GET").toUpperCase();if(e.isInternalUrl(s))return A.call(this,t,r);const a={};if(r?.headers)if(r.headers instanceof Headers)r.headers.forEach((A,e)=>{a[e]=A});else if(Array.isArray(r.headers))r.headers.forEach(([A,e])=>{a[A]=e});else Object.entries(r.headers).forEach(([A,e])=>{a[A]=e});let c=null;if(r?.body)if("string"==typeof r.body)try{c=JSON.parse(r.body)}catch{c=r.body}else c=r.body;const l={id:n,url:s,method:o,headers:{...a},requestBody:c,timestamp:i};let B=c;if("GET"===o&&!c){B=e.extractUrlParams(s);if(B)l.requestBody=B}if(B)e.tryDecrypt(B,a).then(A=>{if(null!==A){l.decryptedRequest=A;e.requests.set(n,l);_A.debug("[PWTK Debug] Fetch request decrypted, notifying UI");e.notifyListeners(l)}}).catch(A=>_A.warn("解密请求失败:",A));e.requests.set(n,l);e.notifyListeners(l);try{const s=await A.call(this,t,r),o=Date.now(),c=s.clone(),l=e.requests.get(n);if(l){l.status=s.status;l.statusText=s.statusText;l.duration=o-i;const A={};s.headers.forEach((e,t)=>{A[t]=e});l.responseHeaders=A;try{const t=await c.text();_A.debug("[PWTK Debug] Fetch Response received:",{status:l.status,textLength:t.length,textPreview:t.substring(0,100)});try{l.responseBody=JSON.parse(t)}catch{l.responseBody=t}e.requests.set(n,l);e.notifyListeners(l);if(l.responseBody)e.tryDecrypt(l.responseBody,{...a,...A}).then(A=>{if(null!==A){l.decryptedResponse=A;e.requests.set(n,l);_A.debug("[PWTK Debug] Fetch response decrypted, notifying UI:",A);e.notifyListeners(l)}}).catch(A=>_A.warn("解密响应失败:",A))}catch(u){l.error=`Failed to read response: ${u}`;e.requests.set(n,l);e.notifyListeners(l)}}return s}catch(u){const A=Date.now(),t=e.requests.get(n);if(t){t.error=u instanceof Error?u.message:String(u);t.duration=A-i;e.requests.set(n,t);e.notifyListeners(t)}throw u}}}}class VA{constructor(){this.loaded=!1;this.loading=!1}async loadWasm(A,e){_A.debug("[PWTK WASM] loadWasm called");_A.debug("[PWTK WASM] Current state:",{hasWindowDecrypt:"function"==typeof window.decrypt,hasWindowEncrypt:"function"==typeof window.encrypt,hasWindowGo:void 0!==window.Go});if("function"==typeof window.decrypt){_A.debug("[PWTK WASM] window.decrypt already exists, skipping WASM load");this.loaded=!0;return!0}if(this.loaded)return!0;if(this.loading)return new Promise(A=>{const e=()=>{if(this.loaded||!this.loading)A(this.loaded);else setTimeout(e,100)};e()});this.loading=!0;try{const i=[A,"/mimlib.wasm","/dist/mimlib.wasm","/assets/mimlib.wasm","https://gw-card-pay.buyacard.cc/mimlib.wasm"].filter(Boolean),s=[e,"/wasm_exec.js","/dist/wasm_exec.js","/assets/wasm_exec.js","https://gw-card-pay.buyacard.cc/wasm_exec.js"].filter(Boolean);let o=!1;for(const A of s)try{await this.loadScript(A);if(void 0!==window.Go){o=!0;_A.debug("[PWTK WASM] wasm_exec.js loaded successfully from:",A);break}}catch(t){_A.warn("NetworkDebugger: 尝试加载",A,"失败:",t);continue}if(!o)throw new Error("Unable to load wasm_exec.js from any path");if(void 0===window.Go)throw new Error("Go WebAssembly runtime not available");const a=new window.Go;let c=null;for(const A of i)try{if(WebAssembly.instantiateStreaming)try{c=await WebAssembly.instantiateStreaming(fetch(A),a.importObject);_A.info("NetworkDebugger: WebAssembly 加载成功:",A);break}catch(r){_A.warn("instantiateStreaming 失败,尝试传统方式:",r);const e=await fetch(A).then(A=>A.arrayBuffer());c=await WebAssembly.instantiate(e,a.importObject);_A.info("NetworkDebugger: WebAssembly 加载成功(传统方式):",A);break}else{const e=await fetch(A).then(A=>A.arrayBuffer());c=await WebAssembly.instantiate(e,a.importObject);_A.info("NetworkDebugger: WebAssembly 加载成功(传统方式):",A);break}}catch(n){_A.warn("NetworkDebugger: 尝试加载",A,"失败:",n);continue}if(!c)throw new Error("Unable to load WebAssembly from any path");a.run(c.instance);await new Promise(A=>setTimeout(A,100));_A.debug("[PWTK WASM] After WASM load, checking functions:",{hasDecrypt:"function"==typeof window.decrypt,hasEncrypt:"function"==typeof window.encrypt,windowKeys:Object.keys(window).filter(A=>A.includes("crypt"))});if("function"==typeof window.decrypt){this.loaded=!0;_A.debug("[PWTK WASM] ✅ WebAssembly loaded successfully, decrypt function available");return!0}else{_A.warn("[PWTK WASM] ❌ WebAssembly loaded but decrypt function not available");return!1}}catch(n){_A.error("[PWTK WASM] WebAssembly loading failed:",n);return!1}finally{this.loading=!1;_A.debug("[PWTK WASM] Load complete, final state:",{loaded:this.loaded,hasDecrypt:"function"==typeof window.decrypt})}}loadScript(A){return new Promise((e,t)=>{if(document.querySelector(`script[src="${A}"]`)){e();return}const r=document.createElement("script");r.src=A;r.type="text/javascript";r.onload=()=>e();r.onerror=e=>t(new Error(`Failed to load script: ${A}`));document.head.appendChild(r)})}isLoaded(){return this.loaded}isLoading(){return this.loading}isDecryptAvailable(){return this.loaded&&"function"==typeof window.decrypt}isEncryptAvailable(){return this.loaded&&"function"==typeof window.encrypt}}function NA(A){return JSON.stringify(A,null,2)}async function WA(A){try{const t=function(A){let e=`curl '${A.url}'`;if("GET"!==A.method)e+=` -X ${A.method}`;if(A.headers)Object.entries(A.headers).forEach(([A,t])=>{e+=` -H '${A}: ${t}'`});if(A.requestBody){const t="string"==typeof A.requestBody?A.requestBody:JSON.stringify(A.requestBody);e+=` --data '${t}'`}return e}(A),r={curl:t,response:A.responseBody||null,timestamp:Date.now(),slk:A.headers?.slk||"",debuggerData:{url:A.url,method:A.method,headers:A.headers,status:A.status,statusText:A.statusText,duration:A.duration,responseHeaders:A.responseHeaders,decryptedRequest:A.decryptedRequest,decryptedResponse:A.decryptedResponse,error:A.error,creator:"PWTK Network Debugger by Leo (@leeguoo)",version:"1.2.26"}},n=window.__originalFetch||window.fetch,i="https://curl.bwg.leeguoo.com/api/share";_A.debug("使用分享API:",i);let s;try{s=await n(i,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({data:r})})}catch(e){if("TypeError"===e.name&&e.message.includes("fetch"))throw new Error(`网络连接失败: 无法连接到分享服务器 (${i}). 可能原因: CORS策略限制或网络问题`);throw e}if(!s.ok)throw new Error(`HTTP ${s.status}: ${s.statusText}`);const o=await s.json();if(o.shareId){const A=`https://curl.bwg.leeguoo.com/share/${o.shareId}`;_A.info(`🔗 分享链接创建成功 (by Leo): ${A}`);return A}else throw new Error(o.error||"创建分享失败")}catch(t){const A=t.message||t.toString()||"未知错误";_A.error("NetworkDebugger: 创建分享链接失败:",{message:A,name:t.name,stack:t.stack?.split("\n")[0]});throw new Error(A)}}async function XA(A){try{if(navigator.clipboard&&navigator.clipboard.writeText){await navigator.clipboard.writeText(A);return!0}else{const e=document.createElement("textarea");e.value=A;e.style.position="fixed";e.style.opacity="0";document.body.appendChild(e);e.select();const t=document.execCommand("copy");document.body.removeChild(e);return t}}catch(e){_A.error("复制到剪贴板失败:",e);return!1}}
18
+ !function(){var e=A,t=e.lib,r=t.WordArray,n=t.Hasher,i=e.algo,s=r.create([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]),o=r.create([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=r.create([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]),c=r.create([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]),l=r.create([0,1518500249,1859775393,2400959708,2840853838]),B=r.create([1352829926,1548603684,1836072691,2053994217,0]),u=i.RIPEMD160=n.extend({_doReset:function(){this._hash=r.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(A,e){for(var t=0;t<16;t++){var r=e+t,n=A[r];A[r]=16711935&(n<<8|n>>>24)|4278255360&(n<<24|n>>>8)}var i,u,Q,C,U,F,y,m,b,H,E,v=this._hash.words,x=l.words,I=B.words,K=s.words,L=o.words,D=a.words,S=c.words;F=i=v[0];y=u=v[1];m=Q=v[2];b=C=v[3];H=U=v[4];for(t=0;t<80;t+=1){E=i+A[e+K[t]]|0;if(t<16)E+=g(u,Q,C)+x[0];else if(t<32)E+=d(u,Q,C)+x[1];else if(t<48)E+=h(u,Q,C)+x[2];else if(t<64)E+=f(u,Q,C)+x[3];else E+=w(u,Q,C)+x[4];E=(E=p(E|=0,D[t]))+U|0;i=U;U=C;C=p(Q,10);Q=u;u=E;E=F+A[e+L[t]]|0;if(t<16)E+=w(y,m,b)+I[0];else if(t<32)E+=f(y,m,b)+I[1];else if(t<48)E+=h(y,m,b)+I[2];else if(t<64)E+=d(y,m,b)+I[3];else E+=g(y,m,b)+I[4];E=(E=p(E|=0,S[t]))+H|0;F=H;H=b;b=p(m,10);m=y;y=E}E=v[1]+Q+b|0;v[1]=v[2]+C+H|0;v[2]=v[3]+U+F|0;v[3]=v[4]+i+y|0;v[4]=v[0]+u+m|0;v[0]=E},_doFinalize:function(){var A=this._data,e=A.words,t=8*this._nDataBytes,r=8*A.sigBytes;e[r>>>5]|=128<<24-r%32;e[14+(r+64>>>9<<4)]=16711935&(t<<8|t>>>24)|4278255360&(t<<24|t>>>8);A.sigBytes=4*(e.length+1);this._process();for(var n=this._hash,i=n.words,s=0;s<5;s++){var o=i[s];i[s]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}return n},clone:function(){var A=n.clone.call(this);A._hash=this._hash.clone();return A}});function g(A,e,t){return A^e^t}function d(A,e,t){return A&e|~A&t}function h(A,e,t){return(A|~e)^t}function f(A,e,t){return A&t|e&~t}function w(A,e,t){return A^(e|~t)}function p(A,e){return A<<e|A>>>32-e}e.RIPEMD160=n._createHelper(u);e.HmacRIPEMD160=n._createHmacHelper(u)}();return A.RIPEMD160}(o())}(),X(),function(){if(J)return z.exports;J=1;z.exports=function(A){r=(t=(e=A).lib).Base,n=t.WordArray,s=(i=e.algo).SHA256,o=i.HMAC,a=i.PBKDF2=r.extend({cfg:r.extend({keySize:4,hasher:s,iterations:25e4}),init:function(A){this.cfg=this.cfg.extend(A)},compute:function(A,e){for(var t=this.cfg,r=o.create(t.hasher,A),i=n.create(),s=n.create([1]),a=i.words,c=s.words,l=t.keySize,B=t.iterations;a.length<l;){var u=r.update(e).finalize(s);r.reset();for(var g=u.words,d=g.length,h=u,f=1;f<B;f++){h=r.finalize(h);r.reset();for(var w=h.words,p=0;p<d;p++)g[p]^=w[p]}i.concat(u);c[0]++}i.sigBytes=4*l;return i}}),e.PBKDF2=function(A,e,t){return a.create(t).compute(A,e)};var e,t,r,n,i,s,o,a;return A.PBKDF2}(o(),K(),X())}(),Z(),AA(),function(){if(eA)return tA.exports;eA=1;tA.exports=function(A){A.mode.CFB=function(){var e=A.lib.BlockCipherMode.extend();e.Encryptor=e.extend({processBlock:function(A,e){var r=this._cipher,n=r.blockSize;t.call(this,A,e,n,r);this._prevBlock=A.slice(e,e+n)}});e.Decryptor=e.extend({processBlock:function(A,e){var r=this._cipher,n=r.blockSize,i=A.slice(e,e+n);t.call(this,A,e,n,r);this._prevBlock=i}});function t(A,e,t,r){var n,i=this._iv;if(i){n=i.slice(0);this._iv=void 0}else n=this._prevBlock;r.encryptBlock(n,0);for(var s=0;s<t;s++)A[e+s]^=n[s]}return e}();return A.mode.CFB}(o(),AA())}(),function(){if(rA)return nA.exports;rA=1;nA.exports=function(A){A.mode.CTR=function(){var e=A.lib.BlockCipherMode.extend(),t=e.Encryptor=e.extend({processBlock:function(A,e){var t=this._cipher,r=t.blockSize,n=this._iv,i=this._counter;if(n){i=this._counter=n.slice(0);this._iv=void 0}var s=i.slice(0);t.encryptBlock(s,0);i[r-1]=i[r-1]+1|0;for(var o=0;o<r;o++)A[e+o]^=s[o]}});e.Decryptor=t;return e}();return A.mode.CTR}(o(),AA())}(),oA(),function(){if(aA)return cA.exports;aA=1;cA.exports=function(A){A.mode.OFB=function(){var e=A.lib.BlockCipherMode.extend(),t=e.Encryptor=e.extend({processBlock:function(A,e){var t=this._cipher,r=t.blockSize,n=this._iv,i=this._keystream;if(n){i=this._keystream=n.slice(0);this._iv=void 0}t.encryptBlock(i,0);for(var s=0;s<r;s++)A[e+s]^=i[s]}});e.Decryptor=t;return e}();return A.mode.OFB}(o(),AA())}(),function(){if(lA)return BA.exports;lA=1;BA.exports=function(A){A.mode.ECB=function(){var e=A.lib.BlockCipherMode.extend();e.Encryptor=e.extend({processBlock:function(A,e){this._cipher.encryptBlock(A,e)}});e.Decryptor=e.extend({processBlock:function(A,e){this._cipher.decryptBlock(A,e)}});return e}();return A.mode.ECB}(o(),AA())}(),function(){if(uA)return gA.exports;uA=1;gA.exports=function(A){A.pad.AnsiX923={pad:function(A,e){var t=A.sigBytes,r=4*e,n=r-t%r,i=t+n-1;A.clamp();A.words[i>>>2]|=n<<24-i%4*8;A.sigBytes+=n},unpad:function(A){var e=255&A.words[A.sigBytes-1>>>2];A.sigBytes-=e}};return A.pad.Ansix923}(o(),AA())}(),function(){if(dA)return hA.exports;dA=1;hA.exports=function(A){A.pad.Iso10126={pad:function(e,t){var r=4*t,n=r-e.sigBytes%r;e.concat(A.lib.WordArray.random(n-1)).concat(A.lib.WordArray.create([n<<24],1))},unpad:function(A){var e=255&A.words[A.sigBytes-1>>>2];A.sigBytes-=e}};return A.pad.Iso10126}(o(),AA())}(),function(){if(fA)return wA.exports;fA=1;wA.exports=function(A){A.pad.Iso97971={pad:function(e,t){e.concat(A.lib.WordArray.create([2147483648],1));A.pad.ZeroPadding.pad(e,t)},unpad:function(e){A.pad.ZeroPadding.unpad(e);e.sigBytes--}};return A.pad.Iso97971}(o(),AA())}(),function(){if(pA)return QA.exports;pA=1;QA.exports=function(A){A.pad.ZeroPadding={pad:function(A,e){var t=4*e;A.clamp();A.sigBytes+=t-(A.sigBytes%t||t)},unpad:function(A){var e=A.words,t=A.sigBytes-1;for(t=A.sigBytes-1;t>=0;t--)if(e[t>>>2]>>>24-t%4*8&255){A.sigBytes=t+1;break}}};return A.pad.ZeroPadding}(o(),AA())}(),function(){if(CA)return UA.exports;CA=1;UA.exports=function(A){A.pad.NoPadding={pad:function(){},unpad:function(){}};return A.pad.NoPadding}(o(),AA())}(),function(){if(FA)return yA.exports;FA=1;yA.exports=function(A){t=(e=A).lib.CipherParams,r=e.enc.Hex,e.format.Hex={stringify:function(A){return A.ciphertext.toString(r)},parse:function(A){var e=r.parse(A);return t.create({ciphertext:e})}};var e,t,r;return A.format.Hex}(o(),AA())}(),function(){if(mA)return bA.exports;mA=1;bA.exports=function(A){!function(){var e=A,t=e.lib.BlockCipher,r=e.algo,n=[],i=[],s=[],o=[],a=[],c=[],l=[],B=[],u=[],g=[];!function(){for(var A=[],e=0;e<256;e++)if(e<128)A[e]=e<<1;else A[e]=e<<1^283;var t=0,r=0;for(e=0;e<256;e++){var d=r^r<<1^r<<2^r<<3^r<<4;d=d>>>8^255&d^99;n[t]=d;i[d]=t;var h=A[t],f=A[h],w=A[f],p=257*A[d]^16843008*d;s[t]=p<<24|p>>>8;o[t]=p<<16|p>>>16;a[t]=p<<8|p>>>24;c[t]=p;p=16843009*w^65537*f^257*h^16843008*t;l[d]=p<<24|p>>>8;B[d]=p<<16|p>>>16;u[d]=p<<8|p>>>24;g[d]=p;if(!t)t=r=1;else{t=h^A[A[A[w^h]]];r^=A[A[r]]}}}();var d=[0,1,2,4,8,16,32,64,128,27,54],h=r.AES=t.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var A=this._keyPriorReset=this._key,e=A.words,t=A.sigBytes/4,r=4*((this._nRounds=t+6)+1),i=this._keySchedule=[],s=0;s<r;s++)if(s<t)i[s]=e[s];else{c=i[s-1];if(!(s%t)){c=n[(c=c<<8|c>>>24)>>>24]<<24|n[c>>>16&255]<<16|n[c>>>8&255]<<8|n[255&c];c^=d[s/t|0]<<24}else if(t>6&&s%t==4)c=n[c>>>24]<<24|n[c>>>16&255]<<16|n[c>>>8&255]<<8|n[255&c];i[s]=i[s-t]^c}for(var o=this._invKeySchedule=[],a=0;a<r;a++){s=r-a;if(a%4)var c=i[s];else c=i[s-4];if(a<4||s<=4)o[a]=c;else o[a]=l[n[c>>>24]]^B[n[c>>>16&255]]^u[n[c>>>8&255]]^g[n[255&c]]}}},encryptBlock:function(A,e){this._doCryptBlock(A,e,this._keySchedule,s,o,a,c,n)},decryptBlock:function(A,e){var t=A[e+1];A[e+1]=A[e+3];A[e+3]=t;this._doCryptBlock(A,e,this._invKeySchedule,l,B,u,g,i);t=A[e+1];A[e+1]=A[e+3];A[e+3]=t},_doCryptBlock:function(A,e,t,r,n,i,s,o){for(var a=this._nRounds,c=A[e]^t[0],l=A[e+1]^t[1],B=A[e+2]^t[2],u=A[e+3]^t[3],g=4,d=1;d<a;d++){var h=r[c>>>24]^n[l>>>16&255]^i[B>>>8&255]^s[255&u]^t[g++],f=r[l>>>24]^n[B>>>16&255]^i[u>>>8&255]^s[255&c]^t[g++],w=r[B>>>24]^n[u>>>16&255]^i[c>>>8&255]^s[255&l]^t[g++],p=r[u>>>24]^n[c>>>16&255]^i[l>>>8&255]^s[255&B]^t[g++];c=h;l=f;B=w;u=p}h=(o[c>>>24]<<24|o[l>>>16&255]<<16|o[B>>>8&255]<<8|o[255&u])^t[g++],f=(o[l>>>24]<<24|o[B>>>16&255]<<16|o[u>>>8&255]<<8|o[255&c])^t[g++],w=(o[B>>>24]<<24|o[u>>>16&255]<<16|o[c>>>8&255]<<8|o[255&l])^t[g++],p=(o[u>>>24]<<24|o[c>>>16&255]<<16|o[l>>>8&255]<<8|o[255&B])^t[g++];A[e]=h;A[e+1]=f;A[e+2]=w;A[e+3]=p},keySize:8});e.AES=t._createHelper(h)}();return A.AES}(o(),Q(),b(),Z(),AA())}(),vA(),function(){if(xA)return IA.exports;xA=1;IA.exports=function(A){!function(){var e=A,t=e.lib.StreamCipher,r=e.algo,n=r.RC4=t.extend({_doReset:function(){for(var A=this._key,e=A.words,t=A.sigBytes,r=this._S=[],n=0;n<256;n++)r[n]=n;n=0;for(var i=0;n<256;n++){var s=n%t,o=e[s>>>2]>>>24-s%4*8&255;i=(i+r[n]+o)%256;var a=r[n];r[n]=r[i];r[i]=a}this._i=this._j=0},_doProcessBlock:function(A,e){A[e]^=i.call(this)},keySize:8,ivSize:0});function i(){for(var A=this._S,e=this._i,t=this._j,r=0,n=0;n<4;n++){t=(t+A[e=(e+1)%256])%256;var i=A[e];A[e]=A[t];A[t]=i;r|=A[(A[e]+A[t])%256]<<24-8*n}this._i=e;this._j=t;return r}e.RC4=t._createHelper(n);var s=r.RC4Drop=n.extend({cfg:n.cfg.extend({drop:192}),_doReset:function(){n._doReset.call(this);for(var A=this.cfg.drop;A>0;A--)i.call(this)}});e.RC4Drop=t._createHelper(s)}();return A.RC4}(o(),Q(),b(),Z(),AA())}(),function(){if(KA)return LA.exports;KA=1;LA.exports=function(A){!function(){var e=A,t=e.lib.StreamCipher,r=e.algo,n=[],i=[],s=[],o=r.Rabbit=t.extend({_doReset:function(){for(var A=this._key.words,e=this.cfg.iv,t=0;t<4;t++)A[t]=16711935&(A[t]<<8|A[t]>>>24)|4278255360&(A[t]<<24|A[t]>>>8);var r=this._X=[A[0],A[3]<<16|A[2]>>>16,A[1],A[0]<<16|A[3]>>>16,A[2],A[1]<<16|A[0]>>>16,A[3],A[2]<<16|A[1]>>>16],n=this._C=[A[2]<<16|A[2]>>>16,4294901760&A[0]|65535&A[1],A[3]<<16|A[3]>>>16,4294901760&A[1]|65535&A[2],A[0]<<16|A[0]>>>16,4294901760&A[2]|65535&A[3],A[1]<<16|A[1]>>>16,4294901760&A[3]|65535&A[0]];this._b=0;for(t=0;t<4;t++)a.call(this);for(t=0;t<8;t++)n[t]^=r[t+4&7];if(e){var i=e.words,s=i[0],o=i[1],c=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),l=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),B=c>>>16|4294901760&l,u=l<<16|65535&c;n[0]^=c;n[1]^=B;n[2]^=l;n[3]^=u;n[4]^=c;n[5]^=B;n[6]^=l;n[7]^=u;for(t=0;t<4;t++)a.call(this)}},_doProcessBlock:function(A,e){var t=this._X;a.call(this);n[0]=t[0]^t[5]>>>16^t[3]<<16;n[1]=t[2]^t[7]>>>16^t[5]<<16;n[2]=t[4]^t[1]>>>16^t[7]<<16;n[3]=t[6]^t[3]>>>16^t[1]<<16;for(var r=0;r<4;r++){n[r]=16711935&(n[r]<<8|n[r]>>>24)|4278255360&(n[r]<<24|n[r]>>>8);A[e+r]^=n[r]}},blockSize:4,ivSize:2});function a(){for(var A=this._X,e=this._C,t=0;t<8;t++)i[t]=e[t];e[0]=e[0]+1295307597+this._b|0;e[1]=e[1]+3545052371+(e[0]>>>0<i[0]>>>0?1:0)|0;e[2]=e[2]+886263092+(e[1]>>>0<i[1]>>>0?1:0)|0;e[3]=e[3]+1295307597+(e[2]>>>0<i[2]>>>0?1:0)|0;e[4]=e[4]+3545052371+(e[3]>>>0<i[3]>>>0?1:0)|0;e[5]=e[5]+886263092+(e[4]>>>0<i[4]>>>0?1:0)|0;e[6]=e[6]+1295307597+(e[5]>>>0<i[5]>>>0?1:0)|0;e[7]=e[7]+3545052371+(e[6]>>>0<i[6]>>>0?1:0)|0;this._b=e[7]>>>0<i[7]>>>0?1:0;for(t=0;t<8;t++){var r=A[t]+e[t],n=65535&r,o=r>>>16,a=((n*n>>>17)+n*o>>>15)+o*o,c=((4294901760&r)*r|0)+((65535&r)*r|0);s[t]=a^c}A[0]=s[0]+(s[7]<<16|s[7]>>>16)+(s[6]<<16|s[6]>>>16)|0;A[1]=s[1]+(s[0]<<8|s[0]>>>24)+s[7]|0;A[2]=s[2]+(s[1]<<16|s[1]>>>16)+(s[0]<<16|s[0]>>>16)|0;A[3]=s[3]+(s[2]<<8|s[2]>>>24)+s[1]|0;A[4]=s[4]+(s[3]<<16|s[3]>>>16)+(s[2]<<16|s[2]>>>16)|0;A[5]=s[5]+(s[4]<<8|s[4]>>>24)+s[3]|0;A[6]=s[6]+(s[5]<<16|s[5]>>>16)+(s[4]<<16|s[4]>>>16)|0;A[7]=s[7]+(s[6]<<8|s[6]>>>24)+s[5]|0}e.Rabbit=t._createHelper(o)}();return A.Rabbit}(o(),Q(),b(),Z(),AA())}(),function(){if(DA)return SA.exports;DA=1;SA.exports=function(A){!function(){var e=A,t=e.lib.StreamCipher,r=e.algo,n=[],i=[],s=[],o=r.RabbitLegacy=t.extend({_doReset:function(){var A=this._key.words,e=this.cfg.iv,t=this._X=[A[0],A[3]<<16|A[2]>>>16,A[1],A[0]<<16|A[3]>>>16,A[2],A[1]<<16|A[0]>>>16,A[3],A[2]<<16|A[1]>>>16],r=this._C=[A[2]<<16|A[2]>>>16,4294901760&A[0]|65535&A[1],A[3]<<16|A[3]>>>16,4294901760&A[1]|65535&A[2],A[0]<<16|A[0]>>>16,4294901760&A[2]|65535&A[3],A[1]<<16|A[1]>>>16,4294901760&A[3]|65535&A[0]];this._b=0;for(var n=0;n<4;n++)a.call(this);for(n=0;n<8;n++)r[n]^=t[n+4&7];if(e){var i=e.words,s=i[0],o=i[1],c=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),l=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),B=c>>>16|4294901760&l,u=l<<16|65535&c;r[0]^=c;r[1]^=B;r[2]^=l;r[3]^=u;r[4]^=c;r[5]^=B;r[6]^=l;r[7]^=u;for(n=0;n<4;n++)a.call(this)}},_doProcessBlock:function(A,e){var t=this._X;a.call(this);n[0]=t[0]^t[5]>>>16^t[3]<<16;n[1]=t[2]^t[7]>>>16^t[5]<<16;n[2]=t[4]^t[1]>>>16^t[7]<<16;n[3]=t[6]^t[3]>>>16^t[1]<<16;for(var r=0;r<4;r++){n[r]=16711935&(n[r]<<8|n[r]>>>24)|4278255360&(n[r]<<24|n[r]>>>8);A[e+r]^=n[r]}},blockSize:4,ivSize:2});function a(){for(var A=this._X,e=this._C,t=0;t<8;t++)i[t]=e[t];e[0]=e[0]+1295307597+this._b|0;e[1]=e[1]+3545052371+(e[0]>>>0<i[0]>>>0?1:0)|0;e[2]=e[2]+886263092+(e[1]>>>0<i[1]>>>0?1:0)|0;e[3]=e[3]+1295307597+(e[2]>>>0<i[2]>>>0?1:0)|0;e[4]=e[4]+3545052371+(e[3]>>>0<i[3]>>>0?1:0)|0;e[5]=e[5]+886263092+(e[4]>>>0<i[4]>>>0?1:0)|0;e[6]=e[6]+1295307597+(e[5]>>>0<i[5]>>>0?1:0)|0;e[7]=e[7]+3545052371+(e[6]>>>0<i[6]>>>0?1:0)|0;this._b=e[7]>>>0<i[7]>>>0?1:0;for(t=0;t<8;t++){var r=A[t]+e[t],n=65535&r,o=r>>>16,a=((n*n>>>17)+n*o>>>15)+o*o,c=((4294901760&r)*r|0)+((65535&r)*r|0);s[t]=a^c}A[0]=s[0]+(s[7]<<16|s[7]>>>16)+(s[6]<<16|s[6]>>>16)|0;A[1]=s[1]+(s[0]<<8|s[0]>>>24)+s[7]|0;A[2]=s[2]+(s[1]<<16|s[1]>>>16)+(s[0]<<16|s[0]>>>16)|0;A[3]=s[3]+(s[2]<<8|s[2]>>>24)+s[1]|0;A[4]=s[4]+(s[3]<<16|s[3]>>>16)+(s[2]<<16|s[2]>>>16)|0;A[5]=s[5]+(s[4]<<8|s[4]>>>24)+s[3]|0;A[6]=s[6]+(s[5]<<16|s[5]>>>16)+(s[4]<<16|s[4]>>>16)|0;A[7]=s[7]+(s[6]<<8|s[6]>>>24)+s[5]|0}e.RabbitLegacy=t._createHelper(o)}();return A.RabbitLegacy}(o(),Q(),b(),Z(),AA())}(),MA(),A);var A;return r.exports}();const OA=e(PA);const _A=new class{constructor(){this.panel=null;this.enableBrowserConsole=!1;this.logLevel="debug";this.buffer=[];this.maxBufferSize=100;this.enableBrowserConsole=!1;this.logLevel="error"}configure(A){if(void 0!==A.enableBrowserConsole)this.enableBrowserConsole=A.enableBrowserConsole;if(void 0!==A.logLevel)this.logLevel=A.logLevel}setPanel(A){this.panel=A;this.flushBuffer()}flushBuffer(){if(this.panel){this.buffer.forEach(({message:A,type:e})=>{this.panel.logToConsole(A,e)});this.buffer=[]}}shouldLog(A){const e=["debug","info","warn","error"],t=e.indexOf(this.logLevel);return e.indexOf(A)>=t}formatMessage(A,e,t){const r=t.map(A=>{if("object"==typeof A)try{return JSON.stringify(A,null,2)}catch{return String(A)}return String(A)}).join(" ");return r?`${e} ${r}`:e}output(A,e,t){if(this.panel)this.panel.logToConsole(A,e);else{this.buffer.push({message:A,type:e,timestamp:new Date});if(this.buffer.length>this.maxBufferSize)this.buffer.shift()}if(this.enableBrowserConsole)console[t](A)}debug(A,...e){if(!this.shouldLog("debug"))return;const t=this.formatMessage("[DEBUG]",A,e);this.output(t,"log","log")}log(A,...e){if(!this.shouldLog("info"))return;const t=this.formatMessage("",A,e);this.output(t,"log","log")}info(A,...e){if(!this.shouldLog("info"))return;const t=this.formatMessage("[INFO]",A,e);this.output(t,"log","log")}warn(A,...e){if(!this.shouldLog("warn"))return;const t=this.formatMessage("[WARN]",A,e);this.output(t,"warn","warn")}error(A,...e){if(!this.shouldLog("error"))return;const t=this.formatMessage("[ERROR]",A,e);this.output(t,"error","error")}consoleDirect(A,...e){console.log(A,...e)}};class GA{constructor(){this.requests=new Map;this.listeners=[];this.decryptConfig={enabled:!1};this.keyCache=new Map;this.KEY_CACHE_TTL=6e4;window.__originalFetch=window.fetch;this.interceptXHR();this.interceptFetch()}enableDecryption(A){this.decryptConfig.enabled=!0;if(A?.keyExtractor)this.decryptConfig.keyExtractor=A.keyExtractor;if(A?.slkExtractor)this.decryptConfig.slkExtractor=A.slkExtractor;if(void 0!==A?.autoFetchKeys)this.decryptConfig.autoFetchKeys=A.autoFetchKeys;if(A?.keyApiUrl)this.decryptConfig.keyApiUrl=A.keyApiUrl}addListener(A){this.listeners.push(A)}removeListener(A){const e=this.listeners.indexOf(A);if(e>-1)this.listeners.splice(e,1)}getRequests(){return Array.from(this.requests.values()).sort((A,e)=>e.timestamp-A.timestamp)}clearRequests(){this.requests.clear()}isKeyCacheValid(A){const e=this.keyCache.get(A);if(!e)return!1;if(Date.now()-e.timestamp>this.KEY_CACHE_TTL){this.keyCache.delete(A);return!1}return!0}getCachedKey(A){if(!this.isKeyCacheValid(A))return null;else return this.keyCache.get(A)?.key||null}setCachedKey(A,e){this.keyCache.set(A,{key:e,timestamp:Date.now()})}cleanExpiredCache(){const A=Date.now();for(const[e,t]of this.keyCache.entries())if(A-t.timestamp>this.KEY_CACHE_TTL)this.keyCache.delete(e)}generateRequestId(){return Math.random().toString(36).substr(2,9)}isInternalUrl(A){return A.includes("/api/dokv/storage")||A.includes("/api/share")}notifyListeners(A){this.listeners.forEach(e=>{try{e(A)}catch(t){_A.warn("NetworkDebugger: Listener error:",t)}})}extractUrlParams(A){try{const e=new URL(A),t={};e.searchParams.forEach((A,e)=>{t[e]=A});if(Object.keys(t).length>0)if(1===Object.keys(t).length&&t.data)return t.data;else return t;return null}catch(e){return null}}async tryDecrypt(A,e){_A.debug("[PWTK Debug] tryDecrypt called:",{dataType:typeof A,dataLength:"string"==typeof A?A.length:JSON.stringify(A).length,dataPreview:"string"==typeof A?A.substring(0,100):JSON.stringify(A).substring(0,100),headers:Object.keys(e),decryptEnabled:this.decryptConfig.enabled,hasWindowDecrypt:"function"==typeof window.decrypt});if(!this.decryptConfig.enabled||!A){_A.debug("[PWTK Debug] Decrypt disabled or no data");return null}try{let r="",n="";if(e.cid&&!1!==this.decryptConfig.autoFetchKeys){_A.debug("[PWTK Debug] Trying to fetch key with cid:",e.cid);const A=this.getCachedKey(e.cid);if(A){r=A;_A.debug("[PWTK Debug] Using cached key for cid:",e.cid,"key:",r)}else try{const A=this.decryptConfig.keyApiUrl||"https://gw-card-pay.buyacard.cc/ip/getSK",t={cid:e.cid,client:e.client||"S_WEB",device:e.device||"Web",language:e.language||"CN"};_A.debug("[PWTK Debug] Cache miss, fetching key from:",A,"with headers:",t);const n=window.__originalFetch||window.fetch,i=await n(A,{headers:t}),s=await i.json();_A.debug("[PWTK Debug] getSK API response:",s);if(s.success&&s.data){const A=String(s.data);_A.debug("[PWTK Debug] getSK returned num:",A,"length:",A.length);if(A.length>=9){r=A.charAt(2)+A.charAt(5)+A.charAt(8);_A.debug("[PWTK Debug] Extracted key from getSK:",r);this.setCachedKey(e.cid,r);_A.debug("[PWTK Debug] Cached key for cid:",e.cid);this.cleanExpiredCache()}else _A.debug("[PWTK Debug] getSK num too short:",A)}else _A.debug("[PWTK Debug] getSK failed:",s)}catch(t){_A.warn("[PWTK Debug] getSK API error:",t)}}else _A.debug("[PWTK Debug] No cid or autoFetchKeys disabled");if(!r&&this.decryptConfig.keyExtractor){r=this.decryptConfig.keyExtractor(e);_A.debug("[PWTK Debug] Key from custom extractor:",r)}else if(!r){r=e.decryptKey||e.keys||e.cid||"";_A.debug("[PWTK Debug] Key from headers:",r,"from:",e.decryptKey?"decryptKey":e.keys?"keys":e.cid?"cid":"none")}if(this.decryptConfig.slkExtractor){n=this.decryptConfig.slkExtractor(e);_A.debug("[PWTK Debug] SLK from custom extractor:",n)}else{n=e.decryptSlk||e.slk||"";_A.debug("[PWTK Debug] SLK from headers:",n,"from:",e.decryptSlk?"decryptSlk":e.slk?"slk":"none")}const i=r+n;_A.debug("[PWTK Debug] Full decrypt key:",i?`"${i}" (length: ${i.length})`:"empty");if(i){let e=A,r=!1;if("object"==typeof A&&null!==A&&A.data&&"string"==typeof A.data){_A.debug('[PWTK Debug] Data is wrapped in {"data": "..."} format, extracting inner data');e=A.data;r=!0}else if("string"==typeof A)try{const t=JSON.parse(A);if(t.data&&"string"==typeof t.data){_A.debug("[PWTK Debug] Data is JSON string with data field, extracting");e=t.data;r=!0}}catch{}const n="string"==typeof e?e:JSON.stringify(e);_A.debug("[PWTK Debug] Calling decrypt with:",{dataLength:n.length,dataPreview:n.substring(0,50),key:i,isWrapped:r});const s=function(A,e){_A.debug("[PWTK Decrypt] decrypt function called:",{dataLength:A?.length,dataPreview:A?.substring(0,50),keyStr:e,hasWindowDecrypt:"function"==typeof window.decrypt,hasWindowEncrypt:"function"==typeof window.encrypt});if(!A||A.startsWith("{")||A.startsWith("[")){_A.debug("[PWTK Decrypt] Data looks like JSON, parsing directly");try{const e=JSON.parse(A);_A.debug("[PWTK Decrypt] Successfully parsed as JSON");return e}catch{_A.debug("[PWTK Decrypt] Failed to parse as JSON, returning as string");return A}}if(window.decrypt&&e){_A.debug("[PWTK Decrypt] Trying WebAssembly decrypt");_A.debug("[PWTK Decrypt] Input to window.decrypt:",{data:A.substring(0,100)+"...",key:e});try{const t=window.decrypt(A,e);_A.debug("[PWTK Decrypt] window.decrypt returned:",{type:typeof t,length:t?.length,preview:t?t.substring(0,200)+(t.length>200?"...":""):null,sameAsInput:t===A,hasInvalidChars:t?.includes("�")});if(t&&t!==A&&!t.includes("�"))try{const A=JSON.parse(t);_A.debug("[PWTK Decrypt] ✅ WebAssembly decryption successful, parsed as JSON:",A);return A}catch{if(t.length>0){_A.debug("[PWTK Decrypt] ✅ WebAssembly decryption successful, returning as string");return t}}else _A.debug("[PWTK Decrypt] window.decrypt did not change the data or returned invalid result")}catch(t){_A.debug("[PWTK Decrypt] WebAssembly decrypt error:",t)}}else _A.debug("[PWTK Decrypt] WebAssembly not available:",{hasWindowDecrypt:!!window.decrypt,hasKey:!!e,windowDecryptType:typeof window.decrypt});const r=[e,"thisisakey123456","VITE_CRYPTO_KEY"].filter(Boolean);for(const n of r)if(n)try{const e=OA.enc.Utf8.parse(n.padEnd(16,"0").slice(0,16)),t=OA.enc.Utf8.parse(n.padEnd(16,"0").slice(0,16)),r=OA.AES.decrypt(A,e,{iv:t,mode:OA.mode.CBC,padding:OA.pad.Pkcs7}).toString(OA.enc.Utf8);if(r)try{return JSON.parse(r)}catch{return r}}catch(t){}try{const e=atob(A);try{return JSON.parse(e)}catch{return e}}catch{}_A.debug("[PWTK Decrypt] ❌ All decryption methods failed, returning original data");return A}(n,i);_A.debug("[PWTK Debug] Decrypt result:",{success:s&&s!==n,decryptedType:typeof s,decryptedLength:s?"string"==typeof s?s.length:JSON.stringify(s).length:0,preview:s?"string"==typeof s?s.substring(0,100):JSON.stringify(s).substring(0,100):null});if(s&&s!==n){_A.debug("[PWTK Debug] ✅ Decryption successful! Result:",s);return s}else _A.debug("[PWTK Debug] ❌ Decryption failed or returned same data")}else _A.debug("[PWTK Debug] No key available, skipping decryption")}catch(r){_A.error("[PWTK Debug] tryDecrypt error:",r)}_A.debug("[PWTK Debug] tryDecrypt returning null");return null}interceptXHR(){const A=window.XMLHttpRequest,e=this;window.XMLHttpRequest=function(...t){const r=new A(...t),n=e.generateRequestId();let i="",s="",o={};const a=Date.now();let c=!1;const l=r.open;r.open=function(A,t,...r){i=A.toUpperCase();s=t;c=e.isInternalUrl(s);return l.apply(this,[A,t,...r])};const B=r.setRequestHeader;r.setRequestHeader=function(A,e){o[A]=e;return B.call(this,A,e)};const u=r.send;r.send=function(A){if(c)return u.call(this,A);const t={id:n,url:s,method:i,headers:{...o},requestBody:A,timestamp:a};let r=A;if("GET"===i&&!A){r=e.extractUrlParams(s);if(r)t.requestBody=r}if(r)e.tryDecrypt(r,o).then(A=>{if(null!==A){t.decryptedRequest=A;e.requests.set(n,t);_A.debug("[PWTK Debug] Request decrypted, notifying UI");e.notifyListeners(t)}}).catch(A=>_A.warn("解密请求失败:",A));e.requests.set(n,t);e.notifyListeners(t);return u.call(this,A)};r.addEventListener("readystatechange",function(){_A.debug("[PWTK Debug] XHR state changed:",{readyState:r.readyState,readyStateName:["UNSENT","OPENED","HEADERS_RECEIVED","LOADING","DONE"][r.readyState],status:r.status,isInternal:c,requestId:n,url:s});_A.debug("[PWTK Debug] Checking response condition:",{readyState:r.readyState,isDone:4===r.readyState,XMLHttpRequestDONE:"undefined"!=typeof XMLHttpRequest?XMLHttpRequest.DONE:"undefined",isInternal:c,shouldProcess:4===r.readyState&&!c});if(4===r.readyState&&!c){_A.debug("[PWTK Debug] XHR completed, processing response");const A=Date.now(),t=e.requests.get(n);if(t){_A.debug("[PWTK Debug] Found request data, updating with response");t.status=r.status;t.statusText=r.statusText;t.duration=A-a;const i={},s=r.getAllResponseHeaders();if(s)s.split("\r\n").forEach(A=>{const e=A.split(": ");if(2===e.length)i[e[0]]=e[1]});t.responseHeaders=i;const c=null!==r.responseText&&void 0!==r.responseText&&""!==r.responseText;_A.debug("[PWTK Debug] XHR Response received:",{status:t.status,hasResponseText:c,responseTextLength:r.responseText?.length,responseTextPreview:r.responseText?.substring(0,100)});if(c)try{t.responseBody=JSON.parse(r.responseText);_A.debug("[PWTK Debug] Response parsed as JSON:",t.responseBody)}catch{t.responseBody=r.responseText;_A.debug("[PWTK Debug] Response kept as text")}else{t.responseBody=null;_A.debug("[PWTK Debug] No response body")}_A.debug("[PWTK Debug] Updating request with response data");e.requests.set(n,t);e.notifyListeners(t);if(t.responseBody)e.tryDecrypt(t.responseBody,{...o,...i}).then(A=>{if(null!==A){t.decryptedResponse=A;e.requests.set(n,t);_A.debug("[PWTK Debug] Response decrypted, notifying UI:",A);e.notifyListeners(t)}}).catch(A=>_A.warn("解密响应失败:",A))}else _A.debug("[PWTK Debug] WARNING: Request data not found for ID:",n)}});return r};window.XMLHttpRequest.prototype=A.prototype}interceptFetch(){const A=window.__originalFetch||window.fetch,e=this;window.fetch=async function(t,r){const n=e.generateRequestId(),i=Date.now(),s="string"==typeof t?t:t instanceof URL?t.toString():t.url,o=(r?.method||"GET").toUpperCase();if(e.isInternalUrl(s))return A.call(this,t,r);const a={};if(r?.headers)if(r.headers instanceof Headers)r.headers.forEach((A,e)=>{a[e]=A});else if(Array.isArray(r.headers))r.headers.forEach(([A,e])=>{a[A]=e});else Object.entries(r.headers).forEach(([A,e])=>{a[A]=e});let c=null;if(r?.body)if("string"==typeof r.body)try{c=JSON.parse(r.body)}catch{c=r.body}else c=r.body;const l={id:n,url:s,method:o,headers:{...a},requestBody:c,timestamp:i};let B=c;if("GET"===o&&!c){B=e.extractUrlParams(s);if(B)l.requestBody=B}if(B)e.tryDecrypt(B,a).then(A=>{if(null!==A){l.decryptedRequest=A;e.requests.set(n,l);_A.debug("[PWTK Debug] Fetch request decrypted, notifying UI");e.notifyListeners(l)}}).catch(A=>_A.warn("解密请求失败:",A));e.requests.set(n,l);e.notifyListeners(l);try{const s=await A.call(this,t,r),o=Date.now(),c=s.clone(),l=e.requests.get(n);if(l){l.status=s.status;l.statusText=s.statusText;l.duration=o-i;const A={};s.headers.forEach((e,t)=>{A[t]=e});l.responseHeaders=A;try{const t=await c.text();_A.debug("[PWTK Debug] Fetch Response received:",{status:l.status,textLength:t.length,textPreview:t.substring(0,100)});try{l.responseBody=JSON.parse(t)}catch{l.responseBody=t}e.requests.set(n,l);e.notifyListeners(l);if(l.responseBody)e.tryDecrypt(l.responseBody,{...a,...A}).then(A=>{if(null!==A){l.decryptedResponse=A;e.requests.set(n,l);_A.debug("[PWTK Debug] Fetch response decrypted, notifying UI:",A);e.notifyListeners(l)}}).catch(A=>_A.warn("解密响应失败:",A))}catch(u){l.error=`Failed to read response: ${u}`;e.requests.set(n,l);e.notifyListeners(l)}}return s}catch(u){const A=Date.now(),t=e.requests.get(n);if(t){t.error=u instanceof Error?u.message:String(u);t.duration=A-i;e.requests.set(n,t);e.notifyListeners(t)}throw u}}}}class VA{constructor(){this.loaded=!1;this.loading=!1}async loadWasm(A,e){_A.debug("[PWTK WASM] loadWasm called");_A.debug("[PWTK WASM] Current state:",{hasWindowDecrypt:"function"==typeof window.decrypt,hasWindowEncrypt:"function"==typeof window.encrypt,hasWindowGo:void 0!==window.Go});if("function"==typeof window.decrypt){_A.debug("[PWTK WASM] window.decrypt already exists, skipping WASM load");this.loaded=!0;return!0}if(this.loaded)return!0;if(this.loading)return new Promise(A=>{const e=()=>{if(this.loaded||!this.loading)A(this.loaded);else setTimeout(e,100)};e()});this.loading=!0;try{const i=[A,"/mimlib.wasm","/dist/mimlib.wasm","/assets/mimlib.wasm","https://gw-card-pay.buyacard.cc/mimlib.wasm"].filter(Boolean),s=[e,"/wasm_exec.js","/dist/wasm_exec.js","/assets/wasm_exec.js","https://gw-card-pay.buyacard.cc/wasm_exec.js"].filter(Boolean);let o=!1;for(const A of s)try{await this.loadScript(A);if(void 0!==window.Go){o=!0;_A.debug("[PWTK WASM] wasm_exec.js loaded successfully from:",A);break}}catch(t){_A.warn("NetworkDebugger: 尝试加载",A,"失败:",t);continue}if(!o)throw new Error("Unable to load wasm_exec.js from any path");if(void 0===window.Go)throw new Error("Go WebAssembly runtime not available");const a=new window.Go;let c=null;for(const A of i)try{if(WebAssembly.instantiateStreaming)try{c=await WebAssembly.instantiateStreaming(fetch(A),a.importObject);_A.info("NetworkDebugger: WebAssembly 加载成功:",A);break}catch(r){_A.warn("instantiateStreaming 失败,尝试传统方式:",r);const e=await fetch(A).then(A=>A.arrayBuffer());c=await WebAssembly.instantiate(e,a.importObject);_A.info("NetworkDebugger: WebAssembly 加载成功(传统方式):",A);break}else{const e=await fetch(A).then(A=>A.arrayBuffer());c=await WebAssembly.instantiate(e,a.importObject);_A.info("NetworkDebugger: WebAssembly 加载成功(传统方式):",A);break}}catch(n){_A.warn("NetworkDebugger: 尝试加载",A,"失败:",n);continue}if(!c)throw new Error("Unable to load WebAssembly from any path");a.run(c.instance);await new Promise(A=>setTimeout(A,100));_A.debug("[PWTK WASM] After WASM load, checking functions:",{hasDecrypt:"function"==typeof window.decrypt,hasEncrypt:"function"==typeof window.encrypt,windowKeys:Object.keys(window).filter(A=>A.includes("crypt"))});if("function"==typeof window.decrypt){this.loaded=!0;_A.debug("[PWTK WASM] ✅ WebAssembly loaded successfully, decrypt function available");return!0}else{_A.warn("[PWTK WASM] ❌ WebAssembly loaded but decrypt function not available");return!1}}catch(n){_A.error("[PWTK WASM] WebAssembly loading failed:",n);return!1}finally{this.loading=!1;_A.debug("[PWTK WASM] Load complete, final state:",{loaded:this.loaded,hasDecrypt:"function"==typeof window.decrypt})}}loadScript(A){return new Promise((e,t)=>{if(document.querySelector(`script[src="${A}"]`)){e();return}const r=document.createElement("script");r.src=A;r.type="text/javascript";r.onload=()=>e();r.onerror=e=>t(new Error(`Failed to load script: ${A}`));document.head.appendChild(r)})}isLoaded(){return this.loaded}isLoading(){return this.loading}isDecryptAvailable(){return this.loaded&&"function"==typeof window.decrypt}isEncryptAvailable(){return this.loaded&&"function"==typeof window.encrypt}}function NA(A){return JSON.stringify(A,null,2)}async function WA(A){try{const t=function(A){let e=`curl '${A.url}'`;if("GET"!==A.method)e+=` -X ${A.method}`;if(A.headers)Object.entries(A.headers).forEach(([A,t])=>{e+=` -H '${A}: ${t}'`});if(A.requestBody){const t="string"==typeof A.requestBody?A.requestBody:JSON.stringify(A.requestBody);e+=` --data '${t}'`}return e}(A),r={curl:t,response:A.responseBody||null,timestamp:Date.now(),slk:A.headers?.slk||"",debuggerData:{url:A.url,method:A.method,headers:A.headers,status:A.status,statusText:A.statusText,duration:A.duration,responseHeaders:A.responseHeaders,decryptedRequest:A.decryptedRequest,decryptedResponse:A.decryptedResponse,error:A.error,creator:"PWTK Network Debugger by Leo (@leeguoo)",version:"1.2.26"}},n=window.__originalFetch||window.fetch,i="https://curl.bwg.leeguoo.com/api/share";_A.debug("使用分享API:",i);let s;try{s=await n(i,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({data:r})})}catch(e){if("TypeError"===e.name&&e.message.includes("fetch"))throw new Error(`网络连接失败: 无法连接到分享服务器 (${i}). 可能原因: CORS策略限制或网络问题`);throw e}if(!s.ok)throw new Error(`HTTP ${s.status}: ${s.statusText}`);const o=await s.json();if(o.shareId){const A=`https://curl.bwg.leeguoo.com/share/${o.shareId}`;_A.info(`🔗 分享链接创建成功 (by Leo): ${A}`);return A}else throw new Error(o.error||"创建分享失败")}catch(t){const A=t.message||t.toString()||"未知错误";_A.error("NetworkDebugger: 创建分享链接失败:",{message:A,name:t.name,stack:t.stack?.split("\n")[0]});throw new Error(A)}}async function XA(A){try{if(navigator.clipboard&&navigator.clipboard.writeText){await navigator.clipboard.writeText(A);return!0}else{const e=document.createElement("textarea");e.value=A;e.style.position="fixed";e.style.opacity="0";document.body.appendChild(e);e.select();const t=document.execCommand("copy");document.body.removeChild(e);return t}}catch(e){_A.error("复制到剪贴板失败:",e);return!1}}
19
19
  /*!
20
20
  * html2canvas 1.4.1 <https://html2canvas.hertzen.com>
21
21
  * Copyright (c) 2022 Niklas von Hertzen <https://hertzen.com>
@@ -35,4 +35,4 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
35
35
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
36
36
  PERFORMANCE OF THIS SOFTWARE.
37
37
  ***************************************************************************** */
38
- var JA=function(A,e){return(JA=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(A,e){A.__proto__=e}||function(A,e){for(var t in e)if(Object.prototype.hasOwnProperty.call(e,t))A[t]=e[t]})(A,e)};function zA(A,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");JA(A,e);function t(){this.constructor=A}A.prototype=null===e?Object.create(e):(t.prototype=e.prototype,new t)}var YA=function(){YA=Object.assign||function(A){for(var e,t=1,r=arguments.length;t<r;t++){e=arguments[t];for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n))A[n]=e[n]}return A};return YA.apply(this,arguments)};function qA(A,e,t,r){return new(t||(t=Promise))(function(e,n){function i(A){try{o(r.next(A))}catch(e){n(e)}}function s(A){try{o(r.throw(A))}catch(e){n(e)}}function o(A){A.done?e(A.value):(r=A.value,r instanceof t?r:new t(function(A){A(r)})).then(i,s);var r}o((r=r.apply(A,[])).next())})}function ZA(A,e){var t,r,n,i,s={label:0,sent:function(){if(1&n[0])throw n[1];return n[1]},trys:[],ops:[]};return i={next:o(0),throw:o(1),return:o(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function o(i){return function(o){return function(i){if(t)throw new TypeError("Generator is already executing.");for(;s;)try{if(t=1,r&&(n=2&i[0]?r.return:i[0]?r.throw||((n=r.return)&&n.call(r),0):r.next)&&!(n=n.call(r,i[1])).done)return n;if(r=0,n)i=[2&i[0],n.value];switch(i[0]){case 0:case 1:n=i;break;case 4:s.label++;return{value:i[1],done:!1};case 5:s.label++;r=i[1];i=[0];continue;case 7:i=s.ops.pop();s.trys.pop();continue;default:if(!(n=s.trys,n=n.length>0&&n[n.length-1])&&(6===i[0]||2===i[0])){s=0;continue}if(3===i[0]&&(!n||i[1]>n[0]&&i[1]<n[3])){s.label=i[1];break}if(6===i[0]&&s.label<n[1]){s.label=n[1];n=i;break}if(n&&s.label<n[2]){s.label=n[2];s.ops.push(i);break}if(n[2])s.ops.pop();s.trys.pop();continue}i=e.call(A,s)}catch(o){i=[6,o];r=0}finally{t=n=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,o])}}}function jA(A,e,t){if(2===arguments.length)for(var r,n=0,i=e.length;n<i;n++)if(r||!(n in e)){if(!r)r=Array.prototype.slice.call(e,0,n);r[n]=e[n]}return A.concat(r||e)}for(var $A=function(){function A(A,e,t,r){this.left=A;this.top=e;this.width=t;this.height=r}A.prototype.add=function(e,t,r,n){return new A(this.left+e,this.top+t,this.width+r,this.height+n)};A.fromClientRect=function(e,t){return new A(t.left+e.windowBounds.left,t.top+e.windowBounds.top,t.width,t.height)};A.fromDOMRectList=function(e,t){var r=Array.from(t).find(function(A){return 0!==A.width});return r?new A(r.left+e.windowBounds.left,r.top+e.windowBounds.top,r.width,r.height):A.EMPTY};A.EMPTY=new A(0,0,0,0);return A}(),Ae=function(A,e){return $A.fromClientRect(A,e.getBoundingClientRect())},ee=function(A){for(var e=[],t=0,r=A.length;t<r;){var n=A.charCodeAt(t++);if(n>=55296&&n<=56319&&t<r){var i=A.charCodeAt(t++);if(56320==(64512&i))e.push(((1023&n)<<10)+(1023&i)+65536);else{e.push(n);t--}}else e.push(n)}return e},te=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];if(String.fromCodePoint)return String.fromCodePoint.apply(String,A);var t=A.length;if(!t)return"";for(var r=[],n=-1,i="";++n<t;){var s=A[n];if(s<=65535)r.push(s);else{s-=65536;r.push(55296+(s>>10),s%1024+56320)}if(n+1===t||r.length>16384){i+=String.fromCharCode.apply(String,r);r.length=0}}return i},re="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",ne="undefined"==typeof Uint8Array?[]:new Uint8Array(256),ie=0;ie<64;ie++)ne[re.charCodeAt(ie)]=ie;for(var se="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",oe="undefined"==typeof Uint8Array?[]:new Uint8Array(256),ae=0;ae<64;ae++)oe[se.charCodeAt(ae)]=ae;for(var ce=function(A,e,t){if(A.slice)return A.slice(e,t);else return new Uint16Array(Array.prototype.slice.call(A,e,t))},le=function(){function A(A,e,t,r,n,i){this.initialValue=A;this.errorValue=e;this.highStart=t;this.highValueIndex=r;this.index=n;this.data=i}A.prototype.get=function(A){var e;if(A>=0){if(A<55296||A>56319&&A<=65535){e=((e=this.index[A>>5])<<2)+(31&A);return this.data[e]}if(A<=65535){e=((e=this.index[2048+(A-55296>>5)])<<2)+(31&A);return this.data[e]}if(A<this.highStart){e=2080+(A>>11);e=this.index[e];e+=A>>5&63;e=((e=this.index[e])<<2)+(31&A);return this.data[e]}if(A<=1114111)return this.data[this.highValueIndex]}return this.errorValue};return A}(),Be="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",ue="undefined"==typeof Uint8Array?[]:new Uint8Array(256),ge=0;ge<64;ge++)ue[Be.charCodeAt(ge)]=ge;var de,he,fe,we,pe,Qe=10,Ce=13,Ue=15,Fe=17,ye=18,be=19,me=20,He=21,Ee=22,ve=24,xe=25,Ie=26,Ke=27,Le=28,De=30,Se=32,ke=33,Te=34,Me=35,Re=37,Oe=38,Pe=39,_e=40,Ge=42,Ve=[9001,65288],Ne="×",We="÷",Xe=(de=function(A){var e,t,r,n,i,s=.75*A.length,o=A.length,a=0;if("="===A[A.length-1]){s--;if("="===A[A.length-2])s--}var c="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof Uint8Array&&void 0!==Uint8Array.prototype.slice?new ArrayBuffer(s):new Array(s),l=Array.isArray(c)?c:new Uint8Array(c);for(e=0;e<o;e+=4){t=oe[A.charCodeAt(e)];r=oe[A.charCodeAt(e+1)];n=oe[A.charCodeAt(e+2)];i=oe[A.charCodeAt(e+3)];l[a++]=t<<2|r>>4;l[a++]=(15&r)<<4|n>>2;l[a++]=(3&n)<<6|63&i}return c}("KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF8AZwBgAGgAcQB5AHUAfQCFAI0AlQCdAKIAqgCyALoAYABoAGAAaABgAGgAwgDKAGAAaADGAM4A0wDbAOEA6QDxAPkAAQEJAQ8BFwF1AH0AHAEkASwBNAE6AUIBQQFJAVEBWQFhAWgBcAF4ATAAgAGGAY4BlQGXAZ8BpwGvAbUBvQHFAc0B0wHbAeMB6wHxAfkBAQIJAvEBEQIZAiECKQIxAjgCQAJGAk4CVgJeAmQCbAJ0AnwCgQKJApECmQKgAqgCsAK4ArwCxAIwAMwC0wLbAjAA4wLrAvMC+AIAAwcDDwMwABcDHQMlAy0DNQN1AD0DQQNJA0kDSQNRA1EDVwNZA1kDdQB1AGEDdQBpA20DdQN1AHsDdQCBA4kDkQN1AHUAmQOhA3UAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AKYDrgN1AHUAtgO+A8YDzgPWAxcD3gPjA+sD8wN1AHUA+wMDBAkEdQANBBUEHQQlBCoEFwMyBDgEYABABBcDSARQBFgEYARoBDAAcAQzAXgEgASIBJAEdQCXBHUAnwSnBK4EtgS6BMIEyAR1AHUAdQB1AHUAdQCVANAEYABgAGAAYABgAGAAYABgANgEYADcBOQEYADsBPQE/AQEBQwFFAUcBSQFLAU0BWQEPAVEBUsFUwVbBWAAYgVgAGoFcgV6BYIFigWRBWAAmQWfBaYFYABgAGAAYABgAKoFYACxBbAFuQW6BcEFwQXHBcEFwQXPBdMF2wXjBeoF8gX6BQIGCgYSBhoGIgYqBjIGOgZgAD4GRgZMBmAAUwZaBmAAYABgAGAAYABgAGAAYABgAGAAYABgAGIGYABpBnAGYABgAGAAYABgAGAAYABgAGAAYAB4Bn8GhQZgAGAAYAB1AHcDFQSLBmAAYABgAJMGdQA9A3UAmwajBqsGqwaVALMGuwbDBjAAywbSBtIG1QbSBtIG0gbSBtIG0gbdBuMG6wbzBvsGAwcLBxMHAwcbByMHJwcsBywHMQcsB9IGOAdAB0gHTgfSBkgHVgfSBtIG0gbSBtIG0gbSBtIG0gbSBiwHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAdgAGAALAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAdbB2MHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsB2kH0gZwB64EdQB1AHUAdQB1AHUAdQB1AHUHfQdgAIUHjQd1AHUAlQedB2AAYAClB6sHYACzB7YHvgfGB3UAzgfWBzMB3gfmB1EB7gf1B/0HlQENAQUIDQh1ABUIHQglCBcDLQg1CD0IRQhNCEEDUwh1AHUAdQBbCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIcAh3CHoIMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIgggwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAALAcsBywHLAcsBywHLAcsBywHLAcsB4oILAcsB44I0gaWCJ4Ipgh1AHUAqgiyCHUAdQB1AHUAdQB1AHUAdQB1AHUAtwh8AXUAvwh1AMUIyQjRCNkI4AjoCHUAdQB1AO4I9gj+CAYJDgkTCS0HGwkjCYIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiAAIAAAAFAAYABgAGIAXwBgAHEAdQBFAJUAogCyAKAAYABgAEIA4ABGANMA4QDxAMEBDwE1AFwBLAE6AQEBUQF4QkhCmEKoQrhCgAHIQsAB0MLAAcABwAHAAeDC6ABoAHDCwMMAAcABwAHAAdDDGMMAAcAB6MM4wwjDWMNow3jDaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAEjDqABWw6bDqABpg6gAaABoAHcDvwOPA+gAaABfA/8DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DpcPAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcAB9cPKwkyCToJMAB1AHUAdQBCCUoJTQl1AFUJXAljCWcJawkwADAAMAAwAHMJdQB2CX4JdQCECYoJjgmWCXUAngkwAGAAYABxAHUApgn3A64JtAl1ALkJdQDACTAAMAAwADAAdQB1AHUAdQB1AHUAdQB1AHUAowYNBMUIMAAwADAAMADICcsJ0wnZCRUE4QkwAOkJ8An4CTAAMAB1AAAKvwh1AAgKDwoXCh8KdQAwACcKLgp1ADYKqAmICT4KRgowADAAdQB1AE4KMAB1AFYKdQBeCnUAZQowADAAMAAwADAAMAAwADAAMAAVBHUAbQowADAAdQC5CXUKMAAwAHwBxAijBogEMgF9CoQKiASMCpQKmgqIBKIKqgquCogEDQG2Cr4KxgrLCjAAMADTCtsKCgHjCusK8Qr5CgELMAAwADAAMAB1AIsECQsRC3UANAEZCzAAMAAwADAAMAB1ACELKQswAHUANAExCzkLdQBBC0kLMABRC1kLMAAwADAAMAAwADAAdQBhCzAAMAAwAGAAYABpC3ELdwt/CzAAMACHC4sLkwubC58Lpwt1AK4Ltgt1APsDMAAwADAAMAAwADAAMAAwAL4LwwvLC9IL1wvdCzAAMADlC+kL8Qv5C/8LSQswADAAMAAwADAAMAAwADAAMAAHDDAAMAAwADAAMAAODBYMHgx1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1ACYMMAAwADAAdQB1AHUALgx1AHUAdQB1AHUAdQA2DDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AD4MdQBGDHUAdQB1AHUAdQB1AEkMdQB1AHUAdQB1AFAMMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQBYDHUAdQB1AF8MMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUA+wMVBGcMMAAwAHwBbwx1AHcMfwyHDI8MMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAYABgAJcMMAAwADAAdQB1AJ8MlQClDDAAMACtDCwHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsB7UMLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AA0EMAC9DDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAsBywHLAcsBywHLAcsBywHLQcwAMEMyAwsBywHLAcsBywHLAcsBywHLAcsBywHzAwwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1ANQM2QzhDDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMABgAGAAYABgAGAAYABgAOkMYADxDGAA+AwADQYNYABhCWAAYAAODTAAMAAwADAAFg1gAGAAHg37AzAAMAAwADAAYABgACYNYAAsDTQNPA1gAEMNPg1LDWAAYABgAGAAYABgAGAAYABgAGAAUg1aDYsGVglhDV0NcQBnDW0NdQ15DWAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAlQCBDZUAiA2PDZcNMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAnw2nDTAAMAAwADAAMAAwAHUArw23DTAAMAAwADAAMAAwADAAMAAwADAAMAB1AL8NMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAB1AHUAdQB1AHUAdQDHDTAAYABgAM8NMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAA1w11ANwNMAAwAD0B5A0wADAAMAAwADAAMADsDfQN/A0EDgwOFA4wABsOMAAwADAAMAAwADAAMAAwANIG0gbSBtIG0gbSBtIG0gYjDigOwQUuDsEFMw7SBjoO0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGQg5KDlIOVg7SBtIGXg5lDm0OdQ7SBtIGfQ6EDooOjQ6UDtIGmg6hDtIG0gaoDqwO0ga0DrwO0gZgAGAAYADEDmAAYAAkBtIGzA5gANIOYADaDokO0gbSBt8O5w7SBu8O0gb1DvwO0gZgAGAAxA7SBtIG0gbSBtIGYABgAGAAYAAED2AAsAUMD9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGFA8sBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAccD9IGLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHJA8sBywHLAcsBywHLAccDywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywPLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAc0D9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAccD9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGFA8sBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHPA/SBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gYUD0QPlQCVAJUAMAAwADAAMACVAJUAlQCVAJUAlQCVAEwPMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAA//8EAAQABAAEAAQABAAEAAQABAANAAMAAQABAAIABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQACgATABcAHgAbABoAHgAXABYAEgAeABsAGAAPABgAHABLAEsASwBLAEsASwBLAEsASwBLABgAGAAeAB4AHgATAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQABYAGwASAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAWAA0AEQAeAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAFAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAJABYAGgAbABsAGwAeAB0AHQAeAE8AFwAeAA0AHgAeABoAGwBPAE8ADgBQAB0AHQAdAE8ATwAXAE8ATwBPABYAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAFAAUABQAFAAUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAB4AHgAeAFAATwBAAE8ATwBPAEAATwBQAFAATwBQAB4AHgAeAB4AHgAeAB0AHQAdAB0AHgAdAB4ADgBQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgBQAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAJAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAkACQAJAAkACQAJAAkABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAFAAHgAeAB4AKwArAFAAUABQAFAAGABQACsAKwArACsAHgAeAFAAHgBQAFAAUAArAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAUAAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAYAA0AKwArAB4AHgAbACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQADQAEAB4ABAAEAB4ABAAEABMABAArACsAKwArACsAKwArACsAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAKwArACsAKwBWAFYAVgBWAB4AHgArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AGgAaABoAGAAYAB4AHgAEAAQABAAEAAQABAAEAAQABAAEAAQAEwAEACsAEwATAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABLAEsASwBLAEsASwBLAEsASwBLABoAGQAZAB4AUABQAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQABMAUAAEAAQABAAEAAQABAAEAB4AHgAEAAQABAAEAAQABABQAFAABAAEAB4ABAAEAAQABABQAFAASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUAAeAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAFAABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQAUABQAB4AHgAYABMAUAArACsABAAbABsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAFAABAAEAAQABAAEAFAABAAEAAQAUAAEAAQABAAEAAQAKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAArACsAHgArAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAUAAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAABAAEAA0ADQBLAEsASwBLAEsASwBLAEsASwBLAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUAArACsAKwBQAFAAUABQACsAKwAEAFAABAAEAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABABQACsAKwArACsAKwArACsAKwAEACsAKwArACsAUABQACsAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAFAAUAAaABoAUABQAFAAUABQAEwAHgAbAFAAHgAEACsAKwAEAAQABAArAFAAUABQAFAAUABQACsAKwArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQACsAUABQACsAKwAEACsABAAEAAQABAAEACsAKwArACsABAAEACsAKwAEAAQABAArACsAKwAEACsAKwArACsAKwArACsAUABQAFAAUAArAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLAAQABABQAFAAUAAEAB4AKwArACsAKwArACsAKwArACsAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQACsAKwAEAFAABAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAArACsAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAB4AGwArACsAKwArACsAKwArAFAABAAEAAQABAAEAAQAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABAArACsAKwArACsAKwArAAQABAAEACsAKwArACsAUABQACsAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAB4AUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAAQAUAArAFAAUABQAFAAUABQACsAKwArAFAAUABQACsAUABQAFAAUAArACsAKwBQAFAAKwBQACsAUABQACsAKwArAFAAUAArACsAKwBQAFAAUAArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArAAQABAAEAAQABAArACsAKwAEAAQABAArAAQABAAEAAQAKwArAFAAKwArACsAKwArACsABAArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAHgAeAB4AHgAeAB4AGwAeACsAKwArACsAKwAEAAQABAAEAAQAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAUAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAAEACsAKwArACsAKwArACsABAAEACsAUABQAFAAKwArACsAKwArAFAAUAAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAKwAOAFAAUABQAFAAUABQAFAAHgBQAAQABAAEAA4AUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAKwArAAQAUAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAAEACsAKwArACsAKwArACsABAAEACsAKwArACsAKwArACsAUAArAFAAUAAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwBQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAFAABAAEAAQABAAEAAQABAArAAQABAAEACsABAAEAAQABABQAB4AKwArACsAKwBQAFAAUAAEAFAAUABQAFAAUABQAFAAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAFAAUABQAFAAUABQAFAAUABQABoAUABQAFAAUABQAFAAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQACsAUAArACsAUABQAFAAUABQAFAAUAArACsAKwAEACsAKwArACsABAAEAAQABAAEAAQAKwAEACsABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArAAQABAAeACsAKwArACsAKwArACsAKwArACsAKwArAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAAqAFwAXAAqACoAKgAqACoAKgAqACsAKwArACsAGwBcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAeAEsASwBLAEsASwBLAEsASwBLAEsADQANACsAKwArACsAKwBcAFwAKwBcACsAXABcAFwAXABcACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACsAXAArAFwAXABcAFwAXABcAFwAXABcAFwAKgBcAFwAKgAqACoAKgAqACoAKgAqACoAXAArACsAXABcAFwAXABcACsAXAArACoAKgAqACoAKgAqACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwBcAFwAXABcAFAADgAOAA4ADgAeAA4ADgAJAA4ADgANAAkAEwATABMAEwATAAkAHgATAB4AHgAeAAQABAAeAB4AHgAeAB4AHgBLAEsASwBLAEsASwBLAEsASwBLAFAAUABQAFAAUABQAFAAUABQAFAADQAEAB4ABAAeAAQAFgARABYAEQAEAAQAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQADQAEAAQABAAEAAQADQAEAAQAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArAA0ADQAeAB4AHgAeAB4AHgAEAB4AHgAeAB4AHgAeACsAHgAeAA4ADgANAA4AHgAeAB4AHgAeAAkACQArACsAKwArACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgBcAEsASwBLAEsASwBLAEsASwBLAEsADQANAB4AHgAeAB4AXABcAFwAXABcAFwAKgAqACoAKgBcAFwAXABcACoAKgAqAFwAKgAqACoAXABcACoAKgAqACoAKgAqACoAXABcAFwAKgAqACoAKgBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKgAqAFwAKgBLAEsASwBLAEsASwBLAEsASwBLACoAKgAqACoAKgAqAFAAUABQAFAAUABQACsAUAArACsAKwArACsAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgBQAFAAUABQAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUAArACsAUABQAFAAUABQAFAAUAArAFAAKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAKwBQACsAUABQAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsABAAEAAQAHgANAB4AHgAeAB4AHgAeAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUAArACsADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAANAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAWABEAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAA0ADQANAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAANAA0AKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUAArAAQABAArACsAKwArACsAKwArACsAKwArACsAKwBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqAA0ADQAVAFwADQAeAA0AGwBcACoAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwAeAB4AEwATAA0ADQAOAB4AEwATAB4ABAAEAAQACQArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUAAEAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAHgArACsAKwATABMASwBLAEsASwBLAEsASwBLAEsASwBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAArACsAXABcAFwAXABcACsAKwArACsAKwArACsAKwArACsAKwBcAFwAXABcAFwAXABcAFwAXABcAFwAXAArACsAKwArAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAXAArACsAKwAqACoAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAArACsAHgAeAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKwAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKwArAAQASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArACoAKgAqACoAKgAqACoAXAAqACoAKgAqACoAKgArACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABABQAFAAUABQAFAAUABQACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwANAA0AHgANAA0ADQANAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAEAAQAHgAeAB4AHgAeAB4AHgAeAB4AKwArACsABAAEAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwAeAB4AHgAeAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArAA0ADQANAA0ADQBLAEsASwBLAEsASwBLAEsASwBLACsAKwArAFAAUABQAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAA0ADQBQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUAAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArAAQABAAEAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAAQAUABQAFAAUABQAFAABABQAFAABAAEAAQAUAArACsAKwArACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsABAAEAAQABAAEAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAKwBQACsAUAArAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgBQAB4AHgAeAFAAUABQACsAHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQACsAKwAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQACsAHgAeAB4AHgAeAB4AHgAOAB4AKwANAA0ADQANAA0ADQANAAkADQANAA0ACAAEAAsABAAEAA0ACQANAA0ADAAdAB0AHgAXABcAFgAXABcAFwAWABcAHQAdAB4AHgAUABQAFAANAAEAAQAEAAQABAAEAAQACQAaABoAGgAaABoAGgAaABoAHgAXABcAHQAVABUAHgAeAB4AHgAeAB4AGAAWABEAFQAVABUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ADQAeAA0ADQANAA0AHgANAA0ADQAHAB4AHgAeAB4AKwAEAAQABAAEAAQABAAEAAQABAAEAFAAUAArACsATwBQAFAAUABQAFAAHgAeAB4AFgARAE8AUABPAE8ATwBPAFAAUABQAFAAUAAeAB4AHgAWABEAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArABsAGwAbABsAGwAbABsAGgAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGgAbABsAGwAbABoAGwAbABoAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAHgAeAFAAGgAeAB0AHgBQAB4AGgAeAB4AHgAeAB4AHgAeAB4AHgBPAB4AUAAbAB4AHgBQAFAAUABQAFAAHgAeAB4AHQAdAB4AUAAeAFAAHgBQAB4AUABPAFAAUAAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAHgBQAFAAUABQAE8ATwBQAFAAUABQAFAATwBQAFAATwBQAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAFAAUABQAFAATwBPAE8ATwBPAE8ATwBPAE8ATwBQAFAAUABQAFAAUABQAFAAUAAeAB4AUABQAFAAUABPAB4AHgArACsAKwArAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB4AHQAdAB4AHgAeAB0AHQAeAB4AHQAeAB4AHgAdAB4AHQAbABsAHgAdAB4AHgAeAB4AHQAeAB4AHQAdAB0AHQAeAB4AHQAeAB0AHgAdAB0AHQAdAB0AHQAeAB0AHgAeAB4AHgAeAB0AHQAdAB0AHgAeAB4AHgAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB4AHgAeAB0AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHgAeAB0AHQAdAB0AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAeAB4AHgAdAB4AHgAeAB4AHgAeAB4AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABYAEQAWABEAHgAeAB4AHgAeAB4AHQAeAB4AHgAeAB4AHgAeACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAWABEAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAFAAHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAeAB4AHQAdAB0AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHQAdAB4AHgAeAB4AHQAdAB0AHgAeAB0AHgAeAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlAB4AHQAdAB4AHgAdAB4AHgAeAB4AHQAdAB4AHgAeAB4AJQAlAB0AHQAlAB4AJQAlACUAIAAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAeAB4AHgAeAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHgAdAB0AHQAeAB0AJQAdAB0AHgAdAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAdAB0AHQAdACUAHgAlACUAJQAdACUAJQAdAB0AHQAlACUAHQAdACUAHQAdACUAJQAlAB4AHQAeAB4AHgAeAB0AHQAlAB0AHQAdAB0AHQAdACUAJQAlACUAJQAdACUAJQAgACUAHQAdACUAJQAlACUAJQAlACUAJQAeAB4AHgAlACUAIAAgACAAIAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AFwAXABcAFwAXABcAHgATABMAJQAeAB4AHgAWABEAFgARABYAEQAWABEAFgARABYAEQAWABEATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABYAEQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAWABEAFgARABYAEQAWABEAFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFgARABYAEQAWABEAFgARABYAEQAWABEAFgARABYAEQAWABEAFgARABYAEQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAWABEAFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAEAAQABAAeAB4AKwArACsAKwArABMADQANAA0AUAATAA0AUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAUAANACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAA0ADQANAA0ADQANAA0ADQAeAA0AFgANAB4AHgAXABcAHgAeABcAFwAWABEAFgARABYAEQAWABEADQANAA0ADQATAFAADQANAB4ADQANAB4AHgAeAB4AHgAMAAwADQANAA0AHgANAA0AFgANAA0ADQANAA0ADQANAA0AHgANAB4ADQANAB4AHgAeACsAKwArACsAKwArACsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwArACsAKwArACsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArAA0AEQARACUAJQBHAFcAVwAWABEAFgARABYAEQAWABEAFgARACUAJQAWABEAFgARABYAEQAWABEAFQAWABEAEQAlAFcAVwBXAFcAVwBXAFcAVwBXAAQABAAEAAQABAAEACUAVwBXAFcAVwA2ACUAJQBXAFcAVwBHAEcAJQAlACUAKwBRAFcAUQBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFEAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBRAFcAUQBXAFEAVwBXAFcAVwBXAFcAUQBXAFcAVwBXAFcAVwBRAFEAKwArAAQABAAVABUARwBHAFcAFQBRAFcAUQBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBRAFcAVwBXAFcAVwBXAFEAUQBXAFcAVwBXABUAUQBHAEcAVwArACsAKwArACsAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwAlACUAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACsAKwArACsAKwArACsAKwArACsAKwArAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBPAE8ATwBPAE8ATwBPAE8AJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQAlAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAEcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAADQATAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABLAEsASwBLAEsASwBLAEsASwBLAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAABAAEAAQABAAeAAQABAAEAAQABAAEAAQABAAEAAQAHgBQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUABQAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAeAA0ADQANAA0ADQArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAB4AHgAeAB4AHgAeAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAeAB4AUABQAFAAUABQAFAAUABQAFAAUABQAAQAUABQAFAABABQAFAAUABQAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAeAB4AHgAeAAQAKwArACsAUABQAFAAUABQAFAAHgAeABoAHgArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAADgAOABMAEwArACsAKwArACsAKwArACsABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwANAA0ASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAFAAUAAeAB4AHgBQAA4AUABQAAQAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAA0ADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArAB4AWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYACsAKwArAAQAHgAeAB4AHgAeAB4ADQANAA0AHgAeAB4AHgArAFAASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArAB4AHgBcAFwAXABcAFwAKgBcAFwAXABcAFwAXABcAFwAXABcAEsASwBLAEsASwBLAEsASwBLAEsAXABcAFwAXABcACsAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArAFAAUABQAAQAUABQAFAAUABQAFAAUABQAAQABAArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAHgANAA0ADQBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKgAqACoAXAAqACoAKgBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAAqAFwAKgAqACoAXABcACoAKgBcAFwAXABcAFwAKgAqAFwAKgBcACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFwAXABcACoAKgBQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAA0ADQBQAFAAUAAEAAQAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUAArACsAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQADQAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAVABVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBUAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVACsAKwArACsAKwArACsAKwArACsAKwArAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAKwArACsAKwBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAKwArACsAKwAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAKwArACsAKwArAFYABABWAFYAVgBWAFYAVgBWAFYAVgBWAB4AVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgArAFYAVgBWAFYAVgArAFYAKwBWAFYAKwBWAFYAKwBWAFYAVgBWAFYAVgBWAFYAVgBWAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAEQAWAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAaAB4AKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAGAARABEAGAAYABMAEwAWABEAFAArACsAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACUAJQAlACUAJQAWABEAFgARABYAEQAWABEAFgARABYAEQAlACUAFgARACUAJQAlACUAJQAlACUAEQAlABEAKwAVABUAEwATACUAFgARABYAEQAWABEAJQAlACUAJQAlACUAJQAlACsAJQAbABoAJQArACsAKwArAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAcAKwATACUAJQAbABoAJQAlABYAEQAlACUAEQAlABEAJQBXAFcAVwBXAFcAVwBXAFcAVwBXABUAFQAlACUAJQATACUAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXABYAJQARACUAJQAlAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAWACUAEQAlABYAEQARABYAEQARABUAVwBRAFEAUQBRAFEAUQBRAFEAUQBRAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAEcARwArACsAVwBXAFcAVwBXAFcAKwArAFcAVwBXAFcAVwBXACsAKwBXAFcAVwBXAFcAVwArACsAVwBXAFcAKwArACsAGgAbACUAJQAlABsAGwArAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwAEAAQABAAQAB0AKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsADQANAA0AKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAAQAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAA0AUABQAFAAUAArACsAKwArAFAAUABQAFAAUABQAFAAUAANAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwAeACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAKwArAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUAArACsAKwBQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwANAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAB4AUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAUABQAFAAUABQAAQABAAEACsABAAEACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAKwBQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEACsAKwArACsABABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAA0ADQANAA0ADQANAA0ADQAeACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAArACsAKwArAFAAUABQAFAAUAANAA0ADQANAA0ADQAUACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsADQANAA0ADQANAA0ADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAAQABAAEAAQAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArAAQABAANACsAKwBQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAB4AHgAeAB4AHgArACsAKwArACsAKwAEAAQABAAEAAQABAAEAA0ADQAeAB4AHgAeAB4AKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgANAA0ADQANACsAKwArACsAKwArACsAKwArACsAKwAeACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsASwBLAEsASwBLAEsASwBLAEsASwANAA0ADQANAFAABAAEAFAAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAeAA4AUAArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAADQANAB4ADQAEAAQABAAEAB4ABAAEAEsASwBLAEsASwBLAEsASwBLAEsAUAAOAFAADQANAA0AKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAANAA0AHgANAA0AHgAEACsAUABQAFAAUABQAFAAUAArAFAAKwBQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAA0AKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsABAAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQACsABAAEAFAABAAEAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABAArACsAUAArACsAKwArACsAKwAEACsAKwArACsAKwBQAFAAUABQAFAABAAEACsAKwAEAAQABAAEAAQABAAEACsAKwArAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwArACsABAAEAAQABAAEAAQABABQAFAAUABQAA0ADQANAA0AHgBLAEsASwBLAEsASwBLAEsASwBLAA0ADQArAB4ABABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAFAAUAAeAFAAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAArACsABAAEAAQABAAEAAQABAAEAAQADgANAA0AEwATAB4AHgAeAA0ADQANAA0ADQANAA0ADQANAA0ADQANAA0ADQANAFAAUABQAFAABAAEACsAKwAEAA0ADQAeAFAAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKwArACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBcAFwADQANAA0AKgBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAKwArAFAAKwArAFAAUABQAFAAUABQAFAAUAArAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQAKwAEAAQAKwArAAQABAAEAAQAUAAEAFAABAAEAA0ADQANACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAArACsABAAEAAQABAAEAAQABABQAA4AUAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAFAABAAEAAQABAAOAB4ADQANAA0ADQAOAB4ABAArACsAKwArACsAKwArACsAUAAEAAQABAAEAAQABAAEAAQABAAEAAQAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAA0ADQANAFAADgAOAA4ADQANACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEACsABAAEAAQABAAEAAQABAAEAFAADQANAA0ADQANACsAKwArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwAOABMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAArACsAKwAEACsABAAEACsABAAEAAQABAAEAAQABABQAAQAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAKwBQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQAKwAEAAQAKwAEAAQABAAEAAQAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAaABoAGgAaAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsADQANAA0ADQANACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAASABIAEgAQwBDAEMAUABQAFAAUABDAFAAUABQAEgAQwBIAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAASABDAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwAJAAkACQAJAAkACQAJABYAEQArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABIAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwANAA0AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEAAQABAANACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAA0ADQANAB4AHgAeAB4AHgAeAFAAUABQAFAADQAeACsAKwArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAANAA0AHgAeACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwAEAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAARwBHABUARwAJACsAKwArACsAKwArACsAKwArACsAKwAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACsAKwArACsAKwArACsAKwBXAFcAVwBXAFcAVwBXAFcAVwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUQBRAFEAKwArACsAKwArACsAKwArACsAKwArACsAKwBRAFEAUQBRACsAKwArACsAKwArACsAKwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArACsAHgAEAAQADQAEAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArAB4AHgAeAB4AHgAeAB4AKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAAQABAAEAAQABAAeAB4AHgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAB4AHgAEAAQABAAEAAQABAAEAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQAHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwBQAFAAKwArAFAAKwArAFAAUAArACsAUABQAFAAUAArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAUAArAFAAUABQAFAAUABQAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAHgAeAFAAUABQAFAAUAArAFAAKwArACsAUABQAFAAUABQAFAAUAArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeACsAKwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4ABAAeAB4AHgAeAB4AHgAeAB4AHgAeAAQAHgAeAA0ADQANAA0AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAAQAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArAAQABAAEAAQABAAEAAQAKwAEAAQAKwAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwBQAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArABsAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArAB4AHgAeAB4ABAAEAAQABAAEAAQABABQACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArABYAFgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAGgBQAFAAUAAaAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAKwBQACsAKwBQACsAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwBQACsAUAArACsAKwArACsAKwBQACsAKwArACsAUAArAFAAKwBQACsAUABQAFAAKwBQAFAAKwBQACsAKwBQACsAUAArAFAAKwBQACsAUAArAFAAUAArAFAAKwArAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUAArAFAAUABQAFAAKwBQACsAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAUABQAFAAKwBQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8AJQAlACUAHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB4AHgAeACUAJQAlAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAB4AHgAlACUAJQAlACUAHgAlACUAJQAlACUAIAAgACAAJQAlACAAJQAlACAAIAAgACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACEAIQAhACEAIQAlACUAIAAgACUAJQAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlACUAIAAlACUAJQAlACAAIAAgACUAIAAgACAAJQAlACUAJQAlACUAJQAgACUAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAlAB4AJQAeACUAJQAlACUAJQAgACUAJQAlACUAHgAlAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAgACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACAAIAAgACUAJQAlACAAIAAgACAAIAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABcAFwAXABUAFQAVAB4AHgAeAB4AJQAlACUAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAgACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAgACUAJQAgACUAJQAlACUAJQAlACUAJQAgACAAIAAgACAAIAAgACAAJQAlACUAJQAlACUAIAAlACUAJQAlACUAJQAlACUAJQAgACAAIAAgACAAIAAgACAAIAAgACUAJQAgACAAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAgACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAlACAAIAAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAgACAAIAAlACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwArAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACUAVwBXACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAA=="),he=Array.isArray(de)?function(A){for(var e=A.length,t=[],r=0;r<e;r+=4)t.push(A[r+3]<<24|A[r+2]<<16|A[r+1]<<8|A[r]);return t}(de):new Uint32Array(de),fe=Array.isArray(de)?function(A){for(var e=A.length,t=[],r=0;r<e;r+=2)t.push(A[r+1]<<8|A[r]);return t}(de):new Uint16Array(de),we=ce(fe,12,he[4]/2),pe=2===he[5]?ce(fe,(24+he[4])/2):function(A,e,t){if(A.slice)return A.slice(e,t);else return new Uint32Array(Array.prototype.slice.call(A,e,t))}(he,Math.ceil((24+he[4])/4)),new le(he[0],he[1],he[2],he[3],we,pe)),Je=[De,36],ze=[1,2,3,5],Ye=[Qe,8],qe=[Ke,Ie],Ze=ze.concat(Ye),je=[Oe,Pe,_e,Te,Me],$e=[Ue,Ce],At=function(A,e,t,r){var n=r[t];if(Array.isArray(A)?-1!==A.indexOf(n):A===n)for(var i=t;i<=r.length;){if((a=r[++i])===e)return!0;if(a!==Qe)break}if(n===Qe)for(i=t;i>0;){var s=r[--i];if(Array.isArray(A)?-1!==A.indexOf(s):A===s)for(var o=t;o<=r.length;){var a;if((a=r[++o])===e)return!0;if(a!==Qe)break}if(s!==Qe)break}return!1},et=function(A,e){for(var t=A;t>=0;){var r=e[t];if(r===Qe)t--;else return r}return 0},tt=function(A,e,t,r,n){if(0===t[r])return Ne;var i=r-1;if(Array.isArray(n)&&!0===n[i])return Ne;var s=i-1,o=i+1,a=e[i],c=s>=0?e[s]:0,l=e[o];if(2===a&&3===l)return Ne;if(-1!==ze.indexOf(a))return"!";if(-1!==ze.indexOf(l))return Ne;if(-1!==Ye.indexOf(l))return Ne;if(8===et(i,e))return We;if(11===Xe.get(A[i]))return Ne;if((a===Se||a===ke)&&11===Xe.get(A[o]))return Ne;if(7===a||7===l)return Ne;if(9===a)return Ne;if(-1===[Qe,Ce,Ue].indexOf(a)&&9===l)return Ne;if(-1!==[Fe,ye,be,ve,Le].indexOf(l))return Ne;if(et(i,e)===Ee)return Ne;if(At(23,Ee,i,e))return Ne;if(At([Fe,ye],He,i,e))return Ne;if(At(12,12,i,e))return Ne;if(a===Qe)return We;if(23===a||23===l)return Ne;if(16===l||16===a)return We;if(-1!==[Ce,Ue,He].indexOf(l)||14===a)return Ne;if(36===c&&-1!==$e.indexOf(a))return Ne;if(a===Le&&36===l)return Ne;if(l===me)return Ne;if(-1!==Je.indexOf(l)&&a===xe||-1!==Je.indexOf(a)&&l===xe)return Ne;if(a===Ke&&-1!==[Re,Se,ke].indexOf(l)||-1!==[Re,Se,ke].indexOf(a)&&l===Ie)return Ne;if(-1!==Je.indexOf(a)&&-1!==qe.indexOf(l)||-1!==qe.indexOf(a)&&-1!==Je.indexOf(l))return Ne;if(-1!==[Ke,Ie].indexOf(a)&&(l===xe||-1!==[Ee,Ue].indexOf(l)&&e[o+1]===xe)||-1!==[Ee,Ue].indexOf(a)&&l===xe||a===xe&&-1!==[xe,Le,ve].indexOf(l))return Ne;if(-1!==[xe,Le,ve,Fe,ye].indexOf(l))for(var B=i;B>=0;){if((u=e[B])===xe)return Ne;else if(-1!==[Le,ve].indexOf(u))B--;else break}if(-1!==[Ke,Ie].indexOf(l))for(B=-1!==[Fe,ye].indexOf(a)?s:i;B>=0;){var u;if((u=e[B])===xe)return Ne;else if(-1!==[Le,ve].indexOf(u))B--;else break}if(Oe===a&&-1!==[Oe,Pe,Te,Me].indexOf(l)||-1!==[Pe,Te].indexOf(a)&&-1!==[Pe,_e].indexOf(l)||-1!==[_e,Me].indexOf(a)&&l===_e)return Ne;if(-1!==je.indexOf(a)&&-1!==[me,Ie].indexOf(l)||-1!==je.indexOf(l)&&a===Ke)return Ne;if(-1!==Je.indexOf(a)&&-1!==Je.indexOf(l))return Ne;if(a===ve&&-1!==Je.indexOf(l))return Ne;if(-1!==Je.concat(xe).indexOf(a)&&l===Ee&&-1===Ve.indexOf(A[o])||-1!==Je.concat(xe).indexOf(l)&&a===ye)return Ne;if(41===a&&41===l){for(var g=t[i],d=1;g>0&&41===e[--g];)d++;if(d%2!=0)return Ne}if(a===Se&&l===ke)return Ne;else return We},rt=function(A,e){if(!e)e={lineBreak:"normal",wordBreak:"normal"};var t=function(A,e){if(void 0===e)e="strict";var t=[],r=[],n=[];A.forEach(function(A,i){var s=Xe.get(A);if(s>50){n.push(!0);s-=50}else n.push(!1);if(-1!==["normal","auto","loose"].indexOf(e))if(-1!==[8208,8211,12316,12448].indexOf(A)){r.push(i);return t.push(16)}if(4===s||11===s){if(0===i){r.push(i);return t.push(De)}var o=t[i-1];if(-1===Ze.indexOf(o)){r.push(r[i-1]);return t.push(o)}r.push(i);return t.push(De)}r.push(i);if(31===s)return t.push("strict"===e?He:Re);if(s===Ge)return t.push(De);if(29===s)return t.push(De);if(43===s)if(A>=131072&&A<=196605||A>=196608&&A<=262141)return t.push(Re);else return t.push(De);t.push(s)});return[r,t,n]}(A,e.lineBreak),r=t[0],n=t[1],i=t[2];if("break-all"===e.wordBreak||"break-word"===e.wordBreak)n=n.map(function(A){return-1!==[xe,De,Ge].indexOf(A)?Re:A});var s="keep-all"===e.wordBreak?i.map(function(e,t){return e&&A[t]>=19968&&A[t]<=40959}):void 0;return[r,n,s]},nt=function(){function A(A,e,t,r){this.codePoints=A;this.required="!"===e;this.start=t;this.end=r}A.prototype.slice=function(){return te.apply(void 0,this.codePoints.slice(this.start,this.end))};return A}(),it=45,st=43,ot=-1,at=function(A){return A>=48&&A<=57},ct=function(A){return at(A)||A>=65&&A<=70||A>=97&&A<=102},lt=function(A){return 10===A||9===A||32===A},Bt=function(A){return function(A){return function(A){return A>=97&&A<=122}(A)||function(A){return A>=65&&A<=90}(A)}(A)||function(A){return A>=128}(A)||95===A},ut=function(A){return Bt(A)||at(A)||A===it},gt=function(A){return A>=0&&A<=8||11===A||A>=14&&A<=31||127===A},dt=function(A,e){if(92!==A)return!1;else return 10!==e},ht=function(A,e,t){if(A===it)return Bt(e)||dt(e,t);else if(Bt(A))return!0;else if(92===A&&dt(A,e))return!0;return!1},ft=function(A,e,t){if(A===st||A===it)if(at(e))return!0;else return 46===e&&at(t);if(46===A)return at(e);else return at(A)},wt=function(A){var e=0,t=1;if(A[e]===st||A[e]===it){if(A[e]===it)t=-1;e++}for(var r=[];at(A[e]);)r.push(A[e++]);var n=r.length?parseInt(te.apply(void 0,r),10):0;if(46===A[e])e++;for(var i=[];at(A[e]);)i.push(A[e++]);var s=i.length,o=s?parseInt(te.apply(void 0,i),10):0;if(69===A[e]||101===A[e])e++;var a=1;if(A[e]===st||A[e]===it){if(A[e]===it)a=-1;e++}for(var c=[];at(A[e]);)c.push(A[e++]);var l=c.length?parseInt(te.apply(void 0,c),10):0;return t*(n+o*Math.pow(10,-s))*Math.pow(10,a*l)},pt={type:2},Qt={type:3},Ct={type:4},Ut={type:13},Ft={type:8},yt={type:21},bt={type:9},mt={type:10},Ht={type:11},Et={type:12},vt={type:14},xt={type:23},It={type:1},Kt={type:25},Lt={type:24},Dt={type:26},St={type:27},kt={type:28},Tt={type:29},Mt={type:31},Rt={type:32},Ot=function(){function A(){this._value=[]}A.prototype.write=function(A){this._value=this._value.concat(ee(A))};A.prototype.read=function(){for(var A=[],e=this.consumeToken();e!==Rt;){A.push(e);e=this.consumeToken()}return A};A.prototype.consumeToken=function(){var A=this.consumeCodePoint();switch(A){case 34:return this.consumeStringToken(34);case 35:var e=this.peekCodePoint(0),t=this.peekCodePoint(1),r=this.peekCodePoint(2);if(ut(e)||dt(t,r)){var n=ht(e,t,r)?2:1;return{type:5,value:this.consumeName(),flags:n}}break;case 36:if(61===this.peekCodePoint(0)){this.consumeCodePoint();return Ut}break;case 39:return this.consumeStringToken(39);case 40:return pt;case 41:return Qt;case 42:if(61===this.peekCodePoint(0)){this.consumeCodePoint();return vt}break;case st:if(ft(A,this.peekCodePoint(0),this.peekCodePoint(1))){this.reconsumeCodePoint(A);return this.consumeNumericToken()}break;case 44:return Ct;case it:var i=A,s=this.peekCodePoint(0),o=this.peekCodePoint(1);if(ft(i,s,o)){this.reconsumeCodePoint(A);return this.consumeNumericToken()}if(ht(i,s,o)){this.reconsumeCodePoint(A);return this.consumeIdentLikeToken()}if(s===it&&62===o){this.consumeCodePoint();this.consumeCodePoint();return Lt}break;case 46:if(ft(A,this.peekCodePoint(0),this.peekCodePoint(1))){this.reconsumeCodePoint(A);return this.consumeNumericToken()}break;case 47:if(42===this.peekCodePoint(0)){this.consumeCodePoint();for(;;){var a=this.consumeCodePoint();if(42===a)if(47===(a=this.consumeCodePoint()))return this.consumeToken();if(a===ot)return this.consumeToken()}}break;case 58:return Dt;case 59:return St;case 60:if(33===this.peekCodePoint(0)&&this.peekCodePoint(1)===it&&this.peekCodePoint(2)===it){this.consumeCodePoint();this.consumeCodePoint();return Kt}break;case 64:var c=this.peekCodePoint(0),l=this.peekCodePoint(1),B=this.peekCodePoint(2);if(ht(c,l,B)){return{type:7,value:this.consumeName()}}break;case 91:return kt;case 92:if(dt(A,this.peekCodePoint(0))){this.reconsumeCodePoint(A);return this.consumeIdentLikeToken()}break;case 93:return Tt;case 61:if(61===this.peekCodePoint(0)){this.consumeCodePoint();return Ft}break;case 123:return Ht;case 125:return Et;case 117:case 85:var u=this.peekCodePoint(0),g=this.peekCodePoint(1);if(u===st&&(ct(g)||63===g)){this.consumeCodePoint();this.consumeUnicodeRangeToken()}this.reconsumeCodePoint(A);return this.consumeIdentLikeToken();case 124:if(61===this.peekCodePoint(0)){this.consumeCodePoint();return bt}if(124===this.peekCodePoint(0)){this.consumeCodePoint();return yt}break;case 126:if(61===this.peekCodePoint(0)){this.consumeCodePoint();return mt}break;case ot:return Rt}if(lt(A)){this.consumeWhiteSpace();return Mt}if(at(A)){this.reconsumeCodePoint(A);return this.consumeNumericToken()}if(Bt(A)){this.reconsumeCodePoint(A);return this.consumeIdentLikeToken()}return{type:6,value:te(A)}};A.prototype.consumeCodePoint=function(){var A=this._value.shift();return void 0===A?-1:A};A.prototype.reconsumeCodePoint=function(A){this._value.unshift(A)};A.prototype.peekCodePoint=function(A){if(A>=this._value.length)return-1;else return this._value[A]};A.prototype.consumeUnicodeRangeToken=function(){for(var A=[],e=this.consumeCodePoint();ct(e)&&A.length<6;){A.push(e);e=this.consumeCodePoint()}for(var t=!1;63===e&&A.length<6;){A.push(e);e=this.consumeCodePoint();t=!0}if(t){return{type:30,start:parseInt(te.apply(void 0,A.map(function(A){return 63===A?48:A})),16),end:parseInt(te.apply(void 0,A.map(function(A){return 63===A?70:A})),16)}}var r=parseInt(te.apply(void 0,A),16);if(this.peekCodePoint(0)===it&&ct(this.peekCodePoint(1))){this.consumeCodePoint();e=this.consumeCodePoint();for(var n=[];ct(e)&&n.length<6;){n.push(e);e=this.consumeCodePoint()}return{type:30,start:r,end:parseInt(te.apply(void 0,n),16)}}else return{type:30,start:r,end:r}};A.prototype.consumeIdentLikeToken=function(){var A=this.consumeName();if("url"===A.toLowerCase()&&40===this.peekCodePoint(0)){this.consumeCodePoint();return this.consumeUrlToken()}else if(40===this.peekCodePoint(0)){this.consumeCodePoint();return{type:19,value:A}}return{type:20,value:A}};A.prototype.consumeUrlToken=function(){var A=[];this.consumeWhiteSpace();if(this.peekCodePoint(0)===ot)return{type:22,value:""};var e=this.peekCodePoint(0);if(39===e||34===e){var t=this.consumeStringToken(this.consumeCodePoint());if(0===t.type){this.consumeWhiteSpace();if(this.peekCodePoint(0)===ot||41===this.peekCodePoint(0)){this.consumeCodePoint();return{type:22,value:t.value}}}this.consumeBadUrlRemnants();return xt}for(;;){var r=this.consumeCodePoint();if(r===ot||41===r)return{type:22,value:te.apply(void 0,A)};else if(lt(r)){this.consumeWhiteSpace();if(this.peekCodePoint(0)===ot||41===this.peekCodePoint(0)){this.consumeCodePoint();return{type:22,value:te.apply(void 0,A)}}this.consumeBadUrlRemnants();return xt}else if(34===r||39===r||40===r||gt(r)){this.consumeBadUrlRemnants();return xt}else if(92===r)if(dt(r,this.peekCodePoint(0)))A.push(this.consumeEscapedCodePoint());else{this.consumeBadUrlRemnants();return xt}else A.push(r)}};A.prototype.consumeWhiteSpace=function(){for(;lt(this.peekCodePoint(0));)this.consumeCodePoint()};A.prototype.consumeBadUrlRemnants=function(){for(;;){var A=this.consumeCodePoint();if(41===A||A===ot)return;if(dt(A,this.peekCodePoint(0)))this.consumeEscapedCodePoint()}};A.prototype.consumeStringSlice=function(A){for(var e="";A>0;){var t=Math.min(5e4,A);e+=te.apply(void 0,this._value.splice(0,t));A-=t}this._value.shift();return e};A.prototype.consumeStringToken=function(A){for(var e="",t=0;;){var r=this._value[t];if(r===ot||void 0===r||r===A)return{type:0,value:e+=this.consumeStringSlice(t)};if(10===r){this._value.splice(0,t);return It}if(92===r){var n=this._value[t+1];if(n!==ot&&void 0!==n)if(10===n){e+=this.consumeStringSlice(t);t=-1;this._value.shift()}else if(dt(r,n)){e+=this.consumeStringSlice(t);e+=te(this.consumeEscapedCodePoint());t=-1}}t++}};A.prototype.consumeNumber=function(){var A=[],e=4,t=this.peekCodePoint(0);if(t===st||t===it)A.push(this.consumeCodePoint());for(;at(this.peekCodePoint(0));)A.push(this.consumeCodePoint());t=this.peekCodePoint(0);var r=this.peekCodePoint(1);if(46===t&&at(r)){A.push(this.consumeCodePoint(),this.consumeCodePoint());e=8;for(;at(this.peekCodePoint(0));)A.push(this.consumeCodePoint())}t=this.peekCodePoint(0);r=this.peekCodePoint(1);var n=this.peekCodePoint(2);if((69===t||101===t)&&((r===st||r===it)&&at(n)||at(r))){A.push(this.consumeCodePoint(),this.consumeCodePoint());e=8;for(;at(this.peekCodePoint(0));)A.push(this.consumeCodePoint())}return[wt(A),e]};A.prototype.consumeNumericToken=function(){var A=this.consumeNumber(),e=A[0],t=A[1],r=this.peekCodePoint(0),n=this.peekCodePoint(1),i=this.peekCodePoint(2);if(ht(r,n,i)){return{type:15,number:e,flags:t,unit:this.consumeName()}}if(37===r){this.consumeCodePoint();return{type:16,number:e,flags:t}}return{type:17,number:e,flags:t}};A.prototype.consumeEscapedCodePoint=function(){var A=this.consumeCodePoint();if(ct(A)){for(var e=te(A);ct(this.peekCodePoint(0))&&e.length<6;)e+=te(this.consumeCodePoint());if(lt(this.peekCodePoint(0)))this.consumeCodePoint();var t=parseInt(e,16);if(0===t||function(A){return A>=55296&&A<=57343}(t)||t>1114111)return 65533;else return t}if(A===ot)return 65533;else return A};A.prototype.consumeName=function(){for(var A="";;){var e=this.consumeCodePoint();if(ut(e))A+=te(e);else if(dt(e,this.peekCodePoint(0)))A+=te(this.consumeEscapedCodePoint());else{this.reconsumeCodePoint(e);return A}}};return A}(),Pt=function(){function A(A){this._tokens=A}A.create=function(e){var t=new Ot;t.write(e);return new A(t.read())};A.parseValue=function(e){return A.create(e).parseComponentValue()};A.parseValues=function(e){return A.create(e).parseComponentValues()};A.prototype.parseComponentValue=function(){for(var A=this.consumeToken();31===A.type;)A=this.consumeToken();if(32===A.type)throw new SyntaxError("Error parsing CSS component value, unexpected EOF");this.reconsumeToken(A);var e=this.consumeComponentValue();do{A=this.consumeToken()}while(31===A.type);if(32===A.type)return e;throw new SyntaxError("Error parsing CSS component value, multiple values found when expecting only one")};A.prototype.parseComponentValues=function(){for(var A=[];;){var e=this.consumeComponentValue();if(32===e.type)return A;A.push(e);A.push()}};A.prototype.consumeComponentValue=function(){var A=this.consumeToken();switch(A.type){case 11:case 28:case 2:return this.consumeSimpleBlock(A.type);case 19:return this.consumeFunction(A)}return A};A.prototype.consumeSimpleBlock=function(A){for(var e={type:A,values:[]},t=this.consumeToken();;){if(32===t.type||Yt(t,A))return e;this.reconsumeToken(t);e.values.push(this.consumeComponentValue());t=this.consumeToken()}};A.prototype.consumeFunction=function(A){for(var e={name:A.value,values:[],type:18};;){var t=this.consumeToken();if(32===t.type||3===t.type)return e;this.reconsumeToken(t);e.values.push(this.consumeComponentValue())}};A.prototype.consumeToken=function(){var A=this._tokens.shift();return void 0===A?Rt:A};A.prototype.reconsumeToken=function(A){this._tokens.unshift(A)};return A}(),_t=function(A){return 15===A.type},Gt=function(A){return 17===A.type},Vt=function(A){return 20===A.type},Nt=function(A){return 0===A.type},Wt=function(A,e){return Vt(A)&&A.value===e},Xt=function(A){return 31!==A.type},Jt=function(A){return 31!==A.type&&4!==A.type},zt=function(A){var e=[],t=[];A.forEach(function(A){if(4!==A.type){if(31!==A.type)t.push(A)}else{if(0===t.length)throw new Error("Error parsing function args, zero tokens for arg");e.push(t);t=[]}});if(t.length)e.push(t);return e},Yt=function(A,e){if(11===e&&12===A.type)return!0;if(28===e&&29===A.type)return!0;else return 2===e&&3===A.type},qt=function(A){return 17===A.type||15===A.type},Zt=function(A){return 16===A.type||qt(A)},jt=function(A){return A.length>1?[A[0],A[1]]:[A[0]]},$t={type:17,number:0,flags:4},Ar={type:16,number:50,flags:4},er={type:16,number:100,flags:4},tr=function(A,e,t){var r=A[0],n=A[1];return[rr(r,e),rr(void 0!==n?n:r,t)]},rr=function(A,e){if(16===A.type)return A.number/100*e;if(_t(A))switch(A.unit){case"rem":case"em":return 16*A.number;default:return A.number}return A.number},nr="grad",ir="turn",sr=function(A,e){if(15===e.type)switch(e.unit){case"deg":return Math.PI*e.number/180;case nr:return Math.PI/200*e.number;case"rad":return e.number;case ir:return 2*Math.PI*e.number}throw new Error("Unsupported angle type")},or=function(A){if(15===A.type)if("deg"===A.unit||A.unit===nr||"rad"===A.unit||A.unit===ir)return!0;return!1},ar=function(A){switch(A.filter(Vt).map(function(A){return A.value}).join(" ")){case"to bottom right":case"to right bottom":case"left top":case"top left":return[$t,$t];case"to top":case"bottom":return cr(0);case"to bottom left":case"to left bottom":case"right top":case"top right":return[$t,er];case"to right":case"left":return cr(90);case"to top left":case"to left top":case"right bottom":case"bottom right":return[er,er];case"to bottom":case"top":return cr(180);case"to top right":case"to right top":case"left bottom":case"bottom left":return[er,$t];case"to left":case"right":return cr(270)}return 0},cr=function(A){return Math.PI*A/180},lr=function(A,e){if(18===e.type){var t=pr[e.name];if(void 0===t)throw new Error('Attempting to parse an unsupported color function "'+e.name+'"');return t(A,e.values)}if(5===e.type){if(3===e.value.length){var r=e.value.substring(0,1),n=e.value.substring(1,2),i=e.value.substring(2,3);return gr(parseInt(r+r,16),parseInt(n+n,16),parseInt(i+i,16),1)}if(4===e.value.length){r=e.value.substring(0,1),n=e.value.substring(1,2),i=e.value.substring(2,3);var s=e.value.substring(3,4);return gr(parseInt(r+r,16),parseInt(n+n,16),parseInt(i+i,16),parseInt(s+s,16)/255)}if(6===e.value.length){r=e.value.substring(0,2),n=e.value.substring(2,4),i=e.value.substring(4,6);return gr(parseInt(r,16),parseInt(n,16),parseInt(i,16),1)}if(8===e.value.length){r=e.value.substring(0,2),n=e.value.substring(2,4),i=e.value.substring(4,6),s=e.value.substring(6,8);return gr(parseInt(r,16),parseInt(n,16),parseInt(i,16),parseInt(s,16)/255)}}if(20===e.type){var o=Cr[e.value.toUpperCase()];if(void 0!==o)return o}return Cr.TRANSPARENT},Br=function(A){return!(255&A)},ur=function(A){var e=255&A,t=255&A>>8,r=255&A>>16,n=255&A>>24;return e<255?"rgba("+n+","+r+","+t+","+e/255+")":"rgb("+n+","+r+","+t+")"},gr=function(A,e,t,r){return(A<<24|e<<16|t<<8|Math.round(255*r))>>>0},dr=function(A,e){if(17===A.type)return A.number;if(16===A.type){var t=3===e?1:255;return 3===e?A.number/100*t:Math.round(A.number/100*t)}return 0},hr=function(A,e){var t=e.filter(Jt);if(3===t.length){var r=t.map(dr),n=r[0],i=r[1],s=r[2];return gr(n,i,s,1)}if(4===t.length){var o=t.map(dr),a=(n=o[0],i=o[1],s=o[2],o[3]);return gr(n,i,s,a)}return 0};function fr(A,e,t){if(t<0)t+=1;if(t>=1)t-=1;if(t<1/6)return(e-A)*t*6+A;else if(t<.5)return e;else if(t<2/3)return 6*(e-A)*(2/3-t)+A;else return A}var wr=function(A,e){var t=e.filter(Jt),r=t[0],n=t[1],i=t[2],s=t[3],o=(17===r.type?cr(r.number):sr(A,r))/(2*Math.PI),a=Zt(n)?n.number/100:0,c=Zt(i)?i.number/100:0,l=void 0!==s&&Zt(s)?rr(s,1):1;if(0===a)return gr(255*c,255*c,255*c,1);var B=c<=.5?c*(a+1):c+a-c*a,u=2*c-B,g=fr(u,B,o+1/3),d=fr(u,B,o),h=fr(u,B,o-1/3);return gr(255*g,255*d,255*h,l)},pr={hsl:wr,hsla:wr,rgb:hr,rgba:hr},Qr=function(A,e){return lr(A,Pt.create(e).parseComponentValue())},Cr={ALICEBLUE:4042850303,ANTIQUEWHITE:4209760255,AQUA:16777215,AQUAMARINE:2147472639,AZURE:4043309055,BEIGE:4126530815,BISQUE:4293182719,BLACK:255,BLANCHEDALMOND:4293643775,BLUE:65535,BLUEVIOLET:2318131967,BROWN:2771004159,BURLYWOOD:3736635391,CADETBLUE:1604231423,CHARTREUSE:2147418367,CHOCOLATE:3530104575,CORAL:4286533887,CORNFLOWERBLUE:1687547391,CORNSILK:4294499583,CRIMSON:3692313855,CYAN:16777215,DARKBLUE:35839,DARKCYAN:9145343,DARKGOLDENROD:3095837695,DARKGRAY:2846468607,DARKGREEN:6553855,DARKGREY:2846468607,DARKKHAKI:3182914559,DARKMAGENTA:2332068863,DARKOLIVEGREEN:1433087999,DARKORANGE:4287365375,DARKORCHID:2570243327,DARKRED:2332033279,DARKSALMON:3918953215,DARKSEAGREEN:2411499519,DARKSLATEBLUE:1211993087,DARKSLATEGRAY:793726975,DARKSLATEGREY:793726975,DARKTURQUOISE:13554175,DARKVIOLET:2483082239,DEEPPINK:4279538687,DEEPSKYBLUE:12582911,DIMGRAY:1768516095,DIMGREY:1768516095,DODGERBLUE:512819199,FIREBRICK:2988581631,FLORALWHITE:4294635775,FORESTGREEN:579543807,FUCHSIA:4278255615,GAINSBORO:3705462015,GHOSTWHITE:4177068031,GOLD:4292280575,GOLDENROD:3668254975,GRAY:2155905279,GREEN:8388863,GREENYELLOW:2919182335,GREY:2155905279,HONEYDEW:4043305215,HOTPINK:4285117695,INDIANRED:3445382399,INDIGO:1258324735,IVORY:4294963455,KHAKI:4041641215,LAVENDER:3873897215,LAVENDERBLUSH:4293981695,LAWNGREEN:2096890111,LEMONCHIFFON:4294626815,LIGHTBLUE:2916673279,LIGHTCORAL:4034953471,LIGHTCYAN:3774873599,LIGHTGOLDENRODYELLOW:4210742015,LIGHTGRAY:3553874943,LIGHTGREEN:2431553791,LIGHTGREY:3553874943,LIGHTPINK:4290167295,LIGHTSALMON:4288707327,LIGHTSEAGREEN:548580095,LIGHTSKYBLUE:2278488831,LIGHTSLATEGRAY:2005441023,LIGHTSLATEGREY:2005441023,LIGHTSTEELBLUE:2965692159,LIGHTYELLOW:4294959359,LIME:16711935,LIMEGREEN:852308735,LINEN:4210091775,MAGENTA:4278255615,MAROON:2147483903,MEDIUMAQUAMARINE:1724754687,MEDIUMBLUE:52735,MEDIUMORCHID:3126187007,MEDIUMPURPLE:2473647103,MEDIUMSEAGREEN:1018393087,MEDIUMSLATEBLUE:2070474495,MEDIUMSPRINGGREEN:16423679,MEDIUMTURQUOISE:1221709055,MEDIUMVIOLETRED:3340076543,MIDNIGHTBLUE:421097727,MINTCREAM:4127193855,MISTYROSE:4293190143,MOCCASIN:4293178879,NAVAJOWHITE:4292783615,NAVY:33023,OLDLACE:4260751103,OLIVE:2155872511,OLIVEDRAB:1804477439,ORANGE:4289003775,ORANGERED:4282712319,ORCHID:3664828159,PALEGOLDENROD:4008225535,PALEGREEN:2566625535,PALETURQUOISE:2951671551,PALEVIOLETRED:3681588223,PAPAYAWHIP:4293907967,PEACHPUFF:4292524543,PERU:3448061951,PINK:4290825215,PLUM:3718307327,POWDERBLUE:2967529215,PURPLE:2147516671,REBECCAPURPLE:1714657791,RED:4278190335,ROSYBROWN:3163525119,ROYALBLUE:1097458175,SADDLEBROWN:2336560127,SALMON:4202722047,SANDYBROWN:4104413439,SEAGREEN:780883967,SEASHELL:4294307583,SIENNA:2689740287,SILVER:3233857791,SKYBLUE:2278484991,SLATEBLUE:1784335871,SLATEGRAY:1887473919,SLATEGREY:1887473919,SNOW:4294638335,SPRINGGREEN:16744447,STEELBLUE:1182971135,TAN:3535047935,TEAL:8421631,THISTLE:3636451583,TOMATO:4284696575,TRANSPARENT:0,TURQUOISE:1088475391,VIOLET:4001558271,WHEAT:4125012991,WHITE:4294967295,WHITESMOKE:4126537215,YELLOW:4294902015,YELLOWGREEN:2597139199},Ur={name:"background-clip",initialValue:"border-box",prefix:!1,type:1,parse:function(A,e){return e.map(function(A){if(Vt(A))switch(A.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},Fr={name:"background-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},yr=function(A,e){var t=lr(A,e[0]),r=e[1];return r&&Zt(r)?{color:t,stop:r}:{color:t,stop:null}},br=function(A,e){var t=A[0],r=A[A.length-1];if(null===t.stop)t.stop=$t;if(null===r.stop)r.stop=er;for(var n=[],i=0,s=0;s<A.length;s++){var o=A[s].stop;if(null!==o){var a=rr(o,e);if(a>i)n.push(a);else n.push(i);i=a}else n.push(null)}var c=null;for(s=0;s<n.length;s++){var l=n[s];if(null===l){if(null===c)c=s}else if(null!==c){for(var B=s-c,u=(l-n[c-1])/(B+1),g=1;g<=B;g++)n[c+g-1]=u*g;c=null}}return A.map(function(A,t){return{color:A.color,stop:Math.max(Math.min(1,n[t]/e),0)}})},mr=function(A,e,t){var r="number"==typeof A?A:function(A,e,t){var r=e/2,n=t/2,i=rr(A[0],e)-r,s=n-rr(A[1],t);return(Math.atan2(s,i)+2*Math.PI)%(2*Math.PI)}(A,e,t),n=Math.abs(e*Math.sin(r))+Math.abs(t*Math.cos(r)),i=e/2,s=t/2,o=n/2,a=Math.sin(r-Math.PI/2)*o,c=Math.cos(r-Math.PI/2)*o;return[n,i-c,i+c,s-a,s+a]},Hr=function(A,e){return Math.sqrt(A*A+e*e)},Er=function(A,e,t,r,n){return[[0,0],[0,e],[A,0],[A,e]].reduce(function(A,e){var i=e[0],s=e[1],o=Hr(t-i,r-s);if(n?o<A.optimumDistance:o>A.optimumDistance)return{optimumCorner:e,optimumDistance:o};else return A},{optimumDistance:n?1/0:-1/0,optimumCorner:null}).optimumCorner},vr=function(A,e){var t=cr(180),r=[];zt(e).forEach(function(e,n){if(0===n){var i=e[0];if(20===i.type&&-1!==["top","left","right","bottom"].indexOf(i.value)){t=ar(e);return}else if(or(i)){t=(sr(A,i)+cr(270))%cr(360);return}}var s=yr(A,e);r.push(s)});return{angle:t,stops:r,type:1}},xr="closest-side",Ir="farthest-side",Kr="closest-corner",Lr="farthest-corner",Dr="circle",Sr="ellipse",kr="cover",Tr="contain",Mr=function(A,e){var t=0,r=3,n=[],i=[];zt(e).forEach(function(e,s){var o=!0;if(0===s)o=e.reduce(function(A,e){if(Vt(e))switch(e.value){case"center":i.push(Ar);return!1;case"top":case"left":i.push($t);return!1;case"right":case"bottom":i.push(er);return!1}else if(Zt(e)||qt(e)){i.push(e);return!1}return A},o);else if(1===s)o=e.reduce(function(A,e){if(Vt(e))switch(e.value){case Dr:t=0;return!1;case Sr:t=1;return!1;case Tr:case xr:r=0;return!1;case Ir:r=1;return!1;case Kr:r=2;return!1;case kr:case Lr:r=3;return!1}else if(qt(e)||Zt(e)){if(!Array.isArray(r))r=[];r.push(e);return!1}return A},o);if(o){var a=yr(A,e);n.push(a)}});return{size:r,shape:t,stops:n,position:i,type:2}},Rr=function(A,e){if(22===e.type){var t={url:e.value,type:0};A.cache.addImage(e.value);return t}if(18===e.type){var r=Pr[e.name];if(void 0===r)throw new Error('Attempting to parse an unsupported image function "'+e.name+'"');return r(A,e.values)}throw new Error("Unsupported image type "+e.type)};var Or,Pr={"linear-gradient":function(A,e){var t=cr(180),r=[];zt(e).forEach(function(e,n){if(0===n){var i=e[0];if(20===i.type&&"to"===i.value){t=ar(e);return}else if(or(i)){t=sr(A,i);return}}var s=yr(A,e);r.push(s)});return{angle:t,stops:r,type:1}},"-moz-linear-gradient":vr,"-ms-linear-gradient":vr,"-o-linear-gradient":vr,"-webkit-linear-gradient":vr,"radial-gradient":function(A,e){var t=0,r=3,n=[],i=[];zt(e).forEach(function(e,s){var o=!0;if(0===s){var a=!1;o=e.reduce(function(A,e){if(a){if(Vt(e))switch(e.value){case"center":i.push(Ar);return A;case"top":case"left":i.push($t);return A;case"right":case"bottom":i.push(er);return A}else if(Zt(e)||qt(e))i.push(e)}else if(Vt(e))switch(e.value){case Dr:t=0;return!1;case Sr:t=1;return!1;case"at":a=!0;return!1;case xr:r=0;return!1;case kr:case Ir:r=1;return!1;case Tr:case Kr:r=2;return!1;case Lr:r=3;return!1}else if(qt(e)||Zt(e)){if(!Array.isArray(r))r=[];r.push(e);return!1}return A},o)}if(o){var c=yr(A,e);n.push(c)}});return{size:r,shape:t,stops:n,position:i,type:2}},"-moz-radial-gradient":Mr,"-ms-radial-gradient":Mr,"-o-radial-gradient":Mr,"-webkit-radial-gradient":Mr,"-webkit-gradient":function(A,e){var t=cr(180),r=[],n=1;zt(e).forEach(function(e,t){var i=e[0];if(0===t)if(Vt(i)&&"linear"===i.value){n=1;return}else if(Vt(i)&&"radial"===i.value){n=2;return}if(18===i.type)if("from"===i.name){var s=lr(A,i.values[0]);r.push({stop:$t,color:s})}else if("to"===i.name){s=lr(A,i.values[0]);r.push({stop:er,color:s})}else if("color-stop"===i.name){var o=i.values.filter(Jt);if(2===o.length){s=lr(A,o[1]);var a=o[0];if(Gt(a))r.push({stop:{type:16,number:100*a.number,flags:a.flags},color:s})}}});return 1===n?{angle:(t+cr(180))%cr(360),stops:r,type:n}:{size:3,shape:0,stops:r,position:[],type:n}}},_r={name:"background-image",initialValue:"none",type:1,prefix:!1,parse:function(A,e){if(0===e.length)return[];var t=e[0];if(20===t.type&&"none"===t.value)return[];else return e.filter(function(A){return Jt(A)&&function(A){return!(20===A.type&&"none"===A.value||18===A.type&&!Pr[A.name])}(A)}).map(function(e){return Rr(A,e)})}},Gr={name:"background-origin",initialValue:"border-box",prefix:!1,type:1,parse:function(A,e){return e.map(function(A){if(Vt(A))switch(A.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},Vr={name:"background-position",initialValue:"0% 0%",type:1,prefix:!1,parse:function(A,e){return zt(e).map(function(A){return A.filter(Zt)}).map(jt)}},Nr={name:"background-repeat",initialValue:"repeat",prefix:!1,type:1,parse:function(A,e){return zt(e).map(function(A){return A.filter(Vt).map(function(A){return A.value}).join(" ")}).map(Wr)}},Wr=function(A){switch(A){case"no-repeat":return 1;case"repeat-x":case"repeat no-repeat":return 2;case"repeat-y":case"no-repeat repeat":return 3;default:return 0}};!function(A){A.AUTO="auto";A.CONTAIN="contain";A.COVER="cover"}(Or||(Or={}));var Xr,Jr={name:"background-size",initialValue:"0",prefix:!1,type:1,parse:function(A,e){return zt(e).map(function(A){return A.filter(zr)})}},zr=function(A){return Vt(A)||Zt(A)},Yr=function(A){return{name:"border-"+A+"-color",initialValue:"transparent",prefix:!1,type:3,format:"color"}},qr=Yr("top"),Zr=Yr("right"),jr=Yr("bottom"),$r=Yr("left"),An=function(A){return{name:"border-radius-"+A,initialValue:"0 0",prefix:!1,type:1,parse:function(A,e){return jt(e.filter(Zt))}}},en=An("top-left"),tn=An("top-right"),rn=An("bottom-right"),nn=An("bottom-left"),sn=function(A){return{name:"border-"+A+"-style",initialValue:"solid",prefix:!1,type:2,parse:function(A,e){switch(e){case"none":return 0;case"dashed":return 2;case"dotted":return 3;case"double":return 4}return 1}}},on=sn("top"),an=sn("right"),cn=sn("bottom"),ln=sn("left"),Bn=function(A){return{name:"border-"+A+"-width",initialValue:"0",type:0,prefix:!1,parse:function(A,e){if(_t(e))return e.number;else return 0}}},un=Bn("top"),gn=Bn("right"),dn=Bn("bottom"),hn=Bn("left"),fn={name:"color",initialValue:"transparent",prefix:!1,type:3,format:"color"},wn={name:"direction",initialValue:"ltr",prefix:!1,type:2,parse:function(A,e){if("rtl"===e)return 1;else return 0}},pn={name:"display",initialValue:"inline-block",prefix:!1,type:1,parse:function(A,e){return e.filter(Vt).reduce(function(A,e){return A|Qn(e.value)},0)}},Qn=function(A){switch(A){case"block":case"-webkit-box":return 2;case"inline":return 4;case"run-in":return 8;case"flow":return 16;case"flow-root":return 32;case"table":return 64;case"flex":case"-webkit-flex":return 128;case"grid":case"-ms-grid":return 256;case"ruby":return 512;case"subgrid":return 1024;case"list-item":return 2048;case"table-row-group":return 4096;case"table-header-group":return 8192;case"table-footer-group":return 16384;case"table-row":return 32768;case"table-cell":return 65536;case"table-column-group":return 131072;case"table-column":return 262144;case"table-caption":return 524288;case"ruby-base":return 1048576;case"ruby-text":return 2097152;case"ruby-base-container":return 4194304;case"ruby-text-container":return 8388608;case"contents":return 16777216;case"inline-block":return 33554432;case"inline-list-item":return 67108864;case"inline-table":return 134217728;case"inline-flex":return 268435456;case"inline-grid":return 536870912}return 0},Cn={name:"float",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"left":return 1;case"right":return 2;case"inline-start":return 3;case"inline-end":return 4}return 0}},Un={name:"letter-spacing",initialValue:"0",prefix:!1,type:0,parse:function(A,e){if(20===e.type&&"normal"===e.value)return 0;if(17===e.type)return e.number;if(15===e.type)return e.number;else return 0}};!function(A){A.NORMAL="normal";A.STRICT="strict"}(Xr||(Xr={}));var Fn,yn={name:"line-break",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){if("strict"===e)return Xr.STRICT;else return Xr.NORMAL}},bn={name:"line-height",initialValue:"normal",prefix:!1,type:4},mn=function(A,e){if(Vt(A)&&"normal"===A.value)return 1.2*e;else if(17===A.type)return e*A.number;else if(Zt(A))return rr(A,e);return e},Hn={name:"list-style-image",initialValue:"none",type:0,prefix:!1,parse:function(A,e){if(20===e.type&&"none"===e.value)return null;else return Rr(A,e)}},En={name:"list-style-position",initialValue:"outside",prefix:!1,type:2,parse:function(A,e){if("inside"===e)return 0;else return 1}},vn={name:"list-style-type",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"disc":return 0;case"circle":return 1;case"square":return 2;case"decimal":return 3;case"cjk-decimal":return 4;case"decimal-leading-zero":return 5;case"lower-roman":return 6;case"upper-roman":return 7;case"lower-greek":return 8;case"lower-alpha":return 9;case"upper-alpha":return 10;case"arabic-indic":return 11;case"armenian":return 12;case"bengali":return 13;case"cambodian":return 14;case"cjk-earthly-branch":return 15;case"cjk-heavenly-stem":return 16;case"cjk-ideographic":return 17;case"devanagari":return 18;case"ethiopic-numeric":return 19;case"georgian":return 20;case"gujarati":return 21;case"gurmukhi":case"hebrew":return 22;case"hiragana":return 23;case"hiragana-iroha":return 24;case"japanese-formal":return 25;case"japanese-informal":return 26;case"kannada":return 27;case"katakana":return 28;case"katakana-iroha":return 29;case"khmer":return 30;case"korean-hangul-formal":return 31;case"korean-hanja-formal":return 32;case"korean-hanja-informal":return 33;case"lao":return 34;case"lower-armenian":return 35;case"malayalam":return 36;case"mongolian":return 37;case"myanmar":return 38;case"oriya":return 39;case"persian":return 40;case"simp-chinese-formal":return 41;case"simp-chinese-informal":return 42;case"tamil":return 43;case"telugu":return 44;case"thai":return 45;case"tibetan":return 46;case"trad-chinese-formal":return 47;case"trad-chinese-informal":return 48;case"upper-armenian":return 49;case"disclosure-open":return 50;case"disclosure-closed":return 51;default:return-1}}},xn=function(A){return{name:"margin-"+A,initialValue:"0",prefix:!1,type:4}},In=xn("top"),Kn=xn("right"),Ln=xn("bottom"),Dn=xn("left"),Sn={name:"overflow",initialValue:"visible",prefix:!1,type:1,parse:function(A,e){return e.filter(Vt).map(function(A){switch(A.value){case"hidden":return 1;case"scroll":return 2;case"clip":return 3;case"auto":return 4;default:return 0}})}},kn={name:"overflow-wrap",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){if("break-word"===e)return"break-word";else return"normal"}},Tn=function(A){return{name:"padding-"+A,initialValue:"0",prefix:!1,type:3,format:"length-percentage"}},Mn=Tn("top"),Rn=Tn("right"),On=Tn("bottom"),Pn=Tn("left"),_n={name:"text-align",initialValue:"left",prefix:!1,type:2,parse:function(A,e){switch(e){case"right":return 2;case"center":case"justify":return 1;default:return 0}}},Gn={name:"position",initialValue:"static",prefix:!1,type:2,parse:function(A,e){switch(e){case"relative":return 1;case"absolute":return 2;case"fixed":return 3;case"sticky":return 4}return 0}},Vn={name:"text-shadow",initialValue:"none",type:1,prefix:!1,parse:function(A,e){if(1===e.length&&Wt(e[0],"none"))return[];else return zt(e).map(function(e){for(var t={color:Cr.TRANSPARENT,offsetX:$t,offsetY:$t,blur:$t},r=0,n=0;n<e.length;n++){var i=e[n];if(qt(i)){if(0===r)t.offsetX=i;else if(1===r)t.offsetY=i;else t.blur=i;r++}else t.color=lr(A,i)}return t})}},Nn={name:"text-transform",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"uppercase":return 2;case"lowercase":return 1;case"capitalize":return 3}return 0}},Wn={name:"transform",initialValue:"none",prefix:!0,type:0,parse:function(A,e){if(20===e.type&&"none"===e.value)return null;if(18===e.type){var t=Xn[e.name];if(void 0===t)throw new Error('Attempting to parse an unsupported transform function "'+e.name+'"');return t(e.values)}return null}},Xn={matrix:function(A){var e=A.filter(function(A){return 17===A.type}).map(function(A){return A.number});return 6===e.length?e:null},matrix3d:function(A){var e=A.filter(function(A){return 17===A.type}).map(function(A){return A.number}),t=e[0],r=e[1];e[2];e[3];var n=e[4],i=e[5];e[6];e[7];e[8];e[9];e[10];e[11];var s=e[12],o=e[13];e[14];e[15];return 16===e.length?[t,r,n,i,s,o]:null}},Jn={type:16,number:50,flags:4},zn=[Jn,Jn],Yn={name:"transform-origin",initialValue:"50% 50%",prefix:!0,type:1,parse:function(A,e){var t=e.filter(Zt);if(2!==t.length)return zn;else return[t[0],t[1]]}},qn={name:"visible",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"hidden":return 1;case"collapse":return 2;default:return 0}}};!function(A){A.NORMAL="normal";A.BREAK_ALL="break-all";A.KEEP_ALL="keep-all"}(Fn||(Fn={}));for(var Zn={name:"word-break",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){switch(e){case"break-all":return Fn.BREAK_ALL;case"keep-all":return Fn.KEEP_ALL;default:return Fn.NORMAL}}},jn={name:"z-index",initialValue:"auto",prefix:!1,type:0,parse:function(A,e){if(20===e.type)return{auto:!0,order:0};if(Gt(e))return{auto:!1,order:e.number};throw new Error("Invalid z-index number parsed")}},$n=function(A,e){if(15===e.type)switch(e.unit.toLowerCase()){case"s":return 1e3*e.number;case"ms":return e.number}throw new Error("Unsupported time type")},Ai={name:"opacity",initialValue:"1",type:0,prefix:!1,parse:function(A,e){if(Gt(e))return e.number;else return 1}},ei={name:"text-decoration-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},ti={name:"text-decoration-line",initialValue:"none",prefix:!1,type:1,parse:function(A,e){return e.filter(Vt).map(function(A){switch(A.value){case"underline":return 1;case"overline":return 2;case"line-through":return 3;case"none":return 4}return 0}).filter(function(A){return 0!==A})}},ri={name:"font-family",initialValue:"",prefix:!1,type:1,parse:function(A,e){var t=[],r=[];e.forEach(function(A){switch(A.type){case 20:case 0:t.push(A.value);break;case 17:t.push(A.number.toString());break;case 4:r.push(t.join(" "));t.length=0}});if(t.length)r.push(t.join(" "));return r.map(function(A){return-1===A.indexOf(" ")?A:"'"+A+"'"})}},ni={name:"font-size",initialValue:"0",prefix:!1,type:3,format:"length"},ii={name:"font-weight",initialValue:"normal",type:0,prefix:!1,parse:function(A,e){if(Gt(e))return e.number;if(Vt(e))if("bold"===e.value)return 700;else return 400;return 400}},si={name:"font-variant",initialValue:"none",type:1,prefix:!1,parse:function(A,e){return e.filter(Vt).map(function(A){return A.value})}},oi={name:"font-style",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){switch(e){case"oblique":return"oblique";case"italic":return"italic";default:return"normal"}}},ai=function(A,e){return 0!==(A&e)},ci={name:"content",initialValue:"none",type:1,prefix:!1,parse:function(A,e){if(0===e.length)return[];var t=e[0];if(20===t.type&&"none"===t.value)return[];else return e}},li={name:"counter-increment",initialValue:"none",prefix:!0,type:1,parse:function(A,e){if(0===e.length)return null;var t=e[0];if(20===t.type&&"none"===t.value)return null;for(var r=[],n=e.filter(Xt),i=0;i<n.length;i++){var s=n[i],o=n[i+1];if(20===s.type){var a=o&&Gt(o)?o.number:1;r.push({counter:s.value,increment:a})}}return r}},Bi={name:"counter-reset",initialValue:"none",prefix:!0,type:1,parse:function(A,e){if(0===e.length)return[];for(var t=[],r=e.filter(Xt),n=0;n<r.length;n++){var i=r[n],s=r[n+1];if(Vt(i)&&"none"!==i.value){var o=s&&Gt(s)?s.number:0;t.push({counter:i.value,reset:o})}}return t}},ui={name:"duration",initialValue:"0s",prefix:!1,type:1,parse:function(A,e){return e.filter(_t).map(function(e){return $n(A,e)})}},gi={name:"quotes",initialValue:"none",prefix:!0,type:1,parse:function(A,e){if(0===e.length)return null;var t=e[0];if(20===t.type&&"none"===t.value)return null;var r=[],n=e.filter(Nt);if(n.length%2!=0)return null;for(var i=0;i<n.length;i+=2){var s=n[i].value,o=n[i+1].value;r.push({open:s,close:o})}return r}},di=function(A,e,t){if(!A)return"";var r=A[Math.min(e,A.length-1)];if(!r)return"";else return t?r.open:r.close},hi={name:"box-shadow",initialValue:"none",type:1,prefix:!1,parse:function(A,e){if(1===e.length&&Wt(e[0],"none"))return[];else return zt(e).map(function(e){for(var t={color:255,offsetX:$t,offsetY:$t,blur:$t,spread:$t,inset:!1},r=0,n=0;n<e.length;n++){var i=e[n];if(Wt(i,"inset"))t.inset=!0;else if(qt(i)){if(0===r)t.offsetX=i;else if(1===r)t.offsetY=i;else if(2===r)t.blur=i;else t.spread=i;r++}else t.color=lr(A,i)}return t})}},fi={name:"paint-order",initialValue:"normal",prefix:!1,type:1,parse:function(A,e){var t=[];e.filter(Vt).forEach(function(A){switch(A.value){case"stroke":t.push(1);break;case"fill":t.push(0);break;case"markers":t.push(2)}});[0,1,2].forEach(function(A){if(-1===t.indexOf(A))t.push(A)});return t}},wi={name:"-webkit-text-stroke-color",initialValue:"currentcolor",prefix:!1,type:3,format:"color"},pi={name:"-webkit-text-stroke-width",initialValue:"0",type:0,prefix:!1,parse:function(A,e){if(_t(e))return e.number;else return 0}},Qi=function(){function A(A,e){var t,r;this.animationDuration=Fi(A,ui,e.animationDuration);this.backgroundClip=Fi(A,Ur,e.backgroundClip);this.backgroundColor=Fi(A,Fr,e.backgroundColor);this.backgroundImage=Fi(A,_r,e.backgroundImage);this.backgroundOrigin=Fi(A,Gr,e.backgroundOrigin);this.backgroundPosition=Fi(A,Vr,e.backgroundPosition);this.backgroundRepeat=Fi(A,Nr,e.backgroundRepeat);this.backgroundSize=Fi(A,Jr,e.backgroundSize);this.borderTopColor=Fi(A,qr,e.borderTopColor);this.borderRightColor=Fi(A,Zr,e.borderRightColor);this.borderBottomColor=Fi(A,jr,e.borderBottomColor);this.borderLeftColor=Fi(A,$r,e.borderLeftColor);this.borderTopLeftRadius=Fi(A,en,e.borderTopLeftRadius);this.borderTopRightRadius=Fi(A,tn,e.borderTopRightRadius);this.borderBottomRightRadius=Fi(A,rn,e.borderBottomRightRadius);this.borderBottomLeftRadius=Fi(A,nn,e.borderBottomLeftRadius);this.borderTopStyle=Fi(A,on,e.borderTopStyle);this.borderRightStyle=Fi(A,an,e.borderRightStyle);this.borderBottomStyle=Fi(A,cn,e.borderBottomStyle);this.borderLeftStyle=Fi(A,ln,e.borderLeftStyle);this.borderTopWidth=Fi(A,un,e.borderTopWidth);this.borderRightWidth=Fi(A,gn,e.borderRightWidth);this.borderBottomWidth=Fi(A,dn,e.borderBottomWidth);this.borderLeftWidth=Fi(A,hn,e.borderLeftWidth);this.boxShadow=Fi(A,hi,e.boxShadow);this.color=Fi(A,fn,e.color);this.direction=Fi(A,wn,e.direction);this.display=Fi(A,pn,e.display);this.float=Fi(A,Cn,e.cssFloat);this.fontFamily=Fi(A,ri,e.fontFamily);this.fontSize=Fi(A,ni,e.fontSize);this.fontStyle=Fi(A,oi,e.fontStyle);this.fontVariant=Fi(A,si,e.fontVariant);this.fontWeight=Fi(A,ii,e.fontWeight);this.letterSpacing=Fi(A,Un,e.letterSpacing);this.lineBreak=Fi(A,yn,e.lineBreak);this.lineHeight=Fi(A,bn,e.lineHeight);this.listStyleImage=Fi(A,Hn,e.listStyleImage);this.listStylePosition=Fi(A,En,e.listStylePosition);this.listStyleType=Fi(A,vn,e.listStyleType);this.marginTop=Fi(A,In,e.marginTop);this.marginRight=Fi(A,Kn,e.marginRight);this.marginBottom=Fi(A,Ln,e.marginBottom);this.marginLeft=Fi(A,Dn,e.marginLeft);this.opacity=Fi(A,Ai,e.opacity);var n=Fi(A,Sn,e.overflow);this.overflowX=n[0];this.overflowY=n[n.length>1?1:0];this.overflowWrap=Fi(A,kn,e.overflowWrap);this.paddingTop=Fi(A,Mn,e.paddingTop);this.paddingRight=Fi(A,Rn,e.paddingRight);this.paddingBottom=Fi(A,On,e.paddingBottom);this.paddingLeft=Fi(A,Pn,e.paddingLeft);this.paintOrder=Fi(A,fi,e.paintOrder);this.position=Fi(A,Gn,e.position);this.textAlign=Fi(A,_n,e.textAlign);this.textDecorationColor=Fi(A,ei,null!==(t=e.textDecorationColor)&&void 0!==t?t:e.color);this.textDecorationLine=Fi(A,ti,null!==(r=e.textDecorationLine)&&void 0!==r?r:e.textDecoration);this.textShadow=Fi(A,Vn,e.textShadow);this.textTransform=Fi(A,Nn,e.textTransform);this.transform=Fi(A,Wn,e.transform);this.transformOrigin=Fi(A,Yn,e.transformOrigin);this.visibility=Fi(A,qn,e.visibility);this.webkitTextStrokeColor=Fi(A,wi,e.webkitTextStrokeColor);this.webkitTextStrokeWidth=Fi(A,pi,e.webkitTextStrokeWidth);this.wordBreak=Fi(A,Zn,e.wordBreak);this.zIndex=Fi(A,jn,e.zIndex)}A.prototype.isVisible=function(){return this.display>0&&this.opacity>0&&0===this.visibility};A.prototype.isTransparent=function(){return Br(this.backgroundColor)};A.prototype.isTransformed=function(){return null!==this.transform};A.prototype.isPositioned=function(){return 0!==this.position};A.prototype.isPositionedWithZIndex=function(){return this.isPositioned()&&!this.zIndex.auto};A.prototype.isFloating=function(){return 0!==this.float};A.prototype.isInlineLevel=function(){return ai(this.display,4)||ai(this.display,33554432)||ai(this.display,268435456)||ai(this.display,536870912)||ai(this.display,67108864)||ai(this.display,134217728)};return A}(),Ci=function(){return function(A,e){this.content=Fi(A,ci,e.content);this.quotes=Fi(A,gi,e.quotes)}}(),Ui=function(){return function(A,e){this.counterIncrement=Fi(A,li,e.counterIncrement);this.counterReset=Fi(A,Bi,e.counterReset)}}(),Fi=function(A,e,t){var r=new Ot,n=null!=t?t.toString():e.initialValue;r.write(n);var i=new Pt(r.read());switch(e.type){case 2:var s=i.parseComponentValue();return e.parse(A,Vt(s)?s.value:e.initialValue);case 0:return e.parse(A,i.parseComponentValue());case 1:return e.parse(A,i.parseComponentValues());case 4:return i.parseComponentValue();case 3:switch(e.format){case"angle":return sr(A,i.parseComponentValue());case"color":return lr(A,i.parseComponentValue());case"image":return Rr(A,i.parseComponentValue());case"length":var o=i.parseComponentValue();return qt(o)?o:$t;case"length-percentage":var a=i.parseComponentValue();return Zt(a)?a:$t;case"time":return $n(A,i.parseComponentValue())}}},yi=function(A,e){var t=function(A){switch(A.getAttribute("data-html2canvas-debug")){case"all":return 1;case"clone":return 2;case"parse":return 3;case"render":return 4;default:return 0}}(A);return 1===t||e===t},bi=function(){return function(A,e){this.context=A;this.textNodes=[];this.elements=[];this.flags=0;if(yi(e,3));this.styles=new Qi(A,window.getComputedStyle(e,null));if(vs(e)){if(this.styles.animationDuration.some(function(A){return A>0}))e.style.animationDuration="0s";if(null!==this.styles.transform)e.style.transform="none"}this.bounds=Ae(this.context,e);if(yi(e,4))this.flags|=16}}(),mi="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Hi="undefined"==typeof Uint8Array?[]:new Uint8Array(256),Ei=0;Ei<64;Ei++)Hi[mi.charCodeAt(Ei)]=Ei;for(var vi=function(A,e,t){if(A.slice)return A.slice(e,t);else return new Uint16Array(Array.prototype.slice.call(A,e,t))},xi=function(){function A(A,e,t,r,n,i){this.initialValue=A;this.errorValue=e;this.highStart=t;this.highValueIndex=r;this.index=n;this.data=i}A.prototype.get=function(A){var e;if(A>=0){if(A<55296||A>56319&&A<=65535){e=((e=this.index[A>>5])<<2)+(31&A);return this.data[e]}if(A<=65535){e=((e=this.index[2048+(A-55296>>5)])<<2)+(31&A);return this.data[e]}if(A<this.highStart){e=2080+(A>>11);e=this.index[e];e+=A>>5&63;e=((e=this.index[e])<<2)+(31&A);return this.data[e]}if(A<=1114111)return this.data[this.highValueIndex]}return this.errorValue};return A}(),Ii="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Ki="undefined"==typeof Uint8Array?[]:new Uint8Array(256),Li=0;Li<64;Li++)Ki[Ii.charCodeAt(Li)]=Li;var Di,Si=8,ki=9,Ti=11,Mi=12,Ri=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];if(String.fromCodePoint)return String.fromCodePoint.apply(String,A);var t=A.length;if(!t)return"";for(var r=[],n=-1,i="";++n<t;){var s=A[n];if(s<=65535)r.push(s);else{s-=65536;r.push(55296+(s>>10),s%1024+56320)}if(n+1===t||r.length>16384){i+=String.fromCharCode.apply(String,r);r.length=0}}return i},Oi=function(A){var e=function(A){var e,t,r,n,i,s=.75*A.length,o=A.length,a=0;if("="===A[A.length-1]){s--;if("="===A[A.length-2])s--}var c="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof Uint8Array&&void 0!==Uint8Array.prototype.slice?new ArrayBuffer(s):new Array(s),l=Array.isArray(c)?c:new Uint8Array(c);for(e=0;e<o;e+=4){t=Hi[A.charCodeAt(e)];r=Hi[A.charCodeAt(e+1)];n=Hi[A.charCodeAt(e+2)];i=Hi[A.charCodeAt(e+3)];l[a++]=t<<2|r>>4;l[a++]=(15&r)<<4|n>>2;l[a++]=(3&n)<<6|63&i}return c}(A),t=Array.isArray(e)?function(A){for(var e=A.length,t=[],r=0;r<e;r+=4)t.push(A[r+3]<<24|A[r+2]<<16|A[r+1]<<8|A[r]);return t}(e):new Uint32Array(e),r=Array.isArray(e)?function(A){for(var e=A.length,t=[],r=0;r<e;r+=2)t.push(A[r+1]<<8|A[r]);return t}(e):new Uint16Array(e),n=vi(r,12,t[4]/2),i=2===t[5]?vi(r,(24+t[4])/2):function(A,e,t){if(A.slice)return A.slice(e,t);else return new Uint32Array(Array.prototype.slice.call(A,e,t))}(t,Math.ceil((24+t[4])/4));return new xi(t[0],t[1],t[2],t[3],n,i)}("AAAAAAAAAAAAEA4AGBkAAFAaAAACAAAAAAAIABAAGAAwADgACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAAQABIAEQATAAIABAACAAQAAgAEAAIABAAVABcAAgAEAAIABAACAAQAGAAaABwAHgAgACIAI4AlgAIABAAmwCjAKgAsAC2AL4AvQDFAMoA0gBPAVYBWgEIAAgACACMANoAYgFkAWwBdAF8AX0BhQGNAZUBlgGeAaMBlQGWAasBswF8AbsBwwF0AcsBYwHTAQgA2wG/AOMBdAF8AekB8QF0AfkB+wHiAHQBfAEIAAMC5gQIAAsCEgIIAAgAFgIeAggAIgIpAggAMQI5AkACygEIAAgASAJQAlgCYAIIAAgACAAKBQoFCgUTBRMFGQUrBSsFCAAIAAgACAAIAAgACAAIAAgACABdAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABoAmgCrwGvAQgAbgJ2AggAHgEIAAgACADnAXsCCAAIAAgAgwIIAAgACAAIAAgACACKAggAkQKZAggAPADJAAgAoQKkAqwCsgK6AsICCADJAggA0AIIAAgACAAIANYC3gIIAAgACAAIAAgACABAAOYCCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAkASoB+QIEAAgACAA8AEMCCABCBQgACABJBVAFCAAIAAgACAAIAAgACAAIAAgACABTBVoFCAAIAFoFCABfBWUFCAAIAAgACAAIAAgAbQUIAAgACAAIAAgACABzBXsFfQWFBYoFigWKBZEFigWKBYoFmAWfBaYFrgWxBbkFCAAIAAgACAAIAAgACAAIAAgACAAIAMEFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAMgFCADQBQgACAAIAAgACAAIAAgACAAIAAgACAAIAO4CCAAIAAgAiQAIAAgACABAAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAD0AggACAD8AggACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIANYFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAMDvwAIAAgAJAIIAAgACAAIAAgACAAIAAgACwMTAwgACAB9BOsEGwMjAwgAKwMyAwsFYgE3A/MEPwMIAEUDTQNRAwgAWQOsAGEDCAAIAAgACAAIAAgACABpAzQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFIQUoBSwFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABtAwgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABMAEwACAAIAAgACAAIABgACAAIAAgACAC/AAgACAAyAQgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACAAIAAwAAgACAAIAAgACAAIAAgACAAIAAAARABIAAgACAAIABQASAAIAAgAIABwAEAAjgCIABsAqAC2AL0AigDQAtwC+IJIQqVAZUBWQqVAZUBlQGVAZUBlQGrC5UBlQGVAZUBlQGVAZUBlQGVAXsKlQGVAbAK6wsrDGUMpQzlDJUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAfAKAAuZA64AtwCJALoC6ADwAAgAuACgA/oEpgO6AqsD+AAIAAgAswMIAAgACAAIAIkAuwP5AfsBwwPLAwgACAAIAAgACADRA9kDCAAIAOED6QMIAAgACAAIAAgACADuA/YDCAAIAP4DyQAIAAgABgQIAAgAXQAOBAgACAAIAAgACAAIABMECAAIAAgACAAIAAgACAD8AAQBCAAIAAgAGgQiBCoECAExBAgAEAEIAAgACAAIAAgACAAIAAgACAAIAAgACAA4BAgACABABEYECAAIAAgATAQYAQgAVAQIAAgACAAIAAgACAAIAAgACAAIAFoECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAOQEIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAB+BAcACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAEABhgSMBAgACAAIAAgAlAQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAwAEAAQABAADAAMAAwADAAQABAAEAAQABAAEAAQABHATAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAdQMIAAgACAAIAAgACAAIAMkACAAIAAgAfQMIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACFA4kDCAAIAAgACAAIAOcBCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAIcDCAAIAAgACAAIAAgACAAIAAgACAAIAJEDCAAIAAgACADFAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABgBAgAZgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAbAQCBXIECAAIAHkECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABAAJwEQACjBKoEsgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAC6BMIECAAIAAgACAAIAAgACABmBAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAxwQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAGYECAAIAAgAzgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBd0FXwUIAOIF6gXxBYoF3gT5BQAGCAaKBYoFigWKBYoFigWKBYoFigWKBYoFigXWBIoFigWKBYoFigWKBYoFigWKBYsFEAaKBYoFigWKBYoFigWKBRQGCACKBYoFigWKBQgACAAIANEECAAIABgGigUgBggAJgYIAC4GMwaKBYoF0wQ3Bj4GigWKBYoFigWKBYoFigWKBYoFigWKBYoFigUIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWLBf///////wQABAAEAAQABAAEAAQABAAEAAQAAwAEAAQAAgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAQADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUAAAAFAAUAAAAFAAUAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAQAAAAUABQAFAAUABQAFAAAAAAAFAAUAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAFAAUAAQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAAABwAHAAcAAAAHAAcABwAFAAEAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAcABwAFAAUAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAQABAAAAAAAAAAAAAAAFAAUABQAFAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAHAAcAAAAHAAcAAAAAAAUABQAHAAUAAQAHAAEABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwABAAUABQAFAAUAAAAAAAAAAAAAAAEAAQABAAEAAQABAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABQANAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAABQAHAAUABQAFAAAAAAAAAAcABQAFAAUABQAFAAQABAAEAAQABAAEAAQABAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUAAAAFAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAUAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAcABwAFAAcABwAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUABwAHAAUABQAFAAUAAAAAAAcABwAAAAAABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAAAAAAAAAAABQAFAAAAAAAFAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAFAAUABQAFAAUAAAAFAAUABwAAAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABwAFAAUABQAFAAAAAAAHAAcAAAAAAAcABwAFAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAAAAAAAAAHAAcABwAAAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAUABQAFAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAHAAcABQAHAAcAAAAFAAcABwAAAAcABwAFAAUAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAFAAcABwAFAAUABQAAAAUAAAAHAAcABwAHAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAHAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUAAAAFAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAUAAAAFAAUAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABwAFAAUABQAFAAUABQAAAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABQAFAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAFAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAHAAUABQAFAAUABQAFAAUABwAHAAcABwAHAAcABwAHAAUABwAHAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABwAHAAcABwAFAAUABwAHAAcAAAAAAAAAAAAHAAcABQAHAAcABwAHAAcABwAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAUABQAFAAUABQAFAAUAAAAFAAAABQAAAAAABQAFAAUABQAFAAUABQAFAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAUABQAFAAUABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABwAFAAcABwAHAAcABwAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAUABQAFAAUABwAHAAUABQAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABQAFAAcABwAHAAUABwAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAcABQAFAAUABQAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAAAAAABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAAAAAAAAAFAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAUABQAHAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAFAAUABQAFAAcABwAFAAUABwAHAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAcABwAFAAUABwAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABQAAAAAABQAFAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAcABwAAAAAAAAAAAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAcABwAFAAcABwAAAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAFAAUABQAAAAUABQAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABwAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAHAAcABQAHAAUABQAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAAABwAHAAAAAAAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAFAAUABwAFAAcABwAFAAcABQAFAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAAAAAABwAHAAcABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAFAAcABwAFAAUABQAFAAUABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAUABQAFAAcABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABQAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAAAAAAFAAUABwAHAAcABwAFAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAHAAUABQAFAAUABQAFAAUABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAABQAAAAUABQAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAHAAcAAAAFAAUAAAAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABQAFAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAABQAFAAUABQAFAAUABQAAAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAFAAUABQAFAAUADgAOAA4ADgAOAA4ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAMAAwADAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAAAAAAAAAAAAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAAAAAAAAAAAAsADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwACwAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAADgAOAA4AAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAAAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4AAAAOAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAAAAAAAA4AAAAOAAAAAAAAAAAADgAOAA4AAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAA="),Pi="×",_i=function(A){return Oi.get(A)},Gi=function(A,e,t){var r=t-2,n=e[r],i=e[t-1],s=e[t];if(2===i&&3===s)return Pi;if(2===i||3===i||4===i)return"÷";if(2===s||3===s||4===s)return"÷";if(i===Si&&-1!==[Si,ki,Ti,Mi].indexOf(s))return Pi;if(!(i!==Ti&&i!==ki||s!==ki&&10!==s))return Pi;if((i===Mi||10===i)&&10===s)return Pi;if(13===s||5===s)return Pi;if(7===s)return Pi;if(1===i)return Pi;if(13===i&&14===s){for(;5===n;)n=e[--r];if(14===n)return Pi}if(15===i&&15===s){for(var o=0;15===n;){o++;n=e[--r]}if(o%2==0)return Pi}return"÷"},Vi=function(A){var e=function(A){for(var e=[],t=0,r=A.length;t<r;){var n=A.charCodeAt(t++);if(n>=55296&&n<=56319&&t<r){var i=A.charCodeAt(t++);if(56320==(64512&i))e.push(((1023&n)<<10)+(1023&i)+65536);else{e.push(n);t--}}else e.push(n)}return e}(A),t=e.length,r=0,n=0,i=e.map(_i);return{next:function(){if(r>=t)return{done:!0,value:null};for(var A=Pi;r<t&&(A=Gi(0,i,++r))===Pi;);if(A!==Pi||r===t){var s=Ri.apply(null,e.slice(n,r));n=r;return{value:s,done:!1}}return{done:!0,value:null}}}},Ni=function(A){return 0===A[0]&&255===A[1]&&0===A[2]&&255===A[3]},Wi=function(A,e,t,r,n){var i="http://www.w3.org/2000/svg",s=document.createElementNS(i,"svg"),o=document.createElementNS(i,"foreignObject");s.setAttributeNS(null,"width",A.toString());s.setAttributeNS(null,"height",e.toString());o.setAttributeNS(null,"width","100%");o.setAttributeNS(null,"height","100%");o.setAttributeNS(null,"x",t.toString());o.setAttributeNS(null,"y",r.toString());o.setAttributeNS(null,"externalResourcesRequired","true");s.appendChild(o);o.appendChild(n);return s},Xi=function(A){return new Promise(function(e,t){var r=new Image;r.onload=function(){return e(r)};r.onerror=t;r.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent((new XMLSerializer).serializeToString(A))})},Ji={get SUPPORT_RANGE_BOUNDS(){var A=function(A){if(A.createRange){var e=A.createRange();if(e.getBoundingClientRect){var t=A.createElement("boundtest");t.style.height="123px";t.style.display="block";A.body.appendChild(t);e.selectNode(t);var r=e.getBoundingClientRect(),n=Math.round(r.height);A.body.removeChild(t);if(123===n)return!0}}return!1}(document);Object.defineProperty(Ji,"SUPPORT_RANGE_BOUNDS",{value:A});return A},get SUPPORT_WORD_BREAKING(){var A=Ji.SUPPORT_RANGE_BOUNDS&&function(A){var e=A.createElement("boundtest");e.style.width="50px";e.style.display="block";e.style.fontSize="12px";e.style.letterSpacing="0px";e.style.wordSpacing="0px";A.body.appendChild(e);var t=A.createRange();e.innerHTML="function"==typeof"".repeat?"&#128104;".repeat(10):"";var r=e.firstChild,n=ee(r.data).map(function(A){return te(A)}),i=0,s={},o=n.every(function(A,e){t.setStart(r,i);t.setEnd(r,i+A.length);var n=t.getBoundingClientRect();i+=A.length;var o=n.x>s.x||n.y>s.y;s=n;if(0===e)return!0;else return o});A.body.removeChild(e);return o}(document);Object.defineProperty(Ji,"SUPPORT_WORD_BREAKING",{value:A});return A},get SUPPORT_SVG_DRAWING(){var A=function(A){var e=new Image,t=A.createElement("canvas"),r=t.getContext("2d");if(!r)return!1;e.src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'></svg>";try{r.drawImage(e,0,0);t.toDataURL()}catch(n){return!1}return!0}(document);Object.defineProperty(Ji,"SUPPORT_SVG_DRAWING",{value:A});return A},get SUPPORT_FOREIGNOBJECT_DRAWING(){var A="function"==typeof Array.from&&"function"==typeof window.fetch?function(A){var e=A.createElement("canvas"),t=100;e.width=t;e.height=t;var r=e.getContext("2d");if(!r)return Promise.reject(!1);r.fillStyle="rgb(0, 255, 0)";r.fillRect(0,0,t,t);var n=new Image,i=e.toDataURL();n.src=i;var s=Wi(t,t,0,0,n);r.fillStyle="red";r.fillRect(0,0,t,t);return Xi(s).then(function(e){r.drawImage(e,0,0);var n=r.getImageData(0,0,t,t).data;r.fillStyle="red";r.fillRect(0,0,t,t);var s=A.createElement("div");s.style.backgroundImage="url("+i+")";s.style.height=t+"px";return Ni(n)?Xi(Wi(t,t,0,0,s)):Promise.reject(!1)}).then(function(A){r.drawImage(A,0,0);return Ni(r.getImageData(0,0,t,t).data)}).catch(function(){return!1})}(document):Promise.resolve(!1);Object.defineProperty(Ji,"SUPPORT_FOREIGNOBJECT_DRAWING",{value:A});return A},get SUPPORT_CORS_IMAGES(){var A=void 0!==(new Image).crossOrigin;Object.defineProperty(Ji,"SUPPORT_CORS_IMAGES",{value:A});return A},get SUPPORT_RESPONSE_TYPE(){var A="string"==typeof(new XMLHttpRequest).responseType;Object.defineProperty(Ji,"SUPPORT_RESPONSE_TYPE",{value:A});return A},get SUPPORT_CORS_XHR(){var A="withCredentials"in new XMLHttpRequest;Object.defineProperty(Ji,"SUPPORT_CORS_XHR",{value:A});return A},get SUPPORT_NATIVE_TEXT_SEGMENTATION(){var A=!("undefined"==typeof Intl||!Intl.Segmenter);Object.defineProperty(Ji,"SUPPORT_NATIVE_TEXT_SEGMENTATION",{value:A});return A}},zi=function(){return function(A,e){this.text=A;this.bounds=e}}(),Yi=function(A,e){var t=e.ownerDocument;if(t){var r=t.createElement("html2canvaswrapper");r.appendChild(e.cloneNode(!0));var n=e.parentNode;if(n){n.replaceChild(r,e);var i=Ae(A,r);if(r.firstChild)n.replaceChild(r.firstChild,r);return i}}return $A.EMPTY},qi=function(A,e,t){var r=A.ownerDocument;if(!r)throw new Error("Node has no owner document");var n=r.createRange();n.setStart(A,e);n.setEnd(A,e+t);return n},Zi=function(A){if(Ji.SUPPORT_NATIVE_TEXT_SEGMENTATION){var e=new Intl.Segmenter(void 0,{granularity:"grapheme"});return Array.from(e.segment(A)).map(function(A){return A.segment})}return function(A){for(var e,t=Vi(A),r=[];!(e=t.next()).done;)if(e.value)r.push(e.value.slice());return r}(A)},ji=function(A,e){return 0!==e.letterSpacing?Zi(A):function(A,e){if(Ji.SUPPORT_NATIVE_TEXT_SEGMENTATION){var t=new Intl.Segmenter(void 0,{granularity:"word"});return Array.from(t.segment(A)).map(function(A){return A.segment})}return As(A,e)}(A,e)},$i=[32,160,4961,65792,65793,4153,4241],As=function(A,e){for(var t,r=function(A,e){var t=ee(A),r=rt(t,e),n=r[0],i=r[1],s=r[2],o=t.length,a=0,c=0;return{next:function(){if(c>=o)return{done:!0,value:null};for(var A=Ne;c<o&&(A=tt(t,i,n,++c,s))===Ne;);if(A!==Ne||c===o){var e=new nt(t,A,a,c);a=c;return{value:e,done:!1}}return{done:!0,value:null}}}}(A,{lineBreak:e.lineBreak,wordBreak:"break-word"===e.overflowWrap?"break-word":e.wordBreak}),n=[],i=function(){if(t.value){var A=t.value.slice(),e=ee(A),r="";e.forEach(function(A){if(-1===$i.indexOf(A))r+=te(A);else{if(r.length)n.push(r);n.push(te(A));r=""}});if(r.length)n.push(r)}};!(t=r.next()).done;)i();return n},es=function(){return function(A,e,t){this.text=ts(e.data,t.textTransform);this.textBounds=function(A,e,t,r){var n=ji(e,t),i=[],s=0;n.forEach(function(e){if(t.textDecorationLine.length||e.trim().length>0)if(Ji.SUPPORT_RANGE_BOUNDS){var n=qi(r,s,e.length).getClientRects();if(n.length>1){var o=Zi(e),a=0;o.forEach(function(e){i.push(new zi(e,$A.fromDOMRectList(A,qi(r,a+s,e.length).getClientRects())));a+=e.length})}else i.push(new zi(e,$A.fromDOMRectList(A,n)))}else{var c=r.splitText(e.length);i.push(new zi(e,Yi(A,r)));r=c}else if(!Ji.SUPPORT_RANGE_BOUNDS)r=r.splitText(e.length);s+=e.length});return i}(A,this.text,t,e)}}(),ts=function(A,e){switch(e){case 1:return A.toLowerCase();case 3:return A.replace(rs,ns);case 2:return A.toUpperCase();default:return A}},rs=/(^|\s|:|-|\(|\))([a-z])/g,ns=function(A,e,t){if(A.length>0)return e+t.toUpperCase();else return A},is=function(A){zA(e,A);function e(e,t){var r=A.call(this,e,t)||this;r.src=t.currentSrc||t.src;r.intrinsicWidth=t.naturalWidth;r.intrinsicHeight=t.naturalHeight;r.context.cache.addImage(r.src);return r}return e}(bi),ss=function(A){zA(e,A);function e(e,t){var r=A.call(this,e,t)||this;r.canvas=t;r.intrinsicWidth=t.width;r.intrinsicHeight=t.height;return r}return e}(bi),os=function(A){zA(e,A);function e(e,t){var r=A.call(this,e,t)||this,n=new XMLSerializer,i=Ae(e,t);t.setAttribute("width",i.width+"px");t.setAttribute("height",i.height+"px");r.svg="data:image/svg+xml,"+encodeURIComponent(n.serializeToString(t));r.intrinsicWidth=t.width.baseVal.value;r.intrinsicHeight=t.height.baseVal.value;r.context.cache.addImage(r.svg);return r}return e}(bi),as=function(A){zA(e,A);function e(e,t){var r=A.call(this,e,t)||this;r.value=t.value;return r}return e}(bi),cs=function(A){zA(e,A);function e(e,t){var r=A.call(this,e,t)||this;r.start=t.start;r.reversed="boolean"==typeof t.reversed&&!0===t.reversed;return r}return e}(bi),ls=[{type:15,flags:0,unit:"px",number:3}],Bs=[{type:16,flags:0,number:50}],us="checkbox",gs="radio",ds="password",hs=707406591,fs=function(A){zA(e,A);function e(e,t){var r,n,i=A.call(this,e,t)||this;i.type=t.type.toLowerCase();i.checked=t.checked;i.value=0===(n=(r=t).type===ds?new Array(r.value.length+1).join("•"):r.value).length?r.placeholder||"":n;if(i.type===us||i.type===gs){i.styles.backgroundColor=3739148031;i.styles.borderTopColor=i.styles.borderRightColor=i.styles.borderBottomColor=i.styles.borderLeftColor=2779096575;i.styles.borderTopWidth=i.styles.borderRightWidth=i.styles.borderBottomWidth=i.styles.borderLeftWidth=1;i.styles.borderTopStyle=i.styles.borderRightStyle=i.styles.borderBottomStyle=i.styles.borderLeftStyle=1;i.styles.backgroundClip=[0];i.styles.backgroundOrigin=[0];i.bounds=function(A){if(A.width>A.height)return new $A(A.left+(A.width-A.height)/2,A.top,A.height,A.height);else if(A.width<A.height)return new $A(A.left,A.top+(A.height-A.width)/2,A.width,A.width);return A}(i.bounds)}switch(i.type){case us:i.styles.borderTopRightRadius=i.styles.borderTopLeftRadius=i.styles.borderBottomRightRadius=i.styles.borderBottomLeftRadius=ls;break;case gs:i.styles.borderTopRightRadius=i.styles.borderTopLeftRadius=i.styles.borderBottomRightRadius=i.styles.borderBottomLeftRadius=Bs}return i}return e}(bi),ws=function(A){zA(e,A);function e(e,t){var r=A.call(this,e,t)||this,n=t.options[t.selectedIndex||0];r.value=n?n.text||"":"";return r}return e}(bi),ps=function(A){zA(e,A);function e(e,t){var r=A.call(this,e,t)||this;r.value=t.value;return r}return e}(bi),Qs=function(A){zA(e,A);function e(e,t){var r=A.call(this,e,t)||this;r.src=t.src;r.width=parseInt(t.width,10)||0;r.height=parseInt(t.height,10)||0;r.backgroundColor=r.styles.backgroundColor;try{if(t.contentWindow&&t.contentWindow.document&&t.contentWindow.document.documentElement){r.tree=ys(e,t.contentWindow.document.documentElement);var n=t.contentWindow.document.documentElement?Qr(e,getComputedStyle(t.contentWindow.document.documentElement).backgroundColor):Cr.TRANSPARENT,i=t.contentWindow.document.body?Qr(e,getComputedStyle(t.contentWindow.document.body).backgroundColor):Cr.TRANSPARENT;r.backgroundColor=Br(n)?Br(i)?r.styles.backgroundColor:i:n}}catch(s){}return r}return e}(bi),Cs=["OL","UL","MENU"],Us=function(A,e,t,r){for(var n=e.firstChild,i=void 0;n;n=i){i=n.nextSibling;if(Hs(n)&&n.data.trim().length>0)t.textNodes.push(new es(A,n,t.styles));else if(Es(n))if(Gs(n)&&n.assignedNodes)n.assignedNodes().forEach(function(e){return Us(A,e,t,r)});else{var s=Fs(A,n);if(s.styles.isVisible()){if(bs(n,s,r))s.flags|=4;else if(ms(s.styles))s.flags|=2;if(-1!==Cs.indexOf(n.tagName))s.flags|=8;t.elements.push(s);n.slot;if(n.shadowRoot)Us(A,n.shadowRoot,s,r);else if(!Ps(n)&&!Ds(n)&&!_s(n))Us(A,n,s,r)}}}},Fs=function(A,e){if(Ms(e))return new is(A,e);if(ks(e))return new ss(A,e);if(Ds(e))return new os(A,e);if(Is(e))return new as(A,e);if(Ks(e))return new cs(A,e);if(Ls(e))return new fs(A,e);if(_s(e))return new ws(A,e);if(Ps(e))return new ps(A,e);if(Rs(e))return new Qs(A,e);else return new bi(A,e)},ys=function(A,e){var t=Fs(A,e);t.flags|=4;Us(A,e,t,t);return t},bs=function(A,e,t){return e.styles.isPositionedWithZIndex()||e.styles.opacity<1||e.styles.isTransformed()||Ss(A)&&t.styles.isTransparent()},ms=function(A){return A.isPositioned()||A.isFloating()},Hs=function(A){return A.nodeType===Node.TEXT_NODE},Es=function(A){return A.nodeType===Node.ELEMENT_NODE},vs=function(A){return Es(A)&&void 0!==A.style&&!xs(A)},xs=function(A){return"object"==typeof A.className},Is=function(A){return"LI"===A.tagName},Ks=function(A){return"OL"===A.tagName},Ls=function(A){return"INPUT"===A.tagName},Ds=function(A){return"svg"===A.tagName},Ss=function(A){return"BODY"===A.tagName},ks=function(A){return"CANVAS"===A.tagName},Ts=function(A){return"VIDEO"===A.tagName},Ms=function(A){return"IMG"===A.tagName},Rs=function(A){return"IFRAME"===A.tagName},Os=function(A){return"STYLE"===A.tagName},Ps=function(A){return"TEXTAREA"===A.tagName},_s=function(A){return"SELECT"===A.tagName},Gs=function(A){return"SLOT"===A.tagName},Vs=function(A){return A.tagName.indexOf("-")>0},Ns=function(){function A(){this.counters={}}A.prototype.getCounterValue=function(A){var e=this.counters[A];if(e&&e.length)return e[e.length-1];else return 1};A.prototype.getCounterValues=function(A){var e=this.counters[A];return e?e:[]};A.prototype.pop=function(A){var e=this;A.forEach(function(A){return e.counters[A].pop()})};A.prototype.parse=function(A){var e=this,t=A.counterIncrement,r=A.counterReset,n=!0;if(null!==t)t.forEach(function(A){var t=e.counters[A.counter];if(t&&0!==A.increment){n=!1;if(!t.length)t.push(1);t[Math.max(0,t.length-1)]+=A.increment}});var i=[];if(n)r.forEach(function(A){var t=e.counters[A.counter];i.push(A.counter);if(!t)t=e.counters[A.counter]=[];t.push(A.reset)});return i};return A}(),Ws={integers:[1e3,900,500,400,100,90,50,40,10,9,5,4,1],values:["M","CM","D","CD","C","XC","L","XL","X","IX","V","IV","I"]},Xs={integers:[9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,900,800,700,600,500,400,300,200,100,90,80,70,60,50,40,30,20,10,9,8,7,6,5,4,3,2,1],values:["Ք","Փ","Ւ","Ց","Ր","Տ","Վ","Ս","Ռ","Ջ","Պ","Չ","Ո","Շ","Ն","Յ","Մ","Ճ","Ղ","Ձ","Հ","Կ","Ծ","Խ","Լ","Ի","Ժ","Թ","Ը","Է","Զ","Ե","Դ","Գ","Բ","Ա"]},Js={integers:[1e4,9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,400,300,200,100,90,80,70,60,50,40,30,20,19,18,17,16,15,10,9,8,7,6,5,4,3,2,1],values:["י׳","ט׳","ח׳","ז׳","ו׳","ה׳","ד׳","ג׳","ב׳","א׳","ת","ש","ר","ק","צ","פ","ע","ס","נ","מ","ל","כ","יט","יח","יז","טז","טו","י","ט","ח","ז","ו","ה","ד","ג","ב","א"]},zs={integers:[1e4,9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,900,800,700,600,500,400,300,200,100,90,80,70,60,50,40,30,20,10,9,8,7,6,5,4,3,2,1],values:["ჵ","ჰ","ჯ","ჴ","ხ","ჭ","წ","ძ","ც","ჩ","შ","ყ","ღ","ქ","ფ","ჳ","ტ","ს","რ","ჟ","პ","ო","ჲ","ნ","მ","ლ","კ","ი","თ","ჱ","ზ","ვ","ე","დ","გ","ბ","ა"]},Ys=function(A,e,t,r,n,i){if(A<e||A>t)return no(A,n,i.length>0);else return r.integers.reduce(function(e,t,n){for(;A>=t;){A-=t;e+=r.values[n]}return e},"")+i},qs=function(A,e,t,r){var n="";do{if(!t)A--;n=r(A)+n;A/=e}while(A*e>=e);return n},Zs=function(A,e,t,r,n){var i=t-e+1;return(A<0?"-":"")+(qs(Math.abs(A),i,r,function(A){return te(Math.floor(A%i)+e)})+n)},js=function(A,e,t){if(void 0===t)t=". ";var r=e.length;return qs(Math.abs(A),r,!1,function(A){return e[Math.floor(A%r)]})+t},$s=function(A,e,t,r,n,i){if(A<-9999||A>9999)return no(A,4,n.length>0);var s=Math.abs(A),o=n;if(0===s)return e[0]+o;for(var a=0;s>0&&a<=4;a++){var c=s%10;if(0===c&&ai(i,1)&&""!==o)o=e[c]+o;else if(c>1||1===c&&0===a||1===c&&1===a&&ai(i,2)||1===c&&1===a&&ai(i,4)&&A>100||1===c&&a>1&&ai(i,8))o=e[c]+(a>0?t[a-1]:"")+o;else if(1===c&&a>0)o=t[a-1]+o;s=Math.floor(s/10)}return(A<0?r:"")+o},Ao="十百千萬",eo="拾佰仟萬",to="マイナス",ro="마이너스",no=function(A,e,t){var r=t?". ":"",n=t?"、":"",i=t?", ":"",s=t?" ":"";switch(e){case 0:return"•"+s;case 1:return"◦"+s;case 2:return"◾"+s;case 5:var o=Zs(A,48,57,!0,r);return o.length<4?"0"+o:o;case 4:return js(A,"〇一二三四五六七八九",n);case 6:return Ys(A,1,3999,Ws,3,r).toLowerCase();case 7:return Ys(A,1,3999,Ws,3,r);case 8:return Zs(A,945,969,!1,r);case 9:return Zs(A,97,122,!1,r);case 10:return Zs(A,65,90,!1,r);case 11:return Zs(A,1632,1641,!0,r);case 12:case 49:return Ys(A,1,9999,Xs,3,r);case 35:return Ys(A,1,9999,Xs,3,r).toLowerCase();case 13:return Zs(A,2534,2543,!0,r);case 14:case 30:return Zs(A,6112,6121,!0,r);case 15:return js(A,"子丑寅卯辰巳午未申酉戌亥",n);case 16:return js(A,"甲乙丙丁戊己庚辛壬癸",n);case 17:case 48:return $s(A,"零一二三四五六七八九",Ao,"負",n,14);case 47:return $s(A,"零壹貳參肆伍陸柒捌玖",eo,"負",n,15);case 42:return $s(A,"零一二三四五六七八九",Ao,"负",n,14);case 41:return $s(A,"零壹贰叁肆伍陆柒捌玖",eo,"负",n,15);case 26:return $s(A,"〇一二三四五六七八九","十百千万",to,n,0);case 25:return $s(A,"零壱弐参四伍六七八九","拾百千万",to,n,7);case 31:return $s(A,"영일이삼사오육칠팔구","십백천만",ro,i,7);case 33:return $s(A,"零一二三四五六七八九","十百千萬",ro,i,0);case 32:return $s(A,"零壹貳參四五六七八九","拾百千",ro,i,7);case 18:return Zs(A,2406,2415,!0,r);case 20:return Ys(A,1,19999,zs,3,r);case 21:return Zs(A,2790,2799,!0,r);case 22:return Zs(A,2662,2671,!0,r);case 22:return Ys(A,1,10999,Js,3,r);case 23:return js(A,"あいうえおかきくけこさしすせそたちつてとなにぬねのはひふへほまみむめもやゆよらりるれろわゐゑをん");case 24:return js(A,"いろはにほへとちりぬるをわかよたれそつねならむうゐのおくやまけふこえてあさきゆめみしゑひもせす");case 27:return Zs(A,3302,3311,!0,r);case 28:return js(A,"アイウエオカキクケコサシスセソタチツテトナニヌネノハヒフヘホマミムメモヤユヨラリルレロワヰヱヲン",n);case 29:return js(A,"イロハニホヘトチリヌルヲワカヨタレソツネナラムウヰノオクヤマケフコエテアサキユメミシヱヒモセス",n);case 34:return Zs(A,3792,3801,!0,r);case 37:return Zs(A,6160,6169,!0,r);case 38:return Zs(A,4160,4169,!0,r);case 39:return Zs(A,2918,2927,!0,r);case 40:return Zs(A,1776,1785,!0,r);case 43:return Zs(A,3046,3055,!0,r);case 44:return Zs(A,3174,3183,!0,r);case 45:return Zs(A,3664,3673,!0,r);case 46:return Zs(A,3872,3881,!0,r);default:return Zs(A,48,57,!0,r)}},io="data-html2canvas-ignore",so=function(){function A(A,e,t){this.context=A;this.options=t;this.scrolledElements=[];this.referenceElement=e;this.counters=new Ns;this.quoteDepth=0;if(!e.ownerDocument)throw new Error("Cloned element does not have an owner document");this.documentElement=this.cloneNode(e.ownerDocument.documentElement,!1)}A.prototype.toIFrame=function(A,e){var t=this,r=ao(A,e);if(!r.contentWindow)return Promise.reject("Unable to find iframe window");var n=A.defaultView.pageXOffset,i=A.defaultView.pageYOffset,s=r.contentWindow,o=s.document,a=Bo(r).then(function(){return qA(t,0,void 0,function(){var A,t;return ZA(this,function(n){switch(n.label){case 0:this.scrolledElements.forEach(wo);if(s){s.scrollTo(e.left,e.top);if(/(iPad|iPhone|iPod)/g.test(navigator.userAgent)&&(s.scrollY!==e.top||s.scrollX!==e.left)){this.context.logger.warn("Unable to restore scroll position for cloned document");this.context.windowBounds=this.context.windowBounds.add(s.scrollX-e.left,s.scrollY-e.top,0,0)}}A=this.options.onclone;if(void 0===(t=this.clonedReferenceElement))return[2,Promise.reject("Error finding the "+this.referenceElement.nodeName+" in the cloned document")];if(!o.fonts||!o.fonts.ready)return[3,2];else return[4,o.fonts.ready];case 1:n.sent();n.label=2;case 2:if(!/(AppleWebKit)/g.test(navigator.userAgent))return[3,4];else return[4,lo(o)];case 3:n.sent();n.label=4;case 4:if("function"==typeof A)return[2,Promise.resolve().then(function(){return A(o,t)}).then(function(){return r})];else return[2,r]}})})});o.open();o.write(ho(document.doctype)+"<html></html>");fo(this.referenceElement.ownerDocument,n,i);o.replaceChild(o.adoptNode(this.documentElement),o.documentElement);o.close();return a};A.prototype.createElementClone=function(A){if(yi(A,2));if(ks(A))return this.createCanvasClone(A);if(Ts(A))return this.createVideoClone(A);if(Os(A))return this.createStyleClone(A);var e=A.cloneNode(!1);if(Ms(e)){if(Ms(A)&&A.currentSrc&&A.currentSrc!==A.src){e.src=A.currentSrc;e.srcset=""}if("lazy"===e.loading)e.loading="eager"}if(Vs(e))return this.createCustomElementClone(e);else return e};A.prototype.createCustomElementClone=function(A){var e=document.createElement("html2canvascustomelement");go(A.style,e);return e};A.prototype.createStyleClone=function(A){try{var e=A.sheet;if(e&&e.cssRules){var t=[].slice.call(e.cssRules,0).reduce(function(A,e){if(e&&"string"==typeof e.cssText)return A+e.cssText;else return A},""),r=A.cloneNode(!1);r.textContent=t;return r}}catch(n){this.context.logger.error("Unable to access cssRules property",n);if("SecurityError"!==n.name)throw n}return A.cloneNode(!1)};A.prototype.createCanvasClone=function(A){var e;if(this.options.inlineImages&&A.ownerDocument){var t=A.ownerDocument.createElement("img");try{t.src=A.toDataURL();return t}catch(a){this.context.logger.info("Unable to inline canvas contents, canvas is tainted",A)}}var r=A.cloneNode(!1);try{r.width=A.width;r.height=A.height;var n=A.getContext("2d"),i=r.getContext("2d");if(i)if(!this.options.allowTaint&&n)i.putImageData(n.getImageData(0,0,A.width,A.height),0,0);else{var s=null!==(e=A.getContext("webgl2"))&&void 0!==e?e:A.getContext("webgl");if(s){var o=s.getContextAttributes();if(!1===(null==o?void 0:o.preserveDrawingBuffer))this.context.logger.warn("Unable to clone WebGL context as it has preserveDrawingBuffer=false",A)}i.drawImage(A,0,0)}return r}catch(a){this.context.logger.info("Unable to clone canvas as it is tainted",A)}return r};A.prototype.createVideoClone=function(A){var e=A.ownerDocument.createElement("canvas");e.width=A.offsetWidth;e.height=A.offsetHeight;var t=e.getContext("2d");try{if(t){t.drawImage(A,0,0,e.width,e.height);if(!this.options.allowTaint)t.getImageData(0,0,e.width,e.height)}return e}catch(n){this.context.logger.info("Unable to clone video as it is tainted",A)}var r=A.ownerDocument.createElement("canvas");r.width=A.offsetWidth;r.height=A.offsetHeight;return r};A.prototype.appendChildNode=function(A,e,t){if(!(Es(e)&&((r=e,"SCRIPT"===r.tagName)||e.hasAttribute(io)||"function"==typeof this.options.ignoreElements&&this.options.ignoreElements(e))))if(!this.options.copyStyles||!Es(e)||!Os(e))A.appendChild(this.cloneNode(e,t));var r};A.prototype.cloneChildNodes=function(A,e,t){for(var r=this,n=A.shadowRoot?A.shadowRoot.firstChild:A.firstChild;n;n=n.nextSibling)if(Es(n)&&Gs(n)&&"function"==typeof n.assignedNodes){var i=n.assignedNodes();if(i.length)i.forEach(function(A){return r.appendChildNode(e,A,t)})}else this.appendChildNode(e,n,t)};A.prototype.cloneNode=function(A,e){if(Hs(A))return document.createTextNode(A.data);if(!A.ownerDocument)return A.cloneNode(!1);var t=A.ownerDocument.defaultView;if(t&&Es(A)&&(vs(A)||xs(A))){var r=this.createElementClone(A);r.style.transitionProperty="none";var n=t.getComputedStyle(A),i=t.getComputedStyle(A,":before"),s=t.getComputedStyle(A,":after");if(this.referenceElement===A&&vs(r))this.clonedReferenceElement=r;if(Ss(r))Uo(r);var o=this.counters.parse(new Ui(this.context,n)),a=this.resolvePseudoContent(A,r,i,Di.BEFORE);if(Vs(A))e=!0;if(!Ts(A))this.cloneChildNodes(A,r,e);if(a)r.insertBefore(a,r.firstChild);var c=this.resolvePseudoContent(A,r,s,Di.AFTER);if(c)r.appendChild(c);this.counters.pop(o);if(n&&(this.options.copyStyles||xs(A))&&!Rs(A)||e)go(n,r);if(0!==A.scrollTop||0!==A.scrollLeft)this.scrolledElements.push([r,A.scrollLeft,A.scrollTop]);if((Ps(A)||_s(A))&&(Ps(r)||_s(r)))r.value=A.value;return r}return A.cloneNode(!1)};A.prototype.resolvePseudoContent=function(A,e,t,r){var n=this;if(t){var i=t.content,s=e.ownerDocument;if(s&&i&&"none"!==i&&"-moz-alt-content"!==i&&"none"!==t.display){this.counters.parse(new Ui(this.context,t));var o=new Ci(this.context,t),a=s.createElement("html2canvaspseudoelement");go(t,a);o.content.forEach(function(e){if(0===e.type)a.appendChild(s.createTextNode(e.value));else if(22===e.type){var t=s.createElement("img");t.src=e.value;t.style.opacity="1";a.appendChild(t)}else if(18===e.type){if("attr"===e.name){var r=e.values.filter(Vt);if(r.length)a.appendChild(s.createTextNode(A.getAttribute(r[0].value)||""))}else if("counter"===e.name){var i=e.values.filter(Jt),c=i[0],l=i[1];if(c&&Vt(c)){var B=n.counters.getCounterValue(c.value),u=l&&Vt(l)?vn.parse(n.context,l.value):3;a.appendChild(s.createTextNode(no(B,u,!1)))}}else if("counters"===e.name){var g=e.values.filter(Jt),d=(c=g[0],g[1]);l=g[2];if(c&&Vt(c)){var h=n.counters.getCounterValues(c.value),f=l&&Vt(l)?vn.parse(n.context,l.value):3,w=d&&0===d.type?d.value:"",p=h.map(function(A){return no(A,f,!1)}).join(w);a.appendChild(s.createTextNode(p))}}}else if(20===e.type)switch(e.value){case"open-quote":a.appendChild(s.createTextNode(di(o.quotes,n.quoteDepth++,!0)));break;case"close-quote":a.appendChild(s.createTextNode(di(o.quotes,--n.quoteDepth,!1)));break;default:a.appendChild(s.createTextNode(e.value))}});a.className=po+" "+Qo;var c=r===Di.BEFORE?" "+po:" "+Qo;if(xs(e))e.className.baseValue+=c;else e.className+=c;return a}}};A.destroy=function(A){if(A.parentNode){A.parentNode.removeChild(A);return!0}return!1};return A}();!function(A){A[A.BEFORE=0]="BEFORE";A[A.AFTER=1]="AFTER"}(Di||(Di={}));var oo,ao=function(A,e){var t=A.createElement("iframe");t.className="html2canvas-container";t.style.visibility="hidden";t.style.position="fixed";t.style.left="-10000px";t.style.top="0px";t.style.border="0";t.width=e.width.toString();t.height=e.height.toString();t.scrolling="no";t.setAttribute(io,"true");A.body.appendChild(t);return t},co=function(A){return new Promise(function(e){if(!A.complete)if(A.src){A.onload=e;A.onerror=e}else e();else e()})},lo=function(A){return Promise.all([].slice.call(A.images,0).map(co))},Bo=function(A){return new Promise(function(e,t){var r=A.contentWindow;if(!r)return t("No window assigned for iframe");var n=r.document;r.onload=A.onload=function(){r.onload=A.onload=null;var t=setInterval(function(){if(n.body.childNodes.length>0&&"complete"===n.readyState){clearInterval(t);e(A)}},50)}})},uo=["all","d","content"],go=function(A,e){for(var t=A.length-1;t>=0;t--){var r=A.item(t);if(-1===uo.indexOf(r))e.style.setProperty(r,A.getPropertyValue(r))}return e},ho=function(A){var e="";if(A){e+="<!DOCTYPE ";if(A.name)e+=A.name;if(A.internalSubset)e+=A.internalSubset;if(A.publicId)e+='"'+A.publicId+'"';if(A.systemId)e+='"'+A.systemId+'"';e+=">"}return e},fo=function(A,e,t){if(A&&A.defaultView&&(e!==A.defaultView.pageXOffset||t!==A.defaultView.pageYOffset))A.defaultView.scrollTo(e,t)},wo=function(A){var e=A[0],t=A[1],r=A[2];e.scrollLeft=t;e.scrollTop=r},po="___html2canvas___pseudoelement_before",Qo="___html2canvas___pseudoelement_after",Co='{\n content: "" !important;\n display: none !important;\n}',Uo=function(A){Fo(A,"."+po+":before"+Co+"\n ."+Qo+":after"+Co)},Fo=function(A,e){var t=A.ownerDocument;if(t){var r=t.createElement("style");r.textContent=e;A.appendChild(r)}},yo=function(){function A(){}A.getOrigin=function(e){var t=A._link;if(!t)return"about:blank";t.href=e;t.href=t.href;return t.protocol+t.hostname+t.port};A.isSameOrigin=function(e){return A.getOrigin(e)===A._origin};A.setContext=function(e){A._link=e.document.createElement("a");A._origin=A.getOrigin(e.location.href)};A._origin="about:blank";return A}(),bo=function(){function A(A,e){this.context=A;this._options=e;this._cache={}}A.prototype.addImage=function(A){var e=Promise.resolve();if(this.has(A))return e;if(Ko(A)||vo(A)){(this._cache[A]=this.loadImage(A)).catch(function(){});return e}return e};A.prototype.match=function(A){return this._cache[A]};A.prototype.loadImage=function(A){return qA(this,0,void 0,function(){var e,t,r,n,i=this;return ZA(this,function(s){switch(s.label){case 0:e=yo.isSameOrigin(A);t=!xo(A)&&!0===this._options.useCORS&&Ji.SUPPORT_CORS_IMAGES&&!e;r=!xo(A)&&!e&&!Ko(A)&&"string"==typeof this._options.proxy&&Ji.SUPPORT_CORS_XHR&&!t;if(!(e||!1!==this._options.allowTaint||xo(A)||Ko(A)||r||t))return[2];n=A;if(!r)return[3,2];else return[4,this.proxy(n)];case 1:n=s.sent();s.label=2;case 2:this.context.logger.debug("Added image "+A.substring(0,256));return[4,new Promise(function(A,e){var r=new Image;r.onload=function(){return A(r)};r.onerror=e;if(Io(n)||t)r.crossOrigin="anonymous";r.src=n;if(!0===r.complete)setTimeout(function(){return A(r)},500);if(i._options.imageTimeout>0)setTimeout(function(){return e("Timed out ("+i._options.imageTimeout+"ms) loading image")},i._options.imageTimeout)})];case 3:return[2,s.sent()]}})})};A.prototype.has=function(A){return void 0!==this._cache[A]};A.prototype.keys=function(){return Promise.resolve(Object.keys(this._cache))};A.prototype.proxy=function(A){var e=this,t=this._options.proxy;if(!t)throw new Error("No proxy defined");var r=A.substring(0,256);return new Promise(function(n,i){var s=Ji.SUPPORT_RESPONSE_TYPE?"blob":"text",o=new XMLHttpRequest;o.onload=function(){if(200===o.status)if("text"===s)n(o.response);else{var A=new FileReader;A.addEventListener("load",function(){return n(A.result)},!1);A.addEventListener("error",function(A){return i(A)},!1);A.readAsDataURL(o.response)}else i("Failed to proxy resource "+r+" with status code "+o.status)};o.onerror=i;var a=t.indexOf("?")>-1?"&":"?";o.open("GET",""+t+a+"url="+encodeURIComponent(A)+"&responseType="+s);if("text"!==s&&o instanceof XMLHttpRequest)o.responseType=s;if(e._options.imageTimeout){var c=e._options.imageTimeout;o.timeout=c;o.ontimeout=function(){return i("Timed out ("+c+"ms) proxying "+r)}}o.send()})};return A}(),mo=/^data:image\/svg\+xml/i,Ho=/^data:image\/.*;base64,/i,Eo=/^data:image\/.*/i,vo=function(A){return Ji.SUPPORT_SVG_DRAWING||!Lo(A)},xo=function(A){return Eo.test(A)},Io=function(A){return Ho.test(A)},Ko=function(A){return"blob"===A.substr(0,4)},Lo=function(A){return"svg"===A.substr(-3).toLowerCase()||mo.test(A)},Do=function(){function A(A,e){this.type=0;this.x=A;this.y=e}A.prototype.add=function(e,t){return new A(this.x+e,this.y+t)};return A}(),So=function(A,e,t){return new Do(A.x+(e.x-A.x)*t,A.y+(e.y-A.y)*t)},ko=function(){function A(A,e,t,r){this.type=1;this.start=A;this.startControl=e;this.endControl=t;this.end=r}A.prototype.subdivide=function(e,t){var r=So(this.start,this.startControl,e),n=So(this.startControl,this.endControl,e),i=So(this.endControl,this.end,e),s=So(r,n,e),o=So(n,i,e),a=So(s,o,e);return t?new A(this.start,r,s,a):new A(a,o,i,this.end)};A.prototype.add=function(e,t){return new A(this.start.add(e,t),this.startControl.add(e,t),this.endControl.add(e,t),this.end.add(e,t))};A.prototype.reverse=function(){return new A(this.end,this.endControl,this.startControl,this.start)};return A}(),To=function(A){return 1===A.type},Mo=function(){return function(A){var e=A.styles,t=A.bounds,r=tr(e.borderTopLeftRadius,t.width,t.height),n=r[0],i=r[1],s=tr(e.borderTopRightRadius,t.width,t.height),o=s[0],a=s[1],c=tr(e.borderBottomRightRadius,t.width,t.height),l=c[0],B=c[1],u=tr(e.borderBottomLeftRadius,t.width,t.height),g=u[0],d=u[1],h=[];h.push((n+o)/t.width);h.push((g+l)/t.width);h.push((i+d)/t.height);h.push((a+B)/t.height);var f=Math.max.apply(Math,h);if(f>1){n/=f;i/=f;o/=f;a/=f;l/=f;B/=f;g/=f;d/=f}var w=t.width-o,p=t.height-B,Q=t.width-l,C=t.height-d,U=e.borderTopWidth,F=e.borderRightWidth,y=e.borderBottomWidth,b=e.borderLeftWidth,m=rr(e.paddingTop,A.bounds.width),H=rr(e.paddingRight,A.bounds.width),E=rr(e.paddingBottom,A.bounds.width),v=rr(e.paddingLeft,A.bounds.width);this.topLeftBorderDoubleOuterBox=n>0||i>0?Ro(t.left+b/3,t.top+U/3,n-b/3,i-U/3,oo.TOP_LEFT):new Do(t.left+b/3,t.top+U/3);this.topRightBorderDoubleOuterBox=n>0||i>0?Ro(t.left+w,t.top+U/3,o-F/3,a-U/3,oo.TOP_RIGHT):new Do(t.left+t.width-F/3,t.top+U/3);this.bottomRightBorderDoubleOuterBox=l>0||B>0?Ro(t.left+Q,t.top+p,l-F/3,B-y/3,oo.BOTTOM_RIGHT):new Do(t.left+t.width-F/3,t.top+t.height-y/3);this.bottomLeftBorderDoubleOuterBox=g>0||d>0?Ro(t.left+b/3,t.top+C,g-b/3,d-y/3,oo.BOTTOM_LEFT):new Do(t.left+b/3,t.top+t.height-y/3);this.topLeftBorderDoubleInnerBox=n>0||i>0?Ro(t.left+2*b/3,t.top+2*U/3,n-2*b/3,i-2*U/3,oo.TOP_LEFT):new Do(t.left+2*b/3,t.top+2*U/3);this.topRightBorderDoubleInnerBox=n>0||i>0?Ro(t.left+w,t.top+2*U/3,o-2*F/3,a-2*U/3,oo.TOP_RIGHT):new Do(t.left+t.width-2*F/3,t.top+2*U/3);this.bottomRightBorderDoubleInnerBox=l>0||B>0?Ro(t.left+Q,t.top+p,l-2*F/3,B-2*y/3,oo.BOTTOM_RIGHT):new Do(t.left+t.width-2*F/3,t.top+t.height-2*y/3);this.bottomLeftBorderDoubleInnerBox=g>0||d>0?Ro(t.left+2*b/3,t.top+C,g-2*b/3,d-2*y/3,oo.BOTTOM_LEFT):new Do(t.left+2*b/3,t.top+t.height-2*y/3);this.topLeftBorderStroke=n>0||i>0?Ro(t.left+b/2,t.top+U/2,n-b/2,i-U/2,oo.TOP_LEFT):new Do(t.left+b/2,t.top+U/2);this.topRightBorderStroke=n>0||i>0?Ro(t.left+w,t.top+U/2,o-F/2,a-U/2,oo.TOP_RIGHT):new Do(t.left+t.width-F/2,t.top+U/2);this.bottomRightBorderStroke=l>0||B>0?Ro(t.left+Q,t.top+p,l-F/2,B-y/2,oo.BOTTOM_RIGHT):new Do(t.left+t.width-F/2,t.top+t.height-y/2);this.bottomLeftBorderStroke=g>0||d>0?Ro(t.left+b/2,t.top+C,g-b/2,d-y/2,oo.BOTTOM_LEFT):new Do(t.left+b/2,t.top+t.height-y/2);this.topLeftBorderBox=n>0||i>0?Ro(t.left,t.top,n,i,oo.TOP_LEFT):new Do(t.left,t.top);this.topRightBorderBox=o>0||a>0?Ro(t.left+w,t.top,o,a,oo.TOP_RIGHT):new Do(t.left+t.width,t.top);this.bottomRightBorderBox=l>0||B>0?Ro(t.left+Q,t.top+p,l,B,oo.BOTTOM_RIGHT):new Do(t.left+t.width,t.top+t.height);this.bottomLeftBorderBox=g>0||d>0?Ro(t.left,t.top+C,g,d,oo.BOTTOM_LEFT):new Do(t.left,t.top+t.height);this.topLeftPaddingBox=n>0||i>0?Ro(t.left+b,t.top+U,Math.max(0,n-b),Math.max(0,i-U),oo.TOP_LEFT):new Do(t.left+b,t.top+U);this.topRightPaddingBox=o>0||a>0?Ro(t.left+Math.min(w,t.width-F),t.top+U,w>t.width+F?0:Math.max(0,o-F),Math.max(0,a-U),oo.TOP_RIGHT):new Do(t.left+t.width-F,t.top+U);this.bottomRightPaddingBox=l>0||B>0?Ro(t.left+Math.min(Q,t.width-b),t.top+Math.min(p,t.height-y),Math.max(0,l-F),Math.max(0,B-y),oo.BOTTOM_RIGHT):new Do(t.left+t.width-F,t.top+t.height-y);this.bottomLeftPaddingBox=g>0||d>0?Ro(t.left+b,t.top+Math.min(C,t.height-y),Math.max(0,g-b),Math.max(0,d-y),oo.BOTTOM_LEFT):new Do(t.left+b,t.top+t.height-y);this.topLeftContentBox=n>0||i>0?Ro(t.left+b+v,t.top+U+m,Math.max(0,n-(b+v)),Math.max(0,i-(U+m)),oo.TOP_LEFT):new Do(t.left+b+v,t.top+U+m);this.topRightContentBox=o>0||a>0?Ro(t.left+Math.min(w,t.width+b+v),t.top+U+m,w>t.width+b+v?0:o-b+v,a-(U+m),oo.TOP_RIGHT):new Do(t.left+t.width-(F+H),t.top+U+m);this.bottomRightContentBox=l>0||B>0?Ro(t.left+Math.min(Q,t.width-(b+v)),t.top+Math.min(p,t.height+U+m),Math.max(0,l-(F+H)),B-(y+E),oo.BOTTOM_RIGHT):new Do(t.left+t.width-(F+H),t.top+t.height-(y+E));this.bottomLeftContentBox=g>0||d>0?Ro(t.left+b+v,t.top+C,Math.max(0,g-(b+v)),d-(y+E),oo.BOTTOM_LEFT):new Do(t.left+b+v,t.top+t.height-(y+E))}}();!function(A){A[A.TOP_LEFT=0]="TOP_LEFT";A[A.TOP_RIGHT=1]="TOP_RIGHT";A[A.BOTTOM_RIGHT=2]="BOTTOM_RIGHT";A[A.BOTTOM_LEFT=3]="BOTTOM_LEFT"}(oo||(oo={}));var Ro=function(A,e,t,r,n){var i=(Math.sqrt(2)-1)/3*4,s=t*i,o=r*i,a=A+t,c=e+r;switch(n){case oo.TOP_LEFT:return new ko(new Do(A,c),new Do(A,c-o),new Do(a-s,e),new Do(a,e));case oo.TOP_RIGHT:return new ko(new Do(A,e),new Do(A+s,e),new Do(a,c-o),new Do(a,c));case oo.BOTTOM_RIGHT:return new ko(new Do(a,e),new Do(a,e+o),new Do(A+s,c),new Do(A,c));case oo.BOTTOM_LEFT:default:return new ko(new Do(a,c),new Do(a-s,c),new Do(A,e+o),new Do(A,e))}},Oo=function(A){return[A.topLeftBorderBox,A.topRightBorderBox,A.bottomRightBorderBox,A.bottomLeftBorderBox]},Po=function(A){return[A.topLeftPaddingBox,A.topRightPaddingBox,A.bottomRightPaddingBox,A.bottomLeftPaddingBox]},_o=function(){return function(A,e,t){this.offsetX=A;this.offsetY=e;this.matrix=t;this.type=0;this.target=6}}(),Go=function(){return function(A,e){this.path=A;this.target=e;this.type=1}}(),Vo=function(){return function(A){this.opacity=A;this.type=2;this.target=6}}(),No=function(A){return 1===A.type},Wo=function(A,e){if(A.length===e.length)return A.some(function(A,t){return A===e[t]});else return!1},Xo=function(){return function(A){this.element=A;this.inlineLevel=[];this.nonInlineLevel=[];this.negativeZIndex=[];this.zeroOrAutoZIndexOrTransformedOrOpacity=[];this.positiveZIndex=[];this.nonPositionedFloats=[];this.nonPositionedInlineLevel=[]}}(),Jo=function(){function A(A,e){this.container=A;this.parent=e;this.effects=[];this.curves=new Mo(this.container);if(this.container.styles.opacity<1)this.effects.push(new Vo(this.container.styles.opacity));if(null!==this.container.styles.transform){var t=this.container.bounds.left+this.container.styles.transformOrigin[0].number,r=this.container.bounds.top+this.container.styles.transformOrigin[1].number,n=this.container.styles.transform;this.effects.push(new _o(t,r,n))}if(0!==this.container.styles.overflowX){var i=Oo(this.curves),s=Po(this.curves);if(Wo(i,s))this.effects.push(new Go(i,6));else{this.effects.push(new Go(i,2));this.effects.push(new Go(s,4))}}}A.prototype.getEffects=function(A){for(var e=-1===[2,3].indexOf(this.container.styles.position),t=this.parent,r=this.effects.slice(0);t;){var n=t.effects.filter(function(A){return!No(A)});if(e||0!==t.container.styles.position||!t.parent){r.unshift.apply(r,n);e=-1===[2,3].indexOf(t.container.styles.position);if(0!==t.container.styles.overflowX){var i=Oo(t.curves),s=Po(t.curves);if(!Wo(i,s))r.unshift(new Go(s,6))}}else r.unshift.apply(r,n);t=t.parent}return r.filter(function(e){return ai(e.target,A)})};return A}(),zo=function(A,e,t,r){A.container.elements.forEach(function(n){var i=ai(n.flags,4),s=ai(n.flags,2),o=new Jo(n,A);if(ai(n.styles.display,2048))r.push(o);var a=ai(n.flags,8)?[]:r;if(i||s){var c=i||n.styles.isPositioned()?t:e,l=new Xo(o);if(n.styles.isPositioned()||n.styles.opacity<1||n.styles.isTransformed()){var B=n.styles.zIndex.order;if(B<0){var u=0;c.negativeZIndex.some(function(A,e){if(B>A.element.container.styles.zIndex.order){u=e;return!1}else if(u>0)return!0;return!1});c.negativeZIndex.splice(u,0,l)}else if(B>0){var g=0;c.positiveZIndex.some(function(A,e){if(B>=A.element.container.styles.zIndex.order){g=e+1;return!1}else if(g>0)return!0;return!1});c.positiveZIndex.splice(g,0,l)}else c.zeroOrAutoZIndexOrTransformedOrOpacity.push(l)}else if(n.styles.isFloating())c.nonPositionedFloats.push(l);else c.nonPositionedInlineLevel.push(l);zo(o,l,i?l:t,a)}else{if(n.styles.isInlineLevel())e.inlineLevel.push(o);else e.nonInlineLevel.push(o);zo(o,e,t,a)}if(ai(n.flags,8))Yo(n,a)})},Yo=function(A,e){for(var t=A instanceof cs?A.start:1,r=A instanceof cs?A.reversed:!1,n=0;n<e.length;n++){var i=e[n];if(i.container instanceof as&&"number"==typeof i.container.value&&0!==i.container.value)t=i.container.value;i.listValue=no(t,i.container.styles.listStyleType,!0);t+=r?-1:1}},qo=function(A,e){switch(e){case 0:return jo(A.topLeftBorderBox,A.topLeftPaddingBox,A.topRightBorderBox,A.topRightPaddingBox);case 1:return jo(A.topRightBorderBox,A.topRightPaddingBox,A.bottomRightBorderBox,A.bottomRightPaddingBox);case 2:return jo(A.bottomRightBorderBox,A.bottomRightPaddingBox,A.bottomLeftBorderBox,A.bottomLeftPaddingBox);default:return jo(A.bottomLeftBorderBox,A.bottomLeftPaddingBox,A.topLeftBorderBox,A.topLeftPaddingBox)}},Zo=function(A,e){var t=[];if(To(A))t.push(A.subdivide(.5,!1));else t.push(A);if(To(e))t.push(e.subdivide(.5,!0));else t.push(e);return t},jo=function(A,e,t,r){var n=[];if(To(A))n.push(A.subdivide(.5,!1));else n.push(A);if(To(t))n.push(t.subdivide(.5,!0));else n.push(t);if(To(r))n.push(r.subdivide(.5,!0).reverse());else n.push(r);if(To(e))n.push(e.subdivide(.5,!1).reverse());else n.push(e);return n},$o=function(A){var e=A.bounds,t=A.styles;return e.add(t.borderLeftWidth,t.borderTopWidth,-(t.borderRightWidth+t.borderLeftWidth),-(t.borderTopWidth+t.borderBottomWidth))},Aa=function(A){var e=A.styles,t=A.bounds,r=rr(e.paddingLeft,t.width),n=rr(e.paddingRight,t.width),i=rr(e.paddingTop,t.width),s=rr(e.paddingBottom,t.width);return t.add(r+e.borderLeftWidth,i+e.borderTopWidth,-(e.borderRightWidth+e.borderLeftWidth+r+n),-(e.borderTopWidth+e.borderBottomWidth+i+s))},ea=function(A,e,t){var r=function(A,e){if(0===A)return e.bounds;if(2===A)return Aa(e);else return $o(e)}(ia(A.styles.backgroundOrigin,e),A),n=function(A,e){if(0===A)return e.bounds;if(2===A)return Aa(e);else return $o(e)}(ia(A.styles.backgroundClip,e),A),i=na(ia(A.styles.backgroundSize,e),t,r),s=i[0],o=i[1],a=tr(ia(A.styles.backgroundPosition,e),r.width-s,r.height-o);return[sa(ia(A.styles.backgroundRepeat,e),a,i,r,n),Math.round(r.left+a[0]),Math.round(r.top+a[1]),s,o]},ta=function(A){return Vt(A)&&A.value===Or.AUTO},ra=function(A){return"number"==typeof A},na=function(A,e,t){var r=e[0],n=e[1],i=e[2],s=A[0],o=A[1];if(!s)return[0,0];if(Zt(s)&&o&&Zt(o))return[rr(s,t.width),rr(o,t.height)];var a=ra(i);if(Vt(s)&&(s.value===Or.CONTAIN||s.value===Or.COVER)){if(ra(i)){return t.width/t.height<i!=(s.value===Or.COVER)?[t.width,t.width/i]:[t.height*i,t.height]}return[t.width,t.height]}var c=ra(r),l=ra(n),B=c||l;if(ta(s)&&(!o||ta(o))){if(c&&l)return[r,n];if(!a&&!B)return[t.width,t.height];if(B&&a){return[c?r:n*i,l?n:r/i]}return[c?r:t.width,l?n:t.height]}if(a){var u=0,g=0;if(Zt(s))u=rr(s,t.width);else if(Zt(o))g=rr(o,t.height);if(ta(s))u=g*i;else if(!o||ta(o))g=u/i;return[u,g]}var d=null,h=null;if(Zt(s))d=rr(s,t.width);else if(o&&Zt(o))h=rr(o,t.height);if(null!==d&&(!o||ta(o)))h=c&&l?d/r*n:t.height;if(null!==h&&ta(s))d=c&&l?h/n*r:t.width;if(null!==d&&null!==h)return[d,h];throw new Error("Unable to calculate background-size for element")},ia=function(A,e){var t=A[e];if(void 0===t)return A[0];else return t},sa=function(A,e,t,r,n){var i=e[0],s=e[1],o=t[0],a=t[1];switch(A){case 2:return[new Do(Math.round(r.left),Math.round(r.top+s)),new Do(Math.round(r.left+r.width),Math.round(r.top+s)),new Do(Math.round(r.left+r.width),Math.round(a+r.top+s)),new Do(Math.round(r.left),Math.round(a+r.top+s))];case 3:return[new Do(Math.round(r.left+i),Math.round(r.top)),new Do(Math.round(r.left+i+o),Math.round(r.top)),new Do(Math.round(r.left+i+o),Math.round(r.height+r.top)),new Do(Math.round(r.left+i),Math.round(r.height+r.top))];case 1:return[new Do(Math.round(r.left+i),Math.round(r.top+s)),new Do(Math.round(r.left+i+o),Math.round(r.top+s)),new Do(Math.round(r.left+i+o),Math.round(r.top+s+a)),new Do(Math.round(r.left+i),Math.round(r.top+s+a))];default:return[new Do(Math.round(n.left),Math.round(n.top)),new Do(Math.round(n.left+n.width),Math.round(n.top)),new Do(Math.round(n.left+n.width),Math.round(n.height+n.top)),new Do(Math.round(n.left),Math.round(n.height+n.top))]}},oa="Hidden Text",aa=function(){function A(A){this._data={};this._document=A}A.prototype.parseMetrics=function(A,e){var t=this._document.createElement("div"),r=this._document.createElement("img"),n=this._document.createElement("span"),i=this._document.body;t.style.visibility="hidden";t.style.fontFamily=A;t.style.fontSize=e;t.style.margin="0";t.style.padding="0";t.style.whiteSpace="nowrap";i.appendChild(t);r.src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7";r.width=1;r.height=1;r.style.margin="0";r.style.padding="0";r.style.verticalAlign="baseline";n.style.fontFamily=A;n.style.fontSize=e;n.style.margin="0";n.style.padding="0";n.appendChild(this._document.createTextNode(oa));t.appendChild(n);t.appendChild(r);var s=r.offsetTop-n.offsetTop+2;t.removeChild(n);t.appendChild(this._document.createTextNode(oa));t.style.lineHeight="normal";r.style.verticalAlign="super";var o=r.offsetTop-t.offsetTop+2;i.removeChild(t);return{baseline:s,middle:o}};A.prototype.getMetrics=function(A,e){var t=A+" "+e;if(void 0===this._data[t])this._data[t]=this.parseMetrics(A,e);return this._data[t]};return A}(),ca=function(){return function(A,e){this.context=A;this.options=e}}(),la=function(A){zA(e,A);function e(e,t){var r=A.call(this,e,t)||this;r._activeEffects=[];r.canvas=t.canvas?t.canvas:document.createElement("canvas");r.ctx=r.canvas.getContext("2d");if(!t.canvas){r.canvas.width=Math.floor(t.width*t.scale);r.canvas.height=Math.floor(t.height*t.scale);r.canvas.style.width=t.width+"px";r.canvas.style.height=t.height+"px"}r.fontMetrics=new aa(document);r.ctx.scale(r.options.scale,r.options.scale);r.ctx.translate(-t.x,-t.y);r.ctx.textBaseline="bottom";r._activeEffects=[];r.context.logger.debug("Canvas renderer initialized ("+t.width+"x"+t.height+") with scale "+t.scale);return r}e.prototype.applyEffects=function(A){for(var e=this;this._activeEffects.length;)this.popEffect();A.forEach(function(A){return e.applyEffect(A)})};e.prototype.applyEffect=function(A){this.ctx.save();if(function(A){return 2===A.type}(A))this.ctx.globalAlpha=A.opacity;if(function(A){return 0===A.type}(A)){this.ctx.translate(A.offsetX,A.offsetY);this.ctx.transform(A.matrix[0],A.matrix[1],A.matrix[2],A.matrix[3],A.matrix[4],A.matrix[5]);this.ctx.translate(-A.offsetX,-A.offsetY)}if(No(A)){this.path(A.path);this.ctx.clip()}this._activeEffects.push(A)};e.prototype.popEffect=function(){this._activeEffects.pop();this.ctx.restore()};e.prototype.renderStack=function(A){return qA(this,0,void 0,function(){return ZA(this,function(e){switch(e.label){case 0:if(!A.element.container.styles.isVisible())return[3,2];else return[4,this.renderStackContent(A)];case 1:e.sent();e.label=2;case 2:return[2]}})})};e.prototype.renderNode=function(A){return qA(this,0,void 0,function(){return ZA(this,function(e){switch(e.label){case 0:if(ai(A.container.flags,16));if(!A.container.styles.isVisible())return[3,3];else return[4,this.renderNodeBackgroundAndBorders(A)];case 1:e.sent();return[4,this.renderNodeContent(A)];case 2:e.sent();e.label=3;case 3:return[2]}})})};e.prototype.renderTextWithLetterSpacing=function(A,e,t){var r=this;if(0===e)this.ctx.fillText(A.text,A.bounds.left,A.bounds.top+t);else{Zi(A.text).reduce(function(e,n){r.ctx.fillText(n,e,A.bounds.top+t);return e+r.ctx.measureText(n).width},A.bounds.left)}};e.prototype.createFontStyle=function(A){var e=A.fontVariant.filter(function(A){return"normal"===A||"small-caps"===A}).join(""),t=ha(A.fontFamily).join(", "),r=_t(A.fontSize)?""+A.fontSize.number+A.fontSize.unit:A.fontSize.number+"px";return[[A.fontStyle,e,A.fontWeight,r,t].join(" "),t,r]};e.prototype.renderTextNode=function(A,e){return qA(this,0,void 0,function(){var t,r,n,i,s,o,a,c,l=this;return ZA(this,function(B){t=this.createFontStyle(e),r=t[0],n=t[1],i=t[2];this.ctx.font=r;this.ctx.direction=1===e.direction?"rtl":"ltr";this.ctx.textAlign="left";this.ctx.textBaseline="alphabetic";s=this.fontMetrics.getMetrics(n,i),o=s.baseline,a=s.middle;c=e.paintOrder;A.textBounds.forEach(function(A){c.forEach(function(t){switch(t){case 0:l.ctx.fillStyle=ur(e.color);l.renderTextWithLetterSpacing(A,e.letterSpacing,o);var r=e.textShadow;if(r.length&&A.text.trim().length){r.slice(0).reverse().forEach(function(t){l.ctx.shadowColor=ur(t.color);l.ctx.shadowOffsetX=t.offsetX.number*l.options.scale;l.ctx.shadowOffsetY=t.offsetY.number*l.options.scale;l.ctx.shadowBlur=t.blur.number;l.renderTextWithLetterSpacing(A,e.letterSpacing,o)});l.ctx.shadowColor="";l.ctx.shadowOffsetX=0;l.ctx.shadowOffsetY=0;l.ctx.shadowBlur=0}if(e.textDecorationLine.length){l.ctx.fillStyle=ur(e.textDecorationColor||e.color);e.textDecorationLine.forEach(function(e){switch(e){case 1:l.ctx.fillRect(A.bounds.left,Math.round(A.bounds.top+o),A.bounds.width,1);break;case 2:l.ctx.fillRect(A.bounds.left,Math.round(A.bounds.top),A.bounds.width,1);break;case 3:l.ctx.fillRect(A.bounds.left,Math.ceil(A.bounds.top+a),A.bounds.width,1)}})}break;case 1:if(e.webkitTextStrokeWidth&&A.text.trim().length){l.ctx.strokeStyle=ur(e.webkitTextStrokeColor);l.ctx.lineWidth=e.webkitTextStrokeWidth;l.ctx.lineJoin=window.chrome?"miter":"round";l.ctx.strokeText(A.text,A.bounds.left,A.bounds.top+o)}l.ctx.strokeStyle="";l.ctx.lineWidth=0;l.ctx.lineJoin="miter"}})});return[2]})})};e.prototype.renderReplacedElement=function(A,e,t){if(t&&A.intrinsicWidth>0&&A.intrinsicHeight>0){var r=Aa(A),n=Po(e);this.path(n);this.ctx.save();this.ctx.clip();this.ctx.drawImage(t,0,0,A.intrinsicWidth,A.intrinsicHeight,r.left,r.top,r.width,r.height);this.ctx.restore()}};e.prototype.renderNodeContent=function(A){return qA(this,0,void 0,function(){var t,r,n,i,s,o,a,c,l,B,u,g,d,h,f,w,p,Q;return ZA(this,function(C){switch(C.label){case 0:this.applyEffects(A.getEffects(4));t=A.container;r=A.curves;n=t.styles;i=0,s=t.textNodes;C.label=1;case 1:if(!(i<s.length))return[3,4];o=s[i];return[4,this.renderTextNode(o,n)];case 2:C.sent();C.label=3;case 3:i++;return[3,1];case 4:if(!(t instanceof is))return[3,8];C.label=5;case 5:C.trys.push([5,7,,8]);return[4,this.context.cache.match(t.src)];case 6:f=C.sent();this.renderReplacedElement(t,r,f);return[3,8];case 7:C.sent();this.context.logger.error("Error loading image "+t.src);return[3,8];case 8:if(t instanceof ss)this.renderReplacedElement(t,r,t.canvas);if(!(t instanceof os))return[3,12];C.label=9;case 9:C.trys.push([9,11,,12]);return[4,this.context.cache.match(t.svg)];case 10:f=C.sent();this.renderReplacedElement(t,r,f);return[3,12];case 11:C.sent();this.context.logger.error("Error loading svg "+t.svg.substring(0,255));return[3,12];case 12:if(!(t instanceof Qs&&t.tree))return[3,14];else return[4,new e(this.context,{scale:this.options.scale,backgroundColor:t.backgroundColor,x:0,y:0,width:t.width,height:t.height}).render(t.tree)];case 13:a=C.sent();if(t.width&&t.height)this.ctx.drawImage(a,0,0,t.width,t.height,t.bounds.left,t.bounds.top,t.bounds.width,t.bounds.height);C.label=14;case 14:if(t instanceof fs){c=Math.min(t.bounds.width,t.bounds.height);if(t.type===us){if(t.checked){this.ctx.save();this.path([new Do(t.bounds.left+.39363*c,t.bounds.top+.79*c),new Do(t.bounds.left+.16*c,t.bounds.top+.5549*c),new Do(t.bounds.left+.27347*c,t.bounds.top+.44071*c),new Do(t.bounds.left+.39694*c,t.bounds.top+.5649*c),new Do(t.bounds.left+.72983*c,t.bounds.top+.23*c),new Do(t.bounds.left+.84*c,t.bounds.top+.34085*c),new Do(t.bounds.left+.39363*c,t.bounds.top+.79*c)]);this.ctx.fillStyle=ur(hs);this.ctx.fill();this.ctx.restore()}}else if(t.type===gs)if(t.checked){this.ctx.save();this.ctx.beginPath();this.ctx.arc(t.bounds.left+c/2,t.bounds.top+c/2,c/4,0,2*Math.PI,!0);this.ctx.fillStyle=ur(hs);this.ctx.fill();this.ctx.restore()}}if(Ba(t)&&t.value.length){l=this.createFontStyle(n),p=l[0],B=l[1];u=this.fontMetrics.getMetrics(p,B).baseline;this.ctx.font=p;this.ctx.fillStyle=ur(n.color);this.ctx.textBaseline="alphabetic";this.ctx.textAlign=ga(t.styles.textAlign);Q=Aa(t);g=0;switch(t.styles.textAlign){case 1:g+=Q.width/2;break;case 2:g+=Q.width}d=Q.add(g,0,0,-Q.height/2+1);this.ctx.save();this.path([new Do(Q.left,Q.top),new Do(Q.left+Q.width,Q.top),new Do(Q.left+Q.width,Q.top+Q.height),new Do(Q.left,Q.top+Q.height)]);this.ctx.clip();this.renderTextWithLetterSpacing(new zi(t.value,d),n.letterSpacing,u);this.ctx.restore();this.ctx.textBaseline="alphabetic";this.ctx.textAlign="left"}if(!ai(t.styles.display,2048))return[3,20];if(null===t.styles.listStyleImage)return[3,19];if(0!==(h=t.styles.listStyleImage).type)return[3,18];f=void 0;w=h.url;C.label=15;case 15:C.trys.push([15,17,,18]);return[4,this.context.cache.match(w)];case 16:f=C.sent();this.ctx.drawImage(f,t.bounds.left-(f.width+10),t.bounds.top);return[3,18];case 17:C.sent();this.context.logger.error("Error loading list-style-image "+w);return[3,18];case 18:return[3,20];case 19:if(A.listValue&&-1!==t.styles.listStyleType){p=this.createFontStyle(n)[0];this.ctx.font=p;this.ctx.fillStyle=ur(n.color);this.ctx.textBaseline="middle";this.ctx.textAlign="right";Q=new $A(t.bounds.left,t.bounds.top+rr(t.styles.paddingTop,t.bounds.width),t.bounds.width,mn(n.lineHeight,n.fontSize.number)/2+1);this.renderTextWithLetterSpacing(new zi(A.listValue,Q),n.letterSpacing,mn(n.lineHeight,n.fontSize.number)/2+2);this.ctx.textBaseline="bottom";this.ctx.textAlign="left"}C.label=20;case 20:return[2]}})})};e.prototype.renderStackContent=function(A){return qA(this,0,void 0,function(){var e,t,r,n,i,s,o,a,c,l,B,u,g,d,h;return ZA(this,function(f){switch(f.label){case 0:if(ai(A.element.container.flags,16));return[4,this.renderNodeBackgroundAndBorders(A.element)];case 1:f.sent();e=0,t=A.negativeZIndex;f.label=2;case 2:if(!(e<t.length))return[3,5];h=t[e];return[4,this.renderStack(h)];case 3:f.sent();f.label=4;case 4:e++;return[3,2];case 5:return[4,this.renderNodeContent(A.element)];case 6:f.sent();r=0,n=A.nonInlineLevel;f.label=7;case 7:if(!(r<n.length))return[3,10];h=n[r];return[4,this.renderNode(h)];case 8:f.sent();f.label=9;case 9:r++;return[3,7];case 10:i=0,s=A.nonPositionedFloats;f.label=11;case 11:if(!(i<s.length))return[3,14];h=s[i];return[4,this.renderStack(h)];case 12:f.sent();f.label=13;case 13:i++;return[3,11];case 14:o=0,a=A.nonPositionedInlineLevel;f.label=15;case 15:if(!(o<a.length))return[3,18];h=a[o];return[4,this.renderStack(h)];case 16:f.sent();f.label=17;case 17:o++;return[3,15];case 18:c=0,l=A.inlineLevel;f.label=19;case 19:if(!(c<l.length))return[3,22];h=l[c];return[4,this.renderNode(h)];case 20:f.sent();f.label=21;case 21:c++;return[3,19];case 22:B=0,u=A.zeroOrAutoZIndexOrTransformedOrOpacity;f.label=23;case 23:if(!(B<u.length))return[3,26];h=u[B];return[4,this.renderStack(h)];case 24:f.sent();f.label=25;case 25:B++;return[3,23];case 26:g=0,d=A.positiveZIndex;f.label=27;case 27:if(!(g<d.length))return[3,30];h=d[g];return[4,this.renderStack(h)];case 28:f.sent();f.label=29;case 29:g++;return[3,27];case 30:return[2]}})})};e.prototype.mask=function(A){this.ctx.beginPath();this.ctx.moveTo(0,0);this.ctx.lineTo(this.canvas.width,0);this.ctx.lineTo(this.canvas.width,this.canvas.height);this.ctx.lineTo(0,this.canvas.height);this.ctx.lineTo(0,0);this.formatPath(A.slice(0).reverse());this.ctx.closePath()};e.prototype.path=function(A){this.ctx.beginPath();this.formatPath(A);this.ctx.closePath()};e.prototype.formatPath=function(A){var e=this;A.forEach(function(A,t){var r=To(A)?A.start:A;if(0===t)e.ctx.moveTo(r.x,r.y);else e.ctx.lineTo(r.x,r.y);if(To(A))e.ctx.bezierCurveTo(A.startControl.x,A.startControl.y,A.endControl.x,A.endControl.y,A.end.x,A.end.y)})};e.prototype.renderRepeat=function(A,e,t,r){this.path(A);this.ctx.fillStyle=e;this.ctx.translate(t,r);this.ctx.fill();this.ctx.translate(-t,-r)};e.prototype.resizeImage=function(A,e,t){var r;if(A.width===e&&A.height===t)return A;var n=(null!==(r=this.canvas.ownerDocument)&&void 0!==r?r:document).createElement("canvas");n.width=Math.max(1,e);n.height=Math.max(1,t);n.getContext("2d").drawImage(A,0,0,A.width,A.height,0,0,e,t);return n};e.prototype.renderBackgroundImage=function(A){return qA(this,0,void 0,function(){var e,t,r,n,i,s;return ZA(this,function(o){switch(o.label){case 0:e=A.styles.backgroundImage.length-1;t=function(t){var n,i,s,o,a,c,l,B,u,g,d,h,f,w,p,Q,C,U,F,y,b,m,H,E,v,x,I,K,L,D,S;return ZA(this,function(k){switch(k.label){case 0:if(0!==t.type)return[3,5];n=void 0;i=t.url;k.label=1;case 1:k.trys.push([1,3,,4]);return[4,r.context.cache.match(i)];case 2:n=k.sent();return[3,4];case 3:k.sent();r.context.logger.error("Error loading background-image "+i);return[3,4];case 4:if(n){s=ea(A,e,[n.width,n.height,n.width/n.height]),Q=s[0],m=s[1],H=s[2],F=s[3],y=s[4];w=r.ctx.createPattern(r.resizeImage(n,F,y),"repeat");r.renderRepeat(Q,w,m,H)}return[3,6];case 5:if(1===t.type){o=ea(A,e,[null,null,null]),Q=o[0],m=o[1],H=o[2],F=o[3],y=o[4];a=mr(t.angle,F,y),c=a[0],l=a[1],B=a[2],u=a[3],g=a[4];(d=document.createElement("canvas")).width=F;d.height=y;h=d.getContext("2d");f=h.createLinearGradient(l,u,B,g);br(t.stops,c).forEach(function(A){return f.addColorStop(A.stop,ur(A.color))});h.fillStyle=f;h.fillRect(0,0,F,y);if(F>0&&y>0){w=r.ctx.createPattern(d,"repeat");r.renderRepeat(Q,w,m,H)}}else if(function(A){return 2===A.type}(t)){p=ea(A,e,[null,null,null]),Q=p[0],C=p[1],U=p[2],F=p[3],y=p[4];b=0===t.position.length?[Ar]:t.position;m=rr(b[0],F);H=rr(b[b.length-1],y);E=function(A,e,t,r,n){var i=0,s=0;switch(A.size){case 0:if(0===A.shape)i=s=Math.min(Math.abs(e),Math.abs(e-r),Math.abs(t),Math.abs(t-n));else if(1===A.shape){i=Math.min(Math.abs(e),Math.abs(e-r));s=Math.min(Math.abs(t),Math.abs(t-n))}break;case 2:if(0===A.shape)i=s=Math.min(Hr(e,t),Hr(e,t-n),Hr(e-r,t),Hr(e-r,t-n));else if(1===A.shape){var o=Math.min(Math.abs(t),Math.abs(t-n))/Math.min(Math.abs(e),Math.abs(e-r)),a=Er(r,n,e,t,!0),c=a[0],l=a[1];s=o*(i=Hr(c-e,(l-t)/o))}break;case 1:if(0===A.shape)i=s=Math.max(Math.abs(e),Math.abs(e-r),Math.abs(t),Math.abs(t-n));else if(1===A.shape){i=Math.max(Math.abs(e),Math.abs(e-r));s=Math.max(Math.abs(t),Math.abs(t-n))}break;case 3:if(0===A.shape)i=s=Math.max(Hr(e,t),Hr(e,t-n),Hr(e-r,t),Hr(e-r,t-n));else if(1===A.shape){o=Math.max(Math.abs(t),Math.abs(t-n))/Math.max(Math.abs(e),Math.abs(e-r));var B=Er(r,n,e,t,!1);c=B[0],l=B[1];s=o*(i=Hr(c-e,(l-t)/o))}}if(Array.isArray(A.size)){i=rr(A.size[0],r);s=2===A.size.length?rr(A.size[1],n):i}return[i,s]}(t,m,H,F,y),v=E[0],x=E[1];if(v>0&&x>0){I=r.ctx.createRadialGradient(C+m,U+H,0,C+m,U+H,v);br(t.stops,2*v).forEach(function(A){return I.addColorStop(A.stop,ur(A.color))});r.path(Q);r.ctx.fillStyle=I;if(v!==x){K=A.bounds.left+.5*A.bounds.width;L=A.bounds.top+.5*A.bounds.height;S=1/(D=x/v);r.ctx.save();r.ctx.translate(K,L);r.ctx.transform(1,0,0,D,0,0);r.ctx.translate(-K,-L);r.ctx.fillRect(C,S*(U-L)+L,F,y*S);r.ctx.restore()}else r.ctx.fill()}}k.label=6;case 6:e--;return[2]}})};r=this;n=0,i=A.styles.backgroundImage.slice(0).reverse();o.label=1;case 1:if(!(n<i.length))return[3,4];s=i[n];return[5,t(s)];case 2:o.sent();o.label=3;case 3:n++;return[3,1];case 4:return[2]}})})};e.prototype.renderSolidBorder=function(A,e,t){return qA(this,0,void 0,function(){return ZA(this,function(r){this.path(qo(t,e));this.ctx.fillStyle=ur(A);this.ctx.fill();return[2]})})};e.prototype.renderDoubleBorder=function(A,e,t,r){return qA(this,0,void 0,function(){var n,i;return ZA(this,function(s){switch(s.label){case 0:if(!(e<3))return[3,2];else return[4,this.renderSolidBorder(A,t,r)];case 1:s.sent();return[2];case 2:n=function(A,e){switch(e){case 0:return jo(A.topLeftBorderBox,A.topLeftBorderDoubleOuterBox,A.topRightBorderBox,A.topRightBorderDoubleOuterBox);case 1:return jo(A.topRightBorderBox,A.topRightBorderDoubleOuterBox,A.bottomRightBorderBox,A.bottomRightBorderDoubleOuterBox);case 2:return jo(A.bottomRightBorderBox,A.bottomRightBorderDoubleOuterBox,A.bottomLeftBorderBox,A.bottomLeftBorderDoubleOuterBox);default:return jo(A.bottomLeftBorderBox,A.bottomLeftBorderDoubleOuterBox,A.topLeftBorderBox,A.topLeftBorderDoubleOuterBox)}}(r,t);this.path(n);this.ctx.fillStyle=ur(A);this.ctx.fill();i=function(A,e){switch(e){case 0:return jo(A.topLeftBorderDoubleInnerBox,A.topLeftPaddingBox,A.topRightBorderDoubleInnerBox,A.topRightPaddingBox);case 1:return jo(A.topRightBorderDoubleInnerBox,A.topRightPaddingBox,A.bottomRightBorderDoubleInnerBox,A.bottomRightPaddingBox);case 2:return jo(A.bottomRightBorderDoubleInnerBox,A.bottomRightPaddingBox,A.bottomLeftBorderDoubleInnerBox,A.bottomLeftPaddingBox);default:return jo(A.bottomLeftBorderDoubleInnerBox,A.bottomLeftPaddingBox,A.topLeftBorderDoubleInnerBox,A.topLeftPaddingBox)}}(r,t);this.path(i);this.ctx.fill();return[2]}})})};e.prototype.renderNodeBackgroundAndBorders=function(A){return qA(this,0,void 0,function(){var e,t,r,n,i,s,o,a,c=this;return ZA(this,function(l){switch(l.label){case 0:this.applyEffects(A.getEffects(2));e=A.container.styles;t=!Br(e.backgroundColor)||e.backgroundImage.length;r=[{style:e.borderTopStyle,color:e.borderTopColor,width:e.borderTopWidth},{style:e.borderRightStyle,color:e.borderRightColor,width:e.borderRightWidth},{style:e.borderBottomStyle,color:e.borderBottomColor,width:e.borderBottomWidth},{style:e.borderLeftStyle,color:e.borderLeftColor,width:e.borderLeftWidth}];n=ua(ia(e.backgroundClip,0),A.curves);if(!t&&!e.boxShadow.length)return[3,2];this.ctx.save();this.path(n);this.ctx.clip();if(!Br(e.backgroundColor)){this.ctx.fillStyle=ur(e.backgroundColor);this.ctx.fill()}return[4,this.renderBackgroundImage(A.container)];case 1:l.sent();this.ctx.restore();e.boxShadow.slice(0).reverse().forEach(function(e){c.ctx.save();var t,r,n,i,s,o=Oo(A.curves),a=e.inset?0:1e4,l=(t=o,r=-a+(e.inset?1:-1)*e.spread.number,n=(e.inset?1:-1)*e.spread.number,i=e.spread.number*(e.inset?-2:2),s=e.spread.number*(e.inset?-2:2),t.map(function(A,e){switch(e){case 0:return A.add(r,n);case 1:return A.add(r+i,n);case 2:return A.add(r+i,n+s);case 3:return A.add(r,n+s)}return A}));if(e.inset){c.path(o);c.ctx.clip();c.mask(l)}else{c.mask(o);c.ctx.clip();c.path(l)}c.ctx.shadowOffsetX=e.offsetX.number+a;c.ctx.shadowOffsetY=e.offsetY.number;c.ctx.shadowColor=ur(e.color);c.ctx.shadowBlur=e.blur.number;c.ctx.fillStyle=e.inset?ur(e.color):"rgba(0,0,0,1)";c.ctx.fill();c.ctx.restore()});l.label=2;case 2:i=0;s=0,o=r;l.label=3;case 3:if(!(s<o.length))return[3,13];if(0===(a=o[s]).style||Br(a.color)||!(a.width>0))return[3,11];if(2!==a.style)return[3,5];else return[4,this.renderDashedDottedBorder(a.color,a.width,i,A.curves,2)];case 4:l.sent();return[3,11];case 5:if(3!==a.style)return[3,7];else return[4,this.renderDashedDottedBorder(a.color,a.width,i,A.curves,3)];case 6:l.sent();return[3,11];case 7:if(4!==a.style)return[3,9];else return[4,this.renderDoubleBorder(a.color,a.width,i,A.curves)];case 8:l.sent();return[3,11];case 9:return[4,this.renderSolidBorder(a.color,i,A.curves)];case 10:l.sent();l.label=11;case 11:i++;l.label=12;case 12:s++;return[3,3];case 13:return[2]}})})};e.prototype.renderDashedDottedBorder=function(A,e,t,r,n){return qA(this,0,void 0,function(){var i,s,o,a,c,l,B,u,g,d,h,f,w,p,Q,C;return ZA(this,function(U){this.ctx.save();i=function(A,e){switch(e){case 0:return Zo(A.topLeftBorderStroke,A.topRightBorderStroke);case 1:return Zo(A.topRightBorderStroke,A.bottomRightBorderStroke);case 2:return Zo(A.bottomRightBorderStroke,A.bottomLeftBorderStroke);default:return Zo(A.bottomLeftBorderStroke,A.topLeftBorderStroke)}}(r,t);s=qo(r,t);if(2===n){this.path(s);this.ctx.clip()}if(To(s[0])){o=s[0].start.x;a=s[0].start.y}else{o=s[0].x;a=s[0].y}if(To(s[1])){c=s[1].end.x;l=s[1].end.y}else{c=s[1].x;l=s[1].y}if(0===t||2===t)B=Math.abs(o-c);else B=Math.abs(a-l);this.ctx.beginPath();if(3===n)this.formatPath(i);else this.formatPath(s.slice(0,2));u=e<3?3*e:2*e;g=e<3?2*e:e;if(3===n){u=e;g=e}d=!0;if(B<=2*u)d=!1;else if(B<=2*u+g){u*=h=B/(2*u+g);g*=h}else{f=Math.floor((B+g)/(u+g));w=(B-f*u)/(f-1);g=(p=(B-(f+1)*u)/f)<=0||Math.abs(g-w)<Math.abs(g-p)?w:p}if(d)if(3===n)this.ctx.setLineDash([0,u+g]);else this.ctx.setLineDash([u,g]);if(3===n){this.ctx.lineCap="round";this.ctx.lineWidth=e}else this.ctx.lineWidth=2*e+1.1;this.ctx.strokeStyle=ur(A);this.ctx.stroke();this.ctx.setLineDash([]);if(2===n){if(To(s[0])){Q=s[3];C=s[0];this.ctx.beginPath();this.formatPath([new Do(Q.end.x,Q.end.y),new Do(C.start.x,C.start.y)]);this.ctx.stroke()}if(To(s[1])){Q=s[1];C=s[2];this.ctx.beginPath();this.formatPath([new Do(Q.end.x,Q.end.y),new Do(C.start.x,C.start.y)]);this.ctx.stroke()}}this.ctx.restore();return[2]})})};e.prototype.render=function(A){return qA(this,0,void 0,function(){var e;return ZA(this,function(t){switch(t.label){case 0:if(this.options.backgroundColor){this.ctx.fillStyle=ur(this.options.backgroundColor);this.ctx.fillRect(this.options.x,this.options.y,this.options.width,this.options.height)}e=function(A){var e=new Jo(A,null),t=new Xo(e),r=[];zo(e,t,t,r);Yo(e.container,r);return t}(A);return[4,this.renderStack(e)];case 1:t.sent();this.applyEffects([]);return[2,this.canvas]}})})};return e}(ca),Ba=function(A){if(A instanceof ps)return!0;else if(A instanceof ws)return!0;else if(A instanceof fs&&A.type!==gs&&A.type!==us)return!0;return!1},ua=function(A,e){switch(A){case 0:return Oo(e);case 2:return function(A){return[A.topLeftContentBox,A.topRightContentBox,A.bottomRightContentBox,A.bottomLeftContentBox]}(e);default:return Po(e)}},ga=function(A){switch(A){case 1:return"center";case 2:return"right";default:return"left"}},da=["-apple-system","system-ui"],ha=function(A){return/iPhone OS 15_(0|1)/.test(window.navigator.userAgent)?A.filter(function(A){return-1===da.indexOf(A)}):A},fa=function(A){zA(e,A);function e(e,t){var r=A.call(this,e,t)||this;r.canvas=t.canvas?t.canvas:document.createElement("canvas");r.ctx=r.canvas.getContext("2d");r.options=t;r.canvas.width=Math.floor(t.width*t.scale);r.canvas.height=Math.floor(t.height*t.scale);r.canvas.style.width=t.width+"px";r.canvas.style.height=t.height+"px";r.ctx.scale(r.options.scale,r.options.scale);r.ctx.translate(-t.x,-t.y);r.context.logger.debug("EXPERIMENTAL ForeignObject renderer initialized ("+t.width+"x"+t.height+" at "+t.x+","+t.y+") with scale "+t.scale);return r}e.prototype.render=function(A){return qA(this,0,void 0,function(){var e,t;return ZA(this,function(r){switch(r.label){case 0:e=Wi(this.options.width*this.options.scale,this.options.height*this.options.scale,this.options.scale,this.options.scale,A);return[4,wa(e)];case 1:t=r.sent();if(this.options.backgroundColor){this.ctx.fillStyle=ur(this.options.backgroundColor);this.ctx.fillRect(0,0,this.options.width*this.options.scale,this.options.height*this.options.scale)}this.ctx.drawImage(t,-this.options.x*this.options.scale,-this.options.y*this.options.scale);return[2,this.canvas]}})})};return e}(ca),wa=function(A){return new Promise(function(e,t){var r=new Image;r.onload=function(){e(r)};r.onerror=t;r.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent((new XMLSerializer).serializeToString(A))})},pa=function(){function A(A){var e=A.id,t=A.enabled;this.id=e;this.enabled=t;this.start=Date.now()}A.prototype.debug=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];if(this.enabled)if("undefined"!=typeof window&&window.console&&"function"==typeof console.debug)console.debug.apply(console,jA([this.id,this.getTime()+"ms"],A));else this.info.apply(this,A)};A.prototype.getTime=function(){return Date.now()-this.start};A.prototype.info=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];if(this.enabled)if("undefined"!=typeof window&&window.console&&"function"==typeof console.info)console.info.apply(console,jA([this.id,this.getTime()+"ms"],A))};A.prototype.warn=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];if(this.enabled)if("undefined"!=typeof window&&window.console&&"function"==typeof console.warn)console.warn.apply(console,jA([this.id,this.getTime()+"ms"],A));else this.info.apply(this,A)};A.prototype.error=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];if(this.enabled)if("undefined"!=typeof window&&window.console&&"function"==typeof console.error)console.error.apply(console,jA([this.id,this.getTime()+"ms"],A));else this.info.apply(this,A)};A.instances={};return A}(),Qa=function(){function A(e,t){var r;this.windowBounds=t;this.instanceName="#"+A.instanceCount++;this.logger=new pa({id:this.instanceName,enabled:e.logging});this.cache=null!==(r=e.cache)&&void 0!==r?r:new bo(this,e)}A.instanceCount=1;return A}(),Ca=function(A,e){if(void 0===e)e={};return Ua(A,e)};if("undefined"!=typeof window)yo.setContext(window);var Ua=function(A,e){return qA(void 0,0,void 0,function(){var t,r,n,i,s,o,a,c,l,B,u,g,d,h,f,w,p,Q,C,U,F,y,b,m,H,E,v,x,I,K,L,D,S,k,T,M,R,O;return ZA(this,function(P){switch(P.label){case 0:if(!A||"object"!=typeof A)return[2,Promise.reject("Invalid element provided as first argument")];if(!(t=A.ownerDocument))throw new Error("Element is not attached to a Document");if(!(r=t.defaultView))throw new Error("Document is not attached to a Window");n={allowTaint:null!==(y=e.allowTaint)&&void 0!==y?y:!1,imageTimeout:null!==(b=e.imageTimeout)&&void 0!==b?b:15e3,proxy:e.proxy,useCORS:null!==(m=e.useCORS)&&void 0!==m?m:!1};i=YA({logging:null!==(H=e.logging)&&void 0!==H?H:!0,cache:e.cache},n);s={windowWidth:null!==(E=e.windowWidth)&&void 0!==E?E:r.innerWidth,windowHeight:null!==(v=e.windowHeight)&&void 0!==v?v:r.innerHeight,scrollX:null!==(x=e.scrollX)&&void 0!==x?x:r.pageXOffset,scrollY:null!==(I=e.scrollY)&&void 0!==I?I:r.pageYOffset};o=new $A(s.scrollX,s.scrollY,s.windowWidth,s.windowHeight);a=new Qa(i,o);c=null!==(K=e.foreignObjectRendering)&&void 0!==K?K:!1;l={allowTaint:null!==(L=e.allowTaint)&&void 0!==L?L:!1,onclone:e.onclone,ignoreElements:e.ignoreElements,inlineImages:c,copyStyles:c};a.logger.debug("Starting document clone with size "+o.width+"x"+o.height+" scrolled to "+-o.left+","+-o.top);B=new so(a,A,l);if(!(u=B.clonedReferenceElement))return[2,Promise.reject("Unable to find element in cloned iframe")];else return[4,B.toIFrame(t,o)];case 1:g=P.sent();d=Ss(u)||"HTML"===u.tagName?function(A){var e=A.body,t=A.documentElement;if(!e||!t)throw new Error("Unable to get document size");var r=Math.max(Math.max(e.scrollWidth,t.scrollWidth),Math.max(e.offsetWidth,t.offsetWidth),Math.max(e.clientWidth,t.clientWidth)),n=Math.max(Math.max(e.scrollHeight,t.scrollHeight),Math.max(e.offsetHeight,t.offsetHeight),Math.max(e.clientHeight,t.clientHeight));return new $A(0,0,r,n)}(u.ownerDocument):Ae(a,u),h=d.width,f=d.height,w=d.left,p=d.top;Q=Fa(a,u,e.backgroundColor);C={canvas:e.canvas,backgroundColor:Q,scale:null!==(S=null!==(D=e.scale)&&void 0!==D?D:r.devicePixelRatio)&&void 0!==S?S:1,x:(null!==(k=e.x)&&void 0!==k?k:0)+w,y:(null!==(T=e.y)&&void 0!==T?T:0)+p,width:null!==(M=e.width)&&void 0!==M?M:Math.ceil(h),height:null!==(R=e.height)&&void 0!==R?R:Math.ceil(f)};if(!c)return[3,3];a.logger.debug("Document cloned, using foreign object rendering");return[4,new fa(a,C).render(u)];case 2:U=P.sent();return[3,5];case 3:a.logger.debug("Document cloned, element located at "+w+","+p+" with size "+h+"x"+f+" using computed rendering");a.logger.debug("Starting DOM parsing");F=ys(a,u);if(Q===F.styles.backgroundColor)F.styles.backgroundColor=Cr.TRANSPARENT;a.logger.debug("Starting renderer for element at "+C.x+","+C.y+" with size "+C.width+"x"+C.height);return[4,new la(a,C).render(F)];case 4:U=P.sent();P.label=5;case 5:if(null!==(O=e.removeContainer)&&void 0!==O?O:1)if(!so.destroy(g))a.logger.error("Cannot detach cloned iframe as it is not in the DOM anymore");a.logger.debug("Finished rendering");return[2,U]}})})},Fa=function(A,e,t){var r=e.ownerDocument,n=r.documentElement?Qr(A,getComputedStyle(r.documentElement).backgroundColor):Cr.TRANSPARENT,i=r.body?Qr(A,getComputedStyle(r.body).backgroundColor):Cr.TRANSPARENT,s="string"==typeof t?Qr(A,t):null===t?Cr.TRANSPARENT:4294967295;return e===r.documentElement?Br(n)?Br(i)?s:i:n:s};const ya=class{static getAdvancedFragmentShader(){return"#version 300 es\n precision highp float;\n\n in vec2 v_uv;\n\n uniform sampler2D u_background;\n uniform vec2 u_resolution;\n uniform vec2 u_textureSize;\n uniform float u_scrollY;\n uniform float u_pageHeight;\n uniform float u_viewportHeight;\n uniform float u_blurRadius;\n uniform float u_borderRadius;\n uniform vec2 u_containerPosition;\n uniform float u_warp;\n uniform float u_edgeIntensity;\n uniform float u_rimIntensity;\n uniform float u_baseIntensity;\n uniform float u_edgeDistance;\n uniform float u_rimDistance;\n uniform float u_baseDistance;\n uniform float u_cornerBoost;\n uniform float u_rippleEffect;\n uniform float u_tintOpacity;\n uniform float u_time;\n\n out vec4 fragColor;\n\n vec2 clampUV(vec2 uv) {\n return clamp(uv, vec2(0.0), vec2(1.0));\n }\n\n float roundedRectDistance(vec2 coord, vec2 size, float radius) {\n vec2 center = size * 0.5;\n vec2 pixelCoord = coord * size;\n vec2 toCorner = abs(pixelCoord - center) - (center - radius);\n float outsideCorner = length(max(toCorner, 0.0));\n float insideCorner = min(max(toCorner.x, toCorner.y), 0.0);\n return outsideCorner + insideCorner - radius;\n }\n\n bool isPill(vec2 size, float radius) {\n float heightRatioDiff = abs(radius - size.y * 0.5);\n bool radiusMatchesHeight = heightRatioDiff < 2.0;\n bool isWiderThanTall = size.x > size.y + 4.0;\n return radiusMatchesHeight && isWiderThanTall;\n }\n\n float circleDistance(vec2 coord, vec2 size, float radius) {\n vec2 center = vec2(0.5, 0.5);\n vec2 pixelCoord = coord * size;\n vec2 centerPixel = center * size;\n return length(pixelCoord - centerPixel) - radius;\n }\n\n bool isCircle(vec2 size, float radius) {\n float minDim = min(size.x, size.y);\n bool radiusMatchesMinDim = abs(radius - minDim * 0.5) < 1.0;\n bool isRoughlySquare = abs(size.x - size.y) < 4.0;\n return radiusMatchesMinDim && isRoughlySquare;\n }\n\n float pillDistance(vec2 coord, vec2 size, float radius) {\n vec2 center = size * 0.5;\n vec2 pixelCoord = coord * size;\n vec2 capsuleStart = vec2(radius, center.y);\n vec2 capsuleEnd = vec2(size.x - radius, center.y);\n vec2 capsuleAxis = capsuleEnd - capsuleStart;\n float capsuleLength = length(capsuleAxis);\n\n if (capsuleLength > 0.0) {\n vec2 toPoint = pixelCoord - capsuleStart;\n float t = clamp(dot(toPoint, capsuleAxis) / dot(capsuleAxis, capsuleAxis), 0.0, 1.0);\n vec2 closestPointOnAxis = capsuleStart + t * capsuleAxis;\n return length(pixelCoord - closestPointOnAxis) - radius;\n }\n\n return length(pixelCoord - center) - radius;\n }\n\n void main() {\n vec2 coord = v_uv;\n\n vec2 containerSize = u_resolution;\n vec2 viewportCenter = u_containerPosition + vec2(0.0, u_scrollY);\n vec2 containerOffset = (coord - 0.5) * containerSize;\n vec2 pagePixel = viewportCenter + containerOffset;\n vec2 textureCoord = clampUV(pagePixel / u_textureSize);\n\n float distFromEdgeShape;\n vec2 shapeNormal;\n\n if (isPill(u_resolution, u_borderRadius)) {\n distFromEdgeShape = -pillDistance(coord, u_resolution, u_borderRadius);\n vec2 center = vec2(0.5, 0.5);\n vec2 pixelCoord = coord * u_resolution;\n vec2 capsuleStart = vec2(u_borderRadius, center.y * u_resolution.y);\n vec2 capsuleEnd = vec2(u_resolution.x - u_borderRadius, center.y * u_resolution.y);\n vec2 capsuleAxis = capsuleEnd - capsuleStart;\n float capsuleLength = length(capsuleAxis);\n\n if (capsuleLength > 0.0) {\n vec2 toPoint = pixelCoord - capsuleStart;\n float t = clamp(dot(toPoint, capsuleAxis) / dot(capsuleAxis, capsuleAxis), 0.0, 1.0);\n vec2 closestPointOnAxis = capsuleStart + t * capsuleAxis;\n vec2 normalDir = pixelCoord - closestPointOnAxis;\n shapeNormal = length(normalDir) > 0.0 ? normalize(normalDir) : vec2(0.0, 1.0);\n } else {\n shapeNormal = normalize(coord - center);\n }\n } else if (isCircle(u_resolution, u_borderRadius)) {\n distFromEdgeShape = -circleDistance(coord, u_resolution, u_borderRadius);\n vec2 center = vec2(0.5, 0.5);\n shapeNormal = normalize(coord - center);\n } else {\n distFromEdgeShape = -roundedRectDistance(coord, u_resolution, u_borderRadius);\n vec2 center = vec2(0.5, 0.5);\n shapeNormal = normalize(coord - center);\n }\n\n distFromEdgeShape = max(distFromEdgeShape, 0.0);\n\n float distFromLeft = coord.x;\n float distFromRight = 1.0 - coord.x;\n float distFromTop = coord.y;\n float distFromBottom = 1.0 - coord.y;\n\n float distFromEdge = distFromEdgeShape / min(u_resolution.x, u_resolution.y);\n float normalizedDistance = distFromEdge * min(u_resolution.x, u_resolution.y);\n\n float baseComponent = u_warp > 0.5\n ? (1.0 - exp(-normalizedDistance * u_baseDistance)) * u_baseIntensity\n : 0.0;\n float edgeComponent = exp(-normalizedDistance * u_edgeDistance) * u_edgeIntensity;\n float rimComponent = exp(-normalizedDistance * u_rimDistance) * u_rimIntensity;\n\n vec2 baseRefraction = shapeNormal * (baseComponent + edgeComponent + rimComponent);\n\n float cornerProximityX = min(distFromLeft, distFromRight);\n float cornerProximityY = min(distFromTop, distFromBottom);\n float cornerDistance = max(cornerProximityX, cornerProximityY);\n float cornerNormalized = cornerDistance * min(u_resolution.x, u_resolution.y);\n float cornerBoost = exp(-cornerNormalized * 0.3) * u_cornerBoost;\n vec2 cornerRefraction = shapeNormal * cornerBoost;\n\n vec2 perpendicular = vec2(-shapeNormal.y, shapeNormal.x);\n float ripple = sin(distFromEdge * 25.0 + u_time * 2.0) * u_rippleEffect * rimComponent;\n vec2 rippleRefraction = perpendicular * ripple;\n\n textureCoord += baseRefraction + cornerRefraction + rippleRefraction;\n textureCoord = clampUV(textureCoord);\n\n vec4 color = vec4(0.0);\n vec2 texelSize = 1.0 / u_textureSize;\n float sigma = max(u_blurRadius, 0.0001);\n vec2 blurStep = texelSize * sigma;\n\n float totalWeight = 0.0;\n const int blurRadius = 6;\n for (int i = -blurRadius; i <= blurRadius; ++i) {\n for (int j = -blurRadius; j <= blurRadius; ++j) {\n vec2 offsetVec = vec2(float(i), float(j));\n float distance = length(offsetVec);\n if (distance > float(blurRadius)) {\n continue;\n }\n\n float weight = exp(-(distance * distance) / (2.0 * sigma * sigma));\n vec2 offset = offsetVec * blurStep;\n color += texture(u_background, clampUV(textureCoord + offset)) * weight;\n totalWeight += weight;\n }\n }\n\n color /= max(totalWeight, 0.0001);\n\n float gradientPosition = coord.y;\n vec3 topTint = vec3(1.0);\n vec3 bottomTint = vec3(0.7);\n vec3 gradientTint = mix(topTint, bottomTint, gradientPosition);\n vec3 tintedColor = mix(color.rgb, gradientTint, u_tintOpacity);\n color = vec4(tintedColor, color.a);\n\n vec3 topColor = vec3(0.0);\n vec3 midColor = vec3(0.0);\n vec3 bottomColor = vec3(0.0);\n\n int totalSamples = 0;\n vec3 accumulateTop = vec3(0.0);\n vec3 accumulateMid = vec3(0.0);\n vec3 accumulateBottom = vec3(0.0);\n\n int horizontalSamples = 20;\n int verticalSamples = 11; // -5..5\n\n float topY = (viewportCenter.y - containerSize.y * 0.4) / u_textureSize.y;\n float midY = viewportCenter.y / u_textureSize.y;\n float bottomY = (viewportCenter.y + containerSize.y * 0.4) / u_textureSize.y;\n\n for (int xi = 0; xi < horizontalSamples; ++xi) {\n float x = float(xi) / float(horizontalSamples - 1);\n for (int yi = -5; yi <= 5; ++yi) {\n float yOffset = float(yi) * texelSize.y;\n vec2 topSample = clampUV(vec2(x, topY + yOffset));\n vec2 midSample = clampUV(vec2(x, midY + yOffset));\n vec2 bottomSample = clampUV(vec2(x, bottomY + yOffset));\n\n accumulateTop += texture(u_background, topSample).rgb;\n accumulateMid += texture(u_background, midSample).rgb;\n accumulateBottom += texture(u_background, bottomSample).rgb;\n totalSamples += 1;\n }\n }\n\n if (totalSamples > 0) {\n float invSamples = 1.0 / float(totalSamples);\n topColor = accumulateTop * invSamples;\n midColor = accumulateMid * invSamples;\n bottomColor = accumulateBottom * invSamples;\n }\n\n vec3 sampledGradient;\n if (gradientPosition < 0.1) {\n sampledGradient = topColor;\n } else if (gradientPosition > 0.9) {\n sampledGradient = bottomColor;\n } else {\n float transitionPos = (gradientPosition - 0.1) / 0.8;\n if (transitionPos < 0.5) {\n float t = transitionPos * 2.0;\n sampledGradient = mix(topColor, midColor, t);\n } else {\n float t = (transitionPos - 0.5) * 2.0;\n sampledGradient = mix(midColor, bottomColor, t);\n }\n }\n\n vec3 finalTinted = mix(color.rgb, sampledGradient, u_tintOpacity * 0.3);\n color = vec4(finalTinted, color.a);\n\n float maskDistance;\n if (isPill(u_resolution, u_borderRadius)) {\n maskDistance = pillDistance(coord, u_resolution, u_borderRadius);\n } else if (isCircle(u_resolution, u_borderRadius)) {\n maskDistance = roundedRectDistance(coord, u_resolution, u_borderRadius);\n } else {\n maskDistance = roundedRectDistance(coord, u_resolution, u_borderRadius);\n }\n\n float mask = 1.0 - smoothstep(-1.0, 1.0, maskDistance);\n fragColor = vec4(color.rgb, mask);\n }\n "}static getUniformConfig(A){return{u_blurRadius:A.blurRadius,u_edgeIntensity:A.edgeIntensity,u_rimIntensity:A.rimIntensity,u_baseIntensity:A.baseIntensity,u_edgeDistance:A.edgeDistance,u_rimDistance:A.rimDistance,u_baseDistance:A.baseDistance,u_cornerBoost:A.cornerBoost,u_rippleEffect:A.rippleEffect,u_tintOpacity:A.tintOpacity,u_warp:A.warp?1:0}}static mergeWithDefaults(A){return{...this.defaultConfig,...A}}static adjustForQuality(A,e){if("low"===e)return{...A,blurRadius:.75*A.blurRadius,rippleEffect:.6*A.rippleEffect};if("high"===e)return{...A,blurRadius:1.2*A.blurRadius,rippleEffect:1.2*A.rippleEffect,tintOpacity:Math.min(.6,1.1*A.tintOpacity)};else return A}};ya.defaultConfig={blurRadius:5,edgeIntensity:.01,rimIntensity:.05,baseIntensity:.01,edgeDistance:.15,rimDistance:.8,baseDistance:.1,cornerBoost:.02,rippleEffect:.1,tintOpacity:.2,warp:!1};ya.presets={subtle:{blurRadius:4.5,edgeIntensity:.008,rimIntensity:.035,baseIntensity:.008,edgeDistance:.18,rimDistance:.9,baseDistance:.12,cornerBoost:.015,rippleEffect:.05,tintOpacity:.18,warp:!1},normal:{blurRadius:5,edgeIntensity:.01,rimIntensity:.05,baseIntensity:.01,edgeDistance:.15,rimDistance:.8,baseDistance:.1,cornerBoost:.02,rippleEffect:.1,tintOpacity:.2,warp:!1},dramatic:{blurRadius:6.5,edgeIntensity:.018,rimIntensity:.09,baseIntensity:.018,edgeDistance:.12,rimDistance:.65,baseDistance:.08,cornerBoost:.035,rippleEffect:.18,tintOpacity:.28,warp:!0},psychedelic:{blurRadius:8,edgeIntensity:.024,rimIntensity:.13,baseIntensity:.02,edgeDistance:.1,rimDistance:.5,baseDistance:.08,cornerBoost:.05,rippleEffect:.26,tintOpacity:.4,warp:!0},ios26:{blurRadius:7.2,edgeIntensity:.022,rimIntensity:.12,baseIntensity:.015,edgeDistance:.18,rimDistance:.7,baseDistance:.09,cornerBoost:.045,rippleEffect:.22,tintOpacity:.24,warp:!0}};let ba=ya;class ma{constructor(A){this.animationId=null;this.program=null;this.vertexBuffer=null;this.backgroundTexture=null;this.backgroundTextureSize={width:1,height:1};this.usingFallbackShader=!1;this.uniformsDirty=!0;this.time=0;this.uniformLocations={};this.canvas=A.canvas;this.cssWidth=A.width;this.cssHeight=A.height;this.canvas.width=A.width*A.dpr;this.canvas.height=A.height*A.dpr;this.canvas.style.width=`${A.width}px`;this.canvas.style.height=`${A.height}px`;this.quality=A.quality||"medium";this.preset=A.preset||"normal";this.liquidConfig=this.computeLiquidConfig(this.preset,this.quality);this.timeStep=this.getTimeStepForQuality(this.quality);const e=this.canvas.getContext("webgl2",{alpha:!0,antialias:!0,premultipliedAlpha:!1,preserveDrawingBuffer:!0});if(!e)throw new Error("WebGL2 not supported");this.gl=e;this.setupGL()}setupGL(){const{gl:A}=this;A.enable(A.BLEND);A.blendFunc(A.SRC_ALPHA,A.ONE_MINUS_SRC_ALPHA);A.viewport(0,0,this.canvas.width,this.canvas.height);this.createShaderProgram();this.createGeometry()}createShaderProgram(){const{gl:A}=this;let e=ba.getAdvancedFragmentShader(),t=this.compileShader(A.FRAGMENT_SHADER,e);if(!t){this.usingFallbackShader=!0;e=this.getFallbackFragmentShader();t=this.compileShader(A.FRAGMENT_SHADER,e);if(!t)throw new Error("Failed to compile fallback liquid glass shader")}else this.usingFallbackShader=!1;const r=this.compileShader(A.VERTEX_SHADER,"#version 300 es\n precision highp float;\n in vec2 a_position;\n out vec2 v_uv;\n void main() {\n vec2 uv = a_position * 0.5 + 0.5;\n uv.y = 1.0 - uv.y;\n v_uv = uv;\n gl_Position = vec4(a_position, 0.0, 1.0);\n }\n ");if(!r||!t)throw new Error("Failed to compile shaders");this.program=A.createProgram();A.attachShader(this.program,r);A.attachShader(this.program,t);A.linkProgram(this.program);if(!A.getProgramParameter(this.program,A.LINK_STATUS))throw new Error("Failed to link program: "+A.getProgramInfoLog(this.program));const n=this.usingFallbackShader?["u_time","u_background","u_resolution"]:["u_time","u_background","u_resolution","u_textureSize","u_scrollY","u_pageHeight","u_viewportHeight","u_blurRadius","u_borderRadius","u_containerPosition","u_warp","u_edgeIntensity","u_rimIntensity","u_baseIntensity","u_edgeDistance","u_rimDistance","u_baseDistance","u_cornerBoost","u_rippleEffect","u_tintOpacity"];this.uniformLocations=n.reduce((e,t)=>{e[t]=A.getUniformLocation(this.program,t);return e},{})}compileShader(A,e){const t=this.gl.createShader(A);this.gl.shaderSource(t,e);this.gl.compileShader(t);if(!this.gl.getShaderParameter(t,this.gl.COMPILE_STATUS)){this.gl.deleteShader(t);return null}return t}createGeometry(){const{gl:A}=this,e=new Float32Array([-1,-1,1,-1,-1,1,1,1]);this.vertexBuffer=A.createBuffer();A.bindBuffer(A.ARRAY_BUFFER,this.vertexBuffer);A.bufferData(A.ARRAY_BUFFER,e,A.STATIC_DRAW);const t=A.getAttribLocation(this.program,"a_position");A.enableVertexAttribArray(t);A.vertexAttribPointer(t,2,A.FLOAT,!1,0,0)}setBackgroundTexture(A){const{gl:e}=this;if(this.backgroundTexture)e.deleteTexture(this.backgroundTexture);this.backgroundTexture=e.createTexture();e.bindTexture(e.TEXTURE_2D,this.backgroundTexture);if(A instanceof ImageData){e.texImage2D(e.TEXTURE_2D,0,e.RGBA,A.width,A.height,0,e.RGBA,e.UNSIGNED_BYTE,A.data);this.backgroundTextureSize={width:A.width,height:A.height}}else{e.texImage2D(e.TEXTURE_2D,0,e.RGBA,e.RGBA,e.UNSIGNED_BYTE,A);this.backgroundTextureSize=this.extractSize(A)}e.texParameteri(e.TEXTURE_2D,e.TEXTURE_MIN_FILTER,e.LINEAR);e.texParameteri(e.TEXTURE_2D,e.TEXTURE_MAG_FILTER,e.LINEAR);e.texParameteri(e.TEXTURE_2D,e.TEXTURE_WRAP_S,e.CLAMP_TO_EDGE);e.texParameteri(e.TEXTURE_2D,e.TEXTURE_WRAP_T,e.CLAMP_TO_EDGE);this.uniformsDirty=!0}extractSize(A){if("undefined"!=typeof HTMLCanvasElement&&A instanceof HTMLCanvasElement)return{width:A.width,height:A.height};if("undefined"!=typeof OffscreenCanvas&&A instanceof OffscreenCanvas)return{width:A.width,height:A.height};if("undefined"!=typeof ImageBitmap&&A instanceof ImageBitmap)return{width:A.width,height:A.height};if("undefined"!=typeof HTMLVideoElement&&A instanceof HTMLVideoElement)return{width:A.videoWidth,height:A.videoHeight};if("undefined"!=typeof HTMLImageElement&&A instanceof HTMLImageElement)return{width:A.naturalWidth,height:A.naturalHeight};const e=A;if("number"==typeof e.width&&"number"==typeof e.height)return{width:Math.max(1,Math.floor(e.width)),height:Math.max(1,Math.floor(e.height))};else return{width:this.cssWidth,height:this.cssHeight}}setUniformProvider(A){this.uniformProvider=A}render(){if(!this.program||!this.backgroundTexture)return;const{gl:A}=this;if(!this.usingFallbackShader){const A=this.uniformProvider?this.uniformProvider():null;if(!A)return;this.applyDynamicUniforms(A)}this.time+=this.timeStep;A.clearColor(0,0,0,0);A.clear(A.COLOR_BUFFER_BIT);A.useProgram(this.program);if(this.uniformsDirty&&!this.usingFallbackShader){this.applyLiquidUniforms();this.uniformsDirty=!1}if(this.uniformLocations.u_time)A.uniform1f(this.uniformLocations.u_time,this.time);if(this.uniformLocations.u_resolution)A.uniform2f(this.uniformLocations.u_resolution,this.cssWidth,this.cssHeight);if(this.uniformLocations.u_textureSize)A.uniform2f(this.uniformLocations.u_textureSize,this.backgroundTextureSize.width,this.backgroundTextureSize.height);A.activeTexture(A.TEXTURE0);A.bindTexture(A.TEXTURE_2D,this.backgroundTexture);if(this.uniformLocations.u_background)A.uniform1i(this.uniformLocations.u_background,0);A.drawArrays(A.TRIANGLE_STRIP,0,4)}applyDynamicUniforms(A){const{gl:e}=this;if(this.uniformLocations.u_containerPosition){e.useProgram(this.program);if(this.uniformLocations.u_scrollY)e.uniform1f(this.uniformLocations.u_scrollY,A.scrollY);if(this.uniformLocations.u_pageHeight)e.uniform1f(this.uniformLocations.u_pageHeight,A.pageHeight);if(this.uniformLocations.u_viewportHeight)e.uniform1f(this.uniformLocations.u_viewportHeight,A.viewportHeight);e.uniform2f(this.uniformLocations.u_containerPosition,A.containerCenter.x,A.containerCenter.y);if(this.uniformLocations.u_borderRadius)e.uniform1f(this.uniformLocations.u_borderRadius,A.borderRadius)}}applyLiquidUniforms(){if(this.usingFallbackShader)return;const A=ba.getUniformConfig(this.liquidConfig);Object.entries(A).forEach(([A,e])=>{const t=this.uniformLocations[A];if(t)this.gl.uniform1f(t,e)})}startAnimation(){const A=()=>{this.render();this.animationId=requestAnimationFrame(A)};A()}stopAnimation(){if(this.animationId){cancelAnimationFrame(this.animationId);this.animationId=null}}resize(A,e,t){this.cssWidth=A;this.cssHeight=e;this.canvas.width=A*t;this.canvas.height=e*t;this.canvas.style.width=`${A}px`;this.canvas.style.height=`${e}px`;this.gl.viewport(0,0,this.canvas.width,this.canvas.height);this.uniformsDirty=!0}setQuality(A){if(this.quality!==A){this.quality=A;this.liquidConfig=this.computeLiquidConfig(this.preset,this.quality);this.timeStep=this.getTimeStepForQuality(A);this.uniformsDirty=!0}}setPreset(A){if(this.preset!==A){this.preset=A;this.liquidConfig=this.computeLiquidConfig(this.preset,this.quality);this.uniformsDirty=!0}}destroy(){this.stopAnimation();if(this.program)this.gl.deleteProgram(this.program);if(this.vertexBuffer)this.gl.deleteBuffer(this.vertexBuffer);if(this.backgroundTexture)this.gl.deleteTexture(this.backgroundTexture)}computeLiquidConfig(A,e){const t=ba.mergeWithDefaults(ba.presets[A]);return ba.adjustForQuality(t,e)}getTimeStepForQuality(A){switch(A){case"high":return.022;case"low":return.012;default:return.016}}getFallbackFragmentShader(){return"#version 300 es\n precision highp float;\n in vec2 v_uv;\n uniform float u_time;\n uniform vec2 u_resolution;\n uniform sampler2D u_background;\n out vec4 fragColor;\n void main() {\n vec2 uv = v_uv;\n vec2 noise = vec2(\n sin(uv.y * 40.0 + u_time * 1.2),\n cos(uv.x * 40.0 + u_time * 1.1)\n ) * 0.004;\n vec4 color = texture(u_background, clamp(uv + noise, 0.0, 1.0));\n float edge = smoothstep(0.0, 0.15, min(min(uv.x, 1.0 - uv.x), min(uv.y, 1.0 - uv.y)));\n float highlight = pow(1.0 - edge, 6.0);\n vec3 tint = mix(color.rgb, vec3(1.0), highlight * 0.4);\n fragColor = vec4(tint, color.a * 0.92);\n }\n "}}class Ha{constructor(A){this.layers=new Map;this.isActive=!1;this.snapshotCanvas=null;this.snapshotScale=1;this.capturePromise=null;this.snapshotNeedsUpdate=!0;this.refreshTimeout=null;this.destroyed=!1;this.markSnapshotDirty=()=>{if(!this.destroyed){this.snapshotNeedsUpdate=!0;this.scheduleBackgroundRefresh()}};this.container=A;this.backgroundCanvas=document.createElement("canvas");const e=this.backgroundCanvas.getContext("2d");if(!e)throw new Error("[PWTK WebGL] Failed to create background canvas context");this.backgroundCtx=e;this.setupContainer();this.resizeObserver=new ResizeObserver(()=>{this.snapshotNeedsUpdate=!0;this.handleResize()});this.resizeObserver.observe(A);window.addEventListener("scroll",this.markSnapshotDirty,{passive:!0});window.addEventListener("resize",this.markSnapshotDirty)}setupContainer(){if("static"===getComputedStyle(this.container).position)this.container.style.position="relative"}getDprForQuality(A){const e=window.devicePixelRatio||1;if("high"===A)return e;if("medium"===A)return Math.min(e,1.5);else return 1}getBorderRadius(A){const e=getComputedStyle(A),t=(e.borderTopLeftRadius||e.borderRadius||"0").match(/[\d.]+/);if(t)return parseFloat(t[0]);const r=A.getBoundingClientRect();return Math.min(r.width,r.height)/2}createLayer(A,e,t={}){if(this.layers.has(A))throw new Error(`Layer with id "${A}" already exists`);const r=t.zIndex??0,n=t.quality??"medium",i=t.preset??"normal",s=document.createElement("canvas");s.style.cssText=`\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n pointer-events: none;\n z-index: ${r};\n opacity: 1;\n transition: opacity 0.3s ease;\n `;if("static"===getComputedStyle(e).position)e.style.position="relative";e.appendChild(s);const o=e.getBoundingClientRect(),a=this.getDprForQuality(n),c={canvas:s,width:o.width,height:o.height,dpr:a,quality:n,preset:i};let l;try{l=new ma(c)}catch(u){e.removeChild(s);throw u}const B={id:A,element:e,renderer:l,canvas:s,zIndex:r,opacity:1,visible:!0,quality:n,preset:i,dpr:a,borderRadius:this.getBorderRadius(e)};this.layers.set(A,B);l.setUniformProvider(()=>this.getDynamicUniforms(B));this.applyPlaceholderBackground(B);this.refreshLayerBackground(B).catch(A=>{});return B}removeLayer(A){const e=this.layers.get(A);if(e){e.renderer.destroy();if(e.canvas.parentNode)e.canvas.parentNode.removeChild(e.canvas);this.layers.delete(A)}}setLayerOpacity(A,e){const t=this.layers.get(A);if(t){t.opacity=e;t.canvas.style.opacity=e.toString()}}setLayerVisibility(A,e){const t=this.layers.get(A);if(t){t.visible=e;t.canvas.style.display=e?"block":"none";if(e&&this.isActive)t.renderer.startAnimation();else t.renderer.stopAnimation()}}startAnimation(){this.isActive=!0;this.layers.forEach(A=>{if(A.visible)A.renderer.startAnimation()})}stopAnimation(){this.isActive=!1;this.layers.forEach(A=>{A.renderer.stopAnimation()})}handleResize(){this.layers.forEach(A=>{const e=A.element.getBoundingClientRect(),t=this.getDprForQuality(A.quality);A.dpr=t;A.renderer.resize(e.width,e.height,t);A.borderRadius=this.getBorderRadius(A.element);this.applyPlaceholderBackground(A)});this.scheduleBackgroundRefresh()}updateBackgrounds(A=!1){this.layers.forEach(e=>{this.refreshLayerBackground(e,A).catch(A=>{})})}setQuality(A){let e=!1;this.layers.forEach(t=>{if(t.quality!==A){e=!0;t.quality=A;t.dpr=this.getDprForQuality(A);const r=t.element.getBoundingClientRect();t.renderer.setQuality(A);t.renderer.resize(r.width,r.height,t.dpr);this.applyPlaceholderBackground(t)}});if(e){this.snapshotNeedsUpdate=!0;this.updateBackgrounds(!0)}}setPreset(A){let e=!1;this.layers.forEach(t=>{if(t.preset!==A){e=!0;t.preset=A;t.renderer.setPreset(A)}});if(e){this.snapshotNeedsUpdate=!0;this.updateBackgrounds()}}destroy(){this.destroyed=!0;this.stopAnimation();this.layers.forEach(A=>{this.removeLayer(A.id)});this.layers.clear();if(null!==this.refreshTimeout){clearTimeout(this.refreshTimeout);this.refreshTimeout=null}this.resizeObserver.disconnect();window.removeEventListener("scroll",this.markSnapshotDirty);window.removeEventListener("resize",this.markSnapshotDirty)}getLayer(A){return this.layers.get(A)}getAllLayers(){return Array.from(this.layers.values())}hasWebGLSupport(){try{const A=document.createElement("canvas");return!!A.getContext("webgl2")}catch{return!1}}applyPlaceholderBackground(A){const e=A.element.getBoundingClientRect(),t=Math.max(1,Math.round(e.width||A.canvas.clientWidth||1)),r=Math.max(1,Math.round(e.height||A.canvas.clientHeight||1));A.borderRadius=this.getBorderRadius(A.element);this.backgroundCanvas.width=t;this.backgroundCanvas.height=r;this.backgroundCtx.clearRect(0,0,t,r);const n=this.backgroundCtx.createLinearGradient(0,0,t,r);n.addColorStop(0,"rgba(255, 255, 255, 0.95)");n.addColorStop(.45,"rgba(236, 240, 255, 0.72)");n.addColorStop(1,"rgba(210, 217, 245, 0.65)");this.backgroundCtx.fillStyle=n;this.backgroundCtx.fillRect(0,0,t,r);const i=this.backgroundCtx.getImageData(0,0,t,r),s=i.data;for(let o=0;o<s.length;o+=4){const A=12*(Math.random()-.5);s[o]=Math.max(0,Math.min(255,s[o]+A));s[o+1]=Math.max(0,Math.min(255,s[o+1]+A));s[o+2]=Math.max(0,Math.min(255,s[o+2]+A))}this.backgroundCtx.putImageData(i,0,0);A.renderer.setBackgroundTexture(this.backgroundCtx.getImageData(0,0,t,r))}getDynamicUniforms(A){const e=A.element.getBoundingClientRect();if(e.width<=0||e.height<=0)return null;const t=window.scrollY||document.documentElement.scrollTop||0,r=window.scrollX||document.documentElement.scrollLeft||0,n=e.left+e.width/2+r,i=e.top+e.height/2+t,s=this.snapshotScale||1;return{scrollY:t*s,pageHeight:(document.documentElement.scrollHeight||window.innerHeight)*s,viewportHeight:window.innerHeight*s,containerCenter:{x:n*s,y:i*s},borderRadius:A.borderRadius}}async refreshLayerBackground(A,e=!1){await this.ensurePageSnapshot(e);if(this.snapshotCanvas)A.renderer.setBackgroundTexture(this.snapshotCanvas)}async ensurePageSnapshot(A=!1){if(this.destroyed)return;if(this.snapshotCanvas&&!this.snapshotNeedsUpdate&&!A)return;if(this.capturePromise){await this.capturePromise;return}this.capturePromise=Ca(document.body,{scale:1,backgroundColor:null,useCORS:!0,windowWidth:document.documentElement.scrollWidth,windowHeight:document.documentElement.scrollHeight,ignoreElements:A=>this.container.contains(A)}).then(A=>{this.snapshotCanvas=A;this.snapshotScale=1;this.snapshotNeedsUpdate=!1}).catch(A=>{this.snapshotCanvas=null}).finally(()=>{this.capturePromise=null});await this.capturePromise}scheduleBackgroundRefresh(){if(null===this.refreshTimeout)this.refreshTimeout=window.setTimeout(()=>{this.refreshTimeout=null;if(!this.destroyed)this.updateBackgrounds()},120)}}const Ea=class A{constructor(A={}){this.scene=null;this.container=null;this.isSupported=!1;this.isInitialized=!1;this.config={enabled:!0,quality:"medium",preset:"normal",autoFallback:!0,...A};this.checkWebGLSupport()}static getInstance(e){if(!A.instance)A.instance=new A(e);return A.instance}checkWebGLSupport(){try{const A=document.createElement("canvas").getContext("webgl2",{failIfMajorPerformanceCaveat:!0});this.isSupported=!!A;return this.isSupported}catch(A){this.isSupported=!1;return!1}}async initialize(A){if(this.isInitialized)return!0;this.container=A;if(!this.config.enabled||!this.isSupported){if(this.config.autoFallback)this.enableCSSFallback(A);return!1}try{this.scene=new Ha(A);if(!this.scene.hasWebGLSupport())throw new Error("WebGL context creation failed");this.isInitialized=!0;return!0}catch(e){if(this.config.autoFallback)this.enableCSSFallback(A);return!1}}enableCSSFallback(A){A.classList.add("webgl-fallback","enhanced-css-glass");this.injectEnhancedCSS()}injectEnhancedCSS(){const A="webgl-fallback-styles";if(document.getElementById(A))return;const e=document.createElement("style");e.id=A;e.textContent="\n .enhanced-css-glass {\n /* 增强的 CSS 毛玻璃效果,模拟 WebGL */\n backdrop-filter: blur(40px) saturate(180%) brightness(1.1) !important;\n -webkit-backdrop-filter: blur(40px) saturate(180%) brightness(1.1) !important;\n \n /* 添加动态渐变背景 */\n background: \n radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), \n rgba(255, 255, 255, 0.4) 0%, \n rgba(255, 255, 255, 0.2) 40%, \n rgba(255, 255, 255, 0.1) 80%),\n linear-gradient(135deg, \n rgba(255, 255, 255, 0.6), \n rgba(245, 245, 247, 0.4)) !important;\n \n /* 动态边框 */\n border: 1px solid rgba(255, 255, 255, 0.3) !important;\n \n /* 增强阴影 */\n box-shadow: \n 0 20px 50px rgba(31, 38, 135, 0.3),\n inset 0 2px 6px rgba(255, 255, 255, 0.2),\n inset 0 -2px 4px rgba(0, 0, 0, 0.1) !important;\n }\n \n .enhanced-css-glass::before {\n content: '';\n position: absolute;\n inset: 0;\n border-radius: inherit;\n background: radial-gradient(\n circle at var(--mouse-x, 30%) var(--mouse-y, 30%),\n rgba(255, 255, 255, 0.3) 0%,\n rgba(255, 255, 255, 0.1) 50%,\n transparent 100%\n );\n opacity: 0;\n transition: opacity 0.3s ease;\n pointer-events: none;\n z-index: 1;\n }\n \n .enhanced-css-glass:hover::before {\n opacity: 1;\n }\n \n /* 动态鼠标跟踪 */\n .enhanced-css-glass {\n transition: all 0.1s ease-out;\n }\n ";document.head.appendChild(e);this.addMouseTracking()}addMouseTracking(){if(this.container)this.container.addEventListener("mousemove",A=>{const e=this.container.getBoundingClientRect(),t=(A.clientX-e.left)/e.width*100,r=(A.clientY-e.top)/e.height*100;this.container.style.setProperty("--mouse-x",`${t}%`);this.container.style.setProperty("--mouse-y",`${r}%`)})}enableForElement(A,e){if(!this.isInitialized||!this.scene)return!1;try{if(!this.scene)return!1;if(this.scene.getLayer(e))this.scene.removeLayer(e);this.scene.createLayer(e,A,{zIndex:1,quality:this.config.quality,preset:this.config.preset});this.scene.startAnimation();return!0}catch(t){if(this.config.autoFallback){A.classList.add("enhanced-css-glass");this.addMouseTrackingToElement(A)}return!1}}addMouseTrackingToElement(A){A.addEventListener("mousemove",e=>{const t=A.getBoundingClientRect(),r=(e.clientX-t.left)/t.width*100,n=(e.clientY-t.top)/t.height*100;A.style.setProperty("--mouse-x",`${r}%`);A.style.setProperty("--mouse-y",`${n}%`)})}disableForElement(A){if(this.scene)this.scene.removeLayer(A)}setQuality(A){this.config.quality=A;if(this.scene)this.scene.setQuality(A)}setPreset(A){this.config.preset=A;if(this.scene)this.updateEffectPresets()}updateEffectPresets(){ba.presets[this.config.preset];if(this.scene)this.scene.setPreset(this.config.preset)}updateBackgrounds(){if(this.scene)this.scene.updateBackgrounds()}isWebGLEnabled(){return this.isSupported&&this.isInitialized&&this.config.enabled}getConfig(){return{...this.config}}destroy(){if(this.scene){this.scene.destroy();this.scene=null}this.isInitialized=!1;this.container=null;const A=document.getElementById("webgl-fallback-styles");if(A)A.remove()}static checkSupport(){try{const A=document.createElement("canvas");return!!A.getContext("webgl2")}catch{return!1}}static getRecommendedConfig(){const e=window.devicePixelRatio<=2&&navigator.hardwareConcurrency>=8;return{enabled:A.checkSupport(),quality:e?"high":"medium",preset:"normal",autoFallback:!0}}};Ea.instance=null;let va=Ea;const xa=class A{constructor(A,e={}){this.isDragging=!1;this.isResizing=!1;this.dragStart={x:0,y:0};this.resizeTimeout=null;this.resizeDirection="";this.requestsCache=[];this.filteredRequestsCache=[];this.searchQuery="";this.webglManager=null;this.reopenButton=null;this.webglBackgroundUpdateTimer=null;this.boundHandlers=new Map;this.eventListeners=[];this.renderDebounceTimer=null;this.searchDebounceTimer=null;this.pendingRenderRequests=new Set;this.interceptor=A;const t=this.loadConfig();this.config={position:"bottom-right",theme:"dark",minimized:!1,isClosed:!1,webgl:{enabled:!0,quality:"medium",preset:"normal",applyToItems:!1},...t,...e};if(this.config.webgl&&void 0===this.config.webgl.applyToItems)this.config.webgl.applyToItems=!1;this.createPanel();this.bindEvents();this.startListening();_A.setPanel(this);this.initializeWebGL();this.exposeDebugAPI();this.loadPosition();if(this.config.isClosed)this.hide()}exposeDebugAPI(){if("undefined"!=typeof window)window.__PWTK_DEBUG__={getWebGLConfig:()=>({...this.config.webgl||{}}),setPreset:A=>{this.updateWebGLConfig({preset:A});return{preset:this.config.webgl?.preset,status:this.getWebGLStatus()}},setQuality:A=>{this.updateWebGLConfig({quality:A});return{quality:this.config.webgl?.quality,status:this.getWebGLStatus()}}}}createPanel(){this.hostElement=document.createElement("div");this.hostElement.id="network-debugger-host";this.hostElement.style.cssText="all: initial; position: absolute; top: 0; left: 0; pointer-events: none;";this.shadowRoot=this.hostElement.attachShadow({mode:"closed"});const A=document.createElement("style");A.textContent="\n/* iOS 26 Liquid Glass NetworkDebugger 样式 */\n:root {\n --liquid-glass-primary: rgba(255, 255, 255, 0.15);\n --liquid-glass-secondary: rgba(255, 255, 255, 0.08);\n --liquid-glass-border: rgba(255, 255, 255, 0.18);\n --liquid-glass-shadow: rgba(31, 38, 135, 0.37);\n --liquid-glass-highlight: rgba(255, 255, 255, 0.25);\n --liquid-glass-dark: rgba(13, 17, 23, 0.75);\n}\n\n#network-debugger-panel {\n position: fixed;\n z-index: 999999;\n \n /* 强制 GPU 加速和 3D 变换 */\n transform: translate3d(0, 0, 0);\n will-change: transform, backdrop-filter;\n \n /* iOS 26 Liquid Glass 核心效果 - 增强版 */\n backdrop-filter: blur(25px) saturate(200%) brightness(1.05) !important;\n -webkit-backdrop-filter: blur(25px) saturate(200%) brightness(1.05) !important;\n \n /* iOS 浅色毛玻璃背景 */\n background: rgba(245, 245, 247, 0.8);\n background-image: linear-gradient(\n 135deg,\n rgba(255, 255, 255, 0.5) 0%,\n rgba(255, 255, 255, 0.25) 100%\n );\n \n /* 玻璃边框 */\n border: 1px solid rgba(255, 255, 255, 0.25);\n \n /* 多层阴影创建深度 */\n box-shadow: \n 0 10px 40px rgba(31, 38, 135, 0.4),\n inset 0 2px 4px rgba(255, 255, 255, 0.3),\n inset 0 -2px 4px rgba(0, 0, 0, 0.12);\n \n border-radius: 20px;\n color: #ffffff;\n font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Monaco', 'Menlo', monospace;\n font-size: 12px;\n overflow: hidden;\n max-width: 90vw;\n max-height: 80vh;\n \n /* 性能优化 */\n transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n/* 主面板的镜面反射效果 */\n#network-debugger-panel::before {\n content: '';\n position: absolute;\n inset: 0;\n border-radius: inherit;\n background: linear-gradient(\n 135deg,\n rgba(255, 255, 255, 0.3) 0%,\n rgba(255, 255, 255, 0.05) 50%,\n transparent 100%\n );\n pointer-events: none;\n z-index: 1;\n}\n\n/* 镜面高光效果 */\n#network-debugger-panel::after {\n content: '';\n position: absolute;\n inset: 0;\n border-radius: inherit;\n background: radial-gradient(\n circle at 30% 30%,\n rgba(255, 255, 255, 0.2),\n transparent 70%\n );\n pointer-events: none;\n z-index: 1;\n}\n\n#network-debugger-panel.minimized {\n /* iOS 控制中心风格的圆角矩形 */\n height: 48px !important;\n width: 220px !important;\n max-width: 220px !important;\n border-radius: 24px !important;\n overflow: hidden;\n \n /* 强制 GPU 加速和 3D 变换 */\n transform: translate3d(0, 0, 0) !important;\n will-change: transform, backdrop-filter !important;\n \n /* 真正的 iOS Liquid Glass 效果 - 加强版 */\n background: \n /* 顶部高光 */\n linear-gradient(180deg, \n rgba(255, 255, 255, 0.5) 0%, \n rgba(255, 255, 255, 0.1) 35%),\n /* 主玻璃层 */\n radial-gradient(ellipse at top, \n rgba(255, 255, 255, 0.35), \n rgba(255, 255, 255, 0.12)),\n /* iOS 浅色基底 */\n rgba(245, 245, 247, 0.85) !important;\n \n /* 增强毛玻璃效果 */\n backdrop-filter: blur(40px) saturate(220%) brightness(1.1) !important;\n -webkit-backdrop-filter: blur(40px) saturate(220%) brightness(1.1) !important;\n \n /* iOS 风格边缘光效 - 增强版 */\n box-shadow: \n /* 外发光 */\n 0 0 0 0.5px rgba(255, 255, 255, 0.7) !important,\n /* 内阴影创建玻璃厚度 */\n inset 0 1px 0 0 rgba(255, 255, 255, 0.7) !important,\n inset 0 -1px 0 0 rgba(0, 0, 0, 0.2) !important,\n /* 深度阴影 */\n 0 15px 40px rgba(0, 0, 0, 0.3) !important,\n 0 4px 10px rgba(0, 0, 0, 0.2) !important;\n \n /* 平滑过渡 */\n transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;\n}\n\n#network-debugger-panel.minimized .debugger-content {\n display: none;\n}\n\n#network-debugger-panel.minimized .resize-handle {\n display: none;\n}\n\n#network-debugger-panel.fullscreen .resize-handle {\n display: none;\n}\n\n#network-debugger-panel.fullscreen {\n backdrop-filter: blur(25px) saturate(200%);\n -webkit-backdrop-filter: blur(25px) saturate(200%);\n}\n\n#network-debugger-panel.bottom-right {\n bottom: 20px;\n right: 20px;\n width: 600px;\n height: 500px;\n}\n\n#network-debugger-panel.bottom-left {\n bottom: 20px;\n left: 20px;\n width: 600px;\n height: 500px;\n}\n\n#network-debugger-panel.top-right {\n top: 20px;\n right: 20px;\n width: 600px;\n height: 500px;\n}\n\n#network-debugger-panel.top-left {\n top: 20px;\n left: 20px;\n width: 600px;\n height: 500px;\n}\n\n#network-debugger-panel.fullscreen {\n top: 0;\n left: 0;\n width: 100vw !important;\n height: 100vh !important;\n border-radius: 0;\n}\n\n.debugger-header {\n /* 头部 Liquid Glass 效果 */\n backdrop-filter: blur(15px) brightness(1.1);\n -webkit-backdrop-filter: blur(15px) brightness(1.1);\n \n /* 多层背景效果 */\n background: \n /* 顶部高光 */\n linear-gradient(180deg, \n rgba(255, 255, 255, 0.8) 0%, \n rgba(255, 255, 255, 0.4) 60%),\n /* 基础玻璃层 */\n linear-gradient(\n 135deg,\n rgba(255, 255, 255, 0.6),\n rgba(255, 255, 255, 0.4)\n );\n \n border: 1px solid rgba(255, 255, 255, 0.2);\n border-bottom: 1px solid rgba(255, 255, 255, 0.15);\n \n padding: 12px 16px;\n display: flex;\n justify-content: space-between;\n align-items: center;\n cursor: move;\n user-select: none;\n position: relative;\n z-index: 2;\n \n /* iOS 风格圆角 */\n border-radius: 20px 20px 0 0;\n \n transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n.debugger-header:hover {\n backdrop-filter: blur(18px) brightness(1.15);\n -webkit-backdrop-filter: blur(18px) brightness(1.15);\n background: linear-gradient(\n 135deg,\n rgba(255, 255, 255, 0.15),\n rgba(255, 255, 255, 0.08)\n );\n}\n\n.debugger-title {\n font-weight: 600;\n color: rgba(60, 60, 67, 0.9);\n font-size: 15px;\n text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);\n}\n\n.debugger-controls {\n display: flex;\n gap: 10px;\n position: relative;\n z-index: 3;\n}\n\n/* 搜索栏样式 */\n.debugger-search-bar {\n padding: 8px 15px;\n backdrop-filter: blur(10px) brightness(1.08);\n -webkit-backdrop-filter: blur(10px) brightness(1.08);\n background: linear-gradient(\n 135deg,\n rgba(255, 255, 255, 0.5),\n rgba(255, 255, 255, 0.3)\n );\n border-bottom: 1px solid rgba(255, 255, 255, 0.2);\n display: flex;\n align-items: center;\n gap: 10px;\n position: relative;\n z-index: 5;\n}\n\n.search-input-wrapper {\n flex: 1;\n position: relative;\n display: flex;\n align-items: center;\n background: rgba(255, 255, 255, 0.7);\n border: 1px solid rgba(0, 0, 0, 0.08);\n border-radius: 12px;\n padding: 6px 12px;\n transition: all 0.2s ease;\n box-shadow: \n inset 0 1px 3px rgba(0, 0, 0, 0.08),\n 0 1px 1px rgba(255, 255, 255, 0.5);\n}\n\n.search-input-wrapper:focus-within {\n background: rgba(255, 255, 255, 0.9);\n border-color: rgba(0, 122, 255, 0.3);\n box-shadow: \n inset 0 1px 3px rgba(0, 0, 0, 0.1),\n 0 0 0 3px rgba(0, 122, 255, 0.1);\n}\n\n.search-icon {\n margin-right: 6px;\n opacity: 0.5;\n flex-shrink: 0;\n}\n\n.search-input {\n flex: 1;\n border: none;\n background: transparent;\n color: rgba(60, 60, 67, 0.9);\n font-size: 13px;\n outline: none;\n font-family: inherit;\n}\n\n.search-input::placeholder {\n color: rgba(60, 60, 67, 0.5);\n}\n\n.search-clear-btn {\n background: rgba(0, 0, 0, 0.05);\n border: none;\n border-radius: 50%;\n width: 20px;\n height: 20px;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n color: rgba(60, 60, 67, 0.7);\n font-size: 16px;\n line-height: 1;\n padding: 0;\n margin-left: 4px;\n flex-shrink: 0;\n transition: all 0.2s ease;\n}\n\n.search-clear-btn:hover {\n background: rgba(0, 0, 0, 0.1);\n color: rgba(60, 60, 67, 0.9);\n}\n\n.search-stats {\n color: rgba(60, 60, 67, 0.7);\n font-size: 12px;\n white-space: nowrap;\n display: none;\n}\n\n/* 空搜索结果样式 */\n.empty-search-result {\n padding: 20px;\n}\n\n.empty-search-result svg {\n display: block;\n margin: 0 auto;\n}\n\n.debugger-btn {\n /* 按钮毛玻璃效果但保证可见性 */\n backdrop-filter: blur(8px);\n -webkit-backdrop-filter: blur(8px);\n background: linear-gradient(\n 135deg,\n rgba(255, 255, 255, 0.7),\n rgba(255, 255, 255, 0.5)\n );\n border: 1px solid rgba(0, 0, 0, 0.08);\n color: rgba(60, 60, 67, 0.9);\n text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);\n padding: 6px 12px;\n border-radius: 12px;\n cursor: pointer;\n font-size: 11px;\n font-weight: 600;\n \n /* 按钮阴影 */\n box-shadow: \n 0 2px 8px rgba(0, 0, 0, 0.1),\n inset 0 1px 0 rgba(255, 255, 255, 0.25);\n \n transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n transform: translateZ(0);\n}\n\n.debugger-btn:hover {\n backdrop-filter: blur(12px);\n -webkit-backdrop-filter: blur(12px);\n background: linear-gradient(\n 135deg,\n rgba(255, 255, 255, 0.2),\n rgba(255, 255, 255, 0.12)\n );\n transform: scale(1.05) translateZ(5px);\n box-shadow: \n 0 4px 16px rgba(0, 0, 0, 0.15),\n inset 0 1px 0 rgba(255, 255, 255, 0.3);\n}\n\n.debugger-btn:active {\n transform: scale(0.98);\n transition: transform 0.1s;\n}\n\n.debugger-btn.active {\n background: linear-gradient(135deg, #007AFF, #5856D6);\n color: #ffffff;\n box-shadow: \n 0 4px 16px rgba(0, 122, 255, 0.25),\n inset 0 1px 0 rgba(255, 255, 255, 0.3);\n backdrop-filter: blur(12px);\n}\n\n.debugger-icon {\n width: 16px;\n height: 16px;\n vertical-align: middle;\n filter: \n brightness(0.8) \n drop-shadow(0 1px 2px rgba(255, 255, 255, 0.8));\n color: rgba(60, 60, 67, 0.8);\n}\n\n.debugger-content {\n height: calc(100% - 60px);\n overflow: hidden;\n display: flex;\n flex-direction: column;\n}\n\n/* 移除标签页相关样式 - 只保留网络面板 */\n\n.debugger-panel-content {\n flex: 1;\n overflow: auto;\n padding: 12px;\n}\n\n.request-list {\n display: flex;\n flex-direction: column;\n gap: 12px;\n padding: 16px;\n position: relative;\n z-index: 2;\n}\n\n.request-item {\n /* 请求项毛玻璃效果加动态光效 */\n position: relative;\n backdrop-filter: blur(10px) brightness(1.1);\n -webkit-backdrop-filter: blur(10px) brightness(1.1);\n \n /* 背景极简化,避免遮挡文本 */\n background: rgba(255, 255, 255, 0.35);\n border: 1px solid rgba(255, 255, 255, 0.28);\n border-radius: 16px;\n padding: 16px;\n cursor: default;\n \n /* 深度阴影和玻璃效果 */\n box-shadow: \n 0 4px 16px rgba(31, 38, 135, 0.2),\n inset 0 1px 2px rgba(255, 255, 255, 0.15),\n inset 0 -1px 1px rgba(0, 0, 0, 0.05);\n \n /* 流体动画和光效 */\n transition: background 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;\n transform: translateZ(0);\n animation: none;\n}\n\n/* 模拟折射效果的伪元素 */\n.request-item::before {\n content: '';\n position: absolute;\n inset: -1px;\n border-radius: inherit;\n background: radial-gradient(\n circle at var(--mouse-x, 30%) var(--mouse-y, 30%),\n rgba(255, 255, 255, 0.4) 0%,\n rgba(255, 255, 255, 0.1) 30%,\n transparent 70%\n );\n opacity: 0;\n transition: opacity 0.4s ease;\n pointer-events: none;\n mix-blend-mode: overlay;\n z-index: 1;\n}\n\n/* 高光效果伪元素 */\n.request-item::after {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n height: 40%;\n border-radius: 16px 16px 0 0;\n background: linear-gradient(\n 180deg,\n rgba(255, 255, 255, 0.2) 0%,\n transparent 100%\n );\n pointer-events: none;\n z-index: 1;\n}\n\n.request-item:hover {\n backdrop-filter: blur(15px) brightness(1.2);\n -webkit-backdrop-filter: blur(15px) brightness(1.2);\n \n /* 增强 hover 时的光效 - 移除会导致抖动的效果 */\n background: \n linear-gradient(\n 135deg,\n rgba(255, 255, 255, 0.2),\n rgba(255, 255, 255, 0.12)\n );\n \n /* 移除 transform 和 animation 避免抖动 */\n transition: background 0.2s ease, box-shadow 0.2s ease, backdrop-filter 0.2s ease;\n \n box-shadow: \n 0 8px 24px rgba(31, 38, 135, 0.25),\n inset 0 2px 4px rgba(255, 255, 255, 0.25),\n inset 0 -2px 2px rgba(0, 0, 0, 0.08);\n}\n\n/* 激活折射效果 */\n.request-item:hover::before {\n opacity: 1;\n}\n\n.request-item.expanded {\n backdrop-filter: blur(18px) brightness(1.2);\n -webkit-backdrop-filter: blur(18px) brightness(1.2);\n background: linear-gradient(\n 135deg,\n rgba(0, 122, 255, 0.08),\n rgba(255, 255, 255, 0.05)\n );\n border-color: rgba(0, 122, 255, 0.2);\n box-shadow: \n 0 8px 32px rgba(0, 0, 0, 0.15),\n inset 0 2px 4px rgba(255, 255, 255, 0.15);\n}\n\n.request-header {\n display: flex;\n justify-content: space-between;\n align-items: center;\n margin-bottom: 4px;\n cursor: pointer;\n}\n\n.request-method {\n /* 方法标签毛玻璃效果 */\n backdrop-filter: blur(6px);\n -webkit-backdrop-filter: blur(6px);\n padding: 4px 10px;\n border-radius: 10px;\n font-weight: 600;\n font-size: 10px;\n text-transform: uppercase;\n min-width: 45px;\n text-align: center;\n border: 1px solid rgba(255, 255, 255, 0.2);\n box-shadow: \n 0 2px 8px rgba(0, 0, 0, 0.1),\n inset 0 1px 0 rgba(255, 255, 255, 0.25);\n transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n.method-get { \n background: linear-gradient(135deg, #4CAF50, #45a049);\n color: #ffffff;\n box-shadow: 0 0 15px rgba(76, 175, 80, 0.4);\n}\n.method-post { \n background: linear-gradient(135deg, #2196F3, #1976D2);\n color: #ffffff;\n box-shadow: 0 0 15px rgba(33, 150, 243, 0.4);\n}\n.method-put { \n background: linear-gradient(135deg, #FF9800, #F57C00);\n color: #ffffff;\n box-shadow: 0 0 15px rgba(255, 152, 0, 0.4);\n}\n.method-delete { \n background: linear-gradient(135deg, #F44336, #D32F2F);\n color: #ffffff;\n box-shadow: 0 0 15px rgba(244, 67, 54, 0.4);\n}\n.method-patch { \n background: linear-gradient(135deg, #9C27B0, #7B1FA2);\n color: #ffffff;\n box-shadow: 0 0 15px rgba(156, 39, 176, 0.4);\n}\n\n.request-url {\n flex: 1;\n margin: 0 8px;\n word-break: break-all;\n white-space: normal;\n color: rgba(20, 20, 33, 0.98);\n font-size: 11px;\n line-height: 1.3;\n}\n\n.request-status {\n /* 状态码标签毛玻璃效果 */\n backdrop-filter: blur(6px);\n -webkit-backdrop-filter: blur(6px);\n padding: 4px 10px;\n border-radius: 10px;\n font-size: 10px;\n font-weight: 600;\n min-width: 40px;\n text-align: center;\n border: 1px solid rgba(255, 255, 255, 0.2);\n box-shadow: \n 0 2px 8px rgba(0, 0, 0, 0.1),\n inset 0 1px 0 rgba(255, 255, 255, 0.25);\n transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n.status-2xx { \n background: linear-gradient(135deg, #4CAF50, #45a049);\n color: #ffffff;\n box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);\n}\n.status-3xx { \n background: linear-gradient(135deg, #FF9800, #F57C00);\n color: #ffffff;\n box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);\n}\n.status-4xx { \n background: linear-gradient(135deg, #F44336, #D32F2F);\n color: #ffffff;\n box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);\n}\n.status-5xx { \n background: linear-gradient(135deg, #9C27B0, #7B1FA2);\n color: #ffffff;\n box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);\n}\n.status-error { \n background: linear-gradient(135deg, #F44336, #D32F2F);\n color: #ffffff;\n box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);\n}\n\n.request-info {\n display: flex;\n justify-content: space-between;\n font-size: 10px;\n color: rgba(60, 60, 67, 0.7);\n}\n\n.request-details {\n margin-top: 12px;\n border-top: 1px solid rgba(60, 60, 67, 0.2);\n padding-top: 12px;\n display: none;\n}\n\n/* 默认折叠headers */\n.request-details .detail-section.collapsible {\n /* 默认折叠状态 */\n}\n\n.request-details .detail-section.collapsible:not(.expanded) .detail-content {\n display: none;\n}\n\n.request-details .detail-section.collapsible:not(.expanded) .collapse-icon {\n transform: rotate(-90deg);\n}\n\n.request-item.expanded .request-details {\n display: block;\n}\n\n.detail-section {\n margin-bottom: 16px;\n}\n\n.detail-title {\n font-weight: bold;\n color: #4CAF50;\n margin-bottom: 8px;\n font-size: 11px;\n text-transform: uppercase;\n border-bottom: 1px solid rgba(60, 60, 67, 0.2);\n padding-bottom: 4px;\n}\n\n.detail-title.highlight {\n color: #FFD700;\n font-size: 12px;\n background: rgba(255, 215, 0, 0.1);\n padding: 6px 8px;\n border-radius: 4px;\n border-bottom: 2px solid #FFD700;\n}\n\n.detail-title.clickable {\n cursor: pointer;\n user-select: none;\n display: flex;\n align-items: center;\n gap: 4px;\n}\n\n.detail-title.clickable:hover {\n background: rgba(76, 175, 80, 0.1);\n}\n\n.collapse-icon {\n display: inline-block;\n transition: transform 0.2s;\n font-size: 10px;\n}\n\n.detail-section.collapsible {\n position: relative;\n}\n\n.detail-section.collapsible.collapsed .detail-content {\n display: none;\n}\n\n.detail-section.collapsible.collapsed .collapse-icon {\n transform: rotate(-90deg);\n}\n\n.detail-content {\n /* 详情内容毛玻璃效果 - 浅色主题 */\n backdrop-filter: blur(8px) brightness(1.1);\n -webkit-backdrop-filter: blur(8px) brightness(1.1);\n background: linear-gradient(\n 135deg,\n rgba(255, 255, 255, 0.6),\n rgba(255, 255, 255, 0.4)\n );\n border: 1px solid rgba(60, 60, 67, 0.2);\n padding: 16px;\n border-radius: 12px;\n max-height: 400px;\n min-height: 300px;\n overflow: auto;\n user-select: text;\n \n /* 内部阴影 */\n box-shadow: \n inset 0 2px 4px rgba(0, 0, 0, 0.05),\n inset 0 -1px 2px rgba(255, 255, 255, 0.15);\n \n /* 平滑滚动 */\n scroll-behavior: smooth;\n}\n\n.json-content {\n white-space: pre-wrap;\n font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;\n font-size: 11px;\n line-height: 1.4;\n color: rgba(60, 60, 67, 0.9);\n}\n\n.headers-table {\n width: 100%;\n border-collapse: collapse;\n font-size: 10px;\n}\n\n.headers-table th,\n.headers-table td {\n padding: 4px 8px;\n text-align: left;\n border-bottom: 1px solid rgba(60, 60, 67, 0.2);\n}\n\n.headers-table th {\n background: rgba(255, 255, 255, 0.3);\n color: #4CAF50;\n font-weight: bold;\n}\n\n.headers-table td {\n color: rgba(20, 20, 33, 0.85);\n}\n\n.decrypted-badge {\n background: #4CAF50;\n color: #000;\n padding: 2px 6px;\n border-radius: 3px;\n font-size: 9px;\n margin-left: 8px;\n font-weight: bold;\n}\n\n.error-badge {\n background: #F44336;\n color: #fff;\n padding: 2px 6px;\n border-radius: 3px;\n font-size: 9px;\n margin-left: 8px;\n font-weight: bold;\n}\n\n.share-btn {\n /* 分享按钮毛玻璃效果 */\n backdrop-filter: blur(6px);\n -webkit-backdrop-filter: blur(6px);\n background: linear-gradient(135deg, #2196F3, #1976D2);\n color: #ffffff;\n border: 1px solid rgba(33, 150, 243, 0.3);\n padding: 6px 12px;\n border-radius: 10px;\n font-size: 10px;\n font-weight: 500;\n margin-left: 8px;\n cursor: pointer;\n white-space: nowrap;\n \n box-shadow: \n 0 2px 8px rgba(33, 150, 243, 0.3),\n inset 0 1px 0 rgba(255, 255, 255, 0.2);\n \n transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n transform: translateZ(0);\n}\n\n.share-btn:hover {\n background: linear-gradient(135deg, #1976D2, #1565C0);\n transform: scale(1.05) translateZ(5px);\n box-shadow: \n 0 4px 16px rgba(33, 150, 243, 0.4),\n inset 0 1px 0 rgba(255, 255, 255, 0.3);\n}\n\n.share-btn:active {\n transform: scale(0.98);\n transition: transform 0.1s;\n}\n\n.api-curl-btn {\n /* API Curl 按钮毛玻璃效果 */\n backdrop-filter: blur(6px);\n -webkit-backdrop-filter: blur(6px);\n background: linear-gradient(135deg, #4CAF50, #45a049);\n color: #ffffff;\n border: 1px solid rgba(76, 175, 80, 0.3);\n padding: 6px 12px;\n border-radius: 10px;\n font-size: 10px;\n font-weight: 500;\n margin-left: 8px;\n cursor: pointer;\n white-space: nowrap;\n \n box-shadow: \n 0 2px 8px rgba(76, 175, 80, 0.3),\n inset 0 1px 0 rgba(255, 255, 255, 0.2);\n \n transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n transform: translateZ(0);\n}\n\n.api-curl-btn:hover {\n background: linear-gradient(135deg, #45a049, #388E3C);\n transform: scale(1.05) translateZ(5px);\n box-shadow: \n 0 4px 16px rgba(76, 175, 80, 0.4),\n inset 0 1px 0 rgba(255, 255, 255, 0.3);\n}\n\n.api-curl-btn:active {\n transform: scale(0.98);\n transition: transform 0.1s;\n}\n\n.console-content {\n background: #000;\n color: #0f0;\n font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;\n font-size: 11px;\n line-height: 1.4;\n height: 100%;\n overflow: auto;\n padding: 8px;\n}\n\n.console-input {\n display: flex;\n align-items: center;\n background: #333;\n padding: 8px;\n border-top: 1px solid #444;\n}\n\n.console-prompt {\n color: #4CAF50;\n margin-right: 8px;\n font-weight: bold;\n}\n\n.console-cmd {\n flex: 1;\n background: none;\n border: none;\n color: #fff;\n font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;\n font-size: 12px;\n outline: none;\n}\n\n.tools-section {\n padding: 12px;\n background: #2a2a2a;\n border-bottom: 1px solid #444;\n}\n\n.tool-buttons {\n display: flex;\n gap: 8px;\n flex-wrap: wrap;\n}\n\n.tool-btn {\n padding: 6px 12px;\n background: #4CAF50;\n color: #000;\n border: none;\n border-radius: 4px;\n cursor: pointer;\n font-size: 11px;\n font-weight: bold;\n transition: background-color 0.2s;\n}\n\n.tool-btn:hover {\n background: #45a049;\n}\n\n.tool-btn:disabled {\n background: #666;\n color: #999;\n cursor: not-allowed;\n}\n\n/* 动态光效动画 - 模拟 Shader 效果 */\n@keyframes liquid-shimmer {\n 0% {\n background-position: -300% center;\n transform: translateX(-10px);\n }\n 50% {\n transform: translateX(0);\n }\n 100% {\n background-position: 300% center;\n transform: translateX(10px);\n }\n}\n\n@keyframes liquid-refraction {\n 0%, 100% {\n transform: scale(1) perspective(1000px) rotateY(0deg);\n filter: blur(0px);\n }\n 25% {\n transform: scale(1.01) perspective(1000px) rotateY(0.5deg);\n filter: blur(0.5px);\n }\n 75% {\n transform: scale(0.99) perspective(1000px) rotateY(-0.5deg);\n filter: blur(0.3px);\n }\n}\n\n@keyframes liquid-expand {\n 0% { \n opacity: 0;\n transform: scale(0.95) translateY(-10px);\n backdrop-filter: blur(5px);\n }\n 50% { \n opacity: 0.7;\n transform: scale(1.02) translateY(-2px);\n backdrop-filter: blur(12px);\n }\n 100% { \n opacity: 1;\n transform: scale(1) translateY(0);\n backdrop-filter: blur(8px);\n }\n}\n\n@keyframes liquid-glow {\n 0%, 100% { \n box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);\n }\n 50% { \n box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);\n }\n}\n\n.expanding {\n animation: liquid-expand 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n.request-item.expanded {\n animation: liquid-glow 2s ease-in-out infinite;\n}\n\n/* 移动端响应式 */\n@media (max-width: 768px) {\n #network-debugger-panel.bottom-right,\n #network-debugger-panel.bottom-left,\n #network-debugger-panel.top-right,\n #network-debugger-panel.top-left {\n width: calc(100vw - 20px) !important;\n left: 10px !important;\n right: auto !important;\n /* 移动端清晰毛玻璃 */\n backdrop-filter: blur(15px) saturate(150%);\n -webkit-backdrop-filter: blur(15px) saturate(150%);\n }\n \n .request-item {\n padding: 12px;\n border-radius: 12px;\n }\n \n .debugger-header {\n padding: 10px 12px;\n }\n \n .debugger-controls {\n gap: 6px;\n }\n \n .debugger-btn {\n padding: 4px 8px;\n font-size: 10px;\n }\n \n /* 最小化时不应用全宽,保持小尺寸 */\n #network-debugger-panel.minimized {\n width: 180px !important;\n max-width: 180px !important;\n height: 40px !important;\n }\n}\n\n@media (max-width: 480px) {\n .request-header {\n flex-direction: column;\n gap: 8px;\n align-items: stretch;\n }\n \n .request-method,\n .request-status {\n align-self: flex-start;\n }\n \n .share-btn,\n .api-curl-btn {\n margin-left: 0;\n margin-top: 4px;\n }\n}\n\n/* iOS 26 风格滚动条 */\n#network-debugger-panel ::-webkit-scrollbar {\n width: 8px;\n height: 8px;\n}\n\n#network-debugger-panel ::-webkit-scrollbar-track {\n background: rgba(255, 255, 255, 0.05);\n border-radius: 4px;\n backdrop-filter: blur(5px);\n}\n\n#network-debugger-panel ::-webkit-scrollbar-thumb {\n background: linear-gradient(\n 135deg,\n rgba(255, 255, 255, 0.2),\n rgba(255, 255, 255, 0.1)\n );\n border-radius: 4px;\n border: 1px solid rgba(255, 255, 255, 0.1);\n backdrop-filter: blur(10px);\n transition: all 0.3s ease;\n}\n\n#network-debugger-panel ::-webkit-scrollbar-thumb:hover {\n background: linear-gradient(\n 135deg,\n rgba(255, 255, 255, 0.3),\n rgba(255, 255, 255, 0.15)\n );\n box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);\n}\n\n.resize-handle {\n position: absolute;\n background: transparent;\n}\n\n.resize-handle.n {\n top: -3px;\n left: 0;\n right: 0;\n height: 6px;\n cursor: ns-resize;\n}\n\n.resize-handle.s {\n bottom: -3px;\n left: 0;\n right: 0;\n height: 6px;\n cursor: ns-resize;\n}\n\n.resize-handle.e {\n top: 0;\n right: -3px;\n bottom: 0;\n width: 6px;\n cursor: ew-resize;\n}\n\n.resize-handle.w {\n top: 0;\n left: -3px;\n bottom: 0;\n width: 6px;\n cursor: ew-resize;\n}\n\n.resize-handle.ne {\n top: -3px;\n right: -3px;\n width: 12px;\n height: 12px;\n cursor: ne-resize;\n}\n\n.resize-handle.nw {\n top: -3px;\n left: -3px;\n width: 12px;\n height: 12px;\n cursor: nw-resize;\n}\n\n.resize-handle.se {\n bottom: -3px;\n right: -3px;\n width: 12px;\n height: 12px;\n cursor: se-resize;\n}\n\n.resize-handle.sw {\n bottom: -3px;\n left: -3px;\n width: 12px;\n height: 12px;\n cursor: sw-resize;\n}\n\n.debugger-reopen-btn {\n position: fixed;\n z-index: 999999;\n background: #4CAF50;\n color: #000;\n border: none;\n padding: 8px 10px;\n border-radius: 16px;\n font-weight: bold;\n font-size: 12px;\n box-shadow: 0 4px 12px rgba(0,0,0,0.25);\n cursor: pointer;\n}\n\n.debugger-reopen-btn:hover {\n filter: brightness(0.95);\n}\n";this.shadowRoot.appendChild(A);this.container=document.createElement("div");this.container.id="network-debugger-panel";this.container.className=`${this.config.position} ${this.config.minimized?"minimized":""}`;this.container.style.pointerEvents="auto";this.container.innerHTML='\n <div class="debugger-header">\n <div class="debugger-title">🔓 PWTK 解密小工具 <span style="font-size: 10px; opacity: 0.7;">by Leo v1.3.0</span></div>\n <div class="debugger-controls">\n <button class="debugger-btn" data-action="clear" title="清空"><svg class="debugger-icon" viewBox="0 0 24 24"><path fill="currentColor" d="M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"/></svg></button>\n <button class="debugger-btn" data-action="export" title="导出"><svg class="debugger-icon" viewBox="0 0 24 24"><path fill="currentColor" d="M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"/></svg></button>\n <button class="debugger-btn" data-action="fullscreen" title="全屏"><svg class="debugger-icon" viewBox="0 0 24 24"><path fill="currentColor" d="M7 14H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12 7h-3v2h5v-5h-2v3zM14 5v2h3v3h2V5h-5z"/></svg></button>\n <button class="debugger-btn" data-action="close" title="关闭"><svg class="debugger-icon" viewBox="0 0 24 24"><path fill="currentColor" d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg></button>\n </div>\n </div>\n <div class="debugger-search-bar">\n <div class="search-input-wrapper">\n <svg class="search-icon" viewBox="0 0 24 24" width="16" height="16"><path fill="currentColor" d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/></svg>\n <input type="text" class="search-input" placeholder="搜索 URL、方法、状态码..." />\n <button class="search-clear-btn" title="清除搜索" style="display: none;">×</button>\n </div>\n <div class="search-stats"></div>\n </div>\n <div class="debugger-content">\n <div class="debugger-panel-content">\n <div class="network-panel">\n <div class="request-list"></div>\n </div>\n </div>\n </div>\n ';this.addResizeHandles();this.shadowRoot.appendChild(this.container);document.body.appendChild(this.hostElement);this.networkTab=this.shadowRoot.querySelector(".network-panel")}addResizeHandles(){["n","s","e","w","ne","nw","se","sw"].forEach(A=>{const e=document.createElement("div");e.className=`resize-handle ${A}`;e.dataset.direction=A;this.container.appendChild(e)})}bindEvents(){const A=this.shadowRoot.querySelector(".debugger-header"),e=this.shadowRoot.querySelector(".debugger-controls"),t=this.shadowRoot.querySelector(".search-input"),r=this.shadowRoot.querySelector(".search-clear-btn");t.addEventListener("input",A=>{const e=A.target.value;this.searchQuery=e;if(e)r.style.display="block";else r.style.display="none";if(this.searchDebounceTimer)clearTimeout(this.searchDebounceTimer);this.searchDebounceTimer=window.setTimeout(()=>{this.filterRequests();this.searchDebounceTimer=null},200)});r.addEventListener("click",()=>{t.value="";this.searchQuery="";r.style.display="none";this.filterRequests();t.focus()});A.addEventListener("mousedown",A=>{if(A.target!==e&&!e.contains(A.target))if(!A.target.closest(".debugger-search-bar"))this.startDrag(A)});e.addEventListener("click",A=>{A.stopPropagation();let t=A.target;for(;t&&t!==e&&!t.dataset?.action;)t=t.parentElement;const r=t?.dataset?.action;if(r)switch(r){case"clear":this.clearRequests();break;case"export":this.exportData();break;case"fullscreen":this.toggleFullscreen();break;case"close":this.hide()}});this.shadowRoot.querySelectorAll(".resize-handle").forEach(A=>{A.addEventListener("mousedown",e=>{e.stopPropagation();const t=A.dataset.direction||A.classList[1]||"se";this.startResize(e,t)})});const n=this.handleMouseMove.bind(this),i=this.handleMouseUp.bind(this),s=this.handleWindowResize.bind(this);this.addEventListener(document,"mousemove",n);this.addEventListener(document,"mouseup",i);this.addEventListener(window,"resize",s)}startListening(){this.interceptor.addListener(A=>{this.addRequestToUI(A)});this.requestsCache=this.interceptor.getRequests();this.renderRequests()}addRequestToUI(A){_A.debug("[PWTK UI] Adding/updating request:",{id:A.id,url:A.url,hasResponse:!!A.responseBody,hasDecryptedRequest:!!A.decryptedRequest,hasDecryptedResponse:!!A.decryptedResponse,status:A.status});const e=this.requestsCache.findIndex(e=>e.id===A.id);if(e>=0)this.requestsCache[e]=A;else this.requestsCache.unshift(A);if(this.requestsCache.length>100)this.requestsCache=this.requestsCache.slice(0,100);this.scheduleRender()}scheduleRender(){if(this.renderDebounceTimer)clearTimeout(this.renderDebounceTimer);this.renderDebounceTimer=window.setTimeout(()=>{this.renderRequests();this.renderDebounceTimer=null},50)}filterRequests(){if(!this.searchQuery)this.filteredRequestsCache=this.requestsCache;else{const A=this.searchQuery.toLowerCase();this.filteredRequestsCache=this.requestsCache.filter(e=>{if(e.url.toLowerCase().includes(A))return!0;if(e.method.toLowerCase().includes(A))return!0;if(e.status&&e.status.toString().includes(A))return!0;if(e.requestBody){if(("string"==typeof e.requestBody?e.requestBody:JSON.stringify(e.requestBody)).toLowerCase().includes(A))return!0}if(e.responseBody){if(("string"==typeof e.responseBody?e.responseBody:JSON.stringify(e.responseBody)).toLowerCase().includes(A))return!0}if(e.decryptedRequest){if(("string"==typeof e.decryptedRequest?e.decryptedRequest:JSON.stringify(e.decryptedRequest)).toLowerCase().includes(A))return!0}if(e.decryptedResponse){if(("string"==typeof e.decryptedResponse?e.decryptedResponse:JSON.stringify(e.decryptedResponse)).toLowerCase().includes(A))return!0}return!1})}this.renderRequests();this.updateSearchStats()}updateSearchStats(){const A=this.shadowRoot.querySelector(".search-stats");if(A)if(this.searchQuery){const e=this.requestsCache.length,t=this.filteredRequestsCache.length;A.textContent=`显示 ${t} / ${e} 条`;A.style.display="block"}else{A.textContent="";A.style.display="none"}}renderRequests(){const A=this.shadowRoot.querySelector(".request-list");if(!A)return;A.innerHTML="";const e=this.searchQuery?this.filteredRequestsCache:this.requestsCache;if(0===e.length&&this.searchQuery){const e=document.createElement("div");e.className="empty-search-result";e.innerHTML=`\n <div style="text-align: center; padding: 40px 20px; color: #999;">\n <svg viewBox="0 0 24 24" width="48" height="48" style="opacity: 0.5; margin-bottom: 10px;"><path fill="currentColor" d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/></svg>\n <p>未找到匹配的请求</p>\n <p style="font-size: 12px; opacity: 0.7;">搜索:"${this.searchQuery}"</p>\n </div>\n `;A.appendChild(e);return}const t=this.config.webgl?.applyToItems??!1,r=document.createDocumentFragment();e.forEach((A,e)=>{const n=this.createRequestItem(A);r.appendChild(n);if(this.webglManager&&t)n.classList.add("webgl-fallback","enhanced-css-glass")});A.appendChild(r)}createRequestItem(A){const e=document.createElement("div");e.className="request-item";e.dataset.requestId=A.id;const t=this.getStatusClass(A.status),r=`method-${A.method.toLowerCase()}`;A.decryptedRequest||A.decryptedResponse;const n=A.error;e.innerHTML=`\n <div class="request-header">\n <span class="request-method ${r}">${A.method}</span>\n <span class="request-url" title="${A.url}">${this.truncateUrl(A.url)}</span>\n <span class="request-status ${t}">${A.status?A.status:void 0!==A.duration?"ERR":"Pending"}</span>\n ${n?'<span class="error-badge">⚠️</span>':""}\n <button class="share-btn" title="分享此请求 (by Leo)" onclick="event.stopPropagation()">分享链接</button>\n <button class="api-curl-btn" title="生成API请求 (by Leo)" onclick="event.stopPropagation()">API Curl</button>\n </div>\n <div class="request-info">\n <span>${new Date(A.timestamp).toLocaleTimeString()}</span>\n <span>${A.duration?`${A.duration}ms`:"Pending"}</span>\n </div>\n <div class="request-details">\n ${this.renderRequestDetails(A)}\n </div>\n `;const i=e.querySelector(".request-header");i?.addEventListener("click",A=>{const t=A.target;if(!t.closest(".share-btn")&&!t.closest(".api-curl-btn"))e.classList.toggle("expanded")});const s=e.querySelector(".share-btn");s?.addEventListener("click",async e=>{e.stopPropagation();await this.shareRequest(A)});const o=e.querySelector(".api-curl-btn");o?.addEventListener("click",async e=>{e.stopPropagation();await this.generateApiCurl(A)});e.querySelectorAll(".detail-section.collapsible .detail-title").forEach(A=>{A.addEventListener("click",e=>{e.stopPropagation();const t=A.parentElement;if(t)t.classList.toggle("collapsed")})});return e}renderRequestDetails(A){let e="";A.id.replace(/[^a-zA-Z0-9]/g,"");if(A.decryptedRequest)e+=`\n <div class="detail-section">\n <div class="detail-title highlight">解密请求数据</div>\n <div class="detail-content">\n <div class="json-content">${this.formatData(A.decryptedRequest)}</div>\n </div>\n </div>\n `;if(A.decryptedResponse)e+=`\n <div class="detail-section">\n <div class="detail-title highlight">解密响应数据</div>\n <div class="detail-content">\n <div class="json-content">${this.formatData(A.decryptedResponse)}</div>\n </div>\n </div>\n `;if(Object.keys(A.headers).length>0)e+=`\n <div class="detail-section collapsible collapsed">\n <div class="detail-title clickable" data-toggle="collapse">\n <span class="collapse-icon">▼</span> 请求头 (${Object.keys(A.headers).length})\n </div>\n <div class="detail-content">\n <table class="headers-table">\n ${Object.entries(A.headers).map(([A,e])=>`<tr><td>${A}</td><td>${e}</td></tr>`).join("")}\n </table>\n </div>\n </div>\n `;if(A.responseHeaders&&Object.keys(A.responseHeaders).length>0)e+=`\n <div class="detail-section collapsible collapsed">\n <div class="detail-title clickable" data-toggle="collapse">\n <span class="collapse-icon">▼</span> 响应头 (${Object.keys(A.responseHeaders).length})\n </div>\n <div class="detail-content">\n <table class="headers-table">\n ${Object.entries(A.responseHeaders).map(([A,e])=>`<tr><td>${A}</td><td>${e}</td></tr>`).join("")}\n </table>\n </div>\n </div>\n `;if(A.requestBody)e+=`\n <div class="detail-section">\n <div class="detail-title">${A.decryptedRequest?"原始请求数据":"请求数据"}</div>\n <div class="detail-content">\n <div class="json-content">${this.formatData(A.requestBody)}</div>\n </div>\n </div>\n `;if(A.responseBody)e+=`\n <div class="detail-section">\n <div class="detail-title">${A.decryptedResponse?"原始响应数据":"响应数据"}</div>\n <div class="detail-content">\n <div class="json-content">${this.formatData(A.responseBody)}</div>\n </div>\n </div>\n `;if(A.error)e+=`\n <div class="detail-section">\n <div class="detail-title">错误信息</div>\n <div class="detail-content">\n <div class="json-content" style="color: #f44336;">${A.error}</div>\n </div>\n </div>\n `;return e}formatData(A){if("string"==typeof A)try{return NA(JSON.parse(A))}catch{return A}return NA(A)}getStatusClass(A){if(!A)return"status-error";if(A>=200&&A<300)return"status-2xx";if(A>=300&&A<400)return"status-3xx";if(A>=400&&A<500)return"status-4xx";if(A>=500)return"status-5xx";else return"status-error"}truncateUrl(A){const e=A.indexOf("?");if(e>-1)return A.substring(0,e);else return A}clearRequests(){this.requestsCache=[];this.filteredRequestsCache=[];this.interceptor.clearRequests();this.renderRequests();this.updateSearchStats()}exportData(){const A={timestamp:(new Date).toISOString(),requests:this.requestsCache,userAgent:navigator.userAgent,url:window.location.href,creator:"PWTK Network Debugger by Leo (@leeguoo)"},e=new Blob([JSON.stringify(A,null,2)],{type:"application/json"}),t=URL.createObjectURL(e),r=document.createElement("a");r.href=t;r.download=`network-debug-${Date.now()}.json`;r.click();URL.revokeObjectURL(t)}async shareRequest(A){try{const e=await WA(A);if(e){if(await XA(e))alert(`分享链接已复制到剪贴板!\n${e}\n\nCreated by Leo (@leeguoo)`);else prompt("分享链接已创建,请手动复制:\n\nCreated by Leo (@leeguoo)",e)}else throw new Error("无法创建分享链接")}catch(e){_A.error("分享失败:",e);alert("分享失败,请稍后重试")}}async generateApiCurl(A){try{const e=function(A){let e="https://api.httpmisonote.com";try{const t=new URL(A.url);if(t.pathname&&"/"!==t.pathname){let A=t.pathname;const r=A.indexOf("/api/");if(-1!==r)A=A.substring(r);else if(A.includes("/api")){const e=A.indexOf("/api");A=A.substring(e)}e+=A}}catch(n){console.warn("Unable to parse original URL:",A.url)}const t=A.decryptedRequest||A.requestBody;if("GET"===A.method&&t)try{let A={};if("string"==typeof t)A=JSON.parse(t);else A=t;const r=new URLSearchParams;Object.entries(A).forEach(([A,e])=>{r.append(A,String(e))});if(r.toString())e+="?"+r.toString()}catch(n){if("string"==typeof t&&t.trim())e+="?"+t}let r=`curl --location '${e}'`;if("GET"!==A.method)r+=` --request ${A.method}`;if(A.headers){const e=["cookie","set-cookie","session","sessionid","x-session"];Object.entries(A.headers).forEach(([A,t])=>{if(!e.some(e=>A.toLowerCase().includes(e.toLowerCase())))r+=` --header '${A}: ${t}'`})}if(!A.headers||!Object.keys(A.headers).some(A=>A.toLowerCase().includes("authorization")||A.toLowerCase().includes("auth")))r+=" --header 'X-API-Key: test-api-key-123'";if("GET"!==A.method&&t){const A="string"==typeof t?t:JSON.stringify(t);r+=` --data '${A}'`}return r}(A);if(await XA(e))alert("API cURL命令已复制到剪贴板!\n适用于 httpmisonote.com API\n\nCreated by Leo (@leeguoo)");else prompt("API cURL命令已生成,请手动复制:\n\nCreated by Leo (@leeguoo)",e)}catch(e){_A.error("生成API cURL失败:",e);alert("生成API cURL失败,请稍后重试")}}toggleFullscreen(){if(this.container.classList.contains("fullscreen")){this.container.classList.remove("fullscreen");this.container.style.top="";this.container.style.left="";this.container.style.width="";this.container.style.height="";this.loadPosition()}else{this.container.classList.add("fullscreen");this.container.style.top="0";this.container.style.left="0";this.container.style.width="100vw";this.container.style.height="100vh";this.container.style.right="auto";this.container.style.bottom="auto"}this.scheduleWebGLBackgroundUpdate()}startDrag(A){this.isDragging=!0;this.dragStart={x:A.clientX,y:A.clientY};this.container.style.transition="none"}startResize(A,e){this.isResizing=!0;this.resizeDirection=e;this.dragStart={x:A.clientX,y:A.clientY};this.container.style.transition="none"}handleMouseMove(A){if(this.isDragging){const e=A.clientX-this.dragStart.x,t=A.clientY-this.dragStart.y,r=this.container.getBoundingClientRect();this.container.style.left=`${r.left+e}px`;this.container.style.top=`${r.top+t}px`;this.dragStart={x:A.clientX,y:A.clientY};this.scheduleWebGLBackgroundUpdate()}if(this.isResizing){const e=this.resizeDirection;if(!e)return;const t=A.clientX-this.dragStart.x,r=A.clientY-this.dragStart.y,n=this.container.getBoundingClientRect(),i=300,s=200;let o=n.width,a=n.height,c=n.left,l=n.top;if(e.includes("e")){o=Math.max(i,n.width+t);this.container.style.width=`${o}px`}if(e.includes("s")){a=Math.max(s,n.height+r);this.container.style.height=`${a}px`}if(e.includes("w")){o=Math.max(i,n.width-t);if(o>i){c=n.left+t;this.container.style.width=`${o}px`;this.container.style.left=`${c}px`}}if(e.includes("n")){a=Math.max(s,n.height-r);if(a>s){l=n.top+r;this.container.style.height=`${a}px`;this.container.style.top=`${l}px`}}this.dragStart={x:A.clientX,y:A.clientY};this.scheduleWebGLBackgroundUpdate()}}handleMouseUp(){if(this.isDragging||this.isResizing){this.container.style.transition="all 0.3s ease";if(this.isDragging)this.savePosition();this.scheduleWebGLBackgroundUpdate()}this.isDragging=!1;this.isResizing=!1;this.resizeDirection=""}handleWindowResize(){if(this.resizeTimeout)clearTimeout(this.resizeTimeout);this.resizeTimeout=window.setTimeout(()=>{this.adjustPositionForWindowResize()},100)}adjustPositionForWindowResize(){const A=this.container.getBoundingClientRect(),e=window.innerWidth,t=window.innerHeight;let r=!1,n=A.left,i=A.top,s=A.width,o=A.height;if(A.right>e){n=e-A.width;r=!0}if(A.bottom>t){i=t-A.height;r=!0}if(n<0){n=0;r=!0}if(i<0){i=0;r=!0}if(A.width>e){s=e-20;n=10;r=!0}if(A.height>t){o=t-20;i=10;r=!0}if(r){this.container.style.left=`${n}px`;this.container.style.top=`${i}px`;this.container.style.right="auto";this.container.style.bottom="auto";if(A.width>e||A.height>t){this.container.style.width=`${s}px`;this.container.style.height=`${o}px`}this.savePosition();this.scheduleWebGLBackgroundUpdate()}}show(){this.hostElement.style.display="block";this.config.isClosed=!1;this.saveConfig();this.removeReopenButton()}hide(){this.hostElement.style.display="none";this.config.isClosed=!0;this.saveConfig();this.createReopenButton().catch(A=>{_A.error("[PWTK] Failed to create reopen button:",A);this.createFallbackButton()})}async createReopenButton(){try{this.removeReopenButton();const A=new Promise((A,e)=>setTimeout(()=>e(new Error("Timeout waiting for liquid glass")),3e3));await Promise.race([Ka,A]);if("undefined"!=typeof window&&window.Button)this.createGlassButton();else{_A.debug("[PWTK] Button class not available, using fallback");this.createFallbackButton()}}catch(A){_A.debug("[PWTK] Error creating glass button, using fallback:",A);this.createFallbackButton()}}createGlassButton(){const A=window.Button;try{const e=new A({text:"打开 PWTK",type:"pill",size:"18",onClick:()=>{this.show()}});document.body.appendChild(e.element);e.element.id="network-debugger-reopen-btn";e.element.title="打开调试面板 (可拖动)";e.element.style.position="fixed";e.element.style.zIndex="999999";const t=170,r=48;e.element.style.width=`${t}px`;e.element.style.height=`${r}px`;e.element.style.minWidth=`${t}px`;e.element.style.minHeight=`${r}px`;e.element.style.borderRadius=r/2+"px";e.element.style.padding="0 18px";e.element.style.display="flex";e.element.style.alignItems="center";e.element.style.justifyContent="center";e.element.style.fontFamily="system-ui, -apple-system, BlinkMacSystemFont, sans-serif";if(e.textElement){e.textElement.textContent="打开 PWTK";e.textElement.style.fontSize="18px";e.textElement.style.fontWeight="600";e.textElement.style.letterSpacing="0.5px";e.textElement.style.color="#ffffff";e.textElement.style.textTransform="none"}if(e.canvas){e.canvas.width=t;e.canvas.height=r;e.canvas.style.width=`${t}px`;e.canvas.style.height=`${r}px`;e.canvas.style.borderRadius=r/2+"px"}if(void 0!==e.width){e.width=t;e.height=r}const n=this.config.position||"bottom-right";if(n.includes("bottom"))e.element.style.bottom="20px";else e.element.style.top="20px";if(n.includes("right"))e.element.style.right="20px";else e.element.style.left="20px";this.addDragFunctionality(e.element);this.reopenButton=e;_A.debug("[PWTK] Glass button created successfully")}catch(e){_A.error("[PWTK] Failed to create glass button:",e);this.createFallbackButton()}}createFallbackButton(){try{const A=document.getElementById("network-debugger-reopen-btn");if(A)A.remove();const e=document.createElement("button");e.id="network-debugger-reopen-btn";e.innerText="打开 PWTK";e.title="打开调试面板 (可拖动)";e.style.cssText="\n position: fixed;\n z-index: 999999;\n background: rgba(255, 255, 255, 0.1);\n border: 1px solid rgba(255, 255, 255, 0.2);\n border-radius: 12px;\n color: white;\n font-size: 14px;\n font-weight: 600;\n padding: 10px 20px;\n cursor: pointer;\n backdrop-filter: blur(10px);\n font-family: system-ui, -apple-system, sans-serif;\n box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);\n ";const t=this.config.position||"bottom-right";if(t.includes("bottom"))e.style.bottom="20px";else e.style.top="20px";if(t.includes("right"))e.style.right="20px";else e.style.left="20px";e.onclick=()=>this.show();this.addDragFunctionality(e);document.body.appendChild(e);_A.debug("[PWTK] Fallback button created successfully")}catch(A){_A.error("[PWTK] Failed to create fallback button:",A)}}addDragFunctionality(A){let e=!1,t={x:0,y:0},r=null;A.addEventListener("mousedown",s=>{if(0===s.button){e=!1;t={x:s.clientX,y:s.clientY};r=window.setTimeout(()=>{e=!0;A.style.cursor="grabbing"},150);document.addEventListener("mousemove",n);document.addEventListener("mouseup",i);s.preventDefault()}});const n=r=>{if(!e)return;const n=r.clientX-t.x,i=r.clientY-t.y,s=A.getBoundingClientRect(),o=s.left+n,a=s.top+i,c=window.innerWidth-s.width,l=window.innerHeight-s.height,B=Math.max(0,Math.min(c,o)),u=Math.max(0,Math.min(l,a));A.style.position="fixed";A.style.left=`${B}px`;A.style.top=`${u}px`;A.style.right="auto";A.style.bottom="auto";t={x:r.clientX,y:r.clientY}},i=()=>{if(r){clearTimeout(r);r=null}if(e){e=!1;A.style.cursor="pointer"}document.removeEventListener("mousemove",n);document.removeEventListener("mouseup",i)}}removeReopenButton(){try{const A=document.getElementById("network-debugger-reopen-btn");if(A){A.remove();_A.debug("[PWTK] Reopen button removed from DOM")}if(this.reopenButton){if("function"==typeof this.reopenButton.destroy)this.reopenButton.destroy();this.reopenButton=null;_A.debug("[PWTK] Reopen button reference cleared")}}catch(A){_A.error("[PWTK] Error removing reopen button:",A)}}addEventListener(A,e,t){A.addEventListener(e,t);this.eventListeners.push({element:A,event:e,handler:t})}removeAllEventListeners(){this.eventListeners.forEach(({element:A,event:e,handler:t})=>{try{A.removeEventListener(e,t)}catch(r){_A.error("Failed to remove event listener:",r)}});this.eventListeners=[]}clearAllTimers(){if(this.resizeTimeout){clearTimeout(this.resizeTimeout);this.resizeTimeout=null}if(this.webglBackgroundUpdateTimer){clearInterval(this.webglBackgroundUpdateTimer);this.webglBackgroundUpdateTimer=null}if(this.renderDebounceTimer){clearTimeout(this.renderDebounceTimer);this.renderDebounceTimer=null}if(this.searchDebounceTimer){clearTimeout(this.searchDebounceTimer);this.searchDebounceTimer=null}}destroy(){this.removeAllEventListeners();this.clearAllTimers();this.hostElement.remove();this.removeReopenButton();if(this.webglManager){this.webglManager.destroy();this.webglManager=null}this.requestsCache=[];this.filteredRequestsCache=[];_A.debug("[PWTK] Panel destroyed and all resources cleaned up")}logToConsole(A,e="log"){if("warn"===e)console.warn(A);else if("error"===e)console.error(A);else console.log(A)}loadConfig(){try{const e=localStorage.getItem(A.STORAGE_KEY);if(e){const A=JSON.parse(e);_A.debug("加载保存的配置:",A);return A}}catch(e){_A.error("加载配置失败:",e)}return{}}saveConfig(){try{const e={position:this.config.position,theme:this.config.theme,minimized:this.config.minimized,isClosed:this.config.isClosed,webgl:{enabled:this.config.webgl?.enabled,quality:this.config.webgl?.quality,preset:this.config.webgl?.preset,applyToItems:this.config.webgl?.applyToItems}};localStorage.setItem(A.STORAGE_KEY,JSON.stringify(e));_A.debug("配置已保存:",e)}catch(e){_A.error("保存配置失败:",e)}}loadPosition(){try{const e=`${A.STORAGE_KEY}-position`,t=localStorage.getItem(e);if(t){const A=JSON.parse(t);if(void 0!==A.left){this.container.style.left=A.left+"px";this.container.style.right="auto"}if(void 0!==A.top){this.container.style.top=A.top+"px";this.container.style.bottom="auto"}if(void 0!==A.width)this.container.style.width=A.width+"px";if(void 0!==A.height)this.container.style.height=A.height+"px";_A.debug("加载保存的位置:",A)}}catch(e){_A.error("加载位置失败:",e)}this.scheduleWebGLBackgroundUpdate()}savePosition(){try{const e=`${A.STORAGE_KEY}-position`,t=this.container.getBoundingClientRect(),r={left:t.left,top:t.top,width:t.width,height:t.height};localStorage.setItem(e,JSON.stringify(r));_A.debug("位置已保存:",r)}catch(e){_A.error("保存位置失败:",e)}}async initializeWebGL(){if(this.config.webgl?.enabled)try{this.webglManager=va.getInstance({enabled:this.config.webgl.enabled,quality:this.config.webgl.quality||"medium",preset:this.config.webgl.preset||"normal",autoFallback:!0});if(await this.webglManager.initialize(this.container)){this.webglManager.enableForElement(this.container,"main-panel");setTimeout(()=>{this.enableWebGLForRequestItems()},500);this.scheduleWebGLBackgroundUpdate();_A.debug("✨ WebGL liquid glass effects initialized")}else _A.debug("🔄 WebGL initialization failed, using CSS fallback")}catch(A){_A.error("WebGL initialization error:",A)}else _A.debug("WebGL effects disabled in config")}enableWebGLForRequestItems(){if(!this.webglManager)return;this.shadowRoot.querySelectorAll(".request-item").forEach((A,e)=>{try{this.webglManager.enableForElement(A,`request-item-${e}`)}catch(t){_A.debug(`Failed to enable WebGL for request item ${e}:`,t)}})}scheduleWebGLBackgroundUpdate(){if(!this.webglManager)return;if(null!==this.webglBackgroundUpdateTimer)window.clearTimeout(this.webglBackgroundUpdateTimer);const A=this.isDragging||this.isResizing?120:0;this.webglBackgroundUpdateTimer=window.setTimeout(()=>{this.webglBackgroundUpdateTimer=null;this.webglManager?.updateBackgrounds()},A)}updateWebGLConfig(A){if(!this.config.webgl)this.config.webgl={enabled:!0,quality:"medium",preset:"normal",applyToItems:!1};if(this.webglManager){if(A.quality){this.config.webgl.quality=A.quality;this.webglManager.setQuality(A.quality);_A.debug(`WebGL quality updated to: ${A.quality}`)}if(A.preset){this.config.webgl.preset=A.preset;this.webglManager.setPreset(A.preset);_A.debug(`WebGL preset updated to: ${A.preset}`)}if(void 0!==A.applyToItems){this.config.webgl.applyToItems=A.applyToItems;if(!A.applyToItems)this.requestsCache.forEach((A,e)=>{this.webglManager?.disableForElement(`request-item-${e}`)});this.renderRequests()}this.saveConfig()}else{if(A.quality)this.config.webgl.quality=A.quality;if(A.preset)this.config.webgl.preset=A.preset;if(void 0!==A.applyToItems)this.config.webgl.applyToItems=A.applyToItems;this.saveConfig()}}toggleWebGL(A){if(!this.config.webgl)this.config.webgl={enabled:!0,quality:"medium",preset:"normal",applyToItems:!1};this.config.webgl.enabled=A;this.saveConfig();if(A&&!this.webglManager)this.initializeWebGL();else if(!A&&this.webglManager){this.webglManager.destroy();this.webglManager=null;_A.debug("WebGL effects disabled")}}getWebGLStatus(){return{supported:va.checkSupport(),enabled:this.config.webgl?.enabled||!1,active:this.webglManager?.isWebGLEnabled()||!1}}};xa.STORAGE_KEY="pwtk-debugger-config";let Ia=xa;if("undefined"!=typeof window)window.html2canvas=Ca;const Ka=new Promise(A=>{Promise.resolve().then(()=>require("./container-00gbUmcM.js")).then(()=>Promise.resolve().then(()=>require("./button-KhTUWDu8.js"))).then(()=>{A()}).catch(e=>{_A.error("[PWTK] Failed to load liquid glass components:",e);A()})});class La{constructor(){this.interceptor=null;this.panel=null;this.wasmLoader=null;this.config={};this.initialized=!1}async init(A={}){if(!this.initialized){this.config={autoStart:!0,position:"bottom-right",theme:"dark",minimized:!1,showConsole:!0,wasm:{enabled:!0,...A.wasm},decrypt:{enabled:!0,autoFetchKeys:!0,keyApiUrl:"https://gw-card-pay.buyacard.cc/ip/getSK",...A.decrypt},log:{toBrowserConsole:!1,level:"info",...A.log},...A};_A.configure({enableBrowserConsole:this.config.log?.toBrowserConsole||!1,logLevel:this.config.log?.level||"info"});try{if(!1!==this.config.wasm?.enabled){_A.info("[PWTK Init] Starting WASM initialization");this.wasmLoader=new VA;if(await this.wasmLoader.loadWasm(this.config.wasm?.wasmUrl,this.config.wasm?.jsUrl))_A.info("[PWTK Init] ✅ WASM decrypt function ready");else _A.warn("[PWTK Init] ⚠️ WASM load failed or decrypt function unavailable, will rely on page-provided decryption")}else _A.info("[PWTK Init] WASM disabled in config");this.interceptor=new GA;if(this.config.decrypt?.enabled)this.interceptor.enableDecryption({keyExtractor:this.config.decrypt.keyExtractor||this.defaultKeyExtractor,slkExtractor:this.config.decrypt.slkExtractor||this.defaultSlkExtractor,autoFetchKeys:this.config.decrypt.autoFetchKeys,keyApiUrl:this.config.decrypt.keyApiUrl});if(!1!==this.config.autoStart)this.createPanel();this.initialized=!0;_A.consoleDirect("\n╔════════════════════════════════════════╗\n║ 🔓 PWTK 解密小工具 v1.3.0 ║\n║ Created by Leo (@leeguoo) ║\n║ 技术支持: 请联系 Leo ║ \n║ 分享服务: curl.bwg.leeguoo.com ║\n╚════════════════════════════════════════╝\n ");_A.info("🔍 NetworkDebugger initialized successfully")}catch(e){_A.error("NetworkDebugger initialization failed:",e);throw e}}else _A.warn("NetworkDebugger already initialized")}show(){if(this.initialized)if(!this.panel)this.createPanel();else this.panel.show();else _A.error("NetworkDebugger not initialized. Call init() first.")}hide(){if(this.panel)this.panel.hide()}destroy(){if(this.panel){this.panel.destroy();this.panel=null}this.initialized=!1;_A.info("NetworkDebugger destroyed")}getRequests(){return this.interceptor?.getRequests()||[]}clearRequests(){this.interceptor?.clearRequests()}exportData(){return{timestamp:(new Date).toISOString(),requests:this.getRequests(),config:this.config,userAgent:navigator.userAgent,url:window.location.href,author:"Leo (@leeguoo)",tool:"@leeguoo/network-debugger"}}isWasmLoaded(){return this.wasmLoader?.isLoaded()||!1}isInitialized(){return this.initialized}async checkForUpdates(){try{const A="1.3.0";_A.info(`[PWTK Update] Checking for updates... Current version: ${A}`);const e=await fetch("https://registry.npmjs.org/@leeguoo/pwtk-network-debugger/latest"),t=(await e.json()).version,r=this.compareVersions(A,t)<0;if(r)_A.info(`[PWTK Update] ✅ New version available: ${t} (current: ${A})`);else _A.info(`[PWTK Update] ✅ Already using latest version: ${A}`);return{hasUpdate:r,latestVersion:r?t:void 0,currentVersion:A}}catch(A){_A.error("[PWTK Update] Failed to check for updates:",A);return{hasUpdate:!1,currentVersion:"1.3.0"}}}async autoUpdate(A=!1){try{const e=await this.checkForUpdates();if(!e.hasUpdate){_A.info("[PWTK Update] Already using latest version");return!1}_A.info(`[PWTK Update] Auto-updating to version ${e.latestVersion}...`);const t={...this.config};this.destroy();if(Da===this){Da=null;if("undefined"!=typeof window)delete window.NetworkDebugger}if(A){_A.info("[PWTK Update] Reloading page to apply update...");window.location.reload();return!0}const r=document.createElement("script");r.src=`https://unpkg.com/@leeguoo/pwtk-network-debugger@${e.latestVersion}/dist/index.js`;return new Promise((A,n)=>{r.onload=async()=>{try{_A.info("[PWTK Update] ✅ Script loaded, reinitializing with previous config...");setTimeout(async()=>{try{if(window.NetworkDebugger&&window.NetworkDebugger.init){await window.NetworkDebugger.init(t);_A.info(`[PWTK Update] ✅ Successfully updated to version ${e.latestVersion}`);A(!0)}else throw new Error("New version not properly loaded")}catch(r){_A.error("[PWTK Update] ❌ Failed to initialize new version:",r);n(r)}},100)}catch(r){n(r)}};r.onerror=()=>{_A.error("[PWTK Update] ❌ Failed to load updated version");n(new Error("Failed to load updated version"))};document.head.appendChild(r)})}catch(e){_A.error("[PWTK Update] Auto-update failed:",e);return!1}}compareVersions(A,e){const t=A.split(".").map(Number),r=e.split(".").map(Number),n=Math.max(t.length,r.length);for(let i=0;i<n;i++){const A=t[i]||0,e=r[i]||0;if(A<e)return-1;if(A>e)return 1}return 0}static create(A){const e=new La;return e.init(A).then(()=>e)}createPanel(){if(this.interceptor)this.panel=new Ia(this.interceptor,{position:this.config.position,theme:this.config.theme,minimized:this.config.minimized,showConsole:this.config.showConsole});else _A.error("Cannot create panel: interceptor not initialized")}defaultKeyExtractor(A){return A.keys||A.cid||A["x-api-key"]||""}defaultSlkExtractor(A){return A.slk||A["x-slk"]||""}}let Da=null;const Sa={async init(A){if(Da){_A.warn("NetworkDebugger already has a global instance");return Da}Da=await La.create(A);if("undefined"!=typeof window)window.NetworkDebugger=Da;return Da},show(){Da?.show()},hide(){Da?.hide()},destroy(){Da?.destroy();Da=null;if("undefined"!=typeof window)delete window.NetworkDebugger},getInstance:()=>Da,checkForUpdates:async()=>Da?.checkForUpdates()||{hasUpdate:!1,currentVersion:"unknown"},autoUpdate:async(A=!1)=>Da?.autoUpdate(A)||!1};if("undefined"!=typeof window){window.NetworkDebugger=Sa;if(!window.NetworkDebugger.default)window.NetworkDebugger.default=Sa}exports.DebugPanel=Ia;exports.NetworkDebugger=La;exports.NetworkInterceptor=GA;exports.WasmLoader=VA;exports.default=Sa;exports.liquidGlassPromise=Ka;
38
+ var JA=function(A,e){return(JA=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(A,e){A.__proto__=e}||function(A,e){for(var t in e)if(Object.prototype.hasOwnProperty.call(e,t))A[t]=e[t]})(A,e)};function zA(A,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");JA(A,e);function t(){this.constructor=A}A.prototype=null===e?Object.create(e):(t.prototype=e.prototype,new t)}var YA=function(){YA=Object.assign||function(A){for(var e,t=1,r=arguments.length;t<r;t++){e=arguments[t];for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n))A[n]=e[n]}return A};return YA.apply(this,arguments)};function qA(A,e,t,r){return new(t||(t=Promise))(function(e,n){function i(A){try{o(r.next(A))}catch(e){n(e)}}function s(A){try{o(r.throw(A))}catch(e){n(e)}}function o(A){A.done?e(A.value):(r=A.value,r instanceof t?r:new t(function(A){A(r)})).then(i,s);var r}o((r=r.apply(A,[])).next())})}function ZA(A,e){var t,r,n,i,s={label:0,sent:function(){if(1&n[0])throw n[1];return n[1]},trys:[],ops:[]};return i={next:o(0),throw:o(1),return:o(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function o(i){return function(o){return function(i){if(t)throw new TypeError("Generator is already executing.");for(;s;)try{if(t=1,r&&(n=2&i[0]?r.return:i[0]?r.throw||((n=r.return)&&n.call(r),0):r.next)&&!(n=n.call(r,i[1])).done)return n;if(r=0,n)i=[2&i[0],n.value];switch(i[0]){case 0:case 1:n=i;break;case 4:s.label++;return{value:i[1],done:!1};case 5:s.label++;r=i[1];i=[0];continue;case 7:i=s.ops.pop();s.trys.pop();continue;default:if(!(n=s.trys,n=n.length>0&&n[n.length-1])&&(6===i[0]||2===i[0])){s=0;continue}if(3===i[0]&&(!n||i[1]>n[0]&&i[1]<n[3])){s.label=i[1];break}if(6===i[0]&&s.label<n[1]){s.label=n[1];n=i;break}if(n&&s.label<n[2]){s.label=n[2];s.ops.push(i);break}if(n[2])s.ops.pop();s.trys.pop();continue}i=e.call(A,s)}catch(o){i=[6,o];r=0}finally{t=n=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,o])}}}function jA(A,e,t){if(2===arguments.length)for(var r,n=0,i=e.length;n<i;n++)if(r||!(n in e)){if(!r)r=Array.prototype.slice.call(e,0,n);r[n]=e[n]}return A.concat(r||e)}for(var $A=function(){function A(A,e,t,r){this.left=A;this.top=e;this.width=t;this.height=r}A.prototype.add=function(e,t,r,n){return new A(this.left+e,this.top+t,this.width+r,this.height+n)};A.fromClientRect=function(e,t){return new A(t.left+e.windowBounds.left,t.top+e.windowBounds.top,t.width,t.height)};A.fromDOMRectList=function(e,t){var r=Array.from(t).find(function(A){return 0!==A.width});return r?new A(r.left+e.windowBounds.left,r.top+e.windowBounds.top,r.width,r.height):A.EMPTY};A.EMPTY=new A(0,0,0,0);return A}(),Ae=function(A,e){return $A.fromClientRect(A,e.getBoundingClientRect())},ee=function(A){for(var e=[],t=0,r=A.length;t<r;){var n=A.charCodeAt(t++);if(n>=55296&&n<=56319&&t<r){var i=A.charCodeAt(t++);if(56320==(64512&i))e.push(((1023&n)<<10)+(1023&i)+65536);else{e.push(n);t--}}else e.push(n)}return e},te=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];if(String.fromCodePoint)return String.fromCodePoint.apply(String,A);var t=A.length;if(!t)return"";for(var r=[],n=-1,i="";++n<t;){var s=A[n];if(s<=65535)r.push(s);else{s-=65536;r.push(55296+(s>>10),s%1024+56320)}if(n+1===t||r.length>16384){i+=String.fromCharCode.apply(String,r);r.length=0}}return i},re="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",ne="undefined"==typeof Uint8Array?[]:new Uint8Array(256),ie=0;ie<64;ie++)ne[re.charCodeAt(ie)]=ie;for(var se="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",oe="undefined"==typeof Uint8Array?[]:new Uint8Array(256),ae=0;ae<64;ae++)oe[se.charCodeAt(ae)]=ae;for(var ce=function(A,e,t){if(A.slice)return A.slice(e,t);else return new Uint16Array(Array.prototype.slice.call(A,e,t))},le=function(){function A(A,e,t,r,n,i){this.initialValue=A;this.errorValue=e;this.highStart=t;this.highValueIndex=r;this.index=n;this.data=i}A.prototype.get=function(A){var e;if(A>=0){if(A<55296||A>56319&&A<=65535){e=((e=this.index[A>>5])<<2)+(31&A);return this.data[e]}if(A<=65535){e=((e=this.index[2048+(A-55296>>5)])<<2)+(31&A);return this.data[e]}if(A<this.highStart){e=2080+(A>>11);e=this.index[e];e+=A>>5&63;e=((e=this.index[e])<<2)+(31&A);return this.data[e]}if(A<=1114111)return this.data[this.highValueIndex]}return this.errorValue};return A}(),Be="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",ue="undefined"==typeof Uint8Array?[]:new Uint8Array(256),ge=0;ge<64;ge++)ue[Be.charCodeAt(ge)]=ge;var de,he,fe,we,pe,Qe=10,Ce=13,Ue=15,Fe=17,ye=18,me=19,be=20,He=21,Ee=22,ve=24,xe=25,Ie=26,Ke=27,Le=28,De=30,Se=32,ke=33,Te=34,Me=35,Re=37,Pe=38,Oe=39,_e=40,Ge=42,Ve=[9001,65288],Ne="×",We="÷",Xe=(de=function(A){var e,t,r,n,i,s=.75*A.length,o=A.length,a=0;if("="===A[A.length-1]){s--;if("="===A[A.length-2])s--}var c="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof Uint8Array&&void 0!==Uint8Array.prototype.slice?new ArrayBuffer(s):new Array(s),l=Array.isArray(c)?c:new Uint8Array(c);for(e=0;e<o;e+=4){t=oe[A.charCodeAt(e)];r=oe[A.charCodeAt(e+1)];n=oe[A.charCodeAt(e+2)];i=oe[A.charCodeAt(e+3)];l[a++]=t<<2|r>>4;l[a++]=(15&r)<<4|n>>2;l[a++]=(3&n)<<6|63&i}return c}("KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF8AZwBgAGgAcQB5AHUAfQCFAI0AlQCdAKIAqgCyALoAYABoAGAAaABgAGgAwgDKAGAAaADGAM4A0wDbAOEA6QDxAPkAAQEJAQ8BFwF1AH0AHAEkASwBNAE6AUIBQQFJAVEBWQFhAWgBcAF4ATAAgAGGAY4BlQGXAZ8BpwGvAbUBvQHFAc0B0wHbAeMB6wHxAfkBAQIJAvEBEQIZAiECKQIxAjgCQAJGAk4CVgJeAmQCbAJ0AnwCgQKJApECmQKgAqgCsAK4ArwCxAIwAMwC0wLbAjAA4wLrAvMC+AIAAwcDDwMwABcDHQMlAy0DNQN1AD0DQQNJA0kDSQNRA1EDVwNZA1kDdQB1AGEDdQBpA20DdQN1AHsDdQCBA4kDkQN1AHUAmQOhA3UAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AKYDrgN1AHUAtgO+A8YDzgPWAxcD3gPjA+sD8wN1AHUA+wMDBAkEdQANBBUEHQQlBCoEFwMyBDgEYABABBcDSARQBFgEYARoBDAAcAQzAXgEgASIBJAEdQCXBHUAnwSnBK4EtgS6BMIEyAR1AHUAdQB1AHUAdQCVANAEYABgAGAAYABgAGAAYABgANgEYADcBOQEYADsBPQE/AQEBQwFFAUcBSQFLAU0BWQEPAVEBUsFUwVbBWAAYgVgAGoFcgV6BYIFigWRBWAAmQWfBaYFYABgAGAAYABgAKoFYACxBbAFuQW6BcEFwQXHBcEFwQXPBdMF2wXjBeoF8gX6BQIGCgYSBhoGIgYqBjIGOgZgAD4GRgZMBmAAUwZaBmAAYABgAGAAYABgAGAAYABgAGAAYABgAGIGYABpBnAGYABgAGAAYABgAGAAYABgAGAAYAB4Bn8GhQZgAGAAYAB1AHcDFQSLBmAAYABgAJMGdQA9A3UAmwajBqsGqwaVALMGuwbDBjAAywbSBtIG1QbSBtIG0gbSBtIG0gbdBuMG6wbzBvsGAwcLBxMHAwcbByMHJwcsBywHMQcsB9IGOAdAB0gHTgfSBkgHVgfSBtIG0gbSBtIG0gbSBtIG0gbSBiwHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAdgAGAALAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAdbB2MHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsB2kH0gZwB64EdQB1AHUAdQB1AHUAdQB1AHUHfQdgAIUHjQd1AHUAlQedB2AAYAClB6sHYACzB7YHvgfGB3UAzgfWBzMB3gfmB1EB7gf1B/0HlQENAQUIDQh1ABUIHQglCBcDLQg1CD0IRQhNCEEDUwh1AHUAdQBbCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIcAh3CHoIMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIgggwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAALAcsBywHLAcsBywHLAcsBywHLAcsB4oILAcsB44I0gaWCJ4Ipgh1AHUAqgiyCHUAdQB1AHUAdQB1AHUAdQB1AHUAtwh8AXUAvwh1AMUIyQjRCNkI4AjoCHUAdQB1AO4I9gj+CAYJDgkTCS0HGwkjCYIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiAAIAAAAFAAYABgAGIAXwBgAHEAdQBFAJUAogCyAKAAYABgAEIA4ABGANMA4QDxAMEBDwE1AFwBLAE6AQEBUQF4QkhCmEKoQrhCgAHIQsAB0MLAAcABwAHAAeDC6ABoAHDCwMMAAcABwAHAAdDDGMMAAcAB6MM4wwjDWMNow3jDaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAEjDqABWw6bDqABpg6gAaABoAHcDvwOPA+gAaABfA/8DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DpcPAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcAB9cPKwkyCToJMAB1AHUAdQBCCUoJTQl1AFUJXAljCWcJawkwADAAMAAwAHMJdQB2CX4JdQCECYoJjgmWCXUAngkwAGAAYABxAHUApgn3A64JtAl1ALkJdQDACTAAMAAwADAAdQB1AHUAdQB1AHUAdQB1AHUAowYNBMUIMAAwADAAMADICcsJ0wnZCRUE4QkwAOkJ8An4CTAAMAB1AAAKvwh1AAgKDwoXCh8KdQAwACcKLgp1ADYKqAmICT4KRgowADAAdQB1AE4KMAB1AFYKdQBeCnUAZQowADAAMAAwADAAMAAwADAAMAAVBHUAbQowADAAdQC5CXUKMAAwAHwBxAijBogEMgF9CoQKiASMCpQKmgqIBKIKqgquCogEDQG2Cr4KxgrLCjAAMADTCtsKCgHjCusK8Qr5CgELMAAwADAAMAB1AIsECQsRC3UANAEZCzAAMAAwADAAMAB1ACELKQswAHUANAExCzkLdQBBC0kLMABRC1kLMAAwADAAMAAwADAAdQBhCzAAMAAwAGAAYABpC3ELdwt/CzAAMACHC4sLkwubC58Lpwt1AK4Ltgt1APsDMAAwADAAMAAwADAAMAAwAL4LwwvLC9IL1wvdCzAAMADlC+kL8Qv5C/8LSQswADAAMAAwADAAMAAwADAAMAAHDDAAMAAwADAAMAAODBYMHgx1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1ACYMMAAwADAAdQB1AHUALgx1AHUAdQB1AHUAdQA2DDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AD4MdQBGDHUAdQB1AHUAdQB1AEkMdQB1AHUAdQB1AFAMMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQBYDHUAdQB1AF8MMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUA+wMVBGcMMAAwAHwBbwx1AHcMfwyHDI8MMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAYABgAJcMMAAwADAAdQB1AJ8MlQClDDAAMACtDCwHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsB7UMLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AA0EMAC9DDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAsBywHLAcsBywHLAcsBywHLQcwAMEMyAwsBywHLAcsBywHLAcsBywHLAcsBywHzAwwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1ANQM2QzhDDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMABgAGAAYABgAGAAYABgAOkMYADxDGAA+AwADQYNYABhCWAAYAAODTAAMAAwADAAFg1gAGAAHg37AzAAMAAwADAAYABgACYNYAAsDTQNPA1gAEMNPg1LDWAAYABgAGAAYABgAGAAYABgAGAAUg1aDYsGVglhDV0NcQBnDW0NdQ15DWAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAlQCBDZUAiA2PDZcNMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAnw2nDTAAMAAwADAAMAAwAHUArw23DTAAMAAwADAAMAAwADAAMAAwADAAMAB1AL8NMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAB1AHUAdQB1AHUAdQDHDTAAYABgAM8NMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAA1w11ANwNMAAwAD0B5A0wADAAMAAwADAAMADsDfQN/A0EDgwOFA4wABsOMAAwADAAMAAwADAAMAAwANIG0gbSBtIG0gbSBtIG0gYjDigOwQUuDsEFMw7SBjoO0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGQg5KDlIOVg7SBtIGXg5lDm0OdQ7SBtIGfQ6EDooOjQ6UDtIGmg6hDtIG0gaoDqwO0ga0DrwO0gZgAGAAYADEDmAAYAAkBtIGzA5gANIOYADaDokO0gbSBt8O5w7SBu8O0gb1DvwO0gZgAGAAxA7SBtIG0gbSBtIGYABgAGAAYAAED2AAsAUMD9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGFA8sBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAccD9IGLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHJA8sBywHLAcsBywHLAccDywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywPLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAc0D9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAccD9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGFA8sBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHPA/SBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gYUD0QPlQCVAJUAMAAwADAAMACVAJUAlQCVAJUAlQCVAEwPMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAA//8EAAQABAAEAAQABAAEAAQABAANAAMAAQABAAIABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQACgATABcAHgAbABoAHgAXABYAEgAeABsAGAAPABgAHABLAEsASwBLAEsASwBLAEsASwBLABgAGAAeAB4AHgATAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQABYAGwASAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAWAA0AEQAeAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAFAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAJABYAGgAbABsAGwAeAB0AHQAeAE8AFwAeAA0AHgAeABoAGwBPAE8ADgBQAB0AHQAdAE8ATwAXAE8ATwBPABYAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAFAAUABQAFAAUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAB4AHgAeAFAATwBAAE8ATwBPAEAATwBQAFAATwBQAB4AHgAeAB4AHgAeAB0AHQAdAB0AHgAdAB4ADgBQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgBQAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAJAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAkACQAJAAkACQAJAAkABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAFAAHgAeAB4AKwArAFAAUABQAFAAGABQACsAKwArACsAHgAeAFAAHgBQAFAAUAArAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAUAAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAYAA0AKwArAB4AHgAbACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQADQAEAB4ABAAEAB4ABAAEABMABAArACsAKwArACsAKwArACsAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAKwArACsAKwBWAFYAVgBWAB4AHgArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AGgAaABoAGAAYAB4AHgAEAAQABAAEAAQABAAEAAQABAAEAAQAEwAEACsAEwATAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABLAEsASwBLAEsASwBLAEsASwBLABoAGQAZAB4AUABQAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQABMAUAAEAAQABAAEAAQABAAEAB4AHgAEAAQABAAEAAQABABQAFAABAAEAB4ABAAEAAQABABQAFAASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUAAeAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAFAABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQAUABQAB4AHgAYABMAUAArACsABAAbABsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAFAABAAEAAQABAAEAFAABAAEAAQAUAAEAAQABAAEAAQAKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAArACsAHgArAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAUAAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAABAAEAA0ADQBLAEsASwBLAEsASwBLAEsASwBLAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUAArACsAKwBQAFAAUABQACsAKwAEAFAABAAEAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABABQACsAKwArACsAKwArACsAKwAEACsAKwArACsAUABQACsAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAFAAUAAaABoAUABQAFAAUABQAEwAHgAbAFAAHgAEACsAKwAEAAQABAArAFAAUABQAFAAUABQACsAKwArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQACsAUABQACsAKwAEACsABAAEAAQABAAEACsAKwArACsABAAEACsAKwAEAAQABAArACsAKwAEACsAKwArACsAKwArACsAUABQAFAAUAArAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLAAQABABQAFAAUAAEAB4AKwArACsAKwArACsAKwArACsAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQACsAKwAEAFAABAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAArACsAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAB4AGwArACsAKwArACsAKwArAFAABAAEAAQABAAEAAQAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABAArACsAKwArACsAKwArAAQABAAEACsAKwArACsAUABQACsAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAB4AUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAAQAUAArAFAAUABQAFAAUABQACsAKwArAFAAUABQACsAUABQAFAAUAArACsAKwBQAFAAKwBQACsAUABQACsAKwArAFAAUAArACsAKwBQAFAAUAArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArAAQABAAEAAQABAArACsAKwAEAAQABAArAAQABAAEAAQAKwArAFAAKwArACsAKwArACsABAArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAHgAeAB4AHgAeAB4AGwAeACsAKwArACsAKwAEAAQABAAEAAQAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAUAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAAEACsAKwArACsAKwArACsABAAEACsAUABQAFAAKwArACsAKwArAFAAUAAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAKwAOAFAAUABQAFAAUABQAFAAHgBQAAQABAAEAA4AUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAKwArAAQAUAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAAEACsAKwArACsAKwArACsABAAEACsAKwArACsAKwArACsAUAArAFAAUAAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwBQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAFAABAAEAAQABAAEAAQABAArAAQABAAEACsABAAEAAQABABQAB4AKwArACsAKwBQAFAAUAAEAFAAUABQAFAAUABQAFAAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAFAAUABQAFAAUABQAFAAUABQABoAUABQAFAAUABQAFAAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQACsAUAArACsAUABQAFAAUABQAFAAUAArACsAKwAEACsAKwArACsABAAEAAQABAAEAAQAKwAEACsABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArAAQABAAeACsAKwArACsAKwArACsAKwArACsAKwArAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAAqAFwAXAAqACoAKgAqACoAKgAqACsAKwArACsAGwBcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAeAEsASwBLAEsASwBLAEsASwBLAEsADQANACsAKwArACsAKwBcAFwAKwBcACsAXABcAFwAXABcACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACsAXAArAFwAXABcAFwAXABcAFwAXABcAFwAKgBcAFwAKgAqACoAKgAqACoAKgAqACoAXAArACsAXABcAFwAXABcACsAXAArACoAKgAqACoAKgAqACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwBcAFwAXABcAFAADgAOAA4ADgAeAA4ADgAJAA4ADgANAAkAEwATABMAEwATAAkAHgATAB4AHgAeAAQABAAeAB4AHgAeAB4AHgBLAEsASwBLAEsASwBLAEsASwBLAFAAUABQAFAAUABQAFAAUABQAFAADQAEAB4ABAAeAAQAFgARABYAEQAEAAQAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQADQAEAAQABAAEAAQADQAEAAQAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArAA0ADQAeAB4AHgAeAB4AHgAEAB4AHgAeAB4AHgAeACsAHgAeAA4ADgANAA4AHgAeAB4AHgAeAAkACQArACsAKwArACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgBcAEsASwBLAEsASwBLAEsASwBLAEsADQANAB4AHgAeAB4AXABcAFwAXABcAFwAKgAqACoAKgBcAFwAXABcACoAKgAqAFwAKgAqACoAXABcACoAKgAqACoAKgAqACoAXABcAFwAKgAqACoAKgBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKgAqAFwAKgBLAEsASwBLAEsASwBLAEsASwBLACoAKgAqACoAKgAqAFAAUABQAFAAUABQACsAUAArACsAKwArACsAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgBQAFAAUABQAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUAArACsAUABQAFAAUABQAFAAUAArAFAAKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAKwBQACsAUABQAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsABAAEAAQAHgANAB4AHgAeAB4AHgAeAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUAArACsADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAANAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAWABEAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAA0ADQANAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAANAA0AKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUAArAAQABAArACsAKwArACsAKwArACsAKwArACsAKwBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqAA0ADQAVAFwADQAeAA0AGwBcACoAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwAeAB4AEwATAA0ADQAOAB4AEwATAB4ABAAEAAQACQArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUAAEAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAHgArACsAKwATABMASwBLAEsASwBLAEsASwBLAEsASwBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAArACsAXABcAFwAXABcACsAKwArACsAKwArACsAKwArACsAKwBcAFwAXABcAFwAXABcAFwAXABcAFwAXAArACsAKwArAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAXAArACsAKwAqACoAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAArACsAHgAeAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKwAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKwArAAQASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArACoAKgAqACoAKgAqACoAXAAqACoAKgAqACoAKgArACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABABQAFAAUABQAFAAUABQACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwANAA0AHgANAA0ADQANAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAEAAQAHgAeAB4AHgAeAB4AHgAeAB4AKwArACsABAAEAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwAeAB4AHgAeAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArAA0ADQANAA0ADQBLAEsASwBLAEsASwBLAEsASwBLACsAKwArAFAAUABQAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAA0ADQBQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUAAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArAAQABAAEAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAAQAUABQAFAAUABQAFAABABQAFAABAAEAAQAUAArACsAKwArACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsABAAEAAQABAAEAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAKwBQACsAUAArAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgBQAB4AHgAeAFAAUABQACsAHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQACsAKwAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQACsAHgAeAB4AHgAeAB4AHgAOAB4AKwANAA0ADQANAA0ADQANAAkADQANAA0ACAAEAAsABAAEAA0ACQANAA0ADAAdAB0AHgAXABcAFgAXABcAFwAWABcAHQAdAB4AHgAUABQAFAANAAEAAQAEAAQABAAEAAQACQAaABoAGgAaABoAGgAaABoAHgAXABcAHQAVABUAHgAeAB4AHgAeAB4AGAAWABEAFQAVABUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ADQAeAA0ADQANAA0AHgANAA0ADQAHAB4AHgAeAB4AKwAEAAQABAAEAAQABAAEAAQABAAEAFAAUAArACsATwBQAFAAUABQAFAAHgAeAB4AFgARAE8AUABPAE8ATwBPAFAAUABQAFAAUAAeAB4AHgAWABEAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArABsAGwAbABsAGwAbABsAGgAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGgAbABsAGwAbABoAGwAbABoAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAHgAeAFAAGgAeAB0AHgBQAB4AGgAeAB4AHgAeAB4AHgAeAB4AHgBPAB4AUAAbAB4AHgBQAFAAUABQAFAAHgAeAB4AHQAdAB4AUAAeAFAAHgBQAB4AUABPAFAAUAAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAHgBQAFAAUABQAE8ATwBQAFAAUABQAFAATwBQAFAATwBQAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAFAAUABQAFAATwBPAE8ATwBPAE8ATwBPAE8ATwBQAFAAUABQAFAAUABQAFAAUAAeAB4AUABQAFAAUABPAB4AHgArACsAKwArAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB4AHQAdAB4AHgAeAB0AHQAeAB4AHQAeAB4AHgAdAB4AHQAbABsAHgAdAB4AHgAeAB4AHQAeAB4AHQAdAB0AHQAeAB4AHQAeAB0AHgAdAB0AHQAdAB0AHQAeAB0AHgAeAB4AHgAeAB0AHQAdAB0AHgAeAB4AHgAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB4AHgAeAB0AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHgAeAB0AHQAdAB0AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAeAB4AHgAdAB4AHgAeAB4AHgAeAB4AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABYAEQAWABEAHgAeAB4AHgAeAB4AHQAeAB4AHgAeAB4AHgAeACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAWABEAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAFAAHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAeAB4AHQAdAB0AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHQAdAB4AHgAeAB4AHQAdAB0AHgAeAB0AHgAeAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlAB4AHQAdAB4AHgAdAB4AHgAeAB4AHQAdAB4AHgAeAB4AJQAlAB0AHQAlAB4AJQAlACUAIAAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAeAB4AHgAeAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHgAdAB0AHQAeAB0AJQAdAB0AHgAdAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAdAB0AHQAdACUAHgAlACUAJQAdACUAJQAdAB0AHQAlACUAHQAdACUAHQAdACUAJQAlAB4AHQAeAB4AHgAeAB0AHQAlAB0AHQAdAB0AHQAdACUAJQAlACUAJQAdACUAJQAgACUAHQAdACUAJQAlACUAJQAlACUAJQAeAB4AHgAlACUAIAAgACAAIAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AFwAXABcAFwAXABcAHgATABMAJQAeAB4AHgAWABEAFgARABYAEQAWABEAFgARABYAEQAWABEATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABYAEQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAWABEAFgARABYAEQAWABEAFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFgARABYAEQAWABEAFgARABYAEQAWABEAFgARABYAEQAWABEAFgARABYAEQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAWABEAFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAEAAQABAAeAB4AKwArACsAKwArABMADQANAA0AUAATAA0AUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAUAANACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAA0ADQANAA0ADQANAA0ADQAeAA0AFgANAB4AHgAXABcAHgAeABcAFwAWABEAFgARABYAEQAWABEADQANAA0ADQATAFAADQANAB4ADQANAB4AHgAeAB4AHgAMAAwADQANAA0AHgANAA0AFgANAA0ADQANAA0ADQANAA0AHgANAB4ADQANAB4AHgAeACsAKwArACsAKwArACsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwArACsAKwArACsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArAA0AEQARACUAJQBHAFcAVwAWABEAFgARABYAEQAWABEAFgARACUAJQAWABEAFgARABYAEQAWABEAFQAWABEAEQAlAFcAVwBXAFcAVwBXAFcAVwBXAAQABAAEAAQABAAEACUAVwBXAFcAVwA2ACUAJQBXAFcAVwBHAEcAJQAlACUAKwBRAFcAUQBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFEAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBRAFcAUQBXAFEAVwBXAFcAVwBXAFcAUQBXAFcAVwBXAFcAVwBRAFEAKwArAAQABAAVABUARwBHAFcAFQBRAFcAUQBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBRAFcAVwBXAFcAVwBXAFEAUQBXAFcAVwBXABUAUQBHAEcAVwArACsAKwArACsAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwAlACUAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACsAKwArACsAKwArACsAKwArACsAKwArAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBPAE8ATwBPAE8ATwBPAE8AJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQAlAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAEcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAADQATAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABLAEsASwBLAEsASwBLAEsASwBLAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAABAAEAAQABAAeAAQABAAEAAQABAAEAAQABAAEAAQAHgBQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUABQAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAeAA0ADQANAA0ADQArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAB4AHgAeAB4AHgAeAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAeAB4AUABQAFAAUABQAFAAUABQAFAAUABQAAQAUABQAFAABABQAFAAUABQAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAeAB4AHgAeAAQAKwArACsAUABQAFAAUABQAFAAHgAeABoAHgArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAADgAOABMAEwArACsAKwArACsAKwArACsABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwANAA0ASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAFAAUAAeAB4AHgBQAA4AUABQAAQAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAA0ADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArAB4AWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYACsAKwArAAQAHgAeAB4AHgAeAB4ADQANAA0AHgAeAB4AHgArAFAASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArAB4AHgBcAFwAXABcAFwAKgBcAFwAXABcAFwAXABcAFwAXABcAEsASwBLAEsASwBLAEsASwBLAEsAXABcAFwAXABcACsAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArAFAAUABQAAQAUABQAFAAUABQAFAAUABQAAQABAArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAHgANAA0ADQBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKgAqACoAXAAqACoAKgBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAAqAFwAKgAqACoAXABcACoAKgBcAFwAXABcAFwAKgAqAFwAKgBcACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFwAXABcACoAKgBQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAA0ADQBQAFAAUAAEAAQAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUAArACsAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQADQAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAVABVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBUAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVACsAKwArACsAKwArACsAKwArACsAKwArAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAKwArACsAKwBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAKwArACsAKwAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAKwArACsAKwArAFYABABWAFYAVgBWAFYAVgBWAFYAVgBWAB4AVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgArAFYAVgBWAFYAVgArAFYAKwBWAFYAKwBWAFYAKwBWAFYAVgBWAFYAVgBWAFYAVgBWAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAEQAWAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAaAB4AKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAGAARABEAGAAYABMAEwAWABEAFAArACsAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACUAJQAlACUAJQAWABEAFgARABYAEQAWABEAFgARABYAEQAlACUAFgARACUAJQAlACUAJQAlACUAEQAlABEAKwAVABUAEwATACUAFgARABYAEQAWABEAJQAlACUAJQAlACUAJQAlACsAJQAbABoAJQArACsAKwArAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAcAKwATACUAJQAbABoAJQAlABYAEQAlACUAEQAlABEAJQBXAFcAVwBXAFcAVwBXAFcAVwBXABUAFQAlACUAJQATACUAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXABYAJQARACUAJQAlAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAWACUAEQAlABYAEQARABYAEQARABUAVwBRAFEAUQBRAFEAUQBRAFEAUQBRAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAEcARwArACsAVwBXAFcAVwBXAFcAKwArAFcAVwBXAFcAVwBXACsAKwBXAFcAVwBXAFcAVwArACsAVwBXAFcAKwArACsAGgAbACUAJQAlABsAGwArAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwAEAAQABAAQAB0AKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsADQANAA0AKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAAQAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAA0AUABQAFAAUAArACsAKwArAFAAUABQAFAAUABQAFAAUAANAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwAeACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAKwArAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUAArACsAKwBQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwANAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAB4AUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAUABQAFAAUABQAAQABAAEACsABAAEACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAKwBQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEACsAKwArACsABABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAA0ADQANAA0ADQANAA0ADQAeACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAArACsAKwArAFAAUABQAFAAUAANAA0ADQANAA0ADQAUACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsADQANAA0ADQANAA0ADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAAQABAAEAAQAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArAAQABAANACsAKwBQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAB4AHgAeAB4AHgArACsAKwArACsAKwAEAAQABAAEAAQABAAEAA0ADQAeAB4AHgAeAB4AKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgANAA0ADQANACsAKwArACsAKwArACsAKwArACsAKwAeACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsASwBLAEsASwBLAEsASwBLAEsASwANAA0ADQANAFAABAAEAFAAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAeAA4AUAArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAADQANAB4ADQAEAAQABAAEAB4ABAAEAEsASwBLAEsASwBLAEsASwBLAEsAUAAOAFAADQANAA0AKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAANAA0AHgANAA0AHgAEACsAUABQAFAAUABQAFAAUAArAFAAKwBQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAA0AKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsABAAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQACsABAAEAFAABAAEAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABAArACsAUAArACsAKwArACsAKwAEACsAKwArACsAKwBQAFAAUABQAFAABAAEACsAKwAEAAQABAAEAAQABAAEACsAKwArAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwArACsABAAEAAQABAAEAAQABABQAFAAUABQAA0ADQANAA0AHgBLAEsASwBLAEsASwBLAEsASwBLAA0ADQArAB4ABABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAFAAUAAeAFAAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAArACsABAAEAAQABAAEAAQABAAEAAQADgANAA0AEwATAB4AHgAeAA0ADQANAA0ADQANAA0ADQANAA0ADQANAA0ADQANAFAAUABQAFAABAAEACsAKwAEAA0ADQAeAFAAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKwArACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBcAFwADQANAA0AKgBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAKwArAFAAKwArAFAAUABQAFAAUABQAFAAUAArAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQAKwAEAAQAKwArAAQABAAEAAQAUAAEAFAABAAEAA0ADQANACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAArACsABAAEAAQABAAEAAQABABQAA4AUAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAFAABAAEAAQABAAOAB4ADQANAA0ADQAOAB4ABAArACsAKwArACsAKwArACsAUAAEAAQABAAEAAQABAAEAAQABAAEAAQAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAA0ADQANAFAADgAOAA4ADQANACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEACsABAAEAAQABAAEAAQABAAEAFAADQANAA0ADQANACsAKwArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwAOABMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAArACsAKwAEACsABAAEACsABAAEAAQABAAEAAQABABQAAQAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAKwBQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQAKwAEAAQAKwAEAAQABAAEAAQAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAaABoAGgAaAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsADQANAA0ADQANACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAASABIAEgAQwBDAEMAUABQAFAAUABDAFAAUABQAEgAQwBIAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAASABDAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwAJAAkACQAJAAkACQAJABYAEQArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABIAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwANAA0AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEAAQABAANACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAA0ADQANAB4AHgAeAB4AHgAeAFAAUABQAFAADQAeACsAKwArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAANAA0AHgAeACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwAEAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAARwBHABUARwAJACsAKwArACsAKwArACsAKwArACsAKwAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACsAKwArACsAKwArACsAKwBXAFcAVwBXAFcAVwBXAFcAVwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUQBRAFEAKwArACsAKwArACsAKwArACsAKwArACsAKwBRAFEAUQBRACsAKwArACsAKwArACsAKwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArACsAHgAEAAQADQAEAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArAB4AHgAeAB4AHgAeAB4AKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAAQABAAEAAQABAAeAB4AHgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAB4AHgAEAAQABAAEAAQABAAEAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQAHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwBQAFAAKwArAFAAKwArAFAAUAArACsAUABQAFAAUAArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAUAArAFAAUABQAFAAUABQAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAHgAeAFAAUABQAFAAUAArAFAAKwArACsAUABQAFAAUABQAFAAUAArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeACsAKwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4ABAAeAB4AHgAeAB4AHgAeAB4AHgAeAAQAHgAeAA0ADQANAA0AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAAQAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArAAQABAAEAAQABAAEAAQAKwAEAAQAKwAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwBQAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArABsAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArAB4AHgAeAB4ABAAEAAQABAAEAAQABABQACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArABYAFgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAGgBQAFAAUAAaAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAKwBQACsAKwBQACsAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwBQACsAUAArACsAKwArACsAKwBQACsAKwArACsAUAArAFAAKwBQACsAUABQAFAAKwBQAFAAKwBQACsAKwBQACsAUAArAFAAKwBQACsAUAArAFAAUAArAFAAKwArAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUAArAFAAUABQAFAAKwBQACsAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAUABQAFAAKwBQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8AJQAlACUAHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB4AHgAeACUAJQAlAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAB4AHgAlACUAJQAlACUAHgAlACUAJQAlACUAIAAgACAAJQAlACAAJQAlACAAIAAgACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACEAIQAhACEAIQAlACUAIAAgACUAJQAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlACUAIAAlACUAJQAlACAAIAAgACUAIAAgACAAJQAlACUAJQAlACUAJQAgACUAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAlAB4AJQAeACUAJQAlACUAJQAgACUAJQAlACUAHgAlAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAgACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACAAIAAgACUAJQAlACAAIAAgACAAIAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABcAFwAXABUAFQAVAB4AHgAeAB4AJQAlACUAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAgACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAgACUAJQAgACUAJQAlACUAJQAlACUAJQAgACAAIAAgACAAIAAgACAAJQAlACUAJQAlACUAIAAlACUAJQAlACUAJQAlACUAJQAgACAAIAAgACAAIAAgACAAIAAgACUAJQAgACAAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAgACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAlACAAIAAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAgACAAIAAlACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwArAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACUAVwBXACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAA=="),he=Array.isArray(de)?function(A){for(var e=A.length,t=[],r=0;r<e;r+=4)t.push(A[r+3]<<24|A[r+2]<<16|A[r+1]<<8|A[r]);return t}(de):new Uint32Array(de),fe=Array.isArray(de)?function(A){for(var e=A.length,t=[],r=0;r<e;r+=2)t.push(A[r+1]<<8|A[r]);return t}(de):new Uint16Array(de),we=ce(fe,12,he[4]/2),pe=2===he[5]?ce(fe,(24+he[4])/2):function(A,e,t){if(A.slice)return A.slice(e,t);else return new Uint32Array(Array.prototype.slice.call(A,e,t))}(he,Math.ceil((24+he[4])/4)),new le(he[0],he[1],he[2],he[3],we,pe)),Je=[De,36],ze=[1,2,3,5],Ye=[Qe,8],qe=[Ke,Ie],Ze=ze.concat(Ye),je=[Pe,Oe,_e,Te,Me],$e=[Ue,Ce],At=function(A,e,t,r){var n=r[t];if(Array.isArray(A)?-1!==A.indexOf(n):A===n)for(var i=t;i<=r.length;){if((a=r[++i])===e)return!0;if(a!==Qe)break}if(n===Qe)for(i=t;i>0;){var s=r[--i];if(Array.isArray(A)?-1!==A.indexOf(s):A===s)for(var o=t;o<=r.length;){var a;if((a=r[++o])===e)return!0;if(a!==Qe)break}if(s!==Qe)break}return!1},et=function(A,e){for(var t=A;t>=0;){var r=e[t];if(r===Qe)t--;else return r}return 0},tt=function(A,e,t,r,n){if(0===t[r])return Ne;var i=r-1;if(Array.isArray(n)&&!0===n[i])return Ne;var s=i-1,o=i+1,a=e[i],c=s>=0?e[s]:0,l=e[o];if(2===a&&3===l)return Ne;if(-1!==ze.indexOf(a))return"!";if(-1!==ze.indexOf(l))return Ne;if(-1!==Ye.indexOf(l))return Ne;if(8===et(i,e))return We;if(11===Xe.get(A[i]))return Ne;if((a===Se||a===ke)&&11===Xe.get(A[o]))return Ne;if(7===a||7===l)return Ne;if(9===a)return Ne;if(-1===[Qe,Ce,Ue].indexOf(a)&&9===l)return Ne;if(-1!==[Fe,ye,me,ve,Le].indexOf(l))return Ne;if(et(i,e)===Ee)return Ne;if(At(23,Ee,i,e))return Ne;if(At([Fe,ye],He,i,e))return Ne;if(At(12,12,i,e))return Ne;if(a===Qe)return We;if(23===a||23===l)return Ne;if(16===l||16===a)return We;if(-1!==[Ce,Ue,He].indexOf(l)||14===a)return Ne;if(36===c&&-1!==$e.indexOf(a))return Ne;if(a===Le&&36===l)return Ne;if(l===be)return Ne;if(-1!==Je.indexOf(l)&&a===xe||-1!==Je.indexOf(a)&&l===xe)return Ne;if(a===Ke&&-1!==[Re,Se,ke].indexOf(l)||-1!==[Re,Se,ke].indexOf(a)&&l===Ie)return Ne;if(-1!==Je.indexOf(a)&&-1!==qe.indexOf(l)||-1!==qe.indexOf(a)&&-1!==Je.indexOf(l))return Ne;if(-1!==[Ke,Ie].indexOf(a)&&(l===xe||-1!==[Ee,Ue].indexOf(l)&&e[o+1]===xe)||-1!==[Ee,Ue].indexOf(a)&&l===xe||a===xe&&-1!==[xe,Le,ve].indexOf(l))return Ne;if(-1!==[xe,Le,ve,Fe,ye].indexOf(l))for(var B=i;B>=0;){if((u=e[B])===xe)return Ne;else if(-1!==[Le,ve].indexOf(u))B--;else break}if(-1!==[Ke,Ie].indexOf(l))for(B=-1!==[Fe,ye].indexOf(a)?s:i;B>=0;){var u;if((u=e[B])===xe)return Ne;else if(-1!==[Le,ve].indexOf(u))B--;else break}if(Pe===a&&-1!==[Pe,Oe,Te,Me].indexOf(l)||-1!==[Oe,Te].indexOf(a)&&-1!==[Oe,_e].indexOf(l)||-1!==[_e,Me].indexOf(a)&&l===_e)return Ne;if(-1!==je.indexOf(a)&&-1!==[be,Ie].indexOf(l)||-1!==je.indexOf(l)&&a===Ke)return Ne;if(-1!==Je.indexOf(a)&&-1!==Je.indexOf(l))return Ne;if(a===ve&&-1!==Je.indexOf(l))return Ne;if(-1!==Je.concat(xe).indexOf(a)&&l===Ee&&-1===Ve.indexOf(A[o])||-1!==Je.concat(xe).indexOf(l)&&a===ye)return Ne;if(41===a&&41===l){for(var g=t[i],d=1;g>0&&41===e[--g];)d++;if(d%2!=0)return Ne}if(a===Se&&l===ke)return Ne;else return We},rt=function(A,e){if(!e)e={lineBreak:"normal",wordBreak:"normal"};var t=function(A,e){if(void 0===e)e="strict";var t=[],r=[],n=[];A.forEach(function(A,i){var s=Xe.get(A);if(s>50){n.push(!0);s-=50}else n.push(!1);if(-1!==["normal","auto","loose"].indexOf(e))if(-1!==[8208,8211,12316,12448].indexOf(A)){r.push(i);return t.push(16)}if(4===s||11===s){if(0===i){r.push(i);return t.push(De)}var o=t[i-1];if(-1===Ze.indexOf(o)){r.push(r[i-1]);return t.push(o)}r.push(i);return t.push(De)}r.push(i);if(31===s)return t.push("strict"===e?He:Re);if(s===Ge)return t.push(De);if(29===s)return t.push(De);if(43===s)if(A>=131072&&A<=196605||A>=196608&&A<=262141)return t.push(Re);else return t.push(De);t.push(s)});return[r,t,n]}(A,e.lineBreak),r=t[0],n=t[1],i=t[2];if("break-all"===e.wordBreak||"break-word"===e.wordBreak)n=n.map(function(A){return-1!==[xe,De,Ge].indexOf(A)?Re:A});var s="keep-all"===e.wordBreak?i.map(function(e,t){return e&&A[t]>=19968&&A[t]<=40959}):void 0;return[r,n,s]},nt=function(){function A(A,e,t,r){this.codePoints=A;this.required="!"===e;this.start=t;this.end=r}A.prototype.slice=function(){return te.apply(void 0,this.codePoints.slice(this.start,this.end))};return A}(),it=45,st=43,ot=-1,at=function(A){return A>=48&&A<=57},ct=function(A){return at(A)||A>=65&&A<=70||A>=97&&A<=102},lt=function(A){return 10===A||9===A||32===A},Bt=function(A){return function(A){return function(A){return A>=97&&A<=122}(A)||function(A){return A>=65&&A<=90}(A)}(A)||function(A){return A>=128}(A)||95===A},ut=function(A){return Bt(A)||at(A)||A===it},gt=function(A){return A>=0&&A<=8||11===A||A>=14&&A<=31||127===A},dt=function(A,e){if(92!==A)return!1;else return 10!==e},ht=function(A,e,t){if(A===it)return Bt(e)||dt(e,t);else if(Bt(A))return!0;else if(92===A&&dt(A,e))return!0;return!1},ft=function(A,e,t){if(A===st||A===it)if(at(e))return!0;else return 46===e&&at(t);if(46===A)return at(e);else return at(A)},wt=function(A){var e=0,t=1;if(A[e]===st||A[e]===it){if(A[e]===it)t=-1;e++}for(var r=[];at(A[e]);)r.push(A[e++]);var n=r.length?parseInt(te.apply(void 0,r),10):0;if(46===A[e])e++;for(var i=[];at(A[e]);)i.push(A[e++]);var s=i.length,o=s?parseInt(te.apply(void 0,i),10):0;if(69===A[e]||101===A[e])e++;var a=1;if(A[e]===st||A[e]===it){if(A[e]===it)a=-1;e++}for(var c=[];at(A[e]);)c.push(A[e++]);var l=c.length?parseInt(te.apply(void 0,c),10):0;return t*(n+o*Math.pow(10,-s))*Math.pow(10,a*l)},pt={type:2},Qt={type:3},Ct={type:4},Ut={type:13},Ft={type:8},yt={type:21},mt={type:9},bt={type:10},Ht={type:11},Et={type:12},vt={type:14},xt={type:23},It={type:1},Kt={type:25},Lt={type:24},Dt={type:26},St={type:27},kt={type:28},Tt={type:29},Mt={type:31},Rt={type:32},Pt=function(){function A(){this._value=[]}A.prototype.write=function(A){this._value=this._value.concat(ee(A))};A.prototype.read=function(){for(var A=[],e=this.consumeToken();e!==Rt;){A.push(e);e=this.consumeToken()}return A};A.prototype.consumeToken=function(){var A=this.consumeCodePoint();switch(A){case 34:return this.consumeStringToken(34);case 35:var e=this.peekCodePoint(0),t=this.peekCodePoint(1),r=this.peekCodePoint(2);if(ut(e)||dt(t,r)){var n=ht(e,t,r)?2:1;return{type:5,value:this.consumeName(),flags:n}}break;case 36:if(61===this.peekCodePoint(0)){this.consumeCodePoint();return Ut}break;case 39:return this.consumeStringToken(39);case 40:return pt;case 41:return Qt;case 42:if(61===this.peekCodePoint(0)){this.consumeCodePoint();return vt}break;case st:if(ft(A,this.peekCodePoint(0),this.peekCodePoint(1))){this.reconsumeCodePoint(A);return this.consumeNumericToken()}break;case 44:return Ct;case it:var i=A,s=this.peekCodePoint(0),o=this.peekCodePoint(1);if(ft(i,s,o)){this.reconsumeCodePoint(A);return this.consumeNumericToken()}if(ht(i,s,o)){this.reconsumeCodePoint(A);return this.consumeIdentLikeToken()}if(s===it&&62===o){this.consumeCodePoint();this.consumeCodePoint();return Lt}break;case 46:if(ft(A,this.peekCodePoint(0),this.peekCodePoint(1))){this.reconsumeCodePoint(A);return this.consumeNumericToken()}break;case 47:if(42===this.peekCodePoint(0)){this.consumeCodePoint();for(;;){var a=this.consumeCodePoint();if(42===a)if(47===(a=this.consumeCodePoint()))return this.consumeToken();if(a===ot)return this.consumeToken()}}break;case 58:return Dt;case 59:return St;case 60:if(33===this.peekCodePoint(0)&&this.peekCodePoint(1)===it&&this.peekCodePoint(2)===it){this.consumeCodePoint();this.consumeCodePoint();return Kt}break;case 64:var c=this.peekCodePoint(0),l=this.peekCodePoint(1),B=this.peekCodePoint(2);if(ht(c,l,B)){return{type:7,value:this.consumeName()}}break;case 91:return kt;case 92:if(dt(A,this.peekCodePoint(0))){this.reconsumeCodePoint(A);return this.consumeIdentLikeToken()}break;case 93:return Tt;case 61:if(61===this.peekCodePoint(0)){this.consumeCodePoint();return Ft}break;case 123:return Ht;case 125:return Et;case 117:case 85:var u=this.peekCodePoint(0),g=this.peekCodePoint(1);if(u===st&&(ct(g)||63===g)){this.consumeCodePoint();this.consumeUnicodeRangeToken()}this.reconsumeCodePoint(A);return this.consumeIdentLikeToken();case 124:if(61===this.peekCodePoint(0)){this.consumeCodePoint();return mt}if(124===this.peekCodePoint(0)){this.consumeCodePoint();return yt}break;case 126:if(61===this.peekCodePoint(0)){this.consumeCodePoint();return bt}break;case ot:return Rt}if(lt(A)){this.consumeWhiteSpace();return Mt}if(at(A)){this.reconsumeCodePoint(A);return this.consumeNumericToken()}if(Bt(A)){this.reconsumeCodePoint(A);return this.consumeIdentLikeToken()}return{type:6,value:te(A)}};A.prototype.consumeCodePoint=function(){var A=this._value.shift();return void 0===A?-1:A};A.prototype.reconsumeCodePoint=function(A){this._value.unshift(A)};A.prototype.peekCodePoint=function(A){if(A>=this._value.length)return-1;else return this._value[A]};A.prototype.consumeUnicodeRangeToken=function(){for(var A=[],e=this.consumeCodePoint();ct(e)&&A.length<6;){A.push(e);e=this.consumeCodePoint()}for(var t=!1;63===e&&A.length<6;){A.push(e);e=this.consumeCodePoint();t=!0}if(t){return{type:30,start:parseInt(te.apply(void 0,A.map(function(A){return 63===A?48:A})),16),end:parseInt(te.apply(void 0,A.map(function(A){return 63===A?70:A})),16)}}var r=parseInt(te.apply(void 0,A),16);if(this.peekCodePoint(0)===it&&ct(this.peekCodePoint(1))){this.consumeCodePoint();e=this.consumeCodePoint();for(var n=[];ct(e)&&n.length<6;){n.push(e);e=this.consumeCodePoint()}return{type:30,start:r,end:parseInt(te.apply(void 0,n),16)}}else return{type:30,start:r,end:r}};A.prototype.consumeIdentLikeToken=function(){var A=this.consumeName();if("url"===A.toLowerCase()&&40===this.peekCodePoint(0)){this.consumeCodePoint();return this.consumeUrlToken()}else if(40===this.peekCodePoint(0)){this.consumeCodePoint();return{type:19,value:A}}return{type:20,value:A}};A.prototype.consumeUrlToken=function(){var A=[];this.consumeWhiteSpace();if(this.peekCodePoint(0)===ot)return{type:22,value:""};var e=this.peekCodePoint(0);if(39===e||34===e){var t=this.consumeStringToken(this.consumeCodePoint());if(0===t.type){this.consumeWhiteSpace();if(this.peekCodePoint(0)===ot||41===this.peekCodePoint(0)){this.consumeCodePoint();return{type:22,value:t.value}}}this.consumeBadUrlRemnants();return xt}for(;;){var r=this.consumeCodePoint();if(r===ot||41===r)return{type:22,value:te.apply(void 0,A)};else if(lt(r)){this.consumeWhiteSpace();if(this.peekCodePoint(0)===ot||41===this.peekCodePoint(0)){this.consumeCodePoint();return{type:22,value:te.apply(void 0,A)}}this.consumeBadUrlRemnants();return xt}else if(34===r||39===r||40===r||gt(r)){this.consumeBadUrlRemnants();return xt}else if(92===r)if(dt(r,this.peekCodePoint(0)))A.push(this.consumeEscapedCodePoint());else{this.consumeBadUrlRemnants();return xt}else A.push(r)}};A.prototype.consumeWhiteSpace=function(){for(;lt(this.peekCodePoint(0));)this.consumeCodePoint()};A.prototype.consumeBadUrlRemnants=function(){for(;;){var A=this.consumeCodePoint();if(41===A||A===ot)return;if(dt(A,this.peekCodePoint(0)))this.consumeEscapedCodePoint()}};A.prototype.consumeStringSlice=function(A){for(var e="";A>0;){var t=Math.min(5e4,A);e+=te.apply(void 0,this._value.splice(0,t));A-=t}this._value.shift();return e};A.prototype.consumeStringToken=function(A){for(var e="",t=0;;){var r=this._value[t];if(r===ot||void 0===r||r===A)return{type:0,value:e+=this.consumeStringSlice(t)};if(10===r){this._value.splice(0,t);return It}if(92===r){var n=this._value[t+1];if(n!==ot&&void 0!==n)if(10===n){e+=this.consumeStringSlice(t);t=-1;this._value.shift()}else if(dt(r,n)){e+=this.consumeStringSlice(t);e+=te(this.consumeEscapedCodePoint());t=-1}}t++}};A.prototype.consumeNumber=function(){var A=[],e=4,t=this.peekCodePoint(0);if(t===st||t===it)A.push(this.consumeCodePoint());for(;at(this.peekCodePoint(0));)A.push(this.consumeCodePoint());t=this.peekCodePoint(0);var r=this.peekCodePoint(1);if(46===t&&at(r)){A.push(this.consumeCodePoint(),this.consumeCodePoint());e=8;for(;at(this.peekCodePoint(0));)A.push(this.consumeCodePoint())}t=this.peekCodePoint(0);r=this.peekCodePoint(1);var n=this.peekCodePoint(2);if((69===t||101===t)&&((r===st||r===it)&&at(n)||at(r))){A.push(this.consumeCodePoint(),this.consumeCodePoint());e=8;for(;at(this.peekCodePoint(0));)A.push(this.consumeCodePoint())}return[wt(A),e]};A.prototype.consumeNumericToken=function(){var A=this.consumeNumber(),e=A[0],t=A[1],r=this.peekCodePoint(0),n=this.peekCodePoint(1),i=this.peekCodePoint(2);if(ht(r,n,i)){return{type:15,number:e,flags:t,unit:this.consumeName()}}if(37===r){this.consumeCodePoint();return{type:16,number:e,flags:t}}return{type:17,number:e,flags:t}};A.prototype.consumeEscapedCodePoint=function(){var A=this.consumeCodePoint();if(ct(A)){for(var e=te(A);ct(this.peekCodePoint(0))&&e.length<6;)e+=te(this.consumeCodePoint());if(lt(this.peekCodePoint(0)))this.consumeCodePoint();var t=parseInt(e,16);if(0===t||function(A){return A>=55296&&A<=57343}(t)||t>1114111)return 65533;else return t}if(A===ot)return 65533;else return A};A.prototype.consumeName=function(){for(var A="";;){var e=this.consumeCodePoint();if(ut(e))A+=te(e);else if(dt(e,this.peekCodePoint(0)))A+=te(this.consumeEscapedCodePoint());else{this.reconsumeCodePoint(e);return A}}};return A}(),Ot=function(){function A(A){this._tokens=A}A.create=function(e){var t=new Pt;t.write(e);return new A(t.read())};A.parseValue=function(e){return A.create(e).parseComponentValue()};A.parseValues=function(e){return A.create(e).parseComponentValues()};A.prototype.parseComponentValue=function(){for(var A=this.consumeToken();31===A.type;)A=this.consumeToken();if(32===A.type)throw new SyntaxError("Error parsing CSS component value, unexpected EOF");this.reconsumeToken(A);var e=this.consumeComponentValue();do{A=this.consumeToken()}while(31===A.type);if(32===A.type)return e;throw new SyntaxError("Error parsing CSS component value, multiple values found when expecting only one")};A.prototype.parseComponentValues=function(){for(var A=[];;){var e=this.consumeComponentValue();if(32===e.type)return A;A.push(e);A.push()}};A.prototype.consumeComponentValue=function(){var A=this.consumeToken();switch(A.type){case 11:case 28:case 2:return this.consumeSimpleBlock(A.type);case 19:return this.consumeFunction(A)}return A};A.prototype.consumeSimpleBlock=function(A){for(var e={type:A,values:[]},t=this.consumeToken();;){if(32===t.type||Yt(t,A))return e;this.reconsumeToken(t);e.values.push(this.consumeComponentValue());t=this.consumeToken()}};A.prototype.consumeFunction=function(A){for(var e={name:A.value,values:[],type:18};;){var t=this.consumeToken();if(32===t.type||3===t.type)return e;this.reconsumeToken(t);e.values.push(this.consumeComponentValue())}};A.prototype.consumeToken=function(){var A=this._tokens.shift();return void 0===A?Rt:A};A.prototype.reconsumeToken=function(A){this._tokens.unshift(A)};return A}(),_t=function(A){return 15===A.type},Gt=function(A){return 17===A.type},Vt=function(A){return 20===A.type},Nt=function(A){return 0===A.type},Wt=function(A,e){return Vt(A)&&A.value===e},Xt=function(A){return 31!==A.type},Jt=function(A){return 31!==A.type&&4!==A.type},zt=function(A){var e=[],t=[];A.forEach(function(A){if(4!==A.type){if(31!==A.type)t.push(A)}else{if(0===t.length)throw new Error("Error parsing function args, zero tokens for arg");e.push(t);t=[]}});if(t.length)e.push(t);return e},Yt=function(A,e){if(11===e&&12===A.type)return!0;if(28===e&&29===A.type)return!0;else return 2===e&&3===A.type},qt=function(A){return 17===A.type||15===A.type},Zt=function(A){return 16===A.type||qt(A)},jt=function(A){return A.length>1?[A[0],A[1]]:[A[0]]},$t={type:17,number:0,flags:4},Ar={type:16,number:50,flags:4},er={type:16,number:100,flags:4},tr=function(A,e,t){var r=A[0],n=A[1];return[rr(r,e),rr(void 0!==n?n:r,t)]},rr=function(A,e){if(16===A.type)return A.number/100*e;if(_t(A))switch(A.unit){case"rem":case"em":return 16*A.number;default:return A.number}return A.number},nr="grad",ir="turn",sr=function(A,e){if(15===e.type)switch(e.unit){case"deg":return Math.PI*e.number/180;case nr:return Math.PI/200*e.number;case"rad":return e.number;case ir:return 2*Math.PI*e.number}throw new Error("Unsupported angle type")},or=function(A){if(15===A.type)if("deg"===A.unit||A.unit===nr||"rad"===A.unit||A.unit===ir)return!0;return!1},ar=function(A){switch(A.filter(Vt).map(function(A){return A.value}).join(" ")){case"to bottom right":case"to right bottom":case"left top":case"top left":return[$t,$t];case"to top":case"bottom":return cr(0);case"to bottom left":case"to left bottom":case"right top":case"top right":return[$t,er];case"to right":case"left":return cr(90);case"to top left":case"to left top":case"right bottom":case"bottom right":return[er,er];case"to bottom":case"top":return cr(180);case"to top right":case"to right top":case"left bottom":case"bottom left":return[er,$t];case"to left":case"right":return cr(270)}return 0},cr=function(A){return Math.PI*A/180},lr=function(A,e){if(18===e.type){var t=pr[e.name];if(void 0===t)throw new Error('Attempting to parse an unsupported color function "'+e.name+'"');return t(A,e.values)}if(5===e.type){if(3===e.value.length){var r=e.value.substring(0,1),n=e.value.substring(1,2),i=e.value.substring(2,3);return gr(parseInt(r+r,16),parseInt(n+n,16),parseInt(i+i,16),1)}if(4===e.value.length){r=e.value.substring(0,1),n=e.value.substring(1,2),i=e.value.substring(2,3);var s=e.value.substring(3,4);return gr(parseInt(r+r,16),parseInt(n+n,16),parseInt(i+i,16),parseInt(s+s,16)/255)}if(6===e.value.length){r=e.value.substring(0,2),n=e.value.substring(2,4),i=e.value.substring(4,6);return gr(parseInt(r,16),parseInt(n,16),parseInt(i,16),1)}if(8===e.value.length){r=e.value.substring(0,2),n=e.value.substring(2,4),i=e.value.substring(4,6),s=e.value.substring(6,8);return gr(parseInt(r,16),parseInt(n,16),parseInt(i,16),parseInt(s,16)/255)}}if(20===e.type){var o=Cr[e.value.toUpperCase()];if(void 0!==o)return o}return Cr.TRANSPARENT},Br=function(A){return!(255&A)},ur=function(A){var e=255&A,t=255&A>>8,r=255&A>>16,n=255&A>>24;return e<255?"rgba("+n+","+r+","+t+","+e/255+")":"rgb("+n+","+r+","+t+")"},gr=function(A,e,t,r){return(A<<24|e<<16|t<<8|Math.round(255*r))>>>0},dr=function(A,e){if(17===A.type)return A.number;if(16===A.type){var t=3===e?1:255;return 3===e?A.number/100*t:Math.round(A.number/100*t)}return 0},hr=function(A,e){var t=e.filter(Jt);if(3===t.length){var r=t.map(dr),n=r[0],i=r[1],s=r[2];return gr(n,i,s,1)}if(4===t.length){var o=t.map(dr),a=(n=o[0],i=o[1],s=o[2],o[3]);return gr(n,i,s,a)}return 0};function fr(A,e,t){if(t<0)t+=1;if(t>=1)t-=1;if(t<1/6)return(e-A)*t*6+A;else if(t<.5)return e;else if(t<2/3)return 6*(e-A)*(2/3-t)+A;else return A}var wr=function(A,e){var t=e.filter(Jt),r=t[0],n=t[1],i=t[2],s=t[3],o=(17===r.type?cr(r.number):sr(A,r))/(2*Math.PI),a=Zt(n)?n.number/100:0,c=Zt(i)?i.number/100:0,l=void 0!==s&&Zt(s)?rr(s,1):1;if(0===a)return gr(255*c,255*c,255*c,1);var B=c<=.5?c*(a+1):c+a-c*a,u=2*c-B,g=fr(u,B,o+1/3),d=fr(u,B,o),h=fr(u,B,o-1/3);return gr(255*g,255*d,255*h,l)},pr={hsl:wr,hsla:wr,rgb:hr,rgba:hr},Qr=function(A,e){return lr(A,Ot.create(e).parseComponentValue())},Cr={ALICEBLUE:4042850303,ANTIQUEWHITE:4209760255,AQUA:16777215,AQUAMARINE:2147472639,AZURE:4043309055,BEIGE:4126530815,BISQUE:4293182719,BLACK:255,BLANCHEDALMOND:4293643775,BLUE:65535,BLUEVIOLET:2318131967,BROWN:2771004159,BURLYWOOD:3736635391,CADETBLUE:1604231423,CHARTREUSE:2147418367,CHOCOLATE:3530104575,CORAL:4286533887,CORNFLOWERBLUE:1687547391,CORNSILK:4294499583,CRIMSON:3692313855,CYAN:16777215,DARKBLUE:35839,DARKCYAN:9145343,DARKGOLDENROD:3095837695,DARKGRAY:2846468607,DARKGREEN:6553855,DARKGREY:2846468607,DARKKHAKI:3182914559,DARKMAGENTA:2332068863,DARKOLIVEGREEN:1433087999,DARKORANGE:4287365375,DARKORCHID:2570243327,DARKRED:2332033279,DARKSALMON:3918953215,DARKSEAGREEN:2411499519,DARKSLATEBLUE:1211993087,DARKSLATEGRAY:793726975,DARKSLATEGREY:793726975,DARKTURQUOISE:13554175,DARKVIOLET:2483082239,DEEPPINK:4279538687,DEEPSKYBLUE:12582911,DIMGRAY:1768516095,DIMGREY:1768516095,DODGERBLUE:512819199,FIREBRICK:2988581631,FLORALWHITE:4294635775,FORESTGREEN:579543807,FUCHSIA:4278255615,GAINSBORO:3705462015,GHOSTWHITE:4177068031,GOLD:4292280575,GOLDENROD:3668254975,GRAY:2155905279,GREEN:8388863,GREENYELLOW:2919182335,GREY:2155905279,HONEYDEW:4043305215,HOTPINK:4285117695,INDIANRED:3445382399,INDIGO:1258324735,IVORY:4294963455,KHAKI:4041641215,LAVENDER:3873897215,LAVENDERBLUSH:4293981695,LAWNGREEN:2096890111,LEMONCHIFFON:4294626815,LIGHTBLUE:2916673279,LIGHTCORAL:4034953471,LIGHTCYAN:3774873599,LIGHTGOLDENRODYELLOW:4210742015,LIGHTGRAY:3553874943,LIGHTGREEN:2431553791,LIGHTGREY:3553874943,LIGHTPINK:4290167295,LIGHTSALMON:4288707327,LIGHTSEAGREEN:548580095,LIGHTSKYBLUE:2278488831,LIGHTSLATEGRAY:2005441023,LIGHTSLATEGREY:2005441023,LIGHTSTEELBLUE:2965692159,LIGHTYELLOW:4294959359,LIME:16711935,LIMEGREEN:852308735,LINEN:4210091775,MAGENTA:4278255615,MAROON:2147483903,MEDIUMAQUAMARINE:1724754687,MEDIUMBLUE:52735,MEDIUMORCHID:3126187007,MEDIUMPURPLE:2473647103,MEDIUMSEAGREEN:1018393087,MEDIUMSLATEBLUE:2070474495,MEDIUMSPRINGGREEN:16423679,MEDIUMTURQUOISE:1221709055,MEDIUMVIOLETRED:3340076543,MIDNIGHTBLUE:421097727,MINTCREAM:4127193855,MISTYROSE:4293190143,MOCCASIN:4293178879,NAVAJOWHITE:4292783615,NAVY:33023,OLDLACE:4260751103,OLIVE:2155872511,OLIVEDRAB:1804477439,ORANGE:4289003775,ORANGERED:4282712319,ORCHID:3664828159,PALEGOLDENROD:4008225535,PALEGREEN:2566625535,PALETURQUOISE:2951671551,PALEVIOLETRED:3681588223,PAPAYAWHIP:4293907967,PEACHPUFF:4292524543,PERU:3448061951,PINK:4290825215,PLUM:3718307327,POWDERBLUE:2967529215,PURPLE:2147516671,REBECCAPURPLE:1714657791,RED:4278190335,ROSYBROWN:3163525119,ROYALBLUE:1097458175,SADDLEBROWN:2336560127,SALMON:4202722047,SANDYBROWN:4104413439,SEAGREEN:780883967,SEASHELL:4294307583,SIENNA:2689740287,SILVER:3233857791,SKYBLUE:2278484991,SLATEBLUE:1784335871,SLATEGRAY:1887473919,SLATEGREY:1887473919,SNOW:4294638335,SPRINGGREEN:16744447,STEELBLUE:1182971135,TAN:3535047935,TEAL:8421631,THISTLE:3636451583,TOMATO:4284696575,TRANSPARENT:0,TURQUOISE:1088475391,VIOLET:4001558271,WHEAT:4125012991,WHITE:4294967295,WHITESMOKE:4126537215,YELLOW:4294902015,YELLOWGREEN:2597139199},Ur={name:"background-clip",initialValue:"border-box",prefix:!1,type:1,parse:function(A,e){return e.map(function(A){if(Vt(A))switch(A.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},Fr={name:"background-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},yr=function(A,e){var t=lr(A,e[0]),r=e[1];return r&&Zt(r)?{color:t,stop:r}:{color:t,stop:null}},mr=function(A,e){var t=A[0],r=A[A.length-1];if(null===t.stop)t.stop=$t;if(null===r.stop)r.stop=er;for(var n=[],i=0,s=0;s<A.length;s++){var o=A[s].stop;if(null!==o){var a=rr(o,e);if(a>i)n.push(a);else n.push(i);i=a}else n.push(null)}var c=null;for(s=0;s<n.length;s++){var l=n[s];if(null===l){if(null===c)c=s}else if(null!==c){for(var B=s-c,u=(l-n[c-1])/(B+1),g=1;g<=B;g++)n[c+g-1]=u*g;c=null}}return A.map(function(A,t){return{color:A.color,stop:Math.max(Math.min(1,n[t]/e),0)}})},br=function(A,e,t){var r="number"==typeof A?A:function(A,e,t){var r=e/2,n=t/2,i=rr(A[0],e)-r,s=n-rr(A[1],t);return(Math.atan2(s,i)+2*Math.PI)%(2*Math.PI)}(A,e,t),n=Math.abs(e*Math.sin(r))+Math.abs(t*Math.cos(r)),i=e/2,s=t/2,o=n/2,a=Math.sin(r-Math.PI/2)*o,c=Math.cos(r-Math.PI/2)*o;return[n,i-c,i+c,s-a,s+a]},Hr=function(A,e){return Math.sqrt(A*A+e*e)},Er=function(A,e,t,r,n){return[[0,0],[0,e],[A,0],[A,e]].reduce(function(A,e){var i=e[0],s=e[1],o=Hr(t-i,r-s);if(n?o<A.optimumDistance:o>A.optimumDistance)return{optimumCorner:e,optimumDistance:o};else return A},{optimumDistance:n?1/0:-1/0,optimumCorner:null}).optimumCorner},vr=function(A,e){var t=cr(180),r=[];zt(e).forEach(function(e,n){if(0===n){var i=e[0];if(20===i.type&&-1!==["top","left","right","bottom"].indexOf(i.value)){t=ar(e);return}else if(or(i)){t=(sr(A,i)+cr(270))%cr(360);return}}var s=yr(A,e);r.push(s)});return{angle:t,stops:r,type:1}},xr="closest-side",Ir="farthest-side",Kr="closest-corner",Lr="farthest-corner",Dr="circle",Sr="ellipse",kr="cover",Tr="contain",Mr=function(A,e){var t=0,r=3,n=[],i=[];zt(e).forEach(function(e,s){var o=!0;if(0===s)o=e.reduce(function(A,e){if(Vt(e))switch(e.value){case"center":i.push(Ar);return!1;case"top":case"left":i.push($t);return!1;case"right":case"bottom":i.push(er);return!1}else if(Zt(e)||qt(e)){i.push(e);return!1}return A},o);else if(1===s)o=e.reduce(function(A,e){if(Vt(e))switch(e.value){case Dr:t=0;return!1;case Sr:t=1;return!1;case Tr:case xr:r=0;return!1;case Ir:r=1;return!1;case Kr:r=2;return!1;case kr:case Lr:r=3;return!1}else if(qt(e)||Zt(e)){if(!Array.isArray(r))r=[];r.push(e);return!1}return A},o);if(o){var a=yr(A,e);n.push(a)}});return{size:r,shape:t,stops:n,position:i,type:2}},Rr=function(A,e){if(22===e.type){var t={url:e.value,type:0};A.cache.addImage(e.value);return t}if(18===e.type){var r=Or[e.name];if(void 0===r)throw new Error('Attempting to parse an unsupported image function "'+e.name+'"');return r(A,e.values)}throw new Error("Unsupported image type "+e.type)};var Pr,Or={"linear-gradient":function(A,e){var t=cr(180),r=[];zt(e).forEach(function(e,n){if(0===n){var i=e[0];if(20===i.type&&"to"===i.value){t=ar(e);return}else if(or(i)){t=sr(A,i);return}}var s=yr(A,e);r.push(s)});return{angle:t,stops:r,type:1}},"-moz-linear-gradient":vr,"-ms-linear-gradient":vr,"-o-linear-gradient":vr,"-webkit-linear-gradient":vr,"radial-gradient":function(A,e){var t=0,r=3,n=[],i=[];zt(e).forEach(function(e,s){var o=!0;if(0===s){var a=!1;o=e.reduce(function(A,e){if(a){if(Vt(e))switch(e.value){case"center":i.push(Ar);return A;case"top":case"left":i.push($t);return A;case"right":case"bottom":i.push(er);return A}else if(Zt(e)||qt(e))i.push(e)}else if(Vt(e))switch(e.value){case Dr:t=0;return!1;case Sr:t=1;return!1;case"at":a=!0;return!1;case xr:r=0;return!1;case kr:case Ir:r=1;return!1;case Tr:case Kr:r=2;return!1;case Lr:r=3;return!1}else if(qt(e)||Zt(e)){if(!Array.isArray(r))r=[];r.push(e);return!1}return A},o)}if(o){var c=yr(A,e);n.push(c)}});return{size:r,shape:t,stops:n,position:i,type:2}},"-moz-radial-gradient":Mr,"-ms-radial-gradient":Mr,"-o-radial-gradient":Mr,"-webkit-radial-gradient":Mr,"-webkit-gradient":function(A,e){var t=cr(180),r=[],n=1;zt(e).forEach(function(e,t){var i=e[0];if(0===t)if(Vt(i)&&"linear"===i.value){n=1;return}else if(Vt(i)&&"radial"===i.value){n=2;return}if(18===i.type)if("from"===i.name){var s=lr(A,i.values[0]);r.push({stop:$t,color:s})}else if("to"===i.name){s=lr(A,i.values[0]);r.push({stop:er,color:s})}else if("color-stop"===i.name){var o=i.values.filter(Jt);if(2===o.length){s=lr(A,o[1]);var a=o[0];if(Gt(a))r.push({stop:{type:16,number:100*a.number,flags:a.flags},color:s})}}});return 1===n?{angle:(t+cr(180))%cr(360),stops:r,type:n}:{size:3,shape:0,stops:r,position:[],type:n}}},_r={name:"background-image",initialValue:"none",type:1,prefix:!1,parse:function(A,e){if(0===e.length)return[];var t=e[0];if(20===t.type&&"none"===t.value)return[];else return e.filter(function(A){return Jt(A)&&function(A){return!(20===A.type&&"none"===A.value||18===A.type&&!Or[A.name])}(A)}).map(function(e){return Rr(A,e)})}},Gr={name:"background-origin",initialValue:"border-box",prefix:!1,type:1,parse:function(A,e){return e.map(function(A){if(Vt(A))switch(A.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},Vr={name:"background-position",initialValue:"0% 0%",type:1,prefix:!1,parse:function(A,e){return zt(e).map(function(A){return A.filter(Zt)}).map(jt)}},Nr={name:"background-repeat",initialValue:"repeat",prefix:!1,type:1,parse:function(A,e){return zt(e).map(function(A){return A.filter(Vt).map(function(A){return A.value}).join(" ")}).map(Wr)}},Wr=function(A){switch(A){case"no-repeat":return 1;case"repeat-x":case"repeat no-repeat":return 2;case"repeat-y":case"no-repeat repeat":return 3;default:return 0}};!function(A){A.AUTO="auto";A.CONTAIN="contain";A.COVER="cover"}(Pr||(Pr={}));var Xr,Jr={name:"background-size",initialValue:"0",prefix:!1,type:1,parse:function(A,e){return zt(e).map(function(A){return A.filter(zr)})}},zr=function(A){return Vt(A)||Zt(A)},Yr=function(A){return{name:"border-"+A+"-color",initialValue:"transparent",prefix:!1,type:3,format:"color"}},qr=Yr("top"),Zr=Yr("right"),jr=Yr("bottom"),$r=Yr("left"),An=function(A){return{name:"border-radius-"+A,initialValue:"0 0",prefix:!1,type:1,parse:function(A,e){return jt(e.filter(Zt))}}},en=An("top-left"),tn=An("top-right"),rn=An("bottom-right"),nn=An("bottom-left"),sn=function(A){return{name:"border-"+A+"-style",initialValue:"solid",prefix:!1,type:2,parse:function(A,e){switch(e){case"none":return 0;case"dashed":return 2;case"dotted":return 3;case"double":return 4}return 1}}},on=sn("top"),an=sn("right"),cn=sn("bottom"),ln=sn("left"),Bn=function(A){return{name:"border-"+A+"-width",initialValue:"0",type:0,prefix:!1,parse:function(A,e){if(_t(e))return e.number;else return 0}}},un=Bn("top"),gn=Bn("right"),dn=Bn("bottom"),hn=Bn("left"),fn={name:"color",initialValue:"transparent",prefix:!1,type:3,format:"color"},wn={name:"direction",initialValue:"ltr",prefix:!1,type:2,parse:function(A,e){if("rtl"===e)return 1;else return 0}},pn={name:"display",initialValue:"inline-block",prefix:!1,type:1,parse:function(A,e){return e.filter(Vt).reduce(function(A,e){return A|Qn(e.value)},0)}},Qn=function(A){switch(A){case"block":case"-webkit-box":return 2;case"inline":return 4;case"run-in":return 8;case"flow":return 16;case"flow-root":return 32;case"table":return 64;case"flex":case"-webkit-flex":return 128;case"grid":case"-ms-grid":return 256;case"ruby":return 512;case"subgrid":return 1024;case"list-item":return 2048;case"table-row-group":return 4096;case"table-header-group":return 8192;case"table-footer-group":return 16384;case"table-row":return 32768;case"table-cell":return 65536;case"table-column-group":return 131072;case"table-column":return 262144;case"table-caption":return 524288;case"ruby-base":return 1048576;case"ruby-text":return 2097152;case"ruby-base-container":return 4194304;case"ruby-text-container":return 8388608;case"contents":return 16777216;case"inline-block":return 33554432;case"inline-list-item":return 67108864;case"inline-table":return 134217728;case"inline-flex":return 268435456;case"inline-grid":return 536870912}return 0},Cn={name:"float",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"left":return 1;case"right":return 2;case"inline-start":return 3;case"inline-end":return 4}return 0}},Un={name:"letter-spacing",initialValue:"0",prefix:!1,type:0,parse:function(A,e){if(20===e.type&&"normal"===e.value)return 0;if(17===e.type)return e.number;if(15===e.type)return e.number;else return 0}};!function(A){A.NORMAL="normal";A.STRICT="strict"}(Xr||(Xr={}));var Fn,yn={name:"line-break",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){if("strict"===e)return Xr.STRICT;else return Xr.NORMAL}},mn={name:"line-height",initialValue:"normal",prefix:!1,type:4},bn=function(A,e){if(Vt(A)&&"normal"===A.value)return 1.2*e;else if(17===A.type)return e*A.number;else if(Zt(A))return rr(A,e);return e},Hn={name:"list-style-image",initialValue:"none",type:0,prefix:!1,parse:function(A,e){if(20===e.type&&"none"===e.value)return null;else return Rr(A,e)}},En={name:"list-style-position",initialValue:"outside",prefix:!1,type:2,parse:function(A,e){if("inside"===e)return 0;else return 1}},vn={name:"list-style-type",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"disc":return 0;case"circle":return 1;case"square":return 2;case"decimal":return 3;case"cjk-decimal":return 4;case"decimal-leading-zero":return 5;case"lower-roman":return 6;case"upper-roman":return 7;case"lower-greek":return 8;case"lower-alpha":return 9;case"upper-alpha":return 10;case"arabic-indic":return 11;case"armenian":return 12;case"bengali":return 13;case"cambodian":return 14;case"cjk-earthly-branch":return 15;case"cjk-heavenly-stem":return 16;case"cjk-ideographic":return 17;case"devanagari":return 18;case"ethiopic-numeric":return 19;case"georgian":return 20;case"gujarati":return 21;case"gurmukhi":case"hebrew":return 22;case"hiragana":return 23;case"hiragana-iroha":return 24;case"japanese-formal":return 25;case"japanese-informal":return 26;case"kannada":return 27;case"katakana":return 28;case"katakana-iroha":return 29;case"khmer":return 30;case"korean-hangul-formal":return 31;case"korean-hanja-formal":return 32;case"korean-hanja-informal":return 33;case"lao":return 34;case"lower-armenian":return 35;case"malayalam":return 36;case"mongolian":return 37;case"myanmar":return 38;case"oriya":return 39;case"persian":return 40;case"simp-chinese-formal":return 41;case"simp-chinese-informal":return 42;case"tamil":return 43;case"telugu":return 44;case"thai":return 45;case"tibetan":return 46;case"trad-chinese-formal":return 47;case"trad-chinese-informal":return 48;case"upper-armenian":return 49;case"disclosure-open":return 50;case"disclosure-closed":return 51;default:return-1}}},xn=function(A){return{name:"margin-"+A,initialValue:"0",prefix:!1,type:4}},In=xn("top"),Kn=xn("right"),Ln=xn("bottom"),Dn=xn("left"),Sn={name:"overflow",initialValue:"visible",prefix:!1,type:1,parse:function(A,e){return e.filter(Vt).map(function(A){switch(A.value){case"hidden":return 1;case"scroll":return 2;case"clip":return 3;case"auto":return 4;default:return 0}})}},kn={name:"overflow-wrap",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){if("break-word"===e)return"break-word";else return"normal"}},Tn=function(A){return{name:"padding-"+A,initialValue:"0",prefix:!1,type:3,format:"length-percentage"}},Mn=Tn("top"),Rn=Tn("right"),Pn=Tn("bottom"),On=Tn("left"),_n={name:"text-align",initialValue:"left",prefix:!1,type:2,parse:function(A,e){switch(e){case"right":return 2;case"center":case"justify":return 1;default:return 0}}},Gn={name:"position",initialValue:"static",prefix:!1,type:2,parse:function(A,e){switch(e){case"relative":return 1;case"absolute":return 2;case"fixed":return 3;case"sticky":return 4}return 0}},Vn={name:"text-shadow",initialValue:"none",type:1,prefix:!1,parse:function(A,e){if(1===e.length&&Wt(e[0],"none"))return[];else return zt(e).map(function(e){for(var t={color:Cr.TRANSPARENT,offsetX:$t,offsetY:$t,blur:$t},r=0,n=0;n<e.length;n++){var i=e[n];if(qt(i)){if(0===r)t.offsetX=i;else if(1===r)t.offsetY=i;else t.blur=i;r++}else t.color=lr(A,i)}return t})}},Nn={name:"text-transform",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"uppercase":return 2;case"lowercase":return 1;case"capitalize":return 3}return 0}},Wn={name:"transform",initialValue:"none",prefix:!0,type:0,parse:function(A,e){if(20===e.type&&"none"===e.value)return null;if(18===e.type){var t=Xn[e.name];if(void 0===t)throw new Error('Attempting to parse an unsupported transform function "'+e.name+'"');return t(e.values)}return null}},Xn={matrix:function(A){var e=A.filter(function(A){return 17===A.type}).map(function(A){return A.number});return 6===e.length?e:null},matrix3d:function(A){var e=A.filter(function(A){return 17===A.type}).map(function(A){return A.number}),t=e[0],r=e[1];e[2];e[3];var n=e[4],i=e[5];e[6];e[7];e[8];e[9];e[10];e[11];var s=e[12],o=e[13];e[14];e[15];return 16===e.length?[t,r,n,i,s,o]:null}},Jn={type:16,number:50,flags:4},zn=[Jn,Jn],Yn={name:"transform-origin",initialValue:"50% 50%",prefix:!0,type:1,parse:function(A,e){var t=e.filter(Zt);if(2!==t.length)return zn;else return[t[0],t[1]]}},qn={name:"visible",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"hidden":return 1;case"collapse":return 2;default:return 0}}};!function(A){A.NORMAL="normal";A.BREAK_ALL="break-all";A.KEEP_ALL="keep-all"}(Fn||(Fn={}));for(var Zn={name:"word-break",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){switch(e){case"break-all":return Fn.BREAK_ALL;case"keep-all":return Fn.KEEP_ALL;default:return Fn.NORMAL}}},jn={name:"z-index",initialValue:"auto",prefix:!1,type:0,parse:function(A,e){if(20===e.type)return{auto:!0,order:0};if(Gt(e))return{auto:!1,order:e.number};throw new Error("Invalid z-index number parsed")}},$n=function(A,e){if(15===e.type)switch(e.unit.toLowerCase()){case"s":return 1e3*e.number;case"ms":return e.number}throw new Error("Unsupported time type")},Ai={name:"opacity",initialValue:"1",type:0,prefix:!1,parse:function(A,e){if(Gt(e))return e.number;else return 1}},ei={name:"text-decoration-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},ti={name:"text-decoration-line",initialValue:"none",prefix:!1,type:1,parse:function(A,e){return e.filter(Vt).map(function(A){switch(A.value){case"underline":return 1;case"overline":return 2;case"line-through":return 3;case"none":return 4}return 0}).filter(function(A){return 0!==A})}},ri={name:"font-family",initialValue:"",prefix:!1,type:1,parse:function(A,e){var t=[],r=[];e.forEach(function(A){switch(A.type){case 20:case 0:t.push(A.value);break;case 17:t.push(A.number.toString());break;case 4:r.push(t.join(" "));t.length=0}});if(t.length)r.push(t.join(" "));return r.map(function(A){return-1===A.indexOf(" ")?A:"'"+A+"'"})}},ni={name:"font-size",initialValue:"0",prefix:!1,type:3,format:"length"},ii={name:"font-weight",initialValue:"normal",type:0,prefix:!1,parse:function(A,e){if(Gt(e))return e.number;if(Vt(e))if("bold"===e.value)return 700;else return 400;return 400}},si={name:"font-variant",initialValue:"none",type:1,prefix:!1,parse:function(A,e){return e.filter(Vt).map(function(A){return A.value})}},oi={name:"font-style",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){switch(e){case"oblique":return"oblique";case"italic":return"italic";default:return"normal"}}},ai=function(A,e){return 0!==(A&e)},ci={name:"content",initialValue:"none",type:1,prefix:!1,parse:function(A,e){if(0===e.length)return[];var t=e[0];if(20===t.type&&"none"===t.value)return[];else return e}},li={name:"counter-increment",initialValue:"none",prefix:!0,type:1,parse:function(A,e){if(0===e.length)return null;var t=e[0];if(20===t.type&&"none"===t.value)return null;for(var r=[],n=e.filter(Xt),i=0;i<n.length;i++){var s=n[i],o=n[i+1];if(20===s.type){var a=o&&Gt(o)?o.number:1;r.push({counter:s.value,increment:a})}}return r}},Bi={name:"counter-reset",initialValue:"none",prefix:!0,type:1,parse:function(A,e){if(0===e.length)return[];for(var t=[],r=e.filter(Xt),n=0;n<r.length;n++){var i=r[n],s=r[n+1];if(Vt(i)&&"none"!==i.value){var o=s&&Gt(s)?s.number:0;t.push({counter:i.value,reset:o})}}return t}},ui={name:"duration",initialValue:"0s",prefix:!1,type:1,parse:function(A,e){return e.filter(_t).map(function(e){return $n(A,e)})}},gi={name:"quotes",initialValue:"none",prefix:!0,type:1,parse:function(A,e){if(0===e.length)return null;var t=e[0];if(20===t.type&&"none"===t.value)return null;var r=[],n=e.filter(Nt);if(n.length%2!=0)return null;for(var i=0;i<n.length;i+=2){var s=n[i].value,o=n[i+1].value;r.push({open:s,close:o})}return r}},di=function(A,e,t){if(!A)return"";var r=A[Math.min(e,A.length-1)];if(!r)return"";else return t?r.open:r.close},hi={name:"box-shadow",initialValue:"none",type:1,prefix:!1,parse:function(A,e){if(1===e.length&&Wt(e[0],"none"))return[];else return zt(e).map(function(e){for(var t={color:255,offsetX:$t,offsetY:$t,blur:$t,spread:$t,inset:!1},r=0,n=0;n<e.length;n++){var i=e[n];if(Wt(i,"inset"))t.inset=!0;else if(qt(i)){if(0===r)t.offsetX=i;else if(1===r)t.offsetY=i;else if(2===r)t.blur=i;else t.spread=i;r++}else t.color=lr(A,i)}return t})}},fi={name:"paint-order",initialValue:"normal",prefix:!1,type:1,parse:function(A,e){var t=[];e.filter(Vt).forEach(function(A){switch(A.value){case"stroke":t.push(1);break;case"fill":t.push(0);break;case"markers":t.push(2)}});[0,1,2].forEach(function(A){if(-1===t.indexOf(A))t.push(A)});return t}},wi={name:"-webkit-text-stroke-color",initialValue:"currentcolor",prefix:!1,type:3,format:"color"},pi={name:"-webkit-text-stroke-width",initialValue:"0",type:0,prefix:!1,parse:function(A,e){if(_t(e))return e.number;else return 0}},Qi=function(){function A(A,e){var t,r;this.animationDuration=Fi(A,ui,e.animationDuration);this.backgroundClip=Fi(A,Ur,e.backgroundClip);this.backgroundColor=Fi(A,Fr,e.backgroundColor);this.backgroundImage=Fi(A,_r,e.backgroundImage);this.backgroundOrigin=Fi(A,Gr,e.backgroundOrigin);this.backgroundPosition=Fi(A,Vr,e.backgroundPosition);this.backgroundRepeat=Fi(A,Nr,e.backgroundRepeat);this.backgroundSize=Fi(A,Jr,e.backgroundSize);this.borderTopColor=Fi(A,qr,e.borderTopColor);this.borderRightColor=Fi(A,Zr,e.borderRightColor);this.borderBottomColor=Fi(A,jr,e.borderBottomColor);this.borderLeftColor=Fi(A,$r,e.borderLeftColor);this.borderTopLeftRadius=Fi(A,en,e.borderTopLeftRadius);this.borderTopRightRadius=Fi(A,tn,e.borderTopRightRadius);this.borderBottomRightRadius=Fi(A,rn,e.borderBottomRightRadius);this.borderBottomLeftRadius=Fi(A,nn,e.borderBottomLeftRadius);this.borderTopStyle=Fi(A,on,e.borderTopStyle);this.borderRightStyle=Fi(A,an,e.borderRightStyle);this.borderBottomStyle=Fi(A,cn,e.borderBottomStyle);this.borderLeftStyle=Fi(A,ln,e.borderLeftStyle);this.borderTopWidth=Fi(A,un,e.borderTopWidth);this.borderRightWidth=Fi(A,gn,e.borderRightWidth);this.borderBottomWidth=Fi(A,dn,e.borderBottomWidth);this.borderLeftWidth=Fi(A,hn,e.borderLeftWidth);this.boxShadow=Fi(A,hi,e.boxShadow);this.color=Fi(A,fn,e.color);this.direction=Fi(A,wn,e.direction);this.display=Fi(A,pn,e.display);this.float=Fi(A,Cn,e.cssFloat);this.fontFamily=Fi(A,ri,e.fontFamily);this.fontSize=Fi(A,ni,e.fontSize);this.fontStyle=Fi(A,oi,e.fontStyle);this.fontVariant=Fi(A,si,e.fontVariant);this.fontWeight=Fi(A,ii,e.fontWeight);this.letterSpacing=Fi(A,Un,e.letterSpacing);this.lineBreak=Fi(A,yn,e.lineBreak);this.lineHeight=Fi(A,mn,e.lineHeight);this.listStyleImage=Fi(A,Hn,e.listStyleImage);this.listStylePosition=Fi(A,En,e.listStylePosition);this.listStyleType=Fi(A,vn,e.listStyleType);this.marginTop=Fi(A,In,e.marginTop);this.marginRight=Fi(A,Kn,e.marginRight);this.marginBottom=Fi(A,Ln,e.marginBottom);this.marginLeft=Fi(A,Dn,e.marginLeft);this.opacity=Fi(A,Ai,e.opacity);var n=Fi(A,Sn,e.overflow);this.overflowX=n[0];this.overflowY=n[n.length>1?1:0];this.overflowWrap=Fi(A,kn,e.overflowWrap);this.paddingTop=Fi(A,Mn,e.paddingTop);this.paddingRight=Fi(A,Rn,e.paddingRight);this.paddingBottom=Fi(A,Pn,e.paddingBottom);this.paddingLeft=Fi(A,On,e.paddingLeft);this.paintOrder=Fi(A,fi,e.paintOrder);this.position=Fi(A,Gn,e.position);this.textAlign=Fi(A,_n,e.textAlign);this.textDecorationColor=Fi(A,ei,null!==(t=e.textDecorationColor)&&void 0!==t?t:e.color);this.textDecorationLine=Fi(A,ti,null!==(r=e.textDecorationLine)&&void 0!==r?r:e.textDecoration);this.textShadow=Fi(A,Vn,e.textShadow);this.textTransform=Fi(A,Nn,e.textTransform);this.transform=Fi(A,Wn,e.transform);this.transformOrigin=Fi(A,Yn,e.transformOrigin);this.visibility=Fi(A,qn,e.visibility);this.webkitTextStrokeColor=Fi(A,wi,e.webkitTextStrokeColor);this.webkitTextStrokeWidth=Fi(A,pi,e.webkitTextStrokeWidth);this.wordBreak=Fi(A,Zn,e.wordBreak);this.zIndex=Fi(A,jn,e.zIndex)}A.prototype.isVisible=function(){return this.display>0&&this.opacity>0&&0===this.visibility};A.prototype.isTransparent=function(){return Br(this.backgroundColor)};A.prototype.isTransformed=function(){return null!==this.transform};A.prototype.isPositioned=function(){return 0!==this.position};A.prototype.isPositionedWithZIndex=function(){return this.isPositioned()&&!this.zIndex.auto};A.prototype.isFloating=function(){return 0!==this.float};A.prototype.isInlineLevel=function(){return ai(this.display,4)||ai(this.display,33554432)||ai(this.display,268435456)||ai(this.display,536870912)||ai(this.display,67108864)||ai(this.display,134217728)};return A}(),Ci=function(){return function(A,e){this.content=Fi(A,ci,e.content);this.quotes=Fi(A,gi,e.quotes)}}(),Ui=function(){return function(A,e){this.counterIncrement=Fi(A,li,e.counterIncrement);this.counterReset=Fi(A,Bi,e.counterReset)}}(),Fi=function(A,e,t){var r=new Pt,n=null!=t?t.toString():e.initialValue;r.write(n);var i=new Ot(r.read());switch(e.type){case 2:var s=i.parseComponentValue();return e.parse(A,Vt(s)?s.value:e.initialValue);case 0:return e.parse(A,i.parseComponentValue());case 1:return e.parse(A,i.parseComponentValues());case 4:return i.parseComponentValue();case 3:switch(e.format){case"angle":return sr(A,i.parseComponentValue());case"color":return lr(A,i.parseComponentValue());case"image":return Rr(A,i.parseComponentValue());case"length":var o=i.parseComponentValue();return qt(o)?o:$t;case"length-percentage":var a=i.parseComponentValue();return Zt(a)?a:$t;case"time":return $n(A,i.parseComponentValue())}}},yi=function(A,e){var t=function(A){switch(A.getAttribute("data-html2canvas-debug")){case"all":return 1;case"clone":return 2;case"parse":return 3;case"render":return 4;default:return 0}}(A);return 1===t||e===t},mi=function(){return function(A,e){this.context=A;this.textNodes=[];this.elements=[];this.flags=0;if(yi(e,3));this.styles=new Qi(A,window.getComputedStyle(e,null));if(vs(e)){if(this.styles.animationDuration.some(function(A){return A>0}))e.style.animationDuration="0s";if(null!==this.styles.transform)e.style.transform="none"}this.bounds=Ae(this.context,e);if(yi(e,4))this.flags|=16}}(),bi="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Hi="undefined"==typeof Uint8Array?[]:new Uint8Array(256),Ei=0;Ei<64;Ei++)Hi[bi.charCodeAt(Ei)]=Ei;for(var vi=function(A,e,t){if(A.slice)return A.slice(e,t);else return new Uint16Array(Array.prototype.slice.call(A,e,t))},xi=function(){function A(A,e,t,r,n,i){this.initialValue=A;this.errorValue=e;this.highStart=t;this.highValueIndex=r;this.index=n;this.data=i}A.prototype.get=function(A){var e;if(A>=0){if(A<55296||A>56319&&A<=65535){e=((e=this.index[A>>5])<<2)+(31&A);return this.data[e]}if(A<=65535){e=((e=this.index[2048+(A-55296>>5)])<<2)+(31&A);return this.data[e]}if(A<this.highStart){e=2080+(A>>11);e=this.index[e];e+=A>>5&63;e=((e=this.index[e])<<2)+(31&A);return this.data[e]}if(A<=1114111)return this.data[this.highValueIndex]}return this.errorValue};return A}(),Ii="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Ki="undefined"==typeof Uint8Array?[]:new Uint8Array(256),Li=0;Li<64;Li++)Ki[Ii.charCodeAt(Li)]=Li;var Di,Si=8,ki=9,Ti=11,Mi=12,Ri=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];if(String.fromCodePoint)return String.fromCodePoint.apply(String,A);var t=A.length;if(!t)return"";for(var r=[],n=-1,i="";++n<t;){var s=A[n];if(s<=65535)r.push(s);else{s-=65536;r.push(55296+(s>>10),s%1024+56320)}if(n+1===t||r.length>16384){i+=String.fromCharCode.apply(String,r);r.length=0}}return i},Pi=function(A){var e=function(A){var e,t,r,n,i,s=.75*A.length,o=A.length,a=0;if("="===A[A.length-1]){s--;if("="===A[A.length-2])s--}var c="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof Uint8Array&&void 0!==Uint8Array.prototype.slice?new ArrayBuffer(s):new Array(s),l=Array.isArray(c)?c:new Uint8Array(c);for(e=0;e<o;e+=4){t=Hi[A.charCodeAt(e)];r=Hi[A.charCodeAt(e+1)];n=Hi[A.charCodeAt(e+2)];i=Hi[A.charCodeAt(e+3)];l[a++]=t<<2|r>>4;l[a++]=(15&r)<<4|n>>2;l[a++]=(3&n)<<6|63&i}return c}(A),t=Array.isArray(e)?function(A){for(var e=A.length,t=[],r=0;r<e;r+=4)t.push(A[r+3]<<24|A[r+2]<<16|A[r+1]<<8|A[r]);return t}(e):new Uint32Array(e),r=Array.isArray(e)?function(A){for(var e=A.length,t=[],r=0;r<e;r+=2)t.push(A[r+1]<<8|A[r]);return t}(e):new Uint16Array(e),n=vi(r,12,t[4]/2),i=2===t[5]?vi(r,(24+t[4])/2):function(A,e,t){if(A.slice)return A.slice(e,t);else return new Uint32Array(Array.prototype.slice.call(A,e,t))}(t,Math.ceil((24+t[4])/4));return new xi(t[0],t[1],t[2],t[3],n,i)}("AAAAAAAAAAAAEA4AGBkAAFAaAAACAAAAAAAIABAAGAAwADgACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAAQABIAEQATAAIABAACAAQAAgAEAAIABAAVABcAAgAEAAIABAACAAQAGAAaABwAHgAgACIAI4AlgAIABAAmwCjAKgAsAC2AL4AvQDFAMoA0gBPAVYBWgEIAAgACACMANoAYgFkAWwBdAF8AX0BhQGNAZUBlgGeAaMBlQGWAasBswF8AbsBwwF0AcsBYwHTAQgA2wG/AOMBdAF8AekB8QF0AfkB+wHiAHQBfAEIAAMC5gQIAAsCEgIIAAgAFgIeAggAIgIpAggAMQI5AkACygEIAAgASAJQAlgCYAIIAAgACAAKBQoFCgUTBRMFGQUrBSsFCAAIAAgACAAIAAgACAAIAAgACABdAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABoAmgCrwGvAQgAbgJ2AggAHgEIAAgACADnAXsCCAAIAAgAgwIIAAgACAAIAAgACACKAggAkQKZAggAPADJAAgAoQKkAqwCsgK6AsICCADJAggA0AIIAAgACAAIANYC3gIIAAgACAAIAAgACABAAOYCCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAkASoB+QIEAAgACAA8AEMCCABCBQgACABJBVAFCAAIAAgACAAIAAgACAAIAAgACABTBVoFCAAIAFoFCABfBWUFCAAIAAgACAAIAAgAbQUIAAgACAAIAAgACABzBXsFfQWFBYoFigWKBZEFigWKBYoFmAWfBaYFrgWxBbkFCAAIAAgACAAIAAgACAAIAAgACAAIAMEFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAMgFCADQBQgACAAIAAgACAAIAAgACAAIAAgACAAIAO4CCAAIAAgAiQAIAAgACABAAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAD0AggACAD8AggACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIANYFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAMDvwAIAAgAJAIIAAgACAAIAAgACAAIAAgACwMTAwgACAB9BOsEGwMjAwgAKwMyAwsFYgE3A/MEPwMIAEUDTQNRAwgAWQOsAGEDCAAIAAgACAAIAAgACABpAzQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFIQUoBSwFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABtAwgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABMAEwACAAIAAgACAAIABgACAAIAAgACAC/AAgACAAyAQgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACAAIAAwAAgACAAIAAgACAAIAAgACAAIAAAARABIAAgACAAIABQASAAIAAgAIABwAEAAjgCIABsAqAC2AL0AigDQAtwC+IJIQqVAZUBWQqVAZUBlQGVAZUBlQGrC5UBlQGVAZUBlQGVAZUBlQGVAXsKlQGVAbAK6wsrDGUMpQzlDJUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAfAKAAuZA64AtwCJALoC6ADwAAgAuACgA/oEpgO6AqsD+AAIAAgAswMIAAgACAAIAIkAuwP5AfsBwwPLAwgACAAIAAgACADRA9kDCAAIAOED6QMIAAgACAAIAAgACADuA/YDCAAIAP4DyQAIAAgABgQIAAgAXQAOBAgACAAIAAgACAAIABMECAAIAAgACAAIAAgACAD8AAQBCAAIAAgAGgQiBCoECAExBAgAEAEIAAgACAAIAAgACAAIAAgACAAIAAgACAA4BAgACABABEYECAAIAAgATAQYAQgAVAQIAAgACAAIAAgACAAIAAgACAAIAFoECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAOQEIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAB+BAcACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAEABhgSMBAgACAAIAAgAlAQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAwAEAAQABAADAAMAAwADAAQABAAEAAQABAAEAAQABHATAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAdQMIAAgACAAIAAgACAAIAMkACAAIAAgAfQMIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACFA4kDCAAIAAgACAAIAOcBCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAIcDCAAIAAgACAAIAAgACAAIAAgACAAIAJEDCAAIAAgACADFAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABgBAgAZgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAbAQCBXIECAAIAHkECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABAAJwEQACjBKoEsgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAC6BMIECAAIAAgACAAIAAgACABmBAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAxwQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAGYECAAIAAgAzgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBd0FXwUIAOIF6gXxBYoF3gT5BQAGCAaKBYoFigWKBYoFigWKBYoFigWKBYoFigXWBIoFigWKBYoFigWKBYoFigWKBYsFEAaKBYoFigWKBYoFigWKBRQGCACKBYoFigWKBQgACAAIANEECAAIABgGigUgBggAJgYIAC4GMwaKBYoF0wQ3Bj4GigWKBYoFigWKBYoFigWKBYoFigWKBYoFigUIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWLBf///////wQABAAEAAQABAAEAAQABAAEAAQAAwAEAAQAAgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAQADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUAAAAFAAUAAAAFAAUAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAQAAAAUABQAFAAUABQAFAAAAAAAFAAUAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAFAAUAAQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAAABwAHAAcAAAAHAAcABwAFAAEAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAcABwAFAAUAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAQABAAAAAAAAAAAAAAAFAAUABQAFAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAHAAcAAAAHAAcAAAAAAAUABQAHAAUAAQAHAAEABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwABAAUABQAFAAUAAAAAAAAAAAAAAAEAAQABAAEAAQABAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABQANAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAABQAHAAUABQAFAAAAAAAAAAcABQAFAAUABQAFAAQABAAEAAQABAAEAAQABAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUAAAAFAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAUAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAcABwAFAAcABwAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUABwAHAAUABQAFAAUAAAAAAAcABwAAAAAABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAAAAAAAAAAABQAFAAAAAAAFAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAFAAUABQAFAAUAAAAFAAUABwAAAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABwAFAAUABQAFAAAAAAAHAAcAAAAAAAcABwAFAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAAAAAAAAAHAAcABwAAAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAUABQAFAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAHAAcABQAHAAcAAAAFAAcABwAAAAcABwAFAAUAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAFAAcABwAFAAUABQAAAAUAAAAHAAcABwAHAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAHAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUAAAAFAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAUAAAAFAAUAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABwAFAAUABQAFAAUABQAAAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABQAFAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAFAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAHAAUABQAFAAUABQAFAAUABwAHAAcABwAHAAcABwAHAAUABwAHAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABwAHAAcABwAFAAUABwAHAAcAAAAAAAAAAAAHAAcABQAHAAcABwAHAAcABwAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAUABQAFAAUABQAFAAUAAAAFAAAABQAAAAAABQAFAAUABQAFAAUABQAFAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAUABQAFAAUABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABwAFAAcABwAHAAcABwAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAUABQAFAAUABwAHAAUABQAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABQAFAAcABwAHAAUABwAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAcABQAFAAUABQAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAAAAAABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAAAAAAAAAFAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAUABQAHAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAFAAUABQAFAAcABwAFAAUABwAHAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAcABwAFAAUABwAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABQAAAAAABQAFAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAcABwAAAAAAAAAAAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAcABwAFAAcABwAAAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAFAAUABQAAAAUABQAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABwAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAHAAcABQAHAAUABQAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAAABwAHAAAAAAAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAFAAUABwAFAAcABwAFAAcABQAFAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAAAAAABwAHAAcABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAFAAcABwAFAAUABQAFAAUABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAUABQAFAAcABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABQAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAAAAAAFAAUABwAHAAcABwAFAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAHAAUABQAFAAUABQAFAAUABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAABQAAAAUABQAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAHAAcAAAAFAAUAAAAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABQAFAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAABQAFAAUABQAFAAUABQAAAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAFAAUABQAFAAUADgAOAA4ADgAOAA4ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAMAAwADAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAAAAAAAAAAAAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAAAAAAAAAAAAsADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwACwAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAADgAOAA4AAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAAAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4AAAAOAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAAAAAAAA4AAAAOAAAAAAAAAAAADgAOAA4AAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAA="),Oi="×",_i=function(A){return Pi.get(A)},Gi=function(A,e,t){var r=t-2,n=e[r],i=e[t-1],s=e[t];if(2===i&&3===s)return Oi;if(2===i||3===i||4===i)return"÷";if(2===s||3===s||4===s)return"÷";if(i===Si&&-1!==[Si,ki,Ti,Mi].indexOf(s))return Oi;if(!(i!==Ti&&i!==ki||s!==ki&&10!==s))return Oi;if((i===Mi||10===i)&&10===s)return Oi;if(13===s||5===s)return Oi;if(7===s)return Oi;if(1===i)return Oi;if(13===i&&14===s){for(;5===n;)n=e[--r];if(14===n)return Oi}if(15===i&&15===s){for(var o=0;15===n;){o++;n=e[--r]}if(o%2==0)return Oi}return"÷"},Vi=function(A){var e=function(A){for(var e=[],t=0,r=A.length;t<r;){var n=A.charCodeAt(t++);if(n>=55296&&n<=56319&&t<r){var i=A.charCodeAt(t++);if(56320==(64512&i))e.push(((1023&n)<<10)+(1023&i)+65536);else{e.push(n);t--}}else e.push(n)}return e}(A),t=e.length,r=0,n=0,i=e.map(_i);return{next:function(){if(r>=t)return{done:!0,value:null};for(var A=Oi;r<t&&(A=Gi(0,i,++r))===Oi;);if(A!==Oi||r===t){var s=Ri.apply(null,e.slice(n,r));n=r;return{value:s,done:!1}}return{done:!0,value:null}}}},Ni=function(A){return 0===A[0]&&255===A[1]&&0===A[2]&&255===A[3]},Wi=function(A,e,t,r,n){var i="http://www.w3.org/2000/svg",s=document.createElementNS(i,"svg"),o=document.createElementNS(i,"foreignObject");s.setAttributeNS(null,"width",A.toString());s.setAttributeNS(null,"height",e.toString());o.setAttributeNS(null,"width","100%");o.setAttributeNS(null,"height","100%");o.setAttributeNS(null,"x",t.toString());o.setAttributeNS(null,"y",r.toString());o.setAttributeNS(null,"externalResourcesRequired","true");s.appendChild(o);o.appendChild(n);return s},Xi=function(A){return new Promise(function(e,t){var r=new Image;r.onload=function(){return e(r)};r.onerror=t;r.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent((new XMLSerializer).serializeToString(A))})},Ji={get SUPPORT_RANGE_BOUNDS(){var A=function(A){if(A.createRange){var e=A.createRange();if(e.getBoundingClientRect){var t=A.createElement("boundtest");t.style.height="123px";t.style.display="block";A.body.appendChild(t);e.selectNode(t);var r=e.getBoundingClientRect(),n=Math.round(r.height);A.body.removeChild(t);if(123===n)return!0}}return!1}(document);Object.defineProperty(Ji,"SUPPORT_RANGE_BOUNDS",{value:A});return A},get SUPPORT_WORD_BREAKING(){var A=Ji.SUPPORT_RANGE_BOUNDS&&function(A){var e=A.createElement("boundtest");e.style.width="50px";e.style.display="block";e.style.fontSize="12px";e.style.letterSpacing="0px";e.style.wordSpacing="0px";A.body.appendChild(e);var t=A.createRange();e.innerHTML="function"==typeof"".repeat?"&#128104;".repeat(10):"";var r=e.firstChild,n=ee(r.data).map(function(A){return te(A)}),i=0,s={},o=n.every(function(A,e){t.setStart(r,i);t.setEnd(r,i+A.length);var n=t.getBoundingClientRect();i+=A.length;var o=n.x>s.x||n.y>s.y;s=n;if(0===e)return!0;else return o});A.body.removeChild(e);return o}(document);Object.defineProperty(Ji,"SUPPORT_WORD_BREAKING",{value:A});return A},get SUPPORT_SVG_DRAWING(){var A=function(A){var e=new Image,t=A.createElement("canvas"),r=t.getContext("2d");if(!r)return!1;e.src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'></svg>";try{r.drawImage(e,0,0);t.toDataURL()}catch(n){return!1}return!0}(document);Object.defineProperty(Ji,"SUPPORT_SVG_DRAWING",{value:A});return A},get SUPPORT_FOREIGNOBJECT_DRAWING(){var A="function"==typeof Array.from&&"function"==typeof window.fetch?function(A){var e=A.createElement("canvas"),t=100;e.width=t;e.height=t;var r=e.getContext("2d");if(!r)return Promise.reject(!1);r.fillStyle="rgb(0, 255, 0)";r.fillRect(0,0,t,t);var n=new Image,i=e.toDataURL();n.src=i;var s=Wi(t,t,0,0,n);r.fillStyle="red";r.fillRect(0,0,t,t);return Xi(s).then(function(e){r.drawImage(e,0,0);var n=r.getImageData(0,0,t,t).data;r.fillStyle="red";r.fillRect(0,0,t,t);var s=A.createElement("div");s.style.backgroundImage="url("+i+")";s.style.height=t+"px";return Ni(n)?Xi(Wi(t,t,0,0,s)):Promise.reject(!1)}).then(function(A){r.drawImage(A,0,0);return Ni(r.getImageData(0,0,t,t).data)}).catch(function(){return!1})}(document):Promise.resolve(!1);Object.defineProperty(Ji,"SUPPORT_FOREIGNOBJECT_DRAWING",{value:A});return A},get SUPPORT_CORS_IMAGES(){var A=void 0!==(new Image).crossOrigin;Object.defineProperty(Ji,"SUPPORT_CORS_IMAGES",{value:A});return A},get SUPPORT_RESPONSE_TYPE(){var A="string"==typeof(new XMLHttpRequest).responseType;Object.defineProperty(Ji,"SUPPORT_RESPONSE_TYPE",{value:A});return A},get SUPPORT_CORS_XHR(){var A="withCredentials"in new XMLHttpRequest;Object.defineProperty(Ji,"SUPPORT_CORS_XHR",{value:A});return A},get SUPPORT_NATIVE_TEXT_SEGMENTATION(){var A=!("undefined"==typeof Intl||!Intl.Segmenter);Object.defineProperty(Ji,"SUPPORT_NATIVE_TEXT_SEGMENTATION",{value:A});return A}},zi=function(){return function(A,e){this.text=A;this.bounds=e}}(),Yi=function(A,e){var t=e.ownerDocument;if(t){var r=t.createElement("html2canvaswrapper");r.appendChild(e.cloneNode(!0));var n=e.parentNode;if(n){n.replaceChild(r,e);var i=Ae(A,r);if(r.firstChild)n.replaceChild(r.firstChild,r);return i}}return $A.EMPTY},qi=function(A,e,t){var r=A.ownerDocument;if(!r)throw new Error("Node has no owner document");var n=r.createRange();n.setStart(A,e);n.setEnd(A,e+t);return n},Zi=function(A){if(Ji.SUPPORT_NATIVE_TEXT_SEGMENTATION){var e=new Intl.Segmenter(void 0,{granularity:"grapheme"});return Array.from(e.segment(A)).map(function(A){return A.segment})}return function(A){for(var e,t=Vi(A),r=[];!(e=t.next()).done;)if(e.value)r.push(e.value.slice());return r}(A)},ji=function(A,e){return 0!==e.letterSpacing?Zi(A):function(A,e){if(Ji.SUPPORT_NATIVE_TEXT_SEGMENTATION){var t=new Intl.Segmenter(void 0,{granularity:"word"});return Array.from(t.segment(A)).map(function(A){return A.segment})}return As(A,e)}(A,e)},$i=[32,160,4961,65792,65793,4153,4241],As=function(A,e){for(var t,r=function(A,e){var t=ee(A),r=rt(t,e),n=r[0],i=r[1],s=r[2],o=t.length,a=0,c=0;return{next:function(){if(c>=o)return{done:!0,value:null};for(var A=Ne;c<o&&(A=tt(t,i,n,++c,s))===Ne;);if(A!==Ne||c===o){var e=new nt(t,A,a,c);a=c;return{value:e,done:!1}}return{done:!0,value:null}}}}(A,{lineBreak:e.lineBreak,wordBreak:"break-word"===e.overflowWrap?"break-word":e.wordBreak}),n=[],i=function(){if(t.value){var A=t.value.slice(),e=ee(A),r="";e.forEach(function(A){if(-1===$i.indexOf(A))r+=te(A);else{if(r.length)n.push(r);n.push(te(A));r=""}});if(r.length)n.push(r)}};!(t=r.next()).done;)i();return n},es=function(){return function(A,e,t){this.text=ts(e.data,t.textTransform);this.textBounds=function(A,e,t,r){var n=ji(e,t),i=[],s=0;n.forEach(function(e){if(t.textDecorationLine.length||e.trim().length>0)if(Ji.SUPPORT_RANGE_BOUNDS){var n=qi(r,s,e.length).getClientRects();if(n.length>1){var o=Zi(e),a=0;o.forEach(function(e){i.push(new zi(e,$A.fromDOMRectList(A,qi(r,a+s,e.length).getClientRects())));a+=e.length})}else i.push(new zi(e,$A.fromDOMRectList(A,n)))}else{var c=r.splitText(e.length);i.push(new zi(e,Yi(A,r)));r=c}else if(!Ji.SUPPORT_RANGE_BOUNDS)r=r.splitText(e.length);s+=e.length});return i}(A,this.text,t,e)}}(),ts=function(A,e){switch(e){case 1:return A.toLowerCase();case 3:return A.replace(rs,ns);case 2:return A.toUpperCase();default:return A}},rs=/(^|\s|:|-|\(|\))([a-z])/g,ns=function(A,e,t){if(A.length>0)return e+t.toUpperCase();else return A},is=function(A){zA(e,A);function e(e,t){var r=A.call(this,e,t)||this;r.src=t.currentSrc||t.src;r.intrinsicWidth=t.naturalWidth;r.intrinsicHeight=t.naturalHeight;r.context.cache.addImage(r.src);return r}return e}(mi),ss=function(A){zA(e,A);function e(e,t){var r=A.call(this,e,t)||this;r.canvas=t;r.intrinsicWidth=t.width;r.intrinsicHeight=t.height;return r}return e}(mi),os=function(A){zA(e,A);function e(e,t){var r=A.call(this,e,t)||this,n=new XMLSerializer,i=Ae(e,t);t.setAttribute("width",i.width+"px");t.setAttribute("height",i.height+"px");r.svg="data:image/svg+xml,"+encodeURIComponent(n.serializeToString(t));r.intrinsicWidth=t.width.baseVal.value;r.intrinsicHeight=t.height.baseVal.value;r.context.cache.addImage(r.svg);return r}return e}(mi),as=function(A){zA(e,A);function e(e,t){var r=A.call(this,e,t)||this;r.value=t.value;return r}return e}(mi),cs=function(A){zA(e,A);function e(e,t){var r=A.call(this,e,t)||this;r.start=t.start;r.reversed="boolean"==typeof t.reversed&&!0===t.reversed;return r}return e}(mi),ls=[{type:15,flags:0,unit:"px",number:3}],Bs=[{type:16,flags:0,number:50}],us="checkbox",gs="radio",ds="password",hs=707406591,fs=function(A){zA(e,A);function e(e,t){var r,n,i=A.call(this,e,t)||this;i.type=t.type.toLowerCase();i.checked=t.checked;i.value=0===(n=(r=t).type===ds?new Array(r.value.length+1).join("•"):r.value).length?r.placeholder||"":n;if(i.type===us||i.type===gs){i.styles.backgroundColor=3739148031;i.styles.borderTopColor=i.styles.borderRightColor=i.styles.borderBottomColor=i.styles.borderLeftColor=2779096575;i.styles.borderTopWidth=i.styles.borderRightWidth=i.styles.borderBottomWidth=i.styles.borderLeftWidth=1;i.styles.borderTopStyle=i.styles.borderRightStyle=i.styles.borderBottomStyle=i.styles.borderLeftStyle=1;i.styles.backgroundClip=[0];i.styles.backgroundOrigin=[0];i.bounds=function(A){if(A.width>A.height)return new $A(A.left+(A.width-A.height)/2,A.top,A.height,A.height);else if(A.width<A.height)return new $A(A.left,A.top+(A.height-A.width)/2,A.width,A.width);return A}(i.bounds)}switch(i.type){case us:i.styles.borderTopRightRadius=i.styles.borderTopLeftRadius=i.styles.borderBottomRightRadius=i.styles.borderBottomLeftRadius=ls;break;case gs:i.styles.borderTopRightRadius=i.styles.borderTopLeftRadius=i.styles.borderBottomRightRadius=i.styles.borderBottomLeftRadius=Bs}return i}return e}(mi),ws=function(A){zA(e,A);function e(e,t){var r=A.call(this,e,t)||this,n=t.options[t.selectedIndex||0];r.value=n?n.text||"":"";return r}return e}(mi),ps=function(A){zA(e,A);function e(e,t){var r=A.call(this,e,t)||this;r.value=t.value;return r}return e}(mi),Qs=function(A){zA(e,A);function e(e,t){var r=A.call(this,e,t)||this;r.src=t.src;r.width=parseInt(t.width,10)||0;r.height=parseInt(t.height,10)||0;r.backgroundColor=r.styles.backgroundColor;try{if(t.contentWindow&&t.contentWindow.document&&t.contentWindow.document.documentElement){r.tree=ys(e,t.contentWindow.document.documentElement);var n=t.contentWindow.document.documentElement?Qr(e,getComputedStyle(t.contentWindow.document.documentElement).backgroundColor):Cr.TRANSPARENT,i=t.contentWindow.document.body?Qr(e,getComputedStyle(t.contentWindow.document.body).backgroundColor):Cr.TRANSPARENT;r.backgroundColor=Br(n)?Br(i)?r.styles.backgroundColor:i:n}}catch(s){}return r}return e}(mi),Cs=["OL","UL","MENU"],Us=function(A,e,t,r){for(var n=e.firstChild,i=void 0;n;n=i){i=n.nextSibling;if(Hs(n)&&n.data.trim().length>0)t.textNodes.push(new es(A,n,t.styles));else if(Es(n))if(Gs(n)&&n.assignedNodes)n.assignedNodes().forEach(function(e){return Us(A,e,t,r)});else{var s=Fs(A,n);if(s.styles.isVisible()){if(ms(n,s,r))s.flags|=4;else if(bs(s.styles))s.flags|=2;if(-1!==Cs.indexOf(n.tagName))s.flags|=8;t.elements.push(s);n.slot;if(n.shadowRoot)Us(A,n.shadowRoot,s,r);else if(!Os(n)&&!Ds(n)&&!_s(n))Us(A,n,s,r)}}}},Fs=function(A,e){if(Ms(e))return new is(A,e);if(ks(e))return new ss(A,e);if(Ds(e))return new os(A,e);if(Is(e))return new as(A,e);if(Ks(e))return new cs(A,e);if(Ls(e))return new fs(A,e);if(_s(e))return new ws(A,e);if(Os(e))return new ps(A,e);if(Rs(e))return new Qs(A,e);else return new mi(A,e)},ys=function(A,e){var t=Fs(A,e);t.flags|=4;Us(A,e,t,t);return t},ms=function(A,e,t){return e.styles.isPositionedWithZIndex()||e.styles.opacity<1||e.styles.isTransformed()||Ss(A)&&t.styles.isTransparent()},bs=function(A){return A.isPositioned()||A.isFloating()},Hs=function(A){return A.nodeType===Node.TEXT_NODE},Es=function(A){return A.nodeType===Node.ELEMENT_NODE},vs=function(A){return Es(A)&&void 0!==A.style&&!xs(A)},xs=function(A){return"object"==typeof A.className},Is=function(A){return"LI"===A.tagName},Ks=function(A){return"OL"===A.tagName},Ls=function(A){return"INPUT"===A.tagName},Ds=function(A){return"svg"===A.tagName},Ss=function(A){return"BODY"===A.tagName},ks=function(A){return"CANVAS"===A.tagName},Ts=function(A){return"VIDEO"===A.tagName},Ms=function(A){return"IMG"===A.tagName},Rs=function(A){return"IFRAME"===A.tagName},Ps=function(A){return"STYLE"===A.tagName},Os=function(A){return"TEXTAREA"===A.tagName},_s=function(A){return"SELECT"===A.tagName},Gs=function(A){return"SLOT"===A.tagName},Vs=function(A){return A.tagName.indexOf("-")>0},Ns=function(){function A(){this.counters={}}A.prototype.getCounterValue=function(A){var e=this.counters[A];if(e&&e.length)return e[e.length-1];else return 1};A.prototype.getCounterValues=function(A){var e=this.counters[A];return e?e:[]};A.prototype.pop=function(A){var e=this;A.forEach(function(A){return e.counters[A].pop()})};A.prototype.parse=function(A){var e=this,t=A.counterIncrement,r=A.counterReset,n=!0;if(null!==t)t.forEach(function(A){var t=e.counters[A.counter];if(t&&0!==A.increment){n=!1;if(!t.length)t.push(1);t[Math.max(0,t.length-1)]+=A.increment}});var i=[];if(n)r.forEach(function(A){var t=e.counters[A.counter];i.push(A.counter);if(!t)t=e.counters[A.counter]=[];t.push(A.reset)});return i};return A}(),Ws={integers:[1e3,900,500,400,100,90,50,40,10,9,5,4,1],values:["M","CM","D","CD","C","XC","L","XL","X","IX","V","IV","I"]},Xs={integers:[9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,900,800,700,600,500,400,300,200,100,90,80,70,60,50,40,30,20,10,9,8,7,6,5,4,3,2,1],values:["Ք","Փ","Ւ","Ց","Ր","Տ","Վ","Ս","Ռ","Ջ","Պ","Չ","Ո","Շ","Ն","Յ","Մ","Ճ","Ղ","Ձ","Հ","Կ","Ծ","Խ","Լ","Ի","Ժ","Թ","Ը","Է","Զ","Ե","Դ","Գ","Բ","Ա"]},Js={integers:[1e4,9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,400,300,200,100,90,80,70,60,50,40,30,20,19,18,17,16,15,10,9,8,7,6,5,4,3,2,1],values:["י׳","ט׳","ח׳","ז׳","ו׳","ה׳","ד׳","ג׳","ב׳","א׳","ת","ש","ר","ק","צ","פ","ע","ס","נ","מ","ל","כ","יט","יח","יז","טז","טו","י","ט","ח","ז","ו","ה","ד","ג","ב","א"]},zs={integers:[1e4,9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,900,800,700,600,500,400,300,200,100,90,80,70,60,50,40,30,20,10,9,8,7,6,5,4,3,2,1],values:["ჵ","ჰ","ჯ","ჴ","ხ","ჭ","წ","ძ","ც","ჩ","შ","ყ","ღ","ქ","ფ","ჳ","ტ","ს","რ","ჟ","პ","ო","ჲ","ნ","მ","ლ","კ","ი","თ","ჱ","ზ","ვ","ე","დ","გ","ბ","ა"]},Ys=function(A,e,t,r,n,i){if(A<e||A>t)return no(A,n,i.length>0);else return r.integers.reduce(function(e,t,n){for(;A>=t;){A-=t;e+=r.values[n]}return e},"")+i},qs=function(A,e,t,r){var n="";do{if(!t)A--;n=r(A)+n;A/=e}while(A*e>=e);return n},Zs=function(A,e,t,r,n){var i=t-e+1;return(A<0?"-":"")+(qs(Math.abs(A),i,r,function(A){return te(Math.floor(A%i)+e)})+n)},js=function(A,e,t){if(void 0===t)t=". ";var r=e.length;return qs(Math.abs(A),r,!1,function(A){return e[Math.floor(A%r)]})+t},$s=function(A,e,t,r,n,i){if(A<-9999||A>9999)return no(A,4,n.length>0);var s=Math.abs(A),o=n;if(0===s)return e[0]+o;for(var a=0;s>0&&a<=4;a++){var c=s%10;if(0===c&&ai(i,1)&&""!==o)o=e[c]+o;else if(c>1||1===c&&0===a||1===c&&1===a&&ai(i,2)||1===c&&1===a&&ai(i,4)&&A>100||1===c&&a>1&&ai(i,8))o=e[c]+(a>0?t[a-1]:"")+o;else if(1===c&&a>0)o=t[a-1]+o;s=Math.floor(s/10)}return(A<0?r:"")+o},Ao="十百千萬",eo="拾佰仟萬",to="マイナス",ro="마이너스",no=function(A,e,t){var r=t?". ":"",n=t?"、":"",i=t?", ":"",s=t?" ":"";switch(e){case 0:return"•"+s;case 1:return"◦"+s;case 2:return"◾"+s;case 5:var o=Zs(A,48,57,!0,r);return o.length<4?"0"+o:o;case 4:return js(A,"〇一二三四五六七八九",n);case 6:return Ys(A,1,3999,Ws,3,r).toLowerCase();case 7:return Ys(A,1,3999,Ws,3,r);case 8:return Zs(A,945,969,!1,r);case 9:return Zs(A,97,122,!1,r);case 10:return Zs(A,65,90,!1,r);case 11:return Zs(A,1632,1641,!0,r);case 12:case 49:return Ys(A,1,9999,Xs,3,r);case 35:return Ys(A,1,9999,Xs,3,r).toLowerCase();case 13:return Zs(A,2534,2543,!0,r);case 14:case 30:return Zs(A,6112,6121,!0,r);case 15:return js(A,"子丑寅卯辰巳午未申酉戌亥",n);case 16:return js(A,"甲乙丙丁戊己庚辛壬癸",n);case 17:case 48:return $s(A,"零一二三四五六七八九",Ao,"負",n,14);case 47:return $s(A,"零壹貳參肆伍陸柒捌玖",eo,"負",n,15);case 42:return $s(A,"零一二三四五六七八九",Ao,"负",n,14);case 41:return $s(A,"零壹贰叁肆伍陆柒捌玖",eo,"负",n,15);case 26:return $s(A,"〇一二三四五六七八九","十百千万",to,n,0);case 25:return $s(A,"零壱弐参四伍六七八九","拾百千万",to,n,7);case 31:return $s(A,"영일이삼사오육칠팔구","십백천만",ro,i,7);case 33:return $s(A,"零一二三四五六七八九","十百千萬",ro,i,0);case 32:return $s(A,"零壹貳參四五六七八九","拾百千",ro,i,7);case 18:return Zs(A,2406,2415,!0,r);case 20:return Ys(A,1,19999,zs,3,r);case 21:return Zs(A,2790,2799,!0,r);case 22:return Zs(A,2662,2671,!0,r);case 22:return Ys(A,1,10999,Js,3,r);case 23:return js(A,"あいうえおかきくけこさしすせそたちつてとなにぬねのはひふへほまみむめもやゆよらりるれろわゐゑをん");case 24:return js(A,"いろはにほへとちりぬるをわかよたれそつねならむうゐのおくやまけふこえてあさきゆめみしゑひもせす");case 27:return Zs(A,3302,3311,!0,r);case 28:return js(A,"アイウエオカキクケコサシスセソタチツテトナニヌネノハヒフヘホマミムメモヤユヨラリルレロワヰヱヲン",n);case 29:return js(A,"イロハニホヘトチリヌルヲワカヨタレソツネナラムウヰノオクヤマケフコエテアサキユメミシヱヒモセス",n);case 34:return Zs(A,3792,3801,!0,r);case 37:return Zs(A,6160,6169,!0,r);case 38:return Zs(A,4160,4169,!0,r);case 39:return Zs(A,2918,2927,!0,r);case 40:return Zs(A,1776,1785,!0,r);case 43:return Zs(A,3046,3055,!0,r);case 44:return Zs(A,3174,3183,!0,r);case 45:return Zs(A,3664,3673,!0,r);case 46:return Zs(A,3872,3881,!0,r);default:return Zs(A,48,57,!0,r)}},io="data-html2canvas-ignore",so=function(){function A(A,e,t){this.context=A;this.options=t;this.scrolledElements=[];this.referenceElement=e;this.counters=new Ns;this.quoteDepth=0;if(!e.ownerDocument)throw new Error("Cloned element does not have an owner document");this.documentElement=this.cloneNode(e.ownerDocument.documentElement,!1)}A.prototype.toIFrame=function(A,e){var t=this,r=ao(A,e);if(!r.contentWindow)return Promise.reject("Unable to find iframe window");var n=A.defaultView.pageXOffset,i=A.defaultView.pageYOffset,s=r.contentWindow,o=s.document,a=Bo(r).then(function(){return qA(t,0,void 0,function(){var A,t;return ZA(this,function(n){switch(n.label){case 0:this.scrolledElements.forEach(wo);if(s){s.scrollTo(e.left,e.top);if(/(iPad|iPhone|iPod)/g.test(navigator.userAgent)&&(s.scrollY!==e.top||s.scrollX!==e.left)){this.context.logger.warn("Unable to restore scroll position for cloned document");this.context.windowBounds=this.context.windowBounds.add(s.scrollX-e.left,s.scrollY-e.top,0,0)}}A=this.options.onclone;if(void 0===(t=this.clonedReferenceElement))return[2,Promise.reject("Error finding the "+this.referenceElement.nodeName+" in the cloned document")];if(!o.fonts||!o.fonts.ready)return[3,2];else return[4,o.fonts.ready];case 1:n.sent();n.label=2;case 2:if(!/(AppleWebKit)/g.test(navigator.userAgent))return[3,4];else return[4,lo(o)];case 3:n.sent();n.label=4;case 4:if("function"==typeof A)return[2,Promise.resolve().then(function(){return A(o,t)}).then(function(){return r})];else return[2,r]}})})});o.open();o.write(ho(document.doctype)+"<html></html>");fo(this.referenceElement.ownerDocument,n,i);o.replaceChild(o.adoptNode(this.documentElement),o.documentElement);o.close();return a};A.prototype.createElementClone=function(A){if(yi(A,2));if(ks(A))return this.createCanvasClone(A);if(Ts(A))return this.createVideoClone(A);if(Ps(A))return this.createStyleClone(A);var e=A.cloneNode(!1);if(Ms(e)){if(Ms(A)&&A.currentSrc&&A.currentSrc!==A.src){e.src=A.currentSrc;e.srcset=""}if("lazy"===e.loading)e.loading="eager"}if(Vs(e))return this.createCustomElementClone(e);else return e};A.prototype.createCustomElementClone=function(A){var e=document.createElement("html2canvascustomelement");go(A.style,e);return e};A.prototype.createStyleClone=function(A){try{var e=A.sheet;if(e&&e.cssRules){var t=[].slice.call(e.cssRules,0).reduce(function(A,e){if(e&&"string"==typeof e.cssText)return A+e.cssText;else return A},""),r=A.cloneNode(!1);r.textContent=t;return r}}catch(n){this.context.logger.error("Unable to access cssRules property",n);if("SecurityError"!==n.name)throw n}return A.cloneNode(!1)};A.prototype.createCanvasClone=function(A){var e;if(this.options.inlineImages&&A.ownerDocument){var t=A.ownerDocument.createElement("img");try{t.src=A.toDataURL();return t}catch(a){this.context.logger.info("Unable to inline canvas contents, canvas is tainted",A)}}var r=A.cloneNode(!1);try{r.width=A.width;r.height=A.height;var n=A.getContext("2d"),i=r.getContext("2d");if(i)if(!this.options.allowTaint&&n)i.putImageData(n.getImageData(0,0,A.width,A.height),0,0);else{var s=null!==(e=A.getContext("webgl2"))&&void 0!==e?e:A.getContext("webgl");if(s){var o=s.getContextAttributes();if(!1===(null==o?void 0:o.preserveDrawingBuffer))this.context.logger.warn("Unable to clone WebGL context as it has preserveDrawingBuffer=false",A)}i.drawImage(A,0,0)}return r}catch(a){this.context.logger.info("Unable to clone canvas as it is tainted",A)}return r};A.prototype.createVideoClone=function(A){var e=A.ownerDocument.createElement("canvas");e.width=A.offsetWidth;e.height=A.offsetHeight;var t=e.getContext("2d");try{if(t){t.drawImage(A,0,0,e.width,e.height);if(!this.options.allowTaint)t.getImageData(0,0,e.width,e.height)}return e}catch(n){this.context.logger.info("Unable to clone video as it is tainted",A)}var r=A.ownerDocument.createElement("canvas");r.width=A.offsetWidth;r.height=A.offsetHeight;return r};A.prototype.appendChildNode=function(A,e,t){if(!(Es(e)&&((r=e,"SCRIPT"===r.tagName)||e.hasAttribute(io)||"function"==typeof this.options.ignoreElements&&this.options.ignoreElements(e))))if(!this.options.copyStyles||!Es(e)||!Ps(e))A.appendChild(this.cloneNode(e,t));var r};A.prototype.cloneChildNodes=function(A,e,t){for(var r=this,n=A.shadowRoot?A.shadowRoot.firstChild:A.firstChild;n;n=n.nextSibling)if(Es(n)&&Gs(n)&&"function"==typeof n.assignedNodes){var i=n.assignedNodes();if(i.length)i.forEach(function(A){return r.appendChildNode(e,A,t)})}else this.appendChildNode(e,n,t)};A.prototype.cloneNode=function(A,e){if(Hs(A))return document.createTextNode(A.data);if(!A.ownerDocument)return A.cloneNode(!1);var t=A.ownerDocument.defaultView;if(t&&Es(A)&&(vs(A)||xs(A))){var r=this.createElementClone(A);r.style.transitionProperty="none";var n=t.getComputedStyle(A),i=t.getComputedStyle(A,":before"),s=t.getComputedStyle(A,":after");if(this.referenceElement===A&&vs(r))this.clonedReferenceElement=r;if(Ss(r))Uo(r);var o=this.counters.parse(new Ui(this.context,n)),a=this.resolvePseudoContent(A,r,i,Di.BEFORE);if(Vs(A))e=!0;if(!Ts(A))this.cloneChildNodes(A,r,e);if(a)r.insertBefore(a,r.firstChild);var c=this.resolvePseudoContent(A,r,s,Di.AFTER);if(c)r.appendChild(c);this.counters.pop(o);if(n&&(this.options.copyStyles||xs(A))&&!Rs(A)||e)go(n,r);if(0!==A.scrollTop||0!==A.scrollLeft)this.scrolledElements.push([r,A.scrollLeft,A.scrollTop]);if((Os(A)||_s(A))&&(Os(r)||_s(r)))r.value=A.value;return r}return A.cloneNode(!1)};A.prototype.resolvePseudoContent=function(A,e,t,r){var n=this;if(t){var i=t.content,s=e.ownerDocument;if(s&&i&&"none"!==i&&"-moz-alt-content"!==i&&"none"!==t.display){this.counters.parse(new Ui(this.context,t));var o=new Ci(this.context,t),a=s.createElement("html2canvaspseudoelement");go(t,a);o.content.forEach(function(e){if(0===e.type)a.appendChild(s.createTextNode(e.value));else if(22===e.type){var t=s.createElement("img");t.src=e.value;t.style.opacity="1";a.appendChild(t)}else if(18===e.type){if("attr"===e.name){var r=e.values.filter(Vt);if(r.length)a.appendChild(s.createTextNode(A.getAttribute(r[0].value)||""))}else if("counter"===e.name){var i=e.values.filter(Jt),c=i[0],l=i[1];if(c&&Vt(c)){var B=n.counters.getCounterValue(c.value),u=l&&Vt(l)?vn.parse(n.context,l.value):3;a.appendChild(s.createTextNode(no(B,u,!1)))}}else if("counters"===e.name){var g=e.values.filter(Jt),d=(c=g[0],g[1]);l=g[2];if(c&&Vt(c)){var h=n.counters.getCounterValues(c.value),f=l&&Vt(l)?vn.parse(n.context,l.value):3,w=d&&0===d.type?d.value:"",p=h.map(function(A){return no(A,f,!1)}).join(w);a.appendChild(s.createTextNode(p))}}}else if(20===e.type)switch(e.value){case"open-quote":a.appendChild(s.createTextNode(di(o.quotes,n.quoteDepth++,!0)));break;case"close-quote":a.appendChild(s.createTextNode(di(o.quotes,--n.quoteDepth,!1)));break;default:a.appendChild(s.createTextNode(e.value))}});a.className=po+" "+Qo;var c=r===Di.BEFORE?" "+po:" "+Qo;if(xs(e))e.className.baseValue+=c;else e.className+=c;return a}}};A.destroy=function(A){if(A.parentNode){A.parentNode.removeChild(A);return!0}return!1};return A}();!function(A){A[A.BEFORE=0]="BEFORE";A[A.AFTER=1]="AFTER"}(Di||(Di={}));var oo,ao=function(A,e){var t=A.createElement("iframe");t.className="html2canvas-container";t.style.visibility="hidden";t.style.position="fixed";t.style.left="-10000px";t.style.top="0px";t.style.border="0";t.width=e.width.toString();t.height=e.height.toString();t.scrolling="no";t.setAttribute(io,"true");A.body.appendChild(t);return t},co=function(A){return new Promise(function(e){if(!A.complete)if(A.src){A.onload=e;A.onerror=e}else e();else e()})},lo=function(A){return Promise.all([].slice.call(A.images,0).map(co))},Bo=function(A){return new Promise(function(e,t){var r=A.contentWindow;if(!r)return t("No window assigned for iframe");var n=r.document;r.onload=A.onload=function(){r.onload=A.onload=null;var t=setInterval(function(){if(n.body.childNodes.length>0&&"complete"===n.readyState){clearInterval(t);e(A)}},50)}})},uo=["all","d","content"],go=function(A,e){for(var t=A.length-1;t>=0;t--){var r=A.item(t);if(-1===uo.indexOf(r))e.style.setProperty(r,A.getPropertyValue(r))}return e},ho=function(A){var e="";if(A){e+="<!DOCTYPE ";if(A.name)e+=A.name;if(A.internalSubset)e+=A.internalSubset;if(A.publicId)e+='"'+A.publicId+'"';if(A.systemId)e+='"'+A.systemId+'"';e+=">"}return e},fo=function(A,e,t){if(A&&A.defaultView&&(e!==A.defaultView.pageXOffset||t!==A.defaultView.pageYOffset))A.defaultView.scrollTo(e,t)},wo=function(A){var e=A[0],t=A[1],r=A[2];e.scrollLeft=t;e.scrollTop=r},po="___html2canvas___pseudoelement_before",Qo="___html2canvas___pseudoelement_after",Co='{\n content: "" !important;\n display: none !important;\n}',Uo=function(A){Fo(A,"."+po+":before"+Co+"\n ."+Qo+":after"+Co)},Fo=function(A,e){var t=A.ownerDocument;if(t){var r=t.createElement("style");r.textContent=e;A.appendChild(r)}},yo=function(){function A(){}A.getOrigin=function(e){var t=A._link;if(!t)return"about:blank";t.href=e;t.href=t.href;return t.protocol+t.hostname+t.port};A.isSameOrigin=function(e){return A.getOrigin(e)===A._origin};A.setContext=function(e){A._link=e.document.createElement("a");A._origin=A.getOrigin(e.location.href)};A._origin="about:blank";return A}(),mo=function(){function A(A,e){this.context=A;this._options=e;this._cache={}}A.prototype.addImage=function(A){var e=Promise.resolve();if(this.has(A))return e;if(Ko(A)||vo(A)){(this._cache[A]=this.loadImage(A)).catch(function(){});return e}return e};A.prototype.match=function(A){return this._cache[A]};A.prototype.loadImage=function(A){return qA(this,0,void 0,function(){var e,t,r,n,i=this;return ZA(this,function(s){switch(s.label){case 0:e=yo.isSameOrigin(A);t=!xo(A)&&!0===this._options.useCORS&&Ji.SUPPORT_CORS_IMAGES&&!e;r=!xo(A)&&!e&&!Ko(A)&&"string"==typeof this._options.proxy&&Ji.SUPPORT_CORS_XHR&&!t;if(!(e||!1!==this._options.allowTaint||xo(A)||Ko(A)||r||t))return[2];n=A;if(!r)return[3,2];else return[4,this.proxy(n)];case 1:n=s.sent();s.label=2;case 2:this.context.logger.debug("Added image "+A.substring(0,256));return[4,new Promise(function(A,e){var r=new Image;r.onload=function(){return A(r)};r.onerror=e;if(Io(n)||t)r.crossOrigin="anonymous";r.src=n;if(!0===r.complete)setTimeout(function(){return A(r)},500);if(i._options.imageTimeout>0)setTimeout(function(){return e("Timed out ("+i._options.imageTimeout+"ms) loading image")},i._options.imageTimeout)})];case 3:return[2,s.sent()]}})})};A.prototype.has=function(A){return void 0!==this._cache[A]};A.prototype.keys=function(){return Promise.resolve(Object.keys(this._cache))};A.prototype.proxy=function(A){var e=this,t=this._options.proxy;if(!t)throw new Error("No proxy defined");var r=A.substring(0,256);return new Promise(function(n,i){var s=Ji.SUPPORT_RESPONSE_TYPE?"blob":"text",o=new XMLHttpRequest;o.onload=function(){if(200===o.status)if("text"===s)n(o.response);else{var A=new FileReader;A.addEventListener("load",function(){return n(A.result)},!1);A.addEventListener("error",function(A){return i(A)},!1);A.readAsDataURL(o.response)}else i("Failed to proxy resource "+r+" with status code "+o.status)};o.onerror=i;var a=t.indexOf("?")>-1?"&":"?";o.open("GET",""+t+a+"url="+encodeURIComponent(A)+"&responseType="+s);if("text"!==s&&o instanceof XMLHttpRequest)o.responseType=s;if(e._options.imageTimeout){var c=e._options.imageTimeout;o.timeout=c;o.ontimeout=function(){return i("Timed out ("+c+"ms) proxying "+r)}}o.send()})};return A}(),bo=/^data:image\/svg\+xml/i,Ho=/^data:image\/.*;base64,/i,Eo=/^data:image\/.*/i,vo=function(A){return Ji.SUPPORT_SVG_DRAWING||!Lo(A)},xo=function(A){return Eo.test(A)},Io=function(A){return Ho.test(A)},Ko=function(A){return"blob"===A.substr(0,4)},Lo=function(A){return"svg"===A.substr(-3).toLowerCase()||bo.test(A)},Do=function(){function A(A,e){this.type=0;this.x=A;this.y=e}A.prototype.add=function(e,t){return new A(this.x+e,this.y+t)};return A}(),So=function(A,e,t){return new Do(A.x+(e.x-A.x)*t,A.y+(e.y-A.y)*t)},ko=function(){function A(A,e,t,r){this.type=1;this.start=A;this.startControl=e;this.endControl=t;this.end=r}A.prototype.subdivide=function(e,t){var r=So(this.start,this.startControl,e),n=So(this.startControl,this.endControl,e),i=So(this.endControl,this.end,e),s=So(r,n,e),o=So(n,i,e),a=So(s,o,e);return t?new A(this.start,r,s,a):new A(a,o,i,this.end)};A.prototype.add=function(e,t){return new A(this.start.add(e,t),this.startControl.add(e,t),this.endControl.add(e,t),this.end.add(e,t))};A.prototype.reverse=function(){return new A(this.end,this.endControl,this.startControl,this.start)};return A}(),To=function(A){return 1===A.type},Mo=function(){return function(A){var e=A.styles,t=A.bounds,r=tr(e.borderTopLeftRadius,t.width,t.height),n=r[0],i=r[1],s=tr(e.borderTopRightRadius,t.width,t.height),o=s[0],a=s[1],c=tr(e.borderBottomRightRadius,t.width,t.height),l=c[0],B=c[1],u=tr(e.borderBottomLeftRadius,t.width,t.height),g=u[0],d=u[1],h=[];h.push((n+o)/t.width);h.push((g+l)/t.width);h.push((i+d)/t.height);h.push((a+B)/t.height);var f=Math.max.apply(Math,h);if(f>1){n/=f;i/=f;o/=f;a/=f;l/=f;B/=f;g/=f;d/=f}var w=t.width-o,p=t.height-B,Q=t.width-l,C=t.height-d,U=e.borderTopWidth,F=e.borderRightWidth,y=e.borderBottomWidth,m=e.borderLeftWidth,b=rr(e.paddingTop,A.bounds.width),H=rr(e.paddingRight,A.bounds.width),E=rr(e.paddingBottom,A.bounds.width),v=rr(e.paddingLeft,A.bounds.width);this.topLeftBorderDoubleOuterBox=n>0||i>0?Ro(t.left+m/3,t.top+U/3,n-m/3,i-U/3,oo.TOP_LEFT):new Do(t.left+m/3,t.top+U/3);this.topRightBorderDoubleOuterBox=n>0||i>0?Ro(t.left+w,t.top+U/3,o-F/3,a-U/3,oo.TOP_RIGHT):new Do(t.left+t.width-F/3,t.top+U/3);this.bottomRightBorderDoubleOuterBox=l>0||B>0?Ro(t.left+Q,t.top+p,l-F/3,B-y/3,oo.BOTTOM_RIGHT):new Do(t.left+t.width-F/3,t.top+t.height-y/3);this.bottomLeftBorderDoubleOuterBox=g>0||d>0?Ro(t.left+m/3,t.top+C,g-m/3,d-y/3,oo.BOTTOM_LEFT):new Do(t.left+m/3,t.top+t.height-y/3);this.topLeftBorderDoubleInnerBox=n>0||i>0?Ro(t.left+2*m/3,t.top+2*U/3,n-2*m/3,i-2*U/3,oo.TOP_LEFT):new Do(t.left+2*m/3,t.top+2*U/3);this.topRightBorderDoubleInnerBox=n>0||i>0?Ro(t.left+w,t.top+2*U/3,o-2*F/3,a-2*U/3,oo.TOP_RIGHT):new Do(t.left+t.width-2*F/3,t.top+2*U/3);this.bottomRightBorderDoubleInnerBox=l>0||B>0?Ro(t.left+Q,t.top+p,l-2*F/3,B-2*y/3,oo.BOTTOM_RIGHT):new Do(t.left+t.width-2*F/3,t.top+t.height-2*y/3);this.bottomLeftBorderDoubleInnerBox=g>0||d>0?Ro(t.left+2*m/3,t.top+C,g-2*m/3,d-2*y/3,oo.BOTTOM_LEFT):new Do(t.left+2*m/3,t.top+t.height-2*y/3);this.topLeftBorderStroke=n>0||i>0?Ro(t.left+m/2,t.top+U/2,n-m/2,i-U/2,oo.TOP_LEFT):new Do(t.left+m/2,t.top+U/2);this.topRightBorderStroke=n>0||i>0?Ro(t.left+w,t.top+U/2,o-F/2,a-U/2,oo.TOP_RIGHT):new Do(t.left+t.width-F/2,t.top+U/2);this.bottomRightBorderStroke=l>0||B>0?Ro(t.left+Q,t.top+p,l-F/2,B-y/2,oo.BOTTOM_RIGHT):new Do(t.left+t.width-F/2,t.top+t.height-y/2);this.bottomLeftBorderStroke=g>0||d>0?Ro(t.left+m/2,t.top+C,g-m/2,d-y/2,oo.BOTTOM_LEFT):new Do(t.left+m/2,t.top+t.height-y/2);this.topLeftBorderBox=n>0||i>0?Ro(t.left,t.top,n,i,oo.TOP_LEFT):new Do(t.left,t.top);this.topRightBorderBox=o>0||a>0?Ro(t.left+w,t.top,o,a,oo.TOP_RIGHT):new Do(t.left+t.width,t.top);this.bottomRightBorderBox=l>0||B>0?Ro(t.left+Q,t.top+p,l,B,oo.BOTTOM_RIGHT):new Do(t.left+t.width,t.top+t.height);this.bottomLeftBorderBox=g>0||d>0?Ro(t.left,t.top+C,g,d,oo.BOTTOM_LEFT):new Do(t.left,t.top+t.height);this.topLeftPaddingBox=n>0||i>0?Ro(t.left+m,t.top+U,Math.max(0,n-m),Math.max(0,i-U),oo.TOP_LEFT):new Do(t.left+m,t.top+U);this.topRightPaddingBox=o>0||a>0?Ro(t.left+Math.min(w,t.width-F),t.top+U,w>t.width+F?0:Math.max(0,o-F),Math.max(0,a-U),oo.TOP_RIGHT):new Do(t.left+t.width-F,t.top+U);this.bottomRightPaddingBox=l>0||B>0?Ro(t.left+Math.min(Q,t.width-m),t.top+Math.min(p,t.height-y),Math.max(0,l-F),Math.max(0,B-y),oo.BOTTOM_RIGHT):new Do(t.left+t.width-F,t.top+t.height-y);this.bottomLeftPaddingBox=g>0||d>0?Ro(t.left+m,t.top+Math.min(C,t.height-y),Math.max(0,g-m),Math.max(0,d-y),oo.BOTTOM_LEFT):new Do(t.left+m,t.top+t.height-y);this.topLeftContentBox=n>0||i>0?Ro(t.left+m+v,t.top+U+b,Math.max(0,n-(m+v)),Math.max(0,i-(U+b)),oo.TOP_LEFT):new Do(t.left+m+v,t.top+U+b);this.topRightContentBox=o>0||a>0?Ro(t.left+Math.min(w,t.width+m+v),t.top+U+b,w>t.width+m+v?0:o-m+v,a-(U+b),oo.TOP_RIGHT):new Do(t.left+t.width-(F+H),t.top+U+b);this.bottomRightContentBox=l>0||B>0?Ro(t.left+Math.min(Q,t.width-(m+v)),t.top+Math.min(p,t.height+U+b),Math.max(0,l-(F+H)),B-(y+E),oo.BOTTOM_RIGHT):new Do(t.left+t.width-(F+H),t.top+t.height-(y+E));this.bottomLeftContentBox=g>0||d>0?Ro(t.left+m+v,t.top+C,Math.max(0,g-(m+v)),d-(y+E),oo.BOTTOM_LEFT):new Do(t.left+m+v,t.top+t.height-(y+E))}}();!function(A){A[A.TOP_LEFT=0]="TOP_LEFT";A[A.TOP_RIGHT=1]="TOP_RIGHT";A[A.BOTTOM_RIGHT=2]="BOTTOM_RIGHT";A[A.BOTTOM_LEFT=3]="BOTTOM_LEFT"}(oo||(oo={}));var Ro=function(A,e,t,r,n){var i=(Math.sqrt(2)-1)/3*4,s=t*i,o=r*i,a=A+t,c=e+r;switch(n){case oo.TOP_LEFT:return new ko(new Do(A,c),new Do(A,c-o),new Do(a-s,e),new Do(a,e));case oo.TOP_RIGHT:return new ko(new Do(A,e),new Do(A+s,e),new Do(a,c-o),new Do(a,c));case oo.BOTTOM_RIGHT:return new ko(new Do(a,e),new Do(a,e+o),new Do(A+s,c),new Do(A,c));case oo.BOTTOM_LEFT:default:return new ko(new Do(a,c),new Do(a-s,c),new Do(A,e+o),new Do(A,e))}},Po=function(A){return[A.topLeftBorderBox,A.topRightBorderBox,A.bottomRightBorderBox,A.bottomLeftBorderBox]},Oo=function(A){return[A.topLeftPaddingBox,A.topRightPaddingBox,A.bottomRightPaddingBox,A.bottomLeftPaddingBox]},_o=function(){return function(A,e,t){this.offsetX=A;this.offsetY=e;this.matrix=t;this.type=0;this.target=6}}(),Go=function(){return function(A,e){this.path=A;this.target=e;this.type=1}}(),Vo=function(){return function(A){this.opacity=A;this.type=2;this.target=6}}(),No=function(A){return 1===A.type},Wo=function(A,e){if(A.length===e.length)return A.some(function(A,t){return A===e[t]});else return!1},Xo=function(){return function(A){this.element=A;this.inlineLevel=[];this.nonInlineLevel=[];this.negativeZIndex=[];this.zeroOrAutoZIndexOrTransformedOrOpacity=[];this.positiveZIndex=[];this.nonPositionedFloats=[];this.nonPositionedInlineLevel=[]}}(),Jo=function(){function A(A,e){this.container=A;this.parent=e;this.effects=[];this.curves=new Mo(this.container);if(this.container.styles.opacity<1)this.effects.push(new Vo(this.container.styles.opacity));if(null!==this.container.styles.transform){var t=this.container.bounds.left+this.container.styles.transformOrigin[0].number,r=this.container.bounds.top+this.container.styles.transformOrigin[1].number,n=this.container.styles.transform;this.effects.push(new _o(t,r,n))}if(0!==this.container.styles.overflowX){var i=Po(this.curves),s=Oo(this.curves);if(Wo(i,s))this.effects.push(new Go(i,6));else{this.effects.push(new Go(i,2));this.effects.push(new Go(s,4))}}}A.prototype.getEffects=function(A){for(var e=-1===[2,3].indexOf(this.container.styles.position),t=this.parent,r=this.effects.slice(0);t;){var n=t.effects.filter(function(A){return!No(A)});if(e||0!==t.container.styles.position||!t.parent){r.unshift.apply(r,n);e=-1===[2,3].indexOf(t.container.styles.position);if(0!==t.container.styles.overflowX){var i=Po(t.curves),s=Oo(t.curves);if(!Wo(i,s))r.unshift(new Go(s,6))}}else r.unshift.apply(r,n);t=t.parent}return r.filter(function(e){return ai(e.target,A)})};return A}(),zo=function(A,e,t,r){A.container.elements.forEach(function(n){var i=ai(n.flags,4),s=ai(n.flags,2),o=new Jo(n,A);if(ai(n.styles.display,2048))r.push(o);var a=ai(n.flags,8)?[]:r;if(i||s){var c=i||n.styles.isPositioned()?t:e,l=new Xo(o);if(n.styles.isPositioned()||n.styles.opacity<1||n.styles.isTransformed()){var B=n.styles.zIndex.order;if(B<0){var u=0;c.negativeZIndex.some(function(A,e){if(B>A.element.container.styles.zIndex.order){u=e;return!1}else if(u>0)return!0;return!1});c.negativeZIndex.splice(u,0,l)}else if(B>0){var g=0;c.positiveZIndex.some(function(A,e){if(B>=A.element.container.styles.zIndex.order){g=e+1;return!1}else if(g>0)return!0;return!1});c.positiveZIndex.splice(g,0,l)}else c.zeroOrAutoZIndexOrTransformedOrOpacity.push(l)}else if(n.styles.isFloating())c.nonPositionedFloats.push(l);else c.nonPositionedInlineLevel.push(l);zo(o,l,i?l:t,a)}else{if(n.styles.isInlineLevel())e.inlineLevel.push(o);else e.nonInlineLevel.push(o);zo(o,e,t,a)}if(ai(n.flags,8))Yo(n,a)})},Yo=function(A,e){for(var t=A instanceof cs?A.start:1,r=A instanceof cs?A.reversed:!1,n=0;n<e.length;n++){var i=e[n];if(i.container instanceof as&&"number"==typeof i.container.value&&0!==i.container.value)t=i.container.value;i.listValue=no(t,i.container.styles.listStyleType,!0);t+=r?-1:1}},qo=function(A,e){switch(e){case 0:return jo(A.topLeftBorderBox,A.topLeftPaddingBox,A.topRightBorderBox,A.topRightPaddingBox);case 1:return jo(A.topRightBorderBox,A.topRightPaddingBox,A.bottomRightBorderBox,A.bottomRightPaddingBox);case 2:return jo(A.bottomRightBorderBox,A.bottomRightPaddingBox,A.bottomLeftBorderBox,A.bottomLeftPaddingBox);default:return jo(A.bottomLeftBorderBox,A.bottomLeftPaddingBox,A.topLeftBorderBox,A.topLeftPaddingBox)}},Zo=function(A,e){var t=[];if(To(A))t.push(A.subdivide(.5,!1));else t.push(A);if(To(e))t.push(e.subdivide(.5,!0));else t.push(e);return t},jo=function(A,e,t,r){var n=[];if(To(A))n.push(A.subdivide(.5,!1));else n.push(A);if(To(t))n.push(t.subdivide(.5,!0));else n.push(t);if(To(r))n.push(r.subdivide(.5,!0).reverse());else n.push(r);if(To(e))n.push(e.subdivide(.5,!1).reverse());else n.push(e);return n},$o=function(A){var e=A.bounds,t=A.styles;return e.add(t.borderLeftWidth,t.borderTopWidth,-(t.borderRightWidth+t.borderLeftWidth),-(t.borderTopWidth+t.borderBottomWidth))},Aa=function(A){var e=A.styles,t=A.bounds,r=rr(e.paddingLeft,t.width),n=rr(e.paddingRight,t.width),i=rr(e.paddingTop,t.width),s=rr(e.paddingBottom,t.width);return t.add(r+e.borderLeftWidth,i+e.borderTopWidth,-(e.borderRightWidth+e.borderLeftWidth+r+n),-(e.borderTopWidth+e.borderBottomWidth+i+s))},ea=function(A,e,t){var r=function(A,e){if(0===A)return e.bounds;if(2===A)return Aa(e);else return $o(e)}(ia(A.styles.backgroundOrigin,e),A),n=function(A,e){if(0===A)return e.bounds;if(2===A)return Aa(e);else return $o(e)}(ia(A.styles.backgroundClip,e),A),i=na(ia(A.styles.backgroundSize,e),t,r),s=i[0],o=i[1],a=tr(ia(A.styles.backgroundPosition,e),r.width-s,r.height-o);return[sa(ia(A.styles.backgroundRepeat,e),a,i,r,n),Math.round(r.left+a[0]),Math.round(r.top+a[1]),s,o]},ta=function(A){return Vt(A)&&A.value===Pr.AUTO},ra=function(A){return"number"==typeof A},na=function(A,e,t){var r=e[0],n=e[1],i=e[2],s=A[0],o=A[1];if(!s)return[0,0];if(Zt(s)&&o&&Zt(o))return[rr(s,t.width),rr(o,t.height)];var a=ra(i);if(Vt(s)&&(s.value===Pr.CONTAIN||s.value===Pr.COVER)){if(ra(i)){return t.width/t.height<i!=(s.value===Pr.COVER)?[t.width,t.width/i]:[t.height*i,t.height]}return[t.width,t.height]}var c=ra(r),l=ra(n),B=c||l;if(ta(s)&&(!o||ta(o))){if(c&&l)return[r,n];if(!a&&!B)return[t.width,t.height];if(B&&a){return[c?r:n*i,l?n:r/i]}return[c?r:t.width,l?n:t.height]}if(a){var u=0,g=0;if(Zt(s))u=rr(s,t.width);else if(Zt(o))g=rr(o,t.height);if(ta(s))u=g*i;else if(!o||ta(o))g=u/i;return[u,g]}var d=null,h=null;if(Zt(s))d=rr(s,t.width);else if(o&&Zt(o))h=rr(o,t.height);if(null!==d&&(!o||ta(o)))h=c&&l?d/r*n:t.height;if(null!==h&&ta(s))d=c&&l?h/n*r:t.width;if(null!==d&&null!==h)return[d,h];throw new Error("Unable to calculate background-size for element")},ia=function(A,e){var t=A[e];if(void 0===t)return A[0];else return t},sa=function(A,e,t,r,n){var i=e[0],s=e[1],o=t[0],a=t[1];switch(A){case 2:return[new Do(Math.round(r.left),Math.round(r.top+s)),new Do(Math.round(r.left+r.width),Math.round(r.top+s)),new Do(Math.round(r.left+r.width),Math.round(a+r.top+s)),new Do(Math.round(r.left),Math.round(a+r.top+s))];case 3:return[new Do(Math.round(r.left+i),Math.round(r.top)),new Do(Math.round(r.left+i+o),Math.round(r.top)),new Do(Math.round(r.left+i+o),Math.round(r.height+r.top)),new Do(Math.round(r.left+i),Math.round(r.height+r.top))];case 1:return[new Do(Math.round(r.left+i),Math.round(r.top+s)),new Do(Math.round(r.left+i+o),Math.round(r.top+s)),new Do(Math.round(r.left+i+o),Math.round(r.top+s+a)),new Do(Math.round(r.left+i),Math.round(r.top+s+a))];default:return[new Do(Math.round(n.left),Math.round(n.top)),new Do(Math.round(n.left+n.width),Math.round(n.top)),new Do(Math.round(n.left+n.width),Math.round(n.height+n.top)),new Do(Math.round(n.left),Math.round(n.height+n.top))]}},oa="Hidden Text",aa=function(){function A(A){this._data={};this._document=A}A.prototype.parseMetrics=function(A,e){var t=this._document.createElement("div"),r=this._document.createElement("img"),n=this._document.createElement("span"),i=this._document.body;t.style.visibility="hidden";t.style.fontFamily=A;t.style.fontSize=e;t.style.margin="0";t.style.padding="0";t.style.whiteSpace="nowrap";i.appendChild(t);r.src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7";r.width=1;r.height=1;r.style.margin="0";r.style.padding="0";r.style.verticalAlign="baseline";n.style.fontFamily=A;n.style.fontSize=e;n.style.margin="0";n.style.padding="0";n.appendChild(this._document.createTextNode(oa));t.appendChild(n);t.appendChild(r);var s=r.offsetTop-n.offsetTop+2;t.removeChild(n);t.appendChild(this._document.createTextNode(oa));t.style.lineHeight="normal";r.style.verticalAlign="super";var o=r.offsetTop-t.offsetTop+2;i.removeChild(t);return{baseline:s,middle:o}};A.prototype.getMetrics=function(A,e){var t=A+" "+e;if(void 0===this._data[t])this._data[t]=this.parseMetrics(A,e);return this._data[t]};return A}(),ca=function(){return function(A,e){this.context=A;this.options=e}}(),la=function(A){zA(e,A);function e(e,t){var r=A.call(this,e,t)||this;r._activeEffects=[];r.canvas=t.canvas?t.canvas:document.createElement("canvas");r.ctx=r.canvas.getContext("2d");if(!t.canvas){r.canvas.width=Math.floor(t.width*t.scale);r.canvas.height=Math.floor(t.height*t.scale);r.canvas.style.width=t.width+"px";r.canvas.style.height=t.height+"px"}r.fontMetrics=new aa(document);r.ctx.scale(r.options.scale,r.options.scale);r.ctx.translate(-t.x,-t.y);r.ctx.textBaseline="bottom";r._activeEffects=[];r.context.logger.debug("Canvas renderer initialized ("+t.width+"x"+t.height+") with scale "+t.scale);return r}e.prototype.applyEffects=function(A){for(var e=this;this._activeEffects.length;)this.popEffect();A.forEach(function(A){return e.applyEffect(A)})};e.prototype.applyEffect=function(A){this.ctx.save();if(function(A){return 2===A.type}(A))this.ctx.globalAlpha=A.opacity;if(function(A){return 0===A.type}(A)){this.ctx.translate(A.offsetX,A.offsetY);this.ctx.transform(A.matrix[0],A.matrix[1],A.matrix[2],A.matrix[3],A.matrix[4],A.matrix[5]);this.ctx.translate(-A.offsetX,-A.offsetY)}if(No(A)){this.path(A.path);this.ctx.clip()}this._activeEffects.push(A)};e.prototype.popEffect=function(){this._activeEffects.pop();this.ctx.restore()};e.prototype.renderStack=function(A){return qA(this,0,void 0,function(){return ZA(this,function(e){switch(e.label){case 0:if(!A.element.container.styles.isVisible())return[3,2];else return[4,this.renderStackContent(A)];case 1:e.sent();e.label=2;case 2:return[2]}})})};e.prototype.renderNode=function(A){return qA(this,0,void 0,function(){return ZA(this,function(e){switch(e.label){case 0:if(ai(A.container.flags,16));if(!A.container.styles.isVisible())return[3,3];else return[4,this.renderNodeBackgroundAndBorders(A)];case 1:e.sent();return[4,this.renderNodeContent(A)];case 2:e.sent();e.label=3;case 3:return[2]}})})};e.prototype.renderTextWithLetterSpacing=function(A,e,t){var r=this;if(0===e)this.ctx.fillText(A.text,A.bounds.left,A.bounds.top+t);else{Zi(A.text).reduce(function(e,n){r.ctx.fillText(n,e,A.bounds.top+t);return e+r.ctx.measureText(n).width},A.bounds.left)}};e.prototype.createFontStyle=function(A){var e=A.fontVariant.filter(function(A){return"normal"===A||"small-caps"===A}).join(""),t=ha(A.fontFamily).join(", "),r=_t(A.fontSize)?""+A.fontSize.number+A.fontSize.unit:A.fontSize.number+"px";return[[A.fontStyle,e,A.fontWeight,r,t].join(" "),t,r]};e.prototype.renderTextNode=function(A,e){return qA(this,0,void 0,function(){var t,r,n,i,s,o,a,c,l=this;return ZA(this,function(B){t=this.createFontStyle(e),r=t[0],n=t[1],i=t[2];this.ctx.font=r;this.ctx.direction=1===e.direction?"rtl":"ltr";this.ctx.textAlign="left";this.ctx.textBaseline="alphabetic";s=this.fontMetrics.getMetrics(n,i),o=s.baseline,a=s.middle;c=e.paintOrder;A.textBounds.forEach(function(A){c.forEach(function(t){switch(t){case 0:l.ctx.fillStyle=ur(e.color);l.renderTextWithLetterSpacing(A,e.letterSpacing,o);var r=e.textShadow;if(r.length&&A.text.trim().length){r.slice(0).reverse().forEach(function(t){l.ctx.shadowColor=ur(t.color);l.ctx.shadowOffsetX=t.offsetX.number*l.options.scale;l.ctx.shadowOffsetY=t.offsetY.number*l.options.scale;l.ctx.shadowBlur=t.blur.number;l.renderTextWithLetterSpacing(A,e.letterSpacing,o)});l.ctx.shadowColor="";l.ctx.shadowOffsetX=0;l.ctx.shadowOffsetY=0;l.ctx.shadowBlur=0}if(e.textDecorationLine.length){l.ctx.fillStyle=ur(e.textDecorationColor||e.color);e.textDecorationLine.forEach(function(e){switch(e){case 1:l.ctx.fillRect(A.bounds.left,Math.round(A.bounds.top+o),A.bounds.width,1);break;case 2:l.ctx.fillRect(A.bounds.left,Math.round(A.bounds.top),A.bounds.width,1);break;case 3:l.ctx.fillRect(A.bounds.left,Math.ceil(A.bounds.top+a),A.bounds.width,1)}})}break;case 1:if(e.webkitTextStrokeWidth&&A.text.trim().length){l.ctx.strokeStyle=ur(e.webkitTextStrokeColor);l.ctx.lineWidth=e.webkitTextStrokeWidth;l.ctx.lineJoin=window.chrome?"miter":"round";l.ctx.strokeText(A.text,A.bounds.left,A.bounds.top+o)}l.ctx.strokeStyle="";l.ctx.lineWidth=0;l.ctx.lineJoin="miter"}})});return[2]})})};e.prototype.renderReplacedElement=function(A,e,t){if(t&&A.intrinsicWidth>0&&A.intrinsicHeight>0){var r=Aa(A),n=Oo(e);this.path(n);this.ctx.save();this.ctx.clip();this.ctx.drawImage(t,0,0,A.intrinsicWidth,A.intrinsicHeight,r.left,r.top,r.width,r.height);this.ctx.restore()}};e.prototype.renderNodeContent=function(A){return qA(this,0,void 0,function(){var t,r,n,i,s,o,a,c,l,B,u,g,d,h,f,w,p,Q;return ZA(this,function(C){switch(C.label){case 0:this.applyEffects(A.getEffects(4));t=A.container;r=A.curves;n=t.styles;i=0,s=t.textNodes;C.label=1;case 1:if(!(i<s.length))return[3,4];o=s[i];return[4,this.renderTextNode(o,n)];case 2:C.sent();C.label=3;case 3:i++;return[3,1];case 4:if(!(t instanceof is))return[3,8];C.label=5;case 5:C.trys.push([5,7,,8]);return[4,this.context.cache.match(t.src)];case 6:f=C.sent();this.renderReplacedElement(t,r,f);return[3,8];case 7:C.sent();this.context.logger.error("Error loading image "+t.src);return[3,8];case 8:if(t instanceof ss)this.renderReplacedElement(t,r,t.canvas);if(!(t instanceof os))return[3,12];C.label=9;case 9:C.trys.push([9,11,,12]);return[4,this.context.cache.match(t.svg)];case 10:f=C.sent();this.renderReplacedElement(t,r,f);return[3,12];case 11:C.sent();this.context.logger.error("Error loading svg "+t.svg.substring(0,255));return[3,12];case 12:if(!(t instanceof Qs&&t.tree))return[3,14];else return[4,new e(this.context,{scale:this.options.scale,backgroundColor:t.backgroundColor,x:0,y:0,width:t.width,height:t.height}).render(t.tree)];case 13:a=C.sent();if(t.width&&t.height)this.ctx.drawImage(a,0,0,t.width,t.height,t.bounds.left,t.bounds.top,t.bounds.width,t.bounds.height);C.label=14;case 14:if(t instanceof fs){c=Math.min(t.bounds.width,t.bounds.height);if(t.type===us){if(t.checked){this.ctx.save();this.path([new Do(t.bounds.left+.39363*c,t.bounds.top+.79*c),new Do(t.bounds.left+.16*c,t.bounds.top+.5549*c),new Do(t.bounds.left+.27347*c,t.bounds.top+.44071*c),new Do(t.bounds.left+.39694*c,t.bounds.top+.5649*c),new Do(t.bounds.left+.72983*c,t.bounds.top+.23*c),new Do(t.bounds.left+.84*c,t.bounds.top+.34085*c),new Do(t.bounds.left+.39363*c,t.bounds.top+.79*c)]);this.ctx.fillStyle=ur(hs);this.ctx.fill();this.ctx.restore()}}else if(t.type===gs)if(t.checked){this.ctx.save();this.ctx.beginPath();this.ctx.arc(t.bounds.left+c/2,t.bounds.top+c/2,c/4,0,2*Math.PI,!0);this.ctx.fillStyle=ur(hs);this.ctx.fill();this.ctx.restore()}}if(Ba(t)&&t.value.length){l=this.createFontStyle(n),p=l[0],B=l[1];u=this.fontMetrics.getMetrics(p,B).baseline;this.ctx.font=p;this.ctx.fillStyle=ur(n.color);this.ctx.textBaseline="alphabetic";this.ctx.textAlign=ga(t.styles.textAlign);Q=Aa(t);g=0;switch(t.styles.textAlign){case 1:g+=Q.width/2;break;case 2:g+=Q.width}d=Q.add(g,0,0,-Q.height/2+1);this.ctx.save();this.path([new Do(Q.left,Q.top),new Do(Q.left+Q.width,Q.top),new Do(Q.left+Q.width,Q.top+Q.height),new Do(Q.left,Q.top+Q.height)]);this.ctx.clip();this.renderTextWithLetterSpacing(new zi(t.value,d),n.letterSpacing,u);this.ctx.restore();this.ctx.textBaseline="alphabetic";this.ctx.textAlign="left"}if(!ai(t.styles.display,2048))return[3,20];if(null===t.styles.listStyleImage)return[3,19];if(0!==(h=t.styles.listStyleImage).type)return[3,18];f=void 0;w=h.url;C.label=15;case 15:C.trys.push([15,17,,18]);return[4,this.context.cache.match(w)];case 16:f=C.sent();this.ctx.drawImage(f,t.bounds.left-(f.width+10),t.bounds.top);return[3,18];case 17:C.sent();this.context.logger.error("Error loading list-style-image "+w);return[3,18];case 18:return[3,20];case 19:if(A.listValue&&-1!==t.styles.listStyleType){p=this.createFontStyle(n)[0];this.ctx.font=p;this.ctx.fillStyle=ur(n.color);this.ctx.textBaseline="middle";this.ctx.textAlign="right";Q=new $A(t.bounds.left,t.bounds.top+rr(t.styles.paddingTop,t.bounds.width),t.bounds.width,bn(n.lineHeight,n.fontSize.number)/2+1);this.renderTextWithLetterSpacing(new zi(A.listValue,Q),n.letterSpacing,bn(n.lineHeight,n.fontSize.number)/2+2);this.ctx.textBaseline="bottom";this.ctx.textAlign="left"}C.label=20;case 20:return[2]}})})};e.prototype.renderStackContent=function(A){return qA(this,0,void 0,function(){var e,t,r,n,i,s,o,a,c,l,B,u,g,d,h;return ZA(this,function(f){switch(f.label){case 0:if(ai(A.element.container.flags,16));return[4,this.renderNodeBackgroundAndBorders(A.element)];case 1:f.sent();e=0,t=A.negativeZIndex;f.label=2;case 2:if(!(e<t.length))return[3,5];h=t[e];return[4,this.renderStack(h)];case 3:f.sent();f.label=4;case 4:e++;return[3,2];case 5:return[4,this.renderNodeContent(A.element)];case 6:f.sent();r=0,n=A.nonInlineLevel;f.label=7;case 7:if(!(r<n.length))return[3,10];h=n[r];return[4,this.renderNode(h)];case 8:f.sent();f.label=9;case 9:r++;return[3,7];case 10:i=0,s=A.nonPositionedFloats;f.label=11;case 11:if(!(i<s.length))return[3,14];h=s[i];return[4,this.renderStack(h)];case 12:f.sent();f.label=13;case 13:i++;return[3,11];case 14:o=0,a=A.nonPositionedInlineLevel;f.label=15;case 15:if(!(o<a.length))return[3,18];h=a[o];return[4,this.renderStack(h)];case 16:f.sent();f.label=17;case 17:o++;return[3,15];case 18:c=0,l=A.inlineLevel;f.label=19;case 19:if(!(c<l.length))return[3,22];h=l[c];return[4,this.renderNode(h)];case 20:f.sent();f.label=21;case 21:c++;return[3,19];case 22:B=0,u=A.zeroOrAutoZIndexOrTransformedOrOpacity;f.label=23;case 23:if(!(B<u.length))return[3,26];h=u[B];return[4,this.renderStack(h)];case 24:f.sent();f.label=25;case 25:B++;return[3,23];case 26:g=0,d=A.positiveZIndex;f.label=27;case 27:if(!(g<d.length))return[3,30];h=d[g];return[4,this.renderStack(h)];case 28:f.sent();f.label=29;case 29:g++;return[3,27];case 30:return[2]}})})};e.prototype.mask=function(A){this.ctx.beginPath();this.ctx.moveTo(0,0);this.ctx.lineTo(this.canvas.width,0);this.ctx.lineTo(this.canvas.width,this.canvas.height);this.ctx.lineTo(0,this.canvas.height);this.ctx.lineTo(0,0);this.formatPath(A.slice(0).reverse());this.ctx.closePath()};e.prototype.path=function(A){this.ctx.beginPath();this.formatPath(A);this.ctx.closePath()};e.prototype.formatPath=function(A){var e=this;A.forEach(function(A,t){var r=To(A)?A.start:A;if(0===t)e.ctx.moveTo(r.x,r.y);else e.ctx.lineTo(r.x,r.y);if(To(A))e.ctx.bezierCurveTo(A.startControl.x,A.startControl.y,A.endControl.x,A.endControl.y,A.end.x,A.end.y)})};e.prototype.renderRepeat=function(A,e,t,r){this.path(A);this.ctx.fillStyle=e;this.ctx.translate(t,r);this.ctx.fill();this.ctx.translate(-t,-r)};e.prototype.resizeImage=function(A,e,t){var r;if(A.width===e&&A.height===t)return A;var n=(null!==(r=this.canvas.ownerDocument)&&void 0!==r?r:document).createElement("canvas");n.width=Math.max(1,e);n.height=Math.max(1,t);n.getContext("2d").drawImage(A,0,0,A.width,A.height,0,0,e,t);return n};e.prototype.renderBackgroundImage=function(A){return qA(this,0,void 0,function(){var e,t,r,n,i,s;return ZA(this,function(o){switch(o.label){case 0:e=A.styles.backgroundImage.length-1;t=function(t){var n,i,s,o,a,c,l,B,u,g,d,h,f,w,p,Q,C,U,F,y,m,b,H,E,v,x,I,K,L,D,S;return ZA(this,function(k){switch(k.label){case 0:if(0!==t.type)return[3,5];n=void 0;i=t.url;k.label=1;case 1:k.trys.push([1,3,,4]);return[4,r.context.cache.match(i)];case 2:n=k.sent();return[3,4];case 3:k.sent();r.context.logger.error("Error loading background-image "+i);return[3,4];case 4:if(n){s=ea(A,e,[n.width,n.height,n.width/n.height]),Q=s[0],b=s[1],H=s[2],F=s[3],y=s[4];w=r.ctx.createPattern(r.resizeImage(n,F,y),"repeat");r.renderRepeat(Q,w,b,H)}return[3,6];case 5:if(1===t.type){o=ea(A,e,[null,null,null]),Q=o[0],b=o[1],H=o[2],F=o[3],y=o[4];a=br(t.angle,F,y),c=a[0],l=a[1],B=a[2],u=a[3],g=a[4];(d=document.createElement("canvas")).width=F;d.height=y;h=d.getContext("2d");f=h.createLinearGradient(l,u,B,g);mr(t.stops,c).forEach(function(A){return f.addColorStop(A.stop,ur(A.color))});h.fillStyle=f;h.fillRect(0,0,F,y);if(F>0&&y>0){w=r.ctx.createPattern(d,"repeat");r.renderRepeat(Q,w,b,H)}}else if(function(A){return 2===A.type}(t)){p=ea(A,e,[null,null,null]),Q=p[0],C=p[1],U=p[2],F=p[3],y=p[4];m=0===t.position.length?[Ar]:t.position;b=rr(m[0],F);H=rr(m[m.length-1],y);E=function(A,e,t,r,n){var i=0,s=0;switch(A.size){case 0:if(0===A.shape)i=s=Math.min(Math.abs(e),Math.abs(e-r),Math.abs(t),Math.abs(t-n));else if(1===A.shape){i=Math.min(Math.abs(e),Math.abs(e-r));s=Math.min(Math.abs(t),Math.abs(t-n))}break;case 2:if(0===A.shape)i=s=Math.min(Hr(e,t),Hr(e,t-n),Hr(e-r,t),Hr(e-r,t-n));else if(1===A.shape){var o=Math.min(Math.abs(t),Math.abs(t-n))/Math.min(Math.abs(e),Math.abs(e-r)),a=Er(r,n,e,t,!0),c=a[0],l=a[1];s=o*(i=Hr(c-e,(l-t)/o))}break;case 1:if(0===A.shape)i=s=Math.max(Math.abs(e),Math.abs(e-r),Math.abs(t),Math.abs(t-n));else if(1===A.shape){i=Math.max(Math.abs(e),Math.abs(e-r));s=Math.max(Math.abs(t),Math.abs(t-n))}break;case 3:if(0===A.shape)i=s=Math.max(Hr(e,t),Hr(e,t-n),Hr(e-r,t),Hr(e-r,t-n));else if(1===A.shape){o=Math.max(Math.abs(t),Math.abs(t-n))/Math.max(Math.abs(e),Math.abs(e-r));var B=Er(r,n,e,t,!1);c=B[0],l=B[1];s=o*(i=Hr(c-e,(l-t)/o))}}if(Array.isArray(A.size)){i=rr(A.size[0],r);s=2===A.size.length?rr(A.size[1],n):i}return[i,s]}(t,b,H,F,y),v=E[0],x=E[1];if(v>0&&x>0){I=r.ctx.createRadialGradient(C+b,U+H,0,C+b,U+H,v);mr(t.stops,2*v).forEach(function(A){return I.addColorStop(A.stop,ur(A.color))});r.path(Q);r.ctx.fillStyle=I;if(v!==x){K=A.bounds.left+.5*A.bounds.width;L=A.bounds.top+.5*A.bounds.height;S=1/(D=x/v);r.ctx.save();r.ctx.translate(K,L);r.ctx.transform(1,0,0,D,0,0);r.ctx.translate(-K,-L);r.ctx.fillRect(C,S*(U-L)+L,F,y*S);r.ctx.restore()}else r.ctx.fill()}}k.label=6;case 6:e--;return[2]}})};r=this;n=0,i=A.styles.backgroundImage.slice(0).reverse();o.label=1;case 1:if(!(n<i.length))return[3,4];s=i[n];return[5,t(s)];case 2:o.sent();o.label=3;case 3:n++;return[3,1];case 4:return[2]}})})};e.prototype.renderSolidBorder=function(A,e,t){return qA(this,0,void 0,function(){return ZA(this,function(r){this.path(qo(t,e));this.ctx.fillStyle=ur(A);this.ctx.fill();return[2]})})};e.prototype.renderDoubleBorder=function(A,e,t,r){return qA(this,0,void 0,function(){var n,i;return ZA(this,function(s){switch(s.label){case 0:if(!(e<3))return[3,2];else return[4,this.renderSolidBorder(A,t,r)];case 1:s.sent();return[2];case 2:n=function(A,e){switch(e){case 0:return jo(A.topLeftBorderBox,A.topLeftBorderDoubleOuterBox,A.topRightBorderBox,A.topRightBorderDoubleOuterBox);case 1:return jo(A.topRightBorderBox,A.topRightBorderDoubleOuterBox,A.bottomRightBorderBox,A.bottomRightBorderDoubleOuterBox);case 2:return jo(A.bottomRightBorderBox,A.bottomRightBorderDoubleOuterBox,A.bottomLeftBorderBox,A.bottomLeftBorderDoubleOuterBox);default:return jo(A.bottomLeftBorderBox,A.bottomLeftBorderDoubleOuterBox,A.topLeftBorderBox,A.topLeftBorderDoubleOuterBox)}}(r,t);this.path(n);this.ctx.fillStyle=ur(A);this.ctx.fill();i=function(A,e){switch(e){case 0:return jo(A.topLeftBorderDoubleInnerBox,A.topLeftPaddingBox,A.topRightBorderDoubleInnerBox,A.topRightPaddingBox);case 1:return jo(A.topRightBorderDoubleInnerBox,A.topRightPaddingBox,A.bottomRightBorderDoubleInnerBox,A.bottomRightPaddingBox);case 2:return jo(A.bottomRightBorderDoubleInnerBox,A.bottomRightPaddingBox,A.bottomLeftBorderDoubleInnerBox,A.bottomLeftPaddingBox);default:return jo(A.bottomLeftBorderDoubleInnerBox,A.bottomLeftPaddingBox,A.topLeftBorderDoubleInnerBox,A.topLeftPaddingBox)}}(r,t);this.path(i);this.ctx.fill();return[2]}})})};e.prototype.renderNodeBackgroundAndBorders=function(A){return qA(this,0,void 0,function(){var e,t,r,n,i,s,o,a,c=this;return ZA(this,function(l){switch(l.label){case 0:this.applyEffects(A.getEffects(2));e=A.container.styles;t=!Br(e.backgroundColor)||e.backgroundImage.length;r=[{style:e.borderTopStyle,color:e.borderTopColor,width:e.borderTopWidth},{style:e.borderRightStyle,color:e.borderRightColor,width:e.borderRightWidth},{style:e.borderBottomStyle,color:e.borderBottomColor,width:e.borderBottomWidth},{style:e.borderLeftStyle,color:e.borderLeftColor,width:e.borderLeftWidth}];n=ua(ia(e.backgroundClip,0),A.curves);if(!t&&!e.boxShadow.length)return[3,2];this.ctx.save();this.path(n);this.ctx.clip();if(!Br(e.backgroundColor)){this.ctx.fillStyle=ur(e.backgroundColor);this.ctx.fill()}return[4,this.renderBackgroundImage(A.container)];case 1:l.sent();this.ctx.restore();e.boxShadow.slice(0).reverse().forEach(function(e){c.ctx.save();var t,r,n,i,s,o=Po(A.curves),a=e.inset?0:1e4,l=(t=o,r=-a+(e.inset?1:-1)*e.spread.number,n=(e.inset?1:-1)*e.spread.number,i=e.spread.number*(e.inset?-2:2),s=e.spread.number*(e.inset?-2:2),t.map(function(A,e){switch(e){case 0:return A.add(r,n);case 1:return A.add(r+i,n);case 2:return A.add(r+i,n+s);case 3:return A.add(r,n+s)}return A}));if(e.inset){c.path(o);c.ctx.clip();c.mask(l)}else{c.mask(o);c.ctx.clip();c.path(l)}c.ctx.shadowOffsetX=e.offsetX.number+a;c.ctx.shadowOffsetY=e.offsetY.number;c.ctx.shadowColor=ur(e.color);c.ctx.shadowBlur=e.blur.number;c.ctx.fillStyle=e.inset?ur(e.color):"rgba(0,0,0,1)";c.ctx.fill();c.ctx.restore()});l.label=2;case 2:i=0;s=0,o=r;l.label=3;case 3:if(!(s<o.length))return[3,13];if(0===(a=o[s]).style||Br(a.color)||!(a.width>0))return[3,11];if(2!==a.style)return[3,5];else return[4,this.renderDashedDottedBorder(a.color,a.width,i,A.curves,2)];case 4:l.sent();return[3,11];case 5:if(3!==a.style)return[3,7];else return[4,this.renderDashedDottedBorder(a.color,a.width,i,A.curves,3)];case 6:l.sent();return[3,11];case 7:if(4!==a.style)return[3,9];else return[4,this.renderDoubleBorder(a.color,a.width,i,A.curves)];case 8:l.sent();return[3,11];case 9:return[4,this.renderSolidBorder(a.color,i,A.curves)];case 10:l.sent();l.label=11;case 11:i++;l.label=12;case 12:s++;return[3,3];case 13:return[2]}})})};e.prototype.renderDashedDottedBorder=function(A,e,t,r,n){return qA(this,0,void 0,function(){var i,s,o,a,c,l,B,u,g,d,h,f,w,p,Q,C;return ZA(this,function(U){this.ctx.save();i=function(A,e){switch(e){case 0:return Zo(A.topLeftBorderStroke,A.topRightBorderStroke);case 1:return Zo(A.topRightBorderStroke,A.bottomRightBorderStroke);case 2:return Zo(A.bottomRightBorderStroke,A.bottomLeftBorderStroke);default:return Zo(A.bottomLeftBorderStroke,A.topLeftBorderStroke)}}(r,t);s=qo(r,t);if(2===n){this.path(s);this.ctx.clip()}if(To(s[0])){o=s[0].start.x;a=s[0].start.y}else{o=s[0].x;a=s[0].y}if(To(s[1])){c=s[1].end.x;l=s[1].end.y}else{c=s[1].x;l=s[1].y}if(0===t||2===t)B=Math.abs(o-c);else B=Math.abs(a-l);this.ctx.beginPath();if(3===n)this.formatPath(i);else this.formatPath(s.slice(0,2));u=e<3?3*e:2*e;g=e<3?2*e:e;if(3===n){u=e;g=e}d=!0;if(B<=2*u)d=!1;else if(B<=2*u+g){u*=h=B/(2*u+g);g*=h}else{f=Math.floor((B+g)/(u+g));w=(B-f*u)/(f-1);g=(p=(B-(f+1)*u)/f)<=0||Math.abs(g-w)<Math.abs(g-p)?w:p}if(d)if(3===n)this.ctx.setLineDash([0,u+g]);else this.ctx.setLineDash([u,g]);if(3===n){this.ctx.lineCap="round";this.ctx.lineWidth=e}else this.ctx.lineWidth=2*e+1.1;this.ctx.strokeStyle=ur(A);this.ctx.stroke();this.ctx.setLineDash([]);if(2===n){if(To(s[0])){Q=s[3];C=s[0];this.ctx.beginPath();this.formatPath([new Do(Q.end.x,Q.end.y),new Do(C.start.x,C.start.y)]);this.ctx.stroke()}if(To(s[1])){Q=s[1];C=s[2];this.ctx.beginPath();this.formatPath([new Do(Q.end.x,Q.end.y),new Do(C.start.x,C.start.y)]);this.ctx.stroke()}}this.ctx.restore();return[2]})})};e.prototype.render=function(A){return qA(this,0,void 0,function(){var e;return ZA(this,function(t){switch(t.label){case 0:if(this.options.backgroundColor){this.ctx.fillStyle=ur(this.options.backgroundColor);this.ctx.fillRect(this.options.x,this.options.y,this.options.width,this.options.height)}e=function(A){var e=new Jo(A,null),t=new Xo(e),r=[];zo(e,t,t,r);Yo(e.container,r);return t}(A);return[4,this.renderStack(e)];case 1:t.sent();this.applyEffects([]);return[2,this.canvas]}})})};return e}(ca),Ba=function(A){if(A instanceof ps)return!0;else if(A instanceof ws)return!0;else if(A instanceof fs&&A.type!==gs&&A.type!==us)return!0;return!1},ua=function(A,e){switch(A){case 0:return Po(e);case 2:return function(A){return[A.topLeftContentBox,A.topRightContentBox,A.bottomRightContentBox,A.bottomLeftContentBox]}(e);default:return Oo(e)}},ga=function(A){switch(A){case 1:return"center";case 2:return"right";default:return"left"}},da=["-apple-system","system-ui"],ha=function(A){return/iPhone OS 15_(0|1)/.test(window.navigator.userAgent)?A.filter(function(A){return-1===da.indexOf(A)}):A},fa=function(A){zA(e,A);function e(e,t){var r=A.call(this,e,t)||this;r.canvas=t.canvas?t.canvas:document.createElement("canvas");r.ctx=r.canvas.getContext("2d");r.options=t;r.canvas.width=Math.floor(t.width*t.scale);r.canvas.height=Math.floor(t.height*t.scale);r.canvas.style.width=t.width+"px";r.canvas.style.height=t.height+"px";r.ctx.scale(r.options.scale,r.options.scale);r.ctx.translate(-t.x,-t.y);r.context.logger.debug("EXPERIMENTAL ForeignObject renderer initialized ("+t.width+"x"+t.height+" at "+t.x+","+t.y+") with scale "+t.scale);return r}e.prototype.render=function(A){return qA(this,0,void 0,function(){var e,t;return ZA(this,function(r){switch(r.label){case 0:e=Wi(this.options.width*this.options.scale,this.options.height*this.options.scale,this.options.scale,this.options.scale,A);return[4,wa(e)];case 1:t=r.sent();if(this.options.backgroundColor){this.ctx.fillStyle=ur(this.options.backgroundColor);this.ctx.fillRect(0,0,this.options.width*this.options.scale,this.options.height*this.options.scale)}this.ctx.drawImage(t,-this.options.x*this.options.scale,-this.options.y*this.options.scale);return[2,this.canvas]}})})};return e}(ca),wa=function(A){return new Promise(function(e,t){var r=new Image;r.onload=function(){e(r)};r.onerror=t;r.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent((new XMLSerializer).serializeToString(A))})},pa=function(){function A(A){var e=A.id,t=A.enabled;this.id=e;this.enabled=t;this.start=Date.now()}A.prototype.debug=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];if(this.enabled)if("undefined"!=typeof window&&window.console&&"function"==typeof console.debug)console.debug.apply(console,jA([this.id,this.getTime()+"ms"],A));else this.info.apply(this,A)};A.prototype.getTime=function(){return Date.now()-this.start};A.prototype.info=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];if(this.enabled)if("undefined"!=typeof window&&window.console&&"function"==typeof console.info)console.info.apply(console,jA([this.id,this.getTime()+"ms"],A))};A.prototype.warn=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];if(this.enabled)if("undefined"!=typeof window&&window.console&&"function"==typeof console.warn)console.warn.apply(console,jA([this.id,this.getTime()+"ms"],A));else this.info.apply(this,A)};A.prototype.error=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];if(this.enabled)if("undefined"!=typeof window&&window.console&&"function"==typeof console.error)console.error.apply(console,jA([this.id,this.getTime()+"ms"],A));else this.info.apply(this,A)};A.instances={};return A}(),Qa=function(){function A(e,t){var r;this.windowBounds=t;this.instanceName="#"+A.instanceCount++;this.logger=new pa({id:this.instanceName,enabled:e.logging});this.cache=null!==(r=e.cache)&&void 0!==r?r:new mo(this,e)}A.instanceCount=1;return A}(),Ca=function(A,e){if(void 0===e)e={};return Ua(A,e)};if("undefined"!=typeof window)yo.setContext(window);var Ua=function(A,e){return qA(void 0,0,void 0,function(){var t,r,n,i,s,o,a,c,l,B,u,g,d,h,f,w,p,Q,C,U,F,y,m,b,H,E,v,x,I,K,L,D,S,k,T,M,R,P;return ZA(this,function(O){switch(O.label){case 0:if(!A||"object"!=typeof A)return[2,Promise.reject("Invalid element provided as first argument")];if(!(t=A.ownerDocument))throw new Error("Element is not attached to a Document");if(!(r=t.defaultView))throw new Error("Document is not attached to a Window");n={allowTaint:null!==(y=e.allowTaint)&&void 0!==y?y:!1,imageTimeout:null!==(m=e.imageTimeout)&&void 0!==m?m:15e3,proxy:e.proxy,useCORS:null!==(b=e.useCORS)&&void 0!==b?b:!1};i=YA({logging:null!==(H=e.logging)&&void 0!==H?H:!0,cache:e.cache},n);s={windowWidth:null!==(E=e.windowWidth)&&void 0!==E?E:r.innerWidth,windowHeight:null!==(v=e.windowHeight)&&void 0!==v?v:r.innerHeight,scrollX:null!==(x=e.scrollX)&&void 0!==x?x:r.pageXOffset,scrollY:null!==(I=e.scrollY)&&void 0!==I?I:r.pageYOffset};o=new $A(s.scrollX,s.scrollY,s.windowWidth,s.windowHeight);a=new Qa(i,o);c=null!==(K=e.foreignObjectRendering)&&void 0!==K?K:!1;l={allowTaint:null!==(L=e.allowTaint)&&void 0!==L?L:!1,onclone:e.onclone,ignoreElements:e.ignoreElements,inlineImages:c,copyStyles:c};a.logger.debug("Starting document clone with size "+o.width+"x"+o.height+" scrolled to "+-o.left+","+-o.top);B=new so(a,A,l);if(!(u=B.clonedReferenceElement))return[2,Promise.reject("Unable to find element in cloned iframe")];else return[4,B.toIFrame(t,o)];case 1:g=O.sent();d=Ss(u)||"HTML"===u.tagName?function(A){var e=A.body,t=A.documentElement;if(!e||!t)throw new Error("Unable to get document size");var r=Math.max(Math.max(e.scrollWidth,t.scrollWidth),Math.max(e.offsetWidth,t.offsetWidth),Math.max(e.clientWidth,t.clientWidth)),n=Math.max(Math.max(e.scrollHeight,t.scrollHeight),Math.max(e.offsetHeight,t.offsetHeight),Math.max(e.clientHeight,t.clientHeight));return new $A(0,0,r,n)}(u.ownerDocument):Ae(a,u),h=d.width,f=d.height,w=d.left,p=d.top;Q=Fa(a,u,e.backgroundColor);C={canvas:e.canvas,backgroundColor:Q,scale:null!==(S=null!==(D=e.scale)&&void 0!==D?D:r.devicePixelRatio)&&void 0!==S?S:1,x:(null!==(k=e.x)&&void 0!==k?k:0)+w,y:(null!==(T=e.y)&&void 0!==T?T:0)+p,width:null!==(M=e.width)&&void 0!==M?M:Math.ceil(h),height:null!==(R=e.height)&&void 0!==R?R:Math.ceil(f)};if(!c)return[3,3];a.logger.debug("Document cloned, using foreign object rendering");return[4,new fa(a,C).render(u)];case 2:U=O.sent();return[3,5];case 3:a.logger.debug("Document cloned, element located at "+w+","+p+" with size "+h+"x"+f+" using computed rendering");a.logger.debug("Starting DOM parsing");F=ys(a,u);if(Q===F.styles.backgroundColor)F.styles.backgroundColor=Cr.TRANSPARENT;a.logger.debug("Starting renderer for element at "+C.x+","+C.y+" with size "+C.width+"x"+C.height);return[4,new la(a,C).render(F)];case 4:U=O.sent();O.label=5;case 5:if(null!==(P=e.removeContainer)&&void 0!==P?P:1)if(!so.destroy(g))a.logger.error("Cannot detach cloned iframe as it is not in the DOM anymore");a.logger.debug("Finished rendering");return[2,U]}})})},Fa=function(A,e,t){var r=e.ownerDocument,n=r.documentElement?Qr(A,getComputedStyle(r.documentElement).backgroundColor):Cr.TRANSPARENT,i=r.body?Qr(A,getComputedStyle(r.body).backgroundColor):Cr.TRANSPARENT,s="string"==typeof t?Qr(A,t):null===t?Cr.TRANSPARENT:4294967295;return e===r.documentElement?Br(n)?Br(i)?s:i:n:s};const ya=class{static getAdvancedFragmentShader(){return"#version 300 es\n precision highp float;\n\n in vec2 v_uv;\n\n uniform sampler2D u_background;\n uniform vec2 u_resolution;\n uniform vec2 u_textureSize;\n uniform float u_scrollY;\n uniform float u_pageHeight;\n uniform float u_viewportHeight;\n uniform float u_blurRadius;\n uniform float u_borderRadius;\n uniform vec2 u_containerPosition;\n uniform float u_warp;\n uniform float u_edgeIntensity;\n uniform float u_rimIntensity;\n uniform float u_baseIntensity;\n uniform float u_edgeDistance;\n uniform float u_rimDistance;\n uniform float u_baseDistance;\n uniform float u_cornerBoost;\n uniform float u_rippleEffect;\n uniform float u_tintOpacity;\n uniform float u_time;\n\n out vec4 fragColor;\n\n vec2 clampUV(vec2 uv) {\n return clamp(uv, vec2(0.0), vec2(1.0));\n }\n\n float roundedRectDistance(vec2 coord, vec2 size, float radius) {\n vec2 center = size * 0.5;\n vec2 pixelCoord = coord * size;\n vec2 toCorner = abs(pixelCoord - center) - (center - radius);\n float outsideCorner = length(max(toCorner, 0.0));\n float insideCorner = min(max(toCorner.x, toCorner.y), 0.0);\n return outsideCorner + insideCorner - radius;\n }\n\n bool isPill(vec2 size, float radius) {\n float heightRatioDiff = abs(radius - size.y * 0.5);\n bool radiusMatchesHeight = heightRatioDiff < 2.0;\n bool isWiderThanTall = size.x > size.y + 4.0;\n return radiusMatchesHeight && isWiderThanTall;\n }\n\n float circleDistance(vec2 coord, vec2 size, float radius) {\n vec2 center = vec2(0.5, 0.5);\n vec2 pixelCoord = coord * size;\n vec2 centerPixel = center * size;\n return length(pixelCoord - centerPixel) - radius;\n }\n\n bool isCircle(vec2 size, float radius) {\n float minDim = min(size.x, size.y);\n bool radiusMatchesMinDim = abs(radius - minDim * 0.5) < 1.0;\n bool isRoughlySquare = abs(size.x - size.y) < 4.0;\n return radiusMatchesMinDim && isRoughlySquare;\n }\n\n float pillDistance(vec2 coord, vec2 size, float radius) {\n vec2 center = size * 0.5;\n vec2 pixelCoord = coord * size;\n vec2 capsuleStart = vec2(radius, center.y);\n vec2 capsuleEnd = vec2(size.x - radius, center.y);\n vec2 capsuleAxis = capsuleEnd - capsuleStart;\n float capsuleLength = length(capsuleAxis);\n\n if (capsuleLength > 0.0) {\n vec2 toPoint = pixelCoord - capsuleStart;\n float t = clamp(dot(toPoint, capsuleAxis) / dot(capsuleAxis, capsuleAxis), 0.0, 1.0);\n vec2 closestPointOnAxis = capsuleStart + t * capsuleAxis;\n return length(pixelCoord - closestPointOnAxis) - radius;\n }\n\n return length(pixelCoord - center) - radius;\n }\n\n void main() {\n vec2 coord = v_uv;\n\n vec2 containerSize = u_resolution;\n vec2 viewportCenter = u_containerPosition + vec2(0.0, u_scrollY);\n vec2 containerOffset = (coord - 0.5) * containerSize;\n vec2 pagePixel = viewportCenter + containerOffset;\n vec2 textureCoord = clampUV(pagePixel / u_textureSize);\n\n float distFromEdgeShape;\n vec2 shapeNormal;\n\n if (isPill(u_resolution, u_borderRadius)) {\n distFromEdgeShape = -pillDistance(coord, u_resolution, u_borderRadius);\n vec2 center = vec2(0.5, 0.5);\n vec2 pixelCoord = coord * u_resolution;\n vec2 capsuleStart = vec2(u_borderRadius, center.y * u_resolution.y);\n vec2 capsuleEnd = vec2(u_resolution.x - u_borderRadius, center.y * u_resolution.y);\n vec2 capsuleAxis = capsuleEnd - capsuleStart;\n float capsuleLength = length(capsuleAxis);\n\n if (capsuleLength > 0.0) {\n vec2 toPoint = pixelCoord - capsuleStart;\n float t = clamp(dot(toPoint, capsuleAxis) / dot(capsuleAxis, capsuleAxis), 0.0, 1.0);\n vec2 closestPointOnAxis = capsuleStart + t * capsuleAxis;\n vec2 normalDir = pixelCoord - closestPointOnAxis;\n shapeNormal = length(normalDir) > 0.0 ? normalize(normalDir) : vec2(0.0, 1.0);\n } else {\n shapeNormal = normalize(coord - center);\n }\n } else if (isCircle(u_resolution, u_borderRadius)) {\n distFromEdgeShape = -circleDistance(coord, u_resolution, u_borderRadius);\n vec2 center = vec2(0.5, 0.5);\n shapeNormal = normalize(coord - center);\n } else {\n distFromEdgeShape = -roundedRectDistance(coord, u_resolution, u_borderRadius);\n vec2 center = vec2(0.5, 0.5);\n shapeNormal = normalize(coord - center);\n }\n\n distFromEdgeShape = max(distFromEdgeShape, 0.0);\n\n float distFromLeft = coord.x;\n float distFromRight = 1.0 - coord.x;\n float distFromTop = coord.y;\n float distFromBottom = 1.0 - coord.y;\n\n float distFromEdge = distFromEdgeShape / min(u_resolution.x, u_resolution.y);\n float normalizedDistance = distFromEdge * min(u_resolution.x, u_resolution.y);\n\n float baseComponent = u_warp > 0.5\n ? (1.0 - exp(-normalizedDistance * u_baseDistance)) * u_baseIntensity\n : 0.0;\n float edgeComponent = exp(-normalizedDistance * u_edgeDistance) * u_edgeIntensity;\n float rimComponent = exp(-normalizedDistance * u_rimDistance) * u_rimIntensity;\n\n vec2 baseRefraction = shapeNormal * (baseComponent + edgeComponent + rimComponent);\n\n float cornerProximityX = min(distFromLeft, distFromRight);\n float cornerProximityY = min(distFromTop, distFromBottom);\n float cornerDistance = max(cornerProximityX, cornerProximityY);\n float cornerNormalized = cornerDistance * min(u_resolution.x, u_resolution.y);\n float cornerBoost = exp(-cornerNormalized * 0.3) * u_cornerBoost;\n vec2 cornerRefraction = shapeNormal * cornerBoost;\n\n vec2 perpendicular = vec2(-shapeNormal.y, shapeNormal.x);\n float ripple = sin(distFromEdge * 25.0 + u_time * 2.0) * u_rippleEffect * rimComponent;\n vec2 rippleRefraction = perpendicular * ripple;\n\n textureCoord += baseRefraction + cornerRefraction + rippleRefraction;\n textureCoord = clampUV(textureCoord);\n\n vec4 color = vec4(0.0);\n vec2 texelSize = 1.0 / u_textureSize;\n float sigma = max(u_blurRadius, 0.0001);\n vec2 blurStep = texelSize * sigma;\n\n float totalWeight = 0.0;\n const int blurRadius = 6;\n for (int i = -blurRadius; i <= blurRadius; ++i) {\n for (int j = -blurRadius; j <= blurRadius; ++j) {\n vec2 offsetVec = vec2(float(i), float(j));\n float distance = length(offsetVec);\n if (distance > float(blurRadius)) {\n continue;\n }\n\n float weight = exp(-(distance * distance) / (2.0 * sigma * sigma));\n vec2 offset = offsetVec * blurStep;\n color += texture(u_background, clampUV(textureCoord + offset)) * weight;\n totalWeight += weight;\n }\n }\n\n color /= max(totalWeight, 0.0001);\n\n float gradientPosition = coord.y;\n vec3 topTint = vec3(1.0);\n vec3 bottomTint = vec3(0.7);\n vec3 gradientTint = mix(topTint, bottomTint, gradientPosition);\n vec3 tintedColor = mix(color.rgb, gradientTint, u_tintOpacity);\n color = vec4(tintedColor, color.a);\n\n vec3 topColor = vec3(0.0);\n vec3 midColor = vec3(0.0);\n vec3 bottomColor = vec3(0.0);\n\n int totalSamples = 0;\n vec3 accumulateTop = vec3(0.0);\n vec3 accumulateMid = vec3(0.0);\n vec3 accumulateBottom = vec3(0.0);\n\n int horizontalSamples = 20;\n int verticalSamples = 11; // -5..5\n\n float topY = (viewportCenter.y - containerSize.y * 0.4) / u_textureSize.y;\n float midY = viewportCenter.y / u_textureSize.y;\n float bottomY = (viewportCenter.y + containerSize.y * 0.4) / u_textureSize.y;\n\n for (int xi = 0; xi < horizontalSamples; ++xi) {\n float x = float(xi) / float(horizontalSamples - 1);\n for (int yi = -5; yi <= 5; ++yi) {\n float yOffset = float(yi) * texelSize.y;\n vec2 topSample = clampUV(vec2(x, topY + yOffset));\n vec2 midSample = clampUV(vec2(x, midY + yOffset));\n vec2 bottomSample = clampUV(vec2(x, bottomY + yOffset));\n\n accumulateTop += texture(u_background, topSample).rgb;\n accumulateMid += texture(u_background, midSample).rgb;\n accumulateBottom += texture(u_background, bottomSample).rgb;\n totalSamples += 1;\n }\n }\n\n if (totalSamples > 0) {\n float invSamples = 1.0 / float(totalSamples);\n topColor = accumulateTop * invSamples;\n midColor = accumulateMid * invSamples;\n bottomColor = accumulateBottom * invSamples;\n }\n\n vec3 sampledGradient;\n if (gradientPosition < 0.1) {\n sampledGradient = topColor;\n } else if (gradientPosition > 0.9) {\n sampledGradient = bottomColor;\n } else {\n float transitionPos = (gradientPosition - 0.1) / 0.8;\n if (transitionPos < 0.5) {\n float t = transitionPos * 2.0;\n sampledGradient = mix(topColor, midColor, t);\n } else {\n float t = (transitionPos - 0.5) * 2.0;\n sampledGradient = mix(midColor, bottomColor, t);\n }\n }\n\n vec3 finalTinted = mix(color.rgb, sampledGradient, u_tintOpacity * 0.3);\n color = vec4(finalTinted, color.a);\n\n float maskDistance;\n if (isPill(u_resolution, u_borderRadius)) {\n maskDistance = pillDistance(coord, u_resolution, u_borderRadius);\n } else if (isCircle(u_resolution, u_borderRadius)) {\n maskDistance = roundedRectDistance(coord, u_resolution, u_borderRadius);\n } else {\n maskDistance = roundedRectDistance(coord, u_resolution, u_borderRadius);\n }\n\n float mask = 1.0 - smoothstep(-1.0, 1.0, maskDistance);\n fragColor = vec4(color.rgb, mask);\n }\n "}static getUniformConfig(A){return{u_blurRadius:A.blurRadius,u_edgeIntensity:A.edgeIntensity,u_rimIntensity:A.rimIntensity,u_baseIntensity:A.baseIntensity,u_edgeDistance:A.edgeDistance,u_rimDistance:A.rimDistance,u_baseDistance:A.baseDistance,u_cornerBoost:A.cornerBoost,u_rippleEffect:A.rippleEffect,u_tintOpacity:A.tintOpacity,u_warp:A.warp?1:0}}static mergeWithDefaults(A){return{...this.defaultConfig,...A}}static adjustForQuality(A,e){if("low"===e)return{...A,blurRadius:.75*A.blurRadius,rippleEffect:.6*A.rippleEffect};if("high"===e)return{...A,blurRadius:1.2*A.blurRadius,rippleEffect:1.2*A.rippleEffect,tintOpacity:Math.min(.6,1.1*A.tintOpacity)};else return A}};ya.defaultConfig={blurRadius:5,edgeIntensity:.01,rimIntensity:.05,baseIntensity:.01,edgeDistance:.15,rimDistance:.8,baseDistance:.1,cornerBoost:.02,rippleEffect:.1,tintOpacity:.2,warp:!1};ya.presets={subtle:{blurRadius:4.5,edgeIntensity:.008,rimIntensity:.035,baseIntensity:.008,edgeDistance:.18,rimDistance:.9,baseDistance:.12,cornerBoost:.015,rippleEffect:.05,tintOpacity:.18,warp:!1},normal:{blurRadius:5,edgeIntensity:.01,rimIntensity:.05,baseIntensity:.01,edgeDistance:.15,rimDistance:.8,baseDistance:.1,cornerBoost:.02,rippleEffect:.1,tintOpacity:.2,warp:!1},dramatic:{blurRadius:6.5,edgeIntensity:.018,rimIntensity:.09,baseIntensity:.018,edgeDistance:.12,rimDistance:.65,baseDistance:.08,cornerBoost:.035,rippleEffect:.18,tintOpacity:.28,warp:!0},psychedelic:{blurRadius:8,edgeIntensity:.024,rimIntensity:.13,baseIntensity:.02,edgeDistance:.1,rimDistance:.5,baseDistance:.08,cornerBoost:.05,rippleEffect:.26,tintOpacity:.4,warp:!0},ios26:{blurRadius:7.2,edgeIntensity:.022,rimIntensity:.12,baseIntensity:.015,edgeDistance:.18,rimDistance:.7,baseDistance:.09,cornerBoost:.045,rippleEffect:.22,tintOpacity:.24,warp:!0}};let ma=ya;class ba{constructor(A){this.animationId=null;this.program=null;this.vertexBuffer=null;this.backgroundTexture=null;this.backgroundTextureSize={width:1,height:1};this.usingFallbackShader=!1;this.uniformsDirty=!0;this.time=0;this.stats={fps:60,frameTime:16.67,droppedFrames:0,totalFrames:0,contextLostCount:0,lastUpdateTime:0};this.frameTimes=[];this.lastFrameTime=0;this.fpsUpdateInterval=1e3;this.lastFpsUpdate=0;this.blendEnabled=!1;this.currentProgram=null;this.uniformLocations={};this.canvas=A.canvas;this.cssWidth=A.width;this.cssHeight=A.height;this.canvas.width=A.width*A.dpr;this.canvas.height=A.height*A.dpr;this.canvas.style.width=`${A.width}px`;this.canvas.style.height=`${A.height}px`;this.quality=A.quality||"medium";this.preset=A.preset||"normal";this.liquidConfig=this.computeLiquidConfig(this.preset,this.quality);this.timeStep=this.getTimeStepForQuality(this.quality);const e=this.canvas.getContext("webgl2",{alpha:!0,antialias:!0,premultipliedAlpha:!1,preserveDrawingBuffer:!0});if(!e)throw new Error("WebGL2 not supported");this.gl=e;this.setupGL()}setupGL(){const{gl:A}=this;this.enableBlend();A.viewport(0,0,this.canvas.width,this.canvas.height);this.createShaderProgram();this.createGeometry()}enableBlend(){if(!this.blendEnabled){const{gl:A}=this;A.enable(A.BLEND);A.blendFunc(A.SRC_ALPHA,A.ONE_MINUS_SRC_ALPHA);this.blendEnabled=!0}}useProgram(A){if(this.currentProgram!==A){this.gl.useProgram(A);this.currentProgram=A}}createShaderProgram(){const{gl:A}=this;let e=ma.getAdvancedFragmentShader(),t=this.compileShader(A.FRAGMENT_SHADER,e);if(!t){this.usingFallbackShader=!0;e=this.getFallbackFragmentShader();t=this.compileShader(A.FRAGMENT_SHADER,e);if(!t)throw new Error("Failed to compile fallback liquid glass shader")}else this.usingFallbackShader=!1;const r=this.compileShader(A.VERTEX_SHADER,"#version 300 es\n precision highp float;\n in vec2 a_position;\n out vec2 v_uv;\n void main() {\n vec2 uv = a_position * 0.5 + 0.5;\n uv.y = 1.0 - uv.y;\n v_uv = uv;\n gl_Position = vec4(a_position, 0.0, 1.0);\n }\n ");if(!r||!t)throw new Error("Failed to compile shaders");this.program=A.createProgram();A.attachShader(this.program,r);A.attachShader(this.program,t);A.linkProgram(this.program);if(!A.getProgramParameter(this.program,A.LINK_STATUS))throw new Error("Failed to link program: "+A.getProgramInfoLog(this.program));const n=this.usingFallbackShader?["u_time","u_background","u_resolution"]:["u_time","u_background","u_resolution","u_textureSize","u_scrollY","u_pageHeight","u_viewportHeight","u_blurRadius","u_borderRadius","u_containerPosition","u_warp","u_edgeIntensity","u_rimIntensity","u_baseIntensity","u_edgeDistance","u_rimDistance","u_baseDistance","u_cornerBoost","u_rippleEffect","u_tintOpacity"];this.uniformLocations=n.reduce((e,t)=>{e[t]=A.getUniformLocation(this.program,t);return e},{})}compileShader(A,e){const t=this.gl.createShader(A);this.gl.shaderSource(t,e);this.gl.compileShader(t);if(!this.gl.getShaderParameter(t,this.gl.COMPILE_STATUS)){this.gl.deleteShader(t);return null}return t}createGeometry(){const{gl:A}=this,e=new Float32Array([-1,-1,1,-1,-1,1,1,1]);this.vertexBuffer=A.createBuffer();A.bindBuffer(A.ARRAY_BUFFER,this.vertexBuffer);A.bufferData(A.ARRAY_BUFFER,e,A.STATIC_DRAW);const t=A.getAttribLocation(this.program,"a_position");A.enableVertexAttribArray(t);A.vertexAttribPointer(t,2,A.FLOAT,!1,0,0)}setBackgroundTexture(A){const{gl:e}=this;if(this.backgroundTexture)e.deleteTexture(this.backgroundTexture);this.backgroundTexture=e.createTexture();e.bindTexture(e.TEXTURE_2D,this.backgroundTexture);if(A instanceof ImageData){e.texImage2D(e.TEXTURE_2D,0,e.RGBA,A.width,A.height,0,e.RGBA,e.UNSIGNED_BYTE,A.data);this.backgroundTextureSize={width:A.width,height:A.height}}else{e.texImage2D(e.TEXTURE_2D,0,e.RGBA,e.RGBA,e.UNSIGNED_BYTE,A);this.backgroundTextureSize=this.extractSize(A)}e.texParameteri(e.TEXTURE_2D,e.TEXTURE_MIN_FILTER,e.LINEAR);e.texParameteri(e.TEXTURE_2D,e.TEXTURE_MAG_FILTER,e.LINEAR);e.texParameteri(e.TEXTURE_2D,e.TEXTURE_WRAP_S,e.CLAMP_TO_EDGE);e.texParameteri(e.TEXTURE_2D,e.TEXTURE_WRAP_T,e.CLAMP_TO_EDGE);this.uniformsDirty=!0}extractSize(A){if("undefined"!=typeof HTMLCanvasElement&&A instanceof HTMLCanvasElement)return{width:A.width,height:A.height};if("undefined"!=typeof OffscreenCanvas&&A instanceof OffscreenCanvas)return{width:A.width,height:A.height};if("undefined"!=typeof ImageBitmap&&A instanceof ImageBitmap)return{width:A.width,height:A.height};if("undefined"!=typeof HTMLVideoElement&&A instanceof HTMLVideoElement)return{width:A.videoWidth,height:A.videoHeight};if("undefined"!=typeof HTMLImageElement&&A instanceof HTMLImageElement)return{width:A.naturalWidth,height:A.naturalHeight};const e=A;if("number"==typeof e.width&&"number"==typeof e.height)return{width:Math.max(1,Math.floor(e.width)),height:Math.max(1,Math.floor(e.height))};else return{width:this.cssWidth,height:this.cssHeight}}setUniformProvider(A){this.uniformProvider=A}render(){if(!this.program||!this.backgroundTexture)return;const{gl:A}=this,e=performance.now();if(!A.isContextLost()){if(!this.usingFallbackShader){const A=this.uniformProvider?this.uniformProvider():null;if(!A)return;this.applyDynamicUniforms(A)}this.time+=this.timeStep;A.clearColor(0,0,0,0);A.clear(A.COLOR_BUFFER_BIT);this.enableBlend();this.useProgram(this.program);if(this.uniformsDirty&&!this.usingFallbackShader){this.applyLiquidUniforms();this.uniformsDirty=!1}if(this.uniformLocations.u_time)A.uniform1f(this.uniformLocations.u_time,this.time);if(this.uniformLocations.u_resolution)A.uniform2f(this.uniformLocations.u_resolution,this.cssWidth,this.cssHeight);if(this.uniformLocations.u_textureSize)A.uniform2f(this.uniformLocations.u_textureSize,this.backgroundTextureSize.width,this.backgroundTextureSize.height);A.activeTexture(A.TEXTURE0);A.bindTexture(A.TEXTURE_2D,this.backgroundTexture);if(this.uniformLocations.u_background)A.uniform1i(this.uniformLocations.u_background,0);A.drawArrays(A.TRIANGLE_STRIP,0,4);this.updatePerformanceStats(e)}else this.stats.contextLostCount++}updatePerformanceStats(A){const e=performance.now(),t=e-A;this.stats.totalFrames++;if(t>33)this.stats.droppedFrames++;this.frameTimes.push(t);if(this.frameTimes.length>60)this.frameTimes.shift();if(e-this.lastFpsUpdate>this.fpsUpdateInterval){const A=this.frameTimes.reduce((A,e)=>A+e,0)/this.frameTimes.length;this.stats.frameTime=A;this.stats.fps=Math.round(1e3/A);this.stats.lastUpdateTime=e;this.lastFpsUpdate=e}}getPerformanceStats(){return{...this.stats}}resetPerformanceStats(){this.stats={fps:60,frameTime:16.67,droppedFrames:0,totalFrames:0,contextLostCount:this.stats.contextLostCount,lastUpdateTime:performance.now()};this.frameTimes=[]}applyDynamicUniforms(A){const{gl:e}=this;if(this.uniformLocations.u_containerPosition){e.useProgram(this.program);if(this.uniformLocations.u_scrollY)e.uniform1f(this.uniformLocations.u_scrollY,A.scrollY);if(this.uniformLocations.u_pageHeight)e.uniform1f(this.uniformLocations.u_pageHeight,A.pageHeight);if(this.uniformLocations.u_viewportHeight)e.uniform1f(this.uniformLocations.u_viewportHeight,A.viewportHeight);e.uniform2f(this.uniformLocations.u_containerPosition,A.containerCenter.x,A.containerCenter.y);if(this.uniformLocations.u_borderRadius)e.uniform1f(this.uniformLocations.u_borderRadius,A.borderRadius)}}applyLiquidUniforms(){if(this.usingFallbackShader)return;const A=ma.getUniformConfig(this.liquidConfig);Object.entries(A).forEach(([A,e])=>{const t=this.uniformLocations[A];if(t)this.gl.uniform1f(t,e)})}startAnimation(){const A=()=>{this.render();this.animationId=requestAnimationFrame(A)};A()}stopAnimation(){if(this.animationId){cancelAnimationFrame(this.animationId);this.animationId=null}}resize(A,e,t){this.cssWidth=A;this.cssHeight=e;this.canvas.width=A*t;this.canvas.height=e*t;this.canvas.style.width=`${A}px`;this.canvas.style.height=`${e}px`;const{gl:r}=this;r.viewport(0,0,this.canvas.width,this.canvas.height);this.blendEnabled=!1;this.currentProgram=null;this.enableBlend();this.uniformsDirty=!0}setQuality(A){if(this.quality!==A){this.quality=A;this.liquidConfig=this.computeLiquidConfig(this.preset,this.quality);this.timeStep=this.getTimeStepForQuality(A);this.uniformsDirty=!0}}setPreset(A){if(this.preset!==A){this.preset=A;this.liquidConfig=this.computeLiquidConfig(this.preset,this.quality);this.uniformsDirty=!0}}destroy(){this.stopAnimation();if(this.program)this.gl.deleteProgram(this.program);if(this.vertexBuffer)this.gl.deleteBuffer(this.vertexBuffer);if(this.backgroundTexture)this.gl.deleteTexture(this.backgroundTexture)}computeLiquidConfig(A,e){const t=ma.mergeWithDefaults(ma.presets[A]);return ma.adjustForQuality(t,e)}getTimeStepForQuality(A){switch(A){case"high":return.022;case"low":return.012;default:return.016}}getFallbackFragmentShader(){return"#version 300 es\n precision highp float;\n in vec2 v_uv;\n uniform float u_time;\n uniform vec2 u_resolution;\n uniform sampler2D u_background;\n out vec4 fragColor;\n void main() {\n vec2 uv = v_uv;\n vec2 noise = vec2(\n sin(uv.y * 40.0 + u_time * 1.2),\n cos(uv.x * 40.0 + u_time * 1.1)\n ) * 0.004;\n vec4 color = texture(u_background, clamp(uv + noise, 0.0, 1.0));\n float edge = smoothstep(0.0, 0.15, min(min(uv.x, 1.0 - uv.x), min(uv.y, 1.0 - uv.y)));\n float highlight = pow(1.0 - edge, 6.0);\n vec3 tint = mix(color.rgb, vec3(1.0), highlight * 0.4);\n fragColor = vec4(tint, color.a * 0.92);\n }\n "}}class Ha{constructor(A){this.layers=new Map;this.isActive=!1;this.snapshotCanvas=null;this.snapshotScale=1;this.capturePromise=null;this.snapshotNeedsUpdate=!0;this.refreshTimeout=null;this.destroyed=!1;this.sceneStats={averageFps:60,lowestFps:60,totalDroppedFrames:0,backgroundRefreshCount:0,backgroundRefreshTime:0,visibilityChangeCount:0};this.performanceMode="auto";this.autoQualityEnabled=!0;this.lastPerformanceCheck=0;this.performanceCheckInterval=3e3;this.markSnapshotDirty=()=>{if(!this.destroyed){this.snapshotNeedsUpdate=!0;this.scheduleBackgroundRefresh()}};this.handleVisibilityChange=()=>{if(!document.hidden){this.sceneStats.visibilityChangeCount++;this.snapshotNeedsUpdate=!0;this.updateBackgrounds(!0);if(this.isActive)this.layers.forEach(A=>{if(A.visible){A.renderer.stopAnimation();A.renderer.resetPerformanceStats();A.renderer.startAnimation()}});this.lastPerformanceCheck=performance.now()}};this.container=A;this.backgroundCanvas=document.createElement("canvas");const e=this.backgroundCanvas.getContext("2d");if(!e)throw new Error("[PWTK WebGL] Failed to create background canvas context");this.backgroundCtx=e;this.setupContainer();this.resizeObserver=new ResizeObserver(()=>{this.snapshotNeedsUpdate=!0;this.handleResize()});this.resizeObserver.observe(A);window.addEventListener("scroll",this.markSnapshotDirty,{passive:!0});window.addEventListener("resize",this.markSnapshotDirty);document.addEventListener("visibilitychange",this.handleVisibilityChange)}setupContainer(){if("static"===getComputedStyle(this.container).position)this.container.style.position="relative"}getDprForQuality(A){const e=window.devicePixelRatio||1;if("high"===A)return e;if("medium"===A)return Math.min(e,1.5);else return 1}getBorderRadius(A){const e=getComputedStyle(A),t=(e.borderTopLeftRadius||e.borderRadius||"0").match(/[\d.]+/);if(t)return parseFloat(t[0]);const r=A.getBoundingClientRect();return Math.min(r.width,r.height)/2}createLayer(A,e,t={}){if(this.layers.has(A))throw new Error(`Layer with id "${A}" already exists`);const r=t.zIndex??0,n=t.quality??"medium",i=t.preset??"normal",s=document.createElement("canvas");s.style.cssText=`\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n pointer-events: none;\n z-index: ${r};\n opacity: 1;\n transition: opacity 0.3s ease;\n `;if("static"===getComputedStyle(e).position)e.style.position="relative";e.appendChild(s);const o=e.getBoundingClientRect(),a=this.getDprForQuality(n),c={canvas:s,width:o.width,height:o.height,dpr:a,quality:n,preset:i};let l;try{l=new ba(c)}catch(u){e.removeChild(s);throw u}const B={id:A,element:e,renderer:l,canvas:s,zIndex:r,opacity:1,visible:!0,quality:n,preset:i,dpr:a,borderRadius:this.getBorderRadius(e)};this.layers.set(A,B);l.setUniformProvider(()=>this.getDynamicUniforms(B));this.applyPlaceholderBackground(B);this.refreshLayerBackground(B).catch(A=>{});return B}removeLayer(A){const e=this.layers.get(A);if(e){e.renderer.destroy();if(e.canvas.parentNode)e.canvas.parentNode.removeChild(e.canvas);this.layers.delete(A)}}setLayerOpacity(A,e){const t=this.layers.get(A);if(t){t.opacity=e;t.canvas.style.opacity=e.toString()}}setLayerVisibility(A,e){const t=this.layers.get(A);if(t){t.visible=e;t.canvas.style.display=e?"block":"none";if(e&&this.isActive)t.renderer.startAnimation();else t.renderer.stopAnimation()}}startAnimation(){this.isActive=!0;this.layers.forEach(A=>{if(A.visible)A.renderer.startAnimation()});if(this.autoQualityEnabled)this.startPerformanceMonitoring()}startPerformanceMonitoring(){const A=()=>{if(!this.isActive||this.destroyed||document.hidden){setTimeout(A,this.performanceCheckInterval);return}const e=performance.now();if(!(e-this.lastPerformanceCheck<this.performanceCheckInterval)){this.lastPerformanceCheck=e;this.updateSceneStats();if(this.autoQualityEnabled&&"auto"===this.performanceMode)this.autoAdjustQuality();setTimeout(A,this.performanceCheckInterval)}else setTimeout(A,this.performanceCheckInterval)};setTimeout(A,this.performanceCheckInterval)}updateSceneStats(){let A=0,e=60,t=0,r=0;this.layers.forEach(n=>{if(n.visible){const i=n.renderer.getPerformanceStats();A+=i.fps;e=Math.min(e,i.fps);t+=i.droppedFrames;r++}});if(r>0){this.sceneStats.averageFps=Math.round(A/r);this.sceneStats.lowestFps=e;this.sceneStats.totalDroppedFrames=t}}autoAdjustQuality(){const{averageFps:A,lowestFps:e,totalDroppedFrames:t}=this.sceneStats;if(e<25||A<30&&t>50){this.setQuality("low");console.warn("[PWTK WebGL] Performance poor, auto-switched to low quality")}else if(e<45||A<50&&t>20)this.setQuality("medium");else if(e>55&&t<5)this.setQuality("high")}stopAnimation(){this.isActive=!1;this.layers.forEach(A=>{A.renderer.stopAnimation()})}handleResize(){this.layers.forEach(A=>{const e=A.element.getBoundingClientRect(),t=this.getDprForQuality(A.quality);A.dpr=t;A.renderer.resize(e.width,e.height,t);A.borderRadius=this.getBorderRadius(A.element);this.applyPlaceholderBackground(A)});this.scheduleBackgroundRefresh()}updateBackgrounds(A=!1){this.layers.forEach(e=>{this.refreshLayerBackground(e,A).catch(A=>{})})}setQuality(A){let e=!1;this.layers.forEach(t=>{if(t.quality!==A){e=!0;t.quality=A;t.dpr=this.getDprForQuality(A);const r=t.element.getBoundingClientRect();t.renderer.setQuality(A);t.renderer.resize(r.width,r.height,t.dpr);this.applyPlaceholderBackground(t)}});if(e){this.snapshotNeedsUpdate=!0;this.updateBackgrounds(!0)}}setPreset(A){let e=!1;this.layers.forEach(t=>{if(t.preset!==A){e=!0;t.preset=A;t.renderer.setPreset(A)}});if(e){this.snapshotNeedsUpdate=!0;this.updateBackgrounds()}}destroy(){this.destroyed=!0;this.stopAnimation();this.layers.forEach(A=>{this.removeLayer(A.id)});this.layers.clear();if(null!==this.refreshTimeout){clearTimeout(this.refreshTimeout);this.refreshTimeout=null}this.resizeObserver.disconnect();window.removeEventListener("scroll",this.markSnapshotDirty);window.removeEventListener("resize",this.markSnapshotDirty);document.removeEventListener("visibilitychange",this.handleVisibilityChange)}getLayer(A){return this.layers.get(A)}getAllLayers(){return Array.from(this.layers.values())}hasWebGLSupport(){try{const A=document.createElement("canvas");return!!A.getContext("webgl2")}catch{return!1}}getPerformanceStats(){this.updateSceneStats();return{...this.sceneStats}}setPerformanceMode(A){this.performanceMode=A;this.autoQualityEnabled="auto"===A;if("high"===A)this.setQuality("high");else if("low"===A)this.setQuality("low");else if("balanced"===A)this.setQuality("medium")}enableAutoQuality(A){this.autoQualityEnabled=A}applyPlaceholderBackground(A){const e=A.element.getBoundingClientRect(),t=Math.max(1,Math.round(e.width||A.canvas.clientWidth||1)),r=Math.max(1,Math.round(e.height||A.canvas.clientHeight||1));A.borderRadius=this.getBorderRadius(A.element);this.backgroundCanvas.width=t;this.backgroundCanvas.height=r;this.backgroundCtx.clearRect(0,0,t,r);const n=this.backgroundCtx.createLinearGradient(0,0,t,r);n.addColorStop(0,"rgba(255, 255, 255, 0.95)");n.addColorStop(.45,"rgba(236, 240, 255, 0.72)");n.addColorStop(1,"rgba(210, 217, 245, 0.65)");this.backgroundCtx.fillStyle=n;this.backgroundCtx.fillRect(0,0,t,r);const i=this.backgroundCtx.getImageData(0,0,t,r),s=i.data;for(let o=0;o<s.length;o+=4){const A=12*(Math.random()-.5);s[o]=Math.max(0,Math.min(255,s[o]+A));s[o+1]=Math.max(0,Math.min(255,s[o+1]+A));s[o+2]=Math.max(0,Math.min(255,s[o+2]+A))}this.backgroundCtx.putImageData(i,0,0);A.renderer.setBackgroundTexture(this.backgroundCtx.getImageData(0,0,t,r))}getDynamicUniforms(A){const e=A.element.getBoundingClientRect();if(e.width<=0||e.height<=0)return null;const t=window.scrollY||document.documentElement.scrollTop||0,r=window.scrollX||document.documentElement.scrollLeft||0,n=e.left+e.width/2+r,i=e.top+e.height/2+t,s=this.snapshotScale||1;return{scrollY:t*s,pageHeight:(document.documentElement.scrollHeight||window.innerHeight)*s,viewportHeight:window.innerHeight*s,containerCenter:{x:n*s,y:i*s},borderRadius:A.borderRadius}}async refreshLayerBackground(A,e=!1){const t=performance.now();await this.ensurePageSnapshot(e);if(!this.snapshotCanvas)return;A.renderer.setBackgroundTexture(this.snapshotCanvas);const r=performance.now()-t;this.sceneStats.backgroundRefreshCount++;this.sceneStats.backgroundRefreshTime=r}async ensurePageSnapshot(A=!1){if(this.destroyed)return;if(this.snapshotCanvas&&!this.snapshotNeedsUpdate&&!A)return;if(this.capturePromise){await this.capturePromise;return}this.capturePromise=Ca(document.body,{scale:1,backgroundColor:null,useCORS:!0,windowWidth:document.documentElement.scrollWidth,windowHeight:document.documentElement.scrollHeight,ignoreElements:A=>this.container.contains(A)}).then(A=>{this.snapshotCanvas=A;this.snapshotScale=1;this.snapshotNeedsUpdate=!1}).catch(A=>{this.snapshotCanvas=null}).finally(()=>{this.capturePromise=null});await this.capturePromise}scheduleBackgroundRefresh(){if(null===this.refreshTimeout)this.refreshTimeout=window.setTimeout(()=>{this.refreshTimeout=null;if(!this.destroyed)this.updateBackgrounds()},120)}}const Ea=class A{constructor(A={}){this.scene=null;this.container=null;this.isSupported=!1;this.isInitialized=!1;this.config={enabled:!0,quality:"medium",preset:"normal",autoFallback:!0,...A};this.checkWebGLSupport()}static getInstance(e){if(!A.instance)A.instance=new A(e);return A.instance}checkWebGLSupport(){try{const A=document.createElement("canvas").getContext("webgl2",{failIfMajorPerformanceCaveat:!0});this.isSupported=!!A;return this.isSupported}catch(A){this.isSupported=!1;return!1}}async initialize(A){if(this.isInitialized)return!0;this.container=A;if(!this.config.enabled||!this.isSupported){if(this.config.autoFallback)this.enableCSSFallback(A);return!1}try{this.scene=new Ha(A);if(!this.scene.hasWebGLSupport())throw new Error("WebGL context creation failed");this.isInitialized=!0;return!0}catch(e){if(this.config.autoFallback)this.enableCSSFallback(A);return!1}}enableCSSFallback(A){A.classList.add("webgl-fallback","enhanced-css-glass");this.injectEnhancedCSS()}injectEnhancedCSS(){const A="webgl-fallback-styles";if(document.getElementById(A))return;const e=document.createElement("style");e.id=A;e.textContent="\n .enhanced-css-glass {\n /* 增强的 CSS 毛玻璃效果,模拟 WebGL */\n backdrop-filter: blur(40px) saturate(180%) brightness(1.1) !important;\n -webkit-backdrop-filter: blur(40px) saturate(180%) brightness(1.1) !important;\n \n /* 添加动态渐变背景 */\n background: \n radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), \n rgba(255, 255, 255, 0.4) 0%, \n rgba(255, 255, 255, 0.2) 40%, \n rgba(255, 255, 255, 0.1) 80%),\n linear-gradient(135deg, \n rgba(255, 255, 255, 0.6), \n rgba(245, 245, 247, 0.4)) !important;\n \n /* 动态边框 */\n border: 1px solid rgba(255, 255, 255, 0.3) !important;\n \n /* 增强阴影 */\n box-shadow: \n 0 20px 50px rgba(31, 38, 135, 0.3),\n inset 0 2px 6px rgba(255, 255, 255, 0.2),\n inset 0 -2px 4px rgba(0, 0, 0, 0.1) !important;\n }\n \n .enhanced-css-glass::before {\n content: '';\n position: absolute;\n inset: 0;\n border-radius: inherit;\n background: radial-gradient(\n circle at var(--mouse-x, 30%) var(--mouse-y, 30%),\n rgba(255, 255, 255, 0.3) 0%,\n rgba(255, 255, 255, 0.1) 50%,\n transparent 100%\n );\n opacity: 0;\n transition: opacity 0.3s ease;\n pointer-events: none;\n z-index: 1;\n }\n \n .enhanced-css-glass:hover::before {\n opacity: 1;\n }\n \n /* 动态鼠标跟踪 */\n .enhanced-css-glass {\n transition: all 0.1s ease-out;\n }\n ";document.head.appendChild(e);this.addMouseTracking()}addMouseTracking(){if(this.container)this.container.addEventListener("mousemove",A=>{const e=this.container.getBoundingClientRect(),t=(A.clientX-e.left)/e.width*100,r=(A.clientY-e.top)/e.height*100;this.container.style.setProperty("--mouse-x",`${t}%`);this.container.style.setProperty("--mouse-y",`${r}%`)})}enableForElement(A,e){if(!this.isInitialized||!this.scene)return!1;try{if(!this.scene)return!1;if(this.scene.getLayer(e))this.scene.removeLayer(e);this.scene.createLayer(e,A,{zIndex:1,quality:this.config.quality,preset:this.config.preset});this.scene.startAnimation();return!0}catch(t){if(this.config.autoFallback){A.classList.add("enhanced-css-glass");this.addMouseTrackingToElement(A)}return!1}}addMouseTrackingToElement(A){A.addEventListener("mousemove",e=>{const t=A.getBoundingClientRect(),r=(e.clientX-t.left)/t.width*100,n=(e.clientY-t.top)/t.height*100;A.style.setProperty("--mouse-x",`${r}%`);A.style.setProperty("--mouse-y",`${n}%`)})}disableForElement(A){if(this.scene)this.scene.removeLayer(A)}setQuality(A){this.config.quality=A;if(this.scene)this.scene.setQuality(A)}setPreset(A){this.config.preset=A;if(this.scene)this.updateEffectPresets()}updateEffectPresets(){ma.presets[this.config.preset];if(this.scene)this.scene.setPreset(this.config.preset)}updateBackgrounds(){if(this.scene)this.scene.updateBackgrounds()}isWebGLEnabled(){return this.isSupported&&this.isInitialized&&this.config.enabled}getConfig(){return{...this.config}}destroy(){if(this.scene){this.scene.destroy();this.scene=null}this.isInitialized=!1;this.container=null;const A=document.getElementById("webgl-fallback-styles");if(A)A.remove()}static checkSupport(){try{const A=document.createElement("canvas");return!!A.getContext("webgl2")}catch{return!1}}static getRecommendedConfig(){const e=window.devicePixelRatio<=2&&navigator.hardwareConcurrency>=8;return{enabled:A.checkSupport(),quality:e?"high":"medium",preset:"normal",autoFallback:!0}}};Ea.instance=null;let va=Ea;const xa=class A{constructor(A,e={}){this.isDragging=!1;this.isResizing=!1;this.dragStart={x:0,y:0};this.resizeTimeout=null;this.resizeDirection="";this.requestsCache=[];this.filteredRequestsCache=[];this.searchQuery="";this.webglManager=null;this.reopenButton=null;this.webglBackgroundUpdateTimer=null;this.boundHandlers=new Map;this.eventListeners=[];this.renderDebounceTimer=null;this.searchDebounceTimer=null;this.pendingRenderRequests=new Set;this.interceptor=A;const t=this.loadConfig();this.config={position:"bottom-right",theme:"dark",minimized:!1,isClosed:!1,webgl:{enabled:!0,quality:"medium",preset:"normal",applyToItems:!1},...t,...e};if(this.config.webgl&&void 0===this.config.webgl.applyToItems)this.config.webgl.applyToItems=!1;this.createPanel();this.bindEvents();this.startListening();_A.setPanel(this);this.initializeWebGL();this.exposeDebugAPI();this.loadPosition();if(this.config.isClosed)this.hide()}exposeDebugAPI(){if("undefined"!=typeof window)window.__PWTK_DEBUG__={getWebGLConfig:()=>({...this.config.webgl||{}}),setPreset:A=>{this.updateWebGLConfig({preset:A});return{preset:this.config.webgl?.preset,status:this.getWebGLStatus()}},setQuality:A=>{this.updateWebGLConfig({quality:A});return{quality:this.config.webgl?.quality,status:this.getWebGLStatus()}}}}createPanel(){this.hostElement=document.createElement("div");this.hostElement.id="network-debugger-host";this.hostElement.style.cssText="all: initial; position: absolute; top: 0; left: 0; pointer-events: none;";this.shadowRoot=this.hostElement.attachShadow({mode:"closed"});const A=document.createElement("style");A.textContent="\n/* iOS 26 Liquid Glass NetworkDebugger 样式 */\n:root {\n --liquid-glass-primary: rgba(255, 255, 255, 0.15);\n --liquid-glass-secondary: rgba(255, 255, 255, 0.08);\n --liquid-glass-border: rgba(255, 255, 255, 0.18);\n --liquid-glass-shadow: rgba(31, 38, 135, 0.37);\n --liquid-glass-highlight: rgba(255, 255, 255, 0.25);\n --liquid-glass-dark: rgba(13, 17, 23, 0.75);\n}\n\n#network-debugger-panel {\n position: fixed;\n z-index: 999999;\n \n /* 强制 GPU 加速和 3D 变换 */\n transform: translate3d(0, 0, 0);\n will-change: transform, backdrop-filter;\n \n /* iOS 26 Liquid Glass 核心效果 - 增强版 */\n backdrop-filter: blur(25px) saturate(200%) brightness(1.05) !important;\n -webkit-backdrop-filter: blur(25px) saturate(200%) brightness(1.05) !important;\n \n /* iOS 浅色毛玻璃背景 */\n background: rgba(245, 245, 247, 0.8);\n background-image: linear-gradient(\n 135deg,\n rgba(255, 255, 255, 0.5) 0%,\n rgba(255, 255, 255, 0.25) 100%\n );\n \n /* 玻璃边框 */\n border: 1px solid rgba(255, 255, 255, 0.25);\n \n /* 多层阴影创建深度 */\n box-shadow: \n 0 10px 40px rgba(31, 38, 135, 0.4),\n inset 0 2px 4px rgba(255, 255, 255, 0.3),\n inset 0 -2px 4px rgba(0, 0, 0, 0.12);\n \n border-radius: 20px;\n color: #ffffff;\n font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Monaco', 'Menlo', monospace;\n font-size: 12px;\n overflow: hidden;\n max-width: 90vw;\n max-height: 80vh;\n \n /* 性能优化 */\n transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n/* 主面板的镜面反射效果 */\n#network-debugger-panel::before {\n content: '';\n position: absolute;\n inset: 0;\n border-radius: inherit;\n background: linear-gradient(\n 135deg,\n rgba(255, 255, 255, 0.3) 0%,\n rgba(255, 255, 255, 0.05) 50%,\n transparent 100%\n );\n pointer-events: none;\n z-index: 1;\n}\n\n/* 镜面高光效果 */\n#network-debugger-panel::after {\n content: '';\n position: absolute;\n inset: 0;\n border-radius: inherit;\n background: radial-gradient(\n circle at 30% 30%,\n rgba(255, 255, 255, 0.2),\n transparent 70%\n );\n pointer-events: none;\n z-index: 1;\n}\n\n#network-debugger-panel.minimized {\n /* iOS 控制中心风格的圆角矩形 */\n height: 48px !important;\n width: 220px !important;\n max-width: 220px !important;\n border-radius: 24px !important;\n overflow: hidden;\n \n /* 强制 GPU 加速和 3D 变换 */\n transform: translate3d(0, 0, 0) !important;\n will-change: transform, backdrop-filter !important;\n \n /* 真正的 iOS Liquid Glass 效果 - 加强版 */\n background: \n /* 顶部高光 */\n linear-gradient(180deg, \n rgba(255, 255, 255, 0.5) 0%, \n rgba(255, 255, 255, 0.1) 35%),\n /* 主玻璃层 */\n radial-gradient(ellipse at top, \n rgba(255, 255, 255, 0.35), \n rgba(255, 255, 255, 0.12)),\n /* iOS 浅色基底 */\n rgba(245, 245, 247, 0.85) !important;\n \n /* 增强毛玻璃效果 */\n backdrop-filter: blur(40px) saturate(220%) brightness(1.1) !important;\n -webkit-backdrop-filter: blur(40px) saturate(220%) brightness(1.1) !important;\n \n /* iOS 风格边缘光效 - 增强版 */\n box-shadow: \n /* 外发光 */\n 0 0 0 0.5px rgba(255, 255, 255, 0.7) !important,\n /* 内阴影创建玻璃厚度 */\n inset 0 1px 0 0 rgba(255, 255, 255, 0.7) !important,\n inset 0 -1px 0 0 rgba(0, 0, 0, 0.2) !important,\n /* 深度阴影 */\n 0 15px 40px rgba(0, 0, 0, 0.3) !important,\n 0 4px 10px rgba(0, 0, 0, 0.2) !important;\n \n /* 平滑过渡 */\n transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;\n}\n\n#network-debugger-panel.minimized .debugger-content {\n display: none;\n}\n\n#network-debugger-panel.minimized .resize-handle {\n display: none;\n}\n\n#network-debugger-panel.fullscreen .resize-handle {\n display: none;\n}\n\n#network-debugger-panel.fullscreen {\n backdrop-filter: blur(25px) saturate(200%);\n -webkit-backdrop-filter: blur(25px) saturate(200%);\n}\n\n#network-debugger-panel.bottom-right {\n bottom: 20px;\n right: 20px;\n width: 600px;\n height: 500px;\n}\n\n#network-debugger-panel.bottom-left {\n bottom: 20px;\n left: 20px;\n width: 600px;\n height: 500px;\n}\n\n#network-debugger-panel.top-right {\n top: 20px;\n right: 20px;\n width: 600px;\n height: 500px;\n}\n\n#network-debugger-panel.top-left {\n top: 20px;\n left: 20px;\n width: 600px;\n height: 500px;\n}\n\n#network-debugger-panel.fullscreen {\n top: 0;\n left: 0;\n width: 100vw !important;\n height: 100vh !important;\n border-radius: 0;\n}\n\n.debugger-header {\n /* 头部 Liquid Glass 效果 */\n backdrop-filter: blur(15px) brightness(1.1);\n -webkit-backdrop-filter: blur(15px) brightness(1.1);\n \n /* 多层背景效果 */\n background: \n /* 顶部高光 */\n linear-gradient(180deg, \n rgba(255, 255, 255, 0.8) 0%, \n rgba(255, 255, 255, 0.4) 60%),\n /* 基础玻璃层 */\n linear-gradient(\n 135deg,\n rgba(255, 255, 255, 0.6),\n rgba(255, 255, 255, 0.4)\n );\n \n border: 1px solid rgba(255, 255, 255, 0.2);\n border-bottom: 1px solid rgba(255, 255, 255, 0.15);\n \n padding: 12px 16px;\n display: flex;\n justify-content: space-between;\n align-items: center;\n cursor: move;\n user-select: none;\n position: relative;\n z-index: 2;\n \n /* iOS 风格圆角 */\n border-radius: 20px 20px 0 0;\n \n transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n.debugger-header:hover {\n backdrop-filter: blur(18px) brightness(1.15);\n -webkit-backdrop-filter: blur(18px) brightness(1.15);\n background: linear-gradient(\n 135deg,\n rgba(255, 255, 255, 0.15),\n rgba(255, 255, 255, 0.08)\n );\n}\n\n.debugger-title {\n font-weight: 600;\n color: rgba(60, 60, 67, 0.9);\n font-size: 15px;\n text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);\n}\n\n.debugger-controls {\n display: flex;\n gap: 10px;\n position: relative;\n z-index: 3;\n}\n\n/* 搜索栏样式 */\n.debugger-search-bar {\n padding: 8px 15px;\n backdrop-filter: blur(10px) brightness(1.08);\n -webkit-backdrop-filter: blur(10px) brightness(1.08);\n background: linear-gradient(\n 135deg,\n rgba(255, 255, 255, 0.5),\n rgba(255, 255, 255, 0.3)\n );\n border-bottom: 1px solid rgba(255, 255, 255, 0.2);\n display: flex;\n align-items: center;\n gap: 10px;\n position: relative;\n z-index: 5;\n}\n\n.search-input-wrapper {\n flex: 1;\n position: relative;\n display: flex;\n align-items: center;\n background: rgba(255, 255, 255, 0.7);\n border: 1px solid rgba(0, 0, 0, 0.08);\n border-radius: 12px;\n padding: 6px 12px;\n transition: all 0.2s ease;\n box-shadow: \n inset 0 1px 3px rgba(0, 0, 0, 0.08),\n 0 1px 1px rgba(255, 255, 255, 0.5);\n}\n\n.search-input-wrapper:focus-within {\n background: rgba(255, 255, 255, 0.9);\n border-color: rgba(0, 122, 255, 0.3);\n box-shadow: \n inset 0 1px 3px rgba(0, 0, 0, 0.1),\n 0 0 0 3px rgba(0, 122, 255, 0.1);\n}\n\n.search-icon {\n margin-right: 6px;\n opacity: 0.5;\n flex-shrink: 0;\n}\n\n.search-input {\n flex: 1;\n border: none;\n background: transparent;\n color: rgba(60, 60, 67, 0.9);\n font-size: 13px;\n outline: none;\n font-family: inherit;\n}\n\n.search-input::placeholder {\n color: rgba(60, 60, 67, 0.5);\n}\n\n.search-clear-btn {\n background: rgba(0, 0, 0, 0.05);\n border: none;\n border-radius: 50%;\n width: 20px;\n height: 20px;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n color: rgba(60, 60, 67, 0.7);\n font-size: 16px;\n line-height: 1;\n padding: 0;\n margin-left: 4px;\n flex-shrink: 0;\n transition: all 0.2s ease;\n}\n\n.search-clear-btn:hover {\n background: rgba(0, 0, 0, 0.1);\n color: rgba(60, 60, 67, 0.9);\n}\n\n.search-stats {\n color: rgba(60, 60, 67, 0.7);\n font-size: 12px;\n white-space: nowrap;\n display: none;\n}\n\n/* 空搜索结果样式 */\n.empty-search-result {\n padding: 20px;\n}\n\n.empty-search-result svg {\n display: block;\n margin: 0 auto;\n}\n\n.debugger-btn {\n /* 按钮毛玻璃效果但保证可见性 */\n backdrop-filter: blur(8px);\n -webkit-backdrop-filter: blur(8px);\n background: linear-gradient(\n 135deg,\n rgba(255, 255, 255, 0.7),\n rgba(255, 255, 255, 0.5)\n );\n border: 1px solid rgba(0, 0, 0, 0.08);\n color: rgba(60, 60, 67, 0.9);\n text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);\n padding: 6px 12px;\n border-radius: 12px;\n cursor: pointer;\n font-size: 11px;\n font-weight: 600;\n \n /* 按钮阴影 */\n box-shadow: \n 0 2px 8px rgba(0, 0, 0, 0.1),\n inset 0 1px 0 rgba(255, 255, 255, 0.25);\n \n transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n transform: translateZ(0);\n}\n\n.debugger-btn:hover {\n backdrop-filter: blur(12px);\n -webkit-backdrop-filter: blur(12px);\n background: linear-gradient(\n 135deg,\n rgba(255, 255, 255, 0.2),\n rgba(255, 255, 255, 0.12)\n );\n transform: scale(1.05) translateZ(5px);\n box-shadow: \n 0 4px 16px rgba(0, 0, 0, 0.15),\n inset 0 1px 0 rgba(255, 255, 255, 0.3);\n}\n\n.debugger-btn:active {\n transform: scale(0.98);\n transition: transform 0.1s;\n}\n\n.debugger-btn.active {\n background: linear-gradient(135deg, #007AFF, #5856D6);\n color: #ffffff;\n box-shadow: \n 0 4px 16px rgba(0, 122, 255, 0.25),\n inset 0 1px 0 rgba(255, 255, 255, 0.3);\n backdrop-filter: blur(12px);\n}\n\n.debugger-icon {\n width: 16px;\n height: 16px;\n vertical-align: middle;\n filter: \n brightness(0.8) \n drop-shadow(0 1px 2px rgba(255, 255, 255, 0.8));\n color: rgba(60, 60, 67, 0.8);\n}\n\n.debugger-content {\n height: calc(100% - 60px);\n overflow: hidden;\n display: flex;\n flex-direction: column;\n}\n\n/* 移除标签页相关样式 - 只保留网络面板 */\n\n.debugger-panel-content {\n flex: 1;\n overflow: auto;\n padding: 12px;\n}\n\n.request-list {\n display: flex;\n flex-direction: column;\n gap: 12px;\n padding: 16px;\n position: relative;\n z-index: 2;\n}\n\n.request-item {\n /* 请求项毛玻璃效果加动态光效 */\n position: relative;\n backdrop-filter: blur(10px) brightness(1.1);\n -webkit-backdrop-filter: blur(10px) brightness(1.1);\n \n /* 背景极简化,避免遮挡文本 */\n background: rgba(255, 255, 255, 0.35);\n border: 1px solid rgba(255, 255, 255, 0.28);\n border-radius: 16px;\n padding: 16px;\n cursor: default;\n \n /* 深度阴影和玻璃效果 */\n box-shadow: \n 0 4px 16px rgba(31, 38, 135, 0.2),\n inset 0 1px 2px rgba(255, 255, 255, 0.15),\n inset 0 -1px 1px rgba(0, 0, 0, 0.05);\n \n /* 流体动画和光效 */\n transition: background 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;\n transform: translateZ(0);\n animation: none;\n}\n\n/* 模拟折射效果的伪元素 */\n.request-item::before {\n content: '';\n position: absolute;\n inset: -1px;\n border-radius: inherit;\n background: radial-gradient(\n circle at var(--mouse-x, 30%) var(--mouse-y, 30%),\n rgba(255, 255, 255, 0.4) 0%,\n rgba(255, 255, 255, 0.1) 30%,\n transparent 70%\n );\n opacity: 0;\n transition: opacity 0.4s ease;\n pointer-events: none;\n mix-blend-mode: overlay;\n z-index: 1;\n}\n\n/* 高光效果伪元素 */\n.request-item::after {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n height: 40%;\n border-radius: 16px 16px 0 0;\n background: linear-gradient(\n 180deg,\n rgba(255, 255, 255, 0.2) 0%,\n transparent 100%\n );\n pointer-events: none;\n z-index: 1;\n}\n\n.request-item:hover {\n backdrop-filter: blur(15px) brightness(1.2);\n -webkit-backdrop-filter: blur(15px) brightness(1.2);\n \n /* 增强 hover 时的光效 - 移除会导致抖动的效果 */\n background: \n linear-gradient(\n 135deg,\n rgba(255, 255, 255, 0.2),\n rgba(255, 255, 255, 0.12)\n );\n \n /* 移除 transform 和 animation 避免抖动 */\n transition: background 0.2s ease, box-shadow 0.2s ease, backdrop-filter 0.2s ease;\n \n box-shadow: \n 0 8px 24px rgba(31, 38, 135, 0.25),\n inset 0 2px 4px rgba(255, 255, 255, 0.25),\n inset 0 -2px 2px rgba(0, 0, 0, 0.08);\n}\n\n/* 激活折射效果 */\n.request-item:hover::before {\n opacity: 1;\n}\n\n.request-item.expanded {\n backdrop-filter: blur(18px) brightness(1.2);\n -webkit-backdrop-filter: blur(18px) brightness(1.2);\n background: linear-gradient(\n 135deg,\n rgba(0, 122, 255, 0.08),\n rgba(255, 255, 255, 0.05)\n );\n border-color: rgba(0, 122, 255, 0.2);\n box-shadow: \n 0 8px 32px rgba(0, 0, 0, 0.15),\n inset 0 2px 4px rgba(255, 255, 255, 0.15);\n}\n\n.request-header {\n display: flex;\n justify-content: space-between;\n align-items: center;\n margin-bottom: 4px;\n cursor: pointer;\n}\n\n.request-method {\n /* 方法标签毛玻璃效果 */\n backdrop-filter: blur(6px);\n -webkit-backdrop-filter: blur(6px);\n padding: 4px 10px;\n border-radius: 10px;\n font-weight: 600;\n font-size: 10px;\n text-transform: uppercase;\n min-width: 45px;\n text-align: center;\n border: 1px solid rgba(255, 255, 255, 0.2);\n box-shadow: \n 0 2px 8px rgba(0, 0, 0, 0.1),\n inset 0 1px 0 rgba(255, 255, 255, 0.25);\n transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n.method-get { \n background: linear-gradient(135deg, #4CAF50, #45a049);\n color: #ffffff;\n box-shadow: 0 0 15px rgba(76, 175, 80, 0.4);\n}\n.method-post { \n background: linear-gradient(135deg, #2196F3, #1976D2);\n color: #ffffff;\n box-shadow: 0 0 15px rgba(33, 150, 243, 0.4);\n}\n.method-put { \n background: linear-gradient(135deg, #FF9800, #F57C00);\n color: #ffffff;\n box-shadow: 0 0 15px rgba(255, 152, 0, 0.4);\n}\n.method-delete { \n background: linear-gradient(135deg, #F44336, #D32F2F);\n color: #ffffff;\n box-shadow: 0 0 15px rgba(244, 67, 54, 0.4);\n}\n.method-patch { \n background: linear-gradient(135deg, #9C27B0, #7B1FA2);\n color: #ffffff;\n box-shadow: 0 0 15px rgba(156, 39, 176, 0.4);\n}\n\n.request-url {\n flex: 1;\n margin: 0 8px;\n word-break: break-all;\n white-space: normal;\n color: rgba(20, 20, 33, 0.98);\n font-size: 11px;\n line-height: 1.3;\n}\n\n.request-status {\n /* 状态码标签毛玻璃效果 */\n backdrop-filter: blur(6px);\n -webkit-backdrop-filter: blur(6px);\n padding: 4px 10px;\n border-radius: 10px;\n font-size: 10px;\n font-weight: 600;\n min-width: 40px;\n text-align: center;\n border: 1px solid rgba(255, 255, 255, 0.2);\n box-shadow: \n 0 2px 8px rgba(0, 0, 0, 0.1),\n inset 0 1px 0 rgba(255, 255, 255, 0.25);\n transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n.status-2xx { \n background: linear-gradient(135deg, #4CAF50, #45a049);\n color: #ffffff;\n box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);\n}\n.status-3xx { \n background: linear-gradient(135deg, #FF9800, #F57C00);\n color: #ffffff;\n box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);\n}\n.status-4xx { \n background: linear-gradient(135deg, #F44336, #D32F2F);\n color: #ffffff;\n box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);\n}\n.status-5xx { \n background: linear-gradient(135deg, #9C27B0, #7B1FA2);\n color: #ffffff;\n box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);\n}\n.status-error { \n background: linear-gradient(135deg, #F44336, #D32F2F);\n color: #ffffff;\n box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);\n}\n\n.request-info {\n display: flex;\n justify-content: space-between;\n font-size: 10px;\n color: rgba(60, 60, 67, 0.7);\n}\n\n.request-details {\n margin-top: 12px;\n border-top: 1px solid rgba(60, 60, 67, 0.2);\n padding-top: 12px;\n display: none;\n}\n\n/* 默认折叠headers */\n.request-details .detail-section.collapsible {\n /* 默认折叠状态 */\n}\n\n.request-details .detail-section.collapsible:not(.expanded) .detail-content {\n display: none;\n}\n\n.request-details .detail-section.collapsible:not(.expanded) .collapse-icon {\n transform: rotate(-90deg);\n}\n\n.request-item.expanded .request-details {\n display: block;\n}\n\n.detail-section {\n margin-bottom: 16px;\n}\n\n.detail-title {\n font-weight: bold;\n color: #4CAF50;\n margin-bottom: 8px;\n font-size: 11px;\n text-transform: uppercase;\n border-bottom: 1px solid rgba(60, 60, 67, 0.2);\n padding-bottom: 4px;\n}\n\n.detail-title.highlight {\n color: #FFD700;\n font-size: 12px;\n background: rgba(255, 215, 0, 0.1);\n padding: 6px 8px;\n border-radius: 4px;\n border-bottom: 2px solid #FFD700;\n}\n\n.detail-title.clickable {\n cursor: pointer;\n user-select: none;\n display: flex;\n align-items: center;\n gap: 4px;\n}\n\n.detail-title.clickable:hover {\n background: rgba(76, 175, 80, 0.1);\n}\n\n.collapse-icon {\n display: inline-block;\n transition: transform 0.2s;\n font-size: 10px;\n}\n\n.detail-section.collapsible {\n position: relative;\n}\n\n.detail-section.collapsible.collapsed .detail-content {\n display: none;\n}\n\n.detail-section.collapsible.collapsed .collapse-icon {\n transform: rotate(-90deg);\n}\n\n.detail-content {\n /* 详情内容毛玻璃效果 - 浅色主题 */\n backdrop-filter: blur(8px) brightness(1.1);\n -webkit-backdrop-filter: blur(8px) brightness(1.1);\n background: linear-gradient(\n 135deg,\n rgba(255, 255, 255, 0.6),\n rgba(255, 255, 255, 0.4)\n );\n border: 1px solid rgba(60, 60, 67, 0.2);\n padding: 16px;\n border-radius: 12px;\n max-height: 400px;\n min-height: 300px;\n overflow: auto;\n user-select: text;\n \n /* 内部阴影 */\n box-shadow: \n inset 0 2px 4px rgba(0, 0, 0, 0.05),\n inset 0 -1px 2px rgba(255, 255, 255, 0.15);\n \n /* 平滑滚动 */\n scroll-behavior: smooth;\n}\n\n.json-content {\n white-space: pre-wrap;\n font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;\n font-size: 11px;\n line-height: 1.4;\n color: rgba(60, 60, 67, 0.9);\n}\n\n.headers-table {\n width: 100%;\n border-collapse: collapse;\n font-size: 10px;\n}\n\n.headers-table th,\n.headers-table td {\n padding: 4px 8px;\n text-align: left;\n border-bottom: 1px solid rgba(60, 60, 67, 0.2);\n}\n\n.headers-table th {\n background: rgba(255, 255, 255, 0.3);\n color: #4CAF50;\n font-weight: bold;\n}\n\n.headers-table td {\n color: rgba(20, 20, 33, 0.85);\n}\n\n.decrypted-badge {\n background: #4CAF50;\n color: #000;\n padding: 2px 6px;\n border-radius: 3px;\n font-size: 9px;\n margin-left: 8px;\n font-weight: bold;\n}\n\n.error-badge {\n background: #F44336;\n color: #fff;\n padding: 2px 6px;\n border-radius: 3px;\n font-size: 9px;\n margin-left: 8px;\n font-weight: bold;\n}\n\n.share-btn {\n /* 分享按钮毛玻璃效果 */\n backdrop-filter: blur(6px);\n -webkit-backdrop-filter: blur(6px);\n background: linear-gradient(135deg, #2196F3, #1976D2);\n color: #ffffff;\n border: 1px solid rgba(33, 150, 243, 0.3);\n padding: 6px 12px;\n border-radius: 10px;\n font-size: 10px;\n font-weight: 500;\n margin-left: 8px;\n cursor: pointer;\n white-space: nowrap;\n \n box-shadow: \n 0 2px 8px rgba(33, 150, 243, 0.3),\n inset 0 1px 0 rgba(255, 255, 255, 0.2);\n \n transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n transform: translateZ(0);\n}\n\n.share-btn:hover {\n background: linear-gradient(135deg, #1976D2, #1565C0);\n transform: scale(1.05) translateZ(5px);\n box-shadow: \n 0 4px 16px rgba(33, 150, 243, 0.4),\n inset 0 1px 0 rgba(255, 255, 255, 0.3);\n}\n\n.share-btn:active {\n transform: scale(0.98);\n transition: transform 0.1s;\n}\n\n.api-curl-btn {\n /* API Curl 按钮毛玻璃效果 */\n backdrop-filter: blur(6px);\n -webkit-backdrop-filter: blur(6px);\n background: linear-gradient(135deg, #4CAF50, #45a049);\n color: #ffffff;\n border: 1px solid rgba(76, 175, 80, 0.3);\n padding: 6px 12px;\n border-radius: 10px;\n font-size: 10px;\n font-weight: 500;\n margin-left: 8px;\n cursor: pointer;\n white-space: nowrap;\n \n box-shadow: \n 0 2px 8px rgba(76, 175, 80, 0.3),\n inset 0 1px 0 rgba(255, 255, 255, 0.2);\n \n transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n transform: translateZ(0);\n}\n\n.api-curl-btn:hover {\n background: linear-gradient(135deg, #45a049, #388E3C);\n transform: scale(1.05) translateZ(5px);\n box-shadow: \n 0 4px 16px rgba(76, 175, 80, 0.4),\n inset 0 1px 0 rgba(255, 255, 255, 0.3);\n}\n\n.api-curl-btn:active {\n transform: scale(0.98);\n transition: transform 0.1s;\n}\n\n.console-content {\n background: #000;\n color: #0f0;\n font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;\n font-size: 11px;\n line-height: 1.4;\n height: 100%;\n overflow: auto;\n padding: 8px;\n}\n\n.console-input {\n display: flex;\n align-items: center;\n background: #333;\n padding: 8px;\n border-top: 1px solid #444;\n}\n\n.console-prompt {\n color: #4CAF50;\n margin-right: 8px;\n font-weight: bold;\n}\n\n.console-cmd {\n flex: 1;\n background: none;\n border: none;\n color: #fff;\n font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;\n font-size: 12px;\n outline: none;\n}\n\n.tools-section {\n padding: 12px;\n background: #2a2a2a;\n border-bottom: 1px solid #444;\n}\n\n.tool-buttons {\n display: flex;\n gap: 8px;\n flex-wrap: wrap;\n}\n\n.tool-btn {\n padding: 6px 12px;\n background: #4CAF50;\n color: #000;\n border: none;\n border-radius: 4px;\n cursor: pointer;\n font-size: 11px;\n font-weight: bold;\n transition: background-color 0.2s;\n}\n\n.tool-btn:hover {\n background: #45a049;\n}\n\n.tool-btn:disabled {\n background: #666;\n color: #999;\n cursor: not-allowed;\n}\n\n/* 动态光效动画 - 模拟 Shader 效果 */\n@keyframes liquid-shimmer {\n 0% {\n background-position: -300% center;\n transform: translateX(-10px);\n }\n 50% {\n transform: translateX(0);\n }\n 100% {\n background-position: 300% center;\n transform: translateX(10px);\n }\n}\n\n@keyframes liquid-refraction {\n 0%, 100% {\n transform: scale(1) perspective(1000px) rotateY(0deg);\n filter: blur(0px);\n }\n 25% {\n transform: scale(1.01) perspective(1000px) rotateY(0.5deg);\n filter: blur(0.5px);\n }\n 75% {\n transform: scale(0.99) perspective(1000px) rotateY(-0.5deg);\n filter: blur(0.3px);\n }\n}\n\n@keyframes liquid-expand {\n 0% { \n opacity: 0;\n transform: scale(0.95) translateY(-10px);\n backdrop-filter: blur(5px);\n }\n 50% { \n opacity: 0.7;\n transform: scale(1.02) translateY(-2px);\n backdrop-filter: blur(12px);\n }\n 100% { \n opacity: 1;\n transform: scale(1) translateY(0);\n backdrop-filter: blur(8px);\n }\n}\n\n@keyframes liquid-glow {\n 0%, 100% { \n box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);\n }\n 50% { \n box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);\n }\n}\n\n.expanding {\n animation: liquid-expand 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n.request-item.expanded {\n animation: liquid-glow 2s ease-in-out infinite;\n}\n\n/* 移动端响应式 */\n@media (max-width: 768px) {\n #network-debugger-panel.bottom-right,\n #network-debugger-panel.bottom-left,\n #network-debugger-panel.top-right,\n #network-debugger-panel.top-left {\n width: calc(100vw - 20px) !important;\n left: 10px !important;\n right: auto !important;\n /* 移动端清晰毛玻璃 */\n backdrop-filter: blur(15px) saturate(150%);\n -webkit-backdrop-filter: blur(15px) saturate(150%);\n }\n \n .request-item {\n padding: 12px;\n border-radius: 12px;\n }\n \n .debugger-header {\n padding: 10px 12px;\n }\n \n .debugger-controls {\n gap: 6px;\n }\n \n .debugger-btn {\n padding: 4px 8px;\n font-size: 10px;\n }\n \n /* 最小化时不应用全宽,保持小尺寸 */\n #network-debugger-panel.minimized {\n width: 180px !important;\n max-width: 180px !important;\n height: 40px !important;\n }\n}\n\n@media (max-width: 480px) {\n .request-header {\n flex-direction: column;\n gap: 8px;\n align-items: stretch;\n }\n \n .request-method,\n .request-status {\n align-self: flex-start;\n }\n \n .share-btn,\n .api-curl-btn {\n margin-left: 0;\n margin-top: 4px;\n }\n}\n\n/* iOS 26 风格滚动条 */\n#network-debugger-panel ::-webkit-scrollbar {\n width: 8px;\n height: 8px;\n}\n\n#network-debugger-panel ::-webkit-scrollbar-track {\n background: rgba(255, 255, 255, 0.05);\n border-radius: 4px;\n backdrop-filter: blur(5px);\n}\n\n#network-debugger-panel ::-webkit-scrollbar-thumb {\n background: linear-gradient(\n 135deg,\n rgba(255, 255, 255, 0.2),\n rgba(255, 255, 255, 0.1)\n );\n border-radius: 4px;\n border: 1px solid rgba(255, 255, 255, 0.1);\n backdrop-filter: blur(10px);\n transition: all 0.3s ease;\n}\n\n#network-debugger-panel ::-webkit-scrollbar-thumb:hover {\n background: linear-gradient(\n 135deg,\n rgba(255, 255, 255, 0.3),\n rgba(255, 255, 255, 0.15)\n );\n box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);\n}\n\n.resize-handle {\n position: absolute;\n background: transparent;\n}\n\n.resize-handle.n {\n top: -3px;\n left: 0;\n right: 0;\n height: 6px;\n cursor: ns-resize;\n}\n\n.resize-handle.s {\n bottom: -3px;\n left: 0;\n right: 0;\n height: 6px;\n cursor: ns-resize;\n}\n\n.resize-handle.e {\n top: 0;\n right: -3px;\n bottom: 0;\n width: 6px;\n cursor: ew-resize;\n}\n\n.resize-handle.w {\n top: 0;\n left: -3px;\n bottom: 0;\n width: 6px;\n cursor: ew-resize;\n}\n\n.resize-handle.ne {\n top: -3px;\n right: -3px;\n width: 12px;\n height: 12px;\n cursor: ne-resize;\n}\n\n.resize-handle.nw {\n top: -3px;\n left: -3px;\n width: 12px;\n height: 12px;\n cursor: nw-resize;\n}\n\n.resize-handle.se {\n bottom: -3px;\n right: -3px;\n width: 12px;\n height: 12px;\n cursor: se-resize;\n}\n\n.resize-handle.sw {\n bottom: -3px;\n left: -3px;\n width: 12px;\n height: 12px;\n cursor: sw-resize;\n}\n\n.debugger-reopen-btn {\n position: fixed;\n z-index: 999999;\n background: #4CAF50;\n color: #000;\n border: none;\n padding: 8px 10px;\n border-radius: 16px;\n font-weight: bold;\n font-size: 12px;\n box-shadow: 0 4px 12px rgba(0,0,0,0.25);\n cursor: pointer;\n}\n\n.debugger-reopen-btn:hover {\n filter: brightness(0.95);\n}\n";this.shadowRoot.appendChild(A);this.container=document.createElement("div");this.container.id="network-debugger-panel";this.container.className=`${this.config.position} ${this.config.minimized?"minimized":""}`;this.container.style.pointerEvents="auto";this.container.innerHTML='\n <div class="debugger-header">\n <div class="debugger-title">🔓 PWTK 解密小工具 <span style="font-size: 10px; opacity: 0.7;">by Leo v1.3.1-beta.0</span></div>\n <div class="debugger-controls">\n <button class="debugger-btn" data-action="clear" title="清空"><svg class="debugger-icon" viewBox="0 0 24 24"><path fill="currentColor" d="M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"/></svg></button>\n <button class="debugger-btn" data-action="export" title="导出"><svg class="debugger-icon" viewBox="0 0 24 24"><path fill="currentColor" d="M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"/></svg></button>\n <button class="debugger-btn" data-action="fullscreen" title="全屏"><svg class="debugger-icon" viewBox="0 0 24 24"><path fill="currentColor" d="M7 14H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12 7h-3v2h5v-5h-2v3zM14 5v2h3v3h2V5h-5z"/></svg></button>\n <button class="debugger-btn" data-action="close" title="关闭"><svg class="debugger-icon" viewBox="0 0 24 24"><path fill="currentColor" d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg></button>\n </div>\n </div>\n <div class="debugger-search-bar">\n <div class="search-input-wrapper">\n <svg class="search-icon" viewBox="0 0 24 24" width="16" height="16"><path fill="currentColor" d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/></svg>\n <input type="text" class="search-input" placeholder="搜索 URL、方法、状态码..." />\n <button class="search-clear-btn" title="清除搜索" style="display: none;">×</button>\n </div>\n <div class="search-stats"></div>\n </div>\n <div class="debugger-content">\n <div class="debugger-panel-content">\n <div class="network-panel">\n <div class="request-list"></div>\n </div>\n </div>\n </div>\n ';this.addResizeHandles();this.shadowRoot.appendChild(this.container);document.body.appendChild(this.hostElement);this.networkTab=this.shadowRoot.querySelector(".network-panel")}addResizeHandles(){["n","s","e","w","ne","nw","se","sw"].forEach(A=>{const e=document.createElement("div");e.className=`resize-handle ${A}`;e.dataset.direction=A;this.container.appendChild(e)})}bindEvents(){const A=this.shadowRoot.querySelector(".debugger-header"),e=this.shadowRoot.querySelector(".debugger-controls"),t=this.shadowRoot.querySelector(".search-input"),r=this.shadowRoot.querySelector(".search-clear-btn");t.addEventListener("input",A=>{const e=A.target.value;this.searchQuery=e;if(e)r.style.display="block";else r.style.display="none";if(this.searchDebounceTimer)clearTimeout(this.searchDebounceTimer);this.searchDebounceTimer=window.setTimeout(()=>{this.filterRequests();this.searchDebounceTimer=null},200)});r.addEventListener("click",()=>{t.value="";this.searchQuery="";r.style.display="none";this.filterRequests();t.focus()});A.addEventListener("mousedown",A=>{if(A.target!==e&&!e.contains(A.target))if(!A.target.closest(".debugger-search-bar"))this.startDrag(A)});e.addEventListener("click",A=>{A.stopPropagation();let t=A.target;for(;t&&t!==e&&!t.dataset?.action;)t=t.parentElement;const r=t?.dataset?.action;if(r)switch(r){case"clear":this.clearRequests();break;case"export":this.exportData();break;case"fullscreen":this.toggleFullscreen();break;case"close":this.hide()}});this.shadowRoot.querySelectorAll(".resize-handle").forEach(A=>{A.addEventListener("mousedown",e=>{e.stopPropagation();const t=A.dataset.direction||A.classList[1]||"se";this.startResize(e,t)})});const n=this.handleMouseMove.bind(this),i=this.handleMouseUp.bind(this),s=this.handleWindowResize.bind(this);this.addEventListener(document,"mousemove",n);this.addEventListener(document,"mouseup",i);this.addEventListener(window,"resize",s)}startListening(){this.interceptor.addListener(A=>{this.addRequestToUI(A)});this.requestsCache=this.interceptor.getRequests();this.renderRequests()}addRequestToUI(A){_A.debug("[PWTK UI] Adding/updating request:",{id:A.id,url:A.url,hasResponse:!!A.responseBody,hasDecryptedRequest:!!A.decryptedRequest,hasDecryptedResponse:!!A.decryptedResponse,status:A.status});const e=this.requestsCache.findIndex(e=>e.id===A.id);if(e>=0)this.requestsCache[e]=A;else this.requestsCache.unshift(A);if(this.requestsCache.length>100)this.requestsCache=this.requestsCache.slice(0,100);this.scheduleRender()}scheduleRender(){if(this.renderDebounceTimer)clearTimeout(this.renderDebounceTimer);this.renderDebounceTimer=window.setTimeout(()=>{this.renderRequests();this.renderDebounceTimer=null},50)}filterRequests(){if(!this.searchQuery)this.filteredRequestsCache=this.requestsCache;else{const A=this.searchQuery.toLowerCase();this.filteredRequestsCache=this.requestsCache.filter(e=>{if(e.url.toLowerCase().includes(A))return!0;if(e.method.toLowerCase().includes(A))return!0;if(e.status&&e.status.toString().includes(A))return!0;if(e.requestBody){if(("string"==typeof e.requestBody?e.requestBody:JSON.stringify(e.requestBody)).toLowerCase().includes(A))return!0}if(e.responseBody){if(("string"==typeof e.responseBody?e.responseBody:JSON.stringify(e.responseBody)).toLowerCase().includes(A))return!0}if(e.decryptedRequest){if(("string"==typeof e.decryptedRequest?e.decryptedRequest:JSON.stringify(e.decryptedRequest)).toLowerCase().includes(A))return!0}if(e.decryptedResponse){if(("string"==typeof e.decryptedResponse?e.decryptedResponse:JSON.stringify(e.decryptedResponse)).toLowerCase().includes(A))return!0}return!1})}this.renderRequests();this.updateSearchStats()}updateSearchStats(){const A=this.shadowRoot.querySelector(".search-stats");if(A)if(this.searchQuery){const e=this.requestsCache.length,t=this.filteredRequestsCache.length;A.textContent=`显示 ${t} / ${e} 条`;A.style.display="block"}else{A.textContent="";A.style.display="none"}}renderRequests(){const A=this.shadowRoot.querySelector(".request-list");if(!A)return;A.innerHTML="";const e=this.searchQuery?this.filteredRequestsCache:this.requestsCache;if(0===e.length&&this.searchQuery){const e=document.createElement("div");e.className="empty-search-result";e.innerHTML=`\n <div style="text-align: center; padding: 40px 20px; color: #999;">\n <svg viewBox="0 0 24 24" width="48" height="48" style="opacity: 0.5; margin-bottom: 10px;"><path fill="currentColor" d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/></svg>\n <p>未找到匹配的请求</p>\n <p style="font-size: 12px; opacity: 0.7;">搜索:"${this.searchQuery}"</p>\n </div>\n `;A.appendChild(e);return}const t=this.config.webgl?.applyToItems??!1,r=document.createDocumentFragment();e.forEach((A,e)=>{const n=this.createRequestItem(A);r.appendChild(n);if(this.webglManager&&t)n.classList.add("webgl-fallback","enhanced-css-glass")});A.appendChild(r)}createRequestItem(A){const e=document.createElement("div");e.className="request-item";e.dataset.requestId=A.id;const t=this.getStatusClass(A.status),r=`method-${A.method.toLowerCase()}`;A.decryptedRequest||A.decryptedResponse;const n=A.error;e.innerHTML=`\n <div class="request-header">\n <span class="request-method ${r}">${A.method}</span>\n <span class="request-url" title="${A.url}">${this.truncateUrl(A.url)}</span>\n <span class="request-status ${t}">${A.status?A.status:void 0!==A.duration?"ERR":"Pending"}</span>\n ${n?'<span class="error-badge">⚠️</span>':""}\n <button class="share-btn" title="分享此请求 (by Leo)" onclick="event.stopPropagation()">分享链接</button>\n <button class="api-curl-btn" title="生成API请求 (by Leo)" onclick="event.stopPropagation()">API Curl</button>\n </div>\n <div class="request-info">\n <span>${new Date(A.timestamp).toLocaleTimeString()}</span>\n <span>${A.duration?`${A.duration}ms`:"Pending"}</span>\n </div>\n <div class="request-details">\n ${this.renderRequestDetails(A)}\n </div>\n `;const i=e.querySelector(".request-header");i?.addEventListener("click",A=>{const t=A.target;if(!t.closest(".share-btn")&&!t.closest(".api-curl-btn"))e.classList.toggle("expanded")});const s=e.querySelector(".share-btn");s?.addEventListener("click",async e=>{e.stopPropagation();await this.shareRequest(A)});const o=e.querySelector(".api-curl-btn");o?.addEventListener("click",async e=>{e.stopPropagation();await this.generateApiCurl(A)});e.querySelectorAll(".detail-section.collapsible .detail-title").forEach(A=>{A.addEventListener("click",e=>{e.stopPropagation();const t=A.parentElement;if(t)t.classList.toggle("collapsed")})});return e}renderRequestDetails(A){let e="";A.id.replace(/[^a-zA-Z0-9]/g,"");if(A.decryptedRequest)e+=`\n <div class="detail-section">\n <div class="detail-title highlight">解密请求数据</div>\n <div class="detail-content">\n <div class="json-content">${this.formatData(A.decryptedRequest)}</div>\n </div>\n </div>\n `;if(A.decryptedResponse)e+=`\n <div class="detail-section">\n <div class="detail-title highlight">解密响应数据</div>\n <div class="detail-content">\n <div class="json-content">${this.formatData(A.decryptedResponse)}</div>\n </div>\n </div>\n `;if(Object.keys(A.headers).length>0)e+=`\n <div class="detail-section collapsible collapsed">\n <div class="detail-title clickable" data-toggle="collapse">\n <span class="collapse-icon">▼</span> 请求头 (${Object.keys(A.headers).length})\n </div>\n <div class="detail-content">\n <table class="headers-table">\n ${Object.entries(A.headers).map(([A,e])=>`<tr><td>${A}</td><td>${e}</td></tr>`).join("")}\n </table>\n </div>\n </div>\n `;if(A.responseHeaders&&Object.keys(A.responseHeaders).length>0)e+=`\n <div class="detail-section collapsible collapsed">\n <div class="detail-title clickable" data-toggle="collapse">\n <span class="collapse-icon">▼</span> 响应头 (${Object.keys(A.responseHeaders).length})\n </div>\n <div class="detail-content">\n <table class="headers-table">\n ${Object.entries(A.responseHeaders).map(([A,e])=>`<tr><td>${A}</td><td>${e}</td></tr>`).join("")}\n </table>\n </div>\n </div>\n `;if(A.requestBody)e+=`\n <div class="detail-section">\n <div class="detail-title">${A.decryptedRequest?"原始请求数据":"请求数据"}</div>\n <div class="detail-content">\n <div class="json-content">${this.formatData(A.requestBody)}</div>\n </div>\n </div>\n `;if(A.responseBody)e+=`\n <div class="detail-section">\n <div class="detail-title">${A.decryptedResponse?"原始响应数据":"响应数据"}</div>\n <div class="detail-content">\n <div class="json-content">${this.formatData(A.responseBody)}</div>\n </div>\n </div>\n `;if(A.error)e+=`\n <div class="detail-section">\n <div class="detail-title">错误信息</div>\n <div class="detail-content">\n <div class="json-content" style="color: #f44336;">${A.error}</div>\n </div>\n </div>\n `;return e}formatData(A){if("string"==typeof A)try{return NA(JSON.parse(A))}catch{return A}return NA(A)}getStatusClass(A){if(!A)return"status-error";if(A>=200&&A<300)return"status-2xx";if(A>=300&&A<400)return"status-3xx";if(A>=400&&A<500)return"status-4xx";if(A>=500)return"status-5xx";else return"status-error"}truncateUrl(A){const e=A.indexOf("?");if(e>-1)return A.substring(0,e);else return A}clearRequests(){this.requestsCache=[];this.filteredRequestsCache=[];this.interceptor.clearRequests();this.renderRequests();this.updateSearchStats()}exportData(){const A={timestamp:(new Date).toISOString(),requests:this.requestsCache,userAgent:navigator.userAgent,url:window.location.href,creator:"PWTK Network Debugger by Leo (@leeguoo)"},e=new Blob([JSON.stringify(A,null,2)],{type:"application/json"}),t=URL.createObjectURL(e),r=document.createElement("a");r.href=t;r.download=`network-debug-${Date.now()}.json`;r.click();URL.revokeObjectURL(t)}async shareRequest(A){try{const e=await WA(A);if(e){if(await XA(e))alert(`分享链接已复制到剪贴板!\n${e}\n\nCreated by Leo (@leeguoo)`);else prompt("分享链接已创建,请手动复制:\n\nCreated by Leo (@leeguoo)",e)}else throw new Error("无法创建分享链接")}catch(e){_A.error("分享失败:",e);alert("分享失败,请稍后重试")}}async generateApiCurl(A){try{const e=function(A){let e="https://api.httpmisonote.com";try{const t=new URL(A.url);if(t.pathname&&"/"!==t.pathname){let A=t.pathname;const r=A.indexOf("/api/");if(-1!==r)A=A.substring(r);else if(A.includes("/api")){const e=A.indexOf("/api");A=A.substring(e)}e+=A}}catch(n){console.warn("Unable to parse original URL:",A.url)}const t=A.decryptedRequest||A.requestBody;if("GET"===A.method&&t)try{let A={};if("string"==typeof t)A=JSON.parse(t);else A=t;const r=new URLSearchParams;Object.entries(A).forEach(([A,e])=>{r.append(A,String(e))});if(r.toString())e+="?"+r.toString()}catch(n){if("string"==typeof t&&t.trim())e+="?"+t}let r=`curl --location '${e}'`;if("GET"!==A.method)r+=` --request ${A.method}`;if(A.headers){const e=["cookie","set-cookie","session","sessionid","x-session"];Object.entries(A.headers).forEach(([A,t])=>{if(!e.some(e=>A.toLowerCase().includes(e.toLowerCase())))r+=` --header '${A}: ${t}'`})}if(!A.headers||!Object.keys(A.headers).some(A=>A.toLowerCase().includes("authorization")||A.toLowerCase().includes("auth")))r+=" --header 'X-API-Key: test-api-key-123'";if("GET"!==A.method&&t){const A="string"==typeof t?t:JSON.stringify(t);r+=` --data '${A}'`}return r}(A);if(await XA(e))alert("API cURL命令已复制到剪贴板!\n适用于 httpmisonote.com API\n\nCreated by Leo (@leeguoo)");else prompt("API cURL命令已生成,请手动复制:\n\nCreated by Leo (@leeguoo)",e)}catch(e){_A.error("生成API cURL失败:",e);alert("生成API cURL失败,请稍后重试")}}toggleFullscreen(){if(this.container.classList.contains("fullscreen")){this.container.classList.remove("fullscreen");this.container.style.top="";this.container.style.left="";this.container.style.width="";this.container.style.height="";this.loadPosition()}else{this.container.classList.add("fullscreen");this.container.style.top="0";this.container.style.left="0";this.container.style.width="100vw";this.container.style.height="100vh";this.container.style.right="auto";this.container.style.bottom="auto"}this.scheduleWebGLBackgroundUpdate()}startDrag(A){this.isDragging=!0;this.dragStart={x:A.clientX,y:A.clientY};this.container.style.transition="none"}startResize(A,e){this.isResizing=!0;this.resizeDirection=e;this.dragStart={x:A.clientX,y:A.clientY};this.container.style.transition="none"}handleMouseMove(A){if(this.isDragging){const e=A.clientX-this.dragStart.x,t=A.clientY-this.dragStart.y,r=this.container.getBoundingClientRect();this.container.style.left=`${r.left+e}px`;this.container.style.top=`${r.top+t}px`;this.dragStart={x:A.clientX,y:A.clientY};this.scheduleWebGLBackgroundUpdate()}if(this.isResizing){const e=this.resizeDirection;if(!e)return;const t=A.clientX-this.dragStart.x,r=A.clientY-this.dragStart.y,n=this.container.getBoundingClientRect(),i=300,s=200;let o=n.width,a=n.height,c=n.left,l=n.top;if(e.includes("e")){o=Math.max(i,n.width+t);this.container.style.width=`${o}px`}if(e.includes("s")){a=Math.max(s,n.height+r);this.container.style.height=`${a}px`}if(e.includes("w")){o=Math.max(i,n.width-t);if(o>i){c=n.left+t;this.container.style.width=`${o}px`;this.container.style.left=`${c}px`}}if(e.includes("n")){a=Math.max(s,n.height-r);if(a>s){l=n.top+r;this.container.style.height=`${a}px`;this.container.style.top=`${l}px`}}this.dragStart={x:A.clientX,y:A.clientY};this.scheduleWebGLBackgroundUpdate()}}handleMouseUp(){if(this.isDragging||this.isResizing){this.container.style.transition="all 0.3s ease";if(this.isDragging)this.savePosition();this.scheduleWebGLBackgroundUpdate()}this.isDragging=!1;this.isResizing=!1;this.resizeDirection=""}handleWindowResize(){if(this.resizeTimeout)clearTimeout(this.resizeTimeout);this.resizeTimeout=window.setTimeout(()=>{this.adjustPositionForWindowResize()},100)}adjustPositionForWindowResize(){const A=this.container.getBoundingClientRect(),e=window.innerWidth,t=window.innerHeight;let r=!1,n=A.left,i=A.top,s=A.width,o=A.height;if(A.right>e){n=e-A.width;r=!0}if(A.bottom>t){i=t-A.height;r=!0}if(n<0){n=0;r=!0}if(i<0){i=0;r=!0}if(A.width>e){s=e-20;n=10;r=!0}if(A.height>t){o=t-20;i=10;r=!0}if(r){this.container.style.left=`${n}px`;this.container.style.top=`${i}px`;this.container.style.right="auto";this.container.style.bottom="auto";if(A.width>e||A.height>t){this.container.style.width=`${s}px`;this.container.style.height=`${o}px`}this.savePosition();this.scheduleWebGLBackgroundUpdate()}}show(){this.hostElement.style.display="block";this.config.isClosed=!1;this.saveConfig();this.removeReopenButton()}hide(){this.hostElement.style.display="none";this.config.isClosed=!0;this.saveConfig();this.createReopenButton().catch(A=>{_A.error("[PWTK] Failed to create reopen button:",A);this.createFallbackButton()})}async createReopenButton(){try{this.removeReopenButton();const A=new Promise((A,e)=>setTimeout(()=>e(new Error("Timeout waiting for liquid glass")),3e3));await Promise.race([Ka,A]);if("undefined"!=typeof window&&window.Button)this.createGlassButton();else{_A.debug("[PWTK] Button class not available, using fallback");this.createFallbackButton()}}catch(A){_A.debug("[PWTK] Error creating glass button, using fallback:",A);this.createFallbackButton()}}createGlassButton(){const A=window.Button;try{const e=new A({text:"打开 PWTK",type:"pill",size:"18",onClick:()=>{this.show()}});document.body.appendChild(e.element);e.element.id="network-debugger-reopen-btn";e.element.title="打开调试面板 (可拖动)";e.element.style.position="fixed";e.element.style.zIndex="999999";const t=170,r=48;e.element.style.width=`${t}px`;e.element.style.height=`${r}px`;e.element.style.minWidth=`${t}px`;e.element.style.minHeight=`${r}px`;e.element.style.borderRadius=r/2+"px";e.element.style.padding="0 18px";e.element.style.display="flex";e.element.style.alignItems="center";e.element.style.justifyContent="center";e.element.style.fontFamily="system-ui, -apple-system, BlinkMacSystemFont, sans-serif";if(e.textElement){e.textElement.textContent="打开 PWTK";e.textElement.style.fontSize="18px";e.textElement.style.fontWeight="600";e.textElement.style.letterSpacing="0.5px";e.textElement.style.color="#ffffff";e.textElement.style.textTransform="none"}if(e.canvas){e.canvas.width=t;e.canvas.height=r;e.canvas.style.width=`${t}px`;e.canvas.style.height=`${r}px`;e.canvas.style.borderRadius=r/2+"px"}if(void 0!==e.width){e.width=t;e.height=r}const n=this.config.position||"bottom-right";if(n.includes("bottom"))e.element.style.bottom="20px";else e.element.style.top="20px";if(n.includes("right"))e.element.style.right="20px";else e.element.style.left="20px";this.addDragFunctionality(e.element);this.reopenButton=e;_A.debug("[PWTK] Glass button created successfully")}catch(e){_A.error("[PWTK] Failed to create glass button:",e);this.createFallbackButton()}}createFallbackButton(){try{const A=document.getElementById("network-debugger-reopen-btn");if(A)A.remove();const e=document.createElement("button");e.id="network-debugger-reopen-btn";e.innerText="打开 PWTK";e.title="打开调试面板 (可拖动)";e.style.cssText="\n position: fixed;\n z-index: 999999;\n background: rgba(255, 255, 255, 0.1);\n border: 1px solid rgba(255, 255, 255, 0.2);\n border-radius: 12px;\n color: white;\n font-size: 14px;\n font-weight: 600;\n padding: 10px 20px;\n cursor: pointer;\n backdrop-filter: blur(10px);\n font-family: system-ui, -apple-system, sans-serif;\n box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);\n ";const t=this.config.position||"bottom-right";if(t.includes("bottom"))e.style.bottom="20px";else e.style.top="20px";if(t.includes("right"))e.style.right="20px";else e.style.left="20px";e.onclick=()=>this.show();this.addDragFunctionality(e);document.body.appendChild(e);_A.debug("[PWTK] Fallback button created successfully")}catch(A){_A.error("[PWTK] Failed to create fallback button:",A)}}addDragFunctionality(A){let e=!1,t={x:0,y:0},r=null;A.addEventListener("mousedown",s=>{if(0===s.button){e=!1;t={x:s.clientX,y:s.clientY};r=window.setTimeout(()=>{e=!0;A.style.cursor="grabbing"},150);document.addEventListener("mousemove",n);document.addEventListener("mouseup",i);s.preventDefault()}});const n=r=>{if(!e)return;const n=r.clientX-t.x,i=r.clientY-t.y,s=A.getBoundingClientRect(),o=s.left+n,a=s.top+i,c=window.innerWidth-s.width,l=window.innerHeight-s.height,B=Math.max(0,Math.min(c,o)),u=Math.max(0,Math.min(l,a));A.style.position="fixed";A.style.left=`${B}px`;A.style.top=`${u}px`;A.style.right="auto";A.style.bottom="auto";t={x:r.clientX,y:r.clientY}},i=()=>{if(r){clearTimeout(r);r=null}if(e){e=!1;A.style.cursor="pointer"}document.removeEventListener("mousemove",n);document.removeEventListener("mouseup",i)}}removeReopenButton(){try{const A=document.getElementById("network-debugger-reopen-btn");if(A){A.remove();_A.debug("[PWTK] Reopen button removed from DOM")}if(this.reopenButton){if("function"==typeof this.reopenButton.destroy)this.reopenButton.destroy();this.reopenButton=null;_A.debug("[PWTK] Reopen button reference cleared")}}catch(A){_A.error("[PWTK] Error removing reopen button:",A)}}addEventListener(A,e,t){A.addEventListener(e,t);this.eventListeners.push({element:A,event:e,handler:t})}removeAllEventListeners(){this.eventListeners.forEach(({element:A,event:e,handler:t})=>{try{A.removeEventListener(e,t)}catch(r){_A.error("Failed to remove event listener:",r)}});this.eventListeners=[]}clearAllTimers(){if(this.resizeTimeout){clearTimeout(this.resizeTimeout);this.resizeTimeout=null}if(this.webglBackgroundUpdateTimer){clearInterval(this.webglBackgroundUpdateTimer);this.webglBackgroundUpdateTimer=null}if(this.renderDebounceTimer){clearTimeout(this.renderDebounceTimer);this.renderDebounceTimer=null}if(this.searchDebounceTimer){clearTimeout(this.searchDebounceTimer);this.searchDebounceTimer=null}}destroy(){this.removeAllEventListeners();this.clearAllTimers();this.hostElement.remove();this.removeReopenButton();if(this.webglManager){this.webglManager.destroy();this.webglManager=null}this.requestsCache=[];this.filteredRequestsCache=[];_A.debug("[PWTK] Panel destroyed and all resources cleaned up")}logToConsole(A,e="log"){if("warn"===e)console.warn(A);else if("error"===e)console.error(A);else console.log(A)}loadConfig(){try{const e=localStorage.getItem(A.STORAGE_KEY);if(e){const A=JSON.parse(e);_A.debug("加载保存的配置:",A);return A}}catch(e){_A.error("加载配置失败:",e)}return{}}saveConfig(){try{const e={position:this.config.position,theme:this.config.theme,minimized:this.config.minimized,isClosed:this.config.isClosed,webgl:{enabled:this.config.webgl?.enabled,quality:this.config.webgl?.quality,preset:this.config.webgl?.preset,applyToItems:this.config.webgl?.applyToItems}};localStorage.setItem(A.STORAGE_KEY,JSON.stringify(e));_A.debug("配置已保存:",e)}catch(e){_A.error("保存配置失败:",e)}}loadPosition(){try{const e=`${A.STORAGE_KEY}-position`,t=localStorage.getItem(e);if(t){const A=JSON.parse(t);if(void 0!==A.left){this.container.style.left=A.left+"px";this.container.style.right="auto"}if(void 0!==A.top){this.container.style.top=A.top+"px";this.container.style.bottom="auto"}if(void 0!==A.width)this.container.style.width=A.width+"px";if(void 0!==A.height)this.container.style.height=A.height+"px";_A.debug("加载保存的位置:",A)}}catch(e){_A.error("加载位置失败:",e)}this.scheduleWebGLBackgroundUpdate()}savePosition(){try{const e=`${A.STORAGE_KEY}-position`,t=this.container.getBoundingClientRect(),r={left:t.left,top:t.top,width:t.width,height:t.height};localStorage.setItem(e,JSON.stringify(r));_A.debug("位置已保存:",r)}catch(e){_A.error("保存位置失败:",e)}}async initializeWebGL(){if(this.config.webgl?.enabled)try{this.webglManager=va.getInstance({enabled:this.config.webgl.enabled,quality:this.config.webgl.quality||"medium",preset:this.config.webgl.preset||"normal",autoFallback:!0});if(await this.webglManager.initialize(this.container)){this.webglManager.enableForElement(this.container,"main-panel");setTimeout(()=>{this.enableWebGLForRequestItems()},500);this.scheduleWebGLBackgroundUpdate();_A.debug("✨ WebGL liquid glass effects initialized")}else _A.debug("🔄 WebGL initialization failed, using CSS fallback")}catch(A){_A.error("WebGL initialization error:",A)}else _A.debug("WebGL effects disabled in config")}enableWebGLForRequestItems(){if(!this.webglManager)return;this.shadowRoot.querySelectorAll(".request-item").forEach((A,e)=>{try{this.webglManager.enableForElement(A,`request-item-${e}`)}catch(t){_A.debug(`Failed to enable WebGL for request item ${e}:`,t)}})}scheduleWebGLBackgroundUpdate(){if(!this.webglManager)return;if(null!==this.webglBackgroundUpdateTimer)window.clearTimeout(this.webglBackgroundUpdateTimer);const A=this.isDragging||this.isResizing?120:0;this.webglBackgroundUpdateTimer=window.setTimeout(()=>{this.webglBackgroundUpdateTimer=null;this.webglManager?.updateBackgrounds()},A)}updateWebGLConfig(A){if(!this.config.webgl)this.config.webgl={enabled:!0,quality:"medium",preset:"normal",applyToItems:!1};if(this.webglManager){if(A.quality){this.config.webgl.quality=A.quality;this.webglManager.setQuality(A.quality);_A.debug(`WebGL quality updated to: ${A.quality}`)}if(A.preset){this.config.webgl.preset=A.preset;this.webglManager.setPreset(A.preset);_A.debug(`WebGL preset updated to: ${A.preset}`)}if(void 0!==A.applyToItems){this.config.webgl.applyToItems=A.applyToItems;if(!A.applyToItems)this.requestsCache.forEach((A,e)=>{this.webglManager?.disableForElement(`request-item-${e}`)});this.renderRequests()}this.saveConfig()}else{if(A.quality)this.config.webgl.quality=A.quality;if(A.preset)this.config.webgl.preset=A.preset;if(void 0!==A.applyToItems)this.config.webgl.applyToItems=A.applyToItems;this.saveConfig()}}toggleWebGL(A){if(!this.config.webgl)this.config.webgl={enabled:!0,quality:"medium",preset:"normal",applyToItems:!1};this.config.webgl.enabled=A;this.saveConfig();if(A&&!this.webglManager)this.initializeWebGL();else if(!A&&this.webglManager){this.webglManager.destroy();this.webglManager=null;_A.debug("WebGL effects disabled")}}getWebGLStatus(){return{supported:va.checkSupport(),enabled:this.config.webgl?.enabled||!1,active:this.webglManager?.isWebGLEnabled()||!1}}};xa.STORAGE_KEY="pwtk-debugger-config";let Ia=xa;if("undefined"!=typeof window)window.html2canvas=Ca;const Ka=new Promise(A=>{Promise.resolve().then(()=>require("./container-00gbUmcM.js")).then(()=>Promise.resolve().then(()=>require("./button-KhTUWDu8.js"))).then(()=>{A()}).catch(e=>{_A.error("[PWTK] Failed to load liquid glass components:",e);A()})}),La=class A{constructor(){this.interceptor=null;this.panel=null;this.wasmLoader=null;this.config={};this.initialized=!1}async init(e={}){if(!this.initialized){_A.info(`🚀 PWTK Network Debugger v${A.version} initializing...`);this.config={autoStart:!0,position:"bottom-right",theme:"dark",minimized:!1,showConsole:!0,wasm:{enabled:!0,...e.wasm},decrypt:{enabled:!0,autoFetchKeys:!0,keyApiUrl:"https://gw-card-pay.buyacard.cc/ip/getSK",...e.decrypt},log:{toBrowserConsole:!1,level:"info",...e.log},...e};_A.configure({enableBrowserConsole:this.config.log?.toBrowserConsole||!1,logLevel:this.config.log?.level||"info"});try{if(!1!==this.config.wasm?.enabled){_A.info("[PWTK Init] Starting WASM initialization");this.wasmLoader=new VA;if(await this.wasmLoader.loadWasm(this.config.wasm?.wasmUrl,this.config.wasm?.jsUrl))_A.info("[PWTK Init] ✅ WASM decrypt function ready");else _A.warn("[PWTK Init] ⚠️ WASM load failed or decrypt function unavailable, will rely on page-provided decryption")}else _A.info("[PWTK Init] WASM disabled in config");this.interceptor=new GA;if(this.config.decrypt?.enabled)this.interceptor.enableDecryption({keyExtractor:this.config.decrypt.keyExtractor||this.defaultKeyExtractor,slkExtractor:this.config.decrypt.slkExtractor||this.defaultSlkExtractor,autoFetchKeys:this.config.decrypt.autoFetchKeys,keyApiUrl:this.config.decrypt.keyApiUrl});if(!1!==this.config.autoStart)this.createPanel();this.initialized=!0;_A.consoleDirect(`\n╔════════════════════════════════════════╗\n║ 🔓 PWTK 解密小工具 v${A.version} ║\n║ Created by Leo (@leeguoo) ║\n║ 技术支持: 请联系 Leo ║ \n║ 分享服务: curl.bwg.leeguoo.com ║\n╚════════════════════════════════════════╝\n `);_A.info(`✅ PWTK Network Debugger v${A.version} initialized successfully`)}catch(t){_A.error("NetworkDebugger initialization failed:",t);throw t}}else _A.warn("NetworkDebugger already initialized")}show(){if(this.initialized)if(!this.panel)this.createPanel();else this.panel.show();else _A.error("NetworkDebugger not initialized. Call init() first.")}hide(){if(this.panel)this.panel.hide()}destroy(){if(this.panel){this.panel.destroy();this.panel=null}this.initialized=!1;_A.info("NetworkDebugger destroyed")}getRequests(){return this.interceptor?.getRequests()||[]}clearRequests(){this.interceptor?.clearRequests()}exportData(){return{timestamp:(new Date).toISOString(),requests:this.getRequests(),config:this.config,userAgent:navigator.userAgent,url:window.location.href,author:"Leo (@leeguoo)",tool:"@leeguoo/network-debugger"}}isWasmLoaded(){return this.wasmLoader?.isLoaded()||!1}isInitialized(){return this.initialized}async checkForUpdates(){try{const A="1.3.1-beta.0";_A.info(`[PWTK Update] Checking for updates... Current version: ${A}`);const e=await fetch("https://registry.npmjs.org/@leeguoo/pwtk-network-debugger/latest"),t=(await e.json()).version,r=this.compareVersions(A,t)<0;if(r)_A.info(`[PWTK Update] ✅ New version available: ${t} (current: ${A})`);else _A.info(`[PWTK Update] ✅ Already using latest version: ${A}`);return{hasUpdate:r,latestVersion:r?t:void 0,currentVersion:A}}catch(A){_A.error("[PWTK Update] Failed to check for updates:",A);return{hasUpdate:!1,currentVersion:"1.3.1-beta.0"}}}async autoUpdate(A=!1){try{const e=await this.checkForUpdates();if(!e.hasUpdate){_A.info("[PWTK Update] Already using latest version");return!1}_A.info(`[PWTK Update] Auto-updating to version ${e.latestVersion}...`);const t={...this.config};this.destroy();if(Sa===this){Sa=null;if("undefined"!=typeof window)delete window.NetworkDebugger}if(A){_A.info("[PWTK Update] Reloading page to apply update...");window.location.reload();return!0}const r=document.createElement("script");r.src=`https://unpkg.com/@leeguoo/pwtk-network-debugger@${e.latestVersion}/dist/index.js`;return new Promise((A,n)=>{r.onload=async()=>{try{_A.info("[PWTK Update] ✅ Script loaded, reinitializing with previous config...");setTimeout(async()=>{try{if(window.NetworkDebugger&&window.NetworkDebugger.init){await window.NetworkDebugger.init(t);_A.info(`[PWTK Update] ✅ Successfully updated to version ${e.latestVersion}`);A(!0)}else throw new Error("New version not properly loaded")}catch(r){_A.error("[PWTK Update] ❌ Failed to initialize new version:",r);n(r)}},100)}catch(r){n(r)}};r.onerror=()=>{_A.error("[PWTK Update] ❌ Failed to load updated version");n(new Error("Failed to load updated version"))};document.head.appendChild(r)})}catch(e){_A.error("[PWTK Update] Auto-update failed:",e);return!1}}compareVersions(A,e){const t=A.split(".").map(Number),r=e.split(".").map(Number),n=Math.max(t.length,r.length);for(let i=0;i<n;i++){const A=t[i]||0,e=r[i]||0;if(A<e)return-1;if(A>e)return 1}return 0}static create(e){const t=new A;return t.init(e).then(()=>t)}createPanel(){if(this.interceptor)this.panel=new Ia(this.interceptor,{position:this.config.position,theme:this.config.theme,minimized:this.config.minimized,showConsole:this.config.showConsole});else _A.error("Cannot create panel: interceptor not initialized")}defaultKeyExtractor(A){return A.keys||A.cid||A["x-api-key"]||""}defaultSlkExtractor(A){return A.slk||A["x-slk"]||""}};La.version="1.3.1-beta.0";let Da=La,Sa=null;const ka={async init(A){if(Sa){_A.warn("NetworkDebugger already has a global instance");return Sa}Sa=await Da.create(A);if("undefined"!=typeof window)window.NetworkDebugger=Sa;return Sa},show(){Sa?.show()},hide(){Sa?.hide()},destroy(){Sa?.destroy();Sa=null;if("undefined"!=typeof window)delete window.NetworkDebugger},getInstance:()=>Sa,checkForUpdates:async()=>Sa?.checkForUpdates()||{hasUpdate:!1,currentVersion:"unknown"},autoUpdate:async(A=!1)=>Sa?.autoUpdate(A)||!1};if("undefined"!=typeof window){window.NetworkDebugger=ka;if(!window.NetworkDebugger.default)window.NetworkDebugger.default=ka}exports.DebugPanel=Ia;exports.NetworkDebugger=Da;exports.NetworkInterceptor=GA;exports.WasmLoader=VA;exports.default=ka;exports.liquidGlassPromise=Ka;