@gjsify/example-dom-excalibur-jelly-jumper 0.4.14 → 0.4.16
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/gjs.js +7 -7
- package/package.json +7 -7
package/dist/gjs.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
if(globalThis.process===void 0){let e=imports.system,R=imports.gi.GLib;globalThis.process={platform:`linux`,arch:`x64`,version:`v20.0.0`,env:new Proxy({},{get(e,W){return typeof W==`string`?R.getenv(W)??void 0:void 0},set(e,W,Y){return typeof W==`string`&&R.setenv(W,String(Y),!0),!0},has(e,W){return typeof W==`string`&&R.getenv(W)!==null},deleteProperty(e,W){return typeof W==`string`&&R.unsetenv(W),!0},ownKeys(){return R.listenv()??[]},getOwnPropertyDescriptor(e,W){let Y=R.getenv(W);return Y===null?void 0:{value:Y,writable:!0,enumerable:!0,configurable:!0}}}),argv:e?.programArgs?[`gjs`,e.programInvocationName||``,...e.programArgs]:[`gjs`],versions:{},config:{},cwd(){return R.get_current_dir()||`/`},exit(R){e.exit(R??0)},stderr:{write(e){printerr(e)}},stdout:{write(e){print(e)}},stdin:null,exitCode:void 0,nextTick(e,...R){Promise.resolve().then(()=>e(...R))},hrtime
|
|
1
|
+
if(globalThis.process===void 0){let e=imports.system,R=imports.gi.GLib,_h=e=>[0,0];_h.bigint=()=>0n,globalThis.process={platform:`linux`,arch:`x64`,version:`v20.0.0`,env:new Proxy({},{get(e,W){return typeof W==`string`?R.getenv(W)??void 0:void 0},set(e,W,Y){return typeof W==`string`&&R.setenv(W,String(Y),!0),!0},has(e,W){return typeof W==`string`&&R.getenv(W)!==null},deleteProperty(e,W){return typeof W==`string`&&R.unsetenv(W),!0},ownKeys(){return R.listenv()??[]},getOwnPropertyDescriptor(e,W){let Y=R.getenv(W);return Y===null?void 0:{value:Y,writable:!0,enumerable:!0,configurable:!0}}}),argv:e?.programArgs?[`gjs`,e.programInvocationName||``,...e.programArgs]:[`gjs`],versions:{},config:{},cwd(){return R.get_current_dir()||`/`},exit(R){e.exit(R??0)},stderr:{write(e){printerr(e)}},stdout:{write(e){print(e)}},stdin:null,exitCode:void 0,nextTick(e,...R){Promise.resolve().then(()=>e(...R))},hrtime:_h}}import e from"gi://GLib?version=2.0";import R from"gi://Gio?version=2.0";import"gi://GioUnix?version=2.0";import W from"cairo";import Y from"gi://Gdk?version=4.0";import X from"gi://GdkPixbuf";import ie from"gi://Pango";import ae from"gi://PangoCairo";import le from"gi://GdkPixbuf?version=2.0";import _e from"system";import ye from"gi://Gst?version=1.0";import"gi://GstApp?version=1.0";import be from"gi://Soup?version=3.0";import Ce from"gi://Gtk?version=4.0";import Te from"gi://Adw?version=1";import Oe from"gi://GObject?version=2.0";import Ae from"gi://Gwebgl?version=0.1";import Me from"gi://GObject";var Pe=Object.create,Re=Object.defineProperty,__name$1=(e,R)=>Re(e,`name`,{value:R,configurable:!0}),Be=Object.getOwnPropertyDescriptor,Ve=Object.getOwnPropertyNames,He=Object.getPrototypeOf,Ue=Object.prototype.hasOwnProperty,__esmMin=(e,R)=>()=>(e&&(R=e(e=0)),R),__commonJSMin=(e,R)=>()=>(R||(e((R={exports:{}}).exports,R),e=null),R.exports),__exportAll$1=(e,R)=>{let W={};for(var Y in e)Re(W,Y,{get:e[Y],enumerable:!0});return R||Re(W,Symbol.toStringTag,{value:`Module`}),W},__copyProps=(e,R,W,Y)=>{if(R&&typeof R==`object`||typeof R==`function`)for(var X=Ve(R),ie=0,ae=X.length,le;ie<ae;ie++)le=X[ie],!Ue.call(e,le)&&le!==W&&Re(e,le,{get:(e=>R[e]).bind(null,le),enumerable:!(Y=Be(R,le))||Y.enumerable});return e},__toESM=(e,R,W)=>(W=e==null?{}:Pe(He(e)),__copyProps(R||!e||!e.__esModule?Re(W,`default`,{value:e,enumerable:!0}):W,e)),We,Ge,FilePolyfill,Ke,qe,Je=__esmMin(()=>{We=new TextEncoder,Ge=class BlobPolyfill{_parts;size;type;constructor(e,R){this._parts=e||[],this.type=R?.type||``,this.size=this._parts.reduce((e,R)=>typeof R==`string`?e+We.encode(R).byteLength:R instanceof ArrayBuffer||ArrayBuffer.isView(R)?e+R.byteLength:R&&typeof R.size==`number`?e+R.size:e,0)}async bytes(){let e=await this.arrayBuffer();return new Uint8Array(e)}async text(){return new TextDecoder().decode(await this.arrayBuffer())}async arrayBuffer(){let e=[];for(let R of this._parts)if(typeof R==`string`)e.push(We.encode(R));else if(R instanceof ArrayBuffer)e.push(new Uint8Array(R));else if(ArrayBuffer.isView(R))e.push(new Uint8Array(R.buffer,R.byteOffset,R.byteLength));else if(R&&typeof R.arrayBuffer==`function`){let W=await R.arrayBuffer();e.push(new Uint8Array(W))}let R=e.reduce((e,R)=>e+R.byteLength,0),W=new Uint8Array(R),Y=0;for(let R of e)W.set(R,Y),Y+=R.byteLength;return W.buffer}slice(e,R,W){return new BlobPolyfill([],{type:W})}stream(){let e=this;return new ReadableStream({async pull(R){let W=await e.arrayBuffer();R.enqueue(new Uint8Array(W)),R.close()}})}},FilePolyfill=class extends Ge{name;lastModified;webkitRelativePath=``;constructor(e,R,W){super(e,W),this.name=R,this.lastModified=W?.lastModified??Date.now()}},Ke=globalThis.Blob??Ge,qe=globalThis.File??FilePolyfill});function btoaPolyfill(e){if(typeof globalThis.btoa==`function`)return globalThis.btoa(e);let R=``,W=0;for(;W+2<e.length;W+=3){let Y=e.charCodeAt(W)<<16|e.charCodeAt(W+1)<<8|e.charCodeAt(W+2);R+=Ye[Y>>18&63]+Ye[Y>>12&63]+Ye[Y>>6&63]+Ye[Y&63]}if(W+1===e.length){let Y=e.charCodeAt(W)<<16;R+=Ye[Y>>18&63]+Ye[Y>>12&63]+`==`}else if(W+2===e.length){let Y=e.charCodeAt(W)<<16|e.charCodeAt(W+1)<<8;R+=Ye[Y>>18&63]+Ye[Y>>12&63]+Ye[Y>>6&63]+`=`}return R}function base64Decode(e){let R=e.replace(/[=\s]/g,``),W=new Uint8Array(R.length*3>>2),Y=0,X=0,ie=0;for(let e=0;e<R.length;e++)Y=Y<<6|Xe[R.charCodeAt(e)],X+=6,X>=8&&(X-=8,W[ie++]=Y>>X&255);return W.subarray(0,ie)}var Ye,Xe,Ze=__esmMin(()=>{Ye=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/`,Xe=new Uint8Array(256);for(let e=0;e<64;e++)Xe[Ye.charCodeAt(e)]=e});function makeCallable(e){return new Proxy(e,{apply(e,R,W){if(R==null||R===globalThis)return Reflect.construct(e,W,e);let Y=Reflect.construct(e,W,e);for(let e of Reflect.ownKeys(Y)){let W=Object.getOwnPropertyDescriptor(Y,e);W&&Object.defineProperty(R,e,W)}return R}})}var Qe=__esmMin(()=>{}),$e,et=__esmMin(()=>{$e=e}),tt,nt=__esmMin(()=>{et(),tt=$e}),rt=__esmMin(()=>{nt(),imports.byteArray});function normalizeEncoding(e){if(!e||e===`utf8`||e===`utf-8`)return`utf8`;switch((``+e).toLowerCase().replace(/-/g,``)){case`utf8`:return`utf8`;case`ascii`:return`ascii`;case`latin1`:case`binary`:return`latin1`;case`base64`:return`base64`;case`base64url`:return`base64url`;case`hex`:return`hex`;case`ucs2`:case`utf16le`:return`utf16le`;default:return`utf8`}}function checkEncoding(e){let R=(``+e).toLowerCase().replace(/-/g,``);if(!it.includes(R))throw TypeError(`Unknown encoding: ${e}`)}var it,at=__esmMin(()=>{it=[`utf8`,`ascii`,`latin1`,`binary`,`base64`,`base64url`,`hex`,`ucs2`,`utf16le`]}),initErrorV8Methods,st=__esmMin(()=>{initErrorV8Methods=e=>{Error.captureStackTrace||(Error.captureStackTrace=function(e,R){let W=Error();Object.defineProperty(R||e,`stack`,{configurable:!0,get:function getStack(){var e=W.stack;return Object.defineProperty(this,`stack`,{value:e}),e}})})}}),ct=__esmMin(()=>{nt(),imports.byteArray}),lt,ut=__esmMin(()=>{lt=R}),dt,mt=__esmMin(()=>{ut(),dt=lt}),ht=__esmMin(()=>{}),gt=__esmMin(()=>{ht()}),_t=__esmMin(()=>{mt(),gt()});async function readBytesAsync(e,R=4096,W=tt.PRIORITY_DEFAULT,Y=null){return new Promise((X,ie)=>{e.read_bytes_async(R,W,Y,(R,W)=>{try{let R=e.read_bytes_finish(W);return R.get_size()===0?X(null):X(vt.fromGBytes(R))}catch(e){let R=e;if(typeof R.matches==`function`&&(R.matches(dt.IOErrorEnum,dt.IOErrorEnum.PARTIAL_INPUT)||R.matches(dt.IOErrorEnum,dt.IOErrorEnum.CONNECTION_CLOSED)||R.matches(dt.IOErrorEnum,dt.IOErrorEnum.BROKEN_PIPE)||R.matches(dt.IOErrorEnum,dt.IOErrorEnum.CLOSED)))return X(null);ie(e)}})})}async function*inputStreamAsyncIterator(e,R=4096,W=tt.PRIORITY_DEFAULT,Y=null){let X;for(;(X=await readBytesAsync(e,R,W,Y))!==null;)yield X}var vt,yt=__esmMin(()=>{nt(),mt(),vt=imports.byteArray});function registerGlobal(e,R){globalThis[e]===void 0&&(globalThis[e]=R)}var bt=__esmMin(()=>{});function _formatArgs(...e){let R=e[0],W=e.slice(1);if(typeof R!=`string`||!/%(s|d|i|f|o|O|c)/.test(R))return e.map(e=>typeof e==`string`?e:JSON.stringify(e)).join(` `);let Y=0,X=R.replace(/%([sdifOoc])/g,(e,R)=>{if(Y>=W.length)return e;let X=W[Y++];switch(R){case`s`:return String(X);case`d`:case`i`:return String(parseInt(String(X),10));case`f`:return String(parseFloat(String(X)));case`o`:case`O`:return JSON.stringify(X);case`c`:return``;default:return e}}),ie=W.slice(Y);return ie.length===0?X:X+` `+ie.map(e=>typeof e==`string`?e:JSON.stringify(e)).join(` `)}var xt,Console,St,log,info,debug,warn,error,dir,dirxml,table,clear,Ct,trace,time,timeEnd,timeLog,count,countReset,group,groupCollapsed,groupEnd,profile,profileEnd,timeStamp,wt=__esmMin(()=>{xt=typeof print==`function`&&typeof printerr==`function`,Console=class{_stdout;_stderr;_groupDepth=0;_groupIndentation;_timers=new Map;_counters=new Map;constructor(e,R){if(e&&typeof e.write==`function`)this._stdout=e,this._stderr=R||this._stdout;else if(e&&typeof e==`object`){let R=e;this._stdout=R.stdout,this._stderr=R.stderr||R.stdout}this._groupIndentation=2}_write(e,...R){let W=e===`stderr`&&this._stderr||this._stdout;if(W){let e=` `.repeat(this._groupDepth*this._groupIndentation),Y=_formatArgs(...R);W.write(e+Y+`
|
|
2
2
|
`)}else if(xt){let W=` `.repeat(this._groupDepth*this._groupIndentation)+_formatArgs(...R);e===`stderr`?printerr(W):print(W)}else{let W=globalThis.console;e===`stderr`?W.error(...R):W.log(...R)}}log(...e){this._write(`stdout`,...e)}info(...e){this._write(`stdout`,...e)}debug(...e){this._write(`stdout`,...e)}warn(...e){this._write(`stderr`,...e)}error(...e){this._write(`stderr`,...e)}dir(e,R){this._write(`stdout`,e)}dirxml(...e){this.log(...e)}assert(e,...R){e||this.error(`Assertion failed:`,...R)}clear(){this._stdout?this._stdout.write(`\x1Bc`):xt?print(`\x1Bc`):globalThis.console.clear()}count(e=`default`){let R=(this._counters.get(e)||0)+1;this._counters.set(e,R),this.log(`${e}: ${R}`)}countReset(e=`default`){this._counters.delete(e)}group(...e){e.length>0&&this.log(...e),this._groupDepth++}groupCollapsed(...e){this.group(...e)}groupEnd(){this._groupDepth>0&&this._groupDepth--}table(e,R){this._stdout?this._write(`stdout`,e):xt?print(JSON.stringify(e,null,2)):globalThis.console.table(e,R)}time(e=`default`){this._timers.set(e,Date.now())}timeEnd(e=`default`){let R=this._timers.get(e);R===void 0?this.warn(`Warning: No such label '${e}' for console.timeEnd()`):(this.log(`${e}: ${Date.now()-R}ms`),this._timers.delete(e))}timeLog(e=`default`,...R){let W=this._timers.get(e);W===void 0?this.warn(`Warning: No such label '${e}' for console.timeLog()`):this.log(`${e}: ${Date.now()-W}ms`,...R)}trace(...e){let R=Error().stack?.split(`
|
|
3
3
|
`).slice(1).join(`
|
|
4
4
|
`)||``;this._write(`stderr`,`Trace:`,...e,`
|
|
5
|
-
`+R)}profile(e){}profileEnd(e){}timeStamp(e){}},St=new Console,log=(...e)=>St.log(...e),info=(...e)=>St.info(...e),debug=(...e)=>St.debug(...e),warn=(...e)=>St.warn(...e),error=(...e)=>St.error(...e),dir=(e,R)=>St.dir(e,R),dirxml=(...e)=>St.dirxml(...e),table=(e,R)=>St.table(e,R),clear=()=>St.clear(),Ct=__name$1((e,...R)=>St.assert(e,...R),`assert`),trace=(...e)=>St.trace(...e),time=e=>St.time(e),timeEnd=e=>St.timeEnd(e),timeLog=(e,...R)=>St.timeLog(e,...R),count=e=>St.count(e),countReset=e=>St.countReset(e),group=(...e)=>St.group(...e),groupCollapsed=(...e)=>St.groupCollapsed(...e),groupEnd=()=>St.groupEnd(),profile=e=>{},profileEnd=e=>{},timeStamp=e=>{}}),Tt,Et=__esmMin(()=>{wt(),Tt={log,info,debug,warn,error,dir,dirxml,table,time,timeEnd,timeLog,trace,assert:Ct,clear,count,countReset,group,groupCollapsed,groupEnd,profile,profileEnd,timeStamp}}),warnNotImplemented,Ot=__esmMin(()=>{Et(),warnNotImplemented=e=>{let R=e?`Not implemented: ${e}`:`Not implemented`;return Tt.warn(R),R}}),jt,Mt=__esmMin(()=>{jt=__name$1(e=>{Promise.resolve().then(e)},`queueMicrotask`)});function drainOnce(e){let R=Math.min(64,Nt.length);for(let W=0;W<R;W++){let R=Nt.shift();try{R()}catch(R){try{e.log_default_handler(`gjsify-nextTick`,e.LogLevelFlags.LEVEL_WARNING,String(R?.stack||R),null)}catch{}}}Nt.length>0?e.timeout_add(e.PRIORITY_DEFAULT,1,()=>(drainOnce(e),!1)):Pt=!1}function tryGLibTimeout(e){let R=globalThis.imports?.gi?.GLib;return R?.timeout_add?(Nt.push(e),Pt||(Pt=!0,R.timeout_add(R.PRIORITY_DEFAULT,0,()=>(drainOnce(R),!1))),!0):!1}var Nt,Pt,nextTick,Ft=__esmMin(()=>{Nt=[],Pt=!1,nextTick=(e,...R)=>{let W=R.length>0?()=>e(...R):e;if(!tryGLibTimeout(W)){if(typeof globalThis.process?.nextTick==`function`){globalThis.process.nextTick(e,...R);return}if(typeof queueMicrotask==`function`){queueMicrotask(W);return}Promise.resolve().then(W)}}}),Lt,Rt=__esmMin(()=>{nt(),mt(),{File:Lt}=dt});function classOf(e){return zt.call(e).slice(8,-1)}function throwDataCloneError(e){let R=globalThis.DOMException;if(typeof R==`function`)throw new R(e,`DataCloneError`);let W=Error(e);throw W.name=`DataCloneError`,W}function internalClone(e,R,W){if(e==null)return e;let Y=typeof e;if(Y===`boolean`||Y===`number`||Y===`string`||Y===`bigint`)return e;Y===`symbol`&&throwDataCloneError(`Symbol cannot be cloned`),Y===`function`&&throwDataCloneError(`Function cannot be cloned`);let X=e;if(R.has(X))return R.get(X);let ie=classOf(X);if(ie===`Date`)return new Date(X.getTime());if(ie===`RegExp`)return new RegExp(X.source,X.flags);if(ie===`Boolean`||ie===`Number`||ie===`String`)return Object(X.valueOf());if(ie===`BigInt`)return Object(BigInt.prototype.valueOf.call(X));if(X instanceof Error){let e=X,Y=e.constructor?.name,ie=new(Y&&Vt[Y]||Vt[e.name]||Error)(e.message);return ie.name=e.name,`cause`in e&&Object.defineProperty(ie,`cause`,{value:internalClone(e.cause,R,W),writable:!0,enumerable:!1,configurable:!0}),ie}if(ie===`DOMException`){let e=globalThis.DOMException;if(typeof e==`function`){let R=X;return new e(R.message,R.name)}}if(ie===`ArrayBuffer`){let e=X;if(W&&W.transferred.has(e)){let Y=W.transferred.get(e);return R.set(X,Y),Y}(e.detached===!0||e.byteLength===0&&e.detached)&&throwDataCloneError(`ArrayBuffer is detached and cannot be cloned`);let Y=e.slice(0);return R.set(X,Y),Y}if(ie===`SharedArrayBuffer`||X&&typeof X==`object`&&X.constructor?.name===`SharedBuffer`)return X;if(ie===`DataView`){let e=X,Y=W?.viewSnapshots.get(X),ie=internalClone(e.buffer,R,W),ae=Y?Y.byteOffset:e.byteOffset,le=Y?Y.byteLength:e.byteLength,_e=new DataView(ie,ae,le);return R.set(X,_e),_e}if(Ht.has(ie)){let e=X,Y=W?.viewSnapshots.get(X),ie=internalClone(e.buffer,R,W),ae=e.constructor,le=new ae(ie,Y?Y.byteOffset:e.byteOffset,Y?Y.length:e.length);return R.set(X,le),le}if(ie===`Map`){let e=new Map;R.set(X,e);for(let[Y,ie]of X)e.set(internalClone(Y,R,W),internalClone(ie,R,W));return e}if(ie===`Set`){let e=new Set;R.set(X,e);for(let Y of X)e.add(internalClone(Y,R,W));return e}{let e=globalThis,R=e.Blob,W=e.File;if(typeof W==`function`&&X instanceof W){let e=X;return new W([X],e.name,{type:e.type,lastModified:e.lastModified})}if(typeof R==`function`&&X instanceof R)return new R([X],{type:X.type})}if(X instanceof WeakMap&&throwDataCloneError(`WeakMap cannot be cloned`),X instanceof WeakSet&&throwDataCloneError(`WeakSet cannot be cloned`),X instanceof WeakRef&&throwDataCloneError(`WeakRef cannot be cloned`),typeof globalThis.Promise==`function`&&X instanceof Promise&&throwDataCloneError(`Promise cannot be cloned`),ie===`Array`){let e=X,Y=[];R.set(X,Y);for(let X=0;X<e.length;X++)X in e&&(Y[X]=internalClone(e[X],R,W));return Y}if(ie===`Object`||typeof X==`object`){let e={};R.set(X,e);for(let Y of Object.keys(X))e[Y]=internalClone(X[Y],R,W);return e}throwDataCloneError(`${ie} cannot be cloned`)}function structuredClone$1(e,R){let W=R?.transfer;if(!W||W.length===0)return internalClone(e,new Map);let Y=new Set;for(let e of W)if(classOf(e)===`ArrayBuffer`){let R=e;R.detached===!0&&throwDataCloneError(`ArrayBuffer in transfer list is detached`),Y.add(R)}let X=new Map;Y.size>0&&snapshotViewsBackedByTransferredBuffers(e,Y,X,new Set);let ie=new Map;for(let e of Y){let R=e;typeof R.transfer!=`function`&&throwDataCloneError(`ArrayBuffer.prototype.transfer() not available — runtime is not SM140+`),ie.set(e,R.transfer())}return internalClone(e,new Map,{transferred:ie,viewSnapshots:X})}function snapshotViewsBackedByTransferredBuffers(e,R,W,Y){if(typeof e!=`object`||!e)return;let X=e;if(Y.has(X))return;Y.add(X);let ie=classOf(X);if(ie===`DataView`){let e=X;R.has(e.buffer)&&W.set(X,{byteOffset:e.byteOffset,length:0,byteLength:e.byteLength});return}if(Ht.has(ie)){let e=X;R.has(e.buffer)&&W.set(X,{byteOffset:e.byteOffset,length:e.length,byteLength:e.byteLength});return}if(Array.isArray(X)){for(let e=0;e<X.length;e++)e in X&&snapshotViewsBackedByTransferredBuffers(X[e],R,W,Y);return}if(ie===`Map`){for(let[e,ie]of X)snapshotViewsBackedByTransferredBuffers(e,R,W,Y),snapshotViewsBackedByTransferredBuffers(ie,R,W,Y);return}if(ie===`Set`){for(let e of X)snapshotViewsBackedByTransferredBuffers(e,R,W,Y);return}if(ie===`Object`)for(let e of Object.keys(X))snapshotViewsBackedByTransferredBuffers(X[e],R,W,Y)}var zt,Vt,Ht,Ut=__esmMin(()=>{({toString:zt}=Object.prototype),Vt={Error,EvalError,RangeError,ReferenceError,SyntaxError,TypeError,URIError},Ht=new Set([`Int8Array`,`Uint8Array`,`Uint8ClampedArray`,`Int16Array`,`Uint16Array`,`Int32Array`,`Uint32Array`,`Float32Array`,`Float64Array`,`BigInt64Array`,`BigUint64Array`]),__name$1(structuredClone$1,`structuredClone`)});function ensureMainLoop(){let e=globalThis.imports;if(!e)return;if(Wt)return Gt;let R=e.gi.GLib;if(Gt=new R.MainLoop(null,!1),Wt=!0,R.main_depth()===0)try{Gt.runAsync()}catch{}return Gt}function quitMainLoop(){Gt&&=(Gt.quit(),Wt=!1,null)}var Wt,Gt,Kt=__esmMin(()=>{Wt=!1,Gt=null}),qt=__esmMin(()=>{Ze(),Qe(),rt(),at(),st(),ct(),_t(),yt(),bt(),Ot(),Mt(),Ft(),Rt(),Ut(),Kt()});Je(),qt(),registerGlobal(`Blob`,Ke),registerGlobal(`File`,qe);var Jt=Object.defineProperty,__exportAll=(e,R)=>{let W={};for(var Y in e)Jt(W,Y,{get:e[Y],enumerable:!0});return R||Jt(W,Symbol.toStringTag,{value:`Module`}),W};__exportAll({attributes:()=>ir,childNodesList:()=>Zt,elementChildren:()=>Qt,isConnected:()=>$t,localName:()=>An,name:()=>lr,namespaceURI:()=>tr,nodeType:()=>Yt,ownerElement:()=>gr,parentNode:()=>Xt,prefix:()=>rr,propertyEventListeners:()=>or,tagName:()=>on,value:()=>hr});const Yt=Symbol(`nodeType`),Xt=Symbol(`parentNode`),Zt=Symbol(`childNodesList`),Qt=Symbol(`elementChildren`),$t=Symbol(`isConnected`),on=Symbol(`tagName`),An=Symbol(`localName`),tr=Symbol(`namespaceURI`),rr=Symbol(`prefix`),ir=Symbol(`attributes`),or=Symbol(`propertyEventListeners`),lr=Symbol(`name`),hr=Symbol(`value`),gr=Symbol(`ownerElement`),vr={ELEMENT_NODE:1,ATTRIBUTE_NODE:2,TEXT_NODE:3,CDATA_SECTION_NODE:4,PROCESSING_INSTRUCTION_NODE:7,COMMENT_NODE:8,DOCUMENT_NODE:9,DOCUMENT_TYPE_NODE:10,DOCUMENT_FRAGMENT_NODE:11};var NodeList=class{constructor(e){this._items=e}get length(){return this._items.length}item(e){return this._items[e]??null}forEach(e,R){for(let W=0;W<this._items.length;W++)e.call(R,this._items[W],W,this)}entries(){return this._items.entries()}keys(){return this._items.keys()}values(){return this._items.values()}[Symbol.iterator](){return this._items[Symbol.iterator]()}get[Symbol.toStringTag](){return`NodeList`}};const Sr={IndexSizeError:1,HierarchyRequestError:3,WrongDocumentError:4,InvalidCharacterError:5,NoModificationAllowedError:7,NotFoundError:8,NotSupportedError:9,InUseAttributeError:10,InvalidStateError:11,SyntaxError:12,InvalidModificationError:13,NamespaceError:14,InvalidAccessError:15,TypeMismatchError:17,SecurityError:18,NetworkError:19,AbortError:20,URLMismatchError:21,QuotaExceededError:22,TimeoutError:23,InvalidNodeTypeError:24,DataCloneError:25};var _DOMExceptionPolyfill=class extends Error{code;constructor(e,R){super(e),this.name=R||`Error`,this.code=Object.hasOwn(Sr,this.name)?Sr[this.name]:0}};const Tr=globalThis.DOMException===void 0?_DOMExceptionPolyfill:globalThis.DOMException;Et();const Er=Symbol(`type`),kr=Symbol(`bubbles`),jr=Symbol(`cancelable`),Mr=Symbol(`composed`),Nr=Symbol(`target`),Fr=Symbol(`currentTarget`),Br=Symbol(`eventPhase`),Vr=Symbol(`defaultPrevented`),Hr=Symbol(`isTrusted`),Ur=Symbol(`timeStamp`),Zr=Symbol(`stop`),$r=Symbol(`immediateStop`),ei=Symbol(`dispatching`),ti=Symbol(`inPassiveListener`);var Event$1=class{static{__name$1(this,`Event`)}[Er];[kr];[jr];[Mr];[Nr]=null;[Fr]=null;[Br]=0;[Vr]=!1;[Hr]=!1;[Ur];[Zr]=!1;[$r]=!1;[ei]=!1;[ti]=!1;get type(){return this[Er]}get bubbles(){return this[kr]}get cancelable(){return this[jr]}get composed(){return this[Mr]}get target(){return this[Nr]}get currentTarget(){return this[Fr]}get eventPhase(){return this[Br]}get defaultPrevented(){return this[Vr]}get timeStamp(){return this[Ur]}get cancelBubble(){return this[Zr]}set cancelBubble(e){e&&this.stopPropagation()}get returnValue(){return!this[Vr]}set returnValue(e){e||this.preventDefault()}get srcElement(){return this[Nr]}static NONE=0;static CAPTURING_PHASE=1;static AT_TARGET=2;static BUBBLING_PHASE=3;get[Symbol.toStringTag](){return`Event`}constructor(e,R){this[Er]=e,this[kr]=R?.bubbles??!1,this[jr]=R?.cancelable??!1,this[Mr]=R?.composed??!1,this[Ur]=Date.now(),Object.defineProperty(this,`isTrusted`,{get:()=>this[Hr],enumerable:!0,configurable:!1})}composedPath(){return this[Fr]?[this[Fr]]:[]}preventDefault(){this[jr]&&!this[ti]&&(this[Vr]=!0)}stopPropagation(){this[Zr]=!0}stopImmediatePropagation(){this[Zr]=!0,this[$r]=!0}},CustomEvent=class extends Event$1{detail;constructor(e,R){super(e,R),this.detail=R?.detail}},MessageEvent=class extends Event$1{data;origin;lastEventId;source;ports;constructor(e,R){super(e,R),this.data=R?.data??null,this.origin=R?.origin??``,this.lastEventId=R?.lastEventId??``,this.source=R?.source??null,this.ports=R?.ports??[]}get[Symbol.toStringTag](){return`MessageEvent`}},ErrorEvent=class extends Event$1{message;filename;lineno;colno;error;constructor(e,R){super(e,R),this.message=R?.message??``,this.filename=R?.filename??``,this.lineno=R?.lineno??0,this.colno=R?.colno??0,this.error=R?.error??null}get[Symbol.toStringTag](){return`ErrorEvent`}},CloseEvent=class extends Event$1{code;reason;wasClean;constructor(e,R){super(e,R),this.code=R?.code??0,this.reason=R?.reason??``,this.wasClean=R?.wasClean??!1}get[Symbol.toStringTag](){return`CloseEvent`}},ProgressEvent$1=class extends Event$1{static{__name$1(this,`ProgressEvent`)}lengthComputable;loaded;total;constructor(e,R){super(e,R),this.lengthComputable=R?.lengthComputable??!1,this.loaded=R?.loaded??0,this.total=R?.total??0}get[Symbol.toStringTag](){return`ProgressEvent`}},EventTarget$1=class{static{__name$1(this,`EventTarget`)}_listeners=new Map;get[Symbol.toStringTag](){return`EventTarget`}addEventListener(e,R,W){if(R===null)return;let Y=typeof W==`boolean`?W:W?.capture??!1,X=typeof W==`object`?W?.once??!1:!1,ie=typeof W==`object`?W?.passive??!1:!1,ae=this._listeners.get(e);ae||(ae=[],this._listeners.set(e,ae));for(let e of ae)if(e.listener===R&&e.capture===Y)return;let le={listener:R,capture:Y,once:X,passive:ie,removed:!1};ae.push(le),typeof W==`object`&&W?.signal&&W.signal.addEventListener(`abort`,()=>{this.removeEventListener(e,R,{capture:Y})},{once:!0})}removeEventListener(e,R,W){if(R===null)return;let Y=typeof W==`boolean`?W:W?.capture??!1,X=this._listeners.get(e);if(!X)return;let ie=X.findIndex(e=>e.listener===R&&e.capture===Y);ie!==-1&&(X[ie].removed=!0,X.splice(ie,1),X.length===0&&this._listeners.delete(e))}dispatchEvent(e){if(e[ei])throw new Tr(`The event is already being dispatched.`,`InvalidStateError`);e[ei]=!0,e[Nr]=this,e[Fr]=this,e[Br]=Event$1.AT_TARGET;let R=this._listeners.get(e.type);if(R){let W=[...R];for(let R of W)if(!R.removed){if(e[$r]||e[Zr])break;R.once&&this.removeEventListener(e.type,R.listener,{capture:R.capture});try{R.passive&&(e[ti]=!0),typeof R.listener==`function`?R.listener.call(this,e):typeof R.listener.handleEvent==`function`&&R.listener.handleEvent.call(R.listener,e)}catch(e){Tt.error(e)}finally{e[ti]=!1}}}return e[Br]=Event$1.NONE,e[Fr]=null,e[ei]=!1,!e.defaultPrevented}};for(let[e,R]of[[`NONE`,0],[`CAPTURING_PHASE`,1],[`AT_TARGET`,2],[`BUBBLING_PHASE`,3]])Object.defineProperty(Event$1.prototype,e,{value:R,writable:!1,enumerable:!0,configurable:!1}),Object.defineProperty(Event$1,e,{value:R,writable:!1,enumerable:!0,configurable:!1});var UIEvent=class extends Event$1{detail;view;constructor(e,R){super(e,R),this.detail=R?.detail??0,this.view=null}get[Symbol.toStringTag](){return`UIEvent`}},MouseEvent=class extends UIEvent{altKey;button;buttons;clientX;clientY;ctrlKey;metaKey;movementX;movementY;offsetX;offsetY;screenX;screenY;shiftKey;relatedTarget;get pageX(){return this.clientX}get pageY(){return this.clientY}get x(){return this.clientX}get y(){return this.clientY}constructor(e,R){super(e,R),this.altKey=R?.altKey??!1,this.button=R?.button??0,this.buttons=R?.buttons??0,this.clientX=R?.clientX??0,this.clientY=R?.clientY??0,this.ctrlKey=R?.ctrlKey??!1,this.metaKey=R?.metaKey??!1,this.movementX=R?.movementX??0,this.movementY=R?.movementY??0,this.offsetX=R?.offsetX??0,this.offsetY=R?.offsetY??0,this.screenX=R?.screenX??0,this.screenY=R?.screenY??0,this.shiftKey=R?.shiftKey??!1,this.relatedTarget=R?.relatedTarget??null}getModifierState(e){switch(e){case`Alt`:return this.altKey;case`Control`:return this.ctrlKey;case`Meta`:return this.metaKey;case`Shift`:return this.shiftKey;default:return!1}}get[Symbol.toStringTag](){return`MouseEvent`}},PointerEvent$1=class extends MouseEvent{static{__name$1(this,`PointerEvent`)}pointerId;width;height;pressure;tangentialPressure;tiltX;tiltY;twist;altitudeAngle;azimuthAngle;pointerType;isPrimary;constructor(e,R){super(e,R),this.pointerId=R?.pointerId??0,this.width=R?.width??1,this.height=R?.height??1,this.pressure=R?.pressure??0,this.tangentialPressure=R?.tangentialPressure??0,this.tiltX=R?.tiltX??0,this.tiltY=R?.tiltY??0,this.twist=R?.twist??0,this.altitudeAngle=R?.altitudeAngle??Math.PI/2,this.azimuthAngle=R?.azimuthAngle??0,this.pointerType=R?.pointerType??``,this.isPrimary=R?.isPrimary??!1}getCoalescedEvents(){return[]}getPredictedEvents(){return[]}get[Symbol.toStringTag](){return`PointerEvent`}},KeyboardEvent$1=class extends UIEvent{static{__name$1(this,`KeyboardEvent`)}altKey;code;ctrlKey;isComposing;key;location;metaKey;repeat;shiftKey;keyCode;which;static DOM_KEY_LOCATION_STANDARD=0;static DOM_KEY_LOCATION_LEFT=1;static DOM_KEY_LOCATION_RIGHT=2;static DOM_KEY_LOCATION_NUMPAD=3;constructor(e,R){super(e,R),this.altKey=R?.altKey??!1,this.code=R?.code??``,this.ctrlKey=R?.ctrlKey??!1,this.isComposing=R?.isComposing??!1,this.key=R?.key??``,this.location=R?.location??0,this.metaKey=R?.metaKey??!1,this.repeat=R?.repeat??!1,this.shiftKey=R?.shiftKey??!1,this.keyCode=R?.keyCode??0,this.which=R?.which??0}getModifierState(e){switch(e){case`Alt`:return this.altKey;case`Control`:return this.ctrlKey;case`Meta`:return this.metaKey;case`Shift`:return this.shiftKey;default:return!1}}get[Symbol.toStringTag](){return`KeyboardEvent`}},WheelEvent$1=class extends MouseEvent{static{__name$1(this,`WheelEvent`)}deltaX;deltaY;deltaZ;deltaMode;static DOM_DELTA_PIXEL=0;static DOM_DELTA_LINE=1;static DOM_DELTA_PAGE=2;constructor(e,R){super(e,R),this.deltaX=R?.deltaX??0,this.deltaY=R?.deltaY??0,this.deltaZ=R?.deltaZ??0,this.deltaMode=R?.deltaMode??0}get[Symbol.toStringTag](){return`WheelEvent`}},FocusEvent=class extends UIEvent{relatedTarget;constructor(e,R){super(e,R),this.relatedTarget=R?.relatedTarget??null}get[Symbol.toStringTag](){return`FocusEvent`}};let ni,ii,si,ci,fi;var pi=class Node extends EventTarget$1{constructor(...e){super(...e),this.ELEMENT_NODE=vr.ELEMENT_NODE,this.ATTRIBUTE_NODE=vr.ATTRIBUTE_NODE,this.TEXT_NODE=vr.TEXT_NODE,this.CDATA_SECTION_NODE=vr.CDATA_SECTION_NODE,this.PROCESSING_INSTRUCTION_NODE=vr.PROCESSING_INSTRUCTION_NODE,this.COMMENT_NODE=vr.COMMENT_NODE,this.DOCUMENT_NODE=vr.DOCUMENT_NODE,this.DOCUMENT_TYPE_NODE=vr.DOCUMENT_TYPE_NODE,this.DOCUMENT_FRAGMENT_NODE=vr.DOCUMENT_FRAGMENT_NODE,this[ni]=vr.ELEMENT_NODE,this[ii]=null,this[si]=[],this[ci]=[],this[fi]=!1}static{this.ELEMENT_NODE=vr.ELEMENT_NODE}static{this.ATTRIBUTE_NODE=vr.ATTRIBUTE_NODE}static{this.TEXT_NODE=vr.TEXT_NODE}static{this.CDATA_SECTION_NODE=vr.CDATA_SECTION_NODE}static{this.PROCESSING_INSTRUCTION_NODE=vr.PROCESSING_INSTRUCTION_NODE}static{this.COMMENT_NODE=vr.COMMENT_NODE}static{this.DOCUMENT_NODE=vr.DOCUMENT_NODE}static{this.DOCUMENT_TYPE_NODE=vr.DOCUMENT_TYPE_NODE}static{this.DOCUMENT_FRAGMENT_NODE=vr.DOCUMENT_FRAGMENT_NODE}static{this.DOCUMENT_POSITION_DISCONNECTED=1}static{this.DOCUMENT_POSITION_PRECEDING=2}static{this.DOCUMENT_POSITION_FOLLOWING=4}static{this.DOCUMENT_POSITION_CONTAINS=8}static{this.DOCUMENT_POSITION_CONTAINED_BY=16}static{this.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC=32}get nodeType(){return this[Yt]}get nodeName(){return``}get parentNode(){return this[Xt]}get parentElement(){let e=this[Xt];return e&&e[Yt]===vr.ELEMENT_NODE?e:null}get childNodes(){return new NodeList(this[Zt])}get firstChild(){return this[Zt][0]??null}get lastChild(){let e=this[Zt];return e[e.length-1]??null}get previousSibling(){let e=this[Xt];if(!e)return null;let R=e[Zt],W=R.indexOf(this);return W>0?R[W-1]:null}get nextSibling(){let e=this[Xt];if(!e)return null;let R=e[Zt],W=R.indexOf(this);return W!==-1&&W<R.length-1?R[W+1]:null}get textContent(){return null}set textContent(e){}get nodeValue(){return null}set nodeValue(e){}get ownerDocument(){let e=this;for(;e[Xt];)e=e[Xt];let R=globalThis.document;return e===R?R:null}get isConnected(){return this[$t]}hasChildNodes(){return this[Zt].length>0}contains(e){if(e===null)return!1;if(e===this)return!0;let R=e;for(;R;){if(R===this)return!0;R=R[Xt]}return!1}getRootNode(){let e=this;for(;e[Xt];)e=e[Xt];return e}appendChild(e){return e[Xt]&&e[Xt].removeChild(e),e[Xt]=this,this[Zt].push(e),e[Yt]===vr.ELEMENT_NODE&&this[Qt].push(e),e}removeChild(e){let R=this[Zt],W=R.indexOf(e);if(W===-1)throw new DOMException(`Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.`,`NotFoundError`);if(R.splice(W,1),e[Xt]=null,e[Yt]===vr.ELEMENT_NODE){let R=this[Qt].indexOf(e);R!==-1&&this[Qt].splice(R,1)}return e}insertBefore(e,R){if(R===null)return this.appendChild(e);let W=this[Zt],Y=W.indexOf(R);if(Y===-1)throw new DOMException(`Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.`,`NotFoundError`);if(e[Xt]&&e[Xt].removeChild(e),e[Xt]=this,W.splice(Y,0,e),e[Yt]===vr.ELEMENT_NODE){let R=this[Qt],X=R.length;for(let ie=Y;ie<W.length;ie++)if(W[ie][Yt]===vr.ELEMENT_NODE&&W[ie]!==e){X=R.indexOf(W[ie]);break}R.splice(X,0,e)}return e}replaceChild(e,R){return this.insertBefore(e,R),this.removeChild(R),R}cloneNode(e=!1){let R=new this.constructor;if(R[Yt]=this[Yt],e)for(let e of this[Zt])R.appendChild(e.cloneNode(!0));return R}dispatchEvent(e){let R=super.dispatchEvent(e);if(e.bubbles&&!e.cancelBubble){let R=this[Xt];for(;R&&(Object.getPrototypeOf(Node.prototype).dispatchEvent.call(R,e),!e.cancelBubble);)R=R[Xt]}return R}get[(ni=Yt,ii=Xt,si=Zt,ci=Qt,fi=$t,Symbol.toStringTag)](){return`Node`}};const mi={html:`http://www.w3.org/1999/xhtml`,svg:`http://www.w3.org/2000/svg`,mathML:`http://www.w3.org/1998/Math/MathML`,xml:`http://www.w3.org/XML/1998/namespace`,xmlns:`http://www.w3.org/2000/xmlns/`};var Attr=class{constructor(e,R,W=null,Y=null,X=null){this.specified=!0,this[lr]=e,this[hr]=R,this[gr]=X,this.namespaceURI=W,this.prefix=Y;let ie=e.indexOf(`:`);this.localName=ie===-1?e:e.slice(ie+1)}get name(){return this[lr]}get value(){return this[hr]}set value(e){this[hr]=e}get ownerElement(){return this[gr]}get[Symbol.toStringTag](){return`Attr`}},NamedNodeMap=class{constructor(e){this._items=[],this._ownerElement=e}get length(){return this._items.length}item(e){return this._items[e]??null}getNamedItem(e){return this._findByName(e)}getNamedItemNS(e,R){let W=e===``?null:e;for(let e of this._items)if(e.namespaceURI===W&&e.localName===R)return e;return null}setNamedItem(e){return this._setAttr(e)}setNamedItemNS(e){return this._setAttr(e)}removeNamedItem(e){let R=this._findByName(e);if(!R)throw new DOMException(`Failed to execute 'removeNamedItem' on 'NamedNodeMap': No item with name '${e}' was found.`,`NotFoundError`);return this._removeAttr(R),R}removeNamedItemNS(e,R){let W=this.getNamedItemNS(e,R);if(!W)throw new DOMException(`Failed to execute 'removeNamedItemNS' on 'NamedNodeMap': No item with namespace '${e}' and localName '${R}' was found.`,`NotFoundError`);return this._removeAttr(W),W}[Symbol.iterator](){return this._items[Symbol.iterator]()}get[Symbol.toStringTag](){return`NamedNodeMap`}_setNamedItem(e,R,W=null,Y=null){let X=W===null?this._findByName(e):this.getNamedItemNS(W,e.includes(`:`)?e.split(`:`)[1]:e);if(X)X.value=R;else{let X=new Attr(e,R,W,Y,this._ownerElement);this._items.push(X)}}_removeNamedItem(e){let R=this._findByName(e);return R?(this._removeAttr(R),!0):!1}_removeNamedItemNS(e,R){let W=this.getNamedItemNS(e,R);return W?(this._removeAttr(W),!0):!1}_findByName(e){let R=this._ownerElement.namespaceURI===mi.html,W=R?e.toLowerCase():e;for(let e of this._items)if((R?e.name.toLowerCase():e.name)===W)return e;return null}_setAttr(e){let R=null;if(R=e.namespaceURI===null?this._findByName(e.name):this.getNamedItemNS(e.namespaceURI,e.localName),R){let W=new Attr(R.name,R.value,R.namespaceURI,R.prefix,R.ownerElement);return R.value=e.value,W}return this._items.push(e),null}_removeAttr(e){let R=this._items.indexOf(e);R!==-1&&this._items.splice(R,1)}};let hi,gi,_i,yi,bi,Si;var Element=class extends pi{constructor(){super(),this[hi]=``,this[gi]=``,this[_i]=mi.html,this[yi]=null,this[bi]=new NamedNodeMap(this),this[Si]=new Map,this._pointerCaptures=new Set,this[Yt]=vr.ELEMENT_NODE}get tagName(){return this[on]}get localName(){return this[An]}get namespaceURI(){return this[tr]}get prefix(){return this[rr]}get nodeName(){return this[on]}get attributes(){return this[ir]}get id(){return this.getAttribute(`id`)??``}set id(e){this.setAttribute(`id`,e)}get className(){return this.getAttribute(`class`)??``}set className(e){this.setAttribute(`class`,e)}get children(){return this[Qt]}get childElementCount(){return this[Qt].length}get firstElementChild(){return this[Qt][0]??null}get lastElementChild(){let e=this[Qt];return e[e.length-1]??null}get previousElementSibling(){let e=this[Xt];if(!e)return null;let R=e[Qt],W=R.indexOf(this);return W>0?R[W-1]:null}get nextElementSibling(){let e=this[Xt];if(!e)return null;let R=e[Qt],W=R.indexOf(this);return W!==-1&&W<R.length-1?R[W+1]:null}get textContent(){let e=``;for(let R of this[Zt])R.textContent!==null&&(e+=R.textContent);return e}set textContent(e){let R=this[Zt];for(;R.length>0;)this.removeChild(R[0])}getAttribute(e){let R=this[ir].getNamedItem(e);return R?R.value:null}getAttributeNS(e,R){let W=this[ir].getNamedItemNS(e,R);return W?W.value:null}setAttribute(e,R){this[ir]._setNamedItem(e,String(R))}setAttributeNS(e,R,W){let Y=e===``?null:e,X=R.split(`:`),ie=X.length>1?X[0]:null;this[ir]._setNamedItem(R,String(W),Y,ie)}removeAttribute(e){this[ir]._removeNamedItem(e)}removeAttributeNS(e,R){let W=e===``?null:e;this[ir]._removeNamedItemNS(W,R)}hasAttribute(e){return this[ir].getNamedItem(e)!==null}hasAttributeNS(e,R){return this[ir].getNamedItemNS(e,R)!==null}getAttributeNode(e){return this[ir].getNamedItem(e)}setAttributeNode(e){return this[ir].setNamedItem(e)}removeAttributeNode(e){let R=this[ir].getNamedItem(e.name);if(!R)throw new DOMException(`Failed to execute 'removeAttributeNode' on 'Element': The attribute is not owned by this element.`,`NotFoundError`);return this[ir].removeNamedItem(R.name),R}toggleAttribute(e,R){return R===void 0?this.hasAttribute(e)?(this.removeAttribute(e),!1):(this.setAttribute(e,``),!0):R?(this.setAttribute(e,``),!0):(this.removeAttribute(e),!1)}hasAttributes(){return this[ir].length>0}dispatchEvent(e){let R=super.dispatchEvent(e),W=this[or].get(`on`+e.type);return typeof W==`function`&&W.call(this,e),R}querySelector(e){return null}querySelectorAll(e){return[]}matches(e){return!1}closest(e){return null}getElementsByTagName(e){let R=[],W=e.toUpperCase(),walk=Y=>{for(let X of Y[Zt])if(X[Yt]===vr.ELEMENT_NODE){let Y=X;(e===`*`||Y[on]===W)&&R.push(Y),walk(Y)}};return walk(this),R}getElementsByClassName(e){let R=[],W=e.split(/\s+/).filter(Boolean),walk=e=>{for(let Y of e[Zt])if(Y[Yt]===vr.ELEMENT_NODE){let e=Y,X=e.className.split(/\s+/);W.every(e=>X.includes(e))&&R.push(e),walk(e)}};return walk(this),R}cloneNode(e=!1){let R=super.cloneNode(!1);R[on]=this[on],R[An]=this[An],R[tr]=this[tr],R[rr]=this[rr];for(let e of this[ir])R.setAttributeNS(e.namespaceURI,e.name,e.value);if(e)for(let e of this[Zt])R.appendChild(e.cloneNode(!0));return R}setPointerCapture(e){this._pointerCaptures.add(e)}releasePointerCapture(e){this._pointerCaptures.delete(e)}hasPointerCapture(e){return this._pointerCaptures.has(e)}get[(hi=on,gi=An,_i=tr,yi=rr,bi=ir,Si=or,Symbol.toStringTag)](){return`Element`}},CSSStyleDeclaration=class{constructor(){this._cssText=``}get cssText(){return this._cssText}set cssText(e){this._cssText=e;for(let R of e.split(`;`)){let e=R.indexOf(`:`);if(e===-1)continue;let W=R.slice(0,e).trim(),Y=R.slice(e+1).trim();if(!W)continue;let X=W.replace(/-([a-z])/g,(e,R)=>R.toUpperCase());this[X]=Y}}setProperty(e,R,W){this[e]=R}getPropertyValue(e){let R=this[e];return typeof R==`string`?R:``}removeProperty(e){let R=this[e];return delete this[e],typeof R==`string`?R:``}getPropertyPriority(e){return``}},HTMLElement$1=class extends Element{static{__name$1(this,`HTMLElement`)}constructor(...e){super(...e),this.style=new CSSStyleDeclaration}get dataset(){let e=this;return new Proxy({},{get(R,W){if(typeof W!=`string`)return;let Y=`data-`+W.replace(/[A-Z]/g,e=>`-`+e.toLowerCase());return e.getAttribute(Y)??void 0},set(R,W,Y){if(typeof W!=`string`)return!1;let X=`data-`+W.replace(/[A-Z]/g,e=>`-`+e.toLowerCase());return e.setAttribute(X,String(Y)),!0},deleteProperty(R,W){if(typeof W!=`string`)return!1;let Y=`data-`+W.replace(/[A-Z]/g,e=>`-`+e.toLowerCase());return e.removeAttribute(Y),!0},has(R,W){if(typeof W!=`string`)return!1;let Y=`data-`+W.replace(/[A-Z]/g,e=>`-`+e.toLowerCase());return e.hasAttribute(Y)}})}get title(){return this.getAttribute(`title`)??``}set title(e){this.setAttribute(`title`,e)}get lang(){return this.getAttribute(`lang`)??``}set lang(e){this.setAttribute(`lang`,e)}get dir(){return this.getAttribute(`dir`)??``}set dir(e){this.setAttribute(`dir`,e)}get accessKey(){return this.getAttribute(`accesskey`)??``}set accessKey(e){this.setAttribute(`accesskey`,e)}get accessKeyLabel(){return this.getAttribute(`accesskey`)??``}get hidden(){return this.hasAttribute(`hidden`)}set hidden(e){e?this.setAttribute(`hidden`,``):this.removeAttribute(`hidden`)}get draggable(){return this.getAttribute(`draggable`)===`true`}set draggable(e){this.setAttribute(`draggable`,String(e))}get spellcheck(){let e=this.getAttribute(`spellcheck`);return e===`false`?!1:e!==null}set spellcheck(e){this.setAttribute(`spellcheck`,String(e))}get translate(){return this.getAttribute(`translate`)!==`no`}set translate(e){this.setAttribute(`translate`,e?`yes`:`no`)}get tabIndex(){let e=this.getAttribute(`tabindex`);return e===null?-1:Number(e)}set tabIndex(e){this.setAttribute(`tabindex`,String(e))}get contentEditable(){let e=this.getAttribute(`contenteditable`);return e===``||e===`true`?`true`:e===`false`?`false`:`inherit`}set contentEditable(e){e===`inherit`?this.removeAttribute(`contenteditable`):this.setAttribute(`contenteditable`,e)}get isContentEditable(){return this.contentEditable===`true`}get offsetHeight(){return 0}get offsetWidth(){return 0}get offsetLeft(){return 0}get offsetTop(){return 0}get offsetParent(){return null}get clientHeight(){return 0}get clientWidth(){return 0}get clientLeft(){return 0}get clientTop(){return 0}get scrollHeight(){return 0}get scrollWidth(){return 0}get scrollTop(){return 0}set scrollTop(e){}get scrollLeft(){return 0}set scrollLeft(e){}getBoundingClientRect(){let e=this.clientWidth,R=this.clientHeight;return{x:0,y:0,top:0,left:0,right:e,bottom:R,width:e,height:R,toJSON(){return this}}}click(){this.dispatchEvent(new Event$1(`click`,{bubbles:!0,cancelable:!0}))}blur(){this.dispatchEvent(new Event$1(`blur`))}focus(){this.dispatchEvent(new Event$1(`focus`))}get onclick(){return this[or].get(`onclick`)??null}set onclick(e){this[or].set(`onclick`,e)}get ondblclick(){return this[or].get(`ondblclick`)??null}set ondblclick(e){this[or].set(`ondblclick`,e)}get onload(){return this[or].get(`onload`)??null}set onload(e){this[or].set(`onload`,e)}get onerror(){return this[or].get(`onerror`)??null}set onerror(e){this[or].set(`onerror`,e)}get onabort(){return this[or].get(`onabort`)??null}set onabort(e){this[or].set(`onabort`,e)}get onfocus(){return this[or].get(`onfocus`)??null}set onfocus(e){this[or].set(`onfocus`,e)}get onblur(){return this[or].get(`onblur`)??null}set onblur(e){this[or].set(`onblur`,e)}get onchange(){return this[or].get(`onchange`)??null}set onchange(e){this[or].set(`onchange`,e)}get oninput(){return this[or].get(`oninput`)??null}set oninput(e){this[or].set(`oninput`,e)}get onsubmit(){return this[or].get(`onsubmit`)??null}set onsubmit(e){this[or].set(`onsubmit`,e)}get onreset(){return this[or].get(`onreset`)??null}set onreset(e){this[or].set(`onreset`,e)}get onscroll(){return this[or].get(`onscroll`)??null}set onscroll(e){this[or].set(`onscroll`,e)}get onresize(){return this[or].get(`onresize`)??null}set onresize(e){this[or].set(`onresize`,e)}get onmousedown(){return this[or].get(`onmousedown`)??null}set onmousedown(e){this[or].set(`onmousedown`,e)}get onmouseup(){return this[or].get(`onmouseup`)??null}set onmouseup(e){this[or].set(`onmouseup`,e)}get onmousemove(){return this[or].get(`onmousemove`)??null}set onmousemove(e){this[or].set(`onmousemove`,e)}get onmouseover(){return this[or].get(`onmouseover`)??null}set onmouseover(e){this[or].set(`onmouseover`,e)}get onmouseout(){return this[or].get(`onmouseout`)??null}set onmouseout(e){this[or].set(`onmouseout`,e)}get onmouseenter(){return this[or].get(`onmouseenter`)??null}set onmouseenter(e){this[or].set(`onmouseenter`,e)}get onmouseleave(){return this[or].get(`onmouseleave`)??null}set onmouseleave(e){this[or].set(`onmouseleave`,e)}get oncontextmenu(){return this[or].get(`oncontextmenu`)??null}set oncontextmenu(e){this[or].set(`oncontextmenu`,e)}get onwheel(){return this[or].get(`onwheel`)??null}set onwheel(e){this[or].set(`onwheel`,e)}get onkeydown(){return this[or].get(`onkeydown`)??null}set onkeydown(e){this[or].set(`onkeydown`,e)}get onkeyup(){return this[or].get(`onkeyup`)??null}set onkeyup(e){this[or].set(`onkeyup`,e)}get ontouchstart(){return this[or].get(`ontouchstart`)??null}set ontouchstart(e){this[or].set(`ontouchstart`,e)}get ontouchend(){return this[or].get(`ontouchend`)??null}set ontouchend(e){this[or].set(`ontouchend`,e)}get ontouchmove(){return this[or].get(`ontouchmove`)??null}set ontouchmove(e){this[or].set(`ontouchmove`,e)}get onpointerdown(){return this[or].get(`onpointerdown`)??null}set onpointerdown(e){this[or].set(`onpointerdown`,e)}get onpointerup(){return this[or].get(`onpointerup`)??null}set onpointerup(e){this[or].set(`onpointerup`,e)}get onpointermove(){return this[or].get(`onpointermove`)??null}set onpointermove(e){this[or].set(`onpointermove`,e)}cloneNode(e=!1){return super.cloneNode(e)}get[Symbol.toStringTag](){return`HTMLElement`}},Ti=class HTMLCanvasElement extends HTMLElement$1{constructor(...e){super(...e),this.oncontextlost=null,this.oncontextrestored=null,this.onwebglcontextcreationerror=null,this.onwebglcontextlost=null,this.onwebglcontextrestored=null}static{this._contextFactories=new Map}static registerContextFactory(e,R){HTMLCanvasElement._contextFactories.set(e,R)}get width(){let e=this.getAttribute(`width`);return e===null?300:Number(e)}set width(e){this.setAttribute(`width`,String(e))}get height(){let e=this.getAttribute(`height`);return e===null?150:Number(e)}set height(e){this.setAttribute(`height`,String(e))}getContext(e,R){let W=HTMLCanvasElement._contextFactories.get(e);return W?W(this,R):null}toDataURL(e,R){let W=this.getContext(`2d`);return W&&typeof W._toDataURL==`function`?W._toDataURL(e,R):``}toBlob(e,R,W){let Y=this.toDataURL(R,W);if(!Y){e(null);return}let[X,ie]=Y.split(`,`),ae=X.split(`:`)[1].split(`;`)[0],le=atob(ie),_e=new Uint8Array(le.length);for(let e=0;e<le.length;e++)_e[e]=le.charCodeAt(e);e(new Blob([_e],{type:ae}))}captureStream(e){return{}}},Ei=class DOMMatrix{constructor(e){this.a=1,this.b=0,this.c=0,this.d=1,this.e=0,this.f=0,this.m11=1,this.m12=0,this.m13=0,this.m14=0,this.m21=0,this.m22=1,this.m23=0,this.m24=0,this.m31=0,this.m32=0,this.m33=1,this.m34=0,this.m41=0,this.m42=0,this.m43=0,this.m44=1,this.is2D=!0,this.isIdentity=!0,Array.isArray(e)&&(e.length===6?(this.a=this.m11=e[0],this.b=this.m12=e[1],this.c=this.m21=e[2],this.d=this.m22=e[3],this.e=this.m41=e[4],this.f=this.m42=e[5],this.is2D=!0):e.length===16&&(this.m11=e[0],this.m12=e[1],this.m13=e[2],this.m14=e[3],this.m21=e[4],this.m22=e[5],this.m23=e[6],this.m24=e[7],this.m31=e[8],this.m32=e[9],this.m33=e[10],this.m34=e[11],this.m41=e[12],this.m42=e[13],this.m43=e[14],this.m44=e[15],this.a=this.m11,this.b=this.m12,this.c=this.m21,this.d=this.m22,this.e=this.m41,this.f=this.m42,this.is2D=!1),this.isIdentity=this.a===1&&this.b===0&&this.c===0&&this.d===1&&this.e===0&&this.f===0)}multiply(e){return new DOMMatrix([this.a*e.a+this.c*e.b,this.b*e.a+this.d*e.b,this.a*e.c+this.c*e.d,this.b*e.c+this.d*e.d,this.a*e.e+this.c*e.f+this.e,this.b*e.e+this.d*e.f+this.f])}multiplySelf(e){let R=this.multiply(e);return this.a=R.a,this.b=R.b,this.c=R.c,this.d=R.d,this.e=R.e,this.f=R.f,this.m11=this.a,this.m12=this.b,this.m21=this.c,this.m22=this.d,this.m41=this.e,this.m42=this.f,this.isIdentity=!1,this}inverse(){let e=this.a*this.d-this.b*this.c;if(e===0)return new DOMMatrix([1,0,0,1,0,0]);let R=1/e;return new DOMMatrix([this.d*R,-this.b*R,-this.c*R,this.a*R,(this.c*this.f-this.d*this.e)*R,(this.b*this.e-this.a*this.f)*R])}translate(e=0,R=0){return this.multiply({a:1,b:0,c:0,d:1,e,f:R})}scale(e=1,R=e){return this.multiply({a:e,b:0,c:0,d:R,e:0,f:0})}};const Di=Ei;function defineGlobal(e,R){Object.defineProperty(globalThis,e,{value:R,writable:!0,configurable:!0})}function defineGlobalIfMissing(e,R){globalThis[e]===void 0&&defineGlobal(e,R)}const Oi={aliceblue:`#f0f8ff`,antiquewhite:`#faebd7`,aqua:`#00ffff`,aquamarine:`#7fffd4`,azure:`#f0ffff`,beige:`#f5f5dc`,bisque:`#ffe4c4`,black:`#000000`,blanchedalmond:`#ffebcd`,blue:`#0000ff`,blueviolet:`#8a2be2`,brown:`#a52a2a`,burlywood:`#deb887`,cadetblue:`#5f9ea0`,chartreuse:`#7fff00`,chocolate:`#d2691e`,coral:`#ff7f50`,cornflowerblue:`#6495ed`,cornsilk:`#fff8dc`,crimson:`#dc143c`,cyan:`#00ffff`,darkblue:`#00008b`,darkcyan:`#008b8b`,darkgoldenrod:`#b8860b`,darkgray:`#a9a9a9`,darkgreen:`#006400`,darkgrey:`#a9a9a9`,darkkhaki:`#bdb76b`,darkmagenta:`#8b008b`,darkolivegreen:`#556b2f`,darkorange:`#ff8c00`,darkorchid:`#9932cc`,darkred:`#8b0000`,darksalmon:`#e9967a`,darkseagreen:`#8fbc8f`,darkslateblue:`#483d8b`,darkslategray:`#2f4f4f`,darkslategrey:`#2f4f4f`,darkturquoise:`#00ced1`,darkviolet:`#9400d3`,deeppink:`#ff1493`,deepskyblue:`#00bfff`,dimgray:`#696969`,dimgrey:`#696969`,dodgerblue:`#1e90ff`,firebrick:`#b22222`,floralwhite:`#fffaf0`,forestgreen:`#228b22`,fuchsia:`#ff00ff`,gainsboro:`#dcdcdc`,ghostwhite:`#f8f8ff`,gold:`#ffd700`,goldenrod:`#daa520`,gray:`#808080`,green:`#008000`,greenyellow:`#adff2f`,grey:`#808080`,honeydew:`#f0fff0`,hotpink:`#ff69b4`,indianred:`#cd5c5c`,indigo:`#4b0082`,ivory:`#fffff0`,khaki:`#f0e68c`,lavender:`#e6e6fa`,lavenderblush:`#fff0f5`,lawngreen:`#7cfc00`,lemonchiffon:`#fffacd`,lightblue:`#add8e6`,lightcoral:`#f08080`,lightcyan:`#e0ffff`,lightgoldenrodyellow:`#fafad2`,lightgray:`#d3d3d3`,lightgreen:`#90ee90`,lightgrey:`#d3d3d3`,lightpink:`#ffb6c1`,lightsalmon:`#ffa07a`,lightseagreen:`#20b2aa`,lightskyblue:`#87cefa`,lightslategray:`#778899`,lightslategrey:`#778899`,lightsteelblue:`#b0c4de`,lightyellow:`#ffffe0`,lime:`#00ff00`,limegreen:`#32cd32`,linen:`#faf0e6`,magenta:`#ff00ff`,maroon:`#800000`,mediumaquamarine:`#66cdaa`,mediumblue:`#0000cd`,mediumorchid:`#ba55d3`,mediumpurple:`#9370db`,mediumseagreen:`#3cb371`,mediumslateblue:`#7b68ee`,mediumspringgreen:`#00fa9a`,mediumturquoise:`#48d1cc`,mediumvioletred:`#c71585`,midnightblue:`#191970`,mintcream:`#f5fffa`,mistyrose:`#ffe4e1`,moccasin:`#ffe4b5`,navajowhite:`#ffdead`,navy:`#000080`,oldlace:`#fdf5e6`,olive:`#808000`,olivedrab:`#6b8e23`,orange:`#ffa500`,orangered:`#ff4500`,orchid:`#da70d6`,palegoldenrod:`#eee8aa`,palegreen:`#98fb98`,paleturquoise:`#afeeee`,palevioletred:`#db7093`,papayawhip:`#ffefd5`,peachpuff:`#ffdab9`,peru:`#cd853f`,pink:`#ffc0cb`,plum:`#dda0dd`,powderblue:`#b0e0e6`,purple:`#800080`,rebeccapurple:`#663399`,red:`#ff0000`,rosybrown:`#bc8f8f`,royalblue:`#4169e1`,saddlebrown:`#8b4513`,salmon:`#fa8072`,sandybrown:`#f4a460`,seagreen:`#2e8b57`,seashell:`#fff5ee`,sienna:`#a0522d`,silver:`#c0c0c0`,skyblue:`#87ceeb`,slateblue:`#6a5acd`,slategray:`#708090`,slategrey:`#708090`,snow:`#fffafa`,springgreen:`#00ff7f`,steelblue:`#4682b4`,tan:`#d2b48c`,teal:`#008080`,thistle:`#d8bfd8`,tomato:`#ff6347`,turquoise:`#40e0d0`,violet:`#ee82ee`,wheat:`#f5deb3`,white:`#ffffff`,whitesmoke:`#f5f5f5`,yellow:`#ffff00`,yellowgreen:`#9acd32`,transparent:`#00000000`};function parseColor(e){if(!e||typeof e!=`string`)return null;let R=e.trim().toLowerCase(),W=Oi[R];if(W)return parseHex(W);if(R.startsWith(`#`))return parseHex(R);let Y=R.match(/^rgba?\(\s*(\d+(?:\.\d+)?%?)\s*[,\s]\s*(\d+(?:\.\d+)?%?)\s*[,\s]\s*(\d+(?:\.\d+)?%?)\s*(?:[,/]\s*(\d+(?:\.\d+)?%?))?\s*\)$/);if(Y)return{r:parseComponent(Y[1],255)/255,g:parseComponent(Y[2],255)/255,b:parseComponent(Y[3],255)/255,a:Y[4]===void 0?1:parseComponent(Y[4],1)};let X=R.match(/^hsla?\(\s*(\d+(?:\.\d+)?)\s*[,\s]\s*(\d+(?:\.\d+)?)(%)?\s*[,\s]\s*(\d+(?:\.\d+)?)(%)?\s*(?:[,/]\s*(\d+(?:\.\d+)?%?))?\s*\)$/);if(X){let e=parseFloat(X[1]),R=parseFloat(X[2]),W=X[3]===`%`,Y=parseFloat(X[4]),ie=X[5]===`%`,ae=X[6]===void 0?1:parseComponent(X[6],1);return e>1&&(e/=360),(W||R>1)&&(R/=100),(ie||Y>1)&&(Y/=100),hslToRGBA(e,R,Y,Math.max(0,Math.min(1,ae)))}return null}function parseHex(e){let R=e.slice(1),W,Y,X,ie=1;if(R.length===3)W=parseInt(R[0]+R[0],16)/255,Y=parseInt(R[1]+R[1],16)/255,X=parseInt(R[2]+R[2],16)/255;else if(R.length===4)W=parseInt(R[0]+R[0],16)/255,Y=parseInt(R[1]+R[1],16)/255,X=parseInt(R[2]+R[2],16)/255,ie=parseInt(R[3]+R[3],16)/255;else if(R.length===6)W=parseInt(R.slice(0,2),16)/255,Y=parseInt(R.slice(2,4),16)/255,X=parseInt(R.slice(4,6),16)/255;else if(R.length===8)W=parseInt(R.slice(0,2),16)/255,Y=parseInt(R.slice(2,4),16)/255,X=parseInt(R.slice(4,6),16)/255,ie=parseInt(R.slice(6,8),16)/255;else return null;return{r:W,g:Y,b:X,a:ie}}function parseComponent(e,R){return e.endsWith(`%`)?parseFloat(e)/100*R:parseFloat(e)}function hue2rgb(e,R,W){return W<0&&(W+=1),W>1&&--W,W<1/6?e+(R-e)*6*W:W<1/2?R:W<2/3?e+(R-e)*(2/3-W)*6:e}function hslToRGBA(e,R,W,Y){let X,ie,ae;if(R===0)X=ie=ae=W;else{let Y=W<.5?W*(1+R):W+R-W*R,le=2*W-Y;X=hue2rgb(le,Y,e+1/3),ie=hue2rgb(le,Y,e),ae=hue2rgb(le,Y,e-1/3)}return{r:X,g:ie,b:ae,a:Y}}const ki={r:0,g:0,b:0,a:1};var CanvasGradient=class{constructor(e,R,Y,X,ie,ae,le){e===`radial`?this._pattern=new W.RadialGradient(R,Y,ae,X,ie,le):this._pattern=new W.LinearGradient(R,Y,X,ie)}addColorStop(e,R){let W=parseColor(R);W&&this._pattern.addColorStopRGBA(e,W.r,W.g,W.b,W.a)}_getCairoPattern(){return this._pattern}};function quadraticToCubic(e,R,W,Y,X,ie){return{cp1x:e+2/3*(W-e),cp1y:R+2/3*(Y-R),cp2x:X+2/3*(W-X),cp2y:ie+2/3*(Y-ie)}}function computeArcTo(e,R,W,Y,X,ie,ae){let le=e-W,_e=R-Y,ye=X-W,be=ie-Y,Ce=Math.sqrt(le*le+_e*_e),Te=Math.sqrt(ye*ye+be*be);if(Ce===0||Te===0)return null;let Oe=le/Ce,Ae=_e/Ce,Me=ye/Te,Pe=be/Te,Re=Oe*Pe-Ae*Me;if(Math.abs(Re)<1e-10)return null;let Be=Oe*Me+Ae*Pe,Ve=Math.acos(Math.max(-1,Math.min(1,Be)))/2,He=ae/Math.tan(Ve),Ue=W+Oe*He,We=Y+Ae*He,Ge=W+Me*He,Ke=Y+Pe*He,qe=ae/Math.sin(Ve),Je=(Oe+Me)/2,Ye=(Ae+Pe)/2,Xe=Math.sqrt(Je*Je+Ye*Ye),Ze=W+Je/Xe*qe,Qe=Y+Ye/Xe*qe;return{tx0:Ue,ty0:We,tx1:Ge,ty1:Ke,cx:Ze,cy:Qe,startAngle:Math.atan2(We-Qe,Ue-Ze),endAngle:Math.atan2(Ke-Qe,Ge-Ze),counterclockwise:Re>0}}function cairoArcTo(e,R,W,Y,X,ie,ae,le){let _e=computeArcTo(R,W,Y,X,ie,ae,le);if(!_e){e.lineTo(Y,X);return}let{tx0:ye,ty0:be,cx:Ce,cy:Te,startAngle:Oe,endAngle:Ae,counterclockwise:Me}=_e;e.lineTo(ye,be),Me?e.arcNegative(Ce,Te,le,Oe,Ae):e.arc(Ce,Te,le,Oe,Ae)}function cairoEllipse(e,R,W,Y,X,ie,ae,le,_e){e.save(),e.translate(R,W),e.rotate(ie),e.scale(Y,X),_e?e.arcNegative(0,0,1,ae,le):e.arc(0,0,1,ae,le),e.restore()}function cairoRoundRect(e,R,W,Y,X,ie){let ae,le,_e,ye;typeof ie==`number`?ae=le=_e=ye=ie:ie.length===1?ae=le=_e=ye=ie[0]:ie.length===2?(ae=_e=ie[0],le=ye=ie[1]):ie.length===3?(ae=ie[0],le=ye=ie[1],_e=ie[2]):(ae=ie[0],le=ie[1],_e=ie[2],ye=ie[3]);let be=Math.min(Y/2,X/2);ae=Math.min(ae,be),le=Math.min(le,be),_e=Math.min(_e,be),ye=Math.min(ye,be);let Ce=Math.PI/2;e.newSubPath(),e.arc(R+ae,W+ae,ae,Math.PI,Math.PI+Ce),e.arc(R+Y-le,W+le,le,-Ce,0),e.arc(R+Y-_e,W+X-_e,_e,0,Ce),e.arc(R+ye,W+X-ye,ye,Ce,Math.PI),e.closePath()}const Ai={"source-over":2,"source-in":3,"source-out":4,"source-atop":5,"destination-over":7,"destination-in":8,"destination-out":9,"destination-atop":10,lighter:12,copy:1,xor:11,multiply:14,screen:15,overlay:16,darken:17,lighten:18,"color-dodge":19,"color-burn":20,"hard-light":21,"soft-light":22,difference:23,exclusion:24,hue:25,saturation:26,color:27,luminosity:28},Mi={butt:0,round:1,square:2},Fi={miter:0,round:1,bevel:2};var Ii=class Path2D{constructor(e){this._ops=[],e instanceof Path2D&&(this._ops=[...e._ops])}addPath(e){this._ops.push(...e._ops)}moveTo(e,R){this._ops.push({type:`moveTo`,x:e,y:R})}lineTo(e,R){this._ops.push({type:`lineTo`,x:e,y:R})}closePath(){this._ops.push({type:`closePath`})}bezierCurveTo(e,R,W,Y,X,ie){this._ops.push({type:`bezierCurveTo`,cp1x:e,cp1y:R,cp2x:W,cp2y:Y,x:X,y:ie})}quadraticCurveTo(e,R,W,Y){this._ops.push({type:`quadraticCurveTo`,cpx:e,cpy:R,x:W,y:Y})}arc(e,R,W,Y,X,ie=!1){this._ops.push({type:`arc`,x:e,y:R,radius:W,startAngle:Y,endAngle:X,ccw:ie})}ellipse(e,R,W,Y,X,ie,ae,le=!1){if(W<0||Y<0)throw RangeError(`The radii provided are negative`);this._ops.push({type:`ellipse`,x:e,y:R,rx:W,ry:Y,rotation:X,startAngle:ie,endAngle:ae,ccw:le})}rect(e,R,W,Y){this._ops.push({type:`rect`,x:e,y:R,w:W,h:Y})}roundRect(e,R,W,Y,X=0){this._ops.push({type:`roundRect`,x:e,y:R,w:W,h:Y,radii:X})}_replayOnCairo(e){let R=0,W=0;for(let Y of this._ops)switch(Y.type){case`moveTo`:e.moveTo(Y.x,Y.y),R=Y.x,W=Y.y;break;case`lineTo`:e.lineTo(Y.x,Y.y),R=Y.x,W=Y.y;break;case`closePath`:e.closePath();break;case`bezierCurveTo`:e.curveTo(Y.cp1x,Y.cp1y,Y.cp2x,Y.cp2y,Y.x,Y.y),R=Y.x,W=Y.y;break;case`quadraticCurveTo`:{let{cp1x:X,cp1y:ie,cp2x:ae,cp2y:le}=quadraticToCubic(R,W,Y.cpx,Y.cpy,Y.x,Y.y);e.curveTo(X,ie,ae,le,Y.x,Y.y),R=Y.x,W=Y.y;break}case`arc`:Y.ccw?e.arcNegative(Y.x,Y.y,Y.radius,Y.startAngle,Y.endAngle):e.arc(Y.x,Y.y,Y.radius,Y.startAngle,Y.endAngle);break;case`ellipse`:e.save(),e.translate(Y.x,Y.y),e.rotate(Y.rotation),e.scale(Y.rx,Y.ry),Y.ccw?e.arcNegative(0,0,1,Y.startAngle,Y.endAngle):e.arc(0,0,1,Y.startAngle,Y.endAngle),e.restore();break;case`rect`:e.rectangle(Y.x,Y.y,Y.w,Y.h);break;case`roundRect`:cairoRoundRect(e,Y.x,Y.y,Y.w,Y.h,Y.radii);break}}};function asCairoPattern(e){if(!e)return null;let R=e;return typeof R.setFilter!=`function`||typeof R.setExtend!=`function`?null:R}function isPixbufImageSource(e){return typeof e!=`object`||!e?!1:typeof e.isPixbuf==`function`&&e.isPixbuf()}function isCanvasImageSource(e){return typeof e!=`object`||!e?!1:typeof e.getContext==`function`}var Li=class CanvasPattern{constructor(e,R){let Y=asCairoPattern(new W.SurfacePattern(e));if(!Y)throw TypeError(`CanvasPattern: cairo SurfacePattern is missing setExtend at runtime — incompatible Cairo binding`);switch(this._pattern=Y,R){case`repeat`:case``:case null:Y.setExtend(W.Extend.REPEAT);break;case`repeat-x`:case`repeat-y`:Y.setExtend(W.Extend.REPEAT);break;case`no-repeat`:Y.setExtend(W.Extend.NONE);break}}static create(e,R){if(isPixbufImageSource(e)){let X=e._pixbuf,ie=X.get_width(),ae=X.get_height(),le=new W.ImageSurface(W.Format.ARGB32,ie,ae),_e=new W.Context(le);return Y.cairo_set_source_pixbuf(_e,X,0,0),_e.paint(),_e.$dispose(),new CanvasPattern(le,R)}if(isCanvasImageSource(e)){let Y=e.getContext(`2d`);if(Y&&typeof Y._getSurface==`function`){let e=Y._getSurface(),X=e.getWidth(),ie=e.getHeight(),ae=new W.ImageSurface(W.Format.ARGB32,X,ie),le=new W.Context(ae);return le.setSourceSurface(e,0,0),le.paint(),le.$dispose(),new CanvasPattern(ae,R)}}return null}_getCairoPattern(){return this._pattern}},OurImageData=class{constructor(e,R,W){if(this.colorSpace=`srgb`,typeof e==`number`)this.width=e,this.height=R,this.data=new Uint8ClampedArray(this.width*this.height*4);else if(this.data=e,this.width=R,this.height=W??this.data.length/(4*this.width),this.data.length!==this.width*this.height*4)throw RangeError(`Source data length ${this.data.length} is not a multiple of (4 * width=${this.width})`)}};function createDefaultState(){return{fillStyle:`#000000`,fillColor:{...ki},strokeStyle:`#000000`,strokeColor:{...ki},lineWidth:1,lineCap:`butt`,lineJoin:`miter`,miterLimit:10,lineDash:[],lineDashOffset:0,globalAlpha:1,globalCompositeOperation:`source-over`,shadowColor:`rgba(0, 0, 0, 0)`,shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,font:`10px sans-serif`,textAlign:`start`,textBaseline:`alphabetic`,direction:`ltr`,imageSmoothingEnabled:!0,imageSmoothingQuality:`low`}}function cloneState(e){return{...e,fillColor:{...e.fillColor},strokeColor:{...e.strokeColor},lineDash:[...e.lineDash]}}var CanvasRenderingContext2D=class{constructor(e,R){this._stateStack=[],this.canvas=e,this._surfaceWidth=e.width||300,this._surfaceHeight=e.height||150,this._surface=new W.ImageSurface(W.Format.ARGB32,this._surfaceWidth,this._surfaceHeight),this._ctx=new W.Context(this._surface),this._state=createDefaultState()}_ensureSurface(){let e=this.canvas.width||300,R=this.canvas.height||150;(e!==this._surfaceWidth||R!==this._surfaceHeight)&&(this._ctx.$dispose(),this._surface.finish(),this._surfaceWidth=e,this._surfaceHeight=R,this._surface=new W.ImageSurface(W.Format.ARGB32,e,R),this._ctx=new W.Context(this._surface),this._stateStack=[])}_resetState(){this._state=createDefaultState(),this._stateStack=[]}_applyFillStyle(){let e=this._state.fillStyle;if(typeof e==`string`){let e=this._state.fillColor,R=e.a*this._state.globalAlpha;this._ctx.setSourceRGBA(e.r,e.g,e.b,R)}else e instanceof CanvasGradient?this._ctx.setSource(e._getCairoPattern()):e instanceof Li&&(this._ctx.setSource(e._getCairoPattern()),this._applyPatternFilter())}_applyStrokeStyle(){let e=this._state.strokeStyle;if(typeof e==`string`){let e=this._state.strokeColor,R=e.a*this._state.globalAlpha;this._ctx.setSourceRGBA(e.r,e.g,e.b,R)}else e instanceof CanvasGradient?this._ctx.setSource(e._getCairoPattern()):e instanceof Li&&(this._ctx.setSource(e._getCairoPattern()),this._applyPatternFilter())}_applyPatternFilter(){let e=asCairoPattern(this._ctx.getSource?.());if(!e)return;let R;R=this._state.imageSmoothingEnabled?this._state.imageSmoothingQuality===`high`?W.Filter.BEST:W.Filter.BILINEAR:W.Filter.NEAREST,e.setFilter(R)}_applyLineStyle(){this._ctx.setLineWidth(this._state.lineWidth),this._ctx.setLineCap(Mi[this._state.lineCap]),this._ctx.setLineJoin(Fi[this._state.lineJoin]),this._ctx.setMiterLimit(this._state.miterLimit),this._ctx.setDash(this._state.lineDash,this._state.lineDashOffset)}_applyCompositing(){let e=Ai[this._state.globalCompositeOperation];e!==void 0&&this._ctx.setOperator(e)}_getSurface(){return this._surface}_hasShadow(){if(this._state.shadowBlur===0&&this._state.shadowOffsetX===0&&this._state.shadowOffsetY===0)return!1;let e=parseColor(this._state.shadowColor);return e!==null&&e.a>0}_deviceToUserDistance(e,R){let W=this._ctx.userToDevice(0,0),Y=this._ctx.userToDevice(1,0),X=this._ctx.userToDevice(0,1),ie=(Y[0]??0)-(W[0]??0),ae=(Y[1]??0)-(W[1]??0),le=(X[0]??0)-(W[0]??0),_e=(X[1]??0)-(W[1]??0),ye=ie*_e-ae*le;return Math.abs(ye)<1e-10?[e,R]:[(_e*e-le*R)/ye,(-ae*e+ie*R)/ye]}_renderShadow(e){}save(){this._ensureSurface(),this._stateStack.push(cloneState(this._state)),this._ctx.save()}restore(){this._ensureSurface();let e=this._stateStack.pop();e&&(this._state=e,this._ctx.restore())}translate(e,R){this._ensureSurface(),this._ctx.translate(e,R)}rotate(e){this._ensureSurface(),this._ctx.rotate(e)}scale(e,R){this._ensureSurface(),this._ctx.scale(e,R)}transform(e,R,W,Y,X,ie){if(this._ensureSurface(),!Number.isFinite(e)||!Number.isFinite(R)||!Number.isFinite(W)||!Number.isFinite(Y)||!Number.isFinite(X)||!Number.isFinite(ie))return;let ae=X,le=ie,_e=Math.hypot(e,R),ye=Math.hypot(W,Y),be=Math.atan2(R,e);this._ctx.translate(ae,le),be!==0&&this._ctx.rotate(be),(_e!==1||ye!==1)&&this._ctx.scale(_e,ye)}setTransform(e,R,W,Y,X,ie){if(this._ensureSurface(),typeof e==`object`&&e){let R=e;this._ctx.identityMatrix(),this.transform(R.a??R.m11??1,R.b??R.m12??0,R.c??R.m21??0,R.d??R.m22??1,R.e??R.m41??0,R.f??R.m42??0)}else typeof e==`number`?(this._ctx.identityMatrix(),this.transform(e,R,W,Y,X,ie)):this._ctx.identityMatrix()}getTransform(){let e=this._ctx.userToDevice(0,0),R=this._ctx.userToDevice(1,0),W=this._ctx.userToDevice(0,1),Y=e[0]??0,X=e[1]??0,ie=(R[0]??0)-Y,ae=(R[1]??0)-X,le=(W[0]??0)-Y,_e=(W[1]??0)-X,ye=globalThis.DOMMatrix;return typeof ye==`function`?new ye([ie,ae,le,_e,Y,X]):{a:ie,b:ae,c:le,d:_e,e:Y,f:X,m11:ie,m12:ae,m13:0,m14:0,m21:le,m22:_e,m23:0,m24:0,m31:0,m32:0,m33:1,m34:0,m41:Y,m42:X,m43:0,m44:1,is2D:!0,isIdentity:ie===1&&ae===0&&le===0&&_e===1&&Y===0&&X===0}}resetTransform(){this._ensureSurface(),this._ctx.identityMatrix()}get fillStyle(){return this._state.fillStyle}set fillStyle(e){if(typeof e==`string`){let R=parseColor(e);R&&(this._state.fillStyle=e,this._state.fillColor=R)}else this._state.fillStyle=e}get strokeStyle(){return this._state.strokeStyle}set strokeStyle(e){if(typeof e==`string`){let R=parseColor(e);R&&(this._state.strokeStyle=e,this._state.strokeColor=R)}else this._state.strokeStyle=e}get lineWidth(){return this._state.lineWidth}set lineWidth(e){e>0&&isFinite(e)&&(this._state.lineWidth=e)}get lineCap(){return this._state.lineCap}set lineCap(e){(e===`butt`||e===`round`||e===`square`)&&(this._state.lineCap=e)}get lineJoin(){return this._state.lineJoin}set lineJoin(e){(e===`miter`||e===`round`||e===`bevel`)&&(this._state.lineJoin=e)}get miterLimit(){return this._state.miterLimit}set miterLimit(e){e>0&&isFinite(e)&&(this._state.miterLimit=e)}get globalAlpha(){return this._state.globalAlpha}set globalAlpha(e){e>=0&&e<=1&&isFinite(e)&&(this._state.globalAlpha=e)}get globalCompositeOperation(){return this._state.globalCompositeOperation}set globalCompositeOperation(e){Ai[e]!==void 0&&(this._state.globalCompositeOperation=e)}get imageSmoothingEnabled(){return this._state.imageSmoothingEnabled}set imageSmoothingEnabled(e){this._state.imageSmoothingEnabled=!!e}get imageSmoothingQuality(){return this._state.imageSmoothingQuality}set imageSmoothingQuality(e){(e===`low`||e===`medium`||e===`high`)&&(this._state.imageSmoothingQuality=e)}setLineDash(e){e.some(e=>e<0||!isFinite(e))||(this._state.lineDash=[...e])}getLineDash(){return[...this._state.lineDash]}get lineDashOffset(){return this._state.lineDashOffset}set lineDashOffset(e){isFinite(e)&&(this._state.lineDashOffset=e)}get shadowColor(){return this._state.shadowColor}set shadowColor(e){this._state.shadowColor=e}get shadowBlur(){return this._state.shadowBlur}set shadowBlur(e){e>=0&&isFinite(e)&&(this._state.shadowBlur=e)}get shadowOffsetX(){return this._state.shadowOffsetX}set shadowOffsetX(e){isFinite(e)&&(this._state.shadowOffsetX=e)}get shadowOffsetY(){return this._state.shadowOffsetY}set shadowOffsetY(e){isFinite(e)&&(this._state.shadowOffsetY=e)}get font(){return this._state.font}set font(e){this._state.font=e}get textAlign(){return this._state.textAlign}set textAlign(e){this._state.textAlign=e}get textBaseline(){return this._state.textBaseline}set textBaseline(e){this._state.textBaseline=e}get direction(){return this._state.direction}set direction(e){this._state.direction=e}beginPath(){this._ensureSurface(),this._ctx.newPath()}moveTo(e,R){this._ensureSurface(),this._ctx.moveTo(e,R)}lineTo(e,R){this._ensureSurface(),this._ctx.lineTo(e,R)}closePath(){this._ensureSurface(),this._ctx.closePath()}bezierCurveTo(e,R,W,Y,X,ie){this._ensureSurface(),this._ctx.curveTo(e,R,W,Y,X,ie)}quadraticCurveTo(e,R,W,Y){this._ensureSurface();let X,ie;this._ctx.hasCurrentPoint()?[X,ie]=this._ctx.getCurrentPoint():(X=e,ie=R);let{cp1x:ae,cp1y:le,cp2x:_e,cp2y:ye}=quadraticToCubic(X,ie,e,R,W,Y);this._ctx.curveTo(ae,le,_e,ye,W,Y)}arc(e,R,W,Y,X,ie=!1){if(this._ensureSurface(),Math.abs(X-Y)>=2*Math.PI){this._ctx.arc(e,R,W,0,2*Math.PI);return}ie?this._ctx.arcNegative(e,R,W,Y,X):this._ctx.arc(e,R,W,Y,X)}arcTo(e,R,W,Y,X){this._ensureSurface();let ie,ae;this._ctx.hasCurrentPoint()?[ie,ae]=this._ctx.getCurrentPoint():(ie=e,ae=R,this._ctx.moveTo(e,R)),cairoArcTo(this._ctx,ie,ae,e,R,W,Y,X)}ellipse(e,R,W,Y,X,ie,ae,le=!1){if(this._ensureSurface(),W<0||Y<0)throw RangeError(`The radii provided are negative`);cairoEllipse(this._ctx,e,R,W,Y,X,ie,ae,le)}rect(e,R,W,Y){this._ensureSurface(),this._ctx.rectangle(e,R,W,Y)}roundRect(e,R,W,Y,X=0){this._ensureSurface(),cairoRoundRect(this._ctx,e,R,W,Y,X)}fill(e,R){this._ensureSurface(),this._applyCompositing(),this._applyFillStyle();let Y;e instanceof Ii?(this._ctx.newPath(),e._replayOnCairo(this._ctx),Y=R):Y=e,this._ctx.setFillRule(Y===`evenodd`?W.FillRule.EVEN_ODD:W.FillRule.WINDING),this._ctx.fillPreserve()}stroke(e){this._ensureSurface(),this._applyCompositing(),this._applyStrokeStyle(),this._applyLineStyle(),e instanceof Ii&&(this._ctx.newPath(),e._replayOnCairo(this._ctx)),this._ctx.strokePreserve()}fillRect(e,R,W,Y){this._ensureSurface(),this._applyCompositing();let X=this._ctx.copyPath();this._hasShadow()&&this._renderShadow(()=>{this._ctx.newPath(),this._ctx.rectangle(e,R,W,Y),this._ctx.fill()}),this._applyFillStyle(),this._ctx.newPath(),this._ctx.rectangle(e,R,W,Y),this._ctx.fill(),this._ctx.newPath(),this._ctx.appendPath(X)}strokeRect(e,R,W,Y){this._ensureSurface(),this._applyCompositing();let X=this._ctx.copyPath();this._hasShadow()&&this._renderShadow(()=>{this._ctx.newPath(),this._ctx.rectangle(e,R,W,Y),this._ctx.stroke()}),this._applyStrokeStyle(),this._applyLineStyle(),this._ctx.newPath(),this._ctx.rectangle(e,R,W,Y),this._ctx.stroke(),this._ctx.newPath(),this._ctx.appendPath(X)}clearRect(e,R,Y,X){this._ensureSurface();let ie=this._ctx.copyPath();this._ctx.save(),this._ctx.setOperator(W.Operator.CLEAR),this._ctx.newPath(),this._ctx.rectangle(e,R,Y,X),this._ctx.fill(),this._ctx.restore(),this._ctx.newPath(),this._ctx.appendPath(ie)}clip(e,R){this._ensureSurface();let Y;e instanceof Ii?(this._ctx.newPath(),e._replayOnCairo(this._ctx),Y=R):Y=e,this._ctx.setFillRule(Y===`evenodd`?W.FillRule.EVEN_ODD:W.FillRule.WINDING),this._ctx.clip()}isPointInPath(e,R,Y,X){this._ensureSurface();let ie,ae,le;return e instanceof Ii?(this._ctx.newPath(),e._replayOnCairo(this._ctx),ie=R,ae=Y,le=X):(ie=e,ae=R,le=Y),this._ctx.setFillRule(le===`evenodd`?W.FillRule.EVEN_ODD:W.FillRule.WINDING),this._ctx.inFill(ie,ae)}isPointInStroke(e,R,W){return this._ensureSurface(),this._applyLineStyle(),e instanceof Ii?(this._ctx.newPath(),e._replayOnCairo(this._ctx),this._ctx.inStroke(R,W)):this._ctx.inStroke(e,R)}createLinearGradient(e,R,W,Y){return new CanvasGradient(`linear`,e,R,W,Y)}createRadialGradient(e,R,W,Y,X,ie){return new CanvasGradient(`radial`,e,R,Y,X,W,ie)}createPattern(e,R){return Li.create(e,R)}createImageData(e,R){return typeof e==`number`?new OurImageData(Math.abs(e),Math.abs(R)):new OurImageData(e.width,e.height)}getImageData(e,R,W,X){this._ensureSurface(),this._surface.flush();let ie=Y.pixbuf_get_from_surface(this._surface,e,R,W,X);if(!ie)return new OurImageData(W,X);let ae=ie.get_pixels(),le=ie.get_has_alpha(),_e=ie.get_rowstride(),ye=ie.get_n_channels(),be=new Uint8ClampedArray(W*X*4);for(let e=0;e<X;e++)for(let R=0;R<W;R++){let Y=e*_e+R*ye,X=(e*W+R)*4;be[X]=ae[Y],be[X+1]=ae[Y+1],be[X+2]=ae[Y+2],be[X+3]=le?ae[Y+3]:255}return new OurImageData(be,W,X)}putImageData(e,R,ie,ae,le,_e,ye){this._ensureSurface();let be=ae??0,Ce=le??0,Te=_e??e.width,Oe=ye??e.height,Ae=e.data,Me=e.width,Pe=new Uint8Array(Te*Oe*4);for(let e=0;e<Oe;e++)for(let R=0;R<Te;R++){let W=((Ce+e)*Me+(be+R))*4,Y=(e*Te+R)*4;Pe[Y]=Ae[W],Pe[Y+1]=Ae[W+1],Pe[Y+2]=Ae[W+2],Pe[Y+3]=Ae[W+3]}let Re=X.Pixbuf.new_from_bytes(Pe,X.Colorspace.RGB,!0,8,Te,Oe,Te*4);this._ctx.save(),this._ctx.setOperator(W.Operator.SOURCE),Y.cairo_set_source_pixbuf(this._ctx,Re,R+be,ie+Ce),this._ctx.rectangle(R+be,ie+Ce,Te,Oe),this._ctx.fill(),this._ctx.restore()}drawImage(e,R,X,ie,ae,le,_e,ye,be){this._ensureSurface(),this._applyCompositing();let Ce,Te,Oe,Ae,Me,Pe,Re,Be,Ve=this._getDrawImageSource(e);if(!Ve)return;let{pixbuf:He,imgWidth:Ue,imgHeight:We}=Ve;if(ie===void 0?(Ce=0,Te=0,Oe=Ue,Ae=We,Me=R,Pe=X,Re=Ue,Be=We):le===void 0?(Ce=0,Te=0,Oe=Ue,Ae=We,Me=R,Pe=X,Re=ie,Be=ae):(Ce=R,Te=X,Oe=ie,Ae=ae,Me=le,Pe=_e,Re=ye,Be=be),!Number.isFinite(Ce)||!Number.isFinite(Te)||!Number.isFinite(Oe)||!Number.isFinite(Ae)||!Number.isFinite(Me)||!Number.isFinite(Pe)||!Number.isFinite(Re)||!Number.isFinite(Be)||Oe===0||Ae===0||Re===0||Be===0)return;this._ctx.save(),this._ctx.rectangle(Me,Pe,Re,Be),this._ctx.clip(),this._ctx.translate(Me,Pe),this._ctx.scale(Re/Oe,Be/Ae),this._ctx.translate(-Ce,-Te),Y.cairo_set_source_pixbuf(this._ctx,He,0,0);let Ge=asCairoPattern(this._ctx.getSource?.());if(Ge){let e;e=this._state.imageSmoothingEnabled?this._state.imageSmoothingQuality===`high`?W.Filter.BEST:W.Filter.BILINEAR:W.Filter.NEAREST,Ge.setFilter(e)}this._state.globalAlpha<1?this._ctx.paintWithAlpha(this._state.globalAlpha):this._ctx.paint(),this._ctx.restore()}_getDrawImageSource(e){if(isPixbufImageSource(e)){let R=e._pixbuf;return{pixbuf:R,imgWidth:R.get_width(),imgHeight:R.get_height()}}if(isCanvasImageSource(e)){let R=e.width??0,W=e.height??0;if(!Number.isFinite(R)||!Number.isFinite(W)||R<=0||W<=0)return null;let X=e.getContext(`2d`);if(X&&typeof X._getSurface==`function`){let e=X._getSurface();e.flush();let ie=Y.pixbuf_get_from_surface(e,0,0,R,W);if(ie)return{pixbuf:ie,imgWidth:R,imgHeight:W}}}return null}_createTextLayout(e){let R=ae.create_layout(this._ctx);R.set_text(e,-1),R.get_context().set_base_dir(ie.Direction.LTR),R.context_changed();let W=this._parseFontToDescription(this._state.font);return R.set_font_description(W),R}_parseFontToDescription(e){let R=e.match(/^\s*(italic|oblique|normal)?\s*(small-caps|normal)?\s*(bold|bolder|lighter|[1-9]00|normal)?\s*(\d+(?:\.\d+)?)(px|pt|em|rem|%)?\s*(?:\/\S+)?\s*(.+)?$/i);if(!R)return ie.font_description_from_string(e);let W=R[1]||``,Y=R[3]||``,X=parseFloat(R[4])||10,ae=(R[5]||`px`).toLowerCase(),le=(R[6]||`sans-serif`).replace(/['"]/g,``).trim();ae===`pt`?X=X*96/72:ae===`em`||ae===`rem`?X*=16:ae===`%`&&(X=X/100*16);let _e=le;W===`italic`?_e+=` Italic`:W===`oblique`&&(_e+=` Oblique`),Y===`bold`||Y===`bolder`||parseInt(Y)>=600?_e+=` Bold`:(Y===`lighter`||parseInt(Y)>0&&parseInt(Y)<=300)&&(_e+=` Light`);let ye=ie.font_description_from_string(_e);return ye.set_absolute_size(X*ie.SCALE),ye}_getTextAlignOffset(e){let[,R]=e.get_pixel_extents(),W=R.width;switch(this._state.textAlign){case`center`:return-W/2;case`right`:case`end`:return-W;default:return 0}}_getTextBaselineOffset(e){let R=e.get_font_description()||this._parseFontToDescription(this._state.font),W=e.get_context().get_metrics(R,null),Y=W.get_ascent()/ie.SCALE,X=W.get_descent()/ie.SCALE,ae=Y+X;switch(this._state.textBaseline){case`top`:return 0;case`hanging`:return-(Y*.2);case`middle`:return-(ae/2);case`alphabetic`:return-Y;case`ideographic`:return-(Y+X*.5);case`bottom`:return-ae;default:return-Y}}fillText(e,R,Y,X){this._ensureSurface(),this._applyCompositing();let ie=this._createTextLayout(e),le=this._getTextAlignOffset(ie),_e=this._getTextBaselineOffset(ie);if(this._hasShadow()){let e=parseColor(this._state.shadowColor);if(e){let[X,ye]=this._deviceToUserDistance(this._state.shadowOffsetX,this._state.shadowOffsetY),be=this._state.shadowBlur,Ce;if(be>0){let[R]=this._deviceToUserDistance(be,0),[,W]=this._deviceToUserDistance(0,be);Ce=[[X,ye,e.a],[X+R,ye,e.a*.5],[X-R,ye,e.a*.5],[X,ye+W,e.a*.5],[X,ye-W,e.a*.5]]}else Ce=[[X,ye,e.a]];let Te=this._state.imageSmoothingEnabled?W.Antialias.DEFAULT:W.Antialias.NONE;for(let[W,X,ye]of Ce)this._ctx.save(),this._ctx.setAntialias(Te),this._ctx.setSourceRGBA(e.r,e.g,e.b,ye),this._ctx.moveTo(R+le+W,Y+_e+X),ae.show_layout(this._ctx,ie),this._ctx.restore()}}this._applyFillStyle(),this._ctx.save(),this._ctx.setAntialias(this._state.imageSmoothingEnabled?W.Antialias.DEFAULT:W.Antialias.NONE),this._ctx.moveTo(R+le,Y+_e),ae.show_layout(this._ctx,ie),this._ctx.restore()}strokeText(e,R,Y,X){this._ensureSurface(),this._applyCompositing(),this._applyStrokeStyle(),this._applyLineStyle();let ie=this._createTextLayout(e),le=this._getTextAlignOffset(ie),_e=this._getTextBaselineOffset(ie);this._ctx.save(),this._ctx.setAntialias(this._state.imageSmoothingEnabled?W.Antialias.DEFAULT:W.Antialias.NONE),this._ctx.moveTo(R+le,Y+_e),ae.layout_path(this._ctx,ie),this._ctx.stroke(),this._ctx.restore()}measureText(e){this._ensureSurface();let R=this._createTextLayout(e),[W,Y]=R.get_pixel_extents(),X=R.get_baseline()/ie.SCALE,ae=Math.max(0,X-W.y),le=Math.max(0,W.y+W.height-X),_e=R.get_font_description()||this._parseFontToDescription(this._state.font),ye=R.get_context().get_metrics(_e,null),be=ye.get_ascent()/ie.SCALE,Ce=ye.get_descent()/ie.SCALE;return{width:Y.width,actualBoundingBoxAscent:ae,actualBoundingBoxDescent:le,actualBoundingBoxLeft:Math.max(0,-W.x),actualBoundingBoxRight:W.x+W.width,fontBoundingBoxAscent:be,fontBoundingBoxDescent:Ce,alphabeticBaseline:0,emHeightAscent:be,emHeightDescent:Ce,hangingBaseline:be*.8,ideographicBaseline:-Ce}}_toDataURL(e,R){this._surface.flush();let W=imports.gi.Gio,Y=imports.gi.GLib,[,X]=Y.file_open_tmp(`canvas-XXXXXX.png`);try{this._surface.writeToPNG(X);let[,e]=W.File.new_for_path(X).load_contents(null);return`data:image/png;base64,${Y.base64_encode(e)}`}finally{try{Y.unlink(X)}catch{}}}_dispose(){this._ctx.$dispose(),this._surface.finish()}};defineGlobal(`HTMLCanvasElement`,Ti),defineGlobal(`CanvasRenderingContext2D`,CanvasRenderingContext2D),defineGlobal(`DOMMatrix`,Ei),defineGlobal(`DOMMatrixReadOnly`,Di);const zi=Symbol.for(`gjsify_canvas2d_context`);Ti.registerContextFactory(`2d`,(e,R)=>{let W=e[zi];if(W)return W;let Y=new CanvasRenderingContext2D(e,R);return e[zi]=Y,Y});var CharacterData=class extends pi{constructor(e=``){super(),this[Yt]=vr.TEXT_NODE,this._data=e}get data(){return this._data}set data(e){this._data=e}get textContent(){return this._data}set textContent(e){this._data=e}get nodeValue(){return this._data}set nodeValue(e){this._data=e}get length(){return this._data.length}appendData(e){this._data+=e}deleteData(e,R){this._data=this._data.substring(0,e)+this._data.substring(e+R)}insertData(e,R){this._data=this._data.substring(0,e)+R+this._data.substring(e)}replaceData(e,R,W){this._data=this._data.substring(0,e)+W+this._data.substring(e+R)}substringData(e,R){return this._data.substring(e,e+R)}cloneNode(e=!1){return new this.constructor(this._data)}get[Symbol.toStringTag](){return`CharacterData`}},Vi=class Comment extends CharacterData{constructor(e=``){super(e),this[Yt]=vr.COMMENT_NODE}get nodeName(){return`#comment`}cloneNode(e=!1){return new Comment(this.data)}get[Symbol.toStringTag](){return`Comment`}},Hi=class Text extends CharacterData{constructor(e=``){super(e),this[Yt]=vr.TEXT_NODE}get nodeName(){return`#text`}get wholeText(){let e=this.data,R=this.previousSibling;for(;R&&R instanceof Text;)e=R.data+e,R=R.previousSibling;let W=this.nextSibling;for(;W&&W instanceof Text;)e+=W.data,W=W.nextSibling;return e}splitText(e){let R=this.data.substring(e);this.data=this.data.substring(0,e);let W=new Text(R);return this.parentNode&&this.parentNode.insertBefore(W,this.nextSibling),W}cloneNode(e=!1){return new Text(this.data)}get[Symbol.toStringTag](){return`Text`}},Ui=class DocumentFragment extends pi{constructor(){super(),this[Yt]=vr.DOCUMENT_FRAGMENT_NODE}get nodeName(){return`#document-fragment`}get children(){return this[Qt]}get childElementCount(){return this[Qt].length}get firstElementChild(){return this[Qt][0]??null}get lastElementChild(){let e=this[Qt];return e[e.length-1]??null}get textContent(){let e=``;for(let R of this.childNodes)R.textContent!==null&&(e+=R.textContent);return e}set textContent(e){for(;this.firstChild;)this.removeChild(this.firstChild);e&&this.appendChild(new Hi(e))}append(...e){for(let R of e)typeof R==`string`?this.appendChild(new Hi(R)):this.appendChild(R)}prepend(...e){let R=this.firstChild;for(let W of e)typeof W==`string`?this.insertBefore(new Hi(W),R):this.insertBefore(W,R)}replaceChildren(...e){for(;this.firstChild;)this.removeChild(this.firstChild);this.append(...e)}getElementById(e){for(let R of this.children){if(R.id===e)return R;let W=this._findById(R,e);if(W)return W}return null}_findById(e,R){for(let W of e.children){if(W.id===R)return W;let e=this._findById(W,R);if(e)return e}return null}cloneNode(e=!1){let R=new DocumentFragment;if(e)for(let e of this.childNodes)R.appendChild(e.cloneNode(!0));return R}get[Symbol.toStringTag](){return`DocumentFragment`}},Wi=le;Et(),nt(),mt();var HTMLImageElement=class extends HTMLElement$1{constructor(){super(),this._complete=!1,this._naturalHeight=0,this._naturalWidth=0,this[on]=`IMG`,this[An]=`img`,this[tr]=mi.html}get complete(){return this._complete}get naturalHeight(){return this._naturalHeight}get naturalWidth(){return this._naturalWidth}get currentSrc(){return this.src}get x(){return 0}get y(){return 0}get alt(){return this.getAttribute(`alt`)??``}set alt(e){this.setAttribute(`alt`,e)}get crossOrigin(){return this.getAttribute(`crossorigin`)}set crossOrigin(e){e===null?this.removeAttribute(`crossorigin`):this.setAttribute(`crossorigin`,e)}get decoding(){return this.getAttribute(`decoding`)??`auto`}set decoding(e){this.setAttribute(`decoding`,e)}get loading(){let e=this.getAttribute(`loading`);return e===`lazy`||e===`eager`?e:`auto`}set loading(e){this.setAttribute(`loading`,e)}get referrerPolicy(){return this.getAttribute(`referrerpolicy`)??``}set referrerPolicy(e){this.setAttribute(`referrerpolicy`,e)}get sizes(){return this.getAttribute(`sizes`)??``}set sizes(e){this.setAttribute(`sizes`,e)}get src(){return this.getAttribute(`src`)??``}set src(e){this.setAttribute(`src`,e);let R=globalThis.__GJSIFY_DEBUG_IMG===!0;if(e.startsWith(`data:`)){let W=e.indexOf(`,`);if(W===-1){this._complete=!0,this.dispatchEvent(new Event$1(`error`));return}let Y=e.slice(5,W),X=e.slice(W+1),ie=Y.includes(`;base64`);try{let e;e=ie?tt.base64_decode(X):new TextEncoder().encode(decodeURIComponent(X));let W=tt.Bytes.new(e),Y=dt.MemoryInputStream.new_from_bytes(W);this._pixbuf=Wi.Pixbuf.new_from_stream(Y,null),this._naturalWidth=this._pixbuf.get_width(),this._naturalHeight=this._pixbuf.get_height(),this._complete=!0,R&&Tt.log(`[img] ok data: (${this._naturalWidth}x${this._naturalHeight})`),this.dispatchEvent(new Event$1(`load`))}catch(e){R&&Tt.warn(`[img] error data:: ${e?.message??e}`),this._complete=!0,this.dispatchEvent(new Event$1(`error`))}return}let W;if(e.startsWith(`file://`))W=tt.filename_from_uri(e)[0];else if(e.startsWith(`http://`)||e.startsWith(`https://`)){this._complete=!0,this.dispatchEvent(new Event$1(`error`));return}else{let R=tt.path_get_dirname(_e.programInvocationName);W=tt.build_filenamev([R,e])}try{R&&Tt.log(`[img] load ${W}`),this._pixbuf=Wi.Pixbuf.new_from_file(W),this._naturalWidth=this._pixbuf.get_width(),this._naturalHeight=this._pixbuf.get_height(),this._complete=!0,R&&Tt.log(`[img] ok ${W} (${this._naturalWidth}x${this._naturalHeight})`),this.dispatchEvent(new Event$1(`load`))}catch(e){R&&Tt.warn(`[img] error ${W}: ${e?.message??e}`),this._complete=!0,this.dispatchEvent(new Event$1(`error`))}}get srcset(){return this.getAttribute(`srcset`)??``}set srcset(e){this.setAttribute(`srcset`,e)}get useMap(){return this.getAttribute(`usemap`)??``}set useMap(e){this.setAttribute(`usemap`,e)}get height(){if(this._pixbuf)return this._pixbuf.get_height();let e=this.getAttribute(`height`);return e===null?0:Number(e)}set height(e){this.setAttribute(`height`,String(e))}get width(){if(this._pixbuf)return this._pixbuf.get_width();let e=this.getAttribute(`width`);return e===null?0:Number(e)}set width(e){this.setAttribute(`width`,String(e))}get isMap(){return this.hasAttribute(`ismap`)}set isMap(e){e?this.setAttribute(`ismap`,``):this.removeAttribute(`ismap`)}decode(){return Promise.resolve()}cloneNode(e=!1){return super.cloneNode(e)}getImageData(){if(!this._pixbuf)return null;let e=this._pixbuf.get_has_alpha()?this._pixbuf:this._pixbuf.add_alpha(!1,0,0,0)??this._pixbuf;return{colorSpace:`srgb`,data:new Uint8ClampedArray(e.get_pixels()),height:e.get_height(),width:e.get_width()}}isPixbuf(){return!!this._pixbuf}get[Symbol.toStringTag](){return`HTMLImageElement`}},HTMLMediaElement=class extends HTMLElement$1{constructor(...e){super(...e),this._src=``,this._srcObject=null,this.currentTime=0,this.duration=NaN,this.paused=!0,this.ended=!1,this.volume=1,this.muted=!1,this.defaultMuted=!1,this.loop=!1,this.autoplay=!1,this.preload=``,this.playbackRate=1,this.defaultPlaybackRate=1,this.readyState=0,this.networkState=0}get buffered(){return{length:0,start:()=>0,end:()=>0}}get seekable(){return{length:0,start:()=>0,end:()=>0}}get played(){return{length:0,start:()=>0,end:()=>0}}get src(){return this._src}set src(e){this._src=e,this._srcObject=null,this.dispatchEvent(new Event$1(`srcchange`))}get srcObject(){return this._srcObject}set srcObject(e){this._srcObject=e,this._src=``,this.dispatchEvent(new Event$1(`srcobjectchange`))}play(){return this.paused=!1,this.ended=!1,this.dispatchEvent(new Event$1(`play`)),Promise.resolve()}pause(){this.paused=!0,this.dispatchEvent(new Event$1(`pause`))}load(){this.readyState=0,this.networkState=2,this.dispatchEvent(new Event$1(`loadstart`))}canPlayType(e){return``}static{this.HAVE_NOTHING=0}static{this.HAVE_METADATA=1}static{this.HAVE_CURRENT_DATA=2}static{this.HAVE_FUTURE_DATA=3}static{this.HAVE_ENOUGH_DATA=4}static{this.NETWORK_EMPTY=0}static{this.NETWORK_IDLE=1}static{this.NETWORK_LOADING=2}static{this.NETWORK_NO_SOURCE=3}get[Symbol.toStringTag](){return`HTMLMediaElement`}};const Gi=1e9;function secondsToGstTime(e){return BigInt(Math.round(e*Gi))}function gstTimeToSeconds(e){return Number(e)/Gi}var HTMLVideoElement=class extends HTMLMediaElement{constructor(){super(),this._pipeline=null,this._videoWidth=0,this._videoHeight=0,this.poster=``,this[on]=`VIDEO`,this[An]=`video`,this[tr]=mi.html;let e=this;Object.defineProperty(this,`paused`,{get(){if(!e._pipeline)return!0;let[,R]=e._pipeline.get_state(0n);return R!==4},configurable:!0,enumerable:!0}),Object.defineProperty(this,`currentTime`,{get(){if(!e._pipeline)return 0;let[R,W]=e._pipeline.query_position(3);return R?gstTimeToSeconds(W):0},set(R){e._pipeline?.seek(1,3,5,1,secondsToGstTime(R),0,-1n)},configurable:!0,enumerable:!0}),Object.defineProperty(this,`duration`,{get(){if(!e._pipeline)return NaN;let[R,W]=e._pipeline.query_duration(3);return R&&Number(W)>0?gstTimeToSeconds(W):NaN},configurable:!0,enumerable:!0}),Object.defineProperty(this,`volume`,{get(){return e._playbin()?.volume??1},set(R){let W=e._playbin();W&&(W.volume=Math.max(0,Math.min(1,R)))},configurable:!0,enumerable:!0}),Object.defineProperty(this,`muted`,{get(){return e._playbin()?.mute??!1},set(R){let W=e._playbin();W&&(W.mute=R)},configurable:!0,enumerable:!0})}async play(){this._pipeline?.set_state(4),this.dispatchEvent(new Event$1(`play`)),this.dispatchEvent(new Event$1(`playing`))}pause(){this._pipeline?.set_state(3),this.dispatchEvent(new Event$1(`pause`))}get videoWidth(){return this._videoWidth}set videoWidth(e){this._videoWidth=e}get videoHeight(){return this._videoHeight}set videoHeight(e){this._videoHeight=e}get[Symbol.toStringTag](){return`HTMLVideoElement`}_playbin(){return this._pipeline?.get_by_name(`playbin`)??null}};const Ki=new class Document extends pi{static{this._elementFactories=new Map}constructor(){super(),this.body=new HTMLElement$1,this.head=new HTMLElement$1,this.documentElement=new HTMLElement$1,this.appendChild(this.documentElement),this.documentElement.appendChild(this.body)}static registerElementFactory(e,R){Document._elementFactories.set(e.toLowerCase(),R)}createElementNS(e,R){let W=R.toLowerCase();switch(W){case`img`:return new HTMLImageElement;case`video`:return new HTMLVideoElement;case`canvas`:return new Ti;default:{let e=Document._elementFactories.get(W);return e?e():new HTMLElement$1}}}createElement(e){return this.createElementNS(`http://www.w3.org/1999/xhtml`,e)}createTextNode(e){return new Hi(e)}createComment(e){return new Vi(e)}createDocumentFragment(){return new Ui}createEvent(e){return new Event$1(e)}getElementById(e){return this._findById(this.body,e)}_findById(e,R){if(e.id===R)return e;for(let W of e.children){let e=this._findById(W,R);if(e)return e}return null}get[Symbol.toStringTag](){return`Document`}};var DOMTokenList=class{constructor(e,R){this._ownerElement=e,this._attributeName=R}_getTokens(){let e=this._ownerElement.getAttribute(this._attributeName);return e?e.split(/\s+/).filter(e=>e.length>0):[]}_setTokens(e){let R=e.join(` `);R?this._ownerElement.setAttribute(this._attributeName,R):this._ownerElement.removeAttribute(this._attributeName)}get length(){return this._getTokens().length}get value(){return this._ownerElement.getAttribute(this._attributeName)??``}set value(e){e?this._ownerElement.setAttribute(this._attributeName,e):this._ownerElement.removeAttribute(this._attributeName)}item(e){let R=this._getTokens();return e>=0&&e<R.length?R[e]:null}contains(e){return this._getTokens().includes(e)}add(...e){let R=this._getTokens();for(let W of e)W&&!R.includes(W)&&R.push(W);this._setTokens(R)}remove(...e){let R=this._getTokens().filter(R=>!e.includes(R));this._setTokens(R)}toggle(e,R){let W=this.contains(e);return R===void 0?W?(this.remove(e),!1):(this.add(e),!0):R?(this.add(e),!0):(this.remove(e),!1)}replace(e,R){let W=this._getTokens(),Y=W.indexOf(e);return Y===-1?!1:(W[Y]=R,this._setTokens(W),!0)}supports(e){return!0}forEach(e){let R=this._getTokens();for(let W=0;W<R.length;W++)e(R[W],W,this)}keys(){return this._getTokens().keys()}values(){return this._getTokens().values()}entries(){return this._getTokens().entries()}[Symbol.iterator](){return this._getTokens().values()}toString(){return this.value}get[Symbol.toStringTag](){return`DOMTokenList`}};Et(),defineGlobal(`Text`,Hi),defineGlobal(`Comment`,Vi),defineGlobal(`DocumentFragment`,Ui),defineGlobal(`DOMTokenList`,DOMTokenList),defineGlobal(`document`,Ki),defineGlobalIfMissing(`self`,globalThis);var Window$1=class{static{__name$1(this,`Window`)}};if(defineGlobalIfMissing(`Window`,Window$1),defineGlobalIfMissing(`window`,globalThis),defineGlobalIfMissing(`focus`,()=>{}),defineGlobalIfMissing(`blur`,()=>{}),typeof globalThis.addEventListener!=`function`){let e=new EventTarget$1;globalThis.__gjsify_globalEventTarget=e,globalThis.addEventListener=(R,W,Y)=>e.addEventListener(R,W,Y),globalThis.removeEventListener=(R,W,Y)=>e.removeEventListener(R,W,Y),globalThis.dispatchEvent=R=>e.dispatchEvent(R)}defineGlobalIfMissing(`devicePixelRatio`,1),defineGlobalIfMissing(`scrollX`,0),defineGlobalIfMissing(`scrollY`,0),defineGlobalIfMissing(`pageXOffset`,0),defineGlobalIfMissing(`pageYOffset`,0),defineGlobalIfMissing(`alert`,(...e)=>Tt.error(`alert:`,...e)),globalThis.top===void 0&&Object.defineProperty(globalThis,`top`,{get:()=>globalThis,configurable:!0});var FontFace$1=class{static{__name$1(this,`FontFace`)}constructor(e,R,W){this.status=`unloaded`,this.display=`auto`,this.style=`normal`,this.weight=`normal`,this.stretch=`normal`,this.unicodeRange=`U+0-10FFFF`,this.variant=`normal`,this.featureSettings=`normal`,this.family=e,this.source=typeof R==`string`?R:`[binary]`,this.loaded=Promise.resolve(this)}_extractFilePath(){let e=this.source.match(/url\s*\(\s*["']?(file:\/\/\/[^"')]+)["']?\s*\)/i);return e?e[1].replace(/^file:\/\//,``):null}async load(){this.status=`loading`;let e=this._extractFilePath();if(e)try{let{default:R}=await import(`gi://PangoCairo?version=1.0`);R.font_map_get_default().add_font_file(e)}catch{}return this.status=`loaded`,this}},FontFaceSet=class{constructor(){this.status=`loaded`,this.ready=Promise.resolve(this),this._faces=new Set}addEventListener(e,R){}removeEventListener(e,R){}dispatchEvent(e){return!0}add(e){return this._faces.add(e),this}delete(e){return this._faces.delete(e)}clear(){this._faces.clear()}has(e){return this._faces.has(e)}check(e,R){return!1}load(e,R){return Promise.resolve([])}forEach(e){this._faces.forEach(R=>e(R,R,this))}values(){return this._faces.values()}keys(){return this._faces.values()}entries(){return Array.from(this._faces).map(e=>[e,e])[Symbol.iterator]()}[Symbol.iterator](){return this._faces[Symbol.iterator]()}get size(){return this._faces.size}};defineGlobalIfMissing(`FontFace`,FontFace$1),globalThis.FontFace===void 0&&(globalThis.FontFace=FontFace$1);const qi=globalThis.document;qi&&qi.fonts===void 0&&Object.defineProperty(qi,`fonts`,{value:new FontFaceSet,configurable:!0,writable:!0});var Image$1=class extends HTMLImageElement{static{__name$1(this,`Image`)}constructor(e=null,R=null){super(),e!==null&&(this.width=e),R!==null&&(this.height=R)}};defineGlobal(`HTMLImageElement`,HTMLImageElement),defineGlobal(`Image`,Image$1),defineGlobalIfMissing(`location`,{href:`file://`,origin:`file://`,protocol:`file:`,host:``,hostname:``,port:``,pathname:`/`,search:``,hash:``,assign(e){},replace(e){},reload(){},toString(){return this.href},ancestorOrigins:{length:0,item:()=>null,contains:()=>!1,[Symbol.iterator]:function*(){}}});var MediaQueryList=class extends EventTarget$1{constructor(e){super(),this.onchange=null,this.media=e,this.matches=!1}addListener(e){}removeListener(e){}};function matchMedia(e){return new MediaQueryList(e)}defineGlobalIfMissing(`matchMedia`,matchMedia),globalThis.navigator===void 0&&(globalThis.navigator={});var MutationObserver=class{constructor(e){}observe(e,R){}disconnect(){}takeRecords(){return[]}},ResizeObserver$1=class{static{__name$1(this,`ResizeObserver`)}constructor(e){}observe(e){}unobserve(e){}disconnect(){}},IntersectionObserver=class{constructor(e,R){this.root=R?.root??null,this.rootMargin=R?.rootMargin??`0px`,this.thresholds=Array.isArray(R?.threshold)?R.threshold:[R?.threshold??0]}observe(e){}unobserve(e){}disconnect(){}takeRecords(){return[]}};defineGlobal(`MutationObserver`,MutationObserver),defineGlobal(`ResizeObserver`,ResizeObserver$1),defineGlobal(`IntersectionObserver`,IntersectionObserver);var DOMNode=class{nodeType;nodeName;nodeValue;parentNode=null;childNodes=[];constructor(e,R,W=null){this.nodeType=e,this.nodeName=R,this.nodeValue=W}get textContent(){return this.nodeType===3||this.nodeType===4?this.nodeValue??``:this.childNodes.map(e=>e.textContent??``).join(``)}},DOMElement=class extends DOMNode{tagName;localName;_attrs=new Map;constructor(e){super(1,e.toUpperCase()),this.tagName=e.toLowerCase(),this.localName=this.tagName}get children(){return this.childNodes.filter(e=>e.nodeType===1)}getAttribute(e){return this._attrs.has(e)?this._attrs.get(e)??null:null}setAttribute(e,R){this._attrs.set(e,R)}hasAttribute(e){return this._attrs.has(e)}get attributes(){return Array.from(this._attrs.entries()).map(([e,R])=>({name:e,value:R}))}get innerHTML(){return this.childNodes.map(e=>e.nodeType===1?e.outerHTML:e.nodeType===3?e.nodeValue??``:e.nodeType===4?`<![CDATA[`+(e.nodeValue??``)+`]]>`:``).join(``)}get outerHTML(){let e=Array.from(this._attrs.entries()).map(([e,R])=>` `+e+`="`+R.replace(/"/g,`"`)+`"`).join(``);return this.childNodes.length===0?`<`+this.tagName+e+`/>`:`<`+this.tagName+e+`>`+this.innerHTML+`</`+this.tagName+`>`}querySelector(e){let R=e.trim().split(/\s*>\s*/);if(R.length>1)return this._queryChildChain(R);let W=e.trim().split(/\s+/);return W.length>1?this._queryDescendantChain(W):this._find(e.trim().toLowerCase())??null}querySelectorAll(e){let R=e.trim().toLowerCase(),W=[];return this._findAll(R,W),W}_find(e){for(let R of this.children){if(R.tagName===e)return R;let W=R._find(e);if(W)return W}}_findAll(e,R){for(let W of this.children)W.tagName===e&&R.push(W),W._findAll(e,R)}_queryChildChain(e){let[R,...W]=e,Y=this.children.filter(e=>e.tagName===R.trim().toLowerCase());if(W.length===0)return Y[0]??null;for(let e of Y){let R=e._queryChildChain(W);if(R)return R}return null}_queryDescendantChain(e){let[R,...W]=e,Y=[];if(this._findAll(R.trim().toLowerCase(),Y),W.length===0)return Y[0]??null;for(let e of Y){let R=e._queryDescendantChain(W);if(R)return R}return null}},DOMDocument=class extends DOMElement{documentElement=null;constructor(){super(`#document`),this.nodeType=9,this.nodeName=`#document`}querySelector(e){if(this.documentElement){let R=e.trim().toLowerCase();return this.documentElement.tagName===R?this.documentElement:this.documentElement.querySelector(e)}return super.querySelector(e)}querySelectorAll(e){let R=e.trim().toLowerCase(),W=[];return this.documentElement&&(this.documentElement.tagName===R&&W.push(this.documentElement),this.documentElement._findAll(R,W)),W}};const Ji=/\s+([\w:.-]+)\s*=\s*(?:"([^"]*)"|'([^']*)'|(\S+))/g;function parseAttributes(e,R){let W;for(Ji.lastIndex=0;(W=Ji.exec(e))!==null;)R.setAttribute(W[1],W[2]??W[3]??W[4]??``)}function parseXml(e){let R=new DOMDocument,W=[R],Y=0,X=e.length;for(;Y<X;){let ie=e.indexOf(`<`,Y);if(ie===-1){let R=e.slice(Y);if(R.trim()){let e=new DOMNode(3,`#text`,R),Y=W[W.length-1];e.parentNode=Y,Y.childNodes.push(e)}break}if(ie>Y){let R=e.slice(Y,ie);if(R.trim()){let e=new DOMNode(3,`#text`,R),Y=W[W.length-1];e.parentNode=Y,Y.childNodes.push(e)}}if(e.startsWith(`<![CDATA[`,ie)){let R=e.indexOf(`]]>`,ie);if(R===-1)break;let X=new DOMNode(4,`#cdata-section`,e.slice(ie+9,R)),ae=W[W.length-1];X.parentNode=ae,ae.childNodes.push(X),Y=R+3;continue}if(e.startsWith(`<!--`,ie)){let R=e.indexOf(`-->`,ie);Y=R===-1?X:R+3;continue}if(e.startsWith(`<?`,ie)||e.startsWith(`<!`,ie)){let R=e.indexOf(`>`,ie);Y=R===-1?X:R+1;continue}let ae=findTagEnd(e,ie+1);if(ae===-1)break;let le=e.slice(ie+1,ae);if(le.startsWith(`/`)){W.length>1&&W.pop(),Y=ae+1;continue}let _e=le.endsWith(`/`),ye=_e?le.slice(0,-1):le,be=ye.search(/\s/),Ce=(be===-1?ye:ye.slice(0,be)).trim();if(!Ce){Y=ae+1;continue}let Te=new DOMElement(Ce);be!==-1&&parseAttributes(ye.slice(be),Te);let Oe=W[W.length-1];Te.parentNode=Oe,Oe.childNodes.push(Te),Oe===R&&!R.documentElement&&(R.documentElement=Te),_e||W.push(Te),Y=ae+1}return R}function findTagEnd(e,R){let W=!1,Y=!1;for(let X=R;X<e.length;X++){let R=e[X];if(R===`"`&&!W){Y=!Y;continue}if(R===`'`&&!Y){W=!W;continue}if(R===`>`&&!W&&!Y)return X}return-1}var DOMParser$1=class{static{__name$1(this,`DOMParser`)}parseFromString(e,R){return parseXml(e)}};globalThis.DOMParser===void 0&&(globalThis.DOMParser=DOMParser$1);var GamepadEvent=class extends Event$1{gamepad;constructor(e,R){super(e,R),this.gamepad=R.gamepad}get[Symbol.toStringTag](){return`GamepadEvent`}};const Xi={LEFT_X:0,LEFT_Y:1,RIGHT_X:2,RIGHT_Y:3,LEFT_TRIGGER:4,RIGHT_TRIGGER:5},$i={LEFT_STICK_X:0,LEFT_STICK_Y:1,RIGHT_STICK_X:2,RIGHT_STICK_Y:3},na=new Map([[Xi.LEFT_X,$i.LEFT_STICK_X],[Xi.LEFT_Y,$i.LEFT_STICK_Y],[Xi.RIGHT_X,$i.RIGHT_STICK_X],[Xi.RIGHT_Y,$i.RIGHT_STICK_Y]]),aa=.5,sa={BTN_SOUTH:304,BTN_EAST:305,BTN_C:306,BTN_NORTH:307,BTN_WEST:308,BTN_Z:309,BTN_TL:310,BTN_TR:311,BTN_TL2:312,BTN_TR2:313,BTN_SELECT:314,BTN_START:315,BTN_MODE:316,BTN_THUMBL:317,BTN_THUMBR:318,BTN_DPAD_UP:544,BTN_DPAD_DOWN:545,BTN_DPAD_LEFT:546,BTN_DPAD_RIGHT:547},ca={FACE_1:0,FACE_2:1,FACE_3:2,FACE_4:3,LEFT_BUMPER:4,RIGHT_BUMPER:5,LEFT_TRIGGER:6,RIGHT_TRIGGER:7,SELECT:8,START:9,LEFT_STICK:10,RIGHT_STICK:11,DPAD_UP:12,DPAD_DOWN:13,DPAD_LEFT:14,DPAD_RIGHT:15,HOME:16},da=new Map([[sa.BTN_SOUTH,ca.FACE_1],[sa.BTN_EAST,ca.FACE_2],[sa.BTN_WEST,ca.FACE_3],[sa.BTN_NORTH,ca.FACE_4],[sa.BTN_TL,ca.LEFT_BUMPER],[sa.BTN_TR,ca.RIGHT_BUMPER],[sa.BTN_TL2,ca.LEFT_TRIGGER],[sa.BTN_TR2,ca.RIGHT_TRIGGER],[sa.BTN_SELECT,ca.SELECT],[sa.BTN_START,ca.START],[sa.BTN_THUMBL,ca.LEFT_STICK],[sa.BTN_THUMBR,ca.RIGHT_STICK],[sa.BTN_DPAD_UP,ca.DPAD_UP],[sa.BTN_DPAD_DOWN,ca.DPAD_DOWN],[sa.BTN_DPAD_LEFT,ca.DPAD_LEFT],[sa.BTN_DPAD_RIGHT,ca.DPAD_RIGHT],[sa.BTN_MODE,ca.HOME]]);var GamepadButton=class{pressed;touched;value;constructor(e=!1,R=!1,W=0){this.pressed=e,this.touched=R,this.value=W}get[Symbol.toStringTag](){return`GamepadButton`}},Gamepad$1=class{static{__name$1(this,`Gamepad`)}id;index;connected;timestamp;mapping;axes;buttons;vibrationActuator;constructor(e){this.id=e.id,this.index=e.index,this.connected=e.connected,this.timestamp=e.timestamp,this.mapping=e.mapping,this.axes=Object.freeze([...e.axes]),this.buttons=Object.freeze(e.buttons),this.vibrationActuator=e.vibrationActuator??null}get[Symbol.toStringTag](){return`Gamepad`}},ManetteHapticActuator=class{effects;_device;constructor(e){this._device=e,this.effects=e.has_rumble()?[`dual-rumble`]:[]}playEffect(e,R){if(e!==`dual-rumble`||!this._device.has_rumble())return Promise.resolve(`complete`);let W=R?.duration??200,Y=Math.round((R?.strongMagnitude??1)*65535),X=Math.round((R?.weakMagnitude??1)*65535);return this._device.rumble(Y,X,Math.min(W,32767)),Promise.resolve(`complete`)}reset(){return this._device.has_rumble()&&this._device.rumble(0,0,0),Promise.resolve(`complete`)}},GamepadManager=class{_monitor=null;_slots=[,,,,].fill(null);_monitorSignalIds=[];_ManetteModule=null;_initPromise=null;_initialized=!1;_ensureInit(){this._initialized||(this._initPromise||=this._init())}async _init(){try{let e=await import(`gi://Manette`);this._ManetteModule=e.default}catch{this._initialized=!0;return}let e=new this._ManetteModule.Monitor;this._monitor=e;let R=e.iterate(),W=R.next();for(;W[0];){let e=W[1];e&&this._onDeviceConnected(e),W=R.next()}this._monitorSignalIds.push(e.connect(`device-connected`,(e,R)=>{this._onDeviceConnected(R)}),e.connect(`device-disconnected`,(e,R)=>{this._onDeviceDisconnected(R)})),this._initialized=!0}_onDeviceConnected(e){let R=-1;for(let e=0;e<4;e++)if(this._slots[e]===null){R=e;break}if(R===-1)return;let W={device:e,index:R,connected:!0,timestamp:performance.now(),buttons:new Float64Array(17),buttonsPressed:Array(17).fill(!1),axes:new Float64Array(4),hapticActuator:new ManetteHapticActuator(e),signalIds:[]};W.signalIds.push(e.connect(`button-press-event`,(e,R)=>{this._onButtonPress(W,R)}),e.connect(`button-release-event`,(e,R)=>{this._onButtonRelease(W,R)}),e.connect(`absolute-axis-event`,(e,R)=>{this._onAxisChange(W,R)}),e.connect(`hat-axis-event`,(e,R)=>{this._onHatChange(W,R)}),e.connect(`disconnected`,()=>{this._onDeviceDisconnected(e)})),this._slots[R]=W;let Y=this._createSnapshot(W);Y&&globalThis.dispatchEvent?.(new GamepadEvent(`gamepadconnected`,{gamepad:Y}))}_onDeviceDisconnected(e){let R=this._findStateByDevice(e);if(!R)return;for(let W of R.signalIds)e.disconnect(W);R.connected=!1;let W=this._createSnapshot(R);this._slots[R.index]=null,W&&globalThis.dispatchEvent?.(new GamepadEvent(`gamepaddisconnected`,{gamepad:W}))}_onButtonPress(e,R){let[W,Y]=R.get_button();if(!W)return;let X=da.get(Y);X!==void 0&&(e.buttons[X]=1,e.buttonsPressed[X]=!0,e.timestamp=performance.now())}_onButtonRelease(e,R){let[W,Y]=R.get_button();if(!W)return;let X=da.get(Y);X!==void 0&&(e.buttons[X]=0,e.buttonsPressed[X]=!1,e.timestamp=performance.now())}_onAxisChange(e,R){let[W,Y,X]=R.get_absolute();if(!W)return;let ie=na.get(Y);if(ie!==void 0)e.axes[ie]=X;else if(Y===Xi.LEFT_TRIGGER){let R=(X+1)/2;e.buttons[ca.LEFT_TRIGGER]=R,e.buttonsPressed[ca.LEFT_TRIGGER]=R>aa}else if(Y===Xi.RIGHT_TRIGGER){let R=(X+1)/2;e.buttons[ca.RIGHT_TRIGGER]=R,e.buttonsPressed[ca.RIGHT_TRIGGER]=R>aa}e.timestamp=performance.now()}_onHatChange(e,R){let[W,Y,X]=R.get_hat();W&&(Y===0?(e.buttonsPressed[ca.DPAD_LEFT]=X<0,e.buttons[ca.DPAD_LEFT]=+(X<0),e.buttonsPressed[ca.DPAD_RIGHT]=X>0,e.buttons[ca.DPAD_RIGHT]=+(X>0)):Y===1&&(e.buttonsPressed[ca.DPAD_UP]=X<0,e.buttons[ca.DPAD_UP]=+(X<0),e.buttonsPressed[ca.DPAD_DOWN]=X>0,e.buttons[ca.DPAD_DOWN]=+(X>0)),e.timestamp=performance.now())}_findStateByDevice(e){for(let R of this._slots)if(R&&R.device===e)return R;return null}_createSnapshot(e){let R=[];for(let W=0;W<17;W++)R.push(new GamepadButton(e.buttonsPressed[W],e.buttonsPressed[W]||e.buttons[W]>0,e.buttons[W]));return new Gamepad$1({id:e.device.get_name()??`Gamepad (${e.device.get_guid()})`,index:e.index,connected:e.connected,timestamp:e.timestamp,mapping:`standard`,axes:Array.from(e.axes),buttons:R,vibrationActuator:e.hapticActuator})}getGamepads(){this._ensureInit();let e=[];for(let R=0;R<4;R++){let W=this._slots[R];e.push(W?this._createSnapshot(W):null)}return e}dispose(){for(let e of this._slots)if(e)for(let R of e.signalIds)e.device.disconnect(R);if(this._slots.fill(null),this._monitor){for(let e of this._monitorSignalIds)this._monitor.disconnect(e);this._monitorSignalIds=[],this._monitor=null}this._initialized=!1,this._initPromise=null}};const pa=new GamepadManager;globalThis.navigator===void 0&&(globalThis.navigator={}),globalThis.navigator.getGamepads=()=>pa.getGamepads(),globalThis.GamepadEvent===void 0&&(globalThis.GamepadEvent=GamepadEvent);function encodeString(e,R){switch(R){case`utf8`:return _a.encode(e);case`ascii`:{let R=new Uint8Array(e.length);for(let W=0;W<e.length;W++)R[W]=e.charCodeAt(W)&127;return R}case`latin1`:{let R=new Uint8Array(e.length);for(let W=0;W<e.length;W++)R[W]=e.charCodeAt(W)&255;return R}case`base64`:return base64Decode(e.replace(/-/g,`+`).replace(/_/g,`/`));case`base64url`:return encodeString(e.replace(/-/g,`+`).replace(/_/g,`/`),`base64`);case`hex`:{let R=e.length>>>1,W=new Uint8Array(R);for(let Y=0;Y<R;Y++){let R=parseInt(e[Y*2],16),X=parseInt(e[Y*2+1],16);if(Number.isNaN(R)||Number.isNaN(X))break;W[Y]=R<<4|X}return W}case`utf16le`:{let R=new Uint8Array(e.length*2);for(let W=0;W<e.length;W++){let Y=e.charCodeAt(W);R[W*2]=Y&255,R[W*2+1]=Y>>8&255}return R}default:return _a.encode(e)}}function decodeString(e,R,W,Y){let X=W!==void 0||Y!==void 0?e.subarray(W??0,Y??e.length):e;switch(R){case`utf8`:return ya.decode(X);case`ascii`:{let e=``;for(let R=0;R<X.length;R++)e+=String.fromCharCode(X[R]&127);return e}case`latin1`:{let e=``;for(let R=0;R<X.length;R++)e+=String.fromCharCode(X[R]);return e}case`base64`:{let e=``;for(let R=0;R<X.length;R++)e+=String.fromCharCode(X[R]);return btoaPolyfill(e)}case`base64url`:return decodeString(X,`base64`).replace(/\+/g,`-`).replace(/\//g,`_`).replace(/=+$/,``);case`hex`:{let e=``;for(let R=0;R<X.length;R++)e+=X[R].toString(16).padStart(2,`0`);return e}case`utf16le`:{let e=``;for(let R=0;R+1<X.length;R+=2)e+=String.fromCharCode(X[R]|X[R+1]<<8);return e}default:return ya.decode(X)}}function checkOffset(e,R,W){if(e+R>W)throw RangeError(`Attempt to access memory outside buffer bounds`)}var _a,ya,ba,xa,Ea=__esmMin(()=>{qt(),_a=new TextEncoder,ya=new TextDecoder,ba=typeof SharedArrayBuffer<`u`,xa=class Buffer extends Uint8Array{static _isBuffer=!0;static alloc(e,R,W){if(typeof e!=`number`)throw TypeError(`The "size" argument must be of type number. Received type ${typeof e}`);if(e<0)throw RangeError(`The value "${e}" is invalid for option "size"`);let Y=new Buffer(e);return R!==void 0&&R!==0&&Y.fill(R,0,e,W),Y}static allocUnsafe(e){if(typeof e!=`number`)throw TypeError(`The "size" argument must be of type number. Received type ${typeof e}`);return new Buffer(e)}static allocUnsafeSlow(e){return Buffer.allocUnsafe(e)}static from(e,R,W){if(typeof e==`string`){let W=normalizeEncoding(R);if(R&&typeof R==`string`){let e=(``+R).toLowerCase().replace(/-/g,``);[`utf8`,`ascii`,`latin1`,`binary`,`base64`,`base64url`,`hex`,`ucs2`,`utf16le`,``].includes(e)||checkEncoding(R)}let Y=encodeString(e,W);return new Buffer(Y.buffer,Y.byteOffset,Y.byteLength)}if(ArrayBuffer.isView(e)){let R=new Buffer(e.buffer,e.byteOffset,e.byteLength),W=new Buffer(R.length);return W.set(R),W}if(e instanceof ArrayBuffer){let Y=R||0;return new Buffer(e,Y,W===void 0?e.byteLength-Y:W)}if(ba&&e instanceof SharedArrayBuffer){let Y=R||0,X=W===void 0?e.byteLength-Y:W;return new Buffer(new Uint8Array(e,Y,X))}if(typeof e==`object`&&e&&typeof e.viewBytes==`function`&&typeof e.byteLength==`number`&&e.constructor?.name===`SharedBuffer`){let Y=e,X=R||0,ie=W===void 0?Y.byteLength-X:W,ae=Y.viewBytes(X,ie);return new Buffer(ae.buffer,ae.byteOffset,ae.byteLength)}if(Array.isArray(e)){let R=new Buffer(e.length);for(let W=0;W<e.length;W++)R[W]=e[W]&255;return R}throw TypeError(`The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array`)}static isBuffer(e){return e instanceof Buffer}static isEncoding(e){if(typeof e!=`string`)return!1;let R=e.toLowerCase().replace(/-/g,``);return[`utf8`,`ascii`,`latin1`,`binary`,`base64`,`base64url`,`hex`,`ucs2`,`utf16le`].includes(R)}static byteLength(e,R){if(typeof e!=`string`){if(ArrayBuffer.isView(e)||e instanceof ArrayBuffer||ba&&e instanceof SharedArrayBuffer)return e.byteLength;throw TypeError(`The "string" argument must be one of type string, Buffer, or ArrayBuffer`)}switch(normalizeEncoding(R)){case`utf8`:return _a.encode(e).byteLength;case`ascii`:case`latin1`:return e.length;case`base64`:case`base64url`:{let R=e.length;for(;R>0&&(e[R-1]===`=`||e[R-1]===` `);)R--;return R*3>>>2}case`hex`:return e.length>>>1;case`utf16le`:return e.length*2;default:return _a.encode(e).byteLength}}static compare(e,R){if(!(e instanceof Uint8Array)||!(R instanceof Uint8Array))throw TypeError(`Arguments must be Buffers or Uint8Arrays`);let W=Math.min(e.length,R.length);for(let Y=0;Y<W;Y++){if(e[Y]<R[Y])return-1;if(e[Y]>R[Y])return 1}return e.length<R.length?-1:+(e.length>R.length)}static concat(e,R){if(e.length===0)return Buffer.alloc(0);if(R===void 0){R=0;for(let W=0;W<e.length;W++)R+=e[W].length}let W=Buffer.alloc(R),Y=0;for(let X=0;X<e.length;X++){let ie=e[X],ae=Math.min(ie.length,R-Y);ae<=0||(W.set(ie.subarray(0,ae),Y),Y+=ae)}return W}static poolSize=8192;toString(e,R,W){let Y=normalizeEncoding(e);return decodeString(this,Y,R,W)}toJSON(){return{type:`Buffer`,data:Array.from(this)}}equals(e){if(!(e instanceof Uint8Array))throw TypeError(`Argument must be a Buffer or Uint8Array`);if(this.length!==e.length)return!1;for(let R=0;R<this.length;R++)if(this[R]!==e[R])return!1;return!0}compare(e,R,W,Y,X){if(!(e instanceof Uint8Array))throw TypeError(`Argument must be a Buffer or Uint8Array`);let ie=Y!==void 0||X!==void 0?this.subarray(Y??0,X??this.length):this,ae=R!==void 0||W!==void 0?e.subarray(R??0,W??e.length):e;return Buffer.compare(ie,ae)}copy(e,R=0,W=0,Y){let X=Y??this.length,ie=Math.min(X-W,e.length-R);return ie<=0?0:(e.set(this.subarray(W,W+ie),R),ie)}slice(e,R){let W=e??0,Y=R??this.length,X=super.subarray(W,Y);return new Buffer(X.buffer,X.byteOffset,X.byteLength)}subarray(e,R){let W=super.subarray(e,R);return new Buffer(W.buffer,W.byteOffset,W.byteLength)}write(e,R,W,Y){R??=0;let X=encodeString(e,normalizeEncoding(Y||(typeof W==`string`?W:void 0))),ie=W!==void 0&&typeof W==`number`?Math.min(W,this.length-R):this.length-R,ae=Math.min(X.length,ie);return this.set(X.subarray(0,ae),R),ae}fill(e,R,W,Y){let X=R??0,ie=W??this.length;if(typeof e==`number`)super.fill(e&255,X,ie);else if(typeof e==`string`){let R=encodeString(e,normalizeEncoding(Y));if(R.length===0)super.fill(0,X,ie);else if(R.length===1)super.fill(R[0],X,ie);else for(let e=X;e<ie;e++)this[e]=R[(e-X)%R.length]}else if(e instanceof Uint8Array)if(e.length===0)super.fill(0,X,ie);else for(let R=X;R<ie;R++)this[R]=e[(R-X)%e.length];return this}indexOf(e,R,W){if(typeof e==`number`)return super.indexOf(e&255,R);let Y=typeof e==`string`?encodeString(e,normalizeEncoding(W)):e,X=R??0;outer:for(let e=X;e<=this.length-Y.length;e++){for(let R=0;R<Y.length;R++)if(this[e+R]!==Y[R])continue outer;return e}return-1}lastIndexOf(e,R,W){if(typeof e==`number`)return R===void 0?super.lastIndexOf(e&255):super.lastIndexOf(e&255,R);let Y=typeof e==`string`?encodeString(e,normalizeEncoding(W)):e,X=R===void 0?this.length-Y.length:Math.min(R,this.length-Y.length);outer:for(let e=X;e>=0;e--){for(let R=0;R<Y.length;R++)if(this[e+R]!==Y[R])continue outer;return e}return-1}includes(e,R,W){return this.indexOf(e,R,W)!==-1}readUInt8(e=0){return checkOffset(e,1,this.length),this[e]}readUInt16BE(e=0){return checkOffset(e,2,this.length),this[e]<<8|this[e+1]}readUInt16LE(e=0){return checkOffset(e,2,this.length),this[e]|this[e+1]<<8}readUInt32BE(e=0){return checkOffset(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])}readUInt32LE(e=0){return checkOffset(e,4,this.length),this[e+3]*16777216+(this[e+2]<<16|this[e+1]<<8|this[e])>>>0}readInt8(e=0){return checkOffset(e,1,this.length),this[e]|(this[e]&128?4294967040:0)}readInt16BE(e=0){checkOffset(e,2,this.length);let R=this[e]<<8|this[e+1];return R&32768?R|4294901760:R}readInt16LE(e=0){checkOffset(e,2,this.length);let R=this[e]|this[e+1]<<8;return R&32768?R|4294901760:R}readInt32BE(e=0){return checkOffset(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]}readInt32LE(e=0){return checkOffset(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24}readFloatBE(e=0){return checkOffset(e,4,this.length),new DataView(this.buffer,this.byteOffset+e,4).getFloat32(0,!1)}readFloatLE(e=0){return checkOffset(e,4,this.length),new DataView(this.buffer,this.byteOffset+e,4).getFloat32(0,!0)}readDoubleBE(e=0){return checkOffset(e,8,this.length),new DataView(this.buffer,this.byteOffset+e,8).getFloat64(0,!1)}readDoubleLE(e=0){return checkOffset(e,8,this.length),new DataView(this.buffer,this.byteOffset+e,8).getFloat64(0,!0)}readBigInt64BE(e=0){return checkOffset(e,8,this.length),new DataView(this.buffer,this.byteOffset+e,8).getBigInt64(0,!1)}readBigInt64LE(e=0){return checkOffset(e,8,this.length),new DataView(this.buffer,this.byteOffset+e,8).getBigInt64(0,!0)}readBigUInt64BE(e=0){return checkOffset(e,8,this.length),new DataView(this.buffer,this.byteOffset+e,8).getBigUint64(0,!1)}readBigUInt64LE(e=0){return checkOffset(e,8,this.length),new DataView(this.buffer,this.byteOffset+e,8).getBigUint64(0,!0)}readUIntBE(e,R){checkOffset(e,R,this.length);let W=0;for(let Y=0;Y<R;Y++)W=W*256+this[e+Y];return W}readUIntLE(e,R){checkOffset(e,R,this.length);let W=0,Y=1;for(let X=0;X<R;X++)W+=this[e+X]*Y,Y*=256;return W}readIntBE(e,R){checkOffset(e,R,this.length);let W=0;for(let Y=0;Y<R;Y++)W=W*256+this[e+Y];return W>=2**(8*R-1)&&(W-=2**(8*R)),W}readIntLE(e,R){checkOffset(e,R,this.length);let W=0,Y=1;for(let X=0;X<R;X++)W+=this[e+X]*Y,Y*=256;return W>=2**(8*R-1)&&(W-=2**(8*R)),W}writeUInt8(e,R=0){return checkOffset(R,1,this.length),this[R]=e&255,R+1}writeUInt16BE(e,R=0){return checkOffset(R,2,this.length),this[R]=e>>>8&255,this[R+1]=e&255,R+2}writeUInt16LE(e,R=0){return checkOffset(R,2,this.length),this[R]=e&255,this[R+1]=e>>>8&255,R+2}writeUInt32BE(e,R=0){return checkOffset(R,4,this.length),this[R]=e>>>24&255,this[R+1]=e>>>16&255,this[R+2]=e>>>8&255,this[R+3]=e&255,R+4}writeUInt32LE(e,R=0){return checkOffset(R,4,this.length),this[R]=e&255,this[R+1]=e>>>8&255,this[R+2]=e>>>16&255,this[R+3]=e>>>24&255,R+4}writeInt8(e,R=0){return checkOffset(R,1,this.length),e<0&&(e=255+e+1),this[R]=e&255,R+1}writeInt16BE(e,R=0){return checkOffset(R,2,this.length),this[R]=e>>>8&255,this[R+1]=e&255,R+2}writeInt16LE(e,R=0){return checkOffset(R,2,this.length),this[R]=e&255,this[R+1]=e>>>8&255,R+2}writeInt32BE(e,R=0){return checkOffset(R,4,this.length),this[R]=e>>>24&255,this[R+1]=e>>>16&255,this[R+2]=e>>>8&255,this[R+3]=e&255,R+4}writeInt32LE(e,R=0){return checkOffset(R,4,this.length),this[R]=e&255,this[R+1]=e>>>8&255,this[R+2]=e>>>16&255,this[R+3]=e>>>24&255,R+4}writeFloatBE(e,R=0){return checkOffset(R,4,this.length),new DataView(this.buffer,this.byteOffset+R,4).setFloat32(0,e,!1),R+4}writeFloatLE(e,R=0){return checkOffset(R,4,this.length),new DataView(this.buffer,this.byteOffset+R,4).setFloat32(0,e,!0),R+4}writeDoubleBE(e,R=0){return checkOffset(R,8,this.length),new DataView(this.buffer,this.byteOffset+R,8).setFloat64(0,e,!1),R+8}writeDoubleLE(e,R=0){return checkOffset(R,8,this.length),new DataView(this.buffer,this.byteOffset+R,8).setFloat64(0,e,!0),R+8}writeBigInt64BE(e,R=0){return checkOffset(R,8,this.length),new DataView(this.buffer,this.byteOffset+R,8).setBigInt64(0,e,!1),R+8}writeBigInt64LE(e,R=0){return checkOffset(R,8,this.length),new DataView(this.buffer,this.byteOffset+R,8).setBigInt64(0,e,!0),R+8}writeBigUInt64BE(e,R=0){return checkOffset(R,8,this.length),new DataView(this.buffer,this.byteOffset+R,8).setBigUint64(0,e,!1),R+8}writeBigUInt64LE(e,R=0){return checkOffset(R,8,this.length),new DataView(this.buffer,this.byteOffset+R,8).setBigUint64(0,e,!0),R+8}swap16(){let e=this.length;if(e%2!=0)throw RangeError(`Buffer size must be a multiple of 16-bits`);for(let R=0;R<e;R+=2){let e=this[R];this[R]=this[R+1],this[R+1]=e}return this}swap32(){let e=this.length;if(e%4!=0)throw RangeError(`Buffer size must be a multiple of 32-bits`);for(let R=0;R<e;R+=4){let e=this[R],W=this[R+1];this[R]=this[R+3],this[R+1]=this[R+2],this[R+2]=W,this[R+3]=e}return this}swap64(){let e=this.length;if(e%8!=0)throw RangeError(`Buffer size must be a multiple of 64-bits`);for(let R=0;R<e;R+=8){let e=this[R],W=this[R+1],Y=this[R+2],X=this[R+3];this[R]=this[R+7],this[R+1]=this[R+6],this[R+2]=this[R+5],this[R+3]=this[R+4],this[R+4]=X,this[R+5]=Y,this[R+6]=W,this[R+7]=e}return this}}}),Da=__esmMin(()=>{Je(),Ea(),globalThis.atob,globalThis.btoa});Da(),`Buffer`in globalThis||Object.defineProperty(globalThis,`Buffer`,{value:xa,enumerable:!1,writable:!0,configurable:!0}),nt(),typeof globalThis.btoa!=`function`&&Object.defineProperty(globalThis,`btoa`,{value:function btoa(e){let R=new Uint8Array(e.length);for(let W=0;W<e.length;W++)R[W]=e.charCodeAt(W)&255;return tt.base64_encode(R)},enumerable:!0,writable:!0,configurable:!0}),typeof globalThis.atob!=`function`&&Object.defineProperty(globalThis,`atob`,{value:function atob(e){let R=tt.base64_decode(e),W=``;for(let e=0;e<R.length;e++)W+=String.fromCharCode(R[e]);return W},enumerable:!0,writable:!0,configurable:!0}),qt(),typeof queueMicrotask!=`function`&&Object.defineProperty(globalThis,`queueMicrotask`,{value:jt,enumerable:!0,writable:!0,configurable:!0});function onceWrapper(){let{target:e,type:R,listener:W}=this;return this.wrapperFn&&e.removeListener(R,this.wrapperFn),W.apply(e,arguments)}function _onceWrap(e,R,W){let Y={target:e,type:R,listener:W,wrapperFn:void 0},X=onceWrapper.bind(Y);return Y.wrapperFn=X,X.listener=W,X}function arrayClone(e){switch(e.length){case 0:return[];case 1:return[e[0]];case 2:return[e[0],e[1]];case 3:return[e[0],e[1],e[2]];default:return e.slice()}}function checkListener(e){if(typeof e!=`function`)throw TypeError(`The "listener" argument must be of type Function. Received type `+typeof e)}function validateNumber(e,R){if(typeof e!=`number`||e!==e)throw TypeError(`The "${R}" argument must be of type number. Received type ${typeof e}`)}function spliceOne(e,R){for(;R+1<e.length;R++)e[R]=e[R+1];e.pop()}function unwrapListeners(e){let R=Array(e.length);for(let W=0;W<R.length;++W)R[W]=e[W].listener??e[W];return R}function createAbortError$1(e){let R=Error(`The operation was aborted`);return R.name=`AbortError`,R.code=`ABORT_ERR`,e?.reason&&(R.cause=e.reason),R}var Oa,Aa,Pa,La=__esmMin(()=>{Et(),Oa=Symbol(`kCapture`),Aa=Symbol.for(`nodejs.rejection`),Pa=class EventEmitter{static defaultMaxListeners=10;static errorMonitor=Symbol(`events.errorMonitor`);static captureRejectionSymbol=Aa;static _captureRejections=!1;static get captureRejections(){return EventEmitter._captureRejections}static set captureRejections(e){if(typeof e!=`boolean`)throw TypeError(`The "captureRejections" argument must be of type boolean.`);EventEmitter._captureRejections=e}_events;_eventsCount;_maxListeners;[Oa];constructor(e){this._events=Object.create(null),this._eventsCount=0,this._maxListeners=void 0,this[Oa]=e?.captureRejections??EventEmitter._captureRejections}setMaxListeners(e){if(validateNumber(e,`n`),e<0)throw RangeError(`The value of "n" is out of range. It must be a non-negative number. Received `+e);return this._maxListeners=e,this}getMaxListeners(){return this._maxListeners??EventEmitter.defaultMaxListeners}emit(e,...R){let W=this._events,Y=e===`error`;if(W!==void 0)Y&&W[EventEmitter.errorMonitor]!==void 0&&this.emit(EventEmitter.errorMonitor,...R),Y&&=W.error===void 0;else if(!Y)return!1;if(Y){let e;if(e=R.length>0?R[0]:Error(`Unhandled error.`),e instanceof Error)throw e;let W=Error(`Unhandled error. (`+e+`)`);throw W.context=e,W}let X=W[e];if(X===void 0)return!1;if(typeof X==`function`){let W=X.apply(this,R);W!=null&&this[Oa]&&this._addCatch(W,e,R)}else{let W=arrayClone(X),Y=W.length;for(let X=0;X<Y;++X){let Y=W[X].apply(this,R);Y!=null&&this[Oa]&&this._addCatch(Y,e,R)}}return!0}_addCatch(e,R,W){typeof e?.then==`function`&&e.then(void 0,e=>{let Y=this[Aa];if(typeof Y==`function`)Y.call(this,e,R,...W);else{let R=this[Oa];try{this[Oa]=!1,this.emit(`error`,e)}finally{this[Oa]=R}}})}addListener(e,R){return this._addListener(e,R,!1)}on(e,R){return this._addListener(e,R,!1)}prependListener(e,R){return this._addListener(e,R,!0)}_addListener(e,R,W){checkListener(R);let Y=this._events;Y===void 0?(Y=this._events=Object.create(null),this._eventsCount=0):Y.newListener!==void 0&&(this.emit(`newListener`,e,R.listener??R),Y=this._events);let X=Y[e];X===void 0?(Y[e]=R,++this._eventsCount):typeof X==`function`?Y[e]=W?[R,X]:[X,R]:W?X.unshift(R):X.push(R);let ie=this.getMaxListeners();if(ie>0){let R=typeof Y[e]==`function`?1:Y[e].length;if(R>ie&&!Y[e].warned){typeof Y[e]!=`function`&&(Y[e].warned=!0);let W=Error(`Possible EventEmitter memory leak detected. ${R} ${String(e)} listeners added to [${this.constructor.name}]. Use emitter.setMaxListeners() to increase limit`);W.name=`MaxListenersExceededWarning`,Tt.warn(W.message)}}return this}once(e,R){return checkListener(R),this.on(e,_onceWrap(this,e,R)),this}prependOnceListener(e,R){return checkListener(R),this.prependListener(e,_onceWrap(this,e,R)),this}removeListener(e,R){checkListener(R);let W=this._events;if(W===void 0)return this;let Y=W[e];if(Y===void 0)return this;if(Y===R||Y.listener===R)--this._eventsCount===0?this._events=Object.create(null):(delete W[e],W.removeListener&&this.emit(`removeListener`,e,Y.listener??R));else if(typeof Y!=`function`){let X=-1;for(let e=Y.length-1;e>=0;e--)if(Y[e]===R||Y[e].listener===R){X=e;break}if(X<0)return this;X===0?Y.shift():spliceOne(Y,X),Y.length===1&&(W[e]=Y[0]),W.removeListener!==void 0&&this.emit(`removeListener`,e,R.listener??R)}return this}off(e,R){return this.removeListener(e,R)}removeAllListeners(e){let R=this._events;if(R===void 0)return this;if(R.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):R[e]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete R[e]),this;if(arguments.length===0){let e=Object.keys(R);for(let R=0;R<e.length;++R){let W=e[R];W!==`removeListener`&&this.removeAllListeners(W)}return this.removeAllListeners(`removeListener`),this._events=Object.create(null),this._eventsCount=0,this}let W=R[e];if(typeof W==`function`)this.removeListener(e,W);else if(W!==void 0)for(let R=W.length-1;R>=0;R--)this.removeListener(e,W[R]);return this}listeners(e){let R=this._events;if(R===void 0)return[];let W=R[e];return W===void 0?[]:typeof W==`function`?[W.listener??W]:unwrapListeners(W)}rawListeners(e){let R=this._events;if(R===void 0)return[];let W=R[e];return W===void 0?[]:typeof W==`function`?[W]:arrayClone(W)}listenerCount(e){let R=this._events;if(R===void 0)return 0;let W=R[e];return W===void 0?0:typeof W==`function`?1:W.length}eventNames(){return(this._eventsCount??0)>0?Reflect.ownKeys(this._events):[]}static once(e,R,W){return new Promise((Y,X)=>{let ie=W?.signal;if(ie?.aborted){X(createAbortError$1(ie));return}if(typeof e.addEventListener==`function`){let W=e,handler=(...e)=>{ie&&ie.removeEventListener(`abort`,abortHandler),Y(e)},errorHandler=e=>{ie&&ie.removeEventListener(`abort`,abortHandler),W.removeEventListener(`error`,errorHandler),X(e)},abortHandler=()=>{W.removeEventListener(R,handler),W.removeEventListener(`error`,errorHandler),X(createAbortError$1(ie))};W.addEventListener(R,handler,{once:!0}),R!==`error`&&W.addEventListener(`error`,errorHandler,{once:!0}),ie&&ie.addEventListener(`abort`,abortHandler,{once:!0});return}let ae=e,eventHandler=(...e)=>{ie&&ie.removeEventListener(`abort`,abortHandler),errorHandler!==void 0&&ae.removeListener(`error`,errorHandler),Y(e)},errorHandler;R!==`error`&&(errorHandler=e=>{ae.removeListener(R,eventHandler),ie&&ie.removeEventListener(`abort`,abortHandler),X(e)},ae.once(`error`,errorHandler)),ae.once(R,eventHandler);let abortHandler=()=>{ae.removeListener(R,eventHandler),errorHandler&&ae.removeListener(`error`,errorHandler),X(createAbortError$1(ie))};ie&&ie.addEventListener(`abort`,abortHandler,{once:!0})})}static on(e,R,W){let Y=W?.signal;if(Y?.aborted)throw createAbortError$1(Y);let X=W?.highWaterMark??2**53-1,ie=W?.lowWaterMark??1;validateNumber(X,`highWaterMark`),validateNumber(ie,`lowWaterMark`);let ae=[],le=[],_e=null,ye=!1,be=!1,eventHandler=(...R)=>{if(le.length>0){let{resolve:e}=le.shift();e({value:R,done:!1})}else ae.push(R),ae.length>=X&&!be&&(be=!0,typeof e.pause==`function`&&e.pause())},errorHandler=e=>{if(_e=e,le.length>0){let{reject:R}=le.shift();R(e)}Ce.return()},abortHandler=()=>{errorHandler(createAbortError$1(Y))};e.on(R,eventHandler),R!==`error`&&e.on(`error`,errorHandler),Y&&Y.addEventListener(`abort`,abortHandler,{once:!0});let cleanup=()=>{e.removeListener(R,eventHandler),e.removeListener(`error`,errorHandler),Y&&Y.removeEventListener(`abort`,abortHandler),ye=!0;for(let{resolve:e}of le)e({value:void 0,done:!0});le.length=0,ae.length=0},Ce={next(){if(ae.length>0){let R=ae.shift();return be&&ae.length<ie&&(be=!1,typeof e.resume==`function`&&e.resume()),Promise.resolve({value:R,done:!1})}if(_e){let e=Promise.reject(_e);return _e=null,e}return ye?Promise.resolve({value:void 0,done:!0}):new Promise((e,R)=>{le.push({resolve:e,reject:R})})},return(){return cleanup(),Promise.resolve({value:void 0,done:!0})},throw(e){return ye||(_e=e,cleanup()),Promise.reject(e)},[Symbol.asyncIterator](){return this}};return Ce}static listenerCount(e,R){return e.listenerCount(R)}static getEventListeners(e,R){return typeof e.listeners==`function`?e.listeners(R):[]}static setMaxListeners(e,...R){if(validateNumber(e,`n`),e<0)throw RangeError(`The value of "n" is out of range.`);if(R.length===0)EventEmitter.defaultMaxListeners=e;else for(let W of R)typeof W.setMaxListeners==`function`&&W.setMaxListeners(e)}static getMaxListeners(e){return typeof e.getMaxListeners==`function`?e.getMaxListeners():EventEmitter.defaultMaxListeners}static addAbortListener(e,R){e.aborted&&Promise.resolve().then(()=>R());let handler=()=>R();return e.addEventListener(`abort`,handler,{once:!0}),{[Symbol.dispose](){e.removeEventListener(`abort`,handler)}}}},Pa.EventEmitter=Pa;for(let e of[`setMaxListeners`,`getMaxListeners`,`emit`,`addListener`,`on`,`prependListener`,`once`,`prependOnceListener`,`removeListener`,`off`,`removeAllListeners`,`listeners`,`rawListeners`,`listenerCount`,`eventNames`]){let R=Pa.prototype[e];typeof R==`function`&&Object.defineProperty(Pa.prototype,e,{enumerable:!0,configurable:!0,writable:!0,value:R})}Object.defineProperty(Pa.prototype,`_events`,{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(Pa.prototype,`_eventsCount`,{enumerable:!0,configurable:!0,writable:!0,value:0}),Object.defineProperty(Pa.prototype,`_maxListeners`,{enumerable:!0,configurable:!0,writable:!0,value:void 0}),__name$1(createAbortError$1,`createAbortError`)}),Ra,Ba=__esmMin(()=>{La(),qt(),Ra=makeCallable(Pa),Ra.EventEmitter=Ra,Ra.captureRejectionSymbol,Ra.errorMonitor,Ra.defaultMaxListeners,Ra.setMaxListeners,Ra.getMaxListeners,Ra.once,Ra.on,Ra.getEventListeners,Ra.listenerCount,Ra.addAbortListener});Ba();let Va=null;const Ga=globalThis.imports?.gi;if(Ga)try{Va=Ga.GjsifyTerminal}catch{}const Ka=Va;Et(),qt();const qa=new TextEncoder;function getGjsGlobal(){return globalThis}function detectGjsVersion(){try{let e=getGjsGlobal().imports?.system;if(e?.version!==void 0){let R=Number(e.version);return`${Math.floor(R/1e4)}.${Math.floor(R%1e4/100)}.${R%100}`}}catch{}}function detectNodeVersion(){if(typeof globalThis.process?.versions?.node==`string`)return globalThis.process.versions.node}function detectVersionInfo(){if(detectNodeVersion())return{version:globalThis.process.version,versions:{...globalThis.process.versions},title:globalThis.process?.title||`node`};let e=detectGjsVersion(),R={node:`20.0.0`};return e&&(R.gjs=e),{version:`v20.0.0`,versions:R,title:`gjs`}}function detectPpid(){if(typeof globalThis.process?.ppid==`number`)return globalThis.process.ppid;try{let e=getGjsGlobal().imports?.gi?.GLib;if(e){let[,R]=e.file_get_contents(`/proc/self/status`);if(R){let e=new TextDecoder().decode(R).match(/PPid:\s+(\d+)/);if(e)return parseInt(e[1],10)}}}catch{}return 0}function detectPlatform(){try{let e=getGjsGlobal().imports?.gi?.GLib;if(e&&e.get_os_info(`ID`))return`linux`}catch{}return getGjsGlobal().imports?.system===void 0&&typeof globalThis.process?.platform==`string`?globalThis.process.platform:`linux`}function detectArch(){return typeof globalThis.process?.arch==`string`?globalThis.process.arch:`x64`}function getCwd(){try{let e=getGjsGlobal().imports?.gi?.GLib;if(e?.get_current_dir)return e.get_current_dir()}catch{}return`/`}function getEnvProxy(){if(typeof globalThis.process?.env==`object`)return globalThis.process.env;try{let e=getGjsGlobal().imports?.gi?.GLib;if(e)return new Proxy({},{get(R,W){if(typeof W==`string`)return e.getenv(W)??void 0},set(R,W,Y){return typeof W==`string`?(e.setenv(W,String(Y),!0),!0):!1},deleteProperty(R,W){return typeof W==`string`?(e.unsetenv(W),!0):!1},has(R,W){return typeof W==`string`?e.getenv(W)!==null:!1},ownKeys(R){return e.listenv()},getOwnPropertyDescriptor(R,W){if(typeof W!=`string`)return;let Y=e.getenv(W);if(Y!==null)return{configurable:!0,enumerable:!0,writable:!0,value:Y}}})}catch{}return{}}function getArgv(){if(globalThis.process?.argv!==void 0)return globalThis.process.argv;try{let e=getGjsGlobal().imports?.system;if(e?.programArgs)return[`gjs`,e.programInvocationName||``,...e.programArgs]}catch{}return[`gjs`]}function getExecPath(){if(typeof globalThis.process?.execPath==`string`)return globalThis.process.execPath;try{let e=getGjsGlobal().imports?.system;if(e?.programInvocationName)return e.programInvocationName}catch{}return`/usr/bin/gjs`}function getPid(){if(typeof globalThis.process?.pid==`number`)return globalThis.process.pid;try{let e=getGjsGlobal().imports?.gi?.GLib;if(e){let[,R]=e.file_get_contents(`/proc/self/stat`);if(R){let e=new TextDecoder().decode(R),W=parseInt(e,10);if(!isNaN(W))return W}}}catch{}return 0}const Ja=Date.now();function getGioNamespace(){let e=globalThis.imports?.gi;if(!e)return null;let R=null;try{R=e.GioUnix}catch{}if(!R)try{R=e.Gio}catch{}return R}var ProcessWriteStream=class extends Ra{fd;writable=!0;_outGio=null;constructor(e){super(),this.fd=e;let R=getGioNamespace();if(R){let e=R.UnixOutputStream??R.OutputStream;if(e)try{this._outGio=e.new(this.fd,!1)}catch{}}}write(e){if(this._outGio)try{let R=typeof e==`string`?qa.encode(e):e;return this._outGio.write_all(R,null),!0}catch{}return this.fd===2?Tt.error(e):Tt.log(e),!0}get isTTY(){if(Ka)return Ka.Terminal.is_tty(this.fd);try{let e=getGjsGlobal().imports?.gi?.GLib;if(e)return!!e.log_writer_supports_color(this.fd)}catch{}return!1}get columns(){if(Ka){let[e,,R]=Ka.Terminal.get_size(this.fd);if(e&&R>0)return R}try{let e=getGjsGlobal().imports?.gi?.GLib;if(e){let R=parseInt(e.getenv(`COLUMNS`)??`0`,10);if(R>0)return R}}catch{}return 80}end(){}destroy(){}get rows(){if(Ka){let[e,R]=Ka.Terminal.get_size(this.fd);if(e&&R>0)return R}try{let e=getGjsGlobal().imports?.gi?.GLib;if(e){let R=parseInt(e.getenv(`LINES`)??`0`,10);if(R>0)return R}}catch{}return 24}},ProcessReadStream=class extends Ra{fd;isRaw=!1;_gio=null;_stdinGio=null;_reading=!1;_flowing=!1;_sttyCleanupRegistered=!1;_mainLoopHeld=!1;_pendingRead=!1;constructor(e){super(),this.fd=e,this._gio=getGioNamespace()}get isTTY(){return Ka?Ka.Terminal.is_tty(this.fd):!1}setRawMode(e){return Ka&&Ka.Terminal.set_raw_mode(this.fd,e)?(this.isRaw=e,this):(this._setRawModeViaStty(e),this.isRaw=e,this)}_setRawModeViaStty(e){try{let R=globalThis.imports?.gi,W=R?.Gio??R?.Gio;if(!W)return;let Y=W.SubprocessFlags?.STDIN_INHERIT??2,X=e?[`stty`,`-icanon`,`-echo`,`-icrnl`,`min`,`1`,`time`,`0`]:[`stty`,`icanon`,`echo`,`icrnl`];if(new W.SubprocessLauncher({flags:Y}).spawnv(X).wait(null),e&&!this._sttyCleanupRegistered){this._sttyCleanupRegistered=!0;let e=globalThis.process;e?.once&&typeof e.once==`function`&&e.once(`exit`,()=>this._setRawModeViaStty(!1))}}catch{}}setEncoding(e){return this}resume(){return this._flowing=!0,this._gio&&this.fd===0&&!this._reading&&this._startReading(),this}pause(){if(this._flowing=!1,this._reading=!1,this._mainLoopHeld){this._mainLoopHeld=!1;let e=globalThis.imports?.gi,R=e?.GLib??e?.GLib;R?.idle_add?R.idle_add(300,()=>(this._mainLoopHeld||quitMainLoop(),!1)):quitMainLoop()}return this}read(){return null}_startReading(){if(!this._gio||this._reading)return;if(this._pendingRead){this._reading=!0,this._mainLoopHeld||(this._mainLoopHeld=!0,ensureMainLoop());return}if(this._reading=!0,this._mainLoopHeld||(this._mainLoopHeld=!0,ensureMainLoop()),!this._stdinGio){let e=this._gio.UnixInputStream??this._gio.InputStream;if(!e){this._reading=!1;return}try{this._stdinGio=e.new(this.fd,!1)}catch{this._reading=!1;return}}let loop=()=>{if(!this._reading){this._pendingRead=!1;return}this._pendingRead=!0,this._stdinGio.read_bytes_async(4096,0,null,(e,R)=>{this._pendingRead=!1;try{let W=e.read_bytes_finish(R)?.get_data?.()??null;if(W&&W.byteLength>0)this.emit(`data`,Buffer.from(W));else if(W!==null&&W.byteLength===0){this._reading=!1,this.emit(`end`);return}}catch{this._reading=!1;return}this._reading&&loop()})};loop()}};function getMonotonicTime(){try{let e=getGjsGlobal().imports?.gi?.GLib;if(e?.get_monotonic_time)return BigInt(e.get_monotonic_time())*1000n}catch{}return typeof performance?.now==`function`?BigInt(Math.round(performance.now()*1e6)):BigInt(Date.now())*1000000n}const Ya=getMonotonicTime();var Process=class extends Ra{platform;arch;env;argv;argv0;execPath;pid;ppid;version;versions;title;execArgv;config;exitCode;constructor(){super(),this.platform=detectPlatform(),this.arch=detectArch(),this.env=getEnvProxy(),this.argv=getArgv(),this.argv0=this.argv[0]||`gjs`,this.execPath=getExecPath(),this.execArgv=globalThis.process?.execArgv??[],this.config=globalThis.process?.config??{target_defaults:{},variables:{}},this.pid=getPid(),this.ppid=detectPpid();let e=detectVersionInfo();this.version=e.version,this.versions=e.versions,this.title=e.title}cwd(){return getCwd()}chdir(e){try{let R=getGjsGlobal().imports?.gi?.GLib;if(R?.chdir){if(!R.file_test(e,16)){let R=Error(`ENOENT: no such file or directory, chdir '${e}'`);throw R.code=`ENOENT`,R.syscall=`chdir`,R.path=e,R}R.chdir(e);return}}catch(e){if(e&&typeof e==`object`&&e.code===`ENOENT`)throw e}let R=globalThis.process;if(R&&R!==this&&typeof R.chdir==`function`){R.chdir(e);return}throw Error(`process.chdir() is not supported in this environment`)}kill(e,R){let W=globalThis.process;if(W&&W!==this&&typeof W.kill==`function`)return W.kill(e,R);try{let W=getGjsGlobal().imports?.gi?.GLib;if(W){let Y=typeof R==`number`?String(R):R||`SIGTERM`,X=Y.startsWith(`SIG`)?`-${Y.slice(3)}`:`-${Y}`;return W.spawn_command_line_sync(`kill ${X} ${e}`),!0}}catch{}throw Error(`process.kill() is not supported in this environment`)}exit(e){this.exitCode=e??this.exitCode??0,this.emit(`exit`,this.exitCode);let R=getGjsGlobal().imports,W=R?.gi?.GLib,Y=R?.system,X=W?.idle_add,ie=W?.SOURCE_REMOVE,ae=W?.PRIORITY_DEFAULT;if(Y?.exit&&X&&typeof ae==`number`&&typeof ie==`boolean`){let e=this.exitCode;return ensureMainLoop(),X(ae,()=>(quitMainLoop(),Y.exit(e),ie)),new Promise(()=>{})}try{Y?.exit&&Y.exit(this.exitCode)}catch{}let le=globalThis.process;throw le&&le!==this&&typeof le.exit==`function`&&le.exit(this.exitCode),Error(`process.exit(${this.exitCode})`)}nextTick(e,...R){typeof queueMicrotask==`function`?queueMicrotask(()=>e(...R)):Promise.resolve().then(()=>e(...R))}hrtime(e){let R=getMonotonicTime()-Ya,W=Number(R/1000000000n),Y=Number(R%1000000000n);if(e){let R=W-e[0],X=Y-e[1];return X<0&&(R--,X+=1e9),[R,X]}return[W,Y]}uptime(){return(Date.now()-Ja)/1e3}memoryUsage(){try{let e=getGjsGlobal().imports?.gi?.GLib;if(e){let[,R]=e.file_get_contents(`/proc/self/status`);if(R){let e=new TextDecoder().decode(R).match(/VmRSS:\s+(\d+)/),W=e?parseInt(e[1],10)*1024:0;return{rss:W,heapTotal:W,heapUsed:W,external:0,arrayBuffers:0}}}}catch{}let e=globalThis.process;return e&&e!==this&&typeof e.memoryUsage==`function`?e.memoryUsage():{rss:0,heapTotal:0,heapUsed:0,external:0,arrayBuffers:0}}cpuUsage(e){let R=globalThis.process;return R&&R!==this&&typeof R.cpuUsage==`function`?R.cpuUsage(e):{user:0,system:0}}stdout=new ProcessWriteStream(1);stderr=new ProcessWriteStream(2);stdin=new ProcessReadStream(0);abort(){this.exit(1)}umask(e){return 18}emitWarning(e,R){Tt.warn(typeof e==`string`?`(${R||`Warning`}): ${e}`:e.message)}};Process.prototype.hrtime.bigint=function(){return getMonotonicTime()-Ya};const go=new Process;if(Ka)try{let e=new Ka.ResizeWatcher;e.connect(`resized`,(e,R,W)=>{go.stdout.emit(`resize`),go.stderr.emit(`resize`)}),e.start()}catch{}go.platform,go.arch,go.env,go.argv,go.argv0,go.execPath,go.pid,go.ppid,go.version,go.versions,go.cwd.bind(go),go.chdir.bind(go),go.exit.bind(go),go.nextTick.bind(go),go.hrtime.bind(go),go.uptime.bind(go),go.memoryUsage.bind(go),go.cpuUsage.bind(go),go.kill.bind(go),go.abort.bind(go),go.umask.bind(go),go.emitWarning.bind(go),go.execArgv,go.config,go.stdout,go.stderr,go.stdin,qt(),typeof Promise.withResolvers!=`function`&&(Promise.withResolvers=function(){let e,R;return{promise:new Promise((W,Y)=>{e=W,R=Y}),resolve:e,reject:R}}),initErrorV8Methods(Error),`global`in globalThis||Object.defineProperty(globalThis,`global`,{value:globalThis,writable:!1,enumerable:!1,configurable:!0}),Object.defineProperty(globalThis,`process`,{value:go,enumerable:!1,writable:!0,configurable:!0}),qt(),typeof globalThis.structuredClone!=`function`&&Object.defineProperty(globalThis,`structuredClone`,{value:structuredClone$1,enumerable:!0,writable:!0,configurable:!0});function getGLib(){return globalThis.imports?.gi?.GLib}const Vo=getGLib()!==void 0;var GjsifyTimeout=class{_id=null;_refed=!0;_callback;_delay;_args;_repeat;constructor(e,R,W,Y){this._callback=e,this._delay=R,this._args=W,this._repeat=Y,this._schedule()}_schedule(){let e=getGLib();if(!e)return;let R=e.timeout_add.bind(e);this._id=R(e.PRIORITY_DEFAULT,this._delay,()=>{try{this._callback.apply(globalThis,this._args)}catch(e){setTimeout(()=>{throw e},0)}return this._repeat?e.SOURCE_CONTINUE:(this._id=null,e.SOURCE_REMOVE)})}ref(){return this._refed=!0,this}unref(){return this._refed=!1,this}hasRef(){return this._refed}refresh(){return this._cancel(),this._schedule(),this}_cancel(){if(this._id!==null){try{getGLib()?.Source.remove(this._id)}catch{}this._id=null}}[Symbol.toPrimitive](){return this._id}[Symbol.dispose](){this._cancel()}};function removeById(e){if(e instanceof GjsifyTimeout)e._cancel();else if(typeof e==`number`)try{getGLib()?.Source.remove(e)}catch{}}if(Vo){let setT=(e,R=0,...W)=>new GjsifyTimeout(e,Math.max(0,R|0),W,!1),setI=(e,R=0,...W)=>new GjsifyTimeout(e,Math.max(0,R|0),W,!0),e=globalThis;e.setTimeout=setT,e.clearTimeout=removeById,e.setInterval=setI,e.clearInterval=removeById}function setImmediate(e,...R){return setTimeout(e,0,...R)}function clearImmediate(e){clearTimeout(e)}`setImmediate`in globalThis||Object.defineProperty(globalThis,`setImmediate`,{value:setImmediate,enumerable:!0,writable:!0,configurable:!0}),`clearImmediate`in globalThis||Object.defineProperty(globalThis,`clearImmediate`,{value:clearImmediate,enumerable:!0,writable:!0,configurable:!0}),nt();const Ko=tt.UriFlags.HAS_PASSWORD|tt.UriFlags.ENCODED|tt.UriFlags.SCHEME_NORMALIZE;var es=class URLSearchParams{_entries=[];constructor(e){if(e)if(typeof e==`string`){let R=e.startsWith(`?`)?e.slice(1):e;if(R)for(let e of R.split(`&`)){let R=e.indexOf(`=`);R===-1?this._entries.push([decodeComponent(e),``]):this._entries.push([decodeComponent(e.slice(0,R)),decodeComponent(e.slice(R+1))])}}else if(Array.isArray(e))for(let[R,W]of e)this._entries.push([String(R),String(W)]);else if(e instanceof URLSearchParams)this._entries=e._entries.map(([e,R])=>[e,R]);else for(let R of Object.keys(e))this._entries.push([R,String(e[R])])}get(e){for(let[R,W]of this._entries)if(R===e)return W;return null}getAll(e){return this._entries.filter(([R])=>R===e).map(([,e])=>e)}set(e,R){let W=!1;if(this._entries=this._entries.filter(([R])=>R===e?W?!1:(W=!0,!0):!0),W){for(let W=0;W<this._entries.length;W++)if(this._entries[W][0]===e){this._entries[W][1]=R;break}}else this._entries.push([e,R])}has(e){return this._entries.some(([R])=>R===e)}delete(e){this._entries=this._entries.filter(([R])=>R!==e)}append(e,R){this._entries.push([e,R])}sort(){this._entries.sort((e,R)=>e[0]<R[0]?-1:+(e[0]>R[0]))}toString(){return this._entries.map(([e,R])=>encodeComponent(e)+`=`+encodeComponent(R)).join(`&`)}forEach(e){for(let[R,W]of this._entries)e(W,R,this)}*entries(){yield*this._entries}*keys(){for(let[e]of this._entries)yield e}*values(){for(let[,e]of this._entries)yield e}[Symbol.iterator](){return this.entries()}get size(){return this._entries.length}};function decodeComponent(e){try{return decodeURIComponent(e.replace(/\+/g,` `))}catch{return e}}function encodeComponent(e){return encodeURIComponent(e).replace(/%20/g,`+`)}var rs=class URL{#e;#t;constructor(e,R){let W=e instanceof URL?e.href:String(e);try{if(R!==void 0){let e=R instanceof URL?R.href:String(R),Y=tt.Uri.parse(e,Ko);this.#e=Y.parse_relative(W,Ko)}else this.#e=tt.Uri.parse(W,Ko)}catch{throw TypeError(`Invalid URL: ${W}`)}if(!this.#e)throw TypeError(`Invalid URL: ${W}`);this.#t=new es(this.#e.get_query()||``)}get protocol(){return this.#e.get_scheme()+`:`}get hostname(){return(this.#e.get_host()||``).toLowerCase()}get port(){let e=this.#e.get_port();if(e===-1)return``;let R=this.#e.get_scheme();return(R===`http`||R===`ws`)&&e===80||(R===`https`||R===`wss`)&&e===443||R===`ftp`&&e===21?``:String(e)}get host(){let e=this.hostname,R=this.port;return R?`${e}:${R}`:e}get pathname(){return this.#e.get_path()||`/`}get search(){let e=this.#e.get_query();return e?`?`+e:``}get hash(){let e=this.#e.get_fragment();return e?`#`+e:``}get origin(){let e=this.protocol;return e===`http:`||e===`https:`||e===`ftp:`?`${e}//${this.host}`:`null`}get username(){return this.#e.get_user()||``}get password(){return this.#e.get_password()||``}get href(){let e=this.protocol,R=this.#e.get_scheme();(R===`http`||R===`https`||R===`ftp`||R===`file`||R===`ws`||R===`wss`||this.hostname)&&(e+=`//`);let W=this.username,Y=this.password;W&&(e+=W,Y&&(e+=`:`+Y),e+=`@`),e+=this.hostname,this.port&&(e+=`:`+this.port);let X=this.pathname;return e+=X,e+=this.search,e+=this.hash,e}get searchParams(){return this.#t}toString(){return this.href}toJSON(){return this.href}static _objectURLPaths=new Map;static _objectURLCounter=0;static createObjectURL(e){let R=e?._tmpPath;if(typeof R==`string`&&R.length>0){let e=`file://${R}`;return URL._objectURLPaths.set(e,R),e}return`file:///dev/null`}static revokeObjectURL(e){let R=URL._objectURLPaths.get(e);if(R){try{tt.unlink(R)}catch{}URL._objectURLPaths.delete(e)}}};typeof globalThis.URL!=`function`&&Object.defineProperty(globalThis,`URL`,{value:rs,enumerable:!1,writable:!0,configurable:!0}),typeof globalThis.URLSearchParams!=`function`&&Object.defineProperty(globalThis,`URLSearchParams`,{value:es,enumerable:!1,writable:!0,configurable:!0});let as;if(globalThis.performance)as=globalThis.performance;else{let e,_now;try{let R=globalThis.imports.gi.GLib;e=R.get_monotonic_time(),_now=()=>(R.get_monotonic_time()-e)/1e3}catch{let R=Date.now();e=0,_now=()=>Date.now()-R}let R=[],W=Date.now()-_now();as={timeOrigin:W,now:_now,mark(e){let W={name:e,entryType:`mark`,startTime:_now(),duration:0};return R.push(W),W},measure(e,W,Y){let X=0,ie=_now();if(W){let e=R.find(e=>e.entryType===`mark`&&e.name===W);e&&(X=e.startTime)}if(Y){let e=R.find(e=>e.entryType===`mark`&&e.name===Y);e&&(ie=e.startTime)}let ae={name:e,entryType:`measure`,startTime:X,duration:ie-X};return R.push(ae),ae},getEntries(){return[...R]},getEntriesByName(e){return R.filter(R=>R.name===e)},getEntriesByType(e){return R.filter(R=>R.entryType===e)},clearMarks(e){for(let W=R.length-1;W>=0;W--)R[W].entryType===`mark`&&(!e||R[W].name===e)&&R.splice(W,1)},clearMeasures(e){for(let W=R.length-1;W>=0;W--)R[W].entryType===`measure`&&(!e||R[W].name===e)&&R.splice(W,1)},clearResourceTimings(){},setResourceTimingBufferSize(){},toJSON(){return{timeOrigin:W}}}}var PerformanceObserverStub=class{_callback;constructor(e){this._callback=e}observe(e){}disconnect(){}takeRecords(){return[]}};const os=globalThis.PerformanceObserver||PerformanceObserverStub;globalThis.PerformanceEntry,globalThis.PerformanceObserverEntryList,globalThis.PerformanceMark,globalThis.PerformanceMeasure,globalThis.performance===void 0&&(globalThis.performance=as),typeof globalThis.PerformanceObserver!=`function`&&(globalThis.PerformanceObserver=os);var AudioNode=class{_outputs=new Set;_inputs=new Set;numberOfInputs;numberOfOutputs;channelCount;constructor(e=1,R=1){this.numberOfInputs=e,this.numberOfOutputs=R,this.channelCount=2}connect(e){return this._outputs.add(e),e._inputs.add(this),e}disconnect(e){if(e)this._outputs.delete(e),e._inputs.delete(this);else{for(let e of this._outputs)e._inputs.delete(this);this._outputs.clear()}}};let ss=!1;function ensureGstInit(){ss||=(ye.init(null),!0)}var AudioParam=class{defaultValue;minValue;maxValue;_onChange=null;_value;_rampTimerId=null;constructor(e=0,R=-34028235e31,W=34028235e31){this.defaultValue=e,this.minValue=R,this.maxValue=W,this._value=e}get value(){return this._value}set value(e){this._cancelRamp(),this._value=Math.max(this.minValue,Math.min(this.maxValue,e)),this._onChange?.(this._value)}setValueAtTime(e,R){return this.value=e,this}linearRampToValueAtTime(e,R){return this.value=e,this}exponentialRampToValueAtTime(e,R){return this.value=e,this}setTargetAtTime(R,W,Y){if(this._cancelRamp(),Y<=0)return this.value=R,this;let X=Math.max(10,Math.round(Y*100));return this._rampTimerId=e.timeout_add(e.PRIORITY_DEFAULT,X,()=>{let W=R-this._value;if(Math.abs(W)<.001)return this._value=R,this._onChange?.(this._value),this._rampTimerId=null,e.SOURCE_REMOVE;let ie=1-Math.exp(-X/(Y*1e3));return this._value+=W*ie,this._onChange?.(this._value),e.SOURCE_CONTINUE}),this}setValueCurveAtTime(e,R,W){return this}cancelScheduledValues(e){return this._cancelRamp(),this}cancelAndHoldAtTime(e){return this._cancelRamp(),this}_cancelRamp(){this._rampTimerId!==null&&(e.source_remove(this._rampTimerId),this._rampTimerId=null)}},GainNode=class extends AudioNode{gain;_activePlayers=new Set;constructor(){super(1,1),this.gain=new AudioParam(1,0,10),this.gain._onChange=e=>{for(let R of this._activePlayers)R.setVolume(e)}}},GstPlayer=class{_pipeline=null;_volumeElement=null;_busWatchId=null;_ended=!1;_loop;_onEnded;_audioBuffer;constructor(e){ensureGstInit(),this._loop=e.loop,this._onEnded=e.onEnded,this._audioBuffer=e.audioBuffer;let{audioBuffer:R,volume:W,offset:Y,duration:X,playbackRate:ie}=e,ae=R.sampleRate,le=R.numberOfChannels,_e=this._interleave(R,Y,X);if(_e.length===0){this._fireEnded();return}let be=`appsrc name=src caps="${`audio/x-raw,format=F32LE,rate=${ae},channels=${le},layout=interleaved`}" format=3 ! audioconvert ! volume name=vol ! autoaudiosink`;this._pipeline=ye.parse_launch(be),this._volumeElement=this._pipeline.get_by_name(`vol`);let Ce=this._pipeline.get_by_name(`src`);this._volumeElement.set_property(`volume`,Math.max(0,Math.min(W,10)));let Te=this._pipeline.get_bus();this._busWatchId=Te.add_watch(0,(e,R)=>(R.type===ye.MessageType.EOS?this._loop&&!this._ended?this._restartPlayback(Ce,_e):this._fireEnded():R.type===ye.MessageType.ERROR&&this._fireEnded(),!0));let Oe=ye.Buffer.new_wrapped(_e),Ae=_e.length/(4*le);Oe.pts=0,Oe.duration=Math.floor(Ae/ae*Number(ye.SECOND)),Ce.push_buffer(Oe),Ce.end_of_stream(),ie!==1&&(this._pipeline.set_state(ye.State.PAUSED),this._pipeline.seek(ie,ye.Format.TIME,ye.SeekFlags.FLUSH|ye.SeekFlags.ACCURATE,ye.SeekType.SET,0,ye.SeekType.NONE,-1)),this._pipeline.set_state(ye.State.PLAYING)}setVolume(e){this._volumeElement&&!this._ended&&this._volumeElement.set_property(`volume`,Math.max(0,Math.min(e,10)))}setLoop(e){this._loop=e}stop(){this._ended||this._fireEnded()}get ended(){return this._ended}_restartPlayback(e,R){this._pipeline&&this._pipeline.seek_simple(ye.Format.TIME,ye.SeekFlags.FLUSH,0)}_fireEnded(){this._ended||(this._ended=!0,this._cleanup(),this._onEnded())}_cleanup(){let R=this._pipeline;this._pipeline=null,this._volumeElement=null,this._busWatchId=null,R&&e.idle_add(e.PRIORITY_LOW,()=>(R.set_state(ye.State.NULL),e.SOURCE_REMOVE))}_interleave(e,R,W){let Y=e.numberOfChannels,X=Math.min(Math.floor(R*e.sampleRate),e.length),ie=e.length-X,ae=W===void 0?ie:Math.min(Math.floor(W*e.sampleRate),ie);if(ae<=0)return new Uint8Array;let le=new Float32Array(ae*Y);for(let R=0;R<ae;R++)for(let W=0;W<Y;W++)le[R*Y+W]=e._channelData[W][X+R];return new Uint8Array(le.buffer)}},AudioBufferSourceNode=class extends AudioNode{buffer=null;loop=!1;loopStart=0;loopEnd=0;playbackRate;onended=null;_player=null;_started=!1;constructor(){super(0,1),this.playbackRate=new AudioParam(1,.0625,16)}start(e=0,R=0,W){if(this._started)throw new DOMException(`AudioBufferSourceNode can only be started once`,`InvalidStateError`);if(this._started=!0,!this.buffer)return;let Y=this._findGainNode(),X=Y?Y.gain.value:1;this._player=new GstPlayer({audioBuffer:this.buffer,volume:X,loop:this.loop,offset:R,duration:W,playbackRate:this.playbackRate.value,onEnded:()=>{Y&&Y._activePlayers.delete(this._player),this._player=null,this.onended?.()}}),Y&&this._player&&Y._activePlayers.add(this._player)}stop(e=0){this._player&&this._player.stop()}_findGainNode(){for(let e of this._outputs){if(e instanceof GainNode)return e;for(let R of e._outputs)if(R instanceof GainNode)return R}return null}},AudioBuffer=class{sampleRate;length;duration;numberOfChannels;_channelData;constructor(e){this.sampleRate=e.sampleRate,this.length=e.length,this.numberOfChannels=e.numberOfChannels,this.duration=this.length/this.sampleRate,this._channelData=[];for(let e=0;e<this.numberOfChannels;e++)this._channelData.push(new Float32Array(this.length))}getChannelData(e){if(e<0||e>=this.numberOfChannels)throw RangeError(`channel index ${e} out of range [0, ${this.numberOfChannels})`);return this._channelData[e]}copyFromChannel(e,R,W=0){let Y=this.getChannelData(R),X=Math.min(e.length,Y.length-W);e.set(Y.subarray(W,W+X))}copyToChannel(e,R,W=0){let Y=this.getChannelData(R),X=Math.min(e.length,Y.length-W);Y.set(e.subarray(0,X),W)}},AudioDestinationNode=class extends AudioNode{maxChannelCount=2;constructor(){super(1,0)}};function decodeAudioDataSync(e){if(ensureGstInit(),!(e instanceof ArrayBuffer)||e.byteLength===0)throw new DOMException(`Unable to decode audio data`,`EncodingError`);let R=ye.parse_launch(`appsrc name=src ! decodebin ! audioconvert ! audioresample ! capsfilter caps=audio/x-raw,format=F32LE,layout=interleaved ! appsink name=sink sync=false`),W=R.get_by_name(`src`),Y=R.get_by_name(`sink`);R.set_state(ye.State.PLAYING);let X=new Uint8Array(e);W.push_buffer(ye.Buffer.new_wrapped(X)),W.end_of_stream();let ie=[],ae=0,le=0;for(;;){let e=Y.try_pull_sample(2*Number(ye.SECOND));if(!e)break;if(ae===0){let R=e.get_caps();if(R){let e=R.get_structure(0);[,ae]=e.get_int(`rate`),[,le]=e.get_int(`channels`)}}let R=e.get_buffer();if(!R)continue;let[W,X]=R.map(ye.MapFlags.READ);W&&(ie.push(new Uint8Array(X.data)),R.unmap(X))}if(R.set_state(ye.State.NULL),ae===0||le===0)throw new DOMException(`Unable to decode audio data`,`EncodingError`);let _e=0;for(let e of ie)_e+=e.length;let be=_e/(4*le),Ce=new AudioBuffer({numberOfChannels:le,length:be,sampleRate:ae}),Te=0;for(let e of ie){let R=new Float32Array(e.buffer,e.byteOffset,e.length/4),W=R.length/le;for(let e=0;e<W;e++)for(let W=0;W<le;W++)Ce._channelData[W][Te+e]=R[e*le+W];Te+=W}return Ce}var AudioContext$1=class{static{__name$1(this,`AudioContext`)}state=`suspended`;sampleRate=44100;destination;listener={};_startTime;constructor(){ensureGstInit(),this._startTime=e.get_monotonic_time(),this.destination=new AudioDestinationNode}get currentTime(){return(e.get_monotonic_time()-this._startTime)/1e6}createGain(){return new GainNode}createBufferSource(){return new AudioBufferSourceNode}createBuffer(e,R,W){return new AudioBuffer({numberOfChannels:e,length:R,sampleRate:W})}decodeAudioData(e,R,W){try{let W=decodeAudioDataSync(e);return R?.(W),Promise.resolve(W)}catch(e){let R=e instanceof DOMException?e:new DOMException(`Unable to decode audio data`,`EncodingError`);return W?.(R),Promise.reject(R)}}async resume(){this.state=`running`}async suspend(){this.state=`suspended`}async close(){this.state=`closed`}createAnalyser(){return{connect:()=>{},disconnect:()=>{},fftSize:2048,frequencyBinCount:1024,getByteFrequencyData:()=>{},getFloatFrequencyData:()=>{}}}createDynamicsCompressor(){return new AudioNode}createBiquadFilter(){return new AudioNode}createConvolver(){return new AudioNode}createPanner(){return new AudioNode}createStereoPanner(){return new AudioNode}addEventListener(e,R){}removeEventListener(e,R){}};const cs=new Set([`audio/mpeg`,`audio/mp3`,`audio/wav`,`audio/x-wav`,`audio/ogg`,`audio/webm`,`audio/flac`,`audio/x-flac`,`audio/aac`,`audio/mp4`]);var HTMLAudioElement=class{src=``;volume=1;loop=!1;paused=!0;currentTime=0;duration=0;readyState=0;_pipeline=null;canPlayType(e){let R=e.split(`;`)[0].trim().toLowerCase();return cs.has(R)?`maybe`:``}play(){return!this.src||(ensureGstInit(),this._cleanup(),this._pipeline=ye.ElementFactory.make(`playbin`,`player`),!this._pipeline)?Promise.resolve():(this._pipeline.set_property(`uri`,this.src),this._pipeline.set_property(`volume`,this.volume),this._pipeline.set_state(ye.State.PLAYING),this.paused=!1,Promise.resolve())}pause(){this._pipeline&&(this._pipeline.set_state(ye.State.PAUSED),this.paused=!0)}load(){this._cleanup()}addEventListener(e,R){}removeEventListener(e,R){}_cleanup(){this._pipeline&&=(this._pipeline.set_state(ye.State.NULL),null)}};globalThis.AudioContext===void 0&&(globalThis.AudioContext=AudioContext$1),globalThis.webkitAudioContext===void 0&&(globalThis.webkitAudioContext=AudioContext$1),globalThis.Audio===void 0&&(globalThis.Audio=HTMLAudioElement),globalThis.HTMLAudioElement===void 0&&(globalThis.HTMLAudioElement=HTMLAudioElement);const ls=Symbol(`abort`),us=Symbol(`internal`);var ds=class AbortSignal extends EventTarget$1{#e=!1;reason=void 0;onabort=null;constructor(e){if(super(),e!==us)throw TypeError(`Illegal constructor.`)}get aborted(){if(!(this instanceof AbortSignal))throw TypeError(`'get aborted' called on an object that is not a valid instance of AbortSignal.`);return this.#e}get[Symbol.toStringTag](){return`AbortSignal`}throwIfAborted(){if(this.#e)throw this.reason}[ls](e){if(this.#e)return;this.#e=!0,this.reason=e??new Tr(`The operation was aborted.`,`AbortError`);let R=new Event$1(`abort`);typeof this.onabort==`function`&&this.onabort.call(this,R),this.dispatchEvent(R)}static abort(e){let R=new AbortSignal(us);return R[ls](e),R}static timeout(e){let R=new AbortSignal(us);return setTimeout(()=>{R[ls](new Tr(`The operation timed out.`,`TimeoutError`))},e),R}static any(e){let R=new AbortSignal(us);for(let W of e)if(W.aborted)return R[ls](W.reason),R;let onAbort=()=>{if(!R.aborted){let W=e.find(e=>e.aborted);R[ls](W?.reason)}};for(let R of e)R.addEventListener(`abort`,onAbort,{once:!0});return R}},fs=class AbortController{signal;constructor(){this.signal=new ds(us)}abort(e){if(!(this instanceof AbortController))throw TypeError(`'abort' called on an object that is not a valid instance of AbortController.`);this.signal[ls](e)}};globalThis.AbortController===void 0&&(globalThis.AbortController=fs),globalThis.AbortSignal===void 0&&(globalThis.AbortSignal=ds);const ps=Symbol(`kState`),ms=Symbol(`kType`);function isBrandCheck(e){return R=>typeof R==`object`&&!!R&&R[ps]!==void 0&&R[ms]===e}function dequeueValue(e){let{value:R,size:W}=e[ps].queue.shift();return e[ps].queueTotalSize=Math.max(0,e[ps].queueTotalSize-W),R}function resetQueue(e){e[ps].queue=[],e[ps].queueTotalSize=0}function peekQueueValue(e){return e[ps].queue[0].value}function enqueueValueWithSize(e,R,W){if(W=+W,typeof W!=`number`||W<0||Number.isNaN(W)||W===1/0)throw RangeError(`Invalid size: ${W}`);e[ps].queue.push({value:R,size:W}),e[ps].queueTotalSize+=W}function extractHighWaterMark(e,R){if(e===void 0)return R;if(e=+e,typeof e!=`number`||Number.isNaN(e)||e<0)throw RangeError(`Invalid highWaterMark: ${e}`);return e}function extractSizeAlgorithm(e){if(e===void 0)return()=>1;if(typeof e!=`function`)throw TypeError(`strategy.size must be a function`);return e}function transferArrayBuffer(e){return typeof ArrayBuffer.prototype.transfer==`function`?e.transfer():e.slice(0)}function isDetachedBuffer(e){if(typeof SharedArrayBuffer<`u`&&e instanceof SharedArrayBuffer||e.byteLength!==0)return!1;try{return e.slice(0,0),!1}catch{return!0}}function typedArrayConstructorByTag(e){switch(e){case`Int8Array`:return Int8Array;case`Uint8Array`:return Uint8Array;case`Uint8ClampedArray`:return Uint8ClampedArray;case`Int16Array`:return Int16Array;case`Uint16Array`:return Uint16Array;case`Int32Array`:return Int32Array;case`Uint32Array`:return Uint32Array;case`Float32Array`:return Float32Array;case`Float64Array`:return Float64Array;case`BigInt64Array`:return typeof BigInt64Array<`u`?BigInt64Array:void 0;case`BigUint64Array`:return typeof BigUint64Array<`u`?BigUint64Array:void 0;default:return}}function elementSizeByTag(e){switch(e){case`Int8Array`:case`Uint8Array`:case`Uint8ClampedArray`:return 1;case`Int16Array`:case`Uint16Array`:return 2;case`Int32Array`:case`Uint32Array`:case`Float32Array`:return 4;case`Float64Array`:case`BigInt64Array`:case`BigUint64Array`:return 8;default:return 1}}function setPromiseHandled(e){e.then(()=>{},()=>{})}function createPromiseCallback(e,R,W){if(typeof R!=`function`)throw TypeError(`${e} must be a function`);return async(...e)=>R.call(W,...e)}async function nonOpFlush(){}function nonOpStart(){}async function nonOpPull(){}async function nonOpCancel(){}async function nonOpWrite(){}const hs={__proto__:Object.getPrototypeOf(Object.getPrototypeOf(async function*(){}).prototype),next:void 0,return:void 0};function createAsyncFromSyncIterator(e){let R={[Symbol.iterator]:()=>e.iterator},W=async function*(){return yield*R}();return{iterator:W,nextMethod:W.next,done:!1}}function getIterator(e,R=`sync`,W){if(W===void 0)if(R===`async`){if(W=e[Symbol.asyncIterator],W==null){let R=e[Symbol.iterator];if(R===void 0)throw TypeError(`Object is not iterable`);return createAsyncFromSyncIterator(getIterator(e,`sync`,R))}}else W=e[Symbol.iterator];if(W===void 0)throw TypeError(`Object is not iterable`);let Y=W.call(e);if(typeof Y!=`object`||!Y)throw TypeError(`The iterator method must return an object`);return{iterator:Y,nextMethod:Y.next,done:!1}}function iteratorNext(e,R){let W;if(W=R===void 0?e.nextMethod.call(e.iterator):e.nextMethod.call(e.iterator,R),typeof W!=`object`||!W)throw TypeError(`The iterator.next() method must return an object`);return W}const gs=typeof globalThis.AbortController==`function`?globalThis.AbortController:class AbortControllerShim{signal={aborted:!1,reason:void 0,addEventListener(){},removeEventListener(){}};abort(e){this.signal.aborted=!0,this.signal.reason=e}},_s=Symbol(`kAbort`),ys=Symbol(`kCloseSentinel`),bs=Symbol(`kError`),Cs=Symbol(`kSkipThrow`);var WritableStream=class{[ms]=`WritableStream`;[ps];constructor(e={},R={}){if(e!=null&&typeof e!=`object`)throw TypeError(`sink must be an object`);if(R!=null&&typeof R!=`object`)throw TypeError(`strategy must be an object`);let W=e?.type;if(W!==void 0)throw RangeError(`Invalid type: ${W}`);this[ps]=createWritableStreamState();let Y=extractSizeAlgorithm(R?.size),X=extractHighWaterMark(R?.highWaterMark,1);setupWritableStreamDefaultControllerFromSink(this,e,X,Y)}get locked(){if(!Ts(this))throw TypeError(`Invalid this`);return isWritableStreamLocked(this)}abort(e){return Ts(this)?isWritableStreamLocked(this)?Promise.reject(TypeError(`WritableStream is locked`)):writableStreamAbort(this,e):Promise.reject(TypeError(`Invalid this`))}close(){return Ts(this)?isWritableStreamLocked(this)?Promise.reject(TypeError(`WritableStream is locked`)):writableStreamCloseQueuedOrInFlight(this)?Promise.reject(TypeError(`Failure closing WritableStream`)):writableStreamClose(this):Promise.reject(TypeError(`Invalid this`))}getWriter(){if(!Ts(this))throw TypeError(`Invalid this`);return new WritableStreamDefaultWriter(this)}get[Symbol.toStringTag](){return`WritableStream`}},WritableStreamDefaultWriter=class{[ms]=`WritableStreamDefaultWriter`;[ps];constructor(e){if(!Ts(e))throw TypeError(`Expected a WritableStream`);this[ps]={stream:void 0,close:{promise:void 0,resolve:void 0,reject:void 0},ready:{promise:void 0,resolve:void 0,reject:void 0}},setupWritableStreamDefaultWriter(this,e)}get closed(){return Es(this)?this[ps].close.promise:Promise.reject(TypeError(`Invalid this`))}get desiredSize(){if(!Es(this))throw TypeError(`Invalid this`);if(this[ps].stream===void 0)throw TypeError(`Writer is not bound to a WritableStream`);return writableStreamDefaultWriterGetDesiredSize(this)}get ready(){return Es(this)?this[ps].ready.promise:Promise.reject(TypeError(`Invalid this`))}abort(e){return Es(this)?this[ps].stream===void 0?Promise.reject(TypeError(`Writer is not bound to a WritableStream`)):writableStreamDefaultWriterAbort(this,e):Promise.reject(TypeError(`Invalid this`))}close(){if(!Es(this))return Promise.reject(TypeError(`Invalid this`));let{stream:e}=this[ps];return e===void 0?Promise.reject(TypeError(`Writer is not bound to a WritableStream`)):writableStreamCloseQueuedOrInFlight(e)?Promise.reject(TypeError(`Failure to close WritableStream`)):writableStreamDefaultWriterClose(this)}releaseLock(){if(!Es(this))throw TypeError(`Invalid this`);let{stream:e}=this[ps];e!==void 0&&writableStreamDefaultWriterRelease(this)}write(e){return Es(this)?this[ps].stream===void 0?Promise.reject(TypeError(`Writer is not bound to a WritableStream`)):writableStreamDefaultWriterWrite(this,e):Promise.reject(TypeError(`Invalid this`))}get[Symbol.toStringTag](){return`WritableStreamDefaultWriter`}},WritableStreamDefaultController=class{[ms]=`WritableStreamDefaultController`;[ps];constructor(e){if(e!==Cs)throw TypeError(`Illegal constructor`)}[_s](e){let R=this[ps].abortAlgorithm(e);return writableStreamDefaultControllerClearAlgorithms(this),R}[bs](){resetQueue(this)}get signal(){if(!As(this))throw TypeError(`Invalid this`);return this[ps].abortController.signal}error(e){if(!As(this))throw TypeError(`Invalid this`);this[ps].stream[ps].state===`writable`&&writableStreamDefaultControllerError(this,e)}get[Symbol.toStringTag](){return`WritableStreamDefaultController`}};const Ts=isBrandCheck(`WritableStream`),Es=isBrandCheck(`WritableStreamDefaultWriter`),As=isBrandCheck(`WritableStreamDefaultController`);function createEmptyPromiseRecord(){return{promise:void 0,resolve:void 0,reject:void 0}}function createWritableStreamState(){return{close:Promise.withResolvers(),closeRequest:createEmptyPromiseRecord(),inFlightWriteRequest:createEmptyPromiseRecord(),inFlightCloseRequest:createEmptyPromiseRecord(),pendingAbortRequest:{abort:createEmptyPromiseRecord(),reason:void 0,wasAlreadyErroring:!1},backpressure:!1,controller:void 0,state:`writable`,storedError:void 0,writeRequests:[],writer:void 0}}function isWritableStreamLocked(e){return e[ps].writer!==void 0}function setupWritableStreamDefaultWriter(e,R){if(isWritableStreamLocked(R))throw TypeError(`WritableStream is locked`);switch(e[ps].stream=R,R[ps].writer=e,R[ps].state){case`writable`:!writableStreamCloseQueuedOrInFlight(R)&&R[ps].backpressure?e[ps].ready=Promise.withResolvers():e[ps].ready={promise:Promise.resolve(),resolve:void 0,reject:void 0},e[ps].close=Promise.withResolvers();break;case`erroring`:e[ps].ready={promise:Promise.reject(R[ps].storedError),resolve:void 0,reject:void 0},setPromiseHandled(e[ps].ready.promise),e[ps].close=Promise.withResolvers();break;case`closed`:e[ps].ready={promise:Promise.resolve(),resolve:void 0,reject:void 0},e[ps].close={promise:Promise.resolve(),resolve:void 0,reject:void 0};break;default:e[ps].ready={promise:Promise.reject(R[ps].storedError),resolve:void 0,reject:void 0},e[ps].close={promise:Promise.reject(R[ps].storedError),resolve:void 0,reject:void 0},setPromiseHandled(e[ps].ready.promise),setPromiseHandled(e[ps].close.promise)}}function writableStreamAbort(e,R){let{state:W,controller:Y}=e[ps];if(W===`closed`||W===`errored`)return Promise.resolve();if(Y[ps].abortController.abort(R),e[ps].pendingAbortRequest.abort.promise!==void 0)return e[ps].pendingAbortRequest.abort.promise;let X=!1;W===`erroring`&&(X=!0,R=void 0);let ie=Promise.withResolvers();return e[ps].pendingAbortRequest={abort:ie,reason:R,wasAlreadyErroring:X},X||writableStreamStartErroring(e,R),ie.promise}function writableStreamClose(e){let{state:R,writer:W,backpressure:Y,controller:X}=e[ps];if(R===`closed`||R===`errored`)return Promise.reject(TypeError(`WritableStream is closed`));e[ps].closeRequest=Promise.withResolvers();let{promise:ie}=e[ps].closeRequest;return W!==void 0&&Y&&R===`writable`&&W[ps].ready.resolve?.(),writableStreamDefaultControllerClose(X),ie}function writableStreamUpdateBackpressure(e,R){let{writer:W}=e[ps];W!==void 0&&e[ps].backpressure!==R&&(R?W[ps].ready=Promise.withResolvers():W[ps].ready.resolve?.()),e[ps].backpressure=R}function writableStreamStartErroring(e,R){let{controller:W,writer:Y}=e[ps];e[ps].state=`erroring`,e[ps].storedError=R,Y!==void 0&&writableStreamDefaultWriterEnsureReadyPromiseRejected(Y,R),!writableStreamHasOperationMarkedInFlight(e)&&W[ps].started&&writableStreamFinishErroring(e)}function writableStreamRejectCloseAndClosedPromiseIfNeeded(e){e[ps].closeRequest.promise!==void 0&&(e[ps].closeRequest.reject?.(e[ps].storedError),e[ps].closeRequest={promise:void 0,resolve:void 0,reject:void 0}),setPromiseHandled(e[ps].close.promise),e[ps].close.reject?.(e[ps].storedError);let{writer:R}=e[ps];R!==void 0&&(setPromiseHandled(R[ps].close.promise),R[ps].close.reject?.(e[ps].storedError))}function writableStreamMarkFirstWriteRequestInFlight(e){let R=e[ps].writeRequests.shift();e[ps].inFlightWriteRequest=R}function writableStreamMarkCloseRequestInFlight(e){e[ps].inFlightCloseRequest=e[ps].closeRequest,e[ps].closeRequest={promise:void 0,resolve:void 0,reject:void 0}}function writableStreamHasOperationMarkedInFlight(e){return e[ps].inFlightWriteRequest.promise!==void 0||e[ps].inFlightCloseRequest.promise!==void 0}function writableStreamFinishInFlightWriteWithError(e,R){e[ps].inFlightWriteRequest.reject?.(R),e[ps].inFlightWriteRequest={promise:void 0,resolve:void 0,reject:void 0},writableStreamDealWithRejection(e,R)}function writableStreamFinishInFlightWrite(e){e[ps].inFlightWriteRequest.resolve?.(),e[ps].inFlightWriteRequest={promise:void 0,resolve:void 0,reject:void 0}}function writableStreamFinishInFlightCloseWithError(e,R){e[ps].inFlightCloseRequest.reject?.(R),e[ps].inFlightCloseRequest={promise:void 0,resolve:void 0,reject:void 0},e[ps].pendingAbortRequest.abort.promise!==void 0&&(e[ps].pendingAbortRequest.abort.reject?.(R),e[ps].pendingAbortRequest={abort:{promise:void 0,resolve:void 0,reject:void 0},reason:void 0,wasAlreadyErroring:!1}),writableStreamDealWithRejection(e,R)}function writableStreamFinishInFlightClose(e){e[ps].inFlightCloseRequest.resolve?.(),e[ps].inFlightCloseRequest={promise:void 0,resolve:void 0,reject:void 0},e[ps].state===`erroring`&&(e[ps].storedError=void 0,e[ps].pendingAbortRequest.abort.promise!==void 0&&(e[ps].pendingAbortRequest.abort.resolve?.(),e[ps].pendingAbortRequest={abort:{promise:void 0,resolve:void 0,reject:void 0},reason:void 0,wasAlreadyErroring:!1})),e[ps].state=`closed`,e[ps].writer!==void 0&&e[ps].writer[ps].close.resolve?.(),e[ps].close.resolve?.()}function writableStreamFinishErroring(e){e[ps].state=`errored`,e[ps].controller[bs]();let R=e[ps].storedError;for(let W of e[ps].writeRequests)W.reject?.(R);if(e[ps].writeRequests=[],e[ps].pendingAbortRequest.abort.promise===void 0){writableStreamRejectCloseAndClosedPromiseIfNeeded(e);return}let W=e[ps].pendingAbortRequest;if(e[ps].pendingAbortRequest={abort:{promise:void 0,resolve:void 0,reject:void 0},reason:void 0,wasAlreadyErroring:!1},W.wasAlreadyErroring){W.abort.reject?.(R),writableStreamRejectCloseAndClosedPromiseIfNeeded(e);return}e[ps].controller[_s](W.reason).then(()=>{W.abort.resolve?.(),writableStreamRejectCloseAndClosedPromiseIfNeeded(e)},R=>{W.abort.reject?.(R),writableStreamRejectCloseAndClosedPromiseIfNeeded(e)})}function writableStreamDealWithRejection(e,R){if(e[ps].state===`writable`){writableStreamStartErroring(e,R);return}writableStreamFinishErroring(e)}function writableStreamCloseQueuedOrInFlight(e){return e[ps].closeRequest.promise!==void 0||e[ps].inFlightCloseRequest.promise!==void 0}function writableStreamAddWriteRequest(e){let{promise:R,resolve:W,reject:Y}=Promise.withResolvers();return e[ps].writeRequests.push({promise:R,resolve:W,reject:Y}),R}function writableStreamDefaultWriterWrite(e,R){let{stream:W}=e[ps],{controller:Y}=W[ps],X=writableStreamDefaultControllerGetChunkSize(Y,R);if(W!==e[ps].stream)return Promise.reject(TypeError(`Mismatched WritableStreams`));let{state:ie}=W[ps];if(ie===`errored`)return Promise.reject(W[ps].storedError);if(writableStreamCloseQueuedOrInFlight(W)||ie===`closed`)return Promise.reject(TypeError(`WritableStream is closed`));if(ie===`erroring`)return Promise.reject(W[ps].storedError);let ae=writableStreamAddWriteRequest(W);return writableStreamDefaultControllerWrite(Y,R,X),ae}function writableStreamDefaultWriterRelease(e){let{stream:R}=e[ps],W=TypeError(`Writer has been released`);writableStreamDefaultWriterEnsureReadyPromiseRejected(e,W),writableStreamDefaultWriterEnsureClosedPromiseRejected(e,W),R[ps].writer=void 0,e[ps].stream=void 0}function writableStreamDefaultWriterGetDesiredSize(e){let{stream:R}=e[ps];switch(R[ps].state){case`errored`:case`erroring`:return null;case`closed`:return 0}return writableStreamDefaultControllerGetDesiredSize(R[ps].controller)}function writableStreamDefaultWriterEnsureReadyPromiseRejected(e,R){e[ps].ready.reject?(e[ps].ready.reject(R),e[ps].ready.resolve=void 0,e[ps].ready.reject=void 0):e[ps].ready={promise:Promise.reject(R),resolve:void 0,reject:void 0},setPromiseHandled(e[ps].ready.promise)}function writableStreamDefaultWriterEnsureClosedPromiseRejected(e,R){e[ps].close.reject?(e[ps].close.reject(R),e[ps].close.resolve=void 0,e[ps].close.reject=void 0):e[ps].close={promise:Promise.reject(R),resolve:void 0,reject:void 0},setPromiseHandled(e[ps].close.promise)}function writableStreamDefaultWriterCloseWithErrorPropagation(e){let{stream:R}=e[ps],{state:W}=R[ps];return writableStreamCloseQueuedOrInFlight(R)||W===`closed`?Promise.resolve():W===`errored`?Promise.reject(R[ps].storedError):writableStreamDefaultWriterClose(e)}function writableStreamDefaultWriterClose(e){return writableStreamClose(e[ps].stream)}function writableStreamDefaultWriterAbort(e,R){return writableStreamAbort(e[ps].stream,R)}function writableStreamDefaultControllerWrite(e,R,W){try{enqueueValueWithSize(e,R,W)}catch(R){writableStreamDefaultControllerErrorIfNeeded(e,R);return}let{stream:Y}=e[ps];!writableStreamCloseQueuedOrInFlight(Y)&&Y[ps].state===`writable`&&writableStreamUpdateBackpressure(Y,writableStreamDefaultControllerGetBackpressure(e)),writableStreamDefaultControllerAdvanceQueueIfNeeded(e)}function writableStreamDefaultControllerProcessWrite(e,R){let{stream:W,writeAlgorithm:Y}=e[ps];writableStreamMarkFirstWriteRequestInFlight(W),Y(R,e).then(()=>{writableStreamFinishInFlightWrite(W);let{state:R}=W[ps];dequeueValue(e),!writableStreamCloseQueuedOrInFlight(W)&&R===`writable`&&writableStreamUpdateBackpressure(W,writableStreamDefaultControllerGetBackpressure(e)),writableStreamDefaultControllerAdvanceQueueIfNeeded(e)},R=>{W[ps].state===`writable`&&writableStreamDefaultControllerClearAlgorithms(e),writableStreamFinishInFlightWriteWithError(W,R)})}function writableStreamDefaultControllerProcessClose(e){let{closeAlgorithm:R,queue:W,stream:Y}=e[ps];writableStreamMarkCloseRequestInFlight(Y),dequeueValue(e);let X=R();writableStreamDefaultControllerClearAlgorithms(e),X.then(()=>writableStreamFinishInFlightClose(Y),e=>writableStreamFinishInFlightCloseWithError(Y,e))}function writableStreamDefaultControllerGetDesiredSize(e){return e[ps].highWaterMark-e[ps].queueTotalSize}function writableStreamDefaultControllerGetChunkSize(e,R){let{stream:W,sizeAlgorithm:Y}=e[ps];if(Y===void 0)return 1;try{return Y(R)}catch(R){return writableStreamDefaultControllerErrorIfNeeded(e,R),1}}function writableStreamDefaultControllerErrorIfNeeded(e,R){e[ps].stream[ps].state===`writable`&&writableStreamDefaultControllerError(e,R)}function writableStreamDefaultControllerError(e,R){writableStreamDefaultControllerClearAlgorithms(e),writableStreamStartErroring(e[ps].stream,R)}function writableStreamDefaultControllerClose(e){enqueueValueWithSize(e,ys,0),writableStreamDefaultControllerAdvanceQueueIfNeeded(e)}function writableStreamDefaultControllerClearAlgorithms(e){e[ps].writeAlgorithm=void 0,e[ps].closeAlgorithm=void 0,e[ps].abortAlgorithm=void 0,e[ps].sizeAlgorithm=void 0}function writableStreamDefaultControllerGetBackpressure(e){return writableStreamDefaultControllerGetDesiredSize(e)<=0}function writableStreamDefaultControllerAdvanceQueueIfNeeded(e){let{queue:R,started:W,stream:Y}=e[ps];if(!W||Y[ps].inFlightWriteRequest.promise!==void 0)return;if(Y[ps].state===`erroring`){writableStreamFinishErroring(Y);return}if(!R.length)return;let X=peekQueueValue(e);X===ys?writableStreamDefaultControllerProcessClose(e):writableStreamDefaultControllerProcessWrite(e,X)}function setupWritableStreamDefaultControllerFromSink(e,R,W,Y){let X=new WritableStreamDefaultController(Cs),ie=R?.start,ae=R?.write,le=R?.close,_e=R?.abort;setupWritableStreamDefaultController(e,X,ie?ie.bind(R,X):nonOpStart,ae?createPromiseCallback(`sink.write`,ae,R):nonOpWrite,le?createPromiseCallback(`sink.close`,le,R):nonOpCancel,_e?createPromiseCallback(`sink.abort`,_e,R):nonOpCancel,W,Y)}function setupWritableStreamDefaultController(e,R,W,Y,X,ie,ae,le){R[ps]={abortAlgorithm:ie,closeAlgorithm:X,highWaterMark:ae,queue:[],queueTotalSize:0,abortController:new gs,sizeAlgorithm:le,started:!1,stream:e,writeAlgorithm:Y},e[ps].controller=R,writableStreamUpdateBackpressure(e,writableStreamDefaultControllerGetBackpressure(R));let _e=W();new Promise(e=>e(_e)).then(()=>{R[ps].started=!0,writableStreamDefaultControllerAdvanceQueueIfNeeded(R)},W=>{R[ps].started=!0,writableStreamDealWithRejection(e,W)})}function createWritableStream(e,R,W,Y,X=1,ie=()=>1){let ae=Object.create(WritableStream.prototype);return ae[ms]=`WritableStream`,ae[ps]=createWritableStreamState(),setupWritableStreamDefaultController(ae,new WritableStreamDefaultController(Cs),e,R,W,Y,X,ie),ae}qt();const js=Symbol(`kCancel`),Ms=Symbol(`kClose`),Ns=Symbol(`kChunk`),Is=Symbol(`kError`),zs=Symbol(`kPull`),Bs=Symbol(`kRelease`),Hs=Symbol(`kSkipThrow`);let Us,Ws;function lazyReadableReleasedError(){return Us||(Us=TypeError(`Reader released`),Us)}function lazyReadableReleasingError(){return Ws||(Ws=TypeError(`Releasing reader`),Ws)}function createAbortError(){if(typeof globalThis.DOMException==`function`)return new DOMException(`The operation was aborted`,`AbortError`);let e=Error(`The operation was aborted`);return e.name=`AbortError`,e}function createReadableStreamState(){return{disturbed:!1,reader:void 0,state:`readable`,storedError:void 0,controller:void 0,closedPromise:Promise.withResolvers()}}var ReadableStream$1=class{static{__name$1(this,`ReadableStream`)}[ms]=`ReadableStream`;[ps];constructor(e={},R={}){if(e!=null&&typeof e!=`object`)throw TypeError(`source must be an object`);if(R!=null&&typeof R!=`object`)throw TypeError(`strategy must be an object`);this[ps]=createReadableStreamState();let W=R?.size,Y=R?.highWaterMark,X=e?.type;if(X!==void 0){if(`${X}`==`bytes`){if(W!==void 0)throw RangeError(`strategy.size must not be set for a byte stream`);setupReadableByteStreamControllerFromSource(this,e,extractHighWaterMark(Y,0));return}throw RangeError(`Invalid type: ${X}`)}setupReadableStreamDefaultControllerFromSource(this,e,extractHighWaterMark(Y,1),extractSizeAlgorithm(W))}get locked(){if(!Xs(this))throw TypeError(`Invalid this`);return isReadableStreamLocked(this)}static from(e){return readableStreamFromIterable(e)}cancel(e=void 0){return Xs(this)?isReadableStreamLocked(this)?Promise.reject(TypeError(`ReadableStream is locked`)):readableStreamCancel(this,e):Promise.reject(TypeError(`Invalid this`))}getReader(e={}){if(!Xs(this))throw TypeError(`Invalid this`);if(e!=null&&typeof e!=`object`)throw TypeError(`options must be an object`);let R=e?.mode;if(R===void 0)return new ReadableStreamDefaultReader(this);if(`${R}`==`byob`)return new ReadableStreamBYOBReader(this);throw RangeError(`Invalid mode: ${R}`)}pipeThrough(e,R={}){if(!Xs(this))throw TypeError(`Invalid this`);let W=e?.readable;if(!Xs(W))throw TypeError(`transform.readable must be a ReadableStream`);let Y=e?.writable;if(!Ts(Y))throw TypeError(`transform.writable must be a WritableStream`);if(R!=null&&typeof R!=`object`)throw TypeError(`options must be an object`);let X=R?.preventAbort,ie=R?.preventCancel,ae=R?.preventClose,le=R?.signal;if(le!==void 0&&!(le instanceof Object&&`aborted`in le))throw TypeError(`options.signal must be an AbortSignal`);if(isReadableStreamLocked(this))throw TypeError(`The ReadableStream is locked`);if(isWritableStreamLocked(Y))throw TypeError(`The WritableStream is locked`);return setPromiseHandled(readableStreamPipeTo(this,Y,!!ae,!!X,!!ie,le)),W}pipeTo(e,R={}){try{if(!Xs(this))throw TypeError(`Invalid this`);if(!Ts(e))throw TypeError(`destination must be a WritableStream`);if(R!=null&&typeof R!=`object`)throw TypeError(`options must be an object`);let W=R?.preventAbort,Y=R?.preventCancel,X=R?.preventClose,ie=R?.signal;if(ie!==void 0&&!(ie instanceof Object&&`aborted`in ie))throw TypeError(`options.signal must be an AbortSignal`);if(isReadableStreamLocked(this))throw TypeError(`The ReadableStream is locked`);if(isWritableStreamLocked(e))throw TypeError(`The WritableStream is locked`);return readableStreamPipeTo(this,e,!!X,!!W,!!Y,ie)}catch(e){return Promise.reject(e)}}tee(){if(!Xs(this))throw TypeError(`Invalid this`);let e=this[ps].controller;return ec(e)?readableByteStreamTee(this):readableStreamDefaultTee(this,!1)}values(e={}){if(!Xs(this))throw TypeError(`Invalid this`);if(e!=null&&typeof e!=`object`)throw TypeError(`options must be an object`);let R=!!e?.preventCancel,W=new ReadableStreamDefaultReader(this),Y={done:!1,current:void 0},X=!1;function nextSteps(){if(Y.done)return Promise.resolve({done:!0,value:void 0});if(W[ps].stream===void 0)return Promise.reject(TypeError(`The reader is not bound to a ReadableStream`));let{promise:e,resolve:R,reject:X}=Promise.withResolvers();return readableStreamDefaultReaderRead(W,{[Ns](e){Y.current=void 0,R({value:e,done:!1})},[Ms](){Y.current=void 0,Y.done=!0,readableStreamReaderGenericRelease(W),R({done:!0,value:void 0})},[Is](e){Y.current=void 0,Y.done=!0,readableStreamReaderGenericRelease(W),X(e)}}),e}async function returnSteps(e){if(Y.done)return{done:!0,value:e};if(Y.done=!0,W[ps].stream===void 0)throw TypeError(`The reader is not bound to a ReadableStream`);if(!R){let R=readableStreamReaderGenericCancel(W,e);return readableStreamReaderGenericRelease(W),await R,{done:!0,value:e}}return readableStreamReaderGenericRelease(W),{done:!0,value:e}}return Object.setPrototypeOf({next(){return X||=(Y.current=Promise.resolve(),!0),Y.current=Y.current===void 0?nextSteps():Y.current.then(nextSteps,nextSteps),Y.current},return(e){return X=!0,Y.current=Y.current===void 0?returnSteps(e):Y.current.then(()=>returnSteps(e),()=>returnSteps(e)),Y.current},[Symbol.asyncIterator](){return this}},hs)}[Symbol.asyncIterator](){return this.values()}get[Symbol.toStringTag](){return`ReadableStream`}},DefaultReadRequest=class{[ps];constructor(){this[ps]=Promise.withResolvers()}[Ns](e){this[ps].resolve?.({value:e,done:!1})}[Ms](){this[ps].resolve?.({value:void 0,done:!0})}[Is](e){this[ps].reject?.(e)}get promise(){return this[ps].promise}},ReadableStreamDefaultReader=class{[ms]=`ReadableStreamDefaultReader`;[ps];constructor(e){if(!Xs(e))throw TypeError(`Expected a ReadableStream`);this[ps]={readRequests:[],stream:void 0,close:{promise:void 0,resolve:void 0,reject:void 0}},setupReadableStreamDefaultReader(this,e)}read(){if(!$s(this))return Promise.reject(TypeError(`Invalid this`));if(this[ps].stream===void 0)return Promise.reject(TypeError(`The reader is not attached to a stream`));let e=this[ps].stream,R=e[ps].controller;if(e[ps].state===`readable`&&Zs(R)&&R[ps].queue.length>0){e[ps].disturbed=!0;let W=dequeueValue(R);return R[ps].closeRequested&&!R[ps].queue.length?(readableStreamDefaultControllerClearAlgorithms(R),readableStreamClose(e)):readableStreamDefaultControllerCallPullIfNeeded(R),Promise.resolve({value:W,done:!1})}let W=new DefaultReadRequest;return readableStreamDefaultReaderRead(this,W),W.promise}releaseLock(){if(!$s(this))throw TypeError(`Invalid this`);this[ps].stream!==void 0&&readableStreamDefaultReaderRelease(this)}get closed(){return $s(this)?this[ps].close.promise:Promise.reject(TypeError(`Invalid this`))}cancel(e=void 0){return $s(this)?this[ps].stream===void 0?Promise.reject(TypeError(`The reader is not attached to a stream`)):readableStreamReaderGenericCancel(this,e):Promise.reject(TypeError(`Invalid this`))}get[Symbol.toStringTag](){return`ReadableStreamDefaultReader`}},ReadableStreamDefaultController=class{[ms]=`ReadableStreamDefaultController`;[ps]={};constructor(e){if(e!==Hs)throw TypeError(`Illegal constructor`)}get desiredSize(){return readableStreamDefaultControllerGetDesiredSize(this)}close(){if(!readableStreamDefaultControllerCanCloseOrEnqueue(this))throw TypeError(`Controller is already closed`);readableStreamDefaultControllerClose(this)}enqueue(e=void 0){if(!readableStreamDefaultControllerCanCloseOrEnqueue(this))throw TypeError(`Controller is already closed`);readableStreamDefaultControllerEnqueue(this,e)}error(e=void 0){readableStreamDefaultControllerError(this,e)}[js](e){return readableStreamDefaultControllerCancelSteps(this,e)}[zs](e){readableStreamDefaultControllerPullSteps(this,e)}[Bs](){}get[Symbol.toStringTag](){return`ReadableStreamDefaultController`}};const Xs=isBrandCheck(`ReadableStream`),Zs=isBrandCheck(`ReadableStreamDefaultController`),$s=isBrandCheck(`ReadableStreamDefaultReader`);function isReadableStreamLocked(e){return e[ps].reader!==void 0}function readableStreamCancel(e,R){switch(e[ps].disturbed=!0,e[ps].state){case`closed`:return Promise.resolve();case`errored`:return Promise.reject(e[ps].storedError)}readableStreamClose(e);let W=e[ps].reader;if(W!==void 0&&readableStreamHasBYOBReader(e)){let e=W[ps].readIntoRequests;W[ps].readIntoRequests=[];for(let R=0;R<e.length;R++)e[R][Ms](void 0)}return e[ps].controller[js](R).then(()=>{})}function readableStreamClose(e){e[ps].state=`closed`,e[ps].closedPromise.resolve();let{reader:R}=e[ps];if(R!==void 0&&(R[ps].close.resolve?.(),readableStreamHasDefaultReader(e))){for(let e=0;e<R[ps].readRequests.length;e++)R[ps].readRequests[e][Ms]();R[ps].readRequests=[]}}function readableStreamError(e,R){e[ps].state=`errored`,e[ps].storedError=R,setPromiseHandled(e[ps].closedPromise.promise),e[ps].closedPromise.reject(R);let{reader:W}=e[ps];if(W!==void 0){if(setPromiseHandled(W[ps].close.promise),W[ps].close.reject?.(R),readableStreamHasDefaultReader(e)){for(let e=0;e<W[ps].readRequests.length;e++)W[ps].readRequests[e][Is](R);W[ps].readRequests=[]}else if(readableStreamHasBYOBReader(e)){for(let e=0;e<W[ps].readIntoRequests.length;e++)W[ps].readIntoRequests[e][Is](R);W[ps].readIntoRequests=[]}}}function readableStreamHasDefaultReader(e){let{reader:R}=e[ps];return R===void 0?!1:R[ps]!==void 0&&R[ms]===`ReadableStreamDefaultReader`}function readableStreamGetNumReadRequests(e){return e[ps].reader[ps].readRequests.length}function readableStreamFulfillReadRequest(e,R,W){let{reader:Y}=e[ps],X=Y[ps].readRequests.shift();W?X[Ms]():X[Ns](R)}function readableStreamAddReadRequest(e,R){e[ps].reader[ps].readRequests.push(R)}function readableStreamReaderGenericCancel(e,R){let{stream:W}=e[ps];return readableStreamCancel(W,R)}function readableStreamReaderGenericInitialize(e,R){switch(e[ps].stream=R,R[ps].reader=e,R[ps].state){case`readable`:e[ps].close=Promise.withResolvers();break;case`closed`:e[ps].close={promise:Promise.resolve(),resolve:void 0,reject:void 0};break;case`errored`:e[ps].close={promise:Promise.reject(R[ps].storedError),resolve:void 0,reject:void 0},setPromiseHandled(e[ps].close.promise);break}}function readableStreamReaderGenericRelease(e){let{stream:R}=e[ps],W=lazyReadableReleasedError();R[ps].state===`readable`?e[ps].close.reject?.(W):e[ps].close={promise:Promise.reject(W),resolve:void 0,reject:void 0},setPromiseHandled(e[ps].close.promise),R[ps].controller[Bs](),R[ps].reader=void 0,e[ps].stream=void 0}function readableStreamDefaultReaderRelease(e){readableStreamReaderGenericRelease(e),readableStreamDefaultReaderErrorReadRequests(e,lazyReadableReleasingError())}function readableStreamDefaultReaderErrorReadRequests(e,R){for(let W=0;W<e[ps].readRequests.length;++W)e[ps].readRequests[W][Is](R);e[ps].readRequests=[]}function readableStreamDefaultReaderRead(e,R){let{stream:W}=e[ps];switch(W[ps].disturbed=!0,W[ps].state){case`closed`:R[Ms]();break;case`errored`:R[Is](W[ps].storedError);break;case`readable`:W[ps].controller[zs](R);break}}function setupReadableStreamDefaultReader(e,R){if(isReadableStreamLocked(R))throw TypeError(`ReadableStream is locked`);readableStreamReaderGenericInitialize(e,R),e[ps].readRequests=[]}function readableStreamDefaultControllerClose(e){readableStreamDefaultControllerCanCloseOrEnqueue(e)&&(e[ps].closeRequested=!0,e[ps].queue.length||(readableStreamDefaultControllerClearAlgorithms(e),readableStreamClose(e[ps].stream)))}function readableStreamDefaultControllerEnqueue(e,R){if(!readableStreamDefaultControllerCanCloseOrEnqueue(e))return;let{stream:W}=e[ps];if(isReadableStreamLocked(W)&&readableStreamGetNumReadRequests(W))readableStreamFulfillReadRequest(W,R,!1);else try{enqueueValueWithSize(e,R,e[ps].sizeAlgorithm(R))}catch(R){throw readableStreamDefaultControllerError(e,R),R}readableStreamDefaultControllerCallPullIfNeeded(e)}function readableStreamDefaultControllerCanCloseOrEnqueue(e){let{stream:R}=e[ps];return!e[ps].closeRequested&&R[ps].state===`readable`}function readableStreamDefaultControllerGetDesiredSize(e){let{stream:R,highWaterMark:W,queueTotalSize:Y}=e[ps];switch(R[ps].state){case`errored`:return null;case`closed`:return 0;default:return W-Y}}function readableStreamDefaultControllerHasBackpressure(e){return!readableStreamDefaultControllerShouldCallPull(e)}function readableStreamDefaultControllerShouldCallPull(e){let{stream:R}=e[ps];if(!readableStreamDefaultControllerCanCloseOrEnqueue(e)||!e[ps].started)return!1;if(isReadableStreamLocked(R)&&readableStreamGetNumReadRequests(R))return!0;let W=readableStreamDefaultControllerGetDesiredSize(e);return W!==null&&W>0}function readableStreamDefaultControllerCallPullIfNeeded(e){if(readableStreamDefaultControllerShouldCallPull(e)){if(e[ps].pulling){e[ps].pullAgain=!0;return}e[ps].pulling=!0,e[ps].pullAlgorithm(e).then(()=>{e[ps].pulling=!1,e[ps].pullAgain&&(e[ps].pullAgain=!1,readableStreamDefaultControllerCallPullIfNeeded(e))},R=>readableStreamDefaultControllerError(e,R))}}function readableStreamDefaultControllerClearAlgorithms(e){e[ps].pullAlgorithm=void 0,e[ps].cancelAlgorithm=void 0,e[ps].sizeAlgorithm=void 0}function readableStreamDefaultControllerError(e,R){let{stream:W}=e[ps];W[ps].state===`readable`&&(resetQueue(e),readableStreamDefaultControllerClearAlgorithms(e),readableStreamError(W,R))}function readableStreamDefaultControllerCancelSteps(e,R){resetQueue(e);let W=e[ps].cancelAlgorithm(R);return readableStreamDefaultControllerClearAlgorithms(e),W}function readableStreamDefaultControllerPullSteps(e,R){let{stream:W,queue:Y}=e[ps];if(Y.length){let X=dequeueValue(e);e[ps].closeRequested&&!Y.length?(readableStreamDefaultControllerClearAlgorithms(e),readableStreamClose(W)):readableStreamDefaultControllerCallPullIfNeeded(e),R[Ns](X);return}readableStreamAddReadRequest(W,R),readableStreamDefaultControllerCallPullIfNeeded(e)}function setupReadableStreamDefaultController(e,R,W,Y,X,ie,ae){R[ps]={cancelAlgorithm:X,closeRequested:!1,highWaterMark:ie,pullAgain:!1,pullAlgorithm:Y,pulling:!1,queue:[],queueTotalSize:0,started:!1,sizeAlgorithm:ae,stream:e},e[ps].controller=R;let le=W();new Promise(e=>e(le)).then(()=>{R[ps].started=!0,readableStreamDefaultControllerCallPullIfNeeded(R)},e=>readableStreamDefaultControllerError(R,e))}function setupReadableStreamDefaultControllerFromSource(e,R,W,Y){let X=new ReadableStreamDefaultController(Hs),ie=R?.start,ae=R?.pull,le=R?.cancel;setupReadableStreamDefaultController(e,X,ie?ie.bind(R,X):nonOpStart,ae?createPromiseCallback(`source.pull`,ae,R):nonOpPull,le?createPromiseCallback(`source.cancel`,le,R):nonOpCancel,W,Y)}function createReadableStream(e,R,W,Y=1,X=()=>1){let ie=Object.create(ReadableStream$1.prototype);return ie[ms]=`ReadableStream`,ie[ps]=createReadableStreamState(),setupReadableStreamDefaultController(ie,new ReadableStreamDefaultController(Hs),e,R,W,Y,X),ie}function readableStreamFromIterable(e){let R,W=getIterator(e,`async`),Y=nonOpStart;async function pullAlgorithm(){let e=iteratorNext(W);return Promise.resolve(e).then(e=>{if(typeof e!=`object`||!e)throw TypeError(`The promise returned by the iterator.next() method must fulfill with an object`);e.done?readableStreamDefaultControllerClose(R[ps].controller):readableStreamDefaultControllerEnqueue(R[ps].controller,e.value)})}async function cancelAlgorithm(e){let R=W.iterator,Y=R.return;if(Y===void 0)return Promise.resolve();let X=Y.call(R,e);return Promise.resolve(X).then(e=>{if(typeof e!=`object`||!e)throw TypeError(`The promise returned by the iterator.return() method must fulfill with an object`)})}return R=createReadableStream(Y,pullAlgorithm,cancelAlgorithm,0),R}function readableStreamPipeTo(e,R,W,Y,X,ie){let ae,le;try{ae=new ReadableStreamDefaultReader(e),le=new WritableStreamDefaultWriter(R)}catch(e){return Promise.reject(e)}e[ps].disturbed=!0;let _e=!1,{promise:ye,resolve:be,reject:Ce}=Promise.withResolvers(),Te={currentWrite:Promise.resolve()},Oe;function finalize(e,R){writableStreamDefaultWriterRelease(le),readableStreamReaderGenericRelease(ae),ie!==void 0&&Oe&&(ie.removeEventListener(`abort`,Oe),Oe=void 0),e?Ce(R):be()}async function waitForCurrentWrite(){let e=Te.currentWrite;await e,e!==Te.currentWrite&&await waitForCurrentWrite()}function shutdownWithAnAction(e,W,Y){if(_e)return;if(_e=!0,R[ps].state===`writable`&&!writableStreamCloseQueuedOrInFlight(R)){waitForCurrentWrite().then(complete,e=>finalize(!0,e));return}complete();function complete(){e().then(()=>finalize(!!W,Y),e=>finalize(!0,e))}}function shutdown(e,W){if(!_e){if(_e=!0,R[ps].state===`writable`&&!writableStreamCloseQueuedOrInFlight(R)){waitForCurrentWrite().then(()=>finalize(!!e,W),e=>finalize(!0,e));return}finalize(!!e,W)}}function abortAlgorithm(){let W;W=ie.reason&&ie.reason.name===`AbortError`?createAbortError():ie.reason;let ae=[];Y||ae.push(()=>R[ps].state===`writable`?writableStreamAbort(R,W):Promise.resolve()),X||ae.push(()=>e[ps].state===`readable`?readableStreamCancel(e,W):Promise.resolve()),shutdownWithAnAction(()=>Promise.all(ae.map(e=>e())).then(()=>void 0),!0,W)}function watchErrored(e,R,W){e[ps].state===`errored`?W(e[ps].storedError):R.then(void 0,W)}function watchClosed(e,R,W){e[ps].state===`closed`?W():R.then(W,()=>{})}class PipeToReadRequest{[Ns](e){jt(()=>{Te.currentWrite=writableStreamDefaultWriterWrite(le,e),setPromiseHandled(Te.currentWrite),Ae.resolve(!1)})}[Ms](){Ae.resolve(!0)}[Is](e){Ae.reject(e)}}let Ae={resolve:null,reject:null};async function step(){if(_e||R[ps].backpressure&&(await le[ps].ready.promise,_e))return!0;let W=e[ps].controller;if(e[ps].state===`readable`&&Zs(W)&&W[ps].queue.length>0){for(;W[ps].queue.length>0;){if(_e)return!0;let Y=dequeueValue(W);if(W[ps].closeRequested&&!W[ps].queue.length&&(readableStreamDefaultControllerClearAlgorithms(W),readableStreamClose(e)),Te.currentWrite=writableStreamDefaultWriterWrite(le,Y),setPromiseHandled(Te.currentWrite),R[ps].backpressure||R[ps].state!==`writable`||writableStreamCloseQueuedOrInFlight(R))break}return readableStreamDefaultControllerCallPullIfNeeded(W),e[ps].state===`closed`}let{promise:Y,resolve:X,reject:ie}=Promise.withResolvers();return Ae={resolve:X,reject:ie},readableStreamDefaultReaderRead(ae,new PipeToReadRequest),Y}async function run(){for(;!await step(););}if(ie!==void 0){if(ie.aborted)return abortAlgorithm(),ye;Oe=abortAlgorithm,ie.addEventListener(`abort`,Oe,{once:!0})}if(setPromiseHandled(run()),watchErrored(e,ae[ps].close.promise,e=>{if(!Y)return shutdownWithAnAction(()=>writableStreamAbort(R,e),!0,e);shutdown(!0,e)}),watchErrored(R,le[ps].close.promise,R=>{if(!X)return shutdownWithAnAction(()=>readableStreamCancel(e,R),!0,R);shutdown(!0,R)}),watchClosed(e,ae[ps].close.promise,()=>{if(!W)return shutdownWithAnAction(()=>writableStreamDefaultWriterCloseWithErrorPropagation(le));shutdown()}),writableStreamCloseQueuedOrInFlight(R)||R[ps].state===`closed`){let R=TypeError(`Destination WritableStream is closed`);X?shutdown(!0,R):shutdownWithAnAction(()=>readableStreamCancel(e,R),!0,R)}return ye}function readableStreamDefaultTee(e,R){let W=new ReadableStreamDefaultReader(e),Y=!1,X=!1,ie=!1,ae,le,_e,ye,be=Promise.withResolvers();async function pullAlgorithm(){Y||(Y=!0,readableStreamDefaultReaderRead(W,{[Ns](e){jt(()=>{Y=!1;let W=e,ae=e;if(!ie&&R)try{ae=structuredClone(ae)}catch{}X||readableStreamDefaultControllerEnqueue(_e[ps].controller,W),ie||readableStreamDefaultControllerEnqueue(ye[ps].controller,ae)})},[Ms](){jt(()=>{Y=!1,X||readableStreamDefaultControllerClose(_e[ps].controller),ie||readableStreamDefaultControllerClose(ye[ps].controller),(!X||!ie)&&be.resolve(void 0)})},[Is](){Y=!1}}))}function cancel1Algorithm(R){if(X=!0,ae=R,ie){let R=[ae,le];be.resolve(readableStreamCancel(e,R))}return be.promise}function cancel2Algorithm(R){if(ie=!0,le=R,X){let R=[ae,le];be.resolve(readableStreamCancel(e,R))}return be.promise}return _e=createReadableStream(nonOpStart,pullAlgorithm,cancel1Algorithm),ye=createReadableStream(nonOpStart,pullAlgorithm,cancel2Algorithm),W[ps].close.promise.then(void 0,e=>{readableStreamDefaultControllerError(_e[ps].controller,e),readableStreamDefaultControllerError(ye[ps].controller,e),(!X||!ie)&&be.resolve(void 0)}),[_e,ye]}var BYOBReadIntoRequest=class{[ps];constructor(){this[ps]=Promise.withResolvers()}[Ns](e){this[ps].resolve?.({value:e,done:!1})}[Ms](e){this[ps].resolve?.({value:e,done:!0})}[Is](e){this[ps].reject?.(e)}get promise(){return this[ps].promise}},ReadableStreamBYOBReader=class{[ms]=`ReadableStreamBYOBReader`;[ps];constructor(e){if(!Xs(e))throw TypeError(`Expected a ReadableStream`);this[ps]={readIntoRequests:[],stream:void 0,close:{promise:void 0,resolve:void 0,reject:void 0}},setupReadableStreamBYOBReader(this,e)}read(e,R={}){if(!tc(this))return Promise.reject(TypeError(`Invalid this`));if(typeof e!=`object`||!e||!ArrayBuffer.isView(e))return Promise.reject(TypeError(`view must be an ArrayBufferView`));let W=e.buffer,Y=e.byteLength;if(Y===0)return Promise.reject(TypeError(`view must have non-zero byteLength`));if(W.byteLength===0)return isDetachedBuffer(W)?Promise.reject(TypeError(`view's buffer has been detached`)):Promise.reject(TypeError(`view's buffer must have non-zero byteLength`));let X=R?.min??1;if(typeof X!=`number`||X<1||!Number.isInteger(X)||Number.isNaN(X))return Promise.reject(TypeError(`options.min must be a positive integer`));let ie=e[Symbol.toStringTag];if(ie!==void 0&&ie!==`DataView`){if(X>e.length)return Promise.reject(RangeError(`options.min must be smaller or equal to view size`))}else if(X>Y)return Promise.reject(RangeError(`options.min must be smaller or equal to view size`));if(this[ps].stream===void 0)return Promise.reject(TypeError(`Reader has no associated stream`));let ae=new BYOBReadIntoRequest;return readableStreamBYOBReaderRead(this,e,X,ae),ae.promise}releaseLock(){if(!tc(this))throw TypeError(`Invalid this`);this[ps].stream!==void 0&&readableStreamBYOBReaderRelease(this)}get closed(){return tc(this)?this[ps].close.promise:Promise.reject(TypeError(`Invalid this`))}cancel(e=void 0){return tc(this)?this[ps].stream===void 0?Promise.reject(TypeError(`Reader has no associated stream`)):readableStreamReaderGenericCancel(this,e):Promise.reject(TypeError(`Invalid this`))}get[Symbol.toStringTag](){return`ReadableStreamBYOBReader`}},ReadableStreamBYOBRequest=class{[ms]=`ReadableStreamBYOBRequest`;[ps]={};constructor(e){if(e!==Hs)throw TypeError(`Illegal constructor`)}get view(){if(!nc(this))throw TypeError(`Invalid this`);return this[ps].view}respond(e){if(!nc(this))throw TypeError(`Invalid this`);if(this[ps].controller===void 0)throw TypeError(`BYOB request has been invalidated`);if(e=+e,!Number.isInteger(e)||e<0||!Number.isFinite(e))throw RangeError(`bytesWritten must be a non-negative integer`);let R=this[ps].view;if(isDetachedBuffer(R.buffer))throw TypeError(`The BYOB request's buffer has been detached`);readableByteStreamControllerRespond(this[ps].controller,e)}respondWithNewView(e){if(!nc(this))throw TypeError(`Invalid this`);if(this[ps].controller===void 0)throw TypeError(`BYOB request has been invalidated`);if(typeof e!=`object`||!e||!ArrayBuffer.isView(e))throw TypeError(`view must be an ArrayBufferView`);if(isDetachedBuffer(e.buffer))throw TypeError(`The given view's buffer has been detached`);readableByteStreamControllerRespondWithNewView(this[ps].controller,e)}get[Symbol.toStringTag](){return`ReadableStreamBYOBRequest`}},ReadableByteStreamController=class{[ms]=`ReadableByteStreamController`;[ps]={};constructor(e){if(e!==Hs)throw TypeError(`Illegal constructor`)}get byobRequest(){if(!ec(this))throw TypeError(`Invalid this`);return readableByteStreamControllerGetBYOBRequest(this)}get desiredSize(){if(!ec(this))throw TypeError(`Invalid this`);return readableByteStreamControllerGetDesiredSize(this)}close(){if(!ec(this))throw TypeError(`Invalid this`);if(this[ps].closeRequested)throw TypeError(`Close already requested`);if(this[ps].stream[ps].state!==`readable`)throw TypeError(`Stream is not in a readable state`);readableByteStreamControllerClose(this)}enqueue(e){if(!ec(this))throw TypeError(`Invalid this`);if(typeof e!=`object`||!e||!ArrayBuffer.isView(e))throw TypeError(`chunk must be an ArrayBufferView`);if(e.byteLength===0)throw TypeError(`chunk length must be non-zero`);if(e.buffer.byteLength===0)throw TypeError(`chunk's buffer length must be non-zero`);if(this[ps].closeRequested)throw TypeError(`Cannot enqueue after close has been requested`);if(this[ps].stream[ps].state!==`readable`)throw TypeError(`Stream is not in a readable state`);readableByteStreamControllerEnqueue(this,e)}error(e=void 0){if(!ec(this))throw TypeError(`Invalid this`);readableByteStreamControllerError(this,e)}[js](e){return readableByteStreamControllerCancelSteps(this,e)}[zs](e){readableByteStreamControllerPullSteps(this,e)}[Bs](){if(this[ps].pendingPullIntos.length>0){let e=this[ps].pendingPullIntos[0];e.readerType=`none`,this[ps].pendingPullIntos=[e]}}get[Symbol.toStringTag](){return`ReadableByteStreamController`}};const ec=isBrandCheck(`ReadableByteStreamController`),tc=isBrandCheck(`ReadableStreamBYOBReader`),nc=isBrandCheck(`ReadableStreamBYOBRequest`);function readableStreamHasBYOBReader(e){let{reader:R}=e[ps];return R===void 0?!1:R[ps]!==void 0&&R[ms]===`ReadableStreamBYOBReader`}function readableStreamGetNumReadIntoRequests(e){return e[ps].reader[ps].readIntoRequests.length}function readableStreamAddReadIntoRequest(e,R){e[ps].reader[ps].readIntoRequests.push(R)}function readableStreamFulfillReadIntoRequest(e,R,W){let{reader:Y}=e[ps],X=Y[ps].readIntoRequests.shift();W?X[Ms](R):X[Ns](R)}function setupReadableStreamBYOBReader(e,R){if(isReadableStreamLocked(R))throw TypeError(`ReadableStream is locked`);if(!ec(R[ps].controller))throw TypeError(`Cannot use a BYOB reader with a non-byte stream`);readableStreamReaderGenericInitialize(e,R),e[ps].readIntoRequests=[]}function readableStreamBYOBReaderRead(e,R,W,Y){let{stream:X}=e[ps];X[ps].disturbed=!0,X[ps].state===`errored`?Y[Is](X[ps].storedError):readableByteStreamControllerPullInto(X[ps].controller,R,W,Y)}function readableStreamBYOBReaderRelease(e){readableStreamReaderGenericRelease(e);let R=TypeError(`Reader was released`);for(let W=0;W<e[ps].readIntoRequests.length;W++)e[ps].readIntoRequests[W][Is](R);e[ps].readIntoRequests=[]}function readableByteStreamControllerClearAlgorithms(e){e[ps].pullAlgorithm=void 0,e[ps].cancelAlgorithm=void 0}function readableByteStreamControllerClearPendingPullIntos(e){readableByteStreamControllerInvalidateBYOBRequest(e),e[ps].pendingPullIntos=[]}function readableByteStreamControllerInvalidateBYOBRequest(e){let R=e[ps].byobRequest;R!=null&&(R[ps].controller=void 0,R[ps].view=null,e[ps].byobRequest=null)}function readableByteStreamControllerError(e,R){let{stream:W}=e[ps];W[ps].state===`readable`&&(readableByteStreamControllerClearPendingPullIntos(e),resetQueue(e),readableByteStreamControllerClearAlgorithms(e),readableStreamError(W,R))}function readableByteStreamControllerGetDesiredSize(e){let R=e[ps].stream[ps].state;return R===`errored`?null:R===`closed`?0:e[ps].highWaterMark-e[ps].queueTotalSize}function readableByteStreamControllerShouldCallPull(e){let{stream:R}=e[ps];if(R[ps].state!==`readable`||e[ps].closeRequested||!e[ps].started)return!1;if(readableStreamHasDefaultReader(R)&&readableStreamGetNumReadRequests(R)>0||readableStreamHasBYOBReader(R)&&readableStreamGetNumReadIntoRequests(R)>0)return!0;let W=readableByteStreamControllerGetDesiredSize(e);return W!==null&&W>0}function readableByteStreamControllerCallPullIfNeeded(e){if(readableByteStreamControllerShouldCallPull(e)){if(e[ps].pulling){e[ps].pullAgain=!0;return}e[ps].pulling=!0,e[ps].pullAlgorithm(e).then(()=>{e[ps].pulling=!1,e[ps].pullAgain&&(e[ps].pullAgain=!1,readableByteStreamControllerCallPullIfNeeded(e))},R=>readableByteStreamControllerError(e,R))}}function readableByteStreamControllerHandleQueueDrain(e){e[ps].queueTotalSize===0&&e[ps].closeRequested?(readableByteStreamControllerClearAlgorithms(e),readableStreamClose(e[ps].stream)):readableByteStreamControllerCallPullIfNeeded(e)}function readableByteStreamControllerEnqueueChunkToQueue(e,R,W,Y){e[ps].queue.push({buffer:R,byteOffset:W,byteLength:Y}),e[ps].queueTotalSize+=Y}function readableByteStreamControllerEnqueueClonedChunkToQueue(e,R,W,Y){let X;try{X=R.slice(W,W+Y)}catch(R){readableByteStreamControllerError(e,R);return}readableByteStreamControllerEnqueueChunkToQueue(e,X,0,Y)}function readableByteStreamControllerEnqueueDetachedPullIntoToQueue(e,R){R.bytesFilled>0&&readableByteStreamControllerEnqueueClonedChunkToQueue(e,R.buffer,R.byteOffset,R.bytesFilled),readableByteStreamControllerShiftPendingPullInto(e)}function readableByteStreamControllerShiftPendingPullInto(e){return e[ps].pendingPullIntos.shift()}function readableByteStreamControllerFillHeadPullIntoDescriptor(e,R,W){W.bytesFilled+=R}function readableByteStreamControllerConvertPullIntoDescriptor(e){let R=e.bytesFilled,W=e.elementSize,Y=transferArrayBuffer(e.buffer);return e.buffer=Y,new e.viewConstructor(Y,e.byteOffset,R/W)}function readableByteStreamControllerCommitPullIntoDescriptor(e,R){let W=!1;e[ps].state===`closed`&&(W=!0);let Y=readableByteStreamControllerConvertPullIntoDescriptor(R);R.readerType===`default`?readableStreamFulfillReadRequest(e,Y,W):readableStreamFulfillReadIntoRequest(e,Y,W)}function readableByteStreamControllerFillPullIntoDescriptorFromQueue(e,R){let W=Math.min(e[ps].queueTotalSize,R.byteLength-R.bytesFilled),Y=R.bytesFilled+W,X=W,ie=!1,ae=Y-Y%R.elementSize;ae>=R.minimumFill&&(X=ae-R.bytesFilled,ie=!0);let le=e[ps].queue;for(;X>0;){let W=le[0],Y=Math.min(X,W.byteLength),ie=R.byteOffset+R.bytesFilled,ae=new Uint8Array(R.buffer,ie,Y),_e=new Uint8Array(W.buffer,W.byteOffset,Y);ae.set(_e),W.byteLength===Y?le.shift():(W.byteOffset+=Y,W.byteLength-=Y),e[ps].queueTotalSize-=Y,readableByteStreamControllerFillHeadPullIntoDescriptor(e,Y,R),X-=Y}return ie}function readableByteStreamControllerFillReadRequestFromQueue(e,R){let W=e[ps].queue.shift();e[ps].queueTotalSize-=W.byteLength,readableByteStreamControllerHandleQueueDrain(e);let Y=new Uint8Array(W.buffer,W.byteOffset,W.byteLength);R[Ns](Y)}function readableByteStreamControllerProcessReadRequestsUsingQueue(e){let R=e[ps].stream[ps].reader;for(;R[ps].readRequests.length!==0;){if(e[ps].queueTotalSize===0)return;readableByteStreamControllerFillReadRequestFromQueue(e,R[ps].readRequests.shift())}}function readableByteStreamControllerProcessPullIntoDescriptorsUsingQueue(e){for(;e[ps].pendingPullIntos.length!==0;){if(e[ps].queueTotalSize===0)return;let R=e[ps].pendingPullIntos[0];readableByteStreamControllerFillPullIntoDescriptorFromQueue(e,R)&&(readableByteStreamControllerShiftPendingPullInto(e),readableByteStreamControllerCommitPullIntoDescriptor(e[ps].stream,R))}}function readableByteStreamControllerGetBYOBRequest(e){if(e[ps].byobRequest===null&&e[ps].pendingPullIntos.length!==0){let R=e[ps].pendingPullIntos[0],W=new Uint8Array(R.buffer,R.byteOffset+R.bytesFilled,R.byteLength-R.bytesFilled),Y=new ReadableStreamBYOBRequest(Hs);Y[ps]={controller:e,view:W},e[ps].byobRequest=Y}return e[ps].byobRequest}function readableByteStreamControllerEnqueue(e,R){let{stream:W}=e[ps];if(e[ps].closeRequested||W[ps].state!==`readable`)return;let Y=R.buffer,X=R.byteLength,ie=R.byteOffset;if(isDetachedBuffer(Y))throw TypeError(`chunk's buffer is detached`);let ae=transferArrayBuffer(Y);if(e[ps].pendingPullIntos.length!==0){let R=e[ps].pendingPullIntos[0];if(isDetachedBuffer(R.buffer))throw TypeError(`BYOB request's buffer has been detached`);readableByteStreamControllerInvalidateBYOBRequest(e),R.buffer=transferArrayBuffer(R.buffer),R.readerType===`none`&&readableByteStreamControllerEnqueueDetachedPullIntoToQueue(e,R)}readableStreamHasDefaultReader(W)?(readableByteStreamControllerProcessReadRequestsUsingQueue(e),readableStreamGetNumReadRequests(W)===0?readableByteStreamControllerEnqueueChunkToQueue(e,ae,ie,X):(e[ps].pendingPullIntos.length!==0&&readableByteStreamControllerShiftPendingPullInto(e),readableStreamFulfillReadRequest(W,new Uint8Array(ae,ie,X),!1))):readableStreamHasBYOBReader(W)?(readableByteStreamControllerEnqueueChunkToQueue(e,ae,ie,X),readableByteStreamControllerProcessPullIntoDescriptorsUsingQueue(e)):readableByteStreamControllerEnqueueChunkToQueue(e,ae,ie,X),readableByteStreamControllerCallPullIfNeeded(e)}function readableByteStreamControllerClose(e){let{stream:R}=e[ps];if(!(e[ps].closeRequested||R[ps].state!==`readable`)){if(e[ps].queueTotalSize>0){e[ps].closeRequested=!0;return}if(e[ps].pendingPullIntos.length!==0){let R=e[ps].pendingPullIntos[0];if(R.bytesFilled%R.elementSize!==0){let R=TypeError(`Insufficient bytes to fill elements in the given buffer`);throw readableByteStreamControllerError(e,R),R}}readableByteStreamControllerClearAlgorithms(e),readableStreamClose(R)}}function readableByteStreamControllerPullInto(e,R,W,Y){let X=e[ps].stream,ie=R[Symbol.toStringTag],ae,le;if(ie===void 0||ie===`DataView`)ae=DataView,le=1;else{let e=typedArrayConstructorByTag(ie);if(!e){Y[Is](TypeError(`Unsupported typed array: ${ie}`));return}ae=e,le=elementSizeByTag(ie)}let _e=R.buffer,ye=R.byteLength,be=R.byteOffset,Ce=W*le,Te;try{Te=transferArrayBuffer(_e)}catch(e){Y[Is](e);return}let Oe={buffer:Te,bufferByteLength:Te.byteLength,byteOffset:be,byteLength:ye,bytesFilled:0,minimumFill:Ce,elementSize:le,viewConstructor:ae,readerType:`byob`};if(e[ps].pendingPullIntos.length!==0){e[ps].pendingPullIntos.push(Oe),readableStreamAddReadIntoRequest(X,Y);return}if(X[ps].state===`closed`){let e=new ae(Oe.buffer,Oe.byteOffset,0);Y[Ms](e);return}if(e[ps].queueTotalSize>0){if(readableByteStreamControllerFillPullIntoDescriptorFromQueue(e,Oe)){let R=readableByteStreamControllerConvertPullIntoDescriptor(Oe);readableByteStreamControllerHandleQueueDrain(e),Y[Ns](R);return}if(e[ps].closeRequested){let R=TypeError(`Insufficient bytes to fill elements in the given buffer`);readableByteStreamControllerError(e,R),Y[Is](R);return}}e[ps].pendingPullIntos.push(Oe),readableStreamAddReadIntoRequest(X,Y),readableByteStreamControllerCallPullIfNeeded(e)}function readableByteStreamControllerRespond(e,R){let W=e[ps].pendingPullIntos[0];if(e[ps].stream[ps].state===`closed`){if(R!==0)throw TypeError(`bytesWritten must be 0 when calling respond() on a closed stream`)}else{if(R===0)throw TypeError(`bytesWritten must be greater than 0 when calling respond() on a readable stream`);if(W.bytesFilled+R>W.byteLength)throw RangeError(`bytesWritten out of range`)}W.buffer=transferArrayBuffer(W.buffer),readableByteStreamControllerRespondInternal(e,R)}function readableByteStreamControllerRespondWithNewView(e,R){let W=e[ps].pendingPullIntos[0],Y=e[ps].stream[ps].state,X=R.byteLength,ie=R.byteOffset,ae=R.buffer;if(Y===`closed`){if(X!==0)throw TypeError(`view's length must be 0 when calling respondWithNewView() on a closed stream`)}else if(X===0)throw TypeError(`view's length must be greater than 0 when calling respondWithNewView() on a readable stream`);if(W.byteOffset+W.bytesFilled!==ie)throw RangeError(`The region specified by view does not match byobRequest`);if(W.bufferByteLength!==ae.byteLength)throw RangeError(`The buffer of view has different capacity than byobRequest`);if(W.bytesFilled+X>W.byteLength)throw RangeError(`The region specified by view is larger than byobRequest`);W.buffer=transferArrayBuffer(ae),readableByteStreamControllerRespondInternal(e,X)}function readableByteStreamControllerRespondInternal(e,R){let W=e[ps].pendingPullIntos[0];readableByteStreamControllerInvalidateBYOBRequest(e),e[ps].stream[ps].state===`closed`?readableByteStreamControllerRespondInClosedState(e,W):readableByteStreamControllerRespondInReadableState(e,R,W),readableByteStreamControllerCallPullIfNeeded(e)}function readableByteStreamControllerRespondInClosedState(e,R){R.readerType===`none`&&readableByteStreamControllerShiftPendingPullInto(e);let W=e[ps].stream;if(readableStreamHasBYOBReader(W))for(;readableStreamGetNumReadIntoRequests(W)>0;)readableByteStreamControllerCommitPullIntoDescriptor(W,readableByteStreamControllerShiftPendingPullInto(e))}function readableByteStreamControllerRespondInReadableState(e,R,W){if(readableByteStreamControllerFillHeadPullIntoDescriptor(e,R,W),W.readerType===`none`){readableByteStreamControllerEnqueueDetachedPullIntoToQueue(e,W),readableByteStreamControllerProcessPullIntoDescriptorsUsingQueue(e);return}if(W.bytesFilled<W.minimumFill)return;readableByteStreamControllerShiftPendingPullInto(e);let Y=W.bytesFilled%W.elementSize;if(Y>0){let R=W.byteOffset+W.bytesFilled;readableByteStreamControllerEnqueueClonedChunkToQueue(e,W.buffer,R-Y,Y)}W.bytesFilled-=Y,readableByteStreamControllerCommitPullIntoDescriptor(e[ps].stream,W),readableByteStreamControllerProcessPullIntoDescriptorsUsingQueue(e)}function readableByteStreamControllerCancelSteps(e,R){readableByteStreamControllerClearPendingPullIntos(e),resetQueue(e);let W=e[ps].cancelAlgorithm(R);return readableByteStreamControllerClearAlgorithms(e),W}function readableByteStreamControllerPullSteps(e,R){let W=e[ps].stream;if(e[ps].queueTotalSize>0){readableByteStreamControllerFillReadRequestFromQueue(e,R);return}let Y=e[ps].autoAllocateChunkSize;if(Y!==void 0){let W;try{W=new ArrayBuffer(Y)}catch(e){R[Is](e);return}let X={buffer:W,bufferByteLength:Y,byteOffset:0,byteLength:Y,bytesFilled:0,minimumFill:1,elementSize:1,viewConstructor:Uint8Array,readerType:`default`};e[ps].pendingPullIntos.push(X)}readableStreamAddReadRequest(W,R),readableByteStreamControllerCallPullIfNeeded(e)}function setupReadableByteStreamController(e,R,W,Y,X,ie,ae){R[ps]={cancelAlgorithm:X,closeRequested:!1,highWaterMark:ie,pullAgain:!1,pullAlgorithm:Y,pulling:!1,queue:[],queueTotalSize:0,started:!1,stream:e,byobRequest:null,pendingPullIntos:[],autoAllocateChunkSize:ae},e[ps].controller=R;let le=W();new Promise(e=>e(le)).then(()=>{R[ps].started=!0,readableByteStreamControllerCallPullIfNeeded(R)},e=>readableByteStreamControllerError(R,e))}function setupReadableByteStreamControllerFromSource(e,R,W){let Y=new ReadableByteStreamController(Hs),X=R?.start,ie=R?.pull,ae=R?.cancel,le=R?.autoAllocateChunkSize;if(le!==void 0&&(le===0||!Number.isInteger(le)||le<0))throw TypeError(`autoAllocateChunkSize must be a positive integer`);setupReadableByteStreamController(e,Y,X?X.bind(R,Y):nonOpStart,ie?createPromiseCallback(`source.pull`,ie,R):nonOpPull,ae?createPromiseCallback(`source.cancel`,ae,R):nonOpCancel,W,le)}function readableByteStreamTee(e){let R=new ReadableStreamDefaultReader(e),W=!1,Y=!1,X=!1,ie,ae,le=Promise.withResolvers(),_e,ye,be,Ce;function pullAlgorithm(){return W?Promise.resolve():(W=!0,R.read().then(e=>{if(W=!1,e.done){Y||be.close(),X||Ce.close();return}let R=e.value,ie=new Uint8Array(R.buffer.slice(R.byteOffset,R.byteOffset+R.byteLength));Y||be.enqueue(ie),X||Ce.enqueue(new Uint8Array(ie))},()=>{}),Promise.resolve())}return _e=new ReadableStream$1({type:`bytes`,pull:pullAlgorithm,cancel(R){if(Y=!0,ie=R,X){let R=readableStreamCancel(e,[ie,ae]);return le.resolve(),R}return le.promise}}),ye=new ReadableStream$1({type:`bytes`,pull:pullAlgorithm,cancel(R){if(X=!0,ae=R,Y){let R=readableStreamCancel(e,[ie,ae]);return le.resolve(),R}return le.promise}}),be=_e[ps].controller,Ce=ye[ps].controller,R.closed.catch(e=>{be.error(e),Ce.error(e),(!Y||!X)&&le.resolve()}),[_e,ye]}const sc=Symbol(`kSkipThrow`);var TransformStream=class{[ms]=`TransformStream`;[ps];constructor(e={},R={},W={}){if(e!=null&&typeof e!=`object`)throw TypeError(`transformer must be an object`);if(R!=null&&typeof R!=`object`)throw TypeError(`writableStrategy must be an object`);if(W!=null&&typeof W!=`object`)throw TypeError(`readableStrategy must be an object`);let Y=e?.readableType,X=e?.writableType,ie=e?.start;if(Y!==void 0)throw RangeError(`Invalid readableType: ${Y}`);if(X!==void 0)throw RangeError(`Invalid writableType: ${X}`);let ae=extractHighWaterMark(W?.highWaterMark,0),le=extractSizeAlgorithm(W?.size),_e=extractHighWaterMark(R?.highWaterMark,1),ye=extractSizeAlgorithm(R?.size),be=Promise.withResolvers();initializeTransformStream(this,be,_e,ye,ae,le),setupTransformStreamDefaultControllerFromTransformer(this,e),ie===void 0?be.resolve():be.resolve(ie.call(e,this[ps].controller))}get readable(){if(!uc(this))throw TypeError(`Invalid this`);return this[ps].readable}get writable(){if(!uc(this))throw TypeError(`Invalid this`);return this[ps].writable}get[Symbol.toStringTag](){return`TransformStream`}},TransformStreamDefaultController=class{[ms]=`TransformStreamDefaultController`;[ps];constructor(e){if(e!==sc)throw TypeError(`Illegal constructor`)}get desiredSize(){if(!hc(this))throw TypeError(`Invalid this`);let{stream:e}=this[ps],{readable:R}=e[ps],W=R[ps].controller;return readableStreamDefaultControllerGetDesiredSize(W)}enqueue(e){if(!hc(this))throw TypeError(`Invalid this`);transformStreamDefaultControllerEnqueue(this,e)}error(e){if(!hc(this))throw TypeError(`Invalid this`);transformStreamDefaultControllerError(this,e)}terminate(){if(!hc(this))throw TypeError(`Invalid this`);transformStreamDefaultControllerTerminate(this)}get[Symbol.toStringTag](){return`TransformStreamDefaultController`}};const uc=isBrandCheck(`TransformStream`),hc=isBrandCheck(`TransformStreamDefaultController`);async function defaultTransformAlgorithm(e,R){transformStreamDefaultControllerEnqueue(R,e)}function initializeTransformStream(e,R,W,Y,X,ie){let startAlgorithm=()=>R.promise,ae=createWritableStream(startAlgorithm,R=>transformStreamDefaultSinkWriteAlgorithm(e,R),()=>transformStreamDefaultSinkCloseAlgorithm(e),R=>transformStreamDefaultSinkAbortAlgorithm(e,R),W,Y);e[ps]={readable:createReadableStream(startAlgorithm,()=>transformStreamDefaultSourcePullAlgorithm(e),R=>transformStreamDefaultSourceCancelAlgorithm(e,R),X,ie),writable:ae,controller:void 0,backpressure:void 0,backpressureChange:{promise:void 0,resolve:void 0,reject:void 0}},transformStreamSetBackpressure(e,!0)}function transformStreamError(e,R){let{readable:W}=e[ps];readableStreamDefaultControllerError(W[ps].controller,R),transformStreamErrorWritableAndUnblockWrite(e,R)}function transformStreamErrorWritableAndUnblockWrite(e,R){let{controller:W,writable:Y}=e[ps];transformStreamDefaultControllerClearAlgorithms(W),writableStreamDefaultControllerErrorIfNeeded(Y[ps].controller,R),transformStreamUnblockWrite(e)}function transformStreamUnblockWrite(e){e[ps].backpressure&&transformStreamSetBackpressure(e,!1)}function transformStreamSetBackpressure(e,R){e[ps].backpressureChange.promise!==void 0&&e[ps].backpressureChange.resolve?.(),e[ps].backpressureChange=Promise.withResolvers(),e[ps].backpressure=R}function setupTransformStreamDefaultController(e,R,W,Y,X){R[ps]={stream:e,transformAlgorithm:W,flushAlgorithm:Y,cancelAlgorithm:X,finishPromise:void 0},e[ps].controller=R}function setupTransformStreamDefaultControllerFromTransformer(e,R){let W=new TransformStreamDefaultController(sc),Y=R?.transform,X=R?.flush,ie=R?.cancel;setupTransformStreamDefaultController(e,W,Y?createPromiseCallback(`transformer.transform`,Y,R):defaultTransformAlgorithm,X?createPromiseCallback(`transformer.flush`,X,R):nonOpFlush,ie?createPromiseCallback(`transformer.cancel`,ie,R):nonOpCancel)}function transformStreamDefaultControllerClearAlgorithms(e){e[ps].transformAlgorithm=void 0,e[ps].flushAlgorithm=void 0,e[ps].cancelAlgorithm=void 0}function transformStreamDefaultControllerEnqueue(e,R){let{stream:W}=e[ps],{readable:Y}=W[ps],X=Y[ps].controller;if(!readableStreamDefaultControllerCanCloseOrEnqueue(X))throw TypeError(`Unable to enqueue`);try{readableStreamDefaultControllerEnqueue(X,R)}catch(e){throw transformStreamErrorWritableAndUnblockWrite(W,e),Y[ps].storedError}readableStreamDefaultControllerHasBackpressure(X)!==W[ps].backpressure&&transformStreamSetBackpressure(W,!0)}function transformStreamDefaultControllerError(e,R){transformStreamError(e[ps].stream,R)}async function transformStreamDefaultControllerPerformTransform(e,R){try{let W=e[ps].transformAlgorithm;return W===void 0?void 0:await W(R,e)}catch(R){throw transformStreamError(e[ps].stream,R),R}}function transformStreamDefaultControllerTerminate(e){let{stream:R}=e[ps],{readable:W}=R[ps];readableStreamDefaultControllerClose(W[ps].controller),transformStreamErrorWritableAndUnblockWrite(R,TypeError(`TransformStream has been terminated`))}function transformStreamDefaultSinkWriteAlgorithm(e,R){let{controller:W}=e[ps];return e[ps].backpressure?e[ps].backpressureChange.promise.then(()=>{let{writable:Y}=e[ps];if(Y[ps].state===`erroring`)throw Y[ps].storedError;return transformStreamDefaultControllerPerformTransform(W,R)}):transformStreamDefaultControllerPerformTransform(W,R)}async function transformStreamDefaultSinkAbortAlgorithm(e,R){let{controller:W,readable:Y}=e[ps];if(W[ps].finishPromise!==void 0)return W[ps].finishPromise;let{promise:X,resolve:ie,reject:ae}=Promise.withResolvers();W[ps].finishPromise=X;let le=W[ps].cancelAlgorithm(R);return transformStreamDefaultControllerClearAlgorithms(W),le.then(()=>{Y[ps].state===`errored`?ae(Y[ps].storedError):(readableStreamDefaultControllerError(Y[ps].controller,R),ie())},e=>{readableStreamDefaultControllerError(Y[ps].controller,e),ae(e)}),W[ps].finishPromise}function transformStreamDefaultSinkCloseAlgorithm(e){let{readable:R,controller:W}=e[ps];if(W[ps].finishPromise!==void 0)return W[ps].finishPromise;let{promise:Y,resolve:X,reject:ie}=Promise.withResolvers();W[ps].finishPromise=Y;let ae=W[ps].flushAlgorithm(W);return transformStreamDefaultControllerClearAlgorithms(W),ae.then(()=>{R[ps].state===`errored`?ie(R[ps].storedError):(readableStreamDefaultControllerClose(R[ps].controller),X())},e=>{readableStreamDefaultControllerError(R[ps].controller,e),ie(e)}),W[ps].finishPromise}function transformStreamDefaultSourcePullAlgorithm(e){return transformStreamSetBackpressure(e,!1),e[ps].backpressureChange.promise}function transformStreamDefaultSourceCancelAlgorithm(e,R){let{controller:W,writable:Y}=e[ps];if(W[ps].finishPromise!==void 0)return W[ps].finishPromise;let{promise:X,resolve:ie,reject:ae}=Promise.withResolvers();W[ps].finishPromise=X;let le=W[ps].cancelAlgorithm(R);return transformStreamDefaultControllerClearAlgorithms(W),le.then(()=>{Y[ps].state===`errored`?ae(Y[ps].storedError):(writableStreamDefaultControllerErrorIfNeeded(Y[ps].controller,R),transformStreamUnblockWrite(e),ie())},R=>{writableStreamDefaultControllerErrorIfNeeded(Y[ps].controller,R),transformStreamUnblockWrite(e),ae(R)}),W[ps].finishPromise}const Ac=Object.defineProperty(e=>e.byteLength,`name`,{value:`size`}),Ic=Object.defineProperty(()=>1,`name`,{value:`size`});var ByteLengthQueuingStrategy=class{#e;constructor(e){if(typeof e!=`object`||!e)throw TypeError(`init must be an object`);if(e.highWaterMark===void 0)throw TypeError(`init.highWaterMark is required`);this.#e=+e.highWaterMark}get highWaterMark(){return this.#e}get size(){return Ac}get[Symbol.toStringTag](){return`ByteLengthQueuingStrategy`}},CountQueuingStrategy=class{#e;constructor(e){if(typeof e!=`object`||!e)throw TypeError(`init must be an object`);if(e.highWaterMark===void 0)throw TypeError(`init.highWaterMark is required`);this.#e=+e.highWaterMark}get highWaterMark(){return this.#e}get size(){return Ic}get[Symbol.toStringTag](){return`CountQueuingStrategy`}},TextEncoderStream=class{#e=null;#t=new TextEncoder;#n;constructor(){this.#n=new TransformStream({transform:(e,R)=>{if(e=String(e),e===``)return;this.#e!==null&&(e=this.#e+e);let W=e.charCodeAt(e.length-1);55296<=W&&W<=56319?(this.#e=e.slice(-1),e=e.slice(0,-1)):this.#e=null,e&&R.enqueue(this.#t.encode(e))},flush:e=>{this.#e!==null&&e.enqueue(new Uint8Array([239,191,189]))}})}get encoding(){return`utf-8`}get readable(){return this.#n.readable}get writable(){return this.#n.writable}};function hasStreamingSupport(){try{return new TextDecoder().decode(new Uint8Array([195]),{stream:!0}),!0}catch{return!1}}const Hc=hasStreamingSupport();function incompleteUtf8Tail(e){let R=e.length;if(R===0)return 0;for(let W=1;W<=Math.min(3,R);W++){let Y=e[R-W];if(!(Y&128))return 0;if((Y&192)!=128){let e;if((Y&224)==192)e=2;else if((Y&240)==224)e=3;else if((Y&248)==240)e=4;else return 0;return W<e?W:0}}return 0}var TextDecoderStream=class{#e;#t;constructor(e,R){if(this.#e=new TextDecoder(e,R),Hc)this.#t=new TransformStream({transform:(e,R)=>{let W=toUint8Array$2(e),Y=this.#e.decode(W,{stream:!0});Y&&R.enqueue(Y)},flush:e=>{let R=this.#e.decode();R&&e.enqueue(R)},cancel:()=>{this.#e.decode()}});else{let e=new Uint8Array;this.#t=new TransformStream({transform:(R,W)=>{let Y=toUint8Array$2(R),X;e.length>0?(X=new Uint8Array(e.length+Y.length),X.set(e,0),X.set(Y,e.length)):X=Y;let ie=incompleteUtf8Tail(X),ae;if(ie>0?(ae=X.slice(0,X.length-ie),e=X.slice(X.length-ie)):(ae=X,e=new Uint8Array),ae.length>0){let e=this.#e.decode(ae);e&&W.enqueue(e)}},flush:R=>{if(e.length>0){let W=this.#e.decode(e);W&&R.enqueue(W),e=new Uint8Array}},cancel:()=>{e=new Uint8Array}})}}get encoding(){return this.#e.encoding}get fatal(){return this.#e.fatal}get ignoreBOM(){return this.#e.ignoreBOM}get readable(){return this.#t.readable}get writable(){return this.#t.writable}};function toUint8Array$2(e){if(e instanceof Uint8Array)return e;if(e instanceof ArrayBuffer)return new Uint8Array(e);if(ArrayBuffer.isView(e))return new Uint8Array(e.buffer,e.byteOffset,e.byteLength);throw TypeError(`chunk must be a BufferSource`)}__name$1(toUint8Array$2,`toUint8Array`);function isNativeStreamUsable$3(e,R){try{return typeof e==`function`?typeof e.prototype[R]==`function`:!1}catch{return!1}}__name$1(isNativeStreamUsable$3,`isNativeStreamUsable`);const el=isNativeStreamUsable$3(globalThis.ReadableStream,`getReader`)?globalThis.ReadableStream:ReadableStream$1,nl=isNativeStreamUsable$3(globalThis.WritableStream,`getWriter`)?globalThis.WritableStream:WritableStream,sl=isNativeStreamUsable$3(globalThis.TransformStream,`readable`)?globalThis.TransformStream:TransformStream,fl=typeof globalThis.ByteLengthQueuingStrategy==`function`?globalThis.ByteLengthQueuingStrategy:ByteLengthQueuingStrategy,ml=typeof globalThis.CountQueuingStrategy==`function`?globalThis.CountQueuingStrategy:CountQueuingStrategy,_l=typeof globalThis.TextEncoderStream==`function`?globalThis.TextEncoderStream:TextEncoderStream,vl=typeof globalThis.TextDecoderStream==`function`?globalThis.TextDecoderStream:TextDecoderStream;var yl=__esmMin(()=>{qt()});function _setPipeImpl(e){bl=e}var bl,Stream_,xl=__esmMin(()=>{Ba(),Stream_=class extends Ra{constructor(e){super(e)}pipe(e,R){return bl(this,e,R)}}});function getDefaultHighWaterMark(e){return e?Cl:Sl}function setDefaultHighWaterMark(e,R){if(typeof R!=`number`||R<0||Number.isNaN(R))throw TypeError(`Invalid highWaterMark: ${R}`);e?Cl=R:Sl=R}function validateHighWaterMark(e,R){if(R!==void 0&&(typeof R!=`number`||Number.isNaN(R))){let W=TypeError(`The value of "${e}" is invalid. Received ${R}`);throw W.code=`ERR_INVALID_ARG_VALUE`,W}}var Sl,Cl,wl=__esmMin(()=>{Sl=16384,Cl=16});function chunkLength(e){if(e==null)return 1;let R=e.length;return typeof R==`number`?R:1}function sliceChunk(e,R,W){if(typeof e==`string`)return W===void 0?e.slice(R):e.slice(R,W);let Y=e.slice;return typeof Y==`function`?Y.call(e,R,W):e}var Tl,El=__esmMin(()=>{xl(),wl(),qt(),Tl=class Readable_ extends Stream_{readable=!0;readableFlowing=null;readableLength=0;readableHighWaterMark;readableEncoding;readableObjectMode;readableEnded=!1;readableAborted=!1;destroyed=!1;_pipeDests=[];_buffer=[];_readableState={ended:!1,endEmitted:!1,reading:!1,constructed:!0,highWaterMark:0,objectMode:!1,pipes:[]};_err;_readablePending=!1;_readImpl;_destroyImpl;_constructImpl;constructor(e){super(e),this.readableHighWaterMark=e?.highWaterMark??getDefaultHighWaterMark(e?.objectMode??!1),this.readableEncoding=e?.encoding??null,this.readableObjectMode=e?.objectMode??!1,this._readableState.highWaterMark=this.readableHighWaterMark,this._readableState.objectMode=this.readableObjectMode,e?.read&&(this._readImpl=e.read),e?.destroy&&(this._destroyImpl=e.destroy),e?.construct&&(this._constructImpl=e.construct),(this._constructImpl||this._construct!==Readable_.prototype._construct)&&(this._readableState.constructed=!1,nextTick(()=>{this._construct(e=>{this._readableState.constructed=!0,e?this.destroy(e):this.readableFlowing===!0&&this._flow()})}))}_construct(e){this._constructImpl?this._constructImpl.call(this,e):e()}_read(e){this._readImpl&&this._readImpl.call(this,e)}read(e){if(!this._readableState.constructed)return null;if(this._buffer.length===0){if(this._readableState.ended)return null;this._readableState.reading=!0,this._read(e??this.readableHighWaterMark),this._readableState.reading=!1}if(this._buffer.length===0||e===0)return null;if(this.readableObjectMode){if(e===void 0){let e=this._buffer.shift();return--this.readableLength,this._readableState.ended&&this._buffer.length===0&&!this._readableState.endEmitted&&this._emitEnd(),e}if(e>this.readableLength)return null;let R=this._buffer.shift();return--this.readableLength,R}if(e!=null)return e>this.readableLength?null:this._readBytes(e);let R=this._buffer.splice(0);if(this.readableLength=0,this._readableState.ended&&this._buffer.length===0&&!this._readableState.endEmitted&&this._emitEnd(),R.length===1)return R[0];if(R.length===0)return null;if(typeof R[0]==`string`)return R.join(``);let W=globalThis.Buffer;return W?.concat?W.concat(R):R}_readBytes(e){let R=0,W=[];for(;R<e&&this._buffer.length>0;){let Y=this._buffer[0],X=chunkLength(Y);if(R+X<=e)W.push(this._buffer.shift()),R+=X,this.readableLength-=X;else{let X=e-R;W.push(sliceChunk(Y,0,X)),this._buffer[0]=sliceChunk(Y,X),this.readableLength-=X,R+=X}}if(W.length===1)return W[0];let Y=globalThis.Buffer;return Y?.concat?Y.concat(W):W}push(e,R){if(e===null)return this._readableState.ended=!0,this.readableEnded=!0,this._buffer.length===0&&!this._readableState.endEmitted&&nextTick(()=>this._emitEnd()),this._scheduleReadable(),!1;if(!this.readableObjectMode&&!(typeof e==`string`||ArrayBuffer.isView(e))){let R=Object.assign(TypeError(`Invalid non-string/buffer chunk type: ${typeof e}`),{code:`ERR_INVALID_ARG_TYPE`});return nextTick(()=>this.emit(`error`,R)),!1}return this._buffer.push(e),this.readableLength+=this.readableObjectMode?1:chunkLength(e),this.readableFlowing&&!this._flowing&&nextTick(()=>this._flow()),this.readableFlowing!==!0&&this._scheduleReadable(),this.readableLength<this.readableHighWaterMark}_emitEnd(){this._readableState.endEmitted||(this._readableState.endEmitted=!0,this.emit(`end`),nextTick(()=>this._autoClose()))}_autoClose(){this.emit(`close`)}_scheduleReadable(){this._readablePending||this.listenerCount(`readable`)===0||(this._readablePending=!0,nextTick(()=>{this._readablePending=!1,this.destroyed||this.emit(`readable`)}))}on(e,R){return super.on(e,R),e===`data`&&this.readableFlowing!==!1&&this.resume(),e===`readable`&&(this._buffer.length>0||this._readableState.ended)&&this._scheduleReadable(),this}unshift(e){this._buffer.unshift(e),this.readableLength+=this.readableObjectMode?1:chunkLength(e)}setEncoding(e){return this.readableEncoding=e,this}pause(){return this.readableFlowing=!1,this.emit(`pause`),this}resume(){return this.readableFlowing!==!0&&(this.readableFlowing=!0,this.emit(`resume`),this._readableState.constructed&&this._flow()),this}_flowing=!1;_flow(){if(!(this.readableFlowing!==!0||this._flowing||this.destroyed)&&this._readableState.constructed){this._flowing=!0;try{for(;this._buffer.length>0&&this.readableFlowing&&!this.destroyed;){let e=this._buffer.shift();if(this.readableLength-=this.readableObjectMode?1:chunkLength(e),this.readableEncoding&&typeof e!=`string`){let R=globalThis.Buffer;R?.isBuffer&&R.isBuffer(e)?e=e.toString(this.readableEncoding):e instanceof Uint8Array&&(e=new TextDecoder(this.readableEncoding).decode(e))}this.emit(`data`,e)}if(this.destroyed)return;if(this._readableState.ended&&this._buffer.length===0&&!this._readableState.endEmitted){nextTick(()=>this._emitEnd());return}!this._readableState.ended&&!this._readableState.reading&&!this.destroyed&&(this._readableState.reading=!0,this._read(this.readableHighWaterMark),this._readableState.reading=!1)}finally{this._flowing=!1}this._buffer.length>0&&this.readableFlowing&&!this.destroyed&&nextTick(()=>this._flow())}}isPaused(){return this.readableFlowing===!1}unpipe(e){if(e){let R=this._pipeDests.findIndex(R=>R.dest===e);if(R!==-1){this._pipeDests[R].cleanup(),this._pipeDests.splice(R,1);let W=this._readableState.pipes.indexOf(e);W!==-1&&this._readableState.pipes.splice(W,1),e.emit(`unpipe`,this),this._pipeDests.length===0&&(this.readableFlowing=!1)}}else{for(let e of this._pipeDests)e.cleanup(),e.dest.emit(`unpipe`,this);this._pipeDests=[],this._readableState.pipes=[],this.readableFlowing=!1}return this}_destroy(e,R){this._destroyImpl?this._destroyImpl.call(this,e,R):R(e??void 0)}destroy(e){if(this.destroyed)return this;this.destroyed=!0,this.readable=!1,this.readableAborted=!this.readableEnded,e&&(this._err=e);let cb=e=>{e&&nextTick(()=>this.emit(`error`,e)),nextTick(()=>this.emit(`close`))};return Object.prototype.hasOwnProperty.call(this,`_destroy`)?this._destroy(e??null,cb):this._destroyImpl?this._destroyImpl.call(this,e??null,cb):cb(e),this}static toWeb(e){return new ReadableStream({start(R){e.on(`data`,e=>{typeof e==`string`?R.enqueue(new TextEncoder().encode(e)):e instanceof Uint8Array?R.enqueue(e):e&&typeof e.length==`number`&&R.enqueue(new Uint8Array(e))}),e.on(`end`,()=>{R.close()}),e.on(`error`,e=>{R.error(e)})},cancel(){e.destroy()}})}static fromWeb(e,R){let W=e.getReader();return new Readable_({...R,read(){W.read().then(({done:e,value:R})=>{e?this.push(null):this.push(R)},e=>{this.destroy(e)})},destroy(e,R){W.cancel(e?.message).then(()=>R(null),R)}})}[Symbol.asyncIterator](){let e=this,R=[],W=!1,Y=null,X=null,ie=null;return e.on(`data`,e=>{if(X){let R=X;X=null,ie=null,R({value:e,done:!1})}else R.push(e)}),e.on(`end`,()=>{if(W=!0,X){let e=X;X=null,ie=null,e({value:void 0,done:!0})}}),e.on(`error`,e=>{if(Y=e,W=!0,ie){let R=ie;X=null,ie=null,R(e)}}),{next(){return Y?Promise.reject(Y):R.length>0?Promise.resolve({value:R.shift(),done:!1}):W?Promise.resolve({value:void 0,done:!0}):new Promise((e,R)=>{X=e,ie=R})},return(){return e.destroy(),Promise.resolve({value:void 0,done:!0})},[Symbol.asyncIterator](){return this}}}static from(e,R){let W=new Readable_({objectMode:!0,...R,read(){}});return typeof e==`string`||ArrayBuffer.isView(e)?(W.push(e),W.push(null),W):((async()=>{try{for await(let R of e)W.push(R)||await new Promise(e=>W.once(`drain`,e));W.push(null)}catch(e){W.destroy(e)}})(),W)}}});function chunkLen$1(e){if(e==null)return 1;let R=e.length;return typeof R==`number`?R:1}var Duplex_,Al=__esmMin(()=>{wl(),El(),qt(),Duplex_=class extends Tl{writable=!0;writableHighWaterMark;writableLength=0;writableObjectMode;writableEnded=!1;writableFinished=!1;writableCorked=0;writableNeedDrain=!1;allowHalfOpen;_decodeStrings;_writableState={highWaterMark:0,objectMode:!1};_duplexCorkedBuffer=[];_duplexWriting=!1;_duplexWriteQueue=[];_writeImpl;_finalImpl;_defaultEncoding=`utf8`;_pendingWrites=0;_pendingEndCb=null;constructor(e){super(e),validateHighWaterMark(`writableHighWaterMark`,e?.writableHighWaterMark),validateHighWaterMark(`readableHighWaterMark`,e?.readableHighWaterMark),this.writableObjectMode=e?.writableObjectMode??e?.objectMode??!1,this.writableHighWaterMark=e?.highWaterMark??e?.writableHighWaterMark??getDefaultHighWaterMark(this.writableObjectMode),this._writableState.highWaterMark=this.writableHighWaterMark,this._writableState.objectMode=this.writableObjectMode,e?.highWaterMark===void 0&&e?.readableHighWaterMark!==void 0&&(this.readableHighWaterMark=e.readableHighWaterMark,this._readableState.highWaterMark=e.readableHighWaterMark),e?.readableObjectMode!==void 0&&(this.readableObjectMode=e.readableObjectMode,this._readableState.objectMode=e.readableObjectMode,e?.readableHighWaterMark===void 0&&e?.highWaterMark===void 0&&(this.readableHighWaterMark=getDefaultHighWaterMark(e.readableObjectMode),this._readableState.highWaterMark=this.readableHighWaterMark)),this.allowHalfOpen=e?.allowHalfOpen!==!1,this._decodeStrings=e?.decodeStrings!==!1,e?.write&&(this._writeImpl=e.write),e?.final&&(this._finalImpl=e.final),this.allowHalfOpen||this.once(`end`,()=>{this.writableEnded||nextTick(()=>this.end())})}_write(e,R,W){this._writeImpl?this._writeImpl.call(this,e,R,W):W()}_final(e){this._finalImpl?this._finalImpl.call(this,e):e()}destroy(e){return this.destroyed?this:(this.writable=!1,super.destroy(e))}write(e,R,W){let Y,X;if(typeof R==`function`?(Y=R,X=this._defaultEncoding):(X=R??this._defaultEncoding,Y=W??(()=>{})),this._decodeStrings&&!this.writableObjectMode&&typeof e==`string`){let R=globalThis.Buffer;R&&(e=R.from(e,X),X=`buffer`)}if(typeof e!=`string`&&!this.writableObjectMode){let R=globalThis.Buffer;(R&&R.isBuffer(e)||e instanceof Uint8Array)&&(X=`buffer`)}if(this.writableEnded){let e=Error(`write after end`);return nextTick(()=>{Y(e),this.emit(`error`,e)}),!1}if(this.writableLength+=this.writableObjectMode?1:chunkLen$1(e),this.writableCorked>0)return this._duplexCorkedBuffer.push({chunk:e,encoding:X,callback:Y}),this.writableLength<this.writableHighWaterMark;let ie=this.writableLength<this.writableHighWaterMark;return ie||(this.writableNeedDrain=!0),this._duplexDoWrite(e,X,Y),ie}_duplexDoWrite(e,R,W){if(this._duplexWriting){this._duplexWriteQueue.push({chunk:e,encoding:R,callback:W});return}this._duplexWriting=!0,this._duplexStartWrite(e,R,W)}_duplexStartWrite(e,R,W){this._pendingWrites++,this._write(e,R,R=>{this._pendingWrites--,this.writableLength-=this.writableObjectMode?1:chunkLen$1(e),nextTick(R?()=>{if(W(R),this._duplexWriting=!1,this.emit(`error`,R),this._duplexWriteQueue.length>0){let e=this._duplexWriteQueue.shift();this._duplexWriting=!0,this._duplexStartWrite(e.chunk,e.encoding,e.callback)}}:()=>{if(W(),this._duplexWriteQueue.length>0){let e=this._duplexWriteQueue.shift();this._duplexStartWrite(e.chunk,e.encoding,e.callback);return}if(this._duplexWriting=!1,this.writableNeedDrain&&this.writableLength<=this.writableHighWaterMark&&(this.writableNeedDrain=!1,this.emit(`drain`)),this._pendingWrites===0&&this._pendingEndCb){let e=this._pendingEndCb;this._pendingEndCb=null,e()}})})}end(e,R,W){typeof e==`function`&&(W=e,e=void 0),typeof R==`function`&&(W=R,R=void 0),e!=null&&this.write(e,R),this.writableEnded=!0;let doFinal=()=>{this._final(e=>{this.writableFinished=!0,this._doPrefinishHooks(()=>{nextTick(()=>{e&&this.emit(`error`,e),this.emit(`finish`),nextTick(()=>this.emit(`close`)),W&&W()})})})};return this._pendingWrites>0||this._duplexWriting||this._duplexWriteQueue.length>0?this._pendingEndCb=doFinal:doFinal(),this}_doPrefinishHooks(e){e()}cork(){this.writableCorked++}uncork(){if(this.writableCorked>0&&(this.writableCorked--,this.writableCorked===0&&this._duplexCorkedBuffer.length>0)){let e=this._duplexCorkedBuffer.splice(0);for(let{chunk:R,encoding:W,callback:Y}of e)this._write(R,W,e=>{this.writableLength-=this.writableObjectMode?1:chunkLen$1(R),e?(Y(e),this.emit(`error`,e)):Y()});this.writableNeedDrain&&this.writableLength<=this.writableHighWaterMark&&(this.writableNeedDrain=!1,nextTick(()=>this.emit(`drain`)))}}setDefaultEncoding(e){return this._defaultEncoding=e,this}},__name$1(chunkLen$1,`chunkLen`)});function pipe(e,R,W){let Y=e,X=W?.end!==!1,ie=!1,ondrain=()=>{ie=!1,R.removeListener(`drain`,ondrain);let e=Y;typeof e.resume==`function`&&e.resume()},ondata=e=>{if(R.writable){let W=Y;R.write(e)===!1&&typeof W.pause==`function`&&(W.pause(),ie||(ie=!0,R.on(`drain`,ondrain)))}};Y.on(`data`,ondata);let ae=!1,onend=()=>{ae||(ae=!0,X&&R.end())},onclose=()=>{if(!ae&&(ae=!0,X&&!(Y instanceof Tl))){let e=R;typeof e.destroy==`function`&&e.destroy()}};X&&(Y.on(`end`,onend),Y.on(`close`,onclose));let cleanup=()=>{Y.removeListener(`data`,ondata),ie&&R.removeListener(`drain`,ondrain),Y.removeListener(`end`,onend),Y.removeListener(`close`,onclose),Y.removeListener(`end`,cleanup),Y.removeListener(`close`,cleanup),R.removeListener(`close`,cleanup)};return Y.on(`end`,cleanup),Y.on(`close`,cleanup),R.on(`close`,cleanup),Y instanceof Tl&&(Y._pipeDests.push({dest:R,cleanup}),Y._readableState.pipes.push(R)),R.emit(`pipe`,Y),R}var jl=__esmMin(()=>{xl(),El(),_setPipeImpl(pipe)});function chunkLen(e){if(e==null)return 1;let R=e.length;return typeof R==`number`?R:1}var Ml,Nl=__esmMin(()=>{xl(),wl(),qt(),Ml=class Writable_ extends Stream_{static[Symbol.hasInstance](e){let R=this;return R.prototype!==void 0&&Object.prototype.isPrototypeOf.call(R.prototype,e)?!0:R.prototype!==Writable_.prototype||e==null?!1:typeof e.writableHighWaterMark==`number`}writable=!0;writableHighWaterMark;writableLength=0;writableObjectMode;writableEnded=!1;writableFinished=!1;writableCorked=0;writableNeedDrain=!1;destroyed=!1;_err;_writableState={ended:!1,finished:!1,constructed:!0,writing:!1};_corkedBuffer=[];_writeBuffer=[];_pendingConstruct=[];_ending=!1;_endCallback;_pendingEnd=null;_writeImpl;_writev;_finalImpl;_destroyImpl;_constructImpl;_decodeStrings;_defaultEncoding=`utf8`;constructor(e){super(e),this.writableHighWaterMark=e?.highWaterMark??getDefaultHighWaterMark(e?.objectMode??!1),this.writableObjectMode=e?.objectMode??!1,this._decodeStrings=e?.decodeStrings!==!1,e?.write&&(this._writeImpl=e.write),e?.writev&&(this._writev=e.writev),e?.final&&(this._finalImpl=e.final),e?.destroy&&(this._destroyImpl=e.destroy),e?.construct&&(this._constructImpl=e.construct),(this._constructImpl||this._construct!==Writable_.prototype._construct)&&(this._writableState.constructed=!1,nextTick(()=>{this._construct(e=>{this._writableState.constructed=!0,e?this.destroy(e):this._maybeFlush()})}))}_construct(e){this._constructImpl?this._constructImpl.call(this,e):e()}_write(e,R,W){this._writeImpl?this._writeImpl.call(this,e,R,W):W()}_final(e){this._finalImpl?this._finalImpl.call(this,e):e()}_maybeFlush(){let e=this._pendingConstruct.splice(0);if(e.length>0){let[R,...W]=e;this._writeBuffer.push(...W),this._doWrite(R.chunk,R.encoding,R.callback)}if(this._pendingEnd){let{chunk:e,encoding:R,callback:W}=this._pendingEnd;this._pendingEnd=null,this._doEnd(e,R,W)}}_doWrite(e,R,W){this._writableState.writing=!0;let Y=!0;this._write(e,R,R=>{if(this.writableLength-=this.writableObjectMode?1:chunkLen(e),Y){nextTick(()=>{if(R){W(R),this.emit(`error`,R);return}W(),this.writableNeedDrain&&this.writableLength<=this.writableHighWaterMark&&(this.writableNeedDrain=!1,this.emit(`drain`))}),R||this._drainWriteBuffer();return}nextTick(R?()=>{W(R),this.emit(`error`,R),this._drainWriteBuffer()}:()=>{W(),this.writableNeedDrain&&this.writableLength<=this.writableHighWaterMark&&(this.writableNeedDrain=!1,this.emit(`drain`)),this._drainWriteBuffer()})}),Y=!1}_drainWriteBuffer(){if(this._writeBuffer.length>0){let e=this._writeBuffer.shift();this._doWrite(e.chunk,e.encoding,e.callback)}else this._writableState.writing=!1,this._maybeFinish()}_maybeFinish(){!this._ending||this._writableState.finished||this._writableState.writing||this._writeBuffer.length>0||(this._ending=!1,this._final(e=>{this.writableFinished=!0,this._writableState.finished=!0,nextTick(()=>{e&&this.emit(`error`,e),this.emit(`finish`),nextTick(()=>this.emit(`close`)),this._endCallback&&this._endCallback()})}))}write(e,R,W){let Y,X;if(typeof R==`function`?(Y=R,X=this._defaultEncoding):(X=R??this._defaultEncoding,Y=W??(()=>{})),this._decodeStrings&&!this.writableObjectMode&&typeof e==`string`){let R=globalThis.Buffer;R&&(e=R.from(e,X),X=`buffer`)}if(typeof e!=`string`&&!this.writableObjectMode){let R=globalThis.Buffer;(R&&R.isBuffer(e)||e instanceof Uint8Array)&&(X=`buffer`)}if(this.writableEnded){let e=Error(`write after end`);return nextTick(()=>{Y(e),this.emit(`error`,e)}),!1}if(this.writableLength+=this.writableObjectMode?1:chunkLen(e),this.writableCorked>0)return this._corkedBuffer.push({chunk:e,encoding:X,callback:Y}),this.writableLength<this.writableHighWaterMark;if(!this._writableState.constructed)return this._pendingConstruct.push({chunk:e,encoding:X,callback:Y}),this.writableLength<this.writableHighWaterMark;let ie=this.writableLength<this.writableHighWaterMark;return ie||(this.writableNeedDrain=!0),this._writableState.writing?this._writeBuffer.push({chunk:e,encoding:X,callback:Y}):this._doWrite(e,X,Y),ie}_doEnd(e,R,W){e!=null&&this.write(e,R),this.writableEnded=!0,this._writableState.ended=!0,this._ending=!0,this._endCallback=W,this._maybeFinish()}end(e,R,W){return typeof e==`function`&&(W=e,e=void 0),typeof R==`function`&&(W=R,R=void 0),this.writableEnded?(W&&nextTick(W),this):this._writableState.constructed?(this._doEnd(e,R,W),this):(this._pendingEnd={chunk:e,encoding:R,callback:W},this)}cork(){this.writableCorked++}uncork(){this.writableCorked>0&&(this.writableCorked--,this.writableCorked===0&&this._corkedBuffer.length>0&&this._flushCorkedBuffer())}_flushCorkedBuffer(){if(this._writev&&this._corkedBuffer.length>1){let e=this._corkedBuffer.splice(0),R=e.map(e=>({chunk:e.chunk,encoding:e.encoding}));this._writev.call(this,R,R=>{for(let R of e)this.writableLength-=this.writableObjectMode?1:chunkLen(R.chunk);if(R){for(let W of e)W.callback(R);this.emit(`error`,R)}else{for(let R of e)R.callback();this.writableNeedDrain&&this.writableLength<=this.writableHighWaterMark&&(this.writableNeedDrain=!1,this.emit(`drain`))}})}else{let e=this._corkedBuffer.splice(0);if(e.length>0){let[R,...W]=e;this._writeBuffer.push(...W),this._doWrite(R.chunk,R.encoding,R.callback)}}}setDefaultEncoding(e){return this._defaultEncoding=e,this}destroy(e){if(this.destroyed)return this;this.destroyed=!0,this.writable=!1,e&&(this._err=e);let cb=e=>{e&&nextTick(()=>this.emit(`error`,e)),nextTick(()=>this.emit(`close`))};return this._destroyImpl?this._destroyImpl.call(this,e??null,cb):cb(e),this}}}),Fl,Ll=__esmMin(()=>{Al(),qt(),Fl=class Transform_ extends Duplex_{constructor(e){super({...e,write:void 0,final:void 0});let R=this;e?.transform&&(R._transform=e.transform),e?.flush&&(R._flush=e.flush),e?.final&&(R._final=e.final)}_transform(e,R,W){throw Object.assign(Error(`The _transform() method is not implemented`),{code:`ERR_METHOD_NOT_IMPLEMENTED`})}_flush(e){e()}_write(e,R,W){let Y=!1;try{this._transform(e,R,(e,R)=>{if(Y){let e=Object.assign(Error(`Callback called multiple times`),{code:`ERR_MULTIPLE_CALLBACK`});nextTick(()=>this.emit(`error`,e));return}if(Y=!0,e){W(e);return}R!=null&&this.push(R),W()})}catch(e){if(e?.code===`ERR_METHOD_NOT_IMPLEMENTED`)throw e;W(e)}}_final(e){this._flush((R,W)=>{if(R){e(R);return}W!=null&&this.push(W),this.push(null),e()})}_doPrefinishHooks(e){let R=Transform_.prototype._final;this._final===R?e():R.call(this,e)}}}),PassThrough_,Rl=__esmMin(()=>{Ll(),PassThrough_=class extends Fl{constructor(e){super({...e,transform(e,R,W){W(null,e)}})}}});function pipeline(...e){let R=e,W=typeof R[R.length-1]==`function`?R.pop():void 0,Y=R;if(Y.length<2)throw Error(`pipeline requires at least 2 streams`);let X=null;function onError(e){if(!X){X=e;for(let e of Y)typeof e.destroy==`function`&&e.destroy();W&&W(e)}}let ie=Y[0];for(let e=1;e<Y.length;e++){let R=Y[e];ie.pipe(R),ie.on(`error`,onError),ie=R}let ae=Y[Y.length-1];return ae.on(`error`,onError),ae.on(`finish`,()=>{W&&!X&&W(null)}),ae}var zl=__esmMin(()=>{});function finished(e,R,W){let Y;Y=typeof R==`function`?R:W;let X=!1;function done(e){X||(X=!0,Y(e))}let onFinish=()=>done(),onEnd=()=>done(),onError=e=>done(e),onClose=()=>{let R=e,W=e;!R.writableFinished&&!W.readableEnded&&done(Error(`premature close`))};e.on(`finish`,onFinish),e.on(`end`,onEnd),e.on(`error`,onError),e.on(`close`,onClose);let ie=e,ae=typeof e.write==`function`,le=typeof e.read==`function`,_e=ie.writableFinished===!0,ye=ie.readableEnded===!0;if(ie.destroyed===!0){let e=ie._err;jt(e?()=>done(e):ae&&_e||le&&ye?()=>done():()=>done(Error(`premature close`)))}else (ae&&!le&&_e||!ae&&le&&ye||ae&&le&&_e&&ye)&&jt(()=>done());return function cleanup(){e.removeListener(`finish`,onFinish),e.removeListener(`end`,onEnd),e.removeListener(`error`,onError),e.removeListener(`close`,onClose)}}function addAbortSignal(e,R){if(!(e instanceof AbortSignal))throw TypeError(`The first argument must be an AbortSignal`);if(!(R instanceof Stream_))throw TypeError(`The second argument must be a Stream`);let W=R;if(e.aborted)W.destroy(Error(`The operation was aborted`));else{let onAbort=()=>{W.destroy(Error(`The operation was aborted`))};e.addEventListener(`abort`,onAbort,{once:!0}),R.once(`close`,()=>{e.removeEventListener(`abort`,onAbort)})}return R}function isReadable(e){if(e==null)return!1;let R=e;return typeof R.readable!=`boolean`||typeof R.read!=`function`||R.destroyed===!0||R.readableEnded===!0?!1:R.readable===!0}function isWritable(e){if(e==null)return!1;let R=e;return typeof R.writable!=`boolean`||typeof R.write!=`function`||R.destroyed===!0||R.writableEnded===!0?!1:R.writable===!0}function isDestroyed(e){return e==null?!1:e.destroyed===!0}function isDisturbed(e){if(e==null)return!1;let R=e;return R.readableDidRead===!0||R.readableFlowing!==null&&R.readableFlowing!==void 0}function isErrored(e){if(e==null)return!1;let R=e;return R.destroyed===!0&&typeof R.readable==`boolean`&&R.readable===!1||R.destroyed===!0&&typeof R.writable==`boolean`&&R.writable===!1}var Bl=__esmMin(()=>{xl(),qt()}),Vl,Gl,ql,Jl,Yl,Xl,Zl,Ql=__esmMin(()=>{yl(),xl(),wl(),El(),Al(),jl(),Nl(),Ll(),Rl(),zl(),Bl(),Vl=makeCallable(Stream_),Gl=makeCallable(Tl),ql=makeCallable(Ml),Jl=makeCallable(Duplex_),Yl=makeCallable(Fl),Xl=makeCallable(PassThrough_),Zl=Object.assign(Vl,{Stream:Vl,Readable:Gl,Writable:ql,Duplex:Jl,Transform:Yl,PassThrough:Xl,pipeline,finished,addAbortSignal,isReadable,isWritable,isDestroyed,isDisturbed,isErrored,getDefaultHighWaterMark,setDefaultHighWaterMark})});function getGioCompressorFormat(e){switch(e){case`gzip`:return dt.ZlibCompressorFormat.GZIP;case`deflate`:return dt.ZlibCompressorFormat.ZLIB;case`deflate-raw`:return dt.ZlibCompressorFormat.RAW}}function toUint8Array$1(e){return typeof e==`string`?new TextEncoder().encode(e):new Uint8Array(e.buffer,e.byteOffset,e.byteLength)}function createGzip(e){return new ZlibTransform(`gzip`,`compress`,e)}function createGunzip(e){return new ZlibTransform(`gzip`,`decompress`,e)}function createDeflate(e){return new ZlibTransform(`deflate`,`compress`,e)}function createInflate(e){return new ZlibTransform(`deflate`,`decompress`,e)}function createDeflateRaw(e){return new ZlibTransform(`deflate-raw`,`compress`,e)}function createInflateRaw(e){return new ZlibTransform(`deflate-raw`,`decompress`,e)}function createUnzip(e){return new ZlibTransform(`gzip`,`decompress`,e)}function createBrotliCompress(e){throw Error(`createBrotliCompress is not supported on GJS (no Brotli in GLib)`)}function createBrotliDecompress(e){throw Error(`createBrotliDecompress is not supported on GJS (no Brotli in GLib)`)}var ZlibTransform,eu=__esmMin(()=>{mt(),nt(),Ql(),__name$1(toUint8Array$1,`toUint8Array`),ZlibTransform=class extends Yl{_format;_mode;_chunks=[];constructor(e,R,W){super(W),this._format=e,this._mode=R}_transform(e,R,W){this._chunks.push(toUint8Array$1(e)),W()}_flush(e){let R=this._chunks.reduce((e,R)=>e+R.length,0),W=new Uint8Array(R),Y=0;for(let e of this._chunks)W.set(e,Y),Y+=e.length;this._chunks=[];try{let R=this._mode===`compress`?this._compress(W):this._decompress(W);this.push(Buffer.from(R)),e()}catch(R){e(R instanceof Error?R:Error(String(R)))}}_compress(e){let R=new dt.ZlibCompressor({format:getGioCompressorFormat(this._format)}),W=new dt.ConverterOutputStream({base_stream:dt.MemoryOutputStream.new_resizable(),converter:R});W.write_bytes(new tt.Bytes(e),null),W.close(null);let Y=W.get_base_stream().steal_as_bytes();return new Uint8Array(Y.get_data()??[])}_decompress(e){let R=new dt.ZlibDecompressor({format:getGioCompressorFormat(this._format)}),W=dt.MemoryInputStream.new_from_bytes(new tt.Bytes(e)),Y=new dt.ConverterInputStream({base_stream:W,converter:R}),X=[];for(;;){let e=Y.read_bytes(4096,null);if(e.get_size()===0)break;X.push(new Uint8Array(e.get_data()))}Y.close(null);let ie=X.reduce((e,R)=>e+R.length,0),ae=new Uint8Array(ie),le=0;for(let e of X)ae.set(e,le),le+=e.length;return ae}}}),tu=__exportAll$1({ZlibTransform:()=>ZlibTransform,brotliCompress:()=>brotliCompress,brotliCompressSync:()=>brotliCompressSync,brotliDecompress:()=>brotliDecompress,brotliDecompressSync:()=>brotliDecompressSync,constants:()=>ru,createBrotliCompress:()=>createBrotliCompress,createBrotliDecompress:()=>createBrotliDecompress,createDeflate:()=>createDeflate,createDeflateRaw:()=>createDeflateRaw,createGunzip:()=>createGunzip,createGzip:()=>createGzip,createInflate:()=>createInflate,createInflateRaw:()=>createInflateRaw,createUnzip:()=>createUnzip,default:()=>iu,deflate:()=>deflate,deflateRaw:()=>deflateRaw,deflateRawSync:()=>deflateRawSync,deflateSync:()=>deflateSync,gunzip:()=>gunzip,gunzipSync:()=>gunzipSync,gzip:()=>gzip,gzipSync:()=>gzipSync,inflate:()=>inflate,inflateRaw:()=>inflateRaw,inflateRawSync:()=>inflateRawSync,inflateSync:()=>inflateSync});function getGioFormat(e){switch(e){case`gzip`:return dt.ZlibCompressorFormat.GZIP;case`deflate`:return dt.ZlibCompressorFormat.ZLIB;case`deflate-raw`:return dt.ZlibCompressorFormat.RAW}}function compressWithGio(e,R){let W=new dt.ZlibCompressor({format:getGioFormat(R)}),Y=new dt.ConverterOutputStream({base_stream:dt.MemoryOutputStream.new_resizable(),converter:W});Y.write_bytes(new tt.Bytes(e),null),Y.close(null);let X=Y.get_base_stream().steal_as_bytes();return new Uint8Array(X.get_data()??[])}function decompressStreamWithGio(e,R){let W=new dt.ZlibDecompressor({format:getGioFormat(R)}),Y=dt.MemoryInputStream.new_from_bytes(new tt.Bytes(e)),X=new dt.ConverterInputStream({base_stream:Y,converter:W}),ie=[];for(;;){let e=X.read_bytes(4096,null);if(e.get_size()===0)break;ie.push(new Uint8Array(e.get_data()))}X.close(null);let ae=ie.reduce((e,R)=>e+R.length,0),le=new Uint8Array(ae),_e=0;for(let e of ie)le.set(e,_e),_e+=e.length;return le}function findGzipMemberEnd(e){let R=new dt.ZlibDecompressor({format:dt.ZlibCompressorFormat.GZIP}),W=new Uint8Array(65536),Y=0,X=!1;for(;!X;){let ie=e.subarray(Y);try{let[e,ae]=R.convert(ie,W,dt.ConverterFlags.NONE);Y+=ae,e===dt.ConverterResult.FINISHED&&(X=!0)}catch{X=!0}}return Y}function decompressWithGio(e,R){if(R!==`gzip`)return decompressStreamWithGio(e,R);let W=[],Y=0;for(;Y<e.length&&!(e.length-Y<2||e[Y]!==31||e[Y+1]!==139);){let R=e.subarray(Y),X=findGzipMemberEnd(R);if(X<=0)break;let ie=decompressStreamWithGio(R.subarray(0,X),`gzip`);W.push(ie),Y+=X}if(W.length===0)return decompressStreamWithGio(e,`gzip`);let X=W.reduce((e,R)=>e+R.length,0),ie=new Uint8Array(X),ae=0;for(let e of W)ie.set(e,ae),ae+=e.length;return ie}async function compressWithWeb(e,R){let W=new CompressionStream(R),Y=W.writable.getWriter();Y.write(new Uint8Array(e.buffer,e.byteOffset,e.byteLength)),Y.close();let X=[],ie=W.readable.getReader();for(;;){let{done:e,value:R}=await ie.read();if(e)break;X.push(R)}let ae=X.reduce((e,R)=>e+R.length,0),le=new Uint8Array(ae),_e=0;for(let e of X)le.set(e,_e),_e+=e.length;return le}async function decompressWithWeb(e,R){let W=new DecompressionStream(R),Y=W.writable.getWriter();Y.write(new Uint8Array(e.buffer,e.byteOffset,e.byteLength)),Y.close();let X=[],ie=W.readable.getReader();for(;;){let{done:e,value:R}=await ie.read();if(e)break;X.push(R)}let ae=X.reduce((e,R)=>e+R.length,0),le=new Uint8Array(ae),_e=0;for(let e of X)le.set(e,_e),_e+=e.length;return le}async function compress(e,R){return nu?compressWithWeb(e,R):compressWithGio(e,R)}async function decompress(e,R){return nu?decompressWithWeb(e,R):decompressWithGio(e,R)}function toUint8Array(e){return typeof e==`string`?new TextEncoder().encode(e):e instanceof ArrayBuffer?new Uint8Array(e):e}function gzip(e,R,W){let Y=typeof R==`function`?R:W;compress(toUint8Array(e),`gzip`).then(e=>Y(null,e),e=>Y(e instanceof Error?e:Error(String(e)),new Uint8Array))}function gunzip(e,R,W){let Y=typeof R==`function`?R:W;decompress(toUint8Array(e),`gzip`).then(e=>Y(null,e),e=>Y(e instanceof Error?e:Error(String(e)),new Uint8Array))}function deflate(e,R,W){let Y=typeof R==`function`?R:W;compress(toUint8Array(e),`deflate`).then(e=>Y(null,e),e=>Y(e instanceof Error?e:Error(String(e)),new Uint8Array))}function inflate(e,R,W){let Y=typeof R==`function`?R:W;decompress(toUint8Array(e),`deflate`).then(e=>Y(null,e),e=>Y(e instanceof Error?e:Error(String(e)),new Uint8Array))}function deflateRaw(e,R,W){let Y=typeof R==`function`?R:W;compress(toUint8Array(e),`deflate-raw`).then(e=>Y(null,e),e=>Y(e instanceof Error?e:Error(String(e)),new Uint8Array))}function inflateRaw(e,R,W){let Y=typeof R==`function`?R:W;decompress(toUint8Array(e),`deflate-raw`).then(e=>Y(null,e),e=>Y(e instanceof Error?e:Error(String(e)),new Uint8Array))}function gzipSync(e,R){return compressWithGio(toUint8Array(e),`gzip`)}function gunzipSync(e,R){return decompressWithGio(toUint8Array(e),`gzip`)}function deflateSync(e,R){return compressWithGio(toUint8Array(e),`deflate`)}function inflateSync(e,R){return decompressWithGio(toUint8Array(e),`deflate`)}function deflateRawSync(e,R){return compressWithGio(toUint8Array(e),`deflate-raw`)}function inflateRawSync(e,R){return decompressWithGio(toUint8Array(e),`deflate-raw`)}function brotliCompress(e,R,W){(typeof R==`function`?R:W)(Error(`brotliCompress: Brotli is not supported in this environment`),null)}function brotliDecompress(e,R,W){(typeof R==`function`?R:W)(Error(`brotliDecompress: Brotli is not supported in this environment`),null)}function brotliCompressSync(e,R){throw Error(`brotliCompressSync: Brotli is not supported in this environment`)}function brotliDecompressSync(e,R){throw Error(`brotliDecompressSync: Brotli is not supported in this environment`)}var nu,ru,iu,au=__esmMin(()=>{eu(),mt(),nt(),nu=globalThis.CompressionStream!==void 0,ru={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_MEM_ERROR:-4,Z_BUF_ERROR:-5,Z_VERSION_ERROR:-6,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_DEFLATED:8},iu={gzip,gunzip,deflate,inflate,deflateRaw,inflateRaw,gzipSync,gunzipSync,deflateSync,inflateSync,deflateRawSync,inflateRawSync,brotliCompress,brotliDecompress,brotliCompressSync,brotliDecompressSync,createGzip,createGunzip,createDeflate,createInflate,createDeflateRaw,createInflateRaw,createUnzip,createBrotliCompress,createBrotliDecompress,constants:ru}});const ou=new Set([`gzip`,`deflate`,`deflate-raw`]);function validateFormat(e){if(!ou.has(e))throw TypeError(`Unsupported compression format: '${e}'. Supported formats: 'gzip', 'deflate', 'deflate-raw'.`);return e}const su=typeof globalThis.CompressionStream==`function`&&typeof globalThis.DecompressionStream==`function`;let cu=!1,lu,uu,du,fu,pu,mu;async function loadZlib(){if(cu)return;let e=await Promise.resolve().then(()=>(au(),tu));lu=e.gzipSync,uu=e.gunzipSync,du=e.deflateSync,fu=e.inflateSync,pu=e.deflateRawSync,mu=e.inflateRawSync,cu=!0}function getCompressFn(e){switch(e){case`gzip`:return e=>lu(e);case`deflate`:return e=>du(e);case`deflate-raw`:return e=>pu(e)}}function getDecompressFn(e){switch(e){case`gzip`:return e=>uu(e);case`deflate`:return e=>fu(e);case`deflate-raw`:return e=>mu(e)}}let hu,gu;su?(hu=globalThis.CompressionStream,gu=globalThis.DecompressionStream):(loadZlib(),hu=class CompressionStream{readable;writable;constructor(e){let R=validateFormat(e);if(!cu)throw Error(`zlib not yet loaded. Ensure module initialization is complete.`);let W=getCompressFn(R),Y=new sl({transform(e,R){try{R.enqueue(W(e))}catch(e){R.error(e)}}});this.readable=Y.readable,this.writable=Y.writable}},gu=class DecompressionStream{readable;writable;constructor(e){let R=validateFormat(e);if(!cu)throw Error(`zlib not yet loaded. Ensure module initialization is complete.`);let W=getDecompressFn(R),Y=new sl({transform(e,R){try{R.enqueue(W(e))}catch(e){R.error(e)}}});this.readable=Y.readable,this.writable=Y.writable}}),globalThis.CompressionStream===void 0&&(globalThis.CompressionStream=hu),globalThis.DecompressionStream===void 0&&(globalThis.DecompressionStream=gu);const _u={CustomEvent,MessageEvent,ErrorEvent,CloseEvent,ProgressEvent:ProgressEvent$1};for(let[e,R]of Object.entries(_u))globalThis[e]===void 0&&Object.defineProperty(globalThis,e,{value:R,writable:!0,configurable:!0});globalThis.Event===void 0&&Object.defineProperty(globalThis,`Event`,{value:Event$1,writable:!0,configurable:!0}),globalThis.EventTarget===void 0&&Object.defineProperty(globalThis,`EventTarget`,{value:EventTarget$1,writable:!0,configurable:!0});const vu={UIEvent,MouseEvent,PointerEvent:PointerEvent$1,KeyboardEvent:KeyboardEvent$1,WheelEvent:WheelEvent$1,FocusEvent};for(let[e,R]of Object.entries(vu))globalThis[e]===void 0&&Object.defineProperty(globalThis,e,{value:R,writable:!0,configurable:!0});globalThis.DOMException===void 0&&(globalThis.DOMException=Tr);var yu,__name,bu=__esmMin(()=>{yu=Object.defineProperty,__name=(e,R)=>yu(e,`name`,{value:R,configurable:!0})}),xu=be;function validateHeaderName(e){if(typeof e!=`string`||!/^[\^`\-\w!#$%&'*+.|~]+$/.test(e)){let R=TypeError(`Header name must be a valid HTTP token ["${e}"]`);throw Object.defineProperty(R,`code`,{value:`ERR_INVALID_HTTP_TOKEN`}),R}}function validateHeaderValue(e,R){if(R===void 0){let R=TypeError(`Header "${e}" value must not be undefined`);throw Object.defineProperty(R,`code`,{value:`ERR_HTTP_INVALID_HEADER_VALUE`}),R}if(typeof R==`string`&&/[^\t -~-ÿ]/.test(R)){let R=TypeError(`Invalid character in header content ["${e}"]`);throw Object.defineProperty(R,`code`,{value:`ERR_INVALID_CHAR`}),R}}const Su=Symbol(`Headers.headers`);function isBoxedPrimitive(e){return e instanceof String||e instanceof Number||e instanceof Boolean||typeof Symbol<`u`&&e instanceof Symbol||typeof BigInt<`u`&&e instanceof BigInt}var Cu=class Headers{[Su];constructor(e){if(this[Su]=new Map,e!=null){if(e instanceof Headers){for(let[R,W]of e[Su])this[Su].set(R,[...W]);return}if(typeof e==`object`&&!isBoxedPrimitive(e)){let R=e[Symbol.iterator];if(R==null)for(let[R,W]of Object.entries(e))validateHeaderName(R),validateHeaderValue(R,String(W)),this.append(R,String(W));else{if(typeof R!=`function`)throw TypeError(`Header pairs must be iterable`);for(let R of e){if(typeof R!=`object`||isBoxedPrimitive(R))throw TypeError(`Each header pair must be an iterable object`);let e=[...R];if(e.length!==2)throw TypeError(`Each header pair must be a name/value tuple`);validateHeaderName(e[0]),validateHeaderValue(e[0],String(e[1])),this.append(e[0],String(e[1]))}}}else throw TypeError(`Failed to construct 'Headers': The provided value is not of type '(sequence<sequence<ByteString>> or record<ByteString, ByteString>)'`)}}append(e,R){validateHeaderName(e),validateHeaderValue(e,R);let W=String(e).toLowerCase(),Y=String(R),X=this[Su].get(W);X?X.push(Y):this[Su].set(W,[Y])}set(e,R){validateHeaderName(e),validateHeaderValue(e,R);let W=String(e).toLowerCase();this[Su].set(W,[String(R)])}delete(e){this[Su].delete(String(e).toLowerCase())}has(e){return this[Su].has(String(e).toLowerCase())}get(e){let R=this[Su].get(String(e).toLowerCase());if(!R||R.length===0)return null;let W=R.join(`, `);return/^content-encoding$/i.test(e)&&(W=W.toLowerCase()),W}getAll(e){return this[Su].get(String(e).toLowerCase())??[]}getSetCookie(){return this[Su].get(`set-cookie`)??[]}forEach(e,R){for(let W of this.keys())Reflect.apply(e,R,[this.get(W),W,this])}*keys(){let e=[...this[Su].keys()].sort(),R=new Set;for(let W of e)R.has(W)||(R.add(W),yield W)}*values(){for(let e of this.keys())yield this.get(e)}*entries(){for(let e of this.keys())yield[e,this.get(e)]}[Symbol.iterator](){return this.entries()}get[Symbol.toStringTag](){return`Headers`}toString(){return Object.prototype.toString.call(this)}raw(){let e={};for(let R of this.keys())e[R]=this.getAll(R);return e}_appendToSoupMessage(e,R=xu.MessageHeadersType.REQUEST){let W=e?e.get_request_headers():new xu.MessageHeaders(R);for(let[e,R]of this.entries())W.append(e,R);return W}static _newFromSoupMessage(e,R=xu.MessageHeadersType.RESPONSE){let W=new Headers,Y;return Y=R===xu.MessageHeadersType.RESPONSE?e.get_response_headers():e.get_request_headers(),Y.foreach((e,R)=>{W.append(e,R)}),W}[Symbol.for(`nodejs.util.inspect.custom`)](){let e={};for(let R of this.keys()){let W=this.getAll(R);R===`host`?e[R]=W[0]:e[R]=W.length>1?W:W[0]}return e}};Object.defineProperties(Cu.prototype,[`get`,`entries`,`forEach`,`values`].reduce((e,R)=>(e[R]={enumerable:!0},e),{}));var wu=__esmMin(()=>{Da()});wu();var FetchBaseError=class extends Error{type;constructor(e,R){super(e),typeof Error.captureStackTrace==`function`&&Error.captureStackTrace(this,this.constructor),this.type=R}get name(){return this.constructor.name}get[Symbol.toStringTag](){return this.constructor.name}},FetchError=class extends FetchBaseError{code;errno;erroredSysCall;constructor(e,R,W){super(e,R),W&&(this.code=this.errno=W.code,this.erroredSysCall=W.syscall)}};const Tu=Symbol.toStringTag,isURLSearchParameters=e=>typeof e==`object`&&typeof e.append==`function`&&typeof e.delete==`function`&&typeof e.get==`function`&&typeof e.getAll==`function`&&typeof e.has==`function`&&typeof e.set==`function`&&typeof e.sort==`function`&&e[Tu]===`URLSearchParams`,isBlob=e=>{if(!e||typeof e!=`object`)return!1;let R=e;return typeof R.arrayBuffer==`function`&&typeof R.type==`string`&&typeof R.stream==`function`&&typeof R.constructor==`function`&&/^(Blob|File)$/.test(R[Tu])},isAbortSignal=e=>{if(typeof e!=`object`||!e)return!1;let R=e;return R[Tu]===`AbortSignal`||R[Tu]===`EventTarget`},isDomainOrSubdomain=(e,R)=>{let W=new rs(R).hostname,Y=new rs(e).hostname;return W===Y||W.endsWith(`.${Y}`)},isSameProtocol=(e,R)=>new rs(R).protocol===new rs(e).protocol;var Eu,Du,File$1,Ou=__esmMin(()=>{Eu=Symbol(`File.name`),Du=Symbol(`File.lastModified`),File$1=class extends Blob{static{__name$1(this,`File`)}[Eu];[Du];webkitRelativePath=``;constructor(e,R,W){super(e,W),this[Eu]=String(R),this[Du]=W?.lastModified??Date.now()}get name(){return this[Eu]}get lastModified(){return this[Du]}get[Symbol.toStringTag](){return`File`}}});function generateBoundary(){let e=`----formdata-`;for(let R=0;R<24;R++)e+=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789`.charAt(Math.floor(Math.random()*62));return e}function escape(e){return e.replace(/\n/g,`%0A`).replace(/\r/g,`%0D`).replace(/"/g,`%22`)}function formDataToBlob(e,R){R??=generateBoundary();let W=[],Y=`--${R}\r\nContent-Disposition: form-data; name="`;for(let[R,X]of e.entries())if(typeof X==`string`)W.push(`${Y}${escape(R)}"\r\n\r\n${X.replace(/\r(?!\n)|(?<!\r)\n/g,`\r
|
|
5
|
+
`+R)}profile(e){}profileEnd(e){}timeStamp(e){}},St=new Console,log=(...e)=>St.log(...e),info=(...e)=>St.info(...e),debug=(...e)=>St.debug(...e),warn=(...e)=>St.warn(...e),error=(...e)=>St.error(...e),dir=(e,R)=>St.dir(e,R),dirxml=(...e)=>St.dirxml(...e),table=(e,R)=>St.table(e,R),clear=()=>St.clear(),Ct=__name$1((e,...R)=>St.assert(e,...R),`assert`),trace=(...e)=>St.trace(...e),time=e=>St.time(e),timeEnd=e=>St.timeEnd(e),timeLog=(e,...R)=>St.timeLog(e,...R),count=e=>St.count(e),countReset=e=>St.countReset(e),group=(...e)=>St.group(...e),groupCollapsed=(...e)=>St.groupCollapsed(...e),groupEnd=()=>St.groupEnd(),profile=e=>{},profileEnd=e=>{},timeStamp=e=>{}}),Tt,Et=__esmMin(()=>{wt(),Tt={log,info,debug,warn,error,dir,dirxml,table,time,timeEnd,timeLog,trace,assert:Ct,clear,count,countReset,group,groupCollapsed,groupEnd,profile,profileEnd,timeStamp}}),warnNotImplemented,Ot=__esmMin(()=>{Et(),warnNotImplemented=e=>{let R=e?`Not implemented: ${e}`:`Not implemented`;return Tt.warn(R),R}}),jt,Mt=__esmMin(()=>{jt=__name$1(e=>{Promise.resolve().then(e)},`queueMicrotask`)});function drainOnce(e){let R=Math.min(64,Nt.length);for(let W=0;W<R;W++){let R=Nt.shift();try{R()}catch(R){try{e.log_default_handler(`gjsify-nextTick`,e.LogLevelFlags.LEVEL_WARNING,String(R?.stack||R),null)}catch{}}}Nt.length>0?e.timeout_add(e.PRIORITY_DEFAULT,1,()=>(drainOnce(e),!1)):Pt=!1}function tryGLibTimeout(e){let R=globalThis.imports?.gi?.GLib;return R?.timeout_add?(Nt.push(e),Pt||(Pt=!0,R.timeout_add(R.PRIORITY_DEFAULT,0,()=>(drainOnce(R),!1))),!0):!1}var Nt,Pt,nextTick,Ft=__esmMin(()=>{Nt=[],Pt=!1,nextTick=(e,...R)=>{let W=R.length>0?()=>e(...R):e;if(!tryGLibTimeout(W)){if(typeof globalThis.process?.nextTick==`function`){globalThis.process.nextTick(e,...R);return}if(typeof queueMicrotask==`function`){queueMicrotask(W);return}Promise.resolve().then(W)}}}),Lt,Rt=__esmMin(()=>{nt(),mt(),{File:Lt}=dt});function classOf(e){return zt.call(e).slice(8,-1)}function throwDataCloneError(e){let R=globalThis.DOMException;if(typeof R==`function`)throw new R(e,`DataCloneError`);let W=Error(e);throw W.name=`DataCloneError`,W}function internalClone(e,R,W){if(e==null)return e;let Y=typeof e;if(Y===`boolean`||Y===`number`||Y===`string`||Y===`bigint`)return e;Y===`symbol`&&throwDataCloneError(`Symbol cannot be cloned`),Y===`function`&&throwDataCloneError(`Function cannot be cloned`);let X=e;if(R.has(X))return R.get(X);let ie=classOf(X);if(ie===`Date`)return new Date(X.getTime());if(ie===`RegExp`)return new RegExp(X.source,X.flags);if(ie===`Boolean`||ie===`Number`||ie===`String`)return Object(X.valueOf());if(ie===`BigInt`)return Object(BigInt.prototype.valueOf.call(X));if(X instanceof Error){let e=X,Y=e.constructor?.name,ie=new(Y&&Vt[Y]||Vt[e.name]||Error)(e.message);return ie.name=e.name,`cause`in e&&Object.defineProperty(ie,`cause`,{value:internalClone(e.cause,R,W),writable:!0,enumerable:!1,configurable:!0}),ie}if(ie===`DOMException`){let e=globalThis.DOMException;if(typeof e==`function`){let R=X;return new e(R.message,R.name)}}if(ie===`ArrayBuffer`){let e=X;if(W&&W.transferred.has(e)){let Y=W.transferred.get(e);return R.set(X,Y),Y}(e.detached===!0||e.byteLength===0&&e.detached)&&throwDataCloneError(`ArrayBuffer is detached and cannot be cloned`);let Y=e.slice(0);return R.set(X,Y),Y}if(ie===`SharedArrayBuffer`||X&&typeof X==`object`&&X.constructor?.name===`SharedBuffer`)return X;if(ie===`DataView`){let e=X,Y=W?.viewSnapshots.get(X),ie=internalClone(e.buffer,R,W),ae=Y?Y.byteOffset:e.byteOffset,le=Y?Y.byteLength:e.byteLength,_e=new DataView(ie,ae,le);return R.set(X,_e),_e}if(Ht.has(ie)){let e=X,Y=W?.viewSnapshots.get(X),ie=internalClone(e.buffer,R,W),ae=e.constructor,le=new ae(ie,Y?Y.byteOffset:e.byteOffset,Y?Y.length:e.length);return R.set(X,le),le}if(ie===`Map`){let e=new Map;R.set(X,e);for(let[Y,ie]of X)e.set(internalClone(Y,R,W),internalClone(ie,R,W));return e}if(ie===`Set`){let e=new Set;R.set(X,e);for(let Y of X)e.add(internalClone(Y,R,W));return e}{let e=globalThis,R=e.Blob,W=e.File;if(typeof W==`function`&&X instanceof W){let e=X;return new W([X],e.name,{type:e.type,lastModified:e.lastModified})}if(typeof R==`function`&&X instanceof R)return new R([X],{type:X.type})}if(X instanceof WeakMap&&throwDataCloneError(`WeakMap cannot be cloned`),X instanceof WeakSet&&throwDataCloneError(`WeakSet cannot be cloned`),X instanceof WeakRef&&throwDataCloneError(`WeakRef cannot be cloned`),typeof globalThis.Promise==`function`&&X instanceof Promise&&throwDataCloneError(`Promise cannot be cloned`),ie===`Array`){let e=X,Y=[];R.set(X,Y);for(let X=0;X<e.length;X++)X in e&&(Y[X]=internalClone(e[X],R,W));return Y}if(ie===`Object`||typeof X==`object`){let e={};R.set(X,e);for(let Y of Object.keys(X))e[Y]=internalClone(X[Y],R,W);return e}throwDataCloneError(`${ie} cannot be cloned`)}function structuredClone$1(e,R){let W=R?.transfer;if(!W||W.length===0)return internalClone(e,new Map);let Y=new Set;for(let e of W)if(classOf(e)===`ArrayBuffer`){let R=e;R.detached===!0&&throwDataCloneError(`ArrayBuffer in transfer list is detached`),Y.add(R)}let X=new Map;Y.size>0&&snapshotViewsBackedByTransferredBuffers(e,Y,X,new Set);let ie=new Map;for(let e of Y){let R=e;typeof R.transfer!=`function`&&throwDataCloneError(`ArrayBuffer.prototype.transfer() not available — runtime is not SM140+`),ie.set(e,R.transfer())}return internalClone(e,new Map,{transferred:ie,viewSnapshots:X})}function snapshotViewsBackedByTransferredBuffers(e,R,W,Y){if(typeof e!=`object`||!e)return;let X=e;if(Y.has(X))return;Y.add(X);let ie=classOf(X);if(ie===`DataView`){let e=X;R.has(e.buffer)&&W.set(X,{byteOffset:e.byteOffset,length:0,byteLength:e.byteLength});return}if(Ht.has(ie)){let e=X;R.has(e.buffer)&&W.set(X,{byteOffset:e.byteOffset,length:e.length,byteLength:e.byteLength});return}if(Array.isArray(X)){for(let e=0;e<X.length;e++)e in X&&snapshotViewsBackedByTransferredBuffers(X[e],R,W,Y);return}if(ie===`Map`){for(let[e,ie]of X)snapshotViewsBackedByTransferredBuffers(e,R,W,Y),snapshotViewsBackedByTransferredBuffers(ie,R,W,Y);return}if(ie===`Set`){for(let e of X)snapshotViewsBackedByTransferredBuffers(e,R,W,Y);return}if(ie===`Object`)for(let e of Object.keys(X))snapshotViewsBackedByTransferredBuffers(X[e],R,W,Y)}var zt,Vt,Ht,Ut=__esmMin(()=>{({toString:zt}=Object.prototype),Vt={Error,EvalError,RangeError,ReferenceError,SyntaxError,TypeError,URIError},Ht=new Set([`Int8Array`,`Uint8Array`,`Uint8ClampedArray`,`Int16Array`,`Uint16Array`,`Int32Array`,`Uint32Array`,`Float32Array`,`Float64Array`,`BigInt64Array`,`BigUint64Array`]),__name$1(structuredClone$1,`structuredClone`)});function ensureMainLoop(){let e=globalThis.imports;if(!e)return;if(Wt)return Gt;let R=e.gi.GLib;if(Gt=new R.MainLoop(null,!1),Wt=!0,R.main_depth()===0)try{Gt.runAsync()}catch{}return Gt}function quitMainLoop(){Gt&&=(Gt.quit(),Wt=!1,null)}var Wt,Gt,Kt=__esmMin(()=>{Wt=!1,Gt=null}),qt=__esmMin(()=>{Ze(),Qe(),rt(),at(),st(),ct(),_t(),yt(),bt(),Ot(),Mt(),Ft(),Rt(),Ut(),Kt()});Je(),qt(),registerGlobal(`Blob`,Ke),registerGlobal(`File`,qe);var Jt=Object.defineProperty,__exportAll=(e,R)=>{let W={};for(var Y in e)Jt(W,Y,{get:e[Y],enumerable:!0});return R||Jt(W,Symbol.toStringTag,{value:`Module`}),W};__exportAll({attributes:()=>ir,childNodesList:()=>Zt,elementChildren:()=>Qt,isConnected:()=>$t,localName:()=>An,name:()=>lr,namespaceURI:()=>tr,nodeType:()=>Yt,ownerElement:()=>gr,parentNode:()=>Xt,prefix:()=>rr,propertyEventListeners:()=>or,tagName:()=>on,value:()=>hr});const Yt=Symbol(`nodeType`),Xt=Symbol(`parentNode`),Zt=Symbol(`childNodesList`),Qt=Symbol(`elementChildren`),$t=Symbol(`isConnected`),on=Symbol(`tagName`),An=Symbol(`localName`),tr=Symbol(`namespaceURI`),rr=Symbol(`prefix`),ir=Symbol(`attributes`),or=Symbol(`propertyEventListeners`),lr=Symbol(`name`),hr=Symbol(`value`),gr=Symbol(`ownerElement`),vr={ELEMENT_NODE:1,ATTRIBUTE_NODE:2,TEXT_NODE:3,CDATA_SECTION_NODE:4,PROCESSING_INSTRUCTION_NODE:7,COMMENT_NODE:8,DOCUMENT_NODE:9,DOCUMENT_TYPE_NODE:10,DOCUMENT_FRAGMENT_NODE:11};var NodeList=class{constructor(e){this._items=e}get length(){return this._items.length}item(e){return this._items[e]??null}forEach(e,R){for(let W=0;W<this._items.length;W++)e.call(R,this._items[W],W,this)}entries(){return this._items.entries()}keys(){return this._items.keys()}values(){return this._items.values()}[Symbol.iterator](){return this._items[Symbol.iterator]()}get[Symbol.toStringTag](){return`NodeList`}};const Sr={IndexSizeError:1,HierarchyRequestError:3,WrongDocumentError:4,InvalidCharacterError:5,NoModificationAllowedError:7,NotFoundError:8,NotSupportedError:9,InUseAttributeError:10,InvalidStateError:11,SyntaxError:12,InvalidModificationError:13,NamespaceError:14,InvalidAccessError:15,TypeMismatchError:17,SecurityError:18,NetworkError:19,AbortError:20,URLMismatchError:21,QuotaExceededError:22,TimeoutError:23,InvalidNodeTypeError:24,DataCloneError:25};var _DOMExceptionPolyfill=class extends Error{code;constructor(e,R){super(e),this.name=R||`Error`,this.code=Object.hasOwn(Sr,this.name)?Sr[this.name]:0}};const Tr=globalThis.DOMException===void 0?_DOMExceptionPolyfill:globalThis.DOMException;Et();const Er=Symbol(`type`),kr=Symbol(`bubbles`),jr=Symbol(`cancelable`),Mr=Symbol(`composed`),Nr=Symbol(`target`),Fr=Symbol(`currentTarget`),Br=Symbol(`eventPhase`),Vr=Symbol(`defaultPrevented`),Hr=Symbol(`isTrusted`),Ur=Symbol(`timeStamp`),Zr=Symbol(`stop`),$r=Symbol(`immediateStop`),ei=Symbol(`dispatching`),ti=Symbol(`inPassiveListener`);var Event$1=class{static{__name$1(this,`Event`)}[Er];[kr];[jr];[Mr];[Nr]=null;[Fr]=null;[Br]=0;[Vr]=!1;[Hr]=!1;[Ur];[Zr]=!1;[$r]=!1;[ei]=!1;[ti]=!1;get type(){return this[Er]}get bubbles(){return this[kr]}get cancelable(){return this[jr]}get composed(){return this[Mr]}get target(){return this[Nr]}get currentTarget(){return this[Fr]}get eventPhase(){return this[Br]}get defaultPrevented(){return this[Vr]}get timeStamp(){return this[Ur]}get cancelBubble(){return this[Zr]}set cancelBubble(e){e&&this.stopPropagation()}get returnValue(){return!this[Vr]}set returnValue(e){e||this.preventDefault()}get srcElement(){return this[Nr]}static NONE=0;static CAPTURING_PHASE=1;static AT_TARGET=2;static BUBBLING_PHASE=3;get[Symbol.toStringTag](){return`Event`}constructor(e,R){this[Er]=e,this[kr]=R?.bubbles??!1,this[jr]=R?.cancelable??!1,this[Mr]=R?.composed??!1,this[Ur]=Date.now(),Object.defineProperty(this,`isTrusted`,{get:()=>this[Hr],enumerable:!0,configurable:!1})}composedPath(){return this[Fr]?[this[Fr]]:[]}preventDefault(){this[jr]&&!this[ti]&&(this[Vr]=!0)}stopPropagation(){this[Zr]=!0}stopImmediatePropagation(){this[Zr]=!0,this[$r]=!0}},CustomEvent=class extends Event$1{detail;constructor(e,R){super(e,R),this.detail=R?.detail}},MessageEvent=class extends Event$1{data;origin;lastEventId;source;ports;constructor(e,R){super(e,R),this.data=R?.data??null,this.origin=R?.origin??``,this.lastEventId=R?.lastEventId??``,this.source=R?.source??null,this.ports=R?.ports??[]}get[Symbol.toStringTag](){return`MessageEvent`}},ErrorEvent=class extends Event$1{message;filename;lineno;colno;error;constructor(e,R){super(e,R),this.message=R?.message??``,this.filename=R?.filename??``,this.lineno=R?.lineno??0,this.colno=R?.colno??0,this.error=R?.error??null}get[Symbol.toStringTag](){return`ErrorEvent`}},CloseEvent=class extends Event$1{code;reason;wasClean;constructor(e,R){super(e,R),this.code=R?.code??0,this.reason=R?.reason??``,this.wasClean=R?.wasClean??!1}get[Symbol.toStringTag](){return`CloseEvent`}},ProgressEvent$1=class extends Event$1{static{__name$1(this,`ProgressEvent`)}lengthComputable;loaded;total;constructor(e,R){super(e,R),this.lengthComputable=R?.lengthComputable??!1,this.loaded=R?.loaded??0,this.total=R?.total??0}get[Symbol.toStringTag](){return`ProgressEvent`}},EventTarget$1=class{static{__name$1(this,`EventTarget`)}_listeners=new Map;get[Symbol.toStringTag](){return`EventTarget`}addEventListener(e,R,W){if(R===null)return;let Y=typeof W==`boolean`?W:W?.capture??!1,X=typeof W==`object`?W?.once??!1:!1,ie=typeof W==`object`?W?.passive??!1:!1,ae=this._listeners.get(e);ae||(ae=[],this._listeners.set(e,ae));for(let e of ae)if(e.listener===R&&e.capture===Y)return;let le={listener:R,capture:Y,once:X,passive:ie,removed:!1};ae.push(le),typeof W==`object`&&W?.signal&&W.signal.addEventListener(`abort`,()=>{this.removeEventListener(e,R,{capture:Y})},{once:!0})}removeEventListener(e,R,W){if(R===null)return;let Y=typeof W==`boolean`?W:W?.capture??!1,X=this._listeners.get(e);if(!X)return;let ie=X.findIndex(e=>e.listener===R&&e.capture===Y);ie!==-1&&(X[ie].removed=!0,X.splice(ie,1),X.length===0&&this._listeners.delete(e))}dispatchEvent(e){if(e[ei])throw new Tr(`The event is already being dispatched.`,`InvalidStateError`);e[ei]=!0,e[Nr]=this,e[Fr]=this,e[Br]=Event$1.AT_TARGET;let R=this._listeners.get(e.type);if(R){let W=[...R];for(let R of W)if(!R.removed){if(e[$r]||e[Zr])break;R.once&&this.removeEventListener(e.type,R.listener,{capture:R.capture});try{R.passive&&(e[ti]=!0),typeof R.listener==`function`?R.listener.call(this,e):typeof R.listener.handleEvent==`function`&&R.listener.handleEvent.call(R.listener,e)}catch(e){Tt.error(e)}finally{e[ti]=!1}}}return e[Br]=Event$1.NONE,e[Fr]=null,e[ei]=!1,!e.defaultPrevented}};for(let[e,R]of[[`NONE`,0],[`CAPTURING_PHASE`,1],[`AT_TARGET`,2],[`BUBBLING_PHASE`,3]])Object.defineProperty(Event$1.prototype,e,{value:R,writable:!1,enumerable:!0,configurable:!1}),Object.defineProperty(Event$1,e,{value:R,writable:!1,enumerable:!0,configurable:!1});var UIEvent=class extends Event$1{detail;view;constructor(e,R){super(e,R),this.detail=R?.detail??0,this.view=null}get[Symbol.toStringTag](){return`UIEvent`}},MouseEvent=class extends UIEvent{altKey;button;buttons;clientX;clientY;ctrlKey;metaKey;movementX;movementY;offsetX;offsetY;screenX;screenY;shiftKey;relatedTarget;get pageX(){return this.clientX}get pageY(){return this.clientY}get x(){return this.clientX}get y(){return this.clientY}constructor(e,R){super(e,R),this.altKey=R?.altKey??!1,this.button=R?.button??0,this.buttons=R?.buttons??0,this.clientX=R?.clientX??0,this.clientY=R?.clientY??0,this.ctrlKey=R?.ctrlKey??!1,this.metaKey=R?.metaKey??!1,this.movementX=R?.movementX??0,this.movementY=R?.movementY??0,this.offsetX=R?.offsetX??0,this.offsetY=R?.offsetY??0,this.screenX=R?.screenX??0,this.screenY=R?.screenY??0,this.shiftKey=R?.shiftKey??!1,this.relatedTarget=R?.relatedTarget??null}getModifierState(e){switch(e){case`Alt`:return this.altKey;case`Control`:return this.ctrlKey;case`Meta`:return this.metaKey;case`Shift`:return this.shiftKey;default:return!1}}get[Symbol.toStringTag](){return`MouseEvent`}},PointerEvent$1=class extends MouseEvent{static{__name$1(this,`PointerEvent`)}pointerId;width;height;pressure;tangentialPressure;tiltX;tiltY;twist;altitudeAngle;azimuthAngle;pointerType;isPrimary;constructor(e,R){super(e,R),this.pointerId=R?.pointerId??0,this.width=R?.width??1,this.height=R?.height??1,this.pressure=R?.pressure??0,this.tangentialPressure=R?.tangentialPressure??0,this.tiltX=R?.tiltX??0,this.tiltY=R?.tiltY??0,this.twist=R?.twist??0,this.altitudeAngle=R?.altitudeAngle??Math.PI/2,this.azimuthAngle=R?.azimuthAngle??0,this.pointerType=R?.pointerType??``,this.isPrimary=R?.isPrimary??!1}getCoalescedEvents(){return[]}getPredictedEvents(){return[]}get[Symbol.toStringTag](){return`PointerEvent`}},KeyboardEvent$1=class extends UIEvent{static{__name$1(this,`KeyboardEvent`)}altKey;code;ctrlKey;isComposing;key;location;metaKey;repeat;shiftKey;keyCode;which;static DOM_KEY_LOCATION_STANDARD=0;static DOM_KEY_LOCATION_LEFT=1;static DOM_KEY_LOCATION_RIGHT=2;static DOM_KEY_LOCATION_NUMPAD=3;constructor(e,R){super(e,R),this.altKey=R?.altKey??!1,this.code=R?.code??``,this.ctrlKey=R?.ctrlKey??!1,this.isComposing=R?.isComposing??!1,this.key=R?.key??``,this.location=R?.location??0,this.metaKey=R?.metaKey??!1,this.repeat=R?.repeat??!1,this.shiftKey=R?.shiftKey??!1,this.keyCode=R?.keyCode??0,this.which=R?.which??0}getModifierState(e){switch(e){case`Alt`:return this.altKey;case`Control`:return this.ctrlKey;case`Meta`:return this.metaKey;case`Shift`:return this.shiftKey;default:return!1}}get[Symbol.toStringTag](){return`KeyboardEvent`}},WheelEvent$1=class extends MouseEvent{static{__name$1(this,`WheelEvent`)}deltaX;deltaY;deltaZ;deltaMode;static DOM_DELTA_PIXEL=0;static DOM_DELTA_LINE=1;static DOM_DELTA_PAGE=2;constructor(e,R){super(e,R),this.deltaX=R?.deltaX??0,this.deltaY=R?.deltaY??0,this.deltaZ=R?.deltaZ??0,this.deltaMode=R?.deltaMode??0}get[Symbol.toStringTag](){return`WheelEvent`}},FocusEvent=class extends UIEvent{relatedTarget;constructor(e,R){super(e,R),this.relatedTarget=R?.relatedTarget??null}get[Symbol.toStringTag](){return`FocusEvent`}};let ni,ii,si,ci,fi;var pi=class Node extends EventTarget$1{constructor(...e){super(...e),this.ELEMENT_NODE=vr.ELEMENT_NODE,this.ATTRIBUTE_NODE=vr.ATTRIBUTE_NODE,this.TEXT_NODE=vr.TEXT_NODE,this.CDATA_SECTION_NODE=vr.CDATA_SECTION_NODE,this.PROCESSING_INSTRUCTION_NODE=vr.PROCESSING_INSTRUCTION_NODE,this.COMMENT_NODE=vr.COMMENT_NODE,this.DOCUMENT_NODE=vr.DOCUMENT_NODE,this.DOCUMENT_TYPE_NODE=vr.DOCUMENT_TYPE_NODE,this.DOCUMENT_FRAGMENT_NODE=vr.DOCUMENT_FRAGMENT_NODE,this[ni]=vr.ELEMENT_NODE,this[ii]=null,this[si]=[],this[ci]=[],this[fi]=!1}static{this.ELEMENT_NODE=vr.ELEMENT_NODE}static{this.ATTRIBUTE_NODE=vr.ATTRIBUTE_NODE}static{this.TEXT_NODE=vr.TEXT_NODE}static{this.CDATA_SECTION_NODE=vr.CDATA_SECTION_NODE}static{this.PROCESSING_INSTRUCTION_NODE=vr.PROCESSING_INSTRUCTION_NODE}static{this.COMMENT_NODE=vr.COMMENT_NODE}static{this.DOCUMENT_NODE=vr.DOCUMENT_NODE}static{this.DOCUMENT_TYPE_NODE=vr.DOCUMENT_TYPE_NODE}static{this.DOCUMENT_FRAGMENT_NODE=vr.DOCUMENT_FRAGMENT_NODE}static{this.DOCUMENT_POSITION_DISCONNECTED=1}static{this.DOCUMENT_POSITION_PRECEDING=2}static{this.DOCUMENT_POSITION_FOLLOWING=4}static{this.DOCUMENT_POSITION_CONTAINS=8}static{this.DOCUMENT_POSITION_CONTAINED_BY=16}static{this.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC=32}get nodeType(){return this[Yt]}get nodeName(){return``}get parentNode(){return this[Xt]}get parentElement(){let e=this[Xt];return e&&e[Yt]===vr.ELEMENT_NODE?e:null}get childNodes(){return new NodeList(this[Zt])}get firstChild(){return this[Zt][0]??null}get lastChild(){let e=this[Zt];return e[e.length-1]??null}get previousSibling(){let e=this[Xt];if(!e)return null;let R=e[Zt],W=R.indexOf(this);return W>0?R[W-1]:null}get nextSibling(){let e=this[Xt];if(!e)return null;let R=e[Zt],W=R.indexOf(this);return W!==-1&&W<R.length-1?R[W+1]:null}get textContent(){return null}set textContent(e){}get nodeValue(){return null}set nodeValue(e){}get ownerDocument(){let e=this;for(;e[Xt];)e=e[Xt];let R=globalThis.document;return e===R?R:null}get isConnected(){return this[$t]}hasChildNodes(){return this[Zt].length>0}contains(e){if(e===null)return!1;if(e===this)return!0;let R=e;for(;R;){if(R===this)return!0;R=R[Xt]}return!1}getRootNode(){let e=this;for(;e[Xt];)e=e[Xt];return e}appendChild(e){return e[Xt]&&e[Xt].removeChild(e),e[Xt]=this,this[Zt].push(e),e[Yt]===vr.ELEMENT_NODE&&this[Qt].push(e),e}removeChild(e){let R=this[Zt],W=R.indexOf(e);if(W===-1)throw new DOMException(`Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.`,`NotFoundError`);if(R.splice(W,1),e[Xt]=null,e[Yt]===vr.ELEMENT_NODE){let R=this[Qt].indexOf(e);R!==-1&&this[Qt].splice(R,1)}return e}insertBefore(e,R){if(R===null)return this.appendChild(e);let W=this[Zt],Y=W.indexOf(R);if(Y===-1)throw new DOMException(`Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.`,`NotFoundError`);if(e[Xt]&&e[Xt].removeChild(e),e[Xt]=this,W.splice(Y,0,e),e[Yt]===vr.ELEMENT_NODE){let R=this[Qt],X=R.length;for(let ie=Y;ie<W.length;ie++)if(W[ie][Yt]===vr.ELEMENT_NODE&&W[ie]!==e){X=R.indexOf(W[ie]);break}R.splice(X,0,e)}return e}replaceChild(e,R){return this.insertBefore(e,R),this.removeChild(R),R}cloneNode(e=!1){let R=new this.constructor;if(R[Yt]=this[Yt],e)for(let e of this[Zt])R.appendChild(e.cloneNode(!0));return R}dispatchEvent(e){let R=super.dispatchEvent(e);if(e.bubbles&&!e.cancelBubble){let R=this[Xt];for(;R&&(Object.getPrototypeOf(Node.prototype).dispatchEvent.call(R,e),!e.cancelBubble);)R=R[Xt]}return R}get[(ni=Yt,ii=Xt,si=Zt,ci=Qt,fi=$t,Symbol.toStringTag)](){return`Node`}};const mi={html:`http://www.w3.org/1999/xhtml`,svg:`http://www.w3.org/2000/svg`,mathML:`http://www.w3.org/1998/Math/MathML`,xml:`http://www.w3.org/XML/1998/namespace`,xmlns:`http://www.w3.org/2000/xmlns/`};var Attr=class{constructor(e,R,W=null,Y=null,X=null){this.specified=!0,this[lr]=e,this[hr]=R,this[gr]=X,this.namespaceURI=W,this.prefix=Y;let ie=e.indexOf(`:`);this.localName=ie===-1?e:e.slice(ie+1)}get name(){return this[lr]}get value(){return this[hr]}set value(e){this[hr]=e}get ownerElement(){return this[gr]}get[Symbol.toStringTag](){return`Attr`}},NamedNodeMap=class{constructor(e){this._items=[],this._ownerElement=e}get length(){return this._items.length}item(e){return this._items[e]??null}getNamedItem(e){return this._findByName(e)}getNamedItemNS(e,R){let W=e===``?null:e;for(let e of this._items)if(e.namespaceURI===W&&e.localName===R)return e;return null}setNamedItem(e){return this._setAttr(e)}setNamedItemNS(e){return this._setAttr(e)}removeNamedItem(e){let R=this._findByName(e);if(!R)throw new DOMException(`Failed to execute 'removeNamedItem' on 'NamedNodeMap': No item with name '${e}' was found.`,`NotFoundError`);return this._removeAttr(R),R}removeNamedItemNS(e,R){let W=this.getNamedItemNS(e,R);if(!W)throw new DOMException(`Failed to execute 'removeNamedItemNS' on 'NamedNodeMap': No item with namespace '${e}' and localName '${R}' was found.`,`NotFoundError`);return this._removeAttr(W),W}[Symbol.iterator](){return this._items[Symbol.iterator]()}get[Symbol.toStringTag](){return`NamedNodeMap`}_setNamedItem(e,R,W=null,Y=null){let X=W===null?this._findByName(e):this.getNamedItemNS(W,e.includes(`:`)?e.split(`:`)[1]:e);if(X)X.value=R;else{let X=new Attr(e,R,W,Y,this._ownerElement);this._items.push(X)}}_removeNamedItem(e){let R=this._findByName(e);return R?(this._removeAttr(R),!0):!1}_removeNamedItemNS(e,R){let W=this.getNamedItemNS(e,R);return W?(this._removeAttr(W),!0):!1}_findByName(e){let R=this._ownerElement.namespaceURI===mi.html,W=R?e.toLowerCase():e;for(let e of this._items)if((R?e.name.toLowerCase():e.name)===W)return e;return null}_setAttr(e){let R=null;if(R=e.namespaceURI===null?this._findByName(e.name):this.getNamedItemNS(e.namespaceURI,e.localName),R){let W=new Attr(R.name,R.value,R.namespaceURI,R.prefix,R.ownerElement);return R.value=e.value,W}return this._items.push(e),null}_removeAttr(e){let R=this._items.indexOf(e);R!==-1&&this._items.splice(R,1)}};let hi,gi,_i,yi,bi,Si;var Element=class extends pi{constructor(){super(),this[hi]=``,this[gi]=``,this[_i]=mi.html,this[yi]=null,this[bi]=new NamedNodeMap(this),this[Si]=new Map,this._pointerCaptures=new Set,this[Yt]=vr.ELEMENT_NODE}get tagName(){return this[on]}get localName(){return this[An]}get namespaceURI(){return this[tr]}get prefix(){return this[rr]}get nodeName(){return this[on]}get attributes(){return this[ir]}get id(){return this.getAttribute(`id`)??``}set id(e){this.setAttribute(`id`,e)}get className(){return this.getAttribute(`class`)??``}set className(e){this.setAttribute(`class`,e)}get children(){return this[Qt]}get childElementCount(){return this[Qt].length}get firstElementChild(){return this[Qt][0]??null}get lastElementChild(){let e=this[Qt];return e[e.length-1]??null}get previousElementSibling(){let e=this[Xt];if(!e)return null;let R=e[Qt],W=R.indexOf(this);return W>0?R[W-1]:null}get nextElementSibling(){let e=this[Xt];if(!e)return null;let R=e[Qt],W=R.indexOf(this);return W!==-1&&W<R.length-1?R[W+1]:null}get textContent(){let e=``;for(let R of this[Zt])R.textContent!==null&&(e+=R.textContent);return e}set textContent(e){let R=this[Zt];for(;R.length>0;)this.removeChild(R[0])}getAttribute(e){let R=this[ir].getNamedItem(e);return R?R.value:null}getAttributeNS(e,R){let W=this[ir].getNamedItemNS(e,R);return W?W.value:null}setAttribute(e,R){this[ir]._setNamedItem(e,String(R))}setAttributeNS(e,R,W){let Y=e===``?null:e,X=R.split(`:`),ie=X.length>1?X[0]:null;this[ir]._setNamedItem(R,String(W),Y,ie)}removeAttribute(e){this[ir]._removeNamedItem(e)}removeAttributeNS(e,R){let W=e===``?null:e;this[ir]._removeNamedItemNS(W,R)}hasAttribute(e){return this[ir].getNamedItem(e)!==null}hasAttributeNS(e,R){return this[ir].getNamedItemNS(e,R)!==null}getAttributeNode(e){return this[ir].getNamedItem(e)}setAttributeNode(e){return this[ir].setNamedItem(e)}removeAttributeNode(e){let R=this[ir].getNamedItem(e.name);if(!R)throw new DOMException(`Failed to execute 'removeAttributeNode' on 'Element': The attribute is not owned by this element.`,`NotFoundError`);return this[ir].removeNamedItem(R.name),R}toggleAttribute(e,R){return R===void 0?this.hasAttribute(e)?(this.removeAttribute(e),!1):(this.setAttribute(e,``),!0):R?(this.setAttribute(e,``),!0):(this.removeAttribute(e),!1)}hasAttributes(){return this[ir].length>0}dispatchEvent(e){let R=super.dispatchEvent(e),W=this[or].get(`on`+e.type);return typeof W==`function`&&W.call(this,e),R}querySelector(e){return null}querySelectorAll(e){return[]}matches(e){return!1}closest(e){return null}getElementsByTagName(e){let R=[],W=e.toUpperCase(),walk=Y=>{for(let X of Y[Zt])if(X[Yt]===vr.ELEMENT_NODE){let Y=X;(e===`*`||Y[on]===W)&&R.push(Y),walk(Y)}};return walk(this),R}getElementsByClassName(e){let R=[],W=e.split(/\s+/).filter(Boolean),walk=e=>{for(let Y of e[Zt])if(Y[Yt]===vr.ELEMENT_NODE){let e=Y,X=e.className.split(/\s+/);W.every(e=>X.includes(e))&&R.push(e),walk(e)}};return walk(this),R}cloneNode(e=!1){let R=super.cloneNode(!1);R[on]=this[on],R[An]=this[An],R[tr]=this[tr],R[rr]=this[rr];for(let e of this[ir])R.setAttributeNS(e.namespaceURI,e.name,e.value);if(e)for(let e of this[Zt])R.appendChild(e.cloneNode(!0));return R}setPointerCapture(e){this._pointerCaptures.add(e)}releasePointerCapture(e){this._pointerCaptures.delete(e)}hasPointerCapture(e){return this._pointerCaptures.has(e)}get[(hi=on,gi=An,_i=tr,yi=rr,bi=ir,Si=or,Symbol.toStringTag)](){return`Element`}},CSSStyleDeclaration=class{constructor(){this._cssText=``}get cssText(){return this._cssText}set cssText(e){this._cssText=e;for(let R of e.split(`;`)){let e=R.indexOf(`:`);if(e===-1)continue;let W=R.slice(0,e).trim(),Y=R.slice(e+1).trim();if(!W)continue;let X=W.replace(/-([a-z])/g,(e,R)=>R.toUpperCase());this[X]=Y}}setProperty(e,R,W){this[e]=R}getPropertyValue(e){let R=this[e];return typeof R==`string`?R:``}removeProperty(e){let R=this[e];return delete this[e],typeof R==`string`?R:``}getPropertyPriority(e){return``}},HTMLElement$1=class extends Element{static{__name$1(this,`HTMLElement`)}constructor(...e){super(...e),this.style=new CSSStyleDeclaration}get dataset(){let e=this;return new Proxy({},{get(R,W){if(typeof W!=`string`)return;let Y=`data-`+W.replace(/[A-Z]/g,e=>`-`+e.toLowerCase());return e.getAttribute(Y)??void 0},set(R,W,Y){if(typeof W!=`string`)return!1;let X=`data-`+W.replace(/[A-Z]/g,e=>`-`+e.toLowerCase());return e.setAttribute(X,String(Y)),!0},deleteProperty(R,W){if(typeof W!=`string`)return!1;let Y=`data-`+W.replace(/[A-Z]/g,e=>`-`+e.toLowerCase());return e.removeAttribute(Y),!0},has(R,W){if(typeof W!=`string`)return!1;let Y=`data-`+W.replace(/[A-Z]/g,e=>`-`+e.toLowerCase());return e.hasAttribute(Y)}})}get title(){return this.getAttribute(`title`)??``}set title(e){this.setAttribute(`title`,e)}get lang(){return this.getAttribute(`lang`)??``}set lang(e){this.setAttribute(`lang`,e)}get dir(){return this.getAttribute(`dir`)??``}set dir(e){this.setAttribute(`dir`,e)}get accessKey(){return this.getAttribute(`accesskey`)??``}set accessKey(e){this.setAttribute(`accesskey`,e)}get accessKeyLabel(){return this.getAttribute(`accesskey`)??``}get hidden(){return this.hasAttribute(`hidden`)}set hidden(e){e?this.setAttribute(`hidden`,``):this.removeAttribute(`hidden`)}get draggable(){return this.getAttribute(`draggable`)===`true`}set draggable(e){this.setAttribute(`draggable`,String(e))}get spellcheck(){let e=this.getAttribute(`spellcheck`);return e===`false`?!1:e!==null}set spellcheck(e){this.setAttribute(`spellcheck`,String(e))}get translate(){return this.getAttribute(`translate`)!==`no`}set translate(e){this.setAttribute(`translate`,e?`yes`:`no`)}get tabIndex(){let e=this.getAttribute(`tabindex`);return e===null?-1:Number(e)}set tabIndex(e){this.setAttribute(`tabindex`,String(e))}get contentEditable(){let e=this.getAttribute(`contenteditable`);return e===``||e===`true`?`true`:e===`false`?`false`:`inherit`}set contentEditable(e){e===`inherit`?this.removeAttribute(`contenteditable`):this.setAttribute(`contenteditable`,e)}get isContentEditable(){return this.contentEditable===`true`}get offsetHeight(){return 0}get offsetWidth(){return 0}get offsetLeft(){return 0}get offsetTop(){return 0}get offsetParent(){return null}get clientHeight(){return 0}get clientWidth(){return 0}get clientLeft(){return 0}get clientTop(){return 0}get scrollHeight(){return 0}get scrollWidth(){return 0}get scrollTop(){return 0}set scrollTop(e){}get scrollLeft(){return 0}set scrollLeft(e){}getBoundingClientRect(){let e=this.clientWidth,R=this.clientHeight;return{x:0,y:0,top:0,left:0,right:e,bottom:R,width:e,height:R,toJSON(){return this}}}click(){this.dispatchEvent(new Event$1(`click`,{bubbles:!0,cancelable:!0}))}blur(){this.dispatchEvent(new Event$1(`blur`))}focus(){this.dispatchEvent(new Event$1(`focus`))}get onclick(){return this[or].get(`onclick`)??null}set onclick(e){this[or].set(`onclick`,e)}get ondblclick(){return this[or].get(`ondblclick`)??null}set ondblclick(e){this[or].set(`ondblclick`,e)}get onload(){return this[or].get(`onload`)??null}set onload(e){this[or].set(`onload`,e)}get onerror(){return this[or].get(`onerror`)??null}set onerror(e){this[or].set(`onerror`,e)}get onabort(){return this[or].get(`onabort`)??null}set onabort(e){this[or].set(`onabort`,e)}get onfocus(){return this[or].get(`onfocus`)??null}set onfocus(e){this[or].set(`onfocus`,e)}get onblur(){return this[or].get(`onblur`)??null}set onblur(e){this[or].set(`onblur`,e)}get onchange(){return this[or].get(`onchange`)??null}set onchange(e){this[or].set(`onchange`,e)}get oninput(){return this[or].get(`oninput`)??null}set oninput(e){this[or].set(`oninput`,e)}get onsubmit(){return this[or].get(`onsubmit`)??null}set onsubmit(e){this[or].set(`onsubmit`,e)}get onreset(){return this[or].get(`onreset`)??null}set onreset(e){this[or].set(`onreset`,e)}get onscroll(){return this[or].get(`onscroll`)??null}set onscroll(e){this[or].set(`onscroll`,e)}get onresize(){return this[or].get(`onresize`)??null}set onresize(e){this[or].set(`onresize`,e)}get onmousedown(){return this[or].get(`onmousedown`)??null}set onmousedown(e){this[or].set(`onmousedown`,e)}get onmouseup(){return this[or].get(`onmouseup`)??null}set onmouseup(e){this[or].set(`onmouseup`,e)}get onmousemove(){return this[or].get(`onmousemove`)??null}set onmousemove(e){this[or].set(`onmousemove`,e)}get onmouseover(){return this[or].get(`onmouseover`)??null}set onmouseover(e){this[or].set(`onmouseover`,e)}get onmouseout(){return this[or].get(`onmouseout`)??null}set onmouseout(e){this[or].set(`onmouseout`,e)}get onmouseenter(){return this[or].get(`onmouseenter`)??null}set onmouseenter(e){this[or].set(`onmouseenter`,e)}get onmouseleave(){return this[or].get(`onmouseleave`)??null}set onmouseleave(e){this[or].set(`onmouseleave`,e)}get oncontextmenu(){return this[or].get(`oncontextmenu`)??null}set oncontextmenu(e){this[or].set(`oncontextmenu`,e)}get onwheel(){return this[or].get(`onwheel`)??null}set onwheel(e){this[or].set(`onwheel`,e)}get onkeydown(){return this[or].get(`onkeydown`)??null}set onkeydown(e){this[or].set(`onkeydown`,e)}get onkeyup(){return this[or].get(`onkeyup`)??null}set onkeyup(e){this[or].set(`onkeyup`,e)}get ontouchstart(){return this[or].get(`ontouchstart`)??null}set ontouchstart(e){this[or].set(`ontouchstart`,e)}get ontouchend(){return this[or].get(`ontouchend`)??null}set ontouchend(e){this[or].set(`ontouchend`,e)}get ontouchmove(){return this[or].get(`ontouchmove`)??null}set ontouchmove(e){this[or].set(`ontouchmove`,e)}get onpointerdown(){return this[or].get(`onpointerdown`)??null}set onpointerdown(e){this[or].set(`onpointerdown`,e)}get onpointerup(){return this[or].get(`onpointerup`)??null}set onpointerup(e){this[or].set(`onpointerup`,e)}get onpointermove(){return this[or].get(`onpointermove`)??null}set onpointermove(e){this[or].set(`onpointermove`,e)}cloneNode(e=!1){return super.cloneNode(e)}get[Symbol.toStringTag](){return`HTMLElement`}},Ti=class HTMLCanvasElement extends HTMLElement$1{constructor(...e){super(...e),this.oncontextlost=null,this.oncontextrestored=null,this.onwebglcontextcreationerror=null,this.onwebglcontextlost=null,this.onwebglcontextrestored=null}static{this._contextFactories=new Map}static registerContextFactory(e,R){HTMLCanvasElement._contextFactories.set(e,R)}get width(){let e=this.getAttribute(`width`);return e===null?300:Number(e)}set width(e){this.setAttribute(`width`,String(e))}get height(){let e=this.getAttribute(`height`);return e===null?150:Number(e)}set height(e){this.setAttribute(`height`,String(e))}getContext(e,R){let W=HTMLCanvasElement._contextFactories.get(e);return W?W(this,R):null}toDataURL(e,R){let W=this.getContext(`2d`);return W&&typeof W._toDataURL==`function`?W._toDataURL(e,R):``}toBlob(e,R,W){let Y=this.toDataURL(R,W);if(!Y){e(null);return}let[X,ie]=Y.split(`,`),ae=X.split(`:`)[1].split(`;`)[0],le=atob(ie),_e=new Uint8Array(le.length);for(let e=0;e<le.length;e++)_e[e]=le.charCodeAt(e);e(new Blob([_e],{type:ae}))}captureStream(e){return{}}},Ei=class DOMMatrix{constructor(e){this.a=1,this.b=0,this.c=0,this.d=1,this.e=0,this.f=0,this.m11=1,this.m12=0,this.m13=0,this.m14=0,this.m21=0,this.m22=1,this.m23=0,this.m24=0,this.m31=0,this.m32=0,this.m33=1,this.m34=0,this.m41=0,this.m42=0,this.m43=0,this.m44=1,this.is2D=!0,this.isIdentity=!0,Array.isArray(e)&&(e.length===6?(this.a=this.m11=e[0],this.b=this.m12=e[1],this.c=this.m21=e[2],this.d=this.m22=e[3],this.e=this.m41=e[4],this.f=this.m42=e[5],this.is2D=!0):e.length===16&&(this.m11=e[0],this.m12=e[1],this.m13=e[2],this.m14=e[3],this.m21=e[4],this.m22=e[5],this.m23=e[6],this.m24=e[7],this.m31=e[8],this.m32=e[9],this.m33=e[10],this.m34=e[11],this.m41=e[12],this.m42=e[13],this.m43=e[14],this.m44=e[15],this.a=this.m11,this.b=this.m12,this.c=this.m21,this.d=this.m22,this.e=this.m41,this.f=this.m42,this.is2D=!1),this.isIdentity=this.a===1&&this.b===0&&this.c===0&&this.d===1&&this.e===0&&this.f===0)}multiply(e){return new DOMMatrix([this.a*e.a+this.c*e.b,this.b*e.a+this.d*e.b,this.a*e.c+this.c*e.d,this.b*e.c+this.d*e.d,this.a*e.e+this.c*e.f+this.e,this.b*e.e+this.d*e.f+this.f])}multiplySelf(e){let R=this.multiply(e);return this.a=R.a,this.b=R.b,this.c=R.c,this.d=R.d,this.e=R.e,this.f=R.f,this.m11=this.a,this.m12=this.b,this.m21=this.c,this.m22=this.d,this.m41=this.e,this.m42=this.f,this.isIdentity=!1,this}inverse(){let e=this.a*this.d-this.b*this.c;if(e===0)return new DOMMatrix([1,0,0,1,0,0]);let R=1/e;return new DOMMatrix([this.d*R,-this.b*R,-this.c*R,this.a*R,(this.c*this.f-this.d*this.e)*R,(this.b*this.e-this.a*this.f)*R])}translate(e=0,R=0){return this.multiply({a:1,b:0,c:0,d:1,e,f:R})}scale(e=1,R=e){return this.multiply({a:e,b:0,c:0,d:R,e:0,f:0})}};const Di=Ei;function defineGlobal(e,R){Object.defineProperty(globalThis,e,{value:R,writable:!0,configurable:!0})}function defineGlobalIfMissing(e,R){globalThis[e]===void 0&&defineGlobal(e,R)}const Oi={aliceblue:`#f0f8ff`,antiquewhite:`#faebd7`,aqua:`#00ffff`,aquamarine:`#7fffd4`,azure:`#f0ffff`,beige:`#f5f5dc`,bisque:`#ffe4c4`,black:`#000000`,blanchedalmond:`#ffebcd`,blue:`#0000ff`,blueviolet:`#8a2be2`,brown:`#a52a2a`,burlywood:`#deb887`,cadetblue:`#5f9ea0`,chartreuse:`#7fff00`,chocolate:`#d2691e`,coral:`#ff7f50`,cornflowerblue:`#6495ed`,cornsilk:`#fff8dc`,crimson:`#dc143c`,cyan:`#00ffff`,darkblue:`#00008b`,darkcyan:`#008b8b`,darkgoldenrod:`#b8860b`,darkgray:`#a9a9a9`,darkgreen:`#006400`,darkgrey:`#a9a9a9`,darkkhaki:`#bdb76b`,darkmagenta:`#8b008b`,darkolivegreen:`#556b2f`,darkorange:`#ff8c00`,darkorchid:`#9932cc`,darkred:`#8b0000`,darksalmon:`#e9967a`,darkseagreen:`#8fbc8f`,darkslateblue:`#483d8b`,darkslategray:`#2f4f4f`,darkslategrey:`#2f4f4f`,darkturquoise:`#00ced1`,darkviolet:`#9400d3`,deeppink:`#ff1493`,deepskyblue:`#00bfff`,dimgray:`#696969`,dimgrey:`#696969`,dodgerblue:`#1e90ff`,firebrick:`#b22222`,floralwhite:`#fffaf0`,forestgreen:`#228b22`,fuchsia:`#ff00ff`,gainsboro:`#dcdcdc`,ghostwhite:`#f8f8ff`,gold:`#ffd700`,goldenrod:`#daa520`,gray:`#808080`,green:`#008000`,greenyellow:`#adff2f`,grey:`#808080`,honeydew:`#f0fff0`,hotpink:`#ff69b4`,indianred:`#cd5c5c`,indigo:`#4b0082`,ivory:`#fffff0`,khaki:`#f0e68c`,lavender:`#e6e6fa`,lavenderblush:`#fff0f5`,lawngreen:`#7cfc00`,lemonchiffon:`#fffacd`,lightblue:`#add8e6`,lightcoral:`#f08080`,lightcyan:`#e0ffff`,lightgoldenrodyellow:`#fafad2`,lightgray:`#d3d3d3`,lightgreen:`#90ee90`,lightgrey:`#d3d3d3`,lightpink:`#ffb6c1`,lightsalmon:`#ffa07a`,lightseagreen:`#20b2aa`,lightskyblue:`#87cefa`,lightslategray:`#778899`,lightslategrey:`#778899`,lightsteelblue:`#b0c4de`,lightyellow:`#ffffe0`,lime:`#00ff00`,limegreen:`#32cd32`,linen:`#faf0e6`,magenta:`#ff00ff`,maroon:`#800000`,mediumaquamarine:`#66cdaa`,mediumblue:`#0000cd`,mediumorchid:`#ba55d3`,mediumpurple:`#9370db`,mediumseagreen:`#3cb371`,mediumslateblue:`#7b68ee`,mediumspringgreen:`#00fa9a`,mediumturquoise:`#48d1cc`,mediumvioletred:`#c71585`,midnightblue:`#191970`,mintcream:`#f5fffa`,mistyrose:`#ffe4e1`,moccasin:`#ffe4b5`,navajowhite:`#ffdead`,navy:`#000080`,oldlace:`#fdf5e6`,olive:`#808000`,olivedrab:`#6b8e23`,orange:`#ffa500`,orangered:`#ff4500`,orchid:`#da70d6`,palegoldenrod:`#eee8aa`,palegreen:`#98fb98`,paleturquoise:`#afeeee`,palevioletred:`#db7093`,papayawhip:`#ffefd5`,peachpuff:`#ffdab9`,peru:`#cd853f`,pink:`#ffc0cb`,plum:`#dda0dd`,powderblue:`#b0e0e6`,purple:`#800080`,rebeccapurple:`#663399`,red:`#ff0000`,rosybrown:`#bc8f8f`,royalblue:`#4169e1`,saddlebrown:`#8b4513`,salmon:`#fa8072`,sandybrown:`#f4a460`,seagreen:`#2e8b57`,seashell:`#fff5ee`,sienna:`#a0522d`,silver:`#c0c0c0`,skyblue:`#87ceeb`,slateblue:`#6a5acd`,slategray:`#708090`,slategrey:`#708090`,snow:`#fffafa`,springgreen:`#00ff7f`,steelblue:`#4682b4`,tan:`#d2b48c`,teal:`#008080`,thistle:`#d8bfd8`,tomato:`#ff6347`,turquoise:`#40e0d0`,violet:`#ee82ee`,wheat:`#f5deb3`,white:`#ffffff`,whitesmoke:`#f5f5f5`,yellow:`#ffff00`,yellowgreen:`#9acd32`,transparent:`#00000000`};function parseColor(e){if(!e||typeof e!=`string`)return null;let R=e.trim().toLowerCase(),W=Oi[R];if(W)return parseHex(W);if(R.startsWith(`#`))return parseHex(R);let Y=R.match(/^rgba?\(\s*(\d+(?:\.\d+)?%?)\s*[,\s]\s*(\d+(?:\.\d+)?%?)\s*[,\s]\s*(\d+(?:\.\d+)?%?)\s*(?:[,/]\s*(\d+(?:\.\d+)?%?))?\s*\)$/);if(Y)return{r:parseComponent(Y[1],255)/255,g:parseComponent(Y[2],255)/255,b:parseComponent(Y[3],255)/255,a:Y[4]===void 0?1:parseComponent(Y[4],1)};let X=R.match(/^hsla?\(\s*(\d+(?:\.\d+)?)\s*[,\s]\s*(\d+(?:\.\d+)?)(%)?\s*[,\s]\s*(\d+(?:\.\d+)?)(%)?\s*(?:[,/]\s*(\d+(?:\.\d+)?%?))?\s*\)$/);if(X){let e=parseFloat(X[1]),R=parseFloat(X[2]),W=X[3]===`%`,Y=parseFloat(X[4]),ie=X[5]===`%`,ae=X[6]===void 0?1:parseComponent(X[6],1);return e>1&&(e/=360),(W||R>1)&&(R/=100),(ie||Y>1)&&(Y/=100),hslToRGBA(e,R,Y,Math.max(0,Math.min(1,ae)))}return null}function parseHex(e){let R=e.slice(1),W,Y,X,ie=1;if(R.length===3)W=parseInt(R[0]+R[0],16)/255,Y=parseInt(R[1]+R[1],16)/255,X=parseInt(R[2]+R[2],16)/255;else if(R.length===4)W=parseInt(R[0]+R[0],16)/255,Y=parseInt(R[1]+R[1],16)/255,X=parseInt(R[2]+R[2],16)/255,ie=parseInt(R[3]+R[3],16)/255;else if(R.length===6)W=parseInt(R.slice(0,2),16)/255,Y=parseInt(R.slice(2,4),16)/255,X=parseInt(R.slice(4,6),16)/255;else if(R.length===8)W=parseInt(R.slice(0,2),16)/255,Y=parseInt(R.slice(2,4),16)/255,X=parseInt(R.slice(4,6),16)/255,ie=parseInt(R.slice(6,8),16)/255;else return null;return{r:W,g:Y,b:X,a:ie}}function parseComponent(e,R){return e.endsWith(`%`)?parseFloat(e)/100*R:parseFloat(e)}function hue2rgb(e,R,W){return W<0&&(W+=1),W>1&&--W,W<1/6?e+(R-e)*6*W:W<1/2?R:W<2/3?e+(R-e)*(2/3-W)*6:e}function hslToRGBA(e,R,W,Y){let X,ie,ae;if(R===0)X=ie=ae=W;else{let Y=W<.5?W*(1+R):W+R-W*R,le=2*W-Y;X=hue2rgb(le,Y,e+1/3),ie=hue2rgb(le,Y,e),ae=hue2rgb(le,Y,e-1/3)}return{r:X,g:ie,b:ae,a:Y}}const ki={r:0,g:0,b:0,a:1};var CanvasGradient=class{constructor(e,R,Y,X,ie,ae,le){e===`radial`?this._pattern=new W.RadialGradient(R,Y,ae,X,ie,le):this._pattern=new W.LinearGradient(R,Y,X,ie)}addColorStop(e,R){let W=parseColor(R);W&&this._pattern.addColorStopRGBA(e,W.r,W.g,W.b,W.a)}_getCairoPattern(){return this._pattern}};function quadraticToCubic(e,R,W,Y,X,ie){return{cp1x:e+2/3*(W-e),cp1y:R+2/3*(Y-R),cp2x:X+2/3*(W-X),cp2y:ie+2/3*(Y-ie)}}function computeArcTo(e,R,W,Y,X,ie,ae){let le=e-W,_e=R-Y,ye=X-W,be=ie-Y,Ce=Math.sqrt(le*le+_e*_e),Te=Math.sqrt(ye*ye+be*be);if(Ce===0||Te===0)return null;let Oe=le/Ce,Ae=_e/Ce,Me=ye/Te,Pe=be/Te,Re=Oe*Pe-Ae*Me;if(Math.abs(Re)<1e-10)return null;let Be=Oe*Me+Ae*Pe,Ve=Math.acos(Math.max(-1,Math.min(1,Be)))/2,He=ae/Math.tan(Ve),Ue=W+Oe*He,We=Y+Ae*He,Ge=W+Me*He,Ke=Y+Pe*He,qe=ae/Math.sin(Ve),Je=(Oe+Me)/2,Ye=(Ae+Pe)/2,Xe=Math.sqrt(Je*Je+Ye*Ye),Ze=W+Je/Xe*qe,Qe=Y+Ye/Xe*qe;return{tx0:Ue,ty0:We,tx1:Ge,ty1:Ke,cx:Ze,cy:Qe,startAngle:Math.atan2(We-Qe,Ue-Ze),endAngle:Math.atan2(Ke-Qe,Ge-Ze),counterclockwise:Re>0}}function cairoArcTo(e,R,W,Y,X,ie,ae,le){let _e=computeArcTo(R,W,Y,X,ie,ae,le);if(!_e){e.lineTo(Y,X);return}let{tx0:ye,ty0:be,cx:Ce,cy:Te,startAngle:Oe,endAngle:Ae,counterclockwise:Me}=_e;e.lineTo(ye,be),Me?e.arcNegative(Ce,Te,le,Oe,Ae):e.arc(Ce,Te,le,Oe,Ae)}function cairoEllipse(e,R,W,Y,X,ie,ae,le,_e){e.save(),e.translate(R,W),e.rotate(ie),e.scale(Y,X),_e?e.arcNegative(0,0,1,ae,le):e.arc(0,0,1,ae,le),e.restore()}function cairoRoundRect(e,R,W,Y,X,ie){let ae,le,_e,ye;typeof ie==`number`?ae=le=_e=ye=ie:ie.length===1?ae=le=_e=ye=ie[0]:ie.length===2?(ae=_e=ie[0],le=ye=ie[1]):ie.length===3?(ae=ie[0],le=ye=ie[1],_e=ie[2]):(ae=ie[0],le=ie[1],_e=ie[2],ye=ie[3]);let be=Math.min(Y/2,X/2);ae=Math.min(ae,be),le=Math.min(le,be),_e=Math.min(_e,be),ye=Math.min(ye,be);let Ce=Math.PI/2;e.newSubPath(),e.arc(R+ae,W+ae,ae,Math.PI,Math.PI+Ce),e.arc(R+Y-le,W+le,le,-Ce,0),e.arc(R+Y-_e,W+X-_e,_e,0,Ce),e.arc(R+ye,W+X-ye,ye,Ce,Math.PI),e.closePath()}const Ai={"source-over":2,"source-in":3,"source-out":4,"source-atop":5,"destination-over":7,"destination-in":8,"destination-out":9,"destination-atop":10,lighter:12,copy:1,xor:11,multiply:14,screen:15,overlay:16,darken:17,lighten:18,"color-dodge":19,"color-burn":20,"hard-light":21,"soft-light":22,difference:23,exclusion:24,hue:25,saturation:26,color:27,luminosity:28},Mi={butt:0,round:1,square:2},Fi={miter:0,round:1,bevel:2};var Ii=class Path2D{constructor(e){this._ops=[],e instanceof Path2D&&(this._ops=[...e._ops])}addPath(e){this._ops.push(...e._ops)}moveTo(e,R){this._ops.push({type:`moveTo`,x:e,y:R})}lineTo(e,R){this._ops.push({type:`lineTo`,x:e,y:R})}closePath(){this._ops.push({type:`closePath`})}bezierCurveTo(e,R,W,Y,X,ie){this._ops.push({type:`bezierCurveTo`,cp1x:e,cp1y:R,cp2x:W,cp2y:Y,x:X,y:ie})}quadraticCurveTo(e,R,W,Y){this._ops.push({type:`quadraticCurveTo`,cpx:e,cpy:R,x:W,y:Y})}arc(e,R,W,Y,X,ie=!1){this._ops.push({type:`arc`,x:e,y:R,radius:W,startAngle:Y,endAngle:X,ccw:ie})}ellipse(e,R,W,Y,X,ie,ae,le=!1){if(W<0||Y<0)throw RangeError(`The radii provided are negative`);this._ops.push({type:`ellipse`,x:e,y:R,rx:W,ry:Y,rotation:X,startAngle:ie,endAngle:ae,ccw:le})}rect(e,R,W,Y){this._ops.push({type:`rect`,x:e,y:R,w:W,h:Y})}roundRect(e,R,W,Y,X=0){this._ops.push({type:`roundRect`,x:e,y:R,w:W,h:Y,radii:X})}_replayOnCairo(e){let R=0,W=0;for(let Y of this._ops)switch(Y.type){case`moveTo`:e.moveTo(Y.x,Y.y),R=Y.x,W=Y.y;break;case`lineTo`:e.lineTo(Y.x,Y.y),R=Y.x,W=Y.y;break;case`closePath`:e.closePath();break;case`bezierCurveTo`:e.curveTo(Y.cp1x,Y.cp1y,Y.cp2x,Y.cp2y,Y.x,Y.y),R=Y.x,W=Y.y;break;case`quadraticCurveTo`:{let{cp1x:X,cp1y:ie,cp2x:ae,cp2y:le}=quadraticToCubic(R,W,Y.cpx,Y.cpy,Y.x,Y.y);e.curveTo(X,ie,ae,le,Y.x,Y.y),R=Y.x,W=Y.y;break}case`arc`:Y.ccw?e.arcNegative(Y.x,Y.y,Y.radius,Y.startAngle,Y.endAngle):e.arc(Y.x,Y.y,Y.radius,Y.startAngle,Y.endAngle);break;case`ellipse`:e.save(),e.translate(Y.x,Y.y),e.rotate(Y.rotation),e.scale(Y.rx,Y.ry),Y.ccw?e.arcNegative(0,0,1,Y.startAngle,Y.endAngle):e.arc(0,0,1,Y.startAngle,Y.endAngle),e.restore();break;case`rect`:e.rectangle(Y.x,Y.y,Y.w,Y.h);break;case`roundRect`:cairoRoundRect(e,Y.x,Y.y,Y.w,Y.h,Y.radii);break}}};function asCairoPattern(e){if(!e)return null;let R=e;return typeof R.setFilter!=`function`||typeof R.setExtend!=`function`?null:R}function isPixbufImageSource(e){return typeof e!=`object`||!e?!1:typeof e.isPixbuf==`function`&&e.isPixbuf()}function isCanvasImageSource(e){return typeof e!=`object`||!e?!1:typeof e.getContext==`function`}var Li=class CanvasPattern{constructor(e,R){let Y=asCairoPattern(new W.SurfacePattern(e));if(!Y)throw TypeError(`CanvasPattern: cairo SurfacePattern is missing setExtend at runtime — incompatible Cairo binding`);switch(this._pattern=Y,R){case`repeat`:case``:case null:Y.setExtend(W.Extend.REPEAT);break;case`repeat-x`:case`repeat-y`:Y.setExtend(W.Extend.REPEAT);break;case`no-repeat`:Y.setExtend(W.Extend.NONE);break}}static create(e,R){if(isPixbufImageSource(e)){let X=e._pixbuf,ie=X.get_width(),ae=X.get_height(),le=new W.ImageSurface(W.Format.ARGB32,ie,ae),_e=new W.Context(le);return Y.cairo_set_source_pixbuf(_e,X,0,0),_e.paint(),_e.$dispose(),new CanvasPattern(le,R)}if(isCanvasImageSource(e)){let Y=e.getContext(`2d`);if(Y&&typeof Y._getSurface==`function`){let e=Y._getSurface(),X=e.getWidth(),ie=e.getHeight(),ae=new W.ImageSurface(W.Format.ARGB32,X,ie),le=new W.Context(ae);return le.setSourceSurface(e,0,0),le.paint(),le.$dispose(),new CanvasPattern(ae,R)}}return null}_getCairoPattern(){return this._pattern}},OurImageData=class{constructor(e,R,W){if(this.colorSpace=`srgb`,typeof e==`number`)this.width=e,this.height=R,this.data=new Uint8ClampedArray(this.width*this.height*4);else if(this.data=e,this.width=R,this.height=W??this.data.length/(4*this.width),this.data.length!==this.width*this.height*4)throw RangeError(`Source data length ${this.data.length} is not a multiple of (4 * width=${this.width})`)}};function createDefaultState(){return{fillStyle:`#000000`,fillColor:{...ki},strokeStyle:`#000000`,strokeColor:{...ki},lineWidth:1,lineCap:`butt`,lineJoin:`miter`,miterLimit:10,lineDash:[],lineDashOffset:0,globalAlpha:1,globalCompositeOperation:`source-over`,shadowColor:`rgba(0, 0, 0, 0)`,shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,font:`10px sans-serif`,textAlign:`start`,textBaseline:`alphabetic`,direction:`ltr`,imageSmoothingEnabled:!0,imageSmoothingQuality:`low`}}function cloneState(e){return{...e,fillColor:{...e.fillColor},strokeColor:{...e.strokeColor},lineDash:[...e.lineDash]}}var CanvasRenderingContext2D=class{constructor(e,R){this._stateStack=[],this.canvas=e,this._surfaceWidth=e.width||300,this._surfaceHeight=e.height||150,this._surface=new W.ImageSurface(W.Format.ARGB32,this._surfaceWidth,this._surfaceHeight),this._ctx=new W.Context(this._surface),this._state=createDefaultState()}_ensureSurface(){let e=this.canvas.width||300,R=this.canvas.height||150;(e!==this._surfaceWidth||R!==this._surfaceHeight)&&(this._ctx.$dispose(),this._surface.finish(),this._surfaceWidth=e,this._surfaceHeight=R,this._surface=new W.ImageSurface(W.Format.ARGB32,e,R),this._ctx=new W.Context(this._surface),this._stateStack=[])}_resetState(){this._state=createDefaultState(),this._stateStack=[]}_applyFillStyle(){let e=this._state.fillStyle;if(typeof e==`string`){let e=this._state.fillColor,R=e.a*this._state.globalAlpha;this._ctx.setSourceRGBA(e.r,e.g,e.b,R)}else e instanceof CanvasGradient?this._ctx.setSource(e._getCairoPattern()):e instanceof Li&&(this._ctx.setSource(e._getCairoPattern()),this._applyPatternFilter())}_applyStrokeStyle(){let e=this._state.strokeStyle;if(typeof e==`string`){let e=this._state.strokeColor,R=e.a*this._state.globalAlpha;this._ctx.setSourceRGBA(e.r,e.g,e.b,R)}else e instanceof CanvasGradient?this._ctx.setSource(e._getCairoPattern()):e instanceof Li&&(this._ctx.setSource(e._getCairoPattern()),this._applyPatternFilter())}_applyPatternFilter(){let e=asCairoPattern(this._ctx.getSource?.());if(!e)return;let R;R=this._state.imageSmoothingEnabled?this._state.imageSmoothingQuality===`high`?W.Filter.BEST:W.Filter.BILINEAR:W.Filter.NEAREST,e.setFilter(R)}_applyLineStyle(){this._ctx.setLineWidth(this._state.lineWidth),this._ctx.setLineCap(Mi[this._state.lineCap]),this._ctx.setLineJoin(Fi[this._state.lineJoin]),this._ctx.setMiterLimit(this._state.miterLimit),this._ctx.setDash(this._state.lineDash,this._state.lineDashOffset)}_applyCompositing(){let e=Ai[this._state.globalCompositeOperation];e!==void 0&&this._ctx.setOperator(e)}_getSurface(){return this._surface}_hasShadow(){if(this._state.shadowBlur===0&&this._state.shadowOffsetX===0&&this._state.shadowOffsetY===0)return!1;let e=parseColor(this._state.shadowColor);return e!==null&&e.a>0}_deviceToUserDistance(e,R){let W=this._ctx.userToDevice(0,0),Y=this._ctx.userToDevice(1,0),X=this._ctx.userToDevice(0,1),ie=(Y[0]??0)-(W[0]??0),ae=(Y[1]??0)-(W[1]??0),le=(X[0]??0)-(W[0]??0),_e=(X[1]??0)-(W[1]??0),ye=ie*_e-ae*le;return Math.abs(ye)<1e-10?[e,R]:[(_e*e-le*R)/ye,(-ae*e+ie*R)/ye]}_renderShadow(e){}save(){this._ensureSurface(),this._stateStack.push(cloneState(this._state)),this._ctx.save()}restore(){this._ensureSurface();let e=this._stateStack.pop();e&&(this._state=e,this._ctx.restore())}translate(e,R){this._ensureSurface(),this._ctx.translate(e,R)}rotate(e){this._ensureSurface(),this._ctx.rotate(e)}scale(e,R){this._ensureSurface(),this._ctx.scale(e,R)}transform(e,R,W,Y,X,ie){if(this._ensureSurface(),!Number.isFinite(e)||!Number.isFinite(R)||!Number.isFinite(W)||!Number.isFinite(Y)||!Number.isFinite(X)||!Number.isFinite(ie))return;let ae=X,le=ie,_e=Math.hypot(e,R),ye=Math.hypot(W,Y),be=Math.atan2(R,e);this._ctx.translate(ae,le),be!==0&&this._ctx.rotate(be),(_e!==1||ye!==1)&&this._ctx.scale(_e,ye)}setTransform(e,R,W,Y,X,ie){if(this._ensureSurface(),typeof e==`object`&&e){let R=e;this._ctx.identityMatrix(),this.transform(R.a??R.m11??1,R.b??R.m12??0,R.c??R.m21??0,R.d??R.m22??1,R.e??R.m41??0,R.f??R.m42??0)}else typeof e==`number`?(this._ctx.identityMatrix(),this.transform(e,R,W,Y,X,ie)):this._ctx.identityMatrix()}getTransform(){let e=this._ctx.userToDevice(0,0),R=this._ctx.userToDevice(1,0),W=this._ctx.userToDevice(0,1),Y=e[0]??0,X=e[1]??0,ie=(R[0]??0)-Y,ae=(R[1]??0)-X,le=(W[0]??0)-Y,_e=(W[1]??0)-X,ye=globalThis.DOMMatrix;return typeof ye==`function`?new ye([ie,ae,le,_e,Y,X]):{a:ie,b:ae,c:le,d:_e,e:Y,f:X,m11:ie,m12:ae,m13:0,m14:0,m21:le,m22:_e,m23:0,m24:0,m31:0,m32:0,m33:1,m34:0,m41:Y,m42:X,m43:0,m44:1,is2D:!0,isIdentity:ie===1&&ae===0&&le===0&&_e===1&&Y===0&&X===0}}resetTransform(){this._ensureSurface(),this._ctx.identityMatrix()}get fillStyle(){return this._state.fillStyle}set fillStyle(e){if(typeof e==`string`){let R=parseColor(e);R&&(this._state.fillStyle=e,this._state.fillColor=R)}else this._state.fillStyle=e}get strokeStyle(){return this._state.strokeStyle}set strokeStyle(e){if(typeof e==`string`){let R=parseColor(e);R&&(this._state.strokeStyle=e,this._state.strokeColor=R)}else this._state.strokeStyle=e}get lineWidth(){return this._state.lineWidth}set lineWidth(e){e>0&&isFinite(e)&&(this._state.lineWidth=e)}get lineCap(){return this._state.lineCap}set lineCap(e){(e===`butt`||e===`round`||e===`square`)&&(this._state.lineCap=e)}get lineJoin(){return this._state.lineJoin}set lineJoin(e){(e===`miter`||e===`round`||e===`bevel`)&&(this._state.lineJoin=e)}get miterLimit(){return this._state.miterLimit}set miterLimit(e){e>0&&isFinite(e)&&(this._state.miterLimit=e)}get globalAlpha(){return this._state.globalAlpha}set globalAlpha(e){e>=0&&e<=1&&isFinite(e)&&(this._state.globalAlpha=e)}get globalCompositeOperation(){return this._state.globalCompositeOperation}set globalCompositeOperation(e){Ai[e]!==void 0&&(this._state.globalCompositeOperation=e)}get imageSmoothingEnabled(){return this._state.imageSmoothingEnabled}set imageSmoothingEnabled(e){this._state.imageSmoothingEnabled=!!e}get imageSmoothingQuality(){return this._state.imageSmoothingQuality}set imageSmoothingQuality(e){(e===`low`||e===`medium`||e===`high`)&&(this._state.imageSmoothingQuality=e)}setLineDash(e){e.some(e=>e<0||!isFinite(e))||(this._state.lineDash=[...e])}getLineDash(){return[...this._state.lineDash]}get lineDashOffset(){return this._state.lineDashOffset}set lineDashOffset(e){isFinite(e)&&(this._state.lineDashOffset=e)}get shadowColor(){return this._state.shadowColor}set shadowColor(e){this._state.shadowColor=e}get shadowBlur(){return this._state.shadowBlur}set shadowBlur(e){e>=0&&isFinite(e)&&(this._state.shadowBlur=e)}get shadowOffsetX(){return this._state.shadowOffsetX}set shadowOffsetX(e){isFinite(e)&&(this._state.shadowOffsetX=e)}get shadowOffsetY(){return this._state.shadowOffsetY}set shadowOffsetY(e){isFinite(e)&&(this._state.shadowOffsetY=e)}get font(){return this._state.font}set font(e){this._state.font=e}get textAlign(){return this._state.textAlign}set textAlign(e){this._state.textAlign=e}get textBaseline(){return this._state.textBaseline}set textBaseline(e){this._state.textBaseline=e}get direction(){return this._state.direction}set direction(e){this._state.direction=e}beginPath(){this._ensureSurface(),this._ctx.newPath()}moveTo(e,R){this._ensureSurface(),this._ctx.moveTo(e,R)}lineTo(e,R){this._ensureSurface(),this._ctx.lineTo(e,R)}closePath(){this._ensureSurface(),this._ctx.closePath()}bezierCurveTo(e,R,W,Y,X,ie){this._ensureSurface(),this._ctx.curveTo(e,R,W,Y,X,ie)}quadraticCurveTo(e,R,W,Y){this._ensureSurface();let X,ie;this._ctx.hasCurrentPoint()?[X,ie]=this._ctx.getCurrentPoint():(X=e,ie=R);let{cp1x:ae,cp1y:le,cp2x:_e,cp2y:ye}=quadraticToCubic(X,ie,e,R,W,Y);this._ctx.curveTo(ae,le,_e,ye,W,Y)}arc(e,R,W,Y,X,ie=!1){if(this._ensureSurface(),Math.abs(X-Y)>=2*Math.PI){this._ctx.arc(e,R,W,0,2*Math.PI);return}ie?this._ctx.arcNegative(e,R,W,Y,X):this._ctx.arc(e,R,W,Y,X)}arcTo(e,R,W,Y,X){this._ensureSurface();let ie,ae;this._ctx.hasCurrentPoint()?[ie,ae]=this._ctx.getCurrentPoint():(ie=e,ae=R,this._ctx.moveTo(e,R)),cairoArcTo(this._ctx,ie,ae,e,R,W,Y,X)}ellipse(e,R,W,Y,X,ie,ae,le=!1){if(this._ensureSurface(),W<0||Y<0)throw RangeError(`The radii provided are negative`);cairoEllipse(this._ctx,e,R,W,Y,X,ie,ae,le)}rect(e,R,W,Y){this._ensureSurface(),this._ctx.rectangle(e,R,W,Y)}roundRect(e,R,W,Y,X=0){this._ensureSurface(),cairoRoundRect(this._ctx,e,R,W,Y,X)}fill(e,R){this._ensureSurface(),this._applyCompositing(),this._applyFillStyle();let Y;e instanceof Ii?(this._ctx.newPath(),e._replayOnCairo(this._ctx),Y=R):Y=e,this._ctx.setFillRule(Y===`evenodd`?W.FillRule.EVEN_ODD:W.FillRule.WINDING),this._ctx.fillPreserve()}stroke(e){this._ensureSurface(),this._applyCompositing(),this._applyStrokeStyle(),this._applyLineStyle(),e instanceof Ii&&(this._ctx.newPath(),e._replayOnCairo(this._ctx)),this._ctx.strokePreserve()}fillRect(e,R,W,Y){this._ensureSurface(),this._applyCompositing();let X=this._ctx.copyPath();this._hasShadow()&&this._renderShadow(()=>{this._ctx.newPath(),this._ctx.rectangle(e,R,W,Y),this._ctx.fill()}),this._applyFillStyle(),this._ctx.newPath(),this._ctx.rectangle(e,R,W,Y),this._ctx.fill(),this._ctx.newPath(),this._ctx.appendPath(X)}strokeRect(e,R,W,Y){this._ensureSurface(),this._applyCompositing();let X=this._ctx.copyPath();this._hasShadow()&&this._renderShadow(()=>{this._ctx.newPath(),this._ctx.rectangle(e,R,W,Y),this._ctx.stroke()}),this._applyStrokeStyle(),this._applyLineStyle(),this._ctx.newPath(),this._ctx.rectangle(e,R,W,Y),this._ctx.stroke(),this._ctx.newPath(),this._ctx.appendPath(X)}clearRect(e,R,Y,X){this._ensureSurface();let ie=this._ctx.copyPath();this._ctx.save(),this._ctx.setOperator(W.Operator.CLEAR),this._ctx.newPath(),this._ctx.rectangle(e,R,Y,X),this._ctx.fill(),this._ctx.restore(),this._ctx.newPath(),this._ctx.appendPath(ie)}clip(e,R){this._ensureSurface();let Y;e instanceof Ii?(this._ctx.newPath(),e._replayOnCairo(this._ctx),Y=R):Y=e,this._ctx.setFillRule(Y===`evenodd`?W.FillRule.EVEN_ODD:W.FillRule.WINDING),this._ctx.clip()}isPointInPath(e,R,Y,X){this._ensureSurface();let ie,ae,le;return e instanceof Ii?(this._ctx.newPath(),e._replayOnCairo(this._ctx),ie=R,ae=Y,le=X):(ie=e,ae=R,le=Y),this._ctx.setFillRule(le===`evenodd`?W.FillRule.EVEN_ODD:W.FillRule.WINDING),this._ctx.inFill(ie,ae)}isPointInStroke(e,R,W){return this._ensureSurface(),this._applyLineStyle(),e instanceof Ii?(this._ctx.newPath(),e._replayOnCairo(this._ctx),this._ctx.inStroke(R,W)):this._ctx.inStroke(e,R)}createLinearGradient(e,R,W,Y){return new CanvasGradient(`linear`,e,R,W,Y)}createRadialGradient(e,R,W,Y,X,ie){return new CanvasGradient(`radial`,e,R,Y,X,W,ie)}createPattern(e,R){return Li.create(e,R)}createImageData(e,R){return typeof e==`number`?new OurImageData(Math.abs(e),Math.abs(R)):new OurImageData(e.width,e.height)}getImageData(e,R,W,X){this._ensureSurface(),this._surface.flush();let ie=Y.pixbuf_get_from_surface(this._surface,e,R,W,X);if(!ie)return new OurImageData(W,X);let ae=ie.get_pixels(),le=ie.get_has_alpha(),_e=ie.get_rowstride(),ye=ie.get_n_channels(),be=new Uint8ClampedArray(W*X*4);for(let e=0;e<X;e++)for(let R=0;R<W;R++){let Y=e*_e+R*ye,X=(e*W+R)*4;be[X]=ae[Y],be[X+1]=ae[Y+1],be[X+2]=ae[Y+2],be[X+3]=le?ae[Y+3]:255}return new OurImageData(be,W,X)}putImageData(e,R,ie,ae,le,_e,ye){this._ensureSurface();let be=ae??0,Ce=le??0,Te=_e??e.width,Oe=ye??e.height,Ae=e.data,Me=e.width,Pe=new Uint8Array(Te*Oe*4);for(let e=0;e<Oe;e++)for(let R=0;R<Te;R++){let W=((Ce+e)*Me+(be+R))*4,Y=(e*Te+R)*4;Pe[Y]=Ae[W],Pe[Y+1]=Ae[W+1],Pe[Y+2]=Ae[W+2],Pe[Y+3]=Ae[W+3]}let Re=X.Pixbuf.new_from_bytes(Pe,X.Colorspace.RGB,!0,8,Te,Oe,Te*4);this._ctx.save(),this._ctx.setOperator(W.Operator.SOURCE),Y.cairo_set_source_pixbuf(this._ctx,Re,R+be,ie+Ce),this._ctx.rectangle(R+be,ie+Ce,Te,Oe),this._ctx.fill(),this._ctx.restore()}drawImage(e,R,X,ie,ae,le,_e,ye,be){this._ensureSurface(),this._applyCompositing();let Ce,Te,Oe,Ae,Me,Pe,Re,Be,Ve=this._getDrawImageSource(e);if(!Ve)return;let{pixbuf:He,imgWidth:Ue,imgHeight:We}=Ve;if(ie===void 0?(Ce=0,Te=0,Oe=Ue,Ae=We,Me=R,Pe=X,Re=Ue,Be=We):le===void 0?(Ce=0,Te=0,Oe=Ue,Ae=We,Me=R,Pe=X,Re=ie,Be=ae):(Ce=R,Te=X,Oe=ie,Ae=ae,Me=le,Pe=_e,Re=ye,Be=be),!Number.isFinite(Ce)||!Number.isFinite(Te)||!Number.isFinite(Oe)||!Number.isFinite(Ae)||!Number.isFinite(Me)||!Number.isFinite(Pe)||!Number.isFinite(Re)||!Number.isFinite(Be)||Oe===0||Ae===0||Re===0||Be===0)return;this._ctx.save(),this._ctx.rectangle(Me,Pe,Re,Be),this._ctx.clip(),this._ctx.translate(Me,Pe),this._ctx.scale(Re/Oe,Be/Ae),this._ctx.translate(-Ce,-Te),Y.cairo_set_source_pixbuf(this._ctx,He,0,0);let Ge=asCairoPattern(this._ctx.getSource?.());if(Ge){let e;e=this._state.imageSmoothingEnabled?this._state.imageSmoothingQuality===`high`?W.Filter.BEST:W.Filter.BILINEAR:W.Filter.NEAREST,Ge.setFilter(e)}this._state.globalAlpha<1?this._ctx.paintWithAlpha(this._state.globalAlpha):this._ctx.paint(),this._ctx.restore()}_getDrawImageSource(e){if(isPixbufImageSource(e)){let R=e._pixbuf;return{pixbuf:R,imgWidth:R.get_width(),imgHeight:R.get_height()}}if(isCanvasImageSource(e)){let R=e.width??0,W=e.height??0;if(!Number.isFinite(R)||!Number.isFinite(W)||R<=0||W<=0)return null;let X=e.getContext(`2d`);if(X&&typeof X._getSurface==`function`){let e=X._getSurface();e.flush();let ie=Y.pixbuf_get_from_surface(e,0,0,R,W);if(ie)return{pixbuf:ie,imgWidth:R,imgHeight:W}}}return null}_createTextLayout(e){let R=ae.create_layout(this._ctx);R.set_text(e,-1),R.get_context().set_base_dir(ie.Direction.LTR),R.context_changed();let W=this._parseFontToDescription(this._state.font);return R.set_font_description(W),R}_parseFontToDescription(e){let R=e.match(/^\s*(italic|oblique|normal)?\s*(small-caps|normal)?\s*(bold|bolder|lighter|[1-9]00|normal)?\s*(\d+(?:\.\d+)?)(px|pt|em|rem|%)?\s*(?:\/\S+)?\s*(.+)?$/i);if(!R)return ie.font_description_from_string(e);let W=R[1]||``,Y=R[3]||``,X=parseFloat(R[4])||10,ae=(R[5]||`px`).toLowerCase(),le=(R[6]||`sans-serif`).replace(/['"]/g,``).trim();ae===`pt`?X=X*96/72:ae===`em`||ae===`rem`?X*=16:ae===`%`&&(X=X/100*16);let _e=le;W===`italic`?_e+=` Italic`:W===`oblique`&&(_e+=` Oblique`),Y===`bold`||Y===`bolder`||parseInt(Y)>=600?_e+=` Bold`:(Y===`lighter`||parseInt(Y)>0&&parseInt(Y)<=300)&&(_e+=` Light`);let ye=ie.font_description_from_string(_e);return ye.set_absolute_size(X*ie.SCALE),ye}_getTextAlignOffset(e){let[,R]=e.get_pixel_extents(),W=R.width;switch(this._state.textAlign){case`center`:return-W/2;case`right`:case`end`:return-W;default:return 0}}_getTextBaselineOffset(e){let R=e.get_font_description()||this._parseFontToDescription(this._state.font),W=e.get_context().get_metrics(R,null),Y=W.get_ascent()/ie.SCALE,X=W.get_descent()/ie.SCALE,ae=Y+X;switch(this._state.textBaseline){case`top`:return 0;case`hanging`:return-(Y*.2);case`middle`:return-(ae/2);case`alphabetic`:return-Y;case`ideographic`:return-(Y+X*.5);case`bottom`:return-ae;default:return-Y}}fillText(e,R,Y,X){this._ensureSurface(),this._applyCompositing();let ie=this._createTextLayout(e),le=this._getTextAlignOffset(ie),_e=this._getTextBaselineOffset(ie);if(this._hasShadow()){let e=parseColor(this._state.shadowColor);if(e){let[X,ye]=this._deviceToUserDistance(this._state.shadowOffsetX,this._state.shadowOffsetY),be=this._state.shadowBlur,Ce;if(be>0){let[R]=this._deviceToUserDistance(be,0),[,W]=this._deviceToUserDistance(0,be);Ce=[[X,ye,e.a],[X+R,ye,e.a*.5],[X-R,ye,e.a*.5],[X,ye+W,e.a*.5],[X,ye-W,e.a*.5]]}else Ce=[[X,ye,e.a]];let Te=this._state.imageSmoothingEnabled?W.Antialias.DEFAULT:W.Antialias.NONE;for(let[W,X,ye]of Ce)this._ctx.save(),this._ctx.setAntialias(Te),this._ctx.setSourceRGBA(e.r,e.g,e.b,ye),this._ctx.moveTo(R+le+W,Y+_e+X),ae.show_layout(this._ctx,ie),this._ctx.restore()}}this._applyFillStyle(),this._ctx.save(),this._ctx.setAntialias(this._state.imageSmoothingEnabled?W.Antialias.DEFAULT:W.Antialias.NONE),this._ctx.moveTo(R+le,Y+_e),ae.show_layout(this._ctx,ie),this._ctx.restore()}strokeText(e,R,Y,X){this._ensureSurface(),this._applyCompositing(),this._applyStrokeStyle(),this._applyLineStyle();let ie=this._createTextLayout(e),le=this._getTextAlignOffset(ie),_e=this._getTextBaselineOffset(ie);this._ctx.save(),this._ctx.setAntialias(this._state.imageSmoothingEnabled?W.Antialias.DEFAULT:W.Antialias.NONE),this._ctx.moveTo(R+le,Y+_e),ae.layout_path(this._ctx,ie),this._ctx.stroke(),this._ctx.restore()}measureText(e){this._ensureSurface();let R=this._createTextLayout(e),[W,Y]=R.get_pixel_extents(),X=R.get_baseline()/ie.SCALE,ae=Math.max(0,X-W.y),le=Math.max(0,W.y+W.height-X),_e=R.get_font_description()||this._parseFontToDescription(this._state.font),ye=R.get_context().get_metrics(_e,null),be=ye.get_ascent()/ie.SCALE,Ce=ye.get_descent()/ie.SCALE;return{width:Y.width,actualBoundingBoxAscent:ae,actualBoundingBoxDescent:le,actualBoundingBoxLeft:Math.max(0,-W.x),actualBoundingBoxRight:W.x+W.width,fontBoundingBoxAscent:be,fontBoundingBoxDescent:Ce,alphabeticBaseline:0,emHeightAscent:be,emHeightDescent:Ce,hangingBaseline:be*.8,ideographicBaseline:-Ce}}_toDataURL(e,R){this._surface.flush();let W=imports.gi.Gio,Y=imports.gi.GLib,[,X]=Y.file_open_tmp(`canvas-XXXXXX.png`);try{this._surface.writeToPNG(X);let[,e]=W.File.new_for_path(X).load_contents(null);return`data:image/png;base64,${Y.base64_encode(e)}`}finally{try{Y.unlink(X)}catch{}}}_dispose(){this._ctx.$dispose(),this._surface.finish()}};defineGlobal(`HTMLCanvasElement`,Ti),defineGlobal(`CanvasRenderingContext2D`,CanvasRenderingContext2D),defineGlobal(`DOMMatrix`,Ei),defineGlobal(`DOMMatrixReadOnly`,Di);const zi=Symbol.for(`gjsify_canvas2d_context`);Ti.registerContextFactory(`2d`,(e,R)=>{let W=e[zi];if(W)return W;let Y=new CanvasRenderingContext2D(e,R);return e[zi]=Y,Y});var CharacterData=class extends pi{constructor(e=``){super(),this[Yt]=vr.TEXT_NODE,this._data=e}get data(){return this._data}set data(e){this._data=e}get textContent(){return this._data}set textContent(e){this._data=e}get nodeValue(){return this._data}set nodeValue(e){this._data=e}get length(){return this._data.length}appendData(e){this._data+=e}deleteData(e,R){this._data=this._data.substring(0,e)+this._data.substring(e+R)}insertData(e,R){this._data=this._data.substring(0,e)+R+this._data.substring(e)}replaceData(e,R,W){this._data=this._data.substring(0,e)+W+this._data.substring(e+R)}substringData(e,R){return this._data.substring(e,e+R)}cloneNode(e=!1){return new this.constructor(this._data)}get[Symbol.toStringTag](){return`CharacterData`}},Vi=class Comment extends CharacterData{constructor(e=``){super(e),this[Yt]=vr.COMMENT_NODE}get nodeName(){return`#comment`}cloneNode(e=!1){return new Comment(this.data)}get[Symbol.toStringTag](){return`Comment`}},Hi=class Text extends CharacterData{constructor(e=``){super(e),this[Yt]=vr.TEXT_NODE}get nodeName(){return`#text`}get wholeText(){let e=this.data,R=this.previousSibling;for(;R&&R instanceof Text;)e=R.data+e,R=R.previousSibling;let W=this.nextSibling;for(;W&&W instanceof Text;)e+=W.data,W=W.nextSibling;return e}splitText(e){let R=this.data.substring(e);this.data=this.data.substring(0,e);let W=new Text(R);return this.parentNode&&this.parentNode.insertBefore(W,this.nextSibling),W}cloneNode(e=!1){return new Text(this.data)}get[Symbol.toStringTag](){return`Text`}},Ui=class DocumentFragment extends pi{constructor(){super(),this[Yt]=vr.DOCUMENT_FRAGMENT_NODE}get nodeName(){return`#document-fragment`}get children(){return this[Qt]}get childElementCount(){return this[Qt].length}get firstElementChild(){return this[Qt][0]??null}get lastElementChild(){let e=this[Qt];return e[e.length-1]??null}get textContent(){let e=``;for(let R of this.childNodes)R.textContent!==null&&(e+=R.textContent);return e}set textContent(e){for(;this.firstChild;)this.removeChild(this.firstChild);e&&this.appendChild(new Hi(e))}append(...e){for(let R of e)typeof R==`string`?this.appendChild(new Hi(R)):this.appendChild(R)}prepend(...e){let R=this.firstChild;for(let W of e)typeof W==`string`?this.insertBefore(new Hi(W),R):this.insertBefore(W,R)}replaceChildren(...e){for(;this.firstChild;)this.removeChild(this.firstChild);this.append(...e)}getElementById(e){for(let R of this.children){if(R.id===e)return R;let W=this._findById(R,e);if(W)return W}return null}_findById(e,R){for(let W of e.children){if(W.id===R)return W;let e=this._findById(W,R);if(e)return e}return null}cloneNode(e=!1){let R=new DocumentFragment;if(e)for(let e of this.childNodes)R.appendChild(e.cloneNode(!0));return R}get[Symbol.toStringTag](){return`DocumentFragment`}},Wi=le;Et(),nt(),mt();var HTMLImageElement=class extends HTMLElement$1{constructor(){super(),this._complete=!1,this._naturalHeight=0,this._naturalWidth=0,this[on]=`IMG`,this[An]=`img`,this[tr]=mi.html}get complete(){return this._complete}get naturalHeight(){return this._naturalHeight}get naturalWidth(){return this._naturalWidth}get currentSrc(){return this.src}get x(){return 0}get y(){return 0}get alt(){return this.getAttribute(`alt`)??``}set alt(e){this.setAttribute(`alt`,e)}get crossOrigin(){return this.getAttribute(`crossorigin`)}set crossOrigin(e){e===null?this.removeAttribute(`crossorigin`):this.setAttribute(`crossorigin`,e)}get decoding(){return this.getAttribute(`decoding`)??`auto`}set decoding(e){this.setAttribute(`decoding`,e)}get loading(){let e=this.getAttribute(`loading`);return e===`lazy`||e===`eager`?e:`auto`}set loading(e){this.setAttribute(`loading`,e)}get referrerPolicy(){return this.getAttribute(`referrerpolicy`)??``}set referrerPolicy(e){this.setAttribute(`referrerpolicy`,e)}get sizes(){return this.getAttribute(`sizes`)??``}set sizes(e){this.setAttribute(`sizes`,e)}get src(){return this.getAttribute(`src`)??``}set src(e){this.setAttribute(`src`,e);let R=globalThis.__GJSIFY_DEBUG_IMG===!0;if(e.startsWith(`data:`)){let W=e.indexOf(`,`);if(W===-1){this._complete=!0,this.dispatchEvent(new Event$1(`error`));return}let Y=e.slice(5,W),X=e.slice(W+1),ie=Y.includes(`;base64`);try{let e;e=ie?tt.base64_decode(X):new TextEncoder().encode(decodeURIComponent(X));let W=tt.Bytes.new(e),Y=dt.MemoryInputStream.new_from_bytes(W);this._pixbuf=Wi.Pixbuf.new_from_stream(Y,null),this._naturalWidth=this._pixbuf.get_width(),this._naturalHeight=this._pixbuf.get_height(),this._complete=!0,R&&Tt.log(`[img] ok data: (${this._naturalWidth}x${this._naturalHeight})`),this.dispatchEvent(new Event$1(`load`))}catch(e){R&&Tt.warn(`[img] error data:: ${e?.message??e}`),this._complete=!0,this.dispatchEvent(new Event$1(`error`))}return}let W;if(e.startsWith(`file://`))W=tt.filename_from_uri(e)[0];else if(e.startsWith(`http://`)||e.startsWith(`https://`)){this._complete=!0,this.dispatchEvent(new Event$1(`error`));return}else{let R=tt.path_get_dirname(_e.programInvocationName);W=tt.build_filenamev([R,e])}try{R&&Tt.log(`[img] load ${W}`),this._pixbuf=Wi.Pixbuf.new_from_file(W),this._naturalWidth=this._pixbuf.get_width(),this._naturalHeight=this._pixbuf.get_height(),this._complete=!0,R&&Tt.log(`[img] ok ${W} (${this._naturalWidth}x${this._naturalHeight})`),this.dispatchEvent(new Event$1(`load`))}catch(e){R&&Tt.warn(`[img] error ${W}: ${e?.message??e}`),this._complete=!0,this.dispatchEvent(new Event$1(`error`))}}get srcset(){return this.getAttribute(`srcset`)??``}set srcset(e){this.setAttribute(`srcset`,e)}get useMap(){return this.getAttribute(`usemap`)??``}set useMap(e){this.setAttribute(`usemap`,e)}get height(){if(this._pixbuf)return this._pixbuf.get_height();let e=this.getAttribute(`height`);return e===null?0:Number(e)}set height(e){this.setAttribute(`height`,String(e))}get width(){if(this._pixbuf)return this._pixbuf.get_width();let e=this.getAttribute(`width`);return e===null?0:Number(e)}set width(e){this.setAttribute(`width`,String(e))}get isMap(){return this.hasAttribute(`ismap`)}set isMap(e){e?this.setAttribute(`ismap`,``):this.removeAttribute(`ismap`)}decode(){return Promise.resolve()}cloneNode(e=!1){return super.cloneNode(e)}getImageData(){if(!this._pixbuf)return null;let e=this._pixbuf.get_has_alpha()?this._pixbuf:this._pixbuf.add_alpha(!1,0,0,0)??this._pixbuf;return{colorSpace:`srgb`,data:new Uint8ClampedArray(e.get_pixels()),height:e.get_height(),width:e.get_width()}}isPixbuf(){return!!this._pixbuf}get[Symbol.toStringTag](){return`HTMLImageElement`}},HTMLMediaElement=class extends HTMLElement$1{constructor(...e){super(...e),this._src=``,this._srcObject=null,this.currentTime=0,this.duration=NaN,this.paused=!0,this.ended=!1,this.volume=1,this.muted=!1,this.defaultMuted=!1,this.loop=!1,this.autoplay=!1,this.preload=``,this.playbackRate=1,this.defaultPlaybackRate=1,this.readyState=0,this.networkState=0}get buffered(){return{length:0,start:()=>0,end:()=>0}}get seekable(){return{length:0,start:()=>0,end:()=>0}}get played(){return{length:0,start:()=>0,end:()=>0}}get src(){return this._src}set src(e){this._src=e,this._srcObject=null,this.dispatchEvent(new Event$1(`srcchange`))}get srcObject(){return this._srcObject}set srcObject(e){this._srcObject=e,this._src=``,this.dispatchEvent(new Event$1(`srcobjectchange`))}play(){return this.paused=!1,this.ended=!1,this.dispatchEvent(new Event$1(`play`)),Promise.resolve()}pause(){this.paused=!0,this.dispatchEvent(new Event$1(`pause`))}load(){this.readyState=0,this.networkState=2,this.dispatchEvent(new Event$1(`loadstart`))}canPlayType(e){return``}static{this.HAVE_NOTHING=0}static{this.HAVE_METADATA=1}static{this.HAVE_CURRENT_DATA=2}static{this.HAVE_FUTURE_DATA=3}static{this.HAVE_ENOUGH_DATA=4}static{this.NETWORK_EMPTY=0}static{this.NETWORK_IDLE=1}static{this.NETWORK_LOADING=2}static{this.NETWORK_NO_SOURCE=3}get[Symbol.toStringTag](){return`HTMLMediaElement`}};const Gi=1e9;function secondsToGstTime(e){return BigInt(Math.round(e*Gi))}function gstTimeToSeconds(e){return Number(e)/Gi}var HTMLVideoElement=class extends HTMLMediaElement{constructor(){super(),this._pipeline=null,this._videoWidth=0,this._videoHeight=0,this.poster=``,this[on]=`VIDEO`,this[An]=`video`,this[tr]=mi.html;let e=this;Object.defineProperty(this,`paused`,{get(){if(!e._pipeline)return!0;let[,R]=e._pipeline.get_state(0n);return R!==4},configurable:!0,enumerable:!0}),Object.defineProperty(this,`currentTime`,{get(){if(!e._pipeline)return 0;let[R,W]=e._pipeline.query_position(3);return R?gstTimeToSeconds(W):0},set(R){e._pipeline?.seek(1,3,5,1,secondsToGstTime(R),0,-1n)},configurable:!0,enumerable:!0}),Object.defineProperty(this,`duration`,{get(){if(!e._pipeline)return NaN;let[R,W]=e._pipeline.query_duration(3);return R&&Number(W)>0?gstTimeToSeconds(W):NaN},configurable:!0,enumerable:!0}),Object.defineProperty(this,`volume`,{get(){return e._playbin()?.volume??1},set(R){let W=e._playbin();W&&(W.volume=Math.max(0,Math.min(1,R)))},configurable:!0,enumerable:!0}),Object.defineProperty(this,`muted`,{get(){return e._playbin()?.mute??!1},set(R){let W=e._playbin();W&&(W.mute=R)},configurable:!0,enumerable:!0})}async play(){this._pipeline?.set_state(4),this.dispatchEvent(new Event$1(`play`)),this.dispatchEvent(new Event$1(`playing`))}pause(){this._pipeline?.set_state(3),this.dispatchEvent(new Event$1(`pause`))}get videoWidth(){return this._videoWidth}set videoWidth(e){this._videoWidth=e}get videoHeight(){return this._videoHeight}set videoHeight(e){this._videoHeight=e}get[Symbol.toStringTag](){return`HTMLVideoElement`}_playbin(){return this._pipeline?.get_by_name(`playbin`)??null}};const Ki=new class Document extends pi{static{this._elementFactories=new Map}constructor(){super(),this.body=new HTMLElement$1,this.head=new HTMLElement$1,this.documentElement=new HTMLElement$1,this.appendChild(this.documentElement),this.documentElement.appendChild(this.body)}static registerElementFactory(e,R){Document._elementFactories.set(e.toLowerCase(),R)}createElementNS(e,R){let W=R.toLowerCase();switch(W){case`img`:return new HTMLImageElement;case`video`:return new HTMLVideoElement;case`canvas`:return new Ti;default:{let e=Document._elementFactories.get(W);return e?e():new HTMLElement$1}}}createElement(e){return this.createElementNS(`http://www.w3.org/1999/xhtml`,e)}createTextNode(e){return new Hi(e)}createComment(e){return new Vi(e)}createDocumentFragment(){return new Ui}createEvent(e){return new Event$1(e)}getElementById(e){return this._findById(this.body,e)}_findById(e,R){if(e.id===R)return e;for(let W of e.children){let e=this._findById(W,R);if(e)return e}return null}get[Symbol.toStringTag](){return`Document`}};var DOMTokenList=class{constructor(e,R){this._ownerElement=e,this._attributeName=R}_getTokens(){let e=this._ownerElement.getAttribute(this._attributeName);return e?e.split(/\s+/).filter(e=>e.length>0):[]}_setTokens(e){let R=e.join(` `);R?this._ownerElement.setAttribute(this._attributeName,R):this._ownerElement.removeAttribute(this._attributeName)}get length(){return this._getTokens().length}get value(){return this._ownerElement.getAttribute(this._attributeName)??``}set value(e){e?this._ownerElement.setAttribute(this._attributeName,e):this._ownerElement.removeAttribute(this._attributeName)}item(e){let R=this._getTokens();return e>=0&&e<R.length?R[e]:null}contains(e){return this._getTokens().includes(e)}add(...e){let R=this._getTokens();for(let W of e)W&&!R.includes(W)&&R.push(W);this._setTokens(R)}remove(...e){let R=this._getTokens().filter(R=>!e.includes(R));this._setTokens(R)}toggle(e,R){let W=this.contains(e);return R===void 0?W?(this.remove(e),!1):(this.add(e),!0):R?(this.add(e),!0):(this.remove(e),!1)}replace(e,R){let W=this._getTokens(),Y=W.indexOf(e);return Y===-1?!1:(W[Y]=R,this._setTokens(W),!0)}supports(e){return!0}forEach(e){let R=this._getTokens();for(let W=0;W<R.length;W++)e(R[W],W,this)}keys(){return this._getTokens().keys()}values(){return this._getTokens().values()}entries(){return this._getTokens().entries()}[Symbol.iterator](){return this._getTokens().values()}toString(){return this.value}get[Symbol.toStringTag](){return`DOMTokenList`}};Et(),defineGlobal(`Text`,Hi),defineGlobal(`Comment`,Vi),defineGlobal(`DocumentFragment`,Ui),defineGlobal(`DOMTokenList`,DOMTokenList),defineGlobal(`document`,Ki),defineGlobalIfMissing(`self`,globalThis);var Window$1=class{static{__name$1(this,`Window`)}};if(defineGlobalIfMissing(`Window`,Window$1),defineGlobalIfMissing(`window`,globalThis),defineGlobalIfMissing(`focus`,()=>{}),defineGlobalIfMissing(`blur`,()=>{}),typeof globalThis.addEventListener!=`function`){let e=new EventTarget$1;globalThis.__gjsify_globalEventTarget=e,globalThis.addEventListener=(R,W,Y)=>e.addEventListener(R,W,Y),globalThis.removeEventListener=(R,W,Y)=>e.removeEventListener(R,W,Y),globalThis.dispatchEvent=R=>e.dispatchEvent(R)}defineGlobalIfMissing(`devicePixelRatio`,1),defineGlobalIfMissing(`scrollX`,0),defineGlobalIfMissing(`scrollY`,0),defineGlobalIfMissing(`pageXOffset`,0),defineGlobalIfMissing(`pageYOffset`,0),defineGlobalIfMissing(`alert`,(...e)=>Tt.error(`alert:`,...e)),globalThis.top===void 0&&Object.defineProperty(globalThis,`top`,{get:()=>globalThis,configurable:!0});var FontFace$1=class{static{__name$1(this,`FontFace`)}constructor(e,R,W){this.status=`unloaded`,this.display=`auto`,this.style=`normal`,this.weight=`normal`,this.stretch=`normal`,this.unicodeRange=`U+0-10FFFF`,this.variant=`normal`,this.featureSettings=`normal`,this.family=e,this.source=typeof R==`string`?R:`[binary]`,this.loaded=Promise.resolve(this)}_extractFilePath(){let e=this.source.match(/url\s*\(\s*["']?(file:\/\/\/[^"')]+)["']?\s*\)/i);return e?e[1].replace(/^file:\/\//,``):null}async load(){this.status=`loading`;let e=this._extractFilePath();if(e)try{let{default:R}=await import(`gi://PangoCairo?version=1.0`);R.font_map_get_default().add_font_file(e)}catch{}return this.status=`loaded`,this}},FontFaceSet=class{constructor(){this.status=`loaded`,this.ready=Promise.resolve(this),this._faces=new Set}addEventListener(e,R){}removeEventListener(e,R){}dispatchEvent(e){return!0}add(e){return this._faces.add(e),this}delete(e){return this._faces.delete(e)}clear(){this._faces.clear()}has(e){return this._faces.has(e)}check(e,R){return!1}load(e,R){return Promise.resolve([])}forEach(e){this._faces.forEach(R=>e(R,R,this))}values(){return this._faces.values()}keys(){return this._faces.values()}entries(){return Array.from(this._faces).map(e=>[e,e])[Symbol.iterator]()}[Symbol.iterator](){return this._faces[Symbol.iterator]()}get size(){return this._faces.size}};defineGlobalIfMissing(`FontFace`,FontFace$1),globalThis.FontFace===void 0&&(globalThis.FontFace=FontFace$1);const qi=globalThis.document;qi&&qi.fonts===void 0&&Object.defineProperty(qi,`fonts`,{value:new FontFaceSet,configurable:!0,writable:!0});var Image$1=class extends HTMLImageElement{static{__name$1(this,`Image`)}constructor(e=null,R=null){super(),e!==null&&(this.width=e),R!==null&&(this.height=R)}};defineGlobal(`HTMLImageElement`,HTMLImageElement),defineGlobal(`Image`,Image$1),defineGlobalIfMissing(`location`,{href:`file://`,origin:`file://`,protocol:`file:`,host:``,hostname:``,port:``,pathname:`/`,search:``,hash:``,assign(e){},replace(e){},reload(){},toString(){return this.href},ancestorOrigins:{length:0,item:()=>null,contains:()=>!1,[Symbol.iterator]:function*(){}}});var MediaQueryList=class extends EventTarget$1{constructor(e){super(),this.onchange=null,this.media=e,this.matches=!1}addListener(e){}removeListener(e){}};function matchMedia(e){return new MediaQueryList(e)}defineGlobalIfMissing(`matchMedia`,matchMedia),globalThis.navigator===void 0&&(globalThis.navigator={});var MutationObserver=class{constructor(e){}observe(e,R){}disconnect(){}takeRecords(){return[]}},ResizeObserver$1=class{static{__name$1(this,`ResizeObserver`)}constructor(e){}observe(e){}unobserve(e){}disconnect(){}},IntersectionObserver=class{constructor(e,R){this.root=R?.root??null,this.rootMargin=R?.rootMargin??`0px`,this.thresholds=Array.isArray(R?.threshold)?R.threshold:[R?.threshold??0]}observe(e){}unobserve(e){}disconnect(){}takeRecords(){return[]}};defineGlobal(`MutationObserver`,MutationObserver),defineGlobal(`ResizeObserver`,ResizeObserver$1),defineGlobal(`IntersectionObserver`,IntersectionObserver);var DOMNode=class{nodeType;nodeName;nodeValue;parentNode=null;childNodes=[];constructor(e,R,W=null){this.nodeType=e,this.nodeName=R,this.nodeValue=W}get textContent(){return this.nodeType===3||this.nodeType===4?this.nodeValue??``:this.childNodes.map(e=>e.textContent??``).join(``)}},DOMElement=class extends DOMNode{tagName;localName;_attrs=new Map;constructor(e){super(1,e.toUpperCase()),this.tagName=e.toLowerCase(),this.localName=this.tagName}get children(){return this.childNodes.filter(e=>e.nodeType===1)}getAttribute(e){return this._attrs.has(e)?this._attrs.get(e)??null:null}setAttribute(e,R){this._attrs.set(e,R)}hasAttribute(e){return this._attrs.has(e)}get attributes(){return Array.from(this._attrs.entries()).map(([e,R])=>({name:e,value:R}))}get innerHTML(){return this.childNodes.map(e=>e.nodeType===1?e.outerHTML:e.nodeType===3?e.nodeValue??``:e.nodeType===4?`<![CDATA[`+(e.nodeValue??``)+`]]>`:``).join(``)}get outerHTML(){let e=Array.from(this._attrs.entries()).map(([e,R])=>` `+e+`="`+R.replace(/"/g,`"`)+`"`).join(``);return this.childNodes.length===0?`<`+this.tagName+e+`/>`:`<`+this.tagName+e+`>`+this.innerHTML+`</`+this.tagName+`>`}querySelector(e){let R=e.trim().split(/\s*>\s*/);if(R.length>1)return this._queryChildChain(R);let W=e.trim().split(/\s+/);return W.length>1?this._queryDescendantChain(W):this._find(e.trim().toLowerCase())??null}querySelectorAll(e){let R=e.trim().toLowerCase(),W=[];return this._findAll(R,W),W}_find(e){for(let R of this.children){if(R.tagName===e)return R;let W=R._find(e);if(W)return W}}_findAll(e,R){for(let W of this.children)W.tagName===e&&R.push(W),W._findAll(e,R)}_queryChildChain(e){let[R,...W]=e,Y=this.children.filter(e=>e.tagName===R.trim().toLowerCase());if(W.length===0)return Y[0]??null;for(let e of Y){let R=e._queryChildChain(W);if(R)return R}return null}_queryDescendantChain(e){let[R,...W]=e,Y=[];if(this._findAll(R.trim().toLowerCase(),Y),W.length===0)return Y[0]??null;for(let e of Y){let R=e._queryDescendantChain(W);if(R)return R}return null}},DOMDocument=class extends DOMElement{documentElement=null;constructor(){super(`#document`),this.nodeType=9,this.nodeName=`#document`}querySelector(e){if(this.documentElement){let R=e.trim().toLowerCase();return this.documentElement.tagName===R?this.documentElement:this.documentElement.querySelector(e)}return super.querySelector(e)}querySelectorAll(e){let R=e.trim().toLowerCase(),W=[];return this.documentElement&&(this.documentElement.tagName===R&&W.push(this.documentElement),this.documentElement._findAll(R,W)),W}};const Ji=/\s+([\w:.-]+)\s*=\s*(?:"([^"]*)"|'([^']*)'|(\S+))/g;function parseAttributes(e,R){let W;for(Ji.lastIndex=0;(W=Ji.exec(e))!==null;)R.setAttribute(W[1],W[2]??W[3]??W[4]??``)}function parseXml(e){let R=new DOMDocument,W=[R],Y=0,X=e.length;for(;Y<X;){let ie=e.indexOf(`<`,Y);if(ie===-1){let R=e.slice(Y);if(R.trim()){let e=new DOMNode(3,`#text`,R),Y=W[W.length-1];e.parentNode=Y,Y.childNodes.push(e)}break}if(ie>Y){let R=e.slice(Y,ie);if(R.trim()){let e=new DOMNode(3,`#text`,R),Y=W[W.length-1];e.parentNode=Y,Y.childNodes.push(e)}}if(e.startsWith(`<![CDATA[`,ie)){let R=e.indexOf(`]]>`,ie);if(R===-1)break;let X=new DOMNode(4,`#cdata-section`,e.slice(ie+9,R)),ae=W[W.length-1];X.parentNode=ae,ae.childNodes.push(X),Y=R+3;continue}if(e.startsWith(`<!--`,ie)){let R=e.indexOf(`-->`,ie);Y=R===-1?X:R+3;continue}if(e.startsWith(`<?`,ie)||e.startsWith(`<!`,ie)){let R=e.indexOf(`>`,ie);Y=R===-1?X:R+1;continue}let ae=findTagEnd(e,ie+1);if(ae===-1)break;let le=e.slice(ie+1,ae);if(le.startsWith(`/`)){W.length>1&&W.pop(),Y=ae+1;continue}let _e=le.endsWith(`/`),ye=_e?le.slice(0,-1):le,be=ye.search(/\s/),Ce=(be===-1?ye:ye.slice(0,be)).trim();if(!Ce){Y=ae+1;continue}let Te=new DOMElement(Ce);be!==-1&&parseAttributes(ye.slice(be),Te);let Oe=W[W.length-1];Te.parentNode=Oe,Oe.childNodes.push(Te),Oe===R&&!R.documentElement&&(R.documentElement=Te),_e||W.push(Te),Y=ae+1}return R}function findTagEnd(e,R){let W=!1,Y=!1;for(let X=R;X<e.length;X++){let R=e[X];if(R===`"`&&!W){Y=!Y;continue}if(R===`'`&&!Y){W=!W;continue}if(R===`>`&&!W&&!Y)return X}return-1}var DOMParser$1=class{static{__name$1(this,`DOMParser`)}parseFromString(e,R){return parseXml(e)}};globalThis.DOMParser===void 0&&(globalThis.DOMParser=DOMParser$1);var GamepadEvent=class extends Event$1{gamepad;constructor(e,R){super(e,R),this.gamepad=R.gamepad}get[Symbol.toStringTag](){return`GamepadEvent`}};const Xi={LEFT_X:0,LEFT_Y:1,RIGHT_X:2,RIGHT_Y:3,LEFT_TRIGGER:4,RIGHT_TRIGGER:5},$i={LEFT_STICK_X:0,LEFT_STICK_Y:1,RIGHT_STICK_X:2,RIGHT_STICK_Y:3},na=new Map([[Xi.LEFT_X,$i.LEFT_STICK_X],[Xi.LEFT_Y,$i.LEFT_STICK_Y],[Xi.RIGHT_X,$i.RIGHT_STICK_X],[Xi.RIGHT_Y,$i.RIGHT_STICK_Y]]),aa=.5,sa={BTN_SOUTH:304,BTN_EAST:305,BTN_C:306,BTN_NORTH:307,BTN_WEST:308,BTN_Z:309,BTN_TL:310,BTN_TR:311,BTN_TL2:312,BTN_TR2:313,BTN_SELECT:314,BTN_START:315,BTN_MODE:316,BTN_THUMBL:317,BTN_THUMBR:318,BTN_DPAD_UP:544,BTN_DPAD_DOWN:545,BTN_DPAD_LEFT:546,BTN_DPAD_RIGHT:547},ca={FACE_1:0,FACE_2:1,FACE_3:2,FACE_4:3,LEFT_BUMPER:4,RIGHT_BUMPER:5,LEFT_TRIGGER:6,RIGHT_TRIGGER:7,SELECT:8,START:9,LEFT_STICK:10,RIGHT_STICK:11,DPAD_UP:12,DPAD_DOWN:13,DPAD_LEFT:14,DPAD_RIGHT:15,HOME:16},da=new Map([[sa.BTN_SOUTH,ca.FACE_1],[sa.BTN_EAST,ca.FACE_2],[sa.BTN_WEST,ca.FACE_3],[sa.BTN_NORTH,ca.FACE_4],[sa.BTN_TL,ca.LEFT_BUMPER],[sa.BTN_TR,ca.RIGHT_BUMPER],[sa.BTN_TL2,ca.LEFT_TRIGGER],[sa.BTN_TR2,ca.RIGHT_TRIGGER],[sa.BTN_SELECT,ca.SELECT],[sa.BTN_START,ca.START],[sa.BTN_THUMBL,ca.LEFT_STICK],[sa.BTN_THUMBR,ca.RIGHT_STICK],[sa.BTN_DPAD_UP,ca.DPAD_UP],[sa.BTN_DPAD_DOWN,ca.DPAD_DOWN],[sa.BTN_DPAD_LEFT,ca.DPAD_LEFT],[sa.BTN_DPAD_RIGHT,ca.DPAD_RIGHT],[sa.BTN_MODE,ca.HOME]]);var GamepadButton=class{pressed;touched;value;constructor(e=!1,R=!1,W=0){this.pressed=e,this.touched=R,this.value=W}get[Symbol.toStringTag](){return`GamepadButton`}},Gamepad$1=class{static{__name$1(this,`Gamepad`)}id;index;connected;timestamp;mapping;axes;buttons;vibrationActuator;constructor(e){this.id=e.id,this.index=e.index,this.connected=e.connected,this.timestamp=e.timestamp,this.mapping=e.mapping,this.axes=Object.freeze([...e.axes]),this.buttons=Object.freeze(e.buttons),this.vibrationActuator=e.vibrationActuator??null}get[Symbol.toStringTag](){return`Gamepad`}},ManetteHapticActuator=class{effects;_device;constructor(e){this._device=e,this.effects=e.has_rumble()?[`dual-rumble`]:[]}playEffect(e,R){if(e!==`dual-rumble`||!this._device.has_rumble())return Promise.resolve(`complete`);let W=R?.duration??200,Y=Math.round((R?.strongMagnitude??1)*65535),X=Math.round((R?.weakMagnitude??1)*65535);return this._device.rumble(Y,X,Math.min(W,32767)),Promise.resolve(`complete`)}reset(){return this._device.has_rumble()&&this._device.rumble(0,0,0),Promise.resolve(`complete`)}},GamepadManager=class{_monitor=null;_slots=[,,,,].fill(null);_monitorSignalIds=[];_ManetteModule=null;_initPromise=null;_initialized=!1;_ensureInit(){this._initialized||(this._initPromise||=this._init())}async _init(){try{let e=await import(`gi://Manette`);this._ManetteModule=e.default}catch{this._initialized=!0;return}let e=new this._ManetteModule.Monitor;this._monitor=e;let R=e.iterate(),W=R.next();for(;W[0];){let e=W[1];e&&this._onDeviceConnected(e),W=R.next()}this._monitorSignalIds.push(e.connect(`device-connected`,(e,R)=>{this._onDeviceConnected(R)}),e.connect(`device-disconnected`,(e,R)=>{this._onDeviceDisconnected(R)})),this._initialized=!0}_onDeviceConnected(e){let R=-1;for(let e=0;e<4;e++)if(this._slots[e]===null){R=e;break}if(R===-1)return;let W={device:e,index:R,connected:!0,timestamp:performance.now(),buttons:new Float64Array(17),buttonsPressed:Array(17).fill(!1),axes:new Float64Array(4),hapticActuator:new ManetteHapticActuator(e),signalIds:[]};W.signalIds.push(e.connect(`button-press-event`,(e,R)=>{this._onButtonPress(W,R)}),e.connect(`button-release-event`,(e,R)=>{this._onButtonRelease(W,R)}),e.connect(`absolute-axis-event`,(e,R)=>{this._onAxisChange(W,R)}),e.connect(`hat-axis-event`,(e,R)=>{this._onHatChange(W,R)}),e.connect(`disconnected`,()=>{this._onDeviceDisconnected(e)})),this._slots[R]=W;let Y=this._createSnapshot(W);Y&&globalThis.dispatchEvent?.(new GamepadEvent(`gamepadconnected`,{gamepad:Y}))}_onDeviceDisconnected(e){let R=this._findStateByDevice(e);if(!R)return;for(let W of R.signalIds)e.disconnect(W);R.connected=!1;let W=this._createSnapshot(R);this._slots[R.index]=null,W&&globalThis.dispatchEvent?.(new GamepadEvent(`gamepaddisconnected`,{gamepad:W}))}_onButtonPress(e,R){let[W,Y]=R.get_button();if(!W)return;let X=da.get(Y);X!==void 0&&(e.buttons[X]=1,e.buttonsPressed[X]=!0,e.timestamp=performance.now())}_onButtonRelease(e,R){let[W,Y]=R.get_button();if(!W)return;let X=da.get(Y);X!==void 0&&(e.buttons[X]=0,e.buttonsPressed[X]=!1,e.timestamp=performance.now())}_onAxisChange(e,R){let[W,Y,X]=R.get_absolute();if(!W)return;let ie=na.get(Y);if(ie!==void 0)e.axes[ie]=X;else if(Y===Xi.LEFT_TRIGGER){let R=(X+1)/2;e.buttons[ca.LEFT_TRIGGER]=R,e.buttonsPressed[ca.LEFT_TRIGGER]=R>aa}else if(Y===Xi.RIGHT_TRIGGER){let R=(X+1)/2;e.buttons[ca.RIGHT_TRIGGER]=R,e.buttonsPressed[ca.RIGHT_TRIGGER]=R>aa}e.timestamp=performance.now()}_onHatChange(e,R){let[W,Y,X]=R.get_hat();W&&(Y===0?(e.buttonsPressed[ca.DPAD_LEFT]=X<0,e.buttons[ca.DPAD_LEFT]=+(X<0),e.buttonsPressed[ca.DPAD_RIGHT]=X>0,e.buttons[ca.DPAD_RIGHT]=+(X>0)):Y===1&&(e.buttonsPressed[ca.DPAD_UP]=X<0,e.buttons[ca.DPAD_UP]=+(X<0),e.buttonsPressed[ca.DPAD_DOWN]=X>0,e.buttons[ca.DPAD_DOWN]=+(X>0)),e.timestamp=performance.now())}_findStateByDevice(e){for(let R of this._slots)if(R&&R.device===e)return R;return null}_createSnapshot(e){let R=[];for(let W=0;W<17;W++)R.push(new GamepadButton(e.buttonsPressed[W],e.buttonsPressed[W]||e.buttons[W]>0,e.buttons[W]));return new Gamepad$1({id:e.device.get_name()??`Gamepad (${e.device.get_guid()})`,index:e.index,connected:e.connected,timestamp:e.timestamp,mapping:`standard`,axes:Array.from(e.axes),buttons:R,vibrationActuator:e.hapticActuator})}getGamepads(){this._ensureInit();let e=[];for(let R=0;R<4;R++){let W=this._slots[R];e.push(W?this._createSnapshot(W):null)}return e}dispose(){for(let e of this._slots)if(e)for(let R of e.signalIds)e.device.disconnect(R);if(this._slots.fill(null),this._monitor){for(let e of this._monitorSignalIds)this._monitor.disconnect(e);this._monitorSignalIds=[],this._monitor=null}this._initialized=!1,this._initPromise=null}};const pa=new GamepadManager;globalThis.navigator===void 0&&(globalThis.navigator={}),globalThis.navigator.getGamepads=()=>pa.getGamepads(),globalThis.GamepadEvent===void 0&&(globalThis.GamepadEvent=GamepadEvent);function encodeString(e,R){switch(R){case`utf8`:return _a.encode(e);case`ascii`:{let R=new Uint8Array(e.length);for(let W=0;W<e.length;W++)R[W]=e.charCodeAt(W)&127;return R}case`latin1`:{let R=new Uint8Array(e.length);for(let W=0;W<e.length;W++)R[W]=e.charCodeAt(W)&255;return R}case`base64`:return base64Decode(e.replace(/-/g,`+`).replace(/_/g,`/`));case`base64url`:return encodeString(e.replace(/-/g,`+`).replace(/_/g,`/`),`base64`);case`hex`:{let R=e.length>>>1,W=new Uint8Array(R);for(let Y=0;Y<R;Y++){let R=parseInt(e[Y*2],16),X=parseInt(e[Y*2+1],16);if(Number.isNaN(R)||Number.isNaN(X))break;W[Y]=R<<4|X}return W}case`utf16le`:{let R=new Uint8Array(e.length*2);for(let W=0;W<e.length;W++){let Y=e.charCodeAt(W);R[W*2]=Y&255,R[W*2+1]=Y>>8&255}return R}default:return _a.encode(e)}}function decodeString(e,R,W,Y){let X=W!==void 0||Y!==void 0?e.subarray(W??0,Y??e.length):e;switch(R){case`utf8`:return ya.decode(X);case`ascii`:{let e=``;for(let R=0;R<X.length;R++)e+=String.fromCharCode(X[R]&127);return e}case`latin1`:{let e=``;for(let R=0;R<X.length;R++)e+=String.fromCharCode(X[R]);return e}case`base64`:{let e=``;for(let R=0;R<X.length;R++)e+=String.fromCharCode(X[R]);return btoaPolyfill(e)}case`base64url`:return decodeString(X,`base64`).replace(/\+/g,`-`).replace(/\//g,`_`).replace(/=+$/,``);case`hex`:{let e=``;for(let R=0;R<X.length;R++)e+=X[R].toString(16).padStart(2,`0`);return e}case`utf16le`:{let e=``;for(let R=0;R+1<X.length;R+=2)e+=String.fromCharCode(X[R]|X[R+1]<<8);return e}default:return ya.decode(X)}}function checkOffset(e,R,W){if(e+R>W)throw RangeError(`Attempt to access memory outside buffer bounds`)}var _a,ya,ba,xa,Ea=__esmMin(()=>{qt(),_a=new TextEncoder,ya=new TextDecoder,ba=typeof SharedArrayBuffer<`u`,xa=class Buffer extends Uint8Array{static _isBuffer=!0;static alloc(e,R,W){if(typeof e!=`number`)throw TypeError(`The "size" argument must be of type number. Received type ${typeof e}`);if(e<0)throw RangeError(`The value "${e}" is invalid for option "size"`);let Y=new Buffer(e);return R!==void 0&&R!==0&&Y.fill(R,0,e,W),Y}static allocUnsafe(e){if(typeof e!=`number`)throw TypeError(`The "size" argument must be of type number. Received type ${typeof e}`);return new Buffer(e)}static allocUnsafeSlow(e){return Buffer.allocUnsafe(e)}static from(e,R,W){if(typeof e==`string`){let W=normalizeEncoding(R);if(R&&typeof R==`string`){let e=(``+R).toLowerCase().replace(/-/g,``);[`utf8`,`ascii`,`latin1`,`binary`,`base64`,`base64url`,`hex`,`ucs2`,`utf16le`,``].includes(e)||checkEncoding(R)}let Y=encodeString(e,W);return new Buffer(Y.buffer,Y.byteOffset,Y.byteLength)}if(ArrayBuffer.isView(e)){let R=new Buffer(e.buffer,e.byteOffset,e.byteLength),W=new Buffer(R.length);return W.set(R),W}if(e instanceof ArrayBuffer){let Y=R||0;return new Buffer(e,Y,W===void 0?e.byteLength-Y:W)}if(ba&&e instanceof SharedArrayBuffer){let Y=R||0,X=W===void 0?e.byteLength-Y:W;return new Buffer(new Uint8Array(e,Y,X))}if(typeof e==`object`&&e&&typeof e.viewBytes==`function`&&typeof e.byteLength==`number`&&e.constructor?.name===`SharedBuffer`){let Y=e,X=R||0,ie=W===void 0?Y.byteLength-X:W,ae=Y.viewBytes(X,ie);return new Buffer(ae.buffer,ae.byteOffset,ae.byteLength)}if(Array.isArray(e)){let R=new Buffer(e.length);for(let W=0;W<e.length;W++)R[W]=e[W]&255;return R}throw TypeError(`The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array`)}static isBuffer(e){return e instanceof Buffer}static isEncoding(e){if(typeof e!=`string`)return!1;let R=e.toLowerCase().replace(/-/g,``);return[`utf8`,`ascii`,`latin1`,`binary`,`base64`,`base64url`,`hex`,`ucs2`,`utf16le`].includes(R)}static byteLength(e,R){if(typeof e!=`string`){if(ArrayBuffer.isView(e)||e instanceof ArrayBuffer||ba&&e instanceof SharedArrayBuffer)return e.byteLength;throw TypeError(`The "string" argument must be one of type string, Buffer, or ArrayBuffer`)}switch(normalizeEncoding(R)){case`utf8`:return _a.encode(e).byteLength;case`ascii`:case`latin1`:return e.length;case`base64`:case`base64url`:{let R=e.length;for(;R>0&&(e[R-1]===`=`||e[R-1]===` `);)R--;return R*3>>>2}case`hex`:return e.length>>>1;case`utf16le`:return e.length*2;default:return _a.encode(e).byteLength}}static compare(e,R){if(!(e instanceof Uint8Array)||!(R instanceof Uint8Array))throw TypeError(`Arguments must be Buffers or Uint8Arrays`);let W=Math.min(e.length,R.length);for(let Y=0;Y<W;Y++){if(e[Y]<R[Y])return-1;if(e[Y]>R[Y])return 1}return e.length<R.length?-1:+(e.length>R.length)}static concat(e,R){if(e.length===0)return Buffer.alloc(0);if(R===void 0){R=0;for(let W=0;W<e.length;W++)R+=e[W].length}let W=Buffer.alloc(R),Y=0;for(let X=0;X<e.length;X++){let ie=e[X],ae=Math.min(ie.length,R-Y);ae<=0||(W.set(ie.subarray(0,ae),Y),Y+=ae)}return W}static poolSize=8192;toString(e,R,W){let Y=normalizeEncoding(e);return decodeString(this,Y,R,W)}toJSON(){return{type:`Buffer`,data:Array.from(this)}}equals(e){if(!(e instanceof Uint8Array))throw TypeError(`Argument must be a Buffer or Uint8Array`);if(this.length!==e.length)return!1;for(let R=0;R<this.length;R++)if(this[R]!==e[R])return!1;return!0}compare(e,R,W,Y,X){if(!(e instanceof Uint8Array))throw TypeError(`Argument must be a Buffer or Uint8Array`);let ie=Y!==void 0||X!==void 0?this.subarray(Y??0,X??this.length):this,ae=R!==void 0||W!==void 0?e.subarray(R??0,W??e.length):e;return Buffer.compare(ie,ae)}copy(e,R=0,W=0,Y){let X=Y??this.length,ie=Math.min(X-W,e.length-R);return ie<=0?0:(e.set(this.subarray(W,W+ie),R),ie)}slice(e,R){let W=e??0,Y=R??this.length,X=super.subarray(W,Y);return new Buffer(X.buffer,X.byteOffset,X.byteLength)}subarray(e,R){let W=super.subarray(e,R);return new Buffer(W.buffer,W.byteOffset,W.byteLength)}write(e,R,W,Y){R??=0;let X=encodeString(e,normalizeEncoding(Y||(typeof W==`string`?W:void 0))),ie=W!==void 0&&typeof W==`number`?Math.min(W,this.length-R):this.length-R,ae=Math.min(X.length,ie);return this.set(X.subarray(0,ae),R),ae}fill(e,R,W,Y){let X=R??0,ie=W??this.length;if(typeof e==`number`)super.fill(e&255,X,ie);else if(typeof e==`string`){let R=encodeString(e,normalizeEncoding(Y));if(R.length===0)super.fill(0,X,ie);else if(R.length===1)super.fill(R[0],X,ie);else for(let e=X;e<ie;e++)this[e]=R[(e-X)%R.length]}else if(e instanceof Uint8Array)if(e.length===0)super.fill(0,X,ie);else for(let R=X;R<ie;R++)this[R]=e[(R-X)%e.length];return this}indexOf(e,R,W){if(typeof e==`number`)return super.indexOf(e&255,R);let Y=typeof e==`string`?encodeString(e,normalizeEncoding(W)):e,X=R??0;outer:for(let e=X;e<=this.length-Y.length;e++){for(let R=0;R<Y.length;R++)if(this[e+R]!==Y[R])continue outer;return e}return-1}lastIndexOf(e,R,W){if(typeof e==`number`)return R===void 0?super.lastIndexOf(e&255):super.lastIndexOf(e&255,R);let Y=typeof e==`string`?encodeString(e,normalizeEncoding(W)):e,X=R===void 0?this.length-Y.length:Math.min(R,this.length-Y.length);outer:for(let e=X;e>=0;e--){for(let R=0;R<Y.length;R++)if(this[e+R]!==Y[R])continue outer;return e}return-1}includes(e,R,W){return this.indexOf(e,R,W)!==-1}readUInt8(e=0){return checkOffset(e,1,this.length),this[e]}readUInt16BE(e=0){return checkOffset(e,2,this.length),this[e]<<8|this[e+1]}readUInt16LE(e=0){return checkOffset(e,2,this.length),this[e]|this[e+1]<<8}readUInt32BE(e=0){return checkOffset(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])}readUInt32LE(e=0){return checkOffset(e,4,this.length),this[e+3]*16777216+(this[e+2]<<16|this[e+1]<<8|this[e])>>>0}readInt8(e=0){return checkOffset(e,1,this.length),this[e]|(this[e]&128?4294967040:0)}readInt16BE(e=0){checkOffset(e,2,this.length);let R=this[e]<<8|this[e+1];return R&32768?R|4294901760:R}readInt16LE(e=0){checkOffset(e,2,this.length);let R=this[e]|this[e+1]<<8;return R&32768?R|4294901760:R}readInt32BE(e=0){return checkOffset(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]}readInt32LE(e=0){return checkOffset(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24}readFloatBE(e=0){return checkOffset(e,4,this.length),new DataView(this.buffer,this.byteOffset+e,4).getFloat32(0,!1)}readFloatLE(e=0){return checkOffset(e,4,this.length),new DataView(this.buffer,this.byteOffset+e,4).getFloat32(0,!0)}readDoubleBE(e=0){return checkOffset(e,8,this.length),new DataView(this.buffer,this.byteOffset+e,8).getFloat64(0,!1)}readDoubleLE(e=0){return checkOffset(e,8,this.length),new DataView(this.buffer,this.byteOffset+e,8).getFloat64(0,!0)}readBigInt64BE(e=0){return checkOffset(e,8,this.length),new DataView(this.buffer,this.byteOffset+e,8).getBigInt64(0,!1)}readBigInt64LE(e=0){return checkOffset(e,8,this.length),new DataView(this.buffer,this.byteOffset+e,8).getBigInt64(0,!0)}readBigUInt64BE(e=0){return checkOffset(e,8,this.length),new DataView(this.buffer,this.byteOffset+e,8).getBigUint64(0,!1)}readBigUInt64LE(e=0){return checkOffset(e,8,this.length),new DataView(this.buffer,this.byteOffset+e,8).getBigUint64(0,!0)}readUIntBE(e,R){checkOffset(e,R,this.length);let W=0;for(let Y=0;Y<R;Y++)W=W*256+this[e+Y];return W}readUIntLE(e,R){checkOffset(e,R,this.length);let W=0,Y=1;for(let X=0;X<R;X++)W+=this[e+X]*Y,Y*=256;return W}readIntBE(e,R){checkOffset(e,R,this.length);let W=0;for(let Y=0;Y<R;Y++)W=W*256+this[e+Y];return W>=2**(8*R-1)&&(W-=2**(8*R)),W}readIntLE(e,R){checkOffset(e,R,this.length);let W=0,Y=1;for(let X=0;X<R;X++)W+=this[e+X]*Y,Y*=256;return W>=2**(8*R-1)&&(W-=2**(8*R)),W}writeUInt8(e,R=0){return checkOffset(R,1,this.length),this[R]=e&255,R+1}writeUInt16BE(e,R=0){return checkOffset(R,2,this.length),this[R]=e>>>8&255,this[R+1]=e&255,R+2}writeUInt16LE(e,R=0){return checkOffset(R,2,this.length),this[R]=e&255,this[R+1]=e>>>8&255,R+2}writeUInt32BE(e,R=0){return checkOffset(R,4,this.length),this[R]=e>>>24&255,this[R+1]=e>>>16&255,this[R+2]=e>>>8&255,this[R+3]=e&255,R+4}writeUInt32LE(e,R=0){return checkOffset(R,4,this.length),this[R]=e&255,this[R+1]=e>>>8&255,this[R+2]=e>>>16&255,this[R+3]=e>>>24&255,R+4}writeInt8(e,R=0){return checkOffset(R,1,this.length),e<0&&(e=255+e+1),this[R]=e&255,R+1}writeInt16BE(e,R=0){return checkOffset(R,2,this.length),this[R]=e>>>8&255,this[R+1]=e&255,R+2}writeInt16LE(e,R=0){return checkOffset(R,2,this.length),this[R]=e&255,this[R+1]=e>>>8&255,R+2}writeInt32BE(e,R=0){return checkOffset(R,4,this.length),this[R]=e>>>24&255,this[R+1]=e>>>16&255,this[R+2]=e>>>8&255,this[R+3]=e&255,R+4}writeInt32LE(e,R=0){return checkOffset(R,4,this.length),this[R]=e&255,this[R+1]=e>>>8&255,this[R+2]=e>>>16&255,this[R+3]=e>>>24&255,R+4}writeFloatBE(e,R=0){return checkOffset(R,4,this.length),new DataView(this.buffer,this.byteOffset+R,4).setFloat32(0,e,!1),R+4}writeFloatLE(e,R=0){return checkOffset(R,4,this.length),new DataView(this.buffer,this.byteOffset+R,4).setFloat32(0,e,!0),R+4}writeDoubleBE(e,R=0){return checkOffset(R,8,this.length),new DataView(this.buffer,this.byteOffset+R,8).setFloat64(0,e,!1),R+8}writeDoubleLE(e,R=0){return checkOffset(R,8,this.length),new DataView(this.buffer,this.byteOffset+R,8).setFloat64(0,e,!0),R+8}writeBigInt64BE(e,R=0){return checkOffset(R,8,this.length),new DataView(this.buffer,this.byteOffset+R,8).setBigInt64(0,e,!1),R+8}writeBigInt64LE(e,R=0){return checkOffset(R,8,this.length),new DataView(this.buffer,this.byteOffset+R,8).setBigInt64(0,e,!0),R+8}writeBigUInt64BE(e,R=0){return checkOffset(R,8,this.length),new DataView(this.buffer,this.byteOffset+R,8).setBigUint64(0,e,!1),R+8}writeBigUInt64LE(e,R=0){return checkOffset(R,8,this.length),new DataView(this.buffer,this.byteOffset+R,8).setBigUint64(0,e,!0),R+8}swap16(){let e=this.length;if(e%2!=0)throw RangeError(`Buffer size must be a multiple of 16-bits`);for(let R=0;R<e;R+=2){let e=this[R];this[R]=this[R+1],this[R+1]=e}return this}swap32(){let e=this.length;if(e%4!=0)throw RangeError(`Buffer size must be a multiple of 32-bits`);for(let R=0;R<e;R+=4){let e=this[R],W=this[R+1];this[R]=this[R+3],this[R+1]=this[R+2],this[R+2]=W,this[R+3]=e}return this}swap64(){let e=this.length;if(e%8!=0)throw RangeError(`Buffer size must be a multiple of 64-bits`);for(let R=0;R<e;R+=8){let e=this[R],W=this[R+1],Y=this[R+2],X=this[R+3];this[R]=this[R+7],this[R+1]=this[R+6],this[R+2]=this[R+5],this[R+3]=this[R+4],this[R+4]=X,this[R+5]=Y,this[R+6]=W,this[R+7]=e}return this}}}),Da=__esmMin(()=>{Je(),Ea(),globalThis.atob,globalThis.btoa});Da(),`Buffer`in globalThis||Object.defineProperty(globalThis,`Buffer`,{value:xa,enumerable:!1,writable:!0,configurable:!0}),nt(),typeof globalThis.btoa!=`function`&&Object.defineProperty(globalThis,`btoa`,{value:function btoa(e){let R=new Uint8Array(e.length);for(let W=0;W<e.length;W++)R[W]=e.charCodeAt(W)&255;return tt.base64_encode(R)},enumerable:!0,writable:!0,configurable:!0}),typeof globalThis.atob!=`function`&&Object.defineProperty(globalThis,`atob`,{value:function atob(e){let R=tt.base64_decode(e),W=``;for(let e=0;e<R.length;e++)W+=String.fromCharCode(R[e]);return W},enumerable:!0,writable:!0,configurable:!0}),qt(),typeof queueMicrotask!=`function`&&Object.defineProperty(globalThis,`queueMicrotask`,{value:jt,enumerable:!0,writable:!0,configurable:!0});function onceWrapper(){let{target:e,type:R,listener:W}=this;return this.wrapperFn&&e.removeListener(R,this.wrapperFn),W.apply(e,arguments)}function _onceWrap(e,R,W){let Y={target:e,type:R,listener:W,wrapperFn:void 0},X=onceWrapper.bind(Y);return Y.wrapperFn=X,X.listener=W,X}function arrayClone(e){switch(e.length){case 0:return[];case 1:return[e[0]];case 2:return[e[0],e[1]];case 3:return[e[0],e[1],e[2]];default:return e.slice()}}function checkListener(e){if(typeof e!=`function`)throw TypeError(`The "listener" argument must be of type Function. Received type `+typeof e)}function validateNumber(e,R){if(typeof e!=`number`||e!==e)throw TypeError(`The "${R}" argument must be of type number. Received type ${typeof e}`)}function spliceOne(e,R){for(;R+1<e.length;R++)e[R]=e[R+1];e.pop()}function unwrapListeners(e){let R=Array(e.length);for(let W=0;W<R.length;++W)R[W]=e[W].listener??e[W];return R}function createAbortError$1(e){let R=Error(`The operation was aborted`);return R.name=`AbortError`,R.code=`ABORT_ERR`,e?.reason&&(R.cause=e.reason),R}var Oa,Aa,Pa,La=__esmMin(()=>{Et(),Oa=Symbol(`kCapture`),Aa=Symbol.for(`nodejs.rejection`),Pa=class EventEmitter{static defaultMaxListeners=10;static errorMonitor=Symbol(`events.errorMonitor`);static captureRejectionSymbol=Aa;static _captureRejections=!1;static get captureRejections(){return EventEmitter._captureRejections}static set captureRejections(e){if(typeof e!=`boolean`)throw TypeError(`The "captureRejections" argument must be of type boolean.`);EventEmitter._captureRejections=e}_events;_eventsCount;_maxListeners;[Oa];constructor(e){this._events=Object.create(null),this._eventsCount=0,this._maxListeners=void 0,this[Oa]=e?.captureRejections??EventEmitter._captureRejections}setMaxListeners(e){if(validateNumber(e,`n`),e<0)throw RangeError(`The value of "n" is out of range. It must be a non-negative number. Received `+e);return this._maxListeners=e,this}getMaxListeners(){return this._maxListeners??EventEmitter.defaultMaxListeners}emit(e,...R){let W=this._events,Y=e===`error`;if(W!==void 0)Y&&W[EventEmitter.errorMonitor]!==void 0&&this.emit(EventEmitter.errorMonitor,...R),Y&&=W.error===void 0;else if(!Y)return!1;if(Y){let e;if(e=R.length>0?R[0]:Error(`Unhandled error.`),e instanceof Error)throw e;let W=Error(`Unhandled error. (`+e+`)`);throw W.context=e,W}let X=W[e];if(X===void 0)return!1;if(typeof X==`function`){let W=X.apply(this,R);W!=null&&this[Oa]&&this._addCatch(W,e,R)}else{let W=arrayClone(X),Y=W.length;for(let X=0;X<Y;++X){let Y=W[X].apply(this,R);Y!=null&&this[Oa]&&this._addCatch(Y,e,R)}}return!0}_addCatch(e,R,W){typeof e?.then==`function`&&e.then(void 0,e=>{let Y=this[Aa];if(typeof Y==`function`)Y.call(this,e,R,...W);else{let R=this[Oa];try{this[Oa]=!1,this.emit(`error`,e)}finally{this[Oa]=R}}})}addListener(e,R){return this._addListener(e,R,!1)}on(e,R){return this._addListener(e,R,!1)}prependListener(e,R){return this._addListener(e,R,!0)}_addListener(e,R,W){checkListener(R);let Y=this._events;Y===void 0?(Y=this._events=Object.create(null),this._eventsCount=0):Y.newListener!==void 0&&(this.emit(`newListener`,e,R.listener??R),Y=this._events);let X=Y[e];X===void 0?(Y[e]=R,++this._eventsCount):typeof X==`function`?Y[e]=W?[R,X]:[X,R]:W?X.unshift(R):X.push(R);let ie=this.getMaxListeners();if(ie>0){let R=typeof Y[e]==`function`?1:Y[e].length;if(R>ie&&!Y[e].warned){typeof Y[e]!=`function`&&(Y[e].warned=!0);let W=Error(`Possible EventEmitter memory leak detected. ${R} ${String(e)} listeners added to [${this.constructor.name}]. Use emitter.setMaxListeners() to increase limit`);W.name=`MaxListenersExceededWarning`,Tt.warn(W.message)}}return this}once(e,R){return checkListener(R),this.on(e,_onceWrap(this,e,R)),this}prependOnceListener(e,R){return checkListener(R),this.prependListener(e,_onceWrap(this,e,R)),this}removeListener(e,R){checkListener(R);let W=this._events;if(W===void 0)return this;let Y=W[e];if(Y===void 0)return this;if(Y===R||Y.listener===R)--this._eventsCount===0?this._events=Object.create(null):(delete W[e],W.removeListener&&this.emit(`removeListener`,e,Y.listener??R));else if(typeof Y!=`function`){let X=-1;for(let e=Y.length-1;e>=0;e--)if(Y[e]===R||Y[e].listener===R){X=e;break}if(X<0)return this;X===0?Y.shift():spliceOne(Y,X),Y.length===1&&(W[e]=Y[0]),W.removeListener!==void 0&&this.emit(`removeListener`,e,R.listener??R)}return this}off(e,R){return this.removeListener(e,R)}removeAllListeners(e){let R=this._events;if(R===void 0)return this;if(R.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):R[e]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete R[e]),this;if(arguments.length===0){let e=Object.keys(R);for(let R=0;R<e.length;++R){let W=e[R];W!==`removeListener`&&this.removeAllListeners(W)}return this.removeAllListeners(`removeListener`),this._events=Object.create(null),this._eventsCount=0,this}let W=R[e];if(typeof W==`function`)this.removeListener(e,W);else if(W!==void 0)for(let R=W.length-1;R>=0;R--)this.removeListener(e,W[R]);return this}listeners(e){let R=this._events;if(R===void 0)return[];let W=R[e];return W===void 0?[]:typeof W==`function`?[W.listener??W]:unwrapListeners(W)}rawListeners(e){let R=this._events;if(R===void 0)return[];let W=R[e];return W===void 0?[]:typeof W==`function`?[W]:arrayClone(W)}listenerCount(e){let R=this._events;if(R===void 0)return 0;let W=R[e];return W===void 0?0:typeof W==`function`?1:W.length}eventNames(){return(this._eventsCount??0)>0?Reflect.ownKeys(this._events):[]}static once(e,R,W){return new Promise((Y,X)=>{let ie=W?.signal;if(ie?.aborted){X(createAbortError$1(ie));return}if(typeof e.addEventListener==`function`){let W=e,handler=(...e)=>{ie&&ie.removeEventListener(`abort`,abortHandler),Y(e)},errorHandler=e=>{ie&&ie.removeEventListener(`abort`,abortHandler),W.removeEventListener(`error`,errorHandler),X(e)},abortHandler=()=>{W.removeEventListener(R,handler),W.removeEventListener(`error`,errorHandler),X(createAbortError$1(ie))};W.addEventListener(R,handler,{once:!0}),R!==`error`&&W.addEventListener(`error`,errorHandler,{once:!0}),ie&&ie.addEventListener(`abort`,abortHandler,{once:!0});return}let ae=e,eventHandler=(...e)=>{ie&&ie.removeEventListener(`abort`,abortHandler),errorHandler!==void 0&&ae.removeListener(`error`,errorHandler),Y(e)},errorHandler;R!==`error`&&(errorHandler=e=>{ae.removeListener(R,eventHandler),ie&&ie.removeEventListener(`abort`,abortHandler),X(e)},ae.once(`error`,errorHandler)),ae.once(R,eventHandler);let abortHandler=()=>{ae.removeListener(R,eventHandler),errorHandler&&ae.removeListener(`error`,errorHandler),X(createAbortError$1(ie))};ie&&ie.addEventListener(`abort`,abortHandler,{once:!0})})}static on(e,R,W){let Y=W?.signal;if(Y?.aborted)throw createAbortError$1(Y);let X=W?.highWaterMark??2**53-1,ie=W?.lowWaterMark??1;validateNumber(X,`highWaterMark`),validateNumber(ie,`lowWaterMark`);let ae=[],le=[],_e=null,ye=!1,be=!1,eventHandler=(...R)=>{if(le.length>0){let{resolve:e}=le.shift();e({value:R,done:!1})}else ae.push(R),ae.length>=X&&!be&&(be=!0,typeof e.pause==`function`&&e.pause())},errorHandler=e=>{if(_e=e,le.length>0){let{reject:R}=le.shift();R(e)}Ce.return()},abortHandler=()=>{errorHandler(createAbortError$1(Y))};e.on(R,eventHandler),R!==`error`&&e.on(`error`,errorHandler),Y&&Y.addEventListener(`abort`,abortHandler,{once:!0});let cleanup=()=>{e.removeListener(R,eventHandler),e.removeListener(`error`,errorHandler),Y&&Y.removeEventListener(`abort`,abortHandler),ye=!0;for(let{resolve:e}of le)e({value:void 0,done:!0});le.length=0,ae.length=0},Ce={next(){if(ae.length>0){let R=ae.shift();return be&&ae.length<ie&&(be=!1,typeof e.resume==`function`&&e.resume()),Promise.resolve({value:R,done:!1})}if(_e){let e=Promise.reject(_e);return _e=null,e}return ye?Promise.resolve({value:void 0,done:!0}):new Promise((e,R)=>{le.push({resolve:e,reject:R})})},return(){return cleanup(),Promise.resolve({value:void 0,done:!0})},throw(e){return ye||(_e=e,cleanup()),Promise.reject(e)},[Symbol.asyncIterator](){return this}};return Ce}static listenerCount(e,R){return e.listenerCount(R)}static getEventListeners(e,R){return typeof e.listeners==`function`?e.listeners(R):[]}static setMaxListeners(e,...R){if(validateNumber(e,`n`),e<0)throw RangeError(`The value of "n" is out of range.`);if(R.length===0)EventEmitter.defaultMaxListeners=e;else for(let W of R)typeof W.setMaxListeners==`function`&&W.setMaxListeners(e)}static getMaxListeners(e){return typeof e.getMaxListeners==`function`?e.getMaxListeners():EventEmitter.defaultMaxListeners}static addAbortListener(e,R){e.aborted&&Promise.resolve().then(()=>R());let handler=()=>R();return e.addEventListener(`abort`,handler,{once:!0}),{[Symbol.dispose](){e.removeEventListener(`abort`,handler)}}}},Pa.EventEmitter=Pa;for(let e of[`setMaxListeners`,`getMaxListeners`,`emit`,`addListener`,`on`,`prependListener`,`once`,`prependOnceListener`,`removeListener`,`off`,`removeAllListeners`,`listeners`,`rawListeners`,`listenerCount`,`eventNames`]){let R=Pa.prototype[e];typeof R==`function`&&Object.defineProperty(Pa.prototype,e,{enumerable:!0,configurable:!0,writable:!0,value:R})}Object.defineProperty(Pa.prototype,`_events`,{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(Pa.prototype,`_eventsCount`,{enumerable:!0,configurable:!0,writable:!0,value:0}),Object.defineProperty(Pa.prototype,`_maxListeners`,{enumerable:!0,configurable:!0,writable:!0,value:void 0}),__name$1(createAbortError$1,`createAbortError`)}),Ra,Ba=__esmMin(()=>{La(),qt(),Ra=makeCallable(Pa),Ra.EventEmitter=Ra,Ra.captureRejectionSymbol,Ra.errorMonitor,Ra.defaultMaxListeners,Ra.setMaxListeners,Ra.getMaxListeners,Ra.once,Ra.on,Ra.getEventListeners,Ra.listenerCount,Ra.addAbortListener});Ba();let Va=null;const Ga=globalThis.imports?.gi;if(Ga)try{Va=Ga.GjsifyTerminal}catch{}const Ka=Va;Et(),qt();const qa=new TextEncoder;function getGjsGlobal(){return globalThis}function detectGjsVersion(){try{let e=getGjsGlobal().imports?.system;if(e?.version!==void 0){let R=Number(e.version);return`${Math.floor(R/1e4)}.${Math.floor(R%1e4/100)}.${R%100}`}}catch{}}function detectNodeVersion(){if(typeof globalThis.process?.versions?.node==`string`)return globalThis.process.versions.node}function detectVersionInfo(){if(detectNodeVersion())return{version:globalThis.process.version,versions:{...globalThis.process.versions},title:globalThis.process?.title||`node`};let e=detectGjsVersion(),R={node:`20.0.0`};return e&&(R.gjs=e),{version:`v20.0.0`,versions:R,title:`gjs`}}function detectPpid(){if(typeof globalThis.process?.ppid==`number`)return globalThis.process.ppid;try{let e=getGjsGlobal().imports?.gi?.GLib;if(e){let[,R]=e.file_get_contents(`/proc/self/status`);if(R){let e=new TextDecoder().decode(R).match(/PPid:\s+(\d+)/);if(e)return parseInt(e[1],10)}}}catch{}return 0}function detectPlatform(){try{let e=getGjsGlobal().imports?.gi?.GLib;if(e&&e.get_os_info(`ID`))return`linux`}catch{}return getGjsGlobal().imports?.system===void 0&&typeof globalThis.process?.platform==`string`?globalThis.process.platform:`linux`}function detectArch(){return typeof globalThis.process?.arch==`string`?globalThis.process.arch:`x64`}function getCwd(){try{let e=getGjsGlobal().imports?.gi?.GLib;if(e?.get_current_dir)return e.get_current_dir()}catch{}return`/`}function getEnvProxy(){if(typeof globalThis.process?.env==`object`)return globalThis.process.env;try{let e=getGjsGlobal().imports?.gi?.GLib;if(e)return new Proxy({},{get(R,W){if(typeof W==`string`)return e.getenv(W)??void 0},set(R,W,Y){return typeof W==`string`?(e.setenv(W,String(Y),!0),!0):!1},deleteProperty(R,W){return typeof W==`string`?(e.unsetenv(W),!0):!1},has(R,W){return typeof W==`string`?e.getenv(W)!==null:!1},ownKeys(R){return e.listenv()},getOwnPropertyDescriptor(R,W){if(typeof W!=`string`)return;let Y=e.getenv(W);if(Y!==null)return{configurable:!0,enumerable:!0,writable:!0,value:Y}}})}catch{}return{}}function getArgv(){if(globalThis.process?.argv!==void 0)return globalThis.process.argv;try{let e=getGjsGlobal().imports?.system;if(e?.programArgs)return[`gjs`,e.programInvocationName||``,...e.programArgs]}catch{}return[`gjs`]}function getExecPath(){if(typeof globalThis.process?.execPath==`string`)return globalThis.process.execPath;try{let e=getGjsGlobal().imports?.system;if(e?.programInvocationName)return e.programInvocationName}catch{}return`/usr/bin/gjs`}function getPid(){if(typeof globalThis.process?.pid==`number`)return globalThis.process.pid;try{let e=getGjsGlobal().imports?.gi?.GLib;if(e){let[,R]=e.file_get_contents(`/proc/self/stat`);if(R){let e=new TextDecoder().decode(R),W=parseInt(e,10);if(!isNaN(W))return W}}}catch{}return 0}const Ja=Date.now();function getGioNamespace(){let e=globalThis.imports?.gi;if(!e)return null;let R=null;try{R=e.GioUnix}catch{}if(!R)try{R=e.Gio}catch{}return R}var ProcessWriteStream=class extends Ra{fd;writable=!0;_outGio=null;constructor(e){super(),this.fd=e;let R=getGioNamespace();if(R){let e=R.UnixOutputStream??R.OutputStream;if(e)try{this._outGio=e.new(this.fd,!1)}catch{}}}write(e){if(this._outGio)try{let R=typeof e==`string`?qa.encode(e):e;return this._outGio.write_all(R,null),!0}catch{}return this.fd===2?Tt.error(e):Tt.log(e),!0}get isTTY(){if(Ka)return Ka.Terminal.is_tty(this.fd);try{let e=getGjsGlobal().imports?.gi?.GLib;if(e)return!!e.log_writer_supports_color(this.fd)}catch{}return!1}get columns(){if(Ka){let[e,,R]=Ka.Terminal.get_size(this.fd);if(e&&R>0)return R}try{let e=getGjsGlobal().imports?.gi?.GLib;if(e){let R=parseInt(e.getenv(`COLUMNS`)??`0`,10);if(R>0)return R}}catch{}return 80}end(){}destroy(){}get rows(){if(Ka){let[e,R]=Ka.Terminal.get_size(this.fd);if(e&&R>0)return R}try{let e=getGjsGlobal().imports?.gi?.GLib;if(e){let R=parseInt(e.getenv(`LINES`)??`0`,10);if(R>0)return R}}catch{}return 24}},ProcessReadStream=class extends Ra{fd;isRaw=!1;_gio=null;_stdinGio=null;_reading=!1;_flowing=!1;_sttyCleanupRegistered=!1;_mainLoopHeld=!1;_pendingRead=!1;constructor(e){super(),this.fd=e,this._gio=getGioNamespace()}get isTTY(){return Ka?Ka.Terminal.is_tty(this.fd):!1}setRawMode(e){return Ka&&Ka.Terminal.set_raw_mode(this.fd,e)?(this.isRaw=e,this):(this._setRawModeViaStty(e),this.isRaw=e,this)}_setRawModeViaStty(e){try{let R=globalThis.imports?.gi,W=R?.Gio??R?.Gio;if(!W)return;let Y=W.SubprocessFlags?.STDIN_INHERIT??2,X=e?[`stty`,`-icanon`,`-echo`,`-icrnl`,`min`,`1`,`time`,`0`]:[`stty`,`icanon`,`echo`,`icrnl`];if(new W.SubprocessLauncher({flags:Y}).spawnv(X).wait(null),e&&!this._sttyCleanupRegistered){this._sttyCleanupRegistered=!0;let e=globalThis.process;e?.once&&typeof e.once==`function`&&e.once(`exit`,()=>this._setRawModeViaStty(!1))}}catch{}}setEncoding(e){return this}resume(){return this._flowing=!0,this._gio&&this.fd===0&&!this._reading&&this._startReading(),this}pause(){if(this._flowing=!1,this._reading=!1,this._mainLoopHeld){this._mainLoopHeld=!1;let e=globalThis.imports?.gi,R=e?.GLib??e?.GLib;R?.idle_add?R.idle_add(300,()=>(this._mainLoopHeld||quitMainLoop(),!1)):quitMainLoop()}return this}read(){return null}_startReading(){if(!this._gio||this._reading)return;if(this._pendingRead){this._reading=!0,this._mainLoopHeld||(this._mainLoopHeld=!0,ensureMainLoop());return}if(this._reading=!0,this._mainLoopHeld||(this._mainLoopHeld=!0,ensureMainLoop()),!this._stdinGio){let e=this._gio.UnixInputStream??this._gio.InputStream;if(!e){this._reading=!1;return}try{this._stdinGio=e.new(this.fd,!1)}catch{this._reading=!1;return}}let loop=()=>{if(!this._reading){this._pendingRead=!1;return}this._pendingRead=!0,this._stdinGio.read_bytes_async(4096,0,null,(e,R)=>{this._pendingRead=!1;try{let W=e.read_bytes_finish(R)?.get_data?.()??null;if(W&&W.byteLength>0)this.emit(`data`,Buffer.from(W));else if(W!==null&&W.byteLength===0){this._reading=!1,this.emit(`end`);return}}catch{this._reading=!1;return}this._reading&&loop()})};loop()}};function getMonotonicTime(){try{let e=getGjsGlobal().imports?.gi?.GLib;if(e?.get_monotonic_time)return BigInt(e.get_monotonic_time())*1000n}catch{}return typeof performance?.now==`function`?BigInt(Math.round(performance.now()*1e6)):BigInt(Date.now())*1000000n}const Ya=getMonotonicTime();var Process=class extends Ra{platform;arch;env;argv;argv0;execPath;pid;ppid;version;versions;title;execArgv;config;exitCode;constructor(){super(),this.platform=detectPlatform(),this.arch=detectArch(),this.env=getEnvProxy(),this.argv=getArgv(),this.argv0=this.argv[0]||`gjs`,this.execPath=getExecPath(),this.execArgv=globalThis.process?.execArgv??[],this.config=globalThis.process?.config??{target_defaults:{},variables:{}},this.pid=getPid(),this.ppid=detectPpid();let e=detectVersionInfo();this.version=e.version,this.versions=e.versions,this.title=e.title}cwd(){return getCwd()}chdir(e){try{let R=getGjsGlobal().imports?.gi?.GLib;if(R?.chdir){if(!R.file_test(e,16)){let R=Error(`ENOENT: no such file or directory, chdir '${e}'`);throw R.code=`ENOENT`,R.syscall=`chdir`,R.path=e,R}R.chdir(e);return}}catch(e){if(e&&typeof e==`object`&&e.code===`ENOENT`)throw e}let R=globalThis.process;if(R&&R!==this&&typeof R.chdir==`function`){R.chdir(e);return}throw Error(`process.chdir() is not supported in this environment`)}kill(e,R){let W=globalThis.process;if(W&&W!==this&&typeof W.kill==`function`)return W.kill(e,R);try{let W=getGjsGlobal().imports?.gi?.GLib;if(W){let Y=typeof R==`number`?String(R):R||`SIGTERM`,X=Y.startsWith(`SIG`)?`-${Y.slice(3)}`:`-${Y}`;return W.spawn_command_line_sync(`kill ${X} ${e}`),!0}}catch{}throw Error(`process.kill() is not supported in this environment`)}exit(e){this.exitCode=e??this.exitCode??0,this.emit(`exit`,this.exitCode);let R=getGjsGlobal().imports,W=R?.gi?.GLib,Y=R?.system,X=W?.idle_add,ie=W?.SOURCE_REMOVE,ae=W?.PRIORITY_DEFAULT;if(Y?.exit&&X&&typeof ae==`number`&&typeof ie==`boolean`){let e=this.exitCode;return ensureMainLoop(),X(ae,()=>(quitMainLoop(),Y.exit(e),ie)),new Promise(()=>{})}try{Y?.exit&&Y.exit(this.exitCode)}catch{}let le=globalThis.process;throw le&&le!==this&&typeof le.exit==`function`&&le.exit(this.exitCode),Error(`process.exit(${this.exitCode})`)}nextTick(e,...R){typeof queueMicrotask==`function`?queueMicrotask(()=>e(...R)):Promise.resolve().then(()=>e(...R))}hrtime(e){let R=getMonotonicTime()-Ya,W=Number(R/1000000000n),Y=Number(R%1000000000n);if(e){let R=W-e[0],X=Y-e[1];return X<0&&(R--,X+=1e9),[R,X]}return[W,Y]}uptime(){return(Date.now()-Ja)/1e3}memoryUsage(){try{let e=getGjsGlobal().imports?.gi?.GLib;if(e){let[,R]=e.file_get_contents(`/proc/self/status`);if(R){let e=new TextDecoder().decode(R).match(/VmRSS:\s+(\d+)/),W=e?parseInt(e[1],10)*1024:0;return{rss:W,heapTotal:W,heapUsed:W,external:0,arrayBuffers:0}}}}catch{}let e=globalThis.process;return e&&e!==this&&typeof e.memoryUsage==`function`?e.memoryUsage():{rss:0,heapTotal:0,heapUsed:0,external:0,arrayBuffers:0}}cpuUsage(e){let R=globalThis.process;return R&&R!==this&&typeof R.cpuUsage==`function`?R.cpuUsage(e):{user:0,system:0}}stdout=new ProcessWriteStream(1);stderr=new ProcessWriteStream(2);stdin=new ProcessReadStream(0);abort(){this.exit(1)}umask(e){return 18}emitWarning(e,R){Tt.warn(typeof e==`string`?`(${R||`Warning`}): ${e}`:e.message)}};Process.prototype.hrtime.bigint=function(){return getMonotonicTime()-Ya};const go=new Process;if(Ka)try{let e=new Ka.ResizeWatcher;e.connect(`resized`,(e,R,W)=>{go.stdout.emit(`resize`),go.stderr.emit(`resize`)}),e.start()}catch{}go.platform,go.arch,go.env,go.argv,go.argv0,go.execPath,go.pid,go.ppid,go.version,go.versions,go.cwd.bind(go),go.chdir.bind(go),go.exit.bind(go),go.nextTick.bind(go),Object.assign(go.hrtime.bind(go),{bigint:go.hrtime.bigint.bind(go)}),go.uptime.bind(go),go.memoryUsage.bind(go),go.cpuUsage.bind(go),go.kill.bind(go),go.abort.bind(go),go.umask.bind(go),go.emitWarning.bind(go),go.execArgv,go.config,go.stdout,go.stderr,go.stdin,qt(),typeof Promise.withResolvers!=`function`&&(Promise.withResolvers=function(){let e,R;return{promise:new Promise((W,Y)=>{e=W,R=Y}),resolve:e,reject:R}}),initErrorV8Methods(Error),`global`in globalThis||Object.defineProperty(globalThis,`global`,{value:globalThis,writable:!1,enumerable:!1,configurable:!0}),Object.defineProperty(globalThis,`process`,{value:go,enumerable:!1,writable:!0,configurable:!0}),qt(),typeof globalThis.structuredClone!=`function`&&Object.defineProperty(globalThis,`structuredClone`,{value:structuredClone$1,enumerable:!0,writable:!0,configurable:!0});function getGLib(){return globalThis.imports?.gi?.GLib}const Vo=getGLib()!==void 0;var GjsifyTimeout=class{_id=null;_refed=!0;_callback;_delay;_args;_repeat;constructor(e,R,W,Y){this._callback=e,this._delay=R,this._args=W,this._repeat=Y,this._schedule()}_schedule(){let e=getGLib();if(!e)return;let R=e.timeout_add.bind(e);this._id=R(e.PRIORITY_DEFAULT,this._delay,()=>{try{this._callback.apply(globalThis,this._args)}catch(e){setTimeout(()=>{throw e},0)}return this._repeat?e.SOURCE_CONTINUE:(this._id=null,e.SOURCE_REMOVE)})}ref(){return this._refed=!0,this}unref(){return this._refed=!1,this}hasRef(){return this._refed}refresh(){return this._cancel(),this._schedule(),this}_cancel(){if(this._id!==null){try{getGLib()?.Source.remove(this._id)}catch{}this._id=null}}[Symbol.toPrimitive](){return this._id}[Symbol.dispose](){this._cancel()}};function removeById(e){if(e instanceof GjsifyTimeout)e._cancel();else if(typeof e==`number`)try{getGLib()?.Source.remove(e)}catch{}}if(Vo){let setT=(e,R=0,...W)=>new GjsifyTimeout(e,Math.max(0,R|0),W,!1),setI=(e,R=0,...W)=>new GjsifyTimeout(e,Math.max(0,R|0),W,!0),e=globalThis;e.setTimeout=setT,e.clearTimeout=removeById,e.setInterval=setI,e.clearInterval=removeById}function setImmediate(e,...R){return setTimeout(e,0,...R)}function clearImmediate(e){clearTimeout(e)}`setImmediate`in globalThis||Object.defineProperty(globalThis,`setImmediate`,{value:setImmediate,enumerable:!0,writable:!0,configurable:!0}),`clearImmediate`in globalThis||Object.defineProperty(globalThis,`clearImmediate`,{value:clearImmediate,enumerable:!0,writable:!0,configurable:!0}),nt();const Ko=tt.UriFlags.HAS_PASSWORD|tt.UriFlags.ENCODED|tt.UriFlags.SCHEME_NORMALIZE;var es=class URLSearchParams{_entries=[];constructor(e){if(e)if(typeof e==`string`){let R=e.startsWith(`?`)?e.slice(1):e;if(R)for(let e of R.split(`&`)){let R=e.indexOf(`=`);R===-1?this._entries.push([decodeComponent(e),``]):this._entries.push([decodeComponent(e.slice(0,R)),decodeComponent(e.slice(R+1))])}}else if(Array.isArray(e))for(let[R,W]of e)this._entries.push([String(R),String(W)]);else if(e instanceof URLSearchParams)this._entries=e._entries.map(([e,R])=>[e,R]);else for(let R of Object.keys(e))this._entries.push([R,String(e[R])])}get(e){for(let[R,W]of this._entries)if(R===e)return W;return null}getAll(e){return this._entries.filter(([R])=>R===e).map(([,e])=>e)}set(e,R){let W=!1;if(this._entries=this._entries.filter(([R])=>R===e?W?!1:(W=!0,!0):!0),W){for(let W=0;W<this._entries.length;W++)if(this._entries[W][0]===e){this._entries[W][1]=R;break}}else this._entries.push([e,R])}has(e){return this._entries.some(([R])=>R===e)}delete(e){this._entries=this._entries.filter(([R])=>R!==e)}append(e,R){this._entries.push([e,R])}sort(){this._entries.sort((e,R)=>e[0]<R[0]?-1:+(e[0]>R[0]))}toString(){return this._entries.map(([e,R])=>encodeComponent(e)+`=`+encodeComponent(R)).join(`&`)}forEach(e){for(let[R,W]of this._entries)e(W,R,this)}*entries(){yield*this._entries}*keys(){for(let[e]of this._entries)yield e}*values(){for(let[,e]of this._entries)yield e}[Symbol.iterator](){return this.entries()}get size(){return this._entries.length}};function decodeComponent(e){try{return decodeURIComponent(e.replace(/\+/g,` `))}catch{return e}}function encodeComponent(e){return encodeURIComponent(e).replace(/%20/g,`+`)}var rs=class URL{#e;#t;constructor(e,R){let W=e instanceof URL?e.href:String(e);try{if(R!==void 0){let e=R instanceof URL?R.href:String(R),Y=tt.Uri.parse(e,Ko);this.#e=Y.parse_relative(W,Ko)}else this.#e=tt.Uri.parse(W,Ko)}catch{throw TypeError(`Invalid URL: ${W}`)}if(!this.#e)throw TypeError(`Invalid URL: ${W}`);this.#t=new es(this.#e.get_query()||``)}get protocol(){return this.#e.get_scheme()+`:`}get hostname(){return(this.#e.get_host()||``).toLowerCase()}get port(){let e=this.#e.get_port();if(e===-1)return``;let R=this.#e.get_scheme();return(R===`http`||R===`ws`)&&e===80||(R===`https`||R===`wss`)&&e===443||R===`ftp`&&e===21?``:String(e)}get host(){let e=this.hostname,R=this.port;return R?`${e}:${R}`:e}get pathname(){return this.#e.get_path()||`/`}get search(){let e=this.#e.get_query();return e?`?`+e:``}get hash(){let e=this.#e.get_fragment();return e?`#`+e:``}get origin(){let e=this.protocol;return e===`http:`||e===`https:`||e===`ftp:`?`${e}//${this.host}`:`null`}get username(){return this.#e.get_user()||``}get password(){return this.#e.get_password()||``}get href(){let e=this.protocol,R=this.#e.get_scheme();(R===`http`||R===`https`||R===`ftp`||R===`file`||R===`ws`||R===`wss`||this.hostname)&&(e+=`//`);let W=this.username,Y=this.password;W&&(e+=W,Y&&(e+=`:`+Y),e+=`@`),e+=this.hostname,this.port&&(e+=`:`+this.port);let X=this.pathname;return e+=X,e+=this.search,e+=this.hash,e}get searchParams(){return this.#t}toString(){return this.href}toJSON(){return this.href}static _objectURLPaths=new Map;static _objectURLCounter=0;static createObjectURL(e){let R=e?._tmpPath;if(typeof R==`string`&&R.length>0){let e=`file://${R}`;return URL._objectURLPaths.set(e,R),e}return`file:///dev/null`}static revokeObjectURL(e){let R=URL._objectURLPaths.get(e);if(R){try{tt.unlink(R)}catch{}URL._objectURLPaths.delete(e)}}};typeof globalThis.URL!=`function`&&Object.defineProperty(globalThis,`URL`,{value:rs,enumerable:!1,writable:!0,configurable:!0}),typeof globalThis.URLSearchParams!=`function`&&Object.defineProperty(globalThis,`URLSearchParams`,{value:es,enumerable:!1,writable:!0,configurable:!0});let as;if(globalThis.performance)as=globalThis.performance;else{let e,_now;try{let R=globalThis.imports.gi.GLib;e=R.get_monotonic_time(),_now=()=>(R.get_monotonic_time()-e)/1e3}catch{let R=Date.now();e=0,_now=()=>Date.now()-R}let R=[],W=Date.now()-_now();as={timeOrigin:W,now:_now,mark(e){let W={name:e,entryType:`mark`,startTime:_now(),duration:0};return R.push(W),W},measure(e,W,Y){let X=0,ie=_now();if(W){let e=R.find(e=>e.entryType===`mark`&&e.name===W);e&&(X=e.startTime)}if(Y){let e=R.find(e=>e.entryType===`mark`&&e.name===Y);e&&(ie=e.startTime)}let ae={name:e,entryType:`measure`,startTime:X,duration:ie-X};return R.push(ae),ae},getEntries(){return[...R]},getEntriesByName(e){return R.filter(R=>R.name===e)},getEntriesByType(e){return R.filter(R=>R.entryType===e)},clearMarks(e){for(let W=R.length-1;W>=0;W--)R[W].entryType===`mark`&&(!e||R[W].name===e)&&R.splice(W,1)},clearMeasures(e){for(let W=R.length-1;W>=0;W--)R[W].entryType===`measure`&&(!e||R[W].name===e)&&R.splice(W,1)},clearResourceTimings(){},setResourceTimingBufferSize(){},toJSON(){return{timeOrigin:W}}}}var PerformanceObserverStub=class{_callback;constructor(e){this._callback=e}observe(e){}disconnect(){}takeRecords(){return[]}};const os=globalThis.PerformanceObserver||PerformanceObserverStub;globalThis.PerformanceEntry,globalThis.PerformanceObserverEntryList,globalThis.PerformanceMark,globalThis.PerformanceMeasure,globalThis.performance===void 0&&(globalThis.performance=as),typeof globalThis.PerformanceObserver!=`function`&&(globalThis.PerformanceObserver=os);var AudioNode=class{_outputs=new Set;_inputs=new Set;numberOfInputs;numberOfOutputs;channelCount;constructor(e=1,R=1){this.numberOfInputs=e,this.numberOfOutputs=R,this.channelCount=2}connect(e){return this._outputs.add(e),e._inputs.add(this),e}disconnect(e){if(e)this._outputs.delete(e),e._inputs.delete(this);else{for(let e of this._outputs)e._inputs.delete(this);this._outputs.clear()}}};let ss=!1;function ensureGstInit(){ss||=(ye.init(null),!0)}var AudioParam=class{defaultValue;minValue;maxValue;_onChange=null;_value;_rampTimerId=null;constructor(e=0,R=-34028235e31,W=34028235e31){this.defaultValue=e,this.minValue=R,this.maxValue=W,this._value=e}get value(){return this._value}set value(e){this._cancelRamp(),this._value=Math.max(this.minValue,Math.min(this.maxValue,e)),this._onChange?.(this._value)}setValueAtTime(e,R){return this.value=e,this}linearRampToValueAtTime(e,R){return this.value=e,this}exponentialRampToValueAtTime(e,R){return this.value=e,this}setTargetAtTime(R,W,Y){if(this._cancelRamp(),Y<=0)return this.value=R,this;let X=Math.max(10,Math.round(Y*100));return this._rampTimerId=e.timeout_add(e.PRIORITY_DEFAULT,X,()=>{let W=R-this._value;if(Math.abs(W)<.001)return this._value=R,this._onChange?.(this._value),this._rampTimerId=null,e.SOURCE_REMOVE;let ie=1-Math.exp(-X/(Y*1e3));return this._value+=W*ie,this._onChange?.(this._value),e.SOURCE_CONTINUE}),this}setValueCurveAtTime(e,R,W){return this}cancelScheduledValues(e){return this._cancelRamp(),this}cancelAndHoldAtTime(e){return this._cancelRamp(),this}_cancelRamp(){this._rampTimerId!==null&&(e.source_remove(this._rampTimerId),this._rampTimerId=null)}},GainNode=class extends AudioNode{gain;_activePlayers=new Set;constructor(){super(1,1),this.gain=new AudioParam(1,0,10),this.gain._onChange=e=>{for(let R of this._activePlayers)R.setVolume(e)}}},GstPlayer=class{_pipeline=null;_volumeElement=null;_busWatchId=null;_ended=!1;_loop;_onEnded;_audioBuffer;constructor(e){ensureGstInit(),this._loop=e.loop,this._onEnded=e.onEnded,this._audioBuffer=e.audioBuffer;let{audioBuffer:R,volume:W,offset:Y,duration:X,playbackRate:ie}=e,ae=R.sampleRate,le=R.numberOfChannels,_e=this._interleave(R,Y,X);if(_e.length===0){this._fireEnded();return}let be=`appsrc name=src caps="${`audio/x-raw,format=F32LE,rate=${ae},channels=${le},layout=interleaved`}" format=3 ! audioconvert ! volume name=vol ! autoaudiosink`;this._pipeline=ye.parse_launch(be),this._volumeElement=this._pipeline.get_by_name(`vol`);let Ce=this._pipeline.get_by_name(`src`);this._volumeElement.set_property(`volume`,Math.max(0,Math.min(W,10)));let Te=this._pipeline.get_bus();this._busWatchId=Te.add_watch(0,(e,R)=>(R.type===ye.MessageType.EOS?this._loop&&!this._ended?this._restartPlayback(Ce,_e):this._fireEnded():R.type===ye.MessageType.ERROR&&this._fireEnded(),!0));let Oe=ye.Buffer.new_wrapped(_e),Ae=_e.length/(4*le);Oe.pts=0,Oe.duration=Math.floor(Ae/ae*Number(ye.SECOND)),Ce.push_buffer(Oe),Ce.end_of_stream(),ie!==1&&(this._pipeline.set_state(ye.State.PAUSED),this._pipeline.seek(ie,ye.Format.TIME,ye.SeekFlags.FLUSH|ye.SeekFlags.ACCURATE,ye.SeekType.SET,0,ye.SeekType.NONE,-1)),this._pipeline.set_state(ye.State.PLAYING)}setVolume(e){this._volumeElement&&!this._ended&&this._volumeElement.set_property(`volume`,Math.max(0,Math.min(e,10)))}setLoop(e){this._loop=e}stop(){this._ended||this._fireEnded()}get ended(){return this._ended}_restartPlayback(e,R){this._pipeline&&this._pipeline.seek_simple(ye.Format.TIME,ye.SeekFlags.FLUSH,0)}_fireEnded(){this._ended||(this._ended=!0,this._cleanup(),this._onEnded())}_cleanup(){let R=this._pipeline;this._pipeline=null,this._volumeElement=null,this._busWatchId=null,R&&e.idle_add(e.PRIORITY_LOW,()=>(R.set_state(ye.State.NULL),e.SOURCE_REMOVE))}_interleave(e,R,W){let Y=e.numberOfChannels,X=Math.min(Math.floor(R*e.sampleRate),e.length),ie=e.length-X,ae=W===void 0?ie:Math.min(Math.floor(W*e.sampleRate),ie);if(ae<=0)return new Uint8Array;let le=new Float32Array(ae*Y);for(let R=0;R<ae;R++)for(let W=0;W<Y;W++)le[R*Y+W]=e._channelData[W][X+R];return new Uint8Array(le.buffer)}},AudioBufferSourceNode=class extends AudioNode{buffer=null;loop=!1;loopStart=0;loopEnd=0;playbackRate;onended=null;_player=null;_started=!1;constructor(){super(0,1),this.playbackRate=new AudioParam(1,.0625,16)}start(e=0,R=0,W){if(this._started)throw new DOMException(`AudioBufferSourceNode can only be started once`,`InvalidStateError`);if(this._started=!0,!this.buffer)return;let Y=this._findGainNode(),X=Y?Y.gain.value:1;this._player=new GstPlayer({audioBuffer:this.buffer,volume:X,loop:this.loop,offset:R,duration:W,playbackRate:this.playbackRate.value,onEnded:()=>{Y&&Y._activePlayers.delete(this._player),this._player=null,this.onended?.()}}),Y&&this._player&&Y._activePlayers.add(this._player)}stop(e=0){this._player&&this._player.stop()}_findGainNode(){for(let e of this._outputs){if(e instanceof GainNode)return e;for(let R of e._outputs)if(R instanceof GainNode)return R}return null}},AudioBuffer=class{sampleRate;length;duration;numberOfChannels;_channelData;constructor(e){this.sampleRate=e.sampleRate,this.length=e.length,this.numberOfChannels=e.numberOfChannels,this.duration=this.length/this.sampleRate,this._channelData=[];for(let e=0;e<this.numberOfChannels;e++)this._channelData.push(new Float32Array(this.length))}getChannelData(e){if(e<0||e>=this.numberOfChannels)throw RangeError(`channel index ${e} out of range [0, ${this.numberOfChannels})`);return this._channelData[e]}copyFromChannel(e,R,W=0){let Y=this.getChannelData(R),X=Math.min(e.length,Y.length-W);e.set(Y.subarray(W,W+X))}copyToChannel(e,R,W=0){let Y=this.getChannelData(R),X=Math.min(e.length,Y.length-W);Y.set(e.subarray(0,X),W)}},AudioDestinationNode=class extends AudioNode{maxChannelCount=2;constructor(){super(1,0)}};function decodeAudioDataSync(e){if(ensureGstInit(),!(e instanceof ArrayBuffer)||e.byteLength===0)throw new DOMException(`Unable to decode audio data`,`EncodingError`);let R=ye.parse_launch(`appsrc name=src ! decodebin ! audioconvert ! audioresample ! capsfilter caps=audio/x-raw,format=F32LE,layout=interleaved ! appsink name=sink sync=false`),W=R.get_by_name(`src`),Y=R.get_by_name(`sink`);R.set_state(ye.State.PLAYING);let X=new Uint8Array(e);W.push_buffer(ye.Buffer.new_wrapped(X)),W.end_of_stream();let ie=[],ae=0,le=0;for(;;){let e=Y.try_pull_sample(2*Number(ye.SECOND));if(!e)break;if(ae===0){let R=e.get_caps();if(R){let e=R.get_structure(0);[,ae]=e.get_int(`rate`),[,le]=e.get_int(`channels`)}}let R=e.get_buffer();if(!R)continue;let[W,X]=R.map(ye.MapFlags.READ);W&&(ie.push(new Uint8Array(X.data)),R.unmap(X))}if(R.set_state(ye.State.NULL),ae===0||le===0)throw new DOMException(`Unable to decode audio data`,`EncodingError`);let _e=0;for(let e of ie)_e+=e.length;let be=_e/(4*le),Ce=new AudioBuffer({numberOfChannels:le,length:be,sampleRate:ae}),Te=0;for(let e of ie){let R=new Float32Array(e.buffer,e.byteOffset,e.length/4),W=R.length/le;for(let e=0;e<W;e++)for(let W=0;W<le;W++)Ce._channelData[W][Te+e]=R[e*le+W];Te+=W}return Ce}var AudioContext$1=class{static{__name$1(this,`AudioContext`)}state=`suspended`;sampleRate=44100;destination;listener={};_startTime;constructor(){ensureGstInit(),this._startTime=e.get_monotonic_time(),this.destination=new AudioDestinationNode}get currentTime(){return(e.get_monotonic_time()-this._startTime)/1e6}createGain(){return new GainNode}createBufferSource(){return new AudioBufferSourceNode}createBuffer(e,R,W){return new AudioBuffer({numberOfChannels:e,length:R,sampleRate:W})}decodeAudioData(e,R,W){try{let W=decodeAudioDataSync(e);return R?.(W),Promise.resolve(W)}catch(e){let R=e instanceof DOMException?e:new DOMException(`Unable to decode audio data`,`EncodingError`);return W?.(R),Promise.reject(R)}}async resume(){this.state=`running`}async suspend(){this.state=`suspended`}async close(){this.state=`closed`}createAnalyser(){return{connect:()=>{},disconnect:()=>{},fftSize:2048,frequencyBinCount:1024,getByteFrequencyData:()=>{},getFloatFrequencyData:()=>{}}}createDynamicsCompressor(){return new AudioNode}createBiquadFilter(){return new AudioNode}createConvolver(){return new AudioNode}createPanner(){return new AudioNode}createStereoPanner(){return new AudioNode}addEventListener(e,R){}removeEventListener(e,R){}};const cs=new Set([`audio/mpeg`,`audio/mp3`,`audio/wav`,`audio/x-wav`,`audio/ogg`,`audio/webm`,`audio/flac`,`audio/x-flac`,`audio/aac`,`audio/mp4`]);var HTMLAudioElement=class{src=``;volume=1;loop=!1;paused=!0;currentTime=0;duration=0;readyState=0;_pipeline=null;canPlayType(e){let R=e.split(`;`)[0].trim().toLowerCase();return cs.has(R)?`maybe`:``}play(){return!this.src||(ensureGstInit(),this._cleanup(),this._pipeline=ye.ElementFactory.make(`playbin`,`player`),!this._pipeline)?Promise.resolve():(this._pipeline.set_property(`uri`,this.src),this._pipeline.set_property(`volume`,this.volume),this._pipeline.set_state(ye.State.PLAYING),this.paused=!1,Promise.resolve())}pause(){this._pipeline&&(this._pipeline.set_state(ye.State.PAUSED),this.paused=!0)}load(){this._cleanup()}addEventListener(e,R){}removeEventListener(e,R){}_cleanup(){this._pipeline&&=(this._pipeline.set_state(ye.State.NULL),null)}};globalThis.AudioContext===void 0&&(globalThis.AudioContext=AudioContext$1),globalThis.webkitAudioContext===void 0&&(globalThis.webkitAudioContext=AudioContext$1),globalThis.Audio===void 0&&(globalThis.Audio=HTMLAudioElement),globalThis.HTMLAudioElement===void 0&&(globalThis.HTMLAudioElement=HTMLAudioElement);const ls=Symbol(`abort`),us=Symbol(`internal`);var ds=class AbortSignal extends EventTarget$1{#e=!1;reason=void 0;onabort=null;constructor(e){if(super(),e!==us)throw TypeError(`Illegal constructor.`)}get aborted(){if(!(this instanceof AbortSignal))throw TypeError(`'get aborted' called on an object that is not a valid instance of AbortSignal.`);return this.#e}get[Symbol.toStringTag](){return`AbortSignal`}throwIfAborted(){if(this.#e)throw this.reason}[ls](e){if(this.#e)return;this.#e=!0,this.reason=e??new Tr(`The operation was aborted.`,`AbortError`);let R=new Event$1(`abort`);typeof this.onabort==`function`&&this.onabort.call(this,R),this.dispatchEvent(R)}static abort(e){let R=new AbortSignal(us);return R[ls](e),R}static timeout(e){let R=new AbortSignal(us);return setTimeout(()=>{R[ls](new Tr(`The operation timed out.`,`TimeoutError`))},e),R}static any(e){let R=new AbortSignal(us);for(let W of e)if(W.aborted)return R[ls](W.reason),R;let onAbort=()=>{if(!R.aborted){let W=e.find(e=>e.aborted);R[ls](W?.reason)}};for(let R of e)R.addEventListener(`abort`,onAbort,{once:!0});return R}},fs=class AbortController{signal;constructor(){this.signal=new ds(us)}abort(e){if(!(this instanceof AbortController))throw TypeError(`'abort' called on an object that is not a valid instance of AbortController.`);this.signal[ls](e)}};globalThis.AbortController===void 0&&(globalThis.AbortController=fs),globalThis.AbortSignal===void 0&&(globalThis.AbortSignal=ds);const ps=Symbol(`kState`),ms=Symbol(`kType`);function isBrandCheck(e){return R=>typeof R==`object`&&!!R&&R[ps]!==void 0&&R[ms]===e}function dequeueValue(e){let{value:R,size:W}=e[ps].queue.shift();return e[ps].queueTotalSize=Math.max(0,e[ps].queueTotalSize-W),R}function resetQueue(e){e[ps].queue=[],e[ps].queueTotalSize=0}function peekQueueValue(e){return e[ps].queue[0].value}function enqueueValueWithSize(e,R,W){if(W=+W,typeof W!=`number`||W<0||Number.isNaN(W)||W===1/0)throw RangeError(`Invalid size: ${W}`);e[ps].queue.push({value:R,size:W}),e[ps].queueTotalSize+=W}function extractHighWaterMark(e,R){if(e===void 0)return R;if(e=+e,typeof e!=`number`||Number.isNaN(e)||e<0)throw RangeError(`Invalid highWaterMark: ${e}`);return e}function extractSizeAlgorithm(e){if(e===void 0)return()=>1;if(typeof e!=`function`)throw TypeError(`strategy.size must be a function`);return e}function transferArrayBuffer(e){return typeof ArrayBuffer.prototype.transfer==`function`?e.transfer():e.slice(0)}function isDetachedBuffer(e){if(typeof SharedArrayBuffer<`u`&&e instanceof SharedArrayBuffer||e.byteLength!==0)return!1;try{return e.slice(0,0),!1}catch{return!0}}function typedArrayConstructorByTag(e){switch(e){case`Int8Array`:return Int8Array;case`Uint8Array`:return Uint8Array;case`Uint8ClampedArray`:return Uint8ClampedArray;case`Int16Array`:return Int16Array;case`Uint16Array`:return Uint16Array;case`Int32Array`:return Int32Array;case`Uint32Array`:return Uint32Array;case`Float32Array`:return Float32Array;case`Float64Array`:return Float64Array;case`BigInt64Array`:return typeof BigInt64Array<`u`?BigInt64Array:void 0;case`BigUint64Array`:return typeof BigUint64Array<`u`?BigUint64Array:void 0;default:return}}function elementSizeByTag(e){switch(e){case`Int8Array`:case`Uint8Array`:case`Uint8ClampedArray`:return 1;case`Int16Array`:case`Uint16Array`:return 2;case`Int32Array`:case`Uint32Array`:case`Float32Array`:return 4;case`Float64Array`:case`BigInt64Array`:case`BigUint64Array`:return 8;default:return 1}}function setPromiseHandled(e){e.then(()=>{},()=>{})}function createPromiseCallback(e,R,W){if(typeof R!=`function`)throw TypeError(`${e} must be a function`);return async(...e)=>R.call(W,...e)}async function nonOpFlush(){}function nonOpStart(){}async function nonOpPull(){}async function nonOpCancel(){}async function nonOpWrite(){}const hs={__proto__:Object.getPrototypeOf(Object.getPrototypeOf(async function*(){}).prototype),next:void 0,return:void 0};function createAsyncFromSyncIterator(e){let R={[Symbol.iterator]:()=>e.iterator},W=async function*(){return yield*R}();return{iterator:W,nextMethod:W.next,done:!1}}function getIterator(e,R=`sync`,W){if(W===void 0)if(R===`async`){if(W=e[Symbol.asyncIterator],W==null){let R=e[Symbol.iterator];if(R===void 0)throw TypeError(`Object is not iterable`);return createAsyncFromSyncIterator(getIterator(e,`sync`,R))}}else W=e[Symbol.iterator];if(W===void 0)throw TypeError(`Object is not iterable`);let Y=W.call(e);if(typeof Y!=`object`||!Y)throw TypeError(`The iterator method must return an object`);return{iterator:Y,nextMethod:Y.next,done:!1}}function iteratorNext(e,R){let W;if(W=R===void 0?e.nextMethod.call(e.iterator):e.nextMethod.call(e.iterator,R),typeof W!=`object`||!W)throw TypeError(`The iterator.next() method must return an object`);return W}const gs=typeof globalThis.AbortController==`function`?globalThis.AbortController:class AbortControllerShim{signal={aborted:!1,reason:void 0,addEventListener(){},removeEventListener(){}};abort(e){this.signal.aborted=!0,this.signal.reason=e}},_s=Symbol(`kAbort`),ys=Symbol(`kCloseSentinel`),bs=Symbol(`kError`),Cs=Symbol(`kSkipThrow`);var WritableStream=class{[ms]=`WritableStream`;[ps];constructor(e={},R={}){if(e!=null&&typeof e!=`object`)throw TypeError(`sink must be an object`);if(R!=null&&typeof R!=`object`)throw TypeError(`strategy must be an object`);let W=e?.type;if(W!==void 0)throw RangeError(`Invalid type: ${W}`);this[ps]=createWritableStreamState();let Y=extractSizeAlgorithm(R?.size),X=extractHighWaterMark(R?.highWaterMark,1);setupWritableStreamDefaultControllerFromSink(this,e,X,Y)}get locked(){if(!Ts(this))throw TypeError(`Invalid this`);return isWritableStreamLocked(this)}abort(e){return Ts(this)?isWritableStreamLocked(this)?Promise.reject(TypeError(`WritableStream is locked`)):writableStreamAbort(this,e):Promise.reject(TypeError(`Invalid this`))}close(){return Ts(this)?isWritableStreamLocked(this)?Promise.reject(TypeError(`WritableStream is locked`)):writableStreamCloseQueuedOrInFlight(this)?Promise.reject(TypeError(`Failure closing WritableStream`)):writableStreamClose(this):Promise.reject(TypeError(`Invalid this`))}getWriter(){if(!Ts(this))throw TypeError(`Invalid this`);return new WritableStreamDefaultWriter(this)}get[Symbol.toStringTag](){return`WritableStream`}},WritableStreamDefaultWriter=class{[ms]=`WritableStreamDefaultWriter`;[ps];constructor(e){if(!Ts(e))throw TypeError(`Expected a WritableStream`);this[ps]={stream:void 0,close:{promise:void 0,resolve:void 0,reject:void 0},ready:{promise:void 0,resolve:void 0,reject:void 0}},setupWritableStreamDefaultWriter(this,e)}get closed(){return Es(this)?this[ps].close.promise:Promise.reject(TypeError(`Invalid this`))}get desiredSize(){if(!Es(this))throw TypeError(`Invalid this`);if(this[ps].stream===void 0)throw TypeError(`Writer is not bound to a WritableStream`);return writableStreamDefaultWriterGetDesiredSize(this)}get ready(){return Es(this)?this[ps].ready.promise:Promise.reject(TypeError(`Invalid this`))}abort(e){return Es(this)?this[ps].stream===void 0?Promise.reject(TypeError(`Writer is not bound to a WritableStream`)):writableStreamDefaultWriterAbort(this,e):Promise.reject(TypeError(`Invalid this`))}close(){if(!Es(this))return Promise.reject(TypeError(`Invalid this`));let{stream:e}=this[ps];return e===void 0?Promise.reject(TypeError(`Writer is not bound to a WritableStream`)):writableStreamCloseQueuedOrInFlight(e)?Promise.reject(TypeError(`Failure to close WritableStream`)):writableStreamDefaultWriterClose(this)}releaseLock(){if(!Es(this))throw TypeError(`Invalid this`);let{stream:e}=this[ps];e!==void 0&&writableStreamDefaultWriterRelease(this)}write(e){return Es(this)?this[ps].stream===void 0?Promise.reject(TypeError(`Writer is not bound to a WritableStream`)):writableStreamDefaultWriterWrite(this,e):Promise.reject(TypeError(`Invalid this`))}get[Symbol.toStringTag](){return`WritableStreamDefaultWriter`}},WritableStreamDefaultController=class{[ms]=`WritableStreamDefaultController`;[ps];constructor(e){if(e!==Cs)throw TypeError(`Illegal constructor`)}[_s](e){let R=this[ps].abortAlgorithm(e);return writableStreamDefaultControllerClearAlgorithms(this),R}[bs](){resetQueue(this)}get signal(){if(!As(this))throw TypeError(`Invalid this`);return this[ps].abortController.signal}error(e){if(!As(this))throw TypeError(`Invalid this`);this[ps].stream[ps].state===`writable`&&writableStreamDefaultControllerError(this,e)}get[Symbol.toStringTag](){return`WritableStreamDefaultController`}};const Ts=isBrandCheck(`WritableStream`),Es=isBrandCheck(`WritableStreamDefaultWriter`),As=isBrandCheck(`WritableStreamDefaultController`);function createEmptyPromiseRecord(){return{promise:void 0,resolve:void 0,reject:void 0}}function createWritableStreamState(){return{close:Promise.withResolvers(),closeRequest:createEmptyPromiseRecord(),inFlightWriteRequest:createEmptyPromiseRecord(),inFlightCloseRequest:createEmptyPromiseRecord(),pendingAbortRequest:{abort:createEmptyPromiseRecord(),reason:void 0,wasAlreadyErroring:!1},backpressure:!1,controller:void 0,state:`writable`,storedError:void 0,writeRequests:[],writer:void 0}}function isWritableStreamLocked(e){return e[ps].writer!==void 0}function setupWritableStreamDefaultWriter(e,R){if(isWritableStreamLocked(R))throw TypeError(`WritableStream is locked`);switch(e[ps].stream=R,R[ps].writer=e,R[ps].state){case`writable`:!writableStreamCloseQueuedOrInFlight(R)&&R[ps].backpressure?e[ps].ready=Promise.withResolvers():e[ps].ready={promise:Promise.resolve(),resolve:void 0,reject:void 0},e[ps].close=Promise.withResolvers();break;case`erroring`:e[ps].ready={promise:Promise.reject(R[ps].storedError),resolve:void 0,reject:void 0},setPromiseHandled(e[ps].ready.promise),e[ps].close=Promise.withResolvers();break;case`closed`:e[ps].ready={promise:Promise.resolve(),resolve:void 0,reject:void 0},e[ps].close={promise:Promise.resolve(),resolve:void 0,reject:void 0};break;default:e[ps].ready={promise:Promise.reject(R[ps].storedError),resolve:void 0,reject:void 0},e[ps].close={promise:Promise.reject(R[ps].storedError),resolve:void 0,reject:void 0},setPromiseHandled(e[ps].ready.promise),setPromiseHandled(e[ps].close.promise)}}function writableStreamAbort(e,R){let{state:W,controller:Y}=e[ps];if(W===`closed`||W===`errored`)return Promise.resolve();if(Y[ps].abortController.abort(R),e[ps].pendingAbortRequest.abort.promise!==void 0)return e[ps].pendingAbortRequest.abort.promise;let X=!1;W===`erroring`&&(X=!0,R=void 0);let ie=Promise.withResolvers();return e[ps].pendingAbortRequest={abort:ie,reason:R,wasAlreadyErroring:X},X||writableStreamStartErroring(e,R),ie.promise}function writableStreamClose(e){let{state:R,writer:W,backpressure:Y,controller:X}=e[ps];if(R===`closed`||R===`errored`)return Promise.reject(TypeError(`WritableStream is closed`));e[ps].closeRequest=Promise.withResolvers();let{promise:ie}=e[ps].closeRequest;return W!==void 0&&Y&&R===`writable`&&W[ps].ready.resolve?.(),writableStreamDefaultControllerClose(X),ie}function writableStreamUpdateBackpressure(e,R){let{writer:W}=e[ps];W!==void 0&&e[ps].backpressure!==R&&(R?W[ps].ready=Promise.withResolvers():W[ps].ready.resolve?.()),e[ps].backpressure=R}function writableStreamStartErroring(e,R){let{controller:W,writer:Y}=e[ps];e[ps].state=`erroring`,e[ps].storedError=R,Y!==void 0&&writableStreamDefaultWriterEnsureReadyPromiseRejected(Y,R),!writableStreamHasOperationMarkedInFlight(e)&&W[ps].started&&writableStreamFinishErroring(e)}function writableStreamRejectCloseAndClosedPromiseIfNeeded(e){e[ps].closeRequest.promise!==void 0&&(e[ps].closeRequest.reject?.(e[ps].storedError),e[ps].closeRequest={promise:void 0,resolve:void 0,reject:void 0}),setPromiseHandled(e[ps].close.promise),e[ps].close.reject?.(e[ps].storedError);let{writer:R}=e[ps];R!==void 0&&(setPromiseHandled(R[ps].close.promise),R[ps].close.reject?.(e[ps].storedError))}function writableStreamMarkFirstWriteRequestInFlight(e){let R=e[ps].writeRequests.shift();e[ps].inFlightWriteRequest=R}function writableStreamMarkCloseRequestInFlight(e){e[ps].inFlightCloseRequest=e[ps].closeRequest,e[ps].closeRequest={promise:void 0,resolve:void 0,reject:void 0}}function writableStreamHasOperationMarkedInFlight(e){return e[ps].inFlightWriteRequest.promise!==void 0||e[ps].inFlightCloseRequest.promise!==void 0}function writableStreamFinishInFlightWriteWithError(e,R){e[ps].inFlightWriteRequest.reject?.(R),e[ps].inFlightWriteRequest={promise:void 0,resolve:void 0,reject:void 0},writableStreamDealWithRejection(e,R)}function writableStreamFinishInFlightWrite(e){e[ps].inFlightWriteRequest.resolve?.(),e[ps].inFlightWriteRequest={promise:void 0,resolve:void 0,reject:void 0}}function writableStreamFinishInFlightCloseWithError(e,R){e[ps].inFlightCloseRequest.reject?.(R),e[ps].inFlightCloseRequest={promise:void 0,resolve:void 0,reject:void 0},e[ps].pendingAbortRequest.abort.promise!==void 0&&(e[ps].pendingAbortRequest.abort.reject?.(R),e[ps].pendingAbortRequest={abort:{promise:void 0,resolve:void 0,reject:void 0},reason:void 0,wasAlreadyErroring:!1}),writableStreamDealWithRejection(e,R)}function writableStreamFinishInFlightClose(e){e[ps].inFlightCloseRequest.resolve?.(),e[ps].inFlightCloseRequest={promise:void 0,resolve:void 0,reject:void 0},e[ps].state===`erroring`&&(e[ps].storedError=void 0,e[ps].pendingAbortRequest.abort.promise!==void 0&&(e[ps].pendingAbortRequest.abort.resolve?.(),e[ps].pendingAbortRequest={abort:{promise:void 0,resolve:void 0,reject:void 0},reason:void 0,wasAlreadyErroring:!1})),e[ps].state=`closed`,e[ps].writer!==void 0&&e[ps].writer[ps].close.resolve?.(),e[ps].close.resolve?.()}function writableStreamFinishErroring(e){e[ps].state=`errored`,e[ps].controller[bs]();let R=e[ps].storedError;for(let W of e[ps].writeRequests)W.reject?.(R);if(e[ps].writeRequests=[],e[ps].pendingAbortRequest.abort.promise===void 0){writableStreamRejectCloseAndClosedPromiseIfNeeded(e);return}let W=e[ps].pendingAbortRequest;if(e[ps].pendingAbortRequest={abort:{promise:void 0,resolve:void 0,reject:void 0},reason:void 0,wasAlreadyErroring:!1},W.wasAlreadyErroring){W.abort.reject?.(R),writableStreamRejectCloseAndClosedPromiseIfNeeded(e);return}e[ps].controller[_s](W.reason).then(()=>{W.abort.resolve?.(),writableStreamRejectCloseAndClosedPromiseIfNeeded(e)},R=>{W.abort.reject?.(R),writableStreamRejectCloseAndClosedPromiseIfNeeded(e)})}function writableStreamDealWithRejection(e,R){if(e[ps].state===`writable`){writableStreamStartErroring(e,R);return}writableStreamFinishErroring(e)}function writableStreamCloseQueuedOrInFlight(e){return e[ps].closeRequest.promise!==void 0||e[ps].inFlightCloseRequest.promise!==void 0}function writableStreamAddWriteRequest(e){let{promise:R,resolve:W,reject:Y}=Promise.withResolvers();return e[ps].writeRequests.push({promise:R,resolve:W,reject:Y}),R}function writableStreamDefaultWriterWrite(e,R){let{stream:W}=e[ps],{controller:Y}=W[ps],X=writableStreamDefaultControllerGetChunkSize(Y,R);if(W!==e[ps].stream)return Promise.reject(TypeError(`Mismatched WritableStreams`));let{state:ie}=W[ps];if(ie===`errored`)return Promise.reject(W[ps].storedError);if(writableStreamCloseQueuedOrInFlight(W)||ie===`closed`)return Promise.reject(TypeError(`WritableStream is closed`));if(ie===`erroring`)return Promise.reject(W[ps].storedError);let ae=writableStreamAddWriteRequest(W);return writableStreamDefaultControllerWrite(Y,R,X),ae}function writableStreamDefaultWriterRelease(e){let{stream:R}=e[ps],W=TypeError(`Writer has been released`);writableStreamDefaultWriterEnsureReadyPromiseRejected(e,W),writableStreamDefaultWriterEnsureClosedPromiseRejected(e,W),R[ps].writer=void 0,e[ps].stream=void 0}function writableStreamDefaultWriterGetDesiredSize(e){let{stream:R}=e[ps];switch(R[ps].state){case`errored`:case`erroring`:return null;case`closed`:return 0}return writableStreamDefaultControllerGetDesiredSize(R[ps].controller)}function writableStreamDefaultWriterEnsureReadyPromiseRejected(e,R){e[ps].ready.reject?(e[ps].ready.reject(R),e[ps].ready.resolve=void 0,e[ps].ready.reject=void 0):e[ps].ready={promise:Promise.reject(R),resolve:void 0,reject:void 0},setPromiseHandled(e[ps].ready.promise)}function writableStreamDefaultWriterEnsureClosedPromiseRejected(e,R){e[ps].close.reject?(e[ps].close.reject(R),e[ps].close.resolve=void 0,e[ps].close.reject=void 0):e[ps].close={promise:Promise.reject(R),resolve:void 0,reject:void 0},setPromiseHandled(e[ps].close.promise)}function writableStreamDefaultWriterCloseWithErrorPropagation(e){let{stream:R}=e[ps],{state:W}=R[ps];return writableStreamCloseQueuedOrInFlight(R)||W===`closed`?Promise.resolve():W===`errored`?Promise.reject(R[ps].storedError):writableStreamDefaultWriterClose(e)}function writableStreamDefaultWriterClose(e){return writableStreamClose(e[ps].stream)}function writableStreamDefaultWriterAbort(e,R){return writableStreamAbort(e[ps].stream,R)}function writableStreamDefaultControllerWrite(e,R,W){try{enqueueValueWithSize(e,R,W)}catch(R){writableStreamDefaultControllerErrorIfNeeded(e,R);return}let{stream:Y}=e[ps];!writableStreamCloseQueuedOrInFlight(Y)&&Y[ps].state===`writable`&&writableStreamUpdateBackpressure(Y,writableStreamDefaultControllerGetBackpressure(e)),writableStreamDefaultControllerAdvanceQueueIfNeeded(e)}function writableStreamDefaultControllerProcessWrite(e,R){let{stream:W,writeAlgorithm:Y}=e[ps];writableStreamMarkFirstWriteRequestInFlight(W),Y(R,e).then(()=>{writableStreamFinishInFlightWrite(W);let{state:R}=W[ps];dequeueValue(e),!writableStreamCloseQueuedOrInFlight(W)&&R===`writable`&&writableStreamUpdateBackpressure(W,writableStreamDefaultControllerGetBackpressure(e)),writableStreamDefaultControllerAdvanceQueueIfNeeded(e)},R=>{W[ps].state===`writable`&&writableStreamDefaultControllerClearAlgorithms(e),writableStreamFinishInFlightWriteWithError(W,R)})}function writableStreamDefaultControllerProcessClose(e){let{closeAlgorithm:R,queue:W,stream:Y}=e[ps];writableStreamMarkCloseRequestInFlight(Y),dequeueValue(e);let X=R();writableStreamDefaultControllerClearAlgorithms(e),X.then(()=>writableStreamFinishInFlightClose(Y),e=>writableStreamFinishInFlightCloseWithError(Y,e))}function writableStreamDefaultControllerGetDesiredSize(e){return e[ps].highWaterMark-e[ps].queueTotalSize}function writableStreamDefaultControllerGetChunkSize(e,R){let{stream:W,sizeAlgorithm:Y}=e[ps];if(Y===void 0)return 1;try{return Y(R)}catch(R){return writableStreamDefaultControllerErrorIfNeeded(e,R),1}}function writableStreamDefaultControllerErrorIfNeeded(e,R){e[ps].stream[ps].state===`writable`&&writableStreamDefaultControllerError(e,R)}function writableStreamDefaultControllerError(e,R){writableStreamDefaultControllerClearAlgorithms(e),writableStreamStartErroring(e[ps].stream,R)}function writableStreamDefaultControllerClose(e){enqueueValueWithSize(e,ys,0),writableStreamDefaultControllerAdvanceQueueIfNeeded(e)}function writableStreamDefaultControllerClearAlgorithms(e){e[ps].writeAlgorithm=void 0,e[ps].closeAlgorithm=void 0,e[ps].abortAlgorithm=void 0,e[ps].sizeAlgorithm=void 0}function writableStreamDefaultControllerGetBackpressure(e){return writableStreamDefaultControllerGetDesiredSize(e)<=0}function writableStreamDefaultControllerAdvanceQueueIfNeeded(e){let{queue:R,started:W,stream:Y}=e[ps];if(!W||Y[ps].inFlightWriteRequest.promise!==void 0)return;if(Y[ps].state===`erroring`){writableStreamFinishErroring(Y);return}if(!R.length)return;let X=peekQueueValue(e);X===ys?writableStreamDefaultControllerProcessClose(e):writableStreamDefaultControllerProcessWrite(e,X)}function setupWritableStreamDefaultControllerFromSink(e,R,W,Y){let X=new WritableStreamDefaultController(Cs),ie=R?.start,ae=R?.write,le=R?.close,_e=R?.abort;setupWritableStreamDefaultController(e,X,ie?ie.bind(R,X):nonOpStart,ae?createPromiseCallback(`sink.write`,ae,R):nonOpWrite,le?createPromiseCallback(`sink.close`,le,R):nonOpCancel,_e?createPromiseCallback(`sink.abort`,_e,R):nonOpCancel,W,Y)}function setupWritableStreamDefaultController(e,R,W,Y,X,ie,ae,le){R[ps]={abortAlgorithm:ie,closeAlgorithm:X,highWaterMark:ae,queue:[],queueTotalSize:0,abortController:new gs,sizeAlgorithm:le,started:!1,stream:e,writeAlgorithm:Y},e[ps].controller=R,writableStreamUpdateBackpressure(e,writableStreamDefaultControllerGetBackpressure(R));let _e=W();new Promise(e=>e(_e)).then(()=>{R[ps].started=!0,writableStreamDefaultControllerAdvanceQueueIfNeeded(R)},W=>{R[ps].started=!0,writableStreamDealWithRejection(e,W)})}function createWritableStream(e,R,W,Y,X=1,ie=()=>1){let ae=Object.create(WritableStream.prototype);return ae[ms]=`WritableStream`,ae[ps]=createWritableStreamState(),setupWritableStreamDefaultController(ae,new WritableStreamDefaultController(Cs),e,R,W,Y,X,ie),ae}qt();const js=Symbol(`kCancel`),Ms=Symbol(`kClose`),Ns=Symbol(`kChunk`),Is=Symbol(`kError`),zs=Symbol(`kPull`),Bs=Symbol(`kRelease`),Hs=Symbol(`kSkipThrow`);let Us,Ws;function lazyReadableReleasedError(){return Us||(Us=TypeError(`Reader released`),Us)}function lazyReadableReleasingError(){return Ws||(Ws=TypeError(`Releasing reader`),Ws)}function createAbortError(){if(typeof globalThis.DOMException==`function`)return new DOMException(`The operation was aborted`,`AbortError`);let e=Error(`The operation was aborted`);return e.name=`AbortError`,e}function createReadableStreamState(){return{disturbed:!1,reader:void 0,state:`readable`,storedError:void 0,controller:void 0,closedPromise:Promise.withResolvers()}}var ReadableStream$1=class{static{__name$1(this,`ReadableStream`)}[ms]=`ReadableStream`;[ps];constructor(e={},R={}){if(e!=null&&typeof e!=`object`)throw TypeError(`source must be an object`);if(R!=null&&typeof R!=`object`)throw TypeError(`strategy must be an object`);this[ps]=createReadableStreamState();let W=R?.size,Y=R?.highWaterMark,X=e?.type;if(X!==void 0){if(`${X}`==`bytes`){if(W!==void 0)throw RangeError(`strategy.size must not be set for a byte stream`);setupReadableByteStreamControllerFromSource(this,e,extractHighWaterMark(Y,0));return}throw RangeError(`Invalid type: ${X}`)}setupReadableStreamDefaultControllerFromSource(this,e,extractHighWaterMark(Y,1),extractSizeAlgorithm(W))}get locked(){if(!Xs(this))throw TypeError(`Invalid this`);return isReadableStreamLocked(this)}static from(e){return readableStreamFromIterable(e)}cancel(e=void 0){return Xs(this)?isReadableStreamLocked(this)?Promise.reject(TypeError(`ReadableStream is locked`)):readableStreamCancel(this,e):Promise.reject(TypeError(`Invalid this`))}getReader(e={}){if(!Xs(this))throw TypeError(`Invalid this`);if(e!=null&&typeof e!=`object`)throw TypeError(`options must be an object`);let R=e?.mode;if(R===void 0)return new ReadableStreamDefaultReader(this);if(`${R}`==`byob`)return new ReadableStreamBYOBReader(this);throw RangeError(`Invalid mode: ${R}`)}pipeThrough(e,R={}){if(!Xs(this))throw TypeError(`Invalid this`);let W=e?.readable;if(!Xs(W))throw TypeError(`transform.readable must be a ReadableStream`);let Y=e?.writable;if(!Ts(Y))throw TypeError(`transform.writable must be a WritableStream`);if(R!=null&&typeof R!=`object`)throw TypeError(`options must be an object`);let X=R?.preventAbort,ie=R?.preventCancel,ae=R?.preventClose,le=R?.signal;if(le!==void 0&&!(le instanceof Object&&`aborted`in le))throw TypeError(`options.signal must be an AbortSignal`);if(isReadableStreamLocked(this))throw TypeError(`The ReadableStream is locked`);if(isWritableStreamLocked(Y))throw TypeError(`The WritableStream is locked`);return setPromiseHandled(readableStreamPipeTo(this,Y,!!ae,!!X,!!ie,le)),W}pipeTo(e,R={}){try{if(!Xs(this))throw TypeError(`Invalid this`);if(!Ts(e))throw TypeError(`destination must be a WritableStream`);if(R!=null&&typeof R!=`object`)throw TypeError(`options must be an object`);let W=R?.preventAbort,Y=R?.preventCancel,X=R?.preventClose,ie=R?.signal;if(ie!==void 0&&!(ie instanceof Object&&`aborted`in ie))throw TypeError(`options.signal must be an AbortSignal`);if(isReadableStreamLocked(this))throw TypeError(`The ReadableStream is locked`);if(isWritableStreamLocked(e))throw TypeError(`The WritableStream is locked`);return readableStreamPipeTo(this,e,!!X,!!W,!!Y,ie)}catch(e){return Promise.reject(e)}}tee(){if(!Xs(this))throw TypeError(`Invalid this`);let e=this[ps].controller;return ec(e)?readableByteStreamTee(this):readableStreamDefaultTee(this,!1)}values(e={}){if(!Xs(this))throw TypeError(`Invalid this`);if(e!=null&&typeof e!=`object`)throw TypeError(`options must be an object`);let R=!!e?.preventCancel,W=new ReadableStreamDefaultReader(this),Y={done:!1,current:void 0},X=!1;function nextSteps(){if(Y.done)return Promise.resolve({done:!0,value:void 0});if(W[ps].stream===void 0)return Promise.reject(TypeError(`The reader is not bound to a ReadableStream`));let{promise:e,resolve:R,reject:X}=Promise.withResolvers();return readableStreamDefaultReaderRead(W,{[Ns](e){Y.current=void 0,R({value:e,done:!1})},[Ms](){Y.current=void 0,Y.done=!0,readableStreamReaderGenericRelease(W),R({done:!0,value:void 0})},[Is](e){Y.current=void 0,Y.done=!0,readableStreamReaderGenericRelease(W),X(e)}}),e}async function returnSteps(e){if(Y.done)return{done:!0,value:e};if(Y.done=!0,W[ps].stream===void 0)throw TypeError(`The reader is not bound to a ReadableStream`);if(!R){let R=readableStreamReaderGenericCancel(W,e);return readableStreamReaderGenericRelease(W),await R,{done:!0,value:e}}return readableStreamReaderGenericRelease(W),{done:!0,value:e}}return Object.setPrototypeOf({next(){return X||=(Y.current=Promise.resolve(),!0),Y.current=Y.current===void 0?nextSteps():Y.current.then(nextSteps,nextSteps),Y.current},return(e){return X=!0,Y.current=Y.current===void 0?returnSteps(e):Y.current.then(()=>returnSteps(e),()=>returnSteps(e)),Y.current},[Symbol.asyncIterator](){return this}},hs)}[Symbol.asyncIterator](){return this.values()}get[Symbol.toStringTag](){return`ReadableStream`}},DefaultReadRequest=class{[ps];constructor(){this[ps]=Promise.withResolvers()}[Ns](e){this[ps].resolve?.({value:e,done:!1})}[Ms](){this[ps].resolve?.({value:void 0,done:!0})}[Is](e){this[ps].reject?.(e)}get promise(){return this[ps].promise}},ReadableStreamDefaultReader=class{[ms]=`ReadableStreamDefaultReader`;[ps];constructor(e){if(!Xs(e))throw TypeError(`Expected a ReadableStream`);this[ps]={readRequests:[],stream:void 0,close:{promise:void 0,resolve:void 0,reject:void 0}},setupReadableStreamDefaultReader(this,e)}read(){if(!$s(this))return Promise.reject(TypeError(`Invalid this`));if(this[ps].stream===void 0)return Promise.reject(TypeError(`The reader is not attached to a stream`));let e=this[ps].stream,R=e[ps].controller;if(e[ps].state===`readable`&&Zs(R)&&R[ps].queue.length>0){e[ps].disturbed=!0;let W=dequeueValue(R);return R[ps].closeRequested&&!R[ps].queue.length?(readableStreamDefaultControllerClearAlgorithms(R),readableStreamClose(e)):readableStreamDefaultControllerCallPullIfNeeded(R),Promise.resolve({value:W,done:!1})}let W=new DefaultReadRequest;return readableStreamDefaultReaderRead(this,W),W.promise}releaseLock(){if(!$s(this))throw TypeError(`Invalid this`);this[ps].stream!==void 0&&readableStreamDefaultReaderRelease(this)}get closed(){return $s(this)?this[ps].close.promise:Promise.reject(TypeError(`Invalid this`))}cancel(e=void 0){return $s(this)?this[ps].stream===void 0?Promise.reject(TypeError(`The reader is not attached to a stream`)):readableStreamReaderGenericCancel(this,e):Promise.reject(TypeError(`Invalid this`))}get[Symbol.toStringTag](){return`ReadableStreamDefaultReader`}},ReadableStreamDefaultController=class{[ms]=`ReadableStreamDefaultController`;[ps]={};constructor(e){if(e!==Hs)throw TypeError(`Illegal constructor`)}get desiredSize(){return readableStreamDefaultControllerGetDesiredSize(this)}close(){if(!readableStreamDefaultControllerCanCloseOrEnqueue(this))throw TypeError(`Controller is already closed`);readableStreamDefaultControllerClose(this)}enqueue(e=void 0){if(!readableStreamDefaultControllerCanCloseOrEnqueue(this))throw TypeError(`Controller is already closed`);readableStreamDefaultControllerEnqueue(this,e)}error(e=void 0){readableStreamDefaultControllerError(this,e)}[js](e){return readableStreamDefaultControllerCancelSteps(this,e)}[zs](e){readableStreamDefaultControllerPullSteps(this,e)}[Bs](){}get[Symbol.toStringTag](){return`ReadableStreamDefaultController`}};const Xs=isBrandCheck(`ReadableStream`),Zs=isBrandCheck(`ReadableStreamDefaultController`),$s=isBrandCheck(`ReadableStreamDefaultReader`);function isReadableStreamLocked(e){return e[ps].reader!==void 0}function readableStreamCancel(e,R){switch(e[ps].disturbed=!0,e[ps].state){case`closed`:return Promise.resolve();case`errored`:return Promise.reject(e[ps].storedError)}readableStreamClose(e);let W=e[ps].reader;if(W!==void 0&&readableStreamHasBYOBReader(e)){let e=W[ps].readIntoRequests;W[ps].readIntoRequests=[];for(let R=0;R<e.length;R++)e[R][Ms](void 0)}return e[ps].controller[js](R).then(()=>{})}function readableStreamClose(e){e[ps].state=`closed`,e[ps].closedPromise.resolve();let{reader:R}=e[ps];if(R!==void 0&&(R[ps].close.resolve?.(),readableStreamHasDefaultReader(e))){for(let e=0;e<R[ps].readRequests.length;e++)R[ps].readRequests[e][Ms]();R[ps].readRequests=[]}}function readableStreamError(e,R){e[ps].state=`errored`,e[ps].storedError=R,setPromiseHandled(e[ps].closedPromise.promise),e[ps].closedPromise.reject(R);let{reader:W}=e[ps];if(W!==void 0){if(setPromiseHandled(W[ps].close.promise),W[ps].close.reject?.(R),readableStreamHasDefaultReader(e)){for(let e=0;e<W[ps].readRequests.length;e++)W[ps].readRequests[e][Is](R);W[ps].readRequests=[]}else if(readableStreamHasBYOBReader(e)){for(let e=0;e<W[ps].readIntoRequests.length;e++)W[ps].readIntoRequests[e][Is](R);W[ps].readIntoRequests=[]}}}function readableStreamHasDefaultReader(e){let{reader:R}=e[ps];return R===void 0?!1:R[ps]!==void 0&&R[ms]===`ReadableStreamDefaultReader`}function readableStreamGetNumReadRequests(e){return e[ps].reader[ps].readRequests.length}function readableStreamFulfillReadRequest(e,R,W){let{reader:Y}=e[ps],X=Y[ps].readRequests.shift();W?X[Ms]():X[Ns](R)}function readableStreamAddReadRequest(e,R){e[ps].reader[ps].readRequests.push(R)}function readableStreamReaderGenericCancel(e,R){let{stream:W}=e[ps];return readableStreamCancel(W,R)}function readableStreamReaderGenericInitialize(e,R){switch(e[ps].stream=R,R[ps].reader=e,R[ps].state){case`readable`:e[ps].close=Promise.withResolvers();break;case`closed`:e[ps].close={promise:Promise.resolve(),resolve:void 0,reject:void 0};break;case`errored`:e[ps].close={promise:Promise.reject(R[ps].storedError),resolve:void 0,reject:void 0},setPromiseHandled(e[ps].close.promise);break}}function readableStreamReaderGenericRelease(e){let{stream:R}=e[ps],W=lazyReadableReleasedError();R[ps].state===`readable`?e[ps].close.reject?.(W):e[ps].close={promise:Promise.reject(W),resolve:void 0,reject:void 0},setPromiseHandled(e[ps].close.promise),R[ps].controller[Bs](),R[ps].reader=void 0,e[ps].stream=void 0}function readableStreamDefaultReaderRelease(e){readableStreamReaderGenericRelease(e),readableStreamDefaultReaderErrorReadRequests(e,lazyReadableReleasingError())}function readableStreamDefaultReaderErrorReadRequests(e,R){for(let W=0;W<e[ps].readRequests.length;++W)e[ps].readRequests[W][Is](R);e[ps].readRequests=[]}function readableStreamDefaultReaderRead(e,R){let{stream:W}=e[ps];switch(W[ps].disturbed=!0,W[ps].state){case`closed`:R[Ms]();break;case`errored`:R[Is](W[ps].storedError);break;case`readable`:W[ps].controller[zs](R);break}}function setupReadableStreamDefaultReader(e,R){if(isReadableStreamLocked(R))throw TypeError(`ReadableStream is locked`);readableStreamReaderGenericInitialize(e,R),e[ps].readRequests=[]}function readableStreamDefaultControllerClose(e){readableStreamDefaultControllerCanCloseOrEnqueue(e)&&(e[ps].closeRequested=!0,e[ps].queue.length||(readableStreamDefaultControllerClearAlgorithms(e),readableStreamClose(e[ps].stream)))}function readableStreamDefaultControllerEnqueue(e,R){if(!readableStreamDefaultControllerCanCloseOrEnqueue(e))return;let{stream:W}=e[ps];if(isReadableStreamLocked(W)&&readableStreamGetNumReadRequests(W))readableStreamFulfillReadRequest(W,R,!1);else try{enqueueValueWithSize(e,R,e[ps].sizeAlgorithm(R))}catch(R){throw readableStreamDefaultControllerError(e,R),R}readableStreamDefaultControllerCallPullIfNeeded(e)}function readableStreamDefaultControllerCanCloseOrEnqueue(e){let{stream:R}=e[ps];return!e[ps].closeRequested&&R[ps].state===`readable`}function readableStreamDefaultControllerGetDesiredSize(e){let{stream:R,highWaterMark:W,queueTotalSize:Y}=e[ps];switch(R[ps].state){case`errored`:return null;case`closed`:return 0;default:return W-Y}}function readableStreamDefaultControllerHasBackpressure(e){return!readableStreamDefaultControllerShouldCallPull(e)}function readableStreamDefaultControllerShouldCallPull(e){let{stream:R}=e[ps];if(!readableStreamDefaultControllerCanCloseOrEnqueue(e)||!e[ps].started)return!1;if(isReadableStreamLocked(R)&&readableStreamGetNumReadRequests(R))return!0;let W=readableStreamDefaultControllerGetDesiredSize(e);return W!==null&&W>0}function readableStreamDefaultControllerCallPullIfNeeded(e){if(readableStreamDefaultControllerShouldCallPull(e)){if(e[ps].pulling){e[ps].pullAgain=!0;return}e[ps].pulling=!0,e[ps].pullAlgorithm(e).then(()=>{e[ps].pulling=!1,e[ps].pullAgain&&(e[ps].pullAgain=!1,readableStreamDefaultControllerCallPullIfNeeded(e))},R=>readableStreamDefaultControllerError(e,R))}}function readableStreamDefaultControllerClearAlgorithms(e){e[ps].pullAlgorithm=void 0,e[ps].cancelAlgorithm=void 0,e[ps].sizeAlgorithm=void 0}function readableStreamDefaultControllerError(e,R){let{stream:W}=e[ps];W[ps].state===`readable`&&(resetQueue(e),readableStreamDefaultControllerClearAlgorithms(e),readableStreamError(W,R))}function readableStreamDefaultControllerCancelSteps(e,R){resetQueue(e);let W=e[ps].cancelAlgorithm(R);return readableStreamDefaultControllerClearAlgorithms(e),W}function readableStreamDefaultControllerPullSteps(e,R){let{stream:W,queue:Y}=e[ps];if(Y.length){let X=dequeueValue(e);e[ps].closeRequested&&!Y.length?(readableStreamDefaultControllerClearAlgorithms(e),readableStreamClose(W)):readableStreamDefaultControllerCallPullIfNeeded(e),R[Ns](X);return}readableStreamAddReadRequest(W,R),readableStreamDefaultControllerCallPullIfNeeded(e)}function setupReadableStreamDefaultController(e,R,W,Y,X,ie,ae){R[ps]={cancelAlgorithm:X,closeRequested:!1,highWaterMark:ie,pullAgain:!1,pullAlgorithm:Y,pulling:!1,queue:[],queueTotalSize:0,started:!1,sizeAlgorithm:ae,stream:e},e[ps].controller=R;let le=W();new Promise(e=>e(le)).then(()=>{R[ps].started=!0,readableStreamDefaultControllerCallPullIfNeeded(R)},e=>readableStreamDefaultControllerError(R,e))}function setupReadableStreamDefaultControllerFromSource(e,R,W,Y){let X=new ReadableStreamDefaultController(Hs),ie=R?.start,ae=R?.pull,le=R?.cancel;setupReadableStreamDefaultController(e,X,ie?ie.bind(R,X):nonOpStart,ae?createPromiseCallback(`source.pull`,ae,R):nonOpPull,le?createPromiseCallback(`source.cancel`,le,R):nonOpCancel,W,Y)}function createReadableStream(e,R,W,Y=1,X=()=>1){let ie=Object.create(ReadableStream$1.prototype);return ie[ms]=`ReadableStream`,ie[ps]=createReadableStreamState(),setupReadableStreamDefaultController(ie,new ReadableStreamDefaultController(Hs),e,R,W,Y,X),ie}function readableStreamFromIterable(e){let R,W=getIterator(e,`async`),Y=nonOpStart;async function pullAlgorithm(){let e=iteratorNext(W);return Promise.resolve(e).then(e=>{if(typeof e!=`object`||!e)throw TypeError(`The promise returned by the iterator.next() method must fulfill with an object`);e.done?readableStreamDefaultControllerClose(R[ps].controller):readableStreamDefaultControllerEnqueue(R[ps].controller,e.value)})}async function cancelAlgorithm(e){let R=W.iterator,Y=R.return;if(Y===void 0)return Promise.resolve();let X=Y.call(R,e);return Promise.resolve(X).then(e=>{if(typeof e!=`object`||!e)throw TypeError(`The promise returned by the iterator.return() method must fulfill with an object`)})}return R=createReadableStream(Y,pullAlgorithm,cancelAlgorithm,0),R}function readableStreamPipeTo(e,R,W,Y,X,ie){let ae,le;try{ae=new ReadableStreamDefaultReader(e),le=new WritableStreamDefaultWriter(R)}catch(e){return Promise.reject(e)}e[ps].disturbed=!0;let _e=!1,{promise:ye,resolve:be,reject:Ce}=Promise.withResolvers(),Te={currentWrite:Promise.resolve()},Oe;function finalize(e,R){writableStreamDefaultWriterRelease(le),readableStreamReaderGenericRelease(ae),ie!==void 0&&Oe&&(ie.removeEventListener(`abort`,Oe),Oe=void 0),e?Ce(R):be()}async function waitForCurrentWrite(){let e=Te.currentWrite;await e,e!==Te.currentWrite&&await waitForCurrentWrite()}function shutdownWithAnAction(e,W,Y){if(_e)return;if(_e=!0,R[ps].state===`writable`&&!writableStreamCloseQueuedOrInFlight(R)){waitForCurrentWrite().then(complete,e=>finalize(!0,e));return}complete();function complete(){e().then(()=>finalize(!!W,Y),e=>finalize(!0,e))}}function shutdown(e,W){if(!_e){if(_e=!0,R[ps].state===`writable`&&!writableStreamCloseQueuedOrInFlight(R)){waitForCurrentWrite().then(()=>finalize(!!e,W),e=>finalize(!0,e));return}finalize(!!e,W)}}function abortAlgorithm(){let W;W=ie.reason&&ie.reason.name===`AbortError`?createAbortError():ie.reason;let ae=[];Y||ae.push(()=>R[ps].state===`writable`?writableStreamAbort(R,W):Promise.resolve()),X||ae.push(()=>e[ps].state===`readable`?readableStreamCancel(e,W):Promise.resolve()),shutdownWithAnAction(()=>Promise.all(ae.map(e=>e())).then(()=>void 0),!0,W)}function watchErrored(e,R,W){e[ps].state===`errored`?W(e[ps].storedError):R.then(void 0,W)}function watchClosed(e,R,W){e[ps].state===`closed`?W():R.then(W,()=>{})}class PipeToReadRequest{[Ns](e){jt(()=>{Te.currentWrite=writableStreamDefaultWriterWrite(le,e),setPromiseHandled(Te.currentWrite),Ae.resolve(!1)})}[Ms](){Ae.resolve(!0)}[Is](e){Ae.reject(e)}}let Ae={resolve:null,reject:null};async function step(){if(_e||R[ps].backpressure&&(await le[ps].ready.promise,_e))return!0;let W=e[ps].controller;if(e[ps].state===`readable`&&Zs(W)&&W[ps].queue.length>0){for(;W[ps].queue.length>0;){if(_e)return!0;let Y=dequeueValue(W);if(W[ps].closeRequested&&!W[ps].queue.length&&(readableStreamDefaultControllerClearAlgorithms(W),readableStreamClose(e)),Te.currentWrite=writableStreamDefaultWriterWrite(le,Y),setPromiseHandled(Te.currentWrite),R[ps].backpressure||R[ps].state!==`writable`||writableStreamCloseQueuedOrInFlight(R))break}return readableStreamDefaultControllerCallPullIfNeeded(W),e[ps].state===`closed`}let{promise:Y,resolve:X,reject:ie}=Promise.withResolvers();return Ae={resolve:X,reject:ie},readableStreamDefaultReaderRead(ae,new PipeToReadRequest),Y}async function run(){for(;!await step(););}if(ie!==void 0){if(ie.aborted)return abortAlgorithm(),ye;Oe=abortAlgorithm,ie.addEventListener(`abort`,Oe,{once:!0})}if(setPromiseHandled(run()),watchErrored(e,ae[ps].close.promise,e=>{if(!Y)return shutdownWithAnAction(()=>writableStreamAbort(R,e),!0,e);shutdown(!0,e)}),watchErrored(R,le[ps].close.promise,R=>{if(!X)return shutdownWithAnAction(()=>readableStreamCancel(e,R),!0,R);shutdown(!0,R)}),watchClosed(e,ae[ps].close.promise,()=>{if(!W)return shutdownWithAnAction(()=>writableStreamDefaultWriterCloseWithErrorPropagation(le));shutdown()}),writableStreamCloseQueuedOrInFlight(R)||R[ps].state===`closed`){let R=TypeError(`Destination WritableStream is closed`);X?shutdown(!0,R):shutdownWithAnAction(()=>readableStreamCancel(e,R),!0,R)}return ye}function readableStreamDefaultTee(e,R){let W=new ReadableStreamDefaultReader(e),Y=!1,X=!1,ie=!1,ae,le,_e,ye,be=Promise.withResolvers();async function pullAlgorithm(){Y||(Y=!0,readableStreamDefaultReaderRead(W,{[Ns](e){jt(()=>{Y=!1;let W=e,ae=e;if(!ie&&R)try{ae=structuredClone(ae)}catch{}X||readableStreamDefaultControllerEnqueue(_e[ps].controller,W),ie||readableStreamDefaultControllerEnqueue(ye[ps].controller,ae)})},[Ms](){jt(()=>{Y=!1,X||readableStreamDefaultControllerClose(_e[ps].controller),ie||readableStreamDefaultControllerClose(ye[ps].controller),(!X||!ie)&&be.resolve(void 0)})},[Is](){Y=!1}}))}function cancel1Algorithm(R){if(X=!0,ae=R,ie){let R=[ae,le];be.resolve(readableStreamCancel(e,R))}return be.promise}function cancel2Algorithm(R){if(ie=!0,le=R,X){let R=[ae,le];be.resolve(readableStreamCancel(e,R))}return be.promise}return _e=createReadableStream(nonOpStart,pullAlgorithm,cancel1Algorithm),ye=createReadableStream(nonOpStart,pullAlgorithm,cancel2Algorithm),W[ps].close.promise.then(void 0,e=>{readableStreamDefaultControllerError(_e[ps].controller,e),readableStreamDefaultControllerError(ye[ps].controller,e),(!X||!ie)&&be.resolve(void 0)}),[_e,ye]}var BYOBReadIntoRequest=class{[ps];constructor(){this[ps]=Promise.withResolvers()}[Ns](e){this[ps].resolve?.({value:e,done:!1})}[Ms](e){this[ps].resolve?.({value:e,done:!0})}[Is](e){this[ps].reject?.(e)}get promise(){return this[ps].promise}},ReadableStreamBYOBReader=class{[ms]=`ReadableStreamBYOBReader`;[ps];constructor(e){if(!Xs(e))throw TypeError(`Expected a ReadableStream`);this[ps]={readIntoRequests:[],stream:void 0,close:{promise:void 0,resolve:void 0,reject:void 0}},setupReadableStreamBYOBReader(this,e)}read(e,R={}){if(!tc(this))return Promise.reject(TypeError(`Invalid this`));if(typeof e!=`object`||!e||!ArrayBuffer.isView(e))return Promise.reject(TypeError(`view must be an ArrayBufferView`));let W=e.buffer,Y=e.byteLength;if(Y===0)return Promise.reject(TypeError(`view must have non-zero byteLength`));if(W.byteLength===0)return isDetachedBuffer(W)?Promise.reject(TypeError(`view's buffer has been detached`)):Promise.reject(TypeError(`view's buffer must have non-zero byteLength`));let X=R?.min??1;if(typeof X!=`number`||X<1||!Number.isInteger(X)||Number.isNaN(X))return Promise.reject(TypeError(`options.min must be a positive integer`));let ie=e[Symbol.toStringTag];if(ie!==void 0&&ie!==`DataView`){if(X>e.length)return Promise.reject(RangeError(`options.min must be smaller or equal to view size`))}else if(X>Y)return Promise.reject(RangeError(`options.min must be smaller or equal to view size`));if(this[ps].stream===void 0)return Promise.reject(TypeError(`Reader has no associated stream`));let ae=new BYOBReadIntoRequest;return readableStreamBYOBReaderRead(this,e,X,ae),ae.promise}releaseLock(){if(!tc(this))throw TypeError(`Invalid this`);this[ps].stream!==void 0&&readableStreamBYOBReaderRelease(this)}get closed(){return tc(this)?this[ps].close.promise:Promise.reject(TypeError(`Invalid this`))}cancel(e=void 0){return tc(this)?this[ps].stream===void 0?Promise.reject(TypeError(`Reader has no associated stream`)):readableStreamReaderGenericCancel(this,e):Promise.reject(TypeError(`Invalid this`))}get[Symbol.toStringTag](){return`ReadableStreamBYOBReader`}},ReadableStreamBYOBRequest=class{[ms]=`ReadableStreamBYOBRequest`;[ps]={};constructor(e){if(e!==Hs)throw TypeError(`Illegal constructor`)}get view(){if(!nc(this))throw TypeError(`Invalid this`);return this[ps].view}respond(e){if(!nc(this))throw TypeError(`Invalid this`);if(this[ps].controller===void 0)throw TypeError(`BYOB request has been invalidated`);if(e=+e,!Number.isInteger(e)||e<0||!Number.isFinite(e))throw RangeError(`bytesWritten must be a non-negative integer`);let R=this[ps].view;if(isDetachedBuffer(R.buffer))throw TypeError(`The BYOB request's buffer has been detached`);readableByteStreamControllerRespond(this[ps].controller,e)}respondWithNewView(e){if(!nc(this))throw TypeError(`Invalid this`);if(this[ps].controller===void 0)throw TypeError(`BYOB request has been invalidated`);if(typeof e!=`object`||!e||!ArrayBuffer.isView(e))throw TypeError(`view must be an ArrayBufferView`);if(isDetachedBuffer(e.buffer))throw TypeError(`The given view's buffer has been detached`);readableByteStreamControllerRespondWithNewView(this[ps].controller,e)}get[Symbol.toStringTag](){return`ReadableStreamBYOBRequest`}},ReadableByteStreamController=class{[ms]=`ReadableByteStreamController`;[ps]={};constructor(e){if(e!==Hs)throw TypeError(`Illegal constructor`)}get byobRequest(){if(!ec(this))throw TypeError(`Invalid this`);return readableByteStreamControllerGetBYOBRequest(this)}get desiredSize(){if(!ec(this))throw TypeError(`Invalid this`);return readableByteStreamControllerGetDesiredSize(this)}close(){if(!ec(this))throw TypeError(`Invalid this`);if(this[ps].closeRequested)throw TypeError(`Close already requested`);if(this[ps].stream[ps].state!==`readable`)throw TypeError(`Stream is not in a readable state`);readableByteStreamControllerClose(this)}enqueue(e){if(!ec(this))throw TypeError(`Invalid this`);if(typeof e!=`object`||!e||!ArrayBuffer.isView(e))throw TypeError(`chunk must be an ArrayBufferView`);if(e.byteLength===0)throw TypeError(`chunk length must be non-zero`);if(e.buffer.byteLength===0)throw TypeError(`chunk's buffer length must be non-zero`);if(this[ps].closeRequested)throw TypeError(`Cannot enqueue after close has been requested`);if(this[ps].stream[ps].state!==`readable`)throw TypeError(`Stream is not in a readable state`);readableByteStreamControllerEnqueue(this,e)}error(e=void 0){if(!ec(this))throw TypeError(`Invalid this`);readableByteStreamControllerError(this,e)}[js](e){return readableByteStreamControllerCancelSteps(this,e)}[zs](e){readableByteStreamControllerPullSteps(this,e)}[Bs](){if(this[ps].pendingPullIntos.length>0){let e=this[ps].pendingPullIntos[0];e.readerType=`none`,this[ps].pendingPullIntos=[e]}}get[Symbol.toStringTag](){return`ReadableByteStreamController`}};const ec=isBrandCheck(`ReadableByteStreamController`),tc=isBrandCheck(`ReadableStreamBYOBReader`),nc=isBrandCheck(`ReadableStreamBYOBRequest`);function readableStreamHasBYOBReader(e){let{reader:R}=e[ps];return R===void 0?!1:R[ps]!==void 0&&R[ms]===`ReadableStreamBYOBReader`}function readableStreamGetNumReadIntoRequests(e){return e[ps].reader[ps].readIntoRequests.length}function readableStreamAddReadIntoRequest(e,R){e[ps].reader[ps].readIntoRequests.push(R)}function readableStreamFulfillReadIntoRequest(e,R,W){let{reader:Y}=e[ps],X=Y[ps].readIntoRequests.shift();W?X[Ms](R):X[Ns](R)}function setupReadableStreamBYOBReader(e,R){if(isReadableStreamLocked(R))throw TypeError(`ReadableStream is locked`);if(!ec(R[ps].controller))throw TypeError(`Cannot use a BYOB reader with a non-byte stream`);readableStreamReaderGenericInitialize(e,R),e[ps].readIntoRequests=[]}function readableStreamBYOBReaderRead(e,R,W,Y){let{stream:X}=e[ps];X[ps].disturbed=!0,X[ps].state===`errored`?Y[Is](X[ps].storedError):readableByteStreamControllerPullInto(X[ps].controller,R,W,Y)}function readableStreamBYOBReaderRelease(e){readableStreamReaderGenericRelease(e);let R=TypeError(`Reader was released`);for(let W=0;W<e[ps].readIntoRequests.length;W++)e[ps].readIntoRequests[W][Is](R);e[ps].readIntoRequests=[]}function readableByteStreamControllerClearAlgorithms(e){e[ps].pullAlgorithm=void 0,e[ps].cancelAlgorithm=void 0}function readableByteStreamControllerClearPendingPullIntos(e){readableByteStreamControllerInvalidateBYOBRequest(e),e[ps].pendingPullIntos=[]}function readableByteStreamControllerInvalidateBYOBRequest(e){let R=e[ps].byobRequest;R!=null&&(R[ps].controller=void 0,R[ps].view=null,e[ps].byobRequest=null)}function readableByteStreamControllerError(e,R){let{stream:W}=e[ps];W[ps].state===`readable`&&(readableByteStreamControllerClearPendingPullIntos(e),resetQueue(e),readableByteStreamControllerClearAlgorithms(e),readableStreamError(W,R))}function readableByteStreamControllerGetDesiredSize(e){let R=e[ps].stream[ps].state;return R===`errored`?null:R===`closed`?0:e[ps].highWaterMark-e[ps].queueTotalSize}function readableByteStreamControllerShouldCallPull(e){let{stream:R}=e[ps];if(R[ps].state!==`readable`||e[ps].closeRequested||!e[ps].started)return!1;if(readableStreamHasDefaultReader(R)&&readableStreamGetNumReadRequests(R)>0||readableStreamHasBYOBReader(R)&&readableStreamGetNumReadIntoRequests(R)>0)return!0;let W=readableByteStreamControllerGetDesiredSize(e);return W!==null&&W>0}function readableByteStreamControllerCallPullIfNeeded(e){if(readableByteStreamControllerShouldCallPull(e)){if(e[ps].pulling){e[ps].pullAgain=!0;return}e[ps].pulling=!0,e[ps].pullAlgorithm(e).then(()=>{e[ps].pulling=!1,e[ps].pullAgain&&(e[ps].pullAgain=!1,readableByteStreamControllerCallPullIfNeeded(e))},R=>readableByteStreamControllerError(e,R))}}function readableByteStreamControllerHandleQueueDrain(e){e[ps].queueTotalSize===0&&e[ps].closeRequested?(readableByteStreamControllerClearAlgorithms(e),readableStreamClose(e[ps].stream)):readableByteStreamControllerCallPullIfNeeded(e)}function readableByteStreamControllerEnqueueChunkToQueue(e,R,W,Y){e[ps].queue.push({buffer:R,byteOffset:W,byteLength:Y}),e[ps].queueTotalSize+=Y}function readableByteStreamControllerEnqueueClonedChunkToQueue(e,R,W,Y){let X;try{X=R.slice(W,W+Y)}catch(R){readableByteStreamControllerError(e,R);return}readableByteStreamControllerEnqueueChunkToQueue(e,X,0,Y)}function readableByteStreamControllerEnqueueDetachedPullIntoToQueue(e,R){R.bytesFilled>0&&readableByteStreamControllerEnqueueClonedChunkToQueue(e,R.buffer,R.byteOffset,R.bytesFilled),readableByteStreamControllerShiftPendingPullInto(e)}function readableByteStreamControllerShiftPendingPullInto(e){return e[ps].pendingPullIntos.shift()}function readableByteStreamControllerFillHeadPullIntoDescriptor(e,R,W){W.bytesFilled+=R}function readableByteStreamControllerConvertPullIntoDescriptor(e){let R=e.bytesFilled,W=e.elementSize,Y=transferArrayBuffer(e.buffer);return e.buffer=Y,new e.viewConstructor(Y,e.byteOffset,R/W)}function readableByteStreamControllerCommitPullIntoDescriptor(e,R){let W=!1;e[ps].state===`closed`&&(W=!0);let Y=readableByteStreamControllerConvertPullIntoDescriptor(R);R.readerType===`default`?readableStreamFulfillReadRequest(e,Y,W):readableStreamFulfillReadIntoRequest(e,Y,W)}function readableByteStreamControllerFillPullIntoDescriptorFromQueue(e,R){let W=Math.min(e[ps].queueTotalSize,R.byteLength-R.bytesFilled),Y=R.bytesFilled+W,X=W,ie=!1,ae=Y-Y%R.elementSize;ae>=R.minimumFill&&(X=ae-R.bytesFilled,ie=!0);let le=e[ps].queue;for(;X>0;){let W=le[0],Y=Math.min(X,W.byteLength),ie=R.byteOffset+R.bytesFilled,ae=new Uint8Array(R.buffer,ie,Y),_e=new Uint8Array(W.buffer,W.byteOffset,Y);ae.set(_e),W.byteLength===Y?le.shift():(W.byteOffset+=Y,W.byteLength-=Y),e[ps].queueTotalSize-=Y,readableByteStreamControllerFillHeadPullIntoDescriptor(e,Y,R),X-=Y}return ie}function readableByteStreamControllerFillReadRequestFromQueue(e,R){let W=e[ps].queue.shift();e[ps].queueTotalSize-=W.byteLength,readableByteStreamControllerHandleQueueDrain(e);let Y=new Uint8Array(W.buffer,W.byteOffset,W.byteLength);R[Ns](Y)}function readableByteStreamControllerProcessReadRequestsUsingQueue(e){let R=e[ps].stream[ps].reader;for(;R[ps].readRequests.length!==0;){if(e[ps].queueTotalSize===0)return;readableByteStreamControllerFillReadRequestFromQueue(e,R[ps].readRequests.shift())}}function readableByteStreamControllerProcessPullIntoDescriptorsUsingQueue(e){for(;e[ps].pendingPullIntos.length!==0;){if(e[ps].queueTotalSize===0)return;let R=e[ps].pendingPullIntos[0];readableByteStreamControllerFillPullIntoDescriptorFromQueue(e,R)&&(readableByteStreamControllerShiftPendingPullInto(e),readableByteStreamControllerCommitPullIntoDescriptor(e[ps].stream,R))}}function readableByteStreamControllerGetBYOBRequest(e){if(e[ps].byobRequest===null&&e[ps].pendingPullIntos.length!==0){let R=e[ps].pendingPullIntos[0],W=new Uint8Array(R.buffer,R.byteOffset+R.bytesFilled,R.byteLength-R.bytesFilled),Y=new ReadableStreamBYOBRequest(Hs);Y[ps]={controller:e,view:W},e[ps].byobRequest=Y}return e[ps].byobRequest}function readableByteStreamControllerEnqueue(e,R){let{stream:W}=e[ps];if(e[ps].closeRequested||W[ps].state!==`readable`)return;let Y=R.buffer,X=R.byteLength,ie=R.byteOffset;if(isDetachedBuffer(Y))throw TypeError(`chunk's buffer is detached`);let ae=transferArrayBuffer(Y);if(e[ps].pendingPullIntos.length!==0){let R=e[ps].pendingPullIntos[0];if(isDetachedBuffer(R.buffer))throw TypeError(`BYOB request's buffer has been detached`);readableByteStreamControllerInvalidateBYOBRequest(e),R.buffer=transferArrayBuffer(R.buffer),R.readerType===`none`&&readableByteStreamControllerEnqueueDetachedPullIntoToQueue(e,R)}readableStreamHasDefaultReader(W)?(readableByteStreamControllerProcessReadRequestsUsingQueue(e),readableStreamGetNumReadRequests(W)===0?readableByteStreamControllerEnqueueChunkToQueue(e,ae,ie,X):(e[ps].pendingPullIntos.length!==0&&readableByteStreamControllerShiftPendingPullInto(e),readableStreamFulfillReadRequest(W,new Uint8Array(ae,ie,X),!1))):readableStreamHasBYOBReader(W)?(readableByteStreamControllerEnqueueChunkToQueue(e,ae,ie,X),readableByteStreamControllerProcessPullIntoDescriptorsUsingQueue(e)):readableByteStreamControllerEnqueueChunkToQueue(e,ae,ie,X),readableByteStreamControllerCallPullIfNeeded(e)}function readableByteStreamControllerClose(e){let{stream:R}=e[ps];if(!(e[ps].closeRequested||R[ps].state!==`readable`)){if(e[ps].queueTotalSize>0){e[ps].closeRequested=!0;return}if(e[ps].pendingPullIntos.length!==0){let R=e[ps].pendingPullIntos[0];if(R.bytesFilled%R.elementSize!==0){let R=TypeError(`Insufficient bytes to fill elements in the given buffer`);throw readableByteStreamControllerError(e,R),R}}readableByteStreamControllerClearAlgorithms(e),readableStreamClose(R)}}function readableByteStreamControllerPullInto(e,R,W,Y){let X=e[ps].stream,ie=R[Symbol.toStringTag],ae,le;if(ie===void 0||ie===`DataView`)ae=DataView,le=1;else{let e=typedArrayConstructorByTag(ie);if(!e){Y[Is](TypeError(`Unsupported typed array: ${ie}`));return}ae=e,le=elementSizeByTag(ie)}let _e=R.buffer,ye=R.byteLength,be=R.byteOffset,Ce=W*le,Te;try{Te=transferArrayBuffer(_e)}catch(e){Y[Is](e);return}let Oe={buffer:Te,bufferByteLength:Te.byteLength,byteOffset:be,byteLength:ye,bytesFilled:0,minimumFill:Ce,elementSize:le,viewConstructor:ae,readerType:`byob`};if(e[ps].pendingPullIntos.length!==0){e[ps].pendingPullIntos.push(Oe),readableStreamAddReadIntoRequest(X,Y);return}if(X[ps].state===`closed`){let e=new ae(Oe.buffer,Oe.byteOffset,0);Y[Ms](e);return}if(e[ps].queueTotalSize>0){if(readableByteStreamControllerFillPullIntoDescriptorFromQueue(e,Oe)){let R=readableByteStreamControllerConvertPullIntoDescriptor(Oe);readableByteStreamControllerHandleQueueDrain(e),Y[Ns](R);return}if(e[ps].closeRequested){let R=TypeError(`Insufficient bytes to fill elements in the given buffer`);readableByteStreamControllerError(e,R),Y[Is](R);return}}e[ps].pendingPullIntos.push(Oe),readableStreamAddReadIntoRequest(X,Y),readableByteStreamControllerCallPullIfNeeded(e)}function readableByteStreamControllerRespond(e,R){let W=e[ps].pendingPullIntos[0];if(e[ps].stream[ps].state===`closed`){if(R!==0)throw TypeError(`bytesWritten must be 0 when calling respond() on a closed stream`)}else{if(R===0)throw TypeError(`bytesWritten must be greater than 0 when calling respond() on a readable stream`);if(W.bytesFilled+R>W.byteLength)throw RangeError(`bytesWritten out of range`)}W.buffer=transferArrayBuffer(W.buffer),readableByteStreamControllerRespondInternal(e,R)}function readableByteStreamControllerRespondWithNewView(e,R){let W=e[ps].pendingPullIntos[0],Y=e[ps].stream[ps].state,X=R.byteLength,ie=R.byteOffset,ae=R.buffer;if(Y===`closed`){if(X!==0)throw TypeError(`view's length must be 0 when calling respondWithNewView() on a closed stream`)}else if(X===0)throw TypeError(`view's length must be greater than 0 when calling respondWithNewView() on a readable stream`);if(W.byteOffset+W.bytesFilled!==ie)throw RangeError(`The region specified by view does not match byobRequest`);if(W.bufferByteLength!==ae.byteLength)throw RangeError(`The buffer of view has different capacity than byobRequest`);if(W.bytesFilled+X>W.byteLength)throw RangeError(`The region specified by view is larger than byobRequest`);W.buffer=transferArrayBuffer(ae),readableByteStreamControllerRespondInternal(e,X)}function readableByteStreamControllerRespondInternal(e,R){let W=e[ps].pendingPullIntos[0];readableByteStreamControllerInvalidateBYOBRequest(e),e[ps].stream[ps].state===`closed`?readableByteStreamControllerRespondInClosedState(e,W):readableByteStreamControllerRespondInReadableState(e,R,W),readableByteStreamControllerCallPullIfNeeded(e)}function readableByteStreamControllerRespondInClosedState(e,R){R.readerType===`none`&&readableByteStreamControllerShiftPendingPullInto(e);let W=e[ps].stream;if(readableStreamHasBYOBReader(W))for(;readableStreamGetNumReadIntoRequests(W)>0;)readableByteStreamControllerCommitPullIntoDescriptor(W,readableByteStreamControllerShiftPendingPullInto(e))}function readableByteStreamControllerRespondInReadableState(e,R,W){if(readableByteStreamControllerFillHeadPullIntoDescriptor(e,R,W),W.readerType===`none`){readableByteStreamControllerEnqueueDetachedPullIntoToQueue(e,W),readableByteStreamControllerProcessPullIntoDescriptorsUsingQueue(e);return}if(W.bytesFilled<W.minimumFill)return;readableByteStreamControllerShiftPendingPullInto(e);let Y=W.bytesFilled%W.elementSize;if(Y>0){let R=W.byteOffset+W.bytesFilled;readableByteStreamControllerEnqueueClonedChunkToQueue(e,W.buffer,R-Y,Y)}W.bytesFilled-=Y,readableByteStreamControllerCommitPullIntoDescriptor(e[ps].stream,W),readableByteStreamControllerProcessPullIntoDescriptorsUsingQueue(e)}function readableByteStreamControllerCancelSteps(e,R){readableByteStreamControllerClearPendingPullIntos(e),resetQueue(e);let W=e[ps].cancelAlgorithm(R);return readableByteStreamControllerClearAlgorithms(e),W}function readableByteStreamControllerPullSteps(e,R){let W=e[ps].stream;if(e[ps].queueTotalSize>0){readableByteStreamControllerFillReadRequestFromQueue(e,R);return}let Y=e[ps].autoAllocateChunkSize;if(Y!==void 0){let W;try{W=new ArrayBuffer(Y)}catch(e){R[Is](e);return}let X={buffer:W,bufferByteLength:Y,byteOffset:0,byteLength:Y,bytesFilled:0,minimumFill:1,elementSize:1,viewConstructor:Uint8Array,readerType:`default`};e[ps].pendingPullIntos.push(X)}readableStreamAddReadRequest(W,R),readableByteStreamControllerCallPullIfNeeded(e)}function setupReadableByteStreamController(e,R,W,Y,X,ie,ae){R[ps]={cancelAlgorithm:X,closeRequested:!1,highWaterMark:ie,pullAgain:!1,pullAlgorithm:Y,pulling:!1,queue:[],queueTotalSize:0,started:!1,stream:e,byobRequest:null,pendingPullIntos:[],autoAllocateChunkSize:ae},e[ps].controller=R;let le=W();new Promise(e=>e(le)).then(()=>{R[ps].started=!0,readableByteStreamControllerCallPullIfNeeded(R)},e=>readableByteStreamControllerError(R,e))}function setupReadableByteStreamControllerFromSource(e,R,W){let Y=new ReadableByteStreamController(Hs),X=R?.start,ie=R?.pull,ae=R?.cancel,le=R?.autoAllocateChunkSize;if(le!==void 0&&(le===0||!Number.isInteger(le)||le<0))throw TypeError(`autoAllocateChunkSize must be a positive integer`);setupReadableByteStreamController(e,Y,X?X.bind(R,Y):nonOpStart,ie?createPromiseCallback(`source.pull`,ie,R):nonOpPull,ae?createPromiseCallback(`source.cancel`,ae,R):nonOpCancel,W,le)}function readableByteStreamTee(e){let R=new ReadableStreamDefaultReader(e),W=!1,Y=!1,X=!1,ie,ae,le=Promise.withResolvers(),_e,ye,be,Ce;function pullAlgorithm(){return W?Promise.resolve():(W=!0,R.read().then(e=>{if(W=!1,e.done){Y||be.close(),X||Ce.close();return}let R=e.value,ie=new Uint8Array(R.buffer.slice(R.byteOffset,R.byteOffset+R.byteLength));Y||be.enqueue(ie),X||Ce.enqueue(new Uint8Array(ie))},()=>{}),Promise.resolve())}return _e=new ReadableStream$1({type:`bytes`,pull:pullAlgorithm,cancel(R){if(Y=!0,ie=R,X){let R=readableStreamCancel(e,[ie,ae]);return le.resolve(),R}return le.promise}}),ye=new ReadableStream$1({type:`bytes`,pull:pullAlgorithm,cancel(R){if(X=!0,ae=R,Y){let R=readableStreamCancel(e,[ie,ae]);return le.resolve(),R}return le.promise}}),be=_e[ps].controller,Ce=ye[ps].controller,R.closed.catch(e=>{be.error(e),Ce.error(e),(!Y||!X)&&le.resolve()}),[_e,ye]}const sc=Symbol(`kSkipThrow`);var TransformStream=class{[ms]=`TransformStream`;[ps];constructor(e={},R={},W={}){if(e!=null&&typeof e!=`object`)throw TypeError(`transformer must be an object`);if(R!=null&&typeof R!=`object`)throw TypeError(`writableStrategy must be an object`);if(W!=null&&typeof W!=`object`)throw TypeError(`readableStrategy must be an object`);let Y=e?.readableType,X=e?.writableType,ie=e?.start;if(Y!==void 0)throw RangeError(`Invalid readableType: ${Y}`);if(X!==void 0)throw RangeError(`Invalid writableType: ${X}`);let ae=extractHighWaterMark(W?.highWaterMark,0),le=extractSizeAlgorithm(W?.size),_e=extractHighWaterMark(R?.highWaterMark,1),ye=extractSizeAlgorithm(R?.size),be=Promise.withResolvers();initializeTransformStream(this,be,_e,ye,ae,le),setupTransformStreamDefaultControllerFromTransformer(this,e),ie===void 0?be.resolve():be.resolve(ie.call(e,this[ps].controller))}get readable(){if(!uc(this))throw TypeError(`Invalid this`);return this[ps].readable}get writable(){if(!uc(this))throw TypeError(`Invalid this`);return this[ps].writable}get[Symbol.toStringTag](){return`TransformStream`}},TransformStreamDefaultController=class{[ms]=`TransformStreamDefaultController`;[ps];constructor(e){if(e!==sc)throw TypeError(`Illegal constructor`)}get desiredSize(){if(!hc(this))throw TypeError(`Invalid this`);let{stream:e}=this[ps],{readable:R}=e[ps],W=R[ps].controller;return readableStreamDefaultControllerGetDesiredSize(W)}enqueue(e){if(!hc(this))throw TypeError(`Invalid this`);transformStreamDefaultControllerEnqueue(this,e)}error(e){if(!hc(this))throw TypeError(`Invalid this`);transformStreamDefaultControllerError(this,e)}terminate(){if(!hc(this))throw TypeError(`Invalid this`);transformStreamDefaultControllerTerminate(this)}get[Symbol.toStringTag](){return`TransformStreamDefaultController`}};const uc=isBrandCheck(`TransformStream`),hc=isBrandCheck(`TransformStreamDefaultController`);async function defaultTransformAlgorithm(e,R){transformStreamDefaultControllerEnqueue(R,e)}function initializeTransformStream(e,R,W,Y,X,ie){let startAlgorithm=()=>R.promise,ae=createWritableStream(startAlgorithm,R=>transformStreamDefaultSinkWriteAlgorithm(e,R),()=>transformStreamDefaultSinkCloseAlgorithm(e),R=>transformStreamDefaultSinkAbortAlgorithm(e,R),W,Y);e[ps]={readable:createReadableStream(startAlgorithm,()=>transformStreamDefaultSourcePullAlgorithm(e),R=>transformStreamDefaultSourceCancelAlgorithm(e,R),X,ie),writable:ae,controller:void 0,backpressure:void 0,backpressureChange:{promise:void 0,resolve:void 0,reject:void 0}},transformStreamSetBackpressure(e,!0)}function transformStreamError(e,R){let{readable:W}=e[ps];readableStreamDefaultControllerError(W[ps].controller,R),transformStreamErrorWritableAndUnblockWrite(e,R)}function transformStreamErrorWritableAndUnblockWrite(e,R){let{controller:W,writable:Y}=e[ps];transformStreamDefaultControllerClearAlgorithms(W),writableStreamDefaultControllerErrorIfNeeded(Y[ps].controller,R),transformStreamUnblockWrite(e)}function transformStreamUnblockWrite(e){e[ps].backpressure&&transformStreamSetBackpressure(e,!1)}function transformStreamSetBackpressure(e,R){e[ps].backpressureChange.promise!==void 0&&e[ps].backpressureChange.resolve?.(),e[ps].backpressureChange=Promise.withResolvers(),e[ps].backpressure=R}function setupTransformStreamDefaultController(e,R,W,Y,X){R[ps]={stream:e,transformAlgorithm:W,flushAlgorithm:Y,cancelAlgorithm:X,finishPromise:void 0},e[ps].controller=R}function setupTransformStreamDefaultControllerFromTransformer(e,R){let W=new TransformStreamDefaultController(sc),Y=R?.transform,X=R?.flush,ie=R?.cancel;setupTransformStreamDefaultController(e,W,Y?createPromiseCallback(`transformer.transform`,Y,R):defaultTransformAlgorithm,X?createPromiseCallback(`transformer.flush`,X,R):nonOpFlush,ie?createPromiseCallback(`transformer.cancel`,ie,R):nonOpCancel)}function transformStreamDefaultControllerClearAlgorithms(e){e[ps].transformAlgorithm=void 0,e[ps].flushAlgorithm=void 0,e[ps].cancelAlgorithm=void 0}function transformStreamDefaultControllerEnqueue(e,R){let{stream:W}=e[ps],{readable:Y}=W[ps],X=Y[ps].controller;if(!readableStreamDefaultControllerCanCloseOrEnqueue(X))throw TypeError(`Unable to enqueue`);try{readableStreamDefaultControllerEnqueue(X,R)}catch(e){throw transformStreamErrorWritableAndUnblockWrite(W,e),Y[ps].storedError}readableStreamDefaultControllerHasBackpressure(X)!==W[ps].backpressure&&transformStreamSetBackpressure(W,!0)}function transformStreamDefaultControllerError(e,R){transformStreamError(e[ps].stream,R)}async function transformStreamDefaultControllerPerformTransform(e,R){try{let W=e[ps].transformAlgorithm;return W===void 0?void 0:await W(R,e)}catch(R){throw transformStreamError(e[ps].stream,R),R}}function transformStreamDefaultControllerTerminate(e){let{stream:R}=e[ps],{readable:W}=R[ps];readableStreamDefaultControllerClose(W[ps].controller),transformStreamErrorWritableAndUnblockWrite(R,TypeError(`TransformStream has been terminated`))}function transformStreamDefaultSinkWriteAlgorithm(e,R){let{controller:W}=e[ps];return e[ps].backpressure?e[ps].backpressureChange.promise.then(()=>{let{writable:Y}=e[ps];if(Y[ps].state===`erroring`)throw Y[ps].storedError;return transformStreamDefaultControllerPerformTransform(W,R)}):transformStreamDefaultControllerPerformTransform(W,R)}async function transformStreamDefaultSinkAbortAlgorithm(e,R){let{controller:W,readable:Y}=e[ps];if(W[ps].finishPromise!==void 0)return W[ps].finishPromise;let{promise:X,resolve:ie,reject:ae}=Promise.withResolvers();W[ps].finishPromise=X;let le=W[ps].cancelAlgorithm(R);return transformStreamDefaultControllerClearAlgorithms(W),le.then(()=>{Y[ps].state===`errored`?ae(Y[ps].storedError):(readableStreamDefaultControllerError(Y[ps].controller,R),ie())},e=>{readableStreamDefaultControllerError(Y[ps].controller,e),ae(e)}),W[ps].finishPromise}function transformStreamDefaultSinkCloseAlgorithm(e){let{readable:R,controller:W}=e[ps];if(W[ps].finishPromise!==void 0)return W[ps].finishPromise;let{promise:Y,resolve:X,reject:ie}=Promise.withResolvers();W[ps].finishPromise=Y;let ae=W[ps].flushAlgorithm(W);return transformStreamDefaultControllerClearAlgorithms(W),ae.then(()=>{R[ps].state===`errored`?ie(R[ps].storedError):(readableStreamDefaultControllerClose(R[ps].controller),X())},e=>{readableStreamDefaultControllerError(R[ps].controller,e),ie(e)}),W[ps].finishPromise}function transformStreamDefaultSourcePullAlgorithm(e){return transformStreamSetBackpressure(e,!1),e[ps].backpressureChange.promise}function transformStreamDefaultSourceCancelAlgorithm(e,R){let{controller:W,writable:Y}=e[ps];if(W[ps].finishPromise!==void 0)return W[ps].finishPromise;let{promise:X,resolve:ie,reject:ae}=Promise.withResolvers();W[ps].finishPromise=X;let le=W[ps].cancelAlgorithm(R);return transformStreamDefaultControllerClearAlgorithms(W),le.then(()=>{Y[ps].state===`errored`?ae(Y[ps].storedError):(writableStreamDefaultControllerErrorIfNeeded(Y[ps].controller,R),transformStreamUnblockWrite(e),ie())},R=>{writableStreamDefaultControllerErrorIfNeeded(Y[ps].controller,R),transformStreamUnblockWrite(e),ae(R)}),W[ps].finishPromise}const Ac=Object.defineProperty(e=>e.byteLength,`name`,{value:`size`}),Ic=Object.defineProperty(()=>1,`name`,{value:`size`});var ByteLengthQueuingStrategy=class{#e;constructor(e){if(typeof e!=`object`||!e)throw TypeError(`init must be an object`);if(e.highWaterMark===void 0)throw TypeError(`init.highWaterMark is required`);this.#e=+e.highWaterMark}get highWaterMark(){return this.#e}get size(){return Ac}get[Symbol.toStringTag](){return`ByteLengthQueuingStrategy`}},CountQueuingStrategy=class{#e;constructor(e){if(typeof e!=`object`||!e)throw TypeError(`init must be an object`);if(e.highWaterMark===void 0)throw TypeError(`init.highWaterMark is required`);this.#e=+e.highWaterMark}get highWaterMark(){return this.#e}get size(){return Ic}get[Symbol.toStringTag](){return`CountQueuingStrategy`}},TextEncoderStream=class{#e=null;#t=new TextEncoder;#n;constructor(){this.#n=new TransformStream({transform:(e,R)=>{if(e=String(e),e===``)return;this.#e!==null&&(e=this.#e+e);let W=e.charCodeAt(e.length-1);55296<=W&&W<=56319?(this.#e=e.slice(-1),e=e.slice(0,-1)):this.#e=null,e&&R.enqueue(this.#t.encode(e))},flush:e=>{this.#e!==null&&e.enqueue(new Uint8Array([239,191,189]))}})}get encoding(){return`utf-8`}get readable(){return this.#n.readable}get writable(){return this.#n.writable}};function hasStreamingSupport(){try{return new TextDecoder().decode(new Uint8Array([195]),{stream:!0}),!0}catch{return!1}}const Hc=hasStreamingSupport();function incompleteUtf8Tail(e){let R=e.length;if(R===0)return 0;for(let W=1;W<=Math.min(3,R);W++){let Y=e[R-W];if(!(Y&128))return 0;if((Y&192)!=128){let e;if((Y&224)==192)e=2;else if((Y&240)==224)e=3;else if((Y&248)==240)e=4;else return 0;return W<e?W:0}}return 0}var TextDecoderStream=class{#e;#t;constructor(e,R){if(this.#e=new TextDecoder(e,R),Hc)this.#t=new TransformStream({transform:(e,R)=>{let W=toUint8Array$2(e),Y=this.#e.decode(W,{stream:!0});Y&&R.enqueue(Y)},flush:e=>{let R=this.#e.decode();R&&e.enqueue(R)},cancel:()=>{this.#e.decode()}});else{let e=new Uint8Array;this.#t=new TransformStream({transform:(R,W)=>{let Y=toUint8Array$2(R),X;e.length>0?(X=new Uint8Array(e.length+Y.length),X.set(e,0),X.set(Y,e.length)):X=Y;let ie=incompleteUtf8Tail(X),ae;if(ie>0?(ae=X.slice(0,X.length-ie),e=X.slice(X.length-ie)):(ae=X,e=new Uint8Array),ae.length>0){let e=this.#e.decode(ae);e&&W.enqueue(e)}},flush:R=>{if(e.length>0){let W=this.#e.decode(e);W&&R.enqueue(W),e=new Uint8Array}},cancel:()=>{e=new Uint8Array}})}}get encoding(){return this.#e.encoding}get fatal(){return this.#e.fatal}get ignoreBOM(){return this.#e.ignoreBOM}get readable(){return this.#t.readable}get writable(){return this.#t.writable}};function toUint8Array$2(e){if(e instanceof Uint8Array)return e;if(e instanceof ArrayBuffer)return new Uint8Array(e);if(ArrayBuffer.isView(e))return new Uint8Array(e.buffer,e.byteOffset,e.byteLength);throw TypeError(`chunk must be a BufferSource`)}__name$1(toUint8Array$2,`toUint8Array`);function isNativeStreamUsable$3(e,R){try{return typeof e==`function`?typeof e.prototype[R]==`function`:!1}catch{return!1}}__name$1(isNativeStreamUsable$3,`isNativeStreamUsable`);const el=isNativeStreamUsable$3(globalThis.ReadableStream,`getReader`)?globalThis.ReadableStream:ReadableStream$1,nl=isNativeStreamUsable$3(globalThis.WritableStream,`getWriter`)?globalThis.WritableStream:WritableStream,sl=isNativeStreamUsable$3(globalThis.TransformStream,`readable`)?globalThis.TransformStream:TransformStream,fl=typeof globalThis.ByteLengthQueuingStrategy==`function`?globalThis.ByteLengthQueuingStrategy:ByteLengthQueuingStrategy,ml=typeof globalThis.CountQueuingStrategy==`function`?globalThis.CountQueuingStrategy:CountQueuingStrategy,_l=typeof globalThis.TextEncoderStream==`function`?globalThis.TextEncoderStream:TextEncoderStream,vl=typeof globalThis.TextDecoderStream==`function`?globalThis.TextDecoderStream:TextDecoderStream;var yl=__esmMin(()=>{qt()});function _setPipeImpl(e){bl=e}var bl,Stream_,xl=__esmMin(()=>{Ba(),Stream_=class extends Ra{constructor(e){super(e)}pipe(e,R){return bl(this,e,R)}}});function getDefaultHighWaterMark(e){return e?Cl:Sl}function setDefaultHighWaterMark(e,R){if(typeof R!=`number`||R<0||Number.isNaN(R))throw TypeError(`Invalid highWaterMark: ${R}`);e?Cl=R:Sl=R}function validateHighWaterMark(e,R){if(R!==void 0&&(typeof R!=`number`||Number.isNaN(R))){let W=TypeError(`The value of "${e}" is invalid. Received ${R}`);throw W.code=`ERR_INVALID_ARG_VALUE`,W}}var Sl,Cl,wl=__esmMin(()=>{Sl=16384,Cl=16});function chunkLength(e){if(e==null)return 1;let R=e.length;return typeof R==`number`?R:1}function sliceChunk(e,R,W){if(typeof e==`string`)return W===void 0?e.slice(R):e.slice(R,W);let Y=e.slice;return typeof Y==`function`?Y.call(e,R,W):e}var Tl,El=__esmMin(()=>{xl(),wl(),qt(),Tl=class Readable_ extends Stream_{readable=!0;readableFlowing=null;readableLength=0;readableHighWaterMark;readableEncoding;readableObjectMode;readableEnded=!1;readableAborted=!1;destroyed=!1;_pipeDests=[];_buffer=[];_readableState={ended:!1,endEmitted:!1,reading:!1,constructed:!0,highWaterMark:0,objectMode:!1,pipes:[]};_err;_readablePending=!1;_readImpl;_destroyImpl;_constructImpl;constructor(e){super(e),this.readableHighWaterMark=e?.highWaterMark??getDefaultHighWaterMark(e?.objectMode??!1),this.readableEncoding=e?.encoding??null,this.readableObjectMode=e?.objectMode??!1,this._readableState.highWaterMark=this.readableHighWaterMark,this._readableState.objectMode=this.readableObjectMode,e?.read&&(this._readImpl=e.read),e?.destroy&&(this._destroyImpl=e.destroy),e?.construct&&(this._constructImpl=e.construct),(this._constructImpl||this._construct!==Readable_.prototype._construct)&&(this._readableState.constructed=!1,nextTick(()=>{this._construct(e=>{this._readableState.constructed=!0,e?this.destroy(e):this.readableFlowing===!0&&this._flow()})}))}_construct(e){this._constructImpl?this._constructImpl.call(this,e):e()}_read(e){this._readImpl&&this._readImpl.call(this,e)}read(e){if(!this._readableState.constructed)return null;if(this._buffer.length===0){if(this._readableState.ended)return null;this._readableState.reading=!0,this._read(e??this.readableHighWaterMark),this._readableState.reading=!1}if(this._buffer.length===0||e===0)return null;if(this.readableObjectMode){if(e===void 0){let e=this._buffer.shift();return--this.readableLength,this._readableState.ended&&this._buffer.length===0&&!this._readableState.endEmitted&&this._emitEnd(),e}if(e>this.readableLength)return null;let R=this._buffer.shift();return--this.readableLength,R}if(e!=null)return e>this.readableLength?null:this._readBytes(e);let R=this._buffer.splice(0);if(this.readableLength=0,this._readableState.ended&&this._buffer.length===0&&!this._readableState.endEmitted&&this._emitEnd(),R.length===1)return R[0];if(R.length===0)return null;if(typeof R[0]==`string`)return R.join(``);let W=globalThis.Buffer;return W?.concat?W.concat(R):R}_readBytes(e){let R=0,W=[];for(;R<e&&this._buffer.length>0;){let Y=this._buffer[0],X=chunkLength(Y);if(R+X<=e)W.push(this._buffer.shift()),R+=X,this.readableLength-=X;else{let X=e-R;W.push(sliceChunk(Y,0,X)),this._buffer[0]=sliceChunk(Y,X),this.readableLength-=X,R+=X}}if(W.length===1)return W[0];let Y=globalThis.Buffer;return Y?.concat?Y.concat(W):W}push(e,R){if(e===null)return this._readableState.ended=!0,this.readableEnded=!0,this._buffer.length===0&&!this._readableState.endEmitted&&nextTick(()=>this._emitEnd()),this._scheduleReadable(),!1;if(!this.readableObjectMode&&!(typeof e==`string`||ArrayBuffer.isView(e))){let R=Object.assign(TypeError(`Invalid non-string/buffer chunk type: ${typeof e}`),{code:`ERR_INVALID_ARG_TYPE`});return nextTick(()=>this.emit(`error`,R)),!1}return this._buffer.push(e),this.readableLength+=this.readableObjectMode?1:chunkLength(e),this.readableFlowing&&!this._flowing&&nextTick(()=>this._flow()),this.readableFlowing!==!0&&this._scheduleReadable(),this.readableLength<this.readableHighWaterMark}_emitEnd(){this._readableState.endEmitted||(this._readableState.endEmitted=!0,this.emit(`end`),nextTick(()=>this._autoClose()))}_autoClose(){this.emit(`close`)}_scheduleReadable(){this._readablePending||this.listenerCount(`readable`)===0||(this._readablePending=!0,nextTick(()=>{this._readablePending=!1,this.destroyed||this.emit(`readable`)}))}on(e,R){return super.on(e,R),e===`data`&&this.readableFlowing!==!1&&this.resume(),e===`readable`&&(this._buffer.length>0||this._readableState.ended)&&this._scheduleReadable(),this}unshift(e){this._buffer.unshift(e),this.readableLength+=this.readableObjectMode?1:chunkLength(e)}setEncoding(e){return this.readableEncoding=e,this}pause(){return this.readableFlowing=!1,this.emit(`pause`),this}resume(){return this.readableFlowing!==!0&&(this.readableFlowing=!0,this.emit(`resume`),this._readableState.constructed&&this._flow()),this}_flowing=!1;_flow(){if(!(this.readableFlowing!==!0||this._flowing||this.destroyed)&&this._readableState.constructed){this._flowing=!0;try{for(;this._buffer.length>0&&this.readableFlowing&&!this.destroyed;){let e=this._buffer.shift();if(this.readableLength-=this.readableObjectMode?1:chunkLength(e),this.readableEncoding&&typeof e!=`string`){let R=globalThis.Buffer;R?.isBuffer&&R.isBuffer(e)?e=e.toString(this.readableEncoding):e instanceof Uint8Array&&(e=new TextDecoder(this.readableEncoding).decode(e))}this.emit(`data`,e)}if(this.destroyed)return;if(this._readableState.ended&&this._buffer.length===0&&!this._readableState.endEmitted){nextTick(()=>this._emitEnd());return}!this._readableState.ended&&!this._readableState.reading&&!this.destroyed&&(this._readableState.reading=!0,this._read(this.readableHighWaterMark),this._readableState.reading=!1)}finally{this._flowing=!1}this._buffer.length>0&&this.readableFlowing&&!this.destroyed&&nextTick(()=>this._flow())}}isPaused(){return this.readableFlowing===!1}unpipe(e){if(e){let R=this._pipeDests.findIndex(R=>R.dest===e);if(R!==-1){this._pipeDests[R].cleanup(),this._pipeDests.splice(R,1);let W=this._readableState.pipes.indexOf(e);W!==-1&&this._readableState.pipes.splice(W,1),e.emit(`unpipe`,this),this._pipeDests.length===0&&(this.readableFlowing=!1)}}else{for(let e of this._pipeDests)e.cleanup(),e.dest.emit(`unpipe`,this);this._pipeDests=[],this._readableState.pipes=[],this.readableFlowing=!1}return this}_destroy(e,R){this._destroyImpl?this._destroyImpl.call(this,e,R):R(e??void 0)}destroy(e){if(this.destroyed)return this;this.destroyed=!0,this.readable=!1,this.readableAborted=!this.readableEnded,e&&(this._err=e);let cb=e=>{e&&nextTick(()=>this.emit(`error`,e)),nextTick(()=>this.emit(`close`))};return Object.prototype.hasOwnProperty.call(this,`_destroy`)?this._destroy(e??null,cb):this._destroyImpl?this._destroyImpl.call(this,e??null,cb):cb(e),this}static toWeb(e){return new ReadableStream({start(R){e.on(`data`,e=>{typeof e==`string`?R.enqueue(new TextEncoder().encode(e)):e instanceof Uint8Array?R.enqueue(e):e&&typeof e.length==`number`&&R.enqueue(new Uint8Array(e))}),e.on(`end`,()=>{R.close()}),e.on(`error`,e=>{R.error(e)})},cancel(){e.destroy()}})}static fromWeb(e,R){let W=e.getReader();return new Readable_({...R,read(){W.read().then(({done:e,value:R})=>{e?this.push(null):this.push(R)},e=>{this.destroy(e)})},destroy(e,R){W.cancel(e?.message).then(()=>R(null),R)}})}[Symbol.asyncIterator](){let e=this,R=[],W=!1,Y=null,X=null,ie=null;return e.on(`data`,e=>{if(X){let R=X;X=null,ie=null,R({value:e,done:!1})}else R.push(e)}),e.on(`end`,()=>{if(W=!0,X){let e=X;X=null,ie=null,e({value:void 0,done:!0})}}),e.on(`error`,e=>{if(Y=e,W=!0,ie){let R=ie;X=null,ie=null,R(e)}}),{next(){return Y?Promise.reject(Y):R.length>0?Promise.resolve({value:R.shift(),done:!1}):W?Promise.resolve({value:void 0,done:!0}):new Promise((e,R)=>{X=e,ie=R})},return(){return e.destroy(),Promise.resolve({value:void 0,done:!0})},[Symbol.asyncIterator](){return this}}}static from(e,R){let W=new Readable_({objectMode:!0,...R,read(){}});return typeof e==`string`||ArrayBuffer.isView(e)?(W.push(e),W.push(null),W):((async()=>{try{for await(let R of e)W.push(R)||await new Promise(e=>W.once(`drain`,e));W.push(null)}catch(e){W.destroy(e)}})(),W)}}});function chunkLen$1(e){if(e==null)return 1;let R=e.length;return typeof R==`number`?R:1}var Duplex_,Al=__esmMin(()=>{wl(),El(),qt(),Duplex_=class extends Tl{writable=!0;writableHighWaterMark;writableLength=0;writableObjectMode;writableEnded=!1;writableFinished=!1;writableCorked=0;writableNeedDrain=!1;allowHalfOpen;_decodeStrings;_writableState={highWaterMark:0,objectMode:!1};_duplexCorkedBuffer=[];_duplexWriting=!1;_duplexWriteQueue=[];_writeImpl;_finalImpl;_defaultEncoding=`utf8`;_pendingWrites=0;_pendingEndCb=null;constructor(e){super(e),validateHighWaterMark(`writableHighWaterMark`,e?.writableHighWaterMark),validateHighWaterMark(`readableHighWaterMark`,e?.readableHighWaterMark),this.writableObjectMode=e?.writableObjectMode??e?.objectMode??!1,this.writableHighWaterMark=e?.highWaterMark??e?.writableHighWaterMark??getDefaultHighWaterMark(this.writableObjectMode),this._writableState.highWaterMark=this.writableHighWaterMark,this._writableState.objectMode=this.writableObjectMode,e?.highWaterMark===void 0&&e?.readableHighWaterMark!==void 0&&(this.readableHighWaterMark=e.readableHighWaterMark,this._readableState.highWaterMark=e.readableHighWaterMark),e?.readableObjectMode!==void 0&&(this.readableObjectMode=e.readableObjectMode,this._readableState.objectMode=e.readableObjectMode,e?.readableHighWaterMark===void 0&&e?.highWaterMark===void 0&&(this.readableHighWaterMark=getDefaultHighWaterMark(e.readableObjectMode),this._readableState.highWaterMark=this.readableHighWaterMark)),this.allowHalfOpen=e?.allowHalfOpen!==!1,this._decodeStrings=e?.decodeStrings!==!1,e?.write&&(this._writeImpl=e.write),e?.final&&(this._finalImpl=e.final),this.allowHalfOpen||this.once(`end`,()=>{this.writableEnded||nextTick(()=>this.end())})}_write(e,R,W){this._writeImpl?this._writeImpl.call(this,e,R,W):W()}_final(e){this._finalImpl?this._finalImpl.call(this,e):e()}destroy(e){return this.destroyed?this:(this.writable=!1,super.destroy(e))}write(e,R,W){let Y,X;if(typeof R==`function`?(Y=R,X=this._defaultEncoding):(X=R??this._defaultEncoding,Y=W??(()=>{})),this._decodeStrings&&!this.writableObjectMode&&typeof e==`string`){let R=globalThis.Buffer;R&&(e=R.from(e,X),X=`buffer`)}if(typeof e!=`string`&&!this.writableObjectMode){let R=globalThis.Buffer;(R&&R.isBuffer(e)||e instanceof Uint8Array)&&(X=`buffer`)}if(this.writableEnded){let e=Error(`write after end`);return nextTick(()=>{Y(e),this.emit(`error`,e)}),!1}if(this.writableLength+=this.writableObjectMode?1:chunkLen$1(e),this.writableCorked>0)return this._duplexCorkedBuffer.push({chunk:e,encoding:X,callback:Y}),this.writableLength<this.writableHighWaterMark;let ie=this.writableLength<this.writableHighWaterMark;return ie||(this.writableNeedDrain=!0),this._duplexDoWrite(e,X,Y),ie}_duplexDoWrite(e,R,W){if(this._duplexWriting){this._duplexWriteQueue.push({chunk:e,encoding:R,callback:W});return}this._duplexWriting=!0,this._duplexStartWrite(e,R,W)}_duplexStartWrite(e,R,W){this._pendingWrites++,this._write(e,R,R=>{this._pendingWrites--,this.writableLength-=this.writableObjectMode?1:chunkLen$1(e),nextTick(R?()=>{if(W(R),this._duplexWriting=!1,this.emit(`error`,R),this._duplexWriteQueue.length>0){let e=this._duplexWriteQueue.shift();this._duplexWriting=!0,this._duplexStartWrite(e.chunk,e.encoding,e.callback)}}:()=>{if(W(),this._duplexWriteQueue.length>0){let e=this._duplexWriteQueue.shift();this._duplexStartWrite(e.chunk,e.encoding,e.callback);return}if(this._duplexWriting=!1,this.writableNeedDrain&&this.writableLength<=this.writableHighWaterMark&&(this.writableNeedDrain=!1,this.emit(`drain`)),this._pendingWrites===0&&this._pendingEndCb){let e=this._pendingEndCb;this._pendingEndCb=null,e()}})})}end(e,R,W){typeof e==`function`&&(W=e,e=void 0),typeof R==`function`&&(W=R,R=void 0),e!=null&&this.write(e,R),this.writableEnded=!0;let doFinal=()=>{this._final(e=>{this.writableFinished=!0,this._doPrefinishHooks(()=>{nextTick(()=>{e&&this.emit(`error`,e),this.emit(`finish`),nextTick(()=>this.emit(`close`)),W&&W()})})})};return this._pendingWrites>0||this._duplexWriting||this._duplexWriteQueue.length>0?this._pendingEndCb=doFinal:doFinal(),this}_doPrefinishHooks(e){e()}cork(){this.writableCorked++}uncork(){if(this.writableCorked>0&&(this.writableCorked--,this.writableCorked===0&&this._duplexCorkedBuffer.length>0)){let e=this._duplexCorkedBuffer.splice(0);for(let{chunk:R,encoding:W,callback:Y}of e)this._write(R,W,e=>{this.writableLength-=this.writableObjectMode?1:chunkLen$1(R),e?(Y(e),this.emit(`error`,e)):Y()});this.writableNeedDrain&&this.writableLength<=this.writableHighWaterMark&&(this.writableNeedDrain=!1,nextTick(()=>this.emit(`drain`)))}}setDefaultEncoding(e){return this._defaultEncoding=e,this}},__name$1(chunkLen$1,`chunkLen`)});function pipe(e,R,W){let Y=e,X=W?.end!==!1,ie=!1,ondrain=()=>{ie=!1,R.removeListener(`drain`,ondrain);let e=Y;typeof e.resume==`function`&&e.resume()},ondata=e=>{if(R.writable){let W=Y;R.write(e)===!1&&typeof W.pause==`function`&&(W.pause(),ie||(ie=!0,R.on(`drain`,ondrain)))}};Y.on(`data`,ondata);let ae=!1,onend=()=>{ae||(ae=!0,X&&R.end())},onclose=()=>{if(!ae&&(ae=!0,X&&!(Y instanceof Tl))){let e=R;typeof e.destroy==`function`&&e.destroy()}};X&&(Y.on(`end`,onend),Y.on(`close`,onclose));let cleanup=()=>{Y.removeListener(`data`,ondata),ie&&R.removeListener(`drain`,ondrain),Y.removeListener(`end`,onend),Y.removeListener(`close`,onclose),Y.removeListener(`end`,cleanup),Y.removeListener(`close`,cleanup),R.removeListener(`close`,cleanup)};return Y.on(`end`,cleanup),Y.on(`close`,cleanup),R.on(`close`,cleanup),Y instanceof Tl&&(Y._pipeDests.push({dest:R,cleanup}),Y._readableState.pipes.push(R)),R.emit(`pipe`,Y),R}var jl=__esmMin(()=>{xl(),El(),_setPipeImpl(pipe)});function chunkLen(e){if(e==null)return 1;let R=e.length;return typeof R==`number`?R:1}var Ml,Nl=__esmMin(()=>{xl(),wl(),qt(),Ml=class Writable_ extends Stream_{static[Symbol.hasInstance](e){let R=this;return R.prototype!==void 0&&Object.prototype.isPrototypeOf.call(R.prototype,e)?!0:R.prototype!==Writable_.prototype||e==null?!1:typeof e.writableHighWaterMark==`number`}writable=!0;writableHighWaterMark;writableLength=0;writableObjectMode;writableEnded=!1;writableFinished=!1;writableCorked=0;writableNeedDrain=!1;destroyed=!1;_err;_writableState={ended:!1,finished:!1,constructed:!0,writing:!1};_corkedBuffer=[];_writeBuffer=[];_pendingConstruct=[];_ending=!1;_endCallback;_pendingEnd=null;_writeImpl;_writev;_finalImpl;_destroyImpl;_constructImpl;_decodeStrings;_defaultEncoding=`utf8`;constructor(e){super(e),this.writableHighWaterMark=e?.highWaterMark??getDefaultHighWaterMark(e?.objectMode??!1),this.writableObjectMode=e?.objectMode??!1,this._decodeStrings=e?.decodeStrings!==!1,e?.write&&(this._writeImpl=e.write),e?.writev&&(this._writev=e.writev),e?.final&&(this._finalImpl=e.final),e?.destroy&&(this._destroyImpl=e.destroy),e?.construct&&(this._constructImpl=e.construct),(this._constructImpl||this._construct!==Writable_.prototype._construct)&&(this._writableState.constructed=!1,nextTick(()=>{this._construct(e=>{this._writableState.constructed=!0,e?this.destroy(e):this._maybeFlush()})}))}_construct(e){this._constructImpl?this._constructImpl.call(this,e):e()}_write(e,R,W){this._writeImpl?this._writeImpl.call(this,e,R,W):W()}_final(e){this._finalImpl?this._finalImpl.call(this,e):e()}_destroy(e,R){this._destroyImpl?this._destroyImpl.call(this,e,R):R(e)}_maybeFlush(){let e=this._pendingConstruct.splice(0);if(e.length>0){let[R,...W]=e;this._writeBuffer.push(...W),this._doWrite(R.chunk,R.encoding,R.callback)}if(this._pendingEnd){let{chunk:e,encoding:R,callback:W}=this._pendingEnd;this._pendingEnd=null,this._doEnd(e,R,W)}}_doWrite(e,R,W){this._writableState.writing=!0;let Y=!0;this._write(e,R,R=>{if(this.writableLength-=this.writableObjectMode?1:chunkLen(e),Y){nextTick(()=>{if(R){W(R),this.emit(`error`,R);return}W(),this.writableNeedDrain&&this.writableLength<=this.writableHighWaterMark&&(this.writableNeedDrain=!1,this.emit(`drain`))}),R||this._drainWriteBuffer();return}nextTick(R?()=>{W(R),this.emit(`error`,R),this._drainWriteBuffer()}:()=>{W(),this.writableNeedDrain&&this.writableLength<=this.writableHighWaterMark&&(this.writableNeedDrain=!1,this.emit(`drain`)),this._drainWriteBuffer()})}),Y=!1}_drainWriteBuffer(){if(this._writeBuffer.length>0){let e=this._writeBuffer.shift();this._doWrite(e.chunk,e.encoding,e.callback)}else this._writableState.writing=!1,this._maybeFinish()}_maybeFinish(){!this._ending||this._writableState.finished||this._writableState.writing||this._writeBuffer.length>0||(this._ending=!1,this._final(e=>{this.writableFinished=!0,this._writableState.finished=!0,nextTick(()=>{e&&this.emit(`error`,e),this.emit(`finish`),nextTick(()=>this.emit(`close`)),this._endCallback&&this._endCallback()})}))}write(e,R,W){let Y,X;if(typeof R==`function`?(Y=R,X=this._defaultEncoding):(X=R??this._defaultEncoding,Y=W??(()=>{})),this._decodeStrings&&!this.writableObjectMode&&typeof e==`string`){let R=globalThis.Buffer;R&&(e=R.from(e,X),X=`buffer`)}if(typeof e!=`string`&&!this.writableObjectMode){let R=globalThis.Buffer;(R&&R.isBuffer(e)||e instanceof Uint8Array)&&(X=`buffer`)}if(this.writableEnded){let e=Error(`write after end`);return nextTick(()=>{Y(e),this.emit(`error`,e)}),!1}if(this.writableLength+=this.writableObjectMode?1:chunkLen(e),this.writableCorked>0)return this._corkedBuffer.push({chunk:e,encoding:X,callback:Y}),this.writableLength<this.writableHighWaterMark;if(!this._writableState.constructed)return this._pendingConstruct.push({chunk:e,encoding:X,callback:Y}),this.writableLength<this.writableHighWaterMark;let ie=this.writableLength<this.writableHighWaterMark;return ie||(this.writableNeedDrain=!0),this._writableState.writing?this._writeBuffer.push({chunk:e,encoding:X,callback:Y}):this._doWrite(e,X,Y),ie}_doEnd(e,R,W){e!=null&&this.write(e,R),this.writableEnded=!0,this._writableState.ended=!0,this._ending=!0,this._endCallback=W,this._maybeFinish()}end(e,R,W){return typeof e==`function`&&(W=e,e=void 0),typeof R==`function`&&(W=R,R=void 0),this.writableEnded?(W&&nextTick(W),this):this._writableState.constructed?(this._doEnd(e,R,W),this):(this._pendingEnd={chunk:e,encoding:R,callback:W},this)}cork(){this.writableCorked++}uncork(){this.writableCorked>0&&(this.writableCorked--,this.writableCorked===0&&this._corkedBuffer.length>0&&this._flushCorkedBuffer())}_flushCorkedBuffer(){if(this._writev&&this._corkedBuffer.length>1){let e=this._corkedBuffer.splice(0),R=e.map(e=>({chunk:e.chunk,encoding:e.encoding}));this._writev.call(this,R,R=>{for(let R of e)this.writableLength-=this.writableObjectMode?1:chunkLen(R.chunk);if(R){for(let W of e)W.callback(R);this.emit(`error`,R)}else{for(let R of e)R.callback();this.writableNeedDrain&&this.writableLength<=this.writableHighWaterMark&&(this.writableNeedDrain=!1,this.emit(`drain`))}})}else{let e=this._corkedBuffer.splice(0);if(e.length>0){let[R,...W]=e;this._writeBuffer.push(...W),this._doWrite(R.chunk,R.encoding,R.callback)}}}setDefaultEncoding(e){return this._defaultEncoding=e,this}destroy(e){if(this.destroyed)return this;this.destroyed=!0,this.writable=!1,e&&(this._err=e);let cb=e=>{e&&nextTick(()=>this.emit(`error`,e)),nextTick(()=>this.emit(`close`))};return this._destroy(e??null,cb),this}}}),Fl,Ll=__esmMin(()=>{Al(),qt(),Fl=class Transform_ extends Duplex_{constructor(e){super({...e,write:void 0,final:void 0});let R=this;e?.transform&&(R._transform=e.transform),e?.flush&&(R._flush=e.flush),e?.final&&(R._final=e.final)}_transform(e,R,W){throw Object.assign(Error(`The _transform() method is not implemented`),{code:`ERR_METHOD_NOT_IMPLEMENTED`})}_flush(e){e()}_write(e,R,W){let Y=!1;try{this._transform(e,R,(e,R)=>{if(Y){let e=Object.assign(Error(`Callback called multiple times`),{code:`ERR_MULTIPLE_CALLBACK`});nextTick(()=>this.emit(`error`,e));return}if(Y=!0,e){W(e);return}R!=null&&this.push(R),W()})}catch(e){if(e?.code===`ERR_METHOD_NOT_IMPLEMENTED`)throw e;W(e)}}_final(e){this._flush((R,W)=>{if(R){e(R);return}W!=null&&this.push(W),this.push(null),e()})}_doPrefinishHooks(e){let R=Transform_.prototype._final;this._final===R?e():R.call(this,e)}}}),PassThrough_,Rl=__esmMin(()=>{Ll(),PassThrough_=class extends Fl{constructor(e){super({...e,transform(e,R,W){W(null,e)}})}}});function pipeline(...e){let R=e,W=typeof R[R.length-1]==`function`?R.pop():void 0,Y=R;if(Y.length<2)throw Error(`pipeline requires at least 2 streams`);let X=null;function onError(e){if(!X){X=e;for(let e of Y)typeof e.destroy==`function`&&e.destroy();W&&W(e)}}let ie=Y[0];for(let e=1;e<Y.length;e++){let R=Y[e];ie.pipe(R),ie.on(`error`,onError),ie=R}let ae=Y[Y.length-1];return ae.on(`error`,onError),ae.on(`finish`,()=>{W&&!X&&W(null)}),ae}var zl=__esmMin(()=>{});function finished(e,R,W){let Y;Y=typeof R==`function`?R:W;let X=!1;function done(e){X||(X=!0,Y(e))}let onFinish=()=>done(),onEnd=()=>done(),onError=e=>done(e),onClose=()=>{let R=e,W=e;!R.writableFinished&&!W.readableEnded&&done(Error(`premature close`))};e.on(`finish`,onFinish),e.on(`end`,onEnd),e.on(`error`,onError),e.on(`close`,onClose);let ie=e,ae=typeof e.write==`function`,le=typeof e.read==`function`,_e=ie.writableFinished===!0,ye=ie.readableEnded===!0;if(ie.destroyed===!0){let e=ie._err;jt(e?()=>done(e):ae&&_e||le&&ye?()=>done():()=>done(Error(`premature close`)))}else (ae&&!le&&_e||!ae&&le&&ye||ae&&le&&_e&&ye)&&jt(()=>done());return function cleanup(){e.removeListener(`finish`,onFinish),e.removeListener(`end`,onEnd),e.removeListener(`error`,onError),e.removeListener(`close`,onClose)}}function addAbortSignal(e,R){if(!(e instanceof AbortSignal))throw TypeError(`The first argument must be an AbortSignal`);if(!(R instanceof Stream_))throw TypeError(`The second argument must be a Stream`);let W=R;if(e.aborted)W.destroy(Error(`The operation was aborted`));else{let onAbort=()=>{W.destroy(Error(`The operation was aborted`))};e.addEventListener(`abort`,onAbort,{once:!0}),R.once(`close`,()=>{e.removeEventListener(`abort`,onAbort)})}return R}function isReadable(e){if(e==null)return!1;let R=e;return typeof R.readable!=`boolean`||typeof R.read!=`function`||R.destroyed===!0||R.readableEnded===!0?!1:R.readable===!0}function isWritable(e){if(e==null)return!1;let R=e;return typeof R.writable!=`boolean`||typeof R.write!=`function`||R.destroyed===!0||R.writableEnded===!0?!1:R.writable===!0}function isDestroyed(e){return e==null?!1:e.destroyed===!0}function isDisturbed(e){if(e==null)return!1;let R=e;return R.readableDidRead===!0||R.readableFlowing!==null&&R.readableFlowing!==void 0}function isErrored(e){if(e==null)return!1;let R=e;return R.destroyed===!0&&typeof R.readable==`boolean`&&R.readable===!1||R.destroyed===!0&&typeof R.writable==`boolean`&&R.writable===!1}var Bl=__esmMin(()=>{xl(),qt()}),Vl,Gl,ql,Jl,Yl,Xl,Zl,Ql=__esmMin(()=>{yl(),xl(),wl(),El(),Al(),jl(),Nl(),Ll(),Rl(),zl(),Bl(),Vl=makeCallable(Stream_),Gl=makeCallable(Tl),ql=makeCallable(Ml),Jl=makeCallable(Duplex_),Yl=makeCallable(Fl),Xl=makeCallable(PassThrough_),Zl=Object.assign(Vl,{Stream:Vl,Readable:Gl,Writable:ql,Duplex:Jl,Transform:Yl,PassThrough:Xl,pipeline,finished,addAbortSignal,isReadable,isWritable,isDestroyed,isDisturbed,isErrored,getDefaultHighWaterMark,setDefaultHighWaterMark})});function getGioCompressorFormat(e){switch(e){case`gzip`:return dt.ZlibCompressorFormat.GZIP;case`deflate`:return dt.ZlibCompressorFormat.ZLIB;case`deflate-raw`:return dt.ZlibCompressorFormat.RAW}}function toUint8Array$1(e){return typeof e==`string`?new TextEncoder().encode(e):new Uint8Array(e.buffer,e.byteOffset,e.byteLength)}function createGzip(e){return new ZlibTransform(`gzip`,`compress`,e)}function createGunzip(e){return new ZlibTransform(`gzip`,`decompress`,e)}function createDeflate(e){return new ZlibTransform(`deflate`,`compress`,e)}function createInflate(e){return new ZlibTransform(`deflate`,`decompress`,e)}function createDeflateRaw(e){return new ZlibTransform(`deflate-raw`,`compress`,e)}function createInflateRaw(e){return new ZlibTransform(`deflate-raw`,`decompress`,e)}function createUnzip(e){return new ZlibTransform(`gzip`,`decompress`,e)}function createBrotliCompress(e){throw Error(`createBrotliCompress is not supported on GJS (no Brotli in GLib)`)}function createBrotliDecompress(e){throw Error(`createBrotliDecompress is not supported on GJS (no Brotli in GLib)`)}var ZlibTransform,eu=__esmMin(()=>{mt(),nt(),Ql(),__name$1(toUint8Array$1,`toUint8Array`),ZlibTransform=class extends Yl{_format;_mode;_chunks=[];constructor(e,R,W){super(W),this._format=e,this._mode=R}_transform(e,R,W){this._chunks.push(toUint8Array$1(e)),W()}_flush(e){let R=this._chunks.reduce((e,R)=>e+R.length,0),W=new Uint8Array(R),Y=0;for(let e of this._chunks)W.set(e,Y),Y+=e.length;this._chunks=[];try{let R=this._mode===`compress`?this._compress(W):this._decompress(W);this.push(Buffer.from(R)),e()}catch(R){e(R instanceof Error?R:Error(String(R)))}}_compress(e){let R=new dt.ZlibCompressor({format:getGioCompressorFormat(this._format)}),W=new dt.ConverterOutputStream({base_stream:dt.MemoryOutputStream.new_resizable(),converter:R});W.write_bytes(new tt.Bytes(e),null),W.close(null);let Y=W.get_base_stream().steal_as_bytes();return new Uint8Array(Y.get_data()??[])}_decompress(e){let R=new dt.ZlibDecompressor({format:getGioCompressorFormat(this._format)}),W=dt.MemoryInputStream.new_from_bytes(new tt.Bytes(e)),Y=new dt.ConverterInputStream({base_stream:W,converter:R}),X=[];for(;;){let e=Y.read_bytes(4096,null);if(e.get_size()===0)break;X.push(new Uint8Array(e.get_data()))}Y.close(null);let ie=X.reduce((e,R)=>e+R.length,0),ae=new Uint8Array(ie),le=0;for(let e of X)ae.set(e,le),le+=e.length;return ae}}}),tu=__exportAll$1({ZlibTransform:()=>ZlibTransform,brotliCompress:()=>brotliCompress,brotliCompressSync:()=>brotliCompressSync,brotliDecompress:()=>brotliDecompress,brotliDecompressSync:()=>brotliDecompressSync,constants:()=>ru,createBrotliCompress:()=>createBrotliCompress,createBrotliDecompress:()=>createBrotliDecompress,createDeflate:()=>createDeflate,createDeflateRaw:()=>createDeflateRaw,createGunzip:()=>createGunzip,createGzip:()=>createGzip,createInflate:()=>createInflate,createInflateRaw:()=>createInflateRaw,createUnzip:()=>createUnzip,default:()=>iu,deflate:()=>deflate,deflateRaw:()=>deflateRaw,deflateRawSync:()=>deflateRawSync,deflateSync:()=>deflateSync,gunzip:()=>gunzip,gunzipSync:()=>gunzipSync,gzip:()=>gzip,gzipSync:()=>gzipSync,inflate:()=>inflate,inflateRaw:()=>inflateRaw,inflateRawSync:()=>inflateRawSync,inflateSync:()=>inflateSync});function getGioFormat(e){switch(e){case`gzip`:return dt.ZlibCompressorFormat.GZIP;case`deflate`:return dt.ZlibCompressorFormat.ZLIB;case`deflate-raw`:return dt.ZlibCompressorFormat.RAW}}function compressWithGio(e,R){let W=new dt.ZlibCompressor({format:getGioFormat(R)}),Y=new dt.ConverterOutputStream({base_stream:dt.MemoryOutputStream.new_resizable(),converter:W});Y.write_bytes(new tt.Bytes(e),null),Y.close(null);let X=Y.get_base_stream().steal_as_bytes();return new Uint8Array(X.get_data()??[])}function decompressStreamWithGio(e,R){let W=new dt.ZlibDecompressor({format:getGioFormat(R)}),Y=dt.MemoryInputStream.new_from_bytes(new tt.Bytes(e)),X=new dt.ConverterInputStream({base_stream:Y,converter:W}),ie=[];for(;;){let e=X.read_bytes(4096,null);if(e.get_size()===0)break;ie.push(new Uint8Array(e.get_data()))}X.close(null);let ae=ie.reduce((e,R)=>e+R.length,0),le=new Uint8Array(ae),_e=0;for(let e of ie)le.set(e,_e),_e+=e.length;return le}function findGzipMemberEnd(e){let R=new dt.ZlibDecompressor({format:dt.ZlibCompressorFormat.GZIP}),W=new Uint8Array(65536),Y=0,X=!1;for(;!X;){let ie=e.subarray(Y);try{let[e,ae]=R.convert(ie,W,dt.ConverterFlags.NONE);Y+=ae,e===dt.ConverterResult.FINISHED&&(X=!0)}catch{X=!0}}return Y}function decompressWithGio(e,R){if(R!==`gzip`)return decompressStreamWithGio(e,R);let W=[],Y=0;for(;Y<e.length&&!(e.length-Y<2||e[Y]!==31||e[Y+1]!==139);){let R=e.subarray(Y),X=findGzipMemberEnd(R);if(X<=0)break;let ie=decompressStreamWithGio(R.subarray(0,X),`gzip`);W.push(ie),Y+=X}if(W.length===0)return decompressStreamWithGio(e,`gzip`);let X=W.reduce((e,R)=>e+R.length,0),ie=new Uint8Array(X),ae=0;for(let e of W)ie.set(e,ae),ae+=e.length;return ie}async function compressWithWeb(e,R){let W=new CompressionStream(R),Y=W.writable.getWriter();Y.write(new Uint8Array(e.buffer,e.byteOffset,e.byteLength)),Y.close();let X=[],ie=W.readable.getReader();for(;;){let{done:e,value:R}=await ie.read();if(e)break;X.push(R)}let ae=X.reduce((e,R)=>e+R.length,0),le=new Uint8Array(ae),_e=0;for(let e of X)le.set(e,_e),_e+=e.length;return le}async function decompressWithWeb(e,R){let W=new DecompressionStream(R),Y=W.writable.getWriter();Y.write(new Uint8Array(e.buffer,e.byteOffset,e.byteLength)),Y.close();let X=[],ie=W.readable.getReader();for(;;){let{done:e,value:R}=await ie.read();if(e)break;X.push(R)}let ae=X.reduce((e,R)=>e+R.length,0),le=new Uint8Array(ae),_e=0;for(let e of X)le.set(e,_e),_e+=e.length;return le}async function compress(e,R){return nu?compressWithWeb(e,R):compressWithGio(e,R)}async function decompress(e,R){return nu?decompressWithWeb(e,R):decompressWithGio(e,R)}function toUint8Array(e){return typeof e==`string`?new TextEncoder().encode(e):e instanceof ArrayBuffer?new Uint8Array(e):e}function gzip(e,R,W){let Y=typeof R==`function`?R:W;compress(toUint8Array(e),`gzip`).then(e=>Y(null,e),e=>Y(e instanceof Error?e:Error(String(e)),new Uint8Array))}function gunzip(e,R,W){let Y=typeof R==`function`?R:W;decompress(toUint8Array(e),`gzip`).then(e=>Y(null,e),e=>Y(e instanceof Error?e:Error(String(e)),new Uint8Array))}function deflate(e,R,W){let Y=typeof R==`function`?R:W;compress(toUint8Array(e),`deflate`).then(e=>Y(null,e),e=>Y(e instanceof Error?e:Error(String(e)),new Uint8Array))}function inflate(e,R,W){let Y=typeof R==`function`?R:W;decompress(toUint8Array(e),`deflate`).then(e=>Y(null,e),e=>Y(e instanceof Error?e:Error(String(e)),new Uint8Array))}function deflateRaw(e,R,W){let Y=typeof R==`function`?R:W;compress(toUint8Array(e),`deflate-raw`).then(e=>Y(null,e),e=>Y(e instanceof Error?e:Error(String(e)),new Uint8Array))}function inflateRaw(e,R,W){let Y=typeof R==`function`?R:W;decompress(toUint8Array(e),`deflate-raw`).then(e=>Y(null,e),e=>Y(e instanceof Error?e:Error(String(e)),new Uint8Array))}function gzipSync(e,R){return compressWithGio(toUint8Array(e),`gzip`)}function gunzipSync(e,R){return decompressWithGio(toUint8Array(e),`gzip`)}function deflateSync(e,R){return compressWithGio(toUint8Array(e),`deflate`)}function inflateSync(e,R){return decompressWithGio(toUint8Array(e),`deflate`)}function deflateRawSync(e,R){return compressWithGio(toUint8Array(e),`deflate-raw`)}function inflateRawSync(e,R){return decompressWithGio(toUint8Array(e),`deflate-raw`)}function brotliCompress(e,R,W){(typeof R==`function`?R:W)(Error(`brotliCompress: Brotli is not supported in this environment`),null)}function brotliDecompress(e,R,W){(typeof R==`function`?R:W)(Error(`brotliDecompress: Brotli is not supported in this environment`),null)}function brotliCompressSync(e,R){throw Error(`brotliCompressSync: Brotli is not supported in this environment`)}function brotliDecompressSync(e,R){throw Error(`brotliDecompressSync: Brotli is not supported in this environment`)}var nu,ru,iu,au=__esmMin(()=>{eu(),mt(),nt(),nu=globalThis.CompressionStream!==void 0,ru={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_MEM_ERROR:-4,Z_BUF_ERROR:-5,Z_VERSION_ERROR:-6,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_DEFLATED:8},iu={gzip,gunzip,deflate,inflate,deflateRaw,inflateRaw,gzipSync,gunzipSync,deflateSync,inflateSync,deflateRawSync,inflateRawSync,brotliCompress,brotliDecompress,brotliCompressSync,brotliDecompressSync,createGzip,createGunzip,createDeflate,createInflate,createDeflateRaw,createInflateRaw,createUnzip,createBrotliCompress,createBrotliDecompress,constants:ru}});const ou=new Set([`gzip`,`deflate`,`deflate-raw`]);function validateFormat(e){if(!ou.has(e))throw TypeError(`Unsupported compression format: '${e}'. Supported formats: 'gzip', 'deflate', 'deflate-raw'.`);return e}const su=typeof globalThis.CompressionStream==`function`&&typeof globalThis.DecompressionStream==`function`;let cu=!1,lu,uu,du,fu,pu,mu;async function loadZlib(){if(cu)return;let e=await Promise.resolve().then(()=>(au(),tu));lu=e.gzipSync,uu=e.gunzipSync,du=e.deflateSync,fu=e.inflateSync,pu=e.deflateRawSync,mu=e.inflateRawSync,cu=!0}function getCompressFn(e){switch(e){case`gzip`:return e=>lu(e);case`deflate`:return e=>du(e);case`deflate-raw`:return e=>pu(e)}}function getDecompressFn(e){switch(e){case`gzip`:return e=>uu(e);case`deflate`:return e=>fu(e);case`deflate-raw`:return e=>mu(e)}}let hu,gu;su?(hu=globalThis.CompressionStream,gu=globalThis.DecompressionStream):(loadZlib(),hu=class CompressionStream{readable;writable;constructor(e){let R=validateFormat(e);if(!cu)throw Error(`zlib not yet loaded. Ensure module initialization is complete.`);let W=getCompressFn(R),Y=new sl({transform(e,R){try{R.enqueue(W(e))}catch(e){R.error(e)}}});this.readable=Y.readable,this.writable=Y.writable}},gu=class DecompressionStream{readable;writable;constructor(e){let R=validateFormat(e);if(!cu)throw Error(`zlib not yet loaded. Ensure module initialization is complete.`);let W=getDecompressFn(R),Y=new sl({transform(e,R){try{R.enqueue(W(e))}catch(e){R.error(e)}}});this.readable=Y.readable,this.writable=Y.writable}}),globalThis.CompressionStream===void 0&&(globalThis.CompressionStream=hu),globalThis.DecompressionStream===void 0&&(globalThis.DecompressionStream=gu);const _u={CustomEvent,MessageEvent,ErrorEvent,CloseEvent,ProgressEvent:ProgressEvent$1};for(let[e,R]of Object.entries(_u))globalThis[e]===void 0&&Object.defineProperty(globalThis,e,{value:R,writable:!0,configurable:!0});globalThis.Event===void 0&&Object.defineProperty(globalThis,`Event`,{value:Event$1,writable:!0,configurable:!0}),globalThis.EventTarget===void 0&&Object.defineProperty(globalThis,`EventTarget`,{value:EventTarget$1,writable:!0,configurable:!0});const vu={UIEvent,MouseEvent,PointerEvent:PointerEvent$1,KeyboardEvent:KeyboardEvent$1,WheelEvent:WheelEvent$1,FocusEvent};for(let[e,R]of Object.entries(vu))globalThis[e]===void 0&&Object.defineProperty(globalThis,e,{value:R,writable:!0,configurable:!0});globalThis.DOMException===void 0&&(globalThis.DOMException=Tr);var yu,__name,bu=__esmMin(()=>{yu=Object.defineProperty,__name=(e,R)=>yu(e,`name`,{value:R,configurable:!0})}),xu=be;function validateHeaderName(e){if(typeof e!=`string`||!/^[\^`\-\w!#$%&'*+.|~]+$/.test(e)){let R=TypeError(`Header name must be a valid HTTP token ["${e}"]`);throw Object.defineProperty(R,`code`,{value:`ERR_INVALID_HTTP_TOKEN`}),R}}function validateHeaderValue(e,R){if(R===void 0){let R=TypeError(`Header "${e}" value must not be undefined`);throw Object.defineProperty(R,`code`,{value:`ERR_HTTP_INVALID_HEADER_VALUE`}),R}if(typeof R==`string`&&/[^\t -~-ÿ]/.test(R)){let R=TypeError(`Invalid character in header content ["${e}"]`);throw Object.defineProperty(R,`code`,{value:`ERR_INVALID_CHAR`}),R}}const Su=Symbol(`Headers.headers`);function isBoxedPrimitive(e){return e instanceof String||e instanceof Number||e instanceof Boolean||typeof Symbol<`u`&&e instanceof Symbol||typeof BigInt<`u`&&e instanceof BigInt}var Cu=class Headers{[Su];constructor(e){if(this[Su]=new Map,e!=null){if(e instanceof Headers){for(let[R,W]of e[Su])this[Su].set(R,[...W]);return}if(typeof e==`object`&&!isBoxedPrimitive(e)){let R=e[Symbol.iterator];if(R==null)for(let[R,W]of Object.entries(e))validateHeaderName(R),validateHeaderValue(R,String(W)),this.append(R,String(W));else{if(typeof R!=`function`)throw TypeError(`Header pairs must be iterable`);for(let R of e){if(typeof R!=`object`||isBoxedPrimitive(R))throw TypeError(`Each header pair must be an iterable object`);let e=[...R];if(e.length!==2)throw TypeError(`Each header pair must be a name/value tuple`);validateHeaderName(e[0]),validateHeaderValue(e[0],String(e[1])),this.append(e[0],String(e[1]))}}}else throw TypeError(`Failed to construct 'Headers': The provided value is not of type '(sequence<sequence<ByteString>> or record<ByteString, ByteString>)'`)}}append(e,R){validateHeaderName(e),validateHeaderValue(e,R);let W=String(e).toLowerCase(),Y=String(R),X=this[Su].get(W);X?X.push(Y):this[Su].set(W,[Y])}set(e,R){validateHeaderName(e),validateHeaderValue(e,R);let W=String(e).toLowerCase();this[Su].set(W,[String(R)])}delete(e){this[Su].delete(String(e).toLowerCase())}has(e){return this[Su].has(String(e).toLowerCase())}get(e){let R=this[Su].get(String(e).toLowerCase());if(!R||R.length===0)return null;let W=R.join(`, `);return/^content-encoding$/i.test(e)&&(W=W.toLowerCase()),W}getAll(e){return this[Su].get(String(e).toLowerCase())??[]}getSetCookie(){return this[Su].get(`set-cookie`)??[]}forEach(e,R){for(let W of this.keys())Reflect.apply(e,R,[this.get(W),W,this])}*keys(){let e=[...this[Su].keys()].sort(),R=new Set;for(let W of e)R.has(W)||(R.add(W),yield W)}*values(){for(let e of this.keys())yield this.get(e)}*entries(){for(let e of this.keys())yield[e,this.get(e)]}[Symbol.iterator](){return this.entries()}get[Symbol.toStringTag](){return`Headers`}toString(){return Object.prototype.toString.call(this)}raw(){let e={};for(let R of this.keys())e[R]=this.getAll(R);return e}_appendToSoupMessage(e,R=xu.MessageHeadersType.REQUEST){let W=e?e.get_request_headers():new xu.MessageHeaders(R);for(let[e,R]of this.entries())W.append(e,R);return W}static _newFromSoupMessage(e,R=xu.MessageHeadersType.RESPONSE){let W=new Headers,Y;return Y=R===xu.MessageHeadersType.RESPONSE?e.get_response_headers():e.get_request_headers(),Y.foreach((e,R)=>{W.append(e,R)}),W}[Symbol.for(`nodejs.util.inspect.custom`)](){let e={};for(let R of this.keys()){let W=this.getAll(R);R===`host`?e[R]=W[0]:e[R]=W.length>1?W:W[0]}return e}};Object.defineProperties(Cu.prototype,[`get`,`entries`,`forEach`,`values`].reduce((e,R)=>(e[R]={enumerable:!0},e),{}));var wu=__esmMin(()=>{Da()});wu();var FetchBaseError=class extends Error{type;constructor(e,R){super(e),typeof Error.captureStackTrace==`function`&&Error.captureStackTrace(this,this.constructor),this.type=R}get name(){return this.constructor.name}get[Symbol.toStringTag](){return this.constructor.name}},FetchError=class extends FetchBaseError{code;errno;erroredSysCall;constructor(e,R,W){super(e,R),W&&(this.code=this.errno=W.code,this.erroredSysCall=W.syscall)}};const Tu=Symbol.toStringTag,isURLSearchParameters=e=>typeof e==`object`&&typeof e.append==`function`&&typeof e.delete==`function`&&typeof e.get==`function`&&typeof e.getAll==`function`&&typeof e.has==`function`&&typeof e.set==`function`&&typeof e.sort==`function`&&e[Tu]===`URLSearchParams`,isBlob=e=>{if(!e||typeof e!=`object`)return!1;let R=e;return typeof R.arrayBuffer==`function`&&typeof R.type==`string`&&typeof R.stream==`function`&&typeof R.constructor==`function`&&/^(Blob|File)$/.test(R[Tu])},isAbortSignal=e=>{if(typeof e!=`object`||!e)return!1;let R=e;return R[Tu]===`AbortSignal`||R[Tu]===`EventTarget`},isDomainOrSubdomain=(e,R)=>{let W=new rs(R).hostname,Y=new rs(e).hostname;return W===Y||W.endsWith(`.${Y}`)},isSameProtocol=(e,R)=>new rs(R).protocol===new rs(e).protocol;var Eu,Du,File$1,Ou=__esmMin(()=>{Eu=Symbol(`File.name`),Du=Symbol(`File.lastModified`),File$1=class extends Blob{static{__name$1(this,`File`)}[Eu];[Du];webkitRelativePath=``;constructor(e,R,W){super(e,W),this[Eu]=String(R),this[Du]=W?.lastModified??Date.now()}get name(){return this[Eu]}get lastModified(){return this[Du]}get[Symbol.toStringTag](){return`File`}}});function generateBoundary(){let e=`----formdata-`;for(let R=0;R<24;R++)e+=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789`.charAt(Math.floor(Math.random()*62));return e}function escape(e){return e.replace(/\n/g,`%0A`).replace(/\r/g,`%0D`).replace(/"/g,`%22`)}function formDataToBlob(e,R){R??=generateBoundary();let W=[],Y=`--${R}\r\nContent-Disposition: form-data; name="`;for(let[R,X]of e.entries())if(typeof X==`string`)W.push(`${Y}${escape(R)}"\r\n\r\n${X.replace(/\r(?!\n)|(?<!\r)\n/g,`\r
|
|
6
6
|
`)}\r\n`);else{let e=X instanceof File$1?X:new File$1([X],`blob`,{type:X.type});W.push(`${Y}${escape(R)}"; filename="${escape(e.name)}"\r\nContent-Type: ${e.type||`application/octet-stream`}\r\n\r\n`),W.push(e),W.push(`\r
|
|
7
7
|
`)}return W.push(`--${R}--`),new Blob(W,{type:`multipart/form-data; boundary=${R}`})}var ku=__esmMin(()=>{Ou()});function normalizeValue(e,R,W){return typeof R==`string`?R:(R instanceof Blob&&!(R instanceof File$1)&&(R=new File$1([R],W??`blob`,{type:R.type})),R instanceof File$1&&W!==void 0&&(R=new File$1([R],W,{type:R.type,lastModified:R.lastModified})),R)}var Au,FormData,ju=__esmMin(()=>{Ou(),Au=Symbol(`FormData.entries`),FormData=class{[Au]=[];constructor(){}append(e,R,W){this[Au].push({name:String(e),value:normalizeValue(e,R,W)})}delete(e){let R=String(e);this[Au]=this[Au].filter(e=>e.name!==R)}get(e){let R=String(e),W=this[Au].find(e=>e.name===R);return W?W.value:null}getAll(e){let R=String(e);return this[Au].filter(e=>e.name===R).map(e=>e.value)}has(e){let R=String(e);return this[Au].some(e=>e.name===R)}set(e,R,W){let Y=String(e),X=normalizeValue(Y,R,W),ie=!1;this[Au]=this[Au].filter(e=>e.name===Y?ie?!1:(ie=!0,e.value=X,!0):!0),ie||this[Au].push({name:Y,value:X})}forEach(e,R){for(let W of this[Au])e.call(R,W.value,W.name,this)}*entries(){for(let e of this[Au])yield[e.name,e.value]}*keys(){for(let e of this[Au])yield e.name}*values(){for(let e of this[Au])yield e.value}[Symbol.iterator](){return this.entries()}get[Symbol.toStringTag](){return`FormData`}}}),Mu=__esmMin(()=>{ku(),ju()}),Nu=__exportAll$1({toFormData:()=>toFormData});function _fileName(e){let R=e.match(/\bfilename=("(.*?)"|([^()<>@,;:\\"/[\]?={}\s\t]+))($|;\s)/i);if(!R)return;let W=R[2]||R[3]||``,Y=W.slice(W.lastIndexOf(`\\`)+1);return Y=Y.replace(/%22/g,`"`),Y=Y.replace(/&#(\d{4});/g,(e,R)=>String.fromCharCode(R)),Y}async function toFormData(e,R){if(!/multipart/i.test(R))throw TypeError(`Failed to fetch`);let W=R.match(/boundary=(?:"([^"]+)"|([^;]+))/i);if(!W)throw TypeError(`no or bad content-type header, no multipart boundary`);let Y=new MultipartParser(W[1]||W[2]),X,ie,ae,le,_e,ye,be=[],Ce=new FormData,onPartData=e=>{ae+=Te.decode(e,{stream:!0})},appendToFile=e=>{be.push(e)},appendFileToFormData=()=>{let e=new qe(be,ye,{type:_e});Ce.append(le,e)},appendEntryToFormData=()=>{Ce.append(le,ae)},Te=new TextDecoder(`utf-8`);Te.decode(),Y.onPartBegin=function(){Y.onPartData=onPartData,Y.onPartEnd=appendEntryToFormData,X=``,ie=``,ae=``,le=``,_e=``,ye=null,be.length=0},Y.onHeaderField=function(e){X+=Te.decode(e,{stream:!0})},Y.onHeaderValue=function(e){ie+=Te.decode(e,{stream:!0})},Y.onHeaderEnd=function(){if(ie+=Te.decode(),X=X.toLowerCase(),X===`content-disposition`){let e=ie.match(/\bname=("([^"]*)"|([^()<>@,;:\\"/[\]?={}\s\t]+))/i);e&&(le=e[2]||e[3]||``),ye=_fileName(ie),ye&&(Y.onPartData=appendToFile,Y.onPartEnd=appendFileToFormData)}else X===`content-type`&&(_e=ie);ie=``,X=``};for await(let R of e)Y.write(R);return Y.end(),Ce}var Pu,Fu,Iu,lower,noop,MultipartParser,Lu=__esmMin(()=>{Mu(),Pu=function(e){return e[e.START_BOUNDARY=0]=`START_BOUNDARY`,e[e.HEADER_FIELD_START=1]=`HEADER_FIELD_START`,e[e.HEADER_FIELD=2]=`HEADER_FIELD`,e[e.HEADER_VALUE_START=3]=`HEADER_VALUE_START`,e[e.HEADER_VALUE=4]=`HEADER_VALUE`,e[e.HEADER_VALUE_ALMOST_DONE=5]=`HEADER_VALUE_ALMOST_DONE`,e[e.HEADERS_ALMOST_DONE=6]=`HEADERS_ALMOST_DONE`,e[e.PART_DATA_START=7]=`PART_DATA_START`,e[e.PART_DATA=8]=`PART_DATA`,e[e.END=9]=`END`,e}(Pu||{}),Fu=1,Iu={PART_BOUNDARY:Fu,LAST_BOUNDARY:Fu*=2},lower=e=>e|32,noop=(...e)=>{},MultipartParser=class{index=0;flags=0;boundary;lookbehind;state=0;onHeaderEnd=noop;onHeaderField=noop;onHeadersEnd=noop;onHeaderValue=noop;onPartBegin=noop;onPartData=noop;onPartEnd=noop;boundaryChars={};constructor(e){e=`\r
|
|
8
8
|
--`+e;let R=new Uint8Array(e.length);for(let W=0;W<e.length;W++)R[W]=e.charCodeAt(W),this.boundaryChars[R[W]]=!0;this.boundary=R,this.lookbehind=new Uint8Array(this.boundary.length+8)}write(e){let R=0,W=e.length,Y=this.index,{lookbehind:X,boundary:ie,boundaryChars:ae,index:le,state:_e,flags:ye}=this,be=this.boundary.length,Ce=be-1,Te=e.length,Oe,Ae,mark=e=>{this[e+`Mark`]=R},clear=e=>{delete this[e+`Mark`]},callback=(e,R,W,Y)=>{(R===void 0||R!==W)&&this[e](Y&&Y.subarray(R,W))},dataCallback=(W,Y=!1)=>{let X=W+`Mark`;X in this&&(Y?(callback(W,this[X],R,e),delete this[X]):(callback(W,this[X],e.length,e),this[X]=0))};for(R=0;R<W;R++)switch(Oe=e[R],_e){case 0:if(le===ie.length-2){if(Oe===45)ye|=Iu.LAST_BOUNDARY;else if(Oe!==13)return;le++;break}else if(le-1==ie.length-2){if(ye&Iu.LAST_BOUNDARY&&Oe===45)_e=9,ye=0;else if(!(ye&Iu.LAST_BOUNDARY)&&Oe===10)le=0,callback(`onPartBegin`),_e=1;else return;break}Oe!==ie[le+2]&&(le=-2),Oe===ie[le+2]&&le++;break;case 1:_e=2,mark(`onHeaderField`),le=0;case 2:if(Oe===13){clear(`onHeaderField`),_e=6;break}if(le++,Oe===45)break;if(Oe===58){if(le===1)return;dataCallback(`onHeaderField`,!0),_e=3;break}if(Ae=lower(Oe),Ae<97||Ae>122)return;break;case 3:if(Oe===32)break;mark(`onHeaderValue`),_e=4;case 4:Oe===13&&(dataCallback(`onHeaderValue`,!0),callback(`onHeaderEnd`),_e=5);break;case 5:if(Oe!==10)return;_e=1;break;case 6:if(Oe!==10)return;callback(`onHeadersEnd`),_e=7;break;case 7:_e=8,mark(`onPartData`);case 8:if(Y=le,le===0){for(R+=Ce;R<Te&&!(e[R]in ae);)R+=be;R-=Ce,Oe=e[R]}if(le<ie.length)ie[le]===Oe?(le===0&&dataCallback(`onPartData`,!0),le++):le=0;else if(le===ie.length)le++,Oe===13?ye|=Iu.PART_BOUNDARY:Oe===45?ye|=Iu.LAST_BOUNDARY:le=0;else if(le-1===ie.length)if(ye&Iu.PART_BOUNDARY){if(le=0,Oe===10){ye&=~Iu.PART_BOUNDARY,callback(`onPartEnd`),callback(`onPartBegin`),_e=1;break}}else ye&Iu.LAST_BOUNDARY&&Oe===45?(callback(`onPartEnd`),_e=9,ye=0):le=0;if(le>0)X[le-1]=Oe;else if(Y>0){let e=new Uint8Array(X.buffer,X.byteOffset,X.byteLength);callback(`onPartData`,0,Y,e),Y=0,mark(`onPartData`),R--}break;case 9:break;default:throw Error(`Unexpected state entered: ${_e}`)}dataCallback(`onHeaderField`),dataCallback(`onHeaderValue`),dataCallback(`onPartData`),this.index=le,this.state=_e,this.flags=ye}end(){if(this.state===1&&this.index===0||this.state===8&&this.index===this.boundary.length)this.onPartEnd();else if(this.state!==9)throw Error(`MultipartParser.end(): stream ended unexpectedly`)}}});Et(),bu(),wu(),Da(),Ql(),Mu(),__name((e,R)=>new Promise((W,Y)=>{pipeline(e,R,e=>{e?Y(e):W()})}),`pipeline`);const Ru=Symbol(`Body internals`);function isAnyArrayBuffer(e){return e instanceof ArrayBuffer||typeof SharedArrayBuffer<`u`&&e instanceof SharedArrayBuffer}var Body=class{[Ru]={body:null,stream:null,boundary:``,disturbed:!1,error:null};size=0;constructor(e,R={size:0}){if(this.size=R.size||0,e==null)this[Ru].body=null;else if(isURLSearchParameters(e))this[Ru].body=xa.from(e.toString());else if(isBlob(e))this[Ru].body=e;else if(xa.isBuffer(e))this[Ru].body=e;else if(isAnyArrayBuffer(e))this[Ru].body=xa.from(e);else if(ArrayBuffer.isView(e))this[Ru].body=xa.from(e.buffer,e.byteOffset,e.byteLength);else if(e instanceof Gl)this[Ru].body=e;else if(typeof ReadableStream<`u`&&e instanceof ReadableStream)this[Ru].body=readableStreamToReadable(e);else if(e instanceof FormData){let R=formDataToBlob(e);this[Ru].body=R,this[Ru].boundary=R.type?.split(`boundary=`)?.[1]??``}else typeof e==`string`?this[Ru].body=xa.from(e):e instanceof es?this[Ru].body=xa.from(e.toString()):(Tt.warn(`Unknown body type "${typeof e}", try to parse the body to string!`),this[Ru].body=xa.from(String(e)));let W=this[Ru].body;xa.isBuffer(W)?this[Ru].stream=Gl.from(W):isBlob(W)?this[Ru].stream=Gl.from(blobToAsyncIterable(W)):W instanceof Gl&&(this[Ru].stream=W),W instanceof Vl&&W.on(`error`,e=>{let R=e instanceof FetchBaseError?e:new FetchError(`Invalid response body while trying to fetch ${this.url}: ${e.message}`,`system`,e);this[Ru].error=R})}get body(){let e=this[Ru].stream;if(!e)return null;if(typeof ReadableStream<`u`){let R=!1;return new ReadableStream({start(W){e.on(`data`,e=>{if(!R)try{W.enqueue(e instanceof Uint8Array?e:new Uint8Array(e))}catch{}}),e.on(`end`,()=>{if(!R){R=!0;try{W.close()}catch{}}}),e.on(`error`,e=>{if(!R){R=!0;try{W.error(e)}catch{}}})},cancel(){R=!0,e.destroy()}})}return null}get _stream(){return this[Ru].stream}get _rawBodyBuffer(){let e=this[Ru].body;return e===null?null:xa.isBuffer(e)?e:e instanceof Uint8Array?xa.from(e.buffer,e.byteOffset,e.byteLength):null}get bodyUsed(){return this[Ru].disturbed}async arrayBuffer(){let{buffer:e,byteOffset:R,byteLength:W}=await consumeBody(this);return e.slice(R,R+W)}async formData(){let e=this.headers?.get(`content-type`);if(e?.startsWith(`application/x-www-form-urlencoded`)){let e=new FormData,R=new es(await this.text());for(let[W,Y]of R)e.append(W,Y);return e}let{toFormData:R}=await Promise.resolve().then(()=>(Lu(),Nu));return R(this.body,e)}async blob(){let e=this.headers?.get(`content-type`)||this[Ru].body&&this[Ru].body.type||``;return new Ke([await this.arrayBuffer()],{type:e})}async json(){let e=await this.text();return JSON.parse(e)}async text(){let e=await consumeBody(this);return new TextDecoder().decode(e)}};Object.defineProperties(Body.prototype,{body:{enumerable:!0},bodyUsed:{enumerable:!0},arrayBuffer:{enumerable:!0},blob:{enumerable:!0},json:{enumerable:!0},text:{enumerable:!0}});async function consumeBody(e){if(e[Ru].disturbed)throw TypeError(`body used already for: ${e.url}`);if(e[Ru].disturbed=!0,e[Ru].error)throw e[Ru].error;let{_stream:R}=e;if(R===null||!(R instanceof Vl))return xa.alloc(0);let W=[],Y=0;try{for await(let X of R){if(e.size>0&&Y+X.length>e.size){let W=new FetchError(`content size at ${e.url} over limit: ${e.size}`,`max-size`);throw R.destroy(W),W}Y+=X.length,W.push(X)}}catch(R){let W=R instanceof Error?R:Error(String(R));throw R instanceof FetchBaseError?R:new FetchError(`Invalid response body while trying to fetch ${e.url}: ${W.message}`,`system`,W)}try{return W.every(e=>typeof e==`string`)?xa.from(W.join(``)):xa.concat(W,Y)}catch(R){let W=R instanceof Error?R:Error(String(R));throw new FetchError(`Could not create Buffer from response body for ${e.url}: ${W.message}`,`system`,W)}}const clone=(e,R)=>{let W,Y,{body:X}=e[Ru];if(e.bodyUsed)throw Error(`cannot clone body after it is used`);return X instanceof Vl&&typeof X.getBoundary!=`function`&&(W=new Xl({highWaterMark:R}),Y=new Xl({highWaterMark:R}),X.pipe(W),X.pipe(Y),e[Ru].stream=W,X=Y),X},extractContentType=(e,R)=>e===null?null:typeof e==`string`?`text/plain;charset=UTF-8`:isURLSearchParameters(e)?`application/x-www-form-urlencoded;charset=UTF-8`:isBlob(e)?e.type||null:xa.isBuffer(e)||isAnyArrayBuffer(e)||ArrayBuffer.isView(e)?null:e instanceof FormData?`multipart/form-data; boundary=${R[Ru].boundary}`:e instanceof Vl?null:`text/plain;charset=UTF-8`,getTotalBytes=e=>{let{body:R}=e[Ru];if(R===null)return 0;if(isBlob(R))return R.size;if(xa.isBuffer(R))return R.length;if(R&&typeof R.getLengthSync==`function`){let e=R;return e.hasKnownLength&&e.hasKnownLength()?e.getLengthSync():null}return null};function readableStreamToReadable(e){let R=e.getReader();return new Gl({async read(){try{let{done:e,value:W}=await R.read();e?this.push(null):this.push(xa.from(W))}catch(e){this.destroy(e)}},destroy(e,W){R.cancel().then(()=>W(null),W)}})}async function*blobToAsyncIterable(e){if(typeof e.stream==`function`){let R=e.stream().getReader();for(;;){let{done:e,value:W}=await R.read();if(e)break;yield W}}else yield new Uint8Array(await e.arrayBuffer())}const zu=new Set([301,302,303,307,308]),isRedirect=e=>zu.has(e);nt(),mt();const Bu=Symbol(`Response internals`);var Vu=class Response extends Body{[Bu];_inputStream=null;constructor(e=null,R={}){super(e,R);let W=R.status==null?200:R.status,Y=new Cu(R.headers);if(e!==null&&!Y.has(`Content-Type`)){let R=extractContentType(e,this);R&&Y.append(`Content-Type`,R)}this[Bu]={type:`default`,url:R.url,status:W,statusText:R.statusText||``,headers:Y,counter:R.counter,highWaterMark:R.highWaterMark}}get type(){return this[Bu].type}get url(){return this[Bu].url||``}get status(){return this[Bu].status}get ok(){return this[Bu].status>=200&&this[Bu].status<300}get redirected(){return this[Bu].counter>0}get statusText(){return this[Bu].statusText}get headers(){return this[Bu].headers}get highWaterMark(){return this[Bu].highWaterMark}clone(){return new Response(clone(this,this.highWaterMark),{type:this.type,url:this.url,status:this.status,statusText:this.statusText,headers:this.headers,ok:this.ok,redirected:this.redirected,size:this.size,highWaterMark:this.highWaterMark})}static redirect(e,R=302){if(!isRedirect(R))throw RangeError(`Failed to execute "redirect" on "response": Invalid status code`);return new Response(null,{headers:{location:new rs(e).toString()},status:R})}static error(){let e=new Response(null,{status:0,statusText:``});return e[Bu].type=`error`,e}static json(e,R){let W=JSON.stringify(e),Y={...R},X=new Cu(Y.headers);return X.has(`content-type`)||X.set(`content-type`,`application/json`),Y.headers=X,new Response(W,Y)}get[Symbol.toStringTag](){return`Response`}async text(){if(!this._inputStream)return super.text();let e=dt.MemoryOutputStream.new_resizable();await new Promise((R,W)=>{e.splice_async(this._inputStream,dt.OutputStreamSpliceFlags.CLOSE_TARGET|dt.OutputStreamSpliceFlags.CLOSE_SOURCE,tt.PRIORITY_DEFAULT,null,(Y,X)=>{try{R(e.splice_finish(X))}catch(e){W(e)}})});let R=e.steal_as_bytes();return new TextDecoder().decode(R.toArray())}};Object.defineProperties(Vu.prototype,{type:{enumerable:!0},url:{enumerable:!0},status:{enumerable:!0},ok:{enumerable:!0},redirected:{enumerable:!0},statusText:{enumerable:!0},headers:{enumerable:!0},clone:{enumerable:!0}}),Ql(),nt(),qt();async function soupSendAsync(e,R,W=tt.PRIORITY_DEFAULT,Y=null){return new Promise((X,ie)=>{e.send_async(R,W,Y,(R,W)=>{try{X(e.send_finish(W))}catch(e){ie(e)}})})}function inputStreamToReadable(e,R={}){return Gl.from(inputStreamAsyncIterator(e),R)}mt(),nt(),Ql(),qt(),mt(),qt(),Ba(),mt();function isIP(e){if(typeof e!=`string`)return 0;let R=e.includes(`%`)?e.split(`%`)[0]:e,W=dt.InetAddress.new_from_string(R);if(!W)return 0;switch(W.get_family()){case dt.SocketFamily.INVALID:return 0;case dt.SocketFamily.IPV4:return 4;case dt.SocketFamily.IPV6:return 6}}function stripURLForUseAsAReferrer(e,R=!1){if(e==null||e===`no-referrer`)return`no-referrer`;let W=new rs(e);return/^(about|blob|data):$/.test(W.protocol)?`no-referrer`:(W.username=``,W.password=``,W.hash=``,R&&(W.pathname=``,W.search=``),W)}const Hu=new Set([``,`no-referrer`,`no-referrer-when-downgrade`,`same-origin`,`origin`,`strict-origin`,`origin-when-cross-origin`,`strict-origin-when-cross-origin`,`unsafe-url`]);function validateReferrerPolicy(e){if(!Hu.has(e))throw TypeError(`Invalid referrerPolicy: ${e}`);return e}function isOriginPotentiallyTrustworthy(e){if(/^(http|ws)s:$/.test(e.protocol))return!0;let R=e.host.replace(/(^\[)|(]$)/g,``),W=isIP(R);return W===4&&/^127\./.test(R)||W===6&&/^(((0+:){7})|(::(0+:){0,6}))0*1$/.test(R)?!0:e.host===`localhost`||e.host.endsWith(`.localhost`)?!1:e.protocol===`file:`}function isUrlPotentiallyTrustworthy(e){return/^about:(blank|srcdoc)$/.test(e.toString())||(typeof e==`string`&&(e=new rs(e)),e.protocol===`data:`)||/^(blob|filesystem):$/.test(e.protocol)?!0:isOriginPotentiallyTrustworthy(e)}function determineRequestsReferrer(e,R={}){let{referrerURLCallback:W,referrerOriginCallback:Y}=R;if(e.referrer===`no-referrer`||e.referrerPolicy===``)return null;let X=e.referrerPolicy;if(e.referrer===`about:client`)return`no-referrer`;let ie=new rs(e.referrer),ae=stripURLForUseAsAReferrer(ie),le=stripURLForUseAsAReferrer(ie,!0);ae.toString().length>4096&&(ae=le),W&&(ae=W(ae)),Y&&(le=Y(le));let _e=new rs(e.url);switch(X){case`no-referrer`:return`no-referrer`;case`origin`:return le;case`unsafe-url`:return ae;case`strict-origin`:return isUrlPotentiallyTrustworthy(ae)&&!isUrlPotentiallyTrustworthy(_e)?`no-referrer`:le.toString();case`strict-origin-when-cross-origin`:return ae.origin===_e.origin?ae:isUrlPotentiallyTrustworthy(ae)&&!isUrlPotentiallyTrustworthy(_e)?`no-referrer`:le;case`same-origin`:return ae.origin===_e.origin?ae:`no-referrer`;case`origin-when-cross-origin`:return ae.origin===_e.origin?ae:le;case`no-referrer-when-downgrade`:return isUrlPotentiallyTrustworthy(ae)&&!isUrlPotentiallyTrustworthy(_e)?`no-referrer`:ae;default:throw TypeError(`Invalid referrerPolicy: ${X}`)}}function parseReferrerPolicyFromHeader(e){let R=(e.get(`referrer-policy`)||``).split(/[,\s]+/),W=``;for(let e of R)e&&Hu.has(e)&&(W=e);return W}nt(),mt();const Uu=Symbol(`Request internals`),isRequest=e=>typeof e==`object`&&typeof e.url==`string`;var Wu=class Request extends Body{cache;credentials;destination;get headers(){return this[Uu].headers}integrity;keepalive;get method(){return this[Uu].method}mode;get redirect(){return this[Uu].redirect}get referrer(){if(this[Uu].referrer===`no-referrer`)return``;if(this[Uu].referrer===`client`)return`about:client`;if(this[Uu].referrer)return this[Uu].referrer.toString()}get referrerPolicy(){return this[Uu].referrerPolicy}set referrerPolicy(e){this[Uu].referrerPolicy=validateReferrerPolicy(e)}get signal(){return this[Uu].signal}get url(){return this[Uu].parsedURL.toString()}get _uri(){return tt.Uri.parse(this.url,tt.UriFlags.NONE)}get _session(){return this[Uu].session}get _message(){return this[Uu].message}get _inputStream(){return this[Uu].inputStream}get[Symbol.toStringTag](){return`Request`}[Uu];follow;compress=!1;counter=0;agent=``;highWaterMark=16384;insecureHTTPParser=!1;constructor(e,R){let W=e,Y=R||{},X,ie={};if(isRequest(e)?(X=new rs(W.url),ie=W):X=new rs(e),X.username!==``||X.password!==``)throw TypeError(`${X} is an url with embedded credentials.`);let ae=Y.method||ie.method||`GET`;if(/^(delete|get|head|options|post|put)$/i.test(ae)&&(ae=ae.toUpperCase()),(R?.body!=null||isRequest(e)&&W.body!==null)&&(ae===`GET`||ae===`HEAD`))throw TypeError(`Request with GET/HEAD method cannot have body`);let le=R?.body?R.body:isRequest(e)&&W.body!==null?clone(e):null;super(le,{size:Y.size||0});let _e=new Cu(R?.headers||W.headers||{});if(le!==null&&!_e.has(`Content-Type`)){let e=extractContentType(le,this);e&&_e.set(`Content-Type`,e)}let ye=isRequest(e)?W.signal:null;if(R&&`signal`in R&&(ye=R.signal),ye!=null&&!isAbortSignal(ye))throw TypeError(`Expected signal to be an instanceof AbortSignal or EventTarget`);let be=R?.referrer==null?W.referrer:R.referrer;if(be===``)be=`no-referrer`;else if(be){let e=new rs(be);be=/^about:(\/\/)?client$/.test(e.toString())?`client`:e}else be=void 0;let Ce=X.protocol,Te=null,Oe=null;(Ce===`http:`||Ce===`https:`)&&(Te=new xu.Session,Oe=new xu.Message({method:ae,uri:tt.Uri.parse(X.toString(),tt.UriFlags.NONE)})),this[Uu]={method:ae,redirect:R?.redirect||W.redirect||`follow`,headers:_e,parsedURL:X,signal:ye,referrer:be,referrerPolicy:``,session:Te,message:Oe},this.follow=Y.follow===void 0?W.follow===void 0?20:W.follow:Y.follow,this.compress=Y.compress===void 0?W.compress===void 0?!0:W.compress:Y.compress,this.counter=Y.counter||W.counter||0,this.agent=Y.agent||W.agent,this.highWaterMark=Y.highWaterMark||W.highWaterMark||16384,this.insecureHTTPParser=Y.insecureHTTPParser||W.insecureHTTPParser||!1,this.referrerPolicy=R?.referrerPolicy||W.referrerPolicy||``}async _send(e){let{session:R,message:W}=this[Uu];if(!R||!W)throw Error(`Cannot send request: no Soup session (non-HTTP URL?)`);try{R.remove_feature_by_type(xu.ContentDecoder.$gtype)}catch{}e.headers._appendToSoupMessage(W);let Y=this._rawBodyBuffer;if(Y!==null&&Y.byteLength>0){let R=e.headers.get(`content-type`)||null;W.set_request_body_from_bytes(R,new tt.Bytes(Y))}let X=new dt.Cancellable;return this[Uu].inputStream=await soupSendAsync(R,W,tt.PRIORITY_DEFAULT,X),this[Uu].readable=inputStreamToReadable(this[Uu].inputStream),{inputStream:this[Uu].inputStream,readable:this[Uu].readable,cancellable:X}}clone(){return new Request(this)}async arrayBuffer(){return super.arrayBuffer()}async blob(){return super.blob()}async formData(){return super.formData()}async json(){return super.json()}async text(){return super.text()}};Object.defineProperties(Wu.prototype,{method:{enumerable:!0},url:{enumerable:!0},headers:{enumerable:!0},redirect:{enumerable:!0},clone:{enumerable:!0},signal:{enumerable:!0},referrer:{enumerable:!0},referrerPolicy:{enumerable:!0}});const getSoupRequestOptions=e=>{let{parsedURL:R}=e[Uu],W=new Cu(e[Uu].headers);W.has(`Accept`)||W.set(`Accept`,`*/*`);let Y=null;if(e.body===null&&/^(post|put)$/i.test(e.method)&&(Y=`0`),e.body!==null){let R=getTotalBytes(e);typeof R==`number`&&!Number.isNaN(R)&&(Y=String(R))}Y&&W.set(`Content-Length`,Y),e.referrerPolicy===``&&(e.referrerPolicy=`strict-origin-when-cross-origin`),e.referrer&&e.referrer!==`no-referrer`?e[Uu].referrer=determineRequestsReferrer(e):e[Uu].referrer=`no-referrer`,e[Uu].referrer instanceof rs&&W.set(`Referer`,e.referrer),W.has(`User-Agent`)||W.set(`User-Agent`,`gjsify-fetch`),e.compress&&!W.has(`Accept-Encoding`)&&W.set(`Accept-Encoding`,`gzip, deflate`);let{agent:X}=e;return typeof X==`function`&&(X=X(R)),!W.has(`Connection`)&&!X&&W.set(`Connection`,`close`),{parsedURL:R,options:{headers:W}}};function parseDataUri(e){let R=e.match(/^data:([^,]*?)(;base64)?,(.*)$/s);if(!R)throw TypeError(`Invalid data URI: ${e.slice(0,50)}...`);let W=R[1]||`text/plain;charset=US-ASCII`,Y=!!R[2],X=R[3],ie;if(Y){let e=atob(X);ie=new Uint8Array(e.length);for(let R=0;R<e.length;R++)ie[R]=e.charCodeAt(R)}else ie=new TextEncoder().encode(decodeURIComponent(X));return{buffer:ie,typeFull:W}}var AbortError=class extends FetchBaseError{constructor(e,R=`aborted`){super(e,R)}};let Gu=0;function guessBlobExt(e){let R=e.toLowerCase().split(`?`)[0],W=R.lastIndexOf(`.`),Y=W>-1?R.slice(W):``;switch(Y){case`.png`:case`.jpg`:case`.jpeg`:case`.gif`:case`.webp`:case`.svg`:case`.bmp`:case`.ttf`:case`.otf`:case`.woff`:case`.woff2`:case`.mp3`:case`.wav`:case`.ogg`:case`.flac`:case`.m4a`:case`.mp4`:case`.webm`:case`.mkv`:case`.xml`:case`.tmx`:case`.json`:return Y;default:return`.bin`}}function writeBlobToTempFile(R,W){let Y=e.build_filenamev([e.get_tmp_dir(),`gjsify-blob-${Gu++}${guessBlobExt(W)}`]);return e.file_set_contents(Y,R),Y}var XMLHttpRequest$1=class extends EventTarget{static{__name$1(this,`XMLHttpRequest`)}static UNSENT=0;static OPENED=1;static HEADERS_RECEIVED=2;static LOADING=3;static DONE=4;UNSENT=0;OPENED=1;HEADERS_RECEIVED=2;LOADING=3;DONE=4;readyState=0;status=0;statusText=``;responseType=``;responseText=``;response=null;responseURL=``;withCredentials=!1;timeout=0;upload=new XMLHttpRequestUpload;onreadystatechange=null;onload=null;onerror=null;onabort=null;ontimeout=null;onloadstart=null;onloadend=null;onprogress=null;_method=`GET`;_url=``;_headers=new Map;_responseHeaders=new Map;_controller=new AbortController;_aborted=!1;_timeoutId=null;open(e,R,W=!0,Y,X){this._method=e.toUpperCase(),this._url=R,this._headers.clear(),this._responseHeaders.clear(),this._aborted=!1,this._controller=new AbortController,this._setReadyState(1)}setRequestHeader(e,R){if(this.readyState<1)throw new DOMException(`Must open first`,`InvalidStateError`);this._headers.set(e.toLowerCase(),R)}getResponseHeader(e){return this._responseHeaders.get(e.toLowerCase())??null}getAllResponseHeaders(){let e=[];return this._responseHeaders.forEach((R,W)=>e.push(`${W}: ${R}`)),e.join(`\r
|
|
@@ -1100,9 +1100,9 @@ If in Firefox, visit about:config
|
|
|
1100
1100
|
|
|
1101
1101
|
Read more about this issue at https://excaliburjs.com/docs/performance`),W&&this._toaster.toast(`Excalibur is encountering performance issues. It's possible that your browser doesn't have hardware acceleration enabled. Visit [LINK] for more information and potential solutions.`,`https://excaliburjs.com/docs/performance`),this.useCanvas2DFallback(),this.emit(`fallbackgraphicscontext`,this.graphicsContext))}}useCanvas2DFallback(){let e=this.canvas.cloneNode(!1);this.canvas.parentNode.replaceChild(e,this.canvas),this.canvas=e;let R={...this._originalOptions,antialiasing:this.screen.antialiasing},W=this._originalDisplayMode;this.graphicsContext=new ExcaliburGraphicsContext2DCanvas({canvasElement:this.canvas,enableTransparency:this.enableCanvasTransparency,antialiasing:R.antialiasing,backgroundColor:R.backgroundColor,snapToPixel:R.snapToPixel,useDrawSorting:R.useDrawSorting}),this.screen&&this.screen.dispose(),this.screen=new Screen({canvas:this.canvas,context:this.graphicsContext,antialiasing:R.antialiasing??!0,browser:this.browser,viewport:R.viewport??(R.width&&R.height?{width:R.width,height:R.height}:Resolution.SVGA),resolution:R.resolution,displayMode:W,pixelRatio:R.suppressHiDPIScaling?1:R.pixelRatio??null}),this.screen.setCurrentCamera(this.currentScene.camera),this.input.pointers.detach();let Y=R&&R.pointerScope===Cd.Document?document:this.canvas;this.input.pointers=this.input.pointers.recreate(Y,this),this.input.pointers.init()}dispose(){this._disposed||(this._disposed=!0,this.stop(),this._garbageCollector.forceCollectAll(),this.input.toggleEnabled(!1),this._hasCreatedCanvas&&this.canvas.parentNode.removeChild(this.canvas),this.canvas=null,this.screen.dispose(),this.graphicsContext.dispose(),this.graphicsContext=null,_Engine2.InstanceCount--)}isDisposed(){return this._disposed}getWorldBounds(){return this.screen.getWorldBounds()}get timescale(){return this._timescale}set timescale(e){if(e<0){Ud.getInstance().warnOnce(`engine.timescale to a value less than 0 are ignored`);return}this._timescale=e}addTimer(e){return this.currentScene.addTimer(e)}removeTimer(e){return this.currentScene.removeTimer(e)}addScene(e,R){return this.director.add(e,R),this}removeScene(e){this.director.remove(e)}add(e){if(arguments.length===2){this.director.add(arguments[0],arguments[1]);return}let R=this.director.getDeferredScene();R instanceof Scene?R.add(e):this.currentScene.add(e)}remove(e){e instanceof Zd&&this.currentScene.remove(e),(e instanceof Scene||isSceneConstructor(e))&&this.removeScene(e),typeof e==`string`&&this.removeScene(e)}async goToScene(e,R){await this.scope(async()=>{await this.director.goToScene(e,R)})}screenToWorldCoordinates(e){return this.screen.screenToWorldCoordinates(e)}worldToScreenCoordinates(e){return this.screen.worldToScreenCoordinates(e)}_initialize(e){this.pageScrollPreventionMode=e.scrollPreventionMode;let R=e&&e.pointerScope===Cd.Document?document:this.canvas,W=this._originalOptions?.grabWindowFocus??!0;this.input=new InputHost({global:this.global,pointerTarget:R,grabWindowFocus:W,engine:this}),this.inputMapper=this.input.inputMapper,this.browser.document.on(`visibilitychange`,()=>{document.visibilityState===`hidden`?(this.events.emit(`hidden`,new HiddenEvent(this)),this._logger.debug(`Window hidden`)):document.visibilityState===`visible`&&(this.events.emit(`visible`,new VisibleEvent(this)),this._logger.debug(`Window visible`))}),!this.canvasElementId&&!e.canvasElement&&document.body.appendChild(this.canvas)}toggleInputEnabled(e){this._inputEnabled=e,this.input.toggleEnabled(this._inputEnabled)}onInitialize(e){}get isInitialized(){return this._isInitialized}async _overrideInitialize(e){this.isInitialized||(await this.director.onInitialize(),await this.onInitialize(e),this.events.emit(`initialize`,new InitializeEvent(e,this)),this._isInitialized=!0)}_update(e){var R;if(this._isLoading){(R=this._loader)==null||R.onUpdate(this,e),this.input.update();return}this.clock.__runScheduledCbs(`preupdate`),this._preupdate(e),this.currentScene.update(this,e),this.graphicsContext.updatePostProcessors(e),this.clock.__runScheduledCbs(`postupdate`),this._postupdate(e),this.input.update()}_preupdate(e){this.emit(`preupdate`,new PreUpdateEvent(this,e,this)),this.onPreUpdate(this,e)}onPreUpdate(e,R){}_postupdate(e){this.emit(`postupdate`,new PostUpdateEvent(this,e,this)),this.onPostUpdate(this,e)}onPostUpdate(e,R){}_draw(e){var R;if(this.graphicsContext.backgroundColor=this.currentScene.backgroundColor??this.backgroundColor,this.graphicsContext.beginDrawLifecycle(),this.graphicsContext.clear(),this.clock.__runScheduledCbs(`predraw`),this._predraw(this.graphicsContext,e),this._isLoading){this._hideLoader||((R=this._loader)==null||R.canvas.draw(this.graphicsContext,0,0),this.clock.__runScheduledCbs(`postdraw`),this.graphicsContext.flush(),this.graphicsContext.endDrawLifecycle());return}this.currentScene.draw(this.graphicsContext,e),this.clock.__runScheduledCbs(`postdraw`),this._postdraw(this.graphicsContext,e),this.graphicsContext.flush(),this.graphicsContext.endDrawLifecycle(),this._checkForScreenShots()}_predraw(e,R){this.emit(`predraw`,new PreDrawEvent(e,R,this)),this.onPreDraw(e,R)}onPreDraw(e,R){}_postdraw(e,R){this.emit(`postdraw`,new PostDrawEvent(e,R,this)),this.onPostDraw(e,R)}onPostDraw(e,R){}showDebug(e){this._isDebug=e}toggleDebug(){return this._isDebug=!this._isDebug,this._isDebug}get loadingComplete(){return!this._isLoading}get ready(){return this._isReadyFuture.isCompleted}isReady(){return this._isReadyFuture.promise}async start(e,R){await this.scope(async()=>{if(!this._compatible)throw Error(`Excalibur is incompatible with your browser`);this._isLoading=!0;let W;return e instanceof DefaultLoader?W=e:typeof e==`string`&&(this.director.configureStart(e,R),W=this.director.mainLoader),this._logger.debug(`Starting game clock...`),this.browser.resume(),this.clock.start(),this.garbageCollectorConfig&&this._garbageCollector.start(),this._logger.debug(`Game clock started`),await this.load(W??new Fp),await this._overrideInitialize(this),this._isReadyFuture.resolve(),this.emit(`start`,new GameStartEvent(this)),this._isReadyFuture.promise})}_mainloop(e){this.scope(()=>{this.emit(`preframe`,new PreFrameEvent(this,this.stats.prevFrame));let R=e*this.timescale;this.currentFrameElapsedMs=R;let W=this.stats.prevFrame.id+1;this.stats.currFrame.reset(),this.stats.currFrame.id=W,this.stats.currFrame.elapsedMs=R,this.stats.currFrame.fps=this.clock.fpsSampler.fps,ip.clear();let Y=this.clock.now(),X=this.fixedUpdateTimestep;if(this.fixedUpdateTimestep)for(this._lagMs+=R;this._lagMs>=X;)this._update(X),this._lagMs-=X;else this._update(R);let ie=this.clock.now();this.currentFrameLagMs=this._lagMs,this._draw(R);let ae=this.clock.now();this.stats.currFrame.duration.update=ie-Y,this.stats.currFrame.duration.draw=ae-ie,this.stats.currFrame.graphics.drawnImages=ip.DrawnImagesCount,this.stats.currFrame.graphics.drawCalls=ip.DrawCallCount,this.stats.currFrame.graphics.rendererSwaps=ip.RendererSwaps,this.emit(`postframe`,new PostFrameEvent(this,this.stats.currFrame)),this.stats.prevFrame.reset(this.stats.currFrame),this._monitorPerformanceThresholdAndTriggerFallback()})}stop(){this.clock.isRunning()&&(this.emit(`stop`,new GameStopEvent(this)),this.browser.pause(),this.clock.stop(),this._garbageCollector.stop(),this._logger.debug(`Game stopped`))}isRunning(){return this.clock.isRunning()}screenshot(e=!1){return new Promise(R=>{this._screenShotRequests.push({preserveHiDPIResolution:e,resolve:R})})}_checkForScreenShots(){for(let e of this._screenShotRequests){let R=e.preserveHiDPIResolution?this.canvas.width:this.screen.resolution.width,W=e.preserveHiDPIResolution?this.canvas.height:this.screen.resolution.height,Y=document.createElement(`canvas`);Y.width=R,Y.height=W;let X=Y.getContext(`2d`);X.imageSmoothingEnabled=this.screen.antialiasing,X.drawImage(this.canvas,0,0,R,W);let ie=new Image,ae=Y.toDataURL(`image/png`);ie.onload=()=>{e.resolve(ie)},ie.src=ae}this._screenShotRequests.length=0}async load(e,R=!1){await this.scope(async()=>{try{if(e.isLoaded())return;this._loader=e,this._isLoading=!0,this._hideLoader=R,e instanceof Fp&&(e.suppressPlayButton=e.suppressPlayButton||this._suppressPlayButton),this._loader.onInitialize(this),await e.load()}catch(e){this._logger.error(`Error loading resources, things may not behave properly`,e),await Promise.resolve()}finally{this._isLoading=!1,this._hideLoader=!1,this._loader=null}})}};Zp.Context=createContext(),Zp.InstanceCount=0,Zp._DEFAULT_ENGINE_OPTIONS={width:0,height:0,enableCanvasTransparency:!0,useDrawSorting:!0,configurePerformanceCanvas2DFallback:{allow:!1,showPlayerMessage:!1,threshold:{fps:20,numberOfFrames:100}},canvasElementId:``,canvasElement:void 0,enableCanvasContextMenu:!1,snapToPixel:!1,antialiasing:!0,pixelArt:!1,garbageCollection:!0,powerPreference:`high-performance`,pointerScope:Cd.Canvas,suppressConsoleBootMessage:null,suppressMinimumBrowserFeatureDetection:null,suppressHiDPIScaling:null,suppressPlayButton:null,grabWindowFocus:!0,scrollPreventionMode:1,backgroundColor:zd.fromHex(`#2185d0`)};let Qp=Zp;var Label=class extends Cp{constructor(e){super(e),this._font=new gp,this._text=new _p({text:``,font:this._font});let{text:R,pos:W,x:Y,y:X,spriteFont:ie,font:ae,color:le,maxWidth:_e}={text:``,...e};this.pos=W??(Y&&X?vec(Y,X):this.pos),this.text=R??this.text,this.font=ae??this.font,this.maxWidth=_e??this.maxWidth,this.spriteFont=ie??this.spriteFont,this._text.color=le??this.color;let ye=this.get(vp);ye.anchor=Ad.Zero,ye.use(this._text)}set maxWidth(e){this._text.maxWidth=e}get maxWidth(){return this._text.maxWidth}get font(){return this._font}set font(e){this._font=e,this._text.font=e}get text(){return this._text.text}set text(e){this._text.text=e}get color(){return this._text.color}set color(e){this._text&&(this._text.color=e)}get opacity(){return this.graphics.opacity}set opacity(e){this.graphics.opacity=e}get spriteFont(){return this._spriteFont}set spriteFont(e){e&&(this._spriteFont=e,this._text.font=this._spriteFont)}_initialize(e){super._initialize(e)}getTextWidth(){return this._text.width}},$p=(e=>(e.Circle=`circle`,e.Rectangle=`rectangle`,e))($p||{});function assert(e,R){if(!R())throw Error(e)}var GpuParticleRenderer=class{constructor(e,R,W){this.emitRate=1,this._initialized=!1,this._vaos=[],this._buffers=[],this._drawIndex=0,this._numInputFloats=7,this._particleIndex=0,this._uploadIndex=0,this._wrappedLife=0,this._wrappedParticles=0,this._particleLife=0,this._clearRequested=!1,this._emitted=[],this.emitter=e,this.particle=W,this._particleData=new Float32Array(this.emitter.maxParticles*this._numInputFloats),this._random=R,this._particleLife=this.particle.life??2e3}get isInitialized(){return this._initialized}get maxParticles(){return this.emitter.maxParticles}initialize(e,R){if(this._initialized)return;let W=this.emitter.maxParticles,Y=this._numInputFloats,X=this._particleData,ie=e.createBuffer(),ae=e.createVertexArray();e.bindVertexArray(ae),e.bindBuffer(e.ARRAY_BUFFER,ie),e.bufferData(e.ARRAY_BUFFER,W*Y*4,e.DYNAMIC_DRAW),e.bufferSubData(e.ARRAY_BUFFER,0,X);let le=0;e.vertexAttribPointer(0,2,e.FLOAT,!1,Y*4,0),le+=8,e.vertexAttribPointer(1,2,e.FLOAT,!1,Y*4,le),le+=8,e.vertexAttribPointer(2,1,e.FLOAT,!1,Y*4,le),le+=4,e.vertexAttribPointer(3,1,e.FLOAT,!1,Y*4,le),le+=4,e.vertexAttribPointer(4,1,e.FLOAT,!1,Y*4,le),le+=4,e.enableVertexAttribArray(0),e.enableVertexAttribArray(1),e.enableVertexAttribArray(2),e.enableVertexAttribArray(3),e.enableVertexAttribArray(4),this._vaos.push(ae),this._buffers.push(ie),e.bindVertexArray(null),e.bindBuffer(e.ARRAY_BUFFER,null);let _e=e.createBuffer(),ye=e.createVertexArray();e.bindVertexArray(ye),e.bindBuffer(e.ARRAY_BUFFER,_e),e.bufferData(e.ARRAY_BUFFER,W*Y*4,e.DYNAMIC_DRAW),le=0,e.vertexAttribPointer(0,2,e.FLOAT,!1,Y*4,0),le+=8,e.vertexAttribPointer(1,2,e.FLOAT,!1,Y*4,le),le+=8,e.vertexAttribPointer(2,1,e.FLOAT,!1,Y*4,le),le+=4,e.vertexAttribPointer(3,1,e.FLOAT,!1,Y*4,le),le+=4,e.vertexAttribPointer(4,1,e.FLOAT,!1,Y*4,le),le+=4,e.enableVertexAttribArray(0),e.enableVertexAttribArray(1),e.enableVertexAttribArray(2),e.enableVertexAttribArray(3),e.enableVertexAttribArray(4),this._vaos.push(ye),this._buffers.push(_e),e.bindVertexArray(null),e.bindBuffer(e.ARRAY_BUFFER,null),this._currentVao=this._vaos[this._drawIndex%2],this._currentBuffer=this._buffers[(this._drawIndex+1)%2],this._initialized=!0}clearParticles(){this._particleData.fill(0),this._clearRequested=!0}emitParticles(e){let R=this._particleIndex,W=this.maxParticles*this._numInputFloats,Y=e*this._numInputFloats+R;for(let e=R;e<Y;e+=this._numInputFloats){let R=this._random.floating(this.particle.minAngle||0,this.particle.maxAngle||Od);R+=this.particle.transform===up.Local?this.emitter.transform.rotation:this.emitter.transform.globalRotation;let W=this._random.floating(this.particle.minSpeed||0,this.particle.maxSpeed||0),Y=this._random.floating(this.particle.minSpeed||0,this.particle.maxSpeed||0),X=W*Math.cos(R),ie=Y*Math.sin(R),ae=0,le=0;if(this.emitter.emitterType===$p.Rectangle)ae=this._random.floating(-.5,.5)*this.emitter.width,le=this._random.floating(-.5,.5)*this.emitter.height;else{let e=this._random.floating(0,this.emitter.radius);ae=e*Math.cos(R),le=e*Math.sin(R)}let _e=this.emitter.transform.apply(vec(ae,le)),ye=[this.particle.transform===up.Local?ae:_e.x,this.particle.transform===up.Local?le:_e.y,X,ie,this.particle.randomRotation?randomInRange(0,Od,this._random):this.particle.rotation||0,this.particle.angularVelocity||0,this._particleLife];this._particleData.set(ye,e%this._particleData.length)}Y>=W?(this._wrappedParticles+=(Y-W)/this._numInputFloats,this._wrappedLife=this._particleLife):this._wrappedLife>0&&(this._wrappedParticles+=e),this._particleIndex=Y%W,this._emitted.push([this._particleLife,R])}_uploadEmitted(e){this._particleIndex!==this._uploadIndex&&(e.bindBuffer(e.ARRAY_BUFFER,this._buffers[(this._drawIndex+1)%2]),this._particleIndex>=this._uploadIndex?e.bufferSubData(e.ARRAY_BUFFER,this._uploadIndex*4,this._particleData,this._uploadIndex,this._particleIndex-this._uploadIndex):(e.bufferSubData(e.ARRAY_BUFFER,this._uploadIndex*4,this._particleData,this._uploadIndex,this._particleData.length-this._uploadIndex),this._wrappedParticles&&e.bufferSubData(e.ARRAY_BUFFER,0,this._particleData,0,this._wrappedParticles*this._numInputFloats),this._wrappedLife=this._particleLife),e.bindBuffer(e.ARRAY_BUFFER,null)),this._uploadIndex=this._particleIndex%(this.maxParticles*this._numInputFloats)}update(e){if(this._particleLife=this.particle.life??this._particleLife,this._wrappedLife>0?this._wrappedLife-=e:(this._wrappedLife=0,this._wrappedParticles=0),this._emitted.length){for(let R=this._emitted.length-1;R>=0;R--){let W=this._emitted[R];W[0]-=e,W[0]<=0&&this._emitted.splice(R,1)}this._emitted.sort((e,R)=>e[0]-R[0])}}draw(e){if(this._initialized){if(this._clearRequested?(e.bindBuffer(e.ARRAY_BUFFER,this._buffers[(this._drawIndex+1)%2]),e.bufferSubData(e.ARRAY_BUFFER,0,this._particleData),e.bindBuffer(e.ARRAY_BUFFER,null),this._clearRequested=!1):this._uploadEmitted(e),e.bindVertexArray(this._currentVao),e.bindBufferBase(e.TRANSFORM_FEEDBACK_BUFFER,0,this._currentBuffer),this._wrappedLife&&this._emitted[0]&&this._emitted[0][1]>0){let R=this._emitted[0][1]/this._numInputFloats;assert(`midpoint greater than 0, actual: ${R}`,()=>R>0),assert(`midpoint is less than max, actual: ${R}`,()=>R<this.maxParticles),e.bindBufferRange(e.TRANSFORM_FEEDBACK_BUFFER,0,this._currentBuffer,this._emitted[0][1]*4,(this.maxParticles-R)*this._numInputFloats*4),e.beginTransformFeedback(e.POINTS),e.drawArrays(e.POINTS,R,this.maxParticles-R),e.endTransformFeedback(),e.bindBufferRange(e.TRANSFORM_FEEDBACK_BUFFER,0,this._currentBuffer,0,this._emitted[0][1]*4),e.beginTransformFeedback(e.POINTS),e.drawArrays(e.POINTS,0,R),e.endTransformFeedback()}else e.bindBufferRange(e.TRANSFORM_FEEDBACK_BUFFER,0,this._currentBuffer,0,this._particleData.length*4),e.beginTransformFeedback(e.POINTS),e.drawArrays(e.POINTS,0,this.maxParticles),e.endTransformFeedback();e.bindVertexArray(null),e.bindBufferBase(e.TRANSFORM_FEEDBACK_BUFFER,0,null),this._currentVao=this._vaos[this._drawIndex%2],this._currentBuffer=this._buffers[(this._drawIndex+1)%2],this._drawIndex=(this._drawIndex+1)%2}}};GpuParticleRenderer.GPU_MAX_PARTICLES=1e5;var em=class ActionSequence{constructor(e,R){this.id=nextActionId(),this._stopped=!1,this._sequenceBuilder=R,this._sequenceContext=new ActionContext(e),this._actionQueue=this._sequenceContext.getQueue(),this._sequenceBuilder(this._sequenceContext)}update(e){this._actionQueue.update(e)}isComplete(){return this._stopped||this._actionQueue.isComplete()}stop(){this._stopped=!0}reset(){this._stopped=!1,this._actionQueue.reset()}clone(e){return new ActionSequence(e,this._sequenceBuilder)}},ParallelActions=class{constructor(e){this.id=nextActionId(),this._actions=e}update(e){for(let R=0;R<this._actions.length;R++)this._actions[R].update(e)}isComplete(e){return this._actions.every(R=>R.isComplete(e))}reset(){this._actions.forEach(e=>e.reset())}stop(){this._actions.forEach(e=>e.stop())}},FontSource=class{constructor(e,R,{bustCache:W,...Y}={}){this.path=e,this.family=R,this._isLoaded=!1,this._resource=new Resource(e,`blob`,W),this._options=Y}async load(){if(this.isLoaded())return this.data;try{let e=await this._resource.load(),R=URL.createObjectURL(e);this.data||(this.data=new FontFace(this.family,`url(${R})`),document.fonts.add(this.data)),await this.data.load(),this._isLoaded=!0}catch(e){throw`Error loading FontSource from path '${this.path}' with error [${e.message}]`}return this.data}isLoaded(){return this._isLoaded}toFont(e){return new gp({family:this.family,...this._options,...e})}};const tm=createContext(),nm=/^\s*(?:function)?\*/;function isCoroutineGenerator(e){return typeof e==`function`?nm.test(Function.prototype.toString.call(e))?!0:Object.getPrototypeOf?Object.getPrototypeOf(e)===Object.getPrototypeOf(Function(`return function * () {}`)()):!1:!1}function coroutine(...e){let R=Ud.getInstance(),W,Y,X,ie;isCoroutineGenerator(e[0])&&(Y=globalThis,W=e[0],X=e[1]),isCoroutineGenerator(e[1])&&(Y=e[0],W=e[1],X=e[2]),e[1]instanceof Qp&&(Y=e[0],ie=e[1],W=e[2],X=e[3]),e[0]instanceof Qp&&(Y=globalThis,ie=e[0],W=e[1],X=e[2]);let ae=useContext(tm),le=X?.timing,_e=ae?!1:X?.autostart??!0,ye;try{ye=ie??Qp.useEngine()}catch{throw Error(`Cannot run coroutine without engine parameter outside of an excalibur lifecycle method.
|
|
1102
1102
|
Pass an engine parameter to ex.coroutine(engine, function * {...})`)}let be=!1,Ce=!1,Te=!1,Oe=W.bind(Y),Ae=Oe(),loop,Me=new Promise((e,R)=>{loop=W=>{try{if(Te){Ce=!0,e();return}let{done:R,value:Y}=tm.scope(!0,()=>Ae.next(W));if(R||Te){Ce=!0,e();return}Y instanceof Promise?Y.then(()=>{ye.clock.schedule(loop,0,le)}):Y===void 0||Y===void 0?ye.clock.schedule(loop,0,le):ye.clock.schedule(loop,Y||0,le)}catch(e){R(e);return}},_e&&(be=!0,loop(ye.clock.elapsed()))}),Pe={isRunning:()=>be&&!Te&&!Ce,isComplete:()=>Ce,cancel:()=>{Te=!0},start:()=>(be?R.warn(`.start() was called on a coroutine that was already started, this is probably a bug:
|
|
1103
|
-
`,Function.prototype.toString.call(Oe)):(be=!0,loop(ye.clock.elapsed())),Pe),generator:Ae,done:Me,then:Me.then.bind(Me),[Symbol.iterator]:()=>Ae};return Pe}var Transition=class extends Zd{constructor(e){super(),this._logger=Ud.getInstance(),this.transform=new Gd,this.graphics=new vp,this._completeFuture=new Future,this.started=!1,this._currentDistance=0,this._currentProgress=0,this.done=this._completeFuture.promise,this._useLegacyEasing=!1,this.name=`Transition#${this.id}`,this.duration=e.duration,isLegacyEasing(e.easing)?(this.legacyEasing=e.easing??bp.Linear,this._useLegacyEasing=!0):this.easing=e.easing??linear,this.direction=e.direction??`out`,this.hideLoader=e.hideLoader??!1,this.blockInput=e.blockInput??!1,this.transform.coordPlane=Pd.Screen,this.transform.pos=Ad.Zero,this.transform.z=1/0,this.graphics.anchor=Ad.Zero,this.addComponent(this.transform),this.addComponent(this.graphics),this.direction===`out`?this._currentProgress=0:this._currentProgress=1}get progress(){return this._currentProgress}get distance(){return this._currentDistance}get complete(){return this.direction===`out`?this.progress>=1:this.progress<=0}updateTransition(e,R){this.complete||(this._currentDistance+=clamp(R/this.duration,0,1),this._currentDistance>=1&&(this._currentDistance=1),this.direction===`out`?this._useLegacyEasing?this._currentProgress=clamp(this.legacyEasing(this._currentDistance,0,1,1),0,1):this._currentProgress=clamp(lerp(0,1,this.easing(this._currentDistance)),0,1):this._useLegacyEasing?this._currentProgress=clamp(this.legacyEasing(this._currentDistance,1,0,1),0,1):this._currentProgress=clamp(lerp(1,0,this.easing(this._currentDistance)),0,1))}async onPreviousSceneDeactivate(e){}onStart(e){}onUpdate(e){}onEnd(e){}onReset(){}reset(){this.started=!1,this._completeFuture=new Future,this.done=this._completeFuture.promise,this._currentDistance=0,this.direction===`out`?this._currentProgress=0:this._currentProgress=1,this.onReset()}_addToTargetScene(e,R){let W=R;if(this.started&&this._logger.warn(`Attempted to add a transition ${this.name} that is already playing.`),W.world.entityManager.getById(this.id))return this._co;this._engine=e,W.add(this);let Y=this;return this._co=coroutine(e,function*(){for(;!Y.complete;){let e=yield;Y.updateTransition(Y._engine,e),Y._execute()}},{autostart:!1}),this._co}async _play(){this.started&&(this.reset(),this._logger.warn(`Attempted to play a transition ${this.name} that is already playing, reset transition.`)),(!this._engine||!this._co)&&(this.reset(),this._logger.warn(`Attempted to play a transition ${this.name} that hasn't been added`)),this._co&&await this._co.start()}_execute(){this.isInitialized&&(this.started||(this.started=!0,this.onStart(this.progress)),this.onUpdate(this.progress),this.complete&&!this._completeFuture.isCompleted&&(this.onEnd(this.progress),this._completeFuture.resolve()))}},FadeInOut=class extends Transition{constructor(e){super({...e,duration:e.duration??2e3}),this.name=`FadeInOut#${this.id}`,this.color=e.color??zd.Black}onInitialize(e){this.transform.pos=e.screen.unsafeArea.topLeft,this.screenCover=new Qf({width:e.screen.resolution.width,height:e.screen.resolution.height,color:this.color}),this.graphics.add(this.screenCover),this.graphics.opacity=this.progress}onReset(){this.graphics.opacity=this.progress}onStart(e){this.graphics.opacity=e}onEnd(e){this.graphics.opacity=e}onUpdate(e){this.graphics.opacity=e}};const rm=`0.32.0`;polyfill();var im=__exportAll$1({default:()=>am}),am={};Et();var om={83(e,R,W){var Y=W(447),X=W(805),ie=W(996),ae=W(681),le=W(674),_e=W(442),ye=W(414),be=Object.prototype.toString;function g(e){if(!(this instanceof g))return new g(e);this.options=X.assign({chunkSize:16384,windowBits:0,to:``},e||{});var R=this.options;R.raw&&R.windowBits>=0&&R.windowBits<16&&(R.windowBits=-R.windowBits,R.windowBits===0&&(R.windowBits=-15)),!(R.windowBits>=0&&R.windowBits<16)||e&&e.windowBits||(R.windowBits+=32),R.windowBits>15&&R.windowBits<48&&(15&R.windowBits||(R.windowBits|=15)),this.err=0,this.msg=``,this.ended=!1,this.chunks=[],this.strm=new _e,this.strm.avail_out=0;var W=Y.inflateInit2(this.strm,R.windowBits);if(W!==ae.Z_OK||(this.header=new ye,Y.inflateGetHeader(this.strm,this.header),R.dictionary&&(typeof R.dictionary==`string`?R.dictionary=ie.string2buf(R.dictionary):be.call(R.dictionary)===`[object ArrayBuffer]`&&(R.dictionary=new Uint8Array(R.dictionary)),R.raw&&(W=Y.inflateSetDictionary(this.strm,R.dictionary))!==ae.Z_OK)))throw Error(le[W])}function d(e,R){var W=new g(R);if(W.push(e,!0),W.err)throw W.msg||le[W.err];return W.result}g.prototype.push=function(e,R){var W,le,_e,ye,Ce,Te=this.strm,Oe=this.options.chunkSize,Ae=this.options.dictionary,Me=!1;if(this.ended)return!1;le=R===~~R?R:!0===R?ae.Z_FINISH:ae.Z_NO_FLUSH,typeof e==`string`?Te.input=ie.binstring2buf(e):be.call(e)===`[object ArrayBuffer]`?Te.input=new Uint8Array(e):Te.input=e,Te.next_in=0,Te.avail_in=Te.input.length;do{if(Te.avail_out===0&&(Te.output=new X.Buf8(Oe),Te.next_out=0,Te.avail_out=Oe),(W=Y.inflate(Te,ae.Z_NO_FLUSH))===ae.Z_NEED_DICT&&Ae&&(W=Y.inflateSetDictionary(this.strm,Ae)),W===ae.Z_BUF_ERROR&&!0===Me&&(W=ae.Z_OK,Me=!1),W!==ae.Z_STREAM_END&&W!==ae.Z_OK)return this.onEnd(W),this.ended=!0,!1;Te.next_out&&(Te.avail_out!==0&&W!==ae.Z_STREAM_END&&(Te.avail_in!==0||le!==ae.Z_FINISH&&le!==ae.Z_SYNC_FLUSH)||(this.options.to===`string`?(_e=ie.utf8border(Te.output,Te.next_out),ye=Te.next_out-_e,Ce=ie.buf2string(Te.output,_e),Te.next_out=ye,Te.avail_out=Oe-ye,ye&&X.arraySet(Te.output,Te.output,_e,ye,0),this.onData(Ce)):this.onData(X.shrinkBuf(Te.output,Te.next_out)))),Te.avail_in===0&&Te.avail_out===0&&(Me=!0)}while((Te.avail_in>0||Te.avail_out===0)&&W!==ae.Z_STREAM_END);return W===ae.Z_STREAM_END&&(le=ae.Z_FINISH),le===ae.Z_FINISH?(W=Y.inflateEnd(this.strm),this.onEnd(W),this.ended=!0,W===ae.Z_OK):le!==ae.Z_SYNC_FLUSH||(this.onEnd(ae.Z_OK),Te.avail_out=0,!0)},g.prototype.onData=function(e){this.chunks.push(e)},g.prototype.onEnd=function(e){e===ae.Z_OK&&(this.options.to===`string`?this.result=this.chunks.join(``):this.result=X.flattenChunks(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg},R.Inflate=g,R.inflate=d,R.inflateRaw=function(e,R){return(R||={}).raw=!0,d(e,R)},R.ungzip=d},269(e){e.exports=function(e,R,W,Y){for(var X=65535&e,ie=e>>>16&65535,ae=0;W!==0;){W-=ae=W>2e3?2e3:W;do ie=ie+(X=X+R[Y++]|0)|0;while(--ae);X%=65521,ie%=65521}return X|ie<<16}},293(e){e.exports=function(e,R){var W=e.state,Y=e.next_in,X,ie,ae,le,_e,ye,be,Ce,Te,Oe,Ae,Me,Pe,Re,Be,Ve,He,Ue,We,Ge,Ke,qe=e.input,Je;X=Y+(e.avail_in-5),ie=e.next_out,Je=e.output,ae=ie-(R-e.avail_out),le=ie+(e.avail_out-257),_e=W.dmax,ye=W.wsize,be=W.whave,Ce=W.wnext,Te=W.window,Oe=W.hold,Ae=W.bits,Me=W.lencode,Pe=W.distcode,Re=(1<<W.lenbits)-1,Be=(1<<W.distbits)-1;e:do{Ae<15&&(Oe+=qe[Y++]<<Ae,Ae+=8,Oe+=qe[Y++]<<Ae,Ae+=8),Ve=Me[Oe&Re];t:for(;;){if(Oe>>>=He=Ve>>>24,Ae-=He,(He=Ve>>>16&255)==0)Je[ie++]=65535&Ve;else{if(!(16&He)){if(64&He){if(32&He){W.mode=12;break e}e.msg=`invalid literal/length code`,W.mode=30;break e}Ve=Me[(65535&Ve)+(Oe&(1<<He)-1)];continue t}for(Ue=65535&Ve,(He&=15)&&(Ae<He&&(Oe+=qe[Y++]<<Ae,Ae+=8),Ue+=Oe&(1<<He)-1,Oe>>>=He,Ae-=He),Ae<15&&(Oe+=qe[Y++]<<Ae,Ae+=8,Oe+=qe[Y++]<<Ae,Ae+=8),Ve=Pe[Oe&Be];;){if(Oe>>>=He=Ve>>>24,Ae-=He,16&(He=Ve>>>16&255)){if(We=65535&Ve,Ae<(He&=15)&&(Oe+=qe[Y++]<<Ae,(Ae+=8)<He&&(Oe+=qe[Y++]<<Ae,Ae+=8)),(We+=Oe&(1<<He)-1)>_e){e.msg=`invalid distance too far back`,W.mode=30;break e}if(Oe>>>=He,Ae-=He,We>(He=ie-ae)){if((He=We-He)>be&&W.sane){e.msg=`invalid distance too far back`,W.mode=30;break e}if(Ge=0,Ke=Te,Ce===0){if(Ge+=ye-He,He<Ue){Ue-=He;do Je[ie++]=Te[Ge++];while(--He);Ge=ie-We,Ke=Je}}else if(Ce<He){if(Ge+=ye+Ce-He,(He-=Ce)<Ue){Ue-=He;do Je[ie++]=Te[Ge++];while(--He);if(Ge=0,Ce<Ue){Ue-=He=Ce;do Je[ie++]=Te[Ge++];while(--He);Ge=ie-We,Ke=Je}}}else if(Ge+=Ce-He,He<Ue){Ue-=He;do Je[ie++]=Te[Ge++];while(--He);Ge=ie-We,Ke=Je}for(;Ue>2;)Je[ie++]=Ke[Ge++],Je[ie++]=Ke[Ge++],Je[ie++]=Ke[Ge++],Ue-=3;Ue&&(Je[ie++]=Ke[Ge++],Ue>1&&(Je[ie++]=Ke[Ge++]))}else{Ge=ie-We;do Je[ie++]=Je[Ge++],Je[ie++]=Je[Ge++],Je[ie++]=Je[Ge++],Ue-=3;while(Ue>2);Ue&&(Je[ie++]=Je[Ge++],Ue>1&&(Je[ie++]=Je[Ge++]))}break}if(64&He){e.msg=`invalid distance code`,W.mode=30;break e}Ve=Pe[(65535&Ve)+(Oe&(1<<He)-1)]}}break}}while(Y<X&&ie<le);Y-=Ue=Ae>>3,Oe&=(1<<(Ae-=Ue<<3))-1,e.next_in=Y,e.next_out=ie,e.avail_in=Y<X?X-Y+5:5-(Y-X),e.avail_out=ie<le?le-ie+257:257-(ie-le),W.hold=Oe,W.bits=Ae}},303(e,R,W){var Y=W(411),X=W(805),ie=W(996),ae=W(674),le=W(442),_e=Object.prototype.toString;function l(e){if(!(this instanceof l))return new l(e);this.options=X.assign({level:-1,method:8,chunkSize:16384,windowBits:15,memLevel:8,strategy:0,to:``},e||{});var R=this.options;R.raw&&R.windowBits>0?R.windowBits=-R.windowBits:R.gzip&&R.windowBits>0&&R.windowBits<16&&(R.windowBits+=16),this.err=0,this.msg=``,this.ended=!1,this.chunks=[],this.strm=new le,this.strm.avail_out=0;var W=Y.deflateInit2(this.strm,R.level,R.method,R.windowBits,R.memLevel,R.strategy);if(W!==0)throw Error(ae[W]);if(R.header&&Y.deflateSetHeader(this.strm,R.header),R.dictionary){var ye;if(ye=typeof R.dictionary==`string`?ie.string2buf(R.dictionary):_e.call(R.dictionary)===`[object ArrayBuffer]`?new Uint8Array(R.dictionary):R.dictionary,(W=Y.deflateSetDictionary(this.strm,ye))!==0)throw Error(ae[W]);this._dict_set=!0}}function c(e,R){var W=new l(R);if(W.push(e,!0),W.err)throw W.msg||ae[W.err];return W.result}l.prototype.push=function(e,R){var W,ae,le=this.strm,ye=this.options.chunkSize;if(this.ended)return!1;ae=R===~~R?R:!0===R?4:0,typeof e==`string`?le.input=ie.string2buf(e):_e.call(e)===`[object ArrayBuffer]`?le.input=new Uint8Array(e):le.input=e,le.next_in=0,le.avail_in=le.input.length;do{if(le.avail_out===0&&(le.output=new X.Buf8(ye),le.next_out=0,le.avail_out=ye),(W=Y.deflate(le,ae))!==1&&W!==0)return this.onEnd(W),this.ended=!0,!1;le.avail_out!==0&&(le.avail_in!==0||ae!==4&&ae!==2)||(this.options.to===`string`?this.onData(ie.buf2binstring(X.shrinkBuf(le.output,le.next_out))):this.onData(X.shrinkBuf(le.output,le.next_out)))}while((le.avail_in>0||le.avail_out===0)&&W!==1);return ae===4?(W=Y.deflateEnd(this.strm),this.onEnd(W),this.ended=!0,W===0):ae!==2||(this.onEnd(0),le.avail_out=0,!0)},l.prototype.onData=function(e){this.chunks.push(e)},l.prototype.onEnd=function(e){e===0&&(this.options.to===`string`?this.result=this.chunks.join(``):this.result=X.flattenChunks(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg},R.Deflate=l,R.deflate=c,R.deflateRaw=function(e,R){return(R||={}).raw=!0,c(e,R)},R.gzip=function(e,R){return(R||={}).gzip=!0,c(e,R)}},371(e){e.exports=im},411(e,R,W){var Y,X=W(805),ie=W(665),ae=W(269),le=W(823),_e=W(674),ye=-2,be=258,Ce=262,Te=103,Oe=113,Ae=666;function I(e,R){return e.msg=_e[R],R}function p(e){return(e<<1)-(e>4?9:0)}function f(e){for(var R=e.length;--R>=0;)e[R]=0}function B(e){var R=e.state,W=R.pending;W>e.avail_out&&(W=e.avail_out),W!==0&&(X.arraySet(e.output,R.pending_buf,R.pending_out,W,e.next_out),e.next_out+=W,R.pending_out+=W,e.total_out+=W,e.avail_out-=W,R.pending-=W,R.pending===0&&(R.pending_out=0))}function C(e,R){ie._tr_flush_block(e,e.block_start>=0?e.block_start:-1,e.strstart-e.block_start,R),e.block_start=e.strstart,B(e.strm)}function E(e,R){e.pending_buf[e.pending++]=R}function Q(e,R){e.pending_buf[e.pending++]=R>>>8&255,e.pending_buf[e.pending++]=255&R}function m(e,R){var W,Y,X=e.max_chain_length,ie=e.strstart,ae=e.prev_length,le=e.nice_match,_e=e.strstart>e.w_size-Ce?e.strstart-(e.w_size-Ce):0,ye=e.window,Te=e.w_mask,Oe=e.prev,Ae=e.strstart+be,Me=ye[ie+ae-1],Pe=ye[ie+ae];e.prev_length>=e.good_match&&(X>>=2),le>e.lookahead&&(le=e.lookahead);do if(ye[(W=R)+ae]===Pe&&ye[W+ae-1]===Me&&ye[W]===ye[ie]&&ye[++W]===ye[ie+1]){ie+=2,W++;do;while(ye[++ie]===ye[++W]&&ye[++ie]===ye[++W]&&ye[++ie]===ye[++W]&&ye[++ie]===ye[++W]&&ye[++ie]===ye[++W]&&ye[++ie]===ye[++W]&&ye[++ie]===ye[++W]&&ye[++ie]===ye[++W]&&ie<Ae);if(Y=be-(Ae-ie),ie=Ae-be,Y>ae){if(e.match_start=R,ae=Y,Y>=le)break;Me=ye[ie+ae-1],Pe=ye[ie+ae]}}while((R=Oe[R&Te])>_e&&--X!=0);return ae<=e.lookahead?ae:e.lookahead}function y(e){var R,W,Y,ie,_e,ye,be,Te,Oe,Ae,Me=e.w_size;do{if(ie=e.window_size-e.lookahead-e.strstart,e.strstart>=Me+(Me-Ce)){X.arraySet(e.window,e.window,Me,Me,0),e.match_start-=Me,e.strstart-=Me,e.block_start-=Me,R=W=e.hash_size;do Y=e.head[--R],e.head[R]=Y>=Me?Y-Me:0;while(--W);R=W=Me;do Y=e.prev[--R],e.prev[R]=Y>=Me?Y-Me:0;while(--W);ie+=Me}if(e.strm.avail_in===0)break;if(ye=e.strm,be=e.window,Te=e.strstart+e.lookahead,Oe=ie,Ae=void 0,(Ae=ye.avail_in)>Oe&&(Ae=Oe),W=Ae===0?0:(ye.avail_in-=Ae,X.arraySet(be,ye.input,ye.next_in,Ae,Te),ye.state.wrap===1?ye.adler=ae(ye.adler,be,Ae,Te):ye.state.wrap===2&&(ye.adler=le(ye.adler,be,Ae,Te)),ye.next_in+=Ae,ye.total_in+=Ae,Ae),e.lookahead+=W,e.lookahead+e.insert>=3)for(_e=e.strstart-e.insert,e.ins_h=e.window[_e],e.ins_h=(e.ins_h<<e.hash_shift^e.window[_e+1])&e.hash_mask;e.insert&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[_e+3-1])&e.hash_mask,e.prev[_e&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=_e,_e++,e.insert--,!(e.lookahead+e.insert<3)););}while(e.lookahead<Ce&&e.strm.avail_in!==0)}function w(e,R){for(var W,Y;;){if(e.lookahead<Ce){if(y(e),e.lookahead<Ce&&R===0)return 1;if(e.lookahead===0)break}if(W=0,e.lookahead>=3&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+3-1])&e.hash_mask,W=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),W!==0&&e.strstart-W<=e.w_size-Ce&&(e.match_length=m(e,W)),e.match_length>=3)if(Y=ie._tr_tally(e,e.strstart-e.match_start,e.match_length-3),e.lookahead-=e.match_length,e.match_length<=e.max_lazy_match&&e.lookahead>=3){e.match_length--;do e.strstart++,e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+3-1])&e.hash_mask,W=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart;while(--e.match_length!=0);e.strstart++}else e.strstart+=e.match_length,e.match_length=0,e.ins_h=e.window[e.strstart],e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+1])&e.hash_mask;else Y=ie._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++;if(Y&&(C(e,!1),e.strm.avail_out===0))return 1}return e.insert=e.strstart<2?e.strstart:2,R===4?(C(e,!0),e.strm.avail_out===0?3:4):e.last_lit&&(C(e,!1),e.strm.avail_out===0)?1:2}function _(e,R){for(var W,Y,X;;){if(e.lookahead<Ce){if(y(e),e.lookahead<Ce&&R===0)return 1;if(e.lookahead===0)break}if(W=0,e.lookahead>=3&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+3-1])&e.hash_mask,W=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),e.prev_length=e.match_length,e.prev_match=e.match_start,e.match_length=2,W!==0&&e.prev_length<e.max_lazy_match&&e.strstart-W<=e.w_size-Ce&&(e.match_length=m(e,W),e.match_length<=5&&(e.strategy===1||e.match_length===3&&e.strstart-e.match_start>4096)&&(e.match_length=2)),e.prev_length>=3&&e.match_length<=e.prev_length){X=e.strstart+e.lookahead-3,Y=ie._tr_tally(e,e.strstart-1-e.prev_match,e.prev_length-3),e.lookahead-=e.prev_length-1,e.prev_length-=2;do++e.strstart<=X&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+3-1])&e.hash_mask,W=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart);while(--e.prev_length!=0);if(e.match_available=0,e.match_length=2,e.strstart++,Y&&(C(e,!1),e.strm.avail_out===0))return 1}else if(e.match_available){if((Y=ie._tr_tally(e,0,e.window[e.strstart-1]))&&C(e,!1),e.strstart++,e.lookahead--,e.strm.avail_out===0)return 1}else e.match_available=1,e.strstart++,e.lookahead--}return e.match_available&&=(Y=ie._tr_tally(e,0,e.window[e.strstart-1]),0),e.insert=e.strstart<2?e.strstart:2,R===4?(C(e,!0),e.strm.avail_out===0?3:4):e.last_lit&&(C(e,!1),e.strm.avail_out===0)?1:2}function v(e,R,W,Y,X){this.good_length=e,this.max_lazy=R,this.nice_length=W,this.max_chain=Y,this.func=X}function b(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=8,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new X.Buf16(1146),this.dyn_dtree=new X.Buf16(122),this.bl_tree=new X.Buf16(78),f(this.dyn_ltree),f(this.dyn_dtree),f(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new X.Buf16(16),this.heap=new X.Buf16(573),f(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new X.Buf16(573),f(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}function k(e){var R;return e&&e.state?(e.total_in=e.total_out=0,e.data_type=2,(R=e.state).pending=0,R.pending_out=0,R.wrap<0&&(R.wrap=-R.wrap),R.status=R.wrap?42:Oe,e.adler=R.wrap===2?0:1,R.last_flush=0,ie._tr_init(R),0):I(e,ye)}function D(e){var R,W=k(e);return W===0&&((R=e.state).window_size=2*R.w_size,f(R.head),R.max_lazy_match=Y[R.level].max_lazy,R.good_match=Y[R.level].good_length,R.nice_match=Y[R.level].nice_length,R.max_chain_length=Y[R.level].max_chain,R.strstart=0,R.block_start=0,R.lookahead=0,R.insert=0,R.match_length=R.prev_length=2,R.match_available=0,R.ins_h=0),W}function S(e,R,W,Y,ie,ae){if(!e)return ye;var le=1;if(R===-1&&(R=6),Y<0?(le=0,Y=-Y):Y>15&&(le=2,Y-=16),ie<1||ie>9||W!==8||Y<8||Y>15||R<0||R>9||ae<0||ae>4)return I(e,ye);Y===8&&(Y=9);var _e=new b;return e.state=_e,_e.strm=e,_e.wrap=le,_e.gzhead=null,_e.w_bits=Y,_e.w_size=1<<_e.w_bits,_e.w_mask=_e.w_size-1,_e.hash_bits=ie+7,_e.hash_size=1<<_e.hash_bits,_e.hash_mask=_e.hash_size-1,_e.hash_shift=~~((_e.hash_bits+3-1)/3),_e.window=new X.Buf8(2*_e.w_size),_e.head=new X.Buf16(_e.hash_size),_e.prev=new X.Buf16(_e.w_size),_e.lit_bufsize=1<<ie+6,_e.pending_buf_size=4*_e.lit_bufsize,_e.pending_buf=new X.Buf8(_e.pending_buf_size),_e.d_buf=1*_e.lit_bufsize,_e.l_buf=3*_e.lit_bufsize,_e.level=R,_e.strategy=ae,_e.method=W,D(e)}Y=[new v(0,0,0,0,(function(e,R){var W=65535;for(W>e.pending_buf_size-5&&(W=e.pending_buf_size-5);;){if(e.lookahead<=1){if(y(e),e.lookahead===0&&R===0)return 1;if(e.lookahead===0)break}e.strstart+=e.lookahead,e.lookahead=0;var Y=e.block_start+W;if((e.strstart===0||e.strstart>=Y)&&(e.lookahead=e.strstart-Y,e.strstart=Y,C(e,!1),e.strm.avail_out===0)||e.strstart-e.block_start>=e.w_size-Ce&&(C(e,!1),e.strm.avail_out===0))return 1}return e.insert=0,R===4?(C(e,!0),e.strm.avail_out===0?3:4):(e.strstart>e.block_start&&(C(e,!1),e.strm.avail_out),1)})),new v(4,4,8,4,w),new v(4,5,16,8,w),new v(4,6,32,32,w),new v(4,4,16,16,_),new v(8,16,32,32,_),new v(8,16,128,128,_),new v(8,32,128,256,_),new v(32,128,258,1024,_),new v(32,258,258,4096,_)],R.deflateInit=function(e,R){return S(e,R,8,15,8,0)},R.deflateInit2=S,R.deflateReset=D,R.deflateResetKeep=k,R.deflateSetHeader=function(e,R){return e&&e.state&&e.state.wrap===2?(e.state.gzhead=R,0):ye},R.deflate=function(e,R){var W,X,ae,_e;if(!e||!e.state||R>5||R<0)return e?I(e,ye):ye;if(X=e.state,!e.output||!e.input&&e.avail_in!==0||X.status===Ae&&R!==4)return I(e,e.avail_out===0?-5:ye);if(X.strm=e,W=X.last_flush,X.last_flush=R,X.status===42)if(X.wrap===2)e.adler=0,E(X,31),E(X,139),E(X,8),X.gzhead?(E(X,+!!X.gzhead.text+(X.gzhead.hcrc?2:0)+(X.gzhead.extra?4:0)+(X.gzhead.name?8:0)+(X.gzhead.comment?16:0)),E(X,255&X.gzhead.time),E(X,X.gzhead.time>>8&255),E(X,X.gzhead.time>>16&255),E(X,X.gzhead.time>>24&255),E(X,X.level===9?2:X.strategy>=2||X.level<2?4:0),E(X,255&X.gzhead.os),X.gzhead.extra&&X.gzhead.extra.length&&(E(X,255&X.gzhead.extra.length),E(X,X.gzhead.extra.length>>8&255)),X.gzhead.hcrc&&(e.adler=le(e.adler,X.pending_buf,X.pending,0)),X.gzindex=0,X.status=69):(E(X,0),E(X,0),E(X,0),E(X,0),E(X,0),E(X,X.level===9?2:X.strategy>=2||X.level<2?4:0),E(X,3),X.status=Oe);else{var Ce=8+(X.w_bits-8<<4)<<8;Ce|=(X.strategy>=2||X.level<2?0:X.level<6?1:X.level===6?2:3)<<6,X.strstart!==0&&(Ce|=32),Ce+=31-Ce%31,X.status=Oe,Q(X,Ce),X.strstart!==0&&(Q(X,e.adler>>>16),Q(X,65535&e.adler)),e.adler=1}if(X.status===69)if(X.gzhead.extra){for(ae=X.pending;X.gzindex<(65535&X.gzhead.extra.length)&&(X.pending!==X.pending_buf_size||(X.gzhead.hcrc&&X.pending>ae&&(e.adler=le(e.adler,X.pending_buf,X.pending-ae,ae)),B(e),ae=X.pending,X.pending!==X.pending_buf_size));)E(X,255&X.gzhead.extra[X.gzindex]),X.gzindex++;X.gzhead.hcrc&&X.pending>ae&&(e.adler=le(e.adler,X.pending_buf,X.pending-ae,ae)),X.gzindex===X.gzhead.extra.length&&(X.gzindex=0,X.status=73)}else X.status=73;if(X.status===73)if(X.gzhead.name){ae=X.pending;do{if(X.pending===X.pending_buf_size&&(X.gzhead.hcrc&&X.pending>ae&&(e.adler=le(e.adler,X.pending_buf,X.pending-ae,ae)),B(e),ae=X.pending,X.pending===X.pending_buf_size)){_e=1;break}_e=X.gzindex<X.gzhead.name.length?255&X.gzhead.name.charCodeAt(X.gzindex++):0,E(X,_e)}while(_e!==0);X.gzhead.hcrc&&X.pending>ae&&(e.adler=le(e.adler,X.pending_buf,X.pending-ae,ae)),_e===0&&(X.gzindex=0,X.status=91)}else X.status=91;if(X.status===91)if(X.gzhead.comment){ae=X.pending;do{if(X.pending===X.pending_buf_size&&(X.gzhead.hcrc&&X.pending>ae&&(e.adler=le(e.adler,X.pending_buf,X.pending-ae,ae)),B(e),ae=X.pending,X.pending===X.pending_buf_size)){_e=1;break}_e=X.gzindex<X.gzhead.comment.length?255&X.gzhead.comment.charCodeAt(X.gzindex++):0,E(X,_e)}while(_e!==0);X.gzhead.hcrc&&X.pending>ae&&(e.adler=le(e.adler,X.pending_buf,X.pending-ae,ae)),_e===0&&(X.status=Te)}else X.status=Te;if(X.status===Te&&(X.gzhead.hcrc?(X.pending+2>X.pending_buf_size&&B(e),X.pending+2<=X.pending_buf_size&&(E(X,255&e.adler),E(X,e.adler>>8&255),e.adler=0,X.status=Oe)):X.status=Oe),X.pending!==0){if(B(e),e.avail_out===0)return X.last_flush=-1,0}else if(e.avail_in===0&&p(R)<=p(W)&&R!==4)return I(e,-5);if(X.status===Ae&&e.avail_in!==0)return I(e,-5);if(e.avail_in!==0||X.lookahead!==0||R!==0&&X.status!==Ae){var Me=X.strategy===2?function(e,R){for(var W;;){if(e.lookahead===0&&(y(e),e.lookahead===0)){if(R===0)return 1;break}if(e.match_length=0,W=ie._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++,W&&(C(e,!1),e.strm.avail_out===0))return 1}return e.insert=0,R===4?(C(e,!0),e.strm.avail_out===0?3:4):e.last_lit&&(C(e,!1),e.strm.avail_out===0)?1:2}(X,R):X.strategy===3?function(e,R){for(var W,Y,X,ae,le=e.window;;){if(e.lookahead<=be){if(y(e),e.lookahead<=be&&R===0)return 1;if(e.lookahead===0)break}if(e.match_length=0,e.lookahead>=3&&e.strstart>0&&(Y=le[X=e.strstart-1])===le[++X]&&Y===le[++X]&&Y===le[++X]){ae=e.strstart+be;do;while(Y===le[++X]&&Y===le[++X]&&Y===le[++X]&&Y===le[++X]&&Y===le[++X]&&Y===le[++X]&&Y===le[++X]&&Y===le[++X]&&X<ae);e.match_length=be-(ae-X),e.match_length>e.lookahead&&(e.match_length=e.lookahead)}if(e.match_length>=3?(W=ie._tr_tally(e,1,e.match_length-3),e.lookahead-=e.match_length,e.strstart+=e.match_length,e.match_length=0):(W=ie._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++),W&&(C(e,!1),e.strm.avail_out===0))return 1}return e.insert=0,R===4?(C(e,!0),e.strm.avail_out===0?3:4):e.last_lit&&(C(e,!1),e.strm.avail_out===0)?1:2}(X,R):Y[X.level].func(X,R);if(Me!==3&&Me!==4||(X.status=Ae),Me===1||Me===3)return e.avail_out===0&&(X.last_flush=-1),0;if(Me===2&&(R===1?ie._tr_align(X):R!==5&&(ie._tr_stored_block(X,0,0,!1),R===3&&(f(X.head),X.lookahead===0&&(X.strstart=0,X.block_start=0,X.insert=0))),B(e),e.avail_out===0))return X.last_flush=-1,0}return R===4?X.wrap<=0?1:(X.wrap===2?(E(X,255&e.adler),E(X,e.adler>>8&255),E(X,e.adler>>16&255),E(X,e.adler>>24&255),E(X,255&e.total_in),E(X,e.total_in>>8&255),E(X,e.total_in>>16&255),E(X,e.total_in>>24&255)):(Q(X,e.adler>>>16),Q(X,65535&e.adler)),B(e),X.wrap>0&&(X.wrap=-X.wrap),+(X.pending===0)):0},R.deflateEnd=function(e){var R;return e&&e.state?(R=e.state.status)!==42&&R!==69&&R!==73&&R!==91&&R!==Te&&R!==Oe&&R!==Ae?I(e,ye):(e.state=null,R===Oe?I(e,-3):0):ye},R.deflateSetDictionary=function(e,R){var W,Y,ie,le,_e,be,Ce,Te,Oe=R.length;if(!e||!e.state||(le=(W=e.state).wrap)===2||le===1&&W.status!==42||W.lookahead)return ye;for(le===1&&(e.adler=ae(e.adler,R,Oe,0)),W.wrap=0,Oe>=W.w_size&&(le===0&&(f(W.head),W.strstart=0,W.block_start=0,W.insert=0),Te=new X.Buf8(W.w_size),X.arraySet(Te,R,Oe-W.w_size,W.w_size,0),R=Te,Oe=W.w_size),_e=e.avail_in,be=e.next_in,Ce=e.input,e.avail_in=Oe,e.next_in=0,e.input=R,y(W);W.lookahead>=3;){Y=W.strstart,ie=W.lookahead-2;do W.ins_h=(W.ins_h<<W.hash_shift^W.window[Y+3-1])&W.hash_mask,W.prev[Y&W.w_mask]=W.head[W.ins_h],W.head[W.ins_h]=Y,Y++;while(--ie);W.strstart=Y,W.lookahead=2,y(W)}return W.strstart+=W.lookahead,W.block_start=W.strstart,W.insert=W.lookahead,W.lookahead=0,W.match_length=W.prev_length=2,W.match_available=0,e.next_in=be,e.input=Ce,e.avail_in=_e,W.wrap=le,0},R.deflateInfo=`pako deflate (from Nodeca project)`},414(e){e.exports=function(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name=``,this.comment=``,this.hcrc=0,this.done=!1}},442(e){e.exports=function(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg=``,this.state=null,this.data_type=2,this.adler=0}},447(e,R,W){var Y=W(805),X=W(269),ie=W(823),ae=W(293),le=W(998),_e=-2,ye=12,be=30;function g(e){return(e>>>24&255)+(e>>>8&65280)+((65280&e)<<8)+((255&e)<<24)}function d(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new Y.Buf16(320),this.work=new Y.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function h(e){var R;return e&&e.state?(R=e.state,e.total_in=e.total_out=R.total=0,e.msg=``,R.wrap&&(e.adler=1&R.wrap),R.mode=1,R.last=0,R.havedict=0,R.dmax=32768,R.head=null,R.hold=0,R.bits=0,R.lencode=R.lendyn=new Y.Buf32(852),R.distcode=R.distdyn=new Y.Buf32(592),R.sane=1,R.back=-1,0):_e}function u(e){var R;return e&&e.state?((R=e.state).wsize=0,R.whave=0,R.wnext=0,h(e)):_e}function I(e,R){var W,Y;return e&&e.state?(Y=e.state,R<0?(W=0,R=-R):(W=1+(R>>4),R<48&&(R&=15)),R&&(R<8||R>15)?_e:(Y.window!==null&&Y.wbits!==R&&(Y.window=null),Y.wrap=W,Y.wbits=R,u(e))):_e}function p(e,R){var W,Y;return e?(Y=new d,e.state=Y,Y.window=null,(W=I(e,R))!==0&&(e.state=null),W):_e}var Ce,Te,Oe=!0;function E(e){if(Oe){var R;for(Ce=new Y.Buf32(512),Te=new Y.Buf32(32),R=0;R<144;)e.lens[R++]=8;for(;R<256;)e.lens[R++]=9;for(;R<280;)e.lens[R++]=7;for(;R<288;)e.lens[R++]=8;for(le(1,e.lens,0,288,Ce,0,e.work,{bits:9}),R=0;R<32;)e.lens[R++]=5;le(2,e.lens,0,32,Te,0,e.work,{bits:5}),Oe=!1}e.lencode=Ce,e.lenbits=9,e.distcode=Te,e.distbits=5}function Q(e,R,W,X){var ie,ae=e.state;return ae.window===null&&(ae.wsize=1<<ae.wbits,ae.wnext=0,ae.whave=0,ae.window=new Y.Buf8(ae.wsize)),X>=ae.wsize?(Y.arraySet(ae.window,R,W-ae.wsize,ae.wsize,0),ae.wnext=0,ae.whave=ae.wsize):((ie=ae.wsize-ae.wnext)>X&&(ie=X),Y.arraySet(ae.window,R,W-X,ie,ae.wnext),(X-=ie)?(Y.arraySet(ae.window,R,W-X,X,0),ae.wnext=X,ae.whave=ae.wsize):(ae.wnext+=ie,ae.wnext===ae.wsize&&(ae.wnext=0),ae.whave<ae.wsize&&(ae.whave+=ie))),0}R.inflateReset=u,R.inflateReset2=I,R.inflateResetKeep=h,R.inflateInit=function(e){return p(e,15)},R.inflateInit2=p,R.inflate=function(e,R){var W,Ce,Te,Oe,Ae,Me,Pe,Re,Be,Ve,He,Ue,We,Ge,Ke,qe,Je,Ye,Xe,Ze,Qe,$e,et,tt,nt=0,rt=new Y.Buf8(4),it=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!e||!e.state||!e.output||!e.input&&e.avail_in!==0)return _e;(W=e.state).mode===ye&&(W.mode=13),Ae=e.next_out,Te=e.output,Pe=e.avail_out,Oe=e.next_in,Ce=e.input,Me=e.avail_in,Re=W.hold,Be=W.bits,Ve=Me,He=Pe,$e=0;e:for(;;)switch(W.mode){case 1:if(W.wrap===0){W.mode=13;break}for(;Be<16;){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}if(2&W.wrap&&Re===35615){W.check=0,rt[0]=255&Re,rt[1]=Re>>>8&255,W.check=ie(W.check,rt,2,0),Re=0,Be=0,W.mode=2;break}if(W.flags=0,W.head&&(W.head.done=!1),!(1&W.wrap)||(((255&Re)<<8)+(Re>>8))%31){e.msg=`incorrect header check`,W.mode=be;break}if((15&Re)!=8){e.msg=`unknown compression method`,W.mode=be;break}if(Be-=4,Qe=8+(15&(Re>>>=4)),W.wbits===0)W.wbits=Qe;else if(Qe>W.wbits){e.msg=`invalid window size`,W.mode=be;break}W.dmax=1<<Qe,e.adler=W.check=1,W.mode=512&Re?10:ye,Re=0,Be=0;break;case 2:for(;Be<16;){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}if(W.flags=Re,(255&W.flags)!=8){e.msg=`unknown compression method`,W.mode=be;break}if(57344&W.flags){e.msg=`unknown header flags set`,W.mode=be;break}W.head&&(W.head.text=Re>>8&1),512&W.flags&&(rt[0]=255&Re,rt[1]=Re>>>8&255,W.check=ie(W.check,rt,2,0)),Re=0,Be=0,W.mode=3;case 3:for(;Be<32;){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}W.head&&(W.head.time=Re),512&W.flags&&(rt[0]=255&Re,rt[1]=Re>>>8&255,rt[2]=Re>>>16&255,rt[3]=Re>>>24&255,W.check=ie(W.check,rt,4,0)),Re=0,Be=0,W.mode=4;case 4:for(;Be<16;){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}W.head&&(W.head.xflags=255&Re,W.head.os=Re>>8),512&W.flags&&(rt[0]=255&Re,rt[1]=Re>>>8&255,W.check=ie(W.check,rt,2,0)),Re=0,Be=0,W.mode=5;case 5:if(1024&W.flags){for(;Be<16;){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}W.length=Re,W.head&&(W.head.extra_len=Re),512&W.flags&&(rt[0]=255&Re,rt[1]=Re>>>8&255,W.check=ie(W.check,rt,2,0)),Re=0,Be=0}else W.head&&(W.head.extra=null);W.mode=6;case 6:if(1024&W.flags&&((Ue=W.length)>Me&&(Ue=Me),Ue&&(W.head&&(Qe=W.head.extra_len-W.length,W.head.extra||(W.head.extra=Array(W.head.extra_len)),Y.arraySet(W.head.extra,Ce,Oe,Ue,Qe)),512&W.flags&&(W.check=ie(W.check,Ce,Ue,Oe)),Me-=Ue,Oe+=Ue,W.length-=Ue),W.length))break e;W.length=0,W.mode=7;case 7:if(2048&W.flags){if(Me===0)break e;Ue=0;do Qe=Ce[Oe+ Ue++],W.head&&Qe&&W.length<65536&&(W.head.name+=String.fromCharCode(Qe));while(Qe&&Ue<Me);if(512&W.flags&&(W.check=ie(W.check,Ce,Ue,Oe)),Me-=Ue,Oe+=Ue,Qe)break e}else W.head&&(W.head.name=null);W.length=0,W.mode=8;case 8:if(4096&W.flags){if(Me===0)break e;Ue=0;do Qe=Ce[Oe+ Ue++],W.head&&Qe&&W.length<65536&&(W.head.comment+=String.fromCharCode(Qe));while(Qe&&Ue<Me);if(512&W.flags&&(W.check=ie(W.check,Ce,Ue,Oe)),Me-=Ue,Oe+=Ue,Qe)break e}else W.head&&(W.head.comment=null);W.mode=9;case 9:if(512&W.flags){for(;Be<16;){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}if(Re!==(65535&W.check)){e.msg=`header crc mismatch`,W.mode=be;break}Re=0,Be=0}W.head&&(W.head.hcrc=W.flags>>9&1,W.head.done=!0),e.adler=W.check=0,W.mode=ye;break;case 10:for(;Be<32;){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}e.adler=W.check=g(Re),Re=0,Be=0,W.mode=11;case 11:if(W.havedict===0)return e.next_out=Ae,e.avail_out=Pe,e.next_in=Oe,e.avail_in=Me,W.hold=Re,W.bits=Be,2;e.adler=W.check=1,W.mode=ye;case ye:if(R===5||R===6)break e;case 13:if(W.last){Re>>>=7&Be,Be-=7&Be,W.mode=27;break}for(;Be<3;){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}switch(W.last=1&Re,--Be,3&(Re>>>=1)){case 0:W.mode=14;break;case 1:if(E(W),W.mode=20,R===6){Re>>>=2,Be-=2;break e}break;case 2:W.mode=17;break;case 3:e.msg=`invalid block type`,W.mode=be}Re>>>=2,Be-=2;break;case 14:for(Re>>>=7&Be,Be-=7&Be;Be<32;){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}if((65535&Re)!=(Re>>>16^65535)){e.msg=`invalid stored block lengths`,W.mode=be;break}if(W.length=65535&Re,Re=0,Be=0,W.mode=15,R===6)break e;case 15:W.mode=16;case 16:if(Ue=W.length){if(Ue>Me&&(Ue=Me),Ue>Pe&&(Ue=Pe),Ue===0)break e;Y.arraySet(Te,Ce,Oe,Ue,Ae),Me-=Ue,Oe+=Ue,Pe-=Ue,Ae+=Ue,W.length-=Ue;break}W.mode=ye;break;case 17:for(;Be<14;){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}if(W.nlen=257+(31&Re),Re>>>=5,Be-=5,W.ndist=1+(31&Re),Re>>>=5,Be-=5,W.ncode=4+(15&Re),Re>>>=4,Be-=4,W.nlen>286||W.ndist>30){e.msg=`too many length or distance symbols`,W.mode=be;break}W.have=0,W.mode=18;case 18:for(;W.have<W.ncode;){for(;Be<3;){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}W.lens[it[W.have++]]=7&Re,Re>>>=3,Be-=3}for(;W.have<19;)W.lens[it[W.have++]]=0;if(W.lencode=W.lendyn,W.lenbits=7,et={bits:W.lenbits},$e=le(0,W.lens,0,19,W.lencode,0,W.work,et),W.lenbits=et.bits,$e){e.msg=`invalid code lengths set`,W.mode=be;break}W.have=0,W.mode=19;case 19:for(;W.have<W.nlen+W.ndist;){for(;qe=(nt=W.lencode[Re&(1<<W.lenbits)-1])>>>16&255,Je=65535&nt,!((Ke=nt>>>24)<=Be);){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}if(Je<16)Re>>>=Ke,Be-=Ke,W.lens[W.have++]=Je;else{if(Je===16){for(tt=Ke+2;Be<tt;){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}if(Re>>>=Ke,Be-=Ke,W.have===0){e.msg=`invalid bit length repeat`,W.mode=be;break}Qe=W.lens[W.have-1],Ue=3+(3&Re),Re>>>=2,Be-=2}else if(Je===17){for(tt=Ke+3;Be<tt;){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}Be-=Ke,Qe=0,Ue=3+(7&(Re>>>=Ke)),Re>>>=3,Be-=3}else{for(tt=Ke+7;Be<tt;){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}Be-=Ke,Qe=0,Ue=11+(127&(Re>>>=Ke)),Re>>>=7,Be-=7}if(W.have+Ue>W.nlen+W.ndist){e.msg=`invalid bit length repeat`,W.mode=be;break}for(;Ue--;)W.lens[W.have++]=Qe}}if(W.mode===be)break;if(W.lens[256]===0){e.msg=`invalid code -- missing end-of-block`,W.mode=be;break}if(W.lenbits=9,et={bits:W.lenbits},$e=le(1,W.lens,0,W.nlen,W.lencode,0,W.work,et),W.lenbits=et.bits,$e){e.msg=`invalid literal/lengths set`,W.mode=be;break}if(W.distbits=6,W.distcode=W.distdyn,et={bits:W.distbits},$e=le(2,W.lens,W.nlen,W.ndist,W.distcode,0,W.work,et),W.distbits=et.bits,$e){e.msg=`invalid distances set`,W.mode=be;break}if(W.mode=20,R===6)break e;case 20:W.mode=21;case 21:if(Me>=6&&Pe>=258){e.next_out=Ae,e.avail_out=Pe,e.next_in=Oe,e.avail_in=Me,W.hold=Re,W.bits=Be,ae(e,He),Ae=e.next_out,Te=e.output,Pe=e.avail_out,Oe=e.next_in,Ce=e.input,Me=e.avail_in,Re=W.hold,Be=W.bits,W.mode===ye&&(W.back=-1);break}for(W.back=0;qe=(nt=W.lencode[Re&(1<<W.lenbits)-1])>>>16&255,Je=65535&nt,!((Ke=nt>>>24)<=Be);){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}if(qe&&!(240&qe)){for(Ye=Ke,Xe=qe,Ze=Je;qe=(nt=W.lencode[Ze+((Re&(1<<Ye+Xe)-1)>>Ye)])>>>16&255,Je=65535&nt,!(Ye+(Ke=nt>>>24)<=Be);){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}Re>>>=Ye,Be-=Ye,W.back+=Ye}if(Re>>>=Ke,Be-=Ke,W.back+=Ke,W.length=Je,qe===0){W.mode=26;break}if(32&qe){W.back=-1,W.mode=ye;break}if(64&qe){e.msg=`invalid literal/length code`,W.mode=be;break}W.extra=15&qe,W.mode=22;case 22:if(W.extra){for(tt=W.extra;Be<tt;){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}W.length+=Re&(1<<W.extra)-1,Re>>>=W.extra,Be-=W.extra,W.back+=W.extra}W.was=W.length,W.mode=23;case 23:for(;qe=(nt=W.distcode[Re&(1<<W.distbits)-1])>>>16&255,Je=65535&nt,!((Ke=nt>>>24)<=Be);){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}if(!(240&qe)){for(Ye=Ke,Xe=qe,Ze=Je;qe=(nt=W.distcode[Ze+((Re&(1<<Ye+Xe)-1)>>Ye)])>>>16&255,Je=65535&nt,!(Ye+(Ke=nt>>>24)<=Be);){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}Re>>>=Ye,Be-=Ye,W.back+=Ye}if(Re>>>=Ke,Be-=Ke,W.back+=Ke,64&qe){e.msg=`invalid distance code`,W.mode=be;break}W.offset=Je,W.extra=15&qe,W.mode=24;case 24:if(W.extra){for(tt=W.extra;Be<tt;){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}W.offset+=Re&(1<<W.extra)-1,Re>>>=W.extra,Be-=W.extra,W.back+=W.extra}if(W.offset>W.dmax){e.msg=`invalid distance too far back`,W.mode=be;break}W.mode=25;case 25:if(Pe===0)break e;if(Ue=He-Pe,W.offset>Ue){if((Ue=W.offset-Ue)>W.whave&&W.sane){e.msg=`invalid distance too far back`,W.mode=be;break}Ue>W.wnext?(Ue-=W.wnext,We=W.wsize-Ue):We=W.wnext-Ue,Ue>W.length&&(Ue=W.length),Ge=W.window}else Ge=Te,We=Ae-W.offset,Ue=W.length;Ue>Pe&&(Ue=Pe),Pe-=Ue,W.length-=Ue;do Te[Ae++]=Ge[We++];while(--Ue);W.length===0&&(W.mode=21);break;case 26:if(Pe===0)break e;Te[Ae++]=W.length,Pe--,W.mode=21;break;case 27:if(W.wrap){for(;Be<32;){if(Me===0)break e;Me--,Re|=Ce[Oe++]<<Be,Be+=8}if(He-=Pe,e.total_out+=He,W.total+=He,He&&(e.adler=W.check=W.flags?ie(W.check,Te,He,Ae-He):X(W.check,Te,He,Ae-He)),He=Pe,(W.flags?Re:g(Re))!==W.check){e.msg=`incorrect data check`,W.mode=be;break}Re=0,Be=0}W.mode=28;case 28:if(W.wrap&&W.flags){for(;Be<32;){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}if(Re!==(4294967295&W.total)){e.msg=`incorrect length check`,W.mode=be;break}Re=0,Be=0}W.mode=29;case 29:$e=1;break e;case be:$e=-3;break e;case 31:return-4;default:return _e}return e.next_out=Ae,e.avail_out=Pe,e.next_in=Oe,e.avail_in=Me,W.hold=Re,W.bits=Be,(W.wsize||He!==e.avail_out&&W.mode<be&&(W.mode<27||R!==4))&&Q(e,e.output,e.next_out,He-e.avail_out)?(W.mode=31,-4):(Ve-=e.avail_in,He-=e.avail_out,e.total_in+=Ve,e.total_out+=He,W.total+=He,W.wrap&&He&&(e.adler=W.check=W.flags?ie(W.check,Te,He,e.next_out-He):X(W.check,Te,He,e.next_out-He)),e.data_type=W.bits+(W.last?64:0)+(W.mode===ye?128:0)+(W.mode===20||W.mode===15?256:0),(Ve===0&&He===0||R===4)&&$e===0&&($e=-5),$e)},R.inflateEnd=function(e){if(!e||!e.state)return _e;var R=e.state;return R.window&&=null,e.state=null,0},R.inflateGetHeader=function(e,R){var W;return e&&e.state&&2&(W=e.state).wrap?(W.head=R,R.done=!1,0):_e},R.inflateSetDictionary=function(e,R){var W,Y=R.length;return e&&e.state?(W=e.state).wrap!==0&&W.mode!==11?_e:W.mode===11&&X(1,R,Y,0)!==W.check?-3:Q(e,R,Y,Y)?(W.mode=31,-4):(W.havedict=1,0):_e},R.inflateInfo=`pako inflate (from Nodeca project)`},665(e,R,W){var Y=W(805);function n(e){for(var R=e.length;--R>=0;)e[R]=0}var X=256,ie=286,ae=30,le=15,_e=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],ye=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],be=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],Ce=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],Te=Array(576);n(Te);var Oe=Array(60);n(Oe);var Ae=Array(512);n(Ae);var Me=Array(256);n(Me);var Pe=Array(29);n(Pe);var Re,Be,Ve,He=Array(ae);function m(e,R,W,Y,X){this.static_tree=e,this.extra_bits=R,this.extra_base=W,this.elems=Y,this.max_length=X,this.has_stree=e&&e.length}function y(e,R){this.dyn_tree=e,this.max_code=0,this.stat_desc=R}function w(e){return e<256?Ae[e]:Ae[256+(e>>>7)]}function _(e,R){e.pending_buf[e.pending++]=255&R,e.pending_buf[e.pending++]=R>>>8&255}function v(e,R,W){e.bi_valid>16-W?(e.bi_buf|=R<<e.bi_valid&65535,_(e,e.bi_buf),e.bi_buf=R>>16-e.bi_valid,e.bi_valid+=W-16):(e.bi_buf|=R<<e.bi_valid&65535,e.bi_valid+=W)}function b(e,R,W){v(e,W[2*R],W[2*R+1])}function k(e,R){var W=0;do W|=1&e,e>>>=1,W<<=1;while(--R>0);return W>>>1}function D(e,R,W){var Y,X,ie=Array(16),ae=0;for(Y=1;Y<=le;Y++)ie[Y]=ae=ae+W[Y-1]<<1;for(X=0;X<=R;X++){var _e=e[2*X+1];_e!==0&&(e[2*X]=k(ie[_e]++,_e))}}function S(e){var R;for(R=0;R<ie;R++)e.dyn_ltree[2*R]=0;for(R=0;R<ae;R++)e.dyn_dtree[2*R]=0;for(R=0;R<19;R++)e.bl_tree[2*R]=0;e.dyn_ltree[512]=1,e.opt_len=e.static_len=0,e.last_lit=e.matches=0}function x(e){e.bi_valid>8?_(e,e.bi_buf):e.bi_valid>0&&(e.pending_buf[e.pending++]=e.bi_buf),e.bi_buf=0,e.bi_valid=0}function z(e,R,W,Y){var X=2*R,ie=2*W;return e[X]<e[ie]||e[X]===e[ie]&&Y[R]<=Y[W]}function F(e,R,W){for(var Y=e.heap[W],X=W<<1;X<=e.heap_len&&(X<e.heap_len&&z(R,e.heap[X+1],e.heap[X],e.depth)&&X++,!z(R,Y,e.heap[X],e.depth));)e.heap[W]=e.heap[X],W=X,X<<=1;e.heap[W]=Y}function L(e,R,W){var Y,ie,ae,le,be=0;if(e.last_lit!==0)do Y=e.pending_buf[e.d_buf+2*be]<<8|e.pending_buf[e.d_buf+2*be+1],ie=e.pending_buf[e.l_buf+be],be++,Y===0?b(e,ie,R):(b(e,(ae=Me[ie])+X+1,R),(le=_e[ae])!==0&&v(e,ie-=Pe[ae],le),b(e,ae=w(--Y),W),(le=ye[ae])!==0&&v(e,Y-=He[ae],le));while(be<e.last_lit);b(e,256,R)}function N(e,R){var W,Y,X,ie=R.dyn_tree,ae=R.stat_desc.static_tree,_e=R.stat_desc.has_stree,ye=R.stat_desc.elems,be=-1;for(e.heap_len=0,e.heap_max=573,W=0;W<ye;W++)ie[2*W]===0?ie[2*W+1]=0:(e.heap[++e.heap_len]=be=W,e.depth[W]=0);for(;e.heap_len<2;)ie[2*(X=e.heap[++e.heap_len]=be<2?++be:0)]=1,e.depth[X]=0,e.opt_len--,_e&&(e.static_len-=ae[2*X+1]);for(R.max_code=be,W=e.heap_len>>1;W>=1;W--)F(e,ie,W);X=ye;do W=e.heap[1],e.heap[1]=e.heap[e.heap_len--],F(e,ie,1),Y=e.heap[1],e.heap[--e.heap_max]=W,e.heap[--e.heap_max]=Y,ie[2*X]=ie[2*W]+ie[2*Y],e.depth[X]=(e.depth[W]>=e.depth[Y]?e.depth[W]:e.depth[Y])+1,ie[2*W+1]=ie[2*Y+1]=X,e.heap[1]=X++,F(e,ie,1);while(e.heap_len>=2);e.heap[--e.heap_max]=e.heap[1],function(e,R){var W,Y,X,ie,ae,_e,ye=R.dyn_tree,be=R.max_code,Ce=R.stat_desc.static_tree,Te=R.stat_desc.has_stree,Oe=R.stat_desc.extra_bits,Ae=R.stat_desc.extra_base,Me=R.stat_desc.max_length,Pe=0;for(ie=0;ie<=le;ie++)e.bl_count[ie]=0;for(ye[2*e.heap[e.heap_max]+1]=0,W=e.heap_max+1;W<573;W++)(ie=ye[2*ye[2*(Y=e.heap[W])+1]+1]+1)>Me&&(ie=Me,Pe++),ye[2*Y+1]=ie,Y>be||(e.bl_count[ie]++,ae=0,Y>=Ae&&(ae=Oe[Y-Ae]),_e=ye[2*Y],e.opt_len+=_e*(ie+ae),Te&&(e.static_len+=_e*(Ce[2*Y+1]+ae)));if(Pe!==0){do{for(ie=Me-1;e.bl_count[ie]===0;)ie--;e.bl_count[ie]--,e.bl_count[ie+1]+=2,e.bl_count[Me]--,Pe-=2}while(Pe>0);for(ie=Me;ie!==0;ie--)for(Y=e.bl_count[ie];Y!==0;)(X=e.heap[--W])>be||(ye[2*X+1]!==ie&&(e.opt_len+=(ie-ye[2*X+1])*ye[2*X],ye[2*X+1]=ie),Y--)}}(e,R),D(ie,be,e.bl_count)}function G(e,R,W){var Y,X,ie=-1,ae=R[1],le=0,_e=7,ye=4;for(ae===0&&(_e=138,ye=3),R[2*(W+1)+1]=65535,Y=0;Y<=W;Y++)X=ae,ae=R[2*(Y+1)+1],++le<_e&&X===ae||(le<ye?e.bl_tree[2*X]+=le:X===0?le<=10?e.bl_tree[34]++:e.bl_tree[36]++:(X!==ie&&e.bl_tree[2*X]++,e.bl_tree[32]++),le=0,ie=X,ae===0?(_e=138,ye=3):X===ae?(_e=6,ye=3):(_e=7,ye=4))}function T(e,R,W){var Y,X,ie=-1,ae=R[1],le=0,_e=7,ye=4;for(ae===0&&(_e=138,ye=3),Y=0;Y<=W;Y++)if(X=ae,ae=R[2*(Y+1)+1],!(++le<_e&&X===ae)){if(le<ye)do b(e,X,e.bl_tree);while(--le!=0);else X===0?le<=10?(b(e,17,e.bl_tree),v(e,le-3,3)):(b(e,18,e.bl_tree),v(e,le-11,7)):(X!==ie&&(b(e,X,e.bl_tree),le--),b(e,16,e.bl_tree),v(e,le-3,2));le=0,ie=X,ae===0?(_e=138,ye=3):X===ae?(_e=6,ye=3):(_e=7,ye=4)}}n(He);var Ue=!1;function M(e,R,W,X){v(e,0+ +!!X,3),function(e,R,W,X){x(e),X&&(_(e,W),_(e,~W)),Y.arraySet(e.pending_buf,e.window,R,W,e.pending),e.pending+=W}(e,R,W,!0)}R._tr_init=function(e){Ue||=(function(){var e,R,W,Y,X,Ce=Array(16);for(W=0,Y=0;Y<28;Y++)for(Pe[Y]=W,e=0;e<1<<_e[Y];e++)Me[W++]=Y;for(Me[W-1]=Y,X=0,Y=0;Y<16;Y++)for(He[Y]=X,e=0;e<1<<ye[Y];e++)Ae[X++]=Y;for(X>>=7;Y<ae;Y++)for(He[Y]=X<<7,e=0;e<1<<ye[Y]-7;e++)Ae[256+ X++]=Y;for(R=0;R<=le;R++)Ce[R]=0;for(e=0;e<=143;)Te[2*e+1]=8,e++,Ce[8]++;for(;e<=255;)Te[2*e+1]=9,e++,Ce[9]++;for(;e<=279;)Te[2*e+1]=7,e++,Ce[7]++;for(;e<=287;)Te[2*e+1]=8,e++,Ce[8]++;for(D(Te,287,Ce),e=0;e<ae;e++)Oe[2*e+1]=5,Oe[2*e]=k(e,5);Re=new m(Te,_e,257,ie,le),Be=new m(Oe,ye,0,ae,le),Ve=new m([],be,0,19,7)}(),!0),e.l_desc=new y(e.dyn_ltree,Re),e.d_desc=new y(e.dyn_dtree,Be),e.bl_desc=new y(e.bl_tree,Ve),e.bi_buf=0,e.bi_valid=0,S(e)},R._tr_stored_block=M,R._tr_flush_block=function(e,R,W,Y){var ie,ae,le=0;e.level>0?(e.strm.data_type===2&&(e.strm.data_type=function(e){var R,W=4093624447;for(R=0;R<=31;R++,W>>>=1)if(1&W&&e.dyn_ltree[2*R]!==0)return 0;if(e.dyn_ltree[18]!==0||e.dyn_ltree[20]!==0||e.dyn_ltree[26]!==0)return 1;for(R=32;R<X;R++)if(e.dyn_ltree[2*R]!==0)return 1;return 0}(e)),N(e,e.l_desc),N(e,e.d_desc),le=function(e){var R;for(G(e,e.dyn_ltree,e.l_desc.max_code),G(e,e.dyn_dtree,e.d_desc.max_code),N(e,e.bl_desc),R=18;R>=3&&e.bl_tree[2*Ce[R]+1]===0;R--);return e.opt_len+=3*(R+1)+5+5+4,R}(e),ie=e.opt_len+3+7>>>3,(ae=e.static_len+3+7>>>3)<=ie&&(ie=ae)):ie=ae=W+5,W+4<=ie&&R!==-1?M(e,R,W,Y):e.strategy===4||ae===ie?(v(e,2+ +!!Y,3),L(e,Te,Oe)):(v(e,4+ +!!Y,3),function(e,R,W,Y){var X;for(v(e,R-257,5),v(e,W-1,5),v(e,Y-4,4),X=0;X<Y;X++)v(e,e.bl_tree[2*Ce[X]+1],3);T(e,e.dyn_ltree,R-1),T(e,e.dyn_dtree,W-1)}(e,e.l_desc.max_code+1,e.d_desc.max_code+1,le+1),L(e,e.dyn_ltree,e.dyn_dtree)),S(e),Y&&x(e)},R._tr_tally=function(e,R,W){return e.pending_buf[e.d_buf+2*e.last_lit]=R>>>8&255,e.pending_buf[e.d_buf+2*e.last_lit+1]=255&R,e.pending_buf[e.l_buf+e.last_lit]=255&W,e.last_lit++,R===0?e.dyn_ltree[2*W]++:(e.matches++,R--,e.dyn_ltree[2*(Me[W]+X+1)]++,e.dyn_dtree[2*w(R)]++),e.last_lit===e.lit_bufsize-1},R._tr_align=function(e){v(e,2,3),b(e,256,Te),function(e){e.bi_valid===16?(_(e,e.bi_buf),e.bi_buf=0,e.bi_valid=0):e.bi_valid>=8&&(e.pending_buf[e.pending++]=255&e.bi_buf,e.bi_buf>>=8,e.bi_valid-=8)}(e)}},668(e,R,W){var Y={};(0,W(805).assign)(Y,W(303),W(83),W(681)),e.exports=Y},674(e){e.exports={2:`need dictionary`,1:`stream end`,0:``,"-1":`file error`,"-2":`stream error`,"-3":`data error`,"-4":`insufficient memory`,"-5":`buffer error`,"-6":`incompatible version`}},681(e){e.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}},805(e,R){var W=typeof Uint8Array<`u`&&typeof Uint16Array<`u`&&typeof Int32Array<`u`;function i(e,R){return Object.prototype.hasOwnProperty.call(e,R)}R.assign=function(e){for(var R=Array.prototype.slice.call(arguments,1);R.length;){var W=R.shift();if(W){if(typeof W!=`object`)throw TypeError(W+`must be non-object`);for(var Y in W)i(W,Y)&&(e[Y]=W[Y])}}return e},R.shrinkBuf=function(e,R){return e.length===R?e:e.subarray?e.subarray(0,R):(e.length=R,e)};var Y={arraySet:function(e,R,W,Y,X){if(R.subarray&&e.subarray)e.set(R.subarray(W,W+Y),X);else for(var ie=0;ie<Y;ie++)e[X+ie]=R[W+ie]},flattenChunks:function(e){var R,W,Y,X,ie,ae;for(Y=0,R=0,W=e.length;R<W;R++)Y+=e[R].length;for(ae=new Uint8Array(Y),X=0,R=0,W=e.length;R<W;R++)ie=e[R],ae.set(ie,X),X+=ie.length;return ae}},X={arraySet:function(e,R,W,Y,X){for(var ie=0;ie<Y;ie++)e[X+ie]=R[W+ie]},flattenChunks:function(e){return[].concat.apply([],e)}};R.setTyped=function(e){e?(R.Buf8=Uint8Array,R.Buf16=Uint16Array,R.Buf32=Int32Array,R.assign(R,Y)):(R.Buf8=Array,R.Buf16=Array,R.Buf32=Array,R.assign(R,X))},R.setTyped(W)},823(e){var R=function(){for(var e,R=[],W=0;W<256;W++){e=W;for(var Y=0;Y<8;Y++)e=1&e?3988292384^e>>>1:e>>>1;R[W]=e}return R}();e.exports=function(e,W,Y,X){var ie=R,ae=X+Y;e^=-1;for(var le=X;le<ae;le++)e=e>>>8^ie[255&(e^W[le])];return~e}},996(e,R,W){var Y=W(805),X=!0,ie=!0;try{String.fromCharCode.apply(null,[0])}catch{X=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch{ie=!1}for(var ae=new Y.Buf8(256),le=0;le<256;le++)ae[le]=le>=252?6:le>=248?5:le>=240?4:le>=224?3:le>=192?2:1;function a(e,R){if(R<65534&&(e.subarray&&ie||!e.subarray&&X))return String.fromCharCode.apply(null,Y.shrinkBuf(e,R));for(var W=``,ae=0;ae<R;ae++)W+=String.fromCharCode(e[ae]);return W}ae[254]=ae[254]=1,R.string2buf=function(e){var R,W,X,ie,ae,le=e.length,_e=0;for(ie=0;ie<le;ie++)(64512&(W=e.charCodeAt(ie)))==55296&&ie+1<le&&(64512&(X=e.charCodeAt(ie+1)))==56320&&(W=65536+(W-55296<<10)+(X-56320),ie++),_e+=W<128?1:W<2048?2:W<65536?3:4;for(R=new Y.Buf8(_e),ae=0,ie=0;ae<_e;ie++)(64512&(W=e.charCodeAt(ie)))==55296&&ie+1<le&&(64512&(X=e.charCodeAt(ie+1)))==56320&&(W=65536+(W-55296<<10)+(X-56320),ie++),W<128?R[ae++]=W:W<2048?(R[ae++]=192|W>>>6,R[ae++]=128|63&W):W<65536?(R[ae++]=224|W>>>12,R[ae++]=128|W>>>6&63,R[ae++]=128|63&W):(R[ae++]=240|W>>>18,R[ae++]=128|W>>>12&63,R[ae++]=128|W>>>6&63,R[ae++]=128|63&W);return R},R.buf2binstring=function(e){return a(e,e.length)},R.binstring2buf=function(e){for(var R=new Y.Buf8(e.length),W=0,X=R.length;W<X;W++)R[W]=e.charCodeAt(W);return R},R.buf2string=function(e,R){var W,Y,X,ie,le=R||e.length,_e=Array(2*le);for(Y=0,W=0;W<le;)if((X=e[W++])<128)_e[Y++]=X;else if((ie=ae[X])>4)_e[Y++]=65533,W+=ie-1;else{for(X&=ie===2?31:ie===3?15:7;ie>1&&W<le;)X=X<<6|63&e[W++],ie--;ie>1?_e[Y++]=65533:X<65536?_e[Y++]=X:(X-=65536,_e[Y++]=55296|X>>10&1023,_e[Y++]=56320|1023&X)}return a(_e,Y)},R.utf8border=function(e,R){var W;for((R||=e.length)>e.length&&(R=e.length),W=R-1;W>=0&&(192&e[W])==128;)W--;return W<0||W===0?R:W+ae[e[W]]>R?W:R}},998(e,R,W){var Y=W(805),X=15,ie=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],ae=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78],le=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],_e=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];e.exports=function(e,R,W,ye,be,Ce,Te,Oe){var Ae,Me,Pe,Re,Be,Ve,He,Ue,We,Ge=Oe.bits,Ke=0,qe=0,Je=0,Ye=0,Xe=0,Ze=0,Qe=0,$e=0,et=0,tt=0,nt=null,rt=0,it=new Y.Buf16(16),at=new Y.Buf16(16),st=null,ct=0;for(Ke=0;Ke<=X;Ke++)it[Ke]=0;for(qe=0;qe<ye;qe++)it[R[W+qe]]++;for(Xe=Ge,Ye=X;Ye>=1&&it[Ye]===0;Ye--);if(Xe>Ye&&(Xe=Ye),Ye===0)return be[Ce++]=20971520,be[Ce++]=20971520,Oe.bits=1,0;for(Je=1;Je<Ye&&it[Je]===0;Je++);for(Xe<Je&&(Xe=Je),$e=1,Ke=1;Ke<=X;Ke++)if($e<<=1,($e-=it[Ke])<0)return-1;if($e>0&&(e===0||Ye!==1))return-1;for(at[1]=0,Ke=1;Ke<X;Ke++)at[Ke+1]=at[Ke]+it[Ke];for(qe=0;qe<ye;qe++)R[W+qe]!==0&&(Te[at[R[W+qe]]++]=qe);if(e===0?(nt=st=Te,Ve=19):e===1?(nt=ie,rt-=257,st=ae,ct-=257,Ve=256):(nt=le,st=_e,Ve=-1),tt=0,qe=0,Ke=Je,Be=Ce,Ze=Xe,Qe=0,Pe=-1,Re=(et=1<<Xe)-1,e===1&&et>852||e===2&&et>592)return 1;for(;;){He=Ke-Qe,Te[qe]<Ve?(Ue=0,We=Te[qe]):Te[qe]>Ve?(Ue=st[ct+Te[qe]],We=nt[rt+Te[qe]]):(Ue=96,We=0),Ae=1<<Ke-Qe,Je=Me=1<<Ze;do be[Be+(tt>>Qe)+(Me-=Ae)]=He<<24|Ue<<16|We;while(Me!==0);for(Ae=1<<Ke-1;tt&Ae;)Ae>>=1;if(Ae===0?tt=0:(tt&=Ae-1,tt+=Ae),qe++,--it[Ke]==0){if(Ke===Ye)break;Ke=R[W+Te[qe]]}if(Ke>Xe&&(tt&Re)!==Pe){for(Qe===0&&(Qe=Xe),Be+=Je,$e=1<<(Ze=Ke-Qe);Ze+Qe<Ye&&!(($e-=it[Ze+Qe])<=0);)Ze++,$e<<=1;if(et+=1<<Ze,e===1&&et>852||e===2&&et>592)return 1;be[Pe=tt&Re]=Xe<<24|Ze<<16|Be-Ce}}return tt!==0&&(be[Be+tt]=Ke-Qe<<24|64<<16),Oe.bits=Xe,0}}},sm={};function S(e){var R=sm[e];if(R!==void 0)return R.exports;var W=sm[e]={exports:{}};return om[e](W,W.exports,S),W.exports}S.d=(e,R)=>{for(var W in R)S.o(R,W)&&!S.o(e,W)&&Object.defineProperty(e,W,{enumerable:!0,get:R[W]})},S.o=(e,R)=>Object.prototype.hasOwnProperty.call(e,R),S.r=e=>{typeof Symbol<`u`&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:`Module`}),Object.defineProperty(e,`__esModule`,{value:!0})};var cm={};S.r(cm),S.d(cm,{base64:()=>Jm,base64url:()=>Ym,bigint:()=>th,boolean:()=>ih,browserEmail:()=>Um,cidrv4:()=>Km,cidrv6:()=>qm,cuid:()=>Em,cuid2:()=>Dm,date:()=>eh,datetime:()=>ft,domain:()=>Zm,duration:()=>Mm,e164:()=>Qm,email:()=>Rm,emoji:()=>At,extendedDuration:()=>Nm,guid:()=>Pm,hex:()=>lh,hostname:()=>Xm,html5Email:()=>zm,idnEmail:()=>Hm,integer:()=>nh,ipv4:()=>Wm,ipv6:()=>Gm,ksuid:()=>Am,lowercase:()=>sh,mac:()=>ot,md5_base64:()=>dh,md5_base64url:()=>fh,md5_hex:()=>uh,nanoid:()=>jm,null:()=>ah,number:()=>rh,rfc5322Email:()=>Bm,sha1_base64:()=>mh,sha1_base64url:()=>hh,sha1_hex:()=>ph,sha256_base64:()=>_h,sha256_base64url:()=>vh,sha256_hex:()=>gh,sha384_base64:()=>bh,sha384_base64url:()=>xh,sha384_hex:()=>yh,sha512_base64:()=>Ch,sha512_base64url:()=>wh,sha512_hex:()=>Sh,string:()=>Bt,time:()=>pt,ulid:()=>Om,undefined:()=>oh,unicodeEmail:()=>Vm,uppercase:()=>ch,uuid:()=>je,uuid4:()=>Fm,uuid6:()=>Im,uuid7:()=>Lm,xid:()=>km});var lm={};S.r(lm),S.d(lm,{endsWith:()=>Pn,gt:()=>Sn,gte:()=>xn,includes:()=>Yn,length:()=>Jn,lowercase:()=>qn,lt:()=>kn,lte:()=>Dn,maxLength:()=>On,maxSize:()=>Tn,mime:()=>Kn,minLength:()=>Un,minSize:()=>Rn,multipleOf:()=>Gn,negative:()=>Fn,nonnegative:()=>Nn,nonpositive:()=>Ln,normalize:()=>Vn,overwrite:()=>Wn,positive:()=>zn,property:()=>$n,regex:()=>Zn,size:()=>Mn,slugify:()=>Ao,startsWith:()=>Hn,toLowerCase:()=>eo,toUpperCase:()=>to,trim:()=>Xn,uppercase:()=>jn});var um={};S.r(um),S.d(um,{ZodISODate:()=>b_,ZodISODateTime:()=>y_,ZodISODuration:()=>S_,ZodISOTime:()=>x_,date:()=>Xo,datetime:()=>Wo,duration:()=>is,time:()=>ts});var dm={};S.r(dm),S.d(dm,{ZodAny:()=>hv,ZodArray:()=>bv,ZodBase64:()=>nv,ZodBase64URL:()=>rv,ZodBigInt:()=>uv,ZodBigIntFormat:()=>dv,ZodBoolean:()=>lv,ZodCIDRv4:()=>ev,ZodCIDRv6:()=>tv,ZodCUID:()=>K_,ZodCUID2:()=>q_,ZodCatch:()=>Bv,ZodCodec:()=>Uv,ZodCustom:()=>Yv,ZodCustomStringFormat:()=>ov,ZodDate:()=>yv,ZodDefault:()=>Iv,ZodDiscriminatedUnion:()=>wv,ZodE164:()=>iv,ZodEmail:()=>B_,ZodEmoji:()=>W_,ZodEnum:()=>Av,ZodFile:()=>Mv,ZodFunction:()=>Jv,ZodGUID:()=>V_,ZodIPv4:()=>Z_,ZodIPv6:()=>$_,ZodIntersection:()=>Tv,ZodJWT:()=>av,ZodKSUID:()=>X_,ZodLazy:()=>Kv,ZodLiteral:()=>jv,ZodMAC:()=>Q_,ZodMap:()=>Ov,ZodNaN:()=>Vv,ZodNanoID:()=>G_,ZodNever:()=>_v,ZodNonOptional:()=>Rv,ZodNull:()=>mv,ZodNullable:()=>Fv,ZodNumber:()=>sv,ZodNumberFormat:()=>cv,ZodObject:()=>xv,ZodOptional:()=>Pv,ZodPipe:()=>Hv,ZodPrefault:()=>Lv,ZodPromise:()=>qv,ZodReadonly:()=>Wv,ZodRecord:()=>Dv,ZodSet:()=>kv,ZodString:()=>R_,ZodStringFormat:()=>z_,ZodSuccess:()=>zv,ZodSymbol:()=>fv,ZodTemplateLiteral:()=>Gv,ZodTransform:()=>Nv,ZodTuple:()=>Ev,ZodType:()=>I_,ZodULID:()=>J_,ZodURL:()=>U_,ZodUUID:()=>H_,ZodUndefined:()=>pv,ZodUnion:()=>Sv,ZodUnknown:()=>gv,ZodVoid:()=>vv,ZodXID:()=>Y_,ZodXor:()=>Cv,_ZodString:()=>L_,_default:()=>Na,_function:()=>ol,any:()=>Or,array:()=>Kr,base64:()=>sr,base64url:()=>ar,bigint:()=>Dr,boolean:()=>br,catch:()=>Za,check:()=>rl,cidrv4:()=>Ar,cidrv6:()=>nr,codec:()=>$a,cuid:()=>Os,cuid2:()=>Js,custom:()=>al,date:()=>Pr,describe:()=>gl,discriminatedUnion:()=>ra,e164:()=>cr,email:()=>ws,emoji:()=>Gs,enum:()=>Qa,file:()=>va,float32:()=>mr,float64:()=>yr,function:()=>ol,guid:()=>vs,hash:()=>fr,hex:()=>pr,hostname:()=>Ir,httpUrl:()=>Ls,instanceof:()=>hl,int:()=>Qr,int32:()=>wr,int64:()=>xr,intersection:()=>la,ipv4:()=>Ks,ipv6:()=>er,json:()=>Il,jwt:()=>dr,keyof:()=>Wr,ksuid:()=>Ps,lazy:()=>tl,literal:()=>wa,looseObject:()=>ta,looseRecord:()=>Ia,mac:()=>Vs,map:()=>fa,meta:()=>dl,nan:()=>ja,nanoid:()=>Rs,nativeEnum:()=>ma,never:()=>qr,nonoptional:()=>Ma,null:()=>Rr,nullable:()=>za,nullish:()=>Fa,number:()=>Cr,object:()=>Xr,optional:()=>Sa,partialRecord:()=>ua,pipe:()=>Ha,prefault:()=>Ta,preprocess:()=>pl,promise:()=>il,readonly:()=>Wa,record:()=>ha,refine:()=>ll,set:()=>Ca,strictObject:()=>ea,string:()=>Qs,stringFormat:()=>ur,stringbool:()=>ul,success:()=>Ua,superRefine:()=>cl,symbol:()=>Lr,templateLiteral:()=>Xa,transform:()=>ka,tuple:()=>ga,uint32:()=>_r,uint64:()=>zr,ulid:()=>qs,undefined:()=>Gr,union:()=>ia,unknown:()=>Jr,url:()=>Fs,uuid:()=>ks,uuidv4:()=>Ds,uuidv6:()=>Ss,uuidv7:()=>xs,void:()=>Yr,xid:()=>Ys,xor:()=>oa}),Object.freeze({status:`aborted`});function N(e,R,W){function i(W,Y){if(W._zod||Object.defineProperty(W,`_zod`,{value:{def:Y,constr:s,traits:new Set},enumerable:!1}),W._zod.traits.has(e))return;W._zod.traits.add(e),R(W,Y);let X=s.prototype,ie=Object.keys(X);for(let e=0;e<ie.length;e++){let R=ie[e];R in W||(W[R]=X[R].bind(W))}}let Y=W?.Parent??Object;class o extends Y{}function s(e){var R;let Y=W?.Parent?new o:this;i(Y,e),(R=Y._zod).deferred??(R.deferred=[]);for(let e of Y._zod.deferred)e();return Y}return Object.defineProperty(o,`name`,{value:e}),Object.defineProperty(s,`init`,{value:i}),Object.defineProperty(s,Symbol.hasInstance,{value:R=>!!(W?.Parent&&R instanceof W.Parent)||R?._zod?.traits?.has(e)}),Object.defineProperty(s,`name`,{value:e}),s}var G=class extends Error{constructor(){super(`Encountered Promise during synchronous parse. Use .parseAsync() instead.`)}},T=class extends Error{constructor(e){super(`Encountered unidirectional transform during encode: ${e}`),this.name=`ZodEncodeError`}};const fm={};function M(e){return e&&Object.assign(fm,e),fm}function O(e){let R=Object.values(e).filter((e=>typeof e==`number`));return Object.entries(e).filter((([e,W])=>R.indexOf(+e)===-1)).map((([e,R])=>R))}function U(e,R=`|`){return e.map((e=>re(e))).join(R)}function J(e,R){return typeof R==`bigint`?R.toString():R}function Z(e){return{get value(){{let R=e();return Object.defineProperty(this,`value`,{value:R}),R}}}}function q(e){return e==null}function j(e){let R=+!!e.startsWith(`^`),W=e.endsWith(`$`)?e.length-1:e.length;return e.slice(R,W)}const pm=Symbol(`evaluating`);function H(e,R,W){let Y;Object.defineProperty(e,R,{get(){if(Y!==pm)return Y===void 0&&(Y=pm,Y=W()),Y},set(W){Object.defineProperty(e,R,{value:W})},configurable:!0})}function P(e,R,W){Object.defineProperty(e,R,{value:W,writable:!0,enumerable:!0,configurable:!0})}function $(...e){let R={};for(let W of e)Object.assign(R,Object.getOwnPropertyDescriptors(W));return Object.defineProperties({},R)}function K(e){return JSON.stringify(e)}const mm=`captureStackTrace`in Error?Error.captureStackTrace:(...e)=>{};function V(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}const hm=Z((()=>{if(typeof navigator<`u`&&navigator?.userAgent?.includes(`Cloudflare`))return!1;try{return Function(``),!0}catch{return!1}}));function ee(e){if(!1===V(e))return!1;let R=e.constructor;if(R===void 0||typeof R!=`function`)return!0;let W=R.prototype;return!1!==V(W)&&!1!==Object.prototype.hasOwnProperty.call(W,`isPrototypeOf`)}function te(e){return ee(e)?{...e}:Array.isArray(e)?[...e]:e}const gm=new Set([`string`,`number`,`symbol`]),_m=new Set([`string`,`number`,`bigint`,`boolean`,`symbol`,`undefined`]);function ne(e){return e.replace(/[.*+?^${}()|[\]\\]/g,`\\$&`)}function oe(e,R,W){let Y=new e._zod.constr(R??e._zod.def);return R&&!W?.parent||(Y._zod.parent=e),Y}function se(e){let R=e;if(!R)return{};if(typeof R==`string`)return{error:()=>R};if(R?.message!==void 0){if(R?.error!==void 0)throw Error("Cannot specify both `message` and `error` params");R.error=R.message}return delete R.message,typeof R.error==`string`?{...R,error:()=>R.error}:R}function re(e){return typeof e==`bigint`?e.toString()+`n`:typeof e==`string`?`"${e}"`:`${e}`}const vm={safeint:[-(2**53-1),2**53-1],int32:[-2147483648,2147483647],uint32:[0,4294967295],float32:[-34028234663852886e22,34028234663852886e22],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]},ym={int64:[BigInt(`-9223372036854775808`),BigInt(`9223372036854775807`)],uint64:[BigInt(0),BigInt(`18446744073709551615`)]};function ce(e,R=0){if(!0===e.aborted)return!0;for(let W=R;W<e.issues.length;W++)if(!0!==e.issues[W]?.continue)return!0;return!1}function ge(e,R){return R.map((R=>{var W;return(W=R).path??(W.path=[]),R.path.unshift(e),R}))}function de(e){return typeof e==`string`?e:e?.message}function he(e,R,W){let Y={...e,path:e.path??[]};return e.message||(Y.message=de(e.inst?._zod.def?.error?.(e))??de(R?.error?.(e))??de(W.customError?.(e))??de(W.localeError?.(e))??`Invalid input`),delete Y.inst,delete Y.continue,R?.reportInput||delete Y.input,Y}function ue(e){return e instanceof Set?`set`:e instanceof Map?`map`:e instanceof File?`file`:`unknown`}function Ie(e){return Array.isArray(e)?`array`:typeof e==`string`?`string`:`unknown`}function pe(...e){let[R,W,Y]=e;return typeof R==`string`?{message:R,code:`custom`,input:W,inst:Y}:{...R}}const fe=(e,R)=>{e.name=`$ZodError`,Object.defineProperty(e,`_zod`,{value:e._zod,enumerable:!1}),Object.defineProperty(e,`issues`,{value:R,enumerable:!1}),e.message=JSON.stringify(R,J,2),Object.defineProperty(e,`toString`,{value:()=>e.message,enumerable:!1})},bm=N(`$ZodError`,fe),xm=N(`$ZodError`,fe,{Parent:Error}),Ee=e=>(R,W,Y,X)=>{let ie=Y?Object.assign(Y,{async:!1}):{async:!1},ae=R._zod.run({value:W,issues:[]},ie);if(ae instanceof Promise)throw new G;if(ae.issues.length){let R=new(X?.Err??e)(ae.issues.map((e=>he(e,ie,M()))));throw mm(R,X?.callee),R}return ae.value},Sm=Ee(xm),me=e=>async(R,W,Y,X)=>{let ie=Y?Object.assign(Y,{async:!0}):{async:!0},ae=R._zod.run({value:W,issues:[]},ie);if(ae instanceof Promise&&(ae=await ae),ae.issues.length){let R=new(X?.Err??e)(ae.issues.map((e=>he(e,ie,M()))));throw mm(R,X?.callee),R}return ae.value},Cm=me(xm),we=e=>(R,W,Y)=>{let X=Y?{...Y,async:!1}:{async:!1},ie=R._zod.run({value:W,issues:[]},X);if(ie instanceof Promise)throw new G;return ie.issues.length?{success:!1,error:new(e??bm)(ie.issues.map((e=>he(e,X,M()))))}:{success:!0,data:ie.value}},wm=we(xm),ve=e=>async(R,W,Y)=>{let X=Y?Object.assign(Y,{async:!0}):{async:!0},ie=R._zod.run({value:W,issues:[]},X);return ie instanceof Promise&&(ie=await ie),ie.issues.length?{success:!1,error:new e(ie.issues.map((e=>he(e,X,M()))))}:{success:!0,data:ie.value}},Tm=ve(xm),ke=e=>(R,W,Y)=>{let X=Y?Object.assign(Y,{direction:`backward`}):{direction:`backward`};return Ee(e)(R,W,X)},De=e=>(R,W,Y)=>Ee(e)(R,W,Y),Se=e=>async(R,W,Y)=>{let X=Y?Object.assign(Y,{direction:`backward`}):{direction:`backward`};return me(e)(R,W,X)},xe=e=>async(R,W,Y)=>me(e)(R,W,Y),ze=e=>(R,W,Y)=>{let X=Y?Object.assign(Y,{direction:`backward`}):{direction:`backward`};return we(e)(R,W,X)},Fe=e=>(R,W,Y)=>we(e)(R,W,Y),Le=e=>async(R,W,Y)=>{let X=Y?Object.assign(Y,{direction:`backward`}):{direction:`backward`};return ve(e)(R,W,X)},Ne=e=>async(R,W,Y)=>ve(e)(R,W,Y),Em=/^[cC][^\s-]{8,}$/,Dm=/^[0-9a-z]+$/,Om=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,km=/^[0-9a-vA-V]{20}$/,Am=/^[A-Za-z0-9]{27}$/,jm=/^[a-zA-Z0-9_-]{21}$/,Mm=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/,Nm=/^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/,Pm=/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/,je=e=>e?RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${e}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`):/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/,Fm=je(4),Im=je(6),Lm=je(7),Rm=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/,zm=/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,Bm=/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/,Vm=/^[^\s@"]{1,64}@[^\s@]{1,255}$/u,Hm=Vm,Um=/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/;function At(){return RegExp(`^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$`,`u`)}const Wm=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,Gm=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$/,ot=e=>{let R=ne(e??`:`);return RegExp(`^(?:[0-9A-F]{2}${R}){5}[0-9A-F]{2}$|^(?:[0-9a-f]{2}${R}){5}[0-9a-f]{2}$`)},Km=/^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/([0-9]|[1-2][0-9]|3[0-2])$/,qm=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,Jm=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,Ym=/^[A-Za-z0-9_-]*$/,Xm=/^(?=.{1,253}\.?$)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[-0-9a-zA-Z]{0,61}[0-9a-zA-Z])?)*\.?$/,Zm=/^([a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\.)+[a-zA-Z]{2,}$/,Qm=/^\+(?:[0-9]){6,14}[0-9]$/,$m=`(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))`,eh=RegExp(`^${$m}$`);function It(e){let R=`(?:[01]\\d|2[0-3]):[0-5]\\d`;return typeof e.precision==`number`?e.precision===-1?`${R}`:e.precision===0?`${R}:[0-5]\\d`:`${R}:[0-5]\\d\\.\\d{${e.precision}}`:`${R}(?::[0-5]\\d(?:\\.\\d+)?)?`}function pt(e){return RegExp(`^${It(e)}$`)}function ft(e){let R=It({precision:e.precision}),W=[`Z`];e.local&&W.push(``),e.offset&&W.push(`([+-](?:[01]\\d|2[0-3]):[0-5]\\d)`);let Y=`${R}(?:${W.join(`|`)})`;return RegExp(`^${$m}T(?:${Y})$`)}const Bt=e=>RegExp(`^${e?`[\\s\\S]{${e?.minimum??0},${e?.maximum??``}}`:`[\\s\\S]*`}$`),th=/^-?\d+n?$/,nh=/^-?\d+$/,rh=/^-?\d+(?:\.\d+)?/,ih=/^(?:true|false)$/i,ah=/^null$/i,oh=/^undefined$/i,sh=/^[^A-Z]*$/,ch=/^[^a-z]*$/,lh=/^[0-9a-fA-F]*$/;function kt(e,R){return RegExp(`^[A-Za-z0-9+/]{${e}}${R}$`)}function Dt(e){return RegExp(`^[A-Za-z0-9_-]{${e}}$`)}const uh=/^[0-9a-fA-F]{32}$/,dh=kt(22,`==`),fh=Dt(22),ph=/^[0-9a-fA-F]{40}$/,mh=kt(27,`=`),hh=Dt(27),gh=/^[0-9a-fA-F]{64}$/,_h=kt(43,`=`),vh=Dt(43),yh=/^[0-9a-fA-F]{96}$/,bh=kt(64,``),xh=Dt(64),Sh=/^[0-9a-fA-F]{128}$/,Ch=kt(86,`==`),wh=Dt(86),Th=N(`$ZodCheck`,((e,R)=>{var W;e._zod??={},e._zod.def=R,(W=e._zod).onattach??(W.onattach=[])})),Eh={number:`number`,bigint:`bigint`,object:`date`},Dh=N(`$ZodCheckLessThan`,((e,R)=>{Th.init(e,R);let W=Eh[typeof R.value];e._zod.onattach.push((e=>{let W=e._zod.bag,Y=(R.inclusive?W.maximum:W.exclusiveMaximum)??1/0;R.value<Y&&(R.inclusive?W.maximum=R.value:W.exclusiveMaximum=R.value)})),e._zod.check=Y=>{(R.inclusive?Y.value<=R.value:Y.value<R.value)||Y.issues.push({origin:W,code:`too_big`,maximum:R.value,input:Y.value,inclusive:R.inclusive,inst:e,continue:!R.abort})}})),Oh=N(`$ZodCheckGreaterThan`,((e,R)=>{Th.init(e,R);let W=Eh[typeof R.value];e._zod.onattach.push((e=>{let W=e._zod.bag,Y=(R.inclusive?W.minimum:W.exclusiveMinimum)??-1/0;R.value>Y&&(R.inclusive?W.minimum=R.value:W.exclusiveMinimum=R.value)})),e._zod.check=Y=>{(R.inclusive?Y.value>=R.value:Y.value>R.value)||Y.issues.push({origin:W,code:`too_small`,minimum:R.value,input:Y.value,inclusive:R.inclusive,inst:e,continue:!R.abort})}})),kh=N(`$ZodCheckMultipleOf`,((e,R)=>{Th.init(e,R),e._zod.onattach.push((e=>{var W;(W=e._zod.bag).multipleOf??(W.multipleOf=R.value)})),e._zod.check=W=>{if(typeof W.value!=typeof R.value)throw Error(`Cannot mix number and bigint in multiple_of check.`);(typeof W.value==`bigint`?W.value%R.value===BigInt(0):function(e,R){let W=(e.toString().split(`.`)[1]||``).length,Y=R.toString(),X=(Y.split(`.`)[1]||``).length;if(X===0&&/\d?e-\d?/.test(Y)){let e=Y.match(/\d?e-(\d?)/);e?.[1]&&(X=Number.parseInt(e[1]))}let ie=W>X?W:X;return Number.parseInt(e.toFixed(ie).replace(`.`,``))%Number.parseInt(R.toFixed(ie).replace(`.`,``))/10**ie}(W.value,R.value)===0)||W.issues.push({origin:typeof W.value,code:`not_multiple_of`,divisor:R.value,input:W.value,inst:e,continue:!R.abort})}})),Ah=N(`$ZodCheckNumberFormat`,((e,R)=>{Th.init(e,R),R.format=R.format||`float64`;let W=R.format?.includes(`int`),Y=W?`int`:`number`,[X,ie]=vm[R.format];e._zod.onattach.push((e=>{let Y=e._zod.bag;Y.format=R.format,Y.minimum=X,Y.maximum=ie,W&&(Y.pattern=nh)})),e._zod.check=ae=>{let le=ae.value;if(W){if(!Number.isInteger(le))return void ae.issues.push({expected:Y,format:R.format,code:`invalid_type`,continue:!1,input:le,inst:e});if(!Number.isSafeInteger(le))return void(le>0?ae.issues.push({input:le,code:`too_big`,maximum:2**53-1,note:`Integers must be within the safe integer range.`,inst:e,origin:Y,continue:!R.abort}):ae.issues.push({input:le,code:`too_small`,minimum:-(2**53-1),note:`Integers must be within the safe integer range.`,inst:e,origin:Y,continue:!R.abort}))}le<X&&ae.issues.push({origin:`number`,input:le,code:`too_small`,minimum:X,inclusive:!0,inst:e,continue:!R.abort}),le>ie&&ae.issues.push({origin:`number`,input:le,code:`too_big`,maximum:ie,inst:e})}})),jh=N(`$ZodCheckBigIntFormat`,((e,R)=>{Th.init(e,R);let[W,Y]=ym[R.format];e._zod.onattach.push((e=>{let X=e._zod.bag;X.format=R.format,X.minimum=W,X.maximum=Y})),e._zod.check=X=>{let ie=X.value;ie<W&&X.issues.push({origin:`bigint`,input:ie,code:`too_small`,minimum:W,inclusive:!0,inst:e,continue:!R.abort}),ie>Y&&X.issues.push({origin:`bigint`,input:ie,code:`too_big`,maximum:Y,inst:e})}})),Mh=N(`$ZodCheckMaxSize`,((e,R)=>{var W;Th.init(e,R),(W=e._zod.def).when??(W.when=e=>{let R=e.value;return!q(R)&&R.size!==void 0}),e._zod.onattach.push((e=>{let W=e._zod.bag.maximum??1/0;R.maximum<W&&(e._zod.bag.maximum=R.maximum)})),e._zod.check=W=>{let Y=W.value;Y.size<=R.maximum||W.issues.push({origin:ue(Y),code:`too_big`,maximum:R.maximum,inclusive:!0,input:Y,inst:e,continue:!R.abort})}})),Nh=N(`$ZodCheckMinSize`,((e,R)=>{var W;Th.init(e,R),(W=e._zod.def).when??(W.when=e=>{let R=e.value;return!q(R)&&R.size!==void 0}),e._zod.onattach.push((e=>{let W=e._zod.bag.minimum??-1/0;R.minimum>W&&(e._zod.bag.minimum=R.minimum)})),e._zod.check=W=>{let Y=W.value;Y.size>=R.minimum||W.issues.push({origin:ue(Y),code:`too_small`,minimum:R.minimum,inclusive:!0,input:Y,inst:e,continue:!R.abort})}})),Ph=N(`$ZodCheckSizeEquals`,((e,R)=>{var W;Th.init(e,R),(W=e._zod.def).when??(W.when=e=>{let R=e.value;return!q(R)&&R.size!==void 0}),e._zod.onattach.push((e=>{let W=e._zod.bag;W.minimum=R.size,W.maximum=R.size,W.size=R.size})),e._zod.check=W=>{let Y=W.value,X=Y.size;if(X===R.size)return;let ie=X>R.size;W.issues.push({origin:ue(Y),...ie?{code:`too_big`,maximum:R.size}:{code:`too_small`,minimum:R.size},inclusive:!0,exact:!0,input:W.value,inst:e,continue:!R.abort})}})),Fh=N(`$ZodCheckMaxLength`,((e,R)=>{var W;Th.init(e,R),(W=e._zod.def).when??(W.when=e=>{let R=e.value;return!q(R)&&R.length!==void 0}),e._zod.onattach.push((e=>{let W=e._zod.bag.maximum??1/0;R.maximum<W&&(e._zod.bag.maximum=R.maximum)})),e._zod.check=W=>{let Y=W.value;if(Y.length<=R.maximum)return;let X=Ie(Y);W.issues.push({origin:X,code:`too_big`,maximum:R.maximum,inclusive:!0,input:Y,inst:e,continue:!R.abort})}})),Ih=N(`$ZodCheckMinLength`,((e,R)=>{var W;Th.init(e,R),(W=e._zod.def).when??(W.when=e=>{let R=e.value;return!q(R)&&R.length!==void 0}),e._zod.onattach.push((e=>{let W=e._zod.bag.minimum??-1/0;R.minimum>W&&(e._zod.bag.minimum=R.minimum)})),e._zod.check=W=>{let Y=W.value;if(Y.length>=R.minimum)return;let X=Ie(Y);W.issues.push({origin:X,code:`too_small`,minimum:R.minimum,inclusive:!0,input:Y,inst:e,continue:!R.abort})}})),Lh=N(`$ZodCheckLengthEquals`,((e,R)=>{var W;Th.init(e,R),(W=e._zod.def).when??(W.when=e=>{let R=e.value;return!q(R)&&R.length!==void 0}),e._zod.onattach.push((e=>{let W=e._zod.bag;W.minimum=R.length,W.maximum=R.length,W.length=R.length})),e._zod.check=W=>{let Y=W.value,X=Y.length;if(X===R.length)return;let ie=Ie(Y),ae=X>R.length;W.issues.push({origin:ie,...ae?{code:`too_big`,maximum:R.length}:{code:`too_small`,minimum:R.length},inclusive:!0,exact:!0,input:W.value,inst:e,continue:!R.abort})}})),Rh=N(`$ZodCheckStringFormat`,((e,R)=>{var W,Y;Th.init(e,R),e._zod.onattach.push((e=>{let W=e._zod.bag;W.format=R.format,R.pattern&&(W.patterns??=new Set,W.patterns.add(R.pattern))})),R.pattern?(W=e._zod).check??(W.check=W=>{R.pattern.lastIndex=0,R.pattern.test(W.value)||W.issues.push({origin:`string`,code:`invalid_format`,format:R.format,input:W.value,...R.pattern?{pattern:R.pattern.toString()}:{},inst:e,continue:!R.abort})}):(Y=e._zod).check??(Y.check=()=>{})})),zh=N(`$ZodCheckRegex`,((e,R)=>{Rh.init(e,R),e._zod.check=W=>{R.pattern.lastIndex=0,R.pattern.test(W.value)||W.issues.push({origin:`string`,code:`invalid_format`,format:`regex`,input:W.value,pattern:R.pattern.toString(),inst:e,continue:!R.abort})}})),Bh=N(`$ZodCheckLowerCase`,((e,R)=>{R.pattern??=sh,Rh.init(e,R)})),Vh=N(`$ZodCheckUpperCase`,((e,R)=>{R.pattern??=ch,Rh.init(e,R)})),Hh=N(`$ZodCheckIncludes`,((e,R)=>{Th.init(e,R);let W=ne(R.includes),Y=new RegExp(typeof R.position==`number`?`^.{${R.position}}${W}`:W);R.pattern=Y,e._zod.onattach.push((e=>{let R=e._zod.bag;R.patterns??=new Set,R.patterns.add(Y)})),e._zod.check=W=>{W.value.includes(R.includes,R.position)||W.issues.push({origin:`string`,code:`invalid_format`,format:`includes`,includes:R.includes,input:W.value,inst:e,continue:!R.abort})}})),Uh=N(`$ZodCheckStartsWith`,((e,R)=>{Th.init(e,R);let W=RegExp(`^${ne(R.prefix)}.*`);R.pattern??=W,e._zod.onattach.push((e=>{let R=e._zod.bag;R.patterns??=new Set,R.patterns.add(W)})),e._zod.check=W=>{W.value.startsWith(R.prefix)||W.issues.push({origin:`string`,code:`invalid_format`,format:`starts_with`,prefix:R.prefix,input:W.value,inst:e,continue:!R.abort})}})),Wh=N(`$ZodCheckEndsWith`,((e,R)=>{Th.init(e,R);let W=RegExp(`.*${ne(R.suffix)}$`);R.pattern??=W,e._zod.onattach.push((e=>{let R=e._zod.bag;R.patterns??=new Set,R.patterns.add(W)})),e._zod.check=W=>{W.value.endsWith(R.suffix)||W.issues.push({origin:`string`,code:`invalid_format`,format:`ends_with`,suffix:R.suffix,input:W.value,inst:e,continue:!R.abort})}}));function gA(e,R,W){e.issues.length&&R.issues.push(...ge(W,e.issues))}const Gh=N(`$ZodCheckProperty`,((e,R)=>{Th.init(e,R),e._zod.check=e=>{let W=R.schema._zod.run({value:e.value[R.property],issues:[]},{});if(W instanceof Promise)return W.then((W=>gA(W,e,R.property)));gA(W,e,R.property)}})),Kh=N(`$ZodCheckMimeType`,((e,R)=>{Th.init(e,R);let W=new Set(R.mime);e._zod.onattach.push((e=>{e._zod.bag.mime=R.mime})),e._zod.check=Y=>{W.has(Y.value.type)||Y.issues.push({code:`invalid_value`,values:R.mime,input:Y.value.type,inst:e,continue:!R.abort})}})),qh=N(`$ZodCheckOverwrite`,((e,R)=>{Th.init(e,R),e._zod.check=e=>{e.value=R.tx(e.value)}}));var IA=class{constructor(e=[]){this.content=[],this.indent=0,this&&(this.args=e)}indented(e){this.indent+=1,e(this),--this.indent}write(e){if(typeof e==`function`)return e(this,{execution:`sync`}),void e(this,{execution:`async`});let R=e.split(`
|
|
1103
|
+
`,Function.prototype.toString.call(Oe)):(be=!0,loop(ye.clock.elapsed())),Pe),generator:Ae,done:Me,then:Me.then.bind(Me),[Symbol.iterator]:()=>Ae};return Pe}var Transition=class extends Zd{constructor(e){super(),this._logger=Ud.getInstance(),this.transform=new Gd,this.graphics=new vp,this._completeFuture=new Future,this.started=!1,this._currentDistance=0,this._currentProgress=0,this.done=this._completeFuture.promise,this._useLegacyEasing=!1,this.name=`Transition#${this.id}`,this.duration=e.duration,isLegacyEasing(e.easing)?(this.legacyEasing=e.easing??bp.Linear,this._useLegacyEasing=!0):this.easing=e.easing??linear,this.direction=e.direction??`out`,this.hideLoader=e.hideLoader??!1,this.blockInput=e.blockInput??!1,this.transform.coordPlane=Pd.Screen,this.transform.pos=Ad.Zero,this.transform.z=1/0,this.graphics.anchor=Ad.Zero,this.addComponent(this.transform),this.addComponent(this.graphics),this.direction===`out`?this._currentProgress=0:this._currentProgress=1}get progress(){return this._currentProgress}get distance(){return this._currentDistance}get complete(){return this.direction===`out`?this.progress>=1:this.progress<=0}updateTransition(e,R){this.complete||(this._currentDistance+=clamp(R/this.duration,0,1),this._currentDistance>=1&&(this._currentDistance=1),this.direction===`out`?this._useLegacyEasing?this._currentProgress=clamp(this.legacyEasing(this._currentDistance,0,1,1),0,1):this._currentProgress=clamp(lerp(0,1,this.easing(this._currentDistance)),0,1):this._useLegacyEasing?this._currentProgress=clamp(this.legacyEasing(this._currentDistance,1,0,1),0,1):this._currentProgress=clamp(lerp(1,0,this.easing(this._currentDistance)),0,1))}async onPreviousSceneDeactivate(e){}onStart(e){}onUpdate(e){}onEnd(e){}onReset(){}reset(){this.started=!1,this._completeFuture=new Future,this.done=this._completeFuture.promise,this._currentDistance=0,this.direction===`out`?this._currentProgress=0:this._currentProgress=1,this.onReset()}_addToTargetScene(e,R){let W=R;if(this.started&&this._logger.warn(`Attempted to add a transition ${this.name} that is already playing.`),W.world.entityManager.getById(this.id))return this._co;this._engine=e,W.add(this);let Y=this;return this._co=coroutine(e,function*(){for(;!Y.complete;){let e=yield;Y.updateTransition(Y._engine,e),Y._execute()}},{autostart:!1}),this._co}async _play(){this.started&&(this.reset(),this._logger.warn(`Attempted to play a transition ${this.name} that is already playing, reset transition.`)),(!this._engine||!this._co)&&(this.reset(),this._logger.warn(`Attempted to play a transition ${this.name} that hasn't been added`)),this._co&&await this._co.start()}_execute(){this.isInitialized&&(this.started||(this.started=!0,this.onStart(this.progress)),this.onUpdate(this.progress),this.complete&&!this._completeFuture.isCompleted&&(this.onEnd(this.progress),this._completeFuture.resolve()))}},FadeInOut=class extends Transition{constructor(e){super({...e,duration:e.duration??2e3}),this.name=`FadeInOut#${this.id}`,this.color=e.color??zd.Black}onInitialize(e){this.transform.pos=e.screen.unsafeArea.topLeft,this.screenCover=new Qf({width:e.screen.resolution.width,height:e.screen.resolution.height,color:this.color}),this.graphics.add(this.screenCover),this.graphics.opacity=this.progress}onReset(){this.graphics.opacity=this.progress}onStart(e){this.graphics.opacity=e}onEnd(e){this.graphics.opacity=e}onUpdate(e){this.graphics.opacity=e}};const rm=`0.32.0`;polyfill();var im=__exportAll$1({default:()=>am}),am={};Et();var om={83(e,R,W){var Y=W(447),X=W(805),ie=W(996),ae=W(681),le=W(674),_e=W(442),ye=W(414),be=Object.prototype.toString;function g(e){if(!(this instanceof g))return new g(e);this.options=X.assign({chunkSize:16384,windowBits:0,to:``},e||{});var R=this.options;R.raw&&R.windowBits>=0&&R.windowBits<16&&(R.windowBits=-R.windowBits,R.windowBits===0&&(R.windowBits=-15)),!(R.windowBits>=0&&R.windowBits<16)||e&&e.windowBits||(R.windowBits+=32),R.windowBits>15&&R.windowBits<48&&(15&R.windowBits||(R.windowBits|=15)),this.err=0,this.msg=``,this.ended=!1,this.chunks=[],this.strm=new _e,this.strm.avail_out=0;var W=Y.inflateInit2(this.strm,R.windowBits);if(W!==ae.Z_OK||(this.header=new ye,Y.inflateGetHeader(this.strm,this.header),R.dictionary&&(typeof R.dictionary==`string`?R.dictionary=ie.string2buf(R.dictionary):be.call(R.dictionary)===`[object ArrayBuffer]`&&(R.dictionary=new Uint8Array(R.dictionary)),R.raw&&(W=Y.inflateSetDictionary(this.strm,R.dictionary))!==ae.Z_OK)))throw Error(le[W])}function d(e,R){var W=new g(R);if(W.push(e,!0),W.err)throw W.msg||le[W.err];return W.result}g.prototype.push=function(e,R){var W,le,_e,ye,Ce,Te=this.strm,Oe=this.options.chunkSize,Ae=this.options.dictionary,Me=!1;if(this.ended)return!1;le=R===~~R?R:!0===R?ae.Z_FINISH:ae.Z_NO_FLUSH,typeof e==`string`?Te.input=ie.binstring2buf(e):be.call(e)===`[object ArrayBuffer]`?Te.input=new Uint8Array(e):Te.input=e,Te.next_in=0,Te.avail_in=Te.input.length;do{if(Te.avail_out===0&&(Te.output=new X.Buf8(Oe),Te.next_out=0,Te.avail_out=Oe),(W=Y.inflate(Te,ae.Z_NO_FLUSH))===ae.Z_NEED_DICT&&Ae&&(W=Y.inflateSetDictionary(this.strm,Ae)),W===ae.Z_BUF_ERROR&&!0===Me&&(W=ae.Z_OK,Me=!1),W!==ae.Z_STREAM_END&&W!==ae.Z_OK)return this.onEnd(W),this.ended=!0,!1;Te.next_out&&(Te.avail_out!==0&&W!==ae.Z_STREAM_END&&(Te.avail_in!==0||le!==ae.Z_FINISH&&le!==ae.Z_SYNC_FLUSH)||(this.options.to===`string`?(_e=ie.utf8border(Te.output,Te.next_out),ye=Te.next_out-_e,Ce=ie.buf2string(Te.output,_e),Te.next_out=ye,Te.avail_out=Oe-ye,ye&&X.arraySet(Te.output,Te.output,_e,ye,0),this.onData(Ce)):this.onData(X.shrinkBuf(Te.output,Te.next_out)))),Te.avail_in===0&&Te.avail_out===0&&(Me=!0)}while((Te.avail_in>0||Te.avail_out===0)&&W!==ae.Z_STREAM_END);return W===ae.Z_STREAM_END&&(le=ae.Z_FINISH),le===ae.Z_FINISH?(W=Y.inflateEnd(this.strm),this.onEnd(W),this.ended=!0,W===ae.Z_OK):le!==ae.Z_SYNC_FLUSH||(this.onEnd(ae.Z_OK),Te.avail_out=0,!0)},g.prototype.onData=function(e){this.chunks.push(e)},g.prototype.onEnd=function(e){e===ae.Z_OK&&(this.options.to===`string`?this.result=this.chunks.join(``):this.result=X.flattenChunks(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg},R.Inflate=g,R.inflate=d,R.inflateRaw=function(e,R){return(R||={}).raw=!0,d(e,R)},R.ungzip=d},269(e){e.exports=function(e,R,W,Y){for(var X=65535&e,ie=e>>>16&65535,ae=0;W!==0;){W-=ae=W>2e3?2e3:W;do ie=ie+(X=X+R[Y++]|0)|0;while(--ae);X%=65521,ie%=65521}return X|ie<<16}},293(e){e.exports=function(e,R){var W=e.state,Y=e.next_in,X,ie,ae,le,_e,ye,be,Ce,Te,Oe,Ae,Me,Pe,Re,Be,Ve,He,Ue,We,Ge,Ke,qe=e.input,Je;X=Y+(e.avail_in-5),ie=e.next_out,Je=e.output,ae=ie-(R-e.avail_out),le=ie+(e.avail_out-257),_e=W.dmax,ye=W.wsize,be=W.whave,Ce=W.wnext,Te=W.window,Oe=W.hold,Ae=W.bits,Me=W.lencode,Pe=W.distcode,Re=(1<<W.lenbits)-1,Be=(1<<W.distbits)-1;e:do{Ae<15&&(Oe+=qe[Y++]<<Ae,Ae+=8,Oe+=qe[Y++]<<Ae,Ae+=8),Ve=Me[Oe&Re];t:for(;;){if(Oe>>>=He=Ve>>>24,Ae-=He,(He=Ve>>>16&255)==0)Je[ie++]=65535&Ve;else{if(!(16&He)){if(64&He){if(32&He){W.mode=12;break e}e.msg=`invalid literal/length code`,W.mode=30;break e}Ve=Me[(65535&Ve)+(Oe&(1<<He)-1)];continue t}for(Ue=65535&Ve,(He&=15)&&(Ae<He&&(Oe+=qe[Y++]<<Ae,Ae+=8),Ue+=Oe&(1<<He)-1,Oe>>>=He,Ae-=He),Ae<15&&(Oe+=qe[Y++]<<Ae,Ae+=8,Oe+=qe[Y++]<<Ae,Ae+=8),Ve=Pe[Oe&Be];;){if(Oe>>>=He=Ve>>>24,Ae-=He,16&(He=Ve>>>16&255)){if(We=65535&Ve,Ae<(He&=15)&&(Oe+=qe[Y++]<<Ae,(Ae+=8)<He&&(Oe+=qe[Y++]<<Ae,Ae+=8)),(We+=Oe&(1<<He)-1)>_e){e.msg=`invalid distance too far back`,W.mode=30;break e}if(Oe>>>=He,Ae-=He,We>(He=ie-ae)){if((He=We-He)>be&&W.sane){e.msg=`invalid distance too far back`,W.mode=30;break e}if(Ge=0,Ke=Te,Ce===0){if(Ge+=ye-He,He<Ue){Ue-=He;do Je[ie++]=Te[Ge++];while(--He);Ge=ie-We,Ke=Je}}else if(Ce<He){if(Ge+=ye+Ce-He,(He-=Ce)<Ue){Ue-=He;do Je[ie++]=Te[Ge++];while(--He);if(Ge=0,Ce<Ue){Ue-=He=Ce;do Je[ie++]=Te[Ge++];while(--He);Ge=ie-We,Ke=Je}}}else if(Ge+=Ce-He,He<Ue){Ue-=He;do Je[ie++]=Te[Ge++];while(--He);Ge=ie-We,Ke=Je}for(;Ue>2;)Je[ie++]=Ke[Ge++],Je[ie++]=Ke[Ge++],Je[ie++]=Ke[Ge++],Ue-=3;Ue&&(Je[ie++]=Ke[Ge++],Ue>1&&(Je[ie++]=Ke[Ge++]))}else{Ge=ie-We;do Je[ie++]=Je[Ge++],Je[ie++]=Je[Ge++],Je[ie++]=Je[Ge++],Ue-=3;while(Ue>2);Ue&&(Je[ie++]=Je[Ge++],Ue>1&&(Je[ie++]=Je[Ge++]))}break}if(64&He){e.msg=`invalid distance code`,W.mode=30;break e}Ve=Pe[(65535&Ve)+(Oe&(1<<He)-1)]}}break}}while(Y<X&&ie<le);Y-=Ue=Ae>>3,Oe&=(1<<(Ae-=Ue<<3))-1,e.next_in=Y,e.next_out=ie,e.avail_in=Y<X?X-Y+5:5-(Y-X),e.avail_out=ie<le?le-ie+257:257-(ie-le),W.hold=Oe,W.bits=Ae}},303(e,R,W){var Y=W(411),X=W(805),ie=W(996),ae=W(674),le=W(442),_e=Object.prototype.toString;function l(e){if(!(this instanceof l))return new l(e);this.options=X.assign({level:-1,method:8,chunkSize:16384,windowBits:15,memLevel:8,strategy:0,to:``},e||{});var R=this.options;R.raw&&R.windowBits>0?R.windowBits=-R.windowBits:R.gzip&&R.windowBits>0&&R.windowBits<16&&(R.windowBits+=16),this.err=0,this.msg=``,this.ended=!1,this.chunks=[],this.strm=new le,this.strm.avail_out=0;var W=Y.deflateInit2(this.strm,R.level,R.method,R.windowBits,R.memLevel,R.strategy);if(W!==0)throw Error(ae[W]);if(R.header&&Y.deflateSetHeader(this.strm,R.header),R.dictionary){var ye;if(ye=typeof R.dictionary==`string`?ie.string2buf(R.dictionary):_e.call(R.dictionary)===`[object ArrayBuffer]`?new Uint8Array(R.dictionary):R.dictionary,(W=Y.deflateSetDictionary(this.strm,ye))!==0)throw Error(ae[W]);this._dict_set=!0}}function c(e,R){var W=new l(R);if(W.push(e,!0),W.err)throw W.msg||ae[W.err];return W.result}l.prototype.push=function(e,R){var W,ae,le=this.strm,ye=this.options.chunkSize;if(this.ended)return!1;ae=R===~~R?R:!0===R?4:0,typeof e==`string`?le.input=ie.string2buf(e):_e.call(e)===`[object ArrayBuffer]`?le.input=new Uint8Array(e):le.input=e,le.next_in=0,le.avail_in=le.input.length;do{if(le.avail_out===0&&(le.output=new X.Buf8(ye),le.next_out=0,le.avail_out=ye),(W=Y.deflate(le,ae))!==1&&W!==0)return this.onEnd(W),this.ended=!0,!1;le.avail_out!==0&&(le.avail_in!==0||ae!==4&&ae!==2)||(this.options.to===`string`?this.onData(ie.buf2binstring(X.shrinkBuf(le.output,le.next_out))):this.onData(X.shrinkBuf(le.output,le.next_out)))}while((le.avail_in>0||le.avail_out===0)&&W!==1);return ae===4?(W=Y.deflateEnd(this.strm),this.onEnd(W),this.ended=!0,W===0):ae!==2||(this.onEnd(0),le.avail_out=0,!0)},l.prototype.onData=function(e){this.chunks.push(e)},l.prototype.onEnd=function(e){e===0&&(this.options.to===`string`?this.result=this.chunks.join(``):this.result=X.flattenChunks(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg},R.Deflate=l,R.deflate=c,R.deflateRaw=function(e,R){return(R||={}).raw=!0,c(e,R)},R.gzip=function(e,R){return(R||={}).gzip=!0,c(e,R)}},371(e){e.exports=im},411(e,R,W){var Y,X=W(805),ie=W(665),ae=W(269),le=W(823),_e=W(674),ye=-2,be=258,Ce=262,Te=103,Oe=113,Ae=666;function I(e,R){return e.msg=_e[R],R}function p(e){return(e<<1)-(e>4?9:0)}function f(e){for(var R=e.length;--R>=0;)e[R]=0}function B(e){var R=e.state,W=R.pending;W>e.avail_out&&(W=e.avail_out),W!==0&&(X.arraySet(e.output,R.pending_buf,R.pending_out,W,e.next_out),e.next_out+=W,R.pending_out+=W,e.total_out+=W,e.avail_out-=W,R.pending-=W,R.pending===0&&(R.pending_out=0))}function C(e,R){ie._tr_flush_block(e,e.block_start>=0?e.block_start:-1,e.strstart-e.block_start,R),e.block_start=e.strstart,B(e.strm)}function E(e,R){e.pending_buf[e.pending++]=R}function Q(e,R){e.pending_buf[e.pending++]=R>>>8&255,e.pending_buf[e.pending++]=255&R}function m(e,R){var W,Y,X=e.max_chain_length,ie=e.strstart,ae=e.prev_length,le=e.nice_match,_e=e.strstart>e.w_size-Ce?e.strstart-(e.w_size-Ce):0,ye=e.window,Te=e.w_mask,Oe=e.prev,Ae=e.strstart+be,Me=ye[ie+ae-1],Pe=ye[ie+ae];e.prev_length>=e.good_match&&(X>>=2),le>e.lookahead&&(le=e.lookahead);do if(ye[(W=R)+ae]===Pe&&ye[W+ae-1]===Me&&ye[W]===ye[ie]&&ye[++W]===ye[ie+1]){ie+=2,W++;do;while(ye[++ie]===ye[++W]&&ye[++ie]===ye[++W]&&ye[++ie]===ye[++W]&&ye[++ie]===ye[++W]&&ye[++ie]===ye[++W]&&ye[++ie]===ye[++W]&&ye[++ie]===ye[++W]&&ye[++ie]===ye[++W]&&ie<Ae);if(Y=be-(Ae-ie),ie=Ae-be,Y>ae){if(e.match_start=R,ae=Y,Y>=le)break;Me=ye[ie+ae-1],Pe=ye[ie+ae]}}while((R=Oe[R&Te])>_e&&--X!=0);return ae<=e.lookahead?ae:e.lookahead}function y(e){var R,W,Y,ie,_e,ye,be,Te,Oe,Ae,Me=e.w_size;do{if(ie=e.window_size-e.lookahead-e.strstart,e.strstart>=Me+(Me-Ce)){X.arraySet(e.window,e.window,Me,Me,0),e.match_start-=Me,e.strstart-=Me,e.block_start-=Me,R=W=e.hash_size;do Y=e.head[--R],e.head[R]=Y>=Me?Y-Me:0;while(--W);R=W=Me;do Y=e.prev[--R],e.prev[R]=Y>=Me?Y-Me:0;while(--W);ie+=Me}if(e.strm.avail_in===0)break;if(ye=e.strm,be=e.window,Te=e.strstart+e.lookahead,Oe=ie,Ae=void 0,(Ae=ye.avail_in)>Oe&&(Ae=Oe),W=Ae===0?0:(ye.avail_in-=Ae,X.arraySet(be,ye.input,ye.next_in,Ae,Te),ye.state.wrap===1?ye.adler=ae(ye.adler,be,Ae,Te):ye.state.wrap===2&&(ye.adler=le(ye.adler,be,Ae,Te)),ye.next_in+=Ae,ye.total_in+=Ae,Ae),e.lookahead+=W,e.lookahead+e.insert>=3)for(_e=e.strstart-e.insert,e.ins_h=e.window[_e],e.ins_h=(e.ins_h<<e.hash_shift^e.window[_e+1])&e.hash_mask;e.insert&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[_e+3-1])&e.hash_mask,e.prev[_e&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=_e,_e++,e.insert--,!(e.lookahead+e.insert<3)););}while(e.lookahead<Ce&&e.strm.avail_in!==0)}function w(e,R){for(var W,Y;;){if(e.lookahead<Ce){if(y(e),e.lookahead<Ce&&R===0)return 1;if(e.lookahead===0)break}if(W=0,e.lookahead>=3&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+3-1])&e.hash_mask,W=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),W!==0&&e.strstart-W<=e.w_size-Ce&&(e.match_length=m(e,W)),e.match_length>=3)if(Y=ie._tr_tally(e,e.strstart-e.match_start,e.match_length-3),e.lookahead-=e.match_length,e.match_length<=e.max_lazy_match&&e.lookahead>=3){e.match_length--;do e.strstart++,e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+3-1])&e.hash_mask,W=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart;while(--e.match_length!=0);e.strstart++}else e.strstart+=e.match_length,e.match_length=0,e.ins_h=e.window[e.strstart],e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+1])&e.hash_mask;else Y=ie._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++;if(Y&&(C(e,!1),e.strm.avail_out===0))return 1}return e.insert=e.strstart<2?e.strstart:2,R===4?(C(e,!0),e.strm.avail_out===0?3:4):e.last_lit&&(C(e,!1),e.strm.avail_out===0)?1:2}function _(e,R){for(var W,Y,X;;){if(e.lookahead<Ce){if(y(e),e.lookahead<Ce&&R===0)return 1;if(e.lookahead===0)break}if(W=0,e.lookahead>=3&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+3-1])&e.hash_mask,W=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),e.prev_length=e.match_length,e.prev_match=e.match_start,e.match_length=2,W!==0&&e.prev_length<e.max_lazy_match&&e.strstart-W<=e.w_size-Ce&&(e.match_length=m(e,W),e.match_length<=5&&(e.strategy===1||e.match_length===3&&e.strstart-e.match_start>4096)&&(e.match_length=2)),e.prev_length>=3&&e.match_length<=e.prev_length){X=e.strstart+e.lookahead-3,Y=ie._tr_tally(e,e.strstart-1-e.prev_match,e.prev_length-3),e.lookahead-=e.prev_length-1,e.prev_length-=2;do++e.strstart<=X&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+3-1])&e.hash_mask,W=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart);while(--e.prev_length!=0);if(e.match_available=0,e.match_length=2,e.strstart++,Y&&(C(e,!1),e.strm.avail_out===0))return 1}else if(e.match_available){if((Y=ie._tr_tally(e,0,e.window[e.strstart-1]))&&C(e,!1),e.strstart++,e.lookahead--,e.strm.avail_out===0)return 1}else e.match_available=1,e.strstart++,e.lookahead--}return e.match_available&&=(Y=ie._tr_tally(e,0,e.window[e.strstart-1]),0),e.insert=e.strstart<2?e.strstart:2,R===4?(C(e,!0),e.strm.avail_out===0?3:4):e.last_lit&&(C(e,!1),e.strm.avail_out===0)?1:2}function v(e,R,W,Y,X){this.good_length=e,this.max_lazy=R,this.nice_length=W,this.max_chain=Y,this.func=X}function b(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=8,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new X.Buf16(1146),this.dyn_dtree=new X.Buf16(122),this.bl_tree=new X.Buf16(78),f(this.dyn_ltree),f(this.dyn_dtree),f(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new X.Buf16(16),this.heap=new X.Buf16(573),f(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new X.Buf16(573),f(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}function k(e){var R;return e&&e.state?(e.total_in=e.total_out=0,e.data_type=2,(R=e.state).pending=0,R.pending_out=0,R.wrap<0&&(R.wrap=-R.wrap),R.status=R.wrap?42:Oe,e.adler=R.wrap===2?0:1,R.last_flush=0,ie._tr_init(R),0):I(e,ye)}function D(e){var R,W=k(e);return W===0&&((R=e.state).window_size=2*R.w_size,f(R.head),R.max_lazy_match=Y[R.level].max_lazy,R.good_match=Y[R.level].good_length,R.nice_match=Y[R.level].nice_length,R.max_chain_length=Y[R.level].max_chain,R.strstart=0,R.block_start=0,R.lookahead=0,R.insert=0,R.match_length=R.prev_length=2,R.match_available=0,R.ins_h=0),W}function S(e,R,W,Y,ie,ae){if(!e)return ye;var le=1;if(R===-1&&(R=6),Y<0?(le=0,Y=-Y):Y>15&&(le=2,Y-=16),ie<1||ie>9||W!==8||Y<8||Y>15||R<0||R>9||ae<0||ae>4)return I(e,ye);Y===8&&(Y=9);var _e=new b;return e.state=_e,_e.strm=e,_e.wrap=le,_e.gzhead=null,_e.w_bits=Y,_e.w_size=1<<_e.w_bits,_e.w_mask=_e.w_size-1,_e.hash_bits=ie+7,_e.hash_size=1<<_e.hash_bits,_e.hash_mask=_e.hash_size-1,_e.hash_shift=~~((_e.hash_bits+3-1)/3),_e.window=new X.Buf8(2*_e.w_size),_e.head=new X.Buf16(_e.hash_size),_e.prev=new X.Buf16(_e.w_size),_e.lit_bufsize=1<<ie+6,_e.pending_buf_size=4*_e.lit_bufsize,_e.pending_buf=new X.Buf8(_e.pending_buf_size),_e.d_buf=1*_e.lit_bufsize,_e.l_buf=3*_e.lit_bufsize,_e.level=R,_e.strategy=ae,_e.method=W,D(e)}Y=[new v(0,0,0,0,(function(e,R){var W=65535;for(W>e.pending_buf_size-5&&(W=e.pending_buf_size-5);;){if(e.lookahead<=1){if(y(e),e.lookahead===0&&R===0)return 1;if(e.lookahead===0)break}e.strstart+=e.lookahead,e.lookahead=0;var Y=e.block_start+W;if((e.strstart===0||e.strstart>=Y)&&(e.lookahead=e.strstart-Y,e.strstart=Y,C(e,!1),e.strm.avail_out===0)||e.strstart-e.block_start>=e.w_size-Ce&&(C(e,!1),e.strm.avail_out===0))return 1}return e.insert=0,R===4?(C(e,!0),e.strm.avail_out===0?3:4):(e.strstart>e.block_start&&(C(e,!1),e.strm.avail_out),1)})),new v(4,4,8,4,w),new v(4,5,16,8,w),new v(4,6,32,32,w),new v(4,4,16,16,_),new v(8,16,32,32,_),new v(8,16,128,128,_),new v(8,32,128,256,_),new v(32,128,258,1024,_),new v(32,258,258,4096,_)],R.deflateInit=function(e,R){return S(e,R,8,15,8,0)},R.deflateInit2=S,R.deflateReset=D,R.deflateResetKeep=k,R.deflateSetHeader=function(e,R){return e&&e.state&&e.state.wrap===2?(e.state.gzhead=R,0):ye},R.deflate=function(e,R){var W,X,ae,_e;if(!e||!e.state||R>5||R<0)return e?I(e,ye):ye;if(X=e.state,!e.output||!e.input&&e.avail_in!==0||X.status===Ae&&R!==4)return I(e,e.avail_out===0?-5:ye);if(X.strm=e,W=X.last_flush,X.last_flush=R,X.status===42)if(X.wrap===2)e.adler=0,E(X,31),E(X,139),E(X,8),X.gzhead?(E(X,+!!X.gzhead.text+(X.gzhead.hcrc?2:0)+(X.gzhead.extra?4:0)+(X.gzhead.name?8:0)+(X.gzhead.comment?16:0)),E(X,255&X.gzhead.time),E(X,X.gzhead.time>>8&255),E(X,X.gzhead.time>>16&255),E(X,X.gzhead.time>>24&255),E(X,X.level===9?2:X.strategy>=2||X.level<2?4:0),E(X,255&X.gzhead.os),X.gzhead.extra&&X.gzhead.extra.length&&(E(X,255&X.gzhead.extra.length),E(X,X.gzhead.extra.length>>8&255)),X.gzhead.hcrc&&(e.adler=le(e.adler,X.pending_buf,X.pending,0)),X.gzindex=0,X.status=69):(E(X,0),E(X,0),E(X,0),E(X,0),E(X,0),E(X,X.level===9?2:X.strategy>=2||X.level<2?4:0),E(X,3),X.status=Oe);else{var Ce=8+(X.w_bits-8<<4)<<8;Ce|=(X.strategy>=2||X.level<2?0:X.level<6?1:X.level===6?2:3)<<6,X.strstart!==0&&(Ce|=32),Ce+=31-Ce%31,X.status=Oe,Q(X,Ce),X.strstart!==0&&(Q(X,e.adler>>>16),Q(X,65535&e.adler)),e.adler=1}if(X.status===69)if(X.gzhead.extra){for(ae=X.pending;X.gzindex<(65535&X.gzhead.extra.length)&&(X.pending!==X.pending_buf_size||(X.gzhead.hcrc&&X.pending>ae&&(e.adler=le(e.adler,X.pending_buf,X.pending-ae,ae)),B(e),ae=X.pending,X.pending!==X.pending_buf_size));)E(X,255&X.gzhead.extra[X.gzindex]),X.gzindex++;X.gzhead.hcrc&&X.pending>ae&&(e.adler=le(e.adler,X.pending_buf,X.pending-ae,ae)),X.gzindex===X.gzhead.extra.length&&(X.gzindex=0,X.status=73)}else X.status=73;if(X.status===73)if(X.gzhead.name){ae=X.pending;do{if(X.pending===X.pending_buf_size&&(X.gzhead.hcrc&&X.pending>ae&&(e.adler=le(e.adler,X.pending_buf,X.pending-ae,ae)),B(e),ae=X.pending,X.pending===X.pending_buf_size)){_e=1;break}_e=X.gzindex<X.gzhead.name.length?255&X.gzhead.name.charCodeAt(X.gzindex++):0,E(X,_e)}while(_e!==0);X.gzhead.hcrc&&X.pending>ae&&(e.adler=le(e.adler,X.pending_buf,X.pending-ae,ae)),_e===0&&(X.gzindex=0,X.status=91)}else X.status=91;if(X.status===91)if(X.gzhead.comment){ae=X.pending;do{if(X.pending===X.pending_buf_size&&(X.gzhead.hcrc&&X.pending>ae&&(e.adler=le(e.adler,X.pending_buf,X.pending-ae,ae)),B(e),ae=X.pending,X.pending===X.pending_buf_size)){_e=1;break}_e=X.gzindex<X.gzhead.comment.length?255&X.gzhead.comment.charCodeAt(X.gzindex++):0,E(X,_e)}while(_e!==0);X.gzhead.hcrc&&X.pending>ae&&(e.adler=le(e.adler,X.pending_buf,X.pending-ae,ae)),_e===0&&(X.status=Te)}else X.status=Te;if(X.status===Te&&(X.gzhead.hcrc?(X.pending+2>X.pending_buf_size&&B(e),X.pending+2<=X.pending_buf_size&&(E(X,255&e.adler),E(X,e.adler>>8&255),e.adler=0,X.status=Oe)):X.status=Oe),X.pending!==0){if(B(e),e.avail_out===0)return X.last_flush=-1,0}else if(e.avail_in===0&&p(R)<=p(W)&&R!==4)return I(e,-5);if(X.status===Ae&&e.avail_in!==0)return I(e,-5);if(e.avail_in!==0||X.lookahead!==0||R!==0&&X.status!==Ae){var Me=X.strategy===2?function(e,R){for(var W;;){if(e.lookahead===0&&(y(e),e.lookahead===0)){if(R===0)return 1;break}if(e.match_length=0,W=ie._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++,W&&(C(e,!1),e.strm.avail_out===0))return 1}return e.insert=0,R===4?(C(e,!0),e.strm.avail_out===0?3:4):e.last_lit&&(C(e,!1),e.strm.avail_out===0)?1:2}(X,R):X.strategy===3?function(e,R){for(var W,Y,X,ae,le=e.window;;){if(e.lookahead<=be){if(y(e),e.lookahead<=be&&R===0)return 1;if(e.lookahead===0)break}if(e.match_length=0,e.lookahead>=3&&e.strstart>0&&(Y=le[X=e.strstart-1])===le[++X]&&Y===le[++X]&&Y===le[++X]){ae=e.strstart+be;do;while(Y===le[++X]&&Y===le[++X]&&Y===le[++X]&&Y===le[++X]&&Y===le[++X]&&Y===le[++X]&&Y===le[++X]&&Y===le[++X]&&X<ae);e.match_length=be-(ae-X),e.match_length>e.lookahead&&(e.match_length=e.lookahead)}if(e.match_length>=3?(W=ie._tr_tally(e,1,e.match_length-3),e.lookahead-=e.match_length,e.strstart+=e.match_length,e.match_length=0):(W=ie._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++),W&&(C(e,!1),e.strm.avail_out===0))return 1}return e.insert=0,R===4?(C(e,!0),e.strm.avail_out===0?3:4):e.last_lit&&(C(e,!1),e.strm.avail_out===0)?1:2}(X,R):Y[X.level].func(X,R);if(Me!==3&&Me!==4||(X.status=Ae),Me===1||Me===3)return e.avail_out===0&&(X.last_flush=-1),0;if(Me===2&&(R===1?ie._tr_align(X):R!==5&&(ie._tr_stored_block(X,0,0,!1),R===3&&(f(X.head),X.lookahead===0&&(X.strstart=0,X.block_start=0,X.insert=0))),B(e),e.avail_out===0))return X.last_flush=-1,0}return R===4?X.wrap<=0?1:(X.wrap===2?(E(X,255&e.adler),E(X,e.adler>>8&255),E(X,e.adler>>16&255),E(X,e.adler>>24&255),E(X,255&e.total_in),E(X,e.total_in>>8&255),E(X,e.total_in>>16&255),E(X,e.total_in>>24&255)):(Q(X,e.adler>>>16),Q(X,65535&e.adler)),B(e),X.wrap>0&&(X.wrap=-X.wrap),+(X.pending===0)):0},R.deflateEnd=function(e){var R;return e&&e.state?(R=e.state.status)!==42&&R!==69&&R!==73&&R!==91&&R!==Te&&R!==Oe&&R!==Ae?I(e,ye):(e.state=null,R===Oe?I(e,-3):0):ye},R.deflateSetDictionary=function(e,R){var W,Y,ie,le,_e,be,Ce,Te,Oe=R.length;if(!e||!e.state||(le=(W=e.state).wrap)===2||le===1&&W.status!==42||W.lookahead)return ye;for(le===1&&(e.adler=ae(e.adler,R,Oe,0)),W.wrap=0,Oe>=W.w_size&&(le===0&&(f(W.head),W.strstart=0,W.block_start=0,W.insert=0),Te=new X.Buf8(W.w_size),X.arraySet(Te,R,Oe-W.w_size,W.w_size,0),R=Te,Oe=W.w_size),_e=e.avail_in,be=e.next_in,Ce=e.input,e.avail_in=Oe,e.next_in=0,e.input=R,y(W);W.lookahead>=3;){Y=W.strstart,ie=W.lookahead-2;do W.ins_h=(W.ins_h<<W.hash_shift^W.window[Y+3-1])&W.hash_mask,W.prev[Y&W.w_mask]=W.head[W.ins_h],W.head[W.ins_h]=Y,Y++;while(--ie);W.strstart=Y,W.lookahead=2,y(W)}return W.strstart+=W.lookahead,W.block_start=W.strstart,W.insert=W.lookahead,W.lookahead=0,W.match_length=W.prev_length=2,W.match_available=0,e.next_in=be,e.input=Ce,e.avail_in=_e,W.wrap=le,0},R.deflateInfo=`pako deflate (from Nodeca project)`},414(e){e.exports=function(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name=``,this.comment=``,this.hcrc=0,this.done=!1}},442(e){e.exports=function(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg=``,this.state=null,this.data_type=2,this.adler=0}},447(e,R,W){var Y=W(805),X=W(269),ie=W(823),ae=W(293),le=W(998),_e=-2,ye=12,be=30;function g(e){return(e>>>24&255)+(e>>>8&65280)+((65280&e)<<8)+((255&e)<<24)}function d(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new Y.Buf16(320),this.work=new Y.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function h(e){var R;return e&&e.state?(R=e.state,e.total_in=e.total_out=R.total=0,e.msg=``,R.wrap&&(e.adler=1&R.wrap),R.mode=1,R.last=0,R.havedict=0,R.dmax=32768,R.head=null,R.hold=0,R.bits=0,R.lencode=R.lendyn=new Y.Buf32(852),R.distcode=R.distdyn=new Y.Buf32(592),R.sane=1,R.back=-1,0):_e}function u(e){var R;return e&&e.state?((R=e.state).wsize=0,R.whave=0,R.wnext=0,h(e)):_e}function I(e,R){var W,Y;return e&&e.state?(Y=e.state,R<0?(W=0,R=-R):(W=1+(R>>4),R<48&&(R&=15)),R&&(R<8||R>15)?_e:(Y.window!==null&&Y.wbits!==R&&(Y.window=null),Y.wrap=W,Y.wbits=R,u(e))):_e}function p(e,R){var W,Y;return e?(Y=new d,e.state=Y,Y.window=null,(W=I(e,R))!==0&&(e.state=null),W):_e}var Ce,Te,Oe=!0;function E(e){if(Oe){var R;for(Ce=new Y.Buf32(512),Te=new Y.Buf32(32),R=0;R<144;)e.lens[R++]=8;for(;R<256;)e.lens[R++]=9;for(;R<280;)e.lens[R++]=7;for(;R<288;)e.lens[R++]=8;for(le(1,e.lens,0,288,Ce,0,e.work,{bits:9}),R=0;R<32;)e.lens[R++]=5;le(2,e.lens,0,32,Te,0,e.work,{bits:5}),Oe=!1}e.lencode=Ce,e.lenbits=9,e.distcode=Te,e.distbits=5}function Q(e,R,W,X){var ie,ae=e.state;return ae.window===null&&(ae.wsize=1<<ae.wbits,ae.wnext=0,ae.whave=0,ae.window=new Y.Buf8(ae.wsize)),X>=ae.wsize?(Y.arraySet(ae.window,R,W-ae.wsize,ae.wsize,0),ae.wnext=0,ae.whave=ae.wsize):((ie=ae.wsize-ae.wnext)>X&&(ie=X),Y.arraySet(ae.window,R,W-X,ie,ae.wnext),(X-=ie)?(Y.arraySet(ae.window,R,W-X,X,0),ae.wnext=X,ae.whave=ae.wsize):(ae.wnext+=ie,ae.wnext===ae.wsize&&(ae.wnext=0),ae.whave<ae.wsize&&(ae.whave+=ie))),0}R.inflateReset=u,R.inflateReset2=I,R.inflateResetKeep=h,R.inflateInit=function(e){return p(e,15)},R.inflateInit2=p,R.inflate=function(e,R){var W,Ce,Te,Oe,Ae,Me,Pe,Re,Be,Ve,He,Ue,We,Ge,Ke,qe,Je,Ye,Xe,Ze,Qe,$e,et,tt,nt=0,rt=new Y.Buf8(4),it=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!e||!e.state||!e.output||!e.input&&e.avail_in!==0)return _e;(W=e.state).mode===ye&&(W.mode=13),Ae=e.next_out,Te=e.output,Pe=e.avail_out,Oe=e.next_in,Ce=e.input,Me=e.avail_in,Re=W.hold,Be=W.bits,Ve=Me,He=Pe,$e=0;e:for(;;)switch(W.mode){case 1:if(W.wrap===0){W.mode=13;break}for(;Be<16;){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}if(2&W.wrap&&Re===35615){W.check=0,rt[0]=255&Re,rt[1]=Re>>>8&255,W.check=ie(W.check,rt,2,0),Re=0,Be=0,W.mode=2;break}if(W.flags=0,W.head&&(W.head.done=!1),!(1&W.wrap)||(((255&Re)<<8)+(Re>>8))%31){e.msg=`incorrect header check`,W.mode=be;break}if((15&Re)!=8){e.msg=`unknown compression method`,W.mode=be;break}if(Be-=4,Qe=8+(15&(Re>>>=4)),W.wbits===0)W.wbits=Qe;else if(Qe>W.wbits){e.msg=`invalid window size`,W.mode=be;break}W.dmax=1<<Qe,e.adler=W.check=1,W.mode=512&Re?10:ye,Re=0,Be=0;break;case 2:for(;Be<16;){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}if(W.flags=Re,(255&W.flags)!=8){e.msg=`unknown compression method`,W.mode=be;break}if(57344&W.flags){e.msg=`unknown header flags set`,W.mode=be;break}W.head&&(W.head.text=Re>>8&1),512&W.flags&&(rt[0]=255&Re,rt[1]=Re>>>8&255,W.check=ie(W.check,rt,2,0)),Re=0,Be=0,W.mode=3;case 3:for(;Be<32;){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}W.head&&(W.head.time=Re),512&W.flags&&(rt[0]=255&Re,rt[1]=Re>>>8&255,rt[2]=Re>>>16&255,rt[3]=Re>>>24&255,W.check=ie(W.check,rt,4,0)),Re=0,Be=0,W.mode=4;case 4:for(;Be<16;){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}W.head&&(W.head.xflags=255&Re,W.head.os=Re>>8),512&W.flags&&(rt[0]=255&Re,rt[1]=Re>>>8&255,W.check=ie(W.check,rt,2,0)),Re=0,Be=0,W.mode=5;case 5:if(1024&W.flags){for(;Be<16;){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}W.length=Re,W.head&&(W.head.extra_len=Re),512&W.flags&&(rt[0]=255&Re,rt[1]=Re>>>8&255,W.check=ie(W.check,rt,2,0)),Re=0,Be=0}else W.head&&(W.head.extra=null);W.mode=6;case 6:if(1024&W.flags&&((Ue=W.length)>Me&&(Ue=Me),Ue&&(W.head&&(Qe=W.head.extra_len-W.length,W.head.extra||(W.head.extra=Array(W.head.extra_len)),Y.arraySet(W.head.extra,Ce,Oe,Ue,Qe)),512&W.flags&&(W.check=ie(W.check,Ce,Ue,Oe)),Me-=Ue,Oe+=Ue,W.length-=Ue),W.length))break e;W.length=0,W.mode=7;case 7:if(2048&W.flags){if(Me===0)break e;Ue=0;do Qe=Ce[Oe+ Ue++],W.head&&Qe&&W.length<65536&&(W.head.name+=String.fromCharCode(Qe));while(Qe&&Ue<Me);if(512&W.flags&&(W.check=ie(W.check,Ce,Ue,Oe)),Me-=Ue,Oe+=Ue,Qe)break e}else W.head&&(W.head.name=null);W.length=0,W.mode=8;case 8:if(4096&W.flags){if(Me===0)break e;Ue=0;do Qe=Ce[Oe+ Ue++],W.head&&Qe&&W.length<65536&&(W.head.comment+=String.fromCharCode(Qe));while(Qe&&Ue<Me);if(512&W.flags&&(W.check=ie(W.check,Ce,Ue,Oe)),Me-=Ue,Oe+=Ue,Qe)break e}else W.head&&(W.head.comment=null);W.mode=9;case 9:if(512&W.flags){for(;Be<16;){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}if(Re!==(65535&W.check)){e.msg=`header crc mismatch`,W.mode=be;break}Re=0,Be=0}W.head&&(W.head.hcrc=W.flags>>9&1,W.head.done=!0),e.adler=W.check=0,W.mode=ye;break;case 10:for(;Be<32;){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}e.adler=W.check=g(Re),Re=0,Be=0,W.mode=11;case 11:if(W.havedict===0)return e.next_out=Ae,e.avail_out=Pe,e.next_in=Oe,e.avail_in=Me,W.hold=Re,W.bits=Be,2;e.adler=W.check=1,W.mode=ye;case ye:if(R===5||R===6)break e;case 13:if(W.last){Re>>>=7&Be,Be-=7&Be,W.mode=27;break}for(;Be<3;){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}switch(W.last=1&Re,--Be,3&(Re>>>=1)){case 0:W.mode=14;break;case 1:if(E(W),W.mode=20,R===6){Re>>>=2,Be-=2;break e}break;case 2:W.mode=17;break;case 3:e.msg=`invalid block type`,W.mode=be}Re>>>=2,Be-=2;break;case 14:for(Re>>>=7&Be,Be-=7&Be;Be<32;){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}if((65535&Re)!=(Re>>>16^65535)){e.msg=`invalid stored block lengths`,W.mode=be;break}if(W.length=65535&Re,Re=0,Be=0,W.mode=15,R===6)break e;case 15:W.mode=16;case 16:if(Ue=W.length){if(Ue>Me&&(Ue=Me),Ue>Pe&&(Ue=Pe),Ue===0)break e;Y.arraySet(Te,Ce,Oe,Ue,Ae),Me-=Ue,Oe+=Ue,Pe-=Ue,Ae+=Ue,W.length-=Ue;break}W.mode=ye;break;case 17:for(;Be<14;){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}if(W.nlen=257+(31&Re),Re>>>=5,Be-=5,W.ndist=1+(31&Re),Re>>>=5,Be-=5,W.ncode=4+(15&Re),Re>>>=4,Be-=4,W.nlen>286||W.ndist>30){e.msg=`too many length or distance symbols`,W.mode=be;break}W.have=0,W.mode=18;case 18:for(;W.have<W.ncode;){for(;Be<3;){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}W.lens[it[W.have++]]=7&Re,Re>>>=3,Be-=3}for(;W.have<19;)W.lens[it[W.have++]]=0;if(W.lencode=W.lendyn,W.lenbits=7,et={bits:W.lenbits},$e=le(0,W.lens,0,19,W.lencode,0,W.work,et),W.lenbits=et.bits,$e){e.msg=`invalid code lengths set`,W.mode=be;break}W.have=0,W.mode=19;case 19:for(;W.have<W.nlen+W.ndist;){for(;qe=(nt=W.lencode[Re&(1<<W.lenbits)-1])>>>16&255,Je=65535&nt,!((Ke=nt>>>24)<=Be);){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}if(Je<16)Re>>>=Ke,Be-=Ke,W.lens[W.have++]=Je;else{if(Je===16){for(tt=Ke+2;Be<tt;){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}if(Re>>>=Ke,Be-=Ke,W.have===0){e.msg=`invalid bit length repeat`,W.mode=be;break}Qe=W.lens[W.have-1],Ue=3+(3&Re),Re>>>=2,Be-=2}else if(Je===17){for(tt=Ke+3;Be<tt;){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}Be-=Ke,Qe=0,Ue=3+(7&(Re>>>=Ke)),Re>>>=3,Be-=3}else{for(tt=Ke+7;Be<tt;){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}Be-=Ke,Qe=0,Ue=11+(127&(Re>>>=Ke)),Re>>>=7,Be-=7}if(W.have+Ue>W.nlen+W.ndist){e.msg=`invalid bit length repeat`,W.mode=be;break}for(;Ue--;)W.lens[W.have++]=Qe}}if(W.mode===be)break;if(W.lens[256]===0){e.msg=`invalid code -- missing end-of-block`,W.mode=be;break}if(W.lenbits=9,et={bits:W.lenbits},$e=le(1,W.lens,0,W.nlen,W.lencode,0,W.work,et),W.lenbits=et.bits,$e){e.msg=`invalid literal/lengths set`,W.mode=be;break}if(W.distbits=6,W.distcode=W.distdyn,et={bits:W.distbits},$e=le(2,W.lens,W.nlen,W.ndist,W.distcode,0,W.work,et),W.distbits=et.bits,$e){e.msg=`invalid distances set`,W.mode=be;break}if(W.mode=20,R===6)break e;case 20:W.mode=21;case 21:if(Me>=6&&Pe>=258){e.next_out=Ae,e.avail_out=Pe,e.next_in=Oe,e.avail_in=Me,W.hold=Re,W.bits=Be,ae(e,He),Ae=e.next_out,Te=e.output,Pe=e.avail_out,Oe=e.next_in,Ce=e.input,Me=e.avail_in,Re=W.hold,Be=W.bits,W.mode===ye&&(W.back=-1);break}for(W.back=0;qe=(nt=W.lencode[Re&(1<<W.lenbits)-1])>>>16&255,Je=65535&nt,!((Ke=nt>>>24)<=Be);){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}if(qe&&!(240&qe)){for(Ye=Ke,Xe=qe,Ze=Je;qe=(nt=W.lencode[Ze+((Re&(1<<Ye+Xe)-1)>>Ye)])>>>16&255,Je=65535&nt,!(Ye+(Ke=nt>>>24)<=Be);){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}Re>>>=Ye,Be-=Ye,W.back+=Ye}if(Re>>>=Ke,Be-=Ke,W.back+=Ke,W.length=Je,qe===0){W.mode=26;break}if(32&qe){W.back=-1,W.mode=ye;break}if(64&qe){e.msg=`invalid literal/length code`,W.mode=be;break}W.extra=15&qe,W.mode=22;case 22:if(W.extra){for(tt=W.extra;Be<tt;){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}W.length+=Re&(1<<W.extra)-1,Re>>>=W.extra,Be-=W.extra,W.back+=W.extra}W.was=W.length,W.mode=23;case 23:for(;qe=(nt=W.distcode[Re&(1<<W.distbits)-1])>>>16&255,Je=65535&nt,!((Ke=nt>>>24)<=Be);){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}if(!(240&qe)){for(Ye=Ke,Xe=qe,Ze=Je;qe=(nt=W.distcode[Ze+((Re&(1<<Ye+Xe)-1)>>Ye)])>>>16&255,Je=65535&nt,!(Ye+(Ke=nt>>>24)<=Be);){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}Re>>>=Ye,Be-=Ye,W.back+=Ye}if(Re>>>=Ke,Be-=Ke,W.back+=Ke,64&qe){e.msg=`invalid distance code`,W.mode=be;break}W.offset=Je,W.extra=15&qe,W.mode=24;case 24:if(W.extra){for(tt=W.extra;Be<tt;){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}W.offset+=Re&(1<<W.extra)-1,Re>>>=W.extra,Be-=W.extra,W.back+=W.extra}if(W.offset>W.dmax){e.msg=`invalid distance too far back`,W.mode=be;break}W.mode=25;case 25:if(Pe===0)break e;if(Ue=He-Pe,W.offset>Ue){if((Ue=W.offset-Ue)>W.whave&&W.sane){e.msg=`invalid distance too far back`,W.mode=be;break}Ue>W.wnext?(Ue-=W.wnext,We=W.wsize-Ue):We=W.wnext-Ue,Ue>W.length&&(Ue=W.length),Ge=W.window}else Ge=Te,We=Ae-W.offset,Ue=W.length;Ue>Pe&&(Ue=Pe),Pe-=Ue,W.length-=Ue;do Te[Ae++]=Ge[We++];while(--Ue);W.length===0&&(W.mode=21);break;case 26:if(Pe===0)break e;Te[Ae++]=W.length,Pe--,W.mode=21;break;case 27:if(W.wrap){for(;Be<32;){if(Me===0)break e;Me--,Re|=Ce[Oe++]<<Be,Be+=8}if(He-=Pe,e.total_out+=He,W.total+=He,He&&(e.adler=W.check=W.flags?ie(W.check,Te,He,Ae-He):X(W.check,Te,He,Ae-He)),He=Pe,(W.flags?Re:g(Re))!==W.check){e.msg=`incorrect data check`,W.mode=be;break}Re=0,Be=0}W.mode=28;case 28:if(W.wrap&&W.flags){for(;Be<32;){if(Me===0)break e;Me--,Re+=Ce[Oe++]<<Be,Be+=8}if(Re!==(4294967295&W.total)){e.msg=`incorrect length check`,W.mode=be;break}Re=0,Be=0}W.mode=29;case 29:$e=1;break e;case be:$e=-3;break e;case 31:return-4;default:return _e}return e.next_out=Ae,e.avail_out=Pe,e.next_in=Oe,e.avail_in=Me,W.hold=Re,W.bits=Be,(W.wsize||He!==e.avail_out&&W.mode<be&&(W.mode<27||R!==4))&&Q(e,e.output,e.next_out,He-e.avail_out)?(W.mode=31,-4):(Ve-=e.avail_in,He-=e.avail_out,e.total_in+=Ve,e.total_out+=He,W.total+=He,W.wrap&&He&&(e.adler=W.check=W.flags?ie(W.check,Te,He,e.next_out-He):X(W.check,Te,He,e.next_out-He)),e.data_type=W.bits+(W.last?64:0)+(W.mode===ye?128:0)+(W.mode===20||W.mode===15?256:0),(Ve===0&&He===0||R===4)&&$e===0&&($e=-5),$e)},R.inflateEnd=function(e){if(!e||!e.state)return _e;var R=e.state;return R.window&&=null,e.state=null,0},R.inflateGetHeader=function(e,R){var W;return e&&e.state&&2&(W=e.state).wrap?(W.head=R,R.done=!1,0):_e},R.inflateSetDictionary=function(e,R){var W,Y=R.length;return e&&e.state?(W=e.state).wrap!==0&&W.mode!==11?_e:W.mode===11&&X(1,R,Y,0)!==W.check?-3:Q(e,R,Y,Y)?(W.mode=31,-4):(W.havedict=1,0):_e},R.inflateInfo=`pako inflate (from Nodeca project)`},665(e,R,W){var Y=W(805);function n(e){for(var R=e.length;--R>=0;)e[R]=0}var X=256,ie=286,ae=30,le=15,_e=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],ye=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],be=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],Ce=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],Te=Array(576);n(Te);var Oe=Array(60);n(Oe);var Ae=Array(512);n(Ae);var Me=Array(256);n(Me);var Pe=Array(29);n(Pe);var Re,Be,Ve,He=Array(ae);function m(e,R,W,Y,X){this.static_tree=e,this.extra_bits=R,this.extra_base=W,this.elems=Y,this.max_length=X,this.has_stree=e&&e.length}function y(e,R){this.dyn_tree=e,this.max_code=0,this.stat_desc=R}function w(e){return e<256?Ae[e]:Ae[256+(e>>>7)]}function _(e,R){e.pending_buf[e.pending++]=255&R,e.pending_buf[e.pending++]=R>>>8&255}function v(e,R,W){e.bi_valid>16-W?(e.bi_buf|=R<<e.bi_valid&65535,_(e,e.bi_buf),e.bi_buf=R>>16-e.bi_valid,e.bi_valid+=W-16):(e.bi_buf|=R<<e.bi_valid&65535,e.bi_valid+=W)}function b(e,R,W){v(e,W[2*R],W[2*R+1])}function k(e,R){var W=0;do W|=1&e,e>>>=1,W<<=1;while(--R>0);return W>>>1}function D(e,R,W){var Y,X,ie=Array(16),ae=0;for(Y=1;Y<=le;Y++)ie[Y]=ae=ae+W[Y-1]<<1;for(X=0;X<=R;X++){var _e=e[2*X+1];_e!==0&&(e[2*X]=k(ie[_e]++,_e))}}function S(e){var R;for(R=0;R<ie;R++)e.dyn_ltree[2*R]=0;for(R=0;R<ae;R++)e.dyn_dtree[2*R]=0;for(R=0;R<19;R++)e.bl_tree[2*R]=0;e.dyn_ltree[512]=1,e.opt_len=e.static_len=0,e.last_lit=e.matches=0}function x(e){e.bi_valid>8?_(e,e.bi_buf):e.bi_valid>0&&(e.pending_buf[e.pending++]=e.bi_buf),e.bi_buf=0,e.bi_valid=0}function z(e,R,W,Y){var X=2*R,ie=2*W;return e[X]<e[ie]||e[X]===e[ie]&&Y[R]<=Y[W]}function F(e,R,W){for(var Y=e.heap[W],X=W<<1;X<=e.heap_len&&(X<e.heap_len&&z(R,e.heap[X+1],e.heap[X],e.depth)&&X++,!z(R,Y,e.heap[X],e.depth));)e.heap[W]=e.heap[X],W=X,X<<=1;e.heap[W]=Y}function L(e,R,W){var Y,ie,ae,le,be=0;if(e.last_lit!==0)do Y=e.pending_buf[e.d_buf+2*be]<<8|e.pending_buf[e.d_buf+2*be+1],ie=e.pending_buf[e.l_buf+be],be++,Y===0?b(e,ie,R):(b(e,(ae=Me[ie])+X+1,R),(le=_e[ae])!==0&&v(e,ie-=Pe[ae],le),b(e,ae=w(--Y),W),(le=ye[ae])!==0&&v(e,Y-=He[ae],le));while(be<e.last_lit);b(e,256,R)}function N(e,R){var W,Y,X,ie=R.dyn_tree,ae=R.stat_desc.static_tree,_e=R.stat_desc.has_stree,ye=R.stat_desc.elems,be=-1;for(e.heap_len=0,e.heap_max=573,W=0;W<ye;W++)ie[2*W]===0?ie[2*W+1]=0:(e.heap[++e.heap_len]=be=W,e.depth[W]=0);for(;e.heap_len<2;)ie[2*(X=e.heap[++e.heap_len]=be<2?++be:0)]=1,e.depth[X]=0,e.opt_len--,_e&&(e.static_len-=ae[2*X+1]);for(R.max_code=be,W=e.heap_len>>1;W>=1;W--)F(e,ie,W);X=ye;do W=e.heap[1],e.heap[1]=e.heap[e.heap_len--],F(e,ie,1),Y=e.heap[1],e.heap[--e.heap_max]=W,e.heap[--e.heap_max]=Y,ie[2*X]=ie[2*W]+ie[2*Y],e.depth[X]=(e.depth[W]>=e.depth[Y]?e.depth[W]:e.depth[Y])+1,ie[2*W+1]=ie[2*Y+1]=X,e.heap[1]=X++,F(e,ie,1);while(e.heap_len>=2);e.heap[--e.heap_max]=e.heap[1],function(e,R){var W,Y,X,ie,ae,_e,ye=R.dyn_tree,be=R.max_code,Ce=R.stat_desc.static_tree,Te=R.stat_desc.has_stree,Oe=R.stat_desc.extra_bits,Ae=R.stat_desc.extra_base,Me=R.stat_desc.max_length,Pe=0;for(ie=0;ie<=le;ie++)e.bl_count[ie]=0;for(ye[2*e.heap[e.heap_max]+1]=0,W=e.heap_max+1;W<573;W++)(ie=ye[2*ye[2*(Y=e.heap[W])+1]+1]+1)>Me&&(ie=Me,Pe++),ye[2*Y+1]=ie,Y>be||(e.bl_count[ie]++,ae=0,Y>=Ae&&(ae=Oe[Y-Ae]),_e=ye[2*Y],e.opt_len+=_e*(ie+ae),Te&&(e.static_len+=_e*(Ce[2*Y+1]+ae)));if(Pe!==0){do{for(ie=Me-1;e.bl_count[ie]===0;)ie--;e.bl_count[ie]--,e.bl_count[ie+1]+=2,e.bl_count[Me]--,Pe-=2}while(Pe>0);for(ie=Me;ie!==0;ie--)for(Y=e.bl_count[ie];Y!==0;)(X=e.heap[--W])>be||(ye[2*X+1]!==ie&&(e.opt_len+=(ie-ye[2*X+1])*ye[2*X],ye[2*X+1]=ie),Y--)}}(e,R),D(ie,be,e.bl_count)}function G(e,R,W){var Y,X,ie=-1,ae=R[1],le=0,_e=7,ye=4;for(ae===0&&(_e=138,ye=3),R[2*(W+1)+1]=65535,Y=0;Y<=W;Y++)X=ae,ae=R[2*(Y+1)+1],++le<_e&&X===ae||(le<ye?e.bl_tree[2*X]+=le:X===0?le<=10?e.bl_tree[34]++:e.bl_tree[36]++:(X!==ie&&e.bl_tree[2*X]++,e.bl_tree[32]++),le=0,ie=X,ae===0?(_e=138,ye=3):X===ae?(_e=6,ye=3):(_e=7,ye=4))}function T(e,R,W){var Y,X,ie=-1,ae=R[1],le=0,_e=7,ye=4;for(ae===0&&(_e=138,ye=3),Y=0;Y<=W;Y++)if(X=ae,ae=R[2*(Y+1)+1],!(++le<_e&&X===ae)){if(le<ye)do b(e,X,e.bl_tree);while(--le!=0);else X===0?le<=10?(b(e,17,e.bl_tree),v(e,le-3,3)):(b(e,18,e.bl_tree),v(e,le-11,7)):(X!==ie&&(b(e,X,e.bl_tree),le--),b(e,16,e.bl_tree),v(e,le-3,2));le=0,ie=X,ae===0?(_e=138,ye=3):X===ae?(_e=6,ye=3):(_e=7,ye=4)}}n(He);var Ue=!1;function M(e,R,W,X){v(e,0+ +!!X,3),function(e,R,W,X){x(e),X&&(_(e,W),_(e,~W)),Y.arraySet(e.pending_buf,e.window,R,W,e.pending),e.pending+=W}(e,R,W,!0)}R._tr_init=function(e){Ue||=(function(){var e,R,W,Y,X,Ce=Array(16);for(W=0,Y=0;Y<28;Y++)for(Pe[Y]=W,e=0;e<1<<_e[Y];e++)Me[W++]=Y;for(Me[W-1]=Y,X=0,Y=0;Y<16;Y++)for(He[Y]=X,e=0;e<1<<ye[Y];e++)Ae[X++]=Y;for(X>>=7;Y<ae;Y++)for(He[Y]=X<<7,e=0;e<1<<ye[Y]-7;e++)Ae[256+ X++]=Y;for(R=0;R<=le;R++)Ce[R]=0;for(e=0;e<=143;)Te[2*e+1]=8,e++,Ce[8]++;for(;e<=255;)Te[2*e+1]=9,e++,Ce[9]++;for(;e<=279;)Te[2*e+1]=7,e++,Ce[7]++;for(;e<=287;)Te[2*e+1]=8,e++,Ce[8]++;for(D(Te,287,Ce),e=0;e<ae;e++)Oe[2*e+1]=5,Oe[2*e]=k(e,5);Re=new m(Te,_e,257,ie,le),Be=new m(Oe,ye,0,ae,le),Ve=new m([],be,0,19,7)}(),!0),e.l_desc=new y(e.dyn_ltree,Re),e.d_desc=new y(e.dyn_dtree,Be),e.bl_desc=new y(e.bl_tree,Ve),e.bi_buf=0,e.bi_valid=0,S(e)},R._tr_stored_block=M,R._tr_flush_block=function(e,R,W,Y){var ie,ae,le=0;e.level>0?(e.strm.data_type===2&&(e.strm.data_type=function(e){var R,W=4093624447;for(R=0;R<=31;R++,W>>>=1)if(1&W&&e.dyn_ltree[2*R]!==0)return 0;if(e.dyn_ltree[18]!==0||e.dyn_ltree[20]!==0||e.dyn_ltree[26]!==0)return 1;for(R=32;R<X;R++)if(e.dyn_ltree[2*R]!==0)return 1;return 0}(e)),N(e,e.l_desc),N(e,e.d_desc),le=function(e){var R;for(G(e,e.dyn_ltree,e.l_desc.max_code),G(e,e.dyn_dtree,e.d_desc.max_code),N(e,e.bl_desc),R=18;R>=3&&e.bl_tree[2*Ce[R]+1]===0;R--);return e.opt_len+=3*(R+1)+5+5+4,R}(e),ie=e.opt_len+3+7>>>3,(ae=e.static_len+3+7>>>3)<=ie&&(ie=ae)):ie=ae=W+5,W+4<=ie&&R!==-1?M(e,R,W,Y):e.strategy===4||ae===ie?(v(e,2+ +!!Y,3),L(e,Te,Oe)):(v(e,4+ +!!Y,3),function(e,R,W,Y){var X;for(v(e,R-257,5),v(e,W-1,5),v(e,Y-4,4),X=0;X<Y;X++)v(e,e.bl_tree[2*Ce[X]+1],3);T(e,e.dyn_ltree,R-1),T(e,e.dyn_dtree,W-1)}(e,e.l_desc.max_code+1,e.d_desc.max_code+1,le+1),L(e,e.dyn_ltree,e.dyn_dtree)),S(e),Y&&x(e)},R._tr_tally=function(e,R,W){return e.pending_buf[e.d_buf+2*e.last_lit]=R>>>8&255,e.pending_buf[e.d_buf+2*e.last_lit+1]=255&R,e.pending_buf[e.l_buf+e.last_lit]=255&W,e.last_lit++,R===0?e.dyn_ltree[2*W]++:(e.matches++,R--,e.dyn_ltree[2*(Me[W]+X+1)]++,e.dyn_dtree[2*w(R)]++),e.last_lit===e.lit_bufsize-1},R._tr_align=function(e){v(e,2,3),b(e,256,Te),function(e){e.bi_valid===16?(_(e,e.bi_buf),e.bi_buf=0,e.bi_valid=0):e.bi_valid>=8&&(e.pending_buf[e.pending++]=255&e.bi_buf,e.bi_buf>>=8,e.bi_valid-=8)}(e)}},668(e,R,W){var Y={};(0,W(805).assign)(Y,W(303),W(83),W(681)),e.exports=Y},674(e){e.exports={2:`need dictionary`,1:`stream end`,0:``,"-1":`file error`,"-2":`stream error`,"-3":`data error`,"-4":`insufficient memory`,"-5":`buffer error`,"-6":`incompatible version`}},681(e){e.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}},805(e,R){var W=typeof Uint8Array<`u`&&typeof Uint16Array<`u`&&typeof Int32Array<`u`;function i(e,R){return Object.prototype.hasOwnProperty.call(e,R)}R.assign=function(e){for(var R=Array.prototype.slice.call(arguments,1);R.length;){var W=R.shift();if(W){if(typeof W!=`object`)throw TypeError(W+`must be non-object`);for(var Y in W)i(W,Y)&&(e[Y]=W[Y])}}return e},R.shrinkBuf=function(e,R){return e.length===R?e:e.subarray?e.subarray(0,R):(e.length=R,e)};var Y={arraySet:function(e,R,W,Y,X){if(R.subarray&&e.subarray)e.set(R.subarray(W,W+Y),X);else for(var ie=0;ie<Y;ie++)e[X+ie]=R[W+ie]},flattenChunks:function(e){var R,W,Y,X,ie,ae;for(Y=0,R=0,W=e.length;R<W;R++)Y+=e[R].length;for(ae=new Uint8Array(Y),X=0,R=0,W=e.length;R<W;R++)ie=e[R],ae.set(ie,X),X+=ie.length;return ae}},X={arraySet:function(e,R,W,Y,X){for(var ie=0;ie<Y;ie++)e[X+ie]=R[W+ie]},flattenChunks:function(e){return[].concat.apply([],e)}};R.setTyped=function(e){e?(R.Buf8=Uint8Array,R.Buf16=Uint16Array,R.Buf32=Int32Array,R.assign(R,Y)):(R.Buf8=Array,R.Buf16=Array,R.Buf32=Array,R.assign(R,X))},R.setTyped(W)},823(e){var R=function(){for(var e,R=[],W=0;W<256;W++){e=W;for(var Y=0;Y<8;Y++)e=1&e?3988292384^e>>>1:e>>>1;R[W]=e}return R}();e.exports=function(e,W,Y,X){var ie=R,ae=X+Y;e^=-1;for(var le=X;le<ae;le++)e=e>>>8^ie[255&(e^W[le])];return~e}},996(e,R,W){var Y=W(805),X=!0,ie=!0;try{String.fromCharCode.apply(null,[0])}catch{X=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch{ie=!1}for(var ae=new Y.Buf8(256),le=0;le<256;le++)ae[le]=le>=252?6:le>=248?5:le>=240?4:le>=224?3:le>=192?2:1;function a(e,R){if(R<65534&&(e.subarray&&ie||!e.subarray&&X))return String.fromCharCode.apply(null,Y.shrinkBuf(e,R));for(var W=``,ae=0;ae<R;ae++)W+=String.fromCharCode(e[ae]);return W}ae[254]=ae[254]=1,R.string2buf=function(e){var R,W,X,ie,ae,le=e.length,_e=0;for(ie=0;ie<le;ie++)(64512&(W=e.charCodeAt(ie)))==55296&&ie+1<le&&(64512&(X=e.charCodeAt(ie+1)))==56320&&(W=65536+(W-55296<<10)+(X-56320),ie++),_e+=W<128?1:W<2048?2:W<65536?3:4;for(R=new Y.Buf8(_e),ae=0,ie=0;ae<_e;ie++)(64512&(W=e.charCodeAt(ie)))==55296&&ie+1<le&&(64512&(X=e.charCodeAt(ie+1)))==56320&&(W=65536+(W-55296<<10)+(X-56320),ie++),W<128?R[ae++]=W:W<2048?(R[ae++]=192|W>>>6,R[ae++]=128|63&W):W<65536?(R[ae++]=224|W>>>12,R[ae++]=128|W>>>6&63,R[ae++]=128|63&W):(R[ae++]=240|W>>>18,R[ae++]=128|W>>>12&63,R[ae++]=128|W>>>6&63,R[ae++]=128|63&W);return R},R.buf2binstring=function(e){return a(e,e.length)},R.binstring2buf=function(e){for(var R=new Y.Buf8(e.length),W=0,X=R.length;W<X;W++)R[W]=e.charCodeAt(W);return R},R.buf2string=function(e,R){var W,Y,X,ie,le=R||e.length,_e=Array(2*le);for(Y=0,W=0;W<le;)if((X=e[W++])<128)_e[Y++]=X;else if((ie=ae[X])>4)_e[Y++]=65533,W+=ie-1;else{for(X&=ie===2?31:ie===3?15:7;ie>1&&W<le;)X=X<<6|63&e[W++],ie--;ie>1?_e[Y++]=65533:X<65536?_e[Y++]=X:(X-=65536,_e[Y++]=55296|X>>10&1023,_e[Y++]=56320|1023&X)}return a(_e,Y)},R.utf8border=function(e,R){var W;for((R||=e.length)>e.length&&(R=e.length),W=R-1;W>=0&&(192&e[W])==128;)W--;return W<0||W===0?R:W+ae[e[W]]>R?W:R}},998(e,R,W){var Y=W(805),X=15,ie=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],ae=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78],le=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],_e=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];e.exports=function(e,R,W,ye,be,Ce,Te,Oe){var Ae,Me,Pe,Re,Be,Ve,He,Ue,We,Ge=Oe.bits,Ke=0,qe=0,Je=0,Ye=0,Xe=0,Ze=0,Qe=0,$e=0,et=0,tt=0,nt=null,rt=0,it=new Y.Buf16(16),at=new Y.Buf16(16),st=null,ct=0;for(Ke=0;Ke<=X;Ke++)it[Ke]=0;for(qe=0;qe<ye;qe++)it[R[W+qe]]++;for(Xe=Ge,Ye=X;Ye>=1&&it[Ye]===0;Ye--);if(Xe>Ye&&(Xe=Ye),Ye===0)return be[Ce++]=20971520,be[Ce++]=20971520,Oe.bits=1,0;for(Je=1;Je<Ye&&it[Je]===0;Je++);for(Xe<Je&&(Xe=Je),$e=1,Ke=1;Ke<=X;Ke++)if($e<<=1,($e-=it[Ke])<0)return-1;if($e>0&&(e===0||Ye!==1))return-1;for(at[1]=0,Ke=1;Ke<X;Ke++)at[Ke+1]=at[Ke]+it[Ke];for(qe=0;qe<ye;qe++)R[W+qe]!==0&&(Te[at[R[W+qe]]++]=qe);if(e===0?(nt=st=Te,Ve=19):e===1?(nt=ie,rt-=257,st=ae,ct-=257,Ve=256):(nt=le,st=_e,Ve=-1),tt=0,qe=0,Ke=Je,Be=Ce,Ze=Xe,Qe=0,Pe=-1,Re=(et=1<<Xe)-1,e===1&&et>852||e===2&&et>592)return 1;for(;;){He=Ke-Qe,Te[qe]<Ve?(Ue=0,We=Te[qe]):Te[qe]>Ve?(Ue=st[ct+Te[qe]],We=nt[rt+Te[qe]]):(Ue=96,We=0),Ae=1<<Ke-Qe,Je=Me=1<<Ze;do be[Be+(tt>>Qe)+(Me-=Ae)]=He<<24|Ue<<16|We;while(Me!==0);for(Ae=1<<Ke-1;tt&Ae;)Ae>>=1;if(Ae===0?tt=0:(tt&=Ae-1,tt+=Ae),qe++,--it[Ke]==0){if(Ke===Ye)break;Ke=R[W+Te[qe]]}if(Ke>Xe&&(tt&Re)!==Pe){for(Qe===0&&(Qe=Xe),Be+=Je,$e=1<<(Ze=Ke-Qe);Ze+Qe<Ye&&!(($e-=it[Ze+Qe])<=0);)Ze++,$e<<=1;if(et+=1<<Ze,e===1&&et>852||e===2&&et>592)return 1;be[Pe=tt&Re]=Xe<<24|Ze<<16|Be-Ce}}return tt!==0&&(be[Be+tt]=Ke-Qe<<24|64<<16),Oe.bits=Xe,0}}},sm={};function S(e){var R=sm[e];if(R!==void 0)return R.exports;var W=sm[e]={exports:{}};return om[e](W,W.exports,S),W.exports}S.d=(e,R)=>{for(var W in R)S.o(R,W)&&!S.o(e,W)&&Object.defineProperty(e,W,{enumerable:!0,get:R[W]})},S.o=(e,R)=>Object.prototype.hasOwnProperty.call(e,R),S.r=e=>{typeof Symbol<`u`&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:`Module`}),Object.defineProperty(e,`__esModule`,{value:!0})};var cm={};S.r(cm),S.d(cm,{base64:()=>Jm,base64url:()=>Ym,bigint:()=>th,boolean:()=>ih,browserEmail:()=>Um,cidrv4:()=>Km,cidrv6:()=>qm,cuid:()=>Em,cuid2:()=>Dm,date:()=>eh,datetime:()=>ft,domain:()=>Zm,duration:()=>Mm,e164:()=>Qm,email:()=>Rm,emoji:()=>At,extendedDuration:()=>Nm,guid:()=>Pm,hex:()=>lh,hostname:()=>Xm,html5Email:()=>zm,idnEmail:()=>Hm,integer:()=>nh,ipv4:()=>Wm,ipv6:()=>Gm,ksuid:()=>Am,lowercase:()=>sh,mac:()=>ot,md5_base64:()=>dh,md5_base64url:()=>fh,md5_hex:()=>uh,nanoid:()=>jm,null:()=>ah,number:()=>rh,rfc5322Email:()=>Bm,sha1_base64:()=>mh,sha1_base64url:()=>hh,sha1_hex:()=>ph,sha256_base64:()=>vh,sha256_base64url:()=>yh,sha256_hex:()=>gh,sha384_base64:()=>xh,sha384_base64url:()=>Sh,sha384_hex:()=>bh,sha512_base64:()=>wh,sha512_base64url:()=>Th,sha512_hex:()=>Ch,string:()=>Bt,time:()=>pt,ulid:()=>Om,undefined:()=>oh,unicodeEmail:()=>Vm,uppercase:()=>ch,uuid:()=>je,uuid4:()=>Fm,uuid6:()=>Im,uuid7:()=>Lm,xid:()=>km});var lm={};S.r(lm),S.d(lm,{endsWith:()=>Pn,gt:()=>Sn,gte:()=>xn,includes:()=>Yn,length:()=>Jn,lowercase:()=>qn,lt:()=>kn,lte:()=>Dn,maxLength:()=>On,maxSize:()=>Tn,mime:()=>Kn,minLength:()=>Un,minSize:()=>Rn,multipleOf:()=>Gn,negative:()=>Fn,nonnegative:()=>Nn,nonpositive:()=>Ln,normalize:()=>Vn,overwrite:()=>Wn,positive:()=>zn,property:()=>$n,regex:()=>Zn,size:()=>Mn,slugify:()=>Ao,startsWith:()=>Hn,toLowerCase:()=>eo,toUpperCase:()=>to,trim:()=>Xn,uppercase:()=>jn});var um={};S.r(um),S.d(um,{ZodISODate:()=>x_,ZodISODateTime:()=>b_,ZodISODuration:()=>C_,ZodISOTime:()=>S_,date:()=>Xo,datetime:()=>Wo,duration:()=>is,time:()=>ts});var dm={};S.r(dm),S.d(dm,{ZodAny:()=>gv,ZodArray:()=>xv,ZodBase64:()=>rv,ZodBase64URL:()=>iv,ZodBigInt:()=>dv,ZodBigIntFormat:()=>fv,ZodBoolean:()=>uv,ZodCIDRv4:()=>tv,ZodCIDRv6:()=>nv,ZodCUID:()=>q_,ZodCUID2:()=>J_,ZodCatch:()=>Vv,ZodCodec:()=>Wv,ZodCustom:()=>Xv,ZodCustomStringFormat:()=>sv,ZodDate:()=>bv,ZodDefault:()=>Lv,ZodDiscriminatedUnion:()=>Tv,ZodE164:()=>av,ZodEmail:()=>V_,ZodEmoji:()=>G_,ZodEnum:()=>jv,ZodFile:()=>Nv,ZodFunction:()=>Yv,ZodGUID:()=>H_,ZodIPv4:()=>Q_,ZodIPv6:()=>ev,ZodIntersection:()=>Ev,ZodJWT:()=>ov,ZodKSUID:()=>Z_,ZodLazy:()=>qv,ZodLiteral:()=>Mv,ZodMAC:()=>$_,ZodMap:()=>kv,ZodNaN:()=>Hv,ZodNanoID:()=>K_,ZodNever:()=>vv,ZodNonOptional:()=>zv,ZodNull:()=>hv,ZodNullable:()=>Iv,ZodNumber:()=>cv,ZodNumberFormat:()=>lv,ZodObject:()=>Sv,ZodOptional:()=>Fv,ZodPipe:()=>Uv,ZodPrefault:()=>Rv,ZodPromise:()=>Jv,ZodReadonly:()=>Gv,ZodRecord:()=>Ov,ZodSet:()=>Av,ZodString:()=>z_,ZodStringFormat:()=>B_,ZodSuccess:()=>Bv,ZodSymbol:()=>pv,ZodTemplateLiteral:()=>Kv,ZodTransform:()=>Pv,ZodTuple:()=>Dv,ZodType:()=>L_,ZodULID:()=>Y_,ZodURL:()=>W_,ZodUUID:()=>U_,ZodUndefined:()=>mv,ZodUnion:()=>Cv,ZodUnknown:()=>_v,ZodVoid:()=>yv,ZodXID:()=>X_,ZodXor:()=>wv,_ZodString:()=>R_,_default:()=>Na,_function:()=>ol,any:()=>Or,array:()=>Kr,base64:()=>sr,base64url:()=>ar,bigint:()=>Dr,boolean:()=>br,catch:()=>Za,check:()=>rl,cidrv4:()=>Ar,cidrv6:()=>nr,codec:()=>$a,cuid:()=>Os,cuid2:()=>Js,custom:()=>al,date:()=>Pr,describe:()=>gl,discriminatedUnion:()=>ra,e164:()=>cr,email:()=>ws,emoji:()=>Gs,enum:()=>Qa,file:()=>va,float32:()=>mr,float64:()=>yr,function:()=>ol,guid:()=>vs,hash:()=>fr,hex:()=>pr,hostname:()=>Ir,httpUrl:()=>Ls,instanceof:()=>hl,int:()=>Qr,int32:()=>wr,int64:()=>xr,intersection:()=>la,ipv4:()=>Ks,ipv6:()=>er,json:()=>Il,jwt:()=>dr,keyof:()=>Wr,ksuid:()=>Ps,lazy:()=>tl,literal:()=>wa,looseObject:()=>ta,looseRecord:()=>Ia,mac:()=>Vs,map:()=>fa,meta:()=>dl,nan:()=>ja,nanoid:()=>Rs,nativeEnum:()=>ma,never:()=>qr,nonoptional:()=>Ma,null:()=>Rr,nullable:()=>za,nullish:()=>Fa,number:()=>Cr,object:()=>Xr,optional:()=>Sa,partialRecord:()=>ua,pipe:()=>Ha,prefault:()=>Ta,preprocess:()=>pl,promise:()=>il,readonly:()=>Wa,record:()=>ha,refine:()=>ll,set:()=>Ca,strictObject:()=>ea,string:()=>Qs,stringFormat:()=>ur,stringbool:()=>ul,success:()=>Ua,superRefine:()=>cl,symbol:()=>Lr,templateLiteral:()=>Xa,transform:()=>ka,tuple:()=>ga,uint32:()=>_r,uint64:()=>zr,ulid:()=>qs,undefined:()=>Gr,union:()=>ia,unknown:()=>Jr,url:()=>Fs,uuid:()=>ks,uuidv4:()=>Ds,uuidv6:()=>Ss,uuidv7:()=>xs,void:()=>Yr,xid:()=>Ys,xor:()=>oa}),Object.freeze({status:`aborted`});function N(e,R,W){function i(W,Y){if(W._zod||Object.defineProperty(W,`_zod`,{value:{def:Y,constr:s,traits:new Set},enumerable:!1}),W._zod.traits.has(e))return;W._zod.traits.add(e),R(W,Y);let X=s.prototype,ie=Object.keys(X);for(let e=0;e<ie.length;e++){let R=ie[e];R in W||(W[R]=X[R].bind(W))}}let Y=W?.Parent??Object;class o extends Y{}function s(e){var R;let Y=W?.Parent?new o:this;i(Y,e),(R=Y._zod).deferred??(R.deferred=[]);for(let e of Y._zod.deferred)e();return Y}return Object.defineProperty(o,`name`,{value:e}),Object.defineProperty(s,`init`,{value:i}),Object.defineProperty(s,Symbol.hasInstance,{value:R=>!!(W?.Parent&&R instanceof W.Parent)||R?._zod?.traits?.has(e)}),Object.defineProperty(s,`name`,{value:e}),s}var G=class extends Error{constructor(){super(`Encountered Promise during synchronous parse. Use .parseAsync() instead.`)}},T=class extends Error{constructor(e){super(`Encountered unidirectional transform during encode: ${e}`),this.name=`ZodEncodeError`}};const fm={};function M(e){return e&&Object.assign(fm,e),fm}function O(e){let R=Object.values(e).filter((e=>typeof e==`number`));return Object.entries(e).filter((([e,W])=>R.indexOf(+e)===-1)).map((([e,R])=>R))}function U(e,R=`|`){return e.map((e=>re(e))).join(R)}function J(e,R){return typeof R==`bigint`?R.toString():R}function Z(e){return{get value(){{let R=e();return Object.defineProperty(this,`value`,{value:R}),R}}}}function q(e){return e==null}function j(e){let R=+!!e.startsWith(`^`),W=e.endsWith(`$`)?e.length-1:e.length;return e.slice(R,W)}const pm=Symbol(`evaluating`);function H(e,R,W){let Y;Object.defineProperty(e,R,{get(){if(Y!==pm)return Y===void 0&&(Y=pm,Y=W()),Y},set(W){Object.defineProperty(e,R,{value:W})},configurable:!0})}function P(e,R,W){Object.defineProperty(e,R,{value:W,writable:!0,enumerable:!0,configurable:!0})}function $(...e){let R={};for(let W of e)Object.assign(R,Object.getOwnPropertyDescriptors(W));return Object.defineProperties({},R)}function K(e){return JSON.stringify(e)}const mm=`captureStackTrace`in Error?Error.captureStackTrace:(...e)=>{};function V(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}const hm=Z((()=>{if(typeof navigator<`u`&&navigator?.userAgent?.includes(`Cloudflare`))return!1;try{return Function(``),!0}catch{return!1}}));function ee(e){if(!1===V(e))return!1;let R=e.constructor;if(R===void 0||typeof R!=`function`)return!0;let W=R.prototype;return!1!==V(W)&&!1!==Object.prototype.hasOwnProperty.call(W,`isPrototypeOf`)}function te(e){return ee(e)?{...e}:Array.isArray(e)?[...e]:e}const gm=new Set([`string`,`number`,`symbol`]),_m=new Set([`string`,`number`,`bigint`,`boolean`,`symbol`,`undefined`]);function ne(e){return e.replace(/[.*+?^${}()|[\]\\]/g,`\\$&`)}function oe(e,R,W){let Y=new e._zod.constr(R??e._zod.def);return R&&!W?.parent||(Y._zod.parent=e),Y}function se(e){let R=e;if(!R)return{};if(typeof R==`string`)return{error:()=>R};if(R?.message!==void 0){if(R?.error!==void 0)throw Error("Cannot specify both `message` and `error` params");R.error=R.message}return delete R.message,typeof R.error==`string`?{...R,error:()=>R.error}:R}function re(e){return typeof e==`bigint`?e.toString()+`n`:typeof e==`string`?`"${e}"`:`${e}`}const vm={safeint:[-(2**53-1),2**53-1],int32:[-2147483648,2147483647],uint32:[0,4294967295],float32:[-34028234663852886e22,34028234663852886e22],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]},ym={int64:[BigInt(`-9223372036854775808`),BigInt(`9223372036854775807`)],uint64:[BigInt(0),BigInt(`18446744073709551615`)]};function ce(e,R=0){if(!0===e.aborted)return!0;for(let W=R;W<e.issues.length;W++)if(!0!==e.issues[W]?.continue)return!0;return!1}function ge(e,R){return R.map((R=>{var W;return(W=R).path??(W.path=[]),R.path.unshift(e),R}))}function de(e){return typeof e==`string`?e:e?.message}function he(e,R,W){let Y={...e,path:e.path??[]};return e.message||(Y.message=de(e.inst?._zod.def?.error?.(e))??de(R?.error?.(e))??de(W.customError?.(e))??de(W.localeError?.(e))??`Invalid input`),delete Y.inst,delete Y.continue,R?.reportInput||delete Y.input,Y}function ue(e){return e instanceof Set?`set`:e instanceof Map?`map`:e instanceof File?`file`:`unknown`}function Ie(e){return Array.isArray(e)?`array`:typeof e==`string`?`string`:`unknown`}function pe(...e){let[R,W,Y]=e;return typeof R==`string`?{message:R,code:`custom`,input:W,inst:Y}:{...R}}const fe=(e,R)=>{e.name=`$ZodError`,Object.defineProperty(e,`_zod`,{value:e._zod,enumerable:!1}),Object.defineProperty(e,`issues`,{value:R,enumerable:!1}),e.message=JSON.stringify(R,J,2),Object.defineProperty(e,`toString`,{value:()=>e.message,enumerable:!1})},bm=N(`$ZodError`,fe),xm=N(`$ZodError`,fe,{Parent:Error}),Ee=e=>(R,W,Y,X)=>{let ie=Y?Object.assign(Y,{async:!1}):{async:!1},ae=R._zod.run({value:W,issues:[]},ie);if(ae instanceof Promise)throw new G;if(ae.issues.length){let R=new(X?.Err??e)(ae.issues.map((e=>he(e,ie,M()))));throw mm(R,X?.callee),R}return ae.value},Sm=Ee(xm),me=e=>async(R,W,Y,X)=>{let ie=Y?Object.assign(Y,{async:!0}):{async:!0},ae=R._zod.run({value:W,issues:[]},ie);if(ae instanceof Promise&&(ae=await ae),ae.issues.length){let R=new(X?.Err??e)(ae.issues.map((e=>he(e,ie,M()))));throw mm(R,X?.callee),R}return ae.value},Cm=me(xm),we=e=>(R,W,Y)=>{let X=Y?{...Y,async:!1}:{async:!1},ie=R._zod.run({value:W,issues:[]},X);if(ie instanceof Promise)throw new G;return ie.issues.length?{success:!1,error:new(e??bm)(ie.issues.map((e=>he(e,X,M()))))}:{success:!0,data:ie.value}},wm=we(xm),ve=e=>async(R,W,Y)=>{let X=Y?Object.assign(Y,{async:!0}):{async:!0},ie=R._zod.run({value:W,issues:[]},X);return ie instanceof Promise&&(ie=await ie),ie.issues.length?{success:!1,error:new e(ie.issues.map((e=>he(e,X,M()))))}:{success:!0,data:ie.value}},Tm=ve(xm),ke=e=>(R,W,Y)=>{let X=Y?Object.assign(Y,{direction:`backward`}):{direction:`backward`};return Ee(e)(R,W,X)},De=e=>(R,W,Y)=>Ee(e)(R,W,Y),Se=e=>async(R,W,Y)=>{let X=Y?Object.assign(Y,{direction:`backward`}):{direction:`backward`};return me(e)(R,W,X)},xe=e=>async(R,W,Y)=>me(e)(R,W,Y),ze=e=>(R,W,Y)=>{let X=Y?Object.assign(Y,{direction:`backward`}):{direction:`backward`};return we(e)(R,W,X)},Fe=e=>(R,W,Y)=>we(e)(R,W,Y),Le=e=>async(R,W,Y)=>{let X=Y?Object.assign(Y,{direction:`backward`}):{direction:`backward`};return ve(e)(R,W,X)},Ne=e=>async(R,W,Y)=>ve(e)(R,W,Y),Em=/^[cC][^\s-]{8,}$/,Dm=/^[0-9a-z]+$/,Om=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,km=/^[0-9a-vA-V]{20}$/,Am=/^[A-Za-z0-9]{27}$/,jm=/^[a-zA-Z0-9_-]{21}$/,Mm=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/,Nm=/^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/,Pm=/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/,je=e=>e?RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${e}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`):/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/,Fm=je(4),Im=je(6),Lm=je(7),Rm=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/,zm=/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,Bm=/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/,Vm=/^[^\s@"]{1,64}@[^\s@]{1,255}$/u,Hm=Vm,Um=/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/;function At(){return RegExp(`^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$`,`u`)}const Wm=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,Gm=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$/,ot=e=>{let R=ne(e??`:`);return RegExp(`^(?:[0-9A-F]{2}${R}){5}[0-9A-F]{2}$|^(?:[0-9a-f]{2}${R}){5}[0-9a-f]{2}$`)},Km=/^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/([0-9]|[1-2][0-9]|3[0-2])$/,qm=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,Jm=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,Ym=/^[A-Za-z0-9_-]*$/,Xm=/^(?=.{1,253}\.?$)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[-0-9a-zA-Z]{0,61}[0-9a-zA-Z])?)*\.?$/,Zm=/^([a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\.)+[a-zA-Z]{2,}$/,Qm=/^\+(?:[0-9]){6,14}[0-9]$/,$m=`(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))`,eh=RegExp(`^${$m}$`);function It(e){let R=`(?:[01]\\d|2[0-3]):[0-5]\\d`;return typeof e.precision==`number`?e.precision===-1?`${R}`:e.precision===0?`${R}:[0-5]\\d`:`${R}:[0-5]\\d\\.\\d{${e.precision}}`:`${R}(?::[0-5]\\d(?:\\.\\d+)?)?`}function pt(e){return RegExp(`^${It(e)}$`)}function ft(e){let R=It({precision:e.precision}),W=[`Z`];e.local&&W.push(``),e.offset&&W.push(`([+-](?:[01]\\d|2[0-3]):[0-5]\\d)`);let Y=`${R}(?:${W.join(`|`)})`;return RegExp(`^${$m}T(?:${Y})$`)}const Bt=e=>RegExp(`^${e?`[\\s\\S]{${e?.minimum??0},${e?.maximum??``}}`:`[\\s\\S]*`}$`),th=/^-?\d+n?$/,nh=/^-?\d+$/,rh=/^-?\d+(?:\.\d+)?/,ih=/^(?:true|false)$/i,ah=/^null$/i,oh=/^undefined$/i,sh=/^[^A-Z]*$/,ch=/^[^a-z]*$/,lh=/^[0-9a-fA-F]*$/;function kt(e,R){return RegExp(`^[A-Za-z0-9+/]{${e}}${R}$`)}function Dt(e){return RegExp(`^[A-Za-z0-9_-]{${e}}$`)}const uh=/^[0-9a-fA-F]{32}$/,dh=kt(22,`==`),fh=Dt(22),ph=/^[0-9a-fA-F]{40}$/,mh=kt(27,`=`),hh=Dt(27),gh=/^[0-9a-fA-F]{64}$/,vh=kt(43,`=`),yh=Dt(43),bh=/^[0-9a-fA-F]{96}$/,xh=kt(64,``),Sh=Dt(64),Ch=/^[0-9a-fA-F]{128}$/,wh=kt(86,`==`),Th=Dt(86),Eh=N(`$ZodCheck`,((e,R)=>{var W;e._zod??={},e._zod.def=R,(W=e._zod).onattach??(W.onattach=[])})),Dh={number:`number`,bigint:`bigint`,object:`date`},Oh=N(`$ZodCheckLessThan`,((e,R)=>{Eh.init(e,R);let W=Dh[typeof R.value];e._zod.onattach.push((e=>{let W=e._zod.bag,Y=(R.inclusive?W.maximum:W.exclusiveMaximum)??1/0;R.value<Y&&(R.inclusive?W.maximum=R.value:W.exclusiveMaximum=R.value)})),e._zod.check=Y=>{(R.inclusive?Y.value<=R.value:Y.value<R.value)||Y.issues.push({origin:W,code:`too_big`,maximum:R.value,input:Y.value,inclusive:R.inclusive,inst:e,continue:!R.abort})}})),kh=N(`$ZodCheckGreaterThan`,((e,R)=>{Eh.init(e,R);let W=Dh[typeof R.value];e._zod.onattach.push((e=>{let W=e._zod.bag,Y=(R.inclusive?W.minimum:W.exclusiveMinimum)??-1/0;R.value>Y&&(R.inclusive?W.minimum=R.value:W.exclusiveMinimum=R.value)})),e._zod.check=Y=>{(R.inclusive?Y.value>=R.value:Y.value>R.value)||Y.issues.push({origin:W,code:`too_small`,minimum:R.value,input:Y.value,inclusive:R.inclusive,inst:e,continue:!R.abort})}})),Ah=N(`$ZodCheckMultipleOf`,((e,R)=>{Eh.init(e,R),e._zod.onattach.push((e=>{var W;(W=e._zod.bag).multipleOf??(W.multipleOf=R.value)})),e._zod.check=W=>{if(typeof W.value!=typeof R.value)throw Error(`Cannot mix number and bigint in multiple_of check.`);(typeof W.value==`bigint`?W.value%R.value===BigInt(0):function(e,R){let W=(e.toString().split(`.`)[1]||``).length,Y=R.toString(),X=(Y.split(`.`)[1]||``).length;if(X===0&&/\d?e-\d?/.test(Y)){let e=Y.match(/\d?e-(\d?)/);e?.[1]&&(X=Number.parseInt(e[1]))}let ie=W>X?W:X;return Number.parseInt(e.toFixed(ie).replace(`.`,``))%Number.parseInt(R.toFixed(ie).replace(`.`,``))/10**ie}(W.value,R.value)===0)||W.issues.push({origin:typeof W.value,code:`not_multiple_of`,divisor:R.value,input:W.value,inst:e,continue:!R.abort})}})),jh=N(`$ZodCheckNumberFormat`,((e,R)=>{Eh.init(e,R),R.format=R.format||`float64`;let W=R.format?.includes(`int`),Y=W?`int`:`number`,[X,ie]=vm[R.format];e._zod.onattach.push((e=>{let Y=e._zod.bag;Y.format=R.format,Y.minimum=X,Y.maximum=ie,W&&(Y.pattern=nh)})),e._zod.check=ae=>{let le=ae.value;if(W){if(!Number.isInteger(le))return void ae.issues.push({expected:Y,format:R.format,code:`invalid_type`,continue:!1,input:le,inst:e});if(!Number.isSafeInteger(le))return void(le>0?ae.issues.push({input:le,code:`too_big`,maximum:2**53-1,note:`Integers must be within the safe integer range.`,inst:e,origin:Y,continue:!R.abort}):ae.issues.push({input:le,code:`too_small`,minimum:-(2**53-1),note:`Integers must be within the safe integer range.`,inst:e,origin:Y,continue:!R.abort}))}le<X&&ae.issues.push({origin:`number`,input:le,code:`too_small`,minimum:X,inclusive:!0,inst:e,continue:!R.abort}),le>ie&&ae.issues.push({origin:`number`,input:le,code:`too_big`,maximum:ie,inst:e})}})),Mh=N(`$ZodCheckBigIntFormat`,((e,R)=>{Eh.init(e,R);let[W,Y]=ym[R.format];e._zod.onattach.push((e=>{let X=e._zod.bag;X.format=R.format,X.minimum=W,X.maximum=Y})),e._zod.check=X=>{let ie=X.value;ie<W&&X.issues.push({origin:`bigint`,input:ie,code:`too_small`,minimum:W,inclusive:!0,inst:e,continue:!R.abort}),ie>Y&&X.issues.push({origin:`bigint`,input:ie,code:`too_big`,maximum:Y,inst:e})}})),Nh=N(`$ZodCheckMaxSize`,((e,R)=>{var W;Eh.init(e,R),(W=e._zod.def).when??(W.when=e=>{let R=e.value;return!q(R)&&R.size!==void 0}),e._zod.onattach.push((e=>{let W=e._zod.bag.maximum??1/0;R.maximum<W&&(e._zod.bag.maximum=R.maximum)})),e._zod.check=W=>{let Y=W.value;Y.size<=R.maximum||W.issues.push({origin:ue(Y),code:`too_big`,maximum:R.maximum,inclusive:!0,input:Y,inst:e,continue:!R.abort})}})),Ph=N(`$ZodCheckMinSize`,((e,R)=>{var W;Eh.init(e,R),(W=e._zod.def).when??(W.when=e=>{let R=e.value;return!q(R)&&R.size!==void 0}),e._zod.onattach.push((e=>{let W=e._zod.bag.minimum??-1/0;R.minimum>W&&(e._zod.bag.minimum=R.minimum)})),e._zod.check=W=>{let Y=W.value;Y.size>=R.minimum||W.issues.push({origin:ue(Y),code:`too_small`,minimum:R.minimum,inclusive:!0,input:Y,inst:e,continue:!R.abort})}})),Fh=N(`$ZodCheckSizeEquals`,((e,R)=>{var W;Eh.init(e,R),(W=e._zod.def).when??(W.when=e=>{let R=e.value;return!q(R)&&R.size!==void 0}),e._zod.onattach.push((e=>{let W=e._zod.bag;W.minimum=R.size,W.maximum=R.size,W.size=R.size})),e._zod.check=W=>{let Y=W.value,X=Y.size;if(X===R.size)return;let ie=X>R.size;W.issues.push({origin:ue(Y),...ie?{code:`too_big`,maximum:R.size}:{code:`too_small`,minimum:R.size},inclusive:!0,exact:!0,input:W.value,inst:e,continue:!R.abort})}})),Ih=N(`$ZodCheckMaxLength`,((e,R)=>{var W;Eh.init(e,R),(W=e._zod.def).when??(W.when=e=>{let R=e.value;return!q(R)&&R.length!==void 0}),e._zod.onattach.push((e=>{let W=e._zod.bag.maximum??1/0;R.maximum<W&&(e._zod.bag.maximum=R.maximum)})),e._zod.check=W=>{let Y=W.value;if(Y.length<=R.maximum)return;let X=Ie(Y);W.issues.push({origin:X,code:`too_big`,maximum:R.maximum,inclusive:!0,input:Y,inst:e,continue:!R.abort})}})),Lh=N(`$ZodCheckMinLength`,((e,R)=>{var W;Eh.init(e,R),(W=e._zod.def).when??(W.when=e=>{let R=e.value;return!q(R)&&R.length!==void 0}),e._zod.onattach.push((e=>{let W=e._zod.bag.minimum??-1/0;R.minimum>W&&(e._zod.bag.minimum=R.minimum)})),e._zod.check=W=>{let Y=W.value;if(Y.length>=R.minimum)return;let X=Ie(Y);W.issues.push({origin:X,code:`too_small`,minimum:R.minimum,inclusive:!0,input:Y,inst:e,continue:!R.abort})}})),Rh=N(`$ZodCheckLengthEquals`,((e,R)=>{var W;Eh.init(e,R),(W=e._zod.def).when??(W.when=e=>{let R=e.value;return!q(R)&&R.length!==void 0}),e._zod.onattach.push((e=>{let W=e._zod.bag;W.minimum=R.length,W.maximum=R.length,W.length=R.length})),e._zod.check=W=>{let Y=W.value,X=Y.length;if(X===R.length)return;let ie=Ie(Y),ae=X>R.length;W.issues.push({origin:ie,...ae?{code:`too_big`,maximum:R.length}:{code:`too_small`,minimum:R.length},inclusive:!0,exact:!0,input:W.value,inst:e,continue:!R.abort})}})),zh=N(`$ZodCheckStringFormat`,((e,R)=>{var W,Y;Eh.init(e,R),e._zod.onattach.push((e=>{let W=e._zod.bag;W.format=R.format,R.pattern&&(W.patterns??=new Set,W.patterns.add(R.pattern))})),R.pattern?(W=e._zod).check??(W.check=W=>{R.pattern.lastIndex=0,R.pattern.test(W.value)||W.issues.push({origin:`string`,code:`invalid_format`,format:R.format,input:W.value,...R.pattern?{pattern:R.pattern.toString()}:{},inst:e,continue:!R.abort})}):(Y=e._zod).check??(Y.check=()=>{})})),Bh=N(`$ZodCheckRegex`,((e,R)=>{zh.init(e,R),e._zod.check=W=>{R.pattern.lastIndex=0,R.pattern.test(W.value)||W.issues.push({origin:`string`,code:`invalid_format`,format:`regex`,input:W.value,pattern:R.pattern.toString(),inst:e,continue:!R.abort})}})),Vh=N(`$ZodCheckLowerCase`,((e,R)=>{R.pattern??=sh,zh.init(e,R)})),Hh=N(`$ZodCheckUpperCase`,((e,R)=>{R.pattern??=ch,zh.init(e,R)})),Uh=N(`$ZodCheckIncludes`,((e,R)=>{Eh.init(e,R);let W=ne(R.includes),Y=new RegExp(typeof R.position==`number`?`^.{${R.position}}${W}`:W);R.pattern=Y,e._zod.onattach.push((e=>{let R=e._zod.bag;R.patterns??=new Set,R.patterns.add(Y)})),e._zod.check=W=>{W.value.includes(R.includes,R.position)||W.issues.push({origin:`string`,code:`invalid_format`,format:`includes`,includes:R.includes,input:W.value,inst:e,continue:!R.abort})}})),Wh=N(`$ZodCheckStartsWith`,((e,R)=>{Eh.init(e,R);let W=RegExp(`^${ne(R.prefix)}.*`);R.pattern??=W,e._zod.onattach.push((e=>{let R=e._zod.bag;R.patterns??=new Set,R.patterns.add(W)})),e._zod.check=W=>{W.value.startsWith(R.prefix)||W.issues.push({origin:`string`,code:`invalid_format`,format:`starts_with`,prefix:R.prefix,input:W.value,inst:e,continue:!R.abort})}})),Gh=N(`$ZodCheckEndsWith`,((e,R)=>{Eh.init(e,R);let W=RegExp(`.*${ne(R.suffix)}$`);R.pattern??=W,e._zod.onattach.push((e=>{let R=e._zod.bag;R.patterns??=new Set,R.patterns.add(W)})),e._zod.check=W=>{W.value.endsWith(R.suffix)||W.issues.push({origin:`string`,code:`invalid_format`,format:`ends_with`,suffix:R.suffix,input:W.value,inst:e,continue:!R.abort})}}));function gA(e,R,W){e.issues.length&&R.issues.push(...ge(W,e.issues))}const Kh=N(`$ZodCheckProperty`,((e,R)=>{Eh.init(e,R),e._zod.check=e=>{let W=R.schema._zod.run({value:e.value[R.property],issues:[]},{});if(W instanceof Promise)return W.then((W=>gA(W,e,R.property)));gA(W,e,R.property)}})),qh=N(`$ZodCheckMimeType`,((e,R)=>{Eh.init(e,R);let W=new Set(R.mime);e._zod.onattach.push((e=>{e._zod.bag.mime=R.mime})),e._zod.check=Y=>{W.has(Y.value.type)||Y.issues.push({code:`invalid_value`,values:R.mime,input:Y.value.type,inst:e,continue:!R.abort})}})),Jh=N(`$ZodCheckOverwrite`,((e,R)=>{Eh.init(e,R),e._zod.check=e=>{e.value=R.tx(e.value)}}));var IA=class{constructor(e=[]){this.content=[],this.indent=0,this&&(this.args=e)}indented(e){this.indent+=1,e(this),--this.indent}write(e){if(typeof e==`function`)return e(this,{execution:`sync`}),void e(this,{execution:`async`});let R=e.split(`
|
|
1104
1104
|
`).filter((e=>e)),W=Math.min(...R.map((e=>e.length-e.trimStart().length))),Y=R.map((e=>e.slice(W))).map((e=>` `.repeat(2*this.indent)+e));for(let e of Y)this.content.push(e)}compile(){let e=Function,R=this?.args;return new e(...R,[...(this?.content??[``]).map((e=>` ${e}`))].join(`
|
|
1105
|
-
`))}};const Jh={major:4,minor:2,patch:1},Yh=N(`$ZodType`,((e,R)=>{var W;e??={},e._zod.def=R,e._zod.bag=e._zod.bag||{},e._zod.version=Jh;let Y=[...e._zod.def.checks??[]];e._zod.traits.has(`$ZodCheck`)&&Y.unshift(e);for(let R of Y)for(let W of R._zod.onattach)W(e);if(Y.length===0)(W=e._zod).deferred??(W.deferred=[]),e._zod.deferred?.push((()=>{e._zod.run=e._zod.parse}));else{let t=(e,R,W)=>{let Y,X=ce(e);for(let ie of R){if(ie._zod.def.when){if(!ie._zod.def.when(e))continue}else if(X)continue;let R=e.issues.length,ae=ie._zod.check(e);if(ae instanceof Promise&&!1===W?.async)throw new G;if(Y||ae instanceof Promise)Y=(Y??Promise.resolve()).then((async()=>{await ae,e.issues.length!==R&&(X||=ce(e,R))}));else{if(e.issues.length===R)continue;X||=ce(e,R)}}return Y?Y.then((()=>e)):e},A=(R,W,X)=>{if(ce(R))return R.aborted=!0,R;let ie=t(W,Y,X);if(ie instanceof Promise){if(!1===X.async)throw new G;return ie.then((R=>e._zod.parse(R,X)))}return e._zod.parse(ie,X)};e._zod.run=(R,W)=>{if(W.skipChecks)return e._zod.parse(R,W);if(W.direction===`backward`){let Y=e._zod.parse({value:R.value,issues:[]},{...W,skipChecks:!0});return Y instanceof Promise?Y.then((e=>A(e,R,W))):A(Y,R,W)}let X=e._zod.parse(R,W);if(X instanceof Promise){if(!1===W.async)throw new G;return X.then((e=>t(e,Y,W)))}return t(X,Y,W)}}e[`~standard`]={validate:R=>{try{let W=wm(e,R);return W.success?{value:W.data}:{issues:W.error?.issues}}catch{return Tm(e,R).then((e=>e.success?{value:e.data}:{issues:e.error?.issues}))}},vendor:`zod`,version:1}})),Xh=N(`$ZodString`,((e,R)=>{Yh.init(e,R),e._zod.pattern=[...e?._zod.bag?.patterns??[]].pop()??Bt(e._zod.bag),e._zod.parse=(W,Y)=>{if(R.coerce)try{W.value=String(W.value)}catch{}return typeof W.value==`string`||W.issues.push({expected:`string`,code:`invalid_type`,input:W.value,inst:e}),W}})),Zh=N(`$ZodStringFormat`,((e,R)=>{Rh.init(e,R),Xh.init(e,R)})),Qh=N(`$ZodGUID`,((e,R)=>{R.pattern??=Pm,Zh.init(e,R)})),$h=N(`$ZodUUID`,((e,R)=>{if(R.version){let e={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[R.version];if(e===void 0)throw Error(`Invalid UUID version: "${R.version}"`);R.pattern??=je(e)}else R.pattern??=je();Zh.init(e,R)})),eg=N(`$ZodEmail`,((e,R)=>{R.pattern??=Rm,Zh.init(e,R)})),tg=N(`$ZodURL`,((e,R)=>{Zh.init(e,R),e._zod.check=W=>{try{let Y=W.value.trim(),X=new URL(Y);R.hostname&&(R.hostname.lastIndex=0,R.hostname.test(X.hostname)||W.issues.push({code:`invalid_format`,format:`url`,note:`Invalid hostname`,pattern:R.hostname.source,input:W.value,inst:e,continue:!R.abort})),R.protocol&&(R.protocol.lastIndex=0,R.protocol.test(X.protocol.endsWith(`:`)?X.protocol.slice(0,-1):X.protocol)||W.issues.push({code:`invalid_format`,format:`url`,note:`Invalid protocol`,pattern:R.protocol.source,input:W.value,inst:e,continue:!R.abort})),R.normalize?W.value=X.href:W.value=Y;return}catch{W.issues.push({code:`invalid_format`,format:`url`,input:W.value,inst:e,continue:!R.abort})}}})),rg=N(`$ZodEmoji`,((e,R)=>{R.pattern??=At(),Zh.init(e,R)})),ag=N(`$ZodNanoID`,((e,R)=>{R.pattern??=jm,Zh.init(e,R)})),og=N(`$ZodCUID`,((e,R)=>{R.pattern??=Em,Zh.init(e,R)})),sg=N(`$ZodCUID2`,((e,R)=>{R.pattern??=Dm,Zh.init(e,R)})),cg=N(`$ZodULID`,((e,R)=>{R.pattern??=Om,Zh.init(e,R)})),lg=N(`$ZodXID`,((e,R)=>{R.pattern??=km,Zh.init(e,R)})),ug=N(`$ZodKSUID`,((e,R)=>{R.pattern??=Am,Zh.init(e,R)})),dg=N(`$ZodISODateTime`,((e,R)=>{R.pattern??=ft(R),Zh.init(e,R)})),fg=N(`$ZodISODate`,((e,R)=>{R.pattern??=eh,Zh.init(e,R)})),pg=N(`$ZodISOTime`,((e,R)=>{R.pattern??=pt(R),Zh.init(e,R)})),mg=N(`$ZodISODuration`,((e,R)=>{R.pattern??=Mm,Zh.init(e,R)})),hg=N(`$ZodIPv4`,((e,R)=>{R.pattern??=Wm,Zh.init(e,R),e._zod.bag.format=`ipv4`})),gg=N(`$ZodIPv6`,((e,R)=>{R.pattern??=Gm,Zh.init(e,R),e._zod.bag.format=`ipv6`,e._zod.check=W=>{try{new URL(`http://[${W.value}]`)}catch{W.issues.push({code:`invalid_format`,format:`ipv6`,input:W.value,inst:e,continue:!R.abort})}}})),_g=N(`$ZodMAC`,((e,R)=>{R.pattern??=ot(R.delimiter),Zh.init(e,R),e._zod.bag.format=`mac`})),vg=N(`$ZodCIDRv4`,((e,R)=>{R.pattern??=Km,Zh.init(e,R)})),yg=N(`$ZodCIDRv6`,((e,R)=>{R.pattern??=qm,Zh.init(e,R),e._zod.check=W=>{let Y=W.value.split(`/`);try{if(Y.length!==2)throw Error();let[e,R]=Y;if(!R)throw Error();let W=Number(R);if(`${W}`!==R||W<0||W>128)throw Error();new URL(`http://[${e}]`)}catch{W.issues.push({code:`invalid_format`,format:`cidrv6`,input:W.value,inst:e,continue:!R.abort})}}}));function OA(e){if(e===``)return!0;if(e.length%4!=0)return!1;try{return atob(e),!0}catch{return!1}}const bg=N(`$ZodBase64`,((e,R)=>{R.pattern??=Jm,Zh.init(e,R),e._zod.bag.contentEncoding=`base64`,e._zod.check=W=>{OA(W.value)||W.issues.push({code:`invalid_format`,format:`base64`,input:W.value,inst:e,continue:!R.abort})}})),xg=N(`$ZodBase64URL`,((e,R)=>{R.pattern??=Ym,Zh.init(e,R),e._zod.bag.contentEncoding=`base64url`,e._zod.check=W=>{(function(e){if(!Ym.test(e))return!1;let R=e.replace(/[-_]/g,(e=>e===`-`?`+`:`/`));return OA(R.padEnd(4*Math.ceil(R.length/4),`=`))})(W.value)||W.issues.push({code:`invalid_format`,format:`base64url`,input:W.value,inst:e,continue:!R.abort})}})),Sg=N(`$ZodE164`,((e,R)=>{R.pattern??=Qm,Zh.init(e,R)})),Cg=N(`$ZodJWT`,((e,R)=>{Zh.init(e,R),e._zod.check=W=>{(function(e,R=null){try{let W=e.split(`.`);if(W.length!==3)return!1;let[Y]=W;if(!Y)return!1;let X=JSON.parse(atob(Y));return!(`typ`in X&&X?.typ!==`JWT`||!X.alg||R&&(!(`alg`in X)||X.alg!==R))}catch{return!1}})(W.value,R.alg)||W.issues.push({code:`invalid_format`,format:`jwt`,input:W.value,inst:e,continue:!R.abort})}})),wg=N(`$ZodCustomStringFormat`,((e,R)=>{Zh.init(e,R),e._zod.check=W=>{R.fn(W.value)||W.issues.push({code:`invalid_format`,format:R.format,input:W.value,inst:e,continue:!R.abort})}})),Tg=N(`$ZodNumber`,((e,R)=>{Yh.init(e,R),e._zod.pattern=e._zod.bag.pattern??rh,e._zod.parse=(W,Y)=>{if(R.coerce)try{W.value=Number(W.value)}catch{}let X=W.value;if(typeof X==`number`&&!Number.isNaN(X)&&Number.isFinite(X))return W;let ie=typeof X==`number`?Number.isNaN(X)?`NaN`:Number.isFinite(X)?void 0:`Infinity`:void 0;return W.issues.push({expected:`number`,code:`invalid_type`,input:X,inst:e,...ie?{received:ie}:{}}),W}})),Eg=N(`$ZodNumberFormat`,((e,R)=>{Ah.init(e,R),Tg.init(e,R)})),Dg=N(`$ZodBoolean`,((e,R)=>{Yh.init(e,R),e._zod.pattern=ih,e._zod.parse=(W,Y)=>{if(R.coerce)try{W.value=!!W.value}catch{}let X=W.value;return typeof X==`boolean`||W.issues.push({expected:`boolean`,code:`invalid_type`,input:X,inst:e}),W}})),Og=N(`$ZodBigInt`,((e,R)=>{Yh.init(e,R),e._zod.pattern=th,e._zod.parse=(W,Y)=>{if(R.coerce)try{W.value=BigInt(W.value)}catch{}return typeof W.value==`bigint`||W.issues.push({expected:`bigint`,code:`invalid_type`,input:W.value,inst:e}),W}})),kg=N(`$ZodBigIntFormat`,((e,R)=>{jh.init(e,R),Og.init(e,R)})),jg=N(`$ZodSymbol`,((e,R)=>{Yh.init(e,R),e._zod.parse=(R,W)=>{let Y=R.value;return typeof Y==`symbol`||R.issues.push({expected:`symbol`,code:`invalid_type`,input:Y,inst:e}),R}})),Mg=N(`$ZodUndefined`,((e,R)=>{Yh.init(e,R),e._zod.pattern=oh,e._zod.values=new Set([void 0]),e._zod.optin=`optional`,e._zod.optout=`optional`,e._zod.parse=(R,W)=>{let Y=R.value;return Y===void 0||R.issues.push({expected:`undefined`,code:`invalid_type`,input:Y,inst:e}),R}})),Ng=N(`$ZodNull`,((e,R)=>{Yh.init(e,R),e._zod.pattern=ah,e._zod.values=new Set([null]),e._zod.parse=(R,W)=>{let Y=R.value;return Y===null||R.issues.push({expected:`null`,code:`invalid_type`,input:Y,inst:e}),R}})),Pg=N(`$ZodAny`,((e,R)=>{Yh.init(e,R),e._zod.parse=e=>e})),Fg=N(`$ZodUnknown`,((e,R)=>{Yh.init(e,R),e._zod.parse=e=>e})),Ig=N(`$ZodNever`,((e,R)=>{Yh.init(e,R),e._zod.parse=(R,W)=>(R.issues.push({expected:`never`,code:`invalid_type`,input:R.value,inst:e}),R)})),Lg=N(`$ZodVoid`,((e,R)=>{Yh.init(e,R),e._zod.parse=(R,W)=>{let Y=R.value;return Y===void 0||R.issues.push({expected:`void`,code:`invalid_type`,input:Y,inst:e}),R}})),Rg=N(`$ZodDate`,((e,R)=>{Yh.init(e,R),e._zod.parse=(W,Y)=>{if(R.coerce)try{W.value=new Date(W.value)}catch{}let X=W.value,ie=X instanceof Date;return ie&&!Number.isNaN(X.getTime())||W.issues.push({expected:`date`,code:`invalid_type`,input:X,...ie?{received:`Invalid Date`}:{},inst:e}),W}}));function oi(e,R,W){e.issues.length&&R.issues.push(...ge(W,e.issues)),R.value[W]=e.value}const zg=N(`$ZodArray`,((e,R)=>{Yh.init(e,R),e._zod.parse=(W,Y)=>{let X=W.value;if(!Array.isArray(X))return W.issues.push({expected:`array`,code:`invalid_type`,input:X,inst:e}),W;W.value=Array(X.length);let ie=[];for(let e=0;e<X.length;e++){let ae=X[e],le=R.element._zod.run({value:ae,issues:[]},Y);le instanceof Promise?ie.push(le.then((R=>oi(R,W,e)))):oi(le,W,e)}return ie.length?Promise.all(ie).then((()=>W)):W}}));function ri(e,R,W,Y){e.issues.length&&R.issues.push(...ge(W,e.issues)),e.value===void 0?W in Y&&(R.value[W]=void 0):R.value[W]=e.value}function ai(e){let R=Object.keys(e.shape);for(let W of R)if(!e.shape?.[W]?._zod?.traits?.has(`$ZodType`))throw Error(`Invalid element at key "${W}": expected a Zod schema`);let W=(Y=e.shape,Object.keys(Y).filter((e=>Y[e]._zod.optin===`optional`&&Y[e]._zod.optout===`optional`)));var Y;return{...e,keys:R,keySet:new Set(R),numKeys:R.length,optionalKeys:new Set(W)}}function li(e,R,W,Y,X,ie){let ae=[],le=X.keySet,_e=X.catchall._zod,ye=_e.def.type;for(let X in R){if(le.has(X))continue;if(ye===`never`){ae.push(X);continue}let ie=_e.run({value:R[X],issues:[]},Y);ie instanceof Promise?e.push(ie.then((e=>ri(e,W,X,R)))):ri(ie,W,X,R)}return ae.length&&W.issues.push({code:`unrecognized_keys`,keys:ae,input:R,inst:ie}),e.length?Promise.all(e).then((()=>W)):W}const Bg=N(`$ZodObject`,((e,R)=>{if(Yh.init(e,R),!Object.getOwnPropertyDescriptor(R,`shape`)?.get){let e=R.shape;Object.defineProperty(R,`shape`,{get:()=>{let W={...e};return Object.defineProperty(R,`shape`,{value:W}),W}})}let W=Z((()=>ai(R)));H(e._zod,`propValues`,(()=>{let e=R.shape,W={};for(let R in e){let Y=e[R]._zod;if(Y.values){W[R]??(W[R]=new Set);for(let e of Y.values)W[R].add(e)}}return W}));let Y=V,X=R.catchall,ie;e._zod.parse=(R,ae)=>{ie??=W.value;let le=R.value;if(!Y(le))return R.issues.push({expected:`object`,code:`invalid_type`,input:le,inst:e}),R;R.value={};let _e=[],ye=ie.shape;for(let e of ie.keys){let W=ye[e]._zod.run({value:le[e],issues:[]},ae);W instanceof Promise?_e.push(W.then((W=>ri(W,R,e,le)))):ri(W,R,e,le)}return X?li(_e,le,R,ae,W.value,e):_e.length?Promise.all(_e).then((()=>R)):R}})),Vg=N(`$ZodObjectJIT`,((e,R)=>{Bg.init(e,R);let W=e._zod.parse,Y=Z((()=>ai(R))),X,ie=V,ae=!fm.jitless,le=ae&&hm.value,_e=R.catchall,ye;e._zod.parse=(be,Ce)=>{ye??=Y.value;let Te=be.value;return ie(Te)?ae&&le&&!1===Ce?.async&&!0!==Ce.jitless?(X||=(e=>{let R=new IA([`shape`,`payload`,`ctx`]),W=Y.value,n=e=>{let R=K(e);return`shape[${R}]._zod.run({ value: input[${R}], issues: [] }, ctx)`};R.write(`const input = payload.value;`);let X=Object.create(null),ie=0;for(let e of W.keys)X[e]=`key_`+ ie++;R.write(`const newResult = {};`);for(let e of W.keys){let W=X[e],Y=K(e);R.write(`const ${W} = ${n(e)};`),R.write(`\n if (${W}.issues.length) {\n payload.issues = payload.issues.concat(${W}.issues.map(iss => ({\n ...iss,\n path: iss.path ? [${Y}, ...iss.path] : [${Y}]\n })));\n }\n \n \n if (${W}.value === undefined) {\n if (${Y} in input) {\n newResult[${Y}] = undefined;\n }\n } else {\n newResult[${Y}] = ${W}.value;\n }\n \n `)}R.write(`payload.value = newResult;`),R.write(`return payload;`);let ae=R.compile();return(R,W)=>ae(e,R,W)})(R.shape),be=X(be,Ce),_e?li([],Te,be,Ce,ye,e):be):W(be,Ce):(be.issues.push({expected:`object`,code:`invalid_type`,input:Te,inst:e}),be)}}));function di(e,R,W,Y){for(let W of e)if(W.issues.length===0)return R.value=W.value,R;let X=e.filter((e=>!ce(e)));return X.length===1?(R.value=X[0].value,X[0]):(R.issues.push({code:`invalid_union`,input:R.value,inst:W,errors:e.map((e=>e.issues.map((e=>he(e,Y,M())))))}),R)}const Hg=N(`$ZodUnion`,((e,R)=>{Yh.init(e,R),H(e._zod,`optin`,(()=>R.options.some((e=>e._zod.optin===`optional`))?`optional`:void 0)),H(e._zod,`optout`,(()=>R.options.some((e=>e._zod.optout===`optional`))?`optional`:void 0)),H(e._zod,`values`,(()=>{if(R.options.every((e=>e._zod.values)))return new Set(R.options.flatMap((e=>Array.from(e._zod.values))))})),H(e._zod,`pattern`,(()=>{if(R.options.every((e=>e._zod.pattern))){let e=R.options.map((e=>e._zod.pattern));return RegExp(`^(${e.map((e=>j(e.source))).join(`|`)})$`)}}));let W=R.options.length===1,Y=R.options[0]._zod.run;e._zod.parse=(X,ie)=>{if(W)return Y(X,ie);let ae=!1,le=[];for(let e of R.options){let R=e._zod.run({value:X.value,issues:[]},ie);if(R instanceof Promise)le.push(R),ae=!0;else{if(R.issues.length===0)return R;le.push(R)}}return ae?Promise.all(le).then((R=>di(R,X,e,ie))):di(le,X,e,ie)}}));function ui(e,R,W,Y){let X=e.filter((e=>e.issues.length===0));return X.length===1?(R.value=X[0].value,R):(X.length===0?R.issues.push({code:`invalid_union`,input:R.value,inst:W,errors:e.map((e=>e.issues.map((e=>he(e,Y,M())))))}):R.issues.push({code:`invalid_union`,input:R.value,inst:W,errors:[],inclusive:!1}),R)}const Ug=N(`$ZodXor`,((e,R)=>{Hg.init(e,R),R.inclusive=!1;let W=R.options.length===1,Y=R.options[0]._zod.run;e._zod.parse=(X,ie)=>{if(W)return Y(X,ie);let ae=!1,le=[];for(let e of R.options){let R=e._zod.run({value:X.value,issues:[]},ie);R instanceof Promise?(le.push(R),ae=!0):le.push(R)}return ae?Promise.all(le).then((R=>ui(R,X,e,ie))):ui(le,X,e,ie)}})),Wg=N(`$ZodDiscriminatedUnion`,((e,R)=>{R.inclusive=!1,Hg.init(e,R);let W=e._zod.parse;H(e._zod,`propValues`,(()=>{let e={};for(let W of R.options){let Y=W._zod.propValues;if(!Y||Object.keys(Y).length===0)throw Error(`Invalid discriminated union option at index "${R.options.indexOf(W)}"`);for(let[R,W]of Object.entries(Y)){e[R]||(e[R]=new Set);for(let Y of W)e[R].add(Y)}}return e}));let Y=Z((()=>{let e=R.options,W=new Map;for(let Y of e){let e=Y._zod.propValues?.[R.discriminator];if(!e||e.size===0)throw Error(`Invalid discriminated union option at index "${R.options.indexOf(Y)}"`);for(let R of e){if(W.has(R))throw Error(`Duplicate discriminator value "${String(R)}"`);W.set(R,Y)}}return W}));e._zod.parse=(X,ie)=>{let ae=X.value;if(!V(ae))return X.issues.push({code:`invalid_type`,expected:`object`,input:ae,inst:e}),X;let le=Y.value.get(ae?.[R.discriminator]);return le?le._zod.run(X,ie):R.unionFallback?W(X,ie):(X.issues.push({code:`invalid_union`,errors:[],note:`No matching discriminator`,discriminator:R.discriminator,input:ae,path:[R.discriminator],inst:e}),X)}})),Gg=N(`$ZodIntersection`,((e,R)=>{Yh.init(e,R),e._zod.parse=(e,W)=>{let Y=e.value,X=R.left._zod.run({value:Y,issues:[]},W),ie=R.right._zod.run({value:Y,issues:[]},W);return X instanceof Promise||ie instanceof Promise?Promise.all([X,ie]).then((([R,W])=>Ci(e,R,W))):Ci(e,X,ie)}}));function Bi(e,R){if(e===R||e instanceof Date&&R instanceof Date&&+e==+R)return{valid:!0,data:e};if(ee(e)&&ee(R)){let W=Object.keys(R),Y=Object.keys(e).filter((e=>W.indexOf(e)!==-1)),X={...e,...R};for(let W of Y){let Y=Bi(e[W],R[W]);if(!Y.valid)return{valid:!1,mergeErrorPath:[W,...Y.mergeErrorPath]};X[W]=Y.data}return{valid:!0,data:X}}if(Array.isArray(e)&&Array.isArray(R)){if(e.length!==R.length)return{valid:!1,mergeErrorPath:[]};let W=[];for(let Y=0;Y<e.length;Y++){let X=Bi(e[Y],R[Y]);if(!X.valid)return{valid:!1,mergeErrorPath:[Y,...X.mergeErrorPath]};W.push(X.data)}return{valid:!0,data:W}}return{valid:!1,mergeErrorPath:[]}}function Ci(e,R,W){if(R.issues.length&&e.issues.push(...R.issues),W.issues.length&&e.issues.push(...W.issues),ce(e))return e;let Y=Bi(R.value,W.value);if(!Y.valid)throw Error(`Unmergable intersection. Error path: ${JSON.stringify(Y.mergeErrorPath)}`);return e.value=Y.data,e}const Kg=N(`$ZodTuple`,((e,R)=>{Yh.init(e,R);let W=R.items;e._zod.parse=(Y,X)=>{let ie=Y.value;if(!Array.isArray(ie))return Y.issues.push({input:ie,inst:e,expected:`tuple`,code:`invalid_type`}),Y;Y.value=[];let ae=[],le=[...W].reverse().findIndex((e=>e._zod.optin!==`optional`)),_e=le===-1?0:W.length-le;if(!R.rest){let R=ie.length>W.length,X=ie.length<_e-1;if(R||X)return Y.issues.push({...R?{code:`too_big`,maximum:W.length}:{code:`too_small`,minimum:W.length},input:ie,inst:e,origin:`array`}),Y}let ye=-1;for(let e of W){if(ye++,ye>=ie.length&&ye>=_e)continue;let R=e._zod.run({value:ie[ye],issues:[]},X);R instanceof Promise?ae.push(R.then((e=>Qi(e,Y,ye)))):Qi(R,Y,ye)}if(R.rest){let e=ie.slice(W.length);for(let W of e){ye++;let e=R.rest._zod.run({value:W,issues:[]},X);e instanceof Promise?ae.push(e.then((e=>Qi(e,Y,ye)))):Qi(e,Y,ye)}}return ae.length?Promise.all(ae).then((()=>Y)):Y}}));function Qi(e,R,W){e.issues.length&&R.issues.push(...ge(W,e.issues)),R.value[W]=e.value}const qg=N(`$ZodRecord`,((e,R)=>{Yh.init(e,R),e._zod.parse=(W,Y)=>{let X=W.value;if(!ee(X))return W.issues.push({expected:`record`,code:`invalid_type`,input:X,inst:e}),W;let ie=[],ae=R.keyType._zod.values;if(ae){W.value={};let le=new Set;for(let e of ae)if(typeof e==`string`||typeof e==`number`||typeof e==`symbol`){le.add(typeof e==`number`?e.toString():e);let ae=R.valueType._zod.run({value:X[e],issues:[]},Y);ae instanceof Promise?ie.push(ae.then((R=>{R.issues.length&&W.issues.push(...ge(e,R.issues)),W.value[e]=R.value}))):(ae.issues.length&&W.issues.push(...ge(e,ae.issues)),W.value[e]=ae.value)}let _e;for(let e in X)le.has(e)||(_e??=[],_e.push(e));_e&&_e.length>0&&W.issues.push({code:`unrecognized_keys`,input:X,inst:e,keys:_e})}else{W.value={};for(let ae of Reflect.ownKeys(X)){if(ae===`__proto__`)continue;let le=R.keyType._zod.run({value:ae,issues:[]},Y);if(le instanceof Promise)throw Error(`Async schemas not supported in object keys currently`);if(le.issues.length){R.mode===`loose`?W.value[ae]=X[ae]:W.issues.push({code:`invalid_key`,origin:`record`,issues:le.issues.map((e=>he(e,Y,M()))),input:ae,path:[ae],inst:e});continue}let _e=R.valueType._zod.run({value:X[ae],issues:[]},Y);_e instanceof Promise?ie.push(_e.then((e=>{e.issues.length&&W.issues.push(...ge(ae,e.issues)),W.value[le.value]=e.value}))):(_e.issues.length&&W.issues.push(...ge(ae,_e.issues)),W.value[le.value]=_e.value)}}return ie.length?Promise.all(ie).then((()=>W)):W}})),Jg=N(`$ZodMap`,((e,R)=>{Yh.init(e,R),e._zod.parse=(W,Y)=>{let X=W.value;if(!(X instanceof Map))return W.issues.push({expected:`map`,code:`invalid_type`,input:X,inst:e}),W;let ie=[];W.value=new Map;for(let[ae,le]of X){let _e=R.keyType._zod.run({value:ae,issues:[]},Y),ye=R.valueType._zod.run({value:le,issues:[]},Y);_e instanceof Promise||ye instanceof Promise?ie.push(Promise.all([_e,ye]).then((([R,ie])=>{wi(R,ie,W,ae,X,e,Y)}))):wi(_e,ye,W,ae,X,e,Y)}return ie.length?Promise.all(ie).then((()=>W)):W}}));function wi(e,R,W,Y,X,ie,ae){e.issues.length&&(gm.has(typeof Y)?W.issues.push(...ge(Y,e.issues)):W.issues.push({code:`invalid_key`,origin:`map`,input:X,inst:ie,issues:e.issues.map((e=>he(e,ae,M())))})),R.issues.length&&(gm.has(typeof Y)?W.issues.push(...ge(Y,R.issues)):W.issues.push({origin:`map`,code:`invalid_element`,input:X,inst:ie,key:Y,issues:R.issues.map((e=>he(e,ae,M())))})),W.value.set(e.value,R.value)}const Yg=N(`$ZodSet`,((e,R)=>{Yh.init(e,R),e._zod.parse=(W,Y)=>{let X=W.value;if(!(X instanceof Set))return W.issues.push({input:X,inst:e,expected:`set`,code:`invalid_type`}),W;let ie=[];W.value=new Set;for(let e of X){let X=R.valueType._zod.run({value:e,issues:[]},Y);X instanceof Promise?ie.push(X.then((e=>vi(e,W)))):vi(X,W)}return ie.length?Promise.all(ie).then((()=>W)):W}}));function vi(e,R){e.issues.length&&R.issues.push(...e.issues),R.value.add(e.value)}const Xg=N(`$ZodEnum`,((e,R)=>{Yh.init(e,R);let W=O(R.entries),Y=new Set(W);e._zod.values=Y,e._zod.pattern=RegExp(`^(${W.filter((e=>gm.has(typeof e))).map((e=>typeof e==`string`?ne(e):e.toString())).join(`|`)})$`),e._zod.parse=(R,X)=>{let ie=R.value;return Y.has(ie)||R.issues.push({code:`invalid_value`,values:W,input:ie,inst:e}),R}})),Zg=N(`$ZodLiteral`,((e,R)=>{if(Yh.init(e,R),R.values.length===0)throw Error(`Cannot create literal schema with no valid values`);let W=new Set(R.values);e._zod.values=W,e._zod.pattern=RegExp(`^(${R.values.map((e=>typeof e==`string`?ne(e):e?ne(e.toString()):String(e))).join(`|`)})$`),e._zod.parse=(Y,X)=>{let ie=Y.value;return W.has(ie)||Y.issues.push({code:`invalid_value`,values:R.values,input:ie,inst:e}),Y}})),Qg=N(`$ZodFile`,((e,R)=>{Yh.init(e,R),e._zod.parse=(R,W)=>{let Y=R.value;return Y instanceof File||R.issues.push({expected:`file`,code:`invalid_type`,input:Y,inst:e}),R}})),$g=N(`$ZodTransform`,((e,R)=>{Yh.init(e,R),e._zod.parse=(W,Y)=>{if(Y.direction===`backward`)throw new T(e.constructor.name);let X=R.transform(W.value,W);if(Y.async)return(X instanceof Promise?X:Promise.resolve(X)).then((e=>(W.value=e,W)));if(X instanceof Promise)throw new G;return W.value=X,W}}));function xi(e,R){return e.issues.length&&R===void 0?{issues:[],value:void 0}:e}const e_=N(`$ZodOptional`,((e,R)=>{Yh.init(e,R),e._zod.optin=`optional`,e._zod.optout=`optional`,H(e._zod,`values`,(()=>R.innerType._zod.values?new Set([...R.innerType._zod.values,void 0]):void 0)),H(e._zod,`pattern`,(()=>{let e=R.innerType._zod.pattern;return e?RegExp(`^(${j(e.source)})?$`):void 0})),e._zod.parse=(e,W)=>{if(R.innerType._zod.optin===`optional`){let Y=R.innerType._zod.run(e,W);return Y instanceof Promise?Y.then((R=>xi(R,e.value))):xi(Y,e.value)}return e.value===void 0?e:R.innerType._zod.run(e,W)}})),t_=N(`$ZodNullable`,((e,R)=>{Yh.init(e,R),H(e._zod,`optin`,(()=>R.innerType._zod.optin)),H(e._zod,`optout`,(()=>R.innerType._zod.optout)),H(e._zod,`pattern`,(()=>{let e=R.innerType._zod.pattern;return e?RegExp(`^(${j(e.source)}|null)$`):void 0})),H(e._zod,`values`,(()=>R.innerType._zod.values?new Set([...R.innerType._zod.values,null]):void 0)),e._zod.parse=(e,W)=>e.value===null?e:R.innerType._zod.run(e,W)})),n_=N(`$ZodDefault`,((e,R)=>{Yh.init(e,R),e._zod.optin=`optional`,H(e._zod,`values`,(()=>R.innerType._zod.values)),e._zod.parse=(e,W)=>{if(W.direction===`backward`)return R.innerType._zod.run(e,W);if(e.value===void 0)return e.value=R.defaultValue,e;let Y=R.innerType._zod.run(e,W);return Y instanceof Promise?Y.then((e=>Ni(e,R))):Ni(Y,R)}}));function Ni(e,R){return e.value===void 0&&(e.value=R.defaultValue),e}const r_=N(`$ZodPrefault`,((e,R)=>{Yh.init(e,R),e._zod.optin=`optional`,H(e._zod,`values`,(()=>R.innerType._zod.values)),e._zod.parse=(e,W)=>(W.direction===`backward`||e.value===void 0&&(e.value=R.defaultValue),R.innerType._zod.run(e,W))})),i_=N(`$ZodNonOptional`,((e,R)=>{Yh.init(e,R),H(e._zod,`values`,(()=>{let e=R.innerType._zod.values;return e?new Set([...e].filter((e=>e!==void 0))):void 0})),e._zod.parse=(W,Y)=>{let X=R.innerType._zod.run(W,Y);return X instanceof Promise?X.then((R=>Ri(R,e))):Ri(X,e)}}));function Ri(e,R){return e.issues.length||e.value!==void 0||e.issues.push({code:`invalid_type`,expected:`nonoptional`,input:e.value,inst:R}),e}const a_=N(`$ZodSuccess`,((e,R)=>{Yh.init(e,R),e._zod.parse=(e,W)=>{if(W.direction===`backward`)throw new T(`ZodSuccess`);let Y=R.innerType._zod.run(e,W);return Y instanceof Promise?Y.then((R=>(e.value=R.issues.length===0,e))):(e.value=Y.issues.length===0,e)}})),o_=N(`$ZodCatch`,((e,R)=>{Yh.init(e,R),H(e._zod,`optin`,(()=>R.innerType._zod.optin)),H(e._zod,`optout`,(()=>R.innerType._zod.optout)),H(e._zod,`values`,(()=>R.innerType._zod.values)),e._zod.parse=(e,W)=>{if(W.direction===`backward`)return R.innerType._zod.run(e,W);let Y=R.innerType._zod.run(e,W);return Y instanceof Promise?Y.then((Y=>(e.value=Y.value,Y.issues.length&&(e.value=R.catchValue({...e,error:{issues:Y.issues.map((e=>he(e,W,M())))},input:e.value}),e.issues=[]),e))):(e.value=Y.value,Y.issues.length&&(e.value=R.catchValue({...e,error:{issues:Y.issues.map((e=>he(e,W,M())))},input:e.value}),e.issues=[]),e)}})),s_=N(`$ZodNaN`,((e,R)=>{Yh.init(e,R),e._zod.parse=(R,W)=>(typeof R.value==`number`&&Number.isNaN(R.value)||R.issues.push({input:R.value,inst:e,expected:`nan`,code:`invalid_type`}),R)})),c_=N(`$ZodPipe`,((e,R)=>{Yh.init(e,R),H(e._zod,`values`,(()=>R.in._zod.values)),H(e._zod,`optin`,(()=>R.in._zod.optin)),H(e._zod,`optout`,(()=>R.out._zod.optout)),H(e._zod,`propValues`,(()=>R.in._zod.propValues)),e._zod.parse=(e,W)=>{if(W.direction===`backward`){let Y=R.out._zod.run(e,W);return Y instanceof Promise?Y.then((e=>Zi(e,R.in,W))):Zi(Y,R.in,W)}let Y=R.in._zod.run(e,W);return Y instanceof Promise?Y.then((e=>Zi(e,R.out,W))):Zi(Y,R.out,W)}}));function Zi(e,R,W){return e.issues.length?(e.aborted=!0,e):R._zod.run({value:e.value,issues:e.issues},W)}const l_=N(`$ZodCodec`,((e,R)=>{Yh.init(e,R),H(e._zod,`values`,(()=>R.in._zod.values)),H(e._zod,`optin`,(()=>R.in._zod.optin)),H(e._zod,`optout`,(()=>R.out._zod.optout)),H(e._zod,`propValues`,(()=>R.in._zod.propValues)),e._zod.parse=(e,W)=>{if((W.direction||`forward`)===`forward`){let Y=R.in._zod.run(e,W);return Y instanceof Promise?Y.then((e=>ji(e,R,W))):ji(Y,R,W)}{let Y=R.out._zod.run(e,W);return Y instanceof Promise?Y.then((e=>ji(e,R,W))):ji(Y,R,W)}}}));function ji(e,R,W){if(e.issues.length)return e.aborted=!0,e;if((W.direction||`forward`)===`forward`){let Y=R.transform(e.value,e);return Y instanceof Promise?Y.then((Y=>Yi(e,Y,R.out,W))):Yi(e,Y,R.out,W)}{let Y=R.reverseTransform(e.value,e);return Y instanceof Promise?Y.then((Y=>Yi(e,Y,R.in,W))):Yi(e,Y,R.in,W)}}function Yi(e,R,W,Y){return e.issues.length?(e.aborted=!0,e):W._zod.run({value:R,issues:e.issues},Y)}const u_=N(`$ZodReadonly`,((e,R)=>{Yh.init(e,R),H(e._zod,`propValues`,(()=>R.innerType._zod.propValues)),H(e._zod,`values`,(()=>R.innerType._zod.values)),H(e._zod,`optin`,(()=>R.innerType?._zod?.optin)),H(e._zod,`optout`,(()=>R.innerType?._zod?.optout)),e._zod.parse=(e,W)=>{if(W.direction===`backward`)return R.innerType._zod.run(e,W);let Y=R.innerType._zod.run(e,W);return Y instanceof Promise?Y.then(Pi):Pi(Y)}}));function Pi(e){return e.value=Object.freeze(e.value),e}const d_=N(`$ZodTemplateLiteral`,((e,R)=>{Yh.init(e,R);let W=[];for(let e of R.parts)if(typeof e==`object`&&e){if(!e._zod.pattern)throw Error(`Invalid template literal part, no pattern found: ${[...e._zod.traits].shift()}`);let R=e._zod.pattern instanceof RegExp?e._zod.pattern.source:e._zod.pattern;if(!R)throw Error(`Invalid template literal part: ${e._zod.traits}`);let Y=+!!R.startsWith(`^`),X=R.endsWith(`$`)?R.length-1:R.length;W.push(R.slice(Y,X))}else{if(e!==null&&!_m.has(typeof e))throw Error(`Invalid template literal part: ${e}`);W.push(ne(`${e}`))}e._zod.pattern=RegExp(`^${W.join(``)}$`),e._zod.parse=(W,Y)=>typeof W.value==`string`?(e._zod.pattern.lastIndex=0,e._zod.pattern.test(W.value)||W.issues.push({input:W.value,inst:e,code:`invalid_format`,format:R.format??`template_literal`,pattern:e._zod.pattern.source}),W):(W.issues.push({input:W.value,inst:e,expected:`template_literal`,code:`invalid_type`}),W)})),f_=N(`$ZodFunction`,((e,R)=>(Yh.init(e,R),e._def=R,e._zod.def=R,e.implement=R=>{if(typeof R!=`function`)throw Error(`implement() must be called with a function`);return function(...W){let Y=e._def.input?Sm(e._def.input,W):W,X=Reflect.apply(R,this,Y);return e._def.output?Sm(e._def.output,X):X}},e.implementAsync=R=>{if(typeof R!=`function`)throw Error(`implementAsync() must be called with a function`);return async function(...W){let Y=e._def.input?await Cm(e._def.input,W):W,X=await Reflect.apply(R,this,Y);return e._def.output?await Cm(e._def.output,X):X}},e._zod.parse=(R,W)=>typeof R.value==`function`?(R.value=e._def.output&&e._def.output._zod.def.type===`promise`?e.implementAsync(R.value):e.implement(R.value),R):(R.issues.push({code:`invalid_type`,expected:`function`,input:R.value,inst:e}),R),e.input=(...R)=>{let W=e.constructor;return Array.isArray(R[0])?new W({type:`function`,input:new Kg({type:`tuple`,items:R[0],rest:R[1]}),output:e._def.output}):new W({type:`function`,input:R[0],output:e._def.output})},e.output=R=>new e.constructor({type:`function`,input:e._def.input,output:R}),e))),p_=N(`$ZodPromise`,((e,R)=>{Yh.init(e,R),e._zod.parse=(e,W)=>Promise.resolve(e.value).then((e=>R.innerType._zod.run({value:e,issues:[]},W)))})),m_=N(`$ZodLazy`,((e,R)=>{Yh.init(e,R),H(e._zod,`innerType`,(()=>R.getter())),H(e._zod,`pattern`,(()=>e._zod.innerType?._zod?.pattern)),H(e._zod,`propValues`,(()=>e._zod.innerType?._zod?.propValues)),H(e._zod,`optin`,(()=>e._zod.innerType?._zod?.optin??void 0)),H(e._zod,`optout`,(()=>e._zod.innerType?._zod?.optout??void 0)),e._zod.parse=(R,W)=>e._zod.innerType._zod.run(R,W)})),h_=N(`$ZodCustom`,((e,R)=>{Th.init(e,R),Yh.init(e,R),e._zod.parse=(e,R)=>e,e._zod.check=W=>{let Y=W.value,X=R.fn(Y);if(X instanceof Promise)return X.then((R=>en(R,W,Y,e)));en(X,W,Y,e)}}));function en(e,R,W,Y){if(!e){let e={code:`custom`,input:W,inst:Y,path:[...Y._zod.def.path??[]],continue:!Y._zod.def.abort};Y._zod.def.params&&(e.params=Y._zod.def.params),R.issues.push(pe(e))}}const tn=()=>{let e={string:{unit:`characters`,verb:`to have`},file:{unit:`bytes`,verb:`to have`},array:{unit:`items`,verb:`to have`},set:{unit:`items`,verb:`to have`}};function t(R){return e[R]??null}let R={regex:`input`,email:`email address`,url:`URL`,emoji:`emoji`,uuid:`UUID`,uuidv4:`UUIDv4`,uuidv6:`UUIDv6`,nanoid:`nanoid`,guid:`GUID`,cuid:`cuid`,cuid2:`cuid2`,ulid:`ULID`,xid:`XID`,ksuid:`KSUID`,datetime:`ISO datetime`,date:`ISO date`,time:`ISO time`,duration:`ISO duration`,ipv4:`IPv4 address`,ipv6:`IPv6 address`,mac:`MAC address`,cidrv4:`IPv4 range`,cidrv6:`IPv6 range`,base64:`base64-encoded string`,base64url:`base64url-encoded string`,json_string:`JSON string`,e164:`E.164 number`,jwt:`JWT`,template_literal:`input`};return e=>{switch(e.code){case`invalid_type`:return`Invalid input: expected ${e.expected}, received ${(e=>{let R=typeof e;switch(R){case`number`:return Number.isNaN(e)?`NaN`:`number`;case`object`:if(Array.isArray(e))return`array`;if(e===null)return`null`;if(Object.getPrototypeOf(e)!==Object.prototype&&e.constructor)return e.constructor.name}return R})(e.input)}`;case`invalid_value`:return e.values.length===1?`Invalid input: expected ${re(e.values[0])}`:`Invalid option: expected one of ${U(e.values,`|`)}`;case`too_big`:{let R=e.inclusive?`<=`:`<`,W=t(e.origin);return W?`Too big: expected ${e.origin??`value`} to have ${R}${e.maximum.toString()} ${W.unit??`elements`}`:`Too big: expected ${e.origin??`value`} to be ${R}${e.maximum.toString()}`}case`too_small`:{let R=e.inclusive?`>=`:`>`,W=t(e.origin);return W?`Too small: expected ${e.origin} to have ${R}${e.minimum.toString()} ${W.unit}`:`Too small: expected ${e.origin} to be ${R}${e.minimum.toString()}`}case`invalid_format`:{let W=e;return W.format===`starts_with`?`Invalid string: must start with "${W.prefix}"`:W.format===`ends_with`?`Invalid string: must end with "${W.suffix}"`:W.format===`includes`?`Invalid string: must include "${W.includes}"`:W.format===`regex`?`Invalid string: must match pattern ${W.pattern}`:`Invalid ${R[W.format]??e.format}`}case`not_multiple_of`:return`Invalid number: must be a multiple of ${e.divisor}`;case`unrecognized_keys`:return`Unrecognized key${e.keys.length>1?`s`:``}: ${U(e.keys,`, `)}`;case`invalid_key`:return`Invalid key in ${e.origin}`;case`invalid_union`:default:return`Invalid input`;case`invalid_element`:return`Invalid value in ${e.origin}`}}};var g_,nn=class{constructor(){this._map=new WeakMap,this._idmap=new Map}add(e,...R){let W=R[0];if(this._map.set(e,W),W&&typeof W==`object`&&`id`in W){if(this._idmap.has(W.id))throw Error(`ID ${W.id} already exists in the registry`);this._idmap.set(W.id,e)}return this}clear(){return this._map=new WeakMap,this._idmap=new Map,this}remove(e){let R=this._map.get(e);return R&&typeof R==`object`&&`id`in R&&this._idmap.delete(R.id),this._map.delete(e),this}get(e){let R=e._zod.parent;if(R){let W={...this.get(R)??{}};delete W.id;let Y={...W,...this._map.get(e)};return Object.keys(Y).length?Y:void 0}return this._map.get(e)}has(e){return this._map.has(e)}};(g_=globalThis).__zod_globalRegistry??(g_.__zod_globalRegistry=new nn);const __=globalThis.__zod_globalRegistry;function sn(e,R){return new e({type:`string`,format:`email`,check:`string_format`,abort:!1,...se(R)})}function rn(e,R){return new e({type:`string`,format:`guid`,check:`string_format`,abort:!1,...se(R)})}function an(e,R){return new e({type:`string`,format:`uuid`,check:`string_format`,abort:!1,...se(R)})}function ln(e,R){return new e({type:`string`,format:`uuid`,check:`string_format`,abort:!1,version:`v4`,...se(R)})}function cn(e,R){return new e({type:`string`,format:`uuid`,check:`string_format`,abort:!1,version:`v6`,...se(R)})}function gn(e,R){return new e({type:`string`,format:`uuid`,check:`string_format`,abort:!1,version:`v7`,...se(R)})}function dn(e,R){return new e({type:`string`,format:`url`,check:`string_format`,abort:!1,...se(R)})}function hn(e,R){return new e({type:`string`,format:`emoji`,check:`string_format`,abort:!1,...se(R)})}function un(e,R){return new e({type:`string`,format:`nanoid`,check:`string_format`,abort:!1,...se(R)})}function In(e,R){return new e({type:`string`,format:`cuid`,check:`string_format`,abort:!1,...se(R)})}function pn(e,R){return new e({type:`string`,format:`cuid2`,check:`string_format`,abort:!1,...se(R)})}function fn(e,R){return new e({type:`string`,format:`ulid`,check:`string_format`,abort:!1,...se(R)})}function Bn(e,R){return new e({type:`string`,format:`xid`,check:`string_format`,abort:!1,...se(R)})}function Cn(e,R){return new e({type:`string`,format:`ksuid`,check:`string_format`,abort:!1,...se(R)})}function En(e,R){return new e({type:`string`,format:`ipv4`,check:`string_format`,abort:!1,...se(R)})}function Qn(e,R){return new e({type:`string`,format:`ipv6`,check:`string_format`,abort:!1,...se(R)})}function mn(e,R){return new e({type:`string`,format:`cidrv4`,check:`string_format`,abort:!1,...se(R)})}function yn(e,R){return new e({type:`string`,format:`cidrv6`,check:`string_format`,abort:!1,...se(R)})}function wn(e,R){return new e({type:`string`,format:`base64`,check:`string_format`,abort:!1,...se(R)})}function _n(e,R){return new e({type:`string`,format:`base64url`,check:`string_format`,abort:!1,...se(R)})}function vn(e,R){return new e({type:`string`,format:`e164`,check:`string_format`,abort:!1,...se(R)})}function bn(e,R){return new e({type:`string`,format:`jwt`,check:`string_format`,abort:!1,...se(R)})}function kn(e,R){return new Dh({check:`less_than`,...se(R),value:e,inclusive:!1})}function Dn(e,R){return new Dh({check:`less_than`,...se(R),value:e,inclusive:!0})}function Sn(e,R){return new Oh({check:`greater_than`,...se(R),value:e,inclusive:!1})}function xn(e,R){return new Oh({check:`greater_than`,...se(R),value:e,inclusive:!0})}function zn(e){return Sn(0,e)}function Fn(e){return kn(0,e)}function Ln(e){return Dn(0,e)}function Nn(e){return xn(0,e)}function Gn(e,R){return new kh({check:`multiple_of`,...se(R),value:e})}function Tn(e,R){return new Mh({check:`max_size`,...se(R),maximum:e})}function Rn(e,R){return new Nh({check:`min_size`,...se(R),minimum:e})}function Mn(e,R){return new Ph({check:`size_equals`,...se(R),size:e})}function On(e,R){return new Fh({check:`max_length`,...se(R),maximum:e})}function Un(e,R){return new Ih({check:`min_length`,...se(R),minimum:e})}function Jn(e,R){return new Lh({check:`length_equals`,...se(R),length:e})}function Zn(e,R){return new zh({check:`string_format`,format:`regex`,...se(R),pattern:e})}function qn(e){return new Bh({check:`string_format`,format:`lowercase`,...se(e)})}function jn(e){return new Vh({check:`string_format`,format:`uppercase`,...se(e)})}function Yn(e,R){return new Hh({check:`string_format`,format:`includes`,...se(R),includes:e})}function Hn(e,R){return new Uh({check:`string_format`,format:`starts_with`,...se(R),prefix:e})}function Pn(e,R){return new Wh({check:`string_format`,format:`ends_with`,...se(R),suffix:e})}function $n(e,R,W){return new Gh({check:`property`,property:e,schema:R,...se(W)})}function Kn(e,R){return new Kh({check:`mime_type`,mime:e,...se(R)})}function Wn(e){return new qh({check:`overwrite`,tx:e})}function Vn(e){return Wn((R=>R.normalize(e)))}function Xn(){return Wn((e=>e.trim()))}function eo(){return Wn((e=>e.toLowerCase()))}function to(){return Wn((e=>e.toUpperCase()))}function Ao(){return Wn((e=>function(e){return e.toLowerCase().trim().replace(/[^\w\s-]/g,``).replace(/[\s_-]+/g,`-`).replace(/^-+|-+$/g,``)}(e)))}function io(e){let R=function(e,R){let W=new Th({check:`custom`,...se(R)});return W._zod.check=e,W}((W=>(W.addIssue=e=>{if(typeof e==`string`)W.issues.push(pe(e,W.value,R._zod.def));else{let Y=e;Y.fatal&&(Y.continue=!1),Y.code??=`custom`,Y.input??=W.value,Y.inst??=R,Y.continue??=!R._zod.def.abort,W.issues.push(pe(Y))}},e(W.value,W))));return R}function no(e,R,W,Y={}){let X=se(Y),ie={...se(Y),check:`string_format`,type:`string`,format:R,fn:typeof W==`function`?W:e=>W.test(e),...X};return W instanceof RegExp&&(ie.pattern=W),new e(ie)}function oo(e){let R=e?.target??`draft-2020-12`;return R===`draft-4`&&(R=`draft-04`),R===`draft-7`&&(R=`draft-07`),{processors:e.processors??{},metadataRegistry:e?.metadata??__,target:R,unrepresentable:e?.unrepresentable??`throw`,override:e?.override??(()=>{}),io:e?.io??`output`,counter:0,seen:new Map,cycles:e?.cycles??`ref`,reused:e?.reused??`inline`,external:e?.external??void 0}}function so(e,R,W={path:[],schemaPath:[]}){var Y;let X=e._zod.def,ie=R.seen.get(e);if(ie)return ie.count++,W.schemaPath.includes(e)&&(ie.cycle=W.path),ie.schema;let ae={schema:{},count:1,cycle:void 0,path:W.path};R.seen.set(e,ae);let le=e._zod.toJSONSchema?.();if(le)ae.schema=le;else{let Y={...W,schemaPath:[...W.schemaPath,e],path:W.path},ie=e._zod.parent;if(ie)ae.ref=ie,so(ie,R,Y),R.seen.get(ie).isParent=!0;else if(e._zod.processJSONSchema)e._zod.processJSONSchema(R,ae.schema,Y);else{let W=ae.schema,ie=R.processors[X.type];if(!ie)throw Error(`[toJSONSchema]: Non-representable type encountered: ${X.type}`);ie(e,R,W,Y)}}let _e=R.metadataRegistry.get(e);return _e&&Object.assign(ae.schema,_e),R.io===`input`&&lo(e)&&(delete ae.schema.examples,delete ae.schema.default),R.io===`input`&&ae.schema._prefault&&((Y=ae.schema).default??(Y.default=ae.schema._prefault)),delete ae.schema._prefault,R.seen.get(e).schema}function ro(e,R){let W=e.seen.get(R);if(!W)throw Error(`Unprocessed schema. This is a bug in Zod.`);let i=R=>{if(R[1].schema.$ref)return;let Y=R[1],{ref:X,defId:ie}=(R=>{let Y=e.target===`draft-2020-12`?`$defs`:`definitions`;if(e.external){let W=e.external.registry.get(R[0])?.id,X=e.external.uri??(e=>e);if(W)return{ref:X(W)};let ie=R[1].defId??R[1].schema.id??`schema`+ e.counter++;return R[1].defId=ie,{defId:ie,ref:`${X(`__shared`)}#/${Y}/${ie}`}}if(R[1]===W)return{ref:`#`};let X=`#/${Y}/`,ie=R[1].schema.id??`__schema`+ e.counter++;return{defId:ie,ref:X+ie}})(R);Y.def={...Y.schema},ie&&(Y.defId=ie);let ae=Y.schema;for(let e in ae)delete ae[e];ae.$ref=X};if(e.cycles===`throw`)for(let R of e.seen.entries()){let e=R[1];if(e.cycle)throw Error(`Cycle detected: #/${e.cycle?.join(`/`)}/<root>\n\nSet the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(let W of e.seen.entries()){let Y=W[1];if(R===W[0]){i(W);continue}if(e.external){let Y=e.external.registry.get(W[0])?.id;if(R!==W[0]&&Y){i(W);continue}}(e.metadataRegistry.get(W[0])?.id||Y.cycle||Y.count>1&&e.reused===`ref`)&&i(W)}}function ao(e,R){let W=e.seen.get(R);if(!W)throw Error(`Unprocessed schema. This is a bug in Zod.`);let i=R=>{let W=e.seen.get(R),Y=W.def??W.schema,X={...Y};if(W.ref===null)return;let ie=W.ref;if(W.ref=null,ie){i(ie);let R=e.seen.get(ie).schema;!R.$ref||e.target!==`draft-07`&&e.target!==`draft-04`&&e.target!==`openapi-3.0`?(Object.assign(Y,R),Object.assign(Y,X)):(Y.allOf=Y.allOf??[],Y.allOf.push(R))}W.isParent||e.override({zodSchema:R,jsonSchema:Y,path:W.path??[]})};for(let R of[...e.seen.entries()].reverse())i(R[0]);let Y={};if(e.target===`draft-2020-12`?Y.$schema=`https://json-schema.org/draft/2020-12/schema`:e.target===`draft-07`?Y.$schema=`http://json-schema.org/draft-07/schema#`:e.target===`draft-04`?Y.$schema=`http://json-schema.org/draft-04/schema#`:e.target,e.external?.uri){let W=e.external.registry.get(R)?.id;if(!W)throw Error("Schema is missing an `id` property");Y.$id=e.external.uri(W)}Object.assign(Y,W.def??W.schema);let X=e.external?.defs??{};for(let R of e.seen.entries()){let e=R[1];e.def&&e.defId&&(X[e.defId]=e.def)}e.external||Object.keys(X).length>0&&(e.target===`draft-2020-12`?Y.$defs=X:Y.definitions=X);try{let e=JSON.parse(JSON.stringify(Y));return Object.defineProperty(e,`~standard`,{value:{...R[`~standard`],jsonSchema:{input:co(R,`input`),output:co(R,`output`)}},enumerable:!1,writable:!1}),e}catch{throw Error(`Error converting schema to JSON.`)}}function lo(e,R){let W=R??{seen:new Set};if(W.seen.has(e))return!1;W.seen.add(e);let Y=e._zod.def;if(Y.type===`transform`)return!0;if(Y.type===`array`)return lo(Y.element,W);if(Y.type===`set`)return lo(Y.valueType,W);if(Y.type===`lazy`)return lo(Y.getter(),W);if(Y.type===`promise`||Y.type===`optional`||Y.type===`nonoptional`||Y.type===`nullable`||Y.type===`readonly`||Y.type===`default`||Y.type===`prefault`)return lo(Y.innerType,W);if(Y.type===`intersection`)return lo(Y.left,W)||lo(Y.right,W);if(Y.type===`record`||Y.type===`map`)return lo(Y.keyType,W)||lo(Y.valueType,W);if(Y.type===`pipe`)return lo(Y.in,W)||lo(Y.out,W);if(Y.type===`object`){for(let e in Y.shape)if(lo(Y.shape[e],W))return!0;return!1}if(Y.type===`union`){for(let e of Y.options)if(lo(e,W))return!0;return!1}if(Y.type===`tuple`){for(let e of Y.items)if(lo(e,W))return!0;return!(!Y.rest||!lo(Y.rest,W))}return!1}const co=(e,R)=>W=>{let{libraryOptions:Y,target:X}=W??{},ie=oo({...Y??{},target:X,io:R,processors:{}});return so(e,ie),ro(ie,e),ao(ie,e)},v_={guid:`uuid`,url:`uri`,datetime:`date-time`,json_string:`json-string`,regex:``},ho=(e,R,W,Y)=>{let X=W;X.type=`string`;let{minimum:ie,maximum:ae,format:le,patterns:_e,contentEncoding:ye}=e._zod.bag;if(typeof ie==`number`&&(X.minLength=ie),typeof ae==`number`&&(X.maxLength=ae),le&&(X.format=v_[le]??le,X.format===``&&delete X.format),ye&&(X.contentEncoding=ye),_e&&_e.size>0){let e=[..._e];e.length===1?X.pattern=e[0].source:e.length>1&&(X.allOf=[...e.map((e=>({...R.target===`draft-07`||R.target===`draft-04`||R.target===`openapi-3.0`?{type:`string`}:{},pattern:e.source})))])}},uo=(e,R,W,Y)=>{let X=W,{minimum:ie,maximum:ae,format:le,multipleOf:_e,exclusiveMaximum:ye,exclusiveMinimum:be}=e._zod.bag;typeof le==`string`&&le.includes(`int`)?X.type=`integer`:X.type=`number`,typeof be==`number`&&(R.target===`draft-04`||R.target===`openapi-3.0`?(X.minimum=be,X.exclusiveMinimum=!0):X.exclusiveMinimum=be),typeof ie==`number`&&(X.minimum=ie,typeof be==`number`&&R.target!==`draft-04`&&(be>=ie?delete X.minimum:delete X.exclusiveMinimum)),typeof ye==`number`&&(R.target===`draft-04`||R.target===`openapi-3.0`?(X.maximum=ye,X.exclusiveMaximum=!0):X.exclusiveMaximum=ye),typeof ae==`number`&&(X.maximum=ae,typeof ye==`number`&&R.target!==`draft-04`&&(ye<=ae?delete X.maximum:delete X.exclusiveMaximum)),typeof _e==`number`&&(X.multipleOf=_e)},Io=(e,R,W,Y)=>{W.type=`boolean`},po=(e,R,W,Y)=>{if(R.unrepresentable===`throw`)throw Error(`BigInt cannot be represented in JSON Schema`)},fo=(e,R,W,Y)=>{if(R.unrepresentable===`throw`)throw Error(`Symbols cannot be represented in JSON Schema`)},Bo=(e,R,W,Y)=>{R.target===`openapi-3.0`?(W.type=`string`,W.nullable=!0,W.enum=[null]):W.type=`null`},Co=(e,R,W,Y)=>{if(R.unrepresentable===`throw`)throw Error(`Undefined cannot be represented in JSON Schema`)},Eo=(e,R,W,Y)=>{if(R.unrepresentable===`throw`)throw Error(`Void cannot be represented in JSON Schema`)},Qo=(e,R,W,Y)=>{W.not={}},mo=(e,R,W,Y)=>{if(R.unrepresentable===`throw`)throw Error(`Date cannot be represented in JSON Schema`)},yo=(e,R,W,Y)=>{let X=O(e._zod.def.entries);X.every((e=>typeof e==`number`))&&(W.type=`number`),X.every((e=>typeof e==`string`))&&(W.type=`string`),W.enum=X},wo=(e,R,W,Y)=>{let X=e._zod.def,ie=[];for(let e of X.values)if(e===void 0){if(R.unrepresentable===`throw`)throw Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof e==`bigint`){if(R.unrepresentable===`throw`)throw Error(`BigInt literals cannot be represented in JSON Schema`);ie.push(Number(e))}else ie.push(e);if(ie.length!==0)if(ie.length===1){let e=ie[0];W.type=e===null?`null`:typeof e,R.target===`draft-04`||R.target===`openapi-3.0`?W.enum=[e]:W.const=e}else ie.every((e=>typeof e==`number`))&&(W.type=`number`),ie.every((e=>typeof e==`string`))&&(W.type=`string`),ie.every((e=>typeof e==`boolean`))&&(W.type=`boolean`),ie.every((e=>e===null))&&(W.type=`null`),W.enum=ie},_o=(e,R,W,Y)=>{if(R.unrepresentable===`throw`)throw Error(`NaN cannot be represented in JSON Schema`)},vo=(e,R,W,Y)=>{let X=W,ie=e._zod.pattern;if(!ie)throw Error(`Pattern not found in template literal`);X.type=`string`,X.pattern=ie.source},bo=(e,R,W,Y)=>{let X=W,ie={type:`string`,format:`binary`,contentEncoding:`binary`},{minimum:ae,maximum:le,mime:_e}=e._zod.bag;ae!==void 0&&(ie.minLength=ae),le!==void 0&&(ie.maxLength=le),_e?_e.length===1?(ie.contentMediaType=_e[0],Object.assign(X,ie)):X.anyOf=_e.map((e=>({...ie,contentMediaType:e}))):Object.assign(X,ie)},ko=(e,R,W,Y)=>{W.type=`boolean`},Do=(e,R,W,Y)=>{if(R.unrepresentable===`throw`)throw Error(`Custom types cannot be represented in JSON Schema`)},So=(e,R,W,Y)=>{if(R.unrepresentable===`throw`)throw Error(`Function types cannot be represented in JSON Schema`)},xo=(e,R,W,Y)=>{if(R.unrepresentable===`throw`)throw Error(`Transforms cannot be represented in JSON Schema`)},zo=(e,R,W,Y)=>{if(R.unrepresentable===`throw`)throw Error(`Map cannot be represented in JSON Schema`)},Fo=(e,R,W,Y)=>{if(R.unrepresentable===`throw`)throw Error(`Set cannot be represented in JSON Schema`)},Lo=(e,R,W,Y)=>{let X=W,ie=e._zod.def,{minimum:ae,maximum:le}=e._zod.bag;typeof ae==`number`&&(X.minItems=ae),typeof le==`number`&&(X.maxItems=le),X.type=`array`,X.items=so(ie.element,R,{...Y,path:[...Y.path,`items`]})},No=(e,R,W,Y)=>{let X=W,ie=e._zod.def;X.type=`object`,X.properties={};let ae=ie.shape;for(let e in ae)X.properties[e]=so(ae[e],R,{...Y,path:[...Y.path,`properties`,e]});let le=new Set(Object.keys(ae)),_e=new Set([...le].filter((e=>{let W=ie.shape[e]._zod;return R.io===`input`?W.optin===void 0:W.optout===void 0})));_e.size>0&&(X.required=Array.from(_e)),ie.catchall?._zod.def.type===`never`?X.additionalProperties=!1:ie.catchall?ie.catchall&&(X.additionalProperties=so(ie.catchall,R,{...Y,path:[...Y.path,`additionalProperties`]})):R.io===`output`&&(X.additionalProperties=!1)},Go=(e,R,W,Y)=>{let X=e._zod.def,ie=!1===X.inclusive,ae=X.options.map(((e,W)=>so(e,R,{...Y,path:[...Y.path,ie?`oneOf`:`anyOf`,W]})));ie?W.oneOf=ae:W.anyOf=ae},To=(e,R,W,Y)=>{let X=e._zod.def,ie=so(X.left,R,{...Y,path:[...Y.path,`allOf`,0]}),ae=so(X.right,R,{...Y,path:[...Y.path,`allOf`,1]}),r=e=>`allOf`in e&&Object.keys(e).length===1;W.allOf=[...r(ie)?ie.allOf:[ie],...r(ae)?ae.allOf:[ae]]},Ro=(e,R,W,Y)=>{let X=W,ie=e._zod.def;X.type=`array`;let ae=R.target===`draft-2020-12`?`prefixItems`:`items`,le=R.target===`draft-2020-12`||R.target===`openapi-3.0`?`items`:`additionalItems`,_e=ie.items.map(((e,W)=>so(e,R,{...Y,path:[...Y.path,ae,W]}))),ye=ie.rest?so(ie.rest,R,{...Y,path:[...Y.path,le,...R.target===`openapi-3.0`?[ie.items.length]:[]]}):null;R.target===`draft-2020-12`?(X.prefixItems=_e,ye&&(X.items=ye)):R.target===`openapi-3.0`?(X.items={anyOf:_e},ye&&X.items.anyOf.push(ye),X.minItems=_e.length,ye||(X.maxItems=_e.length)):(X.items=_e,ye&&(X.additionalItems=ye));let{minimum:be,maximum:Ce}=e._zod.bag;typeof be==`number`&&(X.minItems=be),typeof Ce==`number`&&(X.maxItems=Ce)},Mo=(e,R,W,Y)=>{let X=W,ie=e._zod.def;X.type=`object`,R.target!==`draft-07`&&R.target!==`draft-2020-12`||(X.propertyNames=so(ie.keyType,R,{...Y,path:[...Y.path,`propertyNames`]})),X.additionalProperties=so(ie.valueType,R,{...Y,path:[...Y.path,`additionalProperties`]})},Oo=(e,R,W,Y)=>{let X=e._zod.def,ie=so(X.innerType,R,Y),ae=R.seen.get(e);R.target===`openapi-3.0`?(ae.ref=X.innerType,W.nullable=!0):W.anyOf=[ie,{type:`null`}]},Uo=(e,R,W,Y)=>{let X=e._zod.def;so(X.innerType,R,Y),R.seen.get(e).ref=X.innerType},Jo=(e,R,W,Y)=>{let X=e._zod.def;so(X.innerType,R,Y),R.seen.get(e).ref=X.innerType,W.default=JSON.parse(JSON.stringify(X.defaultValue))},Zo=(e,R,W,Y)=>{let X=e._zod.def;so(X.innerType,R,Y),R.seen.get(e).ref=X.innerType,R.io===`input`&&(W._prefault=JSON.parse(JSON.stringify(X.defaultValue)))},qo=(e,R,W,Y)=>{let X=e._zod.def;so(X.innerType,R,Y);let ie;R.seen.get(e).ref=X.innerType;try{ie=X.catchValue(void 0)}catch{throw Error(`Dynamic catch values are not supported in JSON Schema`)}W.default=ie},jo=(e,R,W,Y)=>{let X=e._zod.def,ie=R.io===`input`?X.in._zod.def.type===`transform`?X.out:X.in:X.out;so(ie,R,Y),R.seen.get(e).ref=ie},Yo=(e,R,W,Y)=>{let X=e._zod.def;so(X.innerType,R,Y),R.seen.get(e).ref=X.innerType,W.readOnly=!0},Ho=(e,R,W,Y)=>{let X=e._zod.def;so(X.innerType,R,Y),R.seen.get(e).ref=X.innerType},Po=(e,R,W,Y)=>{let X=e._zod.def;so(X.innerType,R,Y),R.seen.get(e).ref=X.innerType},$o=(e,R,W,Y)=>{let X=e._zod.innerType;so(X,R,Y),R.seen.get(e).ref=X},y_=N(`ZodISODateTime`,((e,R)=>{dg.init(e,R),z_.init(e,R)}));function Wo(e){return function(e,R){return new e({type:`string`,format:`datetime`,check:`string_format`,offset:!1,local:!1,precision:null,...se(R)})}(y_,e)}const b_=N(`ZodISODate`,((e,R)=>{fg.init(e,R),z_.init(e,R)}));function Xo(e){return function(e,R){return new e({type:`string`,format:`date`,check:`string_format`,...se(R)})}(b_,e)}const x_=N(`ZodISOTime`,((e,R)=>{pg.init(e,R),z_.init(e,R)}));function ts(e){return function(e,R){return new e({type:`string`,format:`time`,check:`string_format`,precision:null,...se(R)})}(x_,e)}const S_=N(`ZodISODuration`,((e,R)=>{mg.init(e,R),z_.init(e,R)}));function is(e){return function(e,R){return new e({type:`string`,format:`duration`,check:`string_format`,...se(R)})}(S_,e)}const ns=(e,R)=>{bm.init(e,R),e.name=`ZodError`,Object.defineProperties(e,{format:{value:R=>function(e,R=e=>e.message){let W={_errors:[]},i=e=>{for(let Y of e.issues)if(Y.code===`invalid_union`&&Y.errors.length)Y.errors.map((e=>i({issues:e})));else if(Y.code===`invalid_key`)i({issues:Y.issues});else if(Y.code===`invalid_element`)i({issues:Y.issues});else if(Y.path.length===0)W._errors.push(R(Y));else{let e=W,X=0;for(;X<Y.path.length;){let W=Y.path[X];X===Y.path.length-1?(e[W]=e[W]||{_errors:[]},e[W]._errors.push(R(Y))):e[W]=e[W]||{_errors:[]},e=e[W],X++}}};return i(e),W}(e,R)},flatten:{value:R=>function(e,R=e=>e.message){let W={},Y=[];for(let X of e.issues)X.path.length>0?(W[X.path[0]]=W[X.path[0]]||[],W[X.path[0]].push(R(X))):Y.push(R(X));return{formErrors:Y,fieldErrors:W}}(e,R)},addIssue:{value:R=>{e.issues.push(R),e.message=JSON.stringify(e.issues,J,2)}},addIssues:{value:R=>{e.issues.push(...R),e.message=JSON.stringify(e.issues,J,2)}},isEmpty:{get:()=>e.issues.length===0}})},C_=(N(`ZodError`,ns),N(`ZodError`,ns,{Parent:Error})),w_=Ee(C_),T_=me(C_),E_=we(C_),D_=ve(C_),O_=ke(C_),k_=De(C_),A_=Se(C_),j_=xe(C_),M_=ze(C_),N_=Fe(C_),P_=Le(C_),F_=Ne(C_),I_=N(`ZodType`,((e,R)=>(Yh.init(e,R),Object.assign(e[`~standard`],{jsonSchema:{input:co(e,`input`),output:co(e,`output`)}}),e.toJSONSchema=((e,R={})=>W=>{let Y=oo({...W,processors:R});return so(e,Y),ro(Y,e),ao(Y,e)})(e,{}),e.def=R,e.type=R.type,Object.defineProperty(e,`_def`,{value:R}),e.check=(...W)=>e.clone($(R,{checks:[...R.checks??[],...W.map((e=>typeof e==`function`?{_zod:{check:e,def:{check:`custom`},onattach:[]}}:e))]})),e.clone=(R,W)=>oe(e,R,W),e.brand=()=>e,e.register=(R,W)=>(R.add(e,W),e),e.parse=(R,W)=>w_(e,R,W,{callee:e.parse}),e.safeParse=(R,W)=>E_(e,R,W),e.parseAsync=async(R,W)=>T_(e,R,W,{callee:e.parseAsync}),e.safeParseAsync=async(R,W)=>D_(e,R,W),e.spa=e.safeParseAsync,e.encode=(R,W)=>O_(e,R,W),e.decode=(R,W)=>k_(e,R,W),e.encodeAsync=async(R,W)=>A_(e,R,W),e.decodeAsync=async(R,W)=>j_(e,R,W),e.safeEncode=(R,W)=>M_(e,R,W),e.safeDecode=(R,W)=>N_(e,R,W),e.safeEncodeAsync=async(R,W)=>P_(e,R,W),e.safeDecodeAsync=async(R,W)=>F_(e,R,W),e.refine=(R,W)=>e.check(ll(R,W)),e.superRefine=R=>e.check(cl(R)),e.overwrite=R=>e.check(Wn(R)),e.optional=()=>Sa(e),e.nullable=()=>za(e),e.nullish=()=>Sa(za(e)),e.nonoptional=R=>Ma(e,R),e.array=()=>Kr(e),e.or=R=>ia([e,R]),e.and=R=>la(e,R),e.transform=R=>Ha(e,ka(R)),e.default=R=>Na(e,R),e.prefault=R=>Ta(e,R),e.catch=R=>Za(e,R),e.pipe=R=>Ha(e,R),e.readonly=()=>Wa(e),e.describe=R=>{let W=e.clone();return __.add(W,{description:R}),W},Object.defineProperty(e,`description`,{get:()=>__.get(e)?.description,configurable:!0}),e.meta=(...R)=>{if(R.length===0)return __.get(e);let W=e.clone();return __.add(W,R[0]),W},e.isOptional=()=>e.safeParse(void 0).success,e.isNullable=()=>e.safeParse(null).success,e))),L_=N(`_ZodString`,((e,R)=>{Xh.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>ho(e,R,W);let W=e._zod.bag;e.format=W.format??null,e.minLength=W.minimum??null,e.maxLength=W.maximum??null,e.regex=(...R)=>e.check(Zn(...R)),e.includes=(...R)=>e.check(Yn(...R)),e.startsWith=(...R)=>e.check(Hn(...R)),e.endsWith=(...R)=>e.check(Pn(...R)),e.min=(...R)=>e.check(Un(...R)),e.max=(...R)=>e.check(On(...R)),e.length=(...R)=>e.check(Jn(...R)),e.nonempty=(...R)=>e.check(Un(1,...R)),e.lowercase=R=>e.check(qn(R)),e.uppercase=R=>e.check(jn(R)),e.trim=()=>e.check(Xn()),e.normalize=(...R)=>e.check(Vn(...R)),e.toLowerCase=()=>e.check(eo()),e.toUpperCase=()=>e.check(to()),e.slugify=()=>e.check(Ao())})),R_=N(`ZodString`,((e,R)=>{Xh.init(e,R),L_.init(e,R),e.email=R=>e.check(sn(B_,R)),e.url=R=>e.check(dn(U_,R)),e.jwt=R=>e.check(bn(av,R)),e.emoji=R=>e.check(hn(W_,R)),e.guid=R=>e.check(rn(V_,R)),e.uuid=R=>e.check(an(H_,R)),e.uuidv4=R=>e.check(ln(H_,R)),e.uuidv6=R=>e.check(cn(H_,R)),e.uuidv7=R=>e.check(gn(H_,R)),e.nanoid=R=>e.check(un(G_,R)),e.guid=R=>e.check(rn(V_,R)),e.cuid=R=>e.check(In(K_,R)),e.cuid2=R=>e.check(pn(q_,R)),e.ulid=R=>e.check(fn(J_,R)),e.base64=R=>e.check(wn(nv,R)),e.base64url=R=>e.check(_n(rv,R)),e.xid=R=>e.check(Bn(Y_,R)),e.ksuid=R=>e.check(Cn(X_,R)),e.ipv4=R=>e.check(En(Z_,R)),e.ipv6=R=>e.check(Qn($_,R)),e.cidrv4=R=>e.check(mn(ev,R)),e.cidrv6=R=>e.check(yn(tv,R)),e.e164=R=>e.check(vn(iv,R)),e.datetime=R=>e.check(Wo(R)),e.date=R=>e.check(Xo(R)),e.time=R=>e.check(ts(R)),e.duration=R=>e.check(is(R))}));function Qs(e){return function(e,R){return new e({type:`string`,...se(R)})}(R_,e)}const z_=N(`ZodStringFormat`,((e,R)=>{Zh.init(e,R),L_.init(e,R)})),B_=N(`ZodEmail`,((e,R)=>{eg.init(e,R),z_.init(e,R)}));function ws(e){return sn(B_,e)}const V_=N(`ZodGUID`,((e,R)=>{Qh.init(e,R),z_.init(e,R)}));function vs(e){return rn(V_,e)}const H_=N(`ZodUUID`,((e,R)=>{$h.init(e,R),z_.init(e,R)}));function ks(e){return an(H_,e)}function Ds(e){return ln(H_,e)}function Ss(e){return cn(H_,e)}function xs(e){return gn(H_,e)}const U_=N(`ZodURL`,((e,R)=>{tg.init(e,R),z_.init(e,R)}));function Fs(e){return dn(U_,e)}function Ls(e){return dn(U_,{protocol:/^https?$/,hostname:Zm,...se(e)})}const W_=N(`ZodEmoji`,((e,R)=>{rg.init(e,R),z_.init(e,R)}));function Gs(e){return hn(W_,e)}const G_=N(`ZodNanoID`,((e,R)=>{ag.init(e,R),z_.init(e,R)}));function Rs(e){return un(G_,e)}const K_=N(`ZodCUID`,((e,R)=>{og.init(e,R),z_.init(e,R)}));function Os(e){return In(K_,e)}const q_=N(`ZodCUID2`,((e,R)=>{sg.init(e,R),z_.init(e,R)}));function Js(e){return pn(q_,e)}const J_=N(`ZodULID`,((e,R)=>{cg.init(e,R),z_.init(e,R)}));function qs(e){return fn(J_,e)}const Y_=N(`ZodXID`,((e,R)=>{lg.init(e,R),z_.init(e,R)}));function Ys(e){return Bn(Y_,e)}const X_=N(`ZodKSUID`,((e,R)=>{ug.init(e,R),z_.init(e,R)}));function Ps(e){return Cn(X_,e)}const Z_=N(`ZodIPv4`,((e,R)=>{hg.init(e,R),z_.init(e,R)}));function Ks(e){return En(Z_,e)}const Q_=N(`ZodMAC`,((e,R)=>{_g.init(e,R),z_.init(e,R)}));function Vs(e){return function(e,R){return new e({type:`string`,format:`mac`,check:`string_format`,abort:!1,...se(R)})}(Q_,e)}const $_=N(`ZodIPv6`,((e,R)=>{gg.init(e,R),z_.init(e,R)}));function er(e){return Qn($_,e)}const ev=N(`ZodCIDRv4`,((e,R)=>{vg.init(e,R),z_.init(e,R)}));function Ar(e){return mn(ev,e)}const tv=N(`ZodCIDRv6`,((e,R)=>{yg.init(e,R),z_.init(e,R)}));function nr(e){return yn(tv,e)}const nv=N(`ZodBase64`,((e,R)=>{bg.init(e,R),z_.init(e,R)}));function sr(e){return wn(nv,e)}const rv=N(`ZodBase64URL`,((e,R)=>{xg.init(e,R),z_.init(e,R)}));function ar(e){return _n(rv,e)}const iv=N(`ZodE164`,((e,R)=>{Sg.init(e,R),z_.init(e,R)}));function cr(e){return vn(iv,e)}const av=N(`ZodJWT`,((e,R)=>{Cg.init(e,R),z_.init(e,R)}));function dr(e){return bn(av,e)}const ov=N(`ZodCustomStringFormat`,((e,R)=>{wg.init(e,R),z_.init(e,R)}));function ur(e,R,W={}){return no(ov,e,R,W)}function Ir(e){return no(ov,`hostname`,Xm,e)}function pr(e){return no(ov,`hex`,lh,e)}function fr(e,R){let W=`${e}_${R?.enc??`hex`}`,Y=cm[W];if(!Y)throw Error(`Unrecognized hash format: ${W}`);return no(ov,W,Y,R)}const sv=N(`ZodNumber`,((e,R)=>{Tg.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>uo(e,R,W),e.gt=(R,W)=>e.check(Sn(R,W)),e.gte=(R,W)=>e.check(xn(R,W)),e.min=(R,W)=>e.check(xn(R,W)),e.lt=(R,W)=>e.check(kn(R,W)),e.lte=(R,W)=>e.check(Dn(R,W)),e.max=(R,W)=>e.check(Dn(R,W)),e.int=R=>e.check(Qr(R)),e.safe=R=>e.check(Qr(R)),e.positive=R=>e.check(Sn(0,R)),e.nonnegative=R=>e.check(xn(0,R)),e.negative=R=>e.check(kn(0,R)),e.nonpositive=R=>e.check(Dn(0,R)),e.multipleOf=(R,W)=>e.check(Gn(R,W)),e.step=(R,W)=>e.check(Gn(R,W)),e.finite=()=>e;let W=e._zod.bag;e.minValue=Math.max(W.minimum??-1/0,W.exclusiveMinimum??-1/0)??null,e.maxValue=Math.min(W.maximum??1/0,W.exclusiveMaximum??1/0)??null,e.isInt=(W.format??``).includes(`int`)||Number.isSafeInteger(W.multipleOf??.5),e.isFinite=!0,e.format=W.format??null}));function Cr(e){return function(e,R){return new e({type:`number`,checks:[],...se(R)})}(sv,e)}const cv=N(`ZodNumberFormat`,((e,R)=>{Eg.init(e,R),sv.init(e,R)}));function Qr(e){return function(e,R){return new e({type:`number`,check:`number_format`,abort:!1,format:`safeint`,...se(R)})}(cv,e)}function mr(e){return function(e,R){return new e({type:`number`,check:`number_format`,abort:!1,format:`float32`,...se(R)})}(cv,e)}function yr(e){return function(e,R){return new e({type:`number`,check:`number_format`,abort:!1,format:`float64`,...se(R)})}(cv,e)}function wr(e){return function(e,R){return new e({type:`number`,check:`number_format`,abort:!1,format:`int32`,...se(R)})}(cv,e)}function _r(e){return function(e,R){return new e({type:`number`,check:`number_format`,abort:!1,format:`uint32`,...se(R)})}(cv,e)}const lv=N(`ZodBoolean`,((e,R)=>{Dg.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(e,R,W)=>Io(0,0,R)}));function br(e){return function(e,R){return new e({type:`boolean`,...se(R)})}(lv,e)}const uv=N(`ZodBigInt`,((e,R)=>{Og.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(e,R,W)=>po(0,e),e.gte=(R,W)=>e.check(xn(R,W)),e.min=(R,W)=>e.check(xn(R,W)),e.gt=(R,W)=>e.check(Sn(R,W)),e.gte=(R,W)=>e.check(xn(R,W)),e.min=(R,W)=>e.check(xn(R,W)),e.lt=(R,W)=>e.check(kn(R,W)),e.lte=(R,W)=>e.check(Dn(R,W)),e.max=(R,W)=>e.check(Dn(R,W)),e.positive=R=>e.check(Sn(BigInt(0),R)),e.negative=R=>e.check(kn(BigInt(0),R)),e.nonpositive=R=>e.check(Dn(BigInt(0),R)),e.nonnegative=R=>e.check(xn(BigInt(0),R)),e.multipleOf=(R,W)=>e.check(Gn(R,W));let W=e._zod.bag;e.minValue=W.minimum??null,e.maxValue=W.maximum??null,e.format=W.format??null}));function Dr(e){return function(e,R){return new e({type:`bigint`,...se(R)})}(uv,e)}const dv=N(`ZodBigIntFormat`,((e,R)=>{kg.init(e,R),uv.init(e,R)}));function xr(e){return function(e,R){return new e({type:`bigint`,check:`bigint_format`,abort:!1,format:`int64`,...se(R)})}(dv,e)}function zr(e){return function(e,R){return new e({type:`bigint`,check:`bigint_format`,abort:!1,format:`uint64`,...se(R)})}(dv,e)}const fv=N(`ZodSymbol`,((e,R)=>{jg.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(e,R,W)=>fo(0,e)}));function Lr(e){return function(e,R){return new e({type:`symbol`,...se(R)})}(fv,e)}const pv=N(`ZodUndefined`,((e,R)=>{Mg.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(e,R,W)=>Co(0,e)}));function Gr(e){return function(e,R){return new e({type:`undefined`,...se(R)})}(pv,e)}const mv=N(`ZodNull`,((e,R)=>{Ng.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(e,R,W)=>Bo(0,e,R)}));function Rr(e){return function(e,R){return new e({type:`null`,...se(R)})}(mv,e)}const hv=N(`ZodAny`,((e,R)=>{Pg.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(e,R,W)=>{}}));function Or(){return function(e){return new e({type:`any`})}(hv)}const gv=N(`ZodUnknown`,((e,R)=>{Fg.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(e,R,W)=>{}}));function Jr(){return function(e){return new e({type:`unknown`})}(gv)}const _v=N(`ZodNever`,((e,R)=>{Ig.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(e,R,W)=>Qo(0,0,R)}));function qr(e){return function(e,R){return new e({type:`never`,...se(R)})}(_v,e)}const vv=N(`ZodVoid`,((e,R)=>{Lg.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(e,R,W)=>Eo(0,e)}));function Yr(e){return function(e,R){return new e({type:`void`,...se(R)})}(vv,e)}const yv=N(`ZodDate`,((e,R)=>{Rg.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(e,R,W)=>mo(0,e),e.min=(R,W)=>e.check(xn(R,W)),e.max=(R,W)=>e.check(Dn(R,W));let W=e._zod.bag;e.minDate=W.minimum?new Date(W.minimum):null,e.maxDate=W.maximum?new Date(W.maximum):null}));function Pr(e){return function(e,R){return new e({type:`date`,...se(R)})}(yv,e)}const bv=N(`ZodArray`,((e,R)=>{zg.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>Lo(e,R,W,Y),e.element=R.element,e.min=(R,W)=>e.check(Un(R,W)),e.nonempty=R=>e.check(Un(1,R)),e.max=(R,W)=>e.check(On(R,W)),e.length=(R,W)=>e.check(Jn(R,W)),e.unwrap=()=>e.element}));function Kr(e,R){return function(e,R,W){return new e({type:`array`,element:R,...se(W)})}(bv,e,R)}function Wr(e){let R=e._zod.def.shape;return Qa(Object.keys(R))}const xv=N(`ZodObject`,((e,R)=>{Vg.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>No(e,R,W,Y),H(e,`shape`,(()=>R.shape)),e.keyof=()=>Qa(Object.keys(e._zod.def.shape)),e.catchall=R=>e.clone({...e._zod.def,catchall:R}),e.passthrough=()=>e.clone({...e._zod.def,catchall:Jr()}),e.loose=()=>e.clone({...e._zod.def,catchall:Jr()}),e.strict=()=>e.clone({...e._zod.def,catchall:qr()}),e.strip=()=>e.clone({...e._zod.def,catchall:void 0}),e.extend=R=>function(e,R){if(!ee(R))throw Error(`Invalid input to extend: expected a plain object`);let W=e._zod.def.checks;if(W&&W.length>0)throw Error("Object schemas containing refinements cannot be extended. Use `.safeExtend()` instead.");return oe(e,$(e._zod.def,{get shape(){let W={...e._zod.def.shape,...R};return P(this,`shape`,W),W},checks:[]}))}(e,R),e.safeExtend=R=>function(e,R){if(!ee(R))throw Error(`Invalid input to safeExtend: expected a plain object`);return oe(e,{...e._zod.def,get shape(){let W={...e._zod.def.shape,...R};return P(this,`shape`,W),W},checks:e._zod.def.checks})}(e,R),e.merge=R=>function(e,R){return oe(e,$(e._zod.def,{get shape(){let W={...e._zod.def.shape,...R._zod.def.shape};return P(this,`shape`,W),W},get catchall(){return R._zod.def.catchall},checks:[]}))}(e,R),e.pick=R=>function(e,R){let W=e._zod.def;return oe(e,$(e._zod.def,{get shape(){let e={};for(let Y in R){if(!(Y in W.shape))throw Error(`Unrecognized key: "${Y}"`);R[Y]&&(e[Y]=W.shape[Y])}return P(this,`shape`,e),e},checks:[]}))}(e,R),e.omit=R=>function(e,R){let W=e._zod.def;return oe(e,$(e._zod.def,{get shape(){let Y={...e._zod.def.shape};for(let e in R){if(!(e in W.shape))throw Error(`Unrecognized key: "${e}"`);R[e]&&delete Y[e]}return P(this,`shape`,Y),Y},checks:[]}))}(e,R),e.partial=(...R)=>function(e,R,W){return oe(R,$(R._zod.def,{get shape(){let Y=R._zod.def.shape,X={...Y};if(W)for(let R in W){if(!(R in Y))throw Error(`Unrecognized key: "${R}"`);W[R]&&(X[R]=e?new e({type:`optional`,innerType:Y[R]}):Y[R])}else for(let R in Y)X[R]=e?new e({type:`optional`,innerType:Y[R]}):Y[R];return P(this,`shape`,X),X},checks:[]}))}(Pv,e,R[0]),e.required=(...R)=>function(e,R,W){return oe(R,$(R._zod.def,{get shape(){let Y=R._zod.def.shape,X={...Y};if(W)for(let R in W){if(!(R in X))throw Error(`Unrecognized key: "${R}"`);W[R]&&(X[R]=new e({type:`nonoptional`,innerType:Y[R]}))}else for(let R in Y)X[R]=new e({type:`nonoptional`,innerType:Y[R]});return P(this,`shape`,X),X},checks:[]}))}(Rv,e,R[0])}));function Xr(e,R){return new xv({type:`object`,shape:e??{},...se(R)})}function ea(e,R){return new xv({type:`object`,shape:e,catchall:qr(),...se(R)})}function ta(e,R){return new xv({type:`object`,shape:e,catchall:Jr(),...se(R)})}const Sv=N(`ZodUnion`,((e,R)=>{Hg.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>Go(e,R,W,Y),e.options=R.options}));function ia(e,R){return new Sv({type:`union`,options:e,...se(R)})}const Cv=N(`ZodXor`,((e,R)=>{Sv.init(e,R),Ug.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>Go(e,R,W,Y),e.options=R.options}));function oa(e,R){return new Cv({type:`union`,options:e,inclusive:!1,...se(R)})}const wv=N(`ZodDiscriminatedUnion`,((e,R)=>{Sv.init(e,R),Wg.init(e,R)}));function ra(e,R,W){return new wv({type:`union`,options:R,discriminator:e,...se(W)})}const Tv=N(`ZodIntersection`,((e,R)=>{Gg.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>To(e,R,W,Y)}));function la(e,R){return new Tv({type:`intersection`,left:e,right:R})}const Ev=N(`ZodTuple`,((e,R)=>{Kg.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>Ro(e,R,W,Y),e.rest=R=>e.clone({...e._zod.def,rest:R})}));function ga(e,R,W){let Y=R instanceof Yh;return new Ev({type:`tuple`,items:e,rest:Y?R:null,...se(Y?W:R)})}const Dv=N(`ZodRecord`,((e,R)=>{qg.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>Mo(e,R,W,Y),e.keyType=R.keyType,e.valueType=R.valueType}));function ha(e,R,W){return new Dv({type:`record`,keyType:e,valueType:R,...se(W)})}function ua(e,R,W){let Y=oe(e);return Y._zod.values=void 0,new Dv({type:`record`,keyType:Y,valueType:R,...se(W)})}function Ia(e,R,W){return new Dv({type:`record`,keyType:e,valueType:R,mode:`loose`,...se(W)})}const Ov=N(`ZodMap`,((e,R)=>{Jg.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(e,R,W)=>zo(0,e),e.keyType=R.keyType,e.valueType=R.valueType}));function fa(e,R,W){return new Ov({type:`map`,keyType:e,valueType:R,...se(W)})}const kv=N(`ZodSet`,((e,R)=>{Yg.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(e,R,W)=>Fo(0,e),e.min=(...R)=>e.check(Rn(...R)),e.nonempty=R=>e.check(Rn(1,R)),e.max=(...R)=>e.check(Tn(...R)),e.size=(...R)=>e.check(Mn(...R))}));function Ca(e,R){return new kv({type:`set`,valueType:e,...se(R)})}const Av=N(`ZodEnum`,((e,R)=>{Xg.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>yo(e,0,W),e.enum=R.entries,e.options=Object.values(R.entries);let W=new Set(Object.keys(R.entries));e.extract=(e,Y)=>{let X={};for(let Y of e){if(!W.has(Y))throw Error(`Key ${Y} not found in enum`);X[Y]=R.entries[Y]}return new Av({...R,checks:[],...se(Y),entries:X})},e.exclude=(e,Y)=>{let X={...R.entries};for(let R of e){if(!W.has(R))throw Error(`Key ${R} not found in enum`);delete X[R]}return new Av({...R,checks:[],...se(Y),entries:X})}}));function Qa(e,R){return new Av({type:`enum`,entries:Array.isArray(e)?Object.fromEntries(e.map((e=>[e,e]))):e,...se(R)})}function ma(e,R){return new Av({type:`enum`,entries:e,...se(R)})}const jv=N(`ZodLiteral`,((e,R)=>{Zg.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>wo(e,R,W),e.values=new Set(R.values),Object.defineProperty(e,`value`,{get(){if(R.values.length>1)throw Error("This schema contains multiple valid literal values. Use `.values` instead.");return R.values[0]}})}));function wa(e,R){return new jv({type:`literal`,values:Array.isArray(e)?e:[e],...se(R)})}const Mv=N(`ZodFile`,((e,R)=>{Qg.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>bo(e,0,W),e.min=(R,W)=>e.check(Rn(R,W)),e.max=(R,W)=>e.check(Tn(R,W)),e.mime=(R,W)=>e.check(Kn(Array.isArray(R)?R:[R],W))}));function va(e){return function(e,R){return new e({type:`file`,...se(R)})}(Mv,e)}const Nv=N(`ZodTransform`,((e,R)=>{$g.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(e,R,W)=>xo(0,e),e._zod.parse=(W,Y)=>{if(Y.direction===`backward`)throw new T(e.constructor.name);W.addIssue=Y=>{if(typeof Y==`string`)W.issues.push(pe(Y,W.value,R));else{let R=Y;R.fatal&&(R.continue=!1),R.code??=`custom`,R.input??=W.value,R.inst??=e,W.issues.push(pe(R))}};let X=R.transform(W.value,W);return X instanceof Promise?X.then((e=>(W.value=e,W))):(W.value=X,W)}}));function ka(e){return new Nv({type:`transform`,transform:e})}const Pv=N(`ZodOptional`,((e,R)=>{e_.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>Po(e,R,0,Y),e.unwrap=()=>e._zod.def.innerType}));function Sa(e){return new Pv({type:`optional`,innerType:e})}const Fv=N(`ZodNullable`,((e,R)=>{t_.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>Oo(e,R,W,Y),e.unwrap=()=>e._zod.def.innerType}));function za(e){return new Fv({type:`nullable`,innerType:e})}function Fa(e){return Sa(za(e))}const Iv=N(`ZodDefault`,((e,R)=>{n_.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>Jo(e,R,W,Y),e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap}));function Na(e,R){return new Iv({type:`default`,innerType:e,get defaultValue(){return typeof R==`function`?R():te(R)}})}const Lv=N(`ZodPrefault`,((e,R)=>{r_.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>Zo(e,R,W,Y),e.unwrap=()=>e._zod.def.innerType}));function Ta(e,R){return new Lv({type:`prefault`,innerType:e,get defaultValue(){return typeof R==`function`?R():te(R)}})}const Rv=N(`ZodNonOptional`,((e,R)=>{i_.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>Uo(e,R,0,Y),e.unwrap=()=>e._zod.def.innerType}));function Ma(e,R){return new Rv({type:`nonoptional`,innerType:e,...se(R)})}const zv=N(`ZodSuccess`,((e,R)=>{a_.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(e,R,W)=>ko(0,0,R),e.unwrap=()=>e._zod.def.innerType}));function Ua(e){return new zv({type:`success`,innerType:e})}const Bv=N(`ZodCatch`,((e,R)=>{o_.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>qo(e,R,W,Y),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap}));function Za(e,R){return new Bv({type:`catch`,innerType:e,catchValue:typeof R==`function`?R:()=>R})}const Vv=N(`ZodNaN`,((e,R)=>{s_.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(e,R,W)=>_o(0,e)}));function ja(e){return function(e,R){return new e({type:`nan`,...se(R)})}(Vv,e)}const Hv=N(`ZodPipe`,((e,R)=>{c_.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>jo(e,R,0,Y),e.in=R.in,e.out=R.out}));function Ha(e,R){return new Hv({type:`pipe`,in:e,out:R})}const Uv=N(`ZodCodec`,((e,R)=>{Hv.init(e,R),l_.init(e,R)}));function $a(e,R,W){return new Uv({type:`pipe`,in:e,out:R,transform:W.decode,reverseTransform:W.encode})}const Wv=N(`ZodReadonly`,((e,R)=>{u_.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>Yo(e,R,W,Y),e.unwrap=()=>e._zod.def.innerType}));function Wa(e){return new Wv({type:`readonly`,innerType:e})}const Gv=N(`ZodTemplateLiteral`,((e,R)=>{d_.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>vo(e,0,W)}));function Xa(e,R){return new Gv({type:`template_literal`,parts:e,...se(R)})}const Kv=N(`ZodLazy`,((e,R)=>{m_.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>$o(e,R,0,Y),e.unwrap=()=>e._zod.def.getter()}));function tl(e){return new Kv({type:`lazy`,getter:e})}const qv=N(`ZodPromise`,((e,R)=>{p_.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>Ho(e,R,0,Y),e.unwrap=()=>e._zod.def.innerType}));function il(e){return new qv({type:`promise`,innerType:e})}const Jv=N(`ZodFunction`,((e,R)=>{f_.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(e,R,W)=>So(0,e)}));function ol(e){return new Jv({type:`function`,input:Array.isArray(e?.input)?ga(e?.input):e?.input??Kr(Jr()),output:e?.output??Jr()})}const Yv=N(`ZodCustom`,((e,R)=>{h_.init(e,R),I_.init(e,R),e._zod.processJSONSchema=(e,R,W)=>Do(0,e)}));function rl(e){let R=new Th({check:`custom`});return R._zod.check=e,R}function al(e,R){return function(e,R,W){let Y=se(W);return Y.abort??=!0,new e({type:`custom`,check:`custom`,fn:R,...Y})}(Yv,e??(()=>!0),R)}function ll(e,R={}){return function(e,R,W){return new e({type:`custom`,check:`custom`,fn:R,...se(W)})}(Yv,e,R)}function cl(e){return io(e)}const gl=function(e){let R=new Th({check:`describe`});return R._zod.onattach=[R=>{let W=__.get(R)??{};__.add(R,{...W,description:e})}],R._zod.check=()=>{},R},dl=function(e){let R=new Th({check:`meta`});return R._zod.onattach=[R=>{let W=__.get(R)??{};__.add(R,{...W,...e})}],R._zod.check=()=>{},R};function hl(e,R={error:`Input not instance of ${e.name}`}){let W=new Yv({type:`custom`,check:`custom`,fn:R=>R instanceof e,abort:!0,...se(R)});return W._zod.bag.Class=e,W}const ul=(...e)=>function(e,R){let W=se(R),Y=W.truthy??[`true`,`1`,`yes`,`on`,`y`,`enabled`],X=W.falsy??[`false`,`0`,`no`,`off`,`n`,`disabled`];W.case!==`sensitive`&&(Y=Y.map((e=>typeof e==`string`?e.toLowerCase():e)),X=X.map((e=>typeof e==`string`?e.toLowerCase():e)));let ie=new Set(Y),ae=new Set(X),le=e.Codec??l_,_e=e.Boolean??Dg,ye=new le({type:`pipe`,in:new(e.String??Xh)({type:`string`,error:W.error}),out:new _e({type:`boolean`,error:W.error}),transform:(e,R)=>{let Y=e;return W.case!==`sensitive`&&(Y=Y.toLowerCase()),!!ie.has(Y)||!ae.has(Y)&&(R.issues.push({code:`invalid_value`,expected:`stringbool`,values:[...ie,...ae],input:R.value,inst:ye,continue:!1}),{})},reverseTransform:(e,R)=>!0===e?Y[0]||`true`:X[0]||`false`,error:W.error});return ye}({Codec:Uv,Boolean:lv,String:R_},...e);function Il(e){let R=tl((()=>ia([Qs(e),Cr(),br(),Rr(),Kr(R),ha(Qs(),R)])));return R}function pl(e,R){return Ha(ka(e),R)}var Xv;Xv||={},M({localeError:tn()});const Zv=ra(`type`,[Xr({name:Qs(),type:wa(`int`),value:Cr().int()}),Xr({name:Qs(),type:wa(`bool`),value:br()}),Xr({name:Qs(),type:wa(`float`),value:Cr()}),Xr({name:Qs(),type:wa(`string`),value:Qs()}),Xr({name:Qs(),type:wa(`file`),value:Qs()}),Xr({name:Qs(),type:wa(`color`),value:Qs()}),Xr({name:Qs(),type:wa(`object`),value:Cr()})]),Qv=Xr({name:Qs(),type:wa(`tilelayer`),class:Qs().optional(),height:Cr(),width:Cr(),x:Cr(),y:Cr(),id:Cr(),opacity:Cr(),properties:Kr(Zv).optional(),visible:br(),tintcolor:Qs().optional(),parallaxx:Cr().optional(),parallaxy:Cr().optional(),offsetx:Cr().optional(),offsety:Cr().optional()}),$v=Qv.extend({data:Kr(Cr()),encoding:wa(`csv`)}),ey=Qv.extend({data:Kr(Cr()),encoding:wa(`base64`),compression:wa(`gzip`)}),ty=Qv.extend({data:Kr(Cr()),encoding:wa(`base64`),compression:wa(`zlib`)}),ny=Qv.extend({data:Kr(Cr()),encoding:wa(`base64`),compression:wa(`zstandard`)}),ry=Qv.extend({data:Qs(),encoding:wa(`base64`),compression:Qs().optional()}),iy=ia([Xr({x:Cr(),y:Cr(),width:Cr(),height:Cr(),data:Qs()}),Xr({x:Cr(),y:Cr(),width:Cr(),height:Cr(),data:Kr(Cr())})]),ay=ia([ry,$v,ey,ty,ny,Qv.extend({startx:Cr(),starty:Cr(),chunks:Kr(iy),encoding:Qs().optional(),compression:Qs().optional(),data:Gr()})]);function kl(e){return e.encoding===`base64`}function Dl(e){return e.encoding===`csv`||Array.isArray(e.data)}const oy=Xr({x:Cr(),y:Cr()}),sy=Kr(oy),cy=Xr({text:Qs(),color:Qs().optional(),fontfamily:Qs().optional(),pixelsize:Cr().optional(),wrap:br().optional(),halign:ia([wa(`left`),wa(`center`),wa(`right`),wa(`justify`)]).optional(),valign:ia([wa(`top`),wa(`center`),wa(`bottom`)]).optional()}),ly=Xr({id:Cr().optional(),name:Qs().optional(),type:Qs().optional(),x:Cr().optional(),y:Cr().optional(),rotation:Cr().optional(),height:Cr().optional(),width:Cr().optional(),visible:br().optional(),gid:Cr().optional(),text:cy.optional(),point:br().optional(),ellipse:br().optional(),polyline:Kr(oy).optional(),polygon:sy.optional(),template:Qs().optional(),properties:Kr(Zv).optional()}),uy=Xr({duration:Cr(),tileid:Cr()}),dy=Xr({name:Qs(),draworder:Qs(),type:wa(`objectgroup`),class:Qs().optional(),x:Cr(),y:Cr(),id:Cr(),color:Qs().optional(),tintcolor:Qs().optional(),parallaxx:Cr().optional(),parallaxy:Cr().optional(),offsetx:Cr().optional(),offsety:Cr().optional(),opacity:Cr(),properties:Kr(Zv).optional(),visible:br(),objects:Kr(ly)}),fy=ia([ay,Xr({name:Qs(),x:Cr(),y:Cr(),id:Cr(),type:wa(`imagelayer`),class:Qs().optional(),image:Qs().optional(),opacity:Cr(),properties:Kr(Zv).optional(),visible:br(),tintcolor:Qs().optional(),repeatx:br().optional(),repeaty:br().optional(),parallaxx:Cr().optional(),parallaxy:Cr().optional(),offsetx:Cr().optional(),offsety:Cr().optional(),transparentcolor:Qs().optional()}),dy]),py=Xr({draworder:Qs(),id:Cr().optional(),name:Qs(),x:Cr(),y:Cr(),opacity:Cr(),tintcolor:Qs().optional(),type:wa(`objectgroup`),visible:br(),objects:Kr(ly),properties:Kr(Zv).optional()}),my=Xr({id:Cr(),type:Qs().optional(),animation:Kr(uy).optional(),objectgroup:py.optional(),probability:Cr().optional(),properties:Kr(Zv).optional(),image:Qs().optional(),imageheight:Cr().optional(),imagewidth:Cr().optional()}),hy=Xr({name:Qs(),firstgid:Cr().optional(),class:Qs().optional(),objectalignment:ia([wa(`topleft`),wa(`top`),wa(`topright`),wa(`left`),wa(`center`),wa(`right`),wa(`bottomleft`),wa(`bottom`),wa(`bottomright`)]).optional(),image:Qs().optional(),imagewidth:Cr().optional(),imageheight:Cr().optional(),columns:Cr(),tileheight:Cr(),tilewidth:Cr(),tilecount:Cr(),grid:Xr({height:Cr(),width:Cr(),orientation:ia([wa(`isometric`),wa(`orthogonal`)])}).optional(),tileoffset:oy.optional(),spacing:Cr(),margin:Cr(),tiles:Kr(my).optional(),properties:Kr(Zv).optional()});function Ol(e){return!!e.image}function Ul(e){return!e.image}const gy=hy.extend({tiledversion:Qs().optional(),type:wa(`tileset`),version:Qs().optional()}),_y=Xr({firstgid:Cr(),source:Qs()}),vy=ia([hy,_y]),yy=Xr({object:ly.extend({id:Cr().optional()}),tileset:_y.optional(),type:wa(`template`)}),by=Xr({type:Qs(),class:Qs().optional(),tiledversion:Qs(),version:Qs(),width:Cr(),height:Cr(),tilewidth:Cr(),tileheight:Cr(),compressionlevel:Cr().optional(),infinite:br(),nextlayerid:Cr(),nextobjectid:Cr(),parallaxoriginx:Cr().optional(),parallaxoriginy:Cr().optional(),hexsidelength:Cr().optional(),staggeraxis:wa(`y`).or(wa(`x`)).optional(),staggerindex:wa(`odd`).or(wa(`even`)).optional(),orientation:ia([wa(`isometric`),wa(`orthogonal`),wa(`staggered`),wa(`hexagonal`)]),renderorder:ia([wa(`right-down`),wa(`right-up`),wa(`left-down`),wa(`left-up`)]),backgroundcolor:Qs().optional(),layers:Kr(fy),tilesets:Kr(vy),properties:Kr(Zv).optional()});function Hl(e){return!!e.chunks}function Pl(e){return!e.source}function $l(e){return!!e.source}var xy=class Kl{constructor(e,R,W,Y){this.x=e,this.y=R,this.width=W,this.height=Y}combine(e){let R=this.x+this.width,W=this.y+this.height,Y=e.x+e.width,X=e.y+e.height,ie=Math.max(R,Y),ae=Math.max(W,X);return new Kl(Math.min(this.x,e.x),Math.min(this.y,e.y),ie-Math.min(this.x,e.x),ae-Math.min(this.y,e.y))}},Wl=class{constructor(){this._largestBounds=new xy(0,0,0,0)}_coerceNumber(e){return+e}_coerceBoolean(e){switch(e){case`0`:case`false`:return!1;case`true`:return!0;default:return!!e}}_coerceType(e,R){return e===`bool`?this._coerceBoolean(R):e===`int`||e===`float`||e===`object`?this._coerceNumber(R):R}_parsePropertiesNode(e,R){let W=[];if(e)for(let R of e.children){let e=R.getAttribute(`type`)??`string`,Y=R.getAttribute(`value`);Y||=R.innerHTML,W.push({name:R.getAttribute(`name`),type:e,value:this._coerceType(e,Y)})}R.properties=W}_parseAttributes(e,R){let W=`width.height.columns.firstgid.spacing.margin.tilecount.tilewidth.tileheight.opacity.compressionlevel.nextlayerid.nextobjectid.parallaxoriginx.parallaxoriginy.parallaxx.parallaxy.hexsidelength.offsetx.offsety.id.gid.x.y.rotation.probability`.split(`.`),Y=[`infinite`,`visible`,`repeatx`,`repeaty`];for(let X of e.attributes)W.indexOf(X.name)>-1?R[X.name]=this._coerceNumber(X.value):Y.indexOf(X.name)>-1?R[X.name]=this._coerceBoolean(X.value):R[X.name]=X.value}_parseToDocument(e){if(typeof DOMParser<`u`)return new DOMParser().parseFromString(e,`application/xml`);try{let{JSDOM:R}=S(371);return new R(e,{contentType:`application/xml`,encoding:`utf-8`}).window.document}catch{}let R=Error(`Could not find DOM parser`);throw Tt.error(R.message,R),R}parseObject(e,R=!0){let W={type:``,x:0,y:0};e.getAttribute(`template`)||(W.visible=!0,W.name=``,W.rotation=0,W.height=0,W.width=0),this._parseAttributes(e,W);let Y=e.querySelector(`properties`);Y&&this._parsePropertiesNode(Y,W);let X=e.querySelector(`text`);if(X){W.text={text:X.textContent};let e=X.getAttribute(`fontfamily`);e&&(W.text.fontfamily=e);let R=X.getAttribute(`color`);R&&(W.text.color=R);let Y=X.getAttribute(`pixelsize`);Y&&(W.text.pixelsize=this._coerceNumber(Y));let ie=X.getAttribute(`wrap`);ie&&(W.text.wrap=this._coerceBoolean(ie));let ae=X.getAttribute(`valign`);ae&&(W.text.valign=ae);let le=X.getAttribute(`halign`);le&&(W.text.halign=le)}e.querySelector(`point`)&&(W.point=!0),e.querySelector(`ellipse`)&&(W.ellipse=!0);let ie=e.querySelector(`polygon`);if(ie){let e=ie.getAttribute(`points`)?.split(` `);W.polygon=[],e&&e.forEach((e=>{let R=e.split(`,`);W.polygon.push({x:+R[0],y:+R[1]})}))}let ae=e.querySelector(`polyline`);if(ae){let e=ae.getAttribute(`points`)?.split(` `);W.polyline=[],e&&e.forEach((e=>{let R=e.split(`,`);W.polyline.push({x:+R[0],y:+R[1]})}))}if(R)try{return ly.parse(W)}catch(e){throw Tt.error(`Could not parse object`,W,e),e}return W}parseTileset(e,R=!0){let W={spacing:0,margin:0};if(this._parseAttributes(e,W),W.source)try{return vy.parse(W)}catch(e){Tt.error(`Could not parse external tileset`,W,e)}for(let Y of e.children)switch(Y.tagName){case`properties`:this._parsePropertiesNode(Y,W);break;case`tileoffset`:{let e={};this._parseAttributes(Y,e),W.tileoffset=e;break}case`grid`:{let e={};this._parseAttributes(Y,e),W.grid=e;break}case`image`:W.image=Y.getAttribute(`source`),W.imagewidth=this._coerceNumber(Y.getAttribute(`width`)),W.imageheight=this._coerceNumber(Y.getAttribute(`height`));break;case`tile`:{W.tiles||=[];let e={};this._parseAttributes(Y,e);for(let W of Y.children)switch(W.tagName){case`image`:e.image=W.getAttribute(`source`),e.imagewidth=this._coerceNumber(W.getAttribute(`width`)),e.imageheight=this._coerceNumber(W.getAttribute(`height`));break;case`objectgroup`:{let Y={type:`objectgroup`,name:``,visible:!0,x:0,y:0,opacity:1,objects:[]};this._parseAttributes(W,Y),e.objectgroup=Y;for(let e of W.children){let W=this.parseObject(e,R);Y.objects.push(W)}break}case`animation`:{let R=[];for(let e of W.children)R.push({duration:this._coerceNumber(e.getAttribute(`duration`)),tileid:this._coerceNumber(e.getAttribute(`tileid`))});e.animation=R;break}case`properties`:this._parsePropertiesNode(W,e)}if(R)try{W.tiles.push(my.parse(e))}catch(R){throw Tt.error(`Could not parse Tile`,e,R),R}else W.tiles.push(e);break}}if(R)try{return vy.parse(W)}catch(e){throw Tt.error(`Could not parse Tileset`,W,e),e}return W}parseTileLayer(e,R,W=!0){let Y={type:`tilelayer`,x:0,y:0,opacity:1,visible:!0};this._parseAttributes(e,Y);for(let W of e.children)switch(W.tagName){case`properties`:this._parsePropertiesNode(W,Y);break;case`data`:{let e=W.getAttribute(`encoding`);e&&(Y.encoding=e);let X=W.getAttribute(`compression`);if(X&&(Y.compression=X),R){Y.width=0,Y.height=0,Y.chunks=[];let e=new xy(0,0,0,0);for(let R of W.children)if(R.tagName===`chunk`){let W={};switch(this._parseAttributes(R,W),Y.encoding){case`base64`:W.data=R.textContent?.trim();break;case`csv`:W.data=R.textContent?.split(`,`).map((e=>+e))}let X=new xy(W.x,W.y,W.width,W.height);e=e.combine(X),Y.chunks.push(W)}Y.width=e.width,Y.height=e.height,Y.startx=e.x,Y.starty=e.y,this._largestBounds=this._largestBounds.combine(new xy(Y.startx,Y.starty,Y.width,Y.height))}else switch(Y.encoding){case`base64`:Y.data=W.textContent?.trim();break;case`csv`:Y.data=W.textContent?.split(`,`).map((e=>+e))}}}if(W)try{return fy.parse(Y)}catch(e){throw Tt.error(`Could not parse tiled tile layer`,Y,e),e}return Y}parseObjectGroup(e,R=!0){let W={type:`objectgroup`,draworder:`topdown`,visible:!0,x:0,y:0,opacity:1,objects:[]};this._parseAttributes(e,W);for(let Y of e.children)switch(Y.tagName){case`properties`:this._parsePropertiesNode(Y,W);break;case`object`:{let e=this.parseObject(Y,R);W.objects.push(e);break}}if(R)try{return fy.parse(W)}catch(e){throw Tt.error(`Could not parse object group`,W,e),e}return W}parseImageLayer(e,R=!0){let W={type:`imagelayer`,visible:!0,x:0,y:0,opacity:1},Y=e.querySelector(`image`);W.image=Y?.getAttribute(`source`);let X=e.querySelector(`properties`);X&&this._parsePropertiesNode(X,W);let ie=Y?.getAttribute(`trans`);if(ie&&(W.transparentcolor=`#`+ie),this._parseAttributes(e,W),R)try{return fy.parse(W)}catch(e){throw Tt.error(`Could not parse layer`,W,e),e}return W}parseExternalTemplate(e,R=!0){let W=this._parseToDocument(e).querySelector(`template`),Y={type:`template`},X=W.querySelector(`object`);X&&(Y.object=this.parseObject(X,R));let ie=W.querySelector(`tileset`);if(ie&&(Y.tileset=this.parseTileset(ie,R)),R)try{return yy.parse(Y)}catch(e){throw Tt.error(`Could not parse template`,Y,e),e}return Y}parseExternalTileset(e,R=!0){let W=this._parseToDocument(e).querySelector(`tileset`),Y=this.parseTileset(W,R);if(Y.type=`tileset`,this._parseAttributes(W,Y),R)try{return gy.parse(Y)}catch(e){throw Tt.error(`Could not parse tileset file`,Y,e),e}return Y}parse(e,R=!0){let W=this._parseToDocument(e).querySelector(`map`),Y={type:`map`,compressionlevel:-1,layers:[],tilesets:[]};this._parseAttributes(W,Y);let n=(e,R=!0)=>{switch(e.tagName){case`group`:for(let W of e.children)n(W,R);break;case`layer`:{let W=this.parseTileLayer(e,Y.infinite,R);Y.layers.push(W);break}case`properties`:this._parsePropertiesNode(e,Y);break;case`tileset`:{let W=this.parseTileset(e,R);Y.tilesets.push(W);break}case`objectgroup`:{let W=this.parseObjectGroup(e,R);Y.layers.push(W);break}case`imagelayer`:{let W=this.parseImageLayer(e,R);Y.layers.push(W);break}}};for(let e of W.children)n(e,R);if(R)try{return by.parse(Y)}catch(e){throw Tt.error(`Could not parse Tiled map`,e),e}return Y}},Sy=S(668);let Cy,wy,Ty;const Ey={env:{emscripten_notify_memory_growth:function(e){Ty=new Uint8Array(wy.exports.memory.buffer)}}};var ic=class{init(){return Cy||(Cy=typeof fetch<`u`?fetch(`data:application/wasm;base64,`+Dy).then((e=>e.arrayBuffer())).then((e=>WebAssembly.instantiate(e,Ey))).then(this._init):WebAssembly.instantiate(Buffer.from(Dy,`base64`),Ey).then(this._init),Cy)}_init(e){wy=e.instance,Ey.env.emscripten_notify_memory_growth(0)}decode(e,R=0){if(!wy)throw Error(`ZSTDDecoder: Await .init() before decoding.`);let W=e.byteLength,Y=wy.exports.malloc(W);Ty.set(e,Y),R||=Number(wy.exports.ZSTD_findDecompressedSize(Y,W));let X=wy.exports.malloc(R),ie=wy.exports.ZSTD_decompress(X,R,Y,W),ae=Ty.slice(X,X+ie);return wy.exports.free(Y),wy.exports.free(X),ae}};const Dy=`AGFzbQEAAAABpQEVYAF/AX9gAn9/AGADf39/AX9gBX9/f39/AX9gAX8AYAJ/fwF/YAR/f39/AX9gA39/fwBgBn9/f39/fwF/YAd/f39/f39/AX9gAn9/AX5gAn5+AX5gAABgBX9/f39/AGAGf39/f39/AGAIf39/f39/f38AYAl/f39/f39/f38AYAABf2AIf39/f39/f38Bf2ANf39/f39/f39/f39/fwF/YAF/AX4CJwEDZW52H2Vtc2NyaXB0ZW5fbm90aWZ5X21lbW9yeV9ncm93dGgABANpaAEFAAAFAgEFCwACAQABAgIFBQcAAwABDgsBAQcAEhMHAAUBDAQEAAANBwQCAgYCBAgDAwMDBgEACQkHBgICAAYGAgQUBwYGAwIGAAMCAQgBBwUGCgoEEQAEBAEIAwgDBQgDEA8IAAcABAUBcAECAgUEAQCAAgYJAX8BQaCgwAILB2AHBm1lbW9yeQIABm1hbGxvYwAoBGZyZWUAJgxaU1REX2lzRXJyb3IAaBlaU1REX2ZpbmREZWNvbXByZXNzZWRTaXplAFQPWlNURF9kZWNvbXByZXNzAEoGX3N0YXJ0ACQJBwEAQQELASQKussBaA8AIAAgACgCBCABajYCBAsZACAAKAIAIAAoAgRBH3F0QQAgAWtBH3F2CwgAIABBiH9LC34BBH9BAyEBIAAoAgQiA0EgTQRAIAAoAggiASAAKAIQTwRAIAAQDQ8LIAAoAgwiAiABRgRAQQFBAiADQSBJGw8LIAAgASABIAJrIANBA3YiBCABIARrIAJJIgEbIgJrIgQ2AgggACADIAJBA3RrNgIEIAAgBCgAADYCAAsgAQsUAQF/IAAgARACIQIgACABEAEgAgv3AQECfyACRQRAIABCADcCACAAQQA2AhAgAEIANwIIQbh/DwsgACABNgIMIAAgAUEEajYCECACQQRPBEAgACABIAJqIgFBfGoiAzYCCCAAIAMoAAA2AgAgAUF/ai0AACIBBEAgAEEIIAEQFGs2AgQgAg8LIABBADYCBEF/DwsgACABNgIIIAAgAS0AACIDNgIAIAJBfmoiBEEBTQRAIARBAWtFBEAgACABLQACQRB0IANyIgM2AgALIAAgAS0AAUEIdCADajYCAAsgASACakF/ai0AACIBRQRAIABBADYCBEFsDwsgAEEoIAEQFCACQQN0ams2AgQgAgsWACAAIAEpAAA3AAAgACABKQAINwAICy8BAX8gAUECdEGgHWooAgAgACgCAEEgIAEgACgCBGprQR9xdnEhAiAAIAEQASACCyEAIAFCz9bTvtLHq9lCfiAAfEIfiUKHla+vmLbem55/fgsdAQF/IAAoAgggACgCDEYEfyAAKAIEQSBGBUEACwuCBAEDfyACQYDAAE8EQCAAIAEgAhBnIAAPCyAAIAJqIQMCQCAAIAFzQQNxRQRAAkAgAkEBSARAIAAhAgwBCyAAQQNxRQRAIAAhAgwBCyAAIQIDQCACIAEtAAA6AAAgAUEBaiEBIAJBAWoiAiADTw0BIAJBA3ENAAsLAkAgA0F8cSIEQcAASQ0AIAIgBEFAaiIFSw0AA0AgAiABKAIANgIAIAIgASgCBDYCBCACIAEoAgg2AgggAiABKAIMNgIMIAIgASgCEDYCECACIAEoAhQ2AhQgAiABKAIYNgIYIAIgASgCHDYCHCACIAEoAiA2AiAgAiABKAIkNgIkIAIgASgCKDYCKCACIAEoAiw2AiwgAiABKAIwNgIwIAIgASgCNDYCNCACIAEoAjg2AjggAiABKAI8NgI8IAFBQGshASACQUBrIgIgBU0NAAsLIAIgBE8NAQNAIAIgASgCADYCACABQQRqIQEgAkEEaiICIARJDQALDAELIANBBEkEQCAAIQIMAQsgA0F8aiIEIABJBEAgACECDAELIAAhAgNAIAIgAS0AADoAACACIAEtAAE6AAEgAiABLQACOgACIAIgAS0AAzoAAyABQQRqIQEgAkEEaiICIARNDQALCyACIANJBEADQCACIAEtAAA6AAAgAUEBaiEBIAJBAWoiAiADRw0ACwsgAAsMACAAIAEpAAA3AAALQQECfyAAKAIIIgEgACgCEEkEQEEDDwsgACAAKAIEIgJBB3E2AgQgACABIAJBA3ZrIgE2AgggACABKAAANgIAQQALDAAgACABKAIANgAAC/cCAQJ/AkAgACABRg0AAkAgASACaiAASwRAIAAgAmoiBCABSw0BCyAAIAEgAhALDwsgACABc0EDcSEDAkACQCAAIAFJBEAgAwRAIAAhAwwDCyAAQQNxRQRAIAAhAwwCCyAAIQMDQCACRQ0EIAMgAS0AADoAACABQQFqIQEgAkF/aiECIANBAWoiA0EDcQ0ACwwBCwJAIAMNACAEQQNxBEADQCACRQ0FIAAgAkF/aiICaiIDIAEgAmotAAA6AAAgA0EDcQ0ACwsgAkEDTQ0AA0AgACACQXxqIgJqIAEgAmooAgA2AgAgAkEDSw0ACwsgAkUNAgNAIAAgAkF/aiICaiABIAJqLQAAOgAAIAINAAsMAgsgAkEDTQ0AIAIhBANAIAMgASgCADYCACABQQRqIQEgA0EEaiEDIARBfGoiBEEDSw0ACyACQQNxIQILIAJFDQADQCADIAEtAAA6AAAgA0EBaiEDIAFBAWohASACQX9qIgINAAsLIAAL8wICAn8BfgJAIAJFDQAgACACaiIDQX9qIAE6AAAgACABOgAAIAJBA0kNACADQX5qIAE6AAAgACABOgABIANBfWogAToAACAAIAE6AAIgAkEHSQ0AIANBfGogAToAACAAIAE6AAMgAkEJSQ0AIABBACAAa0EDcSIEaiIDIAFB/wFxQYGChAhsIgE2AgAgAyACIARrQXxxIgRqIgJBfGogATYCACAEQQlJDQAgAyABNgIIIAMgATYCBCACQXhqIAE2AgAgAkF0aiABNgIAIARBGUkNACADIAE2AhggAyABNgIUIAMgATYCECADIAE2AgwgAkFwaiABNgIAIAJBbGogATYCACACQWhqIAE2AgAgAkFkaiABNgIAIAQgA0EEcUEYciIEayICQSBJDQAgAa0iBUIghiAFhCEFIAMgBGohAQNAIAEgBTcDGCABIAU3AxAgASAFNwMIIAEgBTcDACABQSBqIQEgAkFgaiICQR9LDQALCyAACy8BAn8gACgCBCAAKAIAQQJ0aiICLQACIQMgACACLwEAIAEgAi0AAxAIajYCACADCy8BAn8gACgCBCAAKAIAQQJ0aiICLQACIQMgACACLwEAIAEgAi0AAxAFajYCACADCx8AIAAgASACKAIEEAg2AgAgARAEGiAAIAJBCGo2AgQLCAAgAGdBH3MLugUBDX8jAEEQayIKJAACfyAEQQNNBEAgCkEANgIMIApBDGogAyAEEAsaIAAgASACIApBDGpBBBAVIgBBbCAAEAMbIAAgACAESxsMAQsgAEEAIAEoAgBBAXRBAmoQECENQVQgAygAACIGQQ9xIgBBCksNABogAiAAQQVqNgIAIAMgBGoiAkF8aiEMIAJBeWohDiACQXtqIRAgAEEGaiELQQQhBSAGQQR2IQRBICAAdCIAQQFyIQkgASgCACEPQQAhAiADIQYCQANAIAlBAkggAiAPS3JFBEAgAiEHAkAgCARAA0AgBEH//wNxQf//A0YEQCAHQRhqIQcgBiAQSQR/IAZBAmoiBigAACAFdgUgBUEQaiEFIARBEHYLIQQMAQsLA0AgBEEDcSIIQQNGBEAgBUECaiEFIARBAnYhBCAHQQNqIQcMAQsLIAcgCGoiByAPSw0EIAVBAmohBQNAIAIgB0kEQCANIAJBAXRqQQA7AQAgAkEBaiECDAELCyAGIA5LQQAgBiAFQQN1aiIHIAxLG0UEQCAHKAAAIAVBB3EiBXYhBAwCCyAEQQJ2IQQLIAYhBwsCfyALQX9qIAQgAEF/anEiBiAAQQF0QX9qIgggCWsiEUkNABogBCAIcSIEQQAgESAEIABIG2shBiALCyEIIA0gAkEBdGogBkF/aiIEOwEAIAlBASAGayAEIAZBAUgbayEJA0AgCSAASARAIABBAXUhACALQX9qIQsMAQsLAn8gByAOS0EAIAcgBSAIaiIFQQN1aiIGIAxLG0UEQCAFQQdxDAELIAUgDCIGIAdrQQN0awshBSACQQFqIQIgBEUhCCAGKAAAIAVBH3F2IQQMAQsLQWwgCUEBRyAFQSBKcg0BGiABIAJBf2o2AgAgBiAFQQdqQQN1aiADawwBC0FQCyEAIApBEGokACAACwkAQQFBBSAAGwsMACAAIAEoAAA2AAALqgMBCn8jAEHwAGsiCiQAIAJBAWohDiAAQQhqIQtBgIAEIAVBf2p0QRB1IQxBACECQQEhBkEBIAV0IglBf2oiDyEIA0AgAiAORkUEQAJAIAEgAkEBdCINai8BACIHQf//A0YEQCALIAhBA3RqIAI2AgQgCEF/aiEIQQEhBwwBCyAGQQAgDCAHQRB0QRB1ShshBgsgCiANaiAHOwEAIAJBAWohAgwBCwsgACAFNgIEIAAgBjYCACAJQQN2IAlBAXZqQQNqIQxBACEAQQAhBkEAIQIDQCAGIA5GBEADQAJAIAAgCUYNACAKIAsgAEEDdGoiASgCBCIGQQF0aiICIAIvAQAiAkEBajsBACABIAUgAhAUayIIOgADIAEgAiAIQf8BcXQgCWs7AQAgASAEIAZBAnQiAmooAgA6AAIgASACIANqKAIANgIEIABBAWohAAwBCwsFIAEgBkEBdGouAQAhDUEAIQcDQCAHIA1ORQRAIAsgAkEDdGogBjYCBANAIAIgDGogD3EiAiAISw0ACyAHQQFqIQcMAQsLIAZBAWohBgwBCwsgCkHwAGokAAsjAEIAIAEQCSAAhUKHla+vmLbem55/fkLj3MqV/M7y9YV/fAsQACAAQn43AwggACABNgIACyQBAX8gAARAIAEoAgQiAgRAIAEoAgggACACEQEADwsgABAmCwsfACAAIAEgAi8BABAINgIAIAEQBBogACACQQRqNgIEC0oBAX9BoCAoAgAiASAAaiIAQX9MBEBBiCBBMDYCAEF/DwsCQCAAPwBBEHRNDQAgABBmDQBBiCBBMDYCAEF/DwtBoCAgADYCACABC9cBAQh/Qbp/IQoCQCACKAIEIgggAigCACIJaiIOIAEgAGtLDQBBbCEKIAkgBCADKAIAIgtrSw0AIAAgCWoiBCACKAIIIgxrIQ0gACABQWBqIg8gCyAJQQAQKSADIAkgC2o2AgACQAJAIAwgBCAFa00EQCANIQUMAQsgDCAEIAZrSw0CIAcgDSAFayIAaiIBIAhqIAdNBEAgBCABIAgQDxoMAgsgBCABQQAgAGsQDyEBIAIgACAIaiIINgIEIAEgAGshBAsgBCAPIAUgCEEBECkLIA4hCgsgCgubAgEBfyMAQYABayINJAAgDSADNgJ8AkAgAkEDSwRAQX8hCQwBCwJAAkACQAJAIAJBAWsOAwADAgELIAZFBEBBuH8hCQwEC0FsIQkgBS0AACICIANLDQMgACAHIAJBAnQiAmooAgAgAiAIaigCABA7IAEgADYCAEEBIQkMAwsgASAJNgIAQQAhCQwCCyAKRQRAQWwhCQwCC0EAIQkgC0UgDEEZSHINAUEIIAR0QQhqIQBBACECA0AgAiAATw0CIAJBQGshAgwAAAsAC0FsIQkgDSANQfwAaiANQfgAaiAFIAYQFSICEAMNACANKAJ4IgMgBEsNACAAIA0gDSgCfCAHIAggAxAYIAEgADYCACACIQkLIA1BgAFqJAAgCQsLACAAIAEgAhALGgsQACAALwAAIAAtAAJBEHRyCy8AAn9BuH8gAUEISQ0AGkFyIAAoAAQiAEF3Sw0AGkG4fyAAQQhqIgAgACABSxsLCwkAIAAgATsAAAsDAAELigYBBX8gACAAKAIAIgVBfnE2AgBBACAAIAVBAXZqQYQgKAIAIgQgAEYbIQECQAJAIAAoAgQiAkUNACACKAIAIgNBAXENACACQQhqIgUgA0EBdkF4aiIDQQggA0EISxtnQR9zQQJ0QYAfaiIDKAIARgRAIAMgAigCDDYCAAsgAigCCCIDBEAgAyACKAIMNgIECyACKAIMIgMEQCADIAIoAgg2AgALIAIgAigCACAAKAIAQX5xajYCAEGEICEAAkACQCABRQ0AIAEgAjYCBCABKAIAIgNBAXENASADQQF2QXhqIgNBCCADQQhLG2dBH3NBAnRBgB9qIgMoAgAgAUEIakYEQCADIAEoAgw2AgALIAEoAggiAwRAIAMgASgCDDYCBAsgASgCDCIDBEAgAyABKAIINgIAQYQgKAIAIQQLIAIgAigCACABKAIAQX5xajYCACABIARGDQAgASABKAIAQQF2akEEaiEACyAAIAI2AgALIAIoAgBBAXZBeGoiAEEIIABBCEsbZ0Efc0ECdEGAH2oiASgCACEAIAEgBTYCACACIAA2AgwgAkEANgIIIABFDQEgACAFNgIADwsCQCABRQ0AIAEoAgAiAkEBcQ0AIAJBAXZBeGoiAkEIIAJBCEsbZ0Efc0ECdEGAH2oiAigCACABQQhqRgRAIAIgASgCDDYCAAsgASgCCCICBEAgAiABKAIMNgIECyABKAIMIgIEQCACIAEoAgg2AgBBhCAoAgAhBAsgACAAKAIAIAEoAgBBfnFqIgI2AgACQCABIARHBEAgASABKAIAQQF2aiAANgIEIAAoAgAhAgwBC0GEICAANgIACyACQQF2QXhqIgFBCCABQQhLG2dBH3NBAnRBgB9qIgIoAgAhASACIABBCGoiAjYCACAAIAE2AgwgAEEANgIIIAFFDQEgASACNgIADwsgBUEBdkF4aiIBQQggAUEISxtnQR9zQQJ0QYAfaiICKAIAIQEgAiAAQQhqIgI2AgAgACABNgIMIABBADYCCCABRQ0AIAEgAjYCAAsLDgAgAARAIABBeGoQJQsLgAIBA38CQCAAQQ9qQXhxQYQgKAIAKAIAQQF2ayICEB1Bf0YNAAJAQYQgKAIAIgAoAgAiAUEBcQ0AIAFBAXZBeGoiAUEIIAFBCEsbZ0Efc0ECdEGAH2oiASgCACAAQQhqRgRAIAEgACgCDDYCAAsgACgCCCIBBEAgASAAKAIMNgIECyAAKAIMIgFFDQAgASAAKAIINgIAC0EBIQEgACAAKAIAIAJBAXRqIgI2AgAgAkEBcQ0AIAJBAXZBeGoiAkEIIAJBCEsbZ0Efc0ECdEGAH2oiAygCACECIAMgAEEIaiIDNgIAIAAgAjYCDCAAQQA2AgggAkUNACACIAM2AgALIAELtwIBA38CQAJAIABBASAAGyICEDgiAA0AAkACQEGEICgCACIARQ0AIAAoAgAiA0EBcQ0AIAAgA0EBcjYCACADQQF2QXhqIgFBCCABQQhLG2dBH3NBAnRBgB9qIgEoAgAgAEEIakYEQCABIAAoAgw2AgALIAAoAggiAQRAIAEgACgCDDYCBAsgACgCDCIBBEAgASAAKAIINgIACyACECchAkEAIQFBhCAoAgAhACACDQEgACAAKAIAQX5xNgIAQQAPCyACQQ9qQXhxIgMQHSICQX9GDQIgAkEHakF4cSIAIAJHBEAgACACaxAdQX9GDQMLAkBBhCAoAgAiAUUEQEGAICAANgIADAELIAAgATYCBAtBhCAgADYCACAAIANBAXRBAXI2AgAMAQsgAEUNAQsgAEEIaiEBCyABC7kDAQJ/IAAgA2ohBQJAIANBB0wEQANAIAAgBU8NAiAAIAItAAA6AAAgAEEBaiEAIAJBAWohAgwAAAsACyAEQQFGBEACQCAAIAJrIgZBB00EQCAAIAItAAA6AAAgACACLQABOgABIAAgAi0AAjoAAiAAIAItAAM6AAMgAEEEaiACIAZBAnQiBkHAHmooAgBqIgIQFyACIAZB4B5qKAIAayECDAELIAAgAhAMCyACQQhqIQIgAEEIaiEACwJAAkACQAJAIAUgAU0EQCAAIANqIQEgBEEBRyAAIAJrQQ9Kcg0BA0AgACACEAwgAkEIaiECIABBCGoiACABSQ0ACwwFCyAAIAFLBEAgACEBDAQLIARBAUcgACACa0EPSnINASAAIQMgAiEEA0AgAyAEEAwgBEEIaiEEIANBCGoiAyABSQ0ACwwCCwNAIAAgAhAHIAJBEGohAiAAQRBqIgAgAUkNAAsMAwsgACEDIAIhBANAIAMgBBAHIARBEGohBCADQRBqIgMgAUkNAAsLIAIgASAAa2ohAgsDQCABIAVPDQEgASACLQAAOgAAIAFBAWohASACQQFqIQIMAAALAAsLQQECfyAAIAAoArjgASIDNgLE4AEgACgCvOABIQQgACABNgK84AEgACABIAJqNgK44AEgACABIAQgA2tqNgLA4AELpgEBAX8gACAAKALs4QEQFjYCyOABIABCADcD+OABIABCADcDuOABIABBwOABakIANwMAIABBqNAAaiIBQYyAgOAANgIAIABBADYCmOIBIABCADcDiOEBIABCAzcDgOEBIABBrNABakHgEikCADcCACAAQbTQAWpB6BIoAgA2AgAgACABNgIMIAAgAEGYIGo2AgggACAAQaAwajYCBCAAIABBEGo2AgALYQEBf0G4fyEDAkAgAUEDSQ0AIAIgABAhIgFBA3YiADYCCCACIAFBAXE2AgQgAiABQQF2QQNxIgM2AgACQCADQX9qIgFBAksNAAJAIAFBAWsOAgEAAgtBbA8LIAAhAwsgAwsMACAAIAEgAkEAEC4LiAQCA38CfiADEBYhBCAAQQBBKBAQIQAgBCACSwRAIAQPCyABRQRAQX8PCwJAAkAgA0EBRg0AIAEoAAAiBkGo6r5pRg0AQXYhAyAGQXBxQdDUtMIBRw0BQQghAyACQQhJDQEgAEEAQSgQECEAIAEoAAQhASAAQQE2AhQgACABrTcDAEEADwsgASACIAMQLyIDIAJLDQAgACADNgIYQXIhAyABIARqIgVBf2otAAAiAkEIcQ0AIAJBIHEiBkUEQEFwIQMgBS0AACIFQacBSw0BIAVBB3GtQgEgBUEDdkEKaq2GIgdCA4h+IAd8IQggBEEBaiEECyACQQZ2IQMgAkECdiEFAkAgAkEDcUF/aiICQQJLBEBBACECDAELAkACQAJAIAJBAWsOAgECAAsgASAEai0AACECIARBAWohBAwCCyABIARqLwAAIQIgBEECaiEEDAELIAEgBGooAAAhAiAEQQRqIQQLIAVBAXEhBQJ+AkACQAJAIANBf2oiA0ECTQRAIANBAWsOAgIDAQtCfyAGRQ0DGiABIARqMQAADAMLIAEgBGovAACtQoACfAwCCyABIARqKAAArQwBCyABIARqKQAACyEHIAAgBTYCICAAIAI2AhwgACAHNwMAQQAhAyAAQQA2AhQgACAHIAggBhsiBzcDCCAAIAdCgIAIIAdCgIAIVBs+AhALIAMLWwEBf0G4fyEDIAIQFiICIAFNBH8gACACakF/ai0AACIAQQNxQQJ0QaAeaigCACACaiAAQQZ2IgFBAnRBsB5qKAIAaiAAQSBxIgBFaiABRSAAQQV2cWoFQbh/CwsdACAAKAKQ4gEQWiAAQQA2AqDiASAAQgA3A5DiAQu1AwEFfyMAQZACayIKJABBuH8hBgJAIAVFDQAgBCwAACIIQf8BcSEHAkAgCEF/TARAIAdBgn9qQQF2IgggBU8NAkFsIQYgB0GBf2oiBUGAAk8NAiAEQQFqIQdBACEGA0AgBiAFTwRAIAUhBiAIIQcMAwUgACAGaiAHIAZBAXZqIgQtAABBBHY6AAAgACAGQQFyaiAELQAAQQ9xOgAAIAZBAmohBgwBCwAACwALIAcgBU8NASAAIARBAWogByAKEFMiBhADDQELIAYhBEEAIQYgAUEAQTQQECEJQQAhBQNAIAQgBkcEQCAAIAZqIggtAAAiAUELSwRAQWwhBgwDBSAJIAFBAnRqIgEgASgCAEEBajYCACAGQQFqIQZBASAILQAAdEEBdSAFaiEFDAILAAsLQWwhBiAFRQ0AIAUQFEEBaiIBQQxLDQAgAyABNgIAQQFBASABdCAFayIDEBQiAXQgA0cNACAAIARqIAFBAWoiADoAACAJIABBAnRqIgAgACgCAEEBajYCACAJKAIEIgBBAkkgAEEBcXINACACIARBAWo2AgAgB0EBaiEGCyAKQZACaiQAIAYLxhEBDH8jAEHwAGsiBSQAQWwhCwJAIANBCkkNACACLwAAIQogAi8AAiEJIAIvAAQhByAFQQhqIAQQDgJAIAMgByAJIApqakEGaiIMSQ0AIAUtAAohCCAFQdgAaiACQQZqIgIgChAGIgsQAw0BIAVBQGsgAiAKaiICIAkQBiILEAMNASAFQShqIAIgCWoiAiAHEAYiCxADDQEgBUEQaiACIAdqIAMgDGsQBiILEAMNASAAIAFqIg9BfWohECAEQQRqIQZBASELIAAgAUEDakECdiIDaiIMIANqIgIgA2oiDiEDIAIhBCAMIQcDQCALIAMgEElxBEAgACAGIAVB2ABqIAgQAkECdGoiCS8BADsAACAFQdgAaiAJLQACEAEgCS0AAyELIAcgBiAFQUBrIAgQAkECdGoiCS8BADsAACAFQUBrIAktAAIQASAJLQADIQogBCAGIAVBKGogCBACQQJ0aiIJLwEAOwAAIAVBKGogCS0AAhABIAktAAMhCSADIAYgBUEQaiAIEAJBAnRqIg0vAQA7AAAgBUEQaiANLQACEAEgDS0AAyENIAAgC2oiCyAGIAVB2ABqIAgQAkECdGoiAC8BADsAACAFQdgAaiAALQACEAEgAC0AAyEAIAcgCmoiCiAGIAVBQGsgCBACQQJ0aiIHLwEAOwAAIAVBQGsgBy0AAhABIActAAMhByAEIAlqIgkgBiAFQShqIAgQAkECdGoiBC8BADsAACAFQShqIAQtAAIQASAELQADIQQgAyANaiIDIAYgBUEQaiAIEAJBAnRqIg0vAQA7AAAgBUEQaiANLQACEAEgACALaiEAIAcgCmohByAEIAlqIQQgAyANLQADaiEDIAVB2ABqEA0gBUFAaxANciAFQShqEA1yIAVBEGoQDXJFIQsMAQsLIAQgDksgByACS3INAEFsIQsgACAMSw0BIAxBfWohCQNAQQAgACAJSSAFQdgAahAEGwRAIAAgBiAFQdgAaiAIEAJBAnRqIgovAQA7AAAgBUHYAGogCi0AAhABIAAgCi0AA2oiACAGIAVB2ABqIAgQAkECdGoiCi8BADsAACAFQdgAaiAKLQACEAEgACAKLQADaiEADAEFIAxBfmohCgNAIAVB2ABqEAQgACAKS3JFBEAgACAGIAVB2ABqIAgQAkECdGoiCS8BADsAACAFQdgAaiAJLQACEAEgACAJLQADaiEADAELCwNAIAAgCk0EQCAAIAYgBUHYAGogCBACQQJ0aiIJLwEAOwAAIAVB2ABqIAktAAIQASAAIAktAANqIQAMAQsLAkAgACAMTw0AIAAgBiAFQdgAaiAIEAIiAEECdGoiDC0AADoAACAMLQADQQFGBEAgBUHYAGogDC0AAhABDAELIAUoAlxBH0sNACAFQdgAaiAGIABBAnRqLQACEAEgBSgCXEEhSQ0AIAVBIDYCXAsgAkF9aiEMA0BBACAHIAxJIAVBQGsQBBsEQCAHIAYgBUFAayAIEAJBAnRqIgAvAQA7AAAgBUFAayAALQACEAEgByAALQADaiIAIAYgBUFAayAIEAJBAnRqIgcvAQA7AAAgBUFAayAHLQACEAEgACAHLQADaiEHDAEFIAJBfmohDANAIAVBQGsQBCAHIAxLckUEQCAHIAYgBUFAayAIEAJBAnRqIgAvAQA7AAAgBUFAayAALQACEAEgByAALQADaiEHDAELCwNAIAcgDE0EQCAHIAYgBUFAayAIEAJBAnRqIgAvAQA7AAAgBUFAayAALQACEAEgByAALQADaiEHDAELCwJAIAcgAk8NACAHIAYgBUFAayAIEAIiAEECdGoiAi0AADoAACACLQADQQFGBEAgBUFAayACLQACEAEMAQsgBSgCREEfSw0AIAVBQGsgBiAAQQJ0ai0AAhABIAUoAkRBIUkNACAFQSA2AkQLIA5BfWohAgNAQQAgBCACSSAFQShqEAQbBEAgBCAGIAVBKGogCBACQQJ0aiIALwEAOwAAIAVBKGogAC0AAhABIAQgAC0AA2oiACAGIAVBKGogCBACQQJ0aiIELwEAOwAAIAVBKGogBC0AAhABIAAgBC0AA2ohBAwBBSAOQX5qIQIDQCAFQShqEAQgBCACS3JFBEAgBCAGIAVBKGogCBACQQJ0aiIALwEAOwAAIAVBKGogAC0AAhABIAQgAC0AA2ohBAwBCwsDQCAEIAJNBEAgBCAGIAVBKGogCBACQQJ0aiIALwEAOwAAIAVBKGogAC0AAhABIAQgAC0AA2ohBAwBCwsCQCAEIA5PDQAgBCAGIAVBKGogCBACIgBBAnRqIgItAAA6AAAgAi0AA0EBRgRAIAVBKGogAi0AAhABDAELIAUoAixBH0sNACAFQShqIAYgAEECdGotAAIQASAFKAIsQSFJDQAgBUEgNgIsCwNAQQAgAyAQSSAFQRBqEAQbBEAgAyAGIAVBEGogCBACQQJ0aiIALwEAOwAAIAVBEGogAC0AAhABIAMgAC0AA2oiACAGIAVBEGogCBACQQJ0aiICLwEAOwAAIAVBEGogAi0AAhABIAAgAi0AA2ohAwwBBSAPQX5qIQIDQCAFQRBqEAQgAyACS3JFBEAgAyAGIAVBEGogCBACQQJ0aiIALwEAOwAAIAVBEGogAC0AAhABIAMgAC0AA2ohAwwBCwsDQCADIAJNBEAgAyAGIAVBEGogCBACQQJ0aiIALwEAOwAAIAVBEGogAC0AAhABIAMgAC0AA2ohAwwBCwsCQCADIA9PDQAgAyAGIAVBEGogCBACIgBBAnRqIgItAAA6AAAgAi0AA0EBRgRAIAVBEGogAi0AAhABDAELIAUoAhRBH0sNACAFQRBqIAYgAEECdGotAAIQASAFKAIUQSFJDQAgBUEgNgIUCyABQWwgBUHYAGoQCiAFQUBrEApxIAVBKGoQCnEgBUEQahAKcRshCwwJCwAACwALAAALAAsAAAsACwAACwALQWwhCwsgBUHwAGokACALC7UEAQ5/IwBBEGsiBiQAIAZBBGogABAOQVQhBQJAIARB3AtJDQAgBi0ABCEHIANB8ARqQQBB7AAQECEIIAdBDEsNACADQdwJaiIJIAggBkEIaiAGQQxqIAEgAhAxIhAQA0UEQCAGKAIMIgQgB0sNASADQdwFaiEPIANBpAVqIREgAEEEaiESIANBqAVqIQEgBCEFA0AgBSICQX9qIQUgCCACQQJ0aigCAEUNAAsgAkEBaiEOQQEhBQNAIAUgDk9FBEAgCCAFQQJ0IgtqKAIAIQwgASALaiAKNgIAIAVBAWohBSAKIAxqIQoMAQsLIAEgCjYCAEEAIQUgBigCCCELA0AgBSALRkUEQCABIAUgCWotAAAiDEECdGoiDSANKAIAIg1BAWo2AgAgDyANQQF0aiINIAw6AAEgDSAFOgAAIAVBAWohBQwBCwtBACEBIANBADYCqAUgBEF/cyAHaiEJQQEhBQNAIAUgDk9FBEAgCCAFQQJ0IgtqKAIAIQwgAyALaiABNgIAIAwgBSAJanQgAWohASAFQQFqIQUMAQsLIAcgBEEBaiIBIAJrIgRrQQFqIQgDQEEBIQUgBCAIT0UEQANAIAUgDk9FBEAgBUECdCIJIAMgBEE0bGpqIAMgCWooAgAgBHY2AgAgBUEBaiEFDAELCyAEQQFqIQQMAQsLIBIgByAPIAogESADIAIgARBkIAZBAToABSAGIAc6AAYgACAGKAIENgIACyAQIQULIAZBEGokACAFC8ENAQt/IwBB8ABrIgUkAEFsIQkCQCADQQpJDQAgAi8AACEKIAIvAAIhDCACLwAEIQYgBUEIaiAEEA4CQCADIAYgCiAMampBBmoiDUkNACAFLQAKIQcgBUHYAGogAkEGaiICIAoQBiIJEAMNASAFQUBrIAIgCmoiAiAMEAYiCRADDQEgBUEoaiACIAxqIgIgBhAGIgkQAw0BIAVBEGogAiAGaiADIA1rEAYiCRADDQEgACABaiIOQX1qIQ8gBEEEaiEGQQEhCSAAIAFBA2pBAnYiAmoiCiACaiIMIAJqIg0hAyAMIQQgCiECA0AgCSADIA9JcQRAIAYgBUHYAGogBxACQQF0aiIILQAAIQsgBUHYAGogCC0AARABIAAgCzoAACAGIAVBQGsgBxACQQF0aiIILQAAIQsgBUFAayAILQABEAEgAiALOgAAIAYgBUEoaiAHEAJBAXRqIggtAAAhCyAFQShqIAgtAAEQASAEIAs6AAAgBiAFQRBqIAcQAkEBdGoiCC0AACELIAVBEGogCC0AARABIAMgCzoAACAGIAVB2ABqIAcQAkEBdGoiCC0AACELIAVB2ABqIAgtAAEQASAAIAs6AAEgBiAFQUBrIAcQAkEBdGoiCC0AACELIAVBQGsgCC0AARABIAIgCzoAASAGIAVBKGogBxACQQF0aiIILQAAIQsgBUEoaiAILQABEAEgBCALOgABIAYgBUEQaiAHEAJBAXRqIggtAAAhCyAFQRBqIAgtAAEQASADIAs6AAEgA0ECaiEDIARBAmohBCACQQJqIQIgAEECaiEAIAkgBUHYAGoQDUVxIAVBQGsQDUVxIAVBKGoQDUVxIAVBEGoQDUVxIQkMAQsLIAQgDUsgAiAMS3INAEFsIQkgACAKSw0BIApBfWohCQNAIAVB2ABqEAQgACAJT3JFBEAgBiAFQdgAaiAHEAJBAXRqIggtAAAhCyAFQdgAaiAILQABEAEgACALOgAAIAYgBUHYAGogBxACQQF0aiIILQAAIQsgBUHYAGogCC0AARABIAAgCzoAASAAQQJqIQAMAQsLA0AgBUHYAGoQBCAAIApPckUEQCAGIAVB2ABqIAcQAkEBdGoiCS0AACEIIAVB2ABqIAktAAEQASAAIAg6AAAgAEEBaiEADAELCwNAIAAgCkkEQCAGIAVB2ABqIAcQAkEBdGoiCS0AACEIIAVB2ABqIAktAAEQASAAIAg6AAAgAEEBaiEADAELCyAMQX1qIQADQCAFQUBrEAQgAiAAT3JFBEAgBiAFQUBrIAcQAkEBdGoiCi0AACEJIAVBQGsgCi0AARABIAIgCToAACAGIAVBQGsgBxACQQF0aiIKLQAAIQkgBUFAayAKLQABEAEgAiAJOgABIAJBAmohAgwBCwsDQCAFQUBrEAQgAiAMT3JFBEAgBiAFQUBrIAcQAkEBdGoiAC0AACEKIAVBQGsgAC0AARABIAIgCjoAACACQQFqIQIMAQsLA0AgAiAMSQRAIAYgBUFAayAHEAJBAXRqIgAtAAAhCiAFQUBrIAAtAAEQASACIAo6AAAgAkEBaiECDAELCyANQX1qIQADQCAFQShqEAQgBCAAT3JFBEAgBiAFQShqIAcQAkEBdGoiAi0AACEKIAVBKGogAi0AARABIAQgCjoAACAGIAVBKGogBxACQQF0aiICLQAAIQogBUEoaiACLQABEAEgBCAKOgABIARBAmohBAwBCwsDQCAFQShqEAQgBCANT3JFBEAgBiAFQShqIAcQAkEBdGoiAC0AACECIAVBKGogAC0AARABIAQgAjoAACAEQQFqIQQMAQsLA0AgBCANSQRAIAYgBUEoaiAHEAJBAXRqIgAtAAAhAiAFQShqIAAtAAEQASAEIAI6AAAgBEEBaiEEDAELCwNAIAVBEGoQBCADIA9PckUEQCAGIAVBEGogBxACQQF0aiIALQAAIQIgBUEQaiAALQABEAEgAyACOgAAIAYgBUEQaiAHEAJBAXRqIgAtAAAhAiAFQRBqIAAtAAEQASADIAI6AAEgA0ECaiEDDAELCwNAIAVBEGoQBCADIA5PckUEQCAGIAVBEGogBxACQQF0aiIALQAAIQIgBUEQaiAALQABEAEgAyACOgAAIANBAWohAwwBCwsDQCADIA5JBEAgBiAFQRBqIAcQAkEBdGoiAC0AACECIAVBEGogAC0AARABIAMgAjoAACADQQFqIQMMAQsLIAFBbCAFQdgAahAKIAVBQGsQCnEgBUEoahAKcSAFQRBqEApxGyEJDAELQWwhCQsgBUHwAGokACAJC8oCAQR/IwBBIGsiBSQAIAUgBBAOIAUtAAIhByAFQQhqIAIgAxAGIgIQA0UEQCAEQQRqIQIgACABaiIDQX1qIQQDQCAFQQhqEAQgACAET3JFBEAgAiAFQQhqIAcQAkEBdGoiBi0AACEIIAVBCGogBi0AARABIAAgCDoAACACIAVBCGogBxACQQF0aiIGLQAAIQggBUEIaiAGLQABEAEgACAIOgABIABBAmohAAwBCwsDQCAFQQhqEAQgACADT3JFBEAgAiAFQQhqIAcQAkEBdGoiBC0AACEGIAVBCGogBC0AARABIAAgBjoAACAAQQFqIQAMAQsLA0AgACADT0UEQCACIAVBCGogBxACQQF0aiIELQAAIQYgBUEIaiAELQABEAEgACAGOgAAIABBAWohAAwBCwsgAUFsIAVBCGoQChshAgsgBUEgaiQAIAILtgMBCX8jAEEQayIGJAAgBkEANgIMIAZBADYCCEFUIQQCQAJAIANBQGsiDCADIAZBCGogBkEMaiABIAIQMSICEAMNACAGQQRqIAAQDiAGKAIMIgcgBi0ABEEBaksNASAAQQRqIQogBkEAOgAFIAYgBzoABiAAIAYoAgQ2AgAgB0EBaiEJQQEhBANAIAQgCUkEQCADIARBAnRqIgEoAgAhACABIAU2AgAgACAEQX9qdCAFaiEFIARBAWohBAwBCwsgB0EBaiEHQQAhBSAGKAIIIQkDQCAFIAlGDQEgAyAFIAxqLQAAIgRBAnRqIgBBASAEdEEBdSILIAAoAgAiAWoiADYCACAHIARrIQhBACEEAkAgC0EDTQRAA0AgBCALRg0CIAogASAEakEBdGoiACAIOgABIAAgBToAACAEQQFqIQQMAAALAAsDQCABIABPDQEgCiABQQF0aiIEIAg6AAEgBCAFOgAAIAQgCDoAAyAEIAU6AAIgBCAIOgAFIAQgBToABCAEIAg6AAcgBCAFOgAGIAFBBGohAQwAAAsACyAFQQFqIQUMAAALAAsgAiEECyAGQRBqJAAgBAutAQECfwJAQYQgKAIAIABHIAAoAgBBAXYiAyABa0F4aiICQXhxQQhHcgR/IAIFIAMQJ0UNASACQQhqC0EQSQ0AIAAgACgCACICQQFxIAAgAWpBD2pBeHEiASAAa0EBdHI2AgAgASAANgIEIAEgASgCAEEBcSAAIAJBAXZqIAFrIgJBAXRyNgIAQYQgIAEgAkH/////B3FqQQRqQYQgKAIAIABGGyABNgIAIAEQJQsLygIBBX8CQAJAAkAgAEEIIABBCEsbZ0EfcyAAaUEBR2oiAUEESSAAIAF2cg0AIAFBAnRB/B5qKAIAIgJFDQADQCACQXhqIgMoAgBBAXZBeGoiBSAATwRAIAIgBUEIIAVBCEsbZ0Efc0ECdEGAH2oiASgCAEYEQCABIAIoAgQ2AgALDAMLIARBHksNASAEQQFqIQQgAigCBCICDQALC0EAIQMgAUEgTw0BA0AgAUECdEGAH2ooAgAiAkUEQCABQR5LIQIgAUEBaiEBIAJFDQEMAwsLIAIgAkF4aiIDKAIAQQF2QXhqIgFBCCABQQhLG2dBH3NBAnRBgB9qIgEoAgBGBEAgASACKAIENgIACwsgAigCACIBBEAgASACKAIENgIECyACKAIEIgEEQCABIAIoAgA2AgALIAMgAygCAEEBcjYCACADIAAQNwsgAwvhCwINfwV+IwBB8ABrIgckACAHIAAoAvDhASIINgJcIAEgAmohDSAIIAAoAoDiAWohDwJAAkAgBUUEQCABIQQMAQsgACgCxOABIRAgACgCwOABIREgACgCvOABIQ4gAEEBNgKM4QFBACEIA0AgCEEDRwRAIAcgCEECdCICaiAAIAJqQazQAWooAgA2AkQgCEEBaiEIDAELC0FsIQwgB0EYaiADIAQQBhADDQEgB0EsaiAHQRhqIAAoAgAQEyAHQTRqIAdBGGogACgCCBATIAdBPGogB0EYaiAAKAIEEBMgDUFgaiESIAEhBEEAIQwDQCAHKAIwIAcoAixBA3RqKQIAIhRCEIinQf8BcSEIIAcoAkAgBygCPEEDdGopAgAiFUIQiKdB/wFxIQsgBygCOCAHKAI0QQN0aikCACIWQiCIpyEJIBVCIIghFyAUQiCIpyECAkAgFkIQiKdB/wFxIgNBAk8EQAJAIAZFIANBGUlyRQRAIAkgB0EYaiADQSAgBygCHGsiCiAKIANLGyIKEAUgAyAKayIDdGohCSAHQRhqEAQaIANFDQEgB0EYaiADEAUgCWohCQwBCyAHQRhqIAMQBSAJaiEJIAdBGGoQBBoLIAcpAkQhGCAHIAk2AkQgByAYNwNIDAELAkAgA0UEQCACBEAgBygCRCEJDAMLIAcoAkghCQwBCwJAAkAgB0EYakEBEAUgCSACRWpqIgNBA0YEQCAHKAJEQX9qIgMgA0VqIQkMAQsgA0ECdCAHaigCRCIJIAlFaiEJIANBAUYNAQsgByAHKAJINgJMCwsgByAHKAJENgJIIAcgCTYCRAsgF6chAyALBEAgB0EYaiALEAUgA2ohAwsgCCALakEUTwRAIAdBGGoQBBoLIAgEQCAHQRhqIAgQBSACaiECCyAHQRhqEAQaIAcgB0EYaiAUQhiIp0H/AXEQCCAUp0H//wNxajYCLCAHIAdBGGogFUIYiKdB/wFxEAggFadB//8DcWo2AjwgB0EYahAEGiAHIAdBGGogFkIYiKdB/wFxEAggFqdB//8DcWo2AjQgByACNgJgIAcoAlwhCiAHIAk2AmggByADNgJkAkACQAJAIAQgAiADaiILaiASSw0AIAIgCmoiEyAPSw0AIA0gBGsgC0Egak8NAQsgByAHKQNoNwMQIAcgBykDYDcDCCAEIA0gB0EIaiAHQdwAaiAPIA4gESAQEB4hCwwBCyACIARqIQggBCAKEAcgAkERTwRAIARBEGohAgNAIAIgCkEQaiIKEAcgAkEQaiICIAhJDQALCyAIIAlrIQIgByATNgJcIAkgCCAOa0sEQCAJIAggEWtLBEBBbCELDAILIBAgAiAOayICaiIKIANqIBBNBEAgCCAKIAMQDxoMAgsgCCAKQQAgAmsQDyEIIAcgAiADaiIDNgJkIAggAmshCCAOIQILIAlBEE8EQCADIAhqIQMDQCAIIAIQByACQRBqIQIgCEEQaiIIIANJDQALDAELAkAgCUEHTQRAIAggAi0AADoAACAIIAItAAE6AAEgCCACLQACOgACIAggAi0AAzoAAyAIQQRqIAIgCUECdCIDQcAeaigCAGoiAhAXIAIgA0HgHmooAgBrIQIgBygCZCEDDAELIAggAhAMCyADQQlJDQAgAyAIaiEDIAhBCGoiCCACQQhqIgJrQQ9MBEADQCAIIAIQDCACQQhqIQIgCEEIaiIIIANJDQAMAgALAAsDQCAIIAIQByACQRBqIQIgCEEQaiIIIANJDQALCyAHQRhqEAQaIAsgDCALEAMiAhshDCAEIAQgC2ogAhshBCAFQX9qIgUNAAsgDBADDQFBbCEMIAdBGGoQBEECSQ0BQQAhCANAIAhBA0cEQCAAIAhBAnQiAmpBrNABaiACIAdqKAJENgIAIAhBAWohCAwBCwsgBygCXCEIC0G6fyEMIA8gCGsiACANIARrSw0AIAQEfyAEIAggABALIABqBUEACyABayEMCyAHQfAAaiQAIAwLkRcCFn8FfiMAQdABayIHJAAgByAAKALw4QEiCDYCvAEgASACaiESIAggACgCgOIBaiETAkACQCAFRQRAIAEhAwwBCyAAKALE4AEhESAAKALA4AEhFSAAKAK84AEhDyAAQQE2AozhAUEAIQgDQCAIQQNHBEAgByAIQQJ0IgJqIAAgAmpBrNABaigCADYCVCAIQQFqIQgMAQsLIAcgETYCZCAHIA82AmAgByABIA9rNgJoQWwhECAHQShqIAMgBBAGEAMNASAFQQQgBUEESBshFyAHQTxqIAdBKGogACgCABATIAdBxABqIAdBKGogACgCCBATIAdBzABqIAdBKGogACgCBBATQQAhBCAHQeAAaiEMIAdB5ABqIQoDQCAHQShqEARBAksgBCAXTnJFBEAgBygCQCAHKAI8QQN0aikCACIdQhCIp0H/AXEhCyAHKAJQIAcoAkxBA3RqKQIAIh5CEIinQf8BcSEJIAcoAkggBygCREEDdGopAgAiH0IgiKchCCAeQiCIISAgHUIgiKchAgJAIB9CEIinQf8BcSIDQQJPBEACQCAGRSADQRlJckUEQCAIIAdBKGogA0EgIAcoAixrIg0gDSADSxsiDRAFIAMgDWsiA3RqIQggB0EoahAEGiADRQ0BIAdBKGogAxAFIAhqIQgMAQsgB0EoaiADEAUgCGohCCAHQShqEAQaCyAHKQJUISEgByAINgJUIAcgITcDWAwBCwJAIANFBEAgAgRAIAcoAlQhCAwDCyAHKAJYIQgMAQsCQAJAIAdBKGpBARAFIAggAkVqaiIDQQNGBEAgBygCVEF/aiIDIANFaiEIDAELIANBAnQgB2ooAlQiCCAIRWohCCADQQFGDQELIAcgBygCWDYCXAsLIAcgBygCVDYCWCAHIAg2AlQLICCnIQMgCQRAIAdBKGogCRAFIANqIQMLIAkgC2pBFE8EQCAHQShqEAQaCyALBEAgB0EoaiALEAUgAmohAgsgB0EoahAEGiAHIAcoAmggAmoiCSADajYCaCAKIAwgCCAJSxsoAgAhDSAHIAdBKGogHUIYiKdB/wFxEAggHadB//8DcWo2AjwgByAHQShqIB5CGIinQf8BcRAIIB6nQf//A3FqNgJMIAdBKGoQBBogB0EoaiAfQhiIp0H/AXEQCCEOIAdB8ABqIARBBHRqIgsgCSANaiAIazYCDCALIAg2AgggCyADNgIEIAsgAjYCACAHIA4gH6dB//8DcWo2AkQgBEEBaiEEDAELCyAEIBdIDQEgEkFgaiEYIAdB4ABqIRogB0HkAGohGyABIQMDQCAHQShqEARBAksgBCAFTnJFBEAgBygCQCAHKAI8QQN0aikCACIdQhCIp0H/AXEhCyAHKAJQIAcoAkxBA3RqKQIAIh5CEIinQf8BcSEIIAcoAkggBygCREEDdGopAgAiH0IgiKchCSAeQiCIISAgHUIgiKchDAJAIB9CEIinQf8BcSICQQJPBEACQCAGRSACQRlJckUEQCAJIAdBKGogAkEgIAcoAixrIgogCiACSxsiChAFIAIgCmsiAnRqIQkgB0EoahAEGiACRQ0BIAdBKGogAhAFIAlqIQkMAQsgB0EoaiACEAUgCWohCSAHQShqEAQaCyAHKQJUISEgByAJNgJUIAcgITcDWAwBCwJAIAJFBEAgDARAIAcoAlQhCQwDCyAHKAJYIQkMAQsCQAJAIAdBKGpBARAFIAkgDEVqaiICQQNGBEAgBygCVEF/aiICIAJFaiEJDAELIAJBAnQgB2ooAlQiCSAJRWohCSACQQFGDQELIAcgBygCWDYCXAsLIAcgBygCVDYCWCAHIAk2AlQLICCnIRQgCARAIAdBKGogCBAFIBRqIRQLIAggC2pBFE8EQCAHQShqEAQaCyALBEAgB0EoaiALEAUgDGohDAsgB0EoahAEGiAHIAcoAmggDGoiGSAUajYCaCAbIBogCSAZSxsoAgAhHCAHIAdBKGogHUIYiKdB/wFxEAggHadB//8DcWo2AjwgByAHQShqIB5CGIinQf8BcRAIIB6nQf//A3FqNgJMIAdBKGoQBBogByAHQShqIB9CGIinQf8BcRAIIB+nQf//A3FqNgJEIAcgB0HwAGogBEEDcUEEdGoiDSkDCCIdNwPIASAHIA0pAwAiHjcDwAECQAJAAkAgBygCvAEiDiAepyICaiIWIBNLDQAgAyAHKALEASIKIAJqIgtqIBhLDQAgEiADayALQSBqTw0BCyAHIAcpA8gBNwMQIAcgBykDwAE3AwggAyASIAdBCGogB0G8AWogEyAPIBUgERAeIQsMAQsgAiADaiEIIAMgDhAHIAJBEU8EQCADQRBqIQIDQCACIA5BEGoiDhAHIAJBEGoiAiAISQ0ACwsgCCAdpyIOayECIAcgFjYCvAEgDiAIIA9rSwRAIA4gCCAVa0sEQEFsIQsMAgsgESACIA9rIgJqIhYgCmogEU0EQCAIIBYgChAPGgwCCyAIIBZBACACaxAPIQggByACIApqIgo2AsQBIAggAmshCCAPIQILIA5BEE8EQCAIIApqIQoDQCAIIAIQByACQRBqIQIgCEEQaiIIIApJDQALDAELAkAgDkEHTQRAIAggAi0AADoAACAIIAItAAE6AAEgCCACLQACOgACIAggAi0AAzoAAyAIQQRqIAIgDkECdCIKQcAeaigCAGoiAhAXIAIgCkHgHmooAgBrIQIgBygCxAEhCgwBCyAIIAIQDAsgCkEJSQ0AIAggCmohCiAIQQhqIgggAkEIaiICa0EPTARAA0AgCCACEAwgAkEIaiECIAhBCGoiCCAKSQ0ADAIACwALA0AgCCACEAcgAkEQaiECIAhBEGoiCCAKSQ0ACwsgCxADBEAgCyEQDAQFIA0gDDYCACANIBkgHGogCWs2AgwgDSAJNgIIIA0gFDYCBCAEQQFqIQQgAyALaiEDDAILAAsLIAQgBUgNASAEIBdrIQtBACEEA0AgCyAFSARAIAcgB0HwAGogC0EDcUEEdGoiAikDCCIdNwPIASAHIAIpAwAiHjcDwAECQAJAAkAgBygCvAEiDCAepyICaiIKIBNLDQAgAyAHKALEASIJIAJqIhBqIBhLDQAgEiADayAQQSBqTw0BCyAHIAcpA8gBNwMgIAcgBykDwAE3AxggAyASIAdBGGogB0G8AWogEyAPIBUgERAeIRAMAQsgAiADaiEIIAMgDBAHIAJBEU8EQCADQRBqIQIDQCACIAxBEGoiDBAHIAJBEGoiAiAISQ0ACwsgCCAdpyIGayECIAcgCjYCvAEgBiAIIA9rSwRAIAYgCCAVa0sEQEFsIRAMAgsgESACIA9rIgJqIgwgCWogEU0EQCAIIAwgCRAPGgwCCyAIIAxBACACaxAPIQggByACIAlqIgk2AsQBIAggAmshCCAPIQILIAZBEE8EQCAIIAlqIQYDQCAIIAIQByACQRBqIQIgCEEQaiIIIAZJDQALDAELAkAgBkEHTQRAIAggAi0AADoAACAIIAItAAE6AAEgCCACLQACOgACIAggAi0AAzoAAyAIQQRqIAIgBkECdCIGQcAeaigCAGoiAhAXIAIgBkHgHmooAgBrIQIgBygCxAEhCQwBCyAIIAIQDAsgCUEJSQ0AIAggCWohBiAIQQhqIgggAkEIaiICa0EPTARAA0AgCCACEAwgAkEIaiECIAhBCGoiCCAGSQ0ADAIACwALA0AgCCACEAcgAkEQaiECIAhBEGoiCCAGSQ0ACwsgEBADDQMgC0EBaiELIAMgEGohAwwBCwsDQCAEQQNHBEAgACAEQQJ0IgJqQazQAWogAiAHaigCVDYCACAEQQFqIQQMAQsLIAcoArwBIQgLQbp/IRAgEyAIayIAIBIgA2tLDQAgAwR/IAMgCCAAEAsgAGoFQQALIAFrIRALIAdB0AFqJAAgEAslACAAQgA3AgAgAEEAOwEIIABBADoACyAAIAE2AgwgACACOgAKC7QFAQN/IwBBMGsiBCQAIABB/wFqIgVBfWohBgJAIAMvAQIEQCAEQRhqIAEgAhAGIgIQAw0BIARBEGogBEEYaiADEBwgBEEIaiAEQRhqIAMQHCAAIQMDQAJAIARBGGoQBCADIAZPckUEQCADIARBEGogBEEYahASOgAAIAMgBEEIaiAEQRhqEBI6AAEgBEEYahAERQ0BIANBAmohAwsgBUF+aiEFAn8DQEG6fyECIAMiASAFSw0FIAEgBEEQaiAEQRhqEBI6AAAgAUEBaiEDIARBGGoQBEEDRgRAQQIhAiAEQQhqDAILIAMgBUsNBSABIARBCGogBEEYahASOgABIAFBAmohA0EDIQIgBEEYahAEQQNHDQALIARBEGoLIQUgAyAFIARBGGoQEjoAACABIAJqIABrIQIMAwsgAyAEQRBqIARBGGoQEjoAAiADIARBCGogBEEYahASOgADIANBBGohAwwAAAsACyAEQRhqIAEgAhAGIgIQAw0AIARBEGogBEEYaiADEBwgBEEIaiAEQRhqIAMQHCAAIQMDQAJAIARBGGoQBCADIAZPckUEQCADIARBEGogBEEYahAROgAAIAMgBEEIaiAEQRhqEBE6AAEgBEEYahAERQ0BIANBAmohAwsgBUF+aiEFAn8DQEG6fyECIAMiASAFSw0EIAEgBEEQaiAEQRhqEBE6AAAgAUEBaiEDIARBGGoQBEEDRgRAQQIhAiAEQQhqDAILIAMgBUsNBCABIARBCGogBEEYahAROgABIAFBAmohA0EDIQIgBEEYahAEQQNHDQALIARBEGoLIQUgAyAFIARBGGoQEToAACABIAJqIABrIQIMAgsgAyAEQRBqIARBGGoQEToAAiADIARBCGogBEEYahAROgADIANBBGohAwwAAAsACyAEQTBqJAAgAgtpAQF/An8CQAJAIAJBB00NACABKAAAQbfIwuF+Rw0AIAAgASgABDYCmOIBQWIgAEEQaiABIAIQPiIDEAMNAhogAEKBgICAEDcDiOEBIAAgASADaiACIANrECoMAQsgACABIAIQKgtBAAsLrQMBBn8jAEGAAWsiAyQAQWIhCAJAIAJBCUkNACAAQZjQAGogAUEIaiIEIAJBeGogAEGY0AAQMyIFEAMiBg0AIANBHzYCfCADIANB/ABqIANB+ABqIAQgBCAFaiAGGyIEIAEgAmoiAiAEaxAVIgUQAw0AIAMoAnwiBkEfSw0AIAMoAngiB0EJTw0AIABBiCBqIAMgBkGAC0GADCAHEBggA0E0NgJ8IAMgA0H8AGogA0H4AGogBCAFaiIEIAIgBGsQFSIFEAMNACADKAJ8IgZBNEsNACADKAJ4IgdBCk8NACAAQZAwaiADIAZBgA1B4A4gBxAYIANBIzYCfCADIANB/ABqIANB+ABqIAQgBWoiBCACIARrEBUiBRADDQAgAygCfCIGQSNLDQAgAygCeCIHQQpPDQAgACADIAZBwBBB0BEgBxAYIAQgBWoiBEEMaiIFIAJLDQAgAiAFayEFQQAhAgNAIAJBA0cEQCAEKAAAIgZBf2ogBU8NAiAAIAJBAnRqQZzQAWogBjYCACACQQFqIQIgBEEEaiEEDAELCyAEIAFrIQgLIANBgAFqJAAgCAtGAQN/IABBCGohAyAAKAIEIQJBACEAA0AgACACdkUEQCABIAMgAEEDdGotAAJBFktqIQEgAEEBaiEADAELCyABQQggAmt0C4YDAQV/Qbh/IQcCQCADRQ0AIAItAAAiBEUEQCABQQA2AgBBAUG4fyADQQFGGw8LAn8gAkEBaiIFIARBGHRBGHUiBkF/Sg0AGiAGQX9GBEAgA0EDSA0CIAUvAABBgP4BaiEEIAJBA2oMAQsgA0ECSA0BIAItAAEgBEEIdHJBgIB+aiEEIAJBAmoLIQUgASAENgIAIAVBAWoiASACIANqIgNLDQBBbCEHIABBEGogACAFLQAAIgVBBnZBI0EJIAEgAyABa0HAEEHQEUHwEiAAKAKM4QEgACgCnOIBIAQQHyIGEAMiCA0AIABBmCBqIABBCGogBUEEdkEDcUEfQQggASABIAZqIAgbIgEgAyABa0GAC0GADEGAFyAAKAKM4QEgACgCnOIBIAQQHyIGEAMiCA0AIABBoDBqIABBBGogBUECdkEDcUE0QQkgASABIAZqIAgbIgEgAyABa0GADUHgDkGQGSAAKAKM4QEgACgCnOIBIAQQHyIAEAMNACAAIAFqIAJrIQcLIAcLrQMBCn8jAEGABGsiCCQAAn9BUiACQf8BSw0AGkFUIANBDEsNABogAkEBaiELIABBBGohCUGAgAQgA0F/anRBEHUhCkEAIQJBASEEQQEgA3QiB0F/aiIMIQUDQCACIAtGRQRAAkAgASACQQF0Ig1qLwEAIgZB//8DRgRAIAkgBUECdGogAjoAAiAFQX9qIQVBASEGDAELIARBACAKIAZBEHRBEHVKGyEECyAIIA1qIAY7AQAgAkEBaiECDAELCyAAIAQ7AQIgACADOwEAIAdBA3YgB0EBdmpBA2ohBkEAIQRBACECA0AgBCALRkUEQCABIARBAXRqLgEAIQpBACEAA0AgACAKTkUEQCAJIAJBAnRqIAQ6AAIDQCACIAZqIAxxIgIgBUsNAAsgAEEBaiEADAELCyAEQQFqIQQMAQsLQX8gAg0AGkEAIQIDfyACIAdGBH9BAAUgCCAJIAJBAnRqIgAtAAJBAXRqIgEgAS8BACIBQQFqOwEAIAAgAyABEBRrIgU6AAMgACABIAVB/wFxdCAHazsBACACQQFqIQIMAQsLCyEFIAhBgARqJAAgBQvjBgEIf0FsIQcCQCACQQNJDQACQAJAAkACQCABLQAAIgNBA3EiCUEBaw4DAwEAAgsgACgCiOEBDQBBYg8LIAJBBUkNAkEDIQYgASgAACEFAn8CQAJAIANBAnZBA3EiCEF+aiIEQQFNBEAgBEEBaw0BDAILIAVBDnZB/wdxIQQgBUEEdkH/B3EhAyAIRQwCCyAFQRJ2IQRBBCEGIAVBBHZB//8AcSEDQQAMAQsgBUEEdkH//w9xIgNBgIAISw0DIAEtAARBCnQgBUEWdnIhBEEFIQZBAAshBSAEIAZqIgogAksNAgJAIANBgQZJDQAgACgCnOIBRQ0AQQAhAgNAIAJBg4ABSw0BIAJBQGshAgwAAAsACwJ/IAlBA0YEQCABIAZqIQEgAEHw4gFqIQIgACgCDCEGIAUEQCACIAMgASAEIAYQXwwCCyACIAMgASAEIAYQXQwBCyAAQbjQAWohAiABIAZqIQEgAEHw4gFqIQYgAEGo0ABqIQggBQRAIAggBiADIAEgBCACEF4MAQsgCCAGIAMgASAEIAIQXAsQAw0CIAAgAzYCgOIBIABBATYCiOEBIAAgAEHw4gFqNgLw4QEgCUECRgRAIAAgAEGo0ABqNgIMCyAAIANqIgBBiOMBakIANwAAIABBgOMBakIANwAAIABB+OIBakIANwAAIABB8OIBakIANwAAIAoPCwJ/AkACQAJAIANBAnZBA3FBf2oiBEECSw0AIARBAWsOAgACAQtBASEEIANBA3YMAgtBAiEEIAEvAABBBHYMAQtBAyEEIAEQIUEEdgsiAyAEaiIFQSBqIAJLBEAgBSACSw0CIABB8OIBaiABIARqIAMQCyEBIAAgAzYCgOIBIAAgATYC8OEBIAEgA2oiAEIANwAYIABCADcAECAAQgA3AAggAEIANwAAIAUPCyAAIAM2AoDiASAAIAEgBGo2AvDhASAFDwsCfwJAAkACQCADQQJ2QQNxQX9qIgRBAksNACAEQQFrDgIAAgELQQEhByADQQN2DAILQQIhByABLwAAQQR2DAELIAJBBEkgARAhIgJBj4CAAUtyDQFBAyEHIAJBBHYLIQIgAEHw4gFqIAEgB2otAAAgAkEgahAQIQEgACACNgKA4gEgACABNgLw4QEgB0EBaiEHCyAHC0sAIABC+erQ0OfJoeThADcDICAAQgA3AxggAELP1tO+0ser2UI3AxAgAELW64Lu6v2J9eAANwMIIABCADcDACAAQShqQQBBKBAQGgviAgICfwV+IABBKGoiASAAKAJIaiECAn4gACkDACIDQiBaBEAgACkDECIEQgeJIAApAwgiBUIBiXwgACkDGCIGQgyJfCAAKQMgIgdCEol8IAUQGSAEEBkgBhAZIAcQGQwBCyAAKQMYQsXP2bLx5brqJ3wLIAN8IQMDQCABQQhqIgAgAk0EQEIAIAEpAAAQCSADhUIbiUKHla+vmLbem55/fkLj3MqV/M7y9YV/fCEDIAAhAQwBCwsCQCABQQRqIgAgAksEQCABIQAMAQsgASgAAK1Ch5Wvr5i23puef34gA4VCF4lCz9bTvtLHq9lCfkL5893xmfaZqxZ8IQMLA0AgACACSQRAIAAxAABCxc/ZsvHluuonfiADhUILiUKHla+vmLbem55/fiEDIABBAWohAAwBCwsgA0IhiCADhULP1tO+0ser2UJ+IgNCHYggA4VC+fPd8Zn2masWfiIDQiCIIAOFC+8CAgJ/BH4gACAAKQMAIAKtfDcDAAJAAkAgACgCSCIDIAJqIgRBH00EQCABRQ0BIAAgA2pBKGogASACECAgACgCSCACaiEEDAELIAEgAmohAgJ/IAMEQCAAQShqIgQgA2ogAUEgIANrECAgACAAKQMIIAQpAAAQCTcDCCAAIAApAxAgACkAMBAJNwMQIAAgACkDGCAAKQA4EAk3AxggACAAKQMgIABBQGspAAAQCTcDICAAKAJIIQMgAEEANgJIIAEgA2tBIGohAQsgAUEgaiACTQsEQCACQWBqIQMgACkDICEFIAApAxghBiAAKQMQIQcgACkDCCEIA0AgCCABKQAAEAkhCCAHIAEpAAgQCSEHIAYgASkAEBAJIQYgBSABKQAYEAkhBSABQSBqIgEgA00NAAsgACAFNwMgIAAgBjcDGCAAIAc3AxAgACAINwMICyABIAJPDQEgAEEoaiABIAIgAWsiBBAgCyAAIAQ2AkgLCy8BAX8gAEUEQEG2f0EAIAMbDwtBun8hBCADIAFNBH8gACACIAMQEBogAwVBun8LCy8BAX8gAEUEQEG2f0EAIAMbDwtBun8hBCADIAFNBH8gACACIAMQCxogAwVBun8LC6gCAQZ/IwBBEGsiByQAIABB2OABaikDAEKAgIAQViEIQbh/IQUCQCAEQf//B0sNACAAIAMgBBBCIgUQAyIGDQAgACgCnOIBIQkgACAHQQxqIAMgAyAFaiAGGyIKIARBACAFIAYbayIGEEAiAxADBEAgAyEFDAELIAcoAgwhBCABRQRAQbp/IQUgBEEASg0BCyAGIANrIQUgAyAKaiEDAkAgCQRAIABBADYCnOIBDAELAkACQAJAIARBBUgNACAAQdjgAWopAwBCgICACFgNAAwBCyAAQQA2ApziAQwBCyAAKAIIED8hBiAAQQA2ApziASAGQRRPDQELIAAgASACIAMgBSAEIAgQOSEFDAELIAAgASACIAMgBSAEIAgQOiEFCyAHQRBqJAAgBQtnACAAQdDgAWogASACIAAoAuzhARAuIgEQAwRAIAEPC0G4fyECAkAgAQ0AIABB7OABaigCACIBBEBBYCECIAAoApjiASABRw0BC0EAIQIgAEHw4AFqKAIARQ0AIABBkOEBahBDCyACCycBAX8QVyIERQRAQUAPCyAEIAAgASACIAMgBBBLEE8hACAEEFYgAAs/AQF/AkACQAJAIAAoAqDiAUEBaiIBQQJLDQAgAUEBaw4CAAECCyAAEDBBAA8LIABBADYCoOIBCyAAKAKU4gELvAMCB38BfiMAQRBrIgkkAEG4fyEGAkAgBCgCACIIQQVBCSAAKALs4QEiBRtJDQAgAygCACIHQQFBBSAFGyAFEC8iBRADBEAgBSEGDAELIAggBUEDakkNACAAIAcgBRBJIgYQAw0AIAEgAmohCiAAQZDhAWohCyAIIAVrIQIgBSAHaiEHIAEhBQNAIAcgAiAJECwiBhADDQEgAkF9aiICIAZJBEBBuH8hBgwCCyAJKAIAIghBAksEQEFsIQYMAgsgB0EDaiEHAn8CQAJAAkAgCEEBaw4CAgABCyAAIAUgCiAFayAHIAYQSAwCCyAFIAogBWsgByAGEEcMAQsgBSAKIAVrIActAAAgCSgCCBBGCyIIEAMEQCAIIQYMAgsgACgC8OABBEAgCyAFIAgQRQsgAiAGayECIAYgB2ohByAFIAhqIQUgCSgCBEUNAAsgACkD0OABIgxCf1IEQEFsIQYgDCAFIAFrrFINAQsgACgC8OABBEBBaiEGIAJBBEkNASALEEQhDCAHKAAAIAynRw0BIAdBBGohByACQXxqIQILIAMgBzYCACAEIAI2AgAgBSABayEGCyAJQRBqJAAgBgsuACAAECsCf0EAQQAQAw0AGiABRSACRXJFBEBBYiAAIAEgAhA9EAMNARoLQQALCzcAIAEEQCAAIAAoAsTgASABKAIEIAEoAghqRzYCnOIBCyAAECtBABADIAFFckUEQCAAIAEQWwsL0QIBB38jAEEQayIGJAAgBiAENgIIIAYgAzYCDCAFBEAgBSgCBCEKIAUoAgghCQsgASEIAkACQANAIAAoAuzhARAWIQsCQANAIAQgC0kNASADKAAAQXBxQdDUtMIBRgRAIAMgBBAiIgcQAw0EIAQgB2shBCADIAdqIQMMAQsLIAYgAzYCDCAGIAQ2AggCQCAFBEAgACAFEE5BACEHQQAQA0UNAQwFCyAAIAogCRBNIgcQAw0ECyAAIAgQUCAMQQFHQQAgACAIIAIgBkEMaiAGQQhqEEwiByIDa0EAIAMQAxtBCkdyRQRAQbh/IQcMBAsgBxADDQMgAiAHayECIAcgCGohCEEBIQwgBigCDCEDIAYoAgghBAwBCwsgBiADNgIMIAYgBDYCCEG4fyEHIAQNASAIIAFrIQcMAQsgBiADNgIMIAYgBDYCCAsgBkEQaiQAIAcLRgECfyABIAAoArjgASICRwRAIAAgAjYCxOABIAAgATYCuOABIAAoArzgASEDIAAgATYCvOABIAAgASADIAJrajYCwOABCwutAgIEfwF+IwBBQGoiBCQAAkACQCACQQhJDQAgASgAAEFwcUHQ1LTCAUcNACABIAIQIiEBIABCADcDCCAAQQA2AgQgACABNgIADAELIARBGGogASACEC0iAxADBEAgACADEBoMAQsgAwRAIABBuH8QGgwBCyACIAQoAjAiA2shAiABIANqIQMDQAJAIAAgAyACIARBCGoQLCIFEAMEfyAFBSACIAVBA2oiBU8NAUG4fwsQGgwCCyAGQQFqIQYgAiAFayECIAMgBWohAyAEKAIMRQ0ACyAEKAI4BEAgAkEDTQRAIABBuH8QGgwCCyADQQRqIQMLIAQoAighAiAEKQMYIQcgAEEANgIEIAAgAyABazYCACAAIAIgBmytIAcgB0J/URs3AwgLIARBQGskAAslAQF/IwBBEGsiAiQAIAIgACABEFEgAigCACEAIAJBEGokACAAC30BBH8jAEGQBGsiBCQAIARB/wE2AggCQCAEQRBqIARBCGogBEEMaiABIAIQFSIGEAMEQCAGIQUMAQtBVCEFIAQoAgwiB0EGSw0AIAMgBEEQaiAEKAIIIAcQQSIFEAMNACAAIAEgBmogAiAGayADEDwhBQsgBEGQBGokACAFC4cBAgJ/An5BABAWIQMCQANAIAEgA08EQAJAIAAoAABBcHFB0NS0wgFGBEAgACABECIiAhADRQ0BQn4PCyAAIAEQVSIEQn1WDQMgBCAFfCIFIARUIQJCfiEEIAINAyAAIAEQUiICEAMNAwsgASACayEBIAAgAmohAAwBCwtCfiAFIAEbIQQLIAQLPwIBfwF+IwBBMGsiAiQAAn5CfiACQQhqIAAgARAtDQAaQgAgAigCHEEBRg0AGiACKQMICyEDIAJBMGokACADC40BAQJ/IwBBMGsiASQAAkAgAEUNACAAKAKI4gENACABIABB/OEBaigCADYCKCABIAApAvThATcDICAAEDAgACgCqOIBIQIgASABKAIoNgIYIAEgASkDIDcDECACIAFBEGoQGyAAQQA2AqjiASABIAEoAig2AgggASABKQMgNwMAIAAgARAbCyABQTBqJAALKgECfyMAQRBrIgAkACAAQQA2AgggAEIANwMAIAAQWCEBIABBEGokACABC4cBAQN/IwBBEGsiAiQAAkAgACgCAEUgACgCBEVzDQAgAiAAKAIINgIIIAIgACkCADcDAAJ/IAIoAgAiAQRAIAIoAghBqOMJIAERBQAMAQtBqOMJECgLIgFFDQAgASAAKQIANwL04QEgAUH84QFqIAAoAgg2AgAgARBZIAEhAwsgAkEQaiQAIAMLywEBAn8jAEEgayIBJAAgAEGBgIDAADYCtOIBIABBADYCiOIBIABBADYC7OEBIABCADcDkOIBIABBADYCpOMJIABBADYC3OIBIABCADcCzOIBIABBADYCvOIBIABBADYCxOABIABCADcCnOIBIABBpOIBakIANwIAIABBrOIBakEANgIAIAFCADcCECABQgA3AhggASABKQMYNwMIIAEgASkDEDcDACABKAIIQQh2QQFxIQIgAEEANgLg4gEgACACNgKM4gEgAUEgaiQAC3YBA38jAEEwayIBJAAgAARAIAEgAEHE0AFqIgIoAgA2AiggASAAKQK80AE3AyAgACgCACEDIAEgAigCADYCGCABIAApArzQATcDECADIAFBEGoQGyABIAEoAig2AgggASABKQMgNwMAIAAgARAbCyABQTBqJAALzAEBAX8gACABKAK00AE2ApjiASAAIAEoAgQiAjYCwOABIAAgAjYCvOABIAAgAiABKAIIaiICNgK44AEgACACNgLE4AEgASgCuNABBEAgAEKBgICAEDcDiOEBIAAgAUGk0ABqNgIMIAAgAUGUIGo2AgggACABQZwwajYCBCAAIAFBDGo2AgAgAEGs0AFqIAFBqNABaigCADYCACAAQbDQAWogAUGs0AFqKAIANgIAIABBtNABaiABQbDQAWooAgA2AgAPCyAAQgA3A4jhAQs7ACACRQRAQbp/DwsgBEUEQEFsDwsgAiAEEGAEQCAAIAEgAiADIAQgBRBhDwsgACABIAIgAyAEIAUQZQtGAQF/IwBBEGsiBSQAIAVBCGogBBAOAn8gBS0ACQRAIAAgASACIAMgBBAyDAELIAAgASACIAMgBBA0CyEAIAVBEGokACAACzQAIAAgAyAEIAUQNiIFEAMEQCAFDwsgBSAESQR/IAEgAiADIAVqIAQgBWsgABA1BUG4fwsLRgEBfyMAQRBrIgUkACAFQQhqIAQQDgJ/IAUtAAkEQCAAIAEgAiADIAQQYgwBCyAAIAEgAiADIAQQNQshACAFQRBqJAAgAAtZAQF/QQ8hAiABIABJBEAgAUEEdCAAbiECCyAAQQh2IgEgAkEYbCIAQYwIaigCAGwgAEGICGooAgBqIgJBA3YgAmogAEGACGooAgAgAEGECGooAgAgAWxqSQs3ACAAIAMgBCAFQYAQEDMiBRADBEAgBQ8LIAUgBEkEfyABIAIgAyAFaiAEIAVrIAAQMgVBuH8LC78DAQN/IwBBIGsiBSQAIAVBCGogAiADEAYiAhADRQRAIAAgAWoiB0F9aiEGIAUgBBAOIARBBGohAiAFLQACIQMDQEEAIAAgBkkgBUEIahAEGwRAIAAgAiAFQQhqIAMQAkECdGoiBC8BADsAACAFQQhqIAQtAAIQASAAIAQtAANqIgQgAiAFQQhqIAMQAkECdGoiAC8BADsAACAFQQhqIAAtAAIQASAEIAAtAANqIQAMAQUgB0F+aiEEA0AgBUEIahAEIAAgBEtyRQRAIAAgAiAFQQhqIAMQAkECdGoiBi8BADsAACAFQQhqIAYtAAIQASAAIAYtAANqIQAMAQsLA0AgACAES0UEQCAAIAIgBUEIaiADEAJBAnRqIgYvAQA7AAAgBUEIaiAGLQACEAEgACAGLQADaiEADAELCwJAIAAgB08NACAAIAIgBUEIaiADEAIiA0ECdGoiAC0AADoAACAALQADQQFGBEAgBUEIaiAALQACEAEMAQsgBSgCDEEfSw0AIAVBCGogAiADQQJ0ai0AAhABIAUoAgxBIUkNACAFQSA2AgwLIAFBbCAFQQhqEAobIQILCwsgBUEgaiQAIAILkgIBBH8jAEFAaiIJJAAgCSADQTQQCyEDAkAgBEECSA0AIAMgBEECdGooAgAhCSADQTxqIAgQIyADQQE6AD8gAyACOgA+QQAhBCADKAI8IQoDQCAEIAlGDQEgACAEQQJ0aiAKNgEAIARBAWohBAwAAAsAC0EAIQkDQCAGIAlGRQRAIAMgBSAJQQF0aiIKLQABIgtBAnRqIgwoAgAhBCADQTxqIAotAABBCHQgCGpB//8DcRAjIANBAjoAPyADIAcgC2siCiACajoAPiAEQQEgASAKa3RqIQogAygCPCELA0AgACAEQQJ0aiALNgEAIARBAWoiBCAKSQ0ACyAMIAo2AgAgCUEBaiEJDAELCyADQUBrJAALowIBCX8jAEHQAGsiCSQAIAlBEGogBUE0EAsaIAcgBmshDyAHIAFrIRADQAJAIAMgCkcEQEEBIAEgByACIApBAXRqIgYtAAEiDGsiCGsiC3QhDSAGLQAAIQ4gCUEQaiAMQQJ0aiIMKAIAIQYgCyAPTwRAIAAgBkECdGogCyAIIAUgCEE0bGogCCAQaiIIQQEgCEEBShsiCCACIAQgCEECdGooAgAiCEEBdGogAyAIayAHIA4QYyAGIA1qIQgMAgsgCUEMaiAOECMgCUEBOgAPIAkgCDoADiAGIA1qIQggCSgCDCELA0AgBiAITw0CIAAgBkECdGogCzYBACAGQQFqIQYMAAALAAsgCUHQAGokAA8LIAwgCDYCACAKQQFqIQoMAAALAAs0ACAAIAMgBCAFEDYiBRADBEAgBQ8LIAUgBEkEfyABIAIgAyAFaiAEIAVrIAAQNAVBuH8LCyMAIAA/AEEQdGtB//8DakEQdkAAQX9GBEBBAA8LQQAQAEEBCzsBAX8gAgRAA0AgACABIAJBgCAgAkGAIEkbIgMQCyEAIAFBgCBqIQEgAEGAIGohACACIANrIgINAAsLCwYAIAAQAwsLqBUJAEGICAsNAQAAAAEAAAACAAAAAgBBoAgLswYBAAAAAQAAAAIAAAACAAAAJgAAAIIAAAAhBQAASgAAAGcIAAAmAAAAwAEAAIAAAABJBQAASgAAAL4IAAApAAAALAIAAIAAAABJBQAASgAAAL4IAAAvAAAAygIAAIAAAACKBQAASgAAAIQJAAA1AAAAcwMAAIAAAACdBQAASgAAAKAJAAA9AAAAgQMAAIAAAADrBQAASwAAAD4KAABEAAAAngMAAIAAAABNBgAASwAAAKoKAABLAAAAswMAAIAAAADBBgAATQAAAB8NAABNAAAAUwQAAIAAAAAjCAAAUQAAAKYPAABUAAAAmQQAAIAAAABLCQAAVwAAALESAABYAAAA2gQAAIAAAABvCQAAXQAAACMUAABUAAAARQUAAIAAAABUCgAAagAAAIwUAABqAAAArwUAAIAAAAB2CQAAfAAAAE4QAAB8AAAA0gIAAIAAAABjBwAAkQAAAJAHAACSAAAAAAAAAAEAAAABAAAABQAAAA0AAAAdAAAAPQAAAH0AAAD9AAAA/QEAAP0DAAD9BwAA/Q8AAP0fAAD9PwAA/X8AAP3/AAD9/wEA/f8DAP3/BwD9/w8A/f8fAP3/PwD9/38A/f//AP3//wH9//8D/f//B/3//w/9//8f/f//P/3//38AAAAAAQAAAAIAAAADAAAABAAAAAUAAAAGAAAABwAAAAgAAAAJAAAACgAAAAsAAAAMAAAADQAAAA4AAAAPAAAAEAAAABEAAAASAAAAEwAAABQAAAAVAAAAFgAAABcAAAAYAAAAGQAAABoAAAAbAAAAHAAAAB0AAAAeAAAAHwAAAAMAAAAEAAAABQAAAAYAAAAHAAAACAAAAAkAAAAKAAAACwAAAAwAAAANAAAADgAAAA8AAAAQAAAAEQAAABIAAAATAAAAFAAAABUAAAAWAAAAFwAAABgAAAAZAAAAGgAAABsAAAAcAAAAHQAAAB4AAAAfAAAAIAAAACEAAAAiAAAAIwAAACUAAAAnAAAAKQAAACsAAAAvAAAAMwAAADsAAABDAAAAUwAAAGMAAACDAAAAAwEAAAMCAAADBAAAAwgAAAMQAAADIAAAA0AAAAOAAAADAAEAQeAPC1EBAAAAAQAAAAEAAAABAAAAAgAAAAIAAAADAAAAAwAAAAQAAAAEAAAABQAAAAcAAAAIAAAACQAAAAoAAAALAAAADAAAAA0AAAAOAAAADwAAABAAQcQQC4sBAQAAAAIAAAADAAAABAAAAAUAAAAGAAAABwAAAAgAAAAJAAAACgAAAAsAAAAMAAAADQAAAA4AAAAPAAAAEAAAABIAAAAUAAAAFgAAABgAAAAcAAAAIAAAACgAAAAwAAAAQAAAAIAAAAAAAQAAAAIAAAAEAAAACAAAABAAAAAgAAAAQAAAAIAAAAAAAQBBkBIL5gQBAAAAAQAAAAEAAAABAAAAAgAAAAIAAAADAAAAAwAAAAQAAAAGAAAABwAAAAgAAAAJAAAACgAAAAsAAAAMAAAADQAAAA4AAAAPAAAAEAAAAAEAAAAEAAAACAAAAAAAAAABAAEBBgAAAAAAAAQAAAAAEAAABAAAAAAgAAAFAQAAAAAAAAUDAAAAAAAABQQAAAAAAAAFBgAAAAAAAAUHAAAAAAAABQkAAAAAAAAFCgAAAAAAAAUMAAAAAAAABg4AAAAAAAEFEAAAAAAAAQUUAAAAAAABBRYAAAAAAAIFHAAAAAAAAwUgAAAAAAAEBTAAAAAgAAYFQAAAAAAABwWAAAAAAAAIBgABAAAAAAoGAAQAAAAADAYAEAAAIAAABAAAAAAAAAAEAQAAAAAAAAUCAAAAIAAABQQAAAAAAAAFBQAAACAAAAUHAAAAAAAABQgAAAAgAAAFCgAAAAAAAAULAAAAAAAABg0AAAAgAAEFEAAAAAAAAQUSAAAAIAABBRYAAAAAAAIFGAAAACAAAwUgAAAAAAADBSgAAAAAAAYEQAAAABAABgRAAAAAIAAHBYAAAAAAAAkGAAIAAAAACwYACAAAMAAABAAAAAAQAAAEAQAAACAAAAUCAAAAIAAABQMAAAAgAAAFBQAAACAAAAUGAAAAIAAABQgAAAAgAAAFCQAAACAAAAULAAAAIAAABQwAAAAAAAAGDwAAACAAAQUSAAAAIAABBRQAAAAgAAIFGAAAACAAAgUcAAAAIAADBSgAAAAgAAQFMAAAAAAAEAYAAAEAAAAPBgCAAAAAAA4GAEAAAAAADQYAIABBgBcLhwIBAAEBBQAAAAAAAAUAAAAAAAAGBD0AAAAAAAkF/QEAAAAADwX9fwAAAAAVBf3/HwAAAAMFBQAAAAAABwR9AAAAAAAMBf0PAAAAABIF/f8DAAAAFwX9/38AAAAFBR0AAAAAAAgE/QAAAAAADgX9PwAAAAAUBf3/DwAAAAIFAQAAABAABwR9AAAAAAALBf0HAAAAABEF/f8BAAAAFgX9/z8AAAAEBQ0AAAAQAAgE/QAAAAAADQX9HwAAAAATBf3/BwAAAAEFAQAAABAABgQ9AAAAAAAKBf0DAAAAABAF/f8AAAAAHAX9//8PAAAbBf3//wcAABoF/f//AwAAGQX9//8BAAAYBf3//wBBkBkLhgQBAAEBBgAAAAAAAAYDAAAAAAAABAQAAAAgAAAFBQAAAAAAAAUGAAAAAAAABQgAAAAAAAAFCQAAAAAAAAULAAAAAAAABg0AAAAAAAAGEAAAAAAAAAYTAAAAAAAABhYAAAAAAAAGGQAAAAAAAAYcAAAAAAAABh8AAAAAAAAGIgAAAAAAAQYlAAAAAAABBikAAAAAAAIGLwAAAAAAAwY7AAAAAAAEBlMAAAAAAAcGgwAAAAAACQYDAgAAEAAABAQAAAAAAAAEBQAAACAAAAUGAAAAAAAABQcAAAAgAAAFCQAAAAAAAAUKAAAAAAAABgwAAAAAAAAGDwAAAAAAAAYSAAAAAAAABhUAAAAAAAAGGAAAAAAAAAYbAAAAAAAABh4AAAAAAAAGIQAAAAAAAQYjAAAAAAABBicAAAAAAAIGKwAAAAAAAwYzAAAAAAAEBkMAAAAAAAUGYwAAAAAACAYDAQAAIAAABAQAAAAwAAAEBAAAABAAAAQFAAAAIAAABQcAAAAgAAAFCAAAACAAAAUKAAAAIAAABQsAAAAAAAAGDgAAAAAAAAYRAAAAAAAABhQAAAAAAAAGFwAAAAAAAAYaAAAAAAAABh0AAAAAAAAGIAAAAAAAEAYDAAEAAAAPBgOAAAAAAA4GA0AAAAAADQYDIAAAAAAMBgMQAAAAAAsGAwgAAAAACgYDBABBpB0L2QEBAAAAAwAAAAcAAAAPAAAAHwAAAD8AAAB/AAAA/wAAAP8BAAD/AwAA/wcAAP8PAAD/HwAA/z8AAP9/AAD//wAA//8BAP//AwD//wcA//8PAP//HwD//z8A//9/AP///wD///8B////A////wf///8P////H////z////9/AAAAAAEAAAACAAAABAAAAAAAAAACAAAABAAAAAgAAAAAAAAAAQAAAAIAAAABAAAABAAAAAQAAAAEAAAABAAAAAgAAAAIAAAACAAAAAcAAAAIAAAACQAAAAoAAAALAEGgIAsDwBBQ`;var oc=class{static decode(e,R){var W,Y,X,ie,ae,le;if(e.length%4>0)throw Error(`Invalid string. Length must be a multiple of 4`);var _e=43,ye=47,be=48,Ce=97,Te=65,Oe=45,Ae=95;function I(e){var R=e.charCodeAt(0);if(R===_e||R===Oe)return 62;if(R===ye||R===Ae)return 63;if(R<be)return-1;if(R<be+10)return R-be+26+26;if(R<Te+26)return R-Te;if(R<Ce+26)return R-Ce+26;throw Error(`Could not decode elt`)}var Me=e.length;ae=e.charAt(Me-2)===`=`?2:+(e.charAt(Me-1)===`=`),le=new Uint8Array(3*e.length/4-ae),X=ae>0?e.length-4:e.length;var Pe=0;function B(e){le[Pe++]=e}for(W=0,Y=0;W<X;W+=4,Y+=3)B((16711680&(ie=I(e.charAt(W))<<18|I(e.charAt(W+1))<<12|I(e.charAt(W+2))<<6|I(e.charAt(W+3))))>>16),B((65280&ie)>>8),B(255&ie);return ae===2?B(255&(ie=I(e.charAt(W))<<2|I(e.charAt(W+1))>>4)):ae===1&&(B((ie=I(e.charAt(W))<<10|I(e.charAt(W+1))<<4|I(e.charAt(W+2))>>2)>>8&255),B(255&ie)),new Promise((e=>{let i=function(e){for(var R=0,W=e.length-1;W>=0;W--)R=256*R+1*e[W];return R};if(R===`zlib`||R===`gzip`){var Y=(le=(0,Sy.inflate)(le)).length/4,X=Array(Y);for(W=0;W<Y;W++)X[W]=i(le.slice(4*W,4*W+4));e(X)}if(R===`zstd`){let R=new ic;R.init().then((()=>{var Y=(le=R.decode(le)).length/4,X=Array(Y);for(W=0;W<Y;W++)X[W]=i(le.slice(4*W,4*W+4));e(X)}))}if(!R){for(Y=le.length/4,X=Array(Y),W=0;W<Y;W++)X[W]=i(le.slice(4*W,4*W+4));e(X)}}))}};const Oy={TileData:{Tiled:`ex-tiled`},ZIndex:{ZIndex:`zindex`},Camera:{Camera:`camera`,Zoom:`zoom`},Animation:{Strategy:`animationstrategy`},Layer:{Solid:`solid`},Collision:{Type:`collisiontype`}},rc=async(e,R)=>{let W=await fetch(e);switch(R.toLowerCase()){case`xml`:default:return await W.text();case`json`:return await W.json()}},ac=e=>R=>R?.name&&e?R.name.toLocaleLowerCase().localeCompare(e.toLocaleLowerCase())===0:R?.name===e,lc=e=>R=>R?.class&&e?R.class.toLocaleLowerCase().localeCompare(e.toLocaleLowerCase())===0:R?.class===e,cc=e=>{let R=new Map;for(let[W,Y]of e)R.set(W.toLocaleLowerCase(),Y);return R},gc=(e,R,W=!0)=>Y=>{let X=cc(Y.properties);if(R!==void 0){let Y=R;typeof R==`string`&&(Y=W?R.toLocaleLowerCase():R);let ie=X.get(e.toLocaleLowerCase());return typeof ie==`string`?(W?ie.toLocaleLowerCase():ie)===Y:X.get(e.toLocaleLowerCase())===Y}return X.has(e.toLocaleLowerCase())},dc=(e,R)=>W=>R(cc(W.properties).get(e.toLocaleLowerCase())),pc=e=>!!(e&2147483648),fc=e=>!!(e&1073741824),Bc=e=>!!(e&536870912),Cc=e=>536870911&e;var Ec=class{constructor(e){this.type=e,this._loaded=!1,this.cache=new Map}getOrAdd(...e){let R=this.cache.get(e.join(`+`));return R||(R=new this.type(...e),this.cache.set(e.join(`+`),R),R)}values(){if(this._loaded)return Array.from(this.cache.values());throw Error(`Read through cache not yet loaded! No values to return!`)}async load(){let e=Array.from(this.cache.entries()),R=await Promise.allSettled(e.map((e=>e[1].load()))),W=0;for(let Y=0;Y<R.length;Y++){let X=R[Y];X.status===`rejected`&&(Tt.error(`Error loading resource at ${e[Y][0]}, is your pathMap correct? or your Tiled map corrupted?`,X.reason),W++)}if(W)throw Error(`Error loading ${W} resources`);this._loaded=!0}};function Qc(e,R){try{if(R)for(let W of R){let R=W.value;typeof W.value==`string`&&(R=W.value.toLocaleLowerCase()),e.properties.set(W.name.toLocaleLowerCase(),R)}}catch(R){Tt.error(`Unable to map properties onto ${e}`,R)}}function mc(e){let R=e.match(/[^/\\&\?]+\.\w{2,4}(?=([\#\?&].*$|$))/gi);if(R)return R[0];throw Error(`Could not locate filename from path: ${e}`)}function yc(e,R){for(let{path:W,output:Y}of R)if(typeof W==`string`){if(e.includes(W))return Y}else{let R=e.match(W);if(R)return Y.replace(`[match]`,R[0])}return e}function wc(e,R){if(!R)return!1;for(let{path:W,output:Y}of R)if(typeof W==`string`){if(e.includes(W))return!0}else if(e.match(W))return!0;return!1}function _c(e,R,W){if(wc(R,W)&&W)return yc(R,W);if(R.indexOf(`/`)===0)return R;let Y=e.split(`/`),X=R.split(`/`);return Y[Y.length-1].includes(`.`)&&Y.pop(),Y.concat(X).join(`/`)}var vc=class{constructor(e){this.properties=new Map,this.tiledObject=e.tiledObject,this.name=this.tiledObject.name,this.class=this.tiledObject.type,this.id=this.tiledObject.id??-1,this.x=this.tiledObject.x??0,this.y=this.tiledObject.y??0,this.rotation=this.tiledObject.rotation??0}},bc=class extends vc{constructor(e,R){if(super({tiledObject:e}),!e.template)throw Error(`Invalid template`);if(this.source=e.template,this.gid=e.gid,this.instanceObject=e,this.template=R,R.object){this.name=this.name||R.object.name,this.class=this.class||R.object.class;for(let[e,W]of R.object.properties.entries())this.properties.has(e)||this.properties.set(e,W)}if(R.tileset&&R.object.tiledObject.gid){let e=R.tileset.getTileByGid(R.object.tiledObject.gid);if(e){this.class=this.class||e.class;for(let[R,W]of e.properties.entries())this.properties.has(R)||this.properties.set(R,W)}}}},kc=class extends vc{constructor(e,R,W,Y){super({tiledObject:e}),this.gid=R,this.width=W,this.height=Y}},Dc=class extends vc{},Sc=class extends vc{constructor(e,R,W,Y){var X;super({tiledObject:e}),this.font=new gp({family:R.fontfamily??`sans-serif`,color:R.color?zd.fromHex(R.color):zd.Black,size:R.pixelsize??16,unit:Mf.Px,textAlign:this._textAlignFromTiled(R.halign),baseAlign:this._textBaselineFromTiled(R.valign),quality:Y});let ie=(X=R.wrap)!=null&&X;this.text=new _p({text:R.text,font:this.font,...ie?{maxWidth:W+10}:{}})}_textBaselineFromTiled(e){switch(e){case`bottom`:return Pf.Bottom;case`center`:return Pf.Middle;default:return Pf.Top}}_textAlignFromTiled(e){switch(e){case`left`:default:return Nf.Left;case`center`:return Nf.Center;case`right`:return Nf.Right;case`justify`:return Nf.Start}}},xc=class extends vc{constructor(e,R,W){super({tiledObject:e}),this.width=R,this.height=W}},zc=class extends vc{constructor(e,R,W,Y){super({tiledObject:e}),this.width=R,this.height=W,this.anchor=Y}},Fc=class extends vc{constructor(e,R){super({tiledObject:e}),this.points=[],this.localPoints=[],this.localPoints=R.map((e=>vec(e.x,e.y))),this.points=R.map((e=>vec(e.x,e.y).rotate(toRadians(this.rotation)).add(vec(this.x,this.y))))}},Lc=class extends vc{constructor(e,R){super({tiledObject:e}),this.points=[],this.points=R.map((e=>vec(e.x,e.y)))}};function Nc(e,R){let W;if(e.point)W=new Dc({tiledObject:e});else if(e.ellipse)e.width&&e.height?(W=new xc(e,e.width,e.height),W.x+=e.width/2,W.y+=e.height/2):W=new xc(e,20,20);else if(e.polygon)W=new Fc(e,e.polygon);else if(e.polyline)W=new Lc(e,e.polyline);else if(e.text)W=new Sc(e,e.text,e.width??0,R?.textQuality??4);else if(e.gid&&!e.template){W=new kc(e,e.gid,e.width??0,e.height??0);let Y=R?.getTilesetForTileGid(e.gid),X=e.type;if(Y){let R=Y?.getTileByGid(e.gid);if(X||=R?.class,R?.properties)for(let[e,Y]of R.properties.entries())W.properties.has(e)||W.properties.set(e,Y)}W.class=X}else if(e.template&&R){let Y=R.templates.find((R=>mc(R.templatePath)===mc(e.template)));if(!Y)throw Error(`Template object id ${e.id} with name ${e.name} is missing a loaded template file, there should be one loaded from ${e.template}! Is your tiled map or template corrupted?`);W=new bc(e,Y)}else W=e.width&&e.height?new zc(e,e.width,e.height,Ad.Zero):new zc(e,20,20,Ad.Half);return Qc(W,e.properties),W}function Gc(e,R){let W=[];for(let Y of e.objects){let e=Nc(Y,R);W.push(e)}return W}var Tc=class{constructor(e){let{templatePath:R,object:W,tiledTemplate:Y,tileset:X}=e;this.templatePath=R,this.object=W,this.tiledTemplate=Y,this.tileset=X}},Rc=class{constructor(e){this.objects=[],this.colliders=[],this.animation=[],this.properties=new Map;let{id:R,tileset:W,tiledTile:Y}=e;this.id=R,this.tileset=W,this.tiledTile=Y,this.class=Y.type,Qc(this,Y.properties),Y.objectgroup&&Y.objectgroup.objects&&(this.objects=Gc(Y.objectgroup)),Y.animation&&(this.animation=Y.animation)}},Mc=class{constructor(e){this.firstGid=-1,this.tileCount=0,this.tileWidth=0,this.tileHeight=0,this.tileOffset=vec(0,0),this.tiles=[],this.objectalignment=`bottomleft`,this.orientation=`orthogonal`,this.properties=new Map;let{name:R,tiledTileset:W,image:Y,tileToImage:X,firstGid:ie}=e;if(this.name=R,this.tiledTileset=W,this.firstGid=ie,Ol(W)){Qc(this,W.properties);let e=W.spacing,R=Math.floor((W.imagewidth+e)/(W.tilewidth+e)),X=Math.floor((W.imageheight+e)/(W.tileheight+e));if(this.class=W.class,this.orientation=W.grid?.orientation??`orthogonal`,this.horizontalFlipTransform=Md.identity().translate(W.tilewidth,0).scale(-1,1),this.verticalFlipTransform=Md.identity().translate(0,W.tileheight).scale(1,-1),this.diagonalFlipTransform=Md.identity().translate(0,0).rotate(-Math.PI/2).scale(-1,1),this.objectalignment=W.objectalignment??(this.orientation===`orthogonal`?`bottomleft`:`bottom`),Y&&(this.spritesheet=Kf.fromImageSource({image:Y,grid:{rows:X,columns:R,spriteWidth:W.tilewidth,spriteHeight:W.tileheight},spacing:{originOffset:{x:W.margin??0,y:W.margin??0},margin:{x:W.spacing??0,y:W.spacing??0}}})),this.tileCount=W.tilecount,this.tileWidth=W.tilewidth,this.tileHeight=W.tileheight,W.tileoffset&&(this.tileOffset=vec(W.tileoffset.x,W.tileoffset.y)),W.tiles)for(let e of W.tiles)this.tiles.push(new Rc({id:e.id,tileset:this,tiledTile:e,image:Y}))}if(Ul(W)&&W.firstgid!==void 0){this.horizontalFlipTransform=Md.identity().translate(W.tilewidth,0).scale(-1,1),this.verticalFlipTransform=Md.identity().translate(0,W.tileheight).scale(1,-1),this.diagonalFlipTransform=Md.identity().translate(0,0).rotate(-Math.PI/2).scale(-1,1),this.objectalignment=W.objectalignment??(this.orientation===`orthogonal`?`bottomleft`:`bottom`),this.orientation=W.grid?.orientation??`orthogonal`,this.tileCount=W.tilecount,this.tileWidth=W.tilewidth,this.tileHeight=W.tileheight,W.tileoffset&&(this.tileOffset=vec(W.tileoffset.x,W.tileoffset.y));let e=[];if(W.tiles)for(let R of W.tiles){let W=X?.get(R);W&&e.push(W.toSprite()),this.tiles.push(new Rc({id:R.id,tileset:this,tiledTile:R,image:W}))}X&&(this.spritesheet=new Kf({sprites:e}))}}getTilesetAlignmentAnchor(e){switch(e??this.objectalignment){case`topleft`:return vec(0,0);case`top`:return vec(.5,0);case`topright`:return vec(1,0);case`left`:return vec(0,.5);case`center`:return vec(.5,.5);case`right`:return vec(1,.5);case`bottomleft`:default:return vec(0,1);case`bottom`:return vec(.5,1);case`bottomright`:return vec(1,1)}}getTileByGid(e){let R=Cc(e)-this.firstGid;return this.tiles.find((e=>e.id===R))}getTilesByClassName(e){return this.tiles.filter(lc(e))}getTilesByProperty(e,R,W=!0){return this.tiles.filter(gc(e,R,W))}getTilesByPropertyValueMatcher(e,R){return this.tiles.filter(dc(e,R))}getSpriteForGid(e){let R=pc(e),W=fc(e),Y=Bc(e),X=Cc(e),ie=X-this.firstGid;if(this.spritesheet){let e=this.spritesheet.sprites[ie];return(Y||R||W)&&(e=e.clone()),Y&&(e.rotation=-Math.PI/2,e.scale=vec(-1,1)),R&&(e.scale=vec((Y?1:-1)*e.scale.x,(Y?-1:1)*e.scale.y)),W&&(e.scale=vec((Y?-1:1)*e.scale.x,(Y?1:-1)*e.scale.y)),e}throw Error(`Tileset: [${this.name}] Could not find sprite for gid: [${e}] normalized gid: [${X}]`)}_isometricTiledCoordToWorld(e){let R=this.tileWidth,W=this.tileHeight/2,Y=e.y/W,X=e.x/W;return vec((X-Y)*R/2+0,(X+Y)*W/2)}getCollidersForGid(e,R){let{anchor:W,scale:Y,orientationOverride:X,offset:ie}={anchor:Ad.Zero,scale:Ad.One,offset:Ad.Zero,orientationOverride:void 0,...R},ae=X??this.orientation,le=this.getTileByGid(e),_e=[];if(le&&le.objects)for(let R of le.objects){if(R instanceof Fc){let W=R.points.map((e=>e.scale(Y)));W=this._applyFlipsToPoints(W,e),ae===`isometric`&&(W=W.map((e=>this._isometricTiledCoordToWorld(e)))),W=W.map((e=>e.add(ie)));let X=Tf.Polygon(W,Ad.Zero,!0);X.isConvex()?_e.push(X):_e.push(X.triangulate())}if(R instanceof zc){let W=R.width,X=R.height,le=R.anchor,ye=rf.fromDimension(W*Y.x,X*Y.y,le).getPoints().map((e=>e.rotate(toRadians(R.rotation)).add(vec(R.x,R.y))));ae===`isometric`&&(ye=ye.map((e=>this._isometricTiledCoordToWorld(e)))),ye=this._applyFlipsToPoints(ye,e),ye=ye.map((e=>e.add(ie)));let be=Tf.Polygon(ye);_e.push(be)}if(R instanceof xc){let e=vec(R.x,R.y);ae===`isometric`&&(e=this._isometricTiledCoordToWorld(e)),e=e.add(ie);let W=Math.min(R.width/2,R.height/2),X=Tf.Circle(W,e.scale(Y));_e.push(X)}}return _e}_applyFlipsToPoints(e,R){let W=pc(R),Y=fc(R);return Bc(R)&&(e=e.map((e=>this.diagonalFlipTransform.multiply(e)))),W&&(e=e.map((e=>this.horizontalFlipTransform.multiply(e)))),Y&&(e=e.map((e=>this.verticalFlipTransform.multiply(e)))),e}getAnimationForGid(e){let R=this.getTileByGid(e);if(R&&R.animation?.length){let e=[];for(let W of R.animation)e.push({graphic:this.getSpriteForGid(W.tileid+this.firstGid),duration:W.duration});return new Af({frames:e,strategy:Of.Loop})}return null}},Oc=class{constructor(e,R,W){this.path=e,this.strict=!0,this.headless=!1,this.orientation=`orthogonal`,this.fileLoader=rc;let{fileLoader:Y,parser:X,pathMap:ie,imageLoader:ae,strict:le,headless:_e,orientation:ye}={...W};this.headless=_e??this.headless,this.orientation=ye??this.orientation,this.strict=le??this.strict,this.fileLoader=Y??this.fileLoader,this.imageLoader=ae??new Ec(Uf),this.parser=X??new Wl,this.firstGid=R,this.pathMap=ie}async load(){let e=this.path.includes(`.tsx`)?`xml`:`json`;try{let R=await this.fileLoader(this.path,e),W;if(W=e===`json`?this.strict?gy.parse(R):R:this.parser.parseExternalTileset(R,this.strict),Ol(W)){let e=_c(this.path,W.image,this.pathMap),R=this.headless?void 0:this.imageLoader.getOrAdd(e);this.data=new Mc({name:W.name,tiledTileset:W,firstGid:this.firstGid,image:R})}if(Ul(W)){let e=this.headless?void 0:new Map;if(e){let R=[];if(W.tiles){for(let Y of W.tiles)if(Y.image){let W=_c(this.path,Y.image,this.pathMap),X=this.imageLoader.getOrAdd(W);e.set(Y,X),R.push(X)}}}W.firstgid=this.firstGid,this.data=new Mc({name:W.name,tiledTileset:W,firstGid:this.firstGid,tileToImage:e})}if(this.headless||await this.imageLoader.load(),this.data)return this.data}catch(e){throw Tt.error(`Could not load tileset at path ${this.path}`),e}throw Error(`No tileset at path ${this.path}`)}isLoaded(){return!!this.data}},Uc=class{constructor(e,R){this.templatePath=e,this.headless=!1,this.strict=!0,this.fileLoader=rc;let{fileLoader:W,parser:Y,pathMap:X,imageLoader:ie,strict:ae,headless:le}={...R};this.headless=le??this.headless,this.strict=ae??this.strict,this.fileLoader=W??this.fileLoader,this.imageLoader=ie??new Ec(Uf),this.parser=Y??new Wl,this.pathMap=X}isLoaded(){return!!this.data}async load(){let e=this.templatePath.includes(`.tx`)?`xml`:`json`;try{let R=await this.fileLoader(this.templatePath,e),W;W=e===`xml`?this.parser.parseExternalTemplate(R,this.strict):this.strict?yy.parse(R):R;let Y=W,X=Nc(W.object),ie;return W.tileset&&(ie=await new Oc(_c(this.templatePath,W.tileset.source,this.pathMap),W.tileset.firstgid,{headless:this.headless,strict:this.strict,fileLoader:this.fileLoader,imageLoader:this.imageLoader,parser:this.parser,pathMap:this.pathMap}).load()),this.data=new Tc({templatePath:this.templatePath,tiledTemplate:Y,object:X,tileset:ie})}catch(e){throw Tt.error(`Could not load template at ${this.templatePath}, check to see if your pathMap is correct or if you're Tiled map is corrupted`),e}}},Jc=class extends Component{constructor(e){super();let{tiledObject:R}=e;this.tiledObject=R}},Zc=class extends Component{constructor(e){super();let{tiledTileLayer:R}=e;this.tiledTileLayer=R}},qc=class{get isInfinite(){return this._isInfinite}constructor(e,R,W){this.tiledTileLayer=e,this.resource=R,this.order=W,this.logger=Ud.getInstance(),this.width=0,this.height=0,this.properties=new Map,this.data=[],this._isInfinite=!1,this._tileToChunkData=new WeakMap,this._tileToChunkIndex=new WeakMap,this._gidToTileInfo=new Map,this.name=e.name,this.id=e.id,this.class=e.class,this.width=e.width,this.height=e.height,this.visible=!!e.visible,Qc(this,e.properties)}getTilesByProperty(e,R,W=!0){return this.isometricMap.tiles.filter((Y=>{let X=Y.data.get(Oy.TileData.Tiled);return!!X&&gc(e,R,W)(X)})).map((e=>({exTile:e,tiledTile:e.data.get(Oy.TileData.Tiled)})))}getTilesByPropertyValueMatcher(e,R){return this.isometricMap.tiles.filter((W=>{let Y=W.data.get(Oy.TileData.Tiled);return!!Y&&dc(e,R)(Y)})).map((e=>({exTile:e,tiledTile:e.data.get(Oy.TileData.Tiled)})))}getTilesByGid(e){return this._gidToTileInfo.get(e)??[]}getTilesByClassName(e){return this.isometricMap.tiles.filter((R=>{let W=R.data.get(Oy.TileData.Tiled);return!!W&&lc(e)(W)})).map((e=>({exTile:e,tiledTile:e.data.get(Oy.TileData.Tiled)})))}_getGidForTile(e){let R=0;if(this._isInfinite){let W=this._tileToChunkData.get(e);if(W===void 0)throw Error(`Missing chunk data for excalibur tile`);let Y=this._tileToChunkIndex.get(e);if(Y===void 0)throw Error(`Missing chunk index for excalibur tile`);R=Cc(W[Y])}else{let W=this.isometricMap.tiles.indexOf(e);R=Cc(this.data[W])}return R}getTileByPoint(e){if(!this.isometricMap)return this.logger.warn(`IsometricMap has not yet been loaded! getTileByPoint() will only return null`),null;if(this.isometricMap){let R=this.isometricMap.getTileByPoint(e);if(!R)return null;let W=this._getGidForTile(R),Y;return W>0&&(Y=this.resource.getTilesetForTileGid(W).getTileByGid(W)),{tiledTile:Y,exTile:R}}return null}getTileByCoordinate(e,R){if(!this.isometricMap)return this.logger.warn(`IsometricMap has not yet been loaded! getTileByCoordinate() will only return null`),null;if(this.isometricMap){let W=this.isometricMap.getTile(e,R),Y=this._getGidForTile(W),X;return Y>0&&(X=this.resource.getTilesetForTileGid(Y).getTileByGid(Y)),{tiledTile:X,exTile:W}}return null}_recordTileData(e,R){let W=this._gidToTileInfo.get(e),Y=this.resource.getTilesetForTileGid(e).getTileByGid(e);W?W.push({exTile:R,tiledTile:Y}):W=[{exTile:R,tiledTile:Y}],this._gidToTileInfo.set(e,W),R.data.set(Oy.TileData.Tiled,Y)}updateTile(e,R,W,Y,X){this._recordTileData(R,e);let ie=this.resource.getLayerConfig(this.name)||this.resource.getLayerConfig(this.id);ie?.isSolid!==void 0&&(X=ie.isSolid),this.resource.useExcaliburWiring&&X&&(e.solid=!0);let ae=e.get(IsometricEntityComponent);ae&&(ae.elevation=this.order);let le=this.resource.getTilesetForTileGid(R),_e=le.getSpriteForGid(R);W&&(_e=_e.clone(),_e.tint=Y),e.addGraphic(_e,{offset:le.tileOffset});let ye=e.pos;if(le.orientation===`orthogonal`)ye=vec(0,0);else{let e=this.resource.map.tilewidth/2,R=this.resource.map.tileheight;ye=vec(e,R)}let be=le.getCollidersForGid(R,{offset:ye});for(let R of be)e.addCollider(R);ie!=null&&ie.useTileColliders&&be.length>0&&this.visible&&(e.solid=!0),ie!=null&&ie.useTileCollidersWhenInvisible&&be.length>0&&(e.solid=!0);let Ce=le.getAnimationForGid(R);if(Ce&&(W&&(Ce=Ce.clone(),Ce.tint=Y),e.clearGraphics(),e.addGraphic(Ce,{offset:le.tileOffset}),this.resource.useExcaliburWiring)){let e=le.getTileByGid(R)?.properties.get(Oy.Animation.Strategy);if(e&&typeof e==`string`)switch(e.toLowerCase()){case Of.End.toLowerCase():Ce.strategy=Of.End;break;case Of.Freeze.toLowerCase():Ce.strategy=Of.Freeze;break;case Of.Loop.toLowerCase():Ce.strategy=Of.Loop;break;case Of.PingPong.toLowerCase():Ce.strategy=Of.PingPong;break;default:this.logger.warn(`Unknown animation strategy in tileset ${le.name} on tile gid ${R}: ${e}`)}}}async load(){let e=this.resource.getLayerConfig(this.name)||this.resource.getLayerConfig(this.id),R=this.tiledTileLayer,W=!!this.properties.get(Oy.Layer.Solid),Y=(this.tiledTileLayer.opacity,!!this.tiledTileLayer.tintcolor),X=this.tiledTileLayer.tintcolor?zd.fromHex(this.tiledTileLayer.tintcolor):zd.Transparent,ie=vec(R.offsetx??0,R.offsety??0);this.tiledTileLayer.data&&kl(this.tiledTileLayer)?this.data=await oc.decode(this.tiledTileLayer.data,this.tiledTileLayer.compression):this.tiledTileLayer.data&&Dl(this.tiledTileLayer)&&(this.data=this.tiledTileLayer.data);let ae=this.order,le=this.properties.get(Oy.ZIndex.ZIndex);if(typeof le==`number`&&(ae=le),this.resource.map.infinite&&Hl(this.tiledTileLayer)){let W=this.resource.isometricTiledCoordToWorld(this.tiledTileLayer.startx,this.tiledTileLayer.starty),Y=vec(W.x*this.resource.map.tilewidth,W.y*this.resource.map.tileheight);this.isometricMap=new IsometricMap({name:this.name,pos:ie.add(Y),tileHeight:this.resource.map.tileheight,tileWidth:this.resource.map.tilewidth,columns:R.width,rows:R.height,elevation:ae}),e?.collisionGroup&&(this.isometricMap.get(Dp).group=e.collisionGroup)}else this.isometricMap=new IsometricMap({name:this.name,pos:ie,tileWidth:this.resource.map.tilewidth,tileHeight:this.resource.map.tileheight,columns:R.width,rows:R.height,elevation:ae}),e?.collisionGroup&&(this.isometricMap.get(Dp).group=e.collisionGroup);if(this.isometricMap.visible=this.tiledTileLayer.visible,this.isometricMap.opacity=this.tiledTileLayer.opacity,this.isometricMap.addComponent(new Zc({tiledTileLayer:R})),R.parallaxx||R.parallaxy){let e=vec(R.parallaxx??1,R.parallaxy??1);this.isometricMap.addComponent(new ParallaxComponent(e))}if(this.resource.map.infinite&&Hl(this.tiledTileLayer)){this._isInfinite=!0;let e=this.tiledTileLayer;for(let ie of this.tiledTileLayer.chunks){let ae=[];kl(this.tiledTileLayer)?ae=await oc.decode(ie.data,e.compression):Dl(this.tiledTileLayer)&&(ae=ie.data);for(let e=0;e<ae.length;e++){let le=ae[e],_e=e%ie.width+(ie.x-this.tiledTileLayer.startx),ye=Math.floor(e/ie.width)+(ie.y-this.tiledTileLayer.starty),be=this.isometricMap.tiles[_e+ye*R.width];this._tileToChunkData.set(be,ae),this._tileToChunkIndex.set(be,e),le!=0&&this.updateTile(be,le,Y,X,W)}}}else for(let e=0;e<this.data.length;e++){let R=this.data[e];if(R!==0){let ie=this.isometricMap.tiles[e];this.updateTile(ie,R,Y,X,W)}}}},jc=class{get isInfinite(){return this._isInfinite}getTilesByProperty(e,R,W=!0){return this.tilemap.tiles.filter((Y=>{let X=Y.data.get(Oy.TileData.Tiled);return!!X&&gc(e,R,W)(X)})).map((e=>({exTile:e,tiledTile:e.data.get(Oy.TileData.Tiled)})))}getTilesByPropertyValueMatcher(e,R){return this.tilemap.tiles.filter((W=>{let Y=W.data.get(Oy.TileData.Tiled);return!!Y&&dc(e,R)(Y)})).map((e=>({exTile:e,tiledTile:e.data.get(Oy.TileData.Tiled)})))}getTilesByGid(e){return this._gidToTileInfo.get(e)??[]}getTilesByClassName(e){return this.tilemap.tiles.filter((R=>{let W=R.data.get(Oy.TileData.Tiled);return!!W&&lc(e)(W)})).map((e=>({exTile:e,tiledTile:e.data.get(Oy.TileData.Tiled)})))}_getGidForTile(e){let R=0;if(this._isInfinite){let W=this._tileToChunkData.get(e);if(W===void 0)throw Error(`Missing chunk data for excalibur tile (${e.x}, ${e.y})`);let Y=this._tileToChunkIndex.get(e);if(Y===void 0)throw Error(`Missing chunk index for excalibur tile (${e.x}, ${e.y})`);R=Cc(W[Y])}else{let W=this.tilemap.tiles.indexOf(e);R=Cc(this.data[W])}return R}getTileByPoint(e){if(!this.tilemap)return this.logger.warn(`Tilemap has not yet been loaded! getTileByPoint() will only return null`),null;if(this.tilemap){let R=this.tilemap.getTileByPoint(e);if(!R)return null;let W=this._getGidForTile(R),Y;return W>0&&(Y=this.resource.getTilesetForTileGid(W).getTileByGid(W)),{tiledTile:Y,exTile:R}}return null}getTileByCoordinate(e,R){if(!this.tilemap)return this.logger.warn(`Tilemap has not yet been loaded! getTileByCoordinate() will only return null`),null;if(this.tilemap){let W=this.tilemap.getTile(e,R),Y=this._getGidForTile(W),X;return Y>0&&(X=this.resource.getTilesetForTileGid(Y).getTileByGid(Y)),{tiledTile:X,exTile:W}}return null}constructor(e,R,W){this.tiledTileLayer=e,this.resource=R,this.order=W,this.logger=Ud.getInstance(),this.width=0,this.height=0,this.properties=new Map,this.data=[],this._gidToTileInfo=new Map,this._isInfinite=!1,this._tileToChunkData=new Map,this._tileToChunkIndex=new Map,this.name=e.name,this.id=e.id,this.class=e.class,this.width=e.width,this.height=e.height,this.visible=!!e.visible,Qc(this,e.properties)}_recordTileData(e,R){let W=this._gidToTileInfo.get(e),Y=this.resource.getTilesetForTileGid(e).getTileByGid(e);W?W.push({exTile:R,tiledTile:Y}):W=[{exTile:R,tiledTile:Y}],this._gidToTileInfo.set(e,W),R.data.set(Oy.TileData.Tiled,Y)}updateTile(e,R,W,Y,X){this._recordTileData(R,e);let ie=this.resource.getLayerConfig(this.name)||this.resource.getLayerConfig(this.id);ie?.isSolid!==void 0&&(X=ie.isSolid),this.resource.useExcaliburWiring&&X&&this.visible&&(e.solid=!0);let ae=this.resource.getTilesetForTileGid(R),le=this.resource.headless;if(!le){let X=ae.getSpriteForGid(R);W&&(X=X.clone(),X.tint=Y),e.addGraphic(X,{offset:ae.tileOffset})}let _e=ae.getCollidersForGid(R);for(let R of _e)e.addCollider(R);ie!=null&&ie.useTileColliders&&_e.length>0&&this.visible&&(e.solid=!0),ie!=null&&ie.useTileCollidersWhenInvisible&&_e.length>0&&(e.solid=!0);let ye=le?null:ae.getAnimationForGid(R);if(ye&&(W&&(ye=ye.clone(),ye.tint=Y),e.clearGraphics(),e.addGraphic(ye,{offset:ae.tileOffset}),this.resource.useExcaliburWiring)){let e=ae.getTileByGid(R)?.properties.get(Oy.Animation.Strategy);if(e&&typeof e==`string`)switch(e.toLowerCase()){case Of.End.toLowerCase():ye.strategy=Of.End;break;case Of.Freeze.toLowerCase():ye.strategy=Of.Freeze;break;case Of.Loop.toLowerCase():ye.strategy=Of.Loop;break;case Of.PingPong.toLowerCase():ye.strategy=Of.PingPong;break;default:this.logger.warn(`Unknown animation strategy in tileset ${ae.name} on tile gid ${R}: ${e}`)}}}async load(){let e=this.resource.getLayerConfig(this.name)||this.resource.getLayerConfig(this.id),R=this.tiledTileLayer.opacity,W=!!this.tiledTileLayer.tintcolor,Y=this.tiledTileLayer.tintcolor?zd.fromHex(this.tiledTileLayer.tintcolor):zd.Transparent,X=!!this.properties.get(Oy.Layer.Solid),ie=this.tiledTileLayer,ae=vec(ie.offsetx??0,ie.offsety??0);if(this.tiledTileLayer.data&&kl(this.tiledTileLayer)?this.data=await oc.decode(this.tiledTileLayer.data,this.tiledTileLayer.compression):this.tiledTileLayer.data&&Dl(this.tiledTileLayer)&&(this.data=this.tiledTileLayer.data),this.resource.map.infinite&&Hl(this.tiledTileLayer)){let R=vec(this.tiledTileLayer.startx*this.resource.map.tilewidth,this.tiledTileLayer.starty*this.resource.map.tileheight);this.tilemap=new TileMap({name:this.name,pos:ae.add(R),tileHeight:this.resource.map.tileheight,tileWidth:this.resource.map.tilewidth,columns:ie.width,rows:ie.height}),e?.collisionGroup&&(this.tilemap.get(Dp).group=e.collisionGroup)}else this.tilemap=new TileMap({name:this.name,pos:ae,tileWidth:this.resource.map.tilewidth,tileHeight:this.resource.map.tileheight,columns:ie.width,rows:ie.height}),e?.collisionGroup&&(this.tilemap.get(Dp).group=e.collisionGroup);this.tilemap.addComponent(new Zc({tiledTileLayer:ie}));let le=this.tilemap.get(Gd);if(le){le.z=this.order;let e=this.properties.get(Oy.ZIndex.ZIndex);typeof e==`number`&&(le.z=e)}let _e=this.tilemap.get(vp);if(_e&&(_e.isVisible=this.tiledTileLayer.visible,_e.opacity=R),ie.parallaxx||ie.parallaxy){let e=vec(ie.parallaxx??1,ie.parallaxy??1);this.tilemap.addComponent(new ParallaxComponent(e))}if(this.resource.map.infinite&&Hl(this.tiledTileLayer)){this._isInfinite=!0;let e=this.tiledTileLayer;for(let R of this.tiledTileLayer.chunks){let ae=[];kl(this.tiledTileLayer)?ae=await oc.decode(R.data,e.compression):Dl(this.tiledTileLayer)&&(ae=R.data);for(let e=0;e<ae.length;e++){let le=ae[e],_e=e%R.width+(R.x-this.tiledTileLayer.startx),ye=Math.floor(e/R.width)+(R.y-this.tiledTileLayer.starty),be=this.tilemap.tiles[_e+ye*ie.width];this._tileToChunkData.set(be,ae),this._tileToChunkIndex.set(be,e),le!==0&&this.updateTile(be,le,W,Y,X)}}}else for(let e=0;e<this.data.length;e++){let R=this.data[e];if(R!==0){let ie=this.tilemap.tiles[e];this.updateTile(ie,R,W,Y,X)}}}},Yc=class{constructor(e,R,W){this.tiledObjectLayer=e,this.resource=R,this.order=W,this.logger=Ud.getInstance(),this.properties=new Map,this.objects=[],this.entities=[],this._objectToEntity=new Map,this._entityToObject=new Map,this._loaded=!1,this.name=e.name,this.class=e.class,Qc(this,e.properties)}_logLoadedWarning(e){this.logger.warn(`ObjectLayer ${this.name} is not yet loaded, ${e}() will always be empty!`)}getObjectsByName(e){return this._loaded||this._logLoadedWarning(`getObjectsByName`),this.objects.filter(ac(e))}getEntitiesByName(e){return this._loaded||this._logLoadedWarning(`getEntitiesByName`),this.entities.filter(ac(e))}getEntityByObject(e){return this._loaded||this._logLoadedWarning(`getEntityByObject`),this._objectToEntity.get(e)}getObjectByEntity(e){return this._loaded||this._logLoadedWarning(`getObjectByEntity`),this._entityToObject.get(e)}getObjectsByProperty(e,R,W=!0){return this._loaded||this._logLoadedWarning(`getObjectsByProperty`),this.objects.filter(gc(e,R,W))}getObjectsByPropertyValueMatcher(e,R){return this._loaded||this._logLoadedWarning(`getObjectsByPropertyValueMatcher`),this.objects.filter(dc(e,R))}getEntitiesByProperty(e,R,W=!0){return this._loaded||this._logLoadedWarning(`getEntitiesByProperty`),this.getObjectsByProperty(e,R,W).map((e=>this._objectToEntity.get(e))).filter((e=>!!e))}getEntitiesByPropertyValueMatcher(e,R){return this._loaded||this._logLoadedWarning(`getEntitiesByPropertyValueMatcher`),this.getObjectsByProperty(e,R).map((e=>this._objectToEntity.get(e))).filter((e=>!!e))}getObjectsByClassName(e){return this._loaded||this._logLoadedWarning(`getObjectsByClassName`),this.objects.filter(lc(e))}getEntitiesByClassName(e){return this._loaded||this._logLoadedWarning(`getEntitiesByClassName`),this.getObjectsByClassName(e).map((e=>this._objectToEntity.get(e))).filter((e=>!!e))}getTemplates(){return this._loaded||this._logLoadedWarning(`getTemplates`),this.objects.filter((e=>e instanceof bc))}runFactory(e){let R=vec(this.tiledObjectLayer.offsetx??0,this.tiledObjectLayer.offsety??0),W=this.objects.slice();for(let Y of W){let W=Y.class;if(Y instanceof bc&&(W||=Y.template.object.class),e!==W)continue;let X=vec((Y.x??0)+R.x,(Y.y??0)+R.y);this.resource.map.orientation===`isometric`&&(X=this.resource.isometricTiledCoordToWorld(X.x,X.y));let ie=this.resource.factories.get(e);if(ie){let e=ie({worldPos:X,name:Y.name,class:W,layer:this,object:Y,properties:Y.properties});e&&this._recordObjectEntityMapping(Y,e)}}}_actorFromObject(e,R,W){let Y=this.resource.headless,X=!!this.tiledObjectLayer.tintcolor,ie=this.tiledObjectLayer.tintcolor?zd.fromHex(this.tiledObjectLayer.tintcolor):zd.White;if(e instanceof kc&&W){let ae=this.resource.map.orientation===`isometric`&&W.orientation===`orthogonal`?`bottom`:void 0,le=W.getTilesetAlignmentAnchor(ae);R.anchor=le;let _e=vec((e.tiledObject.width??W.tileWidth)/W.tileWidth,(e.tiledObject.width??W.tileWidth)/W.tileWidth);if(!Y){let Y=W.getSpriteForGid(e.gid).clone();Y.destSize.width=e.tiledObject.width??Y.width,Y.destSize.height=e.tiledObject.height??Y.height,X&&(Y.tint=ie),R.graphics.use(Y),R.graphics.offset=W.tileOffset;let ae=W.getAnimationForGid(e.gid);if(ae){let e=ae.clone();e.scale=_e,X&&(e.tint=ie),R.graphics.use(e),R.graphics.offset=W.tileOffset}}let ye=e.tiledObject.width??0,be=e.tiledObject.height??0,Ce=-ye*le.x,Te=-be*le.y,Oe=this.resource.map.tilewidth/2,Ae=this.resource.map.tileheight,Me=vec(Ce,Te);this.resource.map.orientation===`isometric`&&(Me=vec(Ce+Oe,Te+Ae),W.orientation===`orthogonal`&&(Me=Me.sub(vec(Oe,Ae))));let Pe=W.getCollidersForGid(e.gid,{anchor:Ad.Zero,scale:_e,offset:Me});if(Pe.length)R.collider.useCompositeCollider(Pe);else{let W=e.width,Y=e.height;if(this.resource.map.orientation===`isometric`){let R=e.height/2;W=R,Y=R}let X=Tf.Box(W,Y,this.resource.map.orientation===`isometric`?vec(1,1):vec(0,1));this.resource.map.orientation===`isometric`&&(X.points=X.points.map((e=>this.resource.isometricTiledCoordToWorld(e.x,e.y)))),R.collider.set(X)}}if(e instanceof Sc&&R.graphics.use(e.text),e instanceof Fc){let W=vec(e.x,e.y),Y=e.localPoints;this.resource.map.orientation===`isometric`&&(W=this.resource.isometricTiledCoordToWorld(W.x,W.y),Y=Y.map((e=>this.resource.isometricTiledCoordToWorld(e.x,e.y)))),R.anchor=vec(0,1),R.pos=W;let X=Tf.Polygon(Y,Ad.Zero,!0);X.isConvex()?R.collider.set(X):R.collider.set(X.triangulate())}if(e instanceof zc){R.anchor=e.anchor;let W=Tf.Box(e.width,e.height,e.anchor);this.resource.map.orientation===`isometric`&&(W.points=W.points.map((e=>this.resource.isometricTiledCoordToWorld(e.x,e.y)))),R.collider.set(W)}e instanceof xc&&R.collider.useCircleCollider(Math.min(e.width,e.height)/2)}async load(){let e=this.tiledObjectLayer.opacity,R=vec(this.tiledObjectLayer.offsetx??0,this.tiledObjectLayer.offsety??0),W=Gc(this.tiledObjectLayer,this.resource);for(let Y of W){let W=vec((Y.x??0)+R.x,(Y.y??0)+R.y);this.resource.map.orientation===`isometric`&&(W=this.resource.isometricTiledCoordToWorld(W.x,W.y));let X,ie=Y.class;if(Y instanceof bc&&(ie||=Y.template.object.class),ie){let e=this.resource.factories.get(ie);if(e){let R=e({worldPos:W,name:Y.name,class:ie,layer:this,object:Y,properties:Y.properties});R&&this._recordObjectEntityMapping(Y,R);continue}}let ae=this.properties.get(Oy.ZIndex.ZIndex);typeof ae==`number`&&(X=ae);let le=new Cp({name:Y.tiledObject.name,pos:W,anchor:Ad.Zero,rotation:toRadians(Y.tiledObject.rotation??0),z:X}),_e=le.get(vp);if(_e&&(_e.visible=this.tiledObjectLayer.visible&&(Y.tiledObject.visible===void 0||!!Y.tiledObject.visible),_e.opacity=e),this.resource.map.orientation===`isometric`){let e=new IsometricEntityComponent({rows:this.resource.map.height,columns:this.resource.map.width,tileWidth:this.resource.map.tilewidth,tileHeight:this.resource.map.tileheight});e.elevation=X??this.order,le.addComponent(e)}if(this.resource.useExcaliburWiring){let e=Y.properties.get(Oy.Collision.Type);if(e&&typeof e==`string`)switch(e.toLowerCase()){case Wd.Active.toLowerCase():le.body.collisionType=Wd.Active;break;case Wd.Fixed.toLowerCase():le.body.collisionType=Wd.Fixed;break;case Wd.Passive.toLowerCase():le.body.collisionType=Wd.Passive;break;case Wd.PreventCollision.toLowerCase():le.body.collisionType=Wd.PreventCollision;break;default:this.logger.warn(`Unknown collision type in layer ${this.name}, for object id ${Y.id} and name ${Y.name}: ${e}`)}}if(Y instanceof bc){let e=Y.template.tileset,R=Y.template.object;R&&(Y.gid&&R instanceof kc&&(e=this.resource.getTilesetForTileGid(Y.gid),R=new kc(R.tiledObject,Y.gid,R.width,R.height)),this._actorFromObject(R,le,e))}else{let e;Y instanceof kc&&(e=this.resource.getTilesetForTileGid(Y.gid)),this._actorFromObject(Y,le,e)}this._recordObjectEntityMapping(Y,le)}this._loaded=!0}_recordObjectEntityMapping(e,R){R.addComponent(new Jc({tiledObject:e})),this.objects.push(e),this.entities.push(R),this._objectToEntity.set(e,R),this._entityToObject.set(R,e)}};const ky=/^[v^~<>=]*?(\d+)(?:\.([x*]|\d+)(?:\.([x*]|\d+)(?:\.([x*]|\d+))?(?:-([\da-z\-]+(?:\.[\da-z\-]+)*))?(?:\+[\da-z\-]+(?:\.[\da-z\-]+)*)?)?)?$/i,Pc=e=>{if(typeof e!=`string`)throw TypeError(`Invalid argument expected string`);let R=e.match(ky);if(!R)throw Error(`Invalid argument not valid semver ('${e}' received)`);return R.shift(),R},$c=e=>e===`*`||e===`x`||e===`X`,Kc=e=>{let R=parseInt(e,10);return isNaN(R)?e:R},Wc=(e,R)=>{if($c(e)||$c(R))return 0;let[W,Y]=((e,R)=>typeof e==typeof R?[e,R]:[String(e),String(R)])(Kc(e),Kc(R));return W>Y?1:W<Y?-1:0},Vc=(e,R)=>{for(let W=0;W<Math.max(e.length,R.length);W++){let Y=Wc(e[W]||`0`,R[W]||`0`);if(Y!==0)return Y}return 0},Xc=(e,R,W)=>{Ag(W);let Y=((e,R)=>{let W=Pc(e),Y=Pc(R),X=W.pop(),ie=Y.pop(),ae=Vc(W,Y);return ae===0?X&&ie?Vc(X.split(`.`),ie.split(`.`)):X||ie?X?-1:1:0:ae})(e,R);return Ay[W].includes(Y)},Ay={">":[1],">=":[0,1],"=":[0],"<=":[-1,0],"<":[-1],"!=":[-1,1]},jy=Object.keys(Ay),Ag=e=>{if(typeof e!=`string`)throw TypeError(`Invalid operator type, expected string but got `+typeof e);if(jy.indexOf(e)===-1)throw Error(`Invalid operator, expected one of ${jy.join(`|`)}`)};var ig=class{constructor(e,R,W){this.tiledImageLayer=e,this.resource=R,this.order=W,this.properties=new Map,this.image=null,this.imageActor=null,this.name=e.name,this.class=e.class,Qc(this,e.properties),e.image&&(this.image=new Uf(_c(this.resource.path,e.image,this.resource.pathMap)))}async load(){let e=this.tiledImageLayer.opacity,R=!!this.tiledImageLayer.tintcolor,W=this.tiledImageLayer.tintcolor?zd.fromHex(this.tiledImageLayer.tintcolor):zd.White,Y=vec(this.tiledImageLayer.offsetx??0,this.tiledImageLayer.offsety??0),X=this.tiledImageLayer.parallaxx??1,ie=this.tiledImageLayer.parallaxy??1;if(this.image){this.resource.headless||await this.image.load(),this.imageActor=new Cp({name:this.tiledImageLayer.name,pos:Y,anchor:Ad.Zero,z:this.order}),this.imageActor.addComponent(new ParallaxComponent(vec(X,ie)));let ae=this.image.toSprite();this.imageActor.graphics.use(ae),this.imageActor.graphics.visible=this.tiledImageLayer.visible,this.imageActor.graphics.opacity=e,R&&(ae.tint=W)}}},My=class ng{constructor(e,R){this.path=e,this.logger=Ud.getInstance(),this.tilesets=[],this.templates=[],this.layers=[],this.mapFormat=`TMX`,this.strict=!0,this.factories=new Map,this.parser=new Wl,this.fileLoader=rc,this.startZIndex=0,this.textQuality=4,this.useExcaliburWiring=!0,this.useMapBackgroundColor=!1,this.useTilemapCameraStrategy=!1,this.headless=!1,this.layerConfig={},this._imageLoader=new Ec(Uf),this._tilesetLoader=new Ec(Oc),this._templateLoader=new Ec(Uc);let{mapFormatOverride:W,textQuality:Y,entityClassNameFactories:X,useExcaliburWiring:ie,useTilemapCameraStrategy:ae,useMapBackgroundColor:le,layerConfig:_e,pathMap:ye,fileLoader:be,strict:Ce,headless:Te,startZIndex:Oe}={...R};this.strict=Ce??this.strict,this.headless=Te??this.headless,this.useExcaliburWiring=ie??this.useExcaliburWiring,this.useTilemapCameraStrategy=ae??this.useTilemapCameraStrategy,this.useMapBackgroundColor=le??this.useMapBackgroundColor,this.layerConfig=_e??this.layerConfig,this.textQuality=Y??this.textQuality,this.startZIndex=Oe??this.startZIndex,this.fileLoader=be??this.fileLoader,this.pathMap=ye;for(let e in X)this.registerEntityFactory(e,X[e]);this.mapFormat=W??(e.includes(`.tmx`)?`TMX`:`TMJ`)}registerEntityFactory(e,R){if(this.factories.has(e)&&Tt.warn(`Another factory has already been registered for tiled class/type "${e}", this is probably a bug.`),this.factories.set(e,R),this.isLoaded())for(let R of this.getObjectLayers())R.runFactory(e)}unregisterEntityFactory(e){this.factories.has(e)||Tt.warn(`No factory has been registered for tiled class/type "${e}", cannot unregister!`),this.factories.delete(e)}getLayerConfig(e){return this.layerConfig[e]}getTilesetForTileGid(e){let R=Cc(e);if(this.tilesets){for(let e of this.tilesets)if(R>=e.firstGid&&R<=e.firstGid+e.tileCount-1)return e}throw Error(`No tileset exists for tiled gid [${e}] normalized [${R}]!`)}getTilesetByName(e){return this.tilesets.filter(ac(e))}getTilesetByClassName(e){return this.tilesets.filter(lc(e))}getTilesetByProperty(e,R){return this.tilesets.filter(gc(e,R))}getTileMetadataByClassName(e){let R=[];for(let W of this.tilesets)R=R.concat(W.tiles.filter(lc(e)));return R}getTileMetadataByProperty(e,R){let W=[];for(let Y of this.tilesets)W=W.concat(Y.tiles.filter(gc(e,R)));return W}getTilesByGid(e){if(this.map.orientation===`orthogonal`){let R=[];for(let W of this.getTileLayers())R=R.concat(W.getTilesByGid(e));return R}{let R=[];for(let W of this.getIsoTileLayers())R=R.concat(W.getTilesByGid(e));return R}}getTilesByClassName(e){if(this.map.orientation===`orthogonal`){let R=[];for(let W of this.getTileLayers())R=R.concat(W.getTilesByClassName(e));return R}{let R=[];for(let W of this.getIsoTileLayers())R=R.concat(W.getTilesByClassName(e));return R}}getTilesByProperty(e,R){if(this.map.orientation===`orthogonal`){let W=[];for(let Y of this.getTileLayers())W=W.concat(Y.getTilesByProperty(e,R));return W}{let W=[];for(let Y of this.getIsoTileLayers())W=W.concat(Y.getTilesByProperty(e,R));return W}}getTileByPoint(e,R){if(this.map.orientation===`isometric`){let W=this.getIsoTileLayers().find(ac(e));if(W)return W.getTileByPoint(R)}else{let W=this.getTileLayers().find(ac(e));if(W)return W.getTileByPoint(R)}return null}getTileByCoordinate(e,R,W){if(this.map.orientation===`isometric`){let Y=this.getIsoTileLayers().find(ac(e));if(Y)return Y.getTileByCoordinate(R,W)}else{let Y=this.getTileLayers().find(ac(e));if(Y)return Y.getTileByCoordinate(R,W)}return null}getTilesByPoint(e){if(this.map.orientation===`orthogonal`){let R=[];for(let W of this.getTileLayers()){let Y=W.getTileByPoint(e);Y&&R.push(Y)}return R}{let R=[];for(let W of this.getIsoTileLayers()){let Y=W.getTileByPoint(e);Y&&R.push(Y)}return R}}getTilesByCoordinate(e,R){if(this.map.orientation===`orthogonal`){let W=[];for(let Y of this.getTileLayers()){let X=Y.getTileByCoordinate(e,R);X&&W.push(X)}return W}{let W=[];for(let Y of this.getIsoTileLayers()){let X=Y.getTileByCoordinate(e,R);X&&W.push(X)}return W}}getObjectsByName(e){let R=[];for(let W of this.getObjectLayers())R=R.concat(W.getObjectsByName(e));return R}getEntitiesByName(e){let R=[];for(let W of this.getObjectLayers())R=R.concat(W.getEntitiesByName(e));return R}getEntityByObject(e){for(let R of this.getObjectLayers()){let W=R.getEntityByObject(e);if(W)return W}}getObjectByEntity(e){for(let R of this.getObjectLayers()){let W=R.getObjectByEntity(e);if(W)return W}}getObjectsByProperty(e,R){let W=[];for(let Y of this.getObjectLayers())W=W.concat(Y.getObjectsByProperty(e,R));return W}getEntitiesByProperty(e,R){let W=[];for(let Y of this.getObjectLayers())W=W.concat(Y.getEntitiesByProperty(e,R));return W}getObjectsByClassName(e){let R=[];for(let W of this.getObjectLayers())R=R.concat(W.getObjectsByClassName(e));return R}getEntitiesByClassName(e){let R=[];for(let W of this.getObjectLayers())R=R.concat(W.getEntitiesByClassName(e));return R}getImageLayers(e){let R=this.layers.filter((e=>e instanceof ig));return e?R.filter(ac(e)):R}getTileLayers(e){let R=this.layers.filter((e=>e instanceof jc));return e?R.filter(ac(e)):R}getIsoTileLayers(e){let R=this.layers.filter((e=>e instanceof qc));return e?R.filter(ac(e)):R}getObjectLayers(e){let R=this.layers.filter((e=>e instanceof Yc));return e?R.filter(ac(e)):R}getLayersByName(e){return this.layers.filter(ac(e))}getLayersByClassName(e){return this.layers.filter(lc(e))}getLayersByProperty(e,R){return this.layers.filter(gc(e,R))}_parseMap(e){return this.mapFormat===`TMX`?this.parser.parse(e,this.strict):e}async load(){let e=await this.fileLoader(this.path,this.mapFormat===`TMX`?`xml`:`json`),R;if(this.strict)try{R=this._parseMap(e)}catch(e){throw Tt.error(`Could not parse tiled map from location ${this.path}, attempted to interpret as ${this.mapFormat}.\nExcalibur only supports the latest version of Tiled formats as of the plugin's release.`),Tt.error(`Is your map file corrupted or being interpreted as the wrong type?`),e}else R=this._parseMap(e);Xc(ng.supportedTiledVersion,R.tiledversion??`0.0.0`,`>`)&&Tt.warn(`The excalibur tiled plugin officially supports ${ng.supportedTiledVersion}+, the current map has tiled version ${R.tiledversion}`),this.map=R,this._collectTilesets(),this._collectTemplates(),await Promise.all([this._tilesetLoader.load(),this.headless?Promise.resolve():this._imageLoader.load(),this._templateLoader.load()]),this.tilesets=[...this.tilesets,...this._tilesetLoader.values().map((e=>e.data))],this.templates=this._templateLoader.values().map((e=>e.data));let W=[],Y=this.startZIndex;for(let e of this.map.layers){if(e.type===`tilelayer`){if(this.map.orientation===`isometric`){let R=new qc(e,this,Y);W.push(R)}if(this.map.orientation===`orthogonal`){let R=new jc(e,this,Y);W.push(R)}}if(e.type===`objectgroup`){let R=new Yc(e,this,Y);W.push(R)}if(e.type===`imagelayer`){let R=new ig(e,this,Y);W.push(R)}Y++}await Promise.all(W.map((e=>e.load()))),this.layers=W}_collectTilesets(){for(let e of this.map.tilesets){if(Pl(e)){if(Ol(e)){let R=_c(this.path,e.image,this.pathMap),W=this._imageLoader.getOrAdd(R),Y=new Mc({name:e.name,tiledTileset:e,image:W,firstGid:e.firstgid});this.tilesets.push(Y)}if(Ul(e)){let R=new Map;if(e.tiles){for(let W of e.tiles)if(W.image){let e=_c(this.path,W.image,this.pathMap),Y=this._imageLoader.getOrAdd(e);R.set(W,Y)}}let W=new Mc({name:e.name,tiledTileset:e,tileToImage:R,firstGid:e.firstgid});this.tilesets.push(W)}}if($l(e)){let R=_c(this.path,e.source,this.pathMap);this._tilesetLoader.getOrAdd(R,e.firstgid,{strict:this.strict,headless:this.headless,parser:this.parser,fileLoader:this.fileLoader,imageLoader:this._imageLoader,pathMap:this.pathMap})}}}_collectTemplates(){let e=[];for(let R of this.map.layers)if(R.type===`objectgroup`){let W=R.objects.filter((e=>e.template)).map((e=>e.template));e=e.concat(W)}let R=e.filter(((e,R,W)=>W.findIndex((R=>R===e))===R));for(let e of R){let R=_c(this.path,e,this.pathMap);this._templateLoader.getOrAdd(R,{strict:this.strict,headless:this.headless,parser:this.parser,fileLoader:this.fileLoader,imageLoader:this._imageLoader,pathMap:this.pathMap})}}addToScene(e,R){if(!this.isLoaded())return void this.logger.warn(`TiledResource ${this.path} is not loaded! Nothing will be wired into excalibur!`);let{pos:W}={pos:vec(0,0),...R};for(let R of this.layers){if(R instanceof jc&&(R.tilemap.pos=R.tilemap.pos.add(W),e.add(R.tilemap)),R instanceof qc&&e.add(R.isometricMap),R instanceof Yc)for(let Y of R.entities){let R=Y.get(Gd);R&&(R.pos=R.pos.add(W)),e.add(Y)}R instanceof ig&&R.imageActor&&(R.imageActor.pos=R.imageActor.pos.add(W),e.add(R.imageActor))}if(this.useExcaliburWiring){let R=this.getObjectsByProperty(Oy.Camera.Camera,!0);if(R&&R.length){let W=R[0],Y=1,X=W.properties.get(Oy.Camera.Zoom);X&&typeof X==`number`&&(Y=X),this.map.orientation===`isometric`?e.camera.pos=this.isometricTiledCoordToWorld(W.x,W.y):e.camera.pos=vec(W.x,W.y),e.camera.zoom=Y}}if(this.useTilemapCameraStrategy){let R=this.getTileLayers()[0];if(R){let Y=rf.fromDimension(this.map.width*this.map.tilewidth,this.map.height*this.map.tileheight,Ad.Zero,W.add(R.tilemap.pos));e.camera.strategy.limitCameraBounds(Y)}}this.useMapBackgroundColor&&this.map.backgroundcolor&&(e.backgroundColor=zd.fromHex(this.map.backgroundcolor))}isometricTiledCoordToWorld(e,R){let W=this.map.tilewidth,Y=this.map.tileheight,X=R/Y,ie=e/Y;return vec((ie-X)*W/2+0,(ie+X)*Y/2)}isLoaded(){return!!this.map}};My.supportedTiledVersion=`1.10.1`;const Ny={img:{player:new Uf(`/res/images/Player.png`),level1Background:new Uf(`/res/images/Forest_Background_0.png`),spiderGreen:new Uf(`/res/images/Spider_1.png`),spiderGray:new Uf(`/res/images/Spider_2.png`),birdPurple:new Uf(`/res/images/Bird_1.png`),birdOrange:new Uf(`/res/images/Bird_2.png`),platform:new Uf(`/res/images/Platform.png`),bouncepadGreen:new Uf(`/res/images/Bouncepad_Green.png`),bouncepadRed:new Uf(`/res/images/Bouncepad_Red.png`),bouncepadWood:new Uf(`/res/images/Bouncepad_Wood.png`),axe:new Uf(`/res/images/Axe_Trap.png`),circularSaw:new Uf(`/res/images/Circular_Saw.png`),smokePuff:new Uf(`/res/images/Smoke_Puff.png`),smokeLand:new Uf(`/res/images/Smoke_Land.png`),coin:new Uf(`/res/images/Coin.png`),coinsUi:new Uf(`/res/images/Coins_Ui.png`)},fonts:{round:new FontSource(`/res/fonts/Round9x13.ttf`,`Round9x13`,{filtering:Lf.Pixel,quality:4})},music:{stage1:new Sound(`/res/music/stage1.mp3`),stage2:new Sound(`/res/music/stage2.mp3`)},sfx:{jump:new Sound(`/res/sfx/jump.wav`),jumpSpring:new Sound(`/res/sfx/jump-spring.wav`),land:new Sound(`/res/sfx/land.wav`),turnAround:new Sound(`/res/sfx/turn-around.wav`),stomp:new Sound(`/res/sfx/stomp.wav`),damage:new Sound(`/res/sfx/damage.wav`),collectCoin:new Sound(`/res/sfx/coin.wav`)},tiled:{level1:new My(`/res/tilemaps/level1.tmx`,{useTilemapCameraStrategy:!0})}};var DevLoader=class extends Fp{showPlayButton(){return Promise.resolve()}draw(){}dispose(){}static __type=[()=>Fp,`showPlayButton`,`draw`,`dispose`,`DevLoader`,`P7!P"0"P"0#P"0$5w%`]};const Py=new DevLoader;for(let e of Object.values(Ny))for(let R of Object.values(e))Py.addResource(R);function __assignType$19(e,R){return e.__type=R,e}__name$1(__assignType$19,`__assignType`);var OneWayCollisionComponent=class extends Component{type=`one-way-collision`;onAdd(e){let R=e.onPreCollisionResolve.bind(e);e.onPreCollisionResolve=__assignType$19((...e)=>{this.onPreCollisionResolve(...e),R(...e)},[`args`,``,`P"@2!"/"`])}onPreCollisionResolve(e,R,W,Y){if(!(R.owner instanceof Cp))return;let X=R.owner.pos.sub(R.owner.oldPos),ie=R.bounds.bottom-X.y<e.bounds.top+1;if(W!==tf.Top||!ie){Y.cancel();return}}static __type=[()=>Component,`type`,function(){return`one-way-collision`},`owner`,`onAdd`,`self`,`other`,`side`,`contact`,`onPreCollisionResolve`,`OneWayCollisionComponent`,`P7!&3">#P!2$$0%P!2&!2'!2(!2)$0*5w+`]};function __assignType$18(e,R){return e.__type=R,e}__name$1(__assignType$18,`__assignType`);const Fy=[`Ground`,()=>1,`Player`,()=>2,`Enemy`,()=>4,`Item`,()=>8,`PhysicalItem`,()=>16,`Hazard`,()=>32,`Climbable`,()=>64,`Category`,`PC!>"C#>$C%>&C'>(C)>*C+>,C->.Bw/`],Iy={Ground:new Yd(`ground`,1,collideWith(2,4,16)),Player:new Yd(`player`,2,collideWith(1,4,8,32,16,64)),Enemy:new Yd(`enemy`,4,collideWith(1,2)),Hazard:new Yd(`hazard`,32,collideWith(2)),Item:new Yd(`item`,8,collideWith(2)),PhysicalItem:new Yd(`phys-item`,16,collideWith(1,2)),Climbable:new Yd(`climbable`,64,collideWith(2))};function collideWith(...e){return e.reduce(__assignType$18((e,R)=>e|R,[`acc`,`cat`,``,`P"2!"2""/#`]),0)}collideWith.__type=[()=>Fy,`categories`,`collideWith`,`Pn!@2""/#`];var OneWayPlatform=class extends Cp{constructor(e){super({...e,collisionType:Wd.Fixed,collisionGroup:Iy.Ground,anchor:vec(0,0),height:16}),this.addComponent(new OneWayCollisionComponent)}static __type=[()=>Cp,`args`,`constructor`,`OneWayPlatform`,`P7!P!2""0#5w$`]};const Ly=[`K`,`T`,`Record`,`l'e#"Rb!b"Pde"!N#!w#y`];function __assignType$17(e,R){return e.__type=R,e}__name$1(__assignType$17,`__assignType`);var AnimationComponent=class extends Component{type=`animation`;_animations;_speed=1;_frameDurations=(WeakMap.Ω=[[`!`],[`'`]],new WeakMap);constructor(e){super(),this._animations=e}set(e,R=0,W){let Y=this.owner.graphics.current,X=this._animations[e];this.is(e)||(R?X.goToFrame(R,W):X.reset(),Y&&(X.scale.setTo(Y.scale.x,Y.scale.y),X.opacity=Y.opacity),this.owner.graphics.use(X))}get(e){return this._animations[e]}set speed(e){this._speed=e,e!==0&&this.current.frames.forEach(__assignType$17(R=>{this._frameDurations.has(R)||this._frameDurations.set(R,R.duration??0),R.duration=this._frameDurations.get(R)/e},[`frame`,``,`P"2!"/"`]))}get speed(){return this._speed}get current(){return this.owner.graphics.current}is(e){return this.current===this.get(e)}static __type=[`Keys`,()=>Component,`graphics`,`owner`,`type`,function(){return`animation`},()=>Ly,`_animations`,`_speed`,function(){return 1},`_frameDurations`,function(){return WeakMap.Ω=[[`!`],[`'`]],new WeakMap},()=>Ly,`animations`,`constructor`,`name`,`startFromFrame`,`durationLeft`,`set`,`get`,`animation`,`is`,`AnimationComponent`,`b!P7"P!P!4#MK3$&3%>&e!!!o'#3(;'3);>*!3+;>,Pe"!!o-#2."0/Pe"!20"21'228"03Pe"!20"04!!Pe"!25"065w7`]};function __assignType$16(e,R){return e.__type=R,e}__name$1(__assignType$16,`__assignType`);var ControlsComponent=class extends Component{type=`input`;controls={Left:[Bp.Left,zp.DpadLeft],Right:[Bp.Right,zp.DpadRight],Up:[Bp.Up,zp.DpadUp],Down:[Bp.Down,zp.DpadDown],Jump:[Bp.A,zp.Face1],Run:[Bp.S,zp.Face3]};isHeld(e){let R=this.owner.scene.engine,[W,Y]=this.controls[e];return!!(R.input.keyboard.isHeld(W)||this.getGamepad()?.isButtonHeld(Y))}wasPressed(e){let R=this.owner.scene.engine,[W,Y]=this.controls[e];return!!(R.input.keyboard.wasPressed(W)||this.getGamepad()?.wasButtonPressed(Y))}wasReleased(e){let R=this.owner.scene.engine,[W,Y]=this.controls[e];return!!(R.input.keyboard.wasReleased(W)||this.getGamepad()?.wasButtonReleased(Y))}getGamepad(){let e=this.owner.scene.engine;return[e.input.gamepads.at(0),e.input.gamepads.at(1),e.input.gamepads.at(2),e.input.gamepads.at(3)].find(__assignType$16(e=>e.connected,[`g`,``,`P"2!"/"`]))}getHeldXDirection(){let e=this.owner.scene.engine;for(let R of e.input.keyboard.getKeys().slice().reverse()){if(this.controls.Left.includes(R))return`Left`;if(this.controls.Right.includes(R))return`Right`}if(this.getGamepad()){if(this.isHeld(`Left`))return`Left`;if(this.isHeld(`Right`))return`Right`}}getHeldYDirection(){let e=this.owner.scene.engine;for(let R of e.input.keyboard.getKeys().slice().reverse()){if(this.controls.Up.includes(R))return`Up`;if(this.controls.Down.includes(R))return`Down`}if(this.getGamepad()){if(this.isHeld(`Up`))return`Up`;if(this.isHeld(`Down`))return`Down`}}static __type=[()=>Component,`owner`,`type`,function(){return`input`},`controls`,function(){return{Left:[Bp.Left,zp.DpadLeft],Right:[Bp.Right,zp.DpadRight],Up:[Bp.Up,zp.DpadUp],Down:[Bp.Down,zp.DpadDown],Jump:[Bp.A,zp.Face1],Run:[Bp.S,zp.Face3]}},()=>this.controls,`control`,`isHeld`,()=>this.controls,`wasPressed`,()=>this.controls,`wasReleased`,`getGamepad`,`Left`,`Right`,`getHeldXDirection`,`Up`,`Down`,`getHeldYDirection`,`ControlsComponent`,`P7!!3"&3#>$!3%>&Pi'g2("0)Pi*g2("0+Pi,g2("0-P"0.PP./.0-J01PP.2.3-J045w5`]},ClimbableComponent=class extends Component{static __type=[()=>Component,`ClimbableComponent`,`P7!5w"`]};function __assignType$15(e,R){return e.__type=R,e}__name$1(__assignType$15,`__assignType`);const Ry=[`left`,`right`,`top`,`bottom`,`Side`,`P.!.".#.$Jw%y`];var TouchingComponent=class extends Component{type=`touching`;contacts=(Map.Ω=[[`&`],[`contact`,`actor`,()=>Ry,`side`,`P!4!!4"n#4$M`]],new Map);left=(Set.Ω=[[`!`]],new Set);right=(Set.Ω=[[`!`]],new Set);top=(Set.Ω=[[`!`]],new Set);bottom=(Set.Ω=[[`!`]],new Set);passives=(Set.Ω=[[`!`]],new Set);onAdd(e){e.on(`collisionstart`,__assignType$15(e=>{let R=e.other.owner;if(R)if(R.get(Dp)?.collisionType===Wd.Passive)this.passives.add(R);else{let W=e.side.toLowerCase();this.contacts.set(e.contact.id,{contact:e.contact,actor:R,side:W}),this.updateSides()}},[`ev`,``,`P"2!"/"`])),e.on(`collisionend`,__assignType$15(e=>{let R=e.other.owner;R?.get(Dp)?.collisionType===Wd.Passive?this.passives.delete(R):(this.contacts.delete(e.lastContact.id),this.updateSides())},[`ev`,``,`P"2!"/"`]))}updateSides(){this.left.clear(),this.right.clear(),this.top.clear(),this.bottom.clear();for(let{side:e,actor:R}of this.contacts.values())this[e].add(R)}get ladders(){return new Set(Array.from(this.passives).filter(__assignType$15(e=>e.has(ClimbableComponent),[`e`,``,`P"2!"/"`])))}static __type=[()=>Component,`type`,function(){return`touching`},`contacts`,function(){return Map.Ω=[[`&`],[`contact`,`actor`,()=>Ry,`side`,`P!4!!4"n#4$M`]],new Map},`left`,function(){return Set.Ω=[[`!`]],new Set},`right`,function(){return Set.Ω=[[`!`]],new Set},`top`,function(){return Set.Ω=[[`!`]],new Set},`bottom`,function(){return Set.Ω=[[`!`]],new Set},`passives`,function(){return Set.Ω=[[`!`]],new Set},`owner`,`onAdd`,`updateSides`,`TouchingComponent`,`P7!&3">#!3$;>%!3&>'!3(>)!3*>+!3,>-!3.>/P!20$01P"02;!5w3`]},CarrierComponent=class extends Component{type=`carrier`;onAdd(e){e.on(`collisionstart`,this.onCollisionStart.bind(this)),e.on(`collisionend`,this.onCollisionEnd.bind(this)),e.on(`initialize`,this.onInitialize.bind(this))}onInitialize(){let e=this.owner;e.once(`postupdate`,()=>{--e.pos.y,e.once(`preupdate`,()=>{e.pos.y+=1})})}onCollisionStart(e){let R=e.other.owner;R.get(CarriableComponent)?.canBeCarried&&e.side===tf.Top&&!this.owner.children.includes(R)&&this.addChild(R)}onCollisionEnd(e){let R=e.other.owner;this.owner.children.includes(R)&&this.removeChild(R)}addChild(e){this.owner.addChild(e),e.pos.x-=this.owner.pos.x,e.pos.y-=this.owner.pos.y}removeChild(e){this.owner.removeChild(e),this.owner.scene.add(e),e.pos.x+=this.owner.pos.x,e.pos.y+=this.owner.pos.y}static __type=[()=>Component,`owner`,`type`,function(){return`carrier`},`onAdd`,`onInitialize`,`event`,`onCollisionStart`,`onCollisionEnd`,`actor`,`addChild`,`removeChild`,`CarrierComponent`,`P7!!3"&3#>$P!2"$0%P$0&P!2'$0(P!2'$0)P!2*"0+P!2*"0,5w-`]},CarriableComponent=class extends Component{canBeCarried=!0;static __type=[()=>Component,`owner`,`canBeCarried`,function(){return!0},`CarriableComponent`,`P7!!3")3#>$5w%`]};const zy=[`T`,`K`,()=>By,()=>Vy,`Omit`,`b!b"e!!e!!ge!"o$#o##w%y`],By=[`T`,`K`,`Pick`,`l+e#!e"!fRb!b"Pde""N#!w#y`],Vy=[`T`,`U`,`Exclude`,`l6!Re$!RPe#!e$"qk#%QRb!b"Pde"!p)w#y`];function __assignType$14(e,R){return e.__type=R,e}__name$1(__assignType$14,`__assignType`);var PhysicsActor=class extends Cp{touching=new TouchingComponent;isOnGround=!1;_oldPosGlobal=vec(0,0);_ray1=new Ray(vec(0,0),vec(1,0));_ray2=new Ray(vec(0,0),vec(1,0));constructor(e){super(e),this.addComponent(new CarriableComponent)}onInitialize(e){this.addComponent(this.touching),this.on(`preupdate`,()=>{this.isOnGround=this.touching.bottom.size>0}),this.on(`postupdate`,()=>{let e=this.getGlobalPos();this._oldPosGlobal.setTo(e.x,e.y)})}get canBeCarried(){return this.get(CarriableComponent).canBeCarried}set canBeCarried(e){this.get(CarriableComponent).canBeCarried=e}raycast(e,R,W){return this.scene.physics.rayCast(e,{maxDistance:R,searchAllColliders:!0,...W}).filter(__assignType$14(e=>e.body!==this.body,[`hit`,``,`P"2!"/"`])).sort(__assignType$14((e,R)=>e.distance-R.distance,[`a`,`b`,``,`P"2!"2""/#`]))}raycastSide(e,R,W){let Y=this.collider.bounds,X=Math.round(Y.left)+1,ie=Math.round(Y.right)-1,ae=Math.round(Y.top)+1,le=Math.round(Y.bottom)-1;if(e===`left`||e===`right`){let R=e===`left`?X:ie,W=e===`left`?-1:1;this._ray1.pos.setTo(R,ae),this._ray1.dir.setTo(W,0),this._ray2.pos.setTo(R,le),this._ray2.dir.setTo(W,0)}else{let R=e===`top`?ae:le,W=e===`top`?-1:1;this._ray1.pos.setTo(X,R),this._ray1.dir.setTo(0,W),this._ray2.pos.setTo(ie,R),this._ray2.dir.setTo(0,W)}let _e=this.raycast(this._ray1,R,W),ye=this.raycast(this._ray2,R,W);if(ye.length===0)return _e;if(_e.length===0)return ye;let be=_e.slice();for(let e of ye)_e.indexOf(e)===-1&&be.push(e);return be}getGlobalOldPos(){return this._oldPosGlobal}static __type=[()=>Cp,`touching`,function(){return new TouchingComponent},`isOnGround`,function(){return!1},`_oldPosGlobal`,function(){return vec(0,0)},`_ray1`,function(){return new Ray(vec(0,0),vec(1,0))},`_ray2`,function(){return new Ray(vec(0,0),vec(1,0))},`args`,`constructor`,`engine`,`onInitialize`,`ray`,`distance`,()=>zy,`maxDistance`,`opts`,`raycast`,`left`,`right`,`top`,`bottom`,`side`,()=>zy,`maxDistance`,`raycastSide`,`getGlobalOldPos`,`PhysicsActor`,`P7!!3">#)3$>%!3&;>'!3(;>)!3*;>+P!2,"0-P!2.$0/!P!20'21!.3o2#248"05PP.6.7.8.9J2:'21!.<o;#248"0=P"0>5w?`]};let Hy=null,Uy=!1;var Wy=class AudioManager{static levels=(Map.Ω=[[`!`],[`'`]],new Map([[Ny.music.stage1,.1],[Ny.music.stage2,.1],[Ny.sfx.jump,.25],[Ny.sfx.jumpSpring,.25],[Ny.sfx.land,.25],[Ny.sfx.turnAround,.25],[Ny.sfx.stomp,.25],[Ny.sfx.damage,.25],[Ny.sfx.collectCoin,.25]]));static get isMuted(){return Uy}static init(e=!1){Uy=e;for(let e of Object.values(Ny))for(let R of Object.values(e))R instanceof Sound&&(R.volume=Uy?0:AudioManager.levels.get(R)??1)}static muteAll(){Uy=!0;for(let e of Object.values(Ny))for(let R of Object.values(e))R instanceof Sound&&(R.stop(),R.volume=0)}static unmuteAll(){Uy=!1;for(let e of Object.values(Ny))for(let R of Object.values(e))R instanceof Sound&&(R.volume=AudioManager.levels.get(R)??1);Hy&&(Hy.play(),Hy.loop=!0)}static playSong(e){Hy&&Hy.stop(),Hy=e,Uy||Hy.play(),Hy.loop=!0}static playSfx(e,R={}){if(Uy)return;let{volume:W=AudioManager.levels.get(e),force:Y=!1}=R;(Y||!e.isPlaying())&&e.play(W)}static __type=[`levels`,function(){return Map.Ω=[[`!`],[`'`]],new Map([[Ny.music.stage1,.1],[Ny.music.stage2,.1],[Ny.sfx.jump,.25],[Ny.sfx.jumpSpring,.25],[Ny.sfx.land,.25],[Ny.sfx.turnAround,.25],[Ny.sfx.stomp,.25],[Ny.sfx.damage,.25],[Ny.sfx.collectCoin,.25]])},`startMuted`,`init`,`muteAll`,`unmuteAll`,`song`,`playSong`,`sfx`,()=>Gy,`opts`,()=>({}),`playSfx`,`AudioManager`,`!3!s>"!P"2#"0$sP"0%sP"0&sP!2'"0(sP!2)n*2+>,"0-s5w.`]};const Gy=[`volume`,`force`,`PlaySfxOptions`,`P'4!8)4"8Mw#y`],Ky=new Ad(0,1450),qy={rows:1,columns:3,spriteWidth:48,spriteHeight:48},Jy={green:{force:500,spritesheet:Kf.fromImageSource({image:Ny.img.bouncepadGreen,grid:qy})},red:{force:700,spritesheet:Kf.fromImageSource({image:Ny.img.bouncepadRed,grid:qy})}},Yy=[()=>Jy,`type`,`BouncepadArgs`,`P!Pi!g4"8MKw#y`];var Bouncepad=class extends Cp{COMPRESS_TIME=250;COMPRESS_DISTANCE=2;spritesheet;force;animation;touching=new TouchingComponent;colliderShape;constructor({type:e=`green`,...R}){super({...R,name:`bouncepad`,anchor:vec(.5,1),width:16,height:16,collisionType:Wd.Fixed}),this.graphics.offset=vec(0,16),this.pos.x+=this.width*this.anchor.x,this.pos.y+=this.height*this.anchor.y,this.spritesheet=Jy[e].spritesheet,this.force=Jy[e].force,this.animation=new AnimationComponent({neutral:Af.fromSpriteSheet(this.spritesheet,[2],0),compressed:Af.fromSpriteSheet(this.spritesheet,[1],this.COMPRESS_TIME),released:Af.fromSpriteSheet(this.spritesheet,[0,0,0,0,1],150)}),this.colliderShape=Tf.Box(16,16,this.anchor),this.collider.set(this.colliderShape),this.addTag(`bouncepad`),this.addComponent(this.animation),this.addComponent(this.touching),this.addComponent(new OneWayCollisionComponent)}onInitialize(e){this.graphics.use(this.animation.get(`neutral`)),this.animation.get(`compressed`).events.on(`loop`,()=>{this.release()}),this.animation.get(`released`).events.on(`loop`,()=>{this.animation.set(`neutral`)})}compress(){if(this.animation.current===this.animation.get(`compressed`))return;this.graphics.use(this.animation.get(`compressed`));let e=this.colliderShape.points[0],R=this.colliderShape.points[1];e.y+=this.COMPRESS_DISTANCE,R.y+=this.COMPRESS_DISTANCE,this.colliderShape.points=this.colliderShape.points;for(let e of this.touching.top)e instanceof Cp&&(e.pos.y+=this.COMPRESS_DISTANCE)}release(){if(this.animation.current!==this.animation.get(`compressed`))return;this.graphics.use(this.animation.get(`released`));let e=this.colliderShape.points[0],R=this.colliderShape.points[1];e.y-=this.COMPRESS_DISTANCE,R.y-=this.COMPRESS_DISTANCE,this.colliderShape.points=this.colliderShape.points;for(let e of this.touching.top)e instanceof Cp&&(e.pos.y-=this.COMPRESS_DISTANCE,e.vel.y=-this.force,Wy.playSfx(Ny.sfx.jumpSpring))}onCollisionStart(e,R,W,Y){W===tf.Top&&R.owner instanceof Cp&&this.compress()}static __type=[()=>Cp,`COMPRESS_TIME`,function(){return 250},`COMPRESS_DISTANCE`,function(){return 2},`spritesheet`,`force`,`neutral`,`compressed`,`released`,()=>AnimationComponent,`animation`,`touching`,function(){return new TouchingComponent},`colliderShape`,()=>Yy,`param0`,`constructor`,`engine`,`onInitialize`,`compress`,`release`,`self`,`other`,`side`,`contact`,`onCollisionStart`,`Bouncepad`,`P7!'3">#'3$>%!3&'3'PP.(.).*J7+3,!3->.!3/;Pn021"02P!23$04P"05P"06P!27!28!29!2:$0;5w<`]},StompableComponent=class extends Component{stomped=!1;stomp(){this.stomped||(this.stomped=!0,this.owner.graphics.current.scale=vec(1,.25))}isBeingStomped(e){let R=e.getGlobalPos().sub(e.getGlobalOldPos());return e.collider.bounds.bottom-R.y<this.owner.collider.bounds.top+1}static __type=[()=>Component,`owner`,`stomped`,function(){return!1},`stomp`,()=>PhysicsActor,`other`,`isBeingStomped`,`StompableComponent`,`P7!!3")3#>$P"0%PP7&2'"0(5w)`]};const Xy=[`instant`,`stomp`,`KillMethod`,`P.!."Jw#y`],Zy=[`stompDuration`,`KillableComponentArgs`,`P'4!8Mw"y`];var KillableComponent=class extends Component{dead=!1;events=(EventEmitter.Ω=[[()=>Xy,`method`,`kill`,`PPn!4"M4#M`]],new EventEmitter);stompDuration=700;constructor({stompDuration:e}={}){super(),this.stompDuration=e??700}kill(e){if(e===`stomp`&&!this.owner.has(StompableComponent))throw Error(`Cannot kill with stomp method: actor does not have a StompableComponent`);if(!this.dead){if(this.dead=!0,this.events.emit(`kill`,{method:e}),e===`instant`)this.owner.kill();else if(e===`stomp`){let e=this.owner.get(StompableComponent);this.owner.actions.callMethod(()=>{e.stomp()}).delay(this.stompDuration*.8).fade(0,this.stompDuration*.2).callMethod(()=>{this.owner.kill()})}}}static __type=[()=>Component,`owner`,`dead`,function(){return!1},`events`,function(){return EventEmitter.Ω=[[()=>Xy,`method`,`kill`,`PPn!4"M4#M`]],new EventEmitter},`stompDuration`,function(){return 700},()=>Zy,`param0`,()=>({}),`constructor`,()=>Xy,`method`,`kill`,`KillableComponent`,`P7!!3")3#>$!3%>&'3';>(Pn)2*>+"0,Pn-2."0/5w0`]};const Qy={puff:{spritesheet:Kf.fromImageSource({image:Ny.img.smokePuff,grid:{rows:1,columns:8,spriteWidth:32,spriteHeight:32}}),get animation(){return Af.fromSpriteSheet(this.spritesheet,[0,1,2,3,4,5,6,7],50,Of.End)}},land:{spritesheet:Kf.fromImageSource({image:Ny.img.smokeLand,grid:{rows:1,columns:3,spriteWidth:32,spriteHeight:32}}),get animation(){return Af.fromSpriteSheet(this.spritesheet,[0,0,0,1,1,2],60,Of.End)}}},$y=[`puff`,`land`,`type`,`SmokeArgs`,`P!PP.!."J4#MKw$y`];var Smoke=class extends Cp{constructor({type:e,...R}){super({anchor:vec(.5,.5),...R});let W=Qy[e].animation;W.events.on(`end`,()=>{this.kill()}),this.graphics.use(W),e===`puff`&&(this.vel.y=-20)}static __type=[()=>Cp,()=>$y,`param0`,`constructor`,`Smoke`,`P7!Pn"2#"0$5w%`]},HealthComponent=class extends Component{_amount;_max;events=(EventEmitter.Ω=[[`die`,`amount`,`change`,`P$4!P'4"M4#M`]],new EventEmitter);constructor({amount:e}){super(),this._max=e,this._amount=e}get max(){return this._max}get amount(){return this._amount}set amount(e){this._amount=e,this.events.emit(`change`,{amount:e}),this._amount<=0&&this.events.emit(`die`)}static __type=[()=>Component,`_amount`,`_max`,`events`,function(){return EventEmitter.Ω=[[`die`,`amount`,`change`,`P$4!P'4"M4#M`]],new EventEmitter},`amount`,`param0`,`constructor`,`HealthComponent`,`P7!'3";'3#;!3$>%PP'4&M2'"0(!!5w)`]};const eb=[`T`,`args`,``,`ReturnType`,`l>e"!R"RPde#!P"@2"h"!/#qk#'QRb!Pde"!p)w$y`];function __assignType$13(e,R){return e.__type=R,e}__name$1(__assignType$13,`__assignType`);var tb=class DamageableComponent extends Component{events=(EventEmitter.Ω=[[`amount`,`left`,`right`,`knockback`,`damage`,`PP'4!P.".#J4$8M4%M`]],new EventEmitter);INVINCIBILITY_DURATION=2e3;KNOCKBACK_DURATION=200;isInvincible=!1;isBeingKnockedBack=!1;damage(e,R){if(this.isInvincible)return;let W=this.owner.get(HealthComponent);if(this.events.emit(`damage`,{amount:e,knockback:R}),this.isInvincible=!0,Wy.playSfx(Ny.sfx.damage),W&&(W.amount-=e),R){let e=100*(R===`left`?-1:1);this.owner.vel=vec(e,-300),this.owner.acc=vec(0,0),this.isBeingKnockedBack=!0}coroutine(this.owner.scene.engine,__assignType$13(function*(){let e=0;for(;e<Math.max(this.KNOCKBACK_DURATION,this.INVINCIBILITY_DURATION);)if(e+=yield 1,this.isBeingKnockedBack&&e>=this.KNOCKBACK_DURATION&&(this.isBeingKnockedBack=!1,this.owner.vel.x=0),e>=this.INVINCIBILITY_DURATION&&(this.isInvincible=!1),this.owner.graphics.current){let R=Math.floor(e/100)%2==0;this.owner.graphics.current.opacity=R?.35:1}this.owner.graphics.current&&(this.owner.graphics.current.opacity=1)},[()=>DamageableComponent,`this`,()=>eb,``,`PP7!2"!o#"/$`]).bind(this))}static __type=[()=>Component,`owner`,`events`,function(){return EventEmitter.Ω=[[`amount`,`left`,`right`,`knockback`,`damage`,`PP'4!P.".#J4$8M4%M`]],new EventEmitter},`INVINCIBILITY_DURATION`,function(){return 2e3},`KNOCKBACK_DURATION`,function(){return 200},`isInvincible`,function(){return!1},`isBeingKnockedBack`,function(){return!1},`amount`,`left`,`right`,`knockback`,`damage`,`DamageableComponent`,`P7!!3"!3#>$'3%>&'3'>()3)>*)3+>,P'2-P.../J208"015w2`]},CollectableComponent=class extends Component{isCollected=!1;isCollectable=!0;static __type=[()=>Component,`isCollected`,function(){return!1},`isCollectable`,function(){return!0},`CollectableComponent`,`P7!)3">#)3$>%5w&`]};let nb=3;var rb=class GameManager{static events=(EventEmitter.Ω=[[()=>ib,`n!`]],new EventEmitter);static get coins(){return nb}static set coins(e){e<0&&(e=0),nb=e,GameManager.events.emit(`coinchange`,{coins:nb})}static __type=[`events`,function(){return EventEmitter.Ω=[[()=>ib,`n!`]],new EventEmitter},`GameManager`,`!3!s>"!5w#`]};const ib=[`coins`,`coinchange`,`GameManagerEvents`,`PP'4!M4"Mw#y`];function __assignType$12(e,R){return e.__type=R,e}__name$1(__assignType$12,`__assignType`);var CoinItem=class extends Cp{elapsedMs=0;collected=!1;constructor(e){super({anchor:vec(.5,.75),collisionType:Wd.Passive,collisionGroup:Iy.Item,width:8,height:8,...e}),this.pos.x+=this.width*this.anchor.x,this.pos.y-=this.height*this.anchor.y,this.addComponent(new CollectableComponent),this.graphics.use(Ny.img.coin.toSprite())}get collectable(){return this.get(CollectableComponent)}onPreUpdate(e,R){this.elapsedMs+=R,this.pos.y-=Math.sin(this.elapsedMs/200)/10}collect(){!this.collectable.isCollectable||this.collectable.isCollected||(Wy.playSfx(Ny.sfx.collectCoin,{force:!0}),rb.coins+=1,this.collectable.isCollected=!0,this.actions.clearActions(),this.actions.runAction(new ParallelActions([new em(this,__assignType$12(e=>e.moveBy(vec(0,-16),150),[`ctx`,``,`P"2!"/"`])),new em(this,__assignType$12(e=>e.fade(0,150),[`ctx`,``,`P"2!"/"`]))])).callMethod(()=>{this.kill()}))}onPreCollisionResolve(e,R,W,Y){R.owner instanceof lb&&(this.collect(),Y.cancel())}static __type=[()=>Cp,`elapsedMs`,function(){return 0},`collected`,function(){return!1},`args`,`constructor`,`engine`,`elapsed`,`onPreUpdate`,`collect`,`self`,`other`,`side`,`contact`,`onPreCollisionResolve`,`CoinItem`,`P7!'3">#)3$>%P!2&"0'!P!2('2)$0*P"0+P!2,!2-!2.!2/$005w1`]};function __assignType$11(e,R){return e.__type=R,e}__name$1(__assignType$11,`__assignType`);var LostCoin=class extends CoinItem{touching=new TouchingComponent;LIFETIME=3e3;TIME_UNTIL_COLLECTABLE=500;BOUNCE=1;FRICTION=.1;constructor(e){super({anchor:vec(.5,.5),collisionType:Wd.Active,collisionGroup:Iy.PhysicalItem,width:8,height:8,z:500,...e}),this.pos.x+=this.width*this.anchor.x,this.pos.y-=this.height*this.anchor.y,this.addComponent(this.touching),this.addComponent(new CarriableComponent),this.graphics.use(Ny.img.coin.toSprite()),this.collectable.isCollectable=!1}onInitialize(e){this.actions.runAction(new ParallelActions([new em(this,__assignType$11(e=>e.delay(this.TIME_UNTIL_COLLECTABLE).callMethod(()=>{this.collectable.isCollectable=!0}),[`ctx`,``,`P"2!"/"`])),new em(this,__assignType$11(e=>e.delay(this.LIFETIME).callMethod(()=>this.kill()),[`ctx`,``,`P"2!"/"`]))]))}onPreUpdate(e,R){this.elapsedMs+=R;let W=Math.floor(this.elapsedMs/50)%2==0;this.graphics.current&&(this.graphics.current.opacity=W?.35:.65)}onPreCollisionResolve(e,R,W,Y){if(R.owner instanceof lb&&!this.collectable.isCollectable)return Y.cancel();super.onPreCollisionResolve(e,R,W,Y)}onPostCollisionResolve(e,R,W,Y){W===tf.Bottom||W===tf.Top?this.vel.x=this.oldVel.x*(1-this.FRICTION):(W==tf.Left||W==tf.Right)&&(this.vel.y=this.oldVel.y*(1-this.FRICTION))}onCollisionStart(e,R,W,Y){R.owner instanceof lb?super.onCollisionStart(e,R,W,Y):W===tf.Bottom||W===tf.Top?this.vel.y=this.oldVel.y*-this.BOUNCE:(W==tf.Left||W==tf.Right)&&(this.vel.x=this.oldVel.x*-this.BOUNCE)}static __type=[()=>CoinItem,`touching`,function(){return new TouchingComponent},`LIFETIME`,function(){return 3e3},`TIME_UNTIL_COLLECTABLE`,function(){return 500},`BOUNCE`,function(){return 1},`FRICTION`,function(){return .1},`args`,`constructor`,`engine`,`onInitialize`,`elapsed`,`onPreUpdate`,`self`,`other`,`side`,`contact`,`onPreCollisionResolve`,`onPostCollisionResolve`,`onCollisionStart`,`LostCoin`,`P7!!3">#'3$>%'3&>''3(>)'3*>+P!2,"0-P!2.$0/P!2.'20$01P!22!23!24!25$06P!22!23!24!25$07P!22!23!24!25$085w9`]};const ab=[`K`,`T`,`Record`,`l'e#"Rb!b"Pde"!N#!w#y`];var CoyoteComponent=class extends Component{actions;counter={};constructor(e){super(),this.actions=e}onAdd(e){e.on(`preupdate`,this.onPreUpdate.bind(this))}onPreUpdate(e){for(let R in this.actions){let W=this.actions[R];W.condition(e.elapsed)?this.counter[R]=W.time:this.counter[R]=Math.max(0,this.counter[R]-e.elapsed)}}allow(e){return this.counter[e]>0}reset(e){this.counter[e]=0}static __type=[`T`,()=>Component,`actions`,()=>ab,`counter`,function(){return{}},`constructor`,`owner`,`onAdd`,`ev`,`onPreUpdate`,`action`,`allow`,`reset`,`CoyoteComponent`,`b!P7"e!!3#e!!g'o$#3%>&Pe"!2#"0'P!2($0)P!2*"0+Pe"!g2,"0-Pe"!g2,"0.5w/`]},FakeDie=class extends Cp{constructor(e){super({...e,collisionType:Wd.Active,z:9999}),this.body.useGravity=!1,this.acc.y=Ky.y/2,this.graphics.use(new _p({text:`// TODO: die`,color:zd.White,font:new gp({size:10,family:`sans-serif`})})),this.vel.y=-300,this.vel.x=randomInRange(-100,100)}onPreUpdate(e,R){this.isOffScreen&&this.kill()}static __type=[()=>Cp,`args`,`constructor`,`engine`,`elapsed`,`onPreUpdate`,`FakeDie`,`P7!P!2""0#P!2$'2%$0&5w'`]};const ob=[`T`,`args`,``,`ReturnType`,`l>e"!R"RPde#!P"@2"h"!/#qk#'QRb!Pde"!p)w$y`];function __assignType$10(e,R){return e.__type=R,e}__name$1(__assignType$10,`__assignType`);const sb=Kf.fromImageSource({image:Ny.img.player,grid:{columns:4,rows:7,spriteWidth:48,spriteHeight:48}});var lb=class Player extends PhysicsActor{JUMP_GRAVITY=Ky.y*.5;APEX_GRAVITY=Ky.y*.3;MAX_FALL_SPEED=270;WALL_SLIDE_SPEED=80;LADDER_CLIMB_SPEED=75;ACCELERATION=300;STOP_DECELERATION=this.ACCELERATION;GROUND_TURN_DECELERATION=this.ACCELERATION*4;AIR_TURN_DECELERATION=this.ACCELERATION*7;WALK_MAX_VELOCITY=90;RUN_MAX_VELOCITY=150;SPRINT_MAX_VELOCITY=210;SPRINT_TRIGGER_TIME=1e3;JUMP_FORCE=300;RUN_JUMP_FORCE=this.JUMP_FORCE*1.1;SPRINT_JUMP_FORCE=this.JUMP_FORCE*1.2;WALL_JUMP_X_DISTANCE=4;WALL_JUMP_DURATION=70;FX_SQUISH_AMOUNT=8/48;animation=new AnimationComponent({idle:Af.fromSpriteSheet(sb,[0,1,2,3],140),run:Af.fromSpriteSheet(sb,[4,5,6,7],140),sprint:Af.fromSpriteSheet(sb,[8,9,10,11],140),jump:Af.fromSpriteSheet(sb,[12],140),fall:Af.fromSpriteSheet(sb,[13],140),turn:Af.fromSpriteSheet(sb,[16],140),ladder_climb:Af.fromSpriteSheet(sb,[20,21],140),wall_slide:Af.fromSpriteSheet(sb,[16],100,Of.Loop)});controls=new PlayerControlsComponent;coyote=new CoyoteComponent({jump:{time:70,condition:()=>this.isOnGround}});isUsingJumpGravity=!1;facing=`right`;isClimbingLadder=!1;isSlidingOnWall=!1;isWallJumping=!1;get maxXVelocity(){switch(!0){case this.controls.isSprinting:return this.SPRINT_MAX_VELOCITY;case this.controls.isRunning:return this.RUN_MAX_VELOCITY;default:return this.WALK_MAX_VELOCITY}}get maxFallingVelocity(){switch(!0){case this.isSlidingOnWall:return this.WALL_SLIDE_SPEED;default:return this.MAX_FALL_SPEED}}get bouncepad(){for(let e of this.touching.bottom)if(e.hasTag(`bouncepad`))return e}get isTouchingLadder(){return this.touching.ladders.size>0}get isAboveLadder(){return this.raycastSide(`bottom`,1,{searchAllColliders:!0}).filter(__assignType$10(e=>e.body.owner?.has(ClimbableComponent),[`hit`,``,`P"2!"/"`])).length>0}get isXMovementAllowed(){let{isBeingKnockedBack:e}=this.get(tb);return!this.isClimbingLadder&&!this.bouncepad&&!this.isWallJumping&&!e}constructor(e){super({...e,name:`player`,anchor:new Ad(.5,1),width:16,height:16,collisionType:Wd.Active,collisionGroup:Iy.Player,collider:Tf.Box(12,12,vec(.5,1))}),this.body.useGravity=!1;let R=new tb;this.addComponent(this.animation),this.addComponent(this.controls),this.addComponent(this.coyote),this.addComponent(R),this.addComponent(new HealthComponent({amount:3})),R.events.on(`damage`,__assignType$10(({amount:e})=>{if(rb.coins===0)this.scene?.entities.find(__assignType$10(e=>e instanceof FakeDie,[`e`,``,`P"2!"/"`]))||this.scene?.add(new FakeDie({x:this.getGlobalPos().x,y:this.getGlobalPos().y}));else{let R=rb.coins-e<0?rb.coins:e;rb.coins-=R;for(let e=0;e<R;e++)this.scene?.add(new LostCoin({pos:vec(this.facing===`left`?this.collider.bounds.right:this.collider.bounds.left,this.collider.bounds.top),vel:vec(100*(this.facing===`right`?-1:1),-200)}))}},[`param0`,``,`P"2!"/"`])),this.animation.get(`turn`).events.on(`frame`,__assignType$10(e=>{e.frameIndex===0&&Wy.playSfx(Ny.sfx.turnAround)},[`frame`,``,`P"2!"/"`])),this.animation.get(`sprint`).events.on(`frame`,__assignType$10(e=>{e.frameIndex%2==0&&this.spawnSmokePuffAtFeet(this.facing===`left`?`right`:`left`,vec(-2,0))},[`frame`,``,`P"2!"/"`])),this.animation.get(`turn`).events.on(`frame`,__assignType$10(e=>{this.spawnSmokePuffAtFeet(this.facing===`left`?`right`:`left`)},[`frame`,``,`P"2!"/"`])),this.animation.get(`wall_slide`).events.on(`loop`,__assignType$10(e=>{this.spawnSmokePuffAtHands(this.facing,vec(randomIntInRange(-1,1),0))},[`frame`,``,`P"2!"/"`])),this.addTag(`player`),globalThis.player=this}onInitialize(e){super.onInitialize(e),this.graphics.offset=new Ad(0,16),this.animation.set(`idle`)}onPreUpdate(e,R){this.isOnGround&&(this.isUsingJumpGravity=!1,this.isWallJumping=!1,this.isSlidingOnWall=!1),this.isTouchingLadder||(this.isClimbingLadder=!1),!this.isOnWall(`right`)&&!this.isOnWall(`left`)&&(this.isSlidingOnWall=!1),this.handleInput(e,R)}update(e,R){let W=!1;this.vel.y<0&&(this.isUsingJumpGravity=this.controls.isHeld(`Jump`)),this.isUsingJumpGravity&&this.vel.y>-10&&this.vel.y<10&&(W=!0),W?this.acc.setTo(0,this.APEX_GRAVITY):this.isUsingJumpGravity?this.acc.setTo(0,this.JUMP_GRAVITY):this.acc.setTo(0,Ky.y),this.isClimbingLadder&&(this.acc.setTo(0,0),this.vel.setTo(0,0)),this.vel.y>=this.maxFallingVelocity&&(this.vel.y=this.maxFallingVelocity,this.acc.y=0),super.update(e,R)}onPostUpdate(e,R){let{isBeingKnockedBack:W}=this.get(tb);this.animation.speed=Math.min(1+(Math.abs(this.vel.x)/200)**2*3,3),this.handleAnimation(),!this.isWallJumping&&!W&&this.applyDeceleration()}onPreCollisionResolve(e,R,W,Y){super.onPreCollisionResolve(e,R,W,Y);let X=R.owner.has(StompableComponent)?R.owner.get(StompableComponent):void 0;X&&X&&!X.stomped&&X.isBeingStomped(this)&&(this.stomp(R.owner),Y.cancel())}onCollisionStart(e,R,W,Y){if(Y.isCanceled())return;let X=R.owner.get(Dp);if(X?.collisionType===Wd.Fixed||X?.collisionType===Wd.Active){let e=this.oldVel.y>0;W===tf.Bottom&&e&&(R.owner instanceof Bouncepad&&(this.vel.x=0),this.land())}}handleInput(e,R){let W=this.controls.wasPressed(`Jump`),Y=this.controls.isHeld(`Jump`),X=this.controls.getHeldXDirection(),ie=this.controls.getHeldYDirection(),ae=this.isOnWall(`left`,4),le=this.isOnWall(`right`,4);if(X&&this.isXMovementAllowed){let e=X===`Left`?-1:1,R=this.ACCELERATION*e;if(this.facing=e===-1?`left`:`right`,this.acc.x+=R,!this.isOnGround&&this.vel.y>0){let e=this.isOnWall(`right`),R=this.isOnWall(`left`);e&&X===`Right`||R&&X===`Left`?this.isSlidingOnWall=!0:this.isSlidingOnWall=!1}}else this.isSlidingOnWall=!1;ie&&this.climbLadder(),W?this.isClimbingLadder?(this.isClimbingLadder=!1,ie!==`Down`&&this.jump()):this.isOnGround||this.coyote.allow(`jump`)?this.jump():(ae||le)&&this.wallJump(ae?`left`:`right`):!Y&&this.vel.y<0&&this.vel.y>-200&&!this.isClimbingLadder&&(this.vel.y*=.5,this.isUsingJumpGravity=!1)}handleAnimation(){let e=this.animation.current.currentFrameIndex,R=this.animation.current.currentFrameTimeLeft,W=this.controls.getHeldXDirection();if(this.graphics.flipHorizontal=this.facing===`left`,this.isSlidingOnWall)this.animation.is(`wall_slide`)||Wy.playSfx(Ny.sfx.land),this.animation.set(`wall_slide`);else if(this.isClimbingLadder)this.animation.set(`ladder_climb`),this.vel.y===0&&this.animation.current.goToFrame(0);else if(this.isOnGround){if(this.controls.isTurning)this.animation.set(`turn`);else if(!W||W===`Left`&&this.vel.x<0||W===`Right`&&this.vel.x>0){if(this.controls.isSprinting&&Math.abs(this.vel.x)>this.RUN_MAX_VELOCITY){let W=this.animation.is(`run`);this.animation.set(`sprint`,W?e:0,W?R:0)}else if(this.vel.x!==0){let W=this.animation.is(`sprint`);this.animation.set(`run`,W?e:0,W?R:0)}}else this.animation.set(`idle`);Math.round(this.vel.x)===0&&this.animation.set(`idle`)}else this.vel.y!==0&&(this.vel.y<0?this.animation.set(`jump`):this.animation.set(`fall`));this.animation.is(`jump`)&&this.oldVel.y>=0&&this.vel.y<0&&coroutine(this.scene.engine,__assignType$10(function*(){let e=1+1*this.FX_SQUISH_AMOUNT,R=bp.EaseOutCubic,W=this.vel.y,Y=0;for(;this.vel.y<W*.25;)Y+=yield 1,Y<70&&this.squishGraphic(R(Math.min(Y,70),1,e,70));for(Y=0;!this.touching.bottom.size;)Y+=yield 1,Y<70&&this.squishGraphic(R(Math.min(Y,70),e,1,140));this.squishGraphic(1)},[()=>Player,`this`,()=>ob,``,`PP7!2"!o#"/$`]).bind(this))}land(){this.isOnGround=!0,Wy.playSfx(Ny.sfx.land),this.spawnSmoke(`land`,{pos:vec(this.center.x,this.collider.bounds.bottom-8),scale:vec(.5,.5)});let e=1-this.FX_SQUISH_AMOUNT,R=bp.EaseOutCubic;coroutine(this.scene.engine,__assignType$10(function*(){let W=0;for(;W<70&&this.isOnGround;)W+=yield 1,this.squishGraphic(R(Math.min(W,70),1,e,70));for(this.squishGraphic(e),W=0;W<70&&this.isOnGround;)W+=yield 1,this.squishGraphic(R(Math.min(W,70),e,1,70));this.squishGraphic(1)},[()=>Player,`this`,()=>ob,``,`PP7!2"!o#"/$`]).bind(this))}climbLadder(){let e=this.controls.getHeldYDirection();if(this.isTouchingLadder){let R=Array.from(this.touching.ladders).sort(__assignType$10((e,R)=>Math.abs(this.collider.bounds.bottom-e.collider.bounds.bottom)-Math.abs(this.collider.bounds.bottom-R.collider.bounds.bottom),[`a`,`b`,``,`P"2!"2""/#`])).at(0),W=e===`Up`?-1:1,Y=Math.abs(this.pos.x-R.center.x)<8,X=__assignType$10(e=>Math.floor(Math.round(e)/16),[`n`,``,`P'2!"/"`]),ie=X(this.collider.bounds.bottom)===X(R.collider.bounds.bottom);e===`Up`&&!this.isClimbingLadder&&ie&&Y&&(this.isClimbingLadder=!0),this.isClimbingLadder&&(this.pos.x=R.center.x,this.vel.y=this.LADDER_CLIMB_SPEED*W,this.vel.x=0,this.isOnGround&&e===`Down`&&(this.isClimbingLadder=!1))}else this.isAboveLadder&&e===`Down`&&(this.isClimbingLadder=!0,this.pos.y=Math.ceil(this.pos.y)+1)}jump(e,R=!0){if(this.isOnGround=!1,this.coyote.reset(`jump`),this.bouncepad){this.bouncepad.release();return}e===void 0&&(e=this.JUMP_FORCE,this.controls.isSprinting?e=this.SPRINT_JUMP_FORCE:this.controls.isRunning&&(e=this.RUN_JUMP_FORCE)),this.vel.y=-e,R&&Wy.playSfx(Ny.sfx.jump)}wallJump(e){this.isWallJumping||(this.jump(),this.isWallJumping=!0,this.spawnSmokePuffAtFeet(e,vec(0,-4)),coroutine(this.scene.engine,__assignType$10(function*(){let R=0,W=e===`left`?1:-1,Y=this.WALL_JUMP_X_DISTANCE/(this.WALL_JUMP_DURATION/1e3)*W;for(;R<this.WALL_JUMP_DURATION&&this.isWallJumping;)R+=yield 1,this.vel.x=Y;this.isWallJumping&&(this.controls.getHeldXDirection()||(this.vel.x=0)),this.isWallJumping=!1},[()=>Player,`this`,()=>ob,``,`PP7!2"!o#"/$`]).bind(this)))}stomp(e){let R=e.get(KillableComponent);if(R.dead)return;this.land(),R.kill(`stomp`),Wy.playSfx(Ny.sfx.stomp);let W=this.controls.isSprinting?this.SPRINT_JUMP_FORCE:this.RUN_JUMP_FORCE;this.jump(W,!1)}isOnWall(e,R=1){return this.raycastSide(e,R,{filter:__assignType$10(e=>e.body.group===Iy.Ground,[`hit`,``,`P"2!"/"`])}).length>0}applyDeceleration(){let e=this.isOnGround,R=Math.abs(this.vel.x)>this.maxXVelocity;e?this.controls.isTurning?this.acc.x=-this.GROUND_TURN_DECELERATION*Math.sign(this.vel.x):(!this.controls.isMoving||R)&&this.vel.x!==0&&(this.acc.x=-this.STOP_DECELERATION*Math.sign(this.vel.x)):this.controls.isTurning?this.acc.x=-this.AIR_TURN_DECELERATION*Math.sign(this.vel.x):R&&(this.vel.x=clamp(this.vel.x,-this.maxXVelocity,this.maxXVelocity),this.acc.x=0),Math.sign(this.vel.x)!==0&&Math.sign(this.vel.x)!==Math.sign(this.acc.x)&&Math.abs(this.vel.x)<1&&(this.vel.x=0,this.acc.x=0)}squishGraphic(e){let R=e,W=2-R;this.graphics.current.scale=vec(W,R)}spawnSmoke(e,R){this.scene?.add(new Smoke({type:e,z:this.z+1,...R}))}spawnSmokePuffAtFeet(e,R=vec(0,0)){this.spawnSmoke(`puff`,{pos:vec(e===`left`?this.collider.bounds.left+R.x:this.collider.bounds.right-R.x,this.collider.bounds.bottom+R.y),scale:vec(.35,.35)})}spawnSmokePuffAtHands(e,R=vec(0,0)){this.spawnSmoke(`puff`,{pos:vec(e===`left`?this.collider.bounds.left+R.x:this.collider.bounds.right-R.x,this.center.y+R.y),scale:vec(.35,.35)})}static __type=[()=>PhysicsActor,`JUMP_GRAVITY`,function(){return Ky.y*.5},`APEX_GRAVITY`,function(){return Ky.y*.3},`MAX_FALL_SPEED`,function(){return 270},`WALL_SLIDE_SPEED`,function(){return 80},`LADDER_CLIMB_SPEED`,function(){return 75},`ACCELERATION`,function(){return 300},`STOP_DECELERATION`,function(){return this.ACCELERATION},`GROUND_TURN_DECELERATION`,function(){return this.ACCELERATION*4},`AIR_TURN_DECELERATION`,function(){return this.ACCELERATION*7},`WALK_MAX_VELOCITY`,function(){return 90},`RUN_MAX_VELOCITY`,function(){return 150},`SPRINT_MAX_VELOCITY`,function(){return 210},`SPRINT_TRIGGER_TIME`,function(){return 1e3},`JUMP_FORCE`,function(){return 300},`RUN_JUMP_FORCE`,function(){return this.JUMP_FORCE*1.1},`SPRINT_JUMP_FORCE`,function(){return this.JUMP_FORCE*1.2},`WALL_JUMP_X_DISTANCE`,function(){return 4},`WALL_JUMP_DURATION`,function(){return 70},`FX_SQUISH_AMOUNT`,function(){return 8/48},`animation`,function(){return new AnimationComponent({idle:Af.fromSpriteSheet(sb,[0,1,2,3],140),run:Af.fromSpriteSheet(sb,[4,5,6,7],140),sprint:Af.fromSpriteSheet(sb,[8,9,10,11],140),jump:Af.fromSpriteSheet(sb,[12],140),fall:Af.fromSpriteSheet(sb,[13],140),turn:Af.fromSpriteSheet(sb,[16],140),ladder_climb:Af.fromSpriteSheet(sb,[20,21],140),wall_slide:Af.fromSpriteSheet(sb,[16],100,Of.Loop)})},`controls`,function(){return new PlayerControlsComponent},`coyote`,function(){return new CoyoteComponent({jump:{time:70,condition:()=>this.isOnGround}})},`isUsingJumpGravity`,function(){return!1},`left`,`right`,`facing`,function(){return`right`},`isClimbingLadder`,function(){return!1},`isSlidingOnWall`,function(){return!1},`isWallJumping`,function(){return!1},`x`,`y`,`z`,`args`,`constructor`,`engine`,`onInitialize`,`elapsed`,`onPreUpdate`,`update`,`onPostUpdate`,`self`,`other`,`side`,`contact`,`onPreCollisionResolve`,`onCollisionStart`,`handleInput`,`handleAnimation`,`land`,`climbLadder`,`force`,`playSfx`,`jump`,`left`,`right`,`wallJump`,`stomp`,`left`,`right`,`distance`,`isOnWall`,`applyDeceleration`,`scale`,`squishGraphic`,`puff`,`land`,`type`,`pos`,`spawnSmoke`,`left`,`right`,`offset`,`spawnSmokePuffAtFeet`,`left`,`right`,`spawnSmokePuffAtHands`,`Player`,`P7!!3">#!3$>%'3&>''3(>)'3*>+'3,>-!3.>/!30>1!32>3'34>5'36>7'38>9'3:>;'3<>=!3>>?!3@>A'3B>C'3D>E!3F>G!3H>I!3J>K!3L>M)3N>OP.P.QJ3R>S)3T>U)3V>W)3X>Y!!!!!!PP'4Z'4['4\\8M2]"0^P!2_"0\`P!2_'2a$0bP!2_'2a$0cP!2_'2a$0dP!2e!2f!2g!2h$0iP!2e!2f!2g!2h$0jP!2_'2a"0kP"0lP"0mP"0nP'2o8"2p"0qPP.r.sJ2g"0tP!2f"0uPP.v.wJ2g"2x"0yP"0zP'2{"0|PP.}.~J2P!4!4{8M2]"0PP..J2g"2"0
PP..J2g"2"05w`]},PlayerControlsComponent=class extends ControlsComponent{sprintTimer=0;onAdd(e){super.onAdd?.(e),e.on(`postupdate`,__assignType$10(({elapsed:e})=>{let R=this.owner.isOnGround,W=!R&&!this.isSprinting,Y=this.isTurning&&R;this.isRunning&&R&&!Y?this.sprintTimer=Math.min(this.sprintTimer+e,this.owner.SPRINT_TRIGGER_TIME):(!this.isRunning||Y||W)&&(this.sprintTimer=0)},[`param0`,``,`P"2!"/"`]))}get isMoving(){return this.getHeldXDirection()!==void 0}get isRunning(){return this.isMoving&&this.isHeld(`Run`)}get isSprinting(){return this.isRunning&&this.sprintTimer>=this.owner.SPRINT_TRIGGER_TIME}get isTurning(){let e=this.getHeldXDirection(),{isBeingKnockedBack:R}=this.owner.get(tb);return R?!1:e===`Left`&&this.owner.vel.x>0||e===`Right`&&this.owner.vel.x<0}static __type=[()=>ControlsComponent,()=>lb,`owner`,`sprintTimer`,function(){return 0},()=>lb,`onAdd`,`PlayerControlsComponent`,`P7!P7"3#'3$>%PP7&2#$0'!!!!5w(`]};function __assignType$9(e,R){return e.__type=R,e}__name$1(__assignType$9,`__assignType`);var ScrollingBackground=class extends Zd{xSpeed;ySpeed;image;graphics=new vp;transform=new Gd;constructor(e){let{xSpeed:R=.25,ySpeed:W=.1,z:Y=-100,image:X}=e;super(),this.addComponent(this.graphics),this.addComponent(this.transform),this.image=X,this.xSpeed=R,this.ySpeed=W,this.graphics.anchor=vec(.5,.5),this.transform.pos=vec(0,0),this.transform.z=Y}onInitialize(e){let R=this.image.toSprite(),W=this.scene.camera.viewport.width,Y=this.scene.camera.viewport.height,X=Math.ceil(W/R.width)+1,ie=Math.ceil(Y/R.height)+1;this.graphics.use(new jf({members:Array.from({length:X*ie}).map(__assignType$9((e,W)=>{let Y=W%X,ae=Math.floor(W/ie);return{graphic:R,offset:vec(R.width*Y,R.height*ae)}},[`_`,`i`,``,`P"2!"2""/#`]))})),this.on(`pretransformdraw`,()=>{let W=this.scene.camera,Y=W.drawPos.x-e.halfDrawWidth,X=W.drawPos.y-e.halfDrawHeight;this.transform.pos.x=Y,this.transform.pos.y=X;let ie=Y*-this.xSpeed%R.width+R.width,ae=X*-this.ySpeed%R.height+R.height;this.graphics.offset.setTo(ie,ae)})}static __type=[()=>Zd,`xSpeed`,`ySpeed`,`image`,`graphics`,function(){return new vp},`transform`,function(){return new Gd},`z`,`args`,`constructor`,`_engine`,`onInitialize`,`ScrollingBackground`,`P7!'3"'3#!3$!3%>&!3'>(PP!4$'4"8'4#8'4)8M2*"0+P!2,$0-5w.`]};function __assignType$8(e,R){return e.__type=R,e}__name$1(__assignType$8,`__assignType`);var Tween=class{engine;value;_startValue=0;_targetValue=0;_easing;_duration=0;_elapsed=0;constructor(e,R,W){let{easing:Y=bp.Linear,duration:X=1e3}=W;this.engine=e,this.value=R,this._startValue=R,this._targetValue=R,this._easing=Y,this._duration=X,e.on(`preupdate`,this.onUpdate)}onUpdate=__assignType$8(e=>{this._elapsed<this._duration&&(this._elapsed=Math.min(this._duration,this._elapsed+e.elapsed),this.value=this._easing(this._elapsed,this._startValue,this._targetValue,this._duration))},[`ev`,``,`P!2!"/"`]);set(e,R=!1){this._elapsed=0,R?(this.value=e,this._startValue=e,this._targetValue=e):(this._startValue=this.value,this._targetValue=e)}destroy(){this.engine.off(`preupdate`,this.onUpdate)}static __type=[`engine`,`value`,`_startValue`,function(){return 0},`_targetValue`,function(){return 0},`_easing`,`_duration`,function(){return 0},`_elapsed`,function(){return 0},`easing`,`duration`,`opts`,`constructor`,`onUpdate`,function(){return __assignType$8(e=>{this._elapsed<this._duration&&(this._elapsed=Math.min(this._duration,this._elapsed+e.elapsed),this.value=this._easing(this._elapsed,this._startValue,this._targetValue,this._duration))},[`ev`,``,`P!2!"/"`])},`immediately`,`set`,`destroy`,`Tween`,`!3!'3"'3#;>$'3%;>&!3';'3(;>)'3*;>+P!2!'2"P!4,8'4-8M2."0/!30>1P'2""22"03P"045w5`]},LockToPlayerStrategy=class{FOLLOW_DAMPING=.5;TURN_TWEEN_DURATION=400;X_EDGE_BUFFER=20;Y_EDGE_BUFFER=40;target;xOffset;facing=`right`;isFirstUpdate=!0;constructor(e){this.target=e,this.xOffset=new Tween(this.target.scene.engine,0,{easing:bp.Linear,duration:this.TURN_TWEEN_DURATION}),this.turn(`right`,!0)}action(e,R,W,Y){let X=e.getGlobalPos(),ie=X.x-R.pos.x+this.xOffset.value,ae=X.y-R.pos.y,le=ie<-this.X_EDGE_BUFFER,_e=ie>this.X_EDGE_BUFFER,ye=ae<-this.Y_EDGE_BUFFER,be=ae>this.Y_EDGE_BUFFER,Ce=R.pos.x,Te=R.pos.y;if((le&&this.facing!==`left`||_e&&this.facing!==`right`)&&this.turn(le?`left`:`right`),le?Ce=X.x+this.X_EDGE_BUFFER+this.xOffset.value:_e&&(Ce=X.x-this.X_EDGE_BUFFER+this.xOffset.value),(ye||be)&&(Te=ye?X.y+this.Y_EDGE_BUFFER:X.y-this.Y_EDGE_BUFFER),this.isFirstUpdate)return this.isFirstUpdate=!1,vec(Ce,Te);if(le||_e){let e=Ce-R.pos.x,W=Te-R.pos.y;Math.abs(e)>.1&&(Ce-=e*this.FOLLOW_DAMPING),Math.abs(W)>.1&&(Te-=W*this.FOLLOW_DAMPING)}return vec(Ce,Te)}turn(e,R=!1){this.facing=e,e===`left`?this.xOffset.set(-this.X_EDGE_BUFFER*4,R):this.xOffset.set(this.X_EDGE_BUFFER*4,R)}static __type=[`FOLLOW_DAMPING`,function(){return .5},`TURN_TWEEN_DURATION`,function(){return 400},`X_EDGE_BUFFER`,function(){return 20},`Y_EDGE_BUFFER`,function(){return 40},()=>lb,`target`,()=>Tween,`xOffset`,`left`,`right`,`facing`,function(){return`right`},`isFirstUpdate`,function(){return!0},()=>lb,`constructor`,()=>lb,`camera`,`engine`,`elapsed`,`action`,`left`,`right`,`direction`,`immediately`,`turn`,`LockToPlayerStrategy`,`'3!>"'3#>$'3%>&'3'>(P7)3*P7+3,P.-..J3/>0)31;>2PP732*"04PP752*!26!27'28"09PP.:.;J2<"2="0>5"x"w?`]},DamageComponent=class extends Component{amount;cancelContactOnDamage;constructor({amount:e,cancelContactOnDamage:R}){super(),this.amount=e,this.cancelContactOnDamage=R??!0}onAdd(e){e.on(`precollision`,this.onPreCollisionResolve.bind(this))}onPreCollisionResolve(e){let R=this.owner.get(KillableComponent),W=this.owner.get(StompableComponent),Y=R?.dead??!1,X=e.other.owner,ie=X.get(tb),ae=X instanceof PhysicsActor&&W?.isBeingStomped(X);ie&&(this.cancelContactOnDamage&&e.contact.cancel(),!Y&&!ae&&ie.damage(this.amount,X.center.x<this.owner.center.x?`left`:`right`))}static __type=[()=>Component,`owner`,`amount`,`cancelContactOnDamage`,`param0`,`constructor`,`onAdd`,`event`,`onPreCollisionResolve`,`DamageComponent`,`P7!!3"'3#)3$PP'4#)4$8M2%"0&P!2"$0'P!2("0)5w*`]};const ub=[`stompDuration`,`EnemyActorArgs`,`P!P'4!8MKw"y`];var db=class EnemyActor extends PhysicsActor{killable;stompable;constructor({stompDuration:e,...R}){super({collisionType:Wd.Active,collisionGroup:Iy.Enemy,...R}),this.killable=new KillableComponent({stompDuration:e}),this.stompable=new StompableComponent,this.addComponent(new DamageComponent({amount:1})),this.addComponent(this.stompable),this.addComponent(this.killable),this.killable.events.on(`kill`,this.onKill.bind(this))}get dead(){return this.killable.dead}set dead(e){this.killable.dead=e}onPreCollisionResolve(e,R,W,Y){R.owner instanceof EnemyActor&&Y.cancel()}onKill(){}static __type=[()=>PhysicsActor,()=>KillableComponent,`killable`,()=>StompableComponent,`stompable`,()=>ub,`param0`,`constructor`,`self`,`other`,`side`,`contact`,`onPreCollisionResolve`,`onKill`,`EnemyActor`,`P7!P7"3#<P7$3%<Pn&2'"0(!P!2)!2*!2+!2,$0-P"0.5w/`]};const fb={rows:1,columns:3,spriteWidth:64,spriteHeight:48},pb={green:{speed:20,spritesheet:Kf.fromImageSource({image:Ny.img.spiderGreen,grid:fb})},gray:{speed:30,spritesheet:Kf.fromImageSource({image:Ny.img.spiderGray,grid:fb})}},mb=[()=>pb,`type`,`SpiderEnemyArgs`,`P!Pi!g4"MKw#y`];var SpiderEnemy=class extends db{spritesheet;speed;direction=`left`;constructor(e){super({...e,anchor:vec(.5,32/48),collider:Tf.Box(24,4,vec(.5,1))}),this.spritesheet=pb[e.type].spritesheet,this.speed=pb[e.type].speed,this.graphics.use(Af.fromSpriteSheet(this.spritesheet,[0,1,2],2500/this.speed))}onPreUpdate(e,R){if(this.dead)return;let W=this.raycast(new Ray(vec(this.collider.bounds.left+1,Math.round(this.collider.bounds.bottom)-1),Ad.Down),1),Y=this.raycast(new Ray(vec(this.collider.bounds.right-1,Math.round(this.collider.bounds.bottom)-1),Ad.Down),1),X=this.direction===`left`&&W.length===0,ie=this.direction===`right`&&Y.length===0;(X||ie)&&(this.direction=this.direction===`left`?`right`:`left`),this.graphics.flipHorizontal=this.direction===`right`,this.direction===`left`?this.vel.x=-this.speed:this.vel.x=this.speed}onCollisionStart(e,R,W,Y){R.owner instanceof lb||R.owner instanceof Cp&&R.owner.body.collisionType===Wd.Passive||(W===tf.Left||W===tf.Right)&&(this.direction=this.direction===`left`?`right`:`left`)}onKill(){this.graphics.current.pause(),this.vel.x=0,this.vel.y=0,this.body.useGravity=!1}static __type=[()=>db,`spritesheet`,`speed`,`left`,`right`,`direction`,function(){return`left`},()=>mb,`args`,`constructor`,`engine`,`elapsed`,`onPreUpdate`,`self`,`other`,`side`,`contact`,`onCollisionStart`,`onKill`,`SpiderEnemy`,`P7!!3"'3#P.$.%J3&>'Pn(2)"0*P!2+'2,$0-P!2.!2/!20!21$02P"035w4`]};function __assignType$7(e,R){return e.__type=R,e}__name$1(__assignType$7,`__assignType`);const hb=Ny.img.platform.toSprite(),gb=new Rf({image:hb.image,destSize:{height:16,width:16},sourceView:{x:0,y:0,width:16,height:16}}),_b=new Rf({image:hb.image,destSize:{height:16,width:16},sourceView:{x:32,y:0,width:16,height:16}}),vb=new Rf({image:hb.image,destSize:{height:16,width:16},sourceView:{x:16,y:0,width:16,height:16}}),yb=[`oneWay`,`MovingPlatformArgs`,`P!P)4!8MKw"y`];var MovingPlatform=class extends Cp{constructor({oneWay:e=!0,...R},W){super({color:zd.Green,anchor:vec(0,0),collisionType:Wd.Fixed,collisionGroup:Iy.Ground,...R});let Y=this.width-32;this.graphics.use(new jf({members:[{graphic:gb,offset:vec(0,0)},...Array.from({length:Y/16},__assignType$7((e,R)=>({graphic:vb,offset:vec(16+R*16,0)}),[`_`,`i`,``,`P"2!"2""/#`])),{graphic:_b,offset:vec(this.width-16,0)}]})),W(this.actions),this.addComponent(new CarrierComponent),e&&this.addComponent(new OneWayCollisionComponent)}static __type=[()=>Cp,()=>yb,`param0`,`actions`,``,`cb`,`constructor`,`MovingPlatform`,`P7!Pn"2#P!2$"/%2&"0'5w(`]};const bb=[`x`,`y`,`pos`,()=>db,``,`spawn`,`EnemySpawnerArgs`,`P'4!'4"P!2#P7$/%4&Mw'y`];var EnemySpawner=class extends Cp{OFFSCREEN_BUFFER=100;spawnedInstance=null;canSpawn=!0;spawn;constructor({x:e,y:R,spawn:W}){super({x:e,y:R}),this.spawn=W,this.on(`enterviewport`,()=>{this.spawnInstance()})}spawnInstance(){this.spawnedInstance||!this.canSpawn||(this.canSpawn=!1,this.spawnedInstance=this.spawn(this.pos),this.spawnedInstance.on(`kill`,()=>{this.spawnedInstance=null}),this.scene.engine.add(this.spawnedInstance))}onPreUpdate(e,R){let W=e.currentScene.camera.viewport,Y=this.OFFSCREEN_BUFFER,X=W.left-Y,ie=W.top-Y,ae=W.right+Y,le=W.bottom+Y,{x:_e,y:ye}=this.pos;if(_e<X||_e>ae||ye<ie||ye>le?this.spawnedInstance||(this.canSpawn=!0):this.spawnInstance(),this.spawnedInstance){let e=this.spawnedInstance.getGlobalPos();(e.x<X||e.x>ae||e.y<ie||e.y>le)&&(this.spawnedInstance.kill(),this.spawnedInstance=null)}}static __type=[()=>Cp,`OFFSCREEN_BUFFER`,function(){return 100},()=>db,`spawnedInstance`,function(){return null},`canSpawn`,function(){return!0},`pos`,()=>db,``,`spawn`,()=>bb,`param0`,`constructor`,`spawnInstance`,`engine`,`_elapsed`,`onPreUpdate`,`EnemySpawner`,`P7!'3">#PP7$,J3%;>&)3';>(P!2)P7*/+3,Pn-2."0/P"00P!21'22$035w4`]};const xb={rows:1,columns:3,spriteWidth:48,spriteHeight:48},Sb={purple:{speed:20,distance:60,spritesheet:Kf.fromImageSource({image:Ny.img.birdPurple,grid:xb})},orange:{speed:30,distance:100,spritesheet:Kf.fromImageSource({image:Ny.img.birdOrange,grid:xb})}},Cb=[()=>Sb,`type`,`BirdEnemyArgs`,`P!Pi!g4"MKw#y`];var BirdEnemy=class extends db{spritesheet;speed;distance;direction=`left`;elapsedMs=0;deathPosition=null;initialPos;constructor(e){super({...e,stompDuration:1500,anchor:vec(.5,.6),collider:Tf.Box(16,5,vec(.5,1)),collisionType:Wd.Passive}),this.spritesheet=Sb[e.type].spritesheet,this.speed=Sb[e.type].speed,this.distance=Sb[e.type].distance,this.body.useGravity=!1,this.graphics.use(Af.fromSpriteSheet(this.spritesheet,[0,1,2],3e3/this.speed)),this.initialPos=this.pos.clone(),this.canBeCarried=!1}onPreUpdate(e,R){this.elapsedMs+=R,this.dead&&this.deathPosition?(this.vel.y=10,this.pos.x+=Math.sin((this.pos.y-this.deathPosition.y)/2),this.rotation=-Math.sin((this.pos.x-this.deathPosition.x)/50)):(this.graphics.flipHorizontal=this.direction===`right`,this.direction===`left`?this.vel.x=-this.speed:this.vel.x=this.speed,this.pos.y+=Math.sin(this.elapsedMs/(this.speed*10)*Math.PI)*.3),this.pos.x<this.initialPos.x-this.distance?this.direction=`right`:this.pos.x>this.initialPos.x&&(this.direction=`left`)}onKill(){this.deathPosition=this.pos.clone(),this.graphics.current.pause(),this.vel.x=0,this.vel.y=0,this.body.useGravity=!1}static __type=[()=>db,`spritesheet`,`speed`,`distance`,`left`,`right`,`direction`,function(){return`left`},`elapsedMs`,function(){return 0},`deathPosition`,function(){return null},`initialPos`,()=>Cb,`args`,`constructor`,`engine`,`elapsed`,`onPreUpdate`,`onKill`,`BirdEnemy`,`P7!!3"'3#'3$P.%.&J3'>('3);>*P!,J3+;>,!3-;Pn.2/"00P!21'22$03P"045w5`]},AxeHazard=class extends Cp{elapsedMs=0;constructor(e){super({...e,anchor:vec(.5,0),width:12,height:48,rotation:0,collisionType:Wd.Passive,collisionGroup:Iy.Enemy,collider:Tf.Box(28,12,vec(.5,.5),vec(0,42))}),this.body.useGravity=!1,this.graphics.offset=vec(0,-8),this.graphics.use(Ny.img.axe.toSprite()),this.addComponent(new DamageComponent({amount:1}))}onPreUpdate(e,R){this.elapsedMs+=R;let W=Math.PI/2,Y=this.elapsedMs/1e3;this.rotation=W*Math.cos(Math.sqrt(Ky.y/600)*Y)}static __type=[()=>Cp,`elapsedMs`,function(){return 0},`args`,`constructor`,`_engine`,`elapsed`,`onPreUpdate`,`AxeHazard`,`P7!'3";>#P!2$"0%P!2&'2'"0(5w)`]};function __assignType$6(e,R){return e.__type=R,e}__name$1(__assignType$6,`__assignType`);var CircularSawHazard=class extends PhysicsActor{direction=1;speed=25;bladeSize={width:24,height:12};lastGroundHit=null;constructor(e){super({...e,name:`circular-saw`,anchor:vec(.5,.5),width:4,height:4,collisionType:Wd.Passive,collisionGroup:Iy.Enemy}),this.pos.x+=this.width*this.anchor.x,this.pos.y-=this.height*this.anchor.y,this.body.useGravity=!1,this.graphics.use(Ny.img.circularSaw.toSprite()),this.graphics.offset=vec(0,2);let R=new Cp({pos:vec(0,0),anchor:vec(.5,1),width:this.bladeSize.width,height:this.bladeSize.height,collisionType:Wd.Passive,collisionGroup:Iy.Enemy});R.addComponent(new DamageComponent({amount:1})),this.addChild(R),this.addComponent(new CarriableComponent)}onInitialize(e){this.graphics.material=new RenderTopHalfMaterial(e.graphicsContext,this)}onPreUpdate(e,R){let W=this.direction===1?this.collider.bounds.right+this.bladeSize.width/2:this.collider.bounds.left-this.bladeSize.width/2,Y=this.collider.bounds.bottom-1,[X]=this.raycast(new Ray(vec(W,Y),Ad.Down),1,{collisionGroup:Iy.Ground}),[ie]=this.raycast(new Ray(vec(W,Y),this.direction===1?Ad.Right:Ad.Left),1,{collisionGroup:Iy.Ground});(!X&&this.lastGroundHit||ie)&&(this.direction*=-1);let ae=this.graphics.current;ae.rotation=(ae.rotation+toRadians(this.speed*5/R))%(Math.PI*2),this.vel.x=this.speed*this.direction,X&&(this.lastGroundHit=X)}static __type=[()=>PhysicsActor,`direction`,function(){return 1},`speed`,function(){return 25},`bladeSize`,function(){return{width:24,height:12}},`lastGroundHit`,function(){return null},`args`,`constructor`,`engine`,`onInitialize`,`_engine`,`elapsed`,`onPreUpdate`,`CircularSawHazard`,`P7!'3">#'3$>%!3&>'P!,J3(>)P!2*"0+P!2,$0-P!2.'2/"005w1`]},RenderTopHalfMaterial=class extends pp{constructor(e,R){super({name:`render-top-half-material`,fragmentSource:`#version 300 es
|
|
1105
|
+
`))}};const Yh={major:4,minor:2,patch:1},Xh=N(`$ZodType`,((e,R)=>{var W;e??={},e._zod.def=R,e._zod.bag=e._zod.bag||{},e._zod.version=Yh;let Y=[...e._zod.def.checks??[]];e._zod.traits.has(`$ZodCheck`)&&Y.unshift(e);for(let R of Y)for(let W of R._zod.onattach)W(e);if(Y.length===0)(W=e._zod).deferred??(W.deferred=[]),e._zod.deferred?.push((()=>{e._zod.run=e._zod.parse}));else{let t=(e,R,W)=>{let Y,X=ce(e);for(let ie of R){if(ie._zod.def.when){if(!ie._zod.def.when(e))continue}else if(X)continue;let R=e.issues.length,ae=ie._zod.check(e);if(ae instanceof Promise&&!1===W?.async)throw new G;if(Y||ae instanceof Promise)Y=(Y??Promise.resolve()).then((async()=>{await ae,e.issues.length!==R&&(X||=ce(e,R))}));else{if(e.issues.length===R)continue;X||=ce(e,R)}}return Y?Y.then((()=>e)):e},A=(R,W,X)=>{if(ce(R))return R.aborted=!0,R;let ie=t(W,Y,X);if(ie instanceof Promise){if(!1===X.async)throw new G;return ie.then((R=>e._zod.parse(R,X)))}return e._zod.parse(ie,X)};e._zod.run=(R,W)=>{if(W.skipChecks)return e._zod.parse(R,W);if(W.direction===`backward`){let Y=e._zod.parse({value:R.value,issues:[]},{...W,skipChecks:!0});return Y instanceof Promise?Y.then((e=>A(e,R,W))):A(Y,R,W)}let X=e._zod.parse(R,W);if(X instanceof Promise){if(!1===W.async)throw new G;return X.then((e=>t(e,Y,W)))}return t(X,Y,W)}}e[`~standard`]={validate:R=>{try{let W=wm(e,R);return W.success?{value:W.data}:{issues:W.error?.issues}}catch{return Tm(e,R).then((e=>e.success?{value:e.data}:{issues:e.error?.issues}))}},vendor:`zod`,version:1}})),Zh=N(`$ZodString`,((e,R)=>{Xh.init(e,R),e._zod.pattern=[...e?._zod.bag?.patterns??[]].pop()??Bt(e._zod.bag),e._zod.parse=(W,Y)=>{if(R.coerce)try{W.value=String(W.value)}catch{}return typeof W.value==`string`||W.issues.push({expected:`string`,code:`invalid_type`,input:W.value,inst:e}),W}})),Qh=N(`$ZodStringFormat`,((e,R)=>{zh.init(e,R),Zh.init(e,R)})),$h=N(`$ZodGUID`,((e,R)=>{R.pattern??=Pm,Qh.init(e,R)})),eg=N(`$ZodUUID`,((e,R)=>{if(R.version){let e={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[R.version];if(e===void 0)throw Error(`Invalid UUID version: "${R.version}"`);R.pattern??=je(e)}else R.pattern??=je();Qh.init(e,R)})),tg=N(`$ZodEmail`,((e,R)=>{R.pattern??=Rm,Qh.init(e,R)})),rg=N(`$ZodURL`,((e,R)=>{Qh.init(e,R),e._zod.check=W=>{try{let Y=W.value.trim(),X=new URL(Y);R.hostname&&(R.hostname.lastIndex=0,R.hostname.test(X.hostname)||W.issues.push({code:`invalid_format`,format:`url`,note:`Invalid hostname`,pattern:R.hostname.source,input:W.value,inst:e,continue:!R.abort})),R.protocol&&(R.protocol.lastIndex=0,R.protocol.test(X.protocol.endsWith(`:`)?X.protocol.slice(0,-1):X.protocol)||W.issues.push({code:`invalid_format`,format:`url`,note:`Invalid protocol`,pattern:R.protocol.source,input:W.value,inst:e,continue:!R.abort})),R.normalize?W.value=X.href:W.value=Y;return}catch{W.issues.push({code:`invalid_format`,format:`url`,input:W.value,inst:e,continue:!R.abort})}}})),ag=N(`$ZodEmoji`,((e,R)=>{R.pattern??=At(),Qh.init(e,R)})),og=N(`$ZodNanoID`,((e,R)=>{R.pattern??=jm,Qh.init(e,R)})),sg=N(`$ZodCUID`,((e,R)=>{R.pattern??=Em,Qh.init(e,R)})),cg=N(`$ZodCUID2`,((e,R)=>{R.pattern??=Dm,Qh.init(e,R)})),lg=N(`$ZodULID`,((e,R)=>{R.pattern??=Om,Qh.init(e,R)})),ug=N(`$ZodXID`,((e,R)=>{R.pattern??=km,Qh.init(e,R)})),dg=N(`$ZodKSUID`,((e,R)=>{R.pattern??=Am,Qh.init(e,R)})),fg=N(`$ZodISODateTime`,((e,R)=>{R.pattern??=ft(R),Qh.init(e,R)})),pg=N(`$ZodISODate`,((e,R)=>{R.pattern??=eh,Qh.init(e,R)})),mg=N(`$ZodISOTime`,((e,R)=>{R.pattern??=pt(R),Qh.init(e,R)})),hg=N(`$ZodISODuration`,((e,R)=>{R.pattern??=Mm,Qh.init(e,R)})),gg=N(`$ZodIPv4`,((e,R)=>{R.pattern??=Wm,Qh.init(e,R),e._zod.bag.format=`ipv4`})),_g=N(`$ZodIPv6`,((e,R)=>{R.pattern??=Gm,Qh.init(e,R),e._zod.bag.format=`ipv6`,e._zod.check=W=>{try{new URL(`http://[${W.value}]`)}catch{W.issues.push({code:`invalid_format`,format:`ipv6`,input:W.value,inst:e,continue:!R.abort})}}})),vg=N(`$ZodMAC`,((e,R)=>{R.pattern??=ot(R.delimiter),Qh.init(e,R),e._zod.bag.format=`mac`})),yg=N(`$ZodCIDRv4`,((e,R)=>{R.pattern??=Km,Qh.init(e,R)})),bg=N(`$ZodCIDRv6`,((e,R)=>{R.pattern??=qm,Qh.init(e,R),e._zod.check=W=>{let Y=W.value.split(`/`);try{if(Y.length!==2)throw Error();let[e,R]=Y;if(!R)throw Error();let W=Number(R);if(`${W}`!==R||W<0||W>128)throw Error();new URL(`http://[${e}]`)}catch{W.issues.push({code:`invalid_format`,format:`cidrv6`,input:W.value,inst:e,continue:!R.abort})}}}));function OA(e){if(e===``)return!0;if(e.length%4!=0)return!1;try{return atob(e),!0}catch{return!1}}const xg=N(`$ZodBase64`,((e,R)=>{R.pattern??=Jm,Qh.init(e,R),e._zod.bag.contentEncoding=`base64`,e._zod.check=W=>{OA(W.value)||W.issues.push({code:`invalid_format`,format:`base64`,input:W.value,inst:e,continue:!R.abort})}})),Sg=N(`$ZodBase64URL`,((e,R)=>{R.pattern??=Ym,Qh.init(e,R),e._zod.bag.contentEncoding=`base64url`,e._zod.check=W=>{(function(e){if(!Ym.test(e))return!1;let R=e.replace(/[-_]/g,(e=>e===`-`?`+`:`/`));return OA(R.padEnd(4*Math.ceil(R.length/4),`=`))})(W.value)||W.issues.push({code:`invalid_format`,format:`base64url`,input:W.value,inst:e,continue:!R.abort})}})),Cg=N(`$ZodE164`,((e,R)=>{R.pattern??=Qm,Qh.init(e,R)})),wg=N(`$ZodJWT`,((e,R)=>{Qh.init(e,R),e._zod.check=W=>{(function(e,R=null){try{let W=e.split(`.`);if(W.length!==3)return!1;let[Y]=W;if(!Y)return!1;let X=JSON.parse(atob(Y));return!(`typ`in X&&X?.typ!==`JWT`||!X.alg||R&&(!(`alg`in X)||X.alg!==R))}catch{return!1}})(W.value,R.alg)||W.issues.push({code:`invalid_format`,format:`jwt`,input:W.value,inst:e,continue:!R.abort})}})),Tg=N(`$ZodCustomStringFormat`,((e,R)=>{Qh.init(e,R),e._zod.check=W=>{R.fn(W.value)||W.issues.push({code:`invalid_format`,format:R.format,input:W.value,inst:e,continue:!R.abort})}})),Eg=N(`$ZodNumber`,((e,R)=>{Xh.init(e,R),e._zod.pattern=e._zod.bag.pattern??rh,e._zod.parse=(W,Y)=>{if(R.coerce)try{W.value=Number(W.value)}catch{}let X=W.value;if(typeof X==`number`&&!Number.isNaN(X)&&Number.isFinite(X))return W;let ie=typeof X==`number`?Number.isNaN(X)?`NaN`:Number.isFinite(X)?void 0:`Infinity`:void 0;return W.issues.push({expected:`number`,code:`invalid_type`,input:X,inst:e,...ie?{received:ie}:{}}),W}})),Dg=N(`$ZodNumberFormat`,((e,R)=>{jh.init(e,R),Eg.init(e,R)})),Og=N(`$ZodBoolean`,((e,R)=>{Xh.init(e,R),e._zod.pattern=ih,e._zod.parse=(W,Y)=>{if(R.coerce)try{W.value=!!W.value}catch{}let X=W.value;return typeof X==`boolean`||W.issues.push({expected:`boolean`,code:`invalid_type`,input:X,inst:e}),W}})),kg=N(`$ZodBigInt`,((e,R)=>{Xh.init(e,R),e._zod.pattern=th,e._zod.parse=(W,Y)=>{if(R.coerce)try{W.value=BigInt(W.value)}catch{}return typeof W.value==`bigint`||W.issues.push({expected:`bigint`,code:`invalid_type`,input:W.value,inst:e}),W}})),jg=N(`$ZodBigIntFormat`,((e,R)=>{Mh.init(e,R),kg.init(e,R)})),Mg=N(`$ZodSymbol`,((e,R)=>{Xh.init(e,R),e._zod.parse=(R,W)=>{let Y=R.value;return typeof Y==`symbol`||R.issues.push({expected:`symbol`,code:`invalid_type`,input:Y,inst:e}),R}})),Ng=N(`$ZodUndefined`,((e,R)=>{Xh.init(e,R),e._zod.pattern=oh,e._zod.values=new Set([void 0]),e._zod.optin=`optional`,e._zod.optout=`optional`,e._zod.parse=(R,W)=>{let Y=R.value;return Y===void 0||R.issues.push({expected:`undefined`,code:`invalid_type`,input:Y,inst:e}),R}})),Pg=N(`$ZodNull`,((e,R)=>{Xh.init(e,R),e._zod.pattern=ah,e._zod.values=new Set([null]),e._zod.parse=(R,W)=>{let Y=R.value;return Y===null||R.issues.push({expected:`null`,code:`invalid_type`,input:Y,inst:e}),R}})),Fg=N(`$ZodAny`,((e,R)=>{Xh.init(e,R),e._zod.parse=e=>e})),Ig=N(`$ZodUnknown`,((e,R)=>{Xh.init(e,R),e._zod.parse=e=>e})),Lg=N(`$ZodNever`,((e,R)=>{Xh.init(e,R),e._zod.parse=(R,W)=>(R.issues.push({expected:`never`,code:`invalid_type`,input:R.value,inst:e}),R)})),Rg=N(`$ZodVoid`,((e,R)=>{Xh.init(e,R),e._zod.parse=(R,W)=>{let Y=R.value;return Y===void 0||R.issues.push({expected:`void`,code:`invalid_type`,input:Y,inst:e}),R}})),zg=N(`$ZodDate`,((e,R)=>{Xh.init(e,R),e._zod.parse=(W,Y)=>{if(R.coerce)try{W.value=new Date(W.value)}catch{}let X=W.value,ie=X instanceof Date;return ie&&!Number.isNaN(X.getTime())||W.issues.push({expected:`date`,code:`invalid_type`,input:X,...ie?{received:`Invalid Date`}:{},inst:e}),W}}));function oi(e,R,W){e.issues.length&&R.issues.push(...ge(W,e.issues)),R.value[W]=e.value}const Bg=N(`$ZodArray`,((e,R)=>{Xh.init(e,R),e._zod.parse=(W,Y)=>{let X=W.value;if(!Array.isArray(X))return W.issues.push({expected:`array`,code:`invalid_type`,input:X,inst:e}),W;W.value=Array(X.length);let ie=[];for(let e=0;e<X.length;e++){let ae=X[e],le=R.element._zod.run({value:ae,issues:[]},Y);le instanceof Promise?ie.push(le.then((R=>oi(R,W,e)))):oi(le,W,e)}return ie.length?Promise.all(ie).then((()=>W)):W}}));function ri(e,R,W,Y){e.issues.length&&R.issues.push(...ge(W,e.issues)),e.value===void 0?W in Y&&(R.value[W]=void 0):R.value[W]=e.value}function ai(e){let R=Object.keys(e.shape);for(let W of R)if(!e.shape?.[W]?._zod?.traits?.has(`$ZodType`))throw Error(`Invalid element at key "${W}": expected a Zod schema`);let W=(Y=e.shape,Object.keys(Y).filter((e=>Y[e]._zod.optin===`optional`&&Y[e]._zod.optout===`optional`)));var Y;return{...e,keys:R,keySet:new Set(R),numKeys:R.length,optionalKeys:new Set(W)}}function li(e,R,W,Y,X,ie){let ae=[],le=X.keySet,_e=X.catchall._zod,ye=_e.def.type;for(let X in R){if(le.has(X))continue;if(ye===`never`){ae.push(X);continue}let ie=_e.run({value:R[X],issues:[]},Y);ie instanceof Promise?e.push(ie.then((e=>ri(e,W,X,R)))):ri(ie,W,X,R)}return ae.length&&W.issues.push({code:`unrecognized_keys`,keys:ae,input:R,inst:ie}),e.length?Promise.all(e).then((()=>W)):W}const Vg=N(`$ZodObject`,((e,R)=>{if(Xh.init(e,R),!Object.getOwnPropertyDescriptor(R,`shape`)?.get){let e=R.shape;Object.defineProperty(R,`shape`,{get:()=>{let W={...e};return Object.defineProperty(R,`shape`,{value:W}),W}})}let W=Z((()=>ai(R)));H(e._zod,`propValues`,(()=>{let e=R.shape,W={};for(let R in e){let Y=e[R]._zod;if(Y.values){W[R]??(W[R]=new Set);for(let e of Y.values)W[R].add(e)}}return W}));let Y=V,X=R.catchall,ie;e._zod.parse=(R,ae)=>{ie??=W.value;let le=R.value;if(!Y(le))return R.issues.push({expected:`object`,code:`invalid_type`,input:le,inst:e}),R;R.value={};let _e=[],ye=ie.shape;for(let e of ie.keys){let W=ye[e]._zod.run({value:le[e],issues:[]},ae);W instanceof Promise?_e.push(W.then((W=>ri(W,R,e,le)))):ri(W,R,e,le)}return X?li(_e,le,R,ae,W.value,e):_e.length?Promise.all(_e).then((()=>R)):R}})),Hg=N(`$ZodObjectJIT`,((e,R)=>{Vg.init(e,R);let W=e._zod.parse,Y=Z((()=>ai(R))),X,ie=V,ae=!fm.jitless,le=ae&&hm.value,_e=R.catchall,ye;e._zod.parse=(be,Ce)=>{ye??=Y.value;let Te=be.value;return ie(Te)?ae&&le&&!1===Ce?.async&&!0!==Ce.jitless?(X||=(e=>{let R=new IA([`shape`,`payload`,`ctx`]),W=Y.value,n=e=>{let R=K(e);return`shape[${R}]._zod.run({ value: input[${R}], issues: [] }, ctx)`};R.write(`const input = payload.value;`);let X=Object.create(null),ie=0;for(let e of W.keys)X[e]=`key_`+ ie++;R.write(`const newResult = {};`);for(let e of W.keys){let W=X[e],Y=K(e);R.write(`const ${W} = ${n(e)};`),R.write(`\n if (${W}.issues.length) {\n payload.issues = payload.issues.concat(${W}.issues.map(iss => ({\n ...iss,\n path: iss.path ? [${Y}, ...iss.path] : [${Y}]\n })));\n }\n \n \n if (${W}.value === undefined) {\n if (${Y} in input) {\n newResult[${Y}] = undefined;\n }\n } else {\n newResult[${Y}] = ${W}.value;\n }\n \n `)}R.write(`payload.value = newResult;`),R.write(`return payload;`);let ae=R.compile();return(R,W)=>ae(e,R,W)})(R.shape),be=X(be,Ce),_e?li([],Te,be,Ce,ye,e):be):W(be,Ce):(be.issues.push({expected:`object`,code:`invalid_type`,input:Te,inst:e}),be)}}));function di(e,R,W,Y){for(let W of e)if(W.issues.length===0)return R.value=W.value,R;let X=e.filter((e=>!ce(e)));return X.length===1?(R.value=X[0].value,X[0]):(R.issues.push({code:`invalid_union`,input:R.value,inst:W,errors:e.map((e=>e.issues.map((e=>he(e,Y,M())))))}),R)}const Ug=N(`$ZodUnion`,((e,R)=>{Xh.init(e,R),H(e._zod,`optin`,(()=>R.options.some((e=>e._zod.optin===`optional`))?`optional`:void 0)),H(e._zod,`optout`,(()=>R.options.some((e=>e._zod.optout===`optional`))?`optional`:void 0)),H(e._zod,`values`,(()=>{if(R.options.every((e=>e._zod.values)))return new Set(R.options.flatMap((e=>Array.from(e._zod.values))))})),H(e._zod,`pattern`,(()=>{if(R.options.every((e=>e._zod.pattern))){let e=R.options.map((e=>e._zod.pattern));return RegExp(`^(${e.map((e=>j(e.source))).join(`|`)})$`)}}));let W=R.options.length===1,Y=R.options[0]._zod.run;e._zod.parse=(X,ie)=>{if(W)return Y(X,ie);let ae=!1,le=[];for(let e of R.options){let R=e._zod.run({value:X.value,issues:[]},ie);if(R instanceof Promise)le.push(R),ae=!0;else{if(R.issues.length===0)return R;le.push(R)}}return ae?Promise.all(le).then((R=>di(R,X,e,ie))):di(le,X,e,ie)}}));function ui(e,R,W,Y){let X=e.filter((e=>e.issues.length===0));return X.length===1?(R.value=X[0].value,R):(X.length===0?R.issues.push({code:`invalid_union`,input:R.value,inst:W,errors:e.map((e=>e.issues.map((e=>he(e,Y,M())))))}):R.issues.push({code:`invalid_union`,input:R.value,inst:W,errors:[],inclusive:!1}),R)}const Wg=N(`$ZodXor`,((e,R)=>{Ug.init(e,R),R.inclusive=!1;let W=R.options.length===1,Y=R.options[0]._zod.run;e._zod.parse=(X,ie)=>{if(W)return Y(X,ie);let ae=!1,le=[];for(let e of R.options){let R=e._zod.run({value:X.value,issues:[]},ie);R instanceof Promise?(le.push(R),ae=!0):le.push(R)}return ae?Promise.all(le).then((R=>ui(R,X,e,ie))):ui(le,X,e,ie)}})),Gg=N(`$ZodDiscriminatedUnion`,((e,R)=>{R.inclusive=!1,Ug.init(e,R);let W=e._zod.parse;H(e._zod,`propValues`,(()=>{let e={};for(let W of R.options){let Y=W._zod.propValues;if(!Y||Object.keys(Y).length===0)throw Error(`Invalid discriminated union option at index "${R.options.indexOf(W)}"`);for(let[R,W]of Object.entries(Y)){e[R]||(e[R]=new Set);for(let Y of W)e[R].add(Y)}}return e}));let Y=Z((()=>{let e=R.options,W=new Map;for(let Y of e){let e=Y._zod.propValues?.[R.discriminator];if(!e||e.size===0)throw Error(`Invalid discriminated union option at index "${R.options.indexOf(Y)}"`);for(let R of e){if(W.has(R))throw Error(`Duplicate discriminator value "${String(R)}"`);W.set(R,Y)}}return W}));e._zod.parse=(X,ie)=>{let ae=X.value;if(!V(ae))return X.issues.push({code:`invalid_type`,expected:`object`,input:ae,inst:e}),X;let le=Y.value.get(ae?.[R.discriminator]);return le?le._zod.run(X,ie):R.unionFallback?W(X,ie):(X.issues.push({code:`invalid_union`,errors:[],note:`No matching discriminator`,discriminator:R.discriminator,input:ae,path:[R.discriminator],inst:e}),X)}})),Kg=N(`$ZodIntersection`,((e,R)=>{Xh.init(e,R),e._zod.parse=(e,W)=>{let Y=e.value,X=R.left._zod.run({value:Y,issues:[]},W),ie=R.right._zod.run({value:Y,issues:[]},W);return X instanceof Promise||ie instanceof Promise?Promise.all([X,ie]).then((([R,W])=>Ci(e,R,W))):Ci(e,X,ie)}}));function Bi(e,R){if(e===R||e instanceof Date&&R instanceof Date&&+e==+R)return{valid:!0,data:e};if(ee(e)&&ee(R)){let W=Object.keys(R),Y=Object.keys(e).filter((e=>W.indexOf(e)!==-1)),X={...e,...R};for(let W of Y){let Y=Bi(e[W],R[W]);if(!Y.valid)return{valid:!1,mergeErrorPath:[W,...Y.mergeErrorPath]};X[W]=Y.data}return{valid:!0,data:X}}if(Array.isArray(e)&&Array.isArray(R)){if(e.length!==R.length)return{valid:!1,mergeErrorPath:[]};let W=[];for(let Y=0;Y<e.length;Y++){let X=Bi(e[Y],R[Y]);if(!X.valid)return{valid:!1,mergeErrorPath:[Y,...X.mergeErrorPath]};W.push(X.data)}return{valid:!0,data:W}}return{valid:!1,mergeErrorPath:[]}}function Ci(e,R,W){if(R.issues.length&&e.issues.push(...R.issues),W.issues.length&&e.issues.push(...W.issues),ce(e))return e;let Y=Bi(R.value,W.value);if(!Y.valid)throw Error(`Unmergable intersection. Error path: ${JSON.stringify(Y.mergeErrorPath)}`);return e.value=Y.data,e}const qg=N(`$ZodTuple`,((e,R)=>{Xh.init(e,R);let W=R.items;e._zod.parse=(Y,X)=>{let ie=Y.value;if(!Array.isArray(ie))return Y.issues.push({input:ie,inst:e,expected:`tuple`,code:`invalid_type`}),Y;Y.value=[];let ae=[],le=[...W].reverse().findIndex((e=>e._zod.optin!==`optional`)),_e=le===-1?0:W.length-le;if(!R.rest){let R=ie.length>W.length,X=ie.length<_e-1;if(R||X)return Y.issues.push({...R?{code:`too_big`,maximum:W.length}:{code:`too_small`,minimum:W.length},input:ie,inst:e,origin:`array`}),Y}let ye=-1;for(let e of W){if(ye++,ye>=ie.length&&ye>=_e)continue;let R=e._zod.run({value:ie[ye],issues:[]},X);R instanceof Promise?ae.push(R.then((e=>Qi(e,Y,ye)))):Qi(R,Y,ye)}if(R.rest){let e=ie.slice(W.length);for(let W of e){ye++;let e=R.rest._zod.run({value:W,issues:[]},X);e instanceof Promise?ae.push(e.then((e=>Qi(e,Y,ye)))):Qi(e,Y,ye)}}return ae.length?Promise.all(ae).then((()=>Y)):Y}}));function Qi(e,R,W){e.issues.length&&R.issues.push(...ge(W,e.issues)),R.value[W]=e.value}const Jg=N(`$ZodRecord`,((e,R)=>{Xh.init(e,R),e._zod.parse=(W,Y)=>{let X=W.value;if(!ee(X))return W.issues.push({expected:`record`,code:`invalid_type`,input:X,inst:e}),W;let ie=[],ae=R.keyType._zod.values;if(ae){W.value={};let le=new Set;for(let e of ae)if(typeof e==`string`||typeof e==`number`||typeof e==`symbol`){le.add(typeof e==`number`?e.toString():e);let ae=R.valueType._zod.run({value:X[e],issues:[]},Y);ae instanceof Promise?ie.push(ae.then((R=>{R.issues.length&&W.issues.push(...ge(e,R.issues)),W.value[e]=R.value}))):(ae.issues.length&&W.issues.push(...ge(e,ae.issues)),W.value[e]=ae.value)}let _e;for(let e in X)le.has(e)||(_e??=[],_e.push(e));_e&&_e.length>0&&W.issues.push({code:`unrecognized_keys`,input:X,inst:e,keys:_e})}else{W.value={};for(let ae of Reflect.ownKeys(X)){if(ae===`__proto__`)continue;let le=R.keyType._zod.run({value:ae,issues:[]},Y);if(le instanceof Promise)throw Error(`Async schemas not supported in object keys currently`);if(le.issues.length){R.mode===`loose`?W.value[ae]=X[ae]:W.issues.push({code:`invalid_key`,origin:`record`,issues:le.issues.map((e=>he(e,Y,M()))),input:ae,path:[ae],inst:e});continue}let _e=R.valueType._zod.run({value:X[ae],issues:[]},Y);_e instanceof Promise?ie.push(_e.then((e=>{e.issues.length&&W.issues.push(...ge(ae,e.issues)),W.value[le.value]=e.value}))):(_e.issues.length&&W.issues.push(...ge(ae,_e.issues)),W.value[le.value]=_e.value)}}return ie.length?Promise.all(ie).then((()=>W)):W}})),Yg=N(`$ZodMap`,((e,R)=>{Xh.init(e,R),e._zod.parse=(W,Y)=>{let X=W.value;if(!(X instanceof Map))return W.issues.push({expected:`map`,code:`invalid_type`,input:X,inst:e}),W;let ie=[];W.value=new Map;for(let[ae,le]of X){let _e=R.keyType._zod.run({value:ae,issues:[]},Y),ye=R.valueType._zod.run({value:le,issues:[]},Y);_e instanceof Promise||ye instanceof Promise?ie.push(Promise.all([_e,ye]).then((([R,ie])=>{wi(R,ie,W,ae,X,e,Y)}))):wi(_e,ye,W,ae,X,e,Y)}return ie.length?Promise.all(ie).then((()=>W)):W}}));function wi(e,R,W,Y,X,ie,ae){e.issues.length&&(gm.has(typeof Y)?W.issues.push(...ge(Y,e.issues)):W.issues.push({code:`invalid_key`,origin:`map`,input:X,inst:ie,issues:e.issues.map((e=>he(e,ae,M())))})),R.issues.length&&(gm.has(typeof Y)?W.issues.push(...ge(Y,R.issues)):W.issues.push({origin:`map`,code:`invalid_element`,input:X,inst:ie,key:Y,issues:R.issues.map((e=>he(e,ae,M())))})),W.value.set(e.value,R.value)}const Xg=N(`$ZodSet`,((e,R)=>{Xh.init(e,R),e._zod.parse=(W,Y)=>{let X=W.value;if(!(X instanceof Set))return W.issues.push({input:X,inst:e,expected:`set`,code:`invalid_type`}),W;let ie=[];W.value=new Set;for(let e of X){let X=R.valueType._zod.run({value:e,issues:[]},Y);X instanceof Promise?ie.push(X.then((e=>vi(e,W)))):vi(X,W)}return ie.length?Promise.all(ie).then((()=>W)):W}}));function vi(e,R){e.issues.length&&R.issues.push(...e.issues),R.value.add(e.value)}const Zg=N(`$ZodEnum`,((e,R)=>{Xh.init(e,R);let W=O(R.entries),Y=new Set(W);e._zod.values=Y,e._zod.pattern=RegExp(`^(${W.filter((e=>gm.has(typeof e))).map((e=>typeof e==`string`?ne(e):e.toString())).join(`|`)})$`),e._zod.parse=(R,X)=>{let ie=R.value;return Y.has(ie)||R.issues.push({code:`invalid_value`,values:W,input:ie,inst:e}),R}})),Qg=N(`$ZodLiteral`,((e,R)=>{if(Xh.init(e,R),R.values.length===0)throw Error(`Cannot create literal schema with no valid values`);let W=new Set(R.values);e._zod.values=W,e._zod.pattern=RegExp(`^(${R.values.map((e=>typeof e==`string`?ne(e):e?ne(e.toString()):String(e))).join(`|`)})$`),e._zod.parse=(Y,X)=>{let ie=Y.value;return W.has(ie)||Y.issues.push({code:`invalid_value`,values:R.values,input:ie,inst:e}),Y}})),$g=N(`$ZodFile`,((e,R)=>{Xh.init(e,R),e._zod.parse=(R,W)=>{let Y=R.value;return Y instanceof File||R.issues.push({expected:`file`,code:`invalid_type`,input:Y,inst:e}),R}})),e_=N(`$ZodTransform`,((e,R)=>{Xh.init(e,R),e._zod.parse=(W,Y)=>{if(Y.direction===`backward`)throw new T(e.constructor.name);let X=R.transform(W.value,W);if(Y.async)return(X instanceof Promise?X:Promise.resolve(X)).then((e=>(W.value=e,W)));if(X instanceof Promise)throw new G;return W.value=X,W}}));function xi(e,R){return e.issues.length&&R===void 0?{issues:[],value:void 0}:e}const t_=N(`$ZodOptional`,((e,R)=>{Xh.init(e,R),e._zod.optin=`optional`,e._zod.optout=`optional`,H(e._zod,`values`,(()=>R.innerType._zod.values?new Set([...R.innerType._zod.values,void 0]):void 0)),H(e._zod,`pattern`,(()=>{let e=R.innerType._zod.pattern;return e?RegExp(`^(${j(e.source)})?$`):void 0})),e._zod.parse=(e,W)=>{if(R.innerType._zod.optin===`optional`){let Y=R.innerType._zod.run(e,W);return Y instanceof Promise?Y.then((R=>xi(R,e.value))):xi(Y,e.value)}return e.value===void 0?e:R.innerType._zod.run(e,W)}})),n_=N(`$ZodNullable`,((e,R)=>{Xh.init(e,R),H(e._zod,`optin`,(()=>R.innerType._zod.optin)),H(e._zod,`optout`,(()=>R.innerType._zod.optout)),H(e._zod,`pattern`,(()=>{let e=R.innerType._zod.pattern;return e?RegExp(`^(${j(e.source)}|null)$`):void 0})),H(e._zod,`values`,(()=>R.innerType._zod.values?new Set([...R.innerType._zod.values,null]):void 0)),e._zod.parse=(e,W)=>e.value===null?e:R.innerType._zod.run(e,W)})),r_=N(`$ZodDefault`,((e,R)=>{Xh.init(e,R),e._zod.optin=`optional`,H(e._zod,`values`,(()=>R.innerType._zod.values)),e._zod.parse=(e,W)=>{if(W.direction===`backward`)return R.innerType._zod.run(e,W);if(e.value===void 0)return e.value=R.defaultValue,e;let Y=R.innerType._zod.run(e,W);return Y instanceof Promise?Y.then((e=>Ni(e,R))):Ni(Y,R)}}));function Ni(e,R){return e.value===void 0&&(e.value=R.defaultValue),e}const i_=N(`$ZodPrefault`,((e,R)=>{Xh.init(e,R),e._zod.optin=`optional`,H(e._zod,`values`,(()=>R.innerType._zod.values)),e._zod.parse=(e,W)=>(W.direction===`backward`||e.value===void 0&&(e.value=R.defaultValue),R.innerType._zod.run(e,W))})),a_=N(`$ZodNonOptional`,((e,R)=>{Xh.init(e,R),H(e._zod,`values`,(()=>{let e=R.innerType._zod.values;return e?new Set([...e].filter((e=>e!==void 0))):void 0})),e._zod.parse=(W,Y)=>{let X=R.innerType._zod.run(W,Y);return X instanceof Promise?X.then((R=>Ri(R,e))):Ri(X,e)}}));function Ri(e,R){return e.issues.length||e.value!==void 0||e.issues.push({code:`invalid_type`,expected:`nonoptional`,input:e.value,inst:R}),e}const o_=N(`$ZodSuccess`,((e,R)=>{Xh.init(e,R),e._zod.parse=(e,W)=>{if(W.direction===`backward`)throw new T(`ZodSuccess`);let Y=R.innerType._zod.run(e,W);return Y instanceof Promise?Y.then((R=>(e.value=R.issues.length===0,e))):(e.value=Y.issues.length===0,e)}})),s_=N(`$ZodCatch`,((e,R)=>{Xh.init(e,R),H(e._zod,`optin`,(()=>R.innerType._zod.optin)),H(e._zod,`optout`,(()=>R.innerType._zod.optout)),H(e._zod,`values`,(()=>R.innerType._zod.values)),e._zod.parse=(e,W)=>{if(W.direction===`backward`)return R.innerType._zod.run(e,W);let Y=R.innerType._zod.run(e,W);return Y instanceof Promise?Y.then((Y=>(e.value=Y.value,Y.issues.length&&(e.value=R.catchValue({...e,error:{issues:Y.issues.map((e=>he(e,W,M())))},input:e.value}),e.issues=[]),e))):(e.value=Y.value,Y.issues.length&&(e.value=R.catchValue({...e,error:{issues:Y.issues.map((e=>he(e,W,M())))},input:e.value}),e.issues=[]),e)}})),c_=N(`$ZodNaN`,((e,R)=>{Xh.init(e,R),e._zod.parse=(R,W)=>(typeof R.value==`number`&&Number.isNaN(R.value)||R.issues.push({input:R.value,inst:e,expected:`nan`,code:`invalid_type`}),R)})),l_=N(`$ZodPipe`,((e,R)=>{Xh.init(e,R),H(e._zod,`values`,(()=>R.in._zod.values)),H(e._zod,`optin`,(()=>R.in._zod.optin)),H(e._zod,`optout`,(()=>R.out._zod.optout)),H(e._zod,`propValues`,(()=>R.in._zod.propValues)),e._zod.parse=(e,W)=>{if(W.direction===`backward`){let Y=R.out._zod.run(e,W);return Y instanceof Promise?Y.then((e=>Zi(e,R.in,W))):Zi(Y,R.in,W)}let Y=R.in._zod.run(e,W);return Y instanceof Promise?Y.then((e=>Zi(e,R.out,W))):Zi(Y,R.out,W)}}));function Zi(e,R,W){return e.issues.length?(e.aborted=!0,e):R._zod.run({value:e.value,issues:e.issues},W)}const u_=N(`$ZodCodec`,((e,R)=>{Xh.init(e,R),H(e._zod,`values`,(()=>R.in._zod.values)),H(e._zod,`optin`,(()=>R.in._zod.optin)),H(e._zod,`optout`,(()=>R.out._zod.optout)),H(e._zod,`propValues`,(()=>R.in._zod.propValues)),e._zod.parse=(e,W)=>{if((W.direction||`forward`)===`forward`){let Y=R.in._zod.run(e,W);return Y instanceof Promise?Y.then((e=>ji(e,R,W))):ji(Y,R,W)}{let Y=R.out._zod.run(e,W);return Y instanceof Promise?Y.then((e=>ji(e,R,W))):ji(Y,R,W)}}}));function ji(e,R,W){if(e.issues.length)return e.aborted=!0,e;if((W.direction||`forward`)===`forward`){let Y=R.transform(e.value,e);return Y instanceof Promise?Y.then((Y=>Yi(e,Y,R.out,W))):Yi(e,Y,R.out,W)}{let Y=R.reverseTransform(e.value,e);return Y instanceof Promise?Y.then((Y=>Yi(e,Y,R.in,W))):Yi(e,Y,R.in,W)}}function Yi(e,R,W,Y){return e.issues.length?(e.aborted=!0,e):W._zod.run({value:R,issues:e.issues},Y)}const d_=N(`$ZodReadonly`,((e,R)=>{Xh.init(e,R),H(e._zod,`propValues`,(()=>R.innerType._zod.propValues)),H(e._zod,`values`,(()=>R.innerType._zod.values)),H(e._zod,`optin`,(()=>R.innerType?._zod?.optin)),H(e._zod,`optout`,(()=>R.innerType?._zod?.optout)),e._zod.parse=(e,W)=>{if(W.direction===`backward`)return R.innerType._zod.run(e,W);let Y=R.innerType._zod.run(e,W);return Y instanceof Promise?Y.then(Pi):Pi(Y)}}));function Pi(e){return e.value=Object.freeze(e.value),e}const f_=N(`$ZodTemplateLiteral`,((e,R)=>{Xh.init(e,R);let W=[];for(let e of R.parts)if(typeof e==`object`&&e){if(!e._zod.pattern)throw Error(`Invalid template literal part, no pattern found: ${[...e._zod.traits].shift()}`);let R=e._zod.pattern instanceof RegExp?e._zod.pattern.source:e._zod.pattern;if(!R)throw Error(`Invalid template literal part: ${e._zod.traits}`);let Y=+!!R.startsWith(`^`),X=R.endsWith(`$`)?R.length-1:R.length;W.push(R.slice(Y,X))}else{if(e!==null&&!_m.has(typeof e))throw Error(`Invalid template literal part: ${e}`);W.push(ne(`${e}`))}e._zod.pattern=RegExp(`^${W.join(``)}$`),e._zod.parse=(W,Y)=>typeof W.value==`string`?(e._zod.pattern.lastIndex=0,e._zod.pattern.test(W.value)||W.issues.push({input:W.value,inst:e,code:`invalid_format`,format:R.format??`template_literal`,pattern:e._zod.pattern.source}),W):(W.issues.push({input:W.value,inst:e,expected:`template_literal`,code:`invalid_type`}),W)})),p_=N(`$ZodFunction`,((e,R)=>(Xh.init(e,R),e._def=R,e._zod.def=R,e.implement=R=>{if(typeof R!=`function`)throw Error(`implement() must be called with a function`);return function(...W){let Y=e._def.input?Sm(e._def.input,W):W,X=Reflect.apply(R,this,Y);return e._def.output?Sm(e._def.output,X):X}},e.implementAsync=R=>{if(typeof R!=`function`)throw Error(`implementAsync() must be called with a function`);return async function(...W){let Y=e._def.input?await Cm(e._def.input,W):W,X=await Reflect.apply(R,this,Y);return e._def.output?await Cm(e._def.output,X):X}},e._zod.parse=(R,W)=>typeof R.value==`function`?(R.value=e._def.output&&e._def.output._zod.def.type===`promise`?e.implementAsync(R.value):e.implement(R.value),R):(R.issues.push({code:`invalid_type`,expected:`function`,input:R.value,inst:e}),R),e.input=(...R)=>{let W=e.constructor;return Array.isArray(R[0])?new W({type:`function`,input:new qg({type:`tuple`,items:R[0],rest:R[1]}),output:e._def.output}):new W({type:`function`,input:R[0],output:e._def.output})},e.output=R=>new e.constructor({type:`function`,input:e._def.input,output:R}),e))),m_=N(`$ZodPromise`,((e,R)=>{Xh.init(e,R),e._zod.parse=(e,W)=>Promise.resolve(e.value).then((e=>R.innerType._zod.run({value:e,issues:[]},W)))})),h_=N(`$ZodLazy`,((e,R)=>{Xh.init(e,R),H(e._zod,`innerType`,(()=>R.getter())),H(e._zod,`pattern`,(()=>e._zod.innerType?._zod?.pattern)),H(e._zod,`propValues`,(()=>e._zod.innerType?._zod?.propValues)),H(e._zod,`optin`,(()=>e._zod.innerType?._zod?.optin??void 0)),H(e._zod,`optout`,(()=>e._zod.innerType?._zod?.optout??void 0)),e._zod.parse=(R,W)=>e._zod.innerType._zod.run(R,W)})),g_=N(`$ZodCustom`,((e,R)=>{Eh.init(e,R),Xh.init(e,R),e._zod.parse=(e,R)=>e,e._zod.check=W=>{let Y=W.value,X=R.fn(Y);if(X instanceof Promise)return X.then((R=>en(R,W,Y,e)));en(X,W,Y,e)}}));function en(e,R,W,Y){if(!e){let e={code:`custom`,input:W,inst:Y,path:[...Y._zod.def.path??[]],continue:!Y._zod.def.abort};Y._zod.def.params&&(e.params=Y._zod.def.params),R.issues.push(pe(e))}}const tn=()=>{let e={string:{unit:`characters`,verb:`to have`},file:{unit:`bytes`,verb:`to have`},array:{unit:`items`,verb:`to have`},set:{unit:`items`,verb:`to have`}};function t(R){return e[R]??null}let R={regex:`input`,email:`email address`,url:`URL`,emoji:`emoji`,uuid:`UUID`,uuidv4:`UUIDv4`,uuidv6:`UUIDv6`,nanoid:`nanoid`,guid:`GUID`,cuid:`cuid`,cuid2:`cuid2`,ulid:`ULID`,xid:`XID`,ksuid:`KSUID`,datetime:`ISO datetime`,date:`ISO date`,time:`ISO time`,duration:`ISO duration`,ipv4:`IPv4 address`,ipv6:`IPv6 address`,mac:`MAC address`,cidrv4:`IPv4 range`,cidrv6:`IPv6 range`,base64:`base64-encoded string`,base64url:`base64url-encoded string`,json_string:`JSON string`,e164:`E.164 number`,jwt:`JWT`,template_literal:`input`};return e=>{switch(e.code){case`invalid_type`:return`Invalid input: expected ${e.expected}, received ${(e=>{let R=typeof e;switch(R){case`number`:return Number.isNaN(e)?`NaN`:`number`;case`object`:if(Array.isArray(e))return`array`;if(e===null)return`null`;if(Object.getPrototypeOf(e)!==Object.prototype&&e.constructor)return e.constructor.name}return R})(e.input)}`;case`invalid_value`:return e.values.length===1?`Invalid input: expected ${re(e.values[0])}`:`Invalid option: expected one of ${U(e.values,`|`)}`;case`too_big`:{let R=e.inclusive?`<=`:`<`,W=t(e.origin);return W?`Too big: expected ${e.origin??`value`} to have ${R}${e.maximum.toString()} ${W.unit??`elements`}`:`Too big: expected ${e.origin??`value`} to be ${R}${e.maximum.toString()}`}case`too_small`:{let R=e.inclusive?`>=`:`>`,W=t(e.origin);return W?`Too small: expected ${e.origin} to have ${R}${e.minimum.toString()} ${W.unit}`:`Too small: expected ${e.origin} to be ${R}${e.minimum.toString()}`}case`invalid_format`:{let W=e;return W.format===`starts_with`?`Invalid string: must start with "${W.prefix}"`:W.format===`ends_with`?`Invalid string: must end with "${W.suffix}"`:W.format===`includes`?`Invalid string: must include "${W.includes}"`:W.format===`regex`?`Invalid string: must match pattern ${W.pattern}`:`Invalid ${R[W.format]??e.format}`}case`not_multiple_of`:return`Invalid number: must be a multiple of ${e.divisor}`;case`unrecognized_keys`:return`Unrecognized key${e.keys.length>1?`s`:``}: ${U(e.keys,`, `)}`;case`invalid_key`:return`Invalid key in ${e.origin}`;case`invalid_union`:default:return`Invalid input`;case`invalid_element`:return`Invalid value in ${e.origin}`}}};var __,nn=class{constructor(){this._map=new WeakMap,this._idmap=new Map}add(e,...R){let W=R[0];if(this._map.set(e,W),W&&typeof W==`object`&&`id`in W){if(this._idmap.has(W.id))throw Error(`ID ${W.id} already exists in the registry`);this._idmap.set(W.id,e)}return this}clear(){return this._map=new WeakMap,this._idmap=new Map,this}remove(e){let R=this._map.get(e);return R&&typeof R==`object`&&`id`in R&&this._idmap.delete(R.id),this._map.delete(e),this}get(e){let R=e._zod.parent;if(R){let W={...this.get(R)??{}};delete W.id;let Y={...W,...this._map.get(e)};return Object.keys(Y).length?Y:void 0}return this._map.get(e)}has(e){return this._map.has(e)}};(__=globalThis).__zod_globalRegistry??(__.__zod_globalRegistry=new nn);const v_=globalThis.__zod_globalRegistry;function sn(e,R){return new e({type:`string`,format:`email`,check:`string_format`,abort:!1,...se(R)})}function rn(e,R){return new e({type:`string`,format:`guid`,check:`string_format`,abort:!1,...se(R)})}function an(e,R){return new e({type:`string`,format:`uuid`,check:`string_format`,abort:!1,...se(R)})}function ln(e,R){return new e({type:`string`,format:`uuid`,check:`string_format`,abort:!1,version:`v4`,...se(R)})}function cn(e,R){return new e({type:`string`,format:`uuid`,check:`string_format`,abort:!1,version:`v6`,...se(R)})}function gn(e,R){return new e({type:`string`,format:`uuid`,check:`string_format`,abort:!1,version:`v7`,...se(R)})}function dn(e,R){return new e({type:`string`,format:`url`,check:`string_format`,abort:!1,...se(R)})}function hn(e,R){return new e({type:`string`,format:`emoji`,check:`string_format`,abort:!1,...se(R)})}function un(e,R){return new e({type:`string`,format:`nanoid`,check:`string_format`,abort:!1,...se(R)})}function In(e,R){return new e({type:`string`,format:`cuid`,check:`string_format`,abort:!1,...se(R)})}function pn(e,R){return new e({type:`string`,format:`cuid2`,check:`string_format`,abort:!1,...se(R)})}function fn(e,R){return new e({type:`string`,format:`ulid`,check:`string_format`,abort:!1,...se(R)})}function Bn(e,R){return new e({type:`string`,format:`xid`,check:`string_format`,abort:!1,...se(R)})}function Cn(e,R){return new e({type:`string`,format:`ksuid`,check:`string_format`,abort:!1,...se(R)})}function En(e,R){return new e({type:`string`,format:`ipv4`,check:`string_format`,abort:!1,...se(R)})}function Qn(e,R){return new e({type:`string`,format:`ipv6`,check:`string_format`,abort:!1,...se(R)})}function mn(e,R){return new e({type:`string`,format:`cidrv4`,check:`string_format`,abort:!1,...se(R)})}function yn(e,R){return new e({type:`string`,format:`cidrv6`,check:`string_format`,abort:!1,...se(R)})}function wn(e,R){return new e({type:`string`,format:`base64`,check:`string_format`,abort:!1,...se(R)})}function _n(e,R){return new e({type:`string`,format:`base64url`,check:`string_format`,abort:!1,...se(R)})}function vn(e,R){return new e({type:`string`,format:`e164`,check:`string_format`,abort:!1,...se(R)})}function bn(e,R){return new e({type:`string`,format:`jwt`,check:`string_format`,abort:!1,...se(R)})}function kn(e,R){return new Oh({check:`less_than`,...se(R),value:e,inclusive:!1})}function Dn(e,R){return new Oh({check:`less_than`,...se(R),value:e,inclusive:!0})}function Sn(e,R){return new kh({check:`greater_than`,...se(R),value:e,inclusive:!1})}function xn(e,R){return new kh({check:`greater_than`,...se(R),value:e,inclusive:!0})}function zn(e){return Sn(0,e)}function Fn(e){return kn(0,e)}function Ln(e){return Dn(0,e)}function Nn(e){return xn(0,e)}function Gn(e,R){return new Ah({check:`multiple_of`,...se(R),value:e})}function Tn(e,R){return new Nh({check:`max_size`,...se(R),maximum:e})}function Rn(e,R){return new Ph({check:`min_size`,...se(R),minimum:e})}function Mn(e,R){return new Fh({check:`size_equals`,...se(R),size:e})}function On(e,R){return new Ih({check:`max_length`,...se(R),maximum:e})}function Un(e,R){return new Lh({check:`min_length`,...se(R),minimum:e})}function Jn(e,R){return new Rh({check:`length_equals`,...se(R),length:e})}function Zn(e,R){return new Bh({check:`string_format`,format:`regex`,...se(R),pattern:e})}function qn(e){return new Vh({check:`string_format`,format:`lowercase`,...se(e)})}function jn(e){return new Hh({check:`string_format`,format:`uppercase`,...se(e)})}function Yn(e,R){return new Uh({check:`string_format`,format:`includes`,...se(R),includes:e})}function Hn(e,R){return new Wh({check:`string_format`,format:`starts_with`,...se(R),prefix:e})}function Pn(e,R){return new Gh({check:`string_format`,format:`ends_with`,...se(R),suffix:e})}function $n(e,R,W){return new Kh({check:`property`,property:e,schema:R,...se(W)})}function Kn(e,R){return new qh({check:`mime_type`,mime:e,...se(R)})}function Wn(e){return new Jh({check:`overwrite`,tx:e})}function Vn(e){return Wn((R=>R.normalize(e)))}function Xn(){return Wn((e=>e.trim()))}function eo(){return Wn((e=>e.toLowerCase()))}function to(){return Wn((e=>e.toUpperCase()))}function Ao(){return Wn((e=>function(e){return e.toLowerCase().trim().replace(/[^\w\s-]/g,``).replace(/[\s_-]+/g,`-`).replace(/^-+|-+$/g,``)}(e)))}function io(e){let R=function(e,R){let W=new Eh({check:`custom`,...se(R)});return W._zod.check=e,W}((W=>(W.addIssue=e=>{if(typeof e==`string`)W.issues.push(pe(e,W.value,R._zod.def));else{let Y=e;Y.fatal&&(Y.continue=!1),Y.code??=`custom`,Y.input??=W.value,Y.inst??=R,Y.continue??=!R._zod.def.abort,W.issues.push(pe(Y))}},e(W.value,W))));return R}function no(e,R,W,Y={}){let X=se(Y),ie={...se(Y),check:`string_format`,type:`string`,format:R,fn:typeof W==`function`?W:e=>W.test(e),...X};return W instanceof RegExp&&(ie.pattern=W),new e(ie)}function oo(e){let R=e?.target??`draft-2020-12`;return R===`draft-4`&&(R=`draft-04`),R===`draft-7`&&(R=`draft-07`),{processors:e.processors??{},metadataRegistry:e?.metadata??v_,target:R,unrepresentable:e?.unrepresentable??`throw`,override:e?.override??(()=>{}),io:e?.io??`output`,counter:0,seen:new Map,cycles:e?.cycles??`ref`,reused:e?.reused??`inline`,external:e?.external??void 0}}function so(e,R,W={path:[],schemaPath:[]}){var Y;let X=e._zod.def,ie=R.seen.get(e);if(ie)return ie.count++,W.schemaPath.includes(e)&&(ie.cycle=W.path),ie.schema;let ae={schema:{},count:1,cycle:void 0,path:W.path};R.seen.set(e,ae);let le=e._zod.toJSONSchema?.();if(le)ae.schema=le;else{let Y={...W,schemaPath:[...W.schemaPath,e],path:W.path},ie=e._zod.parent;if(ie)ae.ref=ie,so(ie,R,Y),R.seen.get(ie).isParent=!0;else if(e._zod.processJSONSchema)e._zod.processJSONSchema(R,ae.schema,Y);else{let W=ae.schema,ie=R.processors[X.type];if(!ie)throw Error(`[toJSONSchema]: Non-representable type encountered: ${X.type}`);ie(e,R,W,Y)}}let _e=R.metadataRegistry.get(e);return _e&&Object.assign(ae.schema,_e),R.io===`input`&&lo(e)&&(delete ae.schema.examples,delete ae.schema.default),R.io===`input`&&ae.schema._prefault&&((Y=ae.schema).default??(Y.default=ae.schema._prefault)),delete ae.schema._prefault,R.seen.get(e).schema}function ro(e,R){let W=e.seen.get(R);if(!W)throw Error(`Unprocessed schema. This is a bug in Zod.`);let i=R=>{if(R[1].schema.$ref)return;let Y=R[1],{ref:X,defId:ie}=(R=>{let Y=e.target===`draft-2020-12`?`$defs`:`definitions`;if(e.external){let W=e.external.registry.get(R[0])?.id,X=e.external.uri??(e=>e);if(W)return{ref:X(W)};let ie=R[1].defId??R[1].schema.id??`schema`+ e.counter++;return R[1].defId=ie,{defId:ie,ref:`${X(`__shared`)}#/${Y}/${ie}`}}if(R[1]===W)return{ref:`#`};let X=`#/${Y}/`,ie=R[1].schema.id??`__schema`+ e.counter++;return{defId:ie,ref:X+ie}})(R);Y.def={...Y.schema},ie&&(Y.defId=ie);let ae=Y.schema;for(let e in ae)delete ae[e];ae.$ref=X};if(e.cycles===`throw`)for(let R of e.seen.entries()){let e=R[1];if(e.cycle)throw Error(`Cycle detected: #/${e.cycle?.join(`/`)}/<root>\n\nSet the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(let W of e.seen.entries()){let Y=W[1];if(R===W[0]){i(W);continue}if(e.external){let Y=e.external.registry.get(W[0])?.id;if(R!==W[0]&&Y){i(W);continue}}(e.metadataRegistry.get(W[0])?.id||Y.cycle||Y.count>1&&e.reused===`ref`)&&i(W)}}function ao(e,R){let W=e.seen.get(R);if(!W)throw Error(`Unprocessed schema. This is a bug in Zod.`);let i=R=>{let W=e.seen.get(R),Y=W.def??W.schema,X={...Y};if(W.ref===null)return;let ie=W.ref;if(W.ref=null,ie){i(ie);let R=e.seen.get(ie).schema;!R.$ref||e.target!==`draft-07`&&e.target!==`draft-04`&&e.target!==`openapi-3.0`?(Object.assign(Y,R),Object.assign(Y,X)):(Y.allOf=Y.allOf??[],Y.allOf.push(R))}W.isParent||e.override({zodSchema:R,jsonSchema:Y,path:W.path??[]})};for(let R of[...e.seen.entries()].reverse())i(R[0]);let Y={};if(e.target===`draft-2020-12`?Y.$schema=`https://json-schema.org/draft/2020-12/schema`:e.target===`draft-07`?Y.$schema=`http://json-schema.org/draft-07/schema#`:e.target===`draft-04`?Y.$schema=`http://json-schema.org/draft-04/schema#`:e.target,e.external?.uri){let W=e.external.registry.get(R)?.id;if(!W)throw Error("Schema is missing an `id` property");Y.$id=e.external.uri(W)}Object.assign(Y,W.def??W.schema);let X=e.external?.defs??{};for(let R of e.seen.entries()){let e=R[1];e.def&&e.defId&&(X[e.defId]=e.def)}e.external||Object.keys(X).length>0&&(e.target===`draft-2020-12`?Y.$defs=X:Y.definitions=X);try{let e=JSON.parse(JSON.stringify(Y));return Object.defineProperty(e,`~standard`,{value:{...R[`~standard`],jsonSchema:{input:co(R,`input`),output:co(R,`output`)}},enumerable:!1,writable:!1}),e}catch{throw Error(`Error converting schema to JSON.`)}}function lo(e,R){let W=R??{seen:new Set};if(W.seen.has(e))return!1;W.seen.add(e);let Y=e._zod.def;if(Y.type===`transform`)return!0;if(Y.type===`array`)return lo(Y.element,W);if(Y.type===`set`)return lo(Y.valueType,W);if(Y.type===`lazy`)return lo(Y.getter(),W);if(Y.type===`promise`||Y.type===`optional`||Y.type===`nonoptional`||Y.type===`nullable`||Y.type===`readonly`||Y.type===`default`||Y.type===`prefault`)return lo(Y.innerType,W);if(Y.type===`intersection`)return lo(Y.left,W)||lo(Y.right,W);if(Y.type===`record`||Y.type===`map`)return lo(Y.keyType,W)||lo(Y.valueType,W);if(Y.type===`pipe`)return lo(Y.in,W)||lo(Y.out,W);if(Y.type===`object`){for(let e in Y.shape)if(lo(Y.shape[e],W))return!0;return!1}if(Y.type===`union`){for(let e of Y.options)if(lo(e,W))return!0;return!1}if(Y.type===`tuple`){for(let e of Y.items)if(lo(e,W))return!0;return!(!Y.rest||!lo(Y.rest,W))}return!1}const co=(e,R)=>W=>{let{libraryOptions:Y,target:X}=W??{},ie=oo({...Y??{},target:X,io:R,processors:{}});return so(e,ie),ro(ie,e),ao(ie,e)},y_={guid:`uuid`,url:`uri`,datetime:`date-time`,json_string:`json-string`,regex:``},ho=(e,R,W,Y)=>{let X=W;X.type=`string`;let{minimum:ie,maximum:ae,format:le,patterns:_e,contentEncoding:ye}=e._zod.bag;if(typeof ie==`number`&&(X.minLength=ie),typeof ae==`number`&&(X.maxLength=ae),le&&(X.format=y_[le]??le,X.format===``&&delete X.format),ye&&(X.contentEncoding=ye),_e&&_e.size>0){let e=[..._e];e.length===1?X.pattern=e[0].source:e.length>1&&(X.allOf=[...e.map((e=>({...R.target===`draft-07`||R.target===`draft-04`||R.target===`openapi-3.0`?{type:`string`}:{},pattern:e.source})))])}},uo=(e,R,W,Y)=>{let X=W,{minimum:ie,maximum:ae,format:le,multipleOf:_e,exclusiveMaximum:ye,exclusiveMinimum:be}=e._zod.bag;typeof le==`string`&&le.includes(`int`)?X.type=`integer`:X.type=`number`,typeof be==`number`&&(R.target===`draft-04`||R.target===`openapi-3.0`?(X.minimum=be,X.exclusiveMinimum=!0):X.exclusiveMinimum=be),typeof ie==`number`&&(X.minimum=ie,typeof be==`number`&&R.target!==`draft-04`&&(be>=ie?delete X.minimum:delete X.exclusiveMinimum)),typeof ye==`number`&&(R.target===`draft-04`||R.target===`openapi-3.0`?(X.maximum=ye,X.exclusiveMaximum=!0):X.exclusiveMaximum=ye),typeof ae==`number`&&(X.maximum=ae,typeof ye==`number`&&R.target!==`draft-04`&&(ye<=ae?delete X.maximum:delete X.exclusiveMaximum)),typeof _e==`number`&&(X.multipleOf=_e)},Io=(e,R,W,Y)=>{W.type=`boolean`},po=(e,R,W,Y)=>{if(R.unrepresentable===`throw`)throw Error(`BigInt cannot be represented in JSON Schema`)},fo=(e,R,W,Y)=>{if(R.unrepresentable===`throw`)throw Error(`Symbols cannot be represented in JSON Schema`)},Bo=(e,R,W,Y)=>{R.target===`openapi-3.0`?(W.type=`string`,W.nullable=!0,W.enum=[null]):W.type=`null`},Co=(e,R,W,Y)=>{if(R.unrepresentable===`throw`)throw Error(`Undefined cannot be represented in JSON Schema`)},Eo=(e,R,W,Y)=>{if(R.unrepresentable===`throw`)throw Error(`Void cannot be represented in JSON Schema`)},Qo=(e,R,W,Y)=>{W.not={}},mo=(e,R,W,Y)=>{if(R.unrepresentable===`throw`)throw Error(`Date cannot be represented in JSON Schema`)},yo=(e,R,W,Y)=>{let X=O(e._zod.def.entries);X.every((e=>typeof e==`number`))&&(W.type=`number`),X.every((e=>typeof e==`string`))&&(W.type=`string`),W.enum=X},wo=(e,R,W,Y)=>{let X=e._zod.def,ie=[];for(let e of X.values)if(e===void 0){if(R.unrepresentable===`throw`)throw Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof e==`bigint`){if(R.unrepresentable===`throw`)throw Error(`BigInt literals cannot be represented in JSON Schema`);ie.push(Number(e))}else ie.push(e);if(ie.length!==0)if(ie.length===1){let e=ie[0];W.type=e===null?`null`:typeof e,R.target===`draft-04`||R.target===`openapi-3.0`?W.enum=[e]:W.const=e}else ie.every((e=>typeof e==`number`))&&(W.type=`number`),ie.every((e=>typeof e==`string`))&&(W.type=`string`),ie.every((e=>typeof e==`boolean`))&&(W.type=`boolean`),ie.every((e=>e===null))&&(W.type=`null`),W.enum=ie},_o=(e,R,W,Y)=>{if(R.unrepresentable===`throw`)throw Error(`NaN cannot be represented in JSON Schema`)},vo=(e,R,W,Y)=>{let X=W,ie=e._zod.pattern;if(!ie)throw Error(`Pattern not found in template literal`);X.type=`string`,X.pattern=ie.source},bo=(e,R,W,Y)=>{let X=W,ie={type:`string`,format:`binary`,contentEncoding:`binary`},{minimum:ae,maximum:le,mime:_e}=e._zod.bag;ae!==void 0&&(ie.minLength=ae),le!==void 0&&(ie.maxLength=le),_e?_e.length===1?(ie.contentMediaType=_e[0],Object.assign(X,ie)):X.anyOf=_e.map((e=>({...ie,contentMediaType:e}))):Object.assign(X,ie)},ko=(e,R,W,Y)=>{W.type=`boolean`},Do=(e,R,W,Y)=>{if(R.unrepresentable===`throw`)throw Error(`Custom types cannot be represented in JSON Schema`)},So=(e,R,W,Y)=>{if(R.unrepresentable===`throw`)throw Error(`Function types cannot be represented in JSON Schema`)},xo=(e,R,W,Y)=>{if(R.unrepresentable===`throw`)throw Error(`Transforms cannot be represented in JSON Schema`)},zo=(e,R,W,Y)=>{if(R.unrepresentable===`throw`)throw Error(`Map cannot be represented in JSON Schema`)},Fo=(e,R,W,Y)=>{if(R.unrepresentable===`throw`)throw Error(`Set cannot be represented in JSON Schema`)},Lo=(e,R,W,Y)=>{let X=W,ie=e._zod.def,{minimum:ae,maximum:le}=e._zod.bag;typeof ae==`number`&&(X.minItems=ae),typeof le==`number`&&(X.maxItems=le),X.type=`array`,X.items=so(ie.element,R,{...Y,path:[...Y.path,`items`]})},No=(e,R,W,Y)=>{let X=W,ie=e._zod.def;X.type=`object`,X.properties={};let ae=ie.shape;for(let e in ae)X.properties[e]=so(ae[e],R,{...Y,path:[...Y.path,`properties`,e]});let le=new Set(Object.keys(ae)),_e=new Set([...le].filter((e=>{let W=ie.shape[e]._zod;return R.io===`input`?W.optin===void 0:W.optout===void 0})));_e.size>0&&(X.required=Array.from(_e)),ie.catchall?._zod.def.type===`never`?X.additionalProperties=!1:ie.catchall?ie.catchall&&(X.additionalProperties=so(ie.catchall,R,{...Y,path:[...Y.path,`additionalProperties`]})):R.io===`output`&&(X.additionalProperties=!1)},Go=(e,R,W,Y)=>{let X=e._zod.def,ie=!1===X.inclusive,ae=X.options.map(((e,W)=>so(e,R,{...Y,path:[...Y.path,ie?`oneOf`:`anyOf`,W]})));ie?W.oneOf=ae:W.anyOf=ae},To=(e,R,W,Y)=>{let X=e._zod.def,ie=so(X.left,R,{...Y,path:[...Y.path,`allOf`,0]}),ae=so(X.right,R,{...Y,path:[...Y.path,`allOf`,1]}),r=e=>`allOf`in e&&Object.keys(e).length===1;W.allOf=[...r(ie)?ie.allOf:[ie],...r(ae)?ae.allOf:[ae]]},Ro=(e,R,W,Y)=>{let X=W,ie=e._zod.def;X.type=`array`;let ae=R.target===`draft-2020-12`?`prefixItems`:`items`,le=R.target===`draft-2020-12`||R.target===`openapi-3.0`?`items`:`additionalItems`,_e=ie.items.map(((e,W)=>so(e,R,{...Y,path:[...Y.path,ae,W]}))),ye=ie.rest?so(ie.rest,R,{...Y,path:[...Y.path,le,...R.target===`openapi-3.0`?[ie.items.length]:[]]}):null;R.target===`draft-2020-12`?(X.prefixItems=_e,ye&&(X.items=ye)):R.target===`openapi-3.0`?(X.items={anyOf:_e},ye&&X.items.anyOf.push(ye),X.minItems=_e.length,ye||(X.maxItems=_e.length)):(X.items=_e,ye&&(X.additionalItems=ye));let{minimum:be,maximum:Ce}=e._zod.bag;typeof be==`number`&&(X.minItems=be),typeof Ce==`number`&&(X.maxItems=Ce)},Mo=(e,R,W,Y)=>{let X=W,ie=e._zod.def;X.type=`object`,R.target!==`draft-07`&&R.target!==`draft-2020-12`||(X.propertyNames=so(ie.keyType,R,{...Y,path:[...Y.path,`propertyNames`]})),X.additionalProperties=so(ie.valueType,R,{...Y,path:[...Y.path,`additionalProperties`]})},Oo=(e,R,W,Y)=>{let X=e._zod.def,ie=so(X.innerType,R,Y),ae=R.seen.get(e);R.target===`openapi-3.0`?(ae.ref=X.innerType,W.nullable=!0):W.anyOf=[ie,{type:`null`}]},Uo=(e,R,W,Y)=>{let X=e._zod.def;so(X.innerType,R,Y),R.seen.get(e).ref=X.innerType},Jo=(e,R,W,Y)=>{let X=e._zod.def;so(X.innerType,R,Y),R.seen.get(e).ref=X.innerType,W.default=JSON.parse(JSON.stringify(X.defaultValue))},Zo=(e,R,W,Y)=>{let X=e._zod.def;so(X.innerType,R,Y),R.seen.get(e).ref=X.innerType,R.io===`input`&&(W._prefault=JSON.parse(JSON.stringify(X.defaultValue)))},qo=(e,R,W,Y)=>{let X=e._zod.def;so(X.innerType,R,Y);let ie;R.seen.get(e).ref=X.innerType;try{ie=X.catchValue(void 0)}catch{throw Error(`Dynamic catch values are not supported in JSON Schema`)}W.default=ie},jo=(e,R,W,Y)=>{let X=e._zod.def,ie=R.io===`input`?X.in._zod.def.type===`transform`?X.out:X.in:X.out;so(ie,R,Y),R.seen.get(e).ref=ie},Yo=(e,R,W,Y)=>{let X=e._zod.def;so(X.innerType,R,Y),R.seen.get(e).ref=X.innerType,W.readOnly=!0},Ho=(e,R,W,Y)=>{let X=e._zod.def;so(X.innerType,R,Y),R.seen.get(e).ref=X.innerType},Po=(e,R,W,Y)=>{let X=e._zod.def;so(X.innerType,R,Y),R.seen.get(e).ref=X.innerType},$o=(e,R,W,Y)=>{let X=e._zod.innerType;so(X,R,Y),R.seen.get(e).ref=X},b_=N(`ZodISODateTime`,((e,R)=>{fg.init(e,R),B_.init(e,R)}));function Wo(e){return function(e,R){return new e({type:`string`,format:`datetime`,check:`string_format`,offset:!1,local:!1,precision:null,...se(R)})}(b_,e)}const x_=N(`ZodISODate`,((e,R)=>{pg.init(e,R),B_.init(e,R)}));function Xo(e){return function(e,R){return new e({type:`string`,format:`date`,check:`string_format`,...se(R)})}(x_,e)}const S_=N(`ZodISOTime`,((e,R)=>{mg.init(e,R),B_.init(e,R)}));function ts(e){return function(e,R){return new e({type:`string`,format:`time`,check:`string_format`,precision:null,...se(R)})}(S_,e)}const C_=N(`ZodISODuration`,((e,R)=>{hg.init(e,R),B_.init(e,R)}));function is(e){return function(e,R){return new e({type:`string`,format:`duration`,check:`string_format`,...se(R)})}(C_,e)}const ns=(e,R)=>{bm.init(e,R),e.name=`ZodError`,Object.defineProperties(e,{format:{value:R=>function(e,R=e=>e.message){let W={_errors:[]},i=e=>{for(let Y of e.issues)if(Y.code===`invalid_union`&&Y.errors.length)Y.errors.map((e=>i({issues:e})));else if(Y.code===`invalid_key`)i({issues:Y.issues});else if(Y.code===`invalid_element`)i({issues:Y.issues});else if(Y.path.length===0)W._errors.push(R(Y));else{let e=W,X=0;for(;X<Y.path.length;){let W=Y.path[X];X===Y.path.length-1?(e[W]=e[W]||{_errors:[]},e[W]._errors.push(R(Y))):e[W]=e[W]||{_errors:[]},e=e[W],X++}}};return i(e),W}(e,R)},flatten:{value:R=>function(e,R=e=>e.message){let W={},Y=[];for(let X of e.issues)X.path.length>0?(W[X.path[0]]=W[X.path[0]]||[],W[X.path[0]].push(R(X))):Y.push(R(X));return{formErrors:Y,fieldErrors:W}}(e,R)},addIssue:{value:R=>{e.issues.push(R),e.message=JSON.stringify(e.issues,J,2)}},addIssues:{value:R=>{e.issues.push(...R),e.message=JSON.stringify(e.issues,J,2)}},isEmpty:{get:()=>e.issues.length===0}})},w_=(N(`ZodError`,ns),N(`ZodError`,ns,{Parent:Error})),T_=Ee(w_),E_=me(w_),D_=we(w_),O_=ve(w_),k_=ke(w_),A_=De(w_),j_=Se(w_),M_=xe(w_),N_=ze(w_),P_=Fe(w_),F_=Le(w_),I_=Ne(w_),L_=N(`ZodType`,((e,R)=>(Xh.init(e,R),Object.assign(e[`~standard`],{jsonSchema:{input:co(e,`input`),output:co(e,`output`)}}),e.toJSONSchema=((e,R={})=>W=>{let Y=oo({...W,processors:R});return so(e,Y),ro(Y,e),ao(Y,e)})(e,{}),e.def=R,e.type=R.type,Object.defineProperty(e,`_def`,{value:R}),e.check=(...W)=>e.clone($(R,{checks:[...R.checks??[],...W.map((e=>typeof e==`function`?{_zod:{check:e,def:{check:`custom`},onattach:[]}}:e))]})),e.clone=(R,W)=>oe(e,R,W),e.brand=()=>e,e.register=(R,W)=>(R.add(e,W),e),e.parse=(R,W)=>T_(e,R,W,{callee:e.parse}),e.safeParse=(R,W)=>D_(e,R,W),e.parseAsync=async(R,W)=>E_(e,R,W,{callee:e.parseAsync}),e.safeParseAsync=async(R,W)=>O_(e,R,W),e.spa=e.safeParseAsync,e.encode=(R,W)=>k_(e,R,W),e.decode=(R,W)=>A_(e,R,W),e.encodeAsync=async(R,W)=>j_(e,R,W),e.decodeAsync=async(R,W)=>M_(e,R,W),e.safeEncode=(R,W)=>N_(e,R,W),e.safeDecode=(R,W)=>P_(e,R,W),e.safeEncodeAsync=async(R,W)=>F_(e,R,W),e.safeDecodeAsync=async(R,W)=>I_(e,R,W),e.refine=(R,W)=>e.check(ll(R,W)),e.superRefine=R=>e.check(cl(R)),e.overwrite=R=>e.check(Wn(R)),e.optional=()=>Sa(e),e.nullable=()=>za(e),e.nullish=()=>Sa(za(e)),e.nonoptional=R=>Ma(e,R),e.array=()=>Kr(e),e.or=R=>ia([e,R]),e.and=R=>la(e,R),e.transform=R=>Ha(e,ka(R)),e.default=R=>Na(e,R),e.prefault=R=>Ta(e,R),e.catch=R=>Za(e,R),e.pipe=R=>Ha(e,R),e.readonly=()=>Wa(e),e.describe=R=>{let W=e.clone();return v_.add(W,{description:R}),W},Object.defineProperty(e,`description`,{get:()=>v_.get(e)?.description,configurable:!0}),e.meta=(...R)=>{if(R.length===0)return v_.get(e);let W=e.clone();return v_.add(W,R[0]),W},e.isOptional=()=>e.safeParse(void 0).success,e.isNullable=()=>e.safeParse(null).success,e))),R_=N(`_ZodString`,((e,R)=>{Zh.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>ho(e,R,W);let W=e._zod.bag;e.format=W.format??null,e.minLength=W.minimum??null,e.maxLength=W.maximum??null,e.regex=(...R)=>e.check(Zn(...R)),e.includes=(...R)=>e.check(Yn(...R)),e.startsWith=(...R)=>e.check(Hn(...R)),e.endsWith=(...R)=>e.check(Pn(...R)),e.min=(...R)=>e.check(Un(...R)),e.max=(...R)=>e.check(On(...R)),e.length=(...R)=>e.check(Jn(...R)),e.nonempty=(...R)=>e.check(Un(1,...R)),e.lowercase=R=>e.check(qn(R)),e.uppercase=R=>e.check(jn(R)),e.trim=()=>e.check(Xn()),e.normalize=(...R)=>e.check(Vn(...R)),e.toLowerCase=()=>e.check(eo()),e.toUpperCase=()=>e.check(to()),e.slugify=()=>e.check(Ao())})),z_=N(`ZodString`,((e,R)=>{Zh.init(e,R),R_.init(e,R),e.email=R=>e.check(sn(V_,R)),e.url=R=>e.check(dn(W_,R)),e.jwt=R=>e.check(bn(ov,R)),e.emoji=R=>e.check(hn(G_,R)),e.guid=R=>e.check(rn(H_,R)),e.uuid=R=>e.check(an(U_,R)),e.uuidv4=R=>e.check(ln(U_,R)),e.uuidv6=R=>e.check(cn(U_,R)),e.uuidv7=R=>e.check(gn(U_,R)),e.nanoid=R=>e.check(un(K_,R)),e.guid=R=>e.check(rn(H_,R)),e.cuid=R=>e.check(In(q_,R)),e.cuid2=R=>e.check(pn(J_,R)),e.ulid=R=>e.check(fn(Y_,R)),e.base64=R=>e.check(wn(rv,R)),e.base64url=R=>e.check(_n(iv,R)),e.xid=R=>e.check(Bn(X_,R)),e.ksuid=R=>e.check(Cn(Z_,R)),e.ipv4=R=>e.check(En(Q_,R)),e.ipv6=R=>e.check(Qn(ev,R)),e.cidrv4=R=>e.check(mn(tv,R)),e.cidrv6=R=>e.check(yn(nv,R)),e.e164=R=>e.check(vn(av,R)),e.datetime=R=>e.check(Wo(R)),e.date=R=>e.check(Xo(R)),e.time=R=>e.check(ts(R)),e.duration=R=>e.check(is(R))}));function Qs(e){return function(e,R){return new e({type:`string`,...se(R)})}(z_,e)}const B_=N(`ZodStringFormat`,((e,R)=>{Qh.init(e,R),R_.init(e,R)})),V_=N(`ZodEmail`,((e,R)=>{tg.init(e,R),B_.init(e,R)}));function ws(e){return sn(V_,e)}const H_=N(`ZodGUID`,((e,R)=>{$h.init(e,R),B_.init(e,R)}));function vs(e){return rn(H_,e)}const U_=N(`ZodUUID`,((e,R)=>{eg.init(e,R),B_.init(e,R)}));function ks(e){return an(U_,e)}function Ds(e){return ln(U_,e)}function Ss(e){return cn(U_,e)}function xs(e){return gn(U_,e)}const W_=N(`ZodURL`,((e,R)=>{rg.init(e,R),B_.init(e,R)}));function Fs(e){return dn(W_,e)}function Ls(e){return dn(W_,{protocol:/^https?$/,hostname:Zm,...se(e)})}const G_=N(`ZodEmoji`,((e,R)=>{ag.init(e,R),B_.init(e,R)}));function Gs(e){return hn(G_,e)}const K_=N(`ZodNanoID`,((e,R)=>{og.init(e,R),B_.init(e,R)}));function Rs(e){return un(K_,e)}const q_=N(`ZodCUID`,((e,R)=>{sg.init(e,R),B_.init(e,R)}));function Os(e){return In(q_,e)}const J_=N(`ZodCUID2`,((e,R)=>{cg.init(e,R),B_.init(e,R)}));function Js(e){return pn(J_,e)}const Y_=N(`ZodULID`,((e,R)=>{lg.init(e,R),B_.init(e,R)}));function qs(e){return fn(Y_,e)}const X_=N(`ZodXID`,((e,R)=>{ug.init(e,R),B_.init(e,R)}));function Ys(e){return Bn(X_,e)}const Z_=N(`ZodKSUID`,((e,R)=>{dg.init(e,R),B_.init(e,R)}));function Ps(e){return Cn(Z_,e)}const Q_=N(`ZodIPv4`,((e,R)=>{gg.init(e,R),B_.init(e,R)}));function Ks(e){return En(Q_,e)}const $_=N(`ZodMAC`,((e,R)=>{vg.init(e,R),B_.init(e,R)}));function Vs(e){return function(e,R){return new e({type:`string`,format:`mac`,check:`string_format`,abort:!1,...se(R)})}($_,e)}const ev=N(`ZodIPv6`,((e,R)=>{_g.init(e,R),B_.init(e,R)}));function er(e){return Qn(ev,e)}const tv=N(`ZodCIDRv4`,((e,R)=>{yg.init(e,R),B_.init(e,R)}));function Ar(e){return mn(tv,e)}const nv=N(`ZodCIDRv6`,((e,R)=>{bg.init(e,R),B_.init(e,R)}));function nr(e){return yn(nv,e)}const rv=N(`ZodBase64`,((e,R)=>{xg.init(e,R),B_.init(e,R)}));function sr(e){return wn(rv,e)}const iv=N(`ZodBase64URL`,((e,R)=>{Sg.init(e,R),B_.init(e,R)}));function ar(e){return _n(iv,e)}const av=N(`ZodE164`,((e,R)=>{Cg.init(e,R),B_.init(e,R)}));function cr(e){return vn(av,e)}const ov=N(`ZodJWT`,((e,R)=>{wg.init(e,R),B_.init(e,R)}));function dr(e){return bn(ov,e)}const sv=N(`ZodCustomStringFormat`,((e,R)=>{Tg.init(e,R),B_.init(e,R)}));function ur(e,R,W={}){return no(sv,e,R,W)}function Ir(e){return no(sv,`hostname`,Xm,e)}function pr(e){return no(sv,`hex`,lh,e)}function fr(e,R){let W=`${e}_${R?.enc??`hex`}`,Y=cm[W];if(!Y)throw Error(`Unrecognized hash format: ${W}`);return no(sv,W,Y,R)}const cv=N(`ZodNumber`,((e,R)=>{Eg.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>uo(e,R,W),e.gt=(R,W)=>e.check(Sn(R,W)),e.gte=(R,W)=>e.check(xn(R,W)),e.min=(R,W)=>e.check(xn(R,W)),e.lt=(R,W)=>e.check(kn(R,W)),e.lte=(R,W)=>e.check(Dn(R,W)),e.max=(R,W)=>e.check(Dn(R,W)),e.int=R=>e.check(Qr(R)),e.safe=R=>e.check(Qr(R)),e.positive=R=>e.check(Sn(0,R)),e.nonnegative=R=>e.check(xn(0,R)),e.negative=R=>e.check(kn(0,R)),e.nonpositive=R=>e.check(Dn(0,R)),e.multipleOf=(R,W)=>e.check(Gn(R,W)),e.step=(R,W)=>e.check(Gn(R,W)),e.finite=()=>e;let W=e._zod.bag;e.minValue=Math.max(W.minimum??-1/0,W.exclusiveMinimum??-1/0)??null,e.maxValue=Math.min(W.maximum??1/0,W.exclusiveMaximum??1/0)??null,e.isInt=(W.format??``).includes(`int`)||Number.isSafeInteger(W.multipleOf??.5),e.isFinite=!0,e.format=W.format??null}));function Cr(e){return function(e,R){return new e({type:`number`,checks:[],...se(R)})}(cv,e)}const lv=N(`ZodNumberFormat`,((e,R)=>{Dg.init(e,R),cv.init(e,R)}));function Qr(e){return function(e,R){return new e({type:`number`,check:`number_format`,abort:!1,format:`safeint`,...se(R)})}(lv,e)}function mr(e){return function(e,R){return new e({type:`number`,check:`number_format`,abort:!1,format:`float32`,...se(R)})}(lv,e)}function yr(e){return function(e,R){return new e({type:`number`,check:`number_format`,abort:!1,format:`float64`,...se(R)})}(lv,e)}function wr(e){return function(e,R){return new e({type:`number`,check:`number_format`,abort:!1,format:`int32`,...se(R)})}(lv,e)}function _r(e){return function(e,R){return new e({type:`number`,check:`number_format`,abort:!1,format:`uint32`,...se(R)})}(lv,e)}const uv=N(`ZodBoolean`,((e,R)=>{Og.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(e,R,W)=>Io(0,0,R)}));function br(e){return function(e,R){return new e({type:`boolean`,...se(R)})}(uv,e)}const dv=N(`ZodBigInt`,((e,R)=>{kg.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(e,R,W)=>po(0,e),e.gte=(R,W)=>e.check(xn(R,W)),e.min=(R,W)=>e.check(xn(R,W)),e.gt=(R,W)=>e.check(Sn(R,W)),e.gte=(R,W)=>e.check(xn(R,W)),e.min=(R,W)=>e.check(xn(R,W)),e.lt=(R,W)=>e.check(kn(R,W)),e.lte=(R,W)=>e.check(Dn(R,W)),e.max=(R,W)=>e.check(Dn(R,W)),e.positive=R=>e.check(Sn(BigInt(0),R)),e.negative=R=>e.check(kn(BigInt(0),R)),e.nonpositive=R=>e.check(Dn(BigInt(0),R)),e.nonnegative=R=>e.check(xn(BigInt(0),R)),e.multipleOf=(R,W)=>e.check(Gn(R,W));let W=e._zod.bag;e.minValue=W.minimum??null,e.maxValue=W.maximum??null,e.format=W.format??null}));function Dr(e){return function(e,R){return new e({type:`bigint`,...se(R)})}(dv,e)}const fv=N(`ZodBigIntFormat`,((e,R)=>{jg.init(e,R),dv.init(e,R)}));function xr(e){return function(e,R){return new e({type:`bigint`,check:`bigint_format`,abort:!1,format:`int64`,...se(R)})}(fv,e)}function zr(e){return function(e,R){return new e({type:`bigint`,check:`bigint_format`,abort:!1,format:`uint64`,...se(R)})}(fv,e)}const pv=N(`ZodSymbol`,((e,R)=>{Mg.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(e,R,W)=>fo(0,e)}));function Lr(e){return function(e,R){return new e({type:`symbol`,...se(R)})}(pv,e)}const mv=N(`ZodUndefined`,((e,R)=>{Ng.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(e,R,W)=>Co(0,e)}));function Gr(e){return function(e,R){return new e({type:`undefined`,...se(R)})}(mv,e)}const hv=N(`ZodNull`,((e,R)=>{Pg.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(e,R,W)=>Bo(0,e,R)}));function Rr(e){return function(e,R){return new e({type:`null`,...se(R)})}(hv,e)}const gv=N(`ZodAny`,((e,R)=>{Fg.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(e,R,W)=>{}}));function Or(){return function(e){return new e({type:`any`})}(gv)}const _v=N(`ZodUnknown`,((e,R)=>{Ig.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(e,R,W)=>{}}));function Jr(){return function(e){return new e({type:`unknown`})}(_v)}const vv=N(`ZodNever`,((e,R)=>{Lg.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(e,R,W)=>Qo(0,0,R)}));function qr(e){return function(e,R){return new e({type:`never`,...se(R)})}(vv,e)}const yv=N(`ZodVoid`,((e,R)=>{Rg.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(e,R,W)=>Eo(0,e)}));function Yr(e){return function(e,R){return new e({type:`void`,...se(R)})}(yv,e)}const bv=N(`ZodDate`,((e,R)=>{zg.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(e,R,W)=>mo(0,e),e.min=(R,W)=>e.check(xn(R,W)),e.max=(R,W)=>e.check(Dn(R,W));let W=e._zod.bag;e.minDate=W.minimum?new Date(W.minimum):null,e.maxDate=W.maximum?new Date(W.maximum):null}));function Pr(e){return function(e,R){return new e({type:`date`,...se(R)})}(bv,e)}const xv=N(`ZodArray`,((e,R)=>{Bg.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>Lo(e,R,W,Y),e.element=R.element,e.min=(R,W)=>e.check(Un(R,W)),e.nonempty=R=>e.check(Un(1,R)),e.max=(R,W)=>e.check(On(R,W)),e.length=(R,W)=>e.check(Jn(R,W)),e.unwrap=()=>e.element}));function Kr(e,R){return function(e,R,W){return new e({type:`array`,element:R,...se(W)})}(xv,e,R)}function Wr(e){let R=e._zod.def.shape;return Qa(Object.keys(R))}const Sv=N(`ZodObject`,((e,R)=>{Hg.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>No(e,R,W,Y),H(e,`shape`,(()=>R.shape)),e.keyof=()=>Qa(Object.keys(e._zod.def.shape)),e.catchall=R=>e.clone({...e._zod.def,catchall:R}),e.passthrough=()=>e.clone({...e._zod.def,catchall:Jr()}),e.loose=()=>e.clone({...e._zod.def,catchall:Jr()}),e.strict=()=>e.clone({...e._zod.def,catchall:qr()}),e.strip=()=>e.clone({...e._zod.def,catchall:void 0}),e.extend=R=>function(e,R){if(!ee(R))throw Error(`Invalid input to extend: expected a plain object`);let W=e._zod.def.checks;if(W&&W.length>0)throw Error("Object schemas containing refinements cannot be extended. Use `.safeExtend()` instead.");return oe(e,$(e._zod.def,{get shape(){let W={...e._zod.def.shape,...R};return P(this,`shape`,W),W},checks:[]}))}(e,R),e.safeExtend=R=>function(e,R){if(!ee(R))throw Error(`Invalid input to safeExtend: expected a plain object`);return oe(e,{...e._zod.def,get shape(){let W={...e._zod.def.shape,...R};return P(this,`shape`,W),W},checks:e._zod.def.checks})}(e,R),e.merge=R=>function(e,R){return oe(e,$(e._zod.def,{get shape(){let W={...e._zod.def.shape,...R._zod.def.shape};return P(this,`shape`,W),W},get catchall(){return R._zod.def.catchall},checks:[]}))}(e,R),e.pick=R=>function(e,R){let W=e._zod.def;return oe(e,$(e._zod.def,{get shape(){let e={};for(let Y in R){if(!(Y in W.shape))throw Error(`Unrecognized key: "${Y}"`);R[Y]&&(e[Y]=W.shape[Y])}return P(this,`shape`,e),e},checks:[]}))}(e,R),e.omit=R=>function(e,R){let W=e._zod.def;return oe(e,$(e._zod.def,{get shape(){let Y={...e._zod.def.shape};for(let e in R){if(!(e in W.shape))throw Error(`Unrecognized key: "${e}"`);R[e]&&delete Y[e]}return P(this,`shape`,Y),Y},checks:[]}))}(e,R),e.partial=(...R)=>function(e,R,W){return oe(R,$(R._zod.def,{get shape(){let Y=R._zod.def.shape,X={...Y};if(W)for(let R in W){if(!(R in Y))throw Error(`Unrecognized key: "${R}"`);W[R]&&(X[R]=e?new e({type:`optional`,innerType:Y[R]}):Y[R])}else for(let R in Y)X[R]=e?new e({type:`optional`,innerType:Y[R]}):Y[R];return P(this,`shape`,X),X},checks:[]}))}(Fv,e,R[0]),e.required=(...R)=>function(e,R,W){return oe(R,$(R._zod.def,{get shape(){let Y=R._zod.def.shape,X={...Y};if(W)for(let R in W){if(!(R in X))throw Error(`Unrecognized key: "${R}"`);W[R]&&(X[R]=new e({type:`nonoptional`,innerType:Y[R]}))}else for(let R in Y)X[R]=new e({type:`nonoptional`,innerType:Y[R]});return P(this,`shape`,X),X},checks:[]}))}(zv,e,R[0])}));function Xr(e,R){return new Sv({type:`object`,shape:e??{},...se(R)})}function ea(e,R){return new Sv({type:`object`,shape:e,catchall:qr(),...se(R)})}function ta(e,R){return new Sv({type:`object`,shape:e,catchall:Jr(),...se(R)})}const Cv=N(`ZodUnion`,((e,R)=>{Ug.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>Go(e,R,W,Y),e.options=R.options}));function ia(e,R){return new Cv({type:`union`,options:e,...se(R)})}const wv=N(`ZodXor`,((e,R)=>{Cv.init(e,R),Wg.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>Go(e,R,W,Y),e.options=R.options}));function oa(e,R){return new wv({type:`union`,options:e,inclusive:!1,...se(R)})}const Tv=N(`ZodDiscriminatedUnion`,((e,R)=>{Cv.init(e,R),Gg.init(e,R)}));function ra(e,R,W){return new Tv({type:`union`,options:R,discriminator:e,...se(W)})}const Ev=N(`ZodIntersection`,((e,R)=>{Kg.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>To(e,R,W,Y)}));function la(e,R){return new Ev({type:`intersection`,left:e,right:R})}const Dv=N(`ZodTuple`,((e,R)=>{qg.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>Ro(e,R,W,Y),e.rest=R=>e.clone({...e._zod.def,rest:R})}));function ga(e,R,W){let Y=R instanceof Xh;return new Dv({type:`tuple`,items:e,rest:Y?R:null,...se(Y?W:R)})}const Ov=N(`ZodRecord`,((e,R)=>{Jg.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>Mo(e,R,W,Y),e.keyType=R.keyType,e.valueType=R.valueType}));function ha(e,R,W){return new Ov({type:`record`,keyType:e,valueType:R,...se(W)})}function ua(e,R,W){let Y=oe(e);return Y._zod.values=void 0,new Ov({type:`record`,keyType:Y,valueType:R,...se(W)})}function Ia(e,R,W){return new Ov({type:`record`,keyType:e,valueType:R,mode:`loose`,...se(W)})}const kv=N(`ZodMap`,((e,R)=>{Yg.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(e,R,W)=>zo(0,e),e.keyType=R.keyType,e.valueType=R.valueType}));function fa(e,R,W){return new kv({type:`map`,keyType:e,valueType:R,...se(W)})}const Av=N(`ZodSet`,((e,R)=>{Xg.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(e,R,W)=>Fo(0,e),e.min=(...R)=>e.check(Rn(...R)),e.nonempty=R=>e.check(Rn(1,R)),e.max=(...R)=>e.check(Tn(...R)),e.size=(...R)=>e.check(Mn(...R))}));function Ca(e,R){return new Av({type:`set`,valueType:e,...se(R)})}const jv=N(`ZodEnum`,((e,R)=>{Zg.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>yo(e,0,W),e.enum=R.entries,e.options=Object.values(R.entries);let W=new Set(Object.keys(R.entries));e.extract=(e,Y)=>{let X={};for(let Y of e){if(!W.has(Y))throw Error(`Key ${Y} not found in enum`);X[Y]=R.entries[Y]}return new jv({...R,checks:[],...se(Y),entries:X})},e.exclude=(e,Y)=>{let X={...R.entries};for(let R of e){if(!W.has(R))throw Error(`Key ${R} not found in enum`);delete X[R]}return new jv({...R,checks:[],...se(Y),entries:X})}}));function Qa(e,R){return new jv({type:`enum`,entries:Array.isArray(e)?Object.fromEntries(e.map((e=>[e,e]))):e,...se(R)})}function ma(e,R){return new jv({type:`enum`,entries:e,...se(R)})}const Mv=N(`ZodLiteral`,((e,R)=>{Qg.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>wo(e,R,W),e.values=new Set(R.values),Object.defineProperty(e,`value`,{get(){if(R.values.length>1)throw Error("This schema contains multiple valid literal values. Use `.values` instead.");return R.values[0]}})}));function wa(e,R){return new Mv({type:`literal`,values:Array.isArray(e)?e:[e],...se(R)})}const Nv=N(`ZodFile`,((e,R)=>{$g.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>bo(e,0,W),e.min=(R,W)=>e.check(Rn(R,W)),e.max=(R,W)=>e.check(Tn(R,W)),e.mime=(R,W)=>e.check(Kn(Array.isArray(R)?R:[R],W))}));function va(e){return function(e,R){return new e({type:`file`,...se(R)})}(Nv,e)}const Pv=N(`ZodTransform`,((e,R)=>{e_.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(e,R,W)=>xo(0,e),e._zod.parse=(W,Y)=>{if(Y.direction===`backward`)throw new T(e.constructor.name);W.addIssue=Y=>{if(typeof Y==`string`)W.issues.push(pe(Y,W.value,R));else{let R=Y;R.fatal&&(R.continue=!1),R.code??=`custom`,R.input??=W.value,R.inst??=e,W.issues.push(pe(R))}};let X=R.transform(W.value,W);return X instanceof Promise?X.then((e=>(W.value=e,W))):(W.value=X,W)}}));function ka(e){return new Pv({type:`transform`,transform:e})}const Fv=N(`ZodOptional`,((e,R)=>{t_.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>Po(e,R,0,Y),e.unwrap=()=>e._zod.def.innerType}));function Sa(e){return new Fv({type:`optional`,innerType:e})}const Iv=N(`ZodNullable`,((e,R)=>{n_.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>Oo(e,R,W,Y),e.unwrap=()=>e._zod.def.innerType}));function za(e){return new Iv({type:`nullable`,innerType:e})}function Fa(e){return Sa(za(e))}const Lv=N(`ZodDefault`,((e,R)=>{r_.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>Jo(e,R,W,Y),e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap}));function Na(e,R){return new Lv({type:`default`,innerType:e,get defaultValue(){return typeof R==`function`?R():te(R)}})}const Rv=N(`ZodPrefault`,((e,R)=>{i_.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>Zo(e,R,W,Y),e.unwrap=()=>e._zod.def.innerType}));function Ta(e,R){return new Rv({type:`prefault`,innerType:e,get defaultValue(){return typeof R==`function`?R():te(R)}})}const zv=N(`ZodNonOptional`,((e,R)=>{a_.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>Uo(e,R,0,Y),e.unwrap=()=>e._zod.def.innerType}));function Ma(e,R){return new zv({type:`nonoptional`,innerType:e,...se(R)})}const Bv=N(`ZodSuccess`,((e,R)=>{o_.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(e,R,W)=>ko(0,0,R),e.unwrap=()=>e._zod.def.innerType}));function Ua(e){return new Bv({type:`success`,innerType:e})}const Vv=N(`ZodCatch`,((e,R)=>{s_.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>qo(e,R,W,Y),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap}));function Za(e,R){return new Vv({type:`catch`,innerType:e,catchValue:typeof R==`function`?R:()=>R})}const Hv=N(`ZodNaN`,((e,R)=>{c_.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(e,R,W)=>_o(0,e)}));function ja(e){return function(e,R){return new e({type:`nan`,...se(R)})}(Hv,e)}const Uv=N(`ZodPipe`,((e,R)=>{l_.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>jo(e,R,0,Y),e.in=R.in,e.out=R.out}));function Ha(e,R){return new Uv({type:`pipe`,in:e,out:R})}const Wv=N(`ZodCodec`,((e,R)=>{Uv.init(e,R),u_.init(e,R)}));function $a(e,R,W){return new Wv({type:`pipe`,in:e,out:R,transform:W.decode,reverseTransform:W.encode})}const Gv=N(`ZodReadonly`,((e,R)=>{d_.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>Yo(e,R,W,Y),e.unwrap=()=>e._zod.def.innerType}));function Wa(e){return new Gv({type:`readonly`,innerType:e})}const Kv=N(`ZodTemplateLiteral`,((e,R)=>{f_.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>vo(e,0,W)}));function Xa(e,R){return new Kv({type:`template_literal`,parts:e,...se(R)})}const qv=N(`ZodLazy`,((e,R)=>{h_.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>$o(e,R,0,Y),e.unwrap=()=>e._zod.def.getter()}));function tl(e){return new qv({type:`lazy`,getter:e})}const Jv=N(`ZodPromise`,((e,R)=>{m_.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(R,W,Y)=>Ho(e,R,0,Y),e.unwrap=()=>e._zod.def.innerType}));function il(e){return new Jv({type:`promise`,innerType:e})}const Yv=N(`ZodFunction`,((e,R)=>{p_.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(e,R,W)=>So(0,e)}));function ol(e){return new Yv({type:`function`,input:Array.isArray(e?.input)?ga(e?.input):e?.input??Kr(Jr()),output:e?.output??Jr()})}const Xv=N(`ZodCustom`,((e,R)=>{g_.init(e,R),L_.init(e,R),e._zod.processJSONSchema=(e,R,W)=>Do(0,e)}));function rl(e){let R=new Eh({check:`custom`});return R._zod.check=e,R}function al(e,R){return function(e,R,W){let Y=se(W);return Y.abort??=!0,new e({type:`custom`,check:`custom`,fn:R,...Y})}(Xv,e??(()=>!0),R)}function ll(e,R={}){return function(e,R,W){return new e({type:`custom`,check:`custom`,fn:R,...se(W)})}(Xv,e,R)}function cl(e){return io(e)}const gl=function(e){let R=new Eh({check:`describe`});return R._zod.onattach=[R=>{let W=v_.get(R)??{};v_.add(R,{...W,description:e})}],R._zod.check=()=>{},R},dl=function(e){let R=new Eh({check:`meta`});return R._zod.onattach=[R=>{let W=v_.get(R)??{};v_.add(R,{...W,...e})}],R._zod.check=()=>{},R};function hl(e,R={error:`Input not instance of ${e.name}`}){let W=new Xv({type:`custom`,check:`custom`,fn:R=>R instanceof e,abort:!0,...se(R)});return W._zod.bag.Class=e,W}const ul=(...e)=>function(e,R){let W=se(R),Y=W.truthy??[`true`,`1`,`yes`,`on`,`y`,`enabled`],X=W.falsy??[`false`,`0`,`no`,`off`,`n`,`disabled`];W.case!==`sensitive`&&(Y=Y.map((e=>typeof e==`string`?e.toLowerCase():e)),X=X.map((e=>typeof e==`string`?e.toLowerCase():e)));let ie=new Set(Y),ae=new Set(X),le=e.Codec??u_,_e=e.Boolean??Og,ye=new le({type:`pipe`,in:new(e.String??Zh)({type:`string`,error:W.error}),out:new _e({type:`boolean`,error:W.error}),transform:(e,R)=>{let Y=e;return W.case!==`sensitive`&&(Y=Y.toLowerCase()),!!ie.has(Y)||!ae.has(Y)&&(R.issues.push({code:`invalid_value`,expected:`stringbool`,values:[...ie,...ae],input:R.value,inst:ye,continue:!1}),{})},reverseTransform:(e,R)=>!0===e?Y[0]||`true`:X[0]||`false`,error:W.error});return ye}({Codec:Wv,Boolean:uv,String:z_},...e);function Il(e){let R=tl((()=>ia([Qs(e),Cr(),br(),Rr(),Kr(R),ha(Qs(),R)])));return R}function pl(e,R){return Ha(ka(e),R)}var Zv;Zv||={},M({localeError:tn()});const Qv=ra(`type`,[Xr({name:Qs(),type:wa(`int`),value:Cr().int()}),Xr({name:Qs(),type:wa(`bool`),value:br()}),Xr({name:Qs(),type:wa(`float`),value:Cr()}),Xr({name:Qs(),type:wa(`string`),value:Qs()}),Xr({name:Qs(),type:wa(`file`),value:Qs()}),Xr({name:Qs(),type:wa(`color`),value:Qs()}),Xr({name:Qs(),type:wa(`object`),value:Cr()})]),$v=Xr({name:Qs(),type:wa(`tilelayer`),class:Qs().optional(),height:Cr(),width:Cr(),x:Cr(),y:Cr(),id:Cr(),opacity:Cr(),properties:Kr(Qv).optional(),visible:br(),tintcolor:Qs().optional(),parallaxx:Cr().optional(),parallaxy:Cr().optional(),offsetx:Cr().optional(),offsety:Cr().optional()}),ey=$v.extend({data:Kr(Cr()),encoding:wa(`csv`)}),ty=$v.extend({data:Kr(Cr()),encoding:wa(`base64`),compression:wa(`gzip`)}),ny=$v.extend({data:Kr(Cr()),encoding:wa(`base64`),compression:wa(`zlib`)}),ry=$v.extend({data:Kr(Cr()),encoding:wa(`base64`),compression:wa(`zstandard`)}),iy=$v.extend({data:Qs(),encoding:wa(`base64`),compression:Qs().optional()}),ay=ia([Xr({x:Cr(),y:Cr(),width:Cr(),height:Cr(),data:Qs()}),Xr({x:Cr(),y:Cr(),width:Cr(),height:Cr(),data:Kr(Cr())})]),oy=ia([iy,ey,ty,ny,ry,$v.extend({startx:Cr(),starty:Cr(),chunks:Kr(ay),encoding:Qs().optional(),compression:Qs().optional(),data:Gr()})]);function kl(e){return e.encoding===`base64`}function Dl(e){return e.encoding===`csv`||Array.isArray(e.data)}const sy=Xr({x:Cr(),y:Cr()}),cy=Kr(sy),ly=Xr({text:Qs(),color:Qs().optional(),fontfamily:Qs().optional(),pixelsize:Cr().optional(),wrap:br().optional(),halign:ia([wa(`left`),wa(`center`),wa(`right`),wa(`justify`)]).optional(),valign:ia([wa(`top`),wa(`center`),wa(`bottom`)]).optional()}),uy=Xr({id:Cr().optional(),name:Qs().optional(),type:Qs().optional(),x:Cr().optional(),y:Cr().optional(),rotation:Cr().optional(),height:Cr().optional(),width:Cr().optional(),visible:br().optional(),gid:Cr().optional(),text:ly.optional(),point:br().optional(),ellipse:br().optional(),polyline:Kr(sy).optional(),polygon:cy.optional(),template:Qs().optional(),properties:Kr(Qv).optional()}),dy=Xr({duration:Cr(),tileid:Cr()}),fy=Xr({name:Qs(),draworder:Qs(),type:wa(`objectgroup`),class:Qs().optional(),x:Cr(),y:Cr(),id:Cr(),color:Qs().optional(),tintcolor:Qs().optional(),parallaxx:Cr().optional(),parallaxy:Cr().optional(),offsetx:Cr().optional(),offsety:Cr().optional(),opacity:Cr(),properties:Kr(Qv).optional(),visible:br(),objects:Kr(uy)}),py=ia([oy,Xr({name:Qs(),x:Cr(),y:Cr(),id:Cr(),type:wa(`imagelayer`),class:Qs().optional(),image:Qs().optional(),opacity:Cr(),properties:Kr(Qv).optional(),visible:br(),tintcolor:Qs().optional(),repeatx:br().optional(),repeaty:br().optional(),parallaxx:Cr().optional(),parallaxy:Cr().optional(),offsetx:Cr().optional(),offsety:Cr().optional(),transparentcolor:Qs().optional()}),fy]),my=Xr({draworder:Qs(),id:Cr().optional(),name:Qs(),x:Cr(),y:Cr(),opacity:Cr(),tintcolor:Qs().optional(),type:wa(`objectgroup`),visible:br(),objects:Kr(uy),properties:Kr(Qv).optional()}),hy=Xr({id:Cr(),type:Qs().optional(),animation:Kr(dy).optional(),objectgroup:my.optional(),probability:Cr().optional(),properties:Kr(Qv).optional(),image:Qs().optional(),imageheight:Cr().optional(),imagewidth:Cr().optional()}),gy=Xr({name:Qs(),firstgid:Cr().optional(),class:Qs().optional(),objectalignment:ia([wa(`topleft`),wa(`top`),wa(`topright`),wa(`left`),wa(`center`),wa(`right`),wa(`bottomleft`),wa(`bottom`),wa(`bottomright`)]).optional(),image:Qs().optional(),imagewidth:Cr().optional(),imageheight:Cr().optional(),columns:Cr(),tileheight:Cr(),tilewidth:Cr(),tilecount:Cr(),grid:Xr({height:Cr(),width:Cr(),orientation:ia([wa(`isometric`),wa(`orthogonal`)])}).optional(),tileoffset:sy.optional(),spacing:Cr(),margin:Cr(),tiles:Kr(hy).optional(),properties:Kr(Qv).optional()});function Ol(e){return!!e.image}function Ul(e){return!e.image}const _y=gy.extend({tiledversion:Qs().optional(),type:wa(`tileset`),version:Qs().optional()}),vy=Xr({firstgid:Cr(),source:Qs()}),yy=ia([gy,vy]),by=Xr({object:uy.extend({id:Cr().optional()}),tileset:vy.optional(),type:wa(`template`)}),xy=Xr({type:Qs(),class:Qs().optional(),tiledversion:Qs(),version:Qs(),width:Cr(),height:Cr(),tilewidth:Cr(),tileheight:Cr(),compressionlevel:Cr().optional(),infinite:br(),nextlayerid:Cr(),nextobjectid:Cr(),parallaxoriginx:Cr().optional(),parallaxoriginy:Cr().optional(),hexsidelength:Cr().optional(),staggeraxis:wa(`y`).or(wa(`x`)).optional(),staggerindex:wa(`odd`).or(wa(`even`)).optional(),orientation:ia([wa(`isometric`),wa(`orthogonal`),wa(`staggered`),wa(`hexagonal`)]),renderorder:ia([wa(`right-down`),wa(`right-up`),wa(`left-down`),wa(`left-up`)]),backgroundcolor:Qs().optional(),layers:Kr(py),tilesets:Kr(yy),properties:Kr(Qv).optional()});function Hl(e){return!!e.chunks}function Pl(e){return!e.source}function $l(e){return!!e.source}var Sy=class Kl{constructor(e,R,W,Y){this.x=e,this.y=R,this.width=W,this.height=Y}combine(e){let R=this.x+this.width,W=this.y+this.height,Y=e.x+e.width,X=e.y+e.height,ie=Math.max(R,Y),ae=Math.max(W,X);return new Kl(Math.min(this.x,e.x),Math.min(this.y,e.y),ie-Math.min(this.x,e.x),ae-Math.min(this.y,e.y))}},Wl=class{constructor(){this._largestBounds=new Sy(0,0,0,0)}_coerceNumber(e){return+e}_coerceBoolean(e){switch(e){case`0`:case`false`:return!1;case`true`:return!0;default:return!!e}}_coerceType(e,R){return e===`bool`?this._coerceBoolean(R):e===`int`||e===`float`||e===`object`?this._coerceNumber(R):R}_parsePropertiesNode(e,R){let W=[];if(e)for(let R of e.children){let e=R.getAttribute(`type`)??`string`,Y=R.getAttribute(`value`);Y||=R.innerHTML,W.push({name:R.getAttribute(`name`),type:e,value:this._coerceType(e,Y)})}R.properties=W}_parseAttributes(e,R){let W=`width.height.columns.firstgid.spacing.margin.tilecount.tilewidth.tileheight.opacity.compressionlevel.nextlayerid.nextobjectid.parallaxoriginx.parallaxoriginy.parallaxx.parallaxy.hexsidelength.offsetx.offsety.id.gid.x.y.rotation.probability`.split(`.`),Y=[`infinite`,`visible`,`repeatx`,`repeaty`];for(let X of e.attributes)W.indexOf(X.name)>-1?R[X.name]=this._coerceNumber(X.value):Y.indexOf(X.name)>-1?R[X.name]=this._coerceBoolean(X.value):R[X.name]=X.value}_parseToDocument(e){if(typeof DOMParser<`u`)return new DOMParser().parseFromString(e,`application/xml`);try{let{JSDOM:R}=S(371);return new R(e,{contentType:`application/xml`,encoding:`utf-8`}).window.document}catch{}let R=Error(`Could not find DOM parser`);throw Tt.error(R.message,R),R}parseObject(e,R=!0){let W={type:``,x:0,y:0};e.getAttribute(`template`)||(W.visible=!0,W.name=``,W.rotation=0,W.height=0,W.width=0),this._parseAttributes(e,W);let Y=e.querySelector(`properties`);Y&&this._parsePropertiesNode(Y,W);let X=e.querySelector(`text`);if(X){W.text={text:X.textContent};let e=X.getAttribute(`fontfamily`);e&&(W.text.fontfamily=e);let R=X.getAttribute(`color`);R&&(W.text.color=R);let Y=X.getAttribute(`pixelsize`);Y&&(W.text.pixelsize=this._coerceNumber(Y));let ie=X.getAttribute(`wrap`);ie&&(W.text.wrap=this._coerceBoolean(ie));let ae=X.getAttribute(`valign`);ae&&(W.text.valign=ae);let le=X.getAttribute(`halign`);le&&(W.text.halign=le)}e.querySelector(`point`)&&(W.point=!0),e.querySelector(`ellipse`)&&(W.ellipse=!0);let ie=e.querySelector(`polygon`);if(ie){let e=ie.getAttribute(`points`)?.split(` `);W.polygon=[],e&&e.forEach((e=>{let R=e.split(`,`);W.polygon.push({x:+R[0],y:+R[1]})}))}let ae=e.querySelector(`polyline`);if(ae){let e=ae.getAttribute(`points`)?.split(` `);W.polyline=[],e&&e.forEach((e=>{let R=e.split(`,`);W.polyline.push({x:+R[0],y:+R[1]})}))}if(R)try{return uy.parse(W)}catch(e){throw Tt.error(`Could not parse object`,W,e),e}return W}parseTileset(e,R=!0){let W={spacing:0,margin:0};if(this._parseAttributes(e,W),W.source)try{return yy.parse(W)}catch(e){Tt.error(`Could not parse external tileset`,W,e)}for(let Y of e.children)switch(Y.tagName){case`properties`:this._parsePropertiesNode(Y,W);break;case`tileoffset`:{let e={};this._parseAttributes(Y,e),W.tileoffset=e;break}case`grid`:{let e={};this._parseAttributes(Y,e),W.grid=e;break}case`image`:W.image=Y.getAttribute(`source`),W.imagewidth=this._coerceNumber(Y.getAttribute(`width`)),W.imageheight=this._coerceNumber(Y.getAttribute(`height`));break;case`tile`:{W.tiles||=[];let e={};this._parseAttributes(Y,e);for(let W of Y.children)switch(W.tagName){case`image`:e.image=W.getAttribute(`source`),e.imagewidth=this._coerceNumber(W.getAttribute(`width`)),e.imageheight=this._coerceNumber(W.getAttribute(`height`));break;case`objectgroup`:{let Y={type:`objectgroup`,name:``,visible:!0,x:0,y:0,opacity:1,objects:[]};this._parseAttributes(W,Y),e.objectgroup=Y;for(let e of W.children){let W=this.parseObject(e,R);Y.objects.push(W)}break}case`animation`:{let R=[];for(let e of W.children)R.push({duration:this._coerceNumber(e.getAttribute(`duration`)),tileid:this._coerceNumber(e.getAttribute(`tileid`))});e.animation=R;break}case`properties`:this._parsePropertiesNode(W,e)}if(R)try{W.tiles.push(hy.parse(e))}catch(R){throw Tt.error(`Could not parse Tile`,e,R),R}else W.tiles.push(e);break}}if(R)try{return yy.parse(W)}catch(e){throw Tt.error(`Could not parse Tileset`,W,e),e}return W}parseTileLayer(e,R,W=!0){let Y={type:`tilelayer`,x:0,y:0,opacity:1,visible:!0};this._parseAttributes(e,Y);for(let W of e.children)switch(W.tagName){case`properties`:this._parsePropertiesNode(W,Y);break;case`data`:{let e=W.getAttribute(`encoding`);e&&(Y.encoding=e);let X=W.getAttribute(`compression`);if(X&&(Y.compression=X),R){Y.width=0,Y.height=0,Y.chunks=[];let e=new Sy(0,0,0,0);for(let R of W.children)if(R.tagName===`chunk`){let W={};switch(this._parseAttributes(R,W),Y.encoding){case`base64`:W.data=R.textContent?.trim();break;case`csv`:W.data=R.textContent?.split(`,`).map((e=>+e))}let X=new Sy(W.x,W.y,W.width,W.height);e=e.combine(X),Y.chunks.push(W)}Y.width=e.width,Y.height=e.height,Y.startx=e.x,Y.starty=e.y,this._largestBounds=this._largestBounds.combine(new Sy(Y.startx,Y.starty,Y.width,Y.height))}else switch(Y.encoding){case`base64`:Y.data=W.textContent?.trim();break;case`csv`:Y.data=W.textContent?.split(`,`).map((e=>+e))}}}if(W)try{return py.parse(Y)}catch(e){throw Tt.error(`Could not parse tiled tile layer`,Y,e),e}return Y}parseObjectGroup(e,R=!0){let W={type:`objectgroup`,draworder:`topdown`,visible:!0,x:0,y:0,opacity:1,objects:[]};this._parseAttributes(e,W);for(let Y of e.children)switch(Y.tagName){case`properties`:this._parsePropertiesNode(Y,W);break;case`object`:{let e=this.parseObject(Y,R);W.objects.push(e);break}}if(R)try{return py.parse(W)}catch(e){throw Tt.error(`Could not parse object group`,W,e),e}return W}parseImageLayer(e,R=!0){let W={type:`imagelayer`,visible:!0,x:0,y:0,opacity:1},Y=e.querySelector(`image`);W.image=Y?.getAttribute(`source`);let X=e.querySelector(`properties`);X&&this._parsePropertiesNode(X,W);let ie=Y?.getAttribute(`trans`);if(ie&&(W.transparentcolor=`#`+ie),this._parseAttributes(e,W),R)try{return py.parse(W)}catch(e){throw Tt.error(`Could not parse layer`,W,e),e}return W}parseExternalTemplate(e,R=!0){let W=this._parseToDocument(e).querySelector(`template`),Y={type:`template`},X=W.querySelector(`object`);X&&(Y.object=this.parseObject(X,R));let ie=W.querySelector(`tileset`);if(ie&&(Y.tileset=this.parseTileset(ie,R)),R)try{return by.parse(Y)}catch(e){throw Tt.error(`Could not parse template`,Y,e),e}return Y}parseExternalTileset(e,R=!0){let W=this._parseToDocument(e).querySelector(`tileset`),Y=this.parseTileset(W,R);if(Y.type=`tileset`,this._parseAttributes(W,Y),R)try{return _y.parse(Y)}catch(e){throw Tt.error(`Could not parse tileset file`,Y,e),e}return Y}parse(e,R=!0){let W=this._parseToDocument(e).querySelector(`map`),Y={type:`map`,compressionlevel:-1,layers:[],tilesets:[]};this._parseAttributes(W,Y);let n=(e,R=!0)=>{switch(e.tagName){case`group`:for(let W of e.children)n(W,R);break;case`layer`:{let W=this.parseTileLayer(e,Y.infinite,R);Y.layers.push(W);break}case`properties`:this._parsePropertiesNode(e,Y);break;case`tileset`:{let W=this.parseTileset(e,R);Y.tilesets.push(W);break}case`objectgroup`:{let W=this.parseObjectGroup(e,R);Y.layers.push(W);break}case`imagelayer`:{let W=this.parseImageLayer(e,R);Y.layers.push(W);break}}};for(let e of W.children)n(e,R);if(R)try{return xy.parse(Y)}catch(e){throw Tt.error(`Could not parse Tiled map`,e),e}return Y}},Cy=S(668);let wy,Ty,Ey;const Dy={env:{emscripten_notify_memory_growth:function(e){Ey=new Uint8Array(Ty.exports.memory.buffer)}}};var ic=class{init(){return wy||(wy=typeof fetch<`u`?fetch(`data:application/wasm;base64,`+Oy).then((e=>e.arrayBuffer())).then((e=>WebAssembly.instantiate(e,Dy))).then(this._init):WebAssembly.instantiate(Buffer.from(Oy,`base64`),Dy).then(this._init),wy)}_init(e){Ty=e.instance,Dy.env.emscripten_notify_memory_growth(0)}decode(e,R=0){if(!Ty)throw Error(`ZSTDDecoder: Await .init() before decoding.`);let W=e.byteLength,Y=Ty.exports.malloc(W);Ey.set(e,Y),R||=Number(Ty.exports.ZSTD_findDecompressedSize(Y,W));let X=Ty.exports.malloc(R),ie=Ty.exports.ZSTD_decompress(X,R,Y,W),ae=Ey.slice(X,X+ie);return Ty.exports.free(Y),Ty.exports.free(X),ae}};const Oy=`AGFzbQEAAAABpQEVYAF/AX9gAn9/AGADf39/AX9gBX9/f39/AX9gAX8AYAJ/fwF/YAR/f39/AX9gA39/fwBgBn9/f39/fwF/YAd/f39/f39/AX9gAn9/AX5gAn5+AX5gAABgBX9/f39/AGAGf39/f39/AGAIf39/f39/f38AYAl/f39/f39/f38AYAABf2AIf39/f39/f38Bf2ANf39/f39/f39/f39/fwF/YAF/AX4CJwEDZW52H2Vtc2NyaXB0ZW5fbm90aWZ5X21lbW9yeV9ncm93dGgABANpaAEFAAAFAgEFCwACAQABAgIFBQcAAwABDgsBAQcAEhMHAAUBDAQEAAANBwQCAgYCBAgDAwMDBgEACQkHBgICAAYGAgQUBwYGAwIGAAMCAQgBBwUGCgoEEQAEBAEIAwgDBQgDEA8IAAcABAUBcAECAgUEAQCAAgYJAX8BQaCgwAILB2AHBm1lbW9yeQIABm1hbGxvYwAoBGZyZWUAJgxaU1REX2lzRXJyb3IAaBlaU1REX2ZpbmREZWNvbXByZXNzZWRTaXplAFQPWlNURF9kZWNvbXByZXNzAEoGX3N0YXJ0ACQJBwEAQQELASQKussBaA8AIAAgACgCBCABajYCBAsZACAAKAIAIAAoAgRBH3F0QQAgAWtBH3F2CwgAIABBiH9LC34BBH9BAyEBIAAoAgQiA0EgTQRAIAAoAggiASAAKAIQTwRAIAAQDQ8LIAAoAgwiAiABRgRAQQFBAiADQSBJGw8LIAAgASABIAJrIANBA3YiBCABIARrIAJJIgEbIgJrIgQ2AgggACADIAJBA3RrNgIEIAAgBCgAADYCAAsgAQsUAQF/IAAgARACIQIgACABEAEgAgv3AQECfyACRQRAIABCADcCACAAQQA2AhAgAEIANwIIQbh/DwsgACABNgIMIAAgAUEEajYCECACQQRPBEAgACABIAJqIgFBfGoiAzYCCCAAIAMoAAA2AgAgAUF/ai0AACIBBEAgAEEIIAEQFGs2AgQgAg8LIABBADYCBEF/DwsgACABNgIIIAAgAS0AACIDNgIAIAJBfmoiBEEBTQRAIARBAWtFBEAgACABLQACQRB0IANyIgM2AgALIAAgAS0AAUEIdCADajYCAAsgASACakF/ai0AACIBRQRAIABBADYCBEFsDwsgAEEoIAEQFCACQQN0ams2AgQgAgsWACAAIAEpAAA3AAAgACABKQAINwAICy8BAX8gAUECdEGgHWooAgAgACgCAEEgIAEgACgCBGprQR9xdnEhAiAAIAEQASACCyEAIAFCz9bTvtLHq9lCfiAAfEIfiUKHla+vmLbem55/fgsdAQF/IAAoAgggACgCDEYEfyAAKAIEQSBGBUEACwuCBAEDfyACQYDAAE8EQCAAIAEgAhBnIAAPCyAAIAJqIQMCQCAAIAFzQQNxRQRAAkAgAkEBSARAIAAhAgwBCyAAQQNxRQRAIAAhAgwBCyAAIQIDQCACIAEtAAA6AAAgAUEBaiEBIAJBAWoiAiADTw0BIAJBA3ENAAsLAkAgA0F8cSIEQcAASQ0AIAIgBEFAaiIFSw0AA0AgAiABKAIANgIAIAIgASgCBDYCBCACIAEoAgg2AgggAiABKAIMNgIMIAIgASgCEDYCECACIAEoAhQ2AhQgAiABKAIYNgIYIAIgASgCHDYCHCACIAEoAiA2AiAgAiABKAIkNgIkIAIgASgCKDYCKCACIAEoAiw2AiwgAiABKAIwNgIwIAIgASgCNDYCNCACIAEoAjg2AjggAiABKAI8NgI8IAFBQGshASACQUBrIgIgBU0NAAsLIAIgBE8NAQNAIAIgASgCADYCACABQQRqIQEgAkEEaiICIARJDQALDAELIANBBEkEQCAAIQIMAQsgA0F8aiIEIABJBEAgACECDAELIAAhAgNAIAIgAS0AADoAACACIAEtAAE6AAEgAiABLQACOgACIAIgAS0AAzoAAyABQQRqIQEgAkEEaiICIARNDQALCyACIANJBEADQCACIAEtAAA6AAAgAUEBaiEBIAJBAWoiAiADRw0ACwsgAAsMACAAIAEpAAA3AAALQQECfyAAKAIIIgEgACgCEEkEQEEDDwsgACAAKAIEIgJBB3E2AgQgACABIAJBA3ZrIgE2AgggACABKAAANgIAQQALDAAgACABKAIANgAAC/cCAQJ/AkAgACABRg0AAkAgASACaiAASwRAIAAgAmoiBCABSw0BCyAAIAEgAhALDwsgACABc0EDcSEDAkACQCAAIAFJBEAgAwRAIAAhAwwDCyAAQQNxRQRAIAAhAwwCCyAAIQMDQCACRQ0EIAMgAS0AADoAACABQQFqIQEgAkF/aiECIANBAWoiA0EDcQ0ACwwBCwJAIAMNACAEQQNxBEADQCACRQ0FIAAgAkF/aiICaiIDIAEgAmotAAA6AAAgA0EDcQ0ACwsgAkEDTQ0AA0AgACACQXxqIgJqIAEgAmooAgA2AgAgAkEDSw0ACwsgAkUNAgNAIAAgAkF/aiICaiABIAJqLQAAOgAAIAINAAsMAgsgAkEDTQ0AIAIhBANAIAMgASgCADYCACABQQRqIQEgA0EEaiEDIARBfGoiBEEDSw0ACyACQQNxIQILIAJFDQADQCADIAEtAAA6AAAgA0EBaiEDIAFBAWohASACQX9qIgINAAsLIAAL8wICAn8BfgJAIAJFDQAgACACaiIDQX9qIAE6AAAgACABOgAAIAJBA0kNACADQX5qIAE6AAAgACABOgABIANBfWogAToAACAAIAE6AAIgAkEHSQ0AIANBfGogAToAACAAIAE6AAMgAkEJSQ0AIABBACAAa0EDcSIEaiIDIAFB/wFxQYGChAhsIgE2AgAgAyACIARrQXxxIgRqIgJBfGogATYCACAEQQlJDQAgAyABNgIIIAMgATYCBCACQXhqIAE2AgAgAkF0aiABNgIAIARBGUkNACADIAE2AhggAyABNgIUIAMgATYCECADIAE2AgwgAkFwaiABNgIAIAJBbGogATYCACACQWhqIAE2AgAgAkFkaiABNgIAIAQgA0EEcUEYciIEayICQSBJDQAgAa0iBUIghiAFhCEFIAMgBGohAQNAIAEgBTcDGCABIAU3AxAgASAFNwMIIAEgBTcDACABQSBqIQEgAkFgaiICQR9LDQALCyAACy8BAn8gACgCBCAAKAIAQQJ0aiICLQACIQMgACACLwEAIAEgAi0AAxAIajYCACADCy8BAn8gACgCBCAAKAIAQQJ0aiICLQACIQMgACACLwEAIAEgAi0AAxAFajYCACADCx8AIAAgASACKAIEEAg2AgAgARAEGiAAIAJBCGo2AgQLCAAgAGdBH3MLugUBDX8jAEEQayIKJAACfyAEQQNNBEAgCkEANgIMIApBDGogAyAEEAsaIAAgASACIApBDGpBBBAVIgBBbCAAEAMbIAAgACAESxsMAQsgAEEAIAEoAgBBAXRBAmoQECENQVQgAygAACIGQQ9xIgBBCksNABogAiAAQQVqNgIAIAMgBGoiAkF8aiEMIAJBeWohDiACQXtqIRAgAEEGaiELQQQhBSAGQQR2IQRBICAAdCIAQQFyIQkgASgCACEPQQAhAiADIQYCQANAIAlBAkggAiAPS3JFBEAgAiEHAkAgCARAA0AgBEH//wNxQf//A0YEQCAHQRhqIQcgBiAQSQR/IAZBAmoiBigAACAFdgUgBUEQaiEFIARBEHYLIQQMAQsLA0AgBEEDcSIIQQNGBEAgBUECaiEFIARBAnYhBCAHQQNqIQcMAQsLIAcgCGoiByAPSw0EIAVBAmohBQNAIAIgB0kEQCANIAJBAXRqQQA7AQAgAkEBaiECDAELCyAGIA5LQQAgBiAFQQN1aiIHIAxLG0UEQCAHKAAAIAVBB3EiBXYhBAwCCyAEQQJ2IQQLIAYhBwsCfyALQX9qIAQgAEF/anEiBiAAQQF0QX9qIgggCWsiEUkNABogBCAIcSIEQQAgESAEIABIG2shBiALCyEIIA0gAkEBdGogBkF/aiIEOwEAIAlBASAGayAEIAZBAUgbayEJA0AgCSAASARAIABBAXUhACALQX9qIQsMAQsLAn8gByAOS0EAIAcgBSAIaiIFQQN1aiIGIAxLG0UEQCAFQQdxDAELIAUgDCIGIAdrQQN0awshBSACQQFqIQIgBEUhCCAGKAAAIAVBH3F2IQQMAQsLQWwgCUEBRyAFQSBKcg0BGiABIAJBf2o2AgAgBiAFQQdqQQN1aiADawwBC0FQCyEAIApBEGokACAACwkAQQFBBSAAGwsMACAAIAEoAAA2AAALqgMBCn8jAEHwAGsiCiQAIAJBAWohDiAAQQhqIQtBgIAEIAVBf2p0QRB1IQxBACECQQEhBkEBIAV0IglBf2oiDyEIA0AgAiAORkUEQAJAIAEgAkEBdCINai8BACIHQf//A0YEQCALIAhBA3RqIAI2AgQgCEF/aiEIQQEhBwwBCyAGQQAgDCAHQRB0QRB1ShshBgsgCiANaiAHOwEAIAJBAWohAgwBCwsgACAFNgIEIAAgBjYCACAJQQN2IAlBAXZqQQNqIQxBACEAQQAhBkEAIQIDQCAGIA5GBEADQAJAIAAgCUYNACAKIAsgAEEDdGoiASgCBCIGQQF0aiICIAIvAQAiAkEBajsBACABIAUgAhAUayIIOgADIAEgAiAIQf8BcXQgCWs7AQAgASAEIAZBAnQiAmooAgA6AAIgASACIANqKAIANgIEIABBAWohAAwBCwsFIAEgBkEBdGouAQAhDUEAIQcDQCAHIA1ORQRAIAsgAkEDdGogBjYCBANAIAIgDGogD3EiAiAISw0ACyAHQQFqIQcMAQsLIAZBAWohBgwBCwsgCkHwAGokAAsjAEIAIAEQCSAAhUKHla+vmLbem55/fkLj3MqV/M7y9YV/fAsQACAAQn43AwggACABNgIACyQBAX8gAARAIAEoAgQiAgRAIAEoAgggACACEQEADwsgABAmCwsfACAAIAEgAi8BABAINgIAIAEQBBogACACQQRqNgIEC0oBAX9BoCAoAgAiASAAaiIAQX9MBEBBiCBBMDYCAEF/DwsCQCAAPwBBEHRNDQAgABBmDQBBiCBBMDYCAEF/DwtBoCAgADYCACABC9cBAQh/Qbp/IQoCQCACKAIEIgggAigCACIJaiIOIAEgAGtLDQBBbCEKIAkgBCADKAIAIgtrSw0AIAAgCWoiBCACKAIIIgxrIQ0gACABQWBqIg8gCyAJQQAQKSADIAkgC2o2AgACQAJAIAwgBCAFa00EQCANIQUMAQsgDCAEIAZrSw0CIAcgDSAFayIAaiIBIAhqIAdNBEAgBCABIAgQDxoMAgsgBCABQQAgAGsQDyEBIAIgACAIaiIINgIEIAEgAGshBAsgBCAPIAUgCEEBECkLIA4hCgsgCgubAgEBfyMAQYABayINJAAgDSADNgJ8AkAgAkEDSwRAQX8hCQwBCwJAAkACQAJAIAJBAWsOAwADAgELIAZFBEBBuH8hCQwEC0FsIQkgBS0AACICIANLDQMgACAHIAJBAnQiAmooAgAgAiAIaigCABA7IAEgADYCAEEBIQkMAwsgASAJNgIAQQAhCQwCCyAKRQRAQWwhCQwCC0EAIQkgC0UgDEEZSHINAUEIIAR0QQhqIQBBACECA0AgAiAATw0CIAJBQGshAgwAAAsAC0FsIQkgDSANQfwAaiANQfgAaiAFIAYQFSICEAMNACANKAJ4IgMgBEsNACAAIA0gDSgCfCAHIAggAxAYIAEgADYCACACIQkLIA1BgAFqJAAgCQsLACAAIAEgAhALGgsQACAALwAAIAAtAAJBEHRyCy8AAn9BuH8gAUEISQ0AGkFyIAAoAAQiAEF3Sw0AGkG4fyAAQQhqIgAgACABSxsLCwkAIAAgATsAAAsDAAELigYBBX8gACAAKAIAIgVBfnE2AgBBACAAIAVBAXZqQYQgKAIAIgQgAEYbIQECQAJAIAAoAgQiAkUNACACKAIAIgNBAXENACACQQhqIgUgA0EBdkF4aiIDQQggA0EISxtnQR9zQQJ0QYAfaiIDKAIARgRAIAMgAigCDDYCAAsgAigCCCIDBEAgAyACKAIMNgIECyACKAIMIgMEQCADIAIoAgg2AgALIAIgAigCACAAKAIAQX5xajYCAEGEICEAAkACQCABRQ0AIAEgAjYCBCABKAIAIgNBAXENASADQQF2QXhqIgNBCCADQQhLG2dBH3NBAnRBgB9qIgMoAgAgAUEIakYEQCADIAEoAgw2AgALIAEoAggiAwRAIAMgASgCDDYCBAsgASgCDCIDBEAgAyABKAIINgIAQYQgKAIAIQQLIAIgAigCACABKAIAQX5xajYCACABIARGDQAgASABKAIAQQF2akEEaiEACyAAIAI2AgALIAIoAgBBAXZBeGoiAEEIIABBCEsbZ0Efc0ECdEGAH2oiASgCACEAIAEgBTYCACACIAA2AgwgAkEANgIIIABFDQEgACAFNgIADwsCQCABRQ0AIAEoAgAiAkEBcQ0AIAJBAXZBeGoiAkEIIAJBCEsbZ0Efc0ECdEGAH2oiAigCACABQQhqRgRAIAIgASgCDDYCAAsgASgCCCICBEAgAiABKAIMNgIECyABKAIMIgIEQCACIAEoAgg2AgBBhCAoAgAhBAsgACAAKAIAIAEoAgBBfnFqIgI2AgACQCABIARHBEAgASABKAIAQQF2aiAANgIEIAAoAgAhAgwBC0GEICAANgIACyACQQF2QXhqIgFBCCABQQhLG2dBH3NBAnRBgB9qIgIoAgAhASACIABBCGoiAjYCACAAIAE2AgwgAEEANgIIIAFFDQEgASACNgIADwsgBUEBdkF4aiIBQQggAUEISxtnQR9zQQJ0QYAfaiICKAIAIQEgAiAAQQhqIgI2AgAgACABNgIMIABBADYCCCABRQ0AIAEgAjYCAAsLDgAgAARAIABBeGoQJQsLgAIBA38CQCAAQQ9qQXhxQYQgKAIAKAIAQQF2ayICEB1Bf0YNAAJAQYQgKAIAIgAoAgAiAUEBcQ0AIAFBAXZBeGoiAUEIIAFBCEsbZ0Efc0ECdEGAH2oiASgCACAAQQhqRgRAIAEgACgCDDYCAAsgACgCCCIBBEAgASAAKAIMNgIECyAAKAIMIgFFDQAgASAAKAIINgIAC0EBIQEgACAAKAIAIAJBAXRqIgI2AgAgAkEBcQ0AIAJBAXZBeGoiAkEIIAJBCEsbZ0Efc0ECdEGAH2oiAygCACECIAMgAEEIaiIDNgIAIAAgAjYCDCAAQQA2AgggAkUNACACIAM2AgALIAELtwIBA38CQAJAIABBASAAGyICEDgiAA0AAkACQEGEICgCACIARQ0AIAAoAgAiA0EBcQ0AIAAgA0EBcjYCACADQQF2QXhqIgFBCCABQQhLG2dBH3NBAnRBgB9qIgEoAgAgAEEIakYEQCABIAAoAgw2AgALIAAoAggiAQRAIAEgACgCDDYCBAsgACgCDCIBBEAgASAAKAIINgIACyACECchAkEAIQFBhCAoAgAhACACDQEgACAAKAIAQX5xNgIAQQAPCyACQQ9qQXhxIgMQHSICQX9GDQIgAkEHakF4cSIAIAJHBEAgACACaxAdQX9GDQMLAkBBhCAoAgAiAUUEQEGAICAANgIADAELIAAgATYCBAtBhCAgADYCACAAIANBAXRBAXI2AgAMAQsgAEUNAQsgAEEIaiEBCyABC7kDAQJ/IAAgA2ohBQJAIANBB0wEQANAIAAgBU8NAiAAIAItAAA6AAAgAEEBaiEAIAJBAWohAgwAAAsACyAEQQFGBEACQCAAIAJrIgZBB00EQCAAIAItAAA6AAAgACACLQABOgABIAAgAi0AAjoAAiAAIAItAAM6AAMgAEEEaiACIAZBAnQiBkHAHmooAgBqIgIQFyACIAZB4B5qKAIAayECDAELIAAgAhAMCyACQQhqIQIgAEEIaiEACwJAAkACQAJAIAUgAU0EQCAAIANqIQEgBEEBRyAAIAJrQQ9Kcg0BA0AgACACEAwgAkEIaiECIABBCGoiACABSQ0ACwwFCyAAIAFLBEAgACEBDAQLIARBAUcgACACa0EPSnINASAAIQMgAiEEA0AgAyAEEAwgBEEIaiEEIANBCGoiAyABSQ0ACwwCCwNAIAAgAhAHIAJBEGohAiAAQRBqIgAgAUkNAAsMAwsgACEDIAIhBANAIAMgBBAHIARBEGohBCADQRBqIgMgAUkNAAsLIAIgASAAa2ohAgsDQCABIAVPDQEgASACLQAAOgAAIAFBAWohASACQQFqIQIMAAALAAsLQQECfyAAIAAoArjgASIDNgLE4AEgACgCvOABIQQgACABNgK84AEgACABIAJqNgK44AEgACABIAQgA2tqNgLA4AELpgEBAX8gACAAKALs4QEQFjYCyOABIABCADcD+OABIABCADcDuOABIABBwOABakIANwMAIABBqNAAaiIBQYyAgOAANgIAIABBADYCmOIBIABCADcDiOEBIABCAzcDgOEBIABBrNABakHgEikCADcCACAAQbTQAWpB6BIoAgA2AgAgACABNgIMIAAgAEGYIGo2AgggACAAQaAwajYCBCAAIABBEGo2AgALYQEBf0G4fyEDAkAgAUEDSQ0AIAIgABAhIgFBA3YiADYCCCACIAFBAXE2AgQgAiABQQF2QQNxIgM2AgACQCADQX9qIgFBAksNAAJAIAFBAWsOAgEAAgtBbA8LIAAhAwsgAwsMACAAIAEgAkEAEC4LiAQCA38CfiADEBYhBCAAQQBBKBAQIQAgBCACSwRAIAQPCyABRQRAQX8PCwJAAkAgA0EBRg0AIAEoAAAiBkGo6r5pRg0AQXYhAyAGQXBxQdDUtMIBRw0BQQghAyACQQhJDQEgAEEAQSgQECEAIAEoAAQhASAAQQE2AhQgACABrTcDAEEADwsgASACIAMQLyIDIAJLDQAgACADNgIYQXIhAyABIARqIgVBf2otAAAiAkEIcQ0AIAJBIHEiBkUEQEFwIQMgBS0AACIFQacBSw0BIAVBB3GtQgEgBUEDdkEKaq2GIgdCA4h+IAd8IQggBEEBaiEECyACQQZ2IQMgAkECdiEFAkAgAkEDcUF/aiICQQJLBEBBACECDAELAkACQAJAIAJBAWsOAgECAAsgASAEai0AACECIARBAWohBAwCCyABIARqLwAAIQIgBEECaiEEDAELIAEgBGooAAAhAiAEQQRqIQQLIAVBAXEhBQJ+AkACQAJAIANBf2oiA0ECTQRAIANBAWsOAgIDAQtCfyAGRQ0DGiABIARqMQAADAMLIAEgBGovAACtQoACfAwCCyABIARqKAAArQwBCyABIARqKQAACyEHIAAgBTYCICAAIAI2AhwgACAHNwMAQQAhAyAAQQA2AhQgACAHIAggBhsiBzcDCCAAIAdCgIAIIAdCgIAIVBs+AhALIAMLWwEBf0G4fyEDIAIQFiICIAFNBH8gACACakF/ai0AACIAQQNxQQJ0QaAeaigCACACaiAAQQZ2IgFBAnRBsB5qKAIAaiAAQSBxIgBFaiABRSAAQQV2cWoFQbh/CwsdACAAKAKQ4gEQWiAAQQA2AqDiASAAQgA3A5DiAQu1AwEFfyMAQZACayIKJABBuH8hBgJAIAVFDQAgBCwAACIIQf8BcSEHAkAgCEF/TARAIAdBgn9qQQF2IgggBU8NAkFsIQYgB0GBf2oiBUGAAk8NAiAEQQFqIQdBACEGA0AgBiAFTwRAIAUhBiAIIQcMAwUgACAGaiAHIAZBAXZqIgQtAABBBHY6AAAgACAGQQFyaiAELQAAQQ9xOgAAIAZBAmohBgwBCwAACwALIAcgBU8NASAAIARBAWogByAKEFMiBhADDQELIAYhBEEAIQYgAUEAQTQQECEJQQAhBQNAIAQgBkcEQCAAIAZqIggtAAAiAUELSwRAQWwhBgwDBSAJIAFBAnRqIgEgASgCAEEBajYCACAGQQFqIQZBASAILQAAdEEBdSAFaiEFDAILAAsLQWwhBiAFRQ0AIAUQFEEBaiIBQQxLDQAgAyABNgIAQQFBASABdCAFayIDEBQiAXQgA0cNACAAIARqIAFBAWoiADoAACAJIABBAnRqIgAgACgCAEEBajYCACAJKAIEIgBBAkkgAEEBcXINACACIARBAWo2AgAgB0EBaiEGCyAKQZACaiQAIAYLxhEBDH8jAEHwAGsiBSQAQWwhCwJAIANBCkkNACACLwAAIQogAi8AAiEJIAIvAAQhByAFQQhqIAQQDgJAIAMgByAJIApqakEGaiIMSQ0AIAUtAAohCCAFQdgAaiACQQZqIgIgChAGIgsQAw0BIAVBQGsgAiAKaiICIAkQBiILEAMNASAFQShqIAIgCWoiAiAHEAYiCxADDQEgBUEQaiACIAdqIAMgDGsQBiILEAMNASAAIAFqIg9BfWohECAEQQRqIQZBASELIAAgAUEDakECdiIDaiIMIANqIgIgA2oiDiEDIAIhBCAMIQcDQCALIAMgEElxBEAgACAGIAVB2ABqIAgQAkECdGoiCS8BADsAACAFQdgAaiAJLQACEAEgCS0AAyELIAcgBiAFQUBrIAgQAkECdGoiCS8BADsAACAFQUBrIAktAAIQASAJLQADIQogBCAGIAVBKGogCBACQQJ0aiIJLwEAOwAAIAVBKGogCS0AAhABIAktAAMhCSADIAYgBUEQaiAIEAJBAnRqIg0vAQA7AAAgBUEQaiANLQACEAEgDS0AAyENIAAgC2oiCyAGIAVB2ABqIAgQAkECdGoiAC8BADsAACAFQdgAaiAALQACEAEgAC0AAyEAIAcgCmoiCiAGIAVBQGsgCBACQQJ0aiIHLwEAOwAAIAVBQGsgBy0AAhABIActAAMhByAEIAlqIgkgBiAFQShqIAgQAkECdGoiBC8BADsAACAFQShqIAQtAAIQASAELQADIQQgAyANaiIDIAYgBUEQaiAIEAJBAnRqIg0vAQA7AAAgBUEQaiANLQACEAEgACALaiEAIAcgCmohByAEIAlqIQQgAyANLQADaiEDIAVB2ABqEA0gBUFAaxANciAFQShqEA1yIAVBEGoQDXJFIQsMAQsLIAQgDksgByACS3INAEFsIQsgACAMSw0BIAxBfWohCQNAQQAgACAJSSAFQdgAahAEGwRAIAAgBiAFQdgAaiAIEAJBAnRqIgovAQA7AAAgBUHYAGogCi0AAhABIAAgCi0AA2oiACAGIAVB2ABqIAgQAkECdGoiCi8BADsAACAFQdgAaiAKLQACEAEgACAKLQADaiEADAEFIAxBfmohCgNAIAVB2ABqEAQgACAKS3JFBEAgACAGIAVB2ABqIAgQAkECdGoiCS8BADsAACAFQdgAaiAJLQACEAEgACAJLQADaiEADAELCwNAIAAgCk0EQCAAIAYgBUHYAGogCBACQQJ0aiIJLwEAOwAAIAVB2ABqIAktAAIQASAAIAktAANqIQAMAQsLAkAgACAMTw0AIAAgBiAFQdgAaiAIEAIiAEECdGoiDC0AADoAACAMLQADQQFGBEAgBUHYAGogDC0AAhABDAELIAUoAlxBH0sNACAFQdgAaiAGIABBAnRqLQACEAEgBSgCXEEhSQ0AIAVBIDYCXAsgAkF9aiEMA0BBACAHIAxJIAVBQGsQBBsEQCAHIAYgBUFAayAIEAJBAnRqIgAvAQA7AAAgBUFAayAALQACEAEgByAALQADaiIAIAYgBUFAayAIEAJBAnRqIgcvAQA7AAAgBUFAayAHLQACEAEgACAHLQADaiEHDAEFIAJBfmohDANAIAVBQGsQBCAHIAxLckUEQCAHIAYgBUFAayAIEAJBAnRqIgAvAQA7AAAgBUFAayAALQACEAEgByAALQADaiEHDAELCwNAIAcgDE0EQCAHIAYgBUFAayAIEAJBAnRqIgAvAQA7AAAgBUFAayAALQACEAEgByAALQADaiEHDAELCwJAIAcgAk8NACAHIAYgBUFAayAIEAIiAEECdGoiAi0AADoAACACLQADQQFGBEAgBUFAayACLQACEAEMAQsgBSgCREEfSw0AIAVBQGsgBiAAQQJ0ai0AAhABIAUoAkRBIUkNACAFQSA2AkQLIA5BfWohAgNAQQAgBCACSSAFQShqEAQbBEAgBCAGIAVBKGogCBACQQJ0aiIALwEAOwAAIAVBKGogAC0AAhABIAQgAC0AA2oiACAGIAVBKGogCBACQQJ0aiIELwEAOwAAIAVBKGogBC0AAhABIAAgBC0AA2ohBAwBBSAOQX5qIQIDQCAFQShqEAQgBCACS3JFBEAgBCAGIAVBKGogCBACQQJ0aiIALwEAOwAAIAVBKGogAC0AAhABIAQgAC0AA2ohBAwBCwsDQCAEIAJNBEAgBCAGIAVBKGogCBACQQJ0aiIALwEAOwAAIAVBKGogAC0AAhABIAQgAC0AA2ohBAwBCwsCQCAEIA5PDQAgBCAGIAVBKGogCBACIgBBAnRqIgItAAA6AAAgAi0AA0EBRgRAIAVBKGogAi0AAhABDAELIAUoAixBH0sNACAFQShqIAYgAEECdGotAAIQASAFKAIsQSFJDQAgBUEgNgIsCwNAQQAgAyAQSSAFQRBqEAQbBEAgAyAGIAVBEGogCBACQQJ0aiIALwEAOwAAIAVBEGogAC0AAhABIAMgAC0AA2oiACAGIAVBEGogCBACQQJ0aiICLwEAOwAAIAVBEGogAi0AAhABIAAgAi0AA2ohAwwBBSAPQX5qIQIDQCAFQRBqEAQgAyACS3JFBEAgAyAGIAVBEGogCBACQQJ0aiIALwEAOwAAIAVBEGogAC0AAhABIAMgAC0AA2ohAwwBCwsDQCADIAJNBEAgAyAGIAVBEGogCBACQQJ0aiIALwEAOwAAIAVBEGogAC0AAhABIAMgAC0AA2ohAwwBCwsCQCADIA9PDQAgAyAGIAVBEGogCBACIgBBAnRqIgItAAA6AAAgAi0AA0EBRgRAIAVBEGogAi0AAhABDAELIAUoAhRBH0sNACAFQRBqIAYgAEECdGotAAIQASAFKAIUQSFJDQAgBUEgNgIUCyABQWwgBUHYAGoQCiAFQUBrEApxIAVBKGoQCnEgBUEQahAKcRshCwwJCwAACwALAAALAAsAAAsACwAACwALQWwhCwsgBUHwAGokACALC7UEAQ5/IwBBEGsiBiQAIAZBBGogABAOQVQhBQJAIARB3AtJDQAgBi0ABCEHIANB8ARqQQBB7AAQECEIIAdBDEsNACADQdwJaiIJIAggBkEIaiAGQQxqIAEgAhAxIhAQA0UEQCAGKAIMIgQgB0sNASADQdwFaiEPIANBpAVqIREgAEEEaiESIANBqAVqIQEgBCEFA0AgBSICQX9qIQUgCCACQQJ0aigCAEUNAAsgAkEBaiEOQQEhBQNAIAUgDk9FBEAgCCAFQQJ0IgtqKAIAIQwgASALaiAKNgIAIAVBAWohBSAKIAxqIQoMAQsLIAEgCjYCAEEAIQUgBigCCCELA0AgBSALRkUEQCABIAUgCWotAAAiDEECdGoiDSANKAIAIg1BAWo2AgAgDyANQQF0aiINIAw6AAEgDSAFOgAAIAVBAWohBQwBCwtBACEBIANBADYCqAUgBEF/cyAHaiEJQQEhBQNAIAUgDk9FBEAgCCAFQQJ0IgtqKAIAIQwgAyALaiABNgIAIAwgBSAJanQgAWohASAFQQFqIQUMAQsLIAcgBEEBaiIBIAJrIgRrQQFqIQgDQEEBIQUgBCAIT0UEQANAIAUgDk9FBEAgBUECdCIJIAMgBEE0bGpqIAMgCWooAgAgBHY2AgAgBUEBaiEFDAELCyAEQQFqIQQMAQsLIBIgByAPIAogESADIAIgARBkIAZBAToABSAGIAc6AAYgACAGKAIENgIACyAQIQULIAZBEGokACAFC8ENAQt/IwBB8ABrIgUkAEFsIQkCQCADQQpJDQAgAi8AACEKIAIvAAIhDCACLwAEIQYgBUEIaiAEEA4CQCADIAYgCiAMampBBmoiDUkNACAFLQAKIQcgBUHYAGogAkEGaiICIAoQBiIJEAMNASAFQUBrIAIgCmoiAiAMEAYiCRADDQEgBUEoaiACIAxqIgIgBhAGIgkQAw0BIAVBEGogAiAGaiADIA1rEAYiCRADDQEgACABaiIOQX1qIQ8gBEEEaiEGQQEhCSAAIAFBA2pBAnYiAmoiCiACaiIMIAJqIg0hAyAMIQQgCiECA0AgCSADIA9JcQRAIAYgBUHYAGogBxACQQF0aiIILQAAIQsgBUHYAGogCC0AARABIAAgCzoAACAGIAVBQGsgBxACQQF0aiIILQAAIQsgBUFAayAILQABEAEgAiALOgAAIAYgBUEoaiAHEAJBAXRqIggtAAAhCyAFQShqIAgtAAEQASAEIAs6AAAgBiAFQRBqIAcQAkEBdGoiCC0AACELIAVBEGogCC0AARABIAMgCzoAACAGIAVB2ABqIAcQAkEBdGoiCC0AACELIAVB2ABqIAgtAAEQASAAIAs6AAEgBiAFQUBrIAcQAkEBdGoiCC0AACELIAVBQGsgCC0AARABIAIgCzoAASAGIAVBKGogBxACQQF0aiIILQAAIQsgBUEoaiAILQABEAEgBCALOgABIAYgBUEQaiAHEAJBAXRqIggtAAAhCyAFQRBqIAgtAAEQASADIAs6AAEgA0ECaiEDIARBAmohBCACQQJqIQIgAEECaiEAIAkgBUHYAGoQDUVxIAVBQGsQDUVxIAVBKGoQDUVxIAVBEGoQDUVxIQkMAQsLIAQgDUsgAiAMS3INAEFsIQkgACAKSw0BIApBfWohCQNAIAVB2ABqEAQgACAJT3JFBEAgBiAFQdgAaiAHEAJBAXRqIggtAAAhCyAFQdgAaiAILQABEAEgACALOgAAIAYgBUHYAGogBxACQQF0aiIILQAAIQsgBUHYAGogCC0AARABIAAgCzoAASAAQQJqIQAMAQsLA0AgBUHYAGoQBCAAIApPckUEQCAGIAVB2ABqIAcQAkEBdGoiCS0AACEIIAVB2ABqIAktAAEQASAAIAg6AAAgAEEBaiEADAELCwNAIAAgCkkEQCAGIAVB2ABqIAcQAkEBdGoiCS0AACEIIAVB2ABqIAktAAEQASAAIAg6AAAgAEEBaiEADAELCyAMQX1qIQADQCAFQUBrEAQgAiAAT3JFBEAgBiAFQUBrIAcQAkEBdGoiCi0AACEJIAVBQGsgCi0AARABIAIgCToAACAGIAVBQGsgBxACQQF0aiIKLQAAIQkgBUFAayAKLQABEAEgAiAJOgABIAJBAmohAgwBCwsDQCAFQUBrEAQgAiAMT3JFBEAgBiAFQUBrIAcQAkEBdGoiAC0AACEKIAVBQGsgAC0AARABIAIgCjoAACACQQFqIQIMAQsLA0AgAiAMSQRAIAYgBUFAayAHEAJBAXRqIgAtAAAhCiAFQUBrIAAtAAEQASACIAo6AAAgAkEBaiECDAELCyANQX1qIQADQCAFQShqEAQgBCAAT3JFBEAgBiAFQShqIAcQAkEBdGoiAi0AACEKIAVBKGogAi0AARABIAQgCjoAACAGIAVBKGogBxACQQF0aiICLQAAIQogBUEoaiACLQABEAEgBCAKOgABIARBAmohBAwBCwsDQCAFQShqEAQgBCANT3JFBEAgBiAFQShqIAcQAkEBdGoiAC0AACECIAVBKGogAC0AARABIAQgAjoAACAEQQFqIQQMAQsLA0AgBCANSQRAIAYgBUEoaiAHEAJBAXRqIgAtAAAhAiAFQShqIAAtAAEQASAEIAI6AAAgBEEBaiEEDAELCwNAIAVBEGoQBCADIA9PckUEQCAGIAVBEGogBxACQQF0aiIALQAAIQIgBUEQaiAALQABEAEgAyACOgAAIAYgBUEQaiAHEAJBAXRqIgAtAAAhAiAFQRBqIAAtAAEQASADIAI6AAEgA0ECaiEDDAELCwNAIAVBEGoQBCADIA5PckUEQCAGIAVBEGogBxACQQF0aiIALQAAIQIgBUEQaiAALQABEAEgAyACOgAAIANBAWohAwwBCwsDQCADIA5JBEAgBiAFQRBqIAcQAkEBdGoiAC0AACECIAVBEGogAC0AARABIAMgAjoAACADQQFqIQMMAQsLIAFBbCAFQdgAahAKIAVBQGsQCnEgBUEoahAKcSAFQRBqEApxGyEJDAELQWwhCQsgBUHwAGokACAJC8oCAQR/IwBBIGsiBSQAIAUgBBAOIAUtAAIhByAFQQhqIAIgAxAGIgIQA0UEQCAEQQRqIQIgACABaiIDQX1qIQQDQCAFQQhqEAQgACAET3JFBEAgAiAFQQhqIAcQAkEBdGoiBi0AACEIIAVBCGogBi0AARABIAAgCDoAACACIAVBCGogBxACQQF0aiIGLQAAIQggBUEIaiAGLQABEAEgACAIOgABIABBAmohAAwBCwsDQCAFQQhqEAQgACADT3JFBEAgAiAFQQhqIAcQAkEBdGoiBC0AACEGIAVBCGogBC0AARABIAAgBjoAACAAQQFqIQAMAQsLA0AgACADT0UEQCACIAVBCGogBxACQQF0aiIELQAAIQYgBUEIaiAELQABEAEgACAGOgAAIABBAWohAAwBCwsgAUFsIAVBCGoQChshAgsgBUEgaiQAIAILtgMBCX8jAEEQayIGJAAgBkEANgIMIAZBADYCCEFUIQQCQAJAIANBQGsiDCADIAZBCGogBkEMaiABIAIQMSICEAMNACAGQQRqIAAQDiAGKAIMIgcgBi0ABEEBaksNASAAQQRqIQogBkEAOgAFIAYgBzoABiAAIAYoAgQ2AgAgB0EBaiEJQQEhBANAIAQgCUkEQCADIARBAnRqIgEoAgAhACABIAU2AgAgACAEQX9qdCAFaiEFIARBAWohBAwBCwsgB0EBaiEHQQAhBSAGKAIIIQkDQCAFIAlGDQEgAyAFIAxqLQAAIgRBAnRqIgBBASAEdEEBdSILIAAoAgAiAWoiADYCACAHIARrIQhBACEEAkAgC0EDTQRAA0AgBCALRg0CIAogASAEakEBdGoiACAIOgABIAAgBToAACAEQQFqIQQMAAALAAsDQCABIABPDQEgCiABQQF0aiIEIAg6AAEgBCAFOgAAIAQgCDoAAyAEIAU6AAIgBCAIOgAFIAQgBToABCAEIAg6AAcgBCAFOgAGIAFBBGohAQwAAAsACyAFQQFqIQUMAAALAAsgAiEECyAGQRBqJAAgBAutAQECfwJAQYQgKAIAIABHIAAoAgBBAXYiAyABa0F4aiICQXhxQQhHcgR/IAIFIAMQJ0UNASACQQhqC0EQSQ0AIAAgACgCACICQQFxIAAgAWpBD2pBeHEiASAAa0EBdHI2AgAgASAANgIEIAEgASgCAEEBcSAAIAJBAXZqIAFrIgJBAXRyNgIAQYQgIAEgAkH/////B3FqQQRqQYQgKAIAIABGGyABNgIAIAEQJQsLygIBBX8CQAJAAkAgAEEIIABBCEsbZ0EfcyAAaUEBR2oiAUEESSAAIAF2cg0AIAFBAnRB/B5qKAIAIgJFDQADQCACQXhqIgMoAgBBAXZBeGoiBSAATwRAIAIgBUEIIAVBCEsbZ0Efc0ECdEGAH2oiASgCAEYEQCABIAIoAgQ2AgALDAMLIARBHksNASAEQQFqIQQgAigCBCICDQALC0EAIQMgAUEgTw0BA0AgAUECdEGAH2ooAgAiAkUEQCABQR5LIQIgAUEBaiEBIAJFDQEMAwsLIAIgAkF4aiIDKAIAQQF2QXhqIgFBCCABQQhLG2dBH3NBAnRBgB9qIgEoAgBGBEAgASACKAIENgIACwsgAigCACIBBEAgASACKAIENgIECyACKAIEIgEEQCABIAIoAgA2AgALIAMgAygCAEEBcjYCACADIAAQNwsgAwvhCwINfwV+IwBB8ABrIgckACAHIAAoAvDhASIINgJcIAEgAmohDSAIIAAoAoDiAWohDwJAAkAgBUUEQCABIQQMAQsgACgCxOABIRAgACgCwOABIREgACgCvOABIQ4gAEEBNgKM4QFBACEIA0AgCEEDRwRAIAcgCEECdCICaiAAIAJqQazQAWooAgA2AkQgCEEBaiEIDAELC0FsIQwgB0EYaiADIAQQBhADDQEgB0EsaiAHQRhqIAAoAgAQEyAHQTRqIAdBGGogACgCCBATIAdBPGogB0EYaiAAKAIEEBMgDUFgaiESIAEhBEEAIQwDQCAHKAIwIAcoAixBA3RqKQIAIhRCEIinQf8BcSEIIAcoAkAgBygCPEEDdGopAgAiFUIQiKdB/wFxIQsgBygCOCAHKAI0QQN0aikCACIWQiCIpyEJIBVCIIghFyAUQiCIpyECAkAgFkIQiKdB/wFxIgNBAk8EQAJAIAZFIANBGUlyRQRAIAkgB0EYaiADQSAgBygCHGsiCiAKIANLGyIKEAUgAyAKayIDdGohCSAHQRhqEAQaIANFDQEgB0EYaiADEAUgCWohCQwBCyAHQRhqIAMQBSAJaiEJIAdBGGoQBBoLIAcpAkQhGCAHIAk2AkQgByAYNwNIDAELAkAgA0UEQCACBEAgBygCRCEJDAMLIAcoAkghCQwBCwJAAkAgB0EYakEBEAUgCSACRWpqIgNBA0YEQCAHKAJEQX9qIgMgA0VqIQkMAQsgA0ECdCAHaigCRCIJIAlFaiEJIANBAUYNAQsgByAHKAJINgJMCwsgByAHKAJENgJIIAcgCTYCRAsgF6chAyALBEAgB0EYaiALEAUgA2ohAwsgCCALakEUTwRAIAdBGGoQBBoLIAgEQCAHQRhqIAgQBSACaiECCyAHQRhqEAQaIAcgB0EYaiAUQhiIp0H/AXEQCCAUp0H//wNxajYCLCAHIAdBGGogFUIYiKdB/wFxEAggFadB//8DcWo2AjwgB0EYahAEGiAHIAdBGGogFkIYiKdB/wFxEAggFqdB//8DcWo2AjQgByACNgJgIAcoAlwhCiAHIAk2AmggByADNgJkAkACQAJAIAQgAiADaiILaiASSw0AIAIgCmoiEyAPSw0AIA0gBGsgC0Egak8NAQsgByAHKQNoNwMQIAcgBykDYDcDCCAEIA0gB0EIaiAHQdwAaiAPIA4gESAQEB4hCwwBCyACIARqIQggBCAKEAcgAkERTwRAIARBEGohAgNAIAIgCkEQaiIKEAcgAkEQaiICIAhJDQALCyAIIAlrIQIgByATNgJcIAkgCCAOa0sEQCAJIAggEWtLBEBBbCELDAILIBAgAiAOayICaiIKIANqIBBNBEAgCCAKIAMQDxoMAgsgCCAKQQAgAmsQDyEIIAcgAiADaiIDNgJkIAggAmshCCAOIQILIAlBEE8EQCADIAhqIQMDQCAIIAIQByACQRBqIQIgCEEQaiIIIANJDQALDAELAkAgCUEHTQRAIAggAi0AADoAACAIIAItAAE6AAEgCCACLQACOgACIAggAi0AAzoAAyAIQQRqIAIgCUECdCIDQcAeaigCAGoiAhAXIAIgA0HgHmooAgBrIQIgBygCZCEDDAELIAggAhAMCyADQQlJDQAgAyAIaiEDIAhBCGoiCCACQQhqIgJrQQ9MBEADQCAIIAIQDCACQQhqIQIgCEEIaiIIIANJDQAMAgALAAsDQCAIIAIQByACQRBqIQIgCEEQaiIIIANJDQALCyAHQRhqEAQaIAsgDCALEAMiAhshDCAEIAQgC2ogAhshBCAFQX9qIgUNAAsgDBADDQFBbCEMIAdBGGoQBEECSQ0BQQAhCANAIAhBA0cEQCAAIAhBAnQiAmpBrNABaiACIAdqKAJENgIAIAhBAWohCAwBCwsgBygCXCEIC0G6fyEMIA8gCGsiACANIARrSw0AIAQEfyAEIAggABALIABqBUEACyABayEMCyAHQfAAaiQAIAwLkRcCFn8FfiMAQdABayIHJAAgByAAKALw4QEiCDYCvAEgASACaiESIAggACgCgOIBaiETAkACQCAFRQRAIAEhAwwBCyAAKALE4AEhESAAKALA4AEhFSAAKAK84AEhDyAAQQE2AozhAUEAIQgDQCAIQQNHBEAgByAIQQJ0IgJqIAAgAmpBrNABaigCADYCVCAIQQFqIQgMAQsLIAcgETYCZCAHIA82AmAgByABIA9rNgJoQWwhECAHQShqIAMgBBAGEAMNASAFQQQgBUEESBshFyAHQTxqIAdBKGogACgCABATIAdBxABqIAdBKGogACgCCBATIAdBzABqIAdBKGogACgCBBATQQAhBCAHQeAAaiEMIAdB5ABqIQoDQCAHQShqEARBAksgBCAXTnJFBEAgBygCQCAHKAI8QQN0aikCACIdQhCIp0H/AXEhCyAHKAJQIAcoAkxBA3RqKQIAIh5CEIinQf8BcSEJIAcoAkggBygCREEDdGopAgAiH0IgiKchCCAeQiCIISAgHUIgiKchAgJAIB9CEIinQf8BcSIDQQJPBEACQCAGRSADQRlJckUEQCAIIAdBKGogA0EgIAcoAixrIg0gDSADSxsiDRAFIAMgDWsiA3RqIQggB0EoahAEGiADRQ0BIAdBKGogAxAFIAhqIQgMAQsgB0EoaiADEAUgCGohCCAHQShqEAQaCyAHKQJUISEgByAINgJUIAcgITcDWAwBCwJAIANFBEAgAgRAIAcoAlQhCAwDCyAHKAJYIQgMAQsCQAJAIAdBKGpBARAFIAggAkVqaiIDQQNGBEAgBygCVEF/aiIDIANFaiEIDAELIANBAnQgB2ooAlQiCCAIRWohCCADQQFGDQELIAcgBygCWDYCXAsLIAcgBygCVDYCWCAHIAg2AlQLICCnIQMgCQRAIAdBKGogCRAFIANqIQMLIAkgC2pBFE8EQCAHQShqEAQaCyALBEAgB0EoaiALEAUgAmohAgsgB0EoahAEGiAHIAcoAmggAmoiCSADajYCaCAKIAwgCCAJSxsoAgAhDSAHIAdBKGogHUIYiKdB/wFxEAggHadB//8DcWo2AjwgByAHQShqIB5CGIinQf8BcRAIIB6nQf//A3FqNgJMIAdBKGoQBBogB0EoaiAfQhiIp0H/AXEQCCEOIAdB8ABqIARBBHRqIgsgCSANaiAIazYCDCALIAg2AgggCyADNgIEIAsgAjYCACAHIA4gH6dB//8DcWo2AkQgBEEBaiEEDAELCyAEIBdIDQEgEkFgaiEYIAdB4ABqIRogB0HkAGohGyABIQMDQCAHQShqEARBAksgBCAFTnJFBEAgBygCQCAHKAI8QQN0aikCACIdQhCIp0H/AXEhCyAHKAJQIAcoAkxBA3RqKQIAIh5CEIinQf8BcSEIIAcoAkggBygCREEDdGopAgAiH0IgiKchCSAeQiCIISAgHUIgiKchDAJAIB9CEIinQf8BcSICQQJPBEACQCAGRSACQRlJckUEQCAJIAdBKGogAkEgIAcoAixrIgogCiACSxsiChAFIAIgCmsiAnRqIQkgB0EoahAEGiACRQ0BIAdBKGogAhAFIAlqIQkMAQsgB0EoaiACEAUgCWohCSAHQShqEAQaCyAHKQJUISEgByAJNgJUIAcgITcDWAwBCwJAIAJFBEAgDARAIAcoAlQhCQwDCyAHKAJYIQkMAQsCQAJAIAdBKGpBARAFIAkgDEVqaiICQQNGBEAgBygCVEF/aiICIAJFaiEJDAELIAJBAnQgB2ooAlQiCSAJRWohCSACQQFGDQELIAcgBygCWDYCXAsLIAcgBygCVDYCWCAHIAk2AlQLICCnIRQgCARAIAdBKGogCBAFIBRqIRQLIAggC2pBFE8EQCAHQShqEAQaCyALBEAgB0EoaiALEAUgDGohDAsgB0EoahAEGiAHIAcoAmggDGoiGSAUajYCaCAbIBogCSAZSxsoAgAhHCAHIAdBKGogHUIYiKdB/wFxEAggHadB//8DcWo2AjwgByAHQShqIB5CGIinQf8BcRAIIB6nQf//A3FqNgJMIAdBKGoQBBogByAHQShqIB9CGIinQf8BcRAIIB+nQf//A3FqNgJEIAcgB0HwAGogBEEDcUEEdGoiDSkDCCIdNwPIASAHIA0pAwAiHjcDwAECQAJAAkAgBygCvAEiDiAepyICaiIWIBNLDQAgAyAHKALEASIKIAJqIgtqIBhLDQAgEiADayALQSBqTw0BCyAHIAcpA8gBNwMQIAcgBykDwAE3AwggAyASIAdBCGogB0G8AWogEyAPIBUgERAeIQsMAQsgAiADaiEIIAMgDhAHIAJBEU8EQCADQRBqIQIDQCACIA5BEGoiDhAHIAJBEGoiAiAISQ0ACwsgCCAdpyIOayECIAcgFjYCvAEgDiAIIA9rSwRAIA4gCCAVa0sEQEFsIQsMAgsgESACIA9rIgJqIhYgCmogEU0EQCAIIBYgChAPGgwCCyAIIBZBACACaxAPIQggByACIApqIgo2AsQBIAggAmshCCAPIQILIA5BEE8EQCAIIApqIQoDQCAIIAIQByACQRBqIQIgCEEQaiIIIApJDQALDAELAkAgDkEHTQRAIAggAi0AADoAACAIIAItAAE6AAEgCCACLQACOgACIAggAi0AAzoAAyAIQQRqIAIgDkECdCIKQcAeaigCAGoiAhAXIAIgCkHgHmooAgBrIQIgBygCxAEhCgwBCyAIIAIQDAsgCkEJSQ0AIAggCmohCiAIQQhqIgggAkEIaiICa0EPTARAA0AgCCACEAwgAkEIaiECIAhBCGoiCCAKSQ0ADAIACwALA0AgCCACEAcgAkEQaiECIAhBEGoiCCAKSQ0ACwsgCxADBEAgCyEQDAQFIA0gDDYCACANIBkgHGogCWs2AgwgDSAJNgIIIA0gFDYCBCAEQQFqIQQgAyALaiEDDAILAAsLIAQgBUgNASAEIBdrIQtBACEEA0AgCyAFSARAIAcgB0HwAGogC0EDcUEEdGoiAikDCCIdNwPIASAHIAIpAwAiHjcDwAECQAJAAkAgBygCvAEiDCAepyICaiIKIBNLDQAgAyAHKALEASIJIAJqIhBqIBhLDQAgEiADayAQQSBqTw0BCyAHIAcpA8gBNwMgIAcgBykDwAE3AxggAyASIAdBGGogB0G8AWogEyAPIBUgERAeIRAMAQsgAiADaiEIIAMgDBAHIAJBEU8EQCADQRBqIQIDQCACIAxBEGoiDBAHIAJBEGoiAiAISQ0ACwsgCCAdpyIGayECIAcgCjYCvAEgBiAIIA9rSwRAIAYgCCAVa0sEQEFsIRAMAgsgESACIA9rIgJqIgwgCWogEU0EQCAIIAwgCRAPGgwCCyAIIAxBACACaxAPIQggByACIAlqIgk2AsQBIAggAmshCCAPIQILIAZBEE8EQCAIIAlqIQYDQCAIIAIQByACQRBqIQIgCEEQaiIIIAZJDQALDAELAkAgBkEHTQRAIAggAi0AADoAACAIIAItAAE6AAEgCCACLQACOgACIAggAi0AAzoAAyAIQQRqIAIgBkECdCIGQcAeaigCAGoiAhAXIAIgBkHgHmooAgBrIQIgBygCxAEhCQwBCyAIIAIQDAsgCUEJSQ0AIAggCWohBiAIQQhqIgggAkEIaiICa0EPTARAA0AgCCACEAwgAkEIaiECIAhBCGoiCCAGSQ0ADAIACwALA0AgCCACEAcgAkEQaiECIAhBEGoiCCAGSQ0ACwsgEBADDQMgC0EBaiELIAMgEGohAwwBCwsDQCAEQQNHBEAgACAEQQJ0IgJqQazQAWogAiAHaigCVDYCACAEQQFqIQQMAQsLIAcoArwBIQgLQbp/IRAgEyAIayIAIBIgA2tLDQAgAwR/IAMgCCAAEAsgAGoFQQALIAFrIRALIAdB0AFqJAAgEAslACAAQgA3AgAgAEEAOwEIIABBADoACyAAIAE2AgwgACACOgAKC7QFAQN/IwBBMGsiBCQAIABB/wFqIgVBfWohBgJAIAMvAQIEQCAEQRhqIAEgAhAGIgIQAw0BIARBEGogBEEYaiADEBwgBEEIaiAEQRhqIAMQHCAAIQMDQAJAIARBGGoQBCADIAZPckUEQCADIARBEGogBEEYahASOgAAIAMgBEEIaiAEQRhqEBI6AAEgBEEYahAERQ0BIANBAmohAwsgBUF+aiEFAn8DQEG6fyECIAMiASAFSw0FIAEgBEEQaiAEQRhqEBI6AAAgAUEBaiEDIARBGGoQBEEDRgRAQQIhAiAEQQhqDAILIAMgBUsNBSABIARBCGogBEEYahASOgABIAFBAmohA0EDIQIgBEEYahAEQQNHDQALIARBEGoLIQUgAyAFIARBGGoQEjoAACABIAJqIABrIQIMAwsgAyAEQRBqIARBGGoQEjoAAiADIARBCGogBEEYahASOgADIANBBGohAwwAAAsACyAEQRhqIAEgAhAGIgIQAw0AIARBEGogBEEYaiADEBwgBEEIaiAEQRhqIAMQHCAAIQMDQAJAIARBGGoQBCADIAZPckUEQCADIARBEGogBEEYahAROgAAIAMgBEEIaiAEQRhqEBE6AAEgBEEYahAERQ0BIANBAmohAwsgBUF+aiEFAn8DQEG6fyECIAMiASAFSw0EIAEgBEEQaiAEQRhqEBE6AAAgAUEBaiEDIARBGGoQBEEDRgRAQQIhAiAEQQhqDAILIAMgBUsNBCABIARBCGogBEEYahAROgABIAFBAmohA0EDIQIgBEEYahAEQQNHDQALIARBEGoLIQUgAyAFIARBGGoQEToAACABIAJqIABrIQIMAgsgAyAEQRBqIARBGGoQEToAAiADIARBCGogBEEYahAROgADIANBBGohAwwAAAsACyAEQTBqJAAgAgtpAQF/An8CQAJAIAJBB00NACABKAAAQbfIwuF+Rw0AIAAgASgABDYCmOIBQWIgAEEQaiABIAIQPiIDEAMNAhogAEKBgICAEDcDiOEBIAAgASADaiACIANrECoMAQsgACABIAIQKgtBAAsLrQMBBn8jAEGAAWsiAyQAQWIhCAJAIAJBCUkNACAAQZjQAGogAUEIaiIEIAJBeGogAEGY0AAQMyIFEAMiBg0AIANBHzYCfCADIANB/ABqIANB+ABqIAQgBCAFaiAGGyIEIAEgAmoiAiAEaxAVIgUQAw0AIAMoAnwiBkEfSw0AIAMoAngiB0EJTw0AIABBiCBqIAMgBkGAC0GADCAHEBggA0E0NgJ8IAMgA0H8AGogA0H4AGogBCAFaiIEIAIgBGsQFSIFEAMNACADKAJ8IgZBNEsNACADKAJ4IgdBCk8NACAAQZAwaiADIAZBgA1B4A4gBxAYIANBIzYCfCADIANB/ABqIANB+ABqIAQgBWoiBCACIARrEBUiBRADDQAgAygCfCIGQSNLDQAgAygCeCIHQQpPDQAgACADIAZBwBBB0BEgBxAYIAQgBWoiBEEMaiIFIAJLDQAgAiAFayEFQQAhAgNAIAJBA0cEQCAEKAAAIgZBf2ogBU8NAiAAIAJBAnRqQZzQAWogBjYCACACQQFqIQIgBEEEaiEEDAELCyAEIAFrIQgLIANBgAFqJAAgCAtGAQN/IABBCGohAyAAKAIEIQJBACEAA0AgACACdkUEQCABIAMgAEEDdGotAAJBFktqIQEgAEEBaiEADAELCyABQQggAmt0C4YDAQV/Qbh/IQcCQCADRQ0AIAItAAAiBEUEQCABQQA2AgBBAUG4fyADQQFGGw8LAn8gAkEBaiIFIARBGHRBGHUiBkF/Sg0AGiAGQX9GBEAgA0EDSA0CIAUvAABBgP4BaiEEIAJBA2oMAQsgA0ECSA0BIAItAAEgBEEIdHJBgIB+aiEEIAJBAmoLIQUgASAENgIAIAVBAWoiASACIANqIgNLDQBBbCEHIABBEGogACAFLQAAIgVBBnZBI0EJIAEgAyABa0HAEEHQEUHwEiAAKAKM4QEgACgCnOIBIAQQHyIGEAMiCA0AIABBmCBqIABBCGogBUEEdkEDcUEfQQggASABIAZqIAgbIgEgAyABa0GAC0GADEGAFyAAKAKM4QEgACgCnOIBIAQQHyIGEAMiCA0AIABBoDBqIABBBGogBUECdkEDcUE0QQkgASABIAZqIAgbIgEgAyABa0GADUHgDkGQGSAAKAKM4QEgACgCnOIBIAQQHyIAEAMNACAAIAFqIAJrIQcLIAcLrQMBCn8jAEGABGsiCCQAAn9BUiACQf8BSw0AGkFUIANBDEsNABogAkEBaiELIABBBGohCUGAgAQgA0F/anRBEHUhCkEAIQJBASEEQQEgA3QiB0F/aiIMIQUDQCACIAtGRQRAAkAgASACQQF0Ig1qLwEAIgZB//8DRgRAIAkgBUECdGogAjoAAiAFQX9qIQVBASEGDAELIARBACAKIAZBEHRBEHVKGyEECyAIIA1qIAY7AQAgAkEBaiECDAELCyAAIAQ7AQIgACADOwEAIAdBA3YgB0EBdmpBA2ohBkEAIQRBACECA0AgBCALRkUEQCABIARBAXRqLgEAIQpBACEAA0AgACAKTkUEQCAJIAJBAnRqIAQ6AAIDQCACIAZqIAxxIgIgBUsNAAsgAEEBaiEADAELCyAEQQFqIQQMAQsLQX8gAg0AGkEAIQIDfyACIAdGBH9BAAUgCCAJIAJBAnRqIgAtAAJBAXRqIgEgAS8BACIBQQFqOwEAIAAgAyABEBRrIgU6AAMgACABIAVB/wFxdCAHazsBACACQQFqIQIMAQsLCyEFIAhBgARqJAAgBQvjBgEIf0FsIQcCQCACQQNJDQACQAJAAkACQCABLQAAIgNBA3EiCUEBaw4DAwEAAgsgACgCiOEBDQBBYg8LIAJBBUkNAkEDIQYgASgAACEFAn8CQAJAIANBAnZBA3EiCEF+aiIEQQFNBEAgBEEBaw0BDAILIAVBDnZB/wdxIQQgBUEEdkH/B3EhAyAIRQwCCyAFQRJ2IQRBBCEGIAVBBHZB//8AcSEDQQAMAQsgBUEEdkH//w9xIgNBgIAISw0DIAEtAARBCnQgBUEWdnIhBEEFIQZBAAshBSAEIAZqIgogAksNAgJAIANBgQZJDQAgACgCnOIBRQ0AQQAhAgNAIAJBg4ABSw0BIAJBQGshAgwAAAsACwJ/IAlBA0YEQCABIAZqIQEgAEHw4gFqIQIgACgCDCEGIAUEQCACIAMgASAEIAYQXwwCCyACIAMgASAEIAYQXQwBCyAAQbjQAWohAiABIAZqIQEgAEHw4gFqIQYgAEGo0ABqIQggBQRAIAggBiADIAEgBCACEF4MAQsgCCAGIAMgASAEIAIQXAsQAw0CIAAgAzYCgOIBIABBATYCiOEBIAAgAEHw4gFqNgLw4QEgCUECRgRAIAAgAEGo0ABqNgIMCyAAIANqIgBBiOMBakIANwAAIABBgOMBakIANwAAIABB+OIBakIANwAAIABB8OIBakIANwAAIAoPCwJ/AkACQAJAIANBAnZBA3FBf2oiBEECSw0AIARBAWsOAgACAQtBASEEIANBA3YMAgtBAiEEIAEvAABBBHYMAQtBAyEEIAEQIUEEdgsiAyAEaiIFQSBqIAJLBEAgBSACSw0CIABB8OIBaiABIARqIAMQCyEBIAAgAzYCgOIBIAAgATYC8OEBIAEgA2oiAEIANwAYIABCADcAECAAQgA3AAggAEIANwAAIAUPCyAAIAM2AoDiASAAIAEgBGo2AvDhASAFDwsCfwJAAkACQCADQQJ2QQNxQX9qIgRBAksNACAEQQFrDgIAAgELQQEhByADQQN2DAILQQIhByABLwAAQQR2DAELIAJBBEkgARAhIgJBj4CAAUtyDQFBAyEHIAJBBHYLIQIgAEHw4gFqIAEgB2otAAAgAkEgahAQIQEgACACNgKA4gEgACABNgLw4QEgB0EBaiEHCyAHC0sAIABC+erQ0OfJoeThADcDICAAQgA3AxggAELP1tO+0ser2UI3AxAgAELW64Lu6v2J9eAANwMIIABCADcDACAAQShqQQBBKBAQGgviAgICfwV+IABBKGoiASAAKAJIaiECAn4gACkDACIDQiBaBEAgACkDECIEQgeJIAApAwgiBUIBiXwgACkDGCIGQgyJfCAAKQMgIgdCEol8IAUQGSAEEBkgBhAZIAcQGQwBCyAAKQMYQsXP2bLx5brqJ3wLIAN8IQMDQCABQQhqIgAgAk0EQEIAIAEpAAAQCSADhUIbiUKHla+vmLbem55/fkLj3MqV/M7y9YV/fCEDIAAhAQwBCwsCQCABQQRqIgAgAksEQCABIQAMAQsgASgAAK1Ch5Wvr5i23puef34gA4VCF4lCz9bTvtLHq9lCfkL5893xmfaZqxZ8IQMLA0AgACACSQRAIAAxAABCxc/ZsvHluuonfiADhUILiUKHla+vmLbem55/fiEDIABBAWohAAwBCwsgA0IhiCADhULP1tO+0ser2UJ+IgNCHYggA4VC+fPd8Zn2masWfiIDQiCIIAOFC+8CAgJ/BH4gACAAKQMAIAKtfDcDAAJAAkAgACgCSCIDIAJqIgRBH00EQCABRQ0BIAAgA2pBKGogASACECAgACgCSCACaiEEDAELIAEgAmohAgJ/IAMEQCAAQShqIgQgA2ogAUEgIANrECAgACAAKQMIIAQpAAAQCTcDCCAAIAApAxAgACkAMBAJNwMQIAAgACkDGCAAKQA4EAk3AxggACAAKQMgIABBQGspAAAQCTcDICAAKAJIIQMgAEEANgJIIAEgA2tBIGohAQsgAUEgaiACTQsEQCACQWBqIQMgACkDICEFIAApAxghBiAAKQMQIQcgACkDCCEIA0AgCCABKQAAEAkhCCAHIAEpAAgQCSEHIAYgASkAEBAJIQYgBSABKQAYEAkhBSABQSBqIgEgA00NAAsgACAFNwMgIAAgBjcDGCAAIAc3AxAgACAINwMICyABIAJPDQEgAEEoaiABIAIgAWsiBBAgCyAAIAQ2AkgLCy8BAX8gAEUEQEG2f0EAIAMbDwtBun8hBCADIAFNBH8gACACIAMQEBogAwVBun8LCy8BAX8gAEUEQEG2f0EAIAMbDwtBun8hBCADIAFNBH8gACACIAMQCxogAwVBun8LC6gCAQZ/IwBBEGsiByQAIABB2OABaikDAEKAgIAQViEIQbh/IQUCQCAEQf//B0sNACAAIAMgBBBCIgUQAyIGDQAgACgCnOIBIQkgACAHQQxqIAMgAyAFaiAGGyIKIARBACAFIAYbayIGEEAiAxADBEAgAyEFDAELIAcoAgwhBCABRQRAQbp/IQUgBEEASg0BCyAGIANrIQUgAyAKaiEDAkAgCQRAIABBADYCnOIBDAELAkACQAJAIARBBUgNACAAQdjgAWopAwBCgICACFgNAAwBCyAAQQA2ApziAQwBCyAAKAIIED8hBiAAQQA2ApziASAGQRRPDQELIAAgASACIAMgBSAEIAgQOSEFDAELIAAgASACIAMgBSAEIAgQOiEFCyAHQRBqJAAgBQtnACAAQdDgAWogASACIAAoAuzhARAuIgEQAwRAIAEPC0G4fyECAkAgAQ0AIABB7OABaigCACIBBEBBYCECIAAoApjiASABRw0BC0EAIQIgAEHw4AFqKAIARQ0AIABBkOEBahBDCyACCycBAX8QVyIERQRAQUAPCyAEIAAgASACIAMgBBBLEE8hACAEEFYgAAs/AQF/AkACQAJAIAAoAqDiAUEBaiIBQQJLDQAgAUEBaw4CAAECCyAAEDBBAA8LIABBADYCoOIBCyAAKAKU4gELvAMCB38BfiMAQRBrIgkkAEG4fyEGAkAgBCgCACIIQQVBCSAAKALs4QEiBRtJDQAgAygCACIHQQFBBSAFGyAFEC8iBRADBEAgBSEGDAELIAggBUEDakkNACAAIAcgBRBJIgYQAw0AIAEgAmohCiAAQZDhAWohCyAIIAVrIQIgBSAHaiEHIAEhBQNAIAcgAiAJECwiBhADDQEgAkF9aiICIAZJBEBBuH8hBgwCCyAJKAIAIghBAksEQEFsIQYMAgsgB0EDaiEHAn8CQAJAAkAgCEEBaw4CAgABCyAAIAUgCiAFayAHIAYQSAwCCyAFIAogBWsgByAGEEcMAQsgBSAKIAVrIActAAAgCSgCCBBGCyIIEAMEQCAIIQYMAgsgACgC8OABBEAgCyAFIAgQRQsgAiAGayECIAYgB2ohByAFIAhqIQUgCSgCBEUNAAsgACkD0OABIgxCf1IEQEFsIQYgDCAFIAFrrFINAQsgACgC8OABBEBBaiEGIAJBBEkNASALEEQhDCAHKAAAIAynRw0BIAdBBGohByACQXxqIQILIAMgBzYCACAEIAI2AgAgBSABayEGCyAJQRBqJAAgBgsuACAAECsCf0EAQQAQAw0AGiABRSACRXJFBEBBYiAAIAEgAhA9EAMNARoLQQALCzcAIAEEQCAAIAAoAsTgASABKAIEIAEoAghqRzYCnOIBCyAAECtBABADIAFFckUEQCAAIAEQWwsL0QIBB38jAEEQayIGJAAgBiAENgIIIAYgAzYCDCAFBEAgBSgCBCEKIAUoAgghCQsgASEIAkACQANAIAAoAuzhARAWIQsCQANAIAQgC0kNASADKAAAQXBxQdDUtMIBRgRAIAMgBBAiIgcQAw0EIAQgB2shBCADIAdqIQMMAQsLIAYgAzYCDCAGIAQ2AggCQCAFBEAgACAFEE5BACEHQQAQA0UNAQwFCyAAIAogCRBNIgcQAw0ECyAAIAgQUCAMQQFHQQAgACAIIAIgBkEMaiAGQQhqEEwiByIDa0EAIAMQAxtBCkdyRQRAQbh/IQcMBAsgBxADDQMgAiAHayECIAcgCGohCEEBIQwgBigCDCEDIAYoAgghBAwBCwsgBiADNgIMIAYgBDYCCEG4fyEHIAQNASAIIAFrIQcMAQsgBiADNgIMIAYgBDYCCAsgBkEQaiQAIAcLRgECfyABIAAoArjgASICRwRAIAAgAjYCxOABIAAgATYCuOABIAAoArzgASEDIAAgATYCvOABIAAgASADIAJrajYCwOABCwutAgIEfwF+IwBBQGoiBCQAAkACQCACQQhJDQAgASgAAEFwcUHQ1LTCAUcNACABIAIQIiEBIABCADcDCCAAQQA2AgQgACABNgIADAELIARBGGogASACEC0iAxADBEAgACADEBoMAQsgAwRAIABBuH8QGgwBCyACIAQoAjAiA2shAiABIANqIQMDQAJAIAAgAyACIARBCGoQLCIFEAMEfyAFBSACIAVBA2oiBU8NAUG4fwsQGgwCCyAGQQFqIQYgAiAFayECIAMgBWohAyAEKAIMRQ0ACyAEKAI4BEAgAkEDTQRAIABBuH8QGgwCCyADQQRqIQMLIAQoAighAiAEKQMYIQcgAEEANgIEIAAgAyABazYCACAAIAIgBmytIAcgB0J/URs3AwgLIARBQGskAAslAQF/IwBBEGsiAiQAIAIgACABEFEgAigCACEAIAJBEGokACAAC30BBH8jAEGQBGsiBCQAIARB/wE2AggCQCAEQRBqIARBCGogBEEMaiABIAIQFSIGEAMEQCAGIQUMAQtBVCEFIAQoAgwiB0EGSw0AIAMgBEEQaiAEKAIIIAcQQSIFEAMNACAAIAEgBmogAiAGayADEDwhBQsgBEGQBGokACAFC4cBAgJ/An5BABAWIQMCQANAIAEgA08EQAJAIAAoAABBcHFB0NS0wgFGBEAgACABECIiAhADRQ0BQn4PCyAAIAEQVSIEQn1WDQMgBCAFfCIFIARUIQJCfiEEIAINAyAAIAEQUiICEAMNAwsgASACayEBIAAgAmohAAwBCwtCfiAFIAEbIQQLIAQLPwIBfwF+IwBBMGsiAiQAAn5CfiACQQhqIAAgARAtDQAaQgAgAigCHEEBRg0AGiACKQMICyEDIAJBMGokACADC40BAQJ/IwBBMGsiASQAAkAgAEUNACAAKAKI4gENACABIABB/OEBaigCADYCKCABIAApAvThATcDICAAEDAgACgCqOIBIQIgASABKAIoNgIYIAEgASkDIDcDECACIAFBEGoQGyAAQQA2AqjiASABIAEoAig2AgggASABKQMgNwMAIAAgARAbCyABQTBqJAALKgECfyMAQRBrIgAkACAAQQA2AgggAEIANwMAIAAQWCEBIABBEGokACABC4cBAQN/IwBBEGsiAiQAAkAgACgCAEUgACgCBEVzDQAgAiAAKAIINgIIIAIgACkCADcDAAJ/IAIoAgAiAQRAIAIoAghBqOMJIAERBQAMAQtBqOMJECgLIgFFDQAgASAAKQIANwL04QEgAUH84QFqIAAoAgg2AgAgARBZIAEhAwsgAkEQaiQAIAMLywEBAn8jAEEgayIBJAAgAEGBgIDAADYCtOIBIABBADYCiOIBIABBADYC7OEBIABCADcDkOIBIABBADYCpOMJIABBADYC3OIBIABCADcCzOIBIABBADYCvOIBIABBADYCxOABIABCADcCnOIBIABBpOIBakIANwIAIABBrOIBakEANgIAIAFCADcCECABQgA3AhggASABKQMYNwMIIAEgASkDEDcDACABKAIIQQh2QQFxIQIgAEEANgLg4gEgACACNgKM4gEgAUEgaiQAC3YBA38jAEEwayIBJAAgAARAIAEgAEHE0AFqIgIoAgA2AiggASAAKQK80AE3AyAgACgCACEDIAEgAigCADYCGCABIAApArzQATcDECADIAFBEGoQGyABIAEoAig2AgggASABKQMgNwMAIAAgARAbCyABQTBqJAALzAEBAX8gACABKAK00AE2ApjiASAAIAEoAgQiAjYCwOABIAAgAjYCvOABIAAgAiABKAIIaiICNgK44AEgACACNgLE4AEgASgCuNABBEAgAEKBgICAEDcDiOEBIAAgAUGk0ABqNgIMIAAgAUGUIGo2AgggACABQZwwajYCBCAAIAFBDGo2AgAgAEGs0AFqIAFBqNABaigCADYCACAAQbDQAWogAUGs0AFqKAIANgIAIABBtNABaiABQbDQAWooAgA2AgAPCyAAQgA3A4jhAQs7ACACRQRAQbp/DwsgBEUEQEFsDwsgAiAEEGAEQCAAIAEgAiADIAQgBRBhDwsgACABIAIgAyAEIAUQZQtGAQF/IwBBEGsiBSQAIAVBCGogBBAOAn8gBS0ACQRAIAAgASACIAMgBBAyDAELIAAgASACIAMgBBA0CyEAIAVBEGokACAACzQAIAAgAyAEIAUQNiIFEAMEQCAFDwsgBSAESQR/IAEgAiADIAVqIAQgBWsgABA1BUG4fwsLRgEBfyMAQRBrIgUkACAFQQhqIAQQDgJ/IAUtAAkEQCAAIAEgAiADIAQQYgwBCyAAIAEgAiADIAQQNQshACAFQRBqJAAgAAtZAQF/QQ8hAiABIABJBEAgAUEEdCAAbiECCyAAQQh2IgEgAkEYbCIAQYwIaigCAGwgAEGICGooAgBqIgJBA3YgAmogAEGACGooAgAgAEGECGooAgAgAWxqSQs3ACAAIAMgBCAFQYAQEDMiBRADBEAgBQ8LIAUgBEkEfyABIAIgAyAFaiAEIAVrIAAQMgVBuH8LC78DAQN/IwBBIGsiBSQAIAVBCGogAiADEAYiAhADRQRAIAAgAWoiB0F9aiEGIAUgBBAOIARBBGohAiAFLQACIQMDQEEAIAAgBkkgBUEIahAEGwRAIAAgAiAFQQhqIAMQAkECdGoiBC8BADsAACAFQQhqIAQtAAIQASAAIAQtAANqIgQgAiAFQQhqIAMQAkECdGoiAC8BADsAACAFQQhqIAAtAAIQASAEIAAtAANqIQAMAQUgB0F+aiEEA0AgBUEIahAEIAAgBEtyRQRAIAAgAiAFQQhqIAMQAkECdGoiBi8BADsAACAFQQhqIAYtAAIQASAAIAYtAANqIQAMAQsLA0AgACAES0UEQCAAIAIgBUEIaiADEAJBAnRqIgYvAQA7AAAgBUEIaiAGLQACEAEgACAGLQADaiEADAELCwJAIAAgB08NACAAIAIgBUEIaiADEAIiA0ECdGoiAC0AADoAACAALQADQQFGBEAgBUEIaiAALQACEAEMAQsgBSgCDEEfSw0AIAVBCGogAiADQQJ0ai0AAhABIAUoAgxBIUkNACAFQSA2AgwLIAFBbCAFQQhqEAobIQILCwsgBUEgaiQAIAILkgIBBH8jAEFAaiIJJAAgCSADQTQQCyEDAkAgBEECSA0AIAMgBEECdGooAgAhCSADQTxqIAgQIyADQQE6AD8gAyACOgA+QQAhBCADKAI8IQoDQCAEIAlGDQEgACAEQQJ0aiAKNgEAIARBAWohBAwAAAsAC0EAIQkDQCAGIAlGRQRAIAMgBSAJQQF0aiIKLQABIgtBAnRqIgwoAgAhBCADQTxqIAotAABBCHQgCGpB//8DcRAjIANBAjoAPyADIAcgC2siCiACajoAPiAEQQEgASAKa3RqIQogAygCPCELA0AgACAEQQJ0aiALNgEAIARBAWoiBCAKSQ0ACyAMIAo2AgAgCUEBaiEJDAELCyADQUBrJAALowIBCX8jAEHQAGsiCSQAIAlBEGogBUE0EAsaIAcgBmshDyAHIAFrIRADQAJAIAMgCkcEQEEBIAEgByACIApBAXRqIgYtAAEiDGsiCGsiC3QhDSAGLQAAIQ4gCUEQaiAMQQJ0aiIMKAIAIQYgCyAPTwRAIAAgBkECdGogCyAIIAUgCEE0bGogCCAQaiIIQQEgCEEBShsiCCACIAQgCEECdGooAgAiCEEBdGogAyAIayAHIA4QYyAGIA1qIQgMAgsgCUEMaiAOECMgCUEBOgAPIAkgCDoADiAGIA1qIQggCSgCDCELA0AgBiAITw0CIAAgBkECdGogCzYBACAGQQFqIQYMAAALAAsgCUHQAGokAA8LIAwgCDYCACAKQQFqIQoMAAALAAs0ACAAIAMgBCAFEDYiBRADBEAgBQ8LIAUgBEkEfyABIAIgAyAFaiAEIAVrIAAQNAVBuH8LCyMAIAA/AEEQdGtB//8DakEQdkAAQX9GBEBBAA8LQQAQAEEBCzsBAX8gAgRAA0AgACABIAJBgCAgAkGAIEkbIgMQCyEAIAFBgCBqIQEgAEGAIGohACACIANrIgINAAsLCwYAIAAQAwsLqBUJAEGICAsNAQAAAAEAAAACAAAAAgBBoAgLswYBAAAAAQAAAAIAAAACAAAAJgAAAIIAAAAhBQAASgAAAGcIAAAmAAAAwAEAAIAAAABJBQAASgAAAL4IAAApAAAALAIAAIAAAABJBQAASgAAAL4IAAAvAAAAygIAAIAAAACKBQAASgAAAIQJAAA1AAAAcwMAAIAAAACdBQAASgAAAKAJAAA9AAAAgQMAAIAAAADrBQAASwAAAD4KAABEAAAAngMAAIAAAABNBgAASwAAAKoKAABLAAAAswMAAIAAAADBBgAATQAAAB8NAABNAAAAUwQAAIAAAAAjCAAAUQAAAKYPAABUAAAAmQQAAIAAAABLCQAAVwAAALESAABYAAAA2gQAAIAAAABvCQAAXQAAACMUAABUAAAARQUAAIAAAABUCgAAagAAAIwUAABqAAAArwUAAIAAAAB2CQAAfAAAAE4QAAB8AAAA0gIAAIAAAABjBwAAkQAAAJAHAACSAAAAAAAAAAEAAAABAAAABQAAAA0AAAAdAAAAPQAAAH0AAAD9AAAA/QEAAP0DAAD9BwAA/Q8AAP0fAAD9PwAA/X8AAP3/AAD9/wEA/f8DAP3/BwD9/w8A/f8fAP3/PwD9/38A/f//AP3//wH9//8D/f//B/3//w/9//8f/f//P/3//38AAAAAAQAAAAIAAAADAAAABAAAAAUAAAAGAAAABwAAAAgAAAAJAAAACgAAAAsAAAAMAAAADQAAAA4AAAAPAAAAEAAAABEAAAASAAAAEwAAABQAAAAVAAAAFgAAABcAAAAYAAAAGQAAABoAAAAbAAAAHAAAAB0AAAAeAAAAHwAAAAMAAAAEAAAABQAAAAYAAAAHAAAACAAAAAkAAAAKAAAACwAAAAwAAAANAAAADgAAAA8AAAAQAAAAEQAAABIAAAATAAAAFAAAABUAAAAWAAAAFwAAABgAAAAZAAAAGgAAABsAAAAcAAAAHQAAAB4AAAAfAAAAIAAAACEAAAAiAAAAIwAAACUAAAAnAAAAKQAAACsAAAAvAAAAMwAAADsAAABDAAAAUwAAAGMAAACDAAAAAwEAAAMCAAADBAAAAwgAAAMQAAADIAAAA0AAAAOAAAADAAEAQeAPC1EBAAAAAQAAAAEAAAABAAAAAgAAAAIAAAADAAAAAwAAAAQAAAAEAAAABQAAAAcAAAAIAAAACQAAAAoAAAALAAAADAAAAA0AAAAOAAAADwAAABAAQcQQC4sBAQAAAAIAAAADAAAABAAAAAUAAAAGAAAABwAAAAgAAAAJAAAACgAAAAsAAAAMAAAADQAAAA4AAAAPAAAAEAAAABIAAAAUAAAAFgAAABgAAAAcAAAAIAAAACgAAAAwAAAAQAAAAIAAAAAAAQAAAAIAAAAEAAAACAAAABAAAAAgAAAAQAAAAIAAAAAAAQBBkBIL5gQBAAAAAQAAAAEAAAABAAAAAgAAAAIAAAADAAAAAwAAAAQAAAAGAAAABwAAAAgAAAAJAAAACgAAAAsAAAAMAAAADQAAAA4AAAAPAAAAEAAAAAEAAAAEAAAACAAAAAAAAAABAAEBBgAAAAAAAAQAAAAAEAAABAAAAAAgAAAFAQAAAAAAAAUDAAAAAAAABQQAAAAAAAAFBgAAAAAAAAUHAAAAAAAABQkAAAAAAAAFCgAAAAAAAAUMAAAAAAAABg4AAAAAAAEFEAAAAAAAAQUUAAAAAAABBRYAAAAAAAIFHAAAAAAAAwUgAAAAAAAEBTAAAAAgAAYFQAAAAAAABwWAAAAAAAAIBgABAAAAAAoGAAQAAAAADAYAEAAAIAAABAAAAAAAAAAEAQAAAAAAAAUCAAAAIAAABQQAAAAAAAAFBQAAACAAAAUHAAAAAAAABQgAAAAgAAAFCgAAAAAAAAULAAAAAAAABg0AAAAgAAEFEAAAAAAAAQUSAAAAIAABBRYAAAAAAAIFGAAAACAAAwUgAAAAAAADBSgAAAAAAAYEQAAAABAABgRAAAAAIAAHBYAAAAAAAAkGAAIAAAAACwYACAAAMAAABAAAAAAQAAAEAQAAACAAAAUCAAAAIAAABQMAAAAgAAAFBQAAACAAAAUGAAAAIAAABQgAAAAgAAAFCQAAACAAAAULAAAAIAAABQwAAAAAAAAGDwAAACAAAQUSAAAAIAABBRQAAAAgAAIFGAAAACAAAgUcAAAAIAADBSgAAAAgAAQFMAAAAAAAEAYAAAEAAAAPBgCAAAAAAA4GAEAAAAAADQYAIABBgBcLhwIBAAEBBQAAAAAAAAUAAAAAAAAGBD0AAAAAAAkF/QEAAAAADwX9fwAAAAAVBf3/HwAAAAMFBQAAAAAABwR9AAAAAAAMBf0PAAAAABIF/f8DAAAAFwX9/38AAAAFBR0AAAAAAAgE/QAAAAAADgX9PwAAAAAUBf3/DwAAAAIFAQAAABAABwR9AAAAAAALBf0HAAAAABEF/f8BAAAAFgX9/z8AAAAEBQ0AAAAQAAgE/QAAAAAADQX9HwAAAAATBf3/BwAAAAEFAQAAABAABgQ9AAAAAAAKBf0DAAAAABAF/f8AAAAAHAX9//8PAAAbBf3//wcAABoF/f//AwAAGQX9//8BAAAYBf3//wBBkBkLhgQBAAEBBgAAAAAAAAYDAAAAAAAABAQAAAAgAAAFBQAAAAAAAAUGAAAAAAAABQgAAAAAAAAFCQAAAAAAAAULAAAAAAAABg0AAAAAAAAGEAAAAAAAAAYTAAAAAAAABhYAAAAAAAAGGQAAAAAAAAYcAAAAAAAABh8AAAAAAAAGIgAAAAAAAQYlAAAAAAABBikAAAAAAAIGLwAAAAAAAwY7AAAAAAAEBlMAAAAAAAcGgwAAAAAACQYDAgAAEAAABAQAAAAAAAAEBQAAACAAAAUGAAAAAAAABQcAAAAgAAAFCQAAAAAAAAUKAAAAAAAABgwAAAAAAAAGDwAAAAAAAAYSAAAAAAAABhUAAAAAAAAGGAAAAAAAAAYbAAAAAAAABh4AAAAAAAAGIQAAAAAAAQYjAAAAAAABBicAAAAAAAIGKwAAAAAAAwYzAAAAAAAEBkMAAAAAAAUGYwAAAAAACAYDAQAAIAAABAQAAAAwAAAEBAAAABAAAAQFAAAAIAAABQcAAAAgAAAFCAAAACAAAAUKAAAAIAAABQsAAAAAAAAGDgAAAAAAAAYRAAAAAAAABhQAAAAAAAAGFwAAAAAAAAYaAAAAAAAABh0AAAAAAAAGIAAAAAAAEAYDAAEAAAAPBgOAAAAAAA4GA0AAAAAADQYDIAAAAAAMBgMQAAAAAAsGAwgAAAAACgYDBABBpB0L2QEBAAAAAwAAAAcAAAAPAAAAHwAAAD8AAAB/AAAA/wAAAP8BAAD/AwAA/wcAAP8PAAD/HwAA/z8AAP9/AAD//wAA//8BAP//AwD//wcA//8PAP//HwD//z8A//9/AP///wD///8B////A////wf///8P////H////z////9/AAAAAAEAAAACAAAABAAAAAAAAAACAAAABAAAAAgAAAAAAAAAAQAAAAIAAAABAAAABAAAAAQAAAAEAAAABAAAAAgAAAAIAAAACAAAAAcAAAAIAAAACQAAAAoAAAALAEGgIAsDwBBQ`;var oc=class{static decode(e,R){var W,Y,X,ie,ae,le;if(e.length%4>0)throw Error(`Invalid string. Length must be a multiple of 4`);var _e=43,ye=47,be=48,Ce=97,Te=65,Oe=45,Ae=95;function I(e){var R=e.charCodeAt(0);if(R===_e||R===Oe)return 62;if(R===ye||R===Ae)return 63;if(R<be)return-1;if(R<be+10)return R-be+26+26;if(R<Te+26)return R-Te;if(R<Ce+26)return R-Ce+26;throw Error(`Could not decode elt`)}var Me=e.length;ae=e.charAt(Me-2)===`=`?2:+(e.charAt(Me-1)===`=`),le=new Uint8Array(3*e.length/4-ae),X=ae>0?e.length-4:e.length;var Pe=0;function B(e){le[Pe++]=e}for(W=0,Y=0;W<X;W+=4,Y+=3)B((16711680&(ie=I(e.charAt(W))<<18|I(e.charAt(W+1))<<12|I(e.charAt(W+2))<<6|I(e.charAt(W+3))))>>16),B((65280&ie)>>8),B(255&ie);return ae===2?B(255&(ie=I(e.charAt(W))<<2|I(e.charAt(W+1))>>4)):ae===1&&(B((ie=I(e.charAt(W))<<10|I(e.charAt(W+1))<<4|I(e.charAt(W+2))>>2)>>8&255),B(255&ie)),new Promise((e=>{let i=function(e){for(var R=0,W=e.length-1;W>=0;W--)R=256*R+1*e[W];return R};if(R===`zlib`||R===`gzip`){var Y=(le=(0,Cy.inflate)(le)).length/4,X=Array(Y);for(W=0;W<Y;W++)X[W]=i(le.slice(4*W,4*W+4));e(X)}if(R===`zstd`){let R=new ic;R.init().then((()=>{var Y=(le=R.decode(le)).length/4,X=Array(Y);for(W=0;W<Y;W++)X[W]=i(le.slice(4*W,4*W+4));e(X)}))}if(!R){for(Y=le.length/4,X=Array(Y),W=0;W<Y;W++)X[W]=i(le.slice(4*W,4*W+4));e(X)}}))}};const ky={TileData:{Tiled:`ex-tiled`},ZIndex:{ZIndex:`zindex`},Camera:{Camera:`camera`,Zoom:`zoom`},Animation:{Strategy:`animationstrategy`},Layer:{Solid:`solid`},Collision:{Type:`collisiontype`}},rc=async(e,R)=>{let W=await fetch(e);switch(R.toLowerCase()){case`xml`:default:return await W.text();case`json`:return await W.json()}},ac=e=>R=>R?.name&&e?R.name.toLocaleLowerCase().localeCompare(e.toLocaleLowerCase())===0:R?.name===e,lc=e=>R=>R?.class&&e?R.class.toLocaleLowerCase().localeCompare(e.toLocaleLowerCase())===0:R?.class===e,cc=e=>{let R=new Map;for(let[W,Y]of e)R.set(W.toLocaleLowerCase(),Y);return R},gc=(e,R,W=!0)=>Y=>{let X=cc(Y.properties);if(R!==void 0){let Y=R;typeof R==`string`&&(Y=W?R.toLocaleLowerCase():R);let ie=X.get(e.toLocaleLowerCase());return typeof ie==`string`?(W?ie.toLocaleLowerCase():ie)===Y:X.get(e.toLocaleLowerCase())===Y}return X.has(e.toLocaleLowerCase())},dc=(e,R)=>W=>R(cc(W.properties).get(e.toLocaleLowerCase())),pc=e=>!!(e&2147483648),fc=e=>!!(e&1073741824),Bc=e=>!!(e&536870912),Cc=e=>536870911&e;var Ec=class{constructor(e){this.type=e,this._loaded=!1,this.cache=new Map}getOrAdd(...e){let R=this.cache.get(e.join(`+`));return R||(R=new this.type(...e),this.cache.set(e.join(`+`),R),R)}values(){if(this._loaded)return Array.from(this.cache.values());throw Error(`Read through cache not yet loaded! No values to return!`)}async load(){let e=Array.from(this.cache.entries()),R=await Promise.allSettled(e.map((e=>e[1].load()))),W=0;for(let Y=0;Y<R.length;Y++){let X=R[Y];X.status===`rejected`&&(Tt.error(`Error loading resource at ${e[Y][0]}, is your pathMap correct? or your Tiled map corrupted?`,X.reason),W++)}if(W)throw Error(`Error loading ${W} resources`);this._loaded=!0}};function Qc(e,R){try{if(R)for(let W of R){let R=W.value;typeof W.value==`string`&&(R=W.value.toLocaleLowerCase()),e.properties.set(W.name.toLocaleLowerCase(),R)}}catch(R){Tt.error(`Unable to map properties onto ${e}`,R)}}function mc(e){let R=e.match(/[^/\\&\?]+\.\w{2,4}(?=([\#\?&].*$|$))/gi);if(R)return R[0];throw Error(`Could not locate filename from path: ${e}`)}function yc(e,R){for(let{path:W,output:Y}of R)if(typeof W==`string`){if(e.includes(W))return Y}else{let R=e.match(W);if(R)return Y.replace(`[match]`,R[0])}return e}function wc(e,R){if(!R)return!1;for(let{path:W,output:Y}of R)if(typeof W==`string`){if(e.includes(W))return!0}else if(e.match(W))return!0;return!1}function _c(e,R,W){if(wc(R,W)&&W)return yc(R,W);if(R.indexOf(`/`)===0)return R;let Y=e.split(`/`),X=R.split(`/`);return Y[Y.length-1].includes(`.`)&&Y.pop(),Y.concat(X).join(`/`)}var vc=class{constructor(e){this.properties=new Map,this.tiledObject=e.tiledObject,this.name=this.tiledObject.name,this.class=this.tiledObject.type,this.id=this.tiledObject.id??-1,this.x=this.tiledObject.x??0,this.y=this.tiledObject.y??0,this.rotation=this.tiledObject.rotation??0}},bc=class extends vc{constructor(e,R){if(super({tiledObject:e}),!e.template)throw Error(`Invalid template`);if(this.source=e.template,this.gid=e.gid,this.instanceObject=e,this.template=R,R.object){this.name=this.name||R.object.name,this.class=this.class||R.object.class;for(let[e,W]of R.object.properties.entries())this.properties.has(e)||this.properties.set(e,W)}if(R.tileset&&R.object.tiledObject.gid){let e=R.tileset.getTileByGid(R.object.tiledObject.gid);if(e){this.class=this.class||e.class;for(let[R,W]of e.properties.entries())this.properties.has(R)||this.properties.set(R,W)}}}},kc=class extends vc{constructor(e,R,W,Y){super({tiledObject:e}),this.gid=R,this.width=W,this.height=Y}},Dc=class extends vc{},Sc=class extends vc{constructor(e,R,W,Y){var X;super({tiledObject:e}),this.font=new gp({family:R.fontfamily??`sans-serif`,color:R.color?zd.fromHex(R.color):zd.Black,size:R.pixelsize??16,unit:Mf.Px,textAlign:this._textAlignFromTiled(R.halign),baseAlign:this._textBaselineFromTiled(R.valign),quality:Y});let ie=(X=R.wrap)!=null&&X;this.text=new _p({text:R.text,font:this.font,...ie?{maxWidth:W+10}:{}})}_textBaselineFromTiled(e){switch(e){case`bottom`:return Pf.Bottom;case`center`:return Pf.Middle;default:return Pf.Top}}_textAlignFromTiled(e){switch(e){case`left`:default:return Nf.Left;case`center`:return Nf.Center;case`right`:return Nf.Right;case`justify`:return Nf.Start}}},xc=class extends vc{constructor(e,R,W){super({tiledObject:e}),this.width=R,this.height=W}},zc=class extends vc{constructor(e,R,W,Y){super({tiledObject:e}),this.width=R,this.height=W,this.anchor=Y}},Fc=class extends vc{constructor(e,R){super({tiledObject:e}),this.points=[],this.localPoints=[],this.localPoints=R.map((e=>vec(e.x,e.y))),this.points=R.map((e=>vec(e.x,e.y).rotate(toRadians(this.rotation)).add(vec(this.x,this.y))))}},Lc=class extends vc{constructor(e,R){super({tiledObject:e}),this.points=[],this.points=R.map((e=>vec(e.x,e.y)))}};function Nc(e,R){let W;if(e.point)W=new Dc({tiledObject:e});else if(e.ellipse)e.width&&e.height?(W=new xc(e,e.width,e.height),W.x+=e.width/2,W.y+=e.height/2):W=new xc(e,20,20);else if(e.polygon)W=new Fc(e,e.polygon);else if(e.polyline)W=new Lc(e,e.polyline);else if(e.text)W=new Sc(e,e.text,e.width??0,R?.textQuality??4);else if(e.gid&&!e.template){W=new kc(e,e.gid,e.width??0,e.height??0);let Y=R?.getTilesetForTileGid(e.gid),X=e.type;if(Y){let R=Y?.getTileByGid(e.gid);if(X||=R?.class,R?.properties)for(let[e,Y]of R.properties.entries())W.properties.has(e)||W.properties.set(e,Y)}W.class=X}else if(e.template&&R){let Y=R.templates.find((R=>mc(R.templatePath)===mc(e.template)));if(!Y)throw Error(`Template object id ${e.id} with name ${e.name} is missing a loaded template file, there should be one loaded from ${e.template}! Is your tiled map or template corrupted?`);W=new bc(e,Y)}else W=e.width&&e.height?new zc(e,e.width,e.height,Ad.Zero):new zc(e,20,20,Ad.Half);return Qc(W,e.properties),W}function Gc(e,R){let W=[];for(let Y of e.objects){let e=Nc(Y,R);W.push(e)}return W}var Tc=class{constructor(e){let{templatePath:R,object:W,tiledTemplate:Y,tileset:X}=e;this.templatePath=R,this.object=W,this.tiledTemplate=Y,this.tileset=X}},Rc=class{constructor(e){this.objects=[],this.colliders=[],this.animation=[],this.properties=new Map;let{id:R,tileset:W,tiledTile:Y}=e;this.id=R,this.tileset=W,this.tiledTile=Y,this.class=Y.type,Qc(this,Y.properties),Y.objectgroup&&Y.objectgroup.objects&&(this.objects=Gc(Y.objectgroup)),Y.animation&&(this.animation=Y.animation)}},Mc=class{constructor(e){this.firstGid=-1,this.tileCount=0,this.tileWidth=0,this.tileHeight=0,this.tileOffset=vec(0,0),this.tiles=[],this.objectalignment=`bottomleft`,this.orientation=`orthogonal`,this.properties=new Map;let{name:R,tiledTileset:W,image:Y,tileToImage:X,firstGid:ie}=e;if(this.name=R,this.tiledTileset=W,this.firstGid=ie,Ol(W)){Qc(this,W.properties);let e=W.spacing,R=Math.floor((W.imagewidth+e)/(W.tilewidth+e)),X=Math.floor((W.imageheight+e)/(W.tileheight+e));if(this.class=W.class,this.orientation=W.grid?.orientation??`orthogonal`,this.horizontalFlipTransform=Md.identity().translate(W.tilewidth,0).scale(-1,1),this.verticalFlipTransform=Md.identity().translate(0,W.tileheight).scale(1,-1),this.diagonalFlipTransform=Md.identity().translate(0,0).rotate(-Math.PI/2).scale(-1,1),this.objectalignment=W.objectalignment??(this.orientation===`orthogonal`?`bottomleft`:`bottom`),Y&&(this.spritesheet=Kf.fromImageSource({image:Y,grid:{rows:X,columns:R,spriteWidth:W.tilewidth,spriteHeight:W.tileheight},spacing:{originOffset:{x:W.margin??0,y:W.margin??0},margin:{x:W.spacing??0,y:W.spacing??0}}})),this.tileCount=W.tilecount,this.tileWidth=W.tilewidth,this.tileHeight=W.tileheight,W.tileoffset&&(this.tileOffset=vec(W.tileoffset.x,W.tileoffset.y)),W.tiles)for(let e of W.tiles)this.tiles.push(new Rc({id:e.id,tileset:this,tiledTile:e,image:Y}))}if(Ul(W)&&W.firstgid!==void 0){this.horizontalFlipTransform=Md.identity().translate(W.tilewidth,0).scale(-1,1),this.verticalFlipTransform=Md.identity().translate(0,W.tileheight).scale(1,-1),this.diagonalFlipTransform=Md.identity().translate(0,0).rotate(-Math.PI/2).scale(-1,1),this.objectalignment=W.objectalignment??(this.orientation===`orthogonal`?`bottomleft`:`bottom`),this.orientation=W.grid?.orientation??`orthogonal`,this.tileCount=W.tilecount,this.tileWidth=W.tilewidth,this.tileHeight=W.tileheight,W.tileoffset&&(this.tileOffset=vec(W.tileoffset.x,W.tileoffset.y));let e=[];if(W.tiles)for(let R of W.tiles){let W=X?.get(R);W&&e.push(W.toSprite()),this.tiles.push(new Rc({id:R.id,tileset:this,tiledTile:R,image:W}))}X&&(this.spritesheet=new Kf({sprites:e}))}}getTilesetAlignmentAnchor(e){switch(e??this.objectalignment){case`topleft`:return vec(0,0);case`top`:return vec(.5,0);case`topright`:return vec(1,0);case`left`:return vec(0,.5);case`center`:return vec(.5,.5);case`right`:return vec(1,.5);case`bottomleft`:default:return vec(0,1);case`bottom`:return vec(.5,1);case`bottomright`:return vec(1,1)}}getTileByGid(e){let R=Cc(e)-this.firstGid;return this.tiles.find((e=>e.id===R))}getTilesByClassName(e){return this.tiles.filter(lc(e))}getTilesByProperty(e,R,W=!0){return this.tiles.filter(gc(e,R,W))}getTilesByPropertyValueMatcher(e,R){return this.tiles.filter(dc(e,R))}getSpriteForGid(e){let R=pc(e),W=fc(e),Y=Bc(e),X=Cc(e),ie=X-this.firstGid;if(this.spritesheet){let e=this.spritesheet.sprites[ie];return(Y||R||W)&&(e=e.clone()),Y&&(e.rotation=-Math.PI/2,e.scale=vec(-1,1)),R&&(e.scale=vec((Y?1:-1)*e.scale.x,(Y?-1:1)*e.scale.y)),W&&(e.scale=vec((Y?-1:1)*e.scale.x,(Y?1:-1)*e.scale.y)),e}throw Error(`Tileset: [${this.name}] Could not find sprite for gid: [${e}] normalized gid: [${X}]`)}_isometricTiledCoordToWorld(e){let R=this.tileWidth,W=this.tileHeight/2,Y=e.y/W,X=e.x/W;return vec((X-Y)*R/2+0,(X+Y)*W/2)}getCollidersForGid(e,R){let{anchor:W,scale:Y,orientationOverride:X,offset:ie}={anchor:Ad.Zero,scale:Ad.One,offset:Ad.Zero,orientationOverride:void 0,...R},ae=X??this.orientation,le=this.getTileByGid(e),_e=[];if(le&&le.objects)for(let R of le.objects){if(R instanceof Fc){let W=R.points.map((e=>e.scale(Y)));W=this._applyFlipsToPoints(W,e),ae===`isometric`&&(W=W.map((e=>this._isometricTiledCoordToWorld(e)))),W=W.map((e=>e.add(ie)));let X=Tf.Polygon(W,Ad.Zero,!0);X.isConvex()?_e.push(X):_e.push(X.triangulate())}if(R instanceof zc){let W=R.width,X=R.height,le=R.anchor,ye=rf.fromDimension(W*Y.x,X*Y.y,le).getPoints().map((e=>e.rotate(toRadians(R.rotation)).add(vec(R.x,R.y))));ae===`isometric`&&(ye=ye.map((e=>this._isometricTiledCoordToWorld(e)))),ye=this._applyFlipsToPoints(ye,e),ye=ye.map((e=>e.add(ie)));let be=Tf.Polygon(ye);_e.push(be)}if(R instanceof xc){let e=vec(R.x,R.y);ae===`isometric`&&(e=this._isometricTiledCoordToWorld(e)),e=e.add(ie);let W=Math.min(R.width/2,R.height/2),X=Tf.Circle(W,e.scale(Y));_e.push(X)}}return _e}_applyFlipsToPoints(e,R){let W=pc(R),Y=fc(R);return Bc(R)&&(e=e.map((e=>this.diagonalFlipTransform.multiply(e)))),W&&(e=e.map((e=>this.horizontalFlipTransform.multiply(e)))),Y&&(e=e.map((e=>this.verticalFlipTransform.multiply(e)))),e}getAnimationForGid(e){let R=this.getTileByGid(e);if(R&&R.animation?.length){let e=[];for(let W of R.animation)e.push({graphic:this.getSpriteForGid(W.tileid+this.firstGid),duration:W.duration});return new Af({frames:e,strategy:Of.Loop})}return null}},Oc=class{constructor(e,R,W){this.path=e,this.strict=!0,this.headless=!1,this.orientation=`orthogonal`,this.fileLoader=rc;let{fileLoader:Y,parser:X,pathMap:ie,imageLoader:ae,strict:le,headless:_e,orientation:ye}={...W};this.headless=_e??this.headless,this.orientation=ye??this.orientation,this.strict=le??this.strict,this.fileLoader=Y??this.fileLoader,this.imageLoader=ae??new Ec(Uf),this.parser=X??new Wl,this.firstGid=R,this.pathMap=ie}async load(){let e=this.path.includes(`.tsx`)?`xml`:`json`;try{let R=await this.fileLoader(this.path,e),W;if(W=e===`json`?this.strict?_y.parse(R):R:this.parser.parseExternalTileset(R,this.strict),Ol(W)){let e=_c(this.path,W.image,this.pathMap),R=this.headless?void 0:this.imageLoader.getOrAdd(e);this.data=new Mc({name:W.name,tiledTileset:W,firstGid:this.firstGid,image:R})}if(Ul(W)){let e=this.headless?void 0:new Map;if(e){let R=[];if(W.tiles){for(let Y of W.tiles)if(Y.image){let W=_c(this.path,Y.image,this.pathMap),X=this.imageLoader.getOrAdd(W);e.set(Y,X),R.push(X)}}}W.firstgid=this.firstGid,this.data=new Mc({name:W.name,tiledTileset:W,firstGid:this.firstGid,tileToImage:e})}if(this.headless||await this.imageLoader.load(),this.data)return this.data}catch(e){throw Tt.error(`Could not load tileset at path ${this.path}`),e}throw Error(`No tileset at path ${this.path}`)}isLoaded(){return!!this.data}},Uc=class{constructor(e,R){this.templatePath=e,this.headless=!1,this.strict=!0,this.fileLoader=rc;let{fileLoader:W,parser:Y,pathMap:X,imageLoader:ie,strict:ae,headless:le}={...R};this.headless=le??this.headless,this.strict=ae??this.strict,this.fileLoader=W??this.fileLoader,this.imageLoader=ie??new Ec(Uf),this.parser=Y??new Wl,this.pathMap=X}isLoaded(){return!!this.data}async load(){let e=this.templatePath.includes(`.tx`)?`xml`:`json`;try{let R=await this.fileLoader(this.templatePath,e),W;W=e===`xml`?this.parser.parseExternalTemplate(R,this.strict):this.strict?by.parse(R):R;let Y=W,X=Nc(W.object),ie;return W.tileset&&(ie=await new Oc(_c(this.templatePath,W.tileset.source,this.pathMap),W.tileset.firstgid,{headless:this.headless,strict:this.strict,fileLoader:this.fileLoader,imageLoader:this.imageLoader,parser:this.parser,pathMap:this.pathMap}).load()),this.data=new Tc({templatePath:this.templatePath,tiledTemplate:Y,object:X,tileset:ie})}catch(e){throw Tt.error(`Could not load template at ${this.templatePath}, check to see if your pathMap is correct or if you're Tiled map is corrupted`),e}}},Jc=class extends Component{constructor(e){super();let{tiledObject:R}=e;this.tiledObject=R}},Zc=class extends Component{constructor(e){super();let{tiledTileLayer:R}=e;this.tiledTileLayer=R}},qc=class{get isInfinite(){return this._isInfinite}constructor(e,R,W){this.tiledTileLayer=e,this.resource=R,this.order=W,this.logger=Ud.getInstance(),this.width=0,this.height=0,this.properties=new Map,this.data=[],this._isInfinite=!1,this._tileToChunkData=new WeakMap,this._tileToChunkIndex=new WeakMap,this._gidToTileInfo=new Map,this.name=e.name,this.id=e.id,this.class=e.class,this.width=e.width,this.height=e.height,this.visible=!!e.visible,Qc(this,e.properties)}getTilesByProperty(e,R,W=!0){return this.isometricMap.tiles.filter((Y=>{let X=Y.data.get(ky.TileData.Tiled);return!!X&&gc(e,R,W)(X)})).map((e=>({exTile:e,tiledTile:e.data.get(ky.TileData.Tiled)})))}getTilesByPropertyValueMatcher(e,R){return this.isometricMap.tiles.filter((W=>{let Y=W.data.get(ky.TileData.Tiled);return!!Y&&dc(e,R)(Y)})).map((e=>({exTile:e,tiledTile:e.data.get(ky.TileData.Tiled)})))}getTilesByGid(e){return this._gidToTileInfo.get(e)??[]}getTilesByClassName(e){return this.isometricMap.tiles.filter((R=>{let W=R.data.get(ky.TileData.Tiled);return!!W&&lc(e)(W)})).map((e=>({exTile:e,tiledTile:e.data.get(ky.TileData.Tiled)})))}_getGidForTile(e){let R=0;if(this._isInfinite){let W=this._tileToChunkData.get(e);if(W===void 0)throw Error(`Missing chunk data for excalibur tile`);let Y=this._tileToChunkIndex.get(e);if(Y===void 0)throw Error(`Missing chunk index for excalibur tile`);R=Cc(W[Y])}else{let W=this.isometricMap.tiles.indexOf(e);R=Cc(this.data[W])}return R}getTileByPoint(e){if(!this.isometricMap)return this.logger.warn(`IsometricMap has not yet been loaded! getTileByPoint() will only return null`),null;if(this.isometricMap){let R=this.isometricMap.getTileByPoint(e);if(!R)return null;let W=this._getGidForTile(R),Y;return W>0&&(Y=this.resource.getTilesetForTileGid(W).getTileByGid(W)),{tiledTile:Y,exTile:R}}return null}getTileByCoordinate(e,R){if(!this.isometricMap)return this.logger.warn(`IsometricMap has not yet been loaded! getTileByCoordinate() will only return null`),null;if(this.isometricMap){let W=this.isometricMap.getTile(e,R),Y=this._getGidForTile(W),X;return Y>0&&(X=this.resource.getTilesetForTileGid(Y).getTileByGid(Y)),{tiledTile:X,exTile:W}}return null}_recordTileData(e,R){let W=this._gidToTileInfo.get(e),Y=this.resource.getTilesetForTileGid(e).getTileByGid(e);W?W.push({exTile:R,tiledTile:Y}):W=[{exTile:R,tiledTile:Y}],this._gidToTileInfo.set(e,W),R.data.set(ky.TileData.Tiled,Y)}updateTile(e,R,W,Y,X){this._recordTileData(R,e);let ie=this.resource.getLayerConfig(this.name)||this.resource.getLayerConfig(this.id);ie?.isSolid!==void 0&&(X=ie.isSolid),this.resource.useExcaliburWiring&&X&&(e.solid=!0);let ae=e.get(IsometricEntityComponent);ae&&(ae.elevation=this.order);let le=this.resource.getTilesetForTileGid(R),_e=le.getSpriteForGid(R);W&&(_e=_e.clone(),_e.tint=Y),e.addGraphic(_e,{offset:le.tileOffset});let ye=e.pos;if(le.orientation===`orthogonal`)ye=vec(0,0);else{let e=this.resource.map.tilewidth/2,R=this.resource.map.tileheight;ye=vec(e,R)}let be=le.getCollidersForGid(R,{offset:ye});for(let R of be)e.addCollider(R);ie!=null&&ie.useTileColliders&&be.length>0&&this.visible&&(e.solid=!0),ie!=null&&ie.useTileCollidersWhenInvisible&&be.length>0&&(e.solid=!0);let Ce=le.getAnimationForGid(R);if(Ce&&(W&&(Ce=Ce.clone(),Ce.tint=Y),e.clearGraphics(),e.addGraphic(Ce,{offset:le.tileOffset}),this.resource.useExcaliburWiring)){let e=le.getTileByGid(R)?.properties.get(ky.Animation.Strategy);if(e&&typeof e==`string`)switch(e.toLowerCase()){case Of.End.toLowerCase():Ce.strategy=Of.End;break;case Of.Freeze.toLowerCase():Ce.strategy=Of.Freeze;break;case Of.Loop.toLowerCase():Ce.strategy=Of.Loop;break;case Of.PingPong.toLowerCase():Ce.strategy=Of.PingPong;break;default:this.logger.warn(`Unknown animation strategy in tileset ${le.name} on tile gid ${R}: ${e}`)}}}async load(){let e=this.resource.getLayerConfig(this.name)||this.resource.getLayerConfig(this.id),R=this.tiledTileLayer,W=!!this.properties.get(ky.Layer.Solid),Y=(this.tiledTileLayer.opacity,!!this.tiledTileLayer.tintcolor),X=this.tiledTileLayer.tintcolor?zd.fromHex(this.tiledTileLayer.tintcolor):zd.Transparent,ie=vec(R.offsetx??0,R.offsety??0);this.tiledTileLayer.data&&kl(this.tiledTileLayer)?this.data=await oc.decode(this.tiledTileLayer.data,this.tiledTileLayer.compression):this.tiledTileLayer.data&&Dl(this.tiledTileLayer)&&(this.data=this.tiledTileLayer.data);let ae=this.order,le=this.properties.get(ky.ZIndex.ZIndex);if(typeof le==`number`&&(ae=le),this.resource.map.infinite&&Hl(this.tiledTileLayer)){let W=this.resource.isometricTiledCoordToWorld(this.tiledTileLayer.startx,this.tiledTileLayer.starty),Y=vec(W.x*this.resource.map.tilewidth,W.y*this.resource.map.tileheight);this.isometricMap=new IsometricMap({name:this.name,pos:ie.add(Y),tileHeight:this.resource.map.tileheight,tileWidth:this.resource.map.tilewidth,columns:R.width,rows:R.height,elevation:ae}),e?.collisionGroup&&(this.isometricMap.get(Dp).group=e.collisionGroup)}else this.isometricMap=new IsometricMap({name:this.name,pos:ie,tileWidth:this.resource.map.tilewidth,tileHeight:this.resource.map.tileheight,columns:R.width,rows:R.height,elevation:ae}),e?.collisionGroup&&(this.isometricMap.get(Dp).group=e.collisionGroup);if(this.isometricMap.visible=this.tiledTileLayer.visible,this.isometricMap.opacity=this.tiledTileLayer.opacity,this.isometricMap.addComponent(new Zc({tiledTileLayer:R})),R.parallaxx||R.parallaxy){let e=vec(R.parallaxx??1,R.parallaxy??1);this.isometricMap.addComponent(new ParallaxComponent(e))}if(this.resource.map.infinite&&Hl(this.tiledTileLayer)){this._isInfinite=!0;let e=this.tiledTileLayer;for(let ie of this.tiledTileLayer.chunks){let ae=[];kl(this.tiledTileLayer)?ae=await oc.decode(ie.data,e.compression):Dl(this.tiledTileLayer)&&(ae=ie.data);for(let e=0;e<ae.length;e++){let le=ae[e],_e=e%ie.width+(ie.x-this.tiledTileLayer.startx),ye=Math.floor(e/ie.width)+(ie.y-this.tiledTileLayer.starty),be=this.isometricMap.tiles[_e+ye*R.width];this._tileToChunkData.set(be,ae),this._tileToChunkIndex.set(be,e),le!=0&&this.updateTile(be,le,Y,X,W)}}}else for(let e=0;e<this.data.length;e++){let R=this.data[e];if(R!==0){let ie=this.isometricMap.tiles[e];this.updateTile(ie,R,Y,X,W)}}}},jc=class{get isInfinite(){return this._isInfinite}getTilesByProperty(e,R,W=!0){return this.tilemap.tiles.filter((Y=>{let X=Y.data.get(ky.TileData.Tiled);return!!X&&gc(e,R,W)(X)})).map((e=>({exTile:e,tiledTile:e.data.get(ky.TileData.Tiled)})))}getTilesByPropertyValueMatcher(e,R){return this.tilemap.tiles.filter((W=>{let Y=W.data.get(ky.TileData.Tiled);return!!Y&&dc(e,R)(Y)})).map((e=>({exTile:e,tiledTile:e.data.get(ky.TileData.Tiled)})))}getTilesByGid(e){return this._gidToTileInfo.get(e)??[]}getTilesByClassName(e){return this.tilemap.tiles.filter((R=>{let W=R.data.get(ky.TileData.Tiled);return!!W&&lc(e)(W)})).map((e=>({exTile:e,tiledTile:e.data.get(ky.TileData.Tiled)})))}_getGidForTile(e){let R=0;if(this._isInfinite){let W=this._tileToChunkData.get(e);if(W===void 0)throw Error(`Missing chunk data for excalibur tile (${e.x}, ${e.y})`);let Y=this._tileToChunkIndex.get(e);if(Y===void 0)throw Error(`Missing chunk index for excalibur tile (${e.x}, ${e.y})`);R=Cc(W[Y])}else{let W=this.tilemap.tiles.indexOf(e);R=Cc(this.data[W])}return R}getTileByPoint(e){if(!this.tilemap)return this.logger.warn(`Tilemap has not yet been loaded! getTileByPoint() will only return null`),null;if(this.tilemap){let R=this.tilemap.getTileByPoint(e);if(!R)return null;let W=this._getGidForTile(R),Y;return W>0&&(Y=this.resource.getTilesetForTileGid(W).getTileByGid(W)),{tiledTile:Y,exTile:R}}return null}getTileByCoordinate(e,R){if(!this.tilemap)return this.logger.warn(`Tilemap has not yet been loaded! getTileByCoordinate() will only return null`),null;if(this.tilemap){let W=this.tilemap.getTile(e,R),Y=this._getGidForTile(W),X;return Y>0&&(X=this.resource.getTilesetForTileGid(Y).getTileByGid(Y)),{tiledTile:X,exTile:W}}return null}constructor(e,R,W){this.tiledTileLayer=e,this.resource=R,this.order=W,this.logger=Ud.getInstance(),this.width=0,this.height=0,this.properties=new Map,this.data=[],this._gidToTileInfo=new Map,this._isInfinite=!1,this._tileToChunkData=new Map,this._tileToChunkIndex=new Map,this.name=e.name,this.id=e.id,this.class=e.class,this.width=e.width,this.height=e.height,this.visible=!!e.visible,Qc(this,e.properties)}_recordTileData(e,R){let W=this._gidToTileInfo.get(e),Y=this.resource.getTilesetForTileGid(e).getTileByGid(e);W?W.push({exTile:R,tiledTile:Y}):W=[{exTile:R,tiledTile:Y}],this._gidToTileInfo.set(e,W),R.data.set(ky.TileData.Tiled,Y)}updateTile(e,R,W,Y,X){this._recordTileData(R,e);let ie=this.resource.getLayerConfig(this.name)||this.resource.getLayerConfig(this.id);ie?.isSolid!==void 0&&(X=ie.isSolid),this.resource.useExcaliburWiring&&X&&this.visible&&(e.solid=!0);let ae=this.resource.getTilesetForTileGid(R),le=this.resource.headless;if(!le){let X=ae.getSpriteForGid(R);W&&(X=X.clone(),X.tint=Y),e.addGraphic(X,{offset:ae.tileOffset})}let _e=ae.getCollidersForGid(R);for(let R of _e)e.addCollider(R);ie!=null&&ie.useTileColliders&&_e.length>0&&this.visible&&(e.solid=!0),ie!=null&&ie.useTileCollidersWhenInvisible&&_e.length>0&&(e.solid=!0);let ye=le?null:ae.getAnimationForGid(R);if(ye&&(W&&(ye=ye.clone(),ye.tint=Y),e.clearGraphics(),e.addGraphic(ye,{offset:ae.tileOffset}),this.resource.useExcaliburWiring)){let e=ae.getTileByGid(R)?.properties.get(ky.Animation.Strategy);if(e&&typeof e==`string`)switch(e.toLowerCase()){case Of.End.toLowerCase():ye.strategy=Of.End;break;case Of.Freeze.toLowerCase():ye.strategy=Of.Freeze;break;case Of.Loop.toLowerCase():ye.strategy=Of.Loop;break;case Of.PingPong.toLowerCase():ye.strategy=Of.PingPong;break;default:this.logger.warn(`Unknown animation strategy in tileset ${ae.name} on tile gid ${R}: ${e}`)}}}async load(){let e=this.resource.getLayerConfig(this.name)||this.resource.getLayerConfig(this.id),R=this.tiledTileLayer.opacity,W=!!this.tiledTileLayer.tintcolor,Y=this.tiledTileLayer.tintcolor?zd.fromHex(this.tiledTileLayer.tintcolor):zd.Transparent,X=!!this.properties.get(ky.Layer.Solid),ie=this.tiledTileLayer,ae=vec(ie.offsetx??0,ie.offsety??0);if(this.tiledTileLayer.data&&kl(this.tiledTileLayer)?this.data=await oc.decode(this.tiledTileLayer.data,this.tiledTileLayer.compression):this.tiledTileLayer.data&&Dl(this.tiledTileLayer)&&(this.data=this.tiledTileLayer.data),this.resource.map.infinite&&Hl(this.tiledTileLayer)){let R=vec(this.tiledTileLayer.startx*this.resource.map.tilewidth,this.tiledTileLayer.starty*this.resource.map.tileheight);this.tilemap=new TileMap({name:this.name,pos:ae.add(R),tileHeight:this.resource.map.tileheight,tileWidth:this.resource.map.tilewidth,columns:ie.width,rows:ie.height}),e?.collisionGroup&&(this.tilemap.get(Dp).group=e.collisionGroup)}else this.tilemap=new TileMap({name:this.name,pos:ae,tileWidth:this.resource.map.tilewidth,tileHeight:this.resource.map.tileheight,columns:ie.width,rows:ie.height}),e?.collisionGroup&&(this.tilemap.get(Dp).group=e.collisionGroup);this.tilemap.addComponent(new Zc({tiledTileLayer:ie}));let le=this.tilemap.get(Gd);if(le){le.z=this.order;let e=this.properties.get(ky.ZIndex.ZIndex);typeof e==`number`&&(le.z=e)}let _e=this.tilemap.get(vp);if(_e&&(_e.isVisible=this.tiledTileLayer.visible,_e.opacity=R),ie.parallaxx||ie.parallaxy){let e=vec(ie.parallaxx??1,ie.parallaxy??1);this.tilemap.addComponent(new ParallaxComponent(e))}if(this.resource.map.infinite&&Hl(this.tiledTileLayer)){this._isInfinite=!0;let e=this.tiledTileLayer;for(let R of this.tiledTileLayer.chunks){let ae=[];kl(this.tiledTileLayer)?ae=await oc.decode(R.data,e.compression):Dl(this.tiledTileLayer)&&(ae=R.data);for(let e=0;e<ae.length;e++){let le=ae[e],_e=e%R.width+(R.x-this.tiledTileLayer.startx),ye=Math.floor(e/R.width)+(R.y-this.tiledTileLayer.starty),be=this.tilemap.tiles[_e+ye*ie.width];this._tileToChunkData.set(be,ae),this._tileToChunkIndex.set(be,e),le!==0&&this.updateTile(be,le,W,Y,X)}}}else for(let e=0;e<this.data.length;e++){let R=this.data[e];if(R!==0){let ie=this.tilemap.tiles[e];this.updateTile(ie,R,W,Y,X)}}}},Yc=class{constructor(e,R,W){this.tiledObjectLayer=e,this.resource=R,this.order=W,this.logger=Ud.getInstance(),this.properties=new Map,this.objects=[],this.entities=[],this._objectToEntity=new Map,this._entityToObject=new Map,this._loaded=!1,this.name=e.name,this.class=e.class,Qc(this,e.properties)}_logLoadedWarning(e){this.logger.warn(`ObjectLayer ${this.name} is not yet loaded, ${e}() will always be empty!`)}getObjectsByName(e){return this._loaded||this._logLoadedWarning(`getObjectsByName`),this.objects.filter(ac(e))}getEntitiesByName(e){return this._loaded||this._logLoadedWarning(`getEntitiesByName`),this.entities.filter(ac(e))}getEntityByObject(e){return this._loaded||this._logLoadedWarning(`getEntityByObject`),this._objectToEntity.get(e)}getObjectByEntity(e){return this._loaded||this._logLoadedWarning(`getObjectByEntity`),this._entityToObject.get(e)}getObjectsByProperty(e,R,W=!0){return this._loaded||this._logLoadedWarning(`getObjectsByProperty`),this.objects.filter(gc(e,R,W))}getObjectsByPropertyValueMatcher(e,R){return this._loaded||this._logLoadedWarning(`getObjectsByPropertyValueMatcher`),this.objects.filter(dc(e,R))}getEntitiesByProperty(e,R,W=!0){return this._loaded||this._logLoadedWarning(`getEntitiesByProperty`),this.getObjectsByProperty(e,R,W).map((e=>this._objectToEntity.get(e))).filter((e=>!!e))}getEntitiesByPropertyValueMatcher(e,R){return this._loaded||this._logLoadedWarning(`getEntitiesByPropertyValueMatcher`),this.getObjectsByProperty(e,R).map((e=>this._objectToEntity.get(e))).filter((e=>!!e))}getObjectsByClassName(e){return this._loaded||this._logLoadedWarning(`getObjectsByClassName`),this.objects.filter(lc(e))}getEntitiesByClassName(e){return this._loaded||this._logLoadedWarning(`getEntitiesByClassName`),this.getObjectsByClassName(e).map((e=>this._objectToEntity.get(e))).filter((e=>!!e))}getTemplates(){return this._loaded||this._logLoadedWarning(`getTemplates`),this.objects.filter((e=>e instanceof bc))}runFactory(e){let R=vec(this.tiledObjectLayer.offsetx??0,this.tiledObjectLayer.offsety??0),W=this.objects.slice();for(let Y of W){let W=Y.class;if(Y instanceof bc&&(W||=Y.template.object.class),e!==W)continue;let X=vec((Y.x??0)+R.x,(Y.y??0)+R.y);this.resource.map.orientation===`isometric`&&(X=this.resource.isometricTiledCoordToWorld(X.x,X.y));let ie=this.resource.factories.get(e);if(ie){let e=ie({worldPos:X,name:Y.name,class:W,layer:this,object:Y,properties:Y.properties});e&&this._recordObjectEntityMapping(Y,e)}}}_actorFromObject(e,R,W){let Y=this.resource.headless,X=!!this.tiledObjectLayer.tintcolor,ie=this.tiledObjectLayer.tintcolor?zd.fromHex(this.tiledObjectLayer.tintcolor):zd.White;if(e instanceof kc&&W){let ae=this.resource.map.orientation===`isometric`&&W.orientation===`orthogonal`?`bottom`:void 0,le=W.getTilesetAlignmentAnchor(ae);R.anchor=le;let _e=vec((e.tiledObject.width??W.tileWidth)/W.tileWidth,(e.tiledObject.width??W.tileWidth)/W.tileWidth);if(!Y){let Y=W.getSpriteForGid(e.gid).clone();Y.destSize.width=e.tiledObject.width??Y.width,Y.destSize.height=e.tiledObject.height??Y.height,X&&(Y.tint=ie),R.graphics.use(Y),R.graphics.offset=W.tileOffset;let ae=W.getAnimationForGid(e.gid);if(ae){let e=ae.clone();e.scale=_e,X&&(e.tint=ie),R.graphics.use(e),R.graphics.offset=W.tileOffset}}let ye=e.tiledObject.width??0,be=e.tiledObject.height??0,Ce=-ye*le.x,Te=-be*le.y,Oe=this.resource.map.tilewidth/2,Ae=this.resource.map.tileheight,Me=vec(Ce,Te);this.resource.map.orientation===`isometric`&&(Me=vec(Ce+Oe,Te+Ae),W.orientation===`orthogonal`&&(Me=Me.sub(vec(Oe,Ae))));let Pe=W.getCollidersForGid(e.gid,{anchor:Ad.Zero,scale:_e,offset:Me});if(Pe.length)R.collider.useCompositeCollider(Pe);else{let W=e.width,Y=e.height;if(this.resource.map.orientation===`isometric`){let R=e.height/2;W=R,Y=R}let X=Tf.Box(W,Y,this.resource.map.orientation===`isometric`?vec(1,1):vec(0,1));this.resource.map.orientation===`isometric`&&(X.points=X.points.map((e=>this.resource.isometricTiledCoordToWorld(e.x,e.y)))),R.collider.set(X)}}if(e instanceof Sc&&R.graphics.use(e.text),e instanceof Fc){let W=vec(e.x,e.y),Y=e.localPoints;this.resource.map.orientation===`isometric`&&(W=this.resource.isometricTiledCoordToWorld(W.x,W.y),Y=Y.map((e=>this.resource.isometricTiledCoordToWorld(e.x,e.y)))),R.anchor=vec(0,1),R.pos=W;let X=Tf.Polygon(Y,Ad.Zero,!0);X.isConvex()?R.collider.set(X):R.collider.set(X.triangulate())}if(e instanceof zc){R.anchor=e.anchor;let W=Tf.Box(e.width,e.height,e.anchor);this.resource.map.orientation===`isometric`&&(W.points=W.points.map((e=>this.resource.isometricTiledCoordToWorld(e.x,e.y)))),R.collider.set(W)}e instanceof xc&&R.collider.useCircleCollider(Math.min(e.width,e.height)/2)}async load(){let e=this.tiledObjectLayer.opacity,R=vec(this.tiledObjectLayer.offsetx??0,this.tiledObjectLayer.offsety??0),W=Gc(this.tiledObjectLayer,this.resource);for(let Y of W){let W=vec((Y.x??0)+R.x,(Y.y??0)+R.y);this.resource.map.orientation===`isometric`&&(W=this.resource.isometricTiledCoordToWorld(W.x,W.y));let X,ie=Y.class;if(Y instanceof bc&&(ie||=Y.template.object.class),ie){let e=this.resource.factories.get(ie);if(e){let R=e({worldPos:W,name:Y.name,class:ie,layer:this,object:Y,properties:Y.properties});R&&this._recordObjectEntityMapping(Y,R);continue}}let ae=this.properties.get(ky.ZIndex.ZIndex);typeof ae==`number`&&(X=ae);let le=new Cp({name:Y.tiledObject.name,pos:W,anchor:Ad.Zero,rotation:toRadians(Y.tiledObject.rotation??0),z:X}),_e=le.get(vp);if(_e&&(_e.visible=this.tiledObjectLayer.visible&&(Y.tiledObject.visible===void 0||!!Y.tiledObject.visible),_e.opacity=e),this.resource.map.orientation===`isometric`){let e=new IsometricEntityComponent({rows:this.resource.map.height,columns:this.resource.map.width,tileWidth:this.resource.map.tilewidth,tileHeight:this.resource.map.tileheight});e.elevation=X??this.order,le.addComponent(e)}if(this.resource.useExcaliburWiring){let e=Y.properties.get(ky.Collision.Type);if(e&&typeof e==`string`)switch(e.toLowerCase()){case Wd.Active.toLowerCase():le.body.collisionType=Wd.Active;break;case Wd.Fixed.toLowerCase():le.body.collisionType=Wd.Fixed;break;case Wd.Passive.toLowerCase():le.body.collisionType=Wd.Passive;break;case Wd.PreventCollision.toLowerCase():le.body.collisionType=Wd.PreventCollision;break;default:this.logger.warn(`Unknown collision type in layer ${this.name}, for object id ${Y.id} and name ${Y.name}: ${e}`)}}if(Y instanceof bc){let e=Y.template.tileset,R=Y.template.object;R&&(Y.gid&&R instanceof kc&&(e=this.resource.getTilesetForTileGid(Y.gid),R=new kc(R.tiledObject,Y.gid,R.width,R.height)),this._actorFromObject(R,le,e))}else{let e;Y instanceof kc&&(e=this.resource.getTilesetForTileGid(Y.gid)),this._actorFromObject(Y,le,e)}this._recordObjectEntityMapping(Y,le)}this._loaded=!0}_recordObjectEntityMapping(e,R){R.addComponent(new Jc({tiledObject:e})),this.objects.push(e),this.entities.push(R),this._objectToEntity.set(e,R),this._entityToObject.set(R,e)}};const Ay=/^[v^~<>=]*?(\d+)(?:\.([x*]|\d+)(?:\.([x*]|\d+)(?:\.([x*]|\d+))?(?:-([\da-z\-]+(?:\.[\da-z\-]+)*))?(?:\+[\da-z\-]+(?:\.[\da-z\-]+)*)?)?)?$/i,Pc=e=>{if(typeof e!=`string`)throw TypeError(`Invalid argument expected string`);let R=e.match(Ay);if(!R)throw Error(`Invalid argument not valid semver ('${e}' received)`);return R.shift(),R},$c=e=>e===`*`||e===`x`||e===`X`,Kc=e=>{let R=parseInt(e,10);return isNaN(R)?e:R},Wc=(e,R)=>{if($c(e)||$c(R))return 0;let[W,Y]=((e,R)=>typeof e==typeof R?[e,R]:[String(e),String(R)])(Kc(e),Kc(R));return W>Y?1:W<Y?-1:0},Vc=(e,R)=>{for(let W=0;W<Math.max(e.length,R.length);W++){let Y=Wc(e[W]||`0`,R[W]||`0`);if(Y!==0)return Y}return 0},Xc=(e,R,W)=>{Ag(W);let Y=((e,R)=>{let W=Pc(e),Y=Pc(R),X=W.pop(),ie=Y.pop(),ae=Vc(W,Y);return ae===0?X&&ie?Vc(X.split(`.`),ie.split(`.`)):X||ie?X?-1:1:0:ae})(e,R);return jy[W].includes(Y)},jy={">":[1],">=":[0,1],"=":[0],"<=":[-1,0],"<":[-1],"!=":[-1,1]},My=Object.keys(jy),Ag=e=>{if(typeof e!=`string`)throw TypeError(`Invalid operator type, expected string but got `+typeof e);if(My.indexOf(e)===-1)throw Error(`Invalid operator, expected one of ${My.join(`|`)}`)};var ig=class{constructor(e,R,W){this.tiledImageLayer=e,this.resource=R,this.order=W,this.properties=new Map,this.image=null,this.imageActor=null,this.name=e.name,this.class=e.class,Qc(this,e.properties),e.image&&(this.image=new Uf(_c(this.resource.path,e.image,this.resource.pathMap)))}async load(){let e=this.tiledImageLayer.opacity,R=!!this.tiledImageLayer.tintcolor,W=this.tiledImageLayer.tintcolor?zd.fromHex(this.tiledImageLayer.tintcolor):zd.White,Y=vec(this.tiledImageLayer.offsetx??0,this.tiledImageLayer.offsety??0),X=this.tiledImageLayer.parallaxx??1,ie=this.tiledImageLayer.parallaxy??1;if(this.image){this.resource.headless||await this.image.load(),this.imageActor=new Cp({name:this.tiledImageLayer.name,pos:Y,anchor:Ad.Zero,z:this.order}),this.imageActor.addComponent(new ParallaxComponent(vec(X,ie)));let ae=this.image.toSprite();this.imageActor.graphics.use(ae),this.imageActor.graphics.visible=this.tiledImageLayer.visible,this.imageActor.graphics.opacity=e,R&&(ae.tint=W)}}},Ny=class ng{constructor(e,R){this.path=e,this.logger=Ud.getInstance(),this.tilesets=[],this.templates=[],this.layers=[],this.mapFormat=`TMX`,this.strict=!0,this.factories=new Map,this.parser=new Wl,this.fileLoader=rc,this.startZIndex=0,this.textQuality=4,this.useExcaliburWiring=!0,this.useMapBackgroundColor=!1,this.useTilemapCameraStrategy=!1,this.headless=!1,this.layerConfig={},this._imageLoader=new Ec(Uf),this._tilesetLoader=new Ec(Oc),this._templateLoader=new Ec(Uc);let{mapFormatOverride:W,textQuality:Y,entityClassNameFactories:X,useExcaliburWiring:ie,useTilemapCameraStrategy:ae,useMapBackgroundColor:le,layerConfig:_e,pathMap:ye,fileLoader:be,strict:Ce,headless:Te,startZIndex:Oe}={...R};this.strict=Ce??this.strict,this.headless=Te??this.headless,this.useExcaliburWiring=ie??this.useExcaliburWiring,this.useTilemapCameraStrategy=ae??this.useTilemapCameraStrategy,this.useMapBackgroundColor=le??this.useMapBackgroundColor,this.layerConfig=_e??this.layerConfig,this.textQuality=Y??this.textQuality,this.startZIndex=Oe??this.startZIndex,this.fileLoader=be??this.fileLoader,this.pathMap=ye;for(let e in X)this.registerEntityFactory(e,X[e]);this.mapFormat=W??(e.includes(`.tmx`)?`TMX`:`TMJ`)}registerEntityFactory(e,R){if(this.factories.has(e)&&Tt.warn(`Another factory has already been registered for tiled class/type "${e}", this is probably a bug.`),this.factories.set(e,R),this.isLoaded())for(let R of this.getObjectLayers())R.runFactory(e)}unregisterEntityFactory(e){this.factories.has(e)||Tt.warn(`No factory has been registered for tiled class/type "${e}", cannot unregister!`),this.factories.delete(e)}getLayerConfig(e){return this.layerConfig[e]}getTilesetForTileGid(e){let R=Cc(e);if(this.tilesets){for(let e of this.tilesets)if(R>=e.firstGid&&R<=e.firstGid+e.tileCount-1)return e}throw Error(`No tileset exists for tiled gid [${e}] normalized [${R}]!`)}getTilesetByName(e){return this.tilesets.filter(ac(e))}getTilesetByClassName(e){return this.tilesets.filter(lc(e))}getTilesetByProperty(e,R){return this.tilesets.filter(gc(e,R))}getTileMetadataByClassName(e){let R=[];for(let W of this.tilesets)R=R.concat(W.tiles.filter(lc(e)));return R}getTileMetadataByProperty(e,R){let W=[];for(let Y of this.tilesets)W=W.concat(Y.tiles.filter(gc(e,R)));return W}getTilesByGid(e){if(this.map.orientation===`orthogonal`){let R=[];for(let W of this.getTileLayers())R=R.concat(W.getTilesByGid(e));return R}{let R=[];for(let W of this.getIsoTileLayers())R=R.concat(W.getTilesByGid(e));return R}}getTilesByClassName(e){if(this.map.orientation===`orthogonal`){let R=[];for(let W of this.getTileLayers())R=R.concat(W.getTilesByClassName(e));return R}{let R=[];for(let W of this.getIsoTileLayers())R=R.concat(W.getTilesByClassName(e));return R}}getTilesByProperty(e,R){if(this.map.orientation===`orthogonal`){let W=[];for(let Y of this.getTileLayers())W=W.concat(Y.getTilesByProperty(e,R));return W}{let W=[];for(let Y of this.getIsoTileLayers())W=W.concat(Y.getTilesByProperty(e,R));return W}}getTileByPoint(e,R){if(this.map.orientation===`isometric`){let W=this.getIsoTileLayers().find(ac(e));if(W)return W.getTileByPoint(R)}else{let W=this.getTileLayers().find(ac(e));if(W)return W.getTileByPoint(R)}return null}getTileByCoordinate(e,R,W){if(this.map.orientation===`isometric`){let Y=this.getIsoTileLayers().find(ac(e));if(Y)return Y.getTileByCoordinate(R,W)}else{let Y=this.getTileLayers().find(ac(e));if(Y)return Y.getTileByCoordinate(R,W)}return null}getTilesByPoint(e){if(this.map.orientation===`orthogonal`){let R=[];for(let W of this.getTileLayers()){let Y=W.getTileByPoint(e);Y&&R.push(Y)}return R}{let R=[];for(let W of this.getIsoTileLayers()){let Y=W.getTileByPoint(e);Y&&R.push(Y)}return R}}getTilesByCoordinate(e,R){if(this.map.orientation===`orthogonal`){let W=[];for(let Y of this.getTileLayers()){let X=Y.getTileByCoordinate(e,R);X&&W.push(X)}return W}{let W=[];for(let Y of this.getIsoTileLayers()){let X=Y.getTileByCoordinate(e,R);X&&W.push(X)}return W}}getObjectsByName(e){let R=[];for(let W of this.getObjectLayers())R=R.concat(W.getObjectsByName(e));return R}getEntitiesByName(e){let R=[];for(let W of this.getObjectLayers())R=R.concat(W.getEntitiesByName(e));return R}getEntityByObject(e){for(let R of this.getObjectLayers()){let W=R.getEntityByObject(e);if(W)return W}}getObjectByEntity(e){for(let R of this.getObjectLayers()){let W=R.getObjectByEntity(e);if(W)return W}}getObjectsByProperty(e,R){let W=[];for(let Y of this.getObjectLayers())W=W.concat(Y.getObjectsByProperty(e,R));return W}getEntitiesByProperty(e,R){let W=[];for(let Y of this.getObjectLayers())W=W.concat(Y.getEntitiesByProperty(e,R));return W}getObjectsByClassName(e){let R=[];for(let W of this.getObjectLayers())R=R.concat(W.getObjectsByClassName(e));return R}getEntitiesByClassName(e){let R=[];for(let W of this.getObjectLayers())R=R.concat(W.getEntitiesByClassName(e));return R}getImageLayers(e){let R=this.layers.filter((e=>e instanceof ig));return e?R.filter(ac(e)):R}getTileLayers(e){let R=this.layers.filter((e=>e instanceof jc));return e?R.filter(ac(e)):R}getIsoTileLayers(e){let R=this.layers.filter((e=>e instanceof qc));return e?R.filter(ac(e)):R}getObjectLayers(e){let R=this.layers.filter((e=>e instanceof Yc));return e?R.filter(ac(e)):R}getLayersByName(e){return this.layers.filter(ac(e))}getLayersByClassName(e){return this.layers.filter(lc(e))}getLayersByProperty(e,R){return this.layers.filter(gc(e,R))}_parseMap(e){return this.mapFormat===`TMX`?this.parser.parse(e,this.strict):e}async load(){let e=await this.fileLoader(this.path,this.mapFormat===`TMX`?`xml`:`json`),R;if(this.strict)try{R=this._parseMap(e)}catch(e){throw Tt.error(`Could not parse tiled map from location ${this.path}, attempted to interpret as ${this.mapFormat}.\nExcalibur only supports the latest version of Tiled formats as of the plugin's release.`),Tt.error(`Is your map file corrupted or being interpreted as the wrong type?`),e}else R=this._parseMap(e);Xc(ng.supportedTiledVersion,R.tiledversion??`0.0.0`,`>`)&&Tt.warn(`The excalibur tiled plugin officially supports ${ng.supportedTiledVersion}+, the current map has tiled version ${R.tiledversion}`),this.map=R,this._collectTilesets(),this._collectTemplates(),await Promise.all([this._tilesetLoader.load(),this.headless?Promise.resolve():this._imageLoader.load(),this._templateLoader.load()]),this.tilesets=[...this.tilesets,...this._tilesetLoader.values().map((e=>e.data))],this.templates=this._templateLoader.values().map((e=>e.data));let W=[],Y=this.startZIndex;for(let e of this.map.layers){if(e.type===`tilelayer`){if(this.map.orientation===`isometric`){let R=new qc(e,this,Y);W.push(R)}if(this.map.orientation===`orthogonal`){let R=new jc(e,this,Y);W.push(R)}}if(e.type===`objectgroup`){let R=new Yc(e,this,Y);W.push(R)}if(e.type===`imagelayer`){let R=new ig(e,this,Y);W.push(R)}Y++}await Promise.all(W.map((e=>e.load()))),this.layers=W}_collectTilesets(){for(let e of this.map.tilesets){if(Pl(e)){if(Ol(e)){let R=_c(this.path,e.image,this.pathMap),W=this._imageLoader.getOrAdd(R),Y=new Mc({name:e.name,tiledTileset:e,image:W,firstGid:e.firstgid});this.tilesets.push(Y)}if(Ul(e)){let R=new Map;if(e.tiles){for(let W of e.tiles)if(W.image){let e=_c(this.path,W.image,this.pathMap),Y=this._imageLoader.getOrAdd(e);R.set(W,Y)}}let W=new Mc({name:e.name,tiledTileset:e,tileToImage:R,firstGid:e.firstgid});this.tilesets.push(W)}}if($l(e)){let R=_c(this.path,e.source,this.pathMap);this._tilesetLoader.getOrAdd(R,e.firstgid,{strict:this.strict,headless:this.headless,parser:this.parser,fileLoader:this.fileLoader,imageLoader:this._imageLoader,pathMap:this.pathMap})}}}_collectTemplates(){let e=[];for(let R of this.map.layers)if(R.type===`objectgroup`){let W=R.objects.filter((e=>e.template)).map((e=>e.template));e=e.concat(W)}let R=e.filter(((e,R,W)=>W.findIndex((R=>R===e))===R));for(let e of R){let R=_c(this.path,e,this.pathMap);this._templateLoader.getOrAdd(R,{strict:this.strict,headless:this.headless,parser:this.parser,fileLoader:this.fileLoader,imageLoader:this._imageLoader,pathMap:this.pathMap})}}addToScene(e,R){if(!this.isLoaded())return void this.logger.warn(`TiledResource ${this.path} is not loaded! Nothing will be wired into excalibur!`);let{pos:W}={pos:vec(0,0),...R};for(let R of this.layers){if(R instanceof jc&&(R.tilemap.pos=R.tilemap.pos.add(W),e.add(R.tilemap)),R instanceof qc&&e.add(R.isometricMap),R instanceof Yc)for(let Y of R.entities){let R=Y.get(Gd);R&&(R.pos=R.pos.add(W)),e.add(Y)}R instanceof ig&&R.imageActor&&(R.imageActor.pos=R.imageActor.pos.add(W),e.add(R.imageActor))}if(this.useExcaliburWiring){let R=this.getObjectsByProperty(ky.Camera.Camera,!0);if(R&&R.length){let W=R[0],Y=1,X=W.properties.get(ky.Camera.Zoom);X&&typeof X==`number`&&(Y=X),this.map.orientation===`isometric`?e.camera.pos=this.isometricTiledCoordToWorld(W.x,W.y):e.camera.pos=vec(W.x,W.y),e.camera.zoom=Y}}if(this.useTilemapCameraStrategy){let R=this.getTileLayers()[0];if(R){let Y=rf.fromDimension(this.map.width*this.map.tilewidth,this.map.height*this.map.tileheight,Ad.Zero,W.add(R.tilemap.pos));e.camera.strategy.limitCameraBounds(Y)}}this.useMapBackgroundColor&&this.map.backgroundcolor&&(e.backgroundColor=zd.fromHex(this.map.backgroundcolor))}isometricTiledCoordToWorld(e,R){let W=this.map.tilewidth,Y=this.map.tileheight,X=R/Y,ie=e/Y;return vec((ie-X)*W/2+0,(ie+X)*Y/2)}isLoaded(){return!!this.map}};Ny.supportedTiledVersion=`1.10.1`;const Py={img:{player:new Uf(`/res/images/Player.png`),level1Background:new Uf(`/res/images/Forest_Background_0.png`),spiderGreen:new Uf(`/res/images/Spider_1.png`),spiderGray:new Uf(`/res/images/Spider_2.png`),birdPurple:new Uf(`/res/images/Bird_1.png`),birdOrange:new Uf(`/res/images/Bird_2.png`),platform:new Uf(`/res/images/Platform.png`),bouncepadGreen:new Uf(`/res/images/Bouncepad_Green.png`),bouncepadRed:new Uf(`/res/images/Bouncepad_Red.png`),bouncepadWood:new Uf(`/res/images/Bouncepad_Wood.png`),axe:new Uf(`/res/images/Axe_Trap.png`),circularSaw:new Uf(`/res/images/Circular_Saw.png`),smokePuff:new Uf(`/res/images/Smoke_Puff.png`),smokeLand:new Uf(`/res/images/Smoke_Land.png`),coin:new Uf(`/res/images/Coin.png`),coinsUi:new Uf(`/res/images/Coins_Ui.png`)},fonts:{round:new FontSource(`/res/fonts/Round9x13.ttf`,`Round9x13`,{filtering:Lf.Pixel,quality:4})},music:{stage1:new Sound(`/res/music/stage1.mp3`),stage2:new Sound(`/res/music/stage2.mp3`)},sfx:{jump:new Sound(`/res/sfx/jump.wav`),jumpSpring:new Sound(`/res/sfx/jump-spring.wav`),land:new Sound(`/res/sfx/land.wav`),turnAround:new Sound(`/res/sfx/turn-around.wav`),stomp:new Sound(`/res/sfx/stomp.wav`),damage:new Sound(`/res/sfx/damage.wav`),collectCoin:new Sound(`/res/sfx/coin.wav`)},tiled:{level1:new Ny(`/res/tilemaps/level1.tmx`,{useTilemapCameraStrategy:!0})}};var DevLoader=class extends Fp{showPlayButton(){return Promise.resolve()}draw(){}dispose(){}static __type=[()=>Fp,`showPlayButton`,`draw`,`dispose`,`DevLoader`,`P7!P"0"P"0#P"0$5w%`]};const Fy=new DevLoader;for(let e of Object.values(Py))for(let R of Object.values(e))Fy.addResource(R);function __assignType$19(e,R){return e.__type=R,e}__name$1(__assignType$19,`__assignType`);var OneWayCollisionComponent=class extends Component{type=`one-way-collision`;onAdd(e){let R=e.onPreCollisionResolve.bind(e);e.onPreCollisionResolve=__assignType$19((...e)=>{this.onPreCollisionResolve(...e),R(...e)},[`args`,``,`P"@2!"/"`])}onPreCollisionResolve(e,R,W,Y){if(!(R.owner instanceof Cp))return;let X=R.owner.pos.sub(R.owner.oldPos),ie=R.bounds.bottom-X.y<e.bounds.top+1;if(W!==tf.Top||!ie){Y.cancel();return}}static __type=[()=>Component,`type`,function(){return`one-way-collision`},`owner`,`onAdd`,`self`,`other`,`side`,`contact`,`onPreCollisionResolve`,`OneWayCollisionComponent`,`P7!&3">#P!2$$0%P!2&!2'!2(!2)$0*5w+`]};function __assignType$18(e,R){return e.__type=R,e}__name$1(__assignType$18,`__assignType`);const Iy=[`Ground`,()=>1,`Player`,()=>2,`Enemy`,()=>4,`Item`,()=>8,`PhysicalItem`,()=>16,`Hazard`,()=>32,`Climbable`,()=>64,`Category`,`PC!>"C#>$C%>&C'>(C)>*C+>,C->.Bw/`],Ly={Ground:new Yd(`ground`,1,collideWith(2,4,16)),Player:new Yd(`player`,2,collideWith(1,4,8,32,16,64)),Enemy:new Yd(`enemy`,4,collideWith(1,2)),Hazard:new Yd(`hazard`,32,collideWith(2)),Item:new Yd(`item`,8,collideWith(2)),PhysicalItem:new Yd(`phys-item`,16,collideWith(1,2)),Climbable:new Yd(`climbable`,64,collideWith(2))};function collideWith(...e){return e.reduce(__assignType$18((e,R)=>e|R,[`acc`,`cat`,``,`P"2!"2""/#`]),0)}collideWith.__type=[()=>Iy,`categories`,`collideWith`,`Pn!@2""/#`];var OneWayPlatform=class extends Cp{constructor(e){super({...e,collisionType:Wd.Fixed,collisionGroup:Ly.Ground,anchor:vec(0,0),height:16}),this.addComponent(new OneWayCollisionComponent)}static __type=[()=>Cp,`args`,`constructor`,`OneWayPlatform`,`P7!P!2""0#5w$`]};const Ry=[`K`,`T`,`Record`,`l'e#"Rb!b"Pde"!N#!w#y`];function __assignType$17(e,R){return e.__type=R,e}__name$1(__assignType$17,`__assignType`);var AnimationComponent=class extends Component{type=`animation`;_animations;_speed=1;_frameDurations=(WeakMap.Ω=[[`!`],[`'`]],new WeakMap);constructor(e){super(),this._animations=e}set(e,R=0,W){let Y=this.owner.graphics.current,X=this._animations[e];this.is(e)||(R?X.goToFrame(R,W):X.reset(),Y&&(X.scale.setTo(Y.scale.x,Y.scale.y),X.opacity=Y.opacity),this.owner.graphics.use(X))}get(e){return this._animations[e]}set speed(e){this._speed=e,e!==0&&this.current.frames.forEach(__assignType$17(R=>{this._frameDurations.has(R)||this._frameDurations.set(R,R.duration??0),R.duration=this._frameDurations.get(R)/e},[`frame`,``,`P"2!"/"`]))}get speed(){return this._speed}get current(){return this.owner.graphics.current}is(e){return this.current===this.get(e)}static __type=[`Keys`,()=>Component,`graphics`,`owner`,`type`,function(){return`animation`},()=>Ry,`_animations`,`_speed`,function(){return 1},`_frameDurations`,function(){return WeakMap.Ω=[[`!`],[`'`]],new WeakMap},()=>Ry,`animations`,`constructor`,`name`,`startFromFrame`,`durationLeft`,`set`,`get`,`animation`,`is`,`AnimationComponent`,`b!P7"P!P!4#MK3$&3%>&e!!!o'#3(;'3);>*!3+;>,Pe"!!o-#2."0/Pe"!20"21'228"03Pe"!20"04!!Pe"!25"065w7`]};function __assignType$16(e,R){return e.__type=R,e}__name$1(__assignType$16,`__assignType`);var ControlsComponent=class extends Component{type=`input`;controls={Left:[Bp.Left,zp.DpadLeft],Right:[Bp.Right,zp.DpadRight],Up:[Bp.Up,zp.DpadUp],Down:[Bp.Down,zp.DpadDown],Jump:[Bp.A,zp.Face1],Run:[Bp.S,zp.Face3]};isHeld(e){let R=this.owner.scene.engine,[W,Y]=this.controls[e];return!!(R.input.keyboard.isHeld(W)||this.getGamepad()?.isButtonHeld(Y))}wasPressed(e){let R=this.owner.scene.engine,[W,Y]=this.controls[e];return!!(R.input.keyboard.wasPressed(W)||this.getGamepad()?.wasButtonPressed(Y))}wasReleased(e){let R=this.owner.scene.engine,[W,Y]=this.controls[e];return!!(R.input.keyboard.wasReleased(W)||this.getGamepad()?.wasButtonReleased(Y))}getGamepad(){let e=this.owner.scene.engine;return[e.input.gamepads.at(0),e.input.gamepads.at(1),e.input.gamepads.at(2),e.input.gamepads.at(3)].find(__assignType$16(e=>e.connected,[`g`,``,`P"2!"/"`]))}getHeldXDirection(){let e=this.owner.scene.engine;for(let R of e.input.keyboard.getKeys().slice().reverse()){if(this.controls.Left.includes(R))return`Left`;if(this.controls.Right.includes(R))return`Right`}if(this.getGamepad()){if(this.isHeld(`Left`))return`Left`;if(this.isHeld(`Right`))return`Right`}}getHeldYDirection(){let e=this.owner.scene.engine;for(let R of e.input.keyboard.getKeys().slice().reverse()){if(this.controls.Up.includes(R))return`Up`;if(this.controls.Down.includes(R))return`Down`}if(this.getGamepad()){if(this.isHeld(`Up`))return`Up`;if(this.isHeld(`Down`))return`Down`}}static __type=[()=>Component,`owner`,`type`,function(){return`input`},`controls`,function(){return{Left:[Bp.Left,zp.DpadLeft],Right:[Bp.Right,zp.DpadRight],Up:[Bp.Up,zp.DpadUp],Down:[Bp.Down,zp.DpadDown],Jump:[Bp.A,zp.Face1],Run:[Bp.S,zp.Face3]}},()=>this.controls,`control`,`isHeld`,()=>this.controls,`wasPressed`,()=>this.controls,`wasReleased`,`getGamepad`,`Left`,`Right`,`getHeldXDirection`,`Up`,`Down`,`getHeldYDirection`,`ControlsComponent`,`P7!!3"&3#>$!3%>&Pi'g2("0)Pi*g2("0+Pi,g2("0-P"0.PP./.0-J01PP.2.3-J045w5`]},ClimbableComponent=class extends Component{static __type=[()=>Component,`ClimbableComponent`,`P7!5w"`]};function __assignType$15(e,R){return e.__type=R,e}__name$1(__assignType$15,`__assignType`);const zy=[`left`,`right`,`top`,`bottom`,`Side`,`P.!.".#.$Jw%y`];var TouchingComponent=class extends Component{type=`touching`;contacts=(Map.Ω=[[`&`],[`contact`,`actor`,()=>zy,`side`,`P!4!!4"n#4$M`]],new Map);left=(Set.Ω=[[`!`]],new Set);right=(Set.Ω=[[`!`]],new Set);top=(Set.Ω=[[`!`]],new Set);bottom=(Set.Ω=[[`!`]],new Set);passives=(Set.Ω=[[`!`]],new Set);onAdd(e){e.on(`collisionstart`,__assignType$15(e=>{let R=e.other.owner;if(R)if(R.get(Dp)?.collisionType===Wd.Passive)this.passives.add(R);else{let W=e.side.toLowerCase();this.contacts.set(e.contact.id,{contact:e.contact,actor:R,side:W}),this.updateSides()}},[`ev`,``,`P"2!"/"`])),e.on(`collisionend`,__assignType$15(e=>{let R=e.other.owner;R?.get(Dp)?.collisionType===Wd.Passive?this.passives.delete(R):(this.contacts.delete(e.lastContact.id),this.updateSides())},[`ev`,``,`P"2!"/"`]))}updateSides(){this.left.clear(),this.right.clear(),this.top.clear(),this.bottom.clear();for(let{side:e,actor:R}of this.contacts.values())this[e].add(R)}get ladders(){return new Set(Array.from(this.passives).filter(__assignType$15(e=>e.has(ClimbableComponent),[`e`,``,`P"2!"/"`])))}static __type=[()=>Component,`type`,function(){return`touching`},`contacts`,function(){return Map.Ω=[[`&`],[`contact`,`actor`,()=>zy,`side`,`P!4!!4"n#4$M`]],new Map},`left`,function(){return Set.Ω=[[`!`]],new Set},`right`,function(){return Set.Ω=[[`!`]],new Set},`top`,function(){return Set.Ω=[[`!`]],new Set},`bottom`,function(){return Set.Ω=[[`!`]],new Set},`passives`,function(){return Set.Ω=[[`!`]],new Set},`owner`,`onAdd`,`updateSides`,`TouchingComponent`,`P7!&3">#!3$;>%!3&>'!3(>)!3*>+!3,>-!3.>/P!20$01P"02;!5w3`]},CarrierComponent=class extends Component{type=`carrier`;onAdd(e){e.on(`collisionstart`,this.onCollisionStart.bind(this)),e.on(`collisionend`,this.onCollisionEnd.bind(this)),e.on(`initialize`,this.onInitialize.bind(this))}onInitialize(){let e=this.owner;e.once(`postupdate`,()=>{--e.pos.y,e.once(`preupdate`,()=>{e.pos.y+=1})})}onCollisionStart(e){let R=e.other.owner;R.get(CarriableComponent)?.canBeCarried&&e.side===tf.Top&&!this.owner.children.includes(R)&&this.addChild(R)}onCollisionEnd(e){let R=e.other.owner;this.owner.children.includes(R)&&this.removeChild(R)}addChild(e){this.owner.addChild(e),e.pos.x-=this.owner.pos.x,e.pos.y-=this.owner.pos.y}removeChild(e){this.owner.removeChild(e),this.owner.scene.add(e),e.pos.x+=this.owner.pos.x,e.pos.y+=this.owner.pos.y}static __type=[()=>Component,`owner`,`type`,function(){return`carrier`},`onAdd`,`onInitialize`,`event`,`onCollisionStart`,`onCollisionEnd`,`actor`,`addChild`,`removeChild`,`CarrierComponent`,`P7!!3"&3#>$P!2"$0%P$0&P!2'$0(P!2'$0)P!2*"0+P!2*"0,5w-`]},CarriableComponent=class extends Component{canBeCarried=!0;static __type=[()=>Component,`owner`,`canBeCarried`,function(){return!0},`CarriableComponent`,`P7!!3")3#>$5w%`]};const By=[`T`,`K`,()=>Vy,()=>Hy,`Omit`,`b!b"e!!e!!ge!"o$#o##w%y`],Vy=[`T`,`K`,`Pick`,`l+e#!e"!fRb!b"Pde""N#!w#y`],Hy=[`T`,`U`,`Exclude`,`l6!Re$!RPe#!e$"qk#%QRb!b"Pde"!p)w#y`];function __assignType$14(e,R){return e.__type=R,e}__name$1(__assignType$14,`__assignType`);var PhysicsActor=class extends Cp{touching=new TouchingComponent;isOnGround=!1;_oldPosGlobal=vec(0,0);_ray1=new Ray(vec(0,0),vec(1,0));_ray2=new Ray(vec(0,0),vec(1,0));constructor(e){super(e),this.addComponent(new CarriableComponent)}onInitialize(e){this.addComponent(this.touching),this.on(`preupdate`,()=>{this.isOnGround=this.touching.bottom.size>0}),this.on(`postupdate`,()=>{let e=this.getGlobalPos();this._oldPosGlobal.setTo(e.x,e.y)})}get canBeCarried(){return this.get(CarriableComponent).canBeCarried}set canBeCarried(e){this.get(CarriableComponent).canBeCarried=e}raycast(e,R,W){return this.scene.physics.rayCast(e,{maxDistance:R,searchAllColliders:!0,...W}).filter(__assignType$14(e=>e.body!==this.body,[`hit`,``,`P"2!"/"`])).sort(__assignType$14((e,R)=>e.distance-R.distance,[`a`,`b`,``,`P"2!"2""/#`]))}raycastSide(e,R,W){let Y=this.collider.bounds,X=Math.round(Y.left)+1,ie=Math.round(Y.right)-1,ae=Math.round(Y.top)+1,le=Math.round(Y.bottom)-1;if(e===`left`||e===`right`){let R=e===`left`?X:ie,W=e===`left`?-1:1;this._ray1.pos.setTo(R,ae),this._ray1.dir.setTo(W,0),this._ray2.pos.setTo(R,le),this._ray2.dir.setTo(W,0)}else{let R=e===`top`?ae:le,W=e===`top`?-1:1;this._ray1.pos.setTo(X,R),this._ray1.dir.setTo(0,W),this._ray2.pos.setTo(ie,R),this._ray2.dir.setTo(0,W)}let _e=this.raycast(this._ray1,R,W),ye=this.raycast(this._ray2,R,W);if(ye.length===0)return _e;if(_e.length===0)return ye;let be=_e.slice();for(let e of ye)_e.indexOf(e)===-1&&be.push(e);return be}getGlobalOldPos(){return this._oldPosGlobal}static __type=[()=>Cp,`touching`,function(){return new TouchingComponent},`isOnGround`,function(){return!1},`_oldPosGlobal`,function(){return vec(0,0)},`_ray1`,function(){return new Ray(vec(0,0),vec(1,0))},`_ray2`,function(){return new Ray(vec(0,0),vec(1,0))},`args`,`constructor`,`engine`,`onInitialize`,`ray`,`distance`,()=>By,`maxDistance`,`opts`,`raycast`,`left`,`right`,`top`,`bottom`,`side`,()=>By,`maxDistance`,`raycastSide`,`getGlobalOldPos`,`PhysicsActor`,`P7!!3">#)3$>%!3&;>'!3(;>)!3*;>+P!2,"0-P!2.$0/!P!20'21!.3o2#248"05PP.6.7.8.9J2:'21!.<o;#248"0=P"0>5w?`]};let Uy=null,Wy=!1;var Gy=class AudioManager{static levels=(Map.Ω=[[`!`],[`'`]],new Map([[Py.music.stage1,.1],[Py.music.stage2,.1],[Py.sfx.jump,.25],[Py.sfx.jumpSpring,.25],[Py.sfx.land,.25],[Py.sfx.turnAround,.25],[Py.sfx.stomp,.25],[Py.sfx.damage,.25],[Py.sfx.collectCoin,.25]]));static get isMuted(){return Wy}static init(e=!1){Wy=e;for(let e of Object.values(Py))for(let R of Object.values(e))R instanceof Sound&&(R.volume=Wy?0:AudioManager.levels.get(R)??1)}static muteAll(){Wy=!0;for(let e of Object.values(Py))for(let R of Object.values(e))R instanceof Sound&&(R.stop(),R.volume=0)}static unmuteAll(){Wy=!1;for(let e of Object.values(Py))for(let R of Object.values(e))R instanceof Sound&&(R.volume=AudioManager.levels.get(R)??1);Uy&&(Uy.play(),Uy.loop=!0)}static playSong(e){Uy&&Uy.stop(),Uy=e,Wy||Uy.play(),Uy.loop=!0}static playSfx(e,R={}){if(Wy)return;let{volume:W=AudioManager.levels.get(e),force:Y=!1}=R;(Y||!e.isPlaying())&&e.play(W)}static __type=[`levels`,function(){return Map.Ω=[[`!`],[`'`]],new Map([[Py.music.stage1,.1],[Py.music.stage2,.1],[Py.sfx.jump,.25],[Py.sfx.jumpSpring,.25],[Py.sfx.land,.25],[Py.sfx.turnAround,.25],[Py.sfx.stomp,.25],[Py.sfx.damage,.25],[Py.sfx.collectCoin,.25]])},`startMuted`,`init`,`muteAll`,`unmuteAll`,`song`,`playSong`,`sfx`,()=>Ky,`opts`,()=>({}),`playSfx`,`AudioManager`,`!3!s>"!P"2#"0$sP"0%sP"0&sP!2'"0(sP!2)n*2+>,"0-s5w.`]};const Ky=[`volume`,`force`,`PlaySfxOptions`,`P'4!8)4"8Mw#y`],qy=new Ad(0,1450),Jy={rows:1,columns:3,spriteWidth:48,spriteHeight:48},Yy={green:{force:500,spritesheet:Kf.fromImageSource({image:Py.img.bouncepadGreen,grid:Jy})},red:{force:700,spritesheet:Kf.fromImageSource({image:Py.img.bouncepadRed,grid:Jy})}},Xy=[()=>Yy,`type`,`BouncepadArgs`,`P!Pi!g4"8MKw#y`];var Bouncepad=class extends Cp{COMPRESS_TIME=250;COMPRESS_DISTANCE=2;spritesheet;force;animation;touching=new TouchingComponent;colliderShape;constructor({type:e=`green`,...R}){super({...R,name:`bouncepad`,anchor:vec(.5,1),width:16,height:16,collisionType:Wd.Fixed}),this.graphics.offset=vec(0,16),this.pos.x+=this.width*this.anchor.x,this.pos.y+=this.height*this.anchor.y,this.spritesheet=Yy[e].spritesheet,this.force=Yy[e].force,this.animation=new AnimationComponent({neutral:Af.fromSpriteSheet(this.spritesheet,[2],0),compressed:Af.fromSpriteSheet(this.spritesheet,[1],this.COMPRESS_TIME),released:Af.fromSpriteSheet(this.spritesheet,[0,0,0,0,1],150)}),this.colliderShape=Tf.Box(16,16,this.anchor),this.collider.set(this.colliderShape),this.addTag(`bouncepad`),this.addComponent(this.animation),this.addComponent(this.touching),this.addComponent(new OneWayCollisionComponent)}onInitialize(e){this.graphics.use(this.animation.get(`neutral`)),this.animation.get(`compressed`).events.on(`loop`,()=>{this.release()}),this.animation.get(`released`).events.on(`loop`,()=>{this.animation.set(`neutral`)})}compress(){if(this.animation.current===this.animation.get(`compressed`))return;this.graphics.use(this.animation.get(`compressed`));let e=this.colliderShape.points[0],R=this.colliderShape.points[1];e.y+=this.COMPRESS_DISTANCE,R.y+=this.COMPRESS_DISTANCE,this.colliderShape.points=this.colliderShape.points;for(let e of this.touching.top)e instanceof Cp&&(e.pos.y+=this.COMPRESS_DISTANCE)}release(){if(this.animation.current!==this.animation.get(`compressed`))return;this.graphics.use(this.animation.get(`released`));let e=this.colliderShape.points[0],R=this.colliderShape.points[1];e.y-=this.COMPRESS_DISTANCE,R.y-=this.COMPRESS_DISTANCE,this.colliderShape.points=this.colliderShape.points;for(let e of this.touching.top)e instanceof Cp&&(e.pos.y-=this.COMPRESS_DISTANCE,e.vel.y=-this.force,Gy.playSfx(Py.sfx.jumpSpring))}onCollisionStart(e,R,W,Y){W===tf.Top&&R.owner instanceof Cp&&this.compress()}static __type=[()=>Cp,`COMPRESS_TIME`,function(){return 250},`COMPRESS_DISTANCE`,function(){return 2},`spritesheet`,`force`,`neutral`,`compressed`,`released`,()=>AnimationComponent,`animation`,`touching`,function(){return new TouchingComponent},`colliderShape`,()=>Xy,`param0`,`constructor`,`engine`,`onInitialize`,`compress`,`release`,`self`,`other`,`side`,`contact`,`onCollisionStart`,`Bouncepad`,`P7!'3">#'3$>%!3&'3'PP.(.).*J7+3,!3->.!3/;Pn021"02P!23$04P"05P"06P!27!28!29!2:$0;5w<`]},StompableComponent=class extends Component{stomped=!1;stomp(){this.stomped||(this.stomped=!0,this.owner.graphics.current.scale=vec(1,.25))}isBeingStomped(e){let R=e.getGlobalPos().sub(e.getGlobalOldPos());return e.collider.bounds.bottom-R.y<this.owner.collider.bounds.top+1}static __type=[()=>Component,`owner`,`stomped`,function(){return!1},`stomp`,()=>PhysicsActor,`other`,`isBeingStomped`,`StompableComponent`,`P7!!3")3#>$P"0%PP7&2'"0(5w)`]};const Zy=[`instant`,`stomp`,`KillMethod`,`P.!."Jw#y`],Qy=[`stompDuration`,`KillableComponentArgs`,`P'4!8Mw"y`];var KillableComponent=class extends Component{dead=!1;events=(EventEmitter.Ω=[[()=>Zy,`method`,`kill`,`PPn!4"M4#M`]],new EventEmitter);stompDuration=700;constructor({stompDuration:e}={}){super(),this.stompDuration=e??700}kill(e){if(e===`stomp`&&!this.owner.has(StompableComponent))throw Error(`Cannot kill with stomp method: actor does not have a StompableComponent`);if(!this.dead){if(this.dead=!0,this.events.emit(`kill`,{method:e}),e===`instant`)this.owner.kill();else if(e===`stomp`){let e=this.owner.get(StompableComponent);this.owner.actions.callMethod(()=>{e.stomp()}).delay(this.stompDuration*.8).fade(0,this.stompDuration*.2).callMethod(()=>{this.owner.kill()})}}}static __type=[()=>Component,`owner`,`dead`,function(){return!1},`events`,function(){return EventEmitter.Ω=[[()=>Zy,`method`,`kill`,`PPn!4"M4#M`]],new EventEmitter},`stompDuration`,function(){return 700},()=>Qy,`param0`,()=>({}),`constructor`,()=>Zy,`method`,`kill`,`KillableComponent`,`P7!!3")3#>$!3%>&'3';>(Pn)2*>+"0,Pn-2."0/5w0`]};const $y={puff:{spritesheet:Kf.fromImageSource({image:Py.img.smokePuff,grid:{rows:1,columns:8,spriteWidth:32,spriteHeight:32}}),get animation(){return Af.fromSpriteSheet(this.spritesheet,[0,1,2,3,4,5,6,7],50,Of.End)}},land:{spritesheet:Kf.fromImageSource({image:Py.img.smokeLand,grid:{rows:1,columns:3,spriteWidth:32,spriteHeight:32}}),get animation(){return Af.fromSpriteSheet(this.spritesheet,[0,0,0,1,1,2],60,Of.End)}}},eb=[`puff`,`land`,`type`,`SmokeArgs`,`P!PP.!."J4#MKw$y`];var Smoke=class extends Cp{constructor({type:e,...R}){super({anchor:vec(.5,.5),...R});let W=$y[e].animation;W.events.on(`end`,()=>{this.kill()}),this.graphics.use(W),e===`puff`&&(this.vel.y=-20)}static __type=[()=>Cp,()=>eb,`param0`,`constructor`,`Smoke`,`P7!Pn"2#"0$5w%`]},HealthComponent=class extends Component{_amount;_max;events=(EventEmitter.Ω=[[`die`,`amount`,`change`,`P$4!P'4"M4#M`]],new EventEmitter);constructor({amount:e}){super(),this._max=e,this._amount=e}get max(){return this._max}get amount(){return this._amount}set amount(e){this._amount=e,this.events.emit(`change`,{amount:e}),this._amount<=0&&this.events.emit(`die`)}static __type=[()=>Component,`_amount`,`_max`,`events`,function(){return EventEmitter.Ω=[[`die`,`amount`,`change`,`P$4!P'4"M4#M`]],new EventEmitter},`amount`,`param0`,`constructor`,`HealthComponent`,`P7!'3";'3#;!3$>%PP'4&M2'"0(!!5w)`]};const tb=[`T`,`args`,``,`ReturnType`,`l>e"!R"RPde#!P"@2"h"!/#qk#'QRb!Pde"!p)w$y`];function __assignType$13(e,R){return e.__type=R,e}__name$1(__assignType$13,`__assignType`);var nb=class DamageableComponent extends Component{events=(EventEmitter.Ω=[[`amount`,`left`,`right`,`knockback`,`damage`,`PP'4!P.".#J4$8M4%M`]],new EventEmitter);INVINCIBILITY_DURATION=2e3;KNOCKBACK_DURATION=200;isInvincible=!1;isBeingKnockedBack=!1;damage(e,R){if(this.isInvincible)return;let W=this.owner.get(HealthComponent);if(this.events.emit(`damage`,{amount:e,knockback:R}),this.isInvincible=!0,Gy.playSfx(Py.sfx.damage),W&&(W.amount-=e),R){let e=100*(R===`left`?-1:1);this.owner.vel=vec(e,-300),this.owner.acc=vec(0,0),this.isBeingKnockedBack=!0}coroutine(this.owner.scene.engine,__assignType$13(function*(){let e=0;for(;e<Math.max(this.KNOCKBACK_DURATION,this.INVINCIBILITY_DURATION);)if(e+=yield 1,this.isBeingKnockedBack&&e>=this.KNOCKBACK_DURATION&&(this.isBeingKnockedBack=!1,this.owner.vel.x=0),e>=this.INVINCIBILITY_DURATION&&(this.isInvincible=!1),this.owner.graphics.current){let R=Math.floor(e/100)%2==0;this.owner.graphics.current.opacity=R?.35:1}this.owner.graphics.current&&(this.owner.graphics.current.opacity=1)},[()=>DamageableComponent,`this`,()=>tb,``,`PP7!2"!o#"/$`]).bind(this))}static __type=[()=>Component,`owner`,`events`,function(){return EventEmitter.Ω=[[`amount`,`left`,`right`,`knockback`,`damage`,`PP'4!P.".#J4$8M4%M`]],new EventEmitter},`INVINCIBILITY_DURATION`,function(){return 2e3},`KNOCKBACK_DURATION`,function(){return 200},`isInvincible`,function(){return!1},`isBeingKnockedBack`,function(){return!1},`amount`,`left`,`right`,`knockback`,`damage`,`DamageableComponent`,`P7!!3"!3#>$'3%>&'3'>()3)>*)3+>,P'2-P.../J208"015w2`]},CollectableComponent=class extends Component{isCollected=!1;isCollectable=!0;static __type=[()=>Component,`isCollected`,function(){return!1},`isCollectable`,function(){return!0},`CollectableComponent`,`P7!)3">#)3$>%5w&`]};let rb=3;var ib=class GameManager{static events=(EventEmitter.Ω=[[()=>ab,`n!`]],new EventEmitter);static get coins(){return rb}static set coins(e){e<0&&(e=0),rb=e,GameManager.events.emit(`coinchange`,{coins:rb})}static __type=[`events`,function(){return EventEmitter.Ω=[[()=>ab,`n!`]],new EventEmitter},`GameManager`,`!3!s>"!5w#`]};const ab=[`coins`,`coinchange`,`GameManagerEvents`,`PP'4!M4"Mw#y`];function __assignType$12(e,R){return e.__type=R,e}__name$1(__assignType$12,`__assignType`);var CoinItem=class extends Cp{elapsedMs=0;collected=!1;constructor(e){super({anchor:vec(.5,.75),collisionType:Wd.Passive,collisionGroup:Ly.Item,width:8,height:8,...e}),this.pos.x+=this.width*this.anchor.x,this.pos.y-=this.height*this.anchor.y,this.addComponent(new CollectableComponent),this.graphics.use(Py.img.coin.toSprite())}get collectable(){return this.get(CollectableComponent)}onPreUpdate(e,R){this.elapsedMs+=R,this.pos.y-=Math.sin(this.elapsedMs/200)/10}collect(){!this.collectable.isCollectable||this.collectable.isCollected||(Gy.playSfx(Py.sfx.collectCoin,{force:!0}),ib.coins+=1,this.collectable.isCollected=!0,this.actions.clearActions(),this.actions.runAction(new ParallelActions([new em(this,__assignType$12(e=>e.moveBy(vec(0,-16),150),[`ctx`,``,`P"2!"/"`])),new em(this,__assignType$12(e=>e.fade(0,150),[`ctx`,``,`P"2!"/"`]))])).callMethod(()=>{this.kill()}))}onPreCollisionResolve(e,R,W,Y){R.owner instanceof ub&&(this.collect(),Y.cancel())}static __type=[()=>Cp,`elapsedMs`,function(){return 0},`collected`,function(){return!1},`args`,`constructor`,`engine`,`elapsed`,`onPreUpdate`,`collect`,`self`,`other`,`side`,`contact`,`onPreCollisionResolve`,`CoinItem`,`P7!'3">#)3$>%P!2&"0'!P!2('2)$0*P"0+P!2,!2-!2.!2/$005w1`]};function __assignType$11(e,R){return e.__type=R,e}__name$1(__assignType$11,`__assignType`);var LostCoin=class extends CoinItem{touching=new TouchingComponent;LIFETIME=3e3;TIME_UNTIL_COLLECTABLE=500;BOUNCE=1;FRICTION=.1;constructor(e){super({anchor:vec(.5,.5),collisionType:Wd.Active,collisionGroup:Ly.PhysicalItem,width:8,height:8,z:500,...e}),this.pos.x+=this.width*this.anchor.x,this.pos.y-=this.height*this.anchor.y,this.addComponent(this.touching),this.addComponent(new CarriableComponent),this.graphics.use(Py.img.coin.toSprite()),this.collectable.isCollectable=!1}onInitialize(e){this.actions.runAction(new ParallelActions([new em(this,__assignType$11(e=>e.delay(this.TIME_UNTIL_COLLECTABLE).callMethod(()=>{this.collectable.isCollectable=!0}),[`ctx`,``,`P"2!"/"`])),new em(this,__assignType$11(e=>e.delay(this.LIFETIME).callMethod(()=>this.kill()),[`ctx`,``,`P"2!"/"`]))]))}onPreUpdate(e,R){this.elapsedMs+=R;let W=Math.floor(this.elapsedMs/50)%2==0;this.graphics.current&&(this.graphics.current.opacity=W?.35:.65)}onPreCollisionResolve(e,R,W,Y){if(R.owner instanceof ub&&!this.collectable.isCollectable)return Y.cancel();super.onPreCollisionResolve(e,R,W,Y)}onPostCollisionResolve(e,R,W,Y){W===tf.Bottom||W===tf.Top?this.vel.x=this.oldVel.x*(1-this.FRICTION):(W==tf.Left||W==tf.Right)&&(this.vel.y=this.oldVel.y*(1-this.FRICTION))}onCollisionStart(e,R,W,Y){R.owner instanceof ub?super.onCollisionStart(e,R,W,Y):W===tf.Bottom||W===tf.Top?this.vel.y=this.oldVel.y*-this.BOUNCE:(W==tf.Left||W==tf.Right)&&(this.vel.x=this.oldVel.x*-this.BOUNCE)}static __type=[()=>CoinItem,`touching`,function(){return new TouchingComponent},`LIFETIME`,function(){return 3e3},`TIME_UNTIL_COLLECTABLE`,function(){return 500},`BOUNCE`,function(){return 1},`FRICTION`,function(){return .1},`args`,`constructor`,`engine`,`onInitialize`,`elapsed`,`onPreUpdate`,`self`,`other`,`side`,`contact`,`onPreCollisionResolve`,`onPostCollisionResolve`,`onCollisionStart`,`LostCoin`,`P7!!3">#'3$>%'3&>''3(>)'3*>+P!2,"0-P!2.$0/P!2.'20$01P!22!23!24!25$06P!22!23!24!25$07P!22!23!24!25$085w9`]};const ob=[`K`,`T`,`Record`,`l'e#"Rb!b"Pde"!N#!w#y`];var CoyoteComponent=class extends Component{actions;counter={};constructor(e){super(),this.actions=e}onAdd(e){e.on(`preupdate`,this.onPreUpdate.bind(this))}onPreUpdate(e){for(let R in this.actions){let W=this.actions[R];W.condition(e.elapsed)?this.counter[R]=W.time:this.counter[R]=Math.max(0,this.counter[R]-e.elapsed)}}allow(e){return this.counter[e]>0}reset(e){this.counter[e]=0}static __type=[`T`,()=>Component,`actions`,()=>ob,`counter`,function(){return{}},`constructor`,`owner`,`onAdd`,`ev`,`onPreUpdate`,`action`,`allow`,`reset`,`CoyoteComponent`,`b!P7"e!!3#e!!g'o$#3%>&Pe"!2#"0'P!2($0)P!2*"0+Pe"!g2,"0-Pe"!g2,"0.5w/`]},FakeDie=class extends Cp{constructor(e){super({...e,collisionType:Wd.Active,z:9999}),this.body.useGravity=!1,this.acc.y=qy.y/2,this.graphics.use(new _p({text:`// TODO: die`,color:zd.White,font:new gp({size:10,family:`sans-serif`})})),this.vel.y=-300,this.vel.x=randomInRange(-100,100)}onPreUpdate(e,R){this.isOffScreen&&this.kill()}static __type=[()=>Cp,`args`,`constructor`,`engine`,`elapsed`,`onPreUpdate`,`FakeDie`,`P7!P!2""0#P!2$'2%$0&5w'`]};const sb=[`T`,`args`,``,`ReturnType`,`l>e"!R"RPde#!P"@2"h"!/#qk#'QRb!Pde"!p)w$y`];function __assignType$10(e,R){return e.__type=R,e}__name$1(__assignType$10,`__assignType`);const lb=Kf.fromImageSource({image:Py.img.player,grid:{columns:4,rows:7,spriteWidth:48,spriteHeight:48}});var ub=class Player extends PhysicsActor{JUMP_GRAVITY=qy.y*.5;APEX_GRAVITY=qy.y*.3;MAX_FALL_SPEED=270;WALL_SLIDE_SPEED=80;LADDER_CLIMB_SPEED=75;ACCELERATION=300;STOP_DECELERATION=this.ACCELERATION;GROUND_TURN_DECELERATION=this.ACCELERATION*4;AIR_TURN_DECELERATION=this.ACCELERATION*7;WALK_MAX_VELOCITY=90;RUN_MAX_VELOCITY=150;SPRINT_MAX_VELOCITY=210;SPRINT_TRIGGER_TIME=1e3;JUMP_FORCE=300;RUN_JUMP_FORCE=this.JUMP_FORCE*1.1;SPRINT_JUMP_FORCE=this.JUMP_FORCE*1.2;WALL_JUMP_X_DISTANCE=4;WALL_JUMP_DURATION=70;FX_SQUISH_AMOUNT=8/48;animation=new AnimationComponent({idle:Af.fromSpriteSheet(lb,[0,1,2,3],140),run:Af.fromSpriteSheet(lb,[4,5,6,7],140),sprint:Af.fromSpriteSheet(lb,[8,9,10,11],140),jump:Af.fromSpriteSheet(lb,[12],140),fall:Af.fromSpriteSheet(lb,[13],140),turn:Af.fromSpriteSheet(lb,[16],140),ladder_climb:Af.fromSpriteSheet(lb,[20,21],140),wall_slide:Af.fromSpriteSheet(lb,[16],100,Of.Loop)});controls=new PlayerControlsComponent;coyote=new CoyoteComponent({jump:{time:70,condition:()=>this.isOnGround}});isUsingJumpGravity=!1;facing=`right`;isClimbingLadder=!1;isSlidingOnWall=!1;isWallJumping=!1;get maxXVelocity(){switch(!0){case this.controls.isSprinting:return this.SPRINT_MAX_VELOCITY;case this.controls.isRunning:return this.RUN_MAX_VELOCITY;default:return this.WALK_MAX_VELOCITY}}get maxFallingVelocity(){switch(!0){case this.isSlidingOnWall:return this.WALL_SLIDE_SPEED;default:return this.MAX_FALL_SPEED}}get bouncepad(){for(let e of this.touching.bottom)if(e.hasTag(`bouncepad`))return e}get isTouchingLadder(){return this.touching.ladders.size>0}get isAboveLadder(){return this.raycastSide(`bottom`,1,{searchAllColliders:!0}).filter(__assignType$10(e=>e.body.owner?.has(ClimbableComponent),[`hit`,``,`P"2!"/"`])).length>0}get isXMovementAllowed(){let{isBeingKnockedBack:e}=this.get(nb);return!this.isClimbingLadder&&!this.bouncepad&&!this.isWallJumping&&!e}constructor(e){super({...e,name:`player`,anchor:new Ad(.5,1),width:16,height:16,collisionType:Wd.Active,collisionGroup:Ly.Player,collider:Tf.Box(12,12,vec(.5,1))}),this.body.useGravity=!1;let R=new nb;this.addComponent(this.animation),this.addComponent(this.controls),this.addComponent(this.coyote),this.addComponent(R),this.addComponent(new HealthComponent({amount:3})),R.events.on(`damage`,__assignType$10(({amount:e})=>{if(ib.coins===0)this.scene?.entities.find(__assignType$10(e=>e instanceof FakeDie,[`e`,``,`P"2!"/"`]))||this.scene?.add(new FakeDie({x:this.getGlobalPos().x,y:this.getGlobalPos().y}));else{let R=ib.coins-e<0?ib.coins:e;ib.coins-=R;for(let e=0;e<R;e++)this.scene?.add(new LostCoin({pos:vec(this.facing===`left`?this.collider.bounds.right:this.collider.bounds.left,this.collider.bounds.top),vel:vec(100*(this.facing===`right`?-1:1),-200)}))}},[`param0`,``,`P"2!"/"`])),this.animation.get(`turn`).events.on(`frame`,__assignType$10(e=>{e.frameIndex===0&&Gy.playSfx(Py.sfx.turnAround)},[`frame`,``,`P"2!"/"`])),this.animation.get(`sprint`).events.on(`frame`,__assignType$10(e=>{e.frameIndex%2==0&&this.spawnSmokePuffAtFeet(this.facing===`left`?`right`:`left`,vec(-2,0))},[`frame`,``,`P"2!"/"`])),this.animation.get(`turn`).events.on(`frame`,__assignType$10(e=>{this.spawnSmokePuffAtFeet(this.facing===`left`?`right`:`left`)},[`frame`,``,`P"2!"/"`])),this.animation.get(`wall_slide`).events.on(`loop`,__assignType$10(e=>{this.spawnSmokePuffAtHands(this.facing,vec(randomIntInRange(-1,1),0))},[`frame`,``,`P"2!"/"`])),this.addTag(`player`),globalThis.player=this}onInitialize(e){super.onInitialize(e),this.graphics.offset=new Ad(0,16),this.animation.set(`idle`)}onPreUpdate(e,R){this.isOnGround&&(this.isUsingJumpGravity=!1,this.isWallJumping=!1,this.isSlidingOnWall=!1),this.isTouchingLadder||(this.isClimbingLadder=!1),!this.isOnWall(`right`)&&!this.isOnWall(`left`)&&(this.isSlidingOnWall=!1),this.handleInput(e,R)}update(e,R){let W=!1;this.vel.y<0&&(this.isUsingJumpGravity=this.controls.isHeld(`Jump`)),this.isUsingJumpGravity&&this.vel.y>-10&&this.vel.y<10&&(W=!0),W?this.acc.setTo(0,this.APEX_GRAVITY):this.isUsingJumpGravity?this.acc.setTo(0,this.JUMP_GRAVITY):this.acc.setTo(0,qy.y),this.isClimbingLadder&&(this.acc.setTo(0,0),this.vel.setTo(0,0)),this.vel.y>=this.maxFallingVelocity&&(this.vel.y=this.maxFallingVelocity,this.acc.y=0),super.update(e,R)}onPostUpdate(e,R){let{isBeingKnockedBack:W}=this.get(nb);this.animation.speed=Math.min(1+(Math.abs(this.vel.x)/200)**2*3,3),this.handleAnimation(),!this.isWallJumping&&!W&&this.applyDeceleration()}onPreCollisionResolve(e,R,W,Y){super.onPreCollisionResolve(e,R,W,Y);let X=R.owner.has(StompableComponent)?R.owner.get(StompableComponent):void 0;X&&X&&!X.stomped&&X.isBeingStomped(this)&&(this.stomp(R.owner),Y.cancel())}onCollisionStart(e,R,W,Y){if(Y.isCanceled())return;let X=R.owner.get(Dp);if(X?.collisionType===Wd.Fixed||X?.collisionType===Wd.Active){let e=this.oldVel.y>0;W===tf.Bottom&&e&&(R.owner instanceof Bouncepad&&(this.vel.x=0),this.land())}}handleInput(e,R){let W=this.controls.wasPressed(`Jump`),Y=this.controls.isHeld(`Jump`),X=this.controls.getHeldXDirection(),ie=this.controls.getHeldYDirection(),ae=this.isOnWall(`left`,4),le=this.isOnWall(`right`,4);if(X&&this.isXMovementAllowed){let e=X===`Left`?-1:1,R=this.ACCELERATION*e;if(this.facing=e===-1?`left`:`right`,this.acc.x+=R,!this.isOnGround&&this.vel.y>0){let e=this.isOnWall(`right`),R=this.isOnWall(`left`);e&&X===`Right`||R&&X===`Left`?this.isSlidingOnWall=!0:this.isSlidingOnWall=!1}}else this.isSlidingOnWall=!1;ie&&this.climbLadder(),W?this.isClimbingLadder?(this.isClimbingLadder=!1,ie!==`Down`&&this.jump()):this.isOnGround||this.coyote.allow(`jump`)?this.jump():(ae||le)&&this.wallJump(ae?`left`:`right`):!Y&&this.vel.y<0&&this.vel.y>-200&&!this.isClimbingLadder&&(this.vel.y*=.5,this.isUsingJumpGravity=!1)}handleAnimation(){let e=this.animation.current.currentFrameIndex,R=this.animation.current.currentFrameTimeLeft,W=this.controls.getHeldXDirection();if(this.graphics.flipHorizontal=this.facing===`left`,this.isSlidingOnWall)this.animation.is(`wall_slide`)||Gy.playSfx(Py.sfx.land),this.animation.set(`wall_slide`);else if(this.isClimbingLadder)this.animation.set(`ladder_climb`),this.vel.y===0&&this.animation.current.goToFrame(0);else if(this.isOnGround){if(this.controls.isTurning)this.animation.set(`turn`);else if(!W||W===`Left`&&this.vel.x<0||W===`Right`&&this.vel.x>0){if(this.controls.isSprinting&&Math.abs(this.vel.x)>this.RUN_MAX_VELOCITY){let W=this.animation.is(`run`);this.animation.set(`sprint`,W?e:0,W?R:0)}else if(this.vel.x!==0){let W=this.animation.is(`sprint`);this.animation.set(`run`,W?e:0,W?R:0)}}else this.animation.set(`idle`);Math.round(this.vel.x)===0&&this.animation.set(`idle`)}else this.vel.y!==0&&(this.vel.y<0?this.animation.set(`jump`):this.animation.set(`fall`));this.animation.is(`jump`)&&this.oldVel.y>=0&&this.vel.y<0&&coroutine(this.scene.engine,__assignType$10(function*(){let e=1+1*this.FX_SQUISH_AMOUNT,R=bp.EaseOutCubic,W=this.vel.y,Y=0;for(;this.vel.y<W*.25;)Y+=yield 1,Y<70&&this.squishGraphic(R(Math.min(Y,70),1,e,70));for(Y=0;!this.touching.bottom.size;)Y+=yield 1,Y<70&&this.squishGraphic(R(Math.min(Y,70),e,1,140));this.squishGraphic(1)},[()=>Player,`this`,()=>sb,``,`PP7!2"!o#"/$`]).bind(this))}land(){this.isOnGround=!0,Gy.playSfx(Py.sfx.land),this.spawnSmoke(`land`,{pos:vec(this.center.x,this.collider.bounds.bottom-8),scale:vec(.5,.5)});let e=1-this.FX_SQUISH_AMOUNT,R=bp.EaseOutCubic;coroutine(this.scene.engine,__assignType$10(function*(){let W=0;for(;W<70&&this.isOnGround;)W+=yield 1,this.squishGraphic(R(Math.min(W,70),1,e,70));for(this.squishGraphic(e),W=0;W<70&&this.isOnGround;)W+=yield 1,this.squishGraphic(R(Math.min(W,70),e,1,70));this.squishGraphic(1)},[()=>Player,`this`,()=>sb,``,`PP7!2"!o#"/$`]).bind(this))}climbLadder(){let e=this.controls.getHeldYDirection();if(this.isTouchingLadder){let R=Array.from(this.touching.ladders).sort(__assignType$10((e,R)=>Math.abs(this.collider.bounds.bottom-e.collider.bounds.bottom)-Math.abs(this.collider.bounds.bottom-R.collider.bounds.bottom),[`a`,`b`,``,`P"2!"2""/#`])).at(0),W=e===`Up`?-1:1,Y=Math.abs(this.pos.x-R.center.x)<8,X=__assignType$10(e=>Math.floor(Math.round(e)/16),[`n`,``,`P'2!"/"`]),ie=X(this.collider.bounds.bottom)===X(R.collider.bounds.bottom);e===`Up`&&!this.isClimbingLadder&&ie&&Y&&(this.isClimbingLadder=!0),this.isClimbingLadder&&(this.pos.x=R.center.x,this.vel.y=this.LADDER_CLIMB_SPEED*W,this.vel.x=0,this.isOnGround&&e===`Down`&&(this.isClimbingLadder=!1))}else this.isAboveLadder&&e===`Down`&&(this.isClimbingLadder=!0,this.pos.y=Math.ceil(this.pos.y)+1)}jump(e,R=!0){if(this.isOnGround=!1,this.coyote.reset(`jump`),this.bouncepad){this.bouncepad.release();return}e===void 0&&(e=this.JUMP_FORCE,this.controls.isSprinting?e=this.SPRINT_JUMP_FORCE:this.controls.isRunning&&(e=this.RUN_JUMP_FORCE)),this.vel.y=-e,R&&Gy.playSfx(Py.sfx.jump)}wallJump(e){this.isWallJumping||(this.jump(),this.isWallJumping=!0,this.spawnSmokePuffAtFeet(e,vec(0,-4)),coroutine(this.scene.engine,__assignType$10(function*(){let R=0,W=e===`left`?1:-1,Y=this.WALL_JUMP_X_DISTANCE/(this.WALL_JUMP_DURATION/1e3)*W;for(;R<this.WALL_JUMP_DURATION&&this.isWallJumping;)R+=yield 1,this.vel.x=Y;this.isWallJumping&&(this.controls.getHeldXDirection()||(this.vel.x=0)),this.isWallJumping=!1},[()=>Player,`this`,()=>sb,``,`PP7!2"!o#"/$`]).bind(this)))}stomp(e){let R=e.get(KillableComponent);if(R.dead)return;this.land(),R.kill(`stomp`),Gy.playSfx(Py.sfx.stomp);let W=this.controls.isSprinting?this.SPRINT_JUMP_FORCE:this.RUN_JUMP_FORCE;this.jump(W,!1)}isOnWall(e,R=1){return this.raycastSide(e,R,{filter:__assignType$10(e=>e.body.group===Ly.Ground,[`hit`,``,`P"2!"/"`])}).length>0}applyDeceleration(){let e=this.isOnGround,R=Math.abs(this.vel.x)>this.maxXVelocity;e?this.controls.isTurning?this.acc.x=-this.GROUND_TURN_DECELERATION*Math.sign(this.vel.x):(!this.controls.isMoving||R)&&this.vel.x!==0&&(this.acc.x=-this.STOP_DECELERATION*Math.sign(this.vel.x)):this.controls.isTurning?this.acc.x=-this.AIR_TURN_DECELERATION*Math.sign(this.vel.x):R&&(this.vel.x=clamp(this.vel.x,-this.maxXVelocity,this.maxXVelocity),this.acc.x=0),Math.sign(this.vel.x)!==0&&Math.sign(this.vel.x)!==Math.sign(this.acc.x)&&Math.abs(this.vel.x)<1&&(this.vel.x=0,this.acc.x=0)}squishGraphic(e){let R=e,W=2-R;this.graphics.current.scale=vec(W,R)}spawnSmoke(e,R){this.scene?.add(new Smoke({type:e,z:this.z+1,...R}))}spawnSmokePuffAtFeet(e,R=vec(0,0)){this.spawnSmoke(`puff`,{pos:vec(e===`left`?this.collider.bounds.left+R.x:this.collider.bounds.right-R.x,this.collider.bounds.bottom+R.y),scale:vec(.35,.35)})}spawnSmokePuffAtHands(e,R=vec(0,0)){this.spawnSmoke(`puff`,{pos:vec(e===`left`?this.collider.bounds.left+R.x:this.collider.bounds.right-R.x,this.center.y+R.y),scale:vec(.35,.35)})}static __type=[()=>PhysicsActor,`JUMP_GRAVITY`,function(){return qy.y*.5},`APEX_GRAVITY`,function(){return qy.y*.3},`MAX_FALL_SPEED`,function(){return 270},`WALL_SLIDE_SPEED`,function(){return 80},`LADDER_CLIMB_SPEED`,function(){return 75},`ACCELERATION`,function(){return 300},`STOP_DECELERATION`,function(){return this.ACCELERATION},`GROUND_TURN_DECELERATION`,function(){return this.ACCELERATION*4},`AIR_TURN_DECELERATION`,function(){return this.ACCELERATION*7},`WALK_MAX_VELOCITY`,function(){return 90},`RUN_MAX_VELOCITY`,function(){return 150},`SPRINT_MAX_VELOCITY`,function(){return 210},`SPRINT_TRIGGER_TIME`,function(){return 1e3},`JUMP_FORCE`,function(){return 300},`RUN_JUMP_FORCE`,function(){return this.JUMP_FORCE*1.1},`SPRINT_JUMP_FORCE`,function(){return this.JUMP_FORCE*1.2},`WALL_JUMP_X_DISTANCE`,function(){return 4},`WALL_JUMP_DURATION`,function(){return 70},`FX_SQUISH_AMOUNT`,function(){return 8/48},`animation`,function(){return new AnimationComponent({idle:Af.fromSpriteSheet(lb,[0,1,2,3],140),run:Af.fromSpriteSheet(lb,[4,5,6,7],140),sprint:Af.fromSpriteSheet(lb,[8,9,10,11],140),jump:Af.fromSpriteSheet(lb,[12],140),fall:Af.fromSpriteSheet(lb,[13],140),turn:Af.fromSpriteSheet(lb,[16],140),ladder_climb:Af.fromSpriteSheet(lb,[20,21],140),wall_slide:Af.fromSpriteSheet(lb,[16],100,Of.Loop)})},`controls`,function(){return new PlayerControlsComponent},`coyote`,function(){return new CoyoteComponent({jump:{time:70,condition:()=>this.isOnGround}})},`isUsingJumpGravity`,function(){return!1},`left`,`right`,`facing`,function(){return`right`},`isClimbingLadder`,function(){return!1},`isSlidingOnWall`,function(){return!1},`isWallJumping`,function(){return!1},`x`,`y`,`z`,`args`,`constructor`,`engine`,`onInitialize`,`elapsed`,`onPreUpdate`,`update`,`onPostUpdate`,`self`,`other`,`side`,`contact`,`onPreCollisionResolve`,`onCollisionStart`,`handleInput`,`handleAnimation`,`land`,`climbLadder`,`force`,`playSfx`,`jump`,`left`,`right`,`wallJump`,`stomp`,`left`,`right`,`distance`,`isOnWall`,`applyDeceleration`,`scale`,`squishGraphic`,`puff`,`land`,`type`,`pos`,`spawnSmoke`,`left`,`right`,`offset`,`spawnSmokePuffAtFeet`,`left`,`right`,`spawnSmokePuffAtHands`,`Player`,`P7!!3">#!3$>%'3&>''3(>)'3*>+'3,>-!3.>/!30>1!32>3'34>5'36>7'38>9'3:>;'3<>=!3>>?!3@>A'3B>C'3D>E!3F>G!3H>I!3J>K!3L>M)3N>OP.P.QJ3R>S)3T>U)3V>W)3X>Y!!!!!!PP'4Z'4['4\\8M2]"0^P!2_"0\`P!2_'2a$0bP!2_'2a$0cP!2_'2a$0dP!2e!2f!2g!2h$0iP!2e!2f!2g!2h$0jP!2_'2a"0kP"0lP"0mP"0nP'2o8"2p"0qPP.r.sJ2g"0tP!2f"0uPP.v.wJ2g"2x"0yP"0zP'2{"0|PP.}.~J2P!4!4{8M2]"0PP..J2g"2"0
PP..J2g"2"05w`]},PlayerControlsComponent=class extends ControlsComponent{sprintTimer=0;onAdd(e){super.onAdd?.(e),e.on(`postupdate`,__assignType$10(({elapsed:e})=>{let R=this.owner.isOnGround,W=!R&&!this.isSprinting,Y=this.isTurning&&R;this.isRunning&&R&&!Y?this.sprintTimer=Math.min(this.sprintTimer+e,this.owner.SPRINT_TRIGGER_TIME):(!this.isRunning||Y||W)&&(this.sprintTimer=0)},[`param0`,``,`P"2!"/"`]))}get isMoving(){return this.getHeldXDirection()!==void 0}get isRunning(){return this.isMoving&&this.isHeld(`Run`)}get isSprinting(){return this.isRunning&&this.sprintTimer>=this.owner.SPRINT_TRIGGER_TIME}get isTurning(){let e=this.getHeldXDirection(),{isBeingKnockedBack:R}=this.owner.get(nb);return R?!1:e===`Left`&&this.owner.vel.x>0||e===`Right`&&this.owner.vel.x<0}static __type=[()=>ControlsComponent,()=>ub,`owner`,`sprintTimer`,function(){return 0},()=>ub,`onAdd`,`PlayerControlsComponent`,`P7!P7"3#'3$>%PP7&2#$0'!!!!5w(`]};function __assignType$9(e,R){return e.__type=R,e}__name$1(__assignType$9,`__assignType`);var ScrollingBackground=class extends Zd{xSpeed;ySpeed;image;graphics=new vp;transform=new Gd;constructor(e){let{xSpeed:R=.25,ySpeed:W=.1,z:Y=-100,image:X}=e;super(),this.addComponent(this.graphics),this.addComponent(this.transform),this.image=X,this.xSpeed=R,this.ySpeed=W,this.graphics.anchor=vec(.5,.5),this.transform.pos=vec(0,0),this.transform.z=Y}onInitialize(e){let R=this.image.toSprite(),W=this.scene.camera.viewport.width,Y=this.scene.camera.viewport.height,X=Math.ceil(W/R.width)+1,ie=Math.ceil(Y/R.height)+1;this.graphics.use(new jf({members:Array.from({length:X*ie}).map(__assignType$9((e,W)=>{let Y=W%X,ae=Math.floor(W/ie);return{graphic:R,offset:vec(R.width*Y,R.height*ae)}},[`_`,`i`,``,`P"2!"2""/#`]))})),this.on(`pretransformdraw`,()=>{let W=this.scene.camera,Y=W.drawPos.x-e.halfDrawWidth,X=W.drawPos.y-e.halfDrawHeight;this.transform.pos.x=Y,this.transform.pos.y=X;let ie=Y*-this.xSpeed%R.width+R.width,ae=X*-this.ySpeed%R.height+R.height;this.graphics.offset.setTo(ie,ae)})}static __type=[()=>Zd,`xSpeed`,`ySpeed`,`image`,`graphics`,function(){return new vp},`transform`,function(){return new Gd},`z`,`args`,`constructor`,`_engine`,`onInitialize`,`ScrollingBackground`,`P7!'3"'3#!3$!3%>&!3'>(PP!4$'4"8'4#8'4)8M2*"0+P!2,$0-5w.`]};function __assignType$8(e,R){return e.__type=R,e}__name$1(__assignType$8,`__assignType`);var Tween=class{engine;value;_startValue=0;_targetValue=0;_easing;_duration=0;_elapsed=0;constructor(e,R,W){let{easing:Y=bp.Linear,duration:X=1e3}=W;this.engine=e,this.value=R,this._startValue=R,this._targetValue=R,this._easing=Y,this._duration=X,e.on(`preupdate`,this.onUpdate)}onUpdate=__assignType$8(e=>{this._elapsed<this._duration&&(this._elapsed=Math.min(this._duration,this._elapsed+e.elapsed),this.value=this._easing(this._elapsed,this._startValue,this._targetValue,this._duration))},[`ev`,``,`P!2!"/"`]);set(e,R=!1){this._elapsed=0,R?(this.value=e,this._startValue=e,this._targetValue=e):(this._startValue=this.value,this._targetValue=e)}destroy(){this.engine.off(`preupdate`,this.onUpdate)}static __type=[`engine`,`value`,`_startValue`,function(){return 0},`_targetValue`,function(){return 0},`_easing`,`_duration`,function(){return 0},`_elapsed`,function(){return 0},`easing`,`duration`,`opts`,`constructor`,`onUpdate`,function(){return __assignType$8(e=>{this._elapsed<this._duration&&(this._elapsed=Math.min(this._duration,this._elapsed+e.elapsed),this.value=this._easing(this._elapsed,this._startValue,this._targetValue,this._duration))},[`ev`,``,`P!2!"/"`])},`immediately`,`set`,`destroy`,`Tween`,`!3!'3"'3#;>$'3%;>&!3';'3(;>)'3*;>+P!2!'2"P!4,8'4-8M2."0/!30>1P'2""22"03P"045w5`]},LockToPlayerStrategy=class{FOLLOW_DAMPING=.5;TURN_TWEEN_DURATION=400;X_EDGE_BUFFER=20;Y_EDGE_BUFFER=40;target;xOffset;facing=`right`;isFirstUpdate=!0;constructor(e){this.target=e,this.xOffset=new Tween(this.target.scene.engine,0,{easing:bp.Linear,duration:this.TURN_TWEEN_DURATION}),this.turn(`right`,!0)}action(e,R,W,Y){let X=e.getGlobalPos(),ie=X.x-R.pos.x+this.xOffset.value,ae=X.y-R.pos.y,le=ie<-this.X_EDGE_BUFFER,_e=ie>this.X_EDGE_BUFFER,ye=ae<-this.Y_EDGE_BUFFER,be=ae>this.Y_EDGE_BUFFER,Ce=R.pos.x,Te=R.pos.y;if((le&&this.facing!==`left`||_e&&this.facing!==`right`)&&this.turn(le?`left`:`right`),le?Ce=X.x+this.X_EDGE_BUFFER+this.xOffset.value:_e&&(Ce=X.x-this.X_EDGE_BUFFER+this.xOffset.value),(ye||be)&&(Te=ye?X.y+this.Y_EDGE_BUFFER:X.y-this.Y_EDGE_BUFFER),this.isFirstUpdate)return this.isFirstUpdate=!1,vec(Ce,Te);if(le||_e){let e=Ce-R.pos.x,W=Te-R.pos.y;Math.abs(e)>.1&&(Ce-=e*this.FOLLOW_DAMPING),Math.abs(W)>.1&&(Te-=W*this.FOLLOW_DAMPING)}return vec(Ce,Te)}turn(e,R=!1){this.facing=e,e===`left`?this.xOffset.set(-this.X_EDGE_BUFFER*4,R):this.xOffset.set(this.X_EDGE_BUFFER*4,R)}static __type=[`FOLLOW_DAMPING`,function(){return .5},`TURN_TWEEN_DURATION`,function(){return 400},`X_EDGE_BUFFER`,function(){return 20},`Y_EDGE_BUFFER`,function(){return 40},()=>ub,`target`,()=>Tween,`xOffset`,`left`,`right`,`facing`,function(){return`right`},`isFirstUpdate`,function(){return!0},()=>ub,`constructor`,()=>ub,`camera`,`engine`,`elapsed`,`action`,`left`,`right`,`direction`,`immediately`,`turn`,`LockToPlayerStrategy`,`'3!>"'3#>$'3%>&'3'>(P7)3*P7+3,P.-..J3/>0)31;>2PP732*"04PP752*!26!27'28"09PP.:.;J2<"2="0>5"x"w?`]},DamageComponent=class extends Component{amount;cancelContactOnDamage;constructor({amount:e,cancelContactOnDamage:R}){super(),this.amount=e,this.cancelContactOnDamage=R??!0}onAdd(e){e.on(`precollision`,this.onPreCollisionResolve.bind(this))}onPreCollisionResolve(e){let R=this.owner.get(KillableComponent),W=this.owner.get(StompableComponent),Y=R?.dead??!1,X=e.other.owner,ie=X.get(nb),ae=X instanceof PhysicsActor&&W?.isBeingStomped(X);ie&&(this.cancelContactOnDamage&&e.contact.cancel(),!Y&&!ae&&ie.damage(this.amount,X.center.x<this.owner.center.x?`left`:`right`))}static __type=[()=>Component,`owner`,`amount`,`cancelContactOnDamage`,`param0`,`constructor`,`onAdd`,`event`,`onPreCollisionResolve`,`DamageComponent`,`P7!!3"'3#)3$PP'4#)4$8M2%"0&P!2"$0'P!2("0)5w*`]};const db=[`stompDuration`,`EnemyActorArgs`,`P!P'4!8MKw"y`];var fb=class EnemyActor extends PhysicsActor{killable;stompable;constructor({stompDuration:e,...R}){super({collisionType:Wd.Active,collisionGroup:Ly.Enemy,...R}),this.killable=new KillableComponent({stompDuration:e}),this.stompable=new StompableComponent,this.addComponent(new DamageComponent({amount:1})),this.addComponent(this.stompable),this.addComponent(this.killable),this.killable.events.on(`kill`,this.onKill.bind(this))}get dead(){return this.killable.dead}set dead(e){this.killable.dead=e}onPreCollisionResolve(e,R,W,Y){R.owner instanceof EnemyActor&&Y.cancel()}onKill(){}static __type=[()=>PhysicsActor,()=>KillableComponent,`killable`,()=>StompableComponent,`stompable`,()=>db,`param0`,`constructor`,`self`,`other`,`side`,`contact`,`onPreCollisionResolve`,`onKill`,`EnemyActor`,`P7!P7"3#<P7$3%<Pn&2'"0(!P!2)!2*!2+!2,$0-P"0.5w/`]};const pb={rows:1,columns:3,spriteWidth:64,spriteHeight:48},mb={green:{speed:20,spritesheet:Kf.fromImageSource({image:Py.img.spiderGreen,grid:pb})},gray:{speed:30,spritesheet:Kf.fromImageSource({image:Py.img.spiderGray,grid:pb})}},hb=[()=>mb,`type`,`SpiderEnemyArgs`,`P!Pi!g4"MKw#y`];var SpiderEnemy=class extends fb{spritesheet;speed;direction=`left`;constructor(e){super({...e,anchor:vec(.5,32/48),collider:Tf.Box(24,4,vec(.5,1))}),this.spritesheet=mb[e.type].spritesheet,this.speed=mb[e.type].speed,this.graphics.use(Af.fromSpriteSheet(this.spritesheet,[0,1,2],2500/this.speed))}onPreUpdate(e,R){if(this.dead)return;let W=this.raycast(new Ray(vec(this.collider.bounds.left+1,Math.round(this.collider.bounds.bottom)-1),Ad.Down),1),Y=this.raycast(new Ray(vec(this.collider.bounds.right-1,Math.round(this.collider.bounds.bottom)-1),Ad.Down),1),X=this.direction===`left`&&W.length===0,ie=this.direction===`right`&&Y.length===0;(X||ie)&&(this.direction=this.direction===`left`?`right`:`left`),this.graphics.flipHorizontal=this.direction===`right`,this.direction===`left`?this.vel.x=-this.speed:this.vel.x=this.speed}onCollisionStart(e,R,W,Y){R.owner instanceof ub||R.owner instanceof Cp&&R.owner.body.collisionType===Wd.Passive||(W===tf.Left||W===tf.Right)&&(this.direction=this.direction===`left`?`right`:`left`)}onKill(){this.graphics.current.pause(),this.vel.x=0,this.vel.y=0,this.body.useGravity=!1}static __type=[()=>fb,`spritesheet`,`speed`,`left`,`right`,`direction`,function(){return`left`},()=>hb,`args`,`constructor`,`engine`,`elapsed`,`onPreUpdate`,`self`,`other`,`side`,`contact`,`onCollisionStart`,`onKill`,`SpiderEnemy`,`P7!!3"'3#P.$.%J3&>'Pn(2)"0*P!2+'2,$0-P!2.!2/!20!21$02P"035w4`]};function __assignType$7(e,R){return e.__type=R,e}__name$1(__assignType$7,`__assignType`);const gb=Py.img.platform.toSprite(),_b=new Rf({image:gb.image,destSize:{height:16,width:16},sourceView:{x:0,y:0,width:16,height:16}}),vb=new Rf({image:gb.image,destSize:{height:16,width:16},sourceView:{x:32,y:0,width:16,height:16}}),yb=new Rf({image:gb.image,destSize:{height:16,width:16},sourceView:{x:16,y:0,width:16,height:16}}),bb=[`oneWay`,`MovingPlatformArgs`,`P!P)4!8MKw"y`];var MovingPlatform=class extends Cp{constructor({oneWay:e=!0,...R},W){super({color:zd.Green,anchor:vec(0,0),collisionType:Wd.Fixed,collisionGroup:Ly.Ground,...R});let Y=this.width-32;this.graphics.use(new jf({members:[{graphic:_b,offset:vec(0,0)},...Array.from({length:Y/16},__assignType$7((e,R)=>({graphic:yb,offset:vec(16+R*16,0)}),[`_`,`i`,``,`P"2!"2""/#`])),{graphic:vb,offset:vec(this.width-16,0)}]})),W(this.actions),this.addComponent(new CarrierComponent),e&&this.addComponent(new OneWayCollisionComponent)}static __type=[()=>Cp,()=>bb,`param0`,`actions`,``,`cb`,`constructor`,`MovingPlatform`,`P7!Pn"2#P!2$"/%2&"0'5w(`]};const xb=[`x`,`y`,`pos`,()=>fb,``,`spawn`,`EnemySpawnerArgs`,`P'4!'4"P!2#P7$/%4&Mw'y`];var EnemySpawner=class extends Cp{OFFSCREEN_BUFFER=100;spawnedInstance=null;canSpawn=!0;spawn;constructor({x:e,y:R,spawn:W}){super({x:e,y:R}),this.spawn=W,this.on(`enterviewport`,()=>{this.spawnInstance()})}spawnInstance(){this.spawnedInstance||!this.canSpawn||(this.canSpawn=!1,this.spawnedInstance=this.spawn(this.pos),this.spawnedInstance.on(`kill`,()=>{this.spawnedInstance=null}),this.scene.engine.add(this.spawnedInstance))}onPreUpdate(e,R){let W=e.currentScene.camera.viewport,Y=this.OFFSCREEN_BUFFER,X=W.left-Y,ie=W.top-Y,ae=W.right+Y,le=W.bottom+Y,{x:_e,y:ye}=this.pos;if(_e<X||_e>ae||ye<ie||ye>le?this.spawnedInstance||(this.canSpawn=!0):this.spawnInstance(),this.spawnedInstance){let e=this.spawnedInstance.getGlobalPos();(e.x<X||e.x>ae||e.y<ie||e.y>le)&&(this.spawnedInstance.kill(),this.spawnedInstance=null)}}static __type=[()=>Cp,`OFFSCREEN_BUFFER`,function(){return 100},()=>fb,`spawnedInstance`,function(){return null},`canSpawn`,function(){return!0},`pos`,()=>fb,``,`spawn`,()=>xb,`param0`,`constructor`,`spawnInstance`,`engine`,`_elapsed`,`onPreUpdate`,`EnemySpawner`,`P7!'3">#PP7$,J3%;>&)3';>(P!2)P7*/+3,Pn-2."0/P"00P!21'22$035w4`]};const Sb={rows:1,columns:3,spriteWidth:48,spriteHeight:48},Cb={purple:{speed:20,distance:60,spritesheet:Kf.fromImageSource({image:Py.img.birdPurple,grid:Sb})},orange:{speed:30,distance:100,spritesheet:Kf.fromImageSource({image:Py.img.birdOrange,grid:Sb})}},wb=[()=>Cb,`type`,`BirdEnemyArgs`,`P!Pi!g4"MKw#y`];var BirdEnemy=class extends fb{spritesheet;speed;distance;direction=`left`;elapsedMs=0;deathPosition=null;initialPos;constructor(e){super({...e,stompDuration:1500,anchor:vec(.5,.6),collider:Tf.Box(16,5,vec(.5,1)),collisionType:Wd.Passive}),this.spritesheet=Cb[e.type].spritesheet,this.speed=Cb[e.type].speed,this.distance=Cb[e.type].distance,this.body.useGravity=!1,this.graphics.use(Af.fromSpriteSheet(this.spritesheet,[0,1,2],3e3/this.speed)),this.initialPos=this.pos.clone(),this.canBeCarried=!1}onPreUpdate(e,R){this.elapsedMs+=R,this.dead&&this.deathPosition?(this.vel.y=10,this.pos.x+=Math.sin((this.pos.y-this.deathPosition.y)/2),this.rotation=-Math.sin((this.pos.x-this.deathPosition.x)/50)):(this.graphics.flipHorizontal=this.direction===`right`,this.direction===`left`?this.vel.x=-this.speed:this.vel.x=this.speed,this.pos.y+=Math.sin(this.elapsedMs/(this.speed*10)*Math.PI)*.3),this.pos.x<this.initialPos.x-this.distance?this.direction=`right`:this.pos.x>this.initialPos.x&&(this.direction=`left`)}onKill(){this.deathPosition=this.pos.clone(),this.graphics.current.pause(),this.vel.x=0,this.vel.y=0,this.body.useGravity=!1}static __type=[()=>fb,`spritesheet`,`speed`,`distance`,`left`,`right`,`direction`,function(){return`left`},`elapsedMs`,function(){return 0},`deathPosition`,function(){return null},`initialPos`,()=>wb,`args`,`constructor`,`engine`,`elapsed`,`onPreUpdate`,`onKill`,`BirdEnemy`,`P7!!3"'3#'3$P.%.&J3'>('3);>*P!,J3+;>,!3-;Pn.2/"00P!21'22$03P"045w5`]},AxeHazard=class extends Cp{elapsedMs=0;constructor(e){super({...e,anchor:vec(.5,0),width:12,height:48,rotation:0,collisionType:Wd.Passive,collisionGroup:Ly.Enemy,collider:Tf.Box(28,12,vec(.5,.5),vec(0,42))}),this.body.useGravity=!1,this.graphics.offset=vec(0,-8),this.graphics.use(Py.img.axe.toSprite()),this.addComponent(new DamageComponent({amount:1}))}onPreUpdate(e,R){this.elapsedMs+=R;let W=Math.PI/2,Y=this.elapsedMs/1e3;this.rotation=W*Math.cos(Math.sqrt(qy.y/600)*Y)}static __type=[()=>Cp,`elapsedMs`,function(){return 0},`args`,`constructor`,`_engine`,`elapsed`,`onPreUpdate`,`AxeHazard`,`P7!'3";>#P!2$"0%P!2&'2'"0(5w)`]};function __assignType$6(e,R){return e.__type=R,e}__name$1(__assignType$6,`__assignType`);var CircularSawHazard=class extends PhysicsActor{direction=1;speed=25;bladeSize={width:24,height:12};lastGroundHit=null;constructor(e){super({...e,name:`circular-saw`,anchor:vec(.5,.5),width:4,height:4,collisionType:Wd.Passive,collisionGroup:Ly.Enemy}),this.pos.x+=this.width*this.anchor.x,this.pos.y-=this.height*this.anchor.y,this.body.useGravity=!1,this.graphics.use(Py.img.circularSaw.toSprite()),this.graphics.offset=vec(0,2);let R=new Cp({pos:vec(0,0),anchor:vec(.5,1),width:this.bladeSize.width,height:this.bladeSize.height,collisionType:Wd.Passive,collisionGroup:Ly.Enemy});R.addComponent(new DamageComponent({amount:1})),this.addChild(R),this.addComponent(new CarriableComponent)}onInitialize(e){this.graphics.material=new RenderTopHalfMaterial(e.graphicsContext,this)}onPreUpdate(e,R){let W=this.direction===1?this.collider.bounds.right+this.bladeSize.width/2:this.collider.bounds.left-this.bladeSize.width/2,Y=this.collider.bounds.bottom-1,[X]=this.raycast(new Ray(vec(W,Y),Ad.Down),1,{collisionGroup:Ly.Ground}),[ie]=this.raycast(new Ray(vec(W,Y),this.direction===1?Ad.Right:Ad.Left),1,{collisionGroup:Ly.Ground});(!X&&this.lastGroundHit||ie)&&(this.direction*=-1);let ae=this.graphics.current;ae.rotation=(ae.rotation+toRadians(this.speed*5/R))%(Math.PI*2),this.vel.x=this.speed*this.direction,X&&(this.lastGroundHit=X)}static __type=[()=>PhysicsActor,`direction`,function(){return 1},`speed`,function(){return 25},`bladeSize`,function(){return{width:24,height:12}},`lastGroundHit`,function(){return null},`args`,`constructor`,`engine`,`onInitialize`,`_engine`,`elapsed`,`onPreUpdate`,`CircularSawHazard`,`P7!'3">#'3$>%!3&>'P!,J3(>)P!2*"0+P!2,$0-P!2.'2/"005w1`]},RenderTopHalfMaterial=class extends pp{constructor(e,R){super({name:`render-top-half-material`,fragmentSource:`#version 300 es
|
|
1106
1106
|
precision mediump float;
|
|
1107
1107
|
|
|
1108
1108
|
uniform sampler2D u_graphic;
|
|
@@ -1125,7 +1125,7 @@ Pass an engine parameter to ex.coroutine(engine, function * {...})`)}let be=!1,C
|
|
|
1125
1125
|
|
|
1126
1126
|
vec4 color = texture(u_graphic, v_uv);
|
|
1127
1127
|
fragColor = color;
|
|
1128
|
-
}`,graphicsContext:e}),R.on(`predraw`,()=>{let e=R.graphics.current.rotation,W=2*Math.PI,Y=(e%W+W)%W;this.update(__assignType$6(e=>{e.trySetUniformFloat(`u_rotation`,Y)},[`shader`,``,`P"2!"/"`]))})}static __type=[()=>pp,`ctx`,()=>CircularSawHazard,`owner`,`constructor`,`RenderTopHalfMaterial`,`P7!P!2"P7#2$"0%5w&`]},LadderTile=class extends Cp{constructor(e){super({anchor:vec(0,0),collisionType:Wd.Passive,collisionGroup:
|
|
1128
|
+
}`,graphicsContext:e}),R.on(`predraw`,()=>{let e=R.graphics.current.rotation,W=2*Math.PI,Y=(e%W+W)%W;this.update(__assignType$6(e=>{e.trySetUniformFloat(`u_rotation`,Y)},[`shader`,``,`P"2!"/"`]))})}static __type=[()=>pp,`ctx`,()=>CircularSawHazard,`owner`,`constructor`,`RenderTopHalfMaterial`,`P7!P!2"P7#2$"0%5w&`]},LadderTile=class extends Cp{constructor(e){super({anchor:vec(0,0),collisionType:Wd.Passive,collisionGroup:Ly.Climbable,...e}),this.addComponent(new ClimbableComponent)}static __type=[()=>Cp,`args`,`constructor`,`LadderTile`,`P7!P!2""0#5w$`]},SpikeTile=class extends Cp{constructor(e){super({...e,name:`spike`,anchor:vec(0,0),width:16,height:16,collisionType:Wd.Fixed,collisionGroup:Ly.Ground}),this.addComponent(new DamageComponent({amount:1,cancelContactOnDamage:!1}))}static __type=[()=>Cp,`args`,`constructor`,`SpikeTile`,`P7!P!2""0#5w$`]},OutlineMaterial=class extends pp{constructor(e,R=1){super({name:`outline-material`,fragmentSource:`#version 300 es
|
|
1129
1129
|
precision mediump float;
|
|
1130
1130
|
|
|
1131
1131
|
uniform float u_time_ms;
|
|
@@ -1160,7 +1160,7 @@ Pass an engine parameter to ex.coroutine(engine, function * {...})`)}let be=!1,C
|
|
|
1160
1160
|
float factor = smoothstep(0.5, 0.7, mat.a);
|
|
1161
1161
|
fragColor = mix(fragColor, mat, factor);
|
|
1162
1162
|
}
|
|
1163
|
-
`,graphicsContext:e})}static __type=[()=>pp,`ctx`,`thickness`,()=>1,`constructor`,`OutlineMaterial`,`P7!P!2"'2#>$"0%5w&`]},LevelOverlay=class extends ScreenElement{playerQuery;coinCounter;constructor(){super({z:1e3,anchor:vec(0,0),color:zd.Green})}get player(){return this.playerQuery.entities[0]}onInitialize(e){this.coinCounter=new CoinCounter({z:this.z}),this.playerQuery=e.currentScene.world.queryTags([`player`]),this.coinCounter.pos=vec(16,16),this.addChild(this.coinCounter),this.pos=vec(this.viewport.left,this.viewport.top)}get viewport(){if(this.scene){let e=this.scene.camera,R=this.scene.engine;return new rf({left:e.drawPos.x-R.halfDrawWidth,top:e.drawPos.y-R.halfDrawHeight,right:R.drawWidth,bottom:R.drawHeight})}return new rf}static __type=[()=>ScreenElement,`playerQuery`,()=>CoinCounter,`coinCounter`,`constructor`,`engine`,`onInitialize`,`LevelOverlay`,`P7!!3";P7#3$;P"0%!P!2&$0'!5w(`]},CoinCounter=class extends ScreenElement{label;constructor(e={}){super({...e,anchor:vec(0,.5)})}onInitialize(e){this.label=new Label({anchor:vec(0,.5),text:`0`,pos:vec(24,-1),font:Ny.fonts.round.toFont({size:20}),color:zd.White,z:this.z,coordPlane:Pd.Screen}),this.label.graphics.material=new OutlineMaterial(e.graphicsContext,2),this.addChild(this.label);let R=new Cp({anchor:vec(0,.5),x:0,y:8,coordPlane:Pd.Screen,z:this.z});R.graphics.use(Ny.img.coinsUi.toSprite()),this.addChild(R)}onPreUpdate(e,R){this.label.text=rb.coins.toString()}static __type=[()=>ScreenElement,`label`,`args`,()=>({}),`constructor`,`engine`,`onInitialize`,`elapsed`,`onPreUpdate`,`CoinCounter`,`P7!!3";P!2#>$"0%P!2&$0'P!2&'2($0)5w*`]};const wb=[`K`,`T`,`Record`,`l'e#"Rb!b"Pde"!N#!w#y`];function __assignType$5(e,R){return e.__type=R,e}__name$1(__assignType$5,`__assignType`);var LevelScene=class extends Scene{song;tilemap;background;entityFactory={Player:__assignType$5(e=>new lb({x:e.object?.x??0,y:e.object?.y??0,z:e.layer.order??0}),[`props`,``,`P"2!"/"`]),MovingPlatform:__assignType$5(e=>{let R=e.object?.x??0,W=e.object?.y??0;return new MovingPlatform({x:R,y:W,z:e.layer.order??0,width:e.object?.tiledObject?.width??64,height:e.object?.tiledObject?.height??16},__assignType$5(Y=>{let X=e.object?.properties.get(`speed`)??20,ie=e.object?.properties.get(`path`),ae=e.layer.tiledObjectLayer.objects.find(__assignType$5(e=>e.id===ie,[`obj`,``,`P!2!"/"`]));Y.repeatForever(__assignType$5(e=>e.moveTo(vec(ae.x,ae.y),X).moveTo(vec(R,W),X),[`ctx`,``,`P"2!"/"`]))},[`actions`,``,`P"2!"/"`]))},[`props`,``,`P"2!"/"`]),Bouncepad:__assignType$5(e=>new Bouncepad({x:e.object?.x??0,y:e.object?.y??0,z:e.layer.order??0,type:e.object?.properties.get(`type`)}),[`props`,``,`P"2!"/"`]),SpiderEnemy:makeSpawner(__assignType$5((e,R)=>{let W=R.object?.properties.get(`type`);return new SpiderEnemy({...e,type:W??`green`})},[`args`,`props`,``,`P"2!"2""/#`])),BirdEnemy:makeSpawner(__assignType$5((e,R)=>{let W=R.object?.properties.get(`type`);return new BirdEnemy({...e,type:W??`purple`})},[`args`,`props`,``,`P"2!"2""/#`])),AxeHazard:__assignType$5(e=>new AxeHazard({x:e.object?.x??0,y:e.object?.y??0,z:e.layer.order??0}),[`props`,``,`P"2!"/"`]),CircularSawHazard:__assignType$5(e=>new CircularSawHazard({x:e.object?.x??0,y:e.object?.y??0,z:e.layer.order??0}),[`props`,``,`P"2!"/"`]),CoinItem:__assignType$5(e=>new CoinItem({x:e.object?.x??0,y:e.object?.y??0,z:e.layer.order??0}),[`props`,``,`P"2!"/"`]),Text:__assignType$5(e=>{let R=e.object?.tiledObject?.text?.text??``,W=e.object?.tiledObject?.text?.pixelsize??16,Y=e.object?.tiledObject?.width??100,X=e.object?.tiledObject?.height??100,ie=e.object?.x??0,ae=e.object?.y??0,le=(()=>{switch(e.object?.tiledObject?.text?.halign){case`center`:return Nf.Center;case`right`:return Nf.Right;default:return Nf.Left}})(),_e=(()=>{switch(e.object?.tiledObject?.text?.valign){case`center`:return Pf.Middle;case`bottom`:return Pf.Bottom;default:return Pf.Top}})();return new Label({x:ie,y:ae,text:R,width:Y,height:X,font:Ny.fonts.round.toFont({size:W,color:zd.White,textAlign:le,baseAlign:_e,shadow:{blur:2,offset:vec(2,2),color:zd.Black}}),z:e.layer.order??0})},[`props`,``,`P"2!"/"`])};constructor(e){super(),this.tilemap=e.tilemap,this.background=e.background,this.song=e.song;for(let[e,R]of Object.entries(this.entityFactory))this.tilemap.registerEntityFactory(e,R)}onInitialize(){this.tilemap.addToScene(this),this.add(new LevelOverlay),this.setupCollisionGroups(),this.setupCamera(),this.setupBackground(),this.setupWorldBounds(),this.setupOneWayPlatforms(),this.setupLadders(),this.setupSpikes()}onActivate(e){this.song&&Wy.playSong(this.song)}setupCollisionGroups(){let e=this.tilemap.getLayersByProperty(`solid`,!0);for(let R of e){let e=R.tilemap.get(Dp);e.group=Iy.Ground}}setupCamera(){let e=this.entities.find(__assignType$5(e=>e instanceof lb,[`e`,``,`P"2!"/"`]));this.camera.addStrategy(new LockToPlayerStrategy(e)),this.camera._cameraStrategies.reverse()}setupWorldBounds(){let e=this.tilemap.map.width*this.tilemap.map.tilewidth,R=this.tilemap.map.height*this.tilemap.map.tileheight,W=new Cp({collisionType:Wd.Fixed,collider:new mf([new Cf({begin:vec(0,0),end:vec(0,R)}),new Cf({begin:vec(0,R),end:vec(e,R)}),new Cf({begin:vec(e,R),end:vec(e,0)}),new Cf({begin:vec(e,0),end:vec(0,0)})])});this.engine.add(W)}setupBackground(){this.add(new ScrollingBackground({image:this.background}))}setupOneWayPlatforms(){let e=this.tilemap.getTilesByProperty(`oneway`,!0),R=this.tilemap.map.tilewidth,W=this.tilemap.map.tileheight;for(let{exTile:Y}of e){let e=Y.x,X=Y.y,ie=new OneWayPlatform({x:e*R,y:X*W,width:R,height:W});this.add(ie)}}setupLadders(){let e=this.tilemap.getTilesByProperty(`ladder`,!0),R=this.tilemap.map.tilewidth,W=this.tilemap.map.tileheight;for(let{exTile:Y}of e){let e=Y.x,X=Y.y,ie=new LadderTile({x:e*R,y:X*W,width:R,height:W});this.add(ie)}}setupSpikes(){let e=this.tilemap.getTilesByProperty(`spike`,!0),R=this.tilemap.map.tilewidth,W=this.tilemap.map.tileheight;for(let{exTile:Y}of e){let e=Y.x,X=Y.y,ie=new SpikeTile({x:e*R,y:X*W,width:R,height:W});this.add(ie)}}static __type=[()=>Scene,`song`,()=>My,`tilemap`,`background`,()=>wb,`FactoryProps`,`props`,``,`entityFactory`,function(){return{Player:__assignType$5(e=>new lb({x:e.object?.x??0,y:e.object?.y??0,z:e.layer.order??0}),[`props`,``,`P"2!"/"`]),MovingPlatform:__assignType$5(e=>{let R=e.object?.x??0,W=e.object?.y??0;return new MovingPlatform({x:R,y:W,z:e.layer.order??0,width:e.object?.tiledObject?.width??64,height:e.object?.tiledObject?.height??16},__assignType$5(Y=>{let X=e.object?.properties.get(`speed`)??20,ie=e.object?.properties.get(`path`),ae=e.layer.tiledObjectLayer.objects.find(__assignType$5(e=>e.id===ie,[`obj`,``,`P!2!"/"`]));Y.repeatForever(__assignType$5(e=>e.moveTo(vec(ae.x,ae.y),X).moveTo(vec(R,W),X),[`ctx`,``,`P"2!"/"`]))},[`actions`,``,`P"2!"/"`]))},[`props`,``,`P"2!"/"`]),Bouncepad:__assignType$5(e=>new Bouncepad({x:e.object?.x??0,y:e.object?.y??0,z:e.layer.order??0,type:e.object?.properties.get(`type`)}),[`props`,``,`P"2!"/"`]),SpiderEnemy:makeSpawner(__assignType$5((e,R)=>{let W=R.object?.properties.get(`type`);return new SpiderEnemy({...e,type:W??`green`})},[`args`,`props`,``,`P"2!"2""/#`])),BirdEnemy:makeSpawner(__assignType$5((e,R)=>{let W=R.object?.properties.get(`type`);return new BirdEnemy({...e,type:W??`purple`})},[`args`,`props`,``,`P"2!"2""/#`])),AxeHazard:__assignType$5(e=>new AxeHazard({x:e.object?.x??0,y:e.object?.y??0,z:e.layer.order??0}),[`props`,``,`P"2!"/"`]),CircularSawHazard:__assignType$5(e=>new CircularSawHazard({x:e.object?.x??0,y:e.object?.y??0,z:e.layer.order??0}),[`props`,``,`P"2!"/"`]),CoinItem:__assignType$5(e=>new CoinItem({x:e.object?.x??0,y:e.object?.y??0,z:e.layer.order??0}),[`props`,``,`P"2!"/"`]),Text:__assignType$5(e=>{let R=e.object?.tiledObject?.text?.text??``,W=e.object?.tiledObject?.text?.pixelsize??16,Y=e.object?.tiledObject?.width??100,X=e.object?.tiledObject?.height??100,ie=e.object?.x??0,ae=e.object?.y??0,le=(()=>{switch(e.object?.tiledObject?.text?.halign){case`center`:return Nf.Center;case`right`:return Nf.Right;default:return Nf.Left}})(),_e=(()=>{switch(e.object?.tiledObject?.text?.valign){case`center`:return Pf.Middle;case`bottom`:return Pf.Bottom;default:return Pf.Top}})();return new Label({x:ie,y:ae,text:R,width:Y,height:X,font:Ny.fonts.round.toFont({size:W,color:zd.White,textAlign:le,baseAlign:_e,shadow:{blur:2,offset:vec(2,2),color:zd.Black}}),z:e.layer.order??0})},[`props`,``,`P"2!"/"`])}},()=>My,`args`,`constructor`,`onInitialize`,`context`,`onActivate`,`setupCollisionGroups`,`setupCamera`,`setupWorldBounds`,`setupBackground`,`setupOneWayPlatforms`,`setupLadders`,`setupSpikes`,`LevelScene`,`P7!!3"8P7#3$!3%&P"w'2(P!-J/)o*>+PPP7,4$!4%!4"8M2-"0.P"0/P!20$01P"02P"03P"04P"05P"06P"07P"085w9`]};function makeSpawner(e){return __assignType$5(R=>{let W=R.object?.x??0,Y=R.object?.y??0,X=R.layer.order??0;return new EnemySpawner({x:W,y:Y,spawn:()=>e({x:W,y:Y,z:X},R)})},[`FactoryProps`,`props`,``,`P"w!2""/#`])}makeSpawner.__type=[`x`,`y`,`z`,`actorArgs`,`FactoryProps`,`props`,``,`spawn`,`makeSpawner`,`PPP'4!'4"'4#M2$"w%2&"/'2("/)`];var Level1=class extends LevelScene{constructor(){super({tilemap:Ny.tiled.level1,background:Ny.img.level1Background,song:Ny.music.stage1})}static __type=[()=>LevelScene,`constructor`,`Level1`,`P7!P"0"5w#`]};function __assignType$4(e,R){return e.__type=R,e}__name$1(__assignType$4,`__assignType`);var Demo=class extends Scene{onInitialize(){let e=new lb({x:320,y:32});this.add(e);for(let e=0;e<3200/32;e++)for(let R=0;R<256/32;R++){let W=(e+R)%2==0;this.add(new Cp({name:`checkerboard-${e}-${R}`,x:-100+e*32,y:100+R*32,width:32,height:32,anchor:vec(.5,.5),color:W?zd.fromRGB(0,100,0):zd.Green,collisionType:Wd.Fixed}))}let R=[vec(-128,16),vec(0,-16),vec(128,16)],W=new Cp({name:`triangle`,x:100,y:68,collider:new wf({points:R}),collisionType:Wd.Fixed}),Y=new $f({points:R,color:zd.Green,filtering:Lf.Pixel,smoothing:!1,quality:4});W.graphics.use(Y),this.add(W);let X=new Cp({name:`leftwall`,x:-100,y:100,width:100,height:800,anchor:vec(.5,.5),color:zd.Green,collisionType:Wd.Fixed});this.add(X);let ie=new MovingPlatform({x:350,y:50,width:100,height:16},__assignType$4(e=>e.repeatForever(__assignType$4(e=>e.moveBy(50,-50,100).moveBy(50,50,100).moveBy(-50,-50,500).moveBy(-50,50,500),[`builder`,``,`P"2!"/"`])),[`actions`,``,`P"2!"/"`]));this.add(ie),this.camera.strategy.lockToActor(e)}static __type=[()=>Scene,`onInitialize`,`Demo`,`P7!P"0"5w#`]};Et();function __assignType$3(e,R){return e.__type=R,e}__name$1(__assignType$3,`__assignType`);const Tb=[`platform`,`frames`,`fps_avg`,`fps_min`,`fps_max`,`update_avg_ms`,`draw_avg_ms`,`frame_avg_ms`,`dropped`,`PerfStats`,`P&4!'4"'4#'4$'4%'4&'4''4('4)Mw*y`];var PerformanceMonitor=class{_platform;_updateStart=0;_drawStart=0;_frameStart=0;_firstFrame=!0;_frameTimes=[];_updateTimes=[];_drawTimes=[];_droppedFrames=0;_sampleCount=0;_logInterval=60;_logToConsole=!1;_updateCallback;_lastStats=null;constructor(e){this._platform=e}get lastStats(){return this._lastStats}setLogging(e){this._logToConsole=e}onUpdate(e){this._updateCallback=e}attach(e,R=!1){this._logToConsole=R,e.on(`preupdate`,()=>{this._updateStart=performance.now()}),e.on(`postupdate`,()=>{this._updateTimes.push(performance.now()-this._updateStart)}),e.on(`predraw`,()=>{this._drawStart=performance.now()}),e.on(`postdraw`,()=>{this._drawTimes.push(performance.now()-this._drawStart);let e=performance.now();if(!this._firstFrame){let R=e-this._frameStart;this._frameTimes.push(R),R>20&&this._droppedFrames++}this._frameStart=e,this._firstFrame=!1,this._sampleCount++,this._sampleCount>=this._logInterval&&(this._report(),this._frameTimes=[],this._updateTimes=[],this._drawTimes=[],this._droppedFrames=0,this._sampleCount=0)})}_avg(e){return e.length?e.reduce(__assignType$3((e,R)=>e+R,[`a`,`b`,``,`P"2!"2""/#`]),0)/e.length:0}_report(){let e=this._avg(this._frameTimes),R=this._frameTimes.length?Math.max(...this._frameTimes):0,W=this._frameTimes.length?Math.min(...this._frameTimes):0,Y={platform:this._platform,frames:this._frameTimes.length,fps_avg:+(e>0?1e3/e:0).toFixed(1),fps_min:+(R>0?1e3/R:0).toFixed(1),fps_max:+(W>0?1e3/W:0).toFixed(1),update_avg_ms:+this._avg(this._updateTimes).toFixed(2),draw_avg_ms:+this._avg(this._drawTimes).toFixed(2),frame_avg_ms:+e.toFixed(2),dropped:this._droppedFrames};this._lastStats=Y,this._logToConsole&&Tt.log(`[PERF]`,JSON.stringify(Y)),this._updateCallback?.(Y)}static __type=[`_platform`,`_updateStart`,function(){return 0},`_drawStart`,function(){return 0},`_frameStart`,function(){return 0},`_firstFrame`,function(){return!0},`_frameTimes`,function(){return[]},`_updateTimes`,function(){return[]},`_drawTimes`,function(){return[]},`_droppedFrames`,function(){return 0},`_sampleCount`,function(){return 0},`_logInterval`,function(){return 60},`_logToConsole`,function(){return!1},()=>Tb,`stats`,``,`_updateCallback`,()=>Tb,`_lastStats`,function(){return null},`gjs`,`browser`,`platform`,`constructor`,`enabled`,`setLogging`,()=>Tb,`cb`,`onUpdate`,`engine`,`logToConsole`,`attach`,`arr`,`_avg`,`_report`,`PerformanceMonitor`,`&3!9;'3";>#'3$;>%'3&;>')3(;>)'F3*;>+'F3,;>-'F3.;>/'30;>1'32;>3'349;>5)36;>7Pn829$/:3;8;Pn<,J3=;>>PP.?.@J2A"0B!P)2C$0DPPnE29$/:2F$0GP!2H"2I$0JP'F2K'0L;P$0M;5wN`]};function __assignType$2(e,R){return e.__type=R,e}__name$1(__assignType$2,`__assignType`);var PerformanceHUD=class extends ScreenElement{_lines=[];_frameCount=0;_monitor;_platform;_hudVisible=!1;constructor(e,R){super({pos:vec(3,3),anchor:vec(0,0),z:9999,coordPlane:Pd.Screen}),this._monitor=e,this._platform=R}onInitialize(e){let R=new gp({family:`monospace`,size:7}),W=[`[${this._platform.toUpperCase()}] FPS: --`,`Frame: --ms Dropped: --`,`Update: --ms Draw: --ms`,`F1: toggle`];for(let e=0;e<W.length;e++){let Y=new Label({text:W[e],pos:vec(0,e*9),anchor:vec(0,0),font:R,color:zd.Black,z:this.z,coordPlane:Pd.Screen});this._lines.push(Y),this.addChild(Y)}this._lines.forEach(__assignType$2(e=>{e.graphics.opacity=0},[`l`,``,`P"2!"/"`])),e.input.keyboard.on(`press`,__assignType$2(e=>{e.key===Bp.F1&&(this._hudVisible=!this._hudVisible,this._lines.forEach(__assignType$2(e=>{e.graphics.opacity=+!!this._hudVisible},[`l`,``,`P"2!"/"`])),this._monitor.setLogging(this._hudVisible))},[`evt`,``,`P!2!"/"`]))}onPreUpdate(e,R){if(this._frameCount++,this._frameCount<30)return;this._frameCount=0;let W=this._monitor.lastStats;W&&this._renderStats(W)}_renderStats(e){this._lines[0].text=`[${e.platform.toUpperCase()}] FPS: ${e.fps_avg.toFixed(1)} (min:${e.fps_min.toFixed(1)})`,this._lines[1].text=`Frame: ${e.frame_avg_ms.toFixed(1)}ms Dropped: ${e.dropped}/${e.frames}`,this._lines[2].text=`Update: ${e.update_avg_ms.toFixed(1)}ms Draw: ${e.draw_avg_ms.toFixed(1)}ms`,this._lines[3].text=`F1: toggle HUD`}static __type=[()=>ScreenElement,`_lines`,function(){return[]},`_frameCount`,function(){return 0},`PerformanceMonitor`,`_monitor`,`_platform`,`_hudVisible`,function(){return!1},`monitor`,`platform`,`constructor`,`engine`,`onInitialize`,`_engine`,`_delta`,`onPreUpdate`,`PerfStats`,`s`,`_renderStats`,`PerformanceHUD`,`P7!!F3"9;>#'3$;>%"w&3'9;&3(9;)3);>*P"w&2+&2,"0-P!2.$0/P!20'21$02P"w324$05;5w6`]};const Eb=[()=>Db,`height`,`width`,`frameRequestRate`,()=>Ob,`captureStream`,`2d`,`contextId`,()=>kb,`options`,()=>Ab,`getContext`,`bitmaprenderer`,()=>jb,()=>Mb,`webgl`,()=>Nb,()=>Pb,`webgl2`,()=>Nb,()=>Fb,()=>Ib,()=>Lb,`callback`,`type`,`quality`,`toBlob`,`toDataURL`,()=>Rb,`transferControlToOffscreen`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLCanvasElement`,`Pn!'4"'4#P'2$8n%1&P.'2(n)2*8Pn+,J1,P.-2(n.2*8Pn/,J1,P.02(n12*8Pn2,J1,P.32(n42*8Pn5,J1,P&2("2*8Pn6,J1,Pn728&298'2:8$1;P&298'2:8&1<Pn=1>P"29Pn?2@nA"f2B"/C2DP)nEJ2*8$1FP&29nG2DP)nHJ2*8$1FP"29PnI2@nJ"f2B"/C2DP)nKJ2*8$1LP&29nM2DP)nNJ2*8$1LMwOy`],Db=[()=>Ub,()=>Wb,()=>Gb,()=>Kb,()=>qb,`accessKey`,`accessKeyLabel`,`autocapitalize`,`autocorrect`,`dir`,`draggable`,`hidden`,`inert`,`innerText`,`lang`,`offsetHeight`,`offsetLeft`,()=>Ub,`offsetParent`,`offsetTop`,`offsetWidth`,`outerText`,`popover`,`spellcheck`,`title`,`translate`,`writingSuggestions`,()=>Jb,`attachInternals`,`click`,`hidePopover`,`showPopover`,`options`,`togglePopover`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLElement`,`Pn!n"n#n$n%&4&&4'9&4()4)&4*)4+)4,)4-&4.&4/'409'419Pn2,J439'449'459&46P&,J47)48&49)4:&4;Pn<1=P$1>P$1?P$1@P)2A8)1BP"2CPnD2EnF"f2G"/H2IP)nJJ2A8$1KP&2CnL2IP)nMJ2A8$1KP"2CPnN2EnO"f2G"/H2IP)nPJ2A8$1QP&2CnR2IP)nSJ2A8$1QMwTy`],Ob=[()=>Yb,`active`,`id`,0,`this`,()=>Xb,`ev`,``,`onaddtrack`,0,()=>Xb,`onremovetrack`,()=>Zb,`track`,`addTrack`,0,`clone`,()=>Zb,`getAudioTracks`,`trackId`,()=>Zb,`getTrackById`,()=>Zb,`getTracks`,()=>Zb,`getVideoTracks`,()=>Zb,`removeTrack`,`type`,0,()=>Qb,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>Qb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`MediaStream`,`Pn!)4"9&4#9PPn$2%n&2'"/(,J4)PPn*2%n+2'"/(,J4,Pn-2.$1/Pn011Pn2F13P&24Pn5,J16Pn7F18Pn9F1:Pn;2.$1<P"2=Pn>2%n?"f2'"/(2@P)nAJ2B8$1CP&2=nD2@P)nEJ2B8$1CP"2=PnF2%nG"f2'"/(2@P)nHJ2B8$1IP&2=nJ2@P)nKJ2B8$1IMwLy`],kb=[`alpha`,()=>$b,`colorSpace`,`desynchronized`,`willReadFrequently`,`CanvasRenderingContext2DSettings`,`P)4!8n"4#8)4$8)4%8Mw&y`],Ab=[()=>ex,()=>tx,()=>nx,()=>rx,()=>ix,()=>ax,()=>ox,()=>sx,()=>cx,()=>lx,()=>ux,()=>dx,()=>fx,()=>px,()=>mx,()=>hx,()=>gx,()=>Eb,`canvas`,`CanvasRenderingContext2D`,`Pn!n"n#n$n%n&n'n(n)n*n+n,n-n.n/n0n1n2439Mw4y`],jb=[`alpha`,`ImageBitmapRenderingContextSettings`,`P)4!8Mw"y`],Mb=[()=>Eb,()=>Rb,`canvas`,()=>_x,`bitmap`,`transferFromImageBitmap`,`ImageBitmapRenderingContext`,`PPn!n"J4#9PPn$,J2%$1&Mw'y`],Nb=[`alpha`,`antialias`,`depth`,`desynchronized`,`failIfMajorPerformanceCaveat`,()=>vx,`powerPreference`,`premultipliedAlpha`,`preserveDrawingBuffer`,`stencil`,`WebGLContextAttributes`,`P)4!8)4"8)4#8)4$8)4%8n&4'8)4(8)4)8)4*8Mw+y`],Pb=[()=>yx,()=>bx,`WebGLRenderingContext`,`Pn!n"Mw#y`],Fb=[()=>xx,()=>Sx,()=>yx,`WebGL2RenderingContext`,`Pn!n"n#Mw$y`],Ib=[()=>Ab,()=>Mb,()=>Pb,()=>Fb,`RenderingContext`,`Pn!n"n#n$Jw%y`],Lb=[()=>Cx,`blob`,``,`BlobCallback`,`PPPn!,J2"$v#Mw$y`],Rb=[()=>Yb,`height`,0,`this`,()=>wx,`ev`,``,`oncontextlost`,0,()=>wx,`oncontextrestored`,`width`,()=>Tx,`options`,()=>Cx,`convertToBlob`,`2d`,`contextId`,()=>Ex,`getContext`,`bitmaprenderer`,()=>Mb,`webgl`,()=>Pb,`webgl2`,()=>Fb,()=>Dx,()=>Ox,()=>_x,`transferToImageBitmap`,`type`,0,()=>kx,`listener`,()=>Bb,`addEventListener`,()=>Vb,()=>Bb,0,()=>kx,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`OffscreenCanvas`,`Pn!'4"PPn#2$n%2&"/',J4(PPn)2$n*2&"/',J4+'4,Pn-2.8n/\`10P.122"2.8Pn3,J14P.522"2.8Pn6,J14P.722"2.8Pn8,J14P.922"2.8Pn:,J14Pn;22"2.8Pn<,J14Pn=1>P"2?Pn@2$nA"f2&"/'2BP)nCJ2.8$1DP&2?nE2BP)nFJ2.8$1DP"2?PnG2$nH"f2&"/'2BP)nIJ2.8$1JP&2?nK2BP)nLJ2.8$1JMwMy`],zb=[()=>Ax,()=>jx,`HTMLElementEventMap`,`Pn!n"Mw#y`],Bb=[()=>Hb,`once`,`passive`,()=>Mx,`signal`,`AddEventListenerOptions`,`Pn!)4"8)4#8n$4%8Mw&y`],Vb=[()=>Nx,()=>Px,`EventListenerOrEventListenerObject`,`Pn!n"Jw#y`],Hb=[`capture`,`EventListenerOptions`,`P)4!8Mw"y`],Ub=[()=>Fx,()=>Ix,()=>Lx,()=>Rx,()=>zx,()=>Bx,()=>Vx,()=>Hx,`attributes`,`className`,`clientHeight`,`clientLeft`,`clientTop`,`clientWidth`,`currentCSSZoom`,`id`,`innerHTML`,`localName`,`namespaceURI`,0,`this`,()=>wx,`ev`,``,`onfullscreenchange`,0,()=>wx,`onfullscreenerror`,`outerHTML`,()=>Ux,`ownerDocument`,`prefix`,`scrollHeight`,`scrollLeft`,`scrollTop`,`scrollWidth`,()=>Wx,`shadowRoot`,`slot`,`tagName`,()=>Gx,`init`,()=>Wx,`attachShadow`,()=>Kx,`options`,`checkVisibility`,`selector`,()=>qx,`closest`,()=>Jx,()=>Yx,`selectors`,()=>Xx,`computedStyleMap`,`qualifiedName`,`getAttribute`,`namespace`,`getAttributeNS`,`getAttributeNames`,()=>Zx,`getAttributeNode`,()=>Zx,`getAttributeNodeNS`,()=>Qx,`getBoundingClientRect`,()=>$x,`getClientRects`,`classNames`,()=>eS,0,`getElementsByClassName`,()=>eS,()=>qx,`getElementsByTagName`,()=>eS,()=>Jx,()=>eS,()=>Yx,()=>eS,()=>tS,()=>eS,0,`http://www.w3.org/1999/xhtml`,()=>eS,()=>Db,`getElementsByTagNameNS`,`http://www.w3.org/2000/svg`,()=>eS,()=>nS,`http://www.w3.org/1998/Math/MathML`,()=>eS,()=>rS,()=>eS,0,()=>iS,`getHTML`,`hasAttribute`,`hasAttributeNS`,`hasAttributes`,`pointerId`,`hasPointerCapture`,()=>aS,`where`,0,`element`,0,`insertAdjacentElement`,()=>aS,`position`,`string`,`insertAdjacentHTML`,()=>aS,`data`,`insertAdjacentText`,`matches`,`releasePointerCapture`,`removeAttribute`,`removeAttributeNS`,()=>Zx,`attr`,()=>Zx,`removeAttributeNode`,()=>oS,`requestFullscreen`,()=>sS,`requestPointerLock`,()=>cS,`scroll`,`x`,`y`,()=>cS,`scrollBy`,()=>lS,`arg`,`scrollIntoView`,()=>cS,`scrollTo`,`value`,`setAttribute`,`setAttributeNS`,()=>Zx,()=>Zx,`setAttributeNode`,()=>Zx,()=>Zx,`setAttributeNodeNS`,`html`,`setHTMLUnsafe`,`setPointerCapture`,`force`,`toggleAttribute`,`webkitMatchesSelector`,`type`,0,()=>Ax,`listener`,()=>Bb,`addEventListener`,()=>Vb,()=>Bb,0,()=>Ax,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`Element`,`Pn!n"n#n$n%n&n'n(4)9!!&4*'4+9'4,9'4-9'4.9'4/9&40&41&429P&,J439PPn425n627"/8,J49PPn:25n;27"/8,J4<&4=n>4?9!!P&,J4@9'4A9'4B'4C'4D9PnE,J4F9&4G&4H9PnI2JnK1LPnM2N8)1OP"2PPnQ"f,J1RP"2PPnS"f,J1RP"2PPnT"f,J1RP&2UP",J1RPnV1WP&2XP&,J1YPP&,J2Z&22P&,J1[P&F1\\P&2XPn],J1^PP&,J2Z&22Pn_,J1\`Pna1bPnc1dP&2engof"1hP"2Xnj"foi"1kP"2Xnm"fol"1kP"2Xno"fon"1kP"2Xnq"fop"1kP&2Xnsor"1kP.t23&22nvou"1wP.x23&22nzoy"1wP.{23&22n}o|"1wPP&,J2Z&22no~"1wPn2N8&1P&2X)1PP&,J2Z&22)1P)1P'2
)1Pn2n2Pn,J1Pn2&2$1Pn2&2$1P&2U)1P'2
$1P&2X$1PP&,J2Z&22$1Pn2n1Pn2N8$\`1Pn2N8$\`1Pn\xA02N8$1¡P'2¢'2£$1¡Pn¤2N8$1¥P'2¢'2£$1¥PP)n¦J2§8$1¨Pn©2N8$1ªP'2¢'2£$1ªP&2X&2«$1¬PP&,J2Z&2X&2«$1Pn®2Pn¯,J1°Pn±2Pn²,J1³P&2´$1µP'2
$1¶P&2X)2·8)1¸P&2U)1¹!!P"2ºPn»25n¼"f27"/82½P)n¾J2N8$1¿P&2ºnÀ2½P)nÁJ2N8$1¿P"2ºPnÂ25nÃ"f27"/82½P)nÄJ2N8$1ÅP&2ºnÆ2½P)nÇJ2N8$1ÅMwÈy`],Wb=[()=>uS,`attributeStyleMap`,`ElementCSSInlineStyle`,`Pn!4"9!!Mw#y`],Gb=[`contentEditable`,`enterKeyHint`,`inputMode`,`isContentEditable`,`ElementContentEditable`,`P&4!&4"&4#)4$9Mw%y`],Kb=[0,`this`,()=>dS,`ev`,``,`onabort`,0,()=>fS,`onanimationcancel`,0,()=>fS,`onanimationend`,0,()=>fS,`onanimationiteration`,0,()=>fS,`onanimationstart`,0,()=>pS,`onauxclick`,0,()=>mS,`onbeforeinput`,0,()=>wx,`onbeforematch`,0,()=>hS,`onbeforetoggle`,0,()=>gS,`onblur`,0,()=>wx,`oncancel`,0,()=>wx,`oncanplay`,0,()=>wx,`oncanplaythrough`,0,()=>wx,`onchange`,0,()=>pS,`onclick`,0,()=>wx,`onclose`,0,()=>wx,`oncontextlost`,0,()=>pS,`oncontextmenu`,0,()=>wx,`oncontextrestored`,0,()=>_S,`oncopy`,0,()=>wx,`oncuechange`,0,()=>_S,`oncut`,0,()=>vS,`ondblclick`,0,()=>yS,`ondrag`,0,()=>yS,`ondragend`,0,()=>yS,`ondragenter`,0,()=>yS,`ondragleave`,0,()=>yS,`ondragover`,0,()=>yS,`ondragstart`,0,()=>yS,`ondrop`,0,()=>wx,`ondurationchange`,0,()=>wx,`onemptied`,0,()=>wx,`onended`,()=>bS,`onerror`,0,()=>gS,`onfocus`,0,()=>xS,`onformdata`,0,()=>pS,`ongotpointercapture`,0,()=>wx,`oninput`,0,()=>wx,`oninvalid`,0,()=>SS,`onkeydown`,0,()=>SS,`onkeypress`,0,()=>SS,`onkeyup`,0,()=>wx,`onload`,0,()=>wx,`onloadeddata`,0,()=>wx,`onloadedmetadata`,0,()=>wx,`onloadstart`,0,()=>pS,`onlostpointercapture`,0,()=>vS,`onmousedown`,0,()=>vS,`onmouseenter`,0,()=>vS,`onmouseleave`,0,()=>vS,`onmousemove`,0,()=>vS,`onmouseout`,0,()=>vS,`onmouseover`,0,()=>vS,`onmouseup`,0,()=>_S,`onpaste`,0,()=>wx,`onpause`,0,()=>wx,`onplay`,0,()=>wx,`onplaying`,0,()=>pS,`onpointercancel`,0,()=>pS,`onpointerdown`,0,()=>pS,`onpointerenter`,0,()=>pS,`onpointerleave`,0,()=>pS,`onpointermove`,0,()=>pS,`onpointerout`,0,()=>pS,`onpointerover`,0,()=>wx,`onpointerrawupdate`,0,()=>pS,`onpointerup`,0,()=>CS,`onprogress`,0,()=>wx,`onratechange`,0,()=>wx,`onreset`,0,()=>dS,`onresize`,0,()=>wx,`onscroll`,0,()=>wx,`onscrollend`,0,()=>wS,`onsecuritypolicyviolation`,0,()=>wx,`onseeked`,0,()=>wx,`onseeking`,0,()=>wx,`onselect`,0,()=>wx,`onselectionchange`,0,()=>wx,`onselectstart`,0,()=>wx,`onslotchange`,0,()=>wx,`onstalled`,0,()=>TS,`onsubmit`,0,()=>wx,`onsuspend`,0,()=>wx,`ontimeupdate`,0,()=>hS,`ontoggle`,0,()=>ES,`ontouchcancel`,0,()=>ES,`ontouchend`,0,()=>ES,`ontouchmove`,0,()=>ES,`ontouchstart`,0,()=>DS,`ontransitioncancel`,0,()=>DS,`ontransitionend`,0,()=>DS,`ontransitionrun`,0,()=>DS,`ontransitionstart`,0,()=>wx,`onvolumechange`,0,()=>wx,`onwaiting`,0,()=>wx,`onwebkitanimationend`,0,()=>wx,`onwebkitanimationiteration`,0,()=>wx,`onwebkitanimationstart`,0,()=>wx,`onwebkittransitionend`,0,()=>OS,`onwheel`,`type`,0,()=>jx,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>jx,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`GlobalEventHandlers`,`PPPn!2"n#2$"/%,J4&PPn'2"n(2$"/%,J4)PPn*2"n+2$"/%,J4,PPn-2"n.2$"/%,J4/PPn02"n12$"/%,J42PPn32"n42$"/%,J45PPn62"n72$"/%,J48PPn92"n:2$"/%,J4;PPn<2"n=2$"/%,J4>PPn?2"n@2$"/%,J4APPnB2"nC2$"/%,J4DPPnE2"nF2$"/%,J4GPPnH2"nI2$"/%,J4JPPnK2"nL2$"/%,J4MPPnN2"nO2$"/%,J4PPPnQ2"nR2$"/%,J4SPPnT2"nU2$"/%,J4VPPnW2"nX2$"/%,J4YPPnZ2"n[2$"/%,J4\\PPn]2"n^2$"/%,J4_PPn\`2"na2$"/%,J4bPPnc2"nd2$"/%,J4ePPnf2"ng2$"/%,J4hPPni2"nj2$"/%,J4kPPnl2"nm2$"/%,J4nPPno2"np2$"/%,J4qPPnr2"ns2$"/%,J4tPPnu2"nv2$"/%,J4wPPnx2"ny2$"/%,J4zPPn{2"n|2$"/%,J4}PPn~2"n2$"/%,J4PPn2"n2$"/%,J4PPn2"n
2$"/%,J4n4PPn2"n2$"/%,J4PPn2"n2$"/%,J4PPn2"n2$"/%,J4PPn2"n2$"/%,J4PPn2"n2$"/%,J4PPn2"n2$"/%,J4PPn2"n2$"/%,J4PPn2"n2$"/%,J4\xA0PPn¡2"n¢2$"/%,J4£PPn¤2"n¥2$"/%,J4¦PPn§2"n¨2$"/%,J4©PPnª2"n«2$"/%,J4¬PPn2"n®2$"/%,J4¯PPn°2"n±2$"/%,J4²PPn³2"n´2$"/%,J4µPPn¶2"n·2$"/%,J4¸PPn¹2"nº2$"/%,J4»PPn¼2"n½2$"/%,J4¾PPn¿2"nÀ2$"/%,J4ÁPPnÂ2"nÃ2$"/%,J4ÄPPnÅ2"nÆ2$"/%,J4ÇPPnÈ2"nÉ2$"/%,J4ÊPPnË2"nÌ2$"/%,J4ÍPPnÎ2"nÏ2$"/%,J4ÐPPnÑ2"nÒ2$"/%,J4ÓPPnÔ2"nÕ2$"/%,J4ÖPPn×2"nØ2$"/%,J4ÙPPnÚ2"nÛ2$"/%,J4ÜPPnÝ2"nÞ2$"/%,J4ßPPnà2"ná2$"/%,J4âPPnã2"nä2$"/%,J4åPPnæ2"nç2$"/%,J4èPPné2"nê2$"/%,J4ëPPnì2"ní2$"/%,J4îPPnï2"nð2$"/%,J4ñPPnò2"nó2$"/%,J4ôPPnõ2"nö2$"/%,J4÷PPnø2"nù2$"/%,J4úPPnû2"nü2$"/%,J4ýPPnþ2"nÿ2$"/%,J4ĀPPnā2"nĂ2$"/%,J4ăPPnĄ2"ną2$"/%,J4ĆPPnć2"nĈ2$"/%,J4ĉPPnĊ2"nċ2$"/%,J4ČPPnč2"nĎ2$"/%,J4ďPPnĐ2"nđ2$"/%,J4ĒPPnē2"nĔ2$"/%,J4ĕPPnĖ2"nė2$"/%,J4ĘPPnę2"nĚ2$"/%,J4ěPPnĜ2"nĝ2$"/%,J4ĞPPnğ2"nĠ2$"/%,J4ġPPnĢ2"nģ2$"/%,-J4Ĥ8PPnĥ2"nĦ2$"/%,-J4ħ8PPnĨ2"nĩ2$"/%,-J4Ī8PPnī2"nĬ2$"/%,-J4ĭ8PPnĮ2"nį2$"/%,J4İPPnı2"nIJ2$"/%,J4ijPPnĴ2"nĵ2$"/%,J4ĶPPnķ2"nĸ2$"/%,J4ĹPPnĺ2"nĻ2$"/%,J4ļPPnĽ2"nľ2$"/%,J4ĿPPnŀ2"nŁ2$"/%,J4łPPnŃ2"nń2$"/%,J4ŅPPnņ2"nŇ2$"/%,J4ňPPnʼn2"nŊ2$"/%,J4ŋPPnŌ2"nō2$"/%,J4ŎP"2ŏPnŐ2"nő"f2$"/%2ŒP)nœJ2Ŕ8$1ŕP&2ŏnŖ2ŒP)nŗJ2Ŕ8$1ŕP"2ŏPnŘ2"nř"f2$"/%2ŒP)nŚJ2Ŕ8$1śP&2ŏnŜ2ŒP)nŝJ2Ŕ8$1śMwŞy`],qb=[`autofocus`,()=>kS,`dataset`,`nonce`,`tabIndex`,`blur`,()=>AS,`options`,`focus`,`HTMLOrSVGElement`,`P)4!n"4#9&4$8'4%P$1&Pn'2(8$1)Mw*y`],Jb=[()=>Ix,()=>jS,`form`,()=>MS,`labels`,()=>Wx,`shadowRoot`,()=>NS,`states`,`validationMessage`,()=>PS,`validity`,`willValidate`,`checkValidity`,`reportValidity`,()=>FS,()=>IS,`value`,()=>FS,()=>IS,`state`,`setFormValue`,()=>LS,`flags`,`message`,()=>Db,`anchor`,`setValidity`,`ElementInternals`,`Pn!Pn",J4#9n$4%9Pn&,J4'9n(4)9&4*9n+4,9)4-9P)1.P)1/PPn0&n1,J22Pn3&n4,J258$16Pn7288&298n:2;8$1<Mw=y`],Yb=[`type`,()=>Vb,`callback`,()=>Bb,`options`,`addEventListener`,()=>wx,`event`,`dispatchEvent`,()=>Vb,()=>Hb,`removeEventListener`,`EventTarget`,`PP&2!Pn",J2#Pn$)J2%8$1&Pn'2()1)P&2!Pn*,J2#Pn+)J2%8$1,Mw-y`],Xb=[()=>wx,()=>Zb,`track`,`MediaStreamTrackEvent`,`Pn!n"4#9Mw$y`],Zb=[()=>Yb,`contentHint`,`enabled`,`id`,`kind`,`label`,`muted`,0,`this`,()=>wx,`ev`,``,`onended`,0,()=>wx,`onmute`,0,()=>wx,`onunmute`,()=>RS,`readyState`,()=>zS,`constraints`,`applyConstraints`,0,`clone`,()=>BS,`getCapabilities`,()=>zS,`getConstraints`,()=>VS,`getSettings`,`stop`,`type`,0,()=>HS,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>HS,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`MediaStreamTrack`,`Pn!&4")4#&4$9&4%9&4&9)4'9PPn(2)n*2+"/,,J4-PPn.2)n/2+"/,,J40PPn12)n22+"/,,J43n4459Pn6278$\`18Pn91:Pn;1<Pn=1>Pn?1@P$1AP"2BPnC2)nD"f2+"/,2EP)nFJ2G8$1HP&2BnI2EP)nJJ2G8$1HP"2BPnK2)nL"f2+"/,2EP)nMJ2G8$1NP&2BnO2EP)nPJ2G8$1NMwQy`],Qb=[()=>Xb,`addtrack`,()=>Xb,`removetrack`,`MediaStreamEventMap`,`Pn!4"n#4$Mw%y`],$b=[`display-p3`,`srgb`,`PredefinedColorSpace`,`P.!."Jw#y`],ex=[`globalAlpha`,()=>US,`globalCompositeOperation`,`CanvasCompositing`,`P'4!n"4#Mw$y`],tx=[()=>WS,`image`,`dx`,`dy`,`drawImage`,()=>WS,`dw`,`dh`,()=>WS,`sx`,`sy`,`sw`,`sh`,`CanvasDrawImage`,`PPn!2"'2#'2$$1%Pn&2"'2#'2$'2''2($1%Pn)2"'2*'2+'2,'2-'2#'2$'2''2($1%Mw.y`],nx=[`beginPath`,()=>GS,`fillRule`,`clip`,()=>KS,`path`,()=>GS,()=>GS,`fill`,()=>KS,()=>GS,`x`,`y`,()=>GS,`isPointInPath`,()=>KS,()=>GS,`isPointInStroke`,()=>KS,`stroke`,()=>KS,`CanvasDrawPath`,`PP$1!Pn"2#8$1$Pn%2&n'2#8$1$Pn(2#8$1)Pn*2&n+2#8$1)P'2,'2-n.2#8)1/Pn02&'2,'2-n12#8)1/P'2,'2-)12Pn32&'2,'2-)12P$14Pn52&$14Mw6y`],rx=[()=>qS,()=>JS,`fillStyle`,()=>qS,()=>JS,`strokeStyle`,`startAngle`,`x`,`y`,()=>qS,`createConicGradient`,`x0`,`y0`,`x1`,`y1`,()=>qS,`createLinearGradient`,()=>WS,`image`,`repetition`,()=>JS,`createPattern`,`r0`,`r1`,()=>qS,`createRadialGradient`,`CanvasFillStrokeStyles`,`PP&n!n"J4#P&n$n%J4&P'2''2('2)n*1+P'2,'2-'2.'2/n011Pn223P&,J24Pn5,J16P'2,'2-'27'2.'2/'28n91:Mw;y`],ix=[`filter`,`CanvasFilters`,`P&4!Mw"y`],ax=[`sw`,`sh`,()=>YS,`settings`,()=>XS,`createImageData`,()=>XS,`imageData`,()=>XS,`sx`,`sy`,()=>YS,()=>XS,`getImageData`,()=>XS,`dx`,`dy`,`putImageData`,()=>XS,`dirtyX`,`dirtyY`,`dirtyWidth`,`dirtyHeight`,`CanvasImageData`,`PP'2!'2"n#2$8n%1&Pn'2(n)1&P'2*'2+'2!'2"n,2$8n-1.Pn/2('20'21$12Pn32('20'21'24'25'26'27$12Mw8y`],ox=[`imageSmoothingEnabled`,()=>ZS,`imageSmoothingQuality`,`CanvasImageSmoothing`,`P)4!n"4#Mw$y`],sx=[`x`,`y`,`radius`,`startAngle`,`endAngle`,`counterclockwise`,`arc`,`x1`,`y1`,`x2`,`y2`,`arcTo`,`cp1x`,`cp1y`,`cp2x`,`cp2y`,`bezierCurveTo`,`closePath`,`radiusX`,`radiusY`,`rotation`,`ellipse`,`lineTo`,`moveTo`,`cpx`,`cpy`,`quadraticCurveTo`,`w`,`h`,`rect`,()=>QS,()=>QS,`radii`,`roundRect`,`CanvasPath`,`PP'2!'2"'2#'2$'2%)2&8$1'P'2('2)'2*'2+'2#$1,P'2-'2.'2/'20'2!'2"$11P$12P'2!'2"'23'24'25'2$'2%)2&8$16P'2!'2"$17P'2!'2"$18P'29'2:'2!'2"$1;P'2!'2"'2<'2=$1>P'2!'2"'2<'2=P'n?P'n@JFJ2A8$1BMwCy`],cx=[()=>$S,`lineCap`,`lineDashOffset`,()=>eC,`lineJoin`,`lineWidth`,`miterLimit`,`getLineDash`,`segments`,`setLineDash`,`CanvasPathDrawingStyles`,`Pn!4"'4#n$4%'4&'4'P'F1(P'F2)$1*Mw+y`],lx=[`x`,`y`,`w`,`h`,`clearRect`,`fillRect`,`strokeRect`,`CanvasRect`,`PP'2!'2"'2#'2$$1%P'2!'2"'2#'2$$1&P'2!'2"'2#'2$$1'Mw(y`],ux=[()=>kb,`getContextAttributes`,`CanvasSettings`,`PPn!1"Mw#y`],dx=[`shadowBlur`,`shadowColor`,`shadowOffsetX`,`shadowOffsetY`,`CanvasShadowStyles`,`P'4!&4"'4#'4$Mw%y`],fx=[`isContextLost`,`reset`,`restore`,`save`,`CanvasState`,`PP)1!P$1"P$1#P$1$Mw%y`],px=[`text`,`x`,`y`,`maxWidth`,`fillText`,()=>tC,`measureText`,`strokeText`,`CanvasText`,`PP&2!'2"'2#'2$8$1%P&2!n&1'P&2!'2"'2#'2$8$1(Mw)y`],mx=[()=>nC,`direction`,`font`,()=>rC,`fontKerning`,()=>iC,`fontStretch`,()=>aC,`fontVariantCaps`,`letterSpacing`,()=>oC,`textAlign`,()=>sC,`textBaseline`,()=>cC,`textRendering`,`wordSpacing`,`CanvasTextDrawingStyles`,`Pn!4"&4#n$4%n&4'n(4)&4*n+4,n-4.n/40&41Mw2y`],hx=[()=>lC,`getTransform`,`resetTransform`,`angle`,`rotate`,`x`,`y`,`scale`,`a`,`b`,`c`,`d`,`e`,`f`,`setTransform`,()=>uC,`transform`,`translate`,`CanvasTransform`,`PPn!1"P$1#P'2$$1%P'2&'2'$1(P'2)'2*'2+'2,'2-'2.$1/Pn0218$1/P'2)'2*'2+'2,'2-'2.$11P'2&'2'$12Mw3y`],gx=[()=>Ub,`element`,`drawFocusIfNeeded`,()=>KS,`path`,()=>Ub,`CanvasUserInterface`,`PPn!2"$1#Pn$2%n&2"$1#Mw'y`],_x=[`height`,`width`,`close`,`ImageBitmap`,`P'4!9'4"9P$1#Mw$y`],vx=[`default`,`high-performance`,`low-power`,`WebGLPowerPreference`,`P.!.".#Jw$y`],yx=[()=>Eb,()=>Rb,`canvas`,()=>$b,`drawingBufferColorSpace`,()=>dC,`drawingBufferHeight`,()=>dC,`drawingBufferWidth`,()=>$b,`unpackColorSpace`,()=>fC,`texture`,`activeTexture`,()=>pC,`program`,()=>mC,`shader`,`attachShader`,()=>pC,()=>hC,`index`,`name`,`bindAttribLocation`,()=>fC,`target`,()=>gC,`buffer`,`bindBuffer`,()=>fC,()=>_C,`framebuffer`,`bindFramebuffer`,()=>fC,()=>vC,`renderbuffer`,`bindRenderbuffer`,()=>fC,()=>yC,`bindTexture`,()=>bC,`red`,()=>bC,`green`,()=>bC,`blue`,()=>bC,`alpha`,`blendColor`,()=>fC,`mode`,`blendEquation`,()=>fC,`modeRGB`,()=>fC,`modeAlpha`,`blendEquationSeparate`,()=>fC,`sfactor`,()=>fC,`dfactor`,`blendFunc`,()=>fC,`srcRGB`,()=>fC,`dstRGB`,()=>fC,`srcAlpha`,()=>fC,`dstAlpha`,`blendFuncSeparate`,()=>fC,()=>fC,`checkFramebufferStatus`,()=>xC,`mask`,`clear`,()=>bC,()=>bC,()=>bC,()=>bC,`clearColor`,()=>bC,`depth`,`clearDepth`,()=>SC,`s`,`clearStencil`,()=>CC,()=>CC,()=>CC,()=>CC,`colorMask`,()=>mC,`compileShader`,()=>fC,()=>SC,`level`,()=>fC,`internalformat`,()=>SC,`x`,()=>SC,`y`,()=>dC,`width`,()=>dC,`height`,()=>SC,`border`,`copyTexImage2D`,()=>fC,()=>SC,()=>SC,`xoffset`,()=>SC,`yoffset`,()=>SC,()=>SC,()=>dC,()=>dC,`copyTexSubImage2D`,()=>gC,`createBuffer`,()=>_C,`createFramebuffer`,()=>pC,`createProgram`,()=>vC,`createRenderbuffer`,()=>fC,`type`,()=>mC,`createShader`,()=>yC,`createTexture`,()=>fC,`cullFace`,()=>gC,`deleteBuffer`,()=>_C,`deleteFramebuffer`,()=>pC,`deleteProgram`,()=>vC,`deleteRenderbuffer`,()=>mC,`deleteShader`,()=>yC,`deleteTexture`,()=>fC,`func`,`depthFunc`,()=>CC,`flag`,`depthMask`,()=>bC,`zNear`,()=>bC,`zFar`,`depthRange`,()=>pC,()=>mC,`detachShader`,()=>fC,`cap`,`disable`,()=>hC,`disableVertexAttribArray`,()=>fC,()=>SC,`first`,()=>dC,`count`,`drawArrays`,()=>fC,()=>dC,()=>fC,()=>wC,`offset`,`drawElements`,()=>fC,`enable`,()=>hC,`enableVertexAttribArray`,`finish`,`flush`,()=>fC,()=>fC,`attachment`,()=>fC,`renderbuffertarget`,()=>vC,`framebufferRenderbuffer`,()=>fC,()=>fC,()=>fC,`textarget`,()=>yC,()=>SC,`framebufferTexture2D`,()=>fC,`frontFace`,()=>fC,`generateMipmap`,()=>pC,()=>hC,()=>TC,`getActiveAttrib`,()=>pC,()=>hC,()=>TC,`getActiveUniform`,()=>pC,()=>mC,`getAttachedShaders`,()=>pC,()=>SC,`getAttribLocation`,()=>fC,()=>fC,`pname`,`getBufferParameter`,()=>Nb,`getContextAttributes`,()=>fC,`getError`,`ANGLE_instanced_arrays`,`extensionName`,()=>EC,`getExtension`,`EXT_blend_minmax`,()=>DC,`EXT_color_buffer_float`,()=>OC,`EXT_color_buffer_half_float`,()=>kC,`EXT_float_blend`,()=>AC,`EXT_frag_depth`,()=>jC,`EXT_sRGB`,()=>MC,`EXT_shader_texture_lod`,()=>NC,`EXT_texture_compression_bptc`,()=>PC,`EXT_texture_compression_rgtc`,()=>FC,`EXT_texture_filter_anisotropic`,()=>IC,`KHR_parallel_shader_compile`,()=>LC,`OES_element_index_uint`,()=>RC,`OES_fbo_render_mipmap`,()=>zC,`OES_standard_derivatives`,()=>BC,`OES_texture_float`,()=>VC,`OES_texture_float_linear`,()=>HC,`OES_texture_half_float`,()=>UC,`OES_texture_half_float_linear`,()=>WC,`OES_vertex_array_object`,()=>GC,`OVR_multiview2`,()=>KC,`WEBGL_color_buffer_float`,()=>qC,`WEBGL_compressed_texture_astc`,()=>JC,`WEBGL_compressed_texture_etc`,()=>YC,`WEBGL_compressed_texture_etc1`,()=>XC,`WEBGL_compressed_texture_pvrtc`,()=>ZC,`WEBGL_compressed_texture_s3tc`,()=>QC,`WEBGL_compressed_texture_s3tc_srgb`,()=>$C,`WEBGL_debug_renderer_info`,()=>ew,`WEBGL_debug_shaders`,()=>tw,`WEBGL_depth_texture`,()=>nw,`WEBGL_draw_buffers`,()=>rw,`WEBGL_lose_context`,()=>iw,`WEBGL_multi_draw`,()=>aw,()=>fC,()=>fC,()=>fC,`getFramebufferAttachmentParameter`,()=>fC,`getParameter`,()=>pC,`getProgramInfoLog`,()=>pC,()=>fC,`getProgramParameter`,()=>fC,()=>fC,`getRenderbufferParameter`,()=>mC,`getShaderInfoLog`,()=>mC,()=>fC,`getShaderParameter`,()=>fC,`shadertype`,()=>fC,`precisiontype`,()=>ow,`getShaderPrecisionFormat`,()=>mC,`getShaderSource`,`getSupportedExtensions`,()=>fC,()=>fC,`getTexParameter`,()=>pC,()=>sw,`location`,`getUniform`,()=>pC,()=>sw,`getUniformLocation`,()=>hC,()=>fC,`getVertexAttrib`,()=>hC,()=>fC,()=>wC,`getVertexAttribOffset`,()=>fC,()=>fC,`hint`,()=>gC,()=>CC,`isBuffer`,`isContextLost`,()=>fC,()=>CC,`isEnabled`,()=>_C,()=>CC,`isFramebuffer`,()=>pC,()=>CC,`isProgram`,()=>vC,()=>CC,`isRenderbuffer`,()=>mC,()=>CC,`isShader`,()=>yC,()=>CC,`isTexture`,()=>cw,`lineWidth`,()=>pC,`linkProgram`,()=>fC,()=>SC,()=>CC,`param`,`pixelStorei`,()=>cw,`factor`,()=>cw,`units`,`polygonOffset`,()=>fC,()=>fC,()=>dC,()=>dC,`renderbufferStorage`,()=>bC,`value`,()=>CC,`invert`,`sampleCoverage`,()=>SC,()=>SC,()=>dC,()=>dC,`scissor`,()=>mC,`source`,`shaderSource`,()=>fC,()=>SC,`ref`,()=>hC,`stencilFunc`,()=>fC,`face`,()=>fC,()=>SC,()=>hC,`stencilFuncSeparate`,()=>hC,`stencilMask`,()=>fC,()=>hC,`stencilMaskSeparate`,()=>fC,`fail`,()=>fC,`zfail`,()=>fC,`zpass`,`stencilOp`,()=>fC,()=>fC,()=>fC,()=>fC,`stencilOpSeparate`,()=>fC,()=>fC,()=>cw,`texParameterf`,()=>fC,()=>fC,()=>SC,`texParameteri`,()=>sw,()=>cw,`uniform1f`,()=>sw,()=>SC,`uniform1i`,()=>sw,()=>cw,()=>cw,`uniform2f`,()=>sw,()=>SC,()=>SC,`uniform2i`,()=>sw,()=>cw,()=>cw,()=>cw,`z`,`uniform3f`,()=>sw,()=>SC,()=>SC,()=>SC,`uniform3i`,()=>sw,()=>cw,()=>cw,()=>cw,()=>cw,`w`,`uniform4f`,()=>sw,()=>SC,()=>SC,()=>SC,()=>SC,`uniform4i`,()=>pC,`useProgram`,()=>pC,`validateProgram`,()=>hC,()=>cw,`vertexAttrib1f`,()=>hC,()=>lw,`values`,`vertexAttrib1fv`,()=>hC,()=>cw,()=>cw,`vertexAttrib2f`,()=>hC,()=>lw,`vertexAttrib2fv`,()=>hC,()=>cw,()=>cw,()=>cw,`vertexAttrib3f`,()=>hC,()=>lw,`vertexAttrib3fv`,()=>hC,()=>cw,()=>cw,()=>cw,()=>cw,`vertexAttrib4f`,()=>hC,()=>lw,`vertexAttrib4fv`,()=>hC,()=>SC,`size`,()=>fC,()=>CC,`normalized`,()=>dC,`stride`,()=>wC,`vertexAttribPointer`,()=>SC,()=>SC,()=>dC,()=>dC,`viewport`,256,`DEPTH_BUFFER_BIT`,1024,`STENCIL_BUFFER_BIT`,16384,`COLOR_BUFFER_BIT`,0,`POINTS`,1,`LINES`,2,`LINE_LOOP`,3,`LINE_STRIP`,4,`TRIANGLES`,5,`TRIANGLE_STRIP`,6,`TRIANGLE_FAN`,0,`ZERO`,1,`ONE`,768,`SRC_COLOR`,769,`ONE_MINUS_SRC_COLOR`,770,`SRC_ALPHA`,771,`ONE_MINUS_SRC_ALPHA`,772,`DST_ALPHA`,773,`ONE_MINUS_DST_ALPHA`,774,`DST_COLOR`,775,`ONE_MINUS_DST_COLOR`,776,`SRC_ALPHA_SATURATE`,32774,`FUNC_ADD`,32777,`BLEND_EQUATION`,32777,`BLEND_EQUATION_RGB`,34877,`BLEND_EQUATION_ALPHA`,32778,`FUNC_SUBTRACT`,32779,`FUNC_REVERSE_SUBTRACT`,32968,`BLEND_DST_RGB`,32969,`BLEND_SRC_RGB`,32970,`BLEND_DST_ALPHA`,32971,`BLEND_SRC_ALPHA`,32769,`CONSTANT_COLOR`,32770,`ONE_MINUS_CONSTANT_COLOR`,32771,`CONSTANT_ALPHA`,32772,`ONE_MINUS_CONSTANT_ALPHA`,32773,`BLEND_COLOR`,34962,`ARRAY_BUFFER`,34963,`ELEMENT_ARRAY_BUFFER`,34964,`ARRAY_BUFFER_BINDING`,34965,`ELEMENT_ARRAY_BUFFER_BINDING`,35040,`STREAM_DRAW`,35044,`STATIC_DRAW`,35048,`DYNAMIC_DRAW`,34660,`BUFFER_SIZE`,34661,`BUFFER_USAGE`,34342,`CURRENT_VERTEX_ATTRIB`,1028,`FRONT`,1029,`BACK`,1032,`FRONT_AND_BACK`,2884,`CULL_FACE`,3042,`BLEND`,3024,`DITHER`,2960,`STENCIL_TEST`,2929,`DEPTH_TEST`,3089,`SCISSOR_TEST`,32823,`POLYGON_OFFSET_FILL`,32926,`SAMPLE_ALPHA_TO_COVERAGE`,32928,`SAMPLE_COVERAGE`,0,`NO_ERROR`,1280,`INVALID_ENUM`,1281,`INVALID_VALUE`,1282,`INVALID_OPERATION`,1285,`OUT_OF_MEMORY`,2304,`CW`,2305,`CCW`,2849,`LINE_WIDTH`,33901,`ALIASED_POINT_SIZE_RANGE`,33902,`ALIASED_LINE_WIDTH_RANGE`,2885,`CULL_FACE_MODE`,2886,`FRONT_FACE`,2928,`DEPTH_RANGE`,2930,`DEPTH_WRITEMASK`,2931,`DEPTH_CLEAR_VALUE`,2932,`DEPTH_FUNC`,2961,`STENCIL_CLEAR_VALUE`,2962,`STENCIL_FUNC`,2964,`STENCIL_FAIL`,2965,`STENCIL_PASS_DEPTH_FAIL`,2966,`STENCIL_PASS_DEPTH_PASS`,2967,`STENCIL_REF`,2963,`STENCIL_VALUE_MASK`,2968,`STENCIL_WRITEMASK`,34816,`STENCIL_BACK_FUNC`,34817,`STENCIL_BACK_FAIL`,34818,`STENCIL_BACK_PASS_DEPTH_FAIL`,34819,`STENCIL_BACK_PASS_DEPTH_PASS`,36003,`STENCIL_BACK_REF`,36004,`STENCIL_BACK_VALUE_MASK`,36005,`STENCIL_BACK_WRITEMASK`,2978,`VIEWPORT`,3088,`SCISSOR_BOX`,3106,`COLOR_CLEAR_VALUE`,3107,`COLOR_WRITEMASK`,3317,`UNPACK_ALIGNMENT`,3333,`PACK_ALIGNMENT`,3379,`MAX_TEXTURE_SIZE`,3386,`MAX_VIEWPORT_DIMS`,3408,`SUBPIXEL_BITS`,3410,`RED_BITS`,3411,`GREEN_BITS`,3412,`BLUE_BITS`,3413,`ALPHA_BITS`,3414,`DEPTH_BITS`,3415,`STENCIL_BITS`,10752,`POLYGON_OFFSET_UNITS`,32824,`POLYGON_OFFSET_FACTOR`,32873,`TEXTURE_BINDING_2D`,32936,`SAMPLE_BUFFERS`,32937,`SAMPLES`,32938,`SAMPLE_COVERAGE_VALUE`,32939,`SAMPLE_COVERAGE_INVERT`,34467,`COMPRESSED_TEXTURE_FORMATS`,4352,`DONT_CARE`,4353,`FASTEST`,4354,`NICEST`,33170,`GENERATE_MIPMAP_HINT`,5120,`BYTE`,5121,`UNSIGNED_BYTE`,5122,`SHORT`,5123,`UNSIGNED_SHORT`,5124,`INT`,5125,`UNSIGNED_INT`,5126,`FLOAT`,6402,`DEPTH_COMPONENT`,6406,`ALPHA`,6407,`RGB`,6408,`RGBA`,6409,`LUMINANCE`,6410,`LUMINANCE_ALPHA`,32819,`UNSIGNED_SHORT_4_4_4_4`,32820,`UNSIGNED_SHORT_5_5_5_1`,33635,`UNSIGNED_SHORT_5_6_5`,35632,`FRAGMENT_SHADER`,35633,`VERTEX_SHADER`,34921,`MAX_VERTEX_ATTRIBS`,36347,`MAX_VERTEX_UNIFORM_VECTORS`,36348,`MAX_VARYING_VECTORS`,35661,`MAX_COMBINED_TEXTURE_IMAGE_UNITS`,35660,`MAX_VERTEX_TEXTURE_IMAGE_UNITS`,34930,`MAX_TEXTURE_IMAGE_UNITS`,36349,`MAX_FRAGMENT_UNIFORM_VECTORS`,35663,`SHADER_TYPE`,35712,`DELETE_STATUS`,35714,`LINK_STATUS`,35715,`VALIDATE_STATUS`,35717,`ATTACHED_SHADERS`,35718,`ACTIVE_UNIFORMS`,35721,`ACTIVE_ATTRIBUTES`,35724,`SHADING_LANGUAGE_VERSION`,35725,`CURRENT_PROGRAM`,512,`NEVER`,513,`LESS`,514,`EQUAL`,515,`LEQUAL`,516,`GREATER`,517,`NOTEQUAL`,518,`GEQUAL`,519,`ALWAYS`,7680,`KEEP`,7681,`REPLACE`,7682,`INCR`,7683,`DECR`,5386,`INVERT`,34055,`INCR_WRAP`,34056,`DECR_WRAP`,7936,`VENDOR`,7937,`RENDERER`,7938,`VERSION`,9728,`NEAREST`,9729,`LINEAR`,9984,`NEAREST_MIPMAP_NEAREST`,9985,`LINEAR_MIPMAP_NEAREST`,9986,`NEAREST_MIPMAP_LINEAR`,9987,`LINEAR_MIPMAP_LINEAR`,10240,`TEXTURE_MAG_FILTER`,10241,`TEXTURE_MIN_FILTER`,10242,`TEXTURE_WRAP_S`,10243,`TEXTURE_WRAP_T`,3553,`TEXTURE_2D`,5890,`TEXTURE`,34067,`TEXTURE_CUBE_MAP`,34068,`TEXTURE_BINDING_CUBE_MAP`,34069,`TEXTURE_CUBE_MAP_POSITIVE_X`,34070,`TEXTURE_CUBE_MAP_NEGATIVE_X`,34071,`TEXTURE_CUBE_MAP_POSITIVE_Y`,34072,`TEXTURE_CUBE_MAP_NEGATIVE_Y`,34073,`TEXTURE_CUBE_MAP_POSITIVE_Z`,34074,`TEXTURE_CUBE_MAP_NEGATIVE_Z`,34076,`MAX_CUBE_MAP_TEXTURE_SIZE`,33984,`TEXTURE0`,33985,`TEXTURE1`,33986,`TEXTURE2`,33987,`TEXTURE3`,33988,`TEXTURE4`,33989,`TEXTURE5`,33990,`TEXTURE6`,33991,`TEXTURE7`,33992,`TEXTURE8`,33993,`TEXTURE9`,33994,`TEXTURE10`,33995,`TEXTURE11`,33996,`TEXTURE12`,33997,`TEXTURE13`,33998,`TEXTURE14`,33999,`TEXTURE15`,34e3,`TEXTURE16`,34001,`TEXTURE17`,34002,`TEXTURE18`,34003,`TEXTURE19`,34004,`TEXTURE20`,34005,`TEXTURE21`,34006,`TEXTURE22`,34007,`TEXTURE23`,34008,`TEXTURE24`,34009,`TEXTURE25`,34010,`TEXTURE26`,34011,`TEXTURE27`,34012,`TEXTURE28`,34013,`TEXTURE29`,34014,`TEXTURE30`,34015,`TEXTURE31`,34016,`ACTIVE_TEXTURE`,10497,`REPEAT`,33071,`CLAMP_TO_EDGE`,33648,`MIRRORED_REPEAT`,35664,`FLOAT_VEC2`,35665,`FLOAT_VEC3`,35666,`FLOAT_VEC4`,35667,`INT_VEC2`,35668,`INT_VEC3`,35669,`INT_VEC4`,35670,`BOOL`,35671,`BOOL_VEC2`,35672,`BOOL_VEC3`,35673,`BOOL_VEC4`,35674,`FLOAT_MAT2`,35675,`FLOAT_MAT3`,35676,`FLOAT_MAT4`,35678,`SAMPLER_2D`,35680,`SAMPLER_CUBE`,34338,`VERTEX_ATTRIB_ARRAY_ENABLED`,34339,`VERTEX_ATTRIB_ARRAY_SIZE`,34340,`VERTEX_ATTRIB_ARRAY_STRIDE`,34341,`VERTEX_ATTRIB_ARRAY_TYPE`,34922,`VERTEX_ATTRIB_ARRAY_NORMALIZED`,34373,`VERTEX_ATTRIB_ARRAY_POINTER`,34975,`VERTEX_ATTRIB_ARRAY_BUFFER_BINDING`,35738,`IMPLEMENTATION_COLOR_READ_TYPE`,35739,`IMPLEMENTATION_COLOR_READ_FORMAT`,35713,`COMPILE_STATUS`,36336,`LOW_FLOAT`,36337,`MEDIUM_FLOAT`,36338,`HIGH_FLOAT`,36339,`LOW_INT`,36340,`MEDIUM_INT`,36341,`HIGH_INT`,36160,`FRAMEBUFFER`,36161,`RENDERBUFFER`,32854,`RGBA4`,32855,`RGB5_A1`,32856,`RGBA8`,36194,`RGB565`,33189,`DEPTH_COMPONENT16`,36168,`STENCIL_INDEX8`,34041,`DEPTH_STENCIL`,36162,`RENDERBUFFER_WIDTH`,36163,`RENDERBUFFER_HEIGHT`,36164,`RENDERBUFFER_INTERNAL_FORMAT`,36176,`RENDERBUFFER_RED_SIZE`,36177,`RENDERBUFFER_GREEN_SIZE`,36178,`RENDERBUFFER_BLUE_SIZE`,36179,`RENDERBUFFER_ALPHA_SIZE`,36180,`RENDERBUFFER_DEPTH_SIZE`,36181,`RENDERBUFFER_STENCIL_SIZE`,36048,`FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE`,36049,`FRAMEBUFFER_ATTACHMENT_OBJECT_NAME`,36050,`FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL`,36051,`FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE`,36064,`COLOR_ATTACHMENT0`,36096,`DEPTH_ATTACHMENT`,36128,`STENCIL_ATTACHMENT`,33306,`DEPTH_STENCIL_ATTACHMENT`,0,`NONE`,36053,`FRAMEBUFFER_COMPLETE`,36054,`FRAMEBUFFER_INCOMPLETE_ATTACHMENT`,36055,`FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT`,36057,`FRAMEBUFFER_INCOMPLETE_DIMENSIONS`,36061,`FRAMEBUFFER_UNSUPPORTED`,36006,`FRAMEBUFFER_BINDING`,36007,`RENDERBUFFER_BINDING`,34024,`MAX_RENDERBUFFER_SIZE`,1286,`INVALID_FRAMEBUFFER_OPERATION`,37440,`UNPACK_FLIP_Y_WEBGL`,37441,`UNPACK_PREMULTIPLY_ALPHA_WEBGL`,37442,`CONTEXT_LOST_WEBGL`,37443,`UNPACK_COLORSPACE_CONVERSION_WEBGL`,37444,`BROWSER_DEFAULT_WEBGL`,`WebGLRenderingContextBase`,`PPn!n"J4#9n$4%n&4'9n(4)9n*4+Pn,2-$1.Pn/20n122$13Pn420n526&27$18Pn92:Pn;,J2<$1=Pn>2:Pn?,J2@$1APnB2:PnC,J2D$1EPnF2:PnG,J2-$1HPnI2JnK2LnM2NnO2P$1QPnR2S$1TPnU2VnW2X$1YPnZ2[n\\2]$1^Pn_2\`na2bnc2dne2f$1gPnh2:ni1jPnk2l$1mPnn2Jno2Lnp2Nnq2P$1rPns2t$1uPnv2w$1xPny2Jnz2Ln{2Nn|2P$1}Pn~22$1Pn2:n2n2n
2n2n2n2n2$1Pn2:n2n2n2n2n2n2n2$1Pn1Pn1Pn1\xA0Pn¡1¢Pn£2¤Pn¥,J1¦Pn§1¨Pn©2S$1ªPPn«,J2<$1¬PPn,J2@$1®PPn¯,J20$1°PPn±,J2D$1²PPn³,J22$1´PPnµ,J2-$1¶Pn·2¸$1¹Pnº2»$1¼Pn½2¾n¿2À$1ÁPnÂ20nÃ22$1ÄPnÅ2Æ$1ÇPnÈ26$1ÉPnÊ2SnË2ÌnÍ2Î$1ÏPnÐ2SnÑ2ÎnÒ2¤nÓ2Ô$1ÕPnÖ2Æ$1×PnØ26$1ÙP$1ÚP$1ÛPnÜ2:nÝ2Þnß2àPná,J2D$1âPnã2:nä2Þnå2æPnç,J2-nè2$1éPnê2S$1ëPnì2:$1íPnî20nï26Pnð,J1ñPnò20nó26Pnô,J1õPnö20Pn÷F,J1øPnù20&27nú1ûPnü2:ný2þ"1ÿPPnĀ,J1āPnĂ1ăP.Ą2ąPnĆ,J1ćP.Ĉ2ąPnĉ,J1ćP.Ċ2ąPnċ,J1ćP.Č2ąPnč,J1ćP.Ď2ąPnď,J1ćP.Đ2ąPnđ,J1ćP.Ē2ąPnē,J1ćP.Ĕ2ąPnĕ,J1ćP.Ė2ąPnė,J1ćP.Ę2ąPnę,J1ćP.Ě2ąPně,J1ćP.Ĝ2ąPnĝ,J1ćP.Ğ2ąPnğ,J1ćP.Ġ2ąPnġ,J1ćP.Ģ2ąPnģ,J1ćP.Ĥ2ąPnĥ,J1ćP.Ħ2ąPnħ,J1ćP.Ĩ2ąPnĩ,J1ćP.Ī2ąPnī,J1ćP.Ĭ2ąPnĭ,J1ćP.Į2ąPnį,J1ćP.İ2ąPnı,J1ćP.IJ2ąPnij,J1ćP.Ĵ2ąPnĵ,J1ćP.Ķ2ąPnķ,J1ćP.ĸ2ąPnĹ,J1ćP.ĺ2ąPnĻ,J1ćP.ļ2ąPnĽ,J1ćP.ľ2ąPnĿ,J1ćP.ŀ2ąPnŁ,J1ćP.ł2ąPnŃ,J1ćP.ń2ąPnŅ,J1ćP.ņ2ąPnŇ,J1ćP.ň2ąPnʼn,J1ćP&27"1ćPnŊ2:nŋ2ÞnŌ2þ"1ōPnŎ2þ"1ŏPnŐ20P&,J1őPnŒ20nœ2þ"1ŔPnŕ2:nŖ2þ"1ŗPnŘ22P&,J1řPnŚ22nś2þ"1ŜPnŝ2Şnş2ŠPnš,J1ŢPnţ22P&,J1ŤPP&F,J1ťPnŦ2:nŧ2þ"1ŨPnũ20nŪ2ū"1ŬPnŭ20&27PnŮ,J1ůPnŰ26nű2þ"1ŲPnų26nŴ2þnŵ1ŶPnŷ2:nŸ2S$1ŹPPnź,J2<nŻ1żP)1ŽPnž2Ænſ1ƀPPnƁ,J2@nƂ1ƃPPnƄ,J20nƅ1ƆPPnƇ,J2Dnƈ1ƉPPnƊ,J22nƋ1ƌPPnƍ,J2-nƎ1ƏPnƐ2$1ƑPnƒ20$1ƓPnƔ2þPnƕnƖJ2Ɨ$1ƘPnƙ2ƚnƛ2Ɯ$1ƝPnƞ2:nƟ2nƠ2nơ2$1ƢPnƣ2Ƥnƥ2Ʀ$1ƧPnƨ2nƩ2nƪ2nƫ2$1ƬPnƭ22&2Ʈ$1ƯPnư2¸nƱ2ƲnƳ2l$1ƴPnƵ2ƶnƷ2¸nƸ2Ʋnƹ2l$1ƺPnƻ2l$1ƼPnƽ2ƶnƾ2l$1ƿPnǀ2ǁnǂ2ǃnDŽ2Dž$1džPnLJ2ƶnLj2ǁnlj2ǃnNJ2Dž$1NjPnnj2:nǍ2þnǎ2Ɨ$1ǏPnǐ2:nǑ2þnǒ2Ɨ$1ǓPPnǔ,J2ūnǕ2$1ǖPPnǗ,J2ūnǘ2$1ǙPPnǚ,J2ūnǛ2nǜ2$1ǝPPnǞ,J2ūnǟ2nǠ2$1ǡPPnǢ,J2ūnǣ2nǤ2nǥ2Ǧ$1ǧPPnǨ,J2ūnǩ2nǪ2nǫ2Ǧ$1ǬPPnǭ,J2ūnǮ2nǯ2nǰ2ǦnDZ2Dz$1dzPPnǴ,J2ūnǵ2nǶ2nǷ2ǦnǸ2Dz$1ǹPPnǺ,J20$1ǻPnǼ20$1ǽPnǾ26nǿ2$1ȀPnȁ26nȂ2ȃ$1ȄPnȅ26nȆ2nȇ2$1ȈPnȉ26nȊ2ȃ$1ȋPnȌ26nȍ2nȎ2nȏ2Ǧ$1ȐPnȑ26nȒ2ȃ$1ȓPnȔ26nȕ2nȖ2nȗ2ǦnȘ2Dz$1șPnȚ26nț2ȃ$1ȜPnȝ26nȞ2ȟnȠ2¤nȡ2Ȣnȣ2Ȥnȥ2Ô$1ȦPnȧ2nȨ2nȩ2nȪ2$1ȫ.Ȭ4ȭ9.Ȯ4ȯ9.Ȱ4ȱ9.Ȳ4ȳ9.ȴ4ȵ9.ȶ4ȷ9.ȸ4ȹ9.Ⱥ4Ȼ9.ȼ4Ƚ9.Ⱦ4ȿ9.ɀ4Ɂ9.ɂ4Ƀ9.Ʉ4Ʌ9.Ɇ4ɇ9.Ɉ4ɉ9.Ɋ4ɋ9.Ɍ4ɍ9.Ɏ4ɏ9.ɐ4ɑ9.ɒ4ɓ9.ɔ4ɕ9.ɖ4ɗ9.ɘ4ə9.ɚ4ɛ9.ɜ4ɝ9.ɞ4ɟ9.ɠ4ɡ9.ɢ4ɣ9.ɤ4ɥ9.ɦ4ɧ9.ɨ4ɩ9.ɪ4ɫ9.ɬ4ɭ9.ɮ4ɯ9.ɰ4ɱ9.ɲ4ɳ9.ɴ4ɵ9.ɶ4ɷ9.ɸ4ɹ9.ɺ4ɻ9.ɼ4ɽ9.ɾ4ɿ9.ʀ4ʁ9.ʂ4ʃ9.ʄ4ʅ9.ʆ4ʇ9.ʈ4ʉ9.ʊ4ʋ9.ʌ4ʍ9.ʎ4ʏ9.ʐ4ʑ9.ʒ4ʓ9.ʔ4ʕ9.ʖ4ʗ9.ʘ4ʙ9.ʚ4ʛ9.ʜ4ʝ9.ʞ4ʟ9.ʠ4ʡ9.ʢ4ʣ9.ʤ4ʥ9.ʦ4ʧ9.ʨ4ʩ9.ʪ4ʫ9.ʬ4ʭ9.ʮ4ʯ9.ʰ4ʱ9.ʲ4ʳ9.ʴ4ʵ9.ʶ4ʷ9.ʸ4ʹ9.ʺ4ʻ9.ʼ4ʽ9.ʾ4ʿ9.ˀ4ˁ9.˂4˃9.˄4˅9.ˆ4ˇ9.ˈ4ˉ9.ˊ4ˋ9.ˌ4ˍ9.ˎ4ˏ9.ː4ˑ9.˒4˓9.˔4˕9.˖4˗9.˘4˙9.˚4˛9.˜4˝9.˞4˟9.ˠ4ˡ9.ˢ4ˣ9.ˤ4˥9.˦4˧9.˨4˩9.˪4˫9.ˬ4˭9.ˮ4˯9.˰4˱9.˲4˳9.˴4˵9.˶4˷9.˸4˹9.˺4˻9.˼4˽9.˾4˿9.̀4́9.̂4̃9.̄4̅9.̆4̇9.̈4̉9.̊4̋9.̌4̍9.̎4̏9.̐4̑9.̒4̓9.̔4̕9.̖4̗9.̘4̙9.̚4̛9.̜4̝9.̞4̟9.̠4̡9.̢4̣9.̤4̥9.̦4̧9.̨4̩9.̪4̫9.̬4̭9.̮4̯9.̰4̱9.̲4̳9.̴4̵9.̶4̷9.̸4̹9.̺4̻9.̼4̽9.̾4̿9.̀4́9.͂4̓9.̈́4ͅ9.͆4͇9.͈4͉9.͊4͋9.͌4͍9.͎4͏9.͐4͑9.͒4͓9.͔4͕9.͖4͗9.͘4͙9.͚4͛9.͜4͝9.͞4͟9.͠4͡9.͢4ͣ9.ͤ4ͥ9.ͦ4ͧ9.ͨ4ͩ9.ͪ4ͫ9.ͬ4ͭ9.ͮ4ͯ9.Ͱ4ͱ9.Ͳ4ͳ9.ʹ4͵9.Ͷ4ͷ9.49.ͺ4ͻ9.ͼ4ͽ9.;4Ϳ9.49.49.΄4΅9.Ά4·9.Έ4Ή9.Ί49.Ό49.Ύ4Ώ9.ΐ4Α9.Β4Γ9.Δ4Ε9.Ζ4Η9.Θ4Ι9.Κ4Λ9.Μ4Ν9.Ξ4Ο9.Π4Ρ9.4Σ9.Τ4Υ9.Φ4Χ9.Ψ4Ω9.Ϊ4Ϋ9.ά4έ9.ή4ί9.ΰ4α9.β4γ9.δ4ε9.ζ4η9.θ4ι9.κ4λ9.μ4ν9.ξ4ο9.π4ρ9.ς4σ9.τ4υ9.φ4χ9.ψ4ω9.ϊ4ϋ9.ό4ύ9.ώ4Ϗ9.ϐ4ϑ9.ϒ4ϓ9.ϔ4ϕ9.ϖ4ϗ9.Ϙ4ϙ9.Ϛ4ϛ9.Ϝ4ϝ9.Ϟ4ϟ9.Ϡ4ϡ9.Ϣ4ϣ9.Ϥ4ϥ9.Ϧ4ϧ9.Ϩ4ϩ9.Ϫ4ϫ9.Ϭ4ϭ9.Ϯ4ϯ9.ϰ4ϱ9.ϲ4ϳ9.ϴ4ϵ9.϶4Ϸ9.ϸ4Ϲ9.Ϻ4ϻ9.ϼ4Ͻ9.Ͼ4Ͽ9.Ѐ4Ё9.Ђ4Ѓ9.Є4Ѕ9.І4Ї9.Ј4Љ9.Њ4Ћ9.Ќ4Ѝ9.Ў4Џ9.А4Б9.В4Г9.Д4Е9.Ж4З9.И4Й9.К4Л9.М4Н9.О4П9.Р4С9.Т4У9.Ф4Х9.Ц4Ч9.Ш4Щ9.Ъ4Ы9.Ь4Э9.Ю4Я9.а4б9.в4г9.д4е9.ж4з9.и4й9.к4л9.м4н9.о4п9.р4с9.т4у9.ф4х9.ц4ч9.ш4щ9.ъ4ы9.ь4э9.ю4я9.ѐ4ё9.ђ4ѓ9.є4ѕ9.і4ї9.ј4љ9.њ4ћ9.ќ4ѝ9.ў4џ9.Ѡ4ѡ9.Ѣ4ѣ9.Ѥ4ѥ9.Ѧ4ѧ9.Ѩ4ѩ9.Ѫ4ѫ9.Ѭ4ѭ9.Ѯ4ѯ9.Ѱ4ѱ9.Ѳ4ѳ9.Ѵ4ѵ9.Ѷ4ѷ9.Ѹ4ѹ9.Ѻ4ѻ9.Ѽ4ѽ9MwѾy`],bx=[()=>fC,`target`,()=>uw,`size`,()=>fC,`usage`,`bufferData`,()=>fC,()=>dw,`data`,()=>fC,()=>fC,()=>wC,`offset`,()=>dw,`bufferSubData`,()=>fC,()=>SC,`level`,()=>fC,`internalformat`,()=>dC,`width`,()=>dC,`height`,()=>SC,`border`,()=>fw,()=>pw,`compressedTexImage2D`,()=>fC,()=>SC,()=>SC,`xoffset`,()=>SC,`yoffset`,()=>dC,()=>dC,()=>fC,`format`,()=>fw,()=>pw,`compressedTexSubImage2D`,()=>SC,`x`,()=>SC,`y`,()=>dC,()=>dC,()=>fC,()=>fC,`type`,()=>fw,()=>pw,`pixels`,`readPixels`,()=>fC,()=>SC,()=>SC,()=>dC,()=>dC,()=>SC,()=>fC,()=>fC,()=>fw,()=>pw,`texImage2D`,()=>fC,()=>SC,()=>SC,()=>fC,()=>fC,()=>mw,`source`,()=>fC,()=>SC,()=>SC,()=>SC,()=>dC,()=>dC,()=>fC,()=>fC,()=>fw,()=>pw,`texSubImage2D`,()=>fC,()=>SC,()=>SC,()=>SC,()=>fC,()=>fC,()=>mw,()=>sw,`location`,()=>lw,`v`,`uniform1fv`,()=>sw,()=>hw,`uniform1iv`,()=>sw,()=>lw,`uniform2fv`,()=>sw,()=>hw,`uniform2iv`,()=>sw,()=>lw,`uniform3fv`,()=>sw,()=>hw,`uniform3iv`,()=>sw,()=>lw,`uniform4fv`,()=>sw,()=>hw,`uniform4iv`,()=>sw,()=>CC,`transpose`,()=>lw,`value`,`uniformMatrix2fv`,()=>sw,()=>CC,()=>lw,`uniformMatrix3fv`,()=>sw,()=>CC,()=>lw,`uniformMatrix4fv`,`WebGLRenderingContextOverloads`,`PPn!2"n#2$n%2&$1'Pn(2"Pn),J2*n+2&$1'Pn,2"n-2.n/2*$10Pn12"n223n425n627n829n:2;n=o<"2*$1>Pn?2"n@23nA2BnC2DnE27nF29nG2HnJoI"2*$1KPnL2MnN2OnP27nQ29nR2HnS2TPnVoU",J2W$1XPnY2"nZ23n[25n\\27n]29n^2;n_2Hn\`2TPnboa",J2W$1cPnd2"ne23nf25ng2Hnh2Tni2j$1cPnk2"nl23nm2Bnn2Dno27np29nq2Hnr2TPntos",J2W$1uPnv2"nw23nx2Bny2Dnz2Hn{2Tn|2j$1uPPn},J2~n2$1PPn,J2~n2$1PPn
,J2~n2$1PPn,J2~n2$1PPn,J2~n2$1PPn,J2~n2$1PPn,J2~n2$1PPn,J2~n2$1PPn,J2~n2n2$1PPn,J2~n2n2$1\xA0PPn¡,J2~n¢2n£2$1¤Mw¥y`],xx=[()=>fC,`target`,()=>gw,`query`,`beginQuery`,()=>fC,`primitiveMode`,`beginTransformFeedback`,()=>fC,()=>hC,`index`,()=>gC,`buffer`,`bindBufferBase`,()=>fC,()=>hC,()=>gC,()=>wC,`offset`,()=>uw,`size`,`bindBufferRange`,()=>hC,`unit`,()=>_w,`sampler`,`bindSampler`,()=>fC,()=>vw,`tf`,`bindTransformFeedback`,()=>yw,`array`,`bindVertexArray`,()=>SC,`srcX0`,()=>SC,`srcY0`,()=>SC,`srcX1`,()=>SC,`srcY1`,()=>SC,`dstX0`,()=>SC,`dstY0`,()=>SC,`dstX1`,()=>SC,`dstY1`,()=>xC,`mask`,()=>fC,`filter`,`blitFramebuffer`,()=>fC,()=>SC,`drawbuffer`,()=>cw,`depth`,()=>SC,`stencil`,`clearBufferfi`,()=>fC,()=>SC,()=>lw,`values`,`srcOffset`,`clearBufferfv`,()=>fC,()=>SC,()=>hw,`clearBufferiv`,()=>fC,()=>SC,()=>bw,`clearBufferuiv`,()=>xw,`sync`,()=>xC,`flags`,()=>Sw,`timeout`,()=>fC,`clientWaitSync`,()=>fC,()=>SC,`level`,()=>fC,`internalformat`,()=>dC,`width`,()=>dC,`height`,()=>dC,()=>SC,`border`,()=>dC,`imageSize`,()=>wC,`compressedTexImage3D`,()=>fC,()=>SC,()=>fC,()=>dC,()=>dC,()=>dC,()=>SC,()=>fw,()=>pw,`srcData`,()=>hC,`srcLengthOverride`,()=>fC,()=>SC,()=>SC,`xoffset`,()=>SC,`yoffset`,()=>SC,`zoffset`,()=>dC,()=>dC,()=>dC,()=>fC,`format`,()=>dC,()=>wC,`compressedTexSubImage3D`,()=>fC,()=>SC,()=>SC,()=>SC,()=>SC,()=>dC,()=>dC,()=>dC,()=>fC,()=>fw,()=>pw,()=>hC,()=>fC,`readTarget`,()=>fC,`writeTarget`,()=>wC,`readOffset`,()=>wC,`writeOffset`,()=>uw,`copyBufferSubData`,()=>fC,()=>SC,()=>SC,()=>SC,()=>SC,()=>SC,`x`,()=>SC,`y`,()=>dC,()=>dC,`copyTexSubImage3D`,()=>gw,`createQuery`,()=>_w,`createSampler`,()=>vw,`createTransformFeedback`,()=>yw,`createVertexArray`,()=>gw,`deleteQuery`,()=>_w,`deleteSampler`,()=>xw,`deleteSync`,()=>vw,`deleteTransformFeedback`,()=>yw,`vertexArray`,`deleteVertexArray`,()=>fC,`mode`,()=>SC,`first`,()=>dC,`count`,()=>dC,`instanceCount`,`drawArraysInstanced`,()=>fC,`buffers`,`drawBuffers`,()=>fC,()=>dC,()=>fC,`type`,()=>wC,()=>dC,`drawElementsInstanced`,()=>fC,()=>hC,`start`,()=>hC,`end`,()=>dC,()=>fC,()=>wC,`drawRangeElements`,()=>fC,`endQuery`,`endTransformFeedback`,()=>fC,`condition`,()=>xC,()=>xw,`fenceSync`,()=>fC,()=>fC,`attachment`,()=>yC,`texture`,()=>SC,()=>SC,`layer`,`framebufferTextureLayer`,()=>pC,`program`,()=>hC,`uniformBlockIndex`,`getActiveUniformBlockName`,()=>pC,()=>hC,()=>fC,`pname`,`getActiveUniformBlockParameter`,()=>pC,()=>hC,`uniformIndices`,()=>fC,`getActiveUniforms`,()=>fC,()=>wC,`srcByteOffset`,()=>fw,()=>pw,`dstBuffer`,`dstOffset`,()=>hC,`length`,`getBufferSubData`,()=>pC,`name`,()=>SC,`getFragDataLocation`,()=>fC,()=>hC,`getIndexedParameter`,()=>fC,()=>fC,()=>fC,`getInternalformatParameter`,()=>fC,()=>fC,()=>gw,`getQuery`,()=>gw,()=>fC,`getQueryParameter`,()=>_w,()=>fC,`getSamplerParameter`,()=>xw,()=>fC,`getSyncParameter`,()=>pC,()=>hC,()=>TC,`getTransformFeedbackVarying`,()=>pC,`uniformBlockName`,()=>hC,`getUniformBlockIndex`,()=>pC,`uniformNames`,()=>hC,`getUniformIndices`,()=>fC,()=>fC,`attachments`,`invalidateFramebuffer`,()=>fC,()=>fC,()=>SC,()=>SC,()=>dC,()=>dC,`invalidateSubFramebuffer`,()=>gw,()=>CC,`isQuery`,()=>_w,()=>CC,`isSampler`,()=>xw,()=>CC,`isSync`,()=>vw,()=>CC,`isTransformFeedback`,()=>yw,()=>CC,`isVertexArray`,`pauseTransformFeedback`,()=>fC,`src`,`readBuffer`,()=>fC,()=>dC,`samples`,()=>fC,()=>dC,()=>dC,`renderbufferStorageMultisample`,`resumeTransformFeedback`,()=>_w,()=>fC,()=>cw,`param`,`samplerParameterf`,()=>_w,()=>fC,()=>SC,`samplerParameteri`,()=>fC,()=>SC,()=>SC,()=>dC,()=>dC,()=>dC,()=>SC,()=>fC,()=>fC,()=>wC,`pboOffset`,`texImage3D`,()=>fC,()=>SC,()=>SC,()=>dC,()=>dC,()=>dC,()=>SC,()=>fC,()=>fC,()=>mw,`source`,()=>fC,()=>SC,()=>SC,()=>dC,()=>dC,()=>dC,()=>SC,()=>fC,()=>fC,()=>fw,()=>pw,()=>fC,()=>SC,()=>SC,()=>dC,()=>dC,()=>dC,()=>SC,()=>fC,()=>fC,()=>fw,()=>pw,()=>fC,()=>dC,`levels`,()=>fC,()=>dC,()=>dC,`texStorage2D`,()=>fC,()=>dC,()=>fC,()=>dC,()=>dC,()=>dC,`texStorage3D`,()=>fC,()=>SC,()=>SC,()=>SC,()=>SC,()=>dC,()=>dC,()=>dC,()=>fC,()=>fC,()=>wC,`texSubImage3D`,()=>fC,()=>SC,()=>SC,()=>SC,()=>SC,()=>dC,()=>dC,()=>dC,()=>fC,()=>fC,()=>mw,()=>fC,()=>SC,()=>SC,()=>SC,()=>SC,()=>dC,()=>dC,()=>dC,()=>fC,()=>fC,()=>fw,()=>pw,()=>pC,`varyings`,()=>fC,`bufferMode`,`transformFeedbackVaryings`,()=>sw,`location`,()=>hC,`v0`,`uniform1ui`,()=>sw,()=>bw,`data`,()=>hC,`srcLength`,`uniform1uiv`,()=>sw,()=>hC,()=>hC,`v1`,`uniform2ui`,()=>sw,()=>bw,()=>hC,`uniform2uiv`,()=>sw,()=>hC,()=>hC,()=>hC,`v2`,`uniform3ui`,()=>sw,()=>bw,()=>hC,`uniform3uiv`,()=>sw,()=>hC,()=>hC,()=>hC,()=>hC,`v3`,`uniform4ui`,()=>sw,()=>bw,()=>hC,`uniform4uiv`,()=>pC,()=>hC,()=>hC,`uniformBlockBinding`,()=>sw,()=>CC,`transpose`,()=>lw,()=>hC,`uniformMatrix2x3fv`,()=>sw,()=>CC,()=>lw,()=>hC,`uniformMatrix2x4fv`,()=>sw,()=>CC,()=>lw,()=>hC,`uniformMatrix3x2fv`,()=>sw,()=>CC,()=>lw,()=>hC,`uniformMatrix3x4fv`,()=>sw,()=>CC,()=>lw,()=>hC,`uniformMatrix4x2fv`,()=>sw,()=>CC,()=>lw,()=>hC,`uniformMatrix4x3fv`,()=>hC,()=>hC,`divisor`,`vertexAttribDivisor`,()=>hC,()=>SC,()=>SC,()=>SC,`z`,()=>SC,`w`,`vertexAttribI4i`,()=>hC,()=>hw,`vertexAttribI4iv`,()=>hC,()=>hC,()=>hC,()=>hC,()=>hC,`vertexAttribI4ui`,()=>hC,()=>bw,`vertexAttribI4uiv`,()=>hC,()=>SC,()=>fC,()=>dC,`stride`,()=>wC,`vertexAttribIPointer`,()=>xw,()=>xC,()=>Cw,`waitSync`,3074,`READ_BUFFER`,3314,`UNPACK_ROW_LENGTH`,3315,`UNPACK_SKIP_ROWS`,3316,`UNPACK_SKIP_PIXELS`,3330,`PACK_ROW_LENGTH`,3331,`PACK_SKIP_ROWS`,3332,`PACK_SKIP_PIXELS`,6144,`COLOR`,6145,`DEPTH`,6146,`STENCIL`,6403,`RED`,32849,`RGB8`,32857,`RGB10_A2`,32874,`TEXTURE_BINDING_3D`,32877,`UNPACK_SKIP_IMAGES`,32878,`UNPACK_IMAGE_HEIGHT`,32879,`TEXTURE_3D`,32882,`TEXTURE_WRAP_R`,32883,`MAX_3D_TEXTURE_SIZE`,33640,`UNSIGNED_INT_2_10_10_10_REV`,33e3,`MAX_ELEMENTS_VERTICES`,33001,`MAX_ELEMENTS_INDICES`,33082,`TEXTURE_MIN_LOD`,33083,`TEXTURE_MAX_LOD`,33084,`TEXTURE_BASE_LEVEL`,33085,`TEXTURE_MAX_LEVEL`,32775,`MIN`,32776,`MAX`,33190,`DEPTH_COMPONENT24`,34045,`MAX_TEXTURE_LOD_BIAS`,34892,`TEXTURE_COMPARE_MODE`,34893,`TEXTURE_COMPARE_FUNC`,34917,`CURRENT_QUERY`,34918,`QUERY_RESULT`,34919,`QUERY_RESULT_AVAILABLE`,35041,`STREAM_READ`,35042,`STREAM_COPY`,35045,`STATIC_READ`,35046,`STATIC_COPY`,35049,`DYNAMIC_READ`,35050,`DYNAMIC_COPY`,34852,`MAX_DRAW_BUFFERS`,34853,`DRAW_BUFFER0`,34854,`DRAW_BUFFER1`,34855,`DRAW_BUFFER2`,34856,`DRAW_BUFFER3`,34857,`DRAW_BUFFER4`,34858,`DRAW_BUFFER5`,34859,`DRAW_BUFFER6`,34860,`DRAW_BUFFER7`,34861,`DRAW_BUFFER8`,34862,`DRAW_BUFFER9`,34863,`DRAW_BUFFER10`,34864,`DRAW_BUFFER11`,34865,`DRAW_BUFFER12`,34866,`DRAW_BUFFER13`,34867,`DRAW_BUFFER14`,34868,`DRAW_BUFFER15`,35657,`MAX_FRAGMENT_UNIFORM_COMPONENTS`,35658,`MAX_VERTEX_UNIFORM_COMPONENTS`,35679,`SAMPLER_3D`,35682,`SAMPLER_2D_SHADOW`,35723,`FRAGMENT_SHADER_DERIVATIVE_HINT`,35051,`PIXEL_PACK_BUFFER`,35052,`PIXEL_UNPACK_BUFFER`,35053,`PIXEL_PACK_BUFFER_BINDING`,35055,`PIXEL_UNPACK_BUFFER_BINDING`,35685,`FLOAT_MAT2x3`,35686,`FLOAT_MAT2x4`,35687,`FLOAT_MAT3x2`,35688,`FLOAT_MAT3x4`,35689,`FLOAT_MAT4x2`,35690,`FLOAT_MAT4x3`,35904,`SRGB`,35905,`SRGB8`,35907,`SRGB8_ALPHA8`,34894,`COMPARE_REF_TO_TEXTURE`,34836,`RGBA32F`,34837,`RGB32F`,34842,`RGBA16F`,34843,`RGB16F`,35069,`VERTEX_ATTRIB_ARRAY_INTEGER`,35071,`MAX_ARRAY_TEXTURE_LAYERS`,35076,`MIN_PROGRAM_TEXEL_OFFSET`,35077,`MAX_PROGRAM_TEXEL_OFFSET`,35659,`MAX_VARYING_COMPONENTS`,35866,`TEXTURE_2D_ARRAY`,35869,`TEXTURE_BINDING_2D_ARRAY`,35898,`R11F_G11F_B10F`,35899,`UNSIGNED_INT_10F_11F_11F_REV`,35901,`RGB9_E5`,35902,`UNSIGNED_INT_5_9_9_9_REV`,35967,`TRANSFORM_FEEDBACK_BUFFER_MODE`,35968,`MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS`,35971,`TRANSFORM_FEEDBACK_VARYINGS`,35972,`TRANSFORM_FEEDBACK_BUFFER_START`,35973,`TRANSFORM_FEEDBACK_BUFFER_SIZE`,35976,`TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN`,35977,`RASTERIZER_DISCARD`,35978,`MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS`,35979,`MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS`,35980,`INTERLEAVED_ATTRIBS`,35981,`SEPARATE_ATTRIBS`,35982,`TRANSFORM_FEEDBACK_BUFFER`,35983,`TRANSFORM_FEEDBACK_BUFFER_BINDING`,36208,`RGBA32UI`,36209,`RGB32UI`,36214,`RGBA16UI`,36215,`RGB16UI`,36220,`RGBA8UI`,36221,`RGB8UI`,36226,`RGBA32I`,36227,`RGB32I`,36232,`RGBA16I`,36233,`RGB16I`,36238,`RGBA8I`,36239,`RGB8I`,36244,`RED_INTEGER`,36248,`RGB_INTEGER`,36249,`RGBA_INTEGER`,36289,`SAMPLER_2D_ARRAY`,36292,`SAMPLER_2D_ARRAY_SHADOW`,36293,`SAMPLER_CUBE_SHADOW`,36294,`UNSIGNED_INT_VEC2`,36295,`UNSIGNED_INT_VEC3`,36296,`UNSIGNED_INT_VEC4`,36298,`INT_SAMPLER_2D`,36299,`INT_SAMPLER_3D`,36300,`INT_SAMPLER_CUBE`,36303,`INT_SAMPLER_2D_ARRAY`,36306,`UNSIGNED_INT_SAMPLER_2D`,36307,`UNSIGNED_INT_SAMPLER_3D`,36308,`UNSIGNED_INT_SAMPLER_CUBE`,36311,`UNSIGNED_INT_SAMPLER_2D_ARRAY`,36012,`DEPTH_COMPONENT32F`,36013,`DEPTH32F_STENCIL8`,36269,`FLOAT_32_UNSIGNED_INT_24_8_REV`,33296,`FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING`,33297,`FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE`,33298,`FRAMEBUFFER_ATTACHMENT_RED_SIZE`,33299,`FRAMEBUFFER_ATTACHMENT_GREEN_SIZE`,33300,`FRAMEBUFFER_ATTACHMENT_BLUE_SIZE`,33301,`FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE`,33302,`FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE`,33303,`FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE`,33304,`FRAMEBUFFER_DEFAULT`,34042,`UNSIGNED_INT_24_8`,35056,`DEPTH24_STENCIL8`,35863,`UNSIGNED_NORMALIZED`,36006,`DRAW_FRAMEBUFFER_BINDING`,36008,`READ_FRAMEBUFFER`,36009,`DRAW_FRAMEBUFFER`,36010,`READ_FRAMEBUFFER_BINDING`,36011,`RENDERBUFFER_SAMPLES`,36052,`FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER`,36063,`MAX_COLOR_ATTACHMENTS`,36065,`COLOR_ATTACHMENT1`,36066,`COLOR_ATTACHMENT2`,36067,`COLOR_ATTACHMENT3`,36068,`COLOR_ATTACHMENT4`,36069,`COLOR_ATTACHMENT5`,36070,`COLOR_ATTACHMENT6`,36071,`COLOR_ATTACHMENT7`,36072,`COLOR_ATTACHMENT8`,36073,`COLOR_ATTACHMENT9`,36074,`COLOR_ATTACHMENT10`,36075,`COLOR_ATTACHMENT11`,36076,`COLOR_ATTACHMENT12`,36077,`COLOR_ATTACHMENT13`,36078,`COLOR_ATTACHMENT14`,36079,`COLOR_ATTACHMENT15`,36182,`FRAMEBUFFER_INCOMPLETE_MULTISAMPLE`,36183,`MAX_SAMPLES`,5131,`HALF_FLOAT`,33319,`RG`,33320,`RG_INTEGER`,33321,`R8`,33323,`RG8`,33325,`R16F`,33326,`R32F`,33327,`RG16F`,33328,`RG32F`,33329,`R8I`,33330,`R8UI`,33331,`R16I`,33332,`R16UI`,33333,`R32I`,33334,`R32UI`,33335,`RG8I`,33336,`RG8UI`,33337,`RG16I`,33338,`RG16UI`,33339,`RG32I`,33340,`RG32UI`,34229,`VERTEX_ARRAY_BINDING`,36756,`R8_SNORM`,36757,`RG8_SNORM`,36758,`RGB8_SNORM`,36759,`RGBA8_SNORM`,36764,`SIGNED_NORMALIZED`,36662,`COPY_READ_BUFFER`,36663,`COPY_WRITE_BUFFER`,36662,`COPY_READ_BUFFER_BINDING`,36663,`COPY_WRITE_BUFFER_BINDING`,35345,`UNIFORM_BUFFER`,35368,`UNIFORM_BUFFER_BINDING`,35369,`UNIFORM_BUFFER_START`,35370,`UNIFORM_BUFFER_SIZE`,35371,`MAX_VERTEX_UNIFORM_BLOCKS`,35373,`MAX_FRAGMENT_UNIFORM_BLOCKS`,35374,`MAX_COMBINED_UNIFORM_BLOCKS`,35375,`MAX_UNIFORM_BUFFER_BINDINGS`,35376,`MAX_UNIFORM_BLOCK_SIZE`,35377,`MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS`,35379,`MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS`,35380,`UNIFORM_BUFFER_OFFSET_ALIGNMENT`,35382,`ACTIVE_UNIFORM_BLOCKS`,35383,`UNIFORM_TYPE`,35384,`UNIFORM_SIZE`,35386,`UNIFORM_BLOCK_INDEX`,35387,`UNIFORM_OFFSET`,35388,`UNIFORM_ARRAY_STRIDE`,35389,`UNIFORM_MATRIX_STRIDE`,35390,`UNIFORM_IS_ROW_MAJOR`,35391,`UNIFORM_BLOCK_BINDING`,35392,`UNIFORM_BLOCK_DATA_SIZE`,35394,`UNIFORM_BLOCK_ACTIVE_UNIFORMS`,35395,`UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES`,35396,`UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER`,35398,`UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER`,4294967295,`INVALID_INDEX`,37154,`MAX_VERTEX_OUTPUT_COMPONENTS`,37157,`MAX_FRAGMENT_INPUT_COMPONENTS`,37137,`MAX_SERVER_WAIT_TIMEOUT`,37138,`OBJECT_TYPE`,37139,`SYNC_CONDITION`,37140,`SYNC_STATUS`,37141,`SYNC_FLAGS`,37142,`SYNC_FENCE`,37143,`SYNC_GPU_COMMANDS_COMPLETE`,37144,`UNSIGNALED`,37145,`SIGNALED`,37146,`ALREADY_SIGNALED`,37147,`TIMEOUT_EXPIRED`,37148,`CONDITION_SATISFIED`,37149,`WAIT_FAILED`,1,`SYNC_FLUSH_COMMANDS_BIT`,35070,`VERTEX_ATTRIB_ARRAY_DIVISOR`,35887,`ANY_SAMPLES_PASSED`,36202,`ANY_SAMPLES_PASSED_CONSERVATIVE`,35097,`SAMPLER_BINDING`,36975,`RGB10_A2UI`,36255,`INT_2_10_10_10_REV`,36386,`TRANSFORM_FEEDBACK`,36387,`TRANSFORM_FEEDBACK_PAUSED`,36388,`TRANSFORM_FEEDBACK_ACTIVE`,36389,`TRANSFORM_FEEDBACK_BINDING`,37167,`TEXTURE_IMMUTABLE_FORMAT`,36203,`MAX_ELEMENT_INDEX`,33503,`TEXTURE_IMMUTABLE_LEVELS`,-1,`TIMEOUT_IGNORED`,37447,`MAX_CLIENT_WAIT_TIMEOUT_WEBGL`,`WebGL2RenderingContextBase`,`PPn!2"n#2$$1%Pn&2'$1(Pn)2"n*2+Pn,,J2-$1.Pn/2"n02+Pn1,J2-n223n425$16Pn728Pn9,J2:$1;Pn<2"Pn=,J2>$1?PPn@,J2A$1BPnC2DnE2FnG2HnI2JnK2LnM2NnO2PnQ2RnS2TnU2V$1WPnX2-nY2Zn[2\\n]2^$1_Pn\`2-na2Znb2c'2d8$1ePnf2-ng2Znh2c'2d8$1iPnj2-nk2Znl2c'2d8$1mPnn2onp2qnr2snt1uPnv2"nw2xny2zn{2|n}2~n2\\n2n2n23$1
Pn2"n2xn2zn2|n2~n2\\n2no"2'2d8n28$1
Pn2"n2xn2n2n2n2|n2~n2\\n2n2n\xA023$1¡Pn¢2"n£2xn¤2n¥2n¦2n§2|n¨2~n©2\\nª2n¬o«"2'2d8n28$1¡Pn®2¯n°2±n²2³n´2µn¶25$1·Pn¸2"n¹2xnº2n»2n¼2n½2¾n¿2ÀnÁ2|nÂ2~$1ÃPnÄ1ÅPnÆ1ÇPnÈ1ÉPnÊ1ËPPnÌ,J2$$1ÍPPnÎ,J2:$1ÏPPnÐ,J2o$1ÑPPnÒ,J2>$1ÓPPnÔ,J2Õ$1ÖPn×2ØnÙ2ÚnÛ2ÜnÝ2Þ$1ßPnàF2á$1âPnã2Ønä2Ünå2ænç23nè2Þ$1éPnê2Ønë2ìní2înï2Ünð2ænñ23$1òPnó2"$1ôP$1õPnö2÷nø2qPnù,J1úPnû2"nü2ýPnþ,J2ÿnĀ2xnā2Ă$1ăPnĄ2ąnĆ2ćP&,J1ĈPnĉ2ąnĊ2ćnċ2Č"1čPnĎ2ąnďF2Đnđ2Č"1ĒPnē2"nĔ2ĕnėoĖ"2Ę'2ę8nĚ2ě8$1ĜPnĝ2ą&2Ğnğ1ĠPnġ2"nĢ2+"1ģPnĤ2"nĥ2znĦ2Č"1ħPnĨ2"nĩ2ČPnĪ,J1īPnĬ2$nĭ2Č"1ĮPnį2:nİ2Č"1ıPnIJ2onij2Č"1ĴPnĵ2ąnĶ2+Pnķ,J1ĸPnĹ2ą&2ĺnĻ1ļPnĽ2ą&F2ľPnĿF,J1ŀPnŁ2"nłF2Ń$1ńPnŅ2"nņF2ŃnŇ2¾nň2Ànʼn2|nŊ2~$1ŋPPnŌ,J2$nō1ŎPPnŏ,J2:nŐ1őPPnŒ,J2onœ1ŔPPnŕ,J2>nŖ1ŗPPnŘ,J2Õnř1ŚP$1śPnŜ2ŝ$1ŞPnş2"nŠ2šnŢ2znţ2|nŤ2~$1ťP$1ŦPnŧ2:nŨ2Čnũ2Ū$1ūPnŬ2:nŭ2ČnŮ2Ū$1ůPnŰ2"nű2xnŲ2znų2|nŴ2~nŵ2\\nŶ2nŷ2nŸ2ænŹ2ź$1ŻPnż2"nŽ2xnž2znſ2|nƀ2~nƁ2\\nƂ2nƃ2nƄ2ænƅ2Ɔ$1ŻPnƇ2"nƈ2xnƉ2znƊ2|nƋ2~nƌ2\\nƍ2nƎ2nƏ2æPnƑoƐ",J2$1ŻPnƒ2"nƓ2xnƔ2znƕ2|nƖ2~nƗ2\\nƘ2nƙ2nƚ2ænƜoƛ"2'2d$1ŻPnƝ2"nƞ2ƟnƠ2znơ2|nƢ2~$1ƣPnƤ2"nƥ2ƟnƦ2znƧ2|nƨ2~nƩ2\\$1ƪPnƫ2"nƬ2xnƭ2nƮ2nƯ2nư2|nƱ2~nƲ2\\nƳ2nƴ2ænƵ2ź$1ƶPnƷ2"nƸ2xnƹ2nƺ2nƻ2nƼ2|nƽ2~nƾ2\\nƿ2nǀ2ænǁ2Ɔ$1ƶPnǂ2"nǃ2xnDŽ2nDž2ndž2nLJ2|nLj2~nlj2\\nNJ2nNj2æPnǍonj",J2'2d8$1ƶPnǎ2ą&F2Ǐnǐ2Ǒ$1ǒPPnǓ,J2ǔnǕ2ǖ$1ǗPPnǘ,J2ǔnǙ2ǚ'2d8nǛ2ǜ8$1ǝPPnǞ,J2ǔnǟ2ǖnǠ2ǡ$1ǢPPnǣ,J2ǔnǤ2ǚ'2d8nǥ2ǜ8$1ǦPPnǧ,J2ǔnǨ2ǖnǩ2ǡnǪ2ǫ$1ǬPPnǭ,J2ǔnǮ2ǚ'2d8nǯ2ǜ8$1ǰPPnDZ,J2ǔnDz2ǖndz2ǡnǴ2ǫnǵ2Ƕ$1ǷPPnǸ,J2ǔnǹ2ǚ'2d8nǺ2ǜ8$1ǻPnǼ2ąnǽ2ćnǾ2ǿ$1ǿPPnȀ,J2ǔnȁ2Ȃnȃ2ǚ'2d8nȄ2ǜ8$1ȅPPnȆ,J2ǔnȇ2ȂnȈ2ǚ'2d8nȉ2ǜ8$1ȊPPnȋ,J2ǔnȌ2Ȃnȍ2ǚ'2d8nȎ2ǜ8$1ȏPPnȐ,J2ǔnȑ2ȂnȒ2ǚ'2d8nȓ2ǜ8$1ȔPPnȕ,J2ǔnȖ2Ȃnȗ2ǚ'2d8nȘ2ǜ8$1șPPnȚ,J2ǔnț2ȂnȜ2ǚ'2d8nȝ2ǜ8$1ȞPnȟ2+nȠ2ȡ$1ȢPnȣ2+nȤ2¾nȥ2ÀnȦ2ȧnȨ2ȩ$1ȪPnȫ2+nȬ2c$1ȭPnȮ2+nȯ2¾nȰ2Ànȱ2ȧnȲ2ȩ$1ȳPnȴ2+nȵ2c$1ȶPnȷ2+nȸ25nȹ2ænȺ2Ȼnȼ23$1ȽPnȾ2onȿ2qnɀ2s$1Ɂ.ɂ4Ƀ9.Ʉ4Ʌ9.Ɇ4ɇ9.Ɉ4ɉ9.Ɋ4ɋ9.Ɍ4ɍ9.Ɏ4ɏ9.ɐ4ɑ9.ɒ4ɓ9.ɔ4ɕ9.ɖ4ɗ9.ɘ4ə9.ɚ4ɛ9.ɜ4ɝ9.ɞ4ɟ9.ɠ4ɡ9.ɢ4ɣ9.ɤ4ɥ9.ɦ4ɧ9.ɨ4ɩ9.ɪ4ɫ9.ɬ4ɭ9.ɮ4ɯ9.ɰ4ɱ9.ɲ4ɳ9.ɴ4ɵ9.ɶ4ɷ9.ɸ4ɹ9.ɺ4ɻ9.ɼ4ɽ9.ɾ4ɿ9.ʀ4ʁ9.ʂ4ʃ9.ʄ4ʅ9.ʆ4ʇ9.ʈ4ʉ9.ʊ4ʋ9.ʌ4ʍ9.ʎ4ʏ9.ʐ4ʑ9.ʒ4ʓ9.ʔ4ʕ9.ʖ4ʗ9.ʘ4ʙ9.ʚ4ʛ9.ʜ4ʝ9.ʞ4ʟ9.ʠ4ʡ9.ʢ4ʣ9.ʤ4ʥ9.ʦ4ʧ9.ʨ4ʩ9.ʪ4ʫ9.ʬ4ʭ9.ʮ4ʯ9.ʰ4ʱ9.ʲ4ʳ9.ʴ4ʵ9.ʶ4ʷ9.ʸ4ʹ9.ʺ4ʻ9.ʼ4ʽ9.ʾ4ʿ9.ˀ4ˁ9.˂4˃9.˄4˅9.ˆ4ˇ9.ˈ4ˉ9.ˊ4ˋ9.ˌ4ˍ9.ˎ4ˏ9.ː4ˑ9.˒4˓9.˔4˕9.˖4˗9.˘4˙9.˚4˛9.˜4˝9.˞4˟9.ˠ4ˡ9.ˢ4ˣ9.ˤ4˥9.˦4˧9.˨4˩9.˪4˫9.ˬ4˭9.ˮ4˯9.˰4˱9.˲4˳9.˴4˵9.˶4˷9.˸4˹9.˺4˻9.˼4˽9.˾4˿9.̀4́9.̂4̃9.̄4̅9.̆4̇9.̈4̉9.̊4̋9.̌4̍9.̎4̏9.̐4̑9.̒4̓9.̔4̕9.̖4̗9.̘4̙9.̚4̛9.̜4̝9.̞4̟9.̠4̡9.̢4̣9.̤4̥9.̦4̧9.̨4̩9.̪4̫9.̬4̭9.̮4̯9.̰4̱9.̲4̳9.̴4̵9.̶4̷9.̸4̹9.̺4̻9.̼4̽9.̾4̿9.̀4́9.͂4̓9.̈́4ͅ9.͆4͇9.͈4͉9.͊4͋9.͌4͍9.͎4͏9.͐4͑9.͒4͓9.͔4͕9.͖4͗9.͘4͙9.͚4͛9.͜4͝9.͞4͟9.͠4͡9.͢4ͣ9.ͤ4ͥ9.ͦ4ͧ9.ͨ4ͩ9.ͪ4ͫ9.ͬ4ͭ9.ͮ4ͯ9.Ͱ4ͱ9.Ͳ4ͳ9.ʹ4͵9.Ͷ4ͷ9.49.ͺ4ͻ9.ͼ4ͽ9.;4Ϳ9.49.49.΄4΅9.Ά4·9.Έ4Ή9.Ί49.Ό49.Ύ4Ώ9.ΐ4Α9.Β4Γ9.Δ4Ε9.Ζ4Η9.Θ4Ι9.Κ4Λ9.Μ4Ν9.Ξ4Ο9.Π4Ρ9.4Σ9.Τ4Υ9.Φ4Χ9.Ψ4Ω9.Ϊ4Ϋ9.ά4έ9.ή4ί9.ΰ4α9.β4γ9.δ4ε9.ζ4η9.θ4ι9.κ4λ9.μ4ν9.ξ4ο9.π4ρ9.ς4σ9.τ4υ9.φ4χ9.ψ4ω9.ϊ4ϋ9.ό4ύ9.ώ4Ϗ9.ϐ4ϑ9.ϒ4ϓ9.ϔ4ϕ9.ϖ4ϗ9.Ϙ4ϙ9.Ϛ4ϛ9.Ϝ4ϝ9.Ϟ4ϟ9.Ϡ4ϡ9.Ϣ4ϣ9.Ϥ4ϥ9.Ϧ4ϧ9.Ϩ4ϩ9.Ϫ4ϫ9.Ϭ4ϭ9.Ϯ4ϯ9.ϰ4ϱ9.ϲ4ϳ9.ϴ4ϵ9.϶4Ϸ9.ϸ4Ϲ9.Ϻ4ϻ9.ϼ4Ͻ9.Ͼ4Ͽ9.Ѐ4Ё9.Ђ4Ѓ9.Є4Ѕ9.І4Ї9.Ј4Љ9.Њ4Ћ9.Ќ4Ѝ9.Ў4Џ9.А4Б9.В4Г9.Д4Е9.Ж4З9.И4Й9.К4Л9.М4Н9.О4П9.Р4С9.Т4У9.Ф4Х9.Ц4Ч9.Ш4Щ9.Ъ4Ы9.Ь4Э9.Ю4Я9.а4б9.в4г9.д4е9.ж4з9.и4й9.к4л9.м4н9.о4п9.р4с9.т4у9.ф4х9.ц4ч9.ш4щ9.ъ4ы9.ь4э9Mwюy`],Sx=[()=>fC,`target`,()=>uw,`size`,()=>fC,`usage`,`bufferData`,()=>fC,()=>dw,`srcData`,()=>fC,()=>fC,()=>fw,()=>pw,()=>fC,`srcOffset`,()=>hC,`length`,()=>fC,()=>wC,`dstByteOffset`,()=>dw,`bufferSubData`,()=>fC,()=>wC,()=>fw,()=>pw,()=>hC,()=>fC,()=>SC,`level`,()=>fC,`internalformat`,()=>dC,`width`,()=>dC,`height`,()=>SC,`border`,()=>dC,`imageSize`,()=>wC,`offset`,`compressedTexImage2D`,()=>fC,()=>SC,()=>fC,()=>dC,()=>dC,()=>SC,()=>fw,()=>pw,()=>hC,`srcLengthOverride`,()=>fC,()=>SC,()=>SC,`xoffset`,()=>SC,`yoffset`,()=>dC,()=>dC,()=>fC,`format`,()=>dC,()=>wC,`compressedTexSubImage2D`,()=>fC,()=>SC,()=>SC,()=>SC,()=>dC,()=>dC,()=>fC,()=>fw,()=>pw,()=>hC,()=>SC,`x`,()=>SC,`y`,()=>dC,()=>dC,()=>fC,()=>fC,`type`,()=>fw,()=>pw,`dstData`,`readPixels`,()=>SC,()=>SC,()=>dC,()=>dC,()=>fC,()=>fC,()=>wC,()=>SC,()=>SC,()=>dC,()=>dC,()=>fC,()=>fC,()=>fw,()=>pw,`dstOffset`,()=>fC,()=>SC,()=>SC,()=>dC,()=>dC,()=>SC,()=>fC,()=>fC,()=>fw,()=>pw,`pixels`,`texImage2D`,()=>fC,()=>SC,()=>SC,()=>fC,()=>fC,()=>mw,`source`,()=>fC,()=>SC,()=>SC,()=>dC,()=>dC,()=>SC,()=>fC,()=>fC,()=>wC,`pboOffset`,()=>fC,()=>SC,()=>SC,()=>dC,()=>dC,()=>SC,()=>fC,()=>fC,()=>mw,()=>fC,()=>SC,()=>SC,()=>dC,()=>dC,()=>SC,()=>fC,()=>fC,()=>fw,()=>pw,()=>fC,()=>SC,()=>SC,()=>SC,()=>dC,()=>dC,()=>fC,()=>fC,()=>fw,()=>pw,`texSubImage2D`,()=>fC,()=>SC,()=>SC,()=>SC,()=>fC,()=>fC,()=>mw,()=>fC,()=>SC,()=>SC,()=>SC,()=>dC,()=>dC,()=>fC,()=>fC,()=>wC,()=>fC,()=>SC,()=>SC,()=>SC,()=>dC,()=>dC,()=>fC,()=>fC,()=>mw,()=>fC,()=>SC,()=>SC,()=>SC,()=>dC,()=>dC,()=>fC,()=>fC,()=>fw,()=>pw,()=>sw,`location`,()=>lw,`data`,()=>hC,`srcLength`,`uniform1fv`,()=>sw,()=>hw,()=>hC,`uniform1iv`,()=>sw,()=>lw,()=>hC,`uniform2fv`,()=>sw,()=>hw,()=>hC,`uniform2iv`,()=>sw,()=>lw,()=>hC,`uniform3fv`,()=>sw,()=>hw,()=>hC,`uniform3iv`,()=>sw,()=>lw,()=>hC,`uniform4fv`,()=>sw,()=>hw,()=>hC,`uniform4iv`,()=>sw,()=>CC,`transpose`,()=>lw,()=>hC,`uniformMatrix2fv`,()=>sw,()=>CC,()=>lw,()=>hC,`uniformMatrix3fv`,()=>sw,()=>CC,()=>lw,()=>hC,`uniformMatrix4fv`,`WebGL2RenderingContextOverloads`,`PPn!2"n#2$n%2&$1'Pn(2"Pn),J2*n+2&$1'Pn,2"n.o-"2*n/2&'20n1228$1'Pn32"n425n62*$17Pn82"n925n;o:"2*'20n<228$17Pn=2"n>2?n@2AnB2CnD2EnF2GnH2InJ2K$1LPnM2"nN2?nO2AnP2CnQ2EnR2GnToS"2*'208nU2V8$1LPnW2"nX2?nY2Zn[2\\n]2Cn^2En_2\`na2Inb2K$1cPnd2"ne2?nf2Zng2\\nh2Cni2Enj2\`nlok"2*'208nm2V8$1cPnn2onp2qnr2Cns2Ent2\`nu2vPnxow",J2y$1zPn{2on|2qn}2Cn~2En2\`n2vn2K$1zPn2on2qn2Cn
2En2\`n2vno"2y'2$1zPn2"n2?n2An2Cn2En2Gn2\`n2vPno",J2$1Pn2"n2?n2An2\`n2vn2$1Pn2"n2?n\xA02An¡2Cn¢2En£2Gn¤2\`n¥2vn¦2§$1Pn¨2"n©2?nª2An«2Cn¬2En2Gn®2\`n¯2vn°2$1Pn±2"n²2?n³2An´2Cnµ2En¶2Gn·2\`n¸2vnºo¹"2*'20$1Pn»2"n¼2?n½2Zn¾2\\n¿2CnÀ2EnÁ2\`nÂ2vPnÄoÃ",J2$1ÅPnÆ2"nÇ2?nÈ2ZnÉ2\\nÊ2\`nË2vnÌ2$1ÅPnÍ2"nÎ2?nÏ2ZnÐ2\\nÑ2CnÒ2EnÓ2\`nÔ2vnÕ2§$1ÅPnÖ2"n×2?nØ2ZnÙ2\\nÚ2CnÛ2EnÜ2\`nÝ2vnÞ2$1ÅPnß2"nà2?ná2Znâ2\\nã2Cnä2Enå2\`næ2vnèoç"2*'20$1ÅPPné,J2ênë2ì'208ní2î8$1ïPPnð,J2ênñ2ì'208nò2î8$1óPPnô,J2ênõ2ì'208nö2î8$1÷PPnø,J2ênù2ì'208nú2î8$1ûPPnü,J2êný2ì'208nþ2î8$1ÿPPnĀ,J2ênā2ì'208nĂ2î8$1ăPPnĄ,J2êną2ì'208nĆ2î8$1ćPPnĈ,J2ênĉ2ì'208nĊ2î8$1ċPPnČ,J2ênč2Ďnď2ì'208nĐ2î8$1đPPnĒ,J2ênē2ĎnĔ2ì'208nĕ2î8$1ĖPPnė,J2ênĘ2Ďnę2ì'208nĚ2î8$1ěMwĜy`],Cx=[`size`,`type`,`arrayBuffer`,`bytes`,`start`,`end`,`contentType`,0,`slice`,()=>ww,`stream`,`text`,`Blob`,"P'4!9&4\"9P_`1#PW`1$P'2%8'2&8&2'8n(1)PWo*\"1+P&`1,Mw-y"],wx=[`bubbles`,`cancelBubble`,`cancelable`,`composed`,()=>Yb,`currentTarget`,`defaultPrevented`,`eventPhase`,`isTrusted`,`returnValue`,()=>Yb,`srcElement`,()=>Yb,`target`,()=>Tw,`timeStamp`,`type`,()=>Yb,`composedPath`,`initEvent`,`preventDefault`,`stopImmediatePropagation`,`stopPropagation`,0,`NONE`,1,`CAPTURING_PHASE`,2,`AT_TARGET`,3,`BUBBLING_PHASE`,`Event`,`P)4!9)4")4#9)4$9Pn%,J4&9)4'9'4(9)4)9)4*Pn+,J4,9Pn-,J4.9n/409&419Pn2F13P&21)2!8)2#8$14P$15P$16P$17.8499.:4;9.<4=9.>4?9Mw@y`],Tx=[`quality`,`type`,`ImageEncodeOptions`,`P'4!8&4"8Mw#y`],Ex=[()=>ex,()=>tx,()=>nx,()=>rx,()=>ix,()=>ax,()=>ox,()=>sx,()=>cx,()=>lx,()=>dx,()=>fx,()=>px,()=>mx,()=>hx,()=>Rb,`canvas`,`OffscreenCanvasRenderingContext2D`,`Pn!n"n#n$n%n&n'n(n)n*n+n,n-n.n/n0419Mw2y`],Dx=[`2d`,`bitmaprenderer`,`webgl`,`webgl2`,`webgpu`,`OffscreenRenderingContextId`,`P.!.".#.$.%Jw&y`],Ox=[()=>Ex,()=>Mb,()=>Pb,()=>Fb,`OffscreenRenderingContext`,`Pn!n"n#n$Jw%y`],kx=[()=>wx,`contextlost`,()=>wx,`contextrestored`,`OffscreenCanvasEventMap`,`Pn!4"n#4$Mw%y`],Ax=[()=>wx,`fullscreenchange`,()=>wx,`fullscreenerror`,`ElementEventMap`,`Pn!4"n#4$Mw%y`],jx=[()=>dS,`abort`,()=>fS,`animationcancel`,()=>fS,`animationend`,()=>fS,`animationiteration`,()=>fS,`animationstart`,()=>pS,`auxclick`,()=>mS,`beforeinput`,()=>wx,`beforematch`,()=>hS,`beforetoggle`,()=>gS,`blur`,()=>wx,`cancel`,()=>wx,`canplay`,()=>wx,`canplaythrough`,()=>wx,`change`,()=>pS,`click`,()=>wx,`close`,()=>Ew,`compositionend`,()=>Ew,`compositionstart`,()=>Ew,`compositionupdate`,()=>wx,`contextlost`,()=>pS,`contextmenu`,()=>wx,`contextrestored`,()=>_S,`copy`,()=>wx,`cuechange`,()=>_S,`cut`,()=>vS,`dblclick`,()=>yS,`drag`,()=>yS,`dragend`,()=>yS,`dragenter`,()=>yS,`dragleave`,()=>yS,`dragover`,()=>yS,`dragstart`,()=>yS,`drop`,()=>wx,`durationchange`,()=>wx,`emptied`,()=>wx,`ended`,()=>Dw,`error`,()=>gS,`focus`,()=>gS,`focusin`,()=>gS,`focusout`,()=>xS,`formdata`,()=>pS,`gotpointercapture`,()=>wx,`input`,()=>wx,`invalid`,()=>SS,`keydown`,()=>SS,`keypress`,()=>SS,`keyup`,()=>wx,`load`,()=>wx,`loadeddata`,()=>wx,`loadedmetadata`,()=>wx,`loadstart`,()=>pS,`lostpointercapture`,()=>vS,`mousedown`,()=>vS,`mouseenter`,()=>vS,`mouseleave`,()=>vS,`mousemove`,()=>vS,`mouseout`,()=>vS,`mouseover`,()=>vS,`mouseup`,()=>_S,`paste`,()=>wx,`pause`,()=>wx,`play`,()=>wx,`playing`,()=>pS,`pointercancel`,()=>pS,`pointerdown`,()=>pS,`pointerenter`,()=>pS,`pointerleave`,()=>pS,`pointermove`,()=>pS,`pointerout`,()=>pS,`pointerover`,()=>wx,`pointerrawupdate`,()=>pS,`pointerup`,()=>CS,`progress`,()=>wx,`ratechange`,()=>wx,`reset`,()=>dS,`resize`,()=>wx,`scroll`,()=>wx,`scrollend`,()=>wS,`securitypolicyviolation`,()=>wx,`seeked`,()=>wx,`seeking`,()=>wx,`select`,()=>wx,`selectionchange`,()=>wx,`selectstart`,()=>wx,`slotchange`,()=>wx,`stalled`,()=>TS,`submit`,()=>wx,`suspend`,()=>wx,`timeupdate`,()=>hS,`toggle`,()=>ES,`touchcancel`,()=>ES,`touchend`,()=>ES,`touchmove`,()=>ES,`touchstart`,()=>DS,`transitioncancel`,()=>DS,`transitionend`,()=>DS,`transitionrun`,()=>DS,`transitionstart`,()=>wx,`volumechange`,()=>wx,`waiting`,()=>wx,`webkitanimationend`,()=>wx,`webkitanimationiteration`,()=>wx,`webkitanimationstart`,()=>wx,`webkittransitionend`,()=>OS,`wheel`,`GlobalEventHandlersEventMap`,`Pn!4"n#4$n%4&n'4(n)4*n+4,n-4.n/40n142n344n546n748n94:n;4<n=4>n?4@nA4BnC4DnE4FnG4HnI4JnK4LnM4NnO4PnQ4RnS4TnU4VnW4XnY4Zn[4\\n]4^n_4\`na4bnc4dne4fng4hni4jnk4lnm4nno4pnq4rns4tnu4vnw4xny4zn{4|n}4~n4n4n4n
4n4n4n4n4n4n4n4n4n4n4n4n4n4\xA0n¡4¢n£4¤n¥4¦n§4¨n©4ªn«4¬n4®n¯4°n±4²n³4´nµ4¶n·4¸n¹4ºn»4¼n½4¾n¿4ÀnÁ4ÂnÃ4ÄnÅ4ÆnÇ4ÈnÉ4ÊnË4ÌnÍ4ÎnÏ4ÐnÑ4ÒnÓ4ÔnÕ4Ön×4ØnÙ4ÚnÛ4ÜnÝ4Þnß4àná4ânã4änå4ænç4èné4ênë4ìní4înï4ðnñ4òMwóy`],Mx=[()=>Yb,`aborted`,0,`this`,()=>wx,`ev`,``,`onabort`,`reason`,`throwIfAborted`,`type`,0,()=>Ow,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>Ow,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`AbortSignal`,`Pn!)4"9PPn#2$n%2&"/',J4("4)9P$1*P"2+Pn,2$n-"f2&"/'2.P)n/J208$11P&2+n22.P)n3J208$11P"2+Pn42$n5"f2&"/'2.P)n6J208$17P&2+n82.P)n9J208$17Mw:y`],Nx=[()=>wx,`evt`,``,`EventListener`,`PPn!2"$v#Mw$y`],Px=[()=>wx,`object`,`handleEvent`,`EventListenerObject`,`PPn!2"$1#Mw$y`],Fx=[()=>Yb,`baseURI`,()=>kw,()=>Rx,`childNodes`,()=>Rx,`firstChild`,`isConnected`,()=>Rx,`lastChild`,()=>Rx,`nextSibling`,`nodeName`,`nodeType`,`nodeValue`,()=>Ux,`ownerDocument`,()=>Db,`parentElement`,()=>Bx,`parentNode`,()=>Rx,`previousSibling`,`textContent`,`node`,`appendChild`,`subtree`,0,`cloneNode`,0,`other`,`compareDocumentPosition`,0,`contains`,()=>Aw,`options`,0,`getRootNode`,`hasChildNodes`,0,`child`,`insertBefore`,`namespace`,`isDefaultNamespace`,0,`otherNode`,`isEqualNode`,0,`isSameNode`,`prefix`,`lookupNamespaceURI`,`lookupPrefix`,`normalize`,`removeChild`,0,`replaceChild`,1,`ELEMENT_NODE`,2,`ATTRIBUTE_NODE`,3,`TEXT_NODE`,4,`CDATA_SECTION_NODE`,5,`ENTITY_REFERENCE_NODE`,6,`ENTITY_NODE`,7,`PROCESSING_INSTRUCTION_NODE`,8,`COMMENT_NODE`,9,`DOCUMENT_NODE`,10,`DOCUMENT_TYPE_NODE`,11,`DOCUMENT_FRAGMENT_NODE`,12,`NOTATION_NODE`,1,`DOCUMENT_POSITION_DISCONNECTED`,2,`DOCUMENT_POSITION_PRECEDING`,4,`DOCUMENT_POSITION_FOLLOWING`,8,`DOCUMENT_POSITION_CONTAINS`,16,`DOCUMENT_POSITION_CONTAINED_BY`,32,`DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC`,`Node`,`Pn!&4"9n$o#"4%9Pn&,J4'9)4(9Pn),J4*9Pn+,J4,9&4-9'4.9P&,J4/Pn0,J419Pn2,J439Pn4,J459Pn6,J479P&,J48P"29"1:P)2;8n<1=Pn>2?'1@PPnA,J2?)1BPnC2D8nE1FP)1GP"29PnH,J2I"1JPP&,J2K)1LPPnM,J2N)1OPPnP,J2N)1QPP&,J2RP&,J1SPP&,J2KP&,J1TP$1UP"2I"1VPnW29"2I"1X.Y4Z9.[4\\9.]4^9._4\`9.a4b9.c4d9.e4f9.g4h9.i4j9.k4l9.m4n9.o4p9.q4r9.s4t9.u4v9.w4x9.y4z9.{4|9Mw}y`],Ix=[()=>Ub,`ariaActiveDescendantElement`,`ariaAtomic`,`ariaAutoComplete`,`ariaBrailleLabel`,`ariaBrailleRoleDescription`,`ariaBusy`,`ariaChecked`,`ariaColCount`,`ariaColIndex`,`ariaColIndexText`,`ariaColSpan`,()=>jw,()=>Ub,`ariaControlsElements`,`ariaCurrent`,()=>jw,()=>Ub,`ariaDescribedByElements`,`ariaDescription`,()=>jw,()=>Ub,`ariaDetailsElements`,`ariaDisabled`,()=>jw,()=>Ub,`ariaErrorMessageElements`,`ariaExpanded`,()=>jw,()=>Ub,`ariaFlowToElements`,`ariaHasPopup`,`ariaHidden`,`ariaInvalid`,`ariaKeyShortcuts`,`ariaLabel`,()=>jw,()=>Ub,`ariaLabelledByElements`,`ariaLevel`,`ariaLive`,`ariaModal`,`ariaMultiLine`,`ariaMultiSelectable`,`ariaOrientation`,()=>jw,()=>Ub,`ariaOwnsElements`,`ariaPlaceholder`,`ariaPosInSet`,`ariaPressed`,`ariaReadOnly`,`ariaRelevant`,`ariaRequired`,`ariaRoleDescription`,`ariaRowCount`,`ariaRowIndex`,`ariaRowIndexText`,`ariaRowSpan`,`ariaSelected`,`ariaSetSize`,`ariaSort`,`ariaValueMax`,`ariaValueMin`,`ariaValueNow`,`ariaValueText`,`role`,`ARIAMixin`,`PPn!,J4"P&,J4#P&,J4$P&,J4%P&,J4&P&,J4'P&,J4(P&,J4)P&,J4*P&,J4+P&,J4,Pn.o-",J4/P&,J40Pn2o1",J43P&,J44Pn6o5",J47P&,J48Pn:o9",J4;P&,J4<Pn>o=",J4?P&,J4@P&,J4AP&,J4BP&,J4CP&,J4DPnFoE",J4GP&,J4HP&,J4IP&,J4JP&,J4KP&,J4LP&,J4MPnOoN",J4PP&,J4QP&,J4RP&,J4SP&,J4TP&,J4UP&,J4VP&,J4WP&,J4XP&,J4YP&,J4ZP&,J4[P&,J4\\P&,J4]P&,J4^P&,J4_P&,J4\`P&,J4aP&,J4bP&,J4cMwdy`],Lx=[()=>Mw,()=>Nw,`keyframes`,()=>Pw,`options`,()=>Fw,`animate`,()=>Iw,()=>Fw,`getAnimations`,`Animatable`,`PPPn!Fn",J2#P'n$J2%8n&1'Pn(2%8n)F1*Mw+y`],Rx=[()=>Fx,()=>Fx,`nodes`,`after`,()=>Fx,`before`,`remove`,()=>Fx,`replaceWith`,`ChildNode`,`Pn!PPn"&J@2#$1$PPn%&J@2#$1&P$1'PPn(&J@2#$1)Mw*y`],zx=[()=>Ub,`nextElementSibling`,()=>Ub,`previousElementSibling`,`NonDocumentTypeChildNode`,`PPn!,J4"9Pn#,J4$9Mw%y`],Bx=[()=>Fx,`childElementCount`,()=>Lw,`children`,()=>Ub,`firstElementChild`,()=>Ub,`lastElementChild`,()=>Fx,`nodes`,`append`,()=>Fx,`prepend`,`selectors`,()=>qx,`querySelector`,()=>Jx,()=>Yx,()=>tS,()=>kw,()=>qx,`querySelectorAll`,()=>kw,()=>Jx,()=>kw,()=>Yx,()=>kw,()=>tS,()=>kw,()=>Fx,`replaceChildren`,`ParentNode`,`Pn!'4"9n#4$9Pn%,J4&9Pn',J4(9PPn)&J@2*$1+PPn,&J@2*$1-P"2.Pn/"f,J10P"2.Pn1"f,J10P"2.Pn2"f,J10P"2.Pn3"f,J10P&2.P",J10P"2.n5"fo4"16P"2.n8"fo7"16P"2.n:"fo9"16P"2.n<"fo;"16P&2."o="16PPn>&J@2*$1?Mw@y`],Vx=[()=>Rw,`assignedSlot`,`Slottable`,`PPn!,J4"9Mw#y`],Hx=[`length`,`qualifiedName`,()=>Zx,`getNamedItem`,`namespace`,`localName`,()=>Zx,`getNamedItemNS`,`index`,()=>Zx,`item`,()=>Zx,`removeNamedItem`,()=>Zx,`removeNamedItemNS`,()=>Zx,`attr`,()=>Zx,`setNamedItem`,()=>Zx,()=>Zx,`setNamedItemNS`,()=>Zx,`NamedNodeMap`,`P'4!9P&2"Pn#,J1$PP&,J2%&2&Pn',J1(P'2)Pn*,J1+P&2"n,1-PP&,J2%&2&n.1/Pn021Pn2,J13Pn421Pn5,J16'n7LMw8y`],Ux=[()=>Fx,()=>zw,()=>Bw,()=>Kb,()=>Vw,()=>Bx,()=>Hw,`URL`,`alinkColor`,()=>Uw,`all`,()=>eS,()=>Ww,`anchors`,()=>Lw,`applets`,`bgColor`,()=>Db,`body`,`characterSet`,`charset`,`compatMode`,`contentType`,`cookie`,()=>Gw,`currentScript`,()=>Kw,()=>globalThis,`defaultView`,`designMode`,`dir`,()=>qw,`doctype`,()=>Db,`documentElement`,`documentURI`,`domain`,()=>eS,()=>Jw,`embeds`,`fgColor`,()=>eS,()=>jS,`forms`,()=>Yw,`fragmentDirective`,`fullscreen`,`fullscreenEnabled`,()=>Xw,`head`,`hidden`,()=>eS,()=>Zw,`images`,()=>Qw,`implementation`,`inputEncoding`,`lastModified`,`linkColor`,()=>eS,()=>Ww,()=>$w,`links`,0,`this`,()=>wx,`ev`,``,`onfullscreenchange`,0,()=>wx,`onfullscreenerror`,0,()=>wx,`onpointerlockchange`,0,()=>wx,`onpointerlockerror`,0,()=>wx,`onreadystatechange`,0,()=>wx,`onvisibilitychange`,`ownerDocument`,`pictureInPictureEnabled`,()=>eS,()=>Jw,`plugins`,()=>eT,`readyState`,`referrer`,()=>tT,`rootElement`,()=>eS,()=>nT,`scripts`,()=>Ub,`scrollingElement`,()=>rT,`timeline`,`title`,()=>iT,`visibilityState`,`vlinkColor`,`node`,`adoptNode`,`captureEvents`,`x`,`y`,()=>aT,`options`,()=>oT,`caretPositionFromPoint`,()=>sT,`caretRangeFromPoint`,`clear`,`close`,`localName`,()=>Zx,`createAttribute`,`namespace`,`qualifiedName`,()=>Zx,`createAttributeNS`,`data`,()=>cT,`createCDATASection`,()=>lT,`createComment`,()=>uT,`createDocumentFragment`,`tagName`,()=>dT,()=>qx,`createElement`,()=>dT,()=>tS,()=>dT,()=>Db,`http://www.w3.org/1999/xhtml`,`namespaceURI`,()=>Db,`createElementNS`,`http://www.w3.org/2000/svg`,()=>Jx,`http://www.w3.org/2000/svg`,()=>nS,`http://www.w3.org/1998/Math/MathML`,()=>Yx,`http://www.w3.org/1998/Math/MathML`,()=>rS,()=>dT,()=>Ub,()=>dT,()=>Ub,`AnimationEvent`,`eventInterface`,()=>fS,`createEvent`,`AnimationPlaybackEvent`,()=>fT,`AudioProcessingEvent`,()=>pT,`BeforeUnloadEvent`,()=>mT,`BlobEvent`,()=>hT,`ClipboardEvent`,()=>_S,`CloseEvent`,()=>gT,`CompositionEvent`,()=>Ew,`ContentVisibilityAutoStateChangeEvent`,()=>_T,`CookieChangeEvent`,()=>vT,`CustomEvent`,()=>yT,`DeviceMotionEvent`,()=>bT,`DeviceOrientationEvent`,()=>xT,`DragEvent`,()=>yS,`ErrorEvent`,()=>Dw,`Event`,()=>wx,`Events`,()=>wx,`FocusEvent`,()=>gS,`FontFaceSetLoadEvent`,()=>ST,`FormDataEvent`,()=>xS,`GamepadEvent`,()=>CT,`HashChangeEvent`,()=>wT,`IDBVersionChangeEvent`,()=>TT,`InputEvent`,()=>mS,`KeyboardEvent`,()=>SS,`MIDIConnectionEvent`,()=>ET,`MIDIMessageEvent`,()=>DT,`MediaEncryptedEvent`,()=>OT,`MediaKeyMessageEvent`,()=>kT,`MediaQueryListEvent`,()=>AT,`MediaStreamTrackEvent`,()=>Xb,`MessageEvent`,()=>jT,`MouseEvent`,()=>vS,`MouseEvents`,()=>vS,`OfflineAudioCompletionEvent`,()=>MT,`PageRevealEvent`,()=>NT,`PageSwapEvent`,()=>PT,`PageTransitionEvent`,()=>FT,`PaymentMethodChangeEvent`,()=>IT,`PaymentRequestUpdateEvent`,()=>LT,`PictureInPictureEvent`,()=>RT,`PointerEvent`,()=>pS,`PopStateEvent`,()=>zT,`ProgressEvent`,()=>CS,`PromiseRejectionEvent`,()=>BT,`RTCDTMFToneChangeEvent`,()=>VT,`RTCDataChannelEvent`,()=>HT,`RTCErrorEvent`,()=>UT,`RTCPeerConnectionIceErrorEvent`,()=>WT,`RTCPeerConnectionIceEvent`,()=>GT,`RTCTrackEvent`,()=>KT,`SecurityPolicyViolationEvent`,()=>wS,`SpeechSynthesisErrorEvent`,()=>qT,`SpeechSynthesisEvent`,()=>JT,`StorageEvent`,()=>YT,`SubmitEvent`,()=>TS,`TextEvent`,()=>XT,`ToggleEvent`,()=>hS,`TouchEvent`,()=>ES,`TrackEvent`,()=>ZT,`TransitionEvent`,()=>DS,`UIEvent`,()=>dS,`UIEvents`,()=>dS,`WebGLContextEvent`,()=>QT,`WheelEvent`,()=>OS,()=>wx,()=>Fx,`root`,`whatToShow`,()=>$T,`filter`,()=>eE,`createNodeIterator`,`target`,()=>tE,`createProcessingInstruction`,()=>sT,`createRange`,()=>nE,`createTextNode`,()=>Fx,()=>$T,()=>rE,`createTreeWalker`,`commandId`,`showUI`,`value`,`execCommand`,`exitFullscreen`,`exitPictureInPicture`,`exitPointerLock`,`elementId`,()=>Db,`getElementById`,`classNames`,()=>eS,()=>Ub,`getElementsByClassName`,`elementName`,()=>kw,()=>Db,`getElementsByName`,()=>eS,()=>qx,`getElementsByTagName`,()=>eS,()=>Jx,()=>eS,()=>Yx,()=>eS,()=>tS,()=>eS,()=>Ub,`http://www.w3.org/1999/xhtml`,()=>eS,()=>Db,`getElementsByTagNameNS`,`http://www.w3.org/2000/svg`,()=>eS,()=>nS,`http://www.w3.org/1998/Math/MathML`,()=>eS,()=>rS,()=>eS,()=>Ub,()=>iE,`getSelection`,`hasFocus`,`hasStorageAccess`,()=>aE,`importNode`,`unused1`,`unused2`,0,`open`,()=>oE,`url`,`name`,`features`,()=>Kw,`queryCommandEnabled`,`queryCommandIndeterm`,`queryCommandState`,`queryCommandSupported`,`queryCommandValue`,`releaseEvents`,`requestStorageAccess`,()=>sE,()=>cE,`callbackOptions`,()=>lE,`startViewTransition`,`text`,`write`,`writeln`,`type`,0,()=>uE,`listener`,()=>Bb,`addEventListener`,()=>Vb,()=>Bb,0,()=>uE,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`Document`,`Pn!n"n#n$n%n&n'&4(9&4)n*4+9n-o,"4.9n/409&41n243&449&459&469&479&48Pn9,J4:9PPn;i<K,J4=9&4>&4?Pn@,J4A9nB4C9&4D9&4EnGoF"4H9&4InKoJ"4L9nM4N9)4O9)4P9nQ4R9)4S9nUoT"4V9nW4X9&4Y9&4Z9&4[Pn]n^Jo\\"4_9!!PPn\`2anb2c"/d,J4ePPnf2ang2c"/d,J4hPPni2anj2c"/d,J4kPPnl2anm2c"/d,J4nPPno2anp2c"/d,J4qPPnr2ans2c"/d,J4t,4u9)4v9nxow"4y9nz4{9&4|9Pn},J4~9no"49Pn,J49n4
9&4n49&4P"2"1P$1P'2'2n28Pn,J1P'2'2Pn,J1P$1P$1P&2n1PP&,J2&2n1P&2n1\xA0P&2n¡1¢Pn£1¤P"2¥n¦28n§"f1¨P"2¥n©28nª"f1¨P&2¥n«28n¬1¨P.2®&2n¯1°P.±2®"2n²"f1°P.³2®&2n´1°P.µ2®"2n¶"f1°P.·2®&2n¸1°PP&,J2®&2n¹28nº1°PP&,J2&2P&n»J28n¼1°P.½2¾n¿1ÀP.Á2¾nÂ1ÀP.Ã2¾nÄ1ÀP.Å2¾nÆ1ÀP.Ç2¾nÈ1ÀP.É2¾nÊ1ÀP.Ë2¾nÌ1ÀP.Í2¾nÎ1ÀP.Ï2¾nÐ1ÀP.Ñ2¾nÒ1ÀP.Ó2¾nÔ1ÀP.Õ2¾nÖ1ÀP.×2¾nØ1ÀP.Ù2¾nÚ1ÀP.Û2¾nÜ1ÀP.Ý2¾nÞ1ÀP.ß2¾nà1ÀP.á2¾nâ1ÀP.ã2¾nä1ÀP.å2¾næ1ÀP.ç2¾nè1ÀP.é2¾nê1ÀP.ë2¾nì1ÀP.í2¾nî1ÀP.ï2¾nð1ÀP.ñ2¾nò1ÀP.ó2¾nô1ÀP.õ2¾nö1ÀP.÷2¾nø1ÀP.ù2¾nú1ÀP.û2¾nü1ÀP.ý2¾nþ1ÀP.ÿ2¾nĀ1ÀP.ā2¾nĂ1ÀP.ă2¾nĄ1ÀP.ą2¾nĆ1ÀP.ć2¾nĈ1ÀP.ĉ2¾nĊ1ÀP.ċ2¾nČ1ÀP.č2¾nĎ1ÀP.ď2¾nĐ1ÀP.đ2¾nĒ1ÀP.ē2¾nĔ1ÀP.ĕ2¾nĖ1ÀP.ė2¾nĘ1ÀP.ę2¾nĚ1ÀP.ě2¾nĜ1ÀP.ĝ2¾nĞ1ÀP.ğ2¾nĠ1ÀP.ġ2¾nĢ1ÀP.ģ2¾nĤ1ÀP.ĥ2¾nĦ1ÀP.ħ2¾nĨ1ÀP.ĩ2¾nĪ1ÀP.ī2¾nĬ1ÀP.ĭ2¾nĮ1ÀP.į2¾nİ1ÀP.ı2¾nIJ1ÀP.ij2¾nĴ1ÀP.ĵ2¾nĶ1ÀP.ķ2¾nĸ1ÀP.Ĺ2¾nĺ1ÀP.Ļ2¾nļ1ÀP.Ľ2¾nľ1ÀP.Ŀ2¾nŀ1ÀP&2¾nŁ1ÀPnł2Ń'2ń8PnŅ,J2ņ8nŇ1ňP&2ʼn&2nŊ1ŋPnŌ1ōP&2nŎ1ŏPnŐ2Ń'2ń8Pnő,J2ņ8nŒ1œP&2Ŕ)2ŕ8&2Ŗ8)1ŗP$\`1ŘP$\`1řP$1ŚP&2śPnŜ,J1ŝP&2ŞnŠoş"1šP&2ŢnŤoţ"1ťP"2nŧ"foŦ"1ŨP"2nŪ"foũ"1ŨP"2nŬ"foū"1ŨP"2nŮ"foŭ"1ŨP&2nŰoů"1ŨP.ű2®&2nųoŲ"1ŴP.ŵ2®&2nŷoŶ"1ŴP.Ÿ2®&2nźoŹ"1ŴPP&,J2&2nżoŻ"1ŴPPnŽ,J1žP)1ſP)\`1ƀP"2P)nƁJ28"1ƂP&2ƃ8&2Ƅ8nƅ1ƆPP&nƇJ2ƈ&2Ɖ&2ƊPnƋ,J1ƆP&2Ŕ)1ƌP&2Ŕ)1ƍP&2Ŕ)1ƎP&2Ŕ)1ƏP&2Ŕ&1ƐP$1ƑP$\`1ƒPPnƓnƔJ2ƕ8nƖ1ƗP&@2Ƙ$1ƙP&@2Ƙ$1ƚ!P"2ƛPnƜ2anƝ"f2c"/d2ƞP)nƟJ28$1ƠP&2ƛnơ2ƞP)nƢJ28$1ƠP"2ƛPnƣ2anƤ"f2c"/d2ƞP)nƥJ28$1ƦP&2ƛnƧ2ƞP)nƨJ28$1ƦMwƩy`],Wx=[()=>uT,()=>zw,`clonable`,`delegatesFocus`,()=>Ub,`host`,`innerHTML`,()=>dE,`mode`,0,`this`,()=>wx,`ev`,``,`onslotchange`,`serializable`,()=>fE,`slotAssignment`,()=>iS,`options`,`getHTML`,`html`,`setHTMLUnsafe`,`type`,0,()=>pE,`listener`,()=>Bb,`addEventListener`,()=>Vb,()=>Bb,0,()=>pE,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`ShadowRoot`,`Pn!n")4#9)4$9n%4&9&4'n(4)9PPn*2+n,2-"/.,J4/)409n1429Pn3248&15P&26$17P"28Pn92+n:"f2-"/.2;P)n<J248$1=P&28n>2;P)n?J248$1=P"28Pn@2+nA"f2-"/.2;P)nBJ248$1CP&28nD2;P)nEJ248$1CMwFy`],Gx=[`clonable`,()=>mE,`customElementRegistry`,`delegatesFocus`,()=>dE,`mode`,`serializable`,()=>fE,`slotAssignment`,`ShadowRootInit`,`P)4!8n"4#8)4$8n%4&)4'8n(4)8Mw*y`],Kx=[`checkOpacity`,`checkVisibilityCSS`,`contentVisibilityAuto`,`opacityProperty`,`visibilityProperty`,`CheckVisibilityOptions`,`P)4!8)4"8)4#8)4$8)4%8Mw&y`],qx=[()=>Ww,`a`,()=>Db,`abbr`,()=>Db,`address`,()=>$w,`area`,()=>Db,`article`,()=>Db,`aside`,()=>hE,`audio`,()=>Db,`b`,()=>gE,`base`,()=>Db,`bdi`,()=>Db,`bdo`,()=>_E,`blockquote`,()=>vE,`body`,()=>yE,`br`,()=>bE,`button`,()=>Eb,`canvas`,()=>xE,`caption`,()=>Db,`cite`,()=>Db,`code`,()=>SE,`col`,()=>SE,`colgroup`,()=>CE,`data`,()=>wE,`datalist`,()=>Db,`dd`,()=>TE,`del`,()=>EE,`details`,()=>Db,`dfn`,()=>DE,`dialog`,()=>OE,`div`,()=>kE,`dl`,()=>Db,`dt`,()=>Db,`em`,()=>Jw,`embed`,()=>AE,`fieldset`,()=>Db,`figcaption`,()=>Db,`figure`,()=>Db,`footer`,()=>jS,`form`,()=>jE,`h1`,()=>jE,`h2`,()=>jE,`h3`,()=>jE,`h4`,()=>jE,`h5`,()=>jE,`h6`,()=>Xw,`head`,()=>Db,`header`,()=>Db,`hgroup`,()=>ME,`hr`,()=>NE,`html`,()=>Db,`i`,()=>PE,`iframe`,()=>Zw,`img`,()=>FE,`input`,()=>TE,`ins`,()=>Db,`kbd`,()=>IE,`label`,()=>LE,`legend`,()=>RE,`li`,()=>zE,`link`,()=>Db,`main`,()=>BE,`map`,()=>Db,`mark`,()=>VE,`menu`,()=>HE,`meta`,()=>UE,`meter`,()=>Db,`nav`,()=>Db,`noscript`,()=>WE,`object`,()=>GE,`ol`,()=>KE,`optgroup`,()=>qE,`option`,()=>JE,`output`,()=>YE,`p`,()=>XE,`picture`,()=>ZE,`pre`,()=>QE,`progress`,()=>_E,`q`,()=>Db,`rp`,()=>Db,`rt`,()=>Db,`ruby`,()=>Db,`s`,()=>Db,`samp`,()=>nT,`script`,()=>Db,`search`,()=>Db,`section`,()=>$E,`select`,()=>Rw,`slot`,()=>Db,`small`,()=>eD,`source`,()=>tD,`span`,()=>Db,`strong`,()=>nD,`style`,()=>Db,`sub`,()=>Db,`summary`,()=>Db,`sup`,()=>rD,`table`,()=>iD,`tbody`,()=>aD,`td`,()=>oD,`template`,()=>sD,`textarea`,()=>iD,`tfoot`,()=>aD,`th`,()=>iD,`thead`,()=>cD,`time`,()=>lD,`title`,()=>uD,`tr`,()=>dD,`track`,()=>Db,`u`,()=>fD,`ul`,()=>Db,`var`,()=>pD,`video`,()=>Db,`wbr`,`HTMLElementTagNameMap`,`Pn!4"n#4$n%4&n'4(n)4*n+4,n-4.n/40n142n344n546n748n94:n;4<n=4>n?4@nA4BnC4DnE4FnG4HnI4JnK4LnM4NnO4PnQ4RnS4TnU4VnW4XnY4Zn[4\\n]4^n_4\`na4bnc4dne4fng4hni4jnk4lnm4nno4pnq4rns4tnu4vnw4xny4zn{4|n}4~n4n4n4n
4n4n4n4n4n4n4n4n4n4n4n4n4n4\xA0n¡4¢n£4¤n¥4¦n§4¨n©4ªn«4¬n4®n¯4°n±4²n³4´nµ4¶n·4¸n¹4ºn»4¼n½4¾n¿4ÀnÁ4ÂnÃ4ÄnÅ4ÆnÇ4ÈnÉ4ÊnË4ÌnÍ4ÎnÏ4ÐnÑ4ÒnÓ4ÔnÕ4Ön×4ØnÙ4ÚnÛ4ÜnÝ4Þnß4àná4ânã4änå4ænç4èné4ênë4ìní4înï4ðnñ4ònó4ônõ4ön÷4ønù4únû4üný4þnÿ4ĀMwāy`],Jx=[()=>mD,`a`,()=>hD,`animate`,()=>gD,`animateMotion`,()=>_D,`animateTransform`,()=>vD,`circle`,()=>yD,`clipPath`,()=>bD,`defs`,()=>xD,`desc`,()=>SD,`ellipse`,()=>CD,`feBlend`,()=>wD,`feColorMatrix`,()=>TD,`feComponentTransfer`,()=>ED,`feComposite`,()=>DD,`feConvolveMatrix`,()=>OD,`feDiffuseLighting`,()=>kD,`feDisplacementMap`,()=>AD,`feDistantLight`,()=>jD,`feDropShadow`,()=>MD,`feFlood`,()=>ND,`feFuncA`,()=>PD,`feFuncB`,()=>FD,`feFuncG`,()=>ID,`feFuncR`,()=>LD,`feGaussianBlur`,()=>RD,`feImage`,()=>zD,`feMerge`,()=>BD,`feMergeNode`,()=>VD,`feMorphology`,()=>HD,`feOffset`,()=>UD,`fePointLight`,()=>WD,`feSpecularLighting`,()=>GD,`feSpotLight`,()=>KD,`feTile`,()=>qD,`feTurbulence`,()=>JD,`filter`,()=>YD,`foreignObject`,()=>XD,`g`,()=>ZD,`image`,()=>QD,`line`,()=>$D,`linearGradient`,()=>eO,`marker`,()=>tO,`mask`,()=>nO,`metadata`,()=>rO,`mpath`,()=>iO,`path`,()=>aO,`pattern`,()=>oO,`polygon`,()=>sO,`polyline`,()=>cO,`radialGradient`,()=>lO,`rect`,()=>uO,`script`,()=>dO,`set`,()=>fO,`stop`,()=>pO,`style`,()=>tT,`svg`,()=>mO,`switch`,()=>hO,`symbol`,()=>gO,`text`,()=>_O,`textPath`,()=>vO,`title`,()=>yO,`tspan`,()=>bO,`use`,()=>xO,`view`,`SVGElementTagNameMap`,`Pn!4"n#4$n%4&n'4(n)4*n+4,n-4.n/40n142n344n546n748n94:n;4<n=4>n?4@nA4BnC4DnE4FnG4HnI4JnK4LnM4NnO4PnQ4RnS4TnU4VnW4XnY4Zn[4\\n]4^n_4\`na4bnc4dne4fng4hni4jnk4lnm4nno4pnq4rns4tnu4vnw4xny4zn{4|n}4~n4n4n4n
4n4n4n4n4n4n4n4n4n4n4n4n4Mwy`],Yx=[()=>rS,`annotation`,()=>rS,`annotation-xml`,()=>rS,`maction`,()=>rS,`math`,()=>rS,`merror`,()=>rS,`mfrac`,()=>rS,`mi`,()=>rS,`mmultiscripts`,()=>rS,`mn`,()=>rS,`mo`,()=>rS,`mover`,()=>rS,`mpadded`,()=>rS,`mphantom`,()=>rS,`mprescripts`,()=>rS,`mroot`,()=>rS,`mrow`,()=>rS,`ms`,()=>rS,`mspace`,()=>rS,`msqrt`,()=>rS,`mstyle`,()=>rS,`msub`,()=>rS,`msubsup`,()=>rS,`msup`,()=>rS,`mtable`,()=>rS,`mtd`,()=>rS,`mtext`,()=>rS,`mtr`,()=>rS,`munder`,()=>rS,`munderover`,()=>rS,`semantics`,`MathMLElementTagNameMap`,`Pn!4"n#4$n%4&n'4(n)4*n+4,n-4.n/40n142n344n546n748n94:n;4<n=4>n?4@nA4BnC4DnE4FnG4HnI4JnK4LnM4NnO4PnQ4RnS4TnU4VnW4XnY4Zn[4\\Mw]y`],Xx=[`size`,`property`,()=>SO,`get`,()=>SO,`getAll`,`has`,()=>SO,`value`,`key`,0,`parent`,``,`callbackfn`,`thisArg`,`forEach`,`StylePropertyMapReadOnly`,`P'4!9P&2"P-n#J1$P&2"n%F1&P&2")1'PPn(F2)&2*n+2,$/-2."2/8$10Mw1y`],Zx=[()=>Fx,`localName`,`name`,`namespaceURI`,()=>Ux,`ownerDocument`,()=>Ub,`ownerElement`,`prefix`,`specified`,`value`,`Attr`,`Pn!&4"9&4#9P&,J4$9n%4&9Pn',J4(9P&,J4)9)4*9&4+!!Mw,y`],Qx=[()=>CO,`height`,`width`,`x`,`y`,`DOMRect`,`Pn!'4"'4#'4$'4%Mw&y`],$x=[`length`,`index`,()=>Qx,`item`,()=>Qx,`DOMRectList`,`P'4!9P'2"Pn#,J1$'n%LMw&y`],eS=[`T`,()=>wO,`index`,`item`,`name`,`namedItem`,`HTMLCollectionOf`,`b!Pn"P'2#Pe$!,J1$P&2%Pe$!,J1&'e"!LMw'y`],tS=[()=>Db,`acronym`,()=>TO,`applet`,()=>Db,`basefont`,()=>TO,`bgsound`,()=>Db,`big`,()=>TO,`blink`,()=>Db,`center`,()=>EO,`dir`,()=>DO,`font`,()=>OO,`frame`,()=>kO,`frameset`,()=>TO,`isindex`,()=>TO,`keygen`,()=>ZE,`listing`,()=>AO,`marquee`,()=>Db,`menuitem`,()=>TO,`multicol`,()=>TO,`nextid`,()=>Db,`nobr`,()=>Db,`noembed`,()=>Db,`noframes`,()=>jO,`param`,()=>Db,`plaintext`,()=>Db,`rb`,()=>Db,`rtc`,()=>TO,`spacer`,()=>Db,`strike`,()=>Db,`tt`,()=>ZE,`xmp`,`HTMLElementDeprecatedTagNameMap`,`Pn!4"n#4$n%4&n'4(n)4*n+4,n-4.n/40n142n344n546n748n94:n;4<n=4>n?4@nA4BnC4DnE4FnG4HnI4JnK4LnM4NnO4PnQ4RnS4TnU4VnW4XnY4ZMw[y`],nS=[()=>Ub,()=>Wb,()=>Kb,()=>qb,`className`,()=>tT,`ownerSVGElement`,0,`viewportElement`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGElement`,`Pn!n"n#n$"4%9Pn&,J4'9Pn(,J4)9P"2*Pn+2,n-"f2."//20P)n1J228$13P&2*n420P)n5J228$13P"2*Pn62,n7"f2."//20P)n8J228$19P&2*n:20P)n;J228$19Mw<y`],rS=[()=>Ub,()=>Wb,()=>Kb,()=>qb,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>NO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`MathMLElement`,`Pn!n"n#n$P"2%Pn&2'n("f2)"/*2+P)n,J2-8$1.P&2%n/2+P)n0J2-8$1.P"2%Pn12'n2"f2)"/*2+P)n3J2-8$14P&2%n52+P)n6J2-8$14Mw7y`],iS=[`serializableShadowRoots`,()=>Wx,`shadowRoots`,`GetHTMLOptions`,`P)4!8n"F4#8Mw$y`],aS=[`afterbegin`,`afterend`,`beforebegin`,`beforeend`,`InsertPosition`,`P.!.".#.$Jw%y`],oS=[()=>PO,`navigationUI`,`FullscreenOptions`,`Pn!4"8Mw#y`],sS=[`unadjustedMovement`,`PointerLockOptions`,`P)4!8Mw"y`],cS=[()=>FO,`left`,`top`,`ScrollToOptions`,`Pn!'4"8'4#8Mw$y`],lS=[()=>FO,()=>IO,`block`,()=>IO,`inline`,`ScrollIntoViewOptions`,`Pn!n"4#8n$4%8Mw&y`],uS=[()=>Xx,`property`,()=>SO,`values`,`append`,`clear`,`delete`,()=>SO,`set`,`StylePropertyMap`,`Pn!P&2"Pn#&J@2$$1%P$1&P&2"$1'P&2"Pn(&J@2$$1)Mw*y`],dS=[()=>wx,`detail`,()=>LO,`view`,`which`,`typeArg`,`bubblesArg`,`cancelableArg`,()=>LO,`viewArg`,`detailArg`,`initUIEvent`,`UIEvent`,`Pn!'4"9Pn#,J4$9'4%9P&2&)2'8)2(8Pn),J2*8'2+8$1,Mw-y`],fS=[()=>wx,`animationName`,`elapsedTime`,`pseudoElement`,`AnimationEvent`,`Pn!&4"9'4#9&4$9Mw%y`],pS=[()=>vS,`altitudeAngle`,`azimuthAngle`,`height`,`isPrimary`,`pointerId`,`pointerType`,`pressure`,`tangentialPressure`,`tiltX`,`tiltY`,`twist`,`width`,0,`getCoalescedEvents`,0,`getPredictedEvents`,`PointerEvent`,`Pn!'4"9'4#9'4$9)4%9'4&9&4'9'4(9'4)9'4*9'4+9'4,9'4-9Pn.F1/Pn0F11Mw2y`],mS=[()=>dS,`data`,()=>RO,`dataTransfer`,`inputType`,`isComposing`,()=>zO,`getTargetRanges`,`InputEvent`,`Pn!P&,J4"9Pn#,J4$9&4%9)4&9Pn'F1(Mw)y`],hS=[()=>wx,`newState`,`oldState`,`ToggleEvent`,`Pn!&4"9&4#9Mw$y`],gS=[()=>dS,()=>Yb,`relatedTarget`,`FocusEvent`,`Pn!Pn",J4#9Mw$y`],_S=[()=>wx,()=>RO,`clipboardData`,`ClipboardEvent`,`Pn!Pn",J4#9Mw$y`],vS=[()=>dS,`altKey`,`button`,`buttons`,`clientX`,`clientY`,`ctrlKey`,`layerX`,`layerY`,`metaKey`,`movementX`,`movementY`,`offsetX`,`offsetY`,`pageX`,`pageY`,()=>Yb,`relatedTarget`,`screenX`,`screenY`,`shiftKey`,`x`,`y`,`keyArg`,`getModifierState`,`typeArg`,`canBubbleArg`,`cancelableArg`,()=>LO,`viewArg`,`detailArg`,`screenXArg`,`screenYArg`,`clientXArg`,`clientYArg`,`ctrlKeyArg`,`altKeyArg`,`shiftKeyArg`,`metaKeyArg`,`buttonArg`,()=>Yb,`relatedTargetArg`,`initMouseEvent`,`MouseEvent`,`Pn!)4"9'4#9'4$9'4%9'4&9)4'9'4(9'4)9)4*9'4+9'4,9'4-9'4.9'4/9'409Pn1,J429'439'449)459'469'479P&28)19P&2:)2;)2<n=2>'2?'2@'2A'2B'2C)2D)2E)2F)2G'2HPnI,J2J$1KMwLy`],yS=[()=>vS,()=>RO,`dataTransfer`,`DragEvent`,`Pn!Pn",J4#9Mw$y`],bS=[()=>BO,`OnErrorEventHandler`,`Pn!,Jw"y`],xS=[()=>wx,()=>IS,`formData`,`FormDataEvent`,`Pn!n"4#9Mw$y`],SS=[()=>dS,`altKey`,`charCode`,`code`,`ctrlKey`,`isComposing`,`key`,`keyCode`,`location`,`metaKey`,`repeat`,`shiftKey`,`keyArg`,`getModifierState`,`typeArg`,`bubblesArg`,`cancelableArg`,()=>LO,`viewArg`,`locationArg`,`initKeyboardEvent`,0,`DOM_KEY_LOCATION_STANDARD`,1,`DOM_KEY_LOCATION_LEFT`,2,`DOM_KEY_LOCATION_RIGHT`,3,`DOM_KEY_LOCATION_NUMPAD`,`KeyboardEvent`,`Pn!)4"9'4#9&4$9)4%9)4&9&4'9'4(9'4)9)4*9)4+9)4,9P&2-)1.P&2/)208)218Pn2,J238&2-8'248)2%8)2"8)2,8)2*8$15.6479.8499.:4;9.<4=9Mw>y`],CS=[()=>Yb,`T`,()=>wx,`lengthComputable`,`loaded`,`target`,`total`,`ProgressEvent`,`n!c"Pn#)4$9'4%9Pe#!,J4&9'4'9Mw(y`],wS=[()=>wx,`blockedURI`,`columnNumber`,()=>VO,`disposition`,`documentURI`,`effectiveDirective`,`lineNumber`,`originalPolicy`,`referrer`,`sample`,`sourceFile`,`statusCode`,`violatedDirective`,`SecurityPolicyViolationEvent`,`Pn!&4"9'4#9n$4%9&4&9&4'9'4(9&4)9&4*9&4+9&4,9'4-9&4.9Mw/y`],TS=[()=>wx,()=>Db,`submitter`,`SubmitEvent`,`Pn!Pn",J4#9Mw$y`],ES=[()=>dS,`altKey`,()=>HO,`changedTouches`,`ctrlKey`,`metaKey`,`shiftKey`,()=>HO,`targetTouches`,()=>HO,`touches`,`TouchEvent`,`Pn!)4"9n#4$9)4%9)4&9)4'9n(4)9n*4+9Mw,y`],DS=[()=>wx,`elapsedTime`,`propertyName`,`pseudoElement`,`TransitionEvent`,`Pn!'4"9&4#9&4$9Mw%y`],OS=[()=>vS,`deltaMode`,`deltaX`,`deltaY`,`deltaZ`,0,`DOM_DELTA_PIXEL`,1,`DOM_DELTA_LINE`,2,`DOM_DELTA_PAGE`,`WheelEvent`,`Pn!'4"9'4#9'4$9'4%9.&4'9.(4)9.*4+9Mw,y`],kS=[`DOMStringMap`,`P&P&-JLMw!y`],AS=[`preventScroll`,`FocusOptions`,`P)4!8Mw"y`],jS=[()=>Db,`acceptCharset`,`action`,()=>UO,`autocomplete`,()=>WO,`elements`,`encoding`,`enctype`,`length`,`method`,`name`,`noValidate`,`rel`,`target`,`checkValidity`,`reportValidity`,()=>Db,`submitter`,`requestSubmit`,`reset`,`submit`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,()=>Ub,`HTMLFormElement`,`Pn!&4"&4#n$4%n&4'9&4(&4)'4*9&4+&4,)4-&4.!!&4/P)10P)11PPn2,J238$14P$15P$16P"27Pn829n:"f2;"/<2=P)n>J2?8$1@P&27nA2=P)nBJ2?8$1@P"27PnC29nD"f2;"/<2=P)nEJ2?8$1FP&27nG2=P)nHJ2?8$1F'nIL&"LMwJy`],MS=[`length`,`index`,()=>Fx,`item`,()=>Fx,`value`,`key`,0,`parent`,``,`callbackfn`,`thisArg`,`forEach`,()=>Fx,`NodeList`,`P'4!9P'2"Pn#,J1$PPn%2&'2'n(2)$/*2+"2,8$1-'n.LMw/y`],NS=[`value`,`key`,0,`parent`,``,`callbackfn`,`thisArg`,`forEach`,`CustomStateSet`,`PPP&2!&2"n#2$$/%2&"2'8$1(Mw)y`],PS=[`badInput`,`customError`,`patternMismatch`,`rangeOverflow`,`rangeUnderflow`,`stepMismatch`,`tooLong`,`tooShort`,`typeMismatch`,`valid`,`valueMissing`,`ValidityState`,`P)4!9)4"9)4#9)4$9)4%9)4&9)4'9)4(9)4)9)4*9)4+9Mw,y`],FS=[()=>Cx,`lastModified`,`name`,`webkitRelativePath`,`File`,`Pn!'4"9&4#9&4$9Mw%y`],IS=[`name`,()=>Cx,`value`,`append`,()=>Cx,`blobValue`,`filename`,`delete`,()=>GO,`get`,()=>GO,`getAll`,`has`,()=>Cx,`set`,()=>Cx,()=>GO,`key`,0,`parent`,``,`callbackfn`,`thisArg`,`forEach`,`FormData`,`PP&2!P&n"J2#$1$P&2!&2#$1$P&2!n%2&&2'8$1$P&2!$1(P&2!Pn),J1*P&2!n+F1,P&2!)1-P&2!P&n.J2#$1/P&2!&2#$1/P&2!n02&&2'8$1/PPn12#&22n324$/526"278$18Mw9y`],LS=[`badInput`,`customError`,`patternMismatch`,`rangeOverflow`,`rangeUnderflow`,`stepMismatch`,`tooLong`,`tooShort`,`typeMismatch`,`valueMissing`,`ValidityStateFlags`,`P)4!8)4"8)4#8)4$8)4%8)4&8)4'8)4(8)4)8)4*8Mw+y`],RS=[`ended`,`live`,`MediaStreamTrackState`,`P.!."Jw#y`],zS=[()=>KO,()=>KO,`advanced`,`MediaTrackConstraints`,`Pn!n"F4#8Mw$y`],BS=[()=>qO,`aspectRatio`,`autoGainControl`,`backgroundBlur`,()=>JO,`channelCount`,`deviceId`,`displaySurface`,`echoCancellation`,`facingMode`,()=>qO,`frameRate`,`groupId`,()=>JO,`height`,`noiseSuppression`,()=>JO,`sampleRate`,()=>JO,`sampleSize`,()=>JO,`width`,`MediaTrackCapabilities`,`Pn!4"8)F4#8)F4$8n%4&8&4'8&4(8)F4)8&F4*8n+4,8&4-8n.4/8)F408n1428n3448n5468Mw7y`],VS=[`aspectRatio`,`autoGainControl`,`backgroundBlur`,`channelCount`,`deviceId`,`displaySurface`,`echoCancellation`,`facingMode`,`frameRate`,`groupId`,`height`,`noiseSuppression`,`sampleRate`,`sampleSize`,`torch`,`whiteBalanceMode`,`width`,`zoom`,`MediaTrackSettings`,`P'4!8)4"8)4#8'4$8&4%8&4&8)4'8&4(8'4)8&4*8'4+8)4,8'4-8'4.8)4/8&408'418'428Mw3y`],HS=[()=>wx,`ended`,()=>wx,`mute`,()=>wx,`unmute`,`MediaStreamTrackEventMap`,`Pn!4"n#4$n%4&Mw'y`],US=`color color-burn color-dodge copy darken destination-atop destination-in destination-out destination-over difference exclusion hard-light hue lighten lighter luminosity multiply overlay saturation screen soft-light source-atop source-in source-out source-over xor GlobalCompositeOperation P.!.".#.$.%.&.'.(.).*.+.,.-.../.0.1.2.3.4.5.6.7.8.9.:Jw;y`.split(` `),WS=[()=>YO,()=>pD,()=>Eb,()=>_x,()=>Rb,()=>XO,`CanvasImageSource`,`Pn!n"n#n$n%n&Jw'y`],GS=[`evenodd`,`nonzero`,`CanvasFillRule`,`P.!."Jw#y`],KS=[()=>sx,0,`path`,()=>uC,`transform`,`addPath`,`Path2D`,`Pn!Pn"2#n$2%8$1&Mw'y`],qS=[`offset`,`color`,`addColorStop`,`CanvasGradient`,`PP'2!&2"$1#Mw$y`],JS=[()=>uC,`transform`,`setTransform`,`CanvasPattern`,`PPn!2"8$1#Mw$y`],YS=[()=>$b,`colorSpace`,`ImageDataSettings`,`Pn!4"8Mw#y`],XS=[()=>$b,`colorSpace`,()=>ZO,`data`,`height`,`width`,`ImageData`,`Pn!4"9n#4$9'4%9'4&9Mw'y`],ZS=[`high`,`low`,`medium`,`ImageSmoothingQuality`,`P.!.".#Jw$y`],QS=[`w`,`x`,`y`,`z`,`DOMPointInit`,`P'4!8'4"8'4#8'4$8Mw%y`],$S=[`butt`,`round`,`square`,`CanvasLineCap`,`P.!.".#Jw$y`],eC=[`bevel`,`miter`,`round`,`CanvasLineJoin`,`P.!.".#Jw$y`],tC=[`actualBoundingBoxAscent`,`actualBoundingBoxDescent`,`actualBoundingBoxLeft`,`actualBoundingBoxRight`,`alphabeticBaseline`,`emHeightAscent`,`emHeightDescent`,`fontBoundingBoxAscent`,`fontBoundingBoxDescent`,`hangingBaseline`,`ideographicBaseline`,`width`,`TextMetrics`,`P'4!9'4"9'4#9'4$9'4%9'4&9'4'9'4(9'4)9'4*9'4+9'4,9Mw-y`],nC=[`inherit`,`ltr`,`rtl`,`CanvasDirection`,`P.!.".#Jw$y`],rC=[`auto`,`none`,`normal`,`CanvasFontKerning`,`P.!.".#Jw$y`],iC=[`condensed`,`expanded`,`extra-condensed`,`extra-expanded`,`normal`,`semi-condensed`,`semi-expanded`,`ultra-condensed`,`ultra-expanded`,`CanvasFontStretch`,`P.!.".#.$.%.&.'.(.)Jw*y`],aC=[`all-petite-caps`,`all-small-caps`,`normal`,`petite-caps`,`small-caps`,`titling-caps`,`unicase`,`CanvasFontVariantCaps`,`P.!.".#.$.%.&.'Jw(y`],oC=[`center`,`end`,`left`,`right`,`start`,`CanvasTextAlign`,`P.!.".#.$.%Jw&y`],sC=[`alphabetic`,`bottom`,`hanging`,`ideographic`,`middle`,`top`,`CanvasTextBaseline`,`P.!.".#.$.%.&Jw'y`],cC=[`auto`,`geometricPrecision`,`optimizeLegibility`,`optimizeSpeed`,`CanvasTextRendering`,`P.!.".#.$Jw%y`],lC=[()=>QO,`a`,`b`,`c`,`d`,`e`,`f`,`m11`,`m12`,`m13`,`m14`,`m21`,`m22`,`m23`,`m24`,`m31`,`m32`,`m33`,`m34`,`m41`,`m42`,`m43`,`m44`,0,`invertSelf`,()=>$O,`other`,0,`multiplySelf`,()=>$O,0,`preMultiplySelf`,`x`,`y`,`z`,`angle`,0,`rotateAxisAngleSelf`,0,`rotateFromVectorSelf`,`rotX`,`rotY`,`rotZ`,0,`rotateSelf`,`scale`,`originX`,`originY`,`originZ`,0,`scale3dSelf`,`scaleX`,`scaleY`,`scaleZ`,0,`scaleSelf`,`transformList`,0,`setMatrixValue`,`sx`,0,`skewXSelf`,`sy`,0,`skewYSelf`,`tx`,`ty`,`tz`,0,`translateSelf`,`DOMMatrix`,`Pn!'4"'4#'4$'4%'4&'4''4('4)'4*'4+'4,'4-'4.'4/'40'41'42'43'44'45'46'47Pn819Pn:2;8n<1=Pn>2;8n?1@P'2A8'2B8'2C8'2D8nE1FP'2A8'2B8nG1HP'2I8'2J8'2K8nL1MP'2N8'2O8'2P8'2Q8nR1SP'2T8'2U8'2V8'2O8'2P8'2Q8nW1XP&2YnZ1[P'2\\8n]1^P'2_8n\`1aP'2b8'2c8'2d8ne1fMwgy`],uC=[`a`,`b`,`c`,`d`,`e`,`f`,`m11`,`m12`,`m21`,`m22`,`m41`,`m42`,`DOMMatrix2DInit`,`P'4!8'4"8'4#8'4$8'4%8'4&8'4'8'4(8'4)8'4*8'4+8'4,8Mw-y`],dC=[`GLsizei`,`'w!y`],fC=[`GLenum`,`'w!y`],pC=[`WebGLProgram`,`PMw!y`],mC=[`WebGLShader`,`PMw!y`],hC=[`GLuint`,`'w!y`],gC=[`WebGLBuffer`,`PMw!y`],_C=[`WebGLFramebuffer`,`PMw!y`],vC=[`WebGLRenderbuffer`,`PMw!y`],yC=[`WebGLTexture`,`PMw!y`],bC=[`GLclampf`,`'w!y`],xC=[`GLbitfield`,`'w!y`],SC=[`GLint`,`'w!y`],CC=[`GLboolean`,`)w!y`],wC=[`GLintptr`,`'w!y`],TC=[`name`,()=>SC,`size`,()=>fC,`type`,`WebGLActiveInfo`,`P&4!9n"4#9n$4%9Mw&y`],EC=[()=>fC,`mode`,()=>SC,`first`,()=>dC,`count`,()=>dC,`primcount`,`drawArraysInstancedANGLE`,()=>fC,()=>dC,()=>fC,`type`,()=>wC,`offset`,()=>dC,`drawElementsInstancedANGLE`,()=>hC,`index`,()=>hC,`divisor`,`vertexAttribDivisorANGLE`,35070,`VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE`,`ANGLE_instanced_arrays`,`PPn!2"n#2$n%2&n'2($1)Pn*2"n+2&n,2-n.2/n02($11Pn223n425$16.7489Mw9y`],DC=[32775,`MIN_EXT`,32776,`MAX_EXT`,`EXT_blend_minmax`,`P.!4"9.#4$9Mw%y`],OC=[`EXT_color_buffer_float`,`PMw!y`],kC=[34842,`RGBA16F_EXT`,34843,`RGB16F_EXT`,33297,`FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT`,35863,`UNSIGNED_NORMALIZED_EXT`,`EXT_color_buffer_half_float`,`P.!4"9.#4$9.%4&9.'4(9Mw)y`],AC=[`EXT_float_blend`,`PMw!y`],jC=[`EXT_frag_depth`,`PMw!y`],MC=[35904,`SRGB_EXT`,35906,`SRGB_ALPHA_EXT`,35907,`SRGB8_ALPHA8_EXT`,33296,`FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT`,`EXT_sRGB`,`P.!4"9.#4$9.%4&9.'4(9Mw)y`],NC=[`EXT_shader_texture_lod`,`PMw!y`],PC=[36492,`COMPRESSED_RGBA_BPTC_UNORM_EXT`,36493,`COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT`,36494,`COMPRESSED_RGB_BPTC_SIGNED_FLOAT_EXT`,36495,`COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT`,`EXT_texture_compression_bptc`,`P.!4"9.#4$9.%4&9.'4(9Mw)y`],FC=[36283,`COMPRESSED_RED_RGTC1_EXT`,36284,`COMPRESSED_SIGNED_RED_RGTC1_EXT`,36285,`COMPRESSED_RED_GREEN_RGTC2_EXT`,36286,`COMPRESSED_SIGNED_RED_GREEN_RGTC2_EXT`,`EXT_texture_compression_rgtc`,`P.!4"9.#4$9.%4&9.'4(9Mw)y`],IC=[34046,`TEXTURE_MAX_ANISOTROPY_EXT`,34047,`MAX_TEXTURE_MAX_ANISOTROPY_EXT`,`EXT_texture_filter_anisotropic`,`P.!4"9.#4$9Mw%y`],LC=[37297,`COMPLETION_STATUS_KHR`,`KHR_parallel_shader_compile`,`P.!4"9Mw#y`],RC=[`OES_element_index_uint`,`PMw!y`],zC=[`OES_fbo_render_mipmap`,`PMw!y`],BC=[35723,`FRAGMENT_SHADER_DERIVATIVE_HINT_OES`,`OES_standard_derivatives`,`P.!4"9Mw#y`],VC=[`OES_texture_float`,`PMw!y`],HC=[`OES_texture_float_linear`,`PMw!y`],UC=[36193,`HALF_FLOAT_OES`,`OES_texture_half_float`,`P.!4"9Mw#y`],WC=[`OES_texture_half_float_linear`,`PMw!y`],GC=[()=>ek,`arrayObject`,`bindVertexArrayOES`,()=>ek,`createVertexArrayOES`,()=>ek,`deleteVertexArrayOES`,()=>ek,()=>CC,`isVertexArrayOES`,34229,`VERTEX_ARRAY_BINDING_OES`,`OES_vertex_array_object`,`PPPn!,J2"$1#Pn$1%PPn&,J2"$1'PPn(,J2"n)1*.+4,9Mw-y`],KC=[()=>fC,`target`,()=>fC,`attachment`,()=>yC,`texture`,()=>SC,`level`,()=>SC,`baseViewIndex`,()=>dC,`numViews`,`framebufferTextureMultiviewOVR`,38448,`FRAMEBUFFER_ATTACHMENT_TEXTURE_NUM_VIEWS_OVR`,38450,`FRAMEBUFFER_ATTACHMENT_TEXTURE_BASE_VIEW_INDEX_OVR`,38449,`MAX_VIEWS_OVR`,38451,`FRAMEBUFFER_INCOMPLETE_VIEW_TARGETS_OVR`,`OVR_multiview2`,`PPn!2"n#2$Pn%,J2&n'2(n)2*n+2,$1-..4/9.0419.2439.4459Mw6y`],qC=[34836,`RGBA32F_EXT`,33297,`FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT`,35863,`UNSIGNED_NORMALIZED_EXT`,`WEBGL_color_buffer_float`,`P.!4"9.#4$9.%4&9Mw'y`],JC=[`getSupportedProfiles`,37808,`COMPRESSED_RGBA_ASTC_4x4_KHR`,37809,`COMPRESSED_RGBA_ASTC_5x4_KHR`,37810,`COMPRESSED_RGBA_ASTC_5x5_KHR`,37811,`COMPRESSED_RGBA_ASTC_6x5_KHR`,37812,`COMPRESSED_RGBA_ASTC_6x6_KHR`,37813,`COMPRESSED_RGBA_ASTC_8x5_KHR`,37814,`COMPRESSED_RGBA_ASTC_8x6_KHR`,37815,`COMPRESSED_RGBA_ASTC_8x8_KHR`,37816,`COMPRESSED_RGBA_ASTC_10x5_KHR`,37817,`COMPRESSED_RGBA_ASTC_10x6_KHR`,37818,`COMPRESSED_RGBA_ASTC_10x8_KHR`,37819,`COMPRESSED_RGBA_ASTC_10x10_KHR`,37820,`COMPRESSED_RGBA_ASTC_12x10_KHR`,37821,`COMPRESSED_RGBA_ASTC_12x12_KHR`,37840,`COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR`,37841,`COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR`,37842,`COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR`,37843,`COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR`,37844,`COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR`,37845,`COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR`,37846,`COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR`,37847,`COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR`,37848,`COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR`,37849,`COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR`,37850,`COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR`,37851,`COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR`,37852,`COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR`,37853,`COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR`,`WEBGL_compressed_texture_astc`,`PP&F1!."4#9.$4%9.&4'9.(4)9.*4+9.,4-9..4/9.0419.2439.4459.6479.8499.:4;9.<4=9.>4?9.@4A9.B4C9.D4E9.F4G9.H4I9.J4K9.L4M9.N4O9.P4Q9.R4S9.T4U9.V4W9.X4Y9MwZy`],YC=[37488,`COMPRESSED_R11_EAC`,37489,`COMPRESSED_SIGNED_R11_EAC`,37490,`COMPRESSED_RG11_EAC`,37491,`COMPRESSED_SIGNED_RG11_EAC`,37492,`COMPRESSED_RGB8_ETC2`,37493,`COMPRESSED_SRGB8_ETC2`,37494,`COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2`,37495,`COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2`,37496,`COMPRESSED_RGBA8_ETC2_EAC`,37497,`COMPRESSED_SRGB8_ALPHA8_ETC2_EAC`,`WEBGL_compressed_texture_etc`,`P.!4"9.#4$9.%4&9.'4(9.)4*9.+4,9.-4.9./409.1429.3449Mw5y`],XC=[36196,`COMPRESSED_RGB_ETC1_WEBGL`,`WEBGL_compressed_texture_etc1`,`P.!4"9Mw#y`],ZC=[35840,`COMPRESSED_RGB_PVRTC_4BPPV1_IMG`,35841,`COMPRESSED_RGB_PVRTC_2BPPV1_IMG`,35842,`COMPRESSED_RGBA_PVRTC_4BPPV1_IMG`,35843,`COMPRESSED_RGBA_PVRTC_2BPPV1_IMG`,`WEBGL_compressed_texture_pvrtc`,`P.!4"9.#4$9.%4&9.'4(9Mw)y`],QC=[33776,`COMPRESSED_RGB_S3TC_DXT1_EXT`,33777,`COMPRESSED_RGBA_S3TC_DXT1_EXT`,33778,`COMPRESSED_RGBA_S3TC_DXT3_EXT`,33779,`COMPRESSED_RGBA_S3TC_DXT5_EXT`,`WEBGL_compressed_texture_s3tc`,`P.!4"9.#4$9.%4&9.'4(9Mw)y`],$C=[35916,`COMPRESSED_SRGB_S3TC_DXT1_EXT`,35917,`COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT`,35918,`COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT`,35919,`COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT`,`WEBGL_compressed_texture_s3tc_srgb`,`P.!4"9.#4$9.%4&9.'4(9Mw)y`],ew=[37445,`UNMASKED_VENDOR_WEBGL`,37446,`UNMASKED_RENDERER_WEBGL`,`WEBGL_debug_renderer_info`,`P.!4"9.#4$9Mw%y`],tw=[()=>mC,`shader`,`getTranslatedShaderSource`,`WEBGL_debug_shaders`,`PPn!2"&1#Mw$y`],nw=[34042,`UNSIGNED_INT_24_8_WEBGL`,`WEBGL_depth_texture`,`P.!4"9Mw#y`],rw=[()=>fC,`buffers`,`drawBuffersWEBGL`,36064,`COLOR_ATTACHMENT0_WEBGL`,36065,`COLOR_ATTACHMENT1_WEBGL`,36066,`COLOR_ATTACHMENT2_WEBGL`,36067,`COLOR_ATTACHMENT3_WEBGL`,36068,`COLOR_ATTACHMENT4_WEBGL`,36069,`COLOR_ATTACHMENT5_WEBGL`,36070,`COLOR_ATTACHMENT6_WEBGL`,36071,`COLOR_ATTACHMENT7_WEBGL`,36072,`COLOR_ATTACHMENT8_WEBGL`,36073,`COLOR_ATTACHMENT9_WEBGL`,36074,`COLOR_ATTACHMENT10_WEBGL`,36075,`COLOR_ATTACHMENT11_WEBGL`,36076,`COLOR_ATTACHMENT12_WEBGL`,36077,`COLOR_ATTACHMENT13_WEBGL`,36078,`COLOR_ATTACHMENT14_WEBGL`,36079,`COLOR_ATTACHMENT15_WEBGL`,34853,`DRAW_BUFFER0_WEBGL`,34854,`DRAW_BUFFER1_WEBGL`,34855,`DRAW_BUFFER2_WEBGL`,34856,`DRAW_BUFFER3_WEBGL`,34857,`DRAW_BUFFER4_WEBGL`,34858,`DRAW_BUFFER5_WEBGL`,34859,`DRAW_BUFFER6_WEBGL`,34860,`DRAW_BUFFER7_WEBGL`,34861,`DRAW_BUFFER8_WEBGL`,34862,`DRAW_BUFFER9_WEBGL`,34863,`DRAW_BUFFER10_WEBGL`,34864,`DRAW_BUFFER11_WEBGL`,34865,`DRAW_BUFFER12_WEBGL`,34866,`DRAW_BUFFER13_WEBGL`,34867,`DRAW_BUFFER14_WEBGL`,34868,`DRAW_BUFFER15_WEBGL`,36063,`MAX_COLOR_ATTACHMENTS_WEBGL`,34852,`MAX_DRAW_BUFFERS_WEBGL`,`WEBGL_draw_buffers`,`PPn!F2"$1#.$4%9.&4'9.(4)9.*4+9.,4-9..4/9.0419.2439.4459.6479.8499.:4;9.<4=9.>4?9.@4A9.B4C9.D4E9.F4G9.H4I9.J4K9.L4M9.N4O9.P4Q9.R4S9.T4U9.V4W9.X4Y9.Z4[9.\\4]9.^4_9.\`4a9.b4c9.d4e9.f4g9Mwhy`],iw=[`loseContext`,`restoreContext`,`WEBGL_lose_context`,`PP$1!P$1"Mw#y`],aw=[()=>fC,`mode`,()=>SC,`firstsList`,`firstsOffset`,()=>dC,`countsList`,`countsOffset`,()=>dC,`instanceCountsList`,`instanceCountsOffset`,()=>dC,`drawcount`,`multiDrawArraysInstancedWEBGL`,()=>fC,()=>SC,()=>dC,()=>dC,`multiDrawArraysWEBGL`,()=>fC,()=>dC,()=>fC,`type`,()=>dC,`offsetsList`,`offsetsOffset`,()=>dC,()=>dC,`multiDrawElementsInstancedWEBGL`,()=>fC,()=>dC,()=>fC,()=>dC,()=>dC,`multiDrawElementsWEBGL`,`WEBGL_multi_draw`,`PPn!2"PZn#FJ2$'2%PZn&FJ2''2(PZn)FJ2*'2+n,2-$1.Pn/2"PZn0FJ2$'2%PZn1FJ2''2(n22-$13Pn42"PZn5FJ2''2(n627PZn8FJ29'2:PZn;FJ2*'2+n<2-$1=Pn>2"PZn?FJ2''2(n@27PZnAFJ29'2:nB2-$1CMwDy`],ow=[()=>SC,`precision`,()=>SC,`rangeMax`,()=>SC,`rangeMin`,`WebGLShaderPrecisionFormat`,`Pn!4"9n#4$9n%4&9Mw'y`],sw=[`WebGLUniformLocation`,`PMw!y`],cw=[`GLfloat`,`'w!y`],lw=[()=>cw,`Float32List`,`P\\n!FJw"y`],uw=[`GLsizeiptr`,`'w!y`],dw=[()=>pw,()=>fw,()=>pw,`AllowSharedBufferSource`,`Pn!n#o""Jw$y`],fw=[()=>pw,`TArrayBuffer`,`buffer`,`byteLength`,`byteOffset`,`ArrayBufferView`,`n!c"Pe"!4#9'4$9'4%9Mw&y`],pw=[()=>tk,()=>tk,`ArrayBufferLike`,`n!n"gfw#y`],mw=[()=>_x,()=>XS,()=>Zw,()=>Eb,()=>pD,()=>Rb,()=>XO,`TexImageSource`,`Pn!n"n#n$n%n&n'Jw(y`],hw=[()=>SC,`Int32List`,`PZn!FJw"y`],gw=[`WebGLQuery`,`PMw!y`],_w=[`WebGLSampler`,`PMw!y`],vw=[`WebGLTransformFeedback`,`PMw!y`],yw=[`WebGLVertexArrayObject`,`PMw!y`],bw=[()=>hC,`Uint32List`,`P[n!FJw"y`],xw=[`WebGLSync`,`PMw!y`],Sw=[`GLuint64`,`'w!y`],Cw=[`GLint64`,`'w!y`],ww=[`R`,`locked`,`reason`,`cancel`,`byob`,`mode`,`options`,()=>nk,`getReader`,()=>rk,()=>ik,()=>ak,()=>ok,`transform`,()=>sk,0,`pipeThrough`,()=>ck,`destination`,()=>sk,`pipeTo`,0,0,`tee`,`ReadableStream`,`"c!P)4"9P"2#8$\`1$PP.%4&M2'n(1)Pe#!o*"1)Pn+2'8e#!o,"1)P"e#!o-#2.n/2'8"o0"11Pe#!o2"23n42'8$\`15PPe$!o6"e$!o7"G18Mw9y`],Tw=[`DOMHighResTimeStamp`,`'w!y`],Ew=[()=>dS,`data`,`typeArg`,`bubblesArg`,`cancelableArg`,()=>Kw,`viewArg`,`dataArg`,`initCompositionEvent`,`CompositionEvent`,`Pn!&4"9P&2#)2$8)2%8Pn&,J2'8&2(8$1)Mw*y`],Dw=[()=>wx,`colno`,`error`,`filename`,`lineno`,`message`,`ErrorEvent`,`Pn!'4"9"4#9&4$9'4%9&4&9Mw'y`],Ow=[()=>wx,`abort`,`AbortSignalEventMap`,`Pn!4"Mw#y`],kw=[`TNode`,()=>MS,`index`,`item`,`value`,`key`,0,`parent`,``,`callbackfn`,`thisArg`,`forEach`,`NodeListOf`,`b!Pn"P'2#e#!1$PPe$!2%'2&e$!o'"2($/)2*"2+8$1,'e"!LMw-y`],Aw=[`composed`,`GetRootNodeOptions`,`P)4!8Mw"y`],jw=[`T`,`length`,`toString`,`toLocaleString`,()=>lk,`items`,`concat`,()=>lk,`separator`,`join`,`start`,`end`,`slice`,`searchElement`,`fromIndex`,`indexOf`,`lastIndexOf`,`value`,`index`,`array`,``,`predicate`,`thisArg`,`every`,`some`,`callbackfn`,`forEach`,`map`,`filter`,`previousValue`,`currentValue`,`currentIndex`,`reduce`,`initialValue`,`reduceRight`,`ReadonlyArray`,`b!P'4"9P&1#P&1$Pe#!o%"@2&e#!F1'PPe$!e$!o("J@2&e#!F1'P&2)8&1*P'2+8'2,8e#!F1-Pe#!2.'2/8'10Pe#!2.'2/8'11PPe$!22'23e$!F924!/526"278!18PPe$!22'23e$!F924#/526"278)18PPe$!22'23e$!F924#/526"278)19PPe$!22'23e$!F924$/52:"278$1;PPe$!22'23e$!F924"/52:"278"F1<PPe$!22'23e$!F924!/526"278"F1=PPe$!22'23e$!F924#/526"278e#!F1=PPe$!2>e$!2?'2@e$!F924e$!/52:e#!1APPe$!2>e$!2?'2@e$!F924e$!/52:e#!2Be#!1APP"2>e$!2?'2@e$!F924"/52:"2B"1APPe$!2>e$!2?'2@e$!F924e$!/52:e#!1CPPe$!2>e$!2?'2@e$!F924e$!/52:e#!2Be#!1CPP"2>e$!2?'2@e$!F924"/52:"2B"1C'e"!LMwDy`],Mw=[()=>uk,`composite`,`easing`,`offset`,`Keyframe`,`Pn!4"8&4#8P',J4$8&P&',-JLMw%y`],Nw=[()=>uk,()=>uk,`composite`,`easing`,`offset`,`PropertyIndexedKeyframes`,`PPn!n"FJ4#8P&&FJ4$8P'P',JFJ4%8&P&&F',P',JF-JLMw&y`],Pw=[()=>dk,`id`,()=>fk,`timeline`,`KeyframeAnimationOptions`,`Pn!&4"8Pn#,J4$8Mw%y`],Fw=[()=>Yb,()=>pk,`currentTime`,()=>mk,`effect`,0,`finished`,`id`,0,`this`,()=>fT,`ev`,``,`oncancel`,0,()=>fT,`onfinish`,0,()=>fT,`onremove`,`pending`,()=>hk,`playState`,`playbackRate`,0,`ready`,()=>gk,`replaceState`,()=>pk,`startTime`,()=>fk,`timeline`,`cancel`,`commitStyles`,`finish`,`pause`,`persist`,`play`,`reverse`,`updatePlaybackRate`,`type`,0,()=>_k,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>_k,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`Animation`,`Pn!Pn",J4#Pn$,J4%n&\`4'9&4(PPn)2*n+2,"/-,J4.PPn/2*n02,"/-,J41PPn22*n32,"/-,J44)459n6479'48n9\`4:9n;4<9Pn=,J4>Pn?,J4@P$1AP$1BP$1CP$1DP$1EP$1FP$1GP'28$1HP"2IPnJ2*nK"f2,"/-2LP)nMJ2N8$1OP&2InP2LP)nQJ2N8$1OP"2IPnR2*nS"f2,"/-2LP)nTJ2N8$1UP&2InV2LP)nWJ2N8$1UMwXy`],Iw=[`subtree`,`GetAnimationsOptions`,`P)4!8Mw"y`],Lw=[()=>wO,`name`,()=>Ub,`namedItem`,`HTMLCollection`,`Pn!P&2"Pn#,J1$Mw%y`],Rw=[()=>Db,`name`,()=>Ub,()=>nE,`nodes`,`assign`,()=>vk,`options`,()=>Ub,`assignedElements`,()=>vk,()=>Fx,`assignedNodes`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLSlotElement`,`Pn!&4"PPn#n$J@2%$1&Pn'2(8n)F1*Pn+2(8n,F1-P"2.Pn/20n1"f22"/324P)n5J2(8$16P&2.n724P)n8J2(8$16P"2.Pn920n:"f22"/324P)n;J2(8$1<P&2.n=24P)n>J2(8$1<Mw?y`],zw=[()=>Ub,`activeElement`,()=>yk,`adoptedStyleSheets`,()=>Ub,`fullscreenElement`,()=>Ub,`pictureInPictureElement`,()=>Ub,`pointerLockElement`,()=>bk,`styleSheets`,`x`,`y`,()=>Ub,`elementFromPoint`,()=>Ub,`elementsFromPoint`,()=>Fw,`getAnimations`,`DocumentOrShadowRoot`,`PPn!,J4"9n#F4$Pn%,J4&9Pn',J4(9Pn),J4*9n+4,9P'2-'2.Pn/,J10P'2-'2.n1F12Pn3F14Mw5y`],Bw=[()=>xk,`fonts`,`FontFaceSource`,`Pn!4"9Mw#y`],Vw=[`elementId`,()=>Ub,`getElementById`,`NonElementParentNode`,`PP&2!Pn",J1#Mw$y`],Hw=[`expression`,()=>Sk,`resolver`,()=>Ck,`createExpression`,()=>Fx,`nodeResolver`,()=>Fx,`createNSResolver`,()=>Fx,`contextNode`,()=>Sk,`type`,()=>wk,`result`,()=>wk,`evaluate`,`XPathEvaluatorBase`,`PP&2!Pn",J2#8n$1%Pn&2'n(1)P&2!n*2+Pn,,J2#8'2-8Pn.,J2/8n011Mw2y`],Uw=[`length`,`nameOrIndex`,()=>Lw,()=>Ub,`item`,`name`,()=>Lw,()=>Ub,`namedItem`,()=>Ub,`HTMLAllCollection`,`P'4!9P&2"8Pn#n$,J1%P&2&Pn'n(,J1)'n*LMw+y`],Ww=[()=>Db,()=>Tk,`charset`,`coords`,`download`,`hreflang`,`name`,`ping`,`referrerPolicy`,`rel`,`rev`,`shape`,`target`,`text`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLAnchorElement`,`Pn!n"&4#&4$&4%&4&&4'&4(&4)&4*!!&4+&4,&4-&4.&4/P"2/Pn021n2"f23"/425P)n6J278$18P&2/n925P)n:J278$18P"2/Pn;21n<"f23"/425P)n=J278$1>P&2/n?25P)n@J278$1>MwAy`],Gw=[()=>nT,()=>uO,`HTMLOrSVGScriptElement`,`Pn!n"Jw#y`],Kw=[()=>LO,`WindowProxy`,`n!w"y`],qw=[()=>Fx,()=>Rx,`name`,()=>Ux,`ownerDocument`,`publicId`,`systemId`,`DocumentType`,`Pn!n"&4#9n$4%9&4&9&4'9!Mw(y`],Jw=[()=>Db,`align`,`height`,`name`,`src`,`type`,`width`,()=>Ux,`getSVGDocument`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLEmbedElement`,`Pn!&4"&4#&4$&4%&4&&4'PPn(,J1)P"2&Pn*2+n,"f2-"/.2/P)n0J218$12P&2&n32/P)n4J218$12P"2&Pn52+n6"f2-"/.2/P)n7J218$18P&2&n92/P)n:J218$18Mw;y`],Yw=[`FragmentDirective`,`PMw!y`],Xw=[()=>Db,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLHeadElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],Zw=[()=>Db,`align`,`alt`,`border`,`complete`,`crossOrigin`,`currentSrc`,`async`,`sync`,`auto`,`decoding`,`high`,`low`,`auto`,`fetchPriority`,`height`,`hspace`,`isMap`,`eager`,`lazy`,`loading`,`longDesc`,`lowsrc`,`name`,`naturalHeight`,`naturalWidth`,`referrerPolicy`,`sizes`,`src`,`srcset`,`useMap`,`vspace`,`width`,`x`,`y`,`decode`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLImageElement`,`Pn!&4"&4#&4$)4%9P&,J4&&4'9P.(.).*J4+P.,.-..J4/'40'41)42P.3.4J45&46&47&48'499'4:9&4;&4<&4=&4>&4?'4@'4A'4B9'4C9P$\`1DP"2EPnF2GnH"f2I"/J2KP)nLJ2M8$1NP&2EnO2KP)nPJ2M8$1NP"2EPnQ2GnR"f2I"/J2KP)nSJ2M8$1TP&2EnU2KP)nVJ2M8$1TMwWy`],Qw=[`namespace`,`qualifiedName`,()=>qw,`doctype`,()=>Ek,`createDocument`,`name`,`publicId`,`systemId`,()=>qw,`createDocumentType`,`title`,()=>Ux,`createHTMLDocument`,`args`,!0,`hasFeature`,`DOMImplementation`,`PPP&,J2!P&,J2"Pn#,J2$8n%1&P&2'&2(&2)n*1+P&2,8n-1.P"@2/.011Mw2y`],$w=[()=>Db,()=>Tk,`alt`,`coords`,`download`,`noHref`,`ping`,`referrerPolicy`,`rel`,`shape`,`target`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLAreaElement`,`Pn!n"&4#&4$&4%)4&&4'&4(&4)!!&4*&4+P"2,Pn-2.n/"f20"/122P)n3J248$15P&2,n622P)n7J248$15P"2,Pn82.n9"f20"/122P)n:J248$1;P&2,n<22P)n=J248$1;Mw>y`],eT=[`complete`,`interactive`,`loading`,`DocumentReadyState`,`P.!.".#Jw$y`],tT=[()=>Dk,()=>Ok,()=>kk,`currentScale`,()=>Ak,`currentTranslate`,()=>jk,`height`,()=>jk,`width`,()=>jk,`x`,()=>jk,`y`,`animationsPaused`,()=>nS,`element`,()=>CO,`rect`,`checkEnclosure`,()=>nS,()=>CO,`checkIntersection`,()=>Mk,`createSVGAngle`,()=>Nk,`createSVGLength`,()=>lC,`createSVGMatrix`,()=>Pk,`createSVGNumber`,()=>Fk,`createSVGPoint`,()=>Qx,`createSVGRect`,()=>Ik,`createSVGTransform`,()=>uC,`matrix`,()=>Ik,`createSVGTransformFromMatrix`,`deselectAll`,`forceRedraw`,`getCurrentTime`,`elementId`,()=>Ub,`getElementById`,()=>CO,()=>nS,`referenceElement`,()=>kw,()=>vD,()=>SD,()=>ZD,()=>QD,()=>iO,()=>oO,()=>sO,()=>lO,()=>gO,()=>bO,`getEnclosureList`,()=>CO,()=>nS,()=>kw,()=>vD,()=>SD,()=>ZD,()=>QD,()=>iO,()=>oO,()=>sO,()=>lO,()=>gO,()=>bO,`getIntersectionList`,`pauseAnimations`,`seconds`,`setCurrentTime`,`maxWaitMilliseconds`,`suspendRedraw`,`unpauseAnimations`,`suspendHandleID`,`unsuspendRedraw`,`unsuspendRedrawAll`,`type`,0,`this`,()=>Lk,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>Lk,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGSVGElement`,`Pn!n"n#'4$n%4&9n'4(9n)4*9n+4,9n-4.9P)1/Pn021n223)14Pn521n623)17Pn819Pn:1;Pn<1=Pn>1?Pn@1APnB1CPnD1EPnF2G8nH1IP$1JP$1KP'1LP&2MnN1OPnP23PnQ,J2RPnTnUnVnWnXnYnZn[n\\n]JoS"1^Pn_23Pn\`,J2RPnbncndnenfngnhninjnkJoa"1lP$1mP'2n$1oP'2p'1qP$1rP'2s$1tP$1uP"2vPnw2xny"f2z"/{2|P)n}J2~8$1P&2vn2|P)nJ2~8$1P"2vPn2xn"f2z"/{2|P)nJ2~8$1
P&2vn2|P)nJ2~8$1
Mwy`],nT=[()=>Db,`async`,`charset`,`crossOrigin`,`defer`,`event`,`high`,`low`,`auto`,`fetchPriority`,`htmlFor`,`integrity`,`noModule`,`referrerPolicy`,`src`,`text`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLScriptElement`,`Pn!)4"!!&4#P&,J4$)4%&4&P.'.(.)J4*&4+&4,)4-&4.&4/&40&41P"21Pn223n4"f25"/627P)n8J298$1:P&21n;27P)n<J298$1:P"21Pn=23n>"f25"/627P)n?J298$1@P&21nA27P)nBJ298$1@MwCy`],rT=[()=>fk,`DocumentTimeline`,`Pn!Mw"y`],iT=[`hidden`,`visible`,`DocumentVisibilityState`,`P.!."Jw#y`],aT=[()=>Wx,`shadowRoots`,`CaretPositionFromPointOptions`,`Pn!F4"8Mw#y`],oT=[`offset`,()=>Fx,`offsetNode`,()=>Qx,`getClientRect`,`CaretPosition`,`P'4!9n"4#9PPn$,J1%Mw&y`],sT=[()=>Rk,()=>Fx,`commonAncestorContainer`,()=>uT,`cloneContents`,0,`cloneRange`,`toStart`,`collapse`,`how`,0,`sourceRange`,`compareBoundaryPoints`,()=>Fx,`node`,`offset`,`comparePoint`,`string`,()=>uT,`createContextualFragment`,`deleteContents`,`detach`,()=>uT,`extractContents`,()=>Qx,`getBoundingClientRect`,()=>$x,`getClientRects`,()=>Fx,`insertNode`,()=>Fx,`intersectsNode`,()=>Fx,`isPointInRange`,()=>Fx,`selectNode`,()=>Fx,`selectNodeContents`,()=>Fx,`setEnd`,()=>Fx,`setEndAfter`,()=>Fx,`setEndBefore`,()=>Fx,`setStart`,()=>Fx,`setStartAfter`,()=>Fx,`setStartBefore`,()=>Fx,`newParent`,`surroundContents`,`toString`,0,`START_TO_START`,1,`START_TO_END`,2,`END_TO_END`,3,`END_TO_START`,`Range`,`Pn!n"4#9Pn$1%Pn&1'P)2(8$1)P'2*n+2,'1-Pn.2/'20'11P&22n314P$15P$16Pn718Pn91:Pn;1<Pn=2/$1>Pn?2/)1@PnA2/'20)1BPnC2/$1DPnE2/$1FPnG2/'20$1HPnI2/$1JPnK2/$1LPnM2/'20$1NPnO2/$1PPnQ2/$1RPnS2T$1UP&1V.W4X9.Y4Z9.[4\\9.]4^9Mw_y`],cT=[()=>nE,`CDATASection`,`Pn!Mw"y`],lT=[()=>zk,`Comment`,`Pn!Mw"y`],uT=[()=>Fx,()=>Vw,()=>Bx,()=>Ux,`ownerDocument`,`elementId`,()=>Db,`getElementById`,`DocumentFragment`,`Pn!n"n#n$4%9P&2&Pn',J1(!!Mw)y`],dT=[()=>mE,`customElementRegistry`,`is`,`ElementCreationOptions`,`Pn!4"8&4#8Mw$y`],fT=[()=>wx,()=>pk,`currentTime`,()=>pk,`timelineTime`,`AnimationPlaybackEvent`,`Pn!Pn",J4#9Pn$,J4%9Mw&y`],pT=[()=>wx,()=>Bk,`inputBuffer`,()=>Bk,`outputBuffer`,`playbackTime`,`AudioProcessingEvent`,`Pn!n"4#9n$4%9'4&9Mw'y`],mT=[()=>wx,`returnValue`,`BeforeUnloadEvent`,`Pn!"4"Mw#y`],hT=[()=>wx,()=>Cx,`data`,()=>Tw,`timecode`,`BlobEvent`,`Pn!n"4#9n$4%9Mw&y`],gT=[()=>wx,`code`,`reason`,`wasClean`,`CloseEvent`,`Pn!'4"9&4#9)4$9Mw%y`],_T=[()=>wx,`skipped`,`ContentVisibilityAutoStateChangeEvent`,`Pn!)4"9Mw#y`],vT=[()=>wx,()=>jw,()=>Vk,`changed`,()=>jw,()=>Vk,`deleted`,`CookieChangeEvent`,`Pn!n#o""4$9n&o%"4'9Mw(y`],yT=[`T`,()=>wx,`detail`,`type`,`bubbles`,`cancelable`,`initCustomEvent`,`CustomEvent`,`"c!Pn"e"!4#9P&2$)2%8)2&8e#!2#8$1'Mw(y`],bT=[()=>wx,()=>Hk,`acceleration`,()=>Hk,`accelerationIncludingGravity`,`interval`,()=>Uk,`rotationRate`,`DeviceMotionEvent`,`Pn!Pn",J4#9Pn$,J4%9'4&9Pn',J4(9Mw)y`],xT=[()=>wx,`absolute`,`alpha`,`beta`,`gamma`,`DeviceOrientationEvent`,`Pn!)4"9P',J4#9P',J4$9P',J4%9Mw&y`],ST=[()=>wx,()=>jw,()=>Wk,`fontfaces`,`FontFaceSetLoadEvent`,`Pn!n#o""4$9Mw%y`],CT=[()=>wx,()=>Gk,`gamepad`,`GamepadEvent`,`Pn!n"4#9Mw$y`],wT=[()=>wx,`newURL`,`oldURL`,`HashChangeEvent`,`Pn!&4"9&4#9Mw$y`],TT=[()=>wx,`newVersion`,`oldVersion`,`IDBVersionChangeEvent`,`Pn!P',J4"9'4#9Mw$y`],ET=[()=>wx,()=>Kk,`port`,`MIDIConnectionEvent`,`Pn!Pn",J4#9Mw$y`],DT=[()=>wx,`data`,`MIDIMessageEvent`,`Pn!PW,J4"9Mw#y`],OT=[()=>wx,`initData`,`initDataType`,`MediaEncryptedEvent`,`Pn!P_,J4"9&4#9Mw$y`],kT=[()=>wx,`message`,()=>qk,`messageType`,`MediaKeyMessageEvent`,`Pn!_4"9n#4$9Mw%y`],AT=[()=>wx,`matches`,`media`,`MediaQueryListEvent`,`Pn!)4"9&4#9Mw$y`],jT=[`T`,()=>wx,`data`,`lastEventId`,`origin`,()=>jw,()=>Jk,`ports`,()=>Yk,`source`,`type`,`bubbles`,`cancelable`,()=>Yk,()=>Jk,`initMessageEvent`,`MessageEvent`,`"c!Pn"e"!4#9&4$9&4%9n'o&"4(9Pn),J4*9P&2+)2,8)2-8"2#8&2%8&2$8Pn.,J2*8n/F2(8$10Mw1y`],MT=[()=>wx,()=>Bk,`renderedBuffer`,`OfflineAudioCompletionEvent`,`Pn!n"4#9Mw$y`],NT=[()=>wx,()=>lE,`viewTransition`,`PageRevealEvent`,`Pn!Pn",J4#9Mw$y`],PT=[()=>wx,()=>Xk,`activation`,()=>lE,`viewTransition`,`PageSwapEvent`,`Pn!Pn",J4#9Pn$,J4%9Mw&y`],FT=[()=>wx,`persisted`,`PageTransitionEvent`,`Pn!)4"9Mw#y`],IT=[()=>LT,`methodDetails`,`methodName`,`PaymentMethodChangeEvent`,`Pn!"4"9&4#9Mw$y`],LT=[()=>wx,()=>Zk,()=>Qk,()=>Zk,`detailsPromise`,`updateWith`,`PaymentRequestUpdateEvent`,`Pn!PPn"n$o#"J2%$1&Mw'y`],RT=[()=>wx,()=>$k,`pictureInPictureWindow`,`PictureInPictureEvent`,`Pn!n"4#9Mw$y`],zT=[()=>wx,`hasUAVisualTransition`,`state`,`PopStateEvent`,`Pn!)4"9"4#9Mw$y`],BT=[()=>wx,`promise`,`reason`,`PromiseRejectionEvent`,'Pn!"`4"9"4#9Mw$y'],VT=[()=>wx,`tone`,`RTCDTMFToneChangeEvent`,`Pn!&4"9Mw#y`],HT=[()=>wx,()=>eA,`channel`,`RTCDataChannelEvent`,`Pn!n"4#9Mw$y`],UT=[()=>wx,()=>tA,`error`,`RTCErrorEvent`,`Pn!n"4#9Mw$y`],WT=[()=>wx,`address`,`errorCode`,`errorText`,`port`,`url`,`RTCPeerConnectionIceErrorEvent`,`Pn!P&,J4"9'4#9&4$9P',J4%9&4&9Mw'y`],GT=[()=>wx,()=>nA,`candidate`,`RTCPeerConnectionIceEvent`,`Pn!Pn",J4#9Mw$y`],KT=[()=>wx,()=>rA,`receiver`,()=>jw,()=>Ob,`streams`,()=>Zb,`track`,()=>iA,`transceiver`,`RTCTrackEvent`,`Pn!n"4#9n%o$"4&9n'4(9n)4*9Mw+y`],qT=[()=>JT,()=>aA,`error`,`SpeechSynthesisErrorEvent`,`Pn!n"4#9Mw$y`],JT=[()=>wx,`charIndex`,`charLength`,`elapsedTime`,`name`,()=>oA,`utterance`,`SpeechSynthesisEvent`,`Pn!'4"9'4#9'4$9&4%9n&4'9Mw(y`],YT=[()=>wx,`key`,`newValue`,`oldValue`,()=>sA,`storageArea`,`url`,`type`,`bubbles`,`cancelable`,()=>oE,()=>sA,`initStorageEvent`,`StorageEvent`,`Pn!P&,J4"9P&,J4#9P&,J4$9Pn%,J4&9&4'9P&2()2)8)2*8P&,J2"8P&,J2$8P&,J2#8P&n+J2'8Pn,,J2&8$1-Mw.y`],XT=[()=>dS,`data`,`type`,`bubbles`,`cancelable`,()=>LO,`view`,`initTextEvent`,`TextEvent`,`Pn!&4"9P&2#)2$8)2%8Pn&,J2'8&2"8$1(Mw)y`],ZT=[()=>wx,()=>cA,`track`,`TrackEvent`,`Pn!Pn",J4#9Mw$y`],QT=[()=>wx,`statusMessage`,`WebGLContextEvent`,`Pn!&4"9Mw#y`],$T=[()=>Fx,`node`,``,()=>Fx,`acceptNode`,`NodeFilter`,`PPn!2"'/#PPn$2"'1%MJw&y`],eE=[()=>$T,`filter`,`pointerBeforeReferenceNode`,()=>Fx,`referenceNode`,()=>Fx,`root`,`whatToShow`,`detach`,()=>Fx,`nextNode`,()=>Fx,`previousNode`,`NodeIterator`,`PPn!,J4"9)4#9n$4%9n&4'9'4(9P$1)PPn*,J1+PPn,,J1-Mw.y`],tE=[()=>zk,()=>lA,()=>Ux,`ownerDocument`,`target`,`ProcessingInstruction`,`Pn!n"n#4$9&4%9Mw&y`],nE=[()=>zk,()=>Vx,`wholeText`,`offset`,0,`splitText`,`Text`,`Pn!n"&4#9P'2$n%1&Mw'y`],rE=[()=>Fx,`currentNode`,()=>$T,`filter`,()=>Fx,`root`,`whatToShow`,()=>Fx,`firstChild`,()=>Fx,`lastChild`,()=>Fx,`nextNode`,()=>Fx,`nextSibling`,()=>Fx,`parentNode`,()=>Fx,`previousNode`,()=>Fx,`previousSibling`,`TreeWalker`,`Pn!4"Pn#,J4$9n%4&9'4'9PPn(,J1)PPn*,J1+PPn,,J1-PPn.,J1/PPn0,J11PPn2,J13PPn4,J15Mw6y`],iE=[()=>Fx,`anchorNode`,`anchorOffset`,`direction`,()=>Fx,`focusNode`,`focusOffset`,`isCollapsed`,`rangeCount`,`type`,()=>sT,`range`,`addRange`,()=>Fx,`node`,`offset`,`collapse`,`collapseToEnd`,`collapseToStart`,()=>Fx,`allowPartialContainment`,`containsNode`,`deleteFromDocument`,`empty`,()=>Fx,`extend`,()=>uA,`options`,()=>zO,`getComposedRanges`,`index`,()=>sT,`getRangeAt`,`alter`,`granularity`,`modify`,`removeAllRanges`,()=>sT,`removeRange`,()=>Fx,`selectAllChildren`,()=>Fx,()=>Fx,`setBaseAndExtent`,()=>Fx,`setPosition`,`toString`,`Selection`,`PPn!,J4"9'4#9&4$9Pn%,J4&9'4'9)4(9'4)9&4*9Pn+2,$1-PPn.,J2/'208$11P$12P$13Pn42/)258)16P$17P$18Pn92/'208$1:Pn;2<8n=F1>P'2?n@1AP&2B8&2$8&2C8$1DP$1EPnF2,$1GPnH2/$1IPnJ2"'2#nK2&'2'$1LPPnM,J2/'208$1NP&1OMwPy`],aE=[()=>mE,`customElementRegistry`,`selfOnly`,`ImportNodeOptions`,`Pn!4"8)4#8Mw$y`],oE=[`hash`,`host`,`hostname`,`href`,`toString`,`origin`,`password`,`pathname`,`port`,`protocol`,`search`,()=>dA,`searchParams`,`username`,`toJSON`,`URL`,`P&4!&4"&4#&4$P&1%&4&9&4'&4(&4)&4*&4+n,4-9&4.P&1/Mw0y`],sE=[``,`ViewTransitionUpdateCallback`,`PP"v!Mw"y`],cE=[`types`,()=>sE,`update`,`StartViewTransitionOptions`,`PP&F,J4!8Pn",J4#8Mw$y`],lE=[`finished`,`ready`,()=>fA,`types`,`updateCallbackDone`,`skipTransition`,`ViewTransition`,"P$`4!9$`4\"9n#4$$`4%9P$1&Mw'y"],uE=[()=>jx,()=>wx,`DOMContentLoaded`,()=>wx,`fullscreenchange`,()=>wx,`fullscreenerror`,()=>wx,`pointerlockchange`,()=>wx,`pointerlockerror`,()=>wx,`readystatechange`,()=>wx,`visibilitychange`,`DocumentEventMap`,`Pn!n"4#n$4%n&4'n(4)n*4+n,4-n.4/Mw0y`],dE=[`closed`,`open`,`ShadowRootMode`,`P.!."Jw#y`],fE=[`manual`,`named`,`SlotAssignmentMode`,`P.!."Jw#y`],pE=[()=>wx,`slotchange`,`ShadowRootEventMap`,`Pn!4"Mw#y`],mE=[`name`,()=>pA,`constructor`,()=>mA,`options`,`define`,()=>pA,`get`,()=>pA,`getName`,()=>Fx,`root`,`upgrade`,()=>pA,`whenDefined`,`CustomElementRegistry`,`PP&2!n"2#n$2%8$1&P&2!Pn'-J1(Pn)2#P&,J1*Pn+2,$1-P&2!n.\`1/Mw0y`],hE=[()=>hA,`type`,0,`this`,()=>_A,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>_A,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLAudioElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],gE=[()=>Db,`href`,`target`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLBaseElement`,`Pn!&4"&4#P"2$Pn%2&n'"f2("/)2*P)n+J2,8$1-P&2$n.2*P)n/J2,8$1-P"2$Pn02&n1"f2("/)2*P)n2J2,8$13P&2$n42*P)n5J2,8$13Mw6y`],_E=[()=>Db,`cite`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLQuoteElement`,`Pn!&4"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],vE=[()=>Db,()=>kk,`aLink`,`background`,`bgColor`,`link`,`text`,`vLink`,`type`,0,`this`,()=>vA,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>vA,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLBodyElement`,`Pn!n"&4#&4$&4%&4&&4'&4(P"2)Pn*2+n,"f2-"/.2/P)n0J218$12P&2)n32/P)n4J218$12P"2)Pn52+n6"f2-"/.2/P)n7J218$18P&2)n92/P)n:J218$18Mw;y`],yE=[()=>Db,`clear`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLBRElement`,`Pn!&4"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],bE=[()=>Db,()=>yA,`disabled`,()=>jS,`form`,`formAction`,`formEnctype`,`formMethod`,`formNoValidate`,`formTarget`,()=>kw,()=>IE,`labels`,`name`,`submit`,`reset`,`button`,`type`,`validationMessage`,()=>PS,`validity`,`value`,`willValidate`,`checkValidity`,`reportValidity`,`error`,`setCustomValidity`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLButtonElement`,`Pn!n")4#Pn$,J4%9&4&&4'&4()4)&4*n,o+"4-9&4.P./.0.1J42&439n4459&46)479P)18P)19P&2:$1;P"22Pn<2=n>"f2?"/@2AP)nBJ2C8$1DP&22nE2AP)nFJ2C8$1DP"22PnG2=nH"f2?"/@2AP)nIJ2C8$1JP&22nK2AP)nLJ2C8$1JMwMy`],xE=[()=>Db,`align`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLTableCaptionElement`,`Pn!&4"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],SE=[()=>Db,`align`,`ch`,`chOff`,`span`,`vAlign`,`width`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLTableColElement`,`Pn!&4"&4#&4$'4%&4&&4'P"2(Pn)2*n+"f2,"/-2.P)n/J208$11P&2(n22.P)n3J208$11P"2(Pn42*n5"f2,"/-2.P)n6J208$17P&2(n82.P)n9J208$17Mw:y`],CE=[()=>Db,`value`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLDataElement`,`Pn!&4"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],wE=[()=>Db,()=>eS,()=>qE,`options`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLDataListElement`,`Pn!n#o""4$9P"2%Pn&2'n("f2)"/*2+P)n,J2$8$1-P&2%n.2+P)n/J2$8$1-P"2%Pn02'n1"f2)"/*2+P)n2J2$8$13P&2%n42+P)n5J2$8$13Mw6y`],TE=[()=>Db,`cite`,`dateTime`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLModElement`,`Pn!&4"&4#P"2$Pn%2&n'"f2("/)2*P)n+J2,8$1-P&2$n.2*P)n/J2,8$1-P"2$Pn02&n1"f2("/)2*P)n2J2,8$13P&2$n42*P)n5J2,8$13Mw6y`],EE=[()=>Db,`name`,`open`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLDetailsElement`,`Pn!&4")4#P"2$Pn%2&n'"f2("/)2*P)n+J2,8$1-P&2$n.2*P)n/J2,8$1-P"2$Pn02&n1"f2("/)2*P)n2J2,8$13P&2$n42*P)n5J2,8$13Mw6y`],DE=[()=>Db,`open`,`returnValue`,`close`,`requestClose`,`show`,`showModal`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLDialogElement`,`Pn!)4"&4#P&2#8$1$P&2#8$1%P$1&P$1'P"2(Pn)2*n+"f2,"/-2.P)n/J208$11P&2(n22.P)n3J208$11P"2(Pn42*n5"f2,"/-2.P)n6J208$17P&2(n82.P)n9J208$17Mw:y`],OE=[()=>Db,`align`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLDivElement`,`Pn!&4"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],kE=[()=>Db,`compact`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLDListElement`,`Pn!)4"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],AE=[()=>Db,`disabled`,()=>Lw,`elements`,()=>jS,`form`,`name`,`type`,`validationMessage`,()=>PS,`validity`,`willValidate`,`checkValidity`,`reportValidity`,`error`,`setCustomValidity`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLFieldSetElement`,`Pn!)4"n#4$9Pn%,J4&9&4'&4(9&4)9n*4+9)4,9P)1-P)1.P&2/$10P"2(Pn122n3"f24"/526P)n7J288$19P&2(n:26P)n;J288$19P"2(Pn<22n="f24"/526P)n>J288$1?P&2(n@26P)nAJ288$1?MwBy`],jE=[()=>Db,`align`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLHeadingElement`,`Pn!&4"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],ME=[()=>Db,`align`,`color`,`noShade`,`size`,`width`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLHRElement`,`Pn!&4"&4#)4$&4%&4&P"2'Pn(2)n*"f2+"/,2-P)n.J2/8$10P&2'n12-P)n2J2/8$10P"2'Pn32)n4"f2+"/,2-P)n5J2/8$16P&2'n72-P)n8J2/8$16Mw9y`],NE=[()=>Db,`version`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLHtmlElement`,`Pn!&4"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],PE=[()=>Db,`align`,`allow`,`allowFullscreen`,()=>Ux,`contentDocument`,()=>Kw,`contentWindow`,`frameBorder`,`height`,`eager`,`lazy`,`loading`,`longDesc`,`marginHeight`,`marginWidth`,`name`,()=>bA,`referrerPolicy`,`scrolling`,`src`,`srcdoc`,`width`,()=>Ux,`getSVGDocument`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLIFrameElement`,`Pn!&4"&4#)4$Pn%,J4&9Pn',J4(9&4)&4*P.+.,J4-&4.&4/&40&41n243!!&44&45&46&47PPn8,J19P"2:Pn;2<n="f2>"/?2@P)nAJ2B8$1CP&2:nD2@P)nEJ2B8$1CP"2:PnF2<nG"f2>"/?2@P)nHJ2B8$1IP&2:nJ2@P)nKJ2B8$1IMwLy`],FE=[()=>Db,()=>yA,`accept`,`align`,`alt`,()=>xA,`autocomplete`,`capture`,`checked`,`defaultChecked`,`defaultValue`,`dirName`,`disabled`,()=>SA,`files`,()=>jS,`form`,`formAction`,`formEnctype`,`formMethod`,`formNoValidate`,`formTarget`,`height`,`indeterminate`,()=>kw,()=>IE,`labels`,()=>wE,`list`,`max`,`maxLength`,`min`,`minLength`,`multiple`,`name`,`pattern`,`placeholder`,`readOnly`,`required`,`forward`,`backward`,`none`,`selectionDirection`,`selectionEnd`,`selectionStart`,`size`,`src`,`step`,`type`,`useMap`,`validationMessage`,()=>PS,`validity`,`value`,`valueAsDate`,`valueAsNumber`,()=>jw,()=>CA,`webkitEntries`,`webkitdirectory`,`width`,`willValidate`,`checkValidity`,`reportValidity`,`select`,`error`,`setCustomValidity`,`replacement`,`setRangeText`,`start`,`end`,()=>wA,`selectionMode`,`forward`,`backward`,`none`,`direction`,`setSelectionRange`,`showPicker`,`n`,`stepDown`,`stepUp`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLInputElement`,`Pn!n"&4#&4$&4%n&4'&4()4))4*&4+&4,)4-Pn.,J4/Pn0,J419&42&43&44)45&46'47)48Pn:o9",J4;9Pn<,J4=9&4>'4?&4@'4A)4B&4C&4D&4E)4F)4GP.H.I.J,J4KP',J4LP',J4M'4N&4O&4P&4Q&4R&4S9nT4U9&4VPT,J4W'4XnZoY"4[9)4\\'4])4^9P)1_P)1\`P$1aP&2b$1cP&2d$1eP&2d'2f'2gnh2i8$1ePP',J2fP',J2gP.j.k.lJ2m8$1nP$1oP'2p8$1qP'2p8$1rP"2QPns2tnu"f2v"/w2xP)nyJ2z8$1{P&2Qn|2xP)n}J2z8$1{P"2QPn~2tn"f2v"/w2xP)nJ2z8$1P&2Qn2xP)nJ2z8$1Mwy`],IE=[()=>Db,()=>Db,`control`,()=>jS,`form`,`htmlFor`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLLabelElement`,`Pn!Pn",J4#9Pn$,J4%9&4&P"2'Pn(2)n*"f2+"/,2-P)n.J2/8$10P&2'n12-P)n2J2/8$10P"2'Pn32)n4"f2+"/,2-P)n5J2/8$16P&2'n72-P)n8J2/8$16Mw9y`],LE=[()=>Db,`align`,()=>jS,`form`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLLegendElement`,`Pn!&4"Pn#,J4$9P"2%Pn&2'n("f2)"/*2+P)n,J2-8$1.P&2%n/2+P)n0J2-8$1.P"2%Pn12'n2"f2)"/*2+P)n3J2-8$14P&2%n52+P)n6J2-8$14Mw7y`],RE=[()=>Db,`type`,`value`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLLIElement`,`Pn!&4"'4#P"2"Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2"n-2)P)n.J2+8$1,P"2"Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2"n32)P)n4J2+8$12Mw5y`],zE=[()=>Db,()=>lA,`as`,`charset`,`crossOrigin`,`disabled`,`high`,`low`,`auto`,`fetchPriority`,`href`,`hreflang`,`imageSizes`,`imageSrcset`,`integrity`,`media`,`referrerPolicy`,`rel`,`rev`,`target`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLLinkElement`,`Pn!n"&4#!!&4$P&,J4%)4&P.'.(.)J4*&4+&4,&4-&4.&4/&40&41&42!!&43!!&44&45P"25Pn627n8"f29"/:2;P)n<J2=8$1>P&25n?2;P)n@J2=8$1>P"25PnA27nB"f29"/:2;P)nCJ2=8$1DP&25nE2;P)nFJ2=8$1DMwGy`],BE=[()=>Db,()=>Lw,`areas`,`name`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLMapElement`,`Pn!n"4#9&4$P"2%Pn&2'n("f2)"/*2+P)n,J2-8$1.P&2%n/2+P)n0J2-8$1.P"2%Pn12'n2"f2)"/*2+P)n3J2-8$14P&2%n52+P)n6J2-8$14Mw7y`],VE=[()=>Db,`compact`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLMenuElement`,`Pn!)4"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],HE=[()=>Db,`content`,`httpEquiv`,`media`,`name`,`scheme`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLMetaElement`,`Pn!&4"&4#&4$&4%&4&P"2'Pn(2)n*"f2+"/,2-P)n.J2/8$10P&2'n12-P)n2J2/8$10P"2'Pn32)n4"f2+"/,2-P)n5J2/8$16P&2'n72-P)n8J2/8$16Mw9y`],UE=[()=>Db,`high`,()=>kw,()=>IE,`labels`,`low`,`max`,`min`,`optimum`,`value`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLMeterElement`,`Pn!'4"n$o#"4%9'4&'4''4('4)'4*P"2+Pn,2-n."f2/"/021P)n2J238$14P&2+n521P)n6J238$14P"2+Pn72-n8"f2/"/021P)n9J238$1:P&2+n;21P)n<J238$1:Mw=y`],WE=[()=>Db,`align`,`archive`,`border`,`code`,`codeBase`,`codeType`,()=>Ux,`contentDocument`,()=>Kw,`contentWindow`,`data`,`declare`,()=>jS,`form`,`height`,`hspace`,`name`,`standby`,`type`,`useMap`,`validationMessage`,()=>PS,`validity`,`vspace`,`width`,`willValidate`,`checkValidity`,()=>Ux,`getSVGDocument`,`reportValidity`,`error`,`setCustomValidity`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLObjectElement`,`Pn!&4"&4#&4$&4%&4&&4'Pn(,J4)9Pn*,J4+9&4,)4-Pn.,J4/9&40'41&42&43&44&45&469n7489'49&4:)4;9P)1<PPn=,J1>P)1?P&2@$1AP"24PnB2CnD"f2E"/F2GP)nHJ2I8$1JP&24nK2GP)nLJ2I8$1JP"24PnM2CnN"f2E"/F2GP)nOJ2I8$1PP&24nQ2GP)nRJ2I8$1PMwSy`],GE=[()=>Db,`compact`,`reversed`,`start`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLOListElement`,`Pn!)4")4#'4$&4%P"2%Pn&2'n("f2)"/*2+P)n,J2-8$1.P&2%n/2+P)n0J2-8$1.P"2%Pn12'n2"f2)"/*2+P)n3J2-8$14P&2%n52+P)n6J2-8$14Mw7y`],KE=[()=>Db,`disabled`,`label`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLOptGroupElement`,`Pn!)4"&4#P"2$Pn%2&n'"f2("/)2*P)n+J2,8$1-P&2$n.2*P)n/J2,8$1-P"2$Pn02&n1"f2("/)2*P)n2J2,8$13P&2$n42*P)n5J2,8$13Mw6y`],qE=[()=>Db,`defaultSelected`,`disabled`,()=>jS,`form`,`index`,`label`,`selected`,`text`,`value`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLOptionElement`,`Pn!)4")4#Pn$,J4%9'4&9&4')4(&4)&4*P"2+Pn,2-n."f2/"/021P)n2J238$14P&2+n521P)n6J238$14P"2+Pn72-n8"f2/"/021P)n9J238$1:P&2+n;21P)n<J238$1:Mw=y`],JE=[()=>Db,`defaultValue`,()=>jS,`form`,()=>kw,()=>IE,`labels`,`name`,`type`,`validationMessage`,()=>PS,`validity`,`value`,`willValidate`,`checkValidity`,`reportValidity`,`error`,`setCustomValidity`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLOutputElement`,`Pn!&4"Pn#,J4$9!!n&o%"4'9&4(&4)9&4*9n+4,9&4-)4.9P)1/P)10P&21$12P"2)Pn324n5"f26"/728P)n9J2:8$1;P&2)n<28P)n=J2:8$1;P"2)Pn>24n?"f26"/728P)n@J2:8$1AP&2)nB28P)nCJ2:8$1AMwDy`],YE=[()=>Db,`align`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLParagraphElement`,`Pn!&4"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],XE=[()=>Db,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLPictureElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],ZE=[()=>Db,`width`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLPreElement`,`Pn!'4"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],QE=[()=>Db,()=>kw,()=>IE,`labels`,`max`,`position`,`value`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLProgressElement`,`Pn!n#o""4$9'4%'4&9'4'P"2(Pn)2*n+"f2,"/-2.P)n/J208$11P&2(n22.P)n3J208$11P"2(Pn42*n5"f2,"/-2.P)n6J208$17P&2(n82.P)n9J208$17Mw:y`],$E=[()=>Db,()=>xA,`autocomplete`,`disabled`,()=>jS,`form`,()=>kw,()=>IE,`labels`,`length`,`multiple`,`name`,()=>TA,`options`,`required`,`selectedIndex`,()=>eS,()=>qE,`selectedOptions`,`size`,`select-one`,`select-multiple`,`type`,`validationMessage`,()=>PS,`validity`,`value`,`willValidate`,()=>qE,()=>KE,`element`,()=>Db,`before`,`add`,`checkValidity`,`index`,()=>qE,`item`,()=>qE,`namedItem`,`remove`,`reportValidity`,`error`,`setCustomValidity`,`showPicker`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,()=>qE,()=>KE,`HTMLSelectElement`,`Pn!n"4#)4$Pn%,J4&9n(o'"4)9'4*)4+&4,n-4.9)4/'40n2o1"439'44P.5.6J479&489n94:9&4;)4<9PPn=n>J2?Pn@',J2A8$1BP)1CP'2DPnE,J1FP&2,PnG,J1HP$1IP'2D$1IP)1JP&2K$1LP$1MP"27PnN2OnP"f2Q"/R2SP)nTJ2.8$1UP&27nV2SP)nWJ2.8$1UP"27PnX2OnY"f2Q"/R2SP)nZJ2.8$1[P&27n\\2SP)n]J2.8$1['Pn^n_JLMw\`y`],eD=[()=>Db,`height`,`media`,`sizes`,`src`,`srcset`,`type`,`width`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLSourceElement`,`Pn!'4"&4#&4$&4%&4&&4''4(P"2'Pn)2*n+"f2,"/-2.P)n/J208$11P&2'n22.P)n3J208$11P"2'Pn42*n5"f2,"/-2.P)n6J208$17P&2'n82.P)n9J208$17Mw:y`],tD=[()=>Db,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLSpanElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],nD=[()=>Db,()=>lA,`disabled`,`media`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLStyleElement`,`Pn!n"!!)4#&4$&4%P"2%Pn&2'n("f2)"/*2+P)n,J2-8$1.P&2%n/2+P)n0J2-8$1.P"2%Pn12'n2"f2)"/*2+P)n3J2-8$14P&2%n52+P)n6J2-8$14Mw7y`],rD=[()=>Db,`align`,`bgColor`,`border`,()=>xE,`caption`,`cellPadding`,`cellSpacing`,`frame`,()=>eS,()=>uD,`rows`,`rules`,`summary`,()=>eS,()=>iD,`tBodies`,()=>iD,`tFoot`,()=>iD,`tHead`,`width`,()=>xE,`createCaption`,()=>iD,`createTBody`,()=>iD,`createTFoot`,()=>iD,`createTHead`,`deleteCaption`,`index`,`deleteRow`,`deleteTFoot`,`deleteTHead`,()=>uD,`insertRow`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLTableElement`,`Pn!&4"&4#&4$Pn%,J4&&4'&4(&4)n+o*"4,9&4-&4.n0o/"419Pn2,J43Pn4,J45&46Pn718Pn91:Pn;1<Pn=1>P$1?P'2@$1AP$1BP$1CP'2@8nD1EP"2FPnG2HnI"f2J"/K2LP)nMJ2N8$1OP&2FnP2LP)nQJ2N8$1OP"2FPnR2HnS"f2J"/K2LP)nTJ2N8$1UP&2FnV2LP)nWJ2N8$1UMwXy`],iD=[()=>Db,`align`,`ch`,`chOff`,()=>eS,()=>uD,`rows`,`vAlign`,`index`,`deleteRow`,()=>uD,`insertRow`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLTableSectionElement`,`Pn!&4"&4#&4$n&o%"4'9&4(P'2)$1*P'2)8n+1,P"2-Pn.2/n0"f21"/223P)n4J258$16P&2-n723P)n8J258$16P"2-Pn92/n:"f21"/223P)n;J258$1<P&2-n=23P)n>J258$1<Mw?y`],aD=[()=>Db,`abbr`,`align`,`axis`,`bgColor`,`cellIndex`,`ch`,`chOff`,`colSpan`,`headers`,`height`,`noWrap`,`rowSpan`,`scope`,`vAlign`,`width`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLTableCellElement`,`Pn!&4"&4#&4$&4%'4&9&4'&4('4)&4*&4+)4,'4-&4.&4/&40P"21Pn223n4"f25"/627P)n8J298$1:P&21n;27P)n<J298$1:P"21Pn=23n>"f25"/627P)n?J298$1@P&21nA27P)nBJ298$1@MwCy`],oD=[()=>Db,()=>uT,`content`,`shadowRootClonable`,`shadowRootDelegatesFocus`,`shadowRootMode`,`shadowRootSerializable`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLTemplateElement`,`Pn!n"4#9)4$)4%&4&)4'P"2(Pn)2*n+"f2,"/-2.P)n/J208$11P&2(n22.P)n3J208$11P"2(Pn42*n5"f2,"/-2.P)n6J208$17P&2(n82.P)n9J208$17Mw:y`],sD=[()=>Db,()=>xA,`autocomplete`,`cols`,`defaultValue`,`dirName`,`disabled`,()=>jS,`form`,()=>kw,()=>IE,`labels`,`maxLength`,`minLength`,`name`,`placeholder`,`readOnly`,`required`,`rows`,`forward`,`backward`,`none`,`selectionDirection`,`selectionEnd`,`selectionStart`,`textLength`,`type`,`validationMessage`,()=>PS,`validity`,`value`,`willValidate`,`wrap`,`checkValidity`,`reportValidity`,`select`,`error`,`setCustomValidity`,`replacement`,`setRangeText`,`start`,`end`,()=>wA,`selectionMode`,`forward`,`backward`,`none`,`direction`,`setSelectionRange`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLTextAreaElement`,`Pn!n"4#'4$&4%&4&)4'Pn(,J4)9n+o*"4,9'4-'4.&4/&40)41)42'43P.4.5.6J47'48'49'4:9&4;9&4<9n=4>9&4?)4@9&4AP)1BP)1CP$1DP&2E$1FP&2G$1HP&2G'2I'2JnK2L8$1HPP',J2IP',J2JP.M.N.OJ2P8$1QP"2;PnR2SnT"f2U"/V2WP)nXJ2Y8$1ZP&2;n[2WP)n\\J2Y8$1ZP"2;Pn]2Sn^"f2U"/V2WP)n_J2Y8$1\`P&2;na2WP)nbJ2Y8$1\`Mwcy`],cD=[()=>Db,`dateTime`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLTimeElement`,`Pn!&4"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],lD=[()=>Db,`text`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLTitleElement`,`Pn!&4"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],uD=[()=>Db,`align`,`bgColor`,()=>eS,()=>aD,`cells`,`ch`,`chOff`,`rowIndex`,`sectionRowIndex`,`vAlign`,`index`,`deleteCell`,()=>aD,`insertCell`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLTableRowElement`,`Pn!&4"&4#n%o$"4&9&4'&4('4)9'4*9&4+P'2,$1-P'2,8n.1/P"20Pn122n3"f24"/526P)n7J288$19P&20n:26P)n;J288$19P"20Pn<22n="f24"/526P)n>J288$1?P&20n@26P)nAJ288$1?MwBy`],dD=[()=>Db,`default`,`kind`,`label`,`readyState`,`src`,`srclang`,()=>cA,`track`,0,`NONE`,1,`LOADING`,2,`LOADED`,3,`ERROR`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLTrackElement`,`Pn!)4"&4#&4$'4%9&4&&4'n(4)9.*4+9.,4-9..4/9.0419P"22Pn324n5"f26"/728P)n9J2:8$1;P&22n<28P)n=J2:8$1;P"22Pn>24n?"f26"/728P)n@J2:8$1AP&22nB28P)nCJ2:8$1AMwDy`],fD=[()=>Db,`compact`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLUListElement`,`Pn!)4"&4#P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],pD=[()=>hA,`disablePictureInPicture`,`height`,0,`this`,()=>RT,`ev`,``,`onenterpictureinpicture`,0,()=>RT,`onleavepictureinpicture`,`playsInline`,`poster`,`videoHeight`,`videoWidth`,`width`,`handle`,`cancelVideoFrameCallback`,()=>EA,`getVideoPlaybackQuality`,()=>$k,`requestPictureInPicture`,()=>DA,`callback`,`requestVideoFrameCallback`,`type`,0,()=>kA,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>kA,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLVideoElement`,`Pn!)4"'4#PPn$2%n&2'"/(,J4)PPn*2%n+2'"/(,J4,)4-&4.'4/9'409'41P'22$13Pn415Pn6\`17Pn829'1:P"2;Pn<2%n="f2'"/(2>P)n?J2@8$1AP&2;nB2>P)nCJ2@8$1AP"2;PnD2%nE"f2'"/(2>P)nFJ2@8$1GP&2;nH2>P)nIJ2@8$1GMwJy`],mD=[()=>Dk,()=>AA,`rel`,()=>jA,`target`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGAElement`,`Pn!n"&4#!!n$4%9P"2&Pn'2(n)"f2*"/+2,P)n-J2.8$1/P&2&n02,P)n1J2.8$1/P"2&Pn22(n3"f2*"/+2,P)n4J2.8$15P&2&n62,P)n7J2.8$15Mw8y`],hD=[()=>MA,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGAnimateElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],gD=[()=>MA,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGAnimateMotionElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],_D=[()=>MA,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGAnimateTransformElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],vD=[()=>NA,()=>jk,`cx`,()=>jk,`cy`,()=>jk,`r`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGCircleElement`,`Pn!n"4#9n$4%9n&4'9P"2(Pn)2*n+"f2,"/-2.P)n/J208$11P&2(n22.P)n3J208$11P"2(Pn42*n5"f2,"/-2.P)n6J208$17P&2(n82.P)n9J208$17Mw:y`],yD=[()=>nS,()=>PA,`clipPathUnits`,()=>FA,`transform`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGClipPathElement`,`Pn!n"4#9n$4%9P"2&Pn'2(n)"f2*"/+2,P)n-J2.8$1/P&2&n02,P)n1J2.8$1/P"2&Pn22(n3"f2*"/+2,P)n4J2.8$15P&2&n62,P)n7J2.8$15Mw8y`],bD=[()=>Dk,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGDefsElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],xD=[()=>nS,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGDescElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],SD=[()=>NA,()=>jk,`cx`,()=>jk,`cy`,()=>jk,`rx`,()=>jk,`ry`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGEllipseElement`,`Pn!n"4#9n$4%9n&4'9n(4)9P"2*Pn+2,n-"f2."//20P)n1J228$13P&2*n420P)n5J228$13P"2*Pn62,n7"f2."//20P)n8J228$19P&2*n:20P)n;J228$19Mw<y`],CD=[()=>nS,()=>LA,()=>jA,`in1`,()=>jA,`in2`,()=>PA,`mode`,0,`SVG_FEBLEND_MODE_UNKNOWN`,1,`SVG_FEBLEND_MODE_NORMAL`,2,`SVG_FEBLEND_MODE_MULTIPLY`,3,`SVG_FEBLEND_MODE_SCREEN`,4,`SVG_FEBLEND_MODE_DARKEN`,5,`SVG_FEBLEND_MODE_LIGHTEN`,6,`SVG_FEBLEND_MODE_OVERLAY`,7,`SVG_FEBLEND_MODE_COLOR_DODGE`,8,`SVG_FEBLEND_MODE_COLOR_BURN`,9,`SVG_FEBLEND_MODE_HARD_LIGHT`,10,`SVG_FEBLEND_MODE_SOFT_LIGHT`,11,`SVG_FEBLEND_MODE_DIFFERENCE`,12,`SVG_FEBLEND_MODE_EXCLUSION`,13,`SVG_FEBLEND_MODE_HUE`,14,`SVG_FEBLEND_MODE_SATURATION`,15,`SVG_FEBLEND_MODE_COLOR`,16,`SVG_FEBLEND_MODE_LUMINOSITY`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGFEBlendElement`,`Pn!n"n#4$9n%4&9n'4(9.)4*9.+4,9.-4.9./409.1429.3449.5469.7489.94:9.;4<9.=4>9.?4@9.A4B9.C4D9.E4F9.G4H9.I4J9P"2KPnL2MnN"f2O"/P2QP)nRJ2S8$1TP&2KnU2QP)nVJ2S8$1TP"2KPnW2MnX"f2O"/P2QP)nYJ2S8$1ZP&2Kn[2QP)n\\J2S8$1ZMw]y`],wD=[()=>nS,()=>LA,()=>jA,`in1`,()=>PA,`type`,()=>RA,`values`,0,`SVG_FECOLORMATRIX_TYPE_UNKNOWN`,1,`SVG_FECOLORMATRIX_TYPE_MATRIX`,2,`SVG_FECOLORMATRIX_TYPE_SATURATE`,3,`SVG_FECOLORMATRIX_TYPE_HUEROTATE`,4,`SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGFEColorMatrixElement`,`Pn!n"n#4$9n%4&9n'4(9.)4*9.+4,9.-4.9./409.1429P"2&Pn324n5"f26"/728P)n9J2:8$1;P&2&n<28P)n=J2:8$1;P"2&Pn>24n?"f26"/728P)n@J2:8$1AP&2&nB28P)nCJ2:8$1AMwDy`],TD=[()=>nS,()=>LA,()=>jA,`in1`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGFEComponentTransferElement`,`Pn!n"n#4$9P"2%Pn&2'n("f2)"/*2+P)n,J2-8$1.P&2%n/2+P)n0J2-8$1.P"2%Pn12'n2"f2)"/*2+P)n3J2-8$14P&2%n52+P)n6J2-8$14Mw7y`],ED=[()=>nS,()=>LA,()=>jA,`in1`,()=>jA,`in2`,()=>zA,`k1`,()=>zA,`k2`,()=>zA,`k3`,()=>zA,`k4`,()=>PA,`operator`,0,`SVG_FECOMPOSITE_OPERATOR_UNKNOWN`,1,`SVG_FECOMPOSITE_OPERATOR_OVER`,2,`SVG_FECOMPOSITE_OPERATOR_IN`,3,`SVG_FECOMPOSITE_OPERATOR_OUT`,4,`SVG_FECOMPOSITE_OPERATOR_ATOP`,5,`SVG_FECOMPOSITE_OPERATOR_XOR`,6,`SVG_FECOMPOSITE_OPERATOR_ARITHMETIC`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGFECompositeElement`,`Pn!n"n#4$9n%4&9n'4(9n)4*9n+4,9n-4.9n/409.1429.3449.5469.7489.94:9.;4<9.=4>9P"2?Pn@2AnB"f2C"/D2EP)nFJ2G8$1HP&2?nI2EP)nJJ2G8$1HP"2?PnK2AnL"f2C"/D2EP)nMJ2G8$1NP&2?nO2EP)nPJ2G8$1NMwQy`],DD=[()=>nS,()=>LA,()=>zA,`bias`,()=>zA,`divisor`,()=>PA,`edgeMode`,()=>jA,`in1`,()=>RA,`kernelMatrix`,()=>zA,`kernelUnitLengthX`,()=>zA,`kernelUnitLengthY`,()=>BA,`orderX`,()=>BA,`orderY`,()=>VA,`preserveAlpha`,()=>BA,`targetX`,()=>BA,`targetY`,0,`SVG_EDGEMODE_UNKNOWN`,1,`SVG_EDGEMODE_DUPLICATE`,2,`SVG_EDGEMODE_WRAP`,3,`SVG_EDGEMODE_NONE`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGFEConvolveMatrixElement`,`Pn!n"n#4$9n%4&9n'4(9n)4*9n+4,9n-4.9n/409n1429n3449n5469n7489n94:9.;4<9.=4>9.?4@9.A4B9P"2CPnD2EnF"f2G"/H2IP)nJJ2K8$1LP&2CnM2IP)nNJ2K8$1LP"2CPnO2EnP"f2G"/H2IP)nQJ2K8$1RP&2CnS2IP)nTJ2K8$1RMwUy`],OD=[()=>nS,()=>LA,()=>zA,`diffuseConstant`,()=>jA,`in1`,()=>zA,`kernelUnitLengthX`,()=>zA,`kernelUnitLengthY`,()=>zA,`surfaceScale`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGFEDiffuseLightingElement`,`Pn!n"n#4$9n%4&9n'4(9n)4*9n+4,9P"2-Pn.2/n0"f21"/223P)n4J258$16P&2-n723P)n8J258$16P"2-Pn92/n:"f21"/223P)n;J258$1<P&2-n=23P)n>J258$1<Mw?y`],kD=[()=>nS,()=>LA,()=>jA,`in1`,()=>jA,`in2`,()=>zA,`scale`,()=>PA,`xChannelSelector`,()=>PA,`yChannelSelector`,0,`SVG_CHANNEL_UNKNOWN`,1,`SVG_CHANNEL_R`,2,`SVG_CHANNEL_G`,3,`SVG_CHANNEL_B`,4,`SVG_CHANNEL_A`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGFEDisplacementMapElement`,`Pn!n"n#4$9n%4&9n'4(9n)4*9n+4,9.-4.9./409.1429.3449.5469P"27Pn829n:"f2;"/<2=P)n>J2?8$1@P&27nA2=P)nBJ2?8$1@P"27PnC29nD"f2;"/<2=P)nEJ2?8$1FP&27nG2=P)nHJ2?8$1FMwIy`],AD=[()=>nS,()=>zA,`azimuth`,()=>zA,`elevation`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGFEDistantLightElement`,`Pn!n"4#9n$4%9P"2&Pn'2(n)"f2*"/+2,P)n-J2.8$1/P&2&n02,P)n1J2.8$1/P"2&Pn22(n3"f2*"/+2,P)n4J2.8$15P&2&n62,P)n7J2.8$15Mw8y`],jD=[()=>nS,()=>LA,()=>zA,`dx`,()=>zA,`dy`,()=>jA,`in1`,()=>zA,`stdDeviationX`,()=>zA,`stdDeviationY`,`setStdDeviation`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGFEDropShadowElement`,`Pn!n"n#4$9n%4&9n'4(9n)4*9n+4,9P'2*'2,$1-P"2.Pn/20n1"f22"/324P)n5J268$17P&2.n824P)n9J268$17P"2.Pn:20n;"f22"/324P)n<J268$1=P&2.n>24P)n?J268$1=Mw@y`],MD=[()=>nS,()=>LA,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGFEFloodElement`,`Pn!n"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],ND=[()=>HA,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGFEFuncAElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],PD=[()=>HA,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGFEFuncBElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],FD=[()=>HA,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGFEFuncGElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],ID=[()=>HA,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGFEFuncRElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],LD=[()=>nS,()=>LA,()=>jA,`in1`,()=>zA,`stdDeviationX`,()=>zA,`stdDeviationY`,`setStdDeviation`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGFEGaussianBlurElement`,`Pn!n"n#4$9n%4&9n'4(9P'2&'2($1)P"2*Pn+2,n-"f2."//20P)n1J228$13P&2*n420P)n5J228$13P"2*Pn62,n7"f2."//20P)n8J228$19P&2*n:20P)n;J228$19Mw<y`],RD=[()=>nS,()=>LA,()=>AA,()=>UA,`preserveAspectRatio`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGFEImageElement`,`Pn!n"n#n$4%9P"2&Pn'2(n)"f2*"/+2,P)n-J2.8$1/P&2&n02,P)n1J2.8$1/P"2&Pn22(n3"f2*"/+2,P)n4J2.8$15P&2&n62,P)n7J2.8$15Mw8y`],zD=[()=>nS,()=>LA,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGFEMergeElement`,`Pn!n"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],BD=[()=>nS,()=>jA,`in1`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGFEMergeNodeElement`,`Pn!n"4#9P"2$Pn%2&n'"f2("/)2*P)n+J2,8$1-P&2$n.2*P)n/J2,8$1-P"2$Pn02&n1"f2("/)2*P)n2J2,8$13P&2$n42*P)n5J2,8$13Mw6y`],VD=[()=>nS,()=>LA,()=>jA,`in1`,()=>PA,`operator`,()=>zA,`radiusX`,()=>zA,`radiusY`,0,`SVG_MORPHOLOGY_OPERATOR_UNKNOWN`,1,`SVG_MORPHOLOGY_OPERATOR_ERODE`,2,`SVG_MORPHOLOGY_OPERATOR_DILATE`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGFEMorphologyElement`,`Pn!n"n#4$9n%4&9n'4(9n)4*9.+4,9.-4.9./409P"21Pn223n4"f25"/627P)n8J298$1:P&21n;27P)n<J298$1:P"21Pn=23n>"f25"/627P)n?J298$1@P&21nA27P)nBJ298$1@MwCy`],HD=[()=>nS,()=>LA,()=>zA,`dx`,()=>zA,`dy`,()=>jA,`in1`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGFEOffsetElement`,`Pn!n"n#4$9n%4&9n'4(9P"2)Pn*2+n,"f2-"/.2/P)n0J218$12P&2)n32/P)n4J218$12P"2)Pn52+n6"f2-"/.2/P)n7J218$18P&2)n92/P)n:J218$18Mw;y`],UD=[()=>nS,()=>zA,`x`,()=>zA,`y`,()=>zA,`z`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGFEPointLightElement`,`Pn!n"4#9n$4%9n&4'9P"2(Pn)2*n+"f2,"/-2.P)n/J208$11P&2(n22.P)n3J208$11P"2(Pn42*n5"f2,"/-2.P)n6J208$17P&2(n82.P)n9J208$17Mw:y`],WD=[()=>nS,()=>LA,()=>jA,`in1`,()=>zA,`kernelUnitLengthX`,()=>zA,`kernelUnitLengthY`,()=>zA,`specularConstant`,()=>zA,`specularExponent`,()=>zA,`surfaceScale`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGFESpecularLightingElement`,`Pn!n"n#4$9n%4&9n'4(9n)4*9n+4,9n-4.9P"2/Pn021n2"f23"/425P)n6J278$18P&2/n925P)n:J278$18P"2/Pn;21n<"f23"/425P)n=J278$1>P&2/n?25P)n@J278$1>MwAy`],GD=[()=>nS,()=>zA,`limitingConeAngle`,()=>zA,`pointsAtX`,()=>zA,`pointsAtY`,()=>zA,`pointsAtZ`,()=>zA,`specularExponent`,()=>zA,`x`,()=>zA,`y`,()=>zA,`z`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGFESpotLightElement`,`Pn!n"4#9n$4%9n&4'9n(4)9n*4+9n,4-9n.4/9n0419P"22Pn324n5"f26"/728P)n9J2:8$1;P&22n<28P)n=J2:8$1;P"22Pn>24n?"f26"/728P)n@J2:8$1AP&22nB28P)nCJ2:8$1AMwDy`],KD=[()=>nS,()=>LA,()=>jA,`in1`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGFETileElement`,`Pn!n"n#4$9P"2%Pn&2'n("f2)"/*2+P)n,J2-8$1.P&2%n/2+P)n0J2-8$1.P"2%Pn12'n2"f2)"/*2+P)n3J2-8$14P&2%n52+P)n6J2-8$14Mw7y`],qD=[()=>nS,()=>LA,()=>zA,`baseFrequencyX`,()=>zA,`baseFrequencyY`,()=>BA,`numOctaves`,()=>zA,`seed`,()=>PA,`stitchTiles`,()=>PA,`type`,0,`SVG_TURBULENCE_TYPE_UNKNOWN`,1,`SVG_TURBULENCE_TYPE_FRACTALNOISE`,2,`SVG_TURBULENCE_TYPE_TURBULENCE`,0,`SVG_STITCHTYPE_UNKNOWN`,1,`SVG_STITCHTYPE_STITCH`,2,`SVG_STITCHTYPE_NOSTITCH`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGFETurbulenceElement`,`Pn!n"n#4$9n%4&9n'4(9n)4*9n+4,9n-4.9./409.1429.3449.5469.7489.94:9P"2.Pn;2<n="f2>"/?2@P)nAJ2B8$1CP&2.nD2@P)nEJ2B8$1CP"2.PnF2<nG"f2>"/?2@P)nHJ2B8$1IP&2.nJ2@P)nKJ2B8$1IMwLy`],JD=[()=>nS,()=>AA,()=>PA,`filterUnits`,()=>jk,`height`,()=>PA,`primitiveUnits`,()=>jk,`width`,()=>jk,`x`,()=>jk,`y`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGFilterElement`,`Pn!n"n#4$9n%4&9n'4(9n)4*9n+4,9n-4.9P"2/Pn021n2"f23"/425P)n6J278$18P&2/n925P)n:J278$18P"2/Pn;21n<"f23"/425P)n=J278$1>P&2/n?25P)n@J278$1>MwAy`],YD=[()=>Dk,()=>jk,`height`,()=>jk,`width`,()=>jk,`x`,()=>jk,`y`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGForeignObjectElement`,`Pn!n"4#9n$4%9n&4'9n(4)9P"2*Pn+2,n-"f2."//20P)n1J228$13P&2*n420P)n5J228$13P"2*Pn62,n7"f2."//20P)n8J228$19P&2*n:20P)n;J228$19Mw<y`],XD=[()=>Dk,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGGElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],ZD=[()=>Dk,()=>AA,`crossOrigin`,()=>jk,`height`,()=>UA,`preserveAspectRatio`,()=>jk,`width`,()=>jk,`x`,()=>jk,`y`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGImageElement`,`Pn!n"P&,J4#n$4%9n&4'9n(4)9n*4+9n,4-9P"2.Pn/20n1"f22"/324P)n5J268$17P&2.n824P)n9J268$17P"2.Pn:20n;"f22"/324P)n<J268$1=P&2.n>24P)n?J268$1=Mw@y`],QD=[()=>NA,()=>jk,`x1`,()=>jk,`x2`,()=>jk,`y1`,()=>jk,`y2`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGLineElement`,`Pn!n"4#9n$4%9n&4'9n(4)9P"2*Pn+2,n-"f2."//20P)n1J228$13P&2*n420P)n5J228$13P"2*Pn62,n7"f2."//20P)n8J228$19P&2*n:20P)n;J228$19Mw<y`],$D=[()=>WA,()=>jk,`x1`,()=>jk,`x2`,()=>jk,`y1`,()=>jk,`y2`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGLinearGradientElement`,`Pn!n"4#9n$4%9n&4'9n(4)9P"2*Pn+2,n-"f2."//20P)n1J228$13P&2*n420P)n5J228$13P"2*Pn62,n7"f2."//20P)n8J228$19P&2*n:20P)n;J228$19Mw<y`],eO=[()=>nS,()=>Ok,()=>jk,`markerHeight`,()=>PA,`markerUnits`,()=>jk,`markerWidth`,()=>GA,`orientAngle`,()=>PA,`orientType`,()=>jk,`refX`,()=>jk,`refY`,()=>Mk,`angle`,`setOrientToAngle`,`setOrientToAuto`,0,`SVG_MARKERUNITS_UNKNOWN`,1,`SVG_MARKERUNITS_USERSPACEONUSE`,2,`SVG_MARKERUNITS_STROKEWIDTH`,0,`SVG_MARKER_ORIENT_UNKNOWN`,1,`SVG_MARKER_ORIENT_AUTO`,2,`SVG_MARKER_ORIENT_ANGLE`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGMarkerElement`,`Pn!n"n#4$9n%4&9n'4(9n)4*9n+4,9n-4.9n/409Pn122$13P$14.5469.7489.94:9.;4<9.=4>9.?4@9P"2APnB2CnD"f2E"/F2GP)nHJ2I8$1JP&2AnK2GP)nLJ2I8$1JP"2APnM2CnN"f2E"/F2GP)nOJ2I8$1PP&2AnQ2GP)nRJ2I8$1PMwSy`],tO=[()=>nS,()=>jk,`height`,()=>PA,`maskContentUnits`,()=>PA,`maskUnits`,()=>jk,`width`,()=>jk,`x`,()=>jk,`y`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGMaskElement`,`Pn!n"4#9n$4%9n&4'9n(4)9n*4+9n,4-9P"2.Pn/20n1"f22"/324P)n5J268$17P&2.n824P)n9J268$17P"2.Pn:20n;"f22"/324P)n<J268$1=P&2.n>24P)n?J268$1=Mw@y`],nO=[()=>nS,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGMetadataElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],rO=[()=>nS,()=>AA,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGMPathElement`,`Pn!n"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],iO=[()=>NA,()=>zA,`pathLength`,`distance`,()=>Fk,`getPointAtLength`,`getTotalLength`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGPathElement`,`Pn!n"4#9P'2$n%1&P'1'P"2(Pn)2*n+"f2,"/-2.P)n/J208$11P&2(n22.P)n3J208$11P"2(Pn42*n5"f2,"/-2.P)n6J208$17P&2(n82.P)n9J208$17Mw:y`],aO=[()=>nS,()=>Ok,()=>AA,()=>jk,`height`,()=>PA,`patternContentUnits`,()=>FA,`patternTransform`,()=>PA,`patternUnits`,()=>jk,`width`,()=>jk,`x`,()=>jk,`y`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGPatternElement`,`Pn!n"n#n$4%9n&4'9n(4)9n*4+9n,4-9n.4/9n0419P"22Pn324n5"f26"/728P)n9J2:8$1;P&22n<28P)n=J2:8$1;P"22Pn>24n?"f26"/728P)n@J2:8$1AP&22nB28P)nCJ2:8$1AMwDy`],oO=[()=>NA,()=>KA,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGPolygonElement`,`Pn!n"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],sO=[()=>NA,()=>KA,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGPolylineElement`,`Pn!n"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],cO=[()=>WA,()=>jk,`cx`,()=>jk,`cy`,()=>jk,`fr`,()=>jk,`fx`,()=>jk,`fy`,()=>jk,`r`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGRadialGradientElement`,`Pn!n"4#9n$4%9n&4'9n(4)9n*4+9n,4-9P"2.Pn/20n1"f22"/324P)n5J268$17P&2.n824P)n9J268$17P"2.Pn:20n;"f22"/324P)n<J268$1=P&2.n>24P)n?J268$1=Mw@y`],lO=[()=>NA,()=>jk,`height`,()=>jk,`rx`,()=>jk,`ry`,()=>jk,`width`,()=>jk,`x`,()=>jk,`y`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGRectElement`,`Pn!n"4#9n$4%9n&4'9n(4)9n*4+9n,4-9P"2.Pn/20n1"f22"/324P)n5J268$17P&2.n824P)n9J268$17P"2.Pn:20n;"f22"/324P)n<J268$1=P&2.n>24P)n?J268$1=Mw@y`],uO=[()=>nS,()=>AA,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGScriptElement`,`Pn!n"&4#P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],dO=[()=>MA,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGSetElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],fO=[()=>nS,()=>zA,`offset`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGStopElement`,`Pn!n"4#9P"2$Pn%2&n'"f2("/)2*P)n+J2,8$1-P&2$n.2*P)n/J2,8$1-P"2$Pn02&n1"f2("/)2*P)n2J2,8$13P&2$n42*P)n5J2,8$13Mw6y`],pO=[()=>nS,()=>lA,`disabled`,`media`,`title`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGStyleElement`,`Pn!n")4#&4$&4%&4&P"2&Pn'2(n)"f2*"/+2,P)n-J2.8$1/P&2&n02,P)n1J2.8$1/P"2&Pn22(n3"f2*"/+2,P)n4J2.8$15P&2&n62,P)n7J2.8$15Mw8y`],mO=[()=>Dk,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGSwitchElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],hO=[()=>nS,()=>Ok,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGSymbolElement`,`Pn!n"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],gO=[()=>qA,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGTextElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],_O=[()=>JA,()=>AA,()=>PA,`method`,()=>PA,`spacing`,()=>jk,`startOffset`,0,`TEXTPATH_METHODTYPE_UNKNOWN`,1,`TEXTPATH_METHODTYPE_ALIGN`,2,`TEXTPATH_METHODTYPE_STRETCH`,0,`TEXTPATH_SPACINGTYPE_UNKNOWN`,1,`TEXTPATH_SPACINGTYPE_AUTO`,2,`TEXTPATH_SPACINGTYPE_EXACT`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGTextPathElement`,`Pn!n"n#4$9n%4&9n'4(9.)4*9.+4,9.-4.9./409.1429.3449P"25Pn627n8"f29"/:2;P)n<J2=8$1>P&25n?2;P)n@J2=8$1>P"25PnA27nB"f29"/:2;P)nCJ2=8$1DP&25nE2;P)nFJ2=8$1DMwGy`],vO=[()=>nS,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGTitleElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],yO=[()=>qA,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGTSpanElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],bO=[()=>Dk,()=>AA,()=>jk,`height`,()=>jk,`width`,()=>jk,`x`,()=>jk,`y`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGUseElement`,`Pn!n"n#4$9n%4&9n'4(9n)4*9P"2+Pn,2-n."f2/"/021P)n2J238$14P&2+n521P)n6J238$14P"2+Pn72-n8"f2/"/021P)n9J238$1:P&2+n;21P)n<J238$1:Mw=y`],xO=[()=>nS,()=>Ok,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGViewElement`,`Pn!n"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],SO=[`toString`,`CSSStyleValue`,`PP&1!Mw"y`],CO=[`bottom`,`height`,`left`,`right`,`top`,`width`,`x`,`y`,`toJSON`,`DOMRectReadOnly`,`P'4!9'4"9'4#9'4$9'4%9'4&9'4'9'4(9P"1)Mw*y`],wO=[`length`,`index`,()=>Ub,`item`,()=>Ub,`HTMLCollectionBase`,`P'4!9P'2"Pn#,J1$'n%LMw&y`],TO=[()=>Db,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLUnknownElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],EO=[()=>Db,`compact`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLDirectoryElement`,`Pn!)4"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],DO=[()=>Db,`color`,`face`,`size`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLFontElement`,`Pn!&4"&4#&4$P"2%Pn&2'n("f2)"/*2+P)n,J2-8$1.P&2%n/2+P)n0J2-8$1.P"2%Pn12'n2"f2)"/*2+P)n3J2-8$14P&2%n52+P)n6J2-8$14Mw7y`],OO=[()=>Db,()=>Ux,`contentDocument`,()=>Kw,`contentWindow`,`frameBorder`,`longDesc`,`marginHeight`,`marginWidth`,`name`,`noResize`,`scrolling`,`src`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLFrameElement`,`Pn!Pn",J4#9Pn$,J4%9&4&&4'&4(&4)&4*)4+&4,&4-P"2.Pn/20n1"f22"/324P)n5J268$17P&2.n824P)n9J268$17P"2.Pn:20n;"f22"/324P)n<J268$1=P&2.n>24P)n?J268$1=Mw@y`],kO=[()=>Db,()=>kk,`cols`,`rows`,`type`,0,`this`,()=>YA,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>YA,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLFrameSetElement`,`Pn!n"&4#&4$P"2%Pn&2'n("f2)"/*2+P)n,J2-8$1.P&2%n/2+P)n0J2-8$1.P"2%Pn12'n2"f2)"/*2+P)n3J2-8$14P&2%n52+P)n6J2-8$14Mw7y`],AO=[()=>Db,`behavior`,`bgColor`,`direction`,`height`,`hspace`,`loop`,`scrollAmount`,`scrollDelay`,`trueSpeed`,`vspace`,`width`,`start`,`stop`,`type`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLMarqueeElement`,`Pn!&4"&4#&4$&4%'4&'4''4('4))4*'4+&4,P$1-P$1.P"2/Pn021n2"f23"/425P)n6J278$18P&2/n925P)n:J278$18P"2/Pn;21n<"f23"/425P)n=J278$1>P&2/n?25P)n@J278$1>MwAy`],jO=[()=>Db,`name`,`type`,`value`,`valueType`,0,`this`,()=>zb,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zb,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLParamElement`,`Pn!&4"&4#&4$&4%P"2#Pn&2'n("f2)"/*2+P)n,J2-8$1.P&2#n/2+P)n0J2-8$1.P"2#Pn12'n2"f2)"/*2+P)n3J2-8$14P&2#n52+P)n6J2-8$14Mw7y`],MO=[()=>Ax,()=>jx,`SVGElementEventMap`,`Pn!n"Mw#y`],NO=[()=>Ax,()=>jx,`MathMLElementEventMap`,`Pn!n"Mw#y`],PO=[`auto`,`hide`,`show`,`FullscreenNavigationUI`,`P.!.".#Jw$y`],FO=[()=>XA,`behavior`,`ScrollOptions`,`Pn!4"8Mw#y`],IO=[`center`,`end`,`nearest`,`start`,`ScrollLogicalPosition`,`P.!.".#.$Jw%y`],LO=[()=>Yb,()=>ZA,()=>Kb,()=>kk,()=>QA,()=>$A,()=>ej,()=>tj,`clientInformation`,`closed`,()=>nj,`cookieStore`,()=>mE,`customElements`,`devicePixelRatio`,()=>Ux,`document`,()=>wx,`event`,()=>rj,`external`,()=>Ub,`frameElement`,()=>Kw,`frames`,()=>ij,`history`,`innerHeight`,`innerWidth`,`length`,()=>aj,`locationbar`,()=>aj,`menubar`,`name`,()=>tj,`navigator`,0,`this`,()=>bT,`ev`,``,`ondevicemotion`,0,()=>xT,`ondeviceorientation`,0,()=>xT,`ondeviceorientationabsolute`,0,()=>wx,`onorientationchange`,`opener`,`orientation`,`originAgentCluster`,`outerHeight`,`outerWidth`,`pageXOffset`,`pageYOffset`,()=>Kw,`parent`,()=>aj,`personalbar`,()=>oj,`screen`,`screenLeft`,`screenTop`,`screenX`,`screenY`,`scrollX`,`scrollY`,()=>aj,`scrollbars`,0,()=>globalThis,`self`,()=>sj,`speechSynthesis`,`status`,()=>aj,`statusbar`,()=>aj,`toolbar`,()=>Kw,`top`,()=>cj,`visualViewport`,0,()=>globalThis,`window`,`message`,`alert`,`blur`,`handle`,`cancelIdleCallback`,`captureEvents`,`close`,`confirm`,`focus`,()=>Ub,`elt`,`pseudoElt`,()=>lj,`getComputedStyle`,()=>iE,`getSelection`,`query`,()=>uj,`matchMedia`,`x`,`y`,`moveBy`,`moveTo`,()=>oE,`url`,`target`,`features`,()=>Kw,`open`,`targetOrigin`,()=>dj,`transfer`,`postMessage`,()=>fj,`options`,`print`,`_default`,`prompt`,`releaseEvents`,()=>pj,`callback`,()=>mj,`requestIdleCallback`,`resizeBy`,`width`,`height`,`resizeTo`,()=>cS,`scroll`,()=>cS,`scrollBy`,()=>cS,`scrollTo`,`stop`,`type`,0,()=>hj,`listener`,()=>Bb,`addEventListener`,()=>Vb,()=>Bb,0,()=>hj,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,0,`Window`,`Pn!n"n#n$n%n&n'n(4)9)4*9n+4,9n-4.9'4/9n0419Pn2-J439n4459Pn6,J479n8499n:4;9'4<9'4=9'4>9!!n?4@9nA4B9&4CnD4E9PPnF2GnH2I"/J,J4KPPnL2GnM2I"/J,J4NPPnO2GnP2I"/J,J4QPPnR2GnS2I"/J,J4T"4U'4V9)4W9'4X9'4Y9'4Z9'4[9n\\4]9n^4_9n\`4a9'4b9'4c9'4d9'4e9'4f9'4g9nh4i9PnjikK4l9nm4n9&4onp4q9nr4s9Pnt,J4u9Pnv,J4w9PnxiyK4z9P"2{8$1|P$1}P'2~$1P$1P$1P&2{8)1P$1Pn2
P&,J28n1PPn,J1P&2n1P'2'2$1P'2'2$1PP&nJ28&28&28Pn,J1P"2{&2nF28$1P"2{n28$1P$1P&2{8&28P&,J1\xA0P$1¡Pn¢2£n¤28'1¥P'2'2$1¦P'2§'2¨$1©Pnª28$1«P'2'2$1«Pn¬28$1P'2'2$1Pn®28$1¯P'2'2$1¯P$1°P"2±Pn²2Gn³"f2I"/J2´P)nµJ28$1¶P&2±n·2´P)n¸J28$1¶P"2±Pn¹2Gnº"f2I"/J2´P)n»J28$1¼P&2±n½2´P)n¾J28$1¼'n¿LMwÀy`],RO=[`none`,`copy`,`link`,`move`,`dropEffect`,`none`,`copy`,`copyLink`,`copyMove`,`link`,`linkMove`,`move`,`all`,`uninitialized`,`effectAllowed`,()=>SA,`files`,()=>gj,`items`,()=>jw,`types`,`format`,`clearData`,`getData`,`data`,`setData`,()=>Ub,`image`,`x`,`y`,`setDragImage`,`DataTransfer`,`PP.!.".#.$J4%P.&.'.(.).*.+.,.-..J4/n0419n2439&o4"459P&268$17P&26&18P&26&29$1:Pn;2<'2='2>$1?Mw@y`],zO=[()=>Rk,`StaticRange`,`Pn!Mw"y`],BO=[()=>wx,`event`,`source`,`lineno`,`colno`,()=>_j,`error`,``,`OnErrorEventHandlerNonNull`,`PPPn!&J2"&2#8'2$8'2%8n&2'8"v(Mw)y`],VO=[`enforce`,`report`,`SecurityPolicyViolationEventDisposition`,`P.!."Jw#y`],HO=[`length`,`index`,()=>vj,`item`,()=>vj,`TouchList`,`P'4!9P'2"Pn#,J1$'n%LMw&y`],UO=[``,`off`,`on`,`AutoFillBase`,`P.!.".#Jw$y`],WO=[()=>wO,`name`,()=>yj,()=>Ub,`namedItem`,`HTMLFormControlsCollection`,`Pn!P&2"Pn#n$,J1%Mw&y`],GO=[()=>FS,`FormDataEntryValue`,`Pn!&Jw"y`],KO=[()=>bj,`aspectRatio`,()=>xj,`autoGainControl`,()=>xj,`backgroundBlur`,()=>Sj,`channelCount`,()=>Cj,`deviceId`,()=>Cj,`displaySurface`,()=>xj,`echoCancellation`,()=>Cj,`facingMode`,()=>bj,`frameRate`,()=>Cj,`groupId`,()=>Sj,`height`,()=>xj,`noiseSuppression`,()=>Sj,`sampleRate`,()=>Sj,`sampleSize`,()=>Sj,`width`,`MediaTrackConstraintSet`,`Pn!4"8n#4$8n%4&8n'4(8n)4*8n+4,8n-4.8n/408n1428n3448n5468n7488n94:8n;4<8n=4>8Mw?y`],qO=[`max`,`min`,`DoubleRange`,`P'4!8'4"8Mw#y`],JO=[`max`,`min`,`ULongRange`,`P'4!8'4"8Mw#y`],YO=[()=>Zw,()=>ZD,`HTMLOrSVGImageElement`,`Pn!n"Jw#y`],XO=[`codedHeight`,()=>CO,`codedRect`,`codedWidth`,()=>wj,`colorSpace`,`displayHeight`,`displayWidth`,`duration`,()=>Tj,`format`,`timestamp`,()=>CO,`visibleRect`,()=>Ej,`options`,`allocationSize`,0,`clone`,`close`,()=>dw,`destination`,()=>Ej,()=>Dj,`copyTo`,`VideoFrame`,`P'4!9Pn",J4#9'4$9n%4&9'4'9'4(9P',J4)9Pn*,J4+9'4,9Pn-,J4.9Pn/208'11Pn213P$14Pn526n7208n8F\`19Mw:y`],ZO=[`ImageDataArray`,`Vw!y`],QO=[`a`,`b`,`c`,`d`,`e`,`f`,`is2D`,`isIdentity`,`m11`,`m12`,`m13`,`m14`,`m21`,`m22`,`m23`,`m24`,`m31`,`m32`,`m33`,`m34`,`m41`,`m42`,`m43`,`m44`,()=>lC,`flipX`,()=>lC,`flipY`,()=>lC,`inverse`,()=>$O,`other`,()=>lC,`multiply`,`rotX`,`rotY`,`rotZ`,()=>lC,`rotate`,`x`,`y`,`z`,`angle`,()=>lC,`rotateAxisAngle`,()=>lC,`rotateFromVector`,`scaleX`,`scaleY`,`scaleZ`,`originX`,`originY`,`originZ`,()=>lC,`scale`,()=>lC,`scale3d`,()=>lC,`scaleNonUniform`,`sx`,()=>lC,`skewX`,`sy`,()=>lC,`skewY`,`toFloat32Array`,`toFloat64Array`,`toJSON`,()=>QS,`point`,()=>Fk,`transformPoint`,`tx`,`ty`,`tz`,()=>lC,`translate`,`toString`,`DOMMatrixReadOnly`,`P'4!9'4"9'4#9'4$9'4%9'4&9)4'9)4(9'4)9'4*9'4+9'4,9'4-9'4.9'4/9'409'419'429'439'449'459'469'479'489Pn91:Pn;1<Pn=1>Pn?2@8nA1BP'2C8'2D8'2E8nF1GP'2H8'2I8'2J8'2K8nL1MP'2H8'2I8nN1OP'2P8'2Q8'2R8'2S8'2T8'2U8nV1WP'2W8'2S8'2T8'2U8nX1YP'2P8'2Q8nZ1[P'2\\8n]1^P'2_8n\`1aP\\1bP]1cP"1dPne2f8ng1hP'2i8'2j8'2k8nl1mP&1nMwoy`],$O=[()=>uC,`is2D`,`m13`,`m14`,`m23`,`m24`,`m31`,`m32`,`m33`,`m34`,`m43`,`m44`,`DOMMatrixInit`,`Pn!)4"8'4#8'4$8'4%8'4&8'4'8'4(8'4)8'4*8'4+8'4,8Mw-y`],ek=[`WebGLVertexArrayObjectOES`,`PMw!y`],tk=[`ArrayBuffer`,`ArrayBufferTypes`,`P_4!Mw"y`],nk=[()=>Oj,`view`,()=>kj,`read`,`releaseLock`,`ReadableStreamBYOBReader`,'Pn!P"2""o#"`1$P$1%Mw&y'],rk=[`R`,()=>Oj,()=>kj,`read`,`releaseLock`,`ReadableStreamDefaultReader`,'"c!Pn"Pe#!o#"`1$P$1%Mw&y'],ik=[()=>Aj,`mode`,`ReadableStreamGetReaderOptions`,`Pn!4"8Mw#y`],ak=[`T`,()=>rk,()=>nk,`ReadableStreamReader`,`b!Pe"!o""n#Jw$y`],ok=[`R`,`W`,()=>ww,`readable`,()=>ck,`writable`,`ReadableWritablePair`,`"c!"c"Pe"!o#"4$e""o%"4&Mw'y`],sk=[`preventAbort`,`preventCancel`,`preventClose`,()=>Mx,`signal`,`StreamPipeOptions`,`P)4!8)4"8)4#8n$4%8Mw&y`],ck=[`W`,`locked`,`reason`,`abort`,`close`,()=>jj,`getWriter`,`WritableStream`,'"c!P)4"9P"2#8$`1$P$`1%Pe#!o&"1\'Mw(y'],lk=[`T`,`length`,`separator`,`join`,`start`,`end`,`slice`,`ConcatArray`,`b!P'4"9'e"!LP&2#8&1$P'2%8'2&8e#!F1'Mw(y`],uk=[`accumulate`,`add`,`auto`,`replace`,`CompositeOperationOrAuto`,`P.!.".#.$Jw%y`],dk=[()=>Mj,()=>Nj,`composite`,()=>Pj,`iterationComposite`,`pseudoElement`,`KeyframeEffectOptions`,`Pn!n"4#8n$4%8P&,J4&8Mw'y`],fk=[()=>pk,`currentTime`,`AnimationTimeline`,`PPn!,J4"9Mw#y`],pk=[()=>Fj,`CSSNumberish`,`P'n!Jw"y`],mk=[()=>Ij,`getComputedTiming`,()=>Mj,`getTiming`,()=>Lj,`timing`,`updateTiming`,`AnimationEffect`,`PPn!1"Pn#1$Pn%2&8$1'Mw(y`],hk=[`finished`,`idle`,`paused`,`running`,`AnimationPlayState`,`P.!.".#.$Jw%y`],gk=[`active`,`persisted`,`removed`,`AnimationReplaceState`,`P.!.".#Jw$y`],_k=[()=>fT,`cancel`,()=>fT,`finish`,()=>fT,`remove`,`AnimationEventMap`,`Pn!4"n#4$n%4&Mw'y`],vk=[`flatten`,`AssignedNodesOptions`,`P)4!8Mw"y`],yk=[()=>Rj,()=>zj,`cssRules`,()=>Bj,`ownerRule`,()=>zj,`rules`,`selector`,`style`,`index`,`addRule`,`deleteRule`,`rule`,`insertRule`,`removeRule`,`text`,0,`replace`,`replaceSync`,`CSSStyleSheet`,`Pn!n"4#9Pn$,J4%9n&4'9P&2(8&2)8'2*8'1+P'2*$1,P&2-'2*8'1.P'2*8$1/P&20n1\`12P&20$13Mw4y`],bk=[`length`,`index`,()=>yk,`item`,()=>yk,`StyleSheetList`,`P'4!9P'2"Pn#,J1$'n%LMw&y`],xk=[()=>Yb,0,`this`,()=>ST,`ev`,``,`onloading`,0,()=>ST,`onloadingdone`,0,()=>ST,`onloadingerror`,0,`ready`,()=>Vj,`status`,`font`,`text`,`check`,()=>Wk,`load`,()=>Wk,`value`,()=>Wk,`key`,0,`parent`,`callbackfn`,`thisArg`,`forEach`,`type`,0,()=>Hj,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>Hj,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`FontFaceSet`,'Pn!PPn"2#n$2%"/&,J4\'PPn(2#n)2%"/&,J4*PPn+2#n,2%"/&,J4-n.`4/9n0419P&22&238)14P&22&238n5F`16PPn728n92:n;2<$/&2="2>8$1?P"2@PnA2#nB"f2%"/&2CP)nDJ2E8$1FP&2@nG2CP)nHJ2E8$1FP"2@PnI2#nJ"f2%"/&2CP)nKJ2E8$1LP&2@nM2CP)nNJ2E8$1LMwOy'],Sk=[`prefix`,``,`lookupNamespaceURI`,`XPathNSResolver`,`PPP&,J2!P&,J/"PPP&,J2!P&,J1#MJw$y`],Ck=[()=>Fx,`contextNode`,`type`,()=>wk,`result`,()=>wk,`evaluate`,`XPathExpression`,`PPn!2"'2#8Pn$,J2%8n&1'Mw(y`],wk=[`booleanValue`,`invalidIteratorState`,`numberValue`,`resultType`,()=>Fx,`singleNodeValue`,`snapshotLength`,`stringValue`,()=>Fx,`iterateNext`,`index`,()=>Fx,`snapshotItem`,0,`ANY_TYPE`,1,`NUMBER_TYPE`,2,`STRING_TYPE`,3,`BOOLEAN_TYPE`,4,`UNORDERED_NODE_ITERATOR_TYPE`,5,`ORDERED_NODE_ITERATOR_TYPE`,6,`UNORDERED_NODE_SNAPSHOT_TYPE`,7,`ORDERED_NODE_SNAPSHOT_TYPE`,8,`ANY_UNORDERED_NODE_TYPE`,9,`FIRST_ORDERED_NODE_TYPE`,`XPathResult`,`P)4!9)4"9'4#9'4$9Pn%,J4&9'4'9&4(9PPn),J1*P'2+Pn,,J1-..4/9.0419.2439.4459.6479.8499.:4;9.<4=9.>4?9.@4A9MwBy`],Tk=[`hash`,`host`,`hostname`,`href`,`toString`,`origin`,`password`,`pathname`,`port`,`protocol`,`search`,`username`,`HTMLHyperlinkElementUtils`,`P&4!&4"&4#&4$P&1%&4&9&4'&4(&4)&4*&4+&4,Mw-y`],Ek=[()=>Ux,`type`,0,`this`,()=>uE,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>uE,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`XMLDocument`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],Dk=[()=>nS,()=>Uj,()=>FA,`transform`,()=>Wj,`options`,()=>Qx,`getBBox`,()=>lC,`getCTM`,()=>lC,`getScreenCTM`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGGraphicsElement`,`Pn!n"n#4$9Pn%2&8n'1(PPn),J1*PPn+,J1,P"2-Pn.2/n0"f21"/223P)n4J2&8$15P&2-n623P)n7J2&8$15P"2-Pn82/n9"f21"/223P)n:J2&8$1;P&2-n<23P)n=J2&8$1;Mw>y`],Ok=[()=>UA,`preserveAspectRatio`,()=>Gj,`viewBox`,`SVGFitToViewBox`,`Pn!4"9n#4$9Mw%y`],kk=[0,`this`,()=>wx,`ev`,``,`onafterprint`,0,()=>wx,`onbeforeprint`,0,()=>mT,`onbeforeunload`,0,()=>CT,`ongamepadconnected`,0,()=>CT,`ongamepaddisconnected`,0,()=>wT,`onhashchange`,0,()=>wx,`onlanguagechange`,0,()=>jT,`onmessage`,0,()=>jT,`onmessageerror`,0,()=>wx,`onoffline`,0,()=>wx,`ononline`,0,()=>FT,`onpagehide`,0,()=>NT,`onpagereveal`,0,()=>FT,`onpageshow`,0,()=>PT,`onpageswap`,0,()=>zT,`onpopstate`,0,()=>BT,`onrejectionhandled`,0,()=>YT,`onstorage`,0,()=>BT,`onunhandledrejection`,0,()=>wx,`onunload`,`type`,0,()=>Kj,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>Kj,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`WindowEventHandlers`,'PPPn!2"n#2$"/%,J4&PPn\'2"n(2$"/%,J4)PPn*2"n+2$"/%,J4,PPn-2"n.2$"/%,J4/PPn02"n12$"/%,J42PPn32"n42$"/%,J45PPn62"n72$"/%,J48PPn92"n:2$"/%,J4;PPn<2"n=2$"/%,J4>PPn?2"n@2$"/%,J4APPnB2"nC2$"/%,J4DPPnE2"nF2$"/%,J4GPPnH2"nI2$"/%,J4JPPnK2"nL2$"/%,J4MPPnN2"nO2$"/%,J4PPPnQ2"nR2$"/%,J4SPPnT2"nU2$"/%,J4VPPnW2"nX2$"/%,J4YPPnZ2"n[2$"/%,J4\\PPn]2"n^2$"/%,J4_P"2`Pna2"nb"f2$"/%2cP)ndJ2e8$1fP&2`ng2cP)nhJ2e8$1fP"2`Pni2"nj"f2$"/%2cP)nkJ2e8$1lP&2`nm2cP)nnJ2e8$1lMwoy'],Ak=[`w`,`x`,`y`,`z`,()=>$O,`matrix`,()=>Fk,`matrixTransform`,`toJSON`,`DOMPointReadOnly`,`P'4!9'4"9'4#9'4$9Pn%2&8n'1(P"1)Mw*y`],jk=[()=>Nk,`animVal`,()=>Nk,`baseVal`,`SVGAnimatedLength`,`Pn!4"9n#4$9Mw%y`],Mk=[`unitType`,`value`,`valueAsString`,`valueInSpecifiedUnits`,`convertToSpecifiedUnits`,`newValueSpecifiedUnits`,0,`SVG_ANGLETYPE_UNKNOWN`,1,`SVG_ANGLETYPE_UNSPECIFIED`,2,`SVG_ANGLETYPE_DEG`,3,`SVG_ANGLETYPE_RAD`,4,`SVG_ANGLETYPE_GRAD`,`SVGAngle`,`P'4!9'4"&4#'4$P'2!$1%P'2!'2$$1&.'4(9.)4*9.+4,9.-4.9./409Mw1y`],Nk=[`unitType`,`value`,`valueAsString`,`valueInSpecifiedUnits`,`convertToSpecifiedUnits`,`newValueSpecifiedUnits`,0,`SVG_LENGTHTYPE_UNKNOWN`,1,`SVG_LENGTHTYPE_NUMBER`,2,`SVG_LENGTHTYPE_PERCENTAGE`,3,`SVG_LENGTHTYPE_EMS`,4,`SVG_LENGTHTYPE_EXS`,5,`SVG_LENGTHTYPE_PX`,6,`SVG_LENGTHTYPE_CM`,7,`SVG_LENGTHTYPE_MM`,8,`SVG_LENGTHTYPE_IN`,9,`SVG_LENGTHTYPE_PT`,10,`SVG_LENGTHTYPE_PC`,`SVGLength`,`P'4!9'4"&4#'4$P'2!$1%P'2!'2$$1&.'4(9.)4*9.+4,9.-4.9./409.1429.3449.5469.7489.94:9.;4<9Mw=y`],Pk=[`value`,`SVGNumber`,`P'4!Mw"y`],Fk=[()=>Ak,`w`,`x`,`y`,`z`,`DOMPoint`,`Pn!'4"'4#'4$'4%Mw&y`],Ik=[`angle`,()=>lC,`matrix`,`type`,()=>uC,`setMatrix`,`cx`,`cy`,`setRotate`,`sx`,`sy`,`setScale`,`setSkewX`,`setSkewY`,`tx`,`ty`,`setTranslate`,0,`SVG_TRANSFORM_UNKNOWN`,1,`SVG_TRANSFORM_MATRIX`,2,`SVG_TRANSFORM_TRANSLATE`,3,`SVG_TRANSFORM_SCALE`,4,`SVG_TRANSFORM_ROTATE`,5,`SVG_TRANSFORM_SKEWX`,6,`SVG_TRANSFORM_SKEWY`,`SVGTransform`,`P'4!9n"4#9'4$9Pn%2#8$1&P'2!'2''2($1)P'2*'2+$1,P'2!$1-P'2!$1.P'2/'20$11.2439.4459.6479.8499.:4;9.<4=9.>4?9Mw@y`],Lk=[()=>MO,()=>Kj,`SVGSVGElementEventMap`,`Pn!n"Mw#y`],Rk=[`collapsed`,()=>Fx,`endContainer`,`endOffset`,()=>Fx,`startContainer`,`startOffset`,`AbstractRange`,`P)4!9n"4#9'4$9n%4&9'4'9Mw(y`],zk=[()=>Fx,()=>Rx,()=>zx,`data`,`length`,()=>Ux,`ownerDocument`,`appendData`,`offset`,`count`,`deleteData`,`insertData`,`replaceData`,`substringData`,`CharacterData`,`Pn!n"n#&4$'4%9n&4'9P&2$$1(P'2)'2*$1+P'2)&2$$1,P'2)'2*&2$$1-P'2)'2*&1.!!Mw/y`],Bk=[`duration`,`length`,`numberOfChannels`,`sampleRate`,`destination`,`channelNumber`,`bufferOffset`,`copyFromChannel`,`source`,`copyToChannel`,`channel`,`getChannelData`,`AudioBuffer`,`P'4!9'4"9'4#9'4$9P\\2%'2&'2'8$1(P\\2)'2&'2'8$1*P'2+\\1,Mw-y`],Vk=[`name`,`value`,`CookieListItem`,`P&4!8&4"8Mw#y`],Hk=[`x`,`y`,`z`,`DeviceMotionEventAcceleration`,`PP',J4!9P',J4"9P',J4#9Mw$y`],Uk=[`alpha`,`beta`,`gamma`,`DeviceMotionEventRotationRate`,`PP',J4!9P',J4"9P',J4#9Mw$y`],Wk=[`ascentOverride`,`descentOverride`,()=>qj,`display`,`family`,`featureSettings`,`lineGapOverride`,0,`loaded`,()=>Jj,`status`,`stretch`,`style`,`unicodeRange`,`weight`,0,`load`,`FontFace`,"P&4!&4\"n#4$&4%&4&&4'n(`4)9n*4+9&4,&4-&4.&4/Pn0`11Mw2y"],Gk=[()=>jw,`axes`,()=>jw,()=>Yj,`buttons`,`connected`,`id`,`index`,()=>Xj,`mapping`,()=>Tw,`timestamp`,()=>Zj,`vibrationActuator`,`Gamepad`,`P'o!"4"9n$o#"4%9)4&9&4'9'4(9n)4*9n+4,9n-4.9Mw/y`],Kk=[()=>Yb,()=>Qj,`connection`,`id`,`manufacturer`,`name`,0,`this`,()=>ET,`ev`,``,`onstatechange`,()=>$j,`state`,()=>eM,`type`,`version`,0,`close`,0,`open`,0,()=>tM,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>tM,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`MIDIPort`,'Pn!n"4#9&4$9P&,J4%9P&,J4&9PPn\'2(n)2*"/+,J4,n-4.9n/409P&,J419Pn2`13Pn4`15P"20Pn62(n7"f2*"/+28P)n9J2:8$1;P&20n<28P)n=J2:8$1;P"20Pn>2(n?"f2*"/+28P)n@J2:8$1AP&20nB28P)nCJ2:8$1AMwDy'],qk=[`individualization-request`,`license-release`,`license-renewal`,`license-request`,`MediaKeyMessageType`,`P.!.".#.$Jw%y`],Jk=[()=>Yb,()=>nM,0,`close`,`message`,()=>dj,`transfer`,`postMessage`,()=>rM,`options`,`start`,`type`,0,`this`,()=>iM,`ev`,``,`listener`,()=>Bb,`addEventListener`,()=>Vb,()=>Bb,0,()=>iM,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`MessagePort`,`Pn!n#o""P$1$P"2%n&F2'$1(P"2%n)2*8$1(P$1+P"2,Pn-2.n/"f20"/122P)n3J2*8$14P&2,n522P)n6J2*8$14P"2,Pn72.n8"f20"/122P)n9J2*8$1:P&2,n;22P)n<J2*8$1:Mw=y`],Yk=[()=>Kw,()=>Jk,()=>aM,`MessageEventSource`,`Pn!n"n#Jw$y`],Xk=[()=>oM,`entry`,()=>oM,`from`,()=>sM,`navigationType`,`NavigationActivation`,`Pn!4"9Pn#,J4$9n%4&9Mw'y`],Zk=[()=>cM,`error`,`paymentMethodErrors`,()=>lM,`shippingAddressErrors`,()=>uM,`total`,`PaymentDetailsUpdate`,`Pn!&4"8"4#8n$4%8n&4'8Mw(y`],Qk=[`T`,`value`,0,``,`onfulfilled`,`reason`,0,`onrejected`,0,`then`,`PromiseLike`,`b!PPPPe%!2"P""o#"J/$-,J2%8PP"2&P""o'"J/$-,J2(8P""Jo)"1*Mw+y`],$k=[()=>Yb,`height`,0,`this`,()=>wx,`ev`,``,`onresize`,`width`,`type`,0,()=>dM,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>dM,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`PictureInPictureWindow`,`Pn!'4"9PPn#2$n%2&"/',J4('4)9P"2*Pn+2$n,"f2&"/'2-P)n.J2/8$10P&2*n12-P)n2J2/8$10P"2*Pn32$n4"f2&"/'2-P)n5J2/8$16P&2*n72-P)n8J2/8$16Mw9y`],eA=[()=>Yb,()=>fM,`binaryType`,`bufferedAmount`,`bufferedAmountLowThreshold`,`id`,`label`,`maxPacketLifeTime`,`maxRetransmits`,`negotiated`,0,`this`,()=>wx,`ev`,``,`onbufferedamountlow`,0,()=>wx,`onclose`,0,()=>wx,`onclosing`,0,()=>UT,`onerror`,0,()=>jT,`onmessage`,0,()=>wx,`onopen`,`ordered`,`protocol`,()=>pM,`readyState`,`close`,`data`,`send`,()=>Cx,()=>fw,`type`,0,()=>mM,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>mM,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`RTCDataChannel`,`Pn!n"4#'4$9'4%P',J4&9&4'9P',J4(9P',J4)9)4*9PPn+2,n-2."//,J40PPn12,n22."//,J43PPn42,n52."//,J46PPn72,n82."//,J49PPn:2,n;2."//,J4<PPn=2,n>2."//,J4?)4@9&4A9nB4C9P$1DP&2E$1FPnG2E$1FP_2E$1FP_oH"2E$1FP"2IPnJ2,nK"f2."//2LP)nMJ2N8$1OP&2InP2LP)nQJ2N8$1OP"2IPnR2,nS"f2."//2LP)nTJ2N8$1UP&2InV2LP)nWJ2N8$1UMwXy`],tA=[()=>hM,()=>gM,`errorDetail`,`receivedAlert`,`sctpCauseCode`,`sdpLineNumber`,`sentAlert`,`RTCError`,`Pn!n"4#9P',J4$9P',J4%9P',J4&9P',J4'9Mw(y`],nA=[`address`,`candidate`,()=>_M,`component`,`foundation`,`port`,`priority`,()=>vM,`protocol`,`relatedAddress`,`relatedPort`,`sdpMLineIndex`,`sdpMid`,()=>yM,`tcpType`,()=>bM,`type`,`usernameFragment`,()=>xM,`toJSON`,`RTCIceCandidate`,`PP&,J4!9&4"9Pn#,J4$9P&,J4%9P',J4&9P',J4'9Pn(,J4)9P&,J4*9P',J4+9P',J4,9P&,J4-9Pn.,J4/9Pn0,J419P&,J429Pn314Mw5y`],rA=[()=>Tw,`jitterBufferTarget`,()=>Zb,`track`,()=>SM,`transform`,()=>CM,`transport`,()=>wM,`getContributingSources`,()=>TM,`getParameters`,()=>EM,`getStats`,()=>DM,`getSynchronizationSources`,`RTCRtpReceiver`,`PPn!,J4"n#4$9Pn%,J4&Pn',J4(9Pn)F1*Pn+1,Pn-\`1.Pn/F10Mw1y`],iA=[()=>OM,`currentDirection`,()=>OM,`direction`,`mid`,()=>rA,`receiver`,()=>kM,`sender`,()=>AM,`codecs`,`setCodecPreferences`,`stop`,`RTCRtpTransceiver`,`PPn!,J4"9n#4$P&,J4%9n&4'9n(4)9Pn*F2+$1,P$1-Mw.y`],aA=[`audio-busy`,`audio-hardware`,`canceled`,`interrupted`,`invalid-argument`,`language-unavailable`,`network`,`not-allowed`,`synthesis-failed`,`synthesis-unavailable`,`text-too-long`,`voice-unavailable`,`SpeechSynthesisErrorCode`,`P.!.".#.$.%.&.'.(.).*.+.,Jw-y`],oA=[()=>Yb,`lang`,0,`this`,()=>JT,`ev`,``,`onboundary`,0,()=>JT,`onend`,0,()=>qT,`onerror`,0,()=>JT,`onmark`,0,()=>JT,`onpause`,0,()=>JT,`onresume`,0,()=>JT,`onstart`,`pitch`,`rate`,`text`,()=>jM,`voice`,`volume`,`type`,0,()=>MM,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MM,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SpeechSynthesisUtterance`,`Pn!&4"PPn#2$n%2&"/',J4(PPn)2$n*2&"/',J4+PPn,2$n-2&"/',J4.PPn/2$n02&"/',J41PPn22$n32&"/',J44PPn52$n62&"/',J47PPn82$n92&"/',J4:'4;'4<&4=Pn>,J4?'4@P"2APnB2$nC"f2&"/'2DP)nEJ2F8$1GP&2AnH2DP)nIJ2F8$1GP"2APnJ2$nK"f2&"/'2DP)nLJ2F8$1MP&2AnN2DP)nOJ2F8$1MMwPy`],sA=[`length`,`clear`,`key`,`getItem`,`index`,`removeItem`,`value`,`setItem`,`Storage`,`P'4!9P$1"P&2#P&,J1$P'2%P&,J1#P&2#$1&P&2#&2'$1(&"LMw)y`],cA=[()=>Yb,()=>NM,`activeCues`,()=>NM,`cues`,`id`,`inBandMetadataTrackDispatchType`,()=>PM,`kind`,`label`,`language`,()=>FM,`mode`,0,`this`,()=>wx,`ev`,``,`oncuechange`,()=>IM,`cue`,`addCue`,()=>IM,`removeCue`,`type`,0,()=>LM,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>LM,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`TextTrack`,`Pn!Pn",J4#9Pn$,J4%9&4&9&4'9n(4)9&4*9&4+9n,4-PPn.2/n021"/2,J43Pn425$16Pn725$18P"29Pn:2/n;"f21"/22<P)n=J2>8$1?P&29n@2<P)nAJ2>8$1?P"29PnB2/nC"f21"/22<P)nDJ2>8$1EP&29nF2<P)nGJ2>8$1EMwHy`],lA=[()=>yk,`sheet`,`LinkStyle`,`PPn!,J4"9Mw#y`],uA=[()=>Wx,`shadowRoots`,`GetComposedRangesOptions`,`Pn!F4"8Mw#y`],dA=[`size`,`name`,`value`,`append`,`delete`,`get`,`getAll`,`has`,`set`,`sort`,`toString`,`key`,0,`parent`,``,`callbackfn`,`thisArg`,`forEach`,`URLSearchParams`,`P'4!9P&2"&2#$1$P&2"&2#8$1%P&2"P&,J1&P&2"&F1'P&2"&2#8)1(P&2"&2#$1)P$1*P&1+PP&2#&2,n-2.$//20"218$12Mw3y`],fA=[`value`,`key`,0,`parent`,``,`callbackfn`,`thisArg`,`forEach`,`ViewTransitionTypeSet`,`PPP&2!&2"n#2$$/%2&"2'8$1(Mw)y`],pA=[`params`,()=>Db,`new`,`CustomElementConstructor`,`PP"@2!n"1#Mw$y`],mA=[`extends`,`ElementDefinitionOptions`,`P&4!8Mw"y`],hA=[()=>Db,`autoplay`,()=>RM,`buffered`,`controls`,`crossOrigin`,`currentSrc`,`currentTime`,`defaultMuted`,`defaultPlaybackRate`,`disableRemotePlayback`,`duration`,`ended`,()=>zM,`error`,`loop`,()=>BM,`mediaKeys`,`muted`,`networkState`,0,`this`,()=>OT,`ev`,``,`onencrypted`,0,()=>wx,`onwaitingforkey`,`paused`,`playbackRate`,()=>RM,`played`,`none`,`metadata`,`auto`,``,`preload`,`preservesPitch`,`readyState`,()=>VM,`remote`,()=>RM,`seekable`,`seeking`,`sinkId`,`src`,()=>HM,`srcObject`,()=>UM,`textTracks`,`volume`,()=>PM,`kind`,`label`,`language`,()=>cA,`addTextTrack`,`type`,()=>WM,`canPlayType`,`time`,`fastSeek`,`load`,`pause`,`play`,()=>BM,`setMediaKeys`,`setSinkId`,0,`NETWORK_EMPTY`,1,`NETWORK_IDLE`,2,`NETWORK_LOADING`,3,`NETWORK_NO_SOURCE`,0,`HAVE_NOTHING`,1,`HAVE_METADATA`,2,`HAVE_CURRENT_DATA`,3,`HAVE_FUTURE_DATA`,4,`HAVE_ENOUGH_DATA`,0,()=>_A,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>_A,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`HTMLMediaElement`,`Pn!)4"n#4$9)4%P&,J4&&4'9'4()4)'4*)4+'4,9)4-9Pn.,J4/9)40Pn1,J429)43'449PPn526n728"/9,J4:PPn;26n<28"/9,J4=)4>9'4?n@4A9P.B.C.D.EJ4F)4G'4H9nI4J9nK4L9)4M9&4N9&4OPnP,J4QnR4S9'4TPnU2V&2W8&2X8nY1ZP&2[n\\1]P'2^$1_P$1\`P$1aP$\`1bPPnc,J22$\`1dP&2N$\`1e.f4g9.h4i9.j4k9.l4m9.n4o9.p4q9.r4s9.t4u9.v4w9P"2[Pnx26ny"f28"/92zP)n{J2|8$1}P&2[n~2zP)nJ2|8$1}P"2[Pn26n"f28"/92zP)nJ2|8$1P&2[n2zP)n
J2|8$1Mwy`],_A=[()=>zb,()=>OT,`encrypted`,()=>wx,`waitingforkey`,`HTMLMediaElementEventMap`,`Pn!n"4#n$4%Mw&y`],vA=[()=>zb,()=>Kj,`HTMLBodyElementEventMap`,`Pn!n"Mw#y`],yA=[`popoverTargetAction`,()=>Ub,`popoverTargetElement`,`PopoverInvokerElement`,`P&4!Pn",J4#Mw$y`],bA=[``,`no-referrer`,`no-referrer-when-downgrade`,`origin`,`origin-when-cross-origin`,`same-origin`,`strict-origin`,`strict-origin-when-cross-origin`,`unsafe-url`,`ReferrerPolicy`,`P.!.".#.$.%.&.'.(.)Jw*y`],xA=[()=>UO,()=>GM,()=>KM,()=>GM,()=>qM,()=>JM,()=>YM,()=>XM,`AutoFill`,`Pn!Pn#o""n%o$"n&n(o'"SJw)y`],SA=[`length`,`index`,()=>FS,`item`,()=>FS,`FileList`,`P'4!9P'2"Pn#,J1$'n%LMw&y`],CA=[()=>ZM,`filesystem`,`fullPath`,`isDirectory`,`isFile`,`name`,()=>QM,`successCallback`,()=>$M,`errorCallback`,`getParent`,`FileSystemEntry`,`Pn!4"9&4#9)4$9)4%9&4&9Pn'2(8n)2*8$1+Mw,y`],wA=[`end`,`preserve`,`select`,`start`,`SelectionMode`,`P.!.".#.$Jw%y`],TA=[()=>eS,()=>qE,`length`,`selectedIndex`,()=>qE,()=>KE,`element`,()=>Db,`before`,`add`,`index`,`remove`,`HTMLOptionsCollection`,`Pn"o!"'4#'4$PPn%n&J2'Pn(',J2)8$1*P'2+$1,Mw-y`],EA=[`corruptedVideoFrames`,()=>Tw,`creationTime`,`droppedVideoFrames`,`totalVideoFrames`,`VideoPlaybackQuality`,`P'4!9n"4#9'4$9'4%9Mw&y`],DA=[()=>Tw,`now`,()=>eN,`metadata`,``,`VideoFrameRequestCallback`,`PPn!2"n#2$$v%Mw&y`],kA=[()=>_A,()=>RT,`enterpictureinpicture`,()=>RT,`leavepictureinpicture`,`HTMLVideoElementEventMap`,`Pn!n"4#n$4%Mw&y`],AA=[()=>jA,`href`,`SVGURIReference`,`Pn!4"9Mw#y`],jA=[`animVal`,`baseVal`,`SVGAnimatedString`,`P&4!9&4"Mw#y`],MA=[()=>nS,()=>Uj,()=>nS,`targetElement`,`beginElement`,`offset`,`beginElementAt`,`endElement`,`endElementAt`,`getCurrentTime`,`getSimpleDuration`,`getStartTime`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGAnimationElement`,`Pn!n"Pn#,J4$9P$1%P'2&$1'P$1(P'2&$1)P'1*P'1+P'1,P"2-Pn.2/n0"f21"/223P)n4J258$16P&2-n723P)n8J258$16P"2-Pn92/n:"f21"/223P)n;J258$1<P&2-n=23P)n>J258$1<Mw?y`],NA=[()=>Dk,()=>zA,`pathLength`,`distance`,()=>Fk,`getPointAtLength`,`getTotalLength`,()=>QS,`point`,`isPointInFill`,()=>QS,`isPointInStroke`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGGeometryElement`,`Pn!n"4#9P'2$n%1&P'1'Pn(2)8)1*Pn+2)8)1,P"2-Pn.2/n0"f21"/223P)n4J258$16P&2-n723P)n8J258$16P"2-Pn92/n:"f21"/223P)n;J258$1<P&2-n=23P)n>J258$1<Mw?y`],PA=[`animVal`,`baseVal`,`SVGAnimatedEnumeration`,`P'4!9'4"Mw#y`],FA=[()=>tN,`animVal`,()=>tN,`baseVal`,`SVGAnimatedTransformList`,`Pn!4"9n#4$9Mw%y`],LA=[()=>jk,`height`,()=>jA,`result`,()=>jk,`width`,()=>jk,`x`,()=>jk,`y`,`SVGFilterPrimitiveStandardAttributes`,`Pn!4"9n#4$9n%4&9n'4(9n)4*9Mw+y`],RA=[()=>nN,`animVal`,()=>nN,`baseVal`,`SVGAnimatedNumberList`,`Pn!4"9n#4$9Mw%y`],zA=[`animVal`,`baseVal`,`SVGAnimatedNumber`,`P'4!9'4"Mw#y`],BA=[`animVal`,`baseVal`,`SVGAnimatedInteger`,`P'4!9'4"Mw#y`],VA=[`animVal`,`baseVal`,`SVGAnimatedBoolean`,`P)4!9)4"Mw#y`],HA=[()=>nS,()=>zA,`amplitude`,()=>zA,`exponent`,()=>zA,`intercept`,()=>zA,`offset`,()=>zA,`slope`,()=>RA,`tableValues`,()=>PA,`type`,0,`SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN`,1,`SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY`,2,`SVG_FECOMPONENTTRANSFER_TYPE_TABLE`,3,`SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE`,4,`SVG_FECOMPONENTTRANSFER_TYPE_LINEAR`,5,`SVG_FECOMPONENTTRANSFER_TYPE_GAMMA`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGComponentTransferFunctionElement`,`Pn!n"4#9n$4%9n&4'9n(4)9n*4+9n,4-9n.4/9.0419.2439.4459.6479.8499.:4;9P"2/Pn<2=n>"f2?"/@2AP)nBJ2C8$1DP&2/nE2AP)nFJ2C8$1DP"2/PnG2=nH"f2?"/@2AP)nIJ2C8$1JP&2/nK2AP)nLJ2C8$1JMwMy`],UA=[()=>rN,`animVal`,()=>rN,`baseVal`,`SVGAnimatedPreserveAspectRatio`,`Pn!4"9n#4$9Mw%y`],WA=[()=>nS,()=>AA,()=>FA,`gradientTransform`,()=>PA,`gradientUnits`,()=>PA,`spreadMethod`,0,`SVG_SPREADMETHOD_UNKNOWN`,1,`SVG_SPREADMETHOD_PAD`,2,`SVG_SPREADMETHOD_REFLECT`,3,`SVG_SPREADMETHOD_REPEAT`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGGradientElement`,`Pn!n"n#4$9n%4&9n'4(9.)4*9.+4,9.-4.9./409P"21Pn223n4"f25"/627P)n8J298$1:P&21n;27P)n<J298$1:P"21Pn=23n>"f25"/627P)n?J298$1@P&21nA27P)nBJ298$1@MwCy`],GA=[()=>Mk,`animVal`,()=>Mk,`baseVal`,`SVGAnimatedAngle`,`Pn!4"9n#4$9Mw%y`],KA=[()=>iN,`animatedPoints`,()=>iN,`points`,`SVGAnimatedPoints`,`Pn!4"9n#4$9Mw%y`],qA=[()=>JA,()=>aN,`dx`,()=>aN,`dy`,()=>RA,`rotate`,()=>aN,`x`,()=>aN,`y`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGTextPositioningElement`,`Pn!n"4#9n$4%9n&4'9n(4)9n*4+9P"2,Pn-2.n/"f20"/122P)n3J248$15P&2,n622P)n7J248$15P"2,Pn82.n9"f20"/122P)n:J248$1;P&2,n<22P)n=J248$1;Mw>y`],JA=[()=>Dk,()=>PA,`lengthAdjust`,()=>jk,`textLength`,()=>QS,`point`,`getCharNumAtPosition`,`getComputedTextLength`,`charnum`,()=>Fk,`getEndPositionOfChar`,()=>Qx,`getExtentOfChar`,`getNumberOfChars`,`getRotationOfChar`,()=>Fk,`getStartPositionOfChar`,`nchars`,`getSubStringLength`,`selectSubString`,0,`LENGTHADJUST_UNKNOWN`,1,`LENGTHADJUST_SPACING`,2,`LENGTHADJUST_SPACINGANDGLYPHS`,`type`,0,`this`,()=>MO,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MO,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SVGTextContentElement`,`Pn!n"4#9n$4%9Pn&2'8'1(P'1)P'2*n+1,P'2*n-1.P'1/P'2*'10P'2*n112P'2*'23'14P'2*'23$15.6479.8499.:4;9P"2<Pn=2>n?"f2@"/A2BP)nCJ2D8$1EP&2<nF2BP)nGJ2D8$1EP"2<PnH2>nI"f2@"/A2BP)nJJ2D8$1KP&2<nL2BP)nMJ2D8$1KMwNy`],YA=[()=>zb,()=>Kj,`HTMLFrameSetElementEventMap`,`Pn!n"Mw#y`],XA=[`auto`,`instant`,`smooth`,`ScrollBehavior`,`P.!.".#Jw$y`],ZA=[`handle`,`cancelAnimationFrame`,()=>oN,`callback`,`requestAnimationFrame`,`AnimationFrameProvider`,`PP'2!$1"Pn#2$'1%Mw&y`],QA=[()=>sA,`localStorage`,`WindowLocalStorage`,`Pn!4"9Mw#y`],$A=[()=>sN,`caches`,`crossOriginIsolated`,()=>cN,`crypto`,()=>lN,`indexedDB`,`isSecureContext`,`origin`,()=>uN,`performance`,`data`,`atob`,`btoa`,`id`,`clearInterval`,`clearTimeout`,()=>dN,`image`,()=>fN,`options`,()=>_x,`createImageBitmap`,()=>dN,`sx`,`sy`,`sw`,`sh`,()=>fN,()=>_x,()=>pN,()=>oE,`input`,()=>mN,`init`,()=>hN,`fetch`,()=>gN,`callback`,`queueMicrotask`,`e`,`reportError`,()=>_N,`handler`,`timeout`,`arguments`,`setInterval`,()=>_N,`setTimeout`,`value`,()=>rM,`structuredClone`,`WindowOrWorkerGlobalScope`,`Pn!4"9)4#9n$4%9n&4'9)4(9&4)9n*4+9P&2,&1-P&2,&1.PP'-J2/$10PP'-J2/$11Pn223n4258n6\`17Pn823'29'2:'2;'2<n=258n>\`17PPn?n@J2AnB2C8nD\`1EPnF2G$1HP"2I$1JPnK2L'2M8"@2N'1OPnP2L'2M8"@2N'1QP"2RnS258"1TMwUy`],ej=[()=>sA,`sessionStorage`,`WindowSessionStorage`,`Pn!4"9Mw#y`],tj=[()=>vN,()=>yN,()=>bN,()=>xN,()=>SN,()=>CN,()=>wN,()=>TN,()=>EN,()=>DN,()=>ON,()=>kN,`clipboard`,()=>AN,`credentials`,`doNotTrack`,()=>jN,`geolocation`,()=>MN,`login`,`maxTouchPoints`,()=>NN,`mediaCapabilities`,()=>PN,`mediaDevices`,()=>FN,`mediaSession`,()=>IN,`permissions`,()=>LN,`serviceWorker`,()=>RN,`userActivation`,()=>zN,`wakeLock`,()=>BN,`data`,`canShare`,()=>Gk,`getGamepads`,()=>VN,`options`,()=>HN,`requestMIDIAccess`,`keySystem`,()=>UN,`supportedConfigurations`,()=>WN,`requestMediaKeySystemAccess`,()=>oE,`url`,()=>GN,`sendBeacon`,()=>BN,`share`,()=>KN,`pattern`,`vibrate`,`Navigator`,"Pn!n\"n#n$n%n&n'n(n)n*n+n,4-9n.4/9P&,J409n1429n3449'459n6479n8499n:4;9n<4=9n>4?9n@4A9nB4C9PnD2E8)1FPPnG,JF1HPnI2J8nK`1LP&2MnNF2OnP`1QPP&nRJ2SPnT,J2E8)1UPnV2E8$`1WPnX2Y)1ZMw[y"],nj=[()=>Yb,0,`this`,()=>vT,`ev`,``,`onchange`,`name`,`delete`,()=>qN,`options`,()=>Vk,`get`,()=>JN,()=>Vk,()=>YN,`getAll`,()=>JN,()=>YN,`value`,`set`,()=>XN,`type`,0,()=>ZN,`listener`,()=>Bb,`addEventListener`,()=>Vb,()=>Bb,0,()=>ZN,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`CookieStore`,'Pn!PPn"2#n$2%"/&,J4\'P&2($`1)Pn*2+$`1)P&2(Pn,,J`1-Pn.2+8Pn/,J`1-P&2(n0`11Pn22+8n3`11P&2(&24$`15Pn62+$`15P"27Pn82#n9"f2%"/&2:P)n;J2+8$1<P&27n=2:P)n>J2+8$1<P"27Pn?2#n@"f2%"/&2:P)nAJ2+8$1BP&27nC2:P)nDJ2+8$1BMwEy'],rj=[`AddSearchProvider`,`IsSearchProviderInstalled`,`External`,`PP$1!P$1"Mw#y`],ij=[`length`,()=>QN,`scrollRestoration`,`state`,`back`,`forward`,`delta`,`go`,`data`,`unused`,()=>oE,`url`,`pushState`,()=>oE,`replaceState`,`History`,`P'4!9n"4#"4$9P$1%P$1&P'2'8$1(P"2)&2*P&n+,J2,8$1-P"2)&2*P&n.,J2,8$1/Mw0y`],aj=[`visible`,`BarProp`,`P)4!9Mw"y`],oj=[`availHeight`,`availWidth`,`colorDepth`,`height`,()=>$N,`orientation`,`pixelDepth`,`width`,`Screen`,`P'4!9'4"9'4#9'4$9n%4&9'4'9'4(9Mw)y`],sj=[()=>Yb,0,`this`,()=>wx,`ev`,``,`onvoiceschanged`,`paused`,`pending`,`speaking`,`cancel`,()=>jM,`getVoices`,`pause`,`resume`,()=>oA,`utterance`,`speak`,`type`,0,()=>eP,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>eP,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SpeechSynthesis`,`Pn!PPn"2#n$2%"/&,J4')4(9)4)9)4*9P$1+Pn,F1-P$1.P$1/Pn021$12P"23Pn42#n5"f2%"/&26P)n7J288$19P&23n:26P)n;J288$19P"23Pn<2#n="f2%"/&26P)n>J288$1?P&23n@26P)nAJ288$1?MwBy`],cj=[()=>Yb,`height`,`offsetLeft`,`offsetTop`,0,`this`,()=>wx,`ev`,``,`onresize`,0,()=>wx,`onscroll`,`pageLeft`,`pageTop`,`scale`,`width`,`type`,0,()=>tP,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>tP,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`VisualViewport`,`Pn!'4"9'4#9'4$9PPn%2&n'2("/),J4*PPn+2&n,2("/),J4-'4.9'4/9'409'419P"22Pn32&n4"f2("/)25P)n6J278$18P&22n925P)n:J278$18P"22Pn;2&n<"f2("/)25P)n=J278$1>P&22n?25P)n@J278$1>MwAy`],lj=[`accentColor`,`alignContent`,`alignItems`,`alignSelf`,`alignmentBaseline`,`all`,`animation`,`animationComposition`,`animationDelay`,`animationDirection`,`animationDuration`,`animationFillMode`,`animationIterationCount`,`animationName`,`animationPlayState`,`animationTimingFunction`,`appearance`,`aspectRatio`,`backdropFilter`,`backfaceVisibility`,`background`,`backgroundAttachment`,`backgroundBlendMode`,`backgroundClip`,`backgroundColor`,`backgroundImage`,`backgroundOrigin`,`backgroundPosition`,`backgroundPositionX`,`backgroundPositionY`,`backgroundRepeat`,`backgroundSize`,`baselineShift`,`baselineSource`,`blockSize`,`border`,`borderBlock`,`borderBlockColor`,`borderBlockEnd`,`borderBlockEndColor`,`borderBlockEndStyle`,`borderBlockEndWidth`,`borderBlockStart`,`borderBlockStartColor`,`borderBlockStartStyle`,`borderBlockStartWidth`,`borderBlockStyle`,`borderBlockWidth`,`borderBottom`,`borderBottomColor`,`borderBottomLeftRadius`,`borderBottomRightRadius`,`borderBottomStyle`,`borderBottomWidth`,`borderCollapse`,`borderColor`,`borderEndEndRadius`,`borderEndStartRadius`,`borderImage`,`borderImageOutset`,`borderImageRepeat`,`borderImageSlice`,`borderImageSource`,`borderImageWidth`,`borderInline`,`borderInlineColor`,`borderInlineEnd`,`borderInlineEndColor`,`borderInlineEndStyle`,`borderInlineEndWidth`,`borderInlineStart`,`borderInlineStartColor`,`borderInlineStartStyle`,`borderInlineStartWidth`,`borderInlineStyle`,`borderInlineWidth`,`borderLeft`,`borderLeftColor`,`borderLeftStyle`,`borderLeftWidth`,`borderRadius`,`borderRight`,`borderRightColor`,`borderRightStyle`,`borderRightWidth`,`borderSpacing`,`borderStartEndRadius`,`borderStartStartRadius`,`borderStyle`,`borderTop`,`borderTopColor`,`borderTopLeftRadius`,`borderTopRightRadius`,`borderTopStyle`,`borderTopWidth`,`borderWidth`,`bottom`,`boxDecorationBreak`,`boxShadow`,`boxSizing`,`breakAfter`,`breakBefore`,`breakInside`,`captionSide`,`caretColor`,`clear`,`clip`,`clipPath`,`clipRule`,`color`,`colorInterpolation`,`colorInterpolationFilters`,`colorScheme`,`columnCount`,`columnFill`,`columnGap`,`columnRule`,`columnRuleColor`,`columnRuleStyle`,`columnRuleWidth`,`columnSpan`,`columnWidth`,`columns`,`contain`,`containIntrinsicBlockSize`,`containIntrinsicHeight`,`containIntrinsicInlineSize`,`containIntrinsicSize`,`containIntrinsicWidth`,`container`,`containerName`,`containerType`,`content`,`contentVisibility`,`counterIncrement`,`counterReset`,`counterSet`,`cssFloat`,`cssText`,`cursor`,`cx`,`cy`,`d`,`direction`,`display`,`dominantBaseline`,`emptyCells`,`fill`,`fillOpacity`,`fillRule`,`filter`,`flex`,`flexBasis`,`flexDirection`,`flexFlow`,`flexGrow`,`flexShrink`,`flexWrap`,`float`,`floodColor`,`floodOpacity`,`font`,`fontFamily`,`fontFeatureSettings`,`fontKerning`,`fontOpticalSizing`,`fontPalette`,`fontSize`,`fontSizeAdjust`,`fontStretch`,`fontStyle`,`fontSynthesis`,`fontSynthesisSmallCaps`,`fontSynthesisStyle`,`fontSynthesisWeight`,`fontVariant`,`fontVariantAlternates`,`fontVariantCaps`,`fontVariantEastAsian`,`fontVariantLigatures`,`fontVariantNumeric`,`fontVariantPosition`,`fontVariationSettings`,`fontWeight`,`forcedColorAdjust`,`gap`,`grid`,`gridArea`,`gridAutoColumns`,`gridAutoFlow`,`gridAutoRows`,`gridColumn`,`gridColumnEnd`,`gridColumnGap`,`gridColumnStart`,`gridGap`,`gridRow`,`gridRowEnd`,`gridRowGap`,`gridRowStart`,`gridTemplate`,`gridTemplateAreas`,`gridTemplateColumns`,`gridTemplateRows`,`height`,`hyphenateCharacter`,`hyphenateLimitChars`,`hyphens`,`imageOrientation`,`imageRendering`,`inlineSize`,`inset`,`insetBlock`,`insetBlockEnd`,`insetBlockStart`,`insetInline`,`insetInlineEnd`,`insetInlineStart`,`isolation`,`justifyContent`,`justifyItems`,`justifySelf`,`left`,`length`,`letterSpacing`,`lightingColor`,`lineBreak`,`lineHeight`,`listStyle`,`listStyleImage`,`listStylePosition`,`listStyleType`,`margin`,`marginBlock`,`marginBlockEnd`,`marginBlockStart`,`marginBottom`,`marginInline`,`marginInlineEnd`,`marginInlineStart`,`marginLeft`,`marginRight`,`marginTop`,`marker`,`markerEnd`,`markerMid`,`markerStart`,`mask`,`maskClip`,`maskComposite`,`maskImage`,`maskMode`,`maskOrigin`,`maskPosition`,`maskRepeat`,`maskSize`,`maskType`,`mathDepth`,`mathStyle`,`maxBlockSize`,`maxHeight`,`maxInlineSize`,`maxWidth`,`minBlockSize`,`minHeight`,`minInlineSize`,`minWidth`,`mixBlendMode`,`objectFit`,`objectPosition`,`offset`,`offsetAnchor`,`offsetDistance`,`offsetPath`,`offsetPosition`,`offsetRotate`,`opacity`,`order`,`orphans`,`outline`,`outlineColor`,`outlineOffset`,`outlineStyle`,`outlineWidth`,`overflow`,`overflowAnchor`,`overflowBlock`,`overflowClipMargin`,`overflowInline`,`overflowWrap`,`overflowX`,`overflowY`,`overscrollBehavior`,`overscrollBehaviorBlock`,`overscrollBehaviorInline`,`overscrollBehaviorX`,`overscrollBehaviorY`,`padding`,`paddingBlock`,`paddingBlockEnd`,`paddingBlockStart`,`paddingBottom`,`paddingInline`,`paddingInlineEnd`,`paddingInlineStart`,`paddingLeft`,`paddingRight`,`paddingTop`,`page`,`pageBreakAfter`,`pageBreakBefore`,`pageBreakInside`,`paintOrder`,()=>Bj,`parentRule`,`perspective`,`perspectiveOrigin`,`placeContent`,`placeItems`,`placeSelf`,`pointerEvents`,`position`,`printColorAdjust`,`quotes`,`r`,`resize`,`right`,`rotate`,`rowGap`,`rubyAlign`,`rubyPosition`,`rx`,`ry`,`scale`,`scrollBehavior`,`scrollMargin`,`scrollMarginBlock`,`scrollMarginBlockEnd`,`scrollMarginBlockStart`,`scrollMarginBottom`,`scrollMarginInline`,`scrollMarginInlineEnd`,`scrollMarginInlineStart`,`scrollMarginLeft`,`scrollMarginRight`,`scrollMarginTop`,`scrollPadding`,`scrollPaddingBlock`,`scrollPaddingBlockEnd`,`scrollPaddingBlockStart`,`scrollPaddingBottom`,`scrollPaddingInline`,`scrollPaddingInlineEnd`,`scrollPaddingInlineStart`,`scrollPaddingLeft`,`scrollPaddingRight`,`scrollPaddingTop`,`scrollSnapAlign`,`scrollSnapStop`,`scrollSnapType`,`scrollbarColor`,`scrollbarGutter`,`scrollbarWidth`,`shapeImageThreshold`,`shapeMargin`,`shapeOutside`,`shapeRendering`,`stopColor`,`stopOpacity`,`stroke`,`strokeDasharray`,`strokeDashoffset`,`strokeLinecap`,`strokeLinejoin`,`strokeMiterlimit`,`strokeOpacity`,`strokeWidth`,`tabSize`,`tableLayout`,`textAlign`,`textAlignLast`,`textAnchor`,`textBox`,`textBoxEdge`,`textBoxTrim`,`textCombineUpright`,`textDecoration`,`textDecorationColor`,`textDecorationLine`,`textDecorationSkipInk`,`textDecorationStyle`,`textDecorationThickness`,`textEmphasis`,`textEmphasisColor`,`textEmphasisPosition`,`textEmphasisStyle`,`textIndent`,`textOrientation`,`textOverflow`,`textRendering`,`textShadow`,`textTransform`,`textUnderlineOffset`,`textUnderlinePosition`,`textWrap`,`textWrapMode`,`textWrapStyle`,`top`,`touchAction`,`transform`,`transformBox`,`transformOrigin`,`transformStyle`,`transition`,`transitionBehavior`,`transitionDelay`,`transitionDuration`,`transitionProperty`,`transitionTimingFunction`,`translate`,`unicodeBidi`,`userSelect`,`vectorEffect`,`verticalAlign`,`viewTransitionClass`,`viewTransitionName`,`visibility`,`webkitAlignContent`,`webkitAlignItems`,`webkitAlignSelf`,`webkitAnimation`,`webkitAnimationDelay`,`webkitAnimationDirection`,`webkitAnimationDuration`,`webkitAnimationFillMode`,`webkitAnimationIterationCount`,`webkitAnimationName`,`webkitAnimationPlayState`,`webkitAnimationTimingFunction`,`webkitAppearance`,`webkitBackfaceVisibility`,`webkitBackgroundClip`,`webkitBackgroundOrigin`,`webkitBackgroundSize`,`webkitBorderBottomLeftRadius`,`webkitBorderBottomRightRadius`,`webkitBorderRadius`,`webkitBorderTopLeftRadius`,`webkitBorderTopRightRadius`,`webkitBoxAlign`,`webkitBoxFlex`,`webkitBoxOrdinalGroup`,`webkitBoxOrient`,`webkitBoxPack`,`webkitBoxShadow`,`webkitBoxSizing`,`webkitFilter`,`webkitFlex`,`webkitFlexBasis`,`webkitFlexDirection`,`webkitFlexFlow`,`webkitFlexGrow`,`webkitFlexShrink`,`webkitFlexWrap`,`webkitJustifyContent`,`webkitLineClamp`,`webkitMask`,`webkitMaskBoxImage`,`webkitMaskBoxImageOutset`,`webkitMaskBoxImageRepeat`,`webkitMaskBoxImageSlice`,`webkitMaskBoxImageSource`,`webkitMaskBoxImageWidth`,`webkitMaskClip`,`webkitMaskComposite`,`webkitMaskImage`,`webkitMaskOrigin`,`webkitMaskPosition`,`webkitMaskRepeat`,`webkitMaskSize`,`webkitOrder`,`webkitPerspective`,`webkitPerspectiveOrigin`,`webkitTextFillColor`,`webkitTextSizeAdjust`,`webkitTextStroke`,`webkitTextStrokeColor`,`webkitTextStrokeWidth`,`webkitTransform`,`webkitTransformOrigin`,`webkitTransformStyle`,`webkitTransition`,`webkitTransitionDelay`,`webkitTransitionDuration`,`webkitTransitionProperty`,`webkitTransitionTimingFunction`,`webkitUserSelect`,`whiteSpace`,`whiteSpaceCollapse`,`widows`,`width`,`willChange`,`wordBreak`,`wordSpacing`,`wordWrap`,`writingMode`,`x`,`y`,`zIndex`,`zoom`,`property`,`getPropertyPriority`,`getPropertyValue`,`index`,`item`,`removeProperty`,`value`,`priority`,`setProperty`,`CSSStyleDeclaration`,`P&4!&4"&4#&4$&4%&4&&4'&4(&4)&4*&4+&4,&4-&4.&4/&40&41&42&43&44&45&46&47&48&49&4:&4;&4<&4=&4>&4?&4@&4A&4B&4C&4D&4E&4F&4G&4H&4I&4J&4K&4L&4M&4N&4O&4P&4Q&4R&4S&4T&4U&4V&4W&4X&4Y&4Z&4[&4\\&4]&4^&4_&4\`&4a&4b&4c&4d&4e&4f&4g&4h&4i&4j&4k&4l&4m&4n&4o&4p&4q&4r&4s&4t&4u&4v&4w&4x&4y&4z&4{&4|&4}&4~&4&4&4&4&4&4&4
&4&4&4&4&4&4&4&4&4&4&4&4&4&4&4&4&4&4&4&4&4&4&4&4&4&4&4\xA0&4¡&4¢&4£&4¤&4¥&4¦&4§&4¨&4©&4ª&4«&4¬&4&4®&4¯&4°&4±&4²&4³&4´&4µ&4¶&4·&4¸&4¹&4º&4»&4¼&4½&4¾&4¿&4À&4Á&4Â&4Ã&4Ä&4Å&4Æ&4Ç&4È&4É&4Ê&4Ë&4Ì&4Í&4Î&4Ï&4Ð&4Ñ&4Ò&4Ó&4Ô&4Õ&4Ö&4×&4Ø&4Ù&4Ú&4Û&4Ü&4Ý&4Þ&4ß&4à&4á&4â&4ã&4ä&4å&4æ&4ç&4è&4é&4ê&4ë&4ì&4í&4î&4ï&4ð&4ñ&4ò&4ó&4ô&4õ&4ö&4÷&4ø&4ù&4ú&4û&4ü&4ý&4þ&4ÿ'4Ā9&4ā&4Ă&4ă&4Ą&4ą&4Ć&4ć&4Ĉ&4ĉ&4Ċ&4ċ&4Č&4č&4Ď&4ď&4Đ&4đ&4Ē&4ē&4Ĕ&4ĕ&4Ė&4ė&4Ę&4ę&4Ě&4ě&4Ĝ&4ĝ&4Ğ&4ğ&4Ġ&4ġ&4Ģ&4ģ&4Ĥ&4ĥ&4Ħ&4ħ&4Ĩ&4ĩ&4Ī&4ī&4Ĭ&4ĭ&4Į&4į&4İ&4ı&4IJ&4ij&4Ĵ&4ĵ&4Ķ&4ķ&4ĸ&4Ĺ&4ĺ&4Ļ&4ļ&4Ľ&4ľ&4Ŀ&4ŀ&4Ł&4ł&4Ń&4ń&4Ņ&4ņ&4Ň&4ň&4ʼn&4Ŋ&4ŋ&4Ō&4ō&4Ŏ&4ŏ&4Ő&4ő&4Œ&4œ&4Ŕ&4ŕ&4Ŗ&4ŗ&4Ř&4řPnŚ,J4ś9&4Ŝ&4ŝ&4Ş&4ş&4Š&4š&4Ţ&4ţ&4Ť&4ť&4Ŧ&4ŧ&4Ũ&4ũ&4Ū&4ū&4Ŭ&4ŭ&4Ů&4ů&4Ű&4ű&4Ų&4ų&4Ŵ&4ŵ&4Ŷ&4ŷ&4Ÿ&4Ź&4ź&4Ż&4ż&4Ž&4ž&4ſ&4ƀ&4Ɓ&4Ƃ&4ƃ&4Ƅ&4ƅ&4Ɔ&4Ƈ&4ƈ&4Ɖ&4Ɗ&4Ƌ&4ƌ&4ƍ&4Ǝ&4Ə&4Ɛ&4Ƒ&4ƒ&4Ɠ&4Ɣ&4ƕ&4Ɩ&4Ɨ&4Ƙ&4ƙ&4ƚ&4ƛ&4Ɯ&4Ɲ&4ƞ&4Ɵ&4Ơ&4ơ&4Ƣ&4ƣ&4Ƥ&4ƥ&4Ʀ&4Ƨ&4ƨ&4Ʃ&4ƪ&4ƫ&4Ƭ&4ƭ&4Ʈ&4Ư&4ư&4Ʊ&4Ʋ&4Ƴ&4ƴ&4Ƶ&4ƶ&4Ʒ&4Ƹ&4ƹ&4ƺ&4ƻ&4Ƽ&4ƽ&4ƾ&4ƿ&4ǀ&4ǁ&4ǂ&4ǃ&4DŽ&4Dž&4dž&4LJ&4Lj&4lj&4NJ&4Nj&4nj&4Ǎ&4ǎ&4Ǐ&4ǐ&4Ǒ&4ǒ&4Ǔ&4ǔ&4Ǖ&4ǖ&4Ǘ&4ǘ&4Ǚ&4ǚ&4Ǜ&4ǜ&4ǝ&4Ǟ&4ǟ&4Ǡ&4ǡ&4Ǣ&4ǣ&4Ǥ&4ǥ&4Ǧ&4ǧ&4Ǩ&4ǩ&4Ǫ&4ǫ&4Ǭ&4ǭ&4Ǯ&4ǯ&4ǰ&4DZ&4Dz&4dz&4Ǵ&4ǵ&4Ƕ&4Ƿ&4Ǹ&4ǹ&4Ǻ&4ǻ&4Ǽ&4ǽ&4Ǿ&4ǿ&4Ȁ&4ȁ&4Ȃ&4ȃ&4Ȅ&4ȅ&4Ȇ&4ȇ&4Ȉ&4ȉ&4Ȋ&4ȋ&4Ȍ&4ȍ&4Ȏ&4ȏ&4Ȑ&4ȑ&4Ȓ&4ȓ&4Ȕ&4ȕ&4Ȗ&4ȗ&4Ș&4ș&4Ț&4ț&4Ȝ&4ȝ&4ȞP&2ȟ&1ȠP&2ȟ&1ȡP'2Ȣ&1ȣP&2ȟ&1ȤP&2ȟP&,J2ȥ&2Ȧ8$1ȧ'&LMwȨy`],uj=[()=>Yb,`matches`,`media`,0,`this`,()=>AT,`ev`,``,`onchange`,0,()=>AT,`callback`,`addListener`,0,()=>AT,`removeListener`,`type`,0,()=>nP,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>nP,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`MediaQueryList`,`Pn!)4"9&4#9PPn$2%n&2'"/(,J4)PPPn*2%n+2'"/(,J2,$1-PPPn.2%n/2'"/(,J2,$10P"21Pn22%n3"f2'"/(24P)n5J268$17P&21n824P)n9J268$17P"21Pn:2%n;"f2'"/(24P)n<J268$1=P&21n>24P)n?J268$1=Mw@y`],dj=[()=>Rb,()=>_x,()=>Jk,()=>rP,()=>ww,()=>ck,()=>iP,()=>aP,()=>XO,()=>eA,`Transferable`,`Pn!n"n#n$n%n&n'n(n)n*_Jw+y`],fj=[()=>rM,`targetOrigin`,`WindowPostMessageOptions`,`Pn!&4"8Mw#y`],pj=[()=>oP,`deadline`,``,`IdleRequestCallback`,`PPn!2"$v#Mw$y`],mj=[`timeout`,`IdleRequestOptions`,`P'4!8Mw"y`],hj=[()=>jx,()=>Kj,()=>wx,`DOMContentLoaded`,()=>bT,`devicemotion`,()=>xT,`deviceorientation`,()=>xT,`deviceorientationabsolute`,()=>CT,`gamepadconnected`,()=>CT,`gamepaddisconnected`,()=>wx,`orientationchange`,`WindowEventMap`,`Pn!n"n#4$n%4&n'4(n)4*n+4,n-4.n/40Mw1y`],gj=[`length`,`data`,`type`,()=>sP,`add`,()=>FS,()=>sP,`clear`,`index`,`remove`,()=>sP,`DataTransferItemList`,`P'4!9P&2"&2#Pn$,J1%Pn&2"Pn',J1%P$1(P'2)$1*'n+LMw,y`],_j=[`name`,`message`,`stack`,`Error`,`P&4!&4"&4#8Mw$y`],vj=[`clientX`,`clientY`,`force`,`identifier`,`pageX`,`pageY`,`radiusX`,`radiusY`,`rotationAngle`,`screenX`,`screenY`,()=>Yb,`target`,`Touch`,`P'4!9'4"9'4#9'4$9'4%9'4&9'4'9'4(9'4)9'4*9'4+9n,4-9Mw.y`],yj=[()=>kw,()=>FE,`value`,`RadioNodeList`,`Pn"o!"&4#Mw$y`],bj=[()=>cP,`ConstrainDouble`,`P'n!Jw"y`],xj=[()=>lP,`ConstrainBoolean`,`P)n!Jw"y`],Sj=[()=>uP,`ConstrainULong`,`P'n!Jw"y`],Cj=[()=>dP,`ConstrainDOMString`,`P&&Fn!Jw"y`],wj=[`fullRange`,()=>fP,`matrix`,()=>pP,`primaries`,()=>mP,`transfer`,()=>hP,`toJSON`,`VideoColorSpace`,`PP),J4!9Pn",J4#9Pn$,J4%9Pn&,J4'9Pn(1)Mw*y`],Tj=[`BGRA`,`BGRX`,`I420`,`I420A`,`I422`,`I444`,`NV12`,`RGBA`,`RGBX`,`VideoPixelFormat`,`P.!.".#.$.%.&.'.(.)Jw*y`],Ej=[()=>$b,`colorSpace`,()=>Tj,`format`,()=>Dj,`layout`,()=>gP,`rect`,`VideoFrameCopyToOptions`,`Pn!4"8n#4$8n%F4&8n'4(8Mw)y`],Dj=[`offset`,`stride`,`PlaneLayout`,`P'4!'4"Mw#y`],Oj=[`closed`,`reason`,`cancel`,`ReadableStreamGenericReader`,'P$`4!9P"2"8$`1#Mw$y'],kj=[`T`,()=>_P,()=>vP,`ReadableStreamReadResult`,`b!Pe"!o""e"!o#"Jw$y`],Aj=[`byob`,`ReadableStreamReaderMode`,`.!w"y`],jj=[`W`,`closed`,`desiredSize`,`ready`,`reason`,`abort`,`close`,`releaseLock`,`chunk`,`write`,`WritableStreamDefaultWriter`,'"c!P$`4"9P\',J4#9$`4$9P"2%8$`1&P$`1\'P$1(Pe#!2)8$`1*Mw+y'],Mj=[`delay`,()=>yP,`direction`,()=>Fj,`duration`,`easing`,`endDelay`,()=>bP,`fill`,`iterationStart`,`iterations`,`playbackRate`,`EffectTiming`,`P'4!8n"4#8P'n$&J4%8&4&8'4'8n(4)8'4*8'4+8'4,8Mw-y`],Nj=[`accumulate`,`add`,`replace`,`CompositeOperation`,`P.!.".#Jw$y`],Pj=[`accumulate`,`replace`,`IterationCompositeOperation`,`P.!."Jw#y`],Fj=[()=>SO,()=>pk,`values`,0,`add`,()=>pk,0,`div`,()=>pk,`value`,`equals`,()=>pk,0,`max`,()=>pk,0,`min`,()=>pk,0,`mul`,()=>pk,0,`sub`,`unit`,()=>xP,`to`,`units`,()=>SP,`toSum`,()=>CP,`type`,`CSSNumericValue`,`Pn!Pn"@2#n$1%Pn&@2#n'1(Pn)@2*)1+Pn,@2#n-1.Pn/@2#n011Pn2@2#n314Pn5@2#n617P&28n91:P&@2;n<1=Pn>1?Mw@y`],Ij=[()=>Mj,()=>pk,`activeDuration`,`currentIteration`,()=>pk,`endTime`,()=>pk,`localTime`,`progress`,()=>pk,`startTime`,`ComputedEffectTiming`,`Pn!n"4#8P',J4$8n%4&8Pn',J4(8P',J4)8n*4+8Mw,y`],Lj=[`delay`,()=>yP,`direction`,`duration`,`easing`,`endDelay`,()=>bP,`fill`,`iterationStart`,`iterations`,`playbackRate`,`OptionalEffectTiming`,`P'4!8n"4#8P'&J4$8&4%8'4&8n'4(8'4)8'4*8'4+8Mw,y`],Rj=[`disabled`,`href`,()=>Ub,()=>tE,`ownerNode`,()=>yk,`parentStyleSheet`,`title`,`type`,`StyleSheet`,`P)4!P&,J4"9!!Pn#n$,J4%9Pn&,J4'9P&,J4(9&4)9Mw*y`],zj=[`length`,`index`,()=>Bj,`item`,()=>Bj,`CSSRuleList`,`P'4!9P'2"Pn#,J1$'n%LMw&y`],Bj=[`cssText`,0,`parentRule`,()=>yk,`parentStyleSheet`,`type`,1,`STYLE_RULE`,2,`CHARSET_RULE`,3,`IMPORT_RULE`,4,`MEDIA_RULE`,5,`FONT_FACE_RULE`,6,`PAGE_RULE`,10,`NAMESPACE_RULE`,7,`KEYFRAMES_RULE`,8,`KEYFRAME_RULE`,12,`SUPPORTS_RULE`,11,`COUNTER_STYLE_RULE`,14,`FONT_FEATURE_VALUES_RULE`,`CSSRule`,`P&4!Pn",J4#9Pn$,J4%9'4&9.'4(9.)4*9.+4,9.-4.9./409.1429.3449.5469.7489.94:9.;4<9.=4>9Mw?y`],Vj=[`loaded`,`loading`,`FontFaceSetLoadStatus`,`P.!."Jw#y`],Hj=[()=>ST,`loading`,()=>ST,`loadingdone`,()=>ST,`loadingerror`,`FontFaceSetEventMap`,`Pn!4"n#4$n%4&Mw'y`],Uj=[()=>wP,`requiredExtensions`,()=>wP,`systemLanguage`,`SVGTests`,`Pn!4"9n#4$9Mw%y`],Wj=[`clipped`,`fill`,`markers`,`stroke`,`SVGBoundingBoxOptions`,`P)4!8)4"8)4#8)4$8Mw%y`],Gj=[()=>CO,`animVal`,()=>Qx,`baseVal`,`SVGAnimatedRect`,`Pn!4"9n#4$9Mw%y`],Kj=[()=>wx,`afterprint`,()=>wx,`beforeprint`,()=>mT,`beforeunload`,()=>CT,`gamepadconnected`,()=>CT,`gamepaddisconnected`,()=>wT,`hashchange`,()=>wx,`languagechange`,()=>jT,`message`,()=>jT,`messageerror`,()=>wx,`offline`,()=>wx,`online`,()=>FT,`pagehide`,()=>NT,`pagereveal`,()=>FT,`pageshow`,()=>PT,`pageswap`,()=>zT,`popstate`,()=>BT,`rejectionhandled`,()=>YT,`storage`,()=>BT,`unhandledrejection`,()=>wx,`unload`,`WindowEventHandlersEventMap`,`Pn!4"n#4$n%4&n'4(n)4*n+4,n-4.n/40n142n344n546n748n94:n;4<n=4>n?4@nA4BnC4DnE4FnG4HMwIy`],qj=[`auto`,`block`,`fallback`,`optional`,`swap`,`FontDisplay`,`P.!.".#.$.%Jw&y`],Jj=[`error`,`loaded`,`loading`,`unloaded`,`FontFaceLoadStatus`,`P.!.".#.$Jw%y`],Yj=[`pressed`,`touched`,`value`,`GamepadButton`,`P)4!9)4"9'4#9Mw$y`],Xj=[``,`standard`,`xr-standard`,`GamepadMappingType`,`P.!.".#Jw$y`],Zj=[()=>TP,`type`,()=>EP,`params`,()=>DP,`playEffect`,()=>DP,`reset`,`GamepadHapticActuator`,"PPn!2\"n#2$8n%`1&Pn'`1(Mw)y"],Qj=[`closed`,`open`,`pending`,`MIDIPortConnectionState`,`P.!.".#Jw$y`],$j=[`connected`,`disconnected`,`MIDIPortDeviceState`,`P.!."Jw#y`],eM=[`input`,`output`,`MIDIPortType`,`P.!."Jw#y`],tM=[()=>ET,`statechange`,`MIDIPortEventMap`,`Pn!4"Mw#y`],nM=[`T`,`this`,()=>jT,`ev`,``,`onmessage`,()=>jT,`onmessageerror`,`type`,()=>OP,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,()=>OP,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`MessageEventTarget`,`b!PPPe$!2"n#2$"/%,J4&PPe$!2"n'2$"/%,J4(P"2)Pe$!2"n*"f2$"/%2+P)n,J2-8$1.P&2)n/2+P)n0J2-8$1.P"2)Pe$!2"n1"f2$"/%2+P)n2J2-8$13P&2)n42+P)n5J2-8$13Mw6y`],rM=[()=>dj,`transfer`,`StructuredSerializeOptions`,`Pn!F4"8Mw#y`],iM=[()=>OP,()=>jT,`message`,()=>jT,`messageerror`,`MessagePortEventMap`,`Pn!n"4#n$4%Mw&y`],aM=[()=>Yb,()=>kP,0,`this`,()=>wx,`ev`,``,`onstatechange`,`scriptURL`,()=>AP,`state`,`message`,()=>dj,`transfer`,`postMessage`,()=>rM,`options`,`type`,0,()=>jP,`listener`,()=>Bb,`addEventListener`,()=>Vb,()=>Bb,0,()=>jP,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`ServiceWorker`,`Pn!n"PPn#2$n%2&"/',J4(&4)9n*4+9P"2,n-F2.$1/P"2,n0218$1/P"22Pn32$n4"f2&"/'25P)n6J218$17P&22n825P)n9J218$17P"22Pn:2$n;"f2&"/'25P)n<J218$1=P&22n>25P)n?J218$1=Mw@y`],oM=[()=>Yb,`id`,`index`,`key`,0,`this`,()=>wx,`ev`,``,`ondispose`,`sameDocument`,`url`,`getState`,`type`,0,()=>MP,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MP,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`NavigationHistoryEntry`,`Pn!&4"9'4#9&4$9PPn%2&n'2("/),J4*)4+9P&,J4,9P"1-P"2.Pn/2&n0"f2("/)21P)n2J238$14P&2.n521P)n6J238$14P"2.Pn72&n8"f2("/)21P)n9J238$1:P&2.n;21P)n<J238$1:Mw=y`],sM=[`push`,`reload`,`replace`,`traverse`,`NavigationType`,`P.!.".#.$Jw%y`],cM=[()=>uM,`displayItems`,()=>NP,`modifiers`,()=>PP,`shippingOptions`,`PaymentDetailsBase`,`Pn!F4"8n#F4$8n%F4&8Mw'y`],lM=[`addressLine`,`city`,`country`,`dependentLocality`,`organization`,`phone`,`postalCode`,`recipient`,`region`,`sortingCode`,`AddressErrors`,`P&4!8&4"8&4#8&4$8&4%8&4&8&4'8&4(8&4)8&4*8Mw+y`],uM=[()=>FP,`amount`,`label`,`pending`,`PaymentItem`,`Pn!4"&4#)4$8Mw%y`],dM=[()=>wx,`resize`,`PictureInPictureWindowEventMap`,`Pn!4"Mw#y`],fM=[`arraybuffer`,`blob`,`BinaryType`,`P.!."Jw#y`],pM=[`closed`,`closing`,`connecting`,`open`,`RTCDataChannelState`,`P.!.".#.$Jw%y`],mM=[()=>wx,`bufferedamountlow`,()=>wx,`close`,()=>wx,`closing`,()=>UT,`error`,()=>jT,`message`,()=>wx,`open`,`RTCDataChannelEventMap`,`Pn!4"n#4$n%4&n'4(n)4*n+4,Mw-y`],hM=[()=>_j,`code`,`message`,`name`,1,`INDEX_SIZE_ERR`,2,`DOMSTRING_SIZE_ERR`,3,`HIERARCHY_REQUEST_ERR`,4,`WRONG_DOCUMENT_ERR`,5,`INVALID_CHARACTER_ERR`,6,`NO_DATA_ALLOWED_ERR`,7,`NO_MODIFICATION_ALLOWED_ERR`,8,`NOT_FOUND_ERR`,9,`NOT_SUPPORTED_ERR`,10,`INUSE_ATTRIBUTE_ERR`,11,`INVALID_STATE_ERR`,12,`SYNTAX_ERR`,13,`INVALID_MODIFICATION_ERR`,14,`NAMESPACE_ERR`,15,`INVALID_ACCESS_ERR`,16,`VALIDATION_ERR`,17,`TYPE_MISMATCH_ERR`,18,`SECURITY_ERR`,19,`NETWORK_ERR`,20,`ABORT_ERR`,21,`URL_MISMATCH_ERR`,22,`QUOTA_EXCEEDED_ERR`,23,`TIMEOUT_ERR`,24,`INVALID_NODE_TYPE_ERR`,25,`DATA_CLONE_ERR`,`DOMException`,`Pn!'4"9&4#9&4$9.%4&9.'4(9.)4*9.+4,9.-4.9./409.1429.3449.5469.7489.94:9.;4<9.=4>9.?4@9.A4B9.C4D9.E4F9.G4H9.I4J9.K4L9.M4N9.O4P9.Q4R9.S4T9.U4V9MwWy`],gM=[`data-channel-failure`,`dtls-failure`,`fingerprint-failure`,`hardware-encoder-error`,`hardware-encoder-not-available`,`sctp-failure`,`sdp-syntax-error`,`RTCErrorDetailType`,`P.!.".#.$.%.&.'Jw(y`],_M=[`rtcp`,`rtp`,`RTCIceComponent`,`P.!."Jw#y`],vM=[`tcp`,`udp`,`RTCIceProtocol`,`P.!."Jw#y`],yM=[`active`,`passive`,`so`,`RTCIceTcpCandidateType`,`P.!.".#Jw$y`],bM=[`host`,`prflx`,`relay`,`srflx`,`RTCIceCandidateType`,`P.!.".#.$Jw%y`],xM=[`candidate`,`sdpMLineIndex`,`sdpMid`,`usernameFragment`,`RTCIceCandidateInit`,`P&4!8P',J4"8P&,J4#8P&,J4$8Mw%y`],SM=[()=>IP,`RTCRtpTransform`,`n!w"y`],CM=[()=>Yb,()=>LP,`iceTransport`,0,`this`,()=>UT,`ev`,``,`onerror`,0,()=>wx,`onstatechange`,()=>RP,`state`,`getRemoteCertificates`,`type`,0,()=>zP,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>zP,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`RTCDtlsTransport`,`Pn!n"4#9PPn$2%n&2'"/(,J4)PPn*2%n+2'"/(,J4,n-4.9P_F1/P"20Pn12%n2"f2'"/(23P)n4J258$16P&20n723P)n8J258$16P"20Pn92%n:"f2'"/(23P)n;J258$1<P&20n=23P)n>J258$1<Mw?y`],wM=[`audioLevel`,`rtpTimestamp`,`source`,()=>Tw,`timestamp`,`RTCRtpContributingSource`,`P'4!8'4"'4#n$4%Mw&y`],TM=[()=>BP,`RTCRtpReceiveParameters`,`Pn!Mw"y`],EM=[`value`,`key`,0,`parent`,``,`callbackfn`,`thisArg`,`forEach`,`RTCStatsReport`,`PPP"2!&2"n#2$$/%2&"2'8$1(Mw)y`],DM=[()=>wM,`RTCRtpSynchronizationSource`,`Pn!Mw"y`],OM=[`inactive`,`recvonly`,`sendonly`,`sendrecv`,`stopped`,`RTCRtpTransceiverDirection`,`P.!.".#.$.%Jw&y`],kM=[()=>VP,`dtmf`,()=>Zb,`track`,()=>SM,`transform`,()=>CM,`transport`,()=>HP,`getParameters`,()=>EM,`getStats`,()=>Zb,`withTrack`,`replaceTrack`,()=>HP,`parameters`,()=>UP,`setParameterOptions`,`setParameters`,()=>Ob,`streams`,`setStreams`,`RTCRtpSender`,"PPn!,J4\"9Pn#,J4$9Pn%,J4&Pn',J4(9Pn)1*Pn+`1,PPn-,J2.$`1/Pn021n2238$`14Pn5@26$17Mw8y"],AM=[`channels`,`clockRate`,`mimeType`,`sdpFmtpLine`,`RTCRtpCodec`,`P'4!8'4"&4#&4$8Mw%y`],jM=[`default`,`lang`,`localService`,`name`,`voiceURI`,`SpeechSynthesisVoice`,`P)4!9&4"9)4#9&4$9&4%9Mw&y`],MM=[()=>JT,`boundary`,()=>JT,`end`,()=>qT,`error`,()=>JT,`mark`,()=>JT,`pause`,()=>JT,`resume`,()=>JT,`start`,`SpeechSynthesisUtteranceEventMap`,`Pn!4"n#4$n%4&n'4(n)4*n+4,n-4.Mw/y`],NM=[`length`,`id`,()=>IM,`getCueById`,()=>IM,`TextTrackCueList`,`P'4!9P&2"Pn#,J1$'n%LMw&y`],PM=[`captions`,`chapters`,`descriptions`,`metadata`,`subtitles`,`TextTrackKind`,`P.!.".#.$.%Jw&y`],FM=[`disabled`,`hidden`,`showing`,`TextTrackMode`,`P.!.".#Jw$y`],IM=[()=>Yb,`endTime`,`id`,0,`this`,()=>wx,`ev`,``,`onenter`,0,()=>wx,`onexit`,`pauseOnExit`,`startTime`,()=>cA,`track`,`type`,0,()=>WP,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>WP,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`TextTrackCue`,`Pn!'4"&4#PPn$2%n&2'"/(,J4)PPn*2%n+2'"/(,J4,)4-'4.Pn/,J409P"21Pn22%n3"f2'"/(24P)n5J268$17P&21n824P)n9J268$17P"21Pn:2%n;"f2'"/(24P)n<J268$1=P&21n>24P)n?J268$1=Mw@y`],LM=[()=>wx,`cuechange`,`TextTrackEventMap`,`Pn!4"Mw#y`],RM=[`length`,`index`,`end`,`start`,`TimeRanges`,`P'4!9P'2"'1#P'2"'1$Mw%y`],zM=[`code`,`message`,1,`MEDIA_ERR_ABORTED`,2,`MEDIA_ERR_NETWORK`,3,`MEDIA_ERR_DECODE`,4,`MEDIA_ERR_SRC_NOT_SUPPORTED`,`MediaError`,`P'4!9&4"9.#4$9.%4&9.'4(9.)4*9Mw+y`],BM=[()=>GP,`sessionType`,()=>KP,`createSession`,()=>qP,`policy`,()=>JP,`getStatusForPolicy`,()=>YP,`serverCertificate`,`setServerCertificate`,`MediaKeys`,"PPn!2\"8n#1$Pn%2&8n'`1(Pn)2*)`1+Mw,y"],VM=[()=>Yb,0,`this`,()=>wx,`ev`,``,`onconnect`,0,()=>wx,`onconnecting`,0,()=>wx,`ondisconnect`,()=>XP,`state`,`id`,`cancelWatchAvailability`,`prompt`,()=>ZP,`callback`,`watchAvailability`,`type`,0,()=>QP,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>QP,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`RemotePlayback`,`Pn!PPn"2#n$2%"/&,J4'PPn(2#n)2%"/&,J4*PPn+2#n,2%"/&,J4-n.4/9P'208$\`11P$\`12Pn324'\`15P"26Pn72#n8"f2%"/&29P)n:J2;8$1<P&26n=29P)n>J2;8$1<P"26Pn?2#n@"f2%"/&29P)nAJ2;8$1BP&26nC29P)nDJ2;8$1BMwEy`],HM=[()=>Ob,()=>$P,()=>Cx,`MediaProvider`,`Pn!n"n#Jw$y`],UM=[()=>Yb,`length`,0,`this`,()=>ZT,`ev`,``,`onaddtrack`,0,()=>wx,`onchange`,0,()=>ZT,`onremovetrack`,`id`,()=>cA,`getTrackById`,`type`,0,()=>eF,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>eF,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,()=>cA,`TextTrackList`,`Pn!'4"9PPn#2$n%2&"/',J4(PPn)2$n*2&"/',J4+PPn,2$n-2&"/',J4.P&2/Pn0,J11P"22Pn32$n4"f2&"/'25P)n6J278$18P&22n925P)n:J278$18P"22Pn;2$n<"f2&"/'25P)n=J278$1>P&22n?25P)n@J278$1>'nALMwBy`],WM=[``,`maybe`,`probably`,`CanPlayTypeResult`,`P.!.".#Jw$y`],GM=[`T`,` `,``,`OptionalPrefixToken`,`b!PPe#!."S.#Jw$y`],KM=[`section-`,`AutoFillSection`,`P.!&Sw"y`],qM=[`billing`,`shipping`,`AutoFillAddressKind`,`P.!."Jw#y`],JM=[()=>tF,()=>GM,()=>nF,()=>rF,`AutoFillField`,`Pn!Pn#o""n$SJw%y`],YM=[`T`,` `,``,`OptionalPostfixToken`,`b!PP."e#!S.#Jw$y`],XM=[`webauthn`,`AutoFillCredentialField`,`.!w"y`],ZM=[`name`,()=>iF,`root`,`FileSystem`,`P&4!9n"4#9Mw$y`],QM=[()=>CA,`entry`,``,`FileSystemEntryCallback`,`PPn!2"$v#Mw$y`],$M=[()=>hM,`err`,``,`ErrorCallback`,`PPn!2"$v#Mw$y`],eN=[()=>Tw,`captureTime`,()=>Tw,`expectedDisplayTime`,`height`,`mediaTime`,()=>Tw,`presentationTime`,`presentedFrames`,`processingDuration`,()=>Tw,`receiveTime`,`rtpTimestamp`,`width`,`VideoFrameCallbackMetadata`,`Pn!4"8n#4$'4%'4&n'4('4)'4*8n+4,8'4-8'4.Mw/y`],tN=[`length`,`numberOfItems`,()=>Ik,`newItem`,()=>Ik,`appendItem`,`clear`,()=>Ik,`consolidate`,()=>uC,`matrix`,()=>Ik,`createSVGTransformFromMatrix`,`index`,()=>Ik,`getItem`,()=>Ik,()=>Ik,`initialize`,()=>Ik,()=>Ik,`insertItemBefore`,()=>Ik,`removeItem`,()=>Ik,()=>Ik,`replaceItem`,()=>Ik,`SVGTransformList`,`P'4!9'4"9Pn#2$n%1&P$1'PPn(,J1)Pn*2+8n,1-P'2.n/10Pn12$n213Pn42$'2.n516P'2.n718Pn92$'2.n:1;'n<LMw=y`],nN=[`length`,`numberOfItems`,()=>Pk,`newItem`,()=>Pk,`appendItem`,`clear`,`index`,()=>Pk,`getItem`,()=>Pk,()=>Pk,`initialize`,()=>Pk,()=>Pk,`insertItemBefore`,()=>Pk,`removeItem`,()=>Pk,()=>Pk,`replaceItem`,()=>Pk,`SVGNumberList`,`P'4!9'4"9Pn#2$n%1&P$1'P'2(n)1*Pn+2$n,1-Pn.2$'2(n/10P'2(n112Pn32$'2(n415'n6LMw7y`],rN=[`align`,`meetOrSlice`,0,`SVG_PRESERVEASPECTRATIO_UNKNOWN`,1,`SVG_PRESERVEASPECTRATIO_NONE`,2,`SVG_PRESERVEASPECTRATIO_XMINYMIN`,3,`SVG_PRESERVEASPECTRATIO_XMIDYMIN`,4,`SVG_PRESERVEASPECTRATIO_XMAXYMIN`,5,`SVG_PRESERVEASPECTRATIO_XMINYMID`,6,`SVG_PRESERVEASPECTRATIO_XMIDYMID`,7,`SVG_PRESERVEASPECTRATIO_XMAXYMID`,8,`SVG_PRESERVEASPECTRATIO_XMINYMAX`,9,`SVG_PRESERVEASPECTRATIO_XMIDYMAX`,10,`SVG_PRESERVEASPECTRATIO_XMAXYMAX`,0,`SVG_MEETORSLICE_UNKNOWN`,1,`SVG_MEETORSLICE_MEET`,2,`SVG_MEETORSLICE_SLICE`,`SVGPreserveAspectRatio`,`P'4!'4".#4$9.%4&9.'4(9.)4*9.+4,9.-4.9./409.1429.3449.5469.7489.94:9.;4<9.=4>9Mw?y`],iN=[`length`,`numberOfItems`,()=>Fk,`newItem`,()=>Fk,`appendItem`,`clear`,`index`,()=>Fk,`getItem`,()=>Fk,()=>Fk,`initialize`,()=>Fk,()=>Fk,`insertItemBefore`,()=>Fk,`removeItem`,()=>Fk,()=>Fk,`replaceItem`,()=>Fk,`SVGPointList`,`P'4!9'4"9Pn#2$n%1&P$1'P'2(n)1*Pn+2$n,1-Pn.2$'2(n/10P'2(n112Pn32$'2(n415'n6LMw7y`],aN=[()=>aF,`animVal`,()=>aF,`baseVal`,`SVGAnimatedLengthList`,`Pn!4"9n#4$9Mw%y`],oN=[()=>Tw,`time`,``,`FrameRequestCallback`,`PPn!2"$v#Mw$y`],sN=[`cacheName`,`delete`,`has`,`keys`,()=>pN,()=>oE,`request`,()=>oF,`options`,()=>hN,`match`,()=>sF,`open`,`CacheStorage`,"PP&2!)`1\"P&2!)`1#P&F`1$PPn%n&J2'n(2)8Pn*-J`1+P&2!n,`1-Mw.y"],cN=[()=>cF,`subtle`,`array`,`getRandomValues`,`-`,`randomUUID`,`Crypto`,`Pn!4"9P"2#"1$PP&.%&.%&.%&.%&S1&Mw'y`],lN=[`first`,`second`,`cmp`,()=>lF,`databases`,`name`,()=>uF,`deleteDatabase`,`version`,()=>uF,`open`,`IDBFactory`,`PP"2!"2"'1#Pn$F\`1%P&2&n'1(P&2&'2)8n*1+Mw,y`],uN=[()=>Yb,()=>dF,`eventCounts`,()=>fF,`navigation`,0,`this`,()=>wx,`ev`,``,`onresourcetimingbufferfull`,()=>Tw,`timeOrigin`,()=>pF,`timing`,`markName`,`clearMarks`,`measureName`,`clearMeasures`,`clearResourceTimings`,()=>mF,`getEntries`,`name`,`type`,()=>mF,`getEntriesByName`,()=>mF,`getEntriesByType`,()=>hF,`markOptions`,()=>gF,`mark`,()=>_F,`startOrMeasureOptions`,`endMark`,()=>vF,`measure`,()=>Tw,`now`,`maxSize`,`setResourceTimingBufferSize`,`toJSON`,0,()=>yF,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>yF,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`Performance`,`Pn!n"4#9n$4%9PPn&2'n(2)"/*,J4+n,4-9n.4/9P&208$11P&228$13P$14Pn516P&27&288n91:P&28n;1<P&20n=2>8n?1@P&22P&nAJ2B8&2C8nD1EPnF1GP'2H$1IP"1JP"28PnK2'nL"f2)"/*2MP)nNJ2O8$1PP&28nQ2MP)nRJ2O8$1PP"28PnS2'nT"f2)"/*2MP)nUJ2O8$1VP&28nW2MP)nXJ2O8$1VMwYy`],dN=[()=>WS,()=>Cx,()=>XS,`ImageBitmapSource`,`Pn!n"n#Jw$y`],fN=[()=>bF,`colorSpaceConversion`,()=>xF,`imageOrientation`,()=>SF,`premultiplyAlpha`,`resizeHeight`,()=>CF,`resizeQuality`,`resizeWidth`,`ImageBitmapOptions`,`Pn!4"8n#4$8n%4&8'4'8n(4)8'4*8Mw+y`],pN=[()=>wF,`RequestInfo`,`Pn!&Jw"y`],mN=[()=>GN,`body`,()=>TF,`cache`,()=>EF,`credentials`,()=>DF,`headers`,`integrity`,`keepalive`,`method`,()=>OF,`mode`,()=>kF,`priority`,()=>AF,`redirect`,`referrer`,()=>bA,`referrerPolicy`,()=>Mx,`signal`,`window`,`RequestInit`,`PPn!,J4"8n#4$8n%4&8n'4(8&4)8)4*8&4+8n,4-8n.4/8n0418&428n3448Pn5,J468,478Mw8y`],hN=[()=>jF,()=>MF,`headers`,`ok`,`redirected`,`status`,`statusText`,()=>NF,`type`,`url`,0,`clone`,`Response`,`Pn!n"4#9)4$9)4%9'4&9&4'9n(4)9&4*9Pn+1,Mw-y`],gN=[``,`VoidFunction`,`PP$v!Mw"y`],_N=[()=>Function,`TimerHandler`,`P&Pu!Jw"y`],vN=[`webdriver`,`NavigatorAutomationInformation`,`P)4!9Mw"y`],yN=[`clearAppBadge`,`contents`,`setAppBadge`,`NavigatorBadge`,"PP$`1!P'2\"8$`1#Mw$y"],bN=[`hardwareConcurrency`,`NavigatorConcurrentHardware`,`P'4!9Mw"y`],xN=[`scheme`,()=>oE,`url`,`registerProtocolHandler`,`NavigatorContentUtils`,`PP&2!P&n"J2#$1$Mw%y`],SN=[`cookieEnabled`,`NavigatorCookies`,`P)4!9Mw"y`],CN=[`appCodeName`,`appName`,`appVersion`,`platform`,`product`,`productSub`,`userAgent`,`vendor`,`vendorSub`,`NavigatorID`,`P&4!9&4"9&4#9&4$9&4%9&4&9&4'9&4(9&4)9Mw*y`],wN=[`language`,()=>jw,`languages`,`NavigatorLanguage`,`P&4!9&o""4#9Mw$y`],TN=[()=>PF,`locks`,`NavigatorLocks`,`Pn!4"9Mw#y`],EN=[`onLine`,`NavigatorOnLine`,`P)4!9Mw"y`],DN=[()=>FF,`mimeTypes`,`pdfViewerEnabled`,()=>IF,`plugins`,`javaEnabled`,`NavigatorPlugins`,`Pn!4"9)4#9n$4%9P)1&Mw'y`],ON=[()=>LF,`storage`,`NavigatorStorage`,`Pn!4"9Mw#y`],kN=[()=>Yb,()=>RF,`read`,`readText`,()=>RF,`data`,`write`,`writeText`,`Clipboard`,"Pn!Pn\"`1#P&`1$Pn%2&$`1'P&2&$`1(Mw)y"],AN=[()=>zF,`options`,()=>BF,`create`,()=>VF,()=>BF,`get`,`preventSilentAccess`,()=>BF,`credential`,`store`,`CredentialsContainer`,'PPn!2"8Pn#,J`1$Pn%2"8Pn&,J`1\'P$`1(Pn)2*$`1+Mw,y'],jN=[`watchId`,`clearWatch`,()=>HF,`successCallback`,()=>UF,`errorCallback`,()=>WF,`options`,`getCurrentPosition`,()=>HF,()=>UF,()=>WF,`watchPosition`,`Geolocation`,`PP'2!$1"Pn#2$Pn%,J2&8n'2(8$1)Pn*2$Pn+,J2&8n,2(8'1-Mw.y`],MN=[()=>GF,`status`,`setStatus`,`NavigatorLogin`,'PPn!2"$`1#Mw$y'],NN=[()=>KF,`configuration`,()=>qF,`decodingInfo`,()=>JF,()=>YF,`encodingInfo`,`MediaCapabilities`,'PPn!2"n#`1$Pn%2"n&`1\'Mw(y'],PN=[()=>Yb,0,`this`,()=>wx,`ev`,``,`ondevicechange`,()=>XF,`enumerateDevices`,()=>ZF,`options`,()=>Ob,`getDisplayMedia`,()=>QF,`getSupportedConstraints`,()=>$F,`constraints`,()=>Ob,`getUserMedia`,`type`,0,()=>eI,`listener`,()=>Bb,`addEventListener`,()=>Vb,()=>Bb,0,()=>eI,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`MediaDevices`,'Pn!PPn"2#n$2%"/&,J4\'Pn(F`1)Pn*2+8n,`1-Pn.1/Pn0218n2`13P"24Pn52#n6"f2%"/&27P)n8J2+8$19P&24n:27P)n;J2+8$19P"24Pn<2#n="f2%"/&27P)n>J2+8$1?P&24n@27P)nAJ2+8$1?MwBy'],FN=[()=>tI,`metadata`,()=>nI,`playbackState`,()=>rI,`action`,()=>iI,`handler`,`setActionHandler`,`active`,`setCameraActive`,`setMicrophoneActive`,()=>aI,`state`,`setPositionState`,`MediaSession`,"PPn!,J4\"n#4$Pn%2&Pn',J2($1)P)2*$`1+P)2*$`1,Pn-2.8$1/Mw0y"],IN=[()=>oI,`permissionDesc`,()=>sI,`query`,`Permissions`,'PPn!2"n#`1$Mw%y'],LN=[()=>Yb,()=>aM,`controller`,0,`this`,()=>wx,`ev`,``,`oncontrollerchange`,0,()=>jT,`onmessage`,0,()=>jT,`onmessageerror`,()=>cI,`ready`,()=>oE,`clientURL`,()=>cI,`getRegistration`,()=>jw,()=>cI,`getRegistrations`,()=>oE,`scriptURL`,()=>lI,`options`,()=>cI,`register`,`startMessages`,`type`,0,()=>uI,`listener`,()=>Bb,`addEventListener`,()=>Vb,()=>Bb,0,()=>uI,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`ServiceWorkerContainer`,`Pn!Pn",J4#9PPn$2%n&2'"/(,J4)PPn*2%n+2'"/(,J4,PPn-2%n.2'"/(,J4/n0\`419PP&n2J238Pn4-J\`15Pn7o6"\`18PP&n9J2:n;2<8n=\`1>P$1?P"2@PnA2%nB"f2'"/(2CP)nDJ2<8$1EP&2@nF2CP)nGJ2<8$1EP"2@PnH2%nI"f2'"/(2CP)nJJ2<8$1KP&2@nL2CP)nMJ2<8$1KMwNy`],RN=[`hasBeenActive`,`isActive`,`UserActivation`,`P)4!9)4"9Mw#y`],zN=[()=>dI,`type`,()=>fI,`request`,`WakeLock`,'PPn!2"8n#`1$Mw%y'],BN=[()=>FS,`files`,`text`,`title`,`url`,`ShareData`,`Pn!F4"8&4#8&4$8&4%8Mw&y`],VN=[`software`,`sysex`,`MIDIOptions`,`P)4!8)4"8Mw#y`],HN=[()=>Yb,()=>pI,`inputs`,0,`this`,()=>ET,`ev`,``,`onstatechange`,()=>mI,`outputs`,`sysexEnabled`,`type`,0,()=>hI,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>hI,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`MIDIAccess`,`Pn!n"4#9PPn$2%n&2'"/(,J4)n*4+9)4,9P"2-Pn.2%n/"f2'"/(20P)n1J228$13P&2-n420P)n5J228$13P"2-Pn62%n7"f2'"/(20P)n8J228$19P&2-n:20P)n;J228$19Mw<y`],UN=[()=>gI,`audioCapabilities`,()=>_I,`distinctiveIdentifier`,`initDataTypes`,`label`,()=>_I,`persistentState`,`sessionTypes`,()=>gI,`videoCapabilities`,`MediaKeySystemConfiguration`,`Pn!F4"8n#4$8&F4%8&4&8n'4(8&F4)8n*F4+8Mw,y`],WN=[`keySystem`,()=>BM,`createMediaKeys`,()=>UN,`getConfiguration`,`MediaKeySystemAccess`,'P&4!9Pn"`1#Pn$1%Mw&y'],GN=[()=>ww,()=>vI,`BodyInit`,`Pn!n"Jw#y`],KN=[`VibratePattern`,`P''FJw!y`],qN=[`domain`,`name`,`partitioned`,`path`,`CookieStoreDeleteOptions`,`PP&,J4!8&4")4#8&4$8Mw%y`],JN=[`name`,`url`,`CookieStoreGetOptions`,`P&4!8&4"8Mw#y`],YN=[()=>Vk,`CookieList`,`n!Fw"y`],XN=[`domain`,()=>Tw,`expires`,`name`,`partitioned`,`path`,()=>yI,`sameSite`,`value`,`CookieInit`,`PP&,J4!8Pn",J4#8&4$)4%8&4&8n'4(8&4)Mw*y`],ZN=[()=>vT,`change`,`CookieStoreEventMap`,`Pn!4"Mw#y`],QN=[`auto`,`manual`,`ScrollRestoration`,`P.!."Jw#y`],$N=[()=>Yb,`angle`,0,`this`,()=>wx,`ev`,``,`onchange`,()=>bI,`type`,`unlock`,0,()=>xI,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>xI,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`ScreenOrientation`,`Pn!'4"9PPn#2$n%2&"/',J4(n)4*9P$1+P"2*Pn,2$n-"f2&"/'2.P)n/J208$11P&2*n22.P)n3J208$11P"2*Pn42$n5"f2&"/'2.P)n6J208$17P&2*n82.P)n9J208$17Mw:y`],eP=[()=>wx,`voiceschanged`,`SpeechSynthesisEventMap`,`Pn!4"Mw#y`],tP=[()=>wx,`resize`,()=>wx,`scroll`,`VisualViewportEventMap`,`Pn!4"n#4$Mw%y`],nP=[()=>AT,`change`,`MediaQueryListEventMap`,`Pn!4"Mw#y`],rP=[`MediaSourceHandle`,`PMw!y`],iP=[`I`,`O`,()=>ww,`readable`,()=>ck,`writable`,`TransformStream`,`"c!"c"Pe""o#"4$9e"!o%"4&9Mw'y`],aP=[`duration`,()=>SI,`format`,`numberOfChannels`,`numberOfFrames`,`sampleRate`,`timestamp`,()=>CI,`options`,`allocationSize`,0,`clone`,`close`,()=>dw,`destination`,()=>CI,`copyTo`,`AudioData`,`P'4!9Pn",J4#9'4$9'4%9'4&9'4'9Pn(2)'1*Pn+1,P$1-Pn.2/n02)$11Mw2y`],oP=[`didTimeout`,()=>Tw,`timeRemaining`,`IdleDeadline`,`P)4!9Pn"1#Mw$y`],sP=[`kind`,`type`,()=>FS,`getAsFile`,()=>wI,`callback`,`getAsString`,()=>CA,`webkitGetAsEntry`,`DataTransferItem`,`P&4!9&4"9PPn#,J1$PPn%,J2&$1'PPn(,J1)Mw*y`],cP=[()=>qO,`exact`,`ideal`,`ConstrainDoubleRange`,`Pn!'4"8'4#8Mw$y`],lP=[`exact`,`ideal`,`ConstrainBooleanParameters`,`P)4!8)4"8Mw#y`],uP=[()=>JO,`exact`,`ideal`,`ConstrainULongRange`,`Pn!'4"8'4#8Mw$y`],dP=[`exact`,`ideal`,`ConstrainDOMStringParameters`,`PP&&FJ4!8P&&FJ4"8Mw#y`],fP=[`bt470bg`,`bt709`,`rgb`,`smpte170m`,`VideoMatrixCoefficients`,`P.!.".#.$Jw%y`],pP=[`bt470bg`,`bt709`,`smpte170m`,`VideoColorPrimaries`,`P.!.".#Jw$y`],mP=[`bt709`,`iec61966-2-1`,`smpte170m`,`VideoTransferCharacteristics`,`P.!.".#Jw$y`],hP=[`fullRange`,()=>fP,`matrix`,()=>pP,`primaries`,()=>mP,`transfer`,`VideoColorSpaceInit`,`PP),J4!8Pn",J4#8Pn$,J4%8Pn&,J4'8Mw(y`],gP=[`height`,`width`,`x`,`y`,`DOMRectInit`,`P'4!8'4"8'4#8'4$8Mw%y`],_P=[`T`,!1,`done`,`value`,`ReadableStreamReadValueResult`,`b!P."4#e"!4$Mw%y`],vP=[`T`,!0,`done`,`value`,`ReadableStreamReadDoneResult`,`b!P."4#Pe#!-J4$Mw%y`],yP=[`alternate`,`alternate-reverse`,`normal`,`reverse`,`PlaybackDirection`,`P.!.".#.$Jw%y`],bP=[`auto`,`backwards`,`both`,`forwards`,`none`,`FillMode`,`P.!.".#.$.%Jw&y`],xP=[()=>Fj,`unit`,`value`,`CSSUnitValue`,`Pn!&4"9'4#Mw$y`],SP=[()=>TI,()=>EI,`values`,`CSSMathSum`,`Pn!n"4#9Mw$y`],CP=[`angle`,`flex`,`frequency`,`length`,`percent`,()=>DI,`percentHint`,`resolution`,`time`,`CSSNumericType`,`P'4!8'4"8'4#8'4$8'4%8n&4'8'4(8'4)8Mw*y`],wP=[`length`,`numberOfItems`,`newItem`,`appendItem`,`clear`,`index`,`getItem`,`initialize`,`insertItemBefore`,`removeItem`,`replaceItem`,`SVGStringList`,`P'4!9'4"9P&2#&1$P$1%P'2&&1'P&2#&1(P&2#'2&&1)P'2&&1*P&2#'2&&1+'&LMw,y`],TP=[`dual-rumble`,`trigger-rumble`,`GamepadHapticEffectType`,`P.!."Jw#y`],EP=[`duration`,`leftTrigger`,`rightTrigger`,`startDelay`,`strongMagnitude`,`weakMagnitude`,`GamepadEffectParameters`,`P'4!8'4"8'4#8'4$8'4%8'4&8Mw'y`],DP=[`complete`,`preempted`,`GamepadHapticsResult`,`P.!."Jw#y`],OP=[()=>jT,`message`,()=>jT,`messageerror`,`MessageEventTargetEventMap`,`Pn!4"n#4$Mw%y`],kP=[0,`this`,()=>Dw,`ev`,``,`onerror`,`type`,0,()=>OI,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>OI,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`AbstractWorker`,`PPPn!2"n#2$"/%,J4&P"2'Pn(2"n)"f2$"/%2*P)n+J2,8$1-P&2'n.2*P)n/J2,8$1-P"2'Pn02"n1"f2$"/%2*P)n2J2,8$13P&2'n42*P)n5J2,8$13Mw6y`],AP=[`activated`,`activating`,`installed`,`installing`,`parsed`,`redundant`,`ServiceWorkerState`,`P.!.".#.$.%.&Jw'y`],jP=[()=>OI,()=>wx,`statechange`,`ServiceWorkerEventMap`,`Pn!n"4#Mw$y`],MP=[()=>wx,`dispose`,`NavigationHistoryEntryEventMap`,`Pn!4"Mw#y`],NP=[()=>uM,`additionalDisplayItems`,`data`,`supportedMethods`,()=>uM,`total`,`PaymentDetailsModifier`,`Pn!F4"8"4#8&4$n%4&8Mw'y`],PP=[()=>FP,`amount`,`id`,`label`,`selected`,`PaymentShippingOption`,`Pn!4"&4#&4$)4%8Mw&y`],FP=[`currency`,`value`,`PaymentCurrencyAmount`,`P&4!&4"Mw#y`],IP=[`RTCRtpScriptTransform`,`PMw!y`],LP=[()=>Yb,()=>kI,`gatheringState`,0,`this`,()=>wx,`ev`,``,`ongatheringstatechange`,0,()=>wx,`onselectedcandidatepairchange`,0,()=>wx,`onstatechange`,()=>AI,`state`,()=>jI,`getSelectedCandidatePair`,`type`,0,()=>MI,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>MI,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`RTCIceTransport`,`Pn!n"4#9PPn$2%n&2'"/(,J4)PPn*2%n+2'"/(,J4,PPn-2%n.2'"/(,J4/n0419PPn2,J13P"24Pn52%n6"f2'"/(27P)n8J298$1:P&24n;27P)n<J298$1:P"24Pn=2%n>"f2'"/(27P)n?J298$1@P&24nA27P)nBJ298$1@MwCy`],RP=[`closed`,`connected`,`connecting`,`failed`,`new`,`RTCDtlsTransportState`,`P.!.".#.$.%Jw&y`],zP=[()=>UT,`error`,()=>wx,`statechange`,`RTCDtlsTransportEventMap`,`Pn!4"n#4$Mw%y`],BP=[()=>NI,`codecs`,()=>PI,`headerExtensions`,()=>FI,`rtcp`,`RTCRtpParameters`,`Pn!F4"n#F4$n%4&Mw'y`],VP=[()=>Yb,`canInsertDTMF`,0,`this`,()=>VT,`ev`,``,`ontonechange`,`toneBuffer`,`tones`,`duration`,`interToneGap`,`insertDTMF`,`type`,0,()=>II,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>II,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`RTCDTMFSender`,`Pn!)4"9PPn#2$n%2&"/',J4(&4)9P&2*'2+8'2,8$1-P"2.Pn/2$n0"f2&"/'21P)n2J238$14P&2.n521P)n6J238$14P"2.Pn72$n8"f2&"/'21P)n9J238$1:P&2.n;21P)n<J238$1:Mw=y`],HP=[()=>BP,()=>LI,`degradationPreference`,()=>RI,`encodings`,`transactionId`,`RTCRtpSendParameters`,`Pn!n"4#8n$F4%&4&Mw'y`],UP=[`RTCSetParameterOptions`,`PMw!y`],WP=[()=>wx,`enter`,()=>wx,`exit`,`TextTrackCueEventMap`,`Pn!4"n#4$Mw%y`],GP=[`persistent-license`,`temporary`,`MediaKeySessionType`,`P.!."Jw#y`],KP=[()=>Yb,()=>zI,`closed`,`expiration`,()=>BI,`keyStatuses`,0,`this`,()=>wx,`ev`,``,`onkeystatuseschange`,0,()=>kT,`onmessage`,`sessionId`,`close`,`initDataType`,()=>YP,`initData`,`generateRequest`,`load`,`remove`,()=>YP,`response`,`update`,`type`,0,()=>VI,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>VI,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`MediaKeySession`,'Pn!n"`4#9\'4$9n%4&9PPn\'2(n)2*"/+,J4,PPn-2(n.2*"/+,J4/&409P$`11P&22n324$`15P&20)`16P$`17Pn829$`1:P"2;Pn<2(n="f2*"/+2>P)n?J2@8$1AP&2;nB2>P)nCJ2@8$1AP"2;PnD2(nE"f2*"/+2>P)nFJ2@8$1GP&2;nH2>P)nIJ2@8$1GMwJy'],qP=[`minHdcpVersion`,`MediaKeysPolicy`,`P&4!8Mw"y`],JP=[`expired`,`internal-error`,`output-downscaled`,`output-restricted`,`released`,`status-pending`,`usable`,`usable-in-future`,`MediaKeyStatus`,`P.!.".#.$.%.&.'.(Jw)y`],YP=[()=>fw,`BufferSource`,`P_o!"_Jw"y`],XP=[`connected`,`connecting`,`disconnected`,`RemotePlaybackState`,`P.!.".#Jw$y`],ZP=[`available`,``,`RemotePlaybackAvailabilityCallback`,`PP)2!$v"Mw#y`],QP=[()=>wx,`connect`,()=>wx,`connecting`,()=>wx,`disconnect`,`RemotePlaybackEventMap`,`Pn!4"n#4$n%4&Mw'y`],$P=[()=>Yb,()=>HI,`activeSourceBuffers`,`duration`,0,`this`,()=>wx,`ev`,``,`onsourceclose`,0,()=>wx,`onsourceended`,0,()=>wx,`onsourceopen`,()=>UI,`readyState`,()=>HI,`sourceBuffers`,`type`,()=>WI,`addSourceBuffer`,`clearLiveSeekableRange`,()=>GI,`error`,`endOfStream`,()=>WI,`sourceBuffer`,`removeSourceBuffer`,`start`,`end`,`setLiveSeekableRange`,0,()=>KI,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>KI,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`MediaSource`,`Pn!n"4#9'4$PPn%2&n'2("/),J4*PPn+2&n,2("/),J4-PPn.2&n/2("/),J40n1429n3449P&25n617P$18Pn92:8$1;Pn<2=$1>P'2?'2@$1AP"25PnB2&nC"f2("/)2DP)nEJ2F8$1GP&25nH2DP)nIJ2F8$1GP"25PnJ2&nK"f2("/)2DP)nLJ2F8$1MP&25nN2DP)nOJ2F8$1MMwPy`],eF=[()=>ZT,`addtrack`,()=>wx,`change`,()=>ZT,`removetrack`,`TextTrackListEventMap`,`Pn!4"n#4$n%4&Mw'y`],tF=`additional-name address-level1 address-level2 address-level3 address-level4 address-line1 address-line2 address-line3 bday-day bday-month bday-year cc-csc cc-exp cc-exp-month cc-exp-year cc-family-name cc-given-name cc-name cc-number cc-type country country-name current-password family-name given-name honorific-prefix honorific-suffix name new-password one-time-code organization postal-code street-address transaction-amount transaction-currency username AutoFillNormalField P.!.".#.$.%.&.'.(.).*.+.,.-.../.0.1.2.3.4.5.6.7.8.9.:.;.<.=.>.?.@.A.B.C.DJwEy`.split(` `),nF=[`home`,`mobile`,`work`,`AutoFillContactKind`,`P.!.".#Jw$y`],rF=[`email`,`tel`,`tel-area-code`,`tel-country-code`,`tel-extension`,`tel-local`,`tel-local-prefix`,`tel-local-suffix`,`tel-national`,`AutoFillContactField`,`P.!.".#.$.%.&.'.(.)Jw*y`],iF=[()=>CA,()=>qI,`createReader`,`path`,()=>JI,`options`,()=>QM,`successCallback`,()=>$M,`errorCallback`,`getDirectory`,()=>JI,()=>QM,()=>$M,`getFile`,`FileSystemDirectoryEntry`,`Pn!Pn"1#PP&,J2$8n%2&8n'2(8n)2*8$1+PP&,J2$8n,2&8n-2(8n.2*8$1/Mw0y`],aF=[`length`,`numberOfItems`,()=>Nk,`newItem`,()=>Nk,`appendItem`,`clear`,`index`,()=>Nk,`getItem`,()=>Nk,()=>Nk,`initialize`,()=>Nk,()=>Nk,`insertItemBefore`,()=>Nk,`removeItem`,()=>Nk,()=>Nk,`replaceItem`,()=>Nk,`SVGLengthList`,`P'4!9'4"9Pn#2$n%1&P$1'P'2(n)1*Pn+2$n,1-Pn.2$'2(n/10P'2(n112Pn32$'2(n415'n6LMw7y`],oF=[()=>YI,`cacheName`,`MultiCacheQueryOptions`,`Pn!&4"8Mw#y`],sF=[()=>pN,()=>oE,`request`,`add`,()=>pN,`requests`,`addAll`,()=>pN,()=>oE,()=>YI,`options`,`delete`,()=>pN,()=>oE,()=>YI,()=>jw,()=>wF,`keys`,()=>pN,()=>oE,()=>YI,()=>hN,`match`,()=>pN,()=>oE,()=>YI,()=>jw,()=>hN,`matchAll`,()=>pN,()=>oE,()=>hN,`response`,`put`,`Cache`,'PPPn!n"J2#$`1$Pn%F2&$`1\'PPn(n)J2#n*2+8)`1,PPn-n.J2#8n/2+8n1o0"`12PPn3n4J2#n52+8Pn6-J`17PPn8n9J2#8n:2+8n<o;"`1=PPn>n?J2#n@2A$`1BMwCy'],cF=[()=>XI,()=>ZI,()=>QI,()=>$I,()=>eL,`algorithm`,()=>tL,`key`,()=>YP,`data`,`decrypt`,()=>XI,()=>nL,()=>rL,()=>iL,()=>tL,`baseKey`,`length`,`deriveBits`,()=>XI,()=>nL,()=>rL,()=>iL,()=>tL,()=>XI,()=>aL,()=>oL,()=>rL,()=>iL,`derivedKeyType`,`extractable`,()=>sL,`keyUsages`,()=>tL,`deriveKey`,()=>XI,()=>YP,`digest`,()=>XI,()=>ZI,()=>QI,()=>$I,()=>eL,()=>tL,()=>YP,`encrypt`,`jwk`,`format`,()=>tL,()=>cL,`exportKey`,()=>lL,()=>uL,`jwk`,()=>tL,()=>uL,()=>tL,()=>cL,`Ed25519`,`Ed25519`,`name`,()=>jw,`sign`,`verify`,()=>dL,`generateKey`,()=>fL,()=>pL,()=>jw,()=>sL,()=>dL,()=>mL,()=>hL,()=>iL,()=>jw,()=>sL,()=>tL,()=>XI,()=>sL,()=>dL,()=>tL,`jwk`,()=>cL,`keyData`,()=>XI,()=>gL,()=>_L,()=>oL,()=>vL,()=>jw,()=>sL,()=>tL,`importKey`,()=>lL,()=>uL,`jwk`,()=>YP,()=>XI,()=>gL,()=>_L,()=>oL,()=>vL,()=>sL,()=>tL,()=>XI,()=>yL,()=>bL,()=>tL,()=>YP,`sign`,()=>uL,()=>YP,`wrappedKey`,()=>tL,`unwrappingKey`,()=>XI,()=>ZI,()=>QI,()=>$I,()=>eL,`unwrapAlgorithm`,()=>XI,()=>gL,()=>_L,()=>oL,()=>vL,`unwrappedKeyAlgorithm`,()=>sL,()=>tL,`unwrapKey`,()=>XI,()=>yL,()=>bL,()=>tL,()=>YP,`signature`,()=>YP,`verify`,()=>uL,()=>tL,()=>tL,`wrappingKey`,()=>XI,()=>ZI,()=>QI,()=>$I,()=>eL,`wrapAlgorithm`,`wrapKey`,`SubtleCrypto`,'PPPn!n"n#n$n%J2&n\'2(n)2*_`1+PPn,n-n.n/J2&n021P\',J228_`13PPn4n5n6n7J2&n821Pn9n:n;n<n=J2>)2?n@F2AnB`1CPnD2&nE2*_`1FPPnGnHnInJnKJ2&nL2(nM2*_`1NP.O2PnQ2(nR`1SPnU.VoT#2PnW2(_`1SPnX2PnY2(P_nZJ`1SPP.[P.\\4]MJ2&)2?P._.`Jo^"2Ana`1bPPncndJ2&)2?nfoe"2Ang`1bPPnhninjJ2&)2?nlok"2Anm`1bPnn2&)2?noF2APnpnqJ`1bP.r2Pns2tPnunvnwnxnyJ2&)2?n{oz"2An|`1}Pn.o~#2Pn2tPnnnn
nJ2&)2?nF2An`1}PPnnnJ2&n2(n2*_`1Pn2Pn2n2PnnnnnJ2PnnnnnJ2)2?n\xA0F2An¡`1¢PPn£n¤n¥J2&n¦2(n§2¨n©2*)`1ªPn«2Pn¬2(n2®Pn¯n°n±n²n³J2´_`1µMw¶y'],lF=[`name`,`version`,`IDBDatabaseInfo`,`P&4!8'4"8Mw#y`],uF=[()=>xL,()=>SL,0,`this`,()=>TT,`ev`,``,`onblocked`,0,()=>TT,`onupgradeneeded`,`type`,0,()=>CL,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>CL,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`IDBOpenDBRequest`,`Pn"o!"PPn#2$n%2&"/',J4(PPn)2$n*2&"/',J4+P"2,Pn-2$n."f2&"/'2/P)n0J218$12P&2,n32/P)n4J218$12P"2,Pn52$n6"f2&"/'2/P)n7J218$18P&2,n92/P)n:J218$18Mw;y`],dF=[`value`,`key`,0,`parent`,``,`callbackfn`,`thisArg`,`forEach`,`EventCounts`,`PPP'2!&2"n#2$$/%2&"2'8$1(Mw)y`],fF=[`redirectCount`,`type`,`toJSON`,0,`TYPE_NAVIGATE`,1,`TYPE_RELOAD`,2,`TYPE_BACK_FORWARD`,255,`TYPE_RESERVED`,`PerformanceNavigation`,`P'4!9'4"9P"1#.$4%9.&4'9.(4)9.*4+9Mw,y`],pF=[`connectEnd`,`connectStart`,`domComplete`,`domContentLoadedEventEnd`,`domContentLoadedEventStart`,`domInteractive`,`domLoading`,`domainLookupEnd`,`domainLookupStart`,`fetchStart`,`loadEventEnd`,`loadEventStart`,`navigationStart`,`redirectEnd`,`redirectStart`,`requestStart`,`responseEnd`,`responseStart`,`secureConnectionStart`,`unloadEventEnd`,`unloadEventStart`,`toJSON`,`PerformanceTiming`,`P'4!9'4"9'4#9'4$9'4%9'4&9'4'9'4(9'4)9'4*9'4+9'4,9'4-9'4.9'4/9'409'419'429'439'449'459P"16Mw7y`],mF=[()=>wL,`PerformanceEntryList`,`n!Fw"y`],hF=[`detail`,()=>Tw,`startTime`,`PerformanceMarkOptions`,`P"4!8n"4#8Mw$y`],gF=[()=>wL,`detail`,`PerformanceMark`,`Pn!"4"9Mw#y`],_F=[`detail`,()=>Tw,`duration`,()=>Tw,`end`,()=>Tw,`start`,`PerformanceMeasureOptions`,`P"4!8n"4#8P&n$J4%8P&n&J4'8Mw(y`],vF=[()=>wL,`detail`,`PerformanceMeasure`,`Pn!"4"9Mw#y`],yF=[()=>wx,`resourcetimingbufferfull`,`PerformanceEventMap`,`Pn!4"Mw#y`],bF=[`default`,`none`,`ColorSpaceConversion`,`P.!."Jw#y`],xF=[`flipY`,`from-image`,`none`,`ImageOrientation`,`P.!.".#Jw$y`],SF=[`default`,`none`,`premultiply`,`PremultiplyAlpha`,`P.!.".#Jw$y`],CF=[`high`,`low`,`medium`,`pixelated`,`ResizeQuality`,`P.!.".#.$Jw%y`],wF=[()=>jF,()=>TF,`cache`,()=>EF,`credentials`,()=>TL,`destination`,()=>MF,`headers`,`integrity`,`keepalive`,`method`,()=>OF,`mode`,()=>AF,`redirect`,`referrer`,()=>bA,`referrerPolicy`,()=>Mx,`signal`,`url`,0,`clone`,`Request`,`Pn!n"4#9n$4%9n&4'9n(4)9&4*9)4+9&4,9n-4.9n/409&419n2439n4459&469Pn718Mw9y`],TF=[`default`,`force-cache`,`no-cache`,`no-store`,`only-if-cached`,`reload`,`RequestCache`,`P.!.".#.$.%.&Jw'y`],EF=[`include`,`omit`,`same-origin`,`RequestCredentials`,`P.!.".#Jw$y`],DF=[()=>EL,()=>MF,`HeadersInit`,`PP&&GF&&o!#n"Jw#y`],OF=[`cors`,`navigate`,`no-cors`,`same-origin`,`RequestMode`,`P.!.".#.$Jw%y`],kF=[`auto`,`high`,`low`,`RequestPriority`,`P.!.".#Jw$y`],AF=[`error`,`follow`,`manual`,`RequestRedirect`,`P.!.".#Jw$y`],jF=[()=>ww,`body`,`bodyUsed`,`arrayBuffer`,()=>Cx,`blob`,`bytes`,()=>IS,`formData`,`json`,`text`,`Body`,'PPWo!",J4"9)4#9P_`1$Pn%`1&PW`1\'Pn(`1)P"`1*P&`1+Mw,y'],MF=[`name`,`value`,`append`,`delete`,`get`,`getSetCookie`,`has`,`set`,`key`,0,`parent`,``,`callbackfn`,`thisArg`,`forEach`,`Headers`,`PP&2!&2"$1#P&2!$1$P&2!P&,J1%P&F1&P&2!)1'P&2!&2"$1(PP&2"&2)n*2+$/,2-"2.8$1/Mw0y`],NF=[`basic`,`cors`,`default`,`error`,`opaque`,`opaqueredirect`,`ResponseType`,`P.!.".#.$.%.&Jw'y`],PF=[()=>DL,`query`,`name`,()=>OL,`callback`,`request`,()=>kL,`options`,()=>OL,`LockManager`,'PPn!`1"P&2#"o$"2%"`1&P&2#n\'2("o)"2%"`1&Mw*y'],FF=[`length`,`index`,()=>AL,`item`,`name`,()=>AL,`namedItem`,()=>AL,`MimeTypeArray`,`P'4!9P'2"Pn#,J1$P&2%Pn&,J1''n(LMw)y`],IF=[`length`,`index`,()=>jL,`item`,`name`,()=>jL,`namedItem`,`refresh`,()=>jL,`PluginArray`,`P'4!9P'2"Pn#,J1$P&2%Pn&,J1'P$1('n)LMw*y`],LF=[()=>ML,`estimate`,()=>NL,`getDirectory`,`persist`,`persisted`,`StorageManager`,"PPn!`1\"Pn#`1$P)`1%P)`1&Mw'y"],RF=[()=>PL,`ClipboardItems`,`n!Fw"y`],zF=[()=>FL,`publicKey`,()=>Mx,`signal`,`CredentialCreationOptions`,`Pn!4"8n#4$8Mw%y`],BF=[`id`,`type`,`Credential`,`P&4!9&4"9Mw#y`],VF=[()=>IL,`mediation`,()=>LL,`publicKey`,()=>Mx,`signal`,`CredentialRequestOptions`,`Pn!4"8n#4$8n%4&8Mw'y`],HF=[()=>RL,`position`,``,`PositionCallback`,`PPn!2"$v#Mw$y`],UF=[()=>zL,`positionError`,``,`PositionErrorCallback`,`PPn!2"$v#Mw$y`],WF=[`enableHighAccuracy`,`maximumAge`,`timeout`,`PositionOptions`,`P)4!8'4"8'4#8Mw$y`],GF=[`logged-in`,`logged-out`,`LoginStatus`,`P.!."Jw#y`],KF=[()=>BL,()=>VL,`keySystemConfiguration`,()=>HL,`type`,`MediaDecodingConfiguration`,`Pn!n"4#8n$4%Mw&y`],qF=[()=>UL,()=>WN,`keySystemAccess`,`MediaCapabilitiesDecodingInfo`,`Pn!Pn",J4#Mw$y`],JF=[()=>BL,()=>WL,`type`,`MediaEncodingConfiguration`,`Pn!n"4#Mw$y`],YF=[()=>UL,`MediaCapabilitiesEncodingInfo`,`Pn!Mw"y`],XF=[`deviceId`,`groupId`,()=>GL,`kind`,`label`,`toJSON`,`MediaDeviceInfo`,`P&4!9&4"9n#4$9&4%9P"1&Mw'y`],ZF=[()=>zS,`audio`,()=>zS,`video`,`DisplayMediaStreamOptions`,`PP)n!J4"8P)n#J4$8Mw%y`],QF=[`aspectRatio`,`autoGainControl`,`backgroundBlur`,`channelCount`,`deviceId`,`displaySurface`,`echoCancellation`,`facingMode`,`frameRate`,`groupId`,`height`,`noiseSuppression`,`sampleRate`,`sampleSize`,`width`,`MediaTrackSupportedConstraints`,`P)4!8)4"8)4#8)4$8)4%8)4&8)4'8)4(8)4)8)4*8)4+8)4,8)4-8)4.8)4/8Mw0y`],$F=[()=>zS,`audio`,`peerIdentity`,`preferCurrentTab`,()=>zS,`video`,`MediaStreamConstraints`,`PP)n!J4"8&4#8)4$8P)n%J4&8Mw'y`],eI=[()=>wx,`devicechange`,`MediaDevicesEventMap`,`Pn!4"Mw#y`],tI=[`album`,`artist`,()=>jw,()=>KL,`artwork`,`title`,`MediaMetadata`,`P&4!&4"n$o#"4%&4&Mw'y`],nI=[`none`,`paused`,`playing`,`MediaSessionPlaybackState`,`P.!.".#Jw$y`],rI=[`nexttrack`,`pause`,`play`,`previoustrack`,`seekbackward`,`seekforward`,`seekto`,`skipad`,`stop`,`MediaSessionAction`,`P.!.".#.$.%.&.'.(.)Jw*y`],iI=[()=>qL,`details`,``,`MediaSessionActionHandler`,`PPn!2"$v#Mw$y`],aI=[`duration`,`playbackRate`,`position`,`MediaPositionState`,`P'4!8'4"8'4#8Mw$y`],oI=[()=>JL,`name`,`PermissionDescriptor`,`Pn!4"Mw#y`],sI=[()=>Yb,`name`,0,`this`,()=>wx,`ev`,``,`onchange`,()=>YL,`state`,`type`,0,()=>XL,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>XL,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`PermissionStatus`,`Pn!&4"9PPn#2$n%2&"/',J4(n)4*9P"2+Pn,2$n-"f2&"/'2.P)n/J208$11P&2+n22.P)n3J208$11P"2+Pn42$n5"f2&"/'2.P)n6J208$17P&2+n82.P)n9J208$17Mw:y`],cI=[()=>Yb,()=>aM,`active`,()=>ZL,`cookies`,()=>aM,`installing`,()=>QL,`navigationPreload`,0,`this`,()=>wx,`ev`,``,`onupdatefound`,()=>$L,`pushManager`,`scope`,()=>eR,`updateViaCache`,()=>aM,`waiting`,()=>tR,`filter`,()=>nR,`getNotifications`,`title`,()=>rR,`options`,`showNotification`,`unregister`,0,`update`,`type`,0,()=>iR,`listener`,()=>Bb,`addEventListener`,()=>Vb,()=>Bb,0,()=>iR,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`ServiceWorkerRegistration`,'Pn!Pn",J4#9n$4%9Pn&,J4\'9n(4)9PPn*2+n,2-"/.,J4/n0419&429n3449Pn5,J469Pn7288n9F`1:P&2;n<2=8$`1>P)`1?Pn@`1AP"2BPnC2+nD"f2-"/.2EP)nFJ2=8$1GP&2BnH2EP)nIJ2=8$1GP"2BPnJ2+nK"f2-"/.2EP)nLJ2=8$1MP&2BnN2EP)nOJ2=8$1MMwPy'],lI=[`scope`,()=>aR,`type`,()=>eR,`updateViaCache`,`RegistrationOptions`,`P&4!8n"4#8n$4%8Mw&y`],uI=[()=>wx,`controllerchange`,()=>jT,`message`,()=>jT,`messageerror`,`ServiceWorkerContainerEventMap`,`Pn!4"n#4$n%4&Mw'y`],dI=[`screen`,`WakeLockType`,`.!w"y`],fI=[()=>Yb,0,`this`,()=>wx,`ev`,``,`onrelease`,`released`,()=>dI,`type`,`release`,0,()=>oR,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>oR,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`WakeLockSentinel`,`Pn!PPn"2#n$2%"/&,J4')4(9n)4*9P$\`1+P"2*Pn,2#n-"f2%"/&2.P)n/J208$11P&2*n22.P)n3J208$11P"2*Pn42#n5"f2%"/&2.P)n6J208$17P&2*n82.P)n9J208$17Mw:y`],pI=[()=>sR,`value`,`key`,0,`parent`,``,`callbackfn`,`thisArg`,`forEach`,`MIDIInputMap`,`PPPn!2"&2#n$2%$/&2'"2(8$1)Mw*y`],mI=[()=>cR,`value`,`key`,0,`parent`,``,`callbackfn`,`thisArg`,`forEach`,`MIDIOutputMap`,`PPPn!2"&2#n$2%$/&2'"2(8$1)Mw*y`],hI=[()=>ET,`statechange`,`MIDIAccessEventMap`,`Pn!4"Mw#y`],gI=[`contentType`,`encryptionScheme`,`robustness`,`MediaKeySystemMediaCapability`,`P&4!8P&,J4"8&4#8Mw$y`],_I=[`not-allowed`,`optional`,`required`,`MediaKeysRequirement`,`P.!.".#Jw$y`],vI=[()=>Cx,()=>YP,()=>IS,()=>dA,`XMLHttpRequestBodyInit`,`Pn!n"n#n$&Jw%y`],yI=[`lax`,`none`,`strict`,`CookieSameSite`,`P.!.".#Jw$y`],bI=[`landscape-primary`,`landscape-secondary`,`portrait-primary`,`portrait-secondary`,`OrientationType`,`P.!.".#.$Jw%y`],xI=[()=>wx,`change`,`ScreenOrientationEventMap`,`Pn!4"Mw#y`],SI=[`f32`,`f32-planar`,`s16`,`s16-planar`,`s32`,`s32-planar`,`u8`,`u8-planar`,`AudioSampleFormat`,`P.!.".#.$.%.&.'.(Jw)y`],CI=[()=>SI,`format`,`frameCount`,`frameOffset`,`planeIndex`,`AudioDataCopyToOptions`,`Pn!4"8'4#8'4$8'4%Mw&y`],wI=[`data`,``,`FunctionStringCallback`,`PP&2!$v"Mw#y`],TI=[()=>Fj,()=>lR,`operator`,`CSSMathValue`,`Pn!n"4#9Mw$y`],EI=[`length`,()=>Fj,`value`,`key`,0,`parent`,``,`callbackfn`,`thisArg`,`forEach`,()=>Fj,`CSSNumericArray`,`P'4!9PPn"2#'2$n%2&$/'2("2)8$1*'n+LMw,y`],DI=[`angle`,`flex`,`frequency`,`length`,`percent`,`resolution`,`time`,`CSSNumericBaseType`,`P.!.".#.$.%.&.'Jw(y`],OI=[()=>Dw,`error`,`AbstractWorkerEventMap`,`Pn!4"Mw#y`],kI=[`complete`,`gathering`,`new`,`RTCIceGathererState`,`P.!.".#Jw$y`],AI=[`checking`,`closed`,`completed`,`connected`,`disconnected`,`failed`,`new`,`RTCIceTransportState`,`P.!.".#.$.%.&.'Jw(y`],jI=[()=>nA,`local`,()=>nA,`remote`,`RTCIceCandidatePair`,`Pn!4"n#4$Mw%y`],MI=[()=>wx,`gatheringstatechange`,()=>wx,`selectedcandidatepairchange`,()=>wx,`statechange`,`RTCIceTransportEventMap`,`Pn!4"n#4$n%4&Mw'y`],NI=[()=>AM,`payloadType`,`RTCRtpCodecParameters`,`Pn!'4"Mw#y`],PI=[`encrypted`,`id`,`uri`,`RTCRtpHeaderExtensionParameters`,`P)4!8'4"&4#Mw$y`],FI=[`cname`,`reducedSize`,`RTCRtcpParameters`,`P&4!8)4"8Mw#y`],II=[()=>VT,`tonechange`,`RTCDTMFSenderEventMap`,`Pn!4"Mw#y`],LI=[`balanced`,`maintain-framerate`,`maintain-resolution`,`RTCDegradationPreference`,`P.!.".#Jw$y`],RI=[()=>uR,`active`,`maxBitrate`,`maxFramerate`,()=>dR,`networkPriority`,()=>dR,`priority`,`scaleResolutionDownBy`,`RTCRtpEncodingParameters`,`Pn!)4"8'4#8'4$8n%4&8n'4(8'4)8Mw*y`],zI=[`closed-by-application`,`hardware-context-reset`,`internal-error`,`release-acknowledged`,`resource-evicted`,`MediaKeySessionClosedReason`,`P.!.".#.$.%Jw&y`],BI=[`size`,()=>YP,`keyId`,()=>JP,`get`,()=>YP,`has`,()=>JP,`value`,()=>YP,`key`,0,`parent`,``,`callbackfn`,`thisArg`,`forEach`,`MediaKeyStatusMap`,`P'4!9Pn"2#Pn$-J1%Pn&2#)1'PPn(2)n*2+n,2-$/.2/"208$11Mw2y`],VI=[()=>wx,`keystatuseschange`,()=>kT,`message`,`MediaKeySessionEventMap`,`Pn!4"n#4$Mw%y`],HI=[()=>Yb,`length`,0,`this`,()=>wx,`ev`,``,`onaddsourcebuffer`,0,()=>wx,`onremovesourcebuffer`,`type`,0,()=>fR,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>fR,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,()=>WI,`SourceBufferList`,`Pn!'4"9PPn#2$n%2&"/',J4(PPn)2$n*2&"/',J4+P"2,Pn-2$n."f2&"/'2/P)n0J218$12P&2,n32/P)n4J218$12P"2,Pn52$n6"f2&"/'2/P)n7J218$18P&2,n92/P)n:J218$18'n;LMw<y`],UI=[`closed`,`ended`,`open`,`ReadyState`,`P.!.".#Jw$y`],WI=[()=>Yb,`appendWindowEnd`,`appendWindowStart`,()=>RM,`buffered`,()=>pR,`mode`,0,`this`,()=>wx,`ev`,``,`onabort`,0,()=>wx,`onerror`,0,()=>wx,`onupdate`,0,()=>wx,`onupdateend`,0,()=>wx,`onupdatestart`,`timestampOffset`,`updating`,`abort`,()=>YP,`data`,`appendBuffer`,`type`,`changeType`,`start`,`end`,`remove`,0,()=>mR,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>mR,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`SourceBuffer`,`Pn!'4"'4#n$4%9n&4'PPn(2)n*2+"/,,J4-PPn.2)n/2+"/,,J40PPn12)n22+"/,,J43PPn42)n52+"/,,J46PPn72)n82+"/,,J49'4:)4;9P$1<Pn=2>$1?P&2@$1AP'2B'2C$1DP"2@PnE2)nF"f2+"/,2GP)nHJ2I8$1JP&2@nK2GP)nLJ2I8$1JP"2@PnM2)nN"f2+"/,2GP)nOJ2I8$1PP&2@nQ2GP)nRJ2I8$1PMwSy`],GI=[`decode`,`network`,`EndOfStreamError`,`P.!."Jw#y`],KI=[()=>wx,`sourceclose`,()=>wx,`sourceended`,()=>wx,`sourceopen`,`MediaSourceEventMap`,`Pn!4"n#4$n%4&Mw'y`],qI=[()=>hR,`successCallback`,()=>$M,`errorCallback`,`readEntries`,`FileSystemDirectoryReader`,`PPn!2"n#2$8$1%Mw&y`],JI=[`create`,`exclusive`,`FileSystemFlags`,`P)4!8)4"8Mw#y`],YI=[`ignoreMethod`,`ignoreSearch`,`ignoreVary`,`CacheQueryOptions`,`P)4!8)4"8)4#8Mw$y`],XI=[()=>gR,`AlgorithmIdentifier`,`Pn!&Jw"y`],ZI=[()=>gR,()=>YP,`label`,`RsaOaepParams`,`Pn!n"4#8Mw$y`],QI=[()=>gR,()=>YP,`counter`,`length`,`AesCtrParams`,`Pn!n"4#'4$Mw%y`],$I=[()=>gR,()=>YP,`iv`,`AesCbcParams`,`Pn!n"4#Mw$y`],eL=[()=>gR,()=>YP,`additionalData`,()=>YP,`iv`,`tagLength`,`AesGcmParams`,`Pn!n"4#8n$4%'4&8Mw'y`],tL=[()=>_R,`algorithm`,`extractable`,()=>vR,`type`,()=>sL,`usages`,`CryptoKey`,`Pn!4"9)4#9n$4%9n&F4'9Mw(y`],nL=[()=>gR,()=>tL,`public`,`EcdhKeyDeriveParams`,`Pn!n"4#Mw$y`],rL=[()=>gR,()=>yR,`hash`,()=>YP,`info`,()=>YP,`salt`,`HkdfParams`,`Pn!n"4#n$4%n&4'Mw(y`],iL=[()=>gR,()=>yR,`hash`,`iterations`,()=>YP,`salt`,`Pbkdf2Params`,`Pn!n"4#'4$n%4&Mw'y`],aL=[()=>gR,`length`,`AesDerivedKeyParams`,`Pn!'4"Mw#y`],oL=[()=>gR,()=>yR,`hash`,`length`,`HmacImportParams`,`Pn!n"4#'4$8Mw%y`],sL=[`decrypt`,`deriveBits`,`deriveKey`,`encrypt`,`sign`,`unwrapKey`,`verify`,`wrapKey`,`KeyUsage`,`P.!.".#.$.%.&.'.(Jw)y`],cL=[`alg`,`crv`,`d`,`dp`,`dq`,`e`,`ext`,`k`,`key_ops`,`kty`,`n`,()=>bR,`oth`,`p`,`q`,`qi`,`use`,`x`,`y`,`JsonWebKey`,`P&4!8&4"8&4#8&4$8&4%8&4&8)4'8&4(8&F4)8&4*8&4+8n,F4-8&4.8&4/8&408&418&428&438Mw4y`],lL=[`T`,`U`,`Exclude`,`l6!Re$!RPe#!e$"qk#%QRb!b"Pde"!p)w#y`],uL=[`jwk`,`pkcs8`,`raw`,`spki`,`KeyFormat`,`P.!.".#.$Jw%y`],dL=[()=>tL,`privateKey`,()=>tL,`publicKey`,`CryptoKeyPair`,`Pn!4"n#4$Mw%y`],fL=[()=>xR,()=>yR,`hash`,`RsaHashedKeyGenParams`,`Pn!n"4#Mw$y`],pL=[()=>gR,()=>SR,`namedCurve`,`EcKeyGenParams`,`Pn!n"4#Mw$y`],mL=[()=>gR,`length`,`AesKeyGenParams`,`Pn!'4"Mw#y`],hL=[()=>gR,()=>yR,`hash`,`length`,`HmacKeyGenParams`,`Pn!n"4#'4$8Mw%y`],gL=[()=>gR,()=>yR,`hash`,`RsaHashedImportParams`,`Pn!n"4#Mw$y`],_L=[()=>gR,()=>SR,`namedCurve`,`EcKeyImportParams`,`Pn!n"4#Mw$y`],vL=[()=>_R,`length`,`AesKeyAlgorithm`,`Pn!'4"Mw#y`],yL=[()=>gR,`saltLength`,`RsaPssParams`,`Pn!'4"Mw#y`],bL=[()=>gR,()=>yR,`hash`,`EcdsaParams`,`Pn!n"4#Mw$y`],xL=[`T`,()=>Yb,()=>hM,`error`,0,`this`,()=>wx,`ev`,``,`onerror`,0,()=>wx,`onsuccess`,()=>CR,`readyState`,`result`,()=>wR,()=>TR,()=>ER,`source`,()=>DR,`transaction`,`type`,0,()=>OR,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>OR,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`IDBRequest`,`"c!Pn"Pn#,J4$9PPe$!o%"2&n'2("/),J4*PPe$!o+"2&n,2("/),J4-n.4/9e"!409Pn1n2n3J449Pn5,J469P"27Pe$!o8"2&n9"f2("/)2:P)n;J2<8$1=P&27n>2:P)n?J2<8$1=P"27Pe$!o@"2&nA"f2("/)2:P)nBJ2<8$1CP&27nD2:P)nEJ2<8$1CMwFy`],SL=[()=>Yb,`name`,()=>kR,`objectStoreNames`,0,`this`,()=>wx,`ev`,``,`onabort`,0,()=>wx,`onclose`,0,()=>wx,`onerror`,0,()=>TT,`onversionchange`,`version`,`close`,()=>AR,`options`,()=>wR,`createObjectStore`,`deleteObjectStore`,`storeNames`,()=>jR,`mode`,()=>MR,()=>DR,`transaction`,`type`,0,()=>NR,`listener`,()=>Bb,`addEventListener`,()=>Vb,()=>Bb,0,()=>NR,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`IDBDatabase`,`Pn!&4"9n#4$9PPn%2&n'2("/),J4*PPn+2&n,2("/),J4-PPn.2&n/2("/),J40PPn12&n22("/),J43'449P$15P&2"n6278n819P&2"$1:PP&&FJ2;n<2=8n>278n?1@P"2APnB2&nC"f2("/)2DP)nEJ278$1FP&2AnG2DP)nHJ278$1FP"2APnI2&nJ"f2("/)2DP)nKJ278$1LP&2AnM2DP)nNJ278$1LMwOy`],CL=[()=>OR,()=>TT,`blocked`,()=>TT,`upgradeneeded`,`IDBOpenDBRequestEventMap`,`Pn!n"4#n$4%Mw&y`],wL=[()=>Tw,`duration`,`entryType`,`name`,()=>Tw,`startTime`,`toJSON`,`PerformanceEntry`,`Pn!4"9&4#9&4$9n%4&9P"1'Mw(y`],TL=[``,`audio`,`audioworklet`,`document`,`embed`,`font`,`frame`,`iframe`,`image`,`manifest`,`object`,`paintworklet`,`report`,`script`,`sharedworker`,`style`,`track`,`video`,`worker`,`xslt`,`RequestDestination`,`P.!.".#.$.%.&.'.(.).*.+.,.-.../.0.1.2.3.4Jw5y`],EL=[`K`,`T`,`Record`,`l'e#"Rb!b"Pde"!N#!w#y`],DL=[()=>PR,`held`,()=>PR,`pending`,`LockManagerSnapshot`,`Pn!F4"8n#F4$8Mw%y`],OL=[`T`,()=>FR,`lock`,``,`LockGrantedCallback`,`b!PPPn",J2#e#!v$Mw%y`],kL=[`ifAvailable`,()=>IR,`mode`,()=>Mx,`signal`,`steal`,`LockOptions`,`P)4!8n"4#8n$4%8)4&8Mw'y`],AL=[`description`,()=>jL,`enabledPlugin`,`suffixes`,`type`,`MimeType`,`P&4!9n"4#9&4$9&4%9Mw&y`],jL=[`description`,`filename`,`length`,`name`,`index`,()=>AL,`item`,()=>AL,`namedItem`,()=>AL,`Plugin`,`P&4!9&4"9'4#9&4$9P'2%Pn&,J1'P&2$Pn(,J1)'n*LMw+y`],ML=[`quota`,`usage`,`StorageEstimate`,`P'4!8'4"8Mw#y`],NL=[()=>LR,`directory`,`kind`,`name`,()=>RR,`options`,0,`getDirectoryHandle`,()=>zR,()=>BR,`getFileHandle`,()=>VR,`removeEntry`,()=>LR,`possibleDescendant`,`resolve`,`FileSystemDirectoryHandle`,"Pn!.\"4#9P&2$n%2&8n'`1(P&2$n)2&8n*`1+P&2$n,2&8$`1-Pn.2/P&F,J`10Mw1y"],PL=[()=>HR,`presentationStyle`,()=>jw,`types`,`type`,()=>Cx,`getType`,`ClipboardItem`,`Pn!4"9&o#"4$9P&2%n&\`1'Mw(y`],FL=[()=>UR,`attestation`,()=>WR,`authenticatorSelection`,()=>YP,`challenge`,()=>GR,`excludeCredentials`,()=>KR,`extensions`,()=>qR,`pubKeyCredParams`,()=>JR,`rp`,`timeout`,()=>YR,`user`,`PublicKeyCredentialCreationOptions`,`Pn!4"8n#4$8n%4&n'F4(8n)4*8n+F4,n-4.'4/8n041Mw2y`],IL=[`conditional`,`optional`,`required`,`silent`,`CredentialMediationRequirement`,`P.!.".#.$Jw%y`],LL=[()=>GR,`allowCredentials`,()=>YP,`challenge`,()=>KR,`extensions`,`rpId`,`timeout`,()=>XR,`userVerification`,`PublicKeyCredentialRequestOptions`,`Pn!F4"8n#4$n%4&8&4'8'4(8n)4*8Mw+y`],RL=[()=>ZR,`coords`,()=>QR,`timestamp`,`toJSON`,`GeolocationPosition`,`Pn!4"9n#4$9P"1%Mw&y`],zL=[`code`,`message`,1,`PERMISSION_DENIED`,2,`POSITION_UNAVAILABLE`,3,`TIMEOUT`,`GeolocationPositionError`,`P'4!9&4"9.#4$9.%4&9.'4(9Mw)y`],BL=[()=>$R,`audio`,()=>ez,`video`,`MediaConfiguration`,`Pn!4"8n#4$8Mw%y`],VL=[()=>tz,`audio`,()=>_I,`distinctiveIdentifier`,`initDataType`,`keySystem`,()=>_I,`persistentState`,`sessionTypes`,()=>tz,`video`,`MediaCapabilitiesKeySystemConfiguration`,`Pn!4"8n#4$8&4%8&4&n'4(8&F4)8n*4+8Mw,y`],HL=[`file`,`media-source`,`webrtc`,`MediaDecodingType`,`P.!.".#Jw$y`],UL=[`powerEfficient`,`smooth`,`supported`,`MediaCapabilitiesInfo`,`P)4!)4")4#Mw$y`],WL=[`record`,`webrtc`,`MediaEncodingType`,`P.!."Jw#y`],GL=[`audioinput`,`audiooutput`,`videoinput`,`MediaDeviceKind`,`P.!.".#Jw$y`],KL=[`sizes`,`src`,`type`,`MediaImage`,`P&4!8&4"&4#8Mw$y`],qL=[()=>rI,`action`,`fastSeek`,`seekOffset`,`seekTime`,`MediaSessionActionDetails`,`Pn!4")4#8'4$8'4%8Mw&y`],JL=[`camera`,`geolocation`,`microphone`,`midi`,`notifications`,`persistent-storage`,`push`,`screen-wake-lock`,`storage-access`,`PermissionName`,`P.!.".#.$.%.&.'.(.)Jw*y`],YL=[`denied`,`granted`,`prompt`,`PermissionState`,`P.!.".#Jw$y`],XL=[()=>wx,`change`,`PermissionStatusEventMap`,`Pn!4"Mw#y`],ZL=[()=>JN,`getSubscriptions`,()=>JN,`subscriptions`,`subscribe`,()=>JN,`unsubscribe`,`CookieStoreManager`,"PPn!F`1\"Pn#F2$$`1%Pn&F2$$`1'Mw(y"],QL=[`disable`,`enable`,()=>nz,`getState`,`value`,`setHeaderValue`,`NavigationPreloadManager`,"PP$`1!P$`1\"Pn#`1$P&2%$`1&Mw'y"],$L=[()=>rz,`getSubscription`,()=>iz,`options`,()=>YL,`permissionState`,()=>iz,()=>rz,`subscribe`,`PushManager`,"PPPn!,J`1\"Pn#2$8n%`1&Pn'2$8n(`1)Mw*y"],eR=[`all`,`imports`,`none`,`ServiceWorkerUpdateViaCache`,`P.!.".#Jw$y`],tR=[`tag`,`GetNotificationOptions`,`P&4!8Mw"y`],nR=[()=>Yb,`badge`,`body`,`data`,()=>az,`dir`,`icon`,`lang`,0,`this`,()=>wx,`ev`,``,`onclick`,0,()=>wx,`onclose`,0,()=>wx,`onerror`,0,()=>wx,`onshow`,`requireInteraction`,`silent`,`tag`,`title`,`close`,`type`,0,()=>oz,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>oz,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`Notification`,`Pn!&4"9&4#9"4$9n%4&9&4'9&4(9PPn)2*n+2,"/-,J4.PPn/2*n02,"/-,J41PPn22*n32,"/-,J44PPn52*n62,"/-,J47)489P),J499&4:9&4;9P$1<P"2=Pn>2*n?"f2,"/-2@P)nAJ2B8$1CP&2=nD2@P)nEJ2B8$1CP"2=PnF2*nG"f2,"/-2@P)nHJ2B8$1IP&2=nJ2@P)nKJ2B8$1IMwLy`],rR=[`badge`,`body`,`data`,()=>az,`dir`,`icon`,`lang`,`requireInteraction`,`silent`,`tag`,`NotificationOptions`,`P&4!8&4"8"4#8n$4%8&4&8&4'8)4(8P),J4)8&4*8Mw+y`],iR=[()=>wx,`updatefound`,`ServiceWorkerRegistrationEventMap`,`Pn!4"Mw#y`],aR=[`classic`,`module`,`WorkerType`,`P.!."Jw#y`],oR=[()=>wx,`release`,`WakeLockSentinelEventMap`,`Pn!4"Mw#y`],sR=[()=>Kk,0,`this`,()=>DT,`ev`,``,`onmidimessage`,`type`,0,()=>sz,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>sz,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`MIDIInput`,`Pn!PPn"2#n$2%"/&,J4'P"2(Pn)2#n*"f2%"/&2+P)n,J2-8$1.P&2(n/2+P)n0J2-8$1.P"2(Pn12#n2"f2%"/&2+P)n3J2-8$14P&2(n52+P)n6J2-8$14Mw7y`],cR=[()=>Kk,`data`,()=>Tw,`timestamp`,`send`,`type`,0,`this`,()=>tM,`ev`,``,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>tM,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`MIDIOutput`,`Pn!P'F2"n#2$8$1%P"2&Pn'2(n)"f2*"/+2,P)n-J2.8$1/P&2&n02,P)n1J2.8$1/P"2&Pn22(n3"f2*"/+2,P)n4J2.8$15P&2&n62,P)n7J2.8$15Mw8y`],lR=[`clamp`,`invert`,`max`,`min`,`negate`,`product`,`sum`,`CSSMathOperator`,`P.!.".#.$.%.&.'Jw(y`],uR=[`rid`,`RTCRtpCodingParameters`,`P&4!8Mw"y`],dR=[`high`,`low`,`medium`,`very-low`,`RTCPriorityType`,`P.!.".#.$Jw%y`],fR=[()=>wx,`addsourcebuffer`,()=>wx,`removesourcebuffer`,`SourceBufferListEventMap`,`Pn!4"n#4$Mw%y`],pR=[`segments`,`sequence`,`AppendMode`,`P.!."Jw#y`],mR=[()=>wx,`abort`,()=>wx,`error`,()=>wx,`update`,()=>wx,`updateend`,()=>wx,`updatestart`,`SourceBufferEventMap`,`Pn!4"n#4$n%4&n'4(n)4*Mw+y`],hR=[()=>CA,`entries`,``,`FileSystemEntriesCallback`,`PPn!F2"$v#Mw$y`],gR=[`name`,`Algorithm`,`P&4!Mw"y`],_R=[`name`,`KeyAlgorithm`,`P&4!Mw"y`],vR=[`private`,`public`,`secret`,`KeyType`,`P.!.".#Jw$y`],yR=[()=>XI,`HashAlgorithmIdentifier`,`n!w"y`],bR=[`d`,`r`,`t`,`RsaOtherPrimesInfo`,`P&4!8&4"8&4#8Mw$y`],xR=[()=>gR,`modulusLength`,()=>cz,`publicExponent`,`RsaKeyGenParams`,`Pn!'4"n#4$Mw%y`],SR=[`NamedCurve`,`&w!y`],CR=[`done`,`pending`,`IDBRequestReadyState`,`P.!."Jw#y`],wR=[`autoIncrement`,()=>kR,`indexNames`,`keyPath`,`name`,()=>DR,`transaction`,`value`,()=>lz,`key`,()=>xL,()=>lz,`add`,()=>xL,`clear`,()=>lz,()=>uz,`query`,()=>xL,`count`,()=>dz,`options`,()=>TR,`createIndex`,()=>lz,()=>uz,()=>xL,`delete`,`deleteIndex`,()=>lz,()=>uz,()=>xL,`get`,()=>lz,()=>uz,()=>xL,`getAll`,()=>lz,()=>uz,()=>xL,()=>lz,`getAllKeys`,()=>lz,()=>uz,()=>xL,()=>lz,`getKey`,()=>TR,`index`,()=>lz,()=>uz,()=>fz,`direction`,()=>xL,()=>pz,`openCursor`,()=>lz,()=>uz,()=>fz,()=>xL,()=>ER,`openKeyCursor`,()=>lz,()=>xL,()=>lz,`put`,`IDBObjectStore`,`P)4!9n"4#9P&&F,J4$9&4%n&4'9P"2(n)2*8n,o+"1-P-o."1/PPn0n1J228'o3"14P&2%P&&FJ2$n5268n718PPn9n:J22-o;"1<P&2%$1=PPn>n?J22"o@"1APPnBnC,J228'248"FoD"1EPPnFnG,J228'248nIFoH"1JPPnKnLJ22PnN-JoM"1OP&2%nP1QPPnRnS,J228nT2U8PnW,JoV"1XPPnYnZ,J228n[2U8Pn],Jo\\"1^P"2(n_2*8nao\`"1bMwcy`],TR=[`keyPath`,`multiEntry`,`name`,()=>wR,`objectStore`,`unique`,()=>lz,()=>uz,`query`,()=>xL,`count`,()=>lz,()=>uz,()=>xL,`get`,()=>lz,()=>uz,()=>xL,`getAll`,()=>lz,()=>uz,()=>xL,()=>lz,`getAllKeys`,()=>lz,()=>uz,()=>xL,()=>lz,`getKey`,()=>lz,()=>uz,()=>fz,`direction`,()=>xL,()=>pz,`openCursor`,()=>lz,()=>uz,()=>fz,()=>xL,()=>ER,`openKeyCursor`,`IDBIndex`,`PP&&FJ4!9)4"9&4#n$4%9)4&9PPn'n(J2)8'o*"1+PPn,n-J2)"o."1/PPn0n1,J2)8'2+8"Fo2"13PPn4n5,J2)8'2+8n7Fo6"18PPn9n:J2)Pn<-Jo;"1=PPn>n?,J2)8n@2A8PnC,JoB"1DPPnEnF,J2)8nG2A8PnI,JoH"1JMwKy`],ER=[()=>fz,`direction`,()=>lz,`key`,()=>lz,`primaryKey`,()=>xL,`request`,()=>wR,()=>TR,`source`,`count`,`advance`,()=>lz,`continue`,()=>lz,()=>lz,`continuePrimaryKey`,()=>xL,`delete`,`value`,()=>xL,()=>lz,`update`,`IDBCursor`,`Pn!4"9n#4$9n%4&9n'4(9Pn)n*J4+9P'2,$1-Pn.2$8$1/Pn02$n12&$12P-o3"14P"25n7o6"18Mw9y`],DR=[()=>Yb,()=>SL,`db`,()=>mz,`durability`,()=>hM,`error`,()=>jR,`mode`,()=>kR,`objectStoreNames`,0,`this`,()=>wx,`ev`,``,`onabort`,0,()=>wx,`oncomplete`,0,()=>wx,`onerror`,`abort`,`commit`,`name`,()=>wR,`objectStore`,`type`,0,()=>hz,`listener`,()=>Bb,`options`,`addEventListener`,()=>Vb,()=>Bb,0,()=>hz,()=>Hb,`removeEventListener`,()=>Vb,()=>Hb,`IDBTransaction`,`Pn!n"4#9n$4%9Pn&,J4'9n(4)9n*4+9PPn,2-n.2/"/0,J41PPn22-n32/"/0,J44PPn52-n62/"/0,J47P$18P$19P&2:n;1<P"2=Pn>2-n?"f2/"/02@P)nAJ2B8$1CP&2=nD2@P)nEJ2B8$1CP"2=PnF2-nG"f2/"/02@P)nHJ2B8$1IP&2=nJ2@P)nKJ2B8$1IMwLy`],OR=[()=>wx,`error`,()=>wx,`success`,`IDBRequestEventMap`,`Pn!4"n#4$Mw%y`],kR=[`length`,`string`,`contains`,`index`,`item`,`DOMStringList`,`P'4!9P&2")1#P'2$P&,J1%'&LMw&y`],AR=[`autoIncrement`,`keyPath`,`IDBObjectStoreParameters`,`P)4!8P&&F,J4"8Mw#y`],jR=[`readonly`,`readwrite`,`versionchange`,`IDBTransactionMode`,`P.!.".#Jw$y`],MR=[()=>mz,`durability`,`IDBTransactionOptions`,`Pn!4"8Mw#y`],NR=[()=>wx,`abort`,()=>wx,`close`,()=>wx,`error`,()=>TT,`versionchange`,`IDBDatabaseEventMap`,`Pn!4"n#4$n%4&n'4(Mw)y`],PR=[`clientId`,()=>IR,`mode`,`name`,`LockInfo`,`P&4!8n"4#8&4$8Mw%y`],FR=[()=>IR,`mode`,`name`,`Lock`,`Pn!4"9&4#9Mw$y`],IR=[`exclusive`,`shared`,`LockMode`,`P.!."Jw#y`],LR=[()=>gz,`kind`,`name`,0,`other`,`isSameEntry`,`FileSystemHandle`,`Pn!4"9&4#9Pn$2%)\`1&Mw'y`],RR=[`create`,`FileSystemGetDirectoryOptions`,`P)4!8Mw"y`],zR=[`create`,`FileSystemGetFileOptions`,`P)4!8Mw"y`],BR=[()=>LR,`file`,`kind`,()=>_z,`options`,()=>vz,`createWritable`,()=>FS,`getFile`,`FileSystemFileHandle`,"Pn!.\"4#9Pn$2%8n&`1'Pn(`1)Mw*y"],VR=[`recursive`,`FileSystemRemoveOptions`,`P)4!8Mw"y`],HR=[`attachment`,`inline`,`unspecified`,`PresentationStyle`,`P.!.".#Jw$y`],UR=[`direct`,`enterprise`,`indirect`,`none`,`AttestationConveyancePreference`,`P.!.".#.$Jw%y`],WR=[()=>yz,`authenticatorAttachment`,`requireResidentKey`,()=>bz,`residentKey`,()=>XR,`userVerification`,`AuthenticatorSelectionCriteria`,`Pn!4"8)4#8n$4%8n&4'8Mw(y`],GR=[()=>YP,`id`,()=>xz,`transports`,()=>Sz,`type`,`PublicKeyCredentialDescriptor`,`Pn!4"n#F4$8n%4&Mw'y`],KR=[`appid`,`credProps`,`credentialProtectionPolicy`,`enforceCredentialProtectionPolicy`,`hmacCreateSecret`,()=>Cz,`largeBlob`,`minPinLength`,()=>wz,`prf`,`AuthenticationExtensionsClientInputs`,`P&4!8)4"8&4#8)4$8)4%8n&4'8)4(8n)4*8Mw+y`],qR=[()=>Tz,`alg`,()=>Sz,`type`,`PublicKeyCredentialParameters`,`Pn!4"n#4$Mw%y`],JR=[()=>Ez,`id`,`PublicKeyCredentialRpEntity`,`Pn!&4"8Mw#y`],YR=[()=>Ez,`displayName`,()=>YP,`id`,`PublicKeyCredentialUserEntity`,`Pn!&4"n#4$Mw%y`],XR=[`discouraged`,`preferred`,`required`,`UserVerificationRequirement`,`P.!.".#Jw$y`],ZR=[`accuracy`,`altitude`,`altitudeAccuracy`,`heading`,`latitude`,`longitude`,`speed`,`toJSON`,`GeolocationCoordinates`,`P'4!9P',J4"9P',J4#9P',J4$9'4%9'4&9P',J4'9P"1(Mw)y`],QR=[`EpochTimeStamp`,`'w!y`],$R=[`bitrate`,`channels`,`contentType`,`samplerate`,`spatialRendering`,`AudioConfiguration`,`P'4!8&4"8&4#'4$8)4%8Mw&y`],ez=[`bitrate`,()=>Dz,`colorGamut`,`contentType`,`framerate`,`hasAlphaChannel`,()=>Oz,`hdrMetadataType`,`height`,`scalabilityMode`,()=>kz,`transferFunction`,`width`,`VideoConfiguration`,`P'4!n"4#8&4$'4%)4&8n'4(8'4)&4*8n+4,8'4-Mw.y`],tz=[`robustness`,`KeySystemTrackConfiguration`,`P&4!8Mw"y`],nz=[`enabled`,`headerValue`,`NavigationPreloadState`,`P)4!8&4"8Mw#y`],rz=[`endpoint`,()=>QR,`expirationTime`,()=>Az,`options`,()=>jz,`name`,`getKey`,()=>Mz,`toJSON`,`unsubscribe`,`PushSubscription`,`P&4!9Pn",J4#9n$4%9Pn&2'P_,J1(Pn)1*P)\`1+Mw,y`],iz=[()=>YP,`applicationServerKey`,`userVisibleOnly`,`PushSubscriptionOptionsInit`,`PPn!&,J4"8)4#8Mw$y`],az=[`auto`,`ltr`,`rtl`,`NotificationDirection`,`P.!.".#Jw$y`],oz=[()=>wx,`click`,()=>wx,`close`,()=>wx,`error`,()=>wx,`show`,`NotificationEventMap`,`Pn!4"n#4$n%4&n'4(Mw)y`],sz=[()=>tM,()=>DT,`midimessage`,`MIDIInputEventMap`,`Pn!n"4#Mw$y`],cz=[`BigInteger`,`Ww!y`],lz=[()=>YP,0,`IDBValidKey`,`P'&Tn!n"FJw#y`],uz=[`lower`,`lowerOpen`,`upper`,`upperOpen`,`key`,`includes`,`IDBKeyRange`,`P"4!9)4"9"4#9)4$9P"2%)1&Mw'y`],dz=[`multiEntry`,`unique`,`IDBIndexParameters`,`P)4!8)4"8Mw#y`],fz=[`next`,`nextunique`,`prev`,`prevunique`,`IDBCursorDirection`,`P.!.".#.$Jw%y`],pz=[()=>ER,`value`,`IDBCursorWithValue`,`Pn!"4"9Mw#y`],mz=[`default`,`relaxed`,`strict`,`IDBTransactionDurability`,`P.!.".#Jw$y`],hz=[()=>wx,`abort`,()=>wx,`complete`,()=>wx,`error`,`IDBTransactionEventMap`,`Pn!4"n#4$n%4&Mw'y`],gz=[`directory`,`file`,`FileSystemHandleKind`,`P.!."Jw#y`],_z=[`keepExistingData`,`FileSystemCreateWritableOptions`,`P)4!8Mw"y`],vz=[()=>ck,`position`,`seek`,`size`,`truncate`,()=>Nz,`data`,`write`,`FileSystemWritableFileStream`,"Pn!P'2\"$`1#P'2$$`1%Pn&2'$`1(Mw)y"],yz=[`cross-platform`,`platform`,`AuthenticatorAttachment`,`P.!."Jw#y`],bz=[`discouraged`,`preferred`,`required`,`ResidentKeyRequirement`,`P.!.".#Jw$y`],xz=[`ble`,`hybrid`,`internal`,`nfc`,`usb`,`AuthenticatorTransport`,`P.!.".#.$.%Jw&y`],Sz=[`public-key`,`PublicKeyCredentialType`,`.!w"y`],Cz=[`read`,`support`,()=>YP,`write`,`AuthenticationExtensionsLargeBlobInputs`,`P)4!8&4"8n#4$8Mw%y`],wz=[()=>Pz,`eval`,()=>EL,()=>Pz,`evalByCredential`,`AuthenticationExtensionsPRFInputs`,`Pn!4"8&n$o##4%8Mw&y`],Tz=[`COSEAlgorithmIdentifier`,`'w!y`],Ez=[`name`,`PublicKeyCredentialEntity`,`P&4!Mw"y`],Dz=[`p3`,`rec2020`,`srgb`,`ColorGamut`,`P.!.".#Jw$y`],Oz=[`smpteSt2086`,`smpteSt2094-10`,`smpteSt2094-40`,`HdrMetadataType`,`P.!.".#Jw$y`],kz=[`hlg`,`pq`,`srgb`,`TransferFunction`,`P.!.".#Jw$y`],Az=[`applicationServerKey`,`userVisibleOnly`,`PushSubscriptionOptions`,`PP_,J4!9)4"9Mw#y`],jz=[`auth`,`p256dh`,`PushEncryptionKeyName`,`P.!."Jw#y`],Mz=[`endpoint`,()=>QR,`expirationTime`,()=>EL,`keys`,`PushSubscriptionJSON`,`P&4!8Pn",J4#8&&o$#4%8Mw&y`],Nz=[()=>YP,()=>Cx,()=>Fz,`FileSystemWriteChunkType`,`Pn!n"&n#Jw$y`],Pz=[()=>YP,`first`,()=>YP,`second`,`AuthenticationExtensionsPRFValues`,`Pn!4"n#4$8Mw%y`],Fz=[()=>YP,()=>Cx,`data`,`position`,`size`,()=>Iz,`type`,`WriteParams`,`PPn!n"&,J4#8P',J4$8P',J4%8n&4'Mw(y`],Iz=[`seek`,`truncate`,`write`,`WriteCommandType`,`P.!.".#Jw$y`];function __assignType$1(e,R){return e.__type=R,e}__name$1(__assignType$1,`__assignType`);const Lz=[`engine`,`pause`,`resume`,`isPaused`,`mute`,`unmute`,`isMuted`,`GameHandle`,`P!4!P$1"P$1#)4$9P$1%P$1&)4'9Mw(y`],Rz=[`startMuted`,`assetBase`,`gjs`,`browser`,`platform`,`pixelRatio`,`fixedUpdateFps`,`enablePerf`,`StartGameOptions`,`P)4!8&4"8P.#.$J4%8'4&8'4'8)4(8Mw)y`];function buildEngineOptions(e,R){return{canvasElement:e,suppressMinimumBrowserFeatureDetection:!0,suppressConsoleBootMessage:!0,resolution:{height:Resolution.SNES.height,width:Resolution.SNES.height/9*16},displayMode:kp.FitContainerAndFill,fixedUpdateFps:R?.fixedUpdateFps??60,physics:{gravity:Ky,solver:cf.Arcade,arcade:{contactSolveBias:lf.VerticalFirst},colliders:{compositeStrategy:`separate`}},pixelRatio:R?.pixelRatio??4,pixelArt:!0,scenes:{root:{scene:Level1,transitions:{out:new FadeInOut({duration:300,direction:`out`}),in:new FadeInOut({duration:300,direction:`in`})}},demo:Demo}}}buildEngineOptions.__type=[()=>Eb,`canvas`,()=>Rz,`options`,`buildEngineOptions`,`Pn!2"n#2$8!/%`];function rebaseResources(e){for(let R of Object.values(Ny))for(let W of Object.values(R)){if(!W||typeof W!=`object`)continue;let R=W,Y=__assignType$1(R=>R.startsWith(`/res/`)?e+R.slice(1):R,[`p`,``,`P&2!"/"`]);typeof R.path==`string`&&(R.path=Y(R.path)),R._resource&&typeof R._resource.path==`string`&&(R._resource.path=Y(R._resource.path))}}rebaseResources.__type=[`base`,`rebaseResources`,`P&2!$/"`];async function startGame(e,R){R?.assetBase&&rebaseResources(R.assetBase),Wy.init(R?.startMuted);let W=R?.pixelRatio??4,Y=R?.platform??`browser`,X=new Qp(buildEngineOptions(e,R));await X.start(Py),X.screen.pixelRatioOverride=W,X.screen.applyResolutionAndViewport();let ie=new PerformanceMonitor(Y);ie.attach(X,!1);let ae=new PerformanceHUD(ie,Y);X.currentScene.add(ae);let le=!1;return{engine:X,get isPaused(){return le},pause:__assignType$1(function pause(){le||(le=!0,X.stop())},[`pause`,`P"/!`]),resume:__assignType$1(function resume(){le&&(le=!1,X.start())},[`resume`,`P"/!`]),get isMuted(){return Wy.isMuted},mute:__assignType$1(function mute(){Wy.muteAll()},[`mute`,`P"/!`]),unmute:__assignType$1(function unmute(){Wy.unmuteAll()},[`unmute`,`P"/!`])}}startGame.__type=[()=>Eb,`canvas`,()=>Rz,`options`,()=>Lz,`startGame`,'Pn!2"n#2$8n%`/&'];var zz=`<?xml version="1.0" encoding="UTF-8"?>
|
|
1163
|
+
`,graphicsContext:e})}static __type=[()=>pp,`ctx`,`thickness`,()=>1,`constructor`,`OutlineMaterial`,`P7!P!2"'2#>$"0%5w&`]},LevelOverlay=class extends ScreenElement{playerQuery;coinCounter;constructor(){super({z:1e3,anchor:vec(0,0),color:zd.Green})}get player(){return this.playerQuery.entities[0]}onInitialize(e){this.coinCounter=new CoinCounter({z:this.z}),this.playerQuery=e.currentScene.world.queryTags([`player`]),this.coinCounter.pos=vec(16,16),this.addChild(this.coinCounter),this.pos=vec(this.viewport.left,this.viewport.top)}get viewport(){if(this.scene){let e=this.scene.camera,R=this.scene.engine;return new rf({left:e.drawPos.x-R.halfDrawWidth,top:e.drawPos.y-R.halfDrawHeight,right:R.drawWidth,bottom:R.drawHeight})}return new rf}static __type=[()=>ScreenElement,`playerQuery`,()=>CoinCounter,`coinCounter`,`constructor`,`engine`,`onInitialize`,`LevelOverlay`,`P7!!3";P7#3$;P"0%!P!2&$0'!5w(`]},CoinCounter=class extends ScreenElement{label;constructor(e={}){super({...e,anchor:vec(0,.5)})}onInitialize(e){this.label=new Label({anchor:vec(0,.5),text:`0`,pos:vec(24,-1),font:Py.fonts.round.toFont({size:20}),color:zd.White,z:this.z,coordPlane:Pd.Screen}),this.label.graphics.material=new OutlineMaterial(e.graphicsContext,2),this.addChild(this.label);let R=new Cp({anchor:vec(0,.5),x:0,y:8,coordPlane:Pd.Screen,z:this.z});R.graphics.use(Py.img.coinsUi.toSprite()),this.addChild(R)}onPreUpdate(e,R){this.label.text=ib.coins.toString()}static __type=[()=>ScreenElement,`label`,`args`,()=>({}),`constructor`,`engine`,`onInitialize`,`elapsed`,`onPreUpdate`,`CoinCounter`,`P7!!3";P!2#>$"0%P!2&$0'P!2&'2($0)5w*`]};const Tb=[`K`,`T`,`Record`,`l'e#"Rb!b"Pde"!N#!w#y`];function __assignType$5(e,R){return e.__type=R,e}__name$1(__assignType$5,`__assignType`);var LevelScene=class extends Scene{song;tilemap;background;entityFactory={Player:__assignType$5(e=>new ub({x:e.object?.x??0,y:e.object?.y??0,z:e.layer.order??0}),[`props`,``,`P"2!"/"`]),MovingPlatform:__assignType$5(e=>{let R=e.object?.x??0,W=e.object?.y??0;return new MovingPlatform({x:R,y:W,z:e.layer.order??0,width:e.object?.tiledObject?.width??64,height:e.object?.tiledObject?.height??16},__assignType$5(Y=>{let X=e.object?.properties.get(`speed`)??20,ie=e.object?.properties.get(`path`),ae=e.layer.tiledObjectLayer.objects.find(__assignType$5(e=>e.id===ie,[`obj`,``,`P!2!"/"`]));Y.repeatForever(__assignType$5(e=>e.moveTo(vec(ae.x,ae.y),X).moveTo(vec(R,W),X),[`ctx`,``,`P"2!"/"`]))},[`actions`,``,`P"2!"/"`]))},[`props`,``,`P"2!"/"`]),Bouncepad:__assignType$5(e=>new Bouncepad({x:e.object?.x??0,y:e.object?.y??0,z:e.layer.order??0,type:e.object?.properties.get(`type`)}),[`props`,``,`P"2!"/"`]),SpiderEnemy:makeSpawner(__assignType$5((e,R)=>{let W=R.object?.properties.get(`type`);return new SpiderEnemy({...e,type:W??`green`})},[`args`,`props`,``,`P"2!"2""/#`])),BirdEnemy:makeSpawner(__assignType$5((e,R)=>{let W=R.object?.properties.get(`type`);return new BirdEnemy({...e,type:W??`purple`})},[`args`,`props`,``,`P"2!"2""/#`])),AxeHazard:__assignType$5(e=>new AxeHazard({x:e.object?.x??0,y:e.object?.y??0,z:e.layer.order??0}),[`props`,``,`P"2!"/"`]),CircularSawHazard:__assignType$5(e=>new CircularSawHazard({x:e.object?.x??0,y:e.object?.y??0,z:e.layer.order??0}),[`props`,``,`P"2!"/"`]),CoinItem:__assignType$5(e=>new CoinItem({x:e.object?.x??0,y:e.object?.y??0,z:e.layer.order??0}),[`props`,``,`P"2!"/"`]),Text:__assignType$5(e=>{let R=e.object?.tiledObject?.text?.text??``,W=e.object?.tiledObject?.text?.pixelsize??16,Y=e.object?.tiledObject?.width??100,X=e.object?.tiledObject?.height??100,ie=e.object?.x??0,ae=e.object?.y??0,le=(()=>{switch(e.object?.tiledObject?.text?.halign){case`center`:return Nf.Center;case`right`:return Nf.Right;default:return Nf.Left}})(),_e=(()=>{switch(e.object?.tiledObject?.text?.valign){case`center`:return Pf.Middle;case`bottom`:return Pf.Bottom;default:return Pf.Top}})();return new Label({x:ie,y:ae,text:R,width:Y,height:X,font:Py.fonts.round.toFont({size:W,color:zd.White,textAlign:le,baseAlign:_e,shadow:{blur:2,offset:vec(2,2),color:zd.Black}}),z:e.layer.order??0})},[`props`,``,`P"2!"/"`])};constructor(e){super(),this.tilemap=e.tilemap,this.background=e.background,this.song=e.song;for(let[e,R]of Object.entries(this.entityFactory))this.tilemap.registerEntityFactory(e,R)}onInitialize(){this.tilemap.addToScene(this),this.add(new LevelOverlay),this.setupCollisionGroups(),this.setupCamera(),this.setupBackground(),this.setupWorldBounds(),this.setupOneWayPlatforms(),this.setupLadders(),this.setupSpikes()}onActivate(e){this.song&&Gy.playSong(this.song)}setupCollisionGroups(){let e=this.tilemap.getLayersByProperty(`solid`,!0);for(let R of e){let e=R.tilemap.get(Dp);e.group=Ly.Ground}}setupCamera(){let e=this.entities.find(__assignType$5(e=>e instanceof ub,[`e`,``,`P"2!"/"`]));this.camera.addStrategy(new LockToPlayerStrategy(e)),this.camera._cameraStrategies.reverse()}setupWorldBounds(){let e=this.tilemap.map.width*this.tilemap.map.tilewidth,R=this.tilemap.map.height*this.tilemap.map.tileheight,W=new Cp({collisionType:Wd.Fixed,collider:new mf([new Cf({begin:vec(0,0),end:vec(0,R)}),new Cf({begin:vec(0,R),end:vec(e,R)}),new Cf({begin:vec(e,R),end:vec(e,0)}),new Cf({begin:vec(e,0),end:vec(0,0)})])});this.engine.add(W)}setupBackground(){this.add(new ScrollingBackground({image:this.background}))}setupOneWayPlatforms(){let e=this.tilemap.getTilesByProperty(`oneway`,!0),R=this.tilemap.map.tilewidth,W=this.tilemap.map.tileheight;for(let{exTile:Y}of e){let e=Y.x,X=Y.y,ie=new OneWayPlatform({x:e*R,y:X*W,width:R,height:W});this.add(ie)}}setupLadders(){let e=this.tilemap.getTilesByProperty(`ladder`,!0),R=this.tilemap.map.tilewidth,W=this.tilemap.map.tileheight;for(let{exTile:Y}of e){let e=Y.x,X=Y.y,ie=new LadderTile({x:e*R,y:X*W,width:R,height:W});this.add(ie)}}setupSpikes(){let e=this.tilemap.getTilesByProperty(`spike`,!0),R=this.tilemap.map.tilewidth,W=this.tilemap.map.tileheight;for(let{exTile:Y}of e){let e=Y.x,X=Y.y,ie=new SpikeTile({x:e*R,y:X*W,width:R,height:W});this.add(ie)}}static __type=[()=>Scene,`song`,()=>Ny,`tilemap`,`background`,()=>Tb,`FactoryProps`,`props`,``,`entityFactory`,function(){return{Player:__assignType$5(e=>new ub({x:e.object?.x??0,y:e.object?.y??0,z:e.layer.order??0}),[`props`,``,`P"2!"/"`]),MovingPlatform:__assignType$5(e=>{let R=e.object?.x??0,W=e.object?.y??0;return new MovingPlatform({x:R,y:W,z:e.layer.order??0,width:e.object?.tiledObject?.width??64,height:e.object?.tiledObject?.height??16},__assignType$5(Y=>{let X=e.object?.properties.get(`speed`)??20,ie=e.object?.properties.get(`path`),ae=e.layer.tiledObjectLayer.objects.find(__assignType$5(e=>e.id===ie,[`obj`,``,`P!2!"/"`]));Y.repeatForever(__assignType$5(e=>e.moveTo(vec(ae.x,ae.y),X).moveTo(vec(R,W),X),[`ctx`,``,`P"2!"/"`]))},[`actions`,``,`P"2!"/"`]))},[`props`,``,`P"2!"/"`]),Bouncepad:__assignType$5(e=>new Bouncepad({x:e.object?.x??0,y:e.object?.y??0,z:e.layer.order??0,type:e.object?.properties.get(`type`)}),[`props`,``,`P"2!"/"`]),SpiderEnemy:makeSpawner(__assignType$5((e,R)=>{let W=R.object?.properties.get(`type`);return new SpiderEnemy({...e,type:W??`green`})},[`args`,`props`,``,`P"2!"2""/#`])),BirdEnemy:makeSpawner(__assignType$5((e,R)=>{let W=R.object?.properties.get(`type`);return new BirdEnemy({...e,type:W??`purple`})},[`args`,`props`,``,`P"2!"2""/#`])),AxeHazard:__assignType$5(e=>new AxeHazard({x:e.object?.x??0,y:e.object?.y??0,z:e.layer.order??0}),[`props`,``,`P"2!"/"`]),CircularSawHazard:__assignType$5(e=>new CircularSawHazard({x:e.object?.x??0,y:e.object?.y??0,z:e.layer.order??0}),[`props`,``,`P"2!"/"`]),CoinItem:__assignType$5(e=>new CoinItem({x:e.object?.x??0,y:e.object?.y??0,z:e.layer.order??0}),[`props`,``,`P"2!"/"`]),Text:__assignType$5(e=>{let R=e.object?.tiledObject?.text?.text??``,W=e.object?.tiledObject?.text?.pixelsize??16,Y=e.object?.tiledObject?.width??100,X=e.object?.tiledObject?.height??100,ie=e.object?.x??0,ae=e.object?.y??0,le=(()=>{switch(e.object?.tiledObject?.text?.halign){case`center`:return Nf.Center;case`right`:return Nf.Right;default:return Nf.Left}})(),_e=(()=>{switch(e.object?.tiledObject?.text?.valign){case`center`:return Pf.Middle;case`bottom`:return Pf.Bottom;default:return Pf.Top}})();return new Label({x:ie,y:ae,text:R,width:Y,height:X,font:Py.fonts.round.toFont({size:W,color:zd.White,textAlign:le,baseAlign:_e,shadow:{blur:2,offset:vec(2,2),color:zd.Black}}),z:e.layer.order??0})},[`props`,``,`P"2!"/"`])}},()=>Ny,`args`,`constructor`,`onInitialize`,`context`,`onActivate`,`setupCollisionGroups`,`setupCamera`,`setupWorldBounds`,`setupBackground`,`setupOneWayPlatforms`,`setupLadders`,`setupSpikes`,`LevelScene`,`P7!!3"8P7#3$!3%&P"w'2(P!-J/)o*>+PPP7,4$!4%!4"8M2-"0.P"0/P!20$01P"02P"03P"04P"05P"06P"07P"085w9`]};function makeSpawner(e){return __assignType$5(R=>{let W=R.object?.x??0,Y=R.object?.y??0,X=R.layer.order??0;return new EnemySpawner({x:W,y:Y,spawn:()=>e({x:W,y:Y,z:X},R)})},[`FactoryProps`,`props`,``,`P"w!2""/#`])}makeSpawner.__type=[`x`,`y`,`z`,`actorArgs`,`FactoryProps`,`props`,``,`spawn`,`makeSpawner`,`PPP'4!'4"'4#M2$"w%2&"/'2("/)`];var Level1=class extends LevelScene{constructor(){super({tilemap:Py.tiled.level1,background:Py.img.level1Background,song:Py.music.stage1})}static __type=[()=>LevelScene,`constructor`,`Level1`,`P7!P"0"5w#`]};function __assignType$4(e,R){return e.__type=R,e}__name$1(__assignType$4,`__assignType`);var Demo=class extends Scene{onInitialize(){let e=new ub({x:320,y:32});this.add(e);for(let e=0;e<3200/32;e++)for(let R=0;R<256/32;R++){let W=(e+R)%2==0;this.add(new Cp({name:`checkerboard-${e}-${R}`,x:-100+e*32,y:100+R*32,width:32,height:32,anchor:vec(.5,.5),color:W?zd.fromRGB(0,100,0):zd.Green,collisionType:Wd.Fixed}))}let R=[vec(-128,16),vec(0,-16),vec(128,16)],W=new Cp({name:`triangle`,x:100,y:68,collider:new wf({points:R}),collisionType:Wd.Fixed}),Y=new $f({points:R,color:zd.Green,filtering:Lf.Pixel,smoothing:!1,quality:4});W.graphics.use(Y),this.add(W);let X=new Cp({name:`leftwall`,x:-100,y:100,width:100,height:800,anchor:vec(.5,.5),color:zd.Green,collisionType:Wd.Fixed});this.add(X);let ie=new MovingPlatform({x:350,y:50,width:100,height:16},__assignType$4(e=>e.repeatForever(__assignType$4(e=>e.moveBy(50,-50,100).moveBy(50,50,100).moveBy(-50,-50,500).moveBy(-50,50,500),[`builder`,``,`P"2!"/"`])),[`actions`,``,`P"2!"/"`]));this.add(ie),this.camera.strategy.lockToActor(e)}static __type=[()=>Scene,`onInitialize`,`Demo`,`P7!P"0"5w#`]};Et();function __assignType$3(e,R){return e.__type=R,e}__name$1(__assignType$3,`__assignType`);const Eb=[`platform`,`frames`,`fps_avg`,`fps_min`,`fps_max`,`update_avg_ms`,`draw_avg_ms`,`frame_avg_ms`,`dropped`,`PerfStats`,`P&4!'4"'4#'4$'4%'4&'4''4('4)Mw*y`];var PerformanceMonitor=class{_platform;_updateStart=0;_drawStart=0;_frameStart=0;_firstFrame=!0;_frameTimes=[];_updateTimes=[];_drawTimes=[];_droppedFrames=0;_sampleCount=0;_logInterval=60;_logToConsole=!1;_updateCallback;_lastStats=null;constructor(e){this._platform=e}get lastStats(){return this._lastStats}setLogging(e){this._logToConsole=e}onUpdate(e){this._updateCallback=e}attach(e,R=!1){this._logToConsole=R,e.on(`preupdate`,()=>{this._updateStart=performance.now()}),e.on(`postupdate`,()=>{this._updateTimes.push(performance.now()-this._updateStart)}),e.on(`predraw`,()=>{this._drawStart=performance.now()}),e.on(`postdraw`,()=>{this._drawTimes.push(performance.now()-this._drawStart);let e=performance.now();if(!this._firstFrame){let R=e-this._frameStart;this._frameTimes.push(R),R>20&&this._droppedFrames++}this._frameStart=e,this._firstFrame=!1,this._sampleCount++,this._sampleCount>=this._logInterval&&(this._report(),this._frameTimes=[],this._updateTimes=[],this._drawTimes=[],this._droppedFrames=0,this._sampleCount=0)})}_avg(e){return e.length?e.reduce(__assignType$3((e,R)=>e+R,[`a`,`b`,``,`P"2!"2""/#`]),0)/e.length:0}_report(){let e=this._avg(this._frameTimes),R=this._frameTimes.length?Math.max(...this._frameTimes):0,W=this._frameTimes.length?Math.min(...this._frameTimes):0,Y={platform:this._platform,frames:this._frameTimes.length,fps_avg:+(e>0?1e3/e:0).toFixed(1),fps_min:+(R>0?1e3/R:0).toFixed(1),fps_max:+(W>0?1e3/W:0).toFixed(1),update_avg_ms:+this._avg(this._updateTimes).toFixed(2),draw_avg_ms:+this._avg(this._drawTimes).toFixed(2),frame_avg_ms:+e.toFixed(2),dropped:this._droppedFrames};this._lastStats=Y,this._logToConsole&&Tt.log(`[PERF]`,JSON.stringify(Y)),this._updateCallback?.(Y)}static __type=[`_platform`,`_updateStart`,function(){return 0},`_drawStart`,function(){return 0},`_frameStart`,function(){return 0},`_firstFrame`,function(){return!0},`_frameTimes`,function(){return[]},`_updateTimes`,function(){return[]},`_drawTimes`,function(){return[]},`_droppedFrames`,function(){return 0},`_sampleCount`,function(){return 0},`_logInterval`,function(){return 60},`_logToConsole`,function(){return!1},()=>Eb,`stats`,``,`_updateCallback`,()=>Eb,`_lastStats`,function(){return null},`gjs`,`browser`,`platform`,`constructor`,`enabled`,`setLogging`,()=>Eb,`cb`,`onUpdate`,`engine`,`logToConsole`,`attach`,`arr`,`_avg`,`_report`,`PerformanceMonitor`,`&3!9;'3";>#'3$;>%'3&;>')3(;>)'F3*;>+'F3,;>-'F3.;>/'30;>1'32;>3'349;>5)36;>7Pn829$/:3;8;Pn<,J3=;>>PP.?.@J2A"0B!P)2C$0DPPnE29$/:2F$0GP!2H"2I$0JP'F2K'0L;P$0M;5wN`]};function __assignType$2(e,R){return e.__type=R,e}__name$1(__assignType$2,`__assignType`);var PerformanceHUD=class extends ScreenElement{_lines=[];_frameCount=0;_monitor;_platform;_hudVisible=!1;constructor(e,R){super({pos:vec(3,3),anchor:vec(0,0),z:9999,coordPlane:Pd.Screen}),this._monitor=e,this._platform=R}onInitialize(e){let R=new gp({family:`monospace`,size:7}),W=[`[${this._platform.toUpperCase()}] FPS: --`,`Frame: --ms Dropped: --`,`Update: --ms Draw: --ms`,`F1: toggle`];for(let e=0;e<W.length;e++){let Y=new Label({text:W[e],pos:vec(0,e*9),anchor:vec(0,0),font:R,color:zd.Black,z:this.z,coordPlane:Pd.Screen});this._lines.push(Y),this.addChild(Y)}this._lines.forEach(__assignType$2(e=>{e.graphics.opacity=0},[`l`,``,`P"2!"/"`])),e.input.keyboard.on(`press`,__assignType$2(e=>{e.key===Bp.F1&&(this._hudVisible=!this._hudVisible,this._lines.forEach(__assignType$2(e=>{e.graphics.opacity=+!!this._hudVisible},[`l`,``,`P"2!"/"`])),this._monitor.setLogging(this._hudVisible))},[`evt`,``,`P!2!"/"`]))}onPreUpdate(e,R){if(this._frameCount++,this._frameCount<30)return;this._frameCount=0;let W=this._monitor.lastStats;W&&this._renderStats(W)}_renderStats(e){this._lines[0].text=`[${e.platform.toUpperCase()}] FPS: ${e.fps_avg.toFixed(1)} (min:${e.fps_min.toFixed(1)})`,this._lines[1].text=`Frame: ${e.frame_avg_ms.toFixed(1)}ms Dropped: ${e.dropped}/${e.frames}`,this._lines[2].text=`Update: ${e.update_avg_ms.toFixed(1)}ms Draw: ${e.draw_avg_ms.toFixed(1)}ms`,this._lines[3].text=`F1: toggle HUD`}static __type=[()=>ScreenElement,`_lines`,function(){return[]},`_frameCount`,function(){return 0},`PerformanceMonitor`,`_monitor`,`_platform`,`_hudVisible`,function(){return!1},`monitor`,`platform`,`constructor`,`engine`,`onInitialize`,`_engine`,`_delta`,`onPreUpdate`,`PerfStats`,`s`,`_renderStats`,`PerformanceHUD`,`P7!!F3"9;>#'3$;>%"w&3'9;&3(9;)3);>*P"w&2+&2,"0-P!2.$0/P!20'21$02P"w324$05;5w6`]};const Db=[()=>Ob,`height`,`width`,`frameRequestRate`,()=>kb,`captureStream`,`2d`,`contextId`,()=>Ab,`options`,()=>jb,`getContext`,`bitmaprenderer`,()=>Mb,()=>Nb,`webgl`,()=>Pb,()=>Fb,`webgl2`,()=>Pb,()=>Ib,()=>Lb,()=>Rb,`callback`,`type`,`quality`,`toBlob`,`toDataURL`,()=>zb,`transferControlToOffscreen`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLCanvasElement`,`Pn!'4"'4#P'2$8n%1&P.'2(n)2*8Pn+,J1,P.-2(n.2*8Pn/,J1,P.02(n12*8Pn2,J1,P.32(n42*8Pn5,J1,P&2("2*8Pn6,J1,Pn728&298'2:8$1;P&298'2:8&1<Pn=1>P"29Pn?2@nA"f2B"/C2DP)nEJ2*8$1FP&29nG2DP)nHJ2*8$1FP"29PnI2@nJ"f2B"/C2DP)nKJ2*8$1LP&29nM2DP)nNJ2*8$1LMwOy`],Ob=[()=>Wb,()=>Gb,()=>Kb,()=>qb,()=>Jb,`accessKey`,`accessKeyLabel`,`autocapitalize`,`autocorrect`,`dir`,`draggable`,`hidden`,`inert`,`innerText`,`lang`,`offsetHeight`,`offsetLeft`,()=>Wb,`offsetParent`,`offsetTop`,`offsetWidth`,`outerText`,`popover`,`spellcheck`,`title`,`translate`,`writingSuggestions`,()=>Yb,`attachInternals`,`click`,`hidePopover`,`showPopover`,`options`,`togglePopover`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLElement`,`Pn!n"n#n$n%&4&&4'9&4()4)&4*)4+)4,)4-&4.&4/'409'419Pn2,J439'449'459&46P&,J47)48&49)4:&4;Pn<1=P$1>P$1?P$1@P)2A8)1BP"2CPnD2EnF"f2G"/H2IP)nJJ2A8$1KP&2CnL2IP)nMJ2A8$1KP"2CPnN2EnO"f2G"/H2IP)nPJ2A8$1QP&2CnR2IP)nSJ2A8$1QMwTy`],kb=[()=>Xb,`active`,`id`,0,`this`,()=>Zb,`ev`,``,`onaddtrack`,0,()=>Zb,`onremovetrack`,()=>Qb,`track`,`addTrack`,0,`clone`,()=>Qb,`getAudioTracks`,`trackId`,()=>Qb,`getTrackById`,()=>Qb,`getTracks`,()=>Qb,`getVideoTracks`,()=>Qb,`removeTrack`,`type`,0,()=>$b,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>$b,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`MediaStream`,`Pn!)4"9&4#9PPn$2%n&2'"/(,J4)PPn*2%n+2'"/(,J4,Pn-2.$1/Pn011Pn2F13P&24Pn5,J16Pn7F18Pn9F1:Pn;2.$1<P"2=Pn>2%n?"f2'"/(2@P)nAJ2B8$1CP&2=nD2@P)nEJ2B8$1CP"2=PnF2%nG"f2'"/(2@P)nHJ2B8$1IP&2=nJ2@P)nKJ2B8$1IMwLy`],Ab=[`alpha`,()=>ex,`colorSpace`,`desynchronized`,`willReadFrequently`,`CanvasRenderingContext2DSettings`,`P)4!8n"4#8)4$8)4%8Mw&y`],jb=[()=>tx,()=>nx,()=>rx,()=>ix,()=>ax,()=>ox,()=>sx,()=>cx,()=>lx,()=>ux,()=>dx,()=>fx,()=>px,()=>mx,()=>hx,()=>gx,()=>_x,()=>Db,`canvas`,`CanvasRenderingContext2D`,`Pn!n"n#n$n%n&n'n(n)n*n+n,n-n.n/n0n1n2439Mw4y`],Mb=[`alpha`,`ImageBitmapRenderingContextSettings`,`P)4!8Mw"y`],Nb=[()=>Db,()=>zb,`canvas`,()=>vx,`bitmap`,`transferFromImageBitmap`,`ImageBitmapRenderingContext`,`PPn!n"J4#9PPn$,J2%$1&Mw'y`],Pb=[`alpha`,`antialias`,`depth`,`desynchronized`,`failIfMajorPerformanceCaveat`,()=>yx,`powerPreference`,`premultipliedAlpha`,`preserveDrawingBuffer`,`stencil`,`WebGLContextAttributes`,`P)4!8)4"8)4#8)4$8)4%8n&4'8)4(8)4)8)4*8Mw+y`],Fb=[()=>bx,()=>xx,`WebGLRenderingContext`,`Pn!n"Mw#y`],Ib=[()=>Sx,()=>Cx,()=>bx,`WebGL2RenderingContext`,`Pn!n"n#Mw$y`],Lb=[()=>jb,()=>Nb,()=>Fb,()=>Ib,`RenderingContext`,`Pn!n"n#n$Jw%y`],Rb=[()=>wx,`blob`,``,`BlobCallback`,`PPPn!,J2"$v#Mw$y`],zb=[()=>Xb,`height`,0,`this`,()=>Tx,`ev`,``,`oncontextlost`,0,()=>Tx,`oncontextrestored`,`width`,()=>Ex,`options`,()=>wx,`convertToBlob`,`2d`,`contextId`,()=>Dx,`getContext`,`bitmaprenderer`,()=>Nb,`webgl`,()=>Fb,`webgl2`,()=>Ib,()=>Ox,()=>kx,()=>vx,`transferToImageBitmap`,`type`,0,()=>Ax,`listener`,()=>Vb,`addEventListener`,()=>Hb,()=>Vb,0,()=>Ax,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`OffscreenCanvas`,`Pn!'4"PPn#2$n%2&"/',J4(PPn)2$n*2&"/',J4+'4,Pn-2.8n/\`10P.122"2.8Pn3,J14P.522"2.8Pn6,J14P.722"2.8Pn8,J14P.922"2.8Pn:,J14Pn;22"2.8Pn<,J14Pn=1>P"2?Pn@2$nA"f2&"/'2BP)nCJ2.8$1DP&2?nE2BP)nFJ2.8$1DP"2?PnG2$nH"f2&"/'2BP)nIJ2.8$1JP&2?nK2BP)nLJ2.8$1JMwMy`],Bb=[()=>jx,()=>Mx,`HTMLElementEventMap`,`Pn!n"Mw#y`],Vb=[()=>Ub,`once`,`passive`,()=>Nx,`signal`,`AddEventListenerOptions`,`Pn!)4"8)4#8n$4%8Mw&y`],Hb=[()=>Px,()=>Fx,`EventListenerOrEventListenerObject`,`Pn!n"Jw#y`],Ub=[`capture`,`EventListenerOptions`,`P)4!8Mw"y`],Wb=[()=>Ix,()=>Lx,()=>Rx,()=>zx,()=>Bx,()=>Vx,()=>Hx,()=>Ux,`attributes`,`className`,`clientHeight`,`clientLeft`,`clientTop`,`clientWidth`,`currentCSSZoom`,`id`,`innerHTML`,`localName`,`namespaceURI`,0,`this`,()=>Tx,`ev`,``,`onfullscreenchange`,0,()=>Tx,`onfullscreenerror`,`outerHTML`,()=>Wx,`ownerDocument`,`prefix`,`scrollHeight`,`scrollLeft`,`scrollTop`,`scrollWidth`,()=>Gx,`shadowRoot`,`slot`,`tagName`,()=>Kx,`init`,()=>Gx,`attachShadow`,()=>qx,`options`,`checkVisibility`,`selector`,()=>Jx,`closest`,()=>Yx,()=>Xx,`selectors`,()=>Zx,`computedStyleMap`,`qualifiedName`,`getAttribute`,`namespace`,`getAttributeNS`,`getAttributeNames`,()=>Qx,`getAttributeNode`,()=>Qx,`getAttributeNodeNS`,()=>$x,`getBoundingClientRect`,()=>eS,`getClientRects`,`classNames`,()=>tS,0,`getElementsByClassName`,()=>tS,()=>Jx,`getElementsByTagName`,()=>tS,()=>Yx,()=>tS,()=>Xx,()=>tS,()=>nS,()=>tS,0,`http://www.w3.org/1999/xhtml`,()=>tS,()=>Ob,`getElementsByTagNameNS`,`http://www.w3.org/2000/svg`,()=>tS,()=>rS,`http://www.w3.org/1998/Math/MathML`,()=>tS,()=>iS,()=>tS,0,()=>aS,`getHTML`,`hasAttribute`,`hasAttributeNS`,`hasAttributes`,`pointerId`,`hasPointerCapture`,()=>oS,`where`,0,`element`,0,`insertAdjacentElement`,()=>oS,`position`,`string`,`insertAdjacentHTML`,()=>oS,`data`,`insertAdjacentText`,`matches`,`releasePointerCapture`,`removeAttribute`,`removeAttributeNS`,()=>Qx,`attr`,()=>Qx,`removeAttributeNode`,()=>sS,`requestFullscreen`,()=>cS,`requestPointerLock`,()=>lS,`scroll`,`x`,`y`,()=>lS,`scrollBy`,()=>uS,`arg`,`scrollIntoView`,()=>lS,`scrollTo`,`value`,`setAttribute`,`setAttributeNS`,()=>Qx,()=>Qx,`setAttributeNode`,()=>Qx,()=>Qx,`setAttributeNodeNS`,`html`,`setHTMLUnsafe`,`setPointerCapture`,`force`,`toggleAttribute`,`webkitMatchesSelector`,`type`,0,()=>jx,`listener`,()=>Vb,`addEventListener`,()=>Hb,()=>Vb,0,()=>jx,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`Element`,`Pn!n"n#n$n%n&n'n(4)9!!&4*'4+9'4,9'4-9'4.9'4/9&40&41&429P&,J439PPn425n627"/8,J49PPn:25n;27"/8,J4<&4=n>4?9!!P&,J4@9'4A9'4B'4C'4D9PnE,J4F9&4G&4H9PnI2JnK1LPnM2N8)1OP"2PPnQ"f,J1RP"2PPnS"f,J1RP"2PPnT"f,J1RP&2UP",J1RPnV1WP&2XP&,J1YPP&,J2Z&22P&,J1[P&F1\\P&2XPn],J1^PP&,J2Z&22Pn_,J1\`Pna1bPnc1dP&2engof"1hP"2Xnj"foi"1kP"2Xnm"fol"1kP"2Xno"fon"1kP"2Xnq"fop"1kP&2Xnsor"1kP.t23&22nvou"1wP.x23&22nzoy"1wP.{23&22n}o|"1wPP&,J2Z&22no~"1wPn2N8&1P&2X)1PP&,J2Z&22)1P)1P'2
)1Pn2n2Pn,J1Pn2&2$1Pn2&2$1P&2U)1P'2
$1P&2X$1PP&,J2Z&22$1Pn2n1Pn2N8$\`1Pn2N8$\`1Pn\xA02N8$1¡P'2¢'2£$1¡Pn¤2N8$1¥P'2¢'2£$1¥PP)n¦J2§8$1¨Pn©2N8$1ªP'2¢'2£$1ªP&2X&2«$1¬PP&,J2Z&2X&2«$1Pn®2Pn¯,J1°Pn±2Pn²,J1³P&2´$1µP'2
$1¶P&2X)2·8)1¸P&2U)1¹!!P"2ºPn»25n¼"f27"/82½P)n¾J2N8$1¿P&2ºnÀ2½P)nÁJ2N8$1¿P"2ºPnÂ25nÃ"f27"/82½P)nÄJ2N8$1ÅP&2ºnÆ2½P)nÇJ2N8$1ÅMwÈy`],Gb=[()=>dS,`attributeStyleMap`,`ElementCSSInlineStyle`,`Pn!4"9!!Mw#y`],Kb=[`contentEditable`,`enterKeyHint`,`inputMode`,`isContentEditable`,`ElementContentEditable`,`P&4!&4"&4#)4$9Mw%y`],qb=[0,`this`,()=>fS,`ev`,``,`onabort`,0,()=>pS,`onanimationcancel`,0,()=>pS,`onanimationend`,0,()=>pS,`onanimationiteration`,0,()=>pS,`onanimationstart`,0,()=>mS,`onauxclick`,0,()=>hS,`onbeforeinput`,0,()=>Tx,`onbeforematch`,0,()=>gS,`onbeforetoggle`,0,()=>_S,`onblur`,0,()=>Tx,`oncancel`,0,()=>Tx,`oncanplay`,0,()=>Tx,`oncanplaythrough`,0,()=>Tx,`onchange`,0,()=>mS,`onclick`,0,()=>Tx,`onclose`,0,()=>Tx,`oncontextlost`,0,()=>mS,`oncontextmenu`,0,()=>Tx,`oncontextrestored`,0,()=>vS,`oncopy`,0,()=>Tx,`oncuechange`,0,()=>vS,`oncut`,0,()=>yS,`ondblclick`,0,()=>bS,`ondrag`,0,()=>bS,`ondragend`,0,()=>bS,`ondragenter`,0,()=>bS,`ondragleave`,0,()=>bS,`ondragover`,0,()=>bS,`ondragstart`,0,()=>bS,`ondrop`,0,()=>Tx,`ondurationchange`,0,()=>Tx,`onemptied`,0,()=>Tx,`onended`,()=>xS,`onerror`,0,()=>_S,`onfocus`,0,()=>SS,`onformdata`,0,()=>mS,`ongotpointercapture`,0,()=>Tx,`oninput`,0,()=>Tx,`oninvalid`,0,()=>CS,`onkeydown`,0,()=>CS,`onkeypress`,0,()=>CS,`onkeyup`,0,()=>Tx,`onload`,0,()=>Tx,`onloadeddata`,0,()=>Tx,`onloadedmetadata`,0,()=>Tx,`onloadstart`,0,()=>mS,`onlostpointercapture`,0,()=>yS,`onmousedown`,0,()=>yS,`onmouseenter`,0,()=>yS,`onmouseleave`,0,()=>yS,`onmousemove`,0,()=>yS,`onmouseout`,0,()=>yS,`onmouseover`,0,()=>yS,`onmouseup`,0,()=>vS,`onpaste`,0,()=>Tx,`onpause`,0,()=>Tx,`onplay`,0,()=>Tx,`onplaying`,0,()=>mS,`onpointercancel`,0,()=>mS,`onpointerdown`,0,()=>mS,`onpointerenter`,0,()=>mS,`onpointerleave`,0,()=>mS,`onpointermove`,0,()=>mS,`onpointerout`,0,()=>mS,`onpointerover`,0,()=>Tx,`onpointerrawupdate`,0,()=>mS,`onpointerup`,0,()=>wS,`onprogress`,0,()=>Tx,`onratechange`,0,()=>Tx,`onreset`,0,()=>fS,`onresize`,0,()=>Tx,`onscroll`,0,()=>Tx,`onscrollend`,0,()=>TS,`onsecuritypolicyviolation`,0,()=>Tx,`onseeked`,0,()=>Tx,`onseeking`,0,()=>Tx,`onselect`,0,()=>Tx,`onselectionchange`,0,()=>Tx,`onselectstart`,0,()=>Tx,`onslotchange`,0,()=>Tx,`onstalled`,0,()=>ES,`onsubmit`,0,()=>Tx,`onsuspend`,0,()=>Tx,`ontimeupdate`,0,()=>gS,`ontoggle`,0,()=>DS,`ontouchcancel`,0,()=>DS,`ontouchend`,0,()=>DS,`ontouchmove`,0,()=>DS,`ontouchstart`,0,()=>OS,`ontransitioncancel`,0,()=>OS,`ontransitionend`,0,()=>OS,`ontransitionrun`,0,()=>OS,`ontransitionstart`,0,()=>Tx,`onvolumechange`,0,()=>Tx,`onwaiting`,0,()=>Tx,`onwebkitanimationend`,0,()=>Tx,`onwebkitanimationiteration`,0,()=>Tx,`onwebkitanimationstart`,0,()=>Tx,`onwebkittransitionend`,0,()=>kS,`onwheel`,`type`,0,()=>Mx,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Mx,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`GlobalEventHandlers`,`PPPn!2"n#2$"/%,J4&PPn'2"n(2$"/%,J4)PPn*2"n+2$"/%,J4,PPn-2"n.2$"/%,J4/PPn02"n12$"/%,J42PPn32"n42$"/%,J45PPn62"n72$"/%,J48PPn92"n:2$"/%,J4;PPn<2"n=2$"/%,J4>PPn?2"n@2$"/%,J4APPnB2"nC2$"/%,J4DPPnE2"nF2$"/%,J4GPPnH2"nI2$"/%,J4JPPnK2"nL2$"/%,J4MPPnN2"nO2$"/%,J4PPPnQ2"nR2$"/%,J4SPPnT2"nU2$"/%,J4VPPnW2"nX2$"/%,J4YPPnZ2"n[2$"/%,J4\\PPn]2"n^2$"/%,J4_PPn\`2"na2$"/%,J4bPPnc2"nd2$"/%,J4ePPnf2"ng2$"/%,J4hPPni2"nj2$"/%,J4kPPnl2"nm2$"/%,J4nPPno2"np2$"/%,J4qPPnr2"ns2$"/%,J4tPPnu2"nv2$"/%,J4wPPnx2"ny2$"/%,J4zPPn{2"n|2$"/%,J4}PPn~2"n2$"/%,J4PPn2"n2$"/%,J4PPn2"n
2$"/%,J4n4PPn2"n2$"/%,J4PPn2"n2$"/%,J4PPn2"n2$"/%,J4PPn2"n2$"/%,J4PPn2"n2$"/%,J4PPn2"n2$"/%,J4PPn2"n2$"/%,J4PPn2"n2$"/%,J4\xA0PPn¡2"n¢2$"/%,J4£PPn¤2"n¥2$"/%,J4¦PPn§2"n¨2$"/%,J4©PPnª2"n«2$"/%,J4¬PPn2"n®2$"/%,J4¯PPn°2"n±2$"/%,J4²PPn³2"n´2$"/%,J4µPPn¶2"n·2$"/%,J4¸PPn¹2"nº2$"/%,J4»PPn¼2"n½2$"/%,J4¾PPn¿2"nÀ2$"/%,J4ÁPPnÂ2"nÃ2$"/%,J4ÄPPnÅ2"nÆ2$"/%,J4ÇPPnÈ2"nÉ2$"/%,J4ÊPPnË2"nÌ2$"/%,J4ÍPPnÎ2"nÏ2$"/%,J4ÐPPnÑ2"nÒ2$"/%,J4ÓPPnÔ2"nÕ2$"/%,J4ÖPPn×2"nØ2$"/%,J4ÙPPnÚ2"nÛ2$"/%,J4ÜPPnÝ2"nÞ2$"/%,J4ßPPnà2"ná2$"/%,J4âPPnã2"nä2$"/%,J4åPPnæ2"nç2$"/%,J4èPPné2"nê2$"/%,J4ëPPnì2"ní2$"/%,J4îPPnï2"nð2$"/%,J4ñPPnò2"nó2$"/%,J4ôPPnõ2"nö2$"/%,J4÷PPnø2"nù2$"/%,J4úPPnû2"nü2$"/%,J4ýPPnþ2"nÿ2$"/%,J4ĀPPnā2"nĂ2$"/%,J4ăPPnĄ2"ną2$"/%,J4ĆPPnć2"nĈ2$"/%,J4ĉPPnĊ2"nċ2$"/%,J4ČPPnč2"nĎ2$"/%,J4ďPPnĐ2"nđ2$"/%,J4ĒPPnē2"nĔ2$"/%,J4ĕPPnĖ2"nė2$"/%,J4ĘPPnę2"nĚ2$"/%,J4ěPPnĜ2"nĝ2$"/%,J4ĞPPnğ2"nĠ2$"/%,J4ġPPnĢ2"nģ2$"/%,-J4Ĥ8PPnĥ2"nĦ2$"/%,-J4ħ8PPnĨ2"nĩ2$"/%,-J4Ī8PPnī2"nĬ2$"/%,-J4ĭ8PPnĮ2"nį2$"/%,J4İPPnı2"nIJ2$"/%,J4ijPPnĴ2"nĵ2$"/%,J4ĶPPnķ2"nĸ2$"/%,J4ĹPPnĺ2"nĻ2$"/%,J4ļPPnĽ2"nľ2$"/%,J4ĿPPnŀ2"nŁ2$"/%,J4łPPnŃ2"nń2$"/%,J4ŅPPnņ2"nŇ2$"/%,J4ňPPnʼn2"nŊ2$"/%,J4ŋPPnŌ2"nō2$"/%,J4ŎP"2ŏPnŐ2"nő"f2$"/%2ŒP)nœJ2Ŕ8$1ŕP&2ŏnŖ2ŒP)nŗJ2Ŕ8$1ŕP"2ŏPnŘ2"nř"f2$"/%2ŒP)nŚJ2Ŕ8$1śP&2ŏnŜ2ŒP)nŝJ2Ŕ8$1śMwŞy`],Jb=[`autofocus`,()=>AS,`dataset`,`nonce`,`tabIndex`,`blur`,()=>jS,`options`,`focus`,`HTMLOrSVGElement`,`P)4!n"4#9&4$8'4%P$1&Pn'2(8$1)Mw*y`],Yb=[()=>Lx,()=>MS,`form`,()=>NS,`labels`,()=>Gx,`shadowRoot`,()=>PS,`states`,`validationMessage`,()=>FS,`validity`,`willValidate`,`checkValidity`,`reportValidity`,()=>IS,()=>LS,`value`,()=>IS,()=>LS,`state`,`setFormValue`,()=>RS,`flags`,`message`,()=>Ob,`anchor`,`setValidity`,`ElementInternals`,`Pn!Pn",J4#9n$4%9Pn&,J4'9n(4)9&4*9n+4,9)4-9P)1.P)1/PPn0&n1,J22Pn3&n4,J258$16Pn7288&298n:2;8$1<Mw=y`],Xb=[`type`,()=>Hb,`callback`,()=>Vb,`options`,`addEventListener`,()=>Tx,`event`,`dispatchEvent`,()=>Hb,()=>Ub,`removeEventListener`,`EventTarget`,`PP&2!Pn",J2#Pn$)J2%8$1&Pn'2()1)P&2!Pn*,J2#Pn+)J2%8$1,Mw-y`],Zb=[()=>Tx,()=>Qb,`track`,`MediaStreamTrackEvent`,`Pn!n"4#9Mw$y`],Qb=[()=>Xb,`contentHint`,`enabled`,`id`,`kind`,`label`,`muted`,0,`this`,()=>Tx,`ev`,``,`onended`,0,()=>Tx,`onmute`,0,()=>Tx,`onunmute`,()=>zS,`readyState`,()=>BS,`constraints`,`applyConstraints`,0,`clone`,()=>VS,`getCapabilities`,()=>BS,`getConstraints`,()=>HS,`getSettings`,`stop`,`type`,0,()=>US,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>US,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`MediaStreamTrack`,`Pn!&4")4#&4$9&4%9&4&9)4'9PPn(2)n*2+"/,,J4-PPn.2)n/2+"/,,J40PPn12)n22+"/,,J43n4459Pn6278$\`18Pn91:Pn;1<Pn=1>Pn?1@P$1AP"2BPnC2)nD"f2+"/,2EP)nFJ2G8$1HP&2BnI2EP)nJJ2G8$1HP"2BPnK2)nL"f2+"/,2EP)nMJ2G8$1NP&2BnO2EP)nPJ2G8$1NMwQy`],$b=[()=>Zb,`addtrack`,()=>Zb,`removetrack`,`MediaStreamEventMap`,`Pn!4"n#4$Mw%y`],ex=[`display-p3`,`srgb`,`PredefinedColorSpace`,`P.!."Jw#y`],tx=[`globalAlpha`,()=>WS,`globalCompositeOperation`,`CanvasCompositing`,`P'4!n"4#Mw$y`],nx=[()=>GS,`image`,`dx`,`dy`,`drawImage`,()=>GS,`dw`,`dh`,()=>GS,`sx`,`sy`,`sw`,`sh`,`CanvasDrawImage`,`PPn!2"'2#'2$$1%Pn&2"'2#'2$'2''2($1%Pn)2"'2*'2+'2,'2-'2#'2$'2''2($1%Mw.y`],rx=[`beginPath`,()=>KS,`fillRule`,`clip`,()=>qS,`path`,()=>KS,()=>KS,`fill`,()=>qS,()=>KS,`x`,`y`,()=>KS,`isPointInPath`,()=>qS,()=>KS,`isPointInStroke`,()=>qS,`stroke`,()=>qS,`CanvasDrawPath`,`PP$1!Pn"2#8$1$Pn%2&n'2#8$1$Pn(2#8$1)Pn*2&n+2#8$1)P'2,'2-n.2#8)1/Pn02&'2,'2-n12#8)1/P'2,'2-)12Pn32&'2,'2-)12P$14Pn52&$14Mw6y`],ix=[()=>JS,()=>YS,`fillStyle`,()=>JS,()=>YS,`strokeStyle`,`startAngle`,`x`,`y`,()=>JS,`createConicGradient`,`x0`,`y0`,`x1`,`y1`,()=>JS,`createLinearGradient`,()=>GS,`image`,`repetition`,()=>YS,`createPattern`,`r0`,`r1`,()=>JS,`createRadialGradient`,`CanvasFillStrokeStyles`,`PP&n!n"J4#P&n$n%J4&P'2''2('2)n*1+P'2,'2-'2.'2/n011Pn223P&,J24Pn5,J16P'2,'2-'27'2.'2/'28n91:Mw;y`],ax=[`filter`,`CanvasFilters`,`P&4!Mw"y`],ox=[`sw`,`sh`,()=>XS,`settings`,()=>ZS,`createImageData`,()=>ZS,`imageData`,()=>ZS,`sx`,`sy`,()=>XS,()=>ZS,`getImageData`,()=>ZS,`dx`,`dy`,`putImageData`,()=>ZS,`dirtyX`,`dirtyY`,`dirtyWidth`,`dirtyHeight`,`CanvasImageData`,`PP'2!'2"n#2$8n%1&Pn'2(n)1&P'2*'2+'2!'2"n,2$8n-1.Pn/2('20'21$12Pn32('20'21'24'25'26'27$12Mw8y`],sx=[`imageSmoothingEnabled`,()=>QS,`imageSmoothingQuality`,`CanvasImageSmoothing`,`P)4!n"4#Mw$y`],cx=[`x`,`y`,`radius`,`startAngle`,`endAngle`,`counterclockwise`,`arc`,`x1`,`y1`,`x2`,`y2`,`arcTo`,`cp1x`,`cp1y`,`cp2x`,`cp2y`,`bezierCurveTo`,`closePath`,`radiusX`,`radiusY`,`rotation`,`ellipse`,`lineTo`,`moveTo`,`cpx`,`cpy`,`quadraticCurveTo`,`w`,`h`,`rect`,()=>$S,()=>$S,`radii`,`roundRect`,`CanvasPath`,`PP'2!'2"'2#'2$'2%)2&8$1'P'2('2)'2*'2+'2#$1,P'2-'2.'2/'20'2!'2"$11P$12P'2!'2"'23'24'25'2$'2%)2&8$16P'2!'2"$17P'2!'2"$18P'29'2:'2!'2"$1;P'2!'2"'2<'2=$1>P'2!'2"'2<'2=P'n?P'n@JFJ2A8$1BMwCy`],lx=[()=>eC,`lineCap`,`lineDashOffset`,()=>tC,`lineJoin`,`lineWidth`,`miterLimit`,`getLineDash`,`segments`,`setLineDash`,`CanvasPathDrawingStyles`,`Pn!4"'4#n$4%'4&'4'P'F1(P'F2)$1*Mw+y`],ux=[`x`,`y`,`w`,`h`,`clearRect`,`fillRect`,`strokeRect`,`CanvasRect`,`PP'2!'2"'2#'2$$1%P'2!'2"'2#'2$$1&P'2!'2"'2#'2$$1'Mw(y`],dx=[()=>Ab,`getContextAttributes`,`CanvasSettings`,`PPn!1"Mw#y`],fx=[`shadowBlur`,`shadowColor`,`shadowOffsetX`,`shadowOffsetY`,`CanvasShadowStyles`,`P'4!&4"'4#'4$Mw%y`],px=[`isContextLost`,`reset`,`restore`,`save`,`CanvasState`,`PP)1!P$1"P$1#P$1$Mw%y`],mx=[`text`,`x`,`y`,`maxWidth`,`fillText`,()=>nC,`measureText`,`strokeText`,`CanvasText`,`PP&2!'2"'2#'2$8$1%P&2!n&1'P&2!'2"'2#'2$8$1(Mw)y`],hx=[()=>rC,`direction`,`font`,()=>iC,`fontKerning`,()=>aC,`fontStretch`,()=>oC,`fontVariantCaps`,`letterSpacing`,()=>sC,`textAlign`,()=>cC,`textBaseline`,()=>lC,`textRendering`,`wordSpacing`,`CanvasTextDrawingStyles`,`Pn!4"&4#n$4%n&4'n(4)&4*n+4,n-4.n/40&41Mw2y`],gx=[()=>uC,`getTransform`,`resetTransform`,`angle`,`rotate`,`x`,`y`,`scale`,`a`,`b`,`c`,`d`,`e`,`f`,`setTransform`,()=>dC,`transform`,`translate`,`CanvasTransform`,`PPn!1"P$1#P'2$$1%P'2&'2'$1(P'2)'2*'2+'2,'2-'2.$1/Pn0218$1/P'2)'2*'2+'2,'2-'2.$11P'2&'2'$12Mw3y`],_x=[()=>Wb,`element`,`drawFocusIfNeeded`,()=>qS,`path`,()=>Wb,`CanvasUserInterface`,`PPn!2"$1#Pn$2%n&2"$1#Mw'y`],vx=[`height`,`width`,`close`,`ImageBitmap`,`P'4!9'4"9P$1#Mw$y`],yx=[`default`,`high-performance`,`low-power`,`WebGLPowerPreference`,`P.!.".#Jw$y`],bx=[()=>Db,()=>zb,`canvas`,()=>ex,`drawingBufferColorSpace`,()=>fC,`drawingBufferHeight`,()=>fC,`drawingBufferWidth`,()=>ex,`unpackColorSpace`,()=>pC,`texture`,`activeTexture`,()=>mC,`program`,()=>hC,`shader`,`attachShader`,()=>mC,()=>gC,`index`,`name`,`bindAttribLocation`,()=>pC,`target`,()=>_C,`buffer`,`bindBuffer`,()=>pC,()=>vC,`framebuffer`,`bindFramebuffer`,()=>pC,()=>yC,`renderbuffer`,`bindRenderbuffer`,()=>pC,()=>bC,`bindTexture`,()=>xC,`red`,()=>xC,`green`,()=>xC,`blue`,()=>xC,`alpha`,`blendColor`,()=>pC,`mode`,`blendEquation`,()=>pC,`modeRGB`,()=>pC,`modeAlpha`,`blendEquationSeparate`,()=>pC,`sfactor`,()=>pC,`dfactor`,`blendFunc`,()=>pC,`srcRGB`,()=>pC,`dstRGB`,()=>pC,`srcAlpha`,()=>pC,`dstAlpha`,`blendFuncSeparate`,()=>pC,()=>pC,`checkFramebufferStatus`,()=>SC,`mask`,`clear`,()=>xC,()=>xC,()=>xC,()=>xC,`clearColor`,()=>xC,`depth`,`clearDepth`,()=>CC,`s`,`clearStencil`,()=>wC,()=>wC,()=>wC,()=>wC,`colorMask`,()=>hC,`compileShader`,()=>pC,()=>CC,`level`,()=>pC,`internalformat`,()=>CC,`x`,()=>CC,`y`,()=>fC,`width`,()=>fC,`height`,()=>CC,`border`,`copyTexImage2D`,()=>pC,()=>CC,()=>CC,`xoffset`,()=>CC,`yoffset`,()=>CC,()=>CC,()=>fC,()=>fC,`copyTexSubImage2D`,()=>_C,`createBuffer`,()=>vC,`createFramebuffer`,()=>mC,`createProgram`,()=>yC,`createRenderbuffer`,()=>pC,`type`,()=>hC,`createShader`,()=>bC,`createTexture`,()=>pC,`cullFace`,()=>_C,`deleteBuffer`,()=>vC,`deleteFramebuffer`,()=>mC,`deleteProgram`,()=>yC,`deleteRenderbuffer`,()=>hC,`deleteShader`,()=>bC,`deleteTexture`,()=>pC,`func`,`depthFunc`,()=>wC,`flag`,`depthMask`,()=>xC,`zNear`,()=>xC,`zFar`,`depthRange`,()=>mC,()=>hC,`detachShader`,()=>pC,`cap`,`disable`,()=>gC,`disableVertexAttribArray`,()=>pC,()=>CC,`first`,()=>fC,`count`,`drawArrays`,()=>pC,()=>fC,()=>pC,()=>TC,`offset`,`drawElements`,()=>pC,`enable`,()=>gC,`enableVertexAttribArray`,`finish`,`flush`,()=>pC,()=>pC,`attachment`,()=>pC,`renderbuffertarget`,()=>yC,`framebufferRenderbuffer`,()=>pC,()=>pC,()=>pC,`textarget`,()=>bC,()=>CC,`framebufferTexture2D`,()=>pC,`frontFace`,()=>pC,`generateMipmap`,()=>mC,()=>gC,()=>EC,`getActiveAttrib`,()=>mC,()=>gC,()=>EC,`getActiveUniform`,()=>mC,()=>hC,`getAttachedShaders`,()=>mC,()=>CC,`getAttribLocation`,()=>pC,()=>pC,`pname`,`getBufferParameter`,()=>Pb,`getContextAttributes`,()=>pC,`getError`,`ANGLE_instanced_arrays`,`extensionName`,()=>DC,`getExtension`,`EXT_blend_minmax`,()=>OC,`EXT_color_buffer_float`,()=>kC,`EXT_color_buffer_half_float`,()=>AC,`EXT_float_blend`,()=>jC,`EXT_frag_depth`,()=>MC,`EXT_sRGB`,()=>NC,`EXT_shader_texture_lod`,()=>PC,`EXT_texture_compression_bptc`,()=>FC,`EXT_texture_compression_rgtc`,()=>IC,`EXT_texture_filter_anisotropic`,()=>LC,`KHR_parallel_shader_compile`,()=>RC,`OES_element_index_uint`,()=>zC,`OES_fbo_render_mipmap`,()=>BC,`OES_standard_derivatives`,()=>VC,`OES_texture_float`,()=>HC,`OES_texture_float_linear`,()=>UC,`OES_texture_half_float`,()=>WC,`OES_texture_half_float_linear`,()=>GC,`OES_vertex_array_object`,()=>KC,`OVR_multiview2`,()=>qC,`WEBGL_color_buffer_float`,()=>JC,`WEBGL_compressed_texture_astc`,()=>YC,`WEBGL_compressed_texture_etc`,()=>XC,`WEBGL_compressed_texture_etc1`,()=>ZC,`WEBGL_compressed_texture_pvrtc`,()=>QC,`WEBGL_compressed_texture_s3tc`,()=>$C,`WEBGL_compressed_texture_s3tc_srgb`,()=>ew,`WEBGL_debug_renderer_info`,()=>tw,`WEBGL_debug_shaders`,()=>nw,`WEBGL_depth_texture`,()=>rw,`WEBGL_draw_buffers`,()=>iw,`WEBGL_lose_context`,()=>aw,`WEBGL_multi_draw`,()=>ow,()=>pC,()=>pC,()=>pC,`getFramebufferAttachmentParameter`,()=>pC,`getParameter`,()=>mC,`getProgramInfoLog`,()=>mC,()=>pC,`getProgramParameter`,()=>pC,()=>pC,`getRenderbufferParameter`,()=>hC,`getShaderInfoLog`,()=>hC,()=>pC,`getShaderParameter`,()=>pC,`shadertype`,()=>pC,`precisiontype`,()=>sw,`getShaderPrecisionFormat`,()=>hC,`getShaderSource`,`getSupportedExtensions`,()=>pC,()=>pC,`getTexParameter`,()=>mC,()=>cw,`location`,`getUniform`,()=>mC,()=>cw,`getUniformLocation`,()=>gC,()=>pC,`getVertexAttrib`,()=>gC,()=>pC,()=>TC,`getVertexAttribOffset`,()=>pC,()=>pC,`hint`,()=>_C,()=>wC,`isBuffer`,`isContextLost`,()=>pC,()=>wC,`isEnabled`,()=>vC,()=>wC,`isFramebuffer`,()=>mC,()=>wC,`isProgram`,()=>yC,()=>wC,`isRenderbuffer`,()=>hC,()=>wC,`isShader`,()=>bC,()=>wC,`isTexture`,()=>lw,`lineWidth`,()=>mC,`linkProgram`,()=>pC,()=>CC,()=>wC,`param`,`pixelStorei`,()=>lw,`factor`,()=>lw,`units`,`polygonOffset`,()=>pC,()=>pC,()=>fC,()=>fC,`renderbufferStorage`,()=>xC,`value`,()=>wC,`invert`,`sampleCoverage`,()=>CC,()=>CC,()=>fC,()=>fC,`scissor`,()=>hC,`source`,`shaderSource`,()=>pC,()=>CC,`ref`,()=>gC,`stencilFunc`,()=>pC,`face`,()=>pC,()=>CC,()=>gC,`stencilFuncSeparate`,()=>gC,`stencilMask`,()=>pC,()=>gC,`stencilMaskSeparate`,()=>pC,`fail`,()=>pC,`zfail`,()=>pC,`zpass`,`stencilOp`,()=>pC,()=>pC,()=>pC,()=>pC,`stencilOpSeparate`,()=>pC,()=>pC,()=>lw,`texParameterf`,()=>pC,()=>pC,()=>CC,`texParameteri`,()=>cw,()=>lw,`uniform1f`,()=>cw,()=>CC,`uniform1i`,()=>cw,()=>lw,()=>lw,`uniform2f`,()=>cw,()=>CC,()=>CC,`uniform2i`,()=>cw,()=>lw,()=>lw,()=>lw,`z`,`uniform3f`,()=>cw,()=>CC,()=>CC,()=>CC,`uniform3i`,()=>cw,()=>lw,()=>lw,()=>lw,()=>lw,`w`,`uniform4f`,()=>cw,()=>CC,()=>CC,()=>CC,()=>CC,`uniform4i`,()=>mC,`useProgram`,()=>mC,`validateProgram`,()=>gC,()=>lw,`vertexAttrib1f`,()=>gC,()=>uw,`values`,`vertexAttrib1fv`,()=>gC,()=>lw,()=>lw,`vertexAttrib2f`,()=>gC,()=>uw,`vertexAttrib2fv`,()=>gC,()=>lw,()=>lw,()=>lw,`vertexAttrib3f`,()=>gC,()=>uw,`vertexAttrib3fv`,()=>gC,()=>lw,()=>lw,()=>lw,()=>lw,`vertexAttrib4f`,()=>gC,()=>uw,`vertexAttrib4fv`,()=>gC,()=>CC,`size`,()=>pC,()=>wC,`normalized`,()=>fC,`stride`,()=>TC,`vertexAttribPointer`,()=>CC,()=>CC,()=>fC,()=>fC,`viewport`,256,`DEPTH_BUFFER_BIT`,1024,`STENCIL_BUFFER_BIT`,16384,`COLOR_BUFFER_BIT`,0,`POINTS`,1,`LINES`,2,`LINE_LOOP`,3,`LINE_STRIP`,4,`TRIANGLES`,5,`TRIANGLE_STRIP`,6,`TRIANGLE_FAN`,0,`ZERO`,1,`ONE`,768,`SRC_COLOR`,769,`ONE_MINUS_SRC_COLOR`,770,`SRC_ALPHA`,771,`ONE_MINUS_SRC_ALPHA`,772,`DST_ALPHA`,773,`ONE_MINUS_DST_ALPHA`,774,`DST_COLOR`,775,`ONE_MINUS_DST_COLOR`,776,`SRC_ALPHA_SATURATE`,32774,`FUNC_ADD`,32777,`BLEND_EQUATION`,32777,`BLEND_EQUATION_RGB`,34877,`BLEND_EQUATION_ALPHA`,32778,`FUNC_SUBTRACT`,32779,`FUNC_REVERSE_SUBTRACT`,32968,`BLEND_DST_RGB`,32969,`BLEND_SRC_RGB`,32970,`BLEND_DST_ALPHA`,32971,`BLEND_SRC_ALPHA`,32769,`CONSTANT_COLOR`,32770,`ONE_MINUS_CONSTANT_COLOR`,32771,`CONSTANT_ALPHA`,32772,`ONE_MINUS_CONSTANT_ALPHA`,32773,`BLEND_COLOR`,34962,`ARRAY_BUFFER`,34963,`ELEMENT_ARRAY_BUFFER`,34964,`ARRAY_BUFFER_BINDING`,34965,`ELEMENT_ARRAY_BUFFER_BINDING`,35040,`STREAM_DRAW`,35044,`STATIC_DRAW`,35048,`DYNAMIC_DRAW`,34660,`BUFFER_SIZE`,34661,`BUFFER_USAGE`,34342,`CURRENT_VERTEX_ATTRIB`,1028,`FRONT`,1029,`BACK`,1032,`FRONT_AND_BACK`,2884,`CULL_FACE`,3042,`BLEND`,3024,`DITHER`,2960,`STENCIL_TEST`,2929,`DEPTH_TEST`,3089,`SCISSOR_TEST`,32823,`POLYGON_OFFSET_FILL`,32926,`SAMPLE_ALPHA_TO_COVERAGE`,32928,`SAMPLE_COVERAGE`,0,`NO_ERROR`,1280,`INVALID_ENUM`,1281,`INVALID_VALUE`,1282,`INVALID_OPERATION`,1285,`OUT_OF_MEMORY`,2304,`CW`,2305,`CCW`,2849,`LINE_WIDTH`,33901,`ALIASED_POINT_SIZE_RANGE`,33902,`ALIASED_LINE_WIDTH_RANGE`,2885,`CULL_FACE_MODE`,2886,`FRONT_FACE`,2928,`DEPTH_RANGE`,2930,`DEPTH_WRITEMASK`,2931,`DEPTH_CLEAR_VALUE`,2932,`DEPTH_FUNC`,2961,`STENCIL_CLEAR_VALUE`,2962,`STENCIL_FUNC`,2964,`STENCIL_FAIL`,2965,`STENCIL_PASS_DEPTH_FAIL`,2966,`STENCIL_PASS_DEPTH_PASS`,2967,`STENCIL_REF`,2963,`STENCIL_VALUE_MASK`,2968,`STENCIL_WRITEMASK`,34816,`STENCIL_BACK_FUNC`,34817,`STENCIL_BACK_FAIL`,34818,`STENCIL_BACK_PASS_DEPTH_FAIL`,34819,`STENCIL_BACK_PASS_DEPTH_PASS`,36003,`STENCIL_BACK_REF`,36004,`STENCIL_BACK_VALUE_MASK`,36005,`STENCIL_BACK_WRITEMASK`,2978,`VIEWPORT`,3088,`SCISSOR_BOX`,3106,`COLOR_CLEAR_VALUE`,3107,`COLOR_WRITEMASK`,3317,`UNPACK_ALIGNMENT`,3333,`PACK_ALIGNMENT`,3379,`MAX_TEXTURE_SIZE`,3386,`MAX_VIEWPORT_DIMS`,3408,`SUBPIXEL_BITS`,3410,`RED_BITS`,3411,`GREEN_BITS`,3412,`BLUE_BITS`,3413,`ALPHA_BITS`,3414,`DEPTH_BITS`,3415,`STENCIL_BITS`,10752,`POLYGON_OFFSET_UNITS`,32824,`POLYGON_OFFSET_FACTOR`,32873,`TEXTURE_BINDING_2D`,32936,`SAMPLE_BUFFERS`,32937,`SAMPLES`,32938,`SAMPLE_COVERAGE_VALUE`,32939,`SAMPLE_COVERAGE_INVERT`,34467,`COMPRESSED_TEXTURE_FORMATS`,4352,`DONT_CARE`,4353,`FASTEST`,4354,`NICEST`,33170,`GENERATE_MIPMAP_HINT`,5120,`BYTE`,5121,`UNSIGNED_BYTE`,5122,`SHORT`,5123,`UNSIGNED_SHORT`,5124,`INT`,5125,`UNSIGNED_INT`,5126,`FLOAT`,6402,`DEPTH_COMPONENT`,6406,`ALPHA`,6407,`RGB`,6408,`RGBA`,6409,`LUMINANCE`,6410,`LUMINANCE_ALPHA`,32819,`UNSIGNED_SHORT_4_4_4_4`,32820,`UNSIGNED_SHORT_5_5_5_1`,33635,`UNSIGNED_SHORT_5_6_5`,35632,`FRAGMENT_SHADER`,35633,`VERTEX_SHADER`,34921,`MAX_VERTEX_ATTRIBS`,36347,`MAX_VERTEX_UNIFORM_VECTORS`,36348,`MAX_VARYING_VECTORS`,35661,`MAX_COMBINED_TEXTURE_IMAGE_UNITS`,35660,`MAX_VERTEX_TEXTURE_IMAGE_UNITS`,34930,`MAX_TEXTURE_IMAGE_UNITS`,36349,`MAX_FRAGMENT_UNIFORM_VECTORS`,35663,`SHADER_TYPE`,35712,`DELETE_STATUS`,35714,`LINK_STATUS`,35715,`VALIDATE_STATUS`,35717,`ATTACHED_SHADERS`,35718,`ACTIVE_UNIFORMS`,35721,`ACTIVE_ATTRIBUTES`,35724,`SHADING_LANGUAGE_VERSION`,35725,`CURRENT_PROGRAM`,512,`NEVER`,513,`LESS`,514,`EQUAL`,515,`LEQUAL`,516,`GREATER`,517,`NOTEQUAL`,518,`GEQUAL`,519,`ALWAYS`,7680,`KEEP`,7681,`REPLACE`,7682,`INCR`,7683,`DECR`,5386,`INVERT`,34055,`INCR_WRAP`,34056,`DECR_WRAP`,7936,`VENDOR`,7937,`RENDERER`,7938,`VERSION`,9728,`NEAREST`,9729,`LINEAR`,9984,`NEAREST_MIPMAP_NEAREST`,9985,`LINEAR_MIPMAP_NEAREST`,9986,`NEAREST_MIPMAP_LINEAR`,9987,`LINEAR_MIPMAP_LINEAR`,10240,`TEXTURE_MAG_FILTER`,10241,`TEXTURE_MIN_FILTER`,10242,`TEXTURE_WRAP_S`,10243,`TEXTURE_WRAP_T`,3553,`TEXTURE_2D`,5890,`TEXTURE`,34067,`TEXTURE_CUBE_MAP`,34068,`TEXTURE_BINDING_CUBE_MAP`,34069,`TEXTURE_CUBE_MAP_POSITIVE_X`,34070,`TEXTURE_CUBE_MAP_NEGATIVE_X`,34071,`TEXTURE_CUBE_MAP_POSITIVE_Y`,34072,`TEXTURE_CUBE_MAP_NEGATIVE_Y`,34073,`TEXTURE_CUBE_MAP_POSITIVE_Z`,34074,`TEXTURE_CUBE_MAP_NEGATIVE_Z`,34076,`MAX_CUBE_MAP_TEXTURE_SIZE`,33984,`TEXTURE0`,33985,`TEXTURE1`,33986,`TEXTURE2`,33987,`TEXTURE3`,33988,`TEXTURE4`,33989,`TEXTURE5`,33990,`TEXTURE6`,33991,`TEXTURE7`,33992,`TEXTURE8`,33993,`TEXTURE9`,33994,`TEXTURE10`,33995,`TEXTURE11`,33996,`TEXTURE12`,33997,`TEXTURE13`,33998,`TEXTURE14`,33999,`TEXTURE15`,34e3,`TEXTURE16`,34001,`TEXTURE17`,34002,`TEXTURE18`,34003,`TEXTURE19`,34004,`TEXTURE20`,34005,`TEXTURE21`,34006,`TEXTURE22`,34007,`TEXTURE23`,34008,`TEXTURE24`,34009,`TEXTURE25`,34010,`TEXTURE26`,34011,`TEXTURE27`,34012,`TEXTURE28`,34013,`TEXTURE29`,34014,`TEXTURE30`,34015,`TEXTURE31`,34016,`ACTIVE_TEXTURE`,10497,`REPEAT`,33071,`CLAMP_TO_EDGE`,33648,`MIRRORED_REPEAT`,35664,`FLOAT_VEC2`,35665,`FLOAT_VEC3`,35666,`FLOAT_VEC4`,35667,`INT_VEC2`,35668,`INT_VEC3`,35669,`INT_VEC4`,35670,`BOOL`,35671,`BOOL_VEC2`,35672,`BOOL_VEC3`,35673,`BOOL_VEC4`,35674,`FLOAT_MAT2`,35675,`FLOAT_MAT3`,35676,`FLOAT_MAT4`,35678,`SAMPLER_2D`,35680,`SAMPLER_CUBE`,34338,`VERTEX_ATTRIB_ARRAY_ENABLED`,34339,`VERTEX_ATTRIB_ARRAY_SIZE`,34340,`VERTEX_ATTRIB_ARRAY_STRIDE`,34341,`VERTEX_ATTRIB_ARRAY_TYPE`,34922,`VERTEX_ATTRIB_ARRAY_NORMALIZED`,34373,`VERTEX_ATTRIB_ARRAY_POINTER`,34975,`VERTEX_ATTRIB_ARRAY_BUFFER_BINDING`,35738,`IMPLEMENTATION_COLOR_READ_TYPE`,35739,`IMPLEMENTATION_COLOR_READ_FORMAT`,35713,`COMPILE_STATUS`,36336,`LOW_FLOAT`,36337,`MEDIUM_FLOAT`,36338,`HIGH_FLOAT`,36339,`LOW_INT`,36340,`MEDIUM_INT`,36341,`HIGH_INT`,36160,`FRAMEBUFFER`,36161,`RENDERBUFFER`,32854,`RGBA4`,32855,`RGB5_A1`,32856,`RGBA8`,36194,`RGB565`,33189,`DEPTH_COMPONENT16`,36168,`STENCIL_INDEX8`,34041,`DEPTH_STENCIL`,36162,`RENDERBUFFER_WIDTH`,36163,`RENDERBUFFER_HEIGHT`,36164,`RENDERBUFFER_INTERNAL_FORMAT`,36176,`RENDERBUFFER_RED_SIZE`,36177,`RENDERBUFFER_GREEN_SIZE`,36178,`RENDERBUFFER_BLUE_SIZE`,36179,`RENDERBUFFER_ALPHA_SIZE`,36180,`RENDERBUFFER_DEPTH_SIZE`,36181,`RENDERBUFFER_STENCIL_SIZE`,36048,`FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE`,36049,`FRAMEBUFFER_ATTACHMENT_OBJECT_NAME`,36050,`FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL`,36051,`FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE`,36064,`COLOR_ATTACHMENT0`,36096,`DEPTH_ATTACHMENT`,36128,`STENCIL_ATTACHMENT`,33306,`DEPTH_STENCIL_ATTACHMENT`,0,`NONE`,36053,`FRAMEBUFFER_COMPLETE`,36054,`FRAMEBUFFER_INCOMPLETE_ATTACHMENT`,36055,`FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT`,36057,`FRAMEBUFFER_INCOMPLETE_DIMENSIONS`,36061,`FRAMEBUFFER_UNSUPPORTED`,36006,`FRAMEBUFFER_BINDING`,36007,`RENDERBUFFER_BINDING`,34024,`MAX_RENDERBUFFER_SIZE`,1286,`INVALID_FRAMEBUFFER_OPERATION`,37440,`UNPACK_FLIP_Y_WEBGL`,37441,`UNPACK_PREMULTIPLY_ALPHA_WEBGL`,37442,`CONTEXT_LOST_WEBGL`,37443,`UNPACK_COLORSPACE_CONVERSION_WEBGL`,37444,`BROWSER_DEFAULT_WEBGL`,`WebGLRenderingContextBase`,`PPn!n"J4#9n$4%n&4'9n(4)9n*4+Pn,2-$1.Pn/20n122$13Pn420n526&27$18Pn92:Pn;,J2<$1=Pn>2:Pn?,J2@$1APnB2:PnC,J2D$1EPnF2:PnG,J2-$1HPnI2JnK2LnM2NnO2P$1QPnR2S$1TPnU2VnW2X$1YPnZ2[n\\2]$1^Pn_2\`na2bnc2dne2f$1gPnh2:ni1jPnk2l$1mPnn2Jno2Lnp2Nnq2P$1rPns2t$1uPnv2w$1xPny2Jnz2Ln{2Nn|2P$1}Pn~22$1Pn2:n2n2n
2n2n2n2n2$1Pn2:n2n2n2n2n2n2n2$1Pn1Pn1Pn1\xA0Pn¡1¢Pn£2¤Pn¥,J1¦Pn§1¨Pn©2S$1ªPPn«,J2<$1¬PPn,J2@$1®PPn¯,J20$1°PPn±,J2D$1²PPn³,J22$1´PPnµ,J2-$1¶Pn·2¸$1¹Pnº2»$1¼Pn½2¾n¿2À$1ÁPnÂ20nÃ22$1ÄPnÅ2Æ$1ÇPnÈ26$1ÉPnÊ2SnË2ÌnÍ2Î$1ÏPnÐ2SnÑ2ÎnÒ2¤nÓ2Ô$1ÕPnÖ2Æ$1×PnØ26$1ÙP$1ÚP$1ÛPnÜ2:nÝ2Þnß2àPná,J2D$1âPnã2:nä2Þnå2æPnç,J2-nè2$1éPnê2S$1ëPnì2:$1íPnî20nï26Pnð,J1ñPnò20nó26Pnô,J1õPnö20Pn÷F,J1øPnù20&27nú1ûPnü2:ný2þ"1ÿPPnĀ,J1āPnĂ1ăP.Ą2ąPnĆ,J1ćP.Ĉ2ąPnĉ,J1ćP.Ċ2ąPnċ,J1ćP.Č2ąPnč,J1ćP.Ď2ąPnď,J1ćP.Đ2ąPnđ,J1ćP.Ē2ąPnē,J1ćP.Ĕ2ąPnĕ,J1ćP.Ė2ąPnė,J1ćP.Ę2ąPnę,J1ćP.Ě2ąPně,J1ćP.Ĝ2ąPnĝ,J1ćP.Ğ2ąPnğ,J1ćP.Ġ2ąPnġ,J1ćP.Ģ2ąPnģ,J1ćP.Ĥ2ąPnĥ,J1ćP.Ħ2ąPnħ,J1ćP.Ĩ2ąPnĩ,J1ćP.Ī2ąPnī,J1ćP.Ĭ2ąPnĭ,J1ćP.Į2ąPnį,J1ćP.İ2ąPnı,J1ćP.IJ2ąPnij,J1ćP.Ĵ2ąPnĵ,J1ćP.Ķ2ąPnķ,J1ćP.ĸ2ąPnĹ,J1ćP.ĺ2ąPnĻ,J1ćP.ļ2ąPnĽ,J1ćP.ľ2ąPnĿ,J1ćP.ŀ2ąPnŁ,J1ćP.ł2ąPnŃ,J1ćP.ń2ąPnŅ,J1ćP.ņ2ąPnŇ,J1ćP.ň2ąPnʼn,J1ćP&27"1ćPnŊ2:nŋ2ÞnŌ2þ"1ōPnŎ2þ"1ŏPnŐ20P&,J1őPnŒ20nœ2þ"1ŔPnŕ2:nŖ2þ"1ŗPnŘ22P&,J1řPnŚ22nś2þ"1ŜPnŝ2Şnş2ŠPnš,J1ŢPnţ22P&,J1ŤPP&F,J1ťPnŦ2:nŧ2þ"1ŨPnũ20nŪ2ū"1ŬPnŭ20&27PnŮ,J1ůPnŰ26nű2þ"1ŲPnų26nŴ2þnŵ1ŶPnŷ2:nŸ2S$1ŹPPnź,J2<nŻ1żP)1ŽPnž2Ænſ1ƀPPnƁ,J2@nƂ1ƃPPnƄ,J20nƅ1ƆPPnƇ,J2Dnƈ1ƉPPnƊ,J22nƋ1ƌPPnƍ,J2-nƎ1ƏPnƐ2$1ƑPnƒ20$1ƓPnƔ2þPnƕnƖJ2Ɨ$1ƘPnƙ2ƚnƛ2Ɯ$1ƝPnƞ2:nƟ2nƠ2nơ2$1ƢPnƣ2Ƥnƥ2Ʀ$1ƧPnƨ2nƩ2nƪ2nƫ2$1ƬPnƭ22&2Ʈ$1ƯPnư2¸nƱ2ƲnƳ2l$1ƴPnƵ2ƶnƷ2¸nƸ2Ʋnƹ2l$1ƺPnƻ2l$1ƼPnƽ2ƶnƾ2l$1ƿPnǀ2ǁnǂ2ǃnDŽ2Dž$1džPnLJ2ƶnLj2ǁnlj2ǃnNJ2Dž$1NjPnnj2:nǍ2þnǎ2Ɨ$1ǏPnǐ2:nǑ2þnǒ2Ɨ$1ǓPPnǔ,J2ūnǕ2$1ǖPPnǗ,J2ūnǘ2$1ǙPPnǚ,J2ūnǛ2nǜ2$1ǝPPnǞ,J2ūnǟ2nǠ2$1ǡPPnǢ,J2ūnǣ2nǤ2nǥ2Ǧ$1ǧPPnǨ,J2ūnǩ2nǪ2nǫ2Ǧ$1ǬPPnǭ,J2ūnǮ2nǯ2nǰ2ǦnDZ2Dz$1dzPPnǴ,J2ūnǵ2nǶ2nǷ2ǦnǸ2Dz$1ǹPPnǺ,J20$1ǻPnǼ20$1ǽPnǾ26nǿ2$1ȀPnȁ26nȂ2ȃ$1ȄPnȅ26nȆ2nȇ2$1ȈPnȉ26nȊ2ȃ$1ȋPnȌ26nȍ2nȎ2nȏ2Ǧ$1ȐPnȑ26nȒ2ȃ$1ȓPnȔ26nȕ2nȖ2nȗ2ǦnȘ2Dz$1șPnȚ26nț2ȃ$1ȜPnȝ26nȞ2ȟnȠ2¤nȡ2Ȣnȣ2Ȥnȥ2Ô$1ȦPnȧ2nȨ2nȩ2nȪ2$1ȫ.Ȭ4ȭ9.Ȯ4ȯ9.Ȱ4ȱ9.Ȳ4ȳ9.ȴ4ȵ9.ȶ4ȷ9.ȸ4ȹ9.Ⱥ4Ȼ9.ȼ4Ƚ9.Ⱦ4ȿ9.ɀ4Ɂ9.ɂ4Ƀ9.Ʉ4Ʌ9.Ɇ4ɇ9.Ɉ4ɉ9.Ɋ4ɋ9.Ɍ4ɍ9.Ɏ4ɏ9.ɐ4ɑ9.ɒ4ɓ9.ɔ4ɕ9.ɖ4ɗ9.ɘ4ə9.ɚ4ɛ9.ɜ4ɝ9.ɞ4ɟ9.ɠ4ɡ9.ɢ4ɣ9.ɤ4ɥ9.ɦ4ɧ9.ɨ4ɩ9.ɪ4ɫ9.ɬ4ɭ9.ɮ4ɯ9.ɰ4ɱ9.ɲ4ɳ9.ɴ4ɵ9.ɶ4ɷ9.ɸ4ɹ9.ɺ4ɻ9.ɼ4ɽ9.ɾ4ɿ9.ʀ4ʁ9.ʂ4ʃ9.ʄ4ʅ9.ʆ4ʇ9.ʈ4ʉ9.ʊ4ʋ9.ʌ4ʍ9.ʎ4ʏ9.ʐ4ʑ9.ʒ4ʓ9.ʔ4ʕ9.ʖ4ʗ9.ʘ4ʙ9.ʚ4ʛ9.ʜ4ʝ9.ʞ4ʟ9.ʠ4ʡ9.ʢ4ʣ9.ʤ4ʥ9.ʦ4ʧ9.ʨ4ʩ9.ʪ4ʫ9.ʬ4ʭ9.ʮ4ʯ9.ʰ4ʱ9.ʲ4ʳ9.ʴ4ʵ9.ʶ4ʷ9.ʸ4ʹ9.ʺ4ʻ9.ʼ4ʽ9.ʾ4ʿ9.ˀ4ˁ9.˂4˃9.˄4˅9.ˆ4ˇ9.ˈ4ˉ9.ˊ4ˋ9.ˌ4ˍ9.ˎ4ˏ9.ː4ˑ9.˒4˓9.˔4˕9.˖4˗9.˘4˙9.˚4˛9.˜4˝9.˞4˟9.ˠ4ˡ9.ˢ4ˣ9.ˤ4˥9.˦4˧9.˨4˩9.˪4˫9.ˬ4˭9.ˮ4˯9.˰4˱9.˲4˳9.˴4˵9.˶4˷9.˸4˹9.˺4˻9.˼4˽9.˾4˿9.̀4́9.̂4̃9.̄4̅9.̆4̇9.̈4̉9.̊4̋9.̌4̍9.̎4̏9.̐4̑9.̒4̓9.̔4̕9.̖4̗9.̘4̙9.̚4̛9.̜4̝9.̞4̟9.̠4̡9.̢4̣9.̤4̥9.̦4̧9.̨4̩9.̪4̫9.̬4̭9.̮4̯9.̰4̱9.̲4̳9.̴4̵9.̶4̷9.̸4̹9.̺4̻9.̼4̽9.̾4̿9.̀4́9.͂4̓9.̈́4ͅ9.͆4͇9.͈4͉9.͊4͋9.͌4͍9.͎4͏9.͐4͑9.͒4͓9.͔4͕9.͖4͗9.͘4͙9.͚4͛9.͜4͝9.͞4͟9.͠4͡9.͢4ͣ9.ͤ4ͥ9.ͦ4ͧ9.ͨ4ͩ9.ͪ4ͫ9.ͬ4ͭ9.ͮ4ͯ9.Ͱ4ͱ9.Ͳ4ͳ9.ʹ4͵9.Ͷ4ͷ9.49.ͺ4ͻ9.ͼ4ͽ9.;4Ϳ9.49.49.΄4΅9.Ά4·9.Έ4Ή9.Ί49.Ό49.Ύ4Ώ9.ΐ4Α9.Β4Γ9.Δ4Ε9.Ζ4Η9.Θ4Ι9.Κ4Λ9.Μ4Ν9.Ξ4Ο9.Π4Ρ9.4Σ9.Τ4Υ9.Φ4Χ9.Ψ4Ω9.Ϊ4Ϋ9.ά4έ9.ή4ί9.ΰ4α9.β4γ9.δ4ε9.ζ4η9.θ4ι9.κ4λ9.μ4ν9.ξ4ο9.π4ρ9.ς4σ9.τ4υ9.φ4χ9.ψ4ω9.ϊ4ϋ9.ό4ύ9.ώ4Ϗ9.ϐ4ϑ9.ϒ4ϓ9.ϔ4ϕ9.ϖ4ϗ9.Ϙ4ϙ9.Ϛ4ϛ9.Ϝ4ϝ9.Ϟ4ϟ9.Ϡ4ϡ9.Ϣ4ϣ9.Ϥ4ϥ9.Ϧ4ϧ9.Ϩ4ϩ9.Ϫ4ϫ9.Ϭ4ϭ9.Ϯ4ϯ9.ϰ4ϱ9.ϲ4ϳ9.ϴ4ϵ9.϶4Ϸ9.ϸ4Ϲ9.Ϻ4ϻ9.ϼ4Ͻ9.Ͼ4Ͽ9.Ѐ4Ё9.Ђ4Ѓ9.Є4Ѕ9.І4Ї9.Ј4Љ9.Њ4Ћ9.Ќ4Ѝ9.Ў4Џ9.А4Б9.В4Г9.Д4Е9.Ж4З9.И4Й9.К4Л9.М4Н9.О4П9.Р4С9.Т4У9.Ф4Х9.Ц4Ч9.Ш4Щ9.Ъ4Ы9.Ь4Э9.Ю4Я9.а4б9.в4г9.д4е9.ж4з9.и4й9.к4л9.м4н9.о4п9.р4с9.т4у9.ф4х9.ц4ч9.ш4щ9.ъ4ы9.ь4э9.ю4я9.ѐ4ё9.ђ4ѓ9.є4ѕ9.і4ї9.ј4љ9.њ4ћ9.ќ4ѝ9.ў4џ9.Ѡ4ѡ9.Ѣ4ѣ9.Ѥ4ѥ9.Ѧ4ѧ9.Ѩ4ѩ9.Ѫ4ѫ9.Ѭ4ѭ9.Ѯ4ѯ9.Ѱ4ѱ9.Ѳ4ѳ9.Ѵ4ѵ9.Ѷ4ѷ9.Ѹ4ѹ9.Ѻ4ѻ9.Ѽ4ѽ9MwѾy`],xx=[()=>pC,`target`,()=>dw,`size`,()=>pC,`usage`,`bufferData`,()=>pC,()=>fw,`data`,()=>pC,()=>pC,()=>TC,`offset`,()=>fw,`bufferSubData`,()=>pC,()=>CC,`level`,()=>pC,`internalformat`,()=>fC,`width`,()=>fC,`height`,()=>CC,`border`,()=>pw,()=>mw,`compressedTexImage2D`,()=>pC,()=>CC,()=>CC,`xoffset`,()=>CC,`yoffset`,()=>fC,()=>fC,()=>pC,`format`,()=>pw,()=>mw,`compressedTexSubImage2D`,()=>CC,`x`,()=>CC,`y`,()=>fC,()=>fC,()=>pC,()=>pC,`type`,()=>pw,()=>mw,`pixels`,`readPixels`,()=>pC,()=>CC,()=>CC,()=>fC,()=>fC,()=>CC,()=>pC,()=>pC,()=>pw,()=>mw,`texImage2D`,()=>pC,()=>CC,()=>CC,()=>pC,()=>pC,()=>hw,`source`,()=>pC,()=>CC,()=>CC,()=>CC,()=>fC,()=>fC,()=>pC,()=>pC,()=>pw,()=>mw,`texSubImage2D`,()=>pC,()=>CC,()=>CC,()=>CC,()=>pC,()=>pC,()=>hw,()=>cw,`location`,()=>uw,`v`,`uniform1fv`,()=>cw,()=>gw,`uniform1iv`,()=>cw,()=>uw,`uniform2fv`,()=>cw,()=>gw,`uniform2iv`,()=>cw,()=>uw,`uniform3fv`,()=>cw,()=>gw,`uniform3iv`,()=>cw,()=>uw,`uniform4fv`,()=>cw,()=>gw,`uniform4iv`,()=>cw,()=>wC,`transpose`,()=>uw,`value`,`uniformMatrix2fv`,()=>cw,()=>wC,()=>uw,`uniformMatrix3fv`,()=>cw,()=>wC,()=>uw,`uniformMatrix4fv`,`WebGLRenderingContextOverloads`,`PPn!2"n#2$n%2&$1'Pn(2"Pn),J2*n+2&$1'Pn,2"n-2.n/2*$10Pn12"n223n425n627n829n:2;n=o<"2*$1>Pn?2"n@23nA2BnC2DnE27nF29nG2HnJoI"2*$1KPnL2MnN2OnP27nQ29nR2HnS2TPnVoU",J2W$1XPnY2"nZ23n[25n\\27n]29n^2;n_2Hn\`2TPnboa",J2W$1cPnd2"ne23nf25ng2Hnh2Tni2j$1cPnk2"nl23nm2Bnn2Dno27np29nq2Hnr2TPntos",J2W$1uPnv2"nw23nx2Bny2Dnz2Hn{2Tn|2j$1uPPn},J2~n2$1PPn,J2~n2$1PPn
,J2~n2$1PPn,J2~n2$1PPn,J2~n2$1PPn,J2~n2$1PPn,J2~n2$1PPn,J2~n2$1PPn,J2~n2n2$1PPn,J2~n2n2$1\xA0PPn¡,J2~n¢2n£2$1¤Mw¥y`],Sx=[()=>pC,`target`,()=>_w,`query`,`beginQuery`,()=>pC,`primitiveMode`,`beginTransformFeedback`,()=>pC,()=>gC,`index`,()=>_C,`buffer`,`bindBufferBase`,()=>pC,()=>gC,()=>_C,()=>TC,`offset`,()=>dw,`size`,`bindBufferRange`,()=>gC,`unit`,()=>vw,`sampler`,`bindSampler`,()=>pC,()=>yw,`tf`,`bindTransformFeedback`,()=>bw,`array`,`bindVertexArray`,()=>CC,`srcX0`,()=>CC,`srcY0`,()=>CC,`srcX1`,()=>CC,`srcY1`,()=>CC,`dstX0`,()=>CC,`dstY0`,()=>CC,`dstX1`,()=>CC,`dstY1`,()=>SC,`mask`,()=>pC,`filter`,`blitFramebuffer`,()=>pC,()=>CC,`drawbuffer`,()=>lw,`depth`,()=>CC,`stencil`,`clearBufferfi`,()=>pC,()=>CC,()=>uw,`values`,`srcOffset`,`clearBufferfv`,()=>pC,()=>CC,()=>gw,`clearBufferiv`,()=>pC,()=>CC,()=>xw,`clearBufferuiv`,()=>Sw,`sync`,()=>SC,`flags`,()=>Cw,`timeout`,()=>pC,`clientWaitSync`,()=>pC,()=>CC,`level`,()=>pC,`internalformat`,()=>fC,`width`,()=>fC,`height`,()=>fC,()=>CC,`border`,()=>fC,`imageSize`,()=>TC,`compressedTexImage3D`,()=>pC,()=>CC,()=>pC,()=>fC,()=>fC,()=>fC,()=>CC,()=>pw,()=>mw,`srcData`,()=>gC,`srcLengthOverride`,()=>pC,()=>CC,()=>CC,`xoffset`,()=>CC,`yoffset`,()=>CC,`zoffset`,()=>fC,()=>fC,()=>fC,()=>pC,`format`,()=>fC,()=>TC,`compressedTexSubImage3D`,()=>pC,()=>CC,()=>CC,()=>CC,()=>CC,()=>fC,()=>fC,()=>fC,()=>pC,()=>pw,()=>mw,()=>gC,()=>pC,`readTarget`,()=>pC,`writeTarget`,()=>TC,`readOffset`,()=>TC,`writeOffset`,()=>dw,`copyBufferSubData`,()=>pC,()=>CC,()=>CC,()=>CC,()=>CC,()=>CC,`x`,()=>CC,`y`,()=>fC,()=>fC,`copyTexSubImage3D`,()=>_w,`createQuery`,()=>vw,`createSampler`,()=>yw,`createTransformFeedback`,()=>bw,`createVertexArray`,()=>_w,`deleteQuery`,()=>vw,`deleteSampler`,()=>Sw,`deleteSync`,()=>yw,`deleteTransformFeedback`,()=>bw,`vertexArray`,`deleteVertexArray`,()=>pC,`mode`,()=>CC,`first`,()=>fC,`count`,()=>fC,`instanceCount`,`drawArraysInstanced`,()=>pC,`buffers`,`drawBuffers`,()=>pC,()=>fC,()=>pC,`type`,()=>TC,()=>fC,`drawElementsInstanced`,()=>pC,()=>gC,`start`,()=>gC,`end`,()=>fC,()=>pC,()=>TC,`drawRangeElements`,()=>pC,`endQuery`,`endTransformFeedback`,()=>pC,`condition`,()=>SC,()=>Sw,`fenceSync`,()=>pC,()=>pC,`attachment`,()=>bC,`texture`,()=>CC,()=>CC,`layer`,`framebufferTextureLayer`,()=>mC,`program`,()=>gC,`uniformBlockIndex`,`getActiveUniformBlockName`,()=>mC,()=>gC,()=>pC,`pname`,`getActiveUniformBlockParameter`,()=>mC,()=>gC,`uniformIndices`,()=>pC,`getActiveUniforms`,()=>pC,()=>TC,`srcByteOffset`,()=>pw,()=>mw,`dstBuffer`,`dstOffset`,()=>gC,`length`,`getBufferSubData`,()=>mC,`name`,()=>CC,`getFragDataLocation`,()=>pC,()=>gC,`getIndexedParameter`,()=>pC,()=>pC,()=>pC,`getInternalformatParameter`,()=>pC,()=>pC,()=>_w,`getQuery`,()=>_w,()=>pC,`getQueryParameter`,()=>vw,()=>pC,`getSamplerParameter`,()=>Sw,()=>pC,`getSyncParameter`,()=>mC,()=>gC,()=>EC,`getTransformFeedbackVarying`,()=>mC,`uniformBlockName`,()=>gC,`getUniformBlockIndex`,()=>mC,`uniformNames`,()=>gC,`getUniformIndices`,()=>pC,()=>pC,`attachments`,`invalidateFramebuffer`,()=>pC,()=>pC,()=>CC,()=>CC,()=>fC,()=>fC,`invalidateSubFramebuffer`,()=>_w,()=>wC,`isQuery`,()=>vw,()=>wC,`isSampler`,()=>Sw,()=>wC,`isSync`,()=>yw,()=>wC,`isTransformFeedback`,()=>bw,()=>wC,`isVertexArray`,`pauseTransformFeedback`,()=>pC,`src`,`readBuffer`,()=>pC,()=>fC,`samples`,()=>pC,()=>fC,()=>fC,`renderbufferStorageMultisample`,`resumeTransformFeedback`,()=>vw,()=>pC,()=>lw,`param`,`samplerParameterf`,()=>vw,()=>pC,()=>CC,`samplerParameteri`,()=>pC,()=>CC,()=>CC,()=>fC,()=>fC,()=>fC,()=>CC,()=>pC,()=>pC,()=>TC,`pboOffset`,`texImage3D`,()=>pC,()=>CC,()=>CC,()=>fC,()=>fC,()=>fC,()=>CC,()=>pC,()=>pC,()=>hw,`source`,()=>pC,()=>CC,()=>CC,()=>fC,()=>fC,()=>fC,()=>CC,()=>pC,()=>pC,()=>pw,()=>mw,()=>pC,()=>CC,()=>CC,()=>fC,()=>fC,()=>fC,()=>CC,()=>pC,()=>pC,()=>pw,()=>mw,()=>pC,()=>fC,`levels`,()=>pC,()=>fC,()=>fC,`texStorage2D`,()=>pC,()=>fC,()=>pC,()=>fC,()=>fC,()=>fC,`texStorage3D`,()=>pC,()=>CC,()=>CC,()=>CC,()=>CC,()=>fC,()=>fC,()=>fC,()=>pC,()=>pC,()=>TC,`texSubImage3D`,()=>pC,()=>CC,()=>CC,()=>CC,()=>CC,()=>fC,()=>fC,()=>fC,()=>pC,()=>pC,()=>hw,()=>pC,()=>CC,()=>CC,()=>CC,()=>CC,()=>fC,()=>fC,()=>fC,()=>pC,()=>pC,()=>pw,()=>mw,()=>mC,`varyings`,()=>pC,`bufferMode`,`transformFeedbackVaryings`,()=>cw,`location`,()=>gC,`v0`,`uniform1ui`,()=>cw,()=>xw,`data`,()=>gC,`srcLength`,`uniform1uiv`,()=>cw,()=>gC,()=>gC,`v1`,`uniform2ui`,()=>cw,()=>xw,()=>gC,`uniform2uiv`,()=>cw,()=>gC,()=>gC,()=>gC,`v2`,`uniform3ui`,()=>cw,()=>xw,()=>gC,`uniform3uiv`,()=>cw,()=>gC,()=>gC,()=>gC,()=>gC,`v3`,`uniform4ui`,()=>cw,()=>xw,()=>gC,`uniform4uiv`,()=>mC,()=>gC,()=>gC,`uniformBlockBinding`,()=>cw,()=>wC,`transpose`,()=>uw,()=>gC,`uniformMatrix2x3fv`,()=>cw,()=>wC,()=>uw,()=>gC,`uniformMatrix2x4fv`,()=>cw,()=>wC,()=>uw,()=>gC,`uniformMatrix3x2fv`,()=>cw,()=>wC,()=>uw,()=>gC,`uniformMatrix3x4fv`,()=>cw,()=>wC,()=>uw,()=>gC,`uniformMatrix4x2fv`,()=>cw,()=>wC,()=>uw,()=>gC,`uniformMatrix4x3fv`,()=>gC,()=>gC,`divisor`,`vertexAttribDivisor`,()=>gC,()=>CC,()=>CC,()=>CC,`z`,()=>CC,`w`,`vertexAttribI4i`,()=>gC,()=>gw,`vertexAttribI4iv`,()=>gC,()=>gC,()=>gC,()=>gC,()=>gC,`vertexAttribI4ui`,()=>gC,()=>xw,`vertexAttribI4uiv`,()=>gC,()=>CC,()=>pC,()=>fC,`stride`,()=>TC,`vertexAttribIPointer`,()=>Sw,()=>SC,()=>ww,`waitSync`,3074,`READ_BUFFER`,3314,`UNPACK_ROW_LENGTH`,3315,`UNPACK_SKIP_ROWS`,3316,`UNPACK_SKIP_PIXELS`,3330,`PACK_ROW_LENGTH`,3331,`PACK_SKIP_ROWS`,3332,`PACK_SKIP_PIXELS`,6144,`COLOR`,6145,`DEPTH`,6146,`STENCIL`,6403,`RED`,32849,`RGB8`,32857,`RGB10_A2`,32874,`TEXTURE_BINDING_3D`,32877,`UNPACK_SKIP_IMAGES`,32878,`UNPACK_IMAGE_HEIGHT`,32879,`TEXTURE_3D`,32882,`TEXTURE_WRAP_R`,32883,`MAX_3D_TEXTURE_SIZE`,33640,`UNSIGNED_INT_2_10_10_10_REV`,33e3,`MAX_ELEMENTS_VERTICES`,33001,`MAX_ELEMENTS_INDICES`,33082,`TEXTURE_MIN_LOD`,33083,`TEXTURE_MAX_LOD`,33084,`TEXTURE_BASE_LEVEL`,33085,`TEXTURE_MAX_LEVEL`,32775,`MIN`,32776,`MAX`,33190,`DEPTH_COMPONENT24`,34045,`MAX_TEXTURE_LOD_BIAS`,34892,`TEXTURE_COMPARE_MODE`,34893,`TEXTURE_COMPARE_FUNC`,34917,`CURRENT_QUERY`,34918,`QUERY_RESULT`,34919,`QUERY_RESULT_AVAILABLE`,35041,`STREAM_READ`,35042,`STREAM_COPY`,35045,`STATIC_READ`,35046,`STATIC_COPY`,35049,`DYNAMIC_READ`,35050,`DYNAMIC_COPY`,34852,`MAX_DRAW_BUFFERS`,34853,`DRAW_BUFFER0`,34854,`DRAW_BUFFER1`,34855,`DRAW_BUFFER2`,34856,`DRAW_BUFFER3`,34857,`DRAW_BUFFER4`,34858,`DRAW_BUFFER5`,34859,`DRAW_BUFFER6`,34860,`DRAW_BUFFER7`,34861,`DRAW_BUFFER8`,34862,`DRAW_BUFFER9`,34863,`DRAW_BUFFER10`,34864,`DRAW_BUFFER11`,34865,`DRAW_BUFFER12`,34866,`DRAW_BUFFER13`,34867,`DRAW_BUFFER14`,34868,`DRAW_BUFFER15`,35657,`MAX_FRAGMENT_UNIFORM_COMPONENTS`,35658,`MAX_VERTEX_UNIFORM_COMPONENTS`,35679,`SAMPLER_3D`,35682,`SAMPLER_2D_SHADOW`,35723,`FRAGMENT_SHADER_DERIVATIVE_HINT`,35051,`PIXEL_PACK_BUFFER`,35052,`PIXEL_UNPACK_BUFFER`,35053,`PIXEL_PACK_BUFFER_BINDING`,35055,`PIXEL_UNPACK_BUFFER_BINDING`,35685,`FLOAT_MAT2x3`,35686,`FLOAT_MAT2x4`,35687,`FLOAT_MAT3x2`,35688,`FLOAT_MAT3x4`,35689,`FLOAT_MAT4x2`,35690,`FLOAT_MAT4x3`,35904,`SRGB`,35905,`SRGB8`,35907,`SRGB8_ALPHA8`,34894,`COMPARE_REF_TO_TEXTURE`,34836,`RGBA32F`,34837,`RGB32F`,34842,`RGBA16F`,34843,`RGB16F`,35069,`VERTEX_ATTRIB_ARRAY_INTEGER`,35071,`MAX_ARRAY_TEXTURE_LAYERS`,35076,`MIN_PROGRAM_TEXEL_OFFSET`,35077,`MAX_PROGRAM_TEXEL_OFFSET`,35659,`MAX_VARYING_COMPONENTS`,35866,`TEXTURE_2D_ARRAY`,35869,`TEXTURE_BINDING_2D_ARRAY`,35898,`R11F_G11F_B10F`,35899,`UNSIGNED_INT_10F_11F_11F_REV`,35901,`RGB9_E5`,35902,`UNSIGNED_INT_5_9_9_9_REV`,35967,`TRANSFORM_FEEDBACK_BUFFER_MODE`,35968,`MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS`,35971,`TRANSFORM_FEEDBACK_VARYINGS`,35972,`TRANSFORM_FEEDBACK_BUFFER_START`,35973,`TRANSFORM_FEEDBACK_BUFFER_SIZE`,35976,`TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN`,35977,`RASTERIZER_DISCARD`,35978,`MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS`,35979,`MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS`,35980,`INTERLEAVED_ATTRIBS`,35981,`SEPARATE_ATTRIBS`,35982,`TRANSFORM_FEEDBACK_BUFFER`,35983,`TRANSFORM_FEEDBACK_BUFFER_BINDING`,36208,`RGBA32UI`,36209,`RGB32UI`,36214,`RGBA16UI`,36215,`RGB16UI`,36220,`RGBA8UI`,36221,`RGB8UI`,36226,`RGBA32I`,36227,`RGB32I`,36232,`RGBA16I`,36233,`RGB16I`,36238,`RGBA8I`,36239,`RGB8I`,36244,`RED_INTEGER`,36248,`RGB_INTEGER`,36249,`RGBA_INTEGER`,36289,`SAMPLER_2D_ARRAY`,36292,`SAMPLER_2D_ARRAY_SHADOW`,36293,`SAMPLER_CUBE_SHADOW`,36294,`UNSIGNED_INT_VEC2`,36295,`UNSIGNED_INT_VEC3`,36296,`UNSIGNED_INT_VEC4`,36298,`INT_SAMPLER_2D`,36299,`INT_SAMPLER_3D`,36300,`INT_SAMPLER_CUBE`,36303,`INT_SAMPLER_2D_ARRAY`,36306,`UNSIGNED_INT_SAMPLER_2D`,36307,`UNSIGNED_INT_SAMPLER_3D`,36308,`UNSIGNED_INT_SAMPLER_CUBE`,36311,`UNSIGNED_INT_SAMPLER_2D_ARRAY`,36012,`DEPTH_COMPONENT32F`,36013,`DEPTH32F_STENCIL8`,36269,`FLOAT_32_UNSIGNED_INT_24_8_REV`,33296,`FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING`,33297,`FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE`,33298,`FRAMEBUFFER_ATTACHMENT_RED_SIZE`,33299,`FRAMEBUFFER_ATTACHMENT_GREEN_SIZE`,33300,`FRAMEBUFFER_ATTACHMENT_BLUE_SIZE`,33301,`FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE`,33302,`FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE`,33303,`FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE`,33304,`FRAMEBUFFER_DEFAULT`,34042,`UNSIGNED_INT_24_8`,35056,`DEPTH24_STENCIL8`,35863,`UNSIGNED_NORMALIZED`,36006,`DRAW_FRAMEBUFFER_BINDING`,36008,`READ_FRAMEBUFFER`,36009,`DRAW_FRAMEBUFFER`,36010,`READ_FRAMEBUFFER_BINDING`,36011,`RENDERBUFFER_SAMPLES`,36052,`FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER`,36063,`MAX_COLOR_ATTACHMENTS`,36065,`COLOR_ATTACHMENT1`,36066,`COLOR_ATTACHMENT2`,36067,`COLOR_ATTACHMENT3`,36068,`COLOR_ATTACHMENT4`,36069,`COLOR_ATTACHMENT5`,36070,`COLOR_ATTACHMENT6`,36071,`COLOR_ATTACHMENT7`,36072,`COLOR_ATTACHMENT8`,36073,`COLOR_ATTACHMENT9`,36074,`COLOR_ATTACHMENT10`,36075,`COLOR_ATTACHMENT11`,36076,`COLOR_ATTACHMENT12`,36077,`COLOR_ATTACHMENT13`,36078,`COLOR_ATTACHMENT14`,36079,`COLOR_ATTACHMENT15`,36182,`FRAMEBUFFER_INCOMPLETE_MULTISAMPLE`,36183,`MAX_SAMPLES`,5131,`HALF_FLOAT`,33319,`RG`,33320,`RG_INTEGER`,33321,`R8`,33323,`RG8`,33325,`R16F`,33326,`R32F`,33327,`RG16F`,33328,`RG32F`,33329,`R8I`,33330,`R8UI`,33331,`R16I`,33332,`R16UI`,33333,`R32I`,33334,`R32UI`,33335,`RG8I`,33336,`RG8UI`,33337,`RG16I`,33338,`RG16UI`,33339,`RG32I`,33340,`RG32UI`,34229,`VERTEX_ARRAY_BINDING`,36756,`R8_SNORM`,36757,`RG8_SNORM`,36758,`RGB8_SNORM`,36759,`RGBA8_SNORM`,36764,`SIGNED_NORMALIZED`,36662,`COPY_READ_BUFFER`,36663,`COPY_WRITE_BUFFER`,36662,`COPY_READ_BUFFER_BINDING`,36663,`COPY_WRITE_BUFFER_BINDING`,35345,`UNIFORM_BUFFER`,35368,`UNIFORM_BUFFER_BINDING`,35369,`UNIFORM_BUFFER_START`,35370,`UNIFORM_BUFFER_SIZE`,35371,`MAX_VERTEX_UNIFORM_BLOCKS`,35373,`MAX_FRAGMENT_UNIFORM_BLOCKS`,35374,`MAX_COMBINED_UNIFORM_BLOCKS`,35375,`MAX_UNIFORM_BUFFER_BINDINGS`,35376,`MAX_UNIFORM_BLOCK_SIZE`,35377,`MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS`,35379,`MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS`,35380,`UNIFORM_BUFFER_OFFSET_ALIGNMENT`,35382,`ACTIVE_UNIFORM_BLOCKS`,35383,`UNIFORM_TYPE`,35384,`UNIFORM_SIZE`,35386,`UNIFORM_BLOCK_INDEX`,35387,`UNIFORM_OFFSET`,35388,`UNIFORM_ARRAY_STRIDE`,35389,`UNIFORM_MATRIX_STRIDE`,35390,`UNIFORM_IS_ROW_MAJOR`,35391,`UNIFORM_BLOCK_BINDING`,35392,`UNIFORM_BLOCK_DATA_SIZE`,35394,`UNIFORM_BLOCK_ACTIVE_UNIFORMS`,35395,`UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES`,35396,`UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER`,35398,`UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER`,4294967295,`INVALID_INDEX`,37154,`MAX_VERTEX_OUTPUT_COMPONENTS`,37157,`MAX_FRAGMENT_INPUT_COMPONENTS`,37137,`MAX_SERVER_WAIT_TIMEOUT`,37138,`OBJECT_TYPE`,37139,`SYNC_CONDITION`,37140,`SYNC_STATUS`,37141,`SYNC_FLAGS`,37142,`SYNC_FENCE`,37143,`SYNC_GPU_COMMANDS_COMPLETE`,37144,`UNSIGNALED`,37145,`SIGNALED`,37146,`ALREADY_SIGNALED`,37147,`TIMEOUT_EXPIRED`,37148,`CONDITION_SATISFIED`,37149,`WAIT_FAILED`,1,`SYNC_FLUSH_COMMANDS_BIT`,35070,`VERTEX_ATTRIB_ARRAY_DIVISOR`,35887,`ANY_SAMPLES_PASSED`,36202,`ANY_SAMPLES_PASSED_CONSERVATIVE`,35097,`SAMPLER_BINDING`,36975,`RGB10_A2UI`,36255,`INT_2_10_10_10_REV`,36386,`TRANSFORM_FEEDBACK`,36387,`TRANSFORM_FEEDBACK_PAUSED`,36388,`TRANSFORM_FEEDBACK_ACTIVE`,36389,`TRANSFORM_FEEDBACK_BINDING`,37167,`TEXTURE_IMMUTABLE_FORMAT`,36203,`MAX_ELEMENT_INDEX`,33503,`TEXTURE_IMMUTABLE_LEVELS`,-1,`TIMEOUT_IGNORED`,37447,`MAX_CLIENT_WAIT_TIMEOUT_WEBGL`,`WebGL2RenderingContextBase`,`PPn!2"n#2$$1%Pn&2'$1(Pn)2"n*2+Pn,,J2-$1.Pn/2"n02+Pn1,J2-n223n425$16Pn728Pn9,J2:$1;Pn<2"Pn=,J2>$1?PPn@,J2A$1BPnC2DnE2FnG2HnI2JnK2LnM2NnO2PnQ2RnS2TnU2V$1WPnX2-nY2Zn[2\\n]2^$1_Pn\`2-na2Znb2c'2d8$1ePnf2-ng2Znh2c'2d8$1iPnj2-nk2Znl2c'2d8$1mPnn2onp2qnr2snt1uPnv2"nw2xny2zn{2|n}2~n2\\n2n2n23$1
Pn2"n2xn2zn2|n2~n2\\n2no"2'2d8n28$1
Pn2"n2xn2n2n2n2|n2~n2\\n2n2n\xA023$1¡Pn¢2"n£2xn¤2n¥2n¦2n§2|n¨2~n©2\\nª2n¬o«"2'2d8n28$1¡Pn®2¯n°2±n²2³n´2µn¶25$1·Pn¸2"n¹2xnº2n»2n¼2n½2¾n¿2ÀnÁ2|nÂ2~$1ÃPnÄ1ÅPnÆ1ÇPnÈ1ÉPnÊ1ËPPnÌ,J2$$1ÍPPnÎ,J2:$1ÏPPnÐ,J2o$1ÑPPnÒ,J2>$1ÓPPnÔ,J2Õ$1ÖPn×2ØnÙ2ÚnÛ2ÜnÝ2Þ$1ßPnàF2á$1âPnã2Ønä2Ünå2ænç23nè2Þ$1éPnê2Ønë2ìní2înï2Ünð2ænñ23$1òPnó2"$1ôP$1õPnö2÷nø2qPnù,J1úPnû2"nü2ýPnþ,J2ÿnĀ2xnā2Ă$1ăPnĄ2ąnĆ2ćP&,J1ĈPnĉ2ąnĊ2ćnċ2Č"1čPnĎ2ąnďF2Đnđ2Č"1ĒPnē2"nĔ2ĕnėoĖ"2Ę'2ę8nĚ2ě8$1ĜPnĝ2ą&2Ğnğ1ĠPnġ2"nĢ2+"1ģPnĤ2"nĥ2znĦ2Č"1ħPnĨ2"nĩ2ČPnĪ,J1īPnĬ2$nĭ2Č"1ĮPnį2:nİ2Č"1ıPnIJ2onij2Č"1ĴPnĵ2ąnĶ2+Pnķ,J1ĸPnĹ2ą&2ĺnĻ1ļPnĽ2ą&F2ľPnĿF,J1ŀPnŁ2"nłF2Ń$1ńPnŅ2"nņF2ŃnŇ2¾nň2Ànʼn2|nŊ2~$1ŋPPnŌ,J2$nō1ŎPPnŏ,J2:nŐ1őPPnŒ,J2onœ1ŔPPnŕ,J2>nŖ1ŗPPnŘ,J2Õnř1ŚP$1śPnŜ2ŝ$1ŞPnş2"nŠ2šnŢ2znţ2|nŤ2~$1ťP$1ŦPnŧ2:nŨ2Čnũ2Ū$1ūPnŬ2:nŭ2ČnŮ2Ū$1ůPnŰ2"nű2xnŲ2znų2|nŴ2~nŵ2\\nŶ2nŷ2nŸ2ænŹ2ź$1ŻPnż2"nŽ2xnž2znſ2|nƀ2~nƁ2\\nƂ2nƃ2nƄ2ænƅ2Ɔ$1ŻPnƇ2"nƈ2xnƉ2znƊ2|nƋ2~nƌ2\\nƍ2nƎ2nƏ2æPnƑoƐ",J2$1ŻPnƒ2"nƓ2xnƔ2znƕ2|nƖ2~nƗ2\\nƘ2nƙ2nƚ2ænƜoƛ"2'2d$1ŻPnƝ2"nƞ2ƟnƠ2znơ2|nƢ2~$1ƣPnƤ2"nƥ2ƟnƦ2znƧ2|nƨ2~nƩ2\\$1ƪPnƫ2"nƬ2xnƭ2nƮ2nƯ2nư2|nƱ2~nƲ2\\nƳ2nƴ2ænƵ2ź$1ƶPnƷ2"nƸ2xnƹ2nƺ2nƻ2nƼ2|nƽ2~nƾ2\\nƿ2nǀ2ænǁ2Ɔ$1ƶPnǂ2"nǃ2xnDŽ2nDž2ndž2nLJ2|nLj2~nlj2\\nNJ2nNj2æPnǍonj",J2'2d8$1ƶPnǎ2ą&F2Ǐnǐ2Ǒ$1ǒPPnǓ,J2ǔnǕ2ǖ$1ǗPPnǘ,J2ǔnǙ2ǚ'2d8nǛ2ǜ8$1ǝPPnǞ,J2ǔnǟ2ǖnǠ2ǡ$1ǢPPnǣ,J2ǔnǤ2ǚ'2d8nǥ2ǜ8$1ǦPPnǧ,J2ǔnǨ2ǖnǩ2ǡnǪ2ǫ$1ǬPPnǭ,J2ǔnǮ2ǚ'2d8nǯ2ǜ8$1ǰPPnDZ,J2ǔnDz2ǖndz2ǡnǴ2ǫnǵ2Ƕ$1ǷPPnǸ,J2ǔnǹ2ǚ'2d8nǺ2ǜ8$1ǻPnǼ2ąnǽ2ćnǾ2ǿ$1ǿPPnȀ,J2ǔnȁ2Ȃnȃ2ǚ'2d8nȄ2ǜ8$1ȅPPnȆ,J2ǔnȇ2ȂnȈ2ǚ'2d8nȉ2ǜ8$1ȊPPnȋ,J2ǔnȌ2Ȃnȍ2ǚ'2d8nȎ2ǜ8$1ȏPPnȐ,J2ǔnȑ2ȂnȒ2ǚ'2d8nȓ2ǜ8$1ȔPPnȕ,J2ǔnȖ2Ȃnȗ2ǚ'2d8nȘ2ǜ8$1șPPnȚ,J2ǔnț2ȂnȜ2ǚ'2d8nȝ2ǜ8$1ȞPnȟ2+nȠ2ȡ$1ȢPnȣ2+nȤ2¾nȥ2ÀnȦ2ȧnȨ2ȩ$1ȪPnȫ2+nȬ2c$1ȭPnȮ2+nȯ2¾nȰ2Ànȱ2ȧnȲ2ȩ$1ȳPnȴ2+nȵ2c$1ȶPnȷ2+nȸ25nȹ2ænȺ2Ȼnȼ23$1ȽPnȾ2onȿ2qnɀ2s$1Ɂ.ɂ4Ƀ9.Ʉ4Ʌ9.Ɇ4ɇ9.Ɉ4ɉ9.Ɋ4ɋ9.Ɍ4ɍ9.Ɏ4ɏ9.ɐ4ɑ9.ɒ4ɓ9.ɔ4ɕ9.ɖ4ɗ9.ɘ4ə9.ɚ4ɛ9.ɜ4ɝ9.ɞ4ɟ9.ɠ4ɡ9.ɢ4ɣ9.ɤ4ɥ9.ɦ4ɧ9.ɨ4ɩ9.ɪ4ɫ9.ɬ4ɭ9.ɮ4ɯ9.ɰ4ɱ9.ɲ4ɳ9.ɴ4ɵ9.ɶ4ɷ9.ɸ4ɹ9.ɺ4ɻ9.ɼ4ɽ9.ɾ4ɿ9.ʀ4ʁ9.ʂ4ʃ9.ʄ4ʅ9.ʆ4ʇ9.ʈ4ʉ9.ʊ4ʋ9.ʌ4ʍ9.ʎ4ʏ9.ʐ4ʑ9.ʒ4ʓ9.ʔ4ʕ9.ʖ4ʗ9.ʘ4ʙ9.ʚ4ʛ9.ʜ4ʝ9.ʞ4ʟ9.ʠ4ʡ9.ʢ4ʣ9.ʤ4ʥ9.ʦ4ʧ9.ʨ4ʩ9.ʪ4ʫ9.ʬ4ʭ9.ʮ4ʯ9.ʰ4ʱ9.ʲ4ʳ9.ʴ4ʵ9.ʶ4ʷ9.ʸ4ʹ9.ʺ4ʻ9.ʼ4ʽ9.ʾ4ʿ9.ˀ4ˁ9.˂4˃9.˄4˅9.ˆ4ˇ9.ˈ4ˉ9.ˊ4ˋ9.ˌ4ˍ9.ˎ4ˏ9.ː4ˑ9.˒4˓9.˔4˕9.˖4˗9.˘4˙9.˚4˛9.˜4˝9.˞4˟9.ˠ4ˡ9.ˢ4ˣ9.ˤ4˥9.˦4˧9.˨4˩9.˪4˫9.ˬ4˭9.ˮ4˯9.˰4˱9.˲4˳9.˴4˵9.˶4˷9.˸4˹9.˺4˻9.˼4˽9.˾4˿9.̀4́9.̂4̃9.̄4̅9.̆4̇9.̈4̉9.̊4̋9.̌4̍9.̎4̏9.̐4̑9.̒4̓9.̔4̕9.̖4̗9.̘4̙9.̚4̛9.̜4̝9.̞4̟9.̠4̡9.̢4̣9.̤4̥9.̦4̧9.̨4̩9.̪4̫9.̬4̭9.̮4̯9.̰4̱9.̲4̳9.̴4̵9.̶4̷9.̸4̹9.̺4̻9.̼4̽9.̾4̿9.̀4́9.͂4̓9.̈́4ͅ9.͆4͇9.͈4͉9.͊4͋9.͌4͍9.͎4͏9.͐4͑9.͒4͓9.͔4͕9.͖4͗9.͘4͙9.͚4͛9.͜4͝9.͞4͟9.͠4͡9.͢4ͣ9.ͤ4ͥ9.ͦ4ͧ9.ͨ4ͩ9.ͪ4ͫ9.ͬ4ͭ9.ͮ4ͯ9.Ͱ4ͱ9.Ͳ4ͳ9.ʹ4͵9.Ͷ4ͷ9.49.ͺ4ͻ9.ͼ4ͽ9.;4Ϳ9.49.49.΄4΅9.Ά4·9.Έ4Ή9.Ί49.Ό49.Ύ4Ώ9.ΐ4Α9.Β4Γ9.Δ4Ε9.Ζ4Η9.Θ4Ι9.Κ4Λ9.Μ4Ν9.Ξ4Ο9.Π4Ρ9.4Σ9.Τ4Υ9.Φ4Χ9.Ψ4Ω9.Ϊ4Ϋ9.ά4έ9.ή4ί9.ΰ4α9.β4γ9.δ4ε9.ζ4η9.θ4ι9.κ4λ9.μ4ν9.ξ4ο9.π4ρ9.ς4σ9.τ4υ9.φ4χ9.ψ4ω9.ϊ4ϋ9.ό4ύ9.ώ4Ϗ9.ϐ4ϑ9.ϒ4ϓ9.ϔ4ϕ9.ϖ4ϗ9.Ϙ4ϙ9.Ϛ4ϛ9.Ϝ4ϝ9.Ϟ4ϟ9.Ϡ4ϡ9.Ϣ4ϣ9.Ϥ4ϥ9.Ϧ4ϧ9.Ϩ4ϩ9.Ϫ4ϫ9.Ϭ4ϭ9.Ϯ4ϯ9.ϰ4ϱ9.ϲ4ϳ9.ϴ4ϵ9.϶4Ϸ9.ϸ4Ϲ9.Ϻ4ϻ9.ϼ4Ͻ9.Ͼ4Ͽ9.Ѐ4Ё9.Ђ4Ѓ9.Є4Ѕ9.І4Ї9.Ј4Љ9.Њ4Ћ9.Ќ4Ѝ9.Ў4Џ9.А4Б9.В4Г9.Д4Е9.Ж4З9.И4Й9.К4Л9.М4Н9.О4П9.Р4С9.Т4У9.Ф4Х9.Ц4Ч9.Ш4Щ9.Ъ4Ы9.Ь4Э9.Ю4Я9.а4б9.в4г9.д4е9.ж4з9.и4й9.к4л9.м4н9.о4п9.р4с9.т4у9.ф4х9.ц4ч9.ш4щ9.ъ4ы9.ь4э9Mwюy`],Cx=[()=>pC,`target`,()=>dw,`size`,()=>pC,`usage`,`bufferData`,()=>pC,()=>fw,`srcData`,()=>pC,()=>pC,()=>pw,()=>mw,()=>pC,`srcOffset`,()=>gC,`length`,()=>pC,()=>TC,`dstByteOffset`,()=>fw,`bufferSubData`,()=>pC,()=>TC,()=>pw,()=>mw,()=>gC,()=>pC,()=>CC,`level`,()=>pC,`internalformat`,()=>fC,`width`,()=>fC,`height`,()=>CC,`border`,()=>fC,`imageSize`,()=>TC,`offset`,`compressedTexImage2D`,()=>pC,()=>CC,()=>pC,()=>fC,()=>fC,()=>CC,()=>pw,()=>mw,()=>gC,`srcLengthOverride`,()=>pC,()=>CC,()=>CC,`xoffset`,()=>CC,`yoffset`,()=>fC,()=>fC,()=>pC,`format`,()=>fC,()=>TC,`compressedTexSubImage2D`,()=>pC,()=>CC,()=>CC,()=>CC,()=>fC,()=>fC,()=>pC,()=>pw,()=>mw,()=>gC,()=>CC,`x`,()=>CC,`y`,()=>fC,()=>fC,()=>pC,()=>pC,`type`,()=>pw,()=>mw,`dstData`,`readPixels`,()=>CC,()=>CC,()=>fC,()=>fC,()=>pC,()=>pC,()=>TC,()=>CC,()=>CC,()=>fC,()=>fC,()=>pC,()=>pC,()=>pw,()=>mw,`dstOffset`,()=>pC,()=>CC,()=>CC,()=>fC,()=>fC,()=>CC,()=>pC,()=>pC,()=>pw,()=>mw,`pixels`,`texImage2D`,()=>pC,()=>CC,()=>CC,()=>pC,()=>pC,()=>hw,`source`,()=>pC,()=>CC,()=>CC,()=>fC,()=>fC,()=>CC,()=>pC,()=>pC,()=>TC,`pboOffset`,()=>pC,()=>CC,()=>CC,()=>fC,()=>fC,()=>CC,()=>pC,()=>pC,()=>hw,()=>pC,()=>CC,()=>CC,()=>fC,()=>fC,()=>CC,()=>pC,()=>pC,()=>pw,()=>mw,()=>pC,()=>CC,()=>CC,()=>CC,()=>fC,()=>fC,()=>pC,()=>pC,()=>pw,()=>mw,`texSubImage2D`,()=>pC,()=>CC,()=>CC,()=>CC,()=>pC,()=>pC,()=>hw,()=>pC,()=>CC,()=>CC,()=>CC,()=>fC,()=>fC,()=>pC,()=>pC,()=>TC,()=>pC,()=>CC,()=>CC,()=>CC,()=>fC,()=>fC,()=>pC,()=>pC,()=>hw,()=>pC,()=>CC,()=>CC,()=>CC,()=>fC,()=>fC,()=>pC,()=>pC,()=>pw,()=>mw,()=>cw,`location`,()=>uw,`data`,()=>gC,`srcLength`,`uniform1fv`,()=>cw,()=>gw,()=>gC,`uniform1iv`,()=>cw,()=>uw,()=>gC,`uniform2fv`,()=>cw,()=>gw,()=>gC,`uniform2iv`,()=>cw,()=>uw,()=>gC,`uniform3fv`,()=>cw,()=>gw,()=>gC,`uniform3iv`,()=>cw,()=>uw,()=>gC,`uniform4fv`,()=>cw,()=>gw,()=>gC,`uniform4iv`,()=>cw,()=>wC,`transpose`,()=>uw,()=>gC,`uniformMatrix2fv`,()=>cw,()=>wC,()=>uw,()=>gC,`uniformMatrix3fv`,()=>cw,()=>wC,()=>uw,()=>gC,`uniformMatrix4fv`,`WebGL2RenderingContextOverloads`,`PPn!2"n#2$n%2&$1'Pn(2"Pn),J2*n+2&$1'Pn,2"n.o-"2*n/2&'20n1228$1'Pn32"n425n62*$17Pn82"n925n;o:"2*'20n<228$17Pn=2"n>2?n@2AnB2CnD2EnF2GnH2InJ2K$1LPnM2"nN2?nO2AnP2CnQ2EnR2GnToS"2*'208nU2V8$1LPnW2"nX2?nY2Zn[2\\n]2Cn^2En_2\`na2Inb2K$1cPnd2"ne2?nf2Zng2\\nh2Cni2Enj2\`nlok"2*'208nm2V8$1cPnn2onp2qnr2Cns2Ent2\`nu2vPnxow",J2y$1zPn{2on|2qn}2Cn~2En2\`n2vn2K$1zPn2on2qn2Cn
2En2\`n2vno"2y'2$1zPn2"n2?n2An2Cn2En2Gn2\`n2vPno",J2$1Pn2"n2?n2An2\`n2vn2$1Pn2"n2?n\xA02An¡2Cn¢2En£2Gn¤2\`n¥2vn¦2§$1Pn¨2"n©2?nª2An«2Cn¬2En2Gn®2\`n¯2vn°2$1Pn±2"n²2?n³2An´2Cnµ2En¶2Gn·2\`n¸2vnºo¹"2*'20$1Pn»2"n¼2?n½2Zn¾2\\n¿2CnÀ2EnÁ2\`nÂ2vPnÄoÃ",J2$1ÅPnÆ2"nÇ2?nÈ2ZnÉ2\\nÊ2\`nË2vnÌ2$1ÅPnÍ2"nÎ2?nÏ2ZnÐ2\\nÑ2CnÒ2EnÓ2\`nÔ2vnÕ2§$1ÅPnÖ2"n×2?nØ2ZnÙ2\\nÚ2CnÛ2EnÜ2\`nÝ2vnÞ2$1ÅPnß2"nà2?ná2Znâ2\\nã2Cnä2Enå2\`næ2vnèoç"2*'20$1ÅPPné,J2ênë2ì'208ní2î8$1ïPPnð,J2ênñ2ì'208nò2î8$1óPPnô,J2ênõ2ì'208nö2î8$1÷PPnø,J2ênù2ì'208nú2î8$1ûPPnü,J2êný2ì'208nþ2î8$1ÿPPnĀ,J2ênā2ì'208nĂ2î8$1ăPPnĄ,J2êną2ì'208nĆ2î8$1ćPPnĈ,J2ênĉ2ì'208nĊ2î8$1ċPPnČ,J2ênč2Ďnď2ì'208nĐ2î8$1đPPnĒ,J2ênē2ĎnĔ2ì'208nĕ2î8$1ĖPPnė,J2ênĘ2Ďnę2ì'208nĚ2î8$1ěMwĜy`],wx=[`size`,`type`,`arrayBuffer`,`bytes`,`start`,`end`,`contentType`,0,`slice`,()=>Tw,`stream`,`text`,`Blob`,"P'4!9&4\"9P_`1#PW`1$P'2%8'2&8&2'8n(1)PWo*\"1+P&`1,Mw-y"],Tx=[`bubbles`,`cancelBubble`,`cancelable`,`composed`,()=>Xb,`currentTarget`,`defaultPrevented`,`eventPhase`,`isTrusted`,`returnValue`,()=>Xb,`srcElement`,()=>Xb,`target`,()=>Ew,`timeStamp`,`type`,()=>Xb,`composedPath`,`initEvent`,`preventDefault`,`stopImmediatePropagation`,`stopPropagation`,0,`NONE`,1,`CAPTURING_PHASE`,2,`AT_TARGET`,3,`BUBBLING_PHASE`,`Event`,`P)4!9)4")4#9)4$9Pn%,J4&9)4'9'4(9)4)9)4*Pn+,J4,9Pn-,J4.9n/409&419Pn2F13P&21)2!8)2#8$14P$15P$16P$17.8499.:4;9.<4=9.>4?9Mw@y`],Ex=[`quality`,`type`,`ImageEncodeOptions`,`P'4!8&4"8Mw#y`],Dx=[()=>tx,()=>nx,()=>rx,()=>ix,()=>ax,()=>ox,()=>sx,()=>cx,()=>lx,()=>ux,()=>fx,()=>px,()=>mx,()=>hx,()=>gx,()=>zb,`canvas`,`OffscreenCanvasRenderingContext2D`,`Pn!n"n#n$n%n&n'n(n)n*n+n,n-n.n/n0419Mw2y`],Ox=[`2d`,`bitmaprenderer`,`webgl`,`webgl2`,`webgpu`,`OffscreenRenderingContextId`,`P.!.".#.$.%Jw&y`],kx=[()=>Dx,()=>Nb,()=>Fb,()=>Ib,`OffscreenRenderingContext`,`Pn!n"n#n$Jw%y`],Ax=[()=>Tx,`contextlost`,()=>Tx,`contextrestored`,`OffscreenCanvasEventMap`,`Pn!4"n#4$Mw%y`],jx=[()=>Tx,`fullscreenchange`,()=>Tx,`fullscreenerror`,`ElementEventMap`,`Pn!4"n#4$Mw%y`],Mx=[()=>fS,`abort`,()=>pS,`animationcancel`,()=>pS,`animationend`,()=>pS,`animationiteration`,()=>pS,`animationstart`,()=>mS,`auxclick`,()=>hS,`beforeinput`,()=>Tx,`beforematch`,()=>gS,`beforetoggle`,()=>_S,`blur`,()=>Tx,`cancel`,()=>Tx,`canplay`,()=>Tx,`canplaythrough`,()=>Tx,`change`,()=>mS,`click`,()=>Tx,`close`,()=>Dw,`compositionend`,()=>Dw,`compositionstart`,()=>Dw,`compositionupdate`,()=>Tx,`contextlost`,()=>mS,`contextmenu`,()=>Tx,`contextrestored`,()=>vS,`copy`,()=>Tx,`cuechange`,()=>vS,`cut`,()=>yS,`dblclick`,()=>bS,`drag`,()=>bS,`dragend`,()=>bS,`dragenter`,()=>bS,`dragleave`,()=>bS,`dragover`,()=>bS,`dragstart`,()=>bS,`drop`,()=>Tx,`durationchange`,()=>Tx,`emptied`,()=>Tx,`ended`,()=>Ow,`error`,()=>_S,`focus`,()=>_S,`focusin`,()=>_S,`focusout`,()=>SS,`formdata`,()=>mS,`gotpointercapture`,()=>Tx,`input`,()=>Tx,`invalid`,()=>CS,`keydown`,()=>CS,`keypress`,()=>CS,`keyup`,()=>Tx,`load`,()=>Tx,`loadeddata`,()=>Tx,`loadedmetadata`,()=>Tx,`loadstart`,()=>mS,`lostpointercapture`,()=>yS,`mousedown`,()=>yS,`mouseenter`,()=>yS,`mouseleave`,()=>yS,`mousemove`,()=>yS,`mouseout`,()=>yS,`mouseover`,()=>yS,`mouseup`,()=>vS,`paste`,()=>Tx,`pause`,()=>Tx,`play`,()=>Tx,`playing`,()=>mS,`pointercancel`,()=>mS,`pointerdown`,()=>mS,`pointerenter`,()=>mS,`pointerleave`,()=>mS,`pointermove`,()=>mS,`pointerout`,()=>mS,`pointerover`,()=>Tx,`pointerrawupdate`,()=>mS,`pointerup`,()=>wS,`progress`,()=>Tx,`ratechange`,()=>Tx,`reset`,()=>fS,`resize`,()=>Tx,`scroll`,()=>Tx,`scrollend`,()=>TS,`securitypolicyviolation`,()=>Tx,`seeked`,()=>Tx,`seeking`,()=>Tx,`select`,()=>Tx,`selectionchange`,()=>Tx,`selectstart`,()=>Tx,`slotchange`,()=>Tx,`stalled`,()=>ES,`submit`,()=>Tx,`suspend`,()=>Tx,`timeupdate`,()=>gS,`toggle`,()=>DS,`touchcancel`,()=>DS,`touchend`,()=>DS,`touchmove`,()=>DS,`touchstart`,()=>OS,`transitioncancel`,()=>OS,`transitionend`,()=>OS,`transitionrun`,()=>OS,`transitionstart`,()=>Tx,`volumechange`,()=>Tx,`waiting`,()=>Tx,`webkitanimationend`,()=>Tx,`webkitanimationiteration`,()=>Tx,`webkitanimationstart`,()=>Tx,`webkittransitionend`,()=>kS,`wheel`,`GlobalEventHandlersEventMap`,`Pn!4"n#4$n%4&n'4(n)4*n+4,n-4.n/40n142n344n546n748n94:n;4<n=4>n?4@nA4BnC4DnE4FnG4HnI4JnK4LnM4NnO4PnQ4RnS4TnU4VnW4XnY4Zn[4\\n]4^n_4\`na4bnc4dne4fng4hni4jnk4lnm4nno4pnq4rns4tnu4vnw4xny4zn{4|n}4~n4n4n4n
4n4n4n4n4n4n4n4n4n4n4n4n4n4\xA0n¡4¢n£4¤n¥4¦n§4¨n©4ªn«4¬n4®n¯4°n±4²n³4´nµ4¶n·4¸n¹4ºn»4¼n½4¾n¿4ÀnÁ4ÂnÃ4ÄnÅ4ÆnÇ4ÈnÉ4ÊnË4ÌnÍ4ÎnÏ4ÐnÑ4ÒnÓ4ÔnÕ4Ön×4ØnÙ4ÚnÛ4ÜnÝ4Þnß4àná4ânã4änå4ænç4èné4ênë4ìní4înï4ðnñ4òMwóy`],Nx=[()=>Xb,`aborted`,0,`this`,()=>Tx,`ev`,``,`onabort`,`reason`,`throwIfAborted`,`type`,0,()=>kw,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>kw,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`AbortSignal`,`Pn!)4"9PPn#2$n%2&"/',J4("4)9P$1*P"2+Pn,2$n-"f2&"/'2.P)n/J208$11P&2+n22.P)n3J208$11P"2+Pn42$n5"f2&"/'2.P)n6J208$17P&2+n82.P)n9J208$17Mw:y`],Px=[()=>Tx,`evt`,``,`EventListener`,`PPn!2"$v#Mw$y`],Fx=[()=>Tx,`object`,`handleEvent`,`EventListenerObject`,`PPn!2"$1#Mw$y`],Ix=[()=>Xb,`baseURI`,()=>Aw,()=>zx,`childNodes`,()=>zx,`firstChild`,`isConnected`,()=>zx,`lastChild`,()=>zx,`nextSibling`,`nodeName`,`nodeType`,`nodeValue`,()=>Wx,`ownerDocument`,()=>Ob,`parentElement`,()=>Vx,`parentNode`,()=>zx,`previousSibling`,`textContent`,`node`,`appendChild`,`subtree`,0,`cloneNode`,0,`other`,`compareDocumentPosition`,0,`contains`,()=>jw,`options`,0,`getRootNode`,`hasChildNodes`,0,`child`,`insertBefore`,`namespace`,`isDefaultNamespace`,0,`otherNode`,`isEqualNode`,0,`isSameNode`,`prefix`,`lookupNamespaceURI`,`lookupPrefix`,`normalize`,`removeChild`,0,`replaceChild`,1,`ELEMENT_NODE`,2,`ATTRIBUTE_NODE`,3,`TEXT_NODE`,4,`CDATA_SECTION_NODE`,5,`ENTITY_REFERENCE_NODE`,6,`ENTITY_NODE`,7,`PROCESSING_INSTRUCTION_NODE`,8,`COMMENT_NODE`,9,`DOCUMENT_NODE`,10,`DOCUMENT_TYPE_NODE`,11,`DOCUMENT_FRAGMENT_NODE`,12,`NOTATION_NODE`,1,`DOCUMENT_POSITION_DISCONNECTED`,2,`DOCUMENT_POSITION_PRECEDING`,4,`DOCUMENT_POSITION_FOLLOWING`,8,`DOCUMENT_POSITION_CONTAINS`,16,`DOCUMENT_POSITION_CONTAINED_BY`,32,`DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC`,`Node`,`Pn!&4"9n$o#"4%9Pn&,J4'9)4(9Pn),J4*9Pn+,J4,9&4-9'4.9P&,J4/Pn0,J419Pn2,J439Pn4,J459Pn6,J479P&,J48P"29"1:P)2;8n<1=Pn>2?'1@PPnA,J2?)1BPnC2D8nE1FP)1GP"29PnH,J2I"1JPP&,J2K)1LPPnM,J2N)1OPPnP,J2N)1QPP&,J2RP&,J1SPP&,J2KP&,J1TP$1UP"2I"1VPnW29"2I"1X.Y4Z9.[4\\9.]4^9._4\`9.a4b9.c4d9.e4f9.g4h9.i4j9.k4l9.m4n9.o4p9.q4r9.s4t9.u4v9.w4x9.y4z9.{4|9Mw}y`],Lx=[()=>Wb,`ariaActiveDescendantElement`,`ariaAtomic`,`ariaAutoComplete`,`ariaBrailleLabel`,`ariaBrailleRoleDescription`,`ariaBusy`,`ariaChecked`,`ariaColCount`,`ariaColIndex`,`ariaColIndexText`,`ariaColSpan`,()=>Mw,()=>Wb,`ariaControlsElements`,`ariaCurrent`,()=>Mw,()=>Wb,`ariaDescribedByElements`,`ariaDescription`,()=>Mw,()=>Wb,`ariaDetailsElements`,`ariaDisabled`,()=>Mw,()=>Wb,`ariaErrorMessageElements`,`ariaExpanded`,()=>Mw,()=>Wb,`ariaFlowToElements`,`ariaHasPopup`,`ariaHidden`,`ariaInvalid`,`ariaKeyShortcuts`,`ariaLabel`,()=>Mw,()=>Wb,`ariaLabelledByElements`,`ariaLevel`,`ariaLive`,`ariaModal`,`ariaMultiLine`,`ariaMultiSelectable`,`ariaOrientation`,()=>Mw,()=>Wb,`ariaOwnsElements`,`ariaPlaceholder`,`ariaPosInSet`,`ariaPressed`,`ariaReadOnly`,`ariaRelevant`,`ariaRequired`,`ariaRoleDescription`,`ariaRowCount`,`ariaRowIndex`,`ariaRowIndexText`,`ariaRowSpan`,`ariaSelected`,`ariaSetSize`,`ariaSort`,`ariaValueMax`,`ariaValueMin`,`ariaValueNow`,`ariaValueText`,`role`,`ARIAMixin`,`PPn!,J4"P&,J4#P&,J4$P&,J4%P&,J4&P&,J4'P&,J4(P&,J4)P&,J4*P&,J4+P&,J4,Pn.o-",J4/P&,J40Pn2o1",J43P&,J44Pn6o5",J47P&,J48Pn:o9",J4;P&,J4<Pn>o=",J4?P&,J4@P&,J4AP&,J4BP&,J4CP&,J4DPnFoE",J4GP&,J4HP&,J4IP&,J4JP&,J4KP&,J4LP&,J4MPnOoN",J4PP&,J4QP&,J4RP&,J4SP&,J4TP&,J4UP&,J4VP&,J4WP&,J4XP&,J4YP&,J4ZP&,J4[P&,J4\\P&,J4]P&,J4^P&,J4_P&,J4\`P&,J4aP&,J4bP&,J4cMwdy`],Rx=[()=>Nw,()=>Pw,`keyframes`,()=>Fw,`options`,()=>Iw,`animate`,()=>Lw,()=>Iw,`getAnimations`,`Animatable`,`PPPn!Fn",J2#P'n$J2%8n&1'Pn(2%8n)F1*Mw+y`],zx=[()=>Ix,()=>Ix,`nodes`,`after`,()=>Ix,`before`,`remove`,()=>Ix,`replaceWith`,`ChildNode`,`Pn!PPn"&J@2#$1$PPn%&J@2#$1&P$1'PPn(&J@2#$1)Mw*y`],Bx=[()=>Wb,`nextElementSibling`,()=>Wb,`previousElementSibling`,`NonDocumentTypeChildNode`,`PPn!,J4"9Pn#,J4$9Mw%y`],Vx=[()=>Ix,`childElementCount`,()=>Rw,`children`,()=>Wb,`firstElementChild`,()=>Wb,`lastElementChild`,()=>Ix,`nodes`,`append`,()=>Ix,`prepend`,`selectors`,()=>Jx,`querySelector`,()=>Yx,()=>Xx,()=>nS,()=>Aw,()=>Jx,`querySelectorAll`,()=>Aw,()=>Yx,()=>Aw,()=>Xx,()=>Aw,()=>nS,()=>Aw,()=>Ix,`replaceChildren`,`ParentNode`,`Pn!'4"9n#4$9Pn%,J4&9Pn',J4(9PPn)&J@2*$1+PPn,&J@2*$1-P"2.Pn/"f,J10P"2.Pn1"f,J10P"2.Pn2"f,J10P"2.Pn3"f,J10P&2.P",J10P"2.n5"fo4"16P"2.n8"fo7"16P"2.n:"fo9"16P"2.n<"fo;"16P&2."o="16PPn>&J@2*$1?Mw@y`],Hx=[()=>zw,`assignedSlot`,`Slottable`,`PPn!,J4"9Mw#y`],Ux=[`length`,`qualifiedName`,()=>Qx,`getNamedItem`,`namespace`,`localName`,()=>Qx,`getNamedItemNS`,`index`,()=>Qx,`item`,()=>Qx,`removeNamedItem`,()=>Qx,`removeNamedItemNS`,()=>Qx,`attr`,()=>Qx,`setNamedItem`,()=>Qx,()=>Qx,`setNamedItemNS`,()=>Qx,`NamedNodeMap`,`P'4!9P&2"Pn#,J1$PP&,J2%&2&Pn',J1(P'2)Pn*,J1+P&2"n,1-PP&,J2%&2&n.1/Pn021Pn2,J13Pn421Pn5,J16'n7LMw8y`],Wx=[()=>Ix,()=>Bw,()=>Vw,()=>qb,()=>Hw,()=>Vx,()=>Uw,`URL`,`alinkColor`,()=>Ww,`all`,()=>tS,()=>Gw,`anchors`,()=>Rw,`applets`,`bgColor`,()=>Ob,`body`,`characterSet`,`charset`,`compatMode`,`contentType`,`cookie`,()=>Kw,`currentScript`,()=>qw,()=>globalThis,`defaultView`,`designMode`,`dir`,()=>Jw,`doctype`,()=>Ob,`documentElement`,`documentURI`,`domain`,()=>tS,()=>Yw,`embeds`,`fgColor`,()=>tS,()=>MS,`forms`,()=>Xw,`fragmentDirective`,`fullscreen`,`fullscreenEnabled`,()=>Zw,`head`,`hidden`,()=>tS,()=>Qw,`images`,()=>$w,`implementation`,`inputEncoding`,`lastModified`,`linkColor`,()=>tS,()=>Gw,()=>eT,`links`,0,`this`,()=>Tx,`ev`,``,`onfullscreenchange`,0,()=>Tx,`onfullscreenerror`,0,()=>Tx,`onpointerlockchange`,0,()=>Tx,`onpointerlockerror`,0,()=>Tx,`onreadystatechange`,0,()=>Tx,`onvisibilitychange`,`ownerDocument`,`pictureInPictureEnabled`,()=>tS,()=>Yw,`plugins`,()=>tT,`readyState`,`referrer`,()=>nT,`rootElement`,()=>tS,()=>rT,`scripts`,()=>Wb,`scrollingElement`,()=>iT,`timeline`,`title`,()=>aT,`visibilityState`,`vlinkColor`,`node`,`adoptNode`,`captureEvents`,`x`,`y`,()=>oT,`options`,()=>sT,`caretPositionFromPoint`,()=>cT,`caretRangeFromPoint`,`clear`,`close`,`localName`,()=>Qx,`createAttribute`,`namespace`,`qualifiedName`,()=>Qx,`createAttributeNS`,`data`,()=>lT,`createCDATASection`,()=>uT,`createComment`,()=>dT,`createDocumentFragment`,`tagName`,()=>fT,()=>Jx,`createElement`,()=>fT,()=>nS,()=>fT,()=>Ob,`http://www.w3.org/1999/xhtml`,`namespaceURI`,()=>Ob,`createElementNS`,`http://www.w3.org/2000/svg`,()=>Yx,`http://www.w3.org/2000/svg`,()=>rS,`http://www.w3.org/1998/Math/MathML`,()=>Xx,`http://www.w3.org/1998/Math/MathML`,()=>iS,()=>fT,()=>Wb,()=>fT,()=>Wb,`AnimationEvent`,`eventInterface`,()=>pS,`createEvent`,`AnimationPlaybackEvent`,()=>pT,`AudioProcessingEvent`,()=>mT,`BeforeUnloadEvent`,()=>hT,`BlobEvent`,()=>gT,`ClipboardEvent`,()=>vS,`CloseEvent`,()=>_T,`CompositionEvent`,()=>Dw,`ContentVisibilityAutoStateChangeEvent`,()=>vT,`CookieChangeEvent`,()=>yT,`CustomEvent`,()=>bT,`DeviceMotionEvent`,()=>xT,`DeviceOrientationEvent`,()=>ST,`DragEvent`,()=>bS,`ErrorEvent`,()=>Ow,`Event`,()=>Tx,`Events`,()=>Tx,`FocusEvent`,()=>_S,`FontFaceSetLoadEvent`,()=>CT,`FormDataEvent`,()=>SS,`GamepadEvent`,()=>wT,`HashChangeEvent`,()=>TT,`IDBVersionChangeEvent`,()=>ET,`InputEvent`,()=>hS,`KeyboardEvent`,()=>CS,`MIDIConnectionEvent`,()=>DT,`MIDIMessageEvent`,()=>OT,`MediaEncryptedEvent`,()=>kT,`MediaKeyMessageEvent`,()=>AT,`MediaQueryListEvent`,()=>jT,`MediaStreamTrackEvent`,()=>Zb,`MessageEvent`,()=>MT,`MouseEvent`,()=>yS,`MouseEvents`,()=>yS,`OfflineAudioCompletionEvent`,()=>NT,`PageRevealEvent`,()=>PT,`PageSwapEvent`,()=>FT,`PageTransitionEvent`,()=>IT,`PaymentMethodChangeEvent`,()=>LT,`PaymentRequestUpdateEvent`,()=>RT,`PictureInPictureEvent`,()=>zT,`PointerEvent`,()=>mS,`PopStateEvent`,()=>BT,`ProgressEvent`,()=>wS,`PromiseRejectionEvent`,()=>VT,`RTCDTMFToneChangeEvent`,()=>HT,`RTCDataChannelEvent`,()=>UT,`RTCErrorEvent`,()=>WT,`RTCPeerConnectionIceErrorEvent`,()=>GT,`RTCPeerConnectionIceEvent`,()=>KT,`RTCTrackEvent`,()=>qT,`SecurityPolicyViolationEvent`,()=>TS,`SpeechSynthesisErrorEvent`,()=>JT,`SpeechSynthesisEvent`,()=>YT,`StorageEvent`,()=>XT,`SubmitEvent`,()=>ES,`TextEvent`,()=>ZT,`ToggleEvent`,()=>gS,`TouchEvent`,()=>DS,`TrackEvent`,()=>QT,`TransitionEvent`,()=>OS,`UIEvent`,()=>fS,`UIEvents`,()=>fS,`WebGLContextEvent`,()=>$T,`WheelEvent`,()=>kS,()=>Tx,()=>Ix,`root`,`whatToShow`,()=>eE,`filter`,()=>tE,`createNodeIterator`,`target`,()=>nE,`createProcessingInstruction`,()=>cT,`createRange`,()=>rE,`createTextNode`,()=>Ix,()=>eE,()=>iE,`createTreeWalker`,`commandId`,`showUI`,`value`,`execCommand`,`exitFullscreen`,`exitPictureInPicture`,`exitPointerLock`,`elementId`,()=>Ob,`getElementById`,`classNames`,()=>tS,()=>Wb,`getElementsByClassName`,`elementName`,()=>Aw,()=>Ob,`getElementsByName`,()=>tS,()=>Jx,`getElementsByTagName`,()=>tS,()=>Yx,()=>tS,()=>Xx,()=>tS,()=>nS,()=>tS,()=>Wb,`http://www.w3.org/1999/xhtml`,()=>tS,()=>Ob,`getElementsByTagNameNS`,`http://www.w3.org/2000/svg`,()=>tS,()=>rS,`http://www.w3.org/1998/Math/MathML`,()=>tS,()=>iS,()=>tS,()=>Wb,()=>aE,`getSelection`,`hasFocus`,`hasStorageAccess`,()=>oE,`importNode`,`unused1`,`unused2`,0,`open`,()=>sE,`url`,`name`,`features`,()=>qw,`queryCommandEnabled`,`queryCommandIndeterm`,`queryCommandState`,`queryCommandSupported`,`queryCommandValue`,`releaseEvents`,`requestStorageAccess`,()=>cE,()=>lE,`callbackOptions`,()=>uE,`startViewTransition`,`text`,`write`,`writeln`,`type`,0,()=>dE,`listener`,()=>Vb,`addEventListener`,()=>Hb,()=>Vb,0,()=>dE,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`Document`,`Pn!n"n#n$n%n&n'&4(9&4)n*4+9n-o,"4.9n/409&41n243&449&459&469&479&48Pn9,J4:9PPn;i<K,J4=9&4>&4?Pn@,J4A9nB4C9&4D9&4EnGoF"4H9&4InKoJ"4L9nM4N9)4O9)4P9nQ4R9)4S9nUoT"4V9nW4X9&4Y9&4Z9&4[Pn]n^Jo\\"4_9!!PPn\`2anb2c"/d,J4ePPnf2ang2c"/d,J4hPPni2anj2c"/d,J4kPPnl2anm2c"/d,J4nPPno2anp2c"/d,J4qPPnr2ans2c"/d,J4t,4u9)4v9nxow"4y9nz4{9&4|9Pn},J4~9no"49Pn,J49n4
9&4n49&4P"2"1P$1P'2'2n28Pn,J1P'2'2Pn,J1P$1P$1P&2n1PP&,J2&2n1P&2n1\xA0P&2n¡1¢Pn£1¤P"2¥n¦28n§"f1¨P"2¥n©28nª"f1¨P&2¥n«28n¬1¨P.2®&2n¯1°P.±2®"2n²"f1°P.³2®&2n´1°P.µ2®"2n¶"f1°P.·2®&2n¸1°PP&,J2®&2n¹28nº1°PP&,J2&2P&n»J28n¼1°P.½2¾n¿1ÀP.Á2¾nÂ1ÀP.Ã2¾nÄ1ÀP.Å2¾nÆ1ÀP.Ç2¾nÈ1ÀP.É2¾nÊ1ÀP.Ë2¾nÌ1ÀP.Í2¾nÎ1ÀP.Ï2¾nÐ1ÀP.Ñ2¾nÒ1ÀP.Ó2¾nÔ1ÀP.Õ2¾nÖ1ÀP.×2¾nØ1ÀP.Ù2¾nÚ1ÀP.Û2¾nÜ1ÀP.Ý2¾nÞ1ÀP.ß2¾nà1ÀP.á2¾nâ1ÀP.ã2¾nä1ÀP.å2¾næ1ÀP.ç2¾nè1ÀP.é2¾nê1ÀP.ë2¾nì1ÀP.í2¾nî1ÀP.ï2¾nð1ÀP.ñ2¾nò1ÀP.ó2¾nô1ÀP.õ2¾nö1ÀP.÷2¾nø1ÀP.ù2¾nú1ÀP.û2¾nü1ÀP.ý2¾nþ1ÀP.ÿ2¾nĀ1ÀP.ā2¾nĂ1ÀP.ă2¾nĄ1ÀP.ą2¾nĆ1ÀP.ć2¾nĈ1ÀP.ĉ2¾nĊ1ÀP.ċ2¾nČ1ÀP.č2¾nĎ1ÀP.ď2¾nĐ1ÀP.đ2¾nĒ1ÀP.ē2¾nĔ1ÀP.ĕ2¾nĖ1ÀP.ė2¾nĘ1ÀP.ę2¾nĚ1ÀP.ě2¾nĜ1ÀP.ĝ2¾nĞ1ÀP.ğ2¾nĠ1ÀP.ġ2¾nĢ1ÀP.ģ2¾nĤ1ÀP.ĥ2¾nĦ1ÀP.ħ2¾nĨ1ÀP.ĩ2¾nĪ1ÀP.ī2¾nĬ1ÀP.ĭ2¾nĮ1ÀP.į2¾nİ1ÀP.ı2¾nIJ1ÀP.ij2¾nĴ1ÀP.ĵ2¾nĶ1ÀP.ķ2¾nĸ1ÀP.Ĺ2¾nĺ1ÀP.Ļ2¾nļ1ÀP.Ľ2¾nľ1ÀP.Ŀ2¾nŀ1ÀP&2¾nŁ1ÀPnł2Ń'2ń8PnŅ,J2ņ8nŇ1ňP&2ʼn&2nŊ1ŋPnŌ1ōP&2nŎ1ŏPnŐ2Ń'2ń8Pnő,J2ņ8nŒ1œP&2Ŕ)2ŕ8&2Ŗ8)1ŗP$\`1ŘP$\`1řP$1ŚP&2śPnŜ,J1ŝP&2ŞnŠoş"1šP&2ŢnŤoţ"1ťP"2nŧ"foŦ"1ŨP"2nŪ"foũ"1ŨP"2nŬ"foū"1ŨP"2nŮ"foŭ"1ŨP&2nŰoů"1ŨP.ű2®&2nųoŲ"1ŴP.ŵ2®&2nŷoŶ"1ŴP.Ÿ2®&2nźoŹ"1ŴPP&,J2&2nżoŻ"1ŴPPnŽ,J1žP)1ſP)\`1ƀP"2P)nƁJ28"1ƂP&2ƃ8&2Ƅ8nƅ1ƆPP&nƇJ2ƈ&2Ɖ&2ƊPnƋ,J1ƆP&2Ŕ)1ƌP&2Ŕ)1ƍP&2Ŕ)1ƎP&2Ŕ)1ƏP&2Ŕ&1ƐP$1ƑP$\`1ƒPPnƓnƔJ2ƕ8nƖ1ƗP&@2Ƙ$1ƙP&@2Ƙ$1ƚ!P"2ƛPnƜ2anƝ"f2c"/d2ƞP)nƟJ28$1ƠP&2ƛnơ2ƞP)nƢJ28$1ƠP"2ƛPnƣ2anƤ"f2c"/d2ƞP)nƥJ28$1ƦP&2ƛnƧ2ƞP)nƨJ28$1ƦMwƩy`],Gx=[()=>dT,()=>Bw,`clonable`,`delegatesFocus`,()=>Wb,`host`,`innerHTML`,()=>fE,`mode`,0,`this`,()=>Tx,`ev`,``,`onslotchange`,`serializable`,()=>pE,`slotAssignment`,()=>aS,`options`,`getHTML`,`html`,`setHTMLUnsafe`,`type`,0,()=>mE,`listener`,()=>Vb,`addEventListener`,()=>Hb,()=>Vb,0,()=>mE,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`ShadowRoot`,`Pn!n")4#9)4$9n%4&9&4'n(4)9PPn*2+n,2-"/.,J4/)409n1429Pn3248&15P&26$17P"28Pn92+n:"f2-"/.2;P)n<J248$1=P&28n>2;P)n?J248$1=P"28Pn@2+nA"f2-"/.2;P)nBJ248$1CP&28nD2;P)nEJ248$1CMwFy`],Kx=[`clonable`,()=>hE,`customElementRegistry`,`delegatesFocus`,()=>fE,`mode`,`serializable`,()=>pE,`slotAssignment`,`ShadowRootInit`,`P)4!8n"4#8)4$8n%4&)4'8n(4)8Mw*y`],qx=[`checkOpacity`,`checkVisibilityCSS`,`contentVisibilityAuto`,`opacityProperty`,`visibilityProperty`,`CheckVisibilityOptions`,`P)4!8)4"8)4#8)4$8)4%8Mw&y`],Jx=[()=>Gw,`a`,()=>Ob,`abbr`,()=>Ob,`address`,()=>eT,`area`,()=>Ob,`article`,()=>Ob,`aside`,()=>gE,`audio`,()=>Ob,`b`,()=>_E,`base`,()=>Ob,`bdi`,()=>Ob,`bdo`,()=>vE,`blockquote`,()=>yE,`body`,()=>bE,`br`,()=>xE,`button`,()=>Db,`canvas`,()=>SE,`caption`,()=>Ob,`cite`,()=>Ob,`code`,()=>CE,`col`,()=>CE,`colgroup`,()=>wE,`data`,()=>TE,`datalist`,()=>Ob,`dd`,()=>EE,`del`,()=>DE,`details`,()=>Ob,`dfn`,()=>OE,`dialog`,()=>kE,`div`,()=>AE,`dl`,()=>Ob,`dt`,()=>Ob,`em`,()=>Yw,`embed`,()=>jE,`fieldset`,()=>Ob,`figcaption`,()=>Ob,`figure`,()=>Ob,`footer`,()=>MS,`form`,()=>ME,`h1`,()=>ME,`h2`,()=>ME,`h3`,()=>ME,`h4`,()=>ME,`h5`,()=>ME,`h6`,()=>Zw,`head`,()=>Ob,`header`,()=>Ob,`hgroup`,()=>NE,`hr`,()=>PE,`html`,()=>Ob,`i`,()=>FE,`iframe`,()=>Qw,`img`,()=>IE,`input`,()=>EE,`ins`,()=>Ob,`kbd`,()=>LE,`label`,()=>RE,`legend`,()=>zE,`li`,()=>BE,`link`,()=>Ob,`main`,()=>VE,`map`,()=>Ob,`mark`,()=>HE,`menu`,()=>UE,`meta`,()=>WE,`meter`,()=>Ob,`nav`,()=>Ob,`noscript`,()=>GE,`object`,()=>KE,`ol`,()=>qE,`optgroup`,()=>JE,`option`,()=>YE,`output`,()=>XE,`p`,()=>ZE,`picture`,()=>QE,`pre`,()=>$E,`progress`,()=>vE,`q`,()=>Ob,`rp`,()=>Ob,`rt`,()=>Ob,`ruby`,()=>Ob,`s`,()=>Ob,`samp`,()=>rT,`script`,()=>Ob,`search`,()=>Ob,`section`,()=>eD,`select`,()=>zw,`slot`,()=>Ob,`small`,()=>tD,`source`,()=>nD,`span`,()=>Ob,`strong`,()=>rD,`style`,()=>Ob,`sub`,()=>Ob,`summary`,()=>Ob,`sup`,()=>iD,`table`,()=>aD,`tbody`,()=>oD,`td`,()=>sD,`template`,()=>cD,`textarea`,()=>aD,`tfoot`,()=>oD,`th`,()=>aD,`thead`,()=>lD,`time`,()=>uD,`title`,()=>dD,`tr`,()=>fD,`track`,()=>Ob,`u`,()=>pD,`ul`,()=>Ob,`var`,()=>mD,`video`,()=>Ob,`wbr`,`HTMLElementTagNameMap`,`Pn!4"n#4$n%4&n'4(n)4*n+4,n-4.n/40n142n344n546n748n94:n;4<n=4>n?4@nA4BnC4DnE4FnG4HnI4JnK4LnM4NnO4PnQ4RnS4TnU4VnW4XnY4Zn[4\\n]4^n_4\`na4bnc4dne4fng4hni4jnk4lnm4nno4pnq4rns4tnu4vnw4xny4zn{4|n}4~n4n4n4n
4n4n4n4n4n4n4n4n4n4n4n4n4n4\xA0n¡4¢n£4¤n¥4¦n§4¨n©4ªn«4¬n4®n¯4°n±4²n³4´nµ4¶n·4¸n¹4ºn»4¼n½4¾n¿4ÀnÁ4ÂnÃ4ÄnÅ4ÆnÇ4ÈnÉ4ÊnË4ÌnÍ4ÎnÏ4ÐnÑ4ÒnÓ4ÔnÕ4Ön×4ØnÙ4ÚnÛ4ÜnÝ4Þnß4àná4ânã4änå4ænç4èné4ênë4ìní4înï4ðnñ4ònó4ônõ4ön÷4ønù4únû4üný4þnÿ4ĀMwāy`],Yx=[()=>hD,`a`,()=>gD,`animate`,()=>_D,`animateMotion`,()=>vD,`animateTransform`,()=>yD,`circle`,()=>bD,`clipPath`,()=>xD,`defs`,()=>SD,`desc`,()=>CD,`ellipse`,()=>wD,`feBlend`,()=>TD,`feColorMatrix`,()=>ED,`feComponentTransfer`,()=>DD,`feComposite`,()=>OD,`feConvolveMatrix`,()=>kD,`feDiffuseLighting`,()=>AD,`feDisplacementMap`,()=>jD,`feDistantLight`,()=>MD,`feDropShadow`,()=>ND,`feFlood`,()=>PD,`feFuncA`,()=>FD,`feFuncB`,()=>ID,`feFuncG`,()=>LD,`feFuncR`,()=>RD,`feGaussianBlur`,()=>zD,`feImage`,()=>BD,`feMerge`,()=>VD,`feMergeNode`,()=>HD,`feMorphology`,()=>UD,`feOffset`,()=>WD,`fePointLight`,()=>GD,`feSpecularLighting`,()=>KD,`feSpotLight`,()=>qD,`feTile`,()=>JD,`feTurbulence`,()=>YD,`filter`,()=>XD,`foreignObject`,()=>ZD,`g`,()=>QD,`image`,()=>$D,`line`,()=>eO,`linearGradient`,()=>tO,`marker`,()=>nO,`mask`,()=>rO,`metadata`,()=>iO,`mpath`,()=>aO,`path`,()=>oO,`pattern`,()=>sO,`polygon`,()=>cO,`polyline`,()=>lO,`radialGradient`,()=>uO,`rect`,()=>dO,`script`,()=>fO,`set`,()=>pO,`stop`,()=>mO,`style`,()=>nT,`svg`,()=>hO,`switch`,()=>gO,`symbol`,()=>_O,`text`,()=>vO,`textPath`,()=>yO,`title`,()=>bO,`tspan`,()=>xO,`use`,()=>SO,`view`,`SVGElementTagNameMap`,`Pn!4"n#4$n%4&n'4(n)4*n+4,n-4.n/40n142n344n546n748n94:n;4<n=4>n?4@nA4BnC4DnE4FnG4HnI4JnK4LnM4NnO4PnQ4RnS4TnU4VnW4XnY4Zn[4\\n]4^n_4\`na4bnc4dne4fng4hni4jnk4lnm4nno4pnq4rns4tnu4vnw4xny4zn{4|n}4~n4n4n4n
4n4n4n4n4n4n4n4n4n4n4n4n4Mwy`],Xx=[()=>iS,`annotation`,()=>iS,`annotation-xml`,()=>iS,`maction`,()=>iS,`math`,()=>iS,`merror`,()=>iS,`mfrac`,()=>iS,`mi`,()=>iS,`mmultiscripts`,()=>iS,`mn`,()=>iS,`mo`,()=>iS,`mover`,()=>iS,`mpadded`,()=>iS,`mphantom`,()=>iS,`mprescripts`,()=>iS,`mroot`,()=>iS,`mrow`,()=>iS,`ms`,()=>iS,`mspace`,()=>iS,`msqrt`,()=>iS,`mstyle`,()=>iS,`msub`,()=>iS,`msubsup`,()=>iS,`msup`,()=>iS,`mtable`,()=>iS,`mtd`,()=>iS,`mtext`,()=>iS,`mtr`,()=>iS,`munder`,()=>iS,`munderover`,()=>iS,`semantics`,`MathMLElementTagNameMap`,`Pn!4"n#4$n%4&n'4(n)4*n+4,n-4.n/40n142n344n546n748n94:n;4<n=4>n?4@nA4BnC4DnE4FnG4HnI4JnK4LnM4NnO4PnQ4RnS4TnU4VnW4XnY4Zn[4\\Mw]y`],Zx=[`size`,`property`,()=>CO,`get`,()=>CO,`getAll`,`has`,()=>CO,`value`,`key`,0,`parent`,``,`callbackfn`,`thisArg`,`forEach`,`StylePropertyMapReadOnly`,`P'4!9P&2"P-n#J1$P&2"n%F1&P&2")1'PPn(F2)&2*n+2,$/-2."2/8$10Mw1y`],Qx=[()=>Ix,`localName`,`name`,`namespaceURI`,()=>Wx,`ownerDocument`,()=>Wb,`ownerElement`,`prefix`,`specified`,`value`,`Attr`,`Pn!&4"9&4#9P&,J4$9n%4&9Pn',J4(9P&,J4)9)4*9&4+!!Mw,y`],$x=[()=>wO,`height`,`width`,`x`,`y`,`DOMRect`,`Pn!'4"'4#'4$'4%Mw&y`],eS=[`length`,`index`,()=>$x,`item`,()=>$x,`DOMRectList`,`P'4!9P'2"Pn#,J1$'n%LMw&y`],tS=[`T`,()=>TO,`index`,`item`,`name`,`namedItem`,`HTMLCollectionOf`,`b!Pn"P'2#Pe$!,J1$P&2%Pe$!,J1&'e"!LMw'y`],nS=[()=>Ob,`acronym`,()=>EO,`applet`,()=>Ob,`basefont`,()=>EO,`bgsound`,()=>Ob,`big`,()=>EO,`blink`,()=>Ob,`center`,()=>DO,`dir`,()=>OO,`font`,()=>kO,`frame`,()=>AO,`frameset`,()=>EO,`isindex`,()=>EO,`keygen`,()=>QE,`listing`,()=>jO,`marquee`,()=>Ob,`menuitem`,()=>EO,`multicol`,()=>EO,`nextid`,()=>Ob,`nobr`,()=>Ob,`noembed`,()=>Ob,`noframes`,()=>MO,`param`,()=>Ob,`plaintext`,()=>Ob,`rb`,()=>Ob,`rtc`,()=>EO,`spacer`,()=>Ob,`strike`,()=>Ob,`tt`,()=>QE,`xmp`,`HTMLElementDeprecatedTagNameMap`,`Pn!4"n#4$n%4&n'4(n)4*n+4,n-4.n/40n142n344n546n748n94:n;4<n=4>n?4@nA4BnC4DnE4FnG4HnI4JnK4LnM4NnO4PnQ4RnS4TnU4VnW4XnY4ZMw[y`],rS=[()=>Wb,()=>Gb,()=>qb,()=>Jb,`className`,()=>nT,`ownerSVGElement`,0,`viewportElement`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGElement`,`Pn!n"n#n$"4%9Pn&,J4'9Pn(,J4)9P"2*Pn+2,n-"f2."//20P)n1J228$13P&2*n420P)n5J228$13P"2*Pn62,n7"f2."//20P)n8J228$19P&2*n:20P)n;J228$19Mw<y`],iS=[()=>Wb,()=>Gb,()=>qb,()=>Jb,`type`,0,`this`,()=>PO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>PO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`MathMLElement`,`Pn!n"n#n$P"2%Pn&2'n("f2)"/*2+P)n,J2-8$1.P&2%n/2+P)n0J2-8$1.P"2%Pn12'n2"f2)"/*2+P)n3J2-8$14P&2%n52+P)n6J2-8$14Mw7y`],aS=[`serializableShadowRoots`,()=>Gx,`shadowRoots`,`GetHTMLOptions`,`P)4!8n"F4#8Mw$y`],oS=[`afterbegin`,`afterend`,`beforebegin`,`beforeend`,`InsertPosition`,`P.!.".#.$Jw%y`],sS=[()=>FO,`navigationUI`,`FullscreenOptions`,`Pn!4"8Mw#y`],cS=[`unadjustedMovement`,`PointerLockOptions`,`P)4!8Mw"y`],lS=[()=>IO,`left`,`top`,`ScrollToOptions`,`Pn!'4"8'4#8Mw$y`],uS=[()=>IO,()=>LO,`block`,()=>LO,`inline`,`ScrollIntoViewOptions`,`Pn!n"4#8n$4%8Mw&y`],dS=[()=>Zx,`property`,()=>CO,`values`,`append`,`clear`,`delete`,()=>CO,`set`,`StylePropertyMap`,`Pn!P&2"Pn#&J@2$$1%P$1&P&2"$1'P&2"Pn(&J@2$$1)Mw*y`],fS=[()=>Tx,`detail`,()=>RO,`view`,`which`,`typeArg`,`bubblesArg`,`cancelableArg`,()=>RO,`viewArg`,`detailArg`,`initUIEvent`,`UIEvent`,`Pn!'4"9Pn#,J4$9'4%9P&2&)2'8)2(8Pn),J2*8'2+8$1,Mw-y`],pS=[()=>Tx,`animationName`,`elapsedTime`,`pseudoElement`,`AnimationEvent`,`Pn!&4"9'4#9&4$9Mw%y`],mS=[()=>yS,`altitudeAngle`,`azimuthAngle`,`height`,`isPrimary`,`pointerId`,`pointerType`,`pressure`,`tangentialPressure`,`tiltX`,`tiltY`,`twist`,`width`,0,`getCoalescedEvents`,0,`getPredictedEvents`,`PointerEvent`,`Pn!'4"9'4#9'4$9)4%9'4&9&4'9'4(9'4)9'4*9'4+9'4,9'4-9Pn.F1/Pn0F11Mw2y`],hS=[()=>fS,`data`,()=>zO,`dataTransfer`,`inputType`,`isComposing`,()=>BO,`getTargetRanges`,`InputEvent`,`Pn!P&,J4"9Pn#,J4$9&4%9)4&9Pn'F1(Mw)y`],gS=[()=>Tx,`newState`,`oldState`,`ToggleEvent`,`Pn!&4"9&4#9Mw$y`],_S=[()=>fS,()=>Xb,`relatedTarget`,`FocusEvent`,`Pn!Pn",J4#9Mw$y`],vS=[()=>Tx,()=>zO,`clipboardData`,`ClipboardEvent`,`Pn!Pn",J4#9Mw$y`],yS=[()=>fS,`altKey`,`button`,`buttons`,`clientX`,`clientY`,`ctrlKey`,`layerX`,`layerY`,`metaKey`,`movementX`,`movementY`,`offsetX`,`offsetY`,`pageX`,`pageY`,()=>Xb,`relatedTarget`,`screenX`,`screenY`,`shiftKey`,`x`,`y`,`keyArg`,`getModifierState`,`typeArg`,`canBubbleArg`,`cancelableArg`,()=>RO,`viewArg`,`detailArg`,`screenXArg`,`screenYArg`,`clientXArg`,`clientYArg`,`ctrlKeyArg`,`altKeyArg`,`shiftKeyArg`,`metaKeyArg`,`buttonArg`,()=>Xb,`relatedTargetArg`,`initMouseEvent`,`MouseEvent`,`Pn!)4"9'4#9'4$9'4%9'4&9)4'9'4(9'4)9)4*9'4+9'4,9'4-9'4.9'4/9'409Pn1,J429'439'449)459'469'479P&28)19P&2:)2;)2<n=2>'2?'2@'2A'2B'2C)2D)2E)2F)2G'2HPnI,J2J$1KMwLy`],bS=[()=>yS,()=>zO,`dataTransfer`,`DragEvent`,`Pn!Pn",J4#9Mw$y`],xS=[()=>VO,`OnErrorEventHandler`,`Pn!,Jw"y`],SS=[()=>Tx,()=>LS,`formData`,`FormDataEvent`,`Pn!n"4#9Mw$y`],CS=[()=>fS,`altKey`,`charCode`,`code`,`ctrlKey`,`isComposing`,`key`,`keyCode`,`location`,`metaKey`,`repeat`,`shiftKey`,`keyArg`,`getModifierState`,`typeArg`,`bubblesArg`,`cancelableArg`,()=>RO,`viewArg`,`locationArg`,`initKeyboardEvent`,0,`DOM_KEY_LOCATION_STANDARD`,1,`DOM_KEY_LOCATION_LEFT`,2,`DOM_KEY_LOCATION_RIGHT`,3,`DOM_KEY_LOCATION_NUMPAD`,`KeyboardEvent`,`Pn!)4"9'4#9&4$9)4%9)4&9&4'9'4(9'4)9)4*9)4+9)4,9P&2-)1.P&2/)208)218Pn2,J238&2-8'248)2%8)2"8)2,8)2*8$15.6479.8499.:4;9.<4=9Mw>y`],wS=[()=>Xb,`T`,()=>Tx,`lengthComputable`,`loaded`,`target`,`total`,`ProgressEvent`,`n!c"Pn#)4$9'4%9Pe#!,J4&9'4'9Mw(y`],TS=[()=>Tx,`blockedURI`,`columnNumber`,()=>HO,`disposition`,`documentURI`,`effectiveDirective`,`lineNumber`,`originalPolicy`,`referrer`,`sample`,`sourceFile`,`statusCode`,`violatedDirective`,`SecurityPolicyViolationEvent`,`Pn!&4"9'4#9n$4%9&4&9&4'9'4(9&4)9&4*9&4+9&4,9'4-9&4.9Mw/y`],ES=[()=>Tx,()=>Ob,`submitter`,`SubmitEvent`,`Pn!Pn",J4#9Mw$y`],DS=[()=>fS,`altKey`,()=>UO,`changedTouches`,`ctrlKey`,`metaKey`,`shiftKey`,()=>UO,`targetTouches`,()=>UO,`touches`,`TouchEvent`,`Pn!)4"9n#4$9)4%9)4&9)4'9n(4)9n*4+9Mw,y`],OS=[()=>Tx,`elapsedTime`,`propertyName`,`pseudoElement`,`TransitionEvent`,`Pn!'4"9&4#9&4$9Mw%y`],kS=[()=>yS,`deltaMode`,`deltaX`,`deltaY`,`deltaZ`,0,`DOM_DELTA_PIXEL`,1,`DOM_DELTA_LINE`,2,`DOM_DELTA_PAGE`,`WheelEvent`,`Pn!'4"9'4#9'4$9'4%9.&4'9.(4)9.*4+9Mw,y`],AS=[`DOMStringMap`,`P&P&-JLMw!y`],jS=[`preventScroll`,`FocusOptions`,`P)4!8Mw"y`],MS=[()=>Ob,`acceptCharset`,`action`,()=>WO,`autocomplete`,()=>GO,`elements`,`encoding`,`enctype`,`length`,`method`,`name`,`noValidate`,`rel`,`target`,`checkValidity`,`reportValidity`,()=>Ob,`submitter`,`requestSubmit`,`reset`,`submit`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,()=>Wb,`HTMLFormElement`,`Pn!&4"&4#n$4%n&4'9&4(&4)'4*9&4+&4,)4-&4.!!&4/P)10P)11PPn2,J238$14P$15P$16P"27Pn829n:"f2;"/<2=P)n>J2?8$1@P&27nA2=P)nBJ2?8$1@P"27PnC29nD"f2;"/<2=P)nEJ2?8$1FP&27nG2=P)nHJ2?8$1F'nIL&"LMwJy`],NS=[`length`,`index`,()=>Ix,`item`,()=>Ix,`value`,`key`,0,`parent`,``,`callbackfn`,`thisArg`,`forEach`,()=>Ix,`NodeList`,`P'4!9P'2"Pn#,J1$PPn%2&'2'n(2)$/*2+"2,8$1-'n.LMw/y`],PS=[`value`,`key`,0,`parent`,``,`callbackfn`,`thisArg`,`forEach`,`CustomStateSet`,`PPP&2!&2"n#2$$/%2&"2'8$1(Mw)y`],FS=[`badInput`,`customError`,`patternMismatch`,`rangeOverflow`,`rangeUnderflow`,`stepMismatch`,`tooLong`,`tooShort`,`typeMismatch`,`valid`,`valueMissing`,`ValidityState`,`P)4!9)4"9)4#9)4$9)4%9)4&9)4'9)4(9)4)9)4*9)4+9Mw,y`],IS=[()=>wx,`lastModified`,`name`,`webkitRelativePath`,`File`,`Pn!'4"9&4#9&4$9Mw%y`],LS=[`name`,()=>wx,`value`,`append`,()=>wx,`blobValue`,`filename`,`delete`,()=>KO,`get`,()=>KO,`getAll`,`has`,()=>wx,`set`,()=>wx,()=>KO,`key`,0,`parent`,``,`callbackfn`,`thisArg`,`forEach`,`FormData`,`PP&2!P&n"J2#$1$P&2!&2#$1$P&2!n%2&&2'8$1$P&2!$1(P&2!Pn),J1*P&2!n+F1,P&2!)1-P&2!P&n.J2#$1/P&2!&2#$1/P&2!n02&&2'8$1/PPn12#&22n324$/526"278$18Mw9y`],RS=[`badInput`,`customError`,`patternMismatch`,`rangeOverflow`,`rangeUnderflow`,`stepMismatch`,`tooLong`,`tooShort`,`typeMismatch`,`valueMissing`,`ValidityStateFlags`,`P)4!8)4"8)4#8)4$8)4%8)4&8)4'8)4(8)4)8)4*8Mw+y`],zS=[`ended`,`live`,`MediaStreamTrackState`,`P.!."Jw#y`],BS=[()=>qO,()=>qO,`advanced`,`MediaTrackConstraints`,`Pn!n"F4#8Mw$y`],VS=[()=>JO,`aspectRatio`,`autoGainControl`,`backgroundBlur`,()=>YO,`channelCount`,`deviceId`,`displaySurface`,`echoCancellation`,`facingMode`,()=>JO,`frameRate`,`groupId`,()=>YO,`height`,`noiseSuppression`,()=>YO,`sampleRate`,()=>YO,`sampleSize`,()=>YO,`width`,`MediaTrackCapabilities`,`Pn!4"8)F4#8)F4$8n%4&8&4'8&4(8)F4)8&F4*8n+4,8&4-8n.4/8)F408n1428n3448n5468Mw7y`],HS=[`aspectRatio`,`autoGainControl`,`backgroundBlur`,`channelCount`,`deviceId`,`displaySurface`,`echoCancellation`,`facingMode`,`frameRate`,`groupId`,`height`,`noiseSuppression`,`sampleRate`,`sampleSize`,`torch`,`whiteBalanceMode`,`width`,`zoom`,`MediaTrackSettings`,`P'4!8)4"8)4#8'4$8&4%8&4&8)4'8&4(8'4)8&4*8'4+8)4,8'4-8'4.8)4/8&408'418'428Mw3y`],US=[()=>Tx,`ended`,()=>Tx,`mute`,()=>Tx,`unmute`,`MediaStreamTrackEventMap`,`Pn!4"n#4$n%4&Mw'y`],WS=`color color-burn color-dodge copy darken destination-atop destination-in destination-out destination-over difference exclusion hard-light hue lighten lighter luminosity multiply overlay saturation screen soft-light source-atop source-in source-out source-over xor GlobalCompositeOperation P.!.".#.$.%.&.'.(.).*.+.,.-.../.0.1.2.3.4.5.6.7.8.9.:Jw;y`.split(` `),GS=[()=>XO,()=>mD,()=>Db,()=>vx,()=>zb,()=>ZO,`CanvasImageSource`,`Pn!n"n#n$n%n&Jw'y`],KS=[`evenodd`,`nonzero`,`CanvasFillRule`,`P.!."Jw#y`],qS=[()=>cx,0,`path`,()=>dC,`transform`,`addPath`,`Path2D`,`Pn!Pn"2#n$2%8$1&Mw'y`],JS=[`offset`,`color`,`addColorStop`,`CanvasGradient`,`PP'2!&2"$1#Mw$y`],YS=[()=>dC,`transform`,`setTransform`,`CanvasPattern`,`PPn!2"8$1#Mw$y`],XS=[()=>ex,`colorSpace`,`ImageDataSettings`,`Pn!4"8Mw#y`],ZS=[()=>ex,`colorSpace`,()=>QO,`data`,`height`,`width`,`ImageData`,`Pn!4"9n#4$9'4%9'4&9Mw'y`],QS=[`high`,`low`,`medium`,`ImageSmoothingQuality`,`P.!.".#Jw$y`],$S=[`w`,`x`,`y`,`z`,`DOMPointInit`,`P'4!8'4"8'4#8'4$8Mw%y`],eC=[`butt`,`round`,`square`,`CanvasLineCap`,`P.!.".#Jw$y`],tC=[`bevel`,`miter`,`round`,`CanvasLineJoin`,`P.!.".#Jw$y`],nC=[`actualBoundingBoxAscent`,`actualBoundingBoxDescent`,`actualBoundingBoxLeft`,`actualBoundingBoxRight`,`alphabeticBaseline`,`emHeightAscent`,`emHeightDescent`,`fontBoundingBoxAscent`,`fontBoundingBoxDescent`,`hangingBaseline`,`ideographicBaseline`,`width`,`TextMetrics`,`P'4!9'4"9'4#9'4$9'4%9'4&9'4'9'4(9'4)9'4*9'4+9'4,9Mw-y`],rC=[`inherit`,`ltr`,`rtl`,`CanvasDirection`,`P.!.".#Jw$y`],iC=[`auto`,`none`,`normal`,`CanvasFontKerning`,`P.!.".#Jw$y`],aC=[`condensed`,`expanded`,`extra-condensed`,`extra-expanded`,`normal`,`semi-condensed`,`semi-expanded`,`ultra-condensed`,`ultra-expanded`,`CanvasFontStretch`,`P.!.".#.$.%.&.'.(.)Jw*y`],oC=[`all-petite-caps`,`all-small-caps`,`normal`,`petite-caps`,`small-caps`,`titling-caps`,`unicase`,`CanvasFontVariantCaps`,`P.!.".#.$.%.&.'Jw(y`],sC=[`center`,`end`,`left`,`right`,`start`,`CanvasTextAlign`,`P.!.".#.$.%Jw&y`],cC=[`alphabetic`,`bottom`,`hanging`,`ideographic`,`middle`,`top`,`CanvasTextBaseline`,`P.!.".#.$.%.&Jw'y`],lC=[`auto`,`geometricPrecision`,`optimizeLegibility`,`optimizeSpeed`,`CanvasTextRendering`,`P.!.".#.$Jw%y`],uC=[()=>$O,`a`,`b`,`c`,`d`,`e`,`f`,`m11`,`m12`,`m13`,`m14`,`m21`,`m22`,`m23`,`m24`,`m31`,`m32`,`m33`,`m34`,`m41`,`m42`,`m43`,`m44`,0,`invertSelf`,()=>ek,`other`,0,`multiplySelf`,()=>ek,0,`preMultiplySelf`,`x`,`y`,`z`,`angle`,0,`rotateAxisAngleSelf`,0,`rotateFromVectorSelf`,`rotX`,`rotY`,`rotZ`,0,`rotateSelf`,`scale`,`originX`,`originY`,`originZ`,0,`scale3dSelf`,`scaleX`,`scaleY`,`scaleZ`,0,`scaleSelf`,`transformList`,0,`setMatrixValue`,`sx`,0,`skewXSelf`,`sy`,0,`skewYSelf`,`tx`,`ty`,`tz`,0,`translateSelf`,`DOMMatrix`,`Pn!'4"'4#'4$'4%'4&'4''4('4)'4*'4+'4,'4-'4.'4/'40'41'42'43'44'45'46'47Pn819Pn:2;8n<1=Pn>2;8n?1@P'2A8'2B8'2C8'2D8nE1FP'2A8'2B8nG1HP'2I8'2J8'2K8nL1MP'2N8'2O8'2P8'2Q8nR1SP'2T8'2U8'2V8'2O8'2P8'2Q8nW1XP&2YnZ1[P'2\\8n]1^P'2_8n\`1aP'2b8'2c8'2d8ne1fMwgy`],dC=[`a`,`b`,`c`,`d`,`e`,`f`,`m11`,`m12`,`m21`,`m22`,`m41`,`m42`,`DOMMatrix2DInit`,`P'4!8'4"8'4#8'4$8'4%8'4&8'4'8'4(8'4)8'4*8'4+8'4,8Mw-y`],fC=[`GLsizei`,`'w!y`],pC=[`GLenum`,`'w!y`],mC=[`WebGLProgram`,`PMw!y`],hC=[`WebGLShader`,`PMw!y`],gC=[`GLuint`,`'w!y`],_C=[`WebGLBuffer`,`PMw!y`],vC=[`WebGLFramebuffer`,`PMw!y`],yC=[`WebGLRenderbuffer`,`PMw!y`],bC=[`WebGLTexture`,`PMw!y`],xC=[`GLclampf`,`'w!y`],SC=[`GLbitfield`,`'w!y`],CC=[`GLint`,`'w!y`],wC=[`GLboolean`,`)w!y`],TC=[`GLintptr`,`'w!y`],EC=[`name`,()=>CC,`size`,()=>pC,`type`,`WebGLActiveInfo`,`P&4!9n"4#9n$4%9Mw&y`],DC=[()=>pC,`mode`,()=>CC,`first`,()=>fC,`count`,()=>fC,`primcount`,`drawArraysInstancedANGLE`,()=>pC,()=>fC,()=>pC,`type`,()=>TC,`offset`,()=>fC,`drawElementsInstancedANGLE`,()=>gC,`index`,()=>gC,`divisor`,`vertexAttribDivisorANGLE`,35070,`VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE`,`ANGLE_instanced_arrays`,`PPn!2"n#2$n%2&n'2($1)Pn*2"n+2&n,2-n.2/n02($11Pn223n425$16.7489Mw9y`],OC=[32775,`MIN_EXT`,32776,`MAX_EXT`,`EXT_blend_minmax`,`P.!4"9.#4$9Mw%y`],kC=[`EXT_color_buffer_float`,`PMw!y`],AC=[34842,`RGBA16F_EXT`,34843,`RGB16F_EXT`,33297,`FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT`,35863,`UNSIGNED_NORMALIZED_EXT`,`EXT_color_buffer_half_float`,`P.!4"9.#4$9.%4&9.'4(9Mw)y`],jC=[`EXT_float_blend`,`PMw!y`],MC=[`EXT_frag_depth`,`PMw!y`],NC=[35904,`SRGB_EXT`,35906,`SRGB_ALPHA_EXT`,35907,`SRGB8_ALPHA8_EXT`,33296,`FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT`,`EXT_sRGB`,`P.!4"9.#4$9.%4&9.'4(9Mw)y`],PC=[`EXT_shader_texture_lod`,`PMw!y`],FC=[36492,`COMPRESSED_RGBA_BPTC_UNORM_EXT`,36493,`COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT`,36494,`COMPRESSED_RGB_BPTC_SIGNED_FLOAT_EXT`,36495,`COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT`,`EXT_texture_compression_bptc`,`P.!4"9.#4$9.%4&9.'4(9Mw)y`],IC=[36283,`COMPRESSED_RED_RGTC1_EXT`,36284,`COMPRESSED_SIGNED_RED_RGTC1_EXT`,36285,`COMPRESSED_RED_GREEN_RGTC2_EXT`,36286,`COMPRESSED_SIGNED_RED_GREEN_RGTC2_EXT`,`EXT_texture_compression_rgtc`,`P.!4"9.#4$9.%4&9.'4(9Mw)y`],LC=[34046,`TEXTURE_MAX_ANISOTROPY_EXT`,34047,`MAX_TEXTURE_MAX_ANISOTROPY_EXT`,`EXT_texture_filter_anisotropic`,`P.!4"9.#4$9Mw%y`],RC=[37297,`COMPLETION_STATUS_KHR`,`KHR_parallel_shader_compile`,`P.!4"9Mw#y`],zC=[`OES_element_index_uint`,`PMw!y`],BC=[`OES_fbo_render_mipmap`,`PMw!y`],VC=[35723,`FRAGMENT_SHADER_DERIVATIVE_HINT_OES`,`OES_standard_derivatives`,`P.!4"9Mw#y`],HC=[`OES_texture_float`,`PMw!y`],UC=[`OES_texture_float_linear`,`PMw!y`],WC=[36193,`HALF_FLOAT_OES`,`OES_texture_half_float`,`P.!4"9Mw#y`],GC=[`OES_texture_half_float_linear`,`PMw!y`],KC=[()=>tk,`arrayObject`,`bindVertexArrayOES`,()=>tk,`createVertexArrayOES`,()=>tk,`deleteVertexArrayOES`,()=>tk,()=>wC,`isVertexArrayOES`,34229,`VERTEX_ARRAY_BINDING_OES`,`OES_vertex_array_object`,`PPPn!,J2"$1#Pn$1%PPn&,J2"$1'PPn(,J2"n)1*.+4,9Mw-y`],qC=[()=>pC,`target`,()=>pC,`attachment`,()=>bC,`texture`,()=>CC,`level`,()=>CC,`baseViewIndex`,()=>fC,`numViews`,`framebufferTextureMultiviewOVR`,38448,`FRAMEBUFFER_ATTACHMENT_TEXTURE_NUM_VIEWS_OVR`,38450,`FRAMEBUFFER_ATTACHMENT_TEXTURE_BASE_VIEW_INDEX_OVR`,38449,`MAX_VIEWS_OVR`,38451,`FRAMEBUFFER_INCOMPLETE_VIEW_TARGETS_OVR`,`OVR_multiview2`,`PPn!2"n#2$Pn%,J2&n'2(n)2*n+2,$1-..4/9.0419.2439.4459Mw6y`],JC=[34836,`RGBA32F_EXT`,33297,`FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT`,35863,`UNSIGNED_NORMALIZED_EXT`,`WEBGL_color_buffer_float`,`P.!4"9.#4$9.%4&9Mw'y`],YC=[`getSupportedProfiles`,37808,`COMPRESSED_RGBA_ASTC_4x4_KHR`,37809,`COMPRESSED_RGBA_ASTC_5x4_KHR`,37810,`COMPRESSED_RGBA_ASTC_5x5_KHR`,37811,`COMPRESSED_RGBA_ASTC_6x5_KHR`,37812,`COMPRESSED_RGBA_ASTC_6x6_KHR`,37813,`COMPRESSED_RGBA_ASTC_8x5_KHR`,37814,`COMPRESSED_RGBA_ASTC_8x6_KHR`,37815,`COMPRESSED_RGBA_ASTC_8x8_KHR`,37816,`COMPRESSED_RGBA_ASTC_10x5_KHR`,37817,`COMPRESSED_RGBA_ASTC_10x6_KHR`,37818,`COMPRESSED_RGBA_ASTC_10x8_KHR`,37819,`COMPRESSED_RGBA_ASTC_10x10_KHR`,37820,`COMPRESSED_RGBA_ASTC_12x10_KHR`,37821,`COMPRESSED_RGBA_ASTC_12x12_KHR`,37840,`COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR`,37841,`COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR`,37842,`COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR`,37843,`COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR`,37844,`COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR`,37845,`COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR`,37846,`COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR`,37847,`COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR`,37848,`COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR`,37849,`COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR`,37850,`COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR`,37851,`COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR`,37852,`COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR`,37853,`COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR`,`WEBGL_compressed_texture_astc`,`PP&F1!."4#9.$4%9.&4'9.(4)9.*4+9.,4-9..4/9.0419.2439.4459.6479.8499.:4;9.<4=9.>4?9.@4A9.B4C9.D4E9.F4G9.H4I9.J4K9.L4M9.N4O9.P4Q9.R4S9.T4U9.V4W9.X4Y9MwZy`],XC=[37488,`COMPRESSED_R11_EAC`,37489,`COMPRESSED_SIGNED_R11_EAC`,37490,`COMPRESSED_RG11_EAC`,37491,`COMPRESSED_SIGNED_RG11_EAC`,37492,`COMPRESSED_RGB8_ETC2`,37493,`COMPRESSED_SRGB8_ETC2`,37494,`COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2`,37495,`COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2`,37496,`COMPRESSED_RGBA8_ETC2_EAC`,37497,`COMPRESSED_SRGB8_ALPHA8_ETC2_EAC`,`WEBGL_compressed_texture_etc`,`P.!4"9.#4$9.%4&9.'4(9.)4*9.+4,9.-4.9./409.1429.3449Mw5y`],ZC=[36196,`COMPRESSED_RGB_ETC1_WEBGL`,`WEBGL_compressed_texture_etc1`,`P.!4"9Mw#y`],QC=[35840,`COMPRESSED_RGB_PVRTC_4BPPV1_IMG`,35841,`COMPRESSED_RGB_PVRTC_2BPPV1_IMG`,35842,`COMPRESSED_RGBA_PVRTC_4BPPV1_IMG`,35843,`COMPRESSED_RGBA_PVRTC_2BPPV1_IMG`,`WEBGL_compressed_texture_pvrtc`,`P.!4"9.#4$9.%4&9.'4(9Mw)y`],$C=[33776,`COMPRESSED_RGB_S3TC_DXT1_EXT`,33777,`COMPRESSED_RGBA_S3TC_DXT1_EXT`,33778,`COMPRESSED_RGBA_S3TC_DXT3_EXT`,33779,`COMPRESSED_RGBA_S3TC_DXT5_EXT`,`WEBGL_compressed_texture_s3tc`,`P.!4"9.#4$9.%4&9.'4(9Mw)y`],ew=[35916,`COMPRESSED_SRGB_S3TC_DXT1_EXT`,35917,`COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT`,35918,`COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT`,35919,`COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT`,`WEBGL_compressed_texture_s3tc_srgb`,`P.!4"9.#4$9.%4&9.'4(9Mw)y`],tw=[37445,`UNMASKED_VENDOR_WEBGL`,37446,`UNMASKED_RENDERER_WEBGL`,`WEBGL_debug_renderer_info`,`P.!4"9.#4$9Mw%y`],nw=[()=>hC,`shader`,`getTranslatedShaderSource`,`WEBGL_debug_shaders`,`PPn!2"&1#Mw$y`],rw=[34042,`UNSIGNED_INT_24_8_WEBGL`,`WEBGL_depth_texture`,`P.!4"9Mw#y`],iw=[()=>pC,`buffers`,`drawBuffersWEBGL`,36064,`COLOR_ATTACHMENT0_WEBGL`,36065,`COLOR_ATTACHMENT1_WEBGL`,36066,`COLOR_ATTACHMENT2_WEBGL`,36067,`COLOR_ATTACHMENT3_WEBGL`,36068,`COLOR_ATTACHMENT4_WEBGL`,36069,`COLOR_ATTACHMENT5_WEBGL`,36070,`COLOR_ATTACHMENT6_WEBGL`,36071,`COLOR_ATTACHMENT7_WEBGL`,36072,`COLOR_ATTACHMENT8_WEBGL`,36073,`COLOR_ATTACHMENT9_WEBGL`,36074,`COLOR_ATTACHMENT10_WEBGL`,36075,`COLOR_ATTACHMENT11_WEBGL`,36076,`COLOR_ATTACHMENT12_WEBGL`,36077,`COLOR_ATTACHMENT13_WEBGL`,36078,`COLOR_ATTACHMENT14_WEBGL`,36079,`COLOR_ATTACHMENT15_WEBGL`,34853,`DRAW_BUFFER0_WEBGL`,34854,`DRAW_BUFFER1_WEBGL`,34855,`DRAW_BUFFER2_WEBGL`,34856,`DRAW_BUFFER3_WEBGL`,34857,`DRAW_BUFFER4_WEBGL`,34858,`DRAW_BUFFER5_WEBGL`,34859,`DRAW_BUFFER6_WEBGL`,34860,`DRAW_BUFFER7_WEBGL`,34861,`DRAW_BUFFER8_WEBGL`,34862,`DRAW_BUFFER9_WEBGL`,34863,`DRAW_BUFFER10_WEBGL`,34864,`DRAW_BUFFER11_WEBGL`,34865,`DRAW_BUFFER12_WEBGL`,34866,`DRAW_BUFFER13_WEBGL`,34867,`DRAW_BUFFER14_WEBGL`,34868,`DRAW_BUFFER15_WEBGL`,36063,`MAX_COLOR_ATTACHMENTS_WEBGL`,34852,`MAX_DRAW_BUFFERS_WEBGL`,`WEBGL_draw_buffers`,`PPn!F2"$1#.$4%9.&4'9.(4)9.*4+9.,4-9..4/9.0419.2439.4459.6479.8499.:4;9.<4=9.>4?9.@4A9.B4C9.D4E9.F4G9.H4I9.J4K9.L4M9.N4O9.P4Q9.R4S9.T4U9.V4W9.X4Y9.Z4[9.\\4]9.^4_9.\`4a9.b4c9.d4e9.f4g9Mwhy`],aw=[`loseContext`,`restoreContext`,`WEBGL_lose_context`,`PP$1!P$1"Mw#y`],ow=[()=>pC,`mode`,()=>CC,`firstsList`,`firstsOffset`,()=>fC,`countsList`,`countsOffset`,()=>fC,`instanceCountsList`,`instanceCountsOffset`,()=>fC,`drawcount`,`multiDrawArraysInstancedWEBGL`,()=>pC,()=>CC,()=>fC,()=>fC,`multiDrawArraysWEBGL`,()=>pC,()=>fC,()=>pC,`type`,()=>fC,`offsetsList`,`offsetsOffset`,()=>fC,()=>fC,`multiDrawElementsInstancedWEBGL`,()=>pC,()=>fC,()=>pC,()=>fC,()=>fC,`multiDrawElementsWEBGL`,`WEBGL_multi_draw`,`PPn!2"PZn#FJ2$'2%PZn&FJ2''2(PZn)FJ2*'2+n,2-$1.Pn/2"PZn0FJ2$'2%PZn1FJ2''2(n22-$13Pn42"PZn5FJ2''2(n627PZn8FJ29'2:PZn;FJ2*'2+n<2-$1=Pn>2"PZn?FJ2''2(n@27PZnAFJ29'2:nB2-$1CMwDy`],sw=[()=>CC,`precision`,()=>CC,`rangeMax`,()=>CC,`rangeMin`,`WebGLShaderPrecisionFormat`,`Pn!4"9n#4$9n%4&9Mw'y`],cw=[`WebGLUniformLocation`,`PMw!y`],lw=[`GLfloat`,`'w!y`],uw=[()=>lw,`Float32List`,`P\\n!FJw"y`],dw=[`GLsizeiptr`,`'w!y`],fw=[()=>mw,()=>pw,()=>mw,`AllowSharedBufferSource`,`Pn!n#o""Jw$y`],pw=[()=>mw,`TArrayBuffer`,`buffer`,`byteLength`,`byteOffset`,`ArrayBufferView`,`n!c"Pe"!4#9'4$9'4%9Mw&y`],mw=[()=>nk,()=>nk,`ArrayBufferLike`,`n!n"gfw#y`],hw=[()=>vx,()=>ZS,()=>Qw,()=>Db,()=>mD,()=>zb,()=>ZO,`TexImageSource`,`Pn!n"n#n$n%n&n'Jw(y`],gw=[()=>CC,`Int32List`,`PZn!FJw"y`],_w=[`WebGLQuery`,`PMw!y`],vw=[`WebGLSampler`,`PMw!y`],yw=[`WebGLTransformFeedback`,`PMw!y`],bw=[`WebGLVertexArrayObject`,`PMw!y`],xw=[()=>gC,`Uint32List`,`P[n!FJw"y`],Sw=[`WebGLSync`,`PMw!y`],Cw=[`GLuint64`,`'w!y`],ww=[`GLint64`,`'w!y`],Tw=[`R`,`locked`,`reason`,`cancel`,`byob`,`mode`,`options`,()=>rk,`getReader`,()=>ik,()=>ak,()=>ok,()=>sk,`transform`,()=>ck,0,`pipeThrough`,()=>lk,`destination`,()=>ck,`pipeTo`,0,0,`tee`,`ReadableStream`,`"c!P)4"9P"2#8$\`1$PP.%4&M2'n(1)Pe#!o*"1)Pn+2'8e#!o,"1)P"e#!o-#2.n/2'8"o0"11Pe#!o2"23n42'8$\`15PPe$!o6"e$!o7"G18Mw9y`],Ew=[`DOMHighResTimeStamp`,`'w!y`],Dw=[()=>fS,`data`,`typeArg`,`bubblesArg`,`cancelableArg`,()=>qw,`viewArg`,`dataArg`,`initCompositionEvent`,`CompositionEvent`,`Pn!&4"9P&2#)2$8)2%8Pn&,J2'8&2(8$1)Mw*y`],Ow=[()=>Tx,`colno`,`error`,`filename`,`lineno`,`message`,`ErrorEvent`,`Pn!'4"9"4#9&4$9'4%9&4&9Mw'y`],kw=[()=>Tx,`abort`,`AbortSignalEventMap`,`Pn!4"Mw#y`],Aw=[`TNode`,()=>NS,`index`,`item`,`value`,`key`,0,`parent`,``,`callbackfn`,`thisArg`,`forEach`,`NodeListOf`,`b!Pn"P'2#e#!1$PPe$!2%'2&e$!o'"2($/)2*"2+8$1,'e"!LMw-y`],jw=[`composed`,`GetRootNodeOptions`,`P)4!8Mw"y`],Mw=[`T`,`length`,`toString`,`toLocaleString`,()=>uk,`items`,`concat`,()=>uk,`separator`,`join`,`start`,`end`,`slice`,`searchElement`,`fromIndex`,`indexOf`,`lastIndexOf`,`value`,`index`,`array`,``,`predicate`,`thisArg`,`every`,`some`,`callbackfn`,`forEach`,`map`,`filter`,`previousValue`,`currentValue`,`currentIndex`,`reduce`,`initialValue`,`reduceRight`,`ReadonlyArray`,`b!P'4"9P&1#P&1$Pe#!o%"@2&e#!F1'PPe$!e$!o("J@2&e#!F1'P&2)8&1*P'2+8'2,8e#!F1-Pe#!2.'2/8'10Pe#!2.'2/8'11PPe$!22'23e$!F924!/526"278!18PPe$!22'23e$!F924#/526"278)18PPe$!22'23e$!F924#/526"278)19PPe$!22'23e$!F924$/52:"278$1;PPe$!22'23e$!F924"/52:"278"F1<PPe$!22'23e$!F924!/526"278"F1=PPe$!22'23e$!F924#/526"278e#!F1=PPe$!2>e$!2?'2@e$!F924e$!/52:e#!1APPe$!2>e$!2?'2@e$!F924e$!/52:e#!2Be#!1APP"2>e$!2?'2@e$!F924"/52:"2B"1APPe$!2>e$!2?'2@e$!F924e$!/52:e#!1CPPe$!2>e$!2?'2@e$!F924e$!/52:e#!2Be#!1CPP"2>e$!2?'2@e$!F924"/52:"2B"1C'e"!LMwDy`],Nw=[()=>dk,`composite`,`easing`,`offset`,`Keyframe`,`Pn!4"8&4#8P',J4$8&P&',-JLMw%y`],Pw=[()=>dk,()=>dk,`composite`,`easing`,`offset`,`PropertyIndexedKeyframes`,`PPn!n"FJ4#8P&&FJ4$8P'P',JFJ4%8&P&&F',P',JF-JLMw&y`],Fw=[()=>fk,`id`,()=>pk,`timeline`,`KeyframeAnimationOptions`,`Pn!&4"8Pn#,J4$8Mw%y`],Iw=[()=>Xb,()=>mk,`currentTime`,()=>hk,`effect`,0,`finished`,`id`,0,`this`,()=>pT,`ev`,``,`oncancel`,0,()=>pT,`onfinish`,0,()=>pT,`onremove`,`pending`,()=>gk,`playState`,`playbackRate`,0,`ready`,()=>_k,`replaceState`,()=>mk,`startTime`,()=>pk,`timeline`,`cancel`,`commitStyles`,`finish`,`pause`,`persist`,`play`,`reverse`,`updatePlaybackRate`,`type`,0,()=>vk,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>vk,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`Animation`,`Pn!Pn",J4#Pn$,J4%n&\`4'9&4(PPn)2*n+2,"/-,J4.PPn/2*n02,"/-,J41PPn22*n32,"/-,J44)459n6479'48n9\`4:9n;4<9Pn=,J4>Pn?,J4@P$1AP$1BP$1CP$1DP$1EP$1FP$1GP'28$1HP"2IPnJ2*nK"f2,"/-2LP)nMJ2N8$1OP&2InP2LP)nQJ2N8$1OP"2IPnR2*nS"f2,"/-2LP)nTJ2N8$1UP&2InV2LP)nWJ2N8$1UMwXy`],Lw=[`subtree`,`GetAnimationsOptions`,`P)4!8Mw"y`],Rw=[()=>TO,`name`,()=>Wb,`namedItem`,`HTMLCollection`,`Pn!P&2"Pn#,J1$Mw%y`],zw=[()=>Ob,`name`,()=>Wb,()=>rE,`nodes`,`assign`,()=>yk,`options`,()=>Wb,`assignedElements`,()=>yk,()=>Ix,`assignedNodes`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLSlotElement`,`Pn!&4"PPn#n$J@2%$1&Pn'2(8n)F1*Pn+2(8n,F1-P"2.Pn/20n1"f22"/324P)n5J2(8$16P&2.n724P)n8J2(8$16P"2.Pn920n:"f22"/324P)n;J2(8$1<P&2.n=24P)n>J2(8$1<Mw?y`],Bw=[()=>Wb,`activeElement`,()=>bk,`adoptedStyleSheets`,()=>Wb,`fullscreenElement`,()=>Wb,`pictureInPictureElement`,()=>Wb,`pointerLockElement`,()=>xk,`styleSheets`,`x`,`y`,()=>Wb,`elementFromPoint`,()=>Wb,`elementsFromPoint`,()=>Iw,`getAnimations`,`DocumentOrShadowRoot`,`PPn!,J4"9n#F4$Pn%,J4&9Pn',J4(9Pn),J4*9n+4,9P'2-'2.Pn/,J10P'2-'2.n1F12Pn3F14Mw5y`],Vw=[()=>Sk,`fonts`,`FontFaceSource`,`Pn!4"9Mw#y`],Hw=[`elementId`,()=>Wb,`getElementById`,`NonElementParentNode`,`PP&2!Pn",J1#Mw$y`],Uw=[`expression`,()=>Ck,`resolver`,()=>wk,`createExpression`,()=>Ix,`nodeResolver`,()=>Ix,`createNSResolver`,()=>Ix,`contextNode`,()=>Ck,`type`,()=>Tk,`result`,()=>Tk,`evaluate`,`XPathEvaluatorBase`,`PP&2!Pn",J2#8n$1%Pn&2'n(1)P&2!n*2+Pn,,J2#8'2-8Pn.,J2/8n011Mw2y`],Ww=[`length`,`nameOrIndex`,()=>Rw,()=>Wb,`item`,`name`,()=>Rw,()=>Wb,`namedItem`,()=>Wb,`HTMLAllCollection`,`P'4!9P&2"8Pn#n$,J1%P&2&Pn'n(,J1)'n*LMw+y`],Gw=[()=>Ob,()=>Ek,`charset`,`coords`,`download`,`hreflang`,`name`,`ping`,`referrerPolicy`,`rel`,`rev`,`shape`,`target`,`text`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLAnchorElement`,`Pn!n"&4#&4$&4%&4&&4'&4(&4)&4*!!&4+&4,&4-&4.&4/P"2/Pn021n2"f23"/425P)n6J278$18P&2/n925P)n:J278$18P"2/Pn;21n<"f23"/425P)n=J278$1>P&2/n?25P)n@J278$1>MwAy`],Kw=[()=>rT,()=>dO,`HTMLOrSVGScriptElement`,`Pn!n"Jw#y`],qw=[()=>RO,`WindowProxy`,`n!w"y`],Jw=[()=>Ix,()=>zx,`name`,()=>Wx,`ownerDocument`,`publicId`,`systemId`,`DocumentType`,`Pn!n"&4#9n$4%9&4&9&4'9!Mw(y`],Yw=[()=>Ob,`align`,`height`,`name`,`src`,`type`,`width`,()=>Wx,`getSVGDocument`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLEmbedElement`,`Pn!&4"&4#&4$&4%&4&&4'PPn(,J1)P"2&Pn*2+n,"f2-"/.2/P)n0J218$12P&2&n32/P)n4J218$12P"2&Pn52+n6"f2-"/.2/P)n7J218$18P&2&n92/P)n:J218$18Mw;y`],Xw=[`FragmentDirective`,`PMw!y`],Zw=[()=>Ob,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLHeadElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],Qw=[()=>Ob,`align`,`alt`,`border`,`complete`,`crossOrigin`,`currentSrc`,`async`,`sync`,`auto`,`decoding`,`high`,`low`,`auto`,`fetchPriority`,`height`,`hspace`,`isMap`,`eager`,`lazy`,`loading`,`longDesc`,`lowsrc`,`name`,`naturalHeight`,`naturalWidth`,`referrerPolicy`,`sizes`,`src`,`srcset`,`useMap`,`vspace`,`width`,`x`,`y`,`decode`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLImageElement`,`Pn!&4"&4#&4$)4%9P&,J4&&4'9P.(.).*J4+P.,.-..J4/'40'41)42P.3.4J45&46&47&48'499'4:9&4;&4<&4=&4>&4?'4@'4A'4B9'4C9P$\`1DP"2EPnF2GnH"f2I"/J2KP)nLJ2M8$1NP&2EnO2KP)nPJ2M8$1NP"2EPnQ2GnR"f2I"/J2KP)nSJ2M8$1TP&2EnU2KP)nVJ2M8$1TMwWy`],$w=[`namespace`,`qualifiedName`,()=>Jw,`doctype`,()=>Dk,`createDocument`,`name`,`publicId`,`systemId`,()=>Jw,`createDocumentType`,`title`,()=>Wx,`createHTMLDocument`,`args`,!0,`hasFeature`,`DOMImplementation`,`PPP&,J2!P&,J2"Pn#,J2$8n%1&P&2'&2(&2)n*1+P&2,8n-1.P"@2/.011Mw2y`],eT=[()=>Ob,()=>Ek,`alt`,`coords`,`download`,`noHref`,`ping`,`referrerPolicy`,`rel`,`shape`,`target`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLAreaElement`,`Pn!n"&4#&4$&4%)4&&4'&4(&4)!!&4*&4+P"2,Pn-2.n/"f20"/122P)n3J248$15P&2,n622P)n7J248$15P"2,Pn82.n9"f20"/122P)n:J248$1;P&2,n<22P)n=J248$1;Mw>y`],tT=[`complete`,`interactive`,`loading`,`DocumentReadyState`,`P.!.".#Jw$y`],nT=[()=>Ok,()=>kk,()=>Ak,`currentScale`,()=>jk,`currentTranslate`,()=>Mk,`height`,()=>Mk,`width`,()=>Mk,`x`,()=>Mk,`y`,`animationsPaused`,()=>rS,`element`,()=>wO,`rect`,`checkEnclosure`,()=>rS,()=>wO,`checkIntersection`,()=>Nk,`createSVGAngle`,()=>Pk,`createSVGLength`,()=>uC,`createSVGMatrix`,()=>Fk,`createSVGNumber`,()=>Ik,`createSVGPoint`,()=>$x,`createSVGRect`,()=>Lk,`createSVGTransform`,()=>dC,`matrix`,()=>Lk,`createSVGTransformFromMatrix`,`deselectAll`,`forceRedraw`,`getCurrentTime`,`elementId`,()=>Wb,`getElementById`,()=>wO,()=>rS,`referenceElement`,()=>Aw,()=>yD,()=>CD,()=>QD,()=>$D,()=>aO,()=>sO,()=>cO,()=>uO,()=>_O,()=>xO,`getEnclosureList`,()=>wO,()=>rS,()=>Aw,()=>yD,()=>CD,()=>QD,()=>$D,()=>aO,()=>sO,()=>cO,()=>uO,()=>_O,()=>xO,`getIntersectionList`,`pauseAnimations`,`seconds`,`setCurrentTime`,`maxWaitMilliseconds`,`suspendRedraw`,`unpauseAnimations`,`suspendHandleID`,`unsuspendRedraw`,`unsuspendRedrawAll`,`type`,0,`this`,()=>Rk,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Rk,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGSVGElement`,`Pn!n"n#'4$n%4&9n'4(9n)4*9n+4,9n-4.9P)1/Pn021n223)14Pn521n623)17Pn819Pn:1;Pn<1=Pn>1?Pn@1APnB1CPnD1EPnF2G8nH1IP$1JP$1KP'1LP&2MnN1OPnP23PnQ,J2RPnTnUnVnWnXnYnZn[n\\n]JoS"1^Pn_23Pn\`,J2RPnbncndnenfngnhninjnkJoa"1lP$1mP'2n$1oP'2p'1qP$1rP'2s$1tP$1uP"2vPnw2xny"f2z"/{2|P)n}J2~8$1P&2vn2|P)nJ2~8$1P"2vPn2xn"f2z"/{2|P)nJ2~8$1
P&2vn2|P)nJ2~8$1
Mwy`],rT=[()=>Ob,`async`,`charset`,`crossOrigin`,`defer`,`event`,`high`,`low`,`auto`,`fetchPriority`,`htmlFor`,`integrity`,`noModule`,`referrerPolicy`,`src`,`text`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLScriptElement`,`Pn!)4"!!&4#P&,J4$)4%&4&P.'.(.)J4*&4+&4,)4-&4.&4/&40&41P"21Pn223n4"f25"/627P)n8J298$1:P&21n;27P)n<J298$1:P"21Pn=23n>"f25"/627P)n?J298$1@P&21nA27P)nBJ298$1@MwCy`],iT=[()=>pk,`DocumentTimeline`,`Pn!Mw"y`],aT=[`hidden`,`visible`,`DocumentVisibilityState`,`P.!."Jw#y`],oT=[()=>Gx,`shadowRoots`,`CaretPositionFromPointOptions`,`Pn!F4"8Mw#y`],sT=[`offset`,()=>Ix,`offsetNode`,()=>$x,`getClientRect`,`CaretPosition`,`P'4!9n"4#9PPn$,J1%Mw&y`],cT=[()=>zk,()=>Ix,`commonAncestorContainer`,()=>dT,`cloneContents`,0,`cloneRange`,`toStart`,`collapse`,`how`,0,`sourceRange`,`compareBoundaryPoints`,()=>Ix,`node`,`offset`,`comparePoint`,`string`,()=>dT,`createContextualFragment`,`deleteContents`,`detach`,()=>dT,`extractContents`,()=>$x,`getBoundingClientRect`,()=>eS,`getClientRects`,()=>Ix,`insertNode`,()=>Ix,`intersectsNode`,()=>Ix,`isPointInRange`,()=>Ix,`selectNode`,()=>Ix,`selectNodeContents`,()=>Ix,`setEnd`,()=>Ix,`setEndAfter`,()=>Ix,`setEndBefore`,()=>Ix,`setStart`,()=>Ix,`setStartAfter`,()=>Ix,`setStartBefore`,()=>Ix,`newParent`,`surroundContents`,`toString`,0,`START_TO_START`,1,`START_TO_END`,2,`END_TO_END`,3,`END_TO_START`,`Range`,`Pn!n"4#9Pn$1%Pn&1'P)2(8$1)P'2*n+2,'1-Pn.2/'20'11P&22n314P$15P$16Pn718Pn91:Pn;1<Pn=2/$1>Pn?2/)1@PnA2/'20)1BPnC2/$1DPnE2/$1FPnG2/'20$1HPnI2/$1JPnK2/$1LPnM2/'20$1NPnO2/$1PPnQ2/$1RPnS2T$1UP&1V.W4X9.Y4Z9.[4\\9.]4^9Mw_y`],lT=[()=>rE,`CDATASection`,`Pn!Mw"y`],uT=[()=>Bk,`Comment`,`Pn!Mw"y`],dT=[()=>Ix,()=>Hw,()=>Vx,()=>Wx,`ownerDocument`,`elementId`,()=>Ob,`getElementById`,`DocumentFragment`,`Pn!n"n#n$4%9P&2&Pn',J1(!!Mw)y`],fT=[()=>hE,`customElementRegistry`,`is`,`ElementCreationOptions`,`Pn!4"8&4#8Mw$y`],pT=[()=>Tx,()=>mk,`currentTime`,()=>mk,`timelineTime`,`AnimationPlaybackEvent`,`Pn!Pn",J4#9Pn$,J4%9Mw&y`],mT=[()=>Tx,()=>Vk,`inputBuffer`,()=>Vk,`outputBuffer`,`playbackTime`,`AudioProcessingEvent`,`Pn!n"4#9n$4%9'4&9Mw'y`],hT=[()=>Tx,`returnValue`,`BeforeUnloadEvent`,`Pn!"4"Mw#y`],gT=[()=>Tx,()=>wx,`data`,()=>Ew,`timecode`,`BlobEvent`,`Pn!n"4#9n$4%9Mw&y`],_T=[()=>Tx,`code`,`reason`,`wasClean`,`CloseEvent`,`Pn!'4"9&4#9)4$9Mw%y`],vT=[()=>Tx,`skipped`,`ContentVisibilityAutoStateChangeEvent`,`Pn!)4"9Mw#y`],yT=[()=>Tx,()=>Mw,()=>Hk,`changed`,()=>Mw,()=>Hk,`deleted`,`CookieChangeEvent`,`Pn!n#o""4$9n&o%"4'9Mw(y`],bT=[`T`,()=>Tx,`detail`,`type`,`bubbles`,`cancelable`,`initCustomEvent`,`CustomEvent`,`"c!Pn"e"!4#9P&2$)2%8)2&8e#!2#8$1'Mw(y`],xT=[()=>Tx,()=>Uk,`acceleration`,()=>Uk,`accelerationIncludingGravity`,`interval`,()=>Wk,`rotationRate`,`DeviceMotionEvent`,`Pn!Pn",J4#9Pn$,J4%9'4&9Pn',J4(9Mw)y`],ST=[()=>Tx,`absolute`,`alpha`,`beta`,`gamma`,`DeviceOrientationEvent`,`Pn!)4"9P',J4#9P',J4$9P',J4%9Mw&y`],CT=[()=>Tx,()=>Mw,()=>Gk,`fontfaces`,`FontFaceSetLoadEvent`,`Pn!n#o""4$9Mw%y`],wT=[()=>Tx,()=>Kk,`gamepad`,`GamepadEvent`,`Pn!n"4#9Mw$y`],TT=[()=>Tx,`newURL`,`oldURL`,`HashChangeEvent`,`Pn!&4"9&4#9Mw$y`],ET=[()=>Tx,`newVersion`,`oldVersion`,`IDBVersionChangeEvent`,`Pn!P',J4"9'4#9Mw$y`],DT=[()=>Tx,()=>qk,`port`,`MIDIConnectionEvent`,`Pn!Pn",J4#9Mw$y`],OT=[()=>Tx,`data`,`MIDIMessageEvent`,`Pn!PW,J4"9Mw#y`],kT=[()=>Tx,`initData`,`initDataType`,`MediaEncryptedEvent`,`Pn!P_,J4"9&4#9Mw$y`],AT=[()=>Tx,`message`,()=>Jk,`messageType`,`MediaKeyMessageEvent`,`Pn!_4"9n#4$9Mw%y`],jT=[()=>Tx,`matches`,`media`,`MediaQueryListEvent`,`Pn!)4"9&4#9Mw$y`],MT=[`T`,()=>Tx,`data`,`lastEventId`,`origin`,()=>Mw,()=>Yk,`ports`,()=>Xk,`source`,`type`,`bubbles`,`cancelable`,()=>Xk,()=>Yk,`initMessageEvent`,`MessageEvent`,`"c!Pn"e"!4#9&4$9&4%9n'o&"4(9Pn),J4*9P&2+)2,8)2-8"2#8&2%8&2$8Pn.,J2*8n/F2(8$10Mw1y`],NT=[()=>Tx,()=>Vk,`renderedBuffer`,`OfflineAudioCompletionEvent`,`Pn!n"4#9Mw$y`],PT=[()=>Tx,()=>uE,`viewTransition`,`PageRevealEvent`,`Pn!Pn",J4#9Mw$y`],FT=[()=>Tx,()=>Zk,`activation`,()=>uE,`viewTransition`,`PageSwapEvent`,`Pn!Pn",J4#9Pn$,J4%9Mw&y`],IT=[()=>Tx,`persisted`,`PageTransitionEvent`,`Pn!)4"9Mw#y`],LT=[()=>RT,`methodDetails`,`methodName`,`PaymentMethodChangeEvent`,`Pn!"4"9&4#9Mw$y`],RT=[()=>Tx,()=>Qk,()=>$k,()=>Qk,`detailsPromise`,`updateWith`,`PaymentRequestUpdateEvent`,`Pn!PPn"n$o#"J2%$1&Mw'y`],zT=[()=>Tx,()=>eA,`pictureInPictureWindow`,`PictureInPictureEvent`,`Pn!n"4#9Mw$y`],BT=[()=>Tx,`hasUAVisualTransition`,`state`,`PopStateEvent`,`Pn!)4"9"4#9Mw$y`],VT=[()=>Tx,`promise`,`reason`,`PromiseRejectionEvent`,'Pn!"`4"9"4#9Mw$y'],HT=[()=>Tx,`tone`,`RTCDTMFToneChangeEvent`,`Pn!&4"9Mw#y`],UT=[()=>Tx,()=>tA,`channel`,`RTCDataChannelEvent`,`Pn!n"4#9Mw$y`],WT=[()=>Tx,()=>nA,`error`,`RTCErrorEvent`,`Pn!n"4#9Mw$y`],GT=[()=>Tx,`address`,`errorCode`,`errorText`,`port`,`url`,`RTCPeerConnectionIceErrorEvent`,`Pn!P&,J4"9'4#9&4$9P',J4%9&4&9Mw'y`],KT=[()=>Tx,()=>rA,`candidate`,`RTCPeerConnectionIceEvent`,`Pn!Pn",J4#9Mw$y`],qT=[()=>Tx,()=>iA,`receiver`,()=>Mw,()=>kb,`streams`,()=>Qb,`track`,()=>aA,`transceiver`,`RTCTrackEvent`,`Pn!n"4#9n%o$"4&9n'4(9n)4*9Mw+y`],JT=[()=>YT,()=>oA,`error`,`SpeechSynthesisErrorEvent`,`Pn!n"4#9Mw$y`],YT=[()=>Tx,`charIndex`,`charLength`,`elapsedTime`,`name`,()=>sA,`utterance`,`SpeechSynthesisEvent`,`Pn!'4"9'4#9'4$9&4%9n&4'9Mw(y`],XT=[()=>Tx,`key`,`newValue`,`oldValue`,()=>cA,`storageArea`,`url`,`type`,`bubbles`,`cancelable`,()=>sE,()=>cA,`initStorageEvent`,`StorageEvent`,`Pn!P&,J4"9P&,J4#9P&,J4$9Pn%,J4&9&4'9P&2()2)8)2*8P&,J2"8P&,J2$8P&,J2#8P&n+J2'8Pn,,J2&8$1-Mw.y`],ZT=[()=>fS,`data`,`type`,`bubbles`,`cancelable`,()=>RO,`view`,`initTextEvent`,`TextEvent`,`Pn!&4"9P&2#)2$8)2%8Pn&,J2'8&2"8$1(Mw)y`],QT=[()=>Tx,()=>lA,`track`,`TrackEvent`,`Pn!Pn",J4#9Mw$y`],$T=[()=>Tx,`statusMessage`,`WebGLContextEvent`,`Pn!&4"9Mw#y`],eE=[()=>Ix,`node`,``,()=>Ix,`acceptNode`,`NodeFilter`,`PPn!2"'/#PPn$2"'1%MJw&y`],tE=[()=>eE,`filter`,`pointerBeforeReferenceNode`,()=>Ix,`referenceNode`,()=>Ix,`root`,`whatToShow`,`detach`,()=>Ix,`nextNode`,()=>Ix,`previousNode`,`NodeIterator`,`PPn!,J4"9)4#9n$4%9n&4'9'4(9P$1)PPn*,J1+PPn,,J1-Mw.y`],nE=[()=>Bk,()=>uA,()=>Wx,`ownerDocument`,`target`,`ProcessingInstruction`,`Pn!n"n#4$9&4%9Mw&y`],rE=[()=>Bk,()=>Hx,`wholeText`,`offset`,0,`splitText`,`Text`,`Pn!n"&4#9P'2$n%1&Mw'y`],iE=[()=>Ix,`currentNode`,()=>eE,`filter`,()=>Ix,`root`,`whatToShow`,()=>Ix,`firstChild`,()=>Ix,`lastChild`,()=>Ix,`nextNode`,()=>Ix,`nextSibling`,()=>Ix,`parentNode`,()=>Ix,`previousNode`,()=>Ix,`previousSibling`,`TreeWalker`,`Pn!4"Pn#,J4$9n%4&9'4'9PPn(,J1)PPn*,J1+PPn,,J1-PPn.,J1/PPn0,J11PPn2,J13PPn4,J15Mw6y`],aE=[()=>Ix,`anchorNode`,`anchorOffset`,`direction`,()=>Ix,`focusNode`,`focusOffset`,`isCollapsed`,`rangeCount`,`type`,()=>cT,`range`,`addRange`,()=>Ix,`node`,`offset`,`collapse`,`collapseToEnd`,`collapseToStart`,()=>Ix,`allowPartialContainment`,`containsNode`,`deleteFromDocument`,`empty`,()=>Ix,`extend`,()=>dA,`options`,()=>BO,`getComposedRanges`,`index`,()=>cT,`getRangeAt`,`alter`,`granularity`,`modify`,`removeAllRanges`,()=>cT,`removeRange`,()=>Ix,`selectAllChildren`,()=>Ix,()=>Ix,`setBaseAndExtent`,()=>Ix,`setPosition`,`toString`,`Selection`,`PPn!,J4"9'4#9&4$9Pn%,J4&9'4'9)4(9'4)9&4*9Pn+2,$1-PPn.,J2/'208$11P$12P$13Pn42/)258)16P$17P$18Pn92/'208$1:Pn;2<8n=F1>P'2?n@1AP&2B8&2$8&2C8$1DP$1EPnF2,$1GPnH2/$1IPnJ2"'2#nK2&'2'$1LPPnM,J2/'208$1NP&1OMwPy`],oE=[()=>hE,`customElementRegistry`,`selfOnly`,`ImportNodeOptions`,`Pn!4"8)4#8Mw$y`],sE=[`hash`,`host`,`hostname`,`href`,`toString`,`origin`,`password`,`pathname`,`port`,`protocol`,`search`,()=>fA,`searchParams`,`username`,`toJSON`,`URL`,`P&4!&4"&4#&4$P&1%&4&9&4'&4(&4)&4*&4+n,4-9&4.P&1/Mw0y`],cE=[``,`ViewTransitionUpdateCallback`,`PP"v!Mw"y`],lE=[`types`,()=>cE,`update`,`StartViewTransitionOptions`,`PP&F,J4!8Pn",J4#8Mw$y`],uE=[`finished`,`ready`,()=>pA,`types`,`updateCallbackDone`,`skipTransition`,`ViewTransition`,"P$`4!9$`4\"9n#4$$`4%9P$1&Mw'y"],dE=[()=>Mx,()=>Tx,`DOMContentLoaded`,()=>Tx,`fullscreenchange`,()=>Tx,`fullscreenerror`,()=>Tx,`pointerlockchange`,()=>Tx,`pointerlockerror`,()=>Tx,`readystatechange`,()=>Tx,`visibilitychange`,`DocumentEventMap`,`Pn!n"4#n$4%n&4'n(4)n*4+n,4-n.4/Mw0y`],fE=[`closed`,`open`,`ShadowRootMode`,`P.!."Jw#y`],pE=[`manual`,`named`,`SlotAssignmentMode`,`P.!."Jw#y`],mE=[()=>Tx,`slotchange`,`ShadowRootEventMap`,`Pn!4"Mw#y`],hE=[`name`,()=>mA,`constructor`,()=>hA,`options`,`define`,()=>mA,`get`,()=>mA,`getName`,()=>Ix,`root`,`upgrade`,()=>mA,`whenDefined`,`CustomElementRegistry`,`PP&2!n"2#n$2%8$1&P&2!Pn'-J1(Pn)2#P&,J1*Pn+2,$1-P&2!n.\`1/Mw0y`],gE=[()=>_A,`type`,0,`this`,()=>vA,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>vA,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLAudioElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],_E=[()=>Ob,`href`,`target`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLBaseElement`,`Pn!&4"&4#P"2$Pn%2&n'"f2("/)2*P)n+J2,8$1-P&2$n.2*P)n/J2,8$1-P"2$Pn02&n1"f2("/)2*P)n2J2,8$13P&2$n42*P)n5J2,8$13Mw6y`],vE=[()=>Ob,`cite`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLQuoteElement`,`Pn!&4"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],yE=[()=>Ob,()=>Ak,`aLink`,`background`,`bgColor`,`link`,`text`,`vLink`,`type`,0,`this`,()=>yA,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>yA,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLBodyElement`,`Pn!n"&4#&4$&4%&4&&4'&4(P"2)Pn*2+n,"f2-"/.2/P)n0J218$12P&2)n32/P)n4J218$12P"2)Pn52+n6"f2-"/.2/P)n7J218$18P&2)n92/P)n:J218$18Mw;y`],bE=[()=>Ob,`clear`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLBRElement`,`Pn!&4"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],xE=[()=>Ob,()=>bA,`disabled`,()=>MS,`form`,`formAction`,`formEnctype`,`formMethod`,`formNoValidate`,`formTarget`,()=>Aw,()=>LE,`labels`,`name`,`submit`,`reset`,`button`,`type`,`validationMessage`,()=>FS,`validity`,`value`,`willValidate`,`checkValidity`,`reportValidity`,`error`,`setCustomValidity`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLButtonElement`,`Pn!n")4#Pn$,J4%9&4&&4'&4()4)&4*n,o+"4-9&4.P./.0.1J42&439n4459&46)479P)18P)19P&2:$1;P"22Pn<2=n>"f2?"/@2AP)nBJ2C8$1DP&22nE2AP)nFJ2C8$1DP"22PnG2=nH"f2?"/@2AP)nIJ2C8$1JP&22nK2AP)nLJ2C8$1JMwMy`],SE=[()=>Ob,`align`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLTableCaptionElement`,`Pn!&4"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],CE=[()=>Ob,`align`,`ch`,`chOff`,`span`,`vAlign`,`width`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLTableColElement`,`Pn!&4"&4#&4$'4%&4&&4'P"2(Pn)2*n+"f2,"/-2.P)n/J208$11P&2(n22.P)n3J208$11P"2(Pn42*n5"f2,"/-2.P)n6J208$17P&2(n82.P)n9J208$17Mw:y`],wE=[()=>Ob,`value`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLDataElement`,`Pn!&4"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],TE=[()=>Ob,()=>tS,()=>JE,`options`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLDataListElement`,`Pn!n#o""4$9P"2%Pn&2'n("f2)"/*2+P)n,J2$8$1-P&2%n.2+P)n/J2$8$1-P"2%Pn02'n1"f2)"/*2+P)n2J2$8$13P&2%n42+P)n5J2$8$13Mw6y`],EE=[()=>Ob,`cite`,`dateTime`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLModElement`,`Pn!&4"&4#P"2$Pn%2&n'"f2("/)2*P)n+J2,8$1-P&2$n.2*P)n/J2,8$1-P"2$Pn02&n1"f2("/)2*P)n2J2,8$13P&2$n42*P)n5J2,8$13Mw6y`],DE=[()=>Ob,`name`,`open`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLDetailsElement`,`Pn!&4")4#P"2$Pn%2&n'"f2("/)2*P)n+J2,8$1-P&2$n.2*P)n/J2,8$1-P"2$Pn02&n1"f2("/)2*P)n2J2,8$13P&2$n42*P)n5J2,8$13Mw6y`],OE=[()=>Ob,`open`,`returnValue`,`close`,`requestClose`,`show`,`showModal`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLDialogElement`,`Pn!)4"&4#P&2#8$1$P&2#8$1%P$1&P$1'P"2(Pn)2*n+"f2,"/-2.P)n/J208$11P&2(n22.P)n3J208$11P"2(Pn42*n5"f2,"/-2.P)n6J208$17P&2(n82.P)n9J208$17Mw:y`],kE=[()=>Ob,`align`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLDivElement`,`Pn!&4"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],AE=[()=>Ob,`compact`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLDListElement`,`Pn!)4"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],jE=[()=>Ob,`disabled`,()=>Rw,`elements`,()=>MS,`form`,`name`,`type`,`validationMessage`,()=>FS,`validity`,`willValidate`,`checkValidity`,`reportValidity`,`error`,`setCustomValidity`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLFieldSetElement`,`Pn!)4"n#4$9Pn%,J4&9&4'&4(9&4)9n*4+9)4,9P)1-P)1.P&2/$10P"2(Pn122n3"f24"/526P)n7J288$19P&2(n:26P)n;J288$19P"2(Pn<22n="f24"/526P)n>J288$1?P&2(n@26P)nAJ288$1?MwBy`],ME=[()=>Ob,`align`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLHeadingElement`,`Pn!&4"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],NE=[()=>Ob,`align`,`color`,`noShade`,`size`,`width`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLHRElement`,`Pn!&4"&4#)4$&4%&4&P"2'Pn(2)n*"f2+"/,2-P)n.J2/8$10P&2'n12-P)n2J2/8$10P"2'Pn32)n4"f2+"/,2-P)n5J2/8$16P&2'n72-P)n8J2/8$16Mw9y`],PE=[()=>Ob,`version`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLHtmlElement`,`Pn!&4"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],FE=[()=>Ob,`align`,`allow`,`allowFullscreen`,()=>Wx,`contentDocument`,()=>qw,`contentWindow`,`frameBorder`,`height`,`eager`,`lazy`,`loading`,`longDesc`,`marginHeight`,`marginWidth`,`name`,()=>xA,`referrerPolicy`,`scrolling`,`src`,`srcdoc`,`width`,()=>Wx,`getSVGDocument`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLIFrameElement`,`Pn!&4"&4#)4$Pn%,J4&9Pn',J4(9&4)&4*P.+.,J4-&4.&4/&40&41n243!!&44&45&46&47PPn8,J19P"2:Pn;2<n="f2>"/?2@P)nAJ2B8$1CP&2:nD2@P)nEJ2B8$1CP"2:PnF2<nG"f2>"/?2@P)nHJ2B8$1IP&2:nJ2@P)nKJ2B8$1IMwLy`],IE=[()=>Ob,()=>bA,`accept`,`align`,`alt`,()=>SA,`autocomplete`,`capture`,`checked`,`defaultChecked`,`defaultValue`,`dirName`,`disabled`,()=>CA,`files`,()=>MS,`form`,`formAction`,`formEnctype`,`formMethod`,`formNoValidate`,`formTarget`,`height`,`indeterminate`,()=>Aw,()=>LE,`labels`,()=>TE,`list`,`max`,`maxLength`,`min`,`minLength`,`multiple`,`name`,`pattern`,`placeholder`,`readOnly`,`required`,`forward`,`backward`,`none`,`selectionDirection`,`selectionEnd`,`selectionStart`,`size`,`src`,`step`,`type`,`useMap`,`validationMessage`,()=>FS,`validity`,`value`,`valueAsDate`,`valueAsNumber`,()=>Mw,()=>wA,`webkitEntries`,`webkitdirectory`,`width`,`willValidate`,`checkValidity`,`reportValidity`,`select`,`error`,`setCustomValidity`,`replacement`,`setRangeText`,`start`,`end`,()=>TA,`selectionMode`,`forward`,`backward`,`none`,`direction`,`setSelectionRange`,`showPicker`,`n`,`stepDown`,`stepUp`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLInputElement`,`Pn!n"&4#&4$&4%n&4'&4()4))4*&4+&4,)4-Pn.,J4/Pn0,J419&42&43&44)45&46'47)48Pn:o9",J4;9Pn<,J4=9&4>'4?&4@'4A)4B&4C&4D&4E)4F)4GP.H.I.J,J4KP',J4LP',J4M'4N&4O&4P&4Q&4R&4S9nT4U9&4VPT,J4W'4XnZoY"4[9)4\\'4])4^9P)1_P)1\`P$1aP&2b$1cP&2d$1eP&2d'2f'2gnh2i8$1ePP',J2fP',J2gP.j.k.lJ2m8$1nP$1oP'2p8$1qP'2p8$1rP"2QPns2tnu"f2v"/w2xP)nyJ2z8$1{P&2Qn|2xP)n}J2z8$1{P"2QPn~2tn"f2v"/w2xP)nJ2z8$1P&2Qn2xP)nJ2z8$1Mwy`],LE=[()=>Ob,()=>Ob,`control`,()=>MS,`form`,`htmlFor`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLLabelElement`,`Pn!Pn",J4#9Pn$,J4%9&4&P"2'Pn(2)n*"f2+"/,2-P)n.J2/8$10P&2'n12-P)n2J2/8$10P"2'Pn32)n4"f2+"/,2-P)n5J2/8$16P&2'n72-P)n8J2/8$16Mw9y`],RE=[()=>Ob,`align`,()=>MS,`form`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLLegendElement`,`Pn!&4"Pn#,J4$9P"2%Pn&2'n("f2)"/*2+P)n,J2-8$1.P&2%n/2+P)n0J2-8$1.P"2%Pn12'n2"f2)"/*2+P)n3J2-8$14P&2%n52+P)n6J2-8$14Mw7y`],zE=[()=>Ob,`type`,`value`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLLIElement`,`Pn!&4"'4#P"2"Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2"n-2)P)n.J2+8$1,P"2"Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2"n32)P)n4J2+8$12Mw5y`],BE=[()=>Ob,()=>uA,`as`,`charset`,`crossOrigin`,`disabled`,`high`,`low`,`auto`,`fetchPriority`,`href`,`hreflang`,`imageSizes`,`imageSrcset`,`integrity`,`media`,`referrerPolicy`,`rel`,`rev`,`target`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLLinkElement`,`Pn!n"&4#!!&4$P&,J4%)4&P.'.(.)J4*&4+&4,&4-&4.&4/&40&41&42!!&43!!&44&45P"25Pn627n8"f29"/:2;P)n<J2=8$1>P&25n?2;P)n@J2=8$1>P"25PnA27nB"f29"/:2;P)nCJ2=8$1DP&25nE2;P)nFJ2=8$1DMwGy`],VE=[()=>Ob,()=>Rw,`areas`,`name`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLMapElement`,`Pn!n"4#9&4$P"2%Pn&2'n("f2)"/*2+P)n,J2-8$1.P&2%n/2+P)n0J2-8$1.P"2%Pn12'n2"f2)"/*2+P)n3J2-8$14P&2%n52+P)n6J2-8$14Mw7y`],HE=[()=>Ob,`compact`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLMenuElement`,`Pn!)4"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],UE=[()=>Ob,`content`,`httpEquiv`,`media`,`name`,`scheme`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLMetaElement`,`Pn!&4"&4#&4$&4%&4&P"2'Pn(2)n*"f2+"/,2-P)n.J2/8$10P&2'n12-P)n2J2/8$10P"2'Pn32)n4"f2+"/,2-P)n5J2/8$16P&2'n72-P)n8J2/8$16Mw9y`],WE=[()=>Ob,`high`,()=>Aw,()=>LE,`labels`,`low`,`max`,`min`,`optimum`,`value`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLMeterElement`,`Pn!'4"n$o#"4%9'4&'4''4('4)'4*P"2+Pn,2-n."f2/"/021P)n2J238$14P&2+n521P)n6J238$14P"2+Pn72-n8"f2/"/021P)n9J238$1:P&2+n;21P)n<J238$1:Mw=y`],GE=[()=>Ob,`align`,`archive`,`border`,`code`,`codeBase`,`codeType`,()=>Wx,`contentDocument`,()=>qw,`contentWindow`,`data`,`declare`,()=>MS,`form`,`height`,`hspace`,`name`,`standby`,`type`,`useMap`,`validationMessage`,()=>FS,`validity`,`vspace`,`width`,`willValidate`,`checkValidity`,()=>Wx,`getSVGDocument`,`reportValidity`,`error`,`setCustomValidity`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLObjectElement`,`Pn!&4"&4#&4$&4%&4&&4'Pn(,J4)9Pn*,J4+9&4,)4-Pn.,J4/9&40'41&42&43&44&45&469n7489'49&4:)4;9P)1<PPn=,J1>P)1?P&2@$1AP"24PnB2CnD"f2E"/F2GP)nHJ2I8$1JP&24nK2GP)nLJ2I8$1JP"24PnM2CnN"f2E"/F2GP)nOJ2I8$1PP&24nQ2GP)nRJ2I8$1PMwSy`],KE=[()=>Ob,`compact`,`reversed`,`start`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLOListElement`,`Pn!)4")4#'4$&4%P"2%Pn&2'n("f2)"/*2+P)n,J2-8$1.P&2%n/2+P)n0J2-8$1.P"2%Pn12'n2"f2)"/*2+P)n3J2-8$14P&2%n52+P)n6J2-8$14Mw7y`],qE=[()=>Ob,`disabled`,`label`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLOptGroupElement`,`Pn!)4"&4#P"2$Pn%2&n'"f2("/)2*P)n+J2,8$1-P&2$n.2*P)n/J2,8$1-P"2$Pn02&n1"f2("/)2*P)n2J2,8$13P&2$n42*P)n5J2,8$13Mw6y`],JE=[()=>Ob,`defaultSelected`,`disabled`,()=>MS,`form`,`index`,`label`,`selected`,`text`,`value`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLOptionElement`,`Pn!)4")4#Pn$,J4%9'4&9&4')4(&4)&4*P"2+Pn,2-n."f2/"/021P)n2J238$14P&2+n521P)n6J238$14P"2+Pn72-n8"f2/"/021P)n9J238$1:P&2+n;21P)n<J238$1:Mw=y`],YE=[()=>Ob,`defaultValue`,()=>MS,`form`,()=>Aw,()=>LE,`labels`,`name`,`type`,`validationMessage`,()=>FS,`validity`,`value`,`willValidate`,`checkValidity`,`reportValidity`,`error`,`setCustomValidity`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLOutputElement`,`Pn!&4"Pn#,J4$9!!n&o%"4'9&4(&4)9&4*9n+4,9&4-)4.9P)1/P)10P&21$12P"2)Pn324n5"f26"/728P)n9J2:8$1;P&2)n<28P)n=J2:8$1;P"2)Pn>24n?"f26"/728P)n@J2:8$1AP&2)nB28P)nCJ2:8$1AMwDy`],XE=[()=>Ob,`align`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLParagraphElement`,`Pn!&4"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],ZE=[()=>Ob,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLPictureElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],QE=[()=>Ob,`width`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLPreElement`,`Pn!'4"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],$E=[()=>Ob,()=>Aw,()=>LE,`labels`,`max`,`position`,`value`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLProgressElement`,`Pn!n#o""4$9'4%'4&9'4'P"2(Pn)2*n+"f2,"/-2.P)n/J208$11P&2(n22.P)n3J208$11P"2(Pn42*n5"f2,"/-2.P)n6J208$17P&2(n82.P)n9J208$17Mw:y`],eD=[()=>Ob,()=>SA,`autocomplete`,`disabled`,()=>MS,`form`,()=>Aw,()=>LE,`labels`,`length`,`multiple`,`name`,()=>EA,`options`,`required`,`selectedIndex`,()=>tS,()=>JE,`selectedOptions`,`size`,`select-one`,`select-multiple`,`type`,`validationMessage`,()=>FS,`validity`,`value`,`willValidate`,()=>JE,()=>qE,`element`,()=>Ob,`before`,`add`,`checkValidity`,`index`,()=>JE,`item`,()=>JE,`namedItem`,`remove`,`reportValidity`,`error`,`setCustomValidity`,`showPicker`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,()=>JE,()=>qE,`HTMLSelectElement`,`Pn!n"4#)4$Pn%,J4&9n(o'"4)9'4*)4+&4,n-4.9)4/'40n2o1"439'44P.5.6J479&489n94:9&4;)4<9PPn=n>J2?Pn@',J2A8$1BP)1CP'2DPnE,J1FP&2,PnG,J1HP$1IP'2D$1IP)1JP&2K$1LP$1MP"27PnN2OnP"f2Q"/R2SP)nTJ2.8$1UP&27nV2SP)nWJ2.8$1UP"27PnX2OnY"f2Q"/R2SP)nZJ2.8$1[P&27n\\2SP)n]J2.8$1['Pn^n_JLMw\`y`],tD=[()=>Ob,`height`,`media`,`sizes`,`src`,`srcset`,`type`,`width`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLSourceElement`,`Pn!'4"&4#&4$&4%&4&&4''4(P"2'Pn)2*n+"f2,"/-2.P)n/J208$11P&2'n22.P)n3J208$11P"2'Pn42*n5"f2,"/-2.P)n6J208$17P&2'n82.P)n9J208$17Mw:y`],nD=[()=>Ob,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLSpanElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],rD=[()=>Ob,()=>uA,`disabled`,`media`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLStyleElement`,`Pn!n"!!)4#&4$&4%P"2%Pn&2'n("f2)"/*2+P)n,J2-8$1.P&2%n/2+P)n0J2-8$1.P"2%Pn12'n2"f2)"/*2+P)n3J2-8$14P&2%n52+P)n6J2-8$14Mw7y`],iD=[()=>Ob,`align`,`bgColor`,`border`,()=>SE,`caption`,`cellPadding`,`cellSpacing`,`frame`,()=>tS,()=>dD,`rows`,`rules`,`summary`,()=>tS,()=>aD,`tBodies`,()=>aD,`tFoot`,()=>aD,`tHead`,`width`,()=>SE,`createCaption`,()=>aD,`createTBody`,()=>aD,`createTFoot`,()=>aD,`createTHead`,`deleteCaption`,`index`,`deleteRow`,`deleteTFoot`,`deleteTHead`,()=>dD,`insertRow`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLTableElement`,`Pn!&4"&4#&4$Pn%,J4&&4'&4(&4)n+o*"4,9&4-&4.n0o/"419Pn2,J43Pn4,J45&46Pn718Pn91:Pn;1<Pn=1>P$1?P'2@$1AP$1BP$1CP'2@8nD1EP"2FPnG2HnI"f2J"/K2LP)nMJ2N8$1OP&2FnP2LP)nQJ2N8$1OP"2FPnR2HnS"f2J"/K2LP)nTJ2N8$1UP&2FnV2LP)nWJ2N8$1UMwXy`],aD=[()=>Ob,`align`,`ch`,`chOff`,()=>tS,()=>dD,`rows`,`vAlign`,`index`,`deleteRow`,()=>dD,`insertRow`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLTableSectionElement`,`Pn!&4"&4#&4$n&o%"4'9&4(P'2)$1*P'2)8n+1,P"2-Pn.2/n0"f21"/223P)n4J258$16P&2-n723P)n8J258$16P"2-Pn92/n:"f21"/223P)n;J258$1<P&2-n=23P)n>J258$1<Mw?y`],oD=[()=>Ob,`abbr`,`align`,`axis`,`bgColor`,`cellIndex`,`ch`,`chOff`,`colSpan`,`headers`,`height`,`noWrap`,`rowSpan`,`scope`,`vAlign`,`width`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLTableCellElement`,`Pn!&4"&4#&4$&4%'4&9&4'&4('4)&4*&4+)4,'4-&4.&4/&40P"21Pn223n4"f25"/627P)n8J298$1:P&21n;27P)n<J298$1:P"21Pn=23n>"f25"/627P)n?J298$1@P&21nA27P)nBJ298$1@MwCy`],sD=[()=>Ob,()=>dT,`content`,`shadowRootClonable`,`shadowRootDelegatesFocus`,`shadowRootMode`,`shadowRootSerializable`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLTemplateElement`,`Pn!n"4#9)4$)4%&4&)4'P"2(Pn)2*n+"f2,"/-2.P)n/J208$11P&2(n22.P)n3J208$11P"2(Pn42*n5"f2,"/-2.P)n6J208$17P&2(n82.P)n9J208$17Mw:y`],cD=[()=>Ob,()=>SA,`autocomplete`,`cols`,`defaultValue`,`dirName`,`disabled`,()=>MS,`form`,()=>Aw,()=>LE,`labels`,`maxLength`,`minLength`,`name`,`placeholder`,`readOnly`,`required`,`rows`,`forward`,`backward`,`none`,`selectionDirection`,`selectionEnd`,`selectionStart`,`textLength`,`type`,`validationMessage`,()=>FS,`validity`,`value`,`willValidate`,`wrap`,`checkValidity`,`reportValidity`,`select`,`error`,`setCustomValidity`,`replacement`,`setRangeText`,`start`,`end`,()=>TA,`selectionMode`,`forward`,`backward`,`none`,`direction`,`setSelectionRange`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLTextAreaElement`,`Pn!n"4#'4$&4%&4&)4'Pn(,J4)9n+o*"4,9'4-'4.&4/&40)41)42'43P.4.5.6J47'48'49'4:9&4;9&4<9n=4>9&4?)4@9&4AP)1BP)1CP$1DP&2E$1FP&2G$1HP&2G'2I'2JnK2L8$1HPP',J2IP',J2JP.M.N.OJ2P8$1QP"2;PnR2SnT"f2U"/V2WP)nXJ2Y8$1ZP&2;n[2WP)n\\J2Y8$1ZP"2;Pn]2Sn^"f2U"/V2WP)n_J2Y8$1\`P&2;na2WP)nbJ2Y8$1\`Mwcy`],lD=[()=>Ob,`dateTime`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLTimeElement`,`Pn!&4"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],uD=[()=>Ob,`text`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLTitleElement`,`Pn!&4"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],dD=[()=>Ob,`align`,`bgColor`,()=>tS,()=>oD,`cells`,`ch`,`chOff`,`rowIndex`,`sectionRowIndex`,`vAlign`,`index`,`deleteCell`,()=>oD,`insertCell`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLTableRowElement`,`Pn!&4"&4#n%o$"4&9&4'&4('4)9'4*9&4+P'2,$1-P'2,8n.1/P"20Pn122n3"f24"/526P)n7J288$19P&20n:26P)n;J288$19P"20Pn<22n="f24"/526P)n>J288$1?P&20n@26P)nAJ288$1?MwBy`],fD=[()=>Ob,`default`,`kind`,`label`,`readyState`,`src`,`srclang`,()=>lA,`track`,0,`NONE`,1,`LOADING`,2,`LOADED`,3,`ERROR`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLTrackElement`,`Pn!)4"&4#&4$'4%9&4&&4'n(4)9.*4+9.,4-9..4/9.0419P"22Pn324n5"f26"/728P)n9J2:8$1;P&22n<28P)n=J2:8$1;P"22Pn>24n?"f26"/728P)n@J2:8$1AP&22nB28P)nCJ2:8$1AMwDy`],pD=[()=>Ob,`compact`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLUListElement`,`Pn!)4"&4#P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],mD=[()=>_A,`disablePictureInPicture`,`height`,0,`this`,()=>zT,`ev`,``,`onenterpictureinpicture`,0,()=>zT,`onleavepictureinpicture`,`playsInline`,`poster`,`videoHeight`,`videoWidth`,`width`,`handle`,`cancelVideoFrameCallback`,()=>DA,`getVideoPlaybackQuality`,()=>eA,`requestPictureInPicture`,()=>kA,`callback`,`requestVideoFrameCallback`,`type`,0,()=>AA,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>AA,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLVideoElement`,`Pn!)4"'4#PPn$2%n&2'"/(,J4)PPn*2%n+2'"/(,J4,)4-&4.'4/9'409'41P'22$13Pn415Pn6\`17Pn829'1:P"2;Pn<2%n="f2'"/(2>P)n?J2@8$1AP&2;nB2>P)nCJ2@8$1AP"2;PnD2%nE"f2'"/(2>P)nFJ2@8$1GP&2;nH2>P)nIJ2@8$1GMwJy`],hD=[()=>Ok,()=>jA,`rel`,()=>MA,`target`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGAElement`,`Pn!n"&4#!!n$4%9P"2&Pn'2(n)"f2*"/+2,P)n-J2.8$1/P&2&n02,P)n1J2.8$1/P"2&Pn22(n3"f2*"/+2,P)n4J2.8$15P&2&n62,P)n7J2.8$15Mw8y`],gD=[()=>NA,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGAnimateElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],_D=[()=>NA,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGAnimateMotionElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],vD=[()=>NA,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGAnimateTransformElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],yD=[()=>PA,()=>Mk,`cx`,()=>Mk,`cy`,()=>Mk,`r`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGCircleElement`,`Pn!n"4#9n$4%9n&4'9P"2(Pn)2*n+"f2,"/-2.P)n/J208$11P&2(n22.P)n3J208$11P"2(Pn42*n5"f2,"/-2.P)n6J208$17P&2(n82.P)n9J208$17Mw:y`],bD=[()=>rS,()=>FA,`clipPathUnits`,()=>LA,`transform`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGClipPathElement`,`Pn!n"4#9n$4%9P"2&Pn'2(n)"f2*"/+2,P)n-J2.8$1/P&2&n02,P)n1J2.8$1/P"2&Pn22(n3"f2*"/+2,P)n4J2.8$15P&2&n62,P)n7J2.8$15Mw8y`],xD=[()=>Ok,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGDefsElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],SD=[()=>rS,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGDescElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],CD=[()=>PA,()=>Mk,`cx`,()=>Mk,`cy`,()=>Mk,`rx`,()=>Mk,`ry`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGEllipseElement`,`Pn!n"4#9n$4%9n&4'9n(4)9P"2*Pn+2,n-"f2."//20P)n1J228$13P&2*n420P)n5J228$13P"2*Pn62,n7"f2."//20P)n8J228$19P&2*n:20P)n;J228$19Mw<y`],wD=[()=>rS,()=>RA,()=>MA,`in1`,()=>MA,`in2`,()=>FA,`mode`,0,`SVG_FEBLEND_MODE_UNKNOWN`,1,`SVG_FEBLEND_MODE_NORMAL`,2,`SVG_FEBLEND_MODE_MULTIPLY`,3,`SVG_FEBLEND_MODE_SCREEN`,4,`SVG_FEBLEND_MODE_DARKEN`,5,`SVG_FEBLEND_MODE_LIGHTEN`,6,`SVG_FEBLEND_MODE_OVERLAY`,7,`SVG_FEBLEND_MODE_COLOR_DODGE`,8,`SVG_FEBLEND_MODE_COLOR_BURN`,9,`SVG_FEBLEND_MODE_HARD_LIGHT`,10,`SVG_FEBLEND_MODE_SOFT_LIGHT`,11,`SVG_FEBLEND_MODE_DIFFERENCE`,12,`SVG_FEBLEND_MODE_EXCLUSION`,13,`SVG_FEBLEND_MODE_HUE`,14,`SVG_FEBLEND_MODE_SATURATION`,15,`SVG_FEBLEND_MODE_COLOR`,16,`SVG_FEBLEND_MODE_LUMINOSITY`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGFEBlendElement`,`Pn!n"n#4$9n%4&9n'4(9.)4*9.+4,9.-4.9./409.1429.3449.5469.7489.94:9.;4<9.=4>9.?4@9.A4B9.C4D9.E4F9.G4H9.I4J9P"2KPnL2MnN"f2O"/P2QP)nRJ2S8$1TP&2KnU2QP)nVJ2S8$1TP"2KPnW2MnX"f2O"/P2QP)nYJ2S8$1ZP&2Kn[2QP)n\\J2S8$1ZMw]y`],TD=[()=>rS,()=>RA,()=>MA,`in1`,()=>FA,`type`,()=>zA,`values`,0,`SVG_FECOLORMATRIX_TYPE_UNKNOWN`,1,`SVG_FECOLORMATRIX_TYPE_MATRIX`,2,`SVG_FECOLORMATRIX_TYPE_SATURATE`,3,`SVG_FECOLORMATRIX_TYPE_HUEROTATE`,4,`SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGFEColorMatrixElement`,`Pn!n"n#4$9n%4&9n'4(9.)4*9.+4,9.-4.9./409.1429P"2&Pn324n5"f26"/728P)n9J2:8$1;P&2&n<28P)n=J2:8$1;P"2&Pn>24n?"f26"/728P)n@J2:8$1AP&2&nB28P)nCJ2:8$1AMwDy`],ED=[()=>rS,()=>RA,()=>MA,`in1`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGFEComponentTransferElement`,`Pn!n"n#4$9P"2%Pn&2'n("f2)"/*2+P)n,J2-8$1.P&2%n/2+P)n0J2-8$1.P"2%Pn12'n2"f2)"/*2+P)n3J2-8$14P&2%n52+P)n6J2-8$14Mw7y`],DD=[()=>rS,()=>RA,()=>MA,`in1`,()=>MA,`in2`,()=>BA,`k1`,()=>BA,`k2`,()=>BA,`k3`,()=>BA,`k4`,()=>FA,`operator`,0,`SVG_FECOMPOSITE_OPERATOR_UNKNOWN`,1,`SVG_FECOMPOSITE_OPERATOR_OVER`,2,`SVG_FECOMPOSITE_OPERATOR_IN`,3,`SVG_FECOMPOSITE_OPERATOR_OUT`,4,`SVG_FECOMPOSITE_OPERATOR_ATOP`,5,`SVG_FECOMPOSITE_OPERATOR_XOR`,6,`SVG_FECOMPOSITE_OPERATOR_ARITHMETIC`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGFECompositeElement`,`Pn!n"n#4$9n%4&9n'4(9n)4*9n+4,9n-4.9n/409.1429.3449.5469.7489.94:9.;4<9.=4>9P"2?Pn@2AnB"f2C"/D2EP)nFJ2G8$1HP&2?nI2EP)nJJ2G8$1HP"2?PnK2AnL"f2C"/D2EP)nMJ2G8$1NP&2?nO2EP)nPJ2G8$1NMwQy`],OD=[()=>rS,()=>RA,()=>BA,`bias`,()=>BA,`divisor`,()=>FA,`edgeMode`,()=>MA,`in1`,()=>zA,`kernelMatrix`,()=>BA,`kernelUnitLengthX`,()=>BA,`kernelUnitLengthY`,()=>VA,`orderX`,()=>VA,`orderY`,()=>HA,`preserveAlpha`,()=>VA,`targetX`,()=>VA,`targetY`,0,`SVG_EDGEMODE_UNKNOWN`,1,`SVG_EDGEMODE_DUPLICATE`,2,`SVG_EDGEMODE_WRAP`,3,`SVG_EDGEMODE_NONE`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGFEConvolveMatrixElement`,`Pn!n"n#4$9n%4&9n'4(9n)4*9n+4,9n-4.9n/409n1429n3449n5469n7489n94:9.;4<9.=4>9.?4@9.A4B9P"2CPnD2EnF"f2G"/H2IP)nJJ2K8$1LP&2CnM2IP)nNJ2K8$1LP"2CPnO2EnP"f2G"/H2IP)nQJ2K8$1RP&2CnS2IP)nTJ2K8$1RMwUy`],kD=[()=>rS,()=>RA,()=>BA,`diffuseConstant`,()=>MA,`in1`,()=>BA,`kernelUnitLengthX`,()=>BA,`kernelUnitLengthY`,()=>BA,`surfaceScale`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGFEDiffuseLightingElement`,`Pn!n"n#4$9n%4&9n'4(9n)4*9n+4,9P"2-Pn.2/n0"f21"/223P)n4J258$16P&2-n723P)n8J258$16P"2-Pn92/n:"f21"/223P)n;J258$1<P&2-n=23P)n>J258$1<Mw?y`],AD=[()=>rS,()=>RA,()=>MA,`in1`,()=>MA,`in2`,()=>BA,`scale`,()=>FA,`xChannelSelector`,()=>FA,`yChannelSelector`,0,`SVG_CHANNEL_UNKNOWN`,1,`SVG_CHANNEL_R`,2,`SVG_CHANNEL_G`,3,`SVG_CHANNEL_B`,4,`SVG_CHANNEL_A`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGFEDisplacementMapElement`,`Pn!n"n#4$9n%4&9n'4(9n)4*9n+4,9.-4.9./409.1429.3449.5469P"27Pn829n:"f2;"/<2=P)n>J2?8$1@P&27nA2=P)nBJ2?8$1@P"27PnC29nD"f2;"/<2=P)nEJ2?8$1FP&27nG2=P)nHJ2?8$1FMwIy`],jD=[()=>rS,()=>BA,`azimuth`,()=>BA,`elevation`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGFEDistantLightElement`,`Pn!n"4#9n$4%9P"2&Pn'2(n)"f2*"/+2,P)n-J2.8$1/P&2&n02,P)n1J2.8$1/P"2&Pn22(n3"f2*"/+2,P)n4J2.8$15P&2&n62,P)n7J2.8$15Mw8y`],MD=[()=>rS,()=>RA,()=>BA,`dx`,()=>BA,`dy`,()=>MA,`in1`,()=>BA,`stdDeviationX`,()=>BA,`stdDeviationY`,`setStdDeviation`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGFEDropShadowElement`,`Pn!n"n#4$9n%4&9n'4(9n)4*9n+4,9P'2*'2,$1-P"2.Pn/20n1"f22"/324P)n5J268$17P&2.n824P)n9J268$17P"2.Pn:20n;"f22"/324P)n<J268$1=P&2.n>24P)n?J268$1=Mw@y`],ND=[()=>rS,()=>RA,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGFEFloodElement`,`Pn!n"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],PD=[()=>UA,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGFEFuncAElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],FD=[()=>UA,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGFEFuncBElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],ID=[()=>UA,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGFEFuncGElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],LD=[()=>UA,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGFEFuncRElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],RD=[()=>rS,()=>RA,()=>MA,`in1`,()=>BA,`stdDeviationX`,()=>BA,`stdDeviationY`,`setStdDeviation`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGFEGaussianBlurElement`,`Pn!n"n#4$9n%4&9n'4(9P'2&'2($1)P"2*Pn+2,n-"f2."//20P)n1J228$13P&2*n420P)n5J228$13P"2*Pn62,n7"f2."//20P)n8J228$19P&2*n:20P)n;J228$19Mw<y`],zD=[()=>rS,()=>RA,()=>jA,()=>WA,`preserveAspectRatio`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGFEImageElement`,`Pn!n"n#n$4%9P"2&Pn'2(n)"f2*"/+2,P)n-J2.8$1/P&2&n02,P)n1J2.8$1/P"2&Pn22(n3"f2*"/+2,P)n4J2.8$15P&2&n62,P)n7J2.8$15Mw8y`],BD=[()=>rS,()=>RA,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGFEMergeElement`,`Pn!n"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],VD=[()=>rS,()=>MA,`in1`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGFEMergeNodeElement`,`Pn!n"4#9P"2$Pn%2&n'"f2("/)2*P)n+J2,8$1-P&2$n.2*P)n/J2,8$1-P"2$Pn02&n1"f2("/)2*P)n2J2,8$13P&2$n42*P)n5J2,8$13Mw6y`],HD=[()=>rS,()=>RA,()=>MA,`in1`,()=>FA,`operator`,()=>BA,`radiusX`,()=>BA,`radiusY`,0,`SVG_MORPHOLOGY_OPERATOR_UNKNOWN`,1,`SVG_MORPHOLOGY_OPERATOR_ERODE`,2,`SVG_MORPHOLOGY_OPERATOR_DILATE`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGFEMorphologyElement`,`Pn!n"n#4$9n%4&9n'4(9n)4*9.+4,9.-4.9./409P"21Pn223n4"f25"/627P)n8J298$1:P&21n;27P)n<J298$1:P"21Pn=23n>"f25"/627P)n?J298$1@P&21nA27P)nBJ298$1@MwCy`],UD=[()=>rS,()=>RA,()=>BA,`dx`,()=>BA,`dy`,()=>MA,`in1`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGFEOffsetElement`,`Pn!n"n#4$9n%4&9n'4(9P"2)Pn*2+n,"f2-"/.2/P)n0J218$12P&2)n32/P)n4J218$12P"2)Pn52+n6"f2-"/.2/P)n7J218$18P&2)n92/P)n:J218$18Mw;y`],WD=[()=>rS,()=>BA,`x`,()=>BA,`y`,()=>BA,`z`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGFEPointLightElement`,`Pn!n"4#9n$4%9n&4'9P"2(Pn)2*n+"f2,"/-2.P)n/J208$11P&2(n22.P)n3J208$11P"2(Pn42*n5"f2,"/-2.P)n6J208$17P&2(n82.P)n9J208$17Mw:y`],GD=[()=>rS,()=>RA,()=>MA,`in1`,()=>BA,`kernelUnitLengthX`,()=>BA,`kernelUnitLengthY`,()=>BA,`specularConstant`,()=>BA,`specularExponent`,()=>BA,`surfaceScale`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGFESpecularLightingElement`,`Pn!n"n#4$9n%4&9n'4(9n)4*9n+4,9n-4.9P"2/Pn021n2"f23"/425P)n6J278$18P&2/n925P)n:J278$18P"2/Pn;21n<"f23"/425P)n=J278$1>P&2/n?25P)n@J278$1>MwAy`],KD=[()=>rS,()=>BA,`limitingConeAngle`,()=>BA,`pointsAtX`,()=>BA,`pointsAtY`,()=>BA,`pointsAtZ`,()=>BA,`specularExponent`,()=>BA,`x`,()=>BA,`y`,()=>BA,`z`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGFESpotLightElement`,`Pn!n"4#9n$4%9n&4'9n(4)9n*4+9n,4-9n.4/9n0419P"22Pn324n5"f26"/728P)n9J2:8$1;P&22n<28P)n=J2:8$1;P"22Pn>24n?"f26"/728P)n@J2:8$1AP&22nB28P)nCJ2:8$1AMwDy`],qD=[()=>rS,()=>RA,()=>MA,`in1`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGFETileElement`,`Pn!n"n#4$9P"2%Pn&2'n("f2)"/*2+P)n,J2-8$1.P&2%n/2+P)n0J2-8$1.P"2%Pn12'n2"f2)"/*2+P)n3J2-8$14P&2%n52+P)n6J2-8$14Mw7y`],JD=[()=>rS,()=>RA,()=>BA,`baseFrequencyX`,()=>BA,`baseFrequencyY`,()=>VA,`numOctaves`,()=>BA,`seed`,()=>FA,`stitchTiles`,()=>FA,`type`,0,`SVG_TURBULENCE_TYPE_UNKNOWN`,1,`SVG_TURBULENCE_TYPE_FRACTALNOISE`,2,`SVG_TURBULENCE_TYPE_TURBULENCE`,0,`SVG_STITCHTYPE_UNKNOWN`,1,`SVG_STITCHTYPE_STITCH`,2,`SVG_STITCHTYPE_NOSTITCH`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGFETurbulenceElement`,`Pn!n"n#4$9n%4&9n'4(9n)4*9n+4,9n-4.9./409.1429.3449.5469.7489.94:9P"2.Pn;2<n="f2>"/?2@P)nAJ2B8$1CP&2.nD2@P)nEJ2B8$1CP"2.PnF2<nG"f2>"/?2@P)nHJ2B8$1IP&2.nJ2@P)nKJ2B8$1IMwLy`],YD=[()=>rS,()=>jA,()=>FA,`filterUnits`,()=>Mk,`height`,()=>FA,`primitiveUnits`,()=>Mk,`width`,()=>Mk,`x`,()=>Mk,`y`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGFilterElement`,`Pn!n"n#4$9n%4&9n'4(9n)4*9n+4,9n-4.9P"2/Pn021n2"f23"/425P)n6J278$18P&2/n925P)n:J278$18P"2/Pn;21n<"f23"/425P)n=J278$1>P&2/n?25P)n@J278$1>MwAy`],XD=[()=>Ok,()=>Mk,`height`,()=>Mk,`width`,()=>Mk,`x`,()=>Mk,`y`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGForeignObjectElement`,`Pn!n"4#9n$4%9n&4'9n(4)9P"2*Pn+2,n-"f2."//20P)n1J228$13P&2*n420P)n5J228$13P"2*Pn62,n7"f2."//20P)n8J228$19P&2*n:20P)n;J228$19Mw<y`],ZD=[()=>Ok,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGGElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],QD=[()=>Ok,()=>jA,`crossOrigin`,()=>Mk,`height`,()=>WA,`preserveAspectRatio`,()=>Mk,`width`,()=>Mk,`x`,()=>Mk,`y`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGImageElement`,`Pn!n"P&,J4#n$4%9n&4'9n(4)9n*4+9n,4-9P"2.Pn/20n1"f22"/324P)n5J268$17P&2.n824P)n9J268$17P"2.Pn:20n;"f22"/324P)n<J268$1=P&2.n>24P)n?J268$1=Mw@y`],$D=[()=>PA,()=>Mk,`x1`,()=>Mk,`x2`,()=>Mk,`y1`,()=>Mk,`y2`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGLineElement`,`Pn!n"4#9n$4%9n&4'9n(4)9P"2*Pn+2,n-"f2."//20P)n1J228$13P&2*n420P)n5J228$13P"2*Pn62,n7"f2."//20P)n8J228$19P&2*n:20P)n;J228$19Mw<y`],eO=[()=>GA,()=>Mk,`x1`,()=>Mk,`x2`,()=>Mk,`y1`,()=>Mk,`y2`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGLinearGradientElement`,`Pn!n"4#9n$4%9n&4'9n(4)9P"2*Pn+2,n-"f2."//20P)n1J228$13P&2*n420P)n5J228$13P"2*Pn62,n7"f2."//20P)n8J228$19P&2*n:20P)n;J228$19Mw<y`],tO=[()=>rS,()=>kk,()=>Mk,`markerHeight`,()=>FA,`markerUnits`,()=>Mk,`markerWidth`,()=>KA,`orientAngle`,()=>FA,`orientType`,()=>Mk,`refX`,()=>Mk,`refY`,()=>Nk,`angle`,`setOrientToAngle`,`setOrientToAuto`,0,`SVG_MARKERUNITS_UNKNOWN`,1,`SVG_MARKERUNITS_USERSPACEONUSE`,2,`SVG_MARKERUNITS_STROKEWIDTH`,0,`SVG_MARKER_ORIENT_UNKNOWN`,1,`SVG_MARKER_ORIENT_AUTO`,2,`SVG_MARKER_ORIENT_ANGLE`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGMarkerElement`,`Pn!n"n#4$9n%4&9n'4(9n)4*9n+4,9n-4.9n/409Pn122$13P$14.5469.7489.94:9.;4<9.=4>9.?4@9P"2APnB2CnD"f2E"/F2GP)nHJ2I8$1JP&2AnK2GP)nLJ2I8$1JP"2APnM2CnN"f2E"/F2GP)nOJ2I8$1PP&2AnQ2GP)nRJ2I8$1PMwSy`],nO=[()=>rS,()=>Mk,`height`,()=>FA,`maskContentUnits`,()=>FA,`maskUnits`,()=>Mk,`width`,()=>Mk,`x`,()=>Mk,`y`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGMaskElement`,`Pn!n"4#9n$4%9n&4'9n(4)9n*4+9n,4-9P"2.Pn/20n1"f22"/324P)n5J268$17P&2.n824P)n9J268$17P"2.Pn:20n;"f22"/324P)n<J268$1=P&2.n>24P)n?J268$1=Mw@y`],rO=[()=>rS,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGMetadataElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],iO=[()=>rS,()=>jA,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGMPathElement`,`Pn!n"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],aO=[()=>PA,()=>BA,`pathLength`,`distance`,()=>Ik,`getPointAtLength`,`getTotalLength`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGPathElement`,`Pn!n"4#9P'2$n%1&P'1'P"2(Pn)2*n+"f2,"/-2.P)n/J208$11P&2(n22.P)n3J208$11P"2(Pn42*n5"f2,"/-2.P)n6J208$17P&2(n82.P)n9J208$17Mw:y`],oO=[()=>rS,()=>kk,()=>jA,()=>Mk,`height`,()=>FA,`patternContentUnits`,()=>LA,`patternTransform`,()=>FA,`patternUnits`,()=>Mk,`width`,()=>Mk,`x`,()=>Mk,`y`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGPatternElement`,`Pn!n"n#n$4%9n&4'9n(4)9n*4+9n,4-9n.4/9n0419P"22Pn324n5"f26"/728P)n9J2:8$1;P&22n<28P)n=J2:8$1;P"22Pn>24n?"f26"/728P)n@J2:8$1AP&22nB28P)nCJ2:8$1AMwDy`],sO=[()=>PA,()=>qA,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGPolygonElement`,`Pn!n"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],cO=[()=>PA,()=>qA,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGPolylineElement`,`Pn!n"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],lO=[()=>GA,()=>Mk,`cx`,()=>Mk,`cy`,()=>Mk,`fr`,()=>Mk,`fx`,()=>Mk,`fy`,()=>Mk,`r`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGRadialGradientElement`,`Pn!n"4#9n$4%9n&4'9n(4)9n*4+9n,4-9P"2.Pn/20n1"f22"/324P)n5J268$17P&2.n824P)n9J268$17P"2.Pn:20n;"f22"/324P)n<J268$1=P&2.n>24P)n?J268$1=Mw@y`],uO=[()=>PA,()=>Mk,`height`,()=>Mk,`rx`,()=>Mk,`ry`,()=>Mk,`width`,()=>Mk,`x`,()=>Mk,`y`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGRectElement`,`Pn!n"4#9n$4%9n&4'9n(4)9n*4+9n,4-9P"2.Pn/20n1"f22"/324P)n5J268$17P&2.n824P)n9J268$17P"2.Pn:20n;"f22"/324P)n<J268$1=P&2.n>24P)n?J268$1=Mw@y`],dO=[()=>rS,()=>jA,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGScriptElement`,`Pn!n"&4#P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],fO=[()=>NA,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGSetElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],pO=[()=>rS,()=>BA,`offset`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGStopElement`,`Pn!n"4#9P"2$Pn%2&n'"f2("/)2*P)n+J2,8$1-P&2$n.2*P)n/J2,8$1-P"2$Pn02&n1"f2("/)2*P)n2J2,8$13P&2$n42*P)n5J2,8$13Mw6y`],mO=[()=>rS,()=>uA,`disabled`,`media`,`title`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGStyleElement`,`Pn!n")4#&4$&4%&4&P"2&Pn'2(n)"f2*"/+2,P)n-J2.8$1/P&2&n02,P)n1J2.8$1/P"2&Pn22(n3"f2*"/+2,P)n4J2.8$15P&2&n62,P)n7J2.8$15Mw8y`],hO=[()=>Ok,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGSwitchElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],gO=[()=>rS,()=>kk,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGSymbolElement`,`Pn!n"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],_O=[()=>JA,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGTextElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],vO=[()=>YA,()=>jA,()=>FA,`method`,()=>FA,`spacing`,()=>Mk,`startOffset`,0,`TEXTPATH_METHODTYPE_UNKNOWN`,1,`TEXTPATH_METHODTYPE_ALIGN`,2,`TEXTPATH_METHODTYPE_STRETCH`,0,`TEXTPATH_SPACINGTYPE_UNKNOWN`,1,`TEXTPATH_SPACINGTYPE_AUTO`,2,`TEXTPATH_SPACINGTYPE_EXACT`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGTextPathElement`,`Pn!n"n#4$9n%4&9n'4(9.)4*9.+4,9.-4.9./409.1429.3449P"25Pn627n8"f29"/:2;P)n<J2=8$1>P&25n?2;P)n@J2=8$1>P"25PnA27nB"f29"/:2;P)nCJ2=8$1DP&25nE2;P)nFJ2=8$1DMwGy`],yO=[()=>rS,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGTitleElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],bO=[()=>JA,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGTSpanElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],xO=[()=>Ok,()=>jA,()=>Mk,`height`,()=>Mk,`width`,()=>Mk,`x`,()=>Mk,`y`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGUseElement`,`Pn!n"n#4$9n%4&9n'4(9n)4*9P"2+Pn,2-n."f2/"/021P)n2J238$14P&2+n521P)n6J238$14P"2+Pn72-n8"f2/"/021P)n9J238$1:P&2+n;21P)n<J238$1:Mw=y`],SO=[()=>rS,()=>kk,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGViewElement`,`Pn!n"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],CO=[`toString`,`CSSStyleValue`,`PP&1!Mw"y`],wO=[`bottom`,`height`,`left`,`right`,`top`,`width`,`x`,`y`,`toJSON`,`DOMRectReadOnly`,`P'4!9'4"9'4#9'4$9'4%9'4&9'4'9'4(9P"1)Mw*y`],TO=[`length`,`index`,()=>Wb,`item`,()=>Wb,`HTMLCollectionBase`,`P'4!9P'2"Pn#,J1$'n%LMw&y`],EO=[()=>Ob,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLUnknownElement`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],DO=[()=>Ob,`compact`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLDirectoryElement`,`Pn!)4"P"2#Pn$2%n&"f2'"/(2)P)n*J2+8$1,P&2#n-2)P)n.J2+8$1,P"2#Pn/2%n0"f2'"/(2)P)n1J2+8$12P&2#n32)P)n4J2+8$12Mw5y`],OO=[()=>Ob,`color`,`face`,`size`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLFontElement`,`Pn!&4"&4#&4$P"2%Pn&2'n("f2)"/*2+P)n,J2-8$1.P&2%n/2+P)n0J2-8$1.P"2%Pn12'n2"f2)"/*2+P)n3J2-8$14P&2%n52+P)n6J2-8$14Mw7y`],kO=[()=>Ob,()=>Wx,`contentDocument`,()=>qw,`contentWindow`,`frameBorder`,`longDesc`,`marginHeight`,`marginWidth`,`name`,`noResize`,`scrolling`,`src`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLFrameElement`,`Pn!Pn",J4#9Pn$,J4%9&4&&4'&4(&4)&4*)4+&4,&4-P"2.Pn/20n1"f22"/324P)n5J268$17P&2.n824P)n9J268$17P"2.Pn:20n;"f22"/324P)n<J268$1=P&2.n>24P)n?J268$1=Mw@y`],AO=[()=>Ob,()=>Ak,`cols`,`rows`,`type`,0,`this`,()=>XA,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>XA,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLFrameSetElement`,`Pn!n"&4#&4$P"2%Pn&2'n("f2)"/*2+P)n,J2-8$1.P&2%n/2+P)n0J2-8$1.P"2%Pn12'n2"f2)"/*2+P)n3J2-8$14P&2%n52+P)n6J2-8$14Mw7y`],jO=[()=>Ob,`behavior`,`bgColor`,`direction`,`height`,`hspace`,`loop`,`scrollAmount`,`scrollDelay`,`trueSpeed`,`vspace`,`width`,`start`,`stop`,`type`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLMarqueeElement`,`Pn!&4"&4#&4$&4%'4&'4''4('4))4*'4+&4,P$1-P$1.P"2/Pn021n2"f23"/425P)n6J278$18P&2/n925P)n:J278$18P"2/Pn;21n<"f23"/425P)n=J278$1>P&2/n?25P)n@J278$1>MwAy`],MO=[()=>Ob,`name`,`type`,`value`,`valueType`,0,`this`,()=>Bb,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Bb,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLParamElement`,`Pn!&4"&4#&4$&4%P"2#Pn&2'n("f2)"/*2+P)n,J2-8$1.P&2#n/2+P)n0J2-8$1.P"2#Pn12'n2"f2)"/*2+P)n3J2-8$14P&2#n52+P)n6J2-8$14Mw7y`],NO=[()=>jx,()=>Mx,`SVGElementEventMap`,`Pn!n"Mw#y`],PO=[()=>jx,()=>Mx,`MathMLElementEventMap`,`Pn!n"Mw#y`],FO=[`auto`,`hide`,`show`,`FullscreenNavigationUI`,`P.!.".#Jw$y`],IO=[()=>ZA,`behavior`,`ScrollOptions`,`Pn!4"8Mw#y`],LO=[`center`,`end`,`nearest`,`start`,`ScrollLogicalPosition`,`P.!.".#.$Jw%y`],RO=[()=>Xb,()=>QA,()=>qb,()=>Ak,()=>$A,()=>ej,()=>tj,()=>nj,`clientInformation`,`closed`,()=>rj,`cookieStore`,()=>hE,`customElements`,`devicePixelRatio`,()=>Wx,`document`,()=>Tx,`event`,()=>ij,`external`,()=>Wb,`frameElement`,()=>qw,`frames`,()=>aj,`history`,`innerHeight`,`innerWidth`,`length`,()=>oj,`locationbar`,()=>oj,`menubar`,`name`,()=>nj,`navigator`,0,`this`,()=>xT,`ev`,``,`ondevicemotion`,0,()=>ST,`ondeviceorientation`,0,()=>ST,`ondeviceorientationabsolute`,0,()=>Tx,`onorientationchange`,`opener`,`orientation`,`originAgentCluster`,`outerHeight`,`outerWidth`,`pageXOffset`,`pageYOffset`,()=>qw,`parent`,()=>oj,`personalbar`,()=>sj,`screen`,`screenLeft`,`screenTop`,`screenX`,`screenY`,`scrollX`,`scrollY`,()=>oj,`scrollbars`,0,()=>globalThis,`self`,()=>cj,`speechSynthesis`,`status`,()=>oj,`statusbar`,()=>oj,`toolbar`,()=>qw,`top`,()=>lj,`visualViewport`,0,()=>globalThis,`window`,`message`,`alert`,`blur`,`handle`,`cancelIdleCallback`,`captureEvents`,`close`,`confirm`,`focus`,()=>Wb,`elt`,`pseudoElt`,()=>uj,`getComputedStyle`,()=>aE,`getSelection`,`query`,()=>dj,`matchMedia`,`x`,`y`,`moveBy`,`moveTo`,()=>sE,`url`,`target`,`features`,()=>qw,`open`,`targetOrigin`,()=>fj,`transfer`,`postMessage`,()=>pj,`options`,`print`,`_default`,`prompt`,`releaseEvents`,()=>mj,`callback`,()=>hj,`requestIdleCallback`,`resizeBy`,`width`,`height`,`resizeTo`,()=>lS,`scroll`,()=>lS,`scrollBy`,()=>lS,`scrollTo`,`stop`,`type`,0,()=>gj,`listener`,()=>Vb,`addEventListener`,()=>Hb,()=>Vb,0,()=>gj,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,0,`Window`,`Pn!n"n#n$n%n&n'n(4)9)4*9n+4,9n-4.9'4/9n0419Pn2-J439n4459Pn6,J479n8499n:4;9'4<9'4=9'4>9!!n?4@9nA4B9&4CnD4E9PPnF2GnH2I"/J,J4KPPnL2GnM2I"/J,J4NPPnO2GnP2I"/J,J4QPPnR2GnS2I"/J,J4T"4U'4V9)4W9'4X9'4Y9'4Z9'4[9n\\4]9n^4_9n\`4a9'4b9'4c9'4d9'4e9'4f9'4g9nh4i9PnjikK4l9nm4n9&4onp4q9nr4s9Pnt,J4u9Pnv,J4w9PnxiyK4z9P"2{8$1|P$1}P'2~$1P$1P$1P&2{8)1P$1Pn2
P&,J28n1PPn,J1P&2n1P'2'2$1P'2'2$1PP&nJ28&28&28Pn,J1P"2{&2nF28$1P"2{n28$1P$1P&2{8&28P&,J1\xA0P$1¡Pn¢2£n¤28'1¥P'2'2$1¦P'2§'2¨$1©Pnª28$1«P'2'2$1«Pn¬28$1P'2'2$1Pn®28$1¯P'2'2$1¯P$1°P"2±Pn²2Gn³"f2I"/J2´P)nµJ28$1¶P&2±n·2´P)n¸J28$1¶P"2±Pn¹2Gnº"f2I"/J2´P)n»J28$1¼P&2±n½2´P)n¾J28$1¼'n¿LMwÀy`],zO=[`none`,`copy`,`link`,`move`,`dropEffect`,`none`,`copy`,`copyLink`,`copyMove`,`link`,`linkMove`,`move`,`all`,`uninitialized`,`effectAllowed`,()=>CA,`files`,()=>_j,`items`,()=>Mw,`types`,`format`,`clearData`,`getData`,`data`,`setData`,()=>Wb,`image`,`x`,`y`,`setDragImage`,`DataTransfer`,`PP.!.".#.$J4%P.&.'.(.).*.+.,.-..J4/n0419n2439&o4"459P&268$17P&26&18P&26&29$1:Pn;2<'2='2>$1?Mw@y`],BO=[()=>zk,`StaticRange`,`Pn!Mw"y`],VO=[()=>Tx,`event`,`source`,`lineno`,`colno`,()=>vj,`error`,``,`OnErrorEventHandlerNonNull`,`PPPn!&J2"&2#8'2$8'2%8n&2'8"v(Mw)y`],HO=[`enforce`,`report`,`SecurityPolicyViolationEventDisposition`,`P.!."Jw#y`],UO=[`length`,`index`,()=>yj,`item`,()=>yj,`TouchList`,`P'4!9P'2"Pn#,J1$'n%LMw&y`],WO=[``,`off`,`on`,`AutoFillBase`,`P.!.".#Jw$y`],GO=[()=>TO,`name`,()=>bj,()=>Wb,`namedItem`,`HTMLFormControlsCollection`,`Pn!P&2"Pn#n$,J1%Mw&y`],KO=[()=>IS,`FormDataEntryValue`,`Pn!&Jw"y`],qO=[()=>xj,`aspectRatio`,()=>Sj,`autoGainControl`,()=>Sj,`backgroundBlur`,()=>Cj,`channelCount`,()=>wj,`deviceId`,()=>wj,`displaySurface`,()=>Sj,`echoCancellation`,()=>wj,`facingMode`,()=>xj,`frameRate`,()=>wj,`groupId`,()=>Cj,`height`,()=>Sj,`noiseSuppression`,()=>Cj,`sampleRate`,()=>Cj,`sampleSize`,()=>Cj,`width`,`MediaTrackConstraintSet`,`Pn!4"8n#4$8n%4&8n'4(8n)4*8n+4,8n-4.8n/408n1428n3448n5468n7488n94:8n;4<8n=4>8Mw?y`],JO=[`max`,`min`,`DoubleRange`,`P'4!8'4"8Mw#y`],YO=[`max`,`min`,`ULongRange`,`P'4!8'4"8Mw#y`],XO=[()=>Qw,()=>QD,`HTMLOrSVGImageElement`,`Pn!n"Jw#y`],ZO=[`codedHeight`,()=>wO,`codedRect`,`codedWidth`,()=>Tj,`colorSpace`,`displayHeight`,`displayWidth`,`duration`,()=>Ej,`format`,`timestamp`,()=>wO,`visibleRect`,()=>Dj,`options`,`allocationSize`,0,`clone`,`close`,()=>fw,`destination`,()=>Dj,()=>Oj,`copyTo`,`VideoFrame`,`P'4!9Pn",J4#9'4$9n%4&9'4'9'4(9P',J4)9Pn*,J4+9'4,9Pn-,J4.9Pn/208'11Pn213P$14Pn526n7208n8F\`19Mw:y`],QO=[`ImageDataArray`,`Vw!y`],$O=[`a`,`b`,`c`,`d`,`e`,`f`,`is2D`,`isIdentity`,`m11`,`m12`,`m13`,`m14`,`m21`,`m22`,`m23`,`m24`,`m31`,`m32`,`m33`,`m34`,`m41`,`m42`,`m43`,`m44`,()=>uC,`flipX`,()=>uC,`flipY`,()=>uC,`inverse`,()=>ek,`other`,()=>uC,`multiply`,`rotX`,`rotY`,`rotZ`,()=>uC,`rotate`,`x`,`y`,`z`,`angle`,()=>uC,`rotateAxisAngle`,()=>uC,`rotateFromVector`,`scaleX`,`scaleY`,`scaleZ`,`originX`,`originY`,`originZ`,()=>uC,`scale`,()=>uC,`scale3d`,()=>uC,`scaleNonUniform`,`sx`,()=>uC,`skewX`,`sy`,()=>uC,`skewY`,`toFloat32Array`,`toFloat64Array`,`toJSON`,()=>$S,`point`,()=>Ik,`transformPoint`,`tx`,`ty`,`tz`,()=>uC,`translate`,`toString`,`DOMMatrixReadOnly`,`P'4!9'4"9'4#9'4$9'4%9'4&9)4'9)4(9'4)9'4*9'4+9'4,9'4-9'4.9'4/9'409'419'429'439'449'459'469'479'489Pn91:Pn;1<Pn=1>Pn?2@8nA1BP'2C8'2D8'2E8nF1GP'2H8'2I8'2J8'2K8nL1MP'2H8'2I8nN1OP'2P8'2Q8'2R8'2S8'2T8'2U8nV1WP'2W8'2S8'2T8'2U8nX1YP'2P8'2Q8nZ1[P'2\\8n]1^P'2_8n\`1aP\\1bP]1cP"1dPne2f8ng1hP'2i8'2j8'2k8nl1mP&1nMwoy`],ek=[()=>dC,`is2D`,`m13`,`m14`,`m23`,`m24`,`m31`,`m32`,`m33`,`m34`,`m43`,`m44`,`DOMMatrixInit`,`Pn!)4"8'4#8'4$8'4%8'4&8'4'8'4(8'4)8'4*8'4+8'4,8Mw-y`],tk=[`WebGLVertexArrayObjectOES`,`PMw!y`],nk=[`ArrayBuffer`,`ArrayBufferTypes`,`P_4!Mw"y`],rk=[()=>kj,`view`,()=>Aj,`read`,`releaseLock`,`ReadableStreamBYOBReader`,'Pn!P"2""o#"`1$P$1%Mw&y'],ik=[`R`,()=>kj,()=>Aj,`read`,`releaseLock`,`ReadableStreamDefaultReader`,'"c!Pn"Pe#!o#"`1$P$1%Mw&y'],ak=[()=>jj,`mode`,`ReadableStreamGetReaderOptions`,`Pn!4"8Mw#y`],ok=[`T`,()=>ik,()=>rk,`ReadableStreamReader`,`b!Pe"!o""n#Jw$y`],sk=[`R`,`W`,()=>Tw,`readable`,()=>lk,`writable`,`ReadableWritablePair`,`"c!"c"Pe"!o#"4$e""o%"4&Mw'y`],ck=[`preventAbort`,`preventCancel`,`preventClose`,()=>Nx,`signal`,`StreamPipeOptions`,`P)4!8)4"8)4#8n$4%8Mw&y`],lk=[`W`,`locked`,`reason`,`abort`,`close`,()=>Mj,`getWriter`,`WritableStream`,'"c!P)4"9P"2#8$`1$P$`1%Pe#!o&"1\'Mw(y'],uk=[`T`,`length`,`separator`,`join`,`start`,`end`,`slice`,`ConcatArray`,`b!P'4"9'e"!LP&2#8&1$P'2%8'2&8e#!F1'Mw(y`],dk=[`accumulate`,`add`,`auto`,`replace`,`CompositeOperationOrAuto`,`P.!.".#.$Jw%y`],fk=[()=>Nj,()=>Pj,`composite`,()=>Fj,`iterationComposite`,`pseudoElement`,`KeyframeEffectOptions`,`Pn!n"4#8n$4%8P&,J4&8Mw'y`],pk=[()=>mk,`currentTime`,`AnimationTimeline`,`PPn!,J4"9Mw#y`],mk=[()=>Ij,`CSSNumberish`,`P'n!Jw"y`],hk=[()=>Lj,`getComputedTiming`,()=>Nj,`getTiming`,()=>Rj,`timing`,`updateTiming`,`AnimationEffect`,`PPn!1"Pn#1$Pn%2&8$1'Mw(y`],gk=[`finished`,`idle`,`paused`,`running`,`AnimationPlayState`,`P.!.".#.$Jw%y`],_k=[`active`,`persisted`,`removed`,`AnimationReplaceState`,`P.!.".#Jw$y`],vk=[()=>pT,`cancel`,()=>pT,`finish`,()=>pT,`remove`,`AnimationEventMap`,`Pn!4"n#4$n%4&Mw'y`],yk=[`flatten`,`AssignedNodesOptions`,`P)4!8Mw"y`],bk=[()=>zj,()=>Bj,`cssRules`,()=>Vj,`ownerRule`,()=>Bj,`rules`,`selector`,`style`,`index`,`addRule`,`deleteRule`,`rule`,`insertRule`,`removeRule`,`text`,0,`replace`,`replaceSync`,`CSSStyleSheet`,`Pn!n"4#9Pn$,J4%9n&4'9P&2(8&2)8'2*8'1+P'2*$1,P&2-'2*8'1.P'2*8$1/P&20n1\`12P&20$13Mw4y`],xk=[`length`,`index`,()=>bk,`item`,()=>bk,`StyleSheetList`,`P'4!9P'2"Pn#,J1$'n%LMw&y`],Sk=[()=>Xb,0,`this`,()=>CT,`ev`,``,`onloading`,0,()=>CT,`onloadingdone`,0,()=>CT,`onloadingerror`,0,`ready`,()=>Hj,`status`,`font`,`text`,`check`,()=>Gk,`load`,()=>Gk,`value`,()=>Gk,`key`,0,`parent`,`callbackfn`,`thisArg`,`forEach`,`type`,0,()=>Uj,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>Uj,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`FontFaceSet`,'Pn!PPn"2#n$2%"/&,J4\'PPn(2#n)2%"/&,J4*PPn+2#n,2%"/&,J4-n.`4/9n0419P&22&238)14P&22&238n5F`16PPn728n92:n;2<$/&2="2>8$1?P"2@PnA2#nB"f2%"/&2CP)nDJ2E8$1FP&2@nG2CP)nHJ2E8$1FP"2@PnI2#nJ"f2%"/&2CP)nKJ2E8$1LP&2@nM2CP)nNJ2E8$1LMwOy'],Ck=[`prefix`,``,`lookupNamespaceURI`,`XPathNSResolver`,`PPP&,J2!P&,J/"PPP&,J2!P&,J1#MJw$y`],wk=[()=>Ix,`contextNode`,`type`,()=>Tk,`result`,()=>Tk,`evaluate`,`XPathExpression`,`PPn!2"'2#8Pn$,J2%8n&1'Mw(y`],Tk=[`booleanValue`,`invalidIteratorState`,`numberValue`,`resultType`,()=>Ix,`singleNodeValue`,`snapshotLength`,`stringValue`,()=>Ix,`iterateNext`,`index`,()=>Ix,`snapshotItem`,0,`ANY_TYPE`,1,`NUMBER_TYPE`,2,`STRING_TYPE`,3,`BOOLEAN_TYPE`,4,`UNORDERED_NODE_ITERATOR_TYPE`,5,`ORDERED_NODE_ITERATOR_TYPE`,6,`UNORDERED_NODE_SNAPSHOT_TYPE`,7,`ORDERED_NODE_SNAPSHOT_TYPE`,8,`ANY_UNORDERED_NODE_TYPE`,9,`FIRST_ORDERED_NODE_TYPE`,`XPathResult`,`P)4!9)4"9'4#9'4$9Pn%,J4&9'4'9&4(9PPn),J1*P'2+Pn,,J1-..4/9.0419.2439.4459.6479.8499.:4;9.<4=9.>4?9.@4A9MwBy`],Ek=[`hash`,`host`,`hostname`,`href`,`toString`,`origin`,`password`,`pathname`,`port`,`protocol`,`search`,`username`,`HTMLHyperlinkElementUtils`,`P&4!&4"&4#&4$P&1%&4&9&4'&4(&4)&4*&4+&4,Mw-y`],Dk=[()=>Wx,`type`,0,`this`,()=>dE,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>dE,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`XMLDocument`,`Pn!P"2"Pn#2$n%"f2&"/'2(P)n)J2*8$1+P&2"n,2(P)n-J2*8$1+P"2"Pn.2$n/"f2&"/'2(P)n0J2*8$11P&2"n22(P)n3J2*8$11Mw4y`],Ok=[()=>rS,()=>Wj,()=>LA,`transform`,()=>Gj,`options`,()=>$x,`getBBox`,()=>uC,`getCTM`,()=>uC,`getScreenCTM`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGGraphicsElement`,`Pn!n"n#4$9Pn%2&8n'1(PPn),J1*PPn+,J1,P"2-Pn.2/n0"f21"/223P)n4J2&8$15P&2-n623P)n7J2&8$15P"2-Pn82/n9"f21"/223P)n:J2&8$1;P&2-n<23P)n=J2&8$1;Mw>y`],kk=[()=>WA,`preserveAspectRatio`,()=>Kj,`viewBox`,`SVGFitToViewBox`,`Pn!4"9n#4$9Mw%y`],Ak=[0,`this`,()=>Tx,`ev`,``,`onafterprint`,0,()=>Tx,`onbeforeprint`,0,()=>hT,`onbeforeunload`,0,()=>wT,`ongamepadconnected`,0,()=>wT,`ongamepaddisconnected`,0,()=>TT,`onhashchange`,0,()=>Tx,`onlanguagechange`,0,()=>MT,`onmessage`,0,()=>MT,`onmessageerror`,0,()=>Tx,`onoffline`,0,()=>Tx,`ononline`,0,()=>IT,`onpagehide`,0,()=>PT,`onpagereveal`,0,()=>IT,`onpageshow`,0,()=>FT,`onpageswap`,0,()=>BT,`onpopstate`,0,()=>VT,`onrejectionhandled`,0,()=>XT,`onstorage`,0,()=>VT,`onunhandledrejection`,0,()=>Tx,`onunload`,`type`,0,()=>qj,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>qj,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`WindowEventHandlers`,'PPPn!2"n#2$"/%,J4&PPn\'2"n(2$"/%,J4)PPn*2"n+2$"/%,J4,PPn-2"n.2$"/%,J4/PPn02"n12$"/%,J42PPn32"n42$"/%,J45PPn62"n72$"/%,J48PPn92"n:2$"/%,J4;PPn<2"n=2$"/%,J4>PPn?2"n@2$"/%,J4APPnB2"nC2$"/%,J4DPPnE2"nF2$"/%,J4GPPnH2"nI2$"/%,J4JPPnK2"nL2$"/%,J4MPPnN2"nO2$"/%,J4PPPnQ2"nR2$"/%,J4SPPnT2"nU2$"/%,J4VPPnW2"nX2$"/%,J4YPPnZ2"n[2$"/%,J4\\PPn]2"n^2$"/%,J4_P"2`Pna2"nb"f2$"/%2cP)ndJ2e8$1fP&2`ng2cP)nhJ2e8$1fP"2`Pni2"nj"f2$"/%2cP)nkJ2e8$1lP&2`nm2cP)nnJ2e8$1lMwoy'],jk=[`w`,`x`,`y`,`z`,()=>ek,`matrix`,()=>Ik,`matrixTransform`,`toJSON`,`DOMPointReadOnly`,`P'4!9'4"9'4#9'4$9Pn%2&8n'1(P"1)Mw*y`],Mk=[()=>Pk,`animVal`,()=>Pk,`baseVal`,`SVGAnimatedLength`,`Pn!4"9n#4$9Mw%y`],Nk=[`unitType`,`value`,`valueAsString`,`valueInSpecifiedUnits`,`convertToSpecifiedUnits`,`newValueSpecifiedUnits`,0,`SVG_ANGLETYPE_UNKNOWN`,1,`SVG_ANGLETYPE_UNSPECIFIED`,2,`SVG_ANGLETYPE_DEG`,3,`SVG_ANGLETYPE_RAD`,4,`SVG_ANGLETYPE_GRAD`,`SVGAngle`,`P'4!9'4"&4#'4$P'2!$1%P'2!'2$$1&.'4(9.)4*9.+4,9.-4.9./409Mw1y`],Pk=[`unitType`,`value`,`valueAsString`,`valueInSpecifiedUnits`,`convertToSpecifiedUnits`,`newValueSpecifiedUnits`,0,`SVG_LENGTHTYPE_UNKNOWN`,1,`SVG_LENGTHTYPE_NUMBER`,2,`SVG_LENGTHTYPE_PERCENTAGE`,3,`SVG_LENGTHTYPE_EMS`,4,`SVG_LENGTHTYPE_EXS`,5,`SVG_LENGTHTYPE_PX`,6,`SVG_LENGTHTYPE_CM`,7,`SVG_LENGTHTYPE_MM`,8,`SVG_LENGTHTYPE_IN`,9,`SVG_LENGTHTYPE_PT`,10,`SVG_LENGTHTYPE_PC`,`SVGLength`,`P'4!9'4"&4#'4$P'2!$1%P'2!'2$$1&.'4(9.)4*9.+4,9.-4.9./409.1429.3449.5469.7489.94:9.;4<9Mw=y`],Fk=[`value`,`SVGNumber`,`P'4!Mw"y`],Ik=[()=>jk,`w`,`x`,`y`,`z`,`DOMPoint`,`Pn!'4"'4#'4$'4%Mw&y`],Lk=[`angle`,()=>uC,`matrix`,`type`,()=>dC,`setMatrix`,`cx`,`cy`,`setRotate`,`sx`,`sy`,`setScale`,`setSkewX`,`setSkewY`,`tx`,`ty`,`setTranslate`,0,`SVG_TRANSFORM_UNKNOWN`,1,`SVG_TRANSFORM_MATRIX`,2,`SVG_TRANSFORM_TRANSLATE`,3,`SVG_TRANSFORM_SCALE`,4,`SVG_TRANSFORM_ROTATE`,5,`SVG_TRANSFORM_SKEWX`,6,`SVG_TRANSFORM_SKEWY`,`SVGTransform`,`P'4!9n"4#9'4$9Pn%2#8$1&P'2!'2''2($1)P'2*'2+$1,P'2!$1-P'2!$1.P'2/'20$11.2439.4459.6479.8499.:4;9.<4=9.>4?9Mw@y`],Rk=[()=>NO,()=>qj,`SVGSVGElementEventMap`,`Pn!n"Mw#y`],zk=[`collapsed`,()=>Ix,`endContainer`,`endOffset`,()=>Ix,`startContainer`,`startOffset`,`AbstractRange`,`P)4!9n"4#9'4$9n%4&9'4'9Mw(y`],Bk=[()=>Ix,()=>zx,()=>Bx,`data`,`length`,()=>Wx,`ownerDocument`,`appendData`,`offset`,`count`,`deleteData`,`insertData`,`replaceData`,`substringData`,`CharacterData`,`Pn!n"n#&4$'4%9n&4'9P&2$$1(P'2)'2*$1+P'2)&2$$1,P'2)'2*&2$$1-P'2)'2*&1.!!Mw/y`],Vk=[`duration`,`length`,`numberOfChannels`,`sampleRate`,`destination`,`channelNumber`,`bufferOffset`,`copyFromChannel`,`source`,`copyToChannel`,`channel`,`getChannelData`,`AudioBuffer`,`P'4!9'4"9'4#9'4$9P\\2%'2&'2'8$1(P\\2)'2&'2'8$1*P'2+\\1,Mw-y`],Hk=[`name`,`value`,`CookieListItem`,`P&4!8&4"8Mw#y`],Uk=[`x`,`y`,`z`,`DeviceMotionEventAcceleration`,`PP',J4!9P',J4"9P',J4#9Mw$y`],Wk=[`alpha`,`beta`,`gamma`,`DeviceMotionEventRotationRate`,`PP',J4!9P',J4"9P',J4#9Mw$y`],Gk=[`ascentOverride`,`descentOverride`,()=>Jj,`display`,`family`,`featureSettings`,`lineGapOverride`,0,`loaded`,()=>Yj,`status`,`stretch`,`style`,`unicodeRange`,`weight`,0,`load`,`FontFace`,"P&4!&4\"n#4$&4%&4&&4'n(`4)9n*4+9&4,&4-&4.&4/Pn0`11Mw2y"],Kk=[()=>Mw,`axes`,()=>Mw,()=>Xj,`buttons`,`connected`,`id`,`index`,()=>Zj,`mapping`,()=>Ew,`timestamp`,()=>Qj,`vibrationActuator`,`Gamepad`,`P'o!"4"9n$o#"4%9)4&9&4'9'4(9n)4*9n+4,9n-4.9Mw/y`],qk=[()=>Xb,()=>$j,`connection`,`id`,`manufacturer`,`name`,0,`this`,()=>DT,`ev`,``,`onstatechange`,()=>eM,`state`,()=>tM,`type`,`version`,0,`close`,0,`open`,0,()=>nM,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>nM,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`MIDIPort`,'Pn!n"4#9&4$9P&,J4%9P&,J4&9PPn\'2(n)2*"/+,J4,n-4.9n/409P&,J419Pn2`13Pn4`15P"20Pn62(n7"f2*"/+28P)n9J2:8$1;P&20n<28P)n=J2:8$1;P"20Pn>2(n?"f2*"/+28P)n@J2:8$1AP&20nB28P)nCJ2:8$1AMwDy'],Jk=[`individualization-request`,`license-release`,`license-renewal`,`license-request`,`MediaKeyMessageType`,`P.!.".#.$Jw%y`],Yk=[()=>Xb,()=>rM,0,`close`,`message`,()=>fj,`transfer`,`postMessage`,()=>iM,`options`,`start`,`type`,0,`this`,()=>aM,`ev`,``,`listener`,()=>Vb,`addEventListener`,()=>Hb,()=>Vb,0,()=>aM,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`MessagePort`,`Pn!n#o""P$1$P"2%n&F2'$1(P"2%n)2*8$1(P$1+P"2,Pn-2.n/"f20"/122P)n3J2*8$14P&2,n522P)n6J2*8$14P"2,Pn72.n8"f20"/122P)n9J2*8$1:P&2,n;22P)n<J2*8$1:Mw=y`],Xk=[()=>qw,()=>Yk,()=>oM,`MessageEventSource`,`Pn!n"n#Jw$y`],Zk=[()=>sM,`entry`,()=>sM,`from`,()=>cM,`navigationType`,`NavigationActivation`,`Pn!4"9Pn#,J4$9n%4&9Mw'y`],Qk=[()=>lM,`error`,`paymentMethodErrors`,()=>uM,`shippingAddressErrors`,()=>dM,`total`,`PaymentDetailsUpdate`,`Pn!&4"8"4#8n$4%8n&4'8Mw(y`],$k=[`T`,`value`,0,``,`onfulfilled`,`reason`,0,`onrejected`,0,`then`,`PromiseLike`,`b!PPPPe%!2"P""o#"J/$-,J2%8PP"2&P""o'"J/$-,J2(8P""Jo)"1*Mw+y`],eA=[()=>Xb,`height`,0,`this`,()=>Tx,`ev`,``,`onresize`,`width`,`type`,0,()=>fM,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>fM,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`PictureInPictureWindow`,`Pn!'4"9PPn#2$n%2&"/',J4('4)9P"2*Pn+2$n,"f2&"/'2-P)n.J2/8$10P&2*n12-P)n2J2/8$10P"2*Pn32$n4"f2&"/'2-P)n5J2/8$16P&2*n72-P)n8J2/8$16Mw9y`],tA=[()=>Xb,()=>pM,`binaryType`,`bufferedAmount`,`bufferedAmountLowThreshold`,`id`,`label`,`maxPacketLifeTime`,`maxRetransmits`,`negotiated`,0,`this`,()=>Tx,`ev`,``,`onbufferedamountlow`,0,()=>Tx,`onclose`,0,()=>Tx,`onclosing`,0,()=>WT,`onerror`,0,()=>MT,`onmessage`,0,()=>Tx,`onopen`,`ordered`,`protocol`,()=>mM,`readyState`,`close`,`data`,`send`,()=>wx,()=>pw,`type`,0,()=>hM,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>hM,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`RTCDataChannel`,`Pn!n"4#'4$9'4%P',J4&9&4'9P',J4(9P',J4)9)4*9PPn+2,n-2."//,J40PPn12,n22."//,J43PPn42,n52."//,J46PPn72,n82."//,J49PPn:2,n;2."//,J4<PPn=2,n>2."//,J4?)4@9&4A9nB4C9P$1DP&2E$1FPnG2E$1FP_2E$1FP_oH"2E$1FP"2IPnJ2,nK"f2."//2LP)nMJ2N8$1OP&2InP2LP)nQJ2N8$1OP"2IPnR2,nS"f2."//2LP)nTJ2N8$1UP&2InV2LP)nWJ2N8$1UMwXy`],nA=[()=>gM,()=>_M,`errorDetail`,`receivedAlert`,`sctpCauseCode`,`sdpLineNumber`,`sentAlert`,`RTCError`,`Pn!n"4#9P',J4$9P',J4%9P',J4&9P',J4'9Mw(y`],rA=[`address`,`candidate`,()=>vM,`component`,`foundation`,`port`,`priority`,()=>yM,`protocol`,`relatedAddress`,`relatedPort`,`sdpMLineIndex`,`sdpMid`,()=>bM,`tcpType`,()=>xM,`type`,`usernameFragment`,()=>SM,`toJSON`,`RTCIceCandidate`,`PP&,J4!9&4"9Pn#,J4$9P&,J4%9P',J4&9P',J4'9Pn(,J4)9P&,J4*9P',J4+9P',J4,9P&,J4-9Pn.,J4/9Pn0,J419P&,J429Pn314Mw5y`],iA=[()=>Ew,`jitterBufferTarget`,()=>Qb,`track`,()=>CM,`transform`,()=>wM,`transport`,()=>TM,`getContributingSources`,()=>EM,`getParameters`,()=>DM,`getStats`,()=>OM,`getSynchronizationSources`,`RTCRtpReceiver`,`PPn!,J4"n#4$9Pn%,J4&Pn',J4(9Pn)F1*Pn+1,Pn-\`1.Pn/F10Mw1y`],aA=[()=>kM,`currentDirection`,()=>kM,`direction`,`mid`,()=>iA,`receiver`,()=>AM,`sender`,()=>jM,`codecs`,`setCodecPreferences`,`stop`,`RTCRtpTransceiver`,`PPn!,J4"9n#4$P&,J4%9n&4'9n(4)9Pn*F2+$1,P$1-Mw.y`],oA=[`audio-busy`,`audio-hardware`,`canceled`,`interrupted`,`invalid-argument`,`language-unavailable`,`network`,`not-allowed`,`synthesis-failed`,`synthesis-unavailable`,`text-too-long`,`voice-unavailable`,`SpeechSynthesisErrorCode`,`P.!.".#.$.%.&.'.(.).*.+.,Jw-y`],sA=[()=>Xb,`lang`,0,`this`,()=>YT,`ev`,``,`onboundary`,0,()=>YT,`onend`,0,()=>JT,`onerror`,0,()=>YT,`onmark`,0,()=>YT,`onpause`,0,()=>YT,`onresume`,0,()=>YT,`onstart`,`pitch`,`rate`,`text`,()=>MM,`voice`,`volume`,`type`,0,()=>NM,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NM,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SpeechSynthesisUtterance`,`Pn!&4"PPn#2$n%2&"/',J4(PPn)2$n*2&"/',J4+PPn,2$n-2&"/',J4.PPn/2$n02&"/',J41PPn22$n32&"/',J44PPn52$n62&"/',J47PPn82$n92&"/',J4:'4;'4<&4=Pn>,J4?'4@P"2APnB2$nC"f2&"/'2DP)nEJ2F8$1GP&2AnH2DP)nIJ2F8$1GP"2APnJ2$nK"f2&"/'2DP)nLJ2F8$1MP&2AnN2DP)nOJ2F8$1MMwPy`],cA=[`length`,`clear`,`key`,`getItem`,`index`,`removeItem`,`value`,`setItem`,`Storage`,`P'4!9P$1"P&2#P&,J1$P'2%P&,J1#P&2#$1&P&2#&2'$1(&"LMw)y`],lA=[()=>Xb,()=>PM,`activeCues`,()=>PM,`cues`,`id`,`inBandMetadataTrackDispatchType`,()=>FM,`kind`,`label`,`language`,()=>IM,`mode`,0,`this`,()=>Tx,`ev`,``,`oncuechange`,()=>LM,`cue`,`addCue`,()=>LM,`removeCue`,`type`,0,()=>RM,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>RM,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`TextTrack`,`Pn!Pn",J4#9Pn$,J4%9&4&9&4'9n(4)9&4*9&4+9n,4-PPn.2/n021"/2,J43Pn425$16Pn725$18P"29Pn:2/n;"f21"/22<P)n=J2>8$1?P&29n@2<P)nAJ2>8$1?P"29PnB2/nC"f21"/22<P)nDJ2>8$1EP&29nF2<P)nGJ2>8$1EMwHy`],uA=[()=>bk,`sheet`,`LinkStyle`,`PPn!,J4"9Mw#y`],dA=[()=>Gx,`shadowRoots`,`GetComposedRangesOptions`,`Pn!F4"8Mw#y`],fA=[`size`,`name`,`value`,`append`,`delete`,`get`,`getAll`,`has`,`set`,`sort`,`toString`,`key`,0,`parent`,``,`callbackfn`,`thisArg`,`forEach`,`URLSearchParams`,`P'4!9P&2"&2#$1$P&2"&2#8$1%P&2"P&,J1&P&2"&F1'P&2"&2#8)1(P&2"&2#$1)P$1*P&1+PP&2#&2,n-2.$//20"218$12Mw3y`],pA=[`value`,`key`,0,`parent`,``,`callbackfn`,`thisArg`,`forEach`,`ViewTransitionTypeSet`,`PPP&2!&2"n#2$$/%2&"2'8$1(Mw)y`],mA=[`params`,()=>Ob,`new`,`CustomElementConstructor`,`PP"@2!n"1#Mw$y`],hA=[`extends`,`ElementDefinitionOptions`,`P&4!8Mw"y`],_A=[()=>Ob,`autoplay`,()=>zM,`buffered`,`controls`,`crossOrigin`,`currentSrc`,`currentTime`,`defaultMuted`,`defaultPlaybackRate`,`disableRemotePlayback`,`duration`,`ended`,()=>BM,`error`,`loop`,()=>VM,`mediaKeys`,`muted`,`networkState`,0,`this`,()=>kT,`ev`,``,`onencrypted`,0,()=>Tx,`onwaitingforkey`,`paused`,`playbackRate`,()=>zM,`played`,`none`,`metadata`,`auto`,``,`preload`,`preservesPitch`,`readyState`,()=>HM,`remote`,()=>zM,`seekable`,`seeking`,`sinkId`,`src`,()=>UM,`srcObject`,()=>WM,`textTracks`,`volume`,()=>FM,`kind`,`label`,`language`,()=>lA,`addTextTrack`,`type`,()=>GM,`canPlayType`,`time`,`fastSeek`,`load`,`pause`,`play`,()=>VM,`setMediaKeys`,`setSinkId`,0,`NETWORK_EMPTY`,1,`NETWORK_IDLE`,2,`NETWORK_LOADING`,3,`NETWORK_NO_SOURCE`,0,`HAVE_NOTHING`,1,`HAVE_METADATA`,2,`HAVE_CURRENT_DATA`,3,`HAVE_FUTURE_DATA`,4,`HAVE_ENOUGH_DATA`,0,()=>vA,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>vA,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`HTMLMediaElement`,`Pn!)4"n#4$9)4%P&,J4&&4'9'4()4)'4*)4+'4,9)4-9Pn.,J4/9)40Pn1,J429)43'449PPn526n728"/9,J4:PPn;26n<28"/9,J4=)4>9'4?n@4A9P.B.C.D.EJ4F)4G'4H9nI4J9nK4L9)4M9&4N9&4OPnP,J4QnR4S9'4TPnU2V&2W8&2X8nY1ZP&2[n\\1]P'2^$1_P$1\`P$1aP$\`1bPPnc,J22$\`1dP&2N$\`1e.f4g9.h4i9.j4k9.l4m9.n4o9.p4q9.r4s9.t4u9.v4w9P"2[Pnx26ny"f28"/92zP)n{J2|8$1}P&2[n~2zP)nJ2|8$1}P"2[Pn26n"f28"/92zP)nJ2|8$1P&2[n2zP)n
J2|8$1Mwy`],vA=[()=>Bb,()=>kT,`encrypted`,()=>Tx,`waitingforkey`,`HTMLMediaElementEventMap`,`Pn!n"4#n$4%Mw&y`],yA=[()=>Bb,()=>qj,`HTMLBodyElementEventMap`,`Pn!n"Mw#y`],bA=[`popoverTargetAction`,()=>Wb,`popoverTargetElement`,`PopoverInvokerElement`,`P&4!Pn",J4#Mw$y`],xA=[``,`no-referrer`,`no-referrer-when-downgrade`,`origin`,`origin-when-cross-origin`,`same-origin`,`strict-origin`,`strict-origin-when-cross-origin`,`unsafe-url`,`ReferrerPolicy`,`P.!.".#.$.%.&.'.(.)Jw*y`],SA=[()=>WO,()=>KM,()=>qM,()=>KM,()=>JM,()=>YM,()=>XM,()=>ZM,`AutoFill`,`Pn!Pn#o""n%o$"n&n(o'"SJw)y`],CA=[`length`,`index`,()=>IS,`item`,()=>IS,`FileList`,`P'4!9P'2"Pn#,J1$'n%LMw&y`],wA=[()=>QM,`filesystem`,`fullPath`,`isDirectory`,`isFile`,`name`,()=>$M,`successCallback`,()=>eN,`errorCallback`,`getParent`,`FileSystemEntry`,`Pn!4"9&4#9)4$9)4%9&4&9Pn'2(8n)2*8$1+Mw,y`],TA=[`end`,`preserve`,`select`,`start`,`SelectionMode`,`P.!.".#.$Jw%y`],EA=[()=>tS,()=>JE,`length`,`selectedIndex`,()=>JE,()=>qE,`element`,()=>Ob,`before`,`add`,`index`,`remove`,`HTMLOptionsCollection`,`Pn"o!"'4#'4$PPn%n&J2'Pn(',J2)8$1*P'2+$1,Mw-y`],DA=[`corruptedVideoFrames`,()=>Ew,`creationTime`,`droppedVideoFrames`,`totalVideoFrames`,`VideoPlaybackQuality`,`P'4!9n"4#9'4$9'4%9Mw&y`],kA=[()=>Ew,`now`,()=>tN,`metadata`,``,`VideoFrameRequestCallback`,`PPn!2"n#2$$v%Mw&y`],AA=[()=>vA,()=>zT,`enterpictureinpicture`,()=>zT,`leavepictureinpicture`,`HTMLVideoElementEventMap`,`Pn!n"4#n$4%Mw&y`],jA=[()=>MA,`href`,`SVGURIReference`,`Pn!4"9Mw#y`],MA=[`animVal`,`baseVal`,`SVGAnimatedString`,`P&4!9&4"Mw#y`],NA=[()=>rS,()=>Wj,()=>rS,`targetElement`,`beginElement`,`offset`,`beginElementAt`,`endElement`,`endElementAt`,`getCurrentTime`,`getSimpleDuration`,`getStartTime`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGAnimationElement`,`Pn!n"Pn#,J4$9P$1%P'2&$1'P$1(P'2&$1)P'1*P'1+P'1,P"2-Pn.2/n0"f21"/223P)n4J258$16P&2-n723P)n8J258$16P"2-Pn92/n:"f21"/223P)n;J258$1<P&2-n=23P)n>J258$1<Mw?y`],PA=[()=>Ok,()=>BA,`pathLength`,`distance`,()=>Ik,`getPointAtLength`,`getTotalLength`,()=>$S,`point`,`isPointInFill`,()=>$S,`isPointInStroke`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGGeometryElement`,`Pn!n"4#9P'2$n%1&P'1'Pn(2)8)1*Pn+2)8)1,P"2-Pn.2/n0"f21"/223P)n4J258$16P&2-n723P)n8J258$16P"2-Pn92/n:"f21"/223P)n;J258$1<P&2-n=23P)n>J258$1<Mw?y`],FA=[`animVal`,`baseVal`,`SVGAnimatedEnumeration`,`P'4!9'4"Mw#y`],LA=[()=>nN,`animVal`,()=>nN,`baseVal`,`SVGAnimatedTransformList`,`Pn!4"9n#4$9Mw%y`],RA=[()=>Mk,`height`,()=>MA,`result`,()=>Mk,`width`,()=>Mk,`x`,()=>Mk,`y`,`SVGFilterPrimitiveStandardAttributes`,`Pn!4"9n#4$9n%4&9n'4(9n)4*9Mw+y`],zA=[()=>rN,`animVal`,()=>rN,`baseVal`,`SVGAnimatedNumberList`,`Pn!4"9n#4$9Mw%y`],BA=[`animVal`,`baseVal`,`SVGAnimatedNumber`,`P'4!9'4"Mw#y`],VA=[`animVal`,`baseVal`,`SVGAnimatedInteger`,`P'4!9'4"Mw#y`],HA=[`animVal`,`baseVal`,`SVGAnimatedBoolean`,`P)4!9)4"Mw#y`],UA=[()=>rS,()=>BA,`amplitude`,()=>BA,`exponent`,()=>BA,`intercept`,()=>BA,`offset`,()=>BA,`slope`,()=>zA,`tableValues`,()=>FA,`type`,0,`SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN`,1,`SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY`,2,`SVG_FECOMPONENTTRANSFER_TYPE_TABLE`,3,`SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE`,4,`SVG_FECOMPONENTTRANSFER_TYPE_LINEAR`,5,`SVG_FECOMPONENTTRANSFER_TYPE_GAMMA`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGComponentTransferFunctionElement`,`Pn!n"4#9n$4%9n&4'9n(4)9n*4+9n,4-9n.4/9.0419.2439.4459.6479.8499.:4;9P"2/Pn<2=n>"f2?"/@2AP)nBJ2C8$1DP&2/nE2AP)nFJ2C8$1DP"2/PnG2=nH"f2?"/@2AP)nIJ2C8$1JP&2/nK2AP)nLJ2C8$1JMwMy`],WA=[()=>iN,`animVal`,()=>iN,`baseVal`,`SVGAnimatedPreserveAspectRatio`,`Pn!4"9n#4$9Mw%y`],GA=[()=>rS,()=>jA,()=>LA,`gradientTransform`,()=>FA,`gradientUnits`,()=>FA,`spreadMethod`,0,`SVG_SPREADMETHOD_UNKNOWN`,1,`SVG_SPREADMETHOD_PAD`,2,`SVG_SPREADMETHOD_REFLECT`,3,`SVG_SPREADMETHOD_REPEAT`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGGradientElement`,`Pn!n"n#4$9n%4&9n'4(9.)4*9.+4,9.-4.9./409P"21Pn223n4"f25"/627P)n8J298$1:P&21n;27P)n<J298$1:P"21Pn=23n>"f25"/627P)n?J298$1@P&21nA27P)nBJ298$1@MwCy`],KA=[()=>Nk,`animVal`,()=>Nk,`baseVal`,`SVGAnimatedAngle`,`Pn!4"9n#4$9Mw%y`],qA=[()=>aN,`animatedPoints`,()=>aN,`points`,`SVGAnimatedPoints`,`Pn!4"9n#4$9Mw%y`],JA=[()=>YA,()=>oN,`dx`,()=>oN,`dy`,()=>zA,`rotate`,()=>oN,`x`,()=>oN,`y`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGTextPositioningElement`,`Pn!n"4#9n$4%9n&4'9n(4)9n*4+9P"2,Pn-2.n/"f20"/122P)n3J248$15P&2,n622P)n7J248$15P"2,Pn82.n9"f20"/122P)n:J248$1;P&2,n<22P)n=J248$1;Mw>y`],YA=[()=>Ok,()=>FA,`lengthAdjust`,()=>Mk,`textLength`,()=>$S,`point`,`getCharNumAtPosition`,`getComputedTextLength`,`charnum`,()=>Ik,`getEndPositionOfChar`,()=>$x,`getExtentOfChar`,`getNumberOfChars`,`getRotationOfChar`,()=>Ik,`getStartPositionOfChar`,`nchars`,`getSubStringLength`,`selectSubString`,0,`LENGTHADJUST_UNKNOWN`,1,`LENGTHADJUST_SPACING`,2,`LENGTHADJUST_SPACINGANDGLYPHS`,`type`,0,`this`,()=>NO,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NO,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SVGTextContentElement`,`Pn!n"4#9n$4%9Pn&2'8'1(P'1)P'2*n+1,P'2*n-1.P'1/P'2*'10P'2*n112P'2*'23'14P'2*'23$15.6479.8499.:4;9P"2<Pn=2>n?"f2@"/A2BP)nCJ2D8$1EP&2<nF2BP)nGJ2D8$1EP"2<PnH2>nI"f2@"/A2BP)nJJ2D8$1KP&2<nL2BP)nMJ2D8$1KMwNy`],XA=[()=>Bb,()=>qj,`HTMLFrameSetElementEventMap`,`Pn!n"Mw#y`],ZA=[`auto`,`instant`,`smooth`,`ScrollBehavior`,`P.!.".#Jw$y`],QA=[`handle`,`cancelAnimationFrame`,()=>sN,`callback`,`requestAnimationFrame`,`AnimationFrameProvider`,`PP'2!$1"Pn#2$'1%Mw&y`],$A=[()=>cA,`localStorage`,`WindowLocalStorage`,`Pn!4"9Mw#y`],ej=[()=>cN,`caches`,`crossOriginIsolated`,()=>lN,`crypto`,()=>uN,`indexedDB`,`isSecureContext`,`origin`,()=>dN,`performance`,`data`,`atob`,`btoa`,`id`,`clearInterval`,`clearTimeout`,()=>fN,`image`,()=>pN,`options`,()=>vx,`createImageBitmap`,()=>fN,`sx`,`sy`,`sw`,`sh`,()=>pN,()=>vx,()=>mN,()=>sE,`input`,()=>hN,`init`,()=>gN,`fetch`,()=>_N,`callback`,`queueMicrotask`,`e`,`reportError`,()=>vN,`handler`,`timeout`,`arguments`,`setInterval`,()=>vN,`setTimeout`,`value`,()=>iM,`structuredClone`,`WindowOrWorkerGlobalScope`,`Pn!4"9)4#9n$4%9n&4'9)4(9&4)9n*4+9P&2,&1-P&2,&1.PP'-J2/$10PP'-J2/$11Pn223n4258n6\`17Pn823'29'2:'2;'2<n=258n>\`17PPn?n@J2AnB2C8nD\`1EPnF2G$1HP"2I$1JPnK2L'2M8"@2N'1OPnP2L'2M8"@2N'1QP"2RnS258"1TMwUy`],tj=[()=>cA,`sessionStorage`,`WindowSessionStorage`,`Pn!4"9Mw#y`],nj=[()=>yN,()=>bN,()=>xN,()=>SN,()=>CN,()=>wN,()=>TN,()=>EN,()=>DN,()=>ON,()=>kN,()=>AN,`clipboard`,()=>jN,`credentials`,`doNotTrack`,()=>MN,`geolocation`,()=>NN,`login`,`maxTouchPoints`,()=>PN,`mediaCapabilities`,()=>FN,`mediaDevices`,()=>IN,`mediaSession`,()=>LN,`permissions`,()=>RN,`serviceWorker`,()=>zN,`userActivation`,()=>BN,`wakeLock`,()=>VN,`data`,`canShare`,()=>Kk,`getGamepads`,()=>HN,`options`,()=>UN,`requestMIDIAccess`,`keySystem`,()=>WN,`supportedConfigurations`,()=>GN,`requestMediaKeySystemAccess`,()=>sE,`url`,()=>KN,`sendBeacon`,()=>VN,`share`,()=>qN,`pattern`,`vibrate`,`Navigator`,"Pn!n\"n#n$n%n&n'n(n)n*n+n,4-9n.4/9P&,J409n1429n3449'459n6479n8499n:4;9n<4=9n>4?9n@4A9nB4C9PnD2E8)1FPPnG,JF1HPnI2J8nK`1LP&2MnNF2OnP`1QPP&nRJ2SPnT,J2E8)1UPnV2E8$`1WPnX2Y)1ZMw[y"],rj=[()=>Xb,0,`this`,()=>yT,`ev`,``,`onchange`,`name`,`delete`,()=>JN,`options`,()=>Hk,`get`,()=>YN,()=>Hk,()=>XN,`getAll`,()=>YN,()=>XN,`value`,`set`,()=>ZN,`type`,0,()=>QN,`listener`,()=>Vb,`addEventListener`,()=>Hb,()=>Vb,0,()=>QN,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`CookieStore`,'Pn!PPn"2#n$2%"/&,J4\'P&2($`1)Pn*2+$`1)P&2(Pn,,J`1-Pn.2+8Pn/,J`1-P&2(n0`11Pn22+8n3`11P&2(&24$`15Pn62+$`15P"27Pn82#n9"f2%"/&2:P)n;J2+8$1<P&27n=2:P)n>J2+8$1<P"27Pn?2#n@"f2%"/&2:P)nAJ2+8$1BP&27nC2:P)nDJ2+8$1BMwEy'],ij=[`AddSearchProvider`,`IsSearchProviderInstalled`,`External`,`PP$1!P$1"Mw#y`],aj=[`length`,()=>$N,`scrollRestoration`,`state`,`back`,`forward`,`delta`,`go`,`data`,`unused`,()=>sE,`url`,`pushState`,()=>sE,`replaceState`,`History`,`P'4!9n"4#"4$9P$1%P$1&P'2'8$1(P"2)&2*P&n+,J2,8$1-P"2)&2*P&n.,J2,8$1/Mw0y`],oj=[`visible`,`BarProp`,`P)4!9Mw"y`],sj=[`availHeight`,`availWidth`,`colorDepth`,`height`,()=>eP,`orientation`,`pixelDepth`,`width`,`Screen`,`P'4!9'4"9'4#9'4$9n%4&9'4'9'4(9Mw)y`],cj=[()=>Xb,0,`this`,()=>Tx,`ev`,``,`onvoiceschanged`,`paused`,`pending`,`speaking`,`cancel`,()=>MM,`getVoices`,`pause`,`resume`,()=>sA,`utterance`,`speak`,`type`,0,()=>tP,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>tP,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SpeechSynthesis`,`Pn!PPn"2#n$2%"/&,J4')4(9)4)9)4*9P$1+Pn,F1-P$1.P$1/Pn021$12P"23Pn42#n5"f2%"/&26P)n7J288$19P&23n:26P)n;J288$19P"23Pn<2#n="f2%"/&26P)n>J288$1?P&23n@26P)nAJ288$1?MwBy`],lj=[()=>Xb,`height`,`offsetLeft`,`offsetTop`,0,`this`,()=>Tx,`ev`,``,`onresize`,0,()=>Tx,`onscroll`,`pageLeft`,`pageTop`,`scale`,`width`,`type`,0,()=>nP,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>nP,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`VisualViewport`,`Pn!'4"9'4#9'4$9PPn%2&n'2("/),J4*PPn+2&n,2("/),J4-'4.9'4/9'409'419P"22Pn32&n4"f2("/)25P)n6J278$18P&22n925P)n:J278$18P"22Pn;2&n<"f2("/)25P)n=J278$1>P&22n?25P)n@J278$1>MwAy`],uj=[`accentColor`,`alignContent`,`alignItems`,`alignSelf`,`alignmentBaseline`,`all`,`animation`,`animationComposition`,`animationDelay`,`animationDirection`,`animationDuration`,`animationFillMode`,`animationIterationCount`,`animationName`,`animationPlayState`,`animationTimingFunction`,`appearance`,`aspectRatio`,`backdropFilter`,`backfaceVisibility`,`background`,`backgroundAttachment`,`backgroundBlendMode`,`backgroundClip`,`backgroundColor`,`backgroundImage`,`backgroundOrigin`,`backgroundPosition`,`backgroundPositionX`,`backgroundPositionY`,`backgroundRepeat`,`backgroundSize`,`baselineShift`,`baselineSource`,`blockSize`,`border`,`borderBlock`,`borderBlockColor`,`borderBlockEnd`,`borderBlockEndColor`,`borderBlockEndStyle`,`borderBlockEndWidth`,`borderBlockStart`,`borderBlockStartColor`,`borderBlockStartStyle`,`borderBlockStartWidth`,`borderBlockStyle`,`borderBlockWidth`,`borderBottom`,`borderBottomColor`,`borderBottomLeftRadius`,`borderBottomRightRadius`,`borderBottomStyle`,`borderBottomWidth`,`borderCollapse`,`borderColor`,`borderEndEndRadius`,`borderEndStartRadius`,`borderImage`,`borderImageOutset`,`borderImageRepeat`,`borderImageSlice`,`borderImageSource`,`borderImageWidth`,`borderInline`,`borderInlineColor`,`borderInlineEnd`,`borderInlineEndColor`,`borderInlineEndStyle`,`borderInlineEndWidth`,`borderInlineStart`,`borderInlineStartColor`,`borderInlineStartStyle`,`borderInlineStartWidth`,`borderInlineStyle`,`borderInlineWidth`,`borderLeft`,`borderLeftColor`,`borderLeftStyle`,`borderLeftWidth`,`borderRadius`,`borderRight`,`borderRightColor`,`borderRightStyle`,`borderRightWidth`,`borderSpacing`,`borderStartEndRadius`,`borderStartStartRadius`,`borderStyle`,`borderTop`,`borderTopColor`,`borderTopLeftRadius`,`borderTopRightRadius`,`borderTopStyle`,`borderTopWidth`,`borderWidth`,`bottom`,`boxDecorationBreak`,`boxShadow`,`boxSizing`,`breakAfter`,`breakBefore`,`breakInside`,`captionSide`,`caretColor`,`clear`,`clip`,`clipPath`,`clipRule`,`color`,`colorInterpolation`,`colorInterpolationFilters`,`colorScheme`,`columnCount`,`columnFill`,`columnGap`,`columnRule`,`columnRuleColor`,`columnRuleStyle`,`columnRuleWidth`,`columnSpan`,`columnWidth`,`columns`,`contain`,`containIntrinsicBlockSize`,`containIntrinsicHeight`,`containIntrinsicInlineSize`,`containIntrinsicSize`,`containIntrinsicWidth`,`container`,`containerName`,`containerType`,`content`,`contentVisibility`,`counterIncrement`,`counterReset`,`counterSet`,`cssFloat`,`cssText`,`cursor`,`cx`,`cy`,`d`,`direction`,`display`,`dominantBaseline`,`emptyCells`,`fill`,`fillOpacity`,`fillRule`,`filter`,`flex`,`flexBasis`,`flexDirection`,`flexFlow`,`flexGrow`,`flexShrink`,`flexWrap`,`float`,`floodColor`,`floodOpacity`,`font`,`fontFamily`,`fontFeatureSettings`,`fontKerning`,`fontOpticalSizing`,`fontPalette`,`fontSize`,`fontSizeAdjust`,`fontStretch`,`fontStyle`,`fontSynthesis`,`fontSynthesisSmallCaps`,`fontSynthesisStyle`,`fontSynthesisWeight`,`fontVariant`,`fontVariantAlternates`,`fontVariantCaps`,`fontVariantEastAsian`,`fontVariantLigatures`,`fontVariantNumeric`,`fontVariantPosition`,`fontVariationSettings`,`fontWeight`,`forcedColorAdjust`,`gap`,`grid`,`gridArea`,`gridAutoColumns`,`gridAutoFlow`,`gridAutoRows`,`gridColumn`,`gridColumnEnd`,`gridColumnGap`,`gridColumnStart`,`gridGap`,`gridRow`,`gridRowEnd`,`gridRowGap`,`gridRowStart`,`gridTemplate`,`gridTemplateAreas`,`gridTemplateColumns`,`gridTemplateRows`,`height`,`hyphenateCharacter`,`hyphenateLimitChars`,`hyphens`,`imageOrientation`,`imageRendering`,`inlineSize`,`inset`,`insetBlock`,`insetBlockEnd`,`insetBlockStart`,`insetInline`,`insetInlineEnd`,`insetInlineStart`,`isolation`,`justifyContent`,`justifyItems`,`justifySelf`,`left`,`length`,`letterSpacing`,`lightingColor`,`lineBreak`,`lineHeight`,`listStyle`,`listStyleImage`,`listStylePosition`,`listStyleType`,`margin`,`marginBlock`,`marginBlockEnd`,`marginBlockStart`,`marginBottom`,`marginInline`,`marginInlineEnd`,`marginInlineStart`,`marginLeft`,`marginRight`,`marginTop`,`marker`,`markerEnd`,`markerMid`,`markerStart`,`mask`,`maskClip`,`maskComposite`,`maskImage`,`maskMode`,`maskOrigin`,`maskPosition`,`maskRepeat`,`maskSize`,`maskType`,`mathDepth`,`mathStyle`,`maxBlockSize`,`maxHeight`,`maxInlineSize`,`maxWidth`,`minBlockSize`,`minHeight`,`minInlineSize`,`minWidth`,`mixBlendMode`,`objectFit`,`objectPosition`,`offset`,`offsetAnchor`,`offsetDistance`,`offsetPath`,`offsetPosition`,`offsetRotate`,`opacity`,`order`,`orphans`,`outline`,`outlineColor`,`outlineOffset`,`outlineStyle`,`outlineWidth`,`overflow`,`overflowAnchor`,`overflowBlock`,`overflowClipMargin`,`overflowInline`,`overflowWrap`,`overflowX`,`overflowY`,`overscrollBehavior`,`overscrollBehaviorBlock`,`overscrollBehaviorInline`,`overscrollBehaviorX`,`overscrollBehaviorY`,`padding`,`paddingBlock`,`paddingBlockEnd`,`paddingBlockStart`,`paddingBottom`,`paddingInline`,`paddingInlineEnd`,`paddingInlineStart`,`paddingLeft`,`paddingRight`,`paddingTop`,`page`,`pageBreakAfter`,`pageBreakBefore`,`pageBreakInside`,`paintOrder`,()=>Vj,`parentRule`,`perspective`,`perspectiveOrigin`,`placeContent`,`placeItems`,`placeSelf`,`pointerEvents`,`position`,`printColorAdjust`,`quotes`,`r`,`resize`,`right`,`rotate`,`rowGap`,`rubyAlign`,`rubyPosition`,`rx`,`ry`,`scale`,`scrollBehavior`,`scrollMargin`,`scrollMarginBlock`,`scrollMarginBlockEnd`,`scrollMarginBlockStart`,`scrollMarginBottom`,`scrollMarginInline`,`scrollMarginInlineEnd`,`scrollMarginInlineStart`,`scrollMarginLeft`,`scrollMarginRight`,`scrollMarginTop`,`scrollPadding`,`scrollPaddingBlock`,`scrollPaddingBlockEnd`,`scrollPaddingBlockStart`,`scrollPaddingBottom`,`scrollPaddingInline`,`scrollPaddingInlineEnd`,`scrollPaddingInlineStart`,`scrollPaddingLeft`,`scrollPaddingRight`,`scrollPaddingTop`,`scrollSnapAlign`,`scrollSnapStop`,`scrollSnapType`,`scrollbarColor`,`scrollbarGutter`,`scrollbarWidth`,`shapeImageThreshold`,`shapeMargin`,`shapeOutside`,`shapeRendering`,`stopColor`,`stopOpacity`,`stroke`,`strokeDasharray`,`strokeDashoffset`,`strokeLinecap`,`strokeLinejoin`,`strokeMiterlimit`,`strokeOpacity`,`strokeWidth`,`tabSize`,`tableLayout`,`textAlign`,`textAlignLast`,`textAnchor`,`textBox`,`textBoxEdge`,`textBoxTrim`,`textCombineUpright`,`textDecoration`,`textDecorationColor`,`textDecorationLine`,`textDecorationSkipInk`,`textDecorationStyle`,`textDecorationThickness`,`textEmphasis`,`textEmphasisColor`,`textEmphasisPosition`,`textEmphasisStyle`,`textIndent`,`textOrientation`,`textOverflow`,`textRendering`,`textShadow`,`textTransform`,`textUnderlineOffset`,`textUnderlinePosition`,`textWrap`,`textWrapMode`,`textWrapStyle`,`top`,`touchAction`,`transform`,`transformBox`,`transformOrigin`,`transformStyle`,`transition`,`transitionBehavior`,`transitionDelay`,`transitionDuration`,`transitionProperty`,`transitionTimingFunction`,`translate`,`unicodeBidi`,`userSelect`,`vectorEffect`,`verticalAlign`,`viewTransitionClass`,`viewTransitionName`,`visibility`,`webkitAlignContent`,`webkitAlignItems`,`webkitAlignSelf`,`webkitAnimation`,`webkitAnimationDelay`,`webkitAnimationDirection`,`webkitAnimationDuration`,`webkitAnimationFillMode`,`webkitAnimationIterationCount`,`webkitAnimationName`,`webkitAnimationPlayState`,`webkitAnimationTimingFunction`,`webkitAppearance`,`webkitBackfaceVisibility`,`webkitBackgroundClip`,`webkitBackgroundOrigin`,`webkitBackgroundSize`,`webkitBorderBottomLeftRadius`,`webkitBorderBottomRightRadius`,`webkitBorderRadius`,`webkitBorderTopLeftRadius`,`webkitBorderTopRightRadius`,`webkitBoxAlign`,`webkitBoxFlex`,`webkitBoxOrdinalGroup`,`webkitBoxOrient`,`webkitBoxPack`,`webkitBoxShadow`,`webkitBoxSizing`,`webkitFilter`,`webkitFlex`,`webkitFlexBasis`,`webkitFlexDirection`,`webkitFlexFlow`,`webkitFlexGrow`,`webkitFlexShrink`,`webkitFlexWrap`,`webkitJustifyContent`,`webkitLineClamp`,`webkitMask`,`webkitMaskBoxImage`,`webkitMaskBoxImageOutset`,`webkitMaskBoxImageRepeat`,`webkitMaskBoxImageSlice`,`webkitMaskBoxImageSource`,`webkitMaskBoxImageWidth`,`webkitMaskClip`,`webkitMaskComposite`,`webkitMaskImage`,`webkitMaskOrigin`,`webkitMaskPosition`,`webkitMaskRepeat`,`webkitMaskSize`,`webkitOrder`,`webkitPerspective`,`webkitPerspectiveOrigin`,`webkitTextFillColor`,`webkitTextSizeAdjust`,`webkitTextStroke`,`webkitTextStrokeColor`,`webkitTextStrokeWidth`,`webkitTransform`,`webkitTransformOrigin`,`webkitTransformStyle`,`webkitTransition`,`webkitTransitionDelay`,`webkitTransitionDuration`,`webkitTransitionProperty`,`webkitTransitionTimingFunction`,`webkitUserSelect`,`whiteSpace`,`whiteSpaceCollapse`,`widows`,`width`,`willChange`,`wordBreak`,`wordSpacing`,`wordWrap`,`writingMode`,`x`,`y`,`zIndex`,`zoom`,`property`,`getPropertyPriority`,`getPropertyValue`,`index`,`item`,`removeProperty`,`value`,`priority`,`setProperty`,`CSSStyleDeclaration`,`P&4!&4"&4#&4$&4%&4&&4'&4(&4)&4*&4+&4,&4-&4.&4/&40&41&42&43&44&45&46&47&48&49&4:&4;&4<&4=&4>&4?&4@&4A&4B&4C&4D&4E&4F&4G&4H&4I&4J&4K&4L&4M&4N&4O&4P&4Q&4R&4S&4T&4U&4V&4W&4X&4Y&4Z&4[&4\\&4]&4^&4_&4\`&4a&4b&4c&4d&4e&4f&4g&4h&4i&4j&4k&4l&4m&4n&4o&4p&4q&4r&4s&4t&4u&4v&4w&4x&4y&4z&4{&4|&4}&4~&4&4&4&4&4&4&4
&4&4&4&4&4&4&4&4&4&4&4&4&4&4&4&4&4&4&4&4&4&4&4&4&4&4&4\xA0&4¡&4¢&4£&4¤&4¥&4¦&4§&4¨&4©&4ª&4«&4¬&4&4®&4¯&4°&4±&4²&4³&4´&4µ&4¶&4·&4¸&4¹&4º&4»&4¼&4½&4¾&4¿&4À&4Á&4Â&4Ã&4Ä&4Å&4Æ&4Ç&4È&4É&4Ê&4Ë&4Ì&4Í&4Î&4Ï&4Ð&4Ñ&4Ò&4Ó&4Ô&4Õ&4Ö&4×&4Ø&4Ù&4Ú&4Û&4Ü&4Ý&4Þ&4ß&4à&4á&4â&4ã&4ä&4å&4æ&4ç&4è&4é&4ê&4ë&4ì&4í&4î&4ï&4ð&4ñ&4ò&4ó&4ô&4õ&4ö&4÷&4ø&4ù&4ú&4û&4ü&4ý&4þ&4ÿ'4Ā9&4ā&4Ă&4ă&4Ą&4ą&4Ć&4ć&4Ĉ&4ĉ&4Ċ&4ċ&4Č&4č&4Ď&4ď&4Đ&4đ&4Ē&4ē&4Ĕ&4ĕ&4Ė&4ė&4Ę&4ę&4Ě&4ě&4Ĝ&4ĝ&4Ğ&4ğ&4Ġ&4ġ&4Ģ&4ģ&4Ĥ&4ĥ&4Ħ&4ħ&4Ĩ&4ĩ&4Ī&4ī&4Ĭ&4ĭ&4Į&4į&4İ&4ı&4IJ&4ij&4Ĵ&4ĵ&4Ķ&4ķ&4ĸ&4Ĺ&4ĺ&4Ļ&4ļ&4Ľ&4ľ&4Ŀ&4ŀ&4Ł&4ł&4Ń&4ń&4Ņ&4ņ&4Ň&4ň&4ʼn&4Ŋ&4ŋ&4Ō&4ō&4Ŏ&4ŏ&4Ő&4ő&4Œ&4œ&4Ŕ&4ŕ&4Ŗ&4ŗ&4Ř&4řPnŚ,J4ś9&4Ŝ&4ŝ&4Ş&4ş&4Š&4š&4Ţ&4ţ&4Ť&4ť&4Ŧ&4ŧ&4Ũ&4ũ&4Ū&4ū&4Ŭ&4ŭ&4Ů&4ů&4Ű&4ű&4Ų&4ų&4Ŵ&4ŵ&4Ŷ&4ŷ&4Ÿ&4Ź&4ź&4Ż&4ż&4Ž&4ž&4ſ&4ƀ&4Ɓ&4Ƃ&4ƃ&4Ƅ&4ƅ&4Ɔ&4Ƈ&4ƈ&4Ɖ&4Ɗ&4Ƌ&4ƌ&4ƍ&4Ǝ&4Ə&4Ɛ&4Ƒ&4ƒ&4Ɠ&4Ɣ&4ƕ&4Ɩ&4Ɨ&4Ƙ&4ƙ&4ƚ&4ƛ&4Ɯ&4Ɲ&4ƞ&4Ɵ&4Ơ&4ơ&4Ƣ&4ƣ&4Ƥ&4ƥ&4Ʀ&4Ƨ&4ƨ&4Ʃ&4ƪ&4ƫ&4Ƭ&4ƭ&4Ʈ&4Ư&4ư&4Ʊ&4Ʋ&4Ƴ&4ƴ&4Ƶ&4ƶ&4Ʒ&4Ƹ&4ƹ&4ƺ&4ƻ&4Ƽ&4ƽ&4ƾ&4ƿ&4ǀ&4ǁ&4ǂ&4ǃ&4DŽ&4Dž&4dž&4LJ&4Lj&4lj&4NJ&4Nj&4nj&4Ǎ&4ǎ&4Ǐ&4ǐ&4Ǒ&4ǒ&4Ǔ&4ǔ&4Ǖ&4ǖ&4Ǘ&4ǘ&4Ǚ&4ǚ&4Ǜ&4ǜ&4ǝ&4Ǟ&4ǟ&4Ǡ&4ǡ&4Ǣ&4ǣ&4Ǥ&4ǥ&4Ǧ&4ǧ&4Ǩ&4ǩ&4Ǫ&4ǫ&4Ǭ&4ǭ&4Ǯ&4ǯ&4ǰ&4DZ&4Dz&4dz&4Ǵ&4ǵ&4Ƕ&4Ƿ&4Ǹ&4ǹ&4Ǻ&4ǻ&4Ǽ&4ǽ&4Ǿ&4ǿ&4Ȁ&4ȁ&4Ȃ&4ȃ&4Ȅ&4ȅ&4Ȇ&4ȇ&4Ȉ&4ȉ&4Ȋ&4ȋ&4Ȍ&4ȍ&4Ȏ&4ȏ&4Ȑ&4ȑ&4Ȓ&4ȓ&4Ȕ&4ȕ&4Ȗ&4ȗ&4Ș&4ș&4Ț&4ț&4Ȝ&4ȝ&4ȞP&2ȟ&1ȠP&2ȟ&1ȡP'2Ȣ&1ȣP&2ȟ&1ȤP&2ȟP&,J2ȥ&2Ȧ8$1ȧ'&LMwȨy`],dj=[()=>Xb,`matches`,`media`,0,`this`,()=>jT,`ev`,``,`onchange`,0,()=>jT,`callback`,`addListener`,0,()=>jT,`removeListener`,`type`,0,()=>rP,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>rP,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`MediaQueryList`,`Pn!)4"9&4#9PPn$2%n&2'"/(,J4)PPPn*2%n+2'"/(,J2,$1-PPPn.2%n/2'"/(,J2,$10P"21Pn22%n3"f2'"/(24P)n5J268$17P&21n824P)n9J268$17P"21Pn:2%n;"f2'"/(24P)n<J268$1=P&21n>24P)n?J268$1=Mw@y`],fj=[()=>zb,()=>vx,()=>Yk,()=>iP,()=>Tw,()=>lk,()=>aP,()=>oP,()=>ZO,()=>tA,`Transferable`,`Pn!n"n#n$n%n&n'n(n)n*_Jw+y`],pj=[()=>iM,`targetOrigin`,`WindowPostMessageOptions`,`Pn!&4"8Mw#y`],mj=[()=>sP,`deadline`,``,`IdleRequestCallback`,`PPn!2"$v#Mw$y`],hj=[`timeout`,`IdleRequestOptions`,`P'4!8Mw"y`],gj=[()=>Mx,()=>qj,()=>Tx,`DOMContentLoaded`,()=>xT,`devicemotion`,()=>ST,`deviceorientation`,()=>ST,`deviceorientationabsolute`,()=>wT,`gamepadconnected`,()=>wT,`gamepaddisconnected`,()=>Tx,`orientationchange`,`WindowEventMap`,`Pn!n"n#4$n%4&n'4(n)4*n+4,n-4.n/40Mw1y`],_j=[`length`,`data`,`type`,()=>cP,`add`,()=>IS,()=>cP,`clear`,`index`,`remove`,()=>cP,`DataTransferItemList`,`P'4!9P&2"&2#Pn$,J1%Pn&2"Pn',J1%P$1(P'2)$1*'n+LMw,y`],vj=[`name`,`message`,`stack`,`Error`,`P&4!&4"&4#8Mw$y`],yj=[`clientX`,`clientY`,`force`,`identifier`,`pageX`,`pageY`,`radiusX`,`radiusY`,`rotationAngle`,`screenX`,`screenY`,()=>Xb,`target`,`Touch`,`P'4!9'4"9'4#9'4$9'4%9'4&9'4'9'4(9'4)9'4*9'4+9n,4-9Mw.y`],bj=[()=>Aw,()=>IE,`value`,`RadioNodeList`,`Pn"o!"&4#Mw$y`],xj=[()=>lP,`ConstrainDouble`,`P'n!Jw"y`],Sj=[()=>uP,`ConstrainBoolean`,`P)n!Jw"y`],Cj=[()=>dP,`ConstrainULong`,`P'n!Jw"y`],wj=[()=>fP,`ConstrainDOMString`,`P&&Fn!Jw"y`],Tj=[`fullRange`,()=>pP,`matrix`,()=>mP,`primaries`,()=>hP,`transfer`,()=>gP,`toJSON`,`VideoColorSpace`,`PP),J4!9Pn",J4#9Pn$,J4%9Pn&,J4'9Pn(1)Mw*y`],Ej=[`BGRA`,`BGRX`,`I420`,`I420A`,`I422`,`I444`,`NV12`,`RGBA`,`RGBX`,`VideoPixelFormat`,`P.!.".#.$.%.&.'.(.)Jw*y`],Dj=[()=>ex,`colorSpace`,()=>Ej,`format`,()=>Oj,`layout`,()=>_P,`rect`,`VideoFrameCopyToOptions`,`Pn!4"8n#4$8n%F4&8n'4(8Mw)y`],Oj=[`offset`,`stride`,`PlaneLayout`,`P'4!'4"Mw#y`],kj=[`closed`,`reason`,`cancel`,`ReadableStreamGenericReader`,'P$`4!9P"2"8$`1#Mw$y'],Aj=[`T`,()=>vP,()=>yP,`ReadableStreamReadResult`,`b!Pe"!o""e"!o#"Jw$y`],jj=[`byob`,`ReadableStreamReaderMode`,`.!w"y`],Mj=[`W`,`closed`,`desiredSize`,`ready`,`reason`,`abort`,`close`,`releaseLock`,`chunk`,`write`,`WritableStreamDefaultWriter`,'"c!P$`4"9P\',J4#9$`4$9P"2%8$`1&P$`1\'P$1(Pe#!2)8$`1*Mw+y'],Nj=[`delay`,()=>bP,`direction`,()=>Ij,`duration`,`easing`,`endDelay`,()=>xP,`fill`,`iterationStart`,`iterations`,`playbackRate`,`EffectTiming`,`P'4!8n"4#8P'n$&J4%8&4&8'4'8n(4)8'4*8'4+8'4,8Mw-y`],Pj=[`accumulate`,`add`,`replace`,`CompositeOperation`,`P.!.".#Jw$y`],Fj=[`accumulate`,`replace`,`IterationCompositeOperation`,`P.!."Jw#y`],Ij=[()=>CO,()=>mk,`values`,0,`add`,()=>mk,0,`div`,()=>mk,`value`,`equals`,()=>mk,0,`max`,()=>mk,0,`min`,()=>mk,0,`mul`,()=>mk,0,`sub`,`unit`,()=>SP,`to`,`units`,()=>CP,`toSum`,()=>wP,`type`,`CSSNumericValue`,`Pn!Pn"@2#n$1%Pn&@2#n'1(Pn)@2*)1+Pn,@2#n-1.Pn/@2#n011Pn2@2#n314Pn5@2#n617P&28n91:P&@2;n<1=Pn>1?Mw@y`],Lj=[()=>Nj,()=>mk,`activeDuration`,`currentIteration`,()=>mk,`endTime`,()=>mk,`localTime`,`progress`,()=>mk,`startTime`,`ComputedEffectTiming`,`Pn!n"4#8P',J4$8n%4&8Pn',J4(8P',J4)8n*4+8Mw,y`],Rj=[`delay`,()=>bP,`direction`,`duration`,`easing`,`endDelay`,()=>xP,`fill`,`iterationStart`,`iterations`,`playbackRate`,`OptionalEffectTiming`,`P'4!8n"4#8P'&J4$8&4%8'4&8n'4(8'4)8'4*8'4+8Mw,y`],zj=[`disabled`,`href`,()=>Wb,()=>nE,`ownerNode`,()=>bk,`parentStyleSheet`,`title`,`type`,`StyleSheet`,`P)4!P&,J4"9!!Pn#n$,J4%9Pn&,J4'9P&,J4(9&4)9Mw*y`],Bj=[`length`,`index`,()=>Vj,`item`,()=>Vj,`CSSRuleList`,`P'4!9P'2"Pn#,J1$'n%LMw&y`],Vj=[`cssText`,0,`parentRule`,()=>bk,`parentStyleSheet`,`type`,1,`STYLE_RULE`,2,`CHARSET_RULE`,3,`IMPORT_RULE`,4,`MEDIA_RULE`,5,`FONT_FACE_RULE`,6,`PAGE_RULE`,10,`NAMESPACE_RULE`,7,`KEYFRAMES_RULE`,8,`KEYFRAME_RULE`,12,`SUPPORTS_RULE`,11,`COUNTER_STYLE_RULE`,14,`FONT_FEATURE_VALUES_RULE`,`CSSRule`,`P&4!Pn",J4#9Pn$,J4%9'4&9.'4(9.)4*9.+4,9.-4.9./409.1429.3449.5469.7489.94:9.;4<9.=4>9Mw?y`],Hj=[`loaded`,`loading`,`FontFaceSetLoadStatus`,`P.!."Jw#y`],Uj=[()=>CT,`loading`,()=>CT,`loadingdone`,()=>CT,`loadingerror`,`FontFaceSetEventMap`,`Pn!4"n#4$n%4&Mw'y`],Wj=[()=>TP,`requiredExtensions`,()=>TP,`systemLanguage`,`SVGTests`,`Pn!4"9n#4$9Mw%y`],Gj=[`clipped`,`fill`,`markers`,`stroke`,`SVGBoundingBoxOptions`,`P)4!8)4"8)4#8)4$8Mw%y`],Kj=[()=>wO,`animVal`,()=>$x,`baseVal`,`SVGAnimatedRect`,`Pn!4"9n#4$9Mw%y`],qj=[()=>Tx,`afterprint`,()=>Tx,`beforeprint`,()=>hT,`beforeunload`,()=>wT,`gamepadconnected`,()=>wT,`gamepaddisconnected`,()=>TT,`hashchange`,()=>Tx,`languagechange`,()=>MT,`message`,()=>MT,`messageerror`,()=>Tx,`offline`,()=>Tx,`online`,()=>IT,`pagehide`,()=>PT,`pagereveal`,()=>IT,`pageshow`,()=>FT,`pageswap`,()=>BT,`popstate`,()=>VT,`rejectionhandled`,()=>XT,`storage`,()=>VT,`unhandledrejection`,()=>Tx,`unload`,`WindowEventHandlersEventMap`,`Pn!4"n#4$n%4&n'4(n)4*n+4,n-4.n/40n142n344n546n748n94:n;4<n=4>n?4@nA4BnC4DnE4FnG4HMwIy`],Jj=[`auto`,`block`,`fallback`,`optional`,`swap`,`FontDisplay`,`P.!.".#.$.%Jw&y`],Yj=[`error`,`loaded`,`loading`,`unloaded`,`FontFaceLoadStatus`,`P.!.".#.$Jw%y`],Xj=[`pressed`,`touched`,`value`,`GamepadButton`,`P)4!9)4"9'4#9Mw$y`],Zj=[``,`standard`,`xr-standard`,`GamepadMappingType`,`P.!.".#Jw$y`],Qj=[()=>EP,`type`,()=>DP,`params`,()=>OP,`playEffect`,()=>OP,`reset`,`GamepadHapticActuator`,"PPn!2\"n#2$8n%`1&Pn'`1(Mw)y"],$j=[`closed`,`open`,`pending`,`MIDIPortConnectionState`,`P.!.".#Jw$y`],eM=[`connected`,`disconnected`,`MIDIPortDeviceState`,`P.!."Jw#y`],tM=[`input`,`output`,`MIDIPortType`,`P.!."Jw#y`],nM=[()=>DT,`statechange`,`MIDIPortEventMap`,`Pn!4"Mw#y`],rM=[`T`,`this`,()=>MT,`ev`,``,`onmessage`,()=>MT,`onmessageerror`,`type`,()=>kP,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,()=>kP,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`MessageEventTarget`,`b!PPPe$!2"n#2$"/%,J4&PPe$!2"n'2$"/%,J4(P"2)Pe$!2"n*"f2$"/%2+P)n,J2-8$1.P&2)n/2+P)n0J2-8$1.P"2)Pe$!2"n1"f2$"/%2+P)n2J2-8$13P&2)n42+P)n5J2-8$13Mw6y`],iM=[()=>fj,`transfer`,`StructuredSerializeOptions`,`Pn!F4"8Mw#y`],aM=[()=>kP,()=>MT,`message`,()=>MT,`messageerror`,`MessagePortEventMap`,`Pn!n"4#n$4%Mw&y`],oM=[()=>Xb,()=>AP,0,`this`,()=>Tx,`ev`,``,`onstatechange`,`scriptURL`,()=>jP,`state`,`message`,()=>fj,`transfer`,`postMessage`,()=>iM,`options`,`type`,0,()=>MP,`listener`,()=>Vb,`addEventListener`,()=>Hb,()=>Vb,0,()=>MP,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`ServiceWorker`,`Pn!n"PPn#2$n%2&"/',J4(&4)9n*4+9P"2,n-F2.$1/P"2,n0218$1/P"22Pn32$n4"f2&"/'25P)n6J218$17P&22n825P)n9J218$17P"22Pn:2$n;"f2&"/'25P)n<J218$1=P&22n>25P)n?J218$1=Mw@y`],sM=[()=>Xb,`id`,`index`,`key`,0,`this`,()=>Tx,`ev`,``,`ondispose`,`sameDocument`,`url`,`getState`,`type`,0,()=>NP,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NP,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`NavigationHistoryEntry`,`Pn!&4"9'4#9&4$9PPn%2&n'2("/),J4*)4+9P&,J4,9P"1-P"2.Pn/2&n0"f2("/)21P)n2J238$14P&2.n521P)n6J238$14P"2.Pn72&n8"f2("/)21P)n9J238$1:P&2.n;21P)n<J238$1:Mw=y`],cM=[`push`,`reload`,`replace`,`traverse`,`NavigationType`,`P.!.".#.$Jw%y`],lM=[()=>dM,`displayItems`,()=>PP,`modifiers`,()=>FP,`shippingOptions`,`PaymentDetailsBase`,`Pn!F4"8n#F4$8n%F4&8Mw'y`],uM=[`addressLine`,`city`,`country`,`dependentLocality`,`organization`,`phone`,`postalCode`,`recipient`,`region`,`sortingCode`,`AddressErrors`,`P&4!8&4"8&4#8&4$8&4%8&4&8&4'8&4(8&4)8&4*8Mw+y`],dM=[()=>IP,`amount`,`label`,`pending`,`PaymentItem`,`Pn!4"&4#)4$8Mw%y`],fM=[()=>Tx,`resize`,`PictureInPictureWindowEventMap`,`Pn!4"Mw#y`],pM=[`arraybuffer`,`blob`,`BinaryType`,`P.!."Jw#y`],mM=[`closed`,`closing`,`connecting`,`open`,`RTCDataChannelState`,`P.!.".#.$Jw%y`],hM=[()=>Tx,`bufferedamountlow`,()=>Tx,`close`,()=>Tx,`closing`,()=>WT,`error`,()=>MT,`message`,()=>Tx,`open`,`RTCDataChannelEventMap`,`Pn!4"n#4$n%4&n'4(n)4*n+4,Mw-y`],gM=[()=>vj,`code`,`message`,`name`,1,`INDEX_SIZE_ERR`,2,`DOMSTRING_SIZE_ERR`,3,`HIERARCHY_REQUEST_ERR`,4,`WRONG_DOCUMENT_ERR`,5,`INVALID_CHARACTER_ERR`,6,`NO_DATA_ALLOWED_ERR`,7,`NO_MODIFICATION_ALLOWED_ERR`,8,`NOT_FOUND_ERR`,9,`NOT_SUPPORTED_ERR`,10,`INUSE_ATTRIBUTE_ERR`,11,`INVALID_STATE_ERR`,12,`SYNTAX_ERR`,13,`INVALID_MODIFICATION_ERR`,14,`NAMESPACE_ERR`,15,`INVALID_ACCESS_ERR`,16,`VALIDATION_ERR`,17,`TYPE_MISMATCH_ERR`,18,`SECURITY_ERR`,19,`NETWORK_ERR`,20,`ABORT_ERR`,21,`URL_MISMATCH_ERR`,22,`QUOTA_EXCEEDED_ERR`,23,`TIMEOUT_ERR`,24,`INVALID_NODE_TYPE_ERR`,25,`DATA_CLONE_ERR`,`DOMException`,`Pn!'4"9&4#9&4$9.%4&9.'4(9.)4*9.+4,9.-4.9./409.1429.3449.5469.7489.94:9.;4<9.=4>9.?4@9.A4B9.C4D9.E4F9.G4H9.I4J9.K4L9.M4N9.O4P9.Q4R9.S4T9.U4V9MwWy`],_M=[`data-channel-failure`,`dtls-failure`,`fingerprint-failure`,`hardware-encoder-error`,`hardware-encoder-not-available`,`sctp-failure`,`sdp-syntax-error`,`RTCErrorDetailType`,`P.!.".#.$.%.&.'Jw(y`],vM=[`rtcp`,`rtp`,`RTCIceComponent`,`P.!."Jw#y`],yM=[`tcp`,`udp`,`RTCIceProtocol`,`P.!."Jw#y`],bM=[`active`,`passive`,`so`,`RTCIceTcpCandidateType`,`P.!.".#Jw$y`],xM=[`host`,`prflx`,`relay`,`srflx`,`RTCIceCandidateType`,`P.!.".#.$Jw%y`],SM=[`candidate`,`sdpMLineIndex`,`sdpMid`,`usernameFragment`,`RTCIceCandidateInit`,`P&4!8P',J4"8P&,J4#8P&,J4$8Mw%y`],CM=[()=>LP,`RTCRtpTransform`,`n!w"y`],wM=[()=>Xb,()=>RP,`iceTransport`,0,`this`,()=>WT,`ev`,``,`onerror`,0,()=>Tx,`onstatechange`,()=>zP,`state`,`getRemoteCertificates`,`type`,0,()=>BP,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>BP,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`RTCDtlsTransport`,`Pn!n"4#9PPn$2%n&2'"/(,J4)PPn*2%n+2'"/(,J4,n-4.9P_F1/P"20Pn12%n2"f2'"/(23P)n4J258$16P&20n723P)n8J258$16P"20Pn92%n:"f2'"/(23P)n;J258$1<P&20n=23P)n>J258$1<Mw?y`],TM=[`audioLevel`,`rtpTimestamp`,`source`,()=>Ew,`timestamp`,`RTCRtpContributingSource`,`P'4!8'4"'4#n$4%Mw&y`],EM=[()=>VP,`RTCRtpReceiveParameters`,`Pn!Mw"y`],DM=[`value`,`key`,0,`parent`,``,`callbackfn`,`thisArg`,`forEach`,`RTCStatsReport`,`PPP"2!&2"n#2$$/%2&"2'8$1(Mw)y`],OM=[()=>TM,`RTCRtpSynchronizationSource`,`Pn!Mw"y`],kM=[`inactive`,`recvonly`,`sendonly`,`sendrecv`,`stopped`,`RTCRtpTransceiverDirection`,`P.!.".#.$.%Jw&y`],AM=[()=>HP,`dtmf`,()=>Qb,`track`,()=>CM,`transform`,()=>wM,`transport`,()=>UP,`getParameters`,()=>DM,`getStats`,()=>Qb,`withTrack`,`replaceTrack`,()=>UP,`parameters`,()=>WP,`setParameterOptions`,`setParameters`,()=>kb,`streams`,`setStreams`,`RTCRtpSender`,"PPn!,J4\"9Pn#,J4$9Pn%,J4&Pn',J4(9Pn)1*Pn+`1,PPn-,J2.$`1/Pn021n2238$`14Pn5@26$17Mw8y"],jM=[`channels`,`clockRate`,`mimeType`,`sdpFmtpLine`,`RTCRtpCodec`,`P'4!8'4"&4#&4$8Mw%y`],MM=[`default`,`lang`,`localService`,`name`,`voiceURI`,`SpeechSynthesisVoice`,`P)4!9&4"9)4#9&4$9&4%9Mw&y`],NM=[()=>YT,`boundary`,()=>YT,`end`,()=>JT,`error`,()=>YT,`mark`,()=>YT,`pause`,()=>YT,`resume`,()=>YT,`start`,`SpeechSynthesisUtteranceEventMap`,`Pn!4"n#4$n%4&n'4(n)4*n+4,n-4.Mw/y`],PM=[`length`,`id`,()=>LM,`getCueById`,()=>LM,`TextTrackCueList`,`P'4!9P&2"Pn#,J1$'n%LMw&y`],FM=[`captions`,`chapters`,`descriptions`,`metadata`,`subtitles`,`TextTrackKind`,`P.!.".#.$.%Jw&y`],IM=[`disabled`,`hidden`,`showing`,`TextTrackMode`,`P.!.".#Jw$y`],LM=[()=>Xb,`endTime`,`id`,0,`this`,()=>Tx,`ev`,``,`onenter`,0,()=>Tx,`onexit`,`pauseOnExit`,`startTime`,()=>lA,`track`,`type`,0,()=>GP,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>GP,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`TextTrackCue`,`Pn!'4"&4#PPn$2%n&2'"/(,J4)PPn*2%n+2'"/(,J4,)4-'4.Pn/,J409P"21Pn22%n3"f2'"/(24P)n5J268$17P&21n824P)n9J268$17P"21Pn:2%n;"f2'"/(24P)n<J268$1=P&21n>24P)n?J268$1=Mw@y`],RM=[()=>Tx,`cuechange`,`TextTrackEventMap`,`Pn!4"Mw#y`],zM=[`length`,`index`,`end`,`start`,`TimeRanges`,`P'4!9P'2"'1#P'2"'1$Mw%y`],BM=[`code`,`message`,1,`MEDIA_ERR_ABORTED`,2,`MEDIA_ERR_NETWORK`,3,`MEDIA_ERR_DECODE`,4,`MEDIA_ERR_SRC_NOT_SUPPORTED`,`MediaError`,`P'4!9&4"9.#4$9.%4&9.'4(9.)4*9Mw+y`],VM=[()=>KP,`sessionType`,()=>qP,`createSession`,()=>JP,`policy`,()=>YP,`getStatusForPolicy`,()=>XP,`serverCertificate`,`setServerCertificate`,`MediaKeys`,"PPn!2\"8n#1$Pn%2&8n'`1(Pn)2*)`1+Mw,y"],HM=[()=>Xb,0,`this`,()=>Tx,`ev`,``,`onconnect`,0,()=>Tx,`onconnecting`,0,()=>Tx,`ondisconnect`,()=>ZP,`state`,`id`,`cancelWatchAvailability`,`prompt`,()=>QP,`callback`,`watchAvailability`,`type`,0,()=>$P,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>$P,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`RemotePlayback`,`Pn!PPn"2#n$2%"/&,J4'PPn(2#n)2%"/&,J4*PPn+2#n,2%"/&,J4-n.4/9P'208$\`11P$\`12Pn324'\`15P"26Pn72#n8"f2%"/&29P)n:J2;8$1<P&26n=29P)n>J2;8$1<P"26Pn?2#n@"f2%"/&29P)nAJ2;8$1BP&26nC29P)nDJ2;8$1BMwEy`],UM=[()=>kb,()=>eF,()=>wx,`MediaProvider`,`Pn!n"n#Jw$y`],WM=[()=>Xb,`length`,0,`this`,()=>QT,`ev`,``,`onaddtrack`,0,()=>Tx,`onchange`,0,()=>QT,`onremovetrack`,`id`,()=>lA,`getTrackById`,`type`,0,()=>tF,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>tF,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,()=>lA,`TextTrackList`,`Pn!'4"9PPn#2$n%2&"/',J4(PPn)2$n*2&"/',J4+PPn,2$n-2&"/',J4.P&2/Pn0,J11P"22Pn32$n4"f2&"/'25P)n6J278$18P&22n925P)n:J278$18P"22Pn;2$n<"f2&"/'25P)n=J278$1>P&22n?25P)n@J278$1>'nALMwBy`],GM=[``,`maybe`,`probably`,`CanPlayTypeResult`,`P.!.".#Jw$y`],KM=[`T`,` `,``,`OptionalPrefixToken`,`b!PPe#!."S.#Jw$y`],qM=[`section-`,`AutoFillSection`,`P.!&Sw"y`],JM=[`billing`,`shipping`,`AutoFillAddressKind`,`P.!."Jw#y`],YM=[()=>nF,()=>KM,()=>rF,()=>iF,`AutoFillField`,`Pn!Pn#o""n$SJw%y`],XM=[`T`,` `,``,`OptionalPostfixToken`,`b!PP."e#!S.#Jw$y`],ZM=[`webauthn`,`AutoFillCredentialField`,`.!w"y`],QM=[`name`,()=>aF,`root`,`FileSystem`,`P&4!9n"4#9Mw$y`],$M=[()=>wA,`entry`,``,`FileSystemEntryCallback`,`PPn!2"$v#Mw$y`],eN=[()=>gM,`err`,``,`ErrorCallback`,`PPn!2"$v#Mw$y`],tN=[()=>Ew,`captureTime`,()=>Ew,`expectedDisplayTime`,`height`,`mediaTime`,()=>Ew,`presentationTime`,`presentedFrames`,`processingDuration`,()=>Ew,`receiveTime`,`rtpTimestamp`,`width`,`VideoFrameCallbackMetadata`,`Pn!4"8n#4$'4%'4&n'4('4)'4*8n+4,8'4-8'4.Mw/y`],nN=[`length`,`numberOfItems`,()=>Lk,`newItem`,()=>Lk,`appendItem`,`clear`,()=>Lk,`consolidate`,()=>dC,`matrix`,()=>Lk,`createSVGTransformFromMatrix`,`index`,()=>Lk,`getItem`,()=>Lk,()=>Lk,`initialize`,()=>Lk,()=>Lk,`insertItemBefore`,()=>Lk,`removeItem`,()=>Lk,()=>Lk,`replaceItem`,()=>Lk,`SVGTransformList`,`P'4!9'4"9Pn#2$n%1&P$1'PPn(,J1)Pn*2+8n,1-P'2.n/10Pn12$n213Pn42$'2.n516P'2.n718Pn92$'2.n:1;'n<LMw=y`],rN=[`length`,`numberOfItems`,()=>Fk,`newItem`,()=>Fk,`appendItem`,`clear`,`index`,()=>Fk,`getItem`,()=>Fk,()=>Fk,`initialize`,()=>Fk,()=>Fk,`insertItemBefore`,()=>Fk,`removeItem`,()=>Fk,()=>Fk,`replaceItem`,()=>Fk,`SVGNumberList`,`P'4!9'4"9Pn#2$n%1&P$1'P'2(n)1*Pn+2$n,1-Pn.2$'2(n/10P'2(n112Pn32$'2(n415'n6LMw7y`],iN=[`align`,`meetOrSlice`,0,`SVG_PRESERVEASPECTRATIO_UNKNOWN`,1,`SVG_PRESERVEASPECTRATIO_NONE`,2,`SVG_PRESERVEASPECTRATIO_XMINYMIN`,3,`SVG_PRESERVEASPECTRATIO_XMIDYMIN`,4,`SVG_PRESERVEASPECTRATIO_XMAXYMIN`,5,`SVG_PRESERVEASPECTRATIO_XMINYMID`,6,`SVG_PRESERVEASPECTRATIO_XMIDYMID`,7,`SVG_PRESERVEASPECTRATIO_XMAXYMID`,8,`SVG_PRESERVEASPECTRATIO_XMINYMAX`,9,`SVG_PRESERVEASPECTRATIO_XMIDYMAX`,10,`SVG_PRESERVEASPECTRATIO_XMAXYMAX`,0,`SVG_MEETORSLICE_UNKNOWN`,1,`SVG_MEETORSLICE_MEET`,2,`SVG_MEETORSLICE_SLICE`,`SVGPreserveAspectRatio`,`P'4!'4".#4$9.%4&9.'4(9.)4*9.+4,9.-4.9./409.1429.3449.5469.7489.94:9.;4<9.=4>9Mw?y`],aN=[`length`,`numberOfItems`,()=>Ik,`newItem`,()=>Ik,`appendItem`,`clear`,`index`,()=>Ik,`getItem`,()=>Ik,()=>Ik,`initialize`,()=>Ik,()=>Ik,`insertItemBefore`,()=>Ik,`removeItem`,()=>Ik,()=>Ik,`replaceItem`,()=>Ik,`SVGPointList`,`P'4!9'4"9Pn#2$n%1&P$1'P'2(n)1*Pn+2$n,1-Pn.2$'2(n/10P'2(n112Pn32$'2(n415'n6LMw7y`],oN=[()=>oF,`animVal`,()=>oF,`baseVal`,`SVGAnimatedLengthList`,`Pn!4"9n#4$9Mw%y`],sN=[()=>Ew,`time`,``,`FrameRequestCallback`,`PPn!2"$v#Mw$y`],cN=[`cacheName`,`delete`,`has`,`keys`,()=>mN,()=>sE,`request`,()=>sF,`options`,()=>gN,`match`,()=>cF,`open`,`CacheStorage`,"PP&2!)`1\"P&2!)`1#P&F`1$PPn%n&J2'n(2)8Pn*-J`1+P&2!n,`1-Mw.y"],lN=[()=>lF,`subtle`,`array`,`getRandomValues`,`-`,`randomUUID`,`Crypto`,`Pn!4"9P"2#"1$PP&.%&.%&.%&.%&S1&Mw'y`],uN=[`first`,`second`,`cmp`,()=>uF,`databases`,`name`,()=>dF,`deleteDatabase`,`version`,()=>dF,`open`,`IDBFactory`,`PP"2!"2"'1#Pn$F\`1%P&2&n'1(P&2&'2)8n*1+Mw,y`],dN=[()=>Xb,()=>fF,`eventCounts`,()=>pF,`navigation`,0,`this`,()=>Tx,`ev`,``,`onresourcetimingbufferfull`,()=>Ew,`timeOrigin`,()=>mF,`timing`,`markName`,`clearMarks`,`measureName`,`clearMeasures`,`clearResourceTimings`,()=>hF,`getEntries`,`name`,`type`,()=>hF,`getEntriesByName`,()=>hF,`getEntriesByType`,()=>gF,`markOptions`,()=>_F,`mark`,()=>vF,`startOrMeasureOptions`,`endMark`,()=>yF,`measure`,()=>Ew,`now`,`maxSize`,`setResourceTimingBufferSize`,`toJSON`,0,()=>bF,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>bF,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`Performance`,`Pn!n"4#9n$4%9PPn&2'n(2)"/*,J4+n,4-9n.4/9P&208$11P&228$13P$14Pn516P&27&288n91:P&28n;1<P&20n=2>8n?1@P&22P&nAJ2B8&2C8nD1EPnF1GP'2H$1IP"1JP"28PnK2'nL"f2)"/*2MP)nNJ2O8$1PP&28nQ2MP)nRJ2O8$1PP"28PnS2'nT"f2)"/*2MP)nUJ2O8$1VP&28nW2MP)nXJ2O8$1VMwYy`],fN=[()=>GS,()=>wx,()=>ZS,`ImageBitmapSource`,`Pn!n"n#Jw$y`],pN=[()=>xF,`colorSpaceConversion`,()=>SF,`imageOrientation`,()=>CF,`premultiplyAlpha`,`resizeHeight`,()=>wF,`resizeQuality`,`resizeWidth`,`ImageBitmapOptions`,`Pn!4"8n#4$8n%4&8'4'8n(4)8'4*8Mw+y`],mN=[()=>TF,`RequestInfo`,`Pn!&Jw"y`],hN=[()=>KN,`body`,()=>EF,`cache`,()=>DF,`credentials`,()=>OF,`headers`,`integrity`,`keepalive`,`method`,()=>kF,`mode`,()=>AF,`priority`,()=>jF,`redirect`,`referrer`,()=>xA,`referrerPolicy`,()=>Nx,`signal`,`window`,`RequestInit`,`PPn!,J4"8n#4$8n%4&8n'4(8&4)8)4*8&4+8n,4-8n.4/8n0418&428n3448Pn5,J468,478Mw8y`],gN=[()=>MF,()=>NF,`headers`,`ok`,`redirected`,`status`,`statusText`,()=>PF,`type`,`url`,0,`clone`,`Response`,`Pn!n"4#9)4$9)4%9'4&9&4'9n(4)9&4*9Pn+1,Mw-y`],_N=[``,`VoidFunction`,`PP$v!Mw"y`],vN=[()=>Function,`TimerHandler`,`P&Pu!Jw"y`],yN=[`webdriver`,`NavigatorAutomationInformation`,`P)4!9Mw"y`],bN=[`clearAppBadge`,`contents`,`setAppBadge`,`NavigatorBadge`,"PP$`1!P'2\"8$`1#Mw$y"],xN=[`hardwareConcurrency`,`NavigatorConcurrentHardware`,`P'4!9Mw"y`],SN=[`scheme`,()=>sE,`url`,`registerProtocolHandler`,`NavigatorContentUtils`,`PP&2!P&n"J2#$1$Mw%y`],CN=[`cookieEnabled`,`NavigatorCookies`,`P)4!9Mw"y`],wN=[`appCodeName`,`appName`,`appVersion`,`platform`,`product`,`productSub`,`userAgent`,`vendor`,`vendorSub`,`NavigatorID`,`P&4!9&4"9&4#9&4$9&4%9&4&9&4'9&4(9&4)9Mw*y`],TN=[`language`,()=>Mw,`languages`,`NavigatorLanguage`,`P&4!9&o""4#9Mw$y`],EN=[()=>FF,`locks`,`NavigatorLocks`,`Pn!4"9Mw#y`],DN=[`onLine`,`NavigatorOnLine`,`P)4!9Mw"y`],ON=[()=>IF,`mimeTypes`,`pdfViewerEnabled`,()=>LF,`plugins`,`javaEnabled`,`NavigatorPlugins`,`Pn!4"9)4#9n$4%9P)1&Mw'y`],kN=[()=>RF,`storage`,`NavigatorStorage`,`Pn!4"9Mw#y`],AN=[()=>Xb,()=>zF,`read`,`readText`,()=>zF,`data`,`write`,`writeText`,`Clipboard`,"Pn!Pn\"`1#P&`1$Pn%2&$`1'P&2&$`1(Mw)y"],jN=[()=>BF,`options`,()=>VF,`create`,()=>HF,()=>VF,`get`,`preventSilentAccess`,()=>VF,`credential`,`store`,`CredentialsContainer`,'PPn!2"8Pn#,J`1$Pn%2"8Pn&,J`1\'P$`1(Pn)2*$`1+Mw,y'],MN=[`watchId`,`clearWatch`,()=>UF,`successCallback`,()=>WF,`errorCallback`,()=>GF,`options`,`getCurrentPosition`,()=>UF,()=>WF,()=>GF,`watchPosition`,`Geolocation`,`PP'2!$1"Pn#2$Pn%,J2&8n'2(8$1)Pn*2$Pn+,J2&8n,2(8'1-Mw.y`],NN=[()=>KF,`status`,`setStatus`,`NavigatorLogin`,'PPn!2"$`1#Mw$y'],PN=[()=>qF,`configuration`,()=>JF,`decodingInfo`,()=>YF,()=>XF,`encodingInfo`,`MediaCapabilities`,'PPn!2"n#`1$Pn%2"n&`1\'Mw(y'],FN=[()=>Xb,0,`this`,()=>Tx,`ev`,``,`ondevicechange`,()=>ZF,`enumerateDevices`,()=>QF,`options`,()=>kb,`getDisplayMedia`,()=>$F,`getSupportedConstraints`,()=>eI,`constraints`,()=>kb,`getUserMedia`,`type`,0,()=>tI,`listener`,()=>Vb,`addEventListener`,()=>Hb,()=>Vb,0,()=>tI,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`MediaDevices`,'Pn!PPn"2#n$2%"/&,J4\'Pn(F`1)Pn*2+8n,`1-Pn.1/Pn0218n2`13P"24Pn52#n6"f2%"/&27P)n8J2+8$19P&24n:27P)n;J2+8$19P"24Pn<2#n="f2%"/&27P)n>J2+8$1?P&24n@27P)nAJ2+8$1?MwBy'],IN=[()=>nI,`metadata`,()=>rI,`playbackState`,()=>iI,`action`,()=>aI,`handler`,`setActionHandler`,`active`,`setCameraActive`,`setMicrophoneActive`,()=>oI,`state`,`setPositionState`,`MediaSession`,"PPn!,J4\"n#4$Pn%2&Pn',J2($1)P)2*$`1+P)2*$`1,Pn-2.8$1/Mw0y"],LN=[()=>sI,`permissionDesc`,()=>cI,`query`,`Permissions`,'PPn!2"n#`1$Mw%y'],RN=[()=>Xb,()=>oM,`controller`,0,`this`,()=>Tx,`ev`,``,`oncontrollerchange`,0,()=>MT,`onmessage`,0,()=>MT,`onmessageerror`,()=>lI,`ready`,()=>sE,`clientURL`,()=>lI,`getRegistration`,()=>Mw,()=>lI,`getRegistrations`,()=>sE,`scriptURL`,()=>uI,`options`,()=>lI,`register`,`startMessages`,`type`,0,()=>dI,`listener`,()=>Vb,`addEventListener`,()=>Hb,()=>Vb,0,()=>dI,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`ServiceWorkerContainer`,`Pn!Pn",J4#9PPn$2%n&2'"/(,J4)PPn*2%n+2'"/(,J4,PPn-2%n.2'"/(,J4/n0\`419PP&n2J238Pn4-J\`15Pn7o6"\`18PP&n9J2:n;2<8n=\`1>P$1?P"2@PnA2%nB"f2'"/(2CP)nDJ2<8$1EP&2@nF2CP)nGJ2<8$1EP"2@PnH2%nI"f2'"/(2CP)nJJ2<8$1KP&2@nL2CP)nMJ2<8$1KMwNy`],zN=[`hasBeenActive`,`isActive`,`UserActivation`,`P)4!9)4"9Mw#y`],BN=[()=>fI,`type`,()=>pI,`request`,`WakeLock`,'PPn!2"8n#`1$Mw%y'],VN=[()=>IS,`files`,`text`,`title`,`url`,`ShareData`,`Pn!F4"8&4#8&4$8&4%8Mw&y`],HN=[`software`,`sysex`,`MIDIOptions`,`P)4!8)4"8Mw#y`],UN=[()=>Xb,()=>mI,`inputs`,0,`this`,()=>DT,`ev`,``,`onstatechange`,()=>hI,`outputs`,`sysexEnabled`,`type`,0,()=>gI,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>gI,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`MIDIAccess`,`Pn!n"4#9PPn$2%n&2'"/(,J4)n*4+9)4,9P"2-Pn.2%n/"f2'"/(20P)n1J228$13P&2-n420P)n5J228$13P"2-Pn62%n7"f2'"/(20P)n8J228$19P&2-n:20P)n;J228$19Mw<y`],WN=[()=>_I,`audioCapabilities`,()=>vI,`distinctiveIdentifier`,`initDataTypes`,`label`,()=>vI,`persistentState`,`sessionTypes`,()=>_I,`videoCapabilities`,`MediaKeySystemConfiguration`,`Pn!F4"8n#4$8&F4%8&4&8n'4(8&F4)8n*F4+8Mw,y`],GN=[`keySystem`,()=>VM,`createMediaKeys`,()=>WN,`getConfiguration`,`MediaKeySystemAccess`,'P&4!9Pn"`1#Pn$1%Mw&y'],KN=[()=>Tw,()=>yI,`BodyInit`,`Pn!n"Jw#y`],qN=[`VibratePattern`,`P''FJw!y`],JN=[`domain`,`name`,`partitioned`,`path`,`CookieStoreDeleteOptions`,`PP&,J4!8&4")4#8&4$8Mw%y`],YN=[`name`,`url`,`CookieStoreGetOptions`,`P&4!8&4"8Mw#y`],XN=[()=>Hk,`CookieList`,`n!Fw"y`],ZN=[`domain`,()=>Ew,`expires`,`name`,`partitioned`,`path`,()=>bI,`sameSite`,`value`,`CookieInit`,`PP&,J4!8Pn",J4#8&4$)4%8&4&8n'4(8&4)Mw*y`],QN=[()=>yT,`change`,`CookieStoreEventMap`,`Pn!4"Mw#y`],$N=[`auto`,`manual`,`ScrollRestoration`,`P.!."Jw#y`],eP=[()=>Xb,`angle`,0,`this`,()=>Tx,`ev`,``,`onchange`,()=>xI,`type`,`unlock`,0,()=>SI,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>SI,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`ScreenOrientation`,`Pn!'4"9PPn#2$n%2&"/',J4(n)4*9P$1+P"2*Pn,2$n-"f2&"/'2.P)n/J208$11P&2*n22.P)n3J208$11P"2*Pn42$n5"f2&"/'2.P)n6J208$17P&2*n82.P)n9J208$17Mw:y`],tP=[()=>Tx,`voiceschanged`,`SpeechSynthesisEventMap`,`Pn!4"Mw#y`],nP=[()=>Tx,`resize`,()=>Tx,`scroll`,`VisualViewportEventMap`,`Pn!4"n#4$Mw%y`],rP=[()=>jT,`change`,`MediaQueryListEventMap`,`Pn!4"Mw#y`],iP=[`MediaSourceHandle`,`PMw!y`],aP=[`I`,`O`,()=>Tw,`readable`,()=>lk,`writable`,`TransformStream`,`"c!"c"Pe""o#"4$9e"!o%"4&9Mw'y`],oP=[`duration`,()=>CI,`format`,`numberOfChannels`,`numberOfFrames`,`sampleRate`,`timestamp`,()=>wI,`options`,`allocationSize`,0,`clone`,`close`,()=>fw,`destination`,()=>wI,`copyTo`,`AudioData`,`P'4!9Pn",J4#9'4$9'4%9'4&9'4'9Pn(2)'1*Pn+1,P$1-Pn.2/n02)$11Mw2y`],sP=[`didTimeout`,()=>Ew,`timeRemaining`,`IdleDeadline`,`P)4!9Pn"1#Mw$y`],cP=[`kind`,`type`,()=>IS,`getAsFile`,()=>TI,`callback`,`getAsString`,()=>wA,`webkitGetAsEntry`,`DataTransferItem`,`P&4!9&4"9PPn#,J1$PPn%,J2&$1'PPn(,J1)Mw*y`],lP=[()=>JO,`exact`,`ideal`,`ConstrainDoubleRange`,`Pn!'4"8'4#8Mw$y`],uP=[`exact`,`ideal`,`ConstrainBooleanParameters`,`P)4!8)4"8Mw#y`],dP=[()=>YO,`exact`,`ideal`,`ConstrainULongRange`,`Pn!'4"8'4#8Mw$y`],fP=[`exact`,`ideal`,`ConstrainDOMStringParameters`,`PP&&FJ4!8P&&FJ4"8Mw#y`],pP=[`bt470bg`,`bt709`,`rgb`,`smpte170m`,`VideoMatrixCoefficients`,`P.!.".#.$Jw%y`],mP=[`bt470bg`,`bt709`,`smpte170m`,`VideoColorPrimaries`,`P.!.".#Jw$y`],hP=[`bt709`,`iec61966-2-1`,`smpte170m`,`VideoTransferCharacteristics`,`P.!.".#Jw$y`],gP=[`fullRange`,()=>pP,`matrix`,()=>mP,`primaries`,()=>hP,`transfer`,`VideoColorSpaceInit`,`PP),J4!8Pn",J4#8Pn$,J4%8Pn&,J4'8Mw(y`],_P=[`height`,`width`,`x`,`y`,`DOMRectInit`,`P'4!8'4"8'4#8'4$8Mw%y`],vP=[`T`,!1,`done`,`value`,`ReadableStreamReadValueResult`,`b!P."4#e"!4$Mw%y`],yP=[`T`,!0,`done`,`value`,`ReadableStreamReadDoneResult`,`b!P."4#Pe#!-J4$Mw%y`],bP=[`alternate`,`alternate-reverse`,`normal`,`reverse`,`PlaybackDirection`,`P.!.".#.$Jw%y`],xP=[`auto`,`backwards`,`both`,`forwards`,`none`,`FillMode`,`P.!.".#.$.%Jw&y`],SP=[()=>Ij,`unit`,`value`,`CSSUnitValue`,`Pn!&4"9'4#Mw$y`],CP=[()=>EI,()=>DI,`values`,`CSSMathSum`,`Pn!n"4#9Mw$y`],wP=[`angle`,`flex`,`frequency`,`length`,`percent`,()=>OI,`percentHint`,`resolution`,`time`,`CSSNumericType`,`P'4!8'4"8'4#8'4$8'4%8n&4'8'4(8'4)8Mw*y`],TP=[`length`,`numberOfItems`,`newItem`,`appendItem`,`clear`,`index`,`getItem`,`initialize`,`insertItemBefore`,`removeItem`,`replaceItem`,`SVGStringList`,`P'4!9'4"9P&2#&1$P$1%P'2&&1'P&2#&1(P&2#'2&&1)P'2&&1*P&2#'2&&1+'&LMw,y`],EP=[`dual-rumble`,`trigger-rumble`,`GamepadHapticEffectType`,`P.!."Jw#y`],DP=[`duration`,`leftTrigger`,`rightTrigger`,`startDelay`,`strongMagnitude`,`weakMagnitude`,`GamepadEffectParameters`,`P'4!8'4"8'4#8'4$8'4%8'4&8Mw'y`],OP=[`complete`,`preempted`,`GamepadHapticsResult`,`P.!."Jw#y`],kP=[()=>MT,`message`,()=>MT,`messageerror`,`MessageEventTargetEventMap`,`Pn!4"n#4$Mw%y`],AP=[0,`this`,()=>Ow,`ev`,``,`onerror`,`type`,0,()=>kI,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>kI,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`AbstractWorker`,`PPPn!2"n#2$"/%,J4&P"2'Pn(2"n)"f2$"/%2*P)n+J2,8$1-P&2'n.2*P)n/J2,8$1-P"2'Pn02"n1"f2$"/%2*P)n2J2,8$13P&2'n42*P)n5J2,8$13Mw6y`],jP=[`activated`,`activating`,`installed`,`installing`,`parsed`,`redundant`,`ServiceWorkerState`,`P.!.".#.$.%.&Jw'y`],MP=[()=>kI,()=>Tx,`statechange`,`ServiceWorkerEventMap`,`Pn!n"4#Mw$y`],NP=[()=>Tx,`dispose`,`NavigationHistoryEntryEventMap`,`Pn!4"Mw#y`],PP=[()=>dM,`additionalDisplayItems`,`data`,`supportedMethods`,()=>dM,`total`,`PaymentDetailsModifier`,`Pn!F4"8"4#8&4$n%4&8Mw'y`],FP=[()=>IP,`amount`,`id`,`label`,`selected`,`PaymentShippingOption`,`Pn!4"&4#&4$)4%8Mw&y`],IP=[`currency`,`value`,`PaymentCurrencyAmount`,`P&4!&4"Mw#y`],LP=[`RTCRtpScriptTransform`,`PMw!y`],RP=[()=>Xb,()=>AI,`gatheringState`,0,`this`,()=>Tx,`ev`,``,`ongatheringstatechange`,0,()=>Tx,`onselectedcandidatepairchange`,0,()=>Tx,`onstatechange`,()=>jI,`state`,()=>MI,`getSelectedCandidatePair`,`type`,0,()=>NI,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>NI,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`RTCIceTransport`,`Pn!n"4#9PPn$2%n&2'"/(,J4)PPn*2%n+2'"/(,J4,PPn-2%n.2'"/(,J4/n0419PPn2,J13P"24Pn52%n6"f2'"/(27P)n8J298$1:P&24n;27P)n<J298$1:P"24Pn=2%n>"f2'"/(27P)n?J298$1@P&24nA27P)nBJ298$1@MwCy`],zP=[`closed`,`connected`,`connecting`,`failed`,`new`,`RTCDtlsTransportState`,`P.!.".#.$.%Jw&y`],BP=[()=>WT,`error`,()=>Tx,`statechange`,`RTCDtlsTransportEventMap`,`Pn!4"n#4$Mw%y`],VP=[()=>PI,`codecs`,()=>FI,`headerExtensions`,()=>II,`rtcp`,`RTCRtpParameters`,`Pn!F4"n#F4$n%4&Mw'y`],HP=[()=>Xb,`canInsertDTMF`,0,`this`,()=>HT,`ev`,``,`ontonechange`,`toneBuffer`,`tones`,`duration`,`interToneGap`,`insertDTMF`,`type`,0,()=>LI,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>LI,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`RTCDTMFSender`,`Pn!)4"9PPn#2$n%2&"/',J4(&4)9P&2*'2+8'2,8$1-P"2.Pn/2$n0"f2&"/'21P)n2J238$14P&2.n521P)n6J238$14P"2.Pn72$n8"f2&"/'21P)n9J238$1:P&2.n;21P)n<J238$1:Mw=y`],UP=[()=>VP,()=>RI,`degradationPreference`,()=>zI,`encodings`,`transactionId`,`RTCRtpSendParameters`,`Pn!n"4#8n$F4%&4&Mw'y`],WP=[`RTCSetParameterOptions`,`PMw!y`],GP=[()=>Tx,`enter`,()=>Tx,`exit`,`TextTrackCueEventMap`,`Pn!4"n#4$Mw%y`],KP=[`persistent-license`,`temporary`,`MediaKeySessionType`,`P.!."Jw#y`],qP=[()=>Xb,()=>BI,`closed`,`expiration`,()=>VI,`keyStatuses`,0,`this`,()=>Tx,`ev`,``,`onkeystatuseschange`,0,()=>AT,`onmessage`,`sessionId`,`close`,`initDataType`,()=>XP,`initData`,`generateRequest`,`load`,`remove`,()=>XP,`response`,`update`,`type`,0,()=>HI,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>HI,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`MediaKeySession`,'Pn!n"`4#9\'4$9n%4&9PPn\'2(n)2*"/+,J4,PPn-2(n.2*"/+,J4/&409P$`11P&22n324$`15P&20)`16P$`17Pn829$`1:P"2;Pn<2(n="f2*"/+2>P)n?J2@8$1AP&2;nB2>P)nCJ2@8$1AP"2;PnD2(nE"f2*"/+2>P)nFJ2@8$1GP&2;nH2>P)nIJ2@8$1GMwJy'],JP=[`minHdcpVersion`,`MediaKeysPolicy`,`P&4!8Mw"y`],YP=[`expired`,`internal-error`,`output-downscaled`,`output-restricted`,`released`,`status-pending`,`usable`,`usable-in-future`,`MediaKeyStatus`,`P.!.".#.$.%.&.'.(Jw)y`],XP=[()=>pw,`BufferSource`,`P_o!"_Jw"y`],ZP=[`connected`,`connecting`,`disconnected`,`RemotePlaybackState`,`P.!.".#Jw$y`],QP=[`available`,``,`RemotePlaybackAvailabilityCallback`,`PP)2!$v"Mw#y`],$P=[()=>Tx,`connect`,()=>Tx,`connecting`,()=>Tx,`disconnect`,`RemotePlaybackEventMap`,`Pn!4"n#4$n%4&Mw'y`],eF=[()=>Xb,()=>UI,`activeSourceBuffers`,`duration`,0,`this`,()=>Tx,`ev`,``,`onsourceclose`,0,()=>Tx,`onsourceended`,0,()=>Tx,`onsourceopen`,()=>WI,`readyState`,()=>UI,`sourceBuffers`,`type`,()=>GI,`addSourceBuffer`,`clearLiveSeekableRange`,()=>KI,`error`,`endOfStream`,()=>GI,`sourceBuffer`,`removeSourceBuffer`,`start`,`end`,`setLiveSeekableRange`,0,()=>qI,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>qI,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`MediaSource`,`Pn!n"4#9'4$PPn%2&n'2("/),J4*PPn+2&n,2("/),J4-PPn.2&n/2("/),J40n1429n3449P&25n617P$18Pn92:8$1;Pn<2=$1>P'2?'2@$1AP"25PnB2&nC"f2("/)2DP)nEJ2F8$1GP&25nH2DP)nIJ2F8$1GP"25PnJ2&nK"f2("/)2DP)nLJ2F8$1MP&25nN2DP)nOJ2F8$1MMwPy`],tF=[()=>QT,`addtrack`,()=>Tx,`change`,()=>QT,`removetrack`,`TextTrackListEventMap`,`Pn!4"n#4$n%4&Mw'y`],nF=`additional-name address-level1 address-level2 address-level3 address-level4 address-line1 address-line2 address-line3 bday-day bday-month bday-year cc-csc cc-exp cc-exp-month cc-exp-year cc-family-name cc-given-name cc-name cc-number cc-type country country-name current-password family-name given-name honorific-prefix honorific-suffix name new-password one-time-code organization postal-code street-address transaction-amount transaction-currency username AutoFillNormalField P.!.".#.$.%.&.'.(.).*.+.,.-.../.0.1.2.3.4.5.6.7.8.9.:.;.<.=.>.?.@.A.B.C.DJwEy`.split(` `),rF=[`home`,`mobile`,`work`,`AutoFillContactKind`,`P.!.".#Jw$y`],iF=[`email`,`tel`,`tel-area-code`,`tel-country-code`,`tel-extension`,`tel-local`,`tel-local-prefix`,`tel-local-suffix`,`tel-national`,`AutoFillContactField`,`P.!.".#.$.%.&.'.(.)Jw*y`],aF=[()=>wA,()=>JI,`createReader`,`path`,()=>YI,`options`,()=>$M,`successCallback`,()=>eN,`errorCallback`,`getDirectory`,()=>YI,()=>$M,()=>eN,`getFile`,`FileSystemDirectoryEntry`,`Pn!Pn"1#PP&,J2$8n%2&8n'2(8n)2*8$1+PP&,J2$8n,2&8n-2(8n.2*8$1/Mw0y`],oF=[`length`,`numberOfItems`,()=>Pk,`newItem`,()=>Pk,`appendItem`,`clear`,`index`,()=>Pk,`getItem`,()=>Pk,()=>Pk,`initialize`,()=>Pk,()=>Pk,`insertItemBefore`,()=>Pk,`removeItem`,()=>Pk,()=>Pk,`replaceItem`,()=>Pk,`SVGLengthList`,`P'4!9'4"9Pn#2$n%1&P$1'P'2(n)1*Pn+2$n,1-Pn.2$'2(n/10P'2(n112Pn32$'2(n415'n6LMw7y`],sF=[()=>XI,`cacheName`,`MultiCacheQueryOptions`,`Pn!&4"8Mw#y`],cF=[()=>mN,()=>sE,`request`,`add`,()=>mN,`requests`,`addAll`,()=>mN,()=>sE,()=>XI,`options`,`delete`,()=>mN,()=>sE,()=>XI,()=>Mw,()=>TF,`keys`,()=>mN,()=>sE,()=>XI,()=>gN,`match`,()=>mN,()=>sE,()=>XI,()=>Mw,()=>gN,`matchAll`,()=>mN,()=>sE,()=>gN,`response`,`put`,`Cache`,'PPPn!n"J2#$`1$Pn%F2&$`1\'PPn(n)J2#n*2+8)`1,PPn-n.J2#8n/2+8n1o0"`12PPn3n4J2#n52+8Pn6-J`17PPn8n9J2#8n:2+8n<o;"`1=PPn>n?J2#n@2A$`1BMwCy'],lF=[()=>ZI,()=>QI,()=>$I,()=>eL,()=>tL,`algorithm`,()=>nL,`key`,()=>XP,`data`,`decrypt`,()=>ZI,()=>rL,()=>iL,()=>aL,()=>nL,`baseKey`,`length`,`deriveBits`,()=>ZI,()=>rL,()=>iL,()=>aL,()=>nL,()=>ZI,()=>oL,()=>sL,()=>iL,()=>aL,`derivedKeyType`,`extractable`,()=>cL,`keyUsages`,()=>nL,`deriveKey`,()=>ZI,()=>XP,`digest`,()=>ZI,()=>QI,()=>$I,()=>eL,()=>tL,()=>nL,()=>XP,`encrypt`,`jwk`,`format`,()=>nL,()=>lL,`exportKey`,()=>uL,()=>dL,`jwk`,()=>nL,()=>dL,()=>nL,()=>lL,`Ed25519`,`Ed25519`,`name`,()=>Mw,`sign`,`verify`,()=>fL,`generateKey`,()=>pL,()=>mL,()=>Mw,()=>cL,()=>fL,()=>hL,()=>gL,()=>aL,()=>Mw,()=>cL,()=>nL,()=>ZI,()=>cL,()=>fL,()=>nL,`jwk`,()=>lL,`keyData`,()=>ZI,()=>_L,()=>vL,()=>sL,()=>yL,()=>Mw,()=>cL,()=>nL,`importKey`,()=>uL,()=>dL,`jwk`,()=>XP,()=>ZI,()=>_L,()=>vL,()=>sL,()=>yL,()=>cL,()=>nL,()=>ZI,()=>bL,()=>xL,()=>nL,()=>XP,`sign`,()=>dL,()=>XP,`wrappedKey`,()=>nL,`unwrappingKey`,()=>ZI,()=>QI,()=>$I,()=>eL,()=>tL,`unwrapAlgorithm`,()=>ZI,()=>_L,()=>vL,()=>sL,()=>yL,`unwrappedKeyAlgorithm`,()=>cL,()=>nL,`unwrapKey`,()=>ZI,()=>bL,()=>xL,()=>nL,()=>XP,`signature`,()=>XP,`verify`,()=>dL,()=>nL,()=>nL,`wrappingKey`,()=>ZI,()=>QI,()=>$I,()=>eL,()=>tL,`wrapAlgorithm`,`wrapKey`,`SubtleCrypto`,'PPPn!n"n#n$n%J2&n\'2(n)2*_`1+PPn,n-n.n/J2&n021P\',J228_`13PPn4n5n6n7J2&n821Pn9n:n;n<n=J2>)2?n@F2AnB`1CPnD2&nE2*_`1FPPnGnHnInJnKJ2&nL2(nM2*_`1NP.O2PnQ2(nR`1SPnU.VoT#2PnW2(_`1SPnX2PnY2(P_nZJ`1SPP.[P.\\4]MJ2&)2?P._.`Jo^"2Ana`1bPPncndJ2&)2?nfoe"2Ang`1bPPnhninjJ2&)2?nlok"2Anm`1bPnn2&)2?noF2APnpnqJ`1bP.r2Pns2tPnunvnwnxnyJ2&)2?n{oz"2An|`1}Pn.o~#2Pn2tPnnnn
nJ2&)2?nF2An`1}PPnnnJ2&n2(n2*_`1Pn2Pn2n2PnnnnnJ2PnnnnnJ2)2?n\xA0F2An¡`1¢PPn£n¤n¥J2&n¦2(n§2¨n©2*)`1ªPn«2Pn¬2(n2®Pn¯n°n±n²n³J2´_`1µMw¶y'],uF=[`name`,`version`,`IDBDatabaseInfo`,`P&4!8'4"8Mw#y`],dF=[()=>SL,()=>CL,0,`this`,()=>ET,`ev`,``,`onblocked`,0,()=>ET,`onupgradeneeded`,`type`,0,()=>wL,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>wL,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`IDBOpenDBRequest`,`Pn"o!"PPn#2$n%2&"/',J4(PPn)2$n*2&"/',J4+P"2,Pn-2$n."f2&"/'2/P)n0J218$12P&2,n32/P)n4J218$12P"2,Pn52$n6"f2&"/'2/P)n7J218$18P&2,n92/P)n:J218$18Mw;y`],fF=[`value`,`key`,0,`parent`,``,`callbackfn`,`thisArg`,`forEach`,`EventCounts`,`PPP'2!&2"n#2$$/%2&"2'8$1(Mw)y`],pF=[`redirectCount`,`type`,`toJSON`,0,`TYPE_NAVIGATE`,1,`TYPE_RELOAD`,2,`TYPE_BACK_FORWARD`,255,`TYPE_RESERVED`,`PerformanceNavigation`,`P'4!9'4"9P"1#.$4%9.&4'9.(4)9.*4+9Mw,y`],mF=[`connectEnd`,`connectStart`,`domComplete`,`domContentLoadedEventEnd`,`domContentLoadedEventStart`,`domInteractive`,`domLoading`,`domainLookupEnd`,`domainLookupStart`,`fetchStart`,`loadEventEnd`,`loadEventStart`,`navigationStart`,`redirectEnd`,`redirectStart`,`requestStart`,`responseEnd`,`responseStart`,`secureConnectionStart`,`unloadEventEnd`,`unloadEventStart`,`toJSON`,`PerformanceTiming`,`P'4!9'4"9'4#9'4$9'4%9'4&9'4'9'4(9'4)9'4*9'4+9'4,9'4-9'4.9'4/9'409'419'429'439'449'459P"16Mw7y`],hF=[()=>TL,`PerformanceEntryList`,`n!Fw"y`],gF=[`detail`,()=>Ew,`startTime`,`PerformanceMarkOptions`,`P"4!8n"4#8Mw$y`],_F=[()=>TL,`detail`,`PerformanceMark`,`Pn!"4"9Mw#y`],vF=[`detail`,()=>Ew,`duration`,()=>Ew,`end`,()=>Ew,`start`,`PerformanceMeasureOptions`,`P"4!8n"4#8P&n$J4%8P&n&J4'8Mw(y`],yF=[()=>TL,`detail`,`PerformanceMeasure`,`Pn!"4"9Mw#y`],bF=[()=>Tx,`resourcetimingbufferfull`,`PerformanceEventMap`,`Pn!4"Mw#y`],xF=[`default`,`none`,`ColorSpaceConversion`,`P.!."Jw#y`],SF=[`flipY`,`from-image`,`none`,`ImageOrientation`,`P.!.".#Jw$y`],CF=[`default`,`none`,`premultiply`,`PremultiplyAlpha`,`P.!.".#Jw$y`],wF=[`high`,`low`,`medium`,`pixelated`,`ResizeQuality`,`P.!.".#.$Jw%y`],TF=[()=>MF,()=>EF,`cache`,()=>DF,`credentials`,()=>EL,`destination`,()=>NF,`headers`,`integrity`,`keepalive`,`method`,()=>kF,`mode`,()=>jF,`redirect`,`referrer`,()=>xA,`referrerPolicy`,()=>Nx,`signal`,`url`,0,`clone`,`Request`,`Pn!n"4#9n$4%9n&4'9n(4)9&4*9)4+9&4,9n-4.9n/409&419n2439n4459&469Pn718Mw9y`],EF=[`default`,`force-cache`,`no-cache`,`no-store`,`only-if-cached`,`reload`,`RequestCache`,`P.!.".#.$.%.&Jw'y`],DF=[`include`,`omit`,`same-origin`,`RequestCredentials`,`P.!.".#Jw$y`],OF=[()=>DL,()=>NF,`HeadersInit`,`PP&&GF&&o!#n"Jw#y`],kF=[`cors`,`navigate`,`no-cors`,`same-origin`,`RequestMode`,`P.!.".#.$Jw%y`],AF=[`auto`,`high`,`low`,`RequestPriority`,`P.!.".#Jw$y`],jF=[`error`,`follow`,`manual`,`RequestRedirect`,`P.!.".#Jw$y`],MF=[()=>Tw,`body`,`bodyUsed`,`arrayBuffer`,()=>wx,`blob`,`bytes`,()=>LS,`formData`,`json`,`text`,`Body`,'PPWo!",J4"9)4#9P_`1$Pn%`1&PW`1\'Pn(`1)P"`1*P&`1+Mw,y'],NF=[`name`,`value`,`append`,`delete`,`get`,`getSetCookie`,`has`,`set`,`key`,0,`parent`,``,`callbackfn`,`thisArg`,`forEach`,`Headers`,`PP&2!&2"$1#P&2!$1$P&2!P&,J1%P&F1&P&2!)1'P&2!&2"$1(PP&2"&2)n*2+$/,2-"2.8$1/Mw0y`],PF=[`basic`,`cors`,`default`,`error`,`opaque`,`opaqueredirect`,`ResponseType`,`P.!.".#.$.%.&Jw'y`],FF=[()=>OL,`query`,`name`,()=>kL,`callback`,`request`,()=>AL,`options`,()=>kL,`LockManager`,'PPn!`1"P&2#"o$"2%"`1&P&2#n\'2("o)"2%"`1&Mw*y'],IF=[`length`,`index`,()=>jL,`item`,`name`,()=>jL,`namedItem`,()=>jL,`MimeTypeArray`,`P'4!9P'2"Pn#,J1$P&2%Pn&,J1''n(LMw)y`],LF=[`length`,`index`,()=>ML,`item`,`name`,()=>ML,`namedItem`,`refresh`,()=>ML,`PluginArray`,`P'4!9P'2"Pn#,J1$P&2%Pn&,J1'P$1('n)LMw*y`],RF=[()=>NL,`estimate`,()=>PL,`getDirectory`,`persist`,`persisted`,`StorageManager`,"PPn!`1\"Pn#`1$P)`1%P)`1&Mw'y"],zF=[()=>FL,`ClipboardItems`,`n!Fw"y`],BF=[()=>IL,`publicKey`,()=>Nx,`signal`,`CredentialCreationOptions`,`Pn!4"8n#4$8Mw%y`],VF=[`id`,`type`,`Credential`,`P&4!9&4"9Mw#y`],HF=[()=>LL,`mediation`,()=>RL,`publicKey`,()=>Nx,`signal`,`CredentialRequestOptions`,`Pn!4"8n#4$8n%4&8Mw'y`],UF=[()=>zL,`position`,``,`PositionCallback`,`PPn!2"$v#Mw$y`],WF=[()=>BL,`positionError`,``,`PositionErrorCallback`,`PPn!2"$v#Mw$y`],GF=[`enableHighAccuracy`,`maximumAge`,`timeout`,`PositionOptions`,`P)4!8'4"8'4#8Mw$y`],KF=[`logged-in`,`logged-out`,`LoginStatus`,`P.!."Jw#y`],qF=[()=>VL,()=>HL,`keySystemConfiguration`,()=>UL,`type`,`MediaDecodingConfiguration`,`Pn!n"4#8n$4%Mw&y`],JF=[()=>WL,()=>GN,`keySystemAccess`,`MediaCapabilitiesDecodingInfo`,`Pn!Pn",J4#Mw$y`],YF=[()=>VL,()=>GL,`type`,`MediaEncodingConfiguration`,`Pn!n"4#Mw$y`],XF=[()=>WL,`MediaCapabilitiesEncodingInfo`,`Pn!Mw"y`],ZF=[`deviceId`,`groupId`,()=>KL,`kind`,`label`,`toJSON`,`MediaDeviceInfo`,`P&4!9&4"9n#4$9&4%9P"1&Mw'y`],QF=[()=>BS,`audio`,()=>BS,`video`,`DisplayMediaStreamOptions`,`PP)n!J4"8P)n#J4$8Mw%y`],$F=[`aspectRatio`,`autoGainControl`,`backgroundBlur`,`channelCount`,`deviceId`,`displaySurface`,`echoCancellation`,`facingMode`,`frameRate`,`groupId`,`height`,`noiseSuppression`,`sampleRate`,`sampleSize`,`width`,`MediaTrackSupportedConstraints`,`P)4!8)4"8)4#8)4$8)4%8)4&8)4'8)4(8)4)8)4*8)4+8)4,8)4-8)4.8)4/8Mw0y`],eI=[()=>BS,`audio`,`peerIdentity`,`preferCurrentTab`,()=>BS,`video`,`MediaStreamConstraints`,`PP)n!J4"8&4#8)4$8P)n%J4&8Mw'y`],tI=[()=>Tx,`devicechange`,`MediaDevicesEventMap`,`Pn!4"Mw#y`],nI=[`album`,`artist`,()=>Mw,()=>qL,`artwork`,`title`,`MediaMetadata`,`P&4!&4"n$o#"4%&4&Mw'y`],rI=[`none`,`paused`,`playing`,`MediaSessionPlaybackState`,`P.!.".#Jw$y`],iI=[`nexttrack`,`pause`,`play`,`previoustrack`,`seekbackward`,`seekforward`,`seekto`,`skipad`,`stop`,`MediaSessionAction`,`P.!.".#.$.%.&.'.(.)Jw*y`],aI=[()=>JL,`details`,``,`MediaSessionActionHandler`,`PPn!2"$v#Mw$y`],oI=[`duration`,`playbackRate`,`position`,`MediaPositionState`,`P'4!8'4"8'4#8Mw$y`],sI=[()=>YL,`name`,`PermissionDescriptor`,`Pn!4"Mw#y`],cI=[()=>Xb,`name`,0,`this`,()=>Tx,`ev`,``,`onchange`,()=>XL,`state`,`type`,0,()=>ZL,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>ZL,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`PermissionStatus`,`Pn!&4"9PPn#2$n%2&"/',J4(n)4*9P"2+Pn,2$n-"f2&"/'2.P)n/J208$11P&2+n22.P)n3J208$11P"2+Pn42$n5"f2&"/'2.P)n6J208$17P&2+n82.P)n9J208$17Mw:y`],lI=[()=>Xb,()=>oM,`active`,()=>QL,`cookies`,()=>oM,`installing`,()=>$L,`navigationPreload`,0,`this`,()=>Tx,`ev`,``,`onupdatefound`,()=>eR,`pushManager`,`scope`,()=>tR,`updateViaCache`,()=>oM,`waiting`,()=>nR,`filter`,()=>rR,`getNotifications`,`title`,()=>iR,`options`,`showNotification`,`unregister`,0,`update`,`type`,0,()=>aR,`listener`,()=>Vb,`addEventListener`,()=>Hb,()=>Vb,0,()=>aR,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`ServiceWorkerRegistration`,'Pn!Pn",J4#9n$4%9Pn&,J4\'9n(4)9PPn*2+n,2-"/.,J4/n0419&429n3449Pn5,J469Pn7288n9F`1:P&2;n<2=8$`1>P)`1?Pn@`1AP"2BPnC2+nD"f2-"/.2EP)nFJ2=8$1GP&2BnH2EP)nIJ2=8$1GP"2BPnJ2+nK"f2-"/.2EP)nLJ2=8$1MP&2BnN2EP)nOJ2=8$1MMwPy'],uI=[`scope`,()=>oR,`type`,()=>tR,`updateViaCache`,`RegistrationOptions`,`P&4!8n"4#8n$4%8Mw&y`],dI=[()=>Tx,`controllerchange`,()=>MT,`message`,()=>MT,`messageerror`,`ServiceWorkerContainerEventMap`,`Pn!4"n#4$n%4&Mw'y`],fI=[`screen`,`WakeLockType`,`.!w"y`],pI=[()=>Xb,0,`this`,()=>Tx,`ev`,``,`onrelease`,`released`,()=>fI,`type`,`release`,0,()=>sR,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>sR,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`WakeLockSentinel`,`Pn!PPn"2#n$2%"/&,J4')4(9n)4*9P$\`1+P"2*Pn,2#n-"f2%"/&2.P)n/J208$11P&2*n22.P)n3J208$11P"2*Pn42#n5"f2%"/&2.P)n6J208$17P&2*n82.P)n9J208$17Mw:y`],mI=[()=>cR,`value`,`key`,0,`parent`,``,`callbackfn`,`thisArg`,`forEach`,`MIDIInputMap`,`PPPn!2"&2#n$2%$/&2'"2(8$1)Mw*y`],hI=[()=>lR,`value`,`key`,0,`parent`,``,`callbackfn`,`thisArg`,`forEach`,`MIDIOutputMap`,`PPPn!2"&2#n$2%$/&2'"2(8$1)Mw*y`],gI=[()=>DT,`statechange`,`MIDIAccessEventMap`,`Pn!4"Mw#y`],_I=[`contentType`,`encryptionScheme`,`robustness`,`MediaKeySystemMediaCapability`,`P&4!8P&,J4"8&4#8Mw$y`],vI=[`not-allowed`,`optional`,`required`,`MediaKeysRequirement`,`P.!.".#Jw$y`],yI=[()=>wx,()=>XP,()=>LS,()=>fA,`XMLHttpRequestBodyInit`,`Pn!n"n#n$&Jw%y`],bI=[`lax`,`none`,`strict`,`CookieSameSite`,`P.!.".#Jw$y`],xI=[`landscape-primary`,`landscape-secondary`,`portrait-primary`,`portrait-secondary`,`OrientationType`,`P.!.".#.$Jw%y`],SI=[()=>Tx,`change`,`ScreenOrientationEventMap`,`Pn!4"Mw#y`],CI=[`f32`,`f32-planar`,`s16`,`s16-planar`,`s32`,`s32-planar`,`u8`,`u8-planar`,`AudioSampleFormat`,`P.!.".#.$.%.&.'.(Jw)y`],wI=[()=>CI,`format`,`frameCount`,`frameOffset`,`planeIndex`,`AudioDataCopyToOptions`,`Pn!4"8'4#8'4$8'4%Mw&y`],TI=[`data`,``,`FunctionStringCallback`,`PP&2!$v"Mw#y`],EI=[()=>Ij,()=>uR,`operator`,`CSSMathValue`,`Pn!n"4#9Mw$y`],DI=[`length`,()=>Ij,`value`,`key`,0,`parent`,``,`callbackfn`,`thisArg`,`forEach`,()=>Ij,`CSSNumericArray`,`P'4!9PPn"2#'2$n%2&$/'2("2)8$1*'n+LMw,y`],OI=[`angle`,`flex`,`frequency`,`length`,`percent`,`resolution`,`time`,`CSSNumericBaseType`,`P.!.".#.$.%.&.'Jw(y`],kI=[()=>Ow,`error`,`AbstractWorkerEventMap`,`Pn!4"Mw#y`],AI=[`complete`,`gathering`,`new`,`RTCIceGathererState`,`P.!.".#Jw$y`],jI=[`checking`,`closed`,`completed`,`connected`,`disconnected`,`failed`,`new`,`RTCIceTransportState`,`P.!.".#.$.%.&.'Jw(y`],MI=[()=>rA,`local`,()=>rA,`remote`,`RTCIceCandidatePair`,`Pn!4"n#4$Mw%y`],NI=[()=>Tx,`gatheringstatechange`,()=>Tx,`selectedcandidatepairchange`,()=>Tx,`statechange`,`RTCIceTransportEventMap`,`Pn!4"n#4$n%4&Mw'y`],PI=[()=>jM,`payloadType`,`RTCRtpCodecParameters`,`Pn!'4"Mw#y`],FI=[`encrypted`,`id`,`uri`,`RTCRtpHeaderExtensionParameters`,`P)4!8'4"&4#Mw$y`],II=[`cname`,`reducedSize`,`RTCRtcpParameters`,`P&4!8)4"8Mw#y`],LI=[()=>HT,`tonechange`,`RTCDTMFSenderEventMap`,`Pn!4"Mw#y`],RI=[`balanced`,`maintain-framerate`,`maintain-resolution`,`RTCDegradationPreference`,`P.!.".#Jw$y`],zI=[()=>dR,`active`,`maxBitrate`,`maxFramerate`,()=>fR,`networkPriority`,()=>fR,`priority`,`scaleResolutionDownBy`,`RTCRtpEncodingParameters`,`Pn!)4"8'4#8'4$8n%4&8n'4(8'4)8Mw*y`],BI=[`closed-by-application`,`hardware-context-reset`,`internal-error`,`release-acknowledged`,`resource-evicted`,`MediaKeySessionClosedReason`,`P.!.".#.$.%Jw&y`],VI=[`size`,()=>XP,`keyId`,()=>YP,`get`,()=>XP,`has`,()=>YP,`value`,()=>XP,`key`,0,`parent`,``,`callbackfn`,`thisArg`,`forEach`,`MediaKeyStatusMap`,`P'4!9Pn"2#Pn$-J1%Pn&2#)1'PPn(2)n*2+n,2-$/.2/"208$11Mw2y`],HI=[()=>Tx,`keystatuseschange`,()=>AT,`message`,`MediaKeySessionEventMap`,`Pn!4"n#4$Mw%y`],UI=[()=>Xb,`length`,0,`this`,()=>Tx,`ev`,``,`onaddsourcebuffer`,0,()=>Tx,`onremovesourcebuffer`,`type`,0,()=>pR,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>pR,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,()=>GI,`SourceBufferList`,`Pn!'4"9PPn#2$n%2&"/',J4(PPn)2$n*2&"/',J4+P"2,Pn-2$n."f2&"/'2/P)n0J218$12P&2,n32/P)n4J218$12P"2,Pn52$n6"f2&"/'2/P)n7J218$18P&2,n92/P)n:J218$18'n;LMw<y`],WI=[`closed`,`ended`,`open`,`ReadyState`,`P.!.".#Jw$y`],GI=[()=>Xb,`appendWindowEnd`,`appendWindowStart`,()=>zM,`buffered`,()=>mR,`mode`,0,`this`,()=>Tx,`ev`,``,`onabort`,0,()=>Tx,`onerror`,0,()=>Tx,`onupdate`,0,()=>Tx,`onupdateend`,0,()=>Tx,`onupdatestart`,`timestampOffset`,`updating`,`abort`,()=>XP,`data`,`appendBuffer`,`type`,`changeType`,`start`,`end`,`remove`,0,()=>hR,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>hR,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`SourceBuffer`,`Pn!'4"'4#n$4%9n&4'PPn(2)n*2+"/,,J4-PPn.2)n/2+"/,,J40PPn12)n22+"/,,J43PPn42)n52+"/,,J46PPn72)n82+"/,,J49'4:)4;9P$1<Pn=2>$1?P&2@$1AP'2B'2C$1DP"2@PnE2)nF"f2+"/,2GP)nHJ2I8$1JP&2@nK2GP)nLJ2I8$1JP"2@PnM2)nN"f2+"/,2GP)nOJ2I8$1PP&2@nQ2GP)nRJ2I8$1PMwSy`],KI=[`decode`,`network`,`EndOfStreamError`,`P.!."Jw#y`],qI=[()=>Tx,`sourceclose`,()=>Tx,`sourceended`,()=>Tx,`sourceopen`,`MediaSourceEventMap`,`Pn!4"n#4$n%4&Mw'y`],JI=[()=>gR,`successCallback`,()=>eN,`errorCallback`,`readEntries`,`FileSystemDirectoryReader`,`PPn!2"n#2$8$1%Mw&y`],YI=[`create`,`exclusive`,`FileSystemFlags`,`P)4!8)4"8Mw#y`],XI=[`ignoreMethod`,`ignoreSearch`,`ignoreVary`,`CacheQueryOptions`,`P)4!8)4"8)4#8Mw$y`],ZI=[()=>_R,`AlgorithmIdentifier`,`Pn!&Jw"y`],QI=[()=>_R,()=>XP,`label`,`RsaOaepParams`,`Pn!n"4#8Mw$y`],$I=[()=>_R,()=>XP,`counter`,`length`,`AesCtrParams`,`Pn!n"4#'4$Mw%y`],eL=[()=>_R,()=>XP,`iv`,`AesCbcParams`,`Pn!n"4#Mw$y`],tL=[()=>_R,()=>XP,`additionalData`,()=>XP,`iv`,`tagLength`,`AesGcmParams`,`Pn!n"4#8n$4%'4&8Mw'y`],nL=[()=>vR,`algorithm`,`extractable`,()=>yR,`type`,()=>cL,`usages`,`CryptoKey`,`Pn!4"9)4#9n$4%9n&F4'9Mw(y`],rL=[()=>_R,()=>nL,`public`,`EcdhKeyDeriveParams`,`Pn!n"4#Mw$y`],iL=[()=>_R,()=>bR,`hash`,()=>XP,`info`,()=>XP,`salt`,`HkdfParams`,`Pn!n"4#n$4%n&4'Mw(y`],aL=[()=>_R,()=>bR,`hash`,`iterations`,()=>XP,`salt`,`Pbkdf2Params`,`Pn!n"4#'4$n%4&Mw'y`],oL=[()=>_R,`length`,`AesDerivedKeyParams`,`Pn!'4"Mw#y`],sL=[()=>_R,()=>bR,`hash`,`length`,`HmacImportParams`,`Pn!n"4#'4$8Mw%y`],cL=[`decrypt`,`deriveBits`,`deriveKey`,`encrypt`,`sign`,`unwrapKey`,`verify`,`wrapKey`,`KeyUsage`,`P.!.".#.$.%.&.'.(Jw)y`],lL=[`alg`,`crv`,`d`,`dp`,`dq`,`e`,`ext`,`k`,`key_ops`,`kty`,`n`,()=>xR,`oth`,`p`,`q`,`qi`,`use`,`x`,`y`,`JsonWebKey`,`P&4!8&4"8&4#8&4$8&4%8&4&8)4'8&4(8&F4)8&4*8&4+8n,F4-8&4.8&4/8&408&418&428&438Mw4y`],uL=[`T`,`U`,`Exclude`,`l6!Re$!RPe#!e$"qk#%QRb!b"Pde"!p)w#y`],dL=[`jwk`,`pkcs8`,`raw`,`spki`,`KeyFormat`,`P.!.".#.$Jw%y`],fL=[()=>nL,`privateKey`,()=>nL,`publicKey`,`CryptoKeyPair`,`Pn!4"n#4$Mw%y`],pL=[()=>SR,()=>bR,`hash`,`RsaHashedKeyGenParams`,`Pn!n"4#Mw$y`],mL=[()=>_R,()=>CR,`namedCurve`,`EcKeyGenParams`,`Pn!n"4#Mw$y`],hL=[()=>_R,`length`,`AesKeyGenParams`,`Pn!'4"Mw#y`],gL=[()=>_R,()=>bR,`hash`,`length`,`HmacKeyGenParams`,`Pn!n"4#'4$8Mw%y`],_L=[()=>_R,()=>bR,`hash`,`RsaHashedImportParams`,`Pn!n"4#Mw$y`],vL=[()=>_R,()=>CR,`namedCurve`,`EcKeyImportParams`,`Pn!n"4#Mw$y`],yL=[()=>vR,`length`,`AesKeyAlgorithm`,`Pn!'4"Mw#y`],bL=[()=>_R,`saltLength`,`RsaPssParams`,`Pn!'4"Mw#y`],xL=[()=>_R,()=>bR,`hash`,`EcdsaParams`,`Pn!n"4#Mw$y`],SL=[`T`,()=>Xb,()=>gM,`error`,0,`this`,()=>Tx,`ev`,``,`onerror`,0,()=>Tx,`onsuccess`,()=>wR,`readyState`,`result`,()=>TR,()=>ER,()=>DR,`source`,()=>OR,`transaction`,`type`,0,()=>kR,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>kR,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`IDBRequest`,`"c!Pn"Pn#,J4$9PPe$!o%"2&n'2("/),J4*PPe$!o+"2&n,2("/),J4-n.4/9e"!409Pn1n2n3J449Pn5,J469P"27Pe$!o8"2&n9"f2("/)2:P)n;J2<8$1=P&27n>2:P)n?J2<8$1=P"27Pe$!o@"2&nA"f2("/)2:P)nBJ2<8$1CP&27nD2:P)nEJ2<8$1CMwFy`],CL=[()=>Xb,`name`,()=>AR,`objectStoreNames`,0,`this`,()=>Tx,`ev`,``,`onabort`,0,()=>Tx,`onclose`,0,()=>Tx,`onerror`,0,()=>ET,`onversionchange`,`version`,`close`,()=>jR,`options`,()=>TR,`createObjectStore`,`deleteObjectStore`,`storeNames`,()=>MR,`mode`,()=>NR,()=>OR,`transaction`,`type`,0,()=>PR,`listener`,()=>Vb,`addEventListener`,()=>Hb,()=>Vb,0,()=>PR,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`IDBDatabase`,`Pn!&4"9n#4$9PPn%2&n'2("/),J4*PPn+2&n,2("/),J4-PPn.2&n/2("/),J40PPn12&n22("/),J43'449P$15P&2"n6278n819P&2"$1:PP&&FJ2;n<2=8n>278n?1@P"2APnB2&nC"f2("/)2DP)nEJ278$1FP&2AnG2DP)nHJ278$1FP"2APnI2&nJ"f2("/)2DP)nKJ278$1LP&2AnM2DP)nNJ278$1LMwOy`],wL=[()=>kR,()=>ET,`blocked`,()=>ET,`upgradeneeded`,`IDBOpenDBRequestEventMap`,`Pn!n"4#n$4%Mw&y`],TL=[()=>Ew,`duration`,`entryType`,`name`,()=>Ew,`startTime`,`toJSON`,`PerformanceEntry`,`Pn!4"9&4#9&4$9n%4&9P"1'Mw(y`],EL=[``,`audio`,`audioworklet`,`document`,`embed`,`font`,`frame`,`iframe`,`image`,`manifest`,`object`,`paintworklet`,`report`,`script`,`sharedworker`,`style`,`track`,`video`,`worker`,`xslt`,`RequestDestination`,`P.!.".#.$.%.&.'.(.).*.+.,.-.../.0.1.2.3.4Jw5y`],DL=[`K`,`T`,`Record`,`l'e#"Rb!b"Pde"!N#!w#y`],OL=[()=>FR,`held`,()=>FR,`pending`,`LockManagerSnapshot`,`Pn!F4"8n#F4$8Mw%y`],kL=[`T`,()=>IR,`lock`,``,`LockGrantedCallback`,`b!PPPn",J2#e#!v$Mw%y`],AL=[`ifAvailable`,()=>LR,`mode`,()=>Nx,`signal`,`steal`,`LockOptions`,`P)4!8n"4#8n$4%8)4&8Mw'y`],jL=[`description`,()=>ML,`enabledPlugin`,`suffixes`,`type`,`MimeType`,`P&4!9n"4#9&4$9&4%9Mw&y`],ML=[`description`,`filename`,`length`,`name`,`index`,()=>jL,`item`,()=>jL,`namedItem`,()=>jL,`Plugin`,`P&4!9&4"9'4#9&4$9P'2%Pn&,J1'P&2$Pn(,J1)'n*LMw+y`],NL=[`quota`,`usage`,`StorageEstimate`,`P'4!8'4"8Mw#y`],PL=[()=>RR,`directory`,`kind`,`name`,()=>zR,`options`,0,`getDirectoryHandle`,()=>BR,()=>VR,`getFileHandle`,()=>HR,`removeEntry`,()=>RR,`possibleDescendant`,`resolve`,`FileSystemDirectoryHandle`,"Pn!.\"4#9P&2$n%2&8n'`1(P&2$n)2&8n*`1+P&2$n,2&8$`1-Pn.2/P&F,J`10Mw1y"],FL=[()=>UR,`presentationStyle`,()=>Mw,`types`,`type`,()=>wx,`getType`,`ClipboardItem`,`Pn!4"9&o#"4$9P&2%n&\`1'Mw(y`],IL=[()=>WR,`attestation`,()=>GR,`authenticatorSelection`,()=>XP,`challenge`,()=>KR,`excludeCredentials`,()=>qR,`extensions`,()=>JR,`pubKeyCredParams`,()=>YR,`rp`,`timeout`,()=>XR,`user`,`PublicKeyCredentialCreationOptions`,`Pn!4"8n#4$8n%4&n'F4(8n)4*8n+F4,n-4.'4/8n041Mw2y`],LL=[`conditional`,`optional`,`required`,`silent`,`CredentialMediationRequirement`,`P.!.".#.$Jw%y`],RL=[()=>KR,`allowCredentials`,()=>XP,`challenge`,()=>qR,`extensions`,`rpId`,`timeout`,()=>ZR,`userVerification`,`PublicKeyCredentialRequestOptions`,`Pn!F4"8n#4$n%4&8&4'8'4(8n)4*8Mw+y`],zL=[()=>QR,`coords`,()=>$R,`timestamp`,`toJSON`,`GeolocationPosition`,`Pn!4"9n#4$9P"1%Mw&y`],BL=[`code`,`message`,1,`PERMISSION_DENIED`,2,`POSITION_UNAVAILABLE`,3,`TIMEOUT`,`GeolocationPositionError`,`P'4!9&4"9.#4$9.%4&9.'4(9Mw)y`],VL=[()=>ez,`audio`,()=>tz,`video`,`MediaConfiguration`,`Pn!4"8n#4$8Mw%y`],HL=[()=>nz,`audio`,()=>vI,`distinctiveIdentifier`,`initDataType`,`keySystem`,()=>vI,`persistentState`,`sessionTypes`,()=>nz,`video`,`MediaCapabilitiesKeySystemConfiguration`,`Pn!4"8n#4$8&4%8&4&n'4(8&F4)8n*4+8Mw,y`],UL=[`file`,`media-source`,`webrtc`,`MediaDecodingType`,`P.!.".#Jw$y`],WL=[`powerEfficient`,`smooth`,`supported`,`MediaCapabilitiesInfo`,`P)4!)4")4#Mw$y`],GL=[`record`,`webrtc`,`MediaEncodingType`,`P.!."Jw#y`],KL=[`audioinput`,`audiooutput`,`videoinput`,`MediaDeviceKind`,`P.!.".#Jw$y`],qL=[`sizes`,`src`,`type`,`MediaImage`,`P&4!8&4"&4#8Mw$y`],JL=[()=>iI,`action`,`fastSeek`,`seekOffset`,`seekTime`,`MediaSessionActionDetails`,`Pn!4")4#8'4$8'4%8Mw&y`],YL=[`camera`,`geolocation`,`microphone`,`midi`,`notifications`,`persistent-storage`,`push`,`screen-wake-lock`,`storage-access`,`PermissionName`,`P.!.".#.$.%.&.'.(.)Jw*y`],XL=[`denied`,`granted`,`prompt`,`PermissionState`,`P.!.".#Jw$y`],ZL=[()=>Tx,`change`,`PermissionStatusEventMap`,`Pn!4"Mw#y`],QL=[()=>YN,`getSubscriptions`,()=>YN,`subscriptions`,`subscribe`,()=>YN,`unsubscribe`,`CookieStoreManager`,"PPn!F`1\"Pn#F2$$`1%Pn&F2$$`1'Mw(y"],$L=[`disable`,`enable`,()=>rz,`getState`,`value`,`setHeaderValue`,`NavigationPreloadManager`,"PP$`1!P$`1\"Pn#`1$P&2%$`1&Mw'y"],eR=[()=>iz,`getSubscription`,()=>az,`options`,()=>XL,`permissionState`,()=>az,()=>iz,`subscribe`,`PushManager`,"PPPn!,J`1\"Pn#2$8n%`1&Pn'2$8n(`1)Mw*y"],tR=[`all`,`imports`,`none`,`ServiceWorkerUpdateViaCache`,`P.!.".#Jw$y`],nR=[`tag`,`GetNotificationOptions`,`P&4!8Mw"y`],rR=[()=>Xb,`badge`,`body`,`data`,()=>oz,`dir`,`icon`,`lang`,0,`this`,()=>Tx,`ev`,``,`onclick`,0,()=>Tx,`onclose`,0,()=>Tx,`onerror`,0,()=>Tx,`onshow`,`requireInteraction`,`silent`,`tag`,`title`,`close`,`type`,0,()=>sz,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>sz,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`Notification`,`Pn!&4"9&4#9"4$9n%4&9&4'9&4(9PPn)2*n+2,"/-,J4.PPn/2*n02,"/-,J41PPn22*n32,"/-,J44PPn52*n62,"/-,J47)489P),J499&4:9&4;9P$1<P"2=Pn>2*n?"f2,"/-2@P)nAJ2B8$1CP&2=nD2@P)nEJ2B8$1CP"2=PnF2*nG"f2,"/-2@P)nHJ2B8$1IP&2=nJ2@P)nKJ2B8$1IMwLy`],iR=[`badge`,`body`,`data`,()=>oz,`dir`,`icon`,`lang`,`requireInteraction`,`silent`,`tag`,`NotificationOptions`,`P&4!8&4"8"4#8n$4%8&4&8&4'8)4(8P),J4)8&4*8Mw+y`],aR=[()=>Tx,`updatefound`,`ServiceWorkerRegistrationEventMap`,`Pn!4"Mw#y`],oR=[`classic`,`module`,`WorkerType`,`P.!."Jw#y`],sR=[()=>Tx,`release`,`WakeLockSentinelEventMap`,`Pn!4"Mw#y`],cR=[()=>qk,0,`this`,()=>OT,`ev`,``,`onmidimessage`,`type`,0,()=>cz,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>cz,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`MIDIInput`,`Pn!PPn"2#n$2%"/&,J4'P"2(Pn)2#n*"f2%"/&2+P)n,J2-8$1.P&2(n/2+P)n0J2-8$1.P"2(Pn12#n2"f2%"/&2+P)n3J2-8$14P&2(n52+P)n6J2-8$14Mw7y`],lR=[()=>qk,`data`,()=>Ew,`timestamp`,`send`,`type`,0,`this`,()=>nM,`ev`,``,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>nM,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`MIDIOutput`,`Pn!P'F2"n#2$8$1%P"2&Pn'2(n)"f2*"/+2,P)n-J2.8$1/P&2&n02,P)n1J2.8$1/P"2&Pn22(n3"f2*"/+2,P)n4J2.8$15P&2&n62,P)n7J2.8$15Mw8y`],uR=[`clamp`,`invert`,`max`,`min`,`negate`,`product`,`sum`,`CSSMathOperator`,`P.!.".#.$.%.&.'Jw(y`],dR=[`rid`,`RTCRtpCodingParameters`,`P&4!8Mw"y`],fR=[`high`,`low`,`medium`,`very-low`,`RTCPriorityType`,`P.!.".#.$Jw%y`],pR=[()=>Tx,`addsourcebuffer`,()=>Tx,`removesourcebuffer`,`SourceBufferListEventMap`,`Pn!4"n#4$Mw%y`],mR=[`segments`,`sequence`,`AppendMode`,`P.!."Jw#y`],hR=[()=>Tx,`abort`,()=>Tx,`error`,()=>Tx,`update`,()=>Tx,`updateend`,()=>Tx,`updatestart`,`SourceBufferEventMap`,`Pn!4"n#4$n%4&n'4(n)4*Mw+y`],gR=[()=>wA,`entries`,``,`FileSystemEntriesCallback`,`PPn!F2"$v#Mw$y`],_R=[`name`,`Algorithm`,`P&4!Mw"y`],vR=[`name`,`KeyAlgorithm`,`P&4!Mw"y`],yR=[`private`,`public`,`secret`,`KeyType`,`P.!.".#Jw$y`],bR=[()=>ZI,`HashAlgorithmIdentifier`,`n!w"y`],xR=[`d`,`r`,`t`,`RsaOtherPrimesInfo`,`P&4!8&4"8&4#8Mw$y`],SR=[()=>_R,`modulusLength`,()=>lz,`publicExponent`,`RsaKeyGenParams`,`Pn!'4"n#4$Mw%y`],CR=[`NamedCurve`,`&w!y`],wR=[`done`,`pending`,`IDBRequestReadyState`,`P.!."Jw#y`],TR=[`autoIncrement`,()=>AR,`indexNames`,`keyPath`,`name`,()=>OR,`transaction`,`value`,()=>uz,`key`,()=>SL,()=>uz,`add`,()=>SL,`clear`,()=>uz,()=>dz,`query`,()=>SL,`count`,()=>fz,`options`,()=>ER,`createIndex`,()=>uz,()=>dz,()=>SL,`delete`,`deleteIndex`,()=>uz,()=>dz,()=>SL,`get`,()=>uz,()=>dz,()=>SL,`getAll`,()=>uz,()=>dz,()=>SL,()=>uz,`getAllKeys`,()=>uz,()=>dz,()=>SL,()=>uz,`getKey`,()=>ER,`index`,()=>uz,()=>dz,()=>pz,`direction`,()=>SL,()=>mz,`openCursor`,()=>uz,()=>dz,()=>pz,()=>SL,()=>DR,`openKeyCursor`,()=>uz,()=>SL,()=>uz,`put`,`IDBObjectStore`,`P)4!9n"4#9P&&F,J4$9&4%n&4'9P"2(n)2*8n,o+"1-P-o."1/PPn0n1J228'o3"14P&2%P&&FJ2$n5268n718PPn9n:J22-o;"1<P&2%$1=PPn>n?J22"o@"1APPnBnC,J228'248"FoD"1EPPnFnG,J228'248nIFoH"1JPPnKnLJ22PnN-JoM"1OP&2%nP1QPPnRnS,J228nT2U8PnW,JoV"1XPPnYnZ,J228n[2U8Pn],Jo\\"1^P"2(n_2*8nao\`"1bMwcy`],ER=[`keyPath`,`multiEntry`,`name`,()=>TR,`objectStore`,`unique`,()=>uz,()=>dz,`query`,()=>SL,`count`,()=>uz,()=>dz,()=>SL,`get`,()=>uz,()=>dz,()=>SL,`getAll`,()=>uz,()=>dz,()=>SL,()=>uz,`getAllKeys`,()=>uz,()=>dz,()=>SL,()=>uz,`getKey`,()=>uz,()=>dz,()=>pz,`direction`,()=>SL,()=>mz,`openCursor`,()=>uz,()=>dz,()=>pz,()=>SL,()=>DR,`openKeyCursor`,`IDBIndex`,`PP&&FJ4!9)4"9&4#n$4%9)4&9PPn'n(J2)8'o*"1+PPn,n-J2)"o."1/PPn0n1,J2)8'2+8"Fo2"13PPn4n5,J2)8'2+8n7Fo6"18PPn9n:J2)Pn<-Jo;"1=PPn>n?,J2)8n@2A8PnC,JoB"1DPPnEnF,J2)8nG2A8PnI,JoH"1JMwKy`],DR=[()=>pz,`direction`,()=>uz,`key`,()=>uz,`primaryKey`,()=>SL,`request`,()=>TR,()=>ER,`source`,`count`,`advance`,()=>uz,`continue`,()=>uz,()=>uz,`continuePrimaryKey`,()=>SL,`delete`,`value`,()=>SL,()=>uz,`update`,`IDBCursor`,`Pn!4"9n#4$9n%4&9n'4(9Pn)n*J4+9P'2,$1-Pn.2$8$1/Pn02$n12&$12P-o3"14P"25n7o6"18Mw9y`],OR=[()=>Xb,()=>CL,`db`,()=>hz,`durability`,()=>gM,`error`,()=>MR,`mode`,()=>AR,`objectStoreNames`,0,`this`,()=>Tx,`ev`,``,`onabort`,0,()=>Tx,`oncomplete`,0,()=>Tx,`onerror`,`abort`,`commit`,`name`,()=>TR,`objectStore`,`type`,0,()=>gz,`listener`,()=>Vb,`options`,`addEventListener`,()=>Hb,()=>Vb,0,()=>gz,()=>Ub,`removeEventListener`,()=>Hb,()=>Ub,`IDBTransaction`,`Pn!n"4#9n$4%9Pn&,J4'9n(4)9n*4+9PPn,2-n.2/"/0,J41PPn22-n32/"/0,J44PPn52-n62/"/0,J47P$18P$19P&2:n;1<P"2=Pn>2-n?"f2/"/02@P)nAJ2B8$1CP&2=nD2@P)nEJ2B8$1CP"2=PnF2-nG"f2/"/02@P)nHJ2B8$1IP&2=nJ2@P)nKJ2B8$1IMwLy`],kR=[()=>Tx,`error`,()=>Tx,`success`,`IDBRequestEventMap`,`Pn!4"n#4$Mw%y`],AR=[`length`,`string`,`contains`,`index`,`item`,`DOMStringList`,`P'4!9P&2")1#P'2$P&,J1%'&LMw&y`],jR=[`autoIncrement`,`keyPath`,`IDBObjectStoreParameters`,`P)4!8P&&F,J4"8Mw#y`],MR=[`readonly`,`readwrite`,`versionchange`,`IDBTransactionMode`,`P.!.".#Jw$y`],NR=[()=>hz,`durability`,`IDBTransactionOptions`,`Pn!4"8Mw#y`],PR=[()=>Tx,`abort`,()=>Tx,`close`,()=>Tx,`error`,()=>ET,`versionchange`,`IDBDatabaseEventMap`,`Pn!4"n#4$n%4&n'4(Mw)y`],FR=[`clientId`,()=>LR,`mode`,`name`,`LockInfo`,`P&4!8n"4#8&4$8Mw%y`],IR=[()=>LR,`mode`,`name`,`Lock`,`Pn!4"9&4#9Mw$y`],LR=[`exclusive`,`shared`,`LockMode`,`P.!."Jw#y`],RR=[()=>_z,`kind`,`name`,0,`other`,`isSameEntry`,`FileSystemHandle`,`Pn!4"9&4#9Pn$2%)\`1&Mw'y`],zR=[`create`,`FileSystemGetDirectoryOptions`,`P)4!8Mw"y`],BR=[`create`,`FileSystemGetFileOptions`,`P)4!8Mw"y`],VR=[()=>RR,`file`,`kind`,()=>vz,`options`,()=>yz,`createWritable`,()=>IS,`getFile`,`FileSystemFileHandle`,"Pn!.\"4#9Pn$2%8n&`1'Pn(`1)Mw*y"],HR=[`recursive`,`FileSystemRemoveOptions`,`P)4!8Mw"y`],UR=[`attachment`,`inline`,`unspecified`,`PresentationStyle`,`P.!.".#Jw$y`],WR=[`direct`,`enterprise`,`indirect`,`none`,`AttestationConveyancePreference`,`P.!.".#.$Jw%y`],GR=[()=>bz,`authenticatorAttachment`,`requireResidentKey`,()=>xz,`residentKey`,()=>ZR,`userVerification`,`AuthenticatorSelectionCriteria`,`Pn!4"8)4#8n$4%8n&4'8Mw(y`],KR=[()=>XP,`id`,()=>Sz,`transports`,()=>Cz,`type`,`PublicKeyCredentialDescriptor`,`Pn!4"n#F4$8n%4&Mw'y`],qR=[`appid`,`credProps`,`credentialProtectionPolicy`,`enforceCredentialProtectionPolicy`,`hmacCreateSecret`,()=>wz,`largeBlob`,`minPinLength`,()=>Tz,`prf`,`AuthenticationExtensionsClientInputs`,`P&4!8)4"8&4#8)4$8)4%8n&4'8)4(8n)4*8Mw+y`],JR=[()=>Ez,`alg`,()=>Cz,`type`,`PublicKeyCredentialParameters`,`Pn!4"n#4$Mw%y`],YR=[()=>Dz,`id`,`PublicKeyCredentialRpEntity`,`Pn!&4"8Mw#y`],XR=[()=>Dz,`displayName`,()=>XP,`id`,`PublicKeyCredentialUserEntity`,`Pn!&4"n#4$Mw%y`],ZR=[`discouraged`,`preferred`,`required`,`UserVerificationRequirement`,`P.!.".#Jw$y`],QR=[`accuracy`,`altitude`,`altitudeAccuracy`,`heading`,`latitude`,`longitude`,`speed`,`toJSON`,`GeolocationCoordinates`,`P'4!9P',J4"9P',J4#9P',J4$9'4%9'4&9P',J4'9P"1(Mw)y`],$R=[`EpochTimeStamp`,`'w!y`],ez=[`bitrate`,`channels`,`contentType`,`samplerate`,`spatialRendering`,`AudioConfiguration`,`P'4!8&4"8&4#'4$8)4%8Mw&y`],tz=[`bitrate`,()=>Oz,`colorGamut`,`contentType`,`framerate`,`hasAlphaChannel`,()=>kz,`hdrMetadataType`,`height`,`scalabilityMode`,()=>Az,`transferFunction`,`width`,`VideoConfiguration`,`P'4!n"4#8&4$'4%)4&8n'4(8'4)&4*8n+4,8'4-Mw.y`],nz=[`robustness`,`KeySystemTrackConfiguration`,`P&4!8Mw"y`],rz=[`enabled`,`headerValue`,`NavigationPreloadState`,`P)4!8&4"8Mw#y`],iz=[`endpoint`,()=>$R,`expirationTime`,()=>jz,`options`,()=>Mz,`name`,`getKey`,()=>Nz,`toJSON`,`unsubscribe`,`PushSubscription`,`P&4!9Pn",J4#9n$4%9Pn&2'P_,J1(Pn)1*P)\`1+Mw,y`],az=[()=>XP,`applicationServerKey`,`userVisibleOnly`,`PushSubscriptionOptionsInit`,`PPn!&,J4"8)4#8Mw$y`],oz=[`auto`,`ltr`,`rtl`,`NotificationDirection`,`P.!.".#Jw$y`],sz=[()=>Tx,`click`,()=>Tx,`close`,()=>Tx,`error`,()=>Tx,`show`,`NotificationEventMap`,`Pn!4"n#4$n%4&n'4(Mw)y`],cz=[()=>nM,()=>OT,`midimessage`,`MIDIInputEventMap`,`Pn!n"4#Mw$y`],lz=[`BigInteger`,`Ww!y`],uz=[()=>XP,0,`IDBValidKey`,`P'&Tn!n"FJw#y`],dz=[`lower`,`lowerOpen`,`upper`,`upperOpen`,`key`,`includes`,`IDBKeyRange`,`P"4!9)4"9"4#9)4$9P"2%)1&Mw'y`],fz=[`multiEntry`,`unique`,`IDBIndexParameters`,`P)4!8)4"8Mw#y`],pz=[`next`,`nextunique`,`prev`,`prevunique`,`IDBCursorDirection`,`P.!.".#.$Jw%y`],mz=[()=>DR,`value`,`IDBCursorWithValue`,`Pn!"4"9Mw#y`],hz=[`default`,`relaxed`,`strict`,`IDBTransactionDurability`,`P.!.".#Jw$y`],gz=[()=>Tx,`abort`,()=>Tx,`complete`,()=>Tx,`error`,`IDBTransactionEventMap`,`Pn!4"n#4$n%4&Mw'y`],_z=[`directory`,`file`,`FileSystemHandleKind`,`P.!."Jw#y`],vz=[`keepExistingData`,`FileSystemCreateWritableOptions`,`P)4!8Mw"y`],yz=[()=>lk,`position`,`seek`,`size`,`truncate`,()=>Pz,`data`,`write`,`FileSystemWritableFileStream`,"Pn!P'2\"$`1#P'2$$`1%Pn&2'$`1(Mw)y"],bz=[`cross-platform`,`platform`,`AuthenticatorAttachment`,`P.!."Jw#y`],xz=[`discouraged`,`preferred`,`required`,`ResidentKeyRequirement`,`P.!.".#Jw$y`],Sz=[`ble`,`hybrid`,`internal`,`nfc`,`usb`,`AuthenticatorTransport`,`P.!.".#.$.%Jw&y`],Cz=[`public-key`,`PublicKeyCredentialType`,`.!w"y`],wz=[`read`,`support`,()=>XP,`write`,`AuthenticationExtensionsLargeBlobInputs`,`P)4!8&4"8n#4$8Mw%y`],Tz=[()=>Fz,`eval`,()=>DL,()=>Fz,`evalByCredential`,`AuthenticationExtensionsPRFInputs`,`Pn!4"8&n$o##4%8Mw&y`],Ez=[`COSEAlgorithmIdentifier`,`'w!y`],Dz=[`name`,`PublicKeyCredentialEntity`,`P&4!Mw"y`],Oz=[`p3`,`rec2020`,`srgb`,`ColorGamut`,`P.!.".#Jw$y`],kz=[`smpteSt2086`,`smpteSt2094-10`,`smpteSt2094-40`,`HdrMetadataType`,`P.!.".#Jw$y`],Az=[`hlg`,`pq`,`srgb`,`TransferFunction`,`P.!.".#Jw$y`],jz=[`applicationServerKey`,`userVisibleOnly`,`PushSubscriptionOptions`,`PP_,J4!9)4"9Mw#y`],Mz=[`auth`,`p256dh`,`PushEncryptionKeyName`,`P.!."Jw#y`],Nz=[`endpoint`,()=>$R,`expirationTime`,()=>DL,`keys`,`PushSubscriptionJSON`,`P&4!8Pn",J4#8&&o$#4%8Mw&y`],Pz=[()=>XP,()=>wx,()=>Iz,`FileSystemWriteChunkType`,`Pn!n"&n#Jw$y`],Fz=[()=>XP,`first`,()=>XP,`second`,`AuthenticationExtensionsPRFValues`,`Pn!4"n#4$8Mw%y`],Iz=[()=>XP,()=>wx,`data`,`position`,`size`,()=>Lz,`type`,`WriteParams`,`PPn!n"&,J4#8P',J4$8P',J4%8n&4'Mw(y`],Lz=[`seek`,`truncate`,`write`,`WriteCommandType`,`P.!.".#Jw$y`];function __assignType$1(e,R){return e.__type=R,e}__name$1(__assignType$1,`__assignType`);const Rz=[`engine`,`pause`,`resume`,`isPaused`,`mute`,`unmute`,`isMuted`,`GameHandle`,`P!4!P$1"P$1#)4$9P$1%P$1&)4'9Mw(y`],zz=[`startMuted`,`assetBase`,`gjs`,`browser`,`platform`,`pixelRatio`,`fixedUpdateFps`,`enablePerf`,`StartGameOptions`,`P)4!8&4"8P.#.$J4%8'4&8'4'8)4(8Mw)y`];function buildEngineOptions(e,R){return{canvasElement:e,suppressMinimumBrowserFeatureDetection:!0,suppressConsoleBootMessage:!0,resolution:{height:Resolution.SNES.height,width:Resolution.SNES.height/9*16},displayMode:kp.FitContainerAndFill,fixedUpdateFps:R?.fixedUpdateFps??60,physics:{gravity:qy,solver:cf.Arcade,arcade:{contactSolveBias:lf.VerticalFirst},colliders:{compositeStrategy:`separate`}},pixelRatio:R?.pixelRatio??4,pixelArt:!0,scenes:{root:{scene:Level1,transitions:{out:new FadeInOut({duration:300,direction:`out`}),in:new FadeInOut({duration:300,direction:`in`})}},demo:Demo}}}buildEngineOptions.__type=[()=>Db,`canvas`,()=>zz,`options`,`buildEngineOptions`,`Pn!2"n#2$8!/%`];function rebaseResources(e){for(let R of Object.values(Py))for(let W of Object.values(R)){if(!W||typeof W!=`object`)continue;let R=W,Y=__assignType$1(R=>R.startsWith(`/res/`)?e+R.slice(1):R,[`p`,``,`P&2!"/"`]);typeof R.path==`string`&&(R.path=Y(R.path)),R._resource&&typeof R._resource.path==`string`&&(R._resource.path=Y(R._resource.path))}}rebaseResources.__type=[`base`,`rebaseResources`,`P&2!$/"`];async function startGame(e,R){R?.assetBase&&rebaseResources(R.assetBase),Gy.init(R?.startMuted);let W=R?.pixelRatio??4,Y=R?.platform??`browser`,X=new Qp(buildEngineOptions(e,R));await X.start(Fy),X.screen.pixelRatioOverride=W,X.screen.applyResolutionAndViewport();let ie=new PerformanceMonitor(Y);ie.attach(X,!1);let ae=new PerformanceHUD(ie,Y);X.currentScene.add(ae);let le=!1;return{engine:X,get isPaused(){return le},pause:__assignType$1(function pause(){le||(le=!0,X.stop())},[`pause`,`P"/!`]),resume:__assignType$1(function resume(){le&&(le=!1,X.start())},[`resume`,`P"/!`]),get isMuted(){return Gy.isMuted},mute:__assignType$1(function mute(){Gy.muteAll()},[`mute`,`P"/!`]),unmute:__assignType$1(function unmute(){Gy.unmuteAll()},[`unmute`,`P"/!`])}}startGame.__type=[()=>Db,`canvas`,()=>zz,`options`,()=>Rz,`startGame`,'Pn!2"n#2$8n%`/&'];var Bz=`<?xml version="1.0" encoding="UTF-8"?>
|
|
1164
1164
|
<!--
|
|
1165
1165
|
DO NOT EDIT!
|
|
1166
1166
|
This file was @generated by blueprint-compiler. Instead, edit the
|
|
@@ -1200,4 +1200,4 @@ corresponding .blp file and regenerate this file with blueprint-compiler.
|
|
|
1200
1200
|
</object>
|
|
1201
1201
|
</property>
|
|
1202
1202
|
</template>
|
|
1203
|
-
</interface>`;Et();function __assignType(e,R){return e.__type=R,e}var JellyJumperWindow=class extends Te.ApplicationWindow{_game=null;static{Oe.registerClass({GTypeName:`JellyJumperWindow`,Template:
|
|
1203
|
+
</interface>`;Et();function __assignType(e,R){return e.__type=R,e}var JellyJumperWindow=class extends Te.ApplicationWindow{_game=null;static{Oe.registerClass({GTypeName:`JellyJumperWindow`,Template:Bz,InternalChildren:[`canvasContainer`,`pauseButton`,`audioButton`]},this)}constructor(e){super({application:e}),this._startWithWidget(!1)}_startWithWidget(e){let R=this._canvasContainer.get_first_child();for(;R;)this._canvasContainer.remove(R),R=this._canvasContainer.get_first_child();let W=e?new yd:new vd;W.set_hexpand(!0),W.set_vexpand(!0),W.installGlobals(),this._canvasContainer.append(W),W.onReady(__assignType(R=>{W.grab_focus(),R.width=W.get_allocated_width(),R.height=W.get_allocated_height(),W.onResize(__assignType((e,W)=>{R.width=e,R.height=W,this._game?.engine.screen.applyResolutionAndViewport()},[`w`,`h`,``,`P'2!'2""/#`])),startGame(R,{platform:`gjs`,enablePerf:!0,fixedUpdateFps:30}).then(__assignType(e=>{this._game=e},[`game`,``,`P"2!"/"`])).catch(__assignType(R=>{e?Tt.error(`JellyJumper: Canvas 2D fallback also failed:`,R?.message??R,R?.stack??``):(Tt.error(`JellyJumper: WebGL start failed, trying Canvas 2D fallback:`,R?.message??R,R?.stack??``),this._startWithWidget(!0))},[`err`,``,`P"2!"/"`]))},[`canvas`,``,`P"2!"/"`])),this._pauseButton.connect(`clicked`,()=>{this._game&&(this._game.isPaused?(this._game.resume(),this._pauseButton.set_icon_name(`media-playback-pause-symbolic`),this._pauseButton.set_tooltip_text(`Pause Game`)):(this._game.pause(),this._pauseButton.set_icon_name(`media-playback-start-symbolic`),this._pauseButton.set_tooltip_text(`Resume Game`)))}),this._audioButton.connect(`clicked`,()=>{this._game&&(this._game.isMuted?(this._game.unmute(),this._audioButton.set_icon_name(`audio-volume-high-symbolic`),this._audioButton.set_tooltip_text(`Mute Audio`)):(this._game.mute(),this._audioButton.set_icon_name(`audio-volume-muted-symbolic`),this._audioButton.set_tooltip_text(`Unmute Audio`)))})}static __type=[()=>Te.ApplicationWindow,`_canvasContainer`,`_pauseButton`,`_audioButton`,`GameHandle`,`_game`,function(){return null},`application`,`constructor`,`useFallback`,`_startWithWidget`,`JellyJumperWindow`,`P7!!3";!3#;!3$;P"w%,J3&;>'!P!2("0)P)2*$0+;5w,`]};const Vz=new Te.Application({application_id:`gjsify.examples.excalibur-jelly-jumper`,flags:R.ApplicationFlags.FLAGS_NONE});Vz.connect(`activate`,()=>{let e=Vz.get_active_window();e||=new JellyJumperWindow(Vz),e.present()}),Vz.run([]);
|