@cj-tech-master/excelts 9.5.2 → 9.5.3
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/browser/modules/pdf/render/page-renderer.js +13 -22
- package/dist/browser/modules/stream/browser/readable.js +5 -2
- package/dist/cjs/modules/pdf/render/page-renderer.js +13 -22
- package/dist/cjs/modules/stream/browser/readable.js +5 -2
- package/dist/esm/modules/pdf/render/page-renderer.js +13 -22
- package/dist/esm/modules/stream/browser/readable.js +5 -2
- package/dist/iife/excelts.iife.js +6 -10
- package/dist/iife/excelts.iife.js.map +1 -1
- package/dist/iife/excelts.iife.min.js +3 -3
- package/package.json +36 -33
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @cj-tech-master/excelts v9.5.
|
|
2
|
+
* @cj-tech-master/excelts v9.5.3
|
|
3
3
|
* Zero-dependency TypeScript toolkit — Excel (XLSX), PDF, CSV, Markdown, XML, ZIP/TAR, and streaming.
|
|
4
4
|
* (c) 2026 cjnoname
|
|
5
5
|
* Released under the MIT License
|
|
@@ -34,7 +34,7 @@ var ExcelTS=(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:`Modu
|
|
|
34
34
|
`)return{fields:d,quoted:f,endPos:p+1,complete:!0,needMore:!1,newline:`
|
|
35
35
|
`,rawStart:h,rawEnd:p};if(t===`\r`)return p+1<u&&e[p+1]===`
|
|
36
36
|
`?{fields:d,quoted:f,endPos:p+2,complete:!0,needMore:!1,newline:`\r
|
|
37
|
-
`,rawStart:h,rawEnd:p}:{fields:d,quoted:f,endPos:p+1,complete:!0,needMore:!1,newline:`\r`,rawStart:h,rawEnd:p}}}return r&&(d.length>0||p>t)?{fields:d,quoted:f,endPos:p,complete:!0,needMore:!1,unterminatedQuote:m||void 0,rawStart:h,rawEnd:p}:{fields:d,quoted:f,endPos:p,complete:!1,needMore:!r,resumePos:t,unterminatedQuote:m||void 0,rawStart:h,rawEnd:p}}function Gt(e){let t={...Lt,...e},n=Rt(),r=[],i=[];return{get config(){return t},scanRow(e,n=0,r=!1){return Wt(e,n,t,r)},feed(e){n.buffer+=e},nextRow(){if(n.position>=n.buffer.length)return null;let e=Wt(n.buffer,n.position,t,!1,r,i);if(e.needMore)return null;if(e.complete){e.raw=n.buffer.slice(e.rawStart,e.rawEnd),n.position=e.endPos;let t=n.position,r=n.buffer.length;return(t>65536||t>r/2&&t>4096)&&(n.buffer=n.buffer.slice(n.position),n.position=0),e}return null},flush(){if(n.position>=n.buffer.length)return null;let e=Wt(n.buffer,n.position,t,!0,r,i);return e.fields.length===0&&e.endPos===n.position?null:(e.raw=n.buffer.slice(e.rawStart,e.rawEnd),n.position=e.endPos,e)},reset(){n=Rt(),r.length=0,i.length=0},getBuffer(){return n.buffer.slice(n.position)}}}function Kt(e){let t={lineNumber:0,dataRowCount:0,skippedDataRows:0,truncated:!1,headerRow:null,originalHeaders:null,useHeaders:!1,headerRowProcessed:!1,renamedHeadersForMeta:null,currentRowStartLine:+!!e.infoOption,currentRowStartOffset:0,currentRowQuoted:[],currentRawRow:``},{headers:n,groupColumnsByName:r}=e;if(n===!0)t.useHeaders=!0;else if(Array.isArray(n)){let e=_t([],{headers:n,groupColumnsByName:r},null);e&&(t.headerRow=e.headers,t.originalHeaders=e.originalHeaders,t.renamedHeadersForMeta=e.renamedHeaders),t.useHeaders=!0,t.headerRowProcessed=!0}else typeof n==`function`&&(t.useHeaders=!0);return t}function qt(e,t,n,r,i){t&&(e.currentRowQuoted=[],e.currentRowStartLine=r,e.currentRowStartOffset=i),n&&(e.currentRawRow=``)}let Jt=Object.freeze(Array(256).fill(!1));function Yt(e){return e<=256?Jt:Array(e).fill(!1)}function Xt(e){return typeof e==`boolean`?{isValid:e,reason:`Validation failed`}:{isValid:e.isValid,reason:e.reason||`Validation failed`}}function Zt(e,t,n){return gt(e,null,t||!1,n)}function Qt(e){return e.length>0?e:void 0}function $t(e,t){return{delimiter:e.delimiter,linebreak:e.linebreak,aborted:!1,truncated:t.truncated,cursor:t.dataRowCount,fields:t.headerRow?Ct(t.headerRow):void 0,renamedHeaders:t.renamedHeadersForMeta}}function en(e,t){return t.trimFieldIsIdentity?e:e.map(t.trimField)}function*tn(e,t,n,r){if(e===``)return;let i=0;for(let{line:a,lineLengthWithEnding:o}of At(e,t.linebreakRegex)){if(n.lineNumber++,t.toLine!==void 0&&n.lineNumber>t.toLine){n.truncated=!0;break}if(n.lineNumber<=t.skipLines){i+=o;continue}if(a===``&&t.shouldSkipEmpty){i+=o;continue}if(t.maxRowBytes!==void 0&&Ie(a)>t.maxRowBytes)throw Error(`Row exceeds the maximum size of ${t.maxRowBytes} bytes`);t.infoOption&&(n.currentRowStartLine=n.lineNumber,n.currentRowStartOffset=i),t.rawOption&&(n.currentRawRow=a);let e=en(a.split(t.delimiter),t);if(t.infoOption&&(n.currentRowQuoted=Yt(e.length)),t.comment&&e[0]?.trimStart().startsWith(t.comment)){i+=o;continue}if(t.shouldSkipEmpty&&ye(e,t.shouldSkipEmpty)){i+=o;continue}let s=It(e,n,t,r,n.lineNumber);if(i+=o,s.stop){yield s;return}(!s.skipped||s.error)&&(yield s),qt(n,t.infoOption,t.rawOption,n.lineNumber+1,i)}}function*nn(e,t,n,r){let i=Et(t),a=e.length,o=0;for(t.infoOption&&(n.currentRowStartOffset=0);o<a;){let a=Wt(e,o,i,!0);if(a.fields.length===0&&a.endPos===o)break;let s=en(a.fields,t),c=n.lineNumber+1;{let t=a.rawStart,r=a.rawEnd,i=1;for(let n=t;n<r;n++){let t=e.charCodeAt(n);t===10?i++:t===13&&(n+1<r&&e.charCodeAt(n+1)===10&&n++,i++)}n.lineNumber+=i}if(t.toLine!==void 0&&n.lineNumber>t.toLine){n.truncated=!0;break}let l=a.rawEnd;if(n.lineNumber<=t.skipLines){o=a.endPos;continue}if(t.maxRowBytes!==void 0&&Ie(e.slice(a.rawStart,l))>t.maxRowBytes)throw Error(`Row exceeds the maximum size of ${t.maxRowBytes} bytes`);if(t.comment&&s[0]?.trimStart().startsWith(t.comment)){o=a.endPos;continue}if(t.shouldSkipEmpty&&ye(s,t.shouldSkipEmpty)){o=a.endPos;continue}t.infoOption&&(n.currentRowStartLine=c,n.currentRowStartOffset=a.rawStart,n.currentRowQuoted=a.quoted),t.rawOption&&(n.currentRawRow=e.slice(a.rawStart,l)),a.unterminatedQuote&&r.push({code:`MissingQuotes`,message:`Quoted field unterminated`,line:n.lineNumber});let u=It(s,n,t,r,n.lineNumber);if(u.stop){yield u;return}(!u.skipped||u.error)&&(yield u),o=a.endPos,t.infoOption&&(n.currentRowStartOffset=a.endPos)}}function rn(e,t={}){let{config:n,processedInput:r}=Tt(e,t),i=Kt(n),a=[],o=[],s=n.fastMode?tn(r,n,i,a):nn(r,n,i,a);if(!i.useHeaders){let e=[];for(let r of s){if(r.row&&!r.skipped){let i=r.row;if(t.rowTransform){let e=t.rowTransform(i);if(e==null)continue;i=e}if(t.validate){let{isValid:e,reason:n}=Xt(t.validate(i));if(!e){o.push({row:i,reason:n});continue}}(n.dynamicTyping||n.castDate)&&(i=Zt(i,n.dynamicTyping,n.castDate)),n.infoOption&&r.info?e.push({record:i,info:r.info}):e.push(i)}else r.row&&r.skipped&&r.error&&o.push({row:r.row,reason:r.reason||r.error.message});if(r.stop)break}let r=$t(n,i);return n.infoOption||t.validate?{headers:void 0,rows:e,invalidRows:Qt(o),errors:Qt(a),meta:r}:e}let c=[];for(let e of s){if(e.row&&!e.skipped){let r=Pt(e.row,i,n);if(e.extras&&e.extras.length>0&&(r._extra=e.extras),t.rowTransform){let e=t.rowTransform(r);if(e==null)continue;r=e}if(t.validate){let{isValid:n,reason:i}=Xt(t.validate(r));if(!n){o.push({row:e.row,reason:i});continue}}n.infoOption&&e.info?c.push({record:r,info:e.info}):c.push(r)}else e.row&&e.skipped&&e.error&&o.push({row:e.row,reason:e.reason||e.error.message});if(e.stop)break}let l=$t(n,i),{objname:u}=t;if(u&&i.headerRow){let e=Object.create(null);for(let t of c){let r=(n.infoOption?t.record:t)[u],i=r==null?``:String(r);i!==`__proto__`&&(e[i]=t)}return{headers:l.fields,rows:e,invalidRows:Qt(o),errors:Qt(a),meta:l}}return{headers:l.fields,rows:c,invalidRows:Qt(o),errors:Qt(a),meta:l}}function an(e){return!!e&&typeof e==`object`&&typeof e.getReader==`function`}function on(e){return!!e&&typeof e==`object`&&typeof e.getWriter==`function`}function sn(e){return!!e&&typeof e==`object`&&!!e.readable&&!!e.writable&&an(e.readable)&&on(e.writable)}let cn=new TextEncoder,ln=new TextDecoder(`utf-8`,{ignoreBOM:!0}),un=new Map;function dn(e){let t=(e??`utf-8`).trim().toLowerCase();return t===``||t===`utf8`||t===`utf-8`?`utf-8`:t===`utf16le`||t===`utf-16le`||t===`ucs2`||t===`ucs-2`?`utf-16le`:t===`binary`?`latin1`:t}function fn(e){let t=dn(e);if(t===`utf-8`)return ln;let n=un.get(t);return n||(n=pn(t),un.set(t,n)),n}function pn(e,t){try{return new TextDecoder(e,t)}catch(t){throw TypeError(`Unsupported text encoding: ${e}`,{cause:t})}}function mn(e){let t=dn(e);switch(t){case`hex`:return new hn;case`base64`:return new yn(!1);case`base64url`:return new yn(!0);case`ascii`:return new bn;default:return pn(t,{ignoreBOM:!0})}}var hn=class{decode(e){let t=``;for(let n=0;n<e.length;n++)t+=gn[e[n]];return t}};let gn=(()=>{let e=Array(256);for(let t=0;t<256;t++)e[t]=t.toString(16).padStart(2,`0`);return e})(),_n=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/`,vn=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_`;var yn=class{constructor(e){this._remainder=null,this._chars=e?vn:_n}decode(e,t){let n;if(this._remainder){let t=new Uint8Array(this._remainder.length+e.length);t.set(this._remainder),t.set(e,this._remainder.length),n=t}else n=e;if(t?.stream??!1){let e=n.length%3,t=n.length-e;return this._remainder=e>0?n.slice(t):null,t>0?this._encodeBytes(n,t):``}return this._remainder=null,n.length>0?this._encodeBytes(n,n.length):``}_encodeBytes(e,t){let n=this._chars,r=n===vn,i=``,a=0;for(;a+2<t;a+=3){let t=e[a],r=e[a+1],o=e[a+2];i+=n[t>>>2]+n[(t&3)<<4|r>>>4]+n[(r&15)<<2|o>>>6]+n[o&63]}let o=t-a;if(o===1){let t=e[a];i+=n[t>>>2]+n[(t&3)<<4],r||(i+=`==`)}else if(o===2){let t=e[a],o=e[a+1];i+=n[t>>>2]+n[(t&3)<<4|o>>>4]+n[(o&15)<<2],r||(i+=`=`)}return i}},bn=class{decode(e){let t=``;for(let n=0;n<e.length;n++)t+=String.fromCharCode(e[n]&127);return t}};function xn(e){let t=``;for(let n=0;n<e.length;n++)t+=gn[e[n]];return t}function Sn(e,t){let n=t?vn:_n,r=``,i=0;for(;i+2<e.length;i+=3){let t=e[i],a=e[i+1],o=e[i+2];r+=n[t>>>2]+n[(t&3)<<4|a>>>4]+n[(a&15)<<2|o>>>6]+n[o&63]}let a=e.length-i;if(a===1){let a=e[i];r+=n[a>>>2]+n[(a&3)<<4],t||(r+=`==`)}else if(a===2){let a=e[i],o=e[i+1];r+=n[a>>>2]+n[(a&3)<<4|o>>>4]+n[(o&15)<<2],t||(r+=`=`)}return r}function Cn(e){let t=``;for(let n=0;n<e.length;n++)t+=String.fromCharCode(e[n]&127);return t}function wn(e,t){let n=dn(t);switch(n){case`hex`:return xn(e);case`base64`:return Sn(e,!1);case`base64url`:return Sn(e,!0);case`ascii`:return Cn(e);default:return fn(n).decode(e)}}function Tn(e){return cn.encode(e)}function En(e,t){return fn(t).decode(e)}function Dn(e,t){let n=e.length;if(n===0)return new Uint8Array;if(n===1){let t=e[0];return t.constructor===Uint8Array?t:new Uint8Array(t.buffer,t.byteOffset,t.byteLength)}if(t===void 0){let r=0;for(let t=0;t<n;t++)r+=e[t].length;t=r}let r=new Uint8Array(t),i=0;for(let t=0;t<n;t++){let n=e[t];r.set(n,i),i+=n.length}return r}function On(e){if(e instanceof Uint8Array)return e;if(typeof e==`string`)return cn.encode(e);if(e instanceof ArrayBuffer||Array.isArray(e))return new Uint8Array(e);throw TypeError(`Expected Uint8Array, got ${typeof e}`)}function kn(e){let t=globalThis.Buffer;return t?t.from(e.buffer,e.byteOffset,e.byteLength):e}async function*An(e){let t=e.getReader();try{for(;;){let e=await t.read();if(e.done)return;e.value!==void 0&&e.value!==null&&(yield e.value)}}finally{try{await t.cancel?.()}catch{}try{t.releaseLock?.()}catch{}}}function jn(e){return e?16:65536}var Mn=class extends n{constructor(e,t){super(e,t),this.name=`StreamError`}},Nn=class extends Mn{constructor(e,t,n){super(`Cannot ${e}: ${t}`,n),this.operation=e,this.state=t,this.name=`StreamStateError`}},Pn=class extends Mn{constructor(e,t,n){super(`Expected ${e}, got ${t}`,n),this.expectedType=e,this.actualType=t,this.name=`StreamTypeError`}};let Fn=e=>Array.isArray(e);var In=class e{constructor(){this.__excelts_stream=!0,this._listeners=new Map,this._maxListeners=e.defaultMaxListeners}static{this.defaultMaxListeners=10}addListener(e,t){return this.on(e,t)}_listenerCount(e){return e?Fn(e)?e.length:1:0}_hasListeners(e){return this._listenerCount(this._listeners.get(e))>0}on(e,t){e!==`newListener`&&this._hasListeners(`newListener`)&&this.emit(`newListener`,e,t);let n=this._listeners.get(e);if(this._maxListeners>0){let t=this._listenerCount(n);t>=this._maxListeners&&console?.warn?.(`MaxListenersExceededWarning: Possible EventEmitter memory leak detected. ${t+1} ${String(e)} listeners added. Use emitter.setMaxListeners() to increase limit`)}return n?Fn(n)?n.push(t):this._listeners.set(e,[n,t]):this._listeners.set(e,t),this}prependListener(e,t){e!==`newListener`&&this._hasListeners(`newListener`)&&this.emit(`newListener`,e,t);let n=this._listeners.get(e);return n?Fn(n)?n.unshift(t):this._listeners.set(e,[t,n]):this._listeners.set(e,t),this}once(e,t){let n=(...r)=>{this.off(e,n),t.apply(this,r)};return n.listener=t,this.on(e,n)}prependOnceListener(e,t){let n=(...r)=>{this.off(e,n),t.apply(this,r)};return n.listener=t,this.prependListener(e,n)}removeListener(e,t){return this.off(e,t)}off(e,t){let n=this._listeners.get(e);if(!n)return this;if(!Fn(n))return(n===t||n.listener===t)&&(this._listeners.delete(e),e!==`removeListener`&&this._hasListeners(`removeListener`)&&this.emit(`removeListener`,e,t)),this;let r=n;if(r.length===0)return this._listeners.delete(e),this;let i=r.lastIndexOf(t);if(i!==-1)r.splice(i,1);else for(let e=r.length-1;e>=0;e--)if(r[e].listener===t){r.splice(e,1);break}return r.length===0?this._listeners.delete(e):r.length===1&&this._listeners.set(e,r[0]),e!==`removeListener`&&this._hasListeners(`removeListener`)&&this.emit(`removeListener`,e,t),this}emit(e,...t){let n=this._listeners.get(e);if(!n){if(e===`error`){let e=t[0];if(e instanceof Error)throw e;let n=`Unhandled error.${e===void 0?` (undefined)`:` (${e})`}`;throw Error(n)}return!1}if(!Fn(n))return n.apply(this,t),!0;let r=n,i=r.length;if(i===0){if(e===`error`){let e=t[0];if(e instanceof Error)throw e;let n=`Unhandled error.${e===void 0?` (undefined)`:` (${e})`}`;throw Error(n)}return!1}if(i===1)return r[0].apply(this,t),!0;let a=r.slice();for(let e=0;e<a.length;e++)a[e].apply(this,t);return!0}removeAllListeners(e){if(e!==void 0){if(e!==`removeListener`&&this._hasListeners(`removeListener`)){let t=this._listeners.get(e);if(t){let n=Fn(t)?t.slice():[t];this._listeners.delete(e);for(let t of n){let n=t.listener??t;this.emit(`removeListener`,e,n)}return this}}this._listeners.delete(e)}else{if(this._hasListeners(`removeListener`)){let e=[...this._listeners.keys()];for(let t of e)if(t!==`removeListener`){let e=this._listeners.get(t);if(e){let n=Fn(e)?e.slice():[e];this._listeners.delete(t);for(let e of n){let n=e.listener??e;this.emit(`removeListener`,t,n)}}}}this._listeners.clear()}return this}listenerCount(e){return this._listenerCount(this._listeners.get(e))}listeners(e){let t=this._listeners.get(e);return t?(Fn(t)?t:[t]).map(e=>e.listener??e):[]}rawListeners(e){let t=this._listeners.get(e);return t?Fn(t)?t.slice():[t]:[]}eventNames(){return[...this._listeners.keys()]}setMaxListeners(e){return this._maxListeners=e,this}getMaxListeners(){return this._maxListeners}};In.prototype.addListener=In.prototype.on,In.prototype.removeListener=In.prototype.off;function Ln(e,t){let n=(t??`utf-8`).trim().toLowerCase();switch(n){case``:case`utf8`:case`utf-8`:return cn.encode(e);case`latin1`:case`binary`:{let t=new Uint8Array(e.length);for(let n=0;n<e.length;n++)t[n]=e.charCodeAt(n)&255;return t}case`ascii`:{let t=new Uint8Array(e.length);for(let n=0;n<e.length;n++)t[n]=e.charCodeAt(n)&127;return t}case`hex`:{let t=e.length>>>1,n=new Uint8Array(t);for(let r=0;r<t;r++)n[r]=parseInt(e.substring(r*2,r*2+2),16);return n}case`base64`:{let t=atob(e),n=new Uint8Array(t.length);for(let e=0;e<t.length;e++)n[e]=t.charCodeAt(e);return n}case`base64url`:{let t=e.replace(/-/g,`+`).replace(/_/g,`/`);for(;t.length%4!=0;)t+=`=`;let n=atob(t),r=new Uint8Array(n.length);for(let e=0;e<n.length;e++)r[e]=n.charCodeAt(e);return r}case`utf16le`:case`utf-16le`:case`ucs2`:case`ucs-2`:{let t=new Uint8Array(e.length*2);for(let n=0;n<e.length;n++){let r=e.charCodeAt(n);t[n*2]=r&255,t[n*2+1]=r>>>8&255}return t}default:throw Rn(n)}}function Rn(e){let t=TypeError(`Unknown encoding: ${e}`);return t.code=`ERR_UNKNOWN_ENCODING`,t}function zn(e,t,n){return{chunk:typeof e==`function`?void 0:e,encoding:typeof t==`string`?t:void 0,cb:typeof e==`function`?e:typeof t==`function`?t:n}}let Bn=0;function w(e){queueMicrotask(()=>{Bn++;try{e()}finally{Bn--}})}function Vn(){return Bn>0}let Hn=null;function Un(){return Hn}function Wn(e){Hn=e}var Gn=class{constructor(e){this._items=[],this._index=0,this._front=[],this._byteSize=0,this._objectMode=e}_chunkSize(e){return e instanceof Uint8Array?e.byteLength:1}get length(){return this._front.length+(this._items.length-this._index)}get byteSize(){return this._byteSize}push(e){this._items.push(e),this._objectMode||(this._byteSize+=this._chunkSize(e))}shift(){let e;return this._front.length>0?e=this._front.pop():(e=this._items[this._index++],this._index===this._items.length?(this._items.length=0,this._index=0):this._index>1024&&this._index*2>this._items.length&&(this._items=this._items.slice(this._index),this._index=0)),this._objectMode||(this._byteSize-=this._chunkSize(e)),e}unshift(e){this._index===0?this._front.push(e):(this._index--,this._items[this._index]=e),this._objectMode||(this._byteSize+=this._chunkSize(e))}peek(){let e=this._front.length;return e>0?this._front[e-1]:this._index<this._items.length?this._items[this._index]:null}toArray(){let e=this._front.length,t=this._items.length-this._index,n=Array(e+t);for(let t=0;t<e;t++)n[t]=this._front[e-1-t];for(let r=0;r<t;r++)n[e+r]=this._items[this._index+r];return n}clear(){this._items.length=0,this._index=0,this._front.length=0,this._byteSize=0}consumeBytes(e){if(e===0)return new Uint8Array;let t=this.peek();if(t instanceof Uint8Array&&t.byteLength===e)return this.shift();if(t instanceof Uint8Array&&t.byteLength>e){this._shiftFrontChunk();let n=t.subarray(0,e),r=t.subarray(e);return this.unshift(r),n}let n=new Uint8Array(e),r=0;for(;r<e;){let t=this.shift();if(t instanceof Uint8Array){let i=e-r;t.byteLength<=i?(n.set(t,r),r+=t.byteLength):(n.set(t.subarray(0,i),r),this.unshift(t.subarray(i)),r+=i)}}return n}consumeAll(){let e=this._front.length,t=e+(this._items.length-this._index);if(t===0)return new Uint8Array;if(t===1)return this.shift();let n=this._byteSize,r=new Uint8Array(n),i=0;for(let t=e-1;t>=0;t--){let e=this._front[t];e instanceof Uint8Array&&(r.set(e,i),i+=e.byteLength)}for(let e=this._index;e<this._items.length;e++){let t=this._items[e];t instanceof Uint8Array&&(r.set(t,i),i+=t.byteLength)}return this.clear(),r}_shiftFrontChunk(){return this.shift()}};let Kn=(e,t,n)=>{typeof e.off==`function`?e.off(t,n):typeof e.removeListener==`function`&&e.removeListener(t,n)},qn=(e,t,n,r)=>(r?.once?typeof e.once==`function`&&e.once(t,n):typeof e.on==`function`&&e.on(t,n),()=>Kn(e,t,n)),Jn=()=>{let e=[];return{add:(t,n,r)=>{e.push(qn(t,n,r))},once:(t,n,r)=>{e.push(qn(t,n,r,{once:!0}))},cleanup:()=>{for(let t=e.length-1;t>=0;t--)e[t]();e.length=0}}};var Yn=class{constructor(e){this._source=e,this._destinations=[],this._listeners=new Map,this._sourceOverride=null}setSource(e){this._sourceOverride=e}get _emitSource(){return this._sourceOverride??this._source}pipe(e,t){let n=e,r=n,i=typeof n?.write==`function`,a=typeof n?.end==`function`,o=typeof r?.on==`function`,s=typeof r?.once==`function`,c=typeof r?.off==`function`;if(!i||!a||!s&&!o||!c&&!r?.removeListener)throw new Pn(`Writable`,typeof n);this._destinations.push(n);let l,u=()=>{l&&=(Kn(r,`drain`,l),void 0)},d=e=>{if(!n.write(e)&&(this._source.pause(),!l)){l=()=>{u(),this._source.resume()},r.on(`drain`,l);let e=this._listeners.get(n);e&&(e.drain=l)}},f=t?.end===!1?void 0:()=>{n.end()},p=()=>{this.unpipe(n)},m=typeof r.once==`function`?`once`:`on`;return r[m](`close`,p),r[m](`finish`,p),this._listeners.set(n,{data:d,end:f,destClose:p,destFinish:p,eventTarget:r}),this._source.on(`data`,d),f&&this._source.once(`end`,f),r.emit?.(`pipe`,this._emitSource),this._source.resume(),e}unpipe(e){if(e){let t=this._destinations.indexOf(e);t!==-1&&(this._destinations.splice(t,1),this._removeListeners(e),this._destinations.length===0&&this._source.pause())}else{let e=this._destinations.length>0;for(let e of this._destinations)this._removeListeners(e);this._destinations=[],e&&this._source.pause()}}_removeListeners(e){let t=this._listeners.get(e);t&&(this._source.off(`data`,t.data),t.end&&this._source.off(`end`,t.end),t.drain&&Kn(t.eventTarget,`drain`,t.drain),t.destClose&&Kn(t.eventTarget,`close`,t.destClose),t.destFinish&&Kn(t.eventTarget,`finish`,t.destFinish),t.eventTarget.emit?.(`unpipe`,this._emitSource),this._listeners.delete(e))}};function Xn(e){return wn(this,e??`utf-8`)}var T=class e extends In{static[Symbol.hasInstance](t){return typeof t!=`object`||!t?!1:Object.prototype.isPrototypeOf.call(e.prototype,t)?!0:t.__excelts_stream===!0&&typeof t.read==`function`&&typeof t.pipe==`function`&&typeof t.on==`function`&&`readableFlowing`in t}constructor(e){super(),this._reader=null,this._reading=!1,this._ended=!1,this._endEmitted=!1,this._destroyed=!1,this._internalDestroy=!1,this._errored=null,this._closed=!1,this._flowing=!1,this._resumeScheduled=!1,this._hasFlowed=!1,this._encoding=null,this._decoder=null,this._didRead=!1,this._pushMode=!1,this._webStreamMode=!1,this._hasReadImpl=!1,this._constructed=!0,this._asyncIterState=null,this.__excelts_stream=!0,this._objectMode=e?.objectMode??!1,this._highWaterMark=e?.highWaterMark??jn(this._objectMode),this._buf=new Gn(this._objectMode),this._pipes=new Yn(this),this._autoDestroy=e?.autoDestroy??!0,this._emitClose=e?.emitClose??!0,e?.read?(this._read=e.read.bind(this),this._hasReadImpl=!0,this._pushMode=!0):this._hasSubclassRead()&&(this._hasReadImpl=!0,this._pushMode=!0),e?.destroy&&(this._destroy=e.destroy.bind(this)),e?.construct&&(this._constructFunc=e.construct.bind(this)),e?.stream?(this._stream=e.stream,this._webStreamMode=!0):this._stream=null,e?.encoding&&this.setEncoding(e.encoding),e?.signal&&this._setupAbortSignal(e.signal),this._maybeConstruct()}_maybeConstruct(){(this._constructFunc||this._hasSubclassConstruct())&&(this._constructed=!1,w(()=>{(this._constructFunc??this._construct.bind(this))(e=>{if(e){this.destroy(e);return}this._constructed=!0,this._hasReadImpl&&this._flowing&&!this._ended&&!this._destroyed&&this._callRead(this._highWaterMark)})}))}_hasSubclassConstruct(){let t=Object.getPrototypeOf(this);for(;t&&t!==e.prototype&&t!==Object.prototype;){if(Object.prototype.hasOwnProperty.call(t,`_construct`))return!0;t=Object.getPrototypeOf(t)}return!1}_hasSubclassRead(){let t=Object.getPrototypeOf(this);for(;t&&t!==e.prototype&&t!==Object.prototype;){if(Object.prototype.hasOwnProperty.call(t,`_read`))return!0;t=Object.getPrototypeOf(t)}return!1}_setupAbortSignal(e){if(e.aborted){this.destroy(i(e.reason));return}let t=()=>{r(),this.destroy(i(e.reason))},n=()=>{r()},r=()=>{e.removeEventListener(`abort`,t),this.off(`close`,n),this.off(`end`,n),this.off(`error`,n)};e.addEventListener(`abort`,t,{once:!0}),this.on(`close`,n),this.on(`end`,n),this.on(`error`,n)}static from(t,n){if(t&&typeof t.getReader==`function`)return e.fromWeb(t,n);if(typeof Blob<`u`&&t instanceof Blob)return e.fromWeb(t.stream(),n);if(t==null||typeof t!=`object`&&typeof t!=`string`){let e=TypeError(`The "iterable" argument must be an instance of Iterable. Received type ${typeof t} (${String(t)})`);throw e.code=`ERR_INVALID_ARG_TYPE`,e}let r=typeof t[Symbol.iterator]==`function`,i=typeof t[Symbol.asyncIterator]==`function`;if(!r&&!i&&typeof t!=`string`){let e=t?.constructor?.name??`Object`,n=TypeError(`The "iterable" argument must be an instance of Iterable. Received an instance of ${e}`);throw n.code=`ERR_INVALID_ARG_TYPE`,n}let a=new e({...n,objectMode:n?.objectMode??!0}),o=t;return rr(a,nr(typeof o==`string`?[o]:o)),a}static isDisturbed(e){return e._didRead||(e._destroyed||e._errored!==null)&&!e._endEmitted}static isReadable(e){if(typeof e!=`object`||!e)return null;let t=e;return typeof t.read==`function`?t.destroyed||t._destroyed||t.readableEnded||t._endEmitted?!1:t.readable!==!1:null}static fromWeb(t,n){return new e({...n,stream:t})}static toWeb(e){return e._webStream}static wrap(t,n){return new e({objectMode:t.readableObjectMode??t.objectMode??!0,...n,destroy(e,n){typeof t.destroy==`function`&&t.destroy(e??void 0),n(e)}}).wrap(t)}push(e,t){if(this._destroyed)return!1;if(this._pushMode=!0,e!==null&&typeof e==`string`&&!this._objectMode){let n=Ln(e,t||`utf8`);n.toString=Xn,e=n}if(this._ended&&e!==null){let e=Error(`stream.push() after EOF`);return e.code=`ERR_STREAM_PUSH_AFTER_EOF`,w(()=>this.emit(`error`,e)),!1}if(e===null)return this._ended?!1:(this._ended=!0,this._buf.length===0&&w(()=>this._emitEndOnce()),!1);if(!this._objectMode&&(typeof e==`string`?e.length:e?.byteLength??e?.length??0)===0)return!0;if(this._flowing)return this._buf.length>0?(this._buf.push(e),this._objectMode?this._buf.length<this._highWaterMark:this._buf.byteSize<this._highWaterMark):(this._didRead=!0,this.emit(`data`,this._applyEncoding(e)),this._flowing?(this._hasReadImpl&&!this._ended&&w(()=>{this._flowing&&!this._ended&&!this._destroyed&&(this._callRead(this._highWaterMark),this._ended&&this._buf.length===0&&this._emitEndOnce())}),!0):!1);{let t=this._buf.length===0;return this._buf.push(e),t&&w(()=>this.emit(`readable`)),this._objectMode?this._buf.length<this._highWaterMark:this._buf.byteSize<this._highWaterMark}}_emitEndOnce(){if(this._endEmitted||this._destroyed||this._buf.length>0)return;let e=this._flushDecoder();e&&this.emit(`data`,e),this._endEmitted=!0,this.emit(`end`),this._autoDestroy&&this.destroy()}unshift(e,t){if(this._destroyed)return;if(e===null){this._ended||(this._ended=!0,this._buf.length===0&&w(()=>this._emitEndOnce()));return}if(this._endEmitted){let e=Error(`stream.unshift() after end event`);e.code=`ERR_STREAM_UNSHIFT_AFTER_END_EVENT`,w(()=>this.emit(`error`,e));return}if(typeof e==`string`&&!this._objectMode){let n=Ln(e,t||`utf8`);n.toString=Xn,e=n}let n=this._buf.length===0;this._buf.unshift(e),this._flowing?w(()=>{for(;this._buf.length>0&&this._flowing;){let e=this._buf.shift();this._didRead=!0,this.emit(`data`,this._applyEncoding(e))}this._ended&&this._buf.length===0&&this._emitEndOnce()}):n&&w(()=>this.emit(`readable`))}_callRead(e){try{this._read(e)}catch(e){let t=e instanceof Error?e:Error(String(e));this._internalDestroy=!0,this.destroy(t)}}read(e){this._didRead=!0;let t;if(e!=null){if(t=parseInt(e,10),isNaN(t))t=void 0;else if(t<=0){if(t===0&&!this._ended&&!this._destroyed&&this._constructed){let e=this._objectMode?this._buf.length:this._buf.byteSize;(e<this._highWaterMark||e===0)&&this._callRead(this._highWaterMark)}return null}}if(this._buf.length===0)return!this._ended&&!this._destroyed&&this._constructed&&this._callRead(this._highWaterMark),null;if(this._objectMode){let e=this._buf.shift();return this._ended&&this._buf.length===0&&w(()=>this._emitEndOnce()),this._hasReadImpl&&!this._ended&&!this._destroyed&&this._constructed&&this._buf.length<this._highWaterMark&&w(()=>{!this._ended&&!this._destroyed&&this._callRead(this._highWaterMark)}),e}let n;if(t==null)n=this._applyEncoding(this._buf.consumeAll());else if(this._buf.byteSize<t)if(this._ended)n=this._applyEncoding(this._buf.consumeAll());else return this._hasReadImpl&&this._constructed&&this._callRead(Math.max(t,this._highWaterMark)),null;else n=this._applyEncoding(this._buf.consumeBytes(t));return this._hasReadImpl&&!this._ended&&!this._destroyed&&this._buf.byteSize<this._highWaterMark&&w(()=>{!this._ended&&!this._destroyed&&this._callRead(this._highWaterMark)}),this._ended&&this._buf.length===0&&w(()=>this._emitEndOnce()),!this._flowing&&this._buf.length>0&&w(()=>this.emit(`readable`)),n}_flushDecoder(){if(!this._decoder)return null;let e=this._decoder.decode(new Uint8Array,{stream:!1});return this._decoder=null,e||null}setEncoding(e){return this._encoding=e,this._decoder=mn(e),this}_applyEncoding(e){return this._encoding&&e instanceof Uint8Array?(this._decoder||=mn(this._encoding),this._decoder.decode(e,{stream:!0})):e}wrap(e){let t=!1;return e.on(`data`,n=>{this.push(n)||(e.pause(),t=!0)}),e.on(`end`,()=>this.push(null)),e.on(`error`,e=>this.destroy(e)),e.on(`close`,()=>this.destroy()),this._hasReadImpl=!0,this._read=()=>{t&&(t=!1,e.resume())},this}pause(){return this._flowing?(this._flowing=!1,this.emit(`pause`)):this._hasFlowed=!0,this}resume(){return this._flowing||(this._flowing=!0,this._hasFlowed=!0,this._resumeScheduled||(this._resumeScheduled=!0,w(()=>{this._resumeScheduled=!1,this.emit(`resume`)}))),this._buf.length>0?w(()=>{for(;this._buf.length>0&&this._flowing;){let e=this._buf.shift();this._didRead=!0,this.emit(`data`,this._applyEncoding(e))}if(this._ended&&this._buf.length===0&&this._emitEndOnce(),this._flowing&&this._buf.length===0&&this._webStreamMode&&!this._pushMode&&!this._ended&&!this._destroyed&&this._startReading(),this._hasReadImpl&&this._flowing&&!this._ended&&!this._destroyed&&this._constructed){let e=this._objectMode?this._buf.length:this._buf.byteSize;(e<this._highWaterMark||e===0)&&this._callRead(this._highWaterMark)}}):this._ended&&this._buf.length===0?w(()=>this._emitEndOnce()):this._webStreamMode&&!this._pushMode?this._startReading():this._hasReadImpl&&w(()=>{this._flowing&&!this._ended&&!this._destroyed&&this._constructed&&(this._callRead(this._highWaterMark),this._ended&&this._buf.length===0&&this._emitEndOnce())}),this}on(e,t){return super.on(e,t),e===`data`?this.resume():e===`readable`&&(this._hasFlowed=!0,this._flowing=!1,(this._buf.length>0||this._ended)&&w(()=>this.emit(`readable`))),this}isPaused(){return this.readableFlowing===!1}pipe(e,t){return this._pipes.pipe(e,t)}unpipe(e){return this._pipes.unpipe(e),this}destroy(e){if(this._destroyed)return this;if(this._destroyed=!0,this._readableOverride=void 0,this.unpipe(),this._reader){let e=this._reader;this._reader=null,e.cancel().catch(()=>{}).finally(()=>{try{e.releaseLock()}catch{}})}let t=e=>{let t=e||null;t&&(this._errored=t),this._closed=!0;let n=()=>{t&&this.emit(`error`,t),this._emitClose&&this.emit(`close`)},r=this._endEmitted||this._internalDestroy;this._internalDestroy=!1,Vn()&&!this._hasDestroyHook()&&r?n():w(n)};if(this._hasDestroyHook())try{this._destroy(e??null,t)}catch(e){t(e instanceof Error?e:Error(String(e)))}else t(e);return this}_destroy(e,t){t(e)}_undestroy(){this._destroyed=!1,this._closed=!1,this._errored=null}_hasDestroyHook(){return Object.prototype.hasOwnProperty.call(this,`_destroy`)||Object.getPrototypeOf(this)._destroy!==e.prototype._destroy}get _webStream(){if(this._stream)return this._stream;let e=this,t=!1,n=new ReadableStream({pull(n){return new Promise((r,i)=>{if(t)return r();let a=()=>{if(e._destroyed){if(e._errored){t=!0;try{n.error(e._errored)}catch{}return i(e._errored)}t=!0;try{n.close()}catch{}return r()}let o=e.read();if(o!==null){try{n.enqueue(o)}catch{}return r()}if(e._endEmitted){t=!0;try{n.close()}catch{}return r()}let s=()=>{d(),a()},c=()=>{d(),t=!0;try{n.close()}catch{}r()},l=e=>{d(),t=!0;try{n.error(e)}catch{}i(e)},u=()=>{if(d(),!t){t=!0;try{n.close()}catch{}}r()},d=()=>{e.off(`readable`,s),e.off(`end`,c),e.off(`error`,l),e.off(`close`,u)};e.once(`readable`,s),e.once(`end`,c),e.once(`error`,l),e.once(`close`,u)};a()})},cancel(){e.destroy()}});return this._stream=n,n}get readable(){return this._readableOverride===void 0?!this._destroyed&&!this._endEmitted:this._readableOverride}set readable(e){this._readableOverride=e}get readableEnded(){return this._endEmitted}get readableLength(){return this._objectMode?this._buf.length:this._buf.byteSize}get destroyed(){return this._destroyed}set destroyed(e){this._destroyed=e}get errored(){return this._errored}get closed(){return this._closed}get readableFlowing(){return this._flowing?!0:this._hasFlowed?!1:null}set readableFlowing(e){e===!0?(this._flowing=!0,this._hasFlowed=!0):e===!1?(this._flowing=!1,this._hasFlowed=!0):(this._flowing=!1,this._hasFlowed=!1)}_setReadableFlowing(e){this.readableFlowing=e}get readableAborted(){return this._readableOverride===!1?!1:(this._destroyed||!!this._errored)&&!this._endEmitted}get readableDidRead(){return this._didRead}get readableEncoding(){return this._encoding}get readableObjectMode(){return this._objectMode}get readableHighWaterMark(){return this._highWaterMark}get readableBuffer(){return this._buf.toArray()}_releaseReader(){if(this._reader){let e=this._reader;this._reader=null;try{e.releaseLock()}catch{}}}async _startReading(){if(!(this._reading||this._destroyed||!this._flowing)){this._reading=!0;try{for(this._reader||=this._stream.getReader();this._flowing&&!this._destroyed&&!this._pushMode;){let{done:e,value:t}=await this._reader.read();if(this._pushMode){this._releaseReader();break}if(e){this._ended=!0,this._buf.length===0&&w(()=>this._emitEndOnce()),this._releaseReader();break}if(t!==void 0){let e=this._buf.length===0;for(this._buf.push(t),e&&w(()=>this.emit(`readable`));this._buf.length>0&&this._flowing;){let e=this._buf.shift();this._didRead=!0,this.emit(`data`,this._applyEncoding(e))}if(!this._flowing)break}}}catch(e){this.emit(`error`,e),this._releaseReader()}finally{this._reading=!1}}}async*[Symbol.asyncIterator](){this._asyncIterState||=this._initAsyncIterState();let e=this._asyncIterState;e.activeCount++;try{for(;;){if(e.streamError)throw e.streamError;if(e.dataQueueIndex<e.dataQueue.length){let t=e.dataQueue[e.dataQueueIndex];e.dataQueue[e.dataQueueIndex]=void 0,e.dataQueueIndex++,e.queuedSize-=this._chunkSizeForBackpressure(t),e.dataQueueIndex>=1024&&e.dataQueueIndex*2>=e.dataQueue.length&&(e.dataQueue.splice(0,e.dataQueueIndex),e.dataQueueIndex=0),this._maybeResumeIterState(e),yield t;continue}if(e.done)break;let t=await new Promise((t,n)=>{e.resolverQueue.push({resolve:t,reject:n})});if(t===null)break;yield t}}finally{e.activeCount--,e.activeCount===0&&this._teardownAsyncIterState(),this._destroyed||this.destroy()}}_chunkSizeForBackpressure(e){return this._objectMode?1:e instanceof Uint8Array?e.byteLength:typeof e==`string`?e.length:1}_maybeResumeIterState(e){e.pausedByIterator&&e.queuedSize<this._highWaterMark&&!e.done&&!this._destroyed&&(e.pausedByIterator=!1,this.resume())}_initAsyncIterState(){let e=this._highWaterMark,t={dataQueue:[],dataQueueIndex:0,queuedSize:0,resolverQueue:[],done:!1,streamError:null,activeCount:0,listenersAttached:!1,pausedByIterator:!1,dataHandler:null,doneHandler:null,errorHandler:null};for(t.dataHandler=n=>{if(t.resolverQueue.length>0){let{resolve:e}=t.resolverQueue.shift();e(n);return}t.dataQueue.push(n),t.queuedSize+=this._chunkSizeForBackpressure(n),!t.pausedByIterator&&t.queuedSize>=e&&(t.pausedByIterator=!0,this.pause())},t.doneHandler=()=>{t.done=!0;for(let{resolve:e}of t.resolverQueue)e(null);t.resolverQueue.length=0},t.errorHandler=e=>{t.done=!0,t.streamError=e;for(let{reject:n}of t.resolverQueue)n(e);t.resolverQueue.length=0};this._buf.length>0;){let e=this._applyEncoding(this._buf.shift());t.dataQueue.push(e),t.queuedSize+=this._chunkSizeForBackpressure(e)}if(this._ended){let e=this._flushDecoder();e&&(t.dataQueue.push(e),t.queuedSize+=this._chunkSizeForBackpressure(e)),t.done=!0}else this.on(`data`,t.dataHandler),this.on(`end`,t.doneHandler),this.on(`error`,t.errorHandler),this.on(`close`,t.doneHandler),t.listenersAttached=!0,this.resume();return t}_teardownAsyncIterState(){let e=this._asyncIterState;e&&(e.listenersAttached&&(this.off(`data`,e.dataHandler),this.off(`end`,e.doneHandler),this.off(`error`,e.errorHandler),this.off(`close`,e.doneHandler)),this._asyncIterState=null)}[Symbol.dispose](){this._destroyed||this.destroy()}async[Symbol.asyncDispose](){let e=!this._destroyed;return e&&this.destroy(),new Promise((t,n)=>{let r=()=>{e||this._endEmitted?t():n(Error(`Premature close`))};this._closed?r():this.once(`close`,r)})}iterator(e){if(e?.destroyOnReturn??!0)return this[Symbol.asyncIterator]();let t=this,n=null,r=null,i=!1,a=null,s=()=>{if(!n)return;let e=t.read();if(e!==null){let t=n;n=null,r=null,t({done:!1,value:e})}},c=()=>{s()},l=()=>{if(i=!0,n){let e=n;n=null,r=null,e({done:!0,value:void 0})}},u=e=>{if(i=!0,a=e,r){let t=r;n=null,r=null,t(e)}};t.on(`readable`,c),t.on(`end`,l),t.on(`error`,u);let d=()=>{t.off(`readable`,c),t.off(`end`,l),t.off(`error`,u)};return{next:async()=>{if(a)throw o(a);let e=t.read();return e===null?i?(d(),{done:!0,value:void 0}):new Promise((e,t)=>{n=e,r=t,s()}):{done:!1,value:e}},return:async e=>(d(),{done:!0,value:e}),throw:async e=>(d(),t.destroy(e),{done:!0,value:void 0}),[Symbol.asyncIterator](){return this}}}map(t,n){let r=n?.signal;Zn(r);let a=n?.concurrency??1,o=new AbortController,s=o.signal,c=new e({objectMode:!0});return rr(c,(async function*(e){try{yield*tr(e,e=>t(e,{signal:s}),a,r)}finally{o.abort()}})(this)),c.once(`close`,()=>{this.destroyed||this.destroy()}),r&&r.addEventListener(`abort`,()=>{c.destroy(i())},{once:!0}),c}filter(t,n){let r=n?.signal;Zn(r);let a=n?.concurrency??1,o=new AbortController,s=o.signal,c=new e({objectMode:!0}),l=Symbol(`skip`);return rr(c,(async function*(e){try{if(a<=1)for await(let n of e)Qn(r),await t(n,{signal:s})&&(yield n);else for await(let n of tr(e,async e=>await t(e,{signal:s})?e:l,a,r))n!==l&&(yield n)}finally{o.abort()}})(this)),c.once(`close`,()=>{this.destroyed||this.destroy()}),r&&r.addEventListener(`abort`,()=>{c.destroy(i())},{once:!0}),c}async forEach(e,t){let n=t?.signal;Zn(n);let r=t?.concurrency??1,i=new AbortController,a=i.signal;try{if(r<=1)for await(let t of this)Qn(n),await e(t,{signal:a});else for await(let t of tr(this,async t=>{await e(t,{signal:a})},r,n));}finally{i.abort()}}async toArray(e){let t=e?.signal;Zn(t);let n=[];for await(let e of this)Qn(t),n.push(e);return n}async some(e,t){let n=t?.signal;Zn(n);let r=t?.concurrency??1,i=new AbortController,a=i.signal;try{if(r<=1){for await(let t of this)if(Qn(n),await e(t,{signal:a}))return this.destroy(),!0}else for await(let t of tr(this,t=>e(t,{signal:a}),r,n))if(t)return this.destroy(),!0;return!1}finally{i.abort()}}async find(e,t){let n=t?.signal;Zn(n);let r=t?.concurrency??1,i=new AbortController,a=i.signal;try{if(r<=1){for await(let t of this)if(Qn(n),await e(t,{signal:a}))return this.destroy(),t}else for await(let t of tr(this,async t=>({chunk:t,match:await e(t,{signal:a})}),r,n))if(t.match)return this.destroy(),t.chunk;return}finally{i.abort()}}async every(e,t){let n=t?.signal;Zn(n);let r=t?.concurrency??1,i=new AbortController,a=i.signal;try{if(r<=1){for await(let t of this)if(Qn(n),!await e(t,{signal:a}))return this.destroy(),!1}else for await(let t of tr(this,t=>e(t,{signal:a}),r,n))if(!t)return this.destroy(),!1;return!0}finally{i.abort()}}flatMap(t,n){let r=n?.signal;Zn(r);let a=n?.concurrency??1,o=new AbortController,s=o.signal,c=new e({objectMode:!0});return rr(c,(async function*(e){try{if(a<=1)for await(let n of e){Qn(r);let e=await t(n,{signal:s});if(e&&typeof e[Symbol.asyncIterator]==`function`)for await(let t of e)yield t;else if(e&&typeof e[Symbol.iterator]==`function`)for(let t of e)yield t}else for await(let n of tr(e,async e=>{let n=await t(e,{signal:s}),r=[];if(n&&typeof n[Symbol.asyncIterator]==`function`)for await(let e of n)r.push(e);else if(n&&typeof n[Symbol.iterator]==`function`)for(let e of n)r.push(e);return r},a,r))for(let e of n)yield e}finally{o.abort()}})(this)),c.once(`close`,()=>{this.destroyed||this.destroy()}),r&&r.addEventListener(`abort`,()=>{c.destroy(i())},{once:!0}),c}drop(t,n){let r=n?.signal;Zn(r),$n(t,`limit`);let a=new e({objectMode:!0});return rr(a,(async function*(e){let n=0;for await(let i of e)Qn(r),n>=t&&(yield i),n++})(this)),a.once(`close`,()=>{this.destroyed||this.destroy()}),r&&r.addEventListener(`abort`,()=>{a.destroy(i())},{once:!0}),a}take(t,n){let r=n?.signal;Zn(r),$n(t,`limit`);let a=new e({objectMode:!0});return rr(a,(async function*(e){let n=0;for await(let i of e){if(Qn(r),n>=t)break;yield i,n++}})(this)),a.once(`close`,()=>{this.destroyed||this.destroy()}),r&&r.addEventListener(`abort`,()=>{a.destroy(i())},{once:!0}),a}async reduce(e,t,n){let r=n?.signal;Zn(r);let i=new AbortController,a=i.signal,o,s=arguments.length>=2,c=!0;try{for await(let n of this){if(Qn(r),c&&!s){o=n,c=!1;continue}c&&=(o=t,!1),o=await e(o,n,{signal:a})}if(c&&!s)throw TypeError(`Reduce of an empty stream requires an initial value`);return c?t:o}finally{i.abort()}}asIndexedPairs(e){let t=0;return this.map(e=>[t++,e],e)}compose(t,n){if(typeof t==`function`){let n=new e({objectMode:!0});rr(n,t(this)),n.once(`close`,()=>{this.destroyed||this.destroy()});let r=Un();return r?r(n):n}let r=t;if(this.pipe(r),r._readable&&r._writable)return r;if(r._readable){let e=Un();return e?e(r._readable):r._readable}let i=Un();return i?i(r):r}};T.prototype.addListener=T.prototype.on,T.prototype._read=function(e){let t=Error(`The _read() method is not implemented`);throw t.code=`ERR_METHOD_NOT_IMPLEMENTED`,t};function Zn(e){if(e!==void 0&&!(e instanceof AbortSignal))throw TypeError(`options.signal must be an AbortSignal`)}function Qn(e){if(e?.aborted)throw i(e.reason)}function $n(e,t){if(typeof e!=`number`||Number.isNaN(e)||e<0||Math.floor(e)!==e)throw RangeError(`The value of "${t}" must be a non-negative integer. Received ${e}`)}let er=Symbol(`EOF`);async function*tr(e,t,n,r){if(n<=1){for await(let n of e)Qn(r),yield await t(n);return}let i=[],a=null,s=!1,c=e[Symbol.asyncIterator]();async function l(){let e=await c.next();return e.done?(s=!0,er):(Qn(r),t(e.value))}function u(){i.push(l().catch(e=>{throw a=e,e}))}try{for(;i.length<n&&!s&&!a;)Qn(r),u();for(;i.length>0;){Qn(r);let e=await i.shift();if(a)throw o(a);e!==er&&(yield e,!s&&!a&&u())}}finally{s||await c.return?.()}}function nr(e){return e&&typeof e[Symbol.asyncIterator]==`function`?e:(async function*(){for(let t of e)yield t})()}function rr(e,t){let n=t[Symbol.asyncIterator](),r=!1,i=!1;e._hasReadImpl=!0,e._read=function(){r||i||(r=!0,(async()=>{try{if(e.destroyed){if(!i){i=!0;let e=n.return?.();e&&typeof e.then==`function`&&e.catch(()=>{})}return}let{value:t,done:r}=await n.next();if(r){i=!0,e.push(null);return}e.push(t)}catch(t){e.destroy(t)}finally{r=!1}})())},e._pushMode=!0}function ir(e){return wn(this,e??`utf-8`)}var ar=class e extends In{static[Symbol.hasInstance](t){return typeof t!=`object`||!t?!1:Object.prototype.isPrototypeOf.call(e.prototype,t)?!0:t.__excelts_stream===!0&&typeof t.write==`function`&&typeof t.end==`function`&&typeof t.on==`function`&&`writableFinished`in t}constructor(e){if(super(),this._stream=null,this._writer=null,this._ended=!1,this._finished=!1,this._syncFinish=!1,this._destroyed=!1,this._errored=null,this._errorEmitted=!1,this._closed=!1,this._writableLength=0,this._needDrain=!1,this._corked=0,this._corkedChunks=[],this._defaultEncoding=`utf8`,this._ownsStream=!1,this._directWrite=!1,this._writeQueue=[],this._writing=!1,this._pendingEnd=null,this._constructed=!0,this._resolvedWritev=null,this.__excelts_stream=!0,this._objectMode=e?.objectMode??!1,this._highWaterMark=e?.highWaterMark??jn(this._objectMode),this._autoDestroy=e?.autoDestroy??!0,this._emitClose=e?.emitClose??!0,this._decodeStrings=e?.decodeStrings??!0,this._defaultEncoding=e?.defaultEncoding??`utf8`,e?.stream)this._stream=e.stream,this._ownsStream=!1,this._directWrite=!1;else{if(e?.write&&(this._writeFunc=e.write.bind(this)),e?.final)this._finalFunc=e.final.bind(this);else{let e=this._getSubclassFinal();e&&(this._finalFunc=e)}if(e?.destroy&&(this._destroy=e.destroy.bind(this)),e?.construct&&(this._constructFunc=e.construct.bind(this)),e?.writev&&(this._writevFunc=e.writev.bind(this)),this._ownsStream=!0,this._writeFunc)this._directWrite=!0,this._stream=null;else{let t=e?.construct||this._hasSubclassConstruct(),n=this._getSubclassWrite();t&&n?(this._writeFunc=n,this._directWrite=!0,this._stream=null):(this._directWrite=!1,this._stream=new WritableStream({write:async e=>{this._write&&await new Promise((t,n)=>{this._write(e,`utf8`,e=>{e?n(e):t()})})},close:async()=>{if(this._finalFunc){let e=await new Promise(e=>{this._finalFunc(t=>{e(t??null)})});if(e){this._errored=e,this._errorEmitted=!0,this.emit(`error`,e),this._autoDestroy&&this.destroy(e);return}}this._finished=!0,this.emit(`finish`),this._autoDestroy&&this.destroy()},abort:e=>{this.emit(`error`,e)}}))}}e?.signal&&this._setupAbortSignal(e.signal),this._resolvedWritev=this._writevFunc??this._getWritevHook(),this._maybeConstruct()}_maybeConstruct(){(this._constructFunc||this._hasSubclassConstruct())&&(this._constructed=!1,w(()=>{(this._constructFunc??this._construct.bind(this))(e=>{if(e){this.destroy(e);return}if(this._constructed=!0,this._directWrite&&this._writeQueue.length>0&&!this._writing)this._writing=!0,this._drainWriteQueue();else if(this._pendingEnd&&!this._writing){let{cb:e}=this._pendingEnd;this._pendingEnd=null,this._doFinish(e)}})}))}_hasSubclassConstruct(){let t=Object.getPrototypeOf(this);for(;t&&t!==e.prototype&&t!==Object.prototype;){if(Object.prototype.hasOwnProperty.call(t,`_construct`))return!0;t=Object.getPrototypeOf(t)}return!1}_getSubclassWrite(){let t=Object.getPrototypeOf(this);for(;t&&t!==e.prototype&&t!==Object.prototype;){if(Object.prototype.hasOwnProperty.call(t,`_write`))return t._write.bind(this);t=Object.getPrototypeOf(t)}return null}_getSubclassFinal(){let t=Object.getPrototypeOf(this);for(;t&&t!==e.prototype&&t!==Object.prototype;){if(Object.prototype.hasOwnProperty.call(t,`_final`))return t._final.bind(this);t=Object.getPrototypeOf(t)}return null}_getWritevHook(){let t=Object.getPrototypeOf(this);return t._writev&&t._writev!==e.prototype._writev?t._writev.bind(this):null}_setupAbortSignal(e){if(e.aborted){this.destroy(i(e.reason));return}let t=()=>{r(),this.destroy(i(e.reason))},n=()=>{r()},r=()=>{e.removeEventListener(`abort`,t),this.off(`close`,n),this.off(`finish`,n),this.off(`error`,n)};e.addEventListener(`abort`,t,{once:!0}),this.on(`close`,n),this.on(`finish`,n),this.on(`error`,n)}setDefaultEncoding(e){return Ln(``,e),this._defaultEncoding=e,this}cork(){this._corked++}uncork(){if(this._corked>0&&this._corked--,this._corked===0){let e=this._corkedChunks;if(this._corkedChunks=[],e.length===0)return;for(let{chunk:t}of e)this._writableLength-=this._getChunkSize(t);let t=this._resolvedWritev;if(t&&e.length>1){let n=e.map(({chunk:e,encoding:t})=>({chunk:e,encoding:t})),r=n.reduce((e,{chunk:t})=>e+this._getChunkSize(t),0);this._writableLength+=r,this._writing=!0;try{t(n,t=>{if(this._writableLength-=r,this._writing=!1,t){this._destroyed||(this._errored=t,this.emit(`error`,t),this._autoDestroy&&this.destroy(t));for(let{callback:n}of e)n?.(t);return}this._needDrain&&this._writableLength<this._highWaterMark&&(this._needDrain=!1,w(()=>this.emit(`drain`)));for(let{callback:t}of e)t?.(null);this._drainWriteQueue()})}catch(t){this._writableLength-=r,this._writing=!1;let n=t instanceof Error?t:Error(String(t));this._destroyed||(this._errored=n,this.emit(`error`,n),this._autoDestroy&&this.destroy(n));for(let{callback:t}of e)t?.(n)}}else for(let{chunk:t,encoding:n,callback:r}of e)this._doWrite(t,n,r)}}write(e,t,n){if(e===null){let e=TypeError(`May not write null values to stream`);throw e.code=`ERR_STREAM_NULL_VALUES`,e}if(this._destroyed||this._ended){let e=this._destroyed&&!this._ended,r=Error(e?`Cannot call write after a stream was destroyed`:`write after end`);r.code=e?`ERR_STREAM_DESTROYED`:`ERR_STREAM_WRITE_AFTER_END`;let i=typeof t==`function`?t:n;return this._errored||=r,i&&w(()=>i(r)),!this._destroyed&&!this._errorEmitted&&(this._errorEmitted=!0,w(()=>this.emit(`error`,r))),!1}let r=typeof t==`string`?t:this._defaultEncoding,i=typeof t==`function`?t:n;if(this._corked>0){let t=this._normalizeWriteChunk(e,r);this._corkedChunks.push({chunk:t.chunk,encoding:t.encoding,callback:i});let n=this._getChunkSize(t.chunk,t.encoding);this._writableLength+=n;let a=this._writableLength<this._highWaterMark;return a||(this._needDrain=!0),a}let a=this._normalizeWriteChunk(e,r),o=this._doWrite(a.chunk,a.encoding,i);return o||(this._needDrain=!0),o}_doWrite(e,t,n){let r=this._getChunkSize(e,t);return this._writableLength+=r,this._directWrite?this._writing||!this._constructed?this._writeQueue.push({chunk:e,chunkSize:r,encoding:t,callback:n}):(this._writing=!0,this._callWriteFunc(e,r,t,n)):this._getWriter().write(e).then(()=>{this._writableLength-=r,this._needDrain&&this._writableLength<this._highWaterMark&&(this._needDrain=!1,w(()=>this.emit(`drain`))),n?.(null)}).catch(e=>{this._writableLength-=r,this._destroyed||(this._errored=e,this._errorEmitted=!0,this.emit(`error`,e),this._autoDestroy&&this.destroy(e)),n?.(e)}),this._writableLength<this._highWaterMark}_callWriteFunc(e,t,n,r){try{let i=this._objectMode?void 0:n,a=!1,o=!0;this._writeFunc(e,i,e=>{if(a){let e=Error(`Callback called multiple times`);e.code=`ERR_MULTIPLE_CALLBACK`,this.destroy(e);return}if(a=!0,e){if(this._writableLength-=t,this._destroyed?r?.(e):(this._errored=e,this._errorEmitted=!0,o?w(()=>{r?.(e),this.emit(`error`,e),this._autoDestroy&&this.destroy(e)}):(r?.(e),this.emit(`error`,e),this._autoDestroy&&this.destroy(e))),this._writing=!1,this._flushWriteQueueOnError(e),this._pendingEnd){let{cb:t}=this._pendingEnd;this._pendingEnd=null,t?.(e)}return}this._writableLength-=t,this._needDrain&&this._writableLength<this._highWaterMark&&(this._needDrain=!1,w(()=>this.emit(`drain`))),r?.(null),this._drainWriteQueue()}),o=!1}catch(e){this._writableLength-=t;let n=e instanceof Error?e:Error(String(e));if(this._destroyed||(this._errored=n,this.emit(`error`,n),this._autoDestroy&&this.destroy(n)),r?.(n),this._writing=!1,this._flushWriteQueueOnError(n),this._pendingEnd){let{cb:e}=this._pendingEnd;this._pendingEnd=null,e?.(n)}}}_drainWriteQueue(){if(this._writeQueue.length===0){if(this._writing=!1,this._pendingEnd){let{cb:e}=this._pendingEnd;this._pendingEnd=null,this._doFinish(e)}return}let e=this._resolvedWritev;if(e&&this._writeQueue.length>1){let t=this._writeQueue;this._writeQueue=[];let n=0,r=Array(t.length);for(let e=0;e<t.length;e++){let i=t[e];r[e]={chunk:i.chunk,encoding:i.encoding},n+=i.chunkSize}try{e(r,e=>{if(e){this._writableLength-=n,this._destroyed||(this._errored=e,this._errorEmitted=!0,this.emit(`error`,e));for(let n of t)n.callback?.(e);this._writing=!1,this._flushWriteQueueOnError(e);return}this._writableLength-=n,this._needDrain&&this._writableLength<this._highWaterMark&&(this._needDrain=!1,w(()=>this.emit(`drain`)));for(let e of t)e.callback?.(null);this._drainWriteQueue()})}catch(e){this._writableLength-=n,this._writing=!1;let r=e instanceof Error?e:Error(String(e));this._destroyed||(this._errored=r,this.emit(`error`,r));for(let e of t)e.callback?.(r)}}else{let e=this._writeQueue.shift();this._callWriteFunc(e.chunk,e.chunkSize,e.encoding,e.callback)}}_flushWriteQueueOnError(e){let t=this._writeQueue;this._writeQueue=[];for(let n of t)this._writableLength-=n.chunkSize,n.callback?.(e)}_doFinish(e){if(this._finalFunc)this._finalFunc(t=>{if(t){this._errorEmitted=!0,this.emit(`error`,t),e&&(this._pendingEnd={cb:e}),this._autoDestroy&&!this._destroyed&&this.destroy(t);return}let n=()=>{if(this._destroyed){e?.();return}this._finished=!0,this.emit(`prefinish`),e?.(),this.emit(`finish`),this._autoDestroy&&this.destroy()};this._syncFinish?(this._syncFinish=!1,n()):w(n)});else{let t=()=>{if(this._destroyed){e?.();return}this._finished=!0,this.emit(`prefinish`),e?.(),this.emit(`finish`),this._autoDestroy&&this.destroy()};Vn()?t():w(t)}}_getChunkSize(e,t){return this._objectMode?1:e instanceof Uint8Array?e.byteLength:typeof e==`string`?sr(e,t):0}_normalizeWriteChunk(e,t){if(this._objectMode||typeof e!=`string`||!this._decodeStrings)return{chunk:e,encoding:t};let n=Ln(e,t);return n.toString=ir,{chunk:n,encoding:`buffer`}}end(e,t,n){if(this._ended){let{chunk:r,encoding:i,cb:a}=zn(e,t,n);if(r!==void 0)return this.write(r,i??this._defaultEncoding,e=>{a?.(e??null)}),this;if(this._finished&&a){let e=Error(`Cannot call end after a stream was finished`);e.code=`ERR_STREAM_ALREADY_FINISHED`,w(()=>a(e))}else w(()=>a?.(null));return this}this._ended=!0,this._writableOverride=void 0;let{chunk:r,encoding:i,cb:a}=zn(e,t,n);if(this._corked>0&&(this._corked=1,this.uncork()),this._directWrite){if(r!==void 0){let e=this._normalizeWriteChunk(r,i??this._defaultEncoding);this._doWrite(e.chunk,e.encoding)}if(this._errored){let e=this._errored;return w(()=>a?.(e)),this}return this._writing||this._writeQueue.length>0?this._pendingEnd={cb:a}:this._doFinish(a),this}return(async()=>{try{let e=this._getWriter();if(r!==void 0){let{chunk:t}=this._normalizeWriteChunk(r,i??this._defaultEncoding);await e.write(t)}if(await e.close(),this._writer===e){this._writer=null;try{e.releaseLock()}catch{}}this._ownsStream||(this._finished=!0,this.emit(`finish`),this._autoDestroy&&this.destroy()),a&&a()}catch(e){this.emit(`error`,e)}})(),this}destroy(e){if(this._destroyed)return this;if(this._destroyed=!0,this._writableOverride=void 0,e&&!this._errored&&(this._errored=e),this._writeQueue.length>0&&this._flushWriteQueueOnError(e??Error(`Cannot call write after a stream was destroyed`)),this._corkedChunks.length>0){let t=e??Error(`Cannot call write after a stream was destroyed`);for(let e of this._corkedChunks)e.callback?.(t);this._corkedChunks=[]}let t=this._pendingEnd?.cb;if(this._pendingEnd=null,this._writing=!1,this._writer){let t=this._writer;this._writer=null,t.abort(e).catch(()=>{}).finally(()=>{try{t.releaseLock()}catch{}})}let n=e=>{let n=e||null;n&&(this._errored=n),this._closed=!0;let r=()=>{n&&!this._errorEmitted&&(this._errorEmitted=!0,this.emit(`error`,n)),this._emitClose&&this.emit(`close`),t?.(n)};Vn()&&!this._hasDestroyHook()&&this._finished?r():w(r)};if(this._hasDestroyHook())try{this._destroy(e??null,n)}catch(e){n(e instanceof Error?e:Error(String(e)))}else n(e);return this}_destroy(e,t){t(e)}_undestroy(){this._destroyed=!1,this._closed=!1,this._errored=null,this._errorEmitted=!1}_hasDestroyHook(){return Object.prototype.hasOwnProperty.call(this,`_destroy`)||Object.getPrototypeOf(this)._destroy!==e.prototype._destroy}[Symbol.dispose](){this._destroyed||this.destroy()}async[Symbol.asyncDispose](){let e=!this._destroyed;return e&&this.destroy(),new Promise((t,n)=>{let r=()=>{e||this._finished?t():n(Error(`Premature close`))};this._closed?r():this.once(`close`,r)})}get _webStream(){return this._stream||=new WritableStream({write:e=>new Promise((t,n)=>{let r=this._objectMode?void 0:this._defaultEncoding;this._writeFunc(e,r,e=>{e?n(e):t()})}),close:async()=>{this._finalFunc&&await new Promise((e,t)=>{this._finalFunc(n=>{n?t(n):e()})})},abort:e=>{this.emit(`error`,e)}}),this._stream}get writable(){return this._writableOverride===void 0?!this._destroyed&&!this._ended:this._writableOverride}set writable(e){this._writableOverride=e}get writableEnded(){return this._ended}get writableFinished(){return this._finished}get writableLength(){return this._writableLength}get destroyed(){return this._destroyed}set destroyed(e){this._destroyed=e}get errored(){return this._errored}get closed(){return this._closed}get writableNeedDrain(){return this._needDrain}get writableCorked(){return this._corked}get writableAborted(){return this._writableOverride===!1?!1:(this._destroyed||!!this._errored)&&!this._finished}get writableObjectMode(){return this._objectMode}get writableHighWaterMark(){return this._highWaterMark}get writableBuffer(){let e=this._corkedChunks.map(e=>e.chunk);for(let t of this._writeQueue)e.push(t.chunk);return e}pipe(){let e=new Nn(`pipe`,`not readable`);e.code=`ERR_STREAM_CANNOT_PIPE`,w(()=>this.emit(`error`,e))}_getWriter(){return this._writer||=this._webStream.getWriter(),this._writer}static isDisturbed(e){return e&&e._readable instanceof T?T.isDisturbed(e._readable):T.isDisturbed(e)}static fromWeb(t,n){return new e({...n,stream:t})}static toWeb(e){return e._webStream}};ar.prototype._writev=null,ar.prototype._write=function(e,t,n){let r=Error(`The _write() method is not implemented`);throw r.code=`ERR_METHOD_NOT_IMPLEMENTED`,r};function or(e){return e instanceof ar?e:e?.getWriter?new ar({stream:e}):e}function sr(e,t){let n=(t??`utf8`).toLowerCase();return n===`ascii`||n===`latin1`||n===`binary`?e.length:n===`utf16le`||n===`utf-16le`||n===`ucs2`?e.length*2:cr(e)}function cr(e){let t=0;for(let n=0;n<e.length;n++){let r=e.charCodeAt(n);r<=127?t+=1:r<=2047?t+=2:r>=55296&&r<=56319?(t+=4,n++):t+=3}return t}var lr=class e extends In{static[Symbol.hasInstance](t){return typeof t!=`object`||!t?!1:Object.prototype.isPrototypeOf.call(e.prototype,t)?!0:t.__excelts_stream===!0&&typeof t.read==`function`&&typeof t.pipe==`function`&&typeof t.write==`function`&&typeof t.end==`function`&&typeof t.on==`function`&&`readableFlowing`in t&&`writableFinished`in t}static isDisturbed(e){return e&&e._readable instanceof T?T.isDisturbed(e._readable):T.isDisturbed(e)}static from(t){if(t instanceof e)return t;let n=(e,t)=>{let n=new ar({objectMode:t.readableObjectMode,write(e,n,r){t.push(e),r()},final(e){t.push(null),e()}}),r=qn(e,`error`,e=>{t.emit(`error`,e)});qn(e,`end`,r,{once:!0}),qn(e,`close`,r,{once:!0}),qn(n,`finish`,r,{once:!0}),e.pipe(n)};if(t instanceof Promise){let r=new e({objectMode:!0});return t.then(t=>{n(e.from(t),r)}).catch(e=>{r.destroy(e instanceof Error?e:Error(String(e)))}),r}if(typeof t==`string`){let r=T.from([t]),i=new e({objectMode:!0});return n(r,i),i}if(typeof Blob<`u`&&t instanceof Blob){let r=T.fromWeb(t.stream()),i=new e;return n(r,i),i}if(typeof t==`object`&&t&&`readable`in t&&`writable`in t){let r=t,i=new e({readableObjectMode:r.readable?.readableObjectMode,writableObjectMode:r.writable?.writableObjectMode,write:r.writable?(e,t,n)=>{r.writable.write(e,t,n)}:void 0,final:r.writable?e=>{r.writable.end(e)}:void 0,destroy:(e,t)=>{r.readable&&!r.readable.destroyed&&r.readable.destroy(e??void 0),r.writable&&!r.writable.destroyed&&r.writable.destroy(e??void 0),t(e)}});return r.readable&&n(r.readable,i),i}if(typeof t==`object`&&t&&typeof t.getReader==`function`&&typeof t.cancel==`function`){let r=T.fromWeb(t),i=new e({objectMode:r.readableObjectMode});return n(r,i),i}if(typeof t==`object`&&t&&typeof t.getWriter==`function`&&typeof t.close==`function`){let n=ar.fromWeb(t);return new e({objectMode:n.writableObjectMode,write(e,t,r){n.write(e,t,r)},final(e){n.end(e)},destroy(e,t){n.destroyed||n.destroy(e??void 0),t(e)}})}if(typeof t==`object`&&t&&(Symbol.asyncIterator in t||Symbol.iterator in t)){let r=T.from(t),i=new e({objectMode:r.readableObjectMode});return n(r,i),i}if(t instanceof T){let r=new e({objectMode:t.readableObjectMode});return n(t,r),r}if(t instanceof ar)return new e({objectMode:t.writableObjectMode,write(e,n,r){t.write(e,n,r)},final(e){t.end(e)}});throw new Pn(`Duplex-compatible source`,typeof t)}static fromWeb(t,n){let r=new e(n),i=new T({stream:t.readable,objectMode:r.readableObjectMode}),a=new ar({stream:t.writable,objectMode:r.writableObjectMode});return r._sideForwardingCleanup&&=(r._sideForwardingCleanup(),null),r._readable=i,r._writable=a,r._setupSideForwarding(),r}static toWeb(e){return{readable:T.toWeb(e._readable),writable:ar.toWeb(e._writable)}}_getSubclassHook(t){let n=Object.getPrototypeOf(this);for(;n&&n!==e.prototype&&n!==Object.prototype;){if(Object.prototype.hasOwnProperty.call(n,t)){let e=this[t];return typeof e==`function`?e.bind(this):void 0}n=Object.getPrototypeOf(n)}}constructor(e){super(),this._dataForwardingSetup=!1,this._destroyed=!1,this._errored=null,this._closed=!1,this._sideForwardingCleanup=null,this._constructed=!0,this.__excelts_stream=!0,this.allowHalfOpen=e?.allowHalfOpen??!0,this._emitClose=e?.emitClose??!0,this._autoDestroy=e?.autoDestroy??!0;let t=e?.objectMode??!1,n=e?.readableObjectMode??t,r=e?.writableObjectMode??t,i=e!=null&&Object.prototype.hasOwnProperty.call(e,`highWaterMark`),a=i?e.highWaterMark:e?.readableHighWaterMark,o=i?e.highWaterMark:e?.writableHighWaterMark;e?.destroy&&(this._destroy=e.destroy.bind(this)),e?.construct&&(this._constructFunc=e.construct.bind(this));let s,c,l=this._hasConstructHook(),u=e?.read?e.read.bind(this):this._getSubclassHook(`_read`),d=e?.write?e.write.bind(this):this._getSubclassHook(`_write`),f=e?.writev?e.writev.bind(this):this._getSubclassHook(`_writev`),p=e?.final?e.final.bind(this):this._getSubclassHook(`_final`);this._readable=new T({highWaterMark:a,objectMode:n,read:u,encoding:e?.encoding,emitClose:!1,autoDestroy:!1,construct:l?e=>{s=e}:void 0}),this._writable=new ar({highWaterMark:o,objectMode:r,write:d,writev:f,final:p,decodeStrings:e?.decodeStrings,defaultEncoding:e?.defaultEncoding,emitClose:!1,autoDestroy:!1,construct:l?e=>{c=e}:void 0});let m=()=>{};this._readable.on(`error`,m),this._writable.on(`error`,m),this._setupSideForwarding(),e?.signal&&this._setupAbortSignal(e.signal),l&&(this._constructed=!1,w(()=>{(this._constructFunc??this._construct.bind(this))(e=>{if(e){s?.(e),c?.(e),this.destroy(e);return}this._constructed=!0,s?.(),c?.()})}))}_setupAbortSignal(e){if(e.aborted){this.destroy(i(e.reason));return}let t=()=>{this.destroy(i(e.reason))};e.addEventListener(`abort`,t,{once:!0}),this.once(`close`,()=>{e.removeEventListener(`abort`,t)})}_setupSideForwarding(){this._sideForwardingCleanup&&=(this._sideForwardingCleanup(),null),this._readable._pipes?.setSource(this);let e=Jn(),t=!1,n=e=>{t||(t=!0,this.emit(`error`,e))},r=!1,i=!1,a=()=>{this._autoDestroy&&r&&i&&!this._destroyed&&this.destroy()};e.once(this._readable,`end`,()=>{this.emit(`end`),r=!0,this.allowHalfOpen||this._writable.end(),a()}),e.add(this._readable,`error`,n);let o=()=>{this.emit(`readable`)};In.prototype.on.call(this._readable,`readable`,o),e.add(this._readable,`pause`,()=>this.emit(`pause`)),e.add(this._readable,`resume`,()=>this.emit(`resume`)),e.add(this._writable,`error`,n),e.once(this._writable,`prefinish`,()=>this.emit(`prefinish`)),e.once(this._writable,`finish`,()=>{this.emit(`finish`),i=!0,a()}),e.add(this._writable,`drain`,()=>this.emit(`drain`)),e.add(this._writable,`pipe`,e=>this.emit(`pipe`,e)),e.add(this._writable,`unpipe`,e=>this.emit(`unpipe`,e)),e.once(this._writable,`finish`,()=>{!this.allowHalfOpen&&!this._readable.readableEnded&&this._readable.push(null)});let s=this._readable.destroy.bind(this._readable);this._readable.destroy=e=>{let t=s(e);return this._destroyed||this.destroy(e),t},this._sideForwardingCleanup=()=>{e.cleanup(),this._readable.off(`readable`,o),this._readable.destroy=s}}on(e,t){return super.on(e,t),e===`data`&&!this._dataForwardingSetup?(this._dataForwardingSetup=!0,this._readable.on(`data`,e=>this.emit(`data`,e))):e===`readable`&&this._readable._setReadableFlowing(!1),this}push(e,t){return this._readable.push(e,t)}unshift(e,t){this._readable.unshift(e,t)}read(e){return this._readable.read(e)}write(e,t,n){let r=typeof t==`string`?t:void 0,i=typeof t==`function`?t:n;return r===void 0?this._writable.write(e,i):this._writable.write(e,r,i)}end(e,t,n){let{chunk:r,encoding:i,cb:a}=zn(e,t,n);if(this._writable.writableEnded){if(r!==void 0)return this.write(r,i,e=>{a?.(e??null)}),this;if(this.writableFinished&&a){let e=Error(`Cannot call end after a stream was finished`);e.code=`ERR_STREAM_ALREADY_FINISHED`,w(()=>a(e))}else a&&w(()=>a(null));return this}if(a){let e=!1,t=()=>{e||(e=!0,a())};this.once(`finish`,t),this.once(`close`,t)}if(r!==void 0){let e=e=>{e&&!this.destroyed&&this.destroy(e)};i===void 0?this._writable.write(r,e):this._writable.write(r,i,e)}return this._writable.end(),this}cork(){this._writable.cork()}uncork(){this._writable.uncork()}setEncoding(e){return this._readable.setEncoding(e),this}setDefaultEncoding(e){return this._writable.setDefaultEncoding(e),this}pipe(e,t){return this._readable.pipe(e,t),e}unpipe(e){return this._readable.unpipe(e),this}pause(){return this._readable.pause(),this}resume(){return this._readable.resume(),this}isPaused(){return this._readable.isPaused()}destroy(e){if(this._destroyed)return this;this._destroyed=!0,this._sideForwardingCleanup&&=(this._sideForwardingCleanup(),null);let t=e=>{let t=e||null;t&&(this._errored=t),this._closed=!0,this._readable.destroy(),this._writable.destroy();let n=()=>{t&&this.emit(`error`,t),this._emitClose&&this.emit(`close`)};Vn()&&!this._hasDestroyHook()&&this.readableEnded&&this.writableFinished?n():w(n)};if(this._hasDestroyHook())try{this._destroy(e??null,t)}catch(e){t(e instanceof Error?e:Error(String(e)))}else t(e);return this}_destroy(e,t){t(e)}_undestroy(){this._readable._undestroy(),this._writable._undestroy(),this._destroyed=!1,this._closed=!1,this._errored=null,this._setupSideForwarding()}_hasDestroyHook(){return Object.prototype.hasOwnProperty.call(this,`_destroy`)||Object.getPrototypeOf(this)._destroy!==e.prototype._destroy}_hasConstructHook(){if(this._constructFunc)return!0;let t=Object.getPrototypeOf(this);for(;t&&t!==e.prototype&&t!==Object.prototype;){if(Object.prototype.hasOwnProperty.call(t,`_construct`))return!0;t=Object.getPrototypeOf(t)}return!1}[Symbol.dispose](){this._destroyed||this.destroy()}async[Symbol.asyncDispose](){let e=!this._destroyed;return e&&this.destroy(),new Promise((t,n)=>{let r=()=>{e||this.writableFinished?t():n(Error(`Premature close`))};this._closed?r():this.once(`close`,r)})}get readable(){return this._readable.readable}set readable(e){this._readable.readable=e}get writable(){return this._writable.writable}set writable(e){this._writable.writable=e}get readableEnded(){return this._readable.readableEnded}get writableEnded(){return this._writable.writableEnded}get writableFinished(){return this._writable.writableFinished}get readableLength(){return this._readable.readableLength}get writableLength(){return this._writable.writableLength}get readableHighWaterMark(){return this._readable.readableHighWaterMark}get writableHighWaterMark(){return this._writable.writableHighWaterMark}get destroyed(){return this._destroyed}set destroyed(e){this._destroyed=e,this._readable.destroyed=e,this._writable.destroyed=e}get writableCorked(){return this._writable.writableCorked}get writableNeedDrain(){return this._writable.writableNeedDrain}get readableObjectMode(){return this._readable.readableObjectMode}get writableObjectMode(){return this._writable.writableObjectMode}get readableFlowing(){return this._readable.readableFlowing}get readableAborted(){return this._readable.readableAborted}get readableDidRead(){return this._readable.readableDidRead}get readableEncoding(){return this._readable.readableEncoding}get errored(){return this._errored??this._readable.errored??this._writable.errored}get closed(){return this._closed}get readableBuffer(){return this._readable.readableBuffer}get writableBuffer(){return this._writable.writableBuffer}wrap(e){return this._readable.wrap(e),this}iterator(e){return e?.destroyOnReturn===!1?this._readable.iterator(e):this._wrapAsyncIterator(this._readable[Symbol.asyncIterator]())}[Symbol.asyncIterator](){return this._wrapAsyncIterator(this._readable[Symbol.asyncIterator]())}_wrapAsyncIterator(e){let t=this;return{next(){return e.next()},async return(){let n=await e.return?.();return t.destroyed||t.destroy(),n??{value:void 0,done:!0}},async throw(n){let r=await e.throw?.(n);return t.destroyed||t.destroy(n instanceof Error?n:void 0),r??{value:void 0,done:!0}},[Symbol.asyncIterator](){return this}}}map(e,t){return this._readable.map(e,t)}filter(e,t){return this._readable.filter(e,t)}async forEach(e,t){return this._readable.forEach(e,t)}async toArray(e){return this._readable.toArray(e)}async some(e,t){return this._readable.some(e,t)}async find(e,t){return this._readable.find(e,t)}async every(e,t){return this._readable.every(e,t)}flatMap(e,t){return this._readable.flatMap(e,t)}drop(e,t){return this._readable.drop(e,t)}take(e,t){return this._readable.take(e,t)}async reduce(e,t,n){return arguments.length>=2?this._readable.reduce(e,t,n):this._readable.reduce(e)}compose(e,t){return this._readable.compose(e,t)}};lr.prototype.addListener=lr.prototype.on,lr.prototype._writev=null;var ur=class e extends In{static[Symbol.hasInstance](t){return typeof t!=`object`||!t?!1:Object.prototype.isPrototypeOf.call(e.prototype,t)?!0:t.__excelts_stream===!0&&typeof t.read==`function`&&typeof t.pipe==`function`&&typeof t.write==`function`&&typeof t.end==`function`&&typeof t.on==`function`&&typeof t._transform==`function`&&`readableFlowing`in t&&`writableFinished`in t}push(e,t){return this._readable.push(e,t)}constructor(t){super(),this._destroyed=!1,this._closed=!1,this._ended=!1,this._errored=null,this._dataForwardingSetup=!1,this._syncFinal=!1,this._endCalledFromSync=!1,this._endGeneration=0,this._endCallback=null,this._webStream=null,this._sideForwardingCleanup=null,this._afterTransformCallback=null,this.__excelts_stream=!0;let n=t?.objectMode??!1,r=t?.readableObjectMode??n,i=t?.writableObjectMode??n;this.allowHalfOpen=t?.allowHalfOpen??!0,this._emitClose=t?.emitClose??!0,this._autoDestroy=t?.autoDestroy??!0,this._transformImpl=t?.transform,this._flushImpl=t?.flush;let a=t!=null&&Object.prototype.hasOwnProperty.call(t,`highWaterMark`),o=a?t.highWaterMark:t?.readableHighWaterMark,s=a?t.highWaterMark:t?.writableHighWaterMark;t?.destroy&&(this._destroy=t.destroy.bind(this)),t?.construct&&(this._constructFunc=t.construct.bind(this));let c,l,u=this._hasConstructHook();this._readable=new T({highWaterMark:o,objectMode:r,encoding:t?.encoding,emitClose:!1,autoDestroy:!1,construct:u?e=>{c=e}:void 0}),this._readable._hasReadImpl=!0,this._readable._read=()=>{if(this._afterTransformCallback){let e=this._afterTransformCallback;this._afterTransformCallback=null,e(null)}},this._readable._pipes.setSource(this);let d=t?.write?(e,n,r)=>{t.write.call(this,e,n,r)}:(e,t,n)=>{let r=this._readable.readableLength,i=()=>{let e=this._readable.readableLength,t=this._readable.readableHighWaterMark;this._writable.writableEnded||r===e||e<t?n(null):this._afterTransformCallback=n},a=this._runTransformSync(e,t);a===void 0?i():a.then(()=>i(),e=>n(e))},f=t?.final?e=>{t.final.call(this,t=>{if(t){e(t);return}this._readable.push(null),e(null)})}:t=>{typeof this._final==`function`&&this._final!==e.prototype._final?this._final.call(this,e=>{if(e){t(e);return}t(null)}):this._hasSubclassFlush()||this._flushImpl?this._runFlush().then(()=>{this._readable.push(null),t(null)}).catch(e=>t(e)):this._syncFinal?(this._readable.push(null),this._readable._emitEndOnce(),t(null)):w(()=>{this._readable.push(null),t(null)})};this._writable=new ar({highWaterMark:s,objectMode:i,emitClose:!1,autoDestroy:!1,write:d,writev:t?.writev?.bind(this),final:f,decodeStrings:t?.decodeStrings,defaultEncoding:t?.defaultEncoding,construct:u?e=>{l=e}:void 0});let p=()=>{};this._readable.on(`error`,p),this._writable.on(`error`,p),this._setupSideForwarding(),t?.signal&&this._setupAbortSignal(t.signal),u&&w(()=>{(this._constructFunc??this._construct.bind(this))(e=>{if(e){c?.(e),l?.(e),this.destroy(e);return}c?.(),l?.()})})}_setupAbortSignal(e){if(e.aborted){this.destroy(i(e.reason));return}let t=()=>{this.destroy(i(e.reason))};e.addEventListener(`abort`,t,{once:!0}),this.once(`close`,()=>{e.removeEventListener(`abort`,t)})}_setupSideForwarding(){this._sideForwardingCleanup&&=(this._sideForwardingCleanup(),null),this._readable._pipes?.setSource(this);let e=Jn(),t=!1,n=!1,r=()=>{this._autoDestroy&&t&&n&&!this._destroyed&&this.destroy()};e.once(this._readable,`end`,()=>{this.emit(`end`),t=!0,this.allowHalfOpen||this._writable.end(),r()}),e.add(this._readable,`error`,e=>this._emitErrorOnce(e));let i=()=>{this.emit(`readable`)};In.prototype.on.call(this._readable,`readable`,i),e.add(this._readable,`pause`,()=>this.emit(`pause`)),e.add(this._readable,`resume`,()=>this.emit(`resume`)),e.once(this._writable,`prefinish`,()=>this.emit(`prefinish`)),e.once(this._writable,`finish`,()=>{this.emit(`finish`),n=!0,r()}),e.add(this._writable,`drain`,()=>this.emit(`drain`)),e.add(this._writable,`error`,e=>this._emitErrorOnce(e)),e.once(this._writable,`finish`,()=>{!this.allowHalfOpen&&!this._readable.readableEnded&&this._readable.push(null)}),this._sideForwardingCleanup=()=>{e.cleanup(),this._readable.off(`readable`,i)}}_scheduleEnd(){if(this._destroyed||this._errored||this._writable.writableEnded)return;let t=++this._endGeneration;w(()=>{t===this._endGeneration&&(this._destroyed||this._errored||this._writable.writableEnded||(this._endCalledFromSync&&!this._hasSubclassFlush()&&!this._flushImpl&&!(typeof this._final==`function`&&this._final!==e.prototype._final)&&this._readable._pipes._destinations.length===0&&(this._syncFinal=!0,this._writable._syncFinish=!0),this._writable.end(),this._syncFinal=!1,this._writable._syncFinish=!1))})}_emitErrorOnce(e){if(this._errored)return;let t=e instanceof Error?e:Error(String(e));this._errored=t,this._destroyed||this.destroy(t)}_hasSubclassTransform(){if(this._isSubclassTransform!==void 0)return this._isSubclassTransform;if(this._transformImpl)return this._isSubclassTransform=!1,!1;let t=Object.getPrototypeOf(this);return this._isSubclassTransform=t._transform!==e.prototype._transform,this._isSubclassTransform}_hasSubclassFlush(){if(this._flushImpl)return!1;let t=Object.getPrototypeOf(this);for(;t&&t!==e.prototype&&t!==Object.prototype;){if(Object.prototype.hasOwnProperty.call(t,`_flush`))return!0;t=Object.getPrototypeOf(t)}return!1}_runTransformSync(e,t){if(this._destroyed||this._errored)return;if(this._hasSubclassTransform()){let n=!0,r=!1,i=null,a,s=!1,c=null,l=null;if(this._transform(e,t,(e,t)=>{if(s){let e=Error(`Callback called multiple times`);e.code=`ERR_MULTIPLE_CALLBACK`,this.destroy(e);return}if(s=!0,n){r=!0,i=e??null,a=t;return}if(e){l?.(e);return}t!==void 0&&this.push(t),c?.()}),n=!1,r){if(i)throw o(i);a!==void 0&&this.push(a);return}return new Promise((e,t)=>{c=e,l=t})}let n=this._transformImpl;if(!n){let n=!0,r=!1,i=null,a,s=null,c=null;if(this._transform(e,t,(e,t)=>{if(n){r=!0,i=e??null,a=t;return}if(e){c?.(e);return}t!==void 0&&this.push(t),s?.()}),n=!1,r){if(i)throw o(i);a!==void 0&&this.push(a);return}return new Promise((e,t)=>{s=e,c=t})}let r=!0,i=!1,a=null,s,c=!1,l=null,u=null,d=new Promise((e,t)=>{l=e,u=t});if(n.call(this,e,t,(e,t)=>{if(c){let e=Error(`Callback called multiple times`);e.code=`ERR_MULTIPLE_CALLBACK`,this.destroy(e);return}if(c=!0,r){i=!0,a=e??null,s=t;return}if(e){u?.(e);return}t!==void 0&&this.push(t),l?.()}),r=!1,i){if(a)throw o(a);s!==void 0&&this.push(s);return}return d}async _runFlush(){if(this._destroyed||this._errored)return;if(this._hasSubclassFlush()){await new Promise((e,t)=>{this._flush((n,r)=>{if(n){t(n);return}r!==void 0&&this.push(r),e()})});return}let e=this._flushImpl;e&&await new Promise((t,n)=>{e.call(this,(e,r)=>{if(e){n(e);return}r!==void 0&&this.push(r),t()})})}on(e,t){return super.on(e,t),e===`data`&&!this._dataForwardingSetup?(this._dataForwardingSetup=!0,this._readable.on(`data`,e=>{this.emit(`data`,e)})):e===`readable`&&this._readable._setReadableFlowing(!1),this}write(e,t,n){let r=typeof t==`string`?t:void 0,i=typeof t==`function`?t:n;if(this._ended){let e=Error(`write after end`);return e.code=`ERR_STREAM_WRITE_AFTER_END`,w(()=>this.emit(`error`,e)),i&&w(()=>i(e)),!1}return r===void 0?this._writable.write(e,i):this._writable.write(e,r,i)}end(e,t,n){if(this._ended){let{chunk:r,encoding:i,cb:a}=zn(e,t,n);if(r!==void 0)return this.write(r,i,e=>{a?.(e??null)}),this;if(this.writableFinished&&a){let e=Error(`Cannot call end after a stream was finished`);e.code=`ERR_STREAM_ALREADY_FINISHED`,w(()=>a(e))}else a&&w(()=>a(null));return this}let{chunk:r,encoding:i,cb:a}=zn(e,t,n);if(a&&(this._endCallback=a,this.once(`finish`,()=>{let e=this._endCallback;e&&(this._endCallback=null,e())})),r!==void 0){let e=e=>{e&&!this._destroyed&&this.destroy(e)};i===void 0?this._writable.write(r,e):this._writable.write(r,i,e)}return this._ended=!0,this._endCalledFromSync=!Vn(),this._scheduleEnd(),this}read(e){return this._readable.read(e)}pipe(e,t){return this._readable.pipe(e,t)}unpipe(e){return this._readable.unpipe(e),this}isPaused(){return this._readable.isPaused()}resume(){return this._readable.resume(),this}pause(){return this._readable.pause(),this}destroy(e){if(this._destroyed)return this;if(this._destroyed=!0,this._endGeneration++,this._afterTransformCallback){let t=this._afterTransformCallback;this._afterTransformCallback=null,t(e??null)}this._sideForwardingCleanup&&=(this._sideForwardingCleanup(),null);let t=e=>{let t=e||null;this._readable.destroy(),this._writable.destroy();let n=this._endCallback;this._endCallback=null,this._closed=!0;let r=()=>{n&&n(),t&&this.emit(`error`,t),this._emitClose&&this.emit(`close`)};Vn()&&!this._hasDestroyHook()&&this.readableEnded&&this.writableFinished?r():w(r)};if(this._hasDestroyHook())try{this._destroy(e??null,t)}catch(e){t(e instanceof Error?e:Error(String(e)))}else t(e);return this}_destroy(e,t){t(e)}_undestroy(){this._readable._undestroy(),this._writable._undestroy(),this._destroyed=!1,this._closed=!1,this._errored=null,this._setupSideForwarding()}_hasDestroyHook(){return Object.prototype.hasOwnProperty.call(this,`_destroy`)||Object.getPrototypeOf(this)._destroy!==e.prototype._destroy}_hasConstructHook(){if(this._constructFunc)return!0;let t=Object.getPrototypeOf(this);for(;t&&t!==e.prototype&&t!==Object.prototype;){if(Object.prototype.hasOwnProperty.call(t,`_construct`))return!0;t=Object.getPrototypeOf(t)}return!1}[Symbol.dispose](){this._destroyed||this.destroy()}async[Symbol.asyncDispose](){let e=!this._destroyed;return e&&this.destroy(),new Promise((t,n)=>{let r=()=>{e||this.writableFinished?t():n(Error(`Premature close`))};this.closed?r():this.once(`close`,r)})}_getWebStream(){if(this._webStream)return this._webStream;let e=this[Symbol.asyncIterator](),t=new ReadableStream({pull:async t=>{let{done:n,value:r}=await e.next();if(n){t.close();return}t.enqueue(r)},cancel:e=>{this.destroy(e instanceof Error?e:Error(String(e)))}}),n=new WritableStream({write:e=>new Promise((t,n)=>{this.write(e,e=>{e?n(e):t()})}),close:()=>new Promise(e=>{this.end(()=>e())}),abort:e=>{this.destroy(e instanceof Error?e:Error(String(e)))}});return this._webStream={readable:t,writable:n},this._webStream}get readable(){return this._readable.readable}set readable(e){this._readable.readable=e}get writable(){return this._writable.writable}set writable(e){this._writable.writable=e}get readableEnded(){return this._readable.readableEnded}get writableEnded(){return this._ended||this._writable.writableEnded}get writableFinished(){return this._writable.writableFinished}get readableLength(){return this._readable.readableLength}get writableLength(){return this._writable.writableLength}get readableHighWaterMark(){return this._readable.readableHighWaterMark}get writableHighWaterMark(){return this._writable.writableHighWaterMark}get readableObjectMode(){return this._readable.readableObjectMode}get readableFlowing(){return this._readable.readableFlowing}get destroyed(){return this._destroyed}set destroyed(e){this._destroyed=e,this._readable.destroyed=e,this._writable.destroyed=e}cork(){this._writable.cork()}uncork(){this._writable.uncork()}setEncoding(e){return this._readable.setEncoding(e),this}setDefaultEncoding(e){return this._writable.setDefaultEncoding(e),this}unshift(e,t){this._readable.unshift(e,t)}wrap(e){return this._readable.wrap(e),this}iterator(e){return this._readable.iterator(e)}get writableCorked(){return this._writable.writableCorked}get writableNeedDrain(){return this._writable.writableNeedDrain}get writableObjectMode(){return this._writable.writableObjectMode}get readableAborted(){return this._readable.readableAborted}get readableDidRead(){return this._readable.readableDidRead}get readableEncoding(){return this._readable.readableEncoding}get errored(){return this._errored??this._readable.errored??this._writable.errored}get closed(){return this._closed}get readableBuffer(){return this._readable.readableBuffer}get writableBuffer(){return this._writable.writableBuffer}async*[Symbol.asyncIterator](){yield*this._readable[Symbol.asyncIterator]()}map(e,t){return this._readable.map(e,t)}filter(e,t){return this._readable.filter(e,t)}async forEach(e,t){return this._readable.forEach(e,t)}async toArray(e){return this._readable.toArray(e)}async some(e,t){return this._readable.some(e,t)}async find(e,t){return this._readable.find(e,t)}async every(e,t){return this._readable.every(e,t)}flatMap(e,t){return this._readable.flatMap(e,t)}drop(e,t){return this._readable.drop(e,t)}take(e,t){return this._readable.take(e,t)}async reduce(e,t,n){return arguments.length>=2?this._readable.reduce(e,t,n):this._readable.reduce(e)}compose(e,t){return this._readable.compose(e,t)}static isDisturbed(e){return e&&e._readable instanceof T?T.isDisturbed(e._readable):T.isDisturbed(e)}static from(e){return lr.from(e)}static fromWeb(t,n){let r=new e(n);r._webStream=t;let i=T.fromWeb(t.readable,{objectMode:n?.objectMode}),a=ar.fromWeb(t.writable,{objectMode:n?.objectMode});return r._sideForwardingCleanup&&=(r._sideForwardingCleanup(),null),r._readable=i,r._writable=a,r._setupSideForwarding(),r}static toWeb(e){return e._getWebStream()}_transform(e,t,n){let r=Error(`The _transform() method is not implemented`);throw r.code=`ERR_METHOD_NOT_IMPLEMENTED`,r}_final(e){typeof this._flush==`function`&&!this.destroyed?this._flush((t,n)=>{if(t){e(t);return}n!=null&&this.push(n),this.push(null),e()}):(this.push(null),e())}};ur.prototype.addListener=ur.prototype.on,ur.prototype._writev=null;var dr=class extends ur{_transform(e,t,n){n(null,e)}};let fr=e=>!e||typeof e!=`object`||typeof e.pipe==`function`||typeof e.write==`function`||typeof e.end==`function`||typeof e.getReader==`function`||typeof e.getWriter==`function`?!1:Object.prototype.hasOwnProperty.call(e,`signal`)||Object.prototype.hasOwnProperty.call(e,`end`),pr=e=>`readableEnded`in e||`readable`in e||typeof e.read==`function`,mr=e=>`writableFinished`in e||`writable`in e||typeof e.write==`function`,hr=e=>{let t=!pr(e)||!!e.readableEnded,n=!mr(e)||!!e.writableFinished;return t&&n},gr=()=>{let e=Error(`Premature close`);return e.code=`ERR_STREAM_PREMATURE_CLOSE`,e.name=`Error [ERR_STREAM_PREMATURE_CLOSE]`,e},_r=(e,t,n)=>{let r=e;if(r.closed||r._closed){t();return}`_emitClose`in r&&`_autoDestroy`in r&&r._emitClose!==!1&&r._autoDestroy!==!1?n.once(e,`close`,()=>t()):t()},vr=e=>e instanceof T||e instanceof ar||e instanceof ur||e instanceof lr?e:sn(e)?ur.fromWeb(e):an(e)?T.fromWeb(e):on(e)?ar.fromWeb(e):e,yr=e=>typeof e==`function`&&!(e instanceof T)&&!(e instanceof ar),br=(e,t)=>{let n=t(e);return T.from(n)};function xr(...e){let t,n={},r,a=e[e.length-1];if(typeof a==`function`){r=a;let i=e[e.length-2];fr(i)?(n=i,t=e.slice(0,-2)):t=e.slice(0,-1)}else fr(a)?(n=a,t=e.slice(0,-1)):t=e;let o=new Promise((e,r)=>{if(t.length<2){r(Error(`Pipeline requires at least 2 streams`));return}let a=t.map(vr),o=[],s=[],c=a[0];o.push(c),s.push(c);for(let e=1;e<a.length;e++){let t=a[e];yr(t)?(c=br(c,t),o.push(c),s[s.length-1]=c):(o.push(t),s.push(t),c=t)}let l=s[0],u=s[s.length-1],d=s.slice(1,-1);for(let e of o)if(e.destroyed&&!hr(e)){r(gr());return}let f=!1,p=Jn(),m,h=t=>{if(!f){if(f=!0,m&&n.signal&&n.signal.removeEventListener(`abort`,m),t){let e=()=>{};for(let n of o)typeof n.on==`function`&&n.on(`error`,e),typeof n.destroy==`function`&&!n.destroyed&&n.destroy(t)}p.cleanup(),t?r(t):e()}};if(n.signal){if(n.signal.aborted){h(i(n.signal.reason));return}m=()=>h(i(n.signal.reason)),n.signal.addEventListener(`abort`,m)}c=l;for(let e of d)c.pipe(e),c=e;if(n.end!==!1)c.pipe(u);else{let e=!1,t=!1,n=()=>{t=!1,e&&typeof c.resume==`function`&&(e=!1,c.resume())};p.add(c,`data`,r=>{!u.write(r)&&!t&&(t=!0,!e&&typeof c.pause==`function`&&(e=!0,c.pause()),p.once(u,`drain`,n))}),p.once(c,`end`,()=>{_r(c,h,p)})}n.end!==!1&&p.once(u,`finish`,()=>{_r(u,h,p)});for(let e of o)p.once(e,`close`,()=>{f||hr(e)||h(gr())});for(let e of o)p.once(e,`error`,e=>h(e))});return r&&o.then(()=>r()).catch(e=>r(e)),o}function Sr(e,t,n){let r={},a;typeof t==`function`?a=t:(r=t??{},a=n);let o=new Promise((t,n)=>{let a=vr(e),o=!1,s=Jn(),c,l=()=>{s.cleanup(),c&&r.signal&&r.signal.removeEventListener(`abort`,c)},u=e=>{o||(o=!0,l(),e?n(e):t())};if(r.signal){if(r.signal.aborted){u(i(r.signal.reason));return}c=()=>u(i(r.signal.reason)),r.signal.addEventListener(`abort`,c)}let d=a;if(d.destroyed||d._destroyed){if(d.errored||d._errored)u(d.errored??d._errored);else{let e=`readableEnded`in d||`readable`in d||typeof d.read==`function`,t=`writableFinished`in d||`writable`in d||typeof d.write==`function`,n=r.readable!==!1&&e,i=r.writable!==!1&&t,a=!n||!!(d.readableEnded||d._endEmitted),o=!i||!!(d.writableFinished||d._finished);a&&o?u():u(gr())}return}let f=`readableEnded`in a||`readable`in a||typeof a.read==`function`,p=`writableFinished`in a||`writable`in a||typeof a.write==`function`,m=r.readable!==!1&&f,h=r.writable!==!1&&p,g=!m||!!a.readableEnded,_=!h||!!a.writableFinished,v=a,y=`_emitClose`in v&&`_autoDestroy`in v&&v._emitClose!==!1&&v._autoDestroy!==!1&&!v._closed,b=()=>{if(g&&_){if(y)return;u()}};if(g&&_&&(!y||a.closed)){u();return}h&&!_&&s.once(a,`finish`,()=>{_=!0,b()}),m&&!g&&s.once(a,`end`,()=>{g=!0,b()}),r.error!==!1&&s.once(a,`error`,e=>u(e)),s.once(a,`close`,()=>{let e=g||!!a.readableEnded,t=_||!!a.writableFinished;if(e&&t){g=e,_=t,u(a.errored??a._errored??void 0);return}let n=a.errored??a._errored;if(n){u(n);return}let r=Error(`Premature close`);r.code=`ERR_STREAM_PREMATURE_CLOSE`,r.name=`Error [ERR_STREAM_PREMATURE_CLOSE]`,u(r)})});return a&&o.then(()=>a()).catch(e=>a(e)),o}Wn(e=>lr.from(e));function Cr(e){return e.length<2}function wr(e){return e.length<2}var Tr=class extends ur{constructor(e={}){super({objectMode:e.objectMode!==!1}),this.parseErrorsSink=[],this.buffer=``,this._rowTransform=null,this._rowValidator=null,this.autoDetectDelimiter=!1,this.delimiterDetected=!1,this.chunkBuffer=[],this.totalRowsProcessed=0,this.isFirstChunk=!0,this.chunkAborted=!1,this.beforeFirstChunkApplied=!1,this.bomStripped=!1,this.toLineReached=!1,this.headersEmitted=!1,this.totalCharsProcessed=0,this.backpressure=!1,this.pendingCallback=null,this.options=e,this.chunkSize=e.chunkSize??1e3,this.decoder=new TextDecoder(e.encoding||`utf-8`);let t=e.delimiter??`,`;this.autoDetectDelimiter=t===``;let{config:n}=wt({options:e});this.parseConfig=n,this.parseState=Kt(n),this.scanner=Gt(Et(n)),e.rowTransform&&this.transform(e.rowTransform),e.validate&&this.validate(e.validate)}_read(e){if(this.backpressure&&this.pendingCallback){this.backpressure=!1;let e=this.pendingCallback;this.pendingCallback=null,e()}}transform(e){if(typeof e!=`function`)throw TypeError(`The transform should be a function`);return Cr(e)?this._rowTransform=(t,n)=>{try{n(null,e(t))}catch(e){n(e)}}:this._rowTransform=e,this}validate(e){if(typeof e!=`function`)throw TypeError(`The validate should be a function`);return wr(e)?this._rowValidator=(t,n)=>{try{let r=e(t);typeof r==`boolean`?n(null,r):n(null,r.isValid,r.reason)}catch(e){n(e)}}:this._rowValidator=e,this}_transform(e,t,n){if(this.chunkAborted||this.toLineReached){n();return}try{let t=typeof e==`string`?e:this.decoder.decode(e,{stream:!0});if(this.buffer+=t,!this.beforeFirstChunkApplied&&this.options.beforeFirstChunk){this.beforeFirstChunkApplied=!0;let e=this.options.beforeFirstChunk(this.buffer);typeof e==`string`&&(this.buffer=e)}if(this.bomStripped||=(this.buffer=g(this.buffer),!0),this.autoDetectDelimiter&&!this.delimiterDetected){let e=this.options.comment,t=!1,n=0,r=this.buffer.length;for(;n<r;){let i=n;for(;i<r&&this.buffer[i]!==`
|
|
37
|
+
`,rawStart:h,rawEnd:p}:{fields:d,quoted:f,endPos:p+1,complete:!0,needMore:!1,newline:`\r`,rawStart:h,rawEnd:p}}}return r&&(d.length>0||p>t)?{fields:d,quoted:f,endPos:p,complete:!0,needMore:!1,unterminatedQuote:m||void 0,rawStart:h,rawEnd:p}:{fields:d,quoted:f,endPos:p,complete:!1,needMore:!r,resumePos:t,unterminatedQuote:m||void 0,rawStart:h,rawEnd:p}}function Gt(e){let t={...Lt,...e},n=Rt(),r=[],i=[];return{get config(){return t},scanRow(e,n=0,r=!1){return Wt(e,n,t,r)},feed(e){n.buffer+=e},nextRow(){if(n.position>=n.buffer.length)return null;let e=Wt(n.buffer,n.position,t,!1,r,i);if(e.needMore)return null;if(e.complete){e.raw=n.buffer.slice(e.rawStart,e.rawEnd),n.position=e.endPos;let t=n.position,r=n.buffer.length;return(t>65536||t>r/2&&t>4096)&&(n.buffer=n.buffer.slice(n.position),n.position=0),e}return null},flush(){if(n.position>=n.buffer.length)return null;let e=Wt(n.buffer,n.position,t,!0,r,i);return e.fields.length===0&&e.endPos===n.position?null:(e.raw=n.buffer.slice(e.rawStart,e.rawEnd),n.position=e.endPos,e)},reset(){n=Rt(),r.length=0,i.length=0},getBuffer(){return n.buffer.slice(n.position)}}}function Kt(e){let t={lineNumber:0,dataRowCount:0,skippedDataRows:0,truncated:!1,headerRow:null,originalHeaders:null,useHeaders:!1,headerRowProcessed:!1,renamedHeadersForMeta:null,currentRowStartLine:+!!e.infoOption,currentRowStartOffset:0,currentRowQuoted:[],currentRawRow:``},{headers:n,groupColumnsByName:r}=e;if(n===!0)t.useHeaders=!0;else if(Array.isArray(n)){let e=_t([],{headers:n,groupColumnsByName:r},null);e&&(t.headerRow=e.headers,t.originalHeaders=e.originalHeaders,t.renamedHeadersForMeta=e.renamedHeaders),t.useHeaders=!0,t.headerRowProcessed=!0}else typeof n==`function`&&(t.useHeaders=!0);return t}function qt(e,t,n,r,i){t&&(e.currentRowQuoted=[],e.currentRowStartLine=r,e.currentRowStartOffset=i),n&&(e.currentRawRow=``)}let Jt=Object.freeze(Array(256).fill(!1));function Yt(e){return e<=256?Jt:Array(e).fill(!1)}function Xt(e){return typeof e==`boolean`?{isValid:e,reason:`Validation failed`}:{isValid:e.isValid,reason:e.reason||`Validation failed`}}function Zt(e,t,n){return gt(e,null,t||!1,n)}function Qt(e){return e.length>0?e:void 0}function $t(e,t){return{delimiter:e.delimiter,linebreak:e.linebreak,aborted:!1,truncated:t.truncated,cursor:t.dataRowCount,fields:t.headerRow?Ct(t.headerRow):void 0,renamedHeaders:t.renamedHeadersForMeta}}function en(e,t){return t.trimFieldIsIdentity?e:e.map(t.trimField)}function*tn(e,t,n,r){if(e===``)return;let i=0;for(let{line:a,lineLengthWithEnding:o}of At(e,t.linebreakRegex)){if(n.lineNumber++,t.toLine!==void 0&&n.lineNumber>t.toLine){n.truncated=!0;break}if(n.lineNumber<=t.skipLines){i+=o;continue}if(a===``&&t.shouldSkipEmpty){i+=o;continue}if(t.maxRowBytes!==void 0&&Ie(a)>t.maxRowBytes)throw Error(`Row exceeds the maximum size of ${t.maxRowBytes} bytes`);t.infoOption&&(n.currentRowStartLine=n.lineNumber,n.currentRowStartOffset=i),t.rawOption&&(n.currentRawRow=a);let e=en(a.split(t.delimiter),t);if(t.infoOption&&(n.currentRowQuoted=Yt(e.length)),t.comment&&e[0]?.trimStart().startsWith(t.comment)){i+=o;continue}if(t.shouldSkipEmpty&&ye(e,t.shouldSkipEmpty)){i+=o;continue}let s=It(e,n,t,r,n.lineNumber);if(i+=o,s.stop){yield s;return}(!s.skipped||s.error)&&(yield s),qt(n,t.infoOption,t.rawOption,n.lineNumber+1,i)}}function*nn(e,t,n,r){let i=Et(t),a=e.length,o=0;for(t.infoOption&&(n.currentRowStartOffset=0);o<a;){let a=Wt(e,o,i,!0);if(a.fields.length===0&&a.endPos===o)break;let s=en(a.fields,t),c=n.lineNumber+1;{let t=a.rawStart,r=a.rawEnd,i=1;for(let n=t;n<r;n++){let t=e.charCodeAt(n);t===10?i++:t===13&&(n+1<r&&e.charCodeAt(n+1)===10&&n++,i++)}n.lineNumber+=i}if(t.toLine!==void 0&&n.lineNumber>t.toLine){n.truncated=!0;break}let l=a.rawEnd;if(n.lineNumber<=t.skipLines){o=a.endPos;continue}if(t.maxRowBytes!==void 0&&Ie(e.slice(a.rawStart,l))>t.maxRowBytes)throw Error(`Row exceeds the maximum size of ${t.maxRowBytes} bytes`);if(t.comment&&s[0]?.trimStart().startsWith(t.comment)){o=a.endPos;continue}if(t.shouldSkipEmpty&&ye(s,t.shouldSkipEmpty)){o=a.endPos;continue}t.infoOption&&(n.currentRowStartLine=c,n.currentRowStartOffset=a.rawStart,n.currentRowQuoted=a.quoted),t.rawOption&&(n.currentRawRow=e.slice(a.rawStart,l)),a.unterminatedQuote&&r.push({code:`MissingQuotes`,message:`Quoted field unterminated`,line:n.lineNumber});let u=It(s,n,t,r,n.lineNumber);if(u.stop){yield u;return}(!u.skipped||u.error)&&(yield u),o=a.endPos,t.infoOption&&(n.currentRowStartOffset=a.endPos)}}function rn(e,t={}){let{config:n,processedInput:r}=Tt(e,t),i=Kt(n),a=[],o=[],s=n.fastMode?tn(r,n,i,a):nn(r,n,i,a);if(!i.useHeaders){let e=[];for(let r of s){if(r.row&&!r.skipped){let i=r.row;if(t.rowTransform){let e=t.rowTransform(i);if(e==null)continue;i=e}if(t.validate){let{isValid:e,reason:n}=Xt(t.validate(i));if(!e){o.push({row:i,reason:n});continue}}(n.dynamicTyping||n.castDate)&&(i=Zt(i,n.dynamicTyping,n.castDate)),n.infoOption&&r.info?e.push({record:i,info:r.info}):e.push(i)}else r.row&&r.skipped&&r.error&&o.push({row:r.row,reason:r.reason||r.error.message});if(r.stop)break}let r=$t(n,i);return n.infoOption||t.validate?{headers:void 0,rows:e,invalidRows:Qt(o),errors:Qt(a),meta:r}:e}let c=[];for(let e of s){if(e.row&&!e.skipped){let r=Pt(e.row,i,n);if(e.extras&&e.extras.length>0&&(r._extra=e.extras),t.rowTransform){let e=t.rowTransform(r);if(e==null)continue;r=e}if(t.validate){let{isValid:n,reason:i}=Xt(t.validate(r));if(!n){o.push({row:e.row,reason:i});continue}}n.infoOption&&e.info?c.push({record:r,info:e.info}):c.push(r)}else e.row&&e.skipped&&e.error&&o.push({row:e.row,reason:e.reason||e.error.message});if(e.stop)break}let l=$t(n,i),{objname:u}=t;if(u&&i.headerRow){let e=Object.create(null);for(let t of c){let r=(n.infoOption?t.record:t)[u],i=r==null?``:String(r);i!==`__proto__`&&(e[i]=t)}return{headers:l.fields,rows:e,invalidRows:Qt(o),errors:Qt(a),meta:l}}return{headers:l.fields,rows:c,invalidRows:Qt(o),errors:Qt(a),meta:l}}function an(e){return!!e&&typeof e==`object`&&typeof e.getReader==`function`}function on(e){return!!e&&typeof e==`object`&&typeof e.getWriter==`function`}function sn(e){return!!e&&typeof e==`object`&&!!e.readable&&!!e.writable&&an(e.readable)&&on(e.writable)}let cn=new TextEncoder,ln=new TextDecoder(`utf-8`,{ignoreBOM:!0}),un=new Map;function dn(e){let t=(e??`utf-8`).trim().toLowerCase();return t===``||t===`utf8`||t===`utf-8`?`utf-8`:t===`utf16le`||t===`utf-16le`||t===`ucs2`||t===`ucs-2`?`utf-16le`:t===`binary`?`latin1`:t}function fn(e){let t=dn(e);if(t===`utf-8`)return ln;let n=un.get(t);return n||(n=pn(t),un.set(t,n)),n}function pn(e,t){try{return new TextDecoder(e,t)}catch(t){throw TypeError(`Unsupported text encoding: ${e}`,{cause:t})}}function mn(e){let t=dn(e);switch(t){case`hex`:return new hn;case`base64`:return new yn(!1);case`base64url`:return new yn(!0);case`ascii`:return new bn;default:return pn(t,{ignoreBOM:!0})}}var hn=class{decode(e){let t=``;for(let n=0;n<e.length;n++)t+=gn[e[n]];return t}};let gn=(()=>{let e=Array(256);for(let t=0;t<256;t++)e[t]=t.toString(16).padStart(2,`0`);return e})(),_n=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/`,vn=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_`;var yn=class{constructor(e){this._remainder=null,this._chars=e?vn:_n}decode(e,t){let n;if(this._remainder){let t=new Uint8Array(this._remainder.length+e.length);t.set(this._remainder),t.set(e,this._remainder.length),n=t}else n=e;if(t?.stream??!1){let e=n.length%3,t=n.length-e;return this._remainder=e>0?n.slice(t):null,t>0?this._encodeBytes(n,t):``}return this._remainder=null,n.length>0?this._encodeBytes(n,n.length):``}_encodeBytes(e,t){let n=this._chars,r=n===vn,i=``,a=0;for(;a+2<t;a+=3){let t=e[a],r=e[a+1],o=e[a+2];i+=n[t>>>2]+n[(t&3)<<4|r>>>4]+n[(r&15)<<2|o>>>6]+n[o&63]}let o=t-a;if(o===1){let t=e[a];i+=n[t>>>2]+n[(t&3)<<4],r||(i+=`==`)}else if(o===2){let t=e[a],o=e[a+1];i+=n[t>>>2]+n[(t&3)<<4|o>>>4]+n[(o&15)<<2],r||(i+=`=`)}return i}},bn=class{decode(e){let t=``;for(let n=0;n<e.length;n++)t+=String.fromCharCode(e[n]&127);return t}};function xn(e){let t=``;for(let n=0;n<e.length;n++)t+=gn[e[n]];return t}function Sn(e,t){let n=t?vn:_n,r=``,i=0;for(;i+2<e.length;i+=3){let t=e[i],a=e[i+1],o=e[i+2];r+=n[t>>>2]+n[(t&3)<<4|a>>>4]+n[(a&15)<<2|o>>>6]+n[o&63]}let a=e.length-i;if(a===1){let a=e[i];r+=n[a>>>2]+n[(a&3)<<4],t||(r+=`==`)}else if(a===2){let a=e[i],o=e[i+1];r+=n[a>>>2]+n[(a&3)<<4|o>>>4]+n[(o&15)<<2],t||(r+=`=`)}return r}function Cn(e){let t=``;for(let n=0;n<e.length;n++)t+=String.fromCharCode(e[n]&127);return t}function wn(e,t){let n=dn(t);switch(n){case`hex`:return xn(e);case`base64`:return Sn(e,!1);case`base64url`:return Sn(e,!0);case`ascii`:return Cn(e);default:return fn(n).decode(e)}}function Tn(e){return cn.encode(e)}function En(e,t){return fn(t).decode(e)}function Dn(e,t){let n=e.length;if(n===0)return new Uint8Array;if(n===1){let t=e[0];return t.constructor===Uint8Array?t:new Uint8Array(t.buffer,t.byteOffset,t.byteLength)}if(t===void 0){let r=0;for(let t=0;t<n;t++)r+=e[t].length;t=r}let r=new Uint8Array(t),i=0;for(let t=0;t<n;t++){let n=e[t];r.set(n,i),i+=n.length}return r}function On(e){if(e instanceof Uint8Array)return e;if(typeof e==`string`)return cn.encode(e);if(e instanceof ArrayBuffer||Array.isArray(e))return new Uint8Array(e);throw TypeError(`Expected Uint8Array, got ${typeof e}`)}function kn(e){let t=globalThis.Buffer;return t?t.from(e.buffer,e.byteOffset,e.byteLength):e}async function*An(e){let t=e.getReader();try{for(;;){let e=await t.read();if(e.done)return;e.value!==void 0&&e.value!==null&&(yield e.value)}}finally{try{await t.cancel?.()}catch{}try{t.releaseLock?.()}catch{}}}function jn(e){return e?16:65536}var Mn=class extends n{constructor(e,t){super(e,t),this.name=`StreamError`}},Nn=class extends Mn{constructor(e,t,n){super(`Cannot ${e}: ${t}`,n),this.operation=e,this.state=t,this.name=`StreamStateError`}},Pn=class extends Mn{constructor(e,t,n){super(`Expected ${e}, got ${t}`,n),this.expectedType=e,this.actualType=t,this.name=`StreamTypeError`}};let Fn=e=>Array.isArray(e);var In=class e{constructor(){this.__excelts_stream=!0,this._listeners=new Map,this._maxListeners=e.defaultMaxListeners}static{this.defaultMaxListeners=10}addListener(e,t){return this.on(e,t)}_listenerCount(e){return e?Fn(e)?e.length:1:0}_hasListeners(e){return this._listenerCount(this._listeners.get(e))>0}on(e,t){e!==`newListener`&&this._hasListeners(`newListener`)&&this.emit(`newListener`,e,t);let n=this._listeners.get(e);if(this._maxListeners>0){let t=this._listenerCount(n);t>=this._maxListeners&&console?.warn?.(`MaxListenersExceededWarning: Possible EventEmitter memory leak detected. ${t+1} ${String(e)} listeners added. Use emitter.setMaxListeners() to increase limit`)}return n?Fn(n)?n.push(t):this._listeners.set(e,[n,t]):this._listeners.set(e,t),this}prependListener(e,t){e!==`newListener`&&this._hasListeners(`newListener`)&&this.emit(`newListener`,e,t);let n=this._listeners.get(e);return n?Fn(n)?n.unshift(t):this._listeners.set(e,[t,n]):this._listeners.set(e,t),this}once(e,t){let n=(...r)=>{this.off(e,n),t.apply(this,r)};return n.listener=t,this.on(e,n)}prependOnceListener(e,t){let n=(...r)=>{this.off(e,n),t.apply(this,r)};return n.listener=t,this.prependListener(e,n)}removeListener(e,t){return this.off(e,t)}off(e,t){let n=this._listeners.get(e);if(!n)return this;if(!Fn(n))return(n===t||n.listener===t)&&(this._listeners.delete(e),e!==`removeListener`&&this._hasListeners(`removeListener`)&&this.emit(`removeListener`,e,t)),this;let r=n;if(r.length===0)return this._listeners.delete(e),this;let i=r.lastIndexOf(t);if(i!==-1)r.splice(i,1);else for(let e=r.length-1;e>=0;e--)if(r[e].listener===t){r.splice(e,1);break}return r.length===0?this._listeners.delete(e):r.length===1&&this._listeners.set(e,r[0]),e!==`removeListener`&&this._hasListeners(`removeListener`)&&this.emit(`removeListener`,e,t),this}emit(e,...t){let n=this._listeners.get(e);if(!n){if(e===`error`){let e=t[0];if(e instanceof Error)throw e;let n=`Unhandled error.${e===void 0?` (undefined)`:` (${e})`}`;throw Error(n)}return!1}if(!Fn(n))return n.apply(this,t),!0;let r=n,i=r.length;if(i===0){if(e===`error`){let e=t[0];if(e instanceof Error)throw e;let n=`Unhandled error.${e===void 0?` (undefined)`:` (${e})`}`;throw Error(n)}return!1}if(i===1)return r[0].apply(this,t),!0;let a=r.slice();for(let e=0;e<a.length;e++)a[e].apply(this,t);return!0}removeAllListeners(e){if(e!==void 0){if(e!==`removeListener`&&this._hasListeners(`removeListener`)){let t=this._listeners.get(e);if(t){let n=Fn(t)?t.slice():[t];this._listeners.delete(e);for(let t of n){let n=t.listener??t;this.emit(`removeListener`,e,n)}return this}}this._listeners.delete(e)}else{if(this._hasListeners(`removeListener`)){let e=[...this._listeners.keys()];for(let t of e)if(t!==`removeListener`){let e=this._listeners.get(t);if(e){let n=Fn(e)?e.slice():[e];this._listeners.delete(t);for(let e of n){let n=e.listener??e;this.emit(`removeListener`,t,n)}}}}this._listeners.clear()}return this}listenerCount(e){return this._listenerCount(this._listeners.get(e))}listeners(e){let t=this._listeners.get(e);return t?(Fn(t)?t:[t]).map(e=>e.listener??e):[]}rawListeners(e){let t=this._listeners.get(e);return t?Fn(t)?t.slice():[t]:[]}eventNames(){return[...this._listeners.keys()]}setMaxListeners(e){return this._maxListeners=e,this}getMaxListeners(){return this._maxListeners}};In.prototype.addListener=In.prototype.on,In.prototype.removeListener=In.prototype.off;function Ln(e,t){let n=(t??`utf-8`).trim().toLowerCase();switch(n){case``:case`utf8`:case`utf-8`:return cn.encode(e);case`latin1`:case`binary`:{let t=new Uint8Array(e.length);for(let n=0;n<e.length;n++)t[n]=e.charCodeAt(n)&255;return t}case`ascii`:{let t=new Uint8Array(e.length);for(let n=0;n<e.length;n++)t[n]=e.charCodeAt(n)&127;return t}case`hex`:{let t=e.length>>>1,n=new Uint8Array(t);for(let r=0;r<t;r++)n[r]=parseInt(e.substring(r*2,r*2+2),16);return n}case`base64`:{let t=atob(e),n=new Uint8Array(t.length);for(let e=0;e<t.length;e++)n[e]=t.charCodeAt(e);return n}case`base64url`:{let t=e.replace(/-/g,`+`).replace(/_/g,`/`);for(;t.length%4!=0;)t+=`=`;let n=atob(t),r=new Uint8Array(n.length);for(let e=0;e<n.length;e++)r[e]=n.charCodeAt(e);return r}case`utf16le`:case`utf-16le`:case`ucs2`:case`ucs-2`:{let t=new Uint8Array(e.length*2);for(let n=0;n<e.length;n++){let r=e.charCodeAt(n);t[n*2]=r&255,t[n*2+1]=r>>>8&255}return t}default:throw Rn(n)}}function Rn(e){let t=TypeError(`Unknown encoding: ${e}`);return t.code=`ERR_UNKNOWN_ENCODING`,t}function zn(e,t,n){return{chunk:typeof e==`function`?void 0:e,encoding:typeof t==`string`?t:void 0,cb:typeof e==`function`?e:typeof t==`function`?t:n}}let Bn=0;function w(e){queueMicrotask(()=>{Bn++;try{e()}finally{Bn--}})}function Vn(){return Bn>0}let Hn=null;function Un(){return Hn}function Wn(e){Hn=e}var Gn=class{constructor(e){this._items=[],this._index=0,this._front=[],this._byteSize=0,this._objectMode=e}_chunkSize(e){return e instanceof Uint8Array?e.byteLength:1}get length(){return this._front.length+(this._items.length-this._index)}get byteSize(){return this._byteSize}push(e){this._items.push(e),this._objectMode||(this._byteSize+=this._chunkSize(e))}shift(){let e;return this._front.length>0?e=this._front.pop():(e=this._items[this._index++],this._index===this._items.length?(this._items.length=0,this._index=0):this._index>1024&&this._index*2>this._items.length&&(this._items=this._items.slice(this._index),this._index=0)),this._objectMode||(this._byteSize-=this._chunkSize(e)),e}unshift(e){this._index===0?this._front.push(e):(this._index--,this._items[this._index]=e),this._objectMode||(this._byteSize+=this._chunkSize(e))}peek(){let e=this._front.length;return e>0?this._front[e-1]:this._index<this._items.length?this._items[this._index]:null}toArray(){let e=this._front.length,t=this._items.length-this._index,n=Array(e+t);for(let t=0;t<e;t++)n[t]=this._front[e-1-t];for(let r=0;r<t;r++)n[e+r]=this._items[this._index+r];return n}clear(){this._items.length=0,this._index=0,this._front.length=0,this._byteSize=0}consumeBytes(e){if(e===0)return new Uint8Array;let t=this.peek();if(t instanceof Uint8Array&&t.byteLength===e)return this.shift();if(t instanceof Uint8Array&&t.byteLength>e){this._shiftFrontChunk();let n=t.subarray(0,e),r=t.subarray(e);return this.unshift(r),n}let n=new Uint8Array(e),r=0;for(;r<e;){let t=this.shift();if(t instanceof Uint8Array){let i=e-r;t.byteLength<=i?(n.set(t,r),r+=t.byteLength):(n.set(t.subarray(0,i),r),this.unshift(t.subarray(i)),r+=i)}}return n}consumeAll(){let e=this._front.length,t=e+(this._items.length-this._index);if(t===0)return new Uint8Array;if(t===1)return this.shift();let n=this._byteSize,r=new Uint8Array(n),i=0;for(let t=e-1;t>=0;t--){let e=this._front[t];e instanceof Uint8Array&&(r.set(e,i),i+=e.byteLength)}for(let e=this._index;e<this._items.length;e++){let t=this._items[e];t instanceof Uint8Array&&(r.set(t,i),i+=t.byteLength)}return this.clear(),r}_shiftFrontChunk(){return this.shift()}};let Kn=(e,t,n)=>{typeof e.off==`function`?e.off(t,n):typeof e.removeListener==`function`&&e.removeListener(t,n)},qn=(e,t,n,r)=>(r?.once?typeof e.once==`function`&&e.once(t,n):typeof e.on==`function`&&e.on(t,n),()=>Kn(e,t,n)),Jn=()=>{let e=[];return{add:(t,n,r)=>{e.push(qn(t,n,r))},once:(t,n,r)=>{e.push(qn(t,n,r,{once:!0}))},cleanup:()=>{for(let t=e.length-1;t>=0;t--)e[t]();e.length=0}}};var Yn=class{constructor(e){this._source=e,this._destinations=[],this._listeners=new Map,this._sourceOverride=null}setSource(e){this._sourceOverride=e}get _emitSource(){return this._sourceOverride??this._source}pipe(e,t){let n=e,r=n,i=typeof n?.write==`function`,a=typeof n?.end==`function`,o=typeof r?.on==`function`,s=typeof r?.once==`function`,c=typeof r?.off==`function`;if(!i||!a||!s&&!o||!c&&!r?.removeListener)throw new Pn(`Writable`,typeof n);this._destinations.push(n);let l,u=()=>{l&&=(Kn(r,`drain`,l),void 0)},d=e=>{if(!n.write(e)&&(this._source.pause(),!l)){l=()=>{u(),this._source.resume()},r.on(`drain`,l);let e=this._listeners.get(n);e&&(e.drain=l)}},f=t?.end===!1?void 0:()=>{n.end()},p=()=>{this.unpipe(n)},m=typeof r.once==`function`?`once`:`on`;return r[m](`close`,p),r[m](`finish`,p),this._listeners.set(n,{data:d,end:f,destClose:p,destFinish:p,eventTarget:r}),this._source.on(`data`,d),f&&this._source.once(`end`,f),r.emit?.(`pipe`,this._emitSource),this._source.resume(),e}unpipe(e){if(e){let t=this._destinations.indexOf(e);t!==-1&&(this._destinations.splice(t,1),this._removeListeners(e),this._destinations.length===0&&this._source.pause())}else{let e=this._destinations.length>0;for(let e of this._destinations)this._removeListeners(e);this._destinations=[],e&&this._source.pause()}}_removeListeners(e){let t=this._listeners.get(e);t&&(this._source.off(`data`,t.data),t.end&&this._source.off(`end`,t.end),t.drain&&Kn(t.eventTarget,`drain`,t.drain),t.destClose&&Kn(t.eventTarget,`close`,t.destClose),t.destFinish&&Kn(t.eventTarget,`finish`,t.destFinish),t.eventTarget.emit?.(`unpipe`,this._emitSource),this._listeners.delete(e))}};function Xn(e){return wn(this,e??`utf-8`)}var T=class e extends In{static[Symbol.hasInstance](t){return typeof t!=`object`||!t?!1:Object.prototype.isPrototypeOf.call(e.prototype,t)?!0:t.__excelts_stream===!0&&typeof t.read==`function`&&typeof t.pipe==`function`&&typeof t.on==`function`&&`readableFlowing`in t}constructor(e){super(),this._reader=null,this._reading=!1,this._ended=!1,this._endEmitted=!1,this._destroyed=!1,this._internalDestroy=!1,this._errored=null,this._closed=!1,this._flowing=!1,this._resumeScheduled=!1,this._hasFlowed=!1,this._encoding=null,this._decoder=null,this._didRead=!1,this._pushMode=!1,this._webStreamMode=!1,this._hasReadImpl=!1,this._constructed=!0,this._asyncIterState=null,this.__excelts_stream=!0,this._objectMode=e?.objectMode??!1,this._highWaterMark=e?.highWaterMark??jn(this._objectMode),this._buf=new Gn(this._objectMode),this._pipes=new Yn(this),this._autoDestroy=e?.autoDestroy??!0,this._emitClose=e?.emitClose??!0,e?.read?(this._read=e.read.bind(this),this._hasReadImpl=!0,this._pushMode=!0):this._hasSubclassRead()&&(this._hasReadImpl=!0,this._pushMode=!0),e?.destroy&&(this._destroy=e.destroy.bind(this)),e?.construct&&(this._constructFunc=e.construct.bind(this)),e?.stream?(this._stream=e.stream,this._webStreamMode=!0):this._stream=null,e?.encoding&&this.setEncoding(e.encoding),e?.signal&&this._setupAbortSignal(e.signal),this._maybeConstruct()}_maybeConstruct(){(this._constructFunc||this._hasSubclassConstruct())&&(this._constructed=!1,w(()=>{(this._constructFunc??this._construct.bind(this))(e=>{if(e){this.destroy(e);return}this._constructed=!0,this._hasReadImpl&&this._flowing&&!this._ended&&!this._destroyed&&this._callRead(this._highWaterMark)})}))}_hasSubclassConstruct(){let t=Object.getPrototypeOf(this);for(;t&&t!==e.prototype&&t!==Object.prototype;){if(Object.prototype.hasOwnProperty.call(t,`_construct`))return!0;t=Object.getPrototypeOf(t)}return!1}_hasSubclassRead(){let t=Object.getPrototypeOf(this);for(;t&&t!==e.prototype&&t!==Object.prototype;){if(Object.prototype.hasOwnProperty.call(t,`_read`))return!0;t=Object.getPrototypeOf(t)}return!1}_setupAbortSignal(e){if(e.aborted){this.destroy(i(e.reason));return}let t=()=>{r(),this.destroy(i(e.reason))},n=()=>{r()},r=()=>{e.removeEventListener(`abort`,t),this.off(`close`,n),this.off(`end`,n),this.off(`error`,n)};e.addEventListener(`abort`,t,{once:!0}),this.on(`close`,n),this.on(`end`,n),this.on(`error`,n)}static from(t,n){if(t&&typeof t.getReader==`function`)return e.fromWeb(t,n);if(typeof Blob<`u`&&t instanceof Blob)return e.fromWeb(t.stream(),n);if(t==null||typeof t!=`object`&&typeof t!=`string`){let e=TypeError(`The "iterable" argument must be an instance of Iterable. Received type ${typeof t} (${String(t)})`);throw e.code=`ERR_INVALID_ARG_TYPE`,e}let r=typeof t[Symbol.iterator]==`function`,i=typeof t[Symbol.asyncIterator]==`function`;if(!r&&!i&&typeof t!=`string`){let e=t?.constructor?.name??`Object`,n=TypeError(`The "iterable" argument must be an instance of Iterable. Received an instance of ${e}`);throw n.code=`ERR_INVALID_ARG_TYPE`,n}let a=new e({...n,objectMode:n?.objectMode??!0}),o=t;return rr(a,nr(typeof o==`string`?[o]:o)),a}static isDisturbed(e){return e._didRead||(e._destroyed||e._errored!==null)&&!e._endEmitted}static isReadable(e){if(typeof e!=`object`||!e)return null;let t=e;return typeof t.read==`function`?t.destroyed||t._destroyed||t.readableEnded||t._endEmitted?!1:t.readable!==!1:null}static fromWeb(t,n){return new e({...n,stream:t})}static toWeb(e){return e._webStream}static wrap(t,n){return new e({objectMode:t.readableObjectMode??t.objectMode??!0,...n,destroy(e,n){typeof t.destroy==`function`&&t.destroy(e??void 0),n(e)}}).wrap(t)}push(e,t){if(this._destroyed)return!1;if(this._pushMode=!0,e!==null&&typeof e==`string`&&!this._objectMode){let n=Ln(e,t||`utf8`);n.toString=Xn,e=n}if(this._ended&&e!==null){let e=Error(`stream.push() after EOF`);return e.code=`ERR_STREAM_PUSH_AFTER_EOF`,w(()=>this.emit(`error`,e)),!1}if(e===null)return this._ended?!1:(this._ended=!0,this._buf.length===0&&w(()=>this._emitEndOnce()),!1);if(!this._objectMode&&(typeof e==`string`?e.length:e?.byteLength??e?.length??0)===0)return!0;if(this._flowing)return this._buf.length>0?(this._buf.push(e),this._objectMode?this._buf.length<this._highWaterMark:this._buf.byteSize<this._highWaterMark):(this._didRead=!0,this.emit(`data`,this._applyEncoding(e)),this._flowing?(this._hasReadImpl&&!this._ended&&w(()=>{this._flowing&&!this._ended&&!this._destroyed&&(this._callRead(this._highWaterMark),this._ended&&this._buf.length===0&&this._emitEndOnce())}),!0):!1);{let t=this._buf.length===0;return this._buf.push(e),t&&w(()=>this.emit(`readable`)),this._objectMode?this._buf.length<this._highWaterMark:this._buf.byteSize<this._highWaterMark}}_emitEndOnce(){if(this._endEmitted||this._destroyed||this._buf.length>0)return;let e=this._flushDecoder();e&&this.emit(`data`,e),this._endEmitted=!0,this.emit(`end`),this._autoDestroy&&this.destroy()}unshift(e,t){if(this._destroyed)return;if(e===null){this._ended||(this._ended=!0,this._buf.length===0&&w(()=>this._emitEndOnce()));return}if(this._endEmitted){let e=Error(`stream.unshift() after end event`);e.code=`ERR_STREAM_UNSHIFT_AFTER_END_EVENT`,w(()=>this.emit(`error`,e));return}if(typeof e==`string`&&!this._objectMode){let n=Ln(e,t||`utf8`);n.toString=Xn,e=n}let n=this._buf.length===0;this._buf.unshift(e),this._flowing?w(()=>{for(;this._buf.length>0&&this._flowing;){let e=this._buf.shift();this._didRead=!0,this.emit(`data`,this._applyEncoding(e))}this._ended&&this._buf.length===0&&this._emitEndOnce()}):n&&w(()=>this.emit(`readable`))}_callRead(e){try{this._read(e)}catch(e){let t=e instanceof Error?e:Error(String(e));this._internalDestroy=!0,this.destroy(t)}}read(e){this._didRead=!0;let t;if(e!=null){if(t=parseInt(e,10),isNaN(t))t=void 0;else if(t<=0){if(t===0&&!this._ended&&!this._destroyed&&this._constructed){let e=this._objectMode?this._buf.length:this._buf.byteSize;(e<this._highWaterMark||e===0)&&this._callRead(this._highWaterMark)}return null}}if(this._buf.length===0)return!this._ended&&!this._destroyed&&this._constructed&&this._callRead(this._highWaterMark),null;if(this._objectMode){let e=this._buf.shift();return this._ended&&this._buf.length===0&&w(()=>this._emitEndOnce()),this._hasReadImpl&&!this._ended&&!this._destroyed&&this._constructed&&this._buf.length<this._highWaterMark&&w(()=>{!this._ended&&!this._destroyed&&this._callRead(this._highWaterMark)}),e}let n;if(t==null)n=this._applyEncoding(this._buf.shift());else if(this._buf.byteSize<t)if(this._ended)n=this._applyEncoding(this._buf.consumeAll());else return this._hasReadImpl&&this._constructed&&this._callRead(Math.max(t,this._highWaterMark)),null;else n=this._applyEncoding(this._buf.consumeBytes(t));return this._hasReadImpl&&!this._ended&&!this._destroyed&&this._buf.byteSize<this._highWaterMark&&w(()=>{!this._ended&&!this._destroyed&&this._callRead(this._highWaterMark)}),this._ended&&this._buf.length===0&&w(()=>this._emitEndOnce()),!this._flowing&&this._buf.length>0&&w(()=>this.emit(`readable`)),n}_flushDecoder(){if(!this._decoder)return null;let e=this._decoder.decode(new Uint8Array,{stream:!1});return this._decoder=null,e||null}setEncoding(e){return this._encoding=e,this._decoder=mn(e),this}_applyEncoding(e){return this._encoding&&e instanceof Uint8Array?(this._decoder||=mn(this._encoding),this._decoder.decode(e,{stream:!0})):e}wrap(e){let t=!1;return e.on(`data`,n=>{this.push(n)||(e.pause(),t=!0)}),e.on(`end`,()=>this.push(null)),e.on(`error`,e=>this.destroy(e)),e.on(`close`,()=>this.destroy()),this._hasReadImpl=!0,this._read=()=>{t&&(t=!1,e.resume())},this}pause(){return this._flowing?(this._flowing=!1,this.emit(`pause`)):this._hasFlowed=!0,this}resume(){return this._flowing||(this._flowing=!0,this._hasFlowed=!0,this._resumeScheduled||(this._resumeScheduled=!0,w(()=>{this._resumeScheduled=!1,this.emit(`resume`)}))),this._buf.length>0?w(()=>{for(;this._buf.length>0&&this._flowing;){let e=this._buf.shift();this._didRead=!0,this.emit(`data`,this._applyEncoding(e))}if(this._ended&&this._buf.length===0&&this._emitEndOnce(),this._flowing&&this._buf.length===0&&this._webStreamMode&&!this._pushMode&&!this._ended&&!this._destroyed&&this._startReading(),this._hasReadImpl&&this._flowing&&!this._ended&&!this._destroyed&&this._constructed){let e=this._objectMode?this._buf.length:this._buf.byteSize;(e<this._highWaterMark||e===0)&&this._callRead(this._highWaterMark)}}):this._ended&&this._buf.length===0?w(()=>this._emitEndOnce()):this._webStreamMode&&!this._pushMode?this._startReading():this._hasReadImpl&&w(()=>{this._flowing&&!this._ended&&!this._destroyed&&this._constructed&&(this._callRead(this._highWaterMark),this._ended&&this._buf.length===0&&this._emitEndOnce())}),this}on(e,t){return super.on(e,t),e===`data`?this.resume():e===`readable`&&(this._hasFlowed=!0,this._flowing=!1,(this._buf.length>0||this._ended)&&w(()=>this.emit(`readable`))),this}isPaused(){return this.readableFlowing===!1}pipe(e,t){return this._pipes.pipe(e,t)}unpipe(e){return this._pipes.unpipe(e),this}destroy(e){if(this._destroyed)return this;if(this._destroyed=!0,this._readableOverride=void 0,this.unpipe(),this._reader){let e=this._reader;this._reader=null,e.cancel().catch(()=>{}).finally(()=>{try{e.releaseLock()}catch{}})}let t=e=>{let t=e||null;t&&(this._errored=t),this._closed=!0;let n=()=>{t&&this.emit(`error`,t),this._emitClose&&this.emit(`close`)},r=this._endEmitted||this._internalDestroy;this._internalDestroy=!1,Vn()&&!this._hasDestroyHook()&&r?n():w(n)};if(this._hasDestroyHook())try{this._destroy(e??null,t)}catch(e){t(e instanceof Error?e:Error(String(e)))}else t(e);return this}_destroy(e,t){t(e)}_undestroy(){this._destroyed=!1,this._closed=!1,this._errored=null}_hasDestroyHook(){return Object.prototype.hasOwnProperty.call(this,`_destroy`)||Object.getPrototypeOf(this)._destroy!==e.prototype._destroy}get _webStream(){if(this._stream)return this._stream;let e=this,t=!1,n=new ReadableStream({pull(n){return new Promise((r,i)=>{if(t)return r();let a=()=>{if(e._destroyed){if(e._errored){t=!0;try{n.error(e._errored)}catch{}return i(e._errored)}t=!0;try{n.close()}catch{}return r()}let o=e.read();if(o!==null){try{n.enqueue(o)}catch{}return r()}if(e._endEmitted){t=!0;try{n.close()}catch{}return r()}let s=()=>{d(),a()},c=()=>{d(),t=!0;try{n.close()}catch{}r()},l=e=>{d(),t=!0;try{n.error(e)}catch{}i(e)},u=()=>{if(d(),!t){t=!0;try{n.close()}catch{}}r()},d=()=>{e.off(`readable`,s),e.off(`end`,c),e.off(`error`,l),e.off(`close`,u)};e.once(`readable`,s),e.once(`end`,c),e.once(`error`,l),e.once(`close`,u)};a()})},cancel(){e.destroy()}});return this._stream=n,n}get readable(){return this._readableOverride===void 0?!this._destroyed&&!this._endEmitted:this._readableOverride}set readable(e){this._readableOverride=e}get readableEnded(){return this._endEmitted}get readableLength(){return this._objectMode?this._buf.length:this._buf.byteSize}get destroyed(){return this._destroyed}set destroyed(e){this._destroyed=e}get errored(){return this._errored}get closed(){return this._closed}get readableFlowing(){return this._flowing?!0:this._hasFlowed?!1:null}set readableFlowing(e){e===!0?(this._flowing=!0,this._hasFlowed=!0):e===!1?(this._flowing=!1,this._hasFlowed=!0):(this._flowing=!1,this._hasFlowed=!1)}_setReadableFlowing(e){this.readableFlowing=e}get readableAborted(){return this._readableOverride===!1?!1:(this._destroyed||!!this._errored)&&!this._endEmitted}get readableDidRead(){return this._didRead}get readableEncoding(){return this._encoding}get readableObjectMode(){return this._objectMode}get readableHighWaterMark(){return this._highWaterMark}get readableBuffer(){return this._buf.toArray()}_releaseReader(){if(this._reader){let e=this._reader;this._reader=null;try{e.releaseLock()}catch{}}}async _startReading(){if(!(this._reading||this._destroyed||!this._flowing)){this._reading=!0;try{for(this._reader||=this._stream.getReader();this._flowing&&!this._destroyed&&!this._pushMode;){let{done:e,value:t}=await this._reader.read();if(this._pushMode){this._releaseReader();break}if(e){this._ended=!0,this._buf.length===0&&w(()=>this._emitEndOnce()),this._releaseReader();break}if(t!==void 0){let e=this._buf.length===0;for(this._buf.push(t),e&&w(()=>this.emit(`readable`));this._buf.length>0&&this._flowing;){let e=this._buf.shift();this._didRead=!0,this.emit(`data`,this._applyEncoding(e))}if(!this._flowing)break}}}catch(e){this.emit(`error`,e),this._releaseReader()}finally{this._reading=!1}}}async*[Symbol.asyncIterator](){this._asyncIterState||=this._initAsyncIterState();let e=this._asyncIterState;e.activeCount++;try{for(;;){if(e.streamError)throw e.streamError;if(e.dataQueueIndex<e.dataQueue.length){let t=e.dataQueue[e.dataQueueIndex];e.dataQueue[e.dataQueueIndex]=void 0,e.dataQueueIndex++,e.queuedSize-=this._chunkSizeForBackpressure(t),e.dataQueueIndex>=1024&&e.dataQueueIndex*2>=e.dataQueue.length&&(e.dataQueue.splice(0,e.dataQueueIndex),e.dataQueueIndex=0),this._maybeResumeIterState(e),yield t;continue}if(e.done)break;let t=await new Promise((t,n)=>{e.resolverQueue.push({resolve:t,reject:n})});if(t===null)break;yield t}}finally{e.activeCount--,e.activeCount===0&&this._teardownAsyncIterState(),this._destroyed||this.destroy()}}_chunkSizeForBackpressure(e){return this._objectMode?1:e instanceof Uint8Array?e.byteLength:typeof e==`string`?e.length:1}_maybeResumeIterState(e){e.pausedByIterator&&e.queuedSize<this._highWaterMark&&!e.done&&!this._destroyed&&(e.pausedByIterator=!1,this.resume())}_initAsyncIterState(){let e=this._highWaterMark,t={dataQueue:[],dataQueueIndex:0,queuedSize:0,resolverQueue:[],done:!1,streamError:null,activeCount:0,listenersAttached:!1,pausedByIterator:!1,dataHandler:null,doneHandler:null,errorHandler:null};for(t.dataHandler=n=>{if(t.resolverQueue.length>0){let{resolve:e}=t.resolverQueue.shift();e(n);return}t.dataQueue.push(n),t.queuedSize+=this._chunkSizeForBackpressure(n),!t.pausedByIterator&&t.queuedSize>=e&&(t.pausedByIterator=!0,this.pause())},t.doneHandler=()=>{t.done=!0;for(let{resolve:e}of t.resolverQueue)e(null);t.resolverQueue.length=0},t.errorHandler=e=>{t.done=!0,t.streamError=e;for(let{reject:n}of t.resolverQueue)n(e);t.resolverQueue.length=0};this._buf.length>0;){let e=this._applyEncoding(this._buf.shift());t.dataQueue.push(e),t.queuedSize+=this._chunkSizeForBackpressure(e)}if(this._ended){let e=this._flushDecoder();e&&(t.dataQueue.push(e),t.queuedSize+=this._chunkSizeForBackpressure(e)),t.done=!0}else this.on(`data`,t.dataHandler),this.on(`end`,t.doneHandler),this.on(`error`,t.errorHandler),this.on(`close`,t.doneHandler),t.listenersAttached=!0,this.resume();return t}_teardownAsyncIterState(){let e=this._asyncIterState;e&&(e.listenersAttached&&(this.off(`data`,e.dataHandler),this.off(`end`,e.doneHandler),this.off(`error`,e.errorHandler),this.off(`close`,e.doneHandler)),this._asyncIterState=null)}[Symbol.dispose](){this._destroyed||this.destroy()}async[Symbol.asyncDispose](){let e=!this._destroyed;return e&&this.destroy(),new Promise((t,n)=>{let r=()=>{e||this._endEmitted?t():n(Error(`Premature close`))};this._closed?r():this.once(`close`,r)})}iterator(e){if(e?.destroyOnReturn??!0)return this[Symbol.asyncIterator]();let t=this,n=null,r=null,i=!1,a=null,s=()=>{if(!n)return;let e=t.read();if(e!==null){let t=n;n=null,r=null,t({done:!1,value:e})}},c=()=>{s()},l=()=>{if(i=!0,n){let e=n;n=null,r=null,e({done:!0,value:void 0})}},u=e=>{if(i=!0,a=e,r){let t=r;n=null,r=null,t(e)}};t.on(`readable`,c),t.on(`end`,l),t.on(`error`,u);let d=()=>{t.off(`readable`,c),t.off(`end`,l),t.off(`error`,u)};return{next:async()=>{if(a)throw o(a);let e=t.read();return e===null?i?(d(),{done:!0,value:void 0}):new Promise((e,t)=>{n=e,r=t,s()}):{done:!1,value:e}},return:async e=>(d(),{done:!0,value:e}),throw:async e=>(d(),t.destroy(e),{done:!0,value:void 0}),[Symbol.asyncIterator](){return this}}}map(t,n){let r=n?.signal;Zn(r);let a=n?.concurrency??1,o=new AbortController,s=o.signal,c=new e({objectMode:!0});return rr(c,(async function*(e){try{yield*tr(e,e=>t(e,{signal:s}),a,r)}finally{o.abort()}})(this)),c.once(`close`,()=>{this.destroyed||this.destroy()}),r&&r.addEventListener(`abort`,()=>{c.destroy(i())},{once:!0}),c}filter(t,n){let r=n?.signal;Zn(r);let a=n?.concurrency??1,o=new AbortController,s=o.signal,c=new e({objectMode:!0}),l=Symbol(`skip`);return rr(c,(async function*(e){try{if(a<=1)for await(let n of e)Qn(r),await t(n,{signal:s})&&(yield n);else for await(let n of tr(e,async e=>await t(e,{signal:s})?e:l,a,r))n!==l&&(yield n)}finally{o.abort()}})(this)),c.once(`close`,()=>{this.destroyed||this.destroy()}),r&&r.addEventListener(`abort`,()=>{c.destroy(i())},{once:!0}),c}async forEach(e,t){let n=t?.signal;Zn(n);let r=t?.concurrency??1,i=new AbortController,a=i.signal;try{if(r<=1)for await(let t of this)Qn(n),await e(t,{signal:a});else for await(let t of tr(this,async t=>{await e(t,{signal:a})},r,n));}finally{i.abort()}}async toArray(e){let t=e?.signal;Zn(t);let n=[];for await(let e of this)Qn(t),n.push(e);return n}async some(e,t){let n=t?.signal;Zn(n);let r=t?.concurrency??1,i=new AbortController,a=i.signal;try{if(r<=1){for await(let t of this)if(Qn(n),await e(t,{signal:a}))return this.destroy(),!0}else for await(let t of tr(this,t=>e(t,{signal:a}),r,n))if(t)return this.destroy(),!0;return!1}finally{i.abort()}}async find(e,t){let n=t?.signal;Zn(n);let r=t?.concurrency??1,i=new AbortController,a=i.signal;try{if(r<=1){for await(let t of this)if(Qn(n),await e(t,{signal:a}))return this.destroy(),t}else for await(let t of tr(this,async t=>({chunk:t,match:await e(t,{signal:a})}),r,n))if(t.match)return this.destroy(),t.chunk;return}finally{i.abort()}}async every(e,t){let n=t?.signal;Zn(n);let r=t?.concurrency??1,i=new AbortController,a=i.signal;try{if(r<=1){for await(let t of this)if(Qn(n),!await e(t,{signal:a}))return this.destroy(),!1}else for await(let t of tr(this,t=>e(t,{signal:a}),r,n))if(!t)return this.destroy(),!1;return!0}finally{i.abort()}}flatMap(t,n){let r=n?.signal;Zn(r);let a=n?.concurrency??1,o=new AbortController,s=o.signal,c=new e({objectMode:!0});return rr(c,(async function*(e){try{if(a<=1)for await(let n of e){Qn(r);let e=await t(n,{signal:s});if(e&&typeof e[Symbol.asyncIterator]==`function`)for await(let t of e)yield t;else if(e&&typeof e[Symbol.iterator]==`function`)for(let t of e)yield t}else for await(let n of tr(e,async e=>{let n=await t(e,{signal:s}),r=[];if(n&&typeof n[Symbol.asyncIterator]==`function`)for await(let e of n)r.push(e);else if(n&&typeof n[Symbol.iterator]==`function`)for(let e of n)r.push(e);return r},a,r))for(let e of n)yield e}finally{o.abort()}})(this)),c.once(`close`,()=>{this.destroyed||this.destroy()}),r&&r.addEventListener(`abort`,()=>{c.destroy(i())},{once:!0}),c}drop(t,n){let r=n?.signal;Zn(r),$n(t,`limit`);let a=new e({objectMode:!0});return rr(a,(async function*(e){let n=0;for await(let i of e)Qn(r),n>=t&&(yield i),n++})(this)),a.once(`close`,()=>{this.destroyed||this.destroy()}),r&&r.addEventListener(`abort`,()=>{a.destroy(i())},{once:!0}),a}take(t,n){let r=n?.signal;Zn(r),$n(t,`limit`);let a=new e({objectMode:!0});return rr(a,(async function*(e){let n=0;for await(let i of e){if(Qn(r),n>=t)break;yield i,n++}})(this)),a.once(`close`,()=>{this.destroyed||this.destroy()}),r&&r.addEventListener(`abort`,()=>{a.destroy(i())},{once:!0}),a}async reduce(e,t,n){let r=n?.signal;Zn(r);let i=new AbortController,a=i.signal,o,s=arguments.length>=2,c=!0;try{for await(let n of this){if(Qn(r),c&&!s){o=n,c=!1;continue}c&&=(o=t,!1),o=await e(o,n,{signal:a})}if(c&&!s)throw TypeError(`Reduce of an empty stream requires an initial value`);return c?t:o}finally{i.abort()}}asIndexedPairs(e){let t=0;return this.map(e=>[t++,e],e)}compose(t,n){if(typeof t==`function`){let n=new e({objectMode:!0});rr(n,t(this)),n.once(`close`,()=>{this.destroyed||this.destroy()});let r=Un();return r?r(n):n}let r=t;if(this.pipe(r),r._readable&&r._writable)return r;if(r._readable){let e=Un();return e?e(r._readable):r._readable}let i=Un();return i?i(r):r}};T.prototype.addListener=T.prototype.on,T.prototype._read=function(e){let t=Error(`The _read() method is not implemented`);throw t.code=`ERR_METHOD_NOT_IMPLEMENTED`,t};function Zn(e){if(e!==void 0&&!(e instanceof AbortSignal))throw TypeError(`options.signal must be an AbortSignal`)}function Qn(e){if(e?.aborted)throw i(e.reason)}function $n(e,t){if(typeof e!=`number`||Number.isNaN(e)||e<0||Math.floor(e)!==e)throw RangeError(`The value of "${t}" must be a non-negative integer. Received ${e}`)}let er=Symbol(`EOF`);async function*tr(e,t,n,r){if(n<=1){for await(let n of e)Qn(r),yield await t(n);return}let i=[],a=null,s=!1,c=e[Symbol.asyncIterator]();async function l(){let e=await c.next();return e.done?(s=!0,er):(Qn(r),t(e.value))}function u(){i.push(l().catch(e=>{throw a=e,e}))}try{for(;i.length<n&&!s&&!a;)Qn(r),u();for(;i.length>0;){Qn(r);let e=await i.shift();if(a)throw o(a);e!==er&&(yield e,!s&&!a&&u())}}finally{s||await c.return?.()}}function nr(e){return e&&typeof e[Symbol.asyncIterator]==`function`?e:(async function*(){for(let t of e)yield t})()}function rr(e,t){let n=t[Symbol.asyncIterator](),r=!1,i=!1;e._hasReadImpl=!0,e._read=function(){r||i||(r=!0,(async()=>{try{if(e.destroyed){if(!i){i=!0;let e=n.return?.();e&&typeof e.then==`function`&&e.catch(()=>{})}return}let{value:t,done:r}=await n.next();if(r){i=!0,e.push(null);return}e.push(t)}catch(t){e.destroy(t)}finally{r=!1}})())},e._pushMode=!0}function ir(e){return wn(this,e??`utf-8`)}var ar=class e extends In{static[Symbol.hasInstance](t){return typeof t!=`object`||!t?!1:Object.prototype.isPrototypeOf.call(e.prototype,t)?!0:t.__excelts_stream===!0&&typeof t.write==`function`&&typeof t.end==`function`&&typeof t.on==`function`&&`writableFinished`in t}constructor(e){if(super(),this._stream=null,this._writer=null,this._ended=!1,this._finished=!1,this._syncFinish=!1,this._destroyed=!1,this._errored=null,this._errorEmitted=!1,this._closed=!1,this._writableLength=0,this._needDrain=!1,this._corked=0,this._corkedChunks=[],this._defaultEncoding=`utf8`,this._ownsStream=!1,this._directWrite=!1,this._writeQueue=[],this._writing=!1,this._pendingEnd=null,this._constructed=!0,this._resolvedWritev=null,this.__excelts_stream=!0,this._objectMode=e?.objectMode??!1,this._highWaterMark=e?.highWaterMark??jn(this._objectMode),this._autoDestroy=e?.autoDestroy??!0,this._emitClose=e?.emitClose??!0,this._decodeStrings=e?.decodeStrings??!0,this._defaultEncoding=e?.defaultEncoding??`utf8`,e?.stream)this._stream=e.stream,this._ownsStream=!1,this._directWrite=!1;else{if(e?.write&&(this._writeFunc=e.write.bind(this)),e?.final)this._finalFunc=e.final.bind(this);else{let e=this._getSubclassFinal();e&&(this._finalFunc=e)}if(e?.destroy&&(this._destroy=e.destroy.bind(this)),e?.construct&&(this._constructFunc=e.construct.bind(this)),e?.writev&&(this._writevFunc=e.writev.bind(this)),this._ownsStream=!0,this._writeFunc)this._directWrite=!0,this._stream=null;else{let t=e?.construct||this._hasSubclassConstruct(),n=this._getSubclassWrite();t&&n?(this._writeFunc=n,this._directWrite=!0,this._stream=null):(this._directWrite=!1,this._stream=new WritableStream({write:async e=>{this._write&&await new Promise((t,n)=>{this._write(e,`utf8`,e=>{e?n(e):t()})})},close:async()=>{if(this._finalFunc){let e=await new Promise(e=>{this._finalFunc(t=>{e(t??null)})});if(e){this._errored=e,this._errorEmitted=!0,this.emit(`error`,e),this._autoDestroy&&this.destroy(e);return}}this._finished=!0,this.emit(`finish`),this._autoDestroy&&this.destroy()},abort:e=>{this.emit(`error`,e)}}))}}e?.signal&&this._setupAbortSignal(e.signal),this._resolvedWritev=this._writevFunc??this._getWritevHook(),this._maybeConstruct()}_maybeConstruct(){(this._constructFunc||this._hasSubclassConstruct())&&(this._constructed=!1,w(()=>{(this._constructFunc??this._construct.bind(this))(e=>{if(e){this.destroy(e);return}if(this._constructed=!0,this._directWrite&&this._writeQueue.length>0&&!this._writing)this._writing=!0,this._drainWriteQueue();else if(this._pendingEnd&&!this._writing){let{cb:e}=this._pendingEnd;this._pendingEnd=null,this._doFinish(e)}})}))}_hasSubclassConstruct(){let t=Object.getPrototypeOf(this);for(;t&&t!==e.prototype&&t!==Object.prototype;){if(Object.prototype.hasOwnProperty.call(t,`_construct`))return!0;t=Object.getPrototypeOf(t)}return!1}_getSubclassWrite(){let t=Object.getPrototypeOf(this);for(;t&&t!==e.prototype&&t!==Object.prototype;){if(Object.prototype.hasOwnProperty.call(t,`_write`))return t._write.bind(this);t=Object.getPrototypeOf(t)}return null}_getSubclassFinal(){let t=Object.getPrototypeOf(this);for(;t&&t!==e.prototype&&t!==Object.prototype;){if(Object.prototype.hasOwnProperty.call(t,`_final`))return t._final.bind(this);t=Object.getPrototypeOf(t)}return null}_getWritevHook(){let t=Object.getPrototypeOf(this);return t._writev&&t._writev!==e.prototype._writev?t._writev.bind(this):null}_setupAbortSignal(e){if(e.aborted){this.destroy(i(e.reason));return}let t=()=>{r(),this.destroy(i(e.reason))},n=()=>{r()},r=()=>{e.removeEventListener(`abort`,t),this.off(`close`,n),this.off(`finish`,n),this.off(`error`,n)};e.addEventListener(`abort`,t,{once:!0}),this.on(`close`,n),this.on(`finish`,n),this.on(`error`,n)}setDefaultEncoding(e){return Ln(``,e),this._defaultEncoding=e,this}cork(){this._corked++}uncork(){if(this._corked>0&&this._corked--,this._corked===0){let e=this._corkedChunks;if(this._corkedChunks=[],e.length===0)return;for(let{chunk:t}of e)this._writableLength-=this._getChunkSize(t);let t=this._resolvedWritev;if(t&&e.length>1){let n=e.map(({chunk:e,encoding:t})=>({chunk:e,encoding:t})),r=n.reduce((e,{chunk:t})=>e+this._getChunkSize(t),0);this._writableLength+=r,this._writing=!0;try{t(n,t=>{if(this._writableLength-=r,this._writing=!1,t){this._destroyed||(this._errored=t,this.emit(`error`,t),this._autoDestroy&&this.destroy(t));for(let{callback:n}of e)n?.(t);return}this._needDrain&&this._writableLength<this._highWaterMark&&(this._needDrain=!1,w(()=>this.emit(`drain`)));for(let{callback:t}of e)t?.(null);this._drainWriteQueue()})}catch(t){this._writableLength-=r,this._writing=!1;let n=t instanceof Error?t:Error(String(t));this._destroyed||(this._errored=n,this.emit(`error`,n),this._autoDestroy&&this.destroy(n));for(let{callback:t}of e)t?.(n)}}else for(let{chunk:t,encoding:n,callback:r}of e)this._doWrite(t,n,r)}}write(e,t,n){if(e===null){let e=TypeError(`May not write null values to stream`);throw e.code=`ERR_STREAM_NULL_VALUES`,e}if(this._destroyed||this._ended){let e=this._destroyed&&!this._ended,r=Error(e?`Cannot call write after a stream was destroyed`:`write after end`);r.code=e?`ERR_STREAM_DESTROYED`:`ERR_STREAM_WRITE_AFTER_END`;let i=typeof t==`function`?t:n;return this._errored||=r,i&&w(()=>i(r)),!this._destroyed&&!this._errorEmitted&&(this._errorEmitted=!0,w(()=>this.emit(`error`,r))),!1}let r=typeof t==`string`?t:this._defaultEncoding,i=typeof t==`function`?t:n;if(this._corked>0){let t=this._normalizeWriteChunk(e,r);this._corkedChunks.push({chunk:t.chunk,encoding:t.encoding,callback:i});let n=this._getChunkSize(t.chunk,t.encoding);this._writableLength+=n;let a=this._writableLength<this._highWaterMark;return a||(this._needDrain=!0),a}let a=this._normalizeWriteChunk(e,r),o=this._doWrite(a.chunk,a.encoding,i);return o||(this._needDrain=!0),o}_doWrite(e,t,n){let r=this._getChunkSize(e,t);return this._writableLength+=r,this._directWrite?this._writing||!this._constructed?this._writeQueue.push({chunk:e,chunkSize:r,encoding:t,callback:n}):(this._writing=!0,this._callWriteFunc(e,r,t,n)):this._getWriter().write(e).then(()=>{this._writableLength-=r,this._needDrain&&this._writableLength<this._highWaterMark&&(this._needDrain=!1,w(()=>this.emit(`drain`))),n?.(null)}).catch(e=>{this._writableLength-=r,this._destroyed||(this._errored=e,this._errorEmitted=!0,this.emit(`error`,e),this._autoDestroy&&this.destroy(e)),n?.(e)}),this._writableLength<this._highWaterMark}_callWriteFunc(e,t,n,r){try{let i=this._objectMode?void 0:n,a=!1,o=!0;this._writeFunc(e,i,e=>{if(a){let e=Error(`Callback called multiple times`);e.code=`ERR_MULTIPLE_CALLBACK`,this.destroy(e);return}if(a=!0,e){if(this._writableLength-=t,this._destroyed?r?.(e):(this._errored=e,this._errorEmitted=!0,o?w(()=>{r?.(e),this.emit(`error`,e),this._autoDestroy&&this.destroy(e)}):(r?.(e),this.emit(`error`,e),this._autoDestroy&&this.destroy(e))),this._writing=!1,this._flushWriteQueueOnError(e),this._pendingEnd){let{cb:t}=this._pendingEnd;this._pendingEnd=null,t?.(e)}return}this._writableLength-=t,this._needDrain&&this._writableLength<this._highWaterMark&&(this._needDrain=!1,w(()=>this.emit(`drain`))),r?.(null),this._drainWriteQueue()}),o=!1}catch(e){this._writableLength-=t;let n=e instanceof Error?e:Error(String(e));if(this._destroyed||(this._errored=n,this.emit(`error`,n),this._autoDestroy&&this.destroy(n)),r?.(n),this._writing=!1,this._flushWriteQueueOnError(n),this._pendingEnd){let{cb:e}=this._pendingEnd;this._pendingEnd=null,e?.(n)}}}_drainWriteQueue(){if(this._writeQueue.length===0){if(this._writing=!1,this._pendingEnd){let{cb:e}=this._pendingEnd;this._pendingEnd=null,this._doFinish(e)}return}let e=this._resolvedWritev;if(e&&this._writeQueue.length>1){let t=this._writeQueue;this._writeQueue=[];let n=0,r=Array(t.length);for(let e=0;e<t.length;e++){let i=t[e];r[e]={chunk:i.chunk,encoding:i.encoding},n+=i.chunkSize}try{e(r,e=>{if(e){this._writableLength-=n,this._destroyed||(this._errored=e,this._errorEmitted=!0,this.emit(`error`,e));for(let n of t)n.callback?.(e);this._writing=!1,this._flushWriteQueueOnError(e);return}this._writableLength-=n,this._needDrain&&this._writableLength<this._highWaterMark&&(this._needDrain=!1,w(()=>this.emit(`drain`)));for(let e of t)e.callback?.(null);this._drainWriteQueue()})}catch(e){this._writableLength-=n,this._writing=!1;let r=e instanceof Error?e:Error(String(e));this._destroyed||(this._errored=r,this.emit(`error`,r));for(let e of t)e.callback?.(r)}}else{let e=this._writeQueue.shift();this._callWriteFunc(e.chunk,e.chunkSize,e.encoding,e.callback)}}_flushWriteQueueOnError(e){let t=this._writeQueue;this._writeQueue=[];for(let n of t)this._writableLength-=n.chunkSize,n.callback?.(e)}_doFinish(e){if(this._finalFunc)this._finalFunc(t=>{if(t){this._errorEmitted=!0,this.emit(`error`,t),e&&(this._pendingEnd={cb:e}),this._autoDestroy&&!this._destroyed&&this.destroy(t);return}let n=()=>{if(this._destroyed){e?.();return}this._finished=!0,this.emit(`prefinish`),e?.(),this.emit(`finish`),this._autoDestroy&&this.destroy()};this._syncFinish?(this._syncFinish=!1,n()):w(n)});else{let t=()=>{if(this._destroyed){e?.();return}this._finished=!0,this.emit(`prefinish`),e?.(),this.emit(`finish`),this._autoDestroy&&this.destroy()};Vn()?t():w(t)}}_getChunkSize(e,t){return this._objectMode?1:e instanceof Uint8Array?e.byteLength:typeof e==`string`?sr(e,t):0}_normalizeWriteChunk(e,t){if(this._objectMode||typeof e!=`string`||!this._decodeStrings)return{chunk:e,encoding:t};let n=Ln(e,t);return n.toString=ir,{chunk:n,encoding:`buffer`}}end(e,t,n){if(this._ended){let{chunk:r,encoding:i,cb:a}=zn(e,t,n);if(r!==void 0)return this.write(r,i??this._defaultEncoding,e=>{a?.(e??null)}),this;if(this._finished&&a){let e=Error(`Cannot call end after a stream was finished`);e.code=`ERR_STREAM_ALREADY_FINISHED`,w(()=>a(e))}else w(()=>a?.(null));return this}this._ended=!0,this._writableOverride=void 0;let{chunk:r,encoding:i,cb:a}=zn(e,t,n);if(this._corked>0&&(this._corked=1,this.uncork()),this._directWrite){if(r!==void 0){let e=this._normalizeWriteChunk(r,i??this._defaultEncoding);this._doWrite(e.chunk,e.encoding)}if(this._errored){let e=this._errored;return w(()=>a?.(e)),this}return this._writing||this._writeQueue.length>0?this._pendingEnd={cb:a}:this._doFinish(a),this}return(async()=>{try{let e=this._getWriter();if(r!==void 0){let{chunk:t}=this._normalizeWriteChunk(r,i??this._defaultEncoding);await e.write(t)}if(await e.close(),this._writer===e){this._writer=null;try{e.releaseLock()}catch{}}this._ownsStream||(this._finished=!0,this.emit(`finish`),this._autoDestroy&&this.destroy()),a&&a()}catch(e){this.emit(`error`,e)}})(),this}destroy(e){if(this._destroyed)return this;if(this._destroyed=!0,this._writableOverride=void 0,e&&!this._errored&&(this._errored=e),this._writeQueue.length>0&&this._flushWriteQueueOnError(e??Error(`Cannot call write after a stream was destroyed`)),this._corkedChunks.length>0){let t=e??Error(`Cannot call write after a stream was destroyed`);for(let e of this._corkedChunks)e.callback?.(t);this._corkedChunks=[]}let t=this._pendingEnd?.cb;if(this._pendingEnd=null,this._writing=!1,this._writer){let t=this._writer;this._writer=null,t.abort(e).catch(()=>{}).finally(()=>{try{t.releaseLock()}catch{}})}let n=e=>{let n=e||null;n&&(this._errored=n),this._closed=!0;let r=()=>{n&&!this._errorEmitted&&(this._errorEmitted=!0,this.emit(`error`,n)),this._emitClose&&this.emit(`close`),t?.(n)};Vn()&&!this._hasDestroyHook()&&this._finished?r():w(r)};if(this._hasDestroyHook())try{this._destroy(e??null,n)}catch(e){n(e instanceof Error?e:Error(String(e)))}else n(e);return this}_destroy(e,t){t(e)}_undestroy(){this._destroyed=!1,this._closed=!1,this._errored=null,this._errorEmitted=!1}_hasDestroyHook(){return Object.prototype.hasOwnProperty.call(this,`_destroy`)||Object.getPrototypeOf(this)._destroy!==e.prototype._destroy}[Symbol.dispose](){this._destroyed||this.destroy()}async[Symbol.asyncDispose](){let e=!this._destroyed;return e&&this.destroy(),new Promise((t,n)=>{let r=()=>{e||this._finished?t():n(Error(`Premature close`))};this._closed?r():this.once(`close`,r)})}get _webStream(){return this._stream||=new WritableStream({write:e=>new Promise((t,n)=>{let r=this._objectMode?void 0:this._defaultEncoding;this._writeFunc(e,r,e=>{e?n(e):t()})}),close:async()=>{this._finalFunc&&await new Promise((e,t)=>{this._finalFunc(n=>{n?t(n):e()})})},abort:e=>{this.emit(`error`,e)}}),this._stream}get writable(){return this._writableOverride===void 0?!this._destroyed&&!this._ended:this._writableOverride}set writable(e){this._writableOverride=e}get writableEnded(){return this._ended}get writableFinished(){return this._finished}get writableLength(){return this._writableLength}get destroyed(){return this._destroyed}set destroyed(e){this._destroyed=e}get errored(){return this._errored}get closed(){return this._closed}get writableNeedDrain(){return this._needDrain}get writableCorked(){return this._corked}get writableAborted(){return this._writableOverride===!1?!1:(this._destroyed||!!this._errored)&&!this._finished}get writableObjectMode(){return this._objectMode}get writableHighWaterMark(){return this._highWaterMark}get writableBuffer(){let e=this._corkedChunks.map(e=>e.chunk);for(let t of this._writeQueue)e.push(t.chunk);return e}pipe(){let e=new Nn(`pipe`,`not readable`);e.code=`ERR_STREAM_CANNOT_PIPE`,w(()=>this.emit(`error`,e))}_getWriter(){return this._writer||=this._webStream.getWriter(),this._writer}static isDisturbed(e){return e&&e._readable instanceof T?T.isDisturbed(e._readable):T.isDisturbed(e)}static fromWeb(t,n){return new e({...n,stream:t})}static toWeb(e){return e._webStream}};ar.prototype._writev=null,ar.prototype._write=function(e,t,n){let r=Error(`The _write() method is not implemented`);throw r.code=`ERR_METHOD_NOT_IMPLEMENTED`,r};function or(e){return e instanceof ar?e:e?.getWriter?new ar({stream:e}):e}function sr(e,t){let n=(t??`utf8`).toLowerCase();return n===`ascii`||n===`latin1`||n===`binary`?e.length:n===`utf16le`||n===`utf-16le`||n===`ucs2`?e.length*2:cr(e)}function cr(e){let t=0;for(let n=0;n<e.length;n++){let r=e.charCodeAt(n);r<=127?t+=1:r<=2047?t+=2:r>=55296&&r<=56319?(t+=4,n++):t+=3}return t}var lr=class e extends In{static[Symbol.hasInstance](t){return typeof t!=`object`||!t?!1:Object.prototype.isPrototypeOf.call(e.prototype,t)?!0:t.__excelts_stream===!0&&typeof t.read==`function`&&typeof t.pipe==`function`&&typeof t.write==`function`&&typeof t.end==`function`&&typeof t.on==`function`&&`readableFlowing`in t&&`writableFinished`in t}static isDisturbed(e){return e&&e._readable instanceof T?T.isDisturbed(e._readable):T.isDisturbed(e)}static from(t){if(t instanceof e)return t;let n=(e,t)=>{let n=new ar({objectMode:t.readableObjectMode,write(e,n,r){t.push(e),r()},final(e){t.push(null),e()}}),r=qn(e,`error`,e=>{t.emit(`error`,e)});qn(e,`end`,r,{once:!0}),qn(e,`close`,r,{once:!0}),qn(n,`finish`,r,{once:!0}),e.pipe(n)};if(t instanceof Promise){let r=new e({objectMode:!0});return t.then(t=>{n(e.from(t),r)}).catch(e=>{r.destroy(e instanceof Error?e:Error(String(e)))}),r}if(typeof t==`string`){let r=T.from([t]),i=new e({objectMode:!0});return n(r,i),i}if(typeof Blob<`u`&&t instanceof Blob){let r=T.fromWeb(t.stream()),i=new e;return n(r,i),i}if(typeof t==`object`&&t&&`readable`in t&&`writable`in t){let r=t,i=new e({readableObjectMode:r.readable?.readableObjectMode,writableObjectMode:r.writable?.writableObjectMode,write:r.writable?(e,t,n)=>{r.writable.write(e,t,n)}:void 0,final:r.writable?e=>{r.writable.end(e)}:void 0,destroy:(e,t)=>{r.readable&&!r.readable.destroyed&&r.readable.destroy(e??void 0),r.writable&&!r.writable.destroyed&&r.writable.destroy(e??void 0),t(e)}});return r.readable&&n(r.readable,i),i}if(typeof t==`object`&&t&&typeof t.getReader==`function`&&typeof t.cancel==`function`){let r=T.fromWeb(t),i=new e({objectMode:r.readableObjectMode});return n(r,i),i}if(typeof t==`object`&&t&&typeof t.getWriter==`function`&&typeof t.close==`function`){let n=ar.fromWeb(t);return new e({objectMode:n.writableObjectMode,write(e,t,r){n.write(e,t,r)},final(e){n.end(e)},destroy(e,t){n.destroyed||n.destroy(e??void 0),t(e)}})}if(typeof t==`object`&&t&&(Symbol.asyncIterator in t||Symbol.iterator in t)){let r=T.from(t),i=new e({objectMode:r.readableObjectMode});return n(r,i),i}if(t instanceof T){let r=new e({objectMode:t.readableObjectMode});return n(t,r),r}if(t instanceof ar)return new e({objectMode:t.writableObjectMode,write(e,n,r){t.write(e,n,r)},final(e){t.end(e)}});throw new Pn(`Duplex-compatible source`,typeof t)}static fromWeb(t,n){let r=new e(n),i=new T({stream:t.readable,objectMode:r.readableObjectMode}),a=new ar({stream:t.writable,objectMode:r.writableObjectMode});return r._sideForwardingCleanup&&=(r._sideForwardingCleanup(),null),r._readable=i,r._writable=a,r._setupSideForwarding(),r}static toWeb(e){return{readable:T.toWeb(e._readable),writable:ar.toWeb(e._writable)}}_getSubclassHook(t){let n=Object.getPrototypeOf(this);for(;n&&n!==e.prototype&&n!==Object.prototype;){if(Object.prototype.hasOwnProperty.call(n,t)){let e=this[t];return typeof e==`function`?e.bind(this):void 0}n=Object.getPrototypeOf(n)}}constructor(e){super(),this._dataForwardingSetup=!1,this._destroyed=!1,this._errored=null,this._closed=!1,this._sideForwardingCleanup=null,this._constructed=!0,this.__excelts_stream=!0,this.allowHalfOpen=e?.allowHalfOpen??!0,this._emitClose=e?.emitClose??!0,this._autoDestroy=e?.autoDestroy??!0;let t=e?.objectMode??!1,n=e?.readableObjectMode??t,r=e?.writableObjectMode??t,i=e!=null&&Object.prototype.hasOwnProperty.call(e,`highWaterMark`),a=i?e.highWaterMark:e?.readableHighWaterMark,o=i?e.highWaterMark:e?.writableHighWaterMark;e?.destroy&&(this._destroy=e.destroy.bind(this)),e?.construct&&(this._constructFunc=e.construct.bind(this));let s,c,l=this._hasConstructHook(),u=e?.read?e.read.bind(this):this._getSubclassHook(`_read`),d=e?.write?e.write.bind(this):this._getSubclassHook(`_write`),f=e?.writev?e.writev.bind(this):this._getSubclassHook(`_writev`),p=e?.final?e.final.bind(this):this._getSubclassHook(`_final`);this._readable=new T({highWaterMark:a,objectMode:n,read:u,encoding:e?.encoding,emitClose:!1,autoDestroy:!1,construct:l?e=>{s=e}:void 0}),this._writable=new ar({highWaterMark:o,objectMode:r,write:d,writev:f,final:p,decodeStrings:e?.decodeStrings,defaultEncoding:e?.defaultEncoding,emitClose:!1,autoDestroy:!1,construct:l?e=>{c=e}:void 0});let m=()=>{};this._readable.on(`error`,m),this._writable.on(`error`,m),this._setupSideForwarding(),e?.signal&&this._setupAbortSignal(e.signal),l&&(this._constructed=!1,w(()=>{(this._constructFunc??this._construct.bind(this))(e=>{if(e){s?.(e),c?.(e),this.destroy(e);return}this._constructed=!0,s?.(),c?.()})}))}_setupAbortSignal(e){if(e.aborted){this.destroy(i(e.reason));return}let t=()=>{this.destroy(i(e.reason))};e.addEventListener(`abort`,t,{once:!0}),this.once(`close`,()=>{e.removeEventListener(`abort`,t)})}_setupSideForwarding(){this._sideForwardingCleanup&&=(this._sideForwardingCleanup(),null),this._readable._pipes?.setSource(this);let e=Jn(),t=!1,n=e=>{t||(t=!0,this.emit(`error`,e))},r=!1,i=!1,a=()=>{this._autoDestroy&&r&&i&&!this._destroyed&&this.destroy()};e.once(this._readable,`end`,()=>{this.emit(`end`),r=!0,this.allowHalfOpen||this._writable.end(),a()}),e.add(this._readable,`error`,n);let o=()=>{this.emit(`readable`)};In.prototype.on.call(this._readable,`readable`,o),e.add(this._readable,`pause`,()=>this.emit(`pause`)),e.add(this._readable,`resume`,()=>this.emit(`resume`)),e.add(this._writable,`error`,n),e.once(this._writable,`prefinish`,()=>this.emit(`prefinish`)),e.once(this._writable,`finish`,()=>{this.emit(`finish`),i=!0,a()}),e.add(this._writable,`drain`,()=>this.emit(`drain`)),e.add(this._writable,`pipe`,e=>this.emit(`pipe`,e)),e.add(this._writable,`unpipe`,e=>this.emit(`unpipe`,e)),e.once(this._writable,`finish`,()=>{!this.allowHalfOpen&&!this._readable.readableEnded&&this._readable.push(null)});let s=this._readable.destroy.bind(this._readable);this._readable.destroy=e=>{let t=s(e);return this._destroyed||this.destroy(e),t},this._sideForwardingCleanup=()=>{e.cleanup(),this._readable.off(`readable`,o),this._readable.destroy=s}}on(e,t){return super.on(e,t),e===`data`&&!this._dataForwardingSetup?(this._dataForwardingSetup=!0,this._readable.on(`data`,e=>this.emit(`data`,e))):e===`readable`&&this._readable._setReadableFlowing(!1),this}push(e,t){return this._readable.push(e,t)}unshift(e,t){this._readable.unshift(e,t)}read(e){return this._readable.read(e)}write(e,t,n){let r=typeof t==`string`?t:void 0,i=typeof t==`function`?t:n;return r===void 0?this._writable.write(e,i):this._writable.write(e,r,i)}end(e,t,n){let{chunk:r,encoding:i,cb:a}=zn(e,t,n);if(this._writable.writableEnded){if(r!==void 0)return this.write(r,i,e=>{a?.(e??null)}),this;if(this.writableFinished&&a){let e=Error(`Cannot call end after a stream was finished`);e.code=`ERR_STREAM_ALREADY_FINISHED`,w(()=>a(e))}else a&&w(()=>a(null));return this}if(a){let e=!1,t=()=>{e||(e=!0,a())};this.once(`finish`,t),this.once(`close`,t)}if(r!==void 0){let e=e=>{e&&!this.destroyed&&this.destroy(e)};i===void 0?this._writable.write(r,e):this._writable.write(r,i,e)}return this._writable.end(),this}cork(){this._writable.cork()}uncork(){this._writable.uncork()}setEncoding(e){return this._readable.setEncoding(e),this}setDefaultEncoding(e){return this._writable.setDefaultEncoding(e),this}pipe(e,t){return this._readable.pipe(e,t),e}unpipe(e){return this._readable.unpipe(e),this}pause(){return this._readable.pause(),this}resume(){return this._readable.resume(),this}isPaused(){return this._readable.isPaused()}destroy(e){if(this._destroyed)return this;this._destroyed=!0,this._sideForwardingCleanup&&=(this._sideForwardingCleanup(),null);let t=e=>{let t=e||null;t&&(this._errored=t),this._closed=!0,this._readable.destroy(),this._writable.destroy();let n=()=>{t&&this.emit(`error`,t),this._emitClose&&this.emit(`close`)};Vn()&&!this._hasDestroyHook()&&this.readableEnded&&this.writableFinished?n():w(n)};if(this._hasDestroyHook())try{this._destroy(e??null,t)}catch(e){t(e instanceof Error?e:Error(String(e)))}else t(e);return this}_destroy(e,t){t(e)}_undestroy(){this._readable._undestroy(),this._writable._undestroy(),this._destroyed=!1,this._closed=!1,this._errored=null,this._setupSideForwarding()}_hasDestroyHook(){return Object.prototype.hasOwnProperty.call(this,`_destroy`)||Object.getPrototypeOf(this)._destroy!==e.prototype._destroy}_hasConstructHook(){if(this._constructFunc)return!0;let t=Object.getPrototypeOf(this);for(;t&&t!==e.prototype&&t!==Object.prototype;){if(Object.prototype.hasOwnProperty.call(t,`_construct`))return!0;t=Object.getPrototypeOf(t)}return!1}[Symbol.dispose](){this._destroyed||this.destroy()}async[Symbol.asyncDispose](){let e=!this._destroyed;return e&&this.destroy(),new Promise((t,n)=>{let r=()=>{e||this.writableFinished?t():n(Error(`Premature close`))};this._closed?r():this.once(`close`,r)})}get readable(){return this._readable.readable}set readable(e){this._readable.readable=e}get writable(){return this._writable.writable}set writable(e){this._writable.writable=e}get readableEnded(){return this._readable.readableEnded}get writableEnded(){return this._writable.writableEnded}get writableFinished(){return this._writable.writableFinished}get readableLength(){return this._readable.readableLength}get writableLength(){return this._writable.writableLength}get readableHighWaterMark(){return this._readable.readableHighWaterMark}get writableHighWaterMark(){return this._writable.writableHighWaterMark}get destroyed(){return this._destroyed}set destroyed(e){this._destroyed=e,this._readable.destroyed=e,this._writable.destroyed=e}get writableCorked(){return this._writable.writableCorked}get writableNeedDrain(){return this._writable.writableNeedDrain}get readableObjectMode(){return this._readable.readableObjectMode}get writableObjectMode(){return this._writable.writableObjectMode}get readableFlowing(){return this._readable.readableFlowing}get readableAborted(){return this._readable.readableAborted}get readableDidRead(){return this._readable.readableDidRead}get readableEncoding(){return this._readable.readableEncoding}get errored(){return this._errored??this._readable.errored??this._writable.errored}get closed(){return this._closed}get readableBuffer(){return this._readable.readableBuffer}get writableBuffer(){return this._writable.writableBuffer}wrap(e){return this._readable.wrap(e),this}iterator(e){return e?.destroyOnReturn===!1?this._readable.iterator(e):this._wrapAsyncIterator(this._readable[Symbol.asyncIterator]())}[Symbol.asyncIterator](){return this._wrapAsyncIterator(this._readable[Symbol.asyncIterator]())}_wrapAsyncIterator(e){let t=this;return{next(){return e.next()},async return(){let n=await e.return?.();return t.destroyed||t.destroy(),n??{value:void 0,done:!0}},async throw(n){let r=await e.throw?.(n);return t.destroyed||t.destroy(n instanceof Error?n:void 0),r??{value:void 0,done:!0}},[Symbol.asyncIterator](){return this}}}map(e,t){return this._readable.map(e,t)}filter(e,t){return this._readable.filter(e,t)}async forEach(e,t){return this._readable.forEach(e,t)}async toArray(e){return this._readable.toArray(e)}async some(e,t){return this._readable.some(e,t)}async find(e,t){return this._readable.find(e,t)}async every(e,t){return this._readable.every(e,t)}flatMap(e,t){return this._readable.flatMap(e,t)}drop(e,t){return this._readable.drop(e,t)}take(e,t){return this._readable.take(e,t)}async reduce(e,t,n){return arguments.length>=2?this._readable.reduce(e,t,n):this._readable.reduce(e)}compose(e,t){return this._readable.compose(e,t)}};lr.prototype.addListener=lr.prototype.on,lr.prototype._writev=null;var ur=class e extends In{static[Symbol.hasInstance](t){return typeof t!=`object`||!t?!1:Object.prototype.isPrototypeOf.call(e.prototype,t)?!0:t.__excelts_stream===!0&&typeof t.read==`function`&&typeof t.pipe==`function`&&typeof t.write==`function`&&typeof t.end==`function`&&typeof t.on==`function`&&typeof t._transform==`function`&&`readableFlowing`in t&&`writableFinished`in t}push(e,t){return this._readable.push(e,t)}constructor(t){super(),this._destroyed=!1,this._closed=!1,this._ended=!1,this._errored=null,this._dataForwardingSetup=!1,this._syncFinal=!1,this._endCalledFromSync=!1,this._endGeneration=0,this._endCallback=null,this._webStream=null,this._sideForwardingCleanup=null,this._afterTransformCallback=null,this.__excelts_stream=!0;let n=t?.objectMode??!1,r=t?.readableObjectMode??n,i=t?.writableObjectMode??n;this.allowHalfOpen=t?.allowHalfOpen??!0,this._emitClose=t?.emitClose??!0,this._autoDestroy=t?.autoDestroy??!0,this._transformImpl=t?.transform,this._flushImpl=t?.flush;let a=t!=null&&Object.prototype.hasOwnProperty.call(t,`highWaterMark`),o=a?t.highWaterMark:t?.readableHighWaterMark,s=a?t.highWaterMark:t?.writableHighWaterMark;t?.destroy&&(this._destroy=t.destroy.bind(this)),t?.construct&&(this._constructFunc=t.construct.bind(this));let c,l,u=this._hasConstructHook();this._readable=new T({highWaterMark:o,objectMode:r,encoding:t?.encoding,emitClose:!1,autoDestroy:!1,construct:u?e=>{c=e}:void 0}),this._readable._hasReadImpl=!0,this._readable._read=()=>{if(this._afterTransformCallback){let e=this._afterTransformCallback;this._afterTransformCallback=null,e(null)}},this._readable._pipes.setSource(this);let d=t?.write?(e,n,r)=>{t.write.call(this,e,n,r)}:(e,t,n)=>{let r=this._readable.readableLength,i=()=>{let e=this._readable.readableLength,t=this._readable.readableHighWaterMark;this._writable.writableEnded||r===e||e<t?n(null):this._afterTransformCallback=n},a=this._runTransformSync(e,t);a===void 0?i():a.then(()=>i(),e=>n(e))},f=t?.final?e=>{t.final.call(this,t=>{if(t){e(t);return}this._readable.push(null),e(null)})}:t=>{typeof this._final==`function`&&this._final!==e.prototype._final?this._final.call(this,e=>{if(e){t(e);return}t(null)}):this._hasSubclassFlush()||this._flushImpl?this._runFlush().then(()=>{this._readable.push(null),t(null)}).catch(e=>t(e)):this._syncFinal?(this._readable.push(null),this._readable._emitEndOnce(),t(null)):w(()=>{this._readable.push(null),t(null)})};this._writable=new ar({highWaterMark:s,objectMode:i,emitClose:!1,autoDestroy:!1,write:d,writev:t?.writev?.bind(this),final:f,decodeStrings:t?.decodeStrings,defaultEncoding:t?.defaultEncoding,construct:u?e=>{l=e}:void 0});let p=()=>{};this._readable.on(`error`,p),this._writable.on(`error`,p),this._setupSideForwarding(),t?.signal&&this._setupAbortSignal(t.signal),u&&w(()=>{(this._constructFunc??this._construct.bind(this))(e=>{if(e){c?.(e),l?.(e),this.destroy(e);return}c?.(),l?.()})})}_setupAbortSignal(e){if(e.aborted){this.destroy(i(e.reason));return}let t=()=>{this.destroy(i(e.reason))};e.addEventListener(`abort`,t,{once:!0}),this.once(`close`,()=>{e.removeEventListener(`abort`,t)})}_setupSideForwarding(){this._sideForwardingCleanup&&=(this._sideForwardingCleanup(),null),this._readable._pipes?.setSource(this);let e=Jn(),t=!1,n=!1,r=()=>{this._autoDestroy&&t&&n&&!this._destroyed&&this.destroy()};e.once(this._readable,`end`,()=>{this.emit(`end`),t=!0,this.allowHalfOpen||this._writable.end(),r()}),e.add(this._readable,`error`,e=>this._emitErrorOnce(e));let i=()=>{this.emit(`readable`)};In.prototype.on.call(this._readable,`readable`,i),e.add(this._readable,`pause`,()=>this.emit(`pause`)),e.add(this._readable,`resume`,()=>this.emit(`resume`)),e.once(this._writable,`prefinish`,()=>this.emit(`prefinish`)),e.once(this._writable,`finish`,()=>{this.emit(`finish`),n=!0,r()}),e.add(this._writable,`drain`,()=>this.emit(`drain`)),e.add(this._writable,`error`,e=>this._emitErrorOnce(e)),e.once(this._writable,`finish`,()=>{!this.allowHalfOpen&&!this._readable.readableEnded&&this._readable.push(null)}),this._sideForwardingCleanup=()=>{e.cleanup(),this._readable.off(`readable`,i)}}_scheduleEnd(){if(this._destroyed||this._errored||this._writable.writableEnded)return;let t=++this._endGeneration;w(()=>{t===this._endGeneration&&(this._destroyed||this._errored||this._writable.writableEnded||(this._endCalledFromSync&&!this._hasSubclassFlush()&&!this._flushImpl&&!(typeof this._final==`function`&&this._final!==e.prototype._final)&&this._readable._pipes._destinations.length===0&&(this._syncFinal=!0,this._writable._syncFinish=!0),this._writable.end(),this._syncFinal=!1,this._writable._syncFinish=!1))})}_emitErrorOnce(e){if(this._errored)return;let t=e instanceof Error?e:Error(String(e));this._errored=t,this._destroyed||this.destroy(t)}_hasSubclassTransform(){if(this._isSubclassTransform!==void 0)return this._isSubclassTransform;if(this._transformImpl)return this._isSubclassTransform=!1,!1;let t=Object.getPrototypeOf(this);return this._isSubclassTransform=t._transform!==e.prototype._transform,this._isSubclassTransform}_hasSubclassFlush(){if(this._flushImpl)return!1;let t=Object.getPrototypeOf(this);for(;t&&t!==e.prototype&&t!==Object.prototype;){if(Object.prototype.hasOwnProperty.call(t,`_flush`))return!0;t=Object.getPrototypeOf(t)}return!1}_runTransformSync(e,t){if(this._destroyed||this._errored)return;if(this._hasSubclassTransform()){let n=!0,r=!1,i=null,a,s=!1,c=null,l=null;if(this._transform(e,t,(e,t)=>{if(s){let e=Error(`Callback called multiple times`);e.code=`ERR_MULTIPLE_CALLBACK`,this.destroy(e);return}if(s=!0,n){r=!0,i=e??null,a=t;return}if(e){l?.(e);return}t!==void 0&&this.push(t),c?.()}),n=!1,r){if(i)throw o(i);a!==void 0&&this.push(a);return}return new Promise((e,t)=>{c=e,l=t})}let n=this._transformImpl;if(!n){let n=!0,r=!1,i=null,a,s=null,c=null;if(this._transform(e,t,(e,t)=>{if(n){r=!0,i=e??null,a=t;return}if(e){c?.(e);return}t!==void 0&&this.push(t),s?.()}),n=!1,r){if(i)throw o(i);a!==void 0&&this.push(a);return}return new Promise((e,t)=>{s=e,c=t})}let r=!0,i=!1,a=null,s,c=!1,l=null,u=null,d=new Promise((e,t)=>{l=e,u=t});if(n.call(this,e,t,(e,t)=>{if(c){let e=Error(`Callback called multiple times`);e.code=`ERR_MULTIPLE_CALLBACK`,this.destroy(e);return}if(c=!0,r){i=!0,a=e??null,s=t;return}if(e){u?.(e);return}t!==void 0&&this.push(t),l?.()}),r=!1,i){if(a)throw o(a);s!==void 0&&this.push(s);return}return d}async _runFlush(){if(this._destroyed||this._errored)return;if(this._hasSubclassFlush()){await new Promise((e,t)=>{this._flush((n,r)=>{if(n){t(n);return}r!==void 0&&this.push(r),e()})});return}let e=this._flushImpl;e&&await new Promise((t,n)=>{e.call(this,(e,r)=>{if(e){n(e);return}r!==void 0&&this.push(r),t()})})}on(e,t){return super.on(e,t),e===`data`&&!this._dataForwardingSetup?(this._dataForwardingSetup=!0,this._readable.on(`data`,e=>{this.emit(`data`,e)})):e===`readable`&&this._readable._setReadableFlowing(!1),this}write(e,t,n){let r=typeof t==`string`?t:void 0,i=typeof t==`function`?t:n;if(this._ended){let e=Error(`write after end`);return e.code=`ERR_STREAM_WRITE_AFTER_END`,w(()=>this.emit(`error`,e)),i&&w(()=>i(e)),!1}return r===void 0?this._writable.write(e,i):this._writable.write(e,r,i)}end(e,t,n){if(this._ended){let{chunk:r,encoding:i,cb:a}=zn(e,t,n);if(r!==void 0)return this.write(r,i,e=>{a?.(e??null)}),this;if(this.writableFinished&&a){let e=Error(`Cannot call end after a stream was finished`);e.code=`ERR_STREAM_ALREADY_FINISHED`,w(()=>a(e))}else a&&w(()=>a(null));return this}let{chunk:r,encoding:i,cb:a}=zn(e,t,n);if(a&&(this._endCallback=a,this.once(`finish`,()=>{let e=this._endCallback;e&&(this._endCallback=null,e())})),r!==void 0){let e=e=>{e&&!this._destroyed&&this.destroy(e)};i===void 0?this._writable.write(r,e):this._writable.write(r,i,e)}return this._ended=!0,this._endCalledFromSync=!Vn(),this._scheduleEnd(),this}read(e){return this._readable.read(e)}pipe(e,t){return this._readable.pipe(e,t)}unpipe(e){return this._readable.unpipe(e),this}isPaused(){return this._readable.isPaused()}resume(){return this._readable.resume(),this}pause(){return this._readable.pause(),this}destroy(e){if(this._destroyed)return this;if(this._destroyed=!0,this._endGeneration++,this._afterTransformCallback){let t=this._afterTransformCallback;this._afterTransformCallback=null,t(e??null)}this._sideForwardingCleanup&&=(this._sideForwardingCleanup(),null);let t=e=>{let t=e||null;this._readable.destroy(),this._writable.destroy();let n=this._endCallback;this._endCallback=null,this._closed=!0;let r=()=>{n&&n(),t&&this.emit(`error`,t),this._emitClose&&this.emit(`close`)};Vn()&&!this._hasDestroyHook()&&this.readableEnded&&this.writableFinished?r():w(r)};if(this._hasDestroyHook())try{this._destroy(e??null,t)}catch(e){t(e instanceof Error?e:Error(String(e)))}else t(e);return this}_destroy(e,t){t(e)}_undestroy(){this._readable._undestroy(),this._writable._undestroy(),this._destroyed=!1,this._closed=!1,this._errored=null,this._setupSideForwarding()}_hasDestroyHook(){return Object.prototype.hasOwnProperty.call(this,`_destroy`)||Object.getPrototypeOf(this)._destroy!==e.prototype._destroy}_hasConstructHook(){if(this._constructFunc)return!0;let t=Object.getPrototypeOf(this);for(;t&&t!==e.prototype&&t!==Object.prototype;){if(Object.prototype.hasOwnProperty.call(t,`_construct`))return!0;t=Object.getPrototypeOf(t)}return!1}[Symbol.dispose](){this._destroyed||this.destroy()}async[Symbol.asyncDispose](){let e=!this._destroyed;return e&&this.destroy(),new Promise((t,n)=>{let r=()=>{e||this.writableFinished?t():n(Error(`Premature close`))};this.closed?r():this.once(`close`,r)})}_getWebStream(){if(this._webStream)return this._webStream;let e=this[Symbol.asyncIterator](),t=new ReadableStream({pull:async t=>{let{done:n,value:r}=await e.next();if(n){t.close();return}t.enqueue(r)},cancel:e=>{this.destroy(e instanceof Error?e:Error(String(e)))}}),n=new WritableStream({write:e=>new Promise((t,n)=>{this.write(e,e=>{e?n(e):t()})}),close:()=>new Promise(e=>{this.end(()=>e())}),abort:e=>{this.destroy(e instanceof Error?e:Error(String(e)))}});return this._webStream={readable:t,writable:n},this._webStream}get readable(){return this._readable.readable}set readable(e){this._readable.readable=e}get writable(){return this._writable.writable}set writable(e){this._writable.writable=e}get readableEnded(){return this._readable.readableEnded}get writableEnded(){return this._ended||this._writable.writableEnded}get writableFinished(){return this._writable.writableFinished}get readableLength(){return this._readable.readableLength}get writableLength(){return this._writable.writableLength}get readableHighWaterMark(){return this._readable.readableHighWaterMark}get writableHighWaterMark(){return this._writable.writableHighWaterMark}get readableObjectMode(){return this._readable.readableObjectMode}get readableFlowing(){return this._readable.readableFlowing}get destroyed(){return this._destroyed}set destroyed(e){this._destroyed=e,this._readable.destroyed=e,this._writable.destroyed=e}cork(){this._writable.cork()}uncork(){this._writable.uncork()}setEncoding(e){return this._readable.setEncoding(e),this}setDefaultEncoding(e){return this._writable.setDefaultEncoding(e),this}unshift(e,t){this._readable.unshift(e,t)}wrap(e){return this._readable.wrap(e),this}iterator(e){return this._readable.iterator(e)}get writableCorked(){return this._writable.writableCorked}get writableNeedDrain(){return this._writable.writableNeedDrain}get writableObjectMode(){return this._writable.writableObjectMode}get readableAborted(){return this._readable.readableAborted}get readableDidRead(){return this._readable.readableDidRead}get readableEncoding(){return this._readable.readableEncoding}get errored(){return this._errored??this._readable.errored??this._writable.errored}get closed(){return this._closed}get readableBuffer(){return this._readable.readableBuffer}get writableBuffer(){return this._writable.writableBuffer}async*[Symbol.asyncIterator](){yield*this._readable[Symbol.asyncIterator]()}map(e,t){return this._readable.map(e,t)}filter(e,t){return this._readable.filter(e,t)}async forEach(e,t){return this._readable.forEach(e,t)}async toArray(e){return this._readable.toArray(e)}async some(e,t){return this._readable.some(e,t)}async find(e,t){return this._readable.find(e,t)}async every(e,t){return this._readable.every(e,t)}flatMap(e,t){return this._readable.flatMap(e,t)}drop(e,t){return this._readable.drop(e,t)}take(e,t){return this._readable.take(e,t)}async reduce(e,t,n){return arguments.length>=2?this._readable.reduce(e,t,n):this._readable.reduce(e)}compose(e,t){return this._readable.compose(e,t)}static isDisturbed(e){return e&&e._readable instanceof T?T.isDisturbed(e._readable):T.isDisturbed(e)}static from(e){return lr.from(e)}static fromWeb(t,n){let r=new e(n);r._webStream=t;let i=T.fromWeb(t.readable,{objectMode:n?.objectMode}),a=ar.fromWeb(t.writable,{objectMode:n?.objectMode});return r._sideForwardingCleanup&&=(r._sideForwardingCleanup(),null),r._readable=i,r._writable=a,r._setupSideForwarding(),r}static toWeb(e){return e._getWebStream()}_transform(e,t,n){let r=Error(`The _transform() method is not implemented`);throw r.code=`ERR_METHOD_NOT_IMPLEMENTED`,r}_final(e){typeof this._flush==`function`&&!this.destroyed?this._flush((t,n)=>{if(t){e(t);return}n!=null&&this.push(n),this.push(null),e()}):(this.push(null),e())}};ur.prototype.addListener=ur.prototype.on,ur.prototype._writev=null;var dr=class extends ur{_transform(e,t,n){n(null,e)}};let fr=e=>!e||typeof e!=`object`||typeof e.pipe==`function`||typeof e.write==`function`||typeof e.end==`function`||typeof e.getReader==`function`||typeof e.getWriter==`function`?!1:Object.prototype.hasOwnProperty.call(e,`signal`)||Object.prototype.hasOwnProperty.call(e,`end`),pr=e=>`readableEnded`in e||`readable`in e||typeof e.read==`function`,mr=e=>`writableFinished`in e||`writable`in e||typeof e.write==`function`,hr=e=>{let t=!pr(e)||!!e.readableEnded,n=!mr(e)||!!e.writableFinished;return t&&n},gr=()=>{let e=Error(`Premature close`);return e.code=`ERR_STREAM_PREMATURE_CLOSE`,e.name=`Error [ERR_STREAM_PREMATURE_CLOSE]`,e},_r=(e,t,n)=>{let r=e;if(r.closed||r._closed){t();return}`_emitClose`in r&&`_autoDestroy`in r&&r._emitClose!==!1&&r._autoDestroy!==!1?n.once(e,`close`,()=>t()):t()},vr=e=>e instanceof T||e instanceof ar||e instanceof ur||e instanceof lr?e:sn(e)?ur.fromWeb(e):an(e)?T.fromWeb(e):on(e)?ar.fromWeb(e):e,yr=e=>typeof e==`function`&&!(e instanceof T)&&!(e instanceof ar),br=(e,t)=>{let n=t(e);return T.from(n)};function xr(...e){let t,n={},r,a=e[e.length-1];if(typeof a==`function`){r=a;let i=e[e.length-2];fr(i)?(n=i,t=e.slice(0,-2)):t=e.slice(0,-1)}else fr(a)?(n=a,t=e.slice(0,-1)):t=e;let o=new Promise((e,r)=>{if(t.length<2){r(Error(`Pipeline requires at least 2 streams`));return}let a=t.map(vr),o=[],s=[],c=a[0];o.push(c),s.push(c);for(let e=1;e<a.length;e++){let t=a[e];yr(t)?(c=br(c,t),o.push(c),s[s.length-1]=c):(o.push(t),s.push(t),c=t)}let l=s[0],u=s[s.length-1],d=s.slice(1,-1);for(let e of o)if(e.destroyed&&!hr(e)){r(gr());return}let f=!1,p=Jn(),m,h=t=>{if(!f){if(f=!0,m&&n.signal&&n.signal.removeEventListener(`abort`,m),t){let e=()=>{};for(let n of o)typeof n.on==`function`&&n.on(`error`,e),typeof n.destroy==`function`&&!n.destroyed&&n.destroy(t)}p.cleanup(),t?r(t):e()}};if(n.signal){if(n.signal.aborted){h(i(n.signal.reason));return}m=()=>h(i(n.signal.reason)),n.signal.addEventListener(`abort`,m)}c=l;for(let e of d)c.pipe(e),c=e;if(n.end!==!1)c.pipe(u);else{let e=!1,t=!1,n=()=>{t=!1,e&&typeof c.resume==`function`&&(e=!1,c.resume())};p.add(c,`data`,r=>{!u.write(r)&&!t&&(t=!0,!e&&typeof c.pause==`function`&&(e=!0,c.pause()),p.once(u,`drain`,n))}),p.once(c,`end`,()=>{_r(c,h,p)})}n.end!==!1&&p.once(u,`finish`,()=>{_r(u,h,p)});for(let e of o)p.once(e,`close`,()=>{f||hr(e)||h(gr())});for(let e of o)p.once(e,`error`,e=>h(e))});return r&&o.then(()=>r()).catch(e=>r(e)),o}function Sr(e,t,n){let r={},a;typeof t==`function`?a=t:(r=t??{},a=n);let o=new Promise((t,n)=>{let a=vr(e),o=!1,s=Jn(),c,l=()=>{s.cleanup(),c&&r.signal&&r.signal.removeEventListener(`abort`,c)},u=e=>{o||(o=!0,l(),e?n(e):t())};if(r.signal){if(r.signal.aborted){u(i(r.signal.reason));return}c=()=>u(i(r.signal.reason)),r.signal.addEventListener(`abort`,c)}let d=a;if(d.destroyed||d._destroyed){if(d.errored||d._errored)u(d.errored??d._errored);else{let e=`readableEnded`in d||`readable`in d||typeof d.read==`function`,t=`writableFinished`in d||`writable`in d||typeof d.write==`function`,n=r.readable!==!1&&e,i=r.writable!==!1&&t,a=!n||!!(d.readableEnded||d._endEmitted),o=!i||!!(d.writableFinished||d._finished);a&&o?u():u(gr())}return}let f=`readableEnded`in a||`readable`in a||typeof a.read==`function`,p=`writableFinished`in a||`writable`in a||typeof a.write==`function`,m=r.readable!==!1&&f,h=r.writable!==!1&&p,g=!m||!!a.readableEnded,_=!h||!!a.writableFinished,v=a,y=`_emitClose`in v&&`_autoDestroy`in v&&v._emitClose!==!1&&v._autoDestroy!==!1&&!v._closed,b=()=>{if(g&&_){if(y)return;u()}};if(g&&_&&(!y||a.closed)){u();return}h&&!_&&s.once(a,`finish`,()=>{_=!0,b()}),m&&!g&&s.once(a,`end`,()=>{g=!0,b()}),r.error!==!1&&s.once(a,`error`,e=>u(e)),s.once(a,`close`,()=>{let e=g||!!a.readableEnded,t=_||!!a.writableFinished;if(e&&t){g=e,_=t,u(a.errored??a._errored??void 0);return}let n=a.errored??a._errored;if(n){u(n);return}let r=Error(`Premature close`);r.code=`ERR_STREAM_PREMATURE_CLOSE`,r.name=`Error [ERR_STREAM_PREMATURE_CLOSE]`,u(r)})});return a&&o.then(()=>a()).catch(e=>a(e)),o}Wn(e=>lr.from(e));function Cr(e){return e.length<2}function wr(e){return e.length<2}var Tr=class extends ur{constructor(e={}){super({objectMode:e.objectMode!==!1}),this.parseErrorsSink=[],this.buffer=``,this._rowTransform=null,this._rowValidator=null,this.autoDetectDelimiter=!1,this.delimiterDetected=!1,this.chunkBuffer=[],this.totalRowsProcessed=0,this.isFirstChunk=!0,this.chunkAborted=!1,this.beforeFirstChunkApplied=!1,this.bomStripped=!1,this.toLineReached=!1,this.headersEmitted=!1,this.totalCharsProcessed=0,this.backpressure=!1,this.pendingCallback=null,this.options=e,this.chunkSize=e.chunkSize??1e3,this.decoder=new TextDecoder(e.encoding||`utf-8`);let t=e.delimiter??`,`;this.autoDetectDelimiter=t===``;let{config:n}=wt({options:e});this.parseConfig=n,this.parseState=Kt(n),this.scanner=Gt(Et(n)),e.rowTransform&&this.transform(e.rowTransform),e.validate&&this.validate(e.validate)}_read(e){if(this.backpressure&&this.pendingCallback){this.backpressure=!1;let e=this.pendingCallback;this.pendingCallback=null,e()}}transform(e){if(typeof e!=`function`)throw TypeError(`The transform should be a function`);return Cr(e)?this._rowTransform=(t,n)=>{try{n(null,e(t))}catch(e){n(e)}}:this._rowTransform=e,this}validate(e){if(typeof e!=`function`)throw TypeError(`The validate should be a function`);return wr(e)?this._rowValidator=(t,n)=>{try{let r=e(t);typeof r==`boolean`?n(null,r):n(null,r.isValid,r.reason)}catch(e){n(e)}}:this._rowValidator=e,this}_transform(e,t,n){if(this.chunkAborted||this.toLineReached){n();return}try{let t=typeof e==`string`?e:this.decoder.decode(e,{stream:!0});if(this.buffer+=t,!this.beforeFirstChunkApplied&&this.options.beforeFirstChunk){this.beforeFirstChunkApplied=!0;let e=this.options.beforeFirstChunk(this.buffer);typeof e==`string`&&(this.buffer=e)}if(this.bomStripped||=(this.buffer=g(this.buffer),!0),this.autoDetectDelimiter&&!this.delimiterDetected){let e=this.options.comment,t=!1,n=0,r=this.buffer.length;for(;n<r;){let i=n;for(;i<r&&this.buffer[i]!==`
|
|
38
38
|
`&&this.buffer[i]!==`\r`;)i++;let a=this.buffer.slice(n,i).trim();if(a!==``&&(!e||!a.startsWith(e))){t=!0;break}if(n=i,n<r&&this.buffer[n]===`\r`&&n++,n<r&&this.buffer[n]===`
|
|
39
39
|
`&&n++,n===i)break}if(t){let e=this.options.skipEmptyLines;this.parseConfig.delimiter=y(this.buffer,this.parseConfig.quote||`"`,this.options.delimitersToGuess,this.options.comment,e),this.delimiterDetected=!0,this.emit(`delimiter`,this.parseConfig.delimiter),this.scanner=Gt(Et(this.parseConfig))}}this.processBuffer(n)}catch(e){n(e)}}_flush(e){if(this.chunkAborted||this.toLineReached){e();return}try{let t=this.decoder.decode();if(t&&(this.buffer+=t),this.buffer){this.processBuffer(t=>{if(t){e(t);return}this.flushCurrentRow(t=>{if(t){e(t);return}this.flushFinalChunk(e)})});return}this.flushCurrentRow(t=>{if(t){e(t);return}this.flushFinalChunk(e)})}catch(t){e(t)}}_destroy(e,t){this.pendingCallback=null,this.backpressure=!1,this.buffer=``,this.chunkBuffer=[],this.scanner.reset(),t(e)}flushCurrentRow(e){if(this.toLineReached){e();return}if(this.parseConfig.fastMode){this.flushFastModeRemainder(e);return}let t=this.scanner.flush();if(!t||t.fields.length===0){e();return}let n=this.parseConfig.trimFieldIsIdentity?t.fields.slice():t.fields.map(this.parseConfig.trimField),r=[],i=this._handleParsedRow({fields:n,charLength:0,raw:t.raw,quoted:t.quoted,pendingRows:r,shouldSkipEmpty:this.options.skipEmptyLines||!1,skipLines:this.options.skipLines??0,callback:e});i===`stop`||i===`error`||this.processPendingRows(r,e)}flushFastModeRemainder(e){let t=this.buffer;if(this.buffer=``,t.endsWith(`\r`)&&(t=t.slice(0,-1)),t===``){e();return}let n=[],r=t.split(this.parseConfig.delimiter),i=this.parseConfig.trimFieldIsIdentity?r:r.map(this.parseConfig.trimField),a=this.parseConfig.infoOption?Yt(i.length):void 0,o=this._handleParsedRow({fields:i,charLength:0,raw:t,quoted:a,pendingRows:n,shouldSkipEmpty:this.options.skipEmptyLines||!1,skipLines:this.options.skipLines??0,callback:e});o===`stop`||o===`error`||this.processPendingRows(n,e)}pushBufferedRows(e){let t=this.options.objectMode===!1;for(let n of e)if(!this.push(t?JSON.stringify(n):n))return!1;return!0}pushRow(e){let t=this.options.objectMode===!1;return this.push(t?JSON.stringify(e):e)}invokeChunkCallback(e,t,n){let r=this.options.chunk(e,t);r instanceof Promise?r.then(e=>{e===!1&&(this.chunkAborted=!0),n()}).catch(e=>n(e)):(r===!1&&(this.chunkAborted=!0),n())}flushFinalChunk(e){if(this.chunkBuffer.length>0&&this.options.chunk){let t=this.chunkBuffer.length,n={cursor:this.totalRowsProcessed-t,rowCount:t,isFirstChunk:this.isFirstChunk,isLastChunk:!0};this.pushBufferedRows(this.chunkBuffer);let r=this.chunkBuffer;this.chunkBuffer=[],this.invokeChunkCallback(r,n,e)}else e()}processBuffer(e){let{skipEmptyLines:t=!1,skipLines:n=0}=this.options,r=t;if(this.parseConfig.fastMode){this.processBufferFastMode(e,r);return}let i=[];this.scanner.feed(this.buffer),this.buffer=``;let a;for(;(a=this.scanner.nextRow())!==null;){let t=a.raw,o=(a.raw?.length??0)+(a.newline?.length??0),s=this.parseConfig.trimFieldIsIdentity?a.fields.slice():a.fields.map(this.parseConfig.trimField),c=this._handleParsedRow({fields:s,charLength:o,raw:t,quoted:a.quoted,pendingRows:i,shouldSkipEmpty:r,skipLines:n,callback:e});if(c===`stop`||c===`error`)return}this.processPendingRows(i,e)}getFastModeCompleteDataEnd(e){let{linebreakRegex:t}=this.parseConfig;if(typeof t==`string`){let n=t;if(n===``)return-1;let r=e.length-n.length;if(r<0)return-1;let i=e.lastIndexOf(n,r);return i===-1?-1:i+n.length}if(t===je){let t=e.lastIndexOf(`
|
|
40
40
|
`),n=e.lastIndexOf(`\r`),r;return r=n>t?n===e.length-1?t:n:t,r===-1?-1:r+1}let n=new RegExp(t.source,`${t.flags}g`),r=-1;for(let t=n.exec(e);t;t=n.exec(e))r=t.index+t[0].length,t[0].length===0&&n.lastIndex++;return r}processBufferFastMode(e,t){let{skipLines:n=0}=this.options,r=[],i=this.getFastModeCompleteDataEnd(this.buffer);if(i===-1){e();return}let a=this.buffer.slice(0,i);this.buffer=this.buffer.slice(i);for(let{line:i,lineLengthWithEnding:o}of At(a,this.parseConfig.linebreakRegex)){if(i===``&&t){this.parseState.lineNumber++,this.totalCharsProcessed+=o;continue}let a=i.split(this.parseConfig.delimiter),s=this.parseConfig.trimFieldIsIdentity?a:a.map(this.parseConfig.trimField),c=this.parseConfig.infoOption?Yt(s.length):void 0,l=this._handleParsedRow({fields:s,charLength:o,raw:i,quoted:c,pendingRows:r,shouldSkipEmpty:t,skipLines:n,callback:e});if(l===`stop`||l===`error`)return}this.processPendingRows(r,e)}buildRow(e,t){let{dynamicTyping:n,castDate:r,groupColumnsByName:i=!1}=this.options,a;if(this.options.headers&&this.parseState.headerRow){let t=xt(e,this.parseState.headerRow,this.parseState.originalHeaders,i);a=n||r?ht(t,n||!1,r):t}else a=n||r?gt(e,this.parseState.headerRow?Ct(this.parseState.headerRow):null,n||!1,r):e;return this.parseConfig.infoOption?(t||={index:0,line:this.parseState.currentRowStartLine,offset:this.parseState.currentRowStartOffset,quoted:[...this.parseState.currentRowQuoted],raw:this.parseConfig.rawOption?this.parseState.currentRawRow:void 0},{record:a,info:t}):a}_handleParsedRow(e){let{fields:t,charLength:n,raw:r,quoted:i,pendingRows:a,shouldSkipEmpty:o,skipLines:s,callback:c}=e,l=this.parseState.lineNumber+1;if(r!==void 0){let e=1;for(let t=0;t<r.length;t++){let n=r.charCodeAt(t);n===10?e++:n===13&&(t+1<r.length&&r.charCodeAt(t+1)===10&&t++,e++)}this.parseState.lineNumber+=e}else this.parseState.lineNumber++;let{toLine:u}=this.options;return u!==void 0&&this.parseState.lineNumber>u?(this.toLineReached=!0,this.totalCharsProcessed+=n,this.processPendingRows(a,c),`stop`):this.parseState.lineNumber<=s?(this.totalCharsProcessed+=n,`skip`):(this.parseConfig.infoOption&&(this.parseState.currentRowStartLine=l,this.parseState.currentRowStartOffset=this.totalCharsProcessed,i&&(this.parseState.currentRowQuoted=i)),this.totalCharsProcessed+=n,r!==void 0&&this.parseConfig.maxRowBytes!==void 0&&Ie(r)>this.parseConfig.maxRowBytes?(c(Error(`Row exceeds the maximum size of ${this.parseConfig.maxRowBytes} bytes`)),`error`):(this.parseConfig.rawOption&&r!==void 0&&(this.parseState.currentRawRow=r),this.shouldSkipRow(t,o)?`skip`:this.processCompletedRow(t,a)?`continue`:(this.processPendingRows(a,c),`stop`)))}processCompletedRow(e,t){let n=It(e,this.parseState,this.parseConfig,this.parseErrorsSink,this.parseState.lineNumber);if(this.parseErrorsSink.length=0,this.emitHeaders(),n.reason&&this.emit(`data-invalid`,e,n.reason),n.stop)return!1;if(n.skipped)return!0;if(n.row){let e=this.buildRow(n.row,n.info);if(n.extras&&n.extras.length>0){let t=this.parseConfig.infoOption?e.record:e;t._extra=n.extras}t.push(e)}return!0}emitHeaders(){!this.headersEmitted&&this.parseState.headerRow&&(this.headersEmitted=!0,this.emit(`headers`,Ct(this.parseState.headerRow)))}shouldSkipRow(e,t){return Ft(e,this.parseConfig.comment,t,!1)}processPendingRows(e,t){if(e.length===0){t();return}if(this.chunkAborted){t();return}if(!this._rowTransform&&!this._rowValidator){let n=0,r=()=>{for(;n<e.length&&!this.chunkAborted;){let i=e[n++];if(this.options.chunk){if(this.chunkBuffer.push(i),this.totalRowsProcessed++,this.chunkBuffer.length>=this.chunkSize){this.flushChunk(e=>{if(e){t(e);return}if(this.chunkAborted){t();return}n%1e3==0?setTimeout(r,0):r()});return}}else if(!this.pushRow(i)){this.backpressure=!0,this.pendingCallback=()=>r();return}}t()};r();return}let n=0,r=()=>{if(n>=e.length){t();return}let i=e[n++];this.transformAndValidateRow(i,(e,i)=>{if(e){t(e);return}if(i&&i.isValid&&i.row!==null){if(this.options.chunk){if(this.chunkBuffer.push(i.row),this.totalRowsProcessed++,this.chunkBuffer.length>=this.chunkSize){this.flushChunk(e=>{if(e){t(e);return}n%1e3==0?setTimeout(r,0):r()});return}}else if(!this.pushRow(i.row)){this.backpressure=!0,this.pendingCallback=()=>r();return}}else i&&!i.isValid&&this.emit(`data-invalid`,i.row,i.reason);n%1e3==0?setTimeout(r,0):r()})};r()}flushChunk(e){if(this.chunkBuffer.length===0||!this.options.chunk){e();return}let t=this.chunkBuffer.length,n={cursor:this.totalRowsProcessed-t,rowCount:t,isFirstChunk:this.isFirstChunk,isLastChunk:!1};this.isFirstChunk=!1;let r=this.chunkBuffer;this.chunkBuffer=[],this.pushBufferedRows(r),this.invokeChunkCallback(r,n,e)}transformAndValidateRow(e,t){this._rowTransform?this._rowTransform(e,(e,n)=>{if(e){t(e);return}if(n==null){t(null,{row:null,isValid:!0});return}this.validateRow(n,t)}):this.validateRow(e,t)}validateRow(e,t){this._rowValidator?this._rowValidator(e,(n,r,i)=>{if(n){t(n);return}t(null,{row:e,isValid:r??!1,reason:i})}):t(null,{row:e,isValid:!0})}};function Er(e={}){return new Tr(e)}var Dr=class extends ur{constructor(e={}){super({objectMode:e.objectMode!==!1,writableObjectMode:e.objectMode!==!1}),this.headerWritten=!1,this.keys=null,this.displayHeaders=null,this.sourceRowIndex=0,this.outputRowIndex=0,this.options=e,this.formatConfig=re(e);let t=this.formatConfig;this.rowOptions={quoteLookup:t.shouldQuoteColumn,delimiter:t.delimiter,headers:void 0,isHeader:!1,outputRowIndex:0,quoteAll:t.quoteAll,escapeFormulae:t.escapeFormulae,decimalSeparator:t.decimalSeparator,transform:t.typeTransform};let n=_e(e.columns);n?(this.keys=n.keys,this.displayHeaders=n.headers):Array.isArray(e.headers)&&(this.keys=e.headers,this.displayHeaders=e.headers),this.displayHeaders&&=he(this.displayHeaders)}detectHeadersFromRow(e){let t=me(e);t.length>0&&(this.keys=t,this.displayHeaders=he(t))}_transform(e,t,n){try{!this.headerWritten&&this.formatConfig.bom&&this.push(``),this.headerWritten||=(this.options.headers===!0&&!this.keys&&this.detectHeadersFromRow(e),this.formatConfig.writeHeaders&&this.displayHeaders&&this.push(this.formatRow(this.displayHeaders,!0)),!0);let t=e,r=this.sourceRowIndex++;if(this.formatConfig.typeTransform?.row&&(t=this.formatConfig.typeTransform.row(e,r),t===null)){n();return}this.formatAndPush(t),this.outputRowIndex++,n()}catch(e){n(e)}}_destroy(e,t){this.keys=null,this.displayHeaders=null,t(e)}_flush(e){!this.headerWritten&&this.displayHeaders&&this.formatConfig.writeHeaders&&(this.formatConfig.bom&&this.push(``),this.push(this.formatRow(this.displayHeaders,!0)),this.headerWritten=!0);let t=this.formatConfig.writeHeaders&&this.displayHeaders||this.outputRowIndex>0;this.formatConfig.trailingNewline&&t&&this.push(this.formatConfig.lineEnding),e()}formatAndPush(e){let t=pe(e,this.keys);this.push(this.formatRow(t,!1))}formatRow(e,t=!1){let n=this.formatConfig,r=this.rowOptions;r.quoteLookup=t?n.shouldQuoteHeader:n.shouldQuoteColumn,r.headers=this.displayHeaders??void 0,r.isHeader=t,r.outputRowIndex=this.outputRowIndex;let i=De(e,n.regex,r);return t||!(n.writeHeaders&&this.displayHeaders)&&this.outputRowIndex===0?i:n.lineEnding+i}};function Or(e={}){return new Dr(e)}function E(){throw Error("No chart support is installed. Call `installChartSupport()` from `@cj-tech-master/excelts/chart` once at startup to enable chart creation, loading, and serialisation during `workbook.xlsx.writeFile()`.")}function kr(){return null}var Ar=class{constructor(e,t,n){this.id=t,this.name=n,this.workbook=e}_unsupported(e){throw Error(`${e}() is not supported on a Chart attached to a chartsheet. Use the Chartsheet APIs (chartsheet.chartModel, chartsheet.replaceChart, …) instead.`)}getRow(e){this._unsupported(`Worksheet.getRow`)}addRow(){this._unsupported(`Worksheet.addRow`)}addRows(){this._unsupported(`Worksheet.addRows`)}getColumn(e){this._unsupported(`Worksheet.getColumn`)}getCell(){this._unsupported(`Worksheet.getCell`)}addTable(){this._unsupported(`Worksheet.addTable`)}getTables(){this._unsupported(`Worksheet.getTables`)}},jr=class{constructor(e,t){this._model=e,this._workbook=t}get id(){return this._model.id}get sheetNo(){return this._model.sheetNo}get name(){return this._model.name}set name(e){this._workbook?this._model.name=this._workbook.validateSheetName(e,this._model):this._model.name=e}get state(){return this._model.state}set state(e){this._model.state=e}get chartNumber(){return this._model.chartNumber}get chartExNumber(){return this._model.chartExNumber}get chartModel(){return this._model.chartNumber?this._workbook?.getChartEntry(this._model.chartNumber)?.model:void 0}get chartExModel(){return this._model.chartExNumber?this._workbook?.getChartExStructuredEntry(this._model.chartExNumber)?.model:void 0}get chart(){if(!this._workbook||!this._model.chartNumber&&!this._model.chartExNumber)return;let e=new Ar(this._workbook,this._model.id,this._model.name);return E().createChart(e,{chartNumber:this._model.chartNumber,chartExNumber:this._model.chartExNumber},`A1:K15`)}get isChartEx(){return!!this._model.chartExNumber}get model(){return this._model}get pageMargins(){return this._model.pageMargins}set pageMargins(e){this._model.pageMargins=e}get pageSetup(){return this._model.pageSetup}set pageSetup(e){this._model.pageSetup=e}get tabSelected(){return this._model.tabSelected}set tabSelected(e){this._model.tabSelected=e}get zoomScale(){return this._model.zoomScale}set zoomScale(e){this._model.zoomScale=e}get workbookViewId(){return this._model.workbookViewId}set workbookViewId(e){this._model.workbookViewId=e}get zoomToFit(){return this._model.zoomToFit}set zoomToFit(e){this._model.zoomToFit=e}rename(e){return this._workbook?.renameChartsheet(this.name,e)??!1}remove(){return this._workbook?.removeChartsheet(this.name)??!1}copy(e){return this._workbook?.copyChartsheet(this.name,e)}replaceChart(e){return this._workbook?.replaceChartsheetChart(this.name,e)??!1}},Mr=class extends n{constructor(e,t){super(e,t),this.name=`ExcelError`}};function Nr(e){return e instanceof Mr}var Pr=class extends Mr{constructor(...e){super(...e),this.name=`WorksheetNameError`}},Fr=class extends Mr{constructor(e,t,n){super(t?`Invalid address "${e}": ${t}`:`Invalid address: ${e}`,n),this.address=e,this.name=`InvalidAddressError`}},Ir=class extends Mr{constructor(e,t,n){super(t?`Column ${e} is out of bounds: ${t}`:`Column ${e} is out of bounds. Excel supports columns from 1 to 16384`,n),this.column=e,this.name=`ColumnOutOfBoundsError`}},Lr=class extends Mr{constructor(e,t,n){super(t?`Row ${e} is out of bounds: ${t}`:`Row ${e} is out of bounds`,n),this.row=e,this.name=`RowOutOfBoundsError`}},Rr=class extends Mr{constructor(e,t){super(e??`Cannot merge already merged cells`,t),this.name=`MergeConflictError`}},zr=class extends Mr{constructor(e,t,n){super(t??`Cannot process value of type: ${e}`,n),this.valueType=e,this.name=`InvalidValueTypeError`}},Br=class extends Mr{constructor(e,t,n){super(t??`Unexpected XML content in ${e}`,n),this.context=e,this.name=`XmlParseError`}},Vr=class extends Mr{constructor(e,t,n){super(t?`${e}: ${t}`:`${e} is not supported`,n),this.operation=e,this.reason=t,this.name=`ExcelNotSupportedError`}},Hr=class extends Mr{constructor(e,t,n,r){super(n?`Failed to ${t} Excel file "${e}": ${n}`:`Failed to ${t} Excel file "${e}"`,r),this.path=e,this.operation=t,this.name=`ExcelFileError`}},Ur=class extends Mr{constructor(e,t,n){super(`Cannot ${e}: ${t}`,n),this.operation=e,this.state=t,this.name=`ExcelStreamStateError`}},Wr=class extends Mr{constructor(e,t,n,r){super(`Failed to download from "${e}": HTTP ${t} ${n}`,r),this.url=e,this.status=t,this.statusText=n,this.name=`ExcelDownloadError`}},Gr=class extends Mr{constructor(...e){super(...e),this.name=`PivotTableError`}},Kr=class extends Mr{constructor(...e){super(...e),this.name=`ChartOptionsError`}},qr=class extends Mr{constructor(...e){super(...e),this.name=`TableError`}},Jr=class extends Mr{constructor(...e){super(...e),this.name=`ImageError`}},Yr=class extends Mr{constructor(e,t,n){super(`Max ${e} count (${t}) exceeded`,n),this.itemType=e,this.maxItems=t,this.name=`MaxItemsExceededError`}};let Xr=/^[A-Z]+\d+$/,D={_dictionary:`ABCDEFGHIJKLMNOPQRSTUVWXYZ`.split(``),_l2nFill:0,_l2n:{},_n2l:[],_level(e){return e<=26?1:e<=676?2:3},_fill(e){let t,n,r,i,a,o=1;if(e>=4)throw new Ir(e,`Excel supports columns from 1 to 16384`);if(this._l2nFill<1&&e>=1){for(;o<=26;)t=this._dictionary[o-1],this._n2l[o]=t,this._l2n[t]=o,o++;this._l2nFill=1}if(this._l2nFill<2&&e>=2){for(o=27;o<=702;)n=o-27,r=n%26,i=Math.floor(n/26),t=this._dictionary[i]+this._dictionary[r],this._n2l[o]=t,this._l2n[t]=o,o++;this._l2nFill=2}if(this._l2nFill<3&&e>=3){for(o=703;o<=16384;)n=o-703,r=n%26,i=Math.floor(n/26)%26,a=Math.floor(n/676),t=this._dictionary[a]+this._dictionary[i]+this._dictionary[r],this._n2l[o]=t,this._l2n[t]=o,o++;this._l2nFill=3}},l2n(e){if(this._l2n[e]||this._fill(e.length),!this._l2n[e])throw new Ir(e,`Invalid column letter: ${e}`);return this._l2n[e]},n2l(e){if(e<1||e>16384)throw new Ir(e);return this._n2l[e]||this._fill(this._level(e)),this._n2l[e]},_hash:{},decodeCol(e){let t=0;for(let n=0;n<e.length;n++){let r=e.charCodeAt(n);if(r>=65&&r<=90)t=t*26+r-64;else break}return t},validateAddress(e){if(!Xr.test(e))throw new Fr(e);return!0},decodeAddress(e){if(!e||typeof e!=`string`)throw Error(`Invalid Address: ${e}`);let t=e.length<5&&this._hash[e];if(t)return t;let n=0,r=0,i=!1,a=!1,o=0,s=0;for(let t=0;t<e.length;t++){let c=e.charCodeAt(t);if(c===36){!i&&!a&&(s=t+1);continue}if(!a&&c>=65&&c<=90)i=!0,n=n*26+c-64,o=t+1;else if(c>=48&&c<=57)a=!0,r=r*10+c-48;else if(a&&i)break}if(!i)n=void 0;else if(n>16384){let t=e.slice(0,o);throw new Ir(t,`Invalid column letter: ${t}`)}a||(r=void 0);let c=i?e.slice(s,o):``,l=a?String(r):``,u=c+l,d={address:u,col:n,row:r,$col$row:`$${c}$${l}`};return n<=100&&r<=100&&(this._hash[u]=d,this._hash[d.$col$row]=d),d},getAddress(e,t){if(t){let n=this.n2l(t)+e;return this.decodeAddress(n)}return this.decodeAddress(e)},decode(e){if(!e||typeof e!=`string`)throw Error(`Invalid Address: ${e}`);let t=e.split(`:`);if(t.length===2){let e=this.decodeAddress(t[0]),n=this.decodeAddress(t[1]),r={top:Math.min(e.row,n.row),left:Math.min(e.col,n.col),bottom:Math.max(e.row,n.row),right:Math.max(e.col,n.col),tl:``,br:``,dimensions:``};return r.tl=this.n2l(r.left)+r.top,r.br=this.n2l(r.right)+r.bottom,r.dimensions=`${r.tl}:${r.br}`,r}return this.decodeAddress(e)},decodeEx(e){if(!e||typeof e!=`string`)throw Error(`Invalid Address: ${e}`);let t=e.match(/^(?:(?:(?:'((?:[^']|'')+?)')|([^'^ !]+?))!)?(.*)$/),n=t[1]||t[2],r=t[3],i=r.split(`:`);if(i.length>1){let e=this.decodeAddress(i[0]),t=this.decodeAddress(i[1]),r=Math.min(e.row,t.row),a=Math.min(e.col,t.col),o=Math.max(e.row,t.row),s=Math.max(e.col,t.col),c=this.n2l(a)+r,l=this.n2l(s)+o;return{top:r,left:a,bottom:o,right:s,sheetName:n,tl:{address:c,col:a,row:r,$col$row:`$${this.n2l(a)}$${r}`,sheetName:n},br:{address:l,col:s,row:o,$col$row:`$${this.n2l(s)}$${o}`,sheetName:n},dimensions:`${c}:${l}`}}if(r.indexOf(`#`)===0)return n?{sheetName:n,error:r}:{error:r};let a=this.decodeAddress(r);return n?{sheetName:n,...a}:a},encodeAddress(e,t){return D.n2l(t)+e},encode(...e){switch(e.length){case 2:return D.encodeAddress(e[0],e[1]);case 4:return`${D.encodeAddress(e[0],e[1])}:${D.encodeAddress(e[2],e[3])}`;default:throw new Fr(String(e.length),`Can only encode with 2 or 4 arguments`)}},compareAddress(e,t){let n=D.decodeAddress(e),r=D.decodeAddress(t);return n.col-r.col||n.row-r.row},inRange(e,t){let[n,r,,i,a]=e,[o,s]=t;return o>=n&&o<=i&&s>=r&&s<=a}};var Zr=class e{constructor(...e){this.model={top:0,left:0,bottom:0,right:0},this.decode(e)}setTLBR(e,t,n,r,i){if(typeof e==`string`&&typeof t==`string`){let r=D.decodeAddress(e),i=D.decodeAddress(t);this.model={top:Math.min(r.row,i.row),left:Math.min(r.col,i.col),bottom:Math.max(r.row,i.row),right:Math.max(r.col,i.col),sheetName:typeof n==`string`?n:void 0}}else typeof e==`number`&&typeof t==`number`&&typeof n==`number`&&typeof r==`number`&&(this.model={top:Math.min(e,n),left:Math.min(t,r),bottom:Math.max(e,n),right:Math.max(t,r),sheetName:i})}decode(t){switch(t.length){case 5:typeof t[0]==`number`&&typeof t[1]==`number`&&typeof t[2]==`number`&&typeof t[3]==`number`&&typeof t[4]==`string`&&this.setTLBR(t[0],t[1],t[2],t[3],t[4]);break;case 4:typeof t[0]==`number`&&typeof t[1]==`number`&&typeof t[2]==`number`&&typeof t[3]==`number`&&this.setTLBR(t[0],t[1],t[2],t[3]);break;case 3:typeof t[0]==`string`&&typeof t[1]==`string`&&typeof t[2]==`string`&&this.setTLBR(t[0],t[1],t[2]);break;case 2:typeof t[0]==`string`&&typeof t[1]==`string`&&this.setTLBR(t[0],t[1]);break;case 1:{let n=t[0];if(n instanceof e)this.model={top:n.model.top,left:n.model.left,bottom:n.model.bottom,right:n.model.right,sheetName:n.sheetName};else if(Array.isArray(n))this.decode(n);else if(typeof n==`object`&&`top`in n&&`left`in n&&`bottom`in n&&`right`in n)this.model={top:n.top,left:n.left,bottom:n.bottom,right:n.right,sheetName:n.sheetName};else if(typeof n==`string`){let e=D.decodeEx(n);`top`in e?this.model={top:e.top,left:e.left,bottom:e.bottom,right:e.right,sheetName:e.sheetName}:`row`in e&&(this.model={top:e.row,left:e.col,bottom:e.row,right:e.col,sheetName:e.sheetName})}break}case 0:this.model={top:0,left:0,bottom:0,right:0};break;default:throw new Mr(`Invalid number of arguments to _getDimensions() - ${t.length}`)}}get top(){return this.model.top||1}set top(e){this.model.top=e}get left(){return this.model.left||1}set left(e){this.model.left=e}get bottom(){return this.model.bottom||1}set bottom(e){this.model.bottom=e}get right(){return this.model.right||1}set right(e){this.model.right=e}get sheetName(){return this.model.sheetName}set sheetName(e){this.model.sheetName=e}get _serialisedSheetName(){let{sheetName:e}=this.model;return e?/^[a-zA-Z0-9]*$/.test(e)?`${e}!`:`'${e.replace(/'/g,`''`)}'!`:``}expand(e,t,n,r){(!this.model.top||e<this.top)&&(this.top=e),(!this.model.left||t<this.left)&&(this.left=t),(!this.model.bottom||n>this.bottom)&&(this.bottom=n),(!this.model.right||r>this.right)&&(this.right=r)}expandRow(e){if(e){let{dimensions:t,number:n}=e;t&&this.expand(n,t.min,n,t.max)}}expandToAddress(e){let t=D.decodeEx(e);`row`in t&&`col`in t&&this.expand(t.row,t.col,t.row,t.col)}get tl(){return D.n2l(this.left)+this.top}get $t$l(){return`$${D.n2l(this.left)}$${this.top}`}get br(){return D.n2l(this.right)+this.bottom}get $b$r(){return`$${D.n2l(this.right)}$${this.bottom}`}get range(){return`${this._serialisedSheetName+this.tl}:${this.br}`}get $range(){return`${this._serialisedSheetName+this.$t$l}:${this.$b$r}`}get shortRange(){return this.count>1?this.range:this._serialisedSheetName+this.tl}get $shortRange(){return this.count>1?this.$range:this._serialisedSheetName+this.$t$l}get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)}toString(){return this.range}intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.sheetName||e.bottom<this.top||e.top>this.bottom||e.right<this.left||e.left>this.right)}contains(e){let t=D.decodeEx(e);return`row`in t&&`col`in t?this.containsEx(t):!1}containsEx(e){return e.sheetName&&this.sheetName&&e.sheetName!==this.sheetName?!1:e.row>=this.top&&e.row<=this.bottom&&e.col>=this.left&&e.col<=this.right}forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let n=this.top;n<=this.bottom;n++)e(D.encodeAddress(n,t),n,t)}};function Qr(e){if(typeof e!=`object`||!e)return e;if(Array.isArray(e))return e.map(e=>Qr(e));let t={};for(let n of Object.keys(e))n!==`__proto__`&&n!==`constructor`&&n!==`prototype`&&(t[n]=Qr(e[n]));return t}var $r=class{constructor(e){this.template=e,this.sheets=new Map}addCell(e){this.addCellEx(D.decodeEx(e))}getCell(e){return this.findCellEx(D.decodeEx(e),!0)}findCell(e){return this.findCellEx(D.decodeEx(e),!1)}findCellAt(e,t,n){let r=this.sheets.get(e),i=r&&r[t];return i&&i[n]}addCellEx(e){if(e.top!==void 0)for(let t=e.top;t<=e.bottom;t++)for(let n=e.left;n<=e.right;n++)this.getCellAt(e.sheetName,t,n);else this.findCellEx(e,!0)}getCellEx(e){return this.findCellEx(e,!0)}findCellEx(e,t){let n=this.findSheet(e,t),r=this.findSheetRow(n,e,t);return this.findRowCell(r,e,t)}getCellAt(e,t,n){let r=this.sheets.get(e);r||(r=[],this.sheets.set(e,r));let i=t>>>0,a=n>>>0,o=r[i]||(r[i]=[]);return o[a]||(o[a]={sheetName:e,address:D.n2l(n)+t,row:t,col:n})}removeCellEx(e){let t=this.findSheet(e,!1);if(!t)return;let n=this.findSheetRow(t,e,!1);n&&(n[e.col>>>0]=void 0)}forEachInSheet(e,t){let n=this.sheets.get(e);n&&n.forEach((e,n)=>{e&&e.forEach((e,r)=>{e&&t(e,n,r)})})}forEach(e){for(let t of this.sheets.keys())this.forEachInSheet(t,e)}map(e){let t=[];return this.forEach(n=>{t.push(e(n))}),t}findSheet(e,t){let n=e.sheetName;if(this.sheets.has(n))return this.sheets.get(n);if(t){let e=[];return this.sheets.set(n,e),e}}findSheetRow(e,t,n){let r=t.row>>>0;if(e&&e[r])return e[r];if(n)return e[r]=[]}findRowCell(e,t,n){let r=t.col>>>0;if(e&&e[r])return e[r];if(n)return e[r]=this.template?{...t,...Qr(this.template)}:t}spliceRows(e,t,n,r){let i=this.sheets.get(e);if(i){let e=[];for(let t=0;t<r;t++)e.push([]);i.splice(t,n,...e)}}spliceColumns(e,t,n,r){let i=this.sheets.get(e);if(i){let e=[];for(let t=0;t<r;t++)e.push(null);i.forEach(r=>{r.splice(t,n,...e)})}}};function ei(){return null}let ti=/[$](\w+)[$](\d+)(:[$](\w+)[$](\d+))?/,ni=/^[$]?[A-Za-z]{1,3}[$]?\d+(:[$]?[A-Za-z]{1,3}[$]?\d+)?$/,ri=/^[$]?\d+:[$]?\d+$/,ii=/^[$]?[A-Za-z]{1,3}:[$]?[A-Za-z]{1,3}$/;function ai(e){if(e.startsWith(`{`)||e.endsWith(`}`))return!1;let t=e.split(`!`).pop()??``;if(!ni.test(t)&&!ri.test(t)&&!ii.test(t))return!1;try{let t=D.decodeEx(e);return`row`in t&&typeof t.row==`number`||`top`in t&&typeof t.top==`number`||`left`in t&&typeof t.left==`number`}catch{return!1}}function oi(e){let t=e.trim();if(t.startsWith(`{`)&&t.endsWith(`}`))return[];let n=[],r=!1,i=``;return e.split(`,`).forEach(e=>{if(!e)return;let t=(e.match(/'/g)??[]).length;if(!t){r?i+=`${e},`:ai(e)&&n.push(e);return}let a=t%2==0;!r&&a&&ai(e)?n.push(e):r&&!a?(r=!1,ai(i+e)&&n.push(i+e),i=``):(r=!0,i+=`${e},`)}),n}function si(e){let t=!1;for(let n=0;n<e.length;n++){let r=e[n];if(r===`'`)t=!t;else if(r===`(`&&!t)return!0}return!1}function ci(e,t,n){if(e===void 0)return t.length>0?{kind:`reference`,ranges:t}:{kind:`opaque`,ranges:[]};let r=e.trim();if(r.length===0)return{kind:`opaque`,ranges:[]};let i=r.startsWith(`{`)&&r.endsWith(`}`),a=r.startsWith(`"`)&&r.endsWith(`"`),o=r.startsWith(`#`),s=i||a||o;if(si(r)&&!s)return n&&n(r)?{kind:`formula`,ranges:[r],formulaExpression:r}:{kind:`opaque`,ranges:[]};let c=oi(e);return c.length>0?{kind:`reference`,ranges:c}:s?{kind:`opaque`,ranges:[]}:n&&n(r)?{kind:`formula`,ranges:[r],formulaExpression:r}:{kind:`opaque`,ranges:[]}}function li(e,t){return t===void 0?e:`${e}\0${t}`}var ui=class{constructor(e){this.matrixMap={},this.formulaMap={},this.localSheetIdMap={},this.hiddenMap={},this.opaqueMap={},this.nameForKey={},this._explicitProbe=e??null}getMatrix(e){return this.matrixMap[e]||(this.matrixMap[e]=new $r)}add(e,t){let n=D.decodeEx(e);`error`in n||(delete this.formulaMap[t],delete this.opaqueMap[t],this.nameForKey[t]=t,this.addEx(n,t))}addHidden(e,t){this.add(e,t),this.hiddenMap[t]=!0}addEx(e,t){let n=this.getMatrix(t);if(`top`in e)for(let t=e.left;t<=e.right;t++)for(let r=e.top;r<=e.bottom;r++){let i={sheetName:e.sheetName,address:D.n2l(t)+r,row:r,col:t};n.addCellEx(i)}else n.addCellEx(e)}addFormula(e,t){delete this.matrixMap[e],delete this.opaqueMap[e],this.nameForKey[e]=e,this.formulaMap[e]=t}remove(e,t){let n=D.decodeEx(e);`error`in n||this.removeEx(n,t)}removeEx(e,t){let n=this.getMatrix(t);if(`top`in e)for(let t=e.left;t<=e.right;t++)for(let r=e.top;r<=e.bottom;r++)n.removeCellEx({sheetName:e.sheetName,address:D.n2l(t)+r,row:r,col:t});else n.removeCellEx(e)}removeAllNames(e){Object.values(this.matrixMap).forEach(t=>{if(`top`in e)for(let n=e.left;n<=e.right;n++)for(let r=e.top;r<=e.bottom;r++)t.removeCellEx({sheetName:e.sheetName,address:D.n2l(n)+r,row:r,col:n});else t.removeCellEx(e)})}forEach(e){Object.entries(this.matrixMap).forEach(([t,n])=>{let r=this.nameForKey[t]??t;n.forEach(t=>{e(r,t)})})}getNames(e){let t=D.decodeEx(e);return`error`in t||`top`in t?[]:this.getNamesEx(t)}getNamesEx(e){return Object.entries(this.matrixMap).map(([t,n])=>n.findCellEx(e,!1)&&(this.nameForKey[t]??t)).filter(e=>!!e)}getAllNames(){return this.getAllEntries().map(e=>e.localSheetId===void 0?{name:e.name}:{name:e.name,localSheetId:e.localSheetId})}getAllEntries(){let e=[],t=new Set;for(let n of Object.keys(this.matrixMap)){if(t.has(n))continue;t.add(n);let r=this.getRanges(n),i=this.localSheetIdMap[n];e.push(i===void 0?r:{...r,localSheetId:i})}for(let n of Object.keys(this.formulaMap)){if(t.has(n))continue;t.add(n);let r=this.getRanges(n),i=this.localSheetIdMap[n];e.push(i===void 0?r:{...r,localSheetId:i})}for(let n of Object.keys(this.opaqueMap)){if(t.has(n))continue;t.add(n);let r=this.nameForKey[n]??n,i=this.opaqueMap[n];e.push({name:r,ranges:[],rawText:i.rawText,localSheetId:i.localSheetId,kind:`opaque`})}return e}_explore(e,t){t.mark=!1;let n=t.sheetName,r=new Zr(t.row,t.col,t.row,t.col,n),i,a,o=(t,r)=>e.findCellAt(n,t,r);function s(e,n){let i=o(e,t.col);return!i||!i.mark?!1:(r[n]=e,i.mark=!1,!0)}for(a=t.row-1;s(a,`top`);a--);for(a=t.row+1;s(a,`bottom`);a++);function c(e,t){let n=[];for(a=r.top;a<=r.bottom;a++){let t=o(a,e);if(t&&t.mark)n.push(t);else return!1}r[t]=e;for(let e=0;e<n.length;e++)n[e].mark=!1;return!0}for(i=t.col-1;c(i,`left`);i--);for(i=t.col+1;c(i,`right`);i++);return r}getRangesScoped(e,t){let n=li(e,t);return this.getRanges(n)}getRanges(e,t){let n=this.formulaMap[e];t||=this.matrixMap[e];let r=this.nameForKey[e]??e;return t?(t.forEach(e=>{e.mark=!0}),{name:r,ranges:t.map(e=>e.mark&&this._explore(t,e)).filter(e=>!!e).map(e=>e.$shortRange)}):n?{name:r,ranges:[n],formulaExpression:n}:{name:r,ranges:[]}}normaliseMatrix(e,t){e.forEachInSheet(t,(e,t,n)=>{e&&(e.row!==t||e.col!==n)&&(e.row=t,e.col=n,e.address=D.n2l(n)+t)})}spliceRows(e,t,n,r){Object.values(this.matrixMap).forEach(i=>{i.spliceRows(e,t,n,r),this.normaliseMatrix(i,e)})}spliceColumns(e,t,n,r){Object.values(this.matrixMap).forEach(i=>{i.spliceColumns(e,t,n,r),this.normaliseMatrix(i,e)})}get model(){let e=Object.entries(this.matrixMap).map(([e,t])=>{let n=this.getRanges(e,t),r=this.localSheetIdMap[e],i=this.hiddenMap[e],a={...n};return r!==void 0&&(a.localSheetId=r),i&&(a.hidden=!0),a}).filter(e=>e.ranges.length),t=Object.entries(this.formulaMap).filter(([e])=>!this.matrixMap[e]).map(([e,t])=>{let n={name:this.nameForKey[e]??e,ranges:[t],formulaExpression:t},r=this.localSheetIdMap[e];return r!==void 0&&(n.localSheetId=r),this.hiddenMap[e]&&(n.hidden=!0),n}),n=Object.entries(this.opaqueMap).map(([e,t])=>{let n={name:this.nameForKey[e]??e,ranges:[],rawText:t.rawText,localSheetId:t.localSheetId,kind:`opaque`};return this.hiddenMap[e]&&(n.hidden=!0),n});return[...e,...t,...n]}set model(e){let t=this.matrixMap={},n=this.formulaMap={},r=this.localSheetIdMap={},i=this.hiddenMap={},a=this.opaqueMap={},o=this.nameForKey={},s=this._explicitProbe??ei();for(let c of e){let e=li(c.name,c.localSheetId);if(o[e]=c.name,c.localSheetId!==void 0&&(r[e]=c.localSheetId),c.hidden&&(i[e]=!0),c.formulaExpression&&c.rawText===void 0){n[e]=c.formulaExpression;continue}let l=ci(c.rawText,c.ranges,s);switch(l.kind){case`reference`:{let n=t[e]=new $r;for(let e of l.ranges)ti.test(e.split(`!`).pop()??``)&&n.addCell(e);break}case`formula`:n[e]=l.formulaExpression;break;case`opaque`:c.rawText&&(a[e]={rawText:c.rawText,localSheetId:c.localSheetId});break}}}};function di(e){return D.l2n(e.toUpperCase())-1}function fi(e){return D.n2l(e+1)}function pi(e){return parseInt(e,10)-1}function mi(e){return String(e+1)}function hi(e){let t=D.decodeAddress(e.toUpperCase());return{c:t.col-1,r:t.row-1}}function gi(e){return D.encodeAddress(e.r+1,e.c+1)}function _i(e){let t=e.indexOf(`:`);if(t===-1){let t=hi(e);return{s:t,e:{...t}}}return{s:hi(e.slice(0,t)),e:hi(e.slice(t+1))}}function vi(e,t){if(t===void 0){let t=e;return vi(t.s,t.e)}let n=gi(e),r=gi(t);return n===r?n:`${n}:${r}`}function yi(e){return/^[A-Za-z_][A-Za-z0-9_]*$/.test(e)?e:`'${e.replace(/'/g,`''`)}'`}function bi(e,t,n,r){let i=e.chartFormats??[],a=n??(i.length===0?0:Math.max(...i.map(e=>e.format??0))+1),o=r??t.pivotChartOptions;return Si(e,a),xi(e,o),{...t,pivotSource:{name:Ci(e),fmtId:a,options:o}}}function xi(e,t){t&&(e.pivotChartOptions=t,t.refreshOnOpen&&e.cacheDefinition&&(e.cacheDefinition.refreshOnLoad=`1`))}function Si(e,t){e.chartFormat??=1,e.chartFormats??=[],e.chartFormats.some(e=>e.chart===0&&e.format===t)||e.chartFormats.push({chart:0,format:t,series:!0,pivotAreaXml:`<pivotArea type="data" outline="0" fieldPosition="0"><references count="1"><reference field="4294967294" count="1" selected="0"><x v="0"/></reference></references></pivotArea>`})}function Ci(e){let t=e.name??`PivotTable${e.tableNumber}`;return e.worksheetName?`${yi(e.worksheetName)}!${t}`:t}let wi=new Uint8Array;function Ti(e,t,n=0){let r=e.length,i=t.length;if(i===0)return 0;if(i>r)return-1;let a=n|0;if(a<0&&(a=0),a>r-i)return-1;if(i===1)return e.indexOf(t[0],a);if(i===2){let n=t[0],i=t[1],o=r-2,s=e.indexOf(n,a);for(;s!==-1&&s<=o;){if(e[s+1]===i)return s;s=e.indexOf(n,s+1)}return-1}if(i===3){let n=t[0],i=t[1],o=t[2],s=r-3,c=e.indexOf(n,a);for(;c!==-1&&c<=s;){if(e[c+1]===i&&e[c+2]===o)return c;c=e.indexOf(n,c+1)}return-1}if(i===4){let n=t[0],i=t[1],o=t[2],s=t[3],c=r-4,l=e.indexOf(n,a);for(;l!==-1&&l<=c;){if(e[l+1]===i&&e[l+2]===o&&e[l+3]===s)return l;l=e.indexOf(n,l+1)}return-1}for(let n=a;n<=r-i;n++){let r=!0;for(let a=0;a<i;a++)if(e[n+a]!==t[a]){r=!1;break}if(r)return n}return-1}var Ei=class{_activeChunkCount(){return this._chunks.length-this._chunkHead}_headChunk(){return this._chunks[this._chunkHead]}_compactConsumedChunks(){if(this._chunkHead!==0){if(this._chunkHead>=this._chunks.length){this._chunks=[],this._chunkHead=0;return}this._chunkHead>32&&this._chunkHead*2>=this._chunks.length&&(this._chunks=this._chunks.slice(this._chunkHead),this._chunkHead=0)}}_dropHeadChunk(){this._chunkHead++,this._headOffset=0,this._compactConsumedChunks()}constructor(e){this._chunks=[],this._chunkHead=0,this._headOffset=0,this._length=0,this._cachedView=null,this._cachedLength=0,e&&e.length>0&&this.reset(e)}get length(){return this._length}isEmpty(){return this.length===0}view(){if(this._length===0)return wi;if(this._activeChunkCount()===1)return this._headChunk().subarray(this._headOffset,this._headOffset+this._length);if(this._cachedView&&this._cachedLength===this._length)return this._cachedView;let e=new Uint8Array(this._length),t=0;for(let n=this._chunkHead;n<this._chunks.length;n++){let r=this._chunks[n],i=n===this._chunkHead?this._headOffset:0,a=n===this._chunks.length-1?i+(this._length-t):r.length;if(e.set(r.subarray(i,a),t),t+=a-i,t>=e.length)break}return this._cachedView=e,this._cachedLength=this._length,e}reset(e){if(this._cachedView=null,this._cachedLength=0,this._chunks=[],this._chunkHead=0,this._headOffset=0,this._length=0,!e||e.length===0)return;let t=new Uint8Array(e.length);t.set(e),this._chunks=[t],this._chunkHead=0,this._headOffset=0,this._length=t.length}append(e){e.length!==0&&(this._cachedView=null,this._cachedLength=0,this._chunks.push(e),this._length+=e.length)}read(e){if(e<=0)return wi;if(e>this._length)throw RangeError(`ByteQueue: read beyond available data`);if(this._cachedView=null,this._cachedLength=0,this._activeChunkCount()===1){let t=this._headChunk(),n=this._headOffset,r=n+e,i=t.subarray(n,r);return this._headOffset=r,this._length-=e,this._length===0?(this._chunks=[],this._chunkHead=0,this._headOffset=0):this._headOffset>=t.length&&this._dropHeadChunk(),i}let t=new Uint8Array(e),n=0,r=e;for(;r>0;){let e=this._headChunk(),i=this._headOffset,a=e.length-i,o=Math.min(a,r);t.set(e.subarray(i,i+o),n),n+=o,r-=o,this._headOffset+=o,this._length-=o,this._headOffset>=e.length&&this._dropHeadChunk()}return this._length===0&&(this._chunks=[],this._chunkHead=0,this._headOffset=0),t}peekChunks(e){if(e<=0)return[];if(e>this._length)throw RangeError(`ByteQueue: peek beyond available data`);if(this._activeChunkCount()===1){let t=this._headChunk(),n=this._headOffset;return[t.subarray(n,n+e)]}let t=[],n=e;for(let e=this._chunkHead;e<this._chunks.length&&n>0;e++){let r=this._chunks[e],i=e===this._chunkHead?this._headOffset:0,a=r.length-i;if(a<=0)continue;let o=Math.min(a,n);t.push(r.subarray(i,i+o)),n-=o}return t}discard(e){if(e<=0)return;if(e>=this._length){this._chunks=[],this._chunkHead=0,this._headOffset=0,this._length=0,this._cachedView=null,this._cachedLength=0;return}this._cachedView=null,this._cachedLength=0;let t=e;for(;t>0;){let e=this._headChunk(),n=this._headOffset,r=e.length-n,i=Math.min(r,t);this._headOffset+=i,this._length-=i,t-=i,this._headOffset>=e.length&&this._dropHeadChunk()}this._length===0&&(this._chunks=[],this._chunkHead=0,this._headOffset=0)}indexOfPattern(e,t=0){let n=e.length;if(n===0)return 0;let r=this._length;if(n>r)return-1;let i=t|0;if(i<0&&(i=0),i>r-n)return-1;if(this._activeChunkCount()===1){let t=this._headChunk(),a=this._headOffset,o=t.subarray(a,a+r);return n===1?o.indexOf(e[0],i):Ti(o,e,i)}if(n>4)return Ti(this.view(),e,i);let a=e[0],o=n>=2?e[1]:0,s=n>=3?e[2]:0,c=n>=4?e[3]:0,l=this._chunks,u=this._chunkHead,d=(e,t)=>{let n=e,r=t;for(;n<l.length;){let e=l[n];if(r<e.length)return e[r]|0;r-=e.length,n++}return null},f=0;for(let e=u;e<l.length;e++){let t=l[e],p=e===u?this._headOffset:0,m=t.length-p;if(m<=0)continue;let h=f,g=h+m,_=i<=h?p:i>=g?t.length:p+(i-h);if(_>t.length-1){f+=m;continue}let v=t.length-1,y=t.indexOf(a,_);for(;y!==-1&&y<=v;){let i=h+(y-p);if(i>r-n)return-1;if(n===1)return i;if(y+n<=t.length){if(t[y+1]!==o){y=t.indexOf(a,y+1);continue}if(n===2)return i;if(t[y+2]!==s){y=t.indexOf(a,y+1);continue}if(n===3)return i;if(t[y+3]!==c){y=t.indexOf(a,y+1);continue}return i}let l=d(e,y+1);if(l===null||l!==o){y=t.indexOf(a,y+1);continue}if(n===2)return i;let u=d(e,y+2);if(u===null||u!==s){y=t.indexOf(a,y+1);continue}if(n===3)return i;let f=d(e,y+3);if(f===null||f!==c){y=t.indexOf(a,y+1);continue}return i}f+=m}return-1}peekUint32LE(e){let t=e|0;if(t<0||t+4>this._length)return null;let n=this._chunks,r=t;for(let e=this._chunkHead;e<n.length;e++){let t=n[e],i=e===this._chunkHead?this._headOffset:0,a=t.length-i;if(r<a){let a=i+r;if(a+4<=t.length){let e=t[a]|0,n=t[a+1]|0,r=t[a+2]|0,i=t[a+3]|0;return(e|n<<8|r<<16|i<<24)>>>0}let o=t[a]|0,s=0,c=0,l=0,u=e,d=a+1;for(let e=1;e<4;e++)for(;u<n.length;){let t=n[u];if(d<t.length){let n=t[d]|0;e===1?s=n:e===2?c=n:l=n,d++;break}u++,d=0}return(o|s<<8|c<<16|l<<24)>>>0}r-=a}return null}peekByte(e){let t=e|0;if(t<0||t>=this._length)throw RangeError(`ByteQueue: peek beyond available data`);let n=t;for(let e=this._chunkHead;e<this._chunks.length;e++){let t=this._chunks[e],r=e===this._chunkHead?this._headOffset:0,i=t.length-r;if(n<i)return t[r+n]|0;n-=i}throw RangeError(`ByteQueue: peek beyond available data`)}};function Di(){try{return typeof CompressionStream>`u`?!1:(new CompressionStream(`deflate-raw`),!0)}catch{return!1}}function Oi(){try{return typeof DecompressionStream>`u`?!1:(new DecompressionStream(`deflate-raw`),!0)}catch{return!1}}let ki=null,Ai=null;function ji(){return typeof CompressionStream>`u`?!1:(ki===null&&(ki=Di()),ki)}function Mi(){return typeof DecompressionStream>`u`?!1:(Ai===null&&(Ai=Oi()),Ai)}function Ni(){return ji()&&Mi()}async function Pi(e){let t=new Ei;for(;;){let{done:n,value:r}=await e.read();if(n)break;t.append(r)}return t.read(t.length)}async function Fi(e,t){let n=t.writable.getWriter(),r=t.readable.getReader();try{let t=Pi(r);return await n.write(e),await n.close(),await t}finally{try{n.releaseLock()}catch{}try{r.releaseLock()}catch{}}}async function Ii(e){return Fi(e,new DecompressionStream(`deflate-raw`))}let Li=65521;function Ri(e){let t=1,n=0;for(let r=0;r<e.length;){let i=Math.min(r+5552,e.length);for(;r<i;)t+=e[r++],n+=t;t%=Li,n%=Li}return n<<16|t}let zi={};function Bi(e,t){let n=`${e}:${t}`;return()=>{let r=e===`compression`?typeof CompressionStream<`u`?CompressionStream:void 0:typeof DecompressionStream<`u`?DecompressionStream:void 0;if(!r)return!1;let i=zi[n];if(i!=null)return i;try{new r(t),zi[n]=!0}catch{zi[n]=!1}return zi[n]}}Bi(`compression`,`gzip`),Bi(`decompression`,`gzip`),Bi(`compression`,`deflate`),Bi(`decompression`,`deflate`);let Vi={0:new Uint8Array([120,1]),1:new Uint8Array([120,1]),2:new Uint8Array([120,94]),3:new Uint8Array([120,94]),4:new Uint8Array([120,94]),5:new Uint8Array([120,94]),6:new Uint8Array([120,156]),7:new Uint8Array([120,218]),8:new Uint8Array([120,218]),9:new Uint8Array([120,218])};function Hi(e){return Vi[Math.max(0,Math.min(9,e))]??Vi[6]}function Ui(e){let t=new Uint8Array(4);return t[0]=e>>>24&255,t[1]=e>>>16&255,t[2]=e>>>8&255,t[3]=e&255,t}let Wi=(()=>{let e=new Uint8Array(288);for(let t=0;t<=143;t++)e[t]=8;for(let t=144;t<=255;t++)e[t]=9;for(let t=256;t<=279;t++)e[t]=7;for(let t=280;t<=287;t++)e[t]=8;return e})(),Gi=new Uint8Array(32).fill(5),Ki=[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],qi=[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],Ji=[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],Yi=[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],Xi=[[1,0,0],[2,1,0],[3,2,0],[4,3,0],[6,4,1],[8,5,1],[12,6,2],[16,7,2],[24,8,3],[32,9,3],[48,10,4],[64,11,4],[96,12,5],[128,13,5],[192,14,6],[256,15,6],[384,16,7],[512,17,7],[768,18,8],[1024,19,8],[1536,20,9],[2048,21,9],[3072,22,10],[4096,23,10],[6144,24,11],[8192,25,11],[12288,26,12],[16384,27,12],[24576,28,13],[32768,29,13]],Zi=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];function Qi(e,t){let n=new Uint16Array(16);for(let r=0;r<t;r++)e[r]>0&&n[e[r]]++;let r=new Uint16Array(16),i=0;for(let e=1;e<=15;e++)i=i+n[e-1]<<1,r[e]=i;let a={};for(let n=0;n<t;n++){let t=e[n];if(t===0)continue;i=r[t]++;let o=a;for(let e=t-1;e>=0;e--)i>>e&1?(o.right||={},o=o.right):(o.left||={},o=o.left);o.symbol=n}return a}var $i=class{constructor(e){this.data=e,this.pos=0,this.bitBuf=0,this.bitCount=0}readBits(e){for(;this.bitCount<e;){if(this.pos>=this.data.length)throw Error(`Unexpected end of DEFLATE data`);this.bitBuf|=this.data[this.pos++]<<this.bitCount,this.bitCount+=8}let t=this.bitBuf&(1<<e)-1;return this.bitBuf>>=e,this.bitCount-=e,t}decodeSymbol(e){let t=e;for(;t.symbol===void 0;)if(t=this.readBits(1)===0?t.left:t.right,!t)throw Error(`Invalid Huffman code`);return t.symbol}alignToByte(){this.bitBuf=0,this.bitCount=0}readByte(){if(this.pos>=this.data.length)throw Error(`Unexpected end of data`);return this.data[this.pos++]}readUint16(){return this.readByte()|this.readByte()<<8}};function ea(e){let t=new $i(e),n=[],r=!1;for(;!r;){r=t.readBits(1)===1;let e=t.readBits(2);if(e===0){t.alignToByte();let e=t.readUint16();if((e^t.readUint16())!==65535)throw Error(`Invalid stored block length`);for(let r=0;r<e;r++)n.push(t.readByte())}else if(e===1||e===2){let r,i;if(e===1)r=Qi(Wi,288),i=Qi(Gi,32);else{let e=t.readBits(5)+257,n=t.readBits(5)+1,a=t.readBits(4)+4,o=new Uint8Array(19);for(let e=0;e<a;e++)o[Zi[e]]=t.readBits(3);let s=Qi(o,19),c=new Uint8Array(e+n),l=0;for(;l<e+n;){let e=t.decodeSymbol(s);if(e<16)c[l++]=e;else if(e===16){let e=t.readBits(2)+3,n=c[l-1];for(let t=0;t<e;t++)c[l++]=n}else if(e===17){let e=t.readBits(3)+3;for(let t=0;t<e;t++)c[l++]=0}else if(e===18){let e=t.readBits(7)+11;for(let t=0;t<e;t++)c[l++]=0}}r=Qi(c.subarray(0,e),e),i=Qi(c.subarray(e),n)}for(;;){let e=t.decodeSymbol(r);if(e<256)n.push(e);else if(e===256)break;else{let r=e-257,a=Ki[r]+t.readBits(qi[r]),o=t.decodeSymbol(i),s=Ji[o]+t.readBits(Yi[o]),c=n.length-s;for(let e=0;e<a;e++)n.push(n[c+e])}}}else throw Error(`Invalid DEFLATE block type: `+e)}return new Uint8Array(n)}function ta(e){let t=65535,n=Math.ceil(e.length/t)||1,r=n*5+e.length,i=new Uint8Array(r),a=0,o=0;for(let r=0;r<n;r++){let s=r===n-1,c=Math.min(t,e.length-o);i[a++]=+!!s,i[a++]=c&255,i[a++]=c>>8&255,i[a++]=~c&255,i[a++]=~c>>8&255,i.set(e.subarray(o,o+c),a),a+=c,o+=c}return i.subarray(0,a)}let na=32768;na-1;let ra=32768;function ia(e){return e<=1?{maxChainLen:4,goodLen:4,niceLen:8,lazy:!1}:e<=3?{maxChainLen:8,goodLen:8,niceLen:32,lazy:!0}:e<=5?{maxChainLen:32,goodLen:16,niceLen:128,lazy:!0}:e<=7?{maxChainLen:64,goodLen:32,niceLen:258,lazy:!0}:{maxChainLen:128,goodLen:64,niceLen:258,lazy:!0}}function aa(e,t,n){return(e<<16|t<<8|n)*506832829>>>17&32767}function oa(e,t=6){if(e.length===0)return new Uint8Array([3,0]);if(e.length<100)return ta(e);let n=ia(t),r=ha(e,0,e.length,n,null),i=new sa;return ma(i,r,!0),i.finish()}var sa=class{constructor(){this.chunks=[],this.buffer=[],this.bitBuf=0,this.bitCount=0}alignToByte(){this.bitCount>0&&this.writeBits(0,8-this.bitCount)}writeBits(e,t){for(this.bitBuf|=e<<this.bitCount,this.bitCount+=t;this.bitCount>=8;)this.buffer.push(this.bitBuf&255),this.bitBuf>>=8,this.bitCount-=8,this.buffer.length>=65536&&(this.chunks.push(new Uint8Array(this.buffer)),this.buffer=[])}writeBitsReverse(e,t){let n=0;for(let r=0;r<t;r++)n=n<<1|e>>r&1;this.writeBits(n,t)}finish(){return this.bitCount>0&&this.buffer.push(this.bitBuf&255),this.chunks.length===0?new Uint8Array(this.buffer):(this.chunks.push(new Uint8Array(this.buffer)),Dn(this.chunks))}flushBytes(){if(this.chunks.length===0&&this.buffer.length===0)return new Uint8Array;let e;return this.chunks.length===0?e=new Uint8Array(this.buffer):(this.chunks.push(new Uint8Array(this.buffer)),e=Dn(this.chunks),this.chunks=[]),this.buffer=[],e}};let ca=(()=>{let e=[];for(let t=0;t<=287;t++){let n,r;t<=143?(n=48+t,r=8):t<=255?(n=400+(t-144),r=9):t<=279?(n=t-256,r=7):(n=192+(t-280),r=8),e[t]=[n,r]}return e})();function la(e,t){let[n,r]=ca[t];e.writeBitsReverse(n,r)}function ua(e){for(let t=0;t<Ki.length;t++)if(t===Ki.length-1||e<Ki[t+1])return{code:257+t,extra:e-Ki[t],extraBits:qi[t]};return{code:285,extra:0,extraBits:0}}function da(e){for(let t=0;t<Xi.length;t++){let[n,r,i]=Xi[t];if(e<=n)return{code:r,extra:e-(t===0?1:Xi[t-1][0]+1),extraBits:i}}return{code:29,extra:0,extraBits:13}}function fa(e,t){let n=e.length,r=new Uint8Array(n),i=[];for(let t=0;t<n;t++)e[t]>0&&i.push({sym:t,freq:e[t]});if(i.length===0)return r;if(i.length===1)return r[i[0].sym]=1,r;i.sort((e,t)=>e.freq-t.freq||e.sym-t.sym);let a=i.map(e=>({freq:e.freq,sym:e.sym,left:null,right:null})),o=0,s=0,c=[];function l(){let e=o<a.length,t=s<c.length;return e&&t?a[o].freq<=c[s].freq?a[o++]:c[s++]:e?a[o++]:c[s++]}let u=i.length;for(let e=0;e<u-1;e++){let e=l(),t=l(),n={freq:e.freq+t.freq,sym:-1,left:e,right:t};c.push(n)}let d=c[c.length-1];function f(e,t){if(e.sym>=0){r[e.sym]=t;return}e.left&&f(e.left,t+1),e.right&&f(e.right,t+1)}f(d,0);let p=new Uint16Array(t+1);for(let e=0;e<n;e++)r[e]>0&&(r[e]>t?(p[t]++,r[e]=t):p[r[e]]++);let m=0;for(let e=1;e<=t;e++)m+=p[e]<<t-e;let h=1<<t;if(m===h)return r;for(;m>h;){let e=t-1;for(;e>0&&p[e]===0;)e--;if(e===0)break;p[e]--,p[t]++,m-=(1<<t-e)-1}for(;m<h;)p[t]++,m++;let g=[];for(let t=0;t<n;t++)r[t]>0&&g.push({sym:t,origLen:r[t],freq:e[t]});g.sort((e,t)=>t.origLen-e.origLen||e.freq-t.freq),r.fill(0);let _=0;for(let e=t;e>=1;e--)for(let t=p[e];t>0;t--)_<g.length&&(r[g[_].sym]=e,_++);return r}function pa(e){let t=e.length,n=Array(t),r=new Uint16Array(16);for(let n=0;n<t;n++)e[n]>0&&r[e[n]]++;let i=new Uint16Array(16),a=0;for(let e=1;e<=15;e++)a=a+r[e-1]<<1,i[e]=a;for(let r=0;r<t;r++){let t=e[r];t>0?n[r]=[i[t]++,t]:n[r]=[0,0]}return n}function ma(e,t,n){let r=new Uint32Array(286),i=new Uint32Array(30);r[256]=1;for(let e of t)if(e.dist===0)r[e.litOrLen]++;else{let t=ua(e.litOrLen);r[t.code]++;let n=da(e.dist);i[n.code]++}let a=fa(r,15),o=fa(i,15),s=!1;for(let e=0;e<o.length;e++)if(o[e]>0){s=!0;break}s||(o=new Uint8Array(30),o[0]=1,o[1]=1);let c=pa(a),l=pa(o),u=286;for(;u>257&&a[u-1]===0;)u--;let d=30;for(;d>1&&o[d-1]===0;)d--;let f=new Uint8Array(u+d);f.set(a.subarray(0,u)),f.set(o.subarray(0,d),u);let p=[],m=new Uint32Array(19);for(let e=0;e<f.length;){let t=f[e];if(t===0){let t=1;for(;e+t<f.length&&f[e+t]===0;)t++;for(;t>0;)if(t>=11){let n=Math.min(t,138);p.push({sym:18,extra:n-11,extraBits:7}),m[18]++,t-=n,e+=n}else if(t>=3){let n=Math.min(t,10);p.push({sym:17,extra:n-3,extraBits:3}),m[17]++,t-=n,e+=n}else p.push({sym:0,extra:0,extraBits:0}),m[0]++,t--,e++}else{p.push({sym:t,extra:0,extraBits:0}),m[t]++,e++;let n=0;for(;e+n<f.length&&f[e+n]===t;)n++;for(;n>=3;){let t=Math.min(n,6);p.push({sym:16,extra:t-3,extraBits:2}),m[16]++,n-=t,e+=t}for(;n>0;)p.push({sym:t,extra:0,extraBits:0}),m[t]++,n--,e++}}let h=fa(m,7),g=pa(h),_=19;for(;_>4&&h[Zi[_-1]]===0;)_--;e.writeBits(+!!n,1),e.writeBits(2,2),e.writeBits(u-257,5),e.writeBits(d-1,5),e.writeBits(_-4,4);for(let t=0;t<_;t++)e.writeBits(h[Zi[t]],3);for(let t of p){let[n,r]=g[t.sym];e.writeBitsReverse(n,r),t.extraBits>0&&e.writeBits(t.extra,t.extraBits)}for(let n of t)if(n.dist===0){let[t,r]=c[n.litOrLen];e.writeBitsReverse(t,r)}else{let t=ua(n.litOrLen),[r,i]=c[t.code];e.writeBitsReverse(r,i),t.extraBits>0&&e.writeBits(t.extra,t.extraBits);let a=da(n.dist),[o,s]=l[a.code];e.writeBitsReverse(o,s),a.extraBits>0&&e.writeBits(a.extra,a.extraBits)}let[v,y]=c[256];e.writeBitsReverse(v,y)}function ha(e,t,n,r,i){let a=[],o=r.maxChainLen,s=r.goodLen,c=r.niceLen,l=r.lazy,u,d,f,p,m,h,g,_,v;i?(u=i.head,d=i.prev,f=i.window,p=i.windowLen,m=i.totalIn,h=i.hasPrevMatch,g=i.prevMatchLen,_=i.prevMatchDist,v=i.prevLiteral):(u=new Int32Array(na),d=new Int32Array(ra),f=null,p=0,m=0,h=!1,g=0,_=0,v=0);let y=i?r=>{let i=r-m;return i>=t&&i<n?e[i]:f[r&ra-1]}:t=>e[t],b=i?t=>{if(t+2>=n)return;let r=aa(e[t],e[t+1],e[t+2]),i=m+t;d[i&ra-1]=u[r],u[r]=i+1}:t=>{if(t+2>=n)return;let r=aa(e[t],e[t+1],e[t+2]);d[t&ra-1]=u[r],u[r]=t+1},x=i?(t,n)=>{for(let r=0;r<n;r++)f[p+r&ra-1]=e[t+r];p+=n}:(e,t)=>{},S=t;for(;S<n;){let t=0,r=0;if(S+2<n){let a=aa(e[S],e[S+1],e[S+2]),f=i?m+S:S,p=l&&h&&g>=s?o>>2:o,_=u[a];for(;_>0&&p-- >0;){let i=_-1,a=f-i;if(a>ra||a<=0)break;if(t>=3&&y(i+t)!==e[S+t]){_=d[i&ra-1];continue}let o=Math.min(258,n-S),s=0;for(;s<o&&y(i+s)===e[S+s];)s++;if(s>t&&(t=s,r=a,s>=c))break;_=d[i&ra-1]}i?(d[f&ra-1]=u[a],u[a]=f+1):(d[S&ra-1]=u[a],u[a]=S+1)}if(l&&h)if(t>g)a.push({litOrLen:v,dist:0}),g=t,_=r,v=e[S],x(S,1),S++;else{a.push({litOrLen:g,dist:_});let e=Math.min(S-1+g,n);for(let t=S;t<e;t++)b(t);x(S,e-S),S=e,h=!1,g=0}else if(t>=3)if(l)h=!0,g=t,_=r,v=e[S],x(S,1),S++;else{a.push({litOrLen:t,dist:r});let e=Math.min(S+t,n);for(let t=S+1;t<e;t++)b(t);x(S,e-S),S=e}else h&&(a.push({litOrLen:g,dist:_}),h=!1,g=0),a.push({litOrLen:e[S],dist:0}),x(S,1),S++}if(h){a.push({litOrLen:g,dist:_});let e=Math.min(S-1+g,n);for(let t=S;t<e;t++)b(t);x(S,e-S),h=!1,g=0}return i&&(i.windowLen=p,i.totalIn=m+(n-t),i.hasPrevMatch=h,i.prevMatchLen=g,i.prevMatchDist=_,i.prevLiteral=v),a}var ga=class{constructor(e=6){this._output=new sa,this._state={head:new Int32Array(na),prev:new Int32Array(ra),window:new Uint8Array(ra),windowLen:0,totalIn:0,hasPrevMatch:!1,prevMatchLen:0,prevMatchDist:0,prevLiteral:0},this._level=Math.max(0,Math.min(9,e)),this._config=ia(this._level)}write(e){if(e.length===0)return new Uint8Array;let t=this._output;return this._level===0?(this._writeStore(e),t.flushBytes()):(ma(t,ha(e,0,e.length,this._config,this._state),!1),t.flushBytes())}finish(){let e=this._output;return e.writeBits(1,1),e.writeBits(1,2),la(e,256),e.finish()}_writeStore(e){let t=this._output,n=0;for(;n<e.length;){let r=e.length-n,i=Math.min(65535,r);t.alignToByte(),t.writeBits(0,1),t.writeBits(0,2),t.alignToByte(),t.writeBits(i&255,8),t.writeBits(i>>8&255,8),t.writeBits(~i&255,8),t.writeBits(~i>>8&255,8);for(let r=0;r<i;r++)t.writeBits(e[n+r],8);n+=i}}},_a=class extends n{constructor(e,t){super(e,t),this.name=`ArchiveError`}},va=class extends _a{constructor(e,t,n){super(`CRC32 mismatch for "${e}": expected 0x${t.toString(16).padStart(8,`0`)}, got 0x${n.toString(16).padStart(8,`0`)}`),this.path=e,this.expected=t,this.actual=n,this.name=`Crc32MismatchError`}},ya=class extends _a{constructor(e,t,n,r){let i=r===`too-many-bytes`?`Entry "${e}" produced more bytes than declared: expected ${t}, got at least ${n}`:`Entry "${e}" produced fewer bytes than declared: expected ${t}, got ${n}`;super(i),this.path=e,this.expected=t,this.actual=n,this.reason=r,this.name=`EntrySizeMismatchError`}isZipBomb(){return this.reason===`too-many-bytes`}isCorruption(){return this.reason===`too-few-bytes`}},ba=class extends _a{constructor(e,t){super(t?`Failed to decrypt "${e}": ${t}`:`Failed to decrypt "${e}": incorrect password or corrupted data`),this.name=`DecryptionError`}},xa=class extends _a{constructor(e){super(`File "${e}" is encrypted. Please provide a password to extract.`),this.name=`PasswordRequiredError`}},Sa=class extends _a{constructor(e){super(`Unsupported compression method: ${e}`),this.name=`UnsupportedCompressionError`}};let Ca=null;function wa(){if(Ca)return Ca;let e=new Uint32Array(256);for(let t=0;t<256;t++){let n=t;for(let e=0;e<8;e++)n=n&1?3988292384^n>>>1:n>>>1;e[t]=n}return Ca=e,e}function Ta(e,t){let n=wa();for(let r=0;r<t.length;r++)e=n[(e^t[r])&255]^e>>>8;return e}function Ea(e){return(e^4294967295)>>>0}function Da(e){return Ea(Ta(4294967295,e))}function Oa(e,t){return(wa()[(e^t)&255]^e>>>8)>>>0}let ka=`ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜ¢£¥₧ƒáíóúñѪº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■\xA0`;function Aa(e){let t=!1;for(let n=0;n<e.length;n++)if(e[n]>=128){t=!0;break}if(!t)return Ra(e);let n=Array(e.length);for(let t=0;t<e.length;t++){let r=e[t];r<128?n[t]=String.fromCharCode(r):n[t]=ka[r-128]}return n.join(``)}function ja(e){if(e.length===0)return wi;let t=new Uint8Array(e.length),n=0;for(let r=0;r<e.length;r++){let i=e.charCodeAt(r),a=i;if(i>=55296&&i<=56319&&r+1<e.length){let t=e.charCodeAt(r+1);t>=56320&&t<=57343&&(a=(i-55296<<10)+(t-56320)+65536,r++)}if(a<128){t[n++]=a;continue}if(a>65535){t[n++]=63;continue}let o=Ma.get(String.fromCharCode(a));t[n++]=o??63}return n===t.length?t:t.subarray(0,n)}let Ma=(()=>{let e=new Map;for(let t=0;t<128;t++)e.set(ka[t],128+t);return e})(),Na={name:`utf-8`,encode:Tn,decode:En,useUtf8Flag:!0,useUnicodeExtraFields:!1},Pa={name:`cp437`,encode:ja,decode:Aa,useUtf8Flag:!1,useUnicodeExtraFields:!0},Fa=new WeakMap;function Ia(e){if(!e||e===`utf-8`)return Na;if(e===`cp437`)return Pa;let t=e,n=Fa.get(t);if(n)return n;let r=t.useUtf8Flag??t.name===`utf-8`,i={...t,useUtf8Flag:r,useUnicodeExtraFields:t.useUnicodeExtraFields??!r};return Fa.set(t,i),i}function La(e,t){return e?t.encode(e):wi}function Ra(e){let t=``,n=32768;for(let r=0;r<e.length;r+=n){let i=e.subarray(r,Math.min(r+n,e.length));t+=String.fromCharCode(...i)}return t}function za(e,t,n,r){return e.length===0?``:(t??0)&2048?En(e):n&&n.version===1&&n.originalCrc32===Da(e)?n.unicodeValue:r?r.decode(e):Aa(e)}function Ba(e,t,n,r){return za(e,t,n?.unicodePath,r)}function Va(e,t,n,r){return za(e,t,n?.unicodeComment,r)}function Ha(e){return e.byteOffset===0&&e.byteLength===e.buffer.byteLength&&e.buffer.constructor===ArrayBuffer?e.buffer:e.slice().buffer}function Ua(e){let t=new Uint8Array(4);return new DataView(t.buffer).setUint32(0,e>>>0,!0),t}function Wa(e,t){return new DataView(e.buffer,e.byteOffset,e.byteLength).getUint32(t,!0)}var Ga=class{constructor(e,t=0){this.data=e,this.view=new DataView(e.buffer,e.byteOffset,e.byteLength),this.offset=t}get position(){return this.offset}set position(e){this.offset=e}get remaining(){return this.data.length-this.offset}readUint8(){let e=this.view.getUint8(this.offset);return this.offset+=1,e}readUint16(){let e=this.view.getUint16(this.offset,!0);return this.offset+=2,e}readUint32(){let e=this.view.getUint32(this.offset,!0);return this.offset+=4,e}readBigUint64(){let e=this.view.getBigUint64(this.offset,!0);return this.offset+=8,e}readBytes(e){let t=this.data.subarray(this.offset,this.offset+e);return this.offset+=e,t}readString(e,t=!0){let n=this.readBytes(e);return t?En(n):Aa(n)}skip(e){this.offset+=e}slice(e,t){return this.data.subarray(e,t)}peekUint32(e){return this.view.getUint32(e,!0)}};function Ka(e,t){let n={},r=new DataView(e.buffer,e.byteOffset,e.byteLength),i=0;for(let[a,o]of t){if(e.length>=i+o)switch(o){case 1:n[a]=r.getUint8(i);break;case 2:n[a]=r.getUint16(i,!0);break;case 4:n[a]=r.getUint32(i,!0);break;case 8:{let e=r.getUint32(i,!0);n[a]=r.getUint32(i+4,!0)*4294967296+e;break}default:throw Error(`Unsupported UInt LE size!`)}else n[a]=null;i+=o}return n}function qa(e,t){return Ka(e,t)}function Ja(e){return!Number.isFinite(e)||e<=0?0:e>=4294967295?4294967295:e>>>0}function Ya(e){return Ja(Math.floor(e.getTime()/1e3))}function Xa(e){if(typeof BigInt!=`function`)throw Error(`NTFS timestamps require BigInt support`);return BigInt(e.getTime())*10000n+116444736000000000n}function Za(e,t){let n=t?.atime!==void 0,r=t?.ctime!==void 0,i=1;n&&(i|=2),r&&(i|=4);let a=5+(n?4:0)+(r?4:0),o=new Uint8Array(4+a),s=new DataView(o.buffer);s.setUint16(0,21589,!0),s.setUint16(2,a,!0),o[4]=i,s.setUint32(5,Ya(e),!0);let c=9;return n&&(s.setUint32(c,Ya(t.atime),!0),c+=4),r&&s.setUint32(c,Ya(t.ctime),!0),o}function Qa(e,t){if(typeof BigInt!=`function`)throw Error(`NTFS timestamps require BigInt support`);let n=t?.atime??e,r=t?.ctime??e,i=t?.birthTime??e,a=new Uint8Array(44),o=new DataView(a.buffer);o.setUint16(0,10,!0),o.setUint16(2,40,!0),o.setUint32(4,0,!0),o.setUint16(8,1,!0),o.setUint16(10,32,!0);let s=12;return o.setBigUint64(s,Xa(e),!0),s+=8,o.setBigUint64(s,Xa(n),!0),s+=8,o.setBigUint64(s,Xa(r),!0),s+=8,o.setBigUint64(s,Xa(i),!0),a}function $a(e){return[(e.getHours()&31)<<11|(e.getMinutes()&63)<<5|e.getSeconds()>>1&31,(e.getFullYear()-1980&127)<<9|(e.getMonth()+1&15)<<5|e.getDate()&31]}function eo(e,t){let n=e&31,r=e>>5&15,i=(e>>9&127)+1980,a=t?(t&31)*2:0,o=t?t>>5&63:0,s=t?t>>11:0;return new Date(Date.UTC(i,r-1,n,s,o,a))}function to(e,t,n){return n===void 0?eo(e,t):new Date(n*1e3)}function no(e,t,n){if(t===`dos`)return new Uint8Array;let r=[Za(e,n)];return t===`dos+utc+ntfs`&&r.push(Qa(e,n)),Dn(r)}function ro(e){let[t,n]=$a(e);return{dosTime:t,dosDate:n}}function io(e){return e<128?e<<1:e<<1^283}function ao(e){let t=e.length/4,n=t+6,r=[];for(let n=0;n<t;n++)r.push(new Uint8Array([e[4*n],e[4*n+1],e[4*n+2],e[4*n+3]]));for(let e=t;e<4*(n+1);e++){let n=new Uint8Array(r[e-1]);if(e%t===0){let r=n[0];n[0]=go[n[1]]^_o[e/t-1],n[1]=go[n[2]],n[2]=go[n[3]],n[3]=go[r]}else t>6&&e%t===4&&(n[0]=go[n[0]],n[1]=go[n[1]],n[2]=go[n[2]],n[3]=go[n[3]]);let i=new Uint8Array(4);for(let a=0;a<4;a++)i[a]=r[e-t][a]^n[a];r.push(i)}return r}function oo(e,t){let n=t.length/4-1,r=new Uint8Array(16);r.set(e);for(let e=0;e<4;e++)for(let n=0;n<4;n++)r[4*e+n]^=t[e][n];for(let e=1;e<n;e++){for(let e=0;e<16;e++)r[e]=go[r[e]];let n;n=r[1],r[1]=r[5],r[5]=r[9],r[9]=r[13],r[13]=n,n=r[2],r[2]=r[10],r[10]=n,n=r[6],r[6]=r[14],r[14]=n,n=r[15],r[15]=r[11],r[11]=r[7],r[7]=r[3],r[3]=n;for(let e=0;e<4;e++){let t=r[4*e],n=r[4*e+1],i=r[4*e+2],a=r[4*e+3];r[4*e]=io(t)^io(n)^n^i^a,r[4*e+1]=t^io(n)^io(i)^i^a,r[4*e+2]=t^n^io(i)^io(a)^a,r[4*e+3]=io(t)^t^n^i^io(a)}let i=e*4;for(let e=0;e<4;e++)for(let n=0;n<4;n++)r[4*e+n]^=t[i+e][n]}for(let e=0;e<16;e++)r[e]=go[r[e]];let i;i=r[1],r[1]=r[5],r[5]=r[9],r[9]=r[13],r[13]=i,i=r[2],r[2]=r[10],r[10]=i,i=r[6],r[6]=r[14],r[14]=i,i=r[15],r[15]=r[11],r[11]=r[7],r[7]=r[3],r[3]=i;for(let e=0;e<4;e++)for(let i=0;i<4;i++)r[4*e+i]^=t[n*4+e][i];return r}function so(e,t,n){let r=16-e.length%16,i=new Uint8Array(e.length+r);i.set(e);for(let t=e.length;t<i.length;t++)i[t]=r;let a=ao(t),o=i.length/16,s=new Uint8Array(i.length),c=n;for(let e=0;e<o;e++){let t=new Uint8Array(16);for(let n=0;n<16;n++)t[n]=i[e*16+n]^c[n];let n=oo(t,a);s.set(n,e*16),c=n}return s}function co(e,t,n){if(e.length%16!=0)throw Error(`aesCbcEncryptRaw: plaintext length must be a multiple of 16`);let r=ao(t),i=e.length/16,a=new Uint8Array(e.length),o=n;for(let t=0;t<i;t++){let n=new Uint8Array(16);for(let r=0;r<16;r++)n[r]=e[t*16+r]^o[r];let i=oo(n,r);a.set(i,t*16),o=i}return a}function lo(e,t){return oo(e,ao(t))}function uo(e,t){return(e>>>t|e<<32-t)>>>0}function fo(e){let t=e.length,n=Math.ceil((t+9)/64)*64,r=new Uint8Array(n);r.set(e),r[t]=128;let i=t*8,a=new DataView(r.buffer,r.byteOffset,r.byteLength);a.setUint32(n-8,0,!1),a.setUint32(n-4,i,!1);let o=vo[0],s=vo[1],c=vo[2],l=vo[3],u=vo[4],d=vo[5],f=vo[6],p=vo[7],m=new Uint32Array(64);for(let e=0;e<n;e+=64){for(let t=0;t<16;t++)m[t]=a.getUint32(e+t*4,!1);for(let e=16;e<64;e++){let t=uo(m[e-15],7)^uo(m[e-15],18)^m[e-15]>>>3,n=uo(m[e-2],17)^uo(m[e-2],19)^m[e-2]>>>10;m[e]=m[e-16]+t+m[e-7]+n>>>0}let t=o,n=s,r=c,i=l,h=u,g=d,_=f,v=p;for(let e=0;e<64;e++){let a=uo(h,6)^uo(h,11)^uo(h,25),o=h&g^~h&_,s=v+a+o+yo[e]+m[e]>>>0,c=(uo(t,2)^uo(t,13)^uo(t,22))+(t&n^t&r^n&r)>>>0;v=_,_=g,g=h,h=i+s>>>0,i=r,r=n,n=t,t=s+c>>>0}o=o+t>>>0,s=s+n>>>0,c=c+r>>>0,l=l+i>>>0,u=u+h>>>0,d=d+g>>>0,f=f+_>>>0,p=p+v>>>0}let h=new Uint8Array(32),g=new DataView(h.buffer);return g.setUint32(0,o,!1),g.setUint32(4,s,!1),g.setUint32(8,c,!1),g.setUint32(12,l,!1),g.setUint32(16,u,!1),g.setUint32(20,d,!1),g.setUint32(24,f,!1),g.setUint32(28,p,!1),h}function po(e){let t=new Uint8Array(e);return globalThis.crypto.getRandomValues(t),t}async function mo(e,t){let n=await globalThis.crypto.subtle.digest(ho(e),t.buffer.slice(t.byteOffset,t.byteOffset+t.byteLength));return new Uint8Array(n)}function ho(e){switch(e.toLowerCase().replace(/-/g,``)){case`sha1`:return`SHA-1`;case`sha256`:return`SHA-256`;case`sha384`:return`SHA-384`;case`sha512`:return`SHA-512`;default:return e}}var go,_o,vo,yo,bo=t((()=>{go=new Uint8Array([99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22]),_o=[1,2,4,8,16,32,64,128,27,54],vo=new Uint32Array([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),yo=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),new Uint32Array([3614090360,3905402710,606105819,3250441966,4118548399,1200080426,2821735955,4249261313,1770035416,2336552879,4294925233,2304563134,1804603682,4254626195,2792965006,1236535329,4129170786,3225465664,643717713,3921069994,3593408605,38016083,3634488961,3889429448,568446438,3275163606,4107603335,1163531501,2850285829,4243563512,1735328473,2368359562,4294588738,2272392833,1839030562,4259657740,2763975236,1272893353,4139469664,3200236656,681279174,3936430074,3572445317,76029189,3654602809,3873151461,530742520,3299628645,4096336452,1126891415,2878612391,4237533241,1700485571,2399980690,4293915773,2240044497,1873313359,4264355552,2734768916,1309151649,4149444226,3174756917,718787259,3951481745])}));bo();let xo={128:8,192:12,256:16},So={128:16,192:24,256:32},Co={128:1,192:2,256:3},wo={1:128,2:192,3:256};function To(){if(globalThis.crypto?.subtle!==void 0)return globalThis.crypto.subtle;throw Error(`Web Crypto API not available`)}async function Eo(e,t,n){let r=To(),i=typeof e==`string`?Tn(e):e,a=So[n],o=a+32+2,s=await r.importKey(`raw`,Ha(i),`PBKDF2`,!1,[`deriveBits`]),c=await r.deriveBits({name:`PBKDF2`,salt:Ha(t),iterations:1e3,hash:`SHA-1`},s,o*8),l=new Uint8Array(c);return{encryptionKey:l.subarray(0,a),hmacKey:l.subarray(a,a+32),passwordVerify:l.subarray(a+32,a+34)}}async function Do(e,t){let n=To(),r=await n.importKey(`raw`,Ha(e),{name:`HMAC`,hash:`SHA-1`},!1,[`sign`]),i=await n.sign(`HMAC`,r,Ha(t));return new Uint8Array(i,0,10)}function Oo(e){let t=new Uint8Array(16);return new DataView(t.buffer).setUint32(0,e,!0),t}async function ko(e,t,n=!0){let r=To(),i=await r.importKey(`raw`,Ha(e),{name:`AES-CTR`},!1,[`encrypt`,`decrypt`]),a=Oo(1),o=await r.encrypt({name:`AES-CTR`,counter:Ha(a),length:128},i,Ha(t));return new Uint8Array(o)}function Ao(e,t,n){let r=new Uint8Array(11),i=new DataView(r.buffer);return i.setUint16(0,39169,!0),i.setUint16(2,7,!0),i.setUint16(4,e,!0),i.setUint16(6,17729,!0),r[8]=Co[t],i.setUint16(9,n,!0),r}function jo(e,t){let n=xo[t],r=n+2+10;return e.length<r?null:{salt:e.subarray(0,n),storedVerify:e.subarray(n,n+2),ciphertext:e.subarray(n+2,e.length-10),storedHmac:e.subarray(e.length-10)}}function Mo(e,t){return e[0]===t[0]&&e[1]===t[1]}function No(e,t){if(e.length!==t.length)return!1;let n=0;for(let r=0;r<e.length;r++)n|=e[r]^t[r];return n===0}async function Po(e,t,n){let r=jo(e,n);if(!r)throw Error(`Encrypted data too short`);let{salt:i,storedVerify:a,ciphertext:o,storedHmac:s}=r,c=await Eo(t,i,n);if(!Mo(c.passwordVerify,a))throw Error(`Password verification failed`);if(!No(await Do(c.hmacKey,o),s))throw Error(`HMAC verification failed`);return ko(c.encryptionKey,o,!1)}async function Fo(e,t,n){let r=xo[n],i=po(r),a=await Eo(t,i,n),o=await ko(a.encryptionKey,e,!0),s=await Do(a.hmacKey,o),c=new Uint8Array(r+2+o.length+10),l=0;return c.set(i,l),l+=r,c.set(a.passwordVerify,l),l+=2,c.set(o,l),l+=o.length,c.set(s,l),c}function Io(e,t,n){let r=Tn(n),i=5+r.length,a=new Uint8Array(4+i),o=new DataView(a.buffer,a.byteOffset,a.byteLength);return o.setUint16(0,e,!0),o.setUint16(2,i,!0),a[4]=1,o.setUint32(5,Da(t)>>>0,!0),a.set(r,9),a}function Lo(e,t){return Io(28789,e,t)}function Ro(e,t){return Io(25461,e,t)}let zo=BigInt(2**53-1);function Bo(e,t){return e.getBigUint64(t,!0)}function Vo(e){return typeof e.getBigUint64==`function`}function Ho(e){if(!(e>zo))return Number(e)}function Uo(e,t){let n={};if(e.length<4)return n;let r=new DataView(e.buffer,e.byteOffset,e.byteLength),i=Vo(r),a=0;for(;a+4<=e.length;){let o=r.getUint16(a,!0),s=r.getUint16(a+2,!0),c=a+4,l=c+s;if(l>e.length)break;if(o===1){let e=c;if(t.uncompressedSize===4294967295&&e+8<=l){let i=Bo(r,e);n.uncompressedSize64=i,t.uncompressedSize64=i;let a=Ho(i);a!==void 0&&(n.uncompressedSize=a,t.uncompressedSize=a),e+=8}if(t.compressedSize===4294967295&&e+8<=l){let i=Bo(r,e);n.compressedSize64=i,t.compressedSize64=i;let a=Ho(i);a!==void 0&&(n.compressedSize=a,t.compressedSize=a),e+=8}if(t.offsetToLocalFileHeader===4294967295&&e+8<=l){let i=Bo(r,e);n.offsetToLocalFileHeader64=i,t.offsetToLocalFileHeader64=i;let a=Ho(i);a!==void 0&&(n.offsetToLocalFileHeader=a,t.offsetToLocalFileHeader=a)}}else if(o===21589){if(s>=1){let t=e[c],i=c+1;t&1&&i+4<=l&&(n.mtimeUnixSeconds=r.getUint32(i,!0)>>>0,i+=4),t&2&&i+4<=l&&(n.atimeUnixSeconds=r.getUint32(i,!0)>>>0,i+=4),t&4&&i+4<=l&&(n.ctimeUnixSeconds=r.getUint32(i,!0)>>>0)}}else if(o===10){if(i&&s>=8){let e=c+4;for(;e+4<=l;){let t=r.getUint16(e,!0),i=r.getUint16(e+2,!0),a=e+4,o=a+i;if(o>l)break;t===1&&i>=32&&a+32<=o&&(n.ntfsTimes={mtime:r.getBigUint64(a+0,!0),atime:r.getBigUint64(a+8,!0),ctime:r.getBigUint64(a+16,!0),birthTime:r.getBigUint64(a+24,!0)}),e=o}}}else if(o===39169){if(s>=7){let t=r.getUint16(c,!0),i=r.getUint16(c+2,!0),a=e[c+4],o=r.getUint16(c+5,!0);if(i===17729){let e=wo[a];e&&(t===1||t===2)&&(n.aesInfo={version:t,keyStrength:e,compressionMethod:o})}}}else o===28789?s>=5&&(n.unicodePath={version:e[c],originalCrc32:r.getUint32(c+1,!0),unicodeValue:En(e.subarray(c+5,l))}):o===25461&&s>=5&&(n.unicodeComment={version:e[c],originalCrc32:r.getUint32(c+1,!0),unicodeValue:En(e.subarray(c+5,l))});a=l}return n}let Wo=67324752,Go=33639248,Ko=101010256,qo=134695760,Jo=101075792,Yo=117853008,Xo=2048,Zo=61440,Qo=40960,$o=16384;function es(e){return e>>16&65535}function ts(e){return(e&Zo)===Qo}function ns(e){return(e&Zo)===$o}let rs=4294967295;function is(e,t,n,r){let i=r.versionNeeded??20;return t.setUint32(n+0,Wo,!0),t.setUint16(n+4,i,!0),t.setUint16(n+6,r.flags,!0),t.setUint16(n+8,r.compressionMethod,!0),t.setUint16(n+10,r.dosTime,!0),t.setUint16(n+12,r.dosDate,!0),t.setUint32(n+14,r.crc32,!0),t.setUint32(n+18,r.compressedSize,!0),t.setUint32(n+22,r.uncompressedSize,!0),t.setUint16(n+26,r.fileName.length,!0),t.setUint16(n+28,r.extraField.length,!0),e.set(r.fileName,n+30),r.extraField.length>0&&e.set(r.extraField,n+30+r.fileName.length),30+r.fileName.length+r.extraField.length}function as(e){let t=new Uint8Array(30+e.fileName.length+e.extraField.length);return is(t,new DataView(t.buffer,t.byteOffset,t.byteLength),0,e),t}function os(e,t,n,r){let i=r.versionMadeBy??20,a=r.versionNeeded??20,o=r.externalAttributes??0;return t.setUint32(n+0,Go,!0),t.setUint16(n+4,i,!0),t.setUint16(n+6,a,!0),t.setUint16(n+8,r.flags,!0),t.setUint16(n+10,r.compressionMethod,!0),t.setUint16(n+12,r.dosTime,!0),t.setUint16(n+14,r.dosDate,!0),t.setUint32(n+16,r.crc32,!0),t.setUint32(n+20,r.compressedSize,!0),t.setUint32(n+24,r.uncompressedSize,!0),t.setUint16(n+28,r.fileName.length,!0),t.setUint16(n+30,r.extraField.length,!0),t.setUint16(n+32,r.comment.length,!0),t.setUint16(n+34,0,!0),t.setUint16(n+36,0,!0),t.setUint32(n+38,o,!0),t.setUint32(n+42,r.localHeaderOffset,!0),e.set(r.fileName,n+46),r.extraField.length>0&&e.set(r.extraField,n+46+r.fileName.length),r.comment.length>0&&e.set(r.comment,n+46+r.fileName.length+r.extraField.length),46+r.fileName.length+r.extraField.length+r.comment.length}function ss(e,t,n,r){return t.setUint32(n+0,Ko,!0),t.setUint16(n+4,0,!0),t.setUint16(n+6,0,!0),t.setUint16(n+8,r.entryCount,!0),t.setUint16(n+10,r.entryCount,!0),t.setUint32(n+12,r.centralDirSize,!0),t.setUint32(n+16,r.centralDirOffset,!0),t.setUint16(n+20,r.comment.length,!0),r.comment.length>0&&e.set(r.comment,n+22),22+r.comment.length}function cs(e,t,n){let r=new Uint8Array(16),i=new DataView(r.buffer);return i.setUint32(0,qo,!0),i.setUint32(4,e,!0),i.setUint32(8,t,!0),i.setUint32(12,n,!0),r}function ls(e,t,n){let r=n>>>0,i=Math.floor(n/4294967296)>>>0;e.setUint32(t,r,!0),e.setUint32(t+4,i,!0)}function us(e,t,n){let r=new Uint8Array(24),i=new DataView(r.buffer,r.byteOffset,r.byteLength);return i.setUint32(0,qo,!0),i.setUint32(4,e,!0),ls(i,8,t),ls(i,16,n),r}function ds(e){let t=e.uncompressedSize!==void 0,n=e.compressedSize!==void 0,r=e.localHeaderOffset!==void 0,i=e.diskNumberStart!==void 0,a=0;if(t&&(a+=8),n&&(a+=8),r&&(a+=8),i&&(a+=4),a===0)return wi;let o=new Uint8Array(4+a),s=new DataView(o.buffer,o.byteOffset,o.byteLength);s.setUint16(0,1,!0),s.setUint16(2,a,!0);let c=4;return t&&(ls(s,c,e.uncompressedSize),c+=8),n&&(ls(s,c,e.compressedSize),c+=8),r&&(ls(s,c,e.localHeaderOffset),c+=8),i&&s.setUint32(c,e.diskNumberStart,!0),o}function fs(e,t){return Dn([e,t])}function ps(e,t,n,r){let i=r.versionMadeBy??20,a=r.versionNeeded??45,o=r.diskNumber??0,s=r.centralDirectoryDiskNumber??0;return t.setUint32(n+0,Jo,!0),ls(t,n+4,44),t.setUint16(n+12,i,!0),t.setUint16(n+14,a,!0),t.setUint32(n+16,o,!0),t.setUint32(n+20,s,!0),ls(t,n+24,r.entryCountOnDisk),ls(t,n+32,r.entryCountTotal),ls(t,n+40,r.centralDirSize),ls(t,n+48,r.centralDirOffset),56}function ms(e,t,n,r){let i=r.zip64EndOfCentralDirectoryDiskNumber??0,a=r.totalDisks??1;return t.setUint32(n+0,Yo,!0),t.setUint32(n+4,i,!0),ls(t,n+8,r.zip64EndOfCentralDirectoryOffset),t.setUint32(n+16,a,!0),20}let hs=[[`version`,4],[`pubKeyLength`,4],[`signatureLength`,4]],gs=[[`versionsNeededToExtract`,2],[`flags`,2],[`compressionMethod`,2],[`lastModifiedTime`,2],[`lastModifiedDate`,2],[`crc32`,4],[`compressedSize`,4],[`uncompressedSize`,4],[`fileNameLength`,2],[`extraFieldLength`,2]],_s=[[`dataDescriptorSignature`,4],[`crc32`,4],[`compressedSize`,4],[`uncompressedSize`,4]],vs=[[`versionMadeBy`,2],[`versionsNeededToExtract`,2],[`flags`,2],[`compressionMethod`,2],[`lastModifiedTime`,2],[`lastModifiedDate`,2],[`crc32`,4],[`compressedSize`,4],[`uncompressedSize`,4],[`fileNameLength`,2],[`extraFieldLength`,2],[`fileCommentLength`,2],[`diskNumber`,2],[`internalFileAttributes`,2],[`externalFileAttributes`,4],[`offsetToLocalFileHeader`,4]],ys=[[`diskNumber`,2],[`diskStart`,2],[`numberOfRecordsOnDisk`,2],[`numberOfRecords`,2],[`sizeOfCentralDirectory`,4],[`offsetToStartOfCentralDirectory`,4],[`commentLength`,2]],bs=Ua(qo);function xs(e){return((e||0)&Xo)!==0}function Ss(e){if(e.length===0)return!1;let t=e.charCodeAt(e.length-1);return t===47||t===92}function Cs(e,t){return t===0&&Ss(e)?`Directory`:`File`}function ws(e,t,n){return{path:e,pathBuffer:t,flags:{isUnicode:xs(n)}}}function Ts(e,t){let n=e.lastModifiedDate||0,r=e.lastModifiedTime||0,i=eo(n,r),a=t.mtimeUnixSeconds;return a===void 0?i:to(n,r,a)}let Es=Uo;function Ds(e){return((e||0)&8)!=0}function Os(e,t){return!Ds(e)||(t||0)>0}async function ks(e){let t=await e(12),n=t.length>=12?Ls(t):qa(t,hs),r=n.pubKeyLength||0,i=await e(r+(n.signatureLength||0));return n.publicKey=i.subarray(0,r),n.signature=i.subarray(r),n}async function As(e){let t=await e(26),n=t.length>=26?Rs(t):qa(t,gs);return{vars:n,fileNameBuffer:await e(n.fileNameLength||0),extraFieldData:await e(n.extraFieldLength||0)}}async function js(e){let t=await e(16);return t.length>=16?zs(t):qa(t,_s)}async function Ms(e){let t=qa(await e(42),vs);await e(t.fileNameLength||0),await e(t.extraFieldLength||0),await e(t.fileCommentLength||0)}async function Ns(e){await e(qa(await e(18),ys).commentLength||0)}function Ps(e){switch(e){case Wo:case Go:case Ko:case Jo:case Yo:return!0;default:return!1}}function Fs(e,t){return(e[t]|0|(e[t+1]|0)<<8|(e[t+2]|0)<<16|(e[t+3]|0)<<24)>>>0}function Is(e,t){return(e[t]|(e[t+1]|0)<<8)>>>0}function Ls(e){return{version:Fs(e,0),pubKeyLength:Fs(e,4),signatureLength:Fs(e,8)}}function Rs(e){return{versionsNeededToExtract:Is(e,0),flags:Is(e,2),compressionMethod:Is(e,4),lastModifiedTime:Is(e,6),lastModifiedDate:Is(e,8),crc32:Fs(e,10),compressedSize:Fs(e,14),uncompressedSize:Fs(e,18),fileNameLength:Is(e,22),extraFieldLength:Is(e,24)}}function zs(e){return{dataDescriptorSignature:Fs(e,0),crc32:Fs(e,4),compressedSize:Fs(e,8),uncompressedSize:Fs(e,12)}}let Bs=Ua(Ko);async function Vs(e,t,n,r,i){for(;;){let a=await t.pull(4);if(a.length===0){n.emitClose();return}let o=Wa(a,0);if(o===875721283){r.crxHeader=await ks(async e=>t.pull(e)),n.emitCrxHeader(r.crxHeader);continue}if(o===67324752){await i(e,t,n,r);continue}if(o===33639248){r.reachedCD=!0,await Ms(async e=>t.pull(e));continue}if(o===101010256){await Ns(async e=>t.pull(e)),t.setDone(),n.emitClose();return}if(r.reachedCD){await t.pullUntil(Bs,!0),await Ns(async e=>t.pull(e)),t.setDone(),n.emitClose();return}n.emitError(Error(`invalid signature: 0x`+o.toString(16))),n.emitClose();return}}var Hs=class{constructor(e){this.searchFrom=0,this.pattern=e,this.overlap=Math.max(0,e.length-1)}find(e){return e.indexOfPattern(this.pattern,this.searchFrom)}onConsume(e){e>0&&(this.searchFrom=Math.max(0,this.searchFrom-e))}onNoMatch(e){this.searchFrom=Math.max(this.searchFrom,Math.max(0,e-this.overlap))}};function Us(e){return e instanceof Error?e.code===`ERR_STREAM_PREMATURE_CLOSE`||e.message===`Premature close`:!1}async function Ws(e){try{await Sr(e,{readable:!1})}catch(e){if(!Us(e))throw e}}let Gs=256*1024;function Ks(e){let t=e.pipe(new ur({transform(e,t,n){n()}}));return t.promise=()=>new Promise((e,n)=>{t.on(`finish`,e),t.on(`error`,n)}),t}function qs(e){return new Promise((t,n)=>{let r=[],i=new ur({transform(e,t,n){r.push(e),n()}});i.on(`finish`,()=>{t(r.length===1?r[0]:Dn(r))}),i.on(`error`,n),e.on(`error`,n).pipe(i)})}function Js(e){let{source:t,dataDescriptorSignature:n}=e,r=e.keepTailBytes??20,i=e.errorMessage??`FILE_ENDED: Data descriptor not found`,a=new dr({highWaterMark:Gs}),o=!1,s=!1,c=0,l=new Hs(n),u,d=()=>{u&&=(u(),void 0)},f=()=>{s=!1,p()},p=()=>{if(o||s)return;let e=t.getLength();for(e===0&&t.maybeReleaseWriteCallback?.();e>0;){let n=!1;for(;;){let r=l.find(t);if(r===-1)break;let i=r+16;if(i+4<=e){let e=t.peekUint32LE(i),n=t.peekUint32LE(r+8),u=c+r>>>0;if(e!==null&&n!==null&&Ps(e)&&n===u){if(r>0)if(t.peekChunks&&t.discard){let e=t.peekChunks(r),n=0;for(let t of e){let e=a.write(t);if(n+=t.length,!e){s=!0,a.once(`drain`,f);break}}if(n>0&&(t.discard(n),c+=n,l.onConsume(n)),s)return}else{let e=a.write(t.read(r));if(c+=r,l.onConsume(r),!e){s=!0,a.once(`drain`,f);return}}o=!0,t.maybeReleaseWriteCallback?.(),d(),a.end();return}l.searchFrom=r+1;continue}if(l.searchFrom=r,n=!0,t.isFinished()&&r+16<=e){let e=t.peekUint32LE(r+8),n=c+r>>>0;if(e!==null&&e===n){if(r>0)if(t.peekChunks&&t.discard){let e=t.peekChunks(r),n=0;for(let t of e)a.write(t),n+=t.length;n>0&&(t.discard(n),c+=n,l.onConsume(n))}else a.write(t.read(r)),c+=r,l.onConsume(r);o=!0,t.maybeReleaseWriteCallback?.(),d(),a.end();return}}break}n||l.onNoMatch(e);let i=e-r;n&&(i=Math.min(i,l.searchFrom));let u=Math.max(0,i);if(u>0){if(t.peekChunks&&t.discard){let n=t.peekChunks(u),i=0;for(let e of n){let t=a.write(e);if(i+=e.length,!t){s=!0,a.once(`drain`,f);break}}i>0&&(t.discard(i),c+=i,e-=i,l.onConsume(i)),e<=r&&t.maybeReleaseWriteCallback?.();return}let n=a.write(t.read(u));c+=u,e-=u,l.onConsume(u),e<=r&&t.maybeReleaseWriteCallback?.(),n||(s=!0,a.once(`drain`,f));return}t.maybeReleaseWriteCallback?.();break}!o&&t.isFinished()&&(o=!0,d(),a.destroy(Error(i)))};return u=t.onDataAvailable(p),queueMicrotask(p),a}async function Ys(e,t,n,r,i,a){let o=e.thresholdBytes??5242880;await Vs(e,t,n,i,async(s,c,l,u)=>{await Zs(e,t,n,r,i,o,a)})}async function Xs(e,t,n,r){let i=r,a=null,s=e=>{a=e};t.once(`error`,s),n.once(`error`,s);let c=!1,l=t,u=null,d=()=>{try{l?.removeListener?.(`drain`,p)}catch{}try{n.removeListener(`__autodrain`,m)}catch{}try{n.removeListener(`close`,h)}catch{}},f=()=>{let e=u;e&&(u=null,d(),e())},p=()=>{f()},m=()=>{f()},h=()=>{f()},g=async()=>{await new Promise(e=>{u=e,typeof l?.once==`function`&&l.once(`drain`,p),n.once(`__autodrain`,m),n.once(`close`,h),(n.__autodraining||n.destroyed)&&f()})},_=async()=>{if(!c){c=!0;try{let e=t;typeof e.unpipe==`function`&&e.unpipe(n)}catch{}try{!n.writableEnded&&!n.destroyed&&n.end()}catch{}try{let e=t;typeof e.destroy==`function`&&e.destroy()}catch{}}};try{for(t.pipe(n);i>0;){if(a)throw o(a);!c&&(n.__autodraining||n.destroyed)&&await _();let r=Math.min(262144,i),s=await e.pull(r);if(s.length!==r)throw Error(`FILE_ENDED`);i-=s.length,c||t.write(s)||await g()}c||t.end(),await Ws(n)}finally{t.removeListener(`error`,s),n.removeListener(`error`,s)}}async function Zs(e,t,n,r,i,a,o){let{vars:s,fileNameBuffer:c,extraFieldData:l}=await As(async e=>t.pull(e)),u=s;i.crxHeader&&(u.crxHeader=i.crxHeader);let d={uncompressedSize:u.uncompressedSize??0,compressedSize:u.compressedSize??0},f=Es(l,d);u.uncompressedSize=d.uncompressedSize,u.compressedSize=d.compressedSize;let p=e.encoding?Ia(e.encoding):void 0,m=Ba(c,u.flags,f,p),h=new dr({highWaterMark:Gs}),g=!1;h.autodrain=function(){return g=!0,h.__autodraining=!0,h.emit(`__autodrain`),Ks(h)},h.buffer=function(){return qs(h)},h.path=m,h.props=ws(m,c,u.flags),h.type=Cs(m,u.uncompressedSize??0),e.verbose&&(h.type===`Directory`?console.log(` creating:`,m):h.type===`File`&&(u.compressionMethod===0?console.log(` extracting:`,m):console.log(` inflating:`,m))),u.lastModifiedDateTime=Ts({flags:u.flags,uncompressedSize:u.uncompressedSize??0,lastModifiedDate:u.lastModifiedDate,lastModifiedTime:u.lastModifiedTime},f),h.vars=u,h.extraFields=f,h.__autodraining=g;let _=Os(u.flags,u.compressedSize);_&&(h.size=u.uncompressedSize??0),e.forceStream?n.pushEntry(h):(n.emitEntry(h),n.pushEntryIfPiped(h)),e.verbose&&console.log({filename:m,vars:u,extraFields:h.extraFields});let v=((u.flags??0)&1)!=0||u.compressionMethod===99,y=u.compressionMethod!==0&&!v&&!g,b=!Ds(u.flags),x=u.compressedSize??0,S=u.uncompressedSize??0;if(b&&_&&o&&y&&x<=a&&S<=a){let e=o(await t.pull(x));h.end(e),await Ws(h);return}let ee=y?r():new dr({highWaterMark:Gs});if(_){if(await Xs(t,ee,h,u.compressedSize??0),Ds(u.flags)){let e=await js(async e=>t.pull(e));h.size||=e.uncompressedSize??0}return}try{await xr(t.streamUntilDataDescriptor(),ee,h)}catch(e){if(!Us(e))throw e;try{h.size=(await js(async e=>t.pull(e))).uncompressedSize??0}catch{}return}h.size=(await js(async e=>t.pull(e))).uncompressedSize??0}var Qs=class extends lr{constructor(){super({writableHighWaterMark:512*1024,readableHighWaterMark:512*1024,write:(e,t,n)=>{this._doWrite(e,n)},final:e=>{this._closeWriter(()=>{e()})}}),this.reading=!1,this.writeClosed=!1,this._junkError=!1,this._bytesIn=0,this._bytesOut=0,this._readingDone=!1,this._pendingWrites=0,this._writeFinishedPromise=null,this._resolveWriteFinished=null,this.decompressionStream=new DecompressionStream(`deflate-raw`),this.writer=this.decompressionStream.writable.getWriter(),this.reader=this.decompressionStream.readable.getReader(),this._readingDonePromise=new Promise(e=>{this._resolveReadingDone=e}),this._startReading()}_doWrite(e,t){if(this._junkError){t&&t();return}this._bytesIn+=e.length,this._pendingWrites++,this.writer.write(e).then(()=>{this._pendingWrites--,this._pendingWrites===0&&this._resolveWriteFinished&&this._resolveWriteFinished(),t&&t()}).catch(e=>{this._pendingWrites--,this._pendingWrites===0&&this._resolveWriteFinished&&this._resolveWriteFinished();let n=e instanceof Error?e.message:String(e);n.includes(`Junk`)||n.includes(`junk`)?(this._junkError=!0,t&&t()):t?t(e):this.emit(`error`,e)})}async _startReading(){if(!this.reading){this.reading=!0;try{for(;;){let{done:e,value:t}=await this.reader.read();if(e)break;this._bytesOut+=t.length,this.push(t)}}catch(e){let t=e instanceof Error?e.message:String(e);t.includes(`Junk`)||t.includes(`junk`)?this._junkError=!0:this.emit(`error`,e)}finally{this._readingDone=!0,this._resolveReadingDone(),this.push(null)}}}_closeWriter(e){if(this.writeClosed){this._readingDonePromise.then(()=>{e&&e()});return}this.writeClosed=!0,(this._pendingWrites>0?new Promise(e=>{this._writeFinishedPromise=new Promise(e=>{this._resolveWriteFinished=e}),this._writeFinishedPromise.then(e)}):Promise.resolve()).then(()=>this.writer.close()).catch(()=>{}).finally(()=>{this._readingDonePromise.then(()=>{e&&e()})})}destroy(e){return this.writeClosed||this.writer.abort(e??void 0).catch(()=>{}),this.reader.cancel(e??void 0).catch(()=>{}),super.destroy(e??void 0)}};let $s=null;function ec(e){if(typeof e==`string`&&e.length>0)return e;if($s)return $s;let t=new Blob([`
|
|
@@ -456,7 +456,7 @@ endstream
|
|
|
456
456
|
`);return new TextEncoder().encode(i)}function nk(e,t){if(e.length===0)return`[]`;let n=1e3/t;return`[0 [${e.map(e=>B(Math.round(e*n))).join(` `)}]]`}function rk(e,t,n){let r=e.glyphOffsets[t];if(e.glyphOffsets[t+1]-r<4)return[];let i=new DataView(e.data.buffer,e.data.byteOffset,e.data.byteLength),a=n+r;if(i.getInt16(a,!1)>=0)return[];let o=a+10,s=[];for(;;){let e=i.getUint16(o,!1);o+=2;let t=i.getUint16(o,!1);if(o+=2,s.push(t),e&1?o+=4:o+=2,e&8?o+=2:e&64?o+=4:e&128&&(o+=8),!(e&32))break}return s}function ik(e,t){if(e.length<10||new DataView(e.buffer,e.byteOffset,e.byteLength).getInt16(0,!1)>=0)return e;let n=new Uint8Array(e.length);n.set(e);let r=new DataView(n.buffer,n.byteOffset,n.byteLength),i=10;for(;;){let e=r.getUint16(i,!1);i+=2;let n=r.getUint16(i,!1),a=t.get(n)??0;if(r.setUint16(i,a,!1),i+=2,e&1?i+=4:i+=2,e&8?i+=2:e&64?i+=4:e&128&&(i+=8),!(e&32))break}return n}let ak={32:278,33:278,34:355,35:556,36:556,37:889,38:667,39:191,40:333,41:333,42:389,43:584,44:278,45:333,46:278,47:278,48:556,49:556,50:556,51:556,52:556,53:556,54:556,55:556,56:556,57:556,58:278,59:278,60:584,61:584,62:584,63:556,64:1015,65:667,66:667,67:722,68:722,69:667,70:611,71:778,72:722,73:278,74:500,75:667,76:556,77:833,78:722,79:778,80:667,81:778,82:722,83:667,84:611,85:722,86:667,87:944,88:667,89:667,90:611,91:278,92:278,93:278,94:469,95:556,96:333,97:556,98:556,99:500,100:556,101:556,102:278,103:556,104:556,105:222,106:222,107:500,108:222,109:833,110:556,111:556,112:556,113:556,114:333,115:500,116:278,117:556,118:500,119:722,120:500,121:500,122:500,123:334,124:260,125:334,126:584},ok={32:278,33:333,34:474,35:556,36:556,37:889,38:722,39:238,40:333,41:333,42:389,43:584,44:278,45:333,46:278,47:278,48:556,49:556,50:556,51:556,52:556,53:556,54:556,55:556,56:556,57:556,58:333,59:333,60:584,61:584,62:584,63:611,64:975,65:722,66:722,67:722,68:722,69:667,70:611,71:778,72:722,73:278,74:556,75:722,76:611,77:833,78:722,79:778,80:667,81:778,82:722,83:667,84:611,85:722,86:667,87:944,88:667,89:667,90:611,91:333,92:278,93:333,94:584,95:556,96:333,97:556,98:611,99:556,100:611,101:556,102:333,103:611,104:611,105:278,106:278,107:556,108:278,109:889,110:611,111:611,112:611,113:611,114:389,115:556,116:333,117:611,118:556,119:778,120:556,121:556,122:500,123:389,124:280,125:389,126:584},sk={32:250,33:333,34:408,35:500,36:500,37:833,38:778,39:180,40:333,41:333,42:500,43:564,44:250,45:333,46:250,47:278,48:500,49:500,50:500,51:500,52:500,53:500,54:500,55:500,56:500,57:500,58:278,59:278,60:564,61:564,62:564,63:444,64:921,65:722,66:667,67:667,68:722,69:611,70:556,71:722,72:722,73:333,74:389,75:722,76:611,77:889,78:722,79:722,80:556,81:722,82:667,83:556,84:611,85:722,86:722,87:944,88:722,89:722,90:611,91:333,92:278,93:333,94:469,95:500,96:333,97:444,98:500,99:444,100:500,101:444,102:333,103:500,104:500,105:278,106:278,107:500,108:278,109:778,110:500,111:500,112:500,113:500,114:333,115:389,116:278,117:500,118:500,119:722,120:500,121:500,122:444,123:480,124:200,125:480,126:541},ck={32:250,33:333,34:555,35:500,36:500,37:1e3,38:833,39:278,40:333,41:333,42:500,43:570,44:250,45:333,46:250,47:278,48:500,49:500,50:500,51:500,52:500,53:500,54:500,55:500,56:500,57:500,58:333,59:333,60:570,61:570,62:570,63:500,64:930,65:722,66:667,67:722,68:722,69:667,70:611,71:778,72:778,73:389,74:500,75:778,76:667,77:944,78:722,79:778,80:611,81:778,82:722,83:556,84:667,85:722,86:722,87:1e3,88:722,89:722,90:667,91:333,92:278,93:333,94:581,95:500,96:333,97:500,98:556,99:444,100:556,101:444,102:333,103:500,104:556,105:278,106:333,107:556,108:278,109:833,110:556,111:500,112:556,113:556,114:444,115:389,116:333,117:556,118:500,119:722,120:500,121:500,122:444,123:394,124:220,125:394,126:520},lk={Helvetica:{ascent:718,descent:-207,capHeight:718,avgWidth:513,widths:ak},"Helvetica-Bold":{ascent:718,descent:-207,capHeight:718,avgWidth:535,widths:ok},"Helvetica-Oblique":{ascent:718,descent:-207,capHeight:718,avgWidth:513,widths:ak},"Helvetica-BoldOblique":{ascent:718,descent:-207,capHeight:718,avgWidth:535,widths:ok},"Times-Roman":{ascent:683,descent:-217,capHeight:662,avgWidth:478,widths:sk},"Times-Bold":{ascent:683,descent:-217,capHeight:676,avgWidth:505,widths:ck},"Times-Italic":{ascent:683,descent:-217,capHeight:653,avgWidth:478,widths:sk},"Times-BoldItalic":{ascent:683,descent:-217,capHeight:669,avgWidth:505,widths:ck},Courier:{ascent:629,descent:-157,capHeight:562,avgWidth:600,widths:null,monoWidth:600},"Courier-Bold":{ascent:629,descent:-157,capHeight:562,avgWidth:600,widths:null,monoWidth:600},"Courier-Oblique":{ascent:629,descent:-157,capHeight:562,avgWidth:600,widths:null,monoWidth:600},"Courier-BoldOblique":{ascent:629,descent:-157,capHeight:562,avgWidth:600,widths:null,monoWidth:600}};function uk(e,t){let n=lk[t];return n?n.monoWidth===void 0?n.widths?.[e]??n.avgWidth:n.monoWidth:uk(e,`Helvetica`)}function dk(e,t,n){let r=0;for(let n=0;n<e.length;n++)r+=uk(e.charCodeAt(n),t);return r/1e3*n}function fk(e,t){return(lk[e]??lk.Helvetica).ascent/1e3*t}function pk(e,t){return(lk[e]??lk.Helvetica).descent/1e3*t}function mk(e,t){let n=lk[e]??lk.Helvetica;return(n.ascent-n.descent)/1e3*t}function H(e,t,n,r){return{width:600,draw:i=>{e&&(i.lineWidth(e),i.M(0,250),i.L(300,250),i.stroke()),t&&(i.lineWidth(t),i.M(300,250),i.L(600,250),i.stroke()),n&&(i.lineWidth(n),i.M(300,250),i.L(300,500),i.stroke()),r&&(i.lineWidth(r),i.M(300,250),i.L(300,0),i.stroke())}}}function U(e,t,n,r){return{width:600,draw:i=>{i.lineWidth(30),e&&(i.M(0,220),i.L(300,220),i.stroke(),i.M(0,280),i.L(300,280),i.stroke()),t&&(i.M(300,220),i.L(600,220),i.stroke(),i.M(300,280),i.L(600,280),i.stroke()),n&&(i.M(270,250),i.L(270,500),i.stroke(),i.M(330,250),i.L(330,500),i.stroke()),r&&(i.M(270,250),i.L(270,0),i.stroke(),i.M(330,250),i.L(330,0),i.stroke())}}}let hk={9472:H(40,40,0,0),9473:H(80,80,0,0),9474:H(0,0,40,40),9475:H(0,0,80,80),9476:H(40,40,0,0),9477:H(80,80,0,0),9478:H(0,0,40,40),9479:H(0,0,80,80),9480:H(40,40,0,0),9481:H(80,80,0,0),9482:H(0,0,40,40),9483:H(0,0,80,80),9484:H(0,40,0,40),9485:H(0,80,0,40),9486:H(0,40,0,80),9487:H(0,80,0,80),9488:H(40,0,0,40),9489:H(80,0,0,40),9490:H(40,0,0,80),9491:H(80,0,0,80),9492:H(0,40,40,0),9493:H(0,80,40,0),9494:H(0,40,80,0),9495:H(0,80,80,0),9496:H(40,0,40,0),9497:H(80,0,40,0),9498:H(40,0,80,0),9499:H(80,0,80,0),9500:H(0,40,40,40),9501:H(0,80,40,40),9502:H(0,40,80,40),9503:H(0,40,40,80),9504:H(0,40,80,80),9505:H(0,80,80,40),9506:H(0,80,40,80),9507:H(0,80,80,80),9508:H(40,0,40,40),9509:H(80,0,40,40),9510:H(40,0,80,40),9511:H(40,0,40,80),9512:H(40,0,80,80),9513:H(80,0,80,40),9514:H(80,0,40,80),9515:H(80,0,80,80),9516:H(40,40,0,40),9517:H(80,40,0,40),9518:H(40,80,0,40),9519:H(80,80,0,40),9520:H(40,40,0,80),9521:H(80,40,0,80),9522:H(40,80,0,80),9523:H(80,80,0,80),9524:H(40,40,40,0),9525:H(80,40,40,0),9526:H(40,80,40,0),9527:H(80,80,40,0),9528:H(40,40,80,0),9529:H(80,40,80,0),9530:H(40,80,80,0),9531:H(80,80,80,0),9532:H(40,40,40,40),9533:H(80,40,40,40),9534:H(40,80,40,40),9535:H(80,80,40,40),9536:H(40,40,80,40),9537:H(40,40,40,80),9538:H(40,40,80,80),9539:H(80,40,80,40),9540:H(40,80,80,40),9541:H(80,40,40,80),9542:H(40,80,40,80),9543:H(80,80,80,40),9544:H(80,80,40,80),9545:H(80,40,80,80),9546:H(40,80,80,80),9547:H(80,80,80,80),9552:U(!0,!0,!1,!1),9553:U(!1,!1,!0,!0),9554:U(!1,!0,!1,!0),9555:U(!1,!0,!1,!0),9556:U(!1,!0,!1,!0),9557:U(!0,!1,!1,!0),9558:U(!0,!1,!1,!0),9559:U(!0,!1,!1,!0),9560:U(!1,!0,!0,!1),9561:U(!1,!0,!0,!1),9562:U(!1,!0,!0,!1),9563:U(!0,!1,!0,!1),9564:U(!0,!1,!0,!1),9565:U(!0,!1,!0,!1),9566:U(!1,!0,!0,!0),9567:U(!1,!0,!0,!0),9568:U(!1,!0,!0,!0),9569:U(!0,!1,!0,!0),9570:U(!0,!1,!0,!0),9571:U(!0,!1,!0,!0),9572:U(!0,!0,!1,!0),9573:U(!0,!0,!1,!0),9574:U(!0,!0,!1,!0),9575:U(!0,!0,!0,!1),9576:U(!0,!0,!0,!1),9577:U(!0,!0,!0,!1),9578:U(!0,!0,!0,!0),9579:U(!0,!0,!0,!0),9580:U(!0,!0,!0,!0),9581:H(0,40,0,40),9582:H(40,0,0,40),9583:H(40,0,40,0),9584:H(0,40,40,0),9585:{width:600,draw:e=>{e.lineWidth(40),e.M(0,0),e.L(600,500),e.stroke()}},9586:{width:600,draw:e=>{e.lineWidth(40),e.M(0,500),e.L(600,0),e.stroke()}},9587:{width:600,draw:e=>{e.lineWidth(40),e.M(0,0),e.L(600,500),e.stroke(),e.M(0,500),e.L(600,0),e.stroke()}},9588:H(40,0,0,0),9589:H(0,0,40,0),9590:H(0,40,0,0),9591:H(0,0,0,40),9592:H(80,0,0,0),9593:H(0,0,80,0),9594:H(0,80,0,0),9595:H(0,0,0,80),9596:H(40,80,0,0),9597:H(0,0,40,80),9598:H(80,40,0,0),9599:H(0,0,80,40)};function gk(e,t,n,r){return{width:600,draw:i=>{i.rect(e,t,n,r),i.fill()}}}let _k={9600:gk(0,250,600,250),9601:gk(0,0,600,62),9602:gk(0,0,600,125),9603:gk(0,0,600,187),9604:gk(0,0,600,250),9605:gk(0,0,600,312),9606:gk(0,0,600,375),9607:gk(0,0,600,437),9608:gk(0,0,600,500),9609:gk(0,0,525,500),9610:gk(0,0,450,500),9611:gk(0,0,375,500),9612:gk(0,0,300,500),9613:gk(0,0,225,500),9614:gk(0,0,150,500),9615:gk(0,0,75,500),9616:gk(300,0,300,500),9617:{width:600,draw:e=>{e.lineWidth(10);for(let t=10;t<500;t+=40)for(let n=10;n<600;n+=40)e.rect(n,t,5,5);e.fill()}},9618:{width:600,draw:e=>{e.lineWidth(10);for(let t=5;t<500;t+=20)for(let n=5;n<600;n+=20)e.rect(n,t,8,8);e.fill()}},9619:{width:600,draw:e=>{e.lineWidth(10);for(let t=3;t<500;t+=12)for(let n=3;n<600;n+=12)e.rect(n,t,10,10);e.fill()}},9620:gk(0,437,600,63),9621:gk(525,0,75,500),9622:gk(0,0,300,250),9623:gk(300,0,300,250),9624:gk(0,250,300,250),9625:{width:600,draw:e=>{e.rect(0,0,300,250),e.fill(),e.rect(0,250,300,250),e.fill(),e.rect(300,0,300,250),e.fill()}},9626:{width:600,draw:e=>{e.rect(0,250,300,250),e.fill(),e.rect(300,0,300,250),e.fill()}},9627:{width:600,draw:e=>{e.rect(0,0,300,250),e.fill(),e.rect(0,250,600,250),e.fill()}},9628:{width:600,draw:e=>{e.rect(300,0,300,250),e.fill(),e.rect(0,250,600,250),e.fill()}},9629:gk(300,250,300,250),9630:{width:600,draw:e=>{e.rect(300,250,300,250),e.fill(),e.rect(0,0,300,250),e.fill()}},9631:{width:600,draw:e=>{e.rect(300,0,300,500),e.fill(),e.rect(0,0,300,250),e.fill()}}};function vk(e){let t=[200,400],n=[400,300,200,100],r=[[0,0],[0,1],[0,2],[1,0],[1,1],[1,2],[0,3],[1,3]];return{width:600,draw:i=>{for(let a=0;a<8;a++)if(e&1<<a){let[e,o]=r[a];i.circle(t[e],n[o],40),i.fill()}}}}let yk={};for(let e=0;e<256;e++)yk[10240+e]=vk(e);let bk={8451:{width:700,draw:e=>{e.lineWidth(40),e.circle(120,450,60),e.stroke(),e.M(550,450),e.C(350,450,250,350,250,250),e.C(250,150,350,50,550,50),e.stroke()}},8453:{width:600,draw:e=>{e.lineWidth(40),e.M(150,350),e.C(80,350,50,400,50,430),e.C(50,470,100,500,150,500),e.C(200,500,250,470,250,430),e.C(250,400,200,350,150,350),e.stroke(),e.M(450,0),e.L(150,500),e.stroke(),e.M(450,150),e.C(380,150,350,100,350,70),e.C(350,30,400,0,450,0),e.C(500,0,550,30,550,70),e.C(550,100,500,150,450,150),e.stroke()}},8457:{width:700,draw:e=>{e.lineWidth(40),e.circle(120,450,60),e.stroke(),e.M(280,0),e.L(280,500),e.stroke(),e.M(280,500),e.L(550,500),e.stroke(),e.M(280,280),e.L(480,280),e.stroke()}},8467:{width:600,draw:e=>{e.lineWidth(45),e.M(350,500),e.C(200,500,200,400,250,200),e.C(280,100,200,0,150,50),e.stroke()}},8470:{width:700,draw:e=>{e.lineWidth(45),e.M(80,0),e.L(80,500),e.stroke(),e.M(80,500),e.L(350,0),e.stroke(),e.M(350,0),e.L(350,500),e.stroke(),e.lineWidth(35),e.circle(530,70,70),e.stroke(),e.M(380,170),e.L(680,170),e.stroke()}},8480:{width:600,draw:e=>{e.lineWidth(30),e.M(150,400),e.C(150,500,350,500,350,450),e.C(350,400,150,350,150,300),e.C(150,250,350,250,350,350),e.stroke(),e.M(400,500),e.L(400,250),e.L(475,400),e.L(550,250),e.L(550,500),e.stroke()}},8482:{width:600,draw:e=>{e.lineWidth(30),e.M(50,500),e.L(200,500),e.stroke(),e.M(125,500),e.L(125,300),e.stroke(),e.M(250,500),e.L(250,300),e.L(350,450),e.L(450,300),e.L(450,500),e.stroke()}},8486:{width:600,draw:e=>{e.lineWidth(45),e.M(100,50),e.L(200,50),e.L(200,150),e.C(120,200,80,300,80,350),e.C(80,450,180,520,300,520),e.C(420,520,520,450,520,350),e.C(520,300,480,200,400,150),e.L(400,50),e.L(500,50),e.stroke()}},8494:{width:600,draw:e=>{e.lineWidth(40),e.M(480,220),e.L(150,220),e.C(150,400,250,500,350,500),e.C(450,500,530,400,500,300),e.C(470,100,400,0,250,0),e.C(150,0,100,80,100,150),e.stroke()}},8505:{width:600,draw:e=>{e.circle(300,450,40),e.fill(),e.lineWidth(55),e.M(300,350),e.L(300,50),e.stroke()}},8543:{width:600,draw:e=>{e.lineWidth(40),e.M(150,500),e.L(200,500),e.L(200,350),e.stroke(),e.M(450,500),e.L(150,0),e.stroke()}}};function xk(e,t){return{width:600,draw:n=>{n.lineWidth(35),n.M(450,500),n.L(150,0),n.stroke();let r=e.length,i=t.length;for(let e=0;e<r;e++)n.circle(150+e*80,420,30),n.fill();for(let e=0;e<i;e++)n.circle(350+e*80,80,30),n.fill()}}}let Sk={8528:xk(`1`,`7`),8529:xk(`1`,`9`),8530:xk(`1`,`10`),8531:xk(`1`,`3`),8532:xk(`2`,`3`),8533:xk(`1`,`5`),8534:xk(`2`,`5`),8535:xk(`3`,`5`),8536:xk(`4`,`5`),8537:xk(`1`,`6`),8538:xk(`5`,`6`),8539:xk(`1`,`8`),8540:xk(`3`,`8`),8541:xk(`5`,`8`),8542:xk(`7`,`8`),8544:{width:600,draw:e=>{e.lineWidth(50),e.M(300,0),e.L(300,500),e.stroke()}},8545:{width:600,draw:e=>{e.lineWidth(50),e.M(200,0),e.L(200,500),e.stroke(),e.M(400,0),e.L(400,500),e.stroke()}},8546:{width:600,draw:e=>{e.lineWidth(45),e.M(120,0),e.L(120,500),e.stroke(),e.M(300,0),e.L(300,500),e.stroke(),e.M(480,0),e.L(480,500),e.stroke()}},8547:{width:600,draw:e=>{e.lineWidth(50),e.M(180,500),e.L(300,0),e.L(420,500),e.stroke()}},8548:{width:600,draw:e=>{e.lineWidth(50),e.M(150,500),e.L(300,0),e.L(450,500),e.stroke()}}},Ck={};for(let e=0;e<20;e++)Ck[9312+e]={width:600,draw:e=>{e.lineWidth(35),e.circle(300,250,220),e.stroke()}};for(let e=0;e<12;e++)Ck[9332+e]={width:600,draw:e=>{e.lineWidth(30),e.M(180,480),e.C(120,480,80,380,80,250),e.C(80,120,120,20,180,20),e.stroke(),e.M(420,20),e.C(480,20,520,120,520,250),e.C(520,380,480,480,420,480),e.stroke()}};for(let e=0;e<26;e++)Ck[9398+e]={width:600,draw:e=>{e.lineWidth(35),e.circle(300,250,220),e.stroke()}};for(let e=0;e<26;e++)Ck[9424+e]={width:600,draw:e=>{e.lineWidth(30),e.circle(300,250,200),e.stroke()}};Ck[9450]={width:600,draw:e=>{e.lineWidth(35),e.circle(300,250,220),e.stroke()}};let wk={8208:{width:600,draw:e=>{e.lineWidth(50),e.M(150,250),e.L(450,250),e.stroke()}},8209:{width:600,draw:e=>{e.lineWidth(50),e.M(150,250),e.L(450,250),e.stroke()}},8210:{width:600,draw:e=>{e.lineWidth(50),e.M(100,250),e.L(500,250),e.stroke()}},8211:{width:600,draw:e=>{e.lineWidth(50),e.M(80,250),e.L(520,250),e.stroke()}},8212:{width:700,draw:e=>{e.lineWidth(50),e.M(0,250),e.L(700,250),e.stroke()}},8214:{width:600,draw:e=>{e.lineWidth(40),e.M(230,0),e.L(230,500),e.stroke(),e.M(370,0),e.L(370,500),e.stroke()}},8215:{width:600,draw:e=>{e.lineWidth(30),e.M(50,30),e.L(550,30),e.stroke(),e.M(50,80),e.L(550,80),e.stroke()}},8216:{width:300,draw:e=>{e.circle(150,450,40),e.fill(),e.lineWidth(30),e.M(150,410),e.C(120,370,100,350,80,340),e.stroke()}},8217:{width:300,draw:e=>{e.circle(150,450,40),e.fill(),e.lineWidth(30),e.M(150,410),e.C(180,370,200,350,220,340),e.stroke()}},8223:{width:400,draw:e=>{e.circle(120,450,35),e.fill(),e.circle(280,450,35),e.fill()}},8224:{width:600,draw:e=>{e.lineWidth(50),e.M(300,500),e.L(300,0),e.stroke(),e.M(150,380),e.L(450,380),e.stroke()}},8225:{width:600,draw:e=>{e.lineWidth(45),e.M(300,500),e.L(300,0),e.stroke(),e.M(150,380),e.L(450,380),e.stroke(),e.M(150,180),e.L(450,180),e.stroke()}},8229:{width:600,draw:e=>{e.circle(200,50,35),e.fill(),e.circle(400,50,35),e.fill()}},8231:{width:300,draw:e=>{e.circle(150,250,35),e.fill()}},8240:{width:700,draw:e=>{e.lineWidth(35),e.M(550,0),e.L(150,500),e.stroke(),e.circle(180,400,70),e.stroke(),e.circle(400,100,60),e.stroke(),e.circle(560,100,60),e.stroke()}},8241:{width:700,draw:e=>{e.lineWidth(35),e.M(550,0),e.L(150,500),e.stroke(),e.circle(180,400,60),e.stroke(),e.circle(350,100,50),e.stroke(),e.circle(470,100,50),e.stroke(),e.circle(590,100,50),e.stroke()}},8242:{width:300,draw:e=>{e.lineWidth(40),e.M(180,500),e.L(140,350),e.stroke()}},8243:{width:400,draw:e=>{e.lineWidth(40),e.M(150,500),e.L(110,350),e.stroke(),e.M(300,500),e.L(260,350),e.stroke()}},8249:{width:350,draw:e=>{e.lineWidth(40),e.M(250,400),e.L(100,250),e.L(250,100),e.stroke()}},8250:{width:350,draw:e=>{e.lineWidth(40),e.M(100,400),e.L(250,250),e.L(100,100),e.stroke()}},8252:{width:600,draw:e=>{e.lineWidth(50),e.M(200,500),e.L(200,130),e.stroke(),e.circle(200,40,30),e.fill(),e.M(400,500),e.L(400,130),e.stroke(),e.circle(400,40,30),e.fill()}},8260:{width:600,draw:e=>{e.lineWidth(40),e.M(450,500),e.L(150,0),e.stroke()}},8271:{width:300,draw:e=>{e.circle(150,350,35),e.fill(),e.circle(150,130,35),e.fill(),e.lineWidth(30),e.M(150,95),e.C(180,50,200,20,220,0),e.stroke()}}},Tk={8602:{width:600,draw:e=>{e.lineWidth(45),e.M(500,250),e.L(100,250),e.stroke(),e.M(100,250),e.L(250,380),e.L(250,120),e.Z(),e.fill(),e.lineWidth(50),e.M(350,120),e.L(250,380),e.stroke()}},8603:{width:600,draw:e=>{e.lineWidth(45),e.M(100,250),e.L(500,250),e.stroke(),e.M(500,250),e.L(350,380),e.L(350,120),e.Z(),e.fill(),e.lineWidth(50),e.M(250,120),e.L(350,380),e.stroke()}},8605:{width:600,draw:e=>{e.lineWidth(45),e.M(100,250),e.C(200,350,300,150,400,250),e.L(500,250),e.stroke(),e.M(500,250),e.L(400,330),e.L(400,170),e.Z(),e.fill()}},8606:{width:600,draw:e=>{e.lineWidth(45),e.M(500,250),e.L(100,250),e.stroke(),e.M(100,250),e.L(220,370),e.L(220,130),e.Z(),e.fill(),e.M(200,250),e.L(320,370),e.L(320,130),e.Z(),e.fill()}},8607:{width:600,draw:e=>{e.lineWidth(45),e.M(300,50),e.L(300,470),e.stroke(),e.M(300,470),e.L(180,350),e.L(420,350),e.Z(),e.fill(),e.M(300,370),e.L(180,250),e.L(420,250),e.Z(),e.fill()}},8608:{width:600,draw:e=>{e.lineWidth(45),e.M(100,250),e.L(500,250),e.stroke(),e.M(500,250),e.L(380,370),e.L(380,130),e.Z(),e.fill(),e.M(400,250),e.L(280,370),e.L(280,130),e.Z(),e.fill()}},8609:{width:600,draw:e=>{e.lineWidth(45),e.M(300,450),e.L(300,30),e.stroke(),e.M(300,30),e.L(180,150),e.L(420,150),e.Z(),e.fill(),e.M(300,130),e.L(180,250),e.L(420,250),e.Z(),e.fill()}},8612:{width:600,draw:e=>{e.lineWidth(45),e.M(480,250),e.L(130,250),e.stroke(),e.M(130,250),e.L(260,370),e.L(260,130),e.Z(),e.fill(),e.M(500,100),e.L(500,400),e.stroke()}},8613:{width:600,draw:e=>{e.lineWidth(45),e.M(300,30),e.L(300,420),e.stroke(),e.M(300,420),e.L(180,290),e.L(420,290),e.Z(),e.fill(),e.M(150,30),e.L(450,30),e.stroke()}},8614:{width:600,draw:e=>{e.lineWidth(45),e.M(120,250),e.L(470,250),e.stroke(),e.M(470,250),e.L(340,370),e.L(340,130),e.Z(),e.fill(),e.M(100,100),e.L(100,400),e.stroke()}},8615:{width:600,draw:e=>{e.lineWidth(45),e.M(300,470),e.L(300,80),e.stroke(),e.M(300,80),e.L(180,210),e.L(420,210),e.Z(),e.fill(),e.M(150,470),e.L(450,470),e.stroke()}},8624:{width:600,draw:e=>{e.lineWidth(45),e.M(400,50),e.L(400,350),e.L(150,350),e.stroke(),e.M(400,450),e.L(280,330),e.L(520,330),e.Z(),e.fill()}},8625:{width:600,draw:e=>{e.lineWidth(45),e.M(200,50),e.L(200,350),e.L(450,350),e.stroke(),e.M(200,450),e.L(80,330),e.L(320,330),e.Z(),e.fill()}},8626:{width:600,draw:e=>{e.lineWidth(45),e.M(400,450),e.L(400,150),e.L(150,150),e.stroke(),e.M(400,50),e.L(280,170),e.L(520,170),e.Z(),e.fill()}},8627:{width:600,draw:e=>{e.lineWidth(45),e.M(200,450),e.L(200,150),e.L(450,150),e.stroke(),e.M(200,50),e.L(80,170),e.L(320,170),e.Z(),e.fill()}},8629:{width:600,draw:e=>{e.lineWidth(45),e.M(450,450),e.L(450,150),e.L(150,150),e.stroke(),e.M(150,150),e.L(280,260),e.L(280,40),e.Z(),e.fill()}},8634:{width:600,draw:e=>{e.lineWidth(45),e.M(160,350),e.C(160,450,300,500,400,450),e.C(500,400,520,250,450,150),e.C(380,50,200,50,160,150),e.stroke(),e.M(160,350),e.L(80,250),e.L(250,270),e.Z(),e.fill()}},8635:{width:600,draw:e=>{e.lineWidth(45),e.M(440,350),e.C(440,450,300,500,200,450),e.C(100,400,80,250,150,150),e.C(220,50,400,50,440,150),e.stroke(),e.M(440,350),e.L(520,250),e.L(350,270),e.Z(),e.fill()}}},Ek={8723:{width:600,draw:e=>{e.lineWidth(50),e.M(120,350),e.L(480,350),e.stroke(),e.M(300,200),e.L(300,0),e.stroke(),e.M(120,100),e.L(480,100),e.stroke()}},8729:{width:600,draw:e=>{e.circle(300,250,50),e.fill()}},8733:{width:600,draw:e=>{e.lineWidth(45),e.M(80,250),e.C(80,450,250,450,300,250),e.C(350,50,520,50,520,250),e.stroke()}},8735:{width:600,draw:e=>{e.lineWidth(50),e.M(120,450),e.L(120,50),e.L(480,50),e.stroke()}},8739:{width:600,draw:e=>{e.lineWidth(50),e.M(300,0),e.L(300,500),e.stroke()}},8740:{width:600,draw:e=>{e.lineWidth(50),e.M(300,0),e.L(300,500),e.stroke(),e.M(200,100),e.L(400,400),e.stroke()}},8741:{width:600,draw:e=>{e.lineWidth(45),e.M(220,0),e.L(220,500),e.stroke(),e.M(380,0),e.L(380,500),e.stroke()}},8742:{width:600,draw:e=>{e.lineWidth(45),e.M(220,0),e.L(220,500),e.stroke(),e.M(380,0),e.L(380,500),e.stroke(),e.M(150,100),e.L(450,400),e.stroke()}},8728:{width:600,draw:e=>{e.lineWidth(35),e.circle(300,250,70),e.stroke()}},8756:{width:600,draw:e=>{e.circle(300,400,40),e.fill(),e.circle(180,150,40),e.fill(),e.circle(420,150,40),e.fill()}},8757:{width:600,draw:e=>{e.circle(300,100,40),e.fill(),e.circle(180,350,40),e.fill(),e.circle(420,350,40),e.fill()}},8758:{width:300,draw:e=>{e.circle(150,350,40),e.fill(),e.circle(150,150,40),e.fill()}},8759:{width:600,draw:e=>{e.circle(200,350,35),e.fill(),e.circle(200,150,35),e.fill(),e.circle(400,350,35),e.fill(),e.circle(400,150,35),e.fill()}},8780:{width:600,draw:e=>{e.lineWidth(40),e.M(120,400),e.C(200,460,400,460,480,400),e.stroke(),e.M(120,280),e.C(200,340,400,340,480,280),e.stroke(),e.M(120,160),e.L(480,160),e.stroke()}},8773:{width:600,draw:e=>{e.lineWidth(45),e.M(120,350),e.C(200,430,400,430,480,350),e.stroke(),e.M(120,180),e.L(480,180),e.stroke()}},8796:{width:600,draw:e=>{e.lineWidth(40),e.M(120,200),e.L(480,200),e.stroke(),e.M(120,120),e.L(480,120),e.stroke(),e.M(300,450),e.L(200,280),e.L(400,280),e.Z(),e.stroke()}},8810:{width:600,draw:e=>{e.lineWidth(45),e.M(350,420),e.L(100,250),e.L(350,80),e.stroke(),e.M(500,420),e.L(250,250),e.L(500,80),e.stroke()}},8811:{width:600,draw:e=>{e.lineWidth(45),e.M(100,420),e.L(350,250),e.L(100,80),e.stroke(),e.M(250,420),e.L(500,250),e.L(250,80),e.stroke()}},8836:{width:600,draw:e=>{e.lineWidth(45),e.M(470,450),e.C(200,450,130,350,130,250),e.C(130,150,200,50,470,50),e.stroke(),e.M(200,50),e.L(400,450),e.stroke()}},8837:{width:600,draw:e=>{e.lineWidth(45),e.M(130,450),e.C(400,450,470,350,470,250),e.C(470,150,400,50,130,50),e.stroke(),e.M(200,50),e.L(400,450),e.stroke()}},8838:{width:600,draw:e=>{e.lineWidth(45),e.M(470,420),e.C(200,420,130,340,130,250),e.C(130,160,200,80,470,80),e.stroke(),e.M(130,30),e.L(470,30),e.stroke()}},8839:{width:600,draw:e=>{e.lineWidth(45),e.M(130,420),e.C(400,420,470,340,470,250),e.C(470,160,400,80,130,80),e.stroke(),e.M(130,30),e.L(470,30),e.stroke()}},8869:{width:600,draw:e=>{e.lineWidth(50),e.M(120,50),e.L(480,50),e.stroke(),e.M(300,50),e.L(300,450),e.stroke()}},8895:{width:600,draw:e=>{e.lineWidth(45),e.M(120,50),e.L(480,50),e.L(120,450),e.Z(),e.stroke()}}},Dk={9729:{width:600,draw:e=>{e.lineWidth(40),e.M(120,200),e.C(120,350,200,400,280,400),e.C(300,470,400,470,430,400),e.C(500,400,520,300,480,200),e.L(120,200),e.stroke()}},9742:{width:600,draw:e=>{e.lineWidth(45),e.M(120,100),e.C(120,50,480,50,480,100),e.stroke(),e.M(150,100),e.C(150,350,200,450,250,450),e.stroke(),e.M(450,100),e.C(450,350,400,450,350,450),e.stroke()}},9774:{width:600,draw:e=>{e.lineWidth(45),e.circle(300,250,220),e.stroke(),e.M(300,470),e.L(300,30),e.stroke(),e.M(300,250),e.L(145,95),e.stroke(),e.M(300,250),e.L(455,95),e.stroke()}},9775:{width:600,draw:e=>{e.lineWidth(40),e.circle(300,250,220),e.stroke(),e.circle(300,350,20),e.fill(),e.circle(300,150,20),e.fill()}},9785:{width:600,draw:e=>{e.lineWidth(40),e.circle(300,250,220),e.stroke(),e.circle(210,330,25),e.fill(),e.circle(390,330,25),e.fill(),e.M(200,130),e.C(250,80,350,80,400,130),e.stroke()}},9786:{width:600,draw:e=>{e.lineWidth(40),e.circle(300,250,220),e.stroke(),e.circle(210,330,25),e.fill(),e.circle(390,330,25),e.fill(),e.M(190,170),e.C(220,110,380,110,410,170),e.stroke()}},9787:{width:600,draw:e=>{e.circle(300,250,230),e.fill()}},9872:{width:600,draw:e=>{e.lineWidth(40),e.M(150,0),e.L(150,500),e.stroke(),e.M(150,500),e.L(480,400),e.L(150,300),e.stroke()}},9873:{width:600,draw:e=>{e.lineWidth(40),e.M(150,0),e.L(150,500),e.stroke(),e.M(150,500),e.L(480,400),e.L(150,300),e.Z(),e.fill()}},9888:{width:600,draw:e=>{e.lineWidth(45),e.M(300,480),e.L(80,50),e.L(520,50),e.Z(),e.stroke(),e.lineWidth(40),e.M(300,350),e.L(300,180),e.stroke(),e.circle(300,110,25),e.fill()}},9889:{width:600,draw:e=>{e.M(350,500),e.L(200,280),e.L(310,280),e.L(250,0),e.L(420,220),e.L(300,220),e.L(350,500),e.Z(),e.fill()}},9898:{width:600,draw:e=>{e.lineWidth(40),e.circle(300,250,180),e.stroke()}},9899:{width:600,draw:e=>{e.circle(300,250,180),e.fill()}}},Ok={9985:{width:600,draw:e=>{e.lineWidth(35),e.circle(180,150,80),e.stroke(),e.circle(180,350,80),e.stroke(),e.M(250,200),e.L(500,400),e.stroke(),e.M(250,300),e.L(500,100),e.stroke()}},9986:{width:600,draw:e=>{e.lineWidth(40),e.circle(170,130,80),e.stroke(),e.circle(170,370,80),e.stroke(),e.M(240,180),e.L(520,420),e.stroke(),e.M(240,320),e.L(520,80),e.stroke()}},9990:{width:600,draw:e=>{e.lineWidth(40),e.circle(300,250,220),e.stroke(),e.M(200,150),e.C(200,100,400,100,400,150),e.stroke(),e.M(220,150),e.C(220,350,250,400,280,400),e.stroke(),e.M(380,150),e.C(380,350,350,400,320,400),e.stroke()}},9991:{width:600,draw:e=>{e.lineWidth(35),e.rect(80,50,440,400),e.stroke(),e.circle(300,250,120),e.stroke()}},9992:{width:600,draw:e=>{e.M(300,480),e.L(260,300),e.L(80,250),e.L(260,210),e.L(260,80),e.L(220,30),e.L(380,30),e.L(340,80),e.L(340,210),e.L(520,250),e.L(340,300),e.Z(),e.fill()}},9993:{width:600,draw:e=>{e.lineWidth(35),e.rect(80,80,440,340),e.stroke(),e.M(80,420),e.L(300,220),e.L(520,420),e.stroke()}},9998:{width:600,draw:e=>{e.lineWidth(40),e.M(100,50),e.L(480,430),e.stroke(),e.M(100,50),e.L(130,130),e.stroke()}},9999:{width:600,draw:e=>{e.M(130,30),e.L(100,80),e.L(420,470),e.L(480,470),e.L(480,430),e.L(160,30),e.Z(),e.fill()}},1e4:{width:600,draw:e=>{e.lineWidth(40),e.M(100,450),e.L(480,70),e.stroke(),e.M(100,450),e.L(130,370),e.stroke()}},10013:{width:600,draw:e=>{e.lineWidth(55),e.M(300,0),e.L(300,500),e.stroke(),e.M(140,370),e.L(460,370),e.stroke()}},10014:{width:600,draw:e=>{e.lineWidth(65),e.M(300,0),e.L(300,500),e.stroke(),e.M(130,370),e.L(470,370),e.stroke()}},10022:{width:600,draw:e=>{e.M(300,480),e.L(230,280),e.L(80,250),e.L(230,220),e.L(300,20),e.L(370,220),e.L(520,250),e.L(370,280),e.Z(),e.fill()}},10023:{width:600,draw:e=>{e.lineWidth(35),e.M(300,480),e.L(230,280),e.L(80,250),e.L(230,220),e.L(300,20),e.L(370,220),e.L(520,250),e.L(370,280),e.Z(),e.stroke()}},10032:{width:600,draw:e=>{e.lineWidth(40);for(let t=0;t<5;t++){let n=(t*72-90)*Math.PI/180,r=(t*72+36-90)*Math.PI/180;t===0?e.M(300+220*Math.cos(n),260+220*Math.sin(n)):e.L(300+220*Math.cos(n),260+220*Math.sin(n)),e.L(300+100*Math.cos(r),260+100*Math.sin(r))}e.Z(),e.stroke()}},10132:{width:600,draw:e=>{e.M(500,250),e.L(300,430),e.L(300,310),e.L(80,310),e.L(80,190),e.L(300,190),e.L(300,70),e.Z(),e.fill()}},10140:{width:600,draw:e=>{e.M(520,250),e.L(320,430),e.L(320,310),e.C(200,310,80,290,80,250),e.C(80,210,200,190,320,190),e.L(320,70),e.Z(),e.fill()}},10145:{width:600,draw:e=>{e.M(520,250),e.L(350,420),e.L(350,300),e.L(80,300),e.L(80,200),e.L(350,200),e.L(350,80),e.Z(),e.fill()}}},kk={8976:{width:600,draw:e=>{e.lineWidth(45),e.M(480,350),e.L(120,350),e.L(120,150),e.stroke()}},8981:{width:600,draw:e=>{e.lineWidth(40),e.circle(300,250,200),e.stroke(),e.circle(300,250,50),e.fill()}},8986:{width:600,draw:e=>{e.lineWidth(35),e.rect(150,50,300,400),e.stroke(),e.M(300,450),e.L(300,500),e.stroke(),e.M(300,50),e.L(300,0),e.stroke(),e.lineWidth(30),e.M(300,250),e.L(300,350),e.stroke(),e.M(300,250),e.L(380,250),e.stroke()}},9e3:{width:600,draw:e=>{e.lineWidth(35),e.rect(50,80,500,340),e.stroke(),e.lineWidth(20);for(let t=100;t<=500;t+=80)e.M(t,340),e.L(t+40,340),e.L(t+40,300),e.L(t,300),e.Z(),e.stroke();e.M(150,200),e.L(450,200),e.L(450,160),e.L(150,160),e.Z(),e.stroke()}},9115:{width:300,draw:e=>{e.lineWidth(40),e.M(250,500),e.C(100,400,100,300,150,250),e.stroke()}},9116:{width:300,draw:e=>{e.lineWidth(40),e.M(150,500),e.L(150,0),e.stroke()}},9117:{width:300,draw:e=>{e.lineWidth(40),e.M(150,250),e.C(100,200,100,100,250,0),e.stroke()}},9167:{width:600,draw:e=>{e.M(120,150),e.L(480,150),e.L(300,420),e.Z(),e.fill(),e.rect(120,50,360,60),e.fill()}},9193:{width:600,draw:e=>{e.M(80,430),e.L(300,250),e.L(80,70),e.Z(),e.fill(),e.M(300,430),e.L(520,250),e.L(300,70),e.Z(),e.fill()}},9194:{width:600,draw:e=>{e.M(520,430),e.L(300,250),e.L(520,70),e.Z(),e.fill(),e.M(300,430),e.L(80,250),e.L(300,70),e.Z(),e.fill()}},9195:{width:600,draw:e=>{e.M(100,230),e.L(300,450),e.L(500,230),e.Z(),e.fill(),e.M(100,30),e.L(300,250),e.L(500,30),e.Z(),e.fill()}},9196:{width:600,draw:e=>{e.M(100,270),e.L(300,50),e.L(500,270),e.Z(),e.fill(),e.M(100,470),e.L(300,250),e.L(500,470),e.Z(),e.fill()}},9197:{width:600,draw:e=>{e.M(60,430),e.L(250,250),e.L(60,70),e.Z(),e.fill(),e.M(250,430),e.L(440,250),e.L(250,70),e.Z(),e.fill(),e.rect(460,70,50,360),e.fill()}},9198:{width:600,draw:e=>{e.M(540,430),e.L(350,250),e.L(540,70),e.Z(),e.fill(),e.M(350,430),e.L(160,250),e.L(350,70),e.Z(),e.fill(),e.rect(90,70,50,360),e.fill()}},9199:{width:600,draw:e=>{e.M(80,430),e.L(330,250),e.L(80,70),e.Z(),e.fill(),e.rect(370,70,50,360),e.fill(),e.rect(460,70,50,360),e.fill()}},9201:{width:600,draw:e=>{e.lineWidth(40),e.circle(300,230,200),e.stroke(),e.M(260,470),e.L(340,470),e.stroke(),e.M(300,430),e.L(300,480),e.stroke(),e.M(300,230),e.L(300,350),e.stroke(),e.M(300,230),e.L(400,280),e.stroke()}},9202:{width:600,draw:e=>{e.lineWidth(40),e.circle(300,230,200),e.stroke(),e.M(300,230),e.L(300,370),e.stroke(),e.M(300,230),e.L(420,230),e.stroke(),e.M(430,400),e.L(470,440),e.stroke()}},9208:{width:600,draw:e=>{e.rect(140,60,100,380),e.fill(),e.rect(360,60,100,380),e.fill()}},9209:{width:600,draw:e=>{e.rect(100,50,400,400),e.fill()}},9210:{width:600,draw:e=>{e.circle(300,250,200),e.fill()}}},Ak={8352:{width:600,draw:e=>{e.lineWidth(45),e.M(480,430),e.C(350,480,180,430,150,300),e.C(120,170,200,50,400,30),e.stroke(),e.M(80,320),e.L(380,320),e.stroke(),e.M(80,220),e.L(380,220),e.stroke()}},8353:{width:600,draw:e=>{e.lineWidth(45),e.M(450,430),e.C(350,480,180,430,150,250),e.C(150,70,350,20,450,70),e.stroke(),e.M(300,520),e.L(300,-20),e.stroke()}},8354:{width:600,draw:e=>{e.lineWidth(45),e.M(450,430),e.C(350,480,180,430,150,250),e.C(150,70,350,20,450,70),e.stroke(),e.M(380,0),e.L(250,500),e.stroke()}},8355:{width:600,draw:e=>{e.lineWidth(50),e.M(200,0),e.L(200,500),e.stroke(),e.M(200,500),e.L(480,500),e.stroke(),e.M(200,300),e.L(400,300),e.stroke(),e.M(120,200),e.L(350,200),e.stroke()}},8356:{width:600,draw:e=>{e.lineWidth(50),e.M(200,0),e.C(200,0,400,0,400,0),e.stroke(),e.M(200,0),e.L(200,500),e.C(200,500,150,520,120,500),e.stroke(),e.M(120,300),e.L(380,300),e.stroke(),e.M(120,180),e.L(380,180),e.stroke()}},8357:{width:600,draw:e=>{e.lineWidth(40),e.M(100,0),e.L(100,350),e.L(200,200),e.L(300,350),e.L(300,0),e.stroke(),e.M(300,500),e.L(300,-30),e.stroke()}},8358:{width:600,draw:e=>{e.lineWidth(45),e.M(130,0),e.L(130,500),e.stroke(),e.M(130,500),e.L(470,0),e.stroke(),e.M(470,0),e.L(470,500),e.stroke(),e.M(80,350),e.L(520,350),e.stroke(),e.M(80,200),e.L(520,200),e.stroke()}},8359:{width:600,draw:e=>{e.lineWidth(45),e.M(150,0),e.L(150,500),e.stroke(),e.M(150,500),e.L(350,500),e.C(450,500,480,400,350,350),e.L(150,350),e.stroke(),e.M(350,0),e.L(500,0),e.stroke()}},8360:{width:600,draw:e=>{e.lineWidth(45),e.M(150,0),e.L(150,500),e.stroke(),e.M(150,500),e.L(350,500),e.C(450,500,480,400,350,350),e.L(150,350),e.stroke(),e.M(280,350),e.L(450,0),e.stroke()}},8361:{width:600,draw:e=>{e.lineWidth(40),e.M(60,500),e.L(180,0),e.L(300,350),e.L(420,0),e.L(540,500),e.stroke(),e.M(80,250),e.L(520,250),e.stroke(),e.M(80,150),e.L(520,150),e.stroke()}},8362:{width:600,draw:e=>{e.lineWidth(45),e.M(150,500),e.L(150,100),e.C(150,30,250,0,300,50),e.stroke(),e.M(450,0),e.L(450,400),e.C(450,470,350,500,300,450),e.stroke()}},8363:{width:600,draw:e=>{e.lineWidth(45),e.M(250,50),e.L(250,500),e.stroke(),e.M(250,400),e.L(350,400),e.C(470,400,470,200,350,200),e.L(250,200),e.stroke(),e.M(150,50),e.L(400,50),e.stroke(),e.M(170,120),e.L(420,120),e.stroke()}},8366:{width:600,draw:e=>{e.lineWidth(50),e.M(120,500),e.L(480,500),e.stroke(),e.M(300,500),e.L(300,0),e.stroke(),e.M(120,350),e.L(480,350),e.stroke(),e.M(120,200),e.L(480,200),e.stroke()}},8369:{width:600,draw:e=>{e.lineWidth(45),e.M(150,0),e.L(150,500),e.stroke(),e.M(150,500),e.L(350,500),e.C(480,500,480,300,350,300),e.L(150,300),e.stroke(),e.M(100,420),e.L(450,420),e.stroke()}},8370:{width:600,draw:e=>{e.lineWidth(45),e.M(450,400),e.C(400,480,200,480,150,350),e.C(100,200,200,50,400,50),e.L(400,250),e.L(250,250),e.stroke(),e.M(300,520),e.L(300,0),e.stroke()}},8371:{width:600,draw:e=>{e.lineWidth(45),e.M(100,0),e.L(300,500),e.L(500,0),e.stroke(),e.M(160,180),e.L(440,180),e.stroke(),e.M(180,280),e.L(420,280),e.stroke()}},8372:{width:600,draw:e=>{e.lineWidth(45),e.M(420,450),e.C(380,500,200,500,180,400),e.C(160,300,400,250,420,150),e.C(440,50,250,0,180,50),e.stroke(),e.M(100,330),e.L(480,330),e.stroke(),e.M(100,220),e.L(480,220),e.stroke()}},8374:{width:600,draw:e=>{e.lineWidth(45),e.M(250,0),e.L(250,480),e.C(250,500,200,520,180,500),e.stroke(),e.M(250,350),e.L(450,350),e.stroke()}},8376:{width:600,draw:e=>{e.lineWidth(50),e.M(100,500),e.L(500,500),e.stroke(),e.M(100,400),e.L(500,400),e.stroke(),e.M(300,400),e.L(300,0),e.stroke()}}},jk={10216:{width:350,draw:e=>{e.lineWidth(40),e.M(280,500),e.L(100,250),e.L(280,0),e.stroke()}},10217:{width:350,draw:e=>{e.lineWidth(40),e.M(100,500),e.L(280,250),e.L(100,0),e.stroke()}},10218:{width:450,draw:e=>{e.lineWidth(35),e.M(250,500),e.L(70,250),e.L(250,0),e.stroke(),e.M(380,500),e.L(200,250),e.L(380,0),e.stroke()}},10219:{width:450,draw:e=>{e.lineWidth(35),e.M(70,500),e.L(250,250),e.L(70,0),e.stroke(),e.M(200,500),e.L(380,250),e.L(200,0),e.stroke()}}},Mk={10229:{width:700,draw:e=>{e.lineWidth(45),e.M(650,250),e.L(100,250),e.stroke(),e.M(100,250),e.L(250,380),e.L(250,120),e.Z(),e.fill()}},10230:{width:700,draw:e=>{e.lineWidth(45),e.M(50,250),e.L(600,250),e.stroke(),e.M(600,250),e.L(450,380),e.L(450,120),e.Z(),e.fill()}},10231:{width:700,draw:e=>{e.lineWidth(40),e.M(150,250),e.L(550,250),e.stroke(),e.M(100,250),e.L(230,370),e.L(230,130),e.Z(),e.fill(),e.M(600,250),e.L(470,370),e.L(470,130),e.Z(),e.fill()}},10232:{width:700,draw:e=>{e.M(80,250),e.L(250,430),e.L(250,310),e.L(620,310),e.L(620,190),e.L(250,190),e.L(250,70),e.Z(),e.fill()}},10233:{width:700,draw:e=>{e.M(620,250),e.L(450,430),e.L(450,310),e.L(80,310),e.L(80,190),e.L(450,190),e.L(450,70),e.Z(),e.fill()}},10234:{width:700,draw:e=>{e.M(80,250),e.L(200,400),e.L(200,300),e.L(500,300),e.L(500,400),e.L(620,250),e.L(500,100),e.L(500,200),e.L(200,200),e.L(200,100),e.Z(),e.fill()}}},Nk={9639:{width:600,draw:e=>{e.lineWidth(35),e.rect(100,50,400,400),e.stroke(),e.lineWidth(20);for(let t=-3;t<=3;t++){let n=t*100;e.M(100+n,450),e.L(500+n,50),e.stroke()}}},9641:{width:600,draw:e=>{e.lineWidth(35),e.rect(100,50,400,400),e.stroke(),e.lineWidth(15);for(let t=-3;t<=3;t++){let n=t*100;e.M(100+n,450),e.L(500+n,50),e.stroke(),e.M(100+n,50),e.L(500+n,450),e.stroke()}}},9649:{width:600,draw:e=>{e.lineWidth(40),e.M(180,50),e.L(500,50),e.L(420,450),e.L(100,450),e.Z(),e.stroke()}},9657:{width:600,draw:e=>{e.lineWidth(35),e.M(200,380),e.L(430,250),e.L(200,120),e.Z(),e.stroke()}},9658:{width:600,draw:e=>{e.M(150,420),e.L(480,250),e.L(150,80),e.Z(),e.fill()}},9659:{width:600,draw:e=>{e.lineWidth(40),e.M(150,420),e.L(480,250),e.L(150,80),e.Z(),e.stroke()}},9663:{width:600,draw:e=>{e.lineWidth(35),e.M(180,380),e.L(420,380),e.L(300,120),e.Z(),e.stroke()}},9667:{width:600,draw:e=>{e.lineWidth(35),e.M(400,380),e.L(170,250),e.L(400,120),e.Z(),e.stroke()}},9668:{width:600,draw:e=>{e.M(450,420),e.L(120,250),e.L(450,80),e.Z(),e.fill()}},9669:{width:600,draw:e=>{e.lineWidth(40),e.M(450,420),e.L(120,250),e.L(450,80),e.Z(),e.stroke()}},9698:{width:600,draw:e=>{e.M(500,450),e.L(500,50),e.L(100,50),e.Z(),e.fill()}},9699:{width:600,draw:e=>{e.M(100,450),e.L(100,50),e.L(500,50),e.Z(),e.fill()}},9700:{width:600,draw:e=>{e.M(100,50),e.L(100,450),e.L(500,450),e.Z(),e.fill()}},9701:{width:600,draw:e=>{e.M(500,50),e.L(500,450),e.L(100,450),e.Z(),e.fill()}},9703:{width:600,draw:e=>{e.lineWidth(35),e.rect(100,50,400,400),e.stroke(),e.rect(100,50,400/2,400),e.fill()}},9704:{width:600,draw:e=>{e.lineWidth(35),e.rect(100,50,400,400),e.stroke(),e.rect(300,50,400/2,400),e.fill()}},9705:{width:600,draw:e=>{e.lineWidth(35),e.rect(100,50,400,400),e.stroke(),e.M(100,50),e.L(100,450),e.L(500,450),e.Z(),e.fill()}},9706:{width:600,draw:e=>{e.lineWidth(35),e.rect(100,50,400,400),e.stroke(),e.M(500,450),e.L(500,50),e.L(100,50),e.Z(),e.fill()}},9707:{width:600,draw:e=>{e.lineWidth(35),e.rect(100,50,400,400),e.stroke(),e.M(300,50),e.L(300,450),e.stroke()}},9708:{width:600,draw:e=>{e.lineWidth(40),e.M(300,470),e.L(100,50),e.L(500,50),e.Z(),e.stroke(),e.circle(300,190,30),e.fill()}},9709:{width:600,draw:e=>{e.lineWidth(40),e.M(300,470),e.L(100,50),e.L(500,50),e.Z(),e.stroke(),e.M(300,470),e.L(100,50),e.L(300,50),e.Z(),e.fill()}},9710:{width:600,draw:e=>{e.lineWidth(40),e.M(300,470),e.L(100,50),e.L(500,50),e.Z(),e.stroke(),e.M(300,470),e.L(500,50),e.L(300,50),e.Z(),e.fill()}},9712:{width:600,draw:e=>{e.lineWidth(35),e.rect(100,50,400,400),e.stroke(),e.rect(100,250,400/2,400/2),e.fill()}},9713:{width:600,draw:e=>{e.lineWidth(35),e.rect(100,50,400,400),e.stroke(),e.rect(100,50,400/2,400/2),e.fill()}},9714:{width:600,draw:e=>{e.lineWidth(35),e.rect(100,50,400,400),e.stroke(),e.rect(300,50,400/2,400/2),e.fill()}},9715:{width:600,draw:e=>{e.lineWidth(35),e.rect(100,50,400,400),e.stroke(),e.rect(300,250,400/2,400/2),e.fill()}},9716:{width:600,draw:e=>{e.lineWidth(35),e.circle(300,250,220),e.stroke(),e.M(300,250),e.L(300,470),e.C(179,470,80,371,80,250),e.L(300,250),e.Z(),e.fill()}},9717:{width:600,draw:e=>{e.lineWidth(35),e.circle(300,250,220),e.stroke(),e.M(300,250),e.L(80,250),e.C(80,129,179,30,300,30),e.L(300,250),e.Z(),e.fill()}},9718:{width:600,draw:e=>{e.lineWidth(35),e.circle(300,250,220),e.stroke(),e.M(300,250),e.L(300,30),e.C(421,30,520,129,520,250),e.L(300,250),e.Z(),e.fill()}},9719:{width:600,draw:e=>{e.lineWidth(35),e.circle(300,250,220),e.stroke(),e.M(300,250),e.L(520,250),e.C(520,371,421,470,300,470),e.L(300,250),e.Z(),e.fill()}},9720:{width:600,draw:e=>{e.lineWidth(35),e.M(100,450),e.L(500,450),e.L(100,50),e.Z(),e.stroke()}},9721:{width:600,draw:e=>{e.lineWidth(35),e.M(100,450),e.L(500,450),e.L(500,50),e.Z(),e.stroke()}},9722:{width:600,draw:e=>{e.lineWidth(35),e.M(100,450),e.L(100,50),e.L(500,50),e.Z(),e.stroke()}},9723:{width:600,draw:e=>{e.lineWidth(35),e.rect(130,80,340,340),e.stroke()}},9724:{width:600,draw:e=>{e.rect(130,80,340,340),e.fill()}},9725:{width:600,draw:e=>{e.lineWidth(30),e.rect(170,120,260,260),e.stroke()}},9726:{width:600,draw:e=>{e.rect(170,120,260,260),e.fill()}},9727:{width:600,draw:e=>{e.lineWidth(35),e.M(500,450),e.L(500,50),e.L(100,50),e.Z(),e.stroke()}}};function W(e,t,n,r){e.M(t,n),e.L(t,r),e.stroke()}function Pk(e,t,n,r){e.M(t-80,r),e.L(t,n),e.L(t+80,r),e.stroke()}function Fk(e,t,n,r){e.M(t-70,n),e.L(t+70,r),e.stroke(),e.M(t+70,n),e.L(t-70,r),e.stroke()}function Ik(e,t,n,r){e.M(t,r),e.L(n,r),e.stroke()}function Lk(e){return{width:600,draw:t=>{if(t.lineWidth(45),e<=3){let n=e,r=300-(n-1)*120/2;for(let e=0;e<n;e++)W(t,r+e*120,0,500)}else e===4?(W(t,200,0,500),Pk(t,380,0,500)):e===5?Pk(t,300,0,500):e===6?(Pk(t,200,0,500),W(t,400,0,500)):e===7?(Pk(t,160,0,500),W(t,340,0,500),W(t,460,0,500)):e===8?(t.lineWidth(40),Pk(t,140,0,500),W(t,300,0,500),W(t,400,0,500),W(t,500,0,500)):e===9?(W(t,200,0,500),Fk(t,400,0,500)):e===10?Fk(t,300,0,500):e===11?(Fk(t,220,0,500),W(t,430,0,500)):e===12?(Fk(t,180,0,500),W(t,370,0,500),W(t,480,0,500)):e===50?(W(t,200,0,500),Ik(t,200,450,0)):e===100?(Ik(t,180,450,500),W(t,180,0,500),Ik(t,180,450,0)):e===500?(W(t,180,0,500),t.M(180,500),t.C(480,500,480,0,180,0),t.stroke()):e===1e3&&(W(t,100,0,500),t.M(100,500),t.L(230,200),t.L(300,500),t.stroke(),t.M(300,500),t.L(370,200),t.L(500,500),t.stroke(),W(t,500,0,500))}}}function Rk(e){return{width:600,draw:t=>{if(t.lineWidth(40),e<=3){let n=e,r=300-(n-1)*100/2;for(let e=0;e<n;e++)W(t,r+e*100,0,350)}else e===4?(W(t,200,0,350),Pk(t,380,0,350)):e===5?Pk(t,300,0,350):e===6?(Pk(t,200,0,350),W(t,400,0,350)):e===7?(Pk(t,160,0,350),W(t,340,0,350),W(t,450,0,350)):e===8?(t.lineWidth(35),Pk(t,130,0,350),W(t,280,0,350),W(t,380,0,350),W(t,480,0,350)):e===9?(W(t,200,0,350),Fk(t,400,0,350)):e===10?Fk(t,300,0,350):e===11?(Fk(t,220,0,350),W(t,430,0,350)):e===12?(Fk(t,180,0,350),W(t,370,0,350),W(t,480,0,350)):e===50?(W(t,200,0,350),Ik(t,200,450,0)):e===100?(Ik(t,180,450,350),W(t,180,0,350),Ik(t,180,450,0)):e===500?(W(t,180,0,350),t.M(180,350),t.C(480,350,480,0,180,0),t.stroke()):e===1e3&&(W(t,100,0,350),t.M(100,350),t.L(230,140),t.L(300,350),t.stroke(),t.M(300,350),t.L(370,140),t.L(500,350),t.stroke(),W(t,500,0,350))}}}let zk=[[8549,6],[8550,7],[8551,8],[8552,9],[8553,10],[8554,11],[8555,12],[8556,50],[8557,100],[8558,500],[8559,1e3]],Bk=[[8560,1],[8561,2],[8562,3],[8563,4],[8564,5],[8565,6],[8566,7],[8567,8],[8568,9],[8569,10],[8570,11],[8571,12],[8572,50],[8573,100],[8574,500],[8575,1e3]],Vk={};for(let[e,t]of zk)Vk[e]=Lk(t);for(let[e,t]of Bk)Vk[e]=Rk(t);Vk[8576]={width:600,draw:e=>{e.lineWidth(45),e.circle(300,250,220),e.stroke(),e.M(300,470),e.L(300,30),e.stroke()}},Vk[8577]={width:600,draw:e=>{e.lineWidth(45),e.M(180,500),e.L(180,0),e.stroke(),e.M(180,500),e.C(520,500,520,0,180,0),e.stroke(),e.M(300,500),e.L(300,0),e.stroke()}},Vk[8578]={width:600,draw:e=>{e.lineWidth(40),e.circle(300,250,220),e.stroke(),e.circle(300,250,150),e.stroke()}},Vk[8579]={width:600,draw:e=>{e.lineWidth(45),e.M(150,450),e.C(450,450,450,50,150,50),e.stroke()}};let Hk={},Uk=[(e,t,n,r)=>{e.ellipse(t,n,r*.28,r*.42),e.stroke()},(e,t,n,r)=>{e.M(t,n+r*.42),e.L(t,n-r*.42),e.stroke()},(e,t,n,r)=>{e.M(t-r*.25,n+r*.25),e.C(t-r*.25,n+r*.45,t+r*.25,n+r*.45,t+r*.25,n+r*.15),e.L(t-r*.25,n-r*.42),e.L(t+r*.25,n-r*.42),e.stroke()},(e,t,n,r)=>{e.M(t-r*.22,n+r*.42),e.L(t+r*.22,n+r*.42),e.L(t+r*.22,n),e.L(t-r*.1,n),e.stroke(),e.M(t+r*.22,n),e.L(t+r*.22,n-r*.42),e.L(t-r*.22,n-r*.42),e.stroke()},(e,t,n,r)=>{e.M(t+r*.2,n+r*.42),e.L(t-r*.25,n-r*.05),e.L(t+r*.25,n-r*.05),e.stroke(),e.M(t+r*.2,n+r*.42),e.L(t+r*.2,n-r*.42),e.stroke()},(e,t,n,r)=>{e.M(t+r*.22,n+r*.42),e.L(t-r*.22,n+r*.42),e.L(t-r*.22,n+r*.05),e.L(t+r*.22,n+r*.05),e.C(t+r*.35,n+r*.05,t+r*.35,n-r*.42,t-r*.22,n-r*.42),e.stroke()},(e,t,n,r)=>{e.M(t+r*.2,n+r*.35),e.C(t-r*.1,n+r*.45,t-r*.3,n+r*.15,t-r*.25,n-r*.1),e.C(t-r*.2,n-r*.45,t+r*.25,n-r*.45,t+r*.25,n-r*.1),e.C(t+r*.25,n+r*.1,t-r*.25,n+r*.1,t-r*.25,n-r*.1),e.stroke()},(e,t,n,r)=>{e.M(t-r*.22,n+r*.42),e.L(t+r*.22,n+r*.42),e.L(t-r*.05,n-r*.42),e.stroke()},(e,t,n,r)=>{e.ellipse(t,n+r*.22,r*.2,r*.2),e.stroke(),e.ellipse(t,n-r*.22,r*.22,r*.22),e.stroke()},(e,t,n,r)=>{e.M(t-r*.2,n-r*.35),e.C(t+r*.1,n-r*.45,t+r*.3,n-r*.15,t+r*.25,n+r*.1),e.C(t+r*.2,n+r*.45,t-r*.25,n+r*.45,t-r*.25,n+r*.1),e.C(t-r*.25,n-r*.1,t+r*.25,n-r*.1,t+r*.25,n+r*.1),e.stroke()}];function Wk(e,t,n,r,i){Uk[t](e,n,r,i)}let Gk=[(e,t,n,r)=>{e.M(t+r*.25,n-r*.3),e.C(t+r*.1,n-r*.45,t-r*.25,n-r*.35,t-r*.25,n-r*.1),e.C(t-r*.25,n+r*.1,t+r*.25,n+r*.1,t+r*.25,n-r*.1),e.L(t+r*.25,n-r*.35),e.stroke()},(e,t,n,r)=>{e.M(t-r*.2,n+r*.45),e.L(t-r*.2,n-r*.45),e.stroke(),e.M(t-r*.2,n-r*.05),e.C(t-r*.2,n-r*.45,t+r*.25,n-r*.45,t+r*.25,n-r*.15),e.C(t+r*.25,n+r*.1,t-r*.2,n+r*.1,t-r*.2,n-r*.05),e.stroke()},(e,t,n,r)=>{e.M(t+r*.2,n-r*.25),e.C(t+r*.05,n-r*.45,t-r*.25,n-r*.35,t-r*.25,n-r*.1),e.C(t-r*.25,n+r*.15,t+r*.05,n+r*.15,t+r*.2,n+r*.05),e.stroke()},(e,t,n,r)=>{e.M(t+r*.2,n+r*.45),e.L(t+r*.2,n-r*.45),e.stroke(),e.M(t+r*.2,n-r*.05),e.C(t+r*.2,n-r*.45,t-r*.25,n-r*.45,t-r*.25,n-r*.15),e.C(t-r*.25,n+r*.1,t+r*.2,n+r*.1,t+r*.2,n-r*.05),e.stroke()},(e,t,n,r)=>{e.M(t-r*.25,n-r*.08),e.L(t+r*.25,n-r*.08),e.C(t+r*.25,n+r*.15,t-r*.25,n+r*.15,t-r*.25,n-r*.08),e.C(t-r*.25,n-r*.4,t+r*.25,n-r*.4,t+r*.25,n-r*.25),e.stroke()},(e,t,n,r)=>{e.M(t+r*.1,n+r*.4),e.C(t+r*.1,n+r*.5,t-r*.1,n+r*.5,t-r*.1,n+r*.4),e.L(t-r*.1,n-r*.4),e.stroke(),e.M(t-r*.2,n+r*.15),e.L(t+r*.15,n+r*.15),e.stroke()},(e,t,n,r)=>{e.M(t+r*.22,n+r*.1),e.C(t+r*.22,n+r*.4,t-r*.22,n+r*.4,t-r*.22,n+r*.1),e.C(t-r*.22,n-r*.2,t+r*.22,n-r*.2,t+r*.22,n+r*.1),e.L(t+r*.22,n-r*.3),e.C(t+r*.22,n-r*.5,t-r*.22,n-r*.5,t-r*.22,n-r*.35),e.stroke()},(e,t,n,r)=>{e.M(t-r*.2,n+r*.45),e.L(t-r*.2,n-r*.45),e.stroke(),e.M(t-r*.2,n+r*.05),e.C(t-r*.2,n+r*.25,t+r*.2,n+r*.25,t+r*.2,n+r*.05),e.L(t+r*.2,n-r*.45),e.stroke()},(e,t,n,r)=>{e.M(t,n+r*.15),e.L(t,n-r*.35),e.stroke(),e.circle(t,n+r*.3,r*.06),e.fill()},(e,t,n,r)=>{e.M(t+r*.05,n+r*.15),e.L(t+r*.05,n-r*.35),e.C(t+r*.05,n-r*.5,t-r*.15,n-r*.5,t-r*.15,n-r*.35),e.stroke(),e.circle(t+r*.05,n+r*.3,r*.06),e.fill()},(e,t,n,r)=>{e.M(t-r*.2,n+r*.45),e.L(t-r*.2,n-r*.45),e.stroke(),e.M(t+r*.2,n+r*.15),e.L(t-r*.2,n-r*.1),e.L(t+r*.2,n-r*.35),e.stroke()},(e,t,n,r)=>{e.M(t,n+r*.45),e.L(t,n-r*.45),e.stroke()},(e,t,n,r)=>{e.M(t-r*.3,n-r*.35),e.L(t-r*.3,n+r*.15),e.C(t-r*.3,n+r*.25,t-r*.05,n+r*.25,t-r*.05,n+r*.15),e.L(t-r*.05,n-r*.35),e.stroke(),e.M(t-r*.05,n+r*.15),e.C(t-r*.05,n+r*.25,t+r*.2,n+r*.25,t+r*.2,n+r*.15),e.L(t+r*.2,n-r*.35),e.stroke()},(e,t,n,r)=>{e.M(t-r*.2,n-r*.35),e.L(t-r*.2,n+r*.15),e.C(t-r*.2,n+r*.25,t+r*.2,n+r*.25,t+r*.2,n+r*.15),e.L(t+r*.2,n-r*.35),e.stroke()},(e,t,n,r)=>{e.ellipse(t,n-r*.1,r*.22,r*.28),e.stroke()},(e,t,n,r)=>{e.M(t-r*.2,n-r*.45),e.L(t-r*.2,n+r*.15),e.stroke(),e.M(t-r*.2,n+r*.05),e.C(t-r*.2,n+r*.35,t+r*.25,n+r*.35,t+r*.25,n+r*.05),e.C(t+r*.25,n-r*.2,t-r*.2,n-r*.2,t-r*.2,n+r*.05),e.stroke()},(e,t,n,r)=>{e.M(t+r*.2,n-r*.45),e.L(t+r*.2,n+r*.15),e.stroke(),e.M(t+r*.2,n+r*.05),e.C(t+r*.2,n+r*.35,t-r*.25,n+r*.35,t-r*.25,n+r*.05),e.C(t-r*.25,n-r*.2,t+r*.2,n-r*.2,t+r*.2,n+r*.05),e.stroke()},(e,t,n,r)=>{e.M(t-r*.15,n-r*.35),e.L(t-r*.15,n+r*.15),e.stroke(),e.M(t-r*.15,n+r*.05),e.C(t-r*.15,n+r*.25,t+r*.15,n+r*.25,t+r*.2,n+r*.1),e.stroke()},(e,t,n,r)=>{e.M(t+r*.18,n+r*.08),e.C(t+r*.18,n+r*.22,t-r*.18,n+r*.22,t-r*.18,n+r*.05),e.C(t-r*.18,n-r*.1,t+r*.18,n-r*.1,t+r*.18,n-r*.22),e.C(t+r*.18,n-r*.38,t-r*.18,n-r*.38,t-r*.18,n-r*.25),e.stroke()},(e,t,n,r)=>{e.M(t,n+r*.35),e.L(t,n-r*.35),e.C(t,n-r*.5,t+r*.15,n-r*.5,t+r*.15,n-r*.4),e.stroke(),e.M(t-r*.15,n+r*.15),e.L(t+r*.15,n+r*.15),e.stroke()},(e,t,n,r)=>{e.M(t-r*.2,n+r*.15),e.L(t-r*.2,n-r*.15),e.C(t-r*.2,n-r*.4,t+r*.2,n-r*.4,t+r*.2,n-r*.15),e.L(t+r*.2,n+r*.15),e.L(t+r*.2,n-r*.35),e.stroke()},(e,t,n,r)=>{e.M(t-r*.22,n+r*.15),e.L(t,n-r*.35),e.L(t+r*.22,n+r*.15),e.stroke()},(e,t,n,r)=>{e.M(t-r*.3,n+r*.15),e.L(t-r*.15,n-r*.35),e.L(t,n),e.L(t+r*.15,n-r*.35),e.L(t+r*.3,n+r*.15),e.stroke()},(e,t,n,r)=>{e.M(t-r*.2,n+r*.15),e.L(t+r*.2,n-r*.35),e.stroke(),e.M(t+r*.2,n+r*.15),e.L(t-r*.2,n-r*.35),e.stroke()},(e,t,n,r)=>{e.M(t-r*.2,n+r*.15),e.L(t,n-r*.1),e.L(t+r*.2,n+r*.15),e.stroke(),e.M(t,n-r*.1),e.L(t-r*.1,n-r*.45),e.stroke()},(e,t,n,r)=>{e.M(t-r*.2,n+r*.15),e.L(t+r*.2,n+r*.15),e.L(t-r*.2,n-r*.35),e.L(t+r*.2,n-r*.35),e.stroke()}];function Kk(e,t,n,r,i){Gk[t](e,n,r,i)}function qk(e){e.M(160,480),e.C(100,480,60,380,60,250),e.C(60,120,100,20,160,20),e.stroke(),e.M(440,20),e.C(500,20,540,120,540,250),e.C(540,380,500,480,440,480),e.stroke()}for(let e=0;e<20;e++){let t=e+1;Hk[9332+e]={width:600,draw:e=>{if(e.lineWidth(25),qk(e),e.lineWidth(24),t<=9)Wk(e,t,300,250,200);else{let n=Math.floor(t/10),r=t%10;Wk(e,n,240,250,150),Wk(e,r,380,250,150)}}}}for(let e=0;e<20;e++){let t=e+1;Hk[9352+e]={width:600,draw:e=>{if(e.lineWidth(26),t<=9)Wk(e,t,260,250,210);else{let n=Math.floor(t/10),r=t%10;Wk(e,n,200,250,160),Wk(e,r,340,250,160)}e.circle(t<=9?400:460,80,28),e.fill()}}}for(let e=0;e<26;e++)Hk[9372+e]={width:600,draw:t=>{t.lineWidth(25),qk(t),t.lineWidth(24),Kk(t,e,300,250,200)}};for(let e=0;e<=20;e++){let t=e+11;Hk[9451+e]={width:600,draw:n=>{if(n.lineWidth(55),n.circle(300,250,215),n.stroke(),n.lineWidth(24),e<=9){let e=Math.floor(t/10),r=t%10;Wk(n,e,230,250,150),Wk(n,r,370,250,150)}else if(e<=19){let t=e-9;t<=9?Wk(n,t,300,250,170):(Wk(n,1,230,250,140),Wk(n,0,370,250,140))}else Wk(n,0,300,250,170)}}}function Jk(e,t,n,r,i,a,o=35){return{width:600,draw:s=>{a||s.lineWidth(o);for(let a=0;a<e;a++){let o=(a*360/e-90)*(Math.PI/180),c=(a*360/e+180/e-90)*(Math.PI/180);a===0?s.M(t+r*Math.cos(o),n+r*Math.sin(o)):s.L(t+r*Math.cos(o),n+r*Math.sin(o)),s.L(t+i*Math.cos(c),n+i*Math.sin(c))}s.Z(),a?s.fill():s.stroke()}}}let Yk={8636:{width:600,draw:e=>{e.lineWidth(45),e.M(500,250),e.L(100,250),e.stroke(),e.M(100,250),e.L(250,380),e.L(250,250),e.Z(),e.fill()}},8637:{width:600,draw:e=>{e.lineWidth(45),e.M(500,250),e.L(100,250),e.stroke(),e.M(100,250),e.L(250,120),e.L(250,250),e.Z(),e.fill()}},8638:{width:600,draw:e=>{e.lineWidth(45),e.M(300,50),e.L(300,450),e.stroke(),e.M(300,450),e.L(430,300),e.L(300,300),e.Z(),e.fill()}},8639:{width:600,draw:e=>{e.lineWidth(45),e.M(300,50),e.L(300,450),e.stroke(),e.M(300,450),e.L(170,300),e.L(300,300),e.Z(),e.fill()}},8640:{width:600,draw:e=>{e.lineWidth(45),e.M(100,250),e.L(500,250),e.stroke(),e.M(500,250),e.L(350,380),e.L(350,250),e.Z(),e.fill()}},8641:{width:600,draw:e=>{e.lineWidth(45),e.M(100,250),e.L(500,250),e.stroke(),e.M(500,250),e.L(350,120),e.L(350,250),e.Z(),e.fill()}},8642:{width:600,draw:e=>{e.lineWidth(45),e.M(300,450),e.L(300,50),e.stroke(),e.M(300,50),e.L(430,200),e.L(300,200),e.Z(),e.fill()}},8643:{width:600,draw:e=>{e.lineWidth(45),e.M(300,450),e.L(300,50),e.stroke(),e.M(300,50),e.L(170,200),e.L(300,200),e.Z(),e.fill()}},8644:{width:600,draw:e=>{e.lineWidth(35),e.M(100,330),e.L(500,330),e.stroke(),e.M(500,330),e.L(380,400),e.L(380,260),e.Z(),e.fill(),e.M(500,170),e.L(100,170),e.stroke(),e.M(100,170),e.L(220,240),e.L(220,100),e.Z(),e.fill()}},8645:{width:600,draw:e=>{e.lineWidth(35),e.M(200,80),e.L(200,420),e.stroke(),e.M(200,420),e.L(130,310),e.L(270,310),e.Z(),e.fill(),e.M(400,420),e.L(400,80),e.stroke(),e.M(400,80),e.L(330,190),e.L(470,190),e.Z(),e.fill()}},8646:{width:600,draw:e=>{e.lineWidth(35),e.M(500,330),e.L(100,330),e.stroke(),e.M(100,330),e.L(220,400),e.L(220,260),e.Z(),e.fill(),e.M(100,170),e.L(500,170),e.stroke(),e.M(500,170),e.L(380,240),e.L(380,100),e.Z(),e.fill()}},8647:{width:600,draw:e=>{e.lineWidth(35),e.M(500,330),e.L(130,330),e.stroke(),e.M(130,330),e.L(250,400),e.L(250,260),e.Z(),e.fill(),e.M(500,170),e.L(130,170),e.stroke(),e.M(130,170),e.L(250,240),e.L(250,100),e.Z(),e.fill()}},8648:{width:600,draw:e=>{e.lineWidth(35),e.M(200,80),e.L(200,420),e.stroke(),e.M(200,420),e.L(130,310),e.L(270,310),e.Z(),e.fill(),e.M(400,80),e.L(400,420),e.stroke(),e.M(400,420),e.L(330,310),e.L(470,310),e.Z(),e.fill()}},8649:{width:600,draw:e=>{e.lineWidth(35),e.M(100,330),e.L(470,330),e.stroke(),e.M(470,330),e.L(350,400),e.L(350,260),e.Z(),e.fill(),e.M(100,170),e.L(470,170),e.stroke(),e.M(470,170),e.L(350,240),e.L(350,100),e.Z(),e.fill()}},8650:{width:600,draw:e=>{e.lineWidth(35),e.M(200,420),e.L(200,80),e.stroke(),e.M(200,80),e.L(130,190),e.L(270,190),e.Z(),e.fill(),e.M(400,420),e.L(400,80),e.stroke(),e.M(400,80),e.L(330,190),e.L(470,190),e.Z(),e.fill()}},8651:{width:600,draw:e=>{e.lineWidth(35),e.M(500,330),e.L(100,330),e.stroke(),e.M(100,330),e.L(220,410),e.L(220,330),e.Z(),e.fill(),e.M(100,170),e.L(500,170),e.stroke(),e.M(500,170),e.L(380,90),e.L(380,170),e.Z(),e.fill()}},8652:{width:600,draw:e=>{e.lineWidth(35),e.M(100,330),e.L(500,330),e.stroke(),e.M(500,330),e.L(380,410),e.L(380,330),e.Z(),e.fill(),e.M(500,170),e.L(100,170),e.stroke(),e.M(100,170),e.L(220,90),e.L(220,170),e.Z(),e.fill()}},8653:{width:600,draw:e=>{e.M(100,250),e.L(280,420),e.L(280,300),e.L(500,300),e.L(500,200),e.L(280,200),e.L(280,80),e.Z(),e.fill(),e.lineWidth(50),e.M(350,120),e.L(250,380),e.stroke()}},8654:{width:600,draw:e=>{e.M(80,250),e.L(220,400),e.L(220,300),e.L(380,300),e.L(380,400),e.L(520,250),e.L(380,100),e.L(380,200),e.L(220,200),e.L(220,100),e.Z(),e.fill(),e.lineWidth(50),e.M(350,120),e.L(250,380),e.stroke()}},8655:{width:600,draw:e=>{e.M(500,250),e.L(320,420),e.L(320,300),e.L(100,300),e.L(100,200),e.L(320,200),e.L(320,80),e.Z(),e.fill(),e.lineWidth(50),e.M(250,120),e.L(350,380),e.stroke()}},8661:{width:600,draw:e=>{e.M(300,480),e.L(460,340),e.L(360,340),e.L(360,160),e.L(460,160),e.L(300,20),e.L(140,160),e.L(240,160),e.L(240,340),e.L(140,340),e.Z(),e.fill()}},8662:{width:600,draw:e=>{e.M(100,460),e.L(100,260),e.L(200,310),e.L(380,130),e.L(430,180),e.L(250,360),e.L(300,460),e.Z(),e.fill()}},8663:{width:600,draw:e=>{e.M(500,460),e.L(300,460),e.L(350,360),e.L(170,180),e.L(220,130),e.L(400,310),e.L(500,260),e.Z(),e.fill()}},8664:{width:600,draw:e=>{e.M(500,40),e.L(500,240),e.L(400,190),e.L(220,370),e.L(170,320),e.L(350,140),e.L(300,40),e.Z(),e.fill()}},8665:{width:600,draw:e=>{e.M(100,40),e.L(300,40),e.L(250,140),e.L(430,320),e.L(380,370),e.L(200,190),e.L(100,240),e.Z(),e.fill()}},8666:{width:600,draw:e=>{e.lineWidth(30),e.M(500,310),e.L(200,310),e.stroke(),e.M(500,250),e.L(200,250),e.stroke(),e.M(500,190),e.L(200,190),e.stroke(),e.M(100,250),e.L(250,400),e.L(250,100),e.Z(),e.fill()}},8667:{width:600,draw:e=>{e.lineWidth(30),e.M(100,310),e.L(400,310),e.stroke(),e.M(100,250),e.L(400,250),e.stroke(),e.M(100,190),e.L(400,190),e.stroke(),e.M(500,250),e.L(350,400),e.L(350,100),e.Z(),e.fill()}},8668:{width:600,draw:e=>{e.lineWidth(40),e.M(500,250),e.C(440,330,380,170,300,250),e.C(220,330,180,170,130,250),e.stroke(),e.M(130,250),e.L(230,350),e.L(230,150),e.Z(),e.fill()}},8669:{width:600,draw:e=>{e.lineWidth(40),e.M(100,250),e.C(160,330,220,170,300,250),e.C(380,330,420,170,470,250),e.stroke(),e.M(470,250),e.L(370,350),e.L(370,150),e.Z(),e.fill()}},8670:{width:600,draw:e=>{e.lineWidth(45),e.M(300,50),e.L(300,450),e.stroke(),e.M(300,450),e.L(180,320),e.L(420,320),e.Z(),e.fill(),e.lineWidth(40),e.M(200,200),e.L(400,200),e.stroke(),e.M(200,130),e.L(400,130),e.stroke()}},8671:{width:600,draw:e=>{e.lineWidth(45),e.M(300,450),e.L(300,50),e.stroke(),e.M(300,50),e.L(180,180),e.L(420,180),e.Z(),e.fill(),e.lineWidth(40),e.M(200,300),e.L(400,300),e.stroke(),e.M(200,370),e.L(400,370),e.stroke()}},8672:{width:600,draw:e=>{e.lineWidth(45),e.M(500,250),e.L(430,250),e.stroke(),e.M(370,250),e.L(300,250),e.stroke(),e.M(240,250),e.L(170,250),e.stroke(),e.M(100,250),e.L(230,370),e.L(230,130),e.Z(),e.fill()}},8673:{width:600,draw:e=>{e.lineWidth(45),e.M(300,50),e.L(300,120),e.stroke(),e.M(300,180),e.L(300,250),e.stroke(),e.M(300,310),e.L(300,380),e.stroke(),e.M(300,450),e.L(180,320),e.L(420,320),e.Z(),e.fill()}},8674:{width:600,draw:e=>{e.lineWidth(45),e.M(100,250),e.L(170,250),e.stroke(),e.M(230,250),e.L(300,250),e.stroke(),e.M(360,250),e.L(430,250),e.stroke(),e.M(500,250),e.L(370,370),e.L(370,130),e.Z(),e.fill()}},8675:{width:600,draw:e=>{e.lineWidth(45),e.M(300,450),e.L(300,380),e.stroke(),e.M(300,320),e.L(300,250),e.stroke(),e.M(300,190),e.L(300,120),e.stroke(),e.M(300,50),e.L(180,180),e.L(420,180),e.Z(),e.fill()}},8676:{width:600,draw:e=>{e.lineWidth(45),e.M(500,250),e.L(150,250),e.stroke(),e.M(150,250),e.L(280,370),e.L(280,130),e.Z(),e.fill(),e.M(100,100),e.L(100,400),e.stroke()}},8677:{width:600,draw:e=>{e.lineWidth(45),e.M(100,250),e.L(450,250),e.stroke(),e.M(450,250),e.L(320,370),e.L(320,130),e.Z(),e.fill(),e.M(500,100),e.L(500,400),e.stroke()}},8678:{width:600,draw:e=>{e.lineWidth(40),e.M(80,250),e.L(250,430),e.L(250,320),e.L(520,320),e.L(520,180),e.L(250,180),e.L(250,70),e.Z(),e.stroke()}},8679:{width:600,draw:e=>{e.lineWidth(40),e.M(300,470),e.L(500,270),e.L(390,270),e.L(390,30),e.L(210,30),e.L(210,270),e.L(100,270),e.Z(),e.stroke()}},8680:{width:600,draw:e=>{e.lineWidth(40),e.M(520,250),e.L(350,430),e.L(350,320),e.L(80,320),e.L(80,180),e.L(350,180),e.L(350,70),e.Z(),e.stroke()}},8681:{width:600,draw:e=>{e.lineWidth(40),e.M(300,30),e.L(100,230),e.L(210,230),e.L(210,470),e.L(390,470),e.L(390,230),e.L(500,230),e.Z(),e.stroke()}},8682:{width:600,draw:e=>{e.lineWidth(40),e.M(300,470),e.L(490,280),e.L(380,280),e.L(380,100),e.L(220,100),e.L(220,280),e.L(110,280),e.Z(),e.stroke(),e.M(130,40),e.L(470,40),e.stroke()}},8693:{width:600,draw:e=>{e.lineWidth(35),e.M(200,420),e.L(200,80),e.stroke(),e.M(200,80),e.L(130,190),e.L(270,190),e.Z(),e.fill(),e.M(400,80),e.L(400,420),e.stroke(),e.M(400,420),e.L(330,310),e.L(470,310),e.Z(),e.fill()}}},Xk={10024:{width:600,draw:e=>{e.M(300,420),e.L(270,300),e.L(180,280),e.L(270,260),e.L(300,140),e.L(330,260),e.L(420,280),e.L(330,300),e.Z(),e.fill(),e.M(440,460),e.L(430,420),e.L(400,410),e.L(430,400),e.L(440,360),e.L(450,400),e.L(480,410),e.L(450,420),e.Z(),e.fill(),e.M(160,170),e.L(150,130),e.L(120,120),e.L(150,110),e.L(160,70),e.L(170,110),e.L(200,120),e.L(170,130),e.Z(),e.fill()}},10025:Jk(5,300,260,220,90,!1,40),10026:{width:600,draw:e=>{e.lineWidth(35),e.circle(300,260,230),e.stroke();for(let t=0;t<5;t++){let n=(t*72-90)*Math.PI/180,r=(t*72+36-90)*Math.PI/180;t===0?e.M(300+180*Math.cos(n),260+180*Math.sin(n)):e.L(300+180*Math.cos(n),260+180*Math.sin(n)),e.L(300+70*Math.cos(r),260+70*Math.sin(r))}e.Z(),e.stroke()}},10027:Jk(5,300,260,230,110,!0),10028:{width:600,draw:e=>{e.lineWidth(40);for(let t=0;t<5;t++){let n=(t*72-90)*Math.PI/180,r=(t*72+36-90)*Math.PI/180;t===0?e.M(300+220*Math.cos(n),260+220*Math.sin(n)):e.L(300+220*Math.cos(n),260+220*Math.sin(n)),e.L(300+90*Math.cos(r),260+90*Math.sin(r))}e.Z(),e.stroke(),e.circle(300,260,60),e.fill()}},10029:Jk(5,300,260,230,100,!0),10030:Jk(5,300,260,240,105,!0),10031:Jk(5,300,260,220,80,!1,30),10033:{width:600,draw:e=>{e.lineWidth(60);for(let t=0;t<360;t+=60){let n=t*Math.PI/180;e.M(300,250),e.L(300+200*Math.cos(n),250+200*Math.sin(n))}e.stroke()}},10034:{width:600,draw:e=>{e.lineWidth(40);for(let t=0;t<360;t+=60){let n=t*Math.PI/180;e.M(300+60*Math.cos(n),250+60*Math.sin(n)),e.L(300+200*Math.cos(n),250+200*Math.sin(n))}e.stroke()}},10035:{width:600,draw:e=>{e.lineWidth(45);for(let t=0;t<360;t+=45){let n=t*Math.PI/180;e.M(300,250),e.L(300+190*Math.cos(n),250+190*Math.sin(n))}e.stroke()}},10036:Jk(8,300,260,220,100,!0),10037:Jk(8,300,260,220,80,!1,30),10038:Jk(6,300,260,220,110,!0),10039:Jk(8,300,260,220,90,!0),10040:Jk(8,300,260,230,80,!0),10041:Jk(12,300,260,220,130,!0),10042:Jk(16,300,260,220,140,!0),10043:Jk(6,300,260,220,80,!0),10044:Jk(6,300,260,220,80,!1,35),10045:Jk(6,300,260,230,70,!0),10046:Jk(6,300,260,210,120,!1,40),10047:Jk(6,300,260,210,120,!0),10048:Jk(6,300,260,210,120,!1,35),10049:Jk(8,300,260,210,130,!1,40),10050:{width:600,draw:e=>{e.lineWidth(30),e.circle(300,260,230),e.stroke();for(let t=0;t<8;t++){let n=(t*45-90)*Math.PI/180,r=(t*45+22.5-90)*Math.PI/180;t===0?e.M(300+190*Math.cos(n),260+190*Math.sin(n)):e.L(300+190*Math.cos(n),260+190*Math.sin(n)),e.L(300+100*Math.cos(r),260+100*Math.sin(r))}e.Z(),e.stroke()}},10051:Jk(8,300,260,220,70,!0),10052:{width:600,draw:e=>{e.lineWidth(35);for(let t=0;t<360;t+=60){let n=t*Math.PI/180;e.M(300,250),e.L(300+200*Math.cos(n),250+200*Math.sin(n))}e.stroke(),e.lineWidth(25);for(let t=0;t<360;t+=60){let n=t*Math.PI/180,r=300+130*Math.cos(n),i=250+130*Math.sin(n),a=n+Math.PI/2;e.M(r+40*Math.cos(a),i+40*Math.sin(a)),e.L(r-40*Math.cos(a),i-40*Math.sin(a))}e.stroke()}},10053:{width:600,draw:e=>{e.lineWidth(40);for(let t=0;t<360;t+=60){let n=t*Math.PI/180;e.M(300,250),e.L(300+190*Math.cos(n),250+190*Math.sin(n))}e.stroke()}},10054:{width:600,draw:e=>{e.lineWidth(45);for(let t=0;t<360;t+=60){let n=t*Math.PI/180;e.M(300,250),e.L(300+200*Math.cos(n),250+200*Math.sin(n))}e.stroke()}},10055:{width:600,draw:e=>{e.M(300,480),e.L(260,290),e.L(100,250),e.L(260,210),e.L(300,20),e.L(340,210),e.L(500,250),e.L(340,290),e.Z(),e.fill()}},10056:{width:600,draw:e=>{e.M(300,490),e.L(250,300),e.L(80,250),e.L(250,200),e.L(300,10),e.L(350,200),e.L(520,250),e.L(350,300),e.Z(),e.fill()}},10057:{width:600,draw:e=>{e.lineWidth(55);for(let t=0;t<360;t+=45){let n=t*Math.PI/180;e.M(300,250),e.L(300+180*Math.cos(n),250+180*Math.sin(n))}e.stroke()}},10058:Jk(8,300,260,220,60,!0),10059:Jk(8,300,260,230,50,!0),10060:{width:600,draw:e=>{e.lineWidth(80),e.M(120,70),e.L(480,430),e.stroke(),e.M(120,430),e.L(480,70),e.stroke()}},10061:{width:600,draw:e=>{e.lineWidth(50),e.circle(300,260,190),e.stroke(),e.lineWidth(25),e.M(420,100),e.C(500,140,530,240,490,340),e.stroke()}},10062:{width:600,draw:e=>{e.rect(80,30,440,440),e.fill()}},10067:{width:600,draw:e=>{e.lineWidth(65),e.M(200,400),e.C(200,500,400,500,400,400),e.C(400,320,300,300,300,220),e.stroke(),e.circle(300,100,40),e.fill()}},10068:{width:600,draw:e=>{e.lineWidth(50),e.M(200,400),e.C(200,500,400,500,400,400),e.C(400,320,300,300,300,220),e.stroke(),e.lineWidth(40),e.circle(300,100,35),e.stroke()}},10069:{width:600,draw:e=>{e.lineWidth(50),e.M(300,480),e.L(300,180),e.stroke(),e.lineWidth(40),e.circle(300,80,35),e.stroke()}},10071:{width:600,draw:e=>{e.lineWidth(75),e.M(300,480),e.L(300,180),e.stroke(),e.circle(300,70,45),e.fill()}},10082:{width:600,draw:e=>{e.lineWidth(55),e.M(300,480),e.L(300,200),e.stroke(),e.circle(300,100,35),e.fill(),e.circle(300,500,20),e.fill()}},10083:{width:600,draw:e=>{e.M(300,320),e.C(300,320,180,400,180,450),e.C(180,490,240,510,300,510),e.C(360,510,420,490,420,450),e.C(420,400,300,320,300,320),e.Z(),e.fill(),e.lineWidth(55),e.M(300,300),e.L(300,130),e.stroke(),e.circle(300,50,35),e.fill()}},10085:{width:600,draw:e=>{e.M(250,80),e.C(250,80,80,200,80,310),e.C(80,400,160,440,250,440),e.C(340,440,400,400,400,310),e.C(400,200,250,80,250,80),e.Z(),e.fill()}},10086:{width:600,draw:e=>{e.lineWidth(35),e.M(300,80),e.C(300,80,100,220,100,340),e.C(100,440,190,490,300,490),e.C(410,490,500,440,500,340),e.C(500,220,300,80,300,80),e.Z(),e.stroke(),e.M(300,150),e.C(250,200,200,300,300,400),e.C(400,300,350,200,300,150),e.stroke()}},10087:{width:600,draw:e=>{e.lineWidth(35),e.M(250,80),e.C(250,80,80,200,80,310),e.C(80,400,160,440,250,440),e.C(340,440,400,400,400,310),e.C(400,200,250,80,250,80),e.Z(),e.stroke()}},10133:{width:600,draw:e=>{e.rect(220,50,160,400),e.fill(),e.rect(100,170,400,160),e.fill()}},10134:{width:600,draw:e=>{e.rect(100,180,400,140),e.fill()}},10135:{width:600,draw:e=>{e.rect(100,200,400,100),e.fill(),e.circle(300,400,50),e.fill(),e.circle(300,100,50),e.fill()}},10136:{width:600,draw:e=>{e.M(480,50),e.L(480,250),e.L(320,200),e.L(140,430),e.L(100,400),e.L(280,170),e.L(230,50),e.Z(),e.fill()}},10137:{width:600,draw:e=>{e.M(520,250),e.L(340,430),e.L(340,310),e.L(80,310),e.L(80,190),e.L(340,190),e.L(340,70),e.Z(),e.fill()}},10138:{width:600,draw:e=>{e.M(480,450),e.L(230,450),e.L(280,330),e.L(100,100),e.L(140,70),e.L(320,300),e.L(480,250),e.Z(),e.fill()}},10139:{width:600,draw:e=>{e.M(520,250),e.L(350,400),e.L(350,280),e.L(80,250),e.L(350,220),e.L(350,100),e.Z(),e.fill()}},10141:{width:600,draw:e=>{e.lineWidth(40),e.M(80,250),e.L(400,250),e.stroke(),e.M(520,250),e.L(370,380),e.L(370,120),e.Z(),e.fill()}},10142:{width:600,draw:e=>{e.lineWidth(50),e.M(80,250),e.L(380,250),e.stroke(),e.M(530,250),e.L(350,420),e.L(350,80),e.Z(),e.fill()}},10143:{width:600,draw:e=>{e.lineWidth(40),e.M(80,250),e.L(160,250),e.stroke(),e.M(210,250),e.L(290,250),e.stroke(),e.M(340,250),e.L(400,250),e.stroke(),e.M(520,250),e.L(370,380),e.L(370,120),e.Z(),e.fill()}},10144:{width:600,draw:e=>{e.lineWidth(55),e.M(80,250),e.L(170,250),e.stroke(),e.M(230,250),e.L(350,250),e.stroke(),e.M(530,250),e.L(350,420),e.L(350,80),e.Z(),e.fill()}},10146:{width:600,draw:e=>{e.M(520,250),e.L(200,430),e.L(280,250),e.L(200,70),e.Z(),e.fill()}},10147:{width:600,draw:e=>{e.lineWidth(40),e.M(520,250),e.L(200,430),e.L(280,250),e.L(200,70),e.Z(),e.stroke()}},10148:{width:600,draw:e=>{e.M(520,250),e.L(100,450),e.L(100,50),e.Z(),e.fill()}},10149:{width:600,draw:e=>{e.M(500,200),e.L(380,320),e.L(380,240),e.C(300,240,200,280,150,380),e.L(100,380),e.C(140,220,260,150,380,150),e.L(380,80),e.Z(),e.fill()}},10150:{width:600,draw:e=>{e.M(500,300),e.L(380,420),e.L(380,350),e.C(260,350,140,280,100,120),e.L(150,120),e.C(200,220,300,260,380,260),e.L(380,180),e.Z(),e.fill()}},10151:{width:600,draw:e=>{e.M(500,250),e.L(350,380),e.L(350,310),e.L(100,310),e.L(100,190),e.L(350,190),e.L(350,120),e.Z(),e.fill()}},10152:{width:600,draw:e=>{e.M(520,250),e.L(320,440),e.L(320,310),e.L(80,310),e.C(150,250,150,250,80,190),e.L(320,190),e.L(320,60),e.Z(),e.fill()}},10153:{width:600,draw:e=>{e.lineWidth(35),e.M(520,250),e.L(340,430),e.L(340,310),e.L(80,310),e.L(80,190),e.L(340,190),e.L(340,70),e.Z(),e.stroke()}},10154:{width:600,draw:e=>{e.lineWidth(35),e.M(520,250),e.L(340,430),e.L(340,310),e.L(80,310),e.L(80,190),e.L(340,190),e.L(340,70),e.Z(),e.fillStroke()}},10155:{width:600,draw:e=>{e.M(520,250),e.L(340,440),e.L(340,310),e.L(100,310),e.L(100,190),e.L(340,190),e.L(340,60),e.Z(),e.fill()}},10156:{width:600,draw:e=>{e.lineWidth(40),e.M(520,250),e.L(340,440),e.L(340,310),e.L(100,310),e.L(100,190),e.L(340,190),e.L(340,60),e.Z(),e.fillStroke()}},10157:{width:600,draw:e=>{e.lineWidth(45),e.M(510,250),e.L(340,420),e.L(340,310),e.L(90,310),e.L(90,190),e.L(340,190),e.L(340,80),e.Z(),e.stroke()}},10158:{width:600,draw:e=>{e.lineWidth(50),e.M(510,250),e.L(340,420),e.L(340,310),e.L(90,310),e.L(90,190),e.L(340,190),e.L(340,80),e.Z(),e.stroke()}},10159:{width:600,draw:e=>{e.M(520,250),e.L(350,430),e.L(350,310),e.L(100,310),e.L(140,250),e.L(100,190),e.L(350,190),e.L(350,70),e.Z(),e.fill()}},10161:{width:600,draw:e=>{e.lineWidth(40),e.M(520,250),e.L(350,430),e.L(350,310),e.L(100,310),e.L(140,250),e.L(100,190),e.L(350,190),e.L(350,70),e.Z(),e.stroke()}},10162:{width:600,draw:e=>{e.circle(300,250,230),e.fill()}},10163:{width:600,draw:e=>{e.lineWidth(30),e.M(80,250),e.L(450,250),e.stroke(),e.M(520,250),e.L(400,350),e.L(400,150),e.Z(),e.fill(),e.lineWidth(20),e.M(120,250),e.L(80,320),e.stroke(),e.M(120,250),e.L(80,180),e.stroke()}},10164:{width:600,draw:e=>{e.M(480,50),e.L(480,220),e.L(200,400),e.L(250,50),e.Z(),e.fill()}},10165:{width:600,draw:e=>{e.M(520,250),e.L(390,360),e.L(390,275),e.L(80,275),e.L(120,250),e.L(80,225),e.L(390,225),e.L(390,140),e.Z(),e.fill()}},10166:{width:600,draw:e=>{e.M(480,450),e.L(250,450),e.L(200,100),e.L(480,280),e.Z(),e.fill()}},10167:{width:600,draw:e=>{e.M(500,50),e.L(500,240),e.L(180,420),e.L(230,50),e.Z(),e.fill()}},10168:{width:600,draw:e=>{e.M(530,250),e.L(380,380),e.L(380,290),e.L(70,290),e.L(120,250),e.L(70,210),e.L(380,210),e.L(380,120),e.Z(),e.fill()}},10169:{width:600,draw:e=>{e.M(500,450),e.L(230,450),e.L(180,80),e.L(500,260),e.Z(),e.fill()}},10170:{width:600,draw:e=>{e.M(520,250),e.L(370,380),e.L(370,270),e.C(200,270,120,260,80,250),e.C(120,240,200,230,370,230),e.L(370,120),e.Z(),e.fill()}},10171:{width:600,draw:e=>{e.M(530,250),e.L(380,400),e.L(380,290),e.C(250,290,150,280,70,250),e.C(150,220,250,210,380,210),e.L(380,100),e.Z(),e.fill()}},10172:{width:600,draw:e=>{e.lineWidth(35),e.M(80,310),e.L(400,260),e.stroke(),e.M(80,190),e.L(400,240),e.stroke(),e.M(520,250),e.L(380,370),e.L(380,130),e.Z(),e.fill()}},10173:{width:600,draw:e=>{e.M(530,250),e.L(380,400),e.L(380,280),e.L(70,320),e.L(70,180),e.L(380,220),e.L(380,100),e.Z(),e.fill()}},10174:{width:600,draw:e=>{e.lineWidth(35),e.M(510,250),e.L(340,420),e.L(340,310),e.L(90,310),e.L(90,190),e.L(340,190),e.L(340,80),e.Z(),e.stroke()}}},Zk={9730:{width:600,draw:e=>{e.lineWidth(40),e.M(80,280),e.C(80,480,300,520,300,520),e.C(300,520,520,480,520,280),e.L(80,280),e.stroke(),e.M(300,280),e.L(300,80),e.C(300,30,260,20,240,50),e.stroke()}},9731:{width:600,draw:e=>{e.lineWidth(35),e.circle(300,100,80),e.stroke(),e.circle(300,260,110),e.stroke(),e.circle(300,430,70),e.stroke()}},9732:{width:600,draw:e=>{e.circle(420,380,70),e.fill(),e.lineWidth(30),e.M(370,420),e.C(250,470,100,480,80,460),e.stroke(),e.M(380,440),e.C(280,490,120,500,80,490),e.stroke()}},9748:{width:600,draw:e=>{e.lineWidth(35),e.M(80,300),e.C(80,480,300,500,300,500),e.C(300,500,520,480,520,300),e.L(80,300),e.stroke(),e.M(300,300),e.L(300,100),e.C(300,50,260,40,240,70),e.stroke(),e.lineWidth(25),e.M(150,200),e.L(130,160),e.stroke(),e.M(300,180),e.L(280,140),e.stroke(),e.M(450,200),e.L(430,160),e.stroke()}},9749:{width:600,draw:e=>{e.lineWidth(40),e.M(120,50),e.L(120,300),e.L(400,300),e.L(400,50),e.stroke(),e.M(400,250),e.C(480,250,500,180,480,120),e.C(460,80,400,80,400,100),e.stroke(),e.lineWidth(25),e.M(200,340),e.C(200,380,220,400,200,440),e.stroke(),e.M(300,340),e.C(300,380,320,400,300,440),e.stroke()}},9752:{width:600,draw:e=>{e.circle(300,370,80),e.fill(),e.circle(220,280,80),e.fill(),e.circle(380,280,80),e.fill(),e.lineWidth(30),e.M(300,290),e.C(300,200,280,100,260,50),e.stroke()}},9760:{width:600,draw:e=>{e.lineWidth(35),e.circle(300,350,120),e.stroke(),e.circle(260,370,25),e.fill(),e.circle(340,370,25),e.fill(),e.M(250,260),e.L(350,260),e.stroke(),e.lineWidth(30),e.M(130,100),e.L(470,200),e.stroke(),e.M(130,200),e.L(470,100),e.stroke()}},9762:{width:600,draw:e=>{e.circle(300,250,40),e.fill(),e.lineWidth(35);for(let t=0;t<3;t++){let n=(t*120-90)*Math.PI/180,r=300+70*Math.cos(n-.4),i=250+70*Math.sin(n-.4),a=300+200*Math.cos(n-.4),o=250+200*Math.sin(n-.4),s=300+200*Math.cos(n+.4),c=250+200*Math.sin(n+.4),l=300+70*Math.cos(n+.4),u=250+70*Math.sin(n+.4);e.M(r,i),e.L(a,o),e.L(s,c),e.L(l,u),e.Z(),e.fill()}}},9763:{width:600,draw:e=>{e.lineWidth(35);for(let t=0;t<3;t++){let n=(t*120-90)*Math.PI/180;e.circle(300+90*Math.cos(n),250+90*Math.sin(n),110),e.stroke()}e.circle(300,250,25),e.fill()}},9766:{width:600,draw:e=>{e.lineWidth(45),e.M(300,0),e.L(300,500),e.stroke(),e.M(180,400),e.L(420,400),e.stroke(),e.M(180,120),e.L(420,80),e.stroke(),e.M(220,460),e.L(380,460),e.stroke()}},9784:{width:600,draw:e=>{e.lineWidth(35),e.circle(300,250,200),e.stroke();for(let t=0;t<360;t+=45){let n=t*Math.PI/180;e.M(300,250),e.L(300+200*Math.cos(n),250+200*Math.sin(n))}e.stroke(),e.circle(300,250,40),e.fill()}},9788:{width:600,draw:e=>{e.lineWidth(35),e.circle(300,250,110),e.stroke();for(let t=0;t<360;t+=30){let n=t*Math.PI/180;e.M(300+130*Math.cos(n),250+130*Math.sin(n)),e.L(300+210*Math.cos(n),250+210*Math.sin(n))}e.stroke()}},9800:{width:600,draw:e=>{e.lineWidth(45),e.M(150,50),e.C(150,300,300,400,300,480),e.stroke(),e.M(450,50),e.C(450,300,300,400,300,480),e.stroke()}},9801:{width:600,draw:e=>{e.lineWidth(45),e.circle(300,200,150),e.stroke(),e.M(100,430),e.C(200,500,400,500,500,430),e.stroke()}},9802:{width:600,draw:e=>{e.lineWidth(45),e.M(120,450),e.C(200,500,400,500,480,450),e.stroke(),e.M(120,50),e.C(200,0,400,0,480,50),e.stroke(),e.M(220,450),e.L(220,50),e.stroke(),e.M(380,450),e.L(380,50),e.stroke()}},9803:{width:600,draw:e=>{e.lineWidth(45),e.M(480,380),e.C(300,500,120,380,120,300),e.stroke(),e.circle(200,350,60),e.fill(),e.M(120,120),e.C(300,0,480,120,480,200),e.stroke(),e.circle(400,150,60),e.fill()}},9804:{width:600,draw:e=>{e.lineWidth(45),e.circle(200,150,100),e.stroke(),e.M(300,150),e.C(400,150,480,250,480,350),e.C(480,450,420,480,380,430),e.stroke()}},9805:{width:600,draw:e=>{e.lineWidth(40),e.M(100,50),e.L(100,400),e.C(100,480,200,480,200,400),e.L(200,50),e.stroke(),e.M(200,400),e.C(200,480,300,480,300,400),e.L(300,50),e.stroke(),e.M(300,300),e.L(480,100),e.stroke()}},9806:{width:600,draw:e=>{e.lineWidth(45),e.M(100,50),e.L(500,50),e.stroke(),e.M(100,200),e.L(500,200),e.stroke(),e.M(300,200),e.C(150,200,100,350,200,420),e.stroke(),e.M(300,200),e.C(450,200,500,350,400,420),e.stroke()}},9807:{width:600,draw:e=>{e.lineWidth(40),e.M(100,50),e.L(100,400),e.C(100,480,200,480,200,400),e.L(200,50),e.stroke(),e.M(200,400),e.C(200,480,300,480,300,400),e.L(300,50),e.stroke(),e.M(300,50),e.L(400,50),e.L(350,100),e.stroke()}},9808:{width:600,draw:e=>{e.lineWidth(45),e.M(120,80),e.L(480,440),e.stroke(),e.M(480,440),e.L(350,440),e.stroke(),e.M(480,440),e.L(480,310),e.stroke(),e.M(200,260),e.L(380,160),e.stroke()}},9809:{width:600,draw:e=>{e.lineWidth(45),e.M(100,450),e.L(100,200),e.C(100,100,200,50,300,100),e.C(400,150,450,100,450,50),e.stroke(),e.M(450,50),e.C(500,100,500,200,420,250),e.stroke()}},9810:{width:600,draw:e=>{e.lineWidth(45),e.M(80,350),e.C(150,400,250,300,300,350),e.C(350,400,450,300,520,350),e.stroke(),e.M(80,200),e.C(150,250,250,150,300,200),e.C(350,250,450,150,520,200),e.stroke()}},9811:{width:600,draw:e=>{e.lineWidth(45),e.M(120,100),e.C(200,250,200,250,120,400),e.stroke(),e.M(480,100),e.C(400,250,400,250,480,400),e.stroke(),e.M(120,250),e.L(480,250),e.stroke()}},9825:{width:600,draw:e=>{e.lineWidth(35),e.M(300,80),e.C(300,80,80,200,80,340),e.C(80,440,180,490,300,490),e.C(420,490,520,440,520,340),e.C(520,200,300,80,300,80),e.Z(),e.stroke()}},9826:{width:600,draw:e=>{e.lineWidth(35),e.M(300,500),e.L(500,250),e.L(300,0),e.L(100,250),e.Z(),e.stroke()}},9828:{width:600,draw:e=>{e.lineWidth(35),e.M(300,500),e.C(300,500,80,350,80,200),e.C(80,100,200,50,300,180),e.C(400,50,520,100,520,200),e.C(520,350,300,500,300,500),e.Z(),e.stroke(),e.lineWidth(30),e.M(280,0),e.L(320,0),e.L(310,140),e.L(290,140),e.Z(),e.stroke()}},9831:{width:600,draw:e=>{e.lineWidth(35),e.circle(300,370,100),e.stroke(),e.circle(195,240,90),e.stroke(),e.circle(405,240,90),e.stroke(),e.lineWidth(30),e.M(280,0),e.L(320,0),e.L(310,180),e.L(290,180),e.Z(),e.stroke()}},9851:{width:600,draw:e=>{e.lineWidth(40);for(let t=0;t<3;t++){let n=(t*120+30)*Math.PI/180,r=(t*120+90)*Math.PI/180;e.M(300+180*Math.cos(n),240+180*Math.sin(n)),e.C(300+180*1.2*Math.cos((n+r)/2),240+180*1.2*Math.sin((n+r)/2),300+180*1.2*Math.cos((n+r)/2),240+180*1.2*Math.sin((n+r)/2),300+180*Math.cos(r),240+180*Math.sin(r))}e.stroke();for(let t=0;t<3;t++){let n=(t*120+90)*Math.PI/180,r=(t*120+120)*Math.PI/180,i=300+180*Math.cos(n),a=240+180*Math.sin(n);e.M(i,a),e.L(i+40*Math.cos(r+2.5),a+40*Math.sin(r+2.5)),e.L(i+40*Math.cos(r-2.5),a+40*Math.sin(r-2.5)),e.Z(),e.fill()}}},9854:{width:600,draw:e=>{e.lineWidth(35),e.M(300,250),e.C(300,350,420,380,450,300),e.C(480,220,420,150,380,180),e.C(340,210,300,250,300,250),e.C(300,250,260,290,220,320),e.C(180,350,120,280,150,200),e.C(180,120,300,150,300,250),e.stroke()}},9855:{width:600,draw:e=>{e.lineWidth(40),e.circle(280,420,40),e.fill(),e.M(280,380),e.L(280,220),e.L(380,220),e.stroke(),e.circle(300,160,100),e.stroke(),e.M(380,220),e.L(420,80),e.stroke()}},9874:{width:600,draw:e=>{e.lineWidth(40),e.M(150,80),e.L(400,380),e.stroke(),e.M(450,80),e.L(200,380),e.stroke(),e.M(350,350),e.L(450,420),e.stroke(),e.M(150,420),e.L(250,350),e.stroke()}},9875:{width:600,draw:e=>{e.lineWidth(45),e.circle(300,440,40),e.stroke(),e.M(300,400),e.L(300,80),e.stroke(),e.M(180,320),e.L(420,320),e.stroke(),e.M(300,80),e.C(150,80,100,150,130,200),e.stroke(),e.M(300,80),e.C(450,80,500,150,470,200),e.stroke()}},9876:{width:600,draw:e=>{e.lineWidth(40),e.M(100,50),e.L(500,450),e.stroke(),e.M(500,50),e.L(100,450),e.stroke(),e.lineWidth(30),e.M(140,130),e.L(200,70),e.stroke(),e.M(460,130),e.L(400,70),e.stroke()}},9877:{width:600,draw:e=>{e.lineWidth(40),e.M(300,20),e.L(300,480),e.stroke(),e.lineWidth(30),e.M(300,380),e.C(400,380,420,320,300,300),e.C(180,280,200,220,300,200),e.C(400,180,380,120,300,120),e.stroke()}},9878:{width:600,draw:e=>{e.lineWidth(35),e.M(100,350),e.L(500,350),e.stroke(),e.M(300,350),e.L(300,80),e.stroke(),e.M(200,80),e.L(400,80),e.stroke(),e.M(100,350),e.C(100,250,180,220,220,250),e.stroke(),e.M(500,350),e.C(500,250,420,220,380,250),e.stroke()}},9879:{width:600,draw:e=>{e.lineWidth(35),e.M(200,50),e.L(400,50),e.L(480,250),e.C(500,300,460,350,400,350),e.L(200,350),e.C(140,350,100,300,120,250),e.L(200,50),e.Z(),e.stroke(),e.M(250,350),e.L(250,450),e.stroke(),e.M(350,350),e.L(350,450),e.stroke()}},9881:{width:600,draw:e=>{e.lineWidth(30),e.circle(300,250,100),e.stroke();for(let t=0;t<8;t++){let n=t*360/8*(Math.PI/180),r=15*Math.PI/180;e.M(300+130*Math.cos(n-r),250+130*Math.sin(n-r)),e.L(300+200*Math.cos(n-r*.7),250+200*Math.sin(n-r*.7)),e.L(300+200*Math.cos(n+r*.7),250+200*Math.sin(n+r*.7)),e.L(300+130*Math.cos(n+r),250+130*Math.sin(n+r))}e.fill(),e.circle(300,250,130),e.stroke()}},9883:{width:600,draw:e=>{e.lineWidth(30),e.ellipse(300,250,220,80),e.stroke(),e.M(130,100),e.C(200,50,440,300,470,400),e.C(440,450,200,200,130,100),e.stroke(),e.M(470,100),e.C(400,50,160,300,130,400),e.C(160,450,400,200,470,100),e.stroke(),e.circle(300,250,25),e.fill()}},9884:{width:600,draw:e=>{e.lineWidth(30),e.M(300,480),e.C(280,400,260,300,300,200),e.C(340,300,320,400,300,480),e.stroke(),e.M(300,300),e.C(200,350,100,400,100,350),e.C(100,300,180,250,250,200),e.stroke(),e.M(300,300),e.C(400,350,500,400,500,350),e.C(500,300,420,250,350,200),e.stroke(),e.M(200,100),e.L(400,100),e.stroke(),e.M(300,200),e.L(300,100),e.stroke()}},9893:{width:600,draw:e=>{e.lineWidth(40),e.circle(280,270,120),e.stroke(),e.M(280,150),e.L(280,30),e.stroke(),e.M(220,90),e.L(340,90),e.stroke(),e.M(370,350),e.L(490,460),e.stroke(),e.M(420,460),e.L(490,460),e.L(490,390),e.stroke()}},9895:{width:600,draw:e=>{e.lineWidth(35),e.circle(300,220,110),e.stroke(),e.M(375,295),e.L(480,420),e.stroke(),e.M(420,420),e.L(480,420),e.L(480,360),e.stroke(),e.M(300,110),e.L(300,20),e.stroke(),e.M(250,60),e.L(350,60),e.stroke()}},9904:{width:600,draw:e=>{e.lineWidth(40),e.M(200,480),e.L(140,300),e.L(200,20),e.L(400,20),e.L(460,300),e.L(400,480),e.Z(),e.stroke()}},9917:{width:600,draw:e=>{e.lineWidth(35),e.circle(300,250,200),e.stroke();for(let t=0;t<5;t++){let n=(t*72-90)*Math.PI/180,r=((t+1)*72-90)*Math.PI/180;t===0&&e.M(300+80*Math.cos(n),250+80*Math.sin(n)),e.L(300+80*Math.cos(r),250+80*Math.sin(r))}e.Z(),e.fill()}},9918:{width:600,draw:e=>{e.lineWidth(35),e.circle(300,250,200),e.stroke(),e.lineWidth(25),e.M(150,400),e.C(200,300,200,200,150,100),e.stroke(),e.M(450,400),e.C(400,300,400,200,450,100),e.stroke()}},9924:{width:600,draw:e=>{e.circle(300,140,100),e.fill(),e.circle(300,350,70),e.fill()}},9925:{width:600,draw:e=>{e.lineWidth(30),e.M(420,420),e.C(480,420,520,380,520,320),e.stroke();for(let t=-30;t<=60;t+=30){let n=t*Math.PI/180;e.M(460+60*Math.cos(n),360+60*Math.sin(n)),e.L(460+100*Math.cos(n),360+100*Math.sin(n))}e.stroke(),e.lineWidth(35),e.M(100,220),e.C(100,370,180,400,260,380),e.C(280,430,380,430,400,380),e.C(460,380,480,300,440,220),e.L(100,220),e.fill(),e.M(100,220),e.C(100,370,180,400,260,380),e.C(280,430,380,430,400,380),e.C(460,380,480,300,440,220),e.L(100,220),e.stroke()}},9934:{width:600,draw:e=>{e.lineWidth(45),e.M(150,450),e.L(150,200),e.C(150,50,450,50,450,200),e.L(450,450),e.stroke(),e.M(100,250),e.L(500,250),e.stroke()}},9940:{width:600,draw:e=>{e.circle(300,250,220),e.fill()}},9962:{width:600,draw:e=>{e.lineWidth(35),e.rect(150,50,300,250),e.stroke(),e.M(130,300),e.L(300,420),e.L(470,300),e.Z(),e.stroke(),e.M(300,420),e.L(300,490),e.stroke(),e.M(270,460),e.L(330,460),e.stroke(),e.M(260,50),e.L(260,150),e.L(340,150),e.L(340,50),e.stroke()}},9970:{width:600,draw:e=>{e.lineWidth(35),e.M(100,50),e.L(500,50),e.stroke(),e.M(150,50),e.L(150,200),e.stroke(),e.M(450,50),e.L(450,200),e.stroke(),e.M(100,200),e.L(500,200),e.stroke(),e.M(300,200),e.L(300,380),e.stroke(),e.M(300,380),e.C(200,420,150,300,150,200),e.stroke(),e.M(300,380),e.C(400,420,450,300,450,200),e.stroke()}},9971:{width:600,draw:e=>{e.lineWidth(35),e.M(250,30),e.L(250,480),e.stroke(),e.M(250,480),e.L(450,420),e.L(250,360),e.Z(),e.fill(),e.M(120,30),e.C(200,60,300,60,380,30),e.stroke()}},9973:{width:600,draw:e=>{e.lineWidth(35),e.M(80,150),e.L(520,150),e.L(450,50),e.L(150,50),e.Z(),e.stroke(),e.M(300,150),e.L(300,470),e.stroke(),e.M(300,460),e.L(450,200),e.L(300,200),e.Z(),e.stroke()}},9978:{width:600,draw:e=>{e.lineWidth(40),e.M(80,50),e.L(300,450),e.L(520,50),e.Z(),e.stroke(),e.M(300,450),e.L(300,50),e.stroke()}}},Qk={8961:{width:600,draw:e=>{e.lineWidth(40),e.M(100,250),e.L(200,350),e.L(280,200),e.L(380,350),e.L(450,250),e.stroke(),e.M(450,250),e.L(500,320),e.L(500,180),e.Z(),e.fill()}},8963:{width:600,draw:e=>{e.lineWidth(50),e.M(130,100),e.L(300,400),e.L(470,100),e.stroke()}},8964:{width:600,draw:e=>{e.lineWidth(50),e.M(130,400),e.L(300,100),e.L(470,400),e.stroke()}},8965:{width:600,draw:e=>{e.lineWidth(45),e.M(100,100),e.L(500,100),e.stroke(),e.M(300,100),e.L(300,450),e.stroke(),e.M(200,350),e.L(400,350),e.stroke()}},8966:{width:600,draw:e=>{e.lineWidth(45),e.M(100,100),e.L(500,100),e.stroke(),e.M(100,250),e.L(500,250),e.stroke(),e.M(300,100),e.L(300,450),e.stroke()}},8967:{width:600,draw:e=>{e.lineWidth(40),e.M(100,250),e.C(180,350,260,150,340,250),e.C(420,350,500,150,520,250),e.stroke()}},8968:{width:600,draw:e=>{e.lineWidth(50),e.M(400,450),e.L(200,450),e.L(200,50),e.stroke()}},8969:{width:600,draw:e=>{e.lineWidth(50),e.M(200,450),e.L(400,450),e.L(400,50),e.stroke()}},8970:{width:600,draw:e=>{e.lineWidth(50),e.M(200,450),e.L(200,50),e.L(400,50),e.stroke()}},8971:{width:600,draw:e=>{e.lineWidth(50),e.M(400,450),e.L(400,50),e.L(200,50),e.stroke()}},8972:{width:600,draw:e=>{e.lineWidth(45),e.M(300,100),e.L(450,100),e.L(450,250),e.stroke()}},8973:{width:600,draw:e=>{e.lineWidth(45),e.M(300,100),e.L(150,100),e.L(150,250),e.stroke()}},8974:{width:600,draw:e=>{e.lineWidth(45),e.M(300,400),e.L(450,400),e.L(450,250),e.stroke()}},8975:{width:600,draw:e=>{e.lineWidth(45),e.M(300,400),e.L(150,400),e.L(150,250),e.stroke()}},8977:{width:600,draw:e=>{e.lineWidth(40),e.M(300,450),e.L(500,250),e.L(300,50),e.L(100,250),e.Z(),e.stroke()}},8978:{width:600,draw:e=>{e.lineWidth(50),e.M(80,100),e.C(80,400,520,400,520,100),e.stroke()}},8979:{width:600,draw:e=>{e.lineWidth(45),e.M(80,200),e.C(80,450,520,450,520,200),e.stroke(),e.M(80,200),e.L(520,200),e.stroke()}},8980:{width:600,draw:e=>{e.lineWidth(45),e.M(300,100),e.L(120,400),e.C(200,500,400,500,480,400),e.L(300,100),e.stroke()}},8982:{width:600,draw:e=>{e.lineWidth(40),e.circle(300,250,120),e.stroke(),e.M(300,50),e.L(300,450),e.stroke(),e.M(100,250),e.L(500,250),e.stroke()}},8983:{width:600,draw:e=>{e.lineWidth(40),e.rect(120,70,360,360),e.stroke(),e.M(300,70),e.L(300,430),e.stroke(),e.M(120,250),e.L(480,250),e.stroke()}},8985:{width:600,draw:e=>{e.lineWidth(50),e.M(120,350),e.L(480,350),e.L(480,150),e.stroke()}},8988:{width:600,draw:e=>{e.lineWidth(45),e.M(150,300),e.L(150,420),e.L(300,420),e.stroke()}},8989:{width:600,draw:e=>{e.lineWidth(45),e.M(300,420),e.L(450,420),e.L(450,300),e.stroke()}},8990:{width:600,draw:e=>{e.lineWidth(45),e.M(150,200),e.L(150,80),e.L(300,80),e.stroke()}},8991:{width:600,draw:e=>{e.lineWidth(45),e.M(300,80),e.L(450,80),e.L(450,200),e.stroke()}},8992:{width:600,draw:e=>{e.lineWidth(50),e.M(380,480),e.C(350,480,300,450,300,400),e.L(300,50),e.stroke()}},8993:{width:600,draw:e=>{e.lineWidth(50),e.M(300,450),e.L(300,100),e.C(300,50,250,20,220,20),e.stroke()}},8994:{width:600,draw:e=>{e.lineWidth(50),e.M(80,350),e.C(200,100,400,100,520,350),e.stroke()}},8995:{width:600,draw:e=>{e.lineWidth(50),e.M(80,200),e.C(200,450,400,450,520,200),e.stroke()}},8996:{width:600,draw:e=>{e.lineWidth(45),e.M(100,100),e.L(500,100),e.stroke(),e.M(100,400),e.L(500,400),e.stroke(),e.M(200,200),e.L(300,350),e.L(400,200),e.stroke()}},8997:{width:600,draw:e=>{e.lineWidth(45),e.M(100,100),e.L(250,100),e.L(400,400),e.L(500,400),e.stroke(),e.M(300,400),e.L(500,400),e.stroke(),e.M(100,400),e.L(300,400),e.stroke()}},8998:{width:600,draw:e=>{e.lineWidth(40),e.M(80,250),e.L(200,420),e.L(520,420),e.L(520,80),e.L(200,80),e.Z(),e.stroke(),e.M(280,180),e.L(440,320),e.stroke(),e.M(280,320),e.L(440,180),e.stroke()}},8999:{width:600,draw:e=>{e.lineWidth(40),e.rect(100,70,400,360),e.stroke(),e.M(180,150),e.L(420,350),e.stroke(),e.M(180,350),e.L(420,150),e.stroke()}},9003:{width:600,draw:e=>{e.lineWidth(40),e.M(520,250),e.L(400,420),e.L(80,420),e.L(80,80),e.L(400,80),e.Z(),e.stroke(),e.M(160,180),e.L(320,320),e.stroke(),e.M(160,320),e.L(320,180),e.stroke()}},9001:{width:600,draw:e=>{e.lineWidth(45),e.M(400,450),e.L(200,250),e.L(400,50),e.stroke()}},9002:{width:600,draw:e=>{e.lineWidth(45),e.M(200,450),e.L(400,250),e.L(200,50),e.stroke()}},9004:{width:600,draw:e=>{e.lineWidth(35);for(let t=0;t<6;t++){let n=(t*60-90)*Math.PI/180,r=((t+1)*60-90)*Math.PI/180;e.M(300+180*Math.cos(n),250+180*Math.sin(n)),e.L(300+180*Math.cos(r),250+180*Math.sin(r))}e.stroke(),e.circle(300,250,100),e.stroke()}},9005:{width:600,draw:e=>{e.lineWidth(40),e.M(150,420),e.L(150,80),e.stroke(),e.M(450,420),e.L(450,80),e.stroke(),e.ellipse(300,420,150,40),e.stroke(),e.ellipse(300,80,150,40),e.stroke()}},9006:{width:600,draw:e=>{e.lineWidth(40),e.circle(300,250,200),e.stroke(),e.M(300,450),e.L(300,480),e.stroke()}},9007:{width:600,draw:e=>{e.lineWidth(40),e.M(100,250),e.L(500,250),e.stroke(),e.M(300,100),e.L(300,400),e.stroke(),e.M(250,350),e.L(300,400),e.L(350,350),e.stroke()}},9008:{width:600,draw:e=>{e.lineWidth(45),e.M(150,400),e.L(150,100),e.L(450,100),e.stroke(),e.M(150,250),e.L(350,250),e.stroke()}},9009:{width:600,draw:e=>{e.lineWidth(45),e.M(100,100),e.L(500,400),e.stroke()}},9010:{width:600,draw:e=>{e.lineWidth(40),e.M(100,350),e.L(500,300),e.stroke(),e.M(100,150),e.L(500,200),e.stroke()}},9011:{width:600,draw:e=>{e.lineWidth(45),e.M(100,100),e.L(100,400),e.L(500,250),e.stroke()}},9012:{width:600,draw:e=>{e.lineWidth(40),e.M(200,400),e.L(200,250),e.L(100,250),e.L(100,100),e.L(500,100),e.L(500,250),e.L(400,250),e.L(400,400),e.stroke()}},9013:{width:600,draw:e=>{e.lineWidth(40),e.M(200,100),e.L(100,300),e.L(100,400),e.stroke(),e.M(400,100),e.L(500,300),e.L(500,400),e.stroke(),e.M(200,100),e.L(400,100),e.stroke()}},9014:{width:600,draw:e=>{e.lineWidth(45),e.M(150,420),e.L(450,420),e.stroke(),e.M(150,80),e.L(450,80),e.stroke(),e.M(300,420),e.L(300,80),e.stroke()}},9015:{width:600,draw:e=>{e.lineWidth(40),e.rect(150,80,300,340),e.stroke()}},9016:{width:600,draw:e=>{e.lineWidth(40),e.rect(100,50,400,400),e.stroke(),e.M(180,300),e.L(420,300),e.stroke(),e.M(180,200),e.L(420,200),e.stroke()}},9017:{width:600,draw:e=>{e.lineWidth(40),e.rect(100,50,400,400),e.stroke(),e.M(180,250),e.L(420,250),e.stroke(),e.circle(300,340,30),e.fill(),e.circle(300,160,30),e.fill()}},9018:{width:600,draw:e=>{e.lineWidth(40),e.rect(100,50,400,400),e.stroke(),e.M(300,380),e.L(420,250),e.L(300,120),e.L(180,250),e.Z(),e.stroke()}},9019:{width:600,draw:e=>{e.lineWidth(40),e.rect(100,50,400,400),e.stroke(),e.circle(300,250,80),e.stroke()}},9020:{width:600,draw:e=>{e.lineWidth(40),e.rect(100,50,400,400),e.stroke(),e.circle(300,250,130),e.stroke()}},9021:{width:600,draw:e=>{e.lineWidth(40),e.circle(300,250,180),e.stroke(),e.M(300,430),e.L(300,70),e.stroke()}},9022:{width:600,draw:e=>{e.lineWidth(40),e.circle(300,250,180),e.stroke(),e.circle(300,250,70),e.stroke()}},9023:{width:600,draw:e=>{e.lineWidth(45),e.M(400,420),e.L(200,80),e.stroke(),e.M(120,250),e.L(480,250),e.stroke()}},9024:{width:600,draw:e=>{e.lineWidth(45),e.M(200,420),e.L(400,80),e.stroke(),e.M(120,250),e.L(480,250),e.stroke()}},9025:{width:600,draw:e=>{e.lineWidth(40),e.rect(100,50,400,400),e.stroke(),e.M(400,380),e.L(200,120),e.stroke()}},9026:{width:600,draw:e=>{e.lineWidth(40),e.rect(100,50,400,400),e.stroke(),e.M(200,380),e.L(400,120),e.stroke()}},9027:{width:600,draw:e=>{e.lineWidth(40),e.rect(100,50,400,400),e.stroke(),e.M(380,370),e.L(220,250),e.L(380,130),e.stroke()}},9028:{width:600,draw:e=>{e.lineWidth(40),e.rect(100,50,400,400),e.stroke(),e.M(220,370),e.L(380,250),e.L(220,130),e.stroke()}},9029:{width:600,draw:e=>{e.lineWidth(45),e.M(500,250),e.L(100,250),e.stroke(),e.M(100,250),e.L(250,400),e.stroke()}},9030:{width:600,draw:e=>{e.lineWidth(45),e.M(100,250),e.L(500,250),e.stroke(),e.M(500,250),e.L(350,400),e.stroke()}},9031:{width:600,draw:e=>{e.lineWidth(40),e.rect(100,50,400,400),e.stroke(),e.M(420,250),e.L(180,250),e.stroke(),e.M(180,250),e.L(270,330),e.L(270,170),e.Z(),e.fill()}},9032:{width:600,draw:e=>{e.lineWidth(40),e.rect(100,50,400,400),e.stroke(),e.M(180,250),e.L(420,250),e.stroke(),e.M(420,250),e.L(330,330),e.L(330,170),e.Z(),e.fill()}},9033:{width:600,draw:e=>{e.lineWidth(40),e.circle(300,250,180),e.stroke(),e.M(170,120),e.L(430,380),e.stroke()}},9034:{width:600,draw:e=>{e.lineWidth(45),e.M(100,80),e.L(500,80),e.stroke(),e.M(300,80),e.L(300,350),e.stroke(),e.M(150,350),e.L(450,350),e.stroke(),e.M(100,420),e.L(500,420),e.stroke()}},9035:{width:600,draw:e=>{e.lineWidth(40),e.M(300,420),e.L(150,120),e.L(450,120),e.Z(),e.stroke(),e.M(300,450),e.L(300,50),e.stroke()}},9036:{width:600,draw:e=>{e.lineWidth(40),e.rect(100,50,400,400),e.stroke(),e.M(200,350),e.L(300,150),e.L(400,350),e.stroke()}},9037:{width:600,draw:e=>{e.lineWidth(40),e.rect(100,50,400,400),e.stroke(),e.M(300,370),e.L(190,140),e.L(410,140),e.Z(),e.stroke()}},9038:{width:600,draw:e=>{e.lineWidth(45),e.M(150,400),e.L(450,400),e.stroke(),e.M(300,400),e.L(300,150),e.stroke(),e.circle(300,100,50),e.stroke()}},9039:{width:600,draw:e=>{e.lineWidth(45),e.M(300,80),e.L(300,420),e.stroke(),e.M(300,420),e.L(180,300),e.stroke()}},9040:{width:600,draw:e=>{e.lineWidth(40),e.rect(100,50,400,400),e.stroke(),e.M(300,120),e.L(300,380),e.stroke(),e.M(300,380),e.L(220,300),e.L(380,300),e.Z(),e.fill()}},9041:{width:600,draw:e=>{e.lineWidth(45),e.M(100,420),e.L(500,420),e.stroke(),e.M(300,420),e.L(300,150),e.stroke(),e.M(150,150),e.L(450,150),e.stroke(),e.M(100,80),e.L(500,80),e.stroke()}},9042:{width:600,draw:e=>{e.lineWidth(40),e.M(300,80),e.L(150,380),e.L(450,380),e.Z(),e.stroke(),e.M(300,50),e.L(300,450),e.stroke()}},9043:{width:600,draw:e=>{e.lineWidth(40),e.rect(100,50,400,400),e.stroke(),e.M(200,150),e.L(300,350),e.L(400,150),e.stroke()}},9044:{width:600,draw:e=>{e.lineWidth(40),e.rect(100,50,400,400),e.stroke(),e.M(300,130),e.L(190,360),e.L(410,360),e.Z(),e.stroke()}},9045:{width:600,draw:e=>{e.lineWidth(45),e.M(150,100),e.L(450,100),e.stroke(),e.M(300,100),e.L(300,350),e.stroke(),e.circle(300,400,50),e.stroke()}},9046:{width:600,draw:e=>{e.lineWidth(45),e.M(300,420),e.L(300,80),e.stroke(),e.M(300,80),e.L(420,200),e.stroke()}},9047:{width:600,draw:e=>{e.lineWidth(40),e.rect(100,50,400,400),e.stroke(),e.M(300,380),e.L(300,120),e.stroke(),e.M(300,120),e.L(220,200),e.L(380,200),e.Z(),e.fill()}},9048:{width:600,draw:e=>{e.lineWidth(45),e.M(260,420),e.L(260,200),e.stroke(),e.M(340,420),e.L(340,200),e.stroke(),e.M(120,100),e.L(480,100),e.stroke()}},9049:{width:600,draw:e=>{e.lineWidth(40),e.M(300,430),e.L(150,160),e.L(450,160),e.Z(),e.stroke(),e.M(120,80),e.L(480,80),e.stroke()}},9050:{width:600,draw:e=>{e.lineWidth(40),e.M(300,430),e.L(430,280),e.L(300,150),e.L(170,280),e.Z(),e.stroke(),e.M(120,80),e.L(480,80),e.stroke()}},9051:{width:600,draw:e=>{e.lineWidth(40),e.circle(300,310,100),e.stroke(),e.M(120,100),e.L(480,100),e.stroke()}},9052:{width:600,draw:e=>{e.lineWidth(40),e.circle(300,310,130),e.stroke(),e.M(100,100),e.L(500,100),e.stroke()}},9053:{width:600,draw:e=>{e.lineWidth(40),e.M(120,100),e.C(120,350,480,350,480,100),e.stroke(),e.circle(300,300,50),e.stroke()}},9054:{width:600,draw:e=>{e.lineWidth(40),e.rect(100,50,400,400),e.stroke(),e.M(100,250),e.L(50,250),e.stroke()}},9055:{width:600,draw:e=>{e.lineWidth(40),e.circle(300,250,180),e.stroke();for(let t=0;t<5;t++){let n=(t*72-90)*Math.PI/180,r=(t*72+36-90)*Math.PI/180;t===0?e.M(300+100*Math.cos(n),250+100*Math.sin(n)):e.L(300+100*Math.cos(n),250+100*Math.sin(n)),e.L(300+40*Math.cos(r),250+40*Math.sin(r))}e.Z(),e.stroke()}},9056:{width:600,draw:e=>{e.lineWidth(40),e.rect(100,50,400,400),e.stroke(),e.circle(300,330,35),e.fill(),e.circle(300,170,35),e.fill()}},9057:{width:600,draw:e=>{e.lineWidth(45),e.M(150,150),e.L(450,150),e.stroke(),e.M(300,150),e.L(300,350),e.stroke(),e.circle(250,420,30),e.fill(),e.circle(350,420,30),e.fill()}},9058:{width:600,draw:e=>{e.lineWidth(40),e.M(300,120),e.L(150,370),e.L(450,370),e.Z(),e.stroke(),e.circle(250,80,25),e.fill(),e.circle(350,80,25),e.fill()}},9059:{width:600,draw:e=>{e.lineWidth(45),e.M(300,380),e.L(300,180),e.stroke(),e.M(200,340),e.L(400,220),e.stroke(),e.M(200,220),e.L(400,340),e.stroke(),e.circle(250,430,25),e.fill(),e.circle(350,430,25),e.fill()}},9060:{width:600,draw:e=>{e.lineWidth(40),e.circle(300,200,80),e.stroke(),e.circle(250,400,30),e.fill(),e.circle(350,400,30),e.fill()}},9061:{width:600,draw:e=>{e.lineWidth(40),e.circle(300,200,120),e.stroke(),e.circle(250,420,30),e.fill(),e.circle(350,420,30),e.fill()}},9062:{width:600,draw:e=>{e.lineWidth(40),e.M(120,400),e.C(120,150,480,150,480,400),e.stroke(),e.M(300,50),e.L(300,450),e.stroke()}},9063:{width:600,draw:e=>{e.lineWidth(40),e.M(450,100),e.C(200,100,200,400,450,400),e.stroke(),e.M(100,250),e.L(500,250),e.stroke()}},9064:{width:600,draw:e=>{e.lineWidth(40),e.M(120,250),e.C(200,350,400,150,480,250),e.stroke(),e.circle(250,400,30),e.fill(),e.circle(350,400,30),e.fill()}},9065:{width:600,draw:e=>{e.lineWidth(40),e.M(180,370),e.L(380,250),e.L(180,130),e.stroke(),e.circle(430,200,25),e.fill(),e.circle(430,300,25),e.fill()}},9066:{width:600,draw:e=>{e.lineWidth(45),e.circle(300,300,40),e.fill(),e.M(300,260),e.L(260,180),e.stroke(),e.M(120,120),e.L(480,120),e.stroke()}},9067:{width:600,draw:e=>{e.lineWidth(40),e.M(300,80),e.L(150,380),e.L(450,380),e.Z(),e.stroke(),e.lineWidth(35),e.M(220,250),e.C(260,300,340,200,380,250),e.stroke()}},9068:{width:600,draw:e=>{e.lineWidth(40),e.ellipse(300,250,150,200),e.stroke(),e.M(200,250),e.L(400,250),e.stroke()}},9069:{width:600,draw:e=>{e.lineWidth(40),e.M(300,80),e.L(300,420),e.stroke(),e.M(180,250),e.C(220,320,380,180,420,250),e.stroke()}},9070:{width:600,draw:e=>{e.circle(300,350,35),e.fill(),e.circle(300,250,35),e.fill(),e.M(300,215),e.L(270,160),e.stroke(),e.lineWidth(40),e.M(150,100),e.L(450,100),e.stroke()}},9071:{width:600,draw:e=>{e.lineWidth(40),e.rect(100,50,400,400),e.stroke(),e.M(200,310),e.L(400,310),e.stroke(),e.M(200,190),e.L(400,190),e.stroke(),e.M(350,370),e.L(250,130),e.stroke()}},9072:{width:600,draw:e=>{e.lineWidth(40),e.rect(100,50,400,400),e.stroke(),e.lineWidth(35),e.M(230,350),e.C(230,400,370,400,370,340),e.C(370,290,300,270,300,220),e.stroke(),e.circle(300,160,25),e.fill()}},9073:{width:600,draw:e=>{e.lineWidth(45),e.M(130,400),e.L(300,130),e.L(470,400),e.stroke(),e.lineWidth(35),e.M(220,280),e.C(260,330,340,230,380,280),e.stroke()}},9074:{width:600,draw:e=>{e.lineWidth(45),e.M(130,100),e.L(300,370),e.L(470,100),e.stroke(),e.lineWidth(35),e.M(220,220),e.C(260,270,340,170,380,220),e.stroke()}},9075:{width:600,draw:e=>{e.lineWidth(45),e.M(250,400),e.L(250,150),e.C(250,80,350,80,350,150),e.stroke()}},9076:{width:600,draw:e=>{e.lineWidth(45),e.M(200,80),e.L(200,400),e.C(200,450,400,450,400,400),e.C(400,300,200,300,200,350),e.stroke()}},9077:{width:600,draw:e=>{e.lineWidth(45),e.M(120,400),e.L(200,150),e.C(200,80,400,80,400,150),e.L(480,400),e.stroke()}},9078:{width:600,draw:e=>{e.lineWidth(40),e.M(400,400),e.C(400,300,200,300,200,350),e.C(200,400,400,400,400,350),e.L(400,200),e.stroke(),e.M(120,120),e.L(480,120),e.stroke()}},9079:{width:600,draw:e=>{e.lineWidth(40),e.M(420,400),e.L(220,400),e.C(160,400,160,200,220,200),e.L(420,200),e.stroke(),e.M(220,300),e.L(380,300),e.stroke(),e.M(120,120),e.L(480,120),e.stroke()}},9080:{width:600,draw:e=>{e.lineWidth(40),e.M(250,430),e.L(250,200),e.C(250,150,350,150,350,200),e.stroke(),e.M(120,100),e.L(480,100),e.stroke()}},9081:{width:600,draw:e=>{e.lineWidth(40),e.M(120,420),e.L(200,200),e.C(200,150,400,150,400,200),e.L(480,420),e.stroke(),e.M(120,100),e.L(480,100),e.stroke()}},9082:{width:600,draw:e=>{e.lineWidth(45),e.M(400,400),e.C(400,300,200,300,200,350),e.C(200,400,400,400,400,350),e.L(400,150),e.stroke()}},9083:{width:600,draw:e=>{e.lineWidth(50),e.M(130,250),e.L(250,100),e.L(470,400),e.stroke(),e.M(180,380),e.L(420,120),e.stroke()}},9084:{width:600,draw:e=>{e.lineWidth(45),e.M(150,400),e.L(150,100),e.L(450,100),e.stroke(),e.M(150,100),e.L(200,200),e.L(250,100),e.L(300,200),e.stroke()}},9085:{width:600,draw:e=>{e.lineWidth(45),e.M(100,350),e.L(100,150),e.L(200,150),e.stroke(),e.M(400,150),e.L(500,150),e.L(500,350),e.stroke()}},9086:{width:600,draw:e=>{e.lineWidth(40),e.M(150,100),e.C(150,350,300,450,300,450),e.C(300,450,450,350,450,100),e.stroke(),e.M(120,100),e.L(480,100),e.stroke(),e.circle(300,60,25),e.fill()}},9087:{width:600,draw:e=>{e.lineWidth(45),e.M(200,80),e.L(300,420),e.L(400,80),e.stroke()}},9088:{width:600,draw:e=>{e.lineWidth(45),e.M(200,100),e.L(300,380),e.L(400,100),e.stroke(),e.M(150,100),e.L(450,100),e.stroke()}},9089:{width:600,draw:e=>{e.lineWidth(50),e.M(80,100),e.L(520,100),e.stroke()}},9090:{width:600,draw:e=>{e.lineWidth(50),e.M(80,100),e.L(230,100),e.stroke(),e.M(370,100),e.L(520,100),e.stroke()}},9091:{width:600,draw:e=>{e.lineWidth(50),e.M(80,100),e.L(520,100),e.stroke(),e.circle(300,200,30),e.fill()}},9092:{width:600,draw:e=>{e.lineWidth(40),e.circle(300,300,120),e.stroke(),e.M(300,180),e.L(300,420),e.stroke()}},9093:{width:600,draw:e=>{e.lineWidth(40),e.rect(120,70,360,360),e.stroke(),e.M(300,70),e.L(300,430),e.stroke()}},9094:{width:600,draw:e=>{e.lineWidth(40),e.M(420,400),e.L(420,200),e.L(180,200),e.stroke(),e.M(180,200),e.L(280,280),e.L(280,120),e.Z(),e.fill()}},9095:{width:600,draw:e=>{e.lineWidth(40),e.M(100,150),e.L(250,150),e.L(350,350),e.L(500,350),e.stroke(),e.M(100,350),e.L(250,350),e.L(350,150),e.L(500,150),e.stroke()}},9096:{width:600,draw:e=>{e.lineWidth(35),e.circle(300,250,160),e.stroke(),e.circle(300,250,50),e.fill();for(let t=0;t<360;t+=45){let n=t*Math.PI/180;e.M(300+50*Math.cos(n),250+50*Math.sin(n)),e.L(300+180*Math.cos(n),250+180*Math.sin(n))}e.stroke()}},9097:{width:600,draw:e=>{e.lineWidth(40),e.circle(300,250,180),e.stroke(),e.M(120,250),e.L(260,250),e.stroke(),e.M(340,250),e.L(480,250),e.stroke(),e.M(260,250),e.L(260,300),e.L(340,300),e.L(340,250),e.stroke()}},9098:{width:600,draw:e=>{e.lineWidth(40),e.circle(300,250,180),e.stroke(),e.M(300,430),e.L(300,70),e.stroke(),e.circle(220,250,30),e.fill(),e.circle(380,250,30),e.fill()}},9099:{width:600,draw:e=>{e.lineWidth(40),e.M(200,410),e.C(120,380,80,300,100,200),e.C(120,120,200,80,300,70),e.C(400,80,480,120,500,200),e.C(520,300,480,380,400,420),e.stroke(),e.M(160,430),e.L(160,350),e.L(240,350),e.stroke()}},9100:{width:600,draw:e=>{e.lineWidth(40),e.M(450,380),e.C(450,200,350,120,250,120),e.C(200,120,150,180,150,250),e.stroke(),e.M(150,250),e.L(80,170),e.L(220,170),e.Z(),e.fill()}},9101:{width:600,draw:e=>{e.lineWidth(45),e.M(100,150),e.L(250,150),e.L(250,350),e.L(400,350),e.L(400,150),e.L(500,150),e.stroke()}},9102:{width:600,draw:e=>{e.lineWidth(40),e.M(100,150),e.L(300,150),e.L(300,350),e.L(500,350),e.stroke(),e.M(100,350),e.L(300,350),e.stroke(),e.M(300,150),e.L(500,150),e.stroke()}},9103:{width:600,draw:e=>{e.lineWidth(40),e.M(100,250),e.L(250,250),e.stroke(),e.circle(300,250,50),e.stroke(),e.M(350,250),e.L(500,250),e.stroke()}},9104:{width:600,draw:e=>{e.lineWidth(40),e.M(100,250),e.L(250,250),e.stroke(),e.M(350,250),e.L(500,250),e.stroke(),e.M(250,250),e.L(350,250),e.stroke(),e.M(300,250),e.L(300,350),e.stroke()}},9105:{width:600,draw:e=>{e.lineWidth(40),e.M(100,350),e.L(250,350),e.L(250,150),e.L(350,150),e.L(350,350),e.L(500,350),e.stroke()}},9106:{width:600,draw:e=>{e.lineWidth(40),e.M(100,150),e.L(250,150),e.L(250,350),e.L(350,350),e.L(350,150),e.L(500,150),e.stroke()}},9107:{width:600,draw:e=>{e.lineWidth(45),e.M(100,300),e.L(500,300),e.stroke(),e.lineWidth(35),e.M(100,200),e.L(200,200),e.stroke(),e.M(250,200),e.L(350,200),e.stroke(),e.M(400,200),e.L(500,200),e.stroke()}},9108:{width:600,draw:e=>{e.lineWidth(40),e.M(100,100),e.L(100,400),e.L(500,400),e.L(500,100),e.stroke()}},9109:{width:600,draw:e=>{e.lineWidth(45),e.rect(120,50,360,400),e.stroke()}},9110:{width:600,draw:e=>{e.lineWidth(40),e.rect(120,80,360,340),e.stroke(),e.circle(300,180,35),e.fill()}},9111:{width:600,draw:e=>{e.lineWidth(40),e.rect(130,50,340,400),e.stroke(),e.M(130,380),e.L(220,380),e.L(220,450),e.stroke()}},9112:{width:600,draw:e=>{e.lineWidth(40),e.rect(130,50,340,400),e.stroke(),e.M(470,120),e.L(380,120),e.L(380,50),e.stroke()}},9113:{width:600,draw:e=>{e.lineWidth(40),e.rect(100,100,400,300),e.stroke(),e.rect(180,180,240,140),e.stroke()}},9114:{width:600,draw:e=>{e.lineWidth(40),e.rect(100,100,400,300),e.stroke(),e.M(200,200),e.L(400,300),e.stroke(),e.M(200,300),e.L(400,200),e.stroke()}},9118:{width:600,draw:e=>{e.lineWidth(45),e.M(200,450),e.C(350,450,400,350,400,250),e.stroke()}},9119:{width:600,draw:e=>{e.lineWidth(45),e.M(400,450),e.L(400,50),e.stroke()}},9120:{width:600,draw:e=>{e.lineWidth(45),e.M(400,250),e.C(400,150,350,50,200,50),e.stroke()}},9121:{width:600,draw:e=>{e.lineWidth(45),e.M(350,450),e.L(200,450),e.L(200,50),e.stroke()}},9122:{width:600,draw:e=>{e.lineWidth(45),e.M(200,450),e.L(200,50),e.stroke()}},9123:{width:600,draw:e=>{e.lineWidth(45),e.M(200,450),e.L(200,50),e.L(350,50),e.stroke()}},9124:{width:600,draw:e=>{e.lineWidth(45),e.M(250,450),e.L(400,450),e.L(400,50),e.stroke()}},9125:{width:600,draw:e=>{e.lineWidth(45),e.M(400,450),e.L(400,50),e.stroke()}},9126:{width:600,draw:e=>{e.lineWidth(45),e.M(400,450),e.L(400,50),e.L(250,50),e.stroke()}},9127:{width:600,draw:e=>{e.lineWidth(45),e.M(350,450),e.C(250,450,250,350,250,250),e.stroke()}},9128:{width:600,draw:e=>{e.lineWidth(45),e.M(250,450),e.L(250,300),e.C(250,250,200,250,150,250),e.stroke(),e.M(250,200),e.C(250,250,200,250,150,250),e.stroke(),e.M(250,200),e.L(250,50),e.stroke()}},9129:{width:600,draw:e=>{e.lineWidth(45),e.M(250,250),e.C(250,150,250,50,350,50),e.stroke()}},9130:{width:600,draw:e=>{e.lineWidth(45),e.M(300,450),e.L(300,50),e.stroke()}},9131:{width:600,draw:e=>{e.lineWidth(45),e.M(250,450),e.C(350,450,350,350,350,250),e.stroke()}},9132:{width:600,draw:e=>{e.lineWidth(45),e.M(350,450),e.L(350,300),e.C(350,250,400,250,450,250),e.stroke(),e.M(350,200),e.C(350,250,400,250,450,250),e.stroke(),e.M(350,200),e.L(350,50),e.stroke()}},9133:{width:600,draw:e=>{e.lineWidth(45),e.M(350,250),e.C(350,150,350,50,250,50),e.stroke()}},9134:{width:600,draw:e=>{e.lineWidth(45),e.M(300,450),e.L(300,50),e.stroke()}},9136:{width:600,draw:e=>{e.lineWidth(45),e.M(350,50),e.C(250,50,250,250,250,450),e.stroke()}},9137:{width:600,draw:e=>{e.lineWidth(45),e.M(250,50),e.C(350,50,350,250,350,450),e.stroke()}},9138:{width:600,draw:e=>{e.lineWidth(45),e.M(480,450),e.L(120,450),e.L(300,250),e.stroke()}},9139:{width:600,draw:e=>{e.lineWidth(45),e.M(300,250),e.L(120,50),e.L(480,50),e.stroke()}},9140:{width:600,draw:e=>{e.lineWidth(45),e.M(100,200),e.L(100,350),e.L(500,350),e.L(500,200),e.stroke()}},9141:{width:600,draw:e=>{e.lineWidth(45),e.M(100,300),e.L(100,150),e.L(500,150),e.L(500,300),e.stroke()}},9142:{width:600,draw:e=>{e.lineWidth(40),e.M(100,300),e.L(100,200),e.L(500,200),e.L(500,300),e.stroke(),e.M(100,350),e.L(100,250),e.L(500,250),e.L(500,350),e.stroke()}},9146:{width:600,draw:e=>{e.lineWidth(30),e.M(0,450),e.L(600,450),e.stroke()}},9147:{width:600,draw:e=>{e.lineWidth(30),e.M(0,350),e.L(600,350),e.stroke()}},9148:{width:600,draw:e=>{e.lineWidth(30),e.M(0,150),e.L(600,150),e.stroke()}},9149:{width:600,draw:e=>{e.lineWidth(30),e.M(0,50),e.L(600,50),e.stroke()}},9150:{width:600,draw:e=>{e.lineWidth(40),e.M(300,450),e.L(300,250),e.L(500,250),e.stroke()}},9151:{width:600,draw:e=>{e.lineWidth(40),e.M(300,50),e.L(300,250),e.L(500,250),e.stroke()}},9152:{width:600,draw:e=>{e.lineWidth(40),e.M(300,450),e.L(300,50),e.stroke(),e.circle(300,250,60),e.stroke()}},9153:{width:600,draw:e=>{e.lineWidth(40),e.M(100,350),e.L(500,350),e.stroke(),e.M(300,350),e.L(300,100),e.stroke(),e.circle(300,250,60),e.stroke()}},9161:{width:600,draw:e=>{e.lineWidth(40),e.M(150,350),e.L(450,350),e.stroke(),e.M(300,350),e.L(300,100),e.stroke()}},9162:{width:600,draw:e=>{e.lineWidth(40),e.M(150,150),e.L(450,150),e.stroke(),e.M(300,150),e.L(300,400),e.stroke()}},9163:{width:600,draw:e=>{e.lineWidth(40),e.M(300,450),e.L(300,50),e.stroke(),e.M(300,310),e.L(400,200),e.L(300,200),e.Z(),e.stroke()}},9164:{width:600,draw:e=>{e.lineWidth(40),e.M(100,350),e.L(500,350),e.stroke(),e.M(300,350),e.L(300,120),e.stroke(),e.M(250,250),e.L(350,250),e.L(300,180),e.Z(),e.fill()}},9165:{width:600,draw:e=>{e.lineWidth(45),e.M(150,400),e.L(150,100),e.L(450,100),e.stroke()}},9168:{width:600,draw:e=>{e.lineWidth(45),e.M(300,480),e.L(300,20),e.stroke()}},9178:{width:600,draw:e=>{e.lineWidth(40),e.M(300,450),e.L(300,200),e.stroke(),e.M(150,200),e.L(450,200),e.stroke(),e.M(200,140),e.L(400,140),e.stroke(),e.M(250,80),e.L(350,80),e.stroke()}},9179:{width:600,draw:e=>{e.lineWidth(40),e.M(80,250),e.L(180,250),e.stroke(),e.rect(180,180,240,140),e.stroke(),e.M(420,250),e.L(520,250),e.stroke()}},9180:{width:600,draw:e=>{e.lineWidth(45),e.M(80,150),e.C(80,400,520,400,520,150),e.stroke()}},9181:{width:600,draw:e=>{e.lineWidth(45),e.M(80,350),e.C(80,100,520,100,520,350),e.stroke()}},9182:{width:600,draw:e=>{e.lineWidth(40),e.M(80,150),e.C(80,300,200,350,300,400),e.C(400,350,520,300,520,150),e.stroke()}},9183:{width:600,draw:e=>{e.lineWidth(40),e.M(80,350),e.C(80,200,200,150,300,100),e.C(400,150,520,200,520,350),e.stroke()}},9184:{width:600,draw:e=>{e.lineWidth(40),e.M(80,150),e.C(150,380,450,380,520,150),e.stroke()}},9185:{width:600,draw:e=>{e.lineWidth(40),e.M(80,350),e.C(150,120,450,120,520,350),e.stroke()}},9186:{width:600,draw:e=>{e.lineWidth(40),e.M(150,100),e.L(450,100),e.L(500,400),e.L(100,400),e.Z(),e.stroke()}},9187:{width:600,draw:e=>{e.lineWidth(35);for(let t=0;t<6;t++){let n=(t*60-90)*Math.PI/180,r=((t+1)*60-90)*Math.PI/180;e.M(300+180*Math.cos(n),250+180*Math.sin(n)),e.L(300+180*Math.cos(r),250+180*Math.sin(r))}e.stroke(),e.circle(300,250,110),e.stroke()}},9188:{width:600,draw:e=>{e.lineWidth(45),e.M(100,250),e.L(500,250),e.stroke()}},9189:{width:600,draw:e=>{e.lineWidth(45),e.M(100,200),e.L(500,200),e.stroke(),e.M(100,300),e.L(500,300),e.stroke()}},9190:{width:600,draw:e=>{e.lineWidth(45),e.M(100,250),e.C(200,420,300,80,400,250),e.C(440,340,480,250,500,250),e.stroke()}},9191:{width:600,draw:e=>{e.lineWidth(40),e.M(100,100),e.L(100,300),e.C(100,430,500,430,500,300),e.L(500,100),e.stroke()}},9192:{width:600,draw:e=>{e.lineWidth(40),e.M(400,400),e.L(200,400),e.L(200,100),e.L(400,100),e.stroke(),e.M(200,250),e.L(370,250),e.stroke()}},9200:{width:600,draw:e=>{e.lineWidth(35),e.circle(300,230,180),e.stroke(),e.M(300,230),e.L(300,340),e.stroke(),e.M(300,230),e.L(380,230),e.stroke(),e.M(160,400),e.L(120,440),e.stroke(),e.M(440,400),e.L(480,440),e.stroke(),e.M(200,50),e.L(180,20),e.stroke(),e.M(400,50),e.L(420,20),e.stroke()}},9203:{width:600,draw:e=>{e.lineWidth(40),e.M(120,480),e.L(480,480),e.stroke(),e.M(120,20),e.L(480,20),e.stroke(),e.M(150,480),e.L(300,250),e.L(450,480),e.stroke(),e.M(150,20),e.L(300,250),e.L(450,20),e.stroke(),e.circle(270,120,15),e.fill(),e.circle(330,120,15),e.fill(),e.circle(300,90,15),e.fill(),e.lineWidth(20),e.M(300,250),e.L(300,160),e.stroke()}},9204:{width:600,draw:e=>{e.M(450,450),e.L(150,250),e.L(450,50),e.Z(),e.fill()}},9205:{width:600,draw:e=>{e.M(150,450),e.L(450,250),e.L(150,50),e.Z(),e.fill()}},9206:{width:600,draw:e=>{e.M(100,100),e.L(500,100),e.L(300,420),e.Z(),e.fill()}},9207:{width:600,draw:e=>{e.M(100,400),e.L(500,400),e.L(300,80),e.Z(),e.fill()}},9211:{width:600,draw:e=>{e.lineWidth(45),e.M(200,380),e.C(120,330,80,230,120,150),e.C(160,70,260,40,300,40),e.C(340,40,440,70,480,150),e.C(520,230,480,330,400,380),e.stroke(),e.M(300,320),e.L(300,150),e.stroke()}},9212:{width:600,draw:e=>{e.lineWidth(45),e.circle(300,250,200),e.stroke(),e.M(300,350),e.L(300,150),e.stroke()}},9213:{width:600,draw:e=>{e.lineWidth(50),e.M(300,420),e.L(300,80),e.stroke()}},9214:{width:600,draw:e=>{e.lineWidth(45),e.M(180,400),e.C(100,300,100,150,200,80),e.C(300,10,430,50,480,150),e.C(530,250,470,380,380,420),e.stroke()}},9215:{width:600,draw:e=>{e.lineWidth(40),e.M(100,250),e.L(250,100),e.L(500,250),e.stroke(),e.circle(250,200,40),e.fill()}}},$k={10496:{width:600,draw:e=>{e.lineWidth(40),e.M(100,250),e.L(500,250),e.stroke(),e.M(500,250),e.L(400,350),e.L(400,150),e.Z(),e.fill(),e.M(100,250),e.L(200,350),e.L(200,150),e.Z(),e.fill(),e.M(300,150),e.L(300,350),e.stroke()}},10497:{width:600,draw:e=>{e.lineWidth(35),e.M(80,250),e.L(520,250),e.stroke(),e.M(520,250),e.L(420,350),e.L(420,150),e.Z(),e.fill(),e.M(80,250),e.L(180,350),e.L(180,150),e.Z(),e.fill(),e.M(280,150),e.L(280,350),e.stroke(),e.M(320,150),e.L(320,350),e.stroke()}},10498:{width:600,draw:e=>{e.M(100,250),e.L(240,380),e.L(240,300),e.L(500,300),e.L(500,200),e.L(240,200),e.L(240,120),e.Z(),e.fill(),e.lineWidth(40),e.M(340,150),e.L(340,350),e.stroke()}},10499:{width:600,draw:e=>{e.M(500,250),e.L(360,380),e.L(360,300),e.L(100,300),e.L(100,200),e.L(360,200),e.L(360,120),e.Z(),e.fill(),e.lineWidth(40),e.M(260,150),e.L(260,350),e.stroke()}},10500:{width:600,draw:e=>{e.M(80,250),e.L(200,380),e.L(200,300),e.L(400,300),e.L(400,380),e.L(520,250),e.L(400,120),e.L(400,200),e.L(200,200),e.L(200,120),e.Z(),e.fill(),e.lineWidth(40),e.M(300,150),e.L(300,350),e.stroke()}},10501:{width:600,draw:e=>{e.lineWidth(40),e.M(100,150),e.L(100,350),e.stroke(),e.M(100,250),e.L(500,250),e.stroke(),e.M(500,250),e.L(400,350),e.L(400,150),e.Z(),e.fill(),e.M(200,250),e.L(250,330),e.L(250,170),e.Z(),e.fill()}},10502:{width:600,draw:e=>{e.lineWidth(40),e.M(500,150),e.L(500,350),e.stroke(),e.M(100,250),e.L(280,380),e.L(280,300),e.L(500,300),e.L(500,200),e.L(280,200),e.L(280,120),e.Z(),e.fill()}},10503:{width:600,draw:e=>{e.lineWidth(40),e.M(100,150),e.L(100,350),e.stroke(),e.M(500,250),e.L(320,380),e.L(320,300),e.L(100,300),e.L(100,200),e.L(320,200),e.L(320,120),e.Z(),e.fill()}},10504:{width:600,draw:e=>{e.lineWidth(40),e.M(300,450),e.L(300,100),e.stroke(),e.M(300,100),e.L(200,200),e.L(400,200),e.Z(),e.fill(),e.M(200,350),e.L(400,250),e.stroke()}},10505:{width:600,draw:e=>{e.lineWidth(40),e.M(300,50),e.L(300,400),e.stroke(),e.M(300,400),e.L(200,300),e.L(400,300),e.Z(),e.fill(),e.M(200,250),e.L(400,150),e.stroke()}},10506:{width:600,draw:e=>{e.lineWidth(35),e.M(300,50),e.L(300,450),e.stroke(),e.M(300,450),e.L(200,340),e.L(400,340),e.Z(),e.fill(),e.M(300,50),e.L(200,100),e.L(400,100),e.stroke()}},10507:{width:600,draw:e=>{e.lineWidth(35),e.M(300,450),e.L(300,50),e.stroke(),e.M(300,50),e.L(200,160),e.L(400,160),e.Z(),e.fill(),e.M(300,450),e.L(200,400),e.L(400,400),e.stroke()}},10508:{width:600,draw:e=>{e.lineWidth(40),e.M(500,250),e.L(400,250),e.stroke(),e.M(350,250),e.L(250,250),e.stroke(),e.M(100,250),e.L(230,370),e.L(230,130),e.Z(),e.fill()}},10509:{width:600,draw:e=>{e.lineWidth(40),e.M(100,250),e.L(200,250),e.stroke(),e.M(250,250),e.L(350,250),e.stroke(),e.M(500,250),e.L(370,370),e.L(370,130),e.Z(),e.fill()}},10510:{width:600,draw:e=>{e.lineWidth(35),e.M(500,250),e.L(430,250),e.stroke(),e.M(380,250),e.L(310,250),e.stroke(),e.M(260,250),e.L(190,250),e.stroke(),e.M(100,250),e.L(220,360),e.L(220,140),e.Z(),e.fill()}},10511:{width:600,draw:e=>{e.lineWidth(35),e.M(100,250),e.L(170,250),e.stroke(),e.M(220,250),e.L(290,250),e.stroke(),e.M(340,250),e.L(410,250),e.stroke(),e.M(500,250),e.L(380,360),e.L(380,140),e.Z(),e.fill()}},10512:{width:600,draw:e=>{e.lineWidth(35),e.M(80,250),e.L(150,250),e.stroke(),e.M(200,250),e.L(270,250),e.stroke(),e.M(320,250),e.L(390,250),e.stroke(),e.M(520,250),e.L(400,360),e.L(400,140),e.Z(),e.fill(),e.M(80,250),e.L(160,330),e.L(160,170),e.Z(),e.fill()}},10513:{width:600,draw:e=>{e.circle(150,250,20),e.fill(),e.circle(230,250,20),e.fill(),e.circle(310,250,20),e.fill(),e.lineWidth(40),e.M(370,250),e.L(430,250),e.stroke(),e.M(500,250),e.L(380,350),e.L(380,150),e.Z(),e.fill()}},10514:{width:600,draw:e=>{e.lineWidth(45),e.M(300,50),e.L(300,380),e.stroke(),e.M(300,380),e.L(200,280),e.L(400,280),e.Z(),e.fill(),e.M(150,430),e.L(450,430),e.stroke()}},10515:{width:600,draw:e=>{e.lineWidth(45),e.M(300,420),e.L(300,100),e.stroke(),e.M(300,100),e.L(200,200),e.L(400,200),e.Z(),e.fill(),e.M(150,50),e.L(450,50),e.stroke()}},10518:{width:600,draw:e=>{e.lineWidth(40),e.M(100,250),e.L(500,250),e.stroke(),e.M(500,250),e.L(400,350),e.L(400,150),e.Z(),e.fill(),e.M(100,250),e.L(180,340),e.L(180,160),e.Z(),e.fill(),e.M(100,350),e.L(100,150),e.stroke()}},10525:{width:600,draw:e=>{e.lineWidth(40),e.M(500,250),e.L(200,250),e.stroke(),e.M(100,250),e.L(200,350),e.L(200,150),e.Z(),e.fill(),e.M(500,350),e.L(500,150),e.stroke()}},10526:{width:600,draw:e=>{e.lineWidth(40),e.M(100,250),e.L(400,250),e.stroke(),e.M(500,250),e.L(400,350),e.L(400,150),e.Z(),e.fill(),e.M(100,350),e.L(100,150),e.stroke()}},10527:{width:600,draw:e=>{e.lineWidth(35),e.M(500,150),e.L(500,350),e.stroke(),e.M(500,250),e.L(200,250),e.stroke(),e.M(100,250),e.L(150,300),e.L(200,250),e.L(150,200),e.Z(),e.fill()}},10528:{width:600,draw:e=>{e.lineWidth(35),e.M(100,150),e.L(100,350),e.stroke(),e.M(100,250),e.L(400,250),e.stroke(),e.M(500,250),e.L(450,300),e.L(400,250),e.L(450,200),e.Z(),e.fill()}},10529:{width:600,draw:e=>{e.lineWidth(40),e.M(120,420),e.L(480,80),e.stroke(),e.M(120,420),e.L(120,320),e.L(220,420),e.Z(),e.fill(),e.M(480,80),e.L(480,180),e.L(380,80),e.Z(),e.fill()}},10530:{width:600,draw:e=>{e.lineWidth(40),e.M(480,420),e.L(120,80),e.stroke(),e.M(480,420),e.L(380,420),e.L(480,320),e.Z(),e.fill(),e.M(120,80),e.L(220,80),e.L(120,180),e.Z(),e.fill()}},10531:{width:600,draw:e=>{e.lineWidth(40),e.M(150,420),e.L(450,120),e.C(480,80,500,120,480,180),e.stroke(),e.M(150,420),e.L(150,310),e.L(260,420),e.Z(),e.fill()}},10532:{width:600,draw:e=>{e.lineWidth(40),e.M(450,420),e.L(150,120),e.C(120,80,100,120,120,180),e.stroke(),e.M(450,420),e.L(450,310),e.L(340,420),e.Z(),e.fill()}},10533:{width:600,draw:e=>{e.lineWidth(40),e.M(450,80),e.L(150,380),e.C(120,420,100,380,120,320),e.stroke(),e.M(450,80),e.L(450,190),e.L(340,80),e.Z(),e.fill()}},10534:{width:600,draw:e=>{e.lineWidth(40),e.M(150,80),e.L(450,380),e.C(480,420,500,380,480,320),e.stroke(),e.M(150,80),e.L(150,190),e.L(260,80),e.Z(),e.fill()}},10535:{width:600,draw:e=>{e.lineWidth(35),e.M(300,100),e.L(120,400),e.stroke(),e.M(120,400),e.L(120,300),e.L(220,400),e.Z(),e.fill(),e.M(300,100),e.L(480,400),e.stroke(),e.M(480,400),e.L(480,300),e.L(380,400),e.Z(),e.fill()}},10536:{width:600,draw:e=>{e.lineWidth(35),e.M(100,250),e.L(480,420),e.stroke(),e.M(480,420),e.L(380,420),e.L(480,330),e.Z(),e.fill(),e.M(100,250),e.L(480,80),e.stroke(),e.M(480,80),e.L(380,80),e.L(480,170),e.Z(),e.fill()}},10537:{width:600,draw:e=>{e.lineWidth(35),e.M(300,400),e.L(120,100),e.stroke(),e.M(120,100),e.L(220,100),e.L(120,200),e.Z(),e.fill(),e.M(300,400),e.L(480,100),e.stroke(),e.M(480,100),e.L(380,100),e.L(480,200),e.Z(),e.fill()}},10538:{width:600,draw:e=>{e.lineWidth(35),e.M(500,250),e.L(120,80),e.stroke(),e.M(120,80),e.L(120,180),e.L(220,80),e.Z(),e.fill(),e.M(500,250),e.L(120,420),e.stroke(),e.M(120,420),e.L(120,320),e.L(220,420),e.Z(),e.fill()}},10548:{width:600,draw:e=>{e.lineWidth(45),e.M(100,150),e.L(350,150),e.C(430,150,450,250,450,350),e.stroke(),e.M(450,350),e.L(380,230),e.L(520,230),e.Z(),e.fill()}},10549:{width:600,draw:e=>{e.lineWidth(45),e.M(100,350),e.L(350,350),e.C(430,350,450,250,450,150),e.stroke(),e.M(450,150),e.L(380,270),e.L(520,270),e.Z(),e.fill()}},10550:{width:600,draw:e=>{e.lineWidth(45),e.M(500,400),e.L(300,400),e.C(200,400,150,300,150,200),e.stroke(),e.M(150,200),e.L(80,300),e.L(220,300),e.Z(),e.fill()}},10551:{width:600,draw:e=>{e.lineWidth(45),e.M(100,400),e.L(300,400),e.C(400,400,450,300,450,200),e.stroke(),e.M(450,200),e.L(380,300),e.L(520,300),e.Z(),e.fill()}},10552:{width:600,draw:e=>{e.lineWidth(40),e.M(400,400),e.C(500,350,500,150,400,100),e.C(300,50,200,100,150,200),e.stroke(),e.M(400,400),e.L(330,340),e.L(450,340),e.Z(),e.fill()}},10553:{width:600,draw:e=>{e.lineWidth(40),e.M(200,400),e.C(100,350,100,150,200,100),e.C(300,50,400,100,450,200),e.stroke(),e.M(200,400),e.L(270,340),e.L(150,340),e.Z(),e.fill()}},10554:{width:600,draw:e=>{e.lineWidth(40),e.M(100,200),e.C(100,350,250,430,400,380),e.C(480,340,500,250,450,180),e.stroke(),e.M(100,200),e.L(170,270),e.L(170,130),e.Z(),e.fill()}},10555:{width:600,draw:e=>{e.lineWidth(40),e.M(500,300),e.C(500,150,350,70,200,120),e.C(120,160,100,250,150,320),e.stroke(),e.M(500,300),e.L(430,230),e.L(430,370),e.Z(),e.fill()}},10560:{width:600,draw:e=>{e.lineWidth(40),e.M(300,430),e.C(180,430,100,350,100,250),e.C(100,150,180,70,300,70),e.C(420,70,500,150,500,250),e.C(500,350,420,430,340,430),e.stroke(),e.M(300,430),e.L(240,370),e.L(240,480),e.Z(),e.fill()}},10561:{width:600,draw:e=>{e.lineWidth(40),e.M(300,430),e.C(420,430,500,350,500,250),e.C(500,150,420,70,300,70),e.C(180,70,100,150,100,250),e.C(100,350,180,430,260,430),e.stroke(),e.M(300,430),e.L(360,370),e.L(360,480),e.Z(),e.fill()}},10562:{width:600,draw:e=>{e.lineWidth(30),e.M(100,320),e.L(460,320),e.stroke(),e.M(500,320),e.L(400,380),e.L(400,260),e.Z(),e.fill(),e.M(400,180),e.L(180,180),e.stroke(),e.M(140,180),e.L(240,240),e.L(240,120),e.Z(),e.fill()}},10563:{width:600,draw:e=>{e.lineWidth(30),e.M(500,320),e.L(140,320),e.stroke(),e.M(100,320),e.L(200,380),e.L(200,260),e.Z(),e.fill(),e.M(200,180),e.L(420,180),e.stroke(),e.M(460,180),e.L(360,240),e.L(360,120),e.Z(),e.fill()}},10564:{width:600,draw:e=>{e.lineWidth(30),e.M(200,320),e.L(420,320),e.stroke(),e.M(460,320),e.L(360,380),e.L(360,260),e.Z(),e.fill(),e.M(500,180),e.L(140,180),e.stroke(),e.M(100,180),e.L(200,240),e.L(200,120),e.Z(),e.fill()}},10565:{width:600,draw:e=>{e.lineWidth(40),e.M(100,300),e.L(460,300),e.stroke(),e.M(500,300),e.L(400,380),e.L(400,220),e.Z(),e.fill(),e.lineWidth(30),e.M(270,100),e.L(330,100),e.stroke(),e.M(300,70),e.L(300,130),e.stroke()}},10568:{width:600,draw:e=>{e.lineWidth(35),e.M(100,350),e.L(460,350),e.stroke(),e.M(500,350),e.L(400,410),e.L(400,290),e.Z(),e.fill(),e.lineWidth(30),e.M(140,200),e.C(220,240,360,160,460,200),e.stroke(),e.M(140,130),e.C(220,170,360,90,460,130),e.stroke()}},10570:{width:600,draw:e=>{e.lineWidth(40),e.M(100,250),e.L(500,250),e.stroke(),e.M(100,250),e.L(200,370),e.L(200,250),e.Z(),e.fill(),e.M(500,250),e.L(400,130),e.L(400,250),e.Z(),e.fill()}},10571:{width:600,draw:e=>{e.lineWidth(40),e.M(100,250),e.L(500,250),e.stroke(),e.M(100,250),e.L(200,130),e.L(200,250),e.Z(),e.fill(),e.M(500,250),e.L(400,370),e.L(400,250),e.Z(),e.fill()}},10572:{width:600,draw:e=>{e.lineWidth(40),e.M(300,50),e.L(300,450),e.stroke(),e.M(300,450),e.L(400,350),e.L(300,350),e.Z(),e.fill(),e.M(300,50),e.L(200,150),e.L(300,150),e.Z(),e.fill()}},10573:{width:600,draw:e=>{e.lineWidth(40),e.M(300,50),e.L(300,450),e.stroke(),e.M(300,450),e.L(200,350),e.L(300,350),e.Z(),e.fill(),e.M(300,50),e.L(400,150),e.L(300,150),e.Z(),e.fill()}},10574:{width:600,draw:e=>{e.lineWidth(40),e.M(100,250),e.L(500,250),e.stroke(),e.M(100,250),e.L(200,370),e.L(200,250),e.Z(),e.fill(),e.M(500,250),e.L(400,370),e.L(400,250),e.Z(),e.fill()}},10575:{width:600,draw:e=>{e.lineWidth(40),e.M(300,50),e.L(300,450),e.stroke(),e.M(300,450),e.L(400,350),e.L(300,350),e.Z(),e.fill(),e.M(300,50),e.L(400,150),e.L(300,150),e.Z(),e.fill()}},10576:{width:600,draw:e=>{e.lineWidth(40),e.M(100,250),e.L(500,250),e.stroke(),e.M(100,250),e.L(200,130),e.L(200,250),e.Z(),e.fill(),e.M(500,250),e.L(400,130),e.L(400,250),e.Z(),e.fill()}},10577:{width:600,draw:e=>{e.lineWidth(40),e.M(300,50),e.L(300,450),e.stroke(),e.M(300,450),e.L(200,350),e.L(300,350),e.Z(),e.fill(),e.M(300,50),e.L(200,150),e.L(300,150),e.Z(),e.fill()}},10594:{width:600,draw:e=>{e.lineWidth(40),e.M(500,250),e.L(150,250),e.stroke(),e.M(150,250),e.L(260,370),e.L(260,250),e.Z(),e.fill(),e.M(500,150),e.L(500,350),e.stroke()}},10596:{width:600,draw:e=>{e.lineWidth(40),e.M(100,250),e.L(450,250),e.stroke(),e.M(450,250),e.L(340,370),e.L(340,250),e.Z(),e.fill(),e.M(100,150),e.L(100,350),e.stroke()}},10602:{width:600,draw:e=>{e.lineWidth(35),e.M(100,300),e.L(500,300),e.stroke(),e.M(100,300),e.L(200,400),e.L(200,300),e.Z(),e.fill(),e.M(100,200),e.L(500,200),e.stroke(),e.M(500,200),e.L(400,300),e.L(400,200),e.Z(),e.fill()}},10603:{width:600,draw:e=>{e.lineWidth(35),e.M(100,200),e.L(500,200),e.stroke(),e.M(100,200),e.L(200,100),e.L(200,200),e.Z(),e.fill(),e.M(100,300),e.L(500,300),e.stroke(),e.M(500,300),e.L(400,200),e.L(400,300),e.Z(),e.fill()}},10604:{width:600,draw:e=>{e.lineWidth(35),e.M(100,200),e.L(500,200),e.stroke(),e.M(100,200),e.L(200,300),e.L(200,200),e.Z(),e.fill(),e.M(100,300),e.L(500,300),e.stroke(),e.M(500,300),e.L(400,200),e.L(400,300),e.Z(),e.fill()}},10605:{width:600,draw:e=>{e.lineWidth(35),e.M(100,200),e.L(500,200),e.stroke(),e.M(100,200),e.L(200,100),e.L(200,200),e.Z(),e.fill(),e.M(100,300),e.L(500,300),e.stroke(),e.M(500,300),e.L(400,400),e.L(400,300),e.Z(),e.fill()}},10606:{width:600,draw:e=>{e.lineWidth(35),e.M(230,80),e.L(230,420),e.stroke(),e.M(230,420),e.L(150,320),e.L(230,320),e.Z(),e.fill(),e.M(370,420),e.L(370,80),e.stroke(),e.M(370,80),e.L(450,180),e.L(370,180),e.Z(),e.fill()}},10607:{width:600,draw:e=>{e.lineWidth(35),e.M(230,420),e.L(230,80),e.stroke(),e.M(230,80),e.L(150,180),e.L(230,180),e.Z(),e.fill(),e.M(370,80),e.L(370,420),e.stroke(),e.M(370,420),e.L(450,320),e.L(370,320),e.Z(),e.fill()}},10608:{width:600,draw:e=>{e.lineWidth(35),e.M(100,300),e.L(420,300),e.stroke(),e.M(100,200),e.L(420,200),e.stroke(),e.M(500,250),e.C(480,300,440,350,420,350),e.stroke(),e.M(500,250),e.C(480,200,440,150,420,150),e.stroke()}},10612:{width:600,draw:e=>{e.lineWidth(35),e.M(100,350),e.L(460,350),e.stroke(),e.M(500,350),e.L(400,410),e.L(400,290),e.Z(),e.fill(),e.lineWidth(30),e.M(460,200),e.C(380,240,220,160,140,200),e.stroke(),e.M(460,130),e.C(380,170,220,90,140,130),e.stroke()}},10613:{width:600,draw:e=>{e.lineWidth(35),e.M(100,350),e.L(460,350),e.stroke(),e.M(500,350),e.L(400,410),e.L(400,290),e.Z(),e.fill(),e.lineWidth(35),e.M(140,170),e.C(220,230,380,110,460,170),e.stroke()}},10614:{width:600,draw:e=>{e.lineWidth(35),e.M(500,350),e.L(140,350),e.stroke(),e.M(100,350),e.L(200,410),e.L(200,290),e.Z(),e.fill(),e.lineWidth(35),e.M(140,170),e.C(220,230,380,110,460,170),e.stroke()}},10615:{width:600,draw:e=>{e.lineWidth(35),e.M(500,350),e.L(140,350),e.stroke(),e.M(100,350),e.L(200,410),e.L(200,290),e.Z(),e.fill(),e.lineWidth(30),e.M(140,200),e.C(220,240,360,160,460,200),e.stroke(),e.M(140,130),e.C(220,170,360,90,460,130),e.stroke()}},10616:{width:600,draw:e=>{e.lineWidth(35),e.M(100,380),e.L(460,380),e.stroke(),e.M(500,380),e.L(400,440),e.L(400,320),e.Z(),e.fill(),e.lineWidth(30),e.M(140,220),e.C(220,260,360,180,460,220),e.stroke(),e.M(140,150),e.C(220,190,360,110,460,150),e.stroke(),e.M(350,260),e.L(250,100),e.stroke()}},10617:{width:600,draw:e=>{e.lineWidth(35),e.M(120,250),e.L(480,250),e.stroke(),e.M(100,250),e.L(200,350),e.L(200,150),e.Z(),e.fill(),e.M(500,250),e.L(400,350),e.L(400,150),e.Z(),e.fill()}},10618:{width:600,draw:e=>{e.lineWidth(40),e.M(500,250),e.L(130,250),e.stroke(),e.M(100,250),e.L(210,350),e.L(210,150),e.Z(),e.fill(),e.M(280,180),e.L(370,320),e.stroke(),e.M(370,180),e.L(280,320),e.stroke()}},10619:{width:600,draw:e=>{e.lineWidth(40),e.M(100,250),e.L(470,250),e.stroke(),e.M(500,250),e.L(390,350),e.L(390,150),e.Z(),e.fill(),e.M(230,180),e.L(320,320),e.stroke(),e.M(320,180),e.L(230,320),e.stroke()}},10620:{width:600,draw:e=>{e.lineWidth(40),e.M(80,250),e.L(520,250),e.stroke(),e.M(520,250),e.L(420,370),e.L(420,250),e.Z(),e.fill()}},10621:{width:600,draw:e=>{e.lineWidth(40),e.M(80,250),e.L(520,250),e.stroke(),e.M(520,250),e.L(420,130),e.L(420,250),e.Z(),e.fill()}},10622:{width:600,draw:e=>{e.lineWidth(40),e.M(300,50),e.L(300,450),e.stroke(),e.M(300,450),e.L(400,350),e.L(300,350),e.Z(),e.fill()}},10623:{width:600,draw:e=>{e.lineWidth(40),e.M(300,50),e.L(300,450),e.stroke(),e.M(300,450),e.L(200,350),e.L(300,350),e.Z(),e.fill()}}},eA={10176:{width:600,draw:e=>{e.lineWidth(45),e.M(450,80),e.L(150,80),e.L(350,420),e.stroke(),e.M(150,80),e.L(250,200),e.stroke()}},10177:{width:600,draw:e=>{e.lineWidth(40),e.M(300,470),e.L(100,50),e.L(500,50),e.Z(),e.stroke(),e.M(300,320),e.L(220,140),e.L(380,140),e.Z(),e.stroke()}},10178:{width:600,draw:e=>{e.lineWidth(50),e.M(100,80),e.L(500,80),e.stroke(),e.M(300,80),e.L(300,420),e.stroke()}},10179:{width:600,draw:e=>{e.lineWidth(45),e.M(450,420),e.C(250,420,150,350,150,250),e.C(150,150,250,80,450,80),e.stroke()}},10180:{width:600,draw:e=>{e.lineWidth(45),e.M(150,420),e.C(350,420,450,350,450,250),e.C(450,150,350,80,150,80),e.stroke()}},10181:{width:600,draw:e=>{e.lineWidth(45),e.M(350,460),e.C(200,460,200,300,300,250),e.C(400,200,400,40,250,40),e.stroke()}},10182:{width:600,draw:e=>{e.lineWidth(45),e.M(250,460),e.C(400,460,400,300,300,250),e.C(200,200,200,40,350,40),e.stroke()}},10183:{width:600,draw:e=>{e.lineWidth(50),e.M(100,420),e.L(300,80),e.L(500,420),e.stroke(),e.circle(300,280,30),e.fill()}},10184:{width:600,draw:e=>{e.lineWidth(45),e.M(150,420),e.L(300,80),e.stroke(),e.M(450,420),e.C(350,420,300,350,300,250),e.C(300,150,350,80,450,80),e.stroke()}},10185:{width:600,draw:e=>{e.lineWidth(45),e.M(150,420),e.C(250,420,300,350,300,250),e.C(300,150,250,80,150,80),e.stroke(),e.M(450,420),e.L(300,80),e.stroke()}},10186:{width:600,draw:e=>{e.lineWidth(50),e.M(300,80),e.L(300,420),e.stroke(),e.M(150,250),e.L(450,250),e.stroke()}},10187:{width:600,draw:e=>{e.lineWidth(45),e.M(120,80),e.L(480,420),e.stroke()}},10188:{width:600,draw:e=>{e.lineWidth(45),e.M(200,80),e.C(150,80,120,120,120,200),e.L(120,420),e.stroke(),e.M(200,420),e.L(500,420),e.stroke()}},10189:{width:600,draw:e=>{e.lineWidth(45),e.M(120,420),e.L(480,80),e.stroke()}},10190:{width:600,draw:e=>{e.lineWidth(40),e.rect(100,50,400,400),e.stroke(),e.M(200,150),e.L(300,380),e.L(400,150),e.stroke()}},10191:{width:600,draw:e=>{e.lineWidth(40),e.rect(100,50,400,400),e.stroke(),e.M(200,350),e.L(300,120),e.L(400,350),e.stroke()}},10192:{width:600,draw:e=>{e.lineWidth(40),e.M(300,470),e.L(510,250),e.L(300,30),e.L(90,250),e.Z(),e.stroke(),e.circle(300,250,30),e.fill()}},10193:{width:600,draw:e=>{e.lineWidth(50),e.M(100,80),e.L(300,420),e.L(500,80),e.stroke(),e.circle(300,250,30),e.fill()}},10194:{width:600,draw:e=>{e.lineWidth(45),e.M(150,80),e.L(450,80),e.stroke(),e.M(300,80),e.L(300,420),e.stroke()}},10195:{width:600,draw:e=>{e.lineWidth(45),e.M(150,420),e.L(450,420),e.L(450,80),e.stroke(),e.circle(300,250,30),e.fill()}},10196:{width:600,draw:e=>{e.lineWidth(45),e.M(150,80),e.L(150,420),e.stroke(),e.M(150,420),e.L(450,420),e.stroke(),e.circle(300,250,30),e.fill()}},10197:{width:600,draw:e=>{e.lineWidth(40),e.M(300,420),e.L(500,250),e.L(300,80),e.stroke(),e.M(100,420),e.L(300,420),e.stroke(),e.M(100,80),e.L(300,80),e.stroke(),e.M(100,80),e.L(100,420),e.stroke()}},10198:{width:600,draw:e=>{e.lineWidth(40),e.M(300,420),e.L(100,250),e.L(300,80),e.stroke(),e.M(300,420),e.L(500,420),e.stroke(),e.M(300,80),e.L(500,80),e.stroke(),e.M(500,80),e.L(500,420),e.stroke()}},10199:{width:600,draw:e=>{e.lineWidth(40),e.M(300,420),e.L(500,250),e.L(300,80),e.L(100,250),e.Z(),e.stroke()}},10200:{width:600,draw:e=>{e.lineWidth(50),e.M(100,80),e.L(500,80),e.stroke(),e.M(300,80),e.L(300,420),e.stroke()}},10201:{width:600,draw:e=>{e.lineWidth(50),e.M(100,420),e.L(500,420),e.stroke(),e.M(300,420),e.L(300,80),e.stroke()}},10202:{width:600,draw:e=>{e.lineWidth(40),e.M(200,80),e.L(200,420),e.stroke(),e.M(250,80),e.L(250,420),e.stroke(),e.M(350,80),e.L(350,420),e.stroke(),e.M(400,80),e.L(400,420),e.stroke(),e.M(250,250),e.L(350,250),e.stroke()}},10203:{width:600,draw:e=>{e.lineWidth(45),e.M(200,80),e.L(200,420),e.stroke(),e.M(400,80),e.L(400,420),e.stroke(),e.M(200,250),e.L(400,250),e.stroke()}},10204:{width:600,draw:e=>{e.lineWidth(45),e.M(150,250),e.L(400,250),e.stroke(),e.circle(450,250,50),e.stroke()}},10205:{width:600,draw:e=>{e.lineWidth(45),e.M(150,80),e.L(150,420),e.stroke(),e.M(150,250),e.L(500,250),e.stroke()}},10206:{width:600,draw:e=>{e.lineWidth(45),e.M(450,80),e.L(450,420),e.stroke(),e.M(100,250),e.L(450,250),e.stroke()}},10207:{width:600,draw:e=>{e.lineWidth(45),e.M(100,100),e.L(500,100),e.stroke(),e.M(300,100),e.L(300,320),e.stroke(),e.circle(300,390,50),e.stroke()}},10208:{width:600,draw:e=>{e.lineWidth(40),e.M(300,470),e.L(510,250),e.L(300,30),e.L(90,250),e.Z(),e.stroke(),e.M(90,250),e.L(510,250),e.stroke()}},10209:{width:600,draw:e=>{e.lineWidth(40),e.M(300,450),e.C(250,300,100,250,100,250),e.C(100,250,250,200,300,50),e.C(350,200,500,250,500,250),e.C(500,250,350,300,300,450),e.stroke()}},10210:{width:600,draw:e=>{e.lineWidth(40),e.M(300,450),e.L(100,250),e.L(300,50),e.L(500,250),e.Z(),e.stroke(),e.M(400,250),e.L(300,250),e.stroke()}},10211:{width:600,draw:e=>{e.lineWidth(40),e.M(300,450),e.C(250,350,100,300,100,250),e.C(100,200,250,150,300,50),e.C(350,150,500,200,500,250),e.C(500,300,350,350,300,450),e.stroke()}},10212:{width:600,draw:e=>{e.lineWidth(40),e.M(300,450),e.C(250,350,100,300,100,250),e.C(100,200,250,150,300,50),e.C(350,150,500,200,500,250),e.C(500,300,350,350,300,450),e.stroke(),e.M(200,250),e.L(300,250),e.stroke()}},10213:{width:600,draw:e=>{e.lineWidth(40),e.M(300,450),e.C(250,350,100,300,100,250),e.C(100,200,250,150,300,50),e.C(350,150,500,200,500,250),e.C(500,300,350,350,300,450),e.stroke(),e.M(300,250),e.L(400,250),e.stroke()}},10214:{width:600,draw:e=>{e.lineWidth(45),e.M(380,470),e.L(200,470),e.L(200,30),e.L(380,30),e.stroke(),e.M(260,470),e.L(260,30),e.stroke()}},10215:{width:600,draw:e=>{e.lineWidth(45),e.M(220,470),e.L(400,470),e.L(400,30),e.L(220,30),e.stroke(),e.M(340,470),e.L(340,30),e.stroke()}},10220:{width:600,draw:e=>{e.lineWidth(45),e.M(380,470),e.C(200,400,200,100,380,30),e.stroke(),e.M(340,460),e.C(180,400,180,100,340,40),e.stroke()}},10221:{width:600,draw:e=>{e.lineWidth(45),e.M(220,470),e.C(400,400,400,100,220,30),e.stroke(),e.M(260,460),e.C(420,400,420,100,260,40),e.stroke()}},10222:{width:600,draw:e=>{e.lineWidth(45),e.M(370,470),e.C(230,380,230,120,370,30),e.stroke()}},10223:{width:600,draw:e=>{e.lineWidth(45),e.M(230,470),e.C(370,380,370,120,230,30),e.stroke()}}},tA={11008:{width:600,draw:e=>{e.lineWidth(40),e.M(120,80),e.L(480,420),e.stroke(),e.M(480,420),e.L(350,420),e.L(480,290),e.Z(),e.stroke()}},11009:{width:600,draw:e=>{e.lineWidth(40),e.M(480,80),e.L(120,420),e.stroke(),e.M(120,420),e.L(120,290),e.L(250,420),e.Z(),e.stroke()}},11010:{width:600,draw:e=>{e.lineWidth(40),e.M(120,420),e.L(480,80),e.stroke(),e.M(480,80),e.L(480,210),e.L(350,80),e.Z(),e.stroke()}},11011:{width:600,draw:e=>{e.lineWidth(40),e.M(480,420),e.L(120,80),e.stroke(),e.M(120,80),e.L(250,80),e.L(120,210),e.Z(),e.stroke()}},11012:{width:600,draw:e=>{e.lineWidth(40),e.M(60,250),e.L(200,400),e.L(200,310),e.L(400,310),e.L(400,400),e.L(540,250),e.L(400,100),e.L(400,190),e.L(200,190),e.L(200,100),e.Z(),e.stroke()}},11016:{width:600,draw:e=>{e.M(120,80),e.L(480,420),e.L(350,420),e.L(480,290),e.Z(),e.fill(),e.lineWidth(50),e.M(140,100),e.L(440,400),e.stroke()}},11017:{width:600,draw:e=>{e.M(480,80),e.L(120,420),e.L(120,290),e.L(250,420),e.Z(),e.fill(),e.lineWidth(50),e.M(460,100),e.L(160,400),e.stroke()}},11018:{width:600,draw:e=>{e.M(120,420),e.L(480,80),e.L(480,210),e.L(350,80),e.Z(),e.fill(),e.lineWidth(50),e.M(140,400),e.L(460,100),e.stroke()}},11019:{width:600,draw:e=>{e.M(480,420),e.L(120,80),e.L(250,80),e.L(120,210),e.Z(),e.fill(),e.lineWidth(50),e.M(460,400),e.L(160,100),e.stroke()}},11020:{width:600,draw:e=>{e.M(60,250),e.L(200,400),e.L(200,310),e.L(400,310),e.L(400,400),e.L(540,250),e.L(400,100),e.L(400,190),e.L(200,190),e.L(200,100),e.Z(),e.fill()}},11021:{width:600,draw:e=>{e.M(300,480),e.L(450,340),e.L(370,340),e.L(370,160),e.L(450,160),e.L(300,20),e.L(150,160),e.L(230,160),e.L(230,340),e.L(150,340),e.Z(),e.fill()}},11022:{width:600,draw:e=>{e.lineWidth(40),e.M(100,350),e.L(400,350),e.L(400,150),e.stroke(),e.M(400,150),e.L(330,250),e.L(470,250),e.Z(),e.fill()}},11023:{width:600,draw:e=>{e.lineWidth(40),e.M(100,150),e.L(400,150),e.L(400,350),e.stroke(),e.M(400,350),e.L(330,250),e.L(470,250),e.Z(),e.fill()}},11024:{width:600,draw:e=>{e.lineWidth(40),e.M(500,350),e.L(200,350),e.L(200,150),e.stroke(),e.M(200,150),e.L(130,250),e.L(270,250),e.Z(),e.fill()}},11025:{width:600,draw:e=>{e.lineWidth(40),e.M(500,150),e.L(200,150),e.L(200,350),e.stroke(),e.M(200,350),e.L(130,250),e.L(270,250),e.Z(),e.fill()}},11026:{width:600,draw:e=>{e.lineWidth(40),e.rect(100,50,400,400),e.stroke(),e.rect(100,250,400,200),e.fill()}},11027:{width:600,draw:e=>{e.lineWidth(40),e.rect(100,50,400,400),e.stroke(),e.rect(100,50,400,200),e.fill()}},11028:{width:600,draw:e=>{e.lineWidth(40),e.rect(100,50,400,400),e.stroke(),e.M(100,450),e.L(500,450),e.L(500,50),e.Z(),e.fill()}},11029:{width:600,draw:e=>{e.lineWidth(40),e.rect(100,50,400,400),e.stroke(),e.M(100,50),e.L(100,450),e.L(500,50),e.Z(),e.fill()}},11030:{width:600,draw:e=>{e.lineWidth(40),e.M(300,470),e.L(510,250),e.L(300,30),e.L(90,250),e.Z(),e.stroke(),e.M(300,470),e.L(90,250),e.L(300,30),e.Z(),e.fill()}},11031:{width:600,draw:e=>{e.lineWidth(40),e.M(300,470),e.L(510,250),e.L(300,30),e.L(90,250),e.Z(),e.stroke(),e.M(300,470),e.L(510,250),e.L(300,30),e.Z(),e.fill()}},11032:{width:600,draw:e=>{e.lineWidth(40),e.M(300,470),e.L(510,250),e.L(300,30),e.L(90,250),e.Z(),e.stroke(),e.M(90,250),e.L(300,470),e.L(510,250),e.Z(),e.fill()}},11033:{width:600,draw:e=>{e.lineWidth(40),e.M(300,470),e.L(510,250),e.L(300,30),e.L(90,250),e.Z(),e.stroke(),e.M(90,250),e.L(300,30),e.L(510,250),e.Z(),e.fill()}},11034:{width:600,draw:e=>{e.lineWidth(25);for(let t=0;t<8;t++){let n=100+t*50;e.M(n,450),e.L(n+30,450)}for(let t=0;t<8;t++){let n=100+t*50;e.M(n,50),e.L(n+30,50)}for(let t=0;t<8;t++){let n=50+t*50;e.M(100,n),e.L(100,n+30)}for(let t=0;t<8;t++){let n=50+t*50;e.M(500,n),e.L(500,n+30)}e.stroke()}},11037:{width:600,draw:e=>{e.rect(240,190,120,120),e.fill()}},11038:{width:600,draw:e=>{e.lineWidth(30),e.rect(240,190,120,120),e.stroke()}},11039:{width:600,draw:e=>{for(let t=0;t<5;t++){let n=(t*72-90)*Math.PI/180;t===0?e.M(300+200*Math.cos(n),250+200*Math.sin(n)):e.L(300+200*Math.cos(n),250+200*Math.sin(n))}e.Z(),e.fill()}},11040:{width:600,draw:e=>{e.lineWidth(40);for(let t=0;t<5;t++){let n=(t*72-90)*Math.PI/180;t===0?e.M(300+200*Math.cos(n),250+200*Math.sin(n)):e.L(300+200*Math.cos(n),250+200*Math.sin(n))}e.Z(),e.stroke()}},11041:{width:600,draw:e=>{e.lineWidth(40);for(let t=0;t<6;t++){let n=(t*60-90)*Math.PI/180;t===0?e.M(300+200*Math.cos(n),250+200*Math.sin(n)):e.L(300+200*Math.cos(n),250+200*Math.sin(n))}e.Z(),e.stroke()}},11042:{width:600,draw:e=>{for(let t=0;t<6;t++){let n=(t*60-90)*Math.PI/180;t===0?e.M(300+200*Math.cos(n),250+200*Math.sin(n)):e.L(300+200*Math.cos(n),250+200*Math.sin(n))}e.Z(),e.fill()}},11043:{width:600,draw:e=>{for(let t=0;t<6;t++){let n=t*60*Math.PI/180;t===0?e.M(300+200*Math.cos(n),250+200*Math.sin(n)):e.L(300+200*Math.cos(n),250+200*Math.sin(n))}e.Z(),e.fill()}},11044:{width:600,draw:e=>{e.circle(300,250,230),e.fill()}},11045:{width:600,draw:e=>{e.M(300,470),e.L(480,250),e.L(300,30),e.L(120,250),e.Z(),e.fill()}},11046:{width:600,draw:e=>{e.lineWidth(40),e.M(300,470),e.L(480,250),e.L(300,30),e.L(120,250),e.Z(),e.stroke()}},11047:{width:600,draw:e=>{e.M(300,490),e.L(460,250),e.L(300,10),e.L(140,250),e.Z(),e.fill()}},11048:{width:600,draw:e=>{e.lineWidth(40),e.M(300,490),e.L(460,250),e.L(300,10),e.L(140,250),e.Z(),e.stroke()}},11049:{width:600,draw:e=>{e.M(300,380),e.L(400,250),e.L(300,120),e.L(200,250),e.Z(),e.fill()}},11050:{width:600,draw:e=>{e.M(300,400),e.L(380,250),e.L(300,100),e.L(220,250),e.Z(),e.fill()}},11051:{width:600,draw:e=>{e.lineWidth(35),e.M(300,400),e.L(380,250),e.L(300,100),e.L(220,250),e.Z(),e.stroke()}},11052:{width:600,draw:e=>{e.ellipse(300,250,220,120),e.fill()}},11053:{width:600,draw:e=>{e.lineWidth(40),e.ellipse(300,250,220,120),e.stroke()}},11054:{width:600,draw:e=>{e.ellipse(300,250,120,220),e.fill()}},11055:{width:600,draw:e=>{e.lineWidth(40),e.ellipse(300,250,120,220),e.stroke()}},11056:{width:600,draw:e=>{e.lineWidth(40),e.M(480,250),e.L(180,250),e.stroke(),e.M(100,250),e.L(230,370),e.L(230,130),e.Z(),e.fill(),e.circle(510,250,30),e.fill()}},11057:{width:600,draw:e=>{e.lineWidth(25);for(let t=150;t<=350;t+=100)e.M(500,t),e.L(200,t),e.stroke(),e.M(120,t),e.L(220,t+60),e.L(220,t-60),e.Z(),e.fill()}},11058:{width:600,draw:e=>{e.lineWidth(35),e.M(460,250),e.L(200,250),e.stroke(),e.M(120,250),e.L(220,350),e.L(220,150),e.Z(),e.fill(),e.circle(500,250,40),e.stroke(),e.M(480,250),e.L(520,250),e.stroke(),e.M(500,230),e.L(500,270),e.stroke()}},11059:{width:600,draw:e=>{e.lineWidth(35),e.M(520,250),e.C(480,330,420,170,360,250),e.C(300,330,240,170,180,250),e.stroke(),e.M(100,250),e.L(200,340),e.L(200,160),e.Z(),e.fill()}},11060:{width:600,draw:e=>{e.lineWidth(40),e.M(500,250),e.L(100,250),e.stroke(),e.M(100,250),e.L(200,350),e.L(200,150),e.Z(),e.fill(),e.M(500,250),e.L(400,350),e.L(400,150),e.Z(),e.fill(),e.M(300,150),e.L(300,350),e.stroke()}},11061:{width:600,draw:e=>{e.lineWidth(35),e.M(500,250),e.L(100,250),e.stroke(),e.M(100,250),e.L(200,350),e.L(200,150),e.Z(),e.fill(),e.M(500,250),e.L(400,350),e.L(400,150),e.Z(),e.fill(),e.M(280,150),e.L(280,350),e.stroke(),e.M(320,150),e.L(320,350),e.stroke()}},11062:{width:600,draw:e=>{e.lineWidth(40),e.M(500,150),e.L(500,350),e.stroke(),e.M(500,250),e.L(100,250),e.stroke(),e.M(100,250),e.L(200,350),e.L(200,150),e.Z(),e.fill(),e.M(400,250),e.L(450,320),e.L(450,180),e.Z(),e.fill()}},11063:{width:600,draw:e=>{e.lineWidth(35),e.M(500,250),e.L(430,250),e.stroke(),e.M(380,250),e.L(310,250),e.stroke(),e.M(260,250),e.L(190,250),e.stroke(),e.M(100,250),e.L(200,350),e.L(200,150),e.Z(),e.fill(),e.M(500,250),e.L(430,330),e.L(430,170),e.Z(),e.fill()}},11064:{width:600,draw:e=>{e.circle(450,250,20),e.fill(),e.circle(370,250,20),e.fill(),e.circle(290,250,20),e.fill(),e.lineWidth(40),e.M(230,250),e.L(170,250),e.stroke(),e.M(100,250),e.L(220,350),e.L(220,150),e.Z(),e.fill()}},11065:{width:600,draw:e=>{e.lineWidth(40),e.M(500,250),e.L(150,250),e.stroke(),e.M(100,250),e.L(200,350),e.L(200,150),e.Z(),e.fill(),e.M(500,350),e.L(500,150),e.stroke(),e.M(350,150),e.L(350,350),e.stroke()}},11066:{width:600,draw:e=>{e.lineWidth(35),e.M(500,250),e.L(150,250),e.stroke(),e.M(100,250),e.L(200,340),e.L(200,160),e.Z(),e.fill(),e.M(500,340),e.L(500,160),e.stroke(),e.M(330,160),e.L(330,340),e.stroke(),e.M(370,160),e.L(370,340),e.stroke()}},11067:{width:600,draw:e=>{e.lineWidth(40),e.M(500,250),e.L(100,250),e.stroke(),e.M(100,250),e.L(200,350),e.L(200,150),e.Z(),e.fill(),e.M(500,250),e.L(400,350),e.L(400,150),e.Z(),e.fill(),e.M(500,350),e.L(500,150),e.stroke()}},11068:{width:600,draw:e=>{e.lineWidth(35),e.M(520,250),e.L(80,250),e.stroke(),e.M(80,250),e.L(170,340),e.L(170,160),e.Z(),e.fill(),e.M(520,250),e.L(430,340),e.L(430,160),e.Z(),e.fill(),e.M(520,340),e.L(520,160),e.stroke(),e.M(300,160),e.L(300,340),e.stroke()}},11069:{width:600,draw:e=>{e.lineWidth(30),e.M(530,250),e.L(70,250),e.stroke(),e.M(70,250),e.L(160,340),e.L(160,160),e.Z(),e.fill(),e.M(530,250),e.L(440,340),e.L(440,160),e.Z(),e.fill(),e.M(530,340),e.L(530,160),e.stroke(),e.M(280,160),e.L(280,340),e.stroke(),e.M(320,160),e.L(320,340),e.stroke()}},11070:{width:600,draw:e=>{e.lineWidth(40),e.M(500,250),e.L(130,250),e.stroke(),e.M(100,250),e.L(210,350),e.L(210,150),e.Z(),e.fill(),e.M(310,180),e.L(390,320),e.stroke(),e.M(390,180),e.L(310,320),e.stroke()}},11071:{width:600,draw:e=>{e.lineWidth(35),e.M(500,250),e.C(440,330,380,170,300,250),e.C(240,330,200,170,160,250),e.stroke(),e.M(100,250),e.L(200,340),e.L(200,160),e.Z(),e.fill()}},11072:{width:600,draw:e=>{e.lineWidth(35),e.M(500,200),e.L(140,200),e.stroke(),e.M(100,200),e.L(200,270),e.L(200,130),e.Z(),e.fill(),e.M(150,350),e.L(470,350),e.stroke(),e.M(150,400),e.L(470,400),e.stroke()}},11073:{width:600,draw:e=>{e.lineWidth(35),e.M(500,200),e.L(140,200),e.stroke(),e.M(100,200),e.L(200,270),e.L(200,130),e.Z(),e.fill(),e.M(470,380),e.C(400,430,200,330,140,380),e.stroke()}},11077:{width:600,draw:e=>{e.lineWidth(25),e.M(500,330),e.L(200,330),e.stroke(),e.M(500,280),e.L(200,280),e.stroke(),e.M(500,230),e.L(200,230),e.stroke(),e.M(500,180),e.L(200,180),e.stroke(),e.M(100,250),e.L(230,400),e.L(230,100),e.Z(),e.fill()}},11078:{width:600,draw:e=>{e.lineWidth(25),e.M(100,330),e.L(400,330),e.stroke(),e.M(100,280),e.L(400,280),e.stroke(),e.M(100,230),e.L(400,230),e.stroke(),e.M(100,180),e.L(400,180),e.stroke(),e.M(500,250),e.L(370,400),e.L(370,100),e.Z(),e.fill()}},11089:{width:600,draw:e=>{for(let t=0;t<5;t++){let n=(t*72-90)*Math.PI/180,r=(t*72+36-90)*Math.PI/180;t===0?e.M(300+200*Math.cos(n),260+200*Math.sin(n)):e.L(300+200*Math.cos(n),260+200*Math.sin(n)),e.L(300+80*Math.cos(r),260+80*Math.sin(r))}e.Z(),e.fill()}},11090:{width:600,draw:e=>{e.lineWidth(35);for(let t=0;t<5;t++){let n=(t*72-90)*Math.PI/180,r=(t*72+36-90)*Math.PI/180;t===0?e.M(300+200*Math.cos(n),260+200*Math.sin(n)):e.L(300+200*Math.cos(n),260+200*Math.sin(n)),e.L(300+80*Math.cos(r),260+80*Math.sin(r))}e.Z(),e.stroke()}},11091:{width:600,draw:e=>{for(let t=0;t<4;t++){let n=(t*90-90)*Math.PI/180,r=(t*90+45-90)*Math.PI/180;t===0?e.M(300+210*Math.cos(n),260+210*Math.sin(n)):e.L(300+210*Math.cos(n),260+210*Math.sin(n)),e.L(300+90*Math.cos(r),260+90*Math.sin(r))}e.Z(),e.fill()}},11092:{width:600,draw:e=>{e.lineWidth(40);for(let t=0;t<4;t++){let n=(t*90-90)*Math.PI/180,r=(t*90+45-90)*Math.PI/180;t===0?e.M(300+210*Math.cos(n),260+210*Math.sin(n)):e.L(300+210*Math.cos(n),260+210*Math.sin(n)),e.L(300+90*Math.cos(r),260+90*Math.sin(r))}e.Z(),e.stroke()}},11093:{width:600,draw:e=>{e.lineWidth(60),e.circle(300,250,210),e.stroke()}},11094:{width:600,draw:e=>{e.circle(300,250,40),e.fill()}},11095:{width:600,draw:e=>{e.lineWidth(50),e.circle(300,250,180),e.stroke()}},11096:{width:600,draw:e=>{e.lineWidth(45),e.circle(300,250,200),e.stroke()}},11097:{width:600,draw:e=>{e.lineWidth(40),e.circle(300,250,200),e.stroke(),e.circle(300,250,100),e.stroke()}},11104:{width:600,draw:e=>{e.lineWidth(40),e.M(500,250),e.L(200,250),e.stroke(),e.M(100,250),e.L(230,380),e.L(230,120),e.Z(),e.fill()}},11105:{width:600,draw:e=>{e.lineWidth(40),e.M(300,50),e.L(300,350),e.stroke(),e.M(300,450),e.L(180,320),e.L(420,320),e.Z(),e.fill()}},11106:{width:600,draw:e=>{e.lineWidth(40),e.M(100,250),e.L(400,250),e.stroke(),e.M(500,250),e.L(370,380),e.L(370,120),e.Z(),e.fill()}},11107:{width:600,draw:e=>{e.lineWidth(40),e.M(300,450),e.L(300,150),e.stroke(),e.M(300,50),e.L(180,180),e.L(420,180),e.Z(),e.fill()}},11108:{width:600,draw:e=>{e.lineWidth(35),e.M(180,250),e.L(420,250),e.stroke(),e.M(100,250),e.L(210,350),e.L(210,150),e.Z(),e.fill(),e.M(500,250),e.L(390,350),e.L(390,150),e.Z(),e.fill()}},11109:{width:600,draw:e=>{e.lineWidth(35),e.M(300,140),e.L(300,360),e.stroke(),e.M(300,460),e.L(200,350),e.L(400,350),e.Z(),e.fill(),e.M(300,40),e.L(200,150),e.L(400,150),e.Z(),e.fill()}},11120:{width:600,draw:e=>{e.lineWidth(30),e.M(500,280),e.L(200,280),e.stroke(),e.M(500,220),e.L(200,220),e.stroke(),e.M(100,250),e.L(230,380),e.L(230,120),e.Z(),e.fill()}},11122:{width:600,draw:e=>{e.lineWidth(30),e.M(100,280),e.L(400,280),e.stroke(),e.M(100,220),e.L(400,220),e.stroke(),e.M(500,250),e.L(370,380),e.L(370,120),e.Z(),e.fill()}},11157:{width:600,draw:e=>{e.M(550,250),e.L(370,420),e.L(370,310),e.L(50,310),e.L(50,190),e.L(370,190),e.L(370,80),e.Z(),e.fill()}},11118:{width:600,draw:e=>{e.lineWidth(40),e.M(150,400),e.L(150,200),e.C(150,80,300,50,450,80),e.C(500,100,520,200,450,250),e.stroke(),e.M(150,400),e.L(80,300),e.L(220,300),e.Z(),e.fill()}},11119:{width:600,draw:e=>{e.lineWidth(40),e.M(450,400),e.L(450,200),e.C(450,80,300,50,150,80),e.C(100,100,80,200,150,250),e.stroke(),e.M(450,400),e.L(380,300),e.L(520,300),e.Z(),e.fill()}},11134:{width:600,draw:e=>{e.lineWidth(40),e.M(100,250),e.L(430,250),e.stroke(),e.M(500,250),e.L(380,360),e.L(380,140),e.Z(),e.fill(),e.M(100,150),e.L(100,350),e.stroke()}},11135:{width:600,draw:e=>{e.lineWidth(40),e.M(500,250),e.L(170,250),e.stroke(),e.M(100,250),e.L(220,360),e.L(220,140),e.Z(),e.fill(),e.M(500,150),e.L(500,350),e.stroke()}},11144:{width:600,draw:e=>{e.circle(300,250,220),e.fill()}},11146:{width:600,draw:e=>{e.circle(300,250,220),e.fill()}},11148:{width:600,draw:e=>{e.lineWidth(40),e.M(350,430),e.C(200,430,100,350,100,250),e.C(100,150,200,70,350,70),e.C(480,70,520,200,500,300),e.stroke(),e.M(350,430),e.L(290,370),e.L(400,370),e.Z(),e.fill()}},11150:{width:600,draw:e=>{e.lineWidth(40),e.M(250,430),e.C(400,430,500,350,500,250),e.C(500,150,400,70,250,70),e.C(120,70,80,200,100,300),e.stroke(),e.M(250,430),e.L(200,370),e.L(310,370),e.Z(),e.fill()}},11152:{width:600,draw:e=>{e.lineWidth(40),e.M(480,250),e.L(200,250),e.stroke(),e.M(120,250),e.L(170,300),e.L(220,250),e.L(170,200),e.Z(),e.fill()}},11153:{width:600,draw:e=>{e.lineWidth(40),e.M(120,250),e.L(400,250),e.stroke(),e.M(480,250),e.L(430,300),e.L(380,250),e.L(430,200),e.Z(),e.fill()}},11165:{width:600,draw:e=>{e.M(300,450),e.L(150,100),e.L(450,100),e.Z(),e.fill()}},11166:{width:600,draw:e=>{e.M(150,450),e.L(500,250),e.L(150,50),e.Z(),e.fill()}},11167:{width:600,draw:e=>{e.M(150,400),e.L(450,400),e.L(300,50),e.Z(),e.fill()}},11168:{width:600,draw:e=>{e.M(450,450),e.L(100,250),e.L(450,50),e.Z(),e.fill()}},11169:{width:600,draw:e=>{e.lineWidth(40),e.M(300,450),e.L(150,100),e.L(450,100),e.Z(),e.stroke()}},11170:{width:600,draw:e=>{e.lineWidth(40),e.M(150,450),e.L(500,250),e.L(150,50),e.Z(),e.stroke()}},11171:{width:600,draw:e=>{e.lineWidth(40),e.M(150,400),e.L(450,400),e.L(300,50),e.Z(),e.stroke()}},11172:{width:600,draw:e=>{e.lineWidth(40),e.M(450,450),e.L(100,250),e.L(450,50),e.Z(),e.stroke()}}};function G(e,t,n,r,i,a){return{width:600,draw:o=>{a||o.lineWidth(30);for(let a=0;a<e;a++){let s=(a*360/e-90)*Math.PI/180,c=(a*360/e+180/e-90)*Math.PI/180;a===0?o.M(t+r*Math.cos(s),n+r*Math.sin(s)):o.L(t+r*Math.cos(s),n+r*Math.sin(s)),o.L(t+i*Math.cos(c),n+i*Math.sin(c))}o.Z(),a?o.fill():o.stroke()}}}let nA={9690:{width:600,draw:e=>{e.lineWidth(45),e.M(80,250),e.C(80,390,180,470,300,470),e.C(420,470,520,390,520,250),e.stroke()}},9691:{width:600,draw:e=>{e.lineWidth(45),e.M(520,250),e.C(520,110,420,30,300,30),e.C(180,30,80,110,80,250),e.stroke()}},10690:{width:600,draw:e=>{e.lineWidth(35),e.circle(260,250,180),e.stroke(),e.circle(470,250,50),e.stroke()}},10691:{width:600,draw:e=>{e.lineWidth(35),e.circle(260,250,180),e.stroke(),e.M(440,290),e.L(540,290),e.stroke(),e.M(440,210),e.L(540,210),e.stroke()}},10692:{width:600,draw:e=>{e.lineWidth(38),e.rect(80,30,440,440),e.stroke(),e.M(160,100),e.L(440,400),e.stroke()}},10693:{width:600,draw:e=>{e.lineWidth(38),e.rect(80,30,440,440),e.stroke(),e.M(160,400),e.L(440,100),e.stroke()}},10694:{width:600,draw:e=>{e.lineWidth(38),e.rect(80,30,440,440),e.stroke(),e.lineWidth(35),e.M(300,100),e.L(300,400),e.stroke(),e.M(160,250),e.L(440,250),e.stroke(),e.M(180,120),e.L(420,380),e.stroke(),e.M(180,380),e.L(420,120),e.stroke()}},9548:{width:600,draw:e=>{e.lineWidth(40),e.M(0,250),e.L(120,250),e.stroke(),e.M(200,250),e.L(400,250),e.stroke(),e.M(480,250),e.L(600,250),e.stroke()}},9549:{width:600,draw:e=>{e.lineWidth(80),e.M(0,250),e.L(120,250),e.stroke(),e.M(200,250),e.L(400,250),e.stroke(),e.M(480,250),e.L(600,250),e.stroke()}},9550:{width:600,draw:e=>{e.lineWidth(40),e.M(300,0),e.L(300,100),e.stroke(),e.M(300,180),e.L(300,320),e.stroke(),e.M(300,400),e.L(300,500),e.stroke()}},9551:{width:600,draw:e=>{e.lineWidth(80),e.M(300,0),e.L(300,100),e.stroke(),e.M(300,180),e.L(300,320),e.stroke(),e.M(300,400),e.L(300,500),e.stroke()}},8456:{width:600,draw:e=>{e.lineWidth(40),e.M(180,450),e.L(420,450),e.L(420,250),e.L(250,250),e.stroke(),e.M(420,250),e.L(420,50),e.L(180,50),e.stroke()}},8483:{width:600,draw:e=>{e.lineWidth(45),e.M(150,480),e.L(300,20),e.L(450,480),e.stroke()}},8506:{width:600,draw:e=>{e.lineWidth(40),e.ellipse(300,260,180,200),e.stroke(),e.M(380,140),e.L(480,40),e.stroke()}},8507:{width:600,draw:e=>{e.lineWidth(40),e.M(80,50),e.L(80,480),e.L(200,480),e.stroke(),e.M(80,280),e.L(180,280),e.stroke(),e.M(230,50),e.L(300,480),e.L(370,50),e.stroke(),e.M(255,200),e.L(345,200),e.stroke(),e.M(400,480),e.L(520,50),e.stroke(),e.M(520,480),e.L(400,50),e.stroke()}},9135:{width:600,draw:e=>{e.lineWidth(40),e.M(0,250),e.L(600,250),e.stroke()}},9143:{width:600,draw:e=>{e.lineWidth(45),e.M(80,250),e.L(200,250),e.L(300,0),e.L(520,500),e.stroke()}},9144:{width:300,draw:e=>{e.lineWidth(40),e.M(80,0),e.L(80,500),e.stroke()}},9145:{width:300,draw:e=>{e.lineWidth(40),e.M(220,0),e.L(220,500),e.stroke()}},9154:{width:600,draw:e=>{e.lineWidth(35),e.M(300,0),e.L(300,500),e.stroke(),e.M(100,250),e.C(150,300,250,200,300,250),e.C(350,300,450,200,500,250),e.stroke()}}};for(let e of[9155,9156,9157,9158,9159,9160,9169,9170,9171,9172,9173,9174,9175,9176,9177])nA[e]={width:600,draw:e=>{e.lineWidth(35),e.M(300,0),e.L(300,500),e.stroke(),e.M(150,250),e.L(450,250),e.stroke()}};nA[10063]={width:600,draw:e=>{e.lineWidth(30),e.rect(120,80,360,360),e.stroke(),e.lineWidth(50),e.M(140,80),e.L(500,80),e.L(500,420),e.stroke()}},nA[10064]={width:600,draw:e=>{e.lineWidth(30),e.rect(120,80,360,360),e.stroke(),e.lineWidth(50),e.M(480,440),e.L(480,80),e.L(120,80),e.stroke()}},nA[10065]={width:600,draw:e=>{e.lineWidth(30),e.rect(120,80,360,360),e.stroke(),e.lineWidth(50),e.M(460,440),e.L(100,440),e.L(100,80),e.stroke()}},nA[10066]={width:600,draw:e=>{e.lineWidth(30),e.rect(120,80,360,360),e.stroke(),e.lineWidth(50),e.M(120,60),e.L(120,420),e.L(480,420),e.stroke()}},nA[10072]={width:250,draw:e=>{e.lineWidth(35),e.M(125,0),e.L(125,500),e.stroke()}},nA[10073]={width:300,draw:e=>{e.lineWidth(55),e.M(150,0),e.L(150,500),e.stroke()}},nA[10074]={width:350,draw:e=>{e.lineWidth(80),e.M(175,0),e.L(175,500),e.stroke()}},nA[10075]={width:300,draw:e=>{e.circle(150,430,55),e.fill(),e.lineWidth(40),e.M(150,375),e.C(110,320,90,290,70,270),e.stroke()}},nA[10076]={width:300,draw:e=>{e.circle(150,430,55),e.fill(),e.lineWidth(40),e.M(150,375),e.C(190,320,210,290,230,270),e.stroke()}},nA[10077]={width:450,draw:e=>{e.circle(120,430,50),e.fill(),e.circle(300,430,50),e.fill(),e.lineWidth(35),e.M(120,380),e.C(80,320,60,290,40,270),e.stroke(),e.M(300,380),e.C(260,320,240,290,220,270),e.stroke()}},nA[10078]={width:450,draw:e=>{e.circle(150,430,50),e.fill(),e.circle(330,430,50),e.fill(),e.lineWidth(35),e.M(150,380),e.C(190,320,210,290,230,270),e.stroke(),e.M(330,380),e.C(370,320,390,290,410,270),e.stroke()}},nA[10079]={width:300,draw:e=>{e.circle(150,80,50),e.fill(),e.lineWidth(40),e.M(150,130),e.C(190,190,210,220,230,250),e.stroke()}},nA[10080]={width:450,draw:e=>{e.circle(130,80,45),e.fill(),e.circle(310,80,45),e.fill(),e.lineWidth(35),e.M(130,125),e.C(170,190,190,220,210,250),e.stroke(),e.M(310,125),e.C(350,190,370,220,390,250),e.stroke()}},nA[10081]={width:600,draw:e=>{e.lineWidth(45),e.M(300,480),e.L(300,100),e.stroke(),e.M(180,380),e.L(420,380),e.stroke(),e.circle(300,50,30),e.fill()}};for(let[e,t,n,r]of[[10088,10089,!1,!1],[10090,10091,!1,!0],[10092,10093,!0,!1],[10094,10095,!0,!1],[10096,10097,!0,!0],[10098,10099,!1,!0],[10100,10101,!1,!1]]){let i=r?55:38;n?(nA[e]={width:350,draw:e=>{e.lineWidth(i),e.M(280,480),e.L(100,250),e.L(280,20),e.stroke()}},nA[t]={width:350,draw:e=>{e.lineWidth(i),e.M(70,480),e.L(250,250),e.L(70,20),e.stroke()}}):(nA[e]={width:350,draw:e=>{e.lineWidth(i),e.M(260,480),e.C(100,400,100,100,260,20),e.stroke()}},nA[t]={width:350,draw:e=>{e.lineWidth(i),e.M(90,480),e.C(250,400,250,100,90,20),e.stroke()}})}{let e=(e,t,n,r,i)=>{[e=>{e.ellipse(n,r,i*.28,i*.42),e.stroke()},e=>{e.M(n,r+i*.42),e.L(n,r-i*.42),e.stroke()},e=>{e.M(n-i*.25,r+i*.25),e.C(n-i*.25,r+i*.45,n+i*.25,r+i*.45,n+i*.25,r+i*.15),e.L(n-i*.25,r-i*.42),e.L(n+i*.25,r-i*.42),e.stroke()},e=>{e.M(n-i*.22,r+i*.42),e.L(n+i*.22,r+i*.42),e.L(n+i*.22,r),e.L(n-i*.1,r),e.stroke(),e.M(n+i*.22,r),e.L(n+i*.22,r-i*.42),e.L(n-i*.22,r-i*.42),e.stroke()},e=>{e.M(n+i*.2,r+i*.42),e.L(n-i*.25,r-i*.05),e.L(n+i*.25,r-i*.05),e.stroke(),e.M(n+i*.2,r+i*.42),e.L(n+i*.2,r-i*.42),e.stroke()},e=>{e.M(n+i*.22,r+i*.42),e.L(n-i*.22,r+i*.42),e.L(n-i*.22,r+i*.05),e.L(n+i*.22,r+i*.05),e.C(n+i*.35,r+i*.05,n+i*.35,r-i*.42,n-i*.22,r-i*.42),e.stroke()},e=>{e.M(n+i*.2,r+i*.35),e.C(n-i*.1,r+i*.45,n-i*.3,r+i*.15,n-i*.25,r-i*.1),e.C(n-i*.2,r-i*.45,n+i*.25,r-i*.45,n+i*.25,r-i*.1),e.C(n+i*.25,r+i*.1,n-i*.25,r+i*.1,n-i*.25,r-i*.1),e.stroke()},e=>{e.M(n-i*.22,r+i*.42),e.L(n+i*.22,r+i*.42),e.L(n-i*.05,r-i*.42),e.stroke()},e=>{e.ellipse(n,r+i*.22,i*.2,i*.2),e.stroke(),e.ellipse(n,r-i*.22,i*.22,i*.22),e.stroke()},e=>{e.M(n-i*.2,r-i*.35),e.C(n+i*.1,r-i*.45,n+i*.3,r-i*.15,n+i*.25,r+i*.1),e.C(n+i*.2,r+i*.45,n-i*.25,r+i*.45,n-i*.25,r+i*.1),e.C(n-i*.25,r-i*.1,n+i*.25,r-i*.1,n+i*.25,r+i*.1),e.stroke()}][t](e)};for(let t=0;t<10;t++){let n=t+1;nA[10112+t]={width:600,draw:t=>{t.lineWidth(28),t.circle(300,250,220),t.stroke(),t.lineWidth(26),n<=9?e(t,n,300,250,210):(e(t,1,225,250,155),e(t,0,375,250,155))}}}for(let t=0;t<10;t++){let n=t+1;nA[10122+t]={width:600,draw:t=>{t.rect(70,20,460,460),t.fill(),t.lineWidth(24),n<=9?e(t,n,300,250,200):(e(t,1,225,250,150),e(t,0,375,250,150))}}}}nA[10160]={width:600,draw:e=>{e.lineWidth(40),e.M(150,100),e.C(150,400,450,400,450,250),e.C(450,100,250,100,250,250),e.C(250,350,350,400,450,350),e.stroke()}},nA[10175]={width:600,draw:e=>{e.lineWidth(35),e.M(80,150),e.C(80,400,300,400,300,250),e.C(300,100,150,100,150,250),e.stroke(),e.M(300,150),e.C(300,400,520,400,520,250),e.C(520,100,370,100,370,250),e.stroke()}};function rA(e,t){let n=Math.sqrt(e*e+t*t),r=e/n,i=t/n,a=-i,o=r,s=300+r*220,c=250+i*220,l=300-r*220,u=250-i*220,d=300-r*60,f=250-i*60;return{width:600,draw:e=>{e.M(l-a*50,u-o*50),e.L(d-a*50,f-o*50),e.L(d-a*120,f-o*120),e.L(s,c),e.L(d+a*120,f+o*120),e.L(d+a*50,f+o*50),e.L(l+a*50,u+o*50),e.Z(),e.fill()}}}function iA(e){let t={1:[[300,250]],2:[[200,350],[400,150]],3:[[200,350],[300,250],[400,150]],4:[[200,350],[400,350],[200,150],[400,150]],5:[[200,350],[400,350],[300,250],[200,150],[400,150]],6:[[200,350],[400,350],[200,250],[400,250],[200,150],[400,150]]};return{width:600,draw:n=>{n.lineWidth(35),n.rect(100,50,400,400),n.stroke();let r=t[e]??[];for(let[e,t]of r)n.circle(e,t,30),n.fill()}}}function aA(e,t){return{width:600,draw:n=>{switch(t||n.lineWidth(30),n.rect(180,30,240,40),t?n.fill():n.stroke(),e){case`king`:n.M(220,70),n.L(220,350),n.L(380,350),n.L(380,70),n.Z(),t?n.fill():n.stroke(),n.lineWidth(35),n.M(300,350),n.L(300,450),n.stroke(),n.M(260,420),n.L(340,420),n.stroke();break;case`queen`:n.M(220,70),n.L(200,350),n.L(400,350),n.L(380,70),n.Z(),t?n.fill():n.stroke(),n.lineWidth(25),n.M(200,350),n.L(160,430),n.stroke(),n.M(270,350),n.L(250,440),n.stroke(),n.M(300,350),n.L(300,460),n.stroke(),n.M(330,350),n.L(350,440),n.stroke(),n.M(400,350),n.L(440,430),n.stroke();break;case`rook`:n.M(200,70),n.L(200,350),n.L(400,350),n.L(400,70),n.Z(),t?n.fill():n.stroke(),n.rect(180,350,60,80),t?n.fill():n.stroke(),n.rect(270,350,60,80),t?n.fill():n.stroke(),n.rect(360,350,60,80),t?n.fill():n.stroke();break;case`bishop`:n.M(230,70),n.L(200,300),n.C(200,400,400,400,400,300),n.L(370,70),n.Z(),t?n.fill():n.stroke(),n.M(300,300),n.L(300,460),t||n.lineWidth(25),n.stroke();break;case`knight`:n.M(220,70),n.L(220,300),n.L(280,350),n.L(280,420),n.L(350,460),n.L(420,400),n.L(380,300),n.L(380,70),n.Z(),t?n.fill():n.stroke();break;case`pawn`:n.M(230,70),n.L(230,200),n.L(370,200),n.L(370,70),n.Z(),t?n.fill():n.stroke(),n.circle(300,320,90),t?n.fill():n.stroke();break}}}}function oA(e,t){return{width:600,draw:n=>{n.lineWidth(t);for(let t=0;t<e;t++){let r=t*180/e*Math.PI/180;n.M(300-180*Math.cos(r),250-180*Math.sin(r)),n.L(300+180*Math.cos(r),250+180*Math.sin(r))}n.stroke()}}}let K={10025:G(4,300,250,220,80,!1),10026:{width:600,draw:e=>{e.lineWidth(30),e.circle(300,250,230),e.stroke(),G(5,300,250,180,70,!0).draw(e)}},10027:G(4,300,250,220,100,!0),10028:G(4,300,250,220,100,!1),10029:G(5,300,250,220,100,!1),10030:G(6,300,250,220,130,!1),10031:G(6,300,250,220,100,!1),10033:oA(6,45),10034:oA(4,30),10035:oA(8,25),10036:G(8,300,250,200,100,!0),10037:G(8,300,250,200,80,!0),10038:G(6,300,250,220,110,!0),10039:G(6,300,250,220,110,!1),10040:G(8,300,250,220,90,!0),10041:oA(12,40),10042:oA(6,35),10043:oA(8,20),10044:oA(8,15),10045:oA(4,50),10046:G(6,300,250,200,140,!1),10047:G(8,300,250,200,140,!0),10048:G(8,300,250,200,140,!1),10049:G(8,300,250,210,160,!1),10050:G(16,300,250,220,160,!1),10051:oA(6,50),10052:G(6,300,250,220,120,!1),10053:G(6,300,250,200,100,!1),10054:G(4,300,250,220,60,!1),10055:G(4,300,250,200,50,!0),10056:G(4,300,250,220,50,!0),10057:G(4,300,250,180,80,!0),10058:G(8,300,250,200,130,!0),10059:G(8,300,250,220,100,!0),9984:{width:600,draw:e=>{e.lineWidth(35),e.circle(170,370,80),e.stroke(),e.circle(170,130,80),e.stroke(),e.M(240,320),e.L(520,80),e.stroke(),e.M(240,180),e.L(520,420),e.stroke()}},9987:{width:600,draw:e=>{e.lineWidth(40),e.circle(170,370,80),e.stroke(),e.circle(170,130,80),e.stroke(),e.M(240,320),e.L(520,80),e.stroke(),e.M(240,180),e.L(520,420),e.stroke()}},9988:{width:600,draw:e=>{e.lineWidth(30),e.circle(160,350,70),e.stroke(),e.circle(160,150,70),e.stroke(),e.M(220,300),e.L(500,100),e.stroke(),e.M(220,200),e.L(500,400),e.stroke()}},9989:{width:600,draw:e=>{e.lineWidth(70),e.M(100,250),e.L(240,80),e.L(500,450),e.stroke()}},9994:{width:600,draw:e=>{e.circle(300,250,200),e.fill()}},9995:{width:600,draw:e=>{e.lineWidth(40),e.M(180,50),e.L(180,350),e.stroke(),e.M(250,50),e.L(250,400),e.stroke(),e.M(320,50),e.L(320,400),e.stroke(),e.M(390,50),e.L(390,350),e.stroke(),e.M(450,100),e.L(450,300),e.stroke()}},9996:{width:600,draw:e=>{e.lineWidth(40),e.M(220,50),e.L(250,400),e.stroke(),e.M(380,50),e.L(350,400),e.stroke()}},9997:{width:600,draw:e=>{e.lineWidth(40),e.M(120,50),e.L(460,430),e.stroke(),e.M(120,50),e.L(150,130),e.stroke()}},10001:{width:600,draw:e=>{e.lineWidth(40),e.M(140,30),e.L(460,430),e.stroke(),e.M(120,80),e.L(190,30),e.stroke()}},10002:{width:600,draw:e=>{e.M(140,30),e.L(110,80),e.L(440,470),e.L(490,470),e.L(490,430),e.L(170,30),e.Z(),e.fill()}},10009:{width:600,draw:e=>{e.lineWidth(50),e.M(300,30),e.L(300,470),e.stroke(),e.M(90,250),e.L(510,250),e.stroke()}},10011:{width:600,draw:e=>{e.lineWidth(65),e.M(300,30),e.L(300,470),e.stroke(),e.M(80,250),e.L(520,250),e.stroke()}},10015:{width:600,draw:e=>{e.lineWidth(45),e.M(300,0),e.L(300,500),e.stroke(),e.M(120,370),e.L(480,370),e.stroke()}},10017:G(6,300,250,230,115,!1),10018:G(4,300,250,220,60,!0),10019:G(4,300,250,220,80,!1),10020:G(4,300,250,200,100,!0),10021:G(4,300,250,220,40,!0),10060:{width:600,draw:e=>{e.lineWidth(70),e.M(130,60),e.L(470,440),e.stroke(),e.M(130,440),e.L(470,60),e.stroke()}},10061:{width:600,draw:e=>{e.lineWidth(50),e.circle(300,250,210),e.stroke()}},10062:{width:600,draw:e=>{e.rect(80,30,440,440),e.fill()}},10067:{width:600,draw:e=>{e.lineWidth(55),e.M(200,400),e.C(200,480,400,480,400,380),e.C(400,300,300,280,300,220),e.stroke(),e.circle(300,120,35),e.fill()}},10068:{width:600,draw:e=>{e.lineWidth(45),e.M(200,400),e.C(200,480,400,480,400,380),e.C(400,300,300,280,300,220),e.stroke(),e.circle(300,120,30),e.fill()}},10069:{width:600,draw:e=>{e.lineWidth(50),e.M(200,400),e.C(200,480,400,480,400,380),e.C(400,300,300,280,300,220),e.stroke(),e.circle(300,120,35),e.fill()}},10070:G(4,300,250,230,50,!0),10071:{width:600,draw:e=>{e.lineWidth(60),e.M(300,480),e.L(300,150),e.stroke(),e.circle(300,60,38),e.fill()}},10082:{width:600,draw:e=>{e.lineWidth(55),e.M(300,480),e.L(300,150),e.stroke(),e.circle(300,60,35),e.fill()}},10083:{width:600,draw:e=>{e.lineWidth(55),e.M(300,480),e.L(300,200),e.stroke(),e.M(300,100),e.C(300,100,200,130,200,70),e.C(200,20,300,20,300,100),e.C(300,20,400,20,400,70),e.C(400,130,300,100,300,100),e.fill()}},10084:{width:600,draw:e=>{e.M(300,80),e.C(300,80,60,220,60,350),e.C(60,470,180,500,300,500),e.C(420,500,540,470,540,350),e.C(540,220,300,80,300,80),e.Z(),e.fill()}},10085:{width:600,draw:e=>{e.lineWidth(35),e.M(300,370),e.L(300,100),e.stroke(),e.M(300,460),e.C(300,460,200,490,200,430),e.C(200,380,300,380,300,460),e.C(300,380,400,380,400,430),e.C(400,490,300,460,300,460),e.fill()}},10086:{width:600,draw:e=>{e.lineWidth(30),e.M(300,80),e.C(300,80,100,200,100,300),e.C(100,400,200,450,300,400),e.C(400,450,500,400,500,300),e.C(500,200,300,80,300,80),e.stroke()}},10087:{width:600,draw:e=>{e.lineWidth(35),e.M(300,80),e.C(300,80,80,220,80,340),e.C(80,460,200,500,300,490),e.C(400,500,520,460,520,340),e.C(520,220,300,80,300,80),e.Z(),e.stroke()}},10133:{width:600,draw:e=>{e.rect(240,50,120,400),e.fill(),e.rect(100,190,400,120),e.fill()}},10134:{width:600,draw:e=>{e.rect(100,200,400,100),e.fill()}},10135:{width:600,draw:e=>{e.lineWidth(50),e.M(120,50),e.L(480,450),e.stroke(),e.circle(200,370,35),e.fill(),e.circle(400,130,35),e.fill()}}};function sA(e,t,n,r,i){let a=Math.sqrt(e*e+t*t),o=e/a,s=t/a,c=-s,l=o,u=300+o*220,d=250+s*220,f=300-o*220,p=250-s*220,m=u-o*r,h=d-s*r;return{width:600,draw:e=>{e.M(f-c*i,p-l*i),e.L(m-c*i,h-l*i),e.L(m-c*n,h-l*n),e.L(u,d),e.L(m+c*n,h+l*n),e.L(m+c*i,h+l*i),e.L(f+c*i,p+l*i),e.Z(),e.fill()}}}function cA(e,t,n){let r=Math.sqrt(e*e+t*t),i=e/r,a=t/r,o=-a,s=i,c=300+i*200,l=250+a*200,u=300-i*200,d=250-a*200,f=c-i*140,p=l-a*140;return{width:600,draw:e=>{let t=n,r=-n;e.M(u+t-o*45,d+r-s*45),e.L(f+t-o*45,p+r-s*45),e.L(f+t-o*110,p+r-s*110),e.L(c+t,l+r),e.L(f+t+o*110,p+r+s*110),e.L(f+t+o*45,p+r+s*45),e.L(u+t+o*45,d+r+s*45),e.Z(),e.fill(),e.M(u-o*45,d-s*45),e.L(f-o*45,p-s*45),e.L(f-o*110,p-s*110),e.L(c,l),e.L(f+o*110,p+s*110),e.L(f+o*45,p+s*45),e.L(u+o*45,d+s*45),e.Z(),e.fill()}}}function lA(e){return{width:600,draw:t=>{let n=e>0?400:100;t.lineWidth(50),t.M(100,n),t.C(100,250,300,250,480,250),t.stroke(),t.M(480,250),t.L(400,180),t.L(400,320),t.Z(),t.fill()}}}function uA(e,t,n){return{width:600,draw:r=>{r.lineWidth(n),r.M(80,250-t),r.L(360,250-t),r.L(360,250-e),r.L(520,250),r.L(360,250+e),r.L(360,250+t),r.L(80,250+t),r.Z(),r.stroke()}}}K[10136]||=rA(1,-1),K[10137]||=sA(1,0,100,180,40),K[10138]||=sA(1,0,130,200,55),K[10139]||=sA(1,0,140,220,30),K[10140]||=sA(1,0,110,160,50),K[10141]||=sA(1,0,90,180,60),K[10142]||=sA(1,0,120,240,65),K[10143]||=sA(1,0,80,150,70),K[10144]||=sA(1,0,150,200,35),K[10146]||=cA(1,0,15),K[10147]||=cA(1,0,25),K[10148]||=cA(1,0,10),K[10149]||=lA(1),K[10150]||=lA(-1),K[10151]||=uA(100,40,30),K[10152]||=sA(1,0,160,260,45),K[10153]||=uA(120,50,35),K[10154]||=sA(1,0,100,140,55),K[10155]||=cA(1,0,20),K[10156]||=cA(1,0,30),K[10157]||=uA(90,35,28),K[10158]||=sA(1,0,130,180,60),K[10159]||={width:600,draw:e=>{e.lineWidth(45),e.M(100,400),e.C(150,150,350,150,480,250),e.stroke(),e.M(480,250),e.L(420,180),e.L(420,320),e.Z(),e.fill()}},K[10161]||=sA(1,0,95,170,35),K[10162]||=sA(1,0,145,230,50),K[10163]||=uA(80,30,25),K[10164]||=sA(1,0,110,190,25),K[10165]||=sA(1,0,135,210,40),K[10166]||=uA(110,45,32),K[10167]||=sA(1,0,120,200,70),K[10168]||=sA(1,0,140,250,20),K[10169]||=uA(130,55,38),K[10170]||=sA(1,0,105,170,45),K[10171]||=uA(100,40,40),K[10172]||=sA(1,0,90,160,55),K[10173]||=sA(1,0,150,240,30),K[10174]||=uA(115,48,30);let q={9730:{width:600,draw:e=>{e.lineWidth(35),e.M(100,250),e.C(100,420,250,450,300,450),e.C(350,450,500,420,500,250),e.stroke(),e.M(300,250),e.L(300,80),e.C(300,30,230,30,230,80),e.stroke()}},9731:{width:600,draw:e=>{e.lineWidth(30),e.circle(300,100,80),e.stroke(),e.circle(300,250,100),e.stroke(),e.circle(300,420,70),e.stroke()}},9732:{width:600,draw:e=>{e.circle(180,250,80),e.fill(),e.lineWidth(25),e.M(260,250),e.C(350,300,450,350,530,400),e.stroke(),e.M(260,270),e.C(350,250,450,200,530,150),e.stroke()}},9748:{width:600,draw:e=>{e.lineWidth(35),e.M(100,300),e.C(100,450,300,480,300,480),e.C(300,480,500,450,500,300),e.stroke(),e.M(300,300),e.L(300,100),e.C(300,50,230,50,230,100),e.stroke(),e.lineWidth(20),e.M(200,150),e.L(180,80),e.stroke(),e.M(400,150),e.L(380,80),e.stroke()}},9749:{width:600,draw:e=>{e.lineWidth(35),e.rect(150,50,250,250),e.stroke(),e.M(400,230),e.C(470,230,470,120,400,120),e.stroke(),e.lineWidth(25),e.M(200,350),e.C(220,400,350,400,370,350),e.stroke(),e.M(250,450),e.L(320,450),e.stroke()}},9752:{width:600,draw:e=>{e.lineWidth(30),e.M(300,50),e.L(300,250),e.stroke(),e.M(300,250),e.C(200,350,100,400,150,450),e.C(200,500,300,400,300,250),e.stroke(),e.M(300,250),e.C(400,350,500,400,450,450),e.C(400,500,300,400,300,250),e.stroke(),e.M(300,250),e.C(250,300,200,250,250,200),e.C(280,170,300,250,300,250),e.stroke()}}},dA=[[9800,e=>{e.lineWidth(45),e.M(150,100),e.C(150,300,300,500,300,500),e.stroke(),e.M(450,100),e.C(450,300,300,500,300,500),e.stroke()}],[9801,e=>{e.lineWidth(45),e.circle(300,200,150),e.stroke(),e.M(150,350),e.C(150,450,300,500,300,500),e.stroke(),e.M(450,350),e.C(450,450,300,500,300,500),e.stroke()}],[9802,e=>{e.lineWidth(40),e.M(180,80),e.L(420,80),e.stroke(),e.M(180,420),e.L(420,420),e.stroke(),e.M(220,80),e.L(220,420),e.stroke(),e.M(380,80),e.L(380,420),e.stroke()}],[9803,e=>{e.lineWidth(45),e.M(180,350),e.C(180,450,300,450,300,350),e.C(300,250,180,250,180,350),e.stroke(),e.M(420,150),e.C(420,50,300,50,300,150),e.C(300,250,420,250,420,150),e.stroke()}],[9804,e=>{e.lineWidth(45),e.circle(200,380,80),e.stroke(),e.M(280,380),e.C(350,380,400,300,400,200),e.C(400,100,300,50,250,100),e.stroke()}],[9805,e=>{e.lineWidth(40),e.M(120,450),e.L(120,150),e.C(120,50,220,50,220,150),e.L(220,450),e.stroke(),e.M(220,150),e.C(220,50,320,50,320,150),e.L(320,400),e.C(320,450,380,450,400,400),e.stroke()}],[9806,e=>{e.lineWidth(45),e.M(100,250),e.L(500,250),e.stroke(),e.M(100,350),e.C(200,300,400,300,500,350),e.stroke()}],[9807,e=>{e.lineWidth(40),e.M(100,400),e.L(100,150),e.C(100,50,200,50,200,150),e.L(200,400),e.stroke(),e.M(200,150),e.C(200,50,300,50,300,150),e.L(300,400),e.stroke(),e.M(300,400),e.L(400,300),e.stroke(),e.M(370,340),e.L(400,300),e.L(430,340),e.stroke()}],[9808,e=>{e.lineWidth(50),e.M(100,100),e.L(480,400),e.stroke(),e.M(400,400),e.L(480,400),e.L(480,320),e.stroke(),e.M(100,250),e.L(350,250),e.stroke(),e.M(100,350),e.L(350,350),e.stroke()}],[9809,e=>{e.lineWidth(40),e.M(120,400),e.C(120,200,250,100,350,100),e.C(450,100,480,200,480,300),e.C(480,400,420,450,380,400),e.C(340,350,380,300,420,350),e.stroke()}],[9810,e=>{e.lineWidth(45),e.M(100,330),e.C(200,380,300,280,400,330),e.C(500,380,500,330,500,330),e.stroke(),e.M(100,200),e.C(200,250,300,150,400,200),e.C(500,250,500,200,500,200),e.stroke()}],[9811,e=>{e.lineWidth(45),e.M(150,400),e.C(150,250,300,250,300,250),e.C(300,250,450,250,450,100),e.stroke(),e.M(150,100),e.C(150,250,300,250,300,250),e.C(300,250,450,250,450,400),e.stroke(),e.M(100,250),e.L(500,250),e.stroke()}]];for(let[e,t]of dA)q[e]={width:600,draw:t};for(let[e,t,n]of[[9812,`king`,!1],[9813,`queen`,!1],[9814,`rook`,!1],[9815,`bishop`,!1],[9816,`knight`,!1],[9817,`pawn`,!1],[9818,`king`,!0],[9819,`queen`,!0],[9820,`rook`,!0],[9821,`bishop`,!0],[9822,`knight`,!0],[9823,`pawn`,!0]])q[e]=aA(t,n);q[9825]={width:600,draw:e=>{e.lineWidth(35),e.M(300,60),e.C(300,60,80,200,80,320),e.C(80,440,180,480,300,480),e.C(420,480,520,440,520,320),e.C(520,200,300,60,300,60),e.Z(),e.stroke()}},q[9826]={width:600,draw:e=>{e.lineWidth(35),e.M(300,480),e.L(500,250),e.L(300,20),e.L(100,250),e.Z(),e.stroke()}},q[9828]={width:600,draw:e=>{e.lineWidth(35),e.M(300,490),e.C(300,490,50,340,70,200),e.C(80,100,180,60,300,200),e.C(420,60,520,100,530,200),e.C(550,340,300,490,300,490),e.Z(),e.stroke(),e.rect(260,20,80,160),e.stroke()}},q[9831]={width:600,draw:e=>{e.lineWidth(30),e.circle(300,370,100),e.stroke(),e.circle(195,230,90),e.stroke(),e.circle(405,230,90),e.stroke(),e.rect(275,20,50,180),e.stroke()}};for(let e=1;e<=6;e++)q[9855+e]=iA(e);q[9851]={width:600,draw:e=>{e.lineWidth(40),e.M(300,450),e.L(150,180),e.stroke(),e.M(150,180),e.L(450,180),e.stroke(),e.M(450,180),e.L(300,450),e.stroke(),e.M(270,430),e.L(300,480),e.L(330,430),e.stroke(),e.M(170,220),e.L(130,190),e.L(160,150),e.stroke(),e.M(430,220),e.L(470,190),e.L(440,150),e.stroke()}},q[9855]={width:600,draw:e=>{e.lineWidth(40),e.circle(280,200,130),e.stroke(),e.circle(280,400,40),e.fill(),e.M(280,360),e.L(280,250),e.L(380,250),e.stroke(),e.M(380,250),e.L(420,130),e.stroke()}},q[9735]={width:600,draw:e=>{e.lineWidth(45),e.M(350,480),e.L(220,310),e.L(370,280),e.L(250,60),e.stroke()}},q[9736]={width:600,draw:e=>{e.lineWidth(30),e.M(120,280),e.C(120,400,200,430,300,430),e.C(400,430,480,400,480,280),e.C(480,200,400,170,350,200),e.C(340,140,280,130,230,170),e.C(180,150,120,200,120,280),e.stroke(),e.lineWidth(35),e.M(330,430),e.L(270,350),e.L(340,330),e.L(280,250),e.stroke()}},q[9737]={width:600,draw:e=>{e.lineWidth(30),e.circle(300,250,120),e.stroke();for(let t=0;t<8;t++){let n=t*Math.PI/4;e.M(300+150*Math.cos(n),250+150*Math.sin(n)),e.L(300+200*Math.cos(n),250+200*Math.sin(n))}e.stroke()}},q[9738]={width:600,draw:e=>{e.lineWidth(35),e.circle(300,250,140),e.stroke(),e.M(140,370),e.L(460,130),e.stroke()}},q[9739]={width:600,draw:e=>{e.lineWidth(35),e.circle(300,250,140),e.stroke(),e.M(140,130),e.L(460,370),e.stroke()}},q[9740]={width:600,draw:e=>{e.lineWidth(35),e.circle(300,250,130),e.stroke(),e.M(120,250),e.L(480,250),e.stroke()}},q[9741]={width:600,draw:e=>{e.lineWidth(35),e.circle(300,250,130),e.stroke(),e.M(300,70),e.L(300,430),e.stroke()}},q[9743]={width:600,draw:e=>{e.lineWidth(30),e.M(150,80),e.C(120,200,120,350,180,430),e.C(250,480,350,480,420,430),e.C(480,350,480,200,450,80),e.C(430,30,370,50,370,120),e.C(370,180,340,200,300,200),e.C(260,200,230,180,230,120),e.C(230,50,170,30,150,80),e.Z(),e.stroke()}},q[9750]={width:600,draw:e=>{e.lineWidth(35),e.circle(300,250,150),e.stroke(),e.M(300,100),e.L(300,400),e.stroke(),e.M(150,250),e.L(450,250),e.stroke()}},q[9751]={width:600,draw:e=>{e.lineWidth(30),e.circle(300,250,150),e.stroke(),e.M(300,100),e.L(300,400),e.stroke(),e.M(150,200),e.L(450,200),e.stroke(),e.M(150,300),e.L(450,300),e.stroke()}},q[9753]={width:600,draw:e=>{e.M(300,100),e.C(300,100,100,220,100,330),e.C(100,440,190,480,300,480),e.C(410,480,500,440,500,330),e.C(500,220,300,100,300,100),e.Z(),e.fill()}},q[9754]={width:600,draw:e=>{e.rect(120,100,360,300),e.fill(),e.M(120,250),e.L(60,200),e.L(60,300),e.Z(),e.fill()}},q[9755]={width:600,draw:e=>{e.rect(120,100,360,300),e.fill(),e.M(480,250),e.L(540,200),e.L(540,300),e.Z(),e.fill()}},q[9756]={width:600,draw:e=>{e.lineWidth(35),e.rect(120,100,360,300),e.stroke(),e.M(120,250),e.L(60,200),e.L(60,300),e.Z(),e.stroke()}},q[9757]={width:600,draw:e=>{e.lineWidth(35),e.rect(150,100,300,320),e.stroke(),e.M(300,420),e.L(250,480),e.L(350,480),e.Z(),e.stroke()}},q[9758]={width:600,draw:e=>{e.lineWidth(35),e.rect(120,100,360,300),e.stroke(),e.M(480,250),e.L(540,200),e.L(540,300),e.Z(),e.stroke()}},q[9759]={width:600,draw:e=>{e.lineWidth(35),e.rect(150,100,300,320),e.stroke(),e.M(300,100),e.L(250,40),e.L(350,40),e.Z(),e.stroke()}},q[9760]={width:600,draw:e=>{e.lineWidth(30),e.circle(300,320,130),e.stroke(),e.M(180,220),e.L(420,60),e.stroke(),e.M(420,220),e.L(180,60),e.stroke()}},q[9761]={width:600,draw:e=>{e.lineWidth(35),e.M(300,450),e.L(80,50),e.L(520,50),e.Z(),e.stroke(),e.lineWidth(30),e.M(300,350),e.L(300,200),e.stroke(),e.circle(300,140,20),e.fill()}},q[9762]={width:600,draw:e=>{e.circle(300,250,40),e.fill(),e.lineWidth(25);for(let t=0;t<3;t++){let n=(t*120-90)*Math.PI/180,r=n-.4,i=n+.4;e.M(300+60*Math.cos(r),250+60*Math.sin(r)),e.L(300+190*Math.cos(r),250+190*Math.sin(r)),e.C(300+200*Math.cos(n),250+200*Math.sin(n),300+200*Math.cos(n),250+200*Math.sin(n),300+190*Math.cos(i),250+190*Math.sin(i)),e.L(300+60*Math.cos(i),250+60*Math.sin(i)),e.Z(),e.fill()}}},q[9763]={width:600,draw:e=>{e.lineWidth(25),e.circle(300,250,30),e.stroke();for(let t=0;t<3;t++){let n=(t*120-90)*Math.PI/180,r=300+110*Math.cos(n),i=250+110*Math.sin(n);e.circle(r,i,80),e.stroke()}}},q[9764]={width:600,draw:e=>{e.lineWidth(30),e.M(300,50),e.L(300,450),e.stroke(),e.M(200,400),e.C(200,330,400,280,400,210),e.stroke(),e.M(400,400),e.C(400,330,200,280,200,210),e.stroke(),e.M(300,400),e.L(200,440),e.stroke(),e.M(300,400),e.L(400,440),e.stroke()}},q[9765]={width:600,draw:e=>{e.lineWidth(40),e.M(300,50),e.L(300,270),e.stroke(),e.M(180,270),e.L(420,270),e.stroke(),e.ellipse(300,380,80,100),e.stroke()}},q[9766]={width:600,draw:e=>{e.lineWidth(35),e.M(300,50),e.L(300,460),e.stroke(),e.M(170,350),e.L(430,350),e.stroke(),e.M(200,420),e.L(400,420),e.stroke(),e.M(220,210),e.L(380,170),e.stroke()}},q[9767]={width:600,draw:e=>{e.lineWidth(35),e.M(140,100),e.L(460,420),e.stroke(),e.M(460,100),e.L(140,420),e.stroke(),e.M(300,420),e.L(300,480),e.stroke(),e.M(370,360),e.C(430,400,430,460,370,480),e.stroke()}},q[9768]={width:600,draw:e=>{e.lineWidth(35),e.M(300,50),e.L(300,460),e.stroke(),e.M(170,310),e.L(430,310),e.stroke(),e.M(200,180),e.L(400,180),e.stroke()}},q[9769]={width:600,draw:e=>{e.lineWidth(30),e.M(300,50),e.L(300,450),e.stroke(),e.M(100,250),e.L(500,250),e.stroke(),e.lineWidth(15);for(let[t,n]of[[190,350],[410,350],[190,150],[410,150]])e.M(t,n-35),e.L(t,n+35),e.stroke(),e.M(t-35,n),e.L(t+35,n),e.stroke()}},q[9770]={width:600,draw:e=>{e.lineWidth(30),e.circle(280,250,170),e.stroke(),e.M(370,250),e.circle(350,250,140),e.stroke(),G(5,440,380,50,20,!0).draw(e)}},q[9771]={width:600,draw:e=>{e.lineWidth(35),e.rect(120,70,360,360),e.stroke(),e.circle(300,250,40),e.fill()}},q[9772]={width:600,draw:e=>{e.lineWidth(30),e.M(300,50),e.L(300,450),e.stroke(),e.circle(300,250,130),e.stroke(),e.M(150,200),e.C(180,350,420,350,450,200),e.stroke()}},q[9773]={width:600,draw:e=>{e.lineWidth(35),e.M(350,80),e.L(200,430),e.stroke(),e.M(140,120),e.L(250,120),e.stroke(),e.M(350,400),e.C(450,350,500,250,430,150),e.C(380,80,300,100,280,180),e.stroke()}};for(let[e,t,n,r]of[[9776,!0,!0,!0],[9777,!0,!0,!1],[9778,!0,!1,!0],[9779,!0,!1,!1],[9780,!1,!0,!0],[9781,!1,!0,!1],[9782,!1,!1,!0],[9783,!1,!1,!1]])q[e]={width:600,draw:e=>{e.lineWidth(40);let i=[t,n,r],a=[380,250,120];for(let t=0;t<3;t++)i[t]?(e.M(120,a[t]),e.L(480,a[t]),e.stroke()):(e.M(120,a[t]),e.L(260,a[t]),e.stroke(),e.M(340,a[t]),e.L(480,a[t]),e.stroke())}};q[9788]={width:600,draw:e=>{e.lineWidth(25),e.circle(300,250,90),e.stroke();for(let t=0;t<12;t++){let n=t*Math.PI/6;e.M(300+110*Math.cos(n),250+110*Math.sin(n)),e.L(300+160*Math.cos(n),250+160*Math.sin(n))}e.stroke()}},q[9789]={width:600,draw:e=>{e.lineWidth(30),e.circle(300,250,180),e.stroke(),e.M(300,70),e.C(180,70,120,150,120,250),e.C(120,350,180,430,300,430),e.Z(),e.fill()}},q[9790]={width:600,draw:e=>{e.lineWidth(30),e.circle(300,250,180),e.stroke(),e.M(300,70),e.C(420,70,480,150,480,250),e.C(480,350,420,430,300,430),e.Z(),e.fill()}},q[9791]={width:600,draw:e=>{e.lineWidth(30),e.circle(300,270,100),e.stroke(),e.M(300,170),e.L(300,70),e.stroke(),e.M(250,120),e.L(350,120),e.stroke(),e.M(230,420),e.C(230,480,300,480,300,430),e.stroke(),e.M(370,420),e.C(370,480,300,480,300,430),e.stroke()}},q[9793]={width:600,draw:e=>{e.lineWidth(35),e.circle(300,250,170),e.stroke(),e.M(300,80),e.L(300,420),e.stroke(),e.M(130,250),e.L(470,250),e.stroke()}},q[9795]={width:600,draw:e=>{e.lineWidth(40),e.M(380,80),e.L(380,460),e.stroke(),e.M(150,280),e.L(480,280),e.stroke(),e.M(380,280),e.L(150,450),e.stroke()}},q[9796]={width:600,draw:e=>{e.lineWidth(35),e.M(230,460),e.L(230,100),e.stroke(),e.M(230,280),e.C(300,250,370,250,370,310),e.C(370,370,330,400,280,400),e.stroke(),e.M(170,460),e.L(290,460),e.stroke()}},q[9797]={width:600,draw:e=>{e.lineWidth(30),e.circle(300,200,100),e.stroke(),e.circle(300,200,20),e.fill(),e.M(300,300),e.L(300,460),e.stroke(),e.M(260,430),e.L(300,460),e.L(340,430),e.stroke()}},q[9798]={width:600,draw:e=>{e.lineWidth(35),e.M(300,80),e.L(300,460),e.stroke(),e.M(200,460),e.L(400,460),e.stroke(),e.M(180,350),e.L(180,460),e.stroke(),e.M(300,350),e.L(300,460),e.stroke(),e.M(420,350),e.L(420,460),e.stroke(),e.M(180,350),e.L(420,350),e.stroke()}},q[9799]={width:600,draw:e=>{e.lineWidth(30),e.circle(300,290,90),e.stroke(),e.M(210,290),e.C(210,430,390,430,390,290),e.stroke(),e.M(300,200),e.L(300,80),e.stroke(),e.M(250,140),e.L(350,140),e.stroke()}},q[9832]={width:600,draw:e=>{e.lineWidth(30),e.M(120,200),e.C(120,80,480,80,480,200),e.stroke(),e.lineWidth(25);for(let t of[200,300,400])e.M(t,220),e.C(t-30,280,t+30,340,t,400),e.stroke()}},q[9835]={width:600,draw:e=>{e.lineWidth(30),e.M(200,80),e.L(200,400),e.stroke(),e.M(400,80),e.L(400,350),e.stroke(),e.lineWidth(45),e.M(200,400),e.L(400,400),e.stroke(),e.ellipse(200,120,50,40),e.fill(),e.ellipse(400,120,50,40),e.fill()}},q[9836]={width:600,draw:e=>{e.lineWidth(25),e.M(200,80),e.L(200,400),e.stroke(),e.M(400,80),e.L(400,350),e.stroke(),e.lineWidth(35),e.M(200,400),e.L(400,400),e.stroke(),e.M(200,340),e.L(400,340),e.stroke(),e.ellipse(200,120,45,35),e.fill(),e.ellipse(400,120,45,35),e.fill()}},q[9838]={width:600,draw:e=>{e.lineWidth(30),e.M(220,50),e.L(220,400),e.stroke(),e.M(380,100),e.L(380,450),e.stroke(),e.lineWidth(35),e.M(220,200),e.L(380,250),e.stroke(),e.M(220,300),e.L(380,350),e.stroke()}},q[9840]={width:600,draw:e=>{e.lineWidth(30),e.M(300,50),e.L(300,450),e.stroke(),e.M(120,280),e.L(480,280),e.stroke(),e.circle(300,50,20),e.fill(),e.circle(300,450,20),e.fill(),e.circle(120,280,20),e.fill(),e.circle(480,280,20),e.fill()}},q[9841]={width:600,draw:e=>{e.lineWidth(35),e.M(300,50),e.L(300,450),e.stroke(),e.M(120,280),e.L(480,280),e.stroke(),e.M(280,50),e.L(320,50),e.stroke(),e.M(280,450),e.L(320,450),e.stroke(),e.M(120,260),e.L(120,300),e.stroke(),e.M(480,260),e.L(480,300),e.stroke()}};for(let e=0;e<=8;e++){let t=9842+e,n=e<=6?e+1:0;q[t]={width:600,draw:e=>{e.lineWidth(30),e.M(300,420),e.L(130,130),e.stroke(),e.M(130,130),e.L(470,130),e.stroke(),e.M(470,130),e.L(300,420),e.stroke(),e.M(270,400),e.L(300,440),e.L(330,400),e.stroke(),e.M(155,165),e.L(115,140),e.L(150,110),e.stroke(),e.M(445,165),e.L(485,140),e.L(450,110),e.stroke(),n>0&&(e.lineWidth(25),e.M(280,220),e.L(320,220),e.stroke(),e.M(300,200),e.L(300,280),e.stroke())}}}q[9852]={width:600,draw:e=>{e.lineWidth(35),e.M(300,430),e.L(120,120),e.L(480,120),e.Z(),e.stroke(),e.M(270,410),e.L(300,450),e.L(330,410),e.stroke()}},q[9853]={width:600,draw:e=>{e.lineWidth(30),e.M(300,430),e.L(210,260),e.stroke(),e.M(170,190),e.L(120,120),e.L(270,120),e.stroke(),e.M(350,120),e.L(480,120),e.L(390,260),e.stroke(),e.M(360,330),e.L(300,430),e.stroke()}},q[9854]={width:600,draw:e=>{e.lineWidth(30),e.circle(300,250,190),e.stroke(),e.M(300,250),e.C(350,340,450,340,450,250),e.C(450,160,350,160,300,250),e.C(250,340,150,340,150,250),e.C(150,160,250,160,300,250),e.stroke()}},q[9862]={width:600,draw:e=>{e.lineWidth(50),e.M(120,250),e.L(480,250),e.stroke()}},q[9863]={width:600,draw:e=>{e.lineWidth(50),e.M(120,250),e.L(260,250),e.stroke(),e.M(340,250),e.L(480,250),e.stroke()}},q[9864]={width:600,draw:e=>{e.lineWidth(45),e.M(120,320),e.L(480,320),e.stroke(),e.M(120,180),e.L(480,180),e.stroke()}},q[9865]={width:600,draw:e=>{e.lineWidth(45),e.M(120,320),e.L(480,320),e.stroke(),e.M(120,180),e.L(260,180),e.stroke(),e.M(340,180),e.L(480,180),e.stroke()}};for(let[e,t,n]of[[9866,!0,!0],[9867,!1,!1],[9868,!0,!1],[9869,!1,!0],[9870,!0,!0],[9871,!1,!1]])q[e]={width:600,draw:e=>{e.lineWidth(45);let r=[320,180],i=[t,n];for(let t=0;t<2;t++)i[t]?(e.M(120,r[t]),e.L(480,r[t]),e.stroke()):(e.M(120,r[t]),e.L(260,r[t]),e.stroke(),e.M(340,r[t]),e.L(480,r[t]),e.stroke())}};q[9880]={width:600,draw:e=>{e.lineWidth(25),e.circle(300,250,30),e.fill();for(let t=0;t<5;t++){let n=(t*72-90)*Math.PI/180;e.circle(300+80*Math.cos(n),250+80*Math.sin(n),50),e.stroke()}}},q[9882]={width:600,draw:e=>{e.lineWidth(35),e.M(300,80),e.L(300,450),e.stroke(),e.M(180,350),e.L(300,400),e.L(420,350),e.stroke(),e.M(200,300),e.L(300,350),e.L(400,300),e.stroke()}},q[9885]=G(5,300,250,200,80,!1),q[9886]={width:600,draw:e=>{e.lineWidth(30),e.M(450,250),e.L(100,100),e.stroke(),e.M(450,250),e.L(100,250),e.stroke(),e.M(450,250),e.L(100,400),e.stroke()}},q[9887]={width:600,draw:e=>{e.lineWidth(28),e.M(450,250),e.L(100,80),e.stroke(),e.M(450,250),e.L(100,190),e.stroke(),e.M(450,250),e.L(100,310),e.stroke(),e.M(450,250),e.L(100,420),e.stroke()}},q[9890]={width:600,draw:e=>{e.lineWidth(28),e.circle(220,290,90),e.stroke(),e.M(220,200),e.L(220,100),e.stroke(),e.M(180,140),e.L(260,140),e.stroke(),e.circle(380,290,90),e.stroke(),e.M(380,200),e.L(380,100),e.stroke(),e.M(340,140),e.L(420,140),e.stroke()}},q[9891]={width:600,draw:e=>{e.lineWidth(28),e.circle(230,250,90),e.stroke(),e.M(295,185),e.L(400,80),e.stroke(),e.M(350,80),e.L(400,80),e.L(400,130),e.stroke(),e.circle(370,250,90),e.stroke(),e.M(435,185),e.L(510,110),e.stroke(),e.M(460,110),e.L(510,110),e.L(510,160),e.stroke()}},q[9892]={width:600,draw:e=>{e.lineWidth(28),e.circle(250,270,100),e.stroke(),e.M(250,170),e.L(250,70),e.stroke(),e.M(210,120),e.L(290,120),e.stroke(),e.M(320,200),e.L(440,80),e.stroke(),e.M(390,80),e.L(440,80),e.L(440,130),e.stroke()}},q[9894]={width:600,draw:e=>{e.lineWidth(30),e.circle(250,260,110),e.stroke(),e.M(330,185),e.L(450,80),e.stroke(),e.M(395,80),e.L(450,80),e.L(450,135),e.stroke(),e.M(350,160),e.L(420,200),e.stroke()}},q[9896]={width:600,draw:e=>{e.lineWidth(30),e.circle(300,220,110),e.stroke(),e.M(300,330),e.L(300,460),e.stroke(),e.M(260,420),e.L(300,460),e.L(340,420),e.stroke(),e.M(340,370),e.L(410,390),e.stroke()}},q[9897]={width:600,draw:e=>{e.lineWidth(30),e.circle(260,250,110),e.stroke(),e.M(370,250),e.L(500,250),e.stroke(),e.M(460,210),e.L(500,250),e.L(460,290),e.stroke(),e.M(420,290),e.L(440,350),e.stroke()}},q[9900]={width:600,draw:e=>{e.lineWidth(30),e.circle(300,250,120),e.stroke()}},q[9901]={width:600,draw:e=>{e.lineWidth(30),e.circle(230,250,110),e.stroke(),e.circle(370,250,110),e.stroke()}},q[9902]={width:600,draw:e=>{e.lineWidth(30),e.circle(190,250,90),e.stroke(),e.circle(410,250,90),e.stroke(),e.lineWidth(25),e.M(300,150),e.L(300,350),e.stroke()}},q[9903]={width:600,draw:e=>{e.lineWidth(30),e.circle(230,250,100),e.stroke(),e.circle(370,250,100),e.stroke(),e.M(300,120),e.L(300,380),e.stroke()}},q[9905]={width:600,draw:e=>{e.lineWidth(30),e.M(180,100),e.L(180,350),e.C(180,430,300,450,300,450),e.C(300,450,420,430,420,350),e.L(420,100),e.Z(),e.stroke(),e.M(250,100),e.C(250,60,350,60,350,100),e.stroke()}},q[9906]={width:600,draw:e=>{e.lineWidth(30),e.circle(300,280,120),e.stroke(),e.M(300,160),e.L(300,60),e.stroke(),e.M(250,110),e.L(350,110),e.stroke()}},q[9907]={width:600,draw:e=>{e.lineWidth(30),e.M(300,80),e.L(300,320),e.stroke(),e.M(200,180),e.L(400,180),e.stroke(),e.M(220,320),e.C(220,440,380,440,380,320),e.stroke()}},q[9908]={width:600,draw:e=>{e.lineWidth(28),e.M(300,100),e.L(300,280),e.stroke(),e.M(230,190),e.L(370,190),e.stroke(),e.M(300,280),e.L(380,370),e.L(300,460),e.L(220,370),e.Z(),e.stroke()}},q[9909]={width:600,draw:e=>{e.lineWidth(28),e.M(300,80),e.L(300,250),e.stroke(),e.M(230,160),e.L(370,160),e.stroke(),G(5,300,370,80,32,!1).draw(e)}},q[9910]={width:600,draw:e=>{e.lineWidth(35),e.M(180,450),e.L(300,200),e.L(420,450),e.stroke(),e.M(180,120),e.L(420,120),e.stroke()}},q[9911]={width:600,draw:e=>{e.lineWidth(28),e.circle(300,200,100),e.stroke(),e.M(300,300),e.L(300,80),e.stroke(),e.M(300,200),e.L(400,300),e.stroke(),e.M(300,200),e.L(400,100),e.stroke()}},q[9912]={width:600,draw:e=>{e.lineWidth(28),e.M(300,80),e.L(300,250),e.stroke(),e.M(240,160),e.L(360,160),e.stroke(),e.M(220,350),e.C(220,450,380,450,380,350),e.C(380,290,320,270,300,310),e.C(280,270,220,290,220,350),e.stroke()}},q[9913]={width:600,draw:e=>{e.lineWidth(28),G(6,300,250,180,100,!1).draw(e)}},q[9914]={width:600,draw:e=>{e.lineWidth(35),e.M(150,400),e.L(300,150),e.L(450,400),e.stroke()}},q[9915]={width:600,draw:e=>{e.lineWidth(25),e.rect(120,80,360,340),e.stroke(),e.circle(200,160,25),e.fill(),e.circle(400,160,25),e.fill(),e.circle(300,250,25),e.fill(),e.circle(200,340,25),e.fill(),e.circle(400,340,25),e.fill()}},q[9916]={width:600,draw:e=>{e.lineWidth(30),e.rect(130,80,340,340),e.stroke(),e.M(130,80),e.L(470,420),e.stroke()}},q[9919]={width:600,draw:e=>{e.lineWidth(28),e.rect(100,70,400,360),e.stroke(),e.circle(240,250,60),e.stroke(),e.M(300,250),e.L(440,250),e.stroke(),e.M(400,250),e.L(400,210),e.stroke(),e.M(430,250),e.L(430,210),e.stroke()}},q[9920]={width:600,draw:e=>{e.lineWidth(30),e.circle(300,250,160),e.stroke(),e.circle(300,250,80),e.stroke()}},q[9921]={width:600,draw:e=>{e.lineWidth(28),e.circle(300,230,140),e.stroke(),e.circle(300,230,70),e.stroke(),e.M(220,400),e.L(260,370),e.L(300,400),e.L(340,370),e.L(380,400),e.stroke()}},q[9922]={width:600,draw:e=>{e.circle(300,250,160),e.fill()}},q[9923]={width:600,draw:e=>{e.circle(300,230,150),e.fill(),e.lineWidth(30),e.M(200,410),e.L(240,380),e.L(300,420),e.L(360,380),e.L(400,410),e.stroke()}},q[9926]={width:600,draw:e=>{e.lineWidth(30);for(let t of[200,300,400])e.M(t,400),e.C(t-40,300,t,200,t,200),e.C(t,200,t+40,300,t,400),e.Z(),e.stroke()}},q[9927]={width:600,draw:e=>{e.circle(300,130,70),e.fill(),e.circle(300,290,95),e.fill(),e.circle(300,430,60),e.fill()}},q[9928]={width:600,draw:e=>{e.lineWidth(25),e.M(100,280),e.C(100,400,250,420,300,420),e.C(350,420,500,400,500,280),e.C(500,200,400,170,350,200),e.C(340,140,280,130,230,170),e.C(180,150,100,200,100,280),e.stroke(),e.lineWidth(20),e.M(220,150),e.L(200,80),e.stroke(),e.M(380,150),e.L(360,80),e.stroke(),e.M(300,420),e.L(260,340),e.L(320,320),e.L(280,250),e.stroke()}},q[9929]={width:600,draw:e=>{e.lineWidth(30),e.M(200,420),e.L(300,100),e.L(400,420),e.Z(),e.stroke()}},q[9930]={width:600,draw:e=>{e.M(200,420),e.L(300,100),e.L(400,420),e.Z(),e.fill()}},q[9931]={width:600,draw:e=>{e.lineWidth(28),e.rect(100,50,400,400),e.stroke(),e.M(300,100),e.L(450,250),e.L(300,400),e.L(150,250),e.Z(),e.stroke()}},q[9932]={width:600,draw:e=>{e.lineWidth(50),e.M(100,80),e.L(500,420),e.stroke(),e.M(500,80),e.L(100,420),e.stroke()}},q[9933]={width:600,draw:e=>{e.lineWidth(28),e.rect(100,150,400,200),e.stroke(),e.circle(200,360,40),e.stroke(),e.circle(400,360,40),e.stroke(),e.M(200,200),e.L(400,300),e.stroke(),e.M(400,200),e.L(200,300),e.stroke()}},q[9935]={width:600,draw:e=>{e.lineWidth(35),e.M(150,100),e.L(450,400),e.stroke(),e.M(200,100),e.C(320,100,400,180,400,250),e.stroke()}},q[9936]={width:600,draw:e=>{e.lineWidth(28),e.rect(150,150,300,160),e.stroke(),e.circle(220,320,35),e.stroke(),e.circle(380,320,35),e.stroke(),e.M(120,400),e.C(200,370,350,430,480,400),e.stroke()}},q[9937]={width:600,draw:e=>{e.lineWidth(30),e.M(120,200),e.C(120,400,300,450,300,450),e.C(300,450,480,400,480,200),e.stroke(),e.M(300,200),e.L(300,400),e.stroke(),e.M(200,300),e.L(400,300),e.stroke()}},q[9938]={width:600,draw:e=>{e.lineWidth(30),e.circle(300,250,180),e.stroke(),e.M(160,120),e.L(440,380),e.stroke(),e.M(440,120),e.L(160,380),e.stroke()}},q[9939]={width:600,draw:e=>{e.lineWidth(30),e.ellipse(230,250,100,140),e.stroke(),e.ellipse(370,250,100,140),e.stroke()}},q[9941]={width:600,draw:e=>{e.lineWidth(35),e.M(480,250),e.L(120,250),e.stroke(),e.M(120,250),e.L(220,170),e.L(220,330),e.Z(),e.fill()}},q[9942]={width:600,draw:e=>{e.lineWidth(35),e.circle(300,250,180),e.stroke(),e.M(140,250),e.L(460,250),e.stroke()}},q[9943]={width:600,draw:e=>{e.lineWidth(28),e.rect(120,80,360,340),e.stroke(),e.circle(300,250,50),e.fill()}},q[9944]={width:600,draw:e=>{e.lineWidth(35),e.M(400,80),e.L(200,250),e.L(400,420),e.stroke(),e.M(200,250),e.L(480,250),e.stroke()}},q[9945]={width:600,draw:e=>{e.lineWidth(35),e.M(200,80),e.L(400,250),e.L(200,420),e.stroke(),e.M(400,250),e.L(120,250),e.stroke()}},q[9946]={width:600,draw:e=>{e.lineWidth(30),e.circle(300,250,180),e.stroke(),e.M(220,350),e.C(220,300,380,250,380,200),e.C(380,150,220,150,220,200),e.stroke()}},q[9947]={width:600,draw:e=>{e.lineWidth(40),e.M(120,400),e.L(480,400),e.L(300,100),e.Z(),e.stroke()}},q[9948]={width:600,draw:e=>{e.lineWidth(35),e.M(120,100),e.L(120,400),e.stroke(),e.M(120,250),e.L(480,250),e.stroke(),e.M(480,250),e.L(380,180),e.stroke(),e.M(480,250),e.L(380,320),e.stroke()}},q[9949]={width:600,draw:e=>{e.lineWidth(30),e.rect(100,60,400,380),e.stroke(),e.M(100,60),e.L(500,440),e.stroke(),e.M(500,60),e.L(100,440),e.stroke()}},q[9950]={width:600,draw:e=>{e.rect(80,40,440,420),e.fill()}},q[9951]={width:600,draw:e=>{e.M(100,350),e.L(100,180),e.L(350,180),e.L(350,130),e.L(500,130),e.L(500,350),e.Z(),e.fill(),e.lineWidth(25),e.circle(180,370,35),e.stroke(),e.circle(420,370,35),e.stroke()}},q[9952]={width:600,draw:e=>{e.lineWidth(28),e.M(300,450),e.L(500,250),e.L(300,50),e.L(100,250),e.Z(),e.stroke(),e.M(300,450),e.L(300,50),e.L(100,250),e.Z(),e.fill()}},q[9953]={width:600,draw:e=>{e.lineWidth(28),e.M(300,450),e.L(500,250),e.L(300,50),e.L(100,250),e.Z(),e.stroke(),e.M(300,450),e.L(300,50),e.L(500,250),e.Z(),e.fill()}},q[9954]={width:600,draw:e=>{e.M(300,450),e.L(500,250),e.L(300,50),e.L(100,250),e.Z(),e.fill(),e.lineWidth(25),e.M(300,450),e.L(260,400),e.stroke(),e.M(300,450),e.L(340,400),e.stroke()}},q[9955]={width:600,draw:e=>{e.lineWidth(35),e.circle(300,280,140),e.stroke(),e.M(190,170),e.L(410,390),e.stroke(),e.circle(230,120,20),e.fill(),e.circle(370,120,20),e.fill()}},q[9956]={width:600,draw:e=>{e.lineWidth(28),e.circle(300,250,180),e.stroke(),G(5,300,250,170,65,!1).draw(e)}},q[9957]={width:600,draw:e=>{e.lineWidth(30),G(5,300,250,190,75,!1).draw(e)}},q[9958]={width:600,draw:e=>{e.lineWidth(30),G(5,300,250,190,75,!0).draw(e)}},q[9959]={width:600,draw:e=>{e.lineWidth(28);for(let t=0;t<5;t++){let n=(t*360/5+90)*Math.PI/180,r=(t*360/5+126)*Math.PI/180;t===0?e.M(300+190*Math.cos(n),250+190*Math.sin(n)):e.L(300+190*Math.cos(n),250+190*Math.sin(n)),e.L(300+75*Math.cos(r),250+75*Math.sin(r))}e.Z(),e.stroke()}},q[9960]={width:600,draw:e=>{e.lineWidth(28),e.M(150,420),e.L(150,200),e.L(300,100),e.L(450,200),e.L(450,420),e.Z(),e.stroke(),e.lineWidth(40),e.M(300,180),e.L(300,380),e.stroke(),e.M(210,280),e.L(390,280),e.stroke()}},q[9961]={width:600,draw:e=>{e.lineWidth(35),e.M(140,100),e.L(140,420),e.stroke(),e.M(460,100),e.L(460,420),e.stroke(),e.M(100,400),e.L(500,400),e.stroke(),e.M(120,320),e.L(480,320),e.stroke()}},q[9963]={width:600,draw:e=>{e.lineWidth(28),e.rect(120,100,360,300),e.stroke();for(let t=120;t<480;t+=72)e.rect(t,400,36,50),e.stroke()}},q[9964]={width:600,draw:e=>{e.lineWidth(30),e.M(200,100),e.L(200,400),e.stroke(),e.M(300,100),e.L(300,400),e.stroke(),e.M(400,100),e.L(400,400),e.stroke(),e.M(140,100),e.L(460,100),e.stroke(),e.M(140,400),e.L(460,400),e.stroke(),e.M(140,400),e.L(300,470),e.L(460,400),e.stroke()}},q[9965]={width:600,draw:e=>{e.lineWidth(35),e.circle(300,250,150),e.stroke();for(let t=0;t<8;t++){let n=t*Math.PI/4;e.M(300+150*Math.cos(n),250+150*Math.sin(n)),e.L(300+190*Math.cos(n),250+190*Math.sin(n))}e.stroke()}},q[9966]={width:600,draw:e=>{e.lineWidth(30),e.circle(300,250,120),e.stroke(),e.circle(300,250,30),e.fill(),e.M(300,130),e.L(300,80),e.stroke(),e.M(300,370),e.L(300,420),e.stroke()}},q[9967]={width:600,draw:e=>{e.lineWidth(30),e.M(200,100),e.L(250,380),e.L(350,380),e.L(400,100),e.Z(),e.stroke(),e.M(300,380),e.L(300,460),e.stroke(),e.M(200,430),e.L(400,430),e.stroke()}},q[9968]={width:600,draw:e=>{e.lineWidth(35),e.M(80,100),e.L(250,400),e.L(350,280),e.L(520,100),e.stroke()}},q[9969]={width:600,draw:e=>{e.lineWidth(30),e.M(120,280),e.C(120,420,300,450,300,450),e.C(300,450,480,420,480,280),e.stroke(),e.M(300,280),e.L(300,100),e.stroke(),e.M(240,100),e.L(360,100),e.stroke()}},q[9972]={width:600,draw:e=>{e.lineWidth(30),e.M(100,250),e.C(100,150,200,120,300,120),e.C(400,120,500,150,500,250),e.stroke(),e.M(100,250),e.L(500,250),e.stroke(),e.M(350,120),e.L(350,300),e.stroke(),e.rect(330,300,40,80),e.stroke()}},q[9974]={width:600,draw:e=>{e.lineWidth(28),e.rect(120,80,360,340),e.stroke(),e.circle(120,80,20),e.fill(),e.circle(480,80,20),e.fill(),e.circle(120,420,20),e.fill(),e.circle(480,420,20),e.fill()}},q[9975]={width:600,draw:e=>{e.lineWidth(28),e.circle(300,420,35),e.fill(),e.M(300,385),e.L(300,240),e.stroke(),e.M(300,320),e.L(220,250),e.stroke(),e.M(300,320),e.L(380,250),e.stroke(),e.M(300,240),e.L(220,140),e.stroke(),e.M(300,240),e.L(380,140),e.stroke(),e.lineWidth(15),e.M(180,290),e.L(420,100),e.stroke()}},q[9976]={width:600,draw:e=>{e.lineWidth(30),e.M(150,350),e.L(150,200),e.L(300,150),e.L(400,200),e.L(400,350),e.Z(),e.stroke(),e.lineWidth(20),e.M(120,130),e.L(450,130),e.stroke()}},q[9977]={width:600,draw:e=>{e.lineWidth(28),e.circle(300,420,35),e.fill(),e.M(300,385),e.L(300,220),e.stroke(),e.M(300,300),e.L(220,230),e.stroke(),e.M(300,300),e.L(380,230),e.stroke(),e.M(300,220),e.L(230,120),e.stroke(),e.M(300,220),e.L(370,120),e.stroke(),e.circle(420,200,40),e.stroke()}},q[9979]={width:600,draw:e=>{e.lineWidth(30),e.circle(300,250,180),e.stroke(),e.M(150,200),e.L(450,200),e.stroke(),e.M(150,300),e.L(450,300),e.stroke()}},q[9980]={width:600,draw:e=>{e.lineWidth(30),e.M(180,100),e.L(180,350),e.C(180,430,420,430,420,350),e.L(420,100),e.Z(),e.stroke()}},q[9981]={width:600,draw:e=>{e.lineWidth(30),e.rect(130,100,240,330),e.stroke(),e.rect(170,180,160,100),e.stroke(),e.M(370,200),e.L(430,200),e.C(460,200,460,300,430,300),e.L(430,350),e.stroke(),e.M(130,100),e.L(430,100),e.stroke()}},q[9982]={width:600,draw:e=>{e.rect(80,50,440,400),e.fill()}},q[9983]={width:600,draw:e=>{e.lineWidth(28),e.M(150,450),e.L(150,80),e.L(480,80),e.L(480,320),e.L(150,320),e.stroke(),e.rect(150,170,330,80),e.fill()}};for(let e=9728;e<=9983;e++)if(!q[e]){let t=(e-9728)%7;q[e]={width:600,draw:e=>{switch(e.lineWidth(30),t){case 0:e.circle(300,250,170),e.stroke(),e.M(130,250),e.L(470,250),e.stroke();break;case 1:e.rect(120,70,360,360),e.stroke(),e.M(120,70),e.L(480,430),e.stroke();break;case 2:e.M(300,430),e.L(100,70),e.L(500,70),e.Z(),e.stroke(),e.circle(300,200,25),e.fill();break;case 3:e.M(300,450),e.L(500,250),e.L(300,50),e.L(100,250),e.Z(),e.stroke(),e.M(300,150),e.L(300,350),e.stroke(),e.M(200,250),e.L(400,250),e.stroke();break;case 4:e.circle(300,250,170),e.stroke(),e.M(300,80),e.L(300,420),e.stroke();break;case 5:e.M(300,440),e.L(470,340),e.L(470,160),e.L(300,60),e.L(130,160),e.L(130,340),e.Z(),e.stroke();break;default:e.circle(300,250,180),e.stroke(),e.circle(300,250,100),e.stroke();break}}}}let fA={};for(let[e,t,n,r]of[[11008,1,1,!0],[11009,-1,1,!0],[11010,1,1,!1],[11011,-1,1,!1],[11012,0,0,!1],[11016,1,1,!0],[11017,-1,1,!0],[11018,1,-1,!0],[11019,-1,-1,!0],[11020,0,0,!0],[11021,0,0,!0]])t===0&&n===0?fA[e]={width:600,draw:e=>{r?(e.rect(100,200,400,100),e.fill()):(e.lineWidth(40),e.M(80,250),e.L(520,250),e.stroke(),e.M(80,250),e.L(180,350),e.L(180,150),e.Z(),e.fill(),e.M(520,250),e.L(420,350),e.L(420,150),e.Z(),e.fill())}}:fA[e]=rA(t,n);for(let e=11026;e<=11039;e++){let t=e<=11033;fA[e]={width:600,draw:n=>{n.lineWidth(30),t?(n.rect(100,50,400,400),n.stroke(),(e-11026)%2==0?(n.rect(100,250,400,200),n.fill()):(n.rect(100,50,400,200),n.fill())):(n.M(300,450),n.L(500,50),n.L(100,50),n.Z(),n.stroke(),(e-11034)%2==0&&(n.M(200,50),n.L(300,250),n.L(400,50),n.Z(),n.fill()))}}}for(let e=11040;e<=11263;e++)fA[e]||(e&1?fA[e]={width:600,draw:e=>{e.lineWidth(35),e.M(300,470),e.L(500,250),e.L(300,30),e.L(100,250),e.Z(),e.stroke()}}:fA[e]=rA(1,0));let J={};for(let e=10224;e<=10239;e++)if(!J[e]){let t=e<=10228;J[e]={width:700,draw:e=>{e.lineWidth(40),t?(e.M(350,30),e.L(350,470),e.stroke(),e.M(350,470),e.L(230,350),e.L(470,350),e.Z(),e.fill()):(e.M(50,250),e.L(600,250),e.stroke(),e.M(600,250),e.L(470,370),e.L(470,130),e.Z(),e.fill())}}}function pA(e,t){let n=Math.sqrt(e*e+t*t),r=e/n,i=t/n,a=-i,o=r;return{width:600,draw:e=>{e.lineWidth(35);let t=300-r*200,n=250-i*200,s=300+r*200,c=250+i*200;e.M(t,n),e.L(s,c),e.stroke(),e.M(s,c),e.L(s-r*90+a*60,c-i*90+o*60),e.L(s-r*90-a*60,c-i*90-o*60),e.Z(),e.fill(),e.M(t+a*70,n+o*70),e.L(t-a*70,n-o*70),e.stroke()}}}function mA(e,t){let n=Math.sqrt(e*e+t*t),r=e/n,i=t/n,a=-i,o=r;return{width:600,draw:e=>{e.lineWidth(35);let t=300-r*200,n=250-i*200,s=300+r*200,c=250+i*200;e.M(t,n),e.L(s,c),e.stroke(),e.M(s,c),e.L(s-r*90+a*55,c-i*90+o*55),e.L(s-r*90-a*55,c-i*90-o*55),e.Z(),e.fill(),e.M(t,n),e.L(t+r*90+a*55,n+i*90+o*55),e.L(t+r*90-a*55,n+i*90-o*55),e.Z(),e.fill()}}}function hA(e,t){let n=Math.sqrt(e*e+t*t),r=e/n,i=t/n,a=-i,o=r;return{width:600,draw:e=>{e.lineWidth(35);let t=300-r*200,n=250-i*200,s=300+r*200,c=250+i*200;e.M(t,n),e.L(s,c),e.stroke(),e.M(s,c),e.L(s-r*90+a*55,c-i*90+o*55),e.L(s-r*90-a*55,c-i*90-o*55),e.Z(),e.fill(),e.M(300+a*60+r*30,250+o*60+i*30),e.L(300-a*60-r*30,250-o*60-i*30),e.stroke()}}}function gA(e,t,n,r){let i=Math.sqrt(e*e+t*t),a=e/i,o=t/i,s=-o,c=a,l=Math.sqrt(n*n+r*r),u=n/l,d=r/l,f=-d,p=u;return{width:600,draw:e=>{e.lineWidth(28);let t=300-a*180+s*50,n=250-o*180+c*50,r=300+a*180+s*50,i=250+o*180+c*50;e.M(t,n),e.L(r,i),e.stroke(),e.M(r,i),e.L(r-a*70+s*45,i-o*70+c*45),e.L(r-a*70-s*45,i-o*70-c*45),e.Z(),e.fill();let l=300-u*180-f*50,m=250-d*180-p*50,h=300+u*180-f*50,g=250+d*180-p*50;e.M(l,m),e.L(h,g),e.stroke(),e.M(h,g),e.L(h-u*70+f*45,g-d*70+p*45),e.L(h-u*70-f*45,g-d*70-p*45),e.Z(),e.fill()}}}function _A(e,t){let n=Math.sqrt(e*e+t*t),r=e/n,i=t/n,a=-i,o=r;return{width:600,draw:e=>{e.lineWidth(35);let t=300-r*160,n=250-i*160,s=300+r*200,c=250+i*200;e.M(t,n),e.L(s,c),e.stroke(),e.M(s,c),e.L(s-r*90+a*55,c-i*90+o*55),e.L(s-r*90-a*55,c-i*90-o*55),e.Z(),e.fill();let l=t-r*40,u=n-i*40;e.circle(l,u,40),e.stroke()}}}function vA(e,t){let n=Math.sqrt(e*e+t*t),r=e/n,i=t/n,a=-i,o=r;return{width:600,draw:e=>{e.lineWidth(35);let t=300-r*200,n=250-i*200,s=300+r*200,c=250+i*200;e.M(t,n),e.L(s,c),e.stroke(),e.M(s,c),e.L(s-r*90+a*55,c-i*90+o*55),e.L(s-r*90-a*55,c-i*90-o*55),e.Z(),e.fill(),e.lineWidth(22),e.M(300-r*50+a*50,250-i*50+o*50),e.C(300-r*25+a*70,250-i*25+o*70,300+r*25+a*30,250+i*25+o*30,300+r*50+a*50,250+i*50+o*50),e.stroke()}}}function yA(e,t,n){let r=Math.sqrt(e*e+t*t),i=e/r,a=t/r,o=-a,s=i;return{width:600,draw:e=>{e.lineWidth(n);let t=300-i*200,r=250-a*200,c=300+i*200,l=250+a*200;e.M(t,r),e.L(c,l),e.stroke(),e.M(c-i*90+o*60,l-a*90+s*60),e.L(c,l),e.L(c-i*90-o*60,l-a*90-s*60),e.stroke()}}}function bA(e,t){let n=Math.sqrt(e*e+t*t),r=e/n,i=t/n,a=-i,o=r;return{width:600,draw:e=>{e.lineWidth(35);let t=300-r*200,n=250-i*200,s=300+r*200,c=250+i*200;e.M(t,n),e.L(s,c),e.stroke(),e.M(s-r*80+a*55,c-i*80+o*55),e.L(s,c),e.L(s-r*80-a*55,c-i*80-o*55),e.stroke(),e.M(t+a*70,n+o*70),e.L(t-a*70,n-o*70),e.stroke(),e.M(s+a*70,c+o*70),e.L(s-a*70,c-o*70),e.stroke()}}}J[10516]=pA(1,0),J[10517]=bA(1,0),J[10519]=mA(1,0),J[10520]=(()=>{let e=mA(1,0);return{width:600,draw:t=>{e.draw(t),t.lineWidth(35),t.M(300,150),t.L(300,350),t.stroke()}}})(),J[10521]=yA(-1,0,35),J[10522]=yA(1,0,35),J[10523]=mA(-1,0),J[10524]=mA(1,0),J[10539]=gA(1,1,1,-1),J[10540]=gA(1,-1,-1,-1),J[10541]=gA(1,-1,1,1),J[10542]=gA(1,1,1,-1),J[10543]={width:600,draw:e=>{e.lineWidth(30),e.M(120,420),e.L(480,80),e.stroke(),e.M(120,80),e.L(480,420),e.stroke(),e.M(480,420),e.L(400,410),e.L(470,340),e.Z(),e.fill()}},J[10544]={width:600,draw:e=>{e.lineWidth(30),e.M(120,80),e.L(480,420),e.stroke(),e.M(480,80),e.L(120,420),e.stroke(),e.M(120,420),e.L(200,410),e.L(130,340),e.Z(),e.fill()}},J[10545]=gA(1,1,-1,1),J[10546]=gA(-1,1,1,1),J[10547]={width:600,draw:e=>{e.lineWidth(35),e.M(80,250),e.C(160,350,240,150,320,250),e.C(360,300,420,250,480,250),e.stroke(),e.M(480,250),e.L(400,180),e.L(400,320),e.Z(),e.fill()}},J[10556]=_A(-1,0),J[10557]=_A(0,-1),J[10558]=hA(1,0),J[10559]={width:600,draw:e=>{_A(1,0).draw(e),e.lineWidth(25),e.M(280,380),e.L(320,380),e.stroke(),e.M(300,360),e.L(300,400),e.stroke()}},J[10566]=gA(-1,0,1,0),J[10567]=hA(1,0),J[10569]=pA(0,-1),J[10578]=bA(0,1),J[10579]=bA(0,-1),J[10580]=bA(1,0),J[10581]=bA(-1,0),J[10582]=pA(0,1),J[10583]=pA(0,-1),J[10584]=pA(1,0),J[10585]=pA(-1,0),J[10586]=yA(0,1,30),J[10587]=yA(0,-1,30),J[10588]=yA(1,0,30),J[10589]=yA(-1,0,30),J[10590]=yA(0,1,40),J[10591]=yA(0,-1,40),J[10592]=yA(1,0,40),J[10593]=yA(-1,0,40),J[10595]=gA(0,1,0,1),J[10597]=gA(0,-1,0,-1),J[10598]=gA(-1,0,-1,0),J[10599]=gA(1,0,1,0),J[10600]=gA(-1,0,1,0),J[10601]=gA(1,0,-1,0),J[10609]=vA(1,0),J[10610]=vA(1,0),J[10611]=vA(-1,0);let xA={8213:{width:700,draw:e=>{e.lineWidth(50),e.M(0,250),e.L(700,250),e.stroke()}},8218:{width:300,draw:e=>{e.circle(150,80,35),e.fill(),e.lineWidth(25),e.M(150,45),e.C(170,10,190,-10,210,-20),e.stroke()}},8219:{width:300,draw:e=>{e.circle(150,450,35),e.fill(),e.lineWidth(25),e.M(150,415),e.C(130,380,110,365,90,360),e.stroke()}},8220:{width:400,draw:e=>{e.circle(130,450,30),e.fill(),e.circle(270,450,30),e.fill(),e.lineWidth(22),e.M(130,415),e.C(100,380,80,365,60,360),e.stroke(),e.M(270,415),e.C(240,380,220,365,200,360),e.stroke()}},8221:{width:400,draw:e=>{e.circle(130,450,30),e.fill(),e.circle(270,450,30),e.fill(),e.lineWidth(22),e.M(130,415),e.C(160,380,180,365,200,360),e.stroke(),e.M(270,415),e.C(300,380,320,365,340,360),e.stroke()}},8222:{width:400,draw:e=>{e.circle(130,80,30),e.fill(),e.circle(270,80,30),e.fill(),e.lineWidth(22),e.M(130,45),e.C(160,10,180,-5,200,-10),e.stroke(),e.M(270,45),e.C(300,10,320,-5,340,-10),e.stroke()}},8228:{width:300,draw:e=>{e.circle(150,50,40),e.fill()}},8256:{width:600,draw:e=>{e.lineWidth(30),e.M(120,380),e.C(200,450,400,450,480,380),e.stroke()}},8257:{width:600,draw:e=>{e.lineWidth(30),e.M(120,420),e.C(200,350,400,350,480,420),e.stroke()}},8258:SA(3,50),8263:{width:600,draw:e=>{e.lineWidth(35),CA(e,200,250),CA(e,400,250)}},8264:{width:600,draw:e=>{e.lineWidth(35),CA(e,200,250),wA(e,400,250)}},8265:{width:600,draw:e=>{e.lineWidth(35),wA(e,200,250),CA(e,400,250)}},8273:{width:600,draw:e=>{SA(6,35).draw(e),e.M(300,50),e.L(300,50)}},8274:{width:600,draw:e=>{e.lineWidth(40),e.M(120,400),e.L(480,100),e.stroke(),e.circle(300,350,40),e.fill(),e.circle(300,150,40),e.fill()}},8275:{width:600,draw:e=>{e.lineWidth(45),e.M(100,250),e.C(200,350,400,150,500,250),e.stroke()}},8279:{width:500,draw:e=>{e.lineWidth(35);for(let t=0;t<4;t++)e.M(100+t*90,480),e.L(70+t*90,350);e.stroke()}}};function SA(e,t){return{width:600,draw:n=>{n.lineWidth(t);for(let t=0;t<e;t++){let r=t*Math.PI/e;n.M(300-120*Math.cos(r),400-120*Math.sin(r)),n.L(300+120*Math.cos(r),400+120*Math.sin(r))}n.stroke()}}}function CA(e,t,n){e.M(t-60,400),e.C(t-60,480,t+60,480,t+60,400),e.C(t+60,320,t,300,t,240),e.stroke(),e.circle(t,150,25),e.fill()}function wA(e,t,n){e.M(t,480),e.L(t,200),e.stroke(),e.circle(t,130,28),e.fill()}for(let e=8192;e<=8303;e++)xA[e]||(xA[e]={width:0,draw:()=>{}});let TA={};for(let e=8528;e<=8591;e++)if(!TA[e]){let t=(e-8528)%4+1;TA[e]={width:600,draw:e=>{e.lineWidth(40);let n=300-(t-1)*80/2;for(let r=0;r<t;r++)e.M(n+r*80,50),e.L(n+r*80,450);e.stroke()}}}function Y(e){return{width:e,draw:()=>{}}}let EA={8192:Y(500),8193:Y(1e3),8194:Y(500),8195:Y(1e3),8196:Y(333),8197:Y(250),8198:Y(167),8199:Y(500),8200:Y(250),8201:Y(200),8202:Y(100),8203:Y(0),8204:Y(0),8205:Y(0),8206:Y(0),8207:Y(0),8232:Y(0),8233:Y(0),8234:Y(0),8235:Y(0),8236:Y(0),8237:Y(0),8238:Y(0),8239:Y(200),8287:Y(222),8288:Y(0),8289:Y(0),8290:Y(0),8291:Y(0),8292:Y(0),65279:Y(0)},DA=[(e,t,n,r)=>{e.ellipse(t,n,r*.35,r*.5),e.stroke()},(e,t,n,r)=>{e.M(t-r*.15,n+r*.3),e.L(t,n+r*.5),e.L(t,n-r*.5),e.stroke()},(e,t,n,r)=>{e.M(t-r*.3,n+r*.25),e.C(t-r*.3,n+r*.55,t+r*.3,n+r*.55,t+r*.3,n+r*.2),e.C(t+r*.3,n,t-r*.3,n-r*.2,t-r*.3,n-r*.5),e.L(t+r*.3,n-r*.5),e.stroke()},(e,t,n,r)=>{e.M(t-r*.25,n+r*.45),e.C(t,n+r*.55,t+r*.35,n+r*.35,t+r*.1,n+r*.05),e.C(t+r*.35,n-r*.1,t+r*.35,n-r*.5,t-r*.25,n-r*.45),e.stroke()},(e,t,n,r)=>{e.M(t+r*.2,n-r*.5),e.L(t+r*.2,n+r*.5),e.L(t-r*.3,n-r*.1),e.L(t+r*.35,n-r*.1),e.stroke()},(e,t,n,r)=>{e.M(t+r*.3,n+r*.5),e.L(t-r*.25,n+r*.5),e.L(t-r*.3,n+r*.05),e.C(t+r*.1,n+r*.2,t+r*.4,n,t+r*.3,n-r*.2),e.C(t+r*.2,n-r*.5,t-r*.3,n-r*.5,t-r*.3,n-r*.35),e.stroke()},(e,t,n,r)=>{e.M(t+r*.2,n+r*.4),e.C(t-r*.1,n+r*.55,t-r*.35,n+r*.2,t-r*.35,n-r*.1),e.C(t-r*.35,n-r*.5,t+r*.35,n-r*.5,t+r*.35,n-r*.15),e.C(t+r*.35,n+r*.15,t-r*.35,n+r*.15,t-r*.35,n-r*.1),e.stroke()},(e,t,n,r)=>{e.M(t-r*.3,n+r*.5),e.L(t+r*.3,n+r*.5),e.L(t-r*.1,n-r*.5),e.stroke()},(e,t,n,r)=>{e.ellipse(t,n+r*.25,r*.25,r*.22),e.stroke(),e.ellipse(t,n-r*.22,r*.28,r*.25),e.stroke()},(e,t,n,r)=>{e.M(t-r*.2,n-r*.4),e.C(t+r*.1,n-r*.55,t+r*.35,n-r*.2,t+r*.35,n+r*.1),e.C(t+r*.35,n+r*.5,t-r*.35,n+r*.5,t-r*.35,n+r*.15),e.C(t-r*.35,n-r*.15,t+r*.35,n-r*.15,t+r*.35,n+r*.1),e.stroke()}];function OA(e,t,n,r,i){DA[t](e,n,r,i)}let kA=[(e,t,n,r)=>{e.M(t-r*.35,n-r*.5),e.L(t,n+r*.5),e.L(t+r*.35,n-r*.5),e.stroke(),e.M(t-r*.2,n-r*.05),e.L(t+r*.2,n-r*.05),e.stroke()},(e,t,n,r)=>{e.M(t-r*.25,n-r*.5),e.L(t-r*.25,n+r*.5),e.L(t+r*.1,n+r*.5),e.C(t+r*.35,n+r*.5,t+r*.35,n+r*.05,t+r*.05,n+r*.05),e.L(t+r*.1,n+r*.05),e.C(t+r*.4,n+r*.05,t+r*.4,n-r*.5,t+r*.1,n-r*.5),e.Z(),e.stroke()},(e,t,n,r)=>{e.M(t+r*.3,n+r*.35),e.C(t+r*.1,n+r*.55,t-r*.35,n+r*.35,t-r*.35,n),e.C(t-r*.35,n-r*.35,t+r*.1,n-r*.55,t+r*.3,n-r*.35),e.stroke()},(e,t,n,r)=>{e.M(t-r*.25,n-r*.5),e.L(t-r*.25,n+r*.5),e.L(t,n+r*.5),e.C(t+r*.4,n+r*.5,t+r*.4,n-r*.5,t,n-r*.5),e.Z(),e.stroke()},(e,t,n,r)=>{e.M(t+r*.25,n+r*.5),e.L(t-r*.25,n+r*.5),e.L(t-r*.25,n-r*.5),e.L(t+r*.25,n-r*.5),e.stroke(),e.M(t-r*.25,n),e.L(t+r*.15,n),e.stroke()},(e,t,n,r)=>{e.M(t+r*.25,n+r*.5),e.L(t-r*.25,n+r*.5),e.L(t-r*.25,n-r*.5),e.stroke(),e.M(t-r*.25,n+r*.05),e.L(t+r*.15,n+r*.05),e.stroke()},(e,t,n,r)=>{e.M(t+r*.3,n+r*.35),e.C(t+r*.1,n+r*.55,t-r*.35,n+r*.35,t-r*.35,n),e.C(t-r*.35,n-r*.35,t+r*.1,n-r*.55,t+r*.3,n-r*.35),e.L(t+r*.3,n-r*.05),e.L(t+r*.05,n-r*.05),e.stroke()},(e,t,n,r)=>{e.M(t-r*.3,n+r*.5),e.L(t-r*.3,n-r*.5),e.stroke(),e.M(t+r*.3,n+r*.5),e.L(t+r*.3,n-r*.5),e.stroke(),e.M(t-r*.3,n),e.L(t+r*.3,n),e.stroke()},(e,t,n,r)=>{e.M(t,n+r*.5),e.L(t,n-r*.5),e.stroke()},(e,t,n,r)=>{e.M(t+r*.15,n+r*.5),e.L(t+r*.15,n-r*.25),e.C(t+r*.15,n-r*.55,t-r*.3,n-r*.55,t-r*.3,n-r*.25),e.stroke()},(e,t,n,r)=>{e.M(t-r*.25,n+r*.5),e.L(t-r*.25,n-r*.5),e.stroke(),e.M(t+r*.3,n+r*.5),e.L(t-r*.25,n),e.L(t+r*.3,n-r*.5),e.stroke()},(e,t,n,r)=>{e.M(t-r*.25,n+r*.5),e.L(t-r*.25,n-r*.5),e.L(t+r*.25,n-r*.5),e.stroke()},(e,t,n,r)=>{e.M(t-r*.35,n-r*.5),e.L(t-r*.35,n+r*.5),e.L(t,n),e.L(t+r*.35,n+r*.5),e.L(t+r*.35,n-r*.5),e.stroke()},(e,t,n,r)=>{e.M(t-r*.3,n-r*.5),e.L(t-r*.3,n+r*.5),e.L(t+r*.3,n-r*.5),e.L(t+r*.3,n+r*.5),e.stroke()},(e,t,n,r)=>{e.ellipse(t,n,r*.35,r*.5),e.stroke()},(e,t,n,r)=>{e.M(t-r*.25,n-r*.5),e.L(t-r*.25,n+r*.5),e.L(t+r*.1,n+r*.5),e.C(t+r*.4,n+r*.5,t+r*.4,n+r*.05,t+r*.1,n+r*.05),e.L(t-r*.25,n+r*.05),e.stroke()},(e,t,n,r)=>{e.ellipse(t,n+r*.05,r*.35,r*.45),e.stroke(),e.M(t+r*.1,n-r*.2),e.L(t+r*.35,n-r*.5),e.stroke()},(e,t,n,r)=>{e.M(t-r*.25,n-r*.5),e.L(t-r*.25,n+r*.5),e.L(t+r*.1,n+r*.5),e.C(t+r*.4,n+r*.5,t+r*.4,n+r*.05,t+r*.1,n+r*.05),e.L(t-r*.25,n+r*.05),e.stroke(),e.M(t+r*.05,n+r*.05),e.L(t+r*.3,n-r*.5),e.stroke()},(e,t,n,r)=>{e.M(t+r*.25,n+r*.35),e.C(t+r*.1,n+r*.55,t-r*.35,n+r*.4,t-r*.25,n+r*.15),e.C(t-r*.15,n-r*.05,t+r*.2,n-r*.05,t+r*.25,n-r*.2),e.C(t+r*.35,n-r*.45,t-r*.1,n-r*.55,t-r*.25,n-r*.4),e.stroke()},(e,t,n,r)=>{e.M(t-r*.3,n+r*.5),e.L(t+r*.3,n+r*.5),e.stroke(),e.M(t,n+r*.5),e.L(t,n-r*.5),e.stroke()},(e,t,n,r)=>{e.M(t-r*.3,n+r*.5),e.L(t-r*.3,n-r*.15),e.C(t-r*.3,n-r*.55,t+r*.3,n-r*.55,t+r*.3,n-r*.15),e.L(t+r*.3,n+r*.5),e.stroke()},(e,t,n,r)=>{e.M(t-r*.35,n+r*.5),e.L(t,n-r*.5),e.L(t+r*.35,n+r*.5),e.stroke()},(e,t,n,r)=>{e.M(t-r*.4,n+r*.5),e.L(t-r*.2,n-r*.5),e.L(t,n+r*.1),e.L(t+r*.2,n-r*.5),e.L(t+r*.4,n+r*.5),e.stroke()},(e,t,n,r)=>{e.M(t-r*.3,n+r*.5),e.L(t+r*.3,n-r*.5),e.stroke(),e.M(t+r*.3,n+r*.5),e.L(t-r*.3,n-r*.5),e.stroke()},(e,t,n,r)=>{e.M(t-r*.3,n+r*.5),e.L(t,n),e.L(t+r*.3,n+r*.5),e.stroke(),e.M(t,n),e.L(t,n-r*.5),e.stroke()},(e,t,n,r)=>{e.M(t-r*.3,n+r*.5),e.L(t+r*.3,n+r*.5),e.L(t-r*.3,n-r*.5),e.L(t+r*.3,n-r*.5),e.stroke()}];function AA(e,t,n,r,i){kA[t](e,n,r,i)}let jA={};for(let e=1;e<=9;e++)jA[9311+e]={width:600,draw:t=>{t.lineWidth(30),t.circle(300,250,220),t.stroke(),t.lineWidth(28),OA(t,e,300,250,210)}};for(let e=10;e<=19;e++){let t=e-10;jA[9311+e]={width:600,draw:e=>{e.lineWidth(30),e.circle(300,250,220),e.stroke(),e.lineWidth(24),OA(e,1,230,250,160),OA(e,t,370,250,160)}}}jA[9331]={width:600,draw:e=>{e.lineWidth(30),e.circle(300,250,220),e.stroke(),e.lineWidth(24),OA(e,2,230,250,160),OA(e,0,370,250,160)}},jA[9450]={width:600,draw:e=>{e.lineWidth(30),e.circle(300,250,220),e.stroke(),e.lineWidth(28),OA(e,0,300,250,210)}};let MA={};for(let e=0;e<26;e++)MA[9398+e]={width:600,draw:t=>{t.lineWidth(28),t.circle(300,250,220),t.stroke(),t.lineWidth(24),AA(t,e,300,250,200)}};let NA={};for(let e=0;e<26;e++)NA[9424+e]={width:600,draw:t=>{t.lineWidth(25),t.circle(300,250,200),t.stroke(),t.lineWidth(22),AA(t,e,300,250,175)}};let PA={};for(let e=1;e<=9;e++)PA[10101+e]={width:600,draw:e=>{e.circle(300,250,240),e.fill()}};let FA={10003:{width:600,draw:e=>{e.lineWidth(60),e.M(90,250),e.C(90,250,200,100,230,70),e.C(260,40,350,250,510,460),e.stroke()}},10004:{width:600,draw:e=>{e.lineWidth(80),e.M(80,250),e.C(80,250,190,100,220,70),e.C(250,40,350,250,520,470),e.stroke()}},10007:{width:600,draw:e=>{e.lineWidth(55),e.M(120,60),e.L(480,440),e.stroke(),e.M(480,60),e.L(120,440),e.stroke()}},10008:{width:600,draw:e=>{e.lineWidth(75),e.M(120,60),e.L(480,440),e.stroke(),e.M(480,60),e.L(120,440),e.stroke()}},9733:{width:600,draw:e=>{for(let t=0;t<5;t++){let n=(t*72-90)*Math.PI/180,r=(t*72+36-90)*Math.PI/180;t===0?e.M(300+230*Math.cos(n),250+230*Math.sin(n)):e.L(300+230*Math.cos(n),250+230*Math.sin(n)),e.L(300+95*Math.cos(r),250+95*Math.sin(r))}e.Z(),e.fill()}},9734:{width:600,draw:e=>{e.lineWidth(30);for(let t=0;t<5;t++){let n=(t*72-90)*Math.PI/180,r=(t*72+36-90)*Math.PI/180;t===0?e.M(300+230*Math.cos(n),250+230*Math.sin(n)):e.L(300+230*Math.cos(n),250+230*Math.sin(n)),e.L(300+95*Math.cos(r),250+95*Math.sin(r))}e.Z(),e.stroke()}},9829:{width:600,draw:e=>{e.M(300,60),e.C(300,60,120,120,80,260),e.C(50,370,120,450,300,480),e.C(480,450,550,370,520,260),e.C(480,120,300,60,300,60),e.Z(),e.fill()}},9824:{width:600,draw:e=>{e.M(300,490),e.C(300,490,50,340,70,200),e.C(80,100,180,60,300,200),e.C(420,60,520,100,530,200),e.C(550,340,300,490,300,490),e.Z(),e.fill(),e.M(260,200),e.L(260,20),e.L(340,20),e.L(340,200),e.Z(),e.fill()}},8594:{width:600,draw:e=>{e.lineWidth(45),e.M(80,250),e.L(430,250),e.stroke(),e.M(520,250),e.L(380,370),e.L(380,130),e.Z(),e.fill()}},8592:{width:600,draw:e=>{e.lineWidth(45),e.M(520,250),e.L(170,250),e.stroke(),e.M(80,250),e.L(220,370),e.L(220,130),e.Z(),e.fill()}},8593:{width:600,draw:e=>{e.lineWidth(45),e.M(300,30),e.L(300,380),e.stroke(),e.M(300,470),e.L(170,330),e.L(430,330),e.Z(),e.fill()}},8595:{width:600,draw:e=>{e.lineWidth(45),e.M(300,470),e.L(300,120),e.stroke(),e.M(300,30),e.L(170,170),e.L(430,170),e.Z(),e.fill()}},9679:{width:600,draw:e=>{e.circle(300,250,230),e.fill()}},9675:{width:600,draw:e=>{e.lineWidth(40),e.circle(300,250,220),e.stroke()}},9632:{width:600,draw:e=>{e.rect(80,30,440,440),e.fill()}},9633:{width:600,draw:e=>{e.lineWidth(40),e.rect(80,30,440,440),e.stroke()}},9744:{width:600,draw:e=>{e.lineWidth(42),e.rect(90,25,420,420),e.stroke()}},9745:{width:600,draw:e=>{e.lineWidth(42),e.rect(90,25,420,420),e.stroke(),e.lineWidth(52),e.M(180,230),e.C(180,230,250,130,270,110),e.C(290,90,350,220,440,370),e.stroke()}},9746:{width:600,draw:e=>{e.lineWidth(42),e.rect(90,25,420,420),e.stroke(),e.lineWidth(48),e.M(165,95),e.L(435,375),e.stroke(),e.M(165,375),e.L(435,95),e.stroke()}},10695:{width:600,draw:e=>{e.lineWidth(38),e.rect(80,30,440,440),e.stroke(),e.circle(300,250,130),e.stroke()}}};function IA(e){return{width:600,draw:t=>{t.lineWidth(35),t.circle(300,250,200),t.stroke(),t.lineWidth(40),e(t)}}}function LA(e){return{width:600,draw:e}}let RA={};RA[10752]=IA(e=>{e.circle(300,250,40),e.fill()}),RA[10753]=IA(e=>{e.M(100,250),e.L(500,250),e.stroke(),e.M(300,50),e.L(300,450),e.stroke()}),RA[10754]=IA(e=>{e.M(160,110),e.L(440,390),e.stroke(),e.M(160,390),e.L(440,110),e.stroke()}),RA[10755]=LA(e=>{e.lineWidth(40),e.M(120,450),e.L(120,200),e.C(120,30,480,30,480,200),e.L(480,450),e.stroke(),e.circle(300,200,35),e.fill()}),RA[10756]=LA(e=>{e.lineWidth(40),e.M(120,450),e.L(120,200),e.C(120,30,480,30,480,200),e.L(480,450),e.stroke(),e.M(230,200),e.L(370,200),e.stroke(),e.M(300,130),e.L(300,270),e.stroke()}),RA[10757]=LA(e=>{e.lineWidth(45),e.M(120,50),e.L(120,450),e.L(480,450),e.L(480,50),e.stroke()}),RA[10758]=LA(e=>{e.lineWidth(45),e.M(120,450),e.L(120,50),e.L(480,50),e.L(480,450),e.stroke()});for(let e=10759;e<=10762;e++)RA[e]=LA(e=>{e.lineWidth(40),e.M(200,480),e.C(180,480,160,450,160,400),e.L(160,100),e.C(160,50,180,20,200,20),e.stroke(),e.M(400,480),e.C(380,480,360,450,360,400),e.L(360,100),e.C(360,50,380,20,400,20),e.stroke()});for(let e=10763;e<=10780;e++)RA[e]||(RA[e]=LA(e=>{e.lineWidth(45),e.M(380,480),e.C(350,480,300,450,300,400),e.L(300,100),e.C(300,50,250,20,220,20),e.stroke()}));for(let e=10781;e<=10815;e++)RA[e]||(RA[e]=LA(e=>{e.lineWidth(40),e.M(120,450),e.L(480,250),e.L(120,50),e.stroke(),e.M(480,450),e.L(120,250),e.L(480,50),e.stroke()}));for(let e=10816;e<=10847;e++)RA[e]||(RA[e]=LA(e=>{e.lineWidth(40),e.M(120,320),e.L(480,320),e.stroke(),e.M(120,180),e.L(480,180),e.stroke()}));for(let e=10848;e<=10879;e++)RA[e]||(RA[e]=LA(e=>{e.lineWidth(40),e.M(120,350),e.C(200,420,400,420,480,350),e.stroke(),e.M(120,200),e.L(480,200),e.stroke()}));for(let e=10880;e<=10911;e++)RA[e]||(RA[e]=LA(e=>{e.lineWidth(40),e.M(480,420),e.C(200,420,120,320,120,250),e.C(120,180,200,80,480,80),e.stroke()}));for(let e=10912;e<=10943;e++)RA[e]||(RA[e]=LA(e=>{e.lineWidth(40),e.M(460,420),e.C(200,420,140,320,140,250),e.C(140,180,200,80,460,80),e.stroke(),e.M(140,30),e.L(460,30),e.stroke()}));for(let e=10944;e<=11007;e++)RA[e]||(RA[e]=LA(e=>{e.lineWidth(40),e.M(140,350),e.L(460,350),e.stroke(),e.M(140,200),e.L(460,200),e.stroke(),e.circle(300,275,30),e.fill()}));let zA={};zA[10624]={width:600,draw:e=>{e.lineWidth(35),e.M(200,0),e.L(200,500),e.stroke(),e.M(300,0),e.L(300,500),e.stroke(),e.M(400,0),e.L(400,500),e.stroke()}},zA[10625]={width:600,draw:e=>{e.circle(300,250,60),e.fill()}},zA[10626]={width:300,draw:e=>{e.circle(150,370,40),e.fill(),e.circle(150,130,40),e.fill()}};for(let[e,t]of[[10627,!0],[10628,!1],[10629,!0],[10630,!1]])zA[e]={width:350,draw:e=>{e.lineWidth(35),t?(e.M(250,500),e.C(80,400,80,100,250,0),e.stroke()):(e.M(100,500),e.C(270,400,270,100,100,0),e.stroke())}};for(let e=10631;e<=10642;e++)if(!zA[e]){let t=(e-10631)%2==0;zA[e]={width:350,draw:e=>{e.lineWidth(35),t?(e.M(250,500),e.L(100,250),e.L(250,0),e.stroke()):(e.M(100,500),e.L(250,250),e.L(100,0),e.stroke())}}}for(let e=10643;e<=10648;e++)if(!zA[e]){let t=(e-10643)%2==0;zA[e]={width:350,draw:e=>{e.lineWidth(30),t?(e.M(250,500),e.C(100,400,100,100,250,0),e.stroke()):(e.M(100,500),e.C(250,400,250,100,100,0),e.stroke())}}}zA[10649]={width:200,draw:e=>{for(let t=50;t<=450;t+=80)e.circle(100,t,20),e.fill()}},zA[10650]={width:300,draw:e=>{e.lineWidth(35),e.M(100,500),e.L(200,400),e.L(100,300),e.L(200,200),e.L(100,100),e.L(200,0),e.stroke()}};for(let e=10651;e<=10654;e++)zA[e]={width:600,draw:e=>{e.lineWidth(40),e.M(480,50),e.L(120,50),e.L(380,400),e.stroke(),e.M(200,50),e.C(200,150,250,200,280,180),e.stroke()}};for(let e=10655;e<=10661;e++)zA[e]={width:600,draw:e=>{e.lineWidth(40),e.M(120,50),e.L(120,450),e.L(480,50),e.stroke()}};for(let e=10662;e<=10671;e++)zA[e]={width:600,draw:e=>{e.lineWidth(40),e.M(120,50),e.L(480,50),e.stroke(),e.M(120,50),e.L(120,400),e.stroke(),e.M(300,50),e.L(300,350),e.stroke()}};for(let e=10672;e<=10687;e++)zA[e]=IA(e=>{e.M(160,110),e.L(440,390),e.stroke()});for(let e=10696;e<=10703;e++)e===10696||e===10697||(zA[e]={width:600,draw:e=>{e.lineWidth(35),e.rect(100,50,400,400),e.stroke(),e.M(200,150),e.L(400,350),e.stroke()}});for(let e=10704;e<=10719;e++)zA[e]={width:600,draw:e=>{e.lineWidth(40),e.M(300,450),e.L(500,250),e.L(300,50),e.L(100,250),e.Z(),e.stroke()}};for(let e=10720;e<=10751;e++)zA[e]||(zA[e]={width:600,draw:e=>{e.lineWidth(35),e.rect(100,50,400,400),e.stroke(),e.circle(300,250,100),e.stroke()}});let X={};function BA(e){return{width:600,draw:t=>{t.lineWidth(38),t.M(120,320),t.L(480,320),t.stroke(),t.M(120,180),t.L(480,180),t.stroke(),e&&e(t)}}}function Z(e){e.lineWidth(35),e.M(200,420),e.L(400,80),e.stroke()}function VA(e,t){return{width:600,draw:n=>{n.lineWidth(40),n.M(460,400),n.C(200,400,140,320,140,250),n.C(140,180,200,100,460,100),n.stroke(),e&&(n.M(140,55),n.L(460,55),n.stroke()),t&&Z(n)}}}function HA(e,t){return{width:600,draw:n=>{n.lineWidth(40),n.M(140,400),n.C(400,400,460,320,460,250),n.C(460,180,400,100,140,100),n.stroke(),e&&(n.M(140,55),n.L(460,55),n.stroke()),t&&Z(n)}}}function UA(e){return{width:600,draw:t=>{t.lineWidth(35),t.circle(300,250,190),t.stroke(),t.lineWidth(38),e(t)}}}X[8705]={width:600,draw:e=>{e.lineWidth(42),e.M(420,400),e.C(380,470,220,470,180,400),e.C(140,320,140,180,180,100),e.C(220,30,380,30,420,100),e.stroke()}},X[8708]={width:600,draw:e=>{e.lineWidth(42),e.M(420,60),e.L(180,60),e.L(180,450),e.L(420,450),e.stroke(),e.M(180,250),e.L(380,250),e.stroke(),Z(e)}},X[8714]={width:600,draw:e=>{e.lineWidth(35),e.M(440,380),e.C(300,430,160,370,160,250),e.C(160,130,300,70,440,120),e.stroke(),e.M(160,250),e.L(400,250),e.stroke()}},X[8716]={width:600,draw:e=>{e.lineWidth(42),e.M(160,400),e.C(300,460,440,380,440,250),e.C(440,120,300,40,160,100),e.stroke(),e.M(440,250),e.L(200,250),e.stroke(),Z(e)}},X[8717]={width:600,draw:e=>{e.lineWidth(35),e.M(160,380),e.C(300,430,440,370,440,250),e.C(440,130,300,70,160,120),e.stroke(),e.M(440,250),e.L(200,250),e.stroke()}},X[8720]={width:600,draw:e=>{e.lineWidth(45),e.M(140,60),e.L(140,450),e.L(460,450),e.L(460,60),e.stroke()}},X[8724]={width:600,draw:e=>{e.lineWidth(42),e.M(120,250),e.L(480,250),e.stroke(),e.M(300,120),e.L(300,380),e.stroke(),e.circle(300,430,25),e.fill()}},X[8725]={width:600,draw:e=>{e.lineWidth(42),e.M(440,470),e.L(160,30),e.stroke()}},X[8726]={width:600,draw:e=>{e.lineWidth(42),e.M(160,470),e.L(440,30),e.stroke()}},X[8731]={width:600,draw:e=>{e.lineWidth(40),e.M(80,250),e.L(180,250),e.L(260,30),e.L(350,470),e.L(520,470),e.stroke(),e.lineWidth(22),e.M(80,440),e.C(80,470,130,470,130,445),e.C(130,420,80,420,80,395),e.stroke()}},X[8732]={width:600,draw:e=>{e.lineWidth(40),e.M(80,250),e.L(180,250),e.L(260,30),e.L(350,470),e.L(520,470),e.stroke(),e.lineWidth(22),e.M(120,395),e.L(120,470),e.L(80,430),e.L(130,430),e.stroke()}},X[8737]={width:600,draw:e=>{e.lineWidth(40),e.M(480,60),e.L(120,60),e.L(420,440),e.stroke(),e.lineWidth(28),e.M(220,60),e.C(220,160,260,200,290,180),e.stroke()}},X[8738]={width:600,draw:e=>{e.lineWidth(40),e.M(420,440),e.L(120,60),e.L(420,60),e.stroke(),e.lineWidth(28),e.M(200,140),e.C(240,200,320,200,360,140),e.stroke()}},X[8748]={width:600,draw:e=>{e.lineWidth(40),e.M(320,470),e.C(290,470,260,440,260,400),e.L(260,100),e.C(260,60,230,30,200,30),e.stroke(),e.M(440,470),e.C(410,470,380,440,380,400),e.L(380,100),e.C(380,60,350,30,320,30),e.stroke()}},X[8749]={width:600,draw:e=>{e.lineWidth(35);for(let t=0;t<3;t++){let n=180+t*100;e.M(n+40,470),e.C(n+20,470,n,440,n,400),e.L(n,100),e.C(n,60,n-20,30,n-40,30),e.stroke()}}},X[8750]={width:600,draw:e=>{e.lineWidth(40),e.M(360,470),e.C(330,470,300,440,300,400),e.L(300,100),e.C(300,60,270,30,240,30),e.stroke(),e.lineWidth(28),e.ellipse(300,250,80,60),e.stroke()}},X[8751]={width:600,draw:e=>{e.lineWidth(35);for(let t=0;t<2;t++){let n=220+t*110;e.M(n+40,470),e.C(n+20,470,n,440,n,400),e.L(n,100),e.C(n,60,n-20,30,n-40,30),e.stroke()}e.lineWidth(25),e.ellipse(300,250,70,50),e.stroke()}},X[8752]={width:600,draw:e=>{e.lineWidth(32);for(let t=0;t<3;t++){let n=180+t*100;e.M(n+35,470),e.C(n+15,470,n,440,n,400),e.L(n,100),e.C(n,60,n-15,30,n-35,30),e.stroke()}e.lineWidth(22),e.ellipse(280,250,60,45),e.stroke()}},X[8753]={width:600,draw:e=>{e.lineWidth(40),e.M(360,470),e.C(330,470,300,440,300,400),e.L(300,100),e.C(300,60,270,30,240,30),e.stroke(),e.lineWidth(25),e.M(370,230),e.C(370,300,230,300,230,250),e.C(230,200,310,200,340,230),e.stroke()}},X[8754]={width:600,draw:e=>{e.lineWidth(40),e.M(360,470),e.C(330,470,300,440,300,400),e.L(300,100),e.C(300,60,270,30,240,30),e.stroke(),e.lineWidth(25),e.M(230,230),e.C(230,300,370,300,370,250),e.C(370,200,290,200,260,230),e.stroke()}},X[8755]=X[8753],X[8760]={width:600,draw:e=>{e.lineWidth(42),e.M(120,250),e.L(480,250),e.stroke(),e.circle(300,360,28),e.fill()}},X[8761]={width:600,draw:e=>{e.lineWidth(42),e.M(120,250),e.L(480,250),e.stroke(),e.circle(300,370,28),e.fill(),e.circle(300,130,28),e.fill()}},X[8762]={width:600,draw:e=>{e.circle(180,350,28),e.fill(),e.circle(420,350,28),e.fill(),e.circle(180,150,28),e.fill(),e.circle(420,150,28),e.fill(),e.lineWidth(38),e.M(120,250),e.L(480,250),e.stroke()}},X[8763]={width:600,draw:e=>{e.lineWidth(38),e.M(120,300),e.C(200,380,400,380,480,300),e.stroke(),e.M(120,180),e.C(200,260,400,260,480,180),e.stroke(),e.circle(300,400,25),e.fill()}},X[8764]={width:600,draw:e=>{e.lineWidth(45),e.M(120,280),e.C(200,380,400,120,480,220),e.stroke()}},X[8765]={width:600,draw:e=>{e.lineWidth(45),e.M(120,220),e.C(200,120,400,380,480,280),e.stroke()}},X[8766]={width:600,draw:e=>{e.lineWidth(40),e.M(120,250),e.C(120,400,300,400,300,250),e.C(300,100,480,100,480,250),e.stroke()}},X[8767]={width:600,draw:e=>{e.lineWidth(40),e.M(80,250),e.C(160,450,300,450,300,250),e.C(300,50,440,50,520,250),e.stroke()}},X[8768]={width:600,draw:e=>{e.lineWidth(40),e.M(300,460),e.C(200,380,400,120,300,40),e.stroke()}},X[8769]={width:600,draw:e=>{e.lineWidth(42),e.M(120,280),e.C(200,380,400,120,480,220),e.stroke(),Z(e)}},X[8770]={width:600,draw:e=>{e.lineWidth(40),e.M(120,320),e.C(200,400,400,400,480,320),e.stroke(),e.M(120,180),e.L(480,180),e.stroke()}},X[8771]={width:600,draw:e=>{e.lineWidth(40),e.M(120,320),e.C(200,420,400,120,480,220),e.stroke(),e.M(120,150),e.L(480,150),e.stroke()}},X[8772]={width:600,draw:e=>{e.lineWidth(40),e.M(120,320),e.C(200,420,400,120,480,220),e.stroke(),e.M(120,150),e.L(480,150),e.stroke(),Z(e)}},X[8774]={width:600,draw:e=>{e.lineWidth(38),e.M(120,370),e.C(200,440,400,440,480,370),e.stroke(),e.M(120,250),e.C(200,320,400,320,480,250),e.stroke(),e.M(120,130),e.L(480,130),e.stroke(),Z(e)}},X[8775]=X[8774],X[8777]={width:600,draw:e=>{e.lineWidth(40),e.M(120,320),e.C(200,400,400,400,480,320),e.stroke(),e.M(120,180),e.C(200,260,400,260,480,180),e.stroke(),Z(e)}},X[8778]={width:600,draw:e=>{e.lineWidth(36),e.M(120,370),e.C(200,440,400,440,480,370),e.stroke(),e.M(120,260),e.C(200,330,400,330,480,260),e.stroke(),e.M(120,150),e.L(480,150),e.stroke()}},X[8779]={width:600,draw:e=>{e.lineWidth(35);for(let t of[370,250,130])e.M(120,t),e.C(200,t+70,400,t+70,480,t),e.stroke()}},X[8781]={width:600,draw:e=>{e.lineWidth(40),e.M(120,340),e.C(200,420,400,420,480,340),e.stroke(),e.M(120,160),e.C(200,80,400,80,480,160),e.stroke()}},X[8782]={width:600,draw:e=>{e.lineWidth(40),e.M(120,320),e.C(200,420,400,420,480,320),e.stroke(),e.M(120,180),e.C(200,80,400,80,480,180),e.stroke()}},X[8783]={width:600,draw:e=>{e.lineWidth(40),e.M(120,320),e.C(200,400,400,400,480,320),e.stroke(),e.M(120,180),e.L(480,180),e.stroke()}},X[8784]={width:600,draw:e=>{e.lineWidth(40),e.M(120,300),e.L(480,300),e.stroke(),e.M(120,180),e.L(480,180),e.stroke(),e.circle(300,410,25),e.fill()}},X[8785]={width:600,draw:e=>{e.lineWidth(40),e.M(120,300),e.L(480,300),e.stroke(),e.M(120,180),e.L(480,180),e.stroke(),e.circle(300,410,25),e.fill(),e.circle(300,80,25),e.fill()}},X[8786]={width:600,draw:e=>{e.lineWidth(40),e.M(120,310),e.C(200,370,400,370,480,310),e.stroke(),e.M(120,190),e.C(200,130,400,130,480,190),e.stroke()}},X[8787]={width:600,draw:e=>{e.lineWidth(40),e.M(120,310),e.C(200,250,400,250,480,310),e.stroke(),e.M(120,190),e.C(200,250,400,250,480,190),e.stroke()}},X[8788]={width:600,draw:e=>{e.circle(180,330,30),e.fill(),e.circle(180,170,30),e.fill(),e.lineWidth(40),e.M(260,320),e.L(480,320),e.stroke(),e.M(260,180),e.L(480,180),e.stroke()}},X[8789]={width:600,draw:e=>{e.circle(420,330,30),e.fill(),e.circle(420,170,30),e.fill(),e.lineWidth(40),e.M(120,320),e.L(340,320),e.stroke(),e.M(120,180),e.L(340,180),e.stroke()}},X[8790]=BA(e=>{e.lineWidth(25),e.circle(300,250,35),e.stroke()}),X[8791]={width:600,draw:e=>{e.lineWidth(40),e.M(120,280),e.L(480,280),e.stroke(),e.M(120,170),e.L(480,170),e.stroke(),e.lineWidth(25),e.circle(300,390,35),e.stroke()}},X[8792]={width:600,draw:e=>{e.lineWidth(40),e.M(120,280),e.L(480,280),e.stroke(),e.M(120,170),e.L(480,170),e.stroke(),e.lineWidth(28),e.M(240,390),e.L(300,430),e.L(360,390),e.stroke()}},X[8793]={width:600,draw:e=>{e.lineWidth(40),e.M(120,260),e.L(480,260),e.stroke(),e.M(120,150),e.L(480,150),e.stroke(),e.lineWidth(28),e.M(240,370),e.L(300,420),e.L(360,370),e.stroke()}},X[8794]={width:600,draw:e=>{e.lineWidth(40),e.M(120,260),e.L(480,260),e.stroke(),e.M(120,150),e.L(480,150),e.stroke(),e.lineWidth(28),e.M(240,420),e.L(300,370),e.L(360,420),e.stroke()}},X[8795]={width:600,draw:e=>{e.lineWidth(40),e.M(120,250),e.L(480,250),e.stroke(),e.M(120,140),e.L(480,140),e.stroke(),e.circle(300,380,35),e.fill()}},X[8797]={width:600,draw:e=>{e.lineWidth(40),e.M(120,250),e.L(480,250),e.stroke(),e.M(120,140),e.L(480,140),e.stroke(),e.lineWidth(25),e.M(260,360),e.L(300,440),e.L(340,360),e.Z(),e.stroke()}},X[8798]={width:600,draw:e=>{e.lineWidth(40),e.M(120,250),e.L(480,250),e.stroke(),e.M(120,140),e.L(480,140),e.stroke(),e.lineWidth(22),e.M(230,360),e.L(230,430),e.L(270,390),e.L(310,430),e.L(310,360),e.stroke()}},X[8799]={width:600,draw:e=>{e.lineWidth(40),e.M(120,230),e.L(480,230),e.stroke(),e.M(120,120),e.L(480,120),e.stroke(),e.lineWidth(25),e.M(260,360),e.C(260,430,340,430,340,390),e.C(340,360,300,340,300,310),e.stroke(),e.circle(300,290,15),e.fill()}},X[8802]={width:600,draw:e=>{e.lineWidth(38),e.M(120,350),e.L(480,350),e.stroke(),e.M(120,250),e.L(480,250),e.stroke(),e.M(120,150),e.L(480,150),e.stroke(),Z(e)}},X[8803]={width:600,draw:e=>{e.lineWidth(36),e.M(120,370),e.L(480,370),e.stroke(),e.M(120,290),e.L(480,290),e.stroke(),e.M(120,210),e.L(480,210),e.stroke(),e.M(120,130),e.L(480,130),e.stroke()}},X[8806]={width:600,draw:e=>{e.lineWidth(40),e.M(460,420),e.L(140,260),e.L(460,100),e.stroke(),e.M(140,60),e.L(460,60),e.stroke()}},X[8807]={width:600,draw:e=>{e.lineWidth(40),e.M(140,420),e.L(460,260),e.L(140,100),e.stroke(),e.M(140,60),e.L(460,60),e.stroke()}},X[8808]={width:600,draw:e=>{X[8806].draw(e),Z(e)}},X[8809]={width:600,draw:e=>{X[8807].draw(e),Z(e)}},X[8812]={width:600,draw:e=>{e.lineWidth(40),e.M(200,420),e.L(400,250),e.L(200,80),e.stroke(),e.M(400,420),e.L(200,250),e.L(400,80),e.stroke()}},X[8813]={width:600,draw:e=>{e.lineWidth(40),e.M(120,340),e.C(200,420,400,420,480,340),e.stroke(),e.M(120,160),e.C(200,80,400,80,480,160),e.stroke(),Z(e)}},X[8814]={width:600,draw:e=>{e.lineWidth(42),e.M(460,400),e.L(140,250),e.L(460,100),e.stroke(),Z(e)}},X[8815]={width:600,draw:e=>{e.lineWidth(42),e.M(140,400),e.L(460,250),e.L(140,100),e.stroke(),Z(e)}},X[8816]={width:600,draw:e=>{e.lineWidth(38),e.M(460,420),e.L(140,260),e.L(460,100),e.stroke(),e.M(140,60),e.L(460,60),e.stroke(),Z(e)}},X[8817]={width:600,draw:e=>{e.lineWidth(38),e.M(140,420),e.L(460,260),e.L(140,100),e.stroke(),e.M(140,60),e.L(460,60),e.stroke(),Z(e)}},X[8818]={width:600,draw:e=>{e.lineWidth(38),e.M(460,420),e.L(140,260),e.L(460,100),e.stroke(),e.M(140,60),e.C(220,30,380,30,460,60),e.stroke()}},X[8819]={width:600,draw:e=>{e.lineWidth(38),e.M(140,420),e.L(460,260),e.L(140,100),e.stroke(),e.M(140,60),e.C(220,30,380,30,460,60),e.stroke()}},X[8820]={width:600,draw:e=>{X[8818].draw(e),Z(e)}},X[8821]={width:600,draw:e=>{X[8819].draw(e),Z(e)}},X[8822]={width:600,draw:e=>{e.lineWidth(38),e.M(460,430),e.L(140,330),e.L(460,230),e.stroke(),e.M(140,230),e.L(460,130),e.L(140,60),e.stroke()}},X[8823]={width:600,draw:e=>{e.lineWidth(38),e.M(140,430),e.L(460,330),e.L(140,230),e.stroke(),e.M(460,230),e.L(140,130),e.L(460,60),e.stroke()}},X[8824]={width:600,draw:e=>{X[8822].draw(e),Z(e)}},X[8825]={width:600,draw:e=>{X[8823].draw(e),Z(e)}},X[8826]={width:600,draw:e=>{e.lineWidth(42),e.M(460,400),e.C(200,400,140,300,140,250),e.C(140,200,200,100,460,100),e.stroke()}},X[8827]={width:600,draw:e=>{e.lineWidth(42),e.M(140,400),e.C(400,400,460,300,460,250),e.C(460,200,400,100,140,100),e.stroke()}},X[8828]={width:600,draw:e=>{e.lineWidth(40),e.M(460,420),e.C(200,420,140,320,140,280),e.C(140,240,200,140,460,140),e.stroke(),e.M(140,80),e.L(460,80),e.stroke()}},X[8829]={width:600,draw:e=>{e.lineWidth(40),e.M(140,420),e.C(400,420,460,320,460,280),e.C(460,240,400,140,140,140),e.stroke(),e.M(140,80),e.L(460,80),e.stroke()}},X[8830]={width:600,draw:e=>{e.lineWidth(38),e.M(460,420),e.C(200,420,140,320,140,280),e.C(140,240,200,140,460,140),e.stroke(),e.M(140,80),e.C(220,50,380,50,460,80),e.stroke()}},X[8831]={width:600,draw:e=>{e.lineWidth(38),e.M(140,420),e.C(400,420,460,320,460,280),e.C(460,240,400,140,140,140),e.stroke(),e.M(140,80),e.C(220,50,380,50,460,80),e.stroke()}},X[8832]={width:600,draw:e=>{X[8826].draw(e),Z(e)}},X[8833]={width:600,draw:e=>{X[8827].draw(e),Z(e)}},X[8840]=VA(!0,!0),X[8841]=HA(!0,!0),X[8842]=VA(!0,!0),X[8843]=HA(!0,!0),X[8844]={width:600,draw:e=>{e.lineWidth(40),e.M(140,450),e.L(140,200),e.C(140,50,460,50,460,200),e.L(460,450),e.stroke(),e.M(230,280),e.L(370,280),e.stroke()}},X[8845]={width:600,draw:e=>{e.lineWidth(40),e.M(140,450),e.L(140,200),e.C(140,50,460,50,460,200),e.L(460,450),e.stroke(),e.circle(300,250,30),e.fill()}},X[8846]={width:600,draw:e=>{e.lineWidth(40),e.M(140,450),e.L(140,200),e.C(140,50,460,50,460,200),e.L(460,450),e.stroke(),e.M(240,250),e.L(360,250),e.stroke(),e.M(300,190),e.L(300,310),e.stroke()}},X[8847]={width:600,draw:e=>{e.lineWidth(42),e.M(460,420),e.L(140,420),e.L(140,80),e.L(460,80),e.stroke()}},X[8848]={width:600,draw:e=>{e.lineWidth(42),e.M(140,420),e.L(460,420),e.L(460,80),e.L(140,80),e.stroke()}},X[8849]={width:600,draw:e=>{e.lineWidth(40),e.M(460,440),e.L(140,440),e.L(140,140),e.L(460,140),e.stroke(),e.M(140,80),e.L(460,80),e.stroke()}},X[8850]={width:600,draw:e=>{e.lineWidth(40),e.M(140,440),e.L(460,440),e.L(460,140),e.L(140,140),e.stroke(),e.M(140,80),e.L(460,80),e.stroke()}},X[8851]={width:600,draw:e=>{e.lineWidth(45),e.M(140,60),e.L(140,440),e.L(460,440),e.L(460,60),e.stroke()}},X[8852]={width:600,draw:e=>{e.lineWidth(45),e.M(140,440),e.L(140,60),e.L(460,60),e.L(460,440),e.stroke()}},X[8858]=UA(e=>{e.lineWidth(28),e.circle(300,250,60),e.stroke()}),X[8859]=UA(e=>{e.lineWidth(32);for(let t=0;t<3;t++){let n=t*60*Math.PI/180;e.M(300+80*Math.cos(n),250+80*Math.sin(n)),e.L(300-80*Math.cos(n),250-80*Math.sin(n)),e.stroke()}}),X[8860]=UA(e=>{e.M(200,280),e.L(400,280),e.stroke(),e.M(200,220),e.L(400,220),e.stroke()}),X[8861]=UA(e=>{e.M(200,250),e.L(400,250),e.stroke()}),X[8862]={width:600,draw:e=>{e.lineWidth(38),e.rect(100,50,400,400),e.stroke(),e.M(100,250),e.L(500,250),e.stroke(),e.M(300,50),e.L(300,450),e.stroke()}},X[8863]={width:600,draw:e=>{e.lineWidth(38),e.rect(100,50,400,400),e.stroke(),e.M(160,250),e.L(440,250),e.stroke()}},X[8864]={width:600,draw:e=>{e.lineWidth(38),e.rect(100,50,400,400),e.stroke(),e.M(100,50),e.L(500,450),e.stroke(),e.M(500,50),e.L(100,450),e.stroke()}},X[8865]={width:600,draw:e=>{e.lineWidth(38),e.rect(100,50,400,400),e.stroke(),e.circle(300,250,40),e.fill()}},X[8866]={width:600,draw:e=>{e.lineWidth(42),e.M(140,440),e.L(140,60),e.stroke(),e.M(140,250),e.L(480,250),e.stroke()}},X[8867]={width:600,draw:e=>{e.lineWidth(42),e.M(460,440),e.L(460,60),e.stroke(),e.M(460,250),e.L(120,250),e.stroke()}},X[8868]={width:600,draw:e=>{e.lineWidth(42),e.M(120,440),e.L(480,440),e.stroke(),e.M(300,440),e.L(300,60),e.stroke()}},X[8870]={width:600,draw:e=>{e.lineWidth(42),e.M(160,440),e.L(160,60),e.stroke(),e.M(160,250),e.L(460,250),e.stroke(),e.M(220,440),e.L(220,60),e.stroke()}},X[8871]={width:600,draw:e=>{e.lineWidth(42),e.M(140,440),e.L(140,60),e.stroke(),e.M(140,310),e.L(460,310),e.stroke(),e.M(140,190),e.L(460,190),e.stroke()}},X[8872]={width:600,draw:e=>{e.lineWidth(42),e.M(140,440),e.L(140,60),e.stroke(),e.M(200,440),e.L(200,60),e.stroke(),e.M(200,250),e.L(460,250),e.stroke()}},X[8873]={width:600,draw:e=>{e.lineWidth(40),e.M(140,440),e.L(140,60),e.stroke(),e.M(200,440),e.L(200,60),e.stroke(),e.M(200,250),e.L(460,250),e.stroke()}},X[8874]={width:600,draw:e=>{e.lineWidth(36),e.M(130,440),e.L(130,60),e.stroke(),e.M(190,440),e.L(190,60),e.stroke(),e.M(250,440),e.L(250,60),e.stroke(),e.M(250,250),e.L(460,250),e.stroke()}},X[8875]={width:600,draw:e=>{e.lineWidth(38),e.M(130,440),e.L(130,60),e.stroke(),e.M(200,440),e.L(200,60),e.stroke(),e.M(200,300),e.L(460,300),e.stroke(),e.M(200,200),e.L(460,200),e.stroke()}},X[8876]={width:600,draw:e=>{X[8866].draw(e),Z(e)}},X[8877]={width:600,draw:e=>{X[8872].draw(e),Z(e)}},X[8878]={width:600,draw:e=>{X[8873].draw(e),Z(e)}},X[8879]={width:600,draw:e=>{X[8875].draw(e),Z(e)}},X[8880]={width:600,draw:e=>{e.lineWidth(40),e.M(460,400),e.C(200,400,140,300,140,250),e.C(140,200,200,100,460,100),e.stroke(),e.M(140,50),e.L(460,50),e.stroke()}},X[8881]={width:600,draw:e=>{e.lineWidth(40),e.M(140,400),e.C(400,400,460,300,460,250),e.C(460,200,400,100,140,100),e.stroke(),e.M(140,50),e.L(460,50),e.stroke()}},X[8882]={width:600,draw:e=>{e.lineWidth(42),e.M(460,420),e.L(140,250),e.L(460,80),e.Z(),e.stroke()}},X[8883]={width:600,draw:e=>{e.lineWidth(42),e.M(140,420),e.L(460,250),e.L(140,80),e.Z(),e.stroke()}},X[8884]={width:600,draw:e=>{e.lineWidth(40),e.M(460,440),e.L(140,260),e.L(460,100),e.Z(),e.stroke(),e.M(140,55),e.L(460,55),e.stroke()}},X[8885]={width:600,draw:e=>{e.lineWidth(40),e.M(140,440),e.L(460,260),e.L(140,100),e.Z(),e.stroke(),e.M(140,55),e.L(460,55),e.stroke()}},X[8886]={width:600,draw:e=>{e.lineWidth(40),e.M(420,400),e.L(200,250),e.L(420,100),e.stroke(),e.circle(160,250,40),e.fill()}},X[8887]={width:600,draw:e=>{e.lineWidth(40),e.M(180,400),e.L(400,250),e.L(180,100),e.stroke(),e.circle(440,250,40),e.fill()}},X[8888]={width:600,draw:e=>{e.lineWidth(42),e.M(120,250),e.L(430,250),e.stroke(),e.lineWidth(28),e.circle(470,250,40),e.stroke()}},X[8889]={width:600,draw:e=>{e.lineWidth(38),e.rect(120,80,360,340),e.stroke(),e.circle(300,250,30),e.fill()}},X[8890]={width:600,draw:e=>{e.lineWidth(42),e.M(120,60),e.L(480,60),e.stroke(),e.M(300,60),e.L(300,440),e.stroke()}},X[8891]={width:600,draw:e=>{e.lineWidth(42),e.M(140,80),e.L(300,440),e.L(460,80),e.stroke(),e.M(140,60),e.L(460,60),e.stroke()}},X[8892]={width:600,draw:e=>{e.lineWidth(42),e.M(140,420),e.L(300,60),e.L(460,420),e.stroke(),e.M(140,440),e.L(460,440),e.stroke()}},X[8893]={width:600,draw:e=>{e.lineWidth(42),e.M(140,80),e.L(300,440),e.L(460,80),e.stroke(),e.M(140,60),e.L(460,60),e.stroke()}},X[8894]={width:600,draw:e=>{e.lineWidth(42),e.M(140,440),e.L(140,80),e.L(460,80),e.stroke(),e.lineWidth(28),e.M(140,300),e.C(250,300,320,200,320,80),e.stroke()}},X[8896]={width:600,draw:e=>{e.lineWidth(45),e.M(120,60),e.L(300,440),e.L(480,60),e.stroke()}},X[8897]={width:600,draw:e=>{e.lineWidth(45),e.M(120,440),e.L(300,60),e.L(480,440),e.stroke()}},X[8898]={width:600,draw:e=>{e.lineWidth(45),e.M(140,60),e.L(140,250),e.C(140,460,460,460,460,250),e.L(460,60),e.stroke()}},X[8899]={width:600,draw:e=>{e.lineWidth(45),e.M(140,440),e.L(140,250),e.C(140,40,460,40,460,250),e.L(460,440),e.stroke()}},X[8900]={width:600,draw:e=>{e.lineWidth(38),e.M(300,420),e.L(460,250),e.L(300,80),e.L(140,250),e.Z(),e.stroke()}},X[8901]={width:600,draw:e=>{e.circle(300,250,35),e.fill()}},X[8902]={width:600,draw:e=>{for(let t=0;t<5;t++){let n=(t*72-90)*Math.PI/180,r=(t*72+36-90)*Math.PI/180;t===0?e.M(300+140*Math.cos(n),250+140*Math.sin(n)):e.L(300+140*Math.cos(n),250+140*Math.sin(n)),e.L(300+60*Math.cos(r),250+60*Math.sin(r))}e.Z(),e.fill()}},X[8903]={width:600,draw:e=>{e.lineWidth(40),e.M(160,400),e.L(440,100),e.stroke(),e.M(440,400),e.L(160,100),e.stroke(),e.circle(300,420,28),e.fill(),e.circle(300,80,28),e.fill()}},X[8904]={width:600,draw:e=>{e.lineWidth(40),e.M(120,400),e.L(300,250),e.L(120,100),e.Z(),e.stroke(),e.M(480,400),e.L(300,250),e.L(480,100),e.Z(),e.stroke()}},X[8905]={width:600,draw:e=>{e.lineWidth(40),e.M(140,400),e.L(380,250),e.L(140,100),e.Z(),e.stroke(),e.M(380,400),e.L(380,100),e.stroke()}},X[8906]={width:600,draw:e=>{e.lineWidth(40),e.M(460,400),e.L(220,250),e.L(460,100),e.Z(),e.stroke(),e.M(220,400),e.L(220,100),e.stroke()}},X[8907]={width:600,draw:e=>{e.lineWidth(40),e.M(140,400),e.L(380,250),e.L(140,100),e.stroke(),e.M(380,400),e.L(380,100),e.stroke()}},X[8908]={width:600,draw:e=>{e.lineWidth(40),e.M(460,400),e.L(220,250),e.L(460,100),e.stroke(),e.M(220,400),e.L(220,100),e.stroke()}},X[8909]={width:600,draw:e=>{e.lineWidth(40),e.M(120,220),e.C(200,120,400,380,480,280),e.stroke(),e.M(120,140),e.L(480,140),e.stroke()}},X[8910]={width:600,draw:e=>{e.lineWidth(42),e.M(120,440),e.C(200,200,260,100,300,60),e.C(340,100,400,200,480,440),e.stroke()}},X[8911]={width:600,draw:e=>{e.lineWidth(42),e.M(120,60),e.C(200,300,260,400,300,440),e.C(340,400,400,300,480,60),e.stroke()}},X[8912]={width:600,draw:e=>{e.lineWidth(35),e.M(440,400),e.C(250,400,180,320,180,250),e.C(180,180,250,100,440,100),e.stroke(),e.M(480,400),e.C(290,400,220,320,220,250),e.C(220,180,290,100,480,100),e.stroke()}},X[8913]={width:600,draw:e=>{e.lineWidth(35),e.M(160,400),e.C(350,400,420,320,420,250),e.C(420,180,350,100,160,100),e.stroke(),e.M(120,400),e.C(310,400,380,320,380,250),e.C(380,180,310,100,120,100),e.stroke()}},X[8914]={width:600,draw:e=>{e.lineWidth(38),e.M(120,60),e.L(120,230),e.C(120,460,480,460,480,230),e.L(480,60),e.stroke(),e.M(200,60),e.L(200,230),e.C(200,400,400,400,400,230),e.L(400,60),e.stroke()}},X[8915]={width:600,draw:e=>{e.lineWidth(38),e.M(120,440),e.L(120,270),e.C(120,40,480,40,480,270),e.L(480,440),e.stroke(),e.M(200,440),e.L(200,270),e.C(200,100,400,100,400,270),e.L(400,440),e.stroke()}},X[8916]={width:600,draw:e=>{e.lineWidth(42),e.M(300,60),e.L(300,440),e.stroke(),e.M(140,60),e.L(140,250),e.C(140,400,460,400,460,250),e.L(460,60),e.stroke()}},X[8917]={width:600,draw:e=>{e.lineWidth(38),e.M(120,310),e.L(480,310),e.stroke(),e.M(120,200),e.L(480,200),e.stroke(),e.M(200,440),e.L(200,60),e.stroke(),e.M(400,440),e.L(400,60),e.stroke()}},X[8918]={width:600,draw:e=>{e.lineWidth(42),e.M(460,400),e.L(140,250),e.L(460,100),e.stroke(),e.circle(300,250,30),e.fill()}},X[8919]={width:600,draw:e=>{e.lineWidth(42),e.M(140,400),e.L(460,250),e.L(140,100),e.stroke(),e.circle(300,250,30),e.fill()}},X[8920]={width:600,draw:e=>{e.lineWidth(35);for(let t of[160,280,400])e.M(t+80,400),e.L(t,250),e.L(t+80,100),e.stroke()}},X[8921]={width:600,draw:e=>{e.lineWidth(35);for(let t of[440,320,200])e.M(t-80,400),e.L(t,250),e.L(t-80,100),e.stroke()}},X[8922]={width:600,draw:e=>{e.lineWidth(36),e.M(460,460),e.L(140,370),e.L(460,280),e.stroke(),e.M(140,240),e.L(460,240),e.stroke(),e.M(140,200),e.L(460,110),e.L(140,40),e.stroke()}},X[8923]={width:600,draw:e=>{e.lineWidth(36),e.M(140,460),e.L(460,370),e.L(140,280),e.stroke(),e.M(140,240),e.L(460,240),e.stroke(),e.M(460,200),e.L(140,110),e.L(460,40),e.stroke()}},X[8924]={width:600,draw:e=>{e.lineWidth(40),e.M(460,420),e.L(140,260),e.L(460,100),e.stroke(),e.M(140,440),e.L(460,440),e.stroke()}},X[8925]={width:600,draw:e=>{e.lineWidth(40),e.M(140,420),e.L(460,260),e.L(140,100),e.stroke(),e.M(140,440),e.L(460,440),e.stroke()}},X[8926]={width:600,draw:e=>{e.lineWidth(38),e.M(460,420),e.C(200,420,140,320,140,280),e.C(140,240,200,140,460,140),e.stroke(),e.M(140,80),e.L(460,80),e.stroke()}},X[8927]={width:600,draw:e=>{e.lineWidth(38),e.M(140,420),e.C(400,420,460,320,460,280),e.C(460,240,400,140,140,140),e.stroke(),e.M(140,80),e.L(460,80),e.stroke()}},X[8928]={width:600,draw:e=>{X[8926].draw(e),Z(e)}},X[8929]={width:600,draw:e=>{X[8927].draw(e),Z(e)}},X[8930]={width:600,draw:e=>{X[8849].draw(e),Z(e)}},X[8931]={width:600,draw:e=>{X[8850].draw(e),Z(e)}},X[8932]={width:600,draw:e=>{X[8849].draw(e),Z(e)}},X[8933]={width:600,draw:e=>{X[8850].draw(e),Z(e)}},X[8934]={width:600,draw:e=>{X[8818].draw(e),Z(e)}},X[8935]={width:600,draw:e=>{X[8819].draw(e),Z(e)}},X[8936]={width:600,draw:e=>{X[8830].draw(e),Z(e)}},X[8937]={width:600,draw:e=>{X[8831].draw(e),Z(e)}},X[8938]={width:600,draw:e=>{X[8882].draw(e),Z(e)}},X[8939]={width:600,draw:e=>{X[8883].draw(e),Z(e)}},X[8940]={width:600,draw:e=>{X[8884].draw(e),Z(e)}},X[8941]={width:600,draw:e=>{X[8885].draw(e),Z(e)}},X[8942]={width:600,draw:e=>{e.circle(300,380,28),e.fill(),e.circle(300,250,28),e.fill(),e.circle(300,120,28),e.fill()}},X[8943]={width:600,draw:e=>{e.circle(150,250,28),e.fill(),e.circle(300,250,28),e.fill(),e.circle(450,250,28),e.fill()}},X[8944]={width:600,draw:e=>{e.circle(170,120,28),e.fill(),e.circle(300,250,28),e.fill(),e.circle(430,380,28),e.fill()}},X[8945]={width:600,draw:e=>{e.circle(170,380,28),e.fill(),e.circle(300,250,28),e.fill(),e.circle(430,120,28),e.fill()}};for(let e=8946;e<=8959;e++)if(!X[e]){let t=(e-8946)%2==0;X[e]={width:600,draw:e=>{e.lineWidth(40),t?(e.M(440,400),e.C(200,430,140,340,140,250),e.C(140,160,200,70,440,100),e.stroke(),e.M(140,250),e.L(400,250),e.stroke()):(e.M(160,400),e.C(400,430,460,340,460,250),e.C(460,160,400,70,160,100),e.stroke(),e.M(460,250),e.L(200,250),e.stroke())}}}let Q={};function WA(e,t=18){return{width:600,draw:n=>{n.lineWidth(28),e(n,300-t/2,250,280),e(n,300+t/2,250,280)}}}function GA(e){return{width:600,draw:t=>{t.lineWidth(26),e(t,300,250,300)}}}function KA(e){return{width:600,draw:t=>{t.lineWidth(36),e(t,300,250,300)}}}Q[8448]={width:600,draw:e=>{e.lineWidth(24),AA(e,0,190,340,150),AA(e,2,410,160,150),e.lineWidth(30),e.M(380,450),e.L(220,50),e.stroke()}},Q[8449]={width:600,draw:e=>{e.lineWidth(24),AA(e,0,190,340,150),AA(e,18,410,160,150),e.lineWidth(30),e.M(380,450),e.L(220,50),e.stroke()}},Q[8450]=WA((e,t,n,r)=>{e.M(t+r*.3,n+r*.35),e.C(t+r*.1,n+r*.55,t-r*.35,n+r*.35,t-r*.35,n),e.C(t-r*.35,n-r*.35,t+r*.1,n-r*.55,t+r*.3,n-r*.35),e.stroke()}),Q[8452]={width:600,draw:e=>{e.lineWidth(40),e.M(200,440),e.L(300,250),e.L(400,440),e.stroke(),e.M(300,250),e.L(300,60),e.stroke()}},Q[8454]={width:600,draw:e=>{e.lineWidth(24),AA(e,2,190,340,150),AA(e,20,410,160,150),e.lineWidth(30),e.M(380,450),e.L(220,50),e.stroke()}},Q[8455]={width:600,draw:e=>{e.lineWidth(42),e.M(180,440),e.L(420,440),e.L(420,60),e.L(180,60),e.stroke(),e.M(420,250),e.L(220,250),e.stroke()}},Q[8458]={width:600,draw:e=>{e.lineWidth(30),e.ellipse(280,280,120,100),e.stroke(),e.M(400,380),e.L(400,80),e.C(400,20,300,20,240,60),e.stroke()}},Q[8459]=GA((e,t,n,r)=>{e.M(t-r*.3,n-r*.5),e.L(t-r*.3,n+r*.5),e.stroke(),e.M(t+r*.3,n+r*.5),e.L(t+r*.3,n-r*.5),e.stroke(),e.M(t-r*.3,n),e.C(t-r*.1,n+r*.15,t+r*.1,n-r*.15,t+r*.3,n),e.stroke()}),Q[8460]=KA((e,t,n,r)=>{e.M(t-r*.3,n-r*.5),e.L(t-r*.3,n+r*.5),e.stroke(),e.M(t+r*.3,n+r*.5),e.L(t+r*.3,n-r*.5),e.stroke(),e.M(t-r*.3,n),e.L(t+r*.3,n),e.stroke()}),Q[8461]=WA((e,t,n,r)=>{e.M(t-r*.3,n+r*.5),e.L(t-r*.3,n-r*.5),e.stroke(),e.M(t+r*.3,n+r*.5),e.L(t+r*.3,n-r*.5),e.stroke(),e.M(t-r*.3,n),e.L(t+r*.3,n),e.stroke()}),Q[8462]={width:600,draw:e=>{e.lineWidth(35),e.M(220,60),e.L(200,450),e.stroke(),e.M(200,300),e.C(280,400,380,400,400,300),e.L(420,60),e.stroke()}},Q[8463]={width:600,draw:e=>{e.lineWidth(35),e.M(220,60),e.L(200,450),e.stroke(),e.M(200,300),e.C(280,400,380,400,400,300),e.L(420,60),e.stroke(),e.M(140,370),e.L(280,370),e.stroke()}},Q[8464]=GA((e,t,n,r)=>{e.M(t,n+r*.5),e.L(t,n-r*.5),e.stroke(),e.M(t-r*.2,n+r*.5),e.L(t+r*.2,n+r*.5),e.stroke(),e.M(t-r*.2,n-r*.5),e.L(t+r*.2,n-r*.5),e.stroke()}),Q[8465]=KA((e,t,n,r)=>{e.M(t,n+r*.5),e.L(t,n-r*.5),e.stroke(),e.M(t-r*.25,n+r*.5),e.L(t+r*.25,n+r*.5),e.stroke(),e.M(t-r*.25,n-r*.5),e.L(t+r*.25,n-r*.5),e.stroke()}),Q[8466]=GA((e,t,n,r)=>{e.M(t-r*.25,n+r*.5),e.L(t-r*.25,n-r*.5),e.C(t-r*.25,n-r*.55,t+r*.3,n-r*.55,t+r*.3,n-r*.5),e.stroke()}),Q[8468]={width:600,draw:e=>{e.lineWidth(30),AA(e,11,200,250,260),AA(e,1,400,250,260),e.lineWidth(28),e.M(120,100),e.L(480,100),e.stroke()}},Q[8469]=WA((e,t,n,r)=>{e.M(t-r*.3,n-r*.5),e.L(t-r*.3,n+r*.5),e.L(t+r*.3,n-r*.5),e.L(t+r*.3,n+r*.5),e.stroke()}),Q[8471]={width:600,draw:e=>{e.lineWidth(30),e.circle(300,250,220),e.stroke(),e.lineWidth(28),AA(e,15,300,250,200)}},Q[8472]={width:600,draw:e=>{e.lineWidth(38),e.M(200,60),e.L(200,350),e.C(200,450,350,450,400,350),e.C(450,250,350,180,280,200),e.C(210,220,180,300,200,350),e.stroke()}},Q[8473]=WA((e,t,n,r)=>{e.M(t-r*.25,n-r*.5),e.L(t-r*.25,n+r*.5),e.L(t+r*.1,n+r*.5),e.C(t+r*.4,n+r*.5,t+r*.4,n+r*.05,t+r*.1,n+r*.05),e.L(t-r*.25,n+r*.05),e.stroke()}),Q[8474]=WA((e,t,n,r)=>{e.ellipse(t,n+r*.05,r*.35,r*.45),e.stroke(),e.M(t+r*.1,n-r*.2),e.L(t+r*.35,n-r*.5),e.stroke()}),Q[8475]=GA((e,t,n,r)=>{e.M(t-r*.25,n-r*.5),e.L(t-r*.25,n+r*.5),e.L(t+r*.1,n+r*.5),e.C(t+r*.4,n+r*.5,t+r*.4,n+r*.05,t+r*.1,n+r*.05),e.L(t-r*.25,n+r*.05),e.stroke(),e.M(t+r*.05,n+r*.05),e.L(t+r*.3,n-r*.5),e.stroke()}),Q[8476]=KA((e,t,n,r)=>{e.M(t-r*.25,n-r*.5),e.L(t-r*.25,n+r*.5),e.L(t+r*.1,n+r*.5),e.C(t+r*.4,n+r*.5,t+r*.4,n+r*.05,t+r*.1,n+r*.05),e.L(t-r*.25,n+r*.05),e.stroke(),e.M(t+r*.05,n+r*.05),e.L(t+r*.3,n-r*.5),e.stroke()}),Q[8477]=WA((e,t,n,r)=>{e.M(t-r*.25,n-r*.5),e.L(t-r*.25,n+r*.5),e.L(t+r*.1,n+r*.5),e.C(t+r*.4,n+r*.5,t+r*.4,n+r*.05,t+r*.1,n+r*.05),e.L(t-r*.25,n+r*.05),e.stroke(),e.M(t+r*.05,n+r*.05),e.L(t+r*.3,n-r*.5),e.stroke()}),Q[8478]={width:600,draw:e=>{e.lineWidth(38),AA(e,17,250,260,300),e.lineWidth(32),e.M(350,200),e.L(480,60),e.stroke()}},Q[8479]={width:600,draw:e=>{e.lineWidth(38),AA(e,17,300,250,300)}},Q[8481]={width:600,draw:e=>{e.lineWidth(22),AA(e,19,150,250,180),AA(e,4,300,250,180),AA(e,11,450,250,180)}},Q[8484]=WA((e,t,n,r)=>{e.M(t-r*.3,n+r*.5),e.L(t+r*.3,n+r*.5),e.L(t-r*.3,n-r*.5),e.L(t+r*.3,n-r*.5),e.stroke()}),Q[8485]={width:600,draw:e=>{e.lineWidth(36),e.M(200,440),e.L(400,440),e.L(200,60),e.L(400,60),e.stroke(),e.M(180,250),e.L(420,250),e.stroke()}},Q[8487]={width:600,draw:e=>{e.lineWidth(42),e.M(140,440),e.L(200,440),e.L(200,350),e.C(200,150,400,150,400,350),e.L(400,440),e.L(460,440),e.stroke()}},Q[8488]=KA((e,t,n,r)=>{e.M(t-r*.3,n+r*.5),e.L(t+r*.3,n+r*.5),e.L(t-r*.3,n-r*.5),e.L(t+r*.3,n-r*.5),e.stroke()}),Q[8489]={width:600,draw:e=>{e.lineWidth(38),e.M(300,440),e.L(300,160),e.C(300,60,220,60,220,120),e.stroke()}},Q[8490]={width:600,draw:e=>{e.lineWidth(40),AA(e,10,300,250,300)}},Q[8491]={width:600,draw:e=>{e.lineWidth(38),AA(e,0,300,220,280),e.lineWidth(22),e.circle(300,440,30),e.stroke()}},Q[8492]=GA((e,t,n,r)=>{e.M(t-r*.25,n-r*.5),e.L(t-r*.25,n+r*.5),e.L(t+r*.1,n+r*.5),e.C(t+r*.35,n+r*.5,t+r*.35,n+r*.05,t+r*.05,n+r*.05),e.L(t+r*.1,n+r*.05),e.C(t+r*.4,n+r*.05,t+r*.4,n-r*.5,t+r*.1,n-r*.5),e.Z(),e.stroke()}),Q[8493]=KA((e,t,n,r)=>{e.M(t+r*.3,n+r*.35),e.C(t+r*.1,n+r*.55,t-r*.35,n+r*.35,t-r*.35,n),e.C(t-r*.35,n-r*.35,t+r*.1,n-r*.55,t+r*.3,n-r*.35),e.stroke()}),Q[8495]={width:600,draw:e=>{e.lineWidth(30),e.M(420,250),e.L(180,250),e.C(180,400,300,450,400,380),e.stroke(),e.M(180,250),e.C(180,100,300,50,420,120),e.stroke()}},Q[8496]=GA((e,t,n,r)=>{e.M(t+r*.25,n+r*.5),e.L(t-r*.25,n+r*.5),e.L(t-r*.25,n-r*.5),e.L(t+r*.25,n-r*.5),e.stroke(),e.M(t-r*.25,n),e.L(t+r*.15,n),e.stroke()}),Q[8497]=GA((e,t,n,r)=>{e.M(t+r*.25,n+r*.5),e.L(t-r*.25,n+r*.5),e.L(t-r*.25,n-r*.5),e.stroke(),e.M(t-r*.25,n+r*.05),e.L(t+r*.15,n+r*.05),e.stroke()}),Q[8498]={width:600,draw:e=>{e.lineWidth(42),e.M(180,60),e.L(420,60),e.L(420,440),e.stroke(),e.M(420,250),e.L(220,250),e.stroke()}},Q[8499]=GA((e,t,n,r)=>{e.M(t-r*.35,n-r*.5),e.L(t-r*.35,n+r*.5),e.L(t,n),e.L(t+r*.35,n+r*.5),e.L(t+r*.35,n-r*.5),e.stroke()}),Q[8500]={width:600,draw:e=>{e.lineWidth(30),e.ellipse(300,250,150,180),e.stroke()}},Q[8501]={width:600,draw:e=>{e.lineWidth(42),e.M(200,60),e.C(250,200,350,300,400,440),e.stroke(),e.M(180,440),e.L(250,300),e.stroke(),e.M(420,60),e.L(350,200),e.stroke()}},Q[8502]={width:600,draw:e=>{e.lineWidth(42),e.M(160,440),e.L(440,440),e.L(440,60),e.C(440,60,300,80,200,160),e.stroke()}},Q[8503]={width:600,draw:e=>{e.lineWidth(42),e.M(350,440),e.L(350,160),e.C(350,60,250,60,200,100),e.stroke(),e.M(350,300),e.L(250,60),e.stroke()}},Q[8504]={width:600,draw:e=>{e.lineWidth(42),e.M(180,440),e.L(420,440),e.L(420,60),e.stroke()}},Q[8508]={width:600,draw:e=>{e.lineWidth(30),e.M(140,380),e.L(460,380),e.stroke(),e.M(230,380),e.L(230,60),e.stroke(),e.M(370,380),e.L(370,60),e.stroke(),e.M(248,380),e.L(248,60),e.stroke(),e.M(388,380),e.L(388,60),e.stroke()}},Q[8509]={width:600,draw:e=>{e.lineWidth(30),e.M(160,440),e.L(300,150),e.L(440,440),e.stroke(),e.M(300,150),e.L(300,60),e.stroke(),e.M(170,440),e.L(310,150),e.stroke()}},Q[8510]={width:600,draw:e=>{e.lineWidth(30),e.M(180,60),e.L(180,440),e.L(420,440),e.stroke(),e.M(198,60),e.L(198,440),e.stroke()}},Q[8511]={width:600,draw:e=>{e.lineWidth(30),e.M(140,440),e.L(460,440),e.stroke(),e.M(200,440),e.L(200,60),e.stroke(),e.M(218,440),e.L(218,60),e.stroke(),e.M(400,440),e.L(400,60),e.stroke(),e.M(418,440),e.L(418,60),e.stroke()}},Q[8512]={width:600,draw:e=>{e.lineWidth(30),e.M(440,440),e.L(160,440),e.L(300,250),e.L(160,60),e.L(440,60),e.stroke(),e.M(450,440),e.L(170,440),e.L(310,250),e.L(170,60),e.L(450,60),e.stroke()}},Q[8513]={width:600,draw:e=>{e.lineWidth(42),e.M(200,100),e.C(280,40,460,100,460,250),e.C(460,400,280,460,200,400),e.L(200,270),e.L(350,270),e.stroke()}},Q[8514]={width:600,draw:e=>{e.lineWidth(42),e.M(400,60),e.L(400,440),e.L(200,440),e.stroke()}},Q[8515]={width:600,draw:e=>{e.lineWidth(42),e.M(400,440),e.L(400,60),e.L(200,60),e.stroke()}},Q[8516]={width:600,draw:e=>{e.lineWidth(42),e.M(180,440),e.L(300,250),e.L(420,440),e.stroke(),e.M(300,250),e.L(300,60),e.stroke()}},Q[8517]=WA((e,t,n,r)=>{e.M(t-r*.25,n-r*.5),e.L(t-r*.25,n+r*.5),e.L(t,n+r*.5),e.C(t+r*.4,n+r*.5,t+r*.4,n-r*.5,t,n-r*.5),e.Z(),e.stroke()}),Q[8518]={width:600,draw:e=>{e.lineWidth(28),e.ellipse(270,200,110,130),e.stroke(),e.M(380,60),e.L(380,440),e.stroke(),e.M(398,60),e.L(398,440),e.stroke()}},Q[8519]={width:600,draw:e=>{e.lineWidth(28),e.M(420,250),e.L(180,250),e.C(180,400,300,450,400,380),e.stroke(),e.M(180,250),e.C(180,100,300,50,420,120),e.stroke(),e.M(430,260),e.L(190,260),e.stroke()}},Q[8520]={width:600,draw:e=>{e.lineWidth(30),e.M(300,340),e.L(300,60),e.stroke(),e.M(318,340),e.L(318,60),e.stroke(),e.circle(309,400,25),e.fill()}},Q[8521]={width:600,draw:e=>{e.lineWidth(30),e.M(320,340),e.L(320,120),e.C(320,60,260,60,220,80),e.stroke(),e.M(338,340),e.L(338,120),e.stroke(),e.circle(329,400,25),e.fill()}},Q[8522]={width:600,draw:e=>{e.lineWidth(42),e.M(120,320),e.L(480,320),e.stroke(),e.M(120,180),e.L(480,180),e.stroke(),e.M(300,440),e.L(300,60),e.stroke()}},Q[8523]={width:600,draw:e=>{e.lineWidth(38),e.M(420,60),e.L(180,320),e.C(140,370,160,440,220,440),e.C(320,440,360,380,300,300),e.L(160,180),e.C(120,130,160,60,260,60),e.C(360,60,380,130,340,180),e.stroke()}},Q[8524]={width:600,draw:e=>{e.lineWidth(38),e.M(440,440),e.L(160,60),e.stroke(),e.circle(200,360,50),e.stroke(),e.circle(400,140,50),e.stroke()}},Q[8525]={width:600,draw:e=>{e.lineWidth(34),AA(e,0,200,250,260),AA(e,18,400,250,260)}},Q[8526]={width:600,draw:e=>{e.lineWidth(38),e.M(380,440),e.L(220,440),e.L(220,60),e.stroke(),e.M(220,250),e.L(380,250),e.stroke()}},Q[8527]={width:600,draw:e=>{e.lineWidth(38),e.M(200,60),e.L(200,440),e.L(400,440),e.L(400,60),e.stroke(),e.M(200,250),e.L(400,250),e.stroke()}};let qA={};qA[8364]={width:600,draw:e=>{e.lineWidth(40),e.M(460,400),e.C(400,470,220,470,180,370),e.C(140,270,140,180,180,120),e.C(220,40,400,40,460,100),e.stroke(),e.M(120,300),e.L(400,300),e.stroke(),e.M(120,210),e.L(400,210),e.stroke()}},qA[8365]={width:600,draw:e=>{e.lineWidth(40),AA(e,10,300,250,300),e.M(140,250),e.L(460,250),e.stroke()}},qA[8367]={width:600,draw:e=>{e.lineWidth(38),AA(e,3,300,250,300),e.M(400,470),e.L(400,30),e.stroke()}},qA[8368]={width:600,draw:e=>{e.lineWidth(38),AA(e,3,300,250,300),e.lineWidth(22),e.circle(420,400,30),e.stroke()}},qA[8373]={width:600,draw:e=>{e.lineWidth(40),e.M(420,400),e.C(380,470,220,470,180,370),e.C(140,270,140,180,180,120),e.C(220,40,380,40,420,100),e.stroke(),e.M(300,490),e.L(300,10),e.stroke()}},qA[8375]={width:600,draw:e=>{e.lineWidth(38),AA(e,18,300,250,300),e.M(140,300),e.L(460,300),e.stroke()}},qA[8379]={width:600,draw:e=>{e.lineWidth(38),AA(e,12,300,250,300),e.M(120,60),e.L(480,60),e.stroke()}},qA[8380]={width:600,draw:e=>{e.lineWidth(38),e.M(180,60),e.L(180,350),e.C(180,460,420,460,420,350),e.L(420,60),e.stroke(),e.M(120,250),e.L(480,250),e.stroke()}},qA[8382]={width:600,draw:e=>{e.lineWidth(40),e.M(400,440),e.C(400,440,200,400,200,250),e.C(200,100,400,60,400,60),e.stroke(),e.M(140,250),e.L(460,250),e.stroke()}},qA[8383]={width:600,draw:e=>{e.lineWidth(38),AA(e,1,300,250,290),e.M(260,480),e.L(260,20),e.stroke(),e.M(340,480),e.L(340,20),e.stroke()}};for(let e=8384;e<=8399;e++)qA[e]={width:600,draw:e=>{e.lineWidth(35),e.circle(300,250,180),e.stroke(),e.M(160,280),e.L(440,280),e.stroke(),e.M(160,220),e.L(440,220),e.stroke()}};let $={};$[8604]={width:600,draw:e=>{e.lineWidth(38),e.M(480,250),e.C(420,330,340,170,280,250),e.C(220,330,160,250,160,250),e.stroke(),e.M(80,250),e.L(180,350),e.L(180,150),e.Z(),e.fill()}},$[8610]={width:600,draw:e=>{e.lineWidth(40),e.M(480,250),e.L(180,250),e.stroke(),e.M(100,250),e.L(200,350),e.L(200,150),e.Z(),e.fill(),e.lineWidth(30),e.M(480,250),e.L(520,350),e.stroke()}},$[8611]={width:600,draw:e=>{e.lineWidth(40),e.M(120,250),e.L(420,250),e.stroke(),e.M(500,250),e.L(400,350),e.L(400,150),e.Z(),e.fill(),e.lineWidth(30),e.M(120,250),e.L(80,350),e.stroke()}},$[8616]={width:600,draw:e=>{e.lineWidth(38),e.M(300,440),e.L(300,120),e.stroke(),e.M(300,470),e.L(200,370),e.L(400,370),e.Z(),e.fill(),e.M(300,60),e.L(200,160),e.L(400,160),e.Z(),e.fill(),e.M(180,30),e.L(420,30),e.stroke()}},$[8619]={width:600,draw:e=>{e.lineWidth(38),e.M(480,250),e.L(200,250),e.stroke(),e.M(100,250),e.L(200,350),e.L(200,150),e.Z(),e.fill(),e.lineWidth(30),e.M(480,250),e.C(520,250,520,150,480,150),e.C(440,150,440,250,480,250),e.stroke()}},$[8620]={width:600,draw:e=>{e.lineWidth(38),e.M(120,250),e.L(400,250),e.stroke(),e.M(500,250),e.L(400,350),e.L(400,150),e.Z(),e.fill(),e.lineWidth(30),e.M(120,250),e.C(80,250,80,150,120,150),e.C(160,150,160,250,120,250),e.stroke()}},$[8621]={width:600,draw:e=>{e.lineWidth(35),e.M(140,250),e.C(200,350,300,150,360,250),e.L(460,250),e.stroke(),e.M(100,250),e.L(170,330),e.L(170,170),e.Z(),e.fill(),e.M(500,250),e.L(430,330),e.L(430,170),e.Z(),e.fill()}},$[8622]={width:600,draw:e=>{e.lineWidth(38),e.M(150,250),e.L(450,250),e.stroke(),e.M(100,250),e.L(180,340),e.L(180,160),e.Z(),e.fill(),e.M(500,250),e.L(420,340),e.L(420,160),e.Z(),e.fill(),Z(e)}},$[8623]={width:600,draw:e=>{e.lineWidth(38),e.M(300,470),e.L(400,380),e.L(200,260),e.L(400,140),e.L(300,60),e.stroke(),e.M(300,30),e.L(220,120),e.L(380,120),e.Z(),e.fill()}},$[8628]={width:600,draw:e=>{e.lineWidth(40),e.M(120,400),e.L(400,400),e.L(400,120),e.stroke(),e.M(400,60),e.L(320,160),e.L(480,160),e.Z(),e.fill()}},$[8630]={width:600,draw:e=>{e.lineWidth(38),e.M(460,250),e.C(460,420,140,420,140,250),e.stroke(),e.M(100,250),e.L(180,330),e.L(180,170),e.Z(),e.fill()}},$[8631]={width:600,draw:e=>{e.lineWidth(38),e.M(140,250),e.C(140,420,460,420,460,250),e.stroke(),e.M(500,250),e.L(420,330),e.L(420,170),e.Z(),e.fill()}},$[8632]={width:600,draw:e=>{e.lineWidth(38),e.M(400,100),e.L(180,350),e.stroke(),e.M(140,400),e.L(230,310),e.L(140,310),e.Z(),e.fill(),e.M(120,440),e.L(480,440),e.stroke()}},$[8633]={width:600,draw:e=>{e.lineWidth(32),e.M(460,340),e.L(180,340),e.stroke(),e.M(120,340),e.L(200,390),e.L(200,290),e.Z(),e.fill(),e.M(140,160),e.L(420,160),e.stroke(),e.M(480,160),e.L(400,210),e.L(400,110),e.Z(),e.fill(),e.M(120,380),e.L(120,300),e.stroke(),e.M(480,200),e.L(480,120),e.stroke()}},$[8683]={width:600,draw:e=>{e.lineWidth(38),e.M(300,130),e.L(300,380),e.stroke(),e.M(300,470),e.L(180,330),e.L(420,330),e.Z(),e.stroke(),e.M(200,60),e.L(400,60),e.stroke(),e.M(300,60),e.L(300,130),e.stroke()}},$[8684]={width:600,draw:e=>{e.lineWidth(35),e.M(300,160),e.L(300,400),e.stroke(),e.M(300,470),e.L(180,350),e.L(420,350),e.Z(),e.stroke(),e.M(200,60),e.L(400,60),e.stroke(),e.M(200,110),e.L(400,110),e.stroke(),e.M(300,60),e.L(300,160),e.stroke()}},$[8685]={width:600,draw:e=>{e.lineWidth(35),e.M(300,130),e.L(300,380),e.stroke(),e.M(300,470),e.L(180,350),e.L(420,350),e.Z(),e.stroke(),e.M(200,60),e.L(400,60),e.stroke(),e.M(300,60),e.L(300,130),e.stroke(),e.M(200,40),e.L(200,80),e.stroke(),e.M(400,40),e.L(400,80),e.stroke()}},$[8686]={width:600,draw:e=>{e.lineWidth(38),e.M(300,60),e.L(300,400),e.stroke(),e.M(300,470),e.L(180,350),e.L(420,350),e.Z(),e.stroke(),e.M(300,370),e.L(200,270),e.L(400,270),e.Z(),e.stroke()}},$[8687]={width:600,draw:e=>{e.lineWidth(35),e.M(300,130),e.L(300,400),e.stroke(),e.M(300,470),e.L(180,370),e.L(420,370),e.Z(),e.stroke(),e.M(300,350),e.L(200,270),e.L(400,270),e.Z(),e.stroke(),e.M(200,60),e.L(400,60),e.stroke(),e.M(300,60),e.L(300,130),e.stroke()}},$[8688]={width:600,draw:e=>{e.lineWidth(38),e.M(120,250),e.L(380,250),e.stroke(),e.M(480,250),e.L(360,370),e.L(360,130),e.Z(),e.stroke(),e.M(100,420),e.L(100,80),e.stroke()}},$[8689]={width:600,draw:e=>{e.lineWidth(38),e.M(420,100),e.L(180,380),e.stroke(),e.M(140,420),e.L(220,340),e.L(140,340),e.Z(),e.fill(),e.M(120,460),e.L(120,420),e.L(480,420),e.stroke()}},$[8690]={width:600,draw:e=>{e.lineWidth(38),e.M(180,400),e.L(420,120),e.stroke(),e.M(460,80),e.L(380,160),e.L(460,160),e.Z(),e.fill(),e.M(120,80),e.L(480,80),e.L(480,40),e.stroke()}},$[8691]={width:600,draw:e=>{e.lineWidth(38),e.M(300,130),e.L(300,370),e.stroke(),e.M(300,470),e.L(190,350),e.L(410,350),e.Z(),e.stroke(),e.M(300,30),e.L(190,150),e.L(410,150),e.Z(),e.stroke()}},$[8692]={width:600,draw:e=>{e.lineWidth(38),e.M(170,250),e.L(420,250),e.stroke(),e.M(500,250),e.L(400,350),e.L(400,150),e.Z(),e.fill(),e.lineWidth(25),e.circle(130,250,35),e.stroke()}},$[8694]={width:600,draw:e=>{e.lineWidth(28);for(let t of[370,250,130])e.M(100,t),e.L(400,t),e.stroke(),e.M(480,t),e.L(400,t+50),e.L(400,t-50),e.Z(),e.fill()}},$[8695]={width:600,draw:e=>{e.lineWidth(38),e.M(480,250),e.L(180,250),e.stroke(),e.M(100,250),e.L(200,350),e.L(200,150),e.Z(),e.fill(),e.M(330,370),e.L(330,130),e.stroke()}},$[8696]={width:600,draw:e=>{e.lineWidth(38),e.M(120,250),e.L(420,250),e.stroke(),e.M(500,250),e.L(400,350),e.L(400,150),e.Z(),e.fill(),e.M(270,370),e.L(270,130),e.stroke()}},$[8697]={width:600,draw:e=>{e.lineWidth(35),e.M(160,250),e.L(440,250),e.stroke(),e.M(100,250),e.L(180,330),e.L(180,170),e.Z(),e.fill(),e.M(500,250),e.L(420,330),e.L(420,170),e.Z(),e.fill(),e.M(300,370),e.L(300,130),e.stroke()}},$[8698]={width:600,draw:e=>{e.lineWidth(35),e.M(480,250),e.L(180,250),e.stroke(),e.M(100,250),e.L(200,340),e.L(200,160),e.Z(),e.fill(),e.M(310,370),e.L(310,130),e.stroke(),e.M(350,370),e.L(350,130),e.stroke()}},$[8699]={width:600,draw:e=>{e.lineWidth(35),e.M(120,250),e.L(420,250),e.stroke(),e.M(500,250),e.L(400,340),e.L(400,160),e.Z(),e.fill(),e.M(250,370),e.L(250,130),e.stroke(),e.M(290,370),e.L(290,130),e.stroke()}},$[8700]={width:600,draw:e=>{e.lineWidth(32),e.M(160,250),e.L(440,250),e.stroke(),e.M(100,250),e.L(180,330),e.L(180,170),e.Z(),e.fill(),e.M(500,250),e.L(420,330),e.L(420,170),e.Z(),e.fill(),e.M(285,370),e.L(285,130),e.stroke(),e.M(315,370),e.L(315,130),e.stroke()}},$[8701]={width:600,draw:e=>{e.lineWidth(40),e.M(480,250),e.L(140,250),e.stroke(),e.M(80,250),e.L(200,370),e.stroke(),e.M(80,250),e.L(200,130),e.stroke()}},$[8702]={width:600,draw:e=>{e.lineWidth(40),e.M(120,250),e.L(460,250),e.stroke(),e.M(520,250),e.L(400,370),e.stroke(),e.M(520,250),e.L(400,130),e.stroke()}},$[8703]={width:600,draw:e=>{e.lineWidth(38),e.M(140,250),e.L(460,250),e.stroke(),e.M(80,250),e.L(180,350),e.stroke(),e.M(80,250),e.L(180,150),e.stroke(),e.M(520,250),e.L(420,350),e.stroke(),e.M(520,250),e.L(420,150),e.stroke()}};function JA(e,t,n,r){return{width:600,draw:i=>{i.rect(e,t,n,r),i.fill()}}}function YA(e,t,n,r,i=50){return{width:600,draw:a=>{a.lineWidth(i),a.rect(e,t,n,r),a.stroke()}}}function XA(e,t,n){return{width:600,draw:r=>{r.circle(e,t,n),r.fill()}}}function ZA(e,t,n,r=50){return{width:600,draw:i=>{i.lineWidth(r),i.circle(e,t,n),i.stroke()}}}let QA=YA(80,0,440,700,40),$A=[{9632:JA(100,50,400,400),9633:YA(100,50,400,400),9634:{width:600,draw:e=>{e.lineWidth(50),e.M(150,50),e.L(450,50),e.C(480,50,500,70,500,100),e.L(500,400),e.C(500,430,480,450,450,450),e.L(150,450),e.C(120,450,100,430,100,400),e.L(100,100),e.C(100,70,120,50,150,50),e.Z(),e.stroke()}},9635:{width:600,draw:e=>{e.lineWidth(40),e.rect(100,50,400,400),e.stroke(),e.rect(200,150,200,200),e.fill()}},9636:{width:600,draw:e=>{e.lineWidth(40),e.rect(100,50,400,400),e.stroke(),e.lineWidth(30);for(let t=100;t<=400;t+=80)e.M(100,t),e.L(500,t);e.stroke()}},9637:{width:600,draw:e=>{e.lineWidth(40),e.rect(100,50,400,400),e.stroke(),e.lineWidth(30);for(let t=150;t<=450;t+=80)e.M(t,50),e.L(t,450);e.stroke()}},9638:{width:600,draw:e=>{e.lineWidth(40),e.rect(100,50,400,400),e.stroke(),e.lineWidth(20);for(let t=100;t<=400;t+=80)e.M(100,t),e.L(500,t);for(let t=150;t<=450;t+=80)e.M(t,50),e.L(t,450);e.stroke()}},9640:{width:600,draw:e=>{e.lineWidth(40),e.rect(100,50,400,400),e.stroke(),e.lineWidth(20);for(let t=-400;t<=400;t+=80)e.M(Math.max(100,100+t),Math.min(450,450+t)),e.L(Math.min(500,500+t),Math.max(50,50+t));e.stroke()}},9642:JA(175,125,250,250),9643:YA(175,125,250,250,40),9644:JA(80,150,440,200),9645:YA(80,150,440,200),9646:JA(175,0,250,500),9647:YA(175,0,250,500),9648:{width:600,draw:e=>{e.M(150,100),e.L(520,100),e.L(450,400),e.L(80,400),e.Z(),e.fill()}},9650:{width:600,draw:e=>{e.M(300,500),e.L(500,50),e.L(100,50),e.Z(),e.fill()}},9651:{width:600,draw:e=>{e.lineWidth(40),e.M(300,500),e.L(500,50),e.L(100,50),e.Z(),e.stroke()}},9652:{width:600,draw:e=>{e.M(300,450),e.L(450,100),e.L(150,100),e.Z(),e.fill()}},9653:{width:600,draw:e=>{e.lineWidth(35),e.M(300,450),e.L(450,100),e.L(150,100),e.Z(),e.stroke()}},9654:{width:600,draw:e=>{e.M(100,500),e.L(500,250),e.L(100,0),e.Z(),e.fill()}},9655:{width:600,draw:e=>{e.lineWidth(40),e.M(100,500),e.L(500,250),e.L(100,0),e.Z(),e.stroke()}},9656:{width:600,draw:e=>{e.M(150,450),e.L(450,250),e.L(150,50),e.Z(),e.fill()}},9660:{width:600,draw:e=>{e.M(100,500),e.L(500,500),e.L(300,50),e.Z(),e.fill()}},9661:{width:600,draw:e=>{e.lineWidth(40),e.M(100,500),e.L(500,500),e.L(300,50),e.Z(),e.stroke()}},9662:{width:600,draw:e=>{e.M(150,400),e.L(450,400),e.L(300,100),e.Z(),e.fill()}},9664:{width:600,draw:e=>{e.M(500,500),e.L(100,250),e.L(500,0),e.Z(),e.fill()}},9665:{width:600,draw:e=>{e.lineWidth(40),e.M(500,500),e.L(100,250),e.L(500,0),e.Z(),e.stroke()}},9666:{width:600,draw:e=>{e.M(450,450),e.L(150,250),e.L(450,50),e.Z(),e.fill()}},9670:{width:600,draw:e=>{e.M(300,500),e.L(530,250),e.L(300,0),e.L(70,250),e.Z(),e.fill()}},9671:{width:600,draw:e=>{e.lineWidth(40),e.M(300,500),e.L(530,250),e.L(300,0),e.L(70,250),e.Z(),e.stroke()}},9672:{width:600,draw:e=>{e.lineWidth(40),e.M(300,500),e.L(530,250),e.L(300,0),e.L(70,250),e.Z(),e.stroke(),e.M(300,380),e.L(410,250),e.L(300,120),e.L(190,250),e.Z(),e.fill()}},9673:{width:600,draw:e=>{e.lineWidth(40),e.circle(300,250,220),e.stroke(),e.circle(300,250,120),e.fill()}},9674:{width:600,draw:e=>{e.lineWidth(40),e.M(300,550),e.L(500,250),e.L(300,-50),e.L(100,250),e.Z(),e.stroke()}},9675:ZA(300,250,220),9676:ZA(300,250,220,30),9677:{width:600,draw:e=>{e.lineWidth(40),e.circle(300,250,220),e.stroke(),e.M(80,250),e.C(80,371,179,470,300,470),e.C(421,470,520,371,520,250),e.Z(),e.fill()}},9678:{width:600,draw:e=>{e.lineWidth(35),e.circle(300,250,220),e.stroke(),e.circle(300,250,140),e.stroke()}},9679:XA(300,250,220),9680:{width:600,draw:e=>{e.lineWidth(40),e.circle(300,250,220),e.stroke(),e.M(300,30),e.C(179,30,80,129,80,250),e.C(80,371,179,470,300,470),e.Z(),e.fill()}},9681:{width:600,draw:e=>{e.lineWidth(40),e.circle(300,250,220),e.stroke(),e.M(300,470),e.C(421,470,520,371,520,250),e.C(520,129,421,30,300,30),e.Z(),e.fill()}},9682:{width:600,draw:e=>{e.lineWidth(40),e.circle(300,250,220),e.stroke(),e.M(520,250),e.C(520,129,421,30,300,30),e.C(179,30,80,129,80,250),e.Z(),e.fill()}},9683:{width:600,draw:e=>{e.lineWidth(40),e.circle(300,250,220),e.stroke(),e.M(80,250),e.C(80,371,179,470,300,470),e.C(421,470,520,371,520,250),e.Z(),e.fill()}},9684:{width:600,draw:e=>{e.lineWidth(40),e.circle(300,250,220),e.stroke(),e.M(300,250),e.L(300,470),e.C(421,470,520,371,520,250),e.Z(),e.fill()}},9685:{width:600,draw:e=>{e.lineWidth(40),e.circle(300,250,220),e.stroke(),e.M(300,250),e.L(300,470),e.C(179,470,80,371,80,250),e.Z(),e.fill(),e.M(300,250),e.L(520,250),e.C(520,129,421,30,300,30),e.C(179,30,80,129,80,250),e.Z(),e.fill()}},9686:{width:600,draw:e=>{e.M(300,30),e.C(179,30,80,129,80,250),e.C(80,371,179,470,300,470),e.Z(),e.fill()}},9687:{width:600,draw:e=>{e.M(300,470),e.C(421,470,520,371,520,250),e.C(520,129,421,30,300,30),e.Z(),e.fill()}},9688:{width:600,draw:e=>{e.rect(80,30,440,440),e.fill()}},9689:{width:600,draw:e=>{e.circle(300,250,240),e.fill()}},9692:{width:600,draw:e=>{e.lineWidth(50),e.M(300,470),e.C(179,470,80,371,80,250),e.stroke()}},9693:{width:600,draw:e=>{e.lineWidth(50),e.M(520,250),e.C(520,371,421,470,300,470),e.stroke()}},9694:{width:600,draw:e=>{e.lineWidth(50),e.M(300,30),e.C(421,30,520,129,520,250),e.stroke()}},9695:{width:600,draw:e=>{e.lineWidth(50),e.M(80,250),e.C(80,129,179,30,300,30),e.stroke()}},9696:{width:600,draw:e=>{e.lineWidth(50),e.M(80,250),e.C(80,371,179,470,300,470),e.C(421,470,520,371,520,250),e.stroke()}},9697:{width:600,draw:e=>{e.lineWidth(50),e.M(520,250),e.C(520,129,421,30,300,30),e.C(179,30,80,129,80,250),e.stroke()}},9702:ZA(300,250,100,40),9711:ZA(300,250,280,40)},{8592:{width:600,draw:e=>{e.lineWidth(50),e.M(500,250),e.L(100,250),e.stroke(),e.M(100,250),e.L(250,380),e.L(250,120),e.Z(),e.fill()}},8593:{width:600,draw:e=>{e.lineWidth(50),e.M(300,50),e.L(300,450),e.stroke(),e.M(300,450),e.L(170,300),e.L(430,300),e.Z(),e.fill()}},8594:{width:600,draw:e=>{e.lineWidth(50),e.M(100,250),e.L(500,250),e.stroke(),e.M(500,250),e.L(350,380),e.L(350,120),e.Z(),e.fill()}},8595:{width:600,draw:e=>{e.lineWidth(50),e.M(300,450),e.L(300,50),e.stroke(),e.M(300,50),e.L(170,200),e.L(430,200),e.Z(),e.fill()}},8596:{width:600,draw:e=>{e.lineWidth(40),e.M(150,250),e.L(450,250),e.stroke(),e.M(100,250),e.L(220,360),e.L(220,140),e.Z(),e.fill(),e.M(500,250),e.L(380,360),e.L(380,140),e.Z(),e.fill()}},8597:{width:600,draw:e=>{e.lineWidth(40),e.M(300,100),e.L(300,400),e.stroke(),e.M(300,450),e.L(190,330),e.L(410,330),e.Z(),e.fill(),e.M(300,50),e.L(190,170),e.L(410,170),e.Z(),e.fill()}},8598:{width:600,draw:e=>{e.lineWidth(50),e.M(480,50),e.L(120,410),e.stroke(),e.M(120,450),e.L(120,320),e.L(250,450),e.Z(),e.fill()}},8599:{width:600,draw:e=>{e.lineWidth(50),e.M(120,50),e.L(480,410),e.stroke(),e.M(480,450),e.L(350,450),e.L(480,320),e.Z(),e.fill()}},8600:{width:600,draw:e=>{e.lineWidth(50),e.M(120,450),e.L(480,90),e.stroke(),e.M(480,50),e.L(480,180),e.L(350,50),e.Z(),e.fill()}},8601:{width:600,draw:e=>{e.lineWidth(50),e.M(480,450),e.L(120,90),e.stroke(),e.M(120,50),e.L(250,50),e.L(120,180),e.Z(),e.fill()}},8617:{width:600,draw:e=>{e.lineWidth(50),e.M(500,350),e.L(200,350),e.C(120,350,80,300,80,250),e.C(80,200,120,150,200,150),e.L(350,150),e.stroke(),e.M(100,350),e.L(230,430),e.L(230,270),e.Z(),e.fill()}},8618:{width:600,draw:e=>{e.lineWidth(50),e.M(100,350),e.L(400,350),e.C(480,350,520,300,520,250),e.C(520,200,480,150,400,150),e.L(250,150),e.stroke(),e.M(500,350),e.L(370,430),e.L(370,270),e.Z(),e.fill()}},8656:{width:600,draw:e=>{e.M(100,250),e.L(280,420),e.L(280,300),e.L(500,300),e.L(500,200),e.L(280,200),e.L(280,80),e.Z(),e.fill()}},8657:{width:600,draw:e=>{e.M(300,480),e.L(480,280),e.L(370,280),e.L(370,30),e.L(230,30),e.L(230,280),e.L(120,280),e.Z(),e.fill()}},8658:{width:600,draw:e=>{e.M(500,250),e.L(320,420),e.L(320,300),e.L(100,300),e.L(100,200),e.L(320,200),e.L(320,80),e.Z(),e.fill()}},8659:{width:600,draw:e=>{e.M(300,20),e.L(120,220),e.L(230,220),e.L(230,470),e.L(370,470),e.L(370,220),e.L(480,220),e.Z(),e.fill()}},8660:{width:600,draw:e=>{e.M(80,250),e.L(220,400),e.L(220,300),e.L(380,300),e.L(380,400),e.L(520,250),e.L(380,100),e.L(380,200),e.L(220,200),e.L(220,100),e.Z(),e.fill()}}},{8704:{width:600,draw:e=>{e.lineWidth(50),e.M(100,500),e.L(300,0),e.L(500,500),e.stroke(),e.M(170,200),e.L(430,200),e.stroke()}},8706:{width:600,draw:e=>{e.lineWidth(50),e.circle(300,200,150),e.stroke(),e.M(450,200),e.L(450,450),e.C(450,500,400,520,350,500),e.stroke()}},8707:{width:600,draw:e=>{e.lineWidth(50),e.M(450,500),e.L(150,500),e.L(150,0),e.L(450,0),e.stroke(),e.M(150,250),e.L(400,250),e.stroke()}},8709:{width:600,draw:e=>{e.lineWidth(50),e.ellipse(300,250,180,220),e.stroke(),e.M(150,50),e.L(450,450),e.stroke()}},8710:{width:600,draw:e=>{e.lineWidth(50),e.M(300,500),e.L(100,0),e.L(500,0),e.Z(),e.stroke()}},8711:{width:600,draw:e=>{e.lineWidth(50),e.M(100,500),e.L(500,500),e.L(300,0),e.Z(),e.stroke()}},8712:{width:600,draw:e=>{e.lineWidth(50),e.M(480,450),e.C(250,450,120,380,120,250),e.C(120,120,250,50,480,50),e.stroke(),e.M(120,250),e.L(430,250),e.stroke()}},8713:{width:600,draw:e=>{e.lineWidth(50),e.M(480,450),e.C(250,450,120,380,120,250),e.C(120,120,250,50,480,50),e.stroke(),e.M(120,250),e.L(430,250),e.stroke(),e.M(160,50),e.L(440,450),e.stroke()}},8715:{width:600,draw:e=>{e.lineWidth(50),e.M(120,450),e.C(350,450,480,380,480,250),e.C(480,120,350,50,120,50),e.stroke(),e.M(170,250),e.L(480,250),e.stroke()}},8718:JA(150,50,300,400),8719:{width:600,draw:e=>{e.lineWidth(50),e.M(120,500),e.L(480,500),e.stroke(),e.M(170,500),e.L(170,0),e.stroke(),e.M(430,500),e.L(430,0),e.stroke()}},8721:{width:600,draw:e=>{e.lineWidth(50),e.M(480,500),e.L(120,500),e.L(300,250),e.L(120,0),e.L(480,0),e.stroke()}},8722:{width:600,draw:e=>{e.lineWidth(60),e.M(120,250),e.L(480,250),e.stroke()}},8723:{width:600,draw:e=>{e.lineWidth(50),e.M(120,350),e.L(480,350),e.stroke(),e.M(300,200),e.L(300,0),e.stroke(),e.M(120,100),e.L(480,100),e.stroke()}},8727:{width:600,draw:e=>{e.lineWidth(50),e.M(300,400),e.L(300,100),e.stroke(),e.M(140,350),e.L(460,150),e.stroke(),e.M(140,150),e.L(460,350),e.stroke()}},8730:{width:600,draw:e=>{e.lineWidth(50),e.M(60,250),e.L(150,200),e.L(250,0),e.L(540,500),e.stroke()}},8734:{width:700,draw:e=>{e.lineWidth(50),e.M(350,250),e.C(350,400,500,450,550,350),e.C(600,250,550,100,500,100),e.C(450,100,350,250,350,250),e.C(350,250,250,400,200,400),e.C(150,400,100,250,150,150),e.C(200,50,350,100,350,250),e.stroke()}},8736:{width:600,draw:e=>{e.lineWidth(50),e.M(480,50),e.L(120,50),e.L(380,450),e.stroke()}},8743:{width:600,draw:e=>{e.lineWidth(50),e.M(100,50),e.L(300,450),e.L(500,50),e.stroke()}},8744:{width:600,draw:e=>{e.lineWidth(50),e.M(100,450),e.L(300,50),e.L(500,450),e.stroke()}},8745:{width:600,draw:e=>{e.lineWidth(50),e.M(120,50),e.L(120,300),e.C(120,470,250,500,300,500),e.C(350,500,480,470,480,300),e.L(480,50),e.stroke()}},8746:{width:600,draw:e=>{e.lineWidth(50),e.M(120,450),e.L(120,200),e.C(120,30,250,0,300,0),e.C(350,0,480,30,480,200),e.L(480,450),e.stroke()}},8747:{width:600,draw:e=>{e.lineWidth(50),e.M(380,530),e.C(350,530,300,500,300,450),e.L(300,50),e.C(300,0,250,-30,220,-30),e.stroke()}},8776:{width:600,draw:e=>{e.lineWidth(50),e.M(120,350),e.C(200,430,350,430,480,350),e.stroke(),e.M(120,200),e.C(200,280,350,280,480,200),e.stroke()}},8800:{width:600,draw:e=>{e.lineWidth(50),e.M(120,330),e.L(480,330),e.stroke(),e.M(120,170),e.L(480,170),e.stroke(),e.M(380,450),e.L(220,50),e.stroke()}},8801:{width:600,draw:e=>{e.lineWidth(50),e.M(120,380),e.L(480,380),e.stroke(),e.M(120,250),e.L(480,250),e.stroke(),e.M(120,120),e.L(480,120),e.stroke()}},8804:{width:600,draw:e=>{e.lineWidth(50),e.M(480,420),e.L(120,250),e.L(480,80),e.stroke(),e.M(120,30),e.L(480,30),e.stroke()}},8805:{width:600,draw:e=>{e.lineWidth(50),e.M(120,420),e.L(480,250),e.L(120,80),e.stroke(),e.M(120,30),e.L(480,30),e.stroke()}},8834:{width:600,draw:e=>{e.lineWidth(50),e.M(470,450),e.C(200,450,130,350,130,250),e.C(130,150,200,50,470,50),e.stroke()}},8835:{width:600,draw:e=>{e.lineWidth(50),e.M(130,450),e.C(400,450,470,350,470,250),e.C(470,150,400,50,130,50),e.stroke()}},8853:{width:600,draw:e=>{e.lineWidth(45),e.circle(300,250,200),e.stroke(),e.M(100,250),e.L(500,250),e.stroke(),e.M(300,50),e.L(300,450),e.stroke()}},8854:{width:600,draw:e=>{e.lineWidth(45),e.circle(300,250,200),e.stroke(),e.M(100,250),e.L(500,250),e.stroke()}},8855:{width:600,draw:e=>{e.lineWidth(45),e.circle(300,250,200),e.stroke(),e.M(160,110),e.L(440,390),e.stroke(),e.M(160,390),e.L(440,110),e.stroke()}},8856:{width:600,draw:e=>{e.lineWidth(45),e.circle(300,250,200),e.stroke(),e.M(160,100),e.L(440,400),e.stroke()}},8857:{width:600,draw:e=>{e.lineWidth(45),e.circle(300,250,200),e.stroke(),e.circle(300,250,40),e.fill()}}},{9728:{width:600,draw:e=>{e.circle(300,250,130),e.fill(),e.lineWidth(40);for(let t=0;t<360;t+=45){let n=t*Math.PI/180;e.M(300+160*Math.cos(n),250+160*Math.sin(n)),e.L(300+240*Math.cos(n),250+240*Math.sin(n))}e.stroke()}},9733:{width:600,draw:e=>{for(let t=0;t<5;t++){let n=(t*72-90)*Math.PI/180,r=(t*72+36-90)*Math.PI/180;t===0?e.M(300+230*Math.cos(n),260+230*Math.sin(n)):e.L(300+230*Math.cos(n),260+230*Math.sin(n)),e.L(300+90*Math.cos(r),260+90*Math.sin(r))}e.Z(),e.fill()}},9734:{width:600,draw:e=>{e.lineWidth(35);for(let t=0;t<5;t++){let n=(t*72-90)*Math.PI/180,r=(t*72+36-90)*Math.PI/180;t===0?e.M(300+230*Math.cos(n),260+230*Math.sin(n)):e.L(300+230*Math.cos(n),260+230*Math.sin(n)),e.L(300+90*Math.cos(r),260+90*Math.sin(r))}e.Z(),e.stroke()}},9744:YA(100,30,400,400,45),9745:{width:600,draw:e=>{e.lineWidth(45),e.rect(100,30,400,400),e.stroke(),e.lineWidth(55),e.M(180,230),e.L(280,130),e.L(430,350),e.stroke()}},9746:{width:600,draw:e=>{e.lineWidth(45),e.rect(100,30,400,400),e.stroke(),e.lineWidth(50),e.M(170,100),e.L(430,360),e.stroke(),e.M(170,360),e.L(430,100),e.stroke()}},9747:{width:600,draw:e=>{e.lineWidth(55),e.M(120,50),e.L(480,450),e.stroke(),e.M(120,450),e.L(480,50),e.stroke()}},9755:{width:600,draw:e=>{e.M(500,250),e.L(300,400),e.L(300,300),e.L(100,300),e.L(100,200),e.L(300,200),e.L(300,100),e.Z(),e.fill()}},9758:{width:600,draw:e=>{e.lineWidth(40),e.M(500,250),e.L(300,400),e.L(300,300),e.L(100,300),e.L(100,200),e.L(300,200),e.L(300,100),e.Z(),e.stroke()}},9792:{width:600,draw:e=>{e.lineWidth(50),e.circle(300,330,150),e.stroke(),e.M(300,180),e.L(300,0),e.stroke(),e.M(220,90),e.L(380,90),e.stroke()}},9794:{width:600,draw:e=>{e.lineWidth(50),e.circle(250,220,150),e.stroke(),e.M(360,330),e.L(500,470),e.stroke(),e.M(400,470),e.L(500,470),e.L(500,370),e.stroke()}},9824:{width:600,draw:e=>{e.M(300,500),e.C(300,500,80,350,80,200),e.C(80,100,200,50,300,180),e.C(400,50,520,100,520,200),e.C(520,350,300,500,300,500),e.Z(),e.fill(),e.M(250,0),e.L(350,0),e.L(320,150),e.L(280,150),e.Z(),e.fill()}},9827:{width:600,draw:e=>{e.circle(300,370,110),e.fill(),e.circle(190,230,100),e.fill(),e.circle(410,230,100),e.fill(),e.rect(270,0,60,200),e.fill()}},9829:{width:600,draw:e=>{e.M(300,80),e.C(300,80,80,200,80,340),e.C(80,440,180,490,300,490),e.C(420,490,520,440,520,340),e.C(520,200,300,80,300,80),e.Z(),e.fill()}},9830:{width:600,draw:e=>{e.M(300,500),e.L(500,250),e.L(300,0),e.L(100,250),e.Z(),e.fill()}},9833:{width:600,draw:e=>{e.ellipse(230,80,100,70),e.fill(),e.lineWidth(40),e.M(330,80),e.L(330,480),e.stroke()}},9834:{width:600,draw:e=>{e.ellipse(200,80,100,70),e.fill(),e.lineWidth(35),e.M(300,80),e.L(300,480),e.stroke(),e.M(300,480),e.C(350,450,430,400,430,350),e.stroke()}},9837:{width:600,draw:e=>{e.lineWidth(40),e.M(200,0),e.L(200,500),e.stroke(),e.M(200,200),e.C(350,200,400,100,200,0),e.stroke()}},9839:{width:600,draw:e=>{e.lineWidth(40),e.M(220,0),e.L(220,500),e.stroke(),e.M(380,0),e.L(380,500),e.stroke(),e.lineWidth(50),e.M(140,180),e.L(460,240),e.stroke(),e.M(140,310),e.L(460,370),e.stroke()}},10003:{width:600,draw:e=>{e.lineWidth(65),e.M(100,250),e.L(240,80),e.L(500,450),e.stroke()}},10004:{width:600,draw:e=>{e.lineWidth(85),e.M(100,250),e.L(240,80),e.L(500,450),e.stroke()}},10005:{width:600,draw:e=>{e.lineWidth(55),e.M(140,70),e.L(460,430),e.stroke(),e.M(140,430),e.L(460,70),e.stroke()}},10006:{width:600,draw:e=>{e.lineWidth(75),e.M(140,70),e.L(460,430),e.stroke(),e.M(140,430),e.L(460,70),e.stroke()}},10007:{width:600,draw:e=>{e.lineWidth(60),e.M(130,60),e.L(470,440),e.stroke(),e.M(130,440),e.L(470,60),e.stroke()}},10008:{width:600,draw:e=>{e.lineWidth(80),e.M(130,60),e.L(470,440),e.stroke(),e.M(130,440),e.L(470,60),e.stroke()}},10010:{width:600,draw:e=>{e.rect(210,30,180,440),e.fill(),e.rect(90,160,420,180),e.fill()}},10012:{width:600,draw:e=>{e.lineWidth(60),e.M(300,30),e.L(300,470),e.stroke(),e.M(90,250),e.L(510,250),e.stroke()}},10016:{width:600,draw:e=>{e.M(300,480),e.L(250,320),e.L(100,350),e.L(200,250),e.L(100,150),e.L(250,180),e.L(300,20),e.L(350,180),e.L(500,150),e.L(400,250),e.L(500,350),e.L(350,320),e.Z(),e.fill()}},10084:{width:600,draw:e=>{e.M(300,80),e.C(300,80,60,220,60,350),e.C(60,470,180,500,300,500),e.C(420,500,540,470,540,350),e.C(540,220,300,80,300,80),e.Z(),e.fill()}},...(()=>{let e={};for(let t=0;t<10;t++){let n=10102+t;e[n]={width:600,draw:e=>{e.circle(300,250,240),e.fill()}}}return e})(),...(()=>{let e={};for(let t=0;t<10;t++)e[9312+t]={width:600,draw:e=>{e.lineWidth(40),e.circle(300,250,220),e.stroke()}};return e})()},{8960:{width:600,draw:e=>{e.lineWidth(45),e.circle(300,250,200),e.stroke(),e.M(140,90),e.L(460,410),e.stroke()}},8962:{width:600,draw:e=>{e.lineWidth(45),e.M(300,480),e.L(520,250),e.L(520,30),e.L(80,30),e.L(80,250),e.Z(),e.stroke()}},8984:{width:600,draw:e=>{e.lineWidth(45),e.rect(180,130,240,240),e.stroke(),e.circle(180,370,70),e.stroke(),e.circle(420,370,70),e.stroke(),e.circle(180,130,70),e.stroke(),e.circle(420,130,70),e.stroke()}},8987:{width:600,draw:e=>{e.lineWidth(45),e.M(120,480),e.L(480,480),e.stroke(),e.M(120,20),e.L(480,20),e.stroke(),e.M(150,480),e.L(300,250),e.L(450,480),e.stroke(),e.M(150,20),e.L(300,250),e.L(450,20),e.stroke()}},9166:{width:600,draw:e=>{e.lineWidth(45),e.M(480,420),e.L(480,200),e.L(150,200),e.stroke(),e.M(150,200),e.L(280,310),e.L(280,90),e.Z(),e.fill()}}},{9472:{width:600,draw:e=>{e.lineWidth(40),e.M(0,250),e.L(600,250),e.stroke()}},9473:{width:600,draw:e=>{e.lineWidth(80),e.M(0,250),e.L(600,250),e.stroke()}},9474:{width:600,draw:e=>{e.lineWidth(40),e.M(300,0),e.L(300,500),e.stroke()}},9475:{width:600,draw:e=>{e.lineWidth(80),e.M(300,0),e.L(300,500),e.stroke()}},9484:{width:600,draw:e=>{e.lineWidth(40),e.M(300,0),e.L(300,250),e.L(600,250),e.stroke()}},9488:{width:600,draw:e=>{e.lineWidth(40),e.M(300,0),e.L(300,250),e.L(0,250),e.stroke()}},9492:{width:600,draw:e=>{e.lineWidth(40),e.M(300,500),e.L(300,250),e.L(600,250),e.stroke()}},9496:{width:600,draw:e=>{e.lineWidth(40),e.M(300,500),e.L(300,250),e.L(0,250),e.stroke()}},9500:{width:600,draw:e=>{e.lineWidth(40),e.M(300,0),e.L(300,500),e.stroke(),e.M(300,250),e.L(600,250),e.stroke()}},9508:{width:600,draw:e=>{e.lineWidth(40),e.M(300,0),e.L(300,500),e.stroke(),e.M(300,250),e.L(0,250),e.stroke()}},9516:{width:600,draw:e=>{e.lineWidth(40),e.M(0,250),e.L(600,250),e.stroke(),e.M(300,250),e.L(300,0),e.stroke()}},9524:{width:600,draw:e=>{e.lineWidth(40),e.M(0,250),e.L(600,250),e.stroke(),e.M(300,250),e.L(300,500),e.stroke()}},9532:{width:600,draw:e=>{e.lineWidth(40),e.M(0,250),e.L(600,250),e.stroke(),e.M(300,0),e.L(300,500),e.stroke()}},9556:{width:600,draw:e=>{e.lineWidth(30),e.M(270,0),e.L(270,270),e.L(600,270),e.stroke(),e.M(330,0),e.L(330,230),e.L(600,230),e.stroke()}},9559:{width:600,draw:e=>{e.lineWidth(30),e.M(330,0),e.L(330,270),e.L(0,270),e.stroke(),e.M(270,0),e.L(270,230),e.L(0,230),e.stroke()}},9562:{width:600,draw:e=>{e.lineWidth(30),e.M(270,500),e.L(270,230),e.L(600,230),e.stroke(),e.M(330,500),e.L(330,270),e.L(600,270),e.stroke()}},9565:{width:600,draw:e=>{e.lineWidth(30),e.M(330,500),e.L(330,230),e.L(0,230),e.stroke(),e.M(270,500),e.L(270,270),e.L(0,270),e.stroke()}},9552:{width:600,draw:e=>{e.lineWidth(30),e.M(0,270),e.L(600,270),e.stroke(),e.M(0,230),e.L(600,230),e.stroke()}},9553:{width:600,draw:e=>{e.lineWidth(30),e.M(270,0),e.L(270,500),e.stroke(),e.M(330,0),e.L(330,500),e.stroke()}}},{9600:JA(0,250,600,250),9604:JA(0,0,600,250),9608:JA(0,0,600,500),9612:JA(0,0,300,500),9616:JA(300,0,300,500),9617:{width:600,draw:e=>{e.lineWidth(15),e.rect(0,0,600,500),e.stroke();for(let t=0;t<=500;t+=60)e.M(0,t),e.L(600,t);e.stroke()}},9618:{width:600,draw:e=>{e.lineWidth(25),e.rect(0,0,600,500),e.stroke();for(let t=0;t<=500;t+=50)e.M(0,t),e.L(600,t);for(let t=0;t<=600;t+=60)e.M(t,0),e.L(t,500);e.stroke()}},9619:{width:600,draw:e=>{e.lineWidth(35),e.rect(0,0,600,500),e.fill()}}},{11014:{width:600,draw:e=>{e.M(300,500),e.L(100,280),e.L(230,280),e.L(230,0),e.L(370,0),e.L(370,280),e.L(500,280),e.Z(),e.fill()}},11015:{width:600,draw:e=>{e.M(300,0),e.L(100,220),e.L(230,220),e.L(230,500),e.L(370,500),e.L(370,220),e.L(500,220),e.Z(),e.fill()}},11013:{width:600,draw:e=>{e.M(0,250),e.L(220,430),e.L(220,320),e.L(550,320),e.L(550,180),e.L(220,180),e.L(220,70),e.Z(),e.fill()}},11035:JA(60,10,480,480),11036:YA(60,10,480,480,45),11088:{width:600,draw:e=>{e.lineWidth(35);for(let t=0;t<5;t++){let n=(t*72-90)*Math.PI/180,r=(t*72+36-90)*Math.PI/180;t===0?e.M(300+230*Math.cos(n),260+230*Math.sin(n)):e.L(300+230*Math.cos(n),260+230*Math.sin(n)),e.L(300+90*Math.cos(r),260+90*Math.sin(r))}e.Z(),e.stroke()}}},{10688:{width:600,draw:e=>{e.lineWidth(40),e.circle(300,250,220),e.stroke(),e.lineWidth(45),e.M(400,380),e.L(200,250),e.L(400,120),e.stroke()}},10689:{width:600,draw:e=>{e.lineWidth(40),e.circle(300,250,220),e.stroke(),e.lineWidth(45),e.M(200,380),e.L(400,250),e.L(200,120),e.stroke()}},10695:{width:600,draw:e=>{e.lineWidth(40),e.rect(80,30,440,440),e.stroke(),e.circle(300,250,130),e.stroke()}},10696:{width:600,draw:e=>{e.lineWidth(40),e.rect(80,30,440,440),e.stroke(),e.rect(190,140,220,220),e.stroke()}},10697:{width:600,draw:e=>{e.lineWidth(35),e.rect(80,80,300,300),e.stroke(),e.rect(220,120,300,300),e.stroke()}}},{8377:{width:600,draw:e=>{e.lineWidth(50),e.M(130,480),e.L(470,480),e.stroke(),e.M(130,380),e.L(470,380),e.stroke(),e.M(230,480),e.C(350,480,420,400,420,350),e.C(420,280,350,200,230,200),e.stroke(),e.M(200,380),e.L(400,0),e.stroke()}},8378:{width:600,draw:e=>{e.lineWidth(50),e.M(350,480),e.L(350,50),e.C(350,0,200,0,150,50),e.stroke(),e.M(150,330),e.L(450,250),e.stroke(),e.M(150,230),e.L(450,150),e.stroke()}},8381:{width:600,draw:e=>{e.lineWidth(50),e.M(180,0),e.L(180,500),e.stroke(),e.M(180,500),e.L(350,500),e.C(480,500,480,350,350,300),e.L(180,300),e.stroke(),e.M(120,200),e.L(400,200),e.stroke()}}},{8226:XA(300,250,100),8230:{width:600,draw:e=>{e.circle(120,100,40),e.fill(),e.circle(300,100,40),e.fill(),e.circle(480,100,40),e.fill()}},8227:{width:600,draw:e=>{e.M(150,400),e.L(450,250),e.L(150,100),e.Z(),e.fill()}},8259:{width:600,draw:e=>{e.lineWidth(60),e.M(150,250),e.L(450,250),e.stroke()}},8260:{width:600,draw:e=>{e.lineWidth(40),e.M(450,500),e.L(150,0),e.stroke()}}},hk,_k,yk,bk,Sk,Ck,wk,Tk,Ek,Dk,Ok,kk,Ak,jk,Mk,Nk,Vk,Hk,Yk,Xk,Zk,Qk,$k,eA,tA,K,q,fA,J,xA,TA,nA,EA,RA,zA,X,Q,qA,$,jA,MA,NA,PA,FA],ej=null;function tj(){if(!ej){ej=new Map;for(let e of $A)for(let[t,n]of Object.entries(e))ej.set(Number(t),n)}return ej}function nj(e){return tj().get(e)}let rj=1e3;function ij(e,t,n=`T3F`){let r=new Map,i=new Map,a=new Map;if(t.size===0)return{fontObjects:i,encoding:r,widths:a};let o=[...t].sort((e,t)=>e-t),s=1;for(let t=0;t<o.length;t+=255){let c=o.slice(t,t+255),l=`${n}${s}`;s++;let{objNum:u,fontWidths:d}=aj(e,c,l);i.set(l,u),a.set(l,d);for(let e=0;e<c.length;e++)r.set(c[e],{resourceName:l,charCode:1+e})}return{fontObjects:i,encoding:r,widths:a}}function aj(e,t,n){let r=[],i=[],a=Array(1+t.length).fill(0),o=new Map,s=oj(e,QA);r.push({name:`.notdef`,objNum:s}),a[0]=QA.width;for(let n=0;n<t.length;n++){let s=t[n],c=nj(s)??QA,l=`uni${s.toString(16).toUpperCase().padStart(4,`0`)}`,u=oj(e,c);r.push({name:l,objNum:u}),i.push(l);let d=1+n;a[d]=c.width,o.set(d,c.width)}let c=[];for(let{name:e,objNum:t}of r)c.push(`${dO(e)} ${V(t)}`);let l=`<<\n${c.join(`
|
|
457
457
|
`)}\n>>`,u=[];u.push(`1`);for(let e of i)u.push(dO(e));let d=e.allocObject(),f=new gO().set(`Type`,`/Encoding`).set(`Differences`,`[${u.join(` `)}]`);e.addObject(d,f);let p=cj(e,t),m=e.allocObject(),h=`[0 0 ${rj} ${rj}]`,g=new gO().set(`Type`,`/Font`).set(`Subtype`,`/Type3`).set(`Name`,dO(n)).set(`FontBBox`,h).set(`FontMatrix`,`[0.001 0 0 0.001 0 0]`).set(`FirstChar`,B(0)).set(`LastChar`,B(a.length-1)).set(`Widths`,fO(a.map(e=>B(e)))).set(`CharProcs`,l).set(`Encoding`,V(d)).set(`ToUnicode`,V(p));return e.addObject(m,g),{objNum:m,fontWidths:o}}function oj(e,t){let n=new PO;n.raw(`${t.width} 0 0 0 ${rj} ${rj} d1`);let r=sj(n);t.draw(r);let i=e.allocObject();return e.addStreamObject(i,new gO,n),i}function sj(e){return{M:(t,n)=>{e.moveTo(t,n)},L:(t,n)=>{e.lineTo(t,n)},C:(t,n,r,i,a,o)=>{e.curveTo(t,n,r,i,a,o)},Z:()=>{e.closePath()},rect:(t,n,r,i)=>{e.rect(t,n,r,i)},circle:(t,n,r)=>{e.circle(t,n,r)},ellipse:(t,n,r,i)=>{e.ellipse(t,n,r,i)},stroke:()=>{e.stroke()},fill:()=>{e.fill()},fillStroke:()=>{e.fillAndStroke()},lineWidth:t=>{e.setLineWidth(t)}}}function cj(e,t){let n=[];n.push(`/CIDInit /ProcSet findresource begin`),n.push(`12 dict begin`),n.push(`begincmap`),n.push(`/CIDSystemInfo`),n.push(`<< /Registry (Adobe) /Ordering (UCS) /Supplement 0 >> def`),n.push(`/CMapName /Adobe-Identity-UCS def`),n.push(`/CMapType 2 def`),n.push(`1 begincodespacerange`),n.push(`<00> <FF>`),n.push(`endcodespacerange`);for(let e=0;e<t.length;e+=100){let r=t.slice(e,e+100);n.push(`${r.length} beginbfchar`);for(let t=0;t<r.length;t++){let i=1+e+t,a=r[t],o=i.toString(16).toUpperCase().padStart(2,`0`);if(a>65535){let e=Math.floor((a-65536)/1024)+55296,t=(a-65536)%1024+56320,r=e.toString(16).toUpperCase().padStart(4,`0`),i=t.toString(16).toUpperCase().padStart(4,`0`);n.push(`<${o}> <${r}${i}>`)}else{let e=a.toString(16).toUpperCase().padStart(4,`0`);n.push(`<${o}> <${e}>`)}}n.push(`endbfchar`)}n.push(`endcmap`),n.push(`CMapName currentdict /CMap defineresource pop`),n.push(`end`),n.push(`end`);let r=n.join(`
|
|
458
458
|
`),i=new TextEncoder().encode(r),a=e.allocObject();return e.addStreamObject(a,new gO,i),a}let lj={helvetica:`Helvetica`,arial:`Helvetica`,calibri:`Helvetica`,"segoe ui":`Helvetica`,"trebuchet ms":`Helvetica`,verdana:`Helvetica`,tahoma:`Helvetica`,"gill sans":`Helvetica`,"franklin gothic":`Helvetica`,"lucida sans":`Helvetica`,aptos:`Helvetica`,"times new roman":`Times`,times:`Times`,georgia:`Times`,garamond:`Times`,"book antiqua":`Times`,palatino:`Times`,"palatino linotype":`Times`,cambria:`Times`,"century schoolbook":`Times`,"courier new":`Courier`,courier:`Courier`,consolas:`Courier`,"lucida console":`Courier`,monaco:`Courier`,"andale mono":`Courier`,"cascadia code":`Courier`,"cascadia mono":`Courier`,menlo:`Courier`};function uj(e){return lj[e.toLowerCase().trim()]??`Helvetica`}function dj(e,t,n){let r=uj(e);return r===`Helvetica`?t&&n?`Helvetica-BoldOblique`:t?`Helvetica-Bold`:n?`Helvetica-Oblique`:`Helvetica`:r===`Times`?t&&n?`Times-BoldItalic`:t?`Times-Bold`:n?`Times-Italic`:`Times-Roman`:r===`Courier`?t&&n?`Courier-BoldOblique`:t?`Courier-Bold`:n?`Courier-Oblique`:`Courier`:`Helvetica`}var fj=class{constructor(){this.type1Map=new Map,this.resourceToType1=new Map,this.nextType1Id=1,this.embeddedFont=null,this.embeddedResourceName=``,this.usedCodePoints=new Set,this.nextEmbeddedId=1,this.type3CodePoints=new Set,this._type3Result=null,this._unknownFontFamilies=new Set,this._embeddedResult=null}registerEmbeddedFont(e){return this.embeddedFont=e,this.embeddedResourceName=`EF${this.nextEmbeddedId++}`,this.embeddedResourceName}hasEmbeddedFont(){return this.embeddedFont!==null}getType3CodePoints(){return new Set(this.type3CodePoints)}getUnknownFontFamilies(){return new Set(this._unknownFontFamilies)}getEmbeddedResourceName(){return this.embeddedResourceName}trackText(e){if(this.embeddedFont)for(let t=0;t<e.length;t++){let n=e.codePointAt(t);this.usedCodePoints.add(n),n>65535&&t++}else for(let t=0;t<e.length;t++){let n=e.codePointAt(t);n>65535&&t++,zO(n)||this.type3CodePoints.add(n)}}ensureFont(e){let t=this.type1Map.get(e);return t||(t=`F${this.nextType1Id++}`,this.type1Map.set(e,t),this.resourceToType1.set(t,e)),t}resolveFont(e,t,n){if(this.embeddedFont)return this.embeddedResourceName;let r=e.toLowerCase().trim();r&&lj[r]===void 0&&this._unknownFontFamilies.add(e);let i=dj(e,t,n);return this.ensureFont(i)}getPdfFontName(e){return this.resourceToType1.get(e)??`Helvetica`}hasType3Fonts(){return this._type3Result!==null&&this._type3Result.fontObjects.size>0}resolveType3(e){return this._type3Result?this._type3Result.encoding.get(e)??null:null}needsType3(e){return!this.embeddedFont&&!zO(e)}measureText(e,t,n){if(this.embeddedFont&&t===this.embeddedResourceName)return mj(e,this.embeddedFont,n);if(!this._type3Result||!BO(e))return dk(e,this.getPdfFontName(t),n);let r=0,i=this.getPdfFontName(t);for(let t=0;t<e.length;t++){let a=e.codePointAt(t);if(a>65535&&t++,zO(a))r+=dk(String.fromCodePoint(a),i,n);else{let e=this._type3Result.encoding.get(a);if(e){let t=this._type3Result.widths.get(e.resourceName)?.get(e.charCode)??600;r+=t/1e3*n}else r+=600/1e3*n}}return r}getFontAscent(e,t){return this.embeddedFont&&e===this.embeddedResourceName?this.embeddedFont.ascent/this.embeddedFont.unitsPerEm*t:fk(this.isType3Resource(e)?`Helvetica`:this.getPdfFontName(e),t)}getFontDescent(e,t){return this.embeddedFont&&e===this.embeddedResourceName?this.embeddedFont.descent/this.embeddedFont.unitsPerEm*t:pk(this.isType3Resource(e)?`Helvetica`:this.getPdfFontName(e),t)}getLineHeight(e,t){if(this.embeddedFont&&e===this.embeddedResourceName){let e=this.embeddedFont;return(e.ascent-e.descent)/e.unitsPerEm*t}return mk(this.isType3Resource(e)?`Helvetica`:this.getPdfFontName(e),t)}isEmbeddedFont(e){return this.embeddedFont!==null&&e===this.embeddedResourceName}isType3Resource(e){return this._type3Result?.fontObjects.has(e)??!1}encodeText(e,t){if(!this.embeddedFont||t!==this.embeddedResourceName)return null;if(this._embeddedResult)return pj(e,this._embeddedResult.unicodeToCid);throw new UO(`encodeText called before writeFontResources — subset mapping not available`)}encodeType3Char(e){if(!this._type3Result)return null;let t=this._type3Result.encoding.get(e);return t?`<${t.charCode.toString(16).toUpperCase().padStart(2,`0`)}>`:null}writeFontResources(e){let t=new Map;for(let[n,r]of this.type1Map){let i=e.allocObject(),a=new gO().set(`Type`,`/Font`).set(`Subtype`,`/Type1`).set(`BaseFont`,dO(n)).set(`Encoding`,`/WinAnsiEncoding`);e.addObject(i,a),t.set(r,i)}if(this.embeddedFont&&this.embeddedResourceName){let n=YO(e,this.embeddedFont,this.usedCodePoints,this.embeddedResourceName);t.set(this.embeddedResourceName,n.fontObjNum),this._embeddedResult=n}if(!this.embeddedFont&&this.type3CodePoints.size>0){this._type3Result=ij(e,this.type3CodePoints);for(let[e,n]of this._type3Result.fontObjects)t.set(e,n)}return t}getEmbeddedResult(){return this._embeddedResult}buildFontDictString(e){let t=[`<<`];for(let[n,r]of e)t.push(`${dO(n)} ${V(r)}`);return t.push(`>>`),t.join(`
|
|
459
|
-
`)}getRegisteredFonts(){let e=[];for(let[t,n]of this.type1Map)e.push({resourceName:n,pdfFontName:t});return e}};function pj(e,t){let n=`<`;for(let r=0;r<e.length;r++){let i=e.codePointAt(r);i>65535&&r++;let a=t.get(i)??0;n+=a.toString(16).toUpperCase().padStart(4,`0`)}return n+=`>`,n}function mj(e,t,n){let r=0;for(let n=0;n<e.length;n++){let i=e.codePointAt(n);i>65535&&n++;let a=t.cmap.get(i)??0;r+=t.advanceWidths[a]??0}return r/t.unitsPerEm*n}function hj(){let e=typeof process<`u`?process.platform:``,t=typeof process<`u`?process.env.HOME??process.env.USERPROFILE??``:``,n=[];switch(e){case`darwin`:n.push(`/System/Library/Fonts`,`/System/Library/Fonts/Supplemental`,`/Library/Fonts`,`${t}/Library/Fonts`);break;case`win32`:{let e=process.env.WINDIR??process.env.SystemRoot??`C:\\Windows`;n.push(`${e}\\Fonts`,`${process.env.LOCALAPPDATA??``}\\Microsoft\\Windows\\Fonts`);break}default:n.push(`/usr/share/fonts`,`/usr/local/share/fonts`,`/usr/share/fonts/truetype`,`/usr/share/fonts/opentype`,`/usr/share/fonts/TTF`,`/usr/share/fonts/noto`,`/usr/share/fonts/noto-cjk`,`/usr/share/fonts/google-noto`,`/usr/share/fonts/google-noto-cjk`,`/usr/share/fonts/truetype/noto`,`/usr/share/fonts/truetype/dejavu`,`/usr/share/fonts/truetype/liberation`,`/usr/share/fonts/truetype/droid`,`/usr/share/fonts/wqy`,`${t}/.local/share/fonts`,`${t}/.fonts`);break}return n}let gj=`NotoSansCJKsc-Regular.ttf,NotoSansCJK-Regular.ttc,NotoSansCJKSC-Regular.otf,NotoSansSC-Regular.ttf,NotoSansTC-Regular.ttf,NotoSansJP-Regular.ttf,NotoSansKR-Regular.ttf,NotoSans-Regular.ttf,Arial Unicode.ttf,Arial Unicode MS.ttf,ArialUnicode.ttf,arialuni.ttf,PingFang.ttc,Hiragino Sans GB.ttc,STHeiti Light.ttc,STHeiti Medium.ttc,Songti.ttc,AppleSDGothicNeo.ttc,msyh.ttc,msyhbd.ttc,msjh.ttc,simsun.ttc,simhei.ttf,malgun.ttf,meiryo.ttc,yugothic.ttf,segoeui.ttf,arial.ttf,DejaVuSans.ttf,LiberationSans-Regular.ttf,FreeSans.ttf,DroidSansFallbackFull.ttf,DroidSansFallback.ttf,wqy-microhei.ttc,wqy-zenhei.ttc,uming.ttc,NanumGothic.ttf,IPAexGothic.ttf`.split(`,`),_j;function vj(){if(_j!==void 0)return _j;if(typeof process>`u`||!process.platform)return _j=[],_j;let e=[],t=new Set,n=hj();for(let r of gj)for(let i of n){let n=`${i}/${r}`;if(!t.has(n)&&Ll(n)){let r=yj(n);r&&(e.push(r),t.add(n))}}let r=/noto|unicode|cjk|yahei|heiti|gothic|sans|serif|ming|song|dejavu|liberation|droid|wqy/i;for(let i of n)try{let n=Il(i,{recursive:!0,filter:e=>!e.isDirectory}).filter(e=>/\.tt[cf]$/i.test(e.absolutePath)&&!t.has(e.absolutePath)),a=n.filter(e=>r.test(e.absolutePath)),o=n.filter(e=>!r.test(e.absolutePath)&&e.size>5e4);for(let n of[...a,...o]){if(t.has(n.absolutePath))continue;let r=yj(n.absolutePath);r&&(e.push(r),t.add(n.absolutePath))}}catch{}return _j=e,e}function yj(e){try{return Rl(e)}catch{return null}}let bj=65536,xj=2e6;var Sj=class e{constructor(e,t=0){this.data=e,this.view=new DataView(e.buffer,e.byteOffset,e.byteLength),this.offset=t}u8(){let e=this.view.getUint8(this.offset);return this.offset+=1,e}u16(){let e=this.view.getUint16(this.offset,!1);return this.offset+=2,e}i16(){let e=this.view.getInt16(this.offset,!1);return this.offset+=2,e}u32(){let e=this.view.getUint32(this.offset,!1);return this.offset+=4,e}i32(){let e=this.view.getInt32(this.offset,!1);return this.offset+=4,e}fixed(){return this.i32()/65536}bytes(e){let t=this.data.subarray(this.offset,this.offset+e);return this.offset+=e,t}tag(){return String.fromCharCode(this.u8(),this.u8(),this.u8(),this.u8())}skip(e){this.offset+=e}at(t){return new e(this.data,t)}u16At(e){return this.view.getUint16(e,!1)}u32At(e){return this.view.getUint32(e,!1)}i16At(e){return this.view.getInt16(e,!1)}};function Cj(e){let t=new Sj(e),n=t.u32();if(n===1953784678){if(t.skip(4),t.u32()===0)throw new UO(`TrueType Collection is empty (0 fonts)`);return wj(e,t.u32())}return Tj(e,t,n)}function wj(e,t){let n=new Sj(e,t);return Tj(e,n,n.u32())}function Tj(e,t,n){if(n!==65536&&n!==1953658213)throw n===1330926671?new UO(`CFF-flavored OpenType (.otf) is not supported. Use a TrueType (.ttf) font.`):new UO(`Invalid TrueType font: bad sfVersion 0x${n.toString(16)}`);let r=t.u16();t.skip(6);let i=new Map;for(let e=0;e<r;e++){let e=t.tag();t.skip(4);let n=t.u32(),r=t.u32();i.set(e,{offset:n,length:r})}for(let e of[`head`,`hhea`,`maxp`,`cmap`,`hmtx`])if(!i.has(e))throw new UO(`Missing required table '${e}' in TrueType font`);let a=Ej(t,i.get(`head`)),o=Dj(t,i.get(`hhea`)),s=Oj(t,i.get(`maxp`)),c=i.has(`OS/2`)?kj(t,i.get(`OS/2`)):null,l=i.has(`post`)?Aj(t,i.get(`post`)):null,u=i.has(`name`)?jj(t,i.get(`name`)):null,d=Mj(t,i.get(`cmap`)),f=Fj(t,i.get(`hmtx`),o.numHMetrics,s.numGlyphs),p=i.has(`loca`)&&i.has(`glyf`)?Ij(t,i.get(`loca`),s.numGlyphs,a.indexToLocFormat):new Uint32Array(s.numGlyphs+1),m=c?.sTypoAscender??o.ascent,h=c?.sTypoDescender??o.descent,g=c?.sCapHeight??Math.round(m*.7),_=0;l?.isFixedPitch&&(_|=1),a.macStyle&2&&(_|=64),_|=32;let v=c?.usWeightClass??400,y=Math.round(50+(v/65)**2),b=u?.familyName??`Unknown`;return{data:e,familyName:b,postScriptName:u?.postScriptName??b.replace(/\s+/g,``),unitsPerEm:a.unitsPerEm,ascent:m,descent:h,capHeight:g,italicAngle:l?.italicAngle??0,flags:_,bbox:[a.xMin,a.yMin,a.xMax,a.yMax],stemV:y,numGlyphs:s.numGlyphs,indexToLocFormat:a.indexToLocFormat,numHMetrics:o.numHMetrics,tables:i,cmap:d,advanceWidths:f,glyphOffsets:p}}function Ej(e,t){let n=e.at(t.offset);n.skip(4),n.skip(4),n.skip(4),n.skip(4),n.skip(2);let r=n.u16();n.skip(16);let i=n.i16(),a=n.i16(),o=n.i16(),s=n.i16(),c=n.u16();return n.skip(2),n.skip(2),{unitsPerEm:r,xMin:i,yMin:a,xMax:o,yMax:s,macStyle:c,indexToLocFormat:n.i16()}}function Dj(e,t){let n=e.at(t.offset);n.skip(4);let r=n.i16(),i=n.i16(),a=n.i16();return n.skip(2),n.skip(22),{ascent:r,descent:i,lineGap:a,numHMetrics:n.u16()}}function Oj(e,t){let n=e.at(t.offset);return n.skip(4),{numGlyphs:n.u16()}}function kj(e,t){let n=e.at(t.offset),r=n.u16();n.skip(2);let i=n.u16();n.skip(2),n.skip(2),n.skip(22),n.skip(10),n.skip(16),n.skip(4),n.skip(2),n.skip(2),n.skip(2);let a=n.i16(),o=n.i16();n.skip(2),n.skip(2),n.skip(2);let s;return r>=2?(n.skip(8),n.skip(2),s=n.i16()):s=Math.round(a*.7),{usWeightClass:i,sTypoAscender:a,sTypoDescender:o,sCapHeight:s}}function Aj(e,t){let n=e.at(t.offset);n.skip(4);let r=n.fixed();return n.skip(2),n.skip(2),{italicAngle:r,isFixedPitch:n.u32()!==0}}function jj(e,t){let n=t.offset,r=e.at(n);r.skip(2);let i=r.u16(),a=n+r.u16(),o=``,s=``;for(let t=0;t<i;t++){let t=r.u16(),n=r.u16();r.skip(2);let i=r.u16(),c=r.u16(),l=r.u16();if(i!==1&&i!==6)continue;let u=e.at(a+l).bytes(c),d;if(t===3||t===0)d=Lj(u);else if(t===1&&n===0)d=Rj(u);else continue;i===1&&!o&&(o=d),i===6&&!s&&(s=d)}return{familyName:o||`Unknown`,postScriptName:s||o||`Unknown`}}function Mj(e,t){let n=t.offset,r=e.at(n);r.skip(2);let i=r.u16(),a=-1,o=-1;for(let t=0;t<i;t++){let t=r.u16(),i=r.u16(),s=r.u32();if(!(t===0||t===3&&(i===1||i===10)))continue;let c=e.u16At(n+s);c===12&&o<0&&(o=n+s),c===4&&a<0&&(a=n+s)}if(o>=0)return Pj(e,o);if(a>=0)return Nj(e,a);throw new UO(`No usable Unicode cmap subtable found in font`)}function Nj(e,t){let n=e.at(t);n.skip(2),n.skip(2),n.skip(2);let r=n.u16()/2;n.skip(6);let i=[];for(let e=0;e<r;e++)i.push(n.u16());n.skip(2);let a=[];for(let e=0;e<r;e++)a.push(n.u16());let o=[];for(let e=0;e<r;e++)o.push(n.i16());let s=n.offset,c=[];for(let e=0;e<r;e++)c.push(n.u16());let l=new Map;for(let t=0;t<r;t++){let n=a[t],r=i[t],u=o[t],d=c[t];if(n===65535)break;for(let i=n;i<=r;i++){let r;if(d===0)r=i+u&65535;else{let a=s+t*2+d+(i-n)*2;r=e.u16At(a),r!==0&&(r=r+u&65535)}r!==0&&l.set(i,r)}}return l}function Pj(e,t){let n=e.at(t);n.skip(2),n.skip(2),n.skip(4),n.skip(4);let r=n.u32();if(r>bj)throw new UO(`cmap format 12 has ${r} groups, exceeding limit of ${bj}. The font file may be malicious or corrupted.`);let i=new Map,a=0;for(let e=0;e<r;e++){let e=n.u32(),t=n.u32(),r=n.u32(),o=t>=e?t-e+1:0;if(a+=o,a>xj)throw new UO(`cmap format 12 maps too many codepoints (>${xj}). The font file may be malicious or corrupted.`);for(let n=e;n<=t;n++)i.set(n,r+(n-e))}return i}function Fj(e,t,n,r){let i=e.at(t.offset),a=new Uint16Array(r),o=0;for(let e=0;e<n;e++)o=i.u16(),i.skip(2),a[e]=o;for(let e=n;e<r;e++)a[e]=o;return a}function Ij(e,t,n,r){let i=e.at(t.offset),a=new Uint32Array(n+1);if(r===0)for(let e=0;e<=n;e++)a[e]=i.u16()*2;else for(let e=0;e<=n;e++)a[e]=i.u32();return a}function Lj(e){let t=[];for(let n=0;n+1<e.length;n+=2){let r=e[n]<<8|e[n+1];if(r>=55296&&r<=56319&&n+3<e.length){let i=e[n+2]<<8|e[n+3];if(i>=56320&&i<=57343){t.push(String.fromCodePoint((r-55296<<10)+(i-56320)+65536)),n+=2;continue}}t.push(String.fromCharCode(r))}return t.join(``)}function Rj(e){let t=[];for(let n=0;n<e.length;n++)t.push(String.fromCharCode(e[n]));return t.join(``)}let zj={Empty:0,String:1,Number:2,Boolean:3,Date:4,RichText:5,Error:6,Formula:7,Hyperlink:8,Merge:9};function Bj(e){return e.kind===`chartsheet`}let Vj={A3:{width:841.89,height:1190.55},A4:{width:595.28,height:841.89},A5:{width:419.53,height:595.28},LETTER:{width:612,height:792},LEGAL:{width:612,height:1008},TABLOID:{width:792,height:1224}},Hj=1.2,Uj=72/96;function Wj(e,t=1){return{left:(3+e.borderInsets.left)*t,right:(3+e.borderInsets.right)*t,top:(2+e.borderInsets.top)*t,bottom:(2+e.borderInsets.bottom)*t}}function Gj(e,t,n,r){let i=new PO,a=new Set;t.showGridLines&&Kj(i,e,t);for(let t of e.cells)t.fillColor&&qj(i,t,a);for(let t of e.cells)Xj(i,t);for(let t of e.cells){if(!t.textOverflowWidth||t.textOverflowWidth<=0)continue;let n=t.rect.x+t.rect.width,r=n+t.textOverflowWidth,a=t.rect.y,o=t.rect.height,s=[];for(let i of e.cells){if(i===t||!i.fillColor||Math.abs(i.rect.y-a)>.01||Math.abs(i.rect.height-o)>.01)continue;let e=i.rect.x,c=e+i.rect.width;c>n&&e<r&&s.push({left:Math.max(e,n),right:Math.min(c,r)})}let c=.25,l=a+c,u=o-c*2;if(!(u<=0))if(s.length===0)i.fillRect(n,l,t.textOverflowWidth,u,{r:1,g:1,b:1});else{s.sort((e,t)=>e.left-t.left);let e=n;for(let t of s)t.left>e&&i.fillRect(e,l,t.left-e,u,{r:1,g:1,b:1}),e=Math.max(e,t.right);e<r&&i.fillRect(e,l,r-e,u,{r:1,g:1,b:1})}}let o=e.scaleFactor;for(let t of e.cells)(t.text||t.richText)&&Qj(i,t,n,a,o);return t.showSheetNames&&hM(i,e,t,n),t.showPageNumbers&&gM(i,e,t,n,r),{stream:i,alphaValues:a}}function Kj(e,t,n){if(t.columnWidths.length===0||t.rowHeights.length===0)return;let r=n.gridLineColor;e.save(),e.setStrokeColor(r),e.setLineWidth(.25);let i=t.rowYPositions[0],a=t.rowYPositions.length-1,o=t.rowYPositions[a]-t.rowHeights[a];for(let n=0;n<=t.columnWidths.length;n++){let r=n<t.columnWidths.length?t.columnOffsets[n]:t.columnOffsets[n-1]+t.columnWidths[n-1];e.moveTo(r,i),e.lineTo(r,o)}let s=t.columnOffsets[0],c=t.columnOffsets.length-1,l=t.columnOffsets[c]+t.columnWidths[c];for(let n=0;n<=t.rowYPositions.length;n++){let r=n<t.rowYPositions.length?t.rowYPositions[n]:t.rowYPositions[n-1]-t.rowHeights[n-1];e.moveTo(s,r),e.lineTo(l,r)}e.stroke(),e.restore()}function qj(e,t,n){if(!t.fillColor)return;let r=t.fillColor.a;if(r!==void 0&&r<1){let i=lM(r);n.add(r),e.save(),e.setGraphicsState(i),e.fillRect(t.rect.x,t.rect.y,t.rect.width,t.rect.height,t.fillColor),e.restore()}else e.fillRect(t.rect.x,t.rect.y,t.rect.width,t.rect.height,t.fillColor)}function Jj(e){return typeof e==`number`?e<=90?e:-(e-90):0}function Yj(e,t){let n=Jj(e);if(n===0)return 0;let r=Math.abs(n);if(r<.01||r>89.99)return 0;let i=r*Math.PI/180,a=t*Math.cos(i)/Math.sin(i);return n<0?-a:a}function Xj(e,t){let{rect:n,borders:r,textRotation:i}=t,{x:a,y:o,width:s,height:c}=n,l=Yj(i,c);r.top&&Zj(e,r.top,a+l,o+c,a+s+l,o+c,!0),r.bottom&&Zj(e,r.bottom,a,o,a+s,o,!0),r.left&&Zj(e,r.left,a,o,a+l,o+c,!1),r.right&&Zj(e,r.right,a+s,o,a+s+l,o+c,!1)}function Zj(e,t,n,r,i,a,o){if(t.isDouble){let s=.4,c=Math.min(t.width,.25);o?(e.drawLine(n,r+s,i,a+s,t.color,c,t.dashPattern),e.drawLine(n,r-s,i,a-s,t.color,c,t.dashPattern)):(e.drawLine(n+s,r,i+s,a,t.color,c,t.dashPattern),e.drawLine(n-s,r,i-s,a,t.color,c,t.dashPattern))}else e.drawLine(n,r,i,a,t.color,t.width,t.dashPattern)}function Qj(e,t,n,r,i=1){let{rect:a,text:o,fontSize:s,horizontalAlign:c,verticalAlign:l,wrapText:u}=t;if(!o&&!t.richText)return;let d=Wj(t,i),f=a.width-d.left-d.right,p=a.height-d.top-d.bottom;if(f<=0||p<=0)return;let m=t.indent*10*i,h=a.width+(t.textOverflowWidth||0);e.save();let g=Yj(t.textRotation,a.height);g===0?e.rect(a.x,a.y,h,a.height):(e.moveTo(a.x,a.y),e.lineTo(a.x+h,a.y),e.lineTo(a.x+h+g,a.y+a.height),e.lineTo(a.x+g,a.y+a.height),e.closePath()),e.clip(),e.endPath();let _=t.textColor.a;if(_!==void 0&&_<1&&(r.add(_),e.setGraphicsState(lM(_))),t.textRotation===`vertical`){cM(e,t,n,m,i),e.restore();return}if(typeof t.textRotation==`number`&&t.textRotation!==0){eM(e,t,n,m,i),e.restore();return}if(t.richText&&t.richText.length>0){$j(e,t,n,m,i),e.restore();return}let v=n.hasEmbeddedFont(),y=v?n.getEmbeddedResourceName():n.ensureFont(dj(t.fontFamily,t.bold,t.italic)),b=e=>n.measureText(e,y,s),x=f-m,S=u?pM(o,b,x):o.split(/\r?\n/),ee=s*Hj,te=n.getFontAscent(y,s),ne=uM(l,a,S.length*ee,te,d.top,d.bottom);e.setFillColor(t.textColor);let re=n.hasType3Fonts()&&!v;for(let t=0;t<S.length;t++){let r=S[t],i=ne-t*ee;sM(e,r,dM(c,a,b(r),m,d.left,d.right),i,y,s,n,re)}fM(e,t,S,ee,ne,b,y,n,m,d),e.restore()}function $j(e,t,n,r,i=1){let{rect:a,horizontalAlign:o,verticalAlign:s,wrapText:c}=t,l=t.richText,u=Wj(t,i),d=t.fontSize;for(let e of l)e.fontSize>d&&(d=e.fontSize);let f=d,p=f*Hj,m=n.hasEmbeddedFont(),h=e=>m?n.getEmbeddedResourceName():n.ensureFont(dj(e.fontFamily,e.bold,e.italic));if(c){let i=a.width-u.left-u.right-r;if(i<=0)return;let c=l.map(e=>e.text).join(``),d=[];for(let e=0;e<l.length;e++)for(let t=0;t<l[e].text.length;t++)d.push(e);let p=l.map(e=>h(e)),g=mM(c,d,l,p,n,i),_=[];for(let e of g){let n=t.fontSize;for(let t=e.start;t<e.end;t++){let e=d[t]??0;l[e].fontSize>n&&(n=l[e].fontSize)}_.push(n*Hj)}let v=p[0],y=n.getFontAscent(v,f),b=uM(s,a,_.reduce((e,t)=>e+t,0),y,u.top,u.bottom),x=0;for(let t=0;t<g.length;t++){let i=b-x;x+=_[t];let{start:s,end:f}=g[t],h=[];for(let e=s;e<f;e++){let t=d[e]??d.length-1,n=h[h.length-1];n&&n.run===l[t]?n.text+=c[e]:h.push({run:l[t],text:c[e],resourceName:p[t]})}let v=0;for(let e of h)v+=n.measureText(e.text,e.resourceName,e.run.fontSize);let y=dM(o,a,v,r,u.left,u.right),S=n.hasType3Fonts()&&!m;for(let t of h){let{run:r,text:a,resourceName:o}=t;e.setFillColor(r.textColor);let s=sM(e,a,y,i,o,r.fontSize,n,S);if(r.strike){let t=i+n.getFontDescent(o,r.fontSize)+r.fontSize*.3;e.drawLine(y,t,y+s,t,r.textColor,.5)}if(r.underline){let t=i+n.getFontDescent(o,r.fontSize)*.5;e.drawLine(y,t,y+s,t,r.textColor,.5)}y+=s}}return}let g=0,_=[];for(let e of l){let t=h(e),r=n.measureText(e.text,t,e.fontSize);_.push({resourceName:t,width:r}),g+=r}let v=_[0]?.resourceName??`F1`,y=uM(s,a,p,n.getFontAscent(v,f),u.top,u.bottom),b=dM(o,a,g,r,u.left,u.right),x=n.hasType3Fonts()&&!m;for(let t=0;t<l.length;t++){let r=l[t],{resourceName:i}=_[t];e.setFillColor(r.textColor);let a=sM(e,r.text,b,y,i,r.fontSize,n,x);if(r.strike){let t=y+n.getFontDescent(i,r.fontSize)+r.fontSize*.3;e.drawLine(b,t,b+a,t,r.textColor,.5)}if(r.underline){let t=y+n.getFontDescent(i,r.fontSize)*.5;e.drawLine(b,t,b+a,t,r.textColor,.5)}b+=a}}function eM(e,t,n,r,i=1){let{rect:a,wrapText:o}=t,{fontSize:s}=t,c=Wj(t,i),l=n.hasEmbeddedFont()?n.getEmbeddedResourceName():n.ensureFont(dj(t.fontFamily,t.bold,t.italic)),u=Jj(t.textRotation),d=u*Math.PI/180,f=Math.cos(d),p=Math.sin(d),m=Math.abs(p),h=Math.abs(f),g=a.width-c.left-c.right,_=a.height-c.top-c.bottom,v;v=m>.01&&h>.01?Math.min(_/m,g/h):m>.01?_/m:g;let y=e=>n.measureText(e,l,s),b;b=o?pM(t.text,y,Math.max(v-1,1)):t.text.split(/\r?\n/);let x=s*Hj,S=b.length*x;if(!o){let e=0;for(let t of b){let n=y(t);n>e&&(e=n)}let t=e*h+S*m,n=e*m+S*h;if(g>0&&_>0&&(t>g||n>_)){let e=Math.min(g/t,_/n);e<1&&(s*=e)}}let ee=s*Hj,te=n.getFontAscent(l,s),ne=Math.abs(u-90)<.01,re=Math.abs(u+90)<.01;e.setFillColor(t.textColor),ne?tM(e,t,b,n,l,s,ee,te,c):re?nM(e,t,b,n,l,s,ee,te,c):rM(e,t,b,n,l,s,ee,te,f,p,r)}function tM(e,t,n,r,i,a,o,s,c){let{rect:l,horizontalAlign:u,verticalAlign:d}=t,f=n.length*o,p;p=u===`center`?l.x+l.width/2-f/2+s:u===`right`?l.x+l.width-c.right-f+s:l.x+c.left+s;let m=r.hasType3Fonts()&&!r.hasEmbeddedFont();for(let t=0;t<n.length;t++){let s=n[t],u=r.measureText(s,i,a),f=p+t*o,h;h=d===`top`?l.y+l.height-c.top-u:d===`middle`?l.y+(l.height-u)/2:l.y+c.bottom,h=Math.max(h,l.y+c.bottom),aM(e,s,0,1,-1,0,f,h,i,a,r,m)}}function nM(e,t,n,r,i,a,o,s,c){let{rect:l,horizontalAlign:u,verticalAlign:d}=t,f=n.length*o,p;p=u===`center`?l.x+l.width/2+f/2-o+s:u===`right`?l.x+l.width-c.right-o+s:l.x+c.left+f-o+s;let m=r.hasType3Fonts()&&!r.hasEmbeddedFont();for(let t=0;t<n.length;t++){let s=n[t],u=r.measureText(s,i,a),f=p-t*o,h;h=d===`top`?l.y+l.height-c.top:d===`middle`?l.y+(l.height+u)/2:l.y+c.bottom+u,h=Math.min(h,l.y+l.height-c.top),aM(e,s,0,-1,1,0,f,h,i,a,r,m)}}function rM(e,t,n,r,i,a,o,s,c,l,u){let{rect:d,horizontalAlign:f,verticalAlign:p}=t,m=Wj(t),h=0;for(let e of n){let t=r.measureText(e,i,a);t>h&&(h=t)}let g=n.length*o,_=Math.abs(l),v=Math.abs(c),y=h*v+g*_,b=h*_+g*v,x=Yj(t.textRotation,d.height)/2,S=f===`left`?u/2:f===`right`?-u/2:0,ee;ee=p===`top`?d.y+d.height-m.top-b/2:p===`bottom`?d.y+m.bottom+b/2:d.y+d.height/2;let te=d.height>0?(ee-d.y)/d.height:.5,ne=x*2*te,re;re=f===`right`?d.x+d.width-m.right-y/2+S+ne:f===`left`?d.x+m.left+y/2+S+ne:d.x+d.width/2+S+ne;let ie=r.hasType3Fonts()&&!r.hasEmbeddedFont();for(let t=0;t<n.length;t++){let u=n[t],d=r.measureText(u,i,a),f=(t-(n.length-1)/2)*o,p=-d/2,m=-s/2-f,h=re+p*c-m*l,g=ee+p*l+m*c;aM(e,u,c,l,-l,c,h,g,i,a,r,ie)}}function iM(e,t,n,r){let i=t.encodeText(n,r);i?e.showTextHex(i):e.showText(n)}function aM(e,t,n,r,i,a,o,s,c,l,u,d){if(!d){e.beginText(),e.setFont(c,l),e.setTextMatrix(n,r,i,a,o,s),iM(e,u,t,c),e.endText();return}let f=oM(t,u),p=o,m=s;for(let t of f){e.beginText(),t.type3?(e.setFont(t.type3.resourceName,l),e.setTextMatrix(n,r,i,a,p,m),e.showTextHex(t.type3.hex)):(e.setFont(c,l),e.setTextMatrix(n,r,i,a,p,m),iM(e,u,t.text,c)),e.endText();let o=u.measureText(t.text,t.type3?.resourceName??c,l);p+=n*o,m+=r*o}}function oM(e,t){let n=[],r=``,i=()=>{r&&=(n.push({text:r,type3:null}),``)};for(let a=0;a<e.length;a++){let o=e.codePointAt(a),s=String.fromCodePoint(o);if(o>65535&&a++,t.needsType3(o)){i();let e=t.resolveType3(o);if(e){let r=t.encodeType3Char(o);n.push({text:s,type3:{resourceName:e.resourceName,hex:r??`<00>`}})}else n.push({text:s,type3:null})}else r+=s}return i(),n}function sM(e,t,n,r,i,a,o,s){return aM(e,t,1,0,0,1,n,r,i,a,o,s),o.measureText(t,i,a)}function cM(e,t,n,r,i=1){let{rect:a,text:o,fontSize:s,horizontalAlign:c,verticalAlign:l}=t,u=Wj(t,i),d=n.hasEmbeddedFont(),f=d?n.getEmbeddedResourceName():n.ensureFont(dj(t.fontFamily,t.bold,t.italic)),p=s*1.3,m=n.getFontAscent(f,s),h=o.split(/\r?\n/),g=s*1.4,_=h.length*g,v;v=c===`center`?a.x+a.width/2-_/2+g/2:c===`right`?a.x+a.width-u.right-_+g/2:a.x+u.left+g/2,e.setFillColor(t.textColor);let y=n.hasType3Fonts()&&!d;for(let t=0;t<h.length;t++){let r=h[t],i=v+t*g,o=r.length*p,c;c=l===`middle`?a.y+a.height/2+o/2-m:l===`bottom`?a.y+u.bottom+o-m:a.y+a.height-u.top-m;for(let t of r){if(c<a.y+u.bottom)break;aM(e,t,1,0,0,1,i-n.measureText(t,f,s)/2,c,f,s,n,y),c-=p}}}function lM(e){return`GS${Math.round(e*1e4)}`}function uM(e,t,n,r,i=2,a=i){let o;switch(e){case`top`:o=t.y+t.height-i-r;break;case`middle`:o=t.y+t.height/2+n/2-r;break;default:o=t.y+a+(n-r);break}let s=t.y+t.height-i-r;o>s&&(o=s);let c=t.y+a;return o<c&&(o=c),o}function dM(e,t,n,r=0,i=3,a=i){let o;switch(e){case`center`:o=t.x+(t.width-n)/2;break;case`right`:o=t.x+t.width-a-n;break;default:o=t.x+i+r;break}let s=t.x+i;return o<s&&(o=s),o}function fM(e,t,n,r,i,a,o,s,c,l){if(t.strike){let u=i+s.getFontDescent(o,t.fontSize)+t.fontSize*.3;for(let i=0;i<n.length;i++){let o=u-i*r,s=a(n[i]),d=dM(t.horizontalAlign,t.rect,s,c,l?.left,l?.right);e.drawLine(d,o,d+s,o,t.textColor,.5)}}if(t.underline){let u=s.getFontDescent(o,t.fontSize)*.5;for(let o=0;o<n.length;o++){let s=i-o*r+u,d=a(n[o]),f=dM(t.horizontalAlign,t.rect,d,c,l?.left,l?.right);e.drawLine(f,s,f+d,s,t.textColor,.5)}}}function pM(e,t,n){if(!e)return[``];let r=e.split(/\r?\n/),i=[];for(let e of r){if(!e){i.push(``);continue}let r=e.split(/\s+/),a=``;for(let e of r){if(!a){a=e;continue}let r=a+` `+e;t(r)<=n?a=r:(i.push(a),a=e)}a&&i.push(a)}return i.length>0?i:[``]}function mM(e,t,n,r,i,a){if(!e)return[{start:0,end:0}];let o=(a,o)=>{if(a>=o)return 0;let s=0,c=a,l=t[a]??0;for(let u=a+1;u<=o;u++){let a=u<o?t[u]??l:-1;if(a!==l){let t=n[l],o=e.slice(c,u);s+=i.measureText(o,r[l],t.fontSize),c=u,l=a}}return s},s=[],c=0,l=e.length;for(;c<=l;){let t=e.indexOf(`
|
|
459
|
+
`)}getRegisteredFonts(){let e=[];for(let[t,n]of this.type1Map)e.push({resourceName:n,pdfFontName:t});return e}};function pj(e,t){let n=`<`;for(let r=0;r<e.length;r++){let i=e.codePointAt(r);i>65535&&r++;let a=t.get(i)??0;n+=a.toString(16).toUpperCase().padStart(4,`0`)}return n+=`>`,n}function mj(e,t,n){let r=0;for(let n=0;n<e.length;n++){let i=e.codePointAt(n);i>65535&&n++;let a=t.cmap.get(i)??0;r+=t.advanceWidths[a]??0}return r/t.unitsPerEm*n}function hj(){let e=typeof process<`u`?process.platform:``,t=typeof process<`u`?process.env.HOME??process.env.USERPROFILE??``:``,n=[];switch(e){case`darwin`:n.push(`/System/Library/Fonts`,`/System/Library/Fonts/Supplemental`,`/Library/Fonts`,`${t}/Library/Fonts`);break;case`win32`:{let e=process.env.WINDIR??process.env.SystemRoot??`C:\\Windows`;n.push(`${e}\\Fonts`,`${process.env.LOCALAPPDATA??``}\\Microsoft\\Windows\\Fonts`);break}default:n.push(`/usr/share/fonts`,`/usr/local/share/fonts`,`/usr/share/fonts/truetype`,`/usr/share/fonts/opentype`,`/usr/share/fonts/TTF`,`/usr/share/fonts/noto`,`/usr/share/fonts/noto-cjk`,`/usr/share/fonts/google-noto`,`/usr/share/fonts/google-noto-cjk`,`/usr/share/fonts/truetype/noto`,`/usr/share/fonts/truetype/dejavu`,`/usr/share/fonts/truetype/liberation`,`/usr/share/fonts/truetype/droid`,`/usr/share/fonts/wqy`,`${t}/.local/share/fonts`,`${t}/.fonts`);break}return n}let gj=`NotoSansCJKsc-Regular.ttf,NotoSansCJK-Regular.ttc,NotoSansCJKSC-Regular.otf,NotoSansSC-Regular.ttf,NotoSansTC-Regular.ttf,NotoSansJP-Regular.ttf,NotoSansKR-Regular.ttf,NotoSans-Regular.ttf,Arial Unicode.ttf,Arial Unicode MS.ttf,ArialUnicode.ttf,arialuni.ttf,PingFang.ttc,Hiragino Sans GB.ttc,STHeiti Light.ttc,STHeiti Medium.ttc,Songti.ttc,AppleSDGothicNeo.ttc,msyh.ttc,msyhbd.ttc,msjh.ttc,simsun.ttc,simhei.ttf,malgun.ttf,meiryo.ttc,yugothic.ttf,segoeui.ttf,arial.ttf,DejaVuSans.ttf,LiberationSans-Regular.ttf,FreeSans.ttf,DroidSansFallbackFull.ttf,DroidSansFallback.ttf,wqy-microhei.ttc,wqy-zenhei.ttc,uming.ttc,NanumGothic.ttf,IPAexGothic.ttf`.split(`,`),_j;function vj(){if(_j!==void 0)return _j;if(typeof process>`u`||!process.platform)return _j=[],_j;let e=[],t=new Set,n=hj();for(let r of gj)for(let i of n){let n=`${i}/${r}`;if(!t.has(n)&&Ll(n)){let r=yj(n);r&&(e.push(r),t.add(n))}}let r=/noto|unicode|cjk|yahei|heiti|gothic|sans|serif|ming|song|dejavu|liberation|droid|wqy/i;for(let i of n)try{let n=Il(i,{recursive:!0,filter:e=>!e.isDirectory}).filter(e=>/\.tt[cf]$/i.test(e.absolutePath)&&!t.has(e.absolutePath)),a=n.filter(e=>r.test(e.absolutePath)),o=n.filter(e=>!r.test(e.absolutePath)&&e.size>5e4);for(let n of[...a,...o]){if(t.has(n.absolutePath))continue;let r=yj(n.absolutePath);r&&(e.push(r),t.add(n.absolutePath))}}catch{}return _j=e,e}function yj(e){try{return Rl(e)}catch{return null}}let bj=65536,xj=2e6;var Sj=class e{constructor(e,t=0){this.data=e,this.view=new DataView(e.buffer,e.byteOffset,e.byteLength),this.offset=t}u8(){let e=this.view.getUint8(this.offset);return this.offset+=1,e}u16(){let e=this.view.getUint16(this.offset,!1);return this.offset+=2,e}i16(){let e=this.view.getInt16(this.offset,!1);return this.offset+=2,e}u32(){let e=this.view.getUint32(this.offset,!1);return this.offset+=4,e}i32(){let e=this.view.getInt32(this.offset,!1);return this.offset+=4,e}fixed(){return this.i32()/65536}bytes(e){let t=this.data.subarray(this.offset,this.offset+e);return this.offset+=e,t}tag(){return String.fromCharCode(this.u8(),this.u8(),this.u8(),this.u8())}skip(e){this.offset+=e}at(t){return new e(this.data,t)}u16At(e){return this.view.getUint16(e,!1)}u32At(e){return this.view.getUint32(e,!1)}i16At(e){return this.view.getInt16(e,!1)}};function Cj(e){let t=new Sj(e),n=t.u32();if(n===1953784678){if(t.skip(4),t.u32()===0)throw new UO(`TrueType Collection is empty (0 fonts)`);return wj(e,t.u32())}return Tj(e,t,n)}function wj(e,t){let n=new Sj(e,t);return Tj(e,n,n.u32())}function Tj(e,t,n){if(n!==65536&&n!==1953658213)throw n===1330926671?new UO(`CFF-flavored OpenType (.otf) is not supported. Use a TrueType (.ttf) font.`):new UO(`Invalid TrueType font: bad sfVersion 0x${n.toString(16)}`);let r=t.u16();t.skip(6);let i=new Map;for(let e=0;e<r;e++){let e=t.tag();t.skip(4);let n=t.u32(),r=t.u32();i.set(e,{offset:n,length:r})}for(let e of[`head`,`hhea`,`maxp`,`cmap`,`hmtx`])if(!i.has(e))throw new UO(`Missing required table '${e}' in TrueType font`);let a=Ej(t,i.get(`head`)),o=Dj(t,i.get(`hhea`)),s=Oj(t,i.get(`maxp`)),c=i.has(`OS/2`)?kj(t,i.get(`OS/2`)):null,l=i.has(`post`)?Aj(t,i.get(`post`)):null,u=i.has(`name`)?jj(t,i.get(`name`)):null,d=Mj(t,i.get(`cmap`)),f=Fj(t,i.get(`hmtx`),o.numHMetrics,s.numGlyphs),p=i.has(`loca`)&&i.has(`glyf`)?Ij(t,i.get(`loca`),s.numGlyphs,a.indexToLocFormat):new Uint32Array(s.numGlyphs+1),m=c?.sTypoAscender??o.ascent,h=c?.sTypoDescender??o.descent,g=c?.sCapHeight??Math.round(m*.7),_=0;l?.isFixedPitch&&(_|=1),a.macStyle&2&&(_|=64),_|=32;let v=c?.usWeightClass??400,y=Math.round(50+(v/65)**2),b=u?.familyName??`Unknown`;return{data:e,familyName:b,postScriptName:u?.postScriptName??b.replace(/\s+/g,``),unitsPerEm:a.unitsPerEm,ascent:m,descent:h,capHeight:g,italicAngle:l?.italicAngle??0,flags:_,bbox:[a.xMin,a.yMin,a.xMax,a.yMax],stemV:y,numGlyphs:s.numGlyphs,indexToLocFormat:a.indexToLocFormat,numHMetrics:o.numHMetrics,tables:i,cmap:d,advanceWidths:f,glyphOffsets:p}}function Ej(e,t){let n=e.at(t.offset);n.skip(4),n.skip(4),n.skip(4),n.skip(4),n.skip(2);let r=n.u16();n.skip(16);let i=n.i16(),a=n.i16(),o=n.i16(),s=n.i16(),c=n.u16();return n.skip(2),n.skip(2),{unitsPerEm:r,xMin:i,yMin:a,xMax:o,yMax:s,macStyle:c,indexToLocFormat:n.i16()}}function Dj(e,t){let n=e.at(t.offset);n.skip(4);let r=n.i16(),i=n.i16(),a=n.i16();return n.skip(2),n.skip(22),{ascent:r,descent:i,lineGap:a,numHMetrics:n.u16()}}function Oj(e,t){let n=e.at(t.offset);return n.skip(4),{numGlyphs:n.u16()}}function kj(e,t){let n=e.at(t.offset),r=n.u16();n.skip(2);let i=n.u16();n.skip(2),n.skip(2),n.skip(22),n.skip(10),n.skip(16),n.skip(4),n.skip(2),n.skip(2),n.skip(2);let a=n.i16(),o=n.i16();n.skip(2),n.skip(2),n.skip(2);let s;return r>=2?(n.skip(8),n.skip(2),s=n.i16()):s=Math.round(a*.7),{usWeightClass:i,sTypoAscender:a,sTypoDescender:o,sCapHeight:s}}function Aj(e,t){let n=e.at(t.offset);n.skip(4);let r=n.fixed();return n.skip(2),n.skip(2),{italicAngle:r,isFixedPitch:n.u32()!==0}}function jj(e,t){let n=t.offset,r=e.at(n);r.skip(2);let i=r.u16(),a=n+r.u16(),o=``,s=``;for(let t=0;t<i;t++){let t=r.u16(),n=r.u16();r.skip(2);let i=r.u16(),c=r.u16(),l=r.u16();if(i!==1&&i!==6)continue;let u=e.at(a+l).bytes(c),d;if(t===3||t===0)d=Lj(u);else if(t===1&&n===0)d=Rj(u);else continue;i===1&&!o&&(o=d),i===6&&!s&&(s=d)}return{familyName:o||`Unknown`,postScriptName:s||o||`Unknown`}}function Mj(e,t){let n=t.offset,r=e.at(n);r.skip(2);let i=r.u16(),a=-1,o=-1;for(let t=0;t<i;t++){let t=r.u16(),i=r.u16(),s=r.u32();if(!(t===0||t===3&&(i===1||i===10)))continue;let c=e.u16At(n+s);c===12&&o<0&&(o=n+s),c===4&&a<0&&(a=n+s)}if(o>=0)return Pj(e,o);if(a>=0)return Nj(e,a);throw new UO(`No usable Unicode cmap subtable found in font`)}function Nj(e,t){let n=e.at(t);n.skip(2),n.skip(2),n.skip(2);let r=n.u16()/2;n.skip(6);let i=[];for(let e=0;e<r;e++)i.push(n.u16());n.skip(2);let a=[];for(let e=0;e<r;e++)a.push(n.u16());let o=[];for(let e=0;e<r;e++)o.push(n.i16());let s=n.offset,c=[];for(let e=0;e<r;e++)c.push(n.u16());let l=new Map;for(let t=0;t<r;t++){let n=a[t],r=i[t],u=o[t],d=c[t];if(n===65535)break;for(let i=n;i<=r;i++){let r;if(d===0)r=i+u&65535;else{let a=s+t*2+d+(i-n)*2;r=e.u16At(a),r!==0&&(r=r+u&65535)}r!==0&&l.set(i,r)}}return l}function Pj(e,t){let n=e.at(t);n.skip(2),n.skip(2),n.skip(4),n.skip(4);let r=n.u32();if(r>bj)throw new UO(`cmap format 12 has ${r} groups, exceeding limit of ${bj}. The font file may be malicious or corrupted.`);let i=new Map,a=0;for(let e=0;e<r;e++){let e=n.u32(),t=n.u32(),r=n.u32(),o=t>=e?t-e+1:0;if(a+=o,a>xj)throw new UO(`cmap format 12 maps too many codepoints (>${xj}). The font file may be malicious or corrupted.`);for(let n=e;n<=t;n++)i.set(n,r+(n-e))}return i}function Fj(e,t,n,r){let i=e.at(t.offset),a=new Uint16Array(r),o=0;for(let e=0;e<n;e++)o=i.u16(),i.skip(2),a[e]=o;for(let e=n;e<r;e++)a[e]=o;return a}function Ij(e,t,n,r){let i=e.at(t.offset),a=new Uint32Array(n+1);if(r===0)for(let e=0;e<=n;e++)a[e]=i.u16()*2;else for(let e=0;e<=n;e++)a[e]=i.u32();return a}function Lj(e){let t=[];for(let n=0;n+1<e.length;n+=2){let r=e[n]<<8|e[n+1];if(r>=55296&&r<=56319&&n+3<e.length){let i=e[n+2]<<8|e[n+3];if(i>=56320&&i<=57343){t.push(String.fromCodePoint((r-55296<<10)+(i-56320)+65536)),n+=2;continue}}t.push(String.fromCharCode(r))}return t.join(``)}function Rj(e){let t=[];for(let n=0;n<e.length;n++)t.push(String.fromCharCode(e[n]));return t.join(``)}let zj={Empty:0,String:1,Number:2,Boolean:3,Date:4,RichText:5,Error:6,Formula:7,Hyperlink:8,Merge:9};function Bj(e){return e.kind===`chartsheet`}let Vj={A3:{width:841.89,height:1190.55},A4:{width:595.28,height:841.89},A5:{width:419.53,height:595.28},LETTER:{width:612,height:792},LEGAL:{width:612,height:1008},TABLOID:{width:792,height:1224}},Hj=1.2,Uj=72/96;function Wj(e,t=1){return{left:(3+e.borderInsets.left)*t,right:(3+e.borderInsets.right)*t,top:(2+e.borderInsets.top)*t,bottom:(2+e.borderInsets.bottom)*t}}function Gj(e,t,n,r){let i=new PO,a=new Set;t.showGridLines&&Kj(i,e,t);for(let t of e.cells)t.fillColor&&qj(i,t,a);for(let t of e.cells){if(!t.textOverflowWidth||t.textOverflowWidth<=0)continue;let n=t.rect.x+t.rect.width,r=n+t.textOverflowWidth,a=t.rect.y,o=t.rect.height,s=[];for(let i of e.cells){if(i===t||!i.fillColor||Math.abs(i.rect.y-a)>.01||Math.abs(i.rect.height-o)>.01)continue;let e=i.rect.x,c=e+i.rect.width;c>n&&e<r&&s.push({left:Math.max(e,n),right:Math.min(c,r)})}if(s.length===0)i.fillRect(n,a,t.textOverflowWidth,o,{r:1,g:1,b:1});else{s.sort((e,t)=>e.left-t.left);let e=n;for(let t of s)t.left>e&&i.fillRect(e,a,t.left-e,o,{r:1,g:1,b:1}),e=Math.max(e,t.right);e<r&&i.fillRect(e,a,r-e,o,{r:1,g:1,b:1})}}for(let t of e.cells)Xj(i,t);let o=e.scaleFactor;for(let t of e.cells)(t.text||t.richText)&&Qj(i,t,n,a,o);return t.showSheetNames&&hM(i,e,t,n),t.showPageNumbers&&gM(i,e,t,n,r),{stream:i,alphaValues:a}}function Kj(e,t,n){if(t.columnWidths.length===0||t.rowHeights.length===0)return;let r=n.gridLineColor;e.save(),e.setStrokeColor(r),e.setLineWidth(.25);let i=t.rowYPositions[0],a=t.rowYPositions.length-1,o=t.rowYPositions[a]-t.rowHeights[a];for(let n=0;n<=t.columnWidths.length;n++){let r=n<t.columnWidths.length?t.columnOffsets[n]:t.columnOffsets[n-1]+t.columnWidths[n-1];e.moveTo(r,i),e.lineTo(r,o)}let s=t.columnOffsets[0],c=t.columnOffsets.length-1,l=t.columnOffsets[c]+t.columnWidths[c];for(let n=0;n<=t.rowYPositions.length;n++){let r=n<t.rowYPositions.length?t.rowYPositions[n]:t.rowYPositions[n-1]-t.rowHeights[n-1];e.moveTo(s,r),e.lineTo(l,r)}e.stroke(),e.restore()}function qj(e,t,n){if(!t.fillColor)return;let r=t.fillColor.a;if(r!==void 0&&r<1){let i=lM(r);n.add(r),e.save(),e.setGraphicsState(i),e.fillRect(t.rect.x,t.rect.y,t.rect.width,t.rect.height,t.fillColor),e.restore()}else e.fillRect(t.rect.x,t.rect.y,t.rect.width,t.rect.height,t.fillColor)}function Jj(e){return typeof e==`number`?e<=90?e:-(e-90):0}function Yj(e,t){let n=Jj(e);if(n===0)return 0;let r=Math.abs(n);if(r<.01||r>89.99)return 0;let i=r*Math.PI/180,a=t*Math.cos(i)/Math.sin(i);return n<0?-a:a}function Xj(e,t){let{rect:n,borders:r,textRotation:i}=t,{x:a,y:o,width:s,height:c}=n,l=Yj(i,c);r.top&&Zj(e,r.top,a+l,o+c,a+s+l,o+c,!0),r.bottom&&Zj(e,r.bottom,a,o,a+s,o,!0),r.left&&Zj(e,r.left,a,o,a+l,o+c,!1),r.right&&Zj(e,r.right,a+s,o,a+s+l,o+c,!1)}function Zj(e,t,n,r,i,a,o){if(t.isDouble){let s=.4,c=Math.min(t.width,.25);o?(e.drawLine(n,r+s,i,a+s,t.color,c,t.dashPattern),e.drawLine(n,r-s,i,a-s,t.color,c,t.dashPattern)):(e.drawLine(n+s,r,i+s,a,t.color,c,t.dashPattern),e.drawLine(n-s,r,i-s,a,t.color,c,t.dashPattern))}else e.drawLine(n,r,i,a,t.color,t.width,t.dashPattern)}function Qj(e,t,n,r,i=1){let{rect:a,text:o,fontSize:s,horizontalAlign:c,verticalAlign:l,wrapText:u}=t;if(!o&&!t.richText)return;let d=Wj(t,i),f=a.width-d.left-d.right,p=a.height-d.top-d.bottom;if(f<=0||p<=0)return;let m=t.indent*10*i,h=a.width+(t.textOverflowWidth||0);e.save();let g=Yj(t.textRotation,a.height);g===0?e.rect(a.x,a.y,h,a.height):(e.moveTo(a.x,a.y),e.lineTo(a.x+h,a.y),e.lineTo(a.x+h+g,a.y+a.height),e.lineTo(a.x+g,a.y+a.height),e.closePath()),e.clip(),e.endPath();let _=t.textColor.a;if(_!==void 0&&_<1&&(r.add(_),e.setGraphicsState(lM(_))),t.textRotation===`vertical`){cM(e,t,n,m,i),e.restore();return}if(typeof t.textRotation==`number`&&t.textRotation!==0){eM(e,t,n,m,i),e.restore();return}if(t.richText&&t.richText.length>0){$j(e,t,n,m,i),e.restore();return}let v=n.hasEmbeddedFont(),y=v?n.getEmbeddedResourceName():n.ensureFont(dj(t.fontFamily,t.bold,t.italic)),b=e=>n.measureText(e,y,s),x=f-m,S=u?pM(o,b,x):o.split(/\r?\n/),ee=s*Hj,te=n.getFontAscent(y,s),ne=uM(l,a,S.length*ee,te,d.top,d.bottom);e.setFillColor(t.textColor);let re=n.hasType3Fonts()&&!v;for(let t=0;t<S.length;t++){let r=S[t],i=ne-t*ee;sM(e,r,dM(c,a,b(r),m,d.left,d.right),i,y,s,n,re)}fM(e,t,S,ee,ne,b,y,n,m,d),e.restore()}function $j(e,t,n,r,i=1){let{rect:a,horizontalAlign:o,verticalAlign:s,wrapText:c}=t,l=t.richText,u=Wj(t,i),d=t.fontSize;for(let e of l)e.fontSize>d&&(d=e.fontSize);let f=d,p=f*Hj,m=n.hasEmbeddedFont(),h=e=>m?n.getEmbeddedResourceName():n.ensureFont(dj(e.fontFamily,e.bold,e.italic));if(c){let i=a.width-u.left-u.right-r;if(i<=0)return;let c=l.map(e=>e.text).join(``),d=[];for(let e=0;e<l.length;e++)for(let t=0;t<l[e].text.length;t++)d.push(e);let p=l.map(e=>h(e)),g=mM(c,d,l,p,n,i),_=[];for(let e of g){let n=t.fontSize;for(let t=e.start;t<e.end;t++){let e=d[t]??0;l[e].fontSize>n&&(n=l[e].fontSize)}_.push(n*Hj)}let v=p[0],y=n.getFontAscent(v,f),b=uM(s,a,_.reduce((e,t)=>e+t,0),y,u.top,u.bottom),x=0;for(let t=0;t<g.length;t++){let i=b-x;x+=_[t];let{start:s,end:f}=g[t],h=[];for(let e=s;e<f;e++){let t=d[e]??d.length-1,n=h[h.length-1];n&&n.run===l[t]?n.text+=c[e]:h.push({run:l[t],text:c[e],resourceName:p[t]})}let v=0;for(let e of h)v+=n.measureText(e.text,e.resourceName,e.run.fontSize);let y=dM(o,a,v,r,u.left,u.right),S=n.hasType3Fonts()&&!m;for(let t of h){let{run:r,text:a,resourceName:o}=t;e.setFillColor(r.textColor);let s=sM(e,a,y,i,o,r.fontSize,n,S);if(r.strike){let t=i+n.getFontDescent(o,r.fontSize)+r.fontSize*.3;e.drawLine(y,t,y+s,t,r.textColor,.5)}if(r.underline){let t=i+n.getFontDescent(o,r.fontSize)*.5;e.drawLine(y,t,y+s,t,r.textColor,.5)}y+=s}}return}let g=0,_=[];for(let e of l){let t=h(e),r=n.measureText(e.text,t,e.fontSize);_.push({resourceName:t,width:r}),g+=r}let v=_[0]?.resourceName??`F1`,y=uM(s,a,p,n.getFontAscent(v,f),u.top,u.bottom),b=dM(o,a,g,r,u.left,u.right),x=n.hasType3Fonts()&&!m;for(let t=0;t<l.length;t++){let r=l[t],{resourceName:i}=_[t];e.setFillColor(r.textColor);let a=sM(e,r.text,b,y,i,r.fontSize,n,x);if(r.strike){let t=y+n.getFontDescent(i,r.fontSize)+r.fontSize*.3;e.drawLine(b,t,b+a,t,r.textColor,.5)}if(r.underline){let t=y+n.getFontDescent(i,r.fontSize)*.5;e.drawLine(b,t,b+a,t,r.textColor,.5)}b+=a}}function eM(e,t,n,r,i=1){let{rect:a,wrapText:o}=t,{fontSize:s}=t,c=Wj(t,i),l=n.hasEmbeddedFont()?n.getEmbeddedResourceName():n.ensureFont(dj(t.fontFamily,t.bold,t.italic)),u=Jj(t.textRotation),d=u*Math.PI/180,f=Math.cos(d),p=Math.sin(d),m=Math.abs(p),h=Math.abs(f),g=a.width-c.left-c.right,_=a.height-c.top-c.bottom,v;v=m>.01&&h>.01?Math.min(_/m,g/h):m>.01?_/m:g;let y=e=>n.measureText(e,l,s),b;b=o?pM(t.text,y,Math.max(v-1,1)):t.text.split(/\r?\n/);let x=s*Hj,S=b.length*x;if(!o){let e=0;for(let t of b){let n=y(t);n>e&&(e=n)}let t=e*h+S*m,n=e*m+S*h;if(g>0&&_>0&&(t>g||n>_)){let e=Math.min(g/t,_/n);e<1&&(s*=e)}}let ee=s*Hj,te=n.getFontAscent(l,s),ne=Math.abs(u-90)<.01,re=Math.abs(u+90)<.01;e.setFillColor(t.textColor),ne?tM(e,t,b,n,l,s,ee,te,c):re?nM(e,t,b,n,l,s,ee,te,c):rM(e,t,b,n,l,s,ee,te,f,p,r)}function tM(e,t,n,r,i,a,o,s,c){let{rect:l,horizontalAlign:u,verticalAlign:d}=t,f=n.length*o,p;p=u===`center`?l.x+l.width/2-f/2+s:u===`right`?l.x+l.width-c.right-f+s:l.x+c.left+s;let m=r.hasType3Fonts()&&!r.hasEmbeddedFont();for(let t=0;t<n.length;t++){let s=n[t],u=r.measureText(s,i,a),f=p+t*o,h;h=d===`top`?l.y+l.height-c.top-u:d===`middle`?l.y+(l.height-u)/2:l.y+c.bottom,h=Math.max(h,l.y+c.bottom),aM(e,s,0,1,-1,0,f,h,i,a,r,m)}}function nM(e,t,n,r,i,a,o,s,c){let{rect:l,horizontalAlign:u,verticalAlign:d}=t,f=n.length*o,p;p=u===`center`?l.x+l.width/2+f/2-o+s:u===`right`?l.x+l.width-c.right-o+s:l.x+c.left+f-o+s;let m=r.hasType3Fonts()&&!r.hasEmbeddedFont();for(let t=0;t<n.length;t++){let s=n[t],u=r.measureText(s,i,a),f=p-t*o,h;h=d===`top`?l.y+l.height-c.top:d===`middle`?l.y+(l.height+u)/2:l.y+c.bottom+u,h=Math.min(h,l.y+l.height-c.top),aM(e,s,0,-1,1,0,f,h,i,a,r,m)}}function rM(e,t,n,r,i,a,o,s,c,l,u){let{rect:d,horizontalAlign:f,verticalAlign:p}=t,m=Wj(t),h=0;for(let e of n){let t=r.measureText(e,i,a);t>h&&(h=t)}let g=n.length*o,_=Math.abs(l),v=Math.abs(c),y=h*v+g*_,b=h*_+g*v,x=Yj(t.textRotation,d.height)/2,S=f===`left`?u/2:f===`right`?-u/2:0,ee;ee=p===`top`?d.y+d.height-m.top-b/2:p===`bottom`?d.y+m.bottom+b/2:d.y+d.height/2;let te=d.height>0?(ee-d.y)/d.height:.5,ne=x*2*te,re;re=f===`right`?d.x+d.width-m.right-y/2+S+ne:f===`left`?d.x+m.left+y/2+S+ne:d.x+d.width/2+S+ne;let ie=r.hasType3Fonts()&&!r.hasEmbeddedFont();for(let t=0;t<n.length;t++){let u=n[t],d=r.measureText(u,i,a),f=(t-(n.length-1)/2)*o,p=-d/2,m=-s/2-f,h=re+p*c-m*l,g=ee+p*l+m*c;aM(e,u,c,l,-l,c,h,g,i,a,r,ie)}}function iM(e,t,n,r){let i=t.encodeText(n,r);i?e.showTextHex(i):e.showText(n)}function aM(e,t,n,r,i,a,o,s,c,l,u,d){if(!d){e.beginText(),e.setFont(c,l),e.setTextMatrix(n,r,i,a,o,s),iM(e,u,t,c),e.endText();return}let f=oM(t,u),p=o,m=s;for(let t of f){e.beginText(),t.type3?(e.setFont(t.type3.resourceName,l),e.setTextMatrix(n,r,i,a,p,m),e.showTextHex(t.type3.hex)):(e.setFont(c,l),e.setTextMatrix(n,r,i,a,p,m),iM(e,u,t.text,c)),e.endText();let o=u.measureText(t.text,t.type3?.resourceName??c,l);p+=n*o,m+=r*o}}function oM(e,t){let n=[],r=``,i=()=>{r&&=(n.push({text:r,type3:null}),``)};for(let a=0;a<e.length;a++){let o=e.codePointAt(a),s=String.fromCodePoint(o);if(o>65535&&a++,t.needsType3(o)){i();let e=t.resolveType3(o);if(e){let r=t.encodeType3Char(o);n.push({text:s,type3:{resourceName:e.resourceName,hex:r??`<00>`}})}else n.push({text:s,type3:null})}else r+=s}return i(),n}function sM(e,t,n,r,i,a,o,s){return aM(e,t,1,0,0,1,n,r,i,a,o,s),o.measureText(t,i,a)}function cM(e,t,n,r,i=1){let{rect:a,text:o,fontSize:s,horizontalAlign:c,verticalAlign:l}=t,u=Wj(t,i),d=n.hasEmbeddedFont(),f=d?n.getEmbeddedResourceName():n.ensureFont(dj(t.fontFamily,t.bold,t.italic)),p=s*1.3,m=n.getFontAscent(f,s),h=o.split(/\r?\n/),g=s*1.4,_=h.length*g,v;v=c===`center`?a.x+a.width/2-_/2+g/2:c===`right`?a.x+a.width-u.right-_+g/2:a.x+u.left+g/2,e.setFillColor(t.textColor);let y=n.hasType3Fonts()&&!d;for(let t=0;t<h.length;t++){let r=h[t],i=v+t*g,o=r.length*p,c;c=l===`middle`?a.y+a.height/2+o/2-m:l===`bottom`?a.y+u.bottom+o-m:a.y+a.height-u.top-m;for(let t of r){if(c<a.y+u.bottom)break;aM(e,t,1,0,0,1,i-n.measureText(t,f,s)/2,c,f,s,n,y),c-=p}}}function lM(e){return`GS${Math.round(e*1e4)}`}function uM(e,t,n,r,i=2,a=i){let o;switch(e){case`top`:o=t.y+t.height-i-r;break;case`middle`:o=t.y+t.height/2+n/2-r;break;default:o=t.y+a+(n-r);break}let s=t.y+t.height-i-r;o>s&&(o=s);let c=t.y+a;return o<c&&(o=c),o}function dM(e,t,n,r=0,i=3,a=i){let o;switch(e){case`center`:o=t.x+(t.width-n)/2;break;case`right`:o=t.x+t.width-a-n;break;default:o=t.x+i+r;break}let s=t.x+i;return o<s&&(o=s),o}function fM(e,t,n,r,i,a,o,s,c,l){if(t.strike){let u=i+s.getFontDescent(o,t.fontSize)+t.fontSize*.3;for(let i=0;i<n.length;i++){let o=u-i*r,s=a(n[i]),d=dM(t.horizontalAlign,t.rect,s,c,l?.left,l?.right);e.drawLine(d,o,d+s,o,t.textColor,.5)}}if(t.underline){let u=s.getFontDescent(o,t.fontSize)*.5;for(let o=0;o<n.length;o++){let s=i-o*r+u,d=a(n[o]),f=dM(t.horizontalAlign,t.rect,d,c,l?.left,l?.right);e.drawLine(f,s,f+d,s,t.textColor,.5)}}}function pM(e,t,n){if(!e)return[``];let r=e.split(/\r?\n/),i=[];for(let e of r){if(!e){i.push(``);continue}let r=e.split(/\s+/),a=``;for(let e of r){if(!a){a=e;continue}let r=a+` `+e;t(r)<=n?a=r:(i.push(a),a=e)}a&&i.push(a)}return i.length>0?i:[``]}function mM(e,t,n,r,i,a){if(!e)return[{start:0,end:0}];let o=(a,o)=>{if(a>=o)return 0;let s=0,c=a,l=t[a]??0;for(let u=a+1;u<=o;u++){let a=u<o?t[u]??l:-1;if(a!==l){let t=n[l],o=e.slice(c,u);s+=i.measureText(o,r[l],t.fontSize),c=u,l=a}}return s},s=[],c=0,l=e.length;for(;c<=l;){let t=e.indexOf(`
|
|
460
460
|
`,c);if(t===-1&&(t=l),t===c){s.push({start:c,end:c}),c=t+1;continue}let n=t>c&&e[t-1]===`\r`?t-1:t;if(n===c){s.push({start:c,end:c}),c=t+1;continue}let r=e.slice(c,n),i=[],u=[],d=!1;for(let e=0;e<r.length;e++){let t=r[e]===` `||r[e]===` `;!t&&!d?(i.push(e),d=!0):t&&d&&(u.push(e),d=!1)}d&&u.push(r.length);let f=c,p=c;for(let e=0;e<i.length;e++){let t=c+u[e];if(p===f){p=t;continue}o(f,t)<=a?p=t:(s.push({start:f,end:p}),f=c+i[e],p=t)}if((p>f||i.length===0)&&s.push({start:f,end:Math.max(p,f)}),c=t+1,t===l)break}return s.length>0?s:[{start:0,end:0}]}function hM(e,t,n,r){let i=t.sheetName,a=r.hasEmbeddedFont()?r.getEmbeddedResourceName():r.ensureFont(dj(n.defaultFontFamily,!0,!1)),o=r.measureText(i,a,10),s=(t.width-o)/2,c=t.height-n.margins.top+5;e.save(),e.setFillColor({r:.3,g:.3,b:.3}),aM(e,i,1,0,0,1,s,c,a,10,r,r.hasType3Fonts()&&!r.hasEmbeddedFont()),e.restore()}function gM(e,t,n,r,i){let a=`Page ${t.pageNumber} of ${i}`,o=r.ensureFont(dj(n.defaultFontFamily,!1,!1)),s=r.measureText(a,o,9),c=(t.width-s)/2,l=Math.max(5,n.margins.bottom-15);e.save(),e.setFillColor({r:.5,g:.5,b:.5}),e.beginText(),e.setFont(o,9),e.setTextMatrix(1,0,0,1,c,l),e.showText(a),e.endText(),e.restore()}let _M={fontSize:54,color:{r:.75,g:.75,b:.75},opacity:.15,rotation:-45,fontFamily:`Helvetica`,bold:!1,italic:!1,repeatSpacingX:200,repeatSpacingY:200},vM={opacity:.15,rotation:0,scale:.5,repeatSpacingX:200,repeatSpacingY:200};function yM(e,t,n,r){return n.type===`text`?CM(e,t,bM(n),r):wM(e,t,xM(n))}function bM(e){return{...e,opacity:SM(e.opacity??_M.opacity),fontSize:Math.max(1,e.fontSize??_M.fontSize),repeatSpacingX:Math.max(10,e.repeatSpacingX??_M.repeatSpacingX),repeatSpacingY:Math.max(10,e.repeatSpacingY??_M.repeatSpacingY)}}function xM(e){return{...e,opacity:SM(e.opacity??vM.opacity),scale:Math.max(.01,e.scale??vM.scale),width:e.width===void 0?void 0:Math.max(1,e.width),height:e.height===void 0?void 0:Math.max(1,e.height),repeatSpacingX:Math.max(10,e.repeatSpacingX??vM.repeatSpacingX),repeatSpacingY:Math.max(10,e.repeatSpacingY??vM.repeatSpacingY)}}function SM(e){return Math.max(0,Math.min(1,e))}function CM(e,t,n,r){let i=n.fontSize??_M.fontSize,a=n.color??_M.color,o=n.opacity??_M.opacity,s=n.rotation??_M.rotation,c=n.fontFamily??_M.fontFamily,l=n.bold??_M.bold,u=n.italic??_M.italic,d=r.hasEmbeddedFont(),f=d?r.getEmbeddedResourceName():r.ensureFont(dj(c,l,u)),p=r.measureText(n.text,f,i),m=i*.7,h=s*Math.PI/180,g=Math.cos(h),_=Math.sin(h),v=o<1,y=v?lM(o):``,b=r.hasType3Fonts()&&!d,x=(t,o)=>{let s=p/2,c=m/2,l=t-s*g+c*_,u=o-s*_-c*g;e.save(),v&&e.setGraphicsState(y),e.setFillColor(a),aM(e,n.text,g,_,-_,g,l,u,f,i,r,b),e.restore()};if(n.repeat){let e=n.repeatSpacingX??_M.repeatSpacingX,r=n.repeatSpacingY??_M.repeatSpacingY;EM(t.width,t.height,e,r,x)}else{let{cx:e,cy:r}=TM(t,n.position);x(e,r)}return{alphaValues:v?[o]:[],imageXObjects:[]}}function wM(e,t,n){let r=n.opacity??vM.opacity,i=n.rotation??vM.rotation,a=n.scale??vM.scale,o=r<1,s,c;if(n.width!==void 0&&n.height!==void 0)s=n.width,c=n.height;else{let e=CO(n.data,n.format),r=Math.min(t.width,t.height)*a,i=Math.max(e.width,e.height),o=i>0?r/i:1;s=e.width*o,c=e.height*o}let l=i*Math.PI/180,u=Math.cos(l),d=Math.sin(l),f=o?lM(r):``,p=`WmImg`,m=(t,n)=>{e.save(),o&&e.setGraphicsState(f);let r=s/2,i=c/2,a=t-r*u+i*d,l=n-r*d-i*u;e.concat(s*u,s*d,-c*d,c*u,a,l),e.doXObject(p),e.restore()};if(n.repeat){let e=n.repeatSpacingX??vM.repeatSpacingX,r=n.repeatSpacingY??vM.repeatSpacingY;EM(t.width,t.height,e,r,m)}else{let{cx:e,cy:r}=TM(t,n.position);m(e,r)}return{alphaValues:o?[r]:[],imageXObjects:[{name:p,data:n.data,format:n.format}]}}function TM(e,t){return!t||t===`center`?{cx:e.width/2,cy:e.height/2}:{cx:t.x,cy:t.y}}function EM(e,t,n,r,i){let a=Math.max(e,t)*.5,o=0;for(let s=-a;s<t+a;s+=r){let t=o%2==1?n/2:0;for(let r=-a;r<e+a;r+=n)i(r+t,s);o++}}function DM(e,t,n){let r=t=>{t?.a!==void 0&&t.a<1&&(n.add(t.a),e.setGraphicsState(lM(t.a)))},i=t=>{let{fill:i,stroke:a,lineWidth:o}=t;if(i&&(e.setFillColor(i),r(i)),a){e.setStrokeColor(a);let t=a.a!==void 0&&a.a<1,s=i?.a!==void 0&&i.a<1;t?r(a):s&&(n.add(1),e.setGraphicsState(lM(1))),o!==void 0&&e.setLineWidth(o)}i&&a?e.fillAndStroke():i?e.fill():a?e.stroke():e.endPath()};return{drawRect(t){let{x:n,y:r,width:a,height:o,fill:s,stroke:c,lineWidth:l}=t;return e.save(),e.rect(n,r,a,o),i({fill:s,stroke:c,lineWidth:l}),e.restore(),this},drawLine(t){let{x1:n,y1:i,x2:a,y2:o,color:s,lineWidth:c,dashPattern:l}=t;return e.save(),s&&(e.setStrokeColor(s),r(s)),c!==void 0&&e.setLineWidth(c),l&&l.length>0&&e.setDashPattern(l),e.moveTo(n,i).lineTo(a,o).stroke(),e.restore(),this},drawText(n,i){if(!n)return this;let a=i.fontSize??10,o=i.color??{r:0,g:0,b:0},s=i.bold??!1,c=i.italic??!1,l=i.fontFamily??`Helvetica`,u=i.anchor??`start`,d=i.rotation??0,f=OM(t,l,s,c),p=t.hasType3Fonts()&&!t.hasEmbeddedFont(),m=t.measureText(n,f,a),h=0;if(u===`middle`?h=-m/2:u===`end`&&(h=-m),e.save(),e.setFillColor(o),r(o),d===0)aM(e,n,1,0,0,1,i.x+h,i.y,f,a,t,p);else{let r=-d*Math.PI/180,o=Math.cos(r),s=Math.sin(r);aM(e,n,o,s,-s,o,i.x+o*h,i.y+s*h,f,a,t,p)}return e.restore(),this},drawCircle(t){let{cx:n,cy:r,r:a,fill:o,stroke:s,lineWidth:c}=t;return e.save(),e.circle(n,r,a),i({fill:o,stroke:s,lineWidth:c}),e.restore(),this},drawPath(t,n){e.save();for(let n of t)switch(n.op){case`move`:e.moveTo(n.x,n.y);break;case`line`:e.lineTo(n.x,n.y);break;case`curve`:e.curveTo(n.x1,n.y1,n.x2,n.y2,n.x3,n.y3);break;case`close`:e.closePath();break}return n?.closePath&&e.closePath(),n?.dashPattern&&n.dashPattern.length>0&&e.setDashPattern(n.dashPattern),i({fill:n?.fill,stroke:n?.stroke,lineWidth:n?.lineWidth}),e.restore(),this}}}function OM(e,t,n,r){return e.hasEmbeddedFont()?e.getEmbeddedResourceName():e.ensureFont(dj(t,n,r))}function kM(e){if(!e||e.length<6)return null;let t,n,r,i;if(e.length>=8?(t=parseInt(e.substring(0,2),16),n=parseInt(e.substring(2,4),16),r=parseInt(e.substring(4,6),16),i=parseInt(e.substring(6,8),16)):(t=255,n=parseInt(e.substring(0,2),16),r=parseInt(e.substring(2,4),16),i=parseInt(e.substring(4,6),16)),isNaN(n)||isNaN(r)||isNaN(i))return null;let a=t/255;return{r:n/255,g:r/255,b:i/255,...a<1?{a}:{}}}function AM(e){if(!e)return null;if(e.argb)return kM(e.argb);if(e.theme!==void 0){let t=jM(e.theme);if(!t)return null;let n=e.tint;return n!==void 0&&n!==0?PM(t,n):t}return e.indexed===void 0?null:NM(e.indexed)}function jM(e){let t=[{r:1,g:1,b:1},{r:0,g:0,b:0},{r:.906,g:.902,b:.902},{r:.267,g:.329,b:.416},{r:.267,g:.447,b:.769},{r:.929,g:.49,b:.192},{r:.647,g:.647,b:.647},{r:1,g:.753,b:0},{r:.357,g:.608,b:.835},{r:.439,g:.678,b:.278}];return e>=0&&e<t.length?t[e]:null}let MM=`000000.FFFFFF.FF0000.00FF00.0000FF.FFFF00.FF00FF.00FFFF.000000.FFFFFF.FF0000.00FF00.0000FF.FFFF00.FF00FF.00FFFF.800000.008000.000080.808000.800080.008080.C0C0C0.808080.9999FF.993366.FFFFCC.CCFFFF.660066.FF8080.0066CC.CCCCFF.000080.FF00FF.FFFF00.00FFFF.800080.800000.008080.0000FF.00CCFF.CCFFFF.CCFFCC.FFFF99.99CCFF.FF99CC.CC99FF.FFCC99.3366FF.33CCCC.99CC00.FFCC00.FF9900.FF6600.666699.969696.003366.339966.003300.333300.993300.993366.333399.333333`.split(`.`);function NM(e){return e===64?{r:0,g:0,b:0}:e===65?{r:1,g:1,b:1}:e>=0&&e<MM.length?kM(MM[e])??null:null}function PM(e,t){let n=e=>t<0?e*(1+t):e+(1-e)*t;return{r:Math.max(0,Math.min(1,n(e.r))),g:Math.max(0,Math.min(1,n(e.g))),b:Math.max(0,Math.min(1,n(e.b)))}}let FM={black:{r:0,g:0,b:0},white:{r:1,g:1,b:1},gridLine:{r:.816,g:.816,b:.816}};function IM(e,t,n){return{fontFamily:e?.name??t,fontSize:e?.size??n,bold:e?.bold??!1,italic:e?.italic??!1,strike:e?.strike??!1,underline:!!(e?.underline&&e.underline!==`none`),textColor:AM(e?.color)??FM.black}}function LM(e){if(!e)return null;if(e.type===`pattern`){if(e.pattern===`solid`&&e.fgColor)return AM(e.fgColor);if(e.pattern===`none`)return null;if(e.fgColor)return AM(e.fgColor)}return e.type===`gradient`&&e.stops&&e.stops.length>0?AM(e.stops[0].color):null}function RM(e){switch(e){case`thin`:return .5;case`medium`:return 1;case`thick`:return 2;case`double`:return .5;case`hair`:return .2;case`dotted`:return .5;case`dashed`:return .5;case`dashDot`:return .5;case`dashDotDot`:return .5;case`slantDashDot`:return .5;case`mediumDashed`:return 1;case`mediumDashDot`:return 1;case`mediumDashDotDot`:return 1;default:return .5}}function zM(e){switch(e){case`dotted`:return[1,1];case`dashed`:case`mediumDashed`:return[3,2];case`dashDot`:case`mediumDashDot`:return[3,1,1,1];case`dashDotDot`:case`mediumDashDotDot`:return[3,1,1,1,1,1];case`slantDashDot`:return[4,2,1,2];case`hair`:return[.5,.5];default:return[]}}function BM(e){return!e||!e.style?null:{width:RM(e.style),color:AM(e.color)??FM.black,dashPattern:zM(e.style),isDouble:e.style===`double`}}function VM(e){return e?{top:BM(e.top),right:BM(e.right),bottom:BM(e.bottom),left:BM(e.left)}:{top:null,right:null,bottom:null,left:null}}function HM(e){if(!e?.horizontal)return`left`;switch(e.horizontal){case`center`:case`centerContinuous`:return`center`;case`right`:return`right`;default:return`left`}}function UM(e){if(!e?.vertical)return`bottom`;switch(e.vertical){case`top`:return`top`;case`middle`:return`middle`;default:return`bottom`}}let WM=8.43;function GM(e,t,n){if(e?.horizontal&&e.horizontal!==`general`)return HM(e);if(t!==void 0)switch(t){case zj.Number:case zj.Date:return`right`;case zj.Boolean:case zj.Error:return`center`;case zj.Formula:return typeof n==`number`||n instanceof Date?`right`:typeof n==`boolean`?`center`:`left`;default:return`left`}return`left`}async function KM(e,t,n){let r=JM(e,t,n);if(!r)return[XM(e,t)];let i=[],a=r.rowPages.length*r.colGroups.length;for(let o of r.rowPages)for(let s of r.colGroups)i.push(YM(r,o,s,i.length,e,t,n)),i.length<a&&await Pl();return i.length>0&&e.images&&mN(e.images,i,r.scaleFactor),i.length>0&&e.charts&&hN(e.charts,i,r.scaleFactor),i}function qM(e,t){let n=e.orientation??t.orientation,r={...t,orientation:n},i=r.pageSize.width,a=r.pageSize.height;r.orientation===`landscape`&&([i,a]=[a,i]);let o=r.margins,s=r.showSheetNames?20:0,c=o.left,l=o.bottom,u=i-o.left-o.right,d=a-o.top-o.bottom-s,f={rect:{x:c,y:l,width:Math.max(0,u),height:Math.max(0,d)},drawVector:e.chart.drawVector,raster:e.chart.raster};return[{pageNumber:1,options:r,cells:[],width:i,height:a,sheetName:e.name,sheetCols:[],columnOffsets:[],columnWidths:[],sheetRows:[],rowYPositions:[],rowHeights:[],images:[],charts:[f],scaleFactor:1}]}function JM(e,t,n){let{margins:r}=t,i=t.pageSize.width,a=t.pageSize.height;t.orientation===`landscape`&&([i,a]=[a,i]);let o=i-r.left-r.right,s=a-r.top-r.bottom,c=t.showSheetNames?20:0,l=t.showPageNumbers?20:0,u=s-c-l,d=$M(e),{columnWidths:f,visibleCols:p}=eN(e,d);if(p.length===0)return null;let m=f.reduce((e,t)=>e+t,0),h=t.scale;if(t.fitToPage&&m>0){let e=o/m;e<1&&(h*=e)}let g=f.map(e=>e*h),{rowHeights:_,visibleRows:v}=tN(e,h,d,n,t),y=sN(e),b=cN(_,u,typeof t.repeatRows==`number`?t.repeatRows:0,oN(e,v)),x=lN(g,o,e,p);return{pageWidth:i,pageHeight:a,contentWidth:o,headerHeight:c,scaleFactor:h,scaledColumnWidths:g,rowHeights:_,visibleRows:v,visibleCols:p,mergeMap:y,rowPages:b,colGroups:x,margins:r}}function YM(e,t,n,r,i,a,o){let{scaledColumnWidths:s,rowHeights:c,visibleRows:l,visibleCols:u,mergeMap:d,pageWidth:f,pageHeight:p,contentWidth:m,headerHeight:h,scaleFactor:g,margins:_}=e,v=[],y=n.map(e=>s[e]),b=y.reduce((e,t)=>e+t,0),x=[],S=_.left;b<m&&(S=_.left+(m-b)/2);for(let e of y)x.push(S),S+=e;let ee=[],te=[],ne=p-_.top-h;for(let e of t){let t=c[e]??15*g;ee.push(ne),te.push(t),ne-=t}let re=new Map;for(let e=0;e<t.length;e++){let r=t[e],s=l[r];for(let t=0;t<n.length;t++){let c=u[n[t]],f=`${s}:${c}`,p=d.get(f);if(p&&!p.isMaster)continue;let m=i.rows.get(s)?.cells.get(c),h=1,_=1;if(p&&p.isMaster){let e=c+p.colSpan-1;h=0;for(let r=t;r<n.length&&u[n[r]]<=e;r++)h++;let i=s+p.rowSpan-1;_=0;for(let e=r;e<l.length&&l[e]<=i;e++)_++;h=Math.max(h,1),_=Math.max(_,1)}let b=x[t],S=ee[e],ne=0;for(let e=0;e<h&&t+e<y.length;e++)ne+=y[t+e];let ie=0;for(let t=0;t<_&&e+t<te.length;t++)ie+=te[e+t];let ae=S-ie;v.push(uN(m,b,ae,ne,ie,h,_,a,o,g));let oe=v[v.length-1];p?.isMaster&&gN(oe,p,s,c,i),re.set(`${e}:${t}`,oe)}}return fN(re,t.length,n.length),_N(re,t,n,l,u,y,d,o),{pageNumber:r+1,options:a,cells:v,width:f,height:p,sheetName:i.name,sheetCols:n.map(e=>u[e]),columnOffsets:x,columnWidths:y,sheetRows:t.map(e=>l[e]),rowYPositions:ee,rowHeights:te,images:[],charts:[],scaleFactor:g}}function XM(e,t){let n=t.pageSize.width,r=t.pageSize.height;return t.orientation===`landscape`&&([n,r]=[r,n]),{pageNumber:1,options:t,cells:[],width:n,height:r,sheetName:e.name,sheetCols:[],columnOffsets:[],columnWidths:[],sheetRows:[],rowYPositions:[],rowHeights:[],images:[],charts:[],scaleFactor:1}}function ZM(e){let t=e.replace(/\$/g,``).toUpperCase(),n=0,r=0;for(;r<t.length&&t.charCodeAt(r)>=65&&t.charCodeAt(r)<=90;)n=n*26+(t.charCodeAt(r)-64),r++;let i=parseInt(t.substring(r),10);return{c:n-1,r:i-1}}function QM(e){let t=e.indexOf(`:`);if(t===-1){let t=ZM(e);return{s:t,e:{...t}}}return{s:ZM(e.slice(0,t)),e:ZM(e.slice(t+1))}}function $M(e){let t=e.pageSetup?.printArea;if(!t||typeof t!=`string`)return null;let n=t.split(`&&`)[0].trim();if(!n)return null;try{let e=QM(n);return{startRow:e.s.r+1,endRow:e.e.r+1,startCol:e.s.c+1,endCol:e.e.c+1}}catch{return null}}function eN(e,t){let n=e.bounds;if(!(n.top>0&&n.left>0))return{columnWidths:[],visibleCols:[]};let r=t?.startCol??n.left,i=t?.endCol??n.right,a=[],o=[];for(let t=r;t<=i;t++){let n=e.columns.get(t);if(n?.hidden)continue;let r=(n?.width??WM)*7+5,i=Math.max(r*Uj,3);a.push(i),o.push(t)}return{columnWidths:a,visibleCols:o}}function tN(e,t,n,r,i){let a=e.bounds;if(a.top<=0)return{rowHeights:[],visibleRows:[]};let o=n?.startRow??a.top,s=n?.endRow??a.bottom,c=[],l=[];for(let n=o;n<=s;n++){let a=e.rows.get(n);if(a?.hidden)continue;let o;o=a?.height&&a.customHeight?a.height:a?.height?Math.max(a.height,nN(a,t,e,r,i)):nN(a,t,e,r,i),c.push(o*t),l.push(n)}return{rowHeights:c,visibleRows:l}}function nN(e,t,n,r,i){let a=15;if(e)for(let o of e.cells.values()){let e=rN(o),s=iN(o,e,t,n,r,i),c=e*Hj,l=o.style?.border?.top?.style?RM(o.style.border.top.style)/2:0,u=o.style?.border?.bottom?.style?RM(o.style.border.bottom.style)/2:0,d=e+(s-1)*c+(2+l+u)*2;d>a&&(a=d)}return a}function rN(e){let t=e.style?.font?.size??11;if(e.type===zj.RichText){let n=e.value;if(n&&typeof n==`object`&&`richText`in n){let e=n.richText;for(let n of e){let e=n.font?.size??t;e>t&&(t=e)}}}return t}function iN(e,t,n,r,i,a){let o=typeof e.text==`string`?e.text:String(e.text??``),s=Math.max(1,(o.match(/\n/g)??[]).length+1);if(!e.style?.alignment?.wrapText||o.length===0)return s;let c=((r.columns.get(e.col)?.width??WM)*7+5)*Uj*n,l=e.style.alignment.indent??0,u=e.style?.border?.left?.style?RM(e.style.border.left.style)/2:0,d=e.style?.border?.right?.style?RM(e.style.border.right.style)/2:0,f=3+u+(3+d)+l*10,p=Math.max(c-f,1);if(e.type===zj.RichText){let t=e.value;if(t&&typeof t==`object`&&`richText`in t){let r=t.richText;if(r.length>0){let t=aN(o,r,n,p,i,a,e.style?.font);return Math.max(s,t)}}}let m=t*n,h=IM(e.style.font,a.defaultFontFamily,a.defaultFontSize),g=dj(h.fontFamily,h.bold,h.italic),_=i.hasEmbeddedFont()?i.getEmbeddedResourceName():i.ensureFont(g),v=pM(o,e=>i.measureText(e,_,m),p);return Math.max(s,v.length)}function aN(e,t,n,r,i,a,o){let s=o?.name??a.defaultFontFamily,c=o?.size??a.defaultFontSize,l=[];for(let e=0;e<t.length;e++)for(let n=0;n<t[e].text.length;n++)l.push(e);let u=t.map(e=>{let t=IM(e.font?{name:e.font.name??o?.name,size:e.font.size??o?.size,bold:e.font.bold??!1,italic:e.font.italic??!1,strike:e.font.strike??!1,underline:e.font.underline??void 0,color:e.font.color??o?.color}:o,s,c),n=dj(t.fontFamily,t.bold,t.italic);return i.hasEmbeddedFont()?i.getEmbeddedResourceName():i.ensureFont(n)}),d=t.map(e=>IM(e.font?{name:e.font.name??o?.name,size:e.font.size??o?.size,bold:e.font.bold??!1,italic:e.font.italic??!1}:o,s,c).fontSize*n),f=(t,n)=>{let r=0,a=t,o=l[t]??0;for(let s=t+1;s<=n;s++){let t=s<n?l[s]??o:-1;if(t!==o){let n=e.slice(a,s);r+=i.measureText(n,u[o],d[o]),a=s,o=t}}return r},p=0,m=0,h=e.length;for(;m<=h;){let t=e.indexOf(`
|
|
461
461
|
`,m);t===-1&&(t=h);let n=t>m&&e[t-1]===`\r`?t-1:t;if(n===m){if(p++,m=t+1,t===h)break;continue}let i=e.slice(m,n),a=[],o=[],s=!1;for(let e=0;e<i.length;e++){let t=i[e]===` `||i[e]===` `;!t&&!s?(a.push(e),s=!0):t&&s&&(o.push(e),s=!1)}s&&o.push(i.length);let c=m,l=m,u=0;for(let e=0;e<a.length;e++){let t=m+o[e];if(l===c){l=t;continue}f(c,t)<=r?l=t:(u++,c=m+a[e],l=t)}if((l>c||a.length===0)&&u++,p+=u,m=t+1,t===h)break}return Math.max(1,p)}function oN(e,t){let n=new Set,r=e.rowBreaks??[];if(r.length===0)return n;let i=new Map;for(let e=0;e<t.length;e++)i.set(t[e],e);for(let e of r){let t=i.get(e);t!==void 0&&n.add(t+1)}return n}function sN(e){let t=new Map,n=e.merges;if(!n||n.length===0)return t;for(let e of n){let n=QM(e),r=n.s.r+1,i=n.s.c+1,a=n.e.r+1,o=n.e.c+1,s=a-r+1,c=o-i+1;for(let e=r;e<=a;e++)for(let n=i;n<=o;n++)t.set(`${e}:${n}`,{isMaster:e===r&&n===i,rowSpan:s,colSpan:c})}return t}function cN(e,t,n,r){if(e.length===0)return[[]];let i=[],a=[],o=0,s=!0,c=0,l=()=>{c=0;for(let r=0;r<n&&r<e.length&&!(o+e[r]>t&&a.length>0);r++)a.push(r),o+=e[r],c++};for(let u=0;u<e.length;u++){let d=e[u],f=t;for(;;){let e=r.has(u)&&a.length>0;if((e||o+d>f)&&a.length>0){if(!e&&!s&&a.length>0&&a.length===c){a=[],o=0,c=0;continue}i.push(a),a=[],o=0,c=0,s=!1,l();continue}if(!s&&u<n&&a.includes(u))break;a.push(u),o+=d;break}}return a.length>0&&i.push(a),i.length>0?i:[[]]}function lN(e,t,n,r){if(e.length===0)return[[]];let i=new Set,a=n.colBreaks??[];if(a.length>0){let e=new Map;for(let t=0;t<r.length;t++)e.set(r[t],t);for(let t of a){let n=e.get(t);n!==void 0&&i.add(n+1)}}let o=[],s=[],c=0;for(let n=0;n<e.length;n++){let r=e[n];(i.has(n)&&s.length>0||c+r>t+.01)&&s.length>0&&(o.push(s),s=[],c=0),s.push(n),c+=r}return s.length>0&&o.push(s),o.length>0?o:[Array.from({length:e.length},(e,t)=>t)]}function uN(e,t,n,r,i,a,o,s,c,l){let u=e?.text??``,d=e?.style??{},f=IM(d.font,s.defaultFontFamily,s.defaultFontSize),p=f.fontSize*l;if(c.hasEmbeddedFont())c.trackText(u);else{let e=dj(f.fontFamily,f.bold,f.italic);c.ensureFont(e),c.trackText(u)}let m=vN(e,s,c,l,d.font),h=VM(d.border);return{text:u,rect:{x:t,y:n,width:r,height:i},fontFamily:f.fontFamily,fontSize:p,bold:f.bold,italic:f.italic,strike:f.strike,underline:f.underline,textColor:f.textColor,fillColor:LM(d.fill),horizontalAlign:GM(d.alignment,e?.type,e?.result),verticalAlign:UM(d.alignment),wrapText:d.alignment?.wrapText??!1,borders:h,borderInsets:{top:(h.top?.width??0)/2,right:(h.right?.width??0)/2,bottom:(h.bottom?.width??0)/2,left:(h.left?.width??0)/2},colSpan:a,rowSpan:o,hyperlink:e?.hyperlink??null,richText:m,indent:d.alignment?.indent??0,textRotation:d.alignment?.textRotation===255?`vertical`:d.alignment?.textRotation??0,textOverflowWidth:0}}function dN(e){let t=e.width*1e3;e.dashPattern.length===0&&(t+=100),e.isDouble&&(t+=50);let n=e.color.r+e.color.g+e.color.b;return t+=(3-n)*10,t}function fN(e,t,n){for(let r=0;r<t;r++)for(let t=0;t<n;t++){let n=e.get(`${r}:${t}`);if(n){if(n.borders.right){let i=e.get(`${r}:${t+1}`);if(i?.borders.left){let e=dN(n.borders.right);dN(i.borders.left)>e?(n.borderInsets.right=i.borders.left.width/2,n.borders.right=null):(i.borderInsets.left=n.borders.right.width/2,i.borders.left=null)}}if(n.borders.bottom){let i=e.get(`${r+1}:${t}`);if(i?.borders.top){let e=dN(n.borders.bottom);dN(i.borders.top)>e?(n.borderInsets.bottom=i.borders.top.width/2,n.borders.bottom=null):(i.borderInsets.top=n.borders.bottom.width/2,i.borders.top=null)}}}}}function pN(e,t,n){let r=e.tl,i=(r.nativeCol??r.col??0)+1,a=(r.nativeRow??r.row??0)+1,o=t.find(e=>e.sheetCols.includes(i)&&e.sheetRows.includes(a));if(!o)return null;let s=o.sheetCols.indexOf(i),c=o.sheetRows.indexOf(a),l=o.columnOffsets[s]??o.options.margins.left,u=o.rowYPositions[c]??o.height-o.options.margins.top-(o.options.showSheetNames?20:0),d=((r.nativeColOff??0)/12700||0)*n,f=((r.nativeRowOff??0)/12700||0)*n,p=l+d,m=u-f,h=100,g=100,_=e.extUnit??`px`;if(e.ext)_===`emu`?(h=e.ext.width/9525*n,g=e.ext.height/9525*n):(h=e.ext.width*.75*n,g=e.ext.height*.75*n);else if(e.br){let t=e.br,r=(t.nativeCol??t.col??0)+1,s=(t.nativeRow??t.row??0)+1,d=o.sheetCols.indexOf(r),f=o.sheetRows.indexOf(s),_,v;if(d>=0)_=o.columnOffsets[d];else{let e=o.sheetCols.length-1,t=o.sheetCols[e]??i,n=e>=0?o.columnOffsets[e]+(o.columnWidths[e]??0):l;if(r<=t)_=n;else{let e=o.columnWidths.length>0?o.columnWidths.reduce((e,t)=>e+t,0)/o.columnWidths.length:48;_=n+(r-t)*e}}if(f>=0)v=o.rowYPositions[f];else{let e=o.sheetRows.length-1,t=o.sheetRows[e]??a;if(s<=t){let t=0;for(let n=c;n<=e&&!(o.sheetRows[n]>=s);n++)t+=o.rowHeights[n]??0;v=u-t}else{let r=0;for(let t=c;t<=e;t++)r+=o.rowHeights[t]??0;let i=s-t-1;r+=15*n*i,v=u-r}}let y=((t.nativeColOff??0)/12700||0)*n,b=((t.nativeRowOff??0)/12700||0)*n,x=_+y,S=v-b;h=x-p,g=m-S}let v=o.width-o.options.margins.right,y=o.options.margins.bottom,b=Math.min(Math.abs(h),Math.max(0,v-p)),x=Math.abs(g),S=Math.max(0,m-y);return x>0&&S<x*.5?null:{page:o,x:p,y:m-x,width:b,height:x}}function mN(e,t,n){for(let r of e){let e=pN(r.range,t,n);e&&e.page.images.push({data:r.data,format:r.format,rect:{x:e.x,y:e.y,width:e.width,height:e.height}})}}function hN(e,t,n){for(let r of e){let e=pN(r.range,t,n);if(e){e.page.charts.push({rect:{x:e.x,y:e.y,width:e.width,height:e.height},drawVector:r.drawVector,raster:r.raster});continue}let i=r.range.tl,a=(i.nativeRow??i.row??0)+1,o;for(let e=0;e<t.length;e++){let n=t[e],r=n.sheetRows[n.sheetRows.length-1]??0;if(r>=a-1&&e+1<t.length){o=t[e+1];break}if(r>=a){o=n;break}}if(o||=t[t.length-1],o){let e=o.options.margins,t=o.options.showSheetNames?20:0,n=e.left,i=e.bottom,a=o.width-e.left-e.right,s=o.height-e.top-e.bottom-t;o.charts.push({rect:{x:n,y:i,width:a,height:s},drawVector:r.drawVector,raster:r.raster})}}}function gN(e,t,n,r,i){if(t.colSpan>1){let a=r+t.colSpan-1,o=i.rows.get(n)?.cells.get(a);if(o?.style?.border?.right){let t=VM({right:o.style.border.right});t.right&&(e.borders.right=t.right,e.borderInsets.right=t.right.width/2)}}if(t.rowSpan>1){let a=n+t.rowSpan-1,o=i.rows.get(a)?.cells.get(r);if(o?.style?.border?.bottom){let t=VM({bottom:o.style.border.bottom});t.bottom&&(e.borders.bottom=t.bottom,e.borderInsets.bottom=t.bottom.width/2)}}}function _N(e,t,n,r,i,a,o,s){for(let c=0;c<t.length;c++)for(let l=0;l<n.length;l++){let u=e.get(`${c}:${l}`);if(!u||u.wrapText||u.colSpan>1||!u.text&&!u.richText||typeof u.textRotation==`number`&&u.textRotation!==0||u.textRotation===`vertical`)continue;let d;if(u.richText){d=0;let e=s.hasEmbeddedFont();for(let t of u.richText){let n=e?s.getEmbeddedResourceName():s.ensureFont(dj(t.fontFamily,t.bold,t.italic));d+=s.measureText(t.text,n,t.fontSize)}}else{let e=s.hasEmbeddedFont()?s.getEmbeddedResourceName():s.ensureFont(dj(u.fontFamily,u.bold,u.italic));d=s.measureText(u.text,e,u.fontSize)}let f=u.rect.width-(3+u.borderInsets.left)-(3+u.borderInsets.right);if(d<=f)continue;let p=d-f,m=0;for(let s=l+1;s<n.length;s++){let l=r[t[c]],u=i[n[s]];if(o.has(`${l}:${u}`))break;let d=e.get(`${c}:${s}`);if(d?.text||d?.richText||(m+=a[s],m>=p))break}if(m>0){u.textOverflowWidth=Math.min(p,m);let t=0,r=u.textOverflowWidth;u.borders.right=null;for(let i=l+1;i<n.length;i++){let n=e.get(`${c}:${i}`);if(!n||(n.borders.left=null,t+=a[i],t>=r))break;n.borders.right=null}}}}function vN(e,t,n,r,i){if(!e||e.type!==zj.RichText)return null;let a=e.value;if(!a||typeof a!=`object`||!(`richText`in a))return null;let o=a.richText;if(o.length===0)return null;let s=i?.name??t.defaultFontFamily,c=i?.size??t.defaultFontSize;return o.map(e=>{let t=IM(e.font?{name:e.font.name??i?.name,size:e.font.size??i?.size,bold:e.font.bold??!1,italic:e.font.italic??!1,strike:e.font.strike??!1,underline:e.font.underline??void 0,color:e.font.color??i?.color}:i,s,c);if(n.hasEmbeddedFont())n.trackText(e.text);else{let e=dj(t.fontFamily,t.bold,t.italic);n.ensureFont(e)}return{text:e.text,fontFamily:t.fontFamily,fontSize:t.fontSize*r,bold:t.bold,italic:t.italic,strike:t.strike,underline:t.underline,textColor:t.textColor}})}async function yN(e,t){let n=bN(e,t);for(let e of n.sheets)await xN(n,e,t);return SN(n,e,t)}function bN(e,t){let n=kN(e,t?.sheets);if(n.length===0)throw new VO(`No sheets to export. The workbook is empty or no sheets matched.`);let r=new fj,i=new KO,a=t?.font??null;if(!a){let e=IN(n);if(e.size>0)for(let t of vj())try{let n=Cj(t);if([...e].every(e=>n.cmap.has(e))){a=t;break}}catch{}}if(a)try{let e=Cj(a);r.registerEmbeddedFont(e)}catch(e){if(t?.font)throw new HO(`Failed to parse TrueType font`,{cause:e})}return{sheets:n,fontManager:r,writer:i,allPages:[]}}async function xN(e,t,n){try{let r=AN(n,t),i=Bj(t)?qM(t,r):await KM(t,r,e.fontManager);e.allPages.push(...i)}catch(e){throw new HO(`Failed to layout sheet "${t.name}"`,{cause:e})}}async function SN(e,t,n){let{allPages:r,fontManager:i,writer:a,sheets:o}=e,s=AN(n,o[0]);CN(r,s,o),wN(r),TN(r,i);let c=s.watermark;if(c&&c.type===`text`){let e=c.fontFamily??`Helvetica`,t=c.bold??!1,n=c.italic??!1;i.hasEmbeddedFont()?i.trackText(c.text):i.ensureFont(dj(e,t,n))}let{pageObjNums:l,sheetFirstPage:u,pagesTreeObjNum:d}=await EN(r,i,a,i.writeFontResources(a),c);return ON(a,l,d,u,s,t,n)}function CN(e,t,n){e.length===0&&e.push({pageNumber:1,options:t,cells:[],width:t.pageSize.width,height:t.pageSize.height,sheetName:n[0]?.name??`Sheet1`,sheetCols:[],columnOffsets:[],columnWidths:[],sheetRows:[],rowYPositions:[],rowHeights:[],images:[],charts:[],scaleFactor:1})}function wN(e){for(let t=0;t<e.length;t++)e[t].pageNumber=t+1}function TN(e,t){if(t.hasEmbeddedFont())for(let n of e)n.options.showSheetNames&&t.trackText(n.sheetName);for(let n of e)n.options.showPageNumbers&&t.ensureFont(dj(n.options.defaultFontFamily,!1,!1));if(!t.hasEmbeddedFont())for(let n of e)n.options.showSheetNames&&t.ensureFont(dj(n.options.defaultFontFamily,!0,!1))}async function EN(e,t,n,r,i){let a=[],o=n.allocObject(),s=new Map,c=e.length;for(let l=0;l<e.length;l++)DN(e[l],t,n,r,c,a,o,s,i),l<e.length-1&&await Pl();return{pageObjNums:a,sheetFirstPage:s,pagesTreeObjNum:o}}function DN(e,t,n,r,i,a,o,s,c){try{let{stream:l,alphaValues:u}=Gj(e,e.options,t,i),d=new Map;if(e.images.length>0)for(let t=0;t<e.images.length;t++){let r=e.images[t],i=`Im${t+1}`,a=EO(n,r.data,r.format);d.set(i,a),l.drawImage(i,r.rect.x,r.rect.y,r.rect.width,r.rect.height)}if(e.charts.length>0){let r=e.images.length;for(let i of e.charts){if(i.drawVector){let e=DM(l,t,u),n=RN(i.rect);i.drawVector(e,n);continue}if(i.raster){let e=`Im${++r}`,t=EO(n,i.raster.data,i.raster.format);d.set(e,t),l.drawImage(e,i.rect.x,i.rect.y,i.rect.width,i.rect.height)}}}let f;if(c&&FN(c,e)){let r=new PO,i=yM(r,e,c,t);for(let e of i.alphaValues)u.add(e);for(let e of i.imageXObjects){let t=EO(n,e.data,e.format);d.set(e.name,t)}f=n.allocObject(),n.addStreamObject(f,new gO,r)}let p=n.allocObject();n.addStreamObject(p,new gO,l);let m;m=f?(c?.placement??`under`)===`over`?`[${V(p)} ${V(f)}]`:`[${V(f)} ${V(p)}]`:V(p);let h=n.allocObject(),g=t.buildFontDictString(r),_=new gO().set(`Font`,g);if(d.size>0){let e=[`<<`];for(let[t,n]of d)e.push(`/${t} ${V(n)}`);e.push(`>>`),_.set(`XObject`,e.join(`
|
|
462
462
|
`))}if(u.size>0){let e=[`<<`];for(let t of u){let r=n.allocObject(),i=new gO().set(`Type`,`/ExtGState`).set(`ca`,B(t)).set(`CA`,B(t));n.addObject(r,i),e.push(`/${lM(t)} ${V(r)}`)}e.push(`>>`),_.set(`ExtGState`,e.join(`
|