@cj-tech-master/excelts 9.5.5 → 9.5.6

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.
Files changed (60) hide show
  1. package/dist/browser/modules/excel/worksheet.d.ts +11 -0
  2. package/dist/browser/modules/excel/worksheet.js +13 -0
  3. package/dist/browser/modules/formula/integration/apply-writeback-plan.js +17 -3
  4. package/dist/browser/modules/formula/integration/workbook-adapter.js +20 -1
  5. package/dist/browser/modules/formula/integration/workbook-snapshot.d.ts +12 -0
  6. package/dist/browser/modules/formula/materialize/build-writeback-plan.js +47 -0
  7. package/dist/browser/modules/formula/materialize/types.d.ts +19 -3
  8. package/dist/browser/modules/formula/materialize/types.js +13 -3
  9. package/dist/browser/modules/pdf/builder/document-builder.js +2 -2
  10. package/dist/browser/modules/pdf/font/system-fonts.d.ts +24 -4
  11. package/dist/browser/modules/pdf/font/system-fonts.js +76 -32
  12. package/dist/browser/modules/pdf/render/pdf-exporter.js +6 -3
  13. package/dist/browser/modules/word/advanced/field-engine.js +151 -23
  14. package/dist/browser/modules/word/advanced/math-convert.js +2 -1
  15. package/dist/browser/modules/word/advanced/style-map.js +44 -6
  16. package/dist/browser/modules/word/convert/html/html-import.js +434 -71
  17. package/dist/browser/modules/word/convert/markdown/markdown-renderer.js +11 -3
  18. package/dist/browser/modules/word/layout/layout-full.js +4 -1
  19. package/dist/browser/modules/word/security/digital-signatures.js +160 -33
  20. package/dist/browser/modules/word/security/encryption.js +109 -9
  21. package/dist/cjs/modules/excel/worksheet.js +13 -0
  22. package/dist/cjs/modules/formula/integration/apply-writeback-plan.js +17 -3
  23. package/dist/cjs/modules/formula/integration/workbook-adapter.js +20 -1
  24. package/dist/cjs/modules/formula/materialize/build-writeback-plan.js +47 -0
  25. package/dist/cjs/modules/formula/materialize/types.js +13 -3
  26. package/dist/cjs/modules/pdf/builder/document-builder.js +1 -1
  27. package/dist/cjs/modules/pdf/font/system-fonts.js +77 -32
  28. package/dist/cjs/modules/pdf/render/pdf-exporter.js +5 -2
  29. package/dist/cjs/modules/word/advanced/field-engine.js +151 -23
  30. package/dist/cjs/modules/word/advanced/math-convert.js +2 -1
  31. package/dist/cjs/modules/word/advanced/style-map.js +44 -6
  32. package/dist/cjs/modules/word/convert/html/html-import.js +434 -71
  33. package/dist/cjs/modules/word/convert/markdown/markdown-renderer.js +11 -3
  34. package/dist/cjs/modules/word/layout/layout-full.js +4 -1
  35. package/dist/cjs/modules/word/security/digital-signatures.js +160 -33
  36. package/dist/cjs/modules/word/security/encryption.js +109 -9
  37. package/dist/esm/modules/excel/worksheet.js +13 -0
  38. package/dist/esm/modules/formula/integration/apply-writeback-plan.js +17 -3
  39. package/dist/esm/modules/formula/integration/workbook-adapter.js +20 -1
  40. package/dist/esm/modules/formula/materialize/build-writeback-plan.js +47 -0
  41. package/dist/esm/modules/formula/materialize/types.js +13 -3
  42. package/dist/esm/modules/pdf/builder/document-builder.js +2 -2
  43. package/dist/esm/modules/pdf/font/system-fonts.js +76 -32
  44. package/dist/esm/modules/pdf/render/pdf-exporter.js +6 -3
  45. package/dist/esm/modules/word/advanced/field-engine.js +151 -23
  46. package/dist/esm/modules/word/advanced/math-convert.js +2 -1
  47. package/dist/esm/modules/word/advanced/style-map.js +44 -6
  48. package/dist/esm/modules/word/convert/html/html-import.js +434 -71
  49. package/dist/esm/modules/word/convert/markdown/markdown-renderer.js +11 -3
  50. package/dist/esm/modules/word/layout/layout-full.js +4 -1
  51. package/dist/esm/modules/word/security/digital-signatures.js +160 -33
  52. package/dist/esm/modules/word/security/encryption.js +109 -9
  53. package/dist/iife/excelts.iife.js +40 -26
  54. package/dist/iife/excelts.iife.js.map +1 -1
  55. package/dist/iife/excelts.iife.min.js +3 -3
  56. package/dist/types/modules/excel/worksheet.d.ts +11 -0
  57. package/dist/types/modules/formula/integration/workbook-snapshot.d.ts +12 -0
  58. package/dist/types/modules/formula/materialize/types.d.ts +19 -3
  59. package/dist/types/modules/pdf/font/system-fonts.d.ts +24 -4
  60. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @cj-tech-master/excelts v9.5.5
2
+ * @cj-tech-master/excelts v9.5.6
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
@@ -405,7 +405,7 @@ self.onmessage = async function(event) {
405
405
  <Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">`)}_writeRelationship(e){this.count||this._writeOpen();let t=`rId${++this.count}`;return e.TargetMode?this.stream.write(`<Relationship Id="${t}" Type="${qd(e.Type)}" Target="${qd(e.Target)}" TargetMode="${qd(e.TargetMode)}"/>`):this.stream.write(`<Relationship Id="${t}" Type="${qd(e.Type)}" Target="${qd(e.Target)}"/>`),t}_writeClose(){this.stream.write(`</Relationships>`)}}}));function tb(e){return Ym(e.name&&e.extension&&e.name.endsWith(`.${e.extension}`)?e.name:`${e.name}.${e.extension}`)}function nb(e,t,n){let r=[],i=[...t],a={};for(let t of e){let e=String(t.imageId),o=n.getBookImage(t.imageId);if(!o)continue;let s=a[e];s||(s=n.nextRId(i),a[e]=s,i.push({Id:s,Type:`http://schemas.openxmlformats.org/officeDocument/2006/relationships/image`,Target:tb(o)}));let c={picture:{rId:s},range:t.range};if(t.opacity!==void 0){let e=Math.max(0,Math.min(1,t.opacity));c.picture.alphaModFix=Math.round(e*1e5)}if(t.hyperlinks&&t.hyperlinks.hyperlink){let e=n.nextRId(i);c.picture.hyperlinks={tooltip:t.hyperlinks.tooltip,rId:e},i.push({Id:e,Type:D.Hyperlink,Target:t.hyperlinks.hyperlink,TargetMode:`External`})}r.push(c)}return{anchors:r,rels:i}}function rb(e){return e.filter(e=>e==null?!1:e.range?.pos===void 0?e.range?.br&&e.shape?!0:!(!e.range?.br&&!e.picture&&!e.graphicFrame||e.range?.br&&!e.picture&&!e.shape&&!e.graphicFrame):!!e.picture||!!e.graphicFrame||!!e.shape)}var ib=t((()=>{ng(),mu()}));function ab(e,t,n,r,i){let a=i(e,t)?.style?.border,o=r-t+1,s=n-e+1,c=Array(o),l=Array(o),u=Array(s),d=Array(s),f=!1;for(let o=t;o<=r;o++){let r=o-t,s=i(e,o)?.style?.border;c[r]=s?.top||a?.top,n===e?l[r]=s?.bottom||a?.bottom:l[r]=i(n,o)?.style?.border?.bottom||a?.bottom,(c[r]||l[r])&&(f=!0)}for(let o=e;o<=n;o++){let n=o-e,s=i(o,t)?.style?.border;u[n]=s?.left||a?.left,r===t?d[n]=s?.right||a?.right:d[n]=i(o,r)?.style?.border?.right||a?.right,(u[n]||d[n])&&(f=!0)}let p=a?.diagonal,m=a?.color;if(!(!f&&!p))return{topEdges:c,bottomEdges:l,leftEdges:u,rightEdges:d,diagonal:p,color:m}}function ob(e,t,n,r,i,a){let{topEdges:o,bottomEdges:s,leftEdges:c,rightEdges:l,diagonal:u,color:d}=i,f=a(e,t).style;for(let i=e;i<=n;i++)for(let p=t;p<=r;p++){let m=a(i,p),h=kd(f)||{},g={},_=!1;i===e&&o[p-t]&&(g.top=o[p-t],_=!0),i===n&&s[p-t]&&(g.bottom=s[p-t],_=!0),p===t&&c[i-e]&&(g.left=c[i-e],_=!0),p===r&&l[i-e]&&(g.right=l[i-e],_=!0),u&&(g.diagonal=u,_=!0),_?(d&&(g.color=d),h.border=g):delete h.border,m.style=h}}var sb=t((()=>{Ad()}));function cb(e){let t=new Uint8Array(4);return t[0]=e&255,t[1]=e>>8&255,t[2]=e>>16&255,t[3]=e>>24&255,t}var lb,ub=t((()=>{lr(),ic(),If(),lb={async hash(e,...t){return Qs(e,Zn(t))},async convertPasswordToHash(e,t,n,r){let i=Tf(e),a=cf(n),o=await this.hash(t,a,i);for(let e=0;e<r;e++)o=await this.hash(t,o,cb(e));return wf(o)},randomBytes(e){return Zs(e)}}}));async function db(e,t){let n={sheet:!0};return t&&`spinCount`in t&&(t.spinCount=Number.isFinite(t.spinCount)?Math.round(Math.max(0,t.spinCount)):1e5),e&&(n.algorithmName=`SHA-512`,n.saltValue=wf(lb.randomBytes(16)),n.spinCount=t&&`spinCount`in t?t.spinCount:1e5,n.hashValue=await lb.convertPasswordToHash(e,`SHA-512`,n.saltValue,n.spinCount)),t&&(Object.assign(n,t),!e&&`spinCount`in t&&delete n.spinCount),n}var fb=t((()=>{ub(),Hf()})),pb,mb,hb=t((()=>{pb=new TextEncoder,mb=class{constructor(e){this._buf=new Uint8Array(e&&e.size||16384),this._inPos=0,this._buffer=void 0}get length(){return this._inPos}get capacity(){return this._buf.length}get buffer(){return this._buf}toBuffer(){return this._buffer||=this._buf.slice(0,this._inPos),this._buffer}reset(e){e??=0,this._buffer=void 0,this._inPos=e}_grow(e){let t=this._buf.length*2;for(;t<e;)t*=2;let n=new Uint8Array(t);n.set(this._buf),this._buf=n}addText(e){this._buffer=void 0;let t=this._inPos+e.length;t>this._buf.length-4&&this._grow(t);let n=this._buf.subarray(this._inPos),r=pb.encodeInto(e,n);if(r.read<e.length){let t=e.length-r.read;this._grow(this._inPos+r.written+t*3);let n=pb.encodeInto(e.substring(r.read),this._buf.subarray(this._inPos+r.written));this._inPos+=r.written+n.written}else this._inPos+=r.written}addStringBuf(e){e.length&&(this._buffer=void 0,this.length+e.length>this.capacity&&this._grow(this.length+e.length),this._buf.set(e._buf.subarray(0,e.length),this._inPos),this._inPos+=e.length)}}})),gb=t((()=>{hb()})),_b,vb=t((()=>{da(),j(),_b=class extends A{get tag(){return`autoFilter`}render(e,t){if(t)if(typeof t==`string`)e.leafNode(`autoFilter`,{ref:t});else{let n=function(e){return typeof e==`string`?e:E.getAddress(e.row,e.col).address},r=n(t.from),i=n(t.to);r&&i&&e.leafNode(`autoFilter`,{ref:`${r}:${i}`})}}parseOpen(e){e.name===`autoFilter`&&(this.model=e.attributes.ref)}}})),yb,bb=t((()=>{j(),yb=class extends A{createNewModel(e){return{}}parseOpen(e){return this.parser=this.parser||this.map[e.name],this.parser?(this.parser.parseOpen(e),!0):e.name===this.tag?(this.model=this.createNewModel(e),!0):!1}parseText(e){this.parser&&this.parser.parseText(e)}onParserClose(e,t){this.model[e]=t.model}parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.onParserClose(e,this.parser),this.parser=void 0),!0):e!==this.tag}get tag(){return``}}})),xb,Sb=t((()=>{j(),xb=class extends A{get tag(){return`cfvo`}render(e,t){e.leafNode(this.tag,{type:t.type,val:t.value})}parseOpen(e){this.model={type:e.attributes.type,value:A.toFloatValue(e.attributes.val)}}parseClose(e){return e!==this.tag}}})),Cb,wb=t((()=>{bb(),Sb(),Gg(),Cb=class extends yb{constructor(){super(),this.map={cfvo:this.cfvoXform=new xb,color:this.colorXform=new Wg}}get tag(){return`colorScale`}render(e,t){e.openNode(this.tag),t.cfvo.forEach(t=>{this.cfvoXform.render(e,t)}),t.color.forEach(t=>{this.colorXform.render(e,t)}),e.closeNode()}createNewModel(e){return{cfvo:[],color:[]}}onParserClose(e,t){this.model[e].push(t.model)}}})),Tb,Eb=t((()=>{bb(),Sb(),Gg(),Tb=class extends yb{constructor(){super(),this.map={cfvo:this.cfvoXform=new xb,color:this.colorXform=new Wg}}get tag(){return`dataBar`}render(e,t){e.openNode(this.tag),t.cfvo.forEach(t=>{this.cfvoXform.render(e,t)}),this.colorXform.render(e,t.color),e.closeNode()}createNewModel(){return{cfvo:[]}}onParserClose(e,t){switch(e){case`cfvo`:this.model.cfvo.push(t.model);break;case`color`:this.model.color=t.model;break}}}})),Db,Ob,kb,Ab=t((()=>{j(),bb(),Db=class extends A{get tag(){return`x14:id`}render(e,t){e.leafNode(this.tag,null,t)}parseOpen(){this.model=``}parseText(e){this.model+=e}parseClose(e){return e!==this.tag}},Ob=class extends yb{constructor(){super(),this.map={"x14:id":this.idXform=new Db}}get tag(){return`ext`}render(e,t){e.openNode(this.tag,{uri:`{B025F937-C7B1-47D3-B67F-A62EFF666E3E}`,"xmlns:x14":`http://schemas.microsoft.com/office/spreadsheetml/2009/9/main`}),this.idXform.render(e,t.x14Id),e.closeNode()}createNewModel(){return{}}onParserClose(e,t){this.model.x14Id=t.model}},kb=class extends yb{constructor(){super(),this.map={ext:new Ob}}get tag(){return`extLst`}render(e,t){t.x14Id&&(e.openNode(this.tag),this.map.ext.render(e,t),e.closeNode())}createNewModel(){return{}}onParserClose(e,t){Object.assign(this.model,t.model)}}})),jb,Mb=t((()=>{j(),jb=class extends A{get tag(){return`formula`}render(e,t){e.leafNode(this.tag,null,t)}parseOpen(){this.model=``}parseText(e){this.model+=e}parseClose(e){return e!==this.tag}}})),Nb,Pb=t((()=>{j(),bb(),Sb(),Nb=class extends yb{constructor(){super(),this.map={cfvo:this.cfvoXform=new xb}}get tag(){return`iconSet`}render(e,t){e.openNode(this.tag,{iconSet:A.toStringAttribute(t.iconSet,`3TrafficLights`),reverse:A.toBoolAttribute(t.reverse,!1),showValue:A.toBoolAttribute(t.showValue,!0)}),t.cfvo.forEach(t=>{this.cfvoXform.render(e,t)}),e.closeNode()}createNewModel({attributes:e}){return{iconSet:A.toStringValue(e.iconSet,`3TrafficLights`),reverse:A.toBoolValue(e.reverse),showValue:A.toBoolValue(e.showValue),cfvo:[]}}onParserClose(e,t){this.model[e].push(t.model)}}})),Fb,Ib,Lb,Rb,zb,Bb=t((()=>{pa(),j(),bb(),wb(),Eb(),Ab(),Mb(),Pb(),Fb={"3Triangles":!0,"3Stars":!0,"5Boxes":!0},Ib=e=>{if(e.formulae&&e.formulae[0])return e.formulae[0];let{tl:t}=new fa(e.ref);switch(e.operator){case`containsText`:return`NOT(ISERROR(SEARCH("${e.text}",${t})))`;case`containsBlanks`:return`LEN(TRIM(${t}))=0`;case`notContainsBlanks`:return`LEN(TRIM(${t}))>0`;case`containsErrors`:return`ISERROR(${t})`;case`notContainsErrors`:return`NOT(ISERROR(${t}))`;default:return}},Lb=e=>{if(e.formulae&&e.formulae[0])return e.formulae[0];let{tl:t}=new fa(e.ref);switch(e.timePeriod){case`thisWeek`:return`AND(TODAY()-ROUNDDOWN(${t},0)<=WEEKDAY(TODAY())-1,ROUNDDOWN(${t},0)-TODAY()<=7-WEEKDAY(TODAY()))`;case`lastWeek`:return`AND(TODAY()-ROUNDDOWN(${t},0)>=(WEEKDAY(TODAY())),TODAY()-ROUNDDOWN(${t},0)<(WEEKDAY(TODAY())+7))`;case`nextWeek`:return`AND(ROUNDDOWN(${t},0)-TODAY()>(7-WEEKDAY(TODAY())),ROUNDDOWN(${t},0)-TODAY()<(15-WEEKDAY(TODAY())))`;case`yesterday`:return`FLOOR(${t},1)=TODAY()-1`;case`today`:return`FLOOR(${t},1)=TODAY()`;case`tomorrow`:return`FLOOR(${t},1)=TODAY()+1`;case`last7Days`:return`AND(TODAY()-FLOOR(${t},1)<=6,FLOOR(${t},1)<=TODAY())`;case`lastMonth`:return`AND(MONTH(${t})=MONTH(EDATE(TODAY(),0-1)),YEAR(${t})=YEAR(EDATE(TODAY(),0-1)))`;case`thisMonth`:return`AND(MONTH(${t})=MONTH(TODAY()),YEAR(${t})=YEAR(TODAY()))`;case`nextMonth`:return`AND(MONTH(${t})=MONTH(EDATE(TODAY(),0+1)),YEAR(${t})=YEAR(EDATE(TODAY(),0+1)))`;default:return}},Rb=e=>{let{type:t,operator:n}=e;switch(t){case`containsText`:case`containsBlanks`:case`notContainsBlanks`:case`containsErrors`:case`notContainsErrors`:return{type:`containsText`,operator:t};default:return{type:t,operator:n}}},zb=class e extends yb{constructor(){super(),this.map={dataBar:this.databarXform=new Tb,extLst:this.extLstRefXform=new kb,formula:this.formulaXform=new jb,colorScale:this.colorScaleXform=new Cb,iconSet:this.iconSetXform=new Nb}}get tag(){return`cfRule`}static isPrimitive(e){return!(e.type===`iconSet`&&(e.custom||Fb[e.iconSet]))}render(e,t){switch(t.type){case`expression`:this.renderExpression(e,t);break;case`cellIs`:this.renderCellIs(e,t);break;case`top10`:this.renderTop10(e,t);break;case`aboveAverage`:this.renderAboveAverage(e,t);break;case`dataBar`:this.renderDataBar(e,t);break;case`colorScale`:this.renderColorScale(e,t);break;case`iconSet`:this.renderIconSet(e,t);break;case`containsText`:this.renderText(e,t);break;case`timePeriod`:this.renderTimePeriod(e,t);break}}renderExpression(e,t){e.openNode(this.tag,{type:`expression`,dxfId:t.dxfId,priority:t.priority}),this.formulaXform.render(e,t.formulae[0]),e.closeNode()}renderCellIs(e,t){e.openNode(this.tag,{type:`cellIs`,dxfId:t.dxfId,priority:t.priority,operator:t.operator}),t.formulae.forEach(t=>{this.formulaXform.render(e,t)}),e.closeNode()}renderTop10(e,t){e.leafNode(this.tag,{type:`top10`,dxfId:t.dxfId,priority:t.priority,percent:A.toBoolAttribute(t.percent,!1),bottom:A.toBoolAttribute(t.bottom,!1),rank:A.toIntValue(t.rank,10)})}renderAboveAverage(e,t){e.leafNode(this.tag,{type:`aboveAverage`,dxfId:t.dxfId,priority:t.priority,aboveAverage:A.toBoolAttribute(t.aboveAverage,!0)})}renderDataBar(e,t){e.openNode(this.tag,{type:`dataBar`,priority:t.priority}),this.databarXform.render(e,t),this.extLstRefXform.render(e,t),e.closeNode()}renderColorScale(e,t){e.openNode(this.tag,{type:`colorScale`,priority:t.priority}),this.colorScaleXform.render(e,t),e.closeNode()}renderIconSet(t,n){e.isPrimitive(n)&&(t.openNode(this.tag,{type:`iconSet`,priority:n.priority}),this.iconSetXform.render(t,n),t.closeNode())}renderText(e,t){e.openNode(this.tag,{type:t.operator,dxfId:t.dxfId,priority:t.priority,operator:A.toStringAttribute(t.operator,`containsText`)});let n=Ib(t);n&&this.formulaXform.render(e,n),e.closeNode()}renderTimePeriod(e,t){e.openNode(this.tag,{type:`timePeriod`,dxfId:t.dxfId,priority:t.priority,timePeriod:t.timePeriod});let n=Lb(t);n&&this.formulaXform.render(e,n),e.closeNode()}createNewModel({attributes:e}){return{...Rb(e),dxfId:A.toIntValue(e.dxfId),priority:A.toIntValue(e.priority),timePeriod:e.timePeriod,percent:A.toBoolValue(e.percent),bottom:A.toBoolValue(e.bottom),rank:A.toIntValue(e.rank),aboveAverage:A.toBoolValue(e.aboveAverage)}}onParserClose(e,t){switch(e){case`dataBar`:case`extLst`:case`colorScale`:case`iconSet`:Object.assign(this.model,t.model);break;case`formula`:this.model.formulae=this.model.formulae??[],this.model.formulae.push(t.model);break}}}})),Vb,Hb=t((()=>{bb(),Bb(),Vb=class extends yb{constructor(){super(),this.map={cfRule:new zb}}get tag(){return`conditionalFormatting`}render(e,t){t.rules.some(zb.isPrimitive)&&(e.openNode(this.tag,{sqref:t.ref}),t.rules.forEach(n=>{zb.isPrimitive(n)&&(n.ref=t.ref,this.map.cfRule.render(e,n))}),e.closeNode())}createNewModel({attributes:e}){return{ref:e.sqref,rules:[]}}onParserClose(e,t){this.model.rules.push(t.model)}}})),Ub,Wb=t((()=>{j(),Hb(),Ub=class extends A{constructor(){super(),this.cfXform=new Vb}get tag(){return`conditionalFormatting`}reset(){this.model=[]}prepare(e,t){let n=e.reduce((e,t)=>Math.max(e,...t.rules.map(e=>e.priority??0)),1);e.forEach(e=>{e.rules.forEach(e=>{e.priority||=n++,e.style&&(e.dxfId=t.styles.addDxfStyle(e.style)),e.type===`dataBar`&&((!e.cfvo||e.cfvo.length<2)&&(e.cfvo=[{type:`min`},{type:`max`}]),e.color||={argb:`FF638EC6`})})})}render(e,t){t.forEach(t=>{this.cfXform.render(e,t)})}parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(e.name){case`conditionalFormatting`:return this.parser=this.cfXform,this.parser.parseOpen(e),!0;default:return!1}}parseText(e){this.parser&&this.parser.parseText(e)}parseClose(e){return this.parser?this.parser.parseClose(e)?!0:(this.model.push(this.parser.model),this.parser=void 0,!1):!1}reconcile(e,t){e.forEach(e=>{e.rules.forEach(e=>{e.dxfId!==void 0&&(e.style=t.styles.getDxfStyle(e.dxfId),delete e.dxfId)})})}}})),Gb,Kb=t((()=>{j(),Gb=class extends A{get tag(){return`brk`}render(e,t){e.leafNode(`brk`,t)}parseOpen(e){if(e.name===`brk`){let{id:t,max:n,man:r,min:i}=e.attributes;return this.model={id:+t,max:+n,man:+r},i!==void 0&&(this.model.min=+i),!0}return!1}parseText(){}parseClose(){return!1}}})),qb,Jb=t((()=>{kg(),Kb(),qb=class extends Og{constructor(){super({tag:`colBreaks`,count:!0,childXform:new Gb})}render(e,t){if(t&&t.length){e.openNode(this.tag,this.$),e.addAttribute(this.$count,t.length),e.addAttribute(`manualBreakCount`,t.length);let{childXform:n}=this;for(let r of t)n.render(e,r);e.closeNode()}}}})),Yb,Xb=t((()=>{j(),Hf(),Yb=class extends A{get tag(){return`col`}prepare(e,t){let n=t.styles.addStyleModel(e.style||{});n&&(e.styleId=n)}render(e,t){e.openNode(`col`),e.addAttribute(`min`,t.min),e.addAttribute(`max`,t.max),t.width&&e.addAttribute(`width`,t.width),t.styleId&&e.addAttribute(`style`,t.styleId),t.hidden&&e.addAttribute(`hidden`,`1`),t.bestFit&&e.addAttribute(`bestFit`,`1`),t.outlineLevel&&e.addAttribute(`outlineLevel`,t.outlineLevel),t.collapsed&&e.addAttribute(`collapsed`,`1`),e.addAttribute(`customWidth`,`1`),e.closeNode()}parseOpen(e){if(e.name===`col`){let t=this.model={min:parseInt(e.attributes.min??`0`,10),max:parseInt(e.attributes.max??`0`,10),width:e.attributes.width===void 0?void 0:parseFloat(e.attributes.width??`0`)};return e.attributes.style&&(t.styleId=parseInt(e.attributes.style,10)),vf(e.attributes.hidden)&&(t.hidden=!0),vf(e.attributes.bestFit)&&(t.bestFit=!0),e.attributes.outlineLevel&&(t.outlineLevel=parseInt(e.attributes.outlineLevel,10)),vf(e.attributes.collapsed)&&(t.collapsed=!0),!0}return!1}parseText(){}parseClose(){return!1}reconcile(e,t){e.styleId!==void 0&&(e.style=t.styles.getStyleModel(e.styleId))}}}));function Zb(e,t,n,r){let i=t[n];i===void 0?r!==void 0&&(e[n]=r):e[n]=i}function Qb(e,t,n,r){let i=t[n];i===void 0?r!==void 0&&(e[n]=r):e[n]=vf(i)}function $b(e){if(!e)return[];let t=[],n={};for(let[r,i]of Object.entries(e))if(i!=null)if(r.startsWith(`range:`)){let e=r.slice(6),{sqref:n,...a}=i;t.push({...a,sqref:e})}else n[r]=i;if(Object.keys(n).length===0)return t;let r=Object.entries(n).map(([e,t])=>({address:e,dataValidation:t,marked:!1})).sort((e,t)=>E.compareAddress(e.address,t.address)),i=Object.fromEntries(r.map(e=>[e.address,e])),a=(e,t,r)=>{for(let i=0;i<t;i++){let t=E.encodeAddress(e.row+i,r);if(!n[t]||!jd(n[e.address],n[t]))return!1}return!0},o=r.map(e=>{if(!e.marked){let t=E.decodeEx(e.address);if(t.dimensions)return i[t.dimensions].marked=!0,{...e.dataValidation,sqref:e.address};let r=1,o=E.encodeAddress(t.row+r,t.col);for(;n[o]&&jd(e.dataValidation,n[o]);)r++,o=E.encodeAddress(t.row+r,t.col);let s=1;for(;a(t,r,t.col+s);)s++;for(let e=0;e<r;e++)for(let n=0;n<s;n++)o=E.encodeAddress(t.row+e,t.col+n),i[o].marked=!0;if(r>1||s>1){let n=t.row+(r-1),i=t.col+(s-1);return{...e.dataValidation,sqref:`${e.address}:${E.encodeAddress(n,i)}`}}return{...e.dataValidation,sqref:e.address}}return null}).filter(Boolean);return[...t,...o]}var ex,tx=t((()=>{da(),Ld(),j(),Hf(),ex=class extends A{get tag(){return`dataValidations`}render(e,t){let n=$b(t);n.length&&(e.openNode(`dataValidations`,{count:n.length}),n.forEach(t=>{e.openNode(`dataValidation`),t.type!==`any`&&(e.addAttribute(`type`,t.type),t.operator&&t.type!==`list`&&t.operator!==`between`&&e.addAttribute(`operator`,t.operator),t.allowBlank&&e.addAttribute(`allowBlank`,`1`)),t.showInputMessage&&e.addAttribute(`showInputMessage`,`1`),t.promptTitle&&e.addAttribute(`promptTitle`,t.promptTitle),t.prompt&&e.addAttribute(`prompt`,t.prompt),t.showErrorMessage&&e.addAttribute(`showErrorMessage`,`1`),t.errorStyle&&e.addAttribute(`errorStyle`,t.errorStyle),t.errorTitle&&e.addAttribute(`errorTitle`,t.errorTitle),t.error&&e.addAttribute(`error`,t.error),e.addAttribute(`sqref`,t.sqref),(t.formulae??[]).forEach((n,r)=>{e.openNode(`formula${r+1}`),t.type===`date`?e.writeText(lf(new Date(n))):e.writeText(n),e.closeNode()}),e.closeNode()}),e.closeNode())}parseOpen(e){switch(e.name){case`dataValidations`:return this.model={},!0;case`dataValidation`:{this._address=e.attributes.sqref;let t={type:e.attributes.type??`any`,formulae:[]};switch(e.attributes.type&&Qb(t,e.attributes,`allowBlank`),Qb(t,e.attributes,`showInputMessage`),Qb(t,e.attributes,`showErrorMessage`),t.type){case`any`:case`list`:case`custom`:break;default:Zb(t,e.attributes,`operator`,`between`);break}return Zb(t,e.attributes,`promptTitle`),Zb(t,e.attributes,`prompt`),Zb(t,e.attributes,`errorStyle`),Zb(t,e.attributes,`errorTitle`),Zb(t,e.attributes,`error`),this._dataValidation=t,!0}case`formula1`:case`formula2`:return this._formula=[],!0;default:return!1}}parseText(e){this._formula&&this._formula.push(e)}parseClose(e){switch(e){case`dataValidations`:return!1;case`dataValidation`:return(!this._dataValidation.formulae||!this._dataValidation.formulae.length)&&(delete this._dataValidation.formulae,delete this._dataValidation.operator),this._address.split(/\s+/g).forEach(e=>{e.includes(`:`)?this.model[`range:${e}`]=this._dataValidation:this.model[e]=this._dataValidation}),!0;case`formula1`:case`formula2`:{let e=this._formula.join(``);switch(this._dataValidation.type){case`whole`:case`textLength`:e=parseInt(e,10);break;case`decimal`:e=parseFloat(e);break;case`date`:e=uf(parseFloat(e));break;default:break}return this._dataValidation.formulae.push(e),this._formula=void 0,!0}default:return!0}}}})),nx,rx=t((()=>{j(),nx=class extends A{get tag(){return`drawing`}render(e,t){t&&e.leafNode(this.tag,{"r:id":t.rId})}parseOpen(e){switch(e.name){case this.tag:return this.model={rId:e.attributes[`r:id`]},!0;default:return!1}}parseText(){}parseClose(){return!1}}}));function ix(e){let t={type:e.type,sparklines:e.sparklines};return e.lineWeight!==void 0&&(t.lineWeight=e.lineWeight),e.markers!==void 0&&(t.markers=e.markers),e.high!==void 0&&(t.high=e.high),e.low!==void 0&&(t.low=e.low),e.first!==void 0&&(t.first=e.first),e.last!==void 0&&(t.last=e.last),e.negative!==void 0&&(t.negative=e.negative),e.lineColor&&(t.colorSeries=ax(e.lineColor)),e.negativeColor&&(t.colorNegative=ax(e.negativeColor)),e.axisColor&&(t.colorAxis=ax(e.axisColor)),e.markerColor&&(t.colorMarkers=ax(e.markerColor)),e.highColor&&(t.colorHigh=ax(e.highColor)),e.lowColor&&(t.colorLow=ax(e.lowColor)),e.firstColor&&(t.colorFirst=ax(e.firstColor)),e.lastColor&&(t.colorLast=ax(e.lastColor)),e.minAxisType&&(t.minAxisType=e.minAxisType),e.maxAxisType&&(t.maxAxisType=e.maxAxisType),e.manualMin!==void 0&&(t.manualMin=e.manualMin),e.manualMax!==void 0&&(t.manualMax=e.manualMax),e.displayXAxis!==void 0&&(t.displayXAxis=e.displayXAxis),e.rightToLeft!==void 0&&(t.rightToLeft=e.rightToLeft),e.displayEmptyCellsAs&&(t.displayEmptyCellsAs=e.displayEmptyCellsAs),e.dateAxis&&(t.dateAxis=e.dateAxis),t}function ax(e){return{rgb:e.replace(/^#/,``).toUpperCase()}}function ox(e){if(!e||e.length===0)return``;let t=[];t.push(`<x14:sparklineGroups xmlns:xm="http://schemas.microsoft.com/office/excel/2006/main">`);for(let n of e)t.push(sx(n));return t.push(`</x14:sparklineGroups>`),t.join(``)}function sx(e){let t=[];e.type!==void 0&&e.type!==`line`&&t.push(`type="${e.type}"`),e.lineWeight!==void 0&&t.push(`lineWeight="${e.lineWeight}"`),e.displayEmptyCellsAs&&t.push(`displayEmptyCellsAs="${e.displayEmptyCellsAs}"`),e.markers&&t.push(`markers="1"`),e.high&&t.push(`high="1"`),e.low&&t.push(`low="1"`),e.first&&t.push(`first="1"`),e.last&&t.push(`last="1"`),e.negative&&t.push(`negative="1"`),e.displayXAxis&&t.push(`displayXAxis="1"`),e.displayHidden&&t.push(`displayHidden="1"`),e.minAxisType&&e.minAxisType!==`individual`&&t.push(`minAxisType="${e.minAxisType}"`),e.maxAxisType&&e.maxAxisType!==`individual`&&t.push(`maxAxisType="${e.maxAxisType}"`),e.manualMin!==void 0&&t.push(`manualMin="${e.manualMin}"`),e.manualMax!==void 0&&t.push(`manualMax="${e.manualMax}"`),e.rightToLeft&&t.push(`rightToLeft="1"`);let n=[];n.push(`<x14:sparklineGroup${t.length>0?` ${t.join(` `)}`:``}>`),e.colorSeries&&n.push(`<x14:colorSeries ${cx(e.colorSeries)}/>`),e.colorNegative&&n.push(`<x14:colorNegative ${cx(e.colorNegative)}/>`),e.colorAxis&&n.push(`<x14:colorAxis ${cx(e.colorAxis)}/>`),e.colorMarkers&&n.push(`<x14:colorMarkers ${cx(e.colorMarkers)}/>`),e.colorFirst&&n.push(`<x14:colorFirst ${cx(e.colorFirst)}/>`),e.colorLast&&n.push(`<x14:colorLast ${cx(e.colorLast)}/>`),e.colorHigh&&n.push(`<x14:colorHigh ${cx(e.colorHigh)}/>`),e.colorLow&&n.push(`<x14:colorLow ${cx(e.colorLow)}/>`),e.dateAxis&&n.push(`<xm:f>${lx(e.dateAxis)}</xm:f>`),n.push(`<x14:sparklines>`);for(let t of e.sparklines)n.push(`<x14:sparkline>`),n.push(`<xm:f>${lx(t.dataRef)}</xm:f>`),n.push(`<xm:sqref>${lx(t.cellRef)}</xm:sqref>`),n.push(`</x14:sparkline>`);return n.push(`</x14:sparklines>`),n.push(`</x14:sparklineGroup>`),n.join(``)}function cx(e){let t=[];return e.rgb&&t.push(`rgb="${e.rgb}"`),e.theme!==void 0&&t.push(`theme="${e.theme}"`),e.tint!==void 0&&t.push(`tint="${e.tint}"`),e.auto&&t.push(`auto="1"`),t.join(` `)}function lx(e){return qd(e)}function ux(e){let t=[],n=/<x14:sparklineGroup\b([^>]*?)(?:\/>|>([\s\S]*?)<\/x14:sparklineGroup>)/g,r;for(;(r=n.exec(e))!==null;){let e=dx(r[1]??``,r[2]??``);t.push(e)}return t}function dx(e,t){let n={sparklines:[]},r=/(\w+)="([^"]*)"/g,i;for(;(i=r.exec(e))!==null;){let[,e,t]=i;switch(e){case`type`:n.type=t;break;case`lineWeight`:n.lineWeight=parseFloat(t);break;case`displayEmptyCellsAs`:n.displayEmptyCellsAs=t;break;case`markers`:n.markers=t===`1`;break;case`high`:n.high=t===`1`;break;case`low`:n.low=t===`1`;break;case`first`:n.first=t===`1`;break;case`last`:n.last=t===`1`;break;case`negative`:n.negative=t===`1`;break;case`displayXAxis`:n.displayXAxis=t===`1`;break;case`displayHidden`:n.displayHidden=t===`1`;break;case`minAxisType`:n.minAxisType=t;break;case`maxAxisType`:n.maxAxisType=t;break;case`manualMin`:n.manualMin=parseFloat(t);break;case`manualMax`:n.manualMax=parseFloat(t);break;case`rightToLeft`:n.rightToLeft=t===`1`;break}}for(let e of[`colorSeries`,`colorNegative`,`colorAxis`,`colorMarkers`,`colorFirst`,`colorLast`,`colorHigh`,`colorLow`]){let r=mx.get(e).exec(t);r&&(n[e]=fx(r[1]))}let a=/<x14:sparkline>\s*<xm:f>([\s\S]*?)<\/xm:f>\s*<xm:sqref>([\s\S]*?)<\/xm:sqref>\s*<\/x14:sparkline>/g,o;for(;(o=a.exec(t))!==null;)n.sparklines.push({dataRef:px(o[1]),cellRef:px(o[2])});return n}function fx(e){let t={},n=/(\w+)="([^"]*)"/g,r;for(;(r=n.exec(e))!==null;){let[,e,n]=r;switch(e){case`rgb`:t.rgb=n;break;case`theme`:t.theme=parseInt(n,10);break;case`tint`:t.tint=parseFloat(n);break;case`auto`:t.auto=n===`1`;break}}return t}function px(e){return e.replace(/&(?:amp|lt|gt|quot|apos);/g,e=>{switch(e){case`&amp;`:return`&`;case`&lt;`:return`<`;case`&gt;`:return`>`;case`&quot;`:return`"`;case`&apos;`:return`'`;default:return e}})}var mx,hx=t((()=>{sf(),mx=new Map([[`colorSeries`,/<x14:colorSeries\b([^/]*)\/>/],[`colorNegative`,/<x14:colorNegative\b([^/]*)\/>/],[`colorAxis`,/<x14:colorAxis\b([^/]*)\/>/],[`colorMarkers`,/<x14:colorMarkers\b([^/]*)\/>/],[`colorFirst`,/<x14:colorFirst\b([^/]*)\/>/],[`colorLast`,/<x14:colorLast\b([^/]*)\/>/],[`colorHigh`,/<x14:colorHigh\b([^/]*)\/>/],[`colorLow`,/<x14:colorLow\b([^/]*)\/>/]])})),gx=t((()=>{hx()})),_x,vx=t((()=>{j(),_x=class extends A{get tag(){return`xm:f`}render(e,t){e.leafNode(this.tag,null,t)}parseOpen(){this.model=``}parseText(e){this.model+=e}parseClose(e){return e!==this.tag}}})),yx,bx=t((()=>{bb(),vx(),yx=class extends yb{constructor(){super(),this.map={"xm:f":this.fExtXform=new _x}}get tag(){return`x14:cfvo`}render(e,t){e.openNode(this.tag,{type:t.type}),t.value!==void 0&&this.fExtXform.render(e,t.value),e.closeNode()}createNewModel(e){return{type:e.attributes.type}}onParserClose(e,t){switch(e){case`xm:f`:this.model.value=t.model?parseFloat(t.model):0;break}}}})),xx,Sx=t((()=>{j(),bb(),bx(),Gg(),xx=class extends yb{constructor(){super(),this.map={"x14:cfvo":this.cfvoXform=new yx,"x14:borderColor":this.borderColorXform=new Wg(`x14:borderColor`),"x14:negativeBorderColor":this.negativeBorderColorXform=new Wg(`x14:negativeBorderColor`),"x14:negativeFillColor":this.negativeFillColorXform=new Wg(`x14:negativeFillColor`),"x14:axisColor":this.axisColorXform=new Wg(`x14:axisColor`)}}static isExt(e){return!0}get tag(){return`x14:dataBar`}render(e,t){e.openNode(this.tag,{minLength:A.toIntAttribute(t.minLength,0,!0),maxLength:A.toIntAttribute(t.maxLength,100,!0),border:A.toBoolAttribute(t.border,!1),gradient:A.toBoolAttribute(t.gradient,!0),negativeBarColorSameAsPositive:A.toBoolAttribute(t.negativeBarColorSameAsPositive,!0),negativeBarBorderColorSameAsPositive:A.toBoolAttribute(t.negativeBarBorderColorSameAsPositive,!0),axisPosition:A.toAttribute(t.axisPosition,`auto`),direction:A.toAttribute(t.direction,`leftToRight`)}),t.cfvo.forEach(t=>{this.cfvoXform.render(e,t)}),this.borderColorXform.render(e,t.borderColor),this.negativeBorderColorXform.render(e,t.negativeBorderColor),this.negativeFillColorXform.render(e,t.negativeFillColor),this.axisColorXform.render(e,t.axisColor),e.closeNode()}createNewModel({attributes:e}){return{cfvo:[],minLength:A.toIntValue(e.minLength,0),maxLength:A.toIntValue(e.maxLength,100),border:A.toBoolValue(e.border,!1),gradient:A.toBoolValue(e.gradient,!0),negativeBarColorSameAsPositive:A.toBoolValue(e.negativeBarColorSameAsPositive,!0),negativeBarBorderColorSameAsPositive:A.toBoolValue(e.negativeBarBorderColorSameAsPositive,!0),axisPosition:A.toStringValue(e.axisPosition,`auto`),direction:A.toStringValue(e.direction,`leftToRight`)}}onParserClose(e,t){let[,n]=e.split(`:`);switch(n){case`cfvo`:this.model.cfvo.push(t.model);break;default:this.model[n]=t.model;break}}}})),Cx,wx=t((()=>{j(),Cx=class extends A{get tag(){return`x14:cfIcon`}render(e,t){e.leafNode(this.tag,{iconSet:t.iconSet,iconId:t.iconId})}parseOpen({attributes:e}){this.model={iconSet:e.iconSet,iconId:A.toIntValue(e.iconId)}}parseClose(e){return e!==this.tag}}})),Tx,Ex=t((()=>{j(),bb(),wx(),bx(),Tx=class extends yb{constructor(){super(),this.map={"x14:cfvo":this.cfvoXform=new yx,"x14:cfIcon":this.cfIconXform=new Cx}}get tag(){return`x14:iconSet`}render(e,t){e.openNode(this.tag,{iconSet:A.toStringAttribute(t.iconSet),reverse:A.toBoolAttribute(t.reverse,!1),showValue:A.toBoolAttribute(t.showValue,!0),custom:A.toBoolAttribute(t.icons,!1)}),t.cfvo.forEach(t=>{this.cfvoXform.render(e,t)}),t.icons&&t.icons.forEach((t,n)=>{t.iconId=n,this.cfIconXform.render(e,t)}),e.closeNode()}createNewModel({attributes:e}){return{cfvo:[],iconSet:A.toStringValue(e.iconSet,`3TrafficLights`),reverse:A.toBoolValue(e.reverse,!1),showValue:A.toBoolValue(e.showValue,!0)}}onParserClose(e,t){let[,n]=e.split(`:`);switch(n){case`cfvo`:this.model.cfvo.push(t.model);break;case`cfIcon`:this.model.icons||(this.model.icons=[]),this.model.icons.push(t.model);break;default:this.model[n]=t.model;break}}}}));function Dx(e){return e.toString(16).padStart(2,`0`)}function Ox(e){e[6]=e[6]&15|64,e[8]=e[8]&63|128;let t=e;return Dx(t[0])+Dx(t[1])+Dx(t[2])+Dx(t[3])+`-`+Dx(t[4])+Dx(t[5])+`-`+Dx(t[6])+Dx(t[7])+`-`+Dx(t[8])+Dx(t[9])+`-`+Dx(t[10])+Dx(t[11])+Dx(t[12])+Dx(t[13])+Dx(t[14])+Dx(t[15])}function kx(){let e=globalThis.crypto;if(e?.randomUUID)return e.randomUUID();let t=new Uint8Array(16);if(e?.getRandomValues)return e.getRandomValues(t),Ox(t);for(let e=0;e<t.length;e++)t[e]=Math.floor(Math.random()*256);return Ox(t)}var Ax=t((()=>{})),jx,Mx,Nx=t((()=>{j(),bb(),Sx(),Ex(),Ax(),jx={"3Triangles":!0,"3Stars":!0,"5Boxes":!0},Mx=class e extends yb{constructor(){super(),this.map={"x14:dataBar":this.databarXform=new xx,"x14:iconSet":this.iconSetXform=new Tx}}get tag(){return`x14:cfRule`}static isExt(e){return e.type===`dataBar`?xx.isExt(e):!!(e.type===`iconSet`&&(e.custom||jx[e.iconSet]))}static prepareRule(t){e.isExt(t)&&!t.x14Id&&(t.x14Id=`{${kx()}}`.toUpperCase())}prepare(t){e.prepareRule(t)}render(t,n){if(e.isExt(n))switch(n.type){case`dataBar`:this.renderDataBar(t,n);break;case`iconSet`:this.renderIconSet(t,n);break}}renderDataBar(e,t){e.openNode(this.tag,{type:`dataBar`,id:t.x14Id}),this.databarXform.render(e,t),e.closeNode()}renderIconSet(e,t){e.openNode(this.tag,{type:`iconSet`,priority:t.priority,id:t.x14Id??`{${kx()}}`}),this.iconSetXform.render(e,t),e.closeNode()}createNewModel({attributes:e}){return{type:e.type,x14Id:e.id,priority:A.toIntValue(e.priority)}}onParserClose(e,t){Object.assign(this.model,t.model)}}})),Px,Fx=t((()=>{j(),Px=class extends A{get tag(){return`xm:sqref`}render(e,t){e.leafNode(this.tag,null,t)}parseOpen(){this.model=``}parseText(e){this.model+=e}parseClose(e){return e!==this.tag}}})),Ix,Lx=t((()=>{bb(),Nx(),Fx(),Ix=class extends yb{constructor(){super(),this.map={"xm:sqref":this.sqRef=new Px,"x14:cfRule":this.cfRule=new Mx}}get tag(){return`x14:conditionalFormatting`}prepare(e){e.rules.forEach(e=>{this.cfRule.prepare(e)})}render(e,t){t.rules.some(Mx.isExt)&&(e.openNode(this.tag,{"xmlns:xm":`http://schemas.microsoft.com/office/excel/2006/main`}),t.rules.filter(Mx.isExt).forEach(t=>this.cfRule.render(e,t)),this.sqRef.render(e,t.ref),e.closeNode())}createNewModel(){return{rules:[]}}onParserClose(e,t){switch(e){case`xm:sqref`:this.model.ref=t.model;break;case`x14:cfRule`:this.model.rules.push(t.model);break}}}})),Rx,zx=t((()=>{bb(),Nx(),Lx(),Rx=class extends yb{constructor(){super(),this.map={"x14:conditionalFormatting":this.cfXform=new Ix}}get tag(){return`x14:conditionalFormattings`}hasContent(e){return e.hasExtContent===void 0&&(e.hasExtContent=e.some(e=>e.rules.some(Mx.isExt))),e.hasExtContent}prepare(e){e.forEach(e=>{this.cfXform.prepare(e)})}render(e,t){this.hasContent(t)&&(e.openNode(this.tag),t.forEach(t=>this.cfXform.render(e,t)),e.closeNode())}createNewModel(){return[]}onParserClose(e,t){this.model.push(t.model)}}})),Bx,Vx,Hx,Ux=t((()=>{gx(),bb(),zx(),Bx=class extends yb{constructor(){super(),this.map={"x14:conditionalFormattings":this.conditionalFormattings=new Rx}}get tag(){return`ext`}hasContent(e){return this.conditionalFormattings.hasContent(e.conditionalFormattings)}prepare(e){this.conditionalFormattings.prepare(e.conditionalFormattings)}render(e,t){e.openNode(`ext`,{uri:`{78C0D931-6437-407d-A8EE-F0AAD7539E65}`,"xmlns:x14":`http://schemas.microsoft.com/office/spreadsheetml/2009/9/main`}),this.conditionalFormattings.render(e,t.conditionalFormattings),e.closeNode()}createNewModel(){return{}}onParserClose(e,t){this.model[e]=t.model}},Vx=class{constructor(){this._parsedModel=null}get tag(){return`ext`}hasContent(e){return Array.isArray(e)&&e.length>0}render(e,t){this.hasContent(t)&&(e.openNode(`ext`,{uri:`{05C60535-1F16-4fd2-B633-F4F36F0B64E0}`,"xmlns:x14":`http://schemas.microsoft.com/office/spreadsheetml/2009/9/main`}),e.writeRaw(ox(t)),e.closeNode())}parse(e){return ux(e)}},Hx=class extends yb{constructor(){super(),this.sparklineExt=new Vx,this.map={ext:this.ext=new Bx}}get tag(){return`extLst`}prepare(e,t){this.ext.prepare(e)}hasContent(e){return this.ext.hasContent(e)||this.sparklineExt.hasContent(e?.sparklineGroups)}render(e,t){this.hasContent(t)&&(e.openNode(`extLst`),this.ext.hasContent(t)&&this.ext.render(e,t),this.sparklineExt.hasContent(t?.sparklineGroups)&&this.sparklineExt.render(e,t.sparklineGroups),e.closeNode())}createNewModel(){return{}}onParserClose(e,t){this.model[e]=t.model}}})),Wx,Gx=t((()=>{j(),Wx=class extends A{get tag(){return`headerFooter`}render(e,t){if(!t)return;let n={},r=[];if(t.differentFirst&&(n.differentFirst=`1`),t.differentOddEven&&(n.differentOddEven=`1`),t.oddHeader&&typeof t.oddHeader==`string`&&r.push({name:`oddHeader`,text:t.oddHeader}),t.oddFooter&&typeof t.oddFooter==`string`&&r.push({name:`oddFooter`,text:t.oddFooter}),t.evenHeader&&typeof t.evenHeader==`string`&&r.push({name:`evenHeader`,text:t.evenHeader}),t.evenFooter&&typeof t.evenFooter==`string`&&r.push({name:`evenFooter`,text:t.evenFooter}),t.firstHeader&&typeof t.firstHeader==`string`&&r.push({name:`firstHeader`,text:t.firstHeader}),t.firstFooter&&typeof t.firstFooter==`string`&&r.push({name:`firstFooter`,text:t.firstFooter}),Object.keys(n).length>0||r.length>0){e.openNode(`headerFooter`,n);for(let t of r)e.leafNode(t.name,null,t.text);e.closeNode()}}parseOpen(e){switch(e.name){case`headerFooter`:return this.model={},e.attributes.differentFirst&&(this.model.differentFirst=parseInt(e.attributes.differentFirst,0)===1),e.attributes.differentOddEven&&(this.model.differentOddEven=parseInt(e.attributes.differentOddEven,0)===1),!0;case`oddHeader`:return this.currentNode=`oddHeader`,!0;case`oddFooter`:return this.currentNode=`oddFooter`,!0;case`evenHeader`:return this.currentNode=`evenHeader`,!0;case`evenFooter`:return this.currentNode=`evenFooter`,!0;case`firstHeader`:return this.currentNode=`firstHeader`,!0;case`firstFooter`:return this.currentNode=`firstFooter`,!0;default:return!1}}parseText(e){switch(this.currentNode){case`oddHeader`:this.model.oddHeader=(this.model.oddHeader??``)+e;break;case`oddFooter`:this.model.oddFooter=(this.model.oddFooter??``)+e;break;case`evenHeader`:this.model.evenHeader=(this.model.evenHeader??``)+e;break;case`evenFooter`:this.model.evenFooter=(this.model.evenFooter??``)+e;break;case`firstHeader`:this.model.firstHeader=(this.model.firstHeader??``)+e;break;case`firstFooter`:this.model.firstFooter=(this.model.firstFooter??``)+e;break;default:break}}parseClose(){switch(this.currentNode){case`oddHeader`:case`oddFooter`:case`evenHeader`:case`evenFooter`:case`firstHeader`:case`firstFooter`:return this.currentNode=void 0,!0;default:return!1}}}})),Kx,qx,Jx=t((()=>{j(),Kx=[`numberStoredAsText`,`formula`,`formulaRange`,`unlockedFormula`,`emptyCellReference`,`listDataValidation`,`calculatedColumn`,`evalError`,`twoDigitTextYear`],qx=class extends A{get tag(){return`ignoredErrors`}render(e,t){if(!(!t||t.length===0)){e.openNode(`ignoredErrors`);for(let n of t){let t={sqref:n.ref};for(let e of Kx)n[e]&&(t[e]=1);e.leafNode(`ignoredError`,t)}e.closeNode()}}parseOpen(e){switch(e.name){case`ignoredErrors`:return this.model=[],!0;case`ignoredError`:{let t={ref:e.attributes.sqref??``};for(let n of Kx)(e.attributes[n]===`1`||e.attributes[n]===`true`)&&(t[n]=!0);return this.model.push(t),!0}default:return!0}}parseText(){}parseClose(e){switch(e){case`ignoredErrors`:return!1;default:return!0}}}})),Yx,Xx=t((()=>{j(),Yx=class extends A{get tag(){return`pageMargins`}render(e,t){if(t){let n={left:t.left,right:t.right,top:t.top,bottom:t.bottom,header:t.header,footer:t.footer};Object.values(n).some(e=>e!==void 0)&&e.leafNode(this.tag,n)}}parseOpen(e){switch(e.name){case this.tag:return this.model={left:parseFloat(e.attributes.left||.7),right:parseFloat(e.attributes.right||.7),top:parseFloat(e.attributes.top||.75),bottom:parseFloat(e.attributes.bottom||.75),header:parseFloat(e.attributes.header||.3),footer:parseFloat(e.attributes.footer||.3)},!0;default:return!1}}parseText(){}parseClose(){return!1}}}));function Zx(e){return e?`1`:void 0}function Qx(e){switch(e){case`overThenDown`:return e;default:return}}function $x(e){switch(e){case`atEnd`:case`asDisplyed`:return e;default:return}}function eS(e){switch(e){case`dash`:case`blank`:case`NA`:return e;default:return}}function tS(e){return e===void 0?void 0:parseInt(e,10)}var nS,rS=t((()=>{j(),nS=class extends A{get tag(){return`pageSetup`}_dpiToXml(e){if(e!==void 0&&Number.isFinite(e)&&e!==4294967295)return e}render(e,t){if(t){let n={paperSize:t.paperSize,orientation:t.orientation,horizontalDpi:this._dpiToXml(t.horizontalDpi),verticalDpi:this._dpiToXml(t.verticalDpi),pageOrder:Qx(t.pageOrder),blackAndWhite:Zx(t.blackAndWhite),draft:Zx(t.draft),cellComments:$x(t.cellComments),errors:eS(t.errors),scale:t.scale===100?void 0:t.scale,fitToWidth:t.fitToWidth===1?void 0:t.fitToWidth,fitToHeight:t.fitToHeight===1?void 0:t.fitToHeight,firstPageNumber:t.firstPageNumber,useFirstPageNumber:Zx(!!t.firstPageNumber),usePrinterDefaults:Zx(t.usePrinterDefaults),copies:t.copies};Object.values(n).some(e=>e!==void 0)&&e.leafNode(this.tag,n)}}parseOpen(e){switch(e.name){case this.tag:return this.model={paperSize:tS(e.attributes.paperSize),orientation:e.attributes.orientation??`portrait`,horizontalDpi:parseInt(e.attributes.horizontalDpi??`4294967295`,10),verticalDpi:parseInt(e.attributes.verticalDpi??`4294967295`,10),pageOrder:e.attributes.pageOrder??`downThenOver`,blackAndWhite:e.attributes.blackAndWhite===`1`,draft:e.attributes.draft===`1`,cellComments:e.attributes.cellComments??`None`,errors:e.attributes.errors??`displayed`,scale:parseInt(e.attributes.scale??`100`,10),fitToWidth:parseInt(e.attributes.fitToWidth??`1`,10),fitToHeight:parseInt(e.attributes.fitToHeight??`1`,10),firstPageNumber:parseInt(e.attributes.firstPageNumber??`1`,10),useFirstPageNumber:e.attributes.useFirstPageNumber===`1`,usePrinterDefaults:e.attributes.usePrinterDefaults===`1`,copies:parseInt(e.attributes.copies??`1`,10)},!0;default:return!1}}parseText(){}parseClose(){return!1}}})),iS,aS=t((()=>{j(),iS=class extends A{get tag(){return`picture`}render(e,t){t&&e.leafNode(this.tag,{"r:id":t.rId})}parseOpen(e){switch(e.name){case this.tag:return this.model={rId:e.attributes[`r:id`]},!0;default:return!1}}parseText(){}parseClose(){return!1}}})),oS,sS=t((()=>{kg(),Kb(),oS=class extends Og{constructor(){super({tag:`rowBreaks`,count:!0,childXform:new Gb})}render(e,t){if(t&&t.length){e.openNode(this.tag,this.$),e.addAttribute(this.$count,t.length),e.addAttribute(`manualBreakCount`,t.length);let{childXform:n}=this;for(let r of t)n.render(e,r);e.closeNode()}}}}));function cS(e){if(e==null)return 0;if(e instanceof String||typeof e==`string`)return 3;if(typeof e==`number`)return 2;if(typeof e==`boolean`)return 9;if(e instanceof Date)return 4;if(e.text&&e.hyperlink)return 5;if(e.formula)return 6;if(e.error)return 10;throw new Qi(typeof e,`Could not understand type of value`)}function lS(e){switch(e.type){case 6:return cS(e.result);default:return e.type}}function uS(e){if(e==null)return{text:``};if(typeof e==`string`)return{text:e};if(typeof e==`number`||typeof e==`boolean`)return{text:String(e)};if(typeof e==`object`){let t=e;if(Array.isArray(t.richText)){if(t.richText.length===0)return{text:``};let e=t.richText.map(e=>{let t=e,n={text:typeof t?.text==`string`?t.text:``};return t?.font!==null&&typeof t?.font==`object`&&(n.font=t.font),n});return{text:e.map(e=>e.text).join(``),richText:e}}if(typeof t.error==`string`)return{text:t.error}}return{text:String(e)}}var dS,fS=t((()=>{pu(),la(),pa(),j(),jy(),Hf(),dS=class extends A{constructor(){super(),this.richTextXform=new Ay}get tag(){return`c`}prepare(e,t){let n=t.styles.addStyleModel(e.style||{},lS(e));switch(n&&(e.styleId=n),e.comment&&t.comments.push({...e.comment,ref:e.address}),e.type){case 3:case 8:t.sharedStrings&&(e.ssId=t.sharedStrings.add(e.value));break;case 4:t.date1904&&(e.date1904=!0);break;case 5:t.sharedStrings&&(Array.isArray(e.richText)&&e.richText.length>0?e.ssId=t.sharedStrings.add({richText:e.richText}):e.text!==void 0&&e.text!==null&&(e.ssId=t.sharedStrings.add(e.text))),t.hyperlinks.push({address:e.address,target:e.hyperlink,tooltip:e.tooltip});break;case 1:t.merges.add(e);break;case 6:if(t.date1904&&(e.date1904=!0),e.isDynamicArray&&(e.cm=1),e.hyperlink&&t.hyperlinks.push({address:e.address,target:e.hyperlink,tooltip:e.tooltip}),e.shareType===`shared`&&(e.si=t.siFormulae++),e.formula)t.formulae[e.address]=e;else if(e.sharedFormula){let n=t.formulae[e.sharedFormula];if(!n)throw new Ki(`Shared Formula master must exist above and or left of clone for cell ${e.address}`);n.si===void 0?(n.shareType=`shared`,n.si=t.siFormulae++,n.range=new fa(n.address,e.address)):n.range&&n.range.expandToAddress(e.address),e.si=n.si}break;default:break}}renderFormula(e,t){let n=null;switch(t.shareType){case`shared`:n={t:`shared`,ref:t.ref||t.range.range,si:t.si};break;case`array`:n={t:`array`,ref:t.ref};break;default:t.si!==void 0&&(n={t:`shared`,si:t.si});break}switch(cS(t.result)){case 0:e.leafNode(`f`,n,t.formula);break;case 3:e.addAttribute(`t`,`str`),e.leafNode(`f`,n,t.formula),e.leafNode(`v`,null,t.result);break;case 2:e.leafNode(`f`,n,t.formula),e.leafNode(`v`,null,t.result);break;case 9:e.addAttribute(`t`,`b`),e.leafNode(`f`,n,t.formula),e.leafNode(`v`,null,+!!t.result);break;case 10:e.addAttribute(`t`,`e`),e.leafNode(`f`,n,t.formula),e.leafNode(`v`,null,t.result.error);break;case 4:e.leafNode(`f`,n,t.formula),e.leafNode(`v`,null,lf(t.result,t.date1904));break;default:throw new Qi(String(cS(t.result)),`Could not understand type of value`)}}render(e,t){if(!(t.type===0&&!t.styleId)){switch(e.openNode(`c`),e.addAttribute(`r`,t.address),t.styleId&&e.addAttribute(`s`,t.styleId),t.cm&&e.addAttribute(`cm`,t.cm),t.type){case 0:break;case 2:e.leafNode(`v`,null,t.value);break;case 9:e.addAttribute(`t`,`b`),e.leafNode(`v`,null,t.value?`1`:`0`);break;case 12:e.addAttribute(`t`,`b`),e.leafNode(`v`,null,t.value?`1`:`0`);break;case 10:e.addAttribute(`t`,`e`),e.leafNode(`v`,null,t.value.error);break;case 3:case 8:t.ssId===void 0?t.value&&t.value.richText?(e.addAttribute(`t`,`inlineStr`),e.openNode(`is`),t.value.richText.forEach(t=>{this.richTextXform.render(e,t)}),e.closeNode(`is`)):(e.addAttribute(`t`,`str`),e.leafNode(`v`,null,t.value)):(e.addAttribute(`t`,`s`),e.leafNode(`v`,null,t.ssId));break;case 4:e.leafNode(`v`,null,lf(t.value,t.date1904));break;case 5:t.formula||t.sharedFormula?this.renderFormula(e,t):t.ssId===void 0?Array.isArray(t.richText)&&t.richText.length>0?(e.addAttribute(`t`,`inlineStr`),e.openNode(`is`),t.richText.forEach(t=>{this.richTextXform.render(e,t)}),e.closeNode(`is`)):(e.addAttribute(`t`,`str`),e.leafNode(`v`,null,t.text)):(e.addAttribute(`t`,`s`),e.leafNode(`v`,null,t.ssId));break;case 6:this.renderFormula(e,t);break;case 1:break;default:break}e.closeNode()}}parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(e.name){case`c`:return this.model={address:e.attributes.r},this.t=e.attributes.t,e.attributes.s&&(this.model.styleId=parseInt(e.attributes.s,10)),e.attributes.cm&&(this.model.cm=parseInt(e.attributes.cm,10)),!0;case`f`:return this.currentNode=`f`,this.model.si=e.attributes.si,this.model.shareType=e.attributes.t,this.model.ref=e.attributes.ref,!0;case`v`:return this.currentNode=`v`,!0;case`t`:return this.currentNode=`t`,!0;case`r`:return this.parser=this.richTextXform,this.parser.parseOpen(e),!0;default:return!1}}parseText(e){if(this.parser){this.parser.parseText(e);return}switch(this.currentNode){case`f`:this.model.formula=this.model.formula?this.model.formula+e:e;break;case`v`:case`t`:this.model.value&&this.model.value.richText?this.model.value.richText.text=this.model.value.richText.text?this.model.value.richText.text+e:e:this.model.value=this.model.value?this.model.value+e:e;break;default:break}}parseClose(e){switch(e){case`c`:{let{model:e}=this;if(e.formula||e.shareType)e.type=6,e.value&&=(this.t===`str`?e.result=e.value:this.t===`b`?e.result=parseInt(e.value,10)!==0:this.t===`e`?e.result={error:e.value}:e.result=parseFloat(e.value),void 0);else if(e.value!==void 0)switch(this.t){case`s`:e.type=3,e.value=parseInt(e.value,10);break;case`str`:e.type=3;break;case`inlineStr`:e.type=3,typeof e.value==`string`&&e.value.includes(`_x`)&&(e.value=ff(e.value));break;case`b`:e.type=9,e.value=parseInt(e.value,10)!==0;break;case`e`:e.type=10,e.value={error:e.value};break;case`d`:e.type=4,e.value=new Date(e.value);break;default:e.type=2,e.value=parseFloat(e.value);break}else e.styleId?e.type=0:e.type=1;return!1}case`f`:case`v`:case`is`:return this.currentNode=void 0,!0;case`t`:return this.parser?(this.parser.parseClose(e),!0):(this.currentNode=void 0,!0);case`r`:return this.model.value=this.model.value||{},this.model.value.richText=this.model.value.richText??[],this.model.value.richText.push(this.parser.model),this.parser=void 0,this.currentNode=void 0,!0;default:return this.parser?(this.parser.parseClose(e),!0):!1}}reconcile(e,t){let n=e.styleId!==void 0&&t.styles&&t.styles.getStyleModel(e.styleId);switch(n&&(e.style=n),e.styleId!==void 0&&(e.styleId=void 0),e.type){case 3:if(typeof e.value==`number`&&t.sharedStrings){let n=e.value;if(e.value=t.sharedStrings.getString(n),e.value===void 0)throw new Ki(`Invalid shared string index ${n} in cell ${e.address}: the xlsx file appears to be corrupted`)}e.value&&e.value.richText&&(e.type=8);break;case 2:n&&_f(n.numFmt)&&(e.type=4,e.value=uf(e.value,t.date1904));break;case 6:e.result!==void 0&&typeof e.result==`number`&&n&&_f(n.numFmt)&&(e.result=uf(e.result,t.date1904)),e.shareType===`shared`&&(e.ref?t.formulae[e.si]=e.address:(e.sharedFormula=t.formulae[e.si],delete e.shareType),delete e.si),e.cm&&(t.dynamicArrayCmIndices?t.dynamicArrayCmIndices.has(e.cm)&&(e.isDynamicArray=!0):t.hasDynamicArrayMetadata&&(e.isDynamicArray=!0)),delete e.cm;break;default:break}let r=t.hyperlinkMap[e.address];if(r){let t;e.type===6?t=e.result:(t=e.value,e.value=void 0);let n=uS(t);e.text=n.text,n.richText?e.richText=n.richText:delete e.richText,e.type=5,e.hyperlink=r}let i=t.commentsMap&&t.commentsMap[e.address];i&&(e.comment=i)}}})),pS,mS=t((()=>{la(),da(),j(),fS(),Hf(),pS=class extends A{constructor(e){super(),this.maxItems=e&&e.maxItems,this.map={c:new dS}}get tag(){return`row`}reset(){super.reset(),this.numRowsSeen=0,this.lastCellCol=0}prepare(e,t){let n=t.styles.addStyleModel(e.style);n&&(e.styleId=n);let r=this.map.c;e.cells.forEach(e=>{r.prepare(e,t)})}render(e,t,n){if(!t)return;e.openNode(`row`),e.addAttribute(`r`,t.number),t.height!=null&&t.height>0?(e.addAttribute(`ht`,t.height),t.customHeight!==!1&&e.addAttribute(`customHeight`,`1`)):t.height===0&&e.addAttribute(`ht`,1),t.hidden&&e.addAttribute(`hidden`,`1`),t.min>0&&t.max>0&&t.min<=t.max&&e.addAttribute(`spans`,`${t.min}:${t.max}`),t.styleId&&(e.addAttribute(`s`,t.styleId),e.addAttribute(`customFormat`,`1`)),t.dyDescent!==void 0&&e.addAttribute(`x14ac:dyDescent`,t.dyDescent),t.outlineLevel&&e.addAttribute(`outlineLevel`,t.outlineLevel),t.collapsed&&e.addAttribute(`collapsed`,`1`);let r=this.map.c;t.cells.forEach(t=>{r.render(e,t,n)}),e.closeNode()}parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if(e.name===`row`){this.numRowsSeen+=1,this.lastCellCol=0;let t=e.attributes.spans,n,r;if(t){let e=t.indexOf(`:`);n=parseInt(t,10),r=e>-1?parseInt(t.substring(e+1),10):void 0}let i=e.attributes.r?parseInt(e.attributes.r,10):this.numRowsSeen,a=this.model={number:i,min:n,max:r,cells:[]};return e.attributes.s&&(a.styleId=parseInt(e.attributes.s,10)),vf(e.attributes.hidden)&&(a.hidden=!0),vf(e.attributes.bestFit)&&(a.bestFit=!0),e.attributes.ht&&(a.height=parseFloat(e.attributes.ht)),vf(e.attributes.customHeight)&&(a.customHeight=!0),e.attributes.outlineLevel&&(a.outlineLevel=parseInt(e.attributes.outlineLevel,10)),vf(e.attributes.collapsed)&&(a.collapsed=!0),e.attributes[`x14ac:dyDescent`]!==void 0&&(a.dyDescent=parseFloat(e.attributes[`x14ac:dyDescent`])),!0}return this.parser=this.map[e.name],this.parser?(this.parser.parseOpen(e),!0):!1}parseText(e){this.parser&&this.parser.parseText(e)}parseClose(e){if(this.parser){if(!this.parser.parseClose(e)){let e=this.parser.model;if(e.address?this.lastCellCol=E.decodeCol(e.address):(this.lastCellCol+=1,e.address=E.encodeAddress(this.model.number,this.lastCellCol)),this.model.cells.push(e),this.maxItems&&this.model.cells.length>this.maxItems)throw new ca(`column`,this.maxItems);this.parser=void 0}return!0}return!1}reconcile(e,t){e.style=e.styleId===void 0?{}:t.styles.getStyleModel(e.styleId),e.styleId!==void 0&&(e.styleId=void 0);let n=this.map.c;e.cells.forEach(e=>{n.reconcile(e,t)})}}})),hS,gS=t((()=>{j(),hS=class extends A{get tag(){return`sheetFormatPr`}render(e,t){if(t){let n={defaultRowHeight:t.defaultRowHeight,outlineLevelRow:t.outlineLevelRow||void 0,outlineLevelCol:t.outlineLevelCol||void 0,"x14ac:dyDescent":t.dyDescent!==void 0&&t.dyDescent!==0?t.dyDescent:void 0};t.defaultColWidth&&(n.defaultColWidth=t.defaultColWidth),t.customHeight&&(n.customHeight=`1`),Object.values(n).some(e=>e!==void 0)&&e.leafNode(`sheetFormatPr`,n)}}parseOpen(e){return e.name===`sheetFormatPr`?(this.model={defaultRowHeight:parseFloat(e.attributes.defaultRowHeight??`0`),dyDescent:e.attributes[`x14ac:dyDescent`]===void 0?void 0:parseFloat(e.attributes[`x14ac:dyDescent`]),outlineLevelRow:parseInt(e.attributes.outlineLevelRow??`0`,10),outlineLevelCol:parseInt(e.attributes.outlineLevelCol??`0`,10)},e.attributes.defaultColWidth&&(this.model.defaultColWidth=parseFloat(e.attributes.defaultColWidth)),e.attributes.customHeight===`1`&&(this.model.customHeight=!0),!0):!1}parseText(){}parseClose(){return!1}}})),_S,vS,yS=t((()=>{j(),_S=e=>e!==void 0,vS=class extends A{get tag(){return`outlinePr`}render(e,t){return t&&(_S(t.summaryBelow)||_S(t.summaryRight))?(e.leafNode(this.tag,{summaryBelow:_S(t.summaryBelow)?Number(t.summaryBelow):void 0,summaryRight:_S(t.summaryRight)?Number(t.summaryRight):void 0}),!0):!1}parseOpen(e){return e.name===this.tag?(this.model={summaryBelow:_S(e.attributes.summaryBelow)?!!Number(e.attributes.summaryBelow):void 0,summaryRight:_S(e.attributes.summaryRight)?!!Number(e.attributes.summaryRight):void 0},!0):!1}parseText(){}parseClose(){return!1}}})),bS,xS=t((()=>{j(),bS=class extends A{get tag(){return`pageSetUpPr`}render(e,t){return t&&t.fitToPage?(e.leafNode(this.tag,{fitToPage:t.fitToPage?`1`:void 0}),!0):!1}parseOpen(e){return e.name===this.tag?(this.model={fitToPage:e.attributes.fitToPage===`1`},!0):!1}parseText(){}parseClose(){return!1}}})),SS,CS=t((()=>{j(),yS(),xS(),Gg(),SS=class extends A{constructor(){super(),this.map={tabColor:new Wg(`tabColor`),pageSetUpPr:new bS,outlinePr:new vS}}get tag(){return`sheetPr`}render(e,t){if(!t)return;let n=!!t.tabColor,r=!!(t.pageSetup&&t.pageSetup.fitToPage),i=t.outlineProperties!==void 0&&t.outlineProperties!==null&&(t.outlineProperties.summaryBelow!==void 0||t.outlineProperties.summaryRight!==void 0);(n||r||i)&&(e.openNode(`sheetPr`),this.map.tabColor.render(e,t.tabColor),this.map.pageSetUpPr.render(e,t.pageSetup),this.map.outlinePr.render(e,t.outlineProperties),e.closeNode())}parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):e.name===this.tag?(this.reset(),!0):this.map[e.name]?(this.parser=this.map[e.name],this.parser.parseOpen(e),!0):!1}parseText(e){return this.parser?(this.parser.parseText(e),!0):!1}parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.parser=void 0),!0):(this.map.tabColor.model||this.map.pageSetUpPr.model||this.map.outlinePr.model?(this.model={},this.map.tabColor.model&&(this.model.tabColor=this.map.tabColor.model),this.map.pageSetUpPr.model&&(this.model.pageSetup=this.map.pageSetUpPr.model),this.map.outlinePr.model&&(this.model.outlineProperties=this.map.outlinePr.model)):this.model=null,!1)}}}));function wS(e,t){return e?t:void 0}function TS(e,t){return e===t?!0:void 0}var ES,DS=t((()=>{j(),ES=class extends A{get tag(){return`sheetProtection`}render(e,t){if(t){let n={sheet:wS(t.sheet,`1`),selectLockedCells:t.selectLockedCells===!1?`1`:void 0,selectUnlockedCells:t.selectUnlockedCells===!1?`1`:void 0,formatCells:wS(t.formatCells,`0`),formatColumns:wS(t.formatColumns,`0`),formatRows:wS(t.formatRows,`0`),insertColumns:wS(t.insertColumns,`0`),insertRows:wS(t.insertRows,`0`),insertHyperlinks:wS(t.insertHyperlinks,`0`),deleteColumns:wS(t.deleteColumns,`0`),deleteRows:wS(t.deleteRows,`0`),sort:wS(t.sort,`0`),autoFilter:wS(t.autoFilter,`0`),pivotTables:wS(t.pivotTables,`0`)};t.sheet&&(n.algorithmName=t.algorithmName,n.hashValue=t.hashValue,n.saltValue=t.saltValue,n.spinCount=t.spinCount,n.objects=wS(t.objects===!1,`1`),n.scenarios=wS(t.scenarios===!1,`1`)),Object.values(n).some(e=>e!==void 0)&&e.leafNode(this.tag,n)}}parseOpen(e){switch(e.name){case this.tag:return this.model={sheet:TS(e.attributes.sheet,`1`),objects:e.attributes.objects===`1`?!1:void 0,scenarios:e.attributes.scenarios===`1`?!1:void 0,selectLockedCells:e.attributes.selectLockedCells===`1`?!1:void 0,selectUnlockedCells:e.attributes.selectUnlockedCells===`1`?!1:void 0,formatCells:TS(e.attributes.formatCells,`0`),formatColumns:TS(e.attributes.formatColumns,`0`),formatRows:TS(e.attributes.formatRows,`0`),insertColumns:TS(e.attributes.insertColumns,`0`),insertRows:TS(e.attributes.insertRows,`0`),insertHyperlinks:TS(e.attributes.insertHyperlinks,`0`),deleteColumns:TS(e.attributes.deleteColumns,`0`),deleteRows:TS(e.attributes.deleteRows,`0`),sort:TS(e.attributes.sort,`0`),autoFilter:TS(e.attributes.autoFilter,`0`),pivotTables:TS(e.attributes.pivotTables,`0`)},e.attributes.algorithmName&&(this.model.algorithmName=e.attributes.algorithmName,this.model.hashValue=e.attributes.hashValue,this.model.saltValue=e.attributes.saltValue,this.model.spinCount=parseInt(e.attributes.spinCount,10)),!0;default:return!1}}parseText(){}parseClose(){return!1}}})),OS,kS,AS=t((()=>{da(),j(),OS={frozen:`frozen`,frozenSplit:`frozen`,split:`split`},kS=class extends A{get tag(){return`sheetView`}prepare(e){switch(e.state){case`frozen`:case`split`:break;default:e.state=`normal`;break}}render(e,t){let n={};t.tabSelected&&(n.tabSelected=`1`),n.workbookViewId=t.workbookViewId??0,e.openNode(`sheetView`,n);let r=function(t,n,r){r&&e.addAttribute(t,n)};r(`rightToLeft`,`1`,t.rightToLeft===!0),r(`showRuler`,`0`,t.showRuler===!1),r(`showRowColHeaders`,`0`,t.showRowColHeaders===!1),r(`showGridLines`,`0`,t.showGridLines===!1),r(`zoomScale`,t.zoomScale,t.zoomScale!==void 0&&t.zoomScale!==100),r(`zoomScaleNormal`,t.zoomScaleNormal,t.zoomScaleNormal!==void 0&&t.zoomScaleNormal!==100),r(`view`,t.style,t.style);let i,a,o,s;switch(t.state){case`frozen`:a=t.xSplit??0,o=t.ySplit??0,i=t.topLeftCell||E.getAddress(o+1,a+1).address,s=t.xSplit&&t.ySplit&&`bottomRight`||t.xSplit&&`topRight`||`bottomLeft`,e.leafNode(`pane`,{xSplit:t.xSplit||void 0,ySplit:t.ySplit||void 0,topLeftCell:i,activePane:s,state:`frozen`}),e.leafNode(`selection`,{pane:s,activeCell:t.activeCell,sqref:t.activeCell});break;case`split`:t.activePane===`topLeft`&&(t.activePane=void 0),e.leafNode(`pane`,{xSplit:t.xSplit||void 0,ySplit:t.ySplit||void 0,topLeftCell:t.topLeftCell,activePane:t.activePane}),e.leafNode(`selection`,{pane:t.activePane,activeCell:t.activeCell,sqref:t.activeCell});break;case`normal`:t.activeCell&&e.leafNode(`selection`,{activeCell:t.activeCell,sqref:t.activeCell});break;default:break}e.closeNode()}parseOpen(e){switch(e.name){case`sheetView`:return this.sheetView={workbookViewId:parseInt(e.attributes.workbookViewId,10),rightToLeft:e.attributes.rightToLeft===`1`,tabSelected:e.attributes.tabSelected===`1`,showRuler:e.attributes.showRuler!==`0`,showRowColHeaders:e.attributes.showRowColHeaders!==`0`,showGridLines:e.attributes.showGridLines!==`0`,zoomScale:parseInt(e.attributes.zoomScale??`100`,10),zoomScaleNormal:parseInt(e.attributes.zoomScaleNormal??`100`,10),style:e.attributes.view},this.pane=void 0,this.selections={},!0;case`pane`:return this.pane={xSplit:parseInt(e.attributes.xSplit??`0`,10),ySplit:parseInt(e.attributes.ySplit??`0`,10),topLeftCell:e.attributes.topLeftCell,activePane:e.attributes.activePane??`topLeft`,state:e.attributes.state},!0;case`selection`:{let t=e.attributes.pane??`topLeft`;return this.selections[t]={pane:t,activeCell:e.attributes.activeCell},!0}default:return!1}}parseText(){}parseClose(e){let t,n;switch(e){case`sheetView`:return this.sheetView&&this.pane?(t=this.model={workbookViewId:this.sheetView.workbookViewId,rightToLeft:this.sheetView.rightToLeft,tabSelected:this.sheetView.tabSelected,state:OS[this.pane.state]??`split`,xSplit:this.pane.xSplit,ySplit:this.pane.ySplit,topLeftCell:this.pane.topLeftCell,showRuler:this.sheetView.showRuler,showRowColHeaders:this.sheetView.showRowColHeaders,showGridLines:this.sheetView.showGridLines,zoomScale:this.sheetView.zoomScale,zoomScaleNormal:this.sheetView.zoomScaleNormal},this.model.state===`split`&&(t.activePane=this.pane.activePane),n=this.selections[this.pane.activePane],n&&n.activeCell&&(t.activeCell=n.activeCell),this.sheetView.style&&(t.style=this.sheetView.style)):(t=this.model={workbookViewId:this.sheetView.workbookViewId,rightToLeft:this.sheetView.rightToLeft,tabSelected:this.sheetView.tabSelected,state:`normal`,showRuler:this.sheetView.showRuler,showRowColHeaders:this.sheetView.showRowColHeaders,showGridLines:this.sheetView.showGridLines,zoomScale:this.sheetView.zoomScale,zoomScaleNormal:this.sheetView.zoomScaleNormal},n=this.selections.topLeft,n&&n.activeCell&&(t.activeCell=n.activeCell),this.sheetView.style&&(t.style=this.sheetView.style)),!1;default:return!0}}reconcile(){}}})),jS,MS,NS,PS=t((()=>{Ty(),Bd(),Dy(),la(),pa(),Wp(),Jy(),eb(),da(),ib(),sb(),ng(),fb(),gb(),mu(),kg(),vb(),Wb(),Jb(),Xb(),tx(),rx(),Ux(),Gx(),Zy(),Jx(),Xx(),rS(),aS(),sS(),mS(),gS(),CS(),DS(),AS(),jS=new mb,MS={dataValidations:new ex,sheetProperties:new SS,sheetFormatProperties:new hS,columns:new Og({tag:`cols`,count:!1,childXform:new Yb}),row:new pS,hyperlinks:new Og({tag:`hyperlinks`,count:!1,childXform:new Xy}),sheetViews:new Og({tag:`sheetViews`,count:!1,childXform:new kS}),sheetProtection:new ES,pageMargins:new Yx,pageSeteup:new nS,autoFilter:new _b,picture:new iS,drawing:new nx,conditionalFormattings:new Ub,extLst:new Hx,ignoredErrors:new qx,headerFooter:new Wx,rowBreaks:new oS,colBreaks:new qb},NS=class{constructor(e){this.id=e.id,this.name=e.name||`Sheet${this.id}`,this.state=e.state??`visible`,this._rows=[],this._columns=[],this._keys={},this._merges=[],this._merges.add=function(){},this._sheetRelsWriter=new $y(e),this._sheetCommentsWriter=new qy(this,this._sheetRelsWriter,e),this._dimensions=new fa,this._rowZero=1,this._rowOffset=0,this.committed=!1,this.dataValidations=new Ey,this._formulae={},this._siFormulae=0,this.conditionalFormatting=[],this.ignoredErrors=[],this.rowBreaks=[],this.colBreaks=[],this.properties=Object.assign({},{defaultRowHeight:15,outlineLevelCol:0,outlineLevelRow:0},e.properties),this.headerFooter=Object.assign({},{differentFirst:!1,differentOddEven:!1,oddHeader:null,oddFooter:null,evenHeader:null,evenFooter:null,firstHeader:null,firstFooter:null},e.headerFooter),this.pageSetup=Object.assign({},{margins:{left:.7,right:.7,top:.75,bottom:.75,header:.3,footer:.3},orientation:`portrait`,horizontalDpi:4294967295,verticalDpi:4294967295,fitToPage:!!(e.pageSetup&&(e.pageSetup.fitToWidth||e.pageSetup.fitToHeight)&&!e.pageSetup.scale),pageOrder:`downThenOver`,blackAndWhite:!1,draft:!1,cellComments:`None`,errors:`displayed`,scale:100,fitToWidth:1,fitToHeight:1,paperSize:void 0,showRowColHeaders:!1,showGridLines:!1,horizontalCentered:!1,verticalCentered:!1,rowBreaks:null,colBreaks:null},e.pageSetup),this.useSharedStrings=e.useSharedStrings??!1,this._workbook=e.workbook,this.hasComments=!1,this._views=e.views??[],this.autoFilter=e.autoFilter??null,this._media=[],this._watermark=null,this.sheetProtection=null,this._writeOpenWorksheet(),this.startedData=!1}get workbook(){return this._workbook}get stream(){return this._stream||=this._workbook._openStream(bm(this.id)),this._stream}destroy(){throw new na(`destroy`,`Invalid operation for a streaming writer`)}commit(){if(!this.committed){for(let e=this._rowOffset;e<this._rows.length;e++){let t=this._rows[e];t&&this._writeRow(t)}this._rows=null,this.startedData||this._writeOpenSheetData(),this._writeCloseSheetData(),this._writeSheetProtection(),this._writeAutoFilter(),this._writeMergeCells(),this._writeHyperlinks(),this._writeConditionalFormatting(),this._writeDataValidations(),this._writePageMargins(),this._writePageSetup(),this._writeHeaderFooter(),this._writeRowBreaks(),this._writeColBreaks(),this._writeDrawing(),this._writeBackground(),this._writeLegacyData(),this._writeIgnoredErrors(),this._writeExtLst(),this._writeCloseWorksheet(),this.stream.end(),this._sheetCommentsWriter.commit(),this._sheetRelsWriter.commit(),this.committed=!0}}get dimensions(){return this._dimensions}get views(){return this._views}get columns(){return this._columns}set columns(e){this._headerRowCount=e.reduce((e,t)=>{let n=t.header&&1||t.headers&&t.headers.length||0;return Math.max(e,n)},0);let t=1,n=this._columns=[];e.forEach(e=>{let r=new zd(this,t++,!1);n.push(r),r.defn=e})}getColumnKey(e){return this._keys[e]}setColumnKey(e,t){this._keys[e]=t}deleteColumnKey(e){delete this._keys[e]}eachColumnKey(e){Object.keys(this._keys).forEach(t=>e(this._keys[t],t))}getColumn(e){if(typeof e==`string`){let t=this._keys[e];if(t)return t;e=E.l2n(e)}if(e>this._columns.length){let t=this._columns.length+1;for(;t<=e;)this._columns.push(new zd(this,t++))}return this._columns[e-1]}get _nextRow(){return this._rowZero+(this._rows.length-this._rowOffset)}eachRow(e,t){let n,r;if(typeof e==`function`?(n=e,r=void 0):(n=t,r=e),r&&r.includeEmpty){let e=this._nextRow;for(let t=this._rowZero;t<e;t++)n(this.getRow(t),t)}else this._rows.forEach(e=>{e&&e.hasValues&&n(e,e.number)})}_commitRow(e){let t=!1,n=this._rows;for(;this._rowOffset<n.length&&!t;){let r=n[this._rowOffset];n[this._rowOffset]=void 0,this._rowOffset++,this._rowZero++,r&&(this._writeRow(r),t=r.number===e.number,this._rowZero=r.number+1),this._rowOffset>1024&&this._rowOffset>n.length>>1&&(n.splice(0,this._rowOffset),this._rowOffset=0)}}get lastRow(){let e=this._rows;for(let t=e.length-1;t>=this._rowOffset;t--){let n=e[t];if(n)return n}}findRow(e){let t=e-this._rowZero+this._rowOffset;return this._rows[t]}getRow(e){let t=e-this._rowZero+this._rowOffset;if(t<this._rowOffset)throw new Xi(e,`this row has been committed`);let n=this._rows[t];return n||(this._rows[t]=n=new Up(this,e)),n}addRow(e){let t=new Up(this,this._nextRow);return this._rows[t.number-this._rowZero+this._rowOffset]=t,t.values=e,t}addRows(e){return e.map(e=>this.addRow(e))}findCell(e,t){let n=E.getAddress(e,t),r=this.findRow(n.row);return r?r.findCell(n.col):void 0}getCell(e,t){let n=E.getAddress(e,t);return this.getRow(n.row).getCellEx(n)}mergeCells(...e){let t=new fa(e);this._merges.forEach(e=>{if(e.intersects(t))throw new Zi});let{top:n,left:r,bottom:i,right:a}=t,o=ab(n,r,i,a,(e,t)=>this.findCell(e,t)),s=this.getCell(n,r);for(let e=n;e<=i;e++)for(let t=r;t<=a;t++)(e>n||t>r)&&this.getCell(e,t).merge(s);o&&ob(n,r,i,a,o,(e,t)=>this.getCell(e,t)),this._merges.push(t)}addConditionalFormatting(e){this.conditionalFormatting.push(e)}removeConditionalFormatting(e){typeof e==`number`?this.conditionalFormatting.splice(e,1):typeof e==`function`?this.conditionalFormatting=this.conditionalFormatting.filter(t=>!e(t)):this.conditionalFormatting=[]}addBackgroundImage(e){this._background={imageId:Number(e)}}getBackgroundImageId(){return this._background&&this._background.imageId}addImage(e,t){let n=this._parseImageRange(String(e),t);this._media.push(n)}getImages(){return this._media}addWatermark(e){this._media=this._media.filter(e=>e._watermarkTag!==!0);let t=e.opacity===void 0?.15:Math.max(0,Math.min(1,e.opacity));if(this._watermark={imageId:String(e.imageId),mode:e.mode??`overlay`,opacity:t,headerWidth:e.headerWidth,headerHeight:e.headerHeight,applyTo:e.applyTo},this._watermark.mode===`overlay`){let n={type:`image`,imageId:String(e.imageId),range:{tl:{nativeCol:0,nativeColOff:0,nativeRow:0,nativeRowOff:0},br:{nativeCol:100,nativeColOff:0,nativeRow:200,nativeRowOff:0},editAs:`absolute`},_watermarkTag:!0,opacity:t};this._media.push(n)}}getWatermark(){return this._watermark}removeWatermark(){this._watermark=null,this._media=this._media.filter(e=>e._watermarkTag!==!0)}_parseImageRange(e,t){if(typeof t==`string`){let n=E.decode(t);if(`top`in n)return{type:`image`,imageId:e,range:{tl:new wy(this,{col:n.left,row:n.top},-1).model,br:new wy(this,{col:n.right,row:n.bottom},0).model,editAs:`oneCell`}};throw Error(`Invalid image range: "${t}". Expected a range like "A1:C3".`)}if(`pos`in t&&t.pos)return{type:`image`,imageId:e,range:{tl:{nativeCol:0,nativeColOff:0,nativeRow:0,nativeRowOff:0},ext:t.ext,pos:t.pos},hyperlinks:t.hyperlinks};let n=t;return{type:`image`,imageId:e,range:{tl:new wy(this,n.tl,0).model,br:n.br?new wy(this,n.br,0).model:void 0,ext:n.ext,editAs:n.editAs},hyperlinks:n.hyperlinks}}async protect(e,t){this.sheetProtection={sheet:!0},this.sheetProtection=await db(e,t)}unprotect(){this.sheetProtection=null}_write(e){jS.reset(),jS.addText(e),this.stream.write(jS)}_writeSheetProperties(e,t,n){let r={outlineProperties:t&&t.outlineProperties,tabColor:t&&t.tabColor,pageSetup:n&&n.fitToPage?{fitToPage:n.fitToPage}:void 0};e.addText(MS.sheetProperties.toXml(r))}_writeSheetFormatProperties(e,t){let n=t?{defaultRowHeight:t.defaultRowHeight,dyDescent:t.dyDescent,outlineLevelCol:t.outlineLevelCol,outlineLevelRow:t.outlineLevelRow}:void 0;t&&t.defaultColWidth&&(n.defaultColWidth=t.defaultColWidth),e.addText(MS.sheetFormatProperties.toXml(n))}_writeOpenWorksheet(){jS.reset(),jS.addText(`<?xml version="1.0" encoding="UTF-8" standalone="yes"?>`),jS.addText(`<worksheet xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="x14ac" xmlns:x14ac="http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac">`),this._writeSheetProperties(jS,this.properties,this.pageSetup),jS.addText(MS.sheetViews.toXml(this.views)),this._writeSheetFormatProperties(jS,this.properties),this.stream.write(jS)}_writeColumns(){let e=zd.toModel(this.columns);e&&(MS.columns.prepare(e,{styles:this._workbook.styles}),this.stream.write(MS.columns.toXml(e)))}_writeOpenSheetData(){this._write(`<sheetData>`)}_writeRow(e){if(this.startedData||=(this._writeColumns(),this._writeOpenSheetData(),!0),e.hasValues||e.height!=null){let{model:t}=e;if(!t)return;let n={styles:this._workbook.styles,sharedStrings:this.useSharedStrings?this._workbook.sharedStrings:void 0,hyperlinks:this._sheetRelsWriter.hyperlinksProxy,merges:this._merges,formulae:this._formulae,siFormulae:this._siFormulae,comments:[]};if(MS.row.prepare(t,n),this.stream.write(MS.row.toXml(t)),t.cells)for(let e of t.cells)e&&e.isDynamicArray&&this._workbook.dynamicArrayCount++;n.comments.length&&(this.hasComments=!0,this._sheetCommentsWriter.addComments(n.comments))}}_writeCloseSheetData(){this._write(`</sheetData>`)}_writeMergeCells(){this._merges.length&&(jS.reset(),jS.addText(`<mergeCells count="${this._merges.length}">`),this._merges.forEach(e=>{jS.addText(`<mergeCell ref="${e}"/>`)}),jS.addText(`</mergeCells>`),this.stream.write(jS))}_writeHyperlinks(){this.stream.write(MS.hyperlinks.toXml(this._sheetRelsWriter._hyperlinks))}_writeConditionalFormatting(){let e={styles:this._workbook.styles};MS.conditionalFormattings.prepare(this.conditionalFormatting,e);let t={conditionalFormattings:this.conditionalFormatting};MS.extLst.prepare(t),this.stream.write(MS.conditionalFormattings.toXml(this.conditionalFormatting))}_writeExtLst(){let e={conditionalFormattings:this.conditionalFormatting};this.stream.write(MS.extLst.toXml(e))}_writeIgnoredErrors(){this.ignoredErrors.length>0&&this.stream.write(MS.ignoredErrors.toXml(this.ignoredErrors))}_writeRowBreaks(){this.stream.write(MS.rowBreaks.toXml(this.rowBreaks))}_writeColBreaks(){this.stream.write(MS.colBreaks.toXml(this.colBreaks))}_writeDataValidations(){this.stream.write(MS.dataValidations.toXml(this.dataValidations.model))}_writeSheetProtection(){this.stream.write(MS.sheetProtection.toXml(this.sheetProtection))}_writePageMargins(){this.stream.write(MS.pageMargins.toXml(this.pageSetup.margins))}_writePageSetup(){this.stream.write(MS.pageSeteup.toXml(this.pageSetup))}_writeHeaderFooter(){this.stream.write(MS.headerFooter.toXml(this.headerFooter))}_writeAutoFilter(){this.stream.write(MS.autoFilter.toXml(this.autoFilter))}_writeDrawing(){if(this._media.length===0)return;for(let e of this._media)if(e._watermarkTag){let t=this._dimensions.model,n=t?Math.max(t.right??100,100):100,r=t?Math.max(t.bottom??200,200):200;e.range.br={nativeCol:n,nativeColOff:0,nativeRow:r,nativeRowOff:0}}let e=`drawing${this.id}`,t=this._sheetRelsWriter.addRelationship({Type:`http://schemas.openxmlformats.org/officeDocument/2006/relationships/drawing`,Target:Km(e)}),{anchors:n,rels:r}=nb(this._media,[],{getBookImage:e=>this._workbook.getImage(Number(e)),nextRId:e=>`rId${e.length+1}`});this._drawing={rId:t,name:e,anchors:n,rels:r},this.stream.write(MS.drawing.toXml({rId:t}))}get drawing(){return this._drawing}_writeBackground(){if(this._background){if(this._background.imageId!==void 0){let e=this._workbook.getImage(this._background.imageId);if(!e)return;let t=this._sheetRelsWriter.addMedia({Target:Ym(e.name),Type:D.Image});this._background={...this._background,rId:t}}this.stream.write(MS.picture.toXml({rId:this._background.rId}))}}_writeLegacyData(){this.hasComments&&(jS.reset(),jS.addText(`<legacyDrawing r:id="${this._sheetCommentsWriter.vmlRelId}"/>`),this.stream.write(jS))}_writeDimensions(){}_writeCloseWorksheet(){this._write(`</worksheet>`)}}}));function FS(e){if(typeof e!=`object`||!e)return JSON.stringify(e);if(Array.isArray(e))return`[${e.map(FS).join(`,`)}]`;let t=Object.keys(e).sort(),n=e;return`{${t.map(e=>`${JSON.stringify(e)}:${FS(n[e])}`).join(`,`)}}`}var IS,LS=t((()=>{IS=class{constructor(){this._values=[],this._totalRefs=0,this._hash=Object.create(null)}get count(){return this._values.length}get values(){return this._values}get totalRefs(){return this._totalRefs}getString(e){return this._values[e]}add(e){let t=typeof e==`string`?`s:${e}`:`r:${FS(e.richText)}`,n=this._hash[t];return n===void 0&&(n=this._hash[t]=this._values.length,this._values.push(e)),this._totalRefs++,n}}}));function RS(e){if(e.length===0)return new Uint8Array;if(e.length===1)return e[0];let t=e.reduce((e,t)=>e+t.length,0),n=new Uint8Array(t),r=0;for(let t of e)n.set(t,r),r+=t.length;return n}var zS,BS,VS,HS,US,WS,GS,KS=t((()=>{la(),gb(),lr(),Sr(),zS=new TextEncoder,BS=class{constructor(e){this._data=e}get length(){return this.toBuffer().length}copy(e,t,n,r){let i=this.toBuffer(),a=Math.min(r,i.length-n);return e.set(i.subarray(n,n+a),t),a}toBuffer(){return this._buffer||=zS.encode(this._data),this._buffer}},VS=class{constructor(e){this._data=e}get length(){return this._data.length}copy(e,t,n,r){let i=this.toBuffer(),a=Math.min(r,i.length-n);return e.set(i.subarray(n,n+a),t),a}toBuffer(){return this._data.toBuffer()}},HS=class{constructor(e){this._data=e}get length(){return this._data.length}copy(e,t,n,r){let i=Math.min(r,this._data.length-n);return e.set(this._data.subarray(n,n+i),t),i}toBuffer(){return this._data}},US=class{constructor(e){this.size=e,this.buffer=new Uint8Array(e),this.iRead=0,this.iWrite=0}toBuffer(){return this.iRead===0&&this.iWrite===this.size?this.buffer:this.buffer.subarray(this.iRead,this.iWrite)}get length(){return this.iWrite-this.iRead}get eod(){return this.iRead===this.iWrite}get full(){return this.iWrite===this.size}read(e){if(e===0)return null;if(e===void 0||e>=this.length){let e=this.toBuffer();return this.iRead=this.iWrite,e}let t=this.buffer.subarray(this.iRead,this.iRead+e);return this.iRead+=e,t}write(e,t,n){let r=Math.min(n,this.size-this.iWrite);return e.copy(this.buffer,this.iWrite,t,r),this.iWrite+=r,r}},WS=()=>{},GS=class extends xr{constructor(e){super(),this._writableStreamWriter=null,this._asyncWriteQueue=Promise.resolve(),this.bufSize=e?.bufSize||1024*1024,this.buffers=[],this.batch=e?.batch??!1,this.corked=!1,this.paused=!1,this.encoding=null,this.pipes=[],this._ended=!1}get writable(){return!this._ended}toBuffer(){switch(this.buffers.length){case 0:return null;case 1:return this.buffers[0].toBuffer();default:{let e=this.buffers.reduce((e,t)=>e+t.length,0),t=new Uint8Array(e),n=0;for(let e of this.buffers){let r=e.toBuffer();t.set(r,n),n+=r.length}return t}}}_getWritableBuffer(){if(this.buffers.length){let e=this.buffers[this.buffers.length-1];if(!e.full)return e}let e=new US(this.bufSize);return this.buffers.push(e),e}async _pipeChunk(e){let t=this.pipes.map(t=>new Promise(n=>{t.write(e.toBuffer(),()=>n())}));await Promise.all(t)}_writeToBuffers(e){let t=0,n=e.length;for(;t<n;){let r=this._getWritableBuffer();t+=r.write(e,t,n-t)}}async write(e,t,n){typeof t==`function`&&(n=t),n||=WS;let r;if(e instanceof mb||e&&e.constructor?.name===`StringBuf`)r=new VS(e);else if(e instanceof Uint8Array)r=new HS(e);else if(ArrayBuffer.isView(e))r=new HS(new Uint8Array(e.buffer,e.byteOffset,e.byteLength));else if(e instanceof ArrayBuffer)r=new HS(new Uint8Array(e));else if(typeof e==`string`)r=new BS(e);else throw new Qi(typeof e,`Chunk must be one of type String, Uint8Array, ArrayBuffer or StringBuf.`);if(this.pipes.length)if(this.batch)for(this._writeToBuffers(r);!this.corked&&this.buffers.length>1;){let e=this.buffers.shift();await this._pipeChunk(new HS(e.toBuffer()))}else this.corked?(this._writeToBuffers(r),queueMicrotask(()=>n())):(await this._pipeChunk(r),n());else{let e=r.toBuffer(),t=!1;!this.paused&&this.listenerCount(`data`)>0&&(this.emit(`data`,e),t=!0),this._writableStreamWriter&&(this._asyncWriteQueue=this._asyncWriteQueue.then(()=>this._writableStreamWriter.write(e)),t=!0),t||(this._writeToBuffers(r),this.emit(`readable`)),n()}return!0}cork(){this.corked=!0}_flush(){this.pipes.length&&(async()=>{for(;this.buffers.length;){let e=this.buffers.shift();await this._pipeChunk(new HS(e.toBuffer()))}})().catch(e=>this.emit(`error`,e))}uncork(){this.corked=!1,this._flush()}end(e,t,n){let r=e=>{if(e){n?.(e);return}this._ended=!0,this._flush(),this.pipes.forEach(e=>{typeof e.end==`function`&&e.end()}),this._writableStreamWriter?this._asyncWriteQueue.then(()=>this._writableStreamWriter.close()).then(()=>{this.emit(`finish`),this.emit(`close`)}).catch(e=>{this.emit(`error`,e)}):(this.emit(`finish`),this.emit(`close`))};e?this.write(e,t,r):r()}read(e){if(e){let t=[],n=e;for(;n&&this.buffers.length&&!this.buffers[0].eod;){let e=this.buffers[0],r=e.read(n);r&&(n-=r.length,t.push(r)),e.eod&&e.full&&this.buffers.shift()}return $n(RS(t))}let t=this.buffers.map(e=>e.toBuffer()).filter(Boolean);return this.buffers=[],$n(RS(t))}readString(e){let t=e??this.encoding??`utf-8`,n=this.read();return Hn(t).decode(n)}setEncoding(e){this.encoding=e}pause(){this.paused=!0}resume(){this.paused=!1}isPaused(){return this.paused}pipe(e){return this.pipes.push(e),!this.paused&&this.buffers.length&&this.end(),e}pipeTo(e){this._writableStreamWriter=e.getWriter()}unpipe(e){this.pipes=this.pipes.filter(t=>t!==e)}unshift(){throw new ea(`unshift`,`Not implemented`)}wrap(){throw new ea(`wrap`,`Not implemented`)}push(e){return e!==null&&this.write(e),!0}}}));async function qS(e,t){let n={lockStructure:t?.lockStructure??!0,lockWindows:t?.lockWindows,lockRevision:t?.lockRevision};return e&&(n.algorithmName=`SHA-512`,n.saltValue=wf(lb.randomBytes(16)),n.spinCount=t?.spinCount!=null&&Number.isFinite(t.spinCount)?Math.round(Math.max(0,t.spinCount)):1e5,n.hashValue=await lb.convertPasswordToHash(e,`SHA-512`,n.saltValue,n.spinCount)),n}var JS=t((()=>{ub(),Hf()})),YS,XS=t((()=>{j(),YS=class extends A{render(e,t){e.openNode(`HeadingPairs`),e.openNode(`vt:vector`,{size:2,baseType:`variant`}),e.openNode(`vt:variant`),e.leafNode(`vt:lpstr`,void 0,`Worksheets`),e.closeNode(),e.openNode(`vt:variant`),e.leafNode(`vt:i4`,void 0,t.length),e.closeNode(),e.closeNode(),e.closeNode()}parseOpen(e){return e.name===`HeadingPairs`}parseText(){}parseClose(e){return e!==`HeadingPairs`}}})),ZS,QS=t((()=>{j(),ZS=class extends A{render(e,t){e.openNode(`TitlesOfParts`),e.openNode(`vt:vector`,{size:t.length,baseType:`lpstr`}),t.forEach(t=>{e.leafNode(`vt:lpstr`,void 0,t.name)}),e.closeNode(),e.closeNode()}parseOpen(e){return e.name===`TitlesOfParts`}parseText(){}parseClose(e){return e!==`TitlesOfParts`}}})),$S,eC=t((()=>{j(),XS(),QS(),u_(),ag(),$S=class e extends A{constructor(){super(),this.map={Company:new l_({tag:`Company`}),Manager:new l_({tag:`Manager`}),HeadingPairs:new YS,TitlesOfParts:new ZS}}render(t,n){t.openXml(of),t.openNode(`Properties`,e.PROPERTY_ATTRIBUTES),t.leafNode(`Application`,void 0,`Microsoft Excel`),t.leafNode(`DocSecurity`,void 0,`0`),t.leafNode(`ScaleCrop`,void 0,`false`),this.map.HeadingPairs.render(t,n.worksheets),this.map.TitlesOfParts.render(t,n.worksheets),this.map.Company.render(t,n.company??``),this.map.Manager.render(t,n.manager),t.leafNode(`LinksUpToDate`,void 0,`false`),t.leafNode(`SharedDoc`,void 0,`false`),t.leafNode(`HyperlinksChanged`,void 0,`false`),t.leafNode(`AppVersion`,void 0,`16.0300`),t.closeNode()}parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(e.name){case`Properties`:return!0;default:return this.parser=this.map[e.name],this.parser?(this.parser.parseOpen(e),!0):!1}}parseText(e){this.parser&&this.parser.parseText(e)}parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.parser=void 0),!0;switch(e){case`Properties`:return this.model={worksheets:this.map.TitlesOfParts.model,company:this.map.Company.model,manager:this.map.Manager.model},!1;default:return!0}}static{this.DateFormat=function(e){return e.toISOString().replace(/[.]\d{3,6}/,``)}}static{this.DateAttrs={"xsi:type":`dcterms:W3CDTF`}}static{this.PROPERTY_ATTRIBUTES={xmlns:`http://schemas.openxmlformats.org/officeDocument/2006/extended-properties`,"xmlns:vt":`http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes`}}}})),tC,nC=t((()=>{ng(),j(),ag(),tC=class e extends A{render(t,n){t.openXml(of),t.openNode(`Types`,e.PROPERTY_ATTRIBUTES);let r={};if((n.media??[]).forEach(e=>{if(e.type===`image`){let n=e.extension;r[n]||(r[n]=!0,t.leafNode(`Default`,{Extension:n,ContentType:`image/${n}`}))}}),t.leafNode(`Default`,{Extension:`rels`,ContentType:`application/vnd.openxmlformats-package.relationships+xml`}),t.leafNode(`Default`,{Extension:`xml`,ContentType:`application/xml`}),t.leafNode(`Override`,{PartName:_m(k.xlWorkbook),ContentType:`application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml`}),n.worksheets.forEach(e=>{t.leafNode(`Override`,{PartName:_m(bm(e.fileIndex)),ContentType:`application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml`})}),n.chartsheets&&n.chartsheets.forEach(e=>{t.leafNode(`Override`,{PartName:_m(Th(e.sheetNo)),ContentType:`application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml`})}),(n.pivotTables??[]).length){let e=new Set;(n.pivotTables??[]).forEach(n=>{let r=n.tableNumber,i=n.cacheId;e.has(i)||(e.add(i),t.leafNode(`Override`,{PartName:_m(jm(r)),ContentType:`application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml`}),(!n.isLoaded||n.cacheRecords)&&t.leafNode(`Override`,{PartName:_m(Nm(r)),ContentType:`application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml`})),t.leafNode(`Override`,{PartName:_m(Fm(r)),ContentType:`application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml`})})}if(t.leafNode(`Override`,{PartName:_m(k.xlTheme1),ContentType:`application/vnd.openxmlformats-officedocument.theme+xml`}),t.leafNode(`Override`,{PartName:_m(k.xlStyles),ContentType:`application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml`}),n.externalLinks&&n.externalLinks.length>0)for(let e of n.externalLinks)t.leafNode(`Override`,{PartName:_m(Rm(e.index)),ContentType:`application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml`});if(n.hasCheckboxes&&t.leafNode(`Override`,{PartName:_m(k.xlFeaturePropertyBag),ContentType:`application/vnd.ms-excel.featurepropertybag+xml`}),n.hasDynamicArrayFormulas&&t.leafNode(`Override`,{PartName:_m(k.xlMetadata),ContentType:`application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml`}),n.sharedStrings&&n.sharedStrings.count&&t.leafNode(`Override`,{PartName:_m(k.xlSharedStrings),ContentType:`application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml`}),n.tables&&n.tables.forEach(e=>{t.leafNode(`Override`,{PartName:_m(Om(e.target)),ContentType:`application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml`})}),n.drawings&&n.drawings.forEach(e=>{t.leafNode(`Override`,{PartName:_m(km(e.name)),ContentType:`application/vnd.openxmlformats-officedocument.drawing+xml`})}),n.chartEntries)for(let[e,r]of Object.entries(n.chartEntries))t.leafNode(`Override`,{PartName:_m(rh(e)),ContentType:`application/vnd.openxmlformats-officedocument.drawingml.chart+xml`}),r?.userShapesXml&&t.leafNode(`Override`,{PartName:_m(uh(e)),ContentType:`application/vnd.openxmlformats-officedocument.drawing+xml`});let i=new Set;if(n.chartExEntries)for(let e of Object.keys(n.chartExEntries)){let n=_m(vh(e));i.has(n)||(i.add(n),t.leafNode(`Override`,{PartName:n,ContentType:`application/vnd.ms-office.chartex+xml`}))}if(n.chartExStructuredEntries)for(let e of Object.keys(n.chartExStructuredEntries)){let n=_m(vh(e));i.has(n)||(i.add(n),t.leafNode(`Override`,{PartName:n,ContentType:`application/vnd.ms-office.chartex+xml`}))}if(n.chartStyles)for(let e of Object.keys(n.chartStyles))t.leafNode(`Override`,{PartName:_m(ah(e)),ContentType:`application/vnd.ms-office.chartstyle+xml`});if(n.chartColors)for(let e of Object.keys(n.chartColors))t.leafNode(`Override`,{PartName:_m(oh(e)),ContentType:`application/vnd.ms-office.chartcolorstyle+xml`});if(n.chartExStyles)for(let e of Object.keys(n.chartExStyles))t.leafNode(`Override`,{PartName:_m(sh(e)),ContentType:`application/vnd.ms-office.chartstyle+xml`});if(n.chartExColors)for(let e of Object.keys(n.chartExColors))t.leafNode(`Override`,{PartName:_m(ch(e)),ContentType:`application/vnd.ms-office.chartcolorstyle+xml`});let a=n.commentRefs&&n.commentRefs.length>0,o=n.formControlRefs&&n.formControlRefs.length>0,s=n.hasHeaderWatermark===!0,c=n.hasChartsheetVml===!0;if((a||o||s||c)&&t.leafNode(`Default`,{Extension:`vml`,ContentType:`application/vnd.openxmlformats-officedocument.vmlDrawing`}),a&&n.commentRefs.forEach(({commentName:e})=>{t.leafNode(`Override`,{PartName:_m(wm(e)),ContentType:`application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml`})}),o)for(let e of n.formControlRefs)t.leafNode(`Override`,{PartName:_m(Xm(e)),ContentType:`application/vnd.ms-excel.controlproperties+xml`});let l=n.threadedCommentSheetIds??[];for(let e of l)t.leafNode(`Override`,{PartName:_m(`xl/threadedComments/threadedComment${e}.xml`),ContentType:`application/vnd.ms-excel.threadedcomments+xml`});n.hasPersons&&t.leafNode(`Override`,{PartName:_m(`xl/persons/person.xml`),ContentType:`application/vnd.ms-excel.person+xml`});for(let e of n.slicerPartPaths??[])t.leafNode(`Override`,{PartName:_m(e),ContentType:`application/vnd.ms-excel.slicer+xml`});for(let e of n.slicerCachePartPaths??[])t.leafNode(`Override`,{PartName:_m(e),ContentType:`application/vnd.ms-excel.slicerCache+xml`});for(let e of n.timelinePartPaths??[])t.leafNode(`Override`,{PartName:_m(e),ContentType:`application/vnd.ms-excel.timeline+xml`});for(let e of n.timelineCachePartPaths??[])t.leafNode(`Override`,{PartName:_m(e),ContentType:`application/vnd.ms-excel.timelineCache+xml`});t.leafNode(`Override`,{PartName:_m(k.docPropsCore),ContentType:`application/vnd.openxmlformats-package.core-properties+xml`}),t.leafNode(`Override`,{PartName:_m(k.docPropsApp),ContentType:`application/vnd.openxmlformats-officedocument.extended-properties+xml`}),t.closeNode()}parseOpen(){return!1}parseText(){}parseClose(){return!1}static{this.PROPERTY_ATTRIBUTES={xmlns:`http://schemas.openxmlformats.org/package/2006/content-types`}}}})),rC,iC=t((()=>{j(),rC=class extends A{constructor(e){super(),this.tag=e.tag,this.attr=e.attr,this.attrs=e.attrs,this.text=[],this._format=e.format||function(e){try{return Number.isNaN(e.getTime())?``:e.toISOString()}catch{return``}},this._parse=e.parse||function(e){return new Date(e)}}render(e,t){t&&(e.openNode(this.tag),this.attrs&&e.addAttributes(this.attrs),this.attr?e.addAttribute(this.attr,this._format(t)):e.writeText(this._format(t)),e.closeNode())}parseOpen(e){e.name===this.tag&&(this.attr?this.model=this._parse(e.attributes[this.attr]):this.text=[])}parseText(e){this.attr||this.text.push(e)}parseClose(){return this.attr||(this.model=this._parse(this.text.join(``))),!1}}})),aC,oC,sC=t((()=>{j(),iC(),c_(),u_(),ag(),aC={creator:`dc:creator`,title:`dc:title`,subject:`dc:subject`,description:`dc:description`,identifier:`dc:identifier`,language:`dc:language`,keywords:`cp:keywords`,category:`cp:category`,lastModifiedBy:`cp:lastModifiedBy`,lastPrinted:`cp:lastPrinted`,revision:`cp:revision`,version:`cp:version`,contentStatus:`cp:contentStatus`,contentType:`cp:contentType`,created:`dcterms:created`,modified:`dcterms:modified`},oC=class e extends A{constructor(){super(),this.map={creator:new l_({tag:aC.creator}),title:new l_({tag:aC.title}),subject:new l_({tag:aC.subject}),description:new l_({tag:aC.description}),identifier:new l_({tag:aC.identifier}),language:new l_({tag:aC.language}),keywords:new l_({tag:aC.keywords}),category:new l_({tag:aC.category}),lastModifiedBy:new l_({tag:aC.lastModifiedBy}),lastPrinted:new rC({tag:aC.lastPrinted,format:e.DateFormat}),revision:new s_({tag:aC.revision}),version:new l_({tag:aC.version}),contentStatus:new l_({tag:aC.contentStatus}),contentType:new l_({tag:aC.contentType}),created:new rC({tag:aC.created,attrs:e.DateAttrs,format:e.DateFormat}),modified:new rC({tag:aC.modified,attrs:e.DateAttrs,format:e.DateFormat})}}render(t,n){t.openXml(of),t.openNode(`cp:coreProperties`,e.CORE_PROPERTY_ATTRIBUTES);for(let e of Object.keys(aC))this.map[e].render(t,n[e]);t.closeNode()}parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name!==`coreProperties`&&(this.parser=this.map[e.name],this.parser&&this.parser.parseOpen(e)),!0)}parseText(e){this.parser&&this.parser.parseText(e)}parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.parser=void 0),!0;if(e===`coreProperties`){this.model={};for(let e of Object.keys(aC)){let t=this.map[e].model;t!==void 0&&t!==``&&(this.model[e]=t)}return!1}return!0}static{this.DateFormat=function(e){return e.toISOString().replace(/[.]\d{3}/,``)}}static{this.DateAttrs={"xsi:type":`dcterms:W3CDTF`}}static{this.CORE_PROPERTY_ATTRIBUTES={"xmlns:cp":`http://schemas.openxmlformats.org/package/2006/metadata/core-properties`,"xmlns:dc":`http://purl.org/dc/elements/1.1/`,"xmlns:dcterms":`http://purl.org/dc/terms/`,"xmlns:dcmitype":`http://purl.org/dc/dcmitype/`,"xmlns:xsi":`http://www.w3.org/2001/XMLSchema-instance`}}}})),cC,lC=t((()=>{j(),cC=class extends A{render(e){e.openXml({version:`1.0`,encoding:`UTF-8`,standalone:`yes`}),e.openNode(`FeaturePropertyBags`,{xmlns:`http://schemas.microsoft.com/office/spreadsheetml/2022/featurepropertybag`}),e.leafNode(`bag`,{type:`Checkbox`}),e.openNode(`bag`,{type:`XFControls`}),e.leafNode(`bagId`,{k:`CellControl`},`0`),e.closeNode(),e.openNode(`bag`,{type:`XFComplement`}),e.leafNode(`bagId`,{k:`XFControls`},`1`),e.closeNode(),e.openNode(`bag`,{type:`XFComplements`,extRef:`XFComplementsMapperExtRef`}),e.openNode(`a`,{k:`MappedFeaturePropertyBags`}),e.leafNode(`bagId`,{},`2`),e.closeNode(),e.closeNode(),e.closeNode()}parseOpen(){return!1}parseText(){}parseClose(){return!1}}})),uC,dC=t((()=>{j(),uC=class extends A{parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(e.name){case this.tag:this.reset(),this.model={range:{editAs:e.attributes.editAs}};break;default:this.parser=this.map[e.name],this.parser&&this.parser.parseOpen(e);break}return!0}parseText(e){this.parser&&this.parser.parseText(e)}reconcilePicture(e,t){if(e&&e.rId){let n=t.rels[e.rId];if(!n)return;let r=n.Target.match(/.*\/media\/(.+[.][a-zA-Z]{3,4})/);if(r){let n=r[1],i=t.mediaIndex[n],a=t.media[i];return a&&e.alphaModFix!==void 0?{...a,alphaModFix:e.alphaModFix}:a}}}}})),fC,pC,mC=t((()=>{j(),fC=9525,pC=class extends A{constructor(e){super(),this.tag=e.tag,this.map={},this.model={width:0,height:0}}render(e,t){e.openNode(this.tag);let n=Math.floor(t.width*fC),r=Math.floor(t.height*fC);e.addAttribute(`cx`,n),e.addAttribute(`cy`,r),e.closeNode()}parseOpen(e){return e.name===this.tag?(this.model={width:parseInt(e.attributes.cx??`0`,10)/fC,height:parseInt(e.attributes.cy??`0`,10)/fC},!0):!1}parseText(e){}parseClose(e){return!1}}})),hC,gC,_C,vC,yC=t((()=>{j(),Ax(),hC=`http://schemas.openxmlformats.org/drawingml/2006/chart`,gC=`http://schemas.microsoft.com/office/drawing/2014/chartex`,_C=`{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}`,vC=class extends A{constructor(...e){super(...e),this._inNvPr=!1,this._inGraphicData=!1,this._extLstCapture=null}get tag(){return`xdr:graphicFrame`}prepare(e,t){e.index===void 0&&(e.index=t.index+1)}render(e,t){e.openNode(this.tag,{macro:``}),e.openNode(`xdr:nvGraphicFramePr`);let n=t.index??2,r=t.name??`Chart ${n}`;t.cNvPrExtLst?(e.openNode(`xdr:cNvPr`,{id:n,name:r}),e.writeRaw(t.cNvPrExtLst),e.closeNode()):t.isChartEx?(e.openNode(`xdr:cNvPr`,{id:n,name:r}),e.openNode(`a:extLst`),e.openNode(`a:ext`,{uri:_C}),e.leafNode(`a16:creationId`,{"xmlns:a16":`http://schemas.microsoft.com/office/drawing/2014/main`,id:`{${kx().toUpperCase()}}`}),e.closeNode(),e.closeNode(),e.closeNode()):e.leafNode(`xdr:cNvPr`,{id:n,name:r}),e.leafNode(`xdr:cNvGraphicFramePr`),e.closeNode(),e.openNode(`xdr:xfrm`),e.leafNode(`a:off`,{x:0,y:0}),e.leafNode(`a:ext`,{cx:0,cy:0}),e.closeNode(),e.openNode(`a:graphic`),t.isChartEx?(e.openNode(`a:graphicData`,{uri:gC}),e.leafNode(`cx:chart`,{"xmlns:cx":gC,"xmlns:r":`http://schemas.openxmlformats.org/officeDocument/2006/relationships`,"r:id":t.rId})):(e.openNode(`a:graphicData`,{uri:t.graphicDataUri??hC}),e.leafNode(`c:chart`,{"xmlns:c":`http://schemas.openxmlformats.org/drawingml/2006/chart`,"xmlns:r":`http://schemas.openxmlformats.org/officeDocument/2006/relationships`,"r:id":t.rId})),e.closeNode(),e.closeNode(),e.closeNode()}parseOpen(e){if(this._extLstCapture){let t=Object.entries(e.attributes||{}).map(([e,t])=>` ${e}="${t}"`).join(``);return e.isSelfClosing?(this._extLstCapture.parts.push(`<${e.name}${t}/>`),this._extLstCapture.skipNextClose=!0):(this._extLstCapture.parts.push(`<${e.name}${t}>`),this._extLstCapture.depth++),!0}switch(e.name){case this.tag:this.reset(),this.model={},this._extLstCapture=null;break;case`xdr:cNvPr`:this._inNvPr=!0,this.model.index=parseInt(e.attributes.id,10)||void 0,this.model.name=e.attributes.name;break;case`a:extLst`:if(this._inNvPr){let t=Object.entries(e.attributes||{}).map(([e,t])=>` ${e}="${t}"`).join(``);return this._extLstCapture={depth:1,parts:[`<a:extLst${t}>`],skipNextClose:!1},!0}break;case`a:graphicData`:this._inGraphicData=!0,this.model.graphicDataUri=e.attributes.uri;break;case`c:chart`:this._inGraphicData&&(this.model.rId=e.attributes[`r:id`]);break;case`cx:chart`:this._inGraphicData&&(this.model.rId=e.attributes[`r:id`],this.model.isChartEx=!0);break;default:break}return!0}parseText(e){this._extLstCapture&&e&&this._extLstCapture.parts.push(e)}parseClose(e){if(this._extLstCapture)return this._extLstCapture.skipNextClose?(this._extLstCapture.skipNextClose=!1,!0):(this._extLstCapture.parts.push(`</${e}>`),this._extLstCapture.depth--,this._extLstCapture.depth===0&&(this.model.cNvPrExtLst=this._extLstCapture.parts.join(``),this._extLstCapture=null),!0);switch(e){case this.tag:return!1;case`xdr:cNvPr`:return this._inNvPr=!1,!0;case`a:graphicData`:return this._inGraphicData=!1,!0;default:return!0}}}})),bC,xC=t((()=>{j(),bC=class extends A{constructor(){super(),this.model={rId:``}}get tag(){return`a:blip`}render(e,t){t.alphaModFix!==void 0&&t.alphaModFix<1e5?(e.openNode(this.tag,{"xmlns:r":`http://schemas.openxmlformats.org/officeDocument/2006/relationships`,"r:embed":t.rId,cstate:`print`}),e.leafNode(`a:alphaModFix`,{amt:String(t.alphaModFix)}),e.closeNode()):e.leafNode(this.tag,{"xmlns:r":`http://schemas.openxmlformats.org/officeDocument/2006/relationships`,"r:embed":t.rId,cstate:`print`})}parseOpen(e){switch(e.name){case this.tag:return this.model={rId:e.attributes[`r:embed`]},!0;case`a:alphaModFix`:return e.attributes.amt&&(this.model.alphaModFix=parseInt(e.attributes.amt,10)),!0;default:return!0}}parseText(){}parseClose(e){switch(e){case this.tag:return!1;default:return!0}}}})),SC,CC=t((()=>{j(),xC(),SC=class extends A{constructor(){super(),this.map={"a:blip":new bC}}get tag(){return`xdr:blipFill`}render(e,t){e.openNode(this.tag),this.map[`a:blip`].render(e,t),e.openNode(`a:stretch`),e.leafNode(`a:fillRect`),e.closeNode(),e.closeNode()}parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(e.name){case this.tag:this.reset();break;default:this.parser=this.map[e.name],this.parser&&this.parser.parseOpen(e);break}return!0}parseText(){}parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.parser=void 0),!0;switch(e){case this.tag:return this.model=this.map[`a:blip`].model,!1;default:return!0}}}})),wC,TC=t((()=>{j(),wC=class extends A{get tag(){return`xdr:cNvPicPr`}render(e){e.openNode(this.tag),e.leafNode(`a:picLocks`,{noChangeAspect:`1`}),e.closeNode()}parseOpen(e){switch(e.name){case this.tag:return!0;default:return!0}}parseText(){}parseClose(e){switch(e){case this.tag:return!1;default:return!0}}}})),EC,DC=t((()=>{j(),EC=class extends A{get tag(){return`a:extLst`}render(e){e.openNode(this.tag),e.openNode(`a:ext`,{uri:`{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}`}),e.leafNode(`a16:creationId`,{"xmlns:a16":`http://schemas.microsoft.com/office/drawing/2014/main`,id:`{00000000-0008-0000-0000-000002000000}`}),e.closeNode(),e.closeNode()}parseOpen(e){switch(e.name){case this.tag:return!0;default:return!0}}parseText(){}parseClose(e){switch(e){case this.tag:return!1;default:return!0}}}})),OC,kC=t((()=>{j(),OC=class extends A{constructor(){super(),this.model={}}get tag(){return`a:hlinkClick`}render(e,t){t.hyperlinks&&t.hyperlinks.rId&&e.leafNode(this.tag,{"xmlns:r":`http://schemas.openxmlformats.org/officeDocument/2006/relationships`,"r:id":t.hyperlinks.rId,tooltip:t.hyperlinks.tooltip})}parseOpen(e){switch(e.name){case this.tag:return this.model={hyperlinks:{rId:e.attributes[`r:id`],tooltip:e.attributes.tooltip}},!0;default:return!0}}parseText(){}parseClose(){return!1}}})),AC,jC=t((()=>{j(),DC(),kC(),AC=class extends A{constructor(){super(),this.map={"a:hlinkClick":new OC,"a:extLst":new EC}}get tag(){return`xdr:cNvPr`}render(e,t){e.openNode(this.tag,{id:t.index,name:`Picture ${t.index}`}),this.map[`a:hlinkClick`].render(e,t),this.map[`a:extLst`].render(e,t),e.closeNode()}parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(e.name){case this.tag:this.reset();break;default:this.parser=this.map[e.name],this.parser&&this.parser.parseOpen(e);break}return!0}parseText(){}parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.parser=void 0),!0;switch(e){case this.tag:return this.model=this.map[`a:hlinkClick`].model,!1;default:return!0}}}})),MC,NC=t((()=>{j(),TC(),jC(),MC=class extends A{constructor(){super(),this.map={"xdr:cNvPr":new AC,"xdr:cNvPicPr":new wC}}get tag(){return`xdr:nvPicPr`}render(e,t){e.openNode(this.tag),this.map[`xdr:cNvPr`].render(e,t),this.map[`xdr:cNvPicPr`].render(e,t),e.closeNode()}parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(e.name){case this.tag:this.reset();break;default:this.parser=this.map[e.name],this.parser&&this.parser.parseOpen(e);break}return!0}parseText(){}parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.parser=void 0),!0;switch(e){case this.tag:return this.model=this.map[`xdr:cNvPr`].model,!1;default:return!0}}}})),PC,FC=t((()=>{PC={tag:`xdr:spPr`,c:[{tag:`a:xfrm`,c:[{tag:`a:off`,$:{x:`0`,y:`0`}},{tag:`a:ext`,$:{cx:`0`,cy:`0`}}]},{tag:`a:prstGeom`,$:{prst:`rect`},c:[{tag:`a:avLst`}]}]}})),IC,LC=t((()=>{j(),CC(),NC(),FC(),Mg(),IC=class extends A{constructor(){super(),this.map={"xdr:nvPicPr":new MC,"xdr:blipFill":new SC,"xdr:spPr":new jg(PC)}}get tag(){return`xdr:pic`}prepare(e,t){e.index=t.index+1}render(e,t){e.openNode(this.tag),this.map[`xdr:nvPicPr`].render(e,t),this.map[`xdr:blipFill`].render(e,{rId:t.rId,alphaModFix:t.alphaModFix}),this.map[`xdr:spPr`].render(e,t),e.closeNode()}parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(e.name){case this.tag:this.reset();break;default:this.parser=this.map[e.name],this.parser&&this.parser.parseOpen(e);break}return!0}parseText(){}parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.mergeModel(this.parser.model),this.parser=void 0),!0;switch(e){case this.tag:return!1;default:return!0}}}})),RC,zC,BC,VC=t((()=>{j(),dC(),mC(),yC(),LC(),Mg(),RC=9525,zC=class extends A{constructor(){super(),this.map={},this.model={x:0,y:0}}get tag(){return`xdr:pos`}render(e,t){e.leafNode(this.tag,{x:Math.floor(t.x*RC),y:Math.floor(t.y*RC)})}parseOpen(e){return e.name===this.tag?(this.model={x:parseInt(e.attributes.x??`0`,10)/RC,y:parseInt(e.attributes.y??`0`,10)/RC},!0):!1}parseText(){}parseClose(){return!1}},BC=class extends uC{constructor(){super(),this.map={"xdr:pos":new zC,"xdr:ext":new pC({tag:`xdr:ext`}),"xdr:pic":new IC,"xdr:graphicFrame":new vC,"xdr:clientData":new jg({tag:`xdr:clientData`})}}get tag(){return`xdr:absoluteAnchor`}prepare(e,t){e.picture?this.map[`xdr:pic`].prepare(e.picture,t):e.graphicFrame&&this.map[`xdr:graphicFrame`].prepare(e.graphicFrame,t)}render(e,t){e.openNode(this.tag),this.map[`xdr:pos`].render(e,t.range.pos??{x:0,y:0}),this.map[`xdr:ext`].render(e,t.range.ext),t.picture?this.map[`xdr:pic`].render(e,t.picture):t.graphicFrame&&this.map[`xdr:graphicFrame`].render(e,t.graphicFrame),this.map[`xdr:clientData`].render(e,{}),e.closeNode()}parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.parser=void 0),!0;switch(e){case this.tag:return this.model.range.pos=this.map[`xdr:pos`].model,this.model.range.ext=this.map[`xdr:ext`].model,this.model.picture=this.map[`xdr:pic`].model,this.model.graphicFrame=this.map[`xdr:graphicFrame`].model,!1;default:return!0}}reconcile(e,t){e.picture&&(e.medium=this.reconcilePicture(e.picture,t))}}})),HC,UC=t((()=>{j(),c_(),HC=class extends A{constructor(e){super(),this.tag=e.tag,this.map={"xdr:col":new s_({tag:`xdr:col`,zero:!0}),"xdr:colOff":new s_({tag:`xdr:colOff`,zero:!0}),"xdr:row":new s_({tag:`xdr:row`,zero:!0}),"xdr:rowOff":new s_({tag:`xdr:rowOff`,zero:!0})},this.model={nativeCol:0,nativeColOff:0,nativeRow:0,nativeRowOff:0}}render(e,t){e.openNode(this.tag),this.map[`xdr:col`].render(e,t.nativeCol),this.map[`xdr:colOff`].render(e,t.nativeColOff),this.map[`xdr:row`].render(e,t.nativeRow),this.map[`xdr:rowOff`].render(e,t.nativeRowOff),e.closeNode()}parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(e.name){case this.tag:this.reset();break;default:this.parser=this.map[e.name],this.parser&&this.parser.parseOpen(e);break}return!0}parseText(e){this.parser&&this.parser.parseText(e)}parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.parser=void 0),!0;switch(e){case this.tag:return this.model={nativeCol:this.map[`xdr:col`].model,nativeColOff:this.map[`xdr:colOff`].model,nativeRow:this.map[`xdr:row`].model,nativeRowOff:this.map[`xdr:rowOff`].model},!1;default:return!0}}}})),WC,GC=t((()=>{dC(),UC(),mC(),yC(),LC(),Mg(),WC=class extends uC{constructor(){super(),this.map={"xdr:from":new HC({tag:`xdr:from`}),"xdr:ext":new pC({tag:`xdr:ext`}),"xdr:pic":new IC,"xdr:graphicFrame":new vC,"xdr:clientData":new jg({tag:`xdr:clientData`})}}get tag(){return`xdr:oneCellAnchor`}prepare(e,t){e.picture?this.map[`xdr:pic`].prepare(e.picture,t):e.graphicFrame&&this.map[`xdr:graphicFrame`].prepare(e.graphicFrame,t)}render(e,t){e.openNode(this.tag,{editAs:t.range.editAs??`oneCell`}),this.map[`xdr:from`].render(e,t.range.tl),this.map[`xdr:ext`].render(e,t.range.ext),t.picture?this.map[`xdr:pic`].render(e,t.picture):t.graphicFrame&&this.map[`xdr:graphicFrame`].render(e,t.graphicFrame),this.map[`xdr:clientData`].render(e,{}),e.closeNode()}parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.parser=void 0),!0;switch(e){case this.tag:return this.model.range.tl=this.map[`xdr:from`].model,this.model.range.ext=this.map[`xdr:ext`].model,this.model.picture=this.map[`xdr:pic`].model,this.model.graphicFrame=this.map[`xdr:graphicFrame`].model,!1;default:return!0}}reconcile(e,t){e.picture&&(e.medium=this.reconcilePicture(e.picture,t))}}})),KC,qC=t((()=>{j(),KC=class extends A{get tag(){return`xdr:sp`}render(e,t){t&&(e.openNode(this.tag,{macro:``,textlink:``}),e.openNode(`xdr:nvSpPr`),e.openNode(`xdr:cNvPr`,{id:t.cNvPrId,name:t.name,hidden:t.hidden?`1`:void 0}),e.openNode(`a:extLst`),e.openNode(`a:ext`,{uri:`{63B3BB69-23CF-44E3-9099-C40C66FF867C}`}),e.leafNode(`a14:compatExt`,{spid:t.spid,"xmlns:a14":`http://schemas.microsoft.com/office/drawing/2010/main`},void 0),e.closeNode(),e.closeNode(),e.closeNode(),e.leafNode(`xdr:cNvSpPr`),e.closeNode(),e.openNode(`xdr:spPr`,{bwMode:`auto`}),e.openNode(`a:xfrm`),e.leafNode(`a:off`,{x:0,y:0}),e.leafNode(`a:ext`,{cx:0,cy:0}),e.closeNode(),e.openNode(`a:prstGeom`,{prst:`rect`}),e.leafNode(`a:avLst`),e.closeNode(),e.leafNode(`a:noFill`),e.openNode(`a:ln`),e.leafNode(`a:noFill`),e.closeNode(),e.openNode(`a:extLst`),e.openNode(`a:ext`,{uri:`{909E8E84-426E-40DD-AFC4-6F175D3DCCD1}`}),e.openNode(`a14:hiddenFill`,{"xmlns:a14":`http://schemas.microsoft.com/office/drawing/2010/main`}),e.openNode(`a:solidFill`),e.leafNode(`a:srgbClr`,{val:`F0F0F0`}),e.closeNode(),e.closeNode(),e.closeNode(),e.openNode(`a:ext`,{uri:`{91240B29-F687-4F45-9708-019B960494DF}`}),e.openNode(`a14:hiddenLine`,{w:9525,"xmlns:a14":`http://schemas.microsoft.com/office/drawing/2010/main`}),e.openNode(`a:solidFill`),e.leafNode(`a:srgbClr`,{val:`000000`}),e.closeNode(),e.leafNode(`a:miter`,{lim:8e5}),e.leafNode(`a:headEnd`),e.leafNode(`a:tailEnd`),e.closeNode(),e.closeNode(),e.closeNode(),e.closeNode(),e.openNode(`xdr:txBody`),e.leafNode(`a:bodyPr`,{vertOverflow:`clip`,wrap:`square`,lIns:18288,tIns:18288,rIns:0,bIns:18288,anchor:`ctr`,upright:1}),e.leafNode(`a:lstStyle`),e.openNode(`a:p`),e.openNode(`a:pPr`,{algn:`l`,rtl:0}),e.leafNode(`a:defRPr`,{sz:1e3}),e.closeNode(),e.openNode(`a:r`),e.openNode(`a:rPr`,{lang:`en-US`,sz:800,b:0,i:0,u:`none`,strike:`noStrike`,baseline:0}),e.openNode(`a:solidFill`),e.leafNode(`a:srgbClr`,{val:`000000`}),e.closeNode(),e.leafNode(`a:latin`,{typeface:`Tahoma`,pitchFamily:2,charset:0}),e.leafNode(`a:ea`,{typeface:`Tahoma`,pitchFamily:2,charset:0}),e.leafNode(`a:cs`,{typeface:`Tahoma`,pitchFamily:2,charset:0}),e.closeNode(),e.openNode(`a:t`),e.writeText(t.text??``),e.closeNode(),e.closeNode(),e.closeNode(),e.closeNode(),e.closeNode())}}})),JC,YC=t((()=>{dC(),UC(),yC(),LC(),qC(),Mg(),JC=class extends uC{constructor(){super(),this._acDepth=0,this._inFallback=!1,this._fallbackDepth=0,this._choiceRequires=void 0,this.map={"xdr:from":new HC({tag:`xdr:from`}),"xdr:to":new HC({tag:`xdr:to`}),"xdr:pic":new IC,"xdr:sp":new KC,"xdr:graphicFrame":new vC,"xdr:clientData":new jg({tag:`xdr:clientData`})}}get tag(){return`xdr:twoCellAnchor`}prepare(e,t){e.picture?this.map[`xdr:pic`].prepare(e.picture,t):e.graphicFrame&&this.map[`xdr:graphicFrame`].prepare(e.graphicFrame,t)}render(e,t){let n=t.alternateContent?.requires,r=n===`cx1`||n===`cx`,i=!!n&&!r;i&&(e.openNode(`mc:AlternateContent`,{"xmlns:mc":`http://schemas.openxmlformats.org/markup-compatibility/2006`}),e.openNode(`mc:Choice`,{Requires:n,...n===`a14`?{"xmlns:a14":`http://schemas.microsoft.com/office/drawing/2010/main`}:{}}));let a=t.range.editAs??(t.graphicFrame?void 0:`oneCell`),o=a&&a!==`twoCell`?{editAs:a}:{};e.openNode(this.tag,o),this.map[`xdr:from`].render(e,t.range.tl),this.map[`xdr:to`].render(e,t.range.br),r?this.renderChartExAlternateContent(e,t):t.picture?this.map[`xdr:pic`].render(e,t.picture):t.graphicFrame?this.map[`xdr:graphicFrame`].render(e,t.graphicFrame):t.shape&&this.map[`xdr:sp`].render(e,t.shape),this.map[`xdr:clientData`].render(e,{}),e.closeNode(),i&&(e.closeNode(),e.leafNode(`mc:Fallback`),e.closeNode())}renderChartExAlternateContent(e,t){e.openNode(`mc:AlternateContent`,{"xmlns:mc":`http://schemas.openxmlformats.org/markup-compatibility/2006`}),e.openNode(`mc:Choice`,{"xmlns:cx1":`http://schemas.microsoft.com/office/drawing/2015/9/8/chartex`,Requires:`cx1`}),t.graphicFrame&&this.map[`xdr:graphicFrame`].render(e,t.graphicFrame),e.closeNode(),e.openNode(`mc:Fallback`),this.renderChartExFallbackShape(e,t),e.closeNode(),e.closeNode()}renderChartExFallbackShape(e,t){e.openNode(`xdr:sp`,{macro:``,textlink:``}),e.openNode(`xdr:nvSpPr`),e.leafNode(`xdr:cNvPr`,{id:0,name:``}),e.openNode(`xdr:cNvSpPr`),e.leafNode(`a:spLocks`,{noTextEdit:1}),e.closeNode(),e.closeNode(),e.openNode(`xdr:spPr`),e.openNode(`a:xfrm`),e.leafNode(`a:off`,{x:3917950,y:698500}),e.leafNode(`a:ext`,{cx:5486400,cy:3657600}),e.closeNode(),e.openNode(`a:prstGeom`,{prst:`rect`}),e.leafNode(`a:avLst`),e.closeNode(),e.openNode(`a:solidFill`),e.leafNode(`a:prstClr`,{val:`white`}),e.closeNode(),e.openNode(`a:ln`,{w:1}),e.openNode(`a:solidFill`),e.leafNode(`a:prstClr`,{val:`black`}),e.closeNode(),e.closeNode(),e.closeNode(),e.openNode(`xdr:txBody`),e.leafNode(`a:bodyPr`,{vertOverflow:`clip`,horzOverflow:`clip`}),e.leafNode(`a:lstStyle`),e.openNode(`a:p`),e.openNode(`a:r`),e.leafNode(`a:rPr`,{lang:`en-US`,sz:1100}),e.openNode(`a:t`),e.writeText(`This chart isn't available in your version of Excel.
406
406
 
407
407
  Editing this shape or saving this workbook into a different file format will permanently break the chart.`),e.closeNode(),e.closeNode(),e.closeNode(),e.closeNode(),e.closeNode()}parseOpen(e){if(this._inFallback)return this._fallbackDepth++,!0;switch(e.name){case`mc:AlternateContent`:return this._acDepth++,!0;case`mc:Choice`:return this._acDepth>0&&(this._choiceRequires=e.attributes?.Requires),!0;case`mc:Fallback`:return this._acDepth>0&&(this._inFallback=!0,this._fallbackDepth=1),!0;default:break}if(this.parser)return this.parser.parseOpen(e),!0;switch(e.name){case this.tag:this.reset(),this.model={range:{editAs:e.attributes.editAs}},this._acDepth=0,this._inFallback=!1,this._fallbackDepth=0,this._choiceRequires=void 0;break;default:this.parser=this.map[e.name],this.parser&&this.parser.parseOpen(e);break}return!0}parseText(e){this._inFallback||this.parser&&this.parser.parseText(e)}parseClose(e){if(this._inFallback)return this._fallbackDepth--,this._fallbackDepth===0&&(this._inFallback=!1),!0;switch(e){case`mc:AlternateContent`:return this._acDepth--,this._acDepth<=0&&(this._acDepth=0,this._choiceRequires&&(this.model.alternateContent={requires:this._choiceRequires}),this._choiceRequires=void 0),!0;case`mc:Choice`:case`mc:Fallback`:return!0;default:break}if(this.parser)return this.parser.parseClose(e)||(this.parser=void 0),!0;switch(e){case this.tag:return this.model.range.tl=this.map[`xdr:from`].model,this.model.range.br=this.map[`xdr:to`].model,this.model.picture=this.map[`xdr:pic`].model,this.model.graphicFrame=this.map[`xdr:graphicFrame`].model,!1;default:return!0}}reconcile(e,t){e.picture&&(e.medium=this.reconcilePicture(e.picture,t))}}}));function XC(e){let t=typeof e.range==`string`?E.decode(e.range):e.range;return t.pos===void 0?t.br?`xdr:twoCellAnchor`:`xdr:oneCellAnchor`:`xdr:absoluteAnchor`}var ZC,QC=t((()=>{da(),j(),VC(),GC(),YC(),ag(),ZC=class e extends A{constructor(){super(),this._inAlternateContent=!1,this._acDepth=0,this._inChoice=!1,this._inFallback=!1,this._fallbackDepth=0,this._choiceRequires=void 0,this._anchorCountBeforeAC=0,this.map={"xdr:twoCellAnchor":new JC,"xdr:oneCellAnchor":new WC,"xdr:absoluteAnchor":new BC},this.model={anchors:[]}}prepare(e){e.anchors.forEach((e,t)=>{e.anchorType=XC(e),this.map[e.anchorType].prepare(e,{index:t})})}get tag(){return`xdr:wsDr`}render(t,n){let r=n||this.model;t.openXml(of);let i=r.anchors.some(e=>!!e?.alternateContent)?e.DRAWING_ATTRIBUTES_WITH_MC:e.DRAWING_ATTRIBUTES;t.openNode(this.tag,i),r.anchors.forEach(e=>{this.map[e.anchorType].render(t,e)}),t.closeNode()}parseOpen(e){if(this._inFallback)return this._fallbackDepth++,!0;if(this.parser)return this.parser.parseOpen(e),!0;switch(e.name){case this.tag:this.reset(),this.model={anchors:[]};break;case`mc:AlternateContent`:this._acDepth=(this._acDepth??0)+1,this._acDepth===1&&(this._inAlternateContent=!0,this._anchorCountBeforeAC=this.model.anchors.length);break;case`mc:Choice`:this._inAlternateContent&&(this._inChoice=!0,this._choiceRequires=e.attributes?.Requires);break;case`mc:Fallback`:this._inAlternateContent&&(this._inFallback=!0,this._fallbackDepth=1);break;default:this.parser=this.map[e.name],this.parser&&this.parser.parseOpen(e);break}return!0}parseText(e){this._inFallback||this.parser&&this.parser.parseText(e)}parseClose(e){if(this._inFallback)return this._fallbackDepth--,this._fallbackDepth===0&&(this._inFallback=!1),!0;if(this.parser)return this.parser.parseClose(e)||(this.model.anchors.push(this.parser.model),this.parser=void 0),!0;switch(e){case this.tag:return!1;case`mc:AlternateContent`:if(this._acDepth=(this._acDepth??0)-1,this._acDepth<=0){if(this._inAlternateContent&&this._choiceRequires){let e=this.model.anchors;for(let t=this._anchorCountBeforeAC;t<e.length;t++)e[t].alternateContent={requires:this._choiceRequires}}this._inAlternateContent=!1,this._inChoice=!1,this._choiceRequires=void 0,this._acDepth=0}return!0;case`mc:Choice`:return this._inChoice=!1,!0;default:return!0}}reconcile(e,t){e.anchors.forEach(e=>{e.range?.pos===void 0?e.br?this.map[`xdr:twoCellAnchor`].reconcile(e,t):this.map[`xdr:oneCellAnchor`].reconcile(e,t):this.map[`xdr:absoluteAnchor`].reconcile(e,t)})}static{this.DRAWING_ATTRIBUTES={"xmlns:xdr":`http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing`,"xmlns:a":`http://schemas.openxmlformats.org/drawingml/2006/main`}}static{this.DRAWING_ATTRIBUTES_WITH_MC={"xmlns:xdr":`http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing`,"xmlns:a":`http://schemas.openxmlformats.org/drawingml/2006/main`,"xmlns:r":`http://schemas.openxmlformats.org/officeDocument/2006/relationships`,"xmlns:c":`http://schemas.openxmlformats.org/drawingml/2006/chart`,"xmlns:mc":`http://schemas.openxmlformats.org/markup-compatibility/2006`,"xmlns:cx":`http://schemas.microsoft.com/office/drawing/2014/chartex`}}}})),$C,ew=t((()=>{j(),jy(),ky(),$C=class extends A{constructor(){super(),this.map={r:new Ay,t:new Oy}}get tag(){return`rPh`}render(e,t){if(e.openNode(this.tag,{sb:t.sb??0,eb:t.eb??0}),t&&Object.prototype.hasOwnProperty.call(t,`richText`)&&t.richText){let{r:n}=this.map;t.richText.forEach(t=>{n.render(e,t)})}else t&&this.map.t.render(e,t.text);e.closeNode()}parseOpen(e){let{name:t}=e;return this.parser?(this.parser.parseOpen(e),!0):t===this.tag?(this.model={sb:parseInt(e.attributes.sb,10),eb:parseInt(e.attributes.eb,10)},!0):(this.parser=this.map[t],this.parser?(this.parser.parseOpen(e),!0):!1)}parseText(e){this.parser&&this.parser.parseText(e)}parseClose(e){if(this.parser){if(!this.parser.parseClose(e)){switch(e){case`r`:{let e=this.model.richText;e||=this.model.richText=[],e.push(this.parser.model);break}case`t`:this.model.text=this.parser.model;break;default:break}this.parser=void 0}return!0}switch(e){case this.tag:return!1;default:return!0}}}})),tw,nw=t((()=>{j(),ew(),jy(),ky(),tw=class extends A{constructor(e){super(),this.model=e,this.map={r:new Ay,t:new Oy,rPh:new $C}}get tag(){return`si`}render(e,t){e.openNode(this.tag),t&&typeof t==`object`&&Object.prototype.hasOwnProperty.call(t,`richText`)&&t.richText?t.richText.length?t.richText.forEach(t=>{this.map.r.render(e,t)}):this.map.t.render(e,``):t!=null&&this.map.t.render(e,t),e.closeNode()}parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):e.name===this.tag?(this.model={},!0):(this.parser=this.map[e.name],this.parser?(this.parser.parseOpen(e),!0):!1)}parseText(e){this.parser&&this.parser.parseText(e)}parseClose(e){if(this.parser){if(!this.parser.parseClose(e)){switch(e){case`r`:{let e=this.model.richText;e||=this.model.richText=[],e.push(this.parser.model);break}case`t`:this.model=this.parser.model;break;default:break}this.parser=void 0}return!0}switch(e){case this.tag:return!1;default:return!0}}}})),rw,iw=t((()=>{la(),j(),nw(),ag(),rw=class extends A{constructor(e){super(),this.model=e||{values:[],count:0},this.hash=Object.create(null),this.rich=Object.create(null)}get sharedStringXform(){return this._sharedStringXform||=new tw}get values(){return this.model.values}get uniqueCount(){return this.model.values.length}get count(){return this.model.count}getString(e){return this.model.values[e]}add(e){return e.richText?this.addRichText(e):this.addText(e)}addText(e){let t=this.hash[e];return t===void 0&&(t=this.hash[e]=this.model.values.length,this.model.values.push(e)),this.model.count++,t}addRichText(e){let t=this.sharedStringXform.toXml(e),n=this.rich[t];return n===void 0&&(n=this.rich[t]=this.model.values.length,this.model.values.push(e)),this.model.count++,n}render(e,t){let n=t||this._values;e.openXml(of),e.openNode(`sst`,{xmlns:`http://schemas.openxmlformats.org/spreadsheetml/2006/main`,count:n.count,uniqueCount:n.values.length});let r=this.sharedStringXform;n.values.forEach(t=>{r.render(e,t)}),e.closeNode()}parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(e.name){case`sst`:return!0;case`si`:return this.parser=this.sharedStringXform,this.parser.parseOpen(e),!0;default:throw new $i(`sharedStrings`,`Unexpected xml node in parseOpen: ${JSON.stringify(e)}`)}}parseText(e){this.parser&&this.parser.parseText(e)}parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.model.values.push(this.parser.model),this.model.count++,this.parser=void 0),!0;switch(e){case`sst`:return!1;default:throw new $i(`sharedStrings`,`Unexpected xml node in parseClose: ${e}`)}}}})),aw,ow=t((()=>{aw=`<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
408
- <a:theme xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" name="Office Theme"> <a:themeElements> <a:clrScheme name="Office"> <a:dk1> <a:sysClr val="windowText" lastClr="000000"/> </a:dk1> <a:lt1> <a:sysClr val="window" lastClr="FFFFFF"/> </a:lt1> <a:dk2> <a:srgbClr val="1F497D"/> </a:dk2> <a:lt2> <a:srgbClr val="EEECE1"/> </a:lt2> <a:accent1> <a:srgbClr val="4F81BD"/> </a:accent1> <a:accent2> <a:srgbClr val="C0504D"/> </a:accent2> <a:accent3> <a:srgbClr val="9BBB59"/> </a:accent3> <a:accent4> <a:srgbClr val="8064A2"/> </a:accent4> <a:accent5> <a:srgbClr val="4BACC6"/> </a:accent5> <a:accent6> <a:srgbClr val="F79646"/> </a:accent6> <a:hlink> <a:srgbClr val="0000FF"/> </a:hlink> <a:folHlink> <a:srgbClr val="800080"/> </a:folHlink> </a:clrScheme> <a:fontScheme name="Office"> <a:majorFont> <a:latin typeface="Cambria"/> <a:ea typeface=""/> <a:cs typeface=""/> <a:font script="Jpan" typeface="MS Pゴシック"/> <a:font script="Hang" typeface="맑은 고딕"/> <a:font script="Hans" typeface="宋体"/> <a:font script="Hant" typeface="新細明體"/> <a:font script="Arab" typeface="Times New Roman"/> <a:font script="Hebr" typeface="Times New Roman"/> <a:font script="Thai" typeface="Tahoma"/> <a:font script="Ethi" typeface="Nyala"/> <a:font script="Beng" typeface="Vrinda"/> <a:font script="Gujr" typeface="Shruti"/> <a:font script="Khmr" typeface="MoolBoran"/> <a:font script="Knda" typeface="Tunga"/> <a:font script="Guru" typeface="Raavi"/> <a:font script="Cans" typeface="Euphemia"/> <a:font script="Cher" typeface="Plantagenet Cherokee"/> <a:font script="Yiii" typeface="Microsoft Yi Baiti"/> <a:font script="Tibt" typeface="Microsoft Himalaya"/> <a:font script="Thaa" typeface="MV Boli"/> <a:font script="Deva" typeface="Mangal"/> <a:font script="Telu" typeface="Gautami"/> <a:font script="Taml" typeface="Latha"/> <a:font script="Syrc" typeface="Estrangelo Edessa"/> <a:font script="Orya" typeface="Kalinga"/> <a:font script="Mlym" typeface="Kartika"/> <a:font script="Laoo" typeface="DokChampa"/> <a:font script="Sinh" typeface="Iskoola Pota"/> <a:font script="Mong" typeface="Mongolian Baiti"/> <a:font script="Viet" typeface="Times New Roman"/> <a:font script="Uigh" typeface="Microsoft Uighur"/> <a:font script="Geor" typeface="Sylfaen"/> </a:majorFont> <a:minorFont> <a:latin typeface="Calibri"/> <a:ea typeface=""/> <a:cs typeface=""/> <a:font script="Jpan" typeface="MS Pゴシック"/> <a:font script="Hang" typeface="맑은 고딕"/> <a:font script="Hans" typeface="宋体"/> <a:font script="Hant" typeface="新細明體"/> <a:font script="Arab" typeface="Arial"/> <a:font script="Hebr" typeface="Arial"/> <a:font script="Thai" typeface="Tahoma"/> <a:font script="Ethi" typeface="Nyala"/> <a:font script="Beng" typeface="Vrinda"/> <a:font script="Gujr" typeface="Shruti"/> <a:font script="Khmr" typeface="DaunPenh"/> <a:font script="Knda" typeface="Tunga"/> <a:font script="Guru" typeface="Raavi"/> <a:font script="Cans" typeface="Euphemia"/> <a:font script="Cher" typeface="Plantagenet Cherokee"/> <a:font script="Yiii" typeface="Microsoft Yi Baiti"/> <a:font script="Tibt" typeface="Microsoft Himalaya"/> <a:font script="Thaa" typeface="MV Boli"/> <a:font script="Deva" typeface="Mangal"/> <a:font script="Telu" typeface="Gautami"/> <a:font script="Taml" typeface="Latha"/> <a:font script="Syrc" typeface="Estrangelo Edessa"/> <a:font script="Orya" typeface="Kalinga"/> <a:font script="Mlym" typeface="Kartika"/> <a:font script="Laoo" typeface="DokChampa"/> <a:font script="Sinh" typeface="Iskoola Pota"/> <a:font script="Mong" typeface="Mongolian Baiti"/> <a:font script="Viet" typeface="Arial"/> <a:font script="Uigh" typeface="Microsoft Uighur"/> <a:font script="Geor" typeface="Sylfaen"/> </a:minorFont> </a:fontScheme> <a:fmtScheme name="Office"> <a:fillStyleLst> <a:solidFill> <a:schemeClr val="phClr"/> </a:solidFill> <a:gradFill rotWithShape="1"> <a:gsLst> <a:gs pos="0"> <a:schemeClr val="phClr"> <a:tint val="50000"/> <a:satMod val="300000"/> </a:schemeClr> </a:gs> <a:gs pos="35000"> <a:schemeClr val="phClr"> <a:tint val="37000"/> <a:satMod val="300000"/> </a:schemeClr> </a:gs> <a:gs pos="100000"> <a:schemeClr val="phClr"> <a:tint val="15000"/> <a:satMod val="350000"/> </a:schemeClr> </a:gs> </a:gsLst> <a:lin ang="16200000" scaled="1"/> </a:gradFill> <a:gradFill rotWithShape="1"> <a:gsLst> <a:gs pos="0"> <a:schemeClr val="phClr"> <a:tint val="100000"/> <a:shade val="100000"/> <a:satMod val="130000"/> </a:schemeClr> </a:gs> <a:gs pos="100000"> <a:schemeClr val="phClr"> <a:tint val="50000"/> <a:shade val="100000"/> <a:satMod val="350000"/> </a:schemeClr> </a:gs> </a:gsLst> <a:lin ang="16200000" scaled="0"/> </a:gradFill> </a:fillStyleLst> <a:lnStyleLst> <a:ln w="9525" cap="flat" cmpd="sng" algn="ctr"> <a:solidFill> <a:schemeClr val="phClr"> <a:shade val="95000"/> <a:satMod val="105000"/> </a:schemeClr> </a:solidFill> <a:prstDash val="solid"/> </a:ln> <a:ln w="25400" cap="flat" cmpd="sng" algn="ctr"> <a:solidFill> <a:schemeClr val="phClr"/> </a:solidFill> <a:prstDash val="solid"/> </a:ln> <a:ln w="38100" cap="flat" cmpd="sng" algn="ctr"> <a:solidFill> <a:schemeClr val="phClr"/> </a:solidFill> <a:prstDash val="solid"/> </a:ln> </a:lnStyleLst> <a:effectStyleLst> <a:effectStyle> <a:effectLst> <a:outerShdw blurRad="40000" dist="20000" dir="5400000" rotWithShape="0"> <a:srgbClr val="000000"> <a:alpha val="38000"/> </a:srgbClr> </a:outerShdw> </a:effectLst> </a:effectStyle> <a:effectStyle> <a:effectLst> <a:outerShdw blurRad="40000" dist="23000" dir="5400000" rotWithShape="0"> <a:srgbClr val="000000"> <a:alpha val="35000"/> </a:srgbClr> </a:outerShdw> </a:effectLst> </a:effectStyle> <a:effectStyle> <a:effectLst> <a:outerShdw blurRad="40000" dist="23000" dir="5400000" rotWithShape="0"> <a:srgbClr val="000000"> <a:alpha val="35000"/> </a:srgbClr> </a:outerShdw> </a:effectLst> <a:scene3d> <a:camera prst="orthographicFront"> <a:rot lat="0" lon="0" rev="0"/> </a:camera> <a:lightRig rig="threePt" dir="t"> <a:rot lat="0" lon="0" rev="1200000"/> </a:lightRig> </a:scene3d> <a:sp3d> <a:bevelT w="63500" h="25400"/> </a:sp3d> </a:effectStyle> </a:effectStyleLst> <a:bgFillStyleLst> <a:solidFill> <a:schemeClr val="phClr"/> </a:solidFill> <a:gradFill rotWithShape="1"> <a:gsLst> <a:gs pos="0"> <a:schemeClr val="phClr"> <a:tint val="40000"/> <a:satMod val="350000"/> </a:schemeClr> </a:gs> <a:gs pos="40000"> <a:schemeClr val="phClr"> <a:tint val="45000"/> <a:shade val="99000"/> <a:satMod val="350000"/> </a:schemeClr> </a:gs> <a:gs pos="100000"> <a:schemeClr val="phClr"> <a:shade val="20000"/> <a:satMod val="255000"/> </a:schemeClr> </a:gs> </a:gsLst> <a:path path="circle"> <a:fillToRect l="50000" t="-80000" r="50000" b="180000"/> </a:path> </a:gradFill> <a:gradFill rotWithShape="1"> <a:gsLst> <a:gs pos="0"> <a:schemeClr val="phClr"> <a:tint val="80000"/> <a:satMod val="300000"/> </a:schemeClr> </a:gs> <a:gs pos="100000"> <a:schemeClr val="phClr"> <a:shade val="30000"/> <a:satMod val="200000"/> </a:schemeClr> </a:gs> </a:gsLst> <a:path path="circle"> <a:fillToRect l="50000" t="50000" r="50000" b="50000"/> </a:path> </a:gradFill> </a:bgFillStyleLst> </a:fmtScheme> </a:themeElements> <a:objectDefaults> <a:spDef> <a:spPr/> <a:bodyPr/> <a:lstStyle/> <a:style> <a:lnRef idx="1"> <a:schemeClr val="accent1"/> </a:lnRef> <a:fillRef idx="3"> <a:schemeClr val="accent1"/> </a:fillRef> <a:effectRef idx="2"> <a:schemeClr val="accent1"/> </a:effectRef> <a:fontRef idx="minor"> <a:schemeClr val="lt1"/> </a:fontRef> </a:style> </a:spDef> <a:lnDef> <a:spPr/> <a:bodyPr/> <a:lstStyle/> <a:style> <a:lnRef idx="2"> <a:schemeClr val="accent1"/> </a:lnRef> <a:fillRef idx="0"> <a:schemeClr val="accent1"/> </a:fillRef> <a:effectRef idx="1"> <a:schemeClr val="accent1"/> </a:effectRef> <a:fontRef idx="minor"> <a:schemeClr val="tx1"/> </a:fontRef> </a:style> </a:lnDef> </a:objectDefaults> <a:extraClrSchemeLst/> </a:theme>`}));function sw(e){if(e.length===0)return;let t=e.splice(0);for(let e of t)e()}var cw,lw,uw,dw,fw=t((()=>{xy(),Aa(),la(),PS(),ib(),ng(),LS(),KS(),JS(),mu(),Pg(),eC(),nC(),sC(),lC(),zg(),Ug(),QC(),iw(),M_(),ow(),Ei(),lr(),Hf(),cw=new Uint8Array,lw=new TextDecoder,uw=class{constructor(e,t){this._needsDrain=!1,this._drainResolvers=[],this._drainListenerAttached=!1,this._sinkError=null,this._lifecycleListenersAttached=!1,this.WorksheetWriterClass=t,this.created=e.created||new Date,this.modified=e.modified||this.created,this.creator=e.creator??`ExcelTS`,this.lastModifiedBy=e.lastModifiedBy??`ExcelTS`,this.lastPrinted=e.lastPrinted,this.useSharedStrings=e.useSharedStrings??!1,this.sharedStrings=new IS,this.styles=e.useStyles?new A_(!0):new A_.Mock(!0),this._definedNames=new ka,this._worksheets=[],this.views=[],this.zipOptions=e.zip;let n=e.zip?.zlib?.level??e.zip?.compressionOptions?.level??6;this.compressionLevel=Math.max(0,Math.min(9,n)),this.media=[],this.commentRefs=[],this.dynamicArrayCount=0,this._trueStreaming=e.trueStreaming??!1,this.zip=new by((e,t,n)=>{if(e)this.stream.emit(`error`,e);else{let e=this.stream.write(t);this._trackBackpressure(e),n&&this.stream.end()}}),this.stream=this._createOutputStream(e),this._attachSinkLifecycleListeners(),this.promise=Promise.resolve()}_createOutputStream(e){return e.stream?ei(e.stream):new GS}_trackBackpressure(e){if(e instanceof Promise){e.then(e=>{e||(this._needsDrain=!0)},()=>{});return}e===!1&&(this._needsDrain=!0),this._ensureDrainListener()}_ensureDrainListener(){this._drainListenerAttached||typeof this.stream.on==`function`&&(this._drainListenerAttached=!0,this.stream.on(`drain`,()=>{this._needsDrain=!1,sw(this._drainResolvers)}))}_attachSinkLifecycleListeners(){this._lifecycleListenersAttached||typeof this.stream.on==`function`&&(this._lifecycleListenersAttached=!0,typeof this.stream.once==`function`?(this.stream.once(`error`,e=>{this._sinkError||=e,this._wakeAllBackpressureWaiters()}),this.stream.once(`close`,()=>{this._wakeAllBackpressureWaiters()})):this.stream.on(`error`,e=>{this._sinkError||=e,this._wakeAllBackpressureWaiters()}))}_wakeAllBackpressureWaiters(){this._needsDrain=!1,sw(this._drainResolvers)}async _waitForUserSinkDrain(){if(!this._sinkError&&this._needsDrain)return new Promise(e=>this._drainResolvers.push(e))}get definedNames(){return this._definedNames}get defaultFont(){return this.styles.defaultFont}set defaultFont(e){this.styles.setDefaultFont&&this.styles.setDefaultFont(e)}_openStream(e){let t=new GS({bufSize:this._trueStreaming?4096:65536,batch:!this._trueStreaming}),n=new yy(e,{level:this.compressionLevel});this.zip.add(n);let r=e=>n.push(e);return t.on(`data`,r),t.once(`finish`,()=>{t.removeListener(`data`,r),n.push(cw,!0),t.emit(`zipped`)}),t}_addFile(e,t,n){let r=new yy(t,{level:this.compressionLevel});this.zip.add(r);let i;i=n?cf(typeof e==`string`?e:lw.decode(e)):typeof e==`string`?Yn(e):e,r.push(i,!0)}async _commitWorksheets(){for(let e of this._worksheets)!e||e.committed||(await new Promise(t=>{e.stream.once(`zipped`,()=>t()),e.commit()}),await this._waitForUserSinkDrain())}async commit(){await this.promise,await this._commitWorksheets(),await this.addMedia(),this.addDrawings(),await this._waitForUserSinkDrain(),await Promise.all([this.addThemes(),this.addOfficeRels(),this.addContentTypes(),this.addApp(),this.addCore(),this.addSharedStrings(),this.addStyles(),this.addFeaturePropertyBag(),this.addMetadata(),this.addWorkbookRels()]),await this._waitForUserSinkDrain(),await this.addWorkbook(),await this._waitForUserSinkDrain(),await this._finalize()}get nextId(){for(let e=1;e<this._worksheets.length;e++)if(!this._worksheets[e])return e;return this._worksheets.length||1}addImage(e){let t=this.media.length,n={...e,type:`image`,name:`image${t}.${e.extension}`};return this.media.push(n),t}getImage(e){return this.media[e]}async protect(e,t){this.protection=await qS(e,t)}unprotect(){this.protection=void 0}addWorksheet(e,t){let n=t||{},r=n.useSharedStrings===void 0?this.useSharedStrings:n.useSharedStrings;n.tabColor&&(console.trace(`tabColor option has moved to { properties: tabColor: {...} }`),n.properties={tabColor:n.tabColor,...n.properties});let i=this.nextId;e??=`sheet${i}`;let a=new this.WorksheetWriterClass({id:i,name:e,workbook:this,useSharedStrings:r,properties:n.properties,state:n.state,pageSetup:n.pageSetup,views:n.views,autoFilter:n.autoFilter,headerFooter:n.headerFooter});return this._worksheets[i]=a,a}getWorksheet(e){if(e===void 0)return this._worksheets.find(()=>!0);if(typeof e==`number`)return this._worksheets[e];if(typeof e==`string`){let t=e.toLowerCase();return this._worksheets.find(e=>e?.name?.toLowerCase()===t)}}addStyles(){return new Promise(e=>{this._addFile(this.styles.xml,k.xlStyles),e()})}addThemes(){return new Promise(e=>{this._addFile(aw,k.xlTheme1),e()})}addOfficeRels(){return new Promise(e=>{let t=new Hg().toXml([{Id:`rId1`,Type:D.OfficeDocument,Target:k.xlWorkbook},{Id:`rId2`,Type:D.CoreProperties,Target:k.docPropsCore},{Id:`rId3`,Type:D.ExtenderProperties,Target:k.docPropsApp}]);this._addFile(t,k.rootRels),e()})}addContentTypes(){return new Promise(e=>{let t=this._worksheets.filter(Boolean);t.forEach(e=>{e.fileIndex=e.id});let n=t.filter(e=>e.drawing).map(e=>e.drawing),r={worksheets:t,sharedStrings:this.sharedStrings,commentRefs:this.commentRefs,media:this.media,drawings:n,hasCheckboxes:this.styles.hasCheckboxes,hasDynamicArrayFormulas:this.dynamicArrayCount>0},i=new tC;this._addFile(i.toXml(r),k.contentTypes),e()})}addMedia(){return Promise.all(this.media.map(async e=>{if(e.type===`image`){let t=ym(e.name);if(e.buffer){this._addFile(e.buffer,t);return}if(e.base64){let n=e.base64.substring(e.base64.indexOf(`,`)+1);this._addFile(n,t,!0);return}if(e.filename)throw new ea(`Loading images from filename`,`not supported in browser. Use buffer or base64.`)}throw new sa(`Unsupported media`)}))}addDrawings(){let e=new ZC,t=new Hg;for(let n of this._worksheets){if(!n?.drawing)continue;let{drawing:r}=n,i=rb(r.anchors),a={...r,anchors:i};e.prepare(a);let o=e.toXml(a);this._addFile(o,km(r.name));let s=t.toXml(r.rels);this._addFile(s,Am(r.name))}}addApp(){return new Promise(e=>{let t=new $S;this._addFile(t.toXml({worksheets:this._worksheets.filter(Boolean)}),k.docPropsApp),e()})}addCore(){return new Promise(e=>{let t=new oC;this._addFile(t.toXml(this),k.docPropsCore),e()})}addSharedStrings(){return this.sharedStrings.count?new Promise(e=>{let t=new rw;this._addFile(t.toXml(this.sharedStrings),k.xlSharedStrings),e()}):Promise.resolve()}addFeaturePropertyBag(){if(this.styles.hasCheckboxes){let e=new cC;this._addFile(e.toXml({}),k.xlFeaturePropertyBag)}return Promise.resolve()}addMetadata(){if(this.dynamicArrayCount<=0)return Promise.resolve();let e=new Rg;return this._addFile(e.toXml({dynamicArrayCount:this.dynamicArrayCount}),k.xlMetadata),Promise.resolve()}addWorkbookRels(){let e=1,t=[{Id:`rId${e++}`,Type:D.Styles,Target:Gh.workbookStyles},{Id:`rId${e++}`,Type:D.Theme,Target:Gh.workbookTheme1}];return this.sharedStrings.count&&t.push({Id:`rId${e++}`,Type:D.SharedStrings,Target:Gh.workbookSharedStrings}),this.styles.hasCheckboxes&&t.push({Id:`rId${e++}`,Type:D.FeaturePropertyBag,Target:Gh.workbookFeaturePropertyBag}),this.dynamicArrayCount>0&&t.push({Id:`rId${e++}`,Type:D.SheetMetadata,Target:Gh.workbookMetadata}),this._worksheets.forEach(n=>{n&&(n.rId=`rId${e++}`,t.push({Id:n.rId,Type:D.Worksheet,Target:Sm(n.id)}))}),new Promise(e=>{let n=new Hg;this._addFile(n.toXml(t),k.xlWorkbookRels),e()})}addWorkbook(){let e={worksheets:this._worksheets.filter(Boolean),definedNames:this._definedNames.model,views:this.views,properties:{},protection:this.protection,calcProperties:{}};return new Promise(t=>{let n=new Ng;n.prepare(e),this._addFile(n.toXml(e),k.xlWorkbook),t()})}_finalize(){if(this._sinkError){try{this.zip.end()}catch{}return Promise.reject(this._sinkError)}return new Promise((e,t)=>{let n=()=>{this.stream.removeListener(`close`,i),this.stream.removeListener(`error`,r)},r=e=>{n(),t(e)},i=()=>{if(n(),this._sinkError){t(this._sinkError);return}e(this)};this.stream.once(`error`,r),this.stream.once(`close`,i),this.zip.end()})}},dw=class extends uw{constructor(e={}){super(e,NS)}}}));function pw(){let e=`0123456789ABCDEF`,t=``;for(let n=0;n<32;n++)n===12?t+=`4`:n===16?t+=e[8+Math.floor(Math.random()*4)]:t+=e[Math.floor(Math.random()*16)],(n===7||n===11||n===15||n===19)&&(t+=`-`);return t}var mw=t((()=>{})),hw,gw,_w,vw,yw,bw,xw,Sw=t((()=>{da(),hw=9525,gw=12700,_w=142875,vw=28575,yw=276225,bw=190500,xw=class e{constructor(e,t,n){this.worksheet=e;let{tl:r,br:i}=this._parseRange(t),a=1025+(e.formControls?.length??0),o;n?.link&&(o=this._toAbsoluteRef(n.link)),this.model={shapeId:a,ctrlPropId:0,tl:r,br:i,link:o,checked:n?.checked?`Checked`:`Unchecked`,text:n?.text??``,noThreeD:n?.noThreeD??!0,print:n?.print??!1}}static fromModel(t,n){let r=Object.create(e.prototype);return r.worksheet=t,r.model={...n,tl:{...n.tl},br:{...n.br}},r}get checked(){return this.model.checked===`Checked`}set checked(e){this.model.checked=e?`Checked`:`Unchecked`}get link(){return this.model.link}set link(e){this.model.link=e?this._toAbsoluteRef(e):void 0}get text(){return this.model.text}set text(e){this.model.text=e}_toAbsoluteRef(e){if(e.includes(`$`))return e;let t=E.decodeAddress(e);return`$${E.n2l(t.col)}$${t.row}`}_parseRange(e){let t,n;if(typeof e==`string`)if(e.includes(`:`)){let r=E.decode(e);if(`top`in r)if(r.left===r.right&&r.top===r.bottom){let e=r.left-1,i=r.top-1;t={col:e,colOff:_w,row:i,rowOff:vw},n={col:e+2,colOff:yw,row:i+1,rowOff:bw}}else t={col:r.left-1,colOff:_w,row:r.top-1,rowOff:vw},n={col:r.right-1,colOff:yw,row:r.bottom-1,rowOff:bw};else t={col:r.col-1,colOff:_w,row:r.row-1,rowOff:vw},n={col:r.col+1,colOff:yw,row:r.row,rowOff:bw}}else{let r=E.decodeAddress(e);t={col:r.col-1,colOff:_w,row:r.row-1,rowOff:vw},n={col:r.col+1,colOff:yw,row:r.row,rowOff:bw}}else if(`startCol`in e)t={col:e.startCol,colOff:e.startColOff??_w,row:e.startRow,rowOff:e.startRowOff??vw},n={col:e.endCol,colOff:e.endColOff??yw,row:e.endRow,rowOff:e.endRowOff??bw};else{if(typeof e.tl==`string`){let n=E.decodeAddress(e.tl);t={col:n.col-1,colOff:_w,row:n.row-1,rowOff:vw}}else t={col:e.tl.col,colOff:e.tl.colOff??_w,row:e.tl.row,rowOff:e.tl.rowOff??vw};if(e.br)if(typeof e.br==`string`){let t=E.decodeAddress(e.br);n={col:t.col-1,colOff:yw,row:t.row-1,rowOff:bw}}else n={col:e.br.col,colOff:e.br.colOff??yw,row:e.br.row,rowOff:e.br.rowOff??bw};else n={col:t.col+2,colOff:yw,row:t.row+1,rowOff:bw}}return{tl:t,br:n}}getVmlAnchor(){return e.getVmlAnchor(this.model)}getVmlStyle(){return e.getVmlStyle(this.model)}getVmlCheckedValue(){return e.getVmlCheckedValue(this.model)}static getVmlAnchor(e){let{tl:t,br:n}=e,r=Math.round(t.colOff/hw),i=Math.round(t.rowOff/hw),a=Math.round(n.colOff/hw),o=Math.round(n.rowOff/hw);return`${t.col}, ${r}, ${t.row}, ${i}, ${n.col}, ${a}, ${n.row}, ${o}`}static getVmlStyle(e){return`position:absolute;margin-left:${Math.round(e.tl.colOff/gw)}pt;margin-top:${Math.round(e.tl.rowOff/gw)}pt;width:96pt;height:18pt;z-index:1;visibility:visible`}static getVmlCheckedValue(e){switch(e.checked){case`Checked`:return 1;case`Mixed`:return 2;default:return 0}}}})),Cw,ww=t((()=>{Ty(),la(),da(),Cw=class e{constructor(e,t){this.worksheet=e,t&&(this.model=t)}get model(){switch(this.type){case`background`:return{type:this.type,imageId:this.imageId??``};case`watermark`:return{type:this.type,imageId:this.imageId??``,opacity:this.opacity};case`headerImage`:return{type:this.type,imageId:this.imageId??``,headerWidth:this.headerWidth,headerHeight:this.headerHeight,applyTo:this.applyTo};case`image`:{let e=this.range;if(!e)throw new sa(`Image has no range`);return e.pos?{type:this.type,imageId:this.imageId??``,hyperlinks:e.hyperlinks,range:{tl:{nativeCol:0,nativeColOff:0,nativeRow:0,nativeRowOff:0},ext:e.ext,pos:e.pos}}:{type:this.type,imageId:this.imageId??``,hyperlinks:e.hyperlinks,range:{tl:e.tl.model,br:e.br?.model,ext:e.ext,editAs:e.editAs}}}default:throw new sa(`Invalid Image Type`)}}set model({type:e,imageId:t,range:n,hyperlinks:r,opacity:i,headerWidth:a,headerHeight:o,applyTo:s}){if(this.type=e,this.imageId=t,this.opacity=i,this.headerWidth=a,this.headerHeight=o,this.applyTo=s,e===`image`){if(typeof n==`string`){let e=E.decode(n);`top`in e&&(this.range={tl:new wy(this.worksheet,{col:e.left,row:e.top},-1),br:new wy(this.worksheet,{col:e.right,row:e.bottom},0),editAs:`oneCell`})}else if(n&&`pos`in n&&n.pos)this.range={tl:new wy(this.worksheet,null,0),ext:n.ext,hyperlinks:r||(`hyperlinks`in n?n.hyperlinks:void 0),pos:n.pos};else if(n){let e=n.tl,t=n.br;this.range={tl:new wy(this.worksheet,e,typeof e==`string`?-1:0),br:t?new wy(this.worksheet,t,0):void 0,ext:n.ext,editAs:n.editAs,hyperlinks:r||(`hyperlinks`in n?n.hyperlinks:void 0)}}}}clone(t){let n=t??this.worksheet,r=new e(n);return r.type=this.type,r.imageId=this.imageId,r.opacity=this.opacity,r.headerWidth=this.headerWidth,r.headerHeight=this.headerHeight,r.applyTo=this.applyTo,this.range&&(r.range={tl:this.range.tl.clone(n),br:this.range.br?this.range.br.clone(n):void 0,ext:this.range.ext?{...this.range.ext}:void 0,editAs:this.range.editAs,hyperlinks:this.range.hyperlinks?{...this.range.hyperlinks}:void 0,pos:this.range.pos?{...this.range.pos}:void 0}),r}}}));function Tw(e){let t=e.model;if(t.headerRow===!1)throw new ia(`Cannot create pivot table from a table without headers. Set headerRow: true on the table.`);if(!t.rows||t.rows.length===0)throw new ia(`Cannot create pivot table from an empty table. Add data rows to the table.`);let n=t.columns.map(e=>e.name),r=new Set;for(let e of n){if(r.has(e))throw new ia(`Duplicate column name "${e}" found in table. Pivot tables require unique column names.`);r.add(e)}let i=[void 0,...n],a=t.rows.map(e=>[void 0,...e]),o=t.tl;if(!o)throw Error(`Table "${t.name}" is missing top-left cell address (tl)`);let s=o.row,c=o.col,l=s+t.rows.length,u=c+n.length-1,d=E.encode(s,c,l,u);return{name:e.worksheet.name,tableName:t.name,getRow(e){if(e===1)return{values:i};let t=e-Lw;return t>=0&&t<a.length?{values:a[t]}:{values:[]}},getColumn(e){if(e<1||e>n.length)return{values:[]};let r=[];r[1]=n[e-1];for(let n=0;n<t.rows.length;n++)r[n+2]=t.rows[n][e-1];return{values:r}},getSheetValues(){let e=[];e[1]=i;for(let t=0;t<a.length;t++)e[t+2]=a[t];return e},dimensions:{shortRange:d}}}function Ew(e){if(e.sourceSheet&&e.sourceTable)throw new ia(`Cannot specify both sourceSheet and sourceTable. Choose one.`);if(e.sourceTable)return Tw(e.sourceTable);if(!e.sourceSheet)throw Error(`Either sourceSheet or sourceTable must be provided.`);return e.sourceSheet}function Dw(e){return typeof e==`string`?e:e.name}function Ow(e){return typeof e==`string`?void 0:e.metric}function kw(e,t){let n=Ew(t);jw(t,n);let{rows:r}=t,i=t.columns??[],a=t.pages??[],o=t.values.map(Dw),s=t.metric??`sum`,c=t.values.map(e=>Ow(e)??s),l=Nw(n,[...r,...i,...a],o),u={};for(let e=0;e<l.length;e++)u[l[e].name]=e;let d=(e,t)=>{let n=u[e];if(n===void 0)throw Error(`${t} field "${e}" not found in cache fields`);return n},f=r.map(e=>d(e,`Row`)),p=i.map(e=>d(e,`Column`)),m=o.map(e=>d(e,`Value`)),h=a.map(e=>d(e,`Page`)),g=e.workbook.pivotTables.map(e=>e.tableNumber).filter(e=>Number.isFinite(e)),_=g.length>0?g.reduce((e,t)=>e>t?e:t,-1/0)+1:1,v=e.workbook.pivotTables.map(e=>parseInt(e.cacheId,10)).filter(e=>Number.isFinite(e)),y=v.length>0?v.reduce((e,t)=>e>t?e:t,-1/0)+1:Rw+_-1,b=Aw(t.ref);return{name:`PivotTable${_}`,worksheetName:e.name,source:n,rows:f,columns:p,values:m,pages:h,metric:s,valueMetrics:c,cacheFields:l,cacheId:String(y),applyWidthHeightFormats:t.applyWidthHeightFormats??`1`,ref:b,tableNumber:_}}function Aw(e){if(e===void 0)return;if(typeof e!=`string`||e.trim()===``)throw new ia(`Invalid pivot table ref "${String(e)}". Provide a cell address like "A3".`);let t=e.trim().replace(/^[^!]+!/,``),n=t.includes(`:`)?t.split(`:`,1)[0]:t,r;try{r=E.decodeAddress(n)}catch{throw new ia(`Invalid pivot table ref "${e}". Provide a cell address like "A3".`)}if(!r.col||!r.row)throw new ia(`Invalid pivot table ref "${e}". Both column and row are required (e.g. "A3").`);return`${E.n2l(r.col)}${r.row}`}function jw(e,t){let n=e.columns??[],r=e.pages??[],i=e.values.map(Dw),a=t.getRow(1).values.slice(1);for(let e=0;e<a.length;e++){let n=a[e];if(n==null||n===``||typeof n==`string`&&n.trim()===``)throw Error(`Empty or missing header name at column ${e+1} in ${t.name}. Pivot tables require all columns to have non-empty headers.`)}let o=new Set;for(let e of a){let n=String(e);if(o.has(n))throw Error(`Duplicate header name "${n}" found in ${t.name}. Pivot tables require unique column names.`);o.add(n)}let s=new Set(a.map(String)),c=e=>{if(!s.has(e))throw new ia(`The header name "${e}" was not found in ${t.name}.`)};for(let t of e.rows)c(t);for(let e of n)c(e);for(let e of i)c(e);for(let e of r)c(e);let l=new Map,u=[{name:`rows`,fields:e.rows},{name:`columns`,fields:n},{name:`pages`,fields:r}];for(let e of u)for(let t of e.fields){let n=l.get(t);if(n===e.name)throw Error(`Duplicate field "${t}" in ${e.name}. Each field can only appear once per axis area.`);if(n)throw Error(`Field "${t}" cannot appear in both ${n} and ${e.name}. Each field can only be assigned to one axis area.`);l.set(t,e.name)}if(!e.rows.length)throw new ia(`No pivot table rows specified.`);if(e.values.length<1)throw new ia(`Must have at least one value.`);if(e.metric!==void 0&&!Iw.has(e.metric))throw Error(`Invalid metric "${e.metric}". Must be one of: ${[...Iw].join(`, `)}.`);for(let t of e.values){let e=Ow(t);if(e!==void 0&&!Iw.has(e))throw Error(`Invalid metric "${e}" on value field "${Dw(t)}". Must be one of: ${[...Iw].join(`, `)}.`)}let d=new Set;for(let e of i){if(d.has(e))throw Error(`Duplicate value field "${e}". Each value field name must be unique.`);d.add(e)}}function Mw(e){if(e==null)return null;if(typeof e!=`object`||e instanceof Date||e instanceof Pw)return e;let t=e;if(typeof t.error==`string`){let e=t.error;return new Pw(e.startsWith(`#`)?e.slice(1):e)}if(`formula`in t||`sharedFormula`in t){let e=t.result;return e==null?null:Mw(e)}return Array.isArray(t.richText)?t.richText.map(e=>e.text??``).join(``):typeof t.text==`string`&&typeof t.hyperlink==`string`?t.text:typeof t.checkbox==`boolean`?t.checkbox:String(e)}function Nw(e,t,n){let r=e.getRow(1).values,i=new Set(t),a=new Set(n),o=t=>{let n=e.getColumn(t).values,r=new Set,i=new Map,a=!1;for(let e=Lw;e<n.length;e++){let t=Mw(n[e]);t===null||typeof t==`number`&&isNaN(t)?a=!0:t instanceof Pw?i.has(t.code)||(i.set(t.code,t),r.add(t)):r.add(t)}let o=bf(r);return a&&o.push(null),o},s=t=>{let n=e.getColumn(t).values,r=1/0,i=-1/0,a=!1,o=!0;for(let e=Lw;e<n.length;e++){let t=Mw(n[e]);typeof t==`number`&&!isNaN(t)&&(a=!0,t<r&&(r=t),t>i&&(i=t),Number.isInteger(t)||(o=!1))}return a?{minValue:r,maxValue:i,allInteger:o}:null},c=[];for(let e of yf(1,r.length)){let t=r[e],n=String(t);if(i.has(n))c.push({name:n,sharedItems:o(e)});else if(a.has(n)){let t=s(e);c.push({name:n,sharedItems:null,containsNumber:t?`1`:void 0,minValue:t?.minValue,maxValue:t?.maxValue,containsInteger:t?.allInteger?`1`:void 0})}else c.push({name:n,sharedItems:null})}return c}var Pw,Fw,Iw,Lw,Rw,zw=t((()=>{la(),da(),Hf(),Pw=class{constructor(e){this.code=e}toString(){return`#${this.code}`}},Fw={sum:`Sum`,count:`Count`,average:`Average`,max:`Max`,min:`Min`,product:`Product`,countNums:`Count Numbers`,stdDev:`StdDev`,stdDevP:`StdDevP`,var:`Var`,varP:`VarP`},Iw=new Set(Object.keys(Fw)),Lw=2,Rw=10}));function Bw(e){let t=e.replace(Gw,`_`),n=!1;return t.startsWith(`\\`)&&(n=!0,t=t.slice(1)),t=t.replace(Kw,``),n&&(t=`\\${t}`),t.length>0&&!qw.test(t)&&(t=`_${t}`),t.length===0?`_Table`:(t.length===1&&Ww.has(t)&&(t=`_${t}`),(Hw.test(t)||Uw.test(t))&&(t=`_${t}`),t.length>Vw&&(t=t.slice(0,Vw)),t)}var Vw,Hw,Uw,Ww,Gw,Kw,qw,Jw,Yw,Xw=t((()=>{la(),da(),Vw=255,Hw=/^[A-Za-z]{1,3}\d+$/,Uw=/^[Rr]\d+[Cc]\d+$/,Ww=new Set([`C`,`c`,`R`,`r`]),Gw=/\s/g,Kw=/[^\p{L}\p{N}_.]/gu,qw=/^[\p{L}_\\]/u,Jw=class{constructor(e,t,n){this.table=e,this.column=t,this.index=n}_set(e,t){this.table.cacheState(),this.column[e]=t}get name(){return this.column.name}set name(e){this._set(`name`,e)}get filterButton(){return this.column.filterButton}set filterButton(e){this.column.filterButton=e}get style(){return this.column.style}set style(e){this._set(`style`,e)}get totalsRowLabel(){return this.column.totalsRowLabel}set totalsRowLabel(e){this._set(`totalsRowLabel`,e)}get totalsRowFunction(){return this.column.totalsRowFunction}set totalsRowFunction(e){this._set(`totalsRowFunction`,e)}get totalsRowResult(){return this.column.totalsRowResult}set totalsRowResult(e){this._set(`totalsRowResult`,e)}get totalsRowFormula(){return this.column.totalsRowFormula}set totalsRowFormula(e){this._set(`totalsRowFormula`,e)}},Yw=class e{constructor(e,t){if(this.worksheet=e,t){if(this.table=t,Array.isArray(t.rows)&&t.rows.length===0&&t.tableRef){let n=E.decode(t.tableRef);if(`dimensions`in n){let r=n.top+(t.headerRow===!1?0:1),i=n.bottom-+(t.totalsRow===!0);if(i>=r)for(let a=r;a<=i;a++){let r=e.getRow(a),i=[];for(let e=n.left;e<=n.right;e++)i.push(r.getCell(e).value);t.rows.push(i)}}}this.validate(),this.store()}}static{this.SUBTOTAL_FUNCTIONS={average:101,countNums:102,count:103,max:104,min:105,stdDev:107,var:110,sum:109}}getFormula(t){if(t.totalsRowFunction===`none`)return null;if(t.totalsRowFunction===`custom`)return t.totalsRowFormula??null;let n=t.totalsRowFunction?e.SUBTOTAL_FUNCTIONS[t.totalsRowFunction]:void 0;if(n!==void 0)return`SUBTOTAL(${n},${this.table.name}[${t.name}])`;throw new oa(`Invalid Totals Row Function: ${t.totalsRowFunction}`)}get width(){return this.table.columns.length}get height(){return this.table.rows.length}get filterHeight(){return this.height+ +!!this.table.headerRow}get tableHeight(){return this.filterHeight+ +!!this.table.totalsRow}validate(){let{table:e}=this,t=(e,t,n)=>{e[t]===void 0&&(e[t]=n)};t(e,`headerRow`,!0),t(e,`totalsRow`,!1),t(e,`style`,{});let n=e.style;t(n,`theme`,`TableStyleMedium2`),t(n,`showFirstColumn`,!1),t(n,`showLastColumn`,!1),t(n,`showRowStripes`,!1),t(n,`showColumnStripes`,!1),e.name&&=Bw(e.name),e.displayName&&=Bw(e.displayName);let r=(e,t)=>{if(!e)throw new oa(t)};r(!!e.name,`Table must have a name`),r(!!e.ref,`Table must have ref`),r(!!e.columns,`Table must have column definitions`),r(!!e.rows,`Table must have row definitions`),e.tl=E.decodeAddress(e.ref);let{row:i,col:a}=e.tl;r(i>0,`Table must be on valid row`),r(a>0,`Table must be on valid col`);let{width:o,filterHeight:s,tableHeight:c}=this;e.autoFilterRef=E.encode(i,a,i+s-1,a+o-1),e.tableRef=E.encode(i,a,i+c-1,a+o-1),e.columns.forEach((e,n)=>{r(!!e.name,`Column ${n} must have a name`),n===0?t(e,`totalsRowLabel`,`Total`):(t(e,`totalsRowFunction`,`none`),e.totalsRowFormula=this.getFormula(e)??void 0)})}store(){let e=(e,t)=>{t&&Object.assign(e.style,t)},{worksheet:t,table:n}=this,{row:r,col:i}=n.tl,a=0;if(n.headerRow){let o=t.getRow(r+ a++);n.columns.forEach((t,n)=>{let{style:r,name:a}=t,s=o.getCell(i+n);s.value=a,e(s,r)})}if(n.rows.forEach(o=>{let s=t.getRow(r+ a++);o.forEach((t,r)=>{let a=s.getCell(i+r);if(typeof t==`object`&&t&&`formula`in t&&typeof t.formula==`string`){let e=t,r=n.qualifyImplicitStructuredReferences===!0;a.value={...e,formula:r?e.formula.replace(/(^|[^A-Za-z0-9_])\[@\[?([^[\]]+?)\]?\]/g,`$1${n.name}[[#This Row],[$2]]`):e.formula}}else a.value=t;e(a,n.columns[r]?.style)})}),n.totalsRow){let o=t.getRow(r+ a++);n.columns.forEach((t,n)=>{let r=o.getCell(i+n);if(n===0)r.value=t.totalsRowLabel;else{let e=this.getFormula(t);e?r.value={formula:e,result:t.totalsRowResult}:r.value=null}e(r,t.style)})}}load(e){let{table:t}=this,{row:n,col:r}=t.tl,i=0;if(t.headerRow){let a=e.getRow(n+ i++);t.columns.forEach((e,t)=>{let n=a.getCell(r+t);n.value=e.name})}if(t.rows.forEach(t=>{let a=e.getRow(n+ i++);t.forEach((e,t)=>{let n=a.getCell(r+t);n.value=e})}),t.totalsRow){let a=e.getRow(n+ i++);t.columns.forEach((e,t)=>{let n=a.getCell(r+t);if(t===0)n.value=e.totalsRowLabel;else{let t=this.getFormula(e);t&&(n.value={formula:t,result:e.totalsRowResult})}})}}get model(){return this.table}set model(e){this.table=e}cacheState(){this._cache||={ref:this.ref,width:this.width,tableHeight:this.tableHeight}}commit(){if(!this._cache)return;this.validate();let e=E.decodeAddress(this._cache.ref);if(this.ref!==this._cache.ref)for(let t=0;t<this._cache.tableHeight;t++){let n=this.worksheet.getRow(e.row+t);for(let t=0;t<this._cache.width;t++){let r=n.getCell(e.col+t);r.value=null}}else{for(let t=this.tableHeight;t<this._cache.tableHeight;t++){let n=this.worksheet.getRow(e.row+t);for(let t=0;t<this._cache.width;t++){let r=n.getCell(e.col+t);r.value=null}}for(let t=0;t<this.tableHeight;t++){let n=this.worksheet.getRow(e.row+t);for(let t=this.width;t<this._cache.width;t++){let r=n.getCell(e.col+t);r.value=null}}}this.store(),this._cache=void 0}addRow(e,t,n){this.cacheState(),t===void 0?this.table.rows.push(e):this.table.rows.splice(t,0,e),n?.commit!==!1&&this.commit()}removeRows(e,t=1,n){this.cacheState(),this.table.rows.splice(e,t),n?.commit!==!1&&this.commit()}getColumn(e){let t=this.table.columns[e];return new Jw(this,t,e)}addColumn(e,t,n){this.cacheState(),n===void 0?(this.table.columns.push(e),this.table.rows.forEach((e,n)=>{e.push(t[n])})):(this.table.columns.splice(n,0,e),this.table.rows.forEach((e,r)=>{e.splice(n,0,t[r])}))}removeColumns(e,t=1){this.cacheState(),this.table.columns.splice(e,t),this.table.rows.forEach(n=>{n.splice(e,t)})}_assign(e,t,n){this.cacheState(),e[t]=n}get ref(){return this.table.ref}set ref(e){this._assign(this.table,`ref`,e)}get name(){return this.table.name}set name(e){this.cacheState();let t=Bw(e),n=this.table.name;if(t===n)return;let r=this.worksheet,i=r?.tables,a=r?.workbook?._tableNames;if(i&&i[n]===this){let e=t.toLowerCase(),r=n.toLowerCase();if(e!==r&&a?.has(e))throw new oa(`Table name "${t}" already exists in the workbook (case-insensitive).`);delete i[n],i[t]=this,a&&(a.delete(r),a.add(e))}this.table.name=t}get displayName(){return this.table.displayName||this.table.name}set displayName(e){this.cacheState(),this.table.displayName=Bw(e)}get headerRow(){return this.table.headerRow}set headerRow(e){this._assign(this.table,`headerRow`,e)}get totalsRow(){return this.table.totalsRow}set totalsRow(e){this._assign(this.table,`totalsRow`,e)}_ensureStyle(){return this.table.style||(this.table.style={}),this.table.style}get theme(){return this.table.style?.theme}set theme(e){this._ensureStyle().theme=e}get showFirstColumn(){return this.table.style?.showFirstColumn}set showFirstColumn(e){this._ensureStyle().showFirstColumn=e}get showLastColumn(){return this.table.style?.showLastColumn}set showLastColumn(e){this._ensureStyle().showLastColumn=e}get showRowStripes(){return this.table.style?.showRowStripes}set showRowStripes(e){this._ensureStyle().showRowStripes=e}get showColumnStripes(){return this.table.style?.showColumnStripes}set showColumnStripes(e){this._ensureStyle().showColumnStripes=e}}}));function Zw(e,t,n){gT[e.toLowerCase()]=t,n&&(_T[e.toLowerCase()]=n)}function Qw(e){let t=yT.get(e);if(t)return t;t=new Map;for(let[n,r,i]of e.advances)for(let e=0;e<r;e++)t.set(n+e,i);return yT.set(e,t),t}function $w(e,t){let n=e.toLowerCase();return t?_T[n]??gT[n]:gT[n]}function eT(e){return Object.hasOwn(_T,e.toLowerCase())}function tT(){return sT}function nT(e,t){return t>=19968&&t<=40959||t>=13312&&t<=19903||t>=63744&&t<=64255||t>=131072&&t<=205743||t>=12288&&t<=12543||t>=44032&&t<=55215||t>=65281&&t<=65376||t>=11904&&t<=12255||t>=12544&&t<=13311?e.cjkAdvance:Qw(e).get(t)??e.defaultAdvance}function rT(e){return oT[e]}function iT(e){return vT[e.toLowerCase()]}function aT(e){return e>=19968&&e<=40959||e>=13312&&e<=19903||e>=63744&&e<=64255||e>=65281&&e<=65376||e>=12288&&e<=12543||e>=11904&&e<=12255||e>=12544&&e<=13311||e>=44032&&e<=55215||e>=131072&&e<=205743}var oT,sT,cT,lT,uT,dT,fT,pT,mT,hT,gT,_T,vT,yT,bT=t((()=>{oT={32:3,33:5,34:6,35:7,36:7,37:11,38:10,39:3,40:5,41:5,42:7,43:7,44:4,45:5,46:4,47:6,48:7,49:7,50:7,51:7,52:7,53:7,54:7,55:7,56:7,57:7,58:4,59:4,60:7,61:7,62:7,63:7,64:13,65:9,66:8,67:8,68:9,69:7,70:7,71:9,72:9,73:4,74:5,75:8,76:6,77:12,78:10,79:10,80:8,81:10,82:8,83:7,84:7,85:9,86:9,87:13,88:8,89:7,90:7,91:5,92:6,93:5,94:7,95:7,96:4,97:7,98:8,99:6,100:8,101:8,102:5,103:7,104:8,105:4,106:4,107:7,108:4,109:12,110:8,111:8,112:8,113:8,114:5,115:6,116:5,117:8,118:7,119:11,120:7,121:7,122:6,123:5,124:7,125:5,126:7},sT={header:{unitsPerEm:2048,usWinAscent:1950,usWinDescent:550,maxDigitAdvance:1038,sTypoAscender:1536,sTypoDescender:-512,sTypoLineGap:452},defaultAdvance:1e3,cjkAdvance:2048,advances:[[32,1,463],[33,1,667],[34,1,821],[35,1,1020],[36,1,1038],[37,1,1464],[38,1,1397],[39,1,452],[40,2,621],[42,2,1020],[44,1,511],[45,1,627],[46,1,517],[47,1,791],[48,10,1038],[58,2,548],[60,3,1020],[63,1,949],[64,1,1831],[65,1,1185],[66,1,1114],[67,1,1092],[68,1,1260],[69,1,1e3],[70,1,941],[71,1,1292],[72,1,1276],[73,1,516],[74,1,653],[75,1,1064],[76,1,861],[77,1,1751],[78,1,1322],[79,1,1356],[80,1,1058],[81,1,1378],[82,1,1112],[83,1,941],[84,1,998],[85,1,1314],[86,1,1162],[87,1,1822],[88,1,1063],[89,1,998],[90,1,959],[91,1,628],[92,1,791],[93,1,628],[94,2,1020],[96,1,596],[97,1,981],[98,1,1076],[99,1,866],[100,1,1076],[101,1,1019],[102,1,625],[103,1,964],[104,1,1076],[105,1,470],[106,1,490],[107,1,931],[108,1,470],[109,1,1636],[110,1,1076],[111,1,1080],[112,2,1076],[114,1,714],[115,1,801],[116,1,686],[117,1,1076],[118,1,925],[119,1,1464],[120,1,887],[121,1,927],[122,1,809],[123,1,644],[124,1,943],[125,1,644],[126,1,1020]]},cT={header:{unitsPerEm:2048,usWinAscent:1854,usWinDescent:434,maxDigitAdvance:1139,sTypoAscender:1491,sTypoDescender:-431,sTypoLineGap:307},defaultAdvance:1024,cjkAdvance:2048,advances:[[32,1,569],[33,1,569],[34,1,727],[35,1,1139],[36,1,1139],[37,1,1821],[38,1,1366],[39,1,391],[40,1,682],[41,1,682],[42,1,797],[43,1,1196],[44,1,569],[45,1,682],[46,1,569],[47,1,569],[48,10,1139],[58,1,569],[59,1,569],[60,1,1196],[61,1,1196],[62,1,1196],[63,1,1139],[64,1,2079],[65,1,1366],[66,1,1366],[67,1,1479],[68,1,1479],[69,1,1366],[70,1,1251],[71,1,1593],[72,1,1479],[73,1,569],[74,1,1024],[75,1,1366],[76,1,1139],[77,1,1706],[78,1,1479],[79,1,1593],[80,1,1366],[81,1,1593],[82,1,1479],[83,1,1366],[84,1,1251],[85,1,1479],[86,1,1366],[87,1,1933],[88,1,1366],[89,1,1366],[90,1,1251],[91,1,569],[92,1,569],[93,1,569],[94,1,961],[95,1,1139],[96,1,682],[97,1,1139],[98,1,1139],[99,1,1024],[100,1,1139],[101,1,1139],[102,1,569],[103,1,1139],[104,1,1139],[105,1,455],[106,1,455],[107,1,1024],[108,1,455],[109,1,1706],[110,1,1139],[111,1,1139],[112,1,1139],[113,1,1139],[114,1,682],[115,1,1024],[116,1,569],[117,1,1139],[118,1,1024],[119,1,1479],[120,1,1024],[121,1,1024],[122,1,1024],[123,1,684],[124,1,532],[125,1,684],[126,1,1196]]},lT={header:{unitsPerEm:2048,usWinAscent:1854,usWinDescent:434,maxDigitAdvance:1139,sTypoAscender:1491,sTypoDescender:-431,sTypoLineGap:307},defaultAdvance:1070,cjkAdvance:2048,advances:[[32,1,569],[33,1,682],[34,1,974],[35,1,1139],[36,1,1139],[37,1,1821],[38,1,1479],[39,1,569],[40,1,682],[41,1,682],[42,1,797],[43,1,1196],[44,1,569],[45,1,682],[46,1,569],[47,1,569],[48,10,1139],[58,1,682],[59,1,682],[60,1,1196],[61,1,1196],[62,1,1196],[63,1,1251],[64,1,1991],[65,1,1479],[66,1,1479],[67,1,1479],[68,1,1479],[69,1,1366],[70,1,1251],[71,1,1593],[72,1,1479],[73,1,682],[74,1,1139],[75,1,1479],[76,1,1251],[77,1,1706],[78,1,1479],[79,1,1593],[80,1,1366],[81,1,1593],[82,1,1479],[83,1,1366],[84,1,1251],[85,1,1479],[86,1,1366],[87,1,1933],[88,1,1366],[89,1,1366],[90,1,1251],[91,1,682],[92,1,569],[93,1,682],[94,1,1196],[95,1,1139],[96,1,682],[97,1,1139],[98,1,1251],[99,1,1024],[100,1,1251],[101,1,1139],[102,1,682],[103,1,1251],[104,1,1251],[105,1,569],[106,1,569],[107,1,1139],[108,1,569],[109,1,1821],[110,1,1251],[111,1,1251],[112,1,1251],[113,1,1251],[114,1,797],[115,1,1024],[116,1,682],[117,1,1251],[118,1,1139],[119,1,1593],[120,1,1139],[121,1,1139],[122,1,1024],[123,1,797],[124,1,569],[125,1,797],[126,1,1196]]},uT={header:{unitsPerEm:2048,usWinAscent:1825,usWinDescent:443,maxDigitAdvance:1024,sTypoAscender:1420,sTypoDescender:-442,sTypoLineGap:307},defaultAdvance:900,cjkAdvance:2048,advances:[[32,1,512],[33,1,682],[34,1,836],[35,1,1024],[36,1,1024],[37,1,1706],[38,1,1593],[39,1,369],[40,1,682],[41,1,682],[42,1,1024],[43,1,1155],[44,1,512],[45,1,682],[46,1,512],[47,1,569],[48,10,1024],[58,1,569],[59,1,569],[60,1,1155],[61,1,1155],[62,1,1155],[63,1,909],[64,1,1886],[65,1,1479],[66,1,1366],[67,1,1366],[68,1,1479],[69,1,1251],[70,1,1139],[71,1,1479],[72,1,1479],[73,1,682],[74,1,797],[75,1,1479],[76,1,1251],[77,1,1821],[78,1,1479],[79,1,1479],[80,1,1139],[81,1,1479],[82,1,1366],[83,1,1139],[84,1,1251],[85,1,1479],[86,1,1479],[87,1,1933],[88,1,1479],[89,1,1479],[90,1,1251],[91,1,682],[92,1,569],[93,1,682],[94,1,961],[95,1,1024],[96,1,682],[97,1,909],[98,1,1024],[99,1,909],[100,1,1024],[101,1,909],[102,1,682],[103,1,1024],[104,1,1024],[105,1,569],[106,1,569],[107,1,1024],[108,1,569],[109,1,1479],[110,1,1024],[111,1,1024],[112,1,1024],[113,1,1024],[114,1,682],[115,1,797],[116,1,569],[117,1,1024],[118,1,1024],[119,1,1479],[120,1,1024],[121,1,1024],[122,1,909],[123,1,983],[124,1,410],[125,1,983],[126,1,1073]]},dT={header:{unitsPerEm:2048,usWinAscent:1705,usWinDescent:615,maxDigitAdvance:1229,sTypoAscender:1255,sTypoDescender:-386,sTypoLineGap:0},defaultAdvance:1229,cjkAdvance:2048,advances:[[32,95,1229]]},fT={header:{unitsPerEm:2048,usWinAscent:2059,usWinDescent:430,maxDigitAdvance:1302,sTypoAscender:1566,sTypoDescender:-423,sTypoLineGap:202},defaultAdvance:1200,cjkAdvance:2048,advances:[[32,1,720],[33,1,756],[34,1,933],[35,1,1521],[36,1,1198],[37,1,1807],[38,1,1487],[39,1,510],[40,1,756],[41,1,756],[42,1,1198],[43,1,1521],[44,1,643],[45,1,811],[46,1,643],[47,1,899],[48,10,1302],[58,1,756],[59,1,756],[60,1,1521],[61,1,1521],[62,1,1521],[63,1,1151],[64,1,1937],[65,1,1362],[66,1,1382],[67,1,1279],[68,1,1490],[69,1,1279],[70,1,1186],[71,1,1458],[72,1,1498],[73,1,924],[74,1,922],[75,1,1362],[76,1,1145],[77,1,1728],[78,1,1498],[79,1,1476],[80,1,1262],[81,1,1476],[82,1,1396],[83,1,1300],[84,1,1185],[85,1,1448],[86,1,1362],[87,1,1864],[88,1,1244],[89,1,1183],[90,1,1204],[91,1,756],[92,1,899],[93,1,756],[94,1,1521],[95,1,1198],[96,1,1198],[97,1,1224],[98,1,1302],[99,1,1075],[100,1,1302],[101,1,1218],[102,1,756],[103,1,1302],[104,1,1317],[105,1,643],[106,1,700],[107,1,1183],[108,1,643],[109,1,1937],[110,1,1317],[111,1,1271],[112,1,1302],[113,1,1302],[114,1,899],[115,1,1075],[116,1,811],[117,1,1317],[118,1,1183],[119,1,1728],[120,1,1183],[121,1,1183],[122,1,1031],[123,1,787],[124,1,756],[125,1,787],[126,1,1521]]},pT={header:{unitsPerEm:2048,usWinAscent:1878,usWinDescent:449,maxDigitAdvance:1257,sTypoAscender:1549,sTypoDescender:-444,sTypoLineGap:198},defaultAdvance:1100,cjkAdvance:2048,advances:[[32,1,504],[33,1,614],[34,1,679],[35,1,1257],[36,1,1024],[37,1,1539],[38,1,1350],[39,1,391],[40,1,614],[41,1,614],[42,1,842],[43,1,1257],[44,1,504],[45,1,751],[46,1,504],[47,1,797],[48,10,1257],[58,1,569],[59,1,569],[60,1,1257],[61,1,1257],[62,1,1257],[63,1,885],[64,1,1614],[65,1,1350],[66,1,1273],[67,1,1161],[68,1,1427],[69,1,1163],[70,1,1074],[71,1,1314],[72,1,1517],[73,1,721],[74,1,772],[75,1,1397],[76,1,1176],[77,1,1770],[78,1,1462],[79,1,1392],[80,1,1118],[81,1,1392],[82,1,1321],[83,1,1019],[84,1,1163],[85,1,1456],[86,1,1321],[87,1,1887],[88,1,1314],[89,1,1220],[90,1,1055],[91,1,614],[92,1,797],[93,1,614],[94,1,1257],[95,1,1024],[96,1,682],[97,1,1019],[98,1,1100],[99,1,866],[100,1,1106],[101,1,958],[102,1,654],[103,1,1006],[104,1,1152],[105,1,606],[106,1,606],[107,1,1048],[108,1,606],[109,1,1700],[110,1,1131],[111,1,1042],[112,1,1100],[113,1,1100],[114,1,772],[115,1,820],[116,1,688],[117,1,1117],[118,1,1019],[119,1,1559],[120,1,1007],[121,1,1012],[122,1,880],[123,1,637],[124,1,583],[125,1,637],[126,1,1257]]},mT={header:{unitsPerEm:2048,usWinAscent:2049,usWinDescent:423,maxDigitAdvance:1118,sTypoAscender:1566,sTypoDescender:-423,sTypoLineGap:59},defaultAdvance:1050,cjkAdvance:2048,advances:[[32,1,461],[33,1,536],[34,1,717],[35,1,1232],[36,1,1014],[37,1,1625],[38,1,1327],[39,1,428],[40,1,616],[41,1,616],[42,1,900],[43,1,1232],[44,1,504],[45,1,700],[46,1,504],[47,1,753],[48,10,1118],[58,1,567],[59,1,567],[60,1,1232],[61,1,1232],[62,1,1232],[63,1,974],[64,1,1810],[65,1,1205],[66,1,1200],[67,1,1130],[68,1,1327],[69,1,1117],[70,1,1032],[71,1,1306],[72,1,1308],[73,1,614],[74,1,794],[75,1,1195],[76,1,1003],[77,1,1500],[78,1,1308],[79,1,1381],[80,1,1103],[81,1,1381],[82,1,1200],[83,1,1117],[84,1,1100],[85,1,1300],[86,1,1205],[87,1,1723],[88,1,1119],[89,1,1130],[90,1,1068],[91,1,616],[92,1,753],[93,1,616],[94,1,1232],[95,1,893],[96,1,1118],[97,1,1066],[98,1,1141],[99,1,942],[100,1,1141],[101,1,1086],[102,1,639],[103,1,1141],[104,1,1126],[105,1,500],[106,1,548],[107,1,1023],[108,1,500],[109,1,1705],[110,1,1126],[111,1,1103],[112,1,1141],[113,1,1141],[114,1,714],[115,1,918],[116,1,700],[117,1,1126],[118,1,1e3],[119,1,1500],[120,1,1e3],[121,1,1e3],[122,1,880],[123,1,616],[124,1,540],[125,1,616],[126,1,1232]]},hT={header:{unitsPerEm:2048,usWinAscent:1923,usWinDescent:455,maxDigitAdvance:1074,sTypoAscender:1510,sTypoDescender:-420,sTypoLineGap:0},defaultAdvance:1e3,cjkAdvance:2048,advances:[[32,1,453],[33,1,545],[34,1,613],[35,1,1107],[36,1,1074],[37,1,1341],[38,1,1213],[39,1,360],[40,1,616],[41,1,616],[42,1,860],[43,1,1107],[44,1,453],[45,1,697],[46,1,453],[47,1,766],[48,10,1074],[58,1,453],[59,1,453],[60,1,1107],[61,1,1107],[62,1,1107],[63,1,860],[64,1,1648],[65,1,1227],[66,1,1227],[67,1,1139],[68,1,1309],[69,1,1139],[70,1,1057],[71,1,1309],[72,1,1395],[73,1,627],[74,1,791],[75,1,1260],[76,1,1057],[77,1,1456],[78,1,1350],[79,1,1395],[80,1,1139],[81,1,1395],[82,1,1215],[83,1,1057],[84,1,1139],[85,1,1350],[86,1,1227],[87,1,1730],[88,1,1260],[89,1,1139],[90,1,1139],[91,1,616],[92,1,766],[93,1,616],[94,1,1107],[95,1,1074],[96,1,860],[97,1,1013],[98,1,1074],[99,1,936],[100,1,1074],[101,1,1013],[102,1,627],[103,1,1074],[104,1,1074],[105,1,545],[106,1,538],[107,1,1013],[108,1,545],[109,1,1539],[110,1,1074],[111,1,1074],[112,1,1074],[113,1,1074],[114,1,715],[115,1,860],[116,1,627],[117,1,1074],[118,1,936],[119,1,1481],[120,1,936],[121,1,936],[122,1,860],[123,1,616],[124,1,604],[125,1,616],[126,1,1107]]},gT={},_T={},Zw(`calibri`,sT),Zw(`arial`,cT,lT),Zw(`times new roman`,uT),Zw(`courier new`,dT),Zw(`verdana`,fT),Zw(`georgia`,pT),Zw(`tahoma`,mT),Zw(`trebuchet ms`,hT),vT={aptos:[1.03,1.37,1],"aptos display":[.96,1.31,1],"aptos narrow":[.82,1.07,1],"aptos serif":[.98,1.31,1],"calibri light":[.98,1.19,1],cambria:[1.07,1.28,1],"century gothic":[1.19,1.36,1],"comic sans ms":[1.14,1.46,1],consolas:[1.21,1.21,1],constantia:[1.05,1.34,1],corbel:[.97,1.2,1],garamond:[1.16,1.39,1],impact:[.96,1.01,1],"lucida console":[1.21,1.21,1],"lucida sans unicode":[1.16,1.4,1],"microsoft sans serif":[1.07,1.35,1],"palatino linotype":[1.12,1.44,1],"segoe ui":[1.08,1.31,1],"book antiqua":[1.12,1.44,1],candara:[1.02,1.25,1],"franklin gothic medium":[1.08,1.33,1],"goudy old style":[1.02,1.34,1],rockwell:[1.14,1.35,1],"tw cen mt":[.95,1.17,1],"microsoft yahei":[1.18,1.3,1.18],"microsoft yahei ui":[1.18,1.3,1.18],simsun:[1.1,1.1,1.1],宋体:[1.1,1.1,1.1],simhei:[1.1,1.1,1.1],黑体:[1.1,1.1,1.1],nsimsun:[1.1,1.1,1.1],新宋体:[1.1,1.1,1.1],dengxian:[1.05,1.28,1.08],等线:[1.05,1.28,1.08],fangsong:[1.1,1.1,1.1],仿宋:[1.1,1.1,1.1],kaiti:[1.1,1.1,1.1],楷体:[1.1,1.1,1.1],meiryo:[1.18,1.3,1.18],"meiryo ui":[1.1,1.2,1.18],"ms gothic":[1.21,1.21,1.1],"MS ゴシック":[1.21,1.21,1.1],"ms pgothic":[1.07,1.33,1.1],"ms mincho":[1.21,1.21,1.1],"yu gothic":[1.17,1.32,1.18],"yu gothic ui":[1.08,1.22,1.18],"yu mincho":[1.1,1.28,1.18],"malgun gothic":[1.12,1.28,1.14],"맑은 고딕":[1.12,1.28,1.14],batang:[1.1,1.1,1.1],gulim:[1.1,1.1,1.1],dotum:[1.1,1.1,1.1]},yT=new Map}));function xT(e,t,n,r,i){if(t===`calibri`&&n===GT){let t=rT(e);if(t!==void 0)return t}if(i){let t=nT(i,e),r=Math.round(n/72*WT);return Math.round(t/i.header.unitsPerEm*r)}}function ST(e){return{name:(e?.name??KT).toLowerCase(),size:e?.size??GT,bold:e?.bold??!1,italic:e?.italic??!1,vertAlign:e?.vertAlign}}function CT(e,t){if(!e)return 0;let n=ST(t),r=$w(n.name,n.bold),i=e.split(/\r\n|\r|\n/),a=0;for(let e of i){let t=wT(e,n,r);t>a&&(a=t)}return a}function wT(e,t,n){return e?n||t.name===`calibri`&&t.size===GT?TT(e,t,n):ET(e,t):0}function TT(e,t,n){let r=0;for(let i of e)r+=IT(i.codePointAt(0),t,n);return t.vertAlign&&(r=Math.ceil(r*.6)),r}function ET(e,t){let n=iT(t.name),r=n?.[0]??1,i=n?.[1]??1.3,a=n?.[2]??1,o=0,s=0,c=0;for(let t of e)aT(t.codePointAt(0))?c+=2:t>=`A`&&t<=`Z`?s++:o++;let l=(o*r+s*i+c*a)*(t.size/GT);t.bold&&(l*=1.05),t.italic&&(l*=1.02),t.vertAlign&&(l*=.6);let u=OT({name:t.name,size:t.size});return Math.ceil(l*u)}function DT(e,t){let n=0,r=0;for(let i of e){let e=i.font?{...t,...i.font}:t,a=i.text.split(/\r\n|\r|\n/);for(let t=0;t<a.length;t++)t>0&&(r>n&&(n=r),r=0),a[t]&&(r+=CT(a[t],e))}return r>n&&(n=r),n}function OT(e){let t=(e?.name??KT).toLowerCase(),n=e?.size??GT;if(t===`calibri`&&n===GT)return qT;let r=$w(t);if(r){let e=Math.round(n/72*WT);return Math.round(r.header.maxDigitAdvance/r.header.unitsPerEm*e)}return Math.max(1,Math.round(n/GT*qT))}function kT(e){return 2*Math.ceil(e/4)+1}function AT(e,t){return t<=0?0:Math.trunc(e/t*256)/256}function jT(e,t){if(t<=0)return 0;let n=kT(t);return e===0?0:e<1?Math.round(e*(t+n)):Math.round(e*t)+n}function MT(e){return e*72/WT}function NT(e,t,n){if(e<=0)return 0;let r=e+2*Math.ceil(e*.03+t/4)+1;n&&(r+=XT),r>JT&&(r=JT);let i=AT(r,t);return Math.min(i,YT)}function PT(e){let t=(e?.name??KT).toLowerCase(),n=e?.size??GT,r=Math.round(n/72*WT),i=$w(t);if(i){let{unitsPerEm:e,usWinDescent:t}=i.header;return(e+t)/e*r}return r*1.3}function FT(e,t,n){if(!e||t<=0)return 1;let r=ST(n),i=$w(r.name,r.bold),a=e.split(/\r\n|\r|\n/),o=0;for(let e of a){if(!e){o++;continue}o+=LT(e,t,r,i)}return o}function IT(e,t,n){let r;if(n||t.name===`calibri`&&t.size===GT){let i=n??tT();r=xT(e,t.name,t.size,t.bold,i)??Math.round(i.defaultAdvance/i.header.unitsPerEm*Math.round(t.size/72*WT))}else r=Math.ceil(t.size/GT*OT({name:t.name,size:t.size})*(aT(e)?2:1));return t.bold&&!eT(t.name)&&(r=Math.ceil(r*1.05)),t.italic&&(r=Math.ceil(r*1.02)),r}function LT(e,t,n,r){let i=RT(e);if(i.length===0)return 1;let a=1,o=0;for(let e of i){let i=0;for(let t of e)i+=IT(t.codePointAt(0),n,r);o===0?o=i:o+i>t?(a++,o=i):o+=i}return a}function RT(e){let t=[],n=``;for(let r of e)n+=r,(r===` `||r===`-`||r===` `)&&(t.push(n),n=``);return n&&t.push(n),t}function zT(e,t,n,r){if(!e)return MT(PT(t));let i=PT(t),a;return a=n?.wrapText&&r&&r>0?FT(e,r,t):e.split(/\r\n|\r|\n/).length,MT(i*a)}function BT(e,t,n,r){let i=t?.size??GT,a=t;for(let n of e){let e=n.font?.size??t?.size??GT;e>i&&(i=e,a=n.font?{...t,...n.font}:t)}return zT(e.map(e=>e.text).join(``),a,n,r)}function VT(e,t){let n=jT(e,t),r=kT(t);return Math.max(0,n-r)}function HT(e){let t=e.effectiveType,n=e.font;if(t===8){let t=e.value;if(t&&typeof t==`object`&&`richText`in t)return DT(t.richText,n)}let r=fp(e);return r?CT(r,n):0}function UT(e,t,n){let r=e.font,i=e.alignment;if(e.effectiveType===8){let t=e.value;if(t&&typeof t==`object`&&`richText`in t)return BT(t.richText,r,i,n)}let a=fp(e);return a?zT(a,r,i,i?.wrapText?n:void 0):0}var WT,GT,KT,qT,JT,YT,XT,ZT=t((()=>{bp(),bT(),WT=96,GT=11,KT=`Calibri`,qT=7,JT=1790,YT=255,XT=16}));function QT(e,t){if(typeof e==`string`){let t=Fa(e);return{row:t.r+1,col:t.c+1}}return typeof e==`number`?e===-1?{row:t+1,col:1}:{row:e+1,col:1}:{row:e.r+1,col:e.c+1}}var $T,eE=t((()=>{Bi(),Bd(),Dy(),pu(),la(),Sw(),ww(),Ka(),zw(),pa(),Wp(),gx(),Xw(),Ba(),bp(),da(),Ad(),sb(),fb(),ZT(),$T=class{constructor(e){this._workbook=e.workbook,this.id=e.id??0,this.orderNo=e.orderNo??0,this.name=e.name||`sheet${this.id}`,this.state=e.state??`visible`,this._rows=[],this._columns=[],this._keys={},this._merges={},this.rowBreaks=[],this.colBreaks=[],this.properties={defaultRowHeight:15,outlineLevelCol:0,outlineLevelRow:0,...e.properties},this.pageSetup={margins:{left:.7,right:.7,top:.75,bottom:.75,header:.3,footer:.3},orientation:`portrait`,horizontalDpi:void 0,verticalDpi:void 0,fitToPage:!!(e.pageSetup&&(e.pageSetup.fitToWidth||e.pageSetup.fitToHeight)&&!e.pageSetup.scale),pageOrder:`downThenOver`,blackAndWhite:!1,draft:!1,cellComments:`None`,errors:`displayed`,scale:100,fitToWidth:1,fitToHeight:1,paperSize:void 0,showRowColHeaders:!1,showGridLines:!1,firstPageNumber:void 0,horizontalCentered:!1,verticalCentered:!1,rowBreaks:null,colBreaks:null,...e.pageSetup},this.headerFooter={differentFirst:!1,differentOddEven:!1,oddHeader:null,oddFooter:null,evenHeader:null,evenFooter:null,firstHeader:null,firstFooter:null,...e.headerFooter},this.dataValidations=new Ey,this.views=e.views??[],this.autoFilter=e.autoFilter??null,this._media=[],this._charts=[],this._sparklineGroups=[],this.sheetProtection=null,this.tables={},this.pivotTables=[],this.conditionalFormattings=[],this.formControls=[],this.ignoredErrors=[],this.threadedComments=[],this._watermark=null}get name(){return this._name}set name(e){e===void 0&&(e=`sheet${this.id}`),this._name!==e&&(this._name=this._workbook.validateSheetName(e,this))}get workbook(){return this._workbook}destroy(){this._workbook.removeWorksheetEx(this)}get dimensions(){let e=new fa;return this._rows.forEach(t=>{if(t){let n=t.dimensions;n&&e.expand(t.number,n.min,t.number,n.max)}}),e}get columns(){return this._columns}set columns(e){this._headerRowCount=e.reduce((e,t)=>{let n=Array.isArray(t.header)?t.header.length:+!!t.header;return Math.max(e,n)},0);let t=1,n=this._columns=[];e.forEach(e=>{let r=new zd(this,t++,!1);n.push(r),r.defn=e})}getColumnKey(e){return this._keys[e]}setColumnKey(e,t){this._keys[e]=t}deleteColumnKey(e){delete this._keys[e]}eachColumnKey(e){Object.keys(this._keys).forEach(t=>e(this._keys[t],t))}getColumn(e){let t;if(typeof e==`string`){let n=this._keys[e];if(n)return n;t=E.l2n(e)}else t=e;if(t>this._columns.length){let e=this._columns.length+1;for(;e<=t;)this._columns.push(new zd(this,e++))}return this._columns[t-1]}spliceColumns(e,t,...n){for(let e of Object.values(this._merges))for(let t=e.top;t<=e.bottom;t++)for(let n=e.left;n<=e.right;n++){let e=this.findCell(t,n);e&&e.type===1&&e.unmerge()}let r=this._rows.length;if(n.length>0)for(let i=0;i<r;i++){let r=n.map(e=>e[i]??null);this.getRow(i+1).splice(e,t,...r)}else this._rows.forEach(n=>{n&&n.splice(e,t)});let i=n.length-t,a=e+t,o=this._columns.length;if(i<0)for(let t=e+n.length;t<=o;t++)this.getColumn(t).defn=this.getColumn(t-i).defn;else if(i>0)for(let e=o;e>=a;e--)this.getColumn(e+i).defn=this.getColumn(e).defn;for(let t=e;t<e+n.length;t++)this.getColumn(t).defn=void 0;if(this.workbook.definedNames.spliceColumns(this.name,e,t,n.length),i!==0){for(let t of this._media)if(t.type===`image`&&t.range){let{tl:n,br:r}=t.range;n&&n.nativeCol>=e-1&&(n.nativeCol=Math.max(0,n.nativeCol+i)),r&&r.nativeCol>=e-1&&(r.nativeCol=Math.max(0,r.nativeCol+i))}this._shiftChartAnchors(`col`,e-1,i)}this._spliceMerges(`col`,e,t,n.length)}get lastColumn(){return this.getColumn(this.columnCount)}get columnCount(){let e=0;return this.eachRow(t=>{e=Math.max(e,t.cellCount)}),e}get actualColumnCount(){let e=[],t=0;return this.eachRow(n=>{n.eachCell(({col:n})=>{e[n]||(e[n]=!0,t++)})}),t}_commitRow(e){}get _lastRowNumber(){let e=this._rows,t=e.length;for(;t>0&&e[t-1]===void 0;)t--;return t}get _nextRow(){return this._lastRowNumber+1}get lastRow(){if(this._rows.length)return this._rows[this._rows.length-1]}findRow(e){return this._rows[e-1]}findRows(e,t){return this._rows.slice(e-1,e-1+t)}get rowCount(){return this._lastRowNumber}get actualRowCount(){let e=0;return this.eachRow(()=>{e++}),e}getRow(e){let t=this._rows[e-1];return t||=this._rows[e-1]=new Up(this,e),t}getRows(e,t){if(t<1)return;let n=[];for(let r=e;r<e+t;r++)n.push(this.getRow(r));return n}addRow(e,t=`n`){let n=this._nextRow,r=this.getRow(n);return r.values=e,this._setStyleOption(n,t[0]===`i`?t:`n`),r}addRows(e,t=`n`){let n=[];return e.forEach(e=>{n.push(this.addRow(e,t))}),n}insertRow(e,t,n=`n`){return this.spliceRows(e,0,t),this._setStyleOption(e,n),this.getRow(e)}insertRows(e,t,n=`n`){if(this.spliceRows(e,0,...t),n!==`n`)for(let r=0;r<t.length;r++)n[0]===`o`&&this.findRow(t.length+e+r)!==void 0?this._copyStyle(t.length+e+r,e+r,n[1]===`+`):n[0]===`i`&&this.findRow(e-1)!==void 0&&this._copyStyle(e-1,e+r,n[1]===`+`);return this.getRows(e,t.length)}_setStyleOption(e,t=`n`){t[0]===`o`&&this.findRow(e+1)!==void 0?this._copyStyle(e+1,e,t[1]===`+`):t[0]===`i`&&this.findRow(e-1)!==void 0&&this._copyStyle(e-1,e,t[1]===`+`)}_copyStyle(e,t,n=!1){let r=this.getRow(e),i=this.getRow(t);i.style=kd(r.style)??{},r.eachCell({includeEmpty:n},(e,t)=>{i.getCell(t).style=kd(e.style)??{}}),i.height=r.height}duplicateRow(e,t,n=!1){let r=this.getRow(e),i=Array.from({length:t}).fill(r.values),a=[];for(let t of Object.values(this._merges))t.top===e&&t.bottom===e&&a.push(t);let o=[],s=e-1;for(let e of this._media)e.type===`image`&&e.range&&e.range.tl.nativeRow===s&&o.push(e);this.spliceRows(e+1,n?0:t,...i);for(let n=0;n<t;n++){let t=this._rows[e+n];t.style=kd(r.style)??{},t.height=r.height,r.eachCell({includeEmpty:!0},(e,n)=>{t.getCell(n).style=kd(e.style)??{}})}if(a.length>0)for(let r=0;r<t;r++){let t=e+1+r;if(!n){let e=[];for(let[n,r]of Object.entries(this._merges))r.top<=t&&r.bottom>=t&&e.push(n);for(let t of e)this._unMergeMaster(this.getCell(t))}for(let e of a)this.mergeCellsWithoutStyle(t,e.left,t,e.right)}if(!n){let n=e,r=e+t-1;this._media=this._media.filter(e=>{if(e.type===`image`&&e.range){let t=e.range.tl.nativeRow;return t<n||t>r}return!0})}for(let e=0;e<t;e++){let t=e+1;for(let e of o){let n=e.clone();if(n.range.tl.nativeRow=s+t,n.range.br){let r=e.range.br.nativeRow-s;n.range.br.nativeRow=s+t+r}this._media.push(n)}}}spliceRows(e,t,...n){for(let e of Object.values(this._merges))for(let t=e.top;t<=e.bottom;t++)for(let n=e.left;n<=e.right;n++){let e=this.findCell(t,n);e&&e.type===1&&e.unmerge()}let r=e+t,i=n.length,a=i-t,o=this._rows.length,s,c;if(a<0)for(e===o&&(this._rows[o-1]=void 0),s=r;s<=o;s++)if(c=this._rows[s-1],c){let e=this.getRow(s+a);e.values=c.values,e.style=kd(c.style)??{},e.height=c.height,c.eachCell({includeEmpty:!0},(t,n)=>{e.getCell(n).style=kd(t.style)??{}}),this._rows[s-1]=void 0}else this._rows[s+a-1]=void 0;else if(a>0)for(s=o;s>=r;s--)if(c=this._rows[s-1],c){let e=this.getRow(s+a);e.values=c.values,e.style=kd(c.style)??{},e.height=c.height,c.eachCell({includeEmpty:!0},(t,n)=>{e.getCell(n).style=kd(t.style)??{}})}else this._rows[s+a-1]=void 0;for(s=0;s<i;s++){let t=this.getRow(e+s);t.style={},t.values=n[s]}if(this.workbook.definedNames.spliceRows(this.name,e,t,i),a!==0){for(let t of this._media)if(t.type===`image`&&t.range){let{tl:n,br:r}=t.range;n&&n.nativeRow>=e-1&&(n.nativeRow=Math.max(0,n.nativeRow+a)),r&&r.nativeRow>=e-1&&(r.nativeRow=Math.max(0,r.nativeRow+a))}this._shiftChartAnchors(`row`,e-1,a)}this._spliceMerges(`row`,e,t,i)}eachRow(e,t){let n,r;if(typeof e==`function`?r=e:(n=e,r=t),n&&n.includeEmpty){let e=this._rows.length;for(let t=1;t<=e;t++)r(this.getRow(t),t)}else this._rows.forEach(e=>{e&&e.hasValues&&r(e,e.number)})}getSheetValues(){let e=[];return this._rows.forEach(t=>{t&&(e[t.number]=t.values)}),e}findCell(e,t){let n=E.getAddress(e,t),r=this._rows[n.row-1];return r?r.findCell(n.col):void 0}getCell(e,t){let n=E.getAddress(e,t);return this.getRow(n.row).getCellEx(n)}mergeCells(...e){let t=new fa(e);this._mergeCellsInternal(t)}mergeCellsWithoutStyle(...e){let t=new fa(e);this._mergeCellsInternal(t,!0)}_mergeCellsInternal(e,t){Object.values(this._merges).forEach(t=>{if(t.intersects(e))throw new Zi});let{top:n,left:r,bottom:i,right:a}=e,o=t?void 0:ab(n,r,i,a,(e,t)=>this.findCell(e,t)),s=this.getCell(e.top,e.left);for(let e=n;e<=i;e++)for(let i=r;i<=a;i++)(e>n||i>r)&&this.getCell(e,i).merge(s,t);o&&ob(n,r,i,a,o,(e,t)=>this.getCell(e,t)),this._merges[s.address]=e}_unMergeMaster(e){let t=this._merges[e.address];if(t){for(let e=t.top;e<=t.bottom;e++)for(let n=t.left;n<=t.right;n++)this.getCell(e,n).unmerge();delete this._merges[e.address]}}_shiftChartAnchors(e,t,n){let r=e===`row`?`nativeRow`:`nativeCol`,i=this._drawing;if(i?.anchors)for(let e of i.anchors){let i=e.range?.tl,a=e.range?.br;i&&i[r]>=t&&(i[r]=Math.max(0,i[r]+n)),a&&a[r]>=t&&(a[r]=Math.max(0,a[r]+n))}for(let e of this._charts){let{tl:i,br:a}=e.range;i[r]>=t&&(i[r]=Math.max(0,i[r]+n)),a&&a[r]>=t&&(a[r]=Math.max(0,a[r]+n))}}_spliceMerges(e,t,n,r){let i=r-n;if(i===0&&n===0)return;let a=t+n,o=e===`row`,s={};for(let e of Object.values(this._merges)){let{top:r,left:c,bottom:l,right:u}=e.model,d=o?r:c,f=o?l:u;if(i<=0&&n>0){let n=a-1;if(d>n){let e=o?new fa(r+i,c,l+i,u):new fa(r,c+i,l,u+i);s[E.encodeAddress(e.top,e.left)]=e}else if(f<t)s[E.encodeAddress(r,c)]=e;else if(!(d>=t&&f<=n)){let e=r,n=c,a=l,d=u;o?(e=r<t?r:t,a=Math.max(e,l+i)):(n=c<t?c:t,d=Math.max(n,u+i));let f=new fa(e,n,a,d);e===a&&n===d||(s[E.encodeAddress(f.top,f.left)]=f)}}else if(d>=a){let e=o?new fa(r+i,c,l+i,u):new fa(r,c+i,l,u+i);s[E.encodeAddress(e.top,e.left)]=e}else f<a||(o?e.model.bottom=l+i:e.model.right=u+i),s[E.encodeAddress(r,c)]=e}this._merges=s;for(let e of Object.values(s)){let t=this.getCell(e.top,e.left);for(let n=e.top;n<=e.bottom;n++)for(let r=e.left;r<=e.right;r++)(n>e.top||r>e.left)&&this.getCell(n,r).merge(t,!0)}}get hasMerges(){return Object.values(this._merges).some(Boolean)}unMergeCells(...e){let t=new fa(e);for(let e=t.top;e<=t.bottom;e++)for(let n=t.left;n<=t.right;n++){let t=this.findCell(e,n);t&&(t.type===1?this._unMergeMaster(t.master):this._merges[t.address]&&this._unMergeMaster(t))}}fillFormula(e,t,n,r=`shared`){let{top:i,left:a,bottom:o,right:s}=E.decode(e),c=s-a+1,l=E.encodeAddress(i,a),u=r===`shared`,d;d=typeof n==`function`?n:Array.isArray(n)?Array.isArray(n[0])?(e,t)=>n[e-i][t-a]:(e,t)=>n[(e-i)*c+(t-a)]:()=>void 0;let f=!0;for(let n=i;n<=o;n++)for(let i=a;i<=s;i++)if(f){let a=this.getCell(n,i);a.value={shareType:r,formula:t,ref:e,result:d(n,i)},f=!1}else this.getCell(n,i).value=u?{sharedFormula:l,result:d(n,i)}:d(n,i)}addImage(e,t){let n={type:`image`,imageId:String(e),range:t};this._media.push(new Cw(this,n))}getImages(){return this._media.filter(e=>e.type===`image`)}addChart(e,t){let n=T();return this._registerChart(n.buildChartModel(e),t,e)}addColumnChart(e,t){return this.addChart({...e,type:`bar`,barDir:`col`},t)}addBarChart(e,t){return this.addChart({...e,type:`bar`,barDir:`bar`},t)}addLineChart(e,t){return this.addChart({...e,type:`line`},t)}addAreaChart(e,t){return this.addChart({...e,type:`area`},t)}addPieChart(e,t){return this.addChart({...e,type:`pie`},t)}addDoughnutChart(e,t){return this.addChart({...e,type:`doughnut`},t)}addScatterChart(e,t){return this.addChart({...e,type:`scatter`},t)}addBubbleChart(e,t){return this.addChart({...e,type:`bubble`},t)}addRadarChart(e,t){return this.addChart({...e,type:`radar`},t)}addStockChart(e,t){return this.addChart({...e,type:`stock`},t)}addSurfaceChart(e,t){return this.addChart({...e,type:`surface`},t)}addHistogramChart(e,t){return this.addChartEx({...e,type:`histogram`},t)}addParetoChart(e,t){return this.addChartEx({...e,type:`pareto`},t)}addWaterfallChart(e,t){return this.addChartEx({...e,type:`waterfall`},t)}addFunnelChart(e,t){return this.addChartEx({...e,type:`funnel`},t)}addTreemapChart(e,t){return this.addChartEx({...e,type:`treemap`},t)}addSunburstChart(e,t){return this.addChartEx({...e,type:`sunburst`},t)}addBoxWhiskerChart(e,t){return this.addChartEx({...e,type:`boxWhisker`},t)}addRegionMapChart(e,t){return this.addChartEx({...e,type:`regionMap`},t)}addPresetChart(e,t,n){return this.addChart(T().applyChartPreset(e,t),n)}addPresetChartEx(e,t,n){return this.addChartEx(T().applyChartExPreset(e,t),n)}seriesFromColumns(e){return T().seriesFromColumns(this.name,e)}addChartFromTable(e,t,n){return this.addChart(T().chartOptionsFromTable(this,e,t),n)}addChartFromRows(e,t,n){return this.addChart(T().chartOptionsFromRows(this,e,t),n)}addColumnChartFromRows(e,t,n){return this.addChart(T().chartOptionsFromRows(this,e,{...t,type:`bar`,barDir:`col`}),n)}addChartExFromTable(e,t,n){return this.addChartEx(T().chartExOptionsFromTable(this,e,t),n)}addChartExFromRows(e,t,n){return this.addChartEx(T().chartExOptionsFromRows(this,e,t),n)}addPivotChart(e,t,n){let r=Va(e,t);return this._registerChart(T().buildChartModel(r),n,r)}addPivotComboChart(e,t,n){let r=Va(e,t);return this._registerChart(T().buildComboChartModel(r),n,r)}addComboChart(e,t){return this._registerChart(T().buildComboChartModel(e),t,e)}addChartEx(e,t){let n=T().buildChartExModel(e);return this._registerChartEx(n,t)}_registerChartEx(e,t){let n=T(),r=this._workbook.nextChartExNumber();try{n.fillChartExCaches(e,this._workbook,this)}catch{}this._workbook.addChartExStructuredEntry({chartExNumber:r,model:e});let i=n.createChart(this,{chartExNumber:r},t);return this._charts.push(i),r}_registerChart(e,t,n){let r=T(),i=this._workbook.nextChartNumber();try{r.fillChartCaches(e,this._workbook,this)}catch{}let a={chartNumber:i,model:e};try{r.resolvePendingChartImages(a,this._workbook,i)}catch{}this._workbook.addChartEntry(a),this._applyChartSidecars(i,n);let o=r.createChart(this,{chartNumber:i},t);return this._charts.push(o),i}_applyChartSidecars(e,t){if(!t?.chartStyle&&!t?.chartColors)return;let n=T();t?.chartStyle&&this._workbook.setChartStyle(e,new TextEncoder().encode(n.buildChartStyle(t.chartStyle))),t?.chartColors&&this._workbook.setChartColors(e,new TextEncoder().encode(n.buildChartColors(t.chartColors)))}getCharts(){return[...this._charts]}removeChart(e){let t=typeof e==`number`?e:this._charts.indexOf(e);if(t<0||t>=this._charts.length)return!1;let n=this._charts.splice(t,1)[0];n.chartNumber>0&&this._workbook.removeChartEntry?.(n.chartNumber),n.chartExNumber>0&&this._workbook.removeChartExStructuredEntry?.(n.chartExNumber);let r=this._drawing;return r?.anchors&&(r.anchors=r.anchors.filter(e=>!(n.chartNumber>0&&e.chartNumber===n.chartNumber||n.chartExNumber>0&&e.chartExNumber===n.chartExNumber))),!0}addSparklineGroup(e){let t=ix(e);return this._sparklineGroups.push(t),t}getSparklineGroups(){return[...this._sparklineGroups]}get sparklineGroups(){return this._sparklineGroups}set sparklineGroups(e){this._sparklineGroups=e??[]}removeSparklineGroup(e){let t=typeof e==`number`?e:this._sparklineGroups.indexOf(e);return t<0||t>=this._sparklineGroups.length?!1:(this._sparklineGroups.splice(t,1),!0)}addBackgroundImage(e){let t={type:`background`,imageId:String(e)};this._media.push(new Cw(this,t))}getBackgroundImageId(){let e=this._media.find(e=>e.type===`background`);return e&&e.imageId}addWatermark(e){if(this._media=this._media.filter(e=>e.type!==`watermark`&&e.type!==`headerImage`),this._watermark={imageId:String(e.imageId),mode:e.mode??`overlay`,opacity:e.opacity,headerWidth:e.headerWidth,headerHeight:e.headerHeight,applyTo:e.applyTo},this._watermark.mode===`overlay`){let t={type:`watermark`,imageId:String(e.imageId),opacity:e.opacity};this._media.push(new Cw(this,t))}else{let t={type:`headerImage`,imageId:String(e.imageId),headerWidth:e.headerWidth,headerHeight:e.headerHeight,applyTo:e.applyTo};this._media.push(new Cw(this,t))}}getWatermark(){return this._watermark}removeWatermark(){this._watermark=null,this._media=this._media.filter(e=>e.type!==`watermark`&&e.type!==`headerImage`)}addFormCheckbox(e,t){let n=new xw(this,e,t);return this.formControls.push(n),n}getFormCheckboxes(){return this.formControls}async protect(e,t){this.sheetProtection=await db(e,t)}unprotect(){this.sheetProtection=null}addTable(e){let t=new Yw(this,e),n=t.name.toLowerCase();if(this.tables[t.name])throw new oa(`Table name "${t.name}" already exists in worksheet "${this.name}".`);if(this.workbook._tableNames.has(n))throw new oa(`Table name "${t.name}" already exists in another worksheet. Table names must be unique across the entire workbook (case-insensitive).`);return this.tables[t.name]=t,this.workbook._tableNames.add(n),t}getTable(e){return this.tables[e]}removeTable(e){this.tables[e]&&this.workbook._tableNames.delete(e.toLowerCase()),delete this.tables[e]}getTables(){return Object.values(this.tables)}addPivotTable(e){let t=kw(this,e);return this.pivotTables.push(t),this.workbook.pivotTables.push(t),t}addConditionalFormatting(e){this.conditionalFormattings.push(e)}removeConditionalFormatting(e){typeof e==`number`?this.conditionalFormattings.splice(e,1):typeof e==`function`?this.conditionalFormattings=this.conditionalFormattings.filter((t,n,r)=>!e(t,n,r)):this.conditionalFormattings=[]}autoFitColumn(e){let t=typeof e==`string`?E.l2n(e):e;return this._autoFitColumnImpl(t),this}autoFitColumns(e,t){let n=this.dimensions;if(!n||n.left===void 0)return this;let r=e==null?n.left:typeof e==`string`?E.l2n(e):e,i=t==null?n.right:typeof t==`string`?E.l2n(t):t;for(let e=r;e<=i;e++)this._autoFitColumnImpl(e);return this}autoFitRow(e){return this._autoFitRowImpl(e),this}autoFitRows(e,t){let n=this.dimensions;if(!n||n.top===void 0)return this;let r=e??n.top,i=t??n.bottom;for(let e=r;e<=i;e++)this._autoFitRowImpl(e);return this}_autoFitColumnImpl(e){let t=OT(),n=this._isColumnInAutoFilter(e),r=0;if(this._rows.forEach(n=>{if(!n||n.hidden)return;let i=n.findCell(e);if(!i||i.type===1)return;if(i.isMerged){let e=this._merges[i.address];if(e&&e.left!==e.right)return}if(i.alignment?.shrinkToFit)return;let a=HT(i),o=i.alignment?.indent;o&&o>0&&(a+=o*3*t),a>r&&(r=a)}),r>0){let i=NT(r,t,n);if(i>0){let t=this.getColumn(e);t.width=i,t.bestFit=!0}}}_autoFitRowImpl(e){let t=this._rows[e-1];if(!t)return;let n=OT(),r=0;t.eachCell(e=>{if(e.type===1)return;if(e.isMerged){let t=this._merges[e.address];if(t&&t.top!==t.bottom)return}if(this._columns[e.col-1]?.hidden)return;let t=UT(e,n,this._getColumnContentWidthForCell(e,n));t>r&&(r=t)}),r>0&&(t.height=Math.ceil(r*4)/4,t.customHeight=!0)}_getColumnContentWidthForCell(e,t){if(e.alignment?.wrapText)return VT(this._columns[e.col-1]?.width??this.properties.defaultColWidth??9,t)}_isColumnInAutoFilter(e){if(!this.autoFilter)return!1;if(typeof this.autoFilter==`string`){let t=E.decode(this.autoFilter);return e>=t.left&&e<=t.right}let{from:t,to:n}=this.autoFilter,r=typeof t==`string`?E.decode(t).col:t.col,i=typeof n==`string`?E.decode(n).col:n.col;return e>=r&&e<=i}get model(){let e={id:this.id,name:this.name,dataValidations:this.dataValidations.model,properties:this.properties,state:this.state,pageSetup:this.pageSetup,headerFooter:this.headerFooter,rowBreaks:this.rowBreaks,colBreaks:this.colBreaks,views:this.views,autoFilter:this.autoFilter,media:this._media.map(e=>e.model),sheetProtection:this.sheetProtection,tables:Object.values(this.tables).map(e=>e.model),pivotTables:this.pivotTables,conditionalFormattings:this.conditionalFormattings,formControls:this.formControls.map(e=>e.model),ignoredErrors:this.ignoredErrors,watermark:this._watermark,drawing:this._drawing,charts:this._charts.map(e=>e.model),sparklineGroups:this._sparklineGroups,threadedComments:this.threadedComments};e.cols=zd.toModel(this.columns);let t=e.rows=[],n=e.dimensions=new fa;return this._rows.forEach(e=>{let r=e&&e.model;r&&(n.expand(r.number,r.min,r.number,r.max),t.push(r))}),e.mergeCells=Object.values(this._merges).map(e=>e.range),e}_parseRows(e){this._rows=[],e.rows&&e.rows.forEach(e=>{let t=new Up(this,e.number);this._rows[t.number-1]=t,t.model=e})}_parseMergeCells(e){e.mergeCells&&e.mergeCells.forEach(e=>{this.mergeCellsWithoutStyle(e)})}set model(e){if(this.name=e.name,this.state=e.state,this._columns=zd.fromModel(this,e.cols??[]),this._parseRows(e),this._parseMergeCells(e),this.dataValidations=new Ey(e.dataValidations),this.properties=e.properties,this.pageSetup=e.pageSetup,this.headerFooter=e.headerFooter,this.rowBreaks=e.rowBreaks??[],this.colBreaks=e.colBreaks??[],this.views=e.views,this.autoFilter=e.autoFilter,this._media=e.media.map(e=>new Cw(this,e)),this._watermark=e.watermark??null,!this._watermark){for(let e of this._media)if(e.type===`watermark`){this._watermark={imageId:e.imageId??``,mode:`overlay`,opacity:e.opacity};break}else if(e.type===`headerImage`){this._watermark={imageId:e.imageId??``,mode:`header`,headerWidth:e.headerWidth,headerHeight:e.headerHeight};break}}this.sheetProtection=e.sheetProtection,this.tables=e.tables.reduce((e,t)=>{let n=new Yw(this,t);return n.model=t,e[t.name]=n,this.workbook._tableNames.add(t.name.toLowerCase()),e},{}),this.pivotTables=e.pivotTables;for(let e of this.pivotTables??[])e.worksheetName??=this.name,e.name??=`PivotTable${e.tableNumber}`;this.conditionalFormattings=e.conditionalFormattings,this.ignoredErrors=e.ignoredErrors??[],this.threadedComments=e.threadedComments??[],this.formControls=(e.formControls??[]).map(e=>xw.fromModel(this,e)),this._drawing=e.drawing;let t=Ri();t&&e.charts&&e.charts.length>0?this._charts=e.charts.map(e=>t.createChart(this,{chartNumber:e.chartNumber,chartExNumber:e.chartExNumber},e.range)):t&&e.drawing?.anchors?this._charts=e.drawing.anchors.filter(e=>e.chartNumber||e.chartExNumber).map(e=>t.createChart(this,{chartNumber:e.chartNumber??0,chartExNumber:e.chartExNumber??0},e.range)):this._charts=[]}toJSON(e){let t=e||{},n=1,r=this.rowCount,i=1,a=this.columnCount;if(t.range!==void 0){if(typeof t.range==`number`)n=t.range+1;else if(typeof t.range==`string`){let e=La(t.range);n=e.s.r+1,r=e.e.r+1,i=e.s.c+1,a=e.e.c+1}}if(r<n||a<i)return[];let o=t.header;if(o===1){let e=[],o=t.blankRows!==!1;for(let s=n;s<=r;s++){let n=[],r=!0;for(let e=i;e<=a;e++){let a=this.getCell(s,e),o=t.raw===!1?fp(a,t.dateFormat).trim():a.value;o!=null&&o!==``?(n[e-i]=o,r=!1):t.defaultValue===void 0?n[e-i]=null:n[e-i]=t.defaultValue}(!r||o)&&e.push(n)}return e}if(o===`A`){let e=[],o=t.blankRows===!0;for(let s=n;s<=r;s++){let n={},r=!0;for(let e=i;e<=a;e++){let i=this.getCell(s,e),a=t.raw===!1?fp(i,t.dateFormat).trim():i.value,o=Ma(e-1);a!=null&&a!==``?(n[o]=a,r=!1):t.defaultValue!==void 0&&(n[o]=t.defaultValue)}(!r||o)&&e.push(n)}return e}if(Array.isArray(o)){let e=[],s=t.blankRows===!0;for(let c=n;c<=r;c++){let n={},r=!0;for(let e=i;e<=a;e++){let a=e-i,s=o[a]??`__EMPTY_${a}`,l=this.getCell(c,e),u=t.raw===!1?fp(l,t.dateFormat).trim():l.value;u!=null&&u!==``?(n[s]=u,r=!1):t.defaultValue!==void 0&&(n[s]=t.defaultValue)}(!r||s)&&e.push(n)}return e}let s=[],c={};for(let e=i;e<=a;e++){let t=this.getCell(n,e).value,r=t==null?`__EMPTY_${e-i}`:String(t);c[r]===void 0?c[r]=0:(c[r]++,r=`${r}_${c[r]}`),s.push(r)}let l=[],u=n+1,d=t.blankRows===!0;for(let e=u;e<=r;e++){let n={},r=!0;for(let o=i;o<=a;o++){let a=this.getCell(e,o),c=t.raw===!1?fp(a,t.dateFormat).trim():a.value,l=s[o-i];c!=null&&c!==``?(n[l]=c,r=!1):t.defaultValue!==void 0&&(n[l]=t.defaultValue)}(!r||d)&&l.push(n)}return l}addJSON(e,t){if(e.length===0)return this;let n=t||{},r=1,i=1;if(n.origin!==void 0){let e=QT(n.origin,this.rowCount);r=e.row,i=e.col}let a=new Set;e.forEach(e=>Object.keys(e).forEach(e=>a.add(e)));let o=n.header?[...n.header]:[...a];n.header&&a.forEach(e=>{o.includes(e)||o.push(e)});let s=r;n.skipHeader||(o.forEach((e,t)=>{this.getCell(s,i+t).value=e}),s++);for(let t of e)o.forEach((e,r)=>{let a=t[e];a===null&&n.nullError?this.getCell(s,i+r).value={error:`#NULL!`}:a!=null&&(this.getCell(s,i+r).value=a)}),s++;return this}toAOA(){let e=[];return this.eachRow({includeEmpty:!0},(t,n)=>{let r=[];t.eachCell({includeEmpty:!0},(e,t)=>{r[t-1]=e.value}),e[n-1]=r}),e}addAOA(e,t){if(e.length===0)return this;let n=1,r=1;if(t?.origin!==void 0){let e=QT(t.origin,this.rowCount);n=e.row,r=e.col}return e.forEach((e,t)=>{e&&e.forEach((e,i)=>{e!=null&&(this.getCell(n+t,r+i).value=e)})}),this}}}));function tE(e,t){if(e>fE)throw Error(`ZIP64 ${t} value ${e} exceeds Number.MAX_SAFE_INTEGER. The archive may be corrupted or malicious.`);return Number(e)}function nE(e){return e.encoding?ds(e.encoding):void 0}function rE(e,t=!1){for(let n=e.length-22;n>=0;n--)if(e[n]===80&&e[n+1]===75&&e[n+2]===5&&e[n+3]===6)if(t){let t=e[n+20]|e[n+21]<<8;if(n+22+t===e.length)return n}else return n;return-1}function iE(e,t){let n=t-20;return n<0?-1:e[n]===80&&e[n+1]===75&&e[n+2]===6&&e[n+3]===7?n:-1}function aE(e,t,n=!0,r){let i=new ks(e,t);i.skip(4);let a=i.readUint16(),o=i.readUint16(),s=i.readUint16(),c=i.readUint16(),l=i.readUint32(),u=i.readUint32(),d=i.readUint16(),f=``;if(d>0){let e=i.readBytes(d);n&&(f=r?r.decode(e):Xn(e))}return{eocd:{diskNumber:a,centralDirDisk:o,entriesOnDisk:s,totalEntries:c,centralDirSize:l,centralDirOffset:u},comment:f}}function oE(e,t){let n=new ks(e,t);return n.readUint32()===117853008?(n.skip(4),tE(n.readBigUint64(),`EOCD locator offset`)):-1}function sE(e,t){let n=new ks(e,t);return n.readUint32()===101075792?(n.skip(8),n.skip(2),n.skip(2),n.skip(4),n.skip(4),{entriesOnDisk:n.readBigUint64(),totalEntries:n.readBigUint64(),centralDirSize:n.readBigUint64(),centralDirOffset:n.readBigUint64()}):null}function cE(e,t){e.totalEntries===65535&&(e.totalEntries=tE(t.totalEntries,`totalEntries`)),e.entriesOnDisk===65535&&(e.entriesOnDisk=tE(t.entriesOnDisk,`entriesOnDisk`)),e.centralDirSize===4294967295&&(e.centralDirSize=tE(t.centralDirSize,`centralDirSize`)),e.centralDirOffset===4294967295&&(e.centralDirOffset=tE(t.centralDirOffset,`centralDirOffset`))}function lE(e,t,n){let r=e.readUint16();e.skip(2);let i=e.readUint16(),a=e.readUint16(),o=e.readUint16(),s=e.readUint16(),c=e.readUint32(),l=e.readUint32(),u=e.readUint32(),d=e.readUint16(),f=e.readUint16(),p=e.readUint16();e.skip(2),e.skip(2);let m=e.readUint32(),h=e.readUint32(),g=d>0?e.readBytes(d):new Uint8Array,_={},v=new Uint8Array;if(f>0){v=e.readBytes(f);let t={compressedSize:l,uncompressedSize:u,offsetToLocalFileHeader:h};_=kc(v,t),l=t.compressedSize,u=t.uncompressedSize,h=t.offsetToLocalFileHeader??h}let y=p>0?e.readBytes(p):new Uint8Array,b=t?hs(g,i,_,n):``,x=t?gs(y,i,_,n):``,S=Pc(m),ee=r>>8&255,te=Fc(S),ne=Ic(S)||ee===0&&(m&16)!=0||b.endsWith(`/`),re=(i&1)!=0,ie=te?`symlink`:ne?`directory`:`file`,ae=_.mtimeUnixSeconds,oe=Rs(s,o,ae),se=`none`,ce,le,ue;return re&&(a===99&&_.aesInfo?(se=`aes`,ce=_.aesInfo.version,le=_.aesInfo.keyStrength,ue=_.aesInfo.compressionMethod):se=`zipcrypto`),{path:b,type:ie,compressedSize:l,compressedSize64:_.compressedSize64,uncompressedSize:u,uncompressedSize64:_.uncompressedSize64,compressionMethod:a,crc32:c,lastModified:oe,localHeaderOffset:h,localHeaderOffset64:_.offsetToLocalFileHeader64,comment:x,externalAttributes:m,mode:S,versionMadeBy:r,extraField:v,isEncrypted:re,encryptionMethod:se,aesVersion:ce,aesKeyStrength:le,originalCompressionMethod:ue,dosTime:o}}function uE(e,t,n,r={}){let i=r.decodeStrings??!0,a=nE(r);if(n===0)return[];let o=Array(n),s=new ks(e,t);for(let e=0;e<n;e++){if(s.readUint32()!==33639248)throw Error(`Invalid Central Directory header signature at entry ${e}`);o[e]=lE(s,i,a)}return o}function dE(e,t={}){let n=t.decodeStrings??!0,r=nE(t),i=rE(e);if(i===-1)throw Error(`Invalid ZIP file: End of Central Directory not found`);let{eocd:a,comment:o}=aE(e,i,n,r),s=iE(e,i);if(s!==-1){let t=oE(e,s);if(t>=0){let n=sE(e,t);n&&cE(a,n)}}return{entries:uE(e,a.centralDirOffset,a.totalEntries,t),comment:o}}var fE,pE,mE=t((()=>{ws(),As(),Hs(),Nc(),lr(),sl(),fE=BigInt(2**53-1),pE=65535,22+pE}));async function hE(e,t,n,r=!1,i=!0){let a;if(i&&e.uncompressedSize>xE)throw Error(`Entry "${e.path}" declares uncompressed size of ${e.uncompressedSize} bytes, which exceeds the maximum allowed size of ${xE} bytes. Use the streaming API for large entries.`);if(e.isEncrypted){if(!n)throw new Qo(e.path);if(e.encryptionMethod===`aes`&&e.aesKeyStrength){let r=await mc(t,n,e.aesKeyStrength);if(!r)throw new Zo(e.path);a=await _E(r,e.originalCompressionMethod??0,e.path)}else if(e.encryptionMethod===`zipcrypto`){let r=Nv(t,n,e.crc32,e.dosTime);if(!r)throw new Zo(e.path);a=await _E(r,e.compressionMethod,e.path)}else throw new Zo(e.path,`Unsupported encryption method`)}else a=await _E(t,e.compressionMethod,e.path);if(i&&a.length!==e.uncompressedSize){let t=a.length>e.uncompressedSize?`too-many-bytes`:`too-few-bytes`;throw new Xo(e.path,e.uncompressedSize,a.length,t)}if(e.encryptionMethod===`zipcrypto`||r&&e.encryptionMethod!==`aes`){let t=is(a);if(t!==e.crc32)throw new Yo(e.path,e.crc32,t)}return a}function gE(e,t,n,r=!0){let i;if(r&&e.uncompressedSize>xE)throw Error(`Entry "${e.path}" declares uncompressed size of ${e.uncompressedSize} bytes, which exceeds the maximum allowed size of ${xE} bytes. Use the streaming API for large entries.`);if(e.isEncrypted){if(!n)throw new Qo(e.path);if(e.encryptionMethod===`aes`)throw Error(`File "${e.path}" uses AES encryption. Use the async extract() method instead of extractSync().`);if(e.encryptionMethod===`zipcrypto`){let r=Nv(t,n,e.crc32,e.dosTime);if(!r)throw new Zo(e.path);i=vE(r,e.compressionMethod,e.path);let a=is(i);if(a!==e.crc32)throw new Yo(e.path,e.crc32,a)}else throw new Zo(e.path,`Unsupported encryption method`)}else i=vE(t,e.compressionMethod,e.path);if(r&&i.length!==e.uncompressedSize){let t=i.length>e.uncompressedSize?`too-many-bytes`:`too-few-bytes`;throw new Xo(e.path,e.uncompressedSize,i.length,t)}return i}async function _E(e,t,n){if(t===0)return e;if(t===8)return lv(e);throw new $o(t)}function vE(e,t,n){if(t===0)return e;if(t===8)return uv(e);throw new $o(t)}function yE(e,t){if(e.readUint32()!==67324752)throw Error(`Invalid local file header signature at offset ${t}`);e.skip(2),e.skip(2),e.skip(2),e.skip(2),e.skip(2),e.skip(4),e.skip(4),e.skip(4);let n=e.readUint16(),r=e.readUint16();return e.skip(n),e.skip(r),e.position}function bE(e,t){let n=yE(new ks(e,t.localHeaderOffset),t.localHeaderOffset);return e.subarray(n,n+t.compressedSize)}var xE,SE=t((()=>{mv(),cs(),Tv(),zv(),es(),As(),sl(),xE=512*1024*1024}));function CE(e){if(e.uncompressedSize64!==void 0&&e.uncompressedSize64>DE||e.compressedSize64!==void 0&&e.compressedSize64>DE)throw Error(`File "${e.path}" is too large to extract into memory (ZIP64 size > 2^53-1)`);if(e.localHeaderOffset64!==void 0&&e.localHeaderOffset64>DE)throw Error(`File "${e.path}" has a ZIP64 offset > 2^53-1 and cannot be extracted by the in-memory parser`)}function wE(e,t={}){return dE(e,{decodeStrings:t.decodeStrings,encoding:t.encoding})}async function TE(e,t,n={}){return t.type===`directory`?Ja:(CE(t),hE(t,bE(e,t),n.password))}function EE(e,t,n={}){return t.type===`directory`?Ja:(CE(t),gE(t,bE(e,t),n.password))}var DE,OE,kE=t((()=>{Ya(),mE(),SE(),DE=BigInt(2**53-1),OE=class{constructor(e,t={}){this.data=e instanceof ArrayBuffer?new Uint8Array(e):e;let n=wE(this.data,t);this.entries=n.entries,this.archiveComment=n.comment,this.entryMap=new Map(this.entries.map(e=>[e.path,e])),this.password=t.password}setPassword(e){this.password=e}getEntries(){return this.entries}getEntry(e){return this.entryMap.get(e)}getRawCompressedData(e){let t=this.entryMap.get(e);return t?bE(this.data,t):null}getRawEntry(e){let t=this.entryMap.get(e);return t?{info:t,compressedData:bE(this.data,t)}:null}hasEntry(e){return this.entryMap.has(e)}childCount(e){let t=this.entryMap.get(e);if(t&&t.type!==`directory`)return 0;let n=e.endsWith(`/`)?e:e+`/`,r=t?.type===`directory`?t:this.entryMap.get(n),i=(r?.path??n).endsWith(`/`)?r?.path??n:(r?.path??n)+`/`,a=0;for(let e of this.entries)e.path.startsWith(i)&&e.path!==i&&a++;return a}getZipComment(){return this.archiveComment}hasEncryptedEntries(){return this.entries.some(e=>e.isEncrypted)}getEncryptedEntries(){return this.entries.filter(e=>e.isEncrypted)}listFiles(){return this.entries.map(e=>e.path)}async extract(e,t){let n=this.entryMap.get(e);return n?TE(this.data,n,{password:t??this.password}):null}extractSync(e,t){let n=this.entryMap.get(e);return n?EE(this.data,n,{password:t??this.password}):null}async extractAll(e){let t=new Map,n=e??this.password;for(let e of this.entries){let r=await TE(this.data,e,{password:n});t.set(e.path,r)}return t}extractAllSync(e){let t={},n=e??this.password;for(let e of this.entries)t[e.path]=EE(this.data,e,{password:n});return t}async forEach(e,t){let n=t??this.password;for(let t of this.entries){let r=null;if(await e(t,()=>(r||=TE(this.data,t,{password:n}),r))===!1)break}}}}));function AE(e){if(e.indexOf(`[`)===-1)return[];let t=[],n=ME(e),r=(e,r,i,a,o,s)=>{if(NE(e,n))return;let c=/^\d+$/.test(i);t.push({match:s,workbook:i,numeric:c,index:c?parseInt(i,10):null,sheet:PE(a),quoted:o,start:e,end:r})};FE.lastIndex=0;let i;for(;(i=FE.exec(e))!==null;)r(i.index,i.index+i[0].length,i[1],i[2],!1,i[0]);for(IE.lastIndex=0;(i=IE.exec(e))!==null;)r(i.index,i.index+i[0].length,i[1],i[2],!0,i[0]);t.sort((e,t)=>e.start-t.start);let a=[],o=-1;for(let e of t)e.start>=o&&(a.push(e),o=e.end);return a}function jE(e,t){let n=AE(e);if(n.length===0)return e;let r=``,i=0;for(let a of n){let n=t(a);if(n!==null){if(r+=e.slice(i,a.start),a.quoted){let t=e.slice(a.start+1,a.end-2);r+=`'`+t.replace(/^\[[^\]]*\]/,`[${n}]`)+`'!`}else r+=`[${n}]${a.match.slice(a.match.indexOf(`]`)+1)}`;i=a.end}}return r+=e.slice(i),r}function ME(e){if(e.indexOf(`"`)===-1)return[];let t=[],n=e.length,r=0;for(;r<n;)if(e[r]===`"`){let i=r;for(r++;r<n;){if(e[r]===`"`){if(r+1<n&&e[r+1]===`"`){r+=2;continue}r++;break}r++}t.push([i,r])}else r++;return t}function NE(e,t){for(let[n,r]of t)if(e>=n&&e<r)return!0;return!1}function PE(e){return e.replace(/''/g,`'`)}var FE,IE,LE=t((()=>{FE=/\[([^\]\\/:*?"<>|\s]+)\]([A-Za-z_\u00A1-\uFFFF][A-Za-z0-9_\u00A1-\uFFFF.]*)!/g,IE=/'\[([^\]]+)\]((?:''|[^'])+)'!/g}));function RE(e){return e===`symlink`}var zE=t((()=>{}));async function BE(e){let t=new Map,n=new OE(e);for(let e of n.getEntries()){let r=await n.extract(e.path)||new Uint8Array,i;RE(e.type)&&r.length>0&&(i=Hn().decode(r)),t.set(e.path,{path:e.path,data:r,type:e.type,linkTarget:i,size:e.uncompressedSize,mode:e.mode})}return t}var VE=t((()=>{kE(),zE(),lr()}));function HE(e){let t=Object.create(null);for(let n in e)Object.prototype.hasOwnProperty.call(e,n)&&!XE.has(n)&&(t[n]=e[n]);return t}function UE(e,t){return{type:`element`,name:e,attributes:HE(t),children:[]}}function WE(e,t){let n=e.children[e.children.length-1];n&&n.type===`text`?n.value+=t:e.children.push({type:`text`,value:t})}function GE(e,t){let n=t?.comments??!1,r=t?.processingInstructions??!1,a=t?.cdataAsNodes??!1,o=t?.fragment??!1,s=new Sd({position:!0,fragment:t?.fragment??!1,xmlns:t?.xmlns??!1,maxDepth:t?.maxDepth,maxEntityExpansions:t?.maxEntityExpansions,invalidCharHandling:t?.invalidCharHandling}),c=UE(`__root__`,{}),l=[c],u,d;if(s.on(`error`,e=>{d||=e instanceof gu?e:new gu(e.message)}),s.on(`opentag`,e=>{let t=UE(e.name,e.attributes);e.prefix!==void 0&&(t.prefix=e.prefix,t.local=e.local,t.uri=e.uri),e.ns&&(t.ns={...e.ns}),l[l.length-1].children.push(t),e.isSelfClosing||l.push(t)}),s.on(`closetag`,e=>{!e.isSelfClosing&&l.length>1&&l.pop()}),s.on(`text`,e=>{e.length!==0&&WE(l[l.length-1],e)}),s.on(`cdata`,e=>{let t=l[l.length-1];if(a){let n={type:`cdata`,value:e};t.children.push(n)}else WE(t,e)}),n&&s.on(`comment`,e=>{let t=l[l.length-1],n={type:`comment`,value:e};t.children.push(n)}),s.on(`pi`,(e,t)=>{if(e===`xml`){let e={},n=/(\w+)\s*=\s*(?:"([^"]*)"|'([^']*)')/g,r;for(;(r=n.exec(t))!==null;)e[r[1]]=r[2]??r[3];u=e}else r&&l[l.length-1].children.push({type:`processing-instruction`,target:e,body:t})}),s.write(e),s.close(),d)throw i(d);let f=c.children.filter(e=>e.type===`element`);if(f.length===0)throw new gu(`document has no root element`);if(!o&&f.length>1)throw new gu(`document has multiple root elements`);let p=c.children.filter(e=>e.type===`comment`||e.type===`processing-instruction`);return{declaration:u,root:f[0],roots:f,prologue:p}}function KE(e,t){for(let n of e.children)if(n.type===`element`&&n.name===t)return n}function qE(e,t){let n=[];for(let r of e.children)r.type===`element`&&r.name===t&&n.push(r);return n}function JE(e){switch(e.type){case`text`:case`cdata`:return e.value;case`element`:{let t=``;for(let n of e.children)t+=JE(n);return t}default:return``}}function YE(e,t){t(e);for(let n of e.children)n.type===`element`&&YE(n,t)}var XE,ZE=t((()=>{u(),vu(),Cd(),XE=new Set([`__proto__`,`constructor`,`prototype`,`__defineGetter__`,`__defineSetter__`,`__lookupGetter__`,`__lookupSetter__`])}));function QE(e){let t=e.lastIndexOf(`:`);return t===-1?e:e.slice(t+1)}function $E(e,t){return QE(e)===t}function M(e,t){for(let n of e.children)if(n.type===`element`&&$E(n.name,t))return n}function eD(e,t){let n=[];for(let r of e.children)r.type===`element`&&$E(r.name,t)&&n.push(r);return n}function tD(e,t){if($E(e.name,t))return!0;let n=!1;return YE(e,e=>{!n&&$E(e.name,t)&&(n=!0)}),n}function N(e,t){let n=[];return $E(e.name,t)&&n.push(e),YE(e,r=>{r!==e&&$E(r.name,t)&&n.push(r)}),n}function P(e,t){let n=e.attributes[t];if(n!==void 0)return n;for(let n in e.attributes){let r=n.lastIndexOf(`:`);if(r!==-1&&n.slice(r+1)===t)return e.attributes[n]}}function nD(e,t){try{return GE(e)}catch(e){t(e instanceof Error?e:Error(String(e)));return}}var rD=t((()=>{ZE()}));function iD(e){for(let[t,n]of e.files()){if(e.reporter.capped)return;n.type!==`directory`&&(JD.test(t)?aD(e,t):YD.test(t)&&bD(e,t))}}function aD(e,t){let n=e.readDom(t);if(!n)return;let r=n.root;tD(r,`chart`)||e.reporter.error(`chart-missing-chart`,`${t}: missing c:chart`,t),tD(r,`plotArea`)||e.reporter.error(`chart-missing-plotArea`,`${t}: missing c:plotArea`,t),oD(e,t,r)}function oD(e,t,n){sD(e,t,n),cD(e,t,n),lD(e,t,n),uD(e,t,n),dD(e,t,n),pD(e,t,n),yD(e,t,n),kD(e,t,n),jD(e,t,n),MD(e,t,n),ND(e,t,n),PD(e,t,n),FD(e,t,n),ID(e,t,n),LD(e,t,n),BD(e,t,n),WD(e,t,n),KD(e,t,n)}function sD(e,t,n){for(let r of QD)for(let i of N(n,r.parent)){if(e.reporter.capped)return;let n=i.children.filter(e=>e.type===`element`),a=e=>{if(r.choiceGroups){for(let t=0;t<r.choiceGroups.length;t++)if(r.choiceGroups[t].includes(e))return r.order.indexOf(`__${t===0?`CHART_TYPES`:`AXES`}__`)}return r.order.indexOf(e)},o=-1,s=``;for(let i of n){let n=QE(i.name),c=a(n);c<0||(c<o&&e.reporter.error(`chart-child-out-of-order`,`${t}: <c:${r.parent}> child <c:${n}> appears after <c:${s}> — ECMA-376 requires it before per CT_${fD(r.parent)}.`,t),c>=o&&(o=c,s=n))}}}function cD(e,t,n){for(let r of eO)for(let i of N(n,r.parent)){if(e.reporter.capped)return;let n=eD(i,r.child).length;n<r.min&&e.reporter.error(`chart-missing-required-child`,`${t}: <c:${r.parent}> has ${n} <c:${r.child}> child(ren); schema requires at least ${r.min}.`,t),r.max!==void 0&&n>r.max&&e.reporter.error(`chart-wrong-child-count`,`${t}: <c:${r.parent}> has ${n} <c:${r.child}> child(ren); schema permits at most ${r.max}.`,t)}}function lD(e,t,n){for(let r of tO)for(let i of N(n,r.element)){if(e.reporter.capped)return;let n=P(i,r.attr);n!==void 0&&(r.allowed.includes(n)||e.reporter.error(`chart-invalid-enum-value`,`${t}: <c:${r.element} ${r.attr}="${n}"> — ${n} is not in {${r.allowed.join(`, `)}}.`,t))}}function uD(e,t,n){for(let r of nO)for(let i of N(n,r.element)){if(e.reporter.capped)return;let n=P(i,r.attr);if(n===void 0)continue;let a=parseFloat(n);if(!Number.isFinite(a)){e.reporter.error(`chart-value-out-of-range`,`${t}: <c:${r.element} ${r.attr}="${n}"> is not a finite number.`,t);continue}(a<r.min||a>r.max)&&e.reporter.error(`chart-value-out-of-range`,`${t}: <c:${r.element} ${r.attr}="${a}"> outside [${r.min}, ${r.max}].`,t)}}function dD(e,t,n){let r=new Set([`layout`,`tx`,`numFmt`,`spPr`,`txPr`,`dLblPos`,`showLegendKey`,`showVal`,`showCatName`,`showSerName`,`showPercent`,`showBubbleSize`,`separator`]);for(let i of N(n,`dLbl`)){if(e.reporter.capped)return;if(M(i,`delete`)===void 0)continue;let n=i.children.find(e=>e.type===`element`&&r.has(QE(e.name)));n&&e.reporter.error(`chart-child-out-of-order`,`${t}: <c:dLbl> has both <c:delete> and <c:${QE(n.name)}>; CT_DLbl's choice group requires one branch or the other, never both.`,t)}}function fD(e){return e.length===0?e:e.charAt(0).toUpperCase()+e.slice(1)}function pD(e,t,n){for(let r of Object.keys(rO))for(let i of N(n,r)){if(e.reporter.capped)return;mD(e,t,i,r),hD(e,t,i,r),gD(e,t,i,r),_D(e,t,i,r),vD(e,t,i,r)}for(let r of[`surfaceChart`,`surface3DChart`])for(let i of N(n,r)){if(e.reporter.capped)return;hD(e,t,i,r),vD(e,t,i,r),_D(e,t,i,r)}}function mD(e,t,n,r){let i=rO[r];if(i)for(let a of N(n,`dLblPos`)){if(e.reporter.capped)return;let n=P(a,`val`);if(n!==void 0&&!i.has(n)){let a=i.size===0?`(none — this chart type does not accept c:dLblPos)`:[...i].sort().join(`, `);e.reporter.error(`chart-invalid-enum-value`,`${t}: <c:dLblPos val="${n}"> inside <c:${r}> — Excel only accepts {${a}} for this chart type.`,t)}}}function hD(e,t,n,r){let i=iO[r];if(!(!i||i.size===0)){for(let a of eD(n,`ser`))for(let n of a.children){if(e.reporter.capped)return;if(n.type!==`element`)continue;let a=QE(n.name);i.has(a)&&e.reporter.error(`chart-forbidden-child`,`${t}: <c:ser> inside <c:${r}> contains <c:${a}>, which is not allowed for this chart type per ECMA-376.`,t)}if(i.has(`dLbls`))for(let i of eD(n,`dLbls`)){if(e.reporter.capped)return;e.reporter.error(`chart-forbidden-child`,`${t}: <c:${r}> contains group-level <c:dLbls>, which is not allowed for this chart type.`,t)}}}function gD(e,t,n,r){let i=aO[r];if(i!==void 0)for(let a of eD(n,`ser`)){if(e.reporter.capped)return;let n=eD(a,`errBars`);if(n.length>i&&e.reporter.error(`chart-wrong-child-count`,`${t}: <c:ser> inside <c:${r}> has ${n.length} <c:errBars> children; schema permits at most ${i}.`,t),n.length===2){let i=n.map(e=>{let t=M(e,`errDir`);return t?P(t,`val`):void 0});i[0]!==void 0&&i[1]!==void 0&&i[0]===i[1]&&e.reporter.error(`chart-duplicate-errBars-direction`,`${t}: <c:ser> inside <c:${r}> has two <c:errBars> with the same <c:errDir val="${i[0]}"> — schema requires distinct directions (x + y).`,t)}}}function _D(e,t,n,r){let i=eD(n,`ser`),a=new Set,o=new Set;for(let n of i){if(e.reporter.capped)return;let i=M(n,`idx`),s=M(n,`order`),c=i?P(i,`val`):void 0,l=s?P(s,`val`):void 0;c!==void 0&&(a.has(c)&&e.reporter.error(`chart-duplicate-series-idx`,`${t}: <c:${r}> has two <c:ser> entries with <c:idx val="${c}">; idx must be unique within a chart-type group.`,t),a.add(c)),l!==void 0&&(o.has(l)&&e.reporter.error(`chart-duplicate-series-order`,`${t}: <c:${r}> has two <c:ser> entries with <c:order val="${l}">; order must be unique within a chart-type group.`,t),o.add(l))}}function vD(e,t,n,r){let i=oO[r];if(!i)return;let a=eD(n,`ser`).length;a<i.min&&e.reporter.error(`chart-missing-required-child`,`${t}: <c:${r}> has ${a} <c:ser> children; schema requires at least ${i.min}${i.max===void 0?``:` (and at most ${i.max})`}.`,t),i.max!==void 0&&a>i.max&&e.reporter.error(`chart-wrong-child-count`,`${t}: <c:${r}> has ${a} <c:ser> children; schema permits at most ${i.max}.`,t)}function yD(e,t,n){for(let r of sO)for(let i of N(n,r)){if(e.reporter.capped)return;M(i,`f`)||e.reporter.error(`chart-missing-required-child`,`${t}: <c:${r}> is missing the required <c:f> formula child.`,t)}for(let r of cO)for(let i of N(n,r)){if(e.reporter.capped)return;M(i,`ptCount`)||e.reporter.error(`chart-missing-required-child`,`${t}: <c:${r}> is missing the required <c:ptCount> child.`,t)}for(let r of lO)for(let i of N(n,r)){if(e.reporter.capped)return;let n=M(i,`ptCount`),a=n?parseInt(P(n,`val`)??``,10):NaN,o=eD(i,`pt`);for(let n of o){let i=P(n,`idx`);if(i===void 0){e.reporter.error(`chart-missing-required-child`,`${t}: <c:pt> inside <c:${r}> is missing the required idx attribute.`,t);continue}let o=parseInt(i,10);Number.isFinite(a)&&(o<0||o>=a)&&e.reporter.error(`chart-pt-idx-out-of-range`,`${t}: <c:pt idx="${o}"> outside declared range [0, ${a-1}] (from <c:ptCount val="${a}">).`,t),r!==`multiLvlStrCache`&&!M(n,`v`)&&e.reporter.error(`chart-missing-required-child`,`${t}: <c:pt idx="${o}"> inside <c:${r}> is missing the required <c:v> value child.`,t)}}}function bD(e,t){let n=e.readDom(t);if(!n)return;let r=n.root;tD(r,`chart`)||e.reporter.error(`chartEx-missing-chart`,`${t}: missing cx:chart`,t),tD(r,`plotArea`)||e.reporter.error(`chartEx-missing-plotArea`,`${t}: missing cx:plotArea`,t);let i=N(r,`series`);if(i.length===0){e.reporter.error(`chartEx-missing-series`,`${t}: missing cx:series`,t);return}let a=new Set(N(r,`data`).map(e=>parseInt(P(e,`id`)??``,10)).filter(Number.isFinite)),o=new Set(N(r,`axis`).map(e=>parseInt(P(e,`id`)??``,10)).filter(Number.isFinite));for(let n of i){P(n,`layoutId`)||e.reporter.error(`chartEx-series-missing-layoutId`,`${t}: cx:series missing layoutId`,t);let r=eD(n,`dataId`);r.length>1&&e.reporter.error(`chartEx-series-too-many-dataId`,`${t}: cx:series has ${r.length} <cx:dataId> children; schema permits at most 1. Consolidate the referenced <cx:data> entries into a single entry.`,t);for(let n of r){let r=parseInt(P(n,`val`)??``,10);a.has(r)||e.reporter.error(`chartEx-series-missing-data-id`,`${t}: cx:series references missing cx:data id ${P(n,`val`)}`,t)}for(let r of eD(n,`axisId`)){let n=parseInt(P(r,`val`)??``,10);o.has(n)||e.reporter.error(`chartEx-series-missing-axis-id`,`${t}: cx:series references missing cx:axis id ${P(r,`val`)}`,t)}}let s=N(r,`externalData`).map(e=>P(e,`id`)).filter(e=>!!e);if(s.length>0){let n=qD(t),r=e.readRels(n);for(let n of s)r.byId.has(n)||e.reporter.error(`chartEx-externalData-missing-rel`,`${t}: cx:externalData references missing relationship ${n}`,t)}xD(e,t,r),SD(e,t,r),CD(e,t,r),wD(e,t,r),ED(e,t,r),DD(e,t,r),OD(e,t,r)}function xD(e,t,n){for(let r of uO)for(let i of N(n,r)){if(e.reporter.capped)return;let n=P(i,`val`),a=TD(i).trim();n===void 0&&a.length>0&&e.reporter.error(`chartEx-typed-element-text-form`,`${t}: <cx:${r}>${a}</cx:${r}> uses text-content form; schema requires val="${a}" attribute.`,t)}}function SD(e,t,n){for(let r of N(n,`auto`)){if(e.reporter.capped)return;e.reporter.error(`chartEx-invalid-auto-element`,`${t}: <cx:auto/> element is not in the chartEx schema. Auto binning is expressed by omitting both <cx:binSize> and <cx:binCount>.`,t)}}function CD(e,t,n){for(let r of N(n,`layoutPr`)){if(e.reporter.capped)return;M(r,`paretoLine`)&&e.reporter.error(`chartEx-paretoLine-in-layoutPr`,`${t}: <cx:paretoLine> is not a valid child of <cx:layoutPr>. Add a second <cx:series layoutId="paretoLine"/> instead.`,t)}}function wD(e,t,n){for(let r of N(n,`title`)){if(e.reporter.capped)return;M(r,`layout`)&&e.reporter.error(`chartEx-title-direct-layout`,`${t}: <cx:title> has a direct <cx:layout> child. Title layout information belongs in extLst-based extensions.`,t)}}function TD(e){let t=``;for(let n of e.children)(n.type===`text`||n.type===`cdata`)&&(t+=n.value);return t}function ED(e,t,n){for(let r of N(n,`axis`)){if(e.reporter.capped)return;let n=P(r,`pos`),i=P(r,`type`),a=P(r,`id`)??`?`,o=r.children.some(e=>e.type===`element`&&$E(e.name,`catScaling`)),s=r.children.some(e=>e.type===`element`&&$E(e.name,`valScaling`));n===void 0&&i===void 0&&!o&&!s&&e.reporter.error(`chartEx-axis-missing-pos-and-type`,`${t}: <cx:axis id="${a}"> has no role marker — emit either a <cx:catScaling>/<cx:valScaling> child (preferred, matches Excel) or a pos/type attribute. Excel's loader drops the chartEx otherwise.`,t)}}function DD(e,t,n){for(let r of N(n,`f`)){if(e.reporter.capped)return;let n=TD(r).trim();n!==``&&n.includes(`!`)&&(n.startsWith(`_xlchart.`)||n.startsWith(`_xlfn.`)||e.reporter.error(`chartEx-f-uses-direct-range-not-defined-name`,`${t}: <cx:f>${n}</cx:f> points at a worksheet range directly. ChartEx requires an indirection through hidden defined names (e.g. _xlchart.v1.0) — otherwise Excel 2016+ drops the chartEx part on load.`,t))}}function OD(e,t,n){for(let r of N(n,`series`)){if(e.reporter.capped)return;if(P(r,`layoutId`)!==`waterfall`)continue;let n=M(r,`layoutPr`);n&&M(n,`subtotals`)!==void 0||e.reporter.error(`chartEx-waterfall-missing-subtotals`,`${t}: waterfall series has no <cx:layoutPr><cx:subtotals/> marker. Emit the element (even empty) so Excel renders the series as waterfall-aware instead of rejecting the chartEx.`,t)}}function kD(e,t,n){for(let r of $D)for(let i of r.chartTypes)for(let a of N(n,i))for(let n of eD(a,`ser`)){if(e.reporter.capped)return;let a=n.children.filter(e=>e.type===`element`),o=-1,s=``;for(let n of a){let a=QE(n.name),c=r.order.indexOf(a);c<0||(c<o&&e.reporter.error(`chart-child-out-of-order`,`${t}: <c:ser> inside <c:${i}> has <c:${a}> after <c:${s}>; CT_${AD(i)}Ser requires <c:${a}> earlier in the sequence.`,t),c>=o&&(o=c,s=a))}}}function AD(e){return e.startsWith(`bar`)?`Bar`:e.startsWith(`line`)||e===`stockChart`?`Line`:e.startsWith(`pie`)||e===`doughnutChart`||e===`ofPieChart`?`Pie`:e.startsWith(`area`)?`Area`:e===`scatterChart`?`Scatter`:e===`bubbleChart`?`Bubble`:e===`radarChart`?`Radar`:e.startsWith(`surface`)?`Surface`:e}function jD(e,t,n){for(let r of N(n,`plotArea`)){if(e.reporter.capped)return;let n=new Set;for(let e of r.children){if(e.type!==`element`)continue;let t=QE(e.name);if(!fO.has(t))continue;let r=M(e,`axId`),i=r?P(r,`val`):void 0;i!==void 0&&n.add(i)}for(let i of r.children){if(i.type!==`element`)continue;let r=QE(i.name);if(dO.has(r))for(let a of eD(i,`axId`)){let i=P(a,`val`);i!==void 0&&(n.has(i)||e.reporter.error(`chart-axid-unresolved`,`${t}: <c:${r}> references <c:axId val="${i}"> but no matching axis exists in the enclosing <c:plotArea>.`,t))}}for(let i of r.children){if(i.type!==`element`)continue;let r=QE(i.name);if(!fO.has(r))continue;let a=M(i,`crossAx`),o=a?P(a,`val`):void 0;o!==void 0&&!n.has(o)&&e.reporter.error(`chart-axid-unresolved`,`${t}: <c:${r}> has <c:crossAx val="${o}"> but no matching axis exists in the enclosing <c:plotArea>.`,t)}}}function MD(e,t,n){for(let r of N(n,`errBars`)){if(e.reporter.capped)return;let n=M(r,`errValType`),i=n?P(n,`val`):void 0,a=M(r,`val`)!==void 0,o=M(r,`plus`)!==void 0,s=M(r,`minus`)!==void 0;i===`cust`?((!o||!s)&&e.reporter.error(`chart-missing-required-child`,`${t}: <c:errBars> with <c:errValType val="cust"> requires both <c:plus> and <c:minus> children.`,t),a&&e.reporter.error(`chart-forbidden-child`,`${t}: <c:errBars> with <c:errValType val="cust"> must not contain <c:val>; use <c:plus> / <c:minus> for custom bounds.`,t)):(i===`fixedVal`||i===`percentage`||i===`stdDev`)&&(a||e.reporter.error(`chart-missing-required-child`,`${t}: <c:errBars> with <c:errValType val="${i}"> requires a <c:val> child.`,t),(o||s)&&e.reporter.error(`chart-forbidden-child`,`${t}: <c:errBars> with <c:errValType val="${i}"> must not contain <c:plus> or <c:minus> — those belong to "cust" only.`,t)),i===`stdErr`&&(o||s)&&e.reporter.error(`chart-forbidden-child`,`${t}: <c:errBars> with <c:errValType val="stdErr"> must not contain <c:plus> or <c:minus>.`,t)}}function ND(e,t,n){for(let r of N(n,`tx`)){if(e.reporter.capped)return;let n=[M(r,`strRef`)!==void 0,M(r,`rich`)!==void 0,M(r,`v`)!==void 0].filter(Boolean).length;n>1&&e.reporter.error(`chart-child-out-of-order`,`${t}: <c:tx> must contain at most one of <c:strRef>, <c:rich>, or <c:v>; found ${n} branches.`,t)}}function PD(e,t,n){for(let r of $D){let i=new Set(r.order);for(let a of r.chartTypes)for(let r of N(n,a))for(let n of eD(r,`ser`)){if(e.reporter.capped)return;for(let r of n.children){if(r.type!==`element`)continue;let n=QE(r.name);pO.has(n)&&(i.has(n)||e.reporter.error(`chart-forbidden-child`,`${t}: <c:ser> inside <c:${a}> contains <c:${n}>, which is not in CT_${AD(a)}Ser's schema.`,t))}}}}function FD(e,t,n){for(let r of N(n,`srgbClr`)){if(e.reporter.capped)return;let n=P(r,`val`);if(n===void 0){e.reporter.error(`chart-missing-required-child`,`${t}: <a:srgbClr> is missing the required val attribute.`,t);continue}mO.test(n)||e.reporter.error(`chart-invalid-enum-value`,`${t}: <a:srgbClr val="${n}"> must be a 6-digit hex colour (e.g. "4472C4").`,t)}}function ID(e,t,n){for(let r of N(n,`numFmt`)){if(e.reporter.capped)return;P(r,`formatCode`)===void 0&&e.reporter.error(`chart-missing-required-child`,`${t}: <c:numFmt> is missing the required formatCode attribute.`,t)}}function LD(e,t,n){for(let r of N(n,`rich`)){if(e.reporter.capped)return;let n=M(r,`bodyPr`)!==void 0,i=eD(r,`p`).length;n||e.reporter.error(`chart-missing-required-child`,`${t}: <c:rich> is missing the required <a:bodyPr> child (CT_TextBody requires it first).`,t),i===0&&e.reporter.error(`chart-missing-required-child`,`${t}: <c:rich> has no <a:p> children; CT_TextBody requires at least one paragraph.`,t)}}function RD(e){let t=e.readDom(`xl/theme/theme1.xml`);if(!t)return;let n=zD(t.root,`clrScheme`);if(!n)return;let r=new Set;for(let e of n.children)e.type===`element`&&r.add(QE(e.name));return r}function zD(e,t){let n=N(e,t);return n.length>0?n[0]:void 0}function BD(e,t,n){let r=RD(e);if(!(!r||r.size===0))for(let i of N(n,`schemeClr`)){if(e.reporter.capped)return;let n=P(i,`val`);if(!n||n===`phClr`)continue;let a=hO[n]??n;r.has(a)||e.reporter.error(`chart-theme-missing-schemeClr-slot`,`${t}: <a:schemeClr val="${n}"> references theme slot <a:${a}> which is not declared in xl/theme/theme1.xml's <a:clrScheme>.`,t)}}function VD(e){let t=0,n=0,r=!1;for(let i=0;i<e.length;i++){let a=e[i];if(a===`'`){r=!r;continue}if(!r&&(a===`(`?t++:a===`)`?t--:a===`[`?n++:a===`]`&&n--,t<0||n<0))return!1}return t===0&&n===0&&!r}function HD(e){let t=e.trim();if(t.startsWith(`=`)&&(t=t.substring(1).trim()),t===``||!VD(t))return{kind:`invalid`};if(t.startsWith(`_xl`)||t.startsWith(`(`))return{kind:`special`};if(_O.test(t))return{kind:`name`,name:t};let n=t.indexOf(`!`);if(n>=0){let e=t.substring(0,n),r=t.substring(n+1);return!(e.startsWith(`'`)&&e.endsWith(`'`)&&e.length>=3||_O.test(e))||r===``?{kind:`invalid`}:gO.test(r)?{kind:r.includes(`:`)?`range`:`cell`}:r.startsWith(`_xl`)?{kind:`special`}:_O.test(r)?{kind:`name`,name:r}:{kind:`special`}}return{kind:`special`}}function UD(e){let t=``;for(let n of e.children)(n.type===`text`||n.type===`cdata`)&&(t+=n.value);return t}function WD(e,t,n){for(let r of N(n,`f`)){if(e.reporter.capped)return;let n=UD(r);HD(n).kind===`invalid`&&e.reporter.error(`chart-f-invalid-syntax`,`${t}: <c:f>${n}</c:f> is not a valid cell reference, range, or defined name.`,t)}}function GD(e){let t=new Set;t.add(`_xlnm.Print_Area`),t.add(`_xlnm.Print_Titles`),t.add(`_xlnm.Database`),t.add(`_xlnm.Criteria`),t.add(`_xlnm.Extract`),t.add(`_xlnm.Sheet_Title`),t.add(`_xlnm._FilterDatabase`),t.add(`_xlnm.Auto_Open`),t.add(`_xlnm.Auto_Close`);let n=e.readDom(`xl/workbook.xml`);if(!n)return t;for(let e of N(n.root,`definedName`)){let n=P(e,`name`);n&&t.add(n)}return t}function KD(e,t,n){let r;for(let i of N(n,`f`)){if(e.reporter.capped)return;let n=UD(i),a=HD(n);a.kind!==`name`||!a.name||(r||=GD(e),r.has(a.name)||e.reporter.error(`chart-f-undefined-name`,`${t}: <c:f>${n}</c:f> references defined name "${a.name}" but no matching <definedName> exists in xl/workbook.xml.`,t))}}function qD(e){let t=e.lastIndexOf(`/`),n=t>=0?e.slice(0,t):``,r=t>=0?e.slice(t+1):e;return n?`${n}/_rels/${r}.rels`:`_rels/${r}.rels`}var JD,YD,XD,ZD,QD,$D,eO,tO,nO,rO,iO,aO,oO,sO,cO,lO,uO,dO,fO,pO,mO,hO,gO,_O,vO=t((()=>{rD(),JD=/^xl\/charts\/chart\d+\.xml$/,YD=/^xl\/charts\/chartEx\d+\.xml$/,XD=[`areaChart`,`area3DChart`,`lineChart`,`line3DChart`,`stockChart`,`radarChart`,`scatterChart`,`pieChart`,`pie3DChart`,`doughnutChart`,`barChart`,`bar3DChart`,`ofPieChart`,`surfaceChart`,`surface3DChart`,`bubbleChart`],ZD=[`catAx`,`valAx`,`dateAx`,`serAx`],QD=[{parent:`chartSpace`,order:[`lang`,`roundedCorners`,`style`,`clrMapOvr`,`pivotSource`,`protection`,`chart`,`spPr`,`txPr`,`externalData`,`printSettings`,`userShapes`,`extLst`]},{parent:`chart`,order:[`title`,`autoTitleDeleted`,`pivotFmts`,`view3D`,`floor`,`sideWall`,`backWall`,`plotArea`,`legend`,`plotVisOnly`,`dispBlanksAs`,`showDLblsOverMax`,`extLst`]},{parent:`plotArea`,order:[`layout`,`__CHART_TYPES__`,`__AXES__`,`dTable`,`spPr`,`extLst`],choiceGroups:[XD,ZD]},{parent:`dLbls`,order:[`dLbl`,`delete`,`numFmt`,`spPr`,`txPr`,`dLblPos`,`showLegendKey`,`showVal`,`showCatName`,`showSerName`,`showPercent`,`showBubbleSize`,`separator`,`showLeaderLines`,`leaderLines`,`extLst`]},{parent:`dLbl`,order:[`idx`,`delete`,`layout`,`tx`,`numFmt`,`spPr`,`txPr`,`dLblPos`,`showLegendKey`,`showVal`,`showCatName`,`showSerName`,`showPercent`,`showBubbleSize`,`separator`,`extLst`]},{parent:`scaling`,order:[`logBase`,`orientation`,`max`,`min`,`extLst`]},{parent:`catAx`,order:[`axId`,`scaling`,`delete`,`axPos`,`majorGridlines`,`minorGridlines`,`title`,`numFmt`,`majorTickMark`,`minorTickMark`,`tickLblPos`,`spPr`,`txPr`,`crossAx`,`crosses`,`crossesAt`,`auto`,`lblAlgn`,`lblOffset`,`tickLblSkip`,`tickMarkSkip`,`noMultiLvlLbl`,`extLst`]},{parent:`valAx`,order:[`axId`,`scaling`,`delete`,`axPos`,`majorGridlines`,`minorGridlines`,`title`,`numFmt`,`majorTickMark`,`minorTickMark`,`tickLblPos`,`spPr`,`txPr`,`crossAx`,`crosses`,`crossesAt`,`crossBetween`,`majorUnit`,`minorUnit`,`dispUnits`,`extLst`]},{parent:`dateAx`,order:[`axId`,`scaling`,`delete`,`axPos`,`majorGridlines`,`minorGridlines`,`title`,`numFmt`,`majorTickMark`,`minorTickMark`,`tickLblPos`,`spPr`,`txPr`,`crossAx`,`crosses`,`crossesAt`,`auto`,`lblOffset`,`baseTimeUnit`,`majorUnit`,`majorTimeUnit`,`minorUnit`,`minorTimeUnit`,`extLst`]},{parent:`serAx`,order:[`axId`,`scaling`,`delete`,`axPos`,`majorGridlines`,`minorGridlines`,`title`,`numFmt`,`majorTickMark`,`minorTickMark`,`tickLblPos`,`spPr`,`txPr`,`crossAx`,`crosses`,`crossesAt`,`tickLblSkip`,`tickMarkSkip`,`extLst`]},{parent:`trendline`,order:[`name`,`spPr`,`trendlineType`,`order`,`period`,`forward`,`backward`,`intercept`,`dispRSqr`,`dispEq`,`trendlineLbl`,`extLst`]},{parent:`errBars`,order:[`errDir`,`errBarType`,`errValType`,`noEndCap`,`plus`,`minus`,`val`,`spPr`,`extLst`]},{parent:`view3D`,order:[`rotX`,`hPercent`,`rotY`,`depthPercent`,`rAngAx`,`perspective`,`extLst`]},{parent:`legend`,order:[`legendPos`,`legendEntry`,`layout`,`overlay`,`spPr`,`txPr`,`extLst`]},{parent:`title`,order:[`tx`,`layout`,`overlay`,`spPr`,`txPr`,`extLst`]},{parent:`areaChart`,order:[`grouping`,`varyColors`,`ser`,`dLbls`,`dropLines`,`axId`,`extLst`]},{parent:`area3DChart`,order:[`grouping`,`varyColors`,`ser`,`dLbls`,`dropLines`,`gapDepth`,`axId`,`extLst`]},{parent:`barChart`,order:[`barDir`,`grouping`,`varyColors`,`ser`,`dLbls`,`gapWidth`,`overlap`,`serLines`,`axId`,`extLst`]},{parent:`bar3DChart`,order:[`barDir`,`grouping`,`varyColors`,`ser`,`dLbls`,`gapWidth`,`gapDepth`,`shape`,`axId`,`extLst`]},{parent:`lineChart`,order:[`grouping`,`varyColors`,`ser`,`dLbls`,`dropLines`,`hiLowLines`,`upDownBars`,`marker`,`smooth`,`axId`,`extLst`]},{parent:`line3DChart`,order:[`grouping`,`varyColors`,`ser`,`dLbls`,`dropLines`,`gapDepth`,`axId`,`extLst`]},{parent:`pieChart`,order:[`varyColors`,`ser`,`dLbls`,`firstSliceAng`,`extLst`]},{parent:`pie3DChart`,order:[`varyColors`,`ser`,`dLbls`,`extLst`]},{parent:`doughnutChart`,order:[`varyColors`,`ser`,`dLbls`,`firstSliceAng`,`holeSize`,`extLst`]},{parent:`ofPieChart`,order:[`ofPieType`,`varyColors`,`ser`,`dLbls`,`gapWidth`,`splitType`,`splitPos`,`custSplit`,`secondPieSize`,`serLines`,`extLst`]},{parent:`scatterChart`,order:[`scatterStyle`,`varyColors`,`ser`,`dLbls`,`axId`,`extLst`]},{parent:`bubbleChart`,order:[`varyColors`,`ser`,`dLbls`,`bubble3D`,`bubbleScale`,`showNegBubbles`,`sizeRepresents`,`axId`,`extLst`]},{parent:`radarChart`,order:[`radarStyle`,`varyColors`,`ser`,`dLbls`,`axId`,`extLst`]},{parent:`stockChart`,order:[`ser`,`dLbls`,`dropLines`,`hiLowLines`,`upDownBars`,`axId`,`extLst`]},{parent:`surfaceChart`,order:[`wireframe`,`ser`,`bandFmts`,`axId`,`extLst`]},{parent:`surface3DChart`,order:[`wireframe`,`ser`,`bandFmts`,`axId`,`extLst`]},{parent:`dPt`,order:[`idx`,`invertIfNegative`,`marker`,`bubble3D`,`explosion`,`spPr`,`pictureOptions`,`extLst`]},{parent:`marker`,order:[`symbol`,`size`,`spPr`,`extLst`]},{parent:`upDownBars`,order:[`gapWidth`,`upBars`,`downBars`,`extLst`]},{parent:`numRef`,order:[`f`,`numCache`,`extLst`]},{parent:`strRef`,order:[`f`,`strCache`,`extLst`]},{parent:`multiLvlStrRef`,order:[`f`,`multiLvlStrCache`,`extLst`]},{parent:`numCache`,order:[`formatCode`,`ptCount`,`pt`,`extLst`]},{parent:`strCache`,order:[`ptCount`,`pt`,`extLst`]},{parent:`multiLvlStrCache`,order:[`ptCount`,`lvl`,`extLst`]},{parent:`numLit`,order:[`formatCode`,`ptCount`,`pt`,`extLst`]},{parent:`strLit`,order:[`ptCount`,`pt`,`extLst`]},{parent:`pt`,order:[`v`]},{parent:`layout`,order:[`manualLayout`,`extLst`]},{parent:`manualLayout`,order:[`layoutTarget`,`xMode`,`yMode`,`wMode`,`hMode`,`x`,`y`,`w`,`h`,`extLst`]},{parent:`dTable`,order:[`showHorzBorder`,`showVertBorder`,`showOutline`,`showKeys`,`spPr`,`txPr`,`extLst`]},{parent:`bandFmts`,order:[`bandFmt`]},{parent:`bandFmt`,order:[`idx`,`spPr`]},{parent:`trendlineLbl`,order:[`layout`,`tx`,`numFmt`,`spPr`,`txPr`,`extLst`]},{parent:`pictureOptions`,order:[`applyToFront`,`applyToSides`,`applyToEnd`,`pictureFormat`,`pictureStackUnit`]}],$D=[{chartTypes:[`barChart`,`bar3DChart`],order:[`idx`,`order`,`tx`,`spPr`,`invertIfNegative`,`pictureOptions`,`dPt`,`dLbls`,`trendline`,`errBars`,`cat`,`val`,`shape`,`extLst`]},{chartTypes:[`lineChart`,`line3DChart`,`stockChart`],order:[`idx`,`order`,`tx`,`spPr`,`marker`,`dPt`,`dLbls`,`trendline`,`errBars`,`cat`,`val`,`smooth`,`extLst`]},{chartTypes:[`pieChart`,`pie3DChart`,`doughnutChart`,`ofPieChart`],order:[`idx`,`order`,`tx`,`spPr`,`explosion`,`dPt`,`dLbls`,`cat`,`val`,`extLst`]},{chartTypes:[`areaChart`,`area3DChart`],order:[`idx`,`order`,`tx`,`spPr`,`pictureOptions`,`dPt`,`dLbls`,`trendline`,`errBars`,`cat`,`val`,`extLst`]},{chartTypes:[`scatterChart`],order:[`idx`,`order`,`tx`,`spPr`,`marker`,`dPt`,`dLbls`,`trendline`,`errBars`,`xVal`,`yVal`,`smooth`,`extLst`]},{chartTypes:[`bubbleChart`],order:[`idx`,`order`,`tx`,`spPr`,`invertIfNegative`,`dPt`,`dLbls`,`trendline`,`errBars`,`xVal`,`yVal`,`bubbleSize`,`bubble3D`,`extLst`]},{chartTypes:[`radarChart`],order:[`idx`,`order`,`tx`,`spPr`,`marker`,`dPt`,`dLbls`,`cat`,`val`,`extLst`]},{chartTypes:[`surfaceChart`,`surface3DChart`],order:[`idx`,`order`,`tx`,`spPr`,`cat`,`val`,`extLst`]}],eO=[{parent:`barChart`,child:`axId`,min:2,max:2},{parent:`barChart`,child:`barDir`,min:1,max:1},{parent:`bar3DChart`,child:`axId`,min:3,max:3},{parent:`bar3DChart`,child:`barDir`,min:1,max:1},{parent:`lineChart`,child:`axId`,min:2,max:2},{parent:`lineChart`,child:`grouping`,min:1,max:1},{parent:`line3DChart`,child:`axId`,min:3,max:3},{parent:`line3DChart`,child:`grouping`,min:1,max:1},{parent:`areaChart`,child:`axId`,min:2,max:2},{parent:`area3DChart`,child:`axId`,min:3,max:3},{parent:`scatterChart`,child:`axId`,min:2,max:2},{parent:`scatterChart`,child:`scatterStyle`,min:1,max:1},{parent:`bubbleChart`,child:`axId`,min:2,max:2},{parent:`radarChart`,child:`axId`,min:2,max:2},{parent:`radarChart`,child:`radarStyle`,min:1,max:1},{parent:`stockChart`,child:`axId`,min:2,max:2},{parent:`surfaceChart`,child:`axId`,min:3,max:3},{parent:`surface3DChart`,child:`axId`,min:3,max:3},{parent:`ofPieChart`,child:`ofPieType`,min:1,max:1},{parent:`catAx`,child:`axId`,min:1,max:1},{parent:`catAx`,child:`scaling`,min:1,max:1},{parent:`catAx`,child:`axPos`,min:1,max:1},{parent:`catAx`,child:`crossAx`,min:1,max:1},{parent:`valAx`,child:`axId`,min:1,max:1},{parent:`valAx`,child:`scaling`,min:1,max:1},{parent:`valAx`,child:`axPos`,min:1,max:1},{parent:`valAx`,child:`crossAx`,min:1,max:1},{parent:`dateAx`,child:`axId`,min:1,max:1},{parent:`dateAx`,child:`scaling`,min:1,max:1},{parent:`dateAx`,child:`axPos`,min:1,max:1},{parent:`dateAx`,child:`crossAx`,min:1,max:1},{parent:`serAx`,child:`axId`,min:1,max:1},{parent:`serAx`,child:`scaling`,min:1,max:1},{parent:`serAx`,child:`axPos`,min:1,max:1},{parent:`serAx`,child:`crossAx`,min:1,max:1},{parent:`ser`,child:`idx`,min:1,max:1},{parent:`ser`,child:`order`,min:1,max:1},{parent:`trendline`,child:`trendlineType`,min:1,max:1},{parent:`errBars`,child:`errBarType`,min:1,max:1},{parent:`errBars`,child:`errValType`,min:1,max:1},{parent:`dPt`,child:`idx`,min:1,max:1},{parent:`dLbl`,child:`idx`,min:1,max:1}],tO=[{element:`barDir`,attr:`val`,allowed:[`bar`,`col`]},{element:`grouping`,attr:`val`,allowed:[`standard`,`stacked`,`percentStacked`,`clustered`]},{element:`orientation`,attr:`val`,allowed:[`minMax`,`maxMin`]},{element:`ofPieType`,attr:`val`,allowed:[`pie`,`bar`]},{element:`dLblPos`,attr:`val`,allowed:[`b`,`bestFit`,`ctr`,`inBase`,`inEnd`,`l`,`outEnd`,`r`,`t`]},{element:`legendPos`,attr:`val`,allowed:[`b`,`l`,`r`,`t`,`tr`]},{element:`scatterStyle`,attr:`val`,allowed:[`none`,`line`,`lineMarker`,`marker`,`smooth`,`smoothMarker`]},{element:`radarStyle`,attr:`val`,allowed:[`standard`,`marker`,`filled`]},{element:`dispBlanksAs`,attr:`val`,allowed:[`span`,`gap`,`zero`]},{element:`splitType`,attr:`val`,allowed:[`auto`,`cust`,`percent`,`pos`,`val`]},{element:`shape`,attr:`val`,allowed:[`cone`,`coneToMax`,`box`,`cylinder`,`pyramid`,`pyramidToMax`]},{element:`crosses`,attr:`val`,allowed:[`autoZero`,`min`,`max`]},{element:`crossBetween`,attr:`val`,allowed:[`between`,`midCat`]},{element:`lblAlgn`,attr:`val`,allowed:[`ctr`,`l`,`r`]},{element:`axPos`,attr:`val`,allowed:[`b`,`l`,`r`,`t`]},{element:`majorTickMark`,attr:`val`,allowed:[`cross`,`in`,`none`,`out`]},{element:`minorTickMark`,attr:`val`,allowed:[`cross`,`in`,`none`,`out`]},{element:`tickLblPos`,attr:`val`,allowed:[`high`,`low`,`nextTo`,`none`]},{element:`baseTimeUnit`,attr:`val`,allowed:[`days`,`months`,`years`]},{element:`majorTimeUnit`,attr:`val`,allowed:[`days`,`months`,`years`]},{element:`minorTimeUnit`,attr:`val`,allowed:[`days`,`months`,`years`]},{element:`trendlineType`,attr:`val`,allowed:[`exp`,`linear`,`log`,`movingAvg`,`poly`,`power`]},{element:`errDir`,attr:`val`,allowed:[`x`,`y`]},{element:`errBarType`,attr:`val`,allowed:[`both`,`minus`,`plus`]},{element:`errValType`,attr:`val`,allowed:[`cust`,`fixedVal`,`percentage`,`stdDev`,`stdErr`]},{element:`symbol`,attr:`val`,allowed:[`auto`,`circle`,`dash`,`diamond`,`dot`,`none`,`picture`,`plus`,`square`,`star`,`triangle`,`x`]},{element:`sizeRepresents`,attr:`val`,allowed:[`area`,`w`]},{element:`schemeClr`,attr:`val`,allowed:[`bg1`,`bg2`,`tx1`,`tx2`,`accent1`,`accent2`,`accent3`,`accent4`,`accent5`,`accent6`,`hlink`,`folHlink`,`phClr`,`dk1`,`dk2`,`lt1`,`lt2`]}],nO=[{element:`holeSize`,attr:`val`,min:10,max:90},{element:`firstSliceAng`,attr:`val`,min:0,max:360},{element:`overlap`,attr:`val`,min:-100,max:100},{element:`gapWidth`,attr:`val`,min:0,max:500},{element:`gapDepth`,attr:`val`,min:0,max:500},{element:`rotX`,attr:`val`,min:-90,max:90},{element:`rotY`,attr:`val`,min:0,max:360},{element:`perspective`,attr:`val`,min:0,max:240},{element:`hPercent`,attr:`val`,min:5,max:500},{element:`depthPercent`,attr:`val`,min:20,max:2e3},{element:`bubbleScale`,attr:`val`,min:0,max:300},{element:`secondPieSize`,attr:`val`,min:5,max:200},{element:`majorUnit`,attr:`val`,min:2**-52,max:Number.MAX_VALUE},{element:`minorUnit`,attr:`val`,min:2**-52,max:Number.MAX_VALUE},{element:`tickLblSkip`,attr:`val`,min:1,max:2**53-1},{element:`tickMarkSkip`,attr:`val`,min:1,max:2**53-1},{element:`alpha`,attr:`val`,min:0,max:1e5}],rO={barChart:new Set([`ctr`,`inBase`,`inEnd`,`outEnd`]),bar3DChart:new Set([`ctr`,`inBase`,`inEnd`,`outEnd`]),lineChart:new Set([`ctr`,`l`,`r`,`t`,`b`]),line3DChart:new Set([`ctr`,`l`,`r`,`t`,`b`]),scatterChart:new Set([`ctr`,`l`,`r`,`t`,`b`]),bubbleChart:new Set([`ctr`,`l`,`r`,`t`,`b`]),radarChart:new Set([`ctr`,`l`,`r`,`t`,`b`]),stockChart:new Set([`ctr`,`l`,`r`,`t`,`b`]),pieChart:new Set([`bestFit`,`ctr`,`inEnd`,`outEnd`]),pie3DChart:new Set([`bestFit`,`ctr`,`inEnd`,`outEnd`]),ofPieChart:new Set([`bestFit`,`ctr`,`inEnd`,`outEnd`]),doughnutChart:new Set,areaChart:new Set([`ctr`]),area3DChart:new Set([`ctr`])},iO={pieChart:new Set([`trendline`,`errBars`]),pie3DChart:new Set([`trendline`,`errBars`]),doughnutChart:new Set([`trendline`,`errBars`]),ofPieChart:new Set([`trendline`,`errBars`]),surfaceChart:new Set([`trendline`,`errBars`,`dLbls`,`marker`]),surface3DChart:new Set([`trendline`,`errBars`,`dLbls`,`marker`])},aO={scatterChart:2,bubbleChart:2,barChart:1,bar3DChart:1,lineChart:1,line3DChart:1,areaChart:1,area3DChart:1,radarChart:1,stockChart:1},oO={barChart:{min:1},bar3DChart:{min:1},lineChart:{min:1},line3DChart:{min:1},areaChart:{min:1},area3DChart:{min:1},scatterChart:{min:1},bubbleChart:{min:1},radarChart:{min:1},pieChart:{min:1},pie3DChart:{min:1},doughnutChart:{min:1},ofPieChart:{min:1},surfaceChart:{min:1},surface3DChart:{min:1},stockChart:{min:3,max:4}},sO=[`numRef`,`strRef`,`multiLvlStrRef`],cO=[`numLit`,`strLit`],lO=[`numCache`,`strCache`,`multiLvlStrCache`],uO=[`axisId`,`dataId`,`binCount`,`binSize`],dO=new Set(XD),fO=new Set(ZD),pO=new Set($D.flatMap(e=>e.order)),mO=/^[0-9A-Fa-f]{6}$/,hO={bg1:`lt1`,tx1:`dk1`,bg2:`lt2`,tx2:`dk2`},gO=/^\$?[A-Z]+\$?\d+(?::\$?[A-Z]+\$?\d+)?$/,_O=/^[A-Za-z_\\\u00C0-\uFFFF][A-Za-z0-9_.\\\u00C0-\uFFFF]*$/})),yO,bO,xO=t((()=>{rD(),yO=new TextDecoder,bO=class{constructor(e,t){this.textCache=new Map,this.domCache=new Map,this.relsCache=new Map,this.entries=e,this.reporter=t}has(e){let t=this.entries.get(e);return!!t&&t.type!==`directory`}*files(){for(let e of this.entries)e[1].type!==`directory`&&(yield e)}readText(e){let t=this.textCache.get(e);if(t!==void 0)return t;let n=this.entries.get(e);if(!n||n.type===`directory`)return;let r=yO.decode(n.data);return this.textCache.set(e,r),r}readDom(e,t){if(this.domCache.has(e))return this.domCache.get(e);let n=this.readText(e);if(n===void 0){this.domCache.set(e,void 0);return}let r=nD(n,e=>{t?.(e)});return this.domCache.set(e,r),r}readContentTypes(){if(this.contentTypes)return this.contentTypes;let e=`[Content_Types].xml`,t=this.readDom(e,t=>{this.reporter.error(`content-types-malformed`,`Content types XML parse error: ${t.message}`,e)}),n={defaults:new Map,overrides:new Map,parseOk:!1,duplicateOverrides:[]};if(!t)return this.contentTypes=n,n;let r=t.root;if(!(r.name===`Types`||r.name.endsWith(`:Types`)))return this.reporter.error(`content-types-malformed`,`Content types root element is <${r.name}>, expected <Types>`,e),this.contentTypes=n,n;for(let e of eD(r,`Default`)){let t=P(e,`Extension`),r=P(e,`ContentType`);t&&r&&n.defaults.set(t.toLowerCase(),r)}for(let e of eD(r,`Override`)){let t=P(e,`PartName`),r=P(e,`ContentType`);if(!t||!r)continue;let i=t.startsWith(`/`)?t.slice(1):t;n.overrides.has(i)?n.duplicateOverrides.push(t):n.overrides.set(i,r)}return n.parseOk=!0,this.contentTypes=n,n}readRels(e){let t=this.relsCache.get(e);if(t)return t;let n={rels:[],byId:new Map,parseOk:!1,malformedEntries:[]};if(!this.has(e))return this.relsCache.set(e,n),n;let r=this.readDom(e,t=>{this.reporter.error(`rels-malformed`,`Relationships XML parse error: ${t.message}`,e)});if(!r)return this.relsCache.set(e,n),n;let i=r.root;if(!(i.name===`Relationships`||i.name.endsWith(`:Relationships`)))return this.reporter.error(`rels-malformed`,`Relationships root element is <${i.name}>, expected <Relationships>`,e),this.relsCache.set(e,n),n;for(let e of eD(i,`Relationship`)){let t=P(e,`Id`),r=P(e,`Type`),i=P(e,`Target`),a=P(e,`TargetMode`);if(!t||!r||i===void 0){n.malformedEntries.push({missingId:!t,missingType:!r,missingTarget:i===void 0,id:t,type:r});continue}let o={id:t,type:r,target:i,targetMode:a};n.rels.push(o),n.byId.has(t)||n.byId.set(t,o)}return n.parseOk=!0,this.relsCache.set(e,n),n}}}));function SO(e){return e.startsWith(`/`)?e.slice(1):e}function CO(e){return e.endsWith(`.xml`)||e.endsWith(`.rels`)||e.endsWith(`.vml`)}function wO(e){if(e===`_rels/.rels`)return``;let t=e.indexOf(`/_rels/`);return t===-1?e.includes(`/`)?e.slice(0,e.lastIndexOf(`/`)):``:e.slice(0,t)}function TO(e){let t=e.lastIndexOf(`/`);return t===-1?e:e.slice(t+1)}function EO(e){let t=TO(e),n=t.lastIndexOf(`.`);return n===-1?``:t.slice(n+1).toLowerCase()}function DO(e,t){if(t.startsWith(`/`))return OO(t.split(`/`));let n=wO(e),r=[];return n&&r.push(...n.split(`/`)),r.push(...t.split(`/`)),OO(r)}function OO(e){let t=[],n=!1;for(let r of e)if(!(r===``||r===`.`)){if(r===`..`){t.length===0?n=!0:t.pop();continue}t.push(r)}let r=t.join(`/`);return n?`../${r}`:r}function kO(e){return!(e===`..`||e.startsWith(`../`)||e.includes(`/../`))}function AO(e){if(e===`_rels/.rels`)return;let t=TO(e);if(!t.endsWith(`.rels`))return;let n=wO(e),r=t.slice(0,-5);return n?`${n}/${r}`:r}function jO(e){if(!e||e.endsWith(`/`)||/[\\:*?"<>|]/.test(e))return!1;let t=e.split(`/`);for(let e of t)if(e===``||e===`.`||e===`..`)return!1;return!0}var MO=t((()=>{}));function NO(e){let t=new Set,n=new Set;for(let[r,i]of e.files()){if(i.type===`directory`||!IO.test(r))continue;let a=PO(r);if(!e.has(a))continue;let o=e.readRels(a);for(let e of o.rels){if(e.targetMode===`External`)continue;let r=DO(a,e.target);e.type===LO?t.add(r):e.type===RO&&n.add(r)}}for(let n of t){if(e.reporter.capped)return;FO(e,n,`chartEx-chartStyle-stub-form`,`chartStyle`)}for(let t of n){if(e.reporter.capped)return;FO(e,t,`chartEx-chartColorStyle-stub-form`,`chartColorStyle`)}}function PO(e){let t=e.lastIndexOf(`/`),n=t>=0?e.slice(0,t):``,r=t>=0?e.slice(t+1):e;return n?`${n}/_rels/${r}.rels`:`_rels/${r}.rels`}function FO(e,t,n,r){if(!e.has(t))return;let i=e.readDom(t);i&&(i.root.children.some(e=>e.type===`element`)||e.reporter.error(n,`${t}: ${r} sidecar referenced by a chartEx part is an id-only stub (root element has no children). Excel 2016+ rejects chartEx stub sidecars and drops the parent chartEx + drawing. Emit the full Microsoft-authored default content.`,t))}var IO,LO,RO,zO=t((()=>{MO(),IO=/^xl\/charts\/chartEx\d+\.xml$/,LO=`http://schemas.microsoft.com/office/2011/relationships/chartStyle`,RO=`http://schemas.microsoft.com/office/2011/relationships/chartColorStyle`}));function BO(e){for(let[t,n]of e.files()){if(e.reporter.capped)return;if(n.type===`directory`||!VO.test(t))continue;let r=e.readDom(t);r&&(tD(r.root,`drawing`)||e.reporter.error(`chartsheet-missing-drawing`,`${t}: missing drawing reference`,t))}}var VO,HO=t((()=>{rD(),VO=/^xl\/chartsheets\/sheet\d+\.xml$/}));function UO(e){let t=KO[e];if(t)return{contentType:t,label:e};for(let t of qO)if(t.pattern.test(e))return{contentType:t.contentType,label:t.label}}function WO(e){if(!e.has(`[Content_Types].xml`))return;let t=e.readContentTypes();if(t.parseOk){for(let n of t.duplicateOverrides)e.reporter.error(`content-types-duplicate-override`,`Duplicate Override PartName: ${n}`,`[Content_Types].xml`);t.defaults.get(`rels`)!==`application/vnd.openxmlformats-package.relationships+xml`&&e.reporter.error(`content-types-missing-default`,`Missing/incorrect Default for .rels (expected application/vnd.openxmlformats-package.relationships+xml)`,`[Content_Types].xml`),t.defaults.get(`xml`)!==`application/xml`&&e.reporter.error(`content-types-missing-default`,`Missing/incorrect Default for .xml (expected application/xml)`,`[Content_Types].xml`);for(let[n,r]of t.overrides){if(e.reporter.capped)return;e.has(n)||e.reporter.error(`content-types-missing`,`Override PartName points to missing file: /${n}`,`[Content_Types].xml`)}for(let[n,r]of e.files()){if(e.reporter.capped)return;if(r.type===`directory`||n===`[Content_Types].xml`)continue;jO(n)||e.reporter.error(`part-name-invalid`,`Illegal OPC part name: ${n}`,n);let i=t.overrides.get(n),a=EO(n),o=a?t.defaults.get(a):void 0;if(!i&&!o){a?e.reporter.error(`content-types-missing-for-part`,`No Default/Override content type for part: ${n} (extension .${a})`,`[Content_Types].xml`):e.reporter.error(`content-types-missing-for-part`,`No content type for part without extension: ${n}`,`[Content_Types].xml`);continue}let s=UO(n);if(!s)continue;let c=i??o;c!==s.contentType&&e.reporter.error(`content-types-wrong-for-part`,`Unexpected content type for /${SO(n)}: got "${c}", expected "${s.contentType}" (${s.label})`,`[Content_Types].xml`)}}}var GO,KO,qO,JO=t((()=>{MO(),GO={workbook:`application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml`,styles:`application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml`,sharedStrings:`application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml`,theme:`application/vnd.openxmlformats-officedocument.theme+xml`,worksheet:`application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml`,chartsheet:`application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml`,chart:`application/vnd.openxmlformats-officedocument.drawingml.chart+xml`,chartEx:`application/vnd.ms-office.chartex+xml`,chartStyle:`application/vnd.ms-office.chartstyle+xml`,chartColors:`application/vnd.ms-office.chartcolorstyle+xml`,drawing:`application/vnd.openxmlformats-officedocument.drawing+xml`,pivotTable:`application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml`,pivotCacheDefinition:`application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml`,pivotCacheRecords:`application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml`,comments:`application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml`,threadedComments:`application/vnd.ms-excel.threadedcomments+xml`,externalLink:`application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml`,tableDef:`application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml`,calcChain:`application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml`,app:`application/vnd.openxmlformats-officedocument.extended-properties+xml`,core:`application/vnd.openxmlformats-package.core-properties+xml`},KO={"xl/workbook.xml":GO.workbook,"xl/styles.xml":GO.styles,"xl/sharedStrings.xml":GO.sharedStrings,"xl/calcChain.xml":GO.calcChain,"docProps/app.xml":GO.app,"docProps/core.xml":GO.core},qO=[{pattern:/^xl\/theme\/[^/]+\.xml$/,contentType:GO.theme,label:`theme`},{pattern:/^xl\/worksheets\/sheet\d+\.xml$/,contentType:GO.worksheet,label:`worksheet`},{pattern:/^xl\/chartsheets\/sheet\d+\.xml$/,contentType:GO.chartsheet,label:`chartsheet`},{pattern:/^xl\/charts\/chart\d+\.xml$/,contentType:GO.chart,label:`chart`},{pattern:/^xl\/charts\/chartEx\d+\.xml$/,contentType:GO.chartEx,label:`chartEx`},{pattern:/^xl\/charts\/style\d+\.xml$/,contentType:GO.chartStyle,label:`chart style`},{pattern:/^xl\/charts\/colors\d+\.xml$/,contentType:GO.chartColors,label:`chart colors`},{pattern:/^xl\/charts\/styleEx\d+\.xml$/,contentType:GO.chartStyle,label:`chart styleEx`},{pattern:/^xl\/charts\/colorsEx\d+\.xml$/,contentType:GO.chartColors,label:`chart colorsEx`},{pattern:/^xl\/drawings\/drawing\d+\.xml$/,contentType:GO.drawing,label:`drawing`},{pattern:/^xl\/pivotTables\/pivotTable\d+\.xml$/,contentType:GO.pivotTable,label:`pivot table`},{pattern:/^xl\/pivotCache\/pivotCacheDefinition\d+\.xml$/,contentType:GO.pivotCacheDefinition,label:`pivot cache definition`},{pattern:/^xl\/pivotCache\/pivotCacheRecords\d+\.xml$/,contentType:GO.pivotCacheRecords,label:`pivot cache records`},{pattern:/^xl\/tables\/table\d+\.xml$/,contentType:GO.tableDef,label:`table`},{pattern:/^xl\/externalLinks\/externalLink\d+\.xml$/,contentType:GO.externalLink,label:`external link`},{pattern:/^xl\/comments\d+\.xml$/,contentType:GO.comments,label:`comments`},{pattern:/^xl\/threadedComments\/threadedComment\d+\.xml$/,contentType:GO.threadedComments,label:`threaded comments`}]}));function YO(e){for(let[t,n]of e.files()){if(e.reporter.capped)return;n.type===`directory`||!rk.test(t)||XO(e,t)}}function XO(e,t){let n=e.readDom(t);if(!n)return;let r=n.root;for(let n of N(r,`graphicFrame`))tD(n,`chart`)||e.reporter.error(`drawing-graphicFrame-missing-chart`,`${t}: xdr:graphicFrame has no c:chart or cx:chart reference`,t);for(let n of r.children)if(n.type===`element`&&$E(n.name,`AlternateContent`)&&(tD(n,`twoCellAnchor`)||tD(n,`oneCellAnchor`)||tD(n,`absoluteAnchor`))){let r=nk(n);(r===`cx`||r===`cx1`)&&e.reporter.error(`drawing-chartEx-alternateContent-outer-wrap`,`${t}: <mc:AlternateContent> wraps the entire anchor. Move it INSIDE <xdr:twoCellAnchor>, after <xdr:to> and before <xdr:clientData>, so <xdr:from>/<xdr:to> are not duplicated.`,t)}for(let n of[`twoCellAnchor`,`oneCellAnchor`,`absoluteAnchor`])for(let i of eD(r,n))QO(e,t,i),ZO(e,t,i)}function ZO(e,t,n){if(N(n,`chart`).filter(e=>{let t=e.name.indexOf(`:`);return t!==-1&&e.name.slice(0,t)===`cx`}).length===0)return;let r=n.children.find(e=>e.type===`element`&&$E(e.name,`AlternateContent`));if(!r){e.reporter.error(`drawing-chartEx-missing-alternateContent-wrap`,`${t}: anchor contains <cx:chart> but has no <mc:AlternateContent> wrapper. ChartEx drawings must place the <xdr:graphicFrame> inside <mc:AlternateContent><mc:Choice>…</mc:Choice><mc:Fallback>…</mc:Fallback></mc:AlternateContent>.`,t);return}let i=M(r,`Fallback`);if(!i){e.reporter.error(`drawing-chartEx-alternateContent-empty-fallback`,`${t}: <mc:AlternateContent> has no <mc:Fallback>. Excel's strict loader rejects drawings whose Fallback is missing.`,t);return}if(!i.children.some(e=>e.type===`element`)){e.reporter.error(`drawing-chartEx-alternateContent-empty-fallback`,`${t}: <mc:Fallback> is empty. Provide a non-empty legacy shape (e.g. <xdr:sp>) so non-ChartEx readers see a placeholder instead of collapsing the anchor.`,t);return}let a=M(r,`Choice`);if(!a)return;let o=M(a,`graphicFrame`);if(!o)return;let s=M(o,`nvGraphicFramePr`);if(!s)return;let c=M(s,`cNvPr`);if(!c)return;let l=M(c,`extLst`);l&&N(l,`creationId`).length>0||e.reporter.warning(`drawing-chartEx-missing-creationId`,`${t}: chartEx drawing <xdr:cNvPr> missing Office creation-id extension (<a:extLst>/<a:ext>/<a16:creationId>). Strict Excel builds may drop the drawing on load without it.`,t)}function QO(e,t,n){let r=n.name.includes(`:`)?n.name.slice(n.name.lastIndexOf(`:`)+1):n.name;if(r===`twoCellAnchor`){if(!M(n,`from`)||!M(n,`to`)){e.reporter.error(`drawing-anchor-missing`,`${t}: ${r} missing from/to`,t);return}$O(e,t,M(n,`from`)),$O(e,t,M(n,`to`))}else if(r===`oneCellAnchor`){if(!M(n,`from`)||!M(n,`ext`)){e.reporter.error(`drawing-anchor-missing`,`${t}: ${r} missing from/ext`,t);return}$O(e,t,M(n,`from`)),ek(e,t,M(n,`ext`),`ext`)}else if(r===`absoluteAnchor`){if(!M(n,`pos`)||!M(n,`ext`)){e.reporter.error(`drawing-anchor-missing`,`${t}: ${r} missing pos/ext`,t);return}ek(e,t,M(n,`pos`),`pos`),ek(e,t,M(n,`ext`),`ext`)}}function $O(e,t,n){if(n)for(let r of[`col`,`colOff`,`row`,`rowOff`]){let i=M(n,r);if(!i)continue;let a=tk(i).trim(),o=parseInt(a,10);Number.isFinite(o)||e.reporter.warning(`drawing-anchor-invalid-coords`,`${t}: anchor ${r}=${JSON.stringify(a)} is not an integer`,t)}}function ek(e,t,n,r){if(!n)return;let i=r===`ext`?[`cx`,`cy`]:[`x`,`y`];for(let a of i){let i=P(n,a);if(i===void 0)continue;let o=parseInt(i,10);Number.isFinite(o)||e.reporter.warning(`drawing-anchor-invalid-coords`,`${t}: ${r} ${a}=${JSON.stringify(i)} is not a valid EMU integer`,t)}}function tk(e){let t=``;for(let n of e.children)n.type===`text`||n.type===`cdata`?t+=n.value:n.type===`element`&&(t+=tk(n));return t}function nk(e){for(let t of e.children)if(t.type===`element`&&$E(t.name,`Choice`)){let e=P(t,`Requires`);if(e!==void 0)return e}}var rk,ik=t((()=>{rD(),rk=/^xl\/drawings\/drawing\d+\.xml$/}));function ak(e){let t=ok(e);for(let[n,r]of e.files()){if(e.reporter.capped)return;if(r.type===`directory`||!uk.test(n))continue;let i=e.readDom(n);if(!i)continue;let a=P(i.root,`cacheId`);if(a===void 0){e.reporter.error(`pivot-missing-cacheId`,`${n}: missing cacheId attribute`,n);continue}t.has(a)||e.reporter.error(`pivot-cacheId-not-in-workbook`,`${n}: cacheId="${a}" is not declared in workbook <pivotCaches>`,n)}for(let[t,n]of e.files()){if(e.reporter.capped)return;if(n.type===`directory`||!/^xl\/pivotCache\/pivotCacheDefinition\d+\.xml$/.test(t))continue;let r=e.readRels(sk(t)).rels.find(e=>e.type.includes(`pivotCacheRecords`));if(r){let n=r.target.startsWith(`/`)?r.target.slice(1):lk(ck(t),r.target);e.has(n)||e.reporter.error(`pivot-cacheRecords-missing`,`${t}: references missing pivotCacheRecords file ${n}`,t)}}}function ok(e){let t=new Set;if(!e.has(dk))return t;let n=e.readDom(dk);if(!n)return t;let r=M(n.root,`pivotCaches`);if(!r)return t;for(let e of eD(r,`pivotCache`)){let n=P(e,`cacheId`);n!==void 0&&t.add(n)}return t}function sk(e){let t=ck(e),n=e.slice(t.length?t.length+1:0);return t?`${t}/_rels/${n}.rels`:`_rels/${n}.rels`}function ck(e){let t=e.lastIndexOf(`/`);return t===-1?``:e.slice(0,t)}function lk(e,t){let n=e?e.split(`/`):[];for(let e of t.split(`/`))if(!(e===``||e===`.`)){if(e===`..`){n.pop();continue}n.push(e)}return n.join(`/`)}var uk,dk,fk=t((()=>{rD(),uk=/^xl\/pivotTables\/pivotTable\d+\.xml$/,dk=`xl/workbook.xml`}));function pk(e){e.has(`_rels/.rels`)&&(e.readRels(`_rels/.rels`).rels.some(e=>e.type.includes(`/relationships/officeDocument`)&&e.target===`xl/workbook.xml`)||e.reporter.error(`root-rels-missing-officeDocument`,`Missing officeDocument relationship to xl/workbook.xml`,`_rels/.rels`))}function mk(e){for(let[t,n]of e.files()){if(e.reporter.capped)return;n.type===`directory`||!t.endsWith(`.rels`)||hk(e,t)}}function hk(e,t){let n=e.readRels(t);for(let r of n.malformedEntries){if(e.reporter.capped)return;r.missingId&&e.reporter.error(`rels-missing-id-attr`,`Relationship missing Id attribute`,t),r.missingType&&e.reporter.error(`rels-missing-type-attr`,`Relationship ${r.id??`<no-id>`} missing Type attribute`,t),r.missingTarget&&e.reporter.error(`rels-missing-target`,`Relationship ${r.id??`<no-id>`} missing Target attribute`,t)}let r=new Set;for(let i of n.rels){if(e.reporter.capped)return;if(r.has(i.id)?e.reporter.error(`rels-duplicate-id`,`Duplicate relationship Id: ${i.id}`,t):r.add(i.id),i.targetMode===`External`)continue;if(i.target===``){e.reporter.error(`rels-empty-target`,`Relationship ${i.id} (${i.type}) has empty Target`,t);continue}let n=DO(t,i.target);if(!kO(n)){e.reporter.error(`rels-invalid-target-path`,`Rel ${i.id} (${i.type}) target escapes package root: ${i.target} -> ${n}`,t);continue}if(!e.has(n)){e.reporter.error(`rels-missing-target`,`Rel ${i.id} (${i.type}) target missing: ${i.target} -> ${n}`,t);continue}let a=gk.get(i.type);a&&!a.pattern.test(n)&&e.reporter.error(`rels-type-target-mismatch`,`Rel ${i.id} (${a.label}) points at unexpected target: ${n}`,t)}if(t!==`_rels/.rels`){let n=wO(t),r=TO(t).replace(/\.rels$/,``),i=AO(t)??(n?`${n}/${r}`:r);e.has(i)||e.reporter.error(`rels-source-missing`,`Relationships part has no corresponding source part: ${i}`,t)}}var gk,_k=t((()=>{MO(),gk=new Map([{type:`http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument`,pattern:/^xl\/workbook\.xml$/,label:`workbook`},{type:`http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet`,pattern:/^xl\/worksheets\/sheet\d+\.xml$/,label:`worksheet`},{type:`http://schemas.openxmlformats.org/officeDocument/2006/relationships/chartsheet`,pattern:/^xl\/chartsheets\/sheet\d+\.xml$/,label:`chartsheet`},{type:`http://schemas.openxmlformats.org/officeDocument/2006/relationships/chart`,pattern:/^xl\/charts\/chart\d+\.xml$/,label:`chart`},{type:`http://schemas.microsoft.com/office/2014/relationships/chartEx`,pattern:/^xl\/charts\/chartEx\d+\.xml$/,label:`chartEx`},{type:`http://schemas.microsoft.com/office/2011/relationships/chartStyle`,pattern:/^xl\/charts\/style(?:Ex)?\d+\.xml$/,label:`chart style`},{type:`http://schemas.microsoft.com/office/2011/relationships/chartColorStyle`,pattern:/^xl\/charts\/colors(?:Ex)?\d+\.xml$/,label:`chart colors`},{type:`http://schemas.openxmlformats.org/officeDocument/2006/relationships/drawing`,pattern:/^xl\/drawings\/drawing\d+\.xml$/,label:`drawing`},{type:`http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles`,pattern:/^xl\/styles\.xml$/,label:`styles`},{type:`http://schemas.openxmlformats.org/officeDocument/2006/relationships/sharedStrings`,pattern:/^xl\/sharedStrings\.xml$/,label:`shared strings`},{type:`http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme`,pattern:/^xl\/theme\/[^/]+\.xml$/,label:`theme`},{type:`http://schemas.openxmlformats.org/officeDocument/2006/relationships/pivotTable`,pattern:/^xl\/pivotTables\/pivotTable\d+\.xml$/,label:`pivot table`},{type:`http://schemas.openxmlformats.org/officeDocument/2006/relationships/pivotCacheDefinition`,pattern:/^xl\/pivotCache\/pivotCacheDefinition\d+\.xml$/,label:`pivot cache definition`},{type:`http://schemas.openxmlformats.org/officeDocument/2006/relationships/pivotCacheRecords`,pattern:/^xl\/pivotCache\/pivotCacheRecords\d+\.xml$/,label:`pivot cache records`},{type:`http://schemas.openxmlformats.org/officeDocument/2006/relationships/table`,pattern:/^xl\/tables\/table\d+\.xml$/,label:`table`},{type:`http://schemas.openxmlformats.org/officeDocument/2006/relationships/externalLink`,pattern:/^xl\/externalLinks\/externalLink\d+\.xml$/,label:`external link`}].map(e=>[e.type,e]))}));function vk(e){for(let t of bk)e.has(t)||e.reporter.error(`missing-part`,`Missing required part: ${t}`,t)}function yk(e){for(let[t,n]of e.files()){if(e.reporter.capped)return;if(!(n.type===`directory`||!CO(t))){if(t.endsWith(`.rels`)){e.readRels(t);continue}if(t===`[Content_Types].xml`){e.readContentTypes();continue}e.readDom(t,n=>{e.reporter.error(`xml-malformed`,`Malformed XML: ${n.message}`,t)})}}}var bk,xk=t((()=>{MO(),bk=[`[Content_Types].xml`,`_rels/.rels`,`xl/workbook.xml`,`xl/_rels/workbook.xml.rels`]}));function Sk(e){if(!e.has(Tk))return;let t=e.readDom(Tk);if(!t)return;let n=t.root,r=new Set,i=M(n,`numFmts`);if(i)for(let e of eD(i,`numFmt`)){let t=P(e,`numFmtId`),n=t===void 0?NaN:parseInt(t,10);Number.isFinite(n)&&r.add(n)}let a=Ck(n,`fonts`,`font`),o=Ck(n,`fills`,`fill`),s=Ck(n,`borders`,`border`),c=M(n,`cellXfs`);if(!c)return;let l=-1;for(let t of eD(c,`xf`)){if(l++,e.reporter.capped)return;let n=wk(t,`numFmtId`);n!==void 0&&n>=Ek&&!r.has(n)&&e.reporter.warning(`styles-numFmt-missing-for-xf`,`cellXfs[${l}] references numFmtId=${n} which is not declared in <numFmts>`,Tk);let i=wk(t,`fontId`);i!==void 0&&(i<0||i>=a)&&e.reporter.warning(`styles-font-index-oob`,`cellXfs[${l}] fontId=${i} is outside [0, ${a})`,Tk);let c=wk(t,`fillId`);c!==void 0&&(c<0||c>=o)&&e.reporter.warning(`styles-fill-index-oob`,`cellXfs[${l}] fillId=${c} is outside [0, ${o})`,Tk);let u=wk(t,`borderId`);u!==void 0&&(u<0||u>=s)&&e.reporter.warning(`styles-border-index-oob`,`cellXfs[${l}] borderId=${u} is outside [0, ${s})`,Tk)}}function Ck(e,t,n){let r=M(e,t);if(!r)return 0;let i=P(r,`count`),a=i===void 0?NaN:parseInt(i,10);return Number.isFinite(a)&&a>=0?a:eD(r,n).length}function wk(e,t){let n=P(e,t);if(n===void 0)return;let r=parseInt(n,10);return Number.isFinite(r)?r:void 0}var Tk,Ek,Dk=t((()=>{rD(),Tk=`xl/styles.xml`,Ek=164}));function Ok(e){for(let[t,n]of e.files()){if(e.reporter.capped)return;n.type===`directory`||!Pk.test(t)||kk(e,t)}}function kk(e,t){let n=e.readDom(t);if(!n)return;let r=n.root;Ak(e,t,r),jk(e,t,r),Nk(e,t,r)}function Ak(e,t,n){let r=M(n,`autoFilter`);if(!r)return;let i=M(n,`tableColumns`);if(!i)return;let a=eD(i,`tableColumn`).length;if(a===0)return;let o=eD(r,`filterColumn`);o.length===a&&o.every(e=>{let t=P(e,`hiddenButton`),n=e.children.some(e=>e.type===`element`);return t===`1`&&!n})&&e.reporter.error(`table-filterColumn-redundant-per-column`,`${t}: every column has a bare <filterColumn hiddenButton="1"/> (total ${o.length}). Excel drops tables with a fully-hidden autoFilter on load. Only emit <filterColumn> for columns that have active filter state or an explicit filterButton=false.`,t)}function jk(e,t,n){let r=M(n,`tableColumns`);if(r)for(let n of eD(r,`tableColumn`)){if(e.reporter.capped)return;let r=P(n,`totalsRowFunction`);if(!(!r||!Fk.has(r))&&M(n,`totalsRowFormula`)){let i=P(n,`name`)??P(n,`id`)??`?`;e.reporter.error(`table-totalsRowFormula-with-builtin-function`,`${t}: tableColumn "${i}" has totalsRowFunction="${r}" alongside a <totalsRowFormula>. The schema accepts the formula child only when totalsRowFunction is "custom" or absent.`,t)}}}function Mk(e){let t=/^[A-Za-z]+(\d+)(?::[A-Za-z]+(\d+))?$/.exec(e);if(!t)return;let n=parseInt(t[1],10),r=t[2]===void 0?n:parseInt(t[2],10);if(!(!Number.isFinite(n)||!Number.isFinite(r)))return{top:Math.min(n,r),bottom:Math.max(n,r)}}function Nk(e,t,n){let r=P(n,`ref`),i=P(n,`totalsRowCount`);if(!r||!i)return;let a=parseInt(i,10);if(!Number.isFinite(a)||a<=0)return;let o=M(n,`autoFilter`);if(!o)return;let s=P(o,`ref`);if(!s)return;let c=Mk(r),l=Mk(s);if(!c||!l)return;let u=c.bottom,d=u-a;l.bottom!==d&&e.reporter.error(`table-autoFilter-covers-totalsRow`,`${t}: autoFilter ref ends at row ${l.bottom} but table ref ends at row ${u} with totalsRowCount=${a}; autoFilter must end at row ${d} (one row above the totals row).`,t)}var Pk,Fk,Ik=t((()=>{rD(),Pk=/^xl\/tables\/table\d+\.xml$/,Fk=new Set([`sum`,`average`,`count`,`countNums`,`max`,`min`,`stdDev`,`var`])}));function Lk(e){if(!e.has(zk)||!e.has(Bk))return;let t=e.readDom(zk,t=>{e.reporter.error(`xml-malformed`,`Malformed XML: ${t.message}`,zk)});if(!t)return;let n=e.readRels(Bk);Rk(e,t.root);let r=M(t.root,`sheets`);if(!r)return;let i=new Set,a=new Set,o=new Set;for(let t of eD(r,`sheet`)){if(e.reporter.capped)return;let r=P(t,`sheetId`),s=P(t,`id`),c=P(t,`name`);if(r!==void 0&&(i.has(r)?e.reporter.error(`workbook-duplicate-sheetId`,`Duplicate sheetId in workbook: ${r}`,zk):i.add(r)),s!==void 0){a.has(s)?e.reporter.error(`workbook-duplicate-sheet-rid`,`Duplicate sheet r:id in workbook: ${s}`,zk):a.add(s);let t=n.byId.get(s);t?!t.type.includes(`/relationships/worksheet`)&&!t.type.includes(`/relationships/chartsheet`)&&e.reporter.error(`workbook-sheet-wrong-rel-type`,`Workbook <sheet> ${s} relationship is neither worksheet nor chartsheet: ${t.type}`,zk):e.reporter.error(`workbook-sheet-missing-rel`,`Workbook <sheet> references missing relationship: ${s} (in ${Bk})`,zk)}if(c===void 0){e.reporter.error(`workbook-sheet-missing-name`,`Workbook <sheet> (sheetId=${r??`?`}) missing name attribute`,zk);continue}(c.length===0||c.length>Hk)&&e.reporter.error(`workbook-sheet-name-too-long`,`Sheet name "${c}" has ${c.length} characters; Excel limit is ${Hk}`,zk),Vk.test(c)&&e.reporter.error(`workbook-sheet-name-invalid-chars`,`Sheet name "${c}" contains characters disallowed by Excel (\\ / ? * [ ] :)`,zk);let l=c.toLowerCase();o.has(l)?e.reporter.error(`workbook-sheet-name-duplicate`,`Duplicate sheet name (case-insensitive): "${c}"`,zk):o.add(l)}}function Rk(e,t){let n=new Map;for(let e=0;e<Uk.length;e++)n.set(Uk[e],e);let r=-1,i=``;for(let a of t.children){if(a.type!==`element`)continue;let t=QE(a.name),o=n.get(t);if(o!==void 0){if(o<r){e.reporter.error(`workbook-child-order`,`Workbook child element <${t}> appears after <${i}>, violating CT_Workbook sequence order (ECMA-376 §18.2.27). Excel will reject this file as corrupt.`,zk);return}o>r&&(r=o,i=t)}}}var zk,Bk,Vk,Hk,Uk,Wk=t((()=>{rD(),zk=`xl/workbook.xml`,Bk=`xl/_rels/workbook.xml.rels`,Vk=/[\\/?*[\]:]/,Hk=31,Uk=[`fileVersion`,`fileSharing`,`workbookPr`,`workbookProtection`,`bookViews`,`sheets`,`functionGroups`,`externalReferences`,`definedNames`,`calcPr`,`oleSize`,`customWorkbookViews`,`pivotCaches`,`smartTagPr`,`smartTagTypes`,`webPublishing`,`fileRecoveryPr`,`webPublishObjects`,`extLst`]}));function Gk(e){let t=e.readDom(`xl/styles.xml`);if(!t)return;let n=M(t.root,`cellXfs`);if(!n)return 0;let r=P(n,`count`),i=r===void 0?NaN:parseInt(r,10);return Number.isFinite(i)&&i>=0?i:eD(n,`xf`).length}function Kk(e){let t=e.readDom(`xl/sharedStrings.xml`);if(!t)return;let n=P(t.root,`uniqueCount`),r=n===void 0?NaN:parseInt(n,10);return Number.isFinite(r)&&r>=0?r:eD(t.root,`si`).length}function qk(e){return{cellXfs:Gk(e),sstSize:Kk(e)}}function Jk(e){let t=/^\$?([A-Za-z]+)\$?(\d+)$/.exec(e);if(t)try{let e=ja(t[1])+1,n=Na(t[2])+1;return!Number.isFinite(e)||!Number.isFinite(n)?void 0:{col:e,row:n}}catch{return}}function Yk(e){let t=e.indexOf(`:`);if(t===-1){let t=Jk(e);return t?{t:t.row,l:t.col,b:t.row,r:t.col,ref:e}:void 0}let n=Jk(e.slice(0,t)),r=Jk(e.slice(t+1));if(!(!n||!r))return{t:Math.min(n.row,r.row),b:Math.max(n.row,r.row),l:Math.min(n.col,r.col),r:Math.max(n.col,r.col),ref:e}}function Xk(e,t){return e.l<=t.r&&t.l<=e.r&&e.t<=t.b&&t.t<=e.b}function Zk(e){let t;for(let[n,r]of e.files()){if(e.reporter.capped)return;r.type===`directory`||!n.startsWith(`xl/worksheets/sheet`)||!n.endsWith(`.xml`)||(t??=qk(e),Qk(e,n,t))}}function Qk(e,t,n){let r=e.readDom(t,n=>{e.reporter.error(`xml-malformed`,`Malformed XML: ${n.message}`,t)});if(!r)return;let i=r.root;$k(e,t,i);let a=M(i,`sheetData`);a&&tA(e,t,a,n);let o=M(i,`mergeCells`);o&&aA(e,t,o),oA(e,t,i)}function $k(e,t,n){let r=-1,i=!1,a=!1;for(let o of eA(n)){if(o.type!==`element`)continue;let n=o.name.includes(`:`)?o.name.slice(o.name.lastIndexOf(`:`)+1):o.name,s=cA.get(n);if(s!==void 0){if(s<r){let o=sA[r]??`?`;e.reporter.error(`sheet-child-out-of-order`,`Worksheet child <${n}> appears after <${o}>; expected order violated`,t),n===`legacyDrawing`&&i&&(a=!0)}s>r&&(r=s),n===`controls`&&(i=!0)}}a&&e.reporter.error(`sheet-legacyDrawing-after-controls`,`Worksheet has <legacyDrawing> after <controls>; Excel may repair or reject this sheet`,t)}function*eA(e){for(let t of e.children)if(t.type===`element`){if((t.name.includes(`:`)?t.name.slice(t.name.lastIndexOf(`:`)+1):t.name)===`AlternateContent`){for(let e of t.children)if(e.type===`element`&&(e.name.includes(`:`)?e.name.slice(e.name.lastIndexOf(`:`)+1):e.name)===`Choice`)for(let t of e.children)t.type===`element`&&(yield t);continue}yield t}}function tA(e,t,n,r){let i=new Map,a=new Set;for(let o of n.children){if(e.reporter.capped)return;if(o.type!==`element`||!$E(o.name,`row`))continue;let n=P(o,`r`),s=n===void 0?NaN:parseInt(n,10);Number.isFinite(s)&&(s<1||s>lA)&&e.reporter.error(`sheet-row-index-out-of-bounds`,`Row r="${n}" is outside Excel's limit 1..${lA}`,t);for(let n of o.children){if(e.reporter.capped)return;n.type!==`element`||!$E(n.name,`c`)||(nA(e,t,n,Number.isFinite(s)?s:void 0,r),rA(n,i,a))}}for(let[n,r]of i)r>1&&e.reporter.error(`sheet-sharedFormula-duplicate-master`,`Shared formula si="${n}" has ${r} master entries (should be exactly one)`,t);for(let n of a)i.has(n)||e.reporter.error(`sheet-sharedFormula-master-missing`,`Shared formula si="${n}" has no master entry`,t)}function nA(e,t,n,r,i){let a=P(n,`r`);if(a===void 0){e.reporter.error(`sheet-cell-ref-missing`,`Cell missing r="" attribute`,t);return}let o=Jk(a);if(!o){e.reporter.error(`sheet-cell-ref-invalid`,`Cell has invalid r="${a}"`,t);return}(o.col<1||o.col>uA||o.row<1||o.row>lA)&&e.reporter.error(`sheet-cell-ref-out-of-bounds`,`Cell r="${a}" is outside Excel's sheet bounds (max XFD1048576)`,t),r!==void 0&&o.row!==r&&e.reporter.error(`sheet-cell-ref-row-mismatch`,`Cell r="${a}" has row ${o.row} but is inside <row r="${r}">`,t);let s=P(n,`s`);if(s!==void 0&&i.cellXfs!==void 0){let n=parseInt(s,10);(!Number.isFinite(n)||n<0||n>=i.cellXfs)&&e.reporter.error(`sheet-cell-style-index-oob`,`Cell r="${a}" s="${s}" is outside cellXfs range [0, ${i.cellXfs})`,t)}if(P(n,`t`)===`s`&&i.sstSize!==void 0){let r=M(n,`v`);if(r){let n=iA(r).trim(),o=parseInt(n,10);(!Number.isFinite(o)||o<0||o>=i.sstSize)&&e.reporter.error(`sheet-cell-sst-index-oob`,`Cell r="${a}" references sharedStrings index ${n} but SST has ${i.sstSize} entries`,t)}}}function rA(e,t,n){let r=M(e,`f`);if(!r||P(r,`t`)!==`shared`)return;let i=P(r,`si`);if(i===void 0)return;let a=P(r,`ref`)!==void 0,o=iA(r).trim().length>0;a||o?t.set(i,(t.get(i)??0)+1):n.add(i)}function iA(e){let t=``;for(let n of e.children)n.type===`text`||n.type===`cdata`?t+=n.value:n.type===`element`&&(t+=iA(n));return t}function aA(e,t,n){let r=[];for(let i of eD(n,`mergeCell`)){if(e.reporter.capped)return;let n=P(i,`ref`);if(!n){e.reporter.error(`sheet-merge-invalid-range`,`<mergeCell> missing ref attribute`,t);continue}let a=Yk(n);if(!a){e.reporter.error(`sheet-merge-invalid-range`,`<mergeCell ref="${n}"> does not parse as a range`,t);continue}for(let i of r)if(Xk(i,a)){e.reporter.error(`sheet-merge-overlap`,`Merge ${n} overlaps with earlier merge ${i.ref}`,t);break}r.push(a)}}function oA(e,t,n){let r=`xl/worksheets/_rels/${TO(t)}.rels`,i=[];for(let e of eA(n))i.push(e);let a=e=>e.name.includes(`:`)?e.name.slice(e.name.lastIndexOf(`:`)+1):e.name,o=[],s=i.find(e=>a(e)===`controls`);if(s)for(let e of N(s,`control`)){let t=P(e,`id`);t&&o.push({rid:t,kind:`control`,typeIncludes:`/relationships/ctrlProp`,missingKind:`sheet-control-missing-rel`,wrongKind:`sheet-control-wrong-rel-type`,label:`<control>`})}let c=i.find(e=>a(e)===`legacyDrawing`);if(c){let e=P(c,`id`);e&&o.push({rid:e,kind:`legacyDrawing`,typeIncludes:`/relationships/vmlDrawing`,missingKind:`sheet-legacyDrawing-missing-rel`,wrongKind:`sheet-legacyDrawing-wrong-rel-type`,label:`<legacyDrawing>`})}let l=i.find(e=>a(e)===`drawing`);if(l){let e=P(l,`id`);e&&o.push({rid:e,kind:`drawing`,typeIncludes:`/relationships/drawing`,missingKind:`sheet-drawing-missing-rel`,wrongKind:`sheet-drawing-wrong-rel-type`,label:`<drawing>`})}let u=i.find(e=>a(e)===`hyperlinks`);if(u)for(let e of eD(u,`hyperlink`)){let t=P(e,`id`);t&&o.push({rid:t,kind:`hyperlink`,typeIncludes:`/relationships/hyperlink`,missingKind:`sheet-hyperlink-missing-rel`,wrongKind:`sheet-hyperlink-wrong-rel-type`,label:`<hyperlink>`})}let d=i.find(e=>a(e)===`tableParts`);if(d)for(let e of eD(d,`tablePart`)){let t=P(e,`id`);t&&o.push({rid:t,kind:`tablePart`,typeIncludes:`/relationships/table`,missingKind:`sheet-tablePart-missing-rel`,wrongKind:`sheet-tablePart-wrong-rel-type`,label:`<tablePart>`})}for(let e of i.filter(e=>a(e)===`comments`)){let t=P(e,`id`);t&&o.push({rid:t,kind:`comments`,typeIncludes:`/relationships/comments`,missingKind:`sheet-comments-missing-rel`,wrongKind:`sheet-comments-wrong-rel-type`,label:`<comments>`})}let f=o.some(e=>e.kind===`control`),p=o.some(e=>e.kind===`drawing`);if(f&&!p&&e.reporter.error(`sheet-controls-missing-drawing`,`Worksheet has legacy <controls> but no <drawing>; Excel may repair/reject legacy form controls`,t),o.length>0&&!e.has(r)){e.reporter.error(`sheet-missing-rels`,`Worksheet has controls/legacyDrawing/drawing/hyperlinks/tableParts but missing rels part: ${r}`,t);return}if(!e.has(r))return;let m=e.readRels(r);for(let n of o){if(e.reporter.capped)return;let i=m.byId.get(n.rid);if(!i){e.reporter.error(n.missingKind,`Sheet ${n.label} references missing relationship: ${n.rid} (in ${r})`,t);continue}i.type.includes(n.typeIncludes)||e.reporter.error(n.wrongKind,`Sheet ${n.label} ${n.rid} relationship is not ${n.typeIncludes}: ${i.type}`,t)}}var sA,cA,lA,uA,dA=t((()=>{Ba(),MO(),rD(),sA=`sheetPr.dimension.sheetViews.sheetFormatPr.cols.sheetData.sheetCalcPr.sheetProtection.protectedRanges.scenarios.autoFilter.sortState.dataConsolidate.customSheetViews.mergeCells.phoneticPr.conditionalFormatting.dataValidations.hyperlinks.printOptions.pageMargins.pageSetup.headerFooter.rowBreaks.colBreaks.customProperties.cellWatches.ignoredErrors.smartTags.drawing.legacyDrawing.legacyDrawingHF.drawingHF.picture.oleObjects.controls.webPublishItems.tableParts.extLst`.split(`.`),cA=new Map(sA.map((e,t)=>[e,t])),lA=1048576,uA=16384})),fA,pA=t((()=>{fA=class{constructor(e={}){this.problems=[],this.errorCount=0,this.maxProblems=e.maxProblems,this.includeWarnings=e.includeWarnings??!1}get capped(){return this.maxProblems!==void 0&&this.problems.length>=this.maxProblems}get hasErrors(){return this.errorCount>0}error(e,t,n){this.push({kind:e,severity:`error`,message:t,file:n}),this.errorCount+=+!this.capped}warning(e,t,n){this.includeWarnings&&this.push({kind:e,severity:`warning`,message:t,file:n})}push(e){this.maxProblems!==void 0&&this.problems.length>=this.maxProblems||this.problems.push(e)}}}));async function mA(e,t={}){let{checkXmlWellFormed:n=!0,checkRelationshipTargets:r=!0,checkContentTypesOverrides:i=!0,checkWorksheetControlWiring:a=!0,checkChartStructure:o=!0,checkStylesIntegrity:s=!0,maxProblems:c,includeWarnings:l=!1}=t,u=await BE(e),d=new fA({maxProblems:c,includeWarnings:l}),f=new bO(u,d);vk(f),n&&yk(f),i&&WO(f),pk(f),r&&mk(f),Lk(f),a&&Zk(f),o&&(iD(f),YO(f),BO(f),ak(f),Ok(f),NO(f)),s&&Sk(f);let p=hA(u);return{ok:!d.hasErrors,problems:d.problems,stats:p}}function hA(e){let t=0,n=0,r=0;for(let[,i]of e)i.type!==`directory`&&(t++,CO(i.path)&&n++,i.path.endsWith(`.rels`)&&r++);return{entryCount:t,xmlLikeCount:n,relsCount:r}}var gA=t((()=>{VE(),vO(),zO(),HO(),JO(),ik(),fk(),_k(),xk(),Dk(),Ik(),Wk(),dA(),xO(),MO(),pA()}));function _A(e,t,n){let r=vA(n);e.openNode(`sheetData`,{sheetId:t});for(let t of r){e.openNode(`row`,{r:t.rowNum});for(let{address:n,value:r}of t.cells)xA(e,n,r);e.closeNode()}e.closeNode()}function vA(e){let t=new Map;for(let n of Object.keys(e)){let r=n.toUpperCase(),i=yA(r);if(i===void 0)continue;let a=t.get(i);a||(a={rowNum:i,cells:[]},t.set(i,a)),a.cells.push({address:bA(r),value:e[n]})}return[...t.values()].sort((e,t)=>e.rowNum-t.rowNum)}function yA(e){let t=/^\$?[A-Z]+\$?(\d+)$/.exec(e);return t?parseInt(t[1],10):void 0}function bA(e){return e.replace(/\$/g,``)}function xA(e,t,n){if(n==null){e.leafNode(`cell`,{r:t});return}if(typeof n==`number`){e.openNode(`cell`,{r:t}),e.leafNode(`v`,void 0,String(n)),e.closeNode();return}if(typeof n==`boolean`){e.openNode(`cell`,{r:t,t:`b`}),e.leafNode(`v`,void 0,n?`1`:`0`),e.closeNode();return}if(SA(n)){e.openNode(`cell`,{r:t,t:`e`}),e.leafNode(`v`,void 0,n),e.closeNode();return}e.openNode(`cell`,{r:t,t:`str`}),e.leafNode(`v`,void 0,n),e.closeNode()}function SA(e){return EA.has(e)}function CA(e,t){if(t===null||t===``)return null;switch(e){case`b`:return t!==`0`&&t.toLowerCase()!==`false`;case`e`:return t;case`str`:return t;default:{let e=Number(t);return Number.isFinite(e)?e:t}}}var wA,TA,EA,DA=t((()=>{j(),ag(),wA={xmlns:`http://schemas.openxmlformats.org/spreadsheetml/2006/main`,"xmlns:r":`http://schemas.openxmlformats.org/officeDocument/2006/relationships`},TA=class extends A{constructor(...e){super(...e),this.sheetNamesByIndex=[],this.currentSheetCells=null,this.currentSheetName=null,this.currentCellAddress=null,this.currentCellType=`n`,this.currentCellValue=null,this.inV=!1}get tag(){return`externalLink`}reset(){super.reset(),this.sheetNamesByIndex=[],this.currentSheetCells=null,this.currentSheetName=null,this.currentCellAddress=null,this.currentCellType=`n`,this.currentCellValue=null,this.inV=!1}render(e,t){if(e.openXml(of),e.openNode(`externalLink`,wA),e.openNode(`externalBook`,{"r:id":`rId1`}),t.sheetNames.length>0){e.openNode(`sheetNames`);for(let n of t.sheetNames)e.leafNode(`sheetName`,{val:n});e.closeNode()}let n=t.cachedValues??{},r=Object.keys(n).some(e=>{let t=n[e];return t&&Object.keys(t).length>0});e.openNode(`sheetDataSet`);for(let i=0;i<t.sheetNames.length;i++){let a=t.sheetNames[i],o=r?n[a]:void 0;o&&Object.keys(o).length>0?_A(e,i,o):e.leafNode(`sheetData`,{sheetId:String(i)})}e.closeNode(),e.closeNode(),e.closeNode()}parseOpen(e){switch(e.name){case`externalLink`:return this.model={externalBookRId:``,sheetNames:[],cachedValues:{}},this.sheetNamesByIndex=[],!0;case`externalBook`:return this.model&&(this.model.externalBookRId=e.attributes[`r:id`]??``),!0;case`sheetName`:if(this.model){let t=e.attributes.val??``;this.model.sheetNames.push(t),this.sheetNamesByIndex.push(t)}return!0;case`sheetData`:{let t=e.attributes.sheetId,n=t===void 0?NaN:parseInt(t,10);return this.currentSheetName=Number.isFinite(n)?this.sheetNamesByIndex[n]??null:null,this.currentSheetCells=this.currentSheetName?{}:null,!0}case`cell`:return this.currentCellAddress=e.attributes.r??null,this.currentCellType=e.attributes.t??`n`,this.currentCellValue=null,!0;case`v`:return this.inV=!0,this.currentCellValue=``,!0;default:return!1}}parseText(e){this.inV&&(this.currentCellValue=(this.currentCellValue??``)+e)}parseClose(e){switch(e){case`v`:return this.inV=!1,!0;case`cell`:return this.model&&this.currentSheetCells&&this.currentCellAddress&&(this.currentSheetCells[this.currentCellAddress.toUpperCase()]=CA(this.currentCellType,this.currentCellValue)),this.currentCellAddress=null,this.currentCellType=`n`,this.currentCellValue=null,!0;case`sheetData`:return this.model&&this.currentSheetName&&this.currentSheetCells&&Object.keys(this.currentSheetCells).length>0&&(this.model.cachedValues[this.currentSheetName]=this.currentSheetCells),this.currentSheetName=null,this.currentSheetCells=null,!0;case`externalLink`:return!1;default:return!0}}},EA=new Set([`#NULL!`,`#DIV/0!`,`#VALUE!`,`#REF!`,`#NAME?`,`#NUM!`,`#N/A`,`#GETTING_DATA`,`#SPILL!`,`#CALC!`,`#CONNECT!`,`#BLOCKED!`,`#UNKNOWN!`,`#FIELD!`,`#PYTHON!`])})),OA,kA,AA=t((()=>{j(),Ny(),ag(),OA=`Author`,kA=class e extends A{constructor(){super(),this._authors=[],this._inAuthors=!1,this._inAuthor=!1,this._currentAuthor=``,this.map={comment:new My},this.model={comments:[]}}render(t,n){let r=n||this.model;t.openXml(of),t.openNode(`comments`,e.COMMENTS_ATTRIBUTES);let i=new Set;for(let e of r.comments)i.add(e.author??OA);let a=[...i];t.openNode(`authors`);for(let e of a)t.leafNode(`author`,null,e);t.closeNode(),t.openNode(`commentList`),r.comments.forEach(e=>{let n=a.indexOf(e.author??OA);this.map.comment.render(t,{...e,authorId:n>=0?n:0})}),t.closeNode(),t.closeNode()}parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(e.name){case`authors`:return this._inAuthors=!0,this._authors=[],!0;case`author`:return this._inAuthors&&(this._inAuthor=!0,this._currentAuthor=``),!0;case`commentList`:return this.model={comments:[]},!0;case`comment`:return this.parser=this.map.comment,this.parser.parseOpen(e),!0;default:return!1}}parseText(e){this._inAuthor?this._currentAuthor+=e:this.parser&&this.parser.parseText(e)}parseClose(e){switch(e){case`authors`:return this._inAuthors=!1,!0;case`author`:return this._inAuthors&&(this._authors.push(this._currentAuthor),this._inAuthor=!1,this._currentAuthor=``),!0;case`commentList`:for(let e of this.model.comments){let{authorId:t}=e;t!=null&&t>=0&&t<this._authors.length&&(e.author=this._authors[t])}return!1;case`comment`:return this.model.comments.push(this.parser.model),this.parser=void 0,!0;default:return this.parser&&this.parser.parseClose(e),!0}}static{this.COMMENTS_ATTRIBUTES={xmlns:`http://schemas.openxmlformats.org/spreadsheetml/2006/main`}}}}));function jA(e){let t=[];t.push(`<?xml version="1.0" encoding="UTF-8" standalone="yes"?>`),t.push(`<ThreadedComments xmlns="${RA}">`);for(let{ref:n,comment:r}of e){let e=r.id??`{${pw()}}`,i=[`ref="${IA(n)}"`];if(r.date&&i.push(`dT="${IA(r.date)}"`),i.push(`personId="${IA(r.personId)}"`),i.push(`id="${IA(e)}"`),r.parentId&&i.push(`parentId="${IA(r.parentId)}"`),r.done!==void 0&&i.push(`done="${r.done?`1`:`0`}"`),t.push(`<threadedComment ${i.join(` `)}>`),t.push(`<text>${FA(r.text)}</text>`),r.mentions&&r.mentions.length>0){t.push(`<mentions>`);for(let e of r.mentions){if(!LA(e.startIndex))throw Error(`Threaded comment mention.startIndex must be a non-negative integer; got ${e.startIndex}.`);if(!LA(e.length))throw Error(`Threaded comment mention.length must be a non-negative integer; got ${e.length}.`);let n=[`mentionpersonId="${IA(e.mentionPersonId)}"`,`mentionId="${IA(e.mentionId??`{${pw()}}`)}"`,`startIndex="${e.startIndex}"`,`length="${e.length}"`];t.push(`<mention ${n.join(` `)}/>`)}t.push(`</mentions>`)}t.push(`</threadedComment>`)}return t.push(`</ThreadedComments>`),t.join(``)}function MA(e){let t;try{t=GE(e).root}catch{return[]}let n=[];for(let e of qE(t,`threadedComment`)){let t=e.attributes.ref;if(!t)continue;let r=e.attributes.personId;if(!r)continue;let i=KE(e,`text`),a=KE(e,`mentions`),o=a?qE(a,`mention`).map(e=>({mentionId:e.attributes.mentionId,mentionPersonId:e.attributes.mentionpersonId??``,startIndex:parseInt(e.attributes.startIndex??`0`,10),length:parseInt(e.attributes.length??`0`,10)})):[],s={personId:r,text:i?JE(i):``,...e.attributes.id?{id:e.attributes.id}:{},...e.attributes.parentId?{parentId:e.attributes.parentId}:{},...e.attributes.dT?{date:e.attributes.dT}:{},...e.attributes.done===void 0?{}:{done:e.attributes.done===`1`},...o.length>0?{mentions:o}:{}};n.push({ref:t,comment:s})}return n}function NA(e){let t=[];t.push(`<?xml version="1.0" encoding="UTF-8" standalone="yes"?>`),t.push(`<personList xmlns="${RA}">`);for(let n of e){let e=[`displayName="${IA(n.displayName)}"`,`id="${IA(n.id)}"`];n.userId!==void 0&&e.push(`userId="${IA(n.userId)}"`),n.providerId!==void 0&&e.push(`providerId="${IA(n.providerId)}"`),t.push(`<person ${e.join(` `)}/>`)}return t.push(`</personList>`),t.join(``)}function PA(e){let t;try{t=GE(e).root}catch{return[]}return qE(t,`person`).map(e=>{let t=e.attributes.id??`{${pw()}}`,n=e.attributes.displayName??``;if(!n)return;let r={id:t,displayName:n};return e.attributes.userId!==void 0&&(r.userId=e.attributes.userId),e.attributes.providerId!==void 0&&(r.providerId=e.attributes.providerId),r}).filter(e=>e!==void 0)}function FA(e){return qd(e)}function IA(e){return Jd(e)}function LA(e){return typeof e==`number`&&Number.isFinite(e)&&e>=0&&Math.floor(e)===e}var RA,zA=t((()=>{mw(),ZE(),sf(),RA=`http://schemas.microsoft.com/office/spreadsheetml/2018/threadedcomments`})),BA,VA=t((()=>{j(),ag(),BA=class extends A{_checkedToXmlValue(e){switch(e){case`Checked`:return`1`;case`Mixed`:return`2`;default:return`0`}}get tag(){return`formControlPr`}render(e,t){let n=t||this.model,r={xmlns:`http://schemas.microsoft.com/office/spreadsheetml/2009/9/main`,objectType:`CheckBox`,checked:this._checkedToXmlValue(n.checked),lockText:`1`};n.link&&(r.fmlaLink=n.link),n.noThreeD&&(r.noThreeD=`1`),e.openXml({version:`1.0`,encoding:`UTF-8`,standalone:`yes`}),e.leafNode(this.tag,r)}toXml(e){let t=new ig;return this.render(t,e),t.xml}parseOpen(){return!0}parseText(){}parseClose(){return!1}}})),HA,UA=t((()=>{Sw(),j(),Ky(),ag(),HA=class e extends A{constructor(){super(),this._parsingHeaderImage=!1,this.map={"v:shape":new Gy},this.model={comments:[],formControls:[]}}get tag(){return`xml`}render(t,n){let r=n||this.model,i=r.comments,a=r.formControls,o=r.headerImage,s=i&&i.length>0,c=a&&a.length>0,l=!!o;if(t.openXml(of),t.openNode(this.tag,e.DRAWING_ATTRIBUTES),t.openNode(`o:shapelayout`,{"v:ext":`edit`}),t.leafNode(`o:idmap`,{"v:ext":`edit`,data:1}),t.closeNode(),s&&(t.openNode(`v:shapetype`,{id:`_x0000_t202`,coordsize:`21600,21600`,"o:spt":202,path:`m,l,21600r21600,l21600,xe`}),t.leafNode(`v:stroke`,{joinstyle:`miter`}),t.leafNode(`v:path`,{gradientshapeok:`t`,"o:connecttype":`rect`}),t.closeNode()),c&&(t.openNode(`v:shapetype`,{id:`_x0000_t201`,coordsize:`21600,21600`,"o:spt":`201`,path:`m,l,21600r21600,l21600,xe`}),t.leafNode(`v:stroke`,{joinstyle:`miter`}),t.leafNode(`v:path`,{shadowok:`f`,"o:extrusionok":`f`,strokeok:`f`,fillok:`f`,"o:connecttype":`rect`}),t.leafNode(`o:lock`,{"v:ext":`edit`,shapetype:`t`}),t.closeNode()),l&&(t.openNode(`v:shapetype`,{id:`_x0000_t75`,coordsize:`21600,21600`,"o:spt":`75`,"o:preferrelative":`t`,path:`m@4@5l@4@11@9@11@9@5xe`,filled:`f`,stroked:`f`}),t.leafNode(`v:stroke`,{joinstyle:`miter`}),t.openNode(`v:formulas`),t.leafNode(`v:f`,{eqn:`if lineDrawn pixelLineWidth 0`}),t.leafNode(`v:f`,{eqn:`sum @0 1 0`}),t.leafNode(`v:f`,{eqn:`sum 0 0 @1`}),t.leafNode(`v:f`,{eqn:`prod @2 1 2`}),t.leafNode(`v:f`,{eqn:`prod @3 21600 pixelWidth`}),t.leafNode(`v:f`,{eqn:`prod @3 21600 pixelHeight`}),t.leafNode(`v:f`,{eqn:`sum @0 0 1`}),t.leafNode(`v:f`,{eqn:`prod @6 1 2`}),t.leafNode(`v:f`,{eqn:`prod @7 21600 pixelWidth`}),t.leafNode(`v:f`,{eqn:`sum @8 21600 0`}),t.leafNode(`v:f`,{eqn:`prod @7 21600 pixelHeight`}),t.leafNode(`v:f`,{eqn:`sum @10 21600 0`}),t.closeNode(),t.leafNode(`v:path`,{"o:extrusionok":`f`,gradientshapeok:`t`,"o:connecttype":`rect`}),t.leafNode(`o:lock`,{"v:ext":`edit`,aspectratio:`t`}),t.closeNode()),s)for(let e=0;e<i.length;e++)this.map[`v:shape`].render(t,i[e],e);if(c)for(let e of a)this._renderCheckboxShape(t,e);l&&this._renderHeaderImageShape(t,o),t.closeNode()}_renderHeaderImageShape(e,t){let n=t.width??467.25,r=t.height??311.25;e.openNode(`v:shape`,{id:`CH`,"o:spid":`_x0000_s2049`,type:`#_x0000_t75`,style:`position:absolute;margin-left:0;margin-top:0;width:${n}pt;height:${r}pt;z-index:1`}),e.leafNode(`v:imagedata`,{"o:relid":t.imageRelId,"o:title":`watermark`}),e.leafNode(`o:lock`,{"v:ext":`edit`,rotation:`t`}),e.closeNode()}_renderCheckboxShape(e,t){let n={id:`_x0000_s${t.shapeId}`,type:`#_x0000_t201`,style:xw.getVmlStyle(t),"o:insetmode":`auto`,fillcolor:`buttonFace [67]`,strokecolor:`windowText [64]`,"o:preferrelative":`t`,filled:`f`,stroked:`f`};e.openNode(`v:shape`,n),e.leafNode(`v:fill`,{"o:detectmouseclick":`t`}),e.leafNode(`o:lock`,{"v:ext":`edit`,text:`t`}),t.text&&(e.openNode(`v:textbox`,{style:`mso-direction-alt:auto`,"o:singleclick":`t`}),e.openNode(`div`,{style:`text-align:left`}),e.openNode(`font`,{face:`Tahoma`,size:`160`,color:`auto`}),e.writeText(t.text),e.closeNode(),e.closeNode(),e.closeNode()),e.openNode(`x:ClientData`,{ObjectType:`Checkbox`}),e.leafNode(`x:MoveWithCells`),e.leafNode(`x:SizeWithCells`),e.openNode(`x:Anchor`),e.writeText(xw.getVmlAnchor(t)),e.closeNode(),e.leafNode(`x:Locked`,void 0,`False`),e.leafNode(`x:LockText`,void 0,`True`),e.leafNode(`x:PrintObject`,void 0,t.print?`True`:`False`),e.leafNode(`x:AutoFill`,void 0,`False`),e.leafNode(`x:AutoLine`,void 0,`False`),e.leafNode(`x:TextHAlign`,void 0,`Left`),e.leafNode(`x:TextVAlign`,void 0,`Center`),t.link&&e.leafNode(`x:FmlaLink`,void 0,t.link),t.noThreeD&&e.leafNode(`x:NoThreeD`),e.leafNode(`x:Checked`,void 0,String(xw.getVmlCheckedValue(t))),e.leafNode(`x:Row`,void 0,String(t.tl.row)),e.leafNode(`x:Column`,void 0,String(t.tl.col)),e.closeNode(),e.closeNode()}parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(e.name){case this.tag:this.reset(),this.model={comments:[],formControls:[]};break;case`v:shape`:if(e.attributes.type===`#_x0000_t75`){this._parsingHeaderImage=!0;let t=e.attributes.style||``,n=/width:([0-9.]+)pt/.exec(t),r=/height:([0-9.]+)pt/.exec(t);this._headerImageWidth=n?parseFloat(n[1]):void 0,this._headerImageHeight=r?parseFloat(r[1]):void 0}else this.parser=this.map[e.name],this.parser&&this.parser.parseOpen(e);break;default:this._parsingHeaderImage&&e.name===`v:imagedata`?this._headerImageRelId=e.attributes[`o:relid`]:(this.parser=this.map[e.name],this.parser&&this.parser.parseOpen(e));break}return!0}parseText(e){this.parser&&this.parser.parseText(e)}parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.model.comments.push(this.parser.model),this.parser=void 0),!0;switch(e){case`v:shape`:return this._parsingHeaderImage&&this._headerImageRelId&&(this.model.headerImage={imageRelId:this._headerImageRelId,width:this._headerImageWidth,height:this._headerImageHeight}),this._parsingHeaderImage=!1,this._headerImageRelId=void 0,this._headerImageWidth=void 0,this._headerImageHeight=void 0,!0;case this.tag:return!1;default:return!0}}static{this.DRAWING_ATTRIBUTES={"xmlns:v":`urn:schemas-microsoft-com:vml`,"xmlns:o":`urn:schemas-microsoft-com:office:office`,"xmlns:x":`urn:schemas-microsoft-com:office:excel`}}}}));function WA(e){return isNaN(e.getTime())?``:e.toISOString().replace(/\.\d{3}Z$/,``)}function GA(e){let t=qd(e.name),n=e.numFmtId??`0`,r=qA(e.extraAttrs),i=e.fieldGroupXml?`\n ${e.fieldGroupXml}`:``;if(e.sharedItems===null){if(e.isLoaded)return i?`<cacheField name="${t}" numFmtId="${n}"${r}>${i}\n </cacheField>`:`<cacheField name="${t}" numFmtId="${n}"${r} />`;let a;return a=e.minValue!==void 0&&e.maxValue!==void 0?` containsSemiMixedTypes="0" containsString="0" containsNumber="1"${e.containsInteger?` containsInteger="1"`:``} minValue="${e.minValue}" maxValue="${e.maxValue}"`:``,`<cacheField name="${t}" numFmtId="${n}"${r}>
408
+ <a:theme xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" name="Office Theme"> <a:themeElements> <a:clrScheme name="Office"> <a:dk1> <a:sysClr val="windowText" lastClr="000000"/> </a:dk1> <a:lt1> <a:sysClr val="window" lastClr="FFFFFF"/> </a:lt1> <a:dk2> <a:srgbClr val="1F497D"/> </a:dk2> <a:lt2> <a:srgbClr val="EEECE1"/> </a:lt2> <a:accent1> <a:srgbClr val="4F81BD"/> </a:accent1> <a:accent2> <a:srgbClr val="C0504D"/> </a:accent2> <a:accent3> <a:srgbClr val="9BBB59"/> </a:accent3> <a:accent4> <a:srgbClr val="8064A2"/> </a:accent4> <a:accent5> <a:srgbClr val="4BACC6"/> </a:accent5> <a:accent6> <a:srgbClr val="F79646"/> </a:accent6> <a:hlink> <a:srgbClr val="0000FF"/> </a:hlink> <a:folHlink> <a:srgbClr val="800080"/> </a:folHlink> </a:clrScheme> <a:fontScheme name="Office"> <a:majorFont> <a:latin typeface="Cambria"/> <a:ea typeface=""/> <a:cs typeface=""/> <a:font script="Jpan" typeface="MS Pゴシック"/> <a:font script="Hang" typeface="맑은 고딕"/> <a:font script="Hans" typeface="宋体"/> <a:font script="Hant" typeface="新細明體"/> <a:font script="Arab" typeface="Times New Roman"/> <a:font script="Hebr" typeface="Times New Roman"/> <a:font script="Thai" typeface="Tahoma"/> <a:font script="Ethi" typeface="Nyala"/> <a:font script="Beng" typeface="Vrinda"/> <a:font script="Gujr" typeface="Shruti"/> <a:font script="Khmr" typeface="MoolBoran"/> <a:font script="Knda" typeface="Tunga"/> <a:font script="Guru" typeface="Raavi"/> <a:font script="Cans" typeface="Euphemia"/> <a:font script="Cher" typeface="Plantagenet Cherokee"/> <a:font script="Yiii" typeface="Microsoft Yi Baiti"/> <a:font script="Tibt" typeface="Microsoft Himalaya"/> <a:font script="Thaa" typeface="MV Boli"/> <a:font script="Deva" typeface="Mangal"/> <a:font script="Telu" typeface="Gautami"/> <a:font script="Taml" typeface="Latha"/> <a:font script="Syrc" typeface="Estrangelo Edessa"/> <a:font script="Orya" typeface="Kalinga"/> <a:font script="Mlym" typeface="Kartika"/> <a:font script="Laoo" typeface="DokChampa"/> <a:font script="Sinh" typeface="Iskoola Pota"/> <a:font script="Mong" typeface="Mongolian Baiti"/> <a:font script="Viet" typeface="Times New Roman"/> <a:font script="Uigh" typeface="Microsoft Uighur"/> <a:font script="Geor" typeface="Sylfaen"/> </a:majorFont> <a:minorFont> <a:latin typeface="Calibri"/> <a:ea typeface=""/> <a:cs typeface=""/> <a:font script="Jpan" typeface="MS Pゴシック"/> <a:font script="Hang" typeface="맑은 고딕"/> <a:font script="Hans" typeface="宋体"/> <a:font script="Hant" typeface="新細明體"/> <a:font script="Arab" typeface="Arial"/> <a:font script="Hebr" typeface="Arial"/> <a:font script="Thai" typeface="Tahoma"/> <a:font script="Ethi" typeface="Nyala"/> <a:font script="Beng" typeface="Vrinda"/> <a:font script="Gujr" typeface="Shruti"/> <a:font script="Khmr" typeface="DaunPenh"/> <a:font script="Knda" typeface="Tunga"/> <a:font script="Guru" typeface="Raavi"/> <a:font script="Cans" typeface="Euphemia"/> <a:font script="Cher" typeface="Plantagenet Cherokee"/> <a:font script="Yiii" typeface="Microsoft Yi Baiti"/> <a:font script="Tibt" typeface="Microsoft Himalaya"/> <a:font script="Thaa" typeface="MV Boli"/> <a:font script="Deva" typeface="Mangal"/> <a:font script="Telu" typeface="Gautami"/> <a:font script="Taml" typeface="Latha"/> <a:font script="Syrc" typeface="Estrangelo Edessa"/> <a:font script="Orya" typeface="Kalinga"/> <a:font script="Mlym" typeface="Kartika"/> <a:font script="Laoo" typeface="DokChampa"/> <a:font script="Sinh" typeface="Iskoola Pota"/> <a:font script="Mong" typeface="Mongolian Baiti"/> <a:font script="Viet" typeface="Arial"/> <a:font script="Uigh" typeface="Microsoft Uighur"/> <a:font script="Geor" typeface="Sylfaen"/> </a:minorFont> </a:fontScheme> <a:fmtScheme name="Office"> <a:fillStyleLst> <a:solidFill> <a:schemeClr val="phClr"/> </a:solidFill> <a:gradFill rotWithShape="1"> <a:gsLst> <a:gs pos="0"> <a:schemeClr val="phClr"> <a:tint val="50000"/> <a:satMod val="300000"/> </a:schemeClr> </a:gs> <a:gs pos="35000"> <a:schemeClr val="phClr"> <a:tint val="37000"/> <a:satMod val="300000"/> </a:schemeClr> </a:gs> <a:gs pos="100000"> <a:schemeClr val="phClr"> <a:tint val="15000"/> <a:satMod val="350000"/> </a:schemeClr> </a:gs> </a:gsLst> <a:lin ang="16200000" scaled="1"/> </a:gradFill> <a:gradFill rotWithShape="1"> <a:gsLst> <a:gs pos="0"> <a:schemeClr val="phClr"> <a:tint val="100000"/> <a:shade val="100000"/> <a:satMod val="130000"/> </a:schemeClr> </a:gs> <a:gs pos="100000"> <a:schemeClr val="phClr"> <a:tint val="50000"/> <a:shade val="100000"/> <a:satMod val="350000"/> </a:schemeClr> </a:gs> </a:gsLst> <a:lin ang="16200000" scaled="0"/> </a:gradFill> </a:fillStyleLst> <a:lnStyleLst> <a:ln w="9525" cap="flat" cmpd="sng" algn="ctr"> <a:solidFill> <a:schemeClr val="phClr"> <a:shade val="95000"/> <a:satMod val="105000"/> </a:schemeClr> </a:solidFill> <a:prstDash val="solid"/> </a:ln> <a:ln w="25400" cap="flat" cmpd="sng" algn="ctr"> <a:solidFill> <a:schemeClr val="phClr"/> </a:solidFill> <a:prstDash val="solid"/> </a:ln> <a:ln w="38100" cap="flat" cmpd="sng" algn="ctr"> <a:solidFill> <a:schemeClr val="phClr"/> </a:solidFill> <a:prstDash val="solid"/> </a:ln> </a:lnStyleLst> <a:effectStyleLst> <a:effectStyle> <a:effectLst> <a:outerShdw blurRad="40000" dist="20000" dir="5400000" rotWithShape="0"> <a:srgbClr val="000000"> <a:alpha val="38000"/> </a:srgbClr> </a:outerShdw> </a:effectLst> </a:effectStyle> <a:effectStyle> <a:effectLst> <a:outerShdw blurRad="40000" dist="23000" dir="5400000" rotWithShape="0"> <a:srgbClr val="000000"> <a:alpha val="35000"/> </a:srgbClr> </a:outerShdw> </a:effectLst> </a:effectStyle> <a:effectStyle> <a:effectLst> <a:outerShdw blurRad="40000" dist="23000" dir="5400000" rotWithShape="0"> <a:srgbClr val="000000"> <a:alpha val="35000"/> </a:srgbClr> </a:outerShdw> </a:effectLst> <a:scene3d> <a:camera prst="orthographicFront"> <a:rot lat="0" lon="0" rev="0"/> </a:camera> <a:lightRig rig="threePt" dir="t"> <a:rot lat="0" lon="0" rev="1200000"/> </a:lightRig> </a:scene3d> <a:sp3d> <a:bevelT w="63500" h="25400"/> </a:sp3d> </a:effectStyle> </a:effectStyleLst> <a:bgFillStyleLst> <a:solidFill> <a:schemeClr val="phClr"/> </a:solidFill> <a:gradFill rotWithShape="1"> <a:gsLst> <a:gs pos="0"> <a:schemeClr val="phClr"> <a:tint val="40000"/> <a:satMod val="350000"/> </a:schemeClr> </a:gs> <a:gs pos="40000"> <a:schemeClr val="phClr"> <a:tint val="45000"/> <a:shade val="99000"/> <a:satMod val="350000"/> </a:schemeClr> </a:gs> <a:gs pos="100000"> <a:schemeClr val="phClr"> <a:shade val="20000"/> <a:satMod val="255000"/> </a:schemeClr> </a:gs> </a:gsLst> <a:path path="circle"> <a:fillToRect l="50000" t="-80000" r="50000" b="180000"/> </a:path> </a:gradFill> <a:gradFill rotWithShape="1"> <a:gsLst> <a:gs pos="0"> <a:schemeClr val="phClr"> <a:tint val="80000"/> <a:satMod val="300000"/> </a:schemeClr> </a:gs> <a:gs pos="100000"> <a:schemeClr val="phClr"> <a:shade val="30000"/> <a:satMod val="200000"/> </a:schemeClr> </a:gs> </a:gsLst> <a:path path="circle"> <a:fillToRect l="50000" t="50000" r="50000" b="50000"/> </a:path> </a:gradFill> </a:bgFillStyleLst> </a:fmtScheme> </a:themeElements> <a:objectDefaults> <a:spDef> <a:spPr/> <a:bodyPr/> <a:lstStyle/> <a:style> <a:lnRef idx="1"> <a:schemeClr val="accent1"/> </a:lnRef> <a:fillRef idx="3"> <a:schemeClr val="accent1"/> </a:fillRef> <a:effectRef idx="2"> <a:schemeClr val="accent1"/> </a:effectRef> <a:fontRef idx="minor"> <a:schemeClr val="lt1"/> </a:fontRef> </a:style> </a:spDef> <a:lnDef> <a:spPr/> <a:bodyPr/> <a:lstStyle/> <a:style> <a:lnRef idx="2"> <a:schemeClr val="accent1"/> </a:lnRef> <a:fillRef idx="0"> <a:schemeClr val="accent1"/> </a:fillRef> <a:effectRef idx="1"> <a:schemeClr val="accent1"/> </a:effectRef> <a:fontRef idx="minor"> <a:schemeClr val="tx1"/> </a:fontRef> </a:style> </a:lnDef> </a:objectDefaults> <a:extraClrSchemeLst/> </a:theme>`}));function sw(e){if(e.length===0)return;let t=e.splice(0);for(let e of t)e()}var cw,lw,uw,dw,fw=t((()=>{xy(),Aa(),la(),PS(),ib(),ng(),LS(),KS(),JS(),mu(),Pg(),eC(),nC(),sC(),lC(),zg(),Ug(),QC(),iw(),M_(),ow(),Ei(),lr(),Hf(),cw=new Uint8Array,lw=new TextDecoder,uw=class{constructor(e,t){this._needsDrain=!1,this._drainResolvers=[],this._drainListenerAttached=!1,this._sinkError=null,this._lifecycleListenersAttached=!1,this.WorksheetWriterClass=t,this.created=e.created||new Date,this.modified=e.modified||this.created,this.creator=e.creator??`ExcelTS`,this.lastModifiedBy=e.lastModifiedBy??`ExcelTS`,this.lastPrinted=e.lastPrinted,this.useSharedStrings=e.useSharedStrings??!1,this.sharedStrings=new IS,this.styles=e.useStyles?new A_(!0):new A_.Mock(!0),this._definedNames=new ka,this._worksheets=[],this.views=[],this.zipOptions=e.zip;let n=e.zip?.zlib?.level??e.zip?.compressionOptions?.level??6;this.compressionLevel=Math.max(0,Math.min(9,n)),this.media=[],this.commentRefs=[],this.dynamicArrayCount=0,this._trueStreaming=e.trueStreaming??!1,this.zip=new by((e,t,n)=>{if(e)this.stream.emit(`error`,e);else{let e=this.stream.write(t);this._trackBackpressure(e),n&&this.stream.end()}}),this.stream=this._createOutputStream(e),this._attachSinkLifecycleListeners(),this.promise=Promise.resolve()}_createOutputStream(e){return e.stream?ei(e.stream):new GS}_trackBackpressure(e){if(e instanceof Promise){e.then(e=>{e||(this._needsDrain=!0)},()=>{});return}e===!1&&(this._needsDrain=!0),this._ensureDrainListener()}_ensureDrainListener(){this._drainListenerAttached||typeof this.stream.on==`function`&&(this._drainListenerAttached=!0,this.stream.on(`drain`,()=>{this._needsDrain=!1,sw(this._drainResolvers)}))}_attachSinkLifecycleListeners(){this._lifecycleListenersAttached||typeof this.stream.on==`function`&&(this._lifecycleListenersAttached=!0,typeof this.stream.once==`function`?(this.stream.once(`error`,e=>{this._sinkError||=e,this._wakeAllBackpressureWaiters()}),this.stream.once(`close`,()=>{this._wakeAllBackpressureWaiters()})):this.stream.on(`error`,e=>{this._sinkError||=e,this._wakeAllBackpressureWaiters()}))}_wakeAllBackpressureWaiters(){this._needsDrain=!1,sw(this._drainResolvers)}async _waitForUserSinkDrain(){if(!this._sinkError&&this._needsDrain)return new Promise(e=>this._drainResolvers.push(e))}get definedNames(){return this._definedNames}get defaultFont(){return this.styles.defaultFont}set defaultFont(e){this.styles.setDefaultFont&&this.styles.setDefaultFont(e)}_openStream(e){let t=new GS({bufSize:this._trueStreaming?4096:65536,batch:!this._trueStreaming}),n=new yy(e,{level:this.compressionLevel});this.zip.add(n);let r=e=>n.push(e);return t.on(`data`,r),t.once(`finish`,()=>{t.removeListener(`data`,r),n.push(cw,!0),t.emit(`zipped`)}),t}_addFile(e,t,n){let r=new yy(t,{level:this.compressionLevel});this.zip.add(r);let i;i=n?cf(typeof e==`string`?e:lw.decode(e)):typeof e==`string`?Yn(e):e,r.push(i,!0)}async _commitWorksheets(){for(let e of this._worksheets)!e||e.committed||(await new Promise(t=>{e.stream.once(`zipped`,()=>t()),e.commit()}),await this._waitForUserSinkDrain())}async commit(){await this.promise,await this._commitWorksheets(),await this.addMedia(),this.addDrawings(),await this._waitForUserSinkDrain(),await Promise.all([this.addThemes(),this.addOfficeRels(),this.addContentTypes(),this.addApp(),this.addCore(),this.addSharedStrings(),this.addStyles(),this.addFeaturePropertyBag(),this.addMetadata(),this.addWorkbookRels()]),await this._waitForUserSinkDrain(),await this.addWorkbook(),await this._waitForUserSinkDrain(),await this._finalize()}get nextId(){for(let e=1;e<this._worksheets.length;e++)if(!this._worksheets[e])return e;return this._worksheets.length||1}addImage(e){let t=this.media.length,n={...e,type:`image`,name:`image${t}.${e.extension}`};return this.media.push(n),t}getImage(e){return this.media[e]}async protect(e,t){this.protection=await qS(e,t)}unprotect(){this.protection=void 0}addWorksheet(e,t){let n=t||{},r=n.useSharedStrings===void 0?this.useSharedStrings:n.useSharedStrings;n.tabColor&&(console.trace(`tabColor option has moved to { properties: tabColor: {...} }`),n.properties={tabColor:n.tabColor,...n.properties});let i=this.nextId;e??=`sheet${i}`;let a=new this.WorksheetWriterClass({id:i,name:e,workbook:this,useSharedStrings:r,properties:n.properties,state:n.state,pageSetup:n.pageSetup,views:n.views,autoFilter:n.autoFilter,headerFooter:n.headerFooter});return this._worksheets[i]=a,a}getWorksheet(e){if(e===void 0)return this._worksheets.find(()=>!0);if(typeof e==`number`)return this._worksheets[e];if(typeof e==`string`){let t=e.toLowerCase();return this._worksheets.find(e=>e?.name?.toLowerCase()===t)}}addStyles(){return new Promise(e=>{this._addFile(this.styles.xml,k.xlStyles),e()})}addThemes(){return new Promise(e=>{this._addFile(aw,k.xlTheme1),e()})}addOfficeRels(){return new Promise(e=>{let t=new Hg().toXml([{Id:`rId1`,Type:D.OfficeDocument,Target:k.xlWorkbook},{Id:`rId2`,Type:D.CoreProperties,Target:k.docPropsCore},{Id:`rId3`,Type:D.ExtenderProperties,Target:k.docPropsApp}]);this._addFile(t,k.rootRels),e()})}addContentTypes(){return new Promise(e=>{let t=this._worksheets.filter(Boolean);t.forEach(e=>{e.fileIndex=e.id});let n=t.filter(e=>e.drawing).map(e=>e.drawing),r={worksheets:t,sharedStrings:this.sharedStrings,commentRefs:this.commentRefs,media:this.media,drawings:n,hasCheckboxes:this.styles.hasCheckboxes,hasDynamicArrayFormulas:this.dynamicArrayCount>0},i=new tC;this._addFile(i.toXml(r),k.contentTypes),e()})}addMedia(){return Promise.all(this.media.map(async e=>{if(e.type===`image`){let t=ym(e.name);if(e.buffer){this._addFile(e.buffer,t);return}if(e.base64){let n=e.base64.substring(e.base64.indexOf(`,`)+1);this._addFile(n,t,!0);return}if(e.filename)throw new ea(`Loading images from filename`,`not supported in browser. Use buffer or base64.`)}throw new sa(`Unsupported media`)}))}addDrawings(){let e=new ZC,t=new Hg;for(let n of this._worksheets){if(!n?.drawing)continue;let{drawing:r}=n,i=rb(r.anchors),a={...r,anchors:i};e.prepare(a);let o=e.toXml(a);this._addFile(o,km(r.name));let s=t.toXml(r.rels);this._addFile(s,Am(r.name))}}addApp(){return new Promise(e=>{let t=new $S;this._addFile(t.toXml({worksheets:this._worksheets.filter(Boolean)}),k.docPropsApp),e()})}addCore(){return new Promise(e=>{let t=new oC;this._addFile(t.toXml(this),k.docPropsCore),e()})}addSharedStrings(){return this.sharedStrings.count?new Promise(e=>{let t=new rw;this._addFile(t.toXml(this.sharedStrings),k.xlSharedStrings),e()}):Promise.resolve()}addFeaturePropertyBag(){if(this.styles.hasCheckboxes){let e=new cC;this._addFile(e.toXml({}),k.xlFeaturePropertyBag)}return Promise.resolve()}addMetadata(){if(this.dynamicArrayCount<=0)return Promise.resolve();let e=new Rg;return this._addFile(e.toXml({dynamicArrayCount:this.dynamicArrayCount}),k.xlMetadata),Promise.resolve()}addWorkbookRels(){let e=1,t=[{Id:`rId${e++}`,Type:D.Styles,Target:Gh.workbookStyles},{Id:`rId${e++}`,Type:D.Theme,Target:Gh.workbookTheme1}];return this.sharedStrings.count&&t.push({Id:`rId${e++}`,Type:D.SharedStrings,Target:Gh.workbookSharedStrings}),this.styles.hasCheckboxes&&t.push({Id:`rId${e++}`,Type:D.FeaturePropertyBag,Target:Gh.workbookFeaturePropertyBag}),this.dynamicArrayCount>0&&t.push({Id:`rId${e++}`,Type:D.SheetMetadata,Target:Gh.workbookMetadata}),this._worksheets.forEach(n=>{n&&(n.rId=`rId${e++}`,t.push({Id:n.rId,Type:D.Worksheet,Target:Sm(n.id)}))}),new Promise(e=>{let n=new Hg;this._addFile(n.toXml(t),k.xlWorkbookRels),e()})}addWorkbook(){let e={worksheets:this._worksheets.filter(Boolean),definedNames:this._definedNames.model,views:this.views,properties:{},protection:this.protection,calcProperties:{}};return new Promise(t=>{let n=new Ng;n.prepare(e),this._addFile(n.toXml(e),k.xlWorkbook),t()})}_finalize(){if(this._sinkError){try{this.zip.end()}catch{}return Promise.reject(this._sinkError)}return new Promise((e,t)=>{let n=()=>{this.stream.removeListener(`close`,i),this.stream.removeListener(`error`,r)},r=e=>{n(),t(e)},i=()=>{if(n(),this._sinkError){t(this._sinkError);return}e(this)};this.stream.once(`error`,r),this.stream.once(`close`,i),this.zip.end()})}},dw=class extends uw{constructor(e={}){super(e,NS)}}}));function pw(){let e=`0123456789ABCDEF`,t=``;for(let n=0;n<32;n++)n===12?t+=`4`:n===16?t+=e[8+Math.floor(Math.random()*4)]:t+=e[Math.floor(Math.random()*16)],(n===7||n===11||n===15||n===19)&&(t+=`-`);return t}var mw=t((()=>{})),hw,gw,_w,vw,yw,bw,xw,Sw=t((()=>{da(),hw=9525,gw=12700,_w=142875,vw=28575,yw=276225,bw=190500,xw=class e{constructor(e,t,n){this.worksheet=e;let{tl:r,br:i}=this._parseRange(t),a=1025+(e.formControls?.length??0),o;n?.link&&(o=this._toAbsoluteRef(n.link)),this.model={shapeId:a,ctrlPropId:0,tl:r,br:i,link:o,checked:n?.checked?`Checked`:`Unchecked`,text:n?.text??``,noThreeD:n?.noThreeD??!0,print:n?.print??!1}}static fromModel(t,n){let r=Object.create(e.prototype);return r.worksheet=t,r.model={...n,tl:{...n.tl},br:{...n.br}},r}get checked(){return this.model.checked===`Checked`}set checked(e){this.model.checked=e?`Checked`:`Unchecked`}get link(){return this.model.link}set link(e){this.model.link=e?this._toAbsoluteRef(e):void 0}get text(){return this.model.text}set text(e){this.model.text=e}_toAbsoluteRef(e){if(e.includes(`$`))return e;let t=E.decodeAddress(e);return`$${E.n2l(t.col)}$${t.row}`}_parseRange(e){let t,n;if(typeof e==`string`)if(e.includes(`:`)){let r=E.decode(e);if(`top`in r)if(r.left===r.right&&r.top===r.bottom){let e=r.left-1,i=r.top-1;t={col:e,colOff:_w,row:i,rowOff:vw},n={col:e+2,colOff:yw,row:i+1,rowOff:bw}}else t={col:r.left-1,colOff:_w,row:r.top-1,rowOff:vw},n={col:r.right-1,colOff:yw,row:r.bottom-1,rowOff:bw};else t={col:r.col-1,colOff:_w,row:r.row-1,rowOff:vw},n={col:r.col+1,colOff:yw,row:r.row,rowOff:bw}}else{let r=E.decodeAddress(e);t={col:r.col-1,colOff:_w,row:r.row-1,rowOff:vw},n={col:r.col+1,colOff:yw,row:r.row,rowOff:bw}}else if(`startCol`in e)t={col:e.startCol,colOff:e.startColOff??_w,row:e.startRow,rowOff:e.startRowOff??vw},n={col:e.endCol,colOff:e.endColOff??yw,row:e.endRow,rowOff:e.endRowOff??bw};else{if(typeof e.tl==`string`){let n=E.decodeAddress(e.tl);t={col:n.col-1,colOff:_w,row:n.row-1,rowOff:vw}}else t={col:e.tl.col,colOff:e.tl.colOff??_w,row:e.tl.row,rowOff:e.tl.rowOff??vw};if(e.br)if(typeof e.br==`string`){let t=E.decodeAddress(e.br);n={col:t.col-1,colOff:yw,row:t.row-1,rowOff:bw}}else n={col:e.br.col,colOff:e.br.colOff??yw,row:e.br.row,rowOff:e.br.rowOff??bw};else n={col:t.col+2,colOff:yw,row:t.row+1,rowOff:bw}}return{tl:t,br:n}}getVmlAnchor(){return e.getVmlAnchor(this.model)}getVmlStyle(){return e.getVmlStyle(this.model)}getVmlCheckedValue(){return e.getVmlCheckedValue(this.model)}static getVmlAnchor(e){let{tl:t,br:n}=e,r=Math.round(t.colOff/hw),i=Math.round(t.rowOff/hw),a=Math.round(n.colOff/hw),o=Math.round(n.rowOff/hw);return`${t.col}, ${r}, ${t.row}, ${i}, ${n.col}, ${a}, ${n.row}, ${o}`}static getVmlStyle(e){return`position:absolute;margin-left:${Math.round(e.tl.colOff/gw)}pt;margin-top:${Math.round(e.tl.rowOff/gw)}pt;width:96pt;height:18pt;z-index:1;visibility:visible`}static getVmlCheckedValue(e){switch(e.checked){case`Checked`:return 1;case`Mixed`:return 2;default:return 0}}}})),Cw,ww=t((()=>{Ty(),la(),da(),Cw=class e{constructor(e,t){this.worksheet=e,t&&(this.model=t)}get model(){switch(this.type){case`background`:return{type:this.type,imageId:this.imageId??``};case`watermark`:return{type:this.type,imageId:this.imageId??``,opacity:this.opacity};case`headerImage`:return{type:this.type,imageId:this.imageId??``,headerWidth:this.headerWidth,headerHeight:this.headerHeight,applyTo:this.applyTo};case`image`:{let e=this.range;if(!e)throw new sa(`Image has no range`);return e.pos?{type:this.type,imageId:this.imageId??``,hyperlinks:e.hyperlinks,range:{tl:{nativeCol:0,nativeColOff:0,nativeRow:0,nativeRowOff:0},ext:e.ext,pos:e.pos}}:{type:this.type,imageId:this.imageId??``,hyperlinks:e.hyperlinks,range:{tl:e.tl.model,br:e.br?.model,ext:e.ext,editAs:e.editAs}}}default:throw new sa(`Invalid Image Type`)}}set model({type:e,imageId:t,range:n,hyperlinks:r,opacity:i,headerWidth:a,headerHeight:o,applyTo:s}){if(this.type=e,this.imageId=t,this.opacity=i,this.headerWidth=a,this.headerHeight=o,this.applyTo=s,e===`image`){if(typeof n==`string`){let e=E.decode(n);`top`in e&&(this.range={tl:new wy(this.worksheet,{col:e.left,row:e.top},-1),br:new wy(this.worksheet,{col:e.right,row:e.bottom},0),editAs:`oneCell`})}else if(n&&`pos`in n&&n.pos)this.range={tl:new wy(this.worksheet,null,0),ext:n.ext,hyperlinks:r||(`hyperlinks`in n?n.hyperlinks:void 0),pos:n.pos};else if(n){let e=n.tl,t=n.br;this.range={tl:new wy(this.worksheet,e,typeof e==`string`?-1:0),br:t?new wy(this.worksheet,t,0):void 0,ext:n.ext,editAs:n.editAs,hyperlinks:r||(`hyperlinks`in n?n.hyperlinks:void 0)}}}}clone(t){let n=t??this.worksheet,r=new e(n);return r.type=this.type,r.imageId=this.imageId,r.opacity=this.opacity,r.headerWidth=this.headerWidth,r.headerHeight=this.headerHeight,r.applyTo=this.applyTo,this.range&&(r.range={tl:this.range.tl.clone(n),br:this.range.br?this.range.br.clone(n):void 0,ext:this.range.ext?{...this.range.ext}:void 0,editAs:this.range.editAs,hyperlinks:this.range.hyperlinks?{...this.range.hyperlinks}:void 0,pos:this.range.pos?{...this.range.pos}:void 0}),r}}}));function Tw(e){let t=e.model;if(t.headerRow===!1)throw new ia(`Cannot create pivot table from a table without headers. Set headerRow: true on the table.`);if(!t.rows||t.rows.length===0)throw new ia(`Cannot create pivot table from an empty table. Add data rows to the table.`);let n=t.columns.map(e=>e.name),r=new Set;for(let e of n){if(r.has(e))throw new ia(`Duplicate column name "${e}" found in table. Pivot tables require unique column names.`);r.add(e)}let i=[void 0,...n],a=t.rows.map(e=>[void 0,...e]),o=t.tl;if(!o)throw Error(`Table "${t.name}" is missing top-left cell address (tl)`);let s=o.row,c=o.col,l=s+t.rows.length,u=c+n.length-1,d=E.encode(s,c,l,u);return{name:e.worksheet.name,tableName:t.name,getRow(e){if(e===1)return{values:i};let t=e-Lw;return t>=0&&t<a.length?{values:a[t]}:{values:[]}},getColumn(e){if(e<1||e>n.length)return{values:[]};let r=[];r[1]=n[e-1];for(let n=0;n<t.rows.length;n++)r[n+2]=t.rows[n][e-1];return{values:r}},getSheetValues(){let e=[];e[1]=i;for(let t=0;t<a.length;t++)e[t+2]=a[t];return e},dimensions:{shortRange:d}}}function Ew(e){if(e.sourceSheet&&e.sourceTable)throw new ia(`Cannot specify both sourceSheet and sourceTable. Choose one.`);if(e.sourceTable)return Tw(e.sourceTable);if(!e.sourceSheet)throw Error(`Either sourceSheet or sourceTable must be provided.`);return e.sourceSheet}function Dw(e){return typeof e==`string`?e:e.name}function Ow(e){return typeof e==`string`?void 0:e.metric}function kw(e,t){let n=Ew(t);jw(t,n);let{rows:r}=t,i=t.columns??[],a=t.pages??[],o=t.values.map(Dw),s=t.metric??`sum`,c=t.values.map(e=>Ow(e)??s),l=Nw(n,[...r,...i,...a],o),u={};for(let e=0;e<l.length;e++)u[l[e].name]=e;let d=(e,t)=>{let n=u[e];if(n===void 0)throw Error(`${t} field "${e}" not found in cache fields`);return n},f=r.map(e=>d(e,`Row`)),p=i.map(e=>d(e,`Column`)),m=o.map(e=>d(e,`Value`)),h=a.map(e=>d(e,`Page`)),g=e.workbook.pivotTables.map(e=>e.tableNumber).filter(e=>Number.isFinite(e)),_=g.length>0?g.reduce((e,t)=>e>t?e:t,-1/0)+1:1,v=e.workbook.pivotTables.map(e=>parseInt(e.cacheId,10)).filter(e=>Number.isFinite(e)),y=v.length>0?v.reduce((e,t)=>e>t?e:t,-1/0)+1:Rw+_-1,b=Aw(t.ref);return{name:`PivotTable${_}`,worksheetName:e.name,source:n,rows:f,columns:p,values:m,pages:h,metric:s,valueMetrics:c,cacheFields:l,cacheId:String(y),applyWidthHeightFormats:t.applyWidthHeightFormats??`1`,ref:b,tableNumber:_}}function Aw(e){if(e===void 0)return;if(typeof e!=`string`||e.trim()===``)throw new ia(`Invalid pivot table ref "${String(e)}". Provide a cell address like "A3".`);let t=e.trim().replace(/^[^!]+!/,``),n=t.includes(`:`)?t.split(`:`,1)[0]:t,r;try{r=E.decodeAddress(n)}catch{throw new ia(`Invalid pivot table ref "${e}". Provide a cell address like "A3".`)}if(!r.col||!r.row)throw new ia(`Invalid pivot table ref "${e}". Both column and row are required (e.g. "A3").`);return`${E.n2l(r.col)}${r.row}`}function jw(e,t){let n=e.columns??[],r=e.pages??[],i=e.values.map(Dw),a=t.getRow(1).values.slice(1);for(let e=0;e<a.length;e++){let n=a[e];if(n==null||n===``||typeof n==`string`&&n.trim()===``)throw Error(`Empty or missing header name at column ${e+1} in ${t.name}. Pivot tables require all columns to have non-empty headers.`)}let o=new Set;for(let e of a){let n=String(e);if(o.has(n))throw Error(`Duplicate header name "${n}" found in ${t.name}. Pivot tables require unique column names.`);o.add(n)}let s=new Set(a.map(String)),c=e=>{if(!s.has(e))throw new ia(`The header name "${e}" was not found in ${t.name}.`)};for(let t of e.rows)c(t);for(let e of n)c(e);for(let e of i)c(e);for(let e of r)c(e);let l=new Map,u=[{name:`rows`,fields:e.rows},{name:`columns`,fields:n},{name:`pages`,fields:r}];for(let e of u)for(let t of e.fields){let n=l.get(t);if(n===e.name)throw Error(`Duplicate field "${t}" in ${e.name}. Each field can only appear once per axis area.`);if(n)throw Error(`Field "${t}" cannot appear in both ${n} and ${e.name}. Each field can only be assigned to one axis area.`);l.set(t,e.name)}if(!e.rows.length)throw new ia(`No pivot table rows specified.`);if(e.values.length<1)throw new ia(`Must have at least one value.`);if(e.metric!==void 0&&!Iw.has(e.metric))throw Error(`Invalid metric "${e.metric}". Must be one of: ${[...Iw].join(`, `)}.`);for(let t of e.values){let e=Ow(t);if(e!==void 0&&!Iw.has(e))throw Error(`Invalid metric "${e}" on value field "${Dw(t)}". Must be one of: ${[...Iw].join(`, `)}.`)}let d=new Set;for(let e of i){if(d.has(e))throw Error(`Duplicate value field "${e}". Each value field name must be unique.`);d.add(e)}}function Mw(e){if(e==null)return null;if(typeof e!=`object`||e instanceof Date||e instanceof Pw)return e;let t=e;if(typeof t.error==`string`){let e=t.error;return new Pw(e.startsWith(`#`)?e.slice(1):e)}if(`formula`in t||`sharedFormula`in t){let e=t.result;return e==null?null:Mw(e)}return Array.isArray(t.richText)?t.richText.map(e=>e.text??``).join(``):typeof t.text==`string`&&typeof t.hyperlink==`string`?t.text:typeof t.checkbox==`boolean`?t.checkbox:String(e)}function Nw(e,t,n){let r=e.getRow(1).values,i=new Set(t),a=new Set(n),o=t=>{let n=e.getColumn(t).values,r=new Set,i=new Map,a=!1;for(let e=Lw;e<n.length;e++){let t=Mw(n[e]);t===null||typeof t==`number`&&isNaN(t)?a=!0:t instanceof Pw?i.has(t.code)||(i.set(t.code,t),r.add(t)):r.add(t)}let o=bf(r);return a&&o.push(null),o},s=t=>{let n=e.getColumn(t).values,r=1/0,i=-1/0,a=!1,o=!0;for(let e=Lw;e<n.length;e++){let t=Mw(n[e]);typeof t==`number`&&!isNaN(t)&&(a=!0,t<r&&(r=t),t>i&&(i=t),Number.isInteger(t)||(o=!1))}return a?{minValue:r,maxValue:i,allInteger:o}:null},c=[];for(let e of yf(1,r.length)){let t=r[e],n=String(t);if(i.has(n))c.push({name:n,sharedItems:o(e)});else if(a.has(n)){let t=s(e);c.push({name:n,sharedItems:null,containsNumber:t?`1`:void 0,minValue:t?.minValue,maxValue:t?.maxValue,containsInteger:t?.allInteger?`1`:void 0})}else c.push({name:n,sharedItems:null})}return c}var Pw,Fw,Iw,Lw,Rw,zw=t((()=>{la(),da(),Hf(),Pw=class{constructor(e){this.code=e}toString(){return`#${this.code}`}},Fw={sum:`Sum`,count:`Count`,average:`Average`,max:`Max`,min:`Min`,product:`Product`,countNums:`Count Numbers`,stdDev:`StdDev`,stdDevP:`StdDevP`,var:`Var`,varP:`VarP`},Iw=new Set(Object.keys(Fw)),Lw=2,Rw=10}));function Bw(e){let t=e.replace(Gw,`_`),n=!1;return t.startsWith(`\\`)&&(n=!0,t=t.slice(1)),t=t.replace(Kw,``),n&&(t=`\\${t}`),t.length>0&&!qw.test(t)&&(t=`_${t}`),t.length===0?`_Table`:(t.length===1&&Ww.has(t)&&(t=`_${t}`),(Hw.test(t)||Uw.test(t))&&(t=`_${t}`),t.length>Vw&&(t=t.slice(0,Vw)),t)}var Vw,Hw,Uw,Ww,Gw,Kw,qw,Jw,Yw,Xw=t((()=>{la(),da(),Vw=255,Hw=/^[A-Za-z]{1,3}\d+$/,Uw=/^[Rr]\d+[Cc]\d+$/,Ww=new Set([`C`,`c`,`R`,`r`]),Gw=/\s/g,Kw=/[^\p{L}\p{N}_.]/gu,qw=/^[\p{L}_\\]/u,Jw=class{constructor(e,t,n){this.table=e,this.column=t,this.index=n}_set(e,t){this.table.cacheState(),this.column[e]=t}get name(){return this.column.name}set name(e){this._set(`name`,e)}get filterButton(){return this.column.filterButton}set filterButton(e){this.column.filterButton=e}get style(){return this.column.style}set style(e){this._set(`style`,e)}get totalsRowLabel(){return this.column.totalsRowLabel}set totalsRowLabel(e){this._set(`totalsRowLabel`,e)}get totalsRowFunction(){return this.column.totalsRowFunction}set totalsRowFunction(e){this._set(`totalsRowFunction`,e)}get totalsRowResult(){return this.column.totalsRowResult}set totalsRowResult(e){this._set(`totalsRowResult`,e)}get totalsRowFormula(){return this.column.totalsRowFormula}set totalsRowFormula(e){this._set(`totalsRowFormula`,e)}},Yw=class e{constructor(e,t){if(this.worksheet=e,t){if(this.table=t,Array.isArray(t.rows)&&t.rows.length===0&&t.tableRef){let n=E.decode(t.tableRef);if(`dimensions`in n){let r=n.top+(t.headerRow===!1?0:1),i=n.bottom-+(t.totalsRow===!0);if(i>=r)for(let a=r;a<=i;a++){let r=e.getRow(a),i=[];for(let e=n.left;e<=n.right;e++)i.push(r.getCell(e).value);t.rows.push(i)}}}this.validate(),this.store()}}static{this.SUBTOTAL_FUNCTIONS={average:101,countNums:102,count:103,max:104,min:105,stdDev:107,var:110,sum:109}}getFormula(t){if(t.totalsRowFunction===`none`)return null;if(t.totalsRowFunction===`custom`)return t.totalsRowFormula??null;let n=t.totalsRowFunction?e.SUBTOTAL_FUNCTIONS[t.totalsRowFunction]:void 0;if(n!==void 0)return`SUBTOTAL(${n},${this.table.name}[${t.name}])`;throw new oa(`Invalid Totals Row Function: ${t.totalsRowFunction}`)}get width(){return this.table.columns.length}get height(){return this.table.rows.length}get filterHeight(){return this.height+ +!!this.table.headerRow}get tableHeight(){return this.filterHeight+ +!!this.table.totalsRow}validate(){let{table:e}=this,t=(e,t,n)=>{e[t]===void 0&&(e[t]=n)};t(e,`headerRow`,!0),t(e,`totalsRow`,!1),t(e,`style`,{});let n=e.style;t(n,`theme`,`TableStyleMedium2`),t(n,`showFirstColumn`,!1),t(n,`showLastColumn`,!1),t(n,`showRowStripes`,!1),t(n,`showColumnStripes`,!1),e.name&&=Bw(e.name),e.displayName&&=Bw(e.displayName);let r=(e,t)=>{if(!e)throw new oa(t)};r(!!e.name,`Table must have a name`),r(!!e.ref,`Table must have ref`),r(!!e.columns,`Table must have column definitions`),r(!!e.rows,`Table must have row definitions`),e.tl=E.decodeAddress(e.ref);let{row:i,col:a}=e.tl;r(i>0,`Table must be on valid row`),r(a>0,`Table must be on valid col`);let{width:o,filterHeight:s,tableHeight:c}=this;e.autoFilterRef=E.encode(i,a,i+s-1,a+o-1),e.tableRef=E.encode(i,a,i+c-1,a+o-1),e.columns.forEach((e,n)=>{r(!!e.name,`Column ${n} must have a name`),n===0?t(e,`totalsRowLabel`,`Total`):(t(e,`totalsRowFunction`,`none`),e.totalsRowFormula=this.getFormula(e)??void 0)})}store(){let e=(e,t)=>{t&&Object.assign(e.style,t)},{worksheet:t,table:n}=this,{row:r,col:i}=n.tl,a=0;if(n.headerRow){let o=t.getRow(r+ a++);n.columns.forEach((t,n)=>{let{style:r,name:a}=t,s=o.getCell(i+n);s.value=a,e(s,r)})}if(n.rows.forEach(o=>{let s=t.getRow(r+ a++);o.forEach((t,r)=>{let a=s.getCell(i+r);if(typeof t==`object`&&t&&`formula`in t&&typeof t.formula==`string`){let e=t,r=n.qualifyImplicitStructuredReferences===!0;a.value={...e,formula:r?e.formula.replace(/(^|[^A-Za-z0-9_])\[@\[?([^[\]]+?)\]?\]/g,`$1${n.name}[[#This Row],[$2]]`):e.formula}}else a.value=t;e(a,n.columns[r]?.style)})}),n.totalsRow){let o=t.getRow(r+ a++);n.columns.forEach((t,n)=>{let r=o.getCell(i+n);if(n===0)r.value=t.totalsRowLabel;else{let e=this.getFormula(t);e?r.value={formula:e,result:t.totalsRowResult}:r.value=null}e(r,t.style)})}}load(e){let{table:t}=this,{row:n,col:r}=t.tl,i=0;if(t.headerRow){let a=e.getRow(n+ i++);t.columns.forEach((e,t)=>{let n=a.getCell(r+t);n.value=e.name})}if(t.rows.forEach(t=>{let a=e.getRow(n+ i++);t.forEach((e,t)=>{let n=a.getCell(r+t);n.value=e})}),t.totalsRow){let a=e.getRow(n+ i++);t.columns.forEach((e,t)=>{let n=a.getCell(r+t);if(t===0)n.value=e.totalsRowLabel;else{let t=this.getFormula(e);t&&(n.value={formula:t,result:e.totalsRowResult})}})}}get model(){return this.table}set model(e){this.table=e}cacheState(){this._cache||={ref:this.ref,width:this.width,tableHeight:this.tableHeight}}commit(){if(!this._cache)return;this.validate();let e=E.decodeAddress(this._cache.ref);if(this.ref!==this._cache.ref)for(let t=0;t<this._cache.tableHeight;t++){let n=this.worksheet.getRow(e.row+t);for(let t=0;t<this._cache.width;t++){let r=n.getCell(e.col+t);r.value=null}}else{for(let t=this.tableHeight;t<this._cache.tableHeight;t++){let n=this.worksheet.getRow(e.row+t);for(let t=0;t<this._cache.width;t++){let r=n.getCell(e.col+t);r.value=null}}for(let t=0;t<this.tableHeight;t++){let n=this.worksheet.getRow(e.row+t);for(let t=this.width;t<this._cache.width;t++){let r=n.getCell(e.col+t);r.value=null}}}this.store(),this._cache=void 0}addRow(e,t,n){this.cacheState(),t===void 0?this.table.rows.push(e):this.table.rows.splice(t,0,e),n?.commit!==!1&&this.commit()}removeRows(e,t=1,n){this.cacheState(),this.table.rows.splice(e,t),n?.commit!==!1&&this.commit()}getColumn(e){let t=this.table.columns[e];return new Jw(this,t,e)}addColumn(e,t,n){this.cacheState(),n===void 0?(this.table.columns.push(e),this.table.rows.forEach((e,n)=>{e.push(t[n])})):(this.table.columns.splice(n,0,e),this.table.rows.forEach((e,r)=>{e.splice(n,0,t[r])}))}removeColumns(e,t=1){this.cacheState(),this.table.columns.splice(e,t),this.table.rows.forEach(n=>{n.splice(e,t)})}_assign(e,t,n){this.cacheState(),e[t]=n}get ref(){return this.table.ref}set ref(e){this._assign(this.table,`ref`,e)}get name(){return this.table.name}set name(e){this.cacheState();let t=Bw(e),n=this.table.name;if(t===n)return;let r=this.worksheet,i=r?.tables,a=r?.workbook?._tableNames;if(i&&i[n]===this){let e=t.toLowerCase(),r=n.toLowerCase();if(e!==r&&a?.has(e))throw new oa(`Table name "${t}" already exists in the workbook (case-insensitive).`);delete i[n],i[t]=this,a&&(a.delete(r),a.add(e))}this.table.name=t}get displayName(){return this.table.displayName||this.table.name}set displayName(e){this.cacheState(),this.table.displayName=Bw(e)}get headerRow(){return this.table.headerRow}set headerRow(e){this._assign(this.table,`headerRow`,e)}get totalsRow(){return this.table.totalsRow}set totalsRow(e){this._assign(this.table,`totalsRow`,e)}_ensureStyle(){return this.table.style||(this.table.style={}),this.table.style}get theme(){return this.table.style?.theme}set theme(e){this._ensureStyle().theme=e}get showFirstColumn(){return this.table.style?.showFirstColumn}set showFirstColumn(e){this._ensureStyle().showFirstColumn=e}get showLastColumn(){return this.table.style?.showLastColumn}set showLastColumn(e){this._ensureStyle().showLastColumn=e}get showRowStripes(){return this.table.style?.showRowStripes}set showRowStripes(e){this._ensureStyle().showRowStripes=e}get showColumnStripes(){return this.table.style?.showColumnStripes}set showColumnStripes(e){this._ensureStyle().showColumnStripes=e}}}));function Zw(e,t,n){gT[e.toLowerCase()]=t,n&&(_T[e.toLowerCase()]=n)}function Qw(e){let t=yT.get(e);if(t)return t;t=new Map;for(let[n,r,i]of e.advances)for(let e=0;e<r;e++)t.set(n+e,i);return yT.set(e,t),t}function $w(e,t){let n=e.toLowerCase();return t?_T[n]??gT[n]:gT[n]}function eT(e){return Object.hasOwn(_T,e.toLowerCase())}function tT(){return sT}function nT(e,t){return t>=19968&&t<=40959||t>=13312&&t<=19903||t>=63744&&t<=64255||t>=131072&&t<=205743||t>=12288&&t<=12543||t>=44032&&t<=55215||t>=65281&&t<=65376||t>=11904&&t<=12255||t>=12544&&t<=13311?e.cjkAdvance:Qw(e).get(t)??e.defaultAdvance}function rT(e){return oT[e]}function iT(e){return vT[e.toLowerCase()]}function aT(e){return e>=19968&&e<=40959||e>=13312&&e<=19903||e>=63744&&e<=64255||e>=65281&&e<=65376||e>=12288&&e<=12543||e>=11904&&e<=12255||e>=12544&&e<=13311||e>=44032&&e<=55215||e>=131072&&e<=205743}var oT,sT,cT,lT,uT,dT,fT,pT,mT,hT,gT,_T,vT,yT,bT=t((()=>{oT={32:3,33:5,34:6,35:7,36:7,37:11,38:10,39:3,40:5,41:5,42:7,43:7,44:4,45:5,46:4,47:6,48:7,49:7,50:7,51:7,52:7,53:7,54:7,55:7,56:7,57:7,58:4,59:4,60:7,61:7,62:7,63:7,64:13,65:9,66:8,67:8,68:9,69:7,70:7,71:9,72:9,73:4,74:5,75:8,76:6,77:12,78:10,79:10,80:8,81:10,82:8,83:7,84:7,85:9,86:9,87:13,88:8,89:7,90:7,91:5,92:6,93:5,94:7,95:7,96:4,97:7,98:8,99:6,100:8,101:8,102:5,103:7,104:8,105:4,106:4,107:7,108:4,109:12,110:8,111:8,112:8,113:8,114:5,115:6,116:5,117:8,118:7,119:11,120:7,121:7,122:6,123:5,124:7,125:5,126:7},sT={header:{unitsPerEm:2048,usWinAscent:1950,usWinDescent:550,maxDigitAdvance:1038,sTypoAscender:1536,sTypoDescender:-512,sTypoLineGap:452},defaultAdvance:1e3,cjkAdvance:2048,advances:[[32,1,463],[33,1,667],[34,1,821],[35,1,1020],[36,1,1038],[37,1,1464],[38,1,1397],[39,1,452],[40,2,621],[42,2,1020],[44,1,511],[45,1,627],[46,1,517],[47,1,791],[48,10,1038],[58,2,548],[60,3,1020],[63,1,949],[64,1,1831],[65,1,1185],[66,1,1114],[67,1,1092],[68,1,1260],[69,1,1e3],[70,1,941],[71,1,1292],[72,1,1276],[73,1,516],[74,1,653],[75,1,1064],[76,1,861],[77,1,1751],[78,1,1322],[79,1,1356],[80,1,1058],[81,1,1378],[82,1,1112],[83,1,941],[84,1,998],[85,1,1314],[86,1,1162],[87,1,1822],[88,1,1063],[89,1,998],[90,1,959],[91,1,628],[92,1,791],[93,1,628],[94,2,1020],[96,1,596],[97,1,981],[98,1,1076],[99,1,866],[100,1,1076],[101,1,1019],[102,1,625],[103,1,964],[104,1,1076],[105,1,470],[106,1,490],[107,1,931],[108,1,470],[109,1,1636],[110,1,1076],[111,1,1080],[112,2,1076],[114,1,714],[115,1,801],[116,1,686],[117,1,1076],[118,1,925],[119,1,1464],[120,1,887],[121,1,927],[122,1,809],[123,1,644],[124,1,943],[125,1,644],[126,1,1020]]},cT={header:{unitsPerEm:2048,usWinAscent:1854,usWinDescent:434,maxDigitAdvance:1139,sTypoAscender:1491,sTypoDescender:-431,sTypoLineGap:307},defaultAdvance:1024,cjkAdvance:2048,advances:[[32,1,569],[33,1,569],[34,1,727],[35,1,1139],[36,1,1139],[37,1,1821],[38,1,1366],[39,1,391],[40,1,682],[41,1,682],[42,1,797],[43,1,1196],[44,1,569],[45,1,682],[46,1,569],[47,1,569],[48,10,1139],[58,1,569],[59,1,569],[60,1,1196],[61,1,1196],[62,1,1196],[63,1,1139],[64,1,2079],[65,1,1366],[66,1,1366],[67,1,1479],[68,1,1479],[69,1,1366],[70,1,1251],[71,1,1593],[72,1,1479],[73,1,569],[74,1,1024],[75,1,1366],[76,1,1139],[77,1,1706],[78,1,1479],[79,1,1593],[80,1,1366],[81,1,1593],[82,1,1479],[83,1,1366],[84,1,1251],[85,1,1479],[86,1,1366],[87,1,1933],[88,1,1366],[89,1,1366],[90,1,1251],[91,1,569],[92,1,569],[93,1,569],[94,1,961],[95,1,1139],[96,1,682],[97,1,1139],[98,1,1139],[99,1,1024],[100,1,1139],[101,1,1139],[102,1,569],[103,1,1139],[104,1,1139],[105,1,455],[106,1,455],[107,1,1024],[108,1,455],[109,1,1706],[110,1,1139],[111,1,1139],[112,1,1139],[113,1,1139],[114,1,682],[115,1,1024],[116,1,569],[117,1,1139],[118,1,1024],[119,1,1479],[120,1,1024],[121,1,1024],[122,1,1024],[123,1,684],[124,1,532],[125,1,684],[126,1,1196]]},lT={header:{unitsPerEm:2048,usWinAscent:1854,usWinDescent:434,maxDigitAdvance:1139,sTypoAscender:1491,sTypoDescender:-431,sTypoLineGap:307},defaultAdvance:1070,cjkAdvance:2048,advances:[[32,1,569],[33,1,682],[34,1,974],[35,1,1139],[36,1,1139],[37,1,1821],[38,1,1479],[39,1,569],[40,1,682],[41,1,682],[42,1,797],[43,1,1196],[44,1,569],[45,1,682],[46,1,569],[47,1,569],[48,10,1139],[58,1,682],[59,1,682],[60,1,1196],[61,1,1196],[62,1,1196],[63,1,1251],[64,1,1991],[65,1,1479],[66,1,1479],[67,1,1479],[68,1,1479],[69,1,1366],[70,1,1251],[71,1,1593],[72,1,1479],[73,1,682],[74,1,1139],[75,1,1479],[76,1,1251],[77,1,1706],[78,1,1479],[79,1,1593],[80,1,1366],[81,1,1593],[82,1,1479],[83,1,1366],[84,1,1251],[85,1,1479],[86,1,1366],[87,1,1933],[88,1,1366],[89,1,1366],[90,1,1251],[91,1,682],[92,1,569],[93,1,682],[94,1,1196],[95,1,1139],[96,1,682],[97,1,1139],[98,1,1251],[99,1,1024],[100,1,1251],[101,1,1139],[102,1,682],[103,1,1251],[104,1,1251],[105,1,569],[106,1,569],[107,1,1139],[108,1,569],[109,1,1821],[110,1,1251],[111,1,1251],[112,1,1251],[113,1,1251],[114,1,797],[115,1,1024],[116,1,682],[117,1,1251],[118,1,1139],[119,1,1593],[120,1,1139],[121,1,1139],[122,1,1024],[123,1,797],[124,1,569],[125,1,797],[126,1,1196]]},uT={header:{unitsPerEm:2048,usWinAscent:1825,usWinDescent:443,maxDigitAdvance:1024,sTypoAscender:1420,sTypoDescender:-442,sTypoLineGap:307},defaultAdvance:900,cjkAdvance:2048,advances:[[32,1,512],[33,1,682],[34,1,836],[35,1,1024],[36,1,1024],[37,1,1706],[38,1,1593],[39,1,369],[40,1,682],[41,1,682],[42,1,1024],[43,1,1155],[44,1,512],[45,1,682],[46,1,512],[47,1,569],[48,10,1024],[58,1,569],[59,1,569],[60,1,1155],[61,1,1155],[62,1,1155],[63,1,909],[64,1,1886],[65,1,1479],[66,1,1366],[67,1,1366],[68,1,1479],[69,1,1251],[70,1,1139],[71,1,1479],[72,1,1479],[73,1,682],[74,1,797],[75,1,1479],[76,1,1251],[77,1,1821],[78,1,1479],[79,1,1479],[80,1,1139],[81,1,1479],[82,1,1366],[83,1,1139],[84,1,1251],[85,1,1479],[86,1,1479],[87,1,1933],[88,1,1479],[89,1,1479],[90,1,1251],[91,1,682],[92,1,569],[93,1,682],[94,1,961],[95,1,1024],[96,1,682],[97,1,909],[98,1,1024],[99,1,909],[100,1,1024],[101,1,909],[102,1,682],[103,1,1024],[104,1,1024],[105,1,569],[106,1,569],[107,1,1024],[108,1,569],[109,1,1479],[110,1,1024],[111,1,1024],[112,1,1024],[113,1,1024],[114,1,682],[115,1,797],[116,1,569],[117,1,1024],[118,1,1024],[119,1,1479],[120,1,1024],[121,1,1024],[122,1,909],[123,1,983],[124,1,410],[125,1,983],[126,1,1073]]},dT={header:{unitsPerEm:2048,usWinAscent:1705,usWinDescent:615,maxDigitAdvance:1229,sTypoAscender:1255,sTypoDescender:-386,sTypoLineGap:0},defaultAdvance:1229,cjkAdvance:2048,advances:[[32,95,1229]]},fT={header:{unitsPerEm:2048,usWinAscent:2059,usWinDescent:430,maxDigitAdvance:1302,sTypoAscender:1566,sTypoDescender:-423,sTypoLineGap:202},defaultAdvance:1200,cjkAdvance:2048,advances:[[32,1,720],[33,1,756],[34,1,933],[35,1,1521],[36,1,1198],[37,1,1807],[38,1,1487],[39,1,510],[40,1,756],[41,1,756],[42,1,1198],[43,1,1521],[44,1,643],[45,1,811],[46,1,643],[47,1,899],[48,10,1302],[58,1,756],[59,1,756],[60,1,1521],[61,1,1521],[62,1,1521],[63,1,1151],[64,1,1937],[65,1,1362],[66,1,1382],[67,1,1279],[68,1,1490],[69,1,1279],[70,1,1186],[71,1,1458],[72,1,1498],[73,1,924],[74,1,922],[75,1,1362],[76,1,1145],[77,1,1728],[78,1,1498],[79,1,1476],[80,1,1262],[81,1,1476],[82,1,1396],[83,1,1300],[84,1,1185],[85,1,1448],[86,1,1362],[87,1,1864],[88,1,1244],[89,1,1183],[90,1,1204],[91,1,756],[92,1,899],[93,1,756],[94,1,1521],[95,1,1198],[96,1,1198],[97,1,1224],[98,1,1302],[99,1,1075],[100,1,1302],[101,1,1218],[102,1,756],[103,1,1302],[104,1,1317],[105,1,643],[106,1,700],[107,1,1183],[108,1,643],[109,1,1937],[110,1,1317],[111,1,1271],[112,1,1302],[113,1,1302],[114,1,899],[115,1,1075],[116,1,811],[117,1,1317],[118,1,1183],[119,1,1728],[120,1,1183],[121,1,1183],[122,1,1031],[123,1,787],[124,1,756],[125,1,787],[126,1,1521]]},pT={header:{unitsPerEm:2048,usWinAscent:1878,usWinDescent:449,maxDigitAdvance:1257,sTypoAscender:1549,sTypoDescender:-444,sTypoLineGap:198},defaultAdvance:1100,cjkAdvance:2048,advances:[[32,1,504],[33,1,614],[34,1,679],[35,1,1257],[36,1,1024],[37,1,1539],[38,1,1350],[39,1,391],[40,1,614],[41,1,614],[42,1,842],[43,1,1257],[44,1,504],[45,1,751],[46,1,504],[47,1,797],[48,10,1257],[58,1,569],[59,1,569],[60,1,1257],[61,1,1257],[62,1,1257],[63,1,885],[64,1,1614],[65,1,1350],[66,1,1273],[67,1,1161],[68,1,1427],[69,1,1163],[70,1,1074],[71,1,1314],[72,1,1517],[73,1,721],[74,1,772],[75,1,1397],[76,1,1176],[77,1,1770],[78,1,1462],[79,1,1392],[80,1,1118],[81,1,1392],[82,1,1321],[83,1,1019],[84,1,1163],[85,1,1456],[86,1,1321],[87,1,1887],[88,1,1314],[89,1,1220],[90,1,1055],[91,1,614],[92,1,797],[93,1,614],[94,1,1257],[95,1,1024],[96,1,682],[97,1,1019],[98,1,1100],[99,1,866],[100,1,1106],[101,1,958],[102,1,654],[103,1,1006],[104,1,1152],[105,1,606],[106,1,606],[107,1,1048],[108,1,606],[109,1,1700],[110,1,1131],[111,1,1042],[112,1,1100],[113,1,1100],[114,1,772],[115,1,820],[116,1,688],[117,1,1117],[118,1,1019],[119,1,1559],[120,1,1007],[121,1,1012],[122,1,880],[123,1,637],[124,1,583],[125,1,637],[126,1,1257]]},mT={header:{unitsPerEm:2048,usWinAscent:2049,usWinDescent:423,maxDigitAdvance:1118,sTypoAscender:1566,sTypoDescender:-423,sTypoLineGap:59},defaultAdvance:1050,cjkAdvance:2048,advances:[[32,1,461],[33,1,536],[34,1,717],[35,1,1232],[36,1,1014],[37,1,1625],[38,1,1327],[39,1,428],[40,1,616],[41,1,616],[42,1,900],[43,1,1232],[44,1,504],[45,1,700],[46,1,504],[47,1,753],[48,10,1118],[58,1,567],[59,1,567],[60,1,1232],[61,1,1232],[62,1,1232],[63,1,974],[64,1,1810],[65,1,1205],[66,1,1200],[67,1,1130],[68,1,1327],[69,1,1117],[70,1,1032],[71,1,1306],[72,1,1308],[73,1,614],[74,1,794],[75,1,1195],[76,1,1003],[77,1,1500],[78,1,1308],[79,1,1381],[80,1,1103],[81,1,1381],[82,1,1200],[83,1,1117],[84,1,1100],[85,1,1300],[86,1,1205],[87,1,1723],[88,1,1119],[89,1,1130],[90,1,1068],[91,1,616],[92,1,753],[93,1,616],[94,1,1232],[95,1,893],[96,1,1118],[97,1,1066],[98,1,1141],[99,1,942],[100,1,1141],[101,1,1086],[102,1,639],[103,1,1141],[104,1,1126],[105,1,500],[106,1,548],[107,1,1023],[108,1,500],[109,1,1705],[110,1,1126],[111,1,1103],[112,1,1141],[113,1,1141],[114,1,714],[115,1,918],[116,1,700],[117,1,1126],[118,1,1e3],[119,1,1500],[120,1,1e3],[121,1,1e3],[122,1,880],[123,1,616],[124,1,540],[125,1,616],[126,1,1232]]},hT={header:{unitsPerEm:2048,usWinAscent:1923,usWinDescent:455,maxDigitAdvance:1074,sTypoAscender:1510,sTypoDescender:-420,sTypoLineGap:0},defaultAdvance:1e3,cjkAdvance:2048,advances:[[32,1,453],[33,1,545],[34,1,613],[35,1,1107],[36,1,1074],[37,1,1341],[38,1,1213],[39,1,360],[40,1,616],[41,1,616],[42,1,860],[43,1,1107],[44,1,453],[45,1,697],[46,1,453],[47,1,766],[48,10,1074],[58,1,453],[59,1,453],[60,1,1107],[61,1,1107],[62,1,1107],[63,1,860],[64,1,1648],[65,1,1227],[66,1,1227],[67,1,1139],[68,1,1309],[69,1,1139],[70,1,1057],[71,1,1309],[72,1,1395],[73,1,627],[74,1,791],[75,1,1260],[76,1,1057],[77,1,1456],[78,1,1350],[79,1,1395],[80,1,1139],[81,1,1395],[82,1,1215],[83,1,1057],[84,1,1139],[85,1,1350],[86,1,1227],[87,1,1730],[88,1,1260],[89,1,1139],[90,1,1139],[91,1,616],[92,1,766],[93,1,616],[94,1,1107],[95,1,1074],[96,1,860],[97,1,1013],[98,1,1074],[99,1,936],[100,1,1074],[101,1,1013],[102,1,627],[103,1,1074],[104,1,1074],[105,1,545],[106,1,538],[107,1,1013],[108,1,545],[109,1,1539],[110,1,1074],[111,1,1074],[112,1,1074],[113,1,1074],[114,1,715],[115,1,860],[116,1,627],[117,1,1074],[118,1,936],[119,1,1481],[120,1,936],[121,1,936],[122,1,860],[123,1,616],[124,1,604],[125,1,616],[126,1,1107]]},gT={},_T={},Zw(`calibri`,sT),Zw(`arial`,cT,lT),Zw(`times new roman`,uT),Zw(`courier new`,dT),Zw(`verdana`,fT),Zw(`georgia`,pT),Zw(`tahoma`,mT),Zw(`trebuchet ms`,hT),vT={aptos:[1.03,1.37,1],"aptos display":[.96,1.31,1],"aptos narrow":[.82,1.07,1],"aptos serif":[.98,1.31,1],"calibri light":[.98,1.19,1],cambria:[1.07,1.28,1],"century gothic":[1.19,1.36,1],"comic sans ms":[1.14,1.46,1],consolas:[1.21,1.21,1],constantia:[1.05,1.34,1],corbel:[.97,1.2,1],garamond:[1.16,1.39,1],impact:[.96,1.01,1],"lucida console":[1.21,1.21,1],"lucida sans unicode":[1.16,1.4,1],"microsoft sans serif":[1.07,1.35,1],"palatino linotype":[1.12,1.44,1],"segoe ui":[1.08,1.31,1],"book antiqua":[1.12,1.44,1],candara:[1.02,1.25,1],"franklin gothic medium":[1.08,1.33,1],"goudy old style":[1.02,1.34,1],rockwell:[1.14,1.35,1],"tw cen mt":[.95,1.17,1],"microsoft yahei":[1.18,1.3,1.18],"microsoft yahei ui":[1.18,1.3,1.18],simsun:[1.1,1.1,1.1],宋体:[1.1,1.1,1.1],simhei:[1.1,1.1,1.1],黑体:[1.1,1.1,1.1],nsimsun:[1.1,1.1,1.1],新宋体:[1.1,1.1,1.1],dengxian:[1.05,1.28,1.08],等线:[1.05,1.28,1.08],fangsong:[1.1,1.1,1.1],仿宋:[1.1,1.1,1.1],kaiti:[1.1,1.1,1.1],楷体:[1.1,1.1,1.1],meiryo:[1.18,1.3,1.18],"meiryo ui":[1.1,1.2,1.18],"ms gothic":[1.21,1.21,1.1],"MS ゴシック":[1.21,1.21,1.1],"ms pgothic":[1.07,1.33,1.1],"ms mincho":[1.21,1.21,1.1],"yu gothic":[1.17,1.32,1.18],"yu gothic ui":[1.08,1.22,1.18],"yu mincho":[1.1,1.28,1.18],"malgun gothic":[1.12,1.28,1.14],"맑은 고딕":[1.12,1.28,1.14],batang:[1.1,1.1,1.1],gulim:[1.1,1.1,1.1],dotum:[1.1,1.1,1.1]},yT=new Map}));function xT(e,t,n,r,i){if(t===`calibri`&&n===GT){let t=rT(e);if(t!==void 0)return t}if(i){let t=nT(i,e),r=Math.round(n/72*WT);return Math.round(t/i.header.unitsPerEm*r)}}function ST(e){return{name:(e?.name??KT).toLowerCase(),size:e?.size??GT,bold:e?.bold??!1,italic:e?.italic??!1,vertAlign:e?.vertAlign}}function CT(e,t){if(!e)return 0;let n=ST(t),r=$w(n.name,n.bold),i=e.split(/\r\n|\r|\n/),a=0;for(let e of i){let t=wT(e,n,r);t>a&&(a=t)}return a}function wT(e,t,n){return e?n||t.name===`calibri`&&t.size===GT?TT(e,t,n):ET(e,t):0}function TT(e,t,n){let r=0;for(let i of e)r+=IT(i.codePointAt(0),t,n);return t.vertAlign&&(r=Math.ceil(r*.6)),r}function ET(e,t){let n=iT(t.name),r=n?.[0]??1,i=n?.[1]??1.3,a=n?.[2]??1,o=0,s=0,c=0;for(let t of e)aT(t.codePointAt(0))?c+=2:t>=`A`&&t<=`Z`?s++:o++;let l=(o*r+s*i+c*a)*(t.size/GT);t.bold&&(l*=1.05),t.italic&&(l*=1.02),t.vertAlign&&(l*=.6);let u=OT({name:t.name,size:t.size});return Math.ceil(l*u)}function DT(e,t){let n=0,r=0;for(let i of e){let e=i.font?{...t,...i.font}:t,a=i.text.split(/\r\n|\r|\n/);for(let t=0;t<a.length;t++)t>0&&(r>n&&(n=r),r=0),a[t]&&(r+=CT(a[t],e))}return r>n&&(n=r),n}function OT(e){let t=(e?.name??KT).toLowerCase(),n=e?.size??GT;if(t===`calibri`&&n===GT)return qT;let r=$w(t);if(r){let e=Math.round(n/72*WT);return Math.round(r.header.maxDigitAdvance/r.header.unitsPerEm*e)}return Math.max(1,Math.round(n/GT*qT))}function kT(e){return 2*Math.ceil(e/4)+1}function AT(e,t){return t<=0?0:Math.trunc(e/t*256)/256}function jT(e,t){if(t<=0)return 0;let n=kT(t);return e===0?0:e<1?Math.round(e*(t+n)):Math.round(e*t)+n}function MT(e){return e*72/WT}function NT(e,t,n){if(e<=0)return 0;let r=e+2*Math.ceil(e*.03+t/4)+1;n&&(r+=XT),r>JT&&(r=JT);let i=AT(r,t);return Math.min(i,YT)}function PT(e){let t=(e?.name??KT).toLowerCase(),n=e?.size??GT,r=Math.round(n/72*WT),i=$w(t);if(i){let{unitsPerEm:e,usWinDescent:t}=i.header;return(e+t)/e*r}return r*1.3}function FT(e,t,n){if(!e||t<=0)return 1;let r=ST(n),i=$w(r.name,r.bold),a=e.split(/\r\n|\r|\n/),o=0;for(let e of a){if(!e){o++;continue}o+=LT(e,t,r,i)}return o}function IT(e,t,n){let r;if(n||t.name===`calibri`&&t.size===GT){let i=n??tT();r=xT(e,t.name,t.size,t.bold,i)??Math.round(i.defaultAdvance/i.header.unitsPerEm*Math.round(t.size/72*WT))}else r=Math.ceil(t.size/GT*OT({name:t.name,size:t.size})*(aT(e)?2:1));return t.bold&&!eT(t.name)&&(r=Math.ceil(r*1.05)),t.italic&&(r=Math.ceil(r*1.02)),r}function LT(e,t,n,r){let i=RT(e);if(i.length===0)return 1;let a=1,o=0;for(let e of i){let i=0;for(let t of e)i+=IT(t.codePointAt(0),n,r);o===0?o=i:o+i>t?(a++,o=i):o+=i}return a}function RT(e){let t=[],n=``;for(let r of e)n+=r,(r===` `||r===`-`||r===` `)&&(t.push(n),n=``);return n&&t.push(n),t}function zT(e,t,n,r){if(!e)return MT(PT(t));let i=PT(t),a;return a=n?.wrapText&&r&&r>0?FT(e,r,t):e.split(/\r\n|\r|\n/).length,MT(i*a)}function BT(e,t,n,r){let i=t?.size??GT,a=t;for(let n of e){let e=n.font?.size??t?.size??GT;e>i&&(i=e,a=n.font?{...t,...n.font}:t)}return zT(e.map(e=>e.text).join(``),a,n,r)}function VT(e,t){let n=jT(e,t),r=kT(t);return Math.max(0,n-r)}function HT(e){let t=e.effectiveType,n=e.font;if(t===8){let t=e.value;if(t&&typeof t==`object`&&`richText`in t)return DT(t.richText,n)}let r=fp(e);return r?CT(r,n):0}function UT(e,t,n){let r=e.font,i=e.alignment;if(e.effectiveType===8){let t=e.value;if(t&&typeof t==`object`&&`richText`in t)return BT(t.richText,r,i,n)}let a=fp(e);return a?zT(a,r,i,i?.wrapText?n:void 0):0}var WT,GT,KT,qT,JT,YT,XT,ZT=t((()=>{bp(),bT(),WT=96,GT=11,KT=`Calibri`,qT=7,JT=1790,YT=255,XT=16}));function QT(e,t){if(typeof e==`string`){let t=Fa(e);return{row:t.r+1,col:t.c+1}}return typeof e==`number`?e===-1?{row:t+1,col:1}:{row:e+1,col:1}:{row:e.r+1,col:e.c+1}}var $T,eE=t((()=>{Bi(),Bd(),Dy(),pu(),la(),Sw(),ww(),Ka(),zw(),pa(),Wp(),gx(),Xw(),Ba(),bp(),da(),Ad(),sb(),fb(),ZT(),$T=class{constructor(e){this._workbook=e.workbook,this.id=e.id??0,this.orderNo=e.orderNo??0,this.name=e.name||`sheet${this.id}`,this.state=e.state??`visible`,this._rows=[],this._columns=[],this._keys={},this._merges={},this.rowBreaks=[],this.colBreaks=[],this.properties={defaultRowHeight:15,outlineLevelCol:0,outlineLevelRow:0,...e.properties},this.pageSetup={margins:{left:.7,right:.7,top:.75,bottom:.75,header:.3,footer:.3},orientation:`portrait`,horizontalDpi:void 0,verticalDpi:void 0,fitToPage:!!(e.pageSetup&&(e.pageSetup.fitToWidth||e.pageSetup.fitToHeight)&&!e.pageSetup.scale),pageOrder:`downThenOver`,blackAndWhite:!1,draft:!1,cellComments:`None`,errors:`displayed`,scale:100,fitToWidth:1,fitToHeight:1,paperSize:void 0,showRowColHeaders:!1,showGridLines:!1,firstPageNumber:void 0,horizontalCentered:!1,verticalCentered:!1,rowBreaks:null,colBreaks:null,...e.pageSetup},this.headerFooter={differentFirst:!1,differentOddEven:!1,oddHeader:null,oddFooter:null,evenHeader:null,evenFooter:null,firstHeader:null,firstFooter:null,...e.headerFooter},this.dataValidations=new Ey,this.views=e.views??[],this.autoFilter=e.autoFilter??null,this._media=[],this._charts=[],this._sparklineGroups=[],this.sheetProtection=null,this.tables={},this.pivotTables=[],this.conditionalFormattings=[],this.formControls=[],this.ignoredErrors=[],this.threadedComments=[],this._watermark=null}get name(){return this._name}set name(e){e===void 0&&(e=`sheet${this.id}`),this._name!==e&&(this._name=this._workbook.validateSheetName(e,this))}get workbook(){return this._workbook}destroy(){this._workbook.removeWorksheetEx(this)}get dimensions(){let e=new fa;return this._rows.forEach(t=>{if(t){let n=t.dimensions;n&&e.expand(t.number,n.min,t.number,n.max)}}),e}get columns(){return this._columns}set columns(e){this._headerRowCount=e.reduce((e,t)=>{let n=Array.isArray(t.header)?t.header.length:+!!t.header;return Math.max(e,n)},0);let t=1,n=this._columns=[];e.forEach(e=>{let r=new zd(this,t++,!1);n.push(r),r.defn=e})}getColumnKey(e){return this._keys[e]}setColumnKey(e,t){this._keys[e]=t}deleteColumnKey(e){delete this._keys[e]}eachColumnKey(e){Object.keys(this._keys).forEach(t=>e(this._keys[t],t))}getColumn(e){let t;if(typeof e==`string`){let n=this._keys[e];if(n)return n;t=E.l2n(e)}else t=e;if(t>this._columns.length){let e=this._columns.length+1;for(;e<=t;)this._columns.push(new zd(this,e++))}return this._columns[t-1]}spliceColumns(e,t,...n){for(let e of Object.values(this._merges))for(let t=e.top;t<=e.bottom;t++)for(let n=e.left;n<=e.right;n++){let e=this.findCell(t,n);e&&e.type===1&&e.unmerge()}let r=this._rows.length;if(n.length>0)for(let i=0;i<r;i++){let r=n.map(e=>e[i]??null);this.getRow(i+1).splice(e,t,...r)}else this._rows.forEach(n=>{n&&n.splice(e,t)});let i=n.length-t,a=e+t,o=this._columns.length;if(i<0)for(let t=e+n.length;t<=o;t++)this.getColumn(t).defn=this.getColumn(t-i).defn;else if(i>0)for(let e=o;e>=a;e--)this.getColumn(e+i).defn=this.getColumn(e).defn;for(let t=e;t<e+n.length;t++)this.getColumn(t).defn=void 0;if(this.workbook.definedNames.spliceColumns(this.name,e,t,n.length),i!==0){for(let t of this._media)if(t.type===`image`&&t.range){let{tl:n,br:r}=t.range;n&&n.nativeCol>=e-1&&(n.nativeCol=Math.max(0,n.nativeCol+i)),r&&r.nativeCol>=e-1&&(r.nativeCol=Math.max(0,r.nativeCol+i))}this._shiftChartAnchors(`col`,e-1,i)}this._spliceMerges(`col`,e,t,n.length)}get lastColumn(){return this.getColumn(this.columnCount)}get columnCount(){let e=0;return this.eachRow(t=>{e=Math.max(e,t.cellCount)}),e}get actualColumnCount(){let e=[],t=0;return this.eachRow(n=>{n.eachCell(({col:n})=>{e[n]||(e[n]=!0,t++)})}),t}_commitRow(e){}get _lastRowNumber(){let e=this._rows,t=e.length;for(;t>0&&e[t-1]===void 0;)t--;return t}get _nextRow(){return this._lastRowNumber+1}get lastRow(){if(this._rows.length)return this._rows[this._rows.length-1]}findRow(e){return this._rows[e-1]}findRows(e,t){return this._rows.slice(e-1,e-1+t)}get rowCount(){return this._lastRowNumber}get actualRowCount(){let e=0;return this.eachRow(()=>{e++}),e}getRow(e){let t=this._rows[e-1];return t||=this._rows[e-1]=new Up(this,e),t}getRows(e,t){if(t<1)return;let n=[];for(let r=e;r<e+t;r++)n.push(this.getRow(r));return n}addRow(e,t=`n`){let n=this._nextRow,r=this.getRow(n);return r.values=e,this._setStyleOption(n,t[0]===`i`?t:`n`),r}addRows(e,t=`n`){let n=[];return e.forEach(e=>{n.push(this.addRow(e,t))}),n}insertRow(e,t,n=`n`){return this.spliceRows(e,0,t),this._setStyleOption(e,n),this.getRow(e)}insertRows(e,t,n=`n`){if(this.spliceRows(e,0,...t),n!==`n`)for(let r=0;r<t.length;r++)n[0]===`o`&&this.findRow(t.length+e+r)!==void 0?this._copyStyle(t.length+e+r,e+r,n[1]===`+`):n[0]===`i`&&this.findRow(e-1)!==void 0&&this._copyStyle(e-1,e+r,n[1]===`+`);return this.getRows(e,t.length)}_setStyleOption(e,t=`n`){t[0]===`o`&&this.findRow(e+1)!==void 0?this._copyStyle(e+1,e,t[1]===`+`):t[0]===`i`&&this.findRow(e-1)!==void 0&&this._copyStyle(e-1,e,t[1]===`+`)}_copyStyle(e,t,n=!1){let r=this.getRow(e),i=this.getRow(t);i.style=kd(r.style)??{},r.eachCell({includeEmpty:n},(e,t)=>{i.getCell(t).style=kd(e.style)??{}}),i.height=r.height}duplicateRow(e,t,n=!1){let r=this.getRow(e),i=Array.from({length:t}).fill(r.values),a=[];for(let t of Object.values(this._merges))t.top===e&&t.bottom===e&&a.push(t);let o=[],s=e-1;for(let e of this._media)e.type===`image`&&e.range&&e.range.tl.nativeRow===s&&o.push(e);this.spliceRows(e+1,n?0:t,...i);for(let n=0;n<t;n++){let t=this._rows[e+n];t.style=kd(r.style)??{},t.height=r.height,r.eachCell({includeEmpty:!0},(e,n)=>{t.getCell(n).style=kd(e.style)??{}})}if(a.length>0)for(let r=0;r<t;r++){let t=e+1+r;if(!n){let e=[];for(let[n,r]of Object.entries(this._merges))r.top<=t&&r.bottom>=t&&e.push(n);for(let t of e)this._unMergeMaster(this.getCell(t))}for(let e of a)this.mergeCellsWithoutStyle(t,e.left,t,e.right)}if(!n){let n=e,r=e+t-1;this._media=this._media.filter(e=>{if(e.type===`image`&&e.range){let t=e.range.tl.nativeRow;return t<n||t>r}return!0})}for(let e=0;e<t;e++){let t=e+1;for(let e of o){let n=e.clone();if(n.range.tl.nativeRow=s+t,n.range.br){let r=e.range.br.nativeRow-s;n.range.br.nativeRow=s+t+r}this._media.push(n)}}}spliceRows(e,t,...n){for(let e of Object.values(this._merges))for(let t=e.top;t<=e.bottom;t++)for(let n=e.left;n<=e.right;n++){let e=this.findCell(t,n);e&&e.type===1&&e.unmerge()}let r=e+t,i=n.length,a=i-t,o=this._rows.length,s,c;if(a<0)for(e===o&&(this._rows[o-1]=void 0),s=r;s<=o;s++)if(c=this._rows[s-1],c){let e=this.getRow(s+a);e.values=c.values,e.style=kd(c.style)??{},e.height=c.height,c.eachCell({includeEmpty:!0},(t,n)=>{e.getCell(n).style=kd(t.style)??{}}),this._rows[s-1]=void 0}else this._rows[s+a-1]=void 0;else if(a>0)for(s=o;s>=r;s--)if(c=this._rows[s-1],c){let e=this.getRow(s+a);e.values=c.values,e.style=kd(c.style)??{},e.height=c.height,c.eachCell({includeEmpty:!0},(t,n)=>{e.getCell(n).style=kd(t.style)??{}})}else this._rows[s+a-1]=void 0;for(s=0;s<i;s++){let t=this.getRow(e+s);t.style={},t.values=n[s]}if(this.workbook.definedNames.spliceRows(this.name,e,t,i),a!==0){for(let t of this._media)if(t.type===`image`&&t.range){let{tl:n,br:r}=t.range;n&&n.nativeRow>=e-1&&(n.nativeRow=Math.max(0,n.nativeRow+a)),r&&r.nativeRow>=e-1&&(r.nativeRow=Math.max(0,r.nativeRow+a))}this._shiftChartAnchors(`row`,e-1,a)}this._spliceMerges(`row`,e,t,i)}eachRow(e,t){let n,r;if(typeof e==`function`?r=e:(n=e,r=t),n&&n.includeEmpty){let e=this._rows.length;for(let t=1;t<=e;t++)r(this.getRow(t),t)}else this._rows.forEach(e=>{e&&e.hasValues&&r(e,e.number)})}getSheetValues(){let e=[];return this._rows.forEach(t=>{t&&(e[t.number]=t.values)}),e}findCell(e,t){let n=E.getAddress(e,t),r=this._rows[n.row-1];return r?r.findCell(n.col):void 0}getCell(e,t){let n=E.getAddress(e,t);return this.getRow(n.row).getCellEx(n)}mergeCells(...e){let t=new fa(e);this._mergeCellsInternal(t)}mergeCellsWithoutStyle(...e){let t=new fa(e);this._mergeCellsInternal(t,!0)}_mergeCellsInternal(e,t){Object.values(this._merges).forEach(t=>{if(t.intersects(e))throw new Zi});let{top:n,left:r,bottom:i,right:a}=e,o=t?void 0:ab(n,r,i,a,(e,t)=>this.findCell(e,t)),s=this.getCell(e.top,e.left);for(let e=n;e<=i;e++)for(let i=r;i<=a;i++)(e>n||i>r)&&this.getCell(e,i).merge(s,t);o&&ob(n,r,i,a,o,(e,t)=>this.getCell(e,t)),this._merges[s.address]=e}_unMergeMaster(e){let t=this._merges[e.address];if(t){for(let e=t.top;e<=t.bottom;e++)for(let n=t.left;n<=t.right;n++)this.getCell(e,n).unmerge();delete this._merges[e.address]}}_shiftChartAnchors(e,t,n){let r=e===`row`?`nativeRow`:`nativeCol`,i=this._drawing;if(i?.anchors)for(let e of i.anchors){let i=e.range?.tl,a=e.range?.br;i&&i[r]>=t&&(i[r]=Math.max(0,i[r]+n)),a&&a[r]>=t&&(a[r]=Math.max(0,a[r]+n))}for(let e of this._charts){let{tl:i,br:a}=e.range;i[r]>=t&&(i[r]=Math.max(0,i[r]+n)),a&&a[r]>=t&&(a[r]=Math.max(0,a[r]+n))}}_spliceMerges(e,t,n,r){let i=r-n;if(i===0&&n===0)return;let a=t+n,o=e===`row`,s={};for(let e of Object.values(this._merges)){let{top:r,left:c,bottom:l,right:u}=e.model,d=o?r:c,f=o?l:u;if(i<=0&&n>0){let n=a-1;if(d>n){let e=o?new fa(r+i,c,l+i,u):new fa(r,c+i,l,u+i);s[E.encodeAddress(e.top,e.left)]=e}else if(f<t)s[E.encodeAddress(r,c)]=e;else if(!(d>=t&&f<=n)){let e=r,n=c,a=l,d=u;o?(e=r<t?r:t,a=Math.max(e,l+i)):(n=c<t?c:t,d=Math.max(n,u+i));let f=new fa(e,n,a,d);e===a&&n===d||(s[E.encodeAddress(f.top,f.left)]=f)}}else if(d>=a){let e=o?new fa(r+i,c,l+i,u):new fa(r,c+i,l,u+i);s[E.encodeAddress(e.top,e.left)]=e}else f<a||(o?e.model.bottom=l+i:e.model.right=u+i),s[E.encodeAddress(r,c)]=e}this._merges=s;for(let e of Object.values(s)){let t=this.getCell(e.top,e.left);for(let n=e.top;n<=e.bottom;n++)for(let r=e.left;r<=e.right;r++)(n>e.top||r>e.left)&&this.getCell(n,r).merge(t,!0)}}get hasMerges(){return Object.values(this._merges).some(Boolean)}get mergedRegions(){return Object.values(this._merges).map(e=>({top:e.top,left:e.left,bottom:e.bottom,right:e.right}))}unMergeCells(...e){let t=new fa(e);for(let e=t.top;e<=t.bottom;e++)for(let n=t.left;n<=t.right;n++){let t=this.findCell(e,n);t&&(t.type===1?this._unMergeMaster(t.master):this._merges[t.address]&&this._unMergeMaster(t))}}fillFormula(e,t,n,r=`shared`){let{top:i,left:a,bottom:o,right:s}=E.decode(e),c=s-a+1,l=E.encodeAddress(i,a),u=r===`shared`,d;d=typeof n==`function`?n:Array.isArray(n)?Array.isArray(n[0])?(e,t)=>n[e-i][t-a]:(e,t)=>n[(e-i)*c+(t-a)]:()=>void 0;let f=!0;for(let n=i;n<=o;n++)for(let i=a;i<=s;i++)if(f){let a=this.getCell(n,i);a.value={shareType:r,formula:t,ref:e,result:d(n,i)},f=!1}else this.getCell(n,i).value=u?{sharedFormula:l,result:d(n,i)}:d(n,i)}addImage(e,t){let n={type:`image`,imageId:String(e),range:t};this._media.push(new Cw(this,n))}getImages(){return this._media.filter(e=>e.type===`image`)}addChart(e,t){let n=T();return this._registerChart(n.buildChartModel(e),t,e)}addColumnChart(e,t){return this.addChart({...e,type:`bar`,barDir:`col`},t)}addBarChart(e,t){return this.addChart({...e,type:`bar`,barDir:`bar`},t)}addLineChart(e,t){return this.addChart({...e,type:`line`},t)}addAreaChart(e,t){return this.addChart({...e,type:`area`},t)}addPieChart(e,t){return this.addChart({...e,type:`pie`},t)}addDoughnutChart(e,t){return this.addChart({...e,type:`doughnut`},t)}addScatterChart(e,t){return this.addChart({...e,type:`scatter`},t)}addBubbleChart(e,t){return this.addChart({...e,type:`bubble`},t)}addRadarChart(e,t){return this.addChart({...e,type:`radar`},t)}addStockChart(e,t){return this.addChart({...e,type:`stock`},t)}addSurfaceChart(e,t){return this.addChart({...e,type:`surface`},t)}addHistogramChart(e,t){return this.addChartEx({...e,type:`histogram`},t)}addParetoChart(e,t){return this.addChartEx({...e,type:`pareto`},t)}addWaterfallChart(e,t){return this.addChartEx({...e,type:`waterfall`},t)}addFunnelChart(e,t){return this.addChartEx({...e,type:`funnel`},t)}addTreemapChart(e,t){return this.addChartEx({...e,type:`treemap`},t)}addSunburstChart(e,t){return this.addChartEx({...e,type:`sunburst`},t)}addBoxWhiskerChart(e,t){return this.addChartEx({...e,type:`boxWhisker`},t)}addRegionMapChart(e,t){return this.addChartEx({...e,type:`regionMap`},t)}addPresetChart(e,t,n){return this.addChart(T().applyChartPreset(e,t),n)}addPresetChartEx(e,t,n){return this.addChartEx(T().applyChartExPreset(e,t),n)}seriesFromColumns(e){return T().seriesFromColumns(this.name,e)}addChartFromTable(e,t,n){return this.addChart(T().chartOptionsFromTable(this,e,t),n)}addChartFromRows(e,t,n){return this.addChart(T().chartOptionsFromRows(this,e,t),n)}addColumnChartFromRows(e,t,n){return this.addChart(T().chartOptionsFromRows(this,e,{...t,type:`bar`,barDir:`col`}),n)}addChartExFromTable(e,t,n){return this.addChartEx(T().chartExOptionsFromTable(this,e,t),n)}addChartExFromRows(e,t,n){return this.addChartEx(T().chartExOptionsFromRows(this,e,t),n)}addPivotChart(e,t,n){let r=Va(e,t);return this._registerChart(T().buildChartModel(r),n,r)}addPivotComboChart(e,t,n){let r=Va(e,t);return this._registerChart(T().buildComboChartModel(r),n,r)}addComboChart(e,t){return this._registerChart(T().buildComboChartModel(e),t,e)}addChartEx(e,t){let n=T().buildChartExModel(e);return this._registerChartEx(n,t)}_registerChartEx(e,t){let n=T(),r=this._workbook.nextChartExNumber();try{n.fillChartExCaches(e,this._workbook,this)}catch{}this._workbook.addChartExStructuredEntry({chartExNumber:r,model:e});let i=n.createChart(this,{chartExNumber:r},t);return this._charts.push(i),r}_registerChart(e,t,n){let r=T(),i=this._workbook.nextChartNumber();try{r.fillChartCaches(e,this._workbook,this)}catch{}let a={chartNumber:i,model:e};try{r.resolvePendingChartImages(a,this._workbook,i)}catch{}this._workbook.addChartEntry(a),this._applyChartSidecars(i,n);let o=r.createChart(this,{chartNumber:i},t);return this._charts.push(o),i}_applyChartSidecars(e,t){if(!t?.chartStyle&&!t?.chartColors)return;let n=T();t?.chartStyle&&this._workbook.setChartStyle(e,new TextEncoder().encode(n.buildChartStyle(t.chartStyle))),t?.chartColors&&this._workbook.setChartColors(e,new TextEncoder().encode(n.buildChartColors(t.chartColors)))}getCharts(){return[...this._charts]}removeChart(e){let t=typeof e==`number`?e:this._charts.indexOf(e);if(t<0||t>=this._charts.length)return!1;let n=this._charts.splice(t,1)[0];n.chartNumber>0&&this._workbook.removeChartEntry?.(n.chartNumber),n.chartExNumber>0&&this._workbook.removeChartExStructuredEntry?.(n.chartExNumber);let r=this._drawing;return r?.anchors&&(r.anchors=r.anchors.filter(e=>!(n.chartNumber>0&&e.chartNumber===n.chartNumber||n.chartExNumber>0&&e.chartExNumber===n.chartExNumber))),!0}addSparklineGroup(e){let t=ix(e);return this._sparklineGroups.push(t),t}getSparklineGroups(){return[...this._sparklineGroups]}get sparklineGroups(){return this._sparklineGroups}set sparklineGroups(e){this._sparklineGroups=e??[]}removeSparklineGroup(e){let t=typeof e==`number`?e:this._sparklineGroups.indexOf(e);return t<0||t>=this._sparklineGroups.length?!1:(this._sparklineGroups.splice(t,1),!0)}addBackgroundImage(e){let t={type:`background`,imageId:String(e)};this._media.push(new Cw(this,t))}getBackgroundImageId(){let e=this._media.find(e=>e.type===`background`);return e&&e.imageId}addWatermark(e){if(this._media=this._media.filter(e=>e.type!==`watermark`&&e.type!==`headerImage`),this._watermark={imageId:String(e.imageId),mode:e.mode??`overlay`,opacity:e.opacity,headerWidth:e.headerWidth,headerHeight:e.headerHeight,applyTo:e.applyTo},this._watermark.mode===`overlay`){let t={type:`watermark`,imageId:String(e.imageId),opacity:e.opacity};this._media.push(new Cw(this,t))}else{let t={type:`headerImage`,imageId:String(e.imageId),headerWidth:e.headerWidth,headerHeight:e.headerHeight,applyTo:e.applyTo};this._media.push(new Cw(this,t))}}getWatermark(){return this._watermark}removeWatermark(){this._watermark=null,this._media=this._media.filter(e=>e.type!==`watermark`&&e.type!==`headerImage`)}addFormCheckbox(e,t){let n=new xw(this,e,t);return this.formControls.push(n),n}getFormCheckboxes(){return this.formControls}async protect(e,t){this.sheetProtection=await db(e,t)}unprotect(){this.sheetProtection=null}addTable(e){let t=new Yw(this,e),n=t.name.toLowerCase();if(this.tables[t.name])throw new oa(`Table name "${t.name}" already exists in worksheet "${this.name}".`);if(this.workbook._tableNames.has(n))throw new oa(`Table name "${t.name}" already exists in another worksheet. Table names must be unique across the entire workbook (case-insensitive).`);return this.tables[t.name]=t,this.workbook._tableNames.add(n),t}getTable(e){return this.tables[e]}removeTable(e){this.tables[e]&&this.workbook._tableNames.delete(e.toLowerCase()),delete this.tables[e]}getTables(){return Object.values(this.tables)}addPivotTable(e){let t=kw(this,e);return this.pivotTables.push(t),this.workbook.pivotTables.push(t),t}addConditionalFormatting(e){this.conditionalFormattings.push(e)}removeConditionalFormatting(e){typeof e==`number`?this.conditionalFormattings.splice(e,1):typeof e==`function`?this.conditionalFormattings=this.conditionalFormattings.filter((t,n,r)=>!e(t,n,r)):this.conditionalFormattings=[]}autoFitColumn(e){let t=typeof e==`string`?E.l2n(e):e;return this._autoFitColumnImpl(t),this}autoFitColumns(e,t){let n=this.dimensions;if(!n||n.left===void 0)return this;let r=e==null?n.left:typeof e==`string`?E.l2n(e):e,i=t==null?n.right:typeof t==`string`?E.l2n(t):t;for(let e=r;e<=i;e++)this._autoFitColumnImpl(e);return this}autoFitRow(e){return this._autoFitRowImpl(e),this}autoFitRows(e,t){let n=this.dimensions;if(!n||n.top===void 0)return this;let r=e??n.top,i=t??n.bottom;for(let e=r;e<=i;e++)this._autoFitRowImpl(e);return this}_autoFitColumnImpl(e){let t=OT(),n=this._isColumnInAutoFilter(e),r=0;if(this._rows.forEach(n=>{if(!n||n.hidden)return;let i=n.findCell(e);if(!i||i.type===1)return;if(i.isMerged){let e=this._merges[i.address];if(e&&e.left!==e.right)return}if(i.alignment?.shrinkToFit)return;let a=HT(i),o=i.alignment?.indent;o&&o>0&&(a+=o*3*t),a>r&&(r=a)}),r>0){let i=NT(r,t,n);if(i>0){let t=this.getColumn(e);t.width=i,t.bestFit=!0}}}_autoFitRowImpl(e){let t=this._rows[e-1];if(!t)return;let n=OT(),r=0;t.eachCell(e=>{if(e.type===1)return;if(e.isMerged){let t=this._merges[e.address];if(t&&t.top!==t.bottom)return}if(this._columns[e.col-1]?.hidden)return;let t=UT(e,n,this._getColumnContentWidthForCell(e,n));t>r&&(r=t)}),r>0&&(t.height=Math.ceil(r*4)/4,t.customHeight=!0)}_getColumnContentWidthForCell(e,t){if(e.alignment?.wrapText)return VT(this._columns[e.col-1]?.width??this.properties.defaultColWidth??9,t)}_isColumnInAutoFilter(e){if(!this.autoFilter)return!1;if(typeof this.autoFilter==`string`){let t=E.decode(this.autoFilter);return e>=t.left&&e<=t.right}let{from:t,to:n}=this.autoFilter,r=typeof t==`string`?E.decode(t).col:t.col,i=typeof n==`string`?E.decode(n).col:n.col;return e>=r&&e<=i}get model(){let e={id:this.id,name:this.name,dataValidations:this.dataValidations.model,properties:this.properties,state:this.state,pageSetup:this.pageSetup,headerFooter:this.headerFooter,rowBreaks:this.rowBreaks,colBreaks:this.colBreaks,views:this.views,autoFilter:this.autoFilter,media:this._media.map(e=>e.model),sheetProtection:this.sheetProtection,tables:Object.values(this.tables).map(e=>e.model),pivotTables:this.pivotTables,conditionalFormattings:this.conditionalFormattings,formControls:this.formControls.map(e=>e.model),ignoredErrors:this.ignoredErrors,watermark:this._watermark,drawing:this._drawing,charts:this._charts.map(e=>e.model),sparklineGroups:this._sparklineGroups,threadedComments:this.threadedComments};e.cols=zd.toModel(this.columns);let t=e.rows=[],n=e.dimensions=new fa;return this._rows.forEach(e=>{let r=e&&e.model;r&&(n.expand(r.number,r.min,r.number,r.max),t.push(r))}),e.mergeCells=Object.values(this._merges).map(e=>e.range),e}_parseRows(e){this._rows=[],e.rows&&e.rows.forEach(e=>{let t=new Up(this,e.number);this._rows[t.number-1]=t,t.model=e})}_parseMergeCells(e){e.mergeCells&&e.mergeCells.forEach(e=>{this.mergeCellsWithoutStyle(e)})}set model(e){if(this.name=e.name,this.state=e.state,this._columns=zd.fromModel(this,e.cols??[]),this._parseRows(e),this._parseMergeCells(e),this.dataValidations=new Ey(e.dataValidations),this.properties=e.properties,this.pageSetup=e.pageSetup,this.headerFooter=e.headerFooter,this.rowBreaks=e.rowBreaks??[],this.colBreaks=e.colBreaks??[],this.views=e.views,this.autoFilter=e.autoFilter,this._media=e.media.map(e=>new Cw(this,e)),this._watermark=e.watermark??null,!this._watermark){for(let e of this._media)if(e.type===`watermark`){this._watermark={imageId:e.imageId??``,mode:`overlay`,opacity:e.opacity};break}else if(e.type===`headerImage`){this._watermark={imageId:e.imageId??``,mode:`header`,headerWidth:e.headerWidth,headerHeight:e.headerHeight};break}}this.sheetProtection=e.sheetProtection,this.tables=e.tables.reduce((e,t)=>{let n=new Yw(this,t);return n.model=t,e[t.name]=n,this.workbook._tableNames.add(t.name.toLowerCase()),e},{}),this.pivotTables=e.pivotTables;for(let e of this.pivotTables??[])e.worksheetName??=this.name,e.name??=`PivotTable${e.tableNumber}`;this.conditionalFormattings=e.conditionalFormattings,this.ignoredErrors=e.ignoredErrors??[],this.threadedComments=e.threadedComments??[],this.formControls=(e.formControls??[]).map(e=>xw.fromModel(this,e)),this._drawing=e.drawing;let t=Ri();t&&e.charts&&e.charts.length>0?this._charts=e.charts.map(e=>t.createChart(this,{chartNumber:e.chartNumber,chartExNumber:e.chartExNumber},e.range)):t&&e.drawing?.anchors?this._charts=e.drawing.anchors.filter(e=>e.chartNumber||e.chartExNumber).map(e=>t.createChart(this,{chartNumber:e.chartNumber??0,chartExNumber:e.chartExNumber??0},e.range)):this._charts=[]}toJSON(e){let t=e||{},n=1,r=this.rowCount,i=1,a=this.columnCount;if(t.range!==void 0){if(typeof t.range==`number`)n=t.range+1;else if(typeof t.range==`string`){let e=La(t.range);n=e.s.r+1,r=e.e.r+1,i=e.s.c+1,a=e.e.c+1}}if(r<n||a<i)return[];let o=t.header;if(o===1){let e=[],o=t.blankRows!==!1;for(let s=n;s<=r;s++){let n=[],r=!0;for(let e=i;e<=a;e++){let a=this.getCell(s,e),o=t.raw===!1?fp(a,t.dateFormat).trim():a.value;o!=null&&o!==``?(n[e-i]=o,r=!1):t.defaultValue===void 0?n[e-i]=null:n[e-i]=t.defaultValue}(!r||o)&&e.push(n)}return e}if(o===`A`){let e=[],o=t.blankRows===!0;for(let s=n;s<=r;s++){let n={},r=!0;for(let e=i;e<=a;e++){let i=this.getCell(s,e),a=t.raw===!1?fp(i,t.dateFormat).trim():i.value,o=Ma(e-1);a!=null&&a!==``?(n[o]=a,r=!1):t.defaultValue!==void 0&&(n[o]=t.defaultValue)}(!r||o)&&e.push(n)}return e}if(Array.isArray(o)){let e=[],s=t.blankRows===!0;for(let c=n;c<=r;c++){let n={},r=!0;for(let e=i;e<=a;e++){let a=e-i,s=o[a]??`__EMPTY_${a}`,l=this.getCell(c,e),u=t.raw===!1?fp(l,t.dateFormat).trim():l.value;u!=null&&u!==``?(n[s]=u,r=!1):t.defaultValue!==void 0&&(n[s]=t.defaultValue)}(!r||s)&&e.push(n)}return e}let s=[],c={};for(let e=i;e<=a;e++){let t=this.getCell(n,e).value,r=t==null?`__EMPTY_${e-i}`:String(t);c[r]===void 0?c[r]=0:(c[r]++,r=`${r}_${c[r]}`),s.push(r)}let l=[],u=n+1,d=t.blankRows===!0;for(let e=u;e<=r;e++){let n={},r=!0;for(let o=i;o<=a;o++){let a=this.getCell(e,o),c=t.raw===!1?fp(a,t.dateFormat).trim():a.value,l=s[o-i];c!=null&&c!==``?(n[l]=c,r=!1):t.defaultValue!==void 0&&(n[l]=t.defaultValue)}(!r||d)&&l.push(n)}return l}addJSON(e,t){if(e.length===0)return this;let n=t||{},r=1,i=1;if(n.origin!==void 0){let e=QT(n.origin,this.rowCount);r=e.row,i=e.col}let a=new Set;e.forEach(e=>Object.keys(e).forEach(e=>a.add(e)));let o=n.header?[...n.header]:[...a];n.header&&a.forEach(e=>{o.includes(e)||o.push(e)});let s=r;n.skipHeader||(o.forEach((e,t)=>{this.getCell(s,i+t).value=e}),s++);for(let t of e)o.forEach((e,r)=>{let a=t[e];a===null&&n.nullError?this.getCell(s,i+r).value={error:`#NULL!`}:a!=null&&(this.getCell(s,i+r).value=a)}),s++;return this}toAOA(){let e=[];return this.eachRow({includeEmpty:!0},(t,n)=>{let r=[];t.eachCell({includeEmpty:!0},(e,t)=>{r[t-1]=e.value}),e[n-1]=r}),e}addAOA(e,t){if(e.length===0)return this;let n=1,r=1;if(t?.origin!==void 0){let e=QT(t.origin,this.rowCount);n=e.row,r=e.col}return e.forEach((e,t)=>{e&&e.forEach((e,i)=>{e!=null&&(this.getCell(n+t,r+i).value=e)})}),this}}}));function tE(e,t){if(e>fE)throw Error(`ZIP64 ${t} value ${e} exceeds Number.MAX_SAFE_INTEGER. The archive may be corrupted or malicious.`);return Number(e)}function nE(e){return e.encoding?ds(e.encoding):void 0}function rE(e,t=!1){for(let n=e.length-22;n>=0;n--)if(e[n]===80&&e[n+1]===75&&e[n+2]===5&&e[n+3]===6)if(t){let t=e[n+20]|e[n+21]<<8;if(n+22+t===e.length)return n}else return n;return-1}function iE(e,t){let n=t-20;return n<0?-1:e[n]===80&&e[n+1]===75&&e[n+2]===6&&e[n+3]===7?n:-1}function aE(e,t,n=!0,r){let i=new ks(e,t);i.skip(4);let a=i.readUint16(),o=i.readUint16(),s=i.readUint16(),c=i.readUint16(),l=i.readUint32(),u=i.readUint32(),d=i.readUint16(),f=``;if(d>0){let e=i.readBytes(d);n&&(f=r?r.decode(e):Xn(e))}return{eocd:{diskNumber:a,centralDirDisk:o,entriesOnDisk:s,totalEntries:c,centralDirSize:l,centralDirOffset:u},comment:f}}function oE(e,t){let n=new ks(e,t);return n.readUint32()===117853008?(n.skip(4),tE(n.readBigUint64(),`EOCD locator offset`)):-1}function sE(e,t){let n=new ks(e,t);return n.readUint32()===101075792?(n.skip(8),n.skip(2),n.skip(2),n.skip(4),n.skip(4),{entriesOnDisk:n.readBigUint64(),totalEntries:n.readBigUint64(),centralDirSize:n.readBigUint64(),centralDirOffset:n.readBigUint64()}):null}function cE(e,t){e.totalEntries===65535&&(e.totalEntries=tE(t.totalEntries,`totalEntries`)),e.entriesOnDisk===65535&&(e.entriesOnDisk=tE(t.entriesOnDisk,`entriesOnDisk`)),e.centralDirSize===4294967295&&(e.centralDirSize=tE(t.centralDirSize,`centralDirSize`)),e.centralDirOffset===4294967295&&(e.centralDirOffset=tE(t.centralDirOffset,`centralDirOffset`))}function lE(e,t,n){let r=e.readUint16();e.skip(2);let i=e.readUint16(),a=e.readUint16(),o=e.readUint16(),s=e.readUint16(),c=e.readUint32(),l=e.readUint32(),u=e.readUint32(),d=e.readUint16(),f=e.readUint16(),p=e.readUint16();e.skip(2),e.skip(2);let m=e.readUint32(),h=e.readUint32(),g=d>0?e.readBytes(d):new Uint8Array,_={},v=new Uint8Array;if(f>0){v=e.readBytes(f);let t={compressedSize:l,uncompressedSize:u,offsetToLocalFileHeader:h};_=kc(v,t),l=t.compressedSize,u=t.uncompressedSize,h=t.offsetToLocalFileHeader??h}let y=p>0?e.readBytes(p):new Uint8Array,b=t?hs(g,i,_,n):``,x=t?gs(y,i,_,n):``,S=Pc(m),ee=r>>8&255,te=Fc(S),ne=Ic(S)||ee===0&&(m&16)!=0||b.endsWith(`/`),re=(i&1)!=0,ie=te?`symlink`:ne?`directory`:`file`,ae=_.mtimeUnixSeconds,oe=Rs(s,o,ae),se=`none`,ce,le,ue;return re&&(a===99&&_.aesInfo?(se=`aes`,ce=_.aesInfo.version,le=_.aesInfo.keyStrength,ue=_.aesInfo.compressionMethod):se=`zipcrypto`),{path:b,type:ie,compressedSize:l,compressedSize64:_.compressedSize64,uncompressedSize:u,uncompressedSize64:_.uncompressedSize64,compressionMethod:a,crc32:c,lastModified:oe,localHeaderOffset:h,localHeaderOffset64:_.offsetToLocalFileHeader64,comment:x,externalAttributes:m,mode:S,versionMadeBy:r,extraField:v,isEncrypted:re,encryptionMethod:se,aesVersion:ce,aesKeyStrength:le,originalCompressionMethod:ue,dosTime:o}}function uE(e,t,n,r={}){let i=r.decodeStrings??!0,a=nE(r);if(n===0)return[];let o=Array(n),s=new ks(e,t);for(let e=0;e<n;e++){if(s.readUint32()!==33639248)throw Error(`Invalid Central Directory header signature at entry ${e}`);o[e]=lE(s,i,a)}return o}function dE(e,t={}){let n=t.decodeStrings??!0,r=nE(t),i=rE(e);if(i===-1)throw Error(`Invalid ZIP file: End of Central Directory not found`);let{eocd:a,comment:o}=aE(e,i,n,r),s=iE(e,i);if(s!==-1){let t=oE(e,s);if(t>=0){let n=sE(e,t);n&&cE(a,n)}}return{entries:uE(e,a.centralDirOffset,a.totalEntries,t),comment:o}}var fE,pE,mE=t((()=>{ws(),As(),Hs(),Nc(),lr(),sl(),fE=BigInt(2**53-1),pE=65535,22+pE}));async function hE(e,t,n,r=!1,i=!0){let a;if(i&&e.uncompressedSize>xE)throw Error(`Entry "${e.path}" declares uncompressed size of ${e.uncompressedSize} bytes, which exceeds the maximum allowed size of ${xE} bytes. Use the streaming API for large entries.`);if(e.isEncrypted){if(!n)throw new Qo(e.path);if(e.encryptionMethod===`aes`&&e.aesKeyStrength){let r=await mc(t,n,e.aesKeyStrength);if(!r)throw new Zo(e.path);a=await _E(r,e.originalCompressionMethod??0,e.path)}else if(e.encryptionMethod===`zipcrypto`){let r=Nv(t,n,e.crc32,e.dosTime);if(!r)throw new Zo(e.path);a=await _E(r,e.compressionMethod,e.path)}else throw new Zo(e.path,`Unsupported encryption method`)}else a=await _E(t,e.compressionMethod,e.path);if(i&&a.length!==e.uncompressedSize){let t=a.length>e.uncompressedSize?`too-many-bytes`:`too-few-bytes`;throw new Xo(e.path,e.uncompressedSize,a.length,t)}if(e.encryptionMethod===`zipcrypto`||r&&e.encryptionMethod!==`aes`){let t=is(a);if(t!==e.crc32)throw new Yo(e.path,e.crc32,t)}return a}function gE(e,t,n,r=!0){let i;if(r&&e.uncompressedSize>xE)throw Error(`Entry "${e.path}" declares uncompressed size of ${e.uncompressedSize} bytes, which exceeds the maximum allowed size of ${xE} bytes. Use the streaming API for large entries.`);if(e.isEncrypted){if(!n)throw new Qo(e.path);if(e.encryptionMethod===`aes`)throw Error(`File "${e.path}" uses AES encryption. Use the async extract() method instead of extractSync().`);if(e.encryptionMethod===`zipcrypto`){let r=Nv(t,n,e.crc32,e.dosTime);if(!r)throw new Zo(e.path);i=vE(r,e.compressionMethod,e.path);let a=is(i);if(a!==e.crc32)throw new Yo(e.path,e.crc32,a)}else throw new Zo(e.path,`Unsupported encryption method`)}else i=vE(t,e.compressionMethod,e.path);if(r&&i.length!==e.uncompressedSize){let t=i.length>e.uncompressedSize?`too-many-bytes`:`too-few-bytes`;throw new Xo(e.path,e.uncompressedSize,i.length,t)}return i}async function _E(e,t,n){if(t===0)return e;if(t===8)return lv(e);throw new $o(t)}function vE(e,t,n){if(t===0)return e;if(t===8)return uv(e);throw new $o(t)}function yE(e,t){if(e.readUint32()!==67324752)throw Error(`Invalid local file header signature at offset ${t}`);e.skip(2),e.skip(2),e.skip(2),e.skip(2),e.skip(2),e.skip(4),e.skip(4),e.skip(4);let n=e.readUint16(),r=e.readUint16();return e.skip(n),e.skip(r),e.position}function bE(e,t){let n=yE(new ks(e,t.localHeaderOffset),t.localHeaderOffset);return e.subarray(n,n+t.compressedSize)}var xE,SE=t((()=>{mv(),cs(),Tv(),zv(),es(),As(),sl(),xE=512*1024*1024}));function CE(e){if(e.uncompressedSize64!==void 0&&e.uncompressedSize64>DE||e.compressedSize64!==void 0&&e.compressedSize64>DE)throw Error(`File "${e.path}" is too large to extract into memory (ZIP64 size > 2^53-1)`);if(e.localHeaderOffset64!==void 0&&e.localHeaderOffset64>DE)throw Error(`File "${e.path}" has a ZIP64 offset > 2^53-1 and cannot be extracted by the in-memory parser`)}function wE(e,t={}){return dE(e,{decodeStrings:t.decodeStrings,encoding:t.encoding})}async function TE(e,t,n={}){return t.type===`directory`?Ja:(CE(t),hE(t,bE(e,t),n.password))}function EE(e,t,n={}){return t.type===`directory`?Ja:(CE(t),gE(t,bE(e,t),n.password))}var DE,OE,kE=t((()=>{Ya(),mE(),SE(),DE=BigInt(2**53-1),OE=class{constructor(e,t={}){this.data=e instanceof ArrayBuffer?new Uint8Array(e):e;let n=wE(this.data,t);this.entries=n.entries,this.archiveComment=n.comment,this.entryMap=new Map(this.entries.map(e=>[e.path,e])),this.password=t.password}setPassword(e){this.password=e}getEntries(){return this.entries}getEntry(e){return this.entryMap.get(e)}getRawCompressedData(e){let t=this.entryMap.get(e);return t?bE(this.data,t):null}getRawEntry(e){let t=this.entryMap.get(e);return t?{info:t,compressedData:bE(this.data,t)}:null}hasEntry(e){return this.entryMap.has(e)}childCount(e){let t=this.entryMap.get(e);if(t&&t.type!==`directory`)return 0;let n=e.endsWith(`/`)?e:e+`/`,r=t?.type===`directory`?t:this.entryMap.get(n),i=(r?.path??n).endsWith(`/`)?r?.path??n:(r?.path??n)+`/`,a=0;for(let e of this.entries)e.path.startsWith(i)&&e.path!==i&&a++;return a}getZipComment(){return this.archiveComment}hasEncryptedEntries(){return this.entries.some(e=>e.isEncrypted)}getEncryptedEntries(){return this.entries.filter(e=>e.isEncrypted)}listFiles(){return this.entries.map(e=>e.path)}async extract(e,t){let n=this.entryMap.get(e);return n?TE(this.data,n,{password:t??this.password}):null}extractSync(e,t){let n=this.entryMap.get(e);return n?EE(this.data,n,{password:t??this.password}):null}async extractAll(e){let t=new Map,n=e??this.password;for(let e of this.entries){let r=await TE(this.data,e,{password:n});t.set(e.path,r)}return t}extractAllSync(e){let t={},n=e??this.password;for(let e of this.entries)t[e.path]=EE(this.data,e,{password:n});return t}async forEach(e,t){let n=t??this.password;for(let t of this.entries){let r=null;if(await e(t,()=>(r||=TE(this.data,t,{password:n}),r))===!1)break}}}}));function AE(e){if(e.indexOf(`[`)===-1)return[];let t=[],n=ME(e),r=(e,r,i,a,o,s)=>{if(NE(e,n))return;let c=/^\d+$/.test(i);t.push({match:s,workbook:i,numeric:c,index:c?parseInt(i,10):null,sheet:PE(a),quoted:o,start:e,end:r})};FE.lastIndex=0;let i;for(;(i=FE.exec(e))!==null;)r(i.index,i.index+i[0].length,i[1],i[2],!1,i[0]);for(IE.lastIndex=0;(i=IE.exec(e))!==null;)r(i.index,i.index+i[0].length,i[1],i[2],!0,i[0]);t.sort((e,t)=>e.start-t.start);let a=[],o=-1;for(let e of t)e.start>=o&&(a.push(e),o=e.end);return a}function jE(e,t){let n=AE(e);if(n.length===0)return e;let r=``,i=0;for(let a of n){let n=t(a);if(n!==null){if(r+=e.slice(i,a.start),a.quoted){let t=e.slice(a.start+1,a.end-2);r+=`'`+t.replace(/^\[[^\]]*\]/,`[${n}]`)+`'!`}else r+=`[${n}]${a.match.slice(a.match.indexOf(`]`)+1)}`;i=a.end}}return r+=e.slice(i),r}function ME(e){if(e.indexOf(`"`)===-1)return[];let t=[],n=e.length,r=0;for(;r<n;)if(e[r]===`"`){let i=r;for(r++;r<n;){if(e[r]===`"`){if(r+1<n&&e[r+1]===`"`){r+=2;continue}r++;break}r++}t.push([i,r])}else r++;return t}function NE(e,t){for(let[n,r]of t)if(e>=n&&e<r)return!0;return!1}function PE(e){return e.replace(/''/g,`'`)}var FE,IE,LE=t((()=>{FE=/\[([^\]\\/:*?"<>|\s]+)\]([A-Za-z_\u00A1-\uFFFF][A-Za-z0-9_\u00A1-\uFFFF.]*)!/g,IE=/'\[([^\]]+)\]((?:''|[^'])+)'!/g}));function RE(e){return e===`symlink`}var zE=t((()=>{}));async function BE(e){let t=new Map,n=new OE(e);for(let e of n.getEntries()){let r=await n.extract(e.path)||new Uint8Array,i;RE(e.type)&&r.length>0&&(i=Hn().decode(r)),t.set(e.path,{path:e.path,data:r,type:e.type,linkTarget:i,size:e.uncompressedSize,mode:e.mode})}return t}var VE=t((()=>{kE(),zE(),lr()}));function HE(e){let t=Object.create(null);for(let n in e)Object.prototype.hasOwnProperty.call(e,n)&&!XE.has(n)&&(t[n]=e[n]);return t}function UE(e,t){return{type:`element`,name:e,attributes:HE(t),children:[]}}function WE(e,t){let n=e.children[e.children.length-1];n&&n.type===`text`?n.value+=t:e.children.push({type:`text`,value:t})}function GE(e,t){let n=t?.comments??!1,r=t?.processingInstructions??!1,a=t?.cdataAsNodes??!1,o=t?.fragment??!1,s=new Sd({position:!0,fragment:t?.fragment??!1,xmlns:t?.xmlns??!1,maxDepth:t?.maxDepth,maxEntityExpansions:t?.maxEntityExpansions,invalidCharHandling:t?.invalidCharHandling}),c=UE(`__root__`,{}),l=[c],u,d;if(s.on(`error`,e=>{d||=e instanceof gu?e:new gu(e.message)}),s.on(`opentag`,e=>{let t=UE(e.name,e.attributes);e.prefix!==void 0&&(t.prefix=e.prefix,t.local=e.local,t.uri=e.uri),e.ns&&(t.ns={...e.ns}),l[l.length-1].children.push(t),e.isSelfClosing||l.push(t)}),s.on(`closetag`,e=>{!e.isSelfClosing&&l.length>1&&l.pop()}),s.on(`text`,e=>{e.length!==0&&WE(l[l.length-1],e)}),s.on(`cdata`,e=>{let t=l[l.length-1];if(a){let n={type:`cdata`,value:e};t.children.push(n)}else WE(t,e)}),n&&s.on(`comment`,e=>{let t=l[l.length-1],n={type:`comment`,value:e};t.children.push(n)}),s.on(`pi`,(e,t)=>{if(e===`xml`){let e={},n=/(\w+)\s*=\s*(?:"([^"]*)"|'([^']*)')/g,r;for(;(r=n.exec(t))!==null;)e[r[1]]=r[2]??r[3];u=e}else r&&l[l.length-1].children.push({type:`processing-instruction`,target:e,body:t})}),s.write(e),s.close(),d)throw i(d);let f=c.children.filter(e=>e.type===`element`);if(f.length===0)throw new gu(`document has no root element`);if(!o&&f.length>1)throw new gu(`document has multiple root elements`);let p=c.children.filter(e=>e.type===`comment`||e.type===`processing-instruction`);return{declaration:u,root:f[0],roots:f,prologue:p}}function KE(e,t){for(let n of e.children)if(n.type===`element`&&n.name===t)return n}function qE(e,t){let n=[];for(let r of e.children)r.type===`element`&&r.name===t&&n.push(r);return n}function JE(e){switch(e.type){case`text`:case`cdata`:return e.value;case`element`:{let t=``;for(let n of e.children)t+=JE(n);return t}default:return``}}function YE(e,t){t(e);for(let n of e.children)n.type===`element`&&YE(n,t)}var XE,ZE=t((()=>{u(),vu(),Cd(),XE=new Set([`__proto__`,`constructor`,`prototype`,`__defineGetter__`,`__defineSetter__`,`__lookupGetter__`,`__lookupSetter__`])}));function QE(e){let t=e.lastIndexOf(`:`);return t===-1?e:e.slice(t+1)}function $E(e,t){return QE(e)===t}function M(e,t){for(let n of e.children)if(n.type===`element`&&$E(n.name,t))return n}function eD(e,t){let n=[];for(let r of e.children)r.type===`element`&&$E(r.name,t)&&n.push(r);return n}function tD(e,t){if($E(e.name,t))return!0;let n=!1;return YE(e,e=>{!n&&$E(e.name,t)&&(n=!0)}),n}function N(e,t){let n=[];return $E(e.name,t)&&n.push(e),YE(e,r=>{r!==e&&$E(r.name,t)&&n.push(r)}),n}function P(e,t){let n=e.attributes[t];if(n!==void 0)return n;for(let n in e.attributes){let r=n.lastIndexOf(`:`);if(r!==-1&&n.slice(r+1)===t)return e.attributes[n]}}function nD(e,t){try{return GE(e)}catch(e){t(e instanceof Error?e:Error(String(e)));return}}var rD=t((()=>{ZE()}));function iD(e){for(let[t,n]of e.files()){if(e.reporter.capped)return;n.type!==`directory`&&(JD.test(t)?aD(e,t):YD.test(t)&&bD(e,t))}}function aD(e,t){let n=e.readDom(t);if(!n)return;let r=n.root;tD(r,`chart`)||e.reporter.error(`chart-missing-chart`,`${t}: missing c:chart`,t),tD(r,`plotArea`)||e.reporter.error(`chart-missing-plotArea`,`${t}: missing c:plotArea`,t),oD(e,t,r)}function oD(e,t,n){sD(e,t,n),cD(e,t,n),lD(e,t,n),uD(e,t,n),dD(e,t,n),pD(e,t,n),yD(e,t,n),kD(e,t,n),jD(e,t,n),MD(e,t,n),ND(e,t,n),PD(e,t,n),FD(e,t,n),ID(e,t,n),LD(e,t,n),BD(e,t,n),WD(e,t,n),KD(e,t,n)}function sD(e,t,n){for(let r of QD)for(let i of N(n,r.parent)){if(e.reporter.capped)return;let n=i.children.filter(e=>e.type===`element`),a=e=>{if(r.choiceGroups){for(let t=0;t<r.choiceGroups.length;t++)if(r.choiceGroups[t].includes(e))return r.order.indexOf(`__${t===0?`CHART_TYPES`:`AXES`}__`)}return r.order.indexOf(e)},o=-1,s=``;for(let i of n){let n=QE(i.name),c=a(n);c<0||(c<o&&e.reporter.error(`chart-child-out-of-order`,`${t}: <c:${r.parent}> child <c:${n}> appears after <c:${s}> — ECMA-376 requires it before per CT_${fD(r.parent)}.`,t),c>=o&&(o=c,s=n))}}}function cD(e,t,n){for(let r of eO)for(let i of N(n,r.parent)){if(e.reporter.capped)return;let n=eD(i,r.child).length;n<r.min&&e.reporter.error(`chart-missing-required-child`,`${t}: <c:${r.parent}> has ${n} <c:${r.child}> child(ren); schema requires at least ${r.min}.`,t),r.max!==void 0&&n>r.max&&e.reporter.error(`chart-wrong-child-count`,`${t}: <c:${r.parent}> has ${n} <c:${r.child}> child(ren); schema permits at most ${r.max}.`,t)}}function lD(e,t,n){for(let r of tO)for(let i of N(n,r.element)){if(e.reporter.capped)return;let n=P(i,r.attr);n!==void 0&&(r.allowed.includes(n)||e.reporter.error(`chart-invalid-enum-value`,`${t}: <c:${r.element} ${r.attr}="${n}"> — ${n} is not in {${r.allowed.join(`, `)}}.`,t))}}function uD(e,t,n){for(let r of nO)for(let i of N(n,r.element)){if(e.reporter.capped)return;let n=P(i,r.attr);if(n===void 0)continue;let a=parseFloat(n);if(!Number.isFinite(a)){e.reporter.error(`chart-value-out-of-range`,`${t}: <c:${r.element} ${r.attr}="${n}"> is not a finite number.`,t);continue}(a<r.min||a>r.max)&&e.reporter.error(`chart-value-out-of-range`,`${t}: <c:${r.element} ${r.attr}="${a}"> outside [${r.min}, ${r.max}].`,t)}}function dD(e,t,n){let r=new Set([`layout`,`tx`,`numFmt`,`spPr`,`txPr`,`dLblPos`,`showLegendKey`,`showVal`,`showCatName`,`showSerName`,`showPercent`,`showBubbleSize`,`separator`]);for(let i of N(n,`dLbl`)){if(e.reporter.capped)return;if(M(i,`delete`)===void 0)continue;let n=i.children.find(e=>e.type===`element`&&r.has(QE(e.name)));n&&e.reporter.error(`chart-child-out-of-order`,`${t}: <c:dLbl> has both <c:delete> and <c:${QE(n.name)}>; CT_DLbl's choice group requires one branch or the other, never both.`,t)}}function fD(e){return e.length===0?e:e.charAt(0).toUpperCase()+e.slice(1)}function pD(e,t,n){for(let r of Object.keys(rO))for(let i of N(n,r)){if(e.reporter.capped)return;mD(e,t,i,r),hD(e,t,i,r),gD(e,t,i,r),_D(e,t,i,r),vD(e,t,i,r)}for(let r of[`surfaceChart`,`surface3DChart`])for(let i of N(n,r)){if(e.reporter.capped)return;hD(e,t,i,r),vD(e,t,i,r),_D(e,t,i,r)}}function mD(e,t,n,r){let i=rO[r];if(i)for(let a of N(n,`dLblPos`)){if(e.reporter.capped)return;let n=P(a,`val`);if(n!==void 0&&!i.has(n)){let a=i.size===0?`(none — this chart type does not accept c:dLblPos)`:[...i].sort().join(`, `);e.reporter.error(`chart-invalid-enum-value`,`${t}: <c:dLblPos val="${n}"> inside <c:${r}> — Excel only accepts {${a}} for this chart type.`,t)}}}function hD(e,t,n,r){let i=iO[r];if(!(!i||i.size===0)){for(let a of eD(n,`ser`))for(let n of a.children){if(e.reporter.capped)return;if(n.type!==`element`)continue;let a=QE(n.name);i.has(a)&&e.reporter.error(`chart-forbidden-child`,`${t}: <c:ser> inside <c:${r}> contains <c:${a}>, which is not allowed for this chart type per ECMA-376.`,t)}if(i.has(`dLbls`))for(let i of eD(n,`dLbls`)){if(e.reporter.capped)return;e.reporter.error(`chart-forbidden-child`,`${t}: <c:${r}> contains group-level <c:dLbls>, which is not allowed for this chart type.`,t)}}}function gD(e,t,n,r){let i=aO[r];if(i!==void 0)for(let a of eD(n,`ser`)){if(e.reporter.capped)return;let n=eD(a,`errBars`);if(n.length>i&&e.reporter.error(`chart-wrong-child-count`,`${t}: <c:ser> inside <c:${r}> has ${n.length} <c:errBars> children; schema permits at most ${i}.`,t),n.length===2){let i=n.map(e=>{let t=M(e,`errDir`);return t?P(t,`val`):void 0});i[0]!==void 0&&i[1]!==void 0&&i[0]===i[1]&&e.reporter.error(`chart-duplicate-errBars-direction`,`${t}: <c:ser> inside <c:${r}> has two <c:errBars> with the same <c:errDir val="${i[0]}"> — schema requires distinct directions (x + y).`,t)}}}function _D(e,t,n,r){let i=eD(n,`ser`),a=new Set,o=new Set;for(let n of i){if(e.reporter.capped)return;let i=M(n,`idx`),s=M(n,`order`),c=i?P(i,`val`):void 0,l=s?P(s,`val`):void 0;c!==void 0&&(a.has(c)&&e.reporter.error(`chart-duplicate-series-idx`,`${t}: <c:${r}> has two <c:ser> entries with <c:idx val="${c}">; idx must be unique within a chart-type group.`,t),a.add(c)),l!==void 0&&(o.has(l)&&e.reporter.error(`chart-duplicate-series-order`,`${t}: <c:${r}> has two <c:ser> entries with <c:order val="${l}">; order must be unique within a chart-type group.`,t),o.add(l))}}function vD(e,t,n,r){let i=oO[r];if(!i)return;let a=eD(n,`ser`).length;a<i.min&&e.reporter.error(`chart-missing-required-child`,`${t}: <c:${r}> has ${a} <c:ser> children; schema requires at least ${i.min}${i.max===void 0?``:` (and at most ${i.max})`}.`,t),i.max!==void 0&&a>i.max&&e.reporter.error(`chart-wrong-child-count`,`${t}: <c:${r}> has ${a} <c:ser> children; schema permits at most ${i.max}.`,t)}function yD(e,t,n){for(let r of sO)for(let i of N(n,r)){if(e.reporter.capped)return;M(i,`f`)||e.reporter.error(`chart-missing-required-child`,`${t}: <c:${r}> is missing the required <c:f> formula child.`,t)}for(let r of cO)for(let i of N(n,r)){if(e.reporter.capped)return;M(i,`ptCount`)||e.reporter.error(`chart-missing-required-child`,`${t}: <c:${r}> is missing the required <c:ptCount> child.`,t)}for(let r of lO)for(let i of N(n,r)){if(e.reporter.capped)return;let n=M(i,`ptCount`),a=n?parseInt(P(n,`val`)??``,10):NaN,o=eD(i,`pt`);for(let n of o){let i=P(n,`idx`);if(i===void 0){e.reporter.error(`chart-missing-required-child`,`${t}: <c:pt> inside <c:${r}> is missing the required idx attribute.`,t);continue}let o=parseInt(i,10);Number.isFinite(a)&&(o<0||o>=a)&&e.reporter.error(`chart-pt-idx-out-of-range`,`${t}: <c:pt idx="${o}"> outside declared range [0, ${a-1}] (from <c:ptCount val="${a}">).`,t),r!==`multiLvlStrCache`&&!M(n,`v`)&&e.reporter.error(`chart-missing-required-child`,`${t}: <c:pt idx="${o}"> inside <c:${r}> is missing the required <c:v> value child.`,t)}}}function bD(e,t){let n=e.readDom(t);if(!n)return;let r=n.root;tD(r,`chart`)||e.reporter.error(`chartEx-missing-chart`,`${t}: missing cx:chart`,t),tD(r,`plotArea`)||e.reporter.error(`chartEx-missing-plotArea`,`${t}: missing cx:plotArea`,t);let i=N(r,`series`);if(i.length===0){e.reporter.error(`chartEx-missing-series`,`${t}: missing cx:series`,t);return}let a=new Set(N(r,`data`).map(e=>parseInt(P(e,`id`)??``,10)).filter(Number.isFinite)),o=new Set(N(r,`axis`).map(e=>parseInt(P(e,`id`)??``,10)).filter(Number.isFinite));for(let n of i){P(n,`layoutId`)||e.reporter.error(`chartEx-series-missing-layoutId`,`${t}: cx:series missing layoutId`,t);let r=eD(n,`dataId`);r.length>1&&e.reporter.error(`chartEx-series-too-many-dataId`,`${t}: cx:series has ${r.length} <cx:dataId> children; schema permits at most 1. Consolidate the referenced <cx:data> entries into a single entry.`,t);for(let n of r){let r=parseInt(P(n,`val`)??``,10);a.has(r)||e.reporter.error(`chartEx-series-missing-data-id`,`${t}: cx:series references missing cx:data id ${P(n,`val`)}`,t)}for(let r of eD(n,`axisId`)){let n=parseInt(P(r,`val`)??``,10);o.has(n)||e.reporter.error(`chartEx-series-missing-axis-id`,`${t}: cx:series references missing cx:axis id ${P(r,`val`)}`,t)}}let s=N(r,`externalData`).map(e=>P(e,`id`)).filter(e=>!!e);if(s.length>0){let n=qD(t),r=e.readRels(n);for(let n of s)r.byId.has(n)||e.reporter.error(`chartEx-externalData-missing-rel`,`${t}: cx:externalData references missing relationship ${n}`,t)}xD(e,t,r),SD(e,t,r),CD(e,t,r),wD(e,t,r),ED(e,t,r),DD(e,t,r),OD(e,t,r)}function xD(e,t,n){for(let r of uO)for(let i of N(n,r)){if(e.reporter.capped)return;let n=P(i,`val`),a=TD(i).trim();n===void 0&&a.length>0&&e.reporter.error(`chartEx-typed-element-text-form`,`${t}: <cx:${r}>${a}</cx:${r}> uses text-content form; schema requires val="${a}" attribute.`,t)}}function SD(e,t,n){for(let r of N(n,`auto`)){if(e.reporter.capped)return;e.reporter.error(`chartEx-invalid-auto-element`,`${t}: <cx:auto/> element is not in the chartEx schema. Auto binning is expressed by omitting both <cx:binSize> and <cx:binCount>.`,t)}}function CD(e,t,n){for(let r of N(n,`layoutPr`)){if(e.reporter.capped)return;M(r,`paretoLine`)&&e.reporter.error(`chartEx-paretoLine-in-layoutPr`,`${t}: <cx:paretoLine> is not a valid child of <cx:layoutPr>. Add a second <cx:series layoutId="paretoLine"/> instead.`,t)}}function wD(e,t,n){for(let r of N(n,`title`)){if(e.reporter.capped)return;M(r,`layout`)&&e.reporter.error(`chartEx-title-direct-layout`,`${t}: <cx:title> has a direct <cx:layout> child. Title layout information belongs in extLst-based extensions.`,t)}}function TD(e){let t=``;for(let n of e.children)(n.type===`text`||n.type===`cdata`)&&(t+=n.value);return t}function ED(e,t,n){for(let r of N(n,`axis`)){if(e.reporter.capped)return;let n=P(r,`pos`),i=P(r,`type`),a=P(r,`id`)??`?`,o=r.children.some(e=>e.type===`element`&&$E(e.name,`catScaling`)),s=r.children.some(e=>e.type===`element`&&$E(e.name,`valScaling`));n===void 0&&i===void 0&&!o&&!s&&e.reporter.error(`chartEx-axis-missing-pos-and-type`,`${t}: <cx:axis id="${a}"> has no role marker — emit either a <cx:catScaling>/<cx:valScaling> child (preferred, matches Excel) or a pos/type attribute. Excel's loader drops the chartEx otherwise.`,t)}}function DD(e,t,n){for(let r of N(n,`f`)){if(e.reporter.capped)return;let n=TD(r).trim();n!==``&&n.includes(`!`)&&(n.startsWith(`_xlchart.`)||n.startsWith(`_xlfn.`)||e.reporter.error(`chartEx-f-uses-direct-range-not-defined-name`,`${t}: <cx:f>${n}</cx:f> points at a worksheet range directly. ChartEx requires an indirection through hidden defined names (e.g. _xlchart.v1.0) — otherwise Excel 2016+ drops the chartEx part on load.`,t))}}function OD(e,t,n){for(let r of N(n,`series`)){if(e.reporter.capped)return;if(P(r,`layoutId`)!==`waterfall`)continue;let n=M(r,`layoutPr`);n&&M(n,`subtotals`)!==void 0||e.reporter.error(`chartEx-waterfall-missing-subtotals`,`${t}: waterfall series has no <cx:layoutPr><cx:subtotals/> marker. Emit the element (even empty) so Excel renders the series as waterfall-aware instead of rejecting the chartEx.`,t)}}function kD(e,t,n){for(let r of $D)for(let i of r.chartTypes)for(let a of N(n,i))for(let n of eD(a,`ser`)){if(e.reporter.capped)return;let a=n.children.filter(e=>e.type===`element`),o=-1,s=``;for(let n of a){let a=QE(n.name),c=r.order.indexOf(a);c<0||(c<o&&e.reporter.error(`chart-child-out-of-order`,`${t}: <c:ser> inside <c:${i}> has <c:${a}> after <c:${s}>; CT_${AD(i)}Ser requires <c:${a}> earlier in the sequence.`,t),c>=o&&(o=c,s=a))}}}function AD(e){return e.startsWith(`bar`)?`Bar`:e.startsWith(`line`)||e===`stockChart`?`Line`:e.startsWith(`pie`)||e===`doughnutChart`||e===`ofPieChart`?`Pie`:e.startsWith(`area`)?`Area`:e===`scatterChart`?`Scatter`:e===`bubbleChart`?`Bubble`:e===`radarChart`?`Radar`:e.startsWith(`surface`)?`Surface`:e}function jD(e,t,n){for(let r of N(n,`plotArea`)){if(e.reporter.capped)return;let n=new Set;for(let e of r.children){if(e.type!==`element`)continue;let t=QE(e.name);if(!fO.has(t))continue;let r=M(e,`axId`),i=r?P(r,`val`):void 0;i!==void 0&&n.add(i)}for(let i of r.children){if(i.type!==`element`)continue;let r=QE(i.name);if(dO.has(r))for(let a of eD(i,`axId`)){let i=P(a,`val`);i!==void 0&&(n.has(i)||e.reporter.error(`chart-axid-unresolved`,`${t}: <c:${r}> references <c:axId val="${i}"> but no matching axis exists in the enclosing <c:plotArea>.`,t))}}for(let i of r.children){if(i.type!==`element`)continue;let r=QE(i.name);if(!fO.has(r))continue;let a=M(i,`crossAx`),o=a?P(a,`val`):void 0;o!==void 0&&!n.has(o)&&e.reporter.error(`chart-axid-unresolved`,`${t}: <c:${r}> has <c:crossAx val="${o}"> but no matching axis exists in the enclosing <c:plotArea>.`,t)}}}function MD(e,t,n){for(let r of N(n,`errBars`)){if(e.reporter.capped)return;let n=M(r,`errValType`),i=n?P(n,`val`):void 0,a=M(r,`val`)!==void 0,o=M(r,`plus`)!==void 0,s=M(r,`minus`)!==void 0;i===`cust`?((!o||!s)&&e.reporter.error(`chart-missing-required-child`,`${t}: <c:errBars> with <c:errValType val="cust"> requires both <c:plus> and <c:minus> children.`,t),a&&e.reporter.error(`chart-forbidden-child`,`${t}: <c:errBars> with <c:errValType val="cust"> must not contain <c:val>; use <c:plus> / <c:minus> for custom bounds.`,t)):(i===`fixedVal`||i===`percentage`||i===`stdDev`)&&(a||e.reporter.error(`chart-missing-required-child`,`${t}: <c:errBars> with <c:errValType val="${i}"> requires a <c:val> child.`,t),(o||s)&&e.reporter.error(`chart-forbidden-child`,`${t}: <c:errBars> with <c:errValType val="${i}"> must not contain <c:plus> or <c:minus> — those belong to "cust" only.`,t)),i===`stdErr`&&(o||s)&&e.reporter.error(`chart-forbidden-child`,`${t}: <c:errBars> with <c:errValType val="stdErr"> must not contain <c:plus> or <c:minus>.`,t)}}function ND(e,t,n){for(let r of N(n,`tx`)){if(e.reporter.capped)return;let n=[M(r,`strRef`)!==void 0,M(r,`rich`)!==void 0,M(r,`v`)!==void 0].filter(Boolean).length;n>1&&e.reporter.error(`chart-child-out-of-order`,`${t}: <c:tx> must contain at most one of <c:strRef>, <c:rich>, or <c:v>; found ${n} branches.`,t)}}function PD(e,t,n){for(let r of $D){let i=new Set(r.order);for(let a of r.chartTypes)for(let r of N(n,a))for(let n of eD(r,`ser`)){if(e.reporter.capped)return;for(let r of n.children){if(r.type!==`element`)continue;let n=QE(r.name);pO.has(n)&&(i.has(n)||e.reporter.error(`chart-forbidden-child`,`${t}: <c:ser> inside <c:${a}> contains <c:${n}>, which is not in CT_${AD(a)}Ser's schema.`,t))}}}}function FD(e,t,n){for(let r of N(n,`srgbClr`)){if(e.reporter.capped)return;let n=P(r,`val`);if(n===void 0){e.reporter.error(`chart-missing-required-child`,`${t}: <a:srgbClr> is missing the required val attribute.`,t);continue}mO.test(n)||e.reporter.error(`chart-invalid-enum-value`,`${t}: <a:srgbClr val="${n}"> must be a 6-digit hex colour (e.g. "4472C4").`,t)}}function ID(e,t,n){for(let r of N(n,`numFmt`)){if(e.reporter.capped)return;P(r,`formatCode`)===void 0&&e.reporter.error(`chart-missing-required-child`,`${t}: <c:numFmt> is missing the required formatCode attribute.`,t)}}function LD(e,t,n){for(let r of N(n,`rich`)){if(e.reporter.capped)return;let n=M(r,`bodyPr`)!==void 0,i=eD(r,`p`).length;n||e.reporter.error(`chart-missing-required-child`,`${t}: <c:rich> is missing the required <a:bodyPr> child (CT_TextBody requires it first).`,t),i===0&&e.reporter.error(`chart-missing-required-child`,`${t}: <c:rich> has no <a:p> children; CT_TextBody requires at least one paragraph.`,t)}}function RD(e){let t=e.readDom(`xl/theme/theme1.xml`);if(!t)return;let n=zD(t.root,`clrScheme`);if(!n)return;let r=new Set;for(let e of n.children)e.type===`element`&&r.add(QE(e.name));return r}function zD(e,t){let n=N(e,t);return n.length>0?n[0]:void 0}function BD(e,t,n){let r=RD(e);if(!(!r||r.size===0))for(let i of N(n,`schemeClr`)){if(e.reporter.capped)return;let n=P(i,`val`);if(!n||n===`phClr`)continue;let a=hO[n]??n;r.has(a)||e.reporter.error(`chart-theme-missing-schemeClr-slot`,`${t}: <a:schemeClr val="${n}"> references theme slot <a:${a}> which is not declared in xl/theme/theme1.xml's <a:clrScheme>.`,t)}}function VD(e){let t=0,n=0,r=!1;for(let i=0;i<e.length;i++){let a=e[i];if(a===`'`){r=!r;continue}if(!r&&(a===`(`?t++:a===`)`?t--:a===`[`?n++:a===`]`&&n--,t<0||n<0))return!1}return t===0&&n===0&&!r}function HD(e){let t=e.trim();if(t.startsWith(`=`)&&(t=t.substring(1).trim()),t===``||!VD(t))return{kind:`invalid`};if(t.startsWith(`_xl`)||t.startsWith(`(`))return{kind:`special`};if(_O.test(t))return{kind:`name`,name:t};let n=t.indexOf(`!`);if(n>=0){let e=t.substring(0,n),r=t.substring(n+1);return!(e.startsWith(`'`)&&e.endsWith(`'`)&&e.length>=3||_O.test(e))||r===``?{kind:`invalid`}:gO.test(r)?{kind:r.includes(`:`)?`range`:`cell`}:r.startsWith(`_xl`)?{kind:`special`}:_O.test(r)?{kind:`name`,name:r}:{kind:`special`}}return{kind:`special`}}function UD(e){let t=``;for(let n of e.children)(n.type===`text`||n.type===`cdata`)&&(t+=n.value);return t}function WD(e,t,n){for(let r of N(n,`f`)){if(e.reporter.capped)return;let n=UD(r);HD(n).kind===`invalid`&&e.reporter.error(`chart-f-invalid-syntax`,`${t}: <c:f>${n}</c:f> is not a valid cell reference, range, or defined name.`,t)}}function GD(e){let t=new Set;t.add(`_xlnm.Print_Area`),t.add(`_xlnm.Print_Titles`),t.add(`_xlnm.Database`),t.add(`_xlnm.Criteria`),t.add(`_xlnm.Extract`),t.add(`_xlnm.Sheet_Title`),t.add(`_xlnm._FilterDatabase`),t.add(`_xlnm.Auto_Open`),t.add(`_xlnm.Auto_Close`);let n=e.readDom(`xl/workbook.xml`);if(!n)return t;for(let e of N(n.root,`definedName`)){let n=P(e,`name`);n&&t.add(n)}return t}function KD(e,t,n){let r;for(let i of N(n,`f`)){if(e.reporter.capped)return;let n=UD(i),a=HD(n);a.kind!==`name`||!a.name||(r||=GD(e),r.has(a.name)||e.reporter.error(`chart-f-undefined-name`,`${t}: <c:f>${n}</c:f> references defined name "${a.name}" but no matching <definedName> exists in xl/workbook.xml.`,t))}}function qD(e){let t=e.lastIndexOf(`/`),n=t>=0?e.slice(0,t):``,r=t>=0?e.slice(t+1):e;return n?`${n}/_rels/${r}.rels`:`_rels/${r}.rels`}var JD,YD,XD,ZD,QD,$D,eO,tO,nO,rO,iO,aO,oO,sO,cO,lO,uO,dO,fO,pO,mO,hO,gO,_O,vO=t((()=>{rD(),JD=/^xl\/charts\/chart\d+\.xml$/,YD=/^xl\/charts\/chartEx\d+\.xml$/,XD=[`areaChart`,`area3DChart`,`lineChart`,`line3DChart`,`stockChart`,`radarChart`,`scatterChart`,`pieChart`,`pie3DChart`,`doughnutChart`,`barChart`,`bar3DChart`,`ofPieChart`,`surfaceChart`,`surface3DChart`,`bubbleChart`],ZD=[`catAx`,`valAx`,`dateAx`,`serAx`],QD=[{parent:`chartSpace`,order:[`lang`,`roundedCorners`,`style`,`clrMapOvr`,`pivotSource`,`protection`,`chart`,`spPr`,`txPr`,`externalData`,`printSettings`,`userShapes`,`extLst`]},{parent:`chart`,order:[`title`,`autoTitleDeleted`,`pivotFmts`,`view3D`,`floor`,`sideWall`,`backWall`,`plotArea`,`legend`,`plotVisOnly`,`dispBlanksAs`,`showDLblsOverMax`,`extLst`]},{parent:`plotArea`,order:[`layout`,`__CHART_TYPES__`,`__AXES__`,`dTable`,`spPr`,`extLst`],choiceGroups:[XD,ZD]},{parent:`dLbls`,order:[`dLbl`,`delete`,`numFmt`,`spPr`,`txPr`,`dLblPos`,`showLegendKey`,`showVal`,`showCatName`,`showSerName`,`showPercent`,`showBubbleSize`,`separator`,`showLeaderLines`,`leaderLines`,`extLst`]},{parent:`dLbl`,order:[`idx`,`delete`,`layout`,`tx`,`numFmt`,`spPr`,`txPr`,`dLblPos`,`showLegendKey`,`showVal`,`showCatName`,`showSerName`,`showPercent`,`showBubbleSize`,`separator`,`extLst`]},{parent:`scaling`,order:[`logBase`,`orientation`,`max`,`min`,`extLst`]},{parent:`catAx`,order:[`axId`,`scaling`,`delete`,`axPos`,`majorGridlines`,`minorGridlines`,`title`,`numFmt`,`majorTickMark`,`minorTickMark`,`tickLblPos`,`spPr`,`txPr`,`crossAx`,`crosses`,`crossesAt`,`auto`,`lblAlgn`,`lblOffset`,`tickLblSkip`,`tickMarkSkip`,`noMultiLvlLbl`,`extLst`]},{parent:`valAx`,order:[`axId`,`scaling`,`delete`,`axPos`,`majorGridlines`,`minorGridlines`,`title`,`numFmt`,`majorTickMark`,`minorTickMark`,`tickLblPos`,`spPr`,`txPr`,`crossAx`,`crosses`,`crossesAt`,`crossBetween`,`majorUnit`,`minorUnit`,`dispUnits`,`extLst`]},{parent:`dateAx`,order:[`axId`,`scaling`,`delete`,`axPos`,`majorGridlines`,`minorGridlines`,`title`,`numFmt`,`majorTickMark`,`minorTickMark`,`tickLblPos`,`spPr`,`txPr`,`crossAx`,`crosses`,`crossesAt`,`auto`,`lblOffset`,`baseTimeUnit`,`majorUnit`,`majorTimeUnit`,`minorUnit`,`minorTimeUnit`,`extLst`]},{parent:`serAx`,order:[`axId`,`scaling`,`delete`,`axPos`,`majorGridlines`,`minorGridlines`,`title`,`numFmt`,`majorTickMark`,`minorTickMark`,`tickLblPos`,`spPr`,`txPr`,`crossAx`,`crosses`,`crossesAt`,`tickLblSkip`,`tickMarkSkip`,`extLst`]},{parent:`trendline`,order:[`name`,`spPr`,`trendlineType`,`order`,`period`,`forward`,`backward`,`intercept`,`dispRSqr`,`dispEq`,`trendlineLbl`,`extLst`]},{parent:`errBars`,order:[`errDir`,`errBarType`,`errValType`,`noEndCap`,`plus`,`minus`,`val`,`spPr`,`extLst`]},{parent:`view3D`,order:[`rotX`,`hPercent`,`rotY`,`depthPercent`,`rAngAx`,`perspective`,`extLst`]},{parent:`legend`,order:[`legendPos`,`legendEntry`,`layout`,`overlay`,`spPr`,`txPr`,`extLst`]},{parent:`title`,order:[`tx`,`layout`,`overlay`,`spPr`,`txPr`,`extLst`]},{parent:`areaChart`,order:[`grouping`,`varyColors`,`ser`,`dLbls`,`dropLines`,`axId`,`extLst`]},{parent:`area3DChart`,order:[`grouping`,`varyColors`,`ser`,`dLbls`,`dropLines`,`gapDepth`,`axId`,`extLst`]},{parent:`barChart`,order:[`barDir`,`grouping`,`varyColors`,`ser`,`dLbls`,`gapWidth`,`overlap`,`serLines`,`axId`,`extLst`]},{parent:`bar3DChart`,order:[`barDir`,`grouping`,`varyColors`,`ser`,`dLbls`,`gapWidth`,`gapDepth`,`shape`,`axId`,`extLst`]},{parent:`lineChart`,order:[`grouping`,`varyColors`,`ser`,`dLbls`,`dropLines`,`hiLowLines`,`upDownBars`,`marker`,`smooth`,`axId`,`extLst`]},{parent:`line3DChart`,order:[`grouping`,`varyColors`,`ser`,`dLbls`,`dropLines`,`gapDepth`,`axId`,`extLst`]},{parent:`pieChart`,order:[`varyColors`,`ser`,`dLbls`,`firstSliceAng`,`extLst`]},{parent:`pie3DChart`,order:[`varyColors`,`ser`,`dLbls`,`extLst`]},{parent:`doughnutChart`,order:[`varyColors`,`ser`,`dLbls`,`firstSliceAng`,`holeSize`,`extLst`]},{parent:`ofPieChart`,order:[`ofPieType`,`varyColors`,`ser`,`dLbls`,`gapWidth`,`splitType`,`splitPos`,`custSplit`,`secondPieSize`,`serLines`,`extLst`]},{parent:`scatterChart`,order:[`scatterStyle`,`varyColors`,`ser`,`dLbls`,`axId`,`extLst`]},{parent:`bubbleChart`,order:[`varyColors`,`ser`,`dLbls`,`bubble3D`,`bubbleScale`,`showNegBubbles`,`sizeRepresents`,`axId`,`extLst`]},{parent:`radarChart`,order:[`radarStyle`,`varyColors`,`ser`,`dLbls`,`axId`,`extLst`]},{parent:`stockChart`,order:[`ser`,`dLbls`,`dropLines`,`hiLowLines`,`upDownBars`,`axId`,`extLst`]},{parent:`surfaceChart`,order:[`wireframe`,`ser`,`bandFmts`,`axId`,`extLst`]},{parent:`surface3DChart`,order:[`wireframe`,`ser`,`bandFmts`,`axId`,`extLst`]},{parent:`dPt`,order:[`idx`,`invertIfNegative`,`marker`,`bubble3D`,`explosion`,`spPr`,`pictureOptions`,`extLst`]},{parent:`marker`,order:[`symbol`,`size`,`spPr`,`extLst`]},{parent:`upDownBars`,order:[`gapWidth`,`upBars`,`downBars`,`extLst`]},{parent:`numRef`,order:[`f`,`numCache`,`extLst`]},{parent:`strRef`,order:[`f`,`strCache`,`extLst`]},{parent:`multiLvlStrRef`,order:[`f`,`multiLvlStrCache`,`extLst`]},{parent:`numCache`,order:[`formatCode`,`ptCount`,`pt`,`extLst`]},{parent:`strCache`,order:[`ptCount`,`pt`,`extLst`]},{parent:`multiLvlStrCache`,order:[`ptCount`,`lvl`,`extLst`]},{parent:`numLit`,order:[`formatCode`,`ptCount`,`pt`,`extLst`]},{parent:`strLit`,order:[`ptCount`,`pt`,`extLst`]},{parent:`pt`,order:[`v`]},{parent:`layout`,order:[`manualLayout`,`extLst`]},{parent:`manualLayout`,order:[`layoutTarget`,`xMode`,`yMode`,`wMode`,`hMode`,`x`,`y`,`w`,`h`,`extLst`]},{parent:`dTable`,order:[`showHorzBorder`,`showVertBorder`,`showOutline`,`showKeys`,`spPr`,`txPr`,`extLst`]},{parent:`bandFmts`,order:[`bandFmt`]},{parent:`bandFmt`,order:[`idx`,`spPr`]},{parent:`trendlineLbl`,order:[`layout`,`tx`,`numFmt`,`spPr`,`txPr`,`extLst`]},{parent:`pictureOptions`,order:[`applyToFront`,`applyToSides`,`applyToEnd`,`pictureFormat`,`pictureStackUnit`]}],$D=[{chartTypes:[`barChart`,`bar3DChart`],order:[`idx`,`order`,`tx`,`spPr`,`invertIfNegative`,`pictureOptions`,`dPt`,`dLbls`,`trendline`,`errBars`,`cat`,`val`,`shape`,`extLst`]},{chartTypes:[`lineChart`,`line3DChart`,`stockChart`],order:[`idx`,`order`,`tx`,`spPr`,`marker`,`dPt`,`dLbls`,`trendline`,`errBars`,`cat`,`val`,`smooth`,`extLst`]},{chartTypes:[`pieChart`,`pie3DChart`,`doughnutChart`,`ofPieChart`],order:[`idx`,`order`,`tx`,`spPr`,`explosion`,`dPt`,`dLbls`,`cat`,`val`,`extLst`]},{chartTypes:[`areaChart`,`area3DChart`],order:[`idx`,`order`,`tx`,`spPr`,`pictureOptions`,`dPt`,`dLbls`,`trendline`,`errBars`,`cat`,`val`,`extLst`]},{chartTypes:[`scatterChart`],order:[`idx`,`order`,`tx`,`spPr`,`marker`,`dPt`,`dLbls`,`trendline`,`errBars`,`xVal`,`yVal`,`smooth`,`extLst`]},{chartTypes:[`bubbleChart`],order:[`idx`,`order`,`tx`,`spPr`,`invertIfNegative`,`dPt`,`dLbls`,`trendline`,`errBars`,`xVal`,`yVal`,`bubbleSize`,`bubble3D`,`extLst`]},{chartTypes:[`radarChart`],order:[`idx`,`order`,`tx`,`spPr`,`marker`,`dPt`,`dLbls`,`cat`,`val`,`extLst`]},{chartTypes:[`surfaceChart`,`surface3DChart`],order:[`idx`,`order`,`tx`,`spPr`,`cat`,`val`,`extLst`]}],eO=[{parent:`barChart`,child:`axId`,min:2,max:2},{parent:`barChart`,child:`barDir`,min:1,max:1},{parent:`bar3DChart`,child:`axId`,min:3,max:3},{parent:`bar3DChart`,child:`barDir`,min:1,max:1},{parent:`lineChart`,child:`axId`,min:2,max:2},{parent:`lineChart`,child:`grouping`,min:1,max:1},{parent:`line3DChart`,child:`axId`,min:3,max:3},{parent:`line3DChart`,child:`grouping`,min:1,max:1},{parent:`areaChart`,child:`axId`,min:2,max:2},{parent:`area3DChart`,child:`axId`,min:3,max:3},{parent:`scatterChart`,child:`axId`,min:2,max:2},{parent:`scatterChart`,child:`scatterStyle`,min:1,max:1},{parent:`bubbleChart`,child:`axId`,min:2,max:2},{parent:`radarChart`,child:`axId`,min:2,max:2},{parent:`radarChart`,child:`radarStyle`,min:1,max:1},{parent:`stockChart`,child:`axId`,min:2,max:2},{parent:`surfaceChart`,child:`axId`,min:3,max:3},{parent:`surface3DChart`,child:`axId`,min:3,max:3},{parent:`ofPieChart`,child:`ofPieType`,min:1,max:1},{parent:`catAx`,child:`axId`,min:1,max:1},{parent:`catAx`,child:`scaling`,min:1,max:1},{parent:`catAx`,child:`axPos`,min:1,max:1},{parent:`catAx`,child:`crossAx`,min:1,max:1},{parent:`valAx`,child:`axId`,min:1,max:1},{parent:`valAx`,child:`scaling`,min:1,max:1},{parent:`valAx`,child:`axPos`,min:1,max:1},{parent:`valAx`,child:`crossAx`,min:1,max:1},{parent:`dateAx`,child:`axId`,min:1,max:1},{parent:`dateAx`,child:`scaling`,min:1,max:1},{parent:`dateAx`,child:`axPos`,min:1,max:1},{parent:`dateAx`,child:`crossAx`,min:1,max:1},{parent:`serAx`,child:`axId`,min:1,max:1},{parent:`serAx`,child:`scaling`,min:1,max:1},{parent:`serAx`,child:`axPos`,min:1,max:1},{parent:`serAx`,child:`crossAx`,min:1,max:1},{parent:`ser`,child:`idx`,min:1,max:1},{parent:`ser`,child:`order`,min:1,max:1},{parent:`trendline`,child:`trendlineType`,min:1,max:1},{parent:`errBars`,child:`errBarType`,min:1,max:1},{parent:`errBars`,child:`errValType`,min:1,max:1},{parent:`dPt`,child:`idx`,min:1,max:1},{parent:`dLbl`,child:`idx`,min:1,max:1}],tO=[{element:`barDir`,attr:`val`,allowed:[`bar`,`col`]},{element:`grouping`,attr:`val`,allowed:[`standard`,`stacked`,`percentStacked`,`clustered`]},{element:`orientation`,attr:`val`,allowed:[`minMax`,`maxMin`]},{element:`ofPieType`,attr:`val`,allowed:[`pie`,`bar`]},{element:`dLblPos`,attr:`val`,allowed:[`b`,`bestFit`,`ctr`,`inBase`,`inEnd`,`l`,`outEnd`,`r`,`t`]},{element:`legendPos`,attr:`val`,allowed:[`b`,`l`,`r`,`t`,`tr`]},{element:`scatterStyle`,attr:`val`,allowed:[`none`,`line`,`lineMarker`,`marker`,`smooth`,`smoothMarker`]},{element:`radarStyle`,attr:`val`,allowed:[`standard`,`marker`,`filled`]},{element:`dispBlanksAs`,attr:`val`,allowed:[`span`,`gap`,`zero`]},{element:`splitType`,attr:`val`,allowed:[`auto`,`cust`,`percent`,`pos`,`val`]},{element:`shape`,attr:`val`,allowed:[`cone`,`coneToMax`,`box`,`cylinder`,`pyramid`,`pyramidToMax`]},{element:`crosses`,attr:`val`,allowed:[`autoZero`,`min`,`max`]},{element:`crossBetween`,attr:`val`,allowed:[`between`,`midCat`]},{element:`lblAlgn`,attr:`val`,allowed:[`ctr`,`l`,`r`]},{element:`axPos`,attr:`val`,allowed:[`b`,`l`,`r`,`t`]},{element:`majorTickMark`,attr:`val`,allowed:[`cross`,`in`,`none`,`out`]},{element:`minorTickMark`,attr:`val`,allowed:[`cross`,`in`,`none`,`out`]},{element:`tickLblPos`,attr:`val`,allowed:[`high`,`low`,`nextTo`,`none`]},{element:`baseTimeUnit`,attr:`val`,allowed:[`days`,`months`,`years`]},{element:`majorTimeUnit`,attr:`val`,allowed:[`days`,`months`,`years`]},{element:`minorTimeUnit`,attr:`val`,allowed:[`days`,`months`,`years`]},{element:`trendlineType`,attr:`val`,allowed:[`exp`,`linear`,`log`,`movingAvg`,`poly`,`power`]},{element:`errDir`,attr:`val`,allowed:[`x`,`y`]},{element:`errBarType`,attr:`val`,allowed:[`both`,`minus`,`plus`]},{element:`errValType`,attr:`val`,allowed:[`cust`,`fixedVal`,`percentage`,`stdDev`,`stdErr`]},{element:`symbol`,attr:`val`,allowed:[`auto`,`circle`,`dash`,`diamond`,`dot`,`none`,`picture`,`plus`,`square`,`star`,`triangle`,`x`]},{element:`sizeRepresents`,attr:`val`,allowed:[`area`,`w`]},{element:`schemeClr`,attr:`val`,allowed:[`bg1`,`bg2`,`tx1`,`tx2`,`accent1`,`accent2`,`accent3`,`accent4`,`accent5`,`accent6`,`hlink`,`folHlink`,`phClr`,`dk1`,`dk2`,`lt1`,`lt2`]}],nO=[{element:`holeSize`,attr:`val`,min:10,max:90},{element:`firstSliceAng`,attr:`val`,min:0,max:360},{element:`overlap`,attr:`val`,min:-100,max:100},{element:`gapWidth`,attr:`val`,min:0,max:500},{element:`gapDepth`,attr:`val`,min:0,max:500},{element:`rotX`,attr:`val`,min:-90,max:90},{element:`rotY`,attr:`val`,min:0,max:360},{element:`perspective`,attr:`val`,min:0,max:240},{element:`hPercent`,attr:`val`,min:5,max:500},{element:`depthPercent`,attr:`val`,min:20,max:2e3},{element:`bubbleScale`,attr:`val`,min:0,max:300},{element:`secondPieSize`,attr:`val`,min:5,max:200},{element:`majorUnit`,attr:`val`,min:2**-52,max:Number.MAX_VALUE},{element:`minorUnit`,attr:`val`,min:2**-52,max:Number.MAX_VALUE},{element:`tickLblSkip`,attr:`val`,min:1,max:2**53-1},{element:`tickMarkSkip`,attr:`val`,min:1,max:2**53-1},{element:`alpha`,attr:`val`,min:0,max:1e5}],rO={barChart:new Set([`ctr`,`inBase`,`inEnd`,`outEnd`]),bar3DChart:new Set([`ctr`,`inBase`,`inEnd`,`outEnd`]),lineChart:new Set([`ctr`,`l`,`r`,`t`,`b`]),line3DChart:new Set([`ctr`,`l`,`r`,`t`,`b`]),scatterChart:new Set([`ctr`,`l`,`r`,`t`,`b`]),bubbleChart:new Set([`ctr`,`l`,`r`,`t`,`b`]),radarChart:new Set([`ctr`,`l`,`r`,`t`,`b`]),stockChart:new Set([`ctr`,`l`,`r`,`t`,`b`]),pieChart:new Set([`bestFit`,`ctr`,`inEnd`,`outEnd`]),pie3DChart:new Set([`bestFit`,`ctr`,`inEnd`,`outEnd`]),ofPieChart:new Set([`bestFit`,`ctr`,`inEnd`,`outEnd`]),doughnutChart:new Set,areaChart:new Set([`ctr`]),area3DChart:new Set([`ctr`])},iO={pieChart:new Set([`trendline`,`errBars`]),pie3DChart:new Set([`trendline`,`errBars`]),doughnutChart:new Set([`trendline`,`errBars`]),ofPieChart:new Set([`trendline`,`errBars`]),surfaceChart:new Set([`trendline`,`errBars`,`dLbls`,`marker`]),surface3DChart:new Set([`trendline`,`errBars`,`dLbls`,`marker`])},aO={scatterChart:2,bubbleChart:2,barChart:1,bar3DChart:1,lineChart:1,line3DChart:1,areaChart:1,area3DChart:1,radarChart:1,stockChart:1},oO={barChart:{min:1},bar3DChart:{min:1},lineChart:{min:1},line3DChart:{min:1},areaChart:{min:1},area3DChart:{min:1},scatterChart:{min:1},bubbleChart:{min:1},radarChart:{min:1},pieChart:{min:1},pie3DChart:{min:1},doughnutChart:{min:1},ofPieChart:{min:1},surfaceChart:{min:1},surface3DChart:{min:1},stockChart:{min:3,max:4}},sO=[`numRef`,`strRef`,`multiLvlStrRef`],cO=[`numLit`,`strLit`],lO=[`numCache`,`strCache`,`multiLvlStrCache`],uO=[`axisId`,`dataId`,`binCount`,`binSize`],dO=new Set(XD),fO=new Set(ZD),pO=new Set($D.flatMap(e=>e.order)),mO=/^[0-9A-Fa-f]{6}$/,hO={bg1:`lt1`,tx1:`dk1`,bg2:`lt2`,tx2:`dk2`},gO=/^\$?[A-Z]+\$?\d+(?::\$?[A-Z]+\$?\d+)?$/,_O=/^[A-Za-z_\\\u00C0-\uFFFF][A-Za-z0-9_.\\\u00C0-\uFFFF]*$/})),yO,bO,xO=t((()=>{rD(),yO=new TextDecoder,bO=class{constructor(e,t){this.textCache=new Map,this.domCache=new Map,this.relsCache=new Map,this.entries=e,this.reporter=t}has(e){let t=this.entries.get(e);return!!t&&t.type!==`directory`}*files(){for(let e of this.entries)e[1].type!==`directory`&&(yield e)}readText(e){let t=this.textCache.get(e);if(t!==void 0)return t;let n=this.entries.get(e);if(!n||n.type===`directory`)return;let r=yO.decode(n.data);return this.textCache.set(e,r),r}readDom(e,t){if(this.domCache.has(e))return this.domCache.get(e);let n=this.readText(e);if(n===void 0){this.domCache.set(e,void 0);return}let r=nD(n,e=>{t?.(e)});return this.domCache.set(e,r),r}readContentTypes(){if(this.contentTypes)return this.contentTypes;let e=`[Content_Types].xml`,t=this.readDom(e,t=>{this.reporter.error(`content-types-malformed`,`Content types XML parse error: ${t.message}`,e)}),n={defaults:new Map,overrides:new Map,parseOk:!1,duplicateOverrides:[]};if(!t)return this.contentTypes=n,n;let r=t.root;if(!(r.name===`Types`||r.name.endsWith(`:Types`)))return this.reporter.error(`content-types-malformed`,`Content types root element is <${r.name}>, expected <Types>`,e),this.contentTypes=n,n;for(let e of eD(r,`Default`)){let t=P(e,`Extension`),r=P(e,`ContentType`);t&&r&&n.defaults.set(t.toLowerCase(),r)}for(let e of eD(r,`Override`)){let t=P(e,`PartName`),r=P(e,`ContentType`);if(!t||!r)continue;let i=t.startsWith(`/`)?t.slice(1):t;n.overrides.has(i)?n.duplicateOverrides.push(t):n.overrides.set(i,r)}return n.parseOk=!0,this.contentTypes=n,n}readRels(e){let t=this.relsCache.get(e);if(t)return t;let n={rels:[],byId:new Map,parseOk:!1,malformedEntries:[]};if(!this.has(e))return this.relsCache.set(e,n),n;let r=this.readDom(e,t=>{this.reporter.error(`rels-malformed`,`Relationships XML parse error: ${t.message}`,e)});if(!r)return this.relsCache.set(e,n),n;let i=r.root;if(!(i.name===`Relationships`||i.name.endsWith(`:Relationships`)))return this.reporter.error(`rels-malformed`,`Relationships root element is <${i.name}>, expected <Relationships>`,e),this.relsCache.set(e,n),n;for(let e of eD(i,`Relationship`)){let t=P(e,`Id`),r=P(e,`Type`),i=P(e,`Target`),a=P(e,`TargetMode`);if(!t||!r||i===void 0){n.malformedEntries.push({missingId:!t,missingType:!r,missingTarget:i===void 0,id:t,type:r});continue}let o={id:t,type:r,target:i,targetMode:a};n.rels.push(o),n.byId.has(t)||n.byId.set(t,o)}return n.parseOk=!0,this.relsCache.set(e,n),n}}}));function SO(e){return e.startsWith(`/`)?e.slice(1):e}function CO(e){return e.endsWith(`.xml`)||e.endsWith(`.rels`)||e.endsWith(`.vml`)}function wO(e){if(e===`_rels/.rels`)return``;let t=e.indexOf(`/_rels/`);return t===-1?e.includes(`/`)?e.slice(0,e.lastIndexOf(`/`)):``:e.slice(0,t)}function TO(e){let t=e.lastIndexOf(`/`);return t===-1?e:e.slice(t+1)}function EO(e){let t=TO(e),n=t.lastIndexOf(`.`);return n===-1?``:t.slice(n+1).toLowerCase()}function DO(e,t){if(t.startsWith(`/`))return OO(t.split(`/`));let n=wO(e),r=[];return n&&r.push(...n.split(`/`)),r.push(...t.split(`/`)),OO(r)}function OO(e){let t=[],n=!1;for(let r of e)if(!(r===``||r===`.`)){if(r===`..`){t.length===0?n=!0:t.pop();continue}t.push(r)}let r=t.join(`/`);return n?`../${r}`:r}function kO(e){return!(e===`..`||e.startsWith(`../`)||e.includes(`/../`))}function AO(e){if(e===`_rels/.rels`)return;let t=TO(e);if(!t.endsWith(`.rels`))return;let n=wO(e),r=t.slice(0,-5);return n?`${n}/${r}`:r}function jO(e){if(!e||e.endsWith(`/`)||/[\\:*?"<>|]/.test(e))return!1;let t=e.split(`/`);for(let e of t)if(e===``||e===`.`||e===`..`)return!1;return!0}var MO=t((()=>{}));function NO(e){let t=new Set,n=new Set;for(let[r,i]of e.files()){if(i.type===`directory`||!IO.test(r))continue;let a=PO(r);if(!e.has(a))continue;let o=e.readRels(a);for(let e of o.rels){if(e.targetMode===`External`)continue;let r=DO(a,e.target);e.type===LO?t.add(r):e.type===RO&&n.add(r)}}for(let n of t){if(e.reporter.capped)return;FO(e,n,`chartEx-chartStyle-stub-form`,`chartStyle`)}for(let t of n){if(e.reporter.capped)return;FO(e,t,`chartEx-chartColorStyle-stub-form`,`chartColorStyle`)}}function PO(e){let t=e.lastIndexOf(`/`),n=t>=0?e.slice(0,t):``,r=t>=0?e.slice(t+1):e;return n?`${n}/_rels/${r}.rels`:`_rels/${r}.rels`}function FO(e,t,n,r){if(!e.has(t))return;let i=e.readDom(t);i&&(i.root.children.some(e=>e.type===`element`)||e.reporter.error(n,`${t}: ${r} sidecar referenced by a chartEx part is an id-only stub (root element has no children). Excel 2016+ rejects chartEx stub sidecars and drops the parent chartEx + drawing. Emit the full Microsoft-authored default content.`,t))}var IO,LO,RO,zO=t((()=>{MO(),IO=/^xl\/charts\/chartEx\d+\.xml$/,LO=`http://schemas.microsoft.com/office/2011/relationships/chartStyle`,RO=`http://schemas.microsoft.com/office/2011/relationships/chartColorStyle`}));function BO(e){for(let[t,n]of e.files()){if(e.reporter.capped)return;if(n.type===`directory`||!VO.test(t))continue;let r=e.readDom(t);r&&(tD(r.root,`drawing`)||e.reporter.error(`chartsheet-missing-drawing`,`${t}: missing drawing reference`,t))}}var VO,HO=t((()=>{rD(),VO=/^xl\/chartsheets\/sheet\d+\.xml$/}));function UO(e){let t=KO[e];if(t)return{contentType:t,label:e};for(let t of qO)if(t.pattern.test(e))return{contentType:t.contentType,label:t.label}}function WO(e){if(!e.has(`[Content_Types].xml`))return;let t=e.readContentTypes();if(t.parseOk){for(let n of t.duplicateOverrides)e.reporter.error(`content-types-duplicate-override`,`Duplicate Override PartName: ${n}`,`[Content_Types].xml`);t.defaults.get(`rels`)!==`application/vnd.openxmlformats-package.relationships+xml`&&e.reporter.error(`content-types-missing-default`,`Missing/incorrect Default for .rels (expected application/vnd.openxmlformats-package.relationships+xml)`,`[Content_Types].xml`),t.defaults.get(`xml`)!==`application/xml`&&e.reporter.error(`content-types-missing-default`,`Missing/incorrect Default for .xml (expected application/xml)`,`[Content_Types].xml`);for(let[n,r]of t.overrides){if(e.reporter.capped)return;e.has(n)||e.reporter.error(`content-types-missing`,`Override PartName points to missing file: /${n}`,`[Content_Types].xml`)}for(let[n,r]of e.files()){if(e.reporter.capped)return;if(r.type===`directory`||n===`[Content_Types].xml`)continue;jO(n)||e.reporter.error(`part-name-invalid`,`Illegal OPC part name: ${n}`,n);let i=t.overrides.get(n),a=EO(n),o=a?t.defaults.get(a):void 0;if(!i&&!o){a?e.reporter.error(`content-types-missing-for-part`,`No Default/Override content type for part: ${n} (extension .${a})`,`[Content_Types].xml`):e.reporter.error(`content-types-missing-for-part`,`No content type for part without extension: ${n}`,`[Content_Types].xml`);continue}let s=UO(n);if(!s)continue;let c=i??o;c!==s.contentType&&e.reporter.error(`content-types-wrong-for-part`,`Unexpected content type for /${SO(n)}: got "${c}", expected "${s.contentType}" (${s.label})`,`[Content_Types].xml`)}}}var GO,KO,qO,JO=t((()=>{MO(),GO={workbook:`application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml`,styles:`application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml`,sharedStrings:`application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml`,theme:`application/vnd.openxmlformats-officedocument.theme+xml`,worksheet:`application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml`,chartsheet:`application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml`,chart:`application/vnd.openxmlformats-officedocument.drawingml.chart+xml`,chartEx:`application/vnd.ms-office.chartex+xml`,chartStyle:`application/vnd.ms-office.chartstyle+xml`,chartColors:`application/vnd.ms-office.chartcolorstyle+xml`,drawing:`application/vnd.openxmlformats-officedocument.drawing+xml`,pivotTable:`application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml`,pivotCacheDefinition:`application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml`,pivotCacheRecords:`application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml`,comments:`application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml`,threadedComments:`application/vnd.ms-excel.threadedcomments+xml`,externalLink:`application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml`,tableDef:`application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml`,calcChain:`application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml`,app:`application/vnd.openxmlformats-officedocument.extended-properties+xml`,core:`application/vnd.openxmlformats-package.core-properties+xml`},KO={"xl/workbook.xml":GO.workbook,"xl/styles.xml":GO.styles,"xl/sharedStrings.xml":GO.sharedStrings,"xl/calcChain.xml":GO.calcChain,"docProps/app.xml":GO.app,"docProps/core.xml":GO.core},qO=[{pattern:/^xl\/theme\/[^/]+\.xml$/,contentType:GO.theme,label:`theme`},{pattern:/^xl\/worksheets\/sheet\d+\.xml$/,contentType:GO.worksheet,label:`worksheet`},{pattern:/^xl\/chartsheets\/sheet\d+\.xml$/,contentType:GO.chartsheet,label:`chartsheet`},{pattern:/^xl\/charts\/chart\d+\.xml$/,contentType:GO.chart,label:`chart`},{pattern:/^xl\/charts\/chartEx\d+\.xml$/,contentType:GO.chartEx,label:`chartEx`},{pattern:/^xl\/charts\/style\d+\.xml$/,contentType:GO.chartStyle,label:`chart style`},{pattern:/^xl\/charts\/colors\d+\.xml$/,contentType:GO.chartColors,label:`chart colors`},{pattern:/^xl\/charts\/styleEx\d+\.xml$/,contentType:GO.chartStyle,label:`chart styleEx`},{pattern:/^xl\/charts\/colorsEx\d+\.xml$/,contentType:GO.chartColors,label:`chart colorsEx`},{pattern:/^xl\/drawings\/drawing\d+\.xml$/,contentType:GO.drawing,label:`drawing`},{pattern:/^xl\/pivotTables\/pivotTable\d+\.xml$/,contentType:GO.pivotTable,label:`pivot table`},{pattern:/^xl\/pivotCache\/pivotCacheDefinition\d+\.xml$/,contentType:GO.pivotCacheDefinition,label:`pivot cache definition`},{pattern:/^xl\/pivotCache\/pivotCacheRecords\d+\.xml$/,contentType:GO.pivotCacheRecords,label:`pivot cache records`},{pattern:/^xl\/tables\/table\d+\.xml$/,contentType:GO.tableDef,label:`table`},{pattern:/^xl\/externalLinks\/externalLink\d+\.xml$/,contentType:GO.externalLink,label:`external link`},{pattern:/^xl\/comments\d+\.xml$/,contentType:GO.comments,label:`comments`},{pattern:/^xl\/threadedComments\/threadedComment\d+\.xml$/,contentType:GO.threadedComments,label:`threaded comments`}]}));function YO(e){for(let[t,n]of e.files()){if(e.reporter.capped)return;n.type===`directory`||!rk.test(t)||XO(e,t)}}function XO(e,t){let n=e.readDom(t);if(!n)return;let r=n.root;for(let n of N(r,`graphicFrame`))tD(n,`chart`)||e.reporter.error(`drawing-graphicFrame-missing-chart`,`${t}: xdr:graphicFrame has no c:chart or cx:chart reference`,t);for(let n of r.children)if(n.type===`element`&&$E(n.name,`AlternateContent`)&&(tD(n,`twoCellAnchor`)||tD(n,`oneCellAnchor`)||tD(n,`absoluteAnchor`))){let r=nk(n);(r===`cx`||r===`cx1`)&&e.reporter.error(`drawing-chartEx-alternateContent-outer-wrap`,`${t}: <mc:AlternateContent> wraps the entire anchor. Move it INSIDE <xdr:twoCellAnchor>, after <xdr:to> and before <xdr:clientData>, so <xdr:from>/<xdr:to> are not duplicated.`,t)}for(let n of[`twoCellAnchor`,`oneCellAnchor`,`absoluteAnchor`])for(let i of eD(r,n))QO(e,t,i),ZO(e,t,i)}function ZO(e,t,n){if(N(n,`chart`).filter(e=>{let t=e.name.indexOf(`:`);return t!==-1&&e.name.slice(0,t)===`cx`}).length===0)return;let r=n.children.find(e=>e.type===`element`&&$E(e.name,`AlternateContent`));if(!r){e.reporter.error(`drawing-chartEx-missing-alternateContent-wrap`,`${t}: anchor contains <cx:chart> but has no <mc:AlternateContent> wrapper. ChartEx drawings must place the <xdr:graphicFrame> inside <mc:AlternateContent><mc:Choice>…</mc:Choice><mc:Fallback>…</mc:Fallback></mc:AlternateContent>.`,t);return}let i=M(r,`Fallback`);if(!i){e.reporter.error(`drawing-chartEx-alternateContent-empty-fallback`,`${t}: <mc:AlternateContent> has no <mc:Fallback>. Excel's strict loader rejects drawings whose Fallback is missing.`,t);return}if(!i.children.some(e=>e.type===`element`)){e.reporter.error(`drawing-chartEx-alternateContent-empty-fallback`,`${t}: <mc:Fallback> is empty. Provide a non-empty legacy shape (e.g. <xdr:sp>) so non-ChartEx readers see a placeholder instead of collapsing the anchor.`,t);return}let a=M(r,`Choice`);if(!a)return;let o=M(a,`graphicFrame`);if(!o)return;let s=M(o,`nvGraphicFramePr`);if(!s)return;let c=M(s,`cNvPr`);if(!c)return;let l=M(c,`extLst`);l&&N(l,`creationId`).length>0||e.reporter.warning(`drawing-chartEx-missing-creationId`,`${t}: chartEx drawing <xdr:cNvPr> missing Office creation-id extension (<a:extLst>/<a:ext>/<a16:creationId>). Strict Excel builds may drop the drawing on load without it.`,t)}function QO(e,t,n){let r=n.name.includes(`:`)?n.name.slice(n.name.lastIndexOf(`:`)+1):n.name;if(r===`twoCellAnchor`){if(!M(n,`from`)||!M(n,`to`)){e.reporter.error(`drawing-anchor-missing`,`${t}: ${r} missing from/to`,t);return}$O(e,t,M(n,`from`)),$O(e,t,M(n,`to`))}else if(r===`oneCellAnchor`){if(!M(n,`from`)||!M(n,`ext`)){e.reporter.error(`drawing-anchor-missing`,`${t}: ${r} missing from/ext`,t);return}$O(e,t,M(n,`from`)),ek(e,t,M(n,`ext`),`ext`)}else if(r===`absoluteAnchor`){if(!M(n,`pos`)||!M(n,`ext`)){e.reporter.error(`drawing-anchor-missing`,`${t}: ${r} missing pos/ext`,t);return}ek(e,t,M(n,`pos`),`pos`),ek(e,t,M(n,`ext`),`ext`)}}function $O(e,t,n){if(n)for(let r of[`col`,`colOff`,`row`,`rowOff`]){let i=M(n,r);if(!i)continue;let a=tk(i).trim(),o=parseInt(a,10);Number.isFinite(o)||e.reporter.warning(`drawing-anchor-invalid-coords`,`${t}: anchor ${r}=${JSON.stringify(a)} is not an integer`,t)}}function ek(e,t,n,r){if(!n)return;let i=r===`ext`?[`cx`,`cy`]:[`x`,`y`];for(let a of i){let i=P(n,a);if(i===void 0)continue;let o=parseInt(i,10);Number.isFinite(o)||e.reporter.warning(`drawing-anchor-invalid-coords`,`${t}: ${r} ${a}=${JSON.stringify(i)} is not a valid EMU integer`,t)}}function tk(e){let t=``;for(let n of e.children)n.type===`text`||n.type===`cdata`?t+=n.value:n.type===`element`&&(t+=tk(n));return t}function nk(e){for(let t of e.children)if(t.type===`element`&&$E(t.name,`Choice`)){let e=P(t,`Requires`);if(e!==void 0)return e}}var rk,ik=t((()=>{rD(),rk=/^xl\/drawings\/drawing\d+\.xml$/}));function ak(e){let t=ok(e);for(let[n,r]of e.files()){if(e.reporter.capped)return;if(r.type===`directory`||!uk.test(n))continue;let i=e.readDom(n);if(!i)continue;let a=P(i.root,`cacheId`);if(a===void 0){e.reporter.error(`pivot-missing-cacheId`,`${n}: missing cacheId attribute`,n);continue}t.has(a)||e.reporter.error(`pivot-cacheId-not-in-workbook`,`${n}: cacheId="${a}" is not declared in workbook <pivotCaches>`,n)}for(let[t,n]of e.files()){if(e.reporter.capped)return;if(n.type===`directory`||!/^xl\/pivotCache\/pivotCacheDefinition\d+\.xml$/.test(t))continue;let r=e.readRels(sk(t)).rels.find(e=>e.type.includes(`pivotCacheRecords`));if(r){let n=r.target.startsWith(`/`)?r.target.slice(1):lk(ck(t),r.target);e.has(n)||e.reporter.error(`pivot-cacheRecords-missing`,`${t}: references missing pivotCacheRecords file ${n}`,t)}}}function ok(e){let t=new Set;if(!e.has(dk))return t;let n=e.readDom(dk);if(!n)return t;let r=M(n.root,`pivotCaches`);if(!r)return t;for(let e of eD(r,`pivotCache`)){let n=P(e,`cacheId`);n!==void 0&&t.add(n)}return t}function sk(e){let t=ck(e),n=e.slice(t.length?t.length+1:0);return t?`${t}/_rels/${n}.rels`:`_rels/${n}.rels`}function ck(e){let t=e.lastIndexOf(`/`);return t===-1?``:e.slice(0,t)}function lk(e,t){let n=e?e.split(`/`):[];for(let e of t.split(`/`))if(!(e===``||e===`.`)){if(e===`..`){n.pop();continue}n.push(e)}return n.join(`/`)}var uk,dk,fk=t((()=>{rD(),uk=/^xl\/pivotTables\/pivotTable\d+\.xml$/,dk=`xl/workbook.xml`}));function pk(e){e.has(`_rels/.rels`)&&(e.readRels(`_rels/.rels`).rels.some(e=>e.type.includes(`/relationships/officeDocument`)&&e.target===`xl/workbook.xml`)||e.reporter.error(`root-rels-missing-officeDocument`,`Missing officeDocument relationship to xl/workbook.xml`,`_rels/.rels`))}function mk(e){for(let[t,n]of e.files()){if(e.reporter.capped)return;n.type===`directory`||!t.endsWith(`.rels`)||hk(e,t)}}function hk(e,t){let n=e.readRels(t);for(let r of n.malformedEntries){if(e.reporter.capped)return;r.missingId&&e.reporter.error(`rels-missing-id-attr`,`Relationship missing Id attribute`,t),r.missingType&&e.reporter.error(`rels-missing-type-attr`,`Relationship ${r.id??`<no-id>`} missing Type attribute`,t),r.missingTarget&&e.reporter.error(`rels-missing-target`,`Relationship ${r.id??`<no-id>`} missing Target attribute`,t)}let r=new Set;for(let i of n.rels){if(e.reporter.capped)return;if(r.has(i.id)?e.reporter.error(`rels-duplicate-id`,`Duplicate relationship Id: ${i.id}`,t):r.add(i.id),i.targetMode===`External`)continue;if(i.target===``){e.reporter.error(`rels-empty-target`,`Relationship ${i.id} (${i.type}) has empty Target`,t);continue}let n=DO(t,i.target);if(!kO(n)){e.reporter.error(`rels-invalid-target-path`,`Rel ${i.id} (${i.type}) target escapes package root: ${i.target} -> ${n}`,t);continue}if(!e.has(n)){e.reporter.error(`rels-missing-target`,`Rel ${i.id} (${i.type}) target missing: ${i.target} -> ${n}`,t);continue}let a=gk.get(i.type);a&&!a.pattern.test(n)&&e.reporter.error(`rels-type-target-mismatch`,`Rel ${i.id} (${a.label}) points at unexpected target: ${n}`,t)}if(t!==`_rels/.rels`){let n=wO(t),r=TO(t).replace(/\.rels$/,``),i=AO(t)??(n?`${n}/${r}`:r);e.has(i)||e.reporter.error(`rels-source-missing`,`Relationships part has no corresponding source part: ${i}`,t)}}var gk,_k=t((()=>{MO(),gk=new Map([{type:`http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument`,pattern:/^xl\/workbook\.xml$/,label:`workbook`},{type:`http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet`,pattern:/^xl\/worksheets\/sheet\d+\.xml$/,label:`worksheet`},{type:`http://schemas.openxmlformats.org/officeDocument/2006/relationships/chartsheet`,pattern:/^xl\/chartsheets\/sheet\d+\.xml$/,label:`chartsheet`},{type:`http://schemas.openxmlformats.org/officeDocument/2006/relationships/chart`,pattern:/^xl\/charts\/chart\d+\.xml$/,label:`chart`},{type:`http://schemas.microsoft.com/office/2014/relationships/chartEx`,pattern:/^xl\/charts\/chartEx\d+\.xml$/,label:`chartEx`},{type:`http://schemas.microsoft.com/office/2011/relationships/chartStyle`,pattern:/^xl\/charts\/style(?:Ex)?\d+\.xml$/,label:`chart style`},{type:`http://schemas.microsoft.com/office/2011/relationships/chartColorStyle`,pattern:/^xl\/charts\/colors(?:Ex)?\d+\.xml$/,label:`chart colors`},{type:`http://schemas.openxmlformats.org/officeDocument/2006/relationships/drawing`,pattern:/^xl\/drawings\/drawing\d+\.xml$/,label:`drawing`},{type:`http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles`,pattern:/^xl\/styles\.xml$/,label:`styles`},{type:`http://schemas.openxmlformats.org/officeDocument/2006/relationships/sharedStrings`,pattern:/^xl\/sharedStrings\.xml$/,label:`shared strings`},{type:`http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme`,pattern:/^xl\/theme\/[^/]+\.xml$/,label:`theme`},{type:`http://schemas.openxmlformats.org/officeDocument/2006/relationships/pivotTable`,pattern:/^xl\/pivotTables\/pivotTable\d+\.xml$/,label:`pivot table`},{type:`http://schemas.openxmlformats.org/officeDocument/2006/relationships/pivotCacheDefinition`,pattern:/^xl\/pivotCache\/pivotCacheDefinition\d+\.xml$/,label:`pivot cache definition`},{type:`http://schemas.openxmlformats.org/officeDocument/2006/relationships/pivotCacheRecords`,pattern:/^xl\/pivotCache\/pivotCacheRecords\d+\.xml$/,label:`pivot cache records`},{type:`http://schemas.openxmlformats.org/officeDocument/2006/relationships/table`,pattern:/^xl\/tables\/table\d+\.xml$/,label:`table`},{type:`http://schemas.openxmlformats.org/officeDocument/2006/relationships/externalLink`,pattern:/^xl\/externalLinks\/externalLink\d+\.xml$/,label:`external link`}].map(e=>[e.type,e]))}));function vk(e){for(let t of bk)e.has(t)||e.reporter.error(`missing-part`,`Missing required part: ${t}`,t)}function yk(e){for(let[t,n]of e.files()){if(e.reporter.capped)return;if(!(n.type===`directory`||!CO(t))){if(t.endsWith(`.rels`)){e.readRels(t);continue}if(t===`[Content_Types].xml`){e.readContentTypes();continue}e.readDom(t,n=>{e.reporter.error(`xml-malformed`,`Malformed XML: ${n.message}`,t)})}}}var bk,xk=t((()=>{MO(),bk=[`[Content_Types].xml`,`_rels/.rels`,`xl/workbook.xml`,`xl/_rels/workbook.xml.rels`]}));function Sk(e){if(!e.has(Tk))return;let t=e.readDom(Tk);if(!t)return;let n=t.root,r=new Set,i=M(n,`numFmts`);if(i)for(let e of eD(i,`numFmt`)){let t=P(e,`numFmtId`),n=t===void 0?NaN:parseInt(t,10);Number.isFinite(n)&&r.add(n)}let a=Ck(n,`fonts`,`font`),o=Ck(n,`fills`,`fill`),s=Ck(n,`borders`,`border`),c=M(n,`cellXfs`);if(!c)return;let l=-1;for(let t of eD(c,`xf`)){if(l++,e.reporter.capped)return;let n=wk(t,`numFmtId`);n!==void 0&&n>=Ek&&!r.has(n)&&e.reporter.warning(`styles-numFmt-missing-for-xf`,`cellXfs[${l}] references numFmtId=${n} which is not declared in <numFmts>`,Tk);let i=wk(t,`fontId`);i!==void 0&&(i<0||i>=a)&&e.reporter.warning(`styles-font-index-oob`,`cellXfs[${l}] fontId=${i} is outside [0, ${a})`,Tk);let c=wk(t,`fillId`);c!==void 0&&(c<0||c>=o)&&e.reporter.warning(`styles-fill-index-oob`,`cellXfs[${l}] fillId=${c} is outside [0, ${o})`,Tk);let u=wk(t,`borderId`);u!==void 0&&(u<0||u>=s)&&e.reporter.warning(`styles-border-index-oob`,`cellXfs[${l}] borderId=${u} is outside [0, ${s})`,Tk)}}function Ck(e,t,n){let r=M(e,t);if(!r)return 0;let i=P(r,`count`),a=i===void 0?NaN:parseInt(i,10);return Number.isFinite(a)&&a>=0?a:eD(r,n).length}function wk(e,t){let n=P(e,t);if(n===void 0)return;let r=parseInt(n,10);return Number.isFinite(r)?r:void 0}var Tk,Ek,Dk=t((()=>{rD(),Tk=`xl/styles.xml`,Ek=164}));function Ok(e){for(let[t,n]of e.files()){if(e.reporter.capped)return;n.type===`directory`||!Pk.test(t)||kk(e,t)}}function kk(e,t){let n=e.readDom(t);if(!n)return;let r=n.root;Ak(e,t,r),jk(e,t,r),Nk(e,t,r)}function Ak(e,t,n){let r=M(n,`autoFilter`);if(!r)return;let i=M(n,`tableColumns`);if(!i)return;let a=eD(i,`tableColumn`).length;if(a===0)return;let o=eD(r,`filterColumn`);o.length===a&&o.every(e=>{let t=P(e,`hiddenButton`),n=e.children.some(e=>e.type===`element`);return t===`1`&&!n})&&e.reporter.error(`table-filterColumn-redundant-per-column`,`${t}: every column has a bare <filterColumn hiddenButton="1"/> (total ${o.length}). Excel drops tables with a fully-hidden autoFilter on load. Only emit <filterColumn> for columns that have active filter state or an explicit filterButton=false.`,t)}function jk(e,t,n){let r=M(n,`tableColumns`);if(r)for(let n of eD(r,`tableColumn`)){if(e.reporter.capped)return;let r=P(n,`totalsRowFunction`);if(!(!r||!Fk.has(r))&&M(n,`totalsRowFormula`)){let i=P(n,`name`)??P(n,`id`)??`?`;e.reporter.error(`table-totalsRowFormula-with-builtin-function`,`${t}: tableColumn "${i}" has totalsRowFunction="${r}" alongside a <totalsRowFormula>. The schema accepts the formula child only when totalsRowFunction is "custom" or absent.`,t)}}}function Mk(e){let t=/^[A-Za-z]+(\d+)(?::[A-Za-z]+(\d+))?$/.exec(e);if(!t)return;let n=parseInt(t[1],10),r=t[2]===void 0?n:parseInt(t[2],10);if(!(!Number.isFinite(n)||!Number.isFinite(r)))return{top:Math.min(n,r),bottom:Math.max(n,r)}}function Nk(e,t,n){let r=P(n,`ref`),i=P(n,`totalsRowCount`);if(!r||!i)return;let a=parseInt(i,10);if(!Number.isFinite(a)||a<=0)return;let o=M(n,`autoFilter`);if(!o)return;let s=P(o,`ref`);if(!s)return;let c=Mk(r),l=Mk(s);if(!c||!l)return;let u=c.bottom,d=u-a;l.bottom!==d&&e.reporter.error(`table-autoFilter-covers-totalsRow`,`${t}: autoFilter ref ends at row ${l.bottom} but table ref ends at row ${u} with totalsRowCount=${a}; autoFilter must end at row ${d} (one row above the totals row).`,t)}var Pk,Fk,Ik=t((()=>{rD(),Pk=/^xl\/tables\/table\d+\.xml$/,Fk=new Set([`sum`,`average`,`count`,`countNums`,`max`,`min`,`stdDev`,`var`])}));function Lk(e){if(!e.has(zk)||!e.has(Bk))return;let t=e.readDom(zk,t=>{e.reporter.error(`xml-malformed`,`Malformed XML: ${t.message}`,zk)});if(!t)return;let n=e.readRels(Bk);Rk(e,t.root);let r=M(t.root,`sheets`);if(!r)return;let i=new Set,a=new Set,o=new Set;for(let t of eD(r,`sheet`)){if(e.reporter.capped)return;let r=P(t,`sheetId`),s=P(t,`id`),c=P(t,`name`);if(r!==void 0&&(i.has(r)?e.reporter.error(`workbook-duplicate-sheetId`,`Duplicate sheetId in workbook: ${r}`,zk):i.add(r)),s!==void 0){a.has(s)?e.reporter.error(`workbook-duplicate-sheet-rid`,`Duplicate sheet r:id in workbook: ${s}`,zk):a.add(s);let t=n.byId.get(s);t?!t.type.includes(`/relationships/worksheet`)&&!t.type.includes(`/relationships/chartsheet`)&&e.reporter.error(`workbook-sheet-wrong-rel-type`,`Workbook <sheet> ${s} relationship is neither worksheet nor chartsheet: ${t.type}`,zk):e.reporter.error(`workbook-sheet-missing-rel`,`Workbook <sheet> references missing relationship: ${s} (in ${Bk})`,zk)}if(c===void 0){e.reporter.error(`workbook-sheet-missing-name`,`Workbook <sheet> (sheetId=${r??`?`}) missing name attribute`,zk);continue}(c.length===0||c.length>Hk)&&e.reporter.error(`workbook-sheet-name-too-long`,`Sheet name "${c}" has ${c.length} characters; Excel limit is ${Hk}`,zk),Vk.test(c)&&e.reporter.error(`workbook-sheet-name-invalid-chars`,`Sheet name "${c}" contains characters disallowed by Excel (\\ / ? * [ ] :)`,zk);let l=c.toLowerCase();o.has(l)?e.reporter.error(`workbook-sheet-name-duplicate`,`Duplicate sheet name (case-insensitive): "${c}"`,zk):o.add(l)}}function Rk(e,t){let n=new Map;for(let e=0;e<Uk.length;e++)n.set(Uk[e],e);let r=-1,i=``;for(let a of t.children){if(a.type!==`element`)continue;let t=QE(a.name),o=n.get(t);if(o!==void 0){if(o<r){e.reporter.error(`workbook-child-order`,`Workbook child element <${t}> appears after <${i}>, violating CT_Workbook sequence order (ECMA-376 §18.2.27). Excel will reject this file as corrupt.`,zk);return}o>r&&(r=o,i=t)}}}var zk,Bk,Vk,Hk,Uk,Wk=t((()=>{rD(),zk=`xl/workbook.xml`,Bk=`xl/_rels/workbook.xml.rels`,Vk=/[\\/?*[\]:]/,Hk=31,Uk=[`fileVersion`,`fileSharing`,`workbookPr`,`workbookProtection`,`bookViews`,`sheets`,`functionGroups`,`externalReferences`,`definedNames`,`calcPr`,`oleSize`,`customWorkbookViews`,`pivotCaches`,`smartTagPr`,`smartTagTypes`,`webPublishing`,`fileRecoveryPr`,`webPublishObjects`,`extLst`]}));function Gk(e){let t=e.readDom(`xl/styles.xml`);if(!t)return;let n=M(t.root,`cellXfs`);if(!n)return 0;let r=P(n,`count`),i=r===void 0?NaN:parseInt(r,10);return Number.isFinite(i)&&i>=0?i:eD(n,`xf`).length}function Kk(e){let t=e.readDom(`xl/sharedStrings.xml`);if(!t)return;let n=P(t.root,`uniqueCount`),r=n===void 0?NaN:parseInt(n,10);return Number.isFinite(r)&&r>=0?r:eD(t.root,`si`).length}function qk(e){return{cellXfs:Gk(e),sstSize:Kk(e)}}function Jk(e){let t=/^\$?([A-Za-z]+)\$?(\d+)$/.exec(e);if(t)try{let e=ja(t[1])+1,n=Na(t[2])+1;return!Number.isFinite(e)||!Number.isFinite(n)?void 0:{col:e,row:n}}catch{return}}function Yk(e){let t=e.indexOf(`:`);if(t===-1){let t=Jk(e);return t?{t:t.row,l:t.col,b:t.row,r:t.col,ref:e}:void 0}let n=Jk(e.slice(0,t)),r=Jk(e.slice(t+1));if(!(!n||!r))return{t:Math.min(n.row,r.row),b:Math.max(n.row,r.row),l:Math.min(n.col,r.col),r:Math.max(n.col,r.col),ref:e}}function Xk(e,t){return e.l<=t.r&&t.l<=e.r&&e.t<=t.b&&t.t<=e.b}function Zk(e){let t;for(let[n,r]of e.files()){if(e.reporter.capped)return;r.type===`directory`||!n.startsWith(`xl/worksheets/sheet`)||!n.endsWith(`.xml`)||(t??=qk(e),Qk(e,n,t))}}function Qk(e,t,n){let r=e.readDom(t,n=>{e.reporter.error(`xml-malformed`,`Malformed XML: ${n.message}`,t)});if(!r)return;let i=r.root;$k(e,t,i);let a=M(i,`sheetData`);a&&tA(e,t,a,n);let o=M(i,`mergeCells`);o&&aA(e,t,o),oA(e,t,i)}function $k(e,t,n){let r=-1,i=!1,a=!1;for(let o of eA(n)){if(o.type!==`element`)continue;let n=o.name.includes(`:`)?o.name.slice(o.name.lastIndexOf(`:`)+1):o.name,s=cA.get(n);if(s!==void 0){if(s<r){let o=sA[r]??`?`;e.reporter.error(`sheet-child-out-of-order`,`Worksheet child <${n}> appears after <${o}>; expected order violated`,t),n===`legacyDrawing`&&i&&(a=!0)}s>r&&(r=s),n===`controls`&&(i=!0)}}a&&e.reporter.error(`sheet-legacyDrawing-after-controls`,`Worksheet has <legacyDrawing> after <controls>; Excel may repair or reject this sheet`,t)}function*eA(e){for(let t of e.children)if(t.type===`element`){if((t.name.includes(`:`)?t.name.slice(t.name.lastIndexOf(`:`)+1):t.name)===`AlternateContent`){for(let e of t.children)if(e.type===`element`&&(e.name.includes(`:`)?e.name.slice(e.name.lastIndexOf(`:`)+1):e.name)===`Choice`)for(let t of e.children)t.type===`element`&&(yield t);continue}yield t}}function tA(e,t,n,r){let i=new Map,a=new Set;for(let o of n.children){if(e.reporter.capped)return;if(o.type!==`element`||!$E(o.name,`row`))continue;let n=P(o,`r`),s=n===void 0?NaN:parseInt(n,10);Number.isFinite(s)&&(s<1||s>lA)&&e.reporter.error(`sheet-row-index-out-of-bounds`,`Row r="${n}" is outside Excel's limit 1..${lA}`,t);for(let n of o.children){if(e.reporter.capped)return;n.type!==`element`||!$E(n.name,`c`)||(nA(e,t,n,Number.isFinite(s)?s:void 0,r),rA(n,i,a))}}for(let[n,r]of i)r>1&&e.reporter.error(`sheet-sharedFormula-duplicate-master`,`Shared formula si="${n}" has ${r} master entries (should be exactly one)`,t);for(let n of a)i.has(n)||e.reporter.error(`sheet-sharedFormula-master-missing`,`Shared formula si="${n}" has no master entry`,t)}function nA(e,t,n,r,i){let a=P(n,`r`);if(a===void 0){e.reporter.error(`sheet-cell-ref-missing`,`Cell missing r="" attribute`,t);return}let o=Jk(a);if(!o){e.reporter.error(`sheet-cell-ref-invalid`,`Cell has invalid r="${a}"`,t);return}(o.col<1||o.col>uA||o.row<1||o.row>lA)&&e.reporter.error(`sheet-cell-ref-out-of-bounds`,`Cell r="${a}" is outside Excel's sheet bounds (max XFD1048576)`,t),r!==void 0&&o.row!==r&&e.reporter.error(`sheet-cell-ref-row-mismatch`,`Cell r="${a}" has row ${o.row} but is inside <row r="${r}">`,t);let s=P(n,`s`);if(s!==void 0&&i.cellXfs!==void 0){let n=parseInt(s,10);(!Number.isFinite(n)||n<0||n>=i.cellXfs)&&e.reporter.error(`sheet-cell-style-index-oob`,`Cell r="${a}" s="${s}" is outside cellXfs range [0, ${i.cellXfs})`,t)}if(P(n,`t`)===`s`&&i.sstSize!==void 0){let r=M(n,`v`);if(r){let n=iA(r).trim(),o=parseInt(n,10);(!Number.isFinite(o)||o<0||o>=i.sstSize)&&e.reporter.error(`sheet-cell-sst-index-oob`,`Cell r="${a}" references sharedStrings index ${n} but SST has ${i.sstSize} entries`,t)}}}function rA(e,t,n){let r=M(e,`f`);if(!r||P(r,`t`)!==`shared`)return;let i=P(r,`si`);if(i===void 0)return;let a=P(r,`ref`)!==void 0,o=iA(r).trim().length>0;a||o?t.set(i,(t.get(i)??0)+1):n.add(i)}function iA(e){let t=``;for(let n of e.children)n.type===`text`||n.type===`cdata`?t+=n.value:n.type===`element`&&(t+=iA(n));return t}function aA(e,t,n){let r=[];for(let i of eD(n,`mergeCell`)){if(e.reporter.capped)return;let n=P(i,`ref`);if(!n){e.reporter.error(`sheet-merge-invalid-range`,`<mergeCell> missing ref attribute`,t);continue}let a=Yk(n);if(!a){e.reporter.error(`sheet-merge-invalid-range`,`<mergeCell ref="${n}"> does not parse as a range`,t);continue}for(let i of r)if(Xk(i,a)){e.reporter.error(`sheet-merge-overlap`,`Merge ${n} overlaps with earlier merge ${i.ref}`,t);break}r.push(a)}}function oA(e,t,n){let r=`xl/worksheets/_rels/${TO(t)}.rels`,i=[];for(let e of eA(n))i.push(e);let a=e=>e.name.includes(`:`)?e.name.slice(e.name.lastIndexOf(`:`)+1):e.name,o=[],s=i.find(e=>a(e)===`controls`);if(s)for(let e of N(s,`control`)){let t=P(e,`id`);t&&o.push({rid:t,kind:`control`,typeIncludes:`/relationships/ctrlProp`,missingKind:`sheet-control-missing-rel`,wrongKind:`sheet-control-wrong-rel-type`,label:`<control>`})}let c=i.find(e=>a(e)===`legacyDrawing`);if(c){let e=P(c,`id`);e&&o.push({rid:e,kind:`legacyDrawing`,typeIncludes:`/relationships/vmlDrawing`,missingKind:`sheet-legacyDrawing-missing-rel`,wrongKind:`sheet-legacyDrawing-wrong-rel-type`,label:`<legacyDrawing>`})}let l=i.find(e=>a(e)===`drawing`);if(l){let e=P(l,`id`);e&&o.push({rid:e,kind:`drawing`,typeIncludes:`/relationships/drawing`,missingKind:`sheet-drawing-missing-rel`,wrongKind:`sheet-drawing-wrong-rel-type`,label:`<drawing>`})}let u=i.find(e=>a(e)===`hyperlinks`);if(u)for(let e of eD(u,`hyperlink`)){let t=P(e,`id`);t&&o.push({rid:t,kind:`hyperlink`,typeIncludes:`/relationships/hyperlink`,missingKind:`sheet-hyperlink-missing-rel`,wrongKind:`sheet-hyperlink-wrong-rel-type`,label:`<hyperlink>`})}let d=i.find(e=>a(e)===`tableParts`);if(d)for(let e of eD(d,`tablePart`)){let t=P(e,`id`);t&&o.push({rid:t,kind:`tablePart`,typeIncludes:`/relationships/table`,missingKind:`sheet-tablePart-missing-rel`,wrongKind:`sheet-tablePart-wrong-rel-type`,label:`<tablePart>`})}for(let e of i.filter(e=>a(e)===`comments`)){let t=P(e,`id`);t&&o.push({rid:t,kind:`comments`,typeIncludes:`/relationships/comments`,missingKind:`sheet-comments-missing-rel`,wrongKind:`sheet-comments-wrong-rel-type`,label:`<comments>`})}let f=o.some(e=>e.kind===`control`),p=o.some(e=>e.kind===`drawing`);if(f&&!p&&e.reporter.error(`sheet-controls-missing-drawing`,`Worksheet has legacy <controls> but no <drawing>; Excel may repair/reject legacy form controls`,t),o.length>0&&!e.has(r)){e.reporter.error(`sheet-missing-rels`,`Worksheet has controls/legacyDrawing/drawing/hyperlinks/tableParts but missing rels part: ${r}`,t);return}if(!e.has(r))return;let m=e.readRels(r);for(let n of o){if(e.reporter.capped)return;let i=m.byId.get(n.rid);if(!i){e.reporter.error(n.missingKind,`Sheet ${n.label} references missing relationship: ${n.rid} (in ${r})`,t);continue}i.type.includes(n.typeIncludes)||e.reporter.error(n.wrongKind,`Sheet ${n.label} ${n.rid} relationship is not ${n.typeIncludes}: ${i.type}`,t)}}var sA,cA,lA,uA,dA=t((()=>{Ba(),MO(),rD(),sA=`sheetPr.dimension.sheetViews.sheetFormatPr.cols.sheetData.sheetCalcPr.sheetProtection.protectedRanges.scenarios.autoFilter.sortState.dataConsolidate.customSheetViews.mergeCells.phoneticPr.conditionalFormatting.dataValidations.hyperlinks.printOptions.pageMargins.pageSetup.headerFooter.rowBreaks.colBreaks.customProperties.cellWatches.ignoredErrors.smartTags.drawing.legacyDrawing.legacyDrawingHF.drawingHF.picture.oleObjects.controls.webPublishItems.tableParts.extLst`.split(`.`),cA=new Map(sA.map((e,t)=>[e,t])),lA=1048576,uA=16384})),fA,pA=t((()=>{fA=class{constructor(e={}){this.problems=[],this.errorCount=0,this.maxProblems=e.maxProblems,this.includeWarnings=e.includeWarnings??!1}get capped(){return this.maxProblems!==void 0&&this.problems.length>=this.maxProblems}get hasErrors(){return this.errorCount>0}error(e,t,n){this.push({kind:e,severity:`error`,message:t,file:n}),this.errorCount+=+!this.capped}warning(e,t,n){this.includeWarnings&&this.push({kind:e,severity:`warning`,message:t,file:n})}push(e){this.maxProblems!==void 0&&this.problems.length>=this.maxProblems||this.problems.push(e)}}}));async function mA(e,t={}){let{checkXmlWellFormed:n=!0,checkRelationshipTargets:r=!0,checkContentTypesOverrides:i=!0,checkWorksheetControlWiring:a=!0,checkChartStructure:o=!0,checkStylesIntegrity:s=!0,maxProblems:c,includeWarnings:l=!1}=t,u=await BE(e),d=new fA({maxProblems:c,includeWarnings:l}),f=new bO(u,d);vk(f),n&&yk(f),i&&WO(f),pk(f),r&&mk(f),Lk(f),a&&Zk(f),o&&(iD(f),YO(f),BO(f),ak(f),Ok(f),NO(f)),s&&Sk(f);let p=hA(u);return{ok:!d.hasErrors,problems:d.problems,stats:p}}function hA(e){let t=0,n=0,r=0;for(let[,i]of e)i.type!==`directory`&&(t++,CO(i.path)&&n++,i.path.endsWith(`.rels`)&&r++);return{entryCount:t,xmlLikeCount:n,relsCount:r}}var gA=t((()=>{VE(),vO(),zO(),HO(),JO(),ik(),fk(),_k(),xk(),Dk(),Ik(),Wk(),dA(),xO(),MO(),pA()}));function _A(e,t,n){let r=vA(n);e.openNode(`sheetData`,{sheetId:t});for(let t of r){e.openNode(`row`,{r:t.rowNum});for(let{address:n,value:r}of t.cells)xA(e,n,r);e.closeNode()}e.closeNode()}function vA(e){let t=new Map;for(let n of Object.keys(e)){let r=n.toUpperCase(),i=yA(r);if(i===void 0)continue;let a=t.get(i);a||(a={rowNum:i,cells:[]},t.set(i,a)),a.cells.push({address:bA(r),value:e[n]})}return[...t.values()].sort((e,t)=>e.rowNum-t.rowNum)}function yA(e){let t=/^\$?[A-Z]+\$?(\d+)$/.exec(e);return t?parseInt(t[1],10):void 0}function bA(e){return e.replace(/\$/g,``)}function xA(e,t,n){if(n==null){e.leafNode(`cell`,{r:t});return}if(typeof n==`number`){e.openNode(`cell`,{r:t}),e.leafNode(`v`,void 0,String(n)),e.closeNode();return}if(typeof n==`boolean`){e.openNode(`cell`,{r:t,t:`b`}),e.leafNode(`v`,void 0,n?`1`:`0`),e.closeNode();return}if(SA(n)){e.openNode(`cell`,{r:t,t:`e`}),e.leafNode(`v`,void 0,n),e.closeNode();return}e.openNode(`cell`,{r:t,t:`str`}),e.leafNode(`v`,void 0,n),e.closeNode()}function SA(e){return EA.has(e)}function CA(e,t){if(t===null||t===``)return null;switch(e){case`b`:return t!==`0`&&t.toLowerCase()!==`false`;case`e`:return t;case`str`:return t;default:{let e=Number(t);return Number.isFinite(e)?e:t}}}var wA,TA,EA,DA=t((()=>{j(),ag(),wA={xmlns:`http://schemas.openxmlformats.org/spreadsheetml/2006/main`,"xmlns:r":`http://schemas.openxmlformats.org/officeDocument/2006/relationships`},TA=class extends A{constructor(...e){super(...e),this.sheetNamesByIndex=[],this.currentSheetCells=null,this.currentSheetName=null,this.currentCellAddress=null,this.currentCellType=`n`,this.currentCellValue=null,this.inV=!1}get tag(){return`externalLink`}reset(){super.reset(),this.sheetNamesByIndex=[],this.currentSheetCells=null,this.currentSheetName=null,this.currentCellAddress=null,this.currentCellType=`n`,this.currentCellValue=null,this.inV=!1}render(e,t){if(e.openXml(of),e.openNode(`externalLink`,wA),e.openNode(`externalBook`,{"r:id":`rId1`}),t.sheetNames.length>0){e.openNode(`sheetNames`);for(let n of t.sheetNames)e.leafNode(`sheetName`,{val:n});e.closeNode()}let n=t.cachedValues??{},r=Object.keys(n).some(e=>{let t=n[e];return t&&Object.keys(t).length>0});e.openNode(`sheetDataSet`);for(let i=0;i<t.sheetNames.length;i++){let a=t.sheetNames[i],o=r?n[a]:void 0;o&&Object.keys(o).length>0?_A(e,i,o):e.leafNode(`sheetData`,{sheetId:String(i)})}e.closeNode(),e.closeNode(),e.closeNode()}parseOpen(e){switch(e.name){case`externalLink`:return this.model={externalBookRId:``,sheetNames:[],cachedValues:{}},this.sheetNamesByIndex=[],!0;case`externalBook`:return this.model&&(this.model.externalBookRId=e.attributes[`r:id`]??``),!0;case`sheetName`:if(this.model){let t=e.attributes.val??``;this.model.sheetNames.push(t),this.sheetNamesByIndex.push(t)}return!0;case`sheetData`:{let t=e.attributes.sheetId,n=t===void 0?NaN:parseInt(t,10);return this.currentSheetName=Number.isFinite(n)?this.sheetNamesByIndex[n]??null:null,this.currentSheetCells=this.currentSheetName?{}:null,!0}case`cell`:return this.currentCellAddress=e.attributes.r??null,this.currentCellType=e.attributes.t??`n`,this.currentCellValue=null,!0;case`v`:return this.inV=!0,this.currentCellValue=``,!0;default:return!1}}parseText(e){this.inV&&(this.currentCellValue=(this.currentCellValue??``)+e)}parseClose(e){switch(e){case`v`:return this.inV=!1,!0;case`cell`:return this.model&&this.currentSheetCells&&this.currentCellAddress&&(this.currentSheetCells[this.currentCellAddress.toUpperCase()]=CA(this.currentCellType,this.currentCellValue)),this.currentCellAddress=null,this.currentCellType=`n`,this.currentCellValue=null,!0;case`sheetData`:return this.model&&this.currentSheetName&&this.currentSheetCells&&Object.keys(this.currentSheetCells).length>0&&(this.model.cachedValues[this.currentSheetName]=this.currentSheetCells),this.currentSheetName=null,this.currentSheetCells=null,!0;case`externalLink`:return!1;default:return!0}}},EA=new Set([`#NULL!`,`#DIV/0!`,`#VALUE!`,`#REF!`,`#NAME?`,`#NUM!`,`#N/A`,`#GETTING_DATA`,`#SPILL!`,`#CALC!`,`#CONNECT!`,`#BLOCKED!`,`#UNKNOWN!`,`#FIELD!`,`#PYTHON!`])})),OA,kA,AA=t((()=>{j(),Ny(),ag(),OA=`Author`,kA=class e extends A{constructor(){super(),this._authors=[],this._inAuthors=!1,this._inAuthor=!1,this._currentAuthor=``,this.map={comment:new My},this.model={comments:[]}}render(t,n){let r=n||this.model;t.openXml(of),t.openNode(`comments`,e.COMMENTS_ATTRIBUTES);let i=new Set;for(let e of r.comments)i.add(e.author??OA);let a=[...i];t.openNode(`authors`);for(let e of a)t.leafNode(`author`,null,e);t.closeNode(),t.openNode(`commentList`),r.comments.forEach(e=>{let n=a.indexOf(e.author??OA);this.map.comment.render(t,{...e,authorId:n>=0?n:0})}),t.closeNode(),t.closeNode()}parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(e.name){case`authors`:return this._inAuthors=!0,this._authors=[],!0;case`author`:return this._inAuthors&&(this._inAuthor=!0,this._currentAuthor=``),!0;case`commentList`:return this.model={comments:[]},!0;case`comment`:return this.parser=this.map.comment,this.parser.parseOpen(e),!0;default:return!1}}parseText(e){this._inAuthor?this._currentAuthor+=e:this.parser&&this.parser.parseText(e)}parseClose(e){switch(e){case`authors`:return this._inAuthors=!1,!0;case`author`:return this._inAuthors&&(this._authors.push(this._currentAuthor),this._inAuthor=!1,this._currentAuthor=``),!0;case`commentList`:for(let e of this.model.comments){let{authorId:t}=e;t!=null&&t>=0&&t<this._authors.length&&(e.author=this._authors[t])}return!1;case`comment`:return this.model.comments.push(this.parser.model),this.parser=void 0,!0;default:return this.parser&&this.parser.parseClose(e),!0}}static{this.COMMENTS_ATTRIBUTES={xmlns:`http://schemas.openxmlformats.org/spreadsheetml/2006/main`}}}}));function jA(e){let t=[];t.push(`<?xml version="1.0" encoding="UTF-8" standalone="yes"?>`),t.push(`<ThreadedComments xmlns="${RA}">`);for(let{ref:n,comment:r}of e){let e=r.id??`{${pw()}}`,i=[`ref="${IA(n)}"`];if(r.date&&i.push(`dT="${IA(r.date)}"`),i.push(`personId="${IA(r.personId)}"`),i.push(`id="${IA(e)}"`),r.parentId&&i.push(`parentId="${IA(r.parentId)}"`),r.done!==void 0&&i.push(`done="${r.done?`1`:`0`}"`),t.push(`<threadedComment ${i.join(` `)}>`),t.push(`<text>${FA(r.text)}</text>`),r.mentions&&r.mentions.length>0){t.push(`<mentions>`);for(let e of r.mentions){if(!LA(e.startIndex))throw Error(`Threaded comment mention.startIndex must be a non-negative integer; got ${e.startIndex}.`);if(!LA(e.length))throw Error(`Threaded comment mention.length must be a non-negative integer; got ${e.length}.`);let n=[`mentionpersonId="${IA(e.mentionPersonId)}"`,`mentionId="${IA(e.mentionId??`{${pw()}}`)}"`,`startIndex="${e.startIndex}"`,`length="${e.length}"`];t.push(`<mention ${n.join(` `)}/>`)}t.push(`</mentions>`)}t.push(`</threadedComment>`)}return t.push(`</ThreadedComments>`),t.join(``)}function MA(e){let t;try{t=GE(e).root}catch{return[]}let n=[];for(let e of qE(t,`threadedComment`)){let t=e.attributes.ref;if(!t)continue;let r=e.attributes.personId;if(!r)continue;let i=KE(e,`text`),a=KE(e,`mentions`),o=a?qE(a,`mention`).map(e=>({mentionId:e.attributes.mentionId,mentionPersonId:e.attributes.mentionpersonId??``,startIndex:parseInt(e.attributes.startIndex??`0`,10),length:parseInt(e.attributes.length??`0`,10)})):[],s={personId:r,text:i?JE(i):``,...e.attributes.id?{id:e.attributes.id}:{},...e.attributes.parentId?{parentId:e.attributes.parentId}:{},...e.attributes.dT?{date:e.attributes.dT}:{},...e.attributes.done===void 0?{}:{done:e.attributes.done===`1`},...o.length>0?{mentions:o}:{}};n.push({ref:t,comment:s})}return n}function NA(e){let t=[];t.push(`<?xml version="1.0" encoding="UTF-8" standalone="yes"?>`),t.push(`<personList xmlns="${RA}">`);for(let n of e){let e=[`displayName="${IA(n.displayName)}"`,`id="${IA(n.id)}"`];n.userId!==void 0&&e.push(`userId="${IA(n.userId)}"`),n.providerId!==void 0&&e.push(`providerId="${IA(n.providerId)}"`),t.push(`<person ${e.join(` `)}/>`)}return t.push(`</personList>`),t.join(``)}function PA(e){let t;try{t=GE(e).root}catch{return[]}return qE(t,`person`).map(e=>{let t=e.attributes.id??`{${pw()}}`,n=e.attributes.displayName??``;if(!n)return;let r={id:t,displayName:n};return e.attributes.userId!==void 0&&(r.userId=e.attributes.userId),e.attributes.providerId!==void 0&&(r.providerId=e.attributes.providerId),r}).filter(e=>e!==void 0)}function FA(e){return qd(e)}function IA(e){return Jd(e)}function LA(e){return typeof e==`number`&&Number.isFinite(e)&&e>=0&&Math.floor(e)===e}var RA,zA=t((()=>{mw(),ZE(),sf(),RA=`http://schemas.microsoft.com/office/spreadsheetml/2018/threadedcomments`})),BA,VA=t((()=>{j(),ag(),BA=class extends A{_checkedToXmlValue(e){switch(e){case`Checked`:return`1`;case`Mixed`:return`2`;default:return`0`}}get tag(){return`formControlPr`}render(e,t){let n=t||this.model,r={xmlns:`http://schemas.microsoft.com/office/spreadsheetml/2009/9/main`,objectType:`CheckBox`,checked:this._checkedToXmlValue(n.checked),lockText:`1`};n.link&&(r.fmlaLink=n.link),n.noThreeD&&(r.noThreeD=`1`),e.openXml({version:`1.0`,encoding:`UTF-8`,standalone:`yes`}),e.leafNode(this.tag,r)}toXml(e){let t=new ig;return this.render(t,e),t.xml}parseOpen(){return!0}parseText(){}parseClose(){return!1}}})),HA,UA=t((()=>{Sw(),j(),Ky(),ag(),HA=class e extends A{constructor(){super(),this._parsingHeaderImage=!1,this.map={"v:shape":new Gy},this.model={comments:[],formControls:[]}}get tag(){return`xml`}render(t,n){let r=n||this.model,i=r.comments,a=r.formControls,o=r.headerImage,s=i&&i.length>0,c=a&&a.length>0,l=!!o;if(t.openXml(of),t.openNode(this.tag,e.DRAWING_ATTRIBUTES),t.openNode(`o:shapelayout`,{"v:ext":`edit`}),t.leafNode(`o:idmap`,{"v:ext":`edit`,data:1}),t.closeNode(),s&&(t.openNode(`v:shapetype`,{id:`_x0000_t202`,coordsize:`21600,21600`,"o:spt":202,path:`m,l,21600r21600,l21600,xe`}),t.leafNode(`v:stroke`,{joinstyle:`miter`}),t.leafNode(`v:path`,{gradientshapeok:`t`,"o:connecttype":`rect`}),t.closeNode()),c&&(t.openNode(`v:shapetype`,{id:`_x0000_t201`,coordsize:`21600,21600`,"o:spt":`201`,path:`m,l,21600r21600,l21600,xe`}),t.leafNode(`v:stroke`,{joinstyle:`miter`}),t.leafNode(`v:path`,{shadowok:`f`,"o:extrusionok":`f`,strokeok:`f`,fillok:`f`,"o:connecttype":`rect`}),t.leafNode(`o:lock`,{"v:ext":`edit`,shapetype:`t`}),t.closeNode()),l&&(t.openNode(`v:shapetype`,{id:`_x0000_t75`,coordsize:`21600,21600`,"o:spt":`75`,"o:preferrelative":`t`,path:`m@4@5l@4@11@9@11@9@5xe`,filled:`f`,stroked:`f`}),t.leafNode(`v:stroke`,{joinstyle:`miter`}),t.openNode(`v:formulas`),t.leafNode(`v:f`,{eqn:`if lineDrawn pixelLineWidth 0`}),t.leafNode(`v:f`,{eqn:`sum @0 1 0`}),t.leafNode(`v:f`,{eqn:`sum 0 0 @1`}),t.leafNode(`v:f`,{eqn:`prod @2 1 2`}),t.leafNode(`v:f`,{eqn:`prod @3 21600 pixelWidth`}),t.leafNode(`v:f`,{eqn:`prod @3 21600 pixelHeight`}),t.leafNode(`v:f`,{eqn:`sum @0 0 1`}),t.leafNode(`v:f`,{eqn:`prod @6 1 2`}),t.leafNode(`v:f`,{eqn:`prod @7 21600 pixelWidth`}),t.leafNode(`v:f`,{eqn:`sum @8 21600 0`}),t.leafNode(`v:f`,{eqn:`prod @7 21600 pixelHeight`}),t.leafNode(`v:f`,{eqn:`sum @10 21600 0`}),t.closeNode(),t.leafNode(`v:path`,{"o:extrusionok":`f`,gradientshapeok:`t`,"o:connecttype":`rect`}),t.leafNode(`o:lock`,{"v:ext":`edit`,aspectratio:`t`}),t.closeNode()),s)for(let e=0;e<i.length;e++)this.map[`v:shape`].render(t,i[e],e);if(c)for(let e of a)this._renderCheckboxShape(t,e);l&&this._renderHeaderImageShape(t,o),t.closeNode()}_renderHeaderImageShape(e,t){let n=t.width??467.25,r=t.height??311.25;e.openNode(`v:shape`,{id:`CH`,"o:spid":`_x0000_s2049`,type:`#_x0000_t75`,style:`position:absolute;margin-left:0;margin-top:0;width:${n}pt;height:${r}pt;z-index:1`}),e.leafNode(`v:imagedata`,{"o:relid":t.imageRelId,"o:title":`watermark`}),e.leafNode(`o:lock`,{"v:ext":`edit`,rotation:`t`}),e.closeNode()}_renderCheckboxShape(e,t){let n={id:`_x0000_s${t.shapeId}`,type:`#_x0000_t201`,style:xw.getVmlStyle(t),"o:insetmode":`auto`,fillcolor:`buttonFace [67]`,strokecolor:`windowText [64]`,"o:preferrelative":`t`,filled:`f`,stroked:`f`};e.openNode(`v:shape`,n),e.leafNode(`v:fill`,{"o:detectmouseclick":`t`}),e.leafNode(`o:lock`,{"v:ext":`edit`,text:`t`}),t.text&&(e.openNode(`v:textbox`,{style:`mso-direction-alt:auto`,"o:singleclick":`t`}),e.openNode(`div`,{style:`text-align:left`}),e.openNode(`font`,{face:`Tahoma`,size:`160`,color:`auto`}),e.writeText(t.text),e.closeNode(),e.closeNode(),e.closeNode()),e.openNode(`x:ClientData`,{ObjectType:`Checkbox`}),e.leafNode(`x:MoveWithCells`),e.leafNode(`x:SizeWithCells`),e.openNode(`x:Anchor`),e.writeText(xw.getVmlAnchor(t)),e.closeNode(),e.leafNode(`x:Locked`,void 0,`False`),e.leafNode(`x:LockText`,void 0,`True`),e.leafNode(`x:PrintObject`,void 0,t.print?`True`:`False`),e.leafNode(`x:AutoFill`,void 0,`False`),e.leafNode(`x:AutoLine`,void 0,`False`),e.leafNode(`x:TextHAlign`,void 0,`Left`),e.leafNode(`x:TextVAlign`,void 0,`Center`),t.link&&e.leafNode(`x:FmlaLink`,void 0,t.link),t.noThreeD&&e.leafNode(`x:NoThreeD`),e.leafNode(`x:Checked`,void 0,String(xw.getVmlCheckedValue(t))),e.leafNode(`x:Row`,void 0,String(t.tl.row)),e.leafNode(`x:Column`,void 0,String(t.tl.col)),e.closeNode(),e.closeNode()}parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(e.name){case this.tag:this.reset(),this.model={comments:[],formControls:[]};break;case`v:shape`:if(e.attributes.type===`#_x0000_t75`){this._parsingHeaderImage=!0;let t=e.attributes.style||``,n=/width:([0-9.]+)pt/.exec(t),r=/height:([0-9.]+)pt/.exec(t);this._headerImageWidth=n?parseFloat(n[1]):void 0,this._headerImageHeight=r?parseFloat(r[1]):void 0}else this.parser=this.map[e.name],this.parser&&this.parser.parseOpen(e);break;default:this._parsingHeaderImage&&e.name===`v:imagedata`?this._headerImageRelId=e.attributes[`o:relid`]:(this.parser=this.map[e.name],this.parser&&this.parser.parseOpen(e));break}return!0}parseText(e){this.parser&&this.parser.parseText(e)}parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.model.comments.push(this.parser.model),this.parser=void 0),!0;switch(e){case`v:shape`:return this._parsingHeaderImage&&this._headerImageRelId&&(this.model.headerImage={imageRelId:this._headerImageRelId,width:this._headerImageWidth,height:this._headerImageHeight}),this._parsingHeaderImage=!1,this._headerImageRelId=void 0,this._headerImageWidth=void 0,this._headerImageHeight=void 0,!0;case this.tag:return!1;default:return!0}}static{this.DRAWING_ATTRIBUTES={"xmlns:v":`urn:schemas-microsoft-com:vml`,"xmlns:o":`urn:schemas-microsoft-com:office:office`,"xmlns:x":`urn:schemas-microsoft-com:office:excel`}}}}));function WA(e){return isNaN(e.getTime())?``:e.toISOString().replace(/\.\d{3}Z$/,``)}function GA(e){let t=qd(e.name),n=e.numFmtId??`0`,r=qA(e.extraAttrs),i=e.fieldGroupXml?`\n ${e.fieldGroupXml}`:``;if(e.sharedItems===null){if(e.isLoaded)return i?`<cacheField name="${t}" numFmtId="${n}"${r}>${i}\n </cacheField>`:`<cacheField name="${t}" numFmtId="${n}"${r} />`;let a;return a=e.minValue!==void 0&&e.maxValue!==void 0?` containsSemiMixedTypes="0" containsString="0" containsNumber="1"${e.containsInteger?` containsInteger="1"`:``} minValue="${e.minValue}" maxValue="${e.maxValue}"`:``,`<cacheField name="${t}" numFmtId="${n}"${r}>
409
409
  <sharedItems${a} />${i}
410
410
  </cacheField>`}if(e.isLoaded&&e.sharedItems.length===0)return`<cacheField name="${t}" numFmtId="${n}"${r}>
411
411
  <sharedItems${JA(e)} />${i}
@@ -456,7 +456,7 @@ endstream
456
456
  `);return new TextEncoder().encode(i)}function aL(e,t){if(e.length===0)return`[]`;let n=1e3/t;return`[0 [${e.map(e=>L(Math.round(e*n))).join(` `)}]]`}function oL(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&lL?o+=4:o+=2,e&uL?o+=2:e&dL?o+=4:e&fL&&(o+=8),!(e&cL))break}return s}function sL(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&lL?i+=4:i+=2,e&uL?i+=2:e&dL?i+=4:e&fL&&(i+=8),!(e&cL))break}return n}var cL,lL,uL,dL,fL,pL=t((()=>{mv(),lr(),fI(),cL=32,lL=1,uL=8,dL=64,fL=128}));function mL(e,t){let n=wL[t];return n?n.monoWidth===void 0?n.widths?.[e]??n.avgWidth:n.monoWidth:mL(e,`Helvetica`)}function hL(e,t,n){let r=0;for(let n=0;n<e.length;n++)r+=mL(e.charCodeAt(n),t);return r/1e3*n}function gL(e,t){return(wL[e]??wL.Helvetica).ascent/1e3*t}function _L(e,t){return(wL[e]??wL.Helvetica).descent/1e3*t}function vL(e,t){let n=wL[e]??wL.Helvetica;return(n.ascent-n.descent)/1e3*t}var yL,bL,xL,SL,CL,wL,TL=t((()=>{yL={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},bL={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},xL={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},SL={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},CL=600,wL={Helvetica:{ascent:718,descent:-207,capHeight:718,avgWidth:513,widths:yL},"Helvetica-Bold":{ascent:718,descent:-207,capHeight:718,avgWidth:535,widths:bL},"Helvetica-Oblique":{ascent:718,descent:-207,capHeight:718,avgWidth:513,widths:yL},"Helvetica-BoldOblique":{ascent:718,descent:-207,capHeight:718,avgWidth:535,widths:bL},"Times-Roman":{ascent:683,descent:-217,capHeight:662,avgWidth:478,widths:xL},"Times-Bold":{ascent:683,descent:-217,capHeight:676,avgWidth:505,widths:SL},"Times-Italic":{ascent:683,descent:-217,capHeight:653,avgWidth:478,widths:xL},"Times-BoldItalic":{ascent:683,descent:-217,capHeight:669,avgWidth:505,widths:SL},Courier:{ascent:629,descent:-157,capHeight:562,avgWidth:600,widths:null,monoWidth:CL},"Courier-Bold":{ascent:629,descent:-157,capHeight:562,avgWidth:600,widths:null,monoWidth:CL},"Courier-Oblique":{ascent:629,descent:-157,capHeight:562,avgWidth:600,widths:null,monoWidth:CL},"Courier-BoldOblique":{ascent:629,descent:-157,capHeight:562,avgWidth:600,widths:null,monoWidth:CL}}})),EL=t((()=>{TL()}));function R(e,t,n,r){return{width:z,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 DL(e,t,n,r){return{width:z,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())}}}function OL(e,t,n,r){return{width:z,draw:i=>{i.rect(e,t,n,r),i.fill()}}}function kL(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:z,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()}}}}function AL(e,t){return{width:z,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()}}}function jL(e,t,n,r){e.M(t,n),e.L(t,r),e.stroke()}function ML(e,t,n,r){e.M(t-80,r),e.L(t,n),e.L(t+80,r),e.stroke()}function NL(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 PL(e,t,n,r){e.M(t,r),e.L(n,r),e.stroke()}function FL(e){return{width:z,draw:t=>{if(t.lineWidth(45),e<=3){let n=e,r=300-(n-1)*120/2;for(let e=0;e<n;e++)jL(t,r+e*120,0,500)}else e===4?(jL(t,200,0,500),ML(t,380,0,500)):e===5?ML(t,300,0,500):e===6?(ML(t,200,0,500),jL(t,400,0,500)):e===7?(ML(t,160,0,500),jL(t,340,0,500),jL(t,460,0,500)):e===8?(t.lineWidth(40),ML(t,140,0,500),jL(t,300,0,500),jL(t,400,0,500),jL(t,500,0,500)):e===9?(jL(t,200,0,500),NL(t,400,0,500)):e===10?NL(t,300,0,500):e===11?(NL(t,220,0,500),jL(t,430,0,500)):e===12?(NL(t,180,0,500),jL(t,370,0,500),jL(t,480,0,500)):e===50?(jL(t,200,0,500),PL(t,200,450,0)):e===100?(PL(t,180,450,500),jL(t,180,0,500),PL(t,180,450,0)):e===500?(jL(t,180,0,500),t.M(180,500),t.C(480,500,480,0,180,0),t.stroke()):e===1e3&&(jL(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(),jL(t,500,0,500))}}}function IL(e){return{width:z,draw:t=>{if(t.lineWidth(40),e<=3){let n=e,r=300-(n-1)*100/2;for(let e=0;e<n;e++)jL(t,r+e*100,0,350)}else e===4?(jL(t,200,0,350),ML(t,380,0,350)):e===5?ML(t,300,0,350):e===6?(ML(t,200,0,350),jL(t,400,0,350)):e===7?(ML(t,160,0,350),jL(t,340,0,350),jL(t,450,0,350)):e===8?(t.lineWidth(35),ML(t,130,0,350),jL(t,280,0,350),jL(t,380,0,350),jL(t,480,0,350)):e===9?(jL(t,200,0,350),NL(t,400,0,350)):e===10?NL(t,300,0,350):e===11?(NL(t,220,0,350),jL(t,430,0,350)):e===12?(NL(t,180,0,350),jL(t,370,0,350),jL(t,480,0,350)):e===50?(jL(t,200,0,350),PL(t,200,450,0)):e===100?(PL(t,180,450,350),jL(t,180,0,350),PL(t,180,450,0)):e===500?(jL(t,180,0,350),t.M(180,350),t.C(480,350,480,0,180,0),t.stroke()):e===1e3&&(jL(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(),jL(t,500,0,350))}}}function LL(e,t,n,r,i){dR[t](e,n,r,i)}function RL(e,t,n,r,i){fR[t](e,n,r,i)}function zL(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()}var z,B,V,BL,VL,HL,UL,WL,GL,KL,qL,JL,YL,XL,ZL,QL,$L,eR,tR,H,nR,rR,iR,aR,oR,sR,cR,lR,uR,dR,fR,pR=t((()=>{z=600,B=40,V=80,BL={9472:R(B,B,0,0),9473:R(V,V,0,0),9474:R(0,0,B,B),9475:R(0,0,V,V),9476:R(B,B,0,0),9477:R(V,V,0,0),9478:R(0,0,B,B),9479:R(0,0,V,V),9480:R(B,B,0,0),9481:R(V,V,0,0),9482:R(0,0,B,B),9483:R(0,0,V,V),9484:R(0,B,0,B),9485:R(0,V,0,B),9486:R(0,B,0,V),9487:R(0,V,0,V),9488:R(B,0,0,B),9489:R(V,0,0,B),9490:R(B,0,0,V),9491:R(V,0,0,V),9492:R(0,B,B,0),9493:R(0,V,B,0),9494:R(0,B,V,0),9495:R(0,V,V,0),9496:R(B,0,B,0),9497:R(V,0,B,0),9498:R(B,0,V,0),9499:R(V,0,V,0),9500:R(0,B,B,B),9501:R(0,V,B,B),9502:R(0,B,V,B),9503:R(0,B,B,V),9504:R(0,B,V,V),9505:R(0,V,V,B),9506:R(0,V,B,V),9507:R(0,V,V,V),9508:R(B,0,B,B),9509:R(V,0,B,B),9510:R(B,0,V,B),9511:R(B,0,B,V),9512:R(B,0,V,V),9513:R(V,0,V,B),9514:R(V,0,B,V),9515:R(V,0,V,V),9516:R(B,B,0,B),9517:R(V,B,0,B),9518:R(B,V,0,B),9519:R(V,V,0,B),9520:R(B,B,0,V),9521:R(V,B,0,V),9522:R(B,V,0,V),9523:R(V,V,0,V),9524:R(B,B,B,0),9525:R(V,B,B,0),9526:R(B,V,B,0),9527:R(V,V,B,0),9528:R(B,B,V,0),9529:R(V,B,V,0),9530:R(B,V,V,0),9531:R(V,V,V,0),9532:R(B,B,B,B),9533:R(V,B,B,B),9534:R(B,V,B,B),9535:R(V,V,B,B),9536:R(B,B,V,B),9537:R(B,B,B,V),9538:R(B,B,V,V),9539:R(V,B,V,B),9540:R(B,V,V,B),9541:R(V,B,B,V),9542:R(B,V,B,V),9543:R(V,V,V,B),9544:R(V,V,B,V),9545:R(V,B,V,V),9546:R(B,V,V,V),9547:R(V,V,V,V),9552:DL(!0,!0,!1,!1),9553:DL(!1,!1,!0,!0),9554:DL(!1,!0,!1,!0),9555:DL(!1,!0,!1,!0),9556:DL(!1,!0,!1,!0),9557:DL(!0,!1,!1,!0),9558:DL(!0,!1,!1,!0),9559:DL(!0,!1,!1,!0),9560:DL(!1,!0,!0,!1),9561:DL(!1,!0,!0,!1),9562:DL(!1,!0,!0,!1),9563:DL(!0,!1,!0,!1),9564:DL(!0,!1,!0,!1),9565:DL(!0,!1,!0,!1),9566:DL(!1,!0,!0,!0),9567:DL(!1,!0,!0,!0),9568:DL(!1,!0,!0,!0),9569:DL(!0,!1,!0,!0),9570:DL(!0,!1,!0,!0),9571:DL(!0,!1,!0,!0),9572:DL(!0,!0,!1,!0),9573:DL(!0,!0,!1,!0),9574:DL(!0,!0,!1,!0),9575:DL(!0,!0,!0,!1),9576:DL(!0,!0,!0,!1),9577:DL(!0,!0,!0,!1),9578:DL(!0,!0,!0,!0),9579:DL(!0,!0,!0,!0),9580:DL(!0,!0,!0,!0),9581:R(0,B,0,B),9582:R(B,0,0,B),9583:R(B,0,B,0),9584:R(0,B,B,0),9585:{width:z,draw:e=>{e.lineWidth(B),e.M(0,0),e.L(600,500),e.stroke()}},9586:{width:z,draw:e=>{e.lineWidth(B),e.M(0,500),e.L(600,0),e.stroke()}},9587:{width:z,draw:e=>{e.lineWidth(B),e.M(0,0),e.L(600,500),e.stroke(),e.M(0,500),e.L(600,0),e.stroke()}},9588:R(B,0,0,0),9589:R(0,0,B,0),9590:R(0,B,0,0),9591:R(0,0,0,B),9592:R(V,0,0,0),9593:R(0,0,V,0),9594:R(0,V,0,0),9595:R(0,0,0,V),9596:R(B,V,0,0),9597:R(0,0,B,V),9598:R(V,B,0,0),9599:R(0,0,V,B)},VL={9600:OL(0,250,600,250),9601:OL(0,0,600,62),9602:OL(0,0,600,125),9603:OL(0,0,600,187),9604:OL(0,0,600,250),9605:OL(0,0,600,312),9606:OL(0,0,600,375),9607:OL(0,0,600,437),9608:OL(0,0,600,500),9609:OL(0,0,525,500),9610:OL(0,0,450,500),9611:OL(0,0,375,500),9612:OL(0,0,300,500),9613:OL(0,0,225,500),9614:OL(0,0,150,500),9615:OL(0,0,75,500),9616:OL(300,0,300,500),9617:{width:z,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:z,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:z,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:OL(0,437,600,63),9621:OL(525,0,75,500),9622:OL(0,0,300,250),9623:OL(300,0,300,250),9624:OL(0,250,300,250),9625:{width:z,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:z,draw:e=>{e.rect(0,250,300,250),e.fill(),e.rect(300,0,300,250),e.fill()}},9627:{width:z,draw:e=>{e.rect(0,0,300,250),e.fill(),e.rect(0,250,600,250),e.fill()}},9628:{width:z,draw:e=>{e.rect(300,0,300,250),e.fill(),e.rect(0,250,600,250),e.fill()}},9629:OL(300,250,300,250),9630:{width:z,draw:e=>{e.rect(300,250,300,250),e.fill(),e.rect(0,0,300,250),e.fill()}},9631:{width:z,draw:e=>{e.rect(300,0,300,500),e.fill(),e.rect(0,0,300,250),e.fill()}}},HL={};for(let e=0;e<256;e++)HL[10240+e]=kL(e);UL={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:z,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:z,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:z,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:z,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:z,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:z,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:z,draw:e=>{e.circle(300,450,40),e.fill(),e.lineWidth(55),e.M(300,350),e.L(300,50),e.stroke()}},8543:{width:z,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()}}},WL={8528:AL(`1`,`7`),8529:AL(`1`,`9`),8530:AL(`1`,`10`),8531:AL(`1`,`3`),8532:AL(`2`,`3`),8533:AL(`1`,`5`),8534:AL(`2`,`5`),8535:AL(`3`,`5`),8536:AL(`4`,`5`),8537:AL(`1`,`6`),8538:AL(`5`,`6`),8539:AL(`1`,`8`),8540:AL(`3`,`8`),8541:AL(`5`,`8`),8542:AL(`7`,`8`),8544:{width:z,draw:e=>{e.lineWidth(50),e.M(300,0),e.L(300,500),e.stroke()}},8545:{width:z,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:z,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:z,draw:e=>{e.lineWidth(50),e.M(180,500),e.L(300,0),e.L(420,500),e.stroke()}},8548:{width:z,draw:e=>{e.lineWidth(50),e.M(150,500),e.L(300,0),e.L(450,500),e.stroke()}}},GL={};for(let e=0;e<20;e++)GL[9312+e]={width:z,draw:e=>{e.lineWidth(35),e.circle(300,250,220),e.stroke()}};for(let e=0;e<12;e++)GL[9332+e]={width:z,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++)GL[9398+e]={width:z,draw:e=>{e.lineWidth(35),e.circle(300,250,220),e.stroke()}};for(let e=0;e<26;e++)GL[9424+e]={width:z,draw:e=>{e.lineWidth(30),e.circle(300,250,200),e.stroke()}};GL[9450]={width:z,draw:e=>{e.lineWidth(35),e.circle(300,250,220),e.stroke()}},KL={8208:{width:z,draw:e=>{e.lineWidth(50),e.M(150,250),e.L(450,250),e.stroke()}},8209:{width:z,draw:e=>{e.lineWidth(50),e.M(150,250),e.L(450,250),e.stroke()}},8210:{width:z,draw:e=>{e.lineWidth(50),e.M(100,250),e.L(500,250),e.stroke()}},8211:{width:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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()}}},qL={8602:{width:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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()}}},JL={8723:{width:z,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:z,draw:e=>{e.circle(300,250,50),e.fill()}},8733:{width:z,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:z,draw:e=>{e.lineWidth(50),e.M(120,450),e.L(120,50),e.L(480,50),e.stroke()}},8739:{width:z,draw:e=>{e.lineWidth(50),e.M(300,0),e.L(300,500),e.stroke()}},8740:{width:z,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:z,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:z,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:z,draw:e=>{e.lineWidth(35),e.circle(300,250,70),e.stroke()}},8756:{width:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,draw:e=>{e.lineWidth(45),e.M(120,50),e.L(480,50),e.L(120,450),e.Z(),e.stroke()}}},YL={9729:{width:z,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:z,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:z,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:z,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:z,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:z,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:z,draw:e=>{e.circle(300,250,230),e.fill()}},9872:{width:z,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:z,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:z,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:z,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:z,draw:e=>{e.lineWidth(40),e.circle(300,250,180),e.stroke()}},9899:{width:z,draw:e=>{e.circle(300,250,180),e.fill()}}},XL={9985:{width:z,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:z,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:z,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:z,draw:e=>{e.lineWidth(35),e.rect(80,50,440,400),e.stroke(),e.circle(300,250,120),e.stroke()}},9992:{width:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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()}}},ZL={8976:{width:z,draw:e=>{e.lineWidth(45),e.M(480,350),e.L(120,350),e.L(120,150),e.stroke()}},8981:{width:z,draw:e=>{e.lineWidth(40),e.circle(300,250,200),e.stroke(),e.circle(300,250,50),e.fill()}},8986:{width:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,draw:e=>{e.rect(140,60,100,380),e.fill(),e.rect(360,60,100,380),e.fill()}},9209:{width:z,draw:e=>{e.rect(100,50,400,400),e.fill()}},9210:{width:z,draw:e=>{e.circle(300,250,200),e.fill()}}},QL={8352:{width:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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:z,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()}}},$L={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()}}},eR={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()}}},tR=100,H=50,nR=400,rR=400,iR=tR+nR,aR=H+rR,oR={9639:{width:z,draw:e=>{e.lineWidth(35),e.rect(tR,H,nR,rR),e.stroke(),e.lineWidth(20);for(let t=-3;t<=3;t++){let n=t*100;e.M(tR+n,aR),e.L(iR+n,H),e.stroke()}}},9641:{width:z,draw:e=>{e.lineWidth(35),e.rect(tR,H,nR,rR),e.stroke(),e.lineWidth(15);for(let t=-3;t<=3;t++){let n=t*100;e.M(tR+n,aR),e.L(iR+n,H),e.stroke(),e.M(tR+n,H),e.L(iR+n,aR),e.stroke()}}},9649:{width:z,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:z,draw:e=>{e.lineWidth(35),e.M(200,380),e.L(430,250),e.L(200,120),e.Z(),e.stroke()}},9658:{width:z,draw:e=>{e.M(150,420),e.L(480,250),e.L(150,80),e.Z(),e.fill()}},9659:{width:z,draw:e=>{e.lineWidth(40),e.M(150,420),e.L(480,250),e.L(150,80),e.Z(),e.stroke()}},9663:{width:z,draw:e=>{e.lineWidth(35),e.M(180,380),e.L(420,380),e.L(300,120),e.Z(),e.stroke()}},9667:{width:z,draw:e=>{e.lineWidth(35),e.M(400,380),e.L(170,250),e.L(400,120),e.Z(),e.stroke()}},9668:{width:z,draw:e=>{e.M(450,420),e.L(120,250),e.L(450,80),e.Z(),e.fill()}},9669:{width:z,draw:e=>{e.lineWidth(40),e.M(450,420),e.L(120,250),e.L(450,80),e.Z(),e.stroke()}},9698:{width:z,draw:e=>{e.M(iR,aR),e.L(iR,H),e.L(tR,H),e.Z(),e.fill()}},9699:{width:z,draw:e=>{e.M(tR,aR),e.L(tR,H),e.L(iR,H),e.Z(),e.fill()}},9700:{width:z,draw:e=>{e.M(tR,H),e.L(tR,aR),e.L(iR,aR),e.Z(),e.fill()}},9701:{width:z,draw:e=>{e.M(iR,H),e.L(iR,aR),e.L(tR,aR),e.Z(),e.fill()}},9703:{width:z,draw:e=>{e.lineWidth(35),e.rect(tR,H,nR,rR),e.stroke(),e.rect(tR,H,nR/2,rR),e.fill()}},9704:{width:z,draw:e=>{e.lineWidth(35),e.rect(tR,H,nR,rR),e.stroke(),e.rect(tR+nR/2,H,nR/2,rR),e.fill()}},9705:{width:z,draw:e=>{e.lineWidth(35),e.rect(tR,H,nR,rR),e.stroke(),e.M(tR,H),e.L(tR,aR),e.L(iR,aR),e.Z(),e.fill()}},9706:{width:z,draw:e=>{e.lineWidth(35),e.rect(tR,H,nR,rR),e.stroke(),e.M(iR,aR),e.L(iR,H),e.L(tR,H),e.Z(),e.fill()}},9707:{width:z,draw:e=>{e.lineWidth(35),e.rect(tR,H,nR,rR),e.stroke(),e.M(300,H),e.L(300,aR),e.stroke()}},9708:{width:z,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:z,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:z,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:z,draw:e=>{e.lineWidth(35),e.rect(tR,H,nR,rR),e.stroke(),e.rect(tR,H+rR/2,nR/2,rR/2),e.fill()}},9713:{width:z,draw:e=>{e.lineWidth(35),e.rect(tR,H,nR,rR),e.stroke(),e.rect(tR,H,nR/2,rR/2),e.fill()}},9714:{width:z,draw:e=>{e.lineWidth(35),e.rect(tR,H,nR,rR),e.stroke(),e.rect(tR+nR/2,H,nR/2,rR/2),e.fill()}},9715:{width:z,draw:e=>{e.lineWidth(35),e.rect(tR,H,nR,rR),e.stroke(),e.rect(tR+nR/2,H+rR/2,nR/2,rR/2),e.fill()}},9716:{width:z,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:z,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:z,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:z,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:z,draw:e=>{e.lineWidth(35),e.M(tR,aR),e.L(iR,aR),e.L(tR,H),e.Z(),e.stroke()}},9721:{width:z,draw:e=>{e.lineWidth(35),e.M(tR,aR),e.L(iR,aR),e.L(iR,H),e.Z(),e.stroke()}},9722:{width:z,draw:e=>{e.lineWidth(35),e.M(tR,aR),e.L(tR,H),e.L(iR,H),e.Z(),e.stroke()}},9723:{width:z,draw:e=>{e.lineWidth(35),e.rect(130,80,340,340),e.stroke()}},9724:{width:z,draw:e=>{e.rect(130,80,340,340),e.fill()}},9725:{width:z,draw:e=>{e.lineWidth(30),e.rect(170,120,260,260),e.stroke()}},9726:{width:z,draw:e=>{e.rect(170,120,260,260),e.fill()}},9727:{width:z,draw:e=>{e.lineWidth(35),e.M(iR,aR),e.L(iR,H),e.L(tR,H),e.Z(),e.stroke()}}},sR=[[8549,6],[8550,7],[8551,8],[8552,9],[8553,10],[8554,11],[8555,12],[8556,50],[8557,100],[8558,500],[8559,1e3]],cR=[[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]],lR={};for(let[e,t]of sR)lR[e]=FL(t);for(let[e,t]of cR)lR[e]=IL(t);lR[8576]={width:z,draw:e=>{e.lineWidth(45),e.circle(300,250,220),e.stroke(),e.M(300,470),e.L(300,30),e.stroke()}},lR[8577]={width:z,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()}},lR[8578]={width:z,draw:e=>{e.lineWidth(40),e.circle(300,250,220),e.stroke(),e.circle(300,250,150),e.stroke()}},lR[8579]={width:z,draw:e=>{e.lineWidth(45),e.M(150,450),e.C(450,450,450,50,150,50),e.stroke()}},uR={},dR=[(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()}],fR=[(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()}];for(let e=0;e<20;e++){let t=e+1;uR[9332+e]={width:z,draw:e=>{if(e.lineWidth(25),zL(e),e.lineWidth(24),t<=9)LL(e,t,300,250,200);else{let n=Math.floor(t/10),r=t%10;LL(e,n,240,250,150),LL(e,r,380,250,150)}}}}for(let e=0;e<20;e++){let t=e+1;uR[9352+e]={width:z,draw:e=>{if(e.lineWidth(26),t<=9)LL(e,t,260,250,210);else{let n=Math.floor(t/10),r=t%10;LL(e,n,200,250,160),LL(e,r,340,250,160)}e.circle(t<=9?400:460,80,28),e.fill()}}}for(let e=0;e<26;e++)uR[9372+e]={width:z,draw:t=>{t.lineWidth(25),zL(t),t.lineWidth(24),RL(t,e,300,250,200)}};for(let e=0;e<=20;e++){let t=e+11;uR[9451+e]={width:z,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;LL(n,e,230,250,150),LL(n,r,370,250,150)}else if(e<=19){let t=e-9;t<=9?LL(n,t,300,250,170):(LL(n,1,230,250,140),LL(n,0,370,250,140))}else LL(n,0,300,250,170)}}}}));function mR(e,t,n,r,i,a,o=35){return{width:U,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()}}}var U,hR,gR,_R,vR,yR,bR,xR,SR=t((()=>{U=600,hR={8636:{width:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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()}}},gR={10024:{width:U,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:mR(5,300,260,220,90,!1,40),10026:{width:U,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:mR(5,300,260,230,110,!0),10028:{width:U,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:mR(5,300,260,230,100,!0),10030:mR(5,300,260,240,105,!0),10031:mR(5,300,260,220,80,!1,30),10033:{width:U,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:U,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:U,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:mR(8,300,260,220,100,!0),10037:mR(8,300,260,220,80,!1,30),10038:mR(6,300,260,220,110,!0),10039:mR(8,300,260,220,90,!0),10040:mR(8,300,260,230,80,!0),10041:mR(12,300,260,220,130,!0),10042:mR(16,300,260,220,140,!0),10043:mR(6,300,260,220,80,!0),10044:mR(6,300,260,220,80,!1,35),10045:mR(6,300,260,230,70,!0),10046:mR(6,300,260,210,120,!1,40),10047:mR(6,300,260,210,120,!0),10048:mR(6,300,260,210,120,!1,35),10049:mR(8,300,260,210,130,!1,40),10050:{width:U,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:mR(8,300,260,220,70,!0),10052:{width:U,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:U,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:U,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:U,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:U,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:U,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:mR(8,300,260,220,60,!0),10059:mR(8,300,260,230,50,!0),10060:{width:U,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:U,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:U,draw:e=>{e.rect(80,30,440,440),e.fill()}},10067:{width:U,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:U,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:U,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:U,draw:e=>{e.lineWidth(75),e.M(300,480),e.L(300,180),e.stroke(),e.circle(300,70,45),e.fill()}},10082:{width:U,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:U,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:U,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:U,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:U,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:U,draw:e=>{e.rect(220,50,160,400),e.fill(),e.rect(100,170,400,160),e.fill()}},10134:{width:U,draw:e=>{e.rect(100,180,400,140),e.fill()}},10135:{width:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,draw:e=>{e.M(520,250),e.L(200,430),e.L(280,250),e.L(200,70),e.Z(),e.fill()}},10147:{width:U,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:U,draw:e=>{e.M(520,250),e.L(100,450),e.L(100,50),e.Z(),e.fill()}},10149:{width:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,draw:e=>{e.circle(300,250,230),e.fill()}},10163:{width:U,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:U,draw:e=>{e.M(480,50),e.L(480,220),e.L(200,400),e.L(250,50),e.Z(),e.fill()}},10165:{width:U,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:U,draw:e=>{e.M(480,450),e.L(250,450),e.L(200,100),e.L(480,280),e.Z(),e.fill()}},10167:{width:U,draw:e=>{e.M(500,50),e.L(500,240),e.L(180,420),e.L(230,50),e.Z(),e.fill()}},10168:{width:U,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:U,draw:e=>{e.M(500,450),e.L(230,450),e.L(180,80),e.L(500,260),e.Z(),e.fill()}},10170:{width:U,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:U,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:U,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:U,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:U,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()}}},_R={9730:{width:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,draw:e=>{e.circle(300,140,100),e.fill(),e.circle(300,350,70),e.fill()}},9925:{width:U,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:U,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:U,draw:e=>{e.circle(300,250,220),e.fill()}},9962:{width:U,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:U,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:U,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:U,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:U,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()}}},vR={8961:{width:U,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:U,draw:e=>{e.lineWidth(50),e.M(130,100),e.L(300,400),e.L(470,100),e.stroke()}},8964:{width:U,draw:e=>{e.lineWidth(50),e.M(130,400),e.L(300,100),e.L(470,400),e.stroke()}},8965:{width:U,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:U,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:U,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:U,draw:e=>{e.lineWidth(50),e.M(400,450),e.L(200,450),e.L(200,50),e.stroke()}},8969:{width:U,draw:e=>{e.lineWidth(50),e.M(200,450),e.L(400,450),e.L(400,50),e.stroke()}},8970:{width:U,draw:e=>{e.lineWidth(50),e.M(200,450),e.L(200,50),e.L(400,50),e.stroke()}},8971:{width:U,draw:e=>{e.lineWidth(50),e.M(400,450),e.L(400,50),e.L(200,50),e.stroke()}},8972:{width:U,draw:e=>{e.lineWidth(45),e.M(300,100),e.L(450,100),e.L(450,250),e.stroke()}},8973:{width:U,draw:e=>{e.lineWidth(45),e.M(300,100),e.L(150,100),e.L(150,250),e.stroke()}},8974:{width:U,draw:e=>{e.lineWidth(45),e.M(300,400),e.L(450,400),e.L(450,250),e.stroke()}},8975:{width:U,draw:e=>{e.lineWidth(45),e.M(300,400),e.L(150,400),e.L(150,250),e.stroke()}},8977:{width:U,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:U,draw:e=>{e.lineWidth(50),e.M(80,100),e.C(80,400,520,400,520,100),e.stroke()}},8979:{width:U,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:U,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:U,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:U,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:U,draw:e=>{e.lineWidth(50),e.M(120,350),e.L(480,350),e.L(480,150),e.stroke()}},8988:{width:U,draw:e=>{e.lineWidth(45),e.M(150,300),e.L(150,420),e.L(300,420),e.stroke()}},8989:{width:U,draw:e=>{e.lineWidth(45),e.M(300,420),e.L(450,420),e.L(450,300),e.stroke()}},8990:{width:U,draw:e=>{e.lineWidth(45),e.M(150,200),e.L(150,80),e.L(300,80),e.stroke()}},8991:{width:U,draw:e=>{e.lineWidth(45),e.M(300,80),e.L(450,80),e.L(450,200),e.stroke()}},8992:{width:U,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:U,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:U,draw:e=>{e.lineWidth(50),e.M(80,350),e.C(200,100,400,100,520,350),e.stroke()}},8995:{width:U,draw:e=>{e.lineWidth(50),e.M(80,200),e.C(200,450,400,450,520,200),e.stroke()}},8996:{width:U,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:U,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:U,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:U,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:U,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:U,draw:e=>{e.lineWidth(45),e.M(400,450),e.L(200,250),e.L(400,50),e.stroke()}},9002:{width:U,draw:e=>{e.lineWidth(45),e.M(200,450),e.L(400,250),e.L(200,50),e.stroke()}},9004:{width:U,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:U,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:U,draw:e=>{e.lineWidth(40),e.circle(300,250,200),e.stroke(),e.M(300,450),e.L(300,480),e.stroke()}},9007:{width:U,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:U,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:U,draw:e=>{e.lineWidth(45),e.M(100,100),e.L(500,400),e.stroke()}},9010:{width:U,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:U,draw:e=>{e.lineWidth(45),e.M(100,100),e.L(100,400),e.L(500,250),e.stroke()}},9012:{width:U,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:U,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:U,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:U,draw:e=>{e.lineWidth(40),e.rect(150,80,300,340),e.stroke()}},9016:{width:U,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:U,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:U,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:U,draw:e=>{e.lineWidth(40),e.rect(100,50,400,400),e.stroke(),e.circle(300,250,80),e.stroke()}},9020:{width:U,draw:e=>{e.lineWidth(40),e.rect(100,50,400,400),e.stroke(),e.circle(300,250,130),e.stroke()}},9021:{width:U,draw:e=>{e.lineWidth(40),e.circle(300,250,180),e.stroke(),e.M(300,430),e.L(300,70),e.stroke()}},9022:{width:U,draw:e=>{e.lineWidth(40),e.circle(300,250,180),e.stroke(),e.circle(300,250,70),e.stroke()}},9023:{width:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,draw:e=>{e.lineWidth(40),e.circle(300,250,180),e.stroke(),e.M(170,120),e.L(430,380),e.stroke()}},9034:{width:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,draw:e=>{e.lineWidth(40),e.circle(300,310,100),e.stroke(),e.M(120,100),e.L(480,100),e.stroke()}},9052:{width:U,draw:e=>{e.lineWidth(40),e.circle(300,310,130),e.stroke(),e.M(100,100),e.L(500,100),e.stroke()}},9053:{width:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,draw:e=>{e.lineWidth(45),e.M(200,80),e.L(300,420),e.L(400,80),e.stroke()}},9088:{width:U,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:U,draw:e=>{e.lineWidth(50),e.M(80,100),e.L(520,100),e.stroke()}},9090:{width:U,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:U,draw:e=>{e.lineWidth(50),e.M(80,100),e.L(520,100),e.stroke(),e.circle(300,200,30),e.fill()}},9092:{width:U,draw:e=>{e.lineWidth(40),e.circle(300,300,120),e.stroke(),e.M(300,180),e.L(300,420),e.stroke()}},9093:{width:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,draw:e=>{e.lineWidth(45),e.rect(120,50,360,400),e.stroke()}},9110:{width:U,draw:e=>{e.lineWidth(40),e.rect(120,80,360,340),e.stroke(),e.circle(300,180,35),e.fill()}},9111:{width:U,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:U,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:U,draw:e=>{e.lineWidth(40),e.rect(100,100,400,300),e.stroke(),e.rect(180,180,240,140),e.stroke()}},9114:{width:U,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:U,draw:e=>{e.lineWidth(45),e.M(200,450),e.C(350,450,400,350,400,250),e.stroke()}},9119:{width:U,draw:e=>{e.lineWidth(45),e.M(400,450),e.L(400,50),e.stroke()}},9120:{width:U,draw:e=>{e.lineWidth(45),e.M(400,250),e.C(400,150,350,50,200,50),e.stroke()}},9121:{width:U,draw:e=>{e.lineWidth(45),e.M(350,450),e.L(200,450),e.L(200,50),e.stroke()}},9122:{width:U,draw:e=>{e.lineWidth(45),e.M(200,450),e.L(200,50),e.stroke()}},9123:{width:U,draw:e=>{e.lineWidth(45),e.M(200,450),e.L(200,50),e.L(350,50),e.stroke()}},9124:{width:U,draw:e=>{e.lineWidth(45),e.M(250,450),e.L(400,450),e.L(400,50),e.stroke()}},9125:{width:U,draw:e=>{e.lineWidth(45),e.M(400,450),e.L(400,50),e.stroke()}},9126:{width:U,draw:e=>{e.lineWidth(45),e.M(400,450),e.L(400,50),e.L(250,50),e.stroke()}},9127:{width:U,draw:e=>{e.lineWidth(45),e.M(350,450),e.C(250,450,250,350,250,250),e.stroke()}},9128:{width:U,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:U,draw:e=>{e.lineWidth(45),e.M(250,250),e.C(250,150,250,50,350,50),e.stroke()}},9130:{width:U,draw:e=>{e.lineWidth(45),e.M(300,450),e.L(300,50),e.stroke()}},9131:{width:U,draw:e=>{e.lineWidth(45),e.M(250,450),e.C(350,450,350,350,350,250),e.stroke()}},9132:{width:U,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:U,draw:e=>{e.lineWidth(45),e.M(350,250),e.C(350,150,350,50,250,50),e.stroke()}},9134:{width:U,draw:e=>{e.lineWidth(45),e.M(300,450),e.L(300,50),e.stroke()}},9136:{width:U,draw:e=>{e.lineWidth(45),e.M(350,50),e.C(250,50,250,250,250,450),e.stroke()}},9137:{width:U,draw:e=>{e.lineWidth(45),e.M(250,50),e.C(350,50,350,250,350,450),e.stroke()}},9138:{width:U,draw:e=>{e.lineWidth(45),e.M(480,450),e.L(120,450),e.L(300,250),e.stroke()}},9139:{width:U,draw:e=>{e.lineWidth(45),e.M(300,250),e.L(120,50),e.L(480,50),e.stroke()}},9140:{width:U,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:U,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:U,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:U,draw:e=>{e.lineWidth(30),e.M(0,450),e.L(600,450),e.stroke()}},9147:{width:U,draw:e=>{e.lineWidth(30),e.M(0,350),e.L(600,350),e.stroke()}},9148:{width:U,draw:e=>{e.lineWidth(30),e.M(0,150),e.L(600,150),e.stroke()}},9149:{width:U,draw:e=>{e.lineWidth(30),e.M(0,50),e.L(600,50),e.stroke()}},9150:{width:U,draw:e=>{e.lineWidth(40),e.M(300,450),e.L(300,250),e.L(500,250),e.stroke()}},9151:{width:U,draw:e=>{e.lineWidth(40),e.M(300,50),e.L(300,250),e.L(500,250),e.stroke()}},9152:{width:U,draw:e=>{e.lineWidth(40),e.M(300,450),e.L(300,50),e.stroke(),e.circle(300,250,60),e.stroke()}},9153:{width:U,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:U,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:U,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:U,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:U,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:U,draw:e=>{e.lineWidth(45),e.M(150,400),e.L(150,100),e.L(450,100),e.stroke()}},9168:{width:U,draw:e=>{e.lineWidth(45),e.M(300,480),e.L(300,20),e.stroke()}},9178:{width:U,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:U,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:U,draw:e=>{e.lineWidth(45),e.M(80,150),e.C(80,400,520,400,520,150),e.stroke()}},9181:{width:U,draw:e=>{e.lineWidth(45),e.M(80,350),e.C(80,100,520,100,520,350),e.stroke()}},9182:{width:U,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:U,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:U,draw:e=>{e.lineWidth(40),e.M(80,150),e.C(150,380,450,380,520,150),e.stroke()}},9185:{width:U,draw:e=>{e.lineWidth(40),e.M(80,350),e.C(150,120,450,120,520,350),e.stroke()}},9186:{width:U,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:U,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:U,draw:e=>{e.lineWidth(45),e.M(100,250),e.L(500,250),e.stroke()}},9189:{width:U,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:U,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:U,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:U,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:U,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:U,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:U,draw:e=>{e.M(450,450),e.L(150,250),e.L(450,50),e.Z(),e.fill()}},9205:{width:U,draw:e=>{e.M(150,450),e.L(450,250),e.L(150,50),e.Z(),e.fill()}},9206:{width:U,draw:e=>{e.M(100,100),e.L(500,100),e.L(300,420),e.Z(),e.fill()}},9207:{width:U,draw:e=>{e.M(100,400),e.L(500,400),e.L(300,80),e.Z(),e.fill()}},9211:{width:U,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:U,draw:e=>{e.lineWidth(45),e.circle(300,250,200),e.stroke(),e.M(300,350),e.L(300,150),e.stroke()}},9213:{width:U,draw:e=>{e.lineWidth(50),e.M(300,420),e.L(300,80),e.stroke()}},9214:{width:U,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:U,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()}}},yR={10496:{width:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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()}}},bR={10176:{width:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,draw:e=>{e.lineWidth(45),e.M(120,80),e.L(480,420),e.stroke()}},10188:{width:U,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:U,draw:e=>{e.lineWidth(45),e.M(120,420),e.L(480,80),e.stroke()}},10190:{width:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,draw:e=>{e.lineWidth(45),e.M(150,250),e.L(400,250),e.stroke(),e.circle(450,250,50),e.stroke()}},10205:{width:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,draw:e=>{e.lineWidth(45),e.M(370,470),e.C(230,380,230,120,370,30),e.stroke()}},10223:{width:U,draw:e=>{e.lineWidth(45),e.M(230,470),e.C(370,380,370,120,230,30),e.stroke()}}},xR={11008:{width:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,draw:e=>{e.lineWidth(40),e.rect(100,50,400,400),e.stroke(),e.rect(100,250,400,200),e.fill()}},11027:{width:U,draw:e=>{e.lineWidth(40),e.rect(100,50,400,400),e.stroke(),e.rect(100,50,400,200),e.fill()}},11028:{width:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,draw:e=>{e.rect(240,190,120,120),e.fill()}},11038:{width:U,draw:e=>{e.lineWidth(30),e.rect(240,190,120,120),e.stroke()}},11039:{width:U,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:U,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:U,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:U,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:U,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:U,draw:e=>{e.circle(300,250,230),e.fill()}},11045:{width:U,draw:e=>{e.M(300,470),e.L(480,250),e.L(300,30),e.L(120,250),e.Z(),e.fill()}},11046:{width:U,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:U,draw:e=>{e.M(300,490),e.L(460,250),e.L(300,10),e.L(140,250),e.Z(),e.fill()}},11048:{width:U,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:U,draw:e=>{e.M(300,380),e.L(400,250),e.L(300,120),e.L(200,250),e.Z(),e.fill()}},11050:{width:U,draw:e=>{e.M(300,400),e.L(380,250),e.L(300,100),e.L(220,250),e.Z(),e.fill()}},11051:{width:U,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:U,draw:e=>{e.ellipse(300,250,220,120),e.fill()}},11053:{width:U,draw:e=>{e.lineWidth(40),e.ellipse(300,250,220,120),e.stroke()}},11054:{width:U,draw:e=>{e.ellipse(300,250,120,220),e.fill()}},11055:{width:U,draw:e=>{e.lineWidth(40),e.ellipse(300,250,120,220),e.stroke()}},11056:{width:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,draw:e=>{e.lineWidth(60),e.circle(300,250,210),e.stroke()}},11094:{width:U,draw:e=>{e.circle(300,250,40),e.fill()}},11095:{width:U,draw:e=>{e.lineWidth(50),e.circle(300,250,180),e.stroke()}},11096:{width:U,draw:e=>{e.lineWidth(45),e.circle(300,250,200),e.stroke()}},11097:{width:U,draw:e=>{e.lineWidth(40),e.circle(300,250,200),e.stroke(),e.circle(300,250,100),e.stroke()}},11104:{width:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,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:U,draw:e=>{e.circle(300,250,220),e.fill()}},11146:{width:U,draw:e=>{e.circle(300,250,220),e.fill()}},11148:{width:U,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:U,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:U,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:U,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:U,draw:e=>{e.M(300,450),e.L(150,100),e.L(450,100),e.Z(),e.fill()}},11166:{width:U,draw:e=>{e.M(150,450),e.L(500,250),e.L(150,50),e.Z(),e.fill()}},11167:{width:U,draw:e=>{e.M(150,400),e.L(450,400),e.L(300,50),e.Z(),e.fill()}},11168:{width:U,draw:e=>{e.M(450,450),e.L(100,250),e.L(450,50),e.Z(),e.fill()}},11169:{width:U,draw:e=>{e.lineWidth(40),e.M(300,450),e.L(150,100),e.L(450,100),e.Z(),e.stroke()}},11170:{width:U,draw:e=>{e.lineWidth(40),e.M(150,450),e.L(500,250),e.L(150,50),e.Z(),e.stroke()}},11171:{width:U,draw:e=>{e.lineWidth(40),e.M(150,400),e.L(450,400),e.L(300,50),e.Z(),e.stroke()}},11172:{width:U,draw:e=>{e.lineWidth(40),e.M(450,450),e.L(100,250),e.L(450,50),e.Z(),e.stroke()}}}}));function W(e,t,n,r,i,a){return{width:G,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()}}}function CR(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:G,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 wR(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:G,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 TR(e,t){return{width:G,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 ER(e,t){return{width:G,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()}}}function DR(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:G,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 OR(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:G,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 kR(e){return{width:G,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 AR(e,t,n){return{width:G,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()}}}function jR(e,t){let n=Math.sqrt(e*e+t*t),r=e/n,i=t/n,a=-i,o=r;return{width:G,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 MR(e,t){let n=Math.sqrt(e*e+t*t),r=e/n,i=t/n,a=-i,o=r;return{width:G,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 NR(e,t){let n=Math.sqrt(e*e+t*t),r=e/n,i=t/n,a=-i,o=r;return{width:G,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 PR(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:G,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 FR(e,t){let n=Math.sqrt(e*e+t*t),r=e/n,i=t/n,a=-i,o=r;return{width:G,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 IR(e,t){let n=Math.sqrt(e*e+t*t),r=e/n,i=t/n,a=-i,o=r;return{width:G,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 LR(e,t,n){let r=Math.sqrt(e*e+t*t),i=e/r,a=t/r,o=-a,s=i;return{width:G,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 RR(e,t){let n=Math.sqrt(e*e+t*t),r=e/n,i=t/n,a=-i,o=r;return{width:G,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()}}}function zR(e,t){return{width:G,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 BR(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 VR(e,t,n){e.M(t,480),e.L(t,200),e.stroke(),e.circle(t,130,28),e.fill()}var G,HR,K,q,UR,WR,J,GR,KR,qR=t((()=>{G=600,HR={9690:{width:G,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:G,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:G,draw:e=>{e.lineWidth(35),e.circle(260,250,180),e.stroke(),e.circle(470,250,50),e.stroke()}},10691:{width:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,draw:e=>{e.lineWidth(45),e.M(150,480),e.L(300,20),e.L(450,480),e.stroke()}},8506:{width:G,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:G,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:G,draw:e=>{e.lineWidth(40),e.M(0,250),e.L(600,250),e.stroke()}},9143:{width:G,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:G,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])HR[e]={width:G,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()}};HR[10063]={width:G,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()}},HR[10064]={width:G,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()}},HR[10065]={width:G,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()}},HR[10066]={width:G,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()}},HR[10072]={width:250,draw:e=>{e.lineWidth(35),e.M(125,0),e.L(125,500),e.stroke()}},HR[10073]={width:300,draw:e=>{e.lineWidth(55),e.M(150,0),e.L(150,500),e.stroke()}},HR[10074]={width:350,draw:e=>{e.lineWidth(80),e.M(175,0),e.L(175,500),e.stroke()}},HR[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()}},HR[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()}},HR[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()}},HR[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()}},HR[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()}},HR[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()}},HR[10081]={width:G,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?(HR[e]={width:350,draw:e=>{e.lineWidth(i),e.M(280,480),e.L(100,250),e.L(280,20),e.stroke()}},HR[t]={width:350,draw:e=>{e.lineWidth(i),e.M(70,480),e.L(250,250),e.L(70,20),e.stroke()}}):(HR[e]={width:350,draw:e=>{e.lineWidth(i),e.M(260,480),e.C(100,400,100,100,260,20),e.stroke()}},HR[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;HR[10112+t]={width:G,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;HR[10122+t]={width:G,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))}}}}HR[10160]={width:G,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()}},HR[10175]={width:G,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()}},K={10025:W(4,300,250,220,80,!1),10026:{width:G,draw:e=>{e.lineWidth(30),e.circle(300,250,230),e.stroke(),W(5,300,250,180,70,!0).draw(e)}},10027:W(4,300,250,220,100,!0),10028:W(4,300,250,220,100,!1),10029:W(5,300,250,220,100,!1),10030:W(6,300,250,220,130,!1),10031:W(6,300,250,220,100,!1),10033:ER(6,45),10034:ER(4,30),10035:ER(8,25),10036:W(8,300,250,200,100,!0),10037:W(8,300,250,200,80,!0),10038:W(6,300,250,220,110,!0),10039:W(6,300,250,220,110,!1),10040:W(8,300,250,220,90,!0),10041:ER(12,40),10042:ER(6,35),10043:ER(8,20),10044:ER(8,15),10045:ER(4,50),10046:W(6,300,250,200,140,!1),10047:W(8,300,250,200,140,!0),10048:W(8,300,250,200,140,!1),10049:W(8,300,250,210,160,!1),10050:W(16,300,250,220,160,!1),10051:ER(6,50),10052:W(6,300,250,220,120,!1),10053:W(6,300,250,200,100,!1),10054:W(4,300,250,220,60,!1),10055:W(4,300,250,200,50,!0),10056:W(4,300,250,220,50,!0),10057:W(4,300,250,180,80,!0),10058:W(8,300,250,200,130,!0),10059:W(8,300,250,220,100,!0),9984:{width:G,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:G,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:G,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:G,draw:e=>{e.lineWidth(70),e.M(100,250),e.L(240,80),e.L(500,450),e.stroke()}},9994:{width:G,draw:e=>{e.circle(300,250,200),e.fill()}},9995:{width:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:W(6,300,250,230,115,!1),10018:W(4,300,250,220,60,!0),10019:W(4,300,250,220,80,!1),10020:W(4,300,250,200,100,!0),10021:W(4,300,250,220,40,!0),10060:{width:G,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:G,draw:e=>{e.lineWidth(50),e.circle(300,250,210),e.stroke()}},10062:{width:G,draw:e=>{e.rect(80,30,440,440),e.fill()}},10067:{width:G,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:G,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:G,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:W(4,300,250,230,50,!0),10071:{width:G,draw:e=>{e.lineWidth(60),e.M(300,480),e.L(300,150),e.stroke(),e.circle(300,60,38),e.fill()}},10082:{width:G,draw:e=>{e.lineWidth(55),e.M(300,480),e.L(300,150),e.stroke(),e.circle(300,60,35),e.fill()}},10083:{width:G,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:G,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:G,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:G,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:G,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:G,draw:e=>{e.rect(240,50,120,400),e.fill(),e.rect(100,190,400,120),e.fill()}},10134:{width:G,draw:e=>{e.rect(100,200,400,100),e.fill()}},10135:{width:G,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()}}},K[10136]||=CR(1,-1),K[10137]||=DR(1,0,100,180,40),K[10138]||=DR(1,0,130,200,55),K[10139]||=DR(1,0,140,220,30),K[10140]||=DR(1,0,110,160,50),K[10141]||=DR(1,0,90,180,60),K[10142]||=DR(1,0,120,240,65),K[10143]||=DR(1,0,80,150,70),K[10144]||=DR(1,0,150,200,35),K[10146]||=OR(1,0,15),K[10147]||=OR(1,0,25),K[10148]||=OR(1,0,10),K[10149]||=kR(1),K[10150]||=kR(-1),K[10151]||=AR(100,40,30),K[10152]||=DR(1,0,160,260,45),K[10153]||=AR(120,50,35),K[10154]||=DR(1,0,100,140,55),K[10155]||=OR(1,0,20),K[10156]||=OR(1,0,30),K[10157]||=AR(90,35,28),K[10158]||=DR(1,0,130,180,60),K[10159]||={width:G,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]||=DR(1,0,95,170,35),K[10162]||=DR(1,0,145,230,50),K[10163]||=AR(80,30,25),K[10164]||=DR(1,0,110,190,25),K[10165]||=DR(1,0,135,210,40),K[10166]||=AR(110,45,32),K[10167]||=DR(1,0,120,200,70),K[10168]||=DR(1,0,140,250,20),K[10169]||=AR(130,55,38),K[10170]||=DR(1,0,105,170,45),K[10171]||=AR(100,40,40),K[10172]||=DR(1,0,90,160,55),K[10173]||=DR(1,0,150,240,30),K[10174]||=AR(115,48,30),q={9730:{width:G,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:G,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:G,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:G,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:G,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:G,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()}}},UR=[[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 UR)q[e]={width:G,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]=TR(t,n);q[9825]={width:G,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:G,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:G,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:G,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]=wR(e);q[9851]={width:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,draw:e=>{e.lineWidth(30),e.circle(280,250,170),e.stroke(),e.M(370,250),e.circle(350,250,140),e.stroke(),W(5,440,380,50,20,!0).draw(e)}},q[9771]={width:G,draw:e=>{e.lineWidth(35),e.rect(120,70,360,360),e.stroke(),e.circle(300,250,40),e.fill()}},q[9772]={width:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,draw:e=>{e.lineWidth(50),e.M(120,250),e.L(480,250),e.stroke()}},q[9863]={width:G,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:G,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:G,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:G,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:G,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:G,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]=W(5,300,250,200,80,!1),q[9886]={width:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,draw:e=>{e.lineWidth(30),e.circle(300,250,120),e.stroke()}},q[9901]={width:G,draw:e=>{e.lineWidth(30),e.circle(230,250,110),e.stroke(),e.circle(370,250,110),e.stroke()}},q[9902]={width:G,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:G,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:G,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:G,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:G,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:G,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:G,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(),W(5,300,370,80,32,!1).draw(e)}},q[9910]={width:G,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:G,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:G,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:G,draw:e=>{e.lineWidth(28),W(6,300,250,180,100,!1).draw(e)}},q[9914]={width:G,draw:e=>{e.lineWidth(35),e.M(150,400),e.L(300,150),e.L(450,400),e.stroke()}},q[9915]={width:G,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:G,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:G,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:G,draw:e=>{e.lineWidth(30),e.circle(300,250,160),e.stroke(),e.circle(300,250,80),e.stroke()}},q[9921]={width:G,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:G,draw:e=>{e.circle(300,250,160),e.fill()}},q[9923]={width:G,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:G,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:G,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:G,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:G,draw:e=>{e.lineWidth(30),e.M(200,420),e.L(300,100),e.L(400,420),e.Z(),e.stroke()}},q[9930]={width:G,draw:e=>{e.M(200,420),e.L(300,100),e.L(400,420),e.Z(),e.fill()}},q[9931]={width:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,draw:e=>{e.lineWidth(30),e.ellipse(230,250,100,140),e.stroke(),e.ellipse(370,250,100,140),e.stroke()}},q[9941]={width:G,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:G,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:G,draw:e=>{e.lineWidth(28),e.rect(120,80,360,340),e.stroke(),e.circle(300,250,50),e.fill()}},q[9944]={width:G,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:G,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:G,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:G,draw:e=>{e.lineWidth(40),e.M(120,400),e.L(480,400),e.L(300,100),e.Z(),e.stroke()}},q[9948]={width:G,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:G,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:G,draw:e=>{e.rect(80,40,440,420),e.fill()}},q[9951]={width:G,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:G,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:G,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:G,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:G,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:G,draw:e=>{e.lineWidth(28),e.circle(300,250,180),e.stroke(),W(5,300,250,170,65,!1).draw(e)}},q[9957]={width:G,draw:e=>{e.lineWidth(30),W(5,300,250,190,75,!1).draw(e)}},q[9958]={width:G,draw:e=>{e.lineWidth(30),W(5,300,250,190,75,!0).draw(e)}},q[9959]={width:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,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:G,draw:e=>{e.rect(80,50,440,400),e.fill()}},q[9983]={width:G,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:G,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}}}}WR={};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?WR[e]={width:G,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())}}:WR[e]=CR(t,n);for(let e=11026;e<=11039;e++){let t=e<=11033;WR[e]={width:G,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++)WR[e]||(e&1?WR[e]={width:G,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()}}:WR[e]=CR(1,0));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())}}}J[10516]=jR(1,0),J[10517]=RR(1,0),J[10519]=MR(1,0),J[10520]=(()=>{let e=MR(1,0);return{width:G,draw:t=>{e.draw(t),t.lineWidth(35),t.M(300,150),t.L(300,350),t.stroke()}}})(),J[10521]=LR(-1,0,35),J[10522]=LR(1,0,35),J[10523]=MR(-1,0),J[10524]=MR(1,0),J[10539]=PR(1,1,1,-1),J[10540]=PR(1,-1,-1,-1),J[10541]=PR(1,-1,1,1),J[10542]=PR(1,1,1,-1),J[10543]={width:G,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:G,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]=PR(1,1,-1,1),J[10546]=PR(-1,1,1,1),J[10547]={width:G,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]=FR(-1,0),J[10557]=FR(0,-1),J[10558]=NR(1,0),J[10559]={width:G,draw:e=>{FR(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]=PR(-1,0,1,0),J[10567]=NR(1,0),J[10569]=jR(0,-1),J[10578]=RR(0,1),J[10579]=RR(0,-1),J[10580]=RR(1,0),J[10581]=RR(-1,0),J[10582]=jR(0,1),J[10583]=jR(0,-1),J[10584]=jR(1,0),J[10585]=jR(-1,0),J[10586]=LR(0,1,30),J[10587]=LR(0,-1,30),J[10588]=LR(1,0,30),J[10589]=LR(-1,0,30),J[10590]=LR(0,1,40),J[10591]=LR(0,-1,40),J[10592]=LR(1,0,40),J[10593]=LR(-1,0,40),J[10595]=PR(0,1,0,1),J[10597]=PR(0,-1,0,-1),J[10598]=PR(-1,0,-1,0),J[10599]=PR(1,0,1,0),J[10600]=PR(-1,0,1,0),J[10601]=PR(1,0,-1,0),J[10609]=IR(1,0),J[10610]=IR(1,0),J[10611]=IR(-1,0),GR={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:G,draw:e=>{e.lineWidth(30),e.M(120,380),e.C(200,450,400,450,480,380),e.stroke()}},8257:{width:G,draw:e=>{e.lineWidth(30),e.M(120,420),e.C(200,350,400,350,480,420),e.stroke()}},8258:zR(3,50),8263:{width:G,draw:e=>{e.lineWidth(35),BR(e,200,250),BR(e,400,250)}},8264:{width:G,draw:e=>{e.lineWidth(35),BR(e,200,250),VR(e,400,250)}},8265:{width:G,draw:e=>{e.lineWidth(35),VR(e,200,250),BR(e,400,250)}},8273:{width:G,draw:e=>{zR(6,35).draw(e),e.M(300,50),e.L(300,50)}},8274:{width:G,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:G,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()}}};for(let e=8192;e<=8303;e++)GR[e]||(GR[e]={width:0,draw:()=>{}});KR={};for(let e=8528;e<=8591;e++)if(!KR[e]){let t=(e-8528)%4+1;KR[e]={width:G,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 JR(e){return{width:e,draw:()=>{}}}function YR(e,t,n,r,i){sz[t](e,n,r,i)}function XR(e,t,n,r,i){cz[t](e,n,r,i)}function ZR(e){return{width:X,draw:t=>{t.lineWidth(35),t.circle(300,250,200),t.stroke(),t.lineWidth(40),e(t)}}}function QR(e){return{width:X,draw:e}}function $R(e){return{width:X,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 Y(e){e.lineWidth(35),e.M(200,420),e.L(400,80),e.stroke()}function ez(e,t){return{width:X,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&&Y(n)}}}function tz(e,t){return{width:X,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&&Y(n)}}}function nz(e){return{width:X,draw:t=>{t.lineWidth(35),t.circle(300,250,190),t.stroke(),t.lineWidth(38),e(t)}}}function rz(e,t=18){return{width:X,draw:n=>{n.lineWidth(28),e(n,300-t/2,250,280),e(n,300+t/2,250,280)}}}function iz(e){return{width:X,draw:t=>{t.lineWidth(26),e(t,300,250,300)}}}function az(e){return{width:X,draw:t=>{t.lineWidth(36),e(t,300,250,300)}}}var X,oz,sz,cz,lz,uz,dz,fz,pz,mz,hz,Z,Q,gz,_z,vz=t((()=>{X=600,oz={8192:JR(500),8193:JR(1e3),8194:JR(500),8195:JR(1e3),8196:JR(333),8197:JR(250),8198:JR(167),8199:JR(500),8200:JR(250),8201:JR(200),8202:JR(100),8203:JR(0),8204:JR(0),8205:JR(0),8206:JR(0),8207:JR(0),8232:JR(0),8233:JR(0),8234:JR(0),8235:JR(0),8236:JR(0),8237:JR(0),8238:JR(0),8239:JR(200),8287:JR(222),8288:JR(0),8289:JR(0),8290:JR(0),8291:JR(0),8292:JR(0),65279:JR(0)},sz=[(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()}],cz=[(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()}],lz={};for(let e=1;e<=9;e++)lz[9311+e]={width:X,draw:t=>{t.lineWidth(30),t.circle(300,250,220),t.stroke(),t.lineWidth(28),YR(t,e,300,250,210)}};for(let e=10;e<=19;e++){let t=e-10;lz[9311+e]={width:X,draw:e=>{e.lineWidth(30),e.circle(300,250,220),e.stroke(),e.lineWidth(24),YR(e,1,230,250,160),YR(e,t,370,250,160)}}}lz[9331]={width:X,draw:e=>{e.lineWidth(30),e.circle(300,250,220),e.stroke(),e.lineWidth(24),YR(e,2,230,250,160),YR(e,0,370,250,160)}},lz[9450]={width:X,draw:e=>{e.lineWidth(30),e.circle(300,250,220),e.stroke(),e.lineWidth(28),YR(e,0,300,250,210)}},uz={};for(let e=0;e<26;e++)uz[9398+e]={width:X,draw:t=>{t.lineWidth(28),t.circle(300,250,220),t.stroke(),t.lineWidth(24),XR(t,e,300,250,200)}};dz={};for(let e=0;e<26;e++)dz[9424+e]={width:X,draw:t=>{t.lineWidth(25),t.circle(300,250,200),t.stroke(),t.lineWidth(22),XR(t,e,300,250,175)}};fz={};for(let e=1;e<=9;e++)fz[10101+e]={width:X,draw:e=>{e.circle(300,250,240),e.fill()}};pz={10003:{width:X,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:X,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:X,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:X,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:X,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:X,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:X,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:X,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:X,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:X,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:X,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:X,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:X,draw:e=>{e.circle(300,250,230),e.fill()}},9675:{width:X,draw:e=>{e.lineWidth(40),e.circle(300,250,220),e.stroke()}},9632:{width:X,draw:e=>{e.rect(80,30,440,440),e.fill()}},9633:{width:X,draw:e=>{e.lineWidth(40),e.rect(80,30,440,440),e.stroke()}},9744:{width:X,draw:e=>{e.lineWidth(42),e.rect(90,25,420,420),e.stroke()}},9745:{width:X,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:X,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:X,draw:e=>{e.lineWidth(38),e.rect(80,30,440,440),e.stroke(),e.circle(300,250,130),e.stroke()}}},mz={},mz[10752]=ZR(e=>{e.circle(300,250,40),e.fill()}),mz[10753]=ZR(e=>{e.M(100,250),e.L(500,250),e.stroke(),e.M(300,50),e.L(300,450),e.stroke()}),mz[10754]=ZR(e=>{e.M(160,110),e.L(440,390),e.stroke(),e.M(160,390),e.L(440,110),e.stroke()}),mz[10755]=QR(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()}),mz[10756]=QR(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()}),mz[10757]=QR(e=>{e.lineWidth(45),e.M(120,50),e.L(120,450),e.L(480,450),e.L(480,50),e.stroke()}),mz[10758]=QR(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++)mz[e]=QR(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++)mz[e]||(mz[e]=QR(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++)mz[e]||(mz[e]=QR(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++)mz[e]||(mz[e]=QR(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++)mz[e]||(mz[e]=QR(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++)mz[e]||(mz[e]=QR(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++)mz[e]||(mz[e]=QR(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++)mz[e]||(mz[e]=QR(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()}));hz={},hz[10624]={width:X,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()}},hz[10625]={width:X,draw:e=>{e.circle(300,250,60),e.fill()}},hz[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]])hz[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(!hz[e]){let t=(e-10631)%2==0;hz[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(!hz[e]){let t=(e-10643)%2==0;hz[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())}}}hz[10649]={width:200,draw:e=>{for(let t=50;t<=450;t+=80)e.circle(100,t,20),e.fill()}},hz[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++)hz[e]={width:X,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++)hz[e]={width:X,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++)hz[e]={width:X,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++)hz[e]=ZR(e=>{e.M(160,110),e.L(440,390),e.stroke()});for(let e=10696;e<=10703;e++)e===10696||e===10697||(hz[e]={width:X,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++)hz[e]={width:X,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++)hz[e]||(hz[e]={width:X,draw:e=>{e.lineWidth(35),e.rect(100,50,400,400),e.stroke(),e.circle(300,250,100),e.stroke()}});Z={},Z[8705]={width:X,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()}},Z[8708]={width:X,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(),Y(e)}},Z[8714]={width:X,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()}},Z[8716]={width:X,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(),Y(e)}},Z[8717]={width:X,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()}},Z[8720]={width:X,draw:e=>{e.lineWidth(45),e.M(140,60),e.L(140,450),e.L(460,450),e.L(460,60),e.stroke()}},Z[8724]={width:X,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()}},Z[8725]={width:X,draw:e=>{e.lineWidth(42),e.M(440,470),e.L(160,30),e.stroke()}},Z[8726]={width:X,draw:e=>{e.lineWidth(42),e.M(160,470),e.L(440,30),e.stroke()}},Z[8731]={width:X,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()}},Z[8732]={width:X,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()}},Z[8737]={width:X,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()}},Z[8738]={width:X,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()}},Z[8748]={width:X,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()}},Z[8749]={width:X,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()}}},Z[8750]={width:X,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()}},Z[8751]={width:X,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()}},Z[8752]={width:X,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()}},Z[8753]={width:X,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()}},Z[8754]={width:X,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()}},Z[8755]=Z[8753],Z[8760]={width:X,draw:e=>{e.lineWidth(42),e.M(120,250),e.L(480,250),e.stroke(),e.circle(300,360,28),e.fill()}},Z[8761]={width:X,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()}},Z[8762]={width:X,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()}},Z[8763]={width:X,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()}},Z[8764]={width:X,draw:e=>{e.lineWidth(45),e.M(120,280),e.C(200,380,400,120,480,220),e.stroke()}},Z[8765]={width:X,draw:e=>{e.lineWidth(45),e.M(120,220),e.C(200,120,400,380,480,280),e.stroke()}},Z[8766]={width:X,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()}},Z[8767]={width:X,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()}},Z[8768]={width:X,draw:e=>{e.lineWidth(40),e.M(300,460),e.C(200,380,400,120,300,40),e.stroke()}},Z[8769]={width:X,draw:e=>{e.lineWidth(42),e.M(120,280),e.C(200,380,400,120,480,220),e.stroke(),Y(e)}},Z[8770]={width:X,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()}},Z[8771]={width:X,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[8772]={width:X,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(),Y(e)}},Z[8774]={width:X,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(),Y(e)}},Z[8775]=Z[8774],Z[8777]={width:X,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(),Y(e)}},Z[8778]={width:X,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()}},Z[8779]={width:X,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()}},Z[8781]={width:X,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[8782]={width:X,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()}},Z[8783]={width:X,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()}},Z[8784]={width:X,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()}},Z[8785]={width:X,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()}},Z[8786]={width:X,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()}},Z[8787]={width:X,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()}},Z[8788]={width:X,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()}},Z[8789]={width:X,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()}},Z[8790]=$R(e=>{e.lineWidth(25),e.circle(300,250,35),e.stroke()}),Z[8791]={width:X,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()}},Z[8792]={width:X,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()}},Z[8793]={width:X,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()}},Z[8794]={width:X,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()}},Z[8795]={width:X,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()}},Z[8797]={width:X,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()}},Z[8798]={width:X,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()}},Z[8799]={width:X,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()}},Z[8802]={width:X,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(),Y(e)}},Z[8803]={width:X,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()}},Z[8806]={width:X,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()}},Z[8807]={width:X,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()}},Z[8808]={width:X,draw:e=>{Z[8806].draw(e),Y(e)}},Z[8809]={width:X,draw:e=>{Z[8807].draw(e),Y(e)}},Z[8812]={width:X,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()}},Z[8813]={width:X,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(),Y(e)}},Z[8814]={width:X,draw:e=>{e.lineWidth(42),e.M(460,400),e.L(140,250),e.L(460,100),e.stroke(),Y(e)}},Z[8815]={width:X,draw:e=>{e.lineWidth(42),e.M(140,400),e.L(460,250),e.L(140,100),e.stroke(),Y(e)}},Z[8816]={width:X,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(),Y(e)}},Z[8817]={width:X,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(),Y(e)}},Z[8818]={width:X,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()}},Z[8819]={width:X,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()}},Z[8820]={width:X,draw:e=>{Z[8818].draw(e),Y(e)}},Z[8821]={width:X,draw:e=>{Z[8819].draw(e),Y(e)}},Z[8822]={width:X,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()}},Z[8823]={width:X,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()}},Z[8824]={width:X,draw:e=>{Z[8822].draw(e),Y(e)}},Z[8825]={width:X,draw:e=>{Z[8823].draw(e),Y(e)}},Z[8826]={width:X,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()}},Z[8827]={width:X,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()}},Z[8828]={width:X,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()}},Z[8829]={width:X,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()}},Z[8830]={width:X,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()}},Z[8831]={width:X,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()}},Z[8832]={width:X,draw:e=>{Z[8826].draw(e),Y(e)}},Z[8833]={width:X,draw:e=>{Z[8827].draw(e),Y(e)}},Z[8840]=ez(!0,!0),Z[8841]=tz(!0,!0),Z[8842]=ez(!0,!0),Z[8843]=tz(!0,!0),Z[8844]={width:X,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()}},Z[8845]={width:X,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()}},Z[8846]={width:X,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()}},Z[8847]={width:X,draw:e=>{e.lineWidth(42),e.M(460,420),e.L(140,420),e.L(140,80),e.L(460,80),e.stroke()}},Z[8848]={width:X,draw:e=>{e.lineWidth(42),e.M(140,420),e.L(460,420),e.L(460,80),e.L(140,80),e.stroke()}},Z[8849]={width:X,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()}},Z[8850]={width:X,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()}},Z[8851]={width:X,draw:e=>{e.lineWidth(45),e.M(140,60),e.L(140,440),e.L(460,440),e.L(460,60),e.stroke()}},Z[8852]={width:X,draw:e=>{e.lineWidth(45),e.M(140,440),e.L(140,60),e.L(460,60),e.L(460,440),e.stroke()}},Z[8858]=nz(e=>{e.lineWidth(28),e.circle(300,250,60),e.stroke()}),Z[8859]=nz(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()}}),Z[8860]=nz(e=>{e.M(200,280),e.L(400,280),e.stroke(),e.M(200,220),e.L(400,220),e.stroke()}),Z[8861]=nz(e=>{e.M(200,250),e.L(400,250),e.stroke()}),Z[8862]={width:X,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()}},Z[8863]={width:X,draw:e=>{e.lineWidth(38),e.rect(100,50,400,400),e.stroke(),e.M(160,250),e.L(440,250),e.stroke()}},Z[8864]={width:X,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()}},Z[8865]={width:X,draw:e=>{e.lineWidth(38),e.rect(100,50,400,400),e.stroke(),e.circle(300,250,40),e.fill()}},Z[8866]={width:X,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()}},Z[8867]={width:X,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()}},Z[8868]={width:X,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()}},Z[8870]={width:X,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()}},Z[8871]={width:X,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()}},Z[8872]={width:X,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()}},Z[8873]={width:X,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()}},Z[8874]={width:X,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()}},Z[8875]={width:X,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()}},Z[8876]={width:X,draw:e=>{Z[8866].draw(e),Y(e)}},Z[8877]={width:X,draw:e=>{Z[8872].draw(e),Y(e)}},Z[8878]={width:X,draw:e=>{Z[8873].draw(e),Y(e)}},Z[8879]={width:X,draw:e=>{Z[8875].draw(e),Y(e)}},Z[8880]={width:X,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()}},Z[8881]={width:X,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()}},Z[8882]={width:X,draw:e=>{e.lineWidth(42),e.M(460,420),e.L(140,250),e.L(460,80),e.Z(),e.stroke()}},Z[8883]={width:X,draw:e=>{e.lineWidth(42),e.M(140,420),e.L(460,250),e.L(140,80),e.Z(),e.stroke()}},Z[8884]={width:X,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()}},Z[8885]={width:X,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()}},Z[8886]={width:X,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()}},Z[8887]={width:X,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()}},Z[8888]={width:X,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()}},Z[8889]={width:X,draw:e=>{e.lineWidth(38),e.rect(120,80,360,340),e.stroke(),e.circle(300,250,30),e.fill()}},Z[8890]={width:X,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()}},Z[8891]={width:X,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()}},Z[8892]={width:X,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()}},Z[8893]={width:X,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()}},Z[8894]={width:X,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()}},Z[8896]={width:X,draw:e=>{e.lineWidth(45),e.M(120,60),e.L(300,440),e.L(480,60),e.stroke()}},Z[8897]={width:X,draw:e=>{e.lineWidth(45),e.M(120,440),e.L(300,60),e.L(480,440),e.stroke()}},Z[8898]={width:X,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()}},Z[8899]={width:X,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()}},Z[8900]={width:X,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()}},Z[8901]={width:X,draw:e=>{e.circle(300,250,35),e.fill()}},Z[8902]={width:X,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()}},Z[8903]={width:X,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()}},Z[8904]={width:X,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()}},Z[8905]={width:X,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()}},Z[8906]={width:X,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()}},Z[8907]={width:X,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()}},Z[8908]={width:X,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()}},Z[8909]={width:X,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()}},Z[8910]={width:X,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()}},Z[8911]={width:X,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()}},Z[8912]={width:X,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()}},Z[8913]={width:X,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()}},Z[8914]={width:X,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()}},Z[8915]={width:X,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()}},Z[8916]={width:X,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()}},Z[8917]={width:X,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()}},Z[8918]={width:X,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()}},Z[8919]={width:X,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()}},Z[8920]={width:X,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()}},Z[8921]={width:X,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()}},Z[8922]={width:X,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()}},Z[8923]={width:X,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()}},Z[8924]={width:X,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()}},Z[8925]={width:X,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()}},Z[8926]={width:X,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()}},Z[8927]={width:X,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()}},Z[8928]={width:X,draw:e=>{Z[8926].draw(e),Y(e)}},Z[8929]={width:X,draw:e=>{Z[8927].draw(e),Y(e)}},Z[8930]={width:X,draw:e=>{Z[8849].draw(e),Y(e)}},Z[8931]={width:X,draw:e=>{Z[8850].draw(e),Y(e)}},Z[8932]={width:X,draw:e=>{Z[8849].draw(e),Y(e)}},Z[8933]={width:X,draw:e=>{Z[8850].draw(e),Y(e)}},Z[8934]={width:X,draw:e=>{Z[8818].draw(e),Y(e)}},Z[8935]={width:X,draw:e=>{Z[8819].draw(e),Y(e)}},Z[8936]={width:X,draw:e=>{Z[8830].draw(e),Y(e)}},Z[8937]={width:X,draw:e=>{Z[8831].draw(e),Y(e)}},Z[8938]={width:X,draw:e=>{Z[8882].draw(e),Y(e)}},Z[8939]={width:X,draw:e=>{Z[8883].draw(e),Y(e)}},Z[8940]={width:X,draw:e=>{Z[8884].draw(e),Y(e)}},Z[8941]={width:X,draw:e=>{Z[8885].draw(e),Y(e)}},Z[8942]={width:X,draw:e=>{e.circle(300,380,28),e.fill(),e.circle(300,250,28),e.fill(),e.circle(300,120,28),e.fill()}},Z[8943]={width:X,draw:e=>{e.circle(150,250,28),e.fill(),e.circle(300,250,28),e.fill(),e.circle(450,250,28),e.fill()}},Z[8944]={width:X,draw:e=>{e.circle(170,120,28),e.fill(),e.circle(300,250,28),e.fill(),e.circle(430,380,28),e.fill()}},Z[8945]={width:X,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(!Z[e]){let t=(e-8946)%2==0;Z[e]={width:X,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())}}}Q={},Q[8448]={width:X,draw:e=>{e.lineWidth(24),XR(e,0,190,340,150),XR(e,2,410,160,150),e.lineWidth(30),e.M(380,450),e.L(220,50),e.stroke()}},Q[8449]={width:X,draw:e=>{e.lineWidth(24),XR(e,0,190,340,150),XR(e,18,410,160,150),e.lineWidth(30),e.M(380,450),e.L(220,50),e.stroke()}},Q[8450]=rz((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:X,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:X,draw:e=>{e.lineWidth(24),XR(e,2,190,340,150),XR(e,20,410,160,150),e.lineWidth(30),e.M(380,450),e.L(220,50),e.stroke()}},Q[8455]={width:X,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:X,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]=iz((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]=az((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]=rz((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:X,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:X,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]=iz((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]=az((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]=iz((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:X,draw:e=>{e.lineWidth(30),XR(e,11,200,250,260),XR(e,1,400,250,260),e.lineWidth(28),e.M(120,100),e.L(480,100),e.stroke()}},Q[8469]=rz((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:X,draw:e=>{e.lineWidth(30),e.circle(300,250,220),e.stroke(),e.lineWidth(28),XR(e,15,300,250,200)}},Q[8472]={width:X,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]=rz((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]=rz((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]=iz((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]=az((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]=rz((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:X,draw:e=>{e.lineWidth(38),XR(e,17,250,260,300),e.lineWidth(32),e.M(350,200),e.L(480,60),e.stroke()}},Q[8479]={width:X,draw:e=>{e.lineWidth(38),XR(e,17,300,250,300)}},Q[8481]={width:X,draw:e=>{e.lineWidth(22),XR(e,19,150,250,180),XR(e,4,300,250,180),XR(e,11,450,250,180)}},Q[8484]=rz((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:X,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:X,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]=az((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:X,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:X,draw:e=>{e.lineWidth(40),XR(e,10,300,250,300)}},Q[8491]={width:X,draw:e=>{e.lineWidth(38),XR(e,0,300,220,280),e.lineWidth(22),e.circle(300,440,30),e.stroke()}},Q[8492]=iz((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]=az((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:X,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]=iz((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]=iz((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:X,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]=iz((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:X,draw:e=>{e.lineWidth(30),e.ellipse(300,250,150,180),e.stroke()}},Q[8501]={width:X,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:X,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:X,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:X,draw:e=>{e.lineWidth(42),e.M(180,440),e.L(420,440),e.L(420,60),e.stroke()}},Q[8508]={width:X,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:X,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:X,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:X,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:X,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:X,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:X,draw:e=>{e.lineWidth(42),e.M(400,60),e.L(400,440),e.L(200,440),e.stroke()}},Q[8515]={width:X,draw:e=>{e.lineWidth(42),e.M(400,440),e.L(400,60),e.L(200,60),e.stroke()}},Q[8516]={width:X,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]=rz((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:X,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:X,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:X,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:X,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:X,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:X,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:X,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:X,draw:e=>{e.lineWidth(34),XR(e,0,200,250,260),XR(e,18,400,250,260)}},Q[8526]={width:X,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:X,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()}},gz={},gz[8364]={width:X,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()}},gz[8365]={width:X,draw:e=>{e.lineWidth(40),XR(e,10,300,250,300),e.M(140,250),e.L(460,250),e.stroke()}},gz[8367]={width:X,draw:e=>{e.lineWidth(38),XR(e,3,300,250,300),e.M(400,470),e.L(400,30),e.stroke()}},gz[8368]={width:X,draw:e=>{e.lineWidth(38),XR(e,3,300,250,300),e.lineWidth(22),e.circle(420,400,30),e.stroke()}},gz[8373]={width:X,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()}},gz[8375]={width:X,draw:e=>{e.lineWidth(38),XR(e,18,300,250,300),e.M(140,300),e.L(460,300),e.stroke()}},gz[8379]={width:X,draw:e=>{e.lineWidth(38),XR(e,12,300,250,300),e.M(120,60),e.L(480,60),e.stroke()}},gz[8380]={width:X,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()}},gz[8382]={width:X,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()}},gz[8383]={width:X,draw:e=>{e.lineWidth(38),XR(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++)gz[e]={width:X,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()}};_z={},_z[8604]={width:X,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()}},_z[8610]={width:X,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()}},_z[8611]={width:X,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()}},_z[8616]={width:X,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()}},_z[8619]={width:X,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()}},_z[8620]={width:X,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()}},_z[8621]={width:X,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()}},_z[8622]={width:X,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(),Y(e)}},_z[8623]={width:X,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()}},_z[8628]={width:X,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()}},_z[8630]={width:X,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()}},_z[8631]={width:X,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()}},_z[8632]={width:X,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()}},_z[8633]={width:X,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()}},_z[8683]={width:X,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()}},_z[8684]={width:X,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()}},_z[8685]={width:X,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()}},_z[8686]={width:X,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()}},_z[8687]={width:X,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()}},_z[8688]={width:X,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()}},_z[8689]={width:X,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()}},_z[8690]={width:X,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()}},_z[8691]={width:X,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()}},_z[8692]={width:X,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()}},_z[8694]={width:X,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()}},_z[8695]={width:X,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()}},_z[8696]={width:X,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()}},_z[8697]={width:X,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()}},_z[8698]={width:X,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()}},_z[8699]={width:X,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()}},_z[8700]={width:X,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()}},_z[8701]={width:X,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()}},_z[8702]={width:X,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()}},_z[8703]={width:X,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 yz(e,t,n,r){return{width:$,draw:i=>{i.rect(e,t,n,r),i.fill()}}}function bz(e,t,n,r,i=50){return{width:$,draw:a=>{a.lineWidth(i),a.rect(e,t,n,r),a.stroke()}}}function xz(e,t,n){return{width:$,draw:r=>{r.circle(e,t,n),r.fill()}}}function Sz(e,t,n,r=50){return{width:$,draw:i=>{i.lineWidth(r),i.circle(e,t,n),i.stroke()}}}function Cz(){if(!Rz){Rz=new Map;for(let e of Lz)for(let[t,n]of Object.entries(e))Rz.set(Number(t),n)}return Rz}function wz(e){return Cz().get(e)}var $,Tz,Ez,Dz,Oz,kz,Az,jz,Mz,Nz,Pz,Fz,Iz,Lz,Rz,zz=t((()=>{pR(),SR(),qR(),vz(),$=600,Tz=bz(80,0,440,700,40),Ez={9632:yz(100,50,400,400),9633:bz(100,50,400,400),9634:{width:$,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:$,draw:e=>{e.lineWidth(40),e.rect(100,50,400,400),e.stroke(),e.rect(200,150,200,200),e.fill()}},9636:{width:$,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:$,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:$,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:$,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:yz(175,125,250,250),9643:bz(175,125,250,250,40),9644:yz(80,150,440,200),9645:bz(80,150,440,200),9646:yz(175,0,250,500),9647:bz(175,0,250,500),9648:{width:$,draw:e=>{e.M(150,100),e.L(520,100),e.L(450,400),e.L(80,400),e.Z(),e.fill()}},9650:{width:$,draw:e=>{e.M(300,500),e.L(500,50),e.L(100,50),e.Z(),e.fill()}},9651:{width:$,draw:e=>{e.lineWidth(40),e.M(300,500),e.L(500,50),e.L(100,50),e.Z(),e.stroke()}},9652:{width:$,draw:e=>{e.M(300,450),e.L(450,100),e.L(150,100),e.Z(),e.fill()}},9653:{width:$,draw:e=>{e.lineWidth(35),e.M(300,450),e.L(450,100),e.L(150,100),e.Z(),e.stroke()}},9654:{width:$,draw:e=>{e.M(100,500),e.L(500,250),e.L(100,0),e.Z(),e.fill()}},9655:{width:$,draw:e=>{e.lineWidth(40),e.M(100,500),e.L(500,250),e.L(100,0),e.Z(),e.stroke()}},9656:{width:$,draw:e=>{e.M(150,450),e.L(450,250),e.L(150,50),e.Z(),e.fill()}},9660:{width:$,draw:e=>{e.M(100,500),e.L(500,500),e.L(300,50),e.Z(),e.fill()}},9661:{width:$,draw:e=>{e.lineWidth(40),e.M(100,500),e.L(500,500),e.L(300,50),e.Z(),e.stroke()}},9662:{width:$,draw:e=>{e.M(150,400),e.L(450,400),e.L(300,100),e.Z(),e.fill()}},9664:{width:$,draw:e=>{e.M(500,500),e.L(100,250),e.L(500,0),e.Z(),e.fill()}},9665:{width:$,draw:e=>{e.lineWidth(40),e.M(500,500),e.L(100,250),e.L(500,0),e.Z(),e.stroke()}},9666:{width:$,draw:e=>{e.M(450,450),e.L(150,250),e.L(450,50),e.Z(),e.fill()}},9670:{width:$,draw:e=>{e.M(300,500),e.L(530,250),e.L(300,0),e.L(70,250),e.Z(),e.fill()}},9671:{width:$,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:$,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:$,draw:e=>{e.lineWidth(40),e.circle(300,250,220),e.stroke(),e.circle(300,250,120),e.fill()}},9674:{width:$,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:Sz(300,250,220),9676:Sz(300,250,220,30),9677:{width:$,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:$,draw:e=>{e.lineWidth(35),e.circle(300,250,220),e.stroke(),e.circle(300,250,140),e.stroke()}},9679:xz(300,250,220),9680:{width:$,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:$,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:$,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:$,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:$,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:$,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:$,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:$,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:$,draw:e=>{e.rect(80,30,440,440),e.fill()}},9689:{width:$,draw:e=>{e.circle(300,250,240),e.fill()}},9692:{width:$,draw:e=>{e.lineWidth(50),e.M(300,470),e.C(179,470,80,371,80,250),e.stroke()}},9693:{width:$,draw:e=>{e.lineWidth(50),e.M(520,250),e.C(520,371,421,470,300,470),e.stroke()}},9694:{width:$,draw:e=>{e.lineWidth(50),e.M(300,30),e.C(421,30,520,129,520,250),e.stroke()}},9695:{width:$,draw:e=>{e.lineWidth(50),e.M(80,250),e.C(80,129,179,30,300,30),e.stroke()}},9696:{width:$,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:$,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:Sz(300,250,100,40),9711:Sz(300,250,280,40)},Dz={8592:{width:$,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:$,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:$,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:$,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:$,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:$,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:$,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:$,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:$,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:$,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:$,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:$,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:$,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:$,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:$,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:$,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:$,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()}}},Oz={8704:{width:$,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:$,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:$,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:$,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:$,draw:e=>{e.lineWidth(50),e.M(300,500),e.L(100,0),e.L(500,0),e.Z(),e.stroke()}},8711:{width:$,draw:e=>{e.lineWidth(50),e.M(100,500),e.L(500,500),e.L(300,0),e.Z(),e.stroke()}},8712:{width:$,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:$,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:$,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:yz(150,50,300,400),8719:{width:$,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:$,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:$,draw:e=>{e.lineWidth(60),e.M(120,250),e.L(480,250),e.stroke()}},8723:{width:$,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:$,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:$,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:$,draw:e=>{e.lineWidth(50),e.M(480,50),e.L(120,50),e.L(380,450),e.stroke()}},8743:{width:$,draw:e=>{e.lineWidth(50),e.M(100,50),e.L(300,450),e.L(500,50),e.stroke()}},8744:{width:$,draw:e=>{e.lineWidth(50),e.M(100,450),e.L(300,50),e.L(500,450),e.stroke()}},8745:{width:$,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:$,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:$,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:$,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:$,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:$,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:$,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:$,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:$,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:$,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:$,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:$,draw:e=>{e.lineWidth(45),e.circle(300,250,200),e.stroke(),e.M(100,250),e.L(500,250),e.stroke()}},8855:{width:$,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:$,draw:e=>{e.lineWidth(45),e.circle(300,250,200),e.stroke(),e.M(160,100),e.L(440,400),e.stroke()}},8857:{width:$,draw:e=>{e.lineWidth(45),e.circle(300,250,200),e.stroke(),e.circle(300,250,40),e.fill()}}},kz={9728:{width:$,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:$,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:$,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:bz(100,30,400,400,45),9745:{width:$,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:$,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:$,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:$,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:$,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:$,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:$,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:$,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:$,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:$,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:$,draw:e=>{e.M(300,500),e.L(500,250),e.L(300,0),e.L(100,250),e.Z(),e.fill()}},9833:{width:$,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:$,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:$,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:$,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:$,draw:e=>{e.lineWidth(65),e.M(100,250),e.L(240,80),e.L(500,450),e.stroke()}},10004:{width:$,draw:e=>{e.lineWidth(85),e.M(100,250),e.L(240,80),e.L(500,450),e.stroke()}},10005:{width:$,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:$,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:$,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:$,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:$,draw:e=>{e.rect(210,30,180,440),e.fill(),e.rect(90,160,420,180),e.fill()}},10012:{width:$,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:$,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:$,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:$,draw:e=>{e.circle(300,250,240),e.fill()}}}return e})(),...(()=>{let e={};for(let t=0;t<10;t++)e[9312+t]={width:$,draw:e=>{e.lineWidth(40),e.circle(300,250,220),e.stroke()}};return e})()},Az={8960:{width:$,draw:e=>{e.lineWidth(45),e.circle(300,250,200),e.stroke(),e.M(140,90),e.L(460,410),e.stroke()}},8962:{width:$,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:$,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:$,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:$,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()}}},jz={9472:{width:$,draw:e=>{e.lineWidth(40),e.M(0,250),e.L(600,250),e.stroke()}},9473:{width:$,draw:e=>{e.lineWidth(80),e.M(0,250),e.L(600,250),e.stroke()}},9474:{width:$,draw:e=>{e.lineWidth(40),e.M(300,0),e.L(300,500),e.stroke()}},9475:{width:$,draw:e=>{e.lineWidth(80),e.M(300,0),e.L(300,500),e.stroke()}},9484:{width:$,draw:e=>{e.lineWidth(40),e.M(300,0),e.L(300,250),e.L(600,250),e.stroke()}},9488:{width:$,draw:e=>{e.lineWidth(40),e.M(300,0),e.L(300,250),e.L(0,250),e.stroke()}},9492:{width:$,draw:e=>{e.lineWidth(40),e.M(300,500),e.L(300,250),e.L(600,250),e.stroke()}},9496:{width:$,draw:e=>{e.lineWidth(40),e.M(300,500),e.L(300,250),e.L(0,250),e.stroke()}},9500:{width:$,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:$,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:$,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:$,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:$,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:$,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:$,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:$,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:$,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:$,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:$,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()}}},Mz={9600:yz(0,250,600,250),9604:yz(0,0,600,250),9608:yz(0,0,600,500),9612:yz(0,0,300,500),9616:yz(300,0,300,500),9617:{width:$,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:$,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:$,draw:e=>{e.lineWidth(35),e.rect(0,0,600,500),e.fill()}}},Nz={11014:{width:$,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:$,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:$,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:yz(60,10,480,480),11036:bz(60,10,480,480,45),11088:{width:$,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()}}},Pz={10688:{width:$,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:$,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:$,draw:e=>{e.lineWidth(40),e.rect(80,30,440,440),e.stroke(),e.circle(300,250,130),e.stroke()}},10696:{width:$,draw:e=>{e.lineWidth(40),e.rect(80,30,440,440),e.stroke(),e.rect(190,140,220,220),e.stroke()}},10697:{width:$,draw:e=>{e.lineWidth(35),e.rect(80,80,300,300),e.stroke(),e.rect(220,120,300,300),e.stroke()}}},Fz={8377:{width:$,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:$,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:$,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()}}},Iz={8226:xz(300,250,100),8230:{width:$,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:$,draw:e=>{e.M(150,400),e.L(450,250),e.L(150,100),e.Z(),e.fill()}},8259:{width:$,draw:e=>{e.lineWidth(60),e.M(150,250),e.L(450,250),e.stroke()}},8260:{width:$,draw:e=>{e.lineWidth(40),e.M(450,500),e.L(150,0),e.stroke()}}},Lz=[Ez,Dz,Oz,kz,Az,jz,Mz,Nz,Pz,Fz,Iz,BL,VL,HL,UL,WL,GL,KL,qL,JL,YL,XL,ZL,QL,$L,eR,oR,lR,uR,hR,gR,_R,vR,yR,bR,xR,K,q,WR,J,GR,KR,HR,oz,mz,hz,Z,Q,gz,_z,lz,uz,dz,fz,pz],Rz=null}));function Bz(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=Kz-qz,c=1;for(let t=0;t<o.length;t+=s){let l=o.slice(t,t+s),u=`${n}${c}`;c++;let{objNum:d,fontWidths:f}=Vz(e,l,u);i.set(u,d),a.set(u,f);for(let e=0;e<l.length;e++)r.set(l[e],{resourceName:u,charCode:qz+e})}return{fontObjects:i,encoding:r,widths:a}}function Vz(e,t,n){let r=[],i=[],a=Array(qz+t.length).fill(0),o=new Map,s=Hz(e,Tz);r.push({name:`.notdef`,objNum:s}),a[0]=Tz.width;for(let n=0;n<t.length;n++){let s=t[n],c=wz(s)??Tz,l=`uni${s.toString(16).toUpperCase().padStart(4,`0`)}`,u=Hz(e,c);r.push({name:l,objNum:u}),i.push(l);let d=qz+n;a[d]=c.width,o.set(d,c.width)}let c=[];for(let{name:e,objNum:t}of r)c.push(`${aI(e)} ${sI(t)}`);let l=`<<\n${c.join(`
457
457
  `)}\n>>`,u=[];u.push(`${qz}`);for(let e of i)u.push(aI(e));let d=e.allocObject(),f=new dI().set(`Type`,`/Encoding`).set(`Differences`,`[${u.join(` `)}]`);e.addObject(d,f);let p=Wz(e,t),m=e.allocObject(),h=`[0 0 ${Gz} ${Gz}]`,g=new dI().set(`Type`,`/Font`).set(`Subtype`,`/Type3`).set(`Name`,aI(n)).set(`FontBBox`,h).set(`FontMatrix`,`[0.001 0 0 0.001 0 0]`).set(`FirstChar`,L(0)).set(`LastChar`,L(a.length-1)).set(`Widths`,oI(a.map(e=>L(e)))).set(`CharProcs`,l).set(`Encoding`,sI(d)).set(`ToUnicode`,sI(p));return e.addObject(m,g),{objNum:m,fontWidths:o}}function Hz(e,t){let n=new zI;n.raw(`${t.width} 0 0 0 ${Gz} ${Gz} d1`);let r=Uz(n);t.draw(r);let i=e.allocObject();return e.addStreamObject(i,new dI,n),i}function Uz(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 Wz(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=qz+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 dI,i),a}var Gz,Kz,qz,Jz=t((()=>{fI(),VI(),zz(),Gz=1e3,Kz=256,qz=1}));function Yz(e){return $z[e.toLowerCase().trim()]??`Helvetica`}function Xz(e,t,n){let r=Yz(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`}function Zz(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 Qz(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}var $z,eB,tB=t((()=>{fI(),VI(),qI(),pL(),EL(),Jz(),$z={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`},eB=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++,LI(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&&$z[r]===void 0&&this._unknownFontFamilies.add(e);let i=Xz(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&&!LI(e)}measureText(e,t,n){if(this.embeddedFont&&t===this.embeddedResourceName)return Qz(e,this.embeddedFont,n);if(!this._type3Result||!RI(e))return hL(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++,LI(a))r+=hL(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:gL(this.isType3Resource(e)?`Helvetica`:this.getPdfFontName(e),t)}getFontDescent(e,t){return this.embeddedFont&&e===this.embeddedResourceName?this.embeddedFont.descent/this.embeddedFont.unitsPerEm*t:_L(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 vL(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 Zz(e,this._embeddedResult.unicodeToCid);throw new GI(`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 dI().set(`Type`,`/Font`).set(`Subtype`,`/Type1`).set(`BaseFont`,aI(n)).set(`Encoding`,`/WinAnsiEncoding`);e.addObject(i,a),t.set(r,i)}if(this.embeddedFont&&this.embeddedResourceName){let n=QI(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=Bz(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(`${aI(n)} ${sI(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 nB(){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}function rB(){if(oB!==void 0)return oB;if(typeof process>`u`||!process.platform)return oB=[],oB;let e=[],t=new Set,n=nB();for(let r of aB)for(let i of n){let n=`${i}/${r}`;if(!t.has(n)&&Rf(n)){let r=iB(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=Lf(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=iB(n.absolutePath);r&&(e.push(r),t.add(n.absolutePath))}}catch{}return oB=e,e}function iB(e){try{return zf(e)}catch{return null}}var aB,oB,sB=t((()=>{Vf(),aB=`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(`,`)}));function cB(e){let t=new EB(e),n=t.u32();if(n===1953784678){if(t.skip(4),t.u32()===0)throw new GI(`TrueType Collection is empty (0 fonts)`);return lB(e,t.u32())}return uB(e,t,n)}function lB(e,t){let n=new EB(e,t);return uB(e,n,n.u32())}function uB(e,t,n){if(n!==65536&&n!==1953658213)throw n===1330926671?new GI(`CFF-flavored OpenType (.otf) is not supported. Use a TrueType (.ttf) font.`):new GI(`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 GI(`Missing required table '${e}' in TrueType font`);let a=dB(t,i.get(`head`)),o=fB(t,i.get(`hhea`)),s=pB(t,i.get(`maxp`)),c=i.has(`OS/2`)?mB(t,i.get(`OS/2`)):null,l=i.has(`post`)?hB(t,i.get(`post`)):null,u=i.has(`name`)?gB(t,i.get(`name`)):null,d=_B(t,i.get(`cmap`)),f=bB(t,i.get(`hmtx`),o.numHMetrics,s.numGlyphs),p=i.has(`loca`)&&i.has(`glyf`)?xB(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 dB(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 fB(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 pB(e,t){let n=e.at(t.offset);return n.skip(4),{numGlyphs:n.u16()}}function mB(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 hB(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 gB(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=SB(u);else if(t===1&&n===0)d=CB(u);else continue;i===1&&!o&&(o=d),i===6&&!s&&(s=d)}return{familyName:o||`Unknown`,postScriptName:s||o||`Unknown`}}function _B(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 yB(e,o);if(a>=0)return vB(e,a);throw new GI(`No usable Unicode cmap subtable found in font`)}function vB(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 yB(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>wB)throw new GI(`cmap format 12 has ${r} groups, exceeding limit of ${wB}. 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>TB)throw new GI(`cmap format 12 maps too many codepoints (>${TB}). The font file may be malicious or corrupted.`);for(let n=e;n<=t;n++)i.set(n,r+(n-e))}return i}function bB(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 xB(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 SB(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 CB(e){let t=[];for(let n=0;n<e.length;n++)t.push(String.fromCharCode(e[n]));return t.join(``)}var wB,TB,EB,DB=t((()=>{qI(),wB=65536,TB=2e6,EB=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 OB(e){return e.kind===`chartsheet`}var kB,AB,jB=t((()=>{kB={Empty:0,String:1,Number:2,Boolean:3,Date:4,RichText:5,Error:6,Formula:7,Hyperlink:8,Merge:9},AB={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}}})),MB,NB,PB=t((()=>{MB=1.2,NB=72/96}));function FB(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 IB(e,t,n,r){let i=new zI,a=new Set;t.showGridLines&&LB(i,e,t);for(let t of e.cells)t.fillColor&&RB(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)VB(i,t);let o=e.scaleFactor;for(let t of e.cells)(t.text||t.richText)&&UB(i,t,n,a,o);return t.showSheetNames&&oV(i,e,t,n),t.showPageNumbers&&sV(i,e,t,n,r),{stream:i,alphaValues:a}}function LB(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 RB(e,t,n){if(!t.fillColor)return;let r=t.fillColor.a;if(r!==void 0&&r<1){let i=eV(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 zB(e){return typeof e==`number`?e<=90?e:-(e-90):0}function BB(e,t){let n=zB(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 VB(e,t){let{rect:n,borders:r,textRotation:i}=t,{x:a,y:o,width:s,height:c}=n,l=BB(i,c);r.top&&HB(e,r.top,a+l,o+c,a+s+l,o+c,!0),r.bottom&&HB(e,r.bottom,a,o,a+s,o,!0),r.left&&HB(e,r.left,a,o,a+l,o+c,!1),r.right&&HB(e,r.right,a+s,o,a+s+l,o+c,!1)}function HB(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 UB(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=FB(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=BB(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(eV(_))),t.textRotation===`vertical`){$B(e,t,n,m,i),e.restore();return}if(typeof t.textRotation==`number`&&t.textRotation!==0){GB(e,t,n,m,i),e.restore();return}if(t.richText&&t.richText.length>0){WB(e,t,n,m,i),e.restore();return}let v=n.hasEmbeddedFont(),y=v?n.getEmbeddedResourceName():n.ensureFont(Xz(t.fontFamily,t.bold,t.italic)),b=e=>n.measureText(e,y,s),x=f-m,S=u?iV(o,b,x):o.split(/\r?\n/),ee=s*MB,te=n.getFontAscent(y,s),ne=tV(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;QB(e,r,nV(c,a,b(r),m,d.left,d.right),i,y,s,n,re)}rV(e,t,S,ee,ne,b,y,n,m,d),e.restore()}function WB(e,t,n,r,i=1){let{rect:a,horizontalAlign:o,verticalAlign:s,wrapText:c}=t,l=t.richText,u=FB(t,i),d=t.fontSize;for(let e of l)e.fontSize>d&&(d=e.fontSize);let f=d,p=f*MB,m=n.hasEmbeddedFont(),h=e=>m?n.getEmbeddedResourceName():n.ensureFont(Xz(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=aV(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*MB)}let v=p[0],y=n.getFontAscent(v,f),b=tV(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=nV(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=QB(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=tV(s,a,p,n.getFontAscent(v,f),u.top,u.bottom),b=nV(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=QB(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 GB(e,t,n,r,i=1){let{rect:a,wrapText:o}=t,{fontSize:s}=t,c=FB(t,i),l=n.hasEmbeddedFont()?n.getEmbeddedResourceName():n.ensureFont(Xz(t.fontFamily,t.bold,t.italic)),u=zB(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?iV(t.text,y,Math.max(v-1,1)):t.text.split(/\r?\n/);let x=s*MB,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*MB,te=n.getFontAscent(l,s),ne=Math.abs(u-90)<.01,re=Math.abs(u+90)<.01;e.setFillColor(t.textColor),ne?KB(e,t,b,n,l,s,ee,te,c):re?qB(e,t,b,n,l,s,ee,te,c):JB(e,t,b,n,l,s,ee,te,f,p,r)}function KB(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),XB(e,s,0,1,-1,0,f,h,i,a,r,m)}}function qB(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),XB(e,s,0,-1,1,0,f,h,i,a,r,m)}}function JB(e,t,n,r,i,a,o,s,c,l,u){let{rect:d,horizontalAlign:f,verticalAlign:p}=t,m=FB(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=BB(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;XB(e,u,c,l,-l,c,h,g,i,a,r,ie)}}function YB(e,t,n,r){let i=t.encodeText(n,r);i?e.showTextHex(i):e.showText(n)}function XB(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),YB(e,u,t,c),e.endText();return}let f=ZB(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),YB(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 ZB(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 QB(e,t,n,r,i,a,o,s){return XB(e,t,1,0,0,1,n,r,i,a,o,s),o.measureText(t,i,a)}function $B(e,t,n,r,i=1){let{rect:a,text:o,fontSize:s,horizontalAlign:c,verticalAlign:l}=t,u=FB(t,i),d=n.hasEmbeddedFont(),f=d?n.getEmbeddedResourceName():n.ensureFont(Xz(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;XB(e,t,1,0,0,1,i-n.measureText(t,f,s)/2,c,f,s,n,y),c-=p}}}function eV(e){return`GS${Math.round(e*1e4)}`}function tV(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 nV(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 rV(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=nV(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=nV(t.horizontalAlign,t.rect,d,c,l?.left,l?.right);e.drawLine(f,s,f+d,s,t.textColor,.5)}}}function iV(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 aV(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 nB(){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}function*rB(){if(oB!==void 0){for(let e of oB)yield e;return}if(typeof process>`u`||!process.platform)return;let e=new Set,t=nB();for(let n of aB)for(let r of t){let t=`${r}/${n}`;if(!e.has(t)&&(e.add(t),Rf(t))){let e=iB(t);e&&(yield e)}}let n=/noto|unicode|cjk|yahei|heiti|gothic|sans|serif|ming|song|dejavu|liberation|droid|wqy/i;for(let r of t){let t;try{t=Lf(r,{recursive:!0,filter:e=>!e.isDirectory})}catch{continue}let i=t.filter(t=>/\.tt[cf]$/i.test(t.absolutePath)&&!e.has(t.absolutePath)),a=i.filter(e=>n.test(e.absolutePath)),o=i.filter(e=>!n.test(e.absolutePath)&&e.size>5e4);for(let t of[...a,...o]){if(e.has(t.absolutePath))continue;e.add(t.absolutePath);let n=iB(t.absolutePath);n&&(yield n)}}}function iB(e){try{return zf(e)}catch{return null}}var aB,oB,sB=t((()=>{Vf(),aB=`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(`,`)}));function cB(e){let t=new EB(e),n=t.u32();if(n===1953784678){if(t.skip(4),t.u32()===0)throw new GI(`TrueType Collection is empty (0 fonts)`);return lB(e,t.u32())}return uB(e,t,n)}function lB(e,t){let n=new EB(e,t);return uB(e,n,n.u32())}function uB(e,t,n){if(n!==65536&&n!==1953658213)throw n===1330926671?new GI(`CFF-flavored OpenType (.otf) is not supported. Use a TrueType (.ttf) font.`):new GI(`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 GI(`Missing required table '${e}' in TrueType font`);let a=dB(t,i.get(`head`)),o=fB(t,i.get(`hhea`)),s=pB(t,i.get(`maxp`)),c=i.has(`OS/2`)?mB(t,i.get(`OS/2`)):null,l=i.has(`post`)?hB(t,i.get(`post`)):null,u=i.has(`name`)?gB(t,i.get(`name`)):null,d=_B(t,i.get(`cmap`)),f=bB(t,i.get(`hmtx`),o.numHMetrics,s.numGlyphs),p=i.has(`loca`)&&i.has(`glyf`)?xB(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 dB(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 fB(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 pB(e,t){let n=e.at(t.offset);return n.skip(4),{numGlyphs:n.u16()}}function mB(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 hB(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 gB(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=SB(u);else if(t===1&&n===0)d=CB(u);else continue;i===1&&!o&&(o=d),i===6&&!s&&(s=d)}return{familyName:o||`Unknown`,postScriptName:s||o||`Unknown`}}function _B(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 yB(e,o);if(a>=0)return vB(e,a);throw new GI(`No usable Unicode cmap subtable found in font`)}function vB(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 yB(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>wB)throw new GI(`cmap format 12 has ${r} groups, exceeding limit of ${wB}. 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>TB)throw new GI(`cmap format 12 maps too many codepoints (>${TB}). The font file may be malicious or corrupted.`);for(let n=e;n<=t;n++)i.set(n,r+(n-e))}return i}function bB(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 xB(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 SB(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 CB(e){let t=[];for(let n=0;n<e.length;n++)t.push(String.fromCharCode(e[n]));return t.join(``)}var wB,TB,EB,DB=t((()=>{qI(),wB=65536,TB=2e6,EB=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 OB(e){return e.kind===`chartsheet`}var kB,AB,jB=t((()=>{kB={Empty:0,String:1,Number:2,Boolean:3,Date:4,RichText:5,Error:6,Formula:7,Hyperlink:8,Merge:9},AB={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}}})),MB,NB,PB=t((()=>{MB=1.2,NB=72/96}));function FB(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 IB(e,t,n,r){let i=new zI,a=new Set;t.showGridLines&&LB(i,e,t);for(let t of e.cells)t.fillColor&&RB(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)VB(i,t);let o=e.scaleFactor;for(let t of e.cells)(t.text||t.richText)&&UB(i,t,n,a,o);return t.showSheetNames&&oV(i,e,t,n),t.showPageNumbers&&sV(i,e,t,n,r),{stream:i,alphaValues:a}}function LB(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 RB(e,t,n){if(!t.fillColor)return;let r=t.fillColor.a;if(r!==void 0&&r<1){let i=eV(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 zB(e){return typeof e==`number`?e<=90?e:-(e-90):0}function BB(e,t){let n=zB(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 VB(e,t){let{rect:n,borders:r,textRotation:i}=t,{x:a,y:o,width:s,height:c}=n,l=BB(i,c);r.top&&HB(e,r.top,a+l,o+c,a+s+l,o+c,!0),r.bottom&&HB(e,r.bottom,a,o,a+s,o,!0),r.left&&HB(e,r.left,a,o,a+l,o+c,!1),r.right&&HB(e,r.right,a+s,o,a+s+l,o+c,!1)}function HB(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 UB(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=FB(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=BB(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(eV(_))),t.textRotation===`vertical`){$B(e,t,n,m,i),e.restore();return}if(typeof t.textRotation==`number`&&t.textRotation!==0){GB(e,t,n,m,i),e.restore();return}if(t.richText&&t.richText.length>0){WB(e,t,n,m,i),e.restore();return}let v=n.hasEmbeddedFont(),y=v?n.getEmbeddedResourceName():n.ensureFont(Xz(t.fontFamily,t.bold,t.italic)),b=e=>n.measureText(e,y,s),x=f-m,S=u?iV(o,b,x):o.split(/\r?\n/),ee=s*MB,te=n.getFontAscent(y,s),ne=tV(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;QB(e,r,nV(c,a,b(r),m,d.left,d.right),i,y,s,n,re)}rV(e,t,S,ee,ne,b,y,n,m,d),e.restore()}function WB(e,t,n,r,i=1){let{rect:a,horizontalAlign:o,verticalAlign:s,wrapText:c}=t,l=t.richText,u=FB(t,i),d=t.fontSize;for(let e of l)e.fontSize>d&&(d=e.fontSize);let f=d,p=f*MB,m=n.hasEmbeddedFont(),h=e=>m?n.getEmbeddedResourceName():n.ensureFont(Xz(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=aV(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*MB)}let v=p[0],y=n.getFontAscent(v,f),b=tV(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=nV(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=QB(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=tV(s,a,p,n.getFontAscent(v,f),u.top,u.bottom),b=nV(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=QB(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 GB(e,t,n,r,i=1){let{rect:a,wrapText:o}=t,{fontSize:s}=t,c=FB(t,i),l=n.hasEmbeddedFont()?n.getEmbeddedResourceName():n.ensureFont(Xz(t.fontFamily,t.bold,t.italic)),u=zB(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?iV(t.text,y,Math.max(v-1,1)):t.text.split(/\r?\n/);let x=s*MB,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*MB,te=n.getFontAscent(l,s),ne=Math.abs(u-90)<.01,re=Math.abs(u+90)<.01;e.setFillColor(t.textColor),ne?KB(e,t,b,n,l,s,ee,te,c):re?qB(e,t,b,n,l,s,ee,te,c):JB(e,t,b,n,l,s,ee,te,f,p,r)}function KB(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),XB(e,s,0,1,-1,0,f,h,i,a,r,m)}}function qB(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),XB(e,s,0,-1,1,0,f,h,i,a,r,m)}}function JB(e,t,n,r,i,a,o,s,c,l,u){let{rect:d,horizontalAlign:f,verticalAlign:p}=t,m=FB(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=BB(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;XB(e,u,c,l,-l,c,h,g,i,a,r,ie)}}function YB(e,t,n,r){let i=t.encodeText(n,r);i?e.showTextHex(i):e.showText(n)}function XB(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),YB(e,u,t,c),e.endText();return}let f=ZB(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),YB(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 ZB(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 QB(e,t,n,r,i,a,o,s){return XB(e,t,1,0,0,1,n,r,i,a,o,s),o.measureText(t,i,a)}function $B(e,t,n,r,i=1){let{rect:a,text:o,fontSize:s,horizontalAlign:c,verticalAlign:l}=t,u=FB(t,i),d=n.hasEmbeddedFont(),f=d?n.getEmbeddedResourceName():n.ensureFont(Xz(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;XB(e,t,1,0,0,1,i-n.measureText(t,f,s)/2,c,f,s,n,y),c-=p}}}function eV(e){return`GS${Math.round(e*1e4)}`}function tV(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 nV(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 rV(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=nV(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=nV(t.horizontalAlign,t.rect,d,c,l?.left,l?.right);e.drawLine(f,s,f+d,s,t.textColor,.5)}}}function iV(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 aV(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 oV(e,t,n,r){let i=t.sheetName,a=r.hasEmbeddedFont()?r.getEmbeddedResourceName():r.ensureFont(Xz(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}),XB(e,i,1,0,0,1,s,c,a,10,r,r.hasType3Fonts()&&!r.hasEmbeddedFont()),e.restore()}function sV(e,t,n,r,i){let a=`Page ${t.pageNumber} of ${i}`,o=r.ensureFont(Xz(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()}function cV(e,t,n,r){return n.type===`text`?fV(e,t,lV(n),r):pV(e,t,uV(n))}function lV(e){return{...e,opacity:dV(e.opacity??gV.opacity),fontSize:Math.max(1,e.fontSize??gV.fontSize),repeatSpacingX:Math.max(vV,e.repeatSpacingX??gV.repeatSpacingX),repeatSpacingY:Math.max(vV,e.repeatSpacingY??gV.repeatSpacingY)}}function uV(e){return{...e,opacity:dV(e.opacity??_V.opacity),scale:Math.max(.01,e.scale??_V.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(vV,e.repeatSpacingX??_V.repeatSpacingX),repeatSpacingY:Math.max(vV,e.repeatSpacingY??_V.repeatSpacingY)}}function dV(e){return Math.max(0,Math.min(1,e))}function fV(e,t,n,r){let i=n.fontSize??gV.fontSize,a=n.color??gV.color,o=n.opacity??gV.opacity,s=n.rotation??gV.rotation,c=n.fontFamily??gV.fontFamily,l=n.bold??gV.bold,u=n.italic??gV.italic,d=r.hasEmbeddedFont(),f=d?r.getEmbeddedResourceName():r.ensureFont(Xz(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?eV(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),XB(e,n.text,g,_,-_,g,l,u,f,i,r,b),e.restore()};if(n.repeat){let e=n.repeatSpacingX??gV.repeatSpacingX,r=n.repeatSpacingY??gV.repeatSpacingY;hV(t.width,t.height,e,r,x)}else{let{cx:e,cy:r}=mV(t,n.position);x(e,r)}return{alphaValues:v?[o]:[],imageXObjects:[]}}function pV(e,t,n){let r=n.opacity??_V.opacity,i=n.rotation??_V.rotation,a=n.scale??_V.scale,o=r<1,s,c;if(n.width!==void 0&&n.height!==void 0)s=n.width,c=n.height;else{let e=bI(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?eV(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??_V.repeatSpacingX,r=n.repeatSpacingY??_V.repeatSpacingY;hV(t.width,t.height,e,r,m)}else{let{cx:e,cy:r}=mV(t,n.position);m(e,r)}return{alphaValues:o?[r]:[],imageXObjects:[{name:p,data:n.data,format:n.format}]}}function mV(e,t){return!t||t===`center`?{cx:e.width/2,cy:e.height/2}:{cx:t.x,cy:t.y}}function hV(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++}}var gV,_V,vV,yV=t((()=>{EI(),VI(),tB(),PB(),gV={fontSize:54,color:{r:.75,g:.75,b:.75},opacity:.15,rotation:-45,fontFamily:`Helvetica`,bold:!1,italic:!1,repeatSpacingX:200,repeatSpacingY:200},_V={opacity:.15,rotation:0,scale:.5,repeatSpacingX:200,repeatSpacingY:200},vV=10}));function bV(e,t,n){let r=t=>{t?.a!==void 0&&t.a<1&&(n.add(t.a),e.setGraphicsState(eV(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(eV(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=xV(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)XB(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);XB(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 xV(e,t,n,r){return e.hasEmbeddedFont()?e.getEmbeddedResourceName():e.ensureFont(Xz(t,n,r))}var SV=t((()=>{tB(),yV()}));function CV(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 wV(e){if(!e)return null;if(e.argb)return CV(e.argb);if(e.theme!==void 0){let t=TV(e.theme);if(!t)return null;let n=e.tint;return n!==void 0&&n!==0?DV(t,n):t}return e.indexed===void 0?null:EV(e.indexed)}function TV(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}function EV(e){return e===64?{r:0,g:0,b:0}:e===65?{r:1,g:1,b:1}:e>=0&&e<IV.length?CV(IV[e])??null:null}function DV(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)))}}function OV(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:wV(e?.color)??LV.black}}function kV(e){if(!e)return null;if(e.type===`pattern`){if(e.pattern===`solid`&&e.fgColor)return wV(e.fgColor);if(e.pattern===`none`)return null;if(e.fgColor)return wV(e.fgColor)}return e.type===`gradient`&&e.stops&&e.stops.length>0?wV(e.stops[0].color):null}function AV(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 jV(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 MV(e){return!e||!e.style?null:{width:AV(e.style),color:wV(e.color)??LV.black,dashPattern:jV(e.style),isDouble:e.style===`double`}}function NV(e){return e?{top:MV(e.top),right:MV(e.right),bottom:MV(e.bottom),left:MV(e.left)}:{top:null,right:null,bottom:null,left:null}}function PV(e){if(!e?.horizontal)return`left`;switch(e.horizontal){case`center`:case`centerContinuous`:return`center`;case`right`:return`right`;default:return`left`}}function FV(e){if(!e?.vertical)return`bottom`;switch(e.vertical){case`top`:return`top`;case`middle`:return`middle`;default:return`bottom`}}var IV,LV,RV=t((()=>{IV=`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(`.`),LV={black:{r:0,g:0,b:0},white:{r:1,g:1,b:1},gridLine:{r:.816,g:.816,b:.816}}}));function zV(e,t,n){if(e?.horizontal&&e.horizontal!==`general`)return PV(e);if(t!==void 0)switch(t){case kB.Number:case kB.Date:return`right`;case kB.Boolean:case kB.Error:return`center`;case kB.Formula:return typeof n==`number`||n instanceof Date?`right`:typeof n==`boolean`?`center`:`left`;default:return`left`}return`left`}async function BV(e,t,n){let r=HV(e,t,n);if(!r)return[WV(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(UV(r,o,s,i.length,e,t,n)),i.length<a&&await Ef();return i.length>0&&e.images&&cH(e.images,i,r.scaleFactor),i.length>0&&e.charts&&lH(e.charts,i,r.scaleFactor),i}function VV(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 HV(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=qV(e),{columnWidths:f,visibleCols:p}=JV(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}=YV(e,h,d,n,t),y=tH(e),b=nH(_,u,typeof t.repeatRows==`number`?t.repeatRows:0,eH(e,v)),x=rH(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 UV(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]??mH*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(iH(m,b,ae,ne,ie,h,_,a,o,g));let oe=v[v.length-1];p?.isMaster&&uH(oe,p,s,c,i),re.set(`${e}:${t}`,oe)}}return oH(re,t.length,n.length),dH(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 WV(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 GV(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 KV(e){let t=e.indexOf(`:`);if(t===-1){let t=GV(e);return{s:t,e:{...t}}}return{s:GV(e.slice(0,t)),e:GV(e.slice(t+1))}}function qV(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=KV(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 JV(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??pH)*7+5,i=Math.max(r*NB,hH);a.push(i),o.push(t)}return{columnWidths:a,visibleCols:o}}function YV(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,XV(a,t,e,r,i)):XV(a,t,e,r,i),c.push(o*t),l.push(n)}return{rowHeights:c,visibleRows:l}}function XV(e,t,n,r,i){let a=mH;if(e)for(let o of e.cells.values()){let e=ZV(o),s=QV(o,e,t,n,r,i),c=e*MB,l=o.style?.border?.top?.style?AV(o.style.border.top.style)/2:0,u=o.style?.border?.bottom?.style?AV(o.style.border.bottom.style)/2:0,d=e+(s-1)*c+(2+l+u)*2;d>a&&(a=d)}return a}function ZV(e){let t=e.style?.font?.size??11;if(e.type===kB.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 QV(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??pH)*7+5)*NB*n,l=e.style.alignment.indent??0,u=e.style?.border?.left?.style?AV(e.style.border.left.style)/2:0,d=e.style?.border?.right?.style?AV(e.style.border.right.style)/2:0,f=3+u+(3+d)+l*10,p=Math.max(c-f,1);if(e.type===kB.RichText){let t=e.value;if(t&&typeof t==`object`&&`richText`in t){let r=t.richText;if(r.length>0){let t=$V(o,r,n,p,i,a,e.style?.font);return Math.max(s,t)}}}let m=t*n,h=OV(e.style.font,a.defaultFontFamily,a.defaultFontSize),g=Xz(h.fontFamily,h.bold,h.italic),_=i.hasEmbeddedFont()?i.getEmbeddedResourceName():i.ensureFont(g),v=iV(o,e=>i.measureText(e,_,m),p);return Math.max(s,v.length)}function $V(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=OV(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=Xz(t.fontFamily,t.bold,t.italic);return i.hasEmbeddedFont()?i.getEmbeddedResourceName():i.ensureFont(n)}),d=t.map(e=>OV(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 eH(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 tH(e){let t=new Map,n=e.merges;if(!n||n.length===0)return t;for(let e of n){let n=KV(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 nH(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 rH(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 iH(e,t,n,r,i,a,o,s,c,l){let u=e?.text??``,d=e?.style??{},f=OV(d.font,s.defaultFontFamily,s.defaultFontSize),p=f.fontSize*l;if(c.hasEmbeddedFont())c.trackText(u);else{let e=Xz(f.fontFamily,f.bold,f.italic);c.ensureFont(e),c.trackText(u)}let m=fH(e,s,c,l,d.font),h=NV(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:kV(d.fill),horizontalAlign:zV(d.alignment,e?.type,e?.result),verticalAlign:FV(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 aH(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 oH(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=aH(n.borders.right);aH(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=aH(n.borders.bottom);aH(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 sH(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 cH(e,t,n){for(let r of e){let e=sH(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 lH(e,t,n){for(let r of e){let e=sH(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 uH(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=NV({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=NV({bottom:o.style.border.bottom});t.bottom&&(e.borders.bottom=t.bottom,e.borderInsets.bottom=t.bottom.width/2)}}}function dH(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(Xz(t.fontFamily,t.bold,t.italic));d+=s.measureText(t.text,n,t.fontSize)}}else{let e=s.hasEmbeddedFont()?s.getEmbeddedResourceName():s.ensureFont(Xz(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 fH(e,t,n,r,i){if(!e||e.type!==kB.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=OV(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=Xz(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}})}var pH,mH,hH,gH=t((()=>{If(),tB(),jB(),PB(),yV(),RV(),pH=8.43,mH=15,hH=3}));async function _H(e,t){let n=vH(e,t);for(let e of n.sheets)await yH(n,e,t);return bH(n,e,t)}function vH(e,t){let n=DH(e,t?.sheets);if(n.length===0)throw new UI(`No sheets to export. The workbook is empty or no sheets matched.`);let r=new eB,i=new XI,a=t?.font??null;if(!a){let e=NH(n);if(e.size>0)for(let t of rB())try{let n=cB(t);if([...e].every(e=>n.cmap.has(e))){a=t;break}}catch{}}if(a)try{let e=cB(a);r.registerEmbeddedFont(e)}catch(e){if(t?.font)throw new WI(`Failed to parse TrueType font`,{cause:e})}return{sheets:n,fontManager:r,writer:i,allPages:[]}}async function yH(e,t,n){try{let r=OH(n,t),i=OB(t)?VV(t,r):await BV(t,r,e.fontManager);e.allPages.push(...i)}catch(e){throw new WI(`Failed to layout sheet "${t.name}"`,{cause:e})}}async function bH(e,t,n){let{allPages:r,fontManager:i,writer:a,sheets:o}=e,s=OH(n,o[0]);xH(r,s,o),SH(r),CH(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(Xz(e,t,n))}let{pageObjNums:l,sheetFirstPage:u,pagesTreeObjNum:d}=await wH(r,i,a,i.writeFontResources(a),c);return EH(a,l,d,u,s,t,n)}function xH(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 SH(e){for(let t=0;t<e.length;t++)e[t].pageNumber=t+1}function CH(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(Xz(n.options.defaultFontFamily,!1,!1));if(!t.hasEmbeddedFont())for(let n of e)n.options.showSheetNames&&t.ensureFont(Xz(n.options.defaultFontFamily,!0,!1))}async function wH(e,t,n,r,i){let a=[],o=n.allocObject(),s=new Map,c=e.length;for(let l=0;l<e.length;l++)TH(e[l],t,n,r,c,a,o,s,i),l<e.length-1&&await Ef();return{pageObjNums:a,sheetFirstPage:s,pagesTreeObjNum:o}}function TH(e,t,n,r,i,a,o,s,c){try{let{stream:l,alphaValues:u}=IB(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=CI(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=bV(l,t,u),n=FH(i.rect);i.drawVector(e,n);continue}if(i.raster){let e=`Im${++r}`,t=CI(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&&MH(c,e)){let r=new zI,i=cV(r,e,c,t);for(let e of i.alphaValues)u.add(e);for(let e of i.imageXObjects){let t=CI(n,e.data,e.format);d.set(e.name,t)}f=n.allocObject(),n.addStreamObject(f,new dI,r)}let p=n.allocObject();n.addStreamObject(p,new dI,l);let m;m=f?(c?.placement??`under`)===`over`?`[${sI(p)} ${sI(f)}]`:`[${sI(f)} ${sI(p)}]`:sI(p);let h=n.allocObject(),g=t.buildFontDictString(r),_=new dI().set(`Font`,g);if(d.size>0){let e=[`<<`];for(let[t,n]of d)e.push(`/${t} ${sI(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 dI().set(`Type`,`/ExtGState`).set(`ca`,L(t)).set(`CA`,L(t));n.addObject(r,i),e.push(`/${eV(t)} ${sI(r)}`)}e.push(`>>`),_.set(`ExtGState`,e.join(`