mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
399 lines
576 KiB
JavaScript
399 lines
576 KiB
JavaScript
import{c as e,s as t,u as n}from"./app-Bqp3v35S.js";import{a as r,d as i,f as a,i as o,l as s,n as c,t as l,u}from"./dist-ClllbOU3.js";var d={_useHtmlParser2:!1};function f(e,t){if(!e)return t??d;let n={_useHtmlParser2:!!e.xmlMode,...t,...e};return e.xml?(n._useHtmlParser2=!0,n.xmlMode=!0,e.xml!==!0&&Object.assign(n,e.xml)):e.xmlMode&&(n._useHtmlParser2=!0),n}var p;(function(e){e.Root=`root`,e.Text=`text`,e.Directive=`directive`,e.Comment=`comment`,e.Script=`script`,e.Style=`style`,e.Tag=`tag`,e.CDATA=`cdata`,e.Doctype=`doctype`})(p||={});function m(e){return e.type===p.Tag||e.type===p.Script||e.type===p.Style}var h=p.Root,g=p.Text,_=p.Directive,v=p.Comment,y=p.Script,b=p.Style,ee=p.Tag,x=p.CDATA,te=p.Doctype,S=class{constructor(){this.parent=null,this.prev=null,this.next=null,this.startIndex=null,this.endIndex=null}get parentNode(){return this.parent}set parentNode(e){this.parent=e}get previousSibling(){return this.prev}set previousSibling(e){this.prev=e}get nextSibling(){return this.next}set nextSibling(e){this.next=e}cloneNode(e=!1){return ge(this,e)}},ne=class extends S{constructor(e){super(),this.data=e}get nodeValue(){return this.data}set nodeValue(e){this.data=e}},re=class extends ne{constructor(){super(...arguments),this.type=p.Text}get nodeType(){return 3}},ie=class extends ne{constructor(){super(...arguments),this.type=p.Comment}get nodeType(){return 8}},ae=class extends ne{constructor(e,t){super(t),this.name=e,this.type=p.Directive}get nodeType(){return 1}},oe=class extends S{constructor(e){super(),this.children=e}get firstChild(){return this.children[0]??null}get lastChild(){return this.children.length>0?this.children[this.children.length-1]:null}get childNodes(){return this.children}set childNodes(e){this.children=e}},se=class extends oe{constructor(){super(...arguments),this.type=p.CDATA}get nodeType(){return 4}},ce=class extends oe{constructor(){super(...arguments),this.type=p.Root}get nodeType(){return 9}},le=class extends oe{constructor(e,t,n=[],r=e===`script`?p.Script:e===`style`?p.Style:p.Tag){super(n),this.name=e,this.attribs=t,this.type=r}get nodeType(){return 1}get tagName(){return this.name}set tagName(e){this.name=e}get attributes(){return Object.keys(this.attribs).map(e=>({name:e,value:this.attribs[e],namespace:this[`x-attribsNamespace`]?.[e],prefix:this[`x-attribsPrefix`]?.[e]}))}};function C(e){return m(e)}function ue(e){return e.type===p.CDATA}function de(e){return e.type===p.Text}function fe(e){return e.type===p.Comment}function pe(e){return e.type===p.Directive}function me(e){return e.type===p.Root}function he(e){return Object.prototype.hasOwnProperty.call(e,`children`)}function ge(e,t=!1){let n;if(de(e))n=new re(e.data);else if(fe(e))n=new ie(e.data);else if(C(e)){let r=t?_e(e.children):[],i=new le(e.name,{...e.attribs},r);r.forEach(e=>e.parent=i),e.namespace!=null&&(i.namespace=e.namespace),e[`x-attribsNamespace`]&&(i[`x-attribsNamespace`]={...e[`x-attribsNamespace`]}),e[`x-attribsPrefix`]&&(i[`x-attribsPrefix`]={...e[`x-attribsPrefix`]}),n=i}else if(ue(e)){let r=t?_e(e.children):[],i=new se(r);r.forEach(e=>e.parent=i),n=i}else if(me(e)){let r=t?_e(e.children):[],i=new ce(r);r.forEach(e=>e.parent=i),e[`x-mode`]&&(i[`x-mode`]=e[`x-mode`]),n=i}else if(pe(e)){let t=new ae(e.name,e.data);e[`x-name`]!=null&&(t[`x-name`]=e[`x-name`],t[`x-publicId`]=e[`x-publicId`],t[`x-systemId`]=e[`x-systemId`]),n=t}else throw Error(`Not implemented yet: ${e.type}`);return n.startIndex=e.startIndex,n.endIndex=e.endIndex,e.sourceCodeLocation!=null&&(n.sourceCodeLocation=e.sourceCodeLocation),n}function _e(e){let t=e.map(e=>ge(e,!0));for(let e=1;e<t.length;e++)t[e].prev=t[e-1],t[e-1].next=t[e];return t}var ve={withStartIndices:!1,withEndIndices:!1,xmlMode:!1},ye=class{constructor(e,t,n){this.dom=[],this.root=new ce(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null,typeof t==`function`&&(n=t,t=ve),typeof e==`object`&&(t=e,e=void 0),this.callback=e??null,this.options=t??ve,this.elementCB=n??null}onparserinit(e){this.parser=e}onreset(){this.dom=[],this.root=new ce(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null}onend(){this.done||(this.done=!0,this.parser=null,this.handleCallback(null))}onerror(e){this.handleCallback(e)}onclosetag(){this.lastNode=null;let e=this.tagStack.pop();this.options.withEndIndices&&(e.endIndex=this.parser.endIndex),this.elementCB&&this.elementCB(e)}onopentag(e,t){let n=new le(e,t,void 0,this.options.xmlMode?p.Tag:void 0);this.addNode(n),this.tagStack.push(n)}ontext(e){let{lastNode:t}=this;if(t&&t.type===p.Text)t.data+=e,this.options.withEndIndices&&(t.endIndex=this.parser.endIndex);else{let t=new re(e);this.addNode(t),this.lastNode=t}}oncomment(e){if(this.lastNode&&this.lastNode.type===p.Comment){this.lastNode.data+=e;return}let t=new ie(e);this.addNode(t),this.lastNode=t}oncommentend(){this.lastNode=null}oncdatastart(){let e=new re(``),t=new se([e]);this.addNode(t),e.parent=t,this.lastNode=e}oncdataend(){this.lastNode=null}onprocessinginstruction(e,t){let n=new ae(e,t);this.addNode(n)}handleCallback(e){if(typeof this.callback==`function`)this.callback(e,this.dom);else if(e)throw e}addNode(e){let t=this.tagStack[this.tagStack.length-1],n=t.children[t.children.length-1];this.options.withStartIndices&&(e.startIndex=this.parser.startIndex),this.options.withEndIndices&&(e.endIndex=this.parser.endIndex),t.children.push(e),n&&(e.prev=n,n.next=e),e.parent=t,this.lastNode=null}},w=new Uint16Array(`ᵁ<Õıʊҝջאٵ۞ޢߖࠏઑඡ༉༦ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲϏϢϸontourIntegraìȹoɴ\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲy;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱còJTabcdfgorstרׯؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ߂ߐĀiyޱrc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣসে্ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४ĀnrࢃgleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpwਖਛgȀLRlr৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼અઋp;椅y;䐜Ādl੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑඞcy;䐊cute;䅃ƀaeyહાron;䅇dil;䅅;䐝ƀgswે૰ativeƀMTV૨ediumSpace;怋hiĀcn૦ëeryThiîtedĀGLଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷreak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪௫ఄ಄ದൡඅ櫬Āoungruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater;EFGLSTஶஷ扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨setĀ;Eೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂෛ෧ขภยา฿ไlig;䅒cute耻Ó䃓Āiyීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲcr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬืde耻Õ䃕es;樷ml耻Ö䃖erĀBP๋Āar๐๓r;怾acĀek๚;揞et;掴arenthesis;揜ҀacfhilorsງຊຏຒດຝະrtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ檻cedesȀ;EST່້扺qual;檯lantEqual;扼ilde;找me;怳Ādpuct;戏ortionĀ;aȥl;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL憒ar;懥eftArrow;懄eiling;按oǵ\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄቕቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHcቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗ĀeiቻDzኀ\0ኇefore;戴a;䎘ĀcnኘkSpace;쀀 Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtèa;䎖r;愨pf;愤cr;쀀𝒵ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒;Eaeiopᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;eᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;eᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰᝃᝈ០៦ᠹᡐᜍ᥈ᥰot;櫭ĀcrᛶkȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;tbrk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯᝳ;䎲;愶een;扬r;쀀𝔟gcostuvwឍឝឳេ៕៛ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀakoᠦᠵĀcn៲ᠣkƀlst֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ;敛;敘;攘;攔;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģbar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;elƀ;bhᥨᥩᥫ䁜;槅sub;柈ŬᥴlĀ;e怢t»pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭒\0᯽\0ᰌƀcprᦲute;䄇̀;abcdsᦿᧀᧄ᧕᧙戩nd;橄rcup;橉Āau᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r;Ecefms᩠ᩢᩫ᪤᪪旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ\0\0aĀ;t䀬;䁀ƀ;fl戁îᅠeĀmxent»eóɍǧ\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯delprvw᭠᭬᭷ᮂᮬᯔarrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;pᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰻᰿ᱝᱩᱵᲞᲬᲷᴍᵻᶑᶫᶻ᷆᷍ròar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂᳖᳜᳠mƀ;oș᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄĀDoḆᴴoôĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»ṺƀaeiἒἚls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧\0耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₥₰₴⃰℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽ƀ;qsؾٌlanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqrⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0proør;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼ròòΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonóquigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roøurĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻\xA0ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨íistĀ;sடr;쀀𝔫ȀEest⩦⩹⩼ƀ;qs⩭ƀ;qs⩴lanôií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast⭕⭚⭟lleìl;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖchimpqu⮽⯍⯙⬄⯤⯯Ȁ;cerല⯆ഷ⯉uå;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭ååഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñĀ;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;cⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācrir;榿;쀀𝔬ͯ\0\0\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕⶥⶨrò᪀Āirⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔǒr;榷rp;榹;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ\0\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ脀¶;l䂶leìЃɩ\0\0m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳ᤈ⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t⾴ïrel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⋢⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔ABHabcdefhilmnoprstuxけさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstwガクシスゼゾダッデナp;極Ā;fゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ìâヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘rrowĀ;tㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowóarpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓ròaòՑ;怏oustĀ;a㈞掱che»mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì耻䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;qኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫwar;椪lig耻ß䃟㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rëƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproøim»ኬsðኞĀas㚺㚮ðrn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈadempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xôheadĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roðtré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜtré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌`.split(``).map(e=>e.charCodeAt(0))),T=new Uint16Array(`Ȁaglq \x1Bɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢`.split(``).map(e=>e.charCodeAt(0))),be=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),xe=String.fromCodePoint??function(e){let t=``;return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|e&1023),t+=String.fromCharCode(e),t};function Se(e){return e>=55296&&e<=57343||e>1114111?65533:be.get(e)??e}var Ce;(function(e){e[e.NUM=35]=`NUM`,e[e.SEMI=59]=`SEMI`,e[e.EQUALS=61]=`EQUALS`,e[e.ZERO=48]=`ZERO`,e[e.NINE=57]=`NINE`,e[e.LOWER_A=97]=`LOWER_A`,e[e.LOWER_F=102]=`LOWER_F`,e[e.LOWER_X=120]=`LOWER_X`,e[e.LOWER_Z=122]=`LOWER_Z`,e[e.UPPER_A=65]=`UPPER_A`,e[e.UPPER_F=70]=`UPPER_F`,e[e.UPPER_Z=90]=`UPPER_Z`})(Ce||={});var we=32,Te;(function(e){e[e.VALUE_LENGTH=49152]=`VALUE_LENGTH`,e[e.BRANCH_LENGTH=16256]=`BRANCH_LENGTH`,e[e.JUMP_TABLE=127]=`JUMP_TABLE`})(Te||={});function Ee(e){return e>=Ce.ZERO&&e<=Ce.NINE}function De(e){return e>=Ce.UPPER_A&&e<=Ce.UPPER_F||e>=Ce.LOWER_A&&e<=Ce.LOWER_F}function Oe(e){return e>=Ce.UPPER_A&&e<=Ce.UPPER_Z||e>=Ce.LOWER_A&&e<=Ce.LOWER_Z||Ee(e)}function ke(e){return e===Ce.EQUALS||Oe(e)}var E;(function(e){e[e.EntityStart=0]=`EntityStart`,e[e.NumericStart=1]=`NumericStart`,e[e.NumericDecimal=2]=`NumericDecimal`,e[e.NumericHex=3]=`NumericHex`,e[e.NamedEntity=4]=`NamedEntity`})(E||={});var Ae;(function(e){e[e.Legacy=0]=`Legacy`,e[e.Strict=1]=`Strict`,e[e.Attribute=2]=`Attribute`})(Ae||={});var je=class{constructor(e,t,n){this.decodeTree=e,this.emitCodePoint=t,this.errors=n,this.state=E.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=Ae.Strict}startEntity(e){this.decodeMode=e,this.state=E.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(e,t){switch(this.state){case E.EntityStart:return e.charCodeAt(t)===Ce.NUM?(this.state=E.NumericStart,this.consumed+=1,this.stateNumericStart(e,t+1)):(this.state=E.NamedEntity,this.stateNamedEntity(e,t));case E.NumericStart:return this.stateNumericStart(e,t);case E.NumericDecimal:return this.stateNumericDecimal(e,t);case E.NumericHex:return this.stateNumericHex(e,t);case E.NamedEntity:return this.stateNamedEntity(e,t)}}stateNumericStart(e,t){return t>=e.length?-1:(e.charCodeAt(t)|we)===Ce.LOWER_X?(this.state=E.NumericHex,this.consumed+=1,this.stateNumericHex(e,t+1)):(this.state=E.NumericDecimal,this.stateNumericDecimal(e,t))}addToNumericResult(e,t,n,r){if(t!==n){let i=n-t;this.result=this.result*r**+i+parseInt(e.substr(t,i),r),this.consumed+=i}}stateNumericHex(e,t){let n=t;for(;t<e.length;){let r=e.charCodeAt(t);if(Ee(r)||De(r))t+=1;else return this.addToNumericResult(e,n,t,16),this.emitNumericEntity(r,3)}return this.addToNumericResult(e,n,t,16),-1}stateNumericDecimal(e,t){let n=t;for(;t<e.length;){let r=e.charCodeAt(t);if(Ee(r))t+=1;else return this.addToNumericResult(e,n,t,10),this.emitNumericEntity(r,2)}return this.addToNumericResult(e,n,t,10),-1}emitNumericEntity(e,t){var n;if(this.consumed<=t)return(n=this.errors)==null||n.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(e===Ce.SEMI)this.consumed+=1;else if(this.decodeMode===Ae.Strict)return 0;return this.emitCodePoint(Se(this.result),this.consumed),this.errors&&(e!==Ce.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(e,t){let{decodeTree:n}=this,r=n[this.treeIndex],i=(r&Te.VALUE_LENGTH)>>14;for(;t<e.length;t++,this.excess++){let a=e.charCodeAt(t);if(this.treeIndex=Ne(n,r,this.treeIndex+Math.max(1,i),a),this.treeIndex<0)return this.result===0||this.decodeMode===Ae.Attribute&&(i===0||ke(a))?0:this.emitNotTerminatedNamedEntity();if(r=n[this.treeIndex],i=(r&Te.VALUE_LENGTH)>>14,i!==0){if(a===Ce.SEMI)return this.emitNamedEntityData(this.treeIndex,i,this.consumed+this.excess);this.decodeMode!==Ae.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var e;let{result:t,decodeTree:n}=this,r=(n[t]&Te.VALUE_LENGTH)>>14;return this.emitNamedEntityData(t,r,this.consumed),(e=this.errors)==null||e.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(e,t,n){let{decodeTree:r}=this;return this.emitCodePoint(t===1?r[e]&~Te.VALUE_LENGTH:r[e+1],n),t===3&&this.emitCodePoint(r[e+2],n),n}end(){var e;switch(this.state){case E.NamedEntity:return this.result!==0&&(this.decodeMode!==Ae.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case E.NumericDecimal:return this.emitNumericEntity(0,2);case E.NumericHex:return this.emitNumericEntity(0,3);case E.NumericStart:return(e=this.errors)==null||e.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case E.EntityStart:return 0}}};function Me(e){let t=``,n=new je(e,e=>t+=xe(e));return function(e,r){let i=0,a=0;for(;(a=e.indexOf(`&`,a))>=0;){t+=e.slice(i,a),n.startEntity(r);let o=n.write(e,a+1);if(o<0){i=a+n.end();break}i=a+o,a=o===0?i+1:i}let o=t+e.slice(i);return t=``,o}}function Ne(e,t,n,r){let i=(t&Te.BRANCH_LENGTH)>>7,a=t&Te.JUMP_TABLE;if(i===0)return a!==0&&r===a?n:-1;if(a){let t=r-a;return t<0||t>=i?-1:e[n+t]-1}let o=n,s=o+i-1;for(;o<=s;){let t=o+s>>>1,n=e[t];if(n<r)o=t+1;else if(n>r)s=t-1;else return e[t+i]}return-1}Me(w),Me(T);var Pe=/["&'<>$\x80-\uFFFF]/g,Fe=new Map([[34,`"`],[38,`&`],[39,`'`],[60,`<`],[62,`>`]]),Ie=String.prototype.codePointAt==null?((e,t)=>(e.charCodeAt(t)&64512)==55296?(e.charCodeAt(t)-55296)*1024+e.charCodeAt(t+1)-56320+65536:e.charCodeAt(t)):(e,t)=>e.codePointAt(t);function Le(e){let t=``,n=0,r;for(;(r=Pe.exec(e))!==null;){let i=r.index,a=e.charCodeAt(i),o=Fe.get(a);o===void 0?(t+=`${e.substring(n,i)}&#x${Ie(e,i).toString(16)};`,n=Pe.lastIndex+=Number((a&64512)==55296)):(t+=e.substring(n,i)+o,n=i+1)}return t+e.substr(n)}function Re(e,t){return function(n){let r,i=0,a=``;for(;r=e.exec(n);)i!==r.index&&(a+=n.substring(i,r.index)),a+=t.get(r[0].charCodeAt(0)),i=r.index+1;return a+n.substring(i)}}var ze=Re(/["&\u00A0]/g,new Map([[34,`"`],[38,`&`],[160,` `]])),Be=Re(/[&<>\u00A0]/g,new Map([[38,`&`],[60,`<`],[62,`>`],[160,` `]])),Ve=new Map(`altGlyph.altGlyphDef.altGlyphItem.animateColor.animateMotion.animateTransform.clipPath.feBlend.feColorMatrix.feComponentTransfer.feComposite.feConvolveMatrix.feDiffuseLighting.feDisplacementMap.feDistantLight.feDropShadow.feFlood.feFuncA.feFuncB.feFuncG.feFuncR.feGaussianBlur.feImage.feMerge.feMergeNode.feMorphology.feOffset.fePointLight.feSpecularLighting.feSpotLight.feTile.feTurbulence.foreignObject.glyphRef.linearGradient.radialGradient.textPath`.split(`.`).map(e=>[e.toLowerCase(),e])),He=new Map(`definitionURL.attributeName.attributeType.baseFrequency.baseProfile.calcMode.clipPathUnits.diffuseConstant.edgeMode.filterUnits.glyphRef.gradientTransform.gradientUnits.kernelMatrix.kernelUnitLength.keyPoints.keySplines.keyTimes.lengthAdjust.limitingConeAngle.markerHeight.markerUnits.markerWidth.maskContentUnits.maskUnits.numOctaves.pathLength.patternContentUnits.patternTransform.patternUnits.pointsAtX.pointsAtY.pointsAtZ.preserveAlpha.preserveAspectRatio.primitiveUnits.refX.refY.repeatCount.repeatDur.requiredExtensions.requiredFeatures.specularConstant.specularExponent.spreadMethod.startOffset.stdDeviation.stitchTiles.surfaceScale.systemLanguage.tableValues.targetX.targetY.textLength.viewBox.viewTarget.xChannelSelector.yChannelSelector.zoomAndPan`.split(`.`).map(e=>[e.toLowerCase(),e])),Ue=new Set([`style`,`script`,`xmp`,`iframe`,`noembed`,`noframes`,`plaintext`,`noscript`]);function We(e){return e.replace(/"/g,`"`)}function Ge(e,t){if(!e)return;let n=(t.encodeEntities??t.decodeEntities)===!1?We:t.xmlMode||t.encodeEntities!==`utf8`?Le:ze;return Object.keys(e).map(r=>{let i=e[r]??``;return t.xmlMode===`foreign`&&(r=He.get(r)??r),!t.emptyAttrs&&!t.xmlMode&&i===``?r:`${r}="${n(i)}"`}).join(` `)}var D=new Set([`area`,`base`,`basefont`,`br`,`col`,`command`,`embed`,`frame`,`hr`,`img`,`input`,`isindex`,`keygen`,`link`,`meta`,`param`,`source`,`track`,`wbr`]);function O(e,t={}){let n=`length`in e?e:[e],r=``;for(let e=0;e<n.length;e++)r+=k(n[e],t);return r}function k(e,t){switch(e.type){case h:return O(e.children,t);case te:case _:return qe(e);case v:return Ye(e);case x:return Je(e);case y:case b:case ee:return Ke(e,t);case g:return M(e,t)}}var A=new Set([`mi`,`mo`,`mn`,`ms`,`mtext`,`annotation-xml`,`foreignObject`,`desc`,`title`]),j=new Set([`svg`,`math`]);function Ke(e,t){t.xmlMode===`foreign`&&(e.name=Ve.get(e.name)??e.name,e.parent&&A.has(e.parent.name)&&(t={...t,xmlMode:!1})),!t.xmlMode&&j.has(e.name)&&(t={...t,xmlMode:`foreign`});let n=`<${e.name}`,r=Ge(e.attribs,t);return r&&(n+=` ${r}`),e.children.length===0&&(t.xmlMode?t.selfClosingTags!==!1:t.selfClosingTags&&D.has(e.name))?(t.xmlMode||(n+=` `),n+=`/>`):(n+=`>`,e.children.length>0&&(n+=O(e.children,t)),(t.xmlMode||!D.has(e.name))&&(n+=`</${e.name}>`)),n}function qe(e){return`<${e.data}>`}function M(e,t){let n=e.data||``;return(t.encodeEntities??t.decodeEntities)!==!1&&!(!t.xmlMode&&e.parent&&Ue.has(e.parent.name))&&(n=t.xmlMode||t.encodeEntities!==`utf8`?Le(n):Be(n)),n}function Je(e){return`<![CDATA[${e.children[0].data}]]>`}function Ye(e){return`<!--${e.data}-->`}function Xe(e,t){return O(e,t)}function Ze(e,t){return he(e)?e.children.map(e=>Xe(e,t)).join(``):``}function N(e){return Array.isArray(e)?e.map(N).join(``):C(e)?e.name===`br`?`
|
||
`:N(e.children):ue(e)?N(e.children):de(e)?e.data:``}function Qe(e){return Array.isArray(e)?e.map(Qe).join(``):he(e)&&!fe(e)?Qe(e.children):de(e)?e.data:``}function $e(e){return Array.isArray(e)?e.map($e).join(``):he(e)&&(e.type===p.Tag||ue(e))?$e(e.children):de(e)?e.data:``}function P(e){return he(e)?e.children:[]}function et(e){return e.parent||null}function tt(e){let t=et(e);if(t!=null)return P(t);let n=[e],{prev:r,next:i}=e;for(;r!=null;)n.unshift(r),{prev:r}=r;for(;i!=null;)n.push(i),{next:i}=i;return n}function nt(e,t){return e.attribs?.[t]}function rt(e,t){return e.attribs!=null&&Object.prototype.hasOwnProperty.call(e.attribs,t)&&e.attribs[t]!=null}function it(e){return e.name}function at(e){let{next:t}=e;for(;t!==null&&!C(t);)({next:t}=t);return t}function ot(e){let{prev:t}=e;for(;t!==null&&!C(t);)({prev:t}=t);return t}function st(e){if(e.prev&&(e.prev.next=e.next),e.next&&(e.next.prev=e.prev),e.parent){let t=e.parent.children,n=t.lastIndexOf(e);n>=0&&t.splice(n,1)}e.next=null,e.prev=null,e.parent=null}function ct(e,t){let n=t.prev=e.prev;n&&(n.next=t);let r=t.next=e.next;r&&(r.prev=t);let i=t.parent=e.parent;if(i){let n=i.children;n[n.lastIndexOf(e)]=t,e.parent=null}}function lt(e,t){if(st(t),t.next=null,t.parent=e,e.children.push(t)>1){let n=e.children[e.children.length-2];n.next=t,t.prev=n}else t.prev=null}function ut(e,t){st(t);let{parent:n}=e,r=e.next;if(t.next=r,t.prev=e,e.next=t,t.parent=n,r){if(r.prev=t,n){let e=n.children;e.splice(e.lastIndexOf(r),0,t)}}else n&&n.children.push(t)}function dt(e,t){if(st(t),t.parent=e,t.prev=null,e.children.unshift(t)!==1){let n=e.children[1];n.prev=t,t.next=n}else t.next=null}function F(e,t){st(t);let{parent:n}=e;if(n){let r=n.children;r.splice(r.indexOf(e),0,t)}e.prev&&(e.prev.next=t),t.parent=n,t.prev=e.prev,t.next=e,e.prev=t}function ft(e,t,n=!0,r=1/0){return pt(e,Array.isArray(t)?t:[t],n,r)}function pt(e,t,n,r){let i=[],a=[t],o=[0];for(;;){if(o[0]>=a[0].length){if(o.length===1)return i;a.shift(),o.shift();continue}let t=a[0][o[0]++];if(e(t)&&(i.push(t),--r<=0))return i;n&&he(t)&&t.children.length>0&&(o.unshift(0),a.unshift(t.children))}}function mt(e,t){return t.find(e)}function ht(e,t,n=!0){let r=null;for(let i=0;i<t.length&&!r;i++){let a=t[i];if(C(a))e(a)?r=a:n&&a.children.length>0&&(r=ht(e,a.children,!0));else continue}return r}function gt(e,t){return t.some(t=>C(t)&&(e(t)||gt(e,t.children)))}function _t(e,t){let n=[],r=[t],i=[0];for(;;){if(i[0]>=r[0].length){if(r.length===1)return n;r.shift(),i.shift();continue}let t=r[0][i[0]++];C(t)&&(e(t)&&n.push(t),t.children.length>0&&(i.unshift(0),r.unshift(t.children)))}}var I={tag_name(e){return typeof e==`function`?t=>C(t)&&e(t.name):e===`*`?C:t=>C(t)&&t.name===e},tag_type(e){return typeof e==`function`?t=>e(t.type):t=>t.type===e},tag_contains(e){return typeof e==`function`?t=>de(t)&&e(t.data):t=>de(t)&&t.data===e}};function vt(e,t){return typeof t==`function`?n=>C(n)&&t(n.attribs[e]):n=>C(n)&&n.attribs[e]===t}function yt(e,t){return n=>e(n)||t(n)}function bt(e){let t=Object.keys(e).map(t=>{let n=e[t];return Object.prototype.hasOwnProperty.call(I,t)?I[t](n):vt(t,n)});return t.length===0?null:t.reduce(yt)}function xt(e,t){let n=bt(e);return n?n(t):!0}function St(e,t,n,r=1/0){let i=bt(e);return i?ft(i,t,n,r):[]}function L(e,t,n=!0){return Array.isArray(t)||(t=[t]),ht(vt(`id`,e),t,n)}function Ct(e,t,n=!0,r=1/0){return ft(I.tag_name(e),t,n,r)}function wt(e,t,n=!0,r=1/0){return ft(I.tag_type(e),t,n,r)}function Tt(e){let t=e.length;for(;--t>=0;){let n=e[t];if(t>0&&e.lastIndexOf(n,t-1)>=0){e.splice(t,1);continue}for(let r=n.parent;r;r=r.parent)if(e.includes(r)){e.splice(t,1);break}}return e}var Et;(function(e){e[e.DISCONNECTED=1]=`DISCONNECTED`,e[e.PRECEDING=2]=`PRECEDING`,e[e.FOLLOWING=4]=`FOLLOWING`,e[e.CONTAINS=8]=`CONTAINS`,e[e.CONTAINED_BY=16]=`CONTAINED_BY`})(Et||={});function Dt(e,t){let n=[],r=[];if(e===t)return 0;let i=he(e)?e:e.parent;for(;i;)n.unshift(i),i=i.parent;for(i=he(t)?t:t.parent;i;)r.unshift(i),i=i.parent;let a=Math.min(n.length,r.length),o=0;for(;o<a&&n[o]===r[o];)o++;if(o===0)return Et.DISCONNECTED;let s=n[o-1],c=s.children,l=n[o],u=r[o];return c.indexOf(l)>c.indexOf(u)?s===t?Et.FOLLOWING|Et.CONTAINED_BY:Et.FOLLOWING:s===e?Et.PRECEDING|Et.CONTAINS:Et.PRECEDING}function Ot(e){return e=e.filter((e,t,n)=>!n.includes(e,t+1)),e.sort((e,t)=>{let n=Dt(e,t);return n&Et.PRECEDING?-1:n&Et.FOLLOWING?1:0}),e}function kt(e){let t=Pt(Lt,e);return t?t.name===`feed`?R(t):At(t):null}function R(e){let t=e.children,n={type:`atom`,items:Ct(`entry`,t).map(e=>{let{children:t}=e,n={media:Nt(t)};It(n,`id`,`id`,t),It(n,`title`,`title`,t);let r=Pt(`link`,t)?.attribs.href;r&&(n.link=r);let i=Ft(`summary`,t)||Ft(`content`,t);i&&(n.description=i);let a=Ft(`updated`,t);return a&&(n.pubDate=new Date(a)),n})};It(n,`id`,`id`,t),It(n,`title`,`title`,t);let r=Pt(`link`,t)?.attribs.href;r&&(n.link=r),It(n,`description`,`subtitle`,t);let i=Ft(`updated`,t);return i&&(n.updated=new Date(i)),It(n,`author`,`email`,t,!0),n}function At(e){let t=Pt(`channel`,e.children)?.children??[],n={type:e.name.substr(0,3),id:``,items:Ct(`item`,e.children).map(e=>{let{children:t}=e,n={media:Nt(t)};It(n,`id`,`guid`,t),It(n,`title`,`title`,t),It(n,`link`,`link`,t),It(n,`description`,`description`,t);let r=Ft(`pubDate`,t)||Ft(`dc:date`,t);return r&&(n.pubDate=new Date(r)),n})};It(n,`title`,`title`,t),It(n,`link`,`link`,t),It(n,`description`,`description`,t);let r=Ft(`lastBuildDate`,t);return r&&(n.updated=new Date(r)),It(n,`author`,`managingEditor`,t,!0),n}var jt=[`url`,`type`,`lang`],Mt=[`fileSize`,`bitrate`,`framerate`,`samplingrate`,`channels`,`duration`,`height`,`width`];function Nt(e){return Ct(`media:content`,e).map(e=>{let{attribs:t}=e,n={medium:t.medium,isDefault:!!t.isDefault};for(let e of jt)t[e]&&(n[e]=t[e]);for(let e of Mt)t[e]&&(n[e]=parseInt(t[e],10));return t.expression&&(n.expression=t.expression),n})}function Pt(e,t){return Ct(e,t,!0,1)[0]}function Ft(e,t,n=!1){return Qe(Ct(e,t,n,1)).trim()}function It(e,t,n,r,i=!1){let a=Ft(n,r,i);a&&(e[t]=a)}function Lt(e){return e===`rss`||e===`feed`||e===`rdf:RDF`}var Rt=Object.freeze(Object.defineProperty({__proto__:null,get DocumentPosition(){return Et},append:ut,appendChild:lt,compareDocumentPosition:Dt,existsOne:gt,filter:ft,find:pt,findAll:_t,findOne:ht,findOneChild:mt,getAttributeValue:nt,getChildren:P,getElementById:L,getElements:St,getElementsByTagName:Ct,getElementsByTagType:wt,getFeed:kt,getInnerHTML:Ze,getName:it,getOuterHTML:Xe,getParent:et,getSiblings:tt,getText:N,hasAttrib:rt,hasChildren:he,innerText:$e,isCDATA:ue,isComment:fe,isDocument:me,isTag:C,isText:de,nextElementSibling:at,prepend:F,prependChild:dt,prevElementSibling:ot,removeElement:st,removeSubsets:Tt,replaceElement:ct,testElement:xt,textContent:Qe,uniqueSort:Ot},Symbol.toStringTag,{value:`Module`}));function zt(e,t,n){return e?e(t??e._root.children,null,void 0,n).toString():``}function Bt(e,t){return typeof e==`object`&&!!e&&!(`length`in e)&&!(`type`in e)}function Vt(e,t){let n=Bt(e)?(t=e,void 0):e,r={...this===null||this===void 0?void 0:this._options,...f(t)};return zt(this,n,r)}function Ht(e){let t={...this._options,xmlMode:!0};return zt(this,e,t)}function z(e){let t=e??(this?this.root():[]),n=``;for(let e=0;e<t.length;e++)n+=Qe(t[e]);return n}function Ut(e,t,n=typeof t==`boolean`?t:!1){if(!e||typeof e!=`string`)return null;typeof t==`boolean`&&(n=t);let r=this.load(e,this._options,!1);return n||r(`script`).remove(),[...r.root()[0].children]}function Wt(){return this(this._root)}function Gt(e,t){if(t===e)return!1;let n=t;for(;n&&n!==n.parent;)if(n=n.parent,n===e)return!0;return!1}function B(e){return this.root().extract(e)}function Kt(e,t){if(!qt(e)||!qt(t))return;let n=e.length,r=+t.length;for(let i=0;i<r;i++)e[n++]=t[i];return e.length=n,e}function qt(e){if(Array.isArray(e))return!0;if(typeof e!=`object`||!e||!(`length`in e)||typeof e.length!=`number`||e.length<0)return!1;for(let t=0;t<e.length;t++)if(!(t in e))return!1;return!0}var Jt=Object.freeze(Object.defineProperty({__proto__:null,contains:Gt,extract:B,html:Vt,merge:Kt,parseHTML:Ut,root:Wt,text:z,xml:Ht},Symbol.toStringTag,{value:`Module`}));function Yt(e){return e.cheerio!=null}function Xt(e){return e.replace(/[._-](\w|$)/g,(e,t)=>t.toUpperCase())}function Zt(e){return e.replace(/[A-Z]/g,`-$&`).toLowerCase()}function V(e,t){let n=e.length;for(let r=0;r<n;r++)t(e[r],r);return e}var Qt;(function(e){e[e.LowerA=97]=`LowerA`,e[e.LowerZ=122]=`LowerZ`,e[e.UpperA=65]=`UpperA`,e[e.UpperZ=90]=`UpperZ`,e[e.Exclamation=33]=`Exclamation`})(Qt||={});function $t(e){let t=e.indexOf(`<`);if(t<0||t>e.length-3)return!1;let n=e.charCodeAt(t+1);return(n>=Qt.LowerA&&n<=Qt.LowerZ||n>=Qt.UpperA&&n<=Qt.UpperZ||n===Qt.Exclamation)&&e.includes(`>`,t+2)}var en=Object.prototype.hasOwnProperty,H=/\s+/,tn=`data-`,nn=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,rn=/^{[^]*}$|^\[[^]*]$/;function an(e,t,n){if(!(!e||!C(e))){if(e.attribs??={},!t)return e.attribs;if(en.call(e.attribs,t))return!n&&nn.test(t)?t:e.attribs[t];if(e.name===`option`&&t===`value`)return z(e.children);if(e.name===`input`&&(e.attribs.type===`radio`||e.attribs.type===`checkbox`)&&t===`value`)return`on`}}function on(e,t,n){n===null?_n(e,t):e.attribs[t]=`${n}`}function sn(e,t){if(typeof e==`object`||t!==void 0){if(typeof t==`function`){if(typeof e!=`string`)throw Error(`Bad combination of arguments.`);return V(this,(n,r)=>{C(n)&&on(n,e,t.call(n,r,n.attribs[e]))})}return V(this,n=>{if(C(n))if(typeof e==`object`)for(let t of Object.keys(e)){let r=e[t];on(n,t,r)}else on(n,e,t)})}return arguments.length>1?this:an(this[0],e,this.options.xmlMode)}function cn(e,t,n){return t in e?e[t]:!n&&nn.test(t)?an(e,t,!1)!==void 0:an(e,t,n)}function ln(e,t,n,r){t in e?e[t]=n:on(e,t,!r&&nn.test(t)?n?``:null:`${n}`)}function un(e,t){if(typeof e==`string`&&t===void 0){let t=this[0];if(!t||!C(t))return;switch(e){case`style`:{let e=this.css(),t=Object.keys(e);for(let n=0;n<t.length;n++)e[n]=t[n];return e.length=t.length,e}case`tagName`:case`nodeName`:return t.name.toUpperCase();case`href`:case`src`:{let n=t.attribs?.[e];return typeof URL<`u`&&(e===`href`&&(t.tagName===`a`||t.tagName===`link`)||e===`src`&&(t.tagName===`img`||t.tagName===`iframe`||t.tagName===`audio`||t.tagName===`video`||t.tagName===`source`))&&n!==void 0&&this.options.baseURI?new URL(n,this.options.baseURI).href:n}case`innerText`:return $e(t);case`textContent`:return Qe(t);case`outerHTML`:return this.clone().wrap(`<container />`).parent().html();case`innerHTML`:return this.html();default:return cn(t,e,this.options.xmlMode)}}if(typeof e==`object`||t!==void 0){if(typeof t==`function`){if(typeof e==`object`)throw TypeError(`Bad combination of arguments.`);return V(this,(n,r)=>{C(n)&&ln(n,e,t.call(n,r,cn(n,e,this.options.xmlMode)),this.options.xmlMode)})}return V(this,n=>{if(C(n))if(typeof e==`object`)for(let t of Object.keys(e)){let r=e[t];ln(n,t,r,this.options.xmlMode)}else ln(n,e,t,this.options.xmlMode)})}}function dn(e,t,n){e.data??={},typeof t==`object`?Object.assign(e.data,t):typeof t==`string`&&n!==void 0&&(e.data[t]=n)}function fn(e){for(let t of Object.keys(e.attribs)){if(!t.startsWith(tn))continue;let n=Xt(t.slice(5));en.call(e.data,n)||(e.data[n]=mn(e.attribs[t]))}return e.data}function pn(e,t){let n=tn+Zt(t),r=e.data;if(en.call(r,t))return r[t];if(en.call(e.attribs,n))return r[t]=mn(e.attribs[n])}function mn(e){if(e===`null`)return null;if(e===`true`)return!0;if(e===`false`)return!1;let t=Number(e);if(e===String(t))return t;if(rn.test(e))try{return JSON.parse(e)}catch{}return e}function hn(e,t){let n=this[0];if(!n||!C(n))return;let r=n;return r.data??={},e==null?fn(r):typeof e==`object`||t!==void 0?(V(this,n=>{C(n)&&(typeof e==`object`?dn(n,e):dn(n,e,t))}),this):pn(r,e)}function gn(e){let t=arguments.length===0,n=this[0];if(!n||!C(n))return t?void 0:this;switch(n.name){case`textarea`:return this.text(e);case`select`:{let n=this.find(`option:selected`);if(!t){if(this.attr(`multiple`)==null&&typeof e==`object`)return this;this.find(`option`).removeAttr(`selected`);let t=typeof e==`object`?e:[e];for(let e of t)this.find(`option[value="${e}"]`).attr(`selected`,``);return this}return this.attr(`multiple`)?n.toArray().map(e=>z(e.children)):n.attr(`value`)}case`input`:case`option`:return t?this.attr(`value`):this.attr(`value`,e)}}function _n(e,t){!e.attribs||!en.call(e.attribs,t)||delete e.attribs[t]}function U(e){return e?e.trim().split(H):[]}function vn(e){let t=U(e);for(let e of t)V(this,t=>{C(t)&&_n(t,e)});return this}function yn(e){return this.toArray().some(t=>{let n=C(t)&&t.attribs.class,r=-1;if(n&&e.length>0)for(;(r=n.indexOf(e,r+1))>-1;){let t=r+e.length;if((r===0||H.test(n[r-1]))&&(t===n.length||H.test(n[t])))return!0}return!1})}function bn(e){if(typeof e==`function`)return V(this,(t,n)=>{if(C(t)){let r=t.attribs.class||``;bn.call([t],e.call(t,n,r))}});if(!e||typeof e!=`string`)return this;let t=e.split(H),n=this.length;for(let e=0;e<n;e++){let n=this[e];if(!C(n))continue;let r=an(n,`class`,!1);if(r){let e=` ${r} `;for(let n of t){let t=`${n} `;e.includes(` ${t}`)||(e+=t)}on(n,`class`,e.trim())}else on(n,`class`,t.join(` `).trim())}return this}function xn(e){if(typeof e==`function`)return V(this,(t,n)=>{C(t)&&xn.call([t],e.call(t,n,t.attribs.class||``))});let t=U(e),n=t.length,r=arguments.length===0;return V(this,e=>{if(C(e))if(r)e.attribs.class=``;else{let r=U(e.attribs.class),i=!1;for(let e=0;e<n;e++){let n=r.indexOf(t[e]);n>=0&&(r.splice(n,1),i=!0,e--)}i&&(e.attribs.class=r.join(` `))}})}function Sn(e,t){if(typeof e==`function`)return V(this,(n,r)=>{C(n)&&Sn.call([n],e.call(n,r,n.attribs.class||``,t),t)});if(!e||typeof e!=`string`)return this;let n=e.split(H),r=n.length,i=typeof t==`boolean`?t?1:-1:0,a=this.length;for(let e=0;e<a;e++){let t=this[e];if(!C(t))continue;let a=U(t.attribs.class);for(let e=0;e<r;e++){let t=a.indexOf(n[e]);i>=0&&t<0?a.push(n[e]):i<=0&&t>=0&&a.splice(t,1)}t.attribs.class=a.join(` `)}return this}var Cn=Object.freeze(Object.defineProperty({__proto__:null,addClass:bn,attr:sn,data:hn,hasClass:yn,prop:un,removeAttr:vn,removeClass:xn,toggleClass:Sn,val:gn},Symbol.toStringTag,{value:`Module`})),W;(function(e){e.Attribute=`attribute`,e.Pseudo=`pseudo`,e.PseudoElement=`pseudo-element`,e.Tag=`tag`,e.Universal=`universal`,e.Adjacent=`adjacent`,e.Child=`child`,e.Descendant=`descendant`,e.Parent=`parent`,e.Sibling=`sibling`,e.ColumnCombinator=`column-combinator`})(W||={});var wn;(function(e){e.Any=`any`,e.Element=`element`,e.End=`end`,e.Equals=`equals`,e.Exists=`exists`,e.Hyphen=`hyphen`,e.Not=`not`,e.Start=`start`})(wn||={});var Tn=/^[^\\#]?(?:\\(?:[\da-f]{1,6}\s?|.)|[\w\-\u00b0-\uFFFF])+/,En=/\\([\da-f]{1,6}\s?|(\s)|.)/gi,Dn=new Map([[126,wn.Element],[94,wn.Start],[36,wn.End],[42,wn.Any],[33,wn.Not],[124,wn.Hyphen]]),On=new Set([`has`,`not`,`matches`,`is`,`where`,`host`,`host-context`]);function kn(e){switch(e.type){case W.Adjacent:case W.Child:case W.Descendant:case W.Parent:case W.Sibling:case W.ColumnCombinator:return!0;default:return!1}}var An=new Set([`contains`,`icontains`]);function jn(e,t,n){let r=parseInt(t,16)-65536;return r!==r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,r&1023|56320)}function Mn(e){return e.replace(En,jn)}function Nn(e){return e===39||e===34}function Pn(e){return e===32||e===9||e===10||e===12||e===13}function Fn(e){let t=[],n=In(t,`${e}`,0);if(n<e.length)throw Error(`Unmatched selector: ${e.slice(n)}`);return t}function In(e,t,n){let r=[];function i(e){let r=t.slice(n+e).match(Tn);if(!r)throw Error(`Expected name, found ${t.slice(n)}`);let[i]=r;return n+=e+i.length,Mn(i)}function a(e){for(n+=e;n<t.length&&Pn(t.charCodeAt(n));)n++}function o(){n+=1;let e=n,r=1;for(;r>0&&n<t.length;n++)t.charCodeAt(n)===40&&!s(n)?r++:t.charCodeAt(n)===41&&!s(n)&&r--;if(r)throw Error(`Parenthesis not matched`);return Mn(t.slice(e,n-1))}function s(e){let n=0;for(;t.charCodeAt(--e)===92;)n++;return(n&1)==1}function c(){if(r.length>0&&kn(r[r.length-1]))throw Error(`Did not expect successive traversals.`)}function l(e){if(r.length>0&&r[r.length-1].type===W.Descendant){r[r.length-1].type=e;return}c(),r.push({type:e})}function u(e,t){r.push({type:W.Attribute,name:e,action:t,value:i(1),namespace:null,ignoreCase:`quirks`})}function d(){if(r.length&&r[r.length-1].type===W.Descendant&&r.pop(),r.length===0)throw Error(`Empty sub-selector`);e.push(r)}if(a(0),t.length===n)return n;loop:for(;n<t.length;){let e=t.charCodeAt(n);switch(e){case 32:case 9:case 10:case 12:case 13:(r.length===0||r[0].type!==W.Descendant)&&(c(),r.push({type:W.Descendant})),a(1);break;case 62:l(W.Child),a(1);break;case 60:l(W.Parent),a(1);break;case 126:l(W.Sibling),a(1);break;case 43:l(W.Adjacent),a(1);break;case 46:u(`class`,wn.Element);break;case 35:u(`id`,wn.Equals);break;case 91:{a(1);let e,o=null;t.charCodeAt(n)===124?e=i(1):t.startsWith(`*|`,n)?(o=`*`,e=i(2)):(e=i(0),t.charCodeAt(n)===124&&t.charCodeAt(n+1)!==61&&(o=e,e=i(1))),a(0);let c=wn.Exists,l=Dn.get(t.charCodeAt(n));if(l){if(c=l,t.charCodeAt(n+1)!==61)throw Error("Expected `=`");a(2)}else t.charCodeAt(n)===61&&(c=wn.Equals,a(1));let u=``,d=null;if(c!==`exists`){if(Nn(t.charCodeAt(n))){let e=t.charCodeAt(n),r=n+1;for(;r<t.length&&(t.charCodeAt(r)!==e||s(r));)r+=1;if(t.charCodeAt(r)!==e)throw Error(`Attribute value didn't end`);u=Mn(t.slice(n+1,r)),n=r+1}else{let e=n;for(;n<t.length&&(!Pn(t.charCodeAt(n))&&t.charCodeAt(n)!==93||s(n));)n+=1;u=Mn(t.slice(e,n))}a(0);let e=t.charCodeAt(n)|32;e===115?(d=!1,a(1)):e===105&&(d=!0,a(1))}if(t.charCodeAt(n)!==93)throw Error(`Attribute selector didn't terminate`);n+=1;let f={type:W.Attribute,name:e,action:c,value:u,namespace:o,ignoreCase:d};r.push(f);break}case 58:{if(t.charCodeAt(n+1)===58){r.push({type:W.PseudoElement,name:i(2).toLowerCase(),data:t.charCodeAt(n)===40?o():null});continue}let e=i(1).toLowerCase(),a=null;if(t.charCodeAt(n)===40)if(On.has(e)){if(Nn(t.charCodeAt(n+1)))throw Error(`Pseudo-selector ${e} cannot be quoted`);if(a=[],n=In(a,t,n+1),t.charCodeAt(n)!==41)throw Error(`Missing closing parenthesis in :${e} (${t})`);n+=1}else{if(a=o(),An.has(e)){let e=a.charCodeAt(0);e===a.charCodeAt(a.length-1)&&Nn(e)&&(a=a.slice(1,-1))}a=Mn(a)}r.push({type:W.Pseudo,name:e,data:a});break}case 44:d(),r=[],a(1);break;default:{if(t.startsWith(`/*`,n)){let e=t.indexOf(`*/`,n+2);if(e<0)throw Error(`Comment was not terminated`);n=e+2,r.length===0&&a(0);break}let o=null,s;if(e===42)n+=1,s=`*`;else if(e===124){if(s=``,t.charCodeAt(n+1)===124){l(W.ColumnCombinator),a(2);break}}else if(Tn.test(t.slice(n)))s=i(0);else break loop;t.charCodeAt(n)===124&&t.charCodeAt(n+1)!==124&&(o=s,t.charCodeAt(n+1)===42?(s=`*`,n+=2):s=i(1)),r.push(s===`*`?{type:W.Universal,namespace:o}:{type:W.Tag,name:s,namespace:o})}}}return d(),n}function Ln(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,`default`)?e.default:e}var Rn,zn;function Bn(){return zn?Rn:(zn=1,Rn={trueFunc:function(){return!0},falseFunc:function(){return!1}},Rn)}var Vn=Bn(),G=Ln(Vn),Hn=new Map([[W.Universal,50],[W.Tag,30],[W.Attribute,1],[W.Pseudo,0]]);function Un(e){return!Hn.has(e.type)}var Wn=new Map([[wn.Exists,10],[wn.Equals,8],[wn.Not,7],[wn.Start,6],[wn.End,6],[wn.Any,5]]);function Gn(e){let t=e.map(Kn);for(let n=1;n<e.length;n++){let r=t[n];if(!(r<0))for(let i=n-1;i>=0&&r<t[i];i--){let n=e[i+1];e[i+1]=e[i],e[i]=n,t[i+1]=t[i],t[i]=r}}}function Kn(e){let t=Hn.get(e.type)??-1;return e.type===W.Attribute?(t=Wn.get(e.action)??4,e.action===wn.Equals&&e.name===`id`&&(t=9),e.ignoreCase&&(t>>=1)):e.type===W.Pseudo&&(e.data?e.name===`has`||e.name===`contains`?t=0:Array.isArray(e.data)?(t=Math.min(...e.data.map(e=>Math.min(...e.map(Kn)))),t<0&&(t=0)):t=2:t=3),t}var qn=/[-[\]{}()*+?.,\\^$|#\s]/g;function Jn(e){return e.replace(qn,`\\$&`)}var Yn=new Set(`accept.accept-charset.align.alink.axis.bgcolor.charset.checked.clear.codetype.color.compact.declare.defer.dir.direction.disabled.enctype.face.frame.hreflang.http-equiv.lang.language.link.media.method.multiple.nohref.noresize.noshade.nowrap.readonly.rel.rev.rules.scope.scrolling.selected.shape.target.text.type.valign.valuetype.vlink`.split(`.`));function Xn(e,t){return typeof e.ignoreCase==`boolean`?e.ignoreCase:e.ignoreCase===`quirks`?!!t.quirksMode:!t.xmlMode&&Yn.has(e.name)}var Zn={equals(e,t,n){let{adapter:r}=n,{name:i}=t,{value:a}=t;return Xn(t,n)?(a=a.toLowerCase(),t=>{let n=r.getAttributeValue(t,i);return n!=null&&n.length===a.length&&n.toLowerCase()===a&&e(t)}):t=>r.getAttributeValue(t,i)===a&&e(t)},hyphen(e,t,n){let{adapter:r}=n,{name:i}=t,{value:a}=t,o=a.length;return Xn(t,n)?(a=a.toLowerCase(),function(t){let n=r.getAttributeValue(t,i);return n!=null&&(n.length===o||n.charAt(o)===`-`)&&n.substr(0,o).toLowerCase()===a&&e(t)}):function(t){let n=r.getAttributeValue(t,i);return n!=null&&(n.length===o||n.charAt(o)===`-`)&&n.substr(0,o)===a&&e(t)}},element(e,t,n){let{adapter:r}=n,{name:i,value:a}=t;if(/\s/.test(a))return G.falseFunc;let o=RegExp(`(?:^|\\s)${Jn(a)}(?:$|\\s)`,Xn(t,n)?`i`:``);return function(t){let n=r.getAttributeValue(t,i);return n!=null&&n.length>=a.length&&o.test(n)&&e(t)}},exists(e,{name:t},{adapter:n}){return r=>n.hasAttrib(r,t)&&e(r)},start(e,t,n){let{adapter:r}=n,{name:i}=t,{value:a}=t,o=a.length;return o===0?G.falseFunc:Xn(t,n)?(a=a.toLowerCase(),t=>{let n=r.getAttributeValue(t,i);return n!=null&&n.length>=o&&n.substr(0,o).toLowerCase()===a&&e(t)}):t=>!!r.getAttributeValue(t,i)?.startsWith(a)&&e(t)},end(e,t,n){let{adapter:r}=n,{name:i}=t,{value:a}=t,o=-a.length;return o===0?G.falseFunc:Xn(t,n)?(a=a.toLowerCase(),t=>r.getAttributeValue(t,i)?.substr(o).toLowerCase()===a&&e(t)):t=>!!r.getAttributeValue(t,i)?.endsWith(a)&&e(t)},any(e,t,n){let{adapter:r}=n,{name:i,value:a}=t;if(a===``)return G.falseFunc;if(Xn(t,n)){let t=new RegExp(Jn(a),`i`);return function(n){let o=r.getAttributeValue(n,i);return o!=null&&o.length>=a.length&&t.test(o)&&e(n)}}return t=>!!r.getAttributeValue(t,i)?.includes(a)&&e(t)},not(e,t,n){let{adapter:r}=n,{name:i}=t,{value:a}=t;return a===``?t=>!!r.getAttributeValue(t,i)&&e(t):Xn(t,n)?(a=a.toLowerCase(),t=>{let n=r.getAttributeValue(t,i);return(n==null||n.length!==a.length||n.toLowerCase()!==a)&&e(t)}):t=>r.getAttributeValue(t,i)!==a&&e(t)}},Qn=new Set([9,10,12,13,32]),$n=48,er=57;function tr(e){if(e=e.trim().toLowerCase(),e===`even`)return[2,0];if(e===`odd`)return[2,1];let t=0,n=0,r=a(),i=o();if(t<e.length&&e.charAt(t)===`n`&&(t++,n=r*(i??1),s(),t<e.length?(r=a(),s(),i=o()):r=i=0),i===null||t<e.length)throw Error(`n-th rule couldn't be parsed ('${e}')`);return[n,r*i];function a(){return e.charAt(t)===`-`?(t++,-1):(e.charAt(t)===`+`&&t++,1)}function o(){let n=t,r=0;for(;t<e.length&&e.charCodeAt(t)>=$n&&e.charCodeAt(t)<=er;)r=r*10+(e.charCodeAt(t)-$n),t++;return t===n?null:r}function s(){for(;t<e.length&&Qn.has(e.charCodeAt(t));)t++}}function nr(e){let t=e[0],n=e[1]-1;if(n<0&&t<=0)return G.falseFunc;if(t===-1)return e=>e<=n;if(t===0)return e=>e===n;if(t===1)return n<0?G.trueFunc:e=>e>=n;let r=Math.abs(t),i=(n%r+r)%r;return t>1?e=>e>=n&&e%r===i:e=>e<=n&&e%r===i}function rr(e){return nr(tr(e))}function ir(e,t){return n=>{let r=t.getParent(n);return r!=null&&t.isTag(r)&&e(n)}}var ar={contains(e,t,{adapter:n}){return function(r){return e(r)&&n.getText(r).includes(t)}},icontains(e,t,{adapter:n}){let r=t.toLowerCase();return function(t){return e(t)&&n.getText(t).toLowerCase().includes(r)}},"nth-child"(e,t,{adapter:n,equals:r}){let i=rr(t);return i===G.falseFunc?G.falseFunc:i===G.trueFunc?ir(e,n):function(t){let a=n.getSiblings(t),o=0;for(let e=0;e<a.length&&!r(t,a[e]);e++)n.isTag(a[e])&&o++;return i(o)&&e(t)}},"nth-last-child"(e,t,{adapter:n,equals:r}){let i=rr(t);return i===G.falseFunc?G.falseFunc:i===G.trueFunc?ir(e,n):function(t){let a=n.getSiblings(t),o=0;for(let e=a.length-1;e>=0&&!r(t,a[e]);e--)n.isTag(a[e])&&o++;return i(o)&&e(t)}},"nth-of-type"(e,t,{adapter:n,equals:r}){let i=rr(t);return i===G.falseFunc?G.falseFunc:i===G.trueFunc?ir(e,n):function(t){let a=n.getSiblings(t),o=0;for(let e=0;e<a.length;e++){let i=a[e];if(r(t,i))break;n.isTag(i)&&n.getName(i)===n.getName(t)&&o++}return i(o)&&e(t)}},"nth-last-of-type"(e,t,{adapter:n,equals:r}){let i=rr(t);return i===G.falseFunc?G.falseFunc:i===G.trueFunc?ir(e,n):function(t){let a=n.getSiblings(t),o=0;for(let e=a.length-1;e>=0;e--){let i=a[e];if(r(t,i))break;n.isTag(i)&&n.getName(i)===n.getName(t)&&o++}return i(o)&&e(t)}},root(e,t,{adapter:n}){return t=>{let r=n.getParent(t);return(r==null||!n.isTag(r))&&e(t)}},scope(e,t,n,r){let{equals:i}=n;return!r||r.length===0?ar.root(e,t,n):r.length===1?t=>i(r[0],t)&&e(t):t=>r.includes(t)&&e(t)},hover:or(`isHovered`),visited:or(`isVisited`),active:or(`isActive`)};function or(e){return function(t,n,{adapter:r}){let i=r[e];return typeof i==`function`?function(e){return i(e)&&t(e)}:G.falseFunc}}var sr={empty(e,{adapter:t}){return!t.getChildren(e).some(e=>t.isTag(e)||t.getText(e)!==``)},"first-child"(e,{adapter:t,equals:n}){if(t.prevElementSibling)return t.prevElementSibling(e)==null;let r=t.getSiblings(e).find(e=>t.isTag(e));return r!=null&&n(e,r)},"last-child"(e,{adapter:t,equals:n}){let r=t.getSiblings(e);for(let i=r.length-1;i>=0;i--){if(n(e,r[i]))return!0;if(t.isTag(r[i]))break}return!1},"first-of-type"(e,{adapter:t,equals:n}){let r=t.getSiblings(e),i=t.getName(e);for(let a=0;a<r.length;a++){let o=r[a];if(n(e,o))return!0;if(t.isTag(o)&&t.getName(o)===i)break}return!1},"last-of-type"(e,{adapter:t,equals:n}){let r=t.getSiblings(e),i=t.getName(e);for(let a=r.length-1;a>=0;a--){let o=r[a];if(n(e,o))return!0;if(t.isTag(o)&&t.getName(o)===i)break}return!1},"only-of-type"(e,{adapter:t,equals:n}){let r=t.getName(e);return t.getSiblings(e).every(i=>n(e,i)||!t.isTag(i)||t.getName(i)!==r)},"only-child"(e,{adapter:t,equals:n}){return t.getSiblings(e).every(r=>n(e,r)||!t.isTag(r))}};function cr(e,t,n,r){if(n===null){if(e.length>r)throw Error(`Pseudo-class :${t} requires an argument`)}else if(e.length===r)throw Error(`Pseudo-class :${t} doesn't have any arguments`)}var lr={"any-link":`:is(a, area, link)[href]`,link:`:any-link:not(:visited)`,disabled:`:is(
|
||
:is(button, input, select, textarea, optgroup, option)[disabled],
|
||
optgroup[disabled] > option,
|
||
fieldset[disabled]:not(fieldset[disabled] legend:first-of-type *)
|
||
)`,enabled:`:not(:disabled)`,checked:`:is(:is(input[type=radio], input[type=checkbox])[checked], option:selected)`,required:`:is(input, select, textarea)[required]`,optional:`:is(input, select, textarea):not([required])`,selected:`option:is([selected], select:not([multiple]):not(:has(> option[selected])) > :first-of-type)`,checkbox:`[type=checkbox]`,file:`[type=file]`,password:`[type=password]`,radio:`[type=radio]`,reset:`[type=reset]`,image:`[type=image]`,submit:`[type=submit]`,parent:`:not(:empty)`,header:`:is(h1, h2, h3, h4, h5, h6)`,button:`:is(button, input[type=button])`,input:`:is(input, textarea, select, button)`,text:`input:is(:not([type!='']), [type=text])`},ur={};function dr(e,t){return e===G.falseFunc?G.falseFunc:n=>t.isTag(n)&&e(n)}function fr(e,t){let n=t.getSiblings(e);if(n.length<=1)return[];let r=n.indexOf(e);return r<0||r===n.length-1?[]:n.slice(r+1).filter(t.isTag)}function pr(e){return{xmlMode:!!e.xmlMode,lowerCaseAttributeNames:!!e.lowerCaseAttributeNames,lowerCaseTags:!!e.lowerCaseTags,quirksMode:!!e.quirksMode,cacheResults:!!e.cacheResults,pseudos:e.pseudos,adapter:e.adapter,equals:e.equals}}var mr=(e,t,n,r,i)=>{let a=i(t,pr(n),r);return a===G.trueFunc?e:a===G.falseFunc?G.falseFunc:t=>a(t)&&e(t)},hr={is:mr,matches:mr,where:mr,not(e,t,n,r,i){let a=i(t,pr(n),r);return a===G.falseFunc?e:a===G.trueFunc?G.falseFunc:t=>!a(t)&&e(t)},has(e,t,n,r,i){let{adapter:a}=n,o=pr(n);o.relativeSelector=!0;let s=t.some(e=>e.some(Un))?[ur]:void 0,c=i(t,o,s);if(c===G.falseFunc)return G.falseFunc;let l=dr(c,a);if(s&&c!==G.trueFunc){let{shouldTestNextSiblings:t=!1}=c;return n=>{if(!e(n))return!1;s[0]=n;let r=a.getChildren(n),i=t?[...r,...fr(n,a)]:r;return a.existsOne(l,i)}}return t=>e(t)&&a.existsOne(l,a.getChildren(t))}};function gr(e,t,n,r,i){let{name:a,data:o}=t;if(Array.isArray(o)){if(!(a in hr))throw Error(`Unknown pseudo-class :${a}(${o})`);return hr[a](e,o,n,r,i)}let s=n.pseudos?.[a],c=typeof s==`string`?s:lr[a];if(typeof c==`string`){if(o!=null)throw Error(`Pseudo ${a} doesn't have any arguments`);let t=Fn(c);return hr.is(e,t,n,r,i)}if(typeof s==`function`)return cr(s,a,o,1),t=>s(t,o)&&e(t);if(a in ar)return ar[a](e,o,n,r);if(a in sr){let t=sr[a];return cr(t,a,o,2),r=>t(r,n,o)&&e(r)}throw Error(`Unknown pseudo-class :${a}`)}function _r(e,t){let n=t.getParent(e);return n&&t.isTag(n)?n:null}function vr(e,t,n,r,i){let{adapter:a,equals:o}=n;switch(t.type){case W.PseudoElement:throw Error(`Pseudo-elements are not supported by css-select`);case W.ColumnCombinator:throw Error(`Column combinators are not yet supported by css-select`);case W.Attribute:if(t.namespace!=null)throw Error(`Namespaced attributes are not yet supported by css-select`);return(!n.xmlMode||n.lowerCaseAttributeNames)&&(t.name=t.name.toLowerCase()),Zn[t.action](e,t,n);case W.Pseudo:return gr(e,t,n,r,i);case W.Tag:{if(t.namespace!=null)throw Error(`Namespaced tag names are not yet supported by css-select`);let{name:r}=t;return(!n.xmlMode||n.lowerCaseTags)&&(r=r.toLowerCase()),function(t){return a.getName(t)===r&&e(t)}}case W.Descendant:{if(n.cacheResults===!1||typeof WeakSet>`u`)return function(t){let n=t;for(;n=_r(n,a);)if(e(n))return!0;return!1};let t=new WeakSet;return function(n){let r=n;for(;r=_r(r,a);)if(!t.has(r)){if(a.isTag(r)&&e(r))return!0;t.add(r)}return!1}}case`_flexibleDescendant`:return function(t){let n=t;do if(e(n))return!0;while(n=_r(n,a));return!1};case W.Parent:return function(t){return a.getChildren(t).some(t=>a.isTag(t)&&e(t))};case W.Child:return function(t){let n=a.getParent(t);return n!=null&&a.isTag(n)&&e(n)};case W.Sibling:return function(t){let n=a.getSiblings(t);for(let r=0;r<n.length;r++){let i=n[r];if(o(t,i))break;if(a.isTag(i)&&e(i))return!0}return!1};case W.Adjacent:return a.prevElementSibling?function(t){let n=a.prevElementSibling(t);return n!=null&&e(n)}:function(t){let n=a.getSiblings(t),r;for(let e=0;e<n.length;e++){let i=n[e];if(o(t,i))break;a.isTag(i)&&(r=i)}return!!r&&e(r)};case W.Universal:if(t.namespace!=null&&t.namespace!==`*`)throw Error(`Namespaced universal selectors are not yet supported by css-select`);return e}}function yr(e){return e.type===W.Pseudo&&(e.name===`scope`||Array.isArray(e.data)&&e.data.some(e=>e.some(yr)))}var br={type:W.Descendant},K={type:`_flexibleDescendant`},xr={type:W.Pseudo,name:`scope`,data:null};function Sr(e,{adapter:t},n){let r=!!n?.every(e=>{let n=t.isTag(e)&&t.getParent(e);return e===ur||n&&t.isTag(n)});for(let t of e){if(!(t.length>0&&Un(t[0])&&t[0].type!==W.Descendant))if(r&&!t.some(yr))t.unshift(br);else continue;t.unshift(xr)}}function Cr(e,t,n){e.forEach(Gn),n=t.context??n;let r=Array.isArray(n),i=n&&(Array.isArray(n)?n:[n]);if(t.relativeSelector!==!1)Sr(e,t,i);else if(e.some(e=>e.length>0&&Un(e[0])))throw Error("Relative selectors are not allowed when the `relativeSelector` option is disabled");let a=!1,o=e.map(e=>{if(e.length>=2){let[t,n]=e;t.type!==W.Pseudo||t.name!==`scope`||(r&&n.type===W.Descendant?e[1]=K:(n.type===W.Adjacent||n.type===W.Sibling)&&(a=!0))}return wr(e,t,i)}).reduce(Tr,G.falseFunc);return o.shouldTestNextSiblings=a,o}function wr(e,t,n){return e.reduce((e,r)=>e===G.falseFunc?G.falseFunc:vr(e,r,t,n,Cr),t.rootFunc??G.trueFunc)}function Tr(e,t){return t===G.falseFunc||e===G.trueFunc?e:e===G.falseFunc||t===G.trueFunc?t:function(n){return e(n)||t(n)}}var Er=(e,t)=>e===t,Dr={adapter:Rt,equals:Er};function Or(e){let t=e??Dr;return t.adapter??=Rt,t.equals??=t.adapter?.equals??Er,t}function kr(e){return function(t,n,r){return e(t,Or(n),r)}}var Ar=kr(Cr);function jr(e,t,n=!1){return n&&(e=Mr(e,t)),Array.isArray(e)?t.removeSubsets(e):t.getChildren(e)}function Mr(e,t){let n=Array.isArray(e)?e.slice(0):[e],r=n.length;for(let e=0;e<r;e++){let r=fr(n[e],t);n.push(...r)}return n}var Nr=new Set([`first`,`last`,`eq`,`gt`,`nth`,`lt`,`even`,`odd`]);function Pr(e){return e.type===`pseudo`?Nr.has(e.name)?!0:e.name===`not`&&Array.isArray(e.data)?e.data.some(e=>e.some(Pr)):!1:!1}function Fr(e,t,n){let r=t==null?NaN:parseInt(t,10);switch(e){case`first`:return 1;case`nth`:case`eq`:return isFinite(r)?r>=0?r+1:1/0:0;case`lt`:return isFinite(r)?r>=0?Math.min(r,n):1/0:0;case`gt`:return isFinite(r)?1/0:0;case`odd`:return 2*n;case`even`:return 2*n-1;case`last`:case`not`:return 1/0}}function Ir(e){for(;e.parent;)e=e.parent;return e}function Lr(e){let t=[],n=[];for(let r of e)r.some(Pr)?t.push(r):n.push(r);return[n,t]}var Rr={type:W.Universal,namespace:null},zr={type:W.Pseudo,name:`scope`,data:null};function Br(e,t,n={}){return Vr([e],t,n)}function Vr(e,t,n={}){if(typeof t==`function`)return e.some(t);let[r,i]=Lr(Fn(t));return r.length>0&&e.some(Ar(r,n))||i.some(t=>Gr(t,e,n).length>0)}function Hr(e,t,n,r){let i=typeof n==`string`?parseInt(n,10):NaN;switch(e){case`first`:case`lt`:return t;case`last`:return t.length>0?[t[t.length-1]]:t;case`nth`:case`eq`:return isFinite(i)&&Math.abs(i)<t.length?[i<0?t[t.length+i]:t[i]]:[];case`gt`:return isFinite(i)?t.slice(i+1):[];case`even`:return t.filter((e,t)=>t%2==0);case`odd`:return t.filter((e,t)=>t%2==1);case`not`:{let e=new Set(Wr(n,t,r));return t.filter(t=>!e.has(t))}}}function Ur(e,t,n={}){return Wr(Fn(e),t,n)}function Wr(e,t,n){if(t.length===0)return[];let[r,i]=Lr(e),a;if(r.length){let e=Xr(t,r,n);if(i.length===0)return e;e.length&&(a=new Set(e))}for(let e=0;e<i.length&&a?.size!==t.length;e++){let r=i[e];if((a?t.filter(e=>C(e)&&!a.has(e)):t).length===0)break;let o=Gr(r,t,n);if(o.length)if(a)o.forEach(e=>a.add(e));else{if(e===i.length-1)return o;a=new Set(o)}}return a===void 0?[]:a.size===t.length?t:t.filter(e=>a.has(e))}function Gr(e,t,n){if(e.some(kn)){let r=n.root??Ir(t[0]),i={...n,context:t,relativeSelector:!1};return e.push(zr),qr(r,e,i,!0,t.length)}return qr(t,e,n,!1,t.length)}function Kr(e,t,n={},r=1/0){if(typeof e==`function`)return Yr(t,e);let[i,a]=Lr(Fn(e)),o=a.map(e=>qr(t,e,n,!0,r));return i.length&&o.push(Jr(t,i,n,r)),o.length===0?[]:o.length===1?o[0]:Ot(o.reduce((e,t)=>[...e,...t]))}function qr(e,t,n,r,i){let a=t.findIndex(Pr),o=t.slice(0,a),s=t[a],c=t.length-1===a?i:1/0,l=Fr(s.name,s.data,c);if(l===0)return[];let u=(o.length===0&&!Array.isArray(e)?P(e).filter(C):o.length===0?(Array.isArray(e)?e:[e]).filter(C):r||o.some(kn)?Jr(e,[o],n,l):Xr(e,[o],n)).slice(0,l),d=Hr(s.name,u,s.data,n);if(d.length===0||t.length===a+1)return d;let f=t.slice(a+1),p=f.some(kn);if(p){if(kn(f[0])){let{type:e}=f[0];(e===W.Sibling||e===W.Adjacent)&&(d=jr(d,Rt,!0)),f.unshift(Rr)}n={...n,relativeSelector:!1,rootFunc:e=>d.includes(e)}}else n.rootFunc&&n.rootFunc!==Vn.trueFunc&&(n={...n,rootFunc:Vn.trueFunc});return f.some(Pr)?qr(d,f,n,!1,i):p?Jr(d,[f],n,i):Xr(d,[f],n)}function Jr(e,t,n,r){return Yr(e,Ar(t,n,e),r)}function Yr(e,t,n=1/0){return pt(e=>C(e)&&t(e),jr(e,Rt,t.shouldTestNextSiblings),!0,n)}function Xr(e,t,n){let r=(Array.isArray(e)?e:[e]).filter(C);if(r.length===0)return r;let i=Ar(t,n);return i===Vn.trueFunc?r:r.filter(i)}var Zr=/^\s*[+~]/;function Qr(e){if(!e)return this._make([]);if(typeof e!=`string`){let t=Yt(e)?e.toArray():[e],n=this.toArray();return this._make(t.filter(e=>n.some(t=>Gt(t,e))))}return this._findBySelector(e,1/0)}function $r(e,t){let n=this.toArray(),r=Zr.test(e)?n:this.children().toArray(),i={context:n,root:this._root?.[0],xmlMode:this.options.xmlMode,lowerCaseTags:this.options.lowerCaseTags,lowerCaseAttributeNames:this.options.lowerCaseAttributeNames,pseudos:this.options.pseudos,quirksMode:this.options.quirksMode};return this._make(Kr(e,r,i,t))}function ei(e){return function(t,...n){return function(r){let i=e(t,this);return r&&(i=Si(i,r,this.options.xmlMode,this._root?.[0])),this._make(this.length>1&&i.length>1?n.reduce((e,t)=>t(e),i):i)}}}var ti=ei((e,t)=>{let n=[];for(let r=0;r<t.length;r++){let i=e(t[r]);i.length>0&&(n=n.concat(i))}return n}),ni=ei((e,t)=>{let n=[];for(let r=0;r<t.length;r++){let i=e(t[r]);i!==null&&n.push(i)}return n});function ri(e,...t){let n=null,r=ei((e,t)=>{let r=[];return V(t,t=>{for(let i;(i=e(t))&&!n?.(i,r.length);t=i)r.push(i)}),r})(e,...t);return function(e,t){n=typeof e==`string`?t=>Br(t,e,this.options):e?bi(e):null;let i=r.call(this,t);return n=null,i}}function ii(e){return e.length>1?Array.from(new Set(e)):e}var ai=ni(({parent:e})=>e&&!me(e)?e:null,ii),oi=ti(e=>{let t=[];for(;e.parent&&!me(e.parent);)t.push(e.parent),e=e.parent;return t},Ot,e=>e.reverse()),si=ri(({parent:e})=>e&&!me(e)?e:null,Ot,e=>e.reverse());function ci(e){let t=[];if(!e)return this._make(t);let n={xmlMode:this.options.xmlMode,root:this._root?.[0]},r=typeof e==`string`?t=>Br(t,e,n):bi(e);return V(this,e=>{for(e&&!me(e)&&!C(e)&&(e=e.parent);e&&C(e);){if(r(e,0)){t.includes(e)||t.push(e);break}e=e.parent}}),this._make(t)}var li=ni(e=>at(e)),ui=ti(e=>{let t=[];for(;e.next;)e=e.next,C(e)&&t.push(e);return t},ii),di=ri(e=>at(e),ii),fi=ni(e=>ot(e)),pi=ti(e=>{let t=[];for(;e.prev;)e=e.prev,C(e)&&t.push(e);return t},ii),mi=ri(e=>ot(e),ii),hi=ti(e=>tt(e).filter(t=>C(t)&&t!==e),Ot),gi=ti(e=>P(e).filter(C),ii);function _i(){let e=this.toArray().reduce((e,t)=>he(t)?e.concat(t.children):e,[]);return this._make(e)}function vi(e){let t=0,n=this.length;for(;t<n&&e.call(this[t],t,this[t])!==!1;)++t;return this}function yi(e){let t=[];for(let n=0;n<this.length;n++){let r=this[n],i=e.call(r,n,r);i!=null&&(t=t.concat(i))}return this._make(t)}function bi(e){return typeof e==`function`?(t,n)=>e.call(t,n,t):Yt(e)?t=>Array.prototype.includes.call(e,t):function(t){return e===t}}function xi(e){return this._make(Si(this.toArray(),e,this.options.xmlMode,this._root?.[0]))}function Si(e,t,n,r){return typeof t==`string`?Ur(t,e,{xmlMode:n,root:r}):e.filter(bi(t))}function Ci(e){let t=this.toArray();return typeof e==`string`?Vr(t.filter(C),e,this.options):e?t.some(bi(e)):!1}function wi(e){let t=this.toArray();if(typeof e==`string`){let n=new Set(Ur(e,t,this.options));t=t.filter(e=>!n.has(e))}else{let n=bi(e);t=t.filter((e,t)=>!n(e,t))}return this._make(t)}function Ti(e){return this.filter(typeof e==`string`?`:has(${e})`:(t,n)=>this._make(n).find(e).length>0)}function Ei(){return this.length>1?this._make(this[0]):this}function Di(){return this.length>0?this._make(this[this.length-1]):this}function Oi(e){return e=+e,e===0&&this.length<=1?this:(e<0&&(e=this.length+e),this._make(this[e]??[]))}function ki(e){return e==null?this.toArray():this[e<0?this.length+e:e]}function Ai(){return Array.prototype.slice.call(this)}function ji(e){let t,n;return e==null?(t=this.parent().children(),n=this[0]):typeof e==`string`?(t=this._make(e),n=this[0]):(t=this,n=Yt(e)?e[0]:e),Array.prototype.indexOf.call(t,n)}function Mi(e,t){return this._make(Array.prototype.slice.call(this,e,t))}function Ni(){return this.prevObject??this._make([])}function Pi(e,t){let n=this._make(e,t),r=Ot([...this.get(),...n.get()]);return this._make(r)}function Fi(e){return this.prevObject?this.add(e?this.prevObject.filter(e):this.prevObject):this}var Ii=Object.freeze(Object.defineProperty({__proto__:null,_findBySelector:$r,add:Pi,addBack:Fi,children:gi,closest:ci,contents:_i,each:vi,end:Ni,eq:Oi,filter:xi,filterArray:Si,find:Qr,first:Ei,get:ki,has:Ti,index:ji,is:Ci,last:Di,map:yi,next:li,nextAll:ui,nextUntil:di,not:wi,parent:ai,parents:oi,parentsUntil:si,prev:fi,prevAll:pi,prevUntil:mi,siblings:hi,slice:Mi,toArray:Ai},Symbol.toStringTag,{value:`Module`}));function Li(e){return function(t,n,r,i){if(typeof Buffer<`u`&&Buffer.isBuffer(t)&&(t=t.toString()),typeof t==`string`)return e(t,n,r,i);let a=t;if(!Array.isArray(a)&&me(a))return a;let o=new ce([]);return Ri(a,o),o}}function Ri(e,t){let n=Array.isArray(e)?e:[e];t?t.children=n:t=null;for(let e=0;e<n.length;e++){let r=n[e];r.parent&&r.parent.children!==n&&st(r),t?(r.prev=n[e-1]||null,r.next=n[e+1]||null):r.prev=r.next=null,r.parent=t}return t}function zi(e,t){if(e==null)return[];if(typeof e==`string`)return this._parse(e,this.options,!1,null).children.slice(0);if(`length`in e){if(e.length===1)return this._makeDomArray(e[0],t);let n=[];for(let r=0;r<e.length;r++){let i=e[r];if(typeof i==`object`){if(i==null)continue;if(!(`length`in i)){n.push(t?ge(i,!0):i);continue}}n.push(...this._makeDomArray(i,t))}return n}return[t?ge(e,!0):e]}function Bi(e){return function(...t){let n=this.length-1;return V(this,(r,i)=>{if(!he(r))return;let a=typeof t[0]==`function`?t[0].call(r,i,this._render(r.children)):t;e(this._makeDomArray(a,i<n),r.children,r)})}}function Vi(e,t,n,r,i){let a=[t,n,...r],o=t===0?null:e[t-1],s=t+n>=e.length?null:e[t+n];for(let e=0;e<r.length;++e){let n=r[e],c=n.parent;if(c){let e=c.children.indexOf(n);e>-1&&(c.children.splice(e,1),i===c&&t>e&&a[0]--)}n.parent=i,n.prev&&(n.prev.next=n.next??null),n.next&&(n.next.prev=n.prev??null),n.prev=e===0?o:r[e-1],n.next=e===r.length-1?s:r[e+1]}return o&&(o.next=r[0]),s&&(s.prev=r[r.length-1]),e.splice(...a)}function Hi(e){return(Yt(e)?e:this._make(e)).append(this),this}function Ui(e){return(Yt(e)?e:this._make(e)).prepend(this),this}var Wi=Bi((e,t,n)=>{Vi(t,t.length,0,e,n)}),Gi=Bi((e,t,n)=>{Vi(t,0,0,e,n)});function Ki(e){return function(t){let n=this.length-1,r=this.parents().last();for(let i=0;i<this.length;i++){let a=this[i],o=typeof t==`function`?t.call(a,i,a):typeof t==`string`&&!$t(t)?r.find(t).clone():t,[s]=this._makeDomArray(o,i<n);if(!s||!he(s))continue;let c=s,l=0;for(;l<c.children.length;){let e=c.children[l];C(e)?(c=e,l=0):l++}e(a,c,[s])}return this}}var qi=Ki((e,t,n)=>{let{parent:r}=e;if(!r)return;let i=r.children,a=i.indexOf(e);Ri([e],t),Vi(i,a,0,n,r)}),Ji=Ki((e,t,n)=>{he(e)&&(Ri(e.children,t),Ri(n,e))});function Yi(e){return this.parent(e).not(`body`).each((e,t)=>{this._make(t).replaceWith(t.children)}),this}function Xi(e){let t=this[0];if(t){let n=this._make(typeof e==`function`?e.call(t,0,t):e).insertBefore(t),r;for(let e=0;e<n.length;e++)n[e].type===`tag`&&(r=n[e]);let i=0;for(;r&&i<r.children.length;){let e=r.children[i];e.type===`tag`?(r=e,i=0):i++}r&&this._make(r).append(this)}return this}function Zi(...e){let t=this.length-1;return V(this,(n,r)=>{if(!he(n)||!n.parent)return;let i=n.parent.children,a=i.indexOf(n);if(a<0)return;let o=typeof e[0]==`function`?e[0].call(n,r,this._render(n.children)):e,s=this._makeDomArray(o,r<t);Vi(i,a+1,0,s,n.parent)})}function Qi(e){typeof e==`string`&&(e=this._make(e)),this.remove();let t=[];for(let n of this._makeDomArray(e)){let e=this.clone().toArray(),{parent:r}=n;if(!r)continue;let i=r.children,a=i.indexOf(n);a<0||(Vi(i,a+1,0,e,r),t.push(...e))}return this._make(t)}function $i(...e){let t=this.length-1;return V(this,(n,r)=>{if(!he(n)||!n.parent)return;let i=n.parent.children,a=i.indexOf(n);if(a<0)return;let o=typeof e[0]==`function`?e[0].call(n,r,this._render(n.children)):e;Vi(i,a,0,this._makeDomArray(o,r<t),n.parent)})}function ea(e){let t=this._make(e);this.remove();let n=[];return V(t,e=>{let t=this.clone().toArray(),{parent:r}=e;if(!r)return;let i=r.children,a=i.indexOf(e);a<0||(Vi(i,a,0,t,r),n.push(...t))}),this._make(n)}function ta(e){return V(e?this.filter(e):this,e=>{st(e),e.prev=e.next=e.parent=null}),this}function na(e){return V(this,(t,n)=>{let{parent:r}=t;if(!r)return;let i=r.children,a=typeof e==`function`?e.call(t,n,t):e,o=this._makeDomArray(a);Ri(o,null),Vi(i,i.indexOf(t),1,o,r),o.includes(t)||(t.parent=t.prev=t.next=null)})}function ra(){return V(this,e=>{if(he(e)){for(let t of e.children)t.next=t.prev=t.parent=null;e.children.length=0}})}function ia(e){if(e===void 0){let e=this[0];return!e||!he(e)?null:this._render(e.children)}return V(this,t=>{if(he(t)){for(let e of t.children)e.next=e.prev=e.parent=null;Ri(Yt(e)?e.toArray():this._parse(`${e}`,this.options,!1,t).children,t)}})}function aa(){return this._render(this)}function oa(e){return e===void 0?z(this):typeof e==`function`?V(this,(t,n)=>this._make(t).text(e.call(t,n,z([t])))):V(this,t=>{if(he(t)){for(let e of t.children)e.next=e.prev=e.parent=null;Ri(new re(`${e}`),t)}})}function sa(){let e=Array.prototype.map.call(this.get(),e=>ge(e,!0)),t=new ce(e);for(let n of e)n.parent=t;return this._make(e)}var ca=Object.freeze(Object.defineProperty({__proto__:null,_makeDomArray:zi,after:Zi,append:Wi,appendTo:Hi,before:$i,clone:sa,empty:ra,html:ia,insertAfter:Qi,insertBefore:ea,prepend:Gi,prependTo:Ui,remove:ta,replaceWith:na,text:oa,toString:aa,unwrap:Yi,wrap:qi,wrapAll:Xi,wrapInner:Ji},Symbol.toStringTag,{value:`Module`}));function la(e,t){if(e!=null&&t!=null||typeof e==`object`&&!Array.isArray(e))return V(this,(n,r)=>{C(n)&&ua(n,e,t,r)});if(this.length!==0)return da(this[0],e)}function ua(e,t,n,r){if(typeof t==`string`){let i=da(e),a=typeof n==`function`?n.call(e,r,i[t]):n;a===``?delete i[t]:a!=null&&(i[t]=a),e.attribs.style=fa(i)}else if(typeof t==`object`){let n=Object.keys(t);for(let r=0;r<n.length;r++){let i=n[r];ua(e,i,t[i],r)}}}function da(e,t){if(!e||!C(e))return;let n=pa(e.attribs.style);if(typeof t==`string`)return n[t];if(Array.isArray(t)){let e={};for(let r of t)n[r]!=null&&(e[r]=n[r]);return e}return n}function fa(e){return Object.keys(e).reduce((t,n)=>`${t}${t?` `:``}${n}: ${e[n]};`,``)}function pa(e){if(e=(e||``).trim(),!e)return{};let t={},n;for(let r of e.split(`;`)){let e=r.indexOf(`:`);if(e<1||e===r.length-1){let e=r.trimEnd();e.length>0&&n!==void 0&&(t[n]+=`;${e}`)}else n=r.slice(0,e).trim(),t[n]=r.slice(e+1).trim()}return t}var ma=Object.freeze(Object.defineProperty({__proto__:null,css:la},Symbol.toStringTag,{value:`Module`})),ha=`input,select,textarea,keygen`,ga=/%20/g,_a=/\r?\n/g;function va(){return this.serializeArray().map(e=>`${encodeURIComponent(e.name)}=${encodeURIComponent(e.value)}`).join(`&`).replace(ga,`+`)}function ya(){return this.map((e,t)=>{let n=this._make(t);return C(t)&&t.name===`form`?n.find(ha).toArray():n.filter(ha).toArray()}).filter(`[name!=""]:enabled:not(:submit, :button, :image, :reset, :file):matches([checked], :not(:checkbox, :radio))`).map((e,t)=>{let n=this._make(t),r=n.attr(`name`),i=n.val()??``;return Array.isArray(i)?i.map(e=>({name:r,value:e.replace(_a,`\r
|
||
`)})):{name:r,value:i.replace(_a,`\r
|
||
`)}}).toArray()}var ba=Object.freeze(Object.defineProperty({__proto__:null,serialize:va,serializeArray:ya},Symbol.toStringTag,{value:`Module`}));function xa(e){return typeof e==`string`?{selector:e,value:`textContent`}:{selector:e.selector,value:e.value??`textContent`}}function Sa(e){let t={};for(let n in e){let r=e[n],i=Array.isArray(r),{selector:a,value:o}=xa(i?r[0]:r),s=typeof o==`function`?o:typeof o==`string`?e=>this._make(e).prop(o):e=>this._make(e).extract(o);if(i)t[n]=this._findBySelector(a,1/0).map((e,r)=>s(r,n,t)).get();else{let e=this._findBySelector(a,1);t[n]=e.length>0?s(e[0],n,t):void 0}}return t}var Ca=Object.freeze(Object.defineProperty({__proto__:null,extract:Sa},Symbol.toStringTag,{value:`Module`})),wa=class{constructor(e,t,n){if(this.length=0,this.options=n,this._root=t,e){for(let t=0;t<e.length;t++)this[t]=e[t];this.length=e.length}}};wa.prototype.cheerio=`[cheerio object]`,wa.prototype.splice=Array.prototype.splice,wa.prototype[Symbol.iterator]=Array.prototype[Symbol.iterator],Object.assign(wa.prototype,Cn,Ii,ca,ma,ba,Ca);function Ta(e,t){return function n(r,i,a=!0){if(r==null)throw Error(`cheerio.load() expects a string`);let o=f(i),s=e(r,o,a,null);class c extends wa{_make(e,t){let n=l(e,t);return n.prevObject=this,n}_parse(t,n,r,i){return e(t,n,r,i)}_render(e){return t(e,this.options)}}function l(t,n,r=s,i){if(t&&Yt(t))return t;let a=f(i,o),l=typeof r==`string`?[e(r,a,!1,null)]:`length`in r?r:[r],u=Yt(l)?l:new c(l,null,a);if(u._root=u,!t)return new c(void 0,u,a);let d=typeof t==`string`&&$t(t)?e(t,a,!1,null).children:Ea(t)?[t]:Array.isArray(t)?t:void 0,p=new c(d,u,a);if(d)return p;if(typeof t!=`string`)throw TypeError(`Unexpected type of selector`);let m=t,h=n?typeof n==`string`?$t(n)?new c([e(n,a,!1,null)],u,a):(m=`${n} ${m}`,u):Yt(n)?n:new c(Array.isArray(n)?n:[n],u,a):u;return h?h.find(m):p}return Object.assign(l,Jt,{load:n,_root:s,_options:o,fn:c.prototype,prototype:c.prototype}),l}}function Ea(e){return!!e.name||e.type===`root`||e.type===`text`||e.type===`comment`}var q;(function(e){e[e.Tab=9]=`Tab`,e[e.NewLine=10]=`NewLine`,e[e.FormFeed=12]=`FormFeed`,e[e.CarriageReturn=13]=`CarriageReturn`,e[e.Space=32]=`Space`,e[e.ExclamationMark=33]=`ExclamationMark`,e[e.Number=35]=`Number`,e[e.Amp=38]=`Amp`,e[e.SingleQuote=39]=`SingleQuote`,e[e.DoubleQuote=34]=`DoubleQuote`,e[e.Dash=45]=`Dash`,e[e.Slash=47]=`Slash`,e[e.Zero=48]=`Zero`,e[e.Nine=57]=`Nine`,e[e.Semi=59]=`Semi`,e[e.Lt=60]=`Lt`,e[e.Eq=61]=`Eq`,e[e.Gt=62]=`Gt`,e[e.Questionmark=63]=`Questionmark`,e[e.UpperA=65]=`UpperA`,e[e.LowerA=97]=`LowerA`,e[e.UpperF=70]=`UpperF`,e[e.LowerF=102]=`LowerF`,e[e.UpperZ=90]=`UpperZ`,e[e.LowerZ=122]=`LowerZ`,e[e.LowerX=120]=`LowerX`,e[e.OpeningSquareBracket=91]=`OpeningSquareBracket`})(q||={});var J;(function(e){e[e.Text=1]=`Text`,e[e.BeforeTagName=2]=`BeforeTagName`,e[e.InTagName=3]=`InTagName`,e[e.InSelfClosingTag=4]=`InSelfClosingTag`,e[e.BeforeClosingTagName=5]=`BeforeClosingTagName`,e[e.InClosingTagName=6]=`InClosingTagName`,e[e.AfterClosingTagName=7]=`AfterClosingTagName`,e[e.BeforeAttributeName=8]=`BeforeAttributeName`,e[e.InAttributeName=9]=`InAttributeName`,e[e.AfterAttributeName=10]=`AfterAttributeName`,e[e.BeforeAttributeValue=11]=`BeforeAttributeValue`,e[e.InAttributeValueDq=12]=`InAttributeValueDq`,e[e.InAttributeValueSq=13]=`InAttributeValueSq`,e[e.InAttributeValueNq=14]=`InAttributeValueNq`,e[e.BeforeDeclaration=15]=`BeforeDeclaration`,e[e.InDeclaration=16]=`InDeclaration`,e[e.InProcessingInstruction=17]=`InProcessingInstruction`,e[e.BeforeComment=18]=`BeforeComment`,e[e.CDATASequence=19]=`CDATASequence`,e[e.InSpecialComment=20]=`InSpecialComment`,e[e.InCommentLike=21]=`InCommentLike`,e[e.BeforeSpecialS=22]=`BeforeSpecialS`,e[e.BeforeSpecialT=23]=`BeforeSpecialT`,e[e.SpecialStartSequence=24]=`SpecialStartSequence`,e[e.InSpecialTag=25]=`InSpecialTag`,e[e.InEntity=26]=`InEntity`})(J||={});function Da(e){return e===q.Space||e===q.NewLine||e===q.Tab||e===q.FormFeed||e===q.CarriageReturn}function Oa(e){return e===q.Slash||e===q.Gt||Da(e)}function ka(e){return e>=q.LowerA&&e<=q.LowerZ||e>=q.UpperA&&e<=q.UpperZ}var Aa;(function(e){e[e.NoValue=0]=`NoValue`,e[e.Unquoted=1]=`Unquoted`,e[e.Single=2]=`Single`,e[e.Double=3]=`Double`})(Aa||={});var ja={Cdata:new Uint8Array([67,68,65,84,65,91]),CdataEnd:new Uint8Array([93,93,62]),CommentEnd:new Uint8Array([45,45,62]),ScriptEnd:new Uint8Array([60,47,115,99,114,105,112,116]),StyleEnd:new Uint8Array([60,47,115,116,121,108,101]),TitleEnd:new Uint8Array([60,47,116,105,116,108,101]),TextareaEnd:new Uint8Array([60,47,116,101,120,116,97,114,101,97])},Ma=class{constructor({xmlMode:e=!1,decodeEntities:t=!0},n){this.cbs=n,this.state=J.Text,this.buffer=``,this.sectionStart=0,this.index=0,this.entityStart=0,this.baseState=J.Text,this.isSpecial=!1,this.running=!0,this.offset=0,this.currentSequence=void 0,this.sequenceIndex=0,this.xmlMode=e,this.decodeEntities=t,this.entityDecoder=new je(e?T:w,(e,t)=>this.emitCodePoint(e,t))}reset(){this.state=J.Text,this.buffer=``,this.sectionStart=0,this.index=0,this.baseState=J.Text,this.currentSequence=void 0,this.running=!0,this.offset=0}write(e){this.offset+=this.buffer.length,this.buffer=e,this.parse()}end(){this.running&&this.finish()}pause(){this.running=!1}resume(){this.running=!0,this.index<this.buffer.length+this.offset&&this.parse()}stateText(e){e===q.Lt||!this.decodeEntities&&this.fastForwardTo(q.Lt)?(this.index>this.sectionStart&&this.cbs.ontext(this.sectionStart,this.index),this.state=J.BeforeTagName,this.sectionStart=this.index):this.decodeEntities&&e===q.Amp&&this.startEntity()}stateSpecialStartSequence(e){let t=this.sequenceIndex===this.currentSequence.length;if(!(t?Oa(e):(e|32)===this.currentSequence[this.sequenceIndex]))this.isSpecial=!1;else if(!t){this.sequenceIndex++;return}this.sequenceIndex=0,this.state=J.InTagName,this.stateInTagName(e)}stateInSpecialTag(e){if(this.sequenceIndex===this.currentSequence.length){if(e===q.Gt||Da(e)){let t=this.index-this.currentSequence.length;if(this.sectionStart<t){let e=this.index;this.index=t,this.cbs.ontext(this.sectionStart,t),this.index=e}this.isSpecial=!1,this.sectionStart=t+2,this.stateInClosingTagName(e);return}this.sequenceIndex=0}(e|32)===this.currentSequence[this.sequenceIndex]?this.sequenceIndex+=1:this.sequenceIndex===0?this.currentSequence===ja.TitleEnd?this.decodeEntities&&e===q.Amp&&this.startEntity():this.fastForwardTo(q.Lt)&&(this.sequenceIndex=1):this.sequenceIndex=Number(e===q.Lt)}stateCDATASequence(e){e===ja.Cdata[this.sequenceIndex]?++this.sequenceIndex===ja.Cdata.length&&(this.state=J.InCommentLike,this.currentSequence=ja.CdataEnd,this.sequenceIndex=0,this.sectionStart=this.index+1):(this.sequenceIndex=0,this.state=J.InDeclaration,this.stateInDeclaration(e))}fastForwardTo(e){for(;++this.index<this.buffer.length+this.offset;)if(this.buffer.charCodeAt(this.index-this.offset)===e)return!0;return this.index=this.buffer.length+this.offset-1,!1}stateInCommentLike(e){e===this.currentSequence[this.sequenceIndex]?++this.sequenceIndex===this.currentSequence.length&&(this.currentSequence===ja.CdataEnd?this.cbs.oncdata(this.sectionStart,this.index,2):this.cbs.oncomment(this.sectionStart,this.index,2),this.sequenceIndex=0,this.sectionStart=this.index+1,this.state=J.Text):this.sequenceIndex===0?this.fastForwardTo(this.currentSequence[0])&&(this.sequenceIndex=1):e!==this.currentSequence[this.sequenceIndex-1]&&(this.sequenceIndex=0)}isTagStartChar(e){return this.xmlMode?!Oa(e):ka(e)}startSpecial(e,t){this.isSpecial=!0,this.currentSequence=e,this.sequenceIndex=t,this.state=J.SpecialStartSequence}stateBeforeTagName(e){if(e===q.ExclamationMark)this.state=J.BeforeDeclaration,this.sectionStart=this.index+1;else if(e===q.Questionmark)this.state=J.InProcessingInstruction,this.sectionStart=this.index+1;else if(this.isTagStartChar(e)){let t=e|32;this.sectionStart=this.index,this.xmlMode?this.state=J.InTagName:t===ja.ScriptEnd[2]?this.state=J.BeforeSpecialS:t===ja.TitleEnd[2]?this.state=J.BeforeSpecialT:this.state=J.InTagName}else e===q.Slash?this.state=J.BeforeClosingTagName:(this.state=J.Text,this.stateText(e))}stateInTagName(e){Oa(e)&&(this.cbs.onopentagname(this.sectionStart,this.index),this.sectionStart=-1,this.state=J.BeforeAttributeName,this.stateBeforeAttributeName(e))}stateBeforeClosingTagName(e){Da(e)||(e===q.Gt?this.state=J.Text:(this.state=this.isTagStartChar(e)?J.InClosingTagName:J.InSpecialComment,this.sectionStart=this.index))}stateInClosingTagName(e){(e===q.Gt||Da(e))&&(this.cbs.onclosetag(this.sectionStart,this.index),this.sectionStart=-1,this.state=J.AfterClosingTagName,this.stateAfterClosingTagName(e))}stateAfterClosingTagName(e){(e===q.Gt||this.fastForwardTo(q.Gt))&&(this.state=J.Text,this.sectionStart=this.index+1)}stateBeforeAttributeName(e){e===q.Gt?(this.cbs.onopentagend(this.index),this.isSpecial?(this.state=J.InSpecialTag,this.sequenceIndex=0):this.state=J.Text,this.sectionStart=this.index+1):e===q.Slash?this.state=J.InSelfClosingTag:Da(e)||(this.state=J.InAttributeName,this.sectionStart=this.index)}stateInSelfClosingTag(e){e===q.Gt?(this.cbs.onselfclosingtag(this.index),this.state=J.Text,this.sectionStart=this.index+1,this.isSpecial=!1):Da(e)||(this.state=J.BeforeAttributeName,this.stateBeforeAttributeName(e))}stateInAttributeName(e){(e===q.Eq||Oa(e))&&(this.cbs.onattribname(this.sectionStart,this.index),this.sectionStart=this.index,this.state=J.AfterAttributeName,this.stateAfterAttributeName(e))}stateAfterAttributeName(e){e===q.Eq?this.state=J.BeforeAttributeValue:e===q.Slash||e===q.Gt?(this.cbs.onattribend(Aa.NoValue,this.sectionStart),this.sectionStart=-1,this.state=J.BeforeAttributeName,this.stateBeforeAttributeName(e)):Da(e)||(this.cbs.onattribend(Aa.NoValue,this.sectionStart),this.state=J.InAttributeName,this.sectionStart=this.index)}stateBeforeAttributeValue(e){e===q.DoubleQuote?(this.state=J.InAttributeValueDq,this.sectionStart=this.index+1):e===q.SingleQuote?(this.state=J.InAttributeValueSq,this.sectionStart=this.index+1):Da(e)||(this.sectionStart=this.index,this.state=J.InAttributeValueNq,this.stateInAttributeValueNoQuotes(e))}handleInAttributeValue(e,t){e===t||!this.decodeEntities&&this.fastForwardTo(t)?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(t===q.DoubleQuote?Aa.Double:Aa.Single,this.index+1),this.state=J.BeforeAttributeName):this.decodeEntities&&e===q.Amp&&this.startEntity()}stateInAttributeValueDoubleQuotes(e){this.handleInAttributeValue(e,q.DoubleQuote)}stateInAttributeValueSingleQuotes(e){this.handleInAttributeValue(e,q.SingleQuote)}stateInAttributeValueNoQuotes(e){Da(e)||e===q.Gt?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(Aa.Unquoted,this.index),this.state=J.BeforeAttributeName,this.stateBeforeAttributeName(e)):this.decodeEntities&&e===q.Amp&&this.startEntity()}stateBeforeDeclaration(e){e===q.OpeningSquareBracket?(this.state=J.CDATASequence,this.sequenceIndex=0):this.state=e===q.Dash?J.BeforeComment:J.InDeclaration}stateInDeclaration(e){(e===q.Gt||this.fastForwardTo(q.Gt))&&(this.cbs.ondeclaration(this.sectionStart,this.index),this.state=J.Text,this.sectionStart=this.index+1)}stateInProcessingInstruction(e){(e===q.Gt||this.fastForwardTo(q.Gt))&&(this.cbs.onprocessinginstruction(this.sectionStart,this.index),this.state=J.Text,this.sectionStart=this.index+1)}stateBeforeComment(e){e===q.Dash?(this.state=J.InCommentLike,this.currentSequence=ja.CommentEnd,this.sequenceIndex=2,this.sectionStart=this.index+1):this.state=J.InDeclaration}stateInSpecialComment(e){(e===q.Gt||this.fastForwardTo(q.Gt))&&(this.cbs.oncomment(this.sectionStart,this.index,0),this.state=J.Text,this.sectionStart=this.index+1)}stateBeforeSpecialS(e){let t=e|32;t===ja.ScriptEnd[3]?this.startSpecial(ja.ScriptEnd,4):t===ja.StyleEnd[3]?this.startSpecial(ja.StyleEnd,4):(this.state=J.InTagName,this.stateInTagName(e))}stateBeforeSpecialT(e){let t=e|32;t===ja.TitleEnd[3]?this.startSpecial(ja.TitleEnd,4):t===ja.TextareaEnd[3]?this.startSpecial(ja.TextareaEnd,4):(this.state=J.InTagName,this.stateInTagName(e))}startEntity(){this.baseState=this.state,this.state=J.InEntity,this.entityStart=this.index,this.entityDecoder.startEntity(this.xmlMode?Ae.Strict:this.baseState===J.Text||this.baseState===J.InSpecialTag?Ae.Legacy:Ae.Attribute)}stateInEntity(){let e=this.entityDecoder.write(this.buffer,this.index-this.offset);e>=0?(this.state=this.baseState,e===0&&(this.index=this.entityStart)):this.index=this.offset+this.buffer.length-1}cleanup(){this.running&&this.sectionStart!==this.index&&(this.state===J.Text||this.state===J.InSpecialTag&&this.sequenceIndex===0?(this.cbs.ontext(this.sectionStart,this.index),this.sectionStart=this.index):(this.state===J.InAttributeValueDq||this.state===J.InAttributeValueSq||this.state===J.InAttributeValueNq)&&(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=this.index))}shouldContinue(){return this.index<this.buffer.length+this.offset&&this.running}parse(){for(;this.shouldContinue();){let e=this.buffer.charCodeAt(this.index-this.offset);switch(this.state){case J.Text:this.stateText(e);break;case J.SpecialStartSequence:this.stateSpecialStartSequence(e);break;case J.InSpecialTag:this.stateInSpecialTag(e);break;case J.CDATASequence:this.stateCDATASequence(e);break;case J.InAttributeValueDq:this.stateInAttributeValueDoubleQuotes(e);break;case J.InAttributeName:this.stateInAttributeName(e);break;case J.InCommentLike:this.stateInCommentLike(e);break;case J.InSpecialComment:this.stateInSpecialComment(e);break;case J.BeforeAttributeName:this.stateBeforeAttributeName(e);break;case J.InTagName:this.stateInTagName(e);break;case J.InClosingTagName:this.stateInClosingTagName(e);break;case J.BeforeTagName:this.stateBeforeTagName(e);break;case J.AfterAttributeName:this.stateAfterAttributeName(e);break;case J.InAttributeValueSq:this.stateInAttributeValueSingleQuotes(e);break;case J.BeforeAttributeValue:this.stateBeforeAttributeValue(e);break;case J.BeforeClosingTagName:this.stateBeforeClosingTagName(e);break;case J.AfterClosingTagName:this.stateAfterClosingTagName(e);break;case J.BeforeSpecialS:this.stateBeforeSpecialS(e);break;case J.BeforeSpecialT:this.stateBeforeSpecialT(e);break;case J.InAttributeValueNq:this.stateInAttributeValueNoQuotes(e);break;case J.InSelfClosingTag:this.stateInSelfClosingTag(e);break;case J.InDeclaration:this.stateInDeclaration(e);break;case J.BeforeDeclaration:this.stateBeforeDeclaration(e);break;case J.BeforeComment:this.stateBeforeComment(e);break;case J.InProcessingInstruction:this.stateInProcessingInstruction(e);break;case J.InEntity:this.stateInEntity();break}this.index++}this.cleanup()}finish(){this.state===J.InEntity&&(this.entityDecoder.end(),this.state=this.baseState),this.handleTrailingData(),this.cbs.onend()}handleTrailingData(){let e=this.buffer.length+this.offset;this.sectionStart>=e||(this.state===J.InCommentLike?this.currentSequence===ja.CdataEnd?this.cbs.oncdata(this.sectionStart,e,0):this.cbs.oncomment(this.sectionStart,e,0):this.state===J.InTagName||this.state===J.BeforeAttributeName||this.state===J.BeforeAttributeValue||this.state===J.AfterAttributeName||this.state===J.InAttributeName||this.state===J.InAttributeValueSq||this.state===J.InAttributeValueDq||this.state===J.InAttributeValueNq||this.state===J.InClosingTagName||this.cbs.ontext(this.sectionStart,e))}emitCodePoint(e,t){this.baseState!==J.Text&&this.baseState!==J.InSpecialTag?(this.sectionStart<this.entityStart&&this.cbs.onattribdata(this.sectionStart,this.entityStart),this.sectionStart=this.entityStart+t,this.index=this.sectionStart-1,this.cbs.onattribentity(e)):(this.sectionStart<this.entityStart&&this.cbs.ontext(this.sectionStart,this.entityStart),this.sectionStart=this.entityStart+t,this.index=this.sectionStart-1,this.cbs.ontextentity(e,this.sectionStart))}},Na=new Set([`input`,`option`,`optgroup`,`select`,`button`,`datalist`,`textarea`]),Y=new Set([`p`]),Pa=new Set([`thead`,`tbody`]),Fa=new Set([`dd`,`dt`]),Ia=new Set([`rt`,`rp`]),La=new Map([[`tr`,new Set([`tr`,`th`,`td`])],[`th`,new Set([`th`])],[`td`,new Set([`thead`,`th`,`td`])],[`body`,new Set([`head`,`link`,`script`])],[`li`,new Set([`li`])],[`p`,Y],[`h1`,Y],[`h2`,Y],[`h3`,Y],[`h4`,Y],[`h5`,Y],[`h6`,Y],[`select`,Na],[`input`,Na],[`output`,Na],[`button`,Na],[`datalist`,Na],[`textarea`,Na],[`option`,new Set([`option`])],[`optgroup`,new Set([`optgroup`,`option`])],[`dd`,Fa],[`dt`,Fa],[`address`,Y],[`article`,Y],[`aside`,Y],[`blockquote`,Y],[`details`,Y],[`div`,Y],[`dl`,Y],[`fieldset`,Y],[`figcaption`,Y],[`figure`,Y],[`footer`,Y],[`form`,Y],[`header`,Y],[`hr`,Y],[`main`,Y],[`nav`,Y],[`ol`,Y],[`pre`,Y],[`section`,Y],[`table`,Y],[`ul`,Y],[`rt`,Ia],[`rp`,Ia],[`tbody`,Pa],[`tfoot`,Pa]]),Ra=new Set([`area`,`base`,`basefont`,`br`,`col`,`command`,`embed`,`frame`,`hr`,`img`,`input`,`isindex`,`keygen`,`link`,`meta`,`param`,`source`,`track`,`wbr`]),za=new Set([`math`,`svg`]),Ba=new Set([`mi`,`mo`,`mn`,`ms`,`mtext`,`annotation-xml`,`foreignobject`,`desc`,`title`]),Va=/\s|\//,Ha=class{constructor(e,t={}){var n,r;this.options=t,this.startIndex=0,this.endIndex=0,this.openTagStart=0,this.tagname=``,this.attribname=``,this.attribvalue=``,this.attribs=null,this.stack=[],this.buffers=[],this.bufferOffset=0,this.writeIndex=0,this.ended=!1,this.cbs=e??{},this.htmlMode=!this.options.xmlMode,this.lowerCaseTagNames=t.lowerCaseTags??this.htmlMode,this.lowerCaseAttributeNames=t.lowerCaseAttributeNames??this.htmlMode,this.recognizeSelfClosing=t.recognizeSelfClosing??!this.htmlMode,this.tokenizer=new(t.Tokenizer??Ma)(this.options,this),this.foreignContext=[!this.htmlMode],(r=(n=this.cbs).onparserinit)==null||r.call(n,this)}ontext(e,t){var n,r;let i=this.getSlice(e,t);this.endIndex=t-1,(r=(n=this.cbs).ontext)==null||r.call(n,i),this.startIndex=t}ontextentity(e,t){var n,r;this.endIndex=t-1,(r=(n=this.cbs).ontext)==null||r.call(n,xe(e)),this.startIndex=t}isVoidElement(e){return this.htmlMode&&Ra.has(e)}onopentagname(e,t){this.endIndex=t;let n=this.getSlice(e,t);this.lowerCaseTagNames&&(n=n.toLowerCase()),this.emitOpenTag(n)}emitOpenTag(e){var t,n,r,i;this.openTagStart=this.startIndex,this.tagname=e;let a=this.htmlMode&&La.get(e);if(a)for(;this.stack.length>0&&a.has(this.stack[0]);){let e=this.stack.shift();(n=(t=this.cbs).onclosetag)==null||n.call(t,e,!0)}this.isVoidElement(e)||(this.stack.unshift(e),this.htmlMode&&(za.has(e)?this.foreignContext.unshift(!0):Ba.has(e)&&this.foreignContext.unshift(!1))),(i=(r=this.cbs).onopentagname)==null||i.call(r,e),this.cbs.onopentag&&(this.attribs={})}endOpenTag(e){var t,n;this.startIndex=this.openTagStart,this.attribs&&=((n=(t=this.cbs).onopentag)==null||n.call(t,this.tagname,this.attribs,e),null),this.cbs.onclosetag&&this.isVoidElement(this.tagname)&&this.cbs.onclosetag(this.tagname,!0),this.tagname=``}onopentagend(e){this.endIndex=e,this.endOpenTag(!1),this.startIndex=e+1}onclosetag(e,t){var n,r,i,a,o,s,c,l;this.endIndex=t;let u=this.getSlice(e,t);if(this.lowerCaseTagNames&&(u=u.toLowerCase()),this.htmlMode&&(za.has(u)||Ba.has(u))&&this.foreignContext.shift(),this.isVoidElement(u))this.htmlMode&&u===`br`&&((a=(i=this.cbs).onopentagname)==null||a.call(i,`br`),(s=(o=this.cbs).onopentag)==null||s.call(o,`br`,{},!0),(l=(c=this.cbs).onclosetag)==null||l.call(c,`br`,!1));else{let e=this.stack.indexOf(u);if(e!==-1)for(let t=0;t<=e;t++){let i=this.stack.shift();(r=(n=this.cbs).onclosetag)==null||r.call(n,i,t!==e)}else this.htmlMode&&u===`p`&&(this.emitOpenTag(`p`),this.closeCurrentTag(!0))}this.startIndex=t+1}onselfclosingtag(e){this.endIndex=e,this.recognizeSelfClosing||this.foreignContext[0]?(this.closeCurrentTag(!1),this.startIndex=e+1):this.onopentagend(e)}closeCurrentTag(e){var t,n;let r=this.tagname;this.endOpenTag(e),this.stack[0]===r&&((n=(t=this.cbs).onclosetag)==null||n.call(t,r,!e),this.stack.shift())}onattribname(e,t){this.startIndex=e;let n=this.getSlice(e,t);this.attribname=this.lowerCaseAttributeNames?n.toLowerCase():n}onattribdata(e,t){this.attribvalue+=this.getSlice(e,t)}onattribentity(e){this.attribvalue+=xe(e)}onattribend(e,t){var n,r;this.endIndex=t,(r=(n=this.cbs).onattribute)==null||r.call(n,this.attribname,this.attribvalue,e===Aa.Double?`"`:e===Aa.Single?`'`:e===Aa.NoValue?void 0:null),this.attribs&&!Object.prototype.hasOwnProperty.call(this.attribs,this.attribname)&&(this.attribs[this.attribname]=this.attribvalue),this.attribvalue=``}getInstructionName(e){let t=e.search(Va),n=t<0?e:e.substr(0,t);return this.lowerCaseTagNames&&(n=n.toLowerCase()),n}ondeclaration(e,t){this.endIndex=t;let n=this.getSlice(e,t);if(this.cbs.onprocessinginstruction){let e=this.getInstructionName(n);this.cbs.onprocessinginstruction(`!${e}`,`!${n}`)}this.startIndex=t+1}onprocessinginstruction(e,t){this.endIndex=t;let n=this.getSlice(e,t);if(this.cbs.onprocessinginstruction){let e=this.getInstructionName(n);this.cbs.onprocessinginstruction(`?${e}`,`?${n}`)}this.startIndex=t+1}oncomment(e,t,n){var r,i,a,o;this.endIndex=t,(i=(r=this.cbs).oncomment)==null||i.call(r,this.getSlice(e,t-n)),(o=(a=this.cbs).oncommentend)==null||o.call(a),this.startIndex=t+1}oncdata(e,t,n){var r,i,a,o,s,c,l,u,d,f;this.endIndex=t;let p=this.getSlice(e,t-n);!this.htmlMode||this.options.recognizeCDATA?((i=(r=this.cbs).oncdatastart)==null||i.call(r),(o=(a=this.cbs).ontext)==null||o.call(a,p),(c=(s=this.cbs).oncdataend)==null||c.call(s)):((u=(l=this.cbs).oncomment)==null||u.call(l,`[CDATA[${p}]]`),(f=(d=this.cbs).oncommentend)==null||f.call(d)),this.startIndex=t+1}onend(){var e,t;if(this.cbs.onclosetag){this.endIndex=this.startIndex;for(let e=0;e<this.stack.length;e++)this.cbs.onclosetag(this.stack[e],!0)}(t=(e=this.cbs).onend)==null||t.call(e)}reset(){var e,t,n,r;(t=(e=this.cbs).onreset)==null||t.call(e),this.tokenizer.reset(),this.tagname=``,this.attribname=``,this.attribs=null,this.stack.length=0,this.startIndex=0,this.endIndex=0,(r=(n=this.cbs).onparserinit)==null||r.call(n,this),this.buffers.length=0,this.foreignContext.length=0,this.foreignContext.unshift(!this.htmlMode),this.bufferOffset=0,this.writeIndex=0,this.ended=!1}parseComplete(e){this.reset(),this.end(e)}getSlice(e,t){for(;e-this.bufferOffset>=this.buffers[0].length;)this.shiftBuffer();let n=this.buffers[0].slice(e-this.bufferOffset,t-this.bufferOffset);for(;t-this.bufferOffset>this.buffers[0].length;)this.shiftBuffer(),n+=this.buffers[0].slice(0,t-this.bufferOffset);return n}shiftBuffer(){this.bufferOffset+=this.buffers[0].length,this.writeIndex--,this.buffers.shift()}write(e){var t,n;if(this.ended){(n=(t=this.cbs).onerror)==null||n.call(t,Error(`.write() after done!`));return}this.buffers.push(e),this.tokenizer.running&&(this.tokenizer.write(e),this.writeIndex++)}end(e){var t,n;if(this.ended){(n=(t=this.cbs).onerror)==null||n.call(t,Error(`.end() after done!`));return}e&&this.write(e),this.ended=!0,this.tokenizer.end()}pause(){this.tokenizer.pause()}resume(){for(this.tokenizer.resume();this.tokenizer.running&&this.writeIndex<this.buffers.length;)this.tokenizer.write(this.buffers[this.writeIndex++]);this.ended&&this.tokenizer.end()}parseChunk(e){this.write(e)}done(e){this.end(e)}};function Ua(e,t){let n=new ye(void 0,t);return new Ha(n,t).end(e),n.root}var Wa=Ta(Li(Ua),O),Ga={selector:`h1,h2,h3,h4,h5,h6,ul,ol,li,table,pre,p>img:only-child`,selectorRules:{"div,p":({$node:e})=>({queue:e.children()}),"h1,h2,h3,h4,h5,h6":({$node:e,getContent:t})=>({...t(e.contents())}),"ul,ol":({$node:e})=>({queue:e.children(),nesting:!0}),li:({$node:e,getContent:t})=>{let n=e.children().filter(`ul,ol`),r;if(e.contents().first().is(`div,p`))r=t(e.children().first());else{let i=e.contents(),a=i.index(n);a>=0&&(i=i.slice(0,a)),r=t(i)}return{queue:n,nesting:!0,...r}},"table,pre,p>img:only-child":({$node:e,getContent:t})=>({...t(e)})}},Ka=`markmap: `,qa=/^h[1-6]$/,Ja=/^[uo]l$/,Ya=/^li$/;function Xa(e){return qa.test(e)?+e[1]:Ja.test(e)?8:Ya.test(e)?9:7}function Za(e,t){let n={...Ga,...t},r=Wa(e),i=r(`body`);i.length||(i=r.root());let a=0,o={id:a,tag:``,html:``,level:0,parent:0,childrenLevel:0,children:[]},s=[],c=0;return p(i.children()),o;function l(e){let{parent:t}=e,n={id:++a,tag:e.tagName,level:e.level,html:e.html,childrenLevel:0,children:e.nesting?[]:void 0,parent:t.id};return e.comments?.length&&(n.comments=e.comments),Object.keys(e.data||{}).length&&(n.data=e.data),t.children&&((t.childrenLevel===0||t.childrenLevel>n.level)&&(t.children=[],t.childrenLevel=n.level),t.childrenLevel===n.level&&t.children.push(n)),n}function u(e){let t;for(;(t=s[s.length-1])&&t.level>=e;)s.pop();return t||o}function d(e){let t=f(e),n=r.html(t.$node)?.trimEnd();return{comments:t.comments,html:n}}function f(e){let t=[];return e=e.filter((e,n)=>{if(n.type===`comment`){let e=n.data.trim();if(e.startsWith(Ka))return t.push(e.slice(9).trim()),!1}return!0}),{$node:e,comments:t}}function p(e,t){e.each((e,i)=>{let a=r(i),o=Object.entries(n.selectorRules).find(([e])=>a.is(e))?.[1],f=o?.({$node:a,$:r,getContent:d});if(f?.queue&&!f.nesting){p(f.queue,t);return}let m=Xa(i.tagName);if(!f){m<=6&&(c=m);return}if(c>0&&m>c||!a.is(n.selector))return;c=0;let h=m<=6,g={...a.closest(`p`).data(),...a.data()},_=f.html||``;if(a.is(`ol>li`)&&t?.children){let e=+(a.parent().attr(`start`)||1)+t.children.length;_=`${e}. ${_}`,g={...g,listIndex:e}}let v=l({parent:t||u(m),nesting:!!f.queue||h,tagName:i.tagName,level:m,html:_,comments:f.comments,data:g});h&&s.push(v),f.queue&&p(f.queue,v)})}}function Qa(e){return i(e,(e,t)=>{let n={content:e.html,children:t()||[]};return e.data&&(n.payload={tag:e.tag,...e.data}),e.comments&&(e.comments.includes(`foldAll`)?n.payload={...n.payload,fold:2}:e.comments.includes(`fold`)&&(n.payload={...n.payload,fold:1})),n})}function $a(e,t){return Qa(Za(e,t))}var eo={};function to(e){let t=eo[e];if(t)return t;t=eo[e]=[];for(let e=0;e<128;e++){let n=String.fromCharCode(e);t.push(n)}for(let n=0;n<e.length;n++){let r=e.charCodeAt(n);t[r]=`%`+(`0`+r.toString(16).toUpperCase()).slice(-2)}return t}function no(e,t){typeof t!=`string`&&(t=no.defaultChars);let n=to(t);return e.replace(/(%[a-f0-9]{2})+/gi,function(e){let t=``;for(let r=0,i=e.length;r<i;r+=3){let a=parseInt(e.slice(r+1,r+3),16);if(a<128){t+=n[a];continue}if((a&224)==192&&r+3<i){let n=parseInt(e.slice(r+4,r+6),16);if((n&192)==128){let e=a<<6&1984|n&63;e<128?t+=`<EFBFBD><EFBFBD>`:t+=String.fromCharCode(e),r+=3;continue}}if((a&240)==224&&r+6<i){let n=parseInt(e.slice(r+4,r+6),16),i=parseInt(e.slice(r+7,r+9),16);if((n&192)==128&&(i&192)==128){let e=a<<12&61440|n<<6&4032|i&63;e<2048||e>=55296&&e<=57343?t+=`<EFBFBD><EFBFBD><EFBFBD>`:t+=String.fromCharCode(e),r+=6;continue}}if((a&248)==240&&r+9<i){let n=parseInt(e.slice(r+4,r+6),16),i=parseInt(e.slice(r+7,r+9),16),o=parseInt(e.slice(r+10,r+12),16);if((n&192)==128&&(i&192)==128&&(o&192)==128){let e=a<<18&1835008|n<<12&258048|i<<6&4032|o&63;e<65536||e>1114111?t+=`<EFBFBD><EFBFBD><EFBFBD><EFBFBD>`:(e-=65536,t+=String.fromCharCode(55296+(e>>10),56320+(e&1023))),r+=9;continue}}t+=`<EFBFBD>`}return t})}no.defaultChars=`;/?:@&=+$,#`,no.componentChars=``;var ro={};function io(e){let t=ro[e];if(t)return t;t=ro[e]=[];for(let e=0;e<128;e++){let n=String.fromCharCode(e);/^[0-9a-z]$/i.test(n)?t.push(n):t.push(`%`+(`0`+e.toString(16).toUpperCase()).slice(-2))}for(let n=0;n<e.length;n++)t[e.charCodeAt(n)]=e[n];return t}function ao(e,t,n){typeof t!=`string`&&(n=t,t=ao.defaultChars),n===void 0&&(n=!0);let r=io(t),i=``;for(let t=0,a=e.length;t<a;t++){let o=e.charCodeAt(t);if(n&&o===37&&t+2<a&&/^[0-9a-f]{2}$/i.test(e.slice(t+1,t+3))){i+=e.slice(t,t+3),t+=2;continue}if(o<128){i+=r[o];continue}if(o>=55296&&o<=57343){if(o>=55296&&o<=56319&&t+1<a){let n=e.charCodeAt(t+1);if(n>=56320&&n<=57343){i+=encodeURIComponent(e[t]+e[t+1]),t++;continue}}i+=`%EF%BF%BD`;continue}i+=encodeURIComponent(e[t])}return i}ao.defaultChars=`;/?:@&=+$,-_.!~*'()#`,ao.componentChars=`-_.!~*'()`;function oo(e){let t=``;return t+=e.protocol||``,t+=e.slashes?`//`:``,t+=e.auth?e.auth+`@`:``,e.hostname&&e.hostname.indexOf(`:`)!==-1?t+=`[`+e.hostname+`]`:t+=e.hostname||``,t+=e.port?`:`+e.port:``,t+=e.pathname||``,t+=e.search||``,t+=e.hash||``,t}function so(){this.protocol=null,this.slashes=null,this.auth=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.pathname=null}var co=/^([a-z0-9.+-]+:)/i,lo=/:[0-9]*$/,uo=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,fo=[`%`,`/`,`?`,`;`,`#`,`'`,`{`,`}`,`|`,`\\`,`^`,"`",`<`,`>`,`"`,"`",` `,`\r`,`
|
||
`,` `],po=[`/`,`?`,`#`],mo=255,ho=/^[+a-z0-9A-Z_-]{0,63}$/,go=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,_o={javascript:!0,"javascript:":!0},vo={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};function yo(e,t){if(e&&e instanceof so)return e;let n=new so;return n.parse(e,t),n}so.prototype.parse=function(e,t){let n,r,i,a=e;if(a=a.trim(),!t&&e.split(`#`).length===1){let e=uo.exec(a);if(e)return this.pathname=e[1],e[2]&&(this.search=e[2]),this}let o=co.exec(a);if(o&&(o=o[0],n=o.toLowerCase(),this.protocol=o,a=a.substr(o.length)),(t||o||a.match(/^\/\/[^@\/]+@[^@\/]+/))&&(i=a.substr(0,2)===`//`,i&&!(o&&_o[o])&&(a=a.substr(2),this.slashes=!0)),!_o[o]&&(i||o&&!vo[o])){let e=-1;for(let t=0;t<po.length;t++)r=a.indexOf(po[t]),r!==-1&&(e===-1||r<e)&&(e=r);let t,n;n=e===-1?a.lastIndexOf(`@`):a.lastIndexOf(`@`,e),n!==-1&&(t=a.slice(0,n),a=a.slice(n+1),this.auth=t),e=-1;for(let t=0;t<fo.length;t++)r=a.indexOf(fo[t]),r!==-1&&(e===-1||r<e)&&(e=r);e===-1&&(e=a.length),a[e-1]===`:`&&e--;let i=a.slice(0,e);a=a.slice(e),this.parseHost(i),this.hostname=this.hostname||``;let o=this.hostname[0]===`[`&&this.hostname[this.hostname.length-1]===`]`;if(!o){let e=this.hostname.split(/\./);for(let t=0,n=e.length;t<n;t++){let n=e[t];if(n&&!n.match(ho)){let r=``;for(let e=0,t=n.length;e<t;e++)n.charCodeAt(e)>127?r+=`x`:r+=n[e];if(!r.match(ho)){let r=e.slice(0,t),i=e.slice(t+1),o=n.match(go);o&&(r.push(o[1]),i.unshift(o[2])),i.length&&(a=i.join(`.`)+a),this.hostname=r.join(`.`);break}}}}this.hostname.length>mo&&(this.hostname=``),o&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}let s=a.indexOf(`#`);s!==-1&&(this.hash=a.substr(s),a=a.slice(0,s));let c=a.indexOf(`?`);return c!==-1&&(this.search=a.substr(c),a=a.slice(0,c)),a&&(this.pathname=a),vo[n]&&this.hostname&&!this.pathname&&(this.pathname=``),this},so.prototype.parseHost=function(e){let t=lo.exec(e);t&&(t=t[0],t!==`:`&&(this.port=t.substr(1)),e=e.substr(0,e.length-t.length)),e&&(this.hostname=e)};var bo=e({decode:()=>no,encode:()=>ao,format:()=>oo,parse:()=>yo}),xo=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,So=/[\0-\x1F\x7F-\x9F]/,Co=/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u0890\u0891\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD80D[\uDC30-\uDC3F]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/,wo=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061D-\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1B7D\u1B7E\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4F\u2E52-\u2E5D\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDEAD\uDF55-\uDF59\uDF86-\uDF89]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5A\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDEB9\uDF3C-\uDF3E]|\uD806[\uDC3B\uDD44-\uDD46\uDDE2\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2\uDF00-\uDF09]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8\uDF43-\uDF4F\uDFFF]|\uD809[\uDC70-\uDC74]|\uD80B[\uDFF1\uDFF2]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A\uDFE2]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/,To=/[\$\+<->\^`\|~\xA2-\xA6\xA8\xA9\xAC\xAE-\xB1\xB4\xB8\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0384\u0385\u03F6\u0482\u058D-\u058F\u0606-\u0608\u060B\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u07FE\u07FF\u0888\u09F2\u09F3\u09FA\u09FB\u0AF1\u0B70\u0BF3-\u0BFA\u0C7F\u0D4F\u0D79\u0E3F\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u166D\u17DB\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2044\u2052\u207A-\u207C\u208A-\u208C\u20A0-\u20C0\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2307\u230C-\u2328\u232B-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u2767\u2794-\u27C4\u27C7-\u27E5\u27F0-\u2982\u2999-\u29D7\u29DC-\u29FB\u29FE-\u2B73\u2B76-\u2B95\u2B97-\u2BFF\u2CE5-\u2CEA\u2E50\u2E51\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFF\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u309B\u309C\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u31EF\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uAA77-\uAA79\uAB5B\uAB6A\uAB6B\uFB29\uFBB2-\uFBC2\uFD40-\uFD4F\uFDCF\uFDFC-\uFDFF\uFE62\uFE64-\uFE66\uFE69\uFF04\uFF0B\uFF1C-\uFF1E\uFF3E\uFF40\uFF5C\uFF5E\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD]|\uD800[\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC]|\uD802[\uDC77\uDC78\uDEC8]|\uD805\uDF3F|\uD807[\uDFD5-\uDFF1]|\uD81A[\uDF3C-\uDF3F\uDF45]|\uD82F\uDC9C|\uD833[\uDF50-\uDFC3]|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDEA\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85\uDE86]|\uD838[\uDD4F\uDEFF]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED7\uDEDC-\uDEEC\uDEF0-\uDEFC\uDF00-\uDF76\uDF7B-\uDFD9\uDFE0-\uDFEB\uDFF0]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0\uDCB1\uDD00-\uDE53\uDE60-\uDE6D\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC5\uDECE-\uDEDB\uDEE0-\uDEE8\uDEF0-\uDEF8\uDF00-\uDF92\uDF94-\uDFCA]/,Eo=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/,Do=e({Any:()=>xo,Cc:()=>So,Cf:()=>Co,P:()=>wo,S:()=>To,Z:()=>Eo}),Oo=new Uint16Array(`ᵁ<Õıʊҝջאٵ۞ޢߖࠏઑඡ༉༦ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲϏϢϸontourIntegraìȹoɴ\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲy;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱còJTabcdfgorstרׯؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ߂ߐĀiyޱrc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣসে্ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४ĀnrࢃgleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpwਖਛgȀLRlr৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼અઋp;椅y;䐜Ādl੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑඞcy;䐊cute;䅃ƀaeyહાron;䅇dil;䅅;䐝ƀgswે૰ativeƀMTV૨ediumSpace;怋hiĀcn૦ëeryThiîtedĀGLଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷreak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪௫ఄ಄ದൡඅ櫬Āoungruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater;EFGLSTஶஷ扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨setĀ;Eೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂෛ෧ขภยา฿ไlig;䅒cute耻Ó䃓Āiyීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲcr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬืde耻Õ䃕es;樷ml耻Ö䃖erĀBP๋Āar๐๓r;怾acĀek๚;揞et;掴arenthesis;揜ҀacfhilorsງຊຏຒດຝະrtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ檻cedesȀ;EST່້扺qual;檯lantEqual;扼ilde;找me;怳Ādpuct;戏ortionĀ;aȥl;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL憒ar;懥eftArrow;懄eiling;按oǵ\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄቕቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHcቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗ĀeiቻDzኀ\0ኇefore;戴a;䎘ĀcnኘkSpace;쀀 Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtèa;䎖r;愨pf;愤cr;쀀𝒵ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒;Eaeiopᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;eᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;eᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰᝃᝈ០៦ᠹᡐᜍ᥈ᥰot;櫭ĀcrᛶkȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;tbrk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯᝳ;䎲;愶een;扬r;쀀𝔟gcostuvwឍឝឳេ៕៛ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀakoᠦᠵĀcn៲ᠣkƀlst֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ;敛;敘;攘;攔;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģbar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;elƀ;bhᥨᥩᥫ䁜;槅sub;柈ŬᥴlĀ;e怢t»pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭒\0᯽\0ᰌƀcprᦲute;䄇̀;abcdsᦿᧀᧄ᧕᧙戩nd;橄rcup;橉Āau᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r;Ecefms᩠ᩢᩫ᪤᪪旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ\0\0aĀ;t䀬;䁀ƀ;fl戁îᅠeĀmxent»eóɍǧ\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯delprvw᭠᭬᭷ᮂᮬᯔarrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;pᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰻᰿ᱝᱩᱵᲞᲬᲷᴍᵻᶑᶫᶻ᷆᷍ròar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂᳖᳜᳠mƀ;oș᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄĀDoḆᴴoôĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»ṺƀaeiἒἚls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧\0耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₥₰₴⃰℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽ƀ;qsؾٌlanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqrⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0proør;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼ròòΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonóquigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roøurĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻\xA0ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨íistĀ;sடr;쀀𝔫ȀEest⩦⩹⩼ƀ;qs⩭ƀ;qs⩴lanôií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast⭕⭚⭟lleìl;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖchimpqu⮽⯍⯙⬄⯤⯯Ȁ;cerല⯆ഷ⯉uå;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭ååഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñĀ;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;cⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācrir;榿;쀀𝔬ͯ\0\0\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕⶥⶨrò᪀Āirⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔǒr;榷rp;榹;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ\0\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ脀¶;l䂶leìЃɩ\0\0m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳ᤈ⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t⾴ïrel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⋢⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔ABHabcdefhilmnoprstuxけさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstwガクシスゼゾダッデナp;極Ā;fゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ìâヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘rrowĀ;tㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowóarpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓ròaòՑ;怏oustĀ;a㈞掱che»mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì耻䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;qኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫwar;椪lig耻ß䃟㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rëƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproøim»ኬsðኞĀas㚺㚮ðrn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈadempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xôheadĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roðtré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜtré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌`.split(``).map(e=>e.charCodeAt(0))),ko=new Uint16Array(`Ȁaglq \x1Bɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢`.split(``).map(e=>e.charCodeAt(0))),Ao=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),jo=String.fromCodePoint??function(e){let t=``;return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|e&1023),t+=String.fromCharCode(e),t};function Mo(e){return e>=55296&&e<=57343||e>1114111?65533:Ao.get(e)??e}var No;(function(e){e[e.NUM=35]=`NUM`,e[e.SEMI=59]=`SEMI`,e[e.EQUALS=61]=`EQUALS`,e[e.ZERO=48]=`ZERO`,e[e.NINE=57]=`NINE`,e[e.LOWER_A=97]=`LOWER_A`,e[e.LOWER_F=102]=`LOWER_F`,e[e.LOWER_X=120]=`LOWER_X`,e[e.LOWER_Z=122]=`LOWER_Z`,e[e.UPPER_A=65]=`UPPER_A`,e[e.UPPER_F=70]=`UPPER_F`,e[e.UPPER_Z=90]=`UPPER_Z`})(No||={});var Po=32,Fo;(function(e){e[e.VALUE_LENGTH=49152]=`VALUE_LENGTH`,e[e.BRANCH_LENGTH=16256]=`BRANCH_LENGTH`,e[e.JUMP_TABLE=127]=`JUMP_TABLE`})(Fo||={});function Io(e){return e>=No.ZERO&&e<=No.NINE}function Lo(e){return e>=No.UPPER_A&&e<=No.UPPER_F||e>=No.LOWER_A&&e<=No.LOWER_F}function Ro(e){return e>=No.UPPER_A&&e<=No.UPPER_Z||e>=No.LOWER_A&&e<=No.LOWER_Z||Io(e)}function zo(e){return e===No.EQUALS||Ro(e)}var Bo;(function(e){e[e.EntityStart=0]=`EntityStart`,e[e.NumericStart=1]=`NumericStart`,e[e.NumericDecimal=2]=`NumericDecimal`,e[e.NumericHex=3]=`NumericHex`,e[e.NamedEntity=4]=`NamedEntity`})(Bo||={});var Vo;(function(e){e[e.Legacy=0]=`Legacy`,e[e.Strict=1]=`Strict`,e[e.Attribute=2]=`Attribute`})(Vo||={});var Ho=class{constructor(e,t,n){this.decodeTree=e,this.emitCodePoint=t,this.errors=n,this.state=Bo.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=Vo.Strict}startEntity(e){this.decodeMode=e,this.state=Bo.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(e,t){switch(this.state){case Bo.EntityStart:return e.charCodeAt(t)===No.NUM?(this.state=Bo.NumericStart,this.consumed+=1,this.stateNumericStart(e,t+1)):(this.state=Bo.NamedEntity,this.stateNamedEntity(e,t));case Bo.NumericStart:return this.stateNumericStart(e,t);case Bo.NumericDecimal:return this.stateNumericDecimal(e,t);case Bo.NumericHex:return this.stateNumericHex(e,t);case Bo.NamedEntity:return this.stateNamedEntity(e,t)}}stateNumericStart(e,t){return t>=e.length?-1:(e.charCodeAt(t)|Po)===No.LOWER_X?(this.state=Bo.NumericHex,this.consumed+=1,this.stateNumericHex(e,t+1)):(this.state=Bo.NumericDecimal,this.stateNumericDecimal(e,t))}addToNumericResult(e,t,n,r){if(t!==n){let i=n-t;this.result=this.result*r**+i+parseInt(e.substr(t,i),r),this.consumed+=i}}stateNumericHex(e,t){let n=t;for(;t<e.length;){let r=e.charCodeAt(t);if(Io(r)||Lo(r))t+=1;else return this.addToNumericResult(e,n,t,16),this.emitNumericEntity(r,3)}return this.addToNumericResult(e,n,t,16),-1}stateNumericDecimal(e,t){let n=t;for(;t<e.length;){let r=e.charCodeAt(t);if(Io(r))t+=1;else return this.addToNumericResult(e,n,t,10),this.emitNumericEntity(r,2)}return this.addToNumericResult(e,n,t,10),-1}emitNumericEntity(e,t){var n;if(this.consumed<=t)return(n=this.errors)==null||n.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(e===No.SEMI)this.consumed+=1;else if(this.decodeMode===Vo.Strict)return 0;return this.emitCodePoint(Mo(this.result),this.consumed),this.errors&&(e!==No.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(e,t){let{decodeTree:n}=this,r=n[this.treeIndex],i=(r&Fo.VALUE_LENGTH)>>14;for(;t<e.length;t++,this.excess++){let a=e.charCodeAt(t);if(this.treeIndex=Wo(n,r,this.treeIndex+Math.max(1,i),a),this.treeIndex<0)return this.result===0||this.decodeMode===Vo.Attribute&&(i===0||zo(a))?0:this.emitNotTerminatedNamedEntity();if(r=n[this.treeIndex],i=(r&Fo.VALUE_LENGTH)>>14,i!==0){if(a===No.SEMI)return this.emitNamedEntityData(this.treeIndex,i,this.consumed+this.excess);this.decodeMode!==Vo.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var e;let{result:t,decodeTree:n}=this,r=(n[t]&Fo.VALUE_LENGTH)>>14;return this.emitNamedEntityData(t,r,this.consumed),(e=this.errors)==null||e.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(e,t,n){let{decodeTree:r}=this;return this.emitCodePoint(t===1?r[e]&~Fo.VALUE_LENGTH:r[e+1],n),t===3&&this.emitCodePoint(r[e+2],n),n}end(){var e;switch(this.state){case Bo.NamedEntity:return this.result!==0&&(this.decodeMode!==Vo.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case Bo.NumericDecimal:return this.emitNumericEntity(0,2);case Bo.NumericHex:return this.emitNumericEntity(0,3);case Bo.NumericStart:return(e=this.errors)==null||e.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case Bo.EntityStart:return 0}}};function Uo(e){let t=``,n=new Ho(e,e=>t+=jo(e));return function(e,r){let i=0,a=0;for(;(a=e.indexOf(`&`,a))>=0;){t+=e.slice(i,a),n.startEntity(r);let o=n.write(e,a+1);if(o<0){i=a+n.end();break}i=a+o,a=o===0?i+1:i}let o=t+e.slice(i);return t=``,o}}function Wo(e,t,n,r){let i=(t&Fo.BRANCH_LENGTH)>>7,a=t&Fo.JUMP_TABLE;if(i===0)return a!==0&&r===a?n:-1;if(a){let t=r-a;return t<0||t>=i?-1:e[n+t]-1}let o=n,s=o+i-1;for(;o<=s;){let t=o+s>>>1,n=e[t];if(n<r)o=t+1;else if(n>r)s=t-1;else return e[t+i]}return-1}var Go=Uo(Oo);Uo(ko);function Ko(e,t=Vo.Legacy){return Go(e,t)}var qo=e({arrayReplaceAt:()=>$o,assign:()=>Qo,escapeHtml:()=>fs,escapeRE:()=>ms,fromCodePoint:()=>ts,has:()=>Zo,isMdAsciiPunct:()=>_s,isPunctChar:()=>gs,isSpace:()=>X,isString:()=>Yo,isValidEntityCode:()=>es,isWhiteSpace:()=>hs,lib:()=>ys,normalizeReference:()=>vs,unescapeAll:()=>ss,unescapeMd:()=>os});function Jo(e){return Object.prototype.toString.call(e)}function Yo(e){return Jo(e)===`[object String]`}var Xo=Object.prototype.hasOwnProperty;function Zo(e,t){return Xo.call(e,t)}function Qo(e){return Array.prototype.slice.call(arguments,1).forEach(function(t){if(t){if(typeof t!=`object`)throw TypeError(t+`must be object`);Object.keys(t).forEach(function(n){e[n]=t[n]})}}),e}function $o(e,t,n){return[].concat(e.slice(0,t),n,e.slice(t+1))}function es(e){return!(e>=55296&&e<=57343||e>=64976&&e<=65007||(e&65535)==65535||(e&65535)==65534||e>=0&&e<=8||e===11||e>=14&&e<=31||e>=127&&e<=159||e>1114111)}function ts(e){if(e>65535){e-=65536;let t=55296+(e>>10),n=56320+(e&1023);return String.fromCharCode(t,n)}return String.fromCharCode(e)}var ns=/\\([!"#$%&'()*+,\-./:;<=>?@[\\\]^_`{|}~])/g,rs=RegExp(ns.source+`|&([a-z#][a-z0-9]{1,31});`,`gi`),is=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))$/i;function as(e,t){if(t.charCodeAt(0)===35&&is.test(t)){let n=t[1].toLowerCase()===`x`?parseInt(t.slice(2),16):parseInt(t.slice(1),10);return es(n)?ts(n):e}let n=Ko(e);return n===e?e:n}function os(e){return e.indexOf(`\\`)<0?e:e.replace(ns,`$1`)}function ss(e){return e.indexOf(`\\`)<0&&e.indexOf(`&`)<0?e:e.replace(rs,function(e,t,n){return t||as(e,n)})}var cs=/[&<>"]/,ls=/[&<>"]/g,us={"&":`&`,"<":`<`,">":`>`,'"':`"`};function ds(e){return us[e]}function fs(e){return cs.test(e)?e.replace(ls,ds):e}var ps=/[.?*+^$[\]\\(){}|-]/g;function ms(e){return e.replace(ps,`\\$&`)}function X(e){switch(e){case 9:case 32:return!0}return!1}function hs(e){if(e>=8192&&e<=8202)return!0;switch(e){case 9:case 10:case 11:case 12:case 13:case 32:case 160:case 5760:case 8239:case 8287:case 12288:return!0}return!1}function gs(e){return wo.test(e)||To.test(e)}function _s(e){switch(e){case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 124:case 125:case 126:return!0;default:return!1}}function vs(e){return e=e.trim().replace(/\s+/g,` `),e.toLowerCase().toUpperCase()}var ys={mdurl:bo,ucmicro:Do};function bs(e,t,n){let r,i,a,o,s=e.posMax,c=e.pos;for(e.pos=t+1,r=1;e.pos<s;){if(a=e.src.charCodeAt(e.pos),a===93&&(r--,r===0)){i=!0;break}if(o=e.pos,e.md.inline.skipToken(e),a===91){if(o===e.pos-1)r++;else if(n)return e.pos=c,-1}}let l=-1;return i&&(l=e.pos),e.pos=c,l}function xs(e,t,n){let r,i=t,a={ok:!1,pos:0,str:``};if(e.charCodeAt(i)===60){for(i++;i<n;){if(r=e.charCodeAt(i),r===10||r===60)return a;if(r===62)return a.pos=i+1,a.str=ss(e.slice(t+1,i)),a.ok=!0,a;if(r===92&&i+1<n){i+=2;continue}i++}return a}let o=0;for(;i<n&&(r=e.charCodeAt(i),!(r===32||r<32||r===127));){if(r===92&&i+1<n){if(e.charCodeAt(i+1)===32)break;i+=2;continue}if(r===40&&(o++,o>32))return a;if(r===41){if(o===0)break;o--}i++}return t===i||o!==0?a:(a.str=ss(e.slice(t,i)),a.pos=i,a.ok=!0,a)}function Ss(e,t,n,r){let i,a=t,o={ok:!1,can_continue:!1,pos:0,str:``,marker:0};if(r)o.str=r.str,o.marker=r.marker;else{if(a>=n)return o;let r=e.charCodeAt(a);if(r!==34&&r!==39&&r!==40)return o;t++,a++,r===40&&(r=41),o.marker=r}for(;a<n;){if(i=e.charCodeAt(a),i===o.marker)return o.pos=a+1,o.str+=ss(e.slice(t,a)),o.ok=!0,o;if(i===40&&o.marker===41)return o;i===92&&a+1<n&&a++,a++}return o.can_continue=!0,o.str+=ss(e.slice(t,a)),o}var Cs=e({parseLinkDestination:()=>xs,parseLinkLabel:()=>bs,parseLinkTitle:()=>Ss}),ws={};ws.code_inline=function(e,t,n,r,i){let a=e[t];return`<code`+i.renderAttrs(a)+`>`+fs(a.content)+`</code>`},ws.code_block=function(e,t,n,r,i){let a=e[t];return`<pre`+i.renderAttrs(a)+`><code>`+fs(e[t].content)+`</code></pre>
|
||
`},ws.fence=function(e,t,n,r,i){let a=e[t],o=a.info?ss(a.info).trim():``,s=``,c=``;if(o){let e=o.split(/(\s+)/g);s=e[0],c=e.slice(2).join(``)}let l;if(l=n.highlight&&n.highlight(a.content,s,c)||fs(a.content),l.indexOf(`<pre`)===0)return l+`
|
||
`;if(o){let e=a.attrIndex(`class`),t=a.attrs?a.attrs.slice():[];e<0?t.push([`class`,n.langPrefix+s]):(t[e]=t[e].slice(),t[e][1]+=` `+n.langPrefix+s);let r={attrs:t};return`<pre><code${i.renderAttrs(r)}>${l}</code></pre>\n`}return`<pre><code${i.renderAttrs(a)}>${l}</code></pre>\n`},ws.image=function(e,t,n,r,i){let a=e[t];return a.attrs[a.attrIndex(`alt`)][1]=i.renderInlineAsText(a.children,n,r),i.renderToken(e,t,n)},ws.hardbreak=function(e,t,n){return n.xhtmlOut?`<br />
|
||
`:`<br>
|
||
`},ws.softbreak=function(e,t,n){return n.breaks?n.xhtmlOut?`<br />
|
||
`:`<br>
|
||
`:`
|
||
`},ws.text=function(e,t){return fs(e[t].content)},ws.html_block=function(e,t){return e[t].content},ws.html_inline=function(e,t){return e[t].content};function Ts(){this.rules=Qo({},ws)}Ts.prototype.renderAttrs=function(e){let t,n,r;if(!e.attrs)return``;for(r=``,t=0,n=e.attrs.length;t<n;t++)r+=` `+fs(e.attrs[t][0])+`="`+fs(e.attrs[t][1])+`"`;return r},Ts.prototype.renderToken=function(e,t,n){let r=e[t],i=``;if(r.hidden)return``;r.block&&r.nesting!==-1&&t&&e[t-1].hidden&&(i+=`
|
||
`),i+=(r.nesting===-1?`</`:`<`)+r.tag,i+=this.renderAttrs(r),r.nesting===0&&n.xhtmlOut&&(i+=` /`);let a=!1;if(r.block&&(a=!0,r.nesting===1&&t+1<e.length)){let n=e[t+1];(n.type===`inline`||n.hidden||n.nesting===-1&&n.tag===r.tag)&&(a=!1)}return i+=a?`>
|
||
`:`>`,i},Ts.prototype.renderInline=function(e,t,n){let r=``,i=this.rules;for(let a=0,o=e.length;a<o;a++){let o=e[a].type;i[o]===void 0?r+=this.renderToken(e,a,t):r+=i[o](e,a,t,n,this)}return r},Ts.prototype.renderInlineAsText=function(e,t,n){let r=``;for(let i=0,a=e.length;i<a;i++)switch(e[i].type){case`text`:r+=e[i].content;break;case`image`:r+=this.renderInlineAsText(e[i].children,t,n);break;case`html_inline`:case`html_block`:r+=e[i].content;break;case`softbreak`:case`hardbreak`:r+=`
|
||
`;break;default:}return r},Ts.prototype.render=function(e,t,n){let r=``,i=this.rules;for(let a=0,o=e.length;a<o;a++){let o=e[a].type;o===`inline`?r+=this.renderInline(e[a].children,t,n):i[o]===void 0?r+=this.renderToken(e,a,t,n):r+=i[o](e,a,t,n,this)}return r};function Es(){this.__rules__=[],this.__cache__=null}Es.prototype.__find__=function(e){for(let t=0;t<this.__rules__.length;t++)if(this.__rules__[t].name===e)return t;return-1},Es.prototype.__compile__=function(){let e=this,t=[``];e.__rules__.forEach(function(e){e.enabled&&e.alt.forEach(function(e){t.indexOf(e)<0&&t.push(e)})}),e.__cache__={},t.forEach(function(t){e.__cache__[t]=[],e.__rules__.forEach(function(n){n.enabled&&(t&&n.alt.indexOf(t)<0||e.__cache__[t].push(n.fn))})})},Es.prototype.at=function(e,t,n){let r=this.__find__(e),i=n||{};if(r===-1)throw Error(`Parser rule not found: `+e);this.__rules__[r].fn=t,this.__rules__[r].alt=i.alt||[],this.__cache__=null},Es.prototype.before=function(e,t,n,r){let i=this.__find__(e),a=r||{};if(i===-1)throw Error(`Parser rule not found: `+e);this.__rules__.splice(i,0,{name:t,enabled:!0,fn:n,alt:a.alt||[]}),this.__cache__=null},Es.prototype.after=function(e,t,n,r){let i=this.__find__(e),a=r||{};if(i===-1)throw Error(`Parser rule not found: `+e);this.__rules__.splice(i+1,0,{name:t,enabled:!0,fn:n,alt:a.alt||[]}),this.__cache__=null},Es.prototype.push=function(e,t,n){let r=n||{};this.__rules__.push({name:e,enabled:!0,fn:t,alt:r.alt||[]}),this.__cache__=null},Es.prototype.enable=function(e,t){Array.isArray(e)||(e=[e]);let n=[];return e.forEach(function(e){let r=this.__find__(e);if(r<0){if(t)return;throw Error(`Rules manager: invalid rule name `+e)}this.__rules__[r].enabled=!0,n.push(e)},this),this.__cache__=null,n},Es.prototype.enableOnly=function(e,t){Array.isArray(e)||(e=[e]),this.__rules__.forEach(function(e){e.enabled=!1}),this.enable(e,t)},Es.prototype.disable=function(e,t){Array.isArray(e)||(e=[e]);let n=[];return e.forEach(function(e){let r=this.__find__(e);if(r<0){if(t)return;throw Error(`Rules manager: invalid rule name `+e)}this.__rules__[r].enabled=!1,n.push(e)},this),this.__cache__=null,n},Es.prototype.getRules=function(e){return this.__cache__===null&&this.__compile__(),this.__cache__[e]||[]};function Ds(e,t,n){this.type=e,this.tag=t,this.attrs=null,this.map=null,this.nesting=n,this.level=0,this.children=null,this.content=``,this.markup=``,this.info=``,this.meta=null,this.block=!1,this.hidden=!1}Ds.prototype.attrIndex=function(e){if(!this.attrs)return-1;let t=this.attrs;for(let n=0,r=t.length;n<r;n++)if(t[n][0]===e)return n;return-1},Ds.prototype.attrPush=function(e){this.attrs?this.attrs.push(e):this.attrs=[e]},Ds.prototype.attrSet=function(e,t){let n=this.attrIndex(e),r=[e,t];n<0?this.attrPush(r):this.attrs[n]=r},Ds.prototype.attrGet=function(e){let t=this.attrIndex(e),n=null;return t>=0&&(n=this.attrs[t][1]),n},Ds.prototype.attrJoin=function(e,t){let n=this.attrIndex(e);n<0?this.attrPush([e,t]):this.attrs[n][1]=this.attrs[n][1]+` `+t};function Os(e,t,n){this.src=e,this.env=n,this.tokens=[],this.inlineMode=!1,this.md=t}Os.prototype.Token=Ds;var ks=/\r\n?|\n/g,As=/\0/g;function js(e){let t;t=e.src.replace(ks,`
|
||
`),t=t.replace(As,`<EFBFBD>`),e.src=t}function Ms(e){let t;e.inlineMode?(t=new e.Token(`inline`,``,0),t.content=e.src,t.map=[0,1],t.children=[],e.tokens.push(t)):e.md.block.parse(e.src,e.md,e.env,e.tokens)}function Ns(e){let t=e.tokens;for(let n=0,r=t.length;n<r;n++){let r=t[n];r.type===`inline`&&e.md.inline.parse(r.content,e.md,e.env,r.children)}}function Ps(e){return/^<a[>\s]/i.test(e)}function Fs(e){return/^<\/a\s*>/i.test(e)}function Is(e){let t=e.tokens;if(e.md.options.linkify)for(let n=0,r=t.length;n<r;n++){if(t[n].type!==`inline`||!e.md.linkify.pretest(t[n].content))continue;let r=t[n].children,i=0;for(let a=r.length-1;a>=0;a--){let o=r[a];if(o.type===`link_close`){for(a--;r[a].level!==o.level&&r[a].type!==`link_open`;)a--;continue}if(o.type===`html_inline`&&(Ps(o.content)&&i>0&&i--,Fs(o.content)&&i++),!(i>0)&&o.type===`text`&&e.md.linkify.test(o.content)){let i=o.content,s=e.md.linkify.match(i),c=[],l=o.level,u=0;s.length>0&&s[0].index===0&&a>0&&r[a-1].type===`text_special`&&(s=s.slice(1));for(let t=0;t<s.length;t++){let n=s[t].url,r=e.md.normalizeLink(n);if(!e.md.validateLink(r))continue;let a=s[t].text;a=s[t].schema?s[t].schema===`mailto:`&&!/^mailto:/i.test(a)?e.md.normalizeLinkText(`mailto:`+a).replace(/^mailto:/,``):e.md.normalizeLinkText(a):e.md.normalizeLinkText(`http://`+a).replace(/^http:\/\//,``);let o=s[t].index;if(o>u){let t=new e.Token(`text`,``,0);t.content=i.slice(u,o),t.level=l,c.push(t)}let d=new e.Token(`link_open`,`a`,1);d.attrs=[[`href`,r]],d.level=l++,d.markup=`linkify`,d.info=`auto`,c.push(d);let f=new e.Token(`text`,``,0);f.content=a,f.level=l,c.push(f);let p=new e.Token(`link_close`,`a`,-1);p.level=--l,p.markup=`linkify`,p.info=`auto`,c.push(p),u=s[t].lastIndex}if(u<i.length){let t=new e.Token(`text`,``,0);t.content=i.slice(u),t.level=l,c.push(t)}t[n].children=r=$o(r,a,c)}}}}var Ls=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,Rs=/\((c|tm|r)\)/i,zs=/\((c|tm|r)\)/gi,Bs={c:`©`,r:`®`,tm:`™`};function Vs(e,t){return Bs[t.toLowerCase()]}function Hs(e){let t=0;for(let n=e.length-1;n>=0;n--){let r=e[n];r.type===`text`&&!t&&(r.content=r.content.replace(zs,Vs)),r.type===`link_open`&&r.info===`auto`&&t--,r.type===`link_close`&&r.info===`auto`&&t++}}function Us(e){let t=0;for(let n=e.length-1;n>=0;n--){let r=e[n];r.type===`text`&&!t&&Ls.test(r.content)&&(r.content=r.content.replace(/\+-/g,`±`).replace(/\.{2,}/g,`…`).replace(/([?!])…/g,`$1..`).replace(/([?!]){4,}/g,`$1$1$1`).replace(/,{2,}/g,`,`).replace(/(^|[^-])---(?=[^-]|$)/gm,`$1—`).replace(/(^|\s)--(?=\s|$)/gm,`$1–`).replace(/(^|[^-\s])--(?=[^-\s]|$)/gm,`$1–`)),r.type===`link_open`&&r.info===`auto`&&t--,r.type===`link_close`&&r.info===`auto`&&t++}}function Ws(e){let t;if(e.md.options.typographer)for(t=e.tokens.length-1;t>=0;t--)e.tokens[t].type===`inline`&&(Rs.test(e.tokens[t].content)&&Hs(e.tokens[t].children),Ls.test(e.tokens[t].content)&&Us(e.tokens[t].children))}var Gs=/['"]/,Ks=/['"]/g,qs=`’`;function Js(e,t,n){return e.slice(0,t)+n+e.slice(t+1)}function Ys(e,t){let n,r=[];for(let i=0;i<e.length;i++){let a=e[i],o=e[i].level;for(n=r.length-1;n>=0&&!(r[n].level<=o);n--);if(r.length=n+1,a.type!==`text`)continue;let s=a.content,c=0,l=s.length;OUTER:for(;c<l;){Ks.lastIndex=c;let u=Ks.exec(s);if(!u)break;let d=!0,f=!0;c=u.index+1;let p=u[0]===`'`,m=32;if(u.index-1>=0)m=s.charCodeAt(u.index-1);else for(n=i-1;n>=0&&!(e[n].type===`softbreak`||e[n].type===`hardbreak`);n--)if(e[n].content){m=e[n].content.charCodeAt(e[n].content.length-1);break}let h=32;if(c<l)h=s.charCodeAt(c);else for(n=i+1;n<e.length&&!(e[n].type===`softbreak`||e[n].type===`hardbreak`);n++)if(e[n].content){h=e[n].content.charCodeAt(0);break}let g=_s(m)||gs(String.fromCharCode(m)),_=_s(h)||gs(String.fromCharCode(h)),v=hs(m),y=hs(h);if(y?d=!1:_&&(v||g||(d=!1)),v?f=!1:g&&(y||_||(f=!1)),h===34&&u[0]===`"`&&m>=48&&m<=57&&(f=d=!1),d&&f&&(d=g,f=_),!d&&!f){p&&(a.content=Js(a.content,u.index,qs));continue}if(f)for(n=r.length-1;n>=0;n--){let d=r[n];if(r[n].level<o)break;if(d.single===p&&r[n].level===o){d=r[n];let o,f;p?(o=t.md.options.quotes[2],f=t.md.options.quotes[3]):(o=t.md.options.quotes[0],f=t.md.options.quotes[1]),a.content=Js(a.content,u.index,f),e[d.token].content=Js(e[d.token].content,d.pos,o),c+=f.length-1,d.token===i&&(c+=o.length-1),s=a.content,l=s.length,r.length=n;continue OUTER}}d?r.push({token:i,pos:u.index,single:p,level:o}):f&&p&&(a.content=Js(a.content,u.index,qs))}}}function Xs(e){if(e.md.options.typographer)for(let t=e.tokens.length-1;t>=0;t--)e.tokens[t].type!==`inline`||!Gs.test(e.tokens[t].content)||Ys(e.tokens[t].children,e)}function Zs(e){let t,n,r=e.tokens,i=r.length;for(let e=0;e<i;e++){if(r[e].type!==`inline`)continue;let i=r[e].children,a=i.length;for(t=0;t<a;t++)i[t].type===`text_special`&&(i[t].type=`text`);for(t=n=0;t<a;t++)i[t].type===`text`&&t+1<a&&i[t+1].type===`text`?i[t+1].content=i[t].content+i[t+1].content:(t!==n&&(i[n]=i[t]),n++);t!==n&&(i.length=n)}}var Qs=[[`normalize`,js],[`block`,Ms],[`inline`,Ns],[`linkify`,Is],[`replacements`,Ws],[`smartquotes`,Xs],[`text_join`,Zs]];function $s(){this.ruler=new Es;for(let e=0;e<Qs.length;e++)this.ruler.push(Qs[e][0],Qs[e][1])}$s.prototype.process=function(e){let t=this.ruler.getRules(``);for(let n=0,r=t.length;n<r;n++)t[n](e)},$s.prototype.State=Os;function ec(e,t,n,r){this.src=e,this.md=t,this.env=n,this.tokens=r,this.bMarks=[],this.eMarks=[],this.tShift=[],this.sCount=[],this.bsCount=[],this.blkIndent=0,this.line=0,this.lineMax=0,this.tight=!1,this.ddIndent=-1,this.listIndent=-1,this.parentType=`root`,this.level=0;let i=this.src;for(let e=0,t=0,n=0,r=0,a=i.length,o=!1;t<a;t++){let s=i.charCodeAt(t);if(!o)if(X(s)){n++,s===9?r+=4-r%4:r++;continue}else o=!0;(s===10||t===a-1)&&(s!==10&&t++,this.bMarks.push(e),this.eMarks.push(t),this.tShift.push(n),this.sCount.push(r),this.bsCount.push(0),o=!1,n=0,r=0,e=t+1)}this.bMarks.push(i.length),this.eMarks.push(i.length),this.tShift.push(0),this.sCount.push(0),this.bsCount.push(0),this.lineMax=this.bMarks.length-1}ec.prototype.push=function(e,t,n){let r=new Ds(e,t,n);return r.block=!0,n<0&&this.level--,r.level=this.level,n>0&&this.level++,this.tokens.push(r),r},ec.prototype.isEmpty=function(e){return this.bMarks[e]+this.tShift[e]>=this.eMarks[e]},ec.prototype.skipEmptyLines=function(e){for(let t=this.lineMax;e<t&&!(this.bMarks[e]+this.tShift[e]<this.eMarks[e]);e++);return e},ec.prototype.skipSpaces=function(e){for(let t=this.src.length;e<t&&X(this.src.charCodeAt(e));e++);return e},ec.prototype.skipSpacesBack=function(e,t){if(e<=t)return e;for(;e>t;)if(!X(this.src.charCodeAt(--e)))return e+1;return e},ec.prototype.skipChars=function(e,t){for(let n=this.src.length;e<n&&this.src.charCodeAt(e)===t;e++);return e},ec.prototype.skipCharsBack=function(e,t,n){if(e<=n)return e;for(;e>n;)if(t!==this.src.charCodeAt(--e))return e+1;return e},ec.prototype.getLines=function(e,t,n,r){if(e>=t)return``;let i=Array(t-e);for(let a=0,o=e;o<t;o++,a++){let e=0,s=this.bMarks[o],c=s,l;for(l=o+1<t||r?this.eMarks[o]+1:this.eMarks[o];c<l&&e<n;){let t=this.src.charCodeAt(c);if(X(t))t===9?e+=4-(e+this.bsCount[o])%4:e++;else if(c-s<this.tShift[o])e++;else break;c++}e>n?i[a]=Array(e-n+1).join(` `)+this.src.slice(c,l):i[a]=this.src.slice(c,l)}return i.join(``)},ec.prototype.Token=Ds;var tc=65536;function nc(e,t){let n=e.bMarks[t]+e.tShift[t],r=e.eMarks[t];return e.src.slice(n,r)}function rc(e){let t=[],n=e.length,r=0,i=e.charCodeAt(r),a=!1,o=0,s=``;for(;r<n;)i===124&&(a?(s+=e.substring(o,r-1),o=r):(t.push(s+e.substring(o,r)),s=``,o=r+1)),a=i===92,r++,i=e.charCodeAt(r);return t.push(s+e.substring(o)),t}function ic(e,t,n,r){if(t+2>n)return!1;let i=t+1;if(e.sCount[i]<e.blkIndent||e.sCount[i]-e.blkIndent>=4)return!1;let a=e.bMarks[i]+e.tShift[i];if(a>=e.eMarks[i])return!1;let o=e.src.charCodeAt(a++);if(o!==124&&o!==45&&o!==58||a>=e.eMarks[i])return!1;let s=e.src.charCodeAt(a++);if(s!==124&&s!==45&&s!==58&&!X(s)||o===45&&X(s))return!1;for(;a<e.eMarks[i];){let t=e.src.charCodeAt(a);if(t!==124&&t!==45&&t!==58&&!X(t))return!1;a++}let c=nc(e,t+1),l=c.split(`|`),u=[];for(let e=0;e<l.length;e++){let t=l[e].trim();if(!t){if(e===0||e===l.length-1)continue;return!1}if(!/^:?-+:?$/.test(t))return!1;t.charCodeAt(t.length-1)===58?u.push(t.charCodeAt(0)===58?`center`:`right`):t.charCodeAt(0)===58?u.push(`left`):u.push(``)}if(c=nc(e,t).trim(),c.indexOf(`|`)===-1||e.sCount[t]-e.blkIndent>=4)return!1;l=rc(c),l.length&&l[0]===``&&l.shift(),l.length&&l[l.length-1]===``&&l.pop();let d=l.length;if(d===0||d!==u.length)return!1;if(r)return!0;let f=e.parentType;e.parentType=`table`;let p=e.md.block.ruler.getRules(`blockquote`),m=e.push(`table_open`,`table`,1),h=[t,0];m.map=h;let g=e.push(`thead_open`,`thead`,1);g.map=[t,t+1];let _=e.push(`tr_open`,`tr`,1);_.map=[t,t+1];for(let t=0;t<l.length;t++){let n=e.push(`th_open`,`th`,1);u[t]&&(n.attrs=[[`style`,`text-align:`+u[t]]]);let r=e.push(`inline`,``,0);r.content=l[t].trim(),r.children=[],e.push(`th_close`,`th`,-1)}e.push(`tr_close`,`tr`,-1),e.push(`thead_close`,`thead`,-1);let v,y=0;for(i=t+2;i<n&&!(e.sCount[i]<e.blkIndent);i++){let r=!1;for(let t=0,a=p.length;t<a;t++)if(p[t](e,i,n,!0)){r=!0;break}if(r||(c=nc(e,i).trim(),!c)||e.sCount[i]-e.blkIndent>=4||(l=rc(c),l.length&&l[0]===``&&l.shift(),l.length&&l[l.length-1]===``&&l.pop(),y+=d-l.length,y>tc))break;if(i===t+2){let n=e.push(`tbody_open`,`tbody`,1);n.map=v=[t+2,0]}let a=e.push(`tr_open`,`tr`,1);a.map=[i,i+1];for(let t=0;t<d;t++){let n=e.push(`td_open`,`td`,1);u[t]&&(n.attrs=[[`style`,`text-align:`+u[t]]]);let r=e.push(`inline`,``,0);r.content=l[t]?l[t].trim():``,r.children=[],e.push(`td_close`,`td`,-1)}e.push(`tr_close`,`tr`,-1)}return v&&(e.push(`tbody_close`,`tbody`,-1),v[1]=i),e.push(`table_close`,`table`,-1),h[1]=i,e.parentType=f,e.line=i,!0}function ac(e,t,n){if(e.sCount[t]-e.blkIndent<4)return!1;let r=t+1,i=r;for(;r<n;){if(e.isEmpty(r)){r++;continue}if(e.sCount[r]-e.blkIndent>=4){r++,i=r;continue}break}e.line=i;let a=e.push(`code_block`,`code`,0);return a.content=e.getLines(t,i,4+e.blkIndent,!1)+`
|
||
`,a.map=[t,e.line],!0}function oc(e,t,n,r){let i=e.bMarks[t]+e.tShift[t],a=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4||i+3>a)return!1;let o=e.src.charCodeAt(i);if(o!==126&&o!==96)return!1;let s=i;i=e.skipChars(i,o);let c=i-s;if(c<3)return!1;let l=e.src.slice(s,i),u=e.src.slice(i,a);if(o===96&&u.indexOf(String.fromCharCode(o))>=0)return!1;if(r)return!0;let d=t,f=!1;for(;d++,!(d>=n||(i=s=e.bMarks[d]+e.tShift[d],a=e.eMarks[d],i<a&&e.sCount[d]<e.blkIndent));)if(e.src.charCodeAt(i)===o&&!(e.sCount[d]-e.blkIndent>=4)&&(i=e.skipChars(i,o),!(i-s<c)&&(i=e.skipSpaces(i),!(i<a)))){f=!0;break}c=e.sCount[t],e.line=d+(f?1:0);let p=e.push(`fence`,`code`,0);return p.info=u,p.content=e.getLines(t+1,d,c,!0),p.markup=l,p.map=[t,e.line],!0}function sc(e,t,n,r){let i=e.bMarks[t]+e.tShift[t],a=e.eMarks[t],o=e.lineMax;if(e.sCount[t]-e.blkIndent>=4||e.src.charCodeAt(i)!==62)return!1;if(r)return!0;let s=[],c=[],l=[],u=[],d=e.md.block.ruler.getRules(`blockquote`),f=e.parentType;e.parentType=`blockquote`;let p=!1,m;for(m=t;m<n;m++){let t=e.sCount[m]<e.blkIndent;if(i=e.bMarks[m]+e.tShift[m],a=e.eMarks[m],i>=a)break;if(e.src.charCodeAt(i++)===62&&!t){let t=e.sCount[m]+1,n,r;e.src.charCodeAt(i)===32?(i++,t++,r=!1,n=!0):e.src.charCodeAt(i)===9?(n=!0,(e.bsCount[m]+t)%4==3?(i++,t++,r=!1):r=!0):n=!1;let o=t;for(s.push(e.bMarks[m]),e.bMarks[m]=i;i<a;){let t=e.src.charCodeAt(i);if(X(t))t===9?o+=4-(o+e.bsCount[m]+(r?1:0))%4:o++;else break;i++}p=i>=a,c.push(e.bsCount[m]),e.bsCount[m]=e.sCount[m]+1+(n?1:0),l.push(e.sCount[m]),e.sCount[m]=o-t,u.push(e.tShift[m]),e.tShift[m]=i-e.bMarks[m];continue}if(p)break;let r=!1;for(let t=0,i=d.length;t<i;t++)if(d[t](e,m,n,!0)){r=!0;break}if(r){e.lineMax=m,e.blkIndent!==0&&(s.push(e.bMarks[m]),c.push(e.bsCount[m]),u.push(e.tShift[m]),l.push(e.sCount[m]),e.sCount[m]-=e.blkIndent);break}s.push(e.bMarks[m]),c.push(e.bsCount[m]),u.push(e.tShift[m]),l.push(e.sCount[m]),e.sCount[m]=-1}let h=e.blkIndent;e.blkIndent=0;let g=e.push(`blockquote_open`,`blockquote`,1);g.markup=`>`;let _=[t,0];g.map=_,e.md.block.tokenize(e,t,m);let v=e.push(`blockquote_close`,`blockquote`,-1);v.markup=`>`,e.lineMax=o,e.parentType=f,_[1]=e.line;for(let n=0;n<u.length;n++)e.bMarks[n+t]=s[n],e.tShift[n+t]=u[n],e.sCount[n+t]=l[n],e.bsCount[n+t]=c[n];return e.blkIndent=h,!0}function cc(e,t,n,r){let i=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;let a=e.bMarks[t]+e.tShift[t],o=e.src.charCodeAt(a++);if(o!==42&&o!==45&&o!==95)return!1;let s=1;for(;a<i;){let t=e.src.charCodeAt(a++);if(t!==o&&!X(t))return!1;t===o&&s++}if(s<3)return!1;if(r)return!0;e.line=t+1;let c=e.push(`hr`,`hr`,0);return c.map=[t,e.line],c.markup=Array(s+1).join(String.fromCharCode(o)),!0}function lc(e,t){let n=e.eMarks[t],r=e.bMarks[t]+e.tShift[t],i=e.src.charCodeAt(r++);return i!==42&&i!==45&&i!==43||r<n&&!X(e.src.charCodeAt(r))?-1:r}function uc(e,t){let n=e.bMarks[t]+e.tShift[t],r=e.eMarks[t],i=n;if(i+1>=r)return-1;let a=e.src.charCodeAt(i++);if(a<48||a>57)return-1;for(;;){if(i>=r)return-1;if(a=e.src.charCodeAt(i++),a>=48&&a<=57){if(i-n>=10)return-1;continue}if(a===41||a===46)break;return-1}return i<r&&(a=e.src.charCodeAt(i),!X(a))?-1:i}function dc(e,t){let n=e.level+2;for(let r=t+2,i=e.tokens.length-2;r<i;r++)e.tokens[r].level===n&&e.tokens[r].type===`paragraph_open`&&(e.tokens[r+2].hidden=!0,e.tokens[r].hidden=!0,r+=2)}function fc(e,t,n,r){let i,a,o,s,c=t,l=!0;if(e.sCount[c]-e.blkIndent>=4||e.listIndent>=0&&e.sCount[c]-e.listIndent>=4&&e.sCount[c]<e.blkIndent)return!1;let u=!1;r&&e.parentType===`paragraph`&&e.sCount[c]>=e.blkIndent&&(u=!0);let d,f,p;if((p=uc(e,c))>=0){if(d=!0,o=e.bMarks[c]+e.tShift[c],f=Number(e.src.slice(o,p-1)),u&&f!==1)return!1}else if((p=lc(e,c))>=0)d=!1;else return!1;if(u&&e.skipSpaces(p)>=e.eMarks[c])return!1;if(r)return!0;let m=e.src.charCodeAt(p-1),h=e.tokens.length;d?(s=e.push(`ordered_list_open`,`ol`,1),f!==1&&(s.attrs=[[`start`,f]])):s=e.push(`bullet_list_open`,`ul`,1);let g=[c,0];s.map=g,s.markup=String.fromCharCode(m);let _=!1,v=e.md.block.ruler.getRules(`list`),y=e.parentType;for(e.parentType=`list`;c<n;){a=p,i=e.eMarks[c];let t=e.sCount[c]+p-(e.bMarks[c]+e.tShift[c]),r=t;for(;a<i;){let t=e.src.charCodeAt(a);if(t===9)r+=4-(r+e.bsCount[c])%4;else if(t===32)r++;else break;a++}let u=a,f;f=u>=i?1:r-t,f>4&&(f=1);let h=t+f;s=e.push(`list_item_open`,`li`,1),s.markup=String.fromCharCode(m);let g=[c,0];s.map=g,d&&(s.info=e.src.slice(o,p-1));let y=e.tight,b=e.tShift[c],ee=e.sCount[c],x=e.listIndent;if(e.listIndent=e.blkIndent,e.blkIndent=h,e.tight=!0,e.tShift[c]=u-e.bMarks[c],e.sCount[c]=r,u>=i&&e.isEmpty(c+1)?e.line=Math.min(e.line+2,n):e.md.block.tokenize(e,c,n,!0),(!e.tight||_)&&(l=!1),_=e.line-c>1&&e.isEmpty(e.line-1),e.blkIndent=e.listIndent,e.listIndent=x,e.tShift[c]=b,e.sCount[c]=ee,e.tight=y,s=e.push(`list_item_close`,`li`,-1),s.markup=String.fromCharCode(m),c=e.line,g[1]=c,c>=n||e.sCount[c]<e.blkIndent||e.sCount[c]-e.blkIndent>=4)break;let te=!1;for(let t=0,r=v.length;t<r;t++)if(v[t](e,c,n,!0)){te=!0;break}if(te)break;if(d){if(p=uc(e,c),p<0)break;o=e.bMarks[c]+e.tShift[c]}else if(p=lc(e,c),p<0)break;if(m!==e.src.charCodeAt(p-1))break}return s=d?e.push(`ordered_list_close`,`ol`,-1):e.push(`bullet_list_close`,`ul`,-1),s.markup=String.fromCharCode(m),g[1]=c,e.line=c,e.parentType=y,l&&dc(e,h),!0}function pc(e,t,n,r){let i=e.bMarks[t]+e.tShift[t],a=e.eMarks[t],o=t+1;if(e.sCount[t]-e.blkIndent>=4||e.src.charCodeAt(i)!==91)return!1;function s(t){let n=e.lineMax;if(t>=n||e.isEmpty(t))return null;let r=!1;if(e.sCount[t]-e.blkIndent>3&&(r=!0),e.sCount[t]<0&&(r=!0),!r){let r=e.md.block.ruler.getRules(`reference`),i=e.parentType;e.parentType=`reference`;let a=!1;for(let i=0,o=r.length;i<o;i++)if(r[i](e,t,n,!0)){a=!0;break}if(e.parentType=i,a)return null}let i=e.bMarks[t]+e.tShift[t],a=e.eMarks[t];return e.src.slice(i,a+1)}let c=e.src.slice(i,a+1);a=c.length;let l=-1;for(i=1;i<a;i++){let e=c.charCodeAt(i);if(e===91)return!1;if(e===93){l=i;break}else if(e===10){let e=s(o);e!==null&&(c+=e,a=c.length,o++)}else if(e===92&&(i++,i<a&&c.charCodeAt(i)===10)){let e=s(o);e!==null&&(c+=e,a=c.length,o++)}}if(l<0||c.charCodeAt(l+1)!==58)return!1;for(i=l+2;i<a;i++){let e=c.charCodeAt(i);if(e===10){let e=s(o);e!==null&&(c+=e,a=c.length,o++)}else if(!X(e))break}let u=e.md.helpers.parseLinkDestination(c,i,a);if(!u.ok)return!1;let d=e.md.normalizeLink(u.str);if(!e.md.validateLink(d))return!1;i=u.pos;let f=i,p=o,m=i;for(;i<a;i++){let e=c.charCodeAt(i);if(e===10){let e=s(o);e!==null&&(c+=e,a=c.length,o++)}else if(!X(e))break}let h=e.md.helpers.parseLinkTitle(c,i,a);for(;h.can_continue;){let t=s(o);if(t===null)break;c+=t,i=a,a=c.length,o++,h=e.md.helpers.parseLinkTitle(c,i,a,h)}let g;for(i<a&&m!==i&&h.ok?(g=h.str,i=h.pos):(g=``,i=f,o=p);i<a&&X(c.charCodeAt(i));)i++;if(i<a&&c.charCodeAt(i)!==10&&g)for(g=``,i=f,o=p;i<a&&X(c.charCodeAt(i));)i++;if(i<a&&c.charCodeAt(i)!==10)return!1;let _=vs(c.slice(1,l));return _?r?!0:(e.env.references===void 0&&(e.env.references={}),e.env.references[_]===void 0&&(e.env.references[_]={title:g,href:d}),e.line=o,!0):!1}var mc=`address.article.aside.base.basefont.blockquote.body.caption.center.col.colgroup.dd.details.dialog.dir.div.dl.dt.fieldset.figcaption.figure.footer.form.frame.frameset.h1.h2.h3.h4.h5.h6.head.header.hr.html.iframe.legend.li.link.main.menu.menuitem.nav.noframes.ol.optgroup.option.p.param.search.section.summary.table.tbody.td.tfoot.th.thead.title.tr.track.ul`.split(`.`),hc=`<[A-Za-z][A-Za-z0-9\\-]*(?:\\s+[a-zA-Z_:][a-zA-Z0-9:._-]*(?:\\s*=\\s*(?:[^"'=<>\`\\x00-\\x20]+|'[^']*'|"[^"]*"))?)*\\s*\\/?>`,gc=RegExp(`^(?:`+hc+`|<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>|<!---?>|<!--(?:[^-]|-[^-]|--[^>])*-->|<[?][\\s\\S]*?[?]>|<![A-Za-z][^>]*>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>)`),_c=RegExp(`^(?:`+hc+`|<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>)`),vc=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^<!--/,/-->/,!0],[/^<\?/,/\?>/,!0],[/^<![A-Z]/,/>/,!0],[/^<!\[CDATA\[/,/\]\]>/,!0],[RegExp(`^</?(`+mc.join(`|`)+`)(?=(\\s|/?>|$))`,`i`),/^$/,!0],[RegExp(_c.source+`\\s*$`),/^$/,!1]];function yc(e,t,n,r){let i=e.bMarks[t]+e.tShift[t],a=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4||!e.md.options.html||e.src.charCodeAt(i)!==60)return!1;let o=e.src.slice(i,a),s=0;for(;s<vc.length&&!vc[s][0].test(o);s++);if(s===vc.length)return!1;if(r)return vc[s][2];let c=t+1;if(!vc[s][1].test(o)){for(;c<n&&!(e.sCount[c]<e.blkIndent);c++)if(i=e.bMarks[c]+e.tShift[c],a=e.eMarks[c],o=e.src.slice(i,a),vc[s][1].test(o)){o.length!==0&&c++;break}}e.line=c;let l=e.push(`html_block`,``,0);return l.map=[t,c],l.content=e.getLines(t,c,e.blkIndent,!0),!0}function bc(e,t,n,r){let i=e.bMarks[t]+e.tShift[t],a=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;let o=e.src.charCodeAt(i);if(o!==35||i>=a)return!1;let s=1;for(o=e.src.charCodeAt(++i);o===35&&i<a&&s<=6;)s++,o=e.src.charCodeAt(++i);if(s>6||i<a&&!X(o))return!1;if(r)return!0;a=e.skipSpacesBack(a,i);let c=e.skipCharsBack(a,35,i);c>i&&X(e.src.charCodeAt(c-1))&&(a=c),e.line=t+1;let l=e.push(`heading_open`,`h`+String(s),1);l.markup=`########`.slice(0,s),l.map=[t,e.line];let u=e.push(`inline`,``,0);u.content=e.src.slice(i,a).trim(),u.map=[t,e.line],u.children=[];let d=e.push(`heading_close`,`h`+String(s),-1);return d.markup=`########`.slice(0,s),!0}function xc(e,t,n){let r=e.md.block.ruler.getRules(`paragraph`);if(e.sCount[t]-e.blkIndent>=4)return!1;let i=e.parentType;e.parentType=`paragraph`;let a=0,o,s=t+1;for(;s<n&&!e.isEmpty(s);s++){if(e.sCount[s]-e.blkIndent>3)continue;if(e.sCount[s]>=e.blkIndent){let t=e.bMarks[s]+e.tShift[s],n=e.eMarks[s];if(t<n&&(o=e.src.charCodeAt(t),(o===45||o===61)&&(t=e.skipChars(t,o),t=e.skipSpaces(t),t>=n))){a=o===61?1:2;break}}if(e.sCount[s]<0)continue;let t=!1;for(let i=0,a=r.length;i<a;i++)if(r[i](e,s,n,!0)){t=!0;break}if(t)break}if(!a)return!1;let c=e.getLines(t,s,e.blkIndent,!1).trim();e.line=s+1;let l=e.push(`heading_open`,`h`+String(a),1);l.markup=String.fromCharCode(o),l.map=[t,e.line];let u=e.push(`inline`,``,0);u.content=c,u.map=[t,e.line-1],u.children=[];let d=e.push(`heading_close`,`h`+String(a),-1);return d.markup=String.fromCharCode(o),e.parentType=i,!0}function Sc(e,t,n){let r=e.md.block.ruler.getRules(`paragraph`),i=e.parentType,a=t+1;for(e.parentType=`paragraph`;a<n&&!e.isEmpty(a);a++){if(e.sCount[a]-e.blkIndent>3||e.sCount[a]<0)continue;let t=!1;for(let i=0,o=r.length;i<o;i++)if(r[i](e,a,n,!0)){t=!0;break}if(t)break}let o=e.getLines(t,a,e.blkIndent,!1).trim();e.line=a;let s=e.push(`paragraph_open`,`p`,1);s.map=[t,e.line];let c=e.push(`inline`,``,0);return c.content=o,c.map=[t,e.line],c.children=[],e.push(`paragraph_close`,`p`,-1),e.parentType=i,!0}var Cc=[[`table`,ic,[`paragraph`,`reference`]],[`code`,ac],[`fence`,oc,[`paragraph`,`reference`,`blockquote`,`list`]],[`blockquote`,sc,[`paragraph`,`reference`,`blockquote`,`list`]],[`hr`,cc,[`paragraph`,`reference`,`blockquote`,`list`]],[`list`,fc,[`paragraph`,`reference`,`blockquote`]],[`reference`,pc],[`html_block`,yc,[`paragraph`,`reference`,`blockquote`]],[`heading`,bc,[`paragraph`,`reference`,`blockquote`]],[`lheading`,xc],[`paragraph`,Sc]];function wc(){this.ruler=new Es;for(let e=0;e<Cc.length;e++)this.ruler.push(Cc[e][0],Cc[e][1],{alt:(Cc[e][2]||[]).slice()})}wc.prototype.tokenize=function(e,t,n){let r=this.ruler.getRules(``),i=r.length,a=e.md.options.maxNesting,o=t,s=!1;for(;o<n&&(e.line=o=e.skipEmptyLines(o),!(o>=n||e.sCount[o]<e.blkIndent));){if(e.level>=a){e.line=n;break}let t=e.line,c=!1;for(let a=0;a<i;a++)if(c=r[a](e,o,n,!1),c){if(t>=e.line)throw Error(`block rule didn't increment state.line`);break}if(!c)throw Error(`none of the block rules matched`);e.tight=!s,e.isEmpty(e.line-1)&&(s=!0),o=e.line,o<n&&e.isEmpty(o)&&(s=!0,o++,e.line=o)}},wc.prototype.parse=function(e,t,n,r){if(!e)return;let i=new this.State(e,t,n,r);this.tokenize(i,i.line,i.lineMax)},wc.prototype.State=ec;function Tc(e,t,n,r){this.src=e,this.env=n,this.md=t,this.tokens=r,this.tokens_meta=Array(r.length),this.pos=0,this.posMax=this.src.length,this.level=0,this.pending=``,this.pendingLevel=0,this.cache={},this.delimiters=[],this._prev_delimiters=[],this.backticks={},this.backticksScanned=!1,this.linkLevel=0}Tc.prototype.pushPending=function(){let e=new Ds(`text`,``,0);return e.content=this.pending,e.level=this.pendingLevel,this.tokens.push(e),this.pending=``,e},Tc.prototype.push=function(e,t,n){this.pending&&this.pushPending();let r=new Ds(e,t,n),i=null;return n<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),r.level=this.level,n>0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],i={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(r),this.tokens_meta.push(i),r},Tc.prototype.scanDelims=function(e,t){let n=this.posMax,r=this.src.charCodeAt(e),i=e>0?this.src.charCodeAt(e-1):32,a=e;for(;a<n&&this.src.charCodeAt(a)===r;)a++;let o=a-e,s=a<n?this.src.charCodeAt(a):32,c=_s(i)||gs(String.fromCharCode(i)),l=_s(s)||gs(String.fromCharCode(s)),u=hs(i),d=hs(s),f=!d&&(!l||u||c),p=!u&&(!c||d||l);return{can_open:f&&(t||!p||c),can_close:p&&(t||!f||l),length:o}},Tc.prototype.Token=Ds;function Ec(e){switch(e){case 10:case 33:case 35:case 36:case 37:case 38:case 42:case 43:case 45:case 58:case 60:case 61:case 62:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 125:case 126:return!0;default:return!1}}function Dc(e,t){let n=e.pos;for(;n<e.posMax&&!Ec(e.src.charCodeAt(n));)n++;return n===e.pos?!1:(t||(e.pending+=e.src.slice(e.pos,n)),e.pos=n,!0)}var Oc=/(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$/i;function kc(e,t){if(!e.md.options.linkify||e.linkLevel>0)return!1;let n=e.pos,r=e.posMax;if(n+3>r||e.src.charCodeAt(n)!==58||e.src.charCodeAt(n+1)!==47||e.src.charCodeAt(n+2)!==47)return!1;let i=e.pending.match(Oc);if(!i)return!1;let a=i[1],o=e.md.linkify.matchAtStart(e.src.slice(n-a.length));if(!o)return!1;let s=o.url;if(s.length<=a.length)return!1;let c=s.length;for(;c>0&&s.charCodeAt(c-1)===42;)c--;c!==s.length&&(s=s.slice(0,c));let l=e.md.normalizeLink(s);if(!e.md.validateLink(l))return!1;if(!t){e.pending=e.pending.slice(0,-a.length);let t=e.push(`link_open`,`a`,1);t.attrs=[[`href`,l]],t.markup=`linkify`,t.info=`auto`;let n=e.push(`text`,``,0);n.content=e.md.normalizeLinkText(s);let r=e.push(`link_close`,`a`,-1);r.markup=`linkify`,r.info=`auto`}return e.pos+=s.length-a.length,!0}function Ac(e,t){let n=e.pos;if(e.src.charCodeAt(n)!==10)return!1;let r=e.pending.length-1,i=e.posMax;if(!t)if(r>=0&&e.pending.charCodeAt(r)===32)if(r>=1&&e.pending.charCodeAt(r-1)===32){let t=r-1;for(;t>=1&&e.pending.charCodeAt(t-1)===32;)t--;e.pending=e.pending.slice(0,t),e.push(`hardbreak`,`br`,0)}else e.pending=e.pending.slice(0,-1),e.push(`softbreak`,`br`,0);else e.push(`softbreak`,`br`,0);for(n++;n<i&&X(e.src.charCodeAt(n));)n++;return e.pos=n,!0}var jc=[];for(let e=0;e<256;e++)jc.push(0);`\\!"#$%&'()*+,./:;<=>?@[]^_\`{|}~-`.split(``).forEach(function(e){jc[e.charCodeAt(0)]=1});function Mc(e,t){let n=e.pos,r=e.posMax;if(e.src.charCodeAt(n)!==92||(n++,n>=r))return!1;let i=e.src.charCodeAt(n);if(i===10){for(t||e.push(`hardbreak`,`br`,0),n++;n<r&&(i=e.src.charCodeAt(n),X(i));)n++;return e.pos=n,!0}let a=e.src[n];if(i>=55296&&i<=56319&&n+1<r){let t=e.src.charCodeAt(n+1);t>=56320&&t<=57343&&(a+=e.src[n+1],n++)}let o=`\\`+a;if(!t){let t=e.push(`text_special`,``,0);i<256&&jc[i]!==0?t.content=a:t.content=o,t.markup=o,t.info=`escape`}return e.pos=n+1,!0}function Nc(e,t){let n=e.pos;if(e.src.charCodeAt(n)!==96)return!1;let r=n;n++;let i=e.posMax;for(;n<i&&e.src.charCodeAt(n)===96;)n++;let a=e.src.slice(r,n),o=a.length;if(e.backticksScanned&&(e.backticks[o]||0)<=r)return t||(e.pending+=a),e.pos+=o,!0;let s=n,c;for(;(c=e.src.indexOf("`",s))!==-1;){for(s=c+1;s<i&&e.src.charCodeAt(s)===96;)s++;let r=s-c;if(r===o){if(!t){let t=e.push(`code_inline`,`code`,0);t.markup=a,t.content=e.src.slice(n,c).replace(/\n/g,` `).replace(/^ (.+) $/,`$1`)}return e.pos=s,!0}e.backticks[r]=c}return e.backticksScanned=!0,t||(e.pending+=a),e.pos+=o,!0}function Pc(e,t){let n=e.pos,r=e.src.charCodeAt(n);if(t||r!==126)return!1;let i=e.scanDelims(e.pos,!0),a=i.length,o=String.fromCharCode(r);if(a<2)return!1;let s;a%2&&(s=e.push(`text`,``,0),s.content=o,a--);for(let t=0;t<a;t+=2)s=e.push(`text`,``,0),s.content=o+o,e.delimiters.push({marker:r,length:0,token:e.tokens.length-1,end:-1,open:i.can_open,close:i.can_close});return e.pos+=i.length,!0}function Fc(e,t){let n,r=[],i=t.length;for(let a=0;a<i;a++){let i=t[a];if(i.marker!==126||i.end===-1)continue;let o=t[i.end];n=e.tokens[i.token],n.type=`s_open`,n.tag=`s`,n.nesting=1,n.markup=`~~`,n.content=``,n=e.tokens[o.token],n.type=`s_close`,n.tag=`s`,n.nesting=-1,n.markup=`~~`,n.content=``,e.tokens[o.token-1].type===`text`&&e.tokens[o.token-1].content===`~`&&r.push(o.token-1)}for(;r.length;){let t=r.pop(),i=t+1;for(;i<e.tokens.length&&e.tokens[i].type===`s_close`;)i++;i--,t!==i&&(n=e.tokens[i],e.tokens[i]=e.tokens[t],e.tokens[t]=n)}}function Ic(e){let t=e.tokens_meta,n=e.tokens_meta.length;Fc(e,e.delimiters);for(let r=0;r<n;r++)t[r]&&t[r].delimiters&&Fc(e,t[r].delimiters)}var Lc={tokenize:Pc,postProcess:Ic};function Rc(e,t){let n=e.pos,r=e.src.charCodeAt(n);if(t||r!==95&&r!==42)return!1;let i=e.scanDelims(e.pos,r===42);for(let t=0;t<i.length;t++){let t=e.push(`text`,``,0);t.content=String.fromCharCode(r),e.delimiters.push({marker:r,length:i.length,token:e.tokens.length-1,end:-1,open:i.can_open,close:i.can_close})}return e.pos+=i.length,!0}function zc(e,t){let n=t.length;for(let r=n-1;r>=0;r--){let n=t[r];if(n.marker!==95&&n.marker!==42||n.end===-1)continue;let i=t[n.end],a=r>0&&t[r-1].end===n.end+1&&t[r-1].marker===n.marker&&t[r-1].token===n.token-1&&t[n.end+1].token===i.token+1,o=String.fromCharCode(n.marker),s=e.tokens[n.token];s.type=a?`strong_open`:`em_open`,s.tag=a?`strong`:`em`,s.nesting=1,s.markup=a?o+o:o,s.content=``;let c=e.tokens[i.token];c.type=a?`strong_close`:`em_close`,c.tag=a?`strong`:`em`,c.nesting=-1,c.markup=a?o+o:o,c.content=``,a&&(e.tokens[t[r-1].token].content=``,e.tokens[t[n.end+1].token].content=``,r--)}}function Bc(e){let t=e.tokens_meta,n=e.tokens_meta.length;zc(e,e.delimiters);for(let r=0;r<n;r++)t[r]&&t[r].delimiters&&zc(e,t[r].delimiters)}var Vc={tokenize:Rc,postProcess:Bc};function Hc(e,t){let n,r,i,a,o=``,s=``,c=e.pos,l=!0;if(e.src.charCodeAt(e.pos)!==91)return!1;let u=e.pos,d=e.posMax,f=e.pos+1,p=e.md.helpers.parseLinkLabel(e,e.pos,!0);if(p<0)return!1;let m=p+1;if(m<d&&e.src.charCodeAt(m)===40){for(l=!1,m++;m<d&&(n=e.src.charCodeAt(m),!(!X(n)&&n!==10));m++);if(m>=d)return!1;if(c=m,i=e.md.helpers.parseLinkDestination(e.src,m,e.posMax),i.ok){for(o=e.md.normalizeLink(i.str),e.md.validateLink(o)?m=i.pos:o=``,c=m;m<d&&(n=e.src.charCodeAt(m),!(!X(n)&&n!==10));m++);if(i=e.md.helpers.parseLinkTitle(e.src,m,e.posMax),m<d&&c!==m&&i.ok)for(s=i.str,m=i.pos;m<d&&(n=e.src.charCodeAt(m),!(!X(n)&&n!==10));m++);}(m>=d||e.src.charCodeAt(m)!==41)&&(l=!0),m++}if(l){if(e.env.references===void 0)return!1;if(m<d&&e.src.charCodeAt(m)===91?(c=m+1,m=e.md.helpers.parseLinkLabel(e,m),m>=0?r=e.src.slice(c,m++):m=p+1):m=p+1,r||=e.src.slice(f,p),a=e.env.references[vs(r)],!a)return e.pos=u,!1;o=a.href,s=a.title}if(!t){e.pos=f,e.posMax=p;let t=e.push(`link_open`,`a`,1),n=[[`href`,o]];t.attrs=n,s&&n.push([`title`,s]),e.linkLevel++,e.md.inline.tokenize(e),e.linkLevel--,e.push(`link_close`,`a`,-1)}return e.pos=m,e.posMax=d,!0}function Uc(e,t){let n,r,i,a,o,s,c,l,u=``,d=e.pos,f=e.posMax;if(e.src.charCodeAt(e.pos)!==33||e.src.charCodeAt(e.pos+1)!==91)return!1;let p=e.pos+2,m=e.md.helpers.parseLinkLabel(e,e.pos+1,!1);if(m<0)return!1;if(a=m+1,a<f&&e.src.charCodeAt(a)===40){for(a++;a<f&&(n=e.src.charCodeAt(a),!(!X(n)&&n!==10));a++);if(a>=f)return!1;for(l=a,s=e.md.helpers.parseLinkDestination(e.src,a,e.posMax),s.ok&&(u=e.md.normalizeLink(s.str),e.md.validateLink(u)?a=s.pos:u=``),l=a;a<f&&(n=e.src.charCodeAt(a),!(!X(n)&&n!==10));a++);if(s=e.md.helpers.parseLinkTitle(e.src,a,e.posMax),a<f&&l!==a&&s.ok)for(c=s.str,a=s.pos;a<f&&(n=e.src.charCodeAt(a),!(!X(n)&&n!==10));a++);else c=``;if(a>=f||e.src.charCodeAt(a)!==41)return e.pos=d,!1;a++}else{if(e.env.references===void 0)return!1;if(a<f&&e.src.charCodeAt(a)===91?(l=a+1,a=e.md.helpers.parseLinkLabel(e,a),a>=0?i=e.src.slice(l,a++):a=m+1):a=m+1,i||=e.src.slice(p,m),o=e.env.references[vs(i)],!o)return e.pos=d,!1;u=o.href,c=o.title}if(!t){r=e.src.slice(p,m);let t=[];e.md.inline.parse(r,e.md,e.env,t);let n=e.push(`image`,`img`,0),i=[[`src`,u],[`alt`,``]];n.attrs=i,n.children=t,n.content=r,c&&i.push([`title`,c])}return e.pos=a,e.posMax=f,!0}var Wc=/^([a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$/,Gc=/^([a-zA-Z][a-zA-Z0-9+.-]{1,31}):([^<>\x00-\x20]*)$/;function Kc(e,t){let n=e.pos;if(e.src.charCodeAt(n)!==60)return!1;let r=e.pos,i=e.posMax;for(;;){if(++n>=i)return!1;let t=e.src.charCodeAt(n);if(t===60)return!1;if(t===62)break}let a=e.src.slice(r+1,n);if(Gc.test(a)){let n=e.md.normalizeLink(a);if(!e.md.validateLink(n))return!1;if(!t){let t=e.push(`link_open`,`a`,1);t.attrs=[[`href`,n]],t.markup=`autolink`,t.info=`auto`;let r=e.push(`text`,``,0);r.content=e.md.normalizeLinkText(a);let i=e.push(`link_close`,`a`,-1);i.markup=`autolink`,i.info=`auto`}return e.pos+=a.length+2,!0}if(Wc.test(a)){let n=e.md.normalizeLink(`mailto:`+a);if(!e.md.validateLink(n))return!1;if(!t){let t=e.push(`link_open`,`a`,1);t.attrs=[[`href`,n]],t.markup=`autolink`,t.info=`auto`;let r=e.push(`text`,``,0);r.content=e.md.normalizeLinkText(a);let i=e.push(`link_close`,`a`,-1);i.markup=`autolink`,i.info=`auto`}return e.pos+=a.length+2,!0}return!1}function qc(e){return/^<a[>\s]/i.test(e)}function Jc(e){return/^<\/a\s*>/i.test(e)}function Yc(e){let t=e|32;return t>=97&&t<=122}function Xc(e,t){if(!e.md.options.html)return!1;let n=e.posMax,r=e.pos;if(e.src.charCodeAt(r)!==60||r+2>=n)return!1;let i=e.src.charCodeAt(r+1);if(i!==33&&i!==63&&i!==47&&!Yc(i))return!1;let a=e.src.slice(r).match(gc);if(!a)return!1;if(!t){let t=e.push(`html_inline`,``,0);t.content=a[0],qc(t.content)&&e.linkLevel++,Jc(t.content)&&e.linkLevel--}return e.pos+=a[0].length,!0}var Zc=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,Qc=/^&([a-z][a-z0-9]{1,31});/i;function $c(e,t){let n=e.pos,r=e.posMax;if(e.src.charCodeAt(n)!==38||n+1>=r)return!1;if(e.src.charCodeAt(n+1)===35){let r=e.src.slice(n).match(Zc);if(r){if(!t){let t=r[1][0].toLowerCase()===`x`?parseInt(r[1].slice(1),16):parseInt(r[1],10),n=e.push(`text_special`,``,0);n.content=es(t)?ts(t):ts(65533),n.markup=r[0],n.info=`entity`}return e.pos+=r[0].length,!0}}else{let r=e.src.slice(n).match(Qc);if(r){let n=Ko(r[0]);if(n!==r[0]){if(!t){let t=e.push(`text_special`,``,0);t.content=n,t.markup=r[0],t.info=`entity`}return e.pos+=r[0].length,!0}}}return!1}function el(e){let t={},n=e.length;if(!n)return;let r=0,i=-2,a=[];for(let o=0;o<n;o++){let n=e[o];if(a.push(0),(e[r].marker!==n.marker||i!==n.token-1)&&(r=o),i=n.token,n.length=n.length||0,!n.close)continue;t.hasOwnProperty(n.marker)||(t[n.marker]=[-1,-1,-1,-1,-1,-1]);let s=t[n.marker][(n.open?3:0)+n.length%3],c=r-a[r]-1,l=c;for(;c>s;c-=a[c]+1){let t=e[c];if(t.marker===n.marker&&t.open&&t.end<0){let r=!1;if((t.close||n.open)&&(t.length+n.length)%3==0&&(t.length%3!=0||n.length%3!=0)&&(r=!0),!r){let r=c>0&&!e[c-1].open?a[c-1]+1:0;a[o]=o-c+r,a[c]=r,n.open=!1,t.end=o,t.close=!1,l=-1,i=-2;break}}}l!==-1&&(t[n.marker][(n.open?3:0)+(n.length||0)%3]=l)}}function tl(e){let t=e.tokens_meta,n=e.tokens_meta.length;el(e.delimiters);for(let e=0;e<n;e++)t[e]&&t[e].delimiters&&el(t[e].delimiters)}function nl(e){let t,n,r=0,i=e.tokens,a=e.tokens.length;for(t=n=0;t<a;t++)i[t].nesting<0&&r--,i[t].level=r,i[t].nesting>0&&r++,i[t].type===`text`&&t+1<a&&i[t+1].type===`text`?i[t+1].content=i[t].content+i[t+1].content:(t!==n&&(i[n]=i[t]),n++);t!==n&&(i.length=n)}var rl=[[`text`,Dc],[`linkify`,kc],[`newline`,Ac],[`escape`,Mc],[`backticks`,Nc],[`strikethrough`,Lc.tokenize],[`emphasis`,Vc.tokenize],[`link`,Hc],[`image`,Uc],[`autolink`,Kc],[`html_inline`,Xc],[`entity`,$c]],il=[[`balance_pairs`,tl],[`strikethrough`,Lc.postProcess],[`emphasis`,Vc.postProcess],[`fragments_join`,nl]];function al(){this.ruler=new Es;for(let e=0;e<rl.length;e++)this.ruler.push(rl[e][0],rl[e][1]);this.ruler2=new Es;for(let e=0;e<il.length;e++)this.ruler2.push(il[e][0],il[e][1])}al.prototype.skipToken=function(e){let t=e.pos,n=this.ruler.getRules(``),r=n.length,i=e.md.options.maxNesting,a=e.cache;if(a[t]!==void 0){e.pos=a[t];return}let o=!1;if(e.level<i){for(let i=0;i<r;i++)if(e.level++,o=n[i](e,!0),e.level--,o){if(t>=e.pos)throw Error(`inline rule didn't increment state.pos`);break}}else e.pos=e.posMax;o||e.pos++,a[t]=e.pos},al.prototype.tokenize=function(e){let t=this.ruler.getRules(``),n=t.length,r=e.posMax,i=e.md.options.maxNesting;for(;e.pos<r;){let a=e.pos,o=!1;if(e.level<i){for(let r=0;r<n;r++)if(o=t[r](e,!1),o){if(a>=e.pos)throw Error(`inline rule didn't increment state.pos`);break}}if(o){if(e.pos>=r)break;continue}e.pending+=e.src[e.pos++]}e.pending&&e.pushPending()},al.prototype.parse=function(e,t,n,r){let i=new this.State(e,t,n,r);this.tokenize(i);let a=this.ruler2.getRules(``),o=a.length;for(let e=0;e<o;e++)a[e](i)},al.prototype.State=Tc;function ol(e){let t={};e||={},t.src_Any=xo.source,t.src_Cc=So.source,t.src_Z=Eo.source,t.src_P=wo.source,t.src_ZPCc=[t.src_Z,t.src_P,t.src_Cc].join(`|`),t.src_ZCc=[t.src_Z,t.src_Cc].join(`|`);let n=`[><|]`;return t.src_pseudo_letter=`(?:(?!`+n+`|`+t.src_ZPCc+`)`+t.src_Any+`)`,t.src_ip4=`(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)`,t.src_auth=`(?:(?:(?!`+t.src_ZCc+`|[@/\\[\\]()]).)+@)?`,t.src_port=`(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?`,t.src_host_terminator=`(?=$|`+n+`|`+t.src_ZPCc+`)(?!`+(e[`---`]?`-(?!--)|`:`-|`)+`_|:\\d|\\.-|\\.(?!$|`+t.src_ZPCc+`))`,t.src_path=`(?:[/?#](?:(?!`+t.src_ZCc+`|[><|]|[()[\\]{}.,"'?!\\-;]).|\\[(?:(?!`+t.src_ZCc+`|\\]).)*\\]|\\((?:(?!`+t.src_ZCc+`|[)]).)*\\)|\\{(?:(?!`+t.src_ZCc+`|[}]).)*\\}|\\"(?:(?!`+t.src_ZCc+`|["]).)+\\"|\\'(?:(?!`+t.src_ZCc+`|[']).)+\\'|\\'(?=`+t.src_pseudo_letter+`|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!`+t.src_ZCc+`|[.]|$)|`+(e[`---`]?`\\-(?!--(?:[^-]|$))(?:-*)|`:`\\-+|`)+`,(?!`+t.src_ZCc+`|$)|;(?!`+t.src_ZCc+`|$)|\\!+(?!`+t.src_ZCc+`|[!]|$)|\\?(?!`+t.src_ZCc+`|[?]|$))+|\\/)?`,t.src_email_name=`[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*`,t.src_xn=`xn--[a-z0-9\\-]{1,59}`,t.src_domain_root=`(?:`+t.src_xn+`|`+t.src_pseudo_letter+`{1,63})`,t.src_domain=`(?:`+t.src_xn+`|(?:`+t.src_pseudo_letter+`)|(?:`+t.src_pseudo_letter+`(?:-|`+t.src_pseudo_letter+`){0,61}`+t.src_pseudo_letter+`))`,t.src_host=`(?:(?:(?:(?:`+t.src_domain+`)\\.)*`+t.src_domain+`))`,t.tpl_host_fuzzy=`(?:`+t.src_ip4+`|(?:(?:(?:`+t.src_domain+`)\\.)+(?:%TLDS%)))`,t.tpl_host_no_ip_fuzzy=`(?:(?:(?:`+t.src_domain+`)\\.)+(?:%TLDS%))`,t.src_host_strict=t.src_host+t.src_host_terminator,t.tpl_host_fuzzy_strict=t.tpl_host_fuzzy+t.src_host_terminator,t.src_host_port_strict=t.src_host+t.src_port+t.src_host_terminator,t.tpl_host_port_fuzzy_strict=t.tpl_host_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_port_no_ip_fuzzy_strict=t.tpl_host_no_ip_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_fuzzy_test=`localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:`+t.src_ZPCc+`|>|$))`,t.tpl_email_fuzzy=`(^|`+n+`|"|\\(|`+t.src_ZCc+`)(`+t.src_email_name+`@`+t.tpl_host_fuzzy_strict+`)`,t.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_fuzzy_strict+t.src_path+`)`,t.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_no_ip_fuzzy_strict+t.src_path+`)`,t}function sl(e){return Array.prototype.slice.call(arguments,1).forEach(function(t){t&&Object.keys(t).forEach(function(n){e[n]=t[n]})}),e}function cl(e){return Object.prototype.toString.call(e)}function ll(e){return cl(e)===`[object String]`}function ul(e){return cl(e)===`[object Object]`}function dl(e){return cl(e)===`[object RegExp]`}function fl(e){return cl(e)===`[object Function]`}function pl(e){return e.replace(/[.?*+^$[\]\\(){}|-]/g,`\\$&`)}var ml={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1};function hl(e){return Object.keys(e||{}).reduce(function(e,t){return e||ml.hasOwnProperty(t)},!1)}var gl={"http:":{validate:function(e,t,n){let r=e.slice(t);return n.re.http||(n.re.http=RegExp(`^\\/\\/`+n.re.src_auth+n.re.src_host_port_strict+n.re.src_path,`i`)),n.re.http.test(r)?r.match(n.re.http)[0].length:0}},"https:":`http:`,"ftp:":`http:`,"//":{validate:function(e,t,n){let r=e.slice(t);return n.re.no_http||(n.re.no_http=RegExp(`^`+n.re.src_auth+`(?:localhost|(?:(?:`+n.re.src_domain+`)\\.)+`+n.re.src_domain_root+`)`+n.re.src_port+n.re.src_host_terminator+n.re.src_path,`i`)),n.re.no_http.test(r)?t>=3&&e[t-3]===`:`||t>=3&&e[t-3]===`/`?0:r.match(n.re.no_http)[0].length:0}},"mailto:":{validate:function(e,t,n){let r=e.slice(t);return n.re.mailto||(n.re.mailto=RegExp(`^`+n.re.src_email_name+`@`+n.re.src_host_strict,`i`)),n.re.mailto.test(r)?r.match(n.re.mailto)[0].length:0}}},_l=`a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]`,vl=`biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф`.split(`|`);function yl(e){e.__index__=-1,e.__text_cache__=``}function bl(e){return function(t,n){let r=t.slice(n);return e.test(r)?r.match(e)[0].length:0}}function xl(){return function(e,t){t.normalize(e)}}function Sl(e){let t=e.re=ol(e.__opts__),n=e.__tlds__.slice();e.onCompile(),e.__tlds_replaced__||n.push(_l),n.push(t.src_xn),t.src_tlds=n.join(`|`);function r(e){return e.replace(`%TLDS%`,t.src_tlds)}t.email_fuzzy=RegExp(r(t.tpl_email_fuzzy),`i`),t.link_fuzzy=RegExp(r(t.tpl_link_fuzzy),`i`),t.link_no_ip_fuzzy=RegExp(r(t.tpl_link_no_ip_fuzzy),`i`),t.host_fuzzy_test=RegExp(r(t.tpl_host_fuzzy_test),`i`);let i=[];e.__compiled__={};function a(e,t){throw Error(`(LinkifyIt) Invalid schema "`+e+`": `+t)}Object.keys(e.__schemas__).forEach(function(t){let n=e.__schemas__[t];if(n===null)return;let r={validate:null,link:null};if(e.__compiled__[t]=r,ul(n)){dl(n.validate)?r.validate=bl(n.validate):fl(n.validate)?r.validate=n.validate:a(t,n),fl(n.normalize)?r.normalize=n.normalize:n.normalize?a(t,n):r.normalize=xl();return}if(ll(n)){i.push(t);return}a(t,n)}),i.forEach(function(t){e.__compiled__[e.__schemas__[t]]&&(e.__compiled__[t].validate=e.__compiled__[e.__schemas__[t]].validate,e.__compiled__[t].normalize=e.__compiled__[e.__schemas__[t]].normalize)}),e.__compiled__[``]={validate:null,normalize:xl()};let o=Object.keys(e.__compiled__).filter(function(t){return t.length>0&&e.__compiled__[t]}).map(pl).join(`|`);e.re.schema_test=RegExp(`(^|(?!_)(?:[><|]|`+t.src_ZPCc+`))(`+o+`)`,`i`),e.re.schema_search=RegExp(`(^|(?!_)(?:[><|]|`+t.src_ZPCc+`))(`+o+`)`,`ig`),e.re.schema_at_start=RegExp(`^`+e.re.schema_search.source,`i`),e.re.pretest=RegExp(`(`+e.re.schema_test.source+`)|(`+e.re.host_fuzzy_test.source+`)|@`,`i`),yl(e)}function Cl(e,t){let n=e.__index__,r=e.__last_index__,i=e.__text_cache__.slice(n,r);this.schema=e.__schema__.toLowerCase(),this.index=n+t,this.lastIndex=r+t,this.raw=i,this.text=i,this.url=i}function wl(e,t){let n=new Cl(e,t);return e.__compiled__[n.schema].normalize(n,e),n}function Tl(e,t){if(!(this instanceof Tl))return new Tl(e,t);t||hl(e)&&(t=e,e={}),this.__opts__=sl({},ml,t),this.__index__=-1,this.__last_index__=-1,this.__schema__=``,this.__text_cache__=``,this.__schemas__=sl({},gl,e),this.__compiled__={},this.__tlds__=vl,this.__tlds_replaced__=!1,this.re={},Sl(this)}Tl.prototype.add=function(e,t){return this.__schemas__[e]=t,Sl(this),this},Tl.prototype.set=function(e){return this.__opts__=sl(this.__opts__,e),this},Tl.prototype.test=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return!1;let t,n,r,i,a,o,s,c,l;if(this.re.schema_test.test(e)){for(s=this.re.schema_search,s.lastIndex=0;(t=s.exec(e))!==null;)if(i=this.testSchemaAt(e,t[2],s.lastIndex),i){this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+i;break}}return this.__opts__.fuzzyLink&&this.__compiled__[`http:`]&&(c=e.search(this.re.host_fuzzy_test),c>=0&&(this.__index__<0||c<this.__index__)&&(n=e.match(this.__opts__.fuzzyIP?this.re.link_fuzzy:this.re.link_no_ip_fuzzy))!==null&&(a=n.index+n[1].length,(this.__index__<0||a<this.__index__)&&(this.__schema__=``,this.__index__=a,this.__last_index__=n.index+n[0].length))),this.__opts__.fuzzyEmail&&this.__compiled__[`mailto:`]&&(l=e.indexOf(`@`),l>=0&&(r=e.match(this.re.email_fuzzy))!==null&&(a=r.index+r[1].length,o=r.index+r[0].length,(this.__index__<0||a<this.__index__||a===this.__index__&&o>this.__last_index__)&&(this.__schema__=`mailto:`,this.__index__=a,this.__last_index__=o))),this.__index__>=0},Tl.prototype.pretest=function(e){return this.re.pretest.test(e)},Tl.prototype.testSchemaAt=function(e,t,n){return this.__compiled__[t.toLowerCase()]?this.__compiled__[t.toLowerCase()].validate(e,n,this):0},Tl.prototype.match=function(e){let t=[],n=0;this.__index__>=0&&this.__text_cache__===e&&(t.push(wl(this,n)),n=this.__last_index__);let r=n?e.slice(n):e;for(;this.test(r);)t.push(wl(this,n)),r=r.slice(this.__last_index__),n+=this.__last_index__;return t.length?t:null},Tl.prototype.matchAtStart=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return null;let t=this.re.schema_at_start.exec(e);if(!t)return null;let n=this.testSchemaAt(e,t[2],t[0].length);return n?(this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+n,wl(this,0)):null},Tl.prototype.tlds=function(e,t){return e=Array.isArray(e)?e:[e],t?(this.__tlds__=this.__tlds__.concat(e).sort().filter(function(e,t,n){return e!==n[t-1]}).reverse(),Sl(this),this):(this.__tlds__=e.slice(),this.__tlds_replaced__=!0,Sl(this),this)},Tl.prototype.normalize=function(e){e.schema||(e.url=`http://`+e.url),e.schema===`mailto:`&&!/^mailto:/i.test(e.url)&&(e.url=`mailto:`+e.url)},Tl.prototype.onCompile=function(){};var El=2147483647,Dl=36,Ol=1,kl=26,Al=38,jl=700,Ml=72,Nl=128,Pl=`-`,Fl=/^xn--/,Il=/[^\0-\x7F]/,Ll=/[\x2E\u3002\uFF0E\uFF61]/g,Rl={overflow:`Overflow: input needs wider integers to process`,"not-basic":`Illegal input >= 0x80 (not a basic code point)`,"invalid-input":`Invalid input`},zl=Dl-Ol,Bl=Math.floor,Vl=String.fromCharCode;function Hl(e){throw RangeError(Rl[e])}function Ul(e,t){let n=[],r=e.length;for(;r--;)n[r]=t(e[r]);return n}function Wl(e,t){let n=e.split(`@`),r=``;n.length>1&&(r=n[0]+`@`,e=n[1]),e=e.replace(Ll,`.`);let i=Ul(e.split(`.`),t).join(`.`);return r+i}function Gl(e){let t=[],n=0,r=e.length;for(;n<r;){let i=e.charCodeAt(n++);if(i>=55296&&i<=56319&&n<r){let r=e.charCodeAt(n++);(r&64512)==56320?t.push(((i&1023)<<10)+(r&1023)+65536):(t.push(i),n--)}else t.push(i)}return t}var Kl=e=>String.fromCodePoint(...e),ql=function(e){return e>=48&&e<58?26+(e-48):e>=65&&e<91?e-65:e>=97&&e<123?e-97:Dl},Jl=function(e,t){return e+22+75*(e<26)-((t!=0)<<5)},Yl=function(e,t,n){let r=0;for(e=n?Bl(e/jl):e>>1,e+=Bl(e/t);e>zl*kl>>1;r+=Dl)e=Bl(e/zl);return Bl(r+(zl+1)*e/(e+Al))},Xl=function(e){let t=[],n=e.length,r=0,i=Nl,a=Ml,o=e.lastIndexOf(Pl);o<0&&(o=0);for(let n=0;n<o;++n)e.charCodeAt(n)>=128&&Hl(`not-basic`),t.push(e.charCodeAt(n));for(let s=o>0?o+1:0;s<n;){let o=r;for(let t=1,i=Dl;;i+=Dl){s>=n&&Hl(`invalid-input`);let o=ql(e.charCodeAt(s++));o>=Dl&&Hl(`invalid-input`),o>Bl((El-r)/t)&&Hl(`overflow`),r+=o*t;let c=i<=a?Ol:i>=a+kl?kl:i-a;if(o<c)break;let l=Dl-c;t>Bl(El/l)&&Hl(`overflow`),t*=l}let c=t.length+1;a=Yl(r-o,c,o==0),Bl(r/c)>El-i&&Hl(`overflow`),i+=Bl(r/c),r%=c,t.splice(r++,0,i)}return String.fromCodePoint(...t)},Zl=function(e){let t=[];e=Gl(e);let n=e.length,r=Nl,i=0,a=Ml;for(let n of e)n<128&&t.push(Vl(n));let o=t.length,s=o;for(o&&t.push(Pl);s<n;){let n=El;for(let t of e)t>=r&&t<n&&(n=t);let c=s+1;n-r>Bl((El-i)/c)&&Hl(`overflow`),i+=(n-r)*c,r=n;for(let n of e)if(n<r&&++i>El&&Hl(`overflow`),n===r){let e=i;for(let n=Dl;;n+=Dl){let r=n<=a?Ol:n>=a+kl?kl:n-a;if(e<r)break;let i=e-r,o=Dl-r;t.push(Vl(Jl(r+i%o,0))),e=Bl(i/o)}t.push(Vl(Jl(e,0))),a=Yl(i,c,s===o),i=0,++s}++i,++r}return t.join(``)},Ql={version:`2.3.1`,ucs2:{decode:Gl,encode:Kl},decode:Xl,encode:Zl,toASCII:function(e){return Wl(e,function(e){return Il.test(e)?`xn--`+Zl(e):e})},toUnicode:function(e){return Wl(e,function(e){return Fl.test(e)?Xl(e.slice(4).toLowerCase()):e})}},$l={default:{options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:`language-`,linkify:!1,typographer:!1,quotes:`“”‘’`,highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}},zero:{options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:`language-`,linkify:!1,typographer:!1,quotes:`“”‘’`,highlight:null,maxNesting:20},components:{core:{rules:[`normalize`,`block`,`inline`,`text_join`]},block:{rules:[`paragraph`]},inline:{rules:[`text`],rules2:[`balance_pairs`,`fragments_join`]}}},commonmark:{options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:`language-`,linkify:!1,typographer:!1,quotes:`“”‘’`,highlight:null,maxNesting:20},components:{core:{rules:[`normalize`,`block`,`inline`,`text_join`]},block:{rules:[`blockquote`,`code`,`fence`,`heading`,`hr`,`html_block`,`lheading`,`list`,`reference`,`paragraph`]},inline:{rules:[`autolink`,`backticks`,`emphasis`,`entity`,`escape`,`html_inline`,`image`,`link`,`newline`,`text`],rules2:[`balance_pairs`,`emphasis`,`fragments_join`]}}}},eu=/^(vbscript|javascript|file|data):/,tu=/^data:image\/(gif|png|jpeg|webp);/;function nu(e){let t=e.trim().toLowerCase();return eu.test(t)?tu.test(t):!0}var ru=[`http:`,`https:`,`mailto:`];function iu(e){let t=yo(e,!0);if(t.hostname&&(!t.protocol||ru.indexOf(t.protocol)>=0))try{t.hostname=Ql.toASCII(t.hostname)}catch{}return ao(oo(t))}function au(e){let t=yo(e,!0);if(t.hostname&&(!t.protocol||ru.indexOf(t.protocol)>=0))try{t.hostname=Ql.toUnicode(t.hostname)}catch{}return no(oo(t),no.defaultChars+`%`)}function ou(e,t){if(!(this instanceof ou))return new ou(e,t);t||Yo(e)||(t=e||{},e=`default`),this.inline=new al,this.block=new wc,this.core=new $s,this.renderer=new Ts,this.linkify=new Tl,this.validateLink=nu,this.normalizeLink=iu,this.normalizeLinkText=au,this.utils=qo,this.helpers=Qo({},Cs),this.options={},this.configure(e),t&&this.set(t)}ou.prototype.set=function(e){return Qo(this.options,e),this},ou.prototype.configure=function(e){let t=this;if(Yo(e)){let t=e;if(e=$l[t],!e)throw Error('Wrong `markdown-it` preset "'+t+`", check name`)}if(!e)throw Error("Wrong `markdown-it` preset, can't be empty");return e.options&&t.set(e.options),e.components&&Object.keys(e.components).forEach(function(n){e.components[n].rules&&t[n].ruler.enableOnly(e.components[n].rules),e.components[n].rules2&&t[n].ruler2.enableOnly(e.components[n].rules2)}),this},ou.prototype.enable=function(e,t){let n=[];Array.isArray(e)||(e=[e]),[`core`,`block`,`inline`].forEach(function(t){n=n.concat(this[t].ruler.enable(e,!0))},this),n=n.concat(this.inline.ruler2.enable(e,!0));let r=e.filter(function(e){return n.indexOf(e)<0});if(r.length&&!t)throw Error(`MarkdownIt. Failed to enable unknown rule(s): `+r);return this},ou.prototype.disable=function(e,t){let n=[];Array.isArray(e)||(e=[e]),[`core`,`block`,`inline`].forEach(function(t){n=n.concat(this[t].ruler.disable(e,!0))},this),n=n.concat(this.inline.ruler2.disable(e,!0));let r=e.filter(function(e){return n.indexOf(e)<0});if(r.length&&!t)throw Error(`MarkdownIt. Failed to disable unknown rule(s): `+r);return this},ou.prototype.use=function(e){let t=[this].concat(Array.prototype.slice.call(arguments,1));return e.apply(e,t),this},ou.prototype.parse=function(e,t){if(typeof e!=`string`)throw Error(`Input data should be a String`);let n=new this.core.State(e,this,t);return this.core.process(n),n.tokens},ou.prototype.render=function(e,t){return t||={},this.renderer.render(this.parse(e,t),this.options,t)},ou.prototype.parseInline=function(e,t){let n=new this.core.State(e,this,t);return n.inlineMode=!0,this.core.process(n),n.tokens},ou.prototype.renderInline=function(e,t){return t||={},this.renderer.render(this.parseInline(e,t),this.options,t)};function su(e){function t(e,t){let n=e.pos,r=e.src.charCodeAt(n);if(t||r!==43)return!1;let i=e.scanDelims(e.pos,!0),a=i.length,o=String.fromCharCode(r);if(a<2)return!1;if(a%2){let t=e.push(`text`,``,0);t.content=o,a--}for(let t=0;t<a;t+=2){let n=e.push(`text`,``,0);n.content=o+o,!(!i.can_open&&!i.can_close)&&e.delimiters.push({marker:r,length:0,jump:t/2,token:e.tokens.length-1,end:-1,open:i.can_open,close:i.can_close})}return e.pos+=i.length,!0}function n(e,t){let n,r=[],i=t.length;for(let a=0;a<i;a++){let i=t[a];if(i.marker!==43||i.end===-1)continue;let o=t[i.end];n=e.tokens[i.token],n.type=`ins_open`,n.tag=`ins`,n.nesting=1,n.markup=`++`,n.content=``,n=e.tokens[o.token],n.type=`ins_close`,n.tag=`ins`,n.nesting=-1,n.markup=`++`,n.content=``,e.tokens[o.token-1].type===`text`&&e.tokens[o.token-1].content===`+`&&r.push(o.token-1)}for(;r.length;){let t=r.pop(),i=t+1;for(;i<e.tokens.length&&e.tokens[i].type===`ins_close`;)i++;i--,t!==i&&(n=e.tokens[i],e.tokens[i]=e.tokens[t],e.tokens[t]=n)}}e.inline.ruler.before(`emphasis`,`ins`,t),e.inline.ruler2.before(`emphasis`,`ins`,function(e){let t=e.tokens_meta,r=(e.tokens_meta||[]).length;n(e,e.delimiters);for(let i=0;i<r;i++)t[i]&&t[i].delimiters&&n(e,t[i].delimiters)})}function cu(e){function t(e,t){let n=e.pos,r=e.src.charCodeAt(n);if(t||r!==61)return!1;let i=e.scanDelims(e.pos,!0),a=i.length,o=String.fromCharCode(r);if(a<2)return!1;if(a%2){let t=e.push(`text`,``,0);t.content=o,a--}for(let t=0;t<a;t+=2){let n=e.push(`text`,``,0);n.content=o+o,!(!i.can_open&&!i.can_close)&&e.delimiters.push({marker:r,length:0,jump:t/2,token:e.tokens.length-1,end:-1,open:i.can_open,close:i.can_close})}return e.pos+=i.length,!0}function n(e,t){let n=[],r=t.length;for(let i=0;i<r;i++){let r=t[i];if(r.marker!==61||r.end===-1)continue;let a=t[r.end],o=e.tokens[r.token];o.type=`mark_open`,o.tag=`mark`,o.nesting=1,o.markup=`==`,o.content=``;let s=e.tokens[a.token];s.type=`mark_close`,s.tag=`mark`,s.nesting=-1,s.markup=`==`,s.content=``,e.tokens[a.token-1].type===`text`&&e.tokens[a.token-1].content===`=`&&n.push(a.token-1)}for(;n.length;){let t=n.pop(),r=t+1;for(;r<e.tokens.length&&e.tokens[r].type===`mark_close`;)r++;if(r--,t!==r){let n=e.tokens[r];e.tokens[r]=e.tokens[t],e.tokens[t]=n}}}e.inline.ruler.before(`emphasis`,`mark`,t),e.inline.ruler2.before(`emphasis`,`mark`,function(e){let t,r=e.tokens_meta,i=(e.tokens_meta||[]).length;for(n(e,e.delimiters),t=0;t<i;t++)r[t]&&r[t].delimiters&&n(e,r[t].delimiters)})}var lu=/\\([ \\!"#$%&'()*+,./:;<=>?@[\]^_`{|}~-])/g;function uu(e,t){let n=e.posMax,r=e.pos;if(e.src.charCodeAt(r)!==126||t||r+2>=n)return!1;e.pos=r+1;let i=!1;for(;e.pos<n;){if(e.src.charCodeAt(e.pos)===126){i=!0;break}e.md.inline.skipToken(e)}if(!i||r+1===e.pos)return e.pos=r,!1;let a=e.src.slice(r+1,e.pos);if(a.match(/(^|[^\\])(\\\\)*\s/))return e.pos=r,!1;e.posMax=e.pos,e.pos=r+1;let o=e.push(`sub_open`,`sub`,1);o.markup=`~`;let s=e.push(`text`,``,0);s.content=a.replace(lu,`$1`);let c=e.push(`sub_close`,`sub`,-1);return c.markup=`~`,e.pos=e.posMax+1,e.posMax=n,!0}function du(e){e.inline.ruler.after(`emphasis`,`sub`,uu)}var fu=/\\([ \\!"#$%&'()*+,./:;<=>?@[\]^_`{|}~-])/g;function pu(e,t){let n=e.posMax,r=e.pos;if(e.src.charCodeAt(r)!==94||t||r+2>=n)return!1;e.pos=r+1;let i=!1;for(;e.pos<n;){if(e.src.charCodeAt(e.pos)===94){i=!0;break}e.md.inline.skipToken(e)}if(!i||r+1===e.pos)return e.pos=r,!1;let a=e.src.slice(r+1,e.pos);if(a.match(/(^|[^\\])(\\\\)*\s/))return e.pos=r,!1;e.posMax=e.pos,e.pos=r+1;let o=e.push(`sup_open`,`sup`,1);o.markup=`^`;let s=e.push(`text`,``,0);s.content=a.replace(fu,`$1`);let c=e.push(`sup_close`,`sup`,-1);return c.markup=`^`,e.pos=e.posMax+1,e.posMax=n,!0}function mu(e){e.inline.ruler.after(`emphasis`,`sup`,pu)}var hu=Symbol.for(`yaml.alias`),gu=Symbol.for(`yaml.document`),_u=Symbol.for(`yaml.map`),vu=Symbol.for(`yaml.pair`),yu=Symbol.for(`yaml.scalar`),bu=Symbol.for(`yaml.seq`),xu=Symbol.for(`yaml.node.type`),Su=e=>!!e&&typeof e==`object`&&e[xu]===hu,Cu=e=>!!e&&typeof e==`object`&&e[xu]===gu,wu=e=>!!e&&typeof e==`object`&&e[xu]===_u,Z=e=>!!e&&typeof e==`object`&&e[xu]===vu,Q=e=>!!e&&typeof e==`object`&&e[xu]===yu,Tu=e=>!!e&&typeof e==`object`&&e[xu]===bu;function Eu(e){if(e&&typeof e==`object`)switch(e[xu]){case _u:case bu:return!0}return!1}function Du(e){if(e&&typeof e==`object`)switch(e[xu]){case hu:case _u:case yu:case bu:return!0}return!1}var Ou=e=>(Q(e)||Eu(e))&&!!e.anchor,ku=Symbol(`break visit`),Au=Symbol(`skip children`),ju=Symbol(`remove node`);function Mu(e,t){let n=Iu(t);Cu(e)?Nu(null,e.contents,n,Object.freeze([e]))===ju&&(e.contents=null):Nu(null,e,n,Object.freeze([]))}Mu.BREAK=ku,Mu.SKIP=Au,Mu.REMOVE=ju;function Nu(e,t,n,r){let i=Lu(e,t,n,r);if(Du(i)||Z(i))return Ru(e,r,i),Nu(e,i,n,r);if(typeof i!=`symbol`){if(Eu(t)){r=Object.freeze(r.concat(t));for(let e=0;e<t.items.length;++e){let i=Nu(e,t.items[e],n,r);if(typeof i==`number`)e=i-1;else if(i===ku)return ku;else i===ju&&(t.items.splice(e,1),--e)}}else if(Z(t)){r=Object.freeze(r.concat(t));let e=Nu(`key`,t.key,n,r);if(e===ku)return ku;e===ju&&(t.key=null);let i=Nu(`value`,t.value,n,r);if(i===ku)return ku;i===ju&&(t.value=null)}}return i}async function Pu(e,t){let n=Iu(t);Cu(e)?await Fu(null,e.contents,n,Object.freeze([e]))===ju&&(e.contents=null):await Fu(null,e,n,Object.freeze([]))}Pu.BREAK=ku,Pu.SKIP=Au,Pu.REMOVE=ju;async function Fu(e,t,n,r){let i=await Lu(e,t,n,r);if(Du(i)||Z(i))return Ru(e,r,i),Fu(e,i,n,r);if(typeof i!=`symbol`){if(Eu(t)){r=Object.freeze(r.concat(t));for(let e=0;e<t.items.length;++e){let i=await Fu(e,t.items[e],n,r);if(typeof i==`number`)e=i-1;else if(i===ku)return ku;else i===ju&&(t.items.splice(e,1),--e)}}else if(Z(t)){r=Object.freeze(r.concat(t));let e=await Fu(`key`,t.key,n,r);if(e===ku)return ku;e===ju&&(t.key=null);let i=await Fu(`value`,t.value,n,r);if(i===ku)return ku;i===ju&&(t.value=null)}}return i}function Iu(e){return typeof e==`object`&&(e.Collection||e.Node||e.Value)?Object.assign({Alias:e.Node,Map:e.Node,Scalar:e.Node,Seq:e.Node},e.Value&&{Map:e.Value,Scalar:e.Value,Seq:e.Value},e.Collection&&{Map:e.Collection,Seq:e.Collection},e):e}function Lu(e,t,n,r){if(typeof n==`function`)return n(e,t,r);if(wu(t))return n.Map?.(e,t,r);if(Tu(t))return n.Seq?.(e,t,r);if(Z(t))return n.Pair?.(e,t,r);if(Q(t))return n.Scalar?.(e,t,r);if(Su(t))return n.Alias?.(e,t,r)}function Ru(e,t,n){let r=t[t.length-1];if(Eu(r))r.items[e]=n;else if(Z(r))e===`key`?r.key=n:r.value=n;else if(Cu(r))r.contents=n;else{let e=Su(r)?`alias`:`scalar`;throw Error(`Cannot replace node with ${e} parent`)}}var zu={"!":`%21`,",":`%2C`,"[":`%5B`,"]":`%5D`,"{":`%7B`,"}":`%7D`},Bu=e=>e.replace(/[!,[\]{}]/g,e=>zu[e]),Vu=class e{constructor(t,n){this.docStart=null,this.docEnd=!1,this.yaml=Object.assign({},e.defaultYaml,t),this.tags=Object.assign({},e.defaultTags,n)}clone(){let t=new e(this.yaml,this.tags);return t.docStart=this.docStart,t}atDocument(){let t=new e(this.yaml,this.tags);switch(this.yaml.version){case`1.1`:this.atNextDocument=!0;break;case`1.2`:this.atNextDocument=!1,this.yaml={explicit:e.defaultYaml.explicit,version:`1.2`},this.tags=Object.assign({},e.defaultTags);break}return t}add(t,n){this.atNextDocument&&=(this.yaml={explicit:e.defaultYaml.explicit,version:`1.1`},this.tags=Object.assign({},e.defaultTags),!1);let r=t.trim().split(/[ \t]+/),i=r.shift();switch(i){case`%TAG`:{if(r.length!==2&&(n(0,`%TAG directive should contain exactly two parts`),r.length<2))return!1;let[e,t]=r;return this.tags[e]=t,!0}case`%YAML`:{if(this.yaml.explicit=!0,r.length!==1)return n(0,`%YAML directive should contain exactly one part`),!1;let[e]=r;if(e===`1.1`||e===`1.2`)return this.yaml.version=e,!0;{let t=/^\d+\.\d+$/.test(e);return n(6,`Unsupported YAML version ${e}`,t),!1}}default:return n(0,`Unknown directive ${i}`,!0),!1}}tagName(e,t){if(e===`!`)return`!`;if(e[0]!==`!`)return t(`Not a valid tag: ${e}`),null;if(e[1]===`<`){let n=e.slice(2,-1);return n===`!`||n===`!!`?(t(`Verbatim tags aren't resolved, so ${e} is invalid.`),null):(e[e.length-1]!==`>`&&t(`Verbatim tags must end with a >`),n)}let[,n,r]=e.match(/^(.*!)([^!]*)$/s);r||t(`The ${e} tag has no suffix`);let i=this.tags[n];if(i)try{return i+decodeURIComponent(r)}catch(e){return t(String(e)),null}return n===`!`?e:(t(`Could not resolve tag: ${e}`),null)}tagString(e){for(let[t,n]of Object.entries(this.tags))if(e.startsWith(n))return t+Bu(e.substring(n.length));return e[0]===`!`?e:`!<${e}>`}toString(e){let t=this.yaml.explicit?[`%YAML ${this.yaml.version||`1.2`}`]:[],n=Object.entries(this.tags),r;if(e&&n.length>0&&Du(e.contents)){let t={};Mu(e.contents,(e,n)=>{Du(n)&&n.tag&&(t[n.tag]=!0)}),r=Object.keys(t)}else r=[];for(let[i,a]of n)i===`!!`&&a===`tag:yaml.org,2002:`||(!e||r.some(e=>e.startsWith(a)))&&t.push(`%TAG ${i} ${a}`);return t.join(`
|
||
`)}};Vu.defaultYaml={explicit:!1,version:`1.2`},Vu.defaultTags={"!!":`tag:yaml.org,2002:`};function Hu(e){if(/[\x00-\x19\s,[\]{}]/.test(e)){let t=`Anchor must not contain whitespace or control characters: ${JSON.stringify(e)}`;throw Error(t)}return!0}function Uu(e){let t=new Set;return Mu(e,{Value(e,n){n.anchor&&t.add(n.anchor)}}),t}function Wu(e,t){for(let n=1;;++n){let r=`${e}${n}`;if(!t.has(r))return r}}function Gu(e,t){let n=[],r=new Map,i=null;return{onAnchor:r=>{n.push(r),i??=Uu(e);let a=Wu(t,i);return i.add(a),a},setAnchors:()=>{for(let e of n){let t=r.get(e);if(typeof t==`object`&&t.anchor&&(Q(t.node)||Eu(t.node)))t.node.anchor=t.anchor;else{let t=Error(`Failed to resolve repeated object (this should not happen)`);throw t.source=e,t}}},sourceObjects:r}}function Ku(e,t,n,r){if(r&&typeof r==`object`)if(Array.isArray(r))for(let t=0,n=r.length;t<n;++t){let n=r[t],i=Ku(e,r,String(t),n);i===void 0?delete r[t]:i!==n&&(r[t]=i)}else if(r instanceof Map)for(let t of Array.from(r.keys())){let n=r.get(t),i=Ku(e,r,t,n);i===void 0?r.delete(t):i!==n&&r.set(t,i)}else if(r instanceof Set)for(let t of Array.from(r)){let n=Ku(e,r,t,t);n===void 0?r.delete(t):n!==t&&(r.delete(t),r.add(n))}else for(let[t,n]of Object.entries(r)){let i=Ku(e,r,t,n);i===void 0?delete r[t]:i!==n&&(r[t]=i)}return e.call(t,n,r)}function qu(e,t,n){if(Array.isArray(e))return e.map((e,t)=>qu(e,String(t),n));if(e&&typeof e.toJSON==`function`){if(!n||!Ou(e))return e.toJSON(t,n);let r={aliasCount:0,count:1,res:void 0};n.anchors.set(e,r),n.onCreate=e=>{r.res=e,delete n.onCreate};let i=e.toJSON(t,n);return n.onCreate&&n.onCreate(i),i}return typeof e==`bigint`&&!n?.keep?Number(e):e}var Ju=class{constructor(e){Object.defineProperty(this,xu,{value:e})}clone(){let e=Object.create(Object.getPrototypeOf(this),Object.getOwnPropertyDescriptors(this));return this.range&&(e.range=this.range.slice()),e}toJS(e,{mapAsMap:t,maxAliasCount:n,onAnchor:r,reviver:i}={}){if(!Cu(e))throw TypeError(`A document argument is required`);let a={anchors:new Map,doc:e,keep:!0,mapAsMap:t===!0,mapKeyWarned:!1,maxAliasCount:typeof n==`number`?n:100},o=qu(this,``,a);if(typeof r==`function`)for(let{count:e,res:t}of a.anchors.values())r(t,e);return typeof i==`function`?Ku(i,{"":o},``,o):o}},Yu=class extends Ju{constructor(e){super(hu),this.source=e,Object.defineProperty(this,`tag`,{set(){throw Error(`Alias nodes cannot have tags`)}})}resolve(e,t){let n;t?.aliasResolveCache?n=t.aliasResolveCache:(n=[],Mu(e,{Node:(e,t)=>{(Su(t)||Ou(t))&&n.push(t)}}),t&&(t.aliasResolveCache=n));let r;for(let e of n){if(e===this)break;e.anchor===this.source&&(r=e)}return r}toJSON(e,t){if(!t)return{source:this.source};let{anchors:n,doc:r,maxAliasCount:i}=t,a=this.resolve(r,t);if(!a){let e=`Unresolved alias (the anchor must be set before the alias): ${this.source}`;throw ReferenceError(e)}let o=n.get(a);if(o||=(qu(a,null,t),n.get(a)),o?.res===void 0)throw ReferenceError(`This should not happen: Alias anchor was not resolved?`);if(i>=0&&(o.count+=1,o.aliasCount===0&&(o.aliasCount=Xu(r,a,n)),o.count*o.aliasCount>i))throw ReferenceError(`Excessive alias count indicates a resource exhaustion attack`);return o.res}toString(e,t,n){let r=`*${this.source}`;if(e){if(Hu(this.source),e.options.verifyAliasOrder&&!e.anchors.has(this.source)){let e=`Unresolved alias (the anchor must be set before the alias): ${this.source}`;throw Error(e)}if(e.implicitKey)return`${r} `}return r}};function Xu(e,t,n){if(Su(t)){let r=t.resolve(e),i=n&&r&&n.get(r);return i?i.count*i.aliasCount:0}else if(Eu(t)){let r=0;for(let i of t.items){let t=Xu(e,i,n);t>r&&(r=t)}return r}else if(Z(t)){let r=Xu(e,t.key,n),i=Xu(e,t.value,n);return Math.max(r,i)}return 1}var Zu=e=>!e||typeof e!=`function`&&typeof e!=`object`,$=class extends Ju{constructor(e){super(yu),this.value=e}toJSON(e,t){return t?.keep?this.value:qu(this.value,e,t)}toString(){return String(this.value)}};$.BLOCK_FOLDED=`BLOCK_FOLDED`,$.BLOCK_LITERAL=`BLOCK_LITERAL`,$.PLAIN=`PLAIN`,$.QUOTE_DOUBLE=`QUOTE_DOUBLE`,$.QUOTE_SINGLE=`QUOTE_SINGLE`;var Qu=`tag:yaml.org,2002:`;function $u(e,t,n){if(t){let e=n.filter(e=>e.tag===t),r=e.find(e=>!e.format)??e[0];if(!r)throw Error(`Tag ${t} not found`);return r}return n.find(t=>t.identify?.(e)&&!t.format)}function ed(e,t,n){if(Cu(e)&&(e=e.contents),Du(e))return e;if(Z(e)){let t=n.schema[_u].createNode?.(n.schema,null,n);return t.items.push(e),t}(e instanceof String||e instanceof Number||e instanceof Boolean||typeof BigInt<`u`&&e instanceof BigInt)&&(e=e.valueOf());let{aliasDuplicateObjects:r,onAnchor:i,onTagObj:a,schema:o,sourceObjects:s}=n,c;if(r&&e&&typeof e==`object`){if(c=s.get(e),c)return c.anchor??=i(e),new Yu(c.anchor);c={anchor:null,node:null},s.set(e,c)}t?.startsWith(`!!`)&&(t=Qu+t.slice(2));let l=$u(e,t,o.tags);if(!l){if(e&&typeof e.toJSON==`function`&&(e=e.toJSON()),!e||typeof e!=`object`){let t=new $(e);return c&&(c.node=t),t}l=e instanceof Map?o[_u]:Symbol.iterator in Object(e)?o[bu]:o[_u]}a&&(a(l),delete n.onTagObj);let u=l?.createNode?l.createNode(n.schema,e,n):typeof l?.nodeClass?.from==`function`?l.nodeClass.from(n.schema,e,n):new $(e);return t?u.tag=t:l.default||(u.tag=l.tag),c&&(c.node=u),u}function td(e,t,n){let r=n;for(let e=t.length-1;e>=0;--e){let n=t[e];if(typeof n==`number`&&Number.isInteger(n)&&n>=0){let e=[];e[n]=r,r=e}else r=new Map([[n,r]])}return ed(r,void 0,{aliasDuplicateObjects:!1,keepUndefined:!1,onAnchor:()=>{throw Error(`This should not happen, please report a bug.`)},schema:e,sourceObjects:new Map})}var nd=e=>e==null||typeof e==`object`&&!!e[Symbol.iterator]().next().done,rd=class extends Ju{constructor(e,t){super(e),Object.defineProperty(this,`schema`,{value:t,configurable:!0,enumerable:!1,writable:!0})}clone(e){let t=Object.create(Object.getPrototypeOf(this),Object.getOwnPropertyDescriptors(this));return e&&(t.schema=e),t.items=t.items.map(t=>Du(t)||Z(t)?t.clone(e):t),this.range&&(t.range=this.range.slice()),t}addIn(e,t){if(nd(e))this.add(t);else{let[n,...r]=e,i=this.get(n,!0);if(Eu(i))i.addIn(r,t);else if(i===void 0&&this.schema)this.set(n,td(this.schema,r,t));else throw Error(`Expected YAML collection at ${n}. Remaining path: ${r}`)}}deleteIn(e){let[t,...n]=e;if(n.length===0)return this.delete(t);let r=this.get(t,!0);if(Eu(r))return r.deleteIn(n);throw Error(`Expected YAML collection at ${t}. Remaining path: ${n}`)}getIn(e,t){let[n,...r]=e,i=this.get(n,!0);return r.length===0?!t&&Q(i)?i.value:i:Eu(i)?i.getIn(r,t):void 0}hasAllNullValues(e){return this.items.every(t=>{if(!Z(t))return!1;let n=t.value;return n==null||e&&Q(n)&&n.value==null&&!n.commentBefore&&!n.comment&&!n.tag})}hasIn(e){let[t,...n]=e;if(n.length===0)return this.has(t);let r=this.get(t,!0);return Eu(r)?r.hasIn(n):!1}setIn(e,t){let[n,...r]=e;if(r.length===0)this.set(n,t);else{let e=this.get(n,!0);if(Eu(e))e.setIn(r,t);else if(e===void 0&&this.schema)this.set(n,td(this.schema,r,t));else throw Error(`Expected YAML collection at ${n}. Remaining path: ${r}`)}}},id=e=>e.replace(/^(?!$)(?: $)?/gm,`#`);function ad(e,t){return/^\n+$/.test(e)?e.substring(1):t?e.replace(/^(?! *$)/gm,t):e}var od=(e,t,n)=>e.endsWith(`
|
||
`)?ad(n,t):n.includes(`
|
||
`)?`
|
||
`+ad(n,t):(e.endsWith(` `)?``:` `)+n,sd=`flow`,cd=`block`,ld=`quoted`;function ud(e,t,n=`flow`,{indentAtStart:r,lineWidth:i=80,minContentWidth:a=20,onFold:o,onOverflow:s}={}){if(!i||i<0)return e;i<a&&(a=0);let c=Math.max(1+a,1+i-t.length);if(e.length<=c)return e;let l=[],u={},d=i-t.length;typeof r==`number`&&(r>i-Math.max(2,a)?l.push(0):d=i-r);let f,p,m=!1,h=-1,g=-1,_=-1;n===`block`&&(h=dd(e,h,t.length),h!==-1&&(d=h+c));for(let r;r=e[h+=1];){if(n===`quoted`&&r===`\\`){switch(g=h,e[h+1]){case`x`:h+=3;break;case`u`:h+=5;break;case`U`:h+=9;break;default:h+=1}_=h}if(r===`
|
||
`)n===`block`&&(h=dd(e,h,t.length)),d=h+t.length+c,f=void 0;else{if(r===` `&&p&&p!==` `&&p!==`
|
||
`&&p!==` `){let t=e[h+1];t&&t!==` `&&t!==`
|
||
`&&t!==` `&&(f=h)}if(h>=d)if(f)l.push(f),d=f+c,f=void 0;else if(n===`quoted`){for(;p===` `||p===` `;)p=r,r=e[h+=1],m=!0;let t=h>_+1?h-2:g-1;if(u[t])return e;l.push(t),u[t]=!0,d=t+c,f=void 0}else m=!0}p=r}if(m&&s&&s(),l.length===0)return e;o&&o();let v=e.slice(0,l[0]);for(let r=0;r<l.length;++r){let i=l[r],a=l[r+1]||e.length;i===0?v=`\n${t}${e.slice(0,a)}`:(n===`quoted`&&u[i]&&(v+=`${e[i]}\\`),v+=`\n${t}${e.slice(i+1,a)}`)}return v}function dd(e,t,n){let r=t,i=t+1,a=e[i];for(;a===` `||a===` `;)if(t<i+n)a=e[++t];else{do a=e[++t];while(a&&a!==`
|
||
`);r=t,i=t+1,a=e[i]}return r}var fd=(e,t)=>({indentAtStart:t?e.indent.length:e.indentAtStart,lineWidth:e.options.lineWidth,minContentWidth:e.options.minContentWidth}),pd=e=>/^(%|---|\.\.\.)/m.test(e);function md(e,t,n){if(!t||t<0)return!1;let r=t-n,i=e.length;if(i<=r)return!1;for(let t=0,n=0;t<i;++t)if(e[t]===`
|
||
`){if(t-n>r)return!0;if(n=t+1,i-n<=r)return!1}return!0}function hd(e,t){let n=JSON.stringify(e);if(t.options.doubleQuotedAsJSON)return n;let{implicitKey:r}=t,i=t.options.doubleQuotedMinMultiLineLength,a=t.indent||(pd(e)?` `:``),o=``,s=0;for(let e=0,t=n[e];t;t=n[++e])if(t===` `&&n[e+1]===`\\`&&n[e+2]===`n`&&(o+=n.slice(s,e)+`\\ `,e+=1,s=e,t=`\\`),t===`\\`)switch(n[e+1]){case`u`:{o+=n.slice(s,e);let t=n.substr(e+2,4);switch(t){case`0000`:o+=`\\0`;break;case`0007`:o+=`\\a`;break;case`000b`:o+=`\\v`;break;case`001b`:o+=`\\e`;break;case`0085`:o+=`\\N`;break;case`00a0`:o+=`\\_`;break;case`2028`:o+=`\\L`;break;case`2029`:o+=`\\P`;break;default:t.substr(0,2)===`00`?o+=`\\x`+t.substr(2):o+=n.substr(e,6)}e+=5,s=e+1}break;case`n`:if(r||n[e+2]===`"`||n.length<i)e+=1;else{for(o+=n.slice(s,e)+`
|
||
|
||
`;n[e+2]===`\\`&&n[e+3]===`n`&&n[e+4]!==`"`;)o+=`
|
||
`,e+=2;o+=a,n[e+2]===` `&&(o+=`\\`),e+=1,s=e+1}break;default:e+=1}return o=s?o+n.slice(s):n,r?o:ud(o,a,ld,fd(t,!1))}function gd(e,t){if(t.options.singleQuote===!1||t.implicitKey&&e.includes(`
|
||
`)||/[ \t]\n|\n[ \t]/.test(e))return hd(e,t);let n=t.indent||(pd(e)?` `:``),r=`'`+e.replace(/'/g,`''`).replace(/\n+/g,`$&\n${n}`)+`'`;return t.implicitKey?r:ud(r,n,sd,fd(t,!1))}function _d(e,t){let{singleQuote:n}=t.options,r;if(n===!1)r=hd;else{let t=e.includes(`"`),i=e.includes(`'`);r=t&&!i?gd:i&&!t?hd:n?gd:hd}return r(e,t)}var vd;try{vd=RegExp(`(^|(?<!
|
||
))
|
||
+(?!
|
||
|$)`,`g`)}catch{vd=/\n+(?!\n|$)/g}function yd({comment:e,type:t,value:n},r,i,a){let{blockQuote:o,commentString:s,lineWidth:c}=r.options;if(!o||/\n[\t ]+$/.test(n))return _d(n,r);let l=r.indent||(r.forceBlockIndent||pd(n)?` `:``),u=o===`literal`?!0:o===`folded`||t===$.BLOCK_FOLDED?!1:t===$.BLOCK_LITERAL?!0:!md(n,c,l.length);if(!n)return u?`|
|
||
`:`>
|
||
`;let d,f;for(f=n.length;f>0;--f){let e=n[f-1];if(e!==`
|
||
`&&e!==` `&&e!==` `)break}let p=n.substring(f),m=p.indexOf(`
|
||
`);m===-1?d=`-`:n===p||m!==p.length-1?(d=`+`,a&&a()):d=``,p&&=(n=n.slice(0,-p.length),p[p.length-1]===`
|
||
`&&(p=p.slice(0,-1)),p.replace(vd,`$&${l}`));let h=!1,g,_=-1;for(g=0;g<n.length;++g){let e=n[g];if(e===` `)h=!0;else if(e===`
|
||
`)_=g;else break}let v=n.substring(0,_<g?_+1:g);v&&=(n=n.substring(v.length),v.replace(/\n+/g,`$&${l}`));let y=(h?l?`2`:`1`:``)+d;if(e&&(y+=` `+s(e.replace(/ ?[\r\n]+/g,` `)),i&&i()),!u){let e=n.replace(/\n+/g,`
|
||
$&`).replace(/(?:^|\n)([\t ].*)(?:([\n\t ]*)\n(?![\n\t ]))?/g,`$1$2`).replace(/\n+/g,`$&${l}`),i=!1,a=fd(r,!0);o!==`folded`&&t!==$.BLOCK_FOLDED&&(a.onOverflow=()=>{i=!0});let s=ud(`${v}${e}${p}`,l,cd,a);if(!i)return`>${y}\n${l}${s}`}return n=n.replace(/\n+/g,`$&${l}`),`|${y}\n${l}${v}${n}${p}`}function bd(e,t,n,r){let{type:i,value:a}=e,{actualString:o,implicitKey:s,indent:c,indentStep:l,inFlow:u}=t;if(s&&a.includes(`
|
||
`)||u&&/[[\]{},]/.test(a))return _d(a,t);if(/^[\n\t ,[\]{}#&*!|>'"%@`]|^[?-]$|^[?-][ \t]|[\n:][ \t]|[ \t]\n|[\n\t ]#|[\n\t :]$/.test(a))return s||u||!a.includes(`
|
||
`)?_d(a,t):yd(e,t,n,r);if(!s&&!u&&i!==$.PLAIN&&a.includes(`
|
||
`))return yd(e,t,n,r);if(pd(a)){if(c===``)return t.forceBlockIndent=!0,yd(e,t,n,r);if(s&&c===l)return _d(a,t)}let d=a.replace(/\n+/g,`$&\n${c}`);if(o){let e=e=>e.default&&e.tag!==`tag:yaml.org,2002:str`&&e.test?.test(d),{compat:n,tags:r}=t.doc.schema;if(r.some(e)||n?.some(e))return _d(a,t)}return s?d:ud(d,c,sd,fd(t,!1))}function xd(e,t,n,r){let{implicitKey:i,inFlow:a}=t,o=typeof e.value==`string`?e:Object.assign({},e,{value:String(e.value)}),{type:s}=e;s!==$.QUOTE_DOUBLE&&/[\x00-\x08\x0b-\x1f\x7f-\x9f\u{D800}-\u{DFFF}]/u.test(o.value)&&(s=$.QUOTE_DOUBLE);let c=e=>{switch(e){case $.BLOCK_FOLDED:case $.BLOCK_LITERAL:return i||a?_d(o.value,t):yd(o,t,n,r);case $.QUOTE_DOUBLE:return hd(o.value,t);case $.QUOTE_SINGLE:return gd(o.value,t);case $.PLAIN:return bd(o,t,n,r);default:return null}},l=c(s);if(l===null){let{defaultKeyType:e,defaultStringType:n}=t.options,r=i&&e||n;if(l=c(r),l===null)throw Error(`Unsupported default string type ${r}`)}return l}function Sd(e,t){let n=Object.assign({blockQuote:!0,commentString:id,defaultKeyType:null,defaultStringType:`PLAIN`,directives:null,doubleQuotedAsJSON:!1,doubleQuotedMinMultiLineLength:40,falseStr:`false`,flowCollectionPadding:!0,indentSeq:!0,lineWidth:80,minContentWidth:20,nullStr:`null`,simpleKeys:!1,singleQuote:null,trailingComma:!1,trueStr:`true`,verifyAliasOrder:!0},e.schema.toStringOptions,t),r;switch(n.collectionStyle){case`block`:r=!1;break;case`flow`:r=!0;break;default:r=null}return{anchors:new Set,doc:e,flowCollectionPadding:n.flowCollectionPadding?` `:``,indent:``,indentStep:typeof n.indent==`number`?` `.repeat(n.indent):` `,inFlow:r,options:n}}function Cd(e,t){if(t.tag){let n=e.filter(e=>e.tag===t.tag);if(n.length>0)return n.find(e=>e.format===t.format)??n[0]}let n,r;if(Q(t)){r=t.value;let i=e.filter(e=>e.identify?.(r));if(i.length>1){let e=i.filter(e=>e.test);e.length>0&&(i=e)}n=i.find(e=>e.format===t.format)??i.find(e=>!e.format)}else r=t,n=e.find(e=>e.nodeClass&&r instanceof e.nodeClass);if(!n){let e=r?.constructor?.name??(r===null?`null`:typeof r);throw Error(`Tag not resolved for ${e} value`)}return n}function wd(e,t,{anchors:n,doc:r}){if(!r.directives)return``;let i=[],a=(Q(e)||Eu(e))&&e.anchor;a&&Hu(a)&&(n.add(a),i.push(`&${a}`));let o=e.tag??(t.default?null:t.tag);return o&&i.push(r.directives.tagString(o)),i.join(` `)}function Td(e,t,n,r){if(Z(e))return e.toString(t,n,r);if(Su(e)){if(t.doc.directives)return e.toString(t);if(t.resolvedAliases?.has(e))throw TypeError(`Cannot stringify circular structure without alias nodes`);t.resolvedAliases?t.resolvedAliases.add(e):t.resolvedAliases=new Set([e]),e=e.resolve(t.doc)}let i,a=Du(e)?e:t.doc.createNode(e,{onTagObj:e=>i=e});i??=Cd(t.doc.schema.tags,a);let o=wd(a,i,t);o.length>0&&(t.indentAtStart=(t.indentAtStart??0)+o.length+1);let s=typeof i.stringify==`function`?i.stringify(a,t,n,r):Q(a)?xd(a,t,n,r):a.toString(t,n,r);return o?Q(a)||s[0]===`{`||s[0]===`[`?`${o} ${s}`:`${o}\n${t.indent}${s}`:s}function Ed({key:e,value:t},n,r,i){let{allNullValues:a,doc:o,indent:s,indentStep:c,options:{commentString:l,indentSeq:u,simpleKeys:d}}=n,f=Du(e)&&e.comment||null;if(d){if(f)throw Error(`With simple keys, key nodes cannot have comments`);if(Eu(e)||!Du(e)&&typeof e==`object`)throw Error(`With simple keys, collection cannot be used as a key value`)}let p=!d&&(!e||f&&t==null&&!n.inFlow||Eu(e)||(Q(e)?e.type===$.BLOCK_FOLDED||e.type===$.BLOCK_LITERAL:typeof e==`object`));n=Object.assign({},n,{allNullValues:!1,implicitKey:!p&&(d||!a),indent:s+c});let m=!1,h=!1,g=Td(e,n,()=>m=!0,()=>h=!0);if(!p&&!n.inFlow&&g.length>1024){if(d)throw Error(`With simple keys, single line scalar must not span more than 1024 characters`);p=!0}if(n.inFlow){if(a||t==null)return m&&r&&r(),g===``?`?`:p?`? ${g}`:g}else if(a&&!d||t==null&&p)return g=`? ${g}`,f&&!m?g+=od(g,n.indent,l(f)):h&&i&&i(),g;m&&(f=null),p?(f&&(g+=od(g,n.indent,l(f))),g=`? ${g}\n${s}:`):(g=`${g}:`,f&&(g+=od(g,n.indent,l(f))));let _,v,y;Du(t)?(_=!!t.spaceBefore,v=t.commentBefore,y=t.comment):(_=!1,v=null,y=null,t&&typeof t==`object`&&(t=o.createNode(t))),n.implicitKey=!1,!p&&!f&&Q(t)&&(n.indentAtStart=g.length+1),h=!1,!u&&c.length>=2&&!n.inFlow&&!p&&Tu(t)&&!t.flow&&!t.tag&&!t.anchor&&(n.indent=n.indent.substring(2));let b=!1,ee=Td(t,n,()=>b=!0,()=>h=!0),x=` `;if(f||_||v){if(x=_?`
|
||
`:``,v){let e=l(v);x+=`\n${ad(e,n.indent)}`}ee===``&&!n.inFlow?x===`
|
||
`&&y&&(x=`
|
||
|
||
`):x+=`\n${n.indent}`}else if(!p&&Eu(t)){let e=ee[0],r=ee.indexOf(`
|
||
`),i=r!==-1,a=n.inFlow??t.flow??t.items.length===0;if(i||!a){let t=!1;if(i&&(e===`&`||e===`!`)){let n=ee.indexOf(` `);e===`&`&&n!==-1&&n<r&&ee[n+1]===`!`&&(n=ee.indexOf(` `,n+1)),(n===-1||r<n)&&(t=!0)}t||(x=`\n${n.indent}`)}}else (ee===``||ee[0]===`
|
||
`)&&(x=``);return g+=x+ee,n.inFlow?b&&r&&r():y&&!b?g+=od(g,n.indent,l(y)):h&&i&&i(),g}function Dd(e,t){(e===`debug`||e===`warn`)&&console.warn(t)}var Od=`<<`,kd={identify:e=>e===Od||typeof e==`symbol`&&e.description===Od,default:`key`,tag:`tag:yaml.org,2002:merge`,test:/^<<$/,resolve:()=>Object.assign(new $(Symbol(Od)),{addToJSMap:jd}),stringify:()=>Od},Ad=(e,t)=>(kd.identify(t)||Q(t)&&(!t.type||t.type===$.PLAIN)&&kd.identify(t.value))&&e?.doc.schema.tags.some(e=>e.tag===kd.tag&&e.default);function jd(e,t,n){if(n=e&&Su(n)?n.resolve(e.doc):n,Tu(n))for(let r of n.items)Md(e,t,r);else if(Array.isArray(n))for(let r of n)Md(e,t,r);else Md(e,t,n)}function Md(e,t,n){let r=e&&Su(n)?n.resolve(e.doc):n;if(!wu(r))throw Error(`Merge sources must be maps or map aliases`);let i=r.toJSON(null,e,Map);for(let[e,n]of i)t instanceof Map?t.has(e)||t.set(e,n):t instanceof Set?t.add(e):Object.prototype.hasOwnProperty.call(t,e)||Object.defineProperty(t,e,{value:n,writable:!0,enumerable:!0,configurable:!0});return t}function Nd(e,t,{key:n,value:r}){if(Du(n)&&n.addToJSMap)n.addToJSMap(e,t,r);else if(Ad(e,n))jd(e,t,r);else{let i=qu(n,``,e);if(t instanceof Map)t.set(i,qu(r,i,e));else if(t instanceof Set)t.add(i);else{let a=Pd(n,i,e),o=qu(r,a,e);a in t?Object.defineProperty(t,a,{value:o,writable:!0,enumerable:!0,configurable:!0}):t[a]=o}}return t}function Pd(e,t,n){if(t===null)return``;if(typeof t!=`object`)return String(t);if(Du(e)&&n?.doc){let t=Sd(n.doc,{});t.anchors=new Set;for(let e of n.anchors.keys())t.anchors.add(e.anchor);t.inFlow=!0,t.inStringifyKey=!0;let r=e.toString(t);if(!n.mapKeyWarned){let e=JSON.stringify(r);e.length>40&&(e=e.substring(0,36)+`..."`),Dd(n.doc.options.logLevel,`Keys with collection values will be stringified due to JS Object restrictions: ${e}. Set mapAsMap: true to use object keys.`),n.mapKeyWarned=!0}return r}return JSON.stringify(t)}function Fd(e,t,n){return new Id(ed(e,void 0,n),ed(t,void 0,n))}var Id=class e{constructor(e,t=null){Object.defineProperty(this,xu,{value:vu}),this.key=e,this.value=t}clone(t){let{key:n,value:r}=this;return Du(n)&&(n=n.clone(t)),Du(r)&&(r=r.clone(t)),new e(n,r)}toJSON(e,t){return Nd(t,t?.mapAsMap?new Map:{},this)}toString(e,t,n){return e?.doc?Ed(this,e,t,n):JSON.stringify(this)}};function Ld(e,t,n){return(t.inFlow??e.flow?zd:Rd)(e,t,n)}function Rd({comment:e,items:t},n,{blockItemPrefix:r,flowChars:i,itemIndent:a,onChompKeep:o,onComment:s}){let{indent:c,options:{commentString:l}}=n,u=Object.assign({},n,{indent:a,type:null}),d=!1,f=[];for(let e=0;e<t.length;++e){let i=t[e],o=null;if(Du(i))!d&&i.spaceBefore&&f.push(``),Bd(n,f,i.commentBefore,d),i.comment&&(o=i.comment);else if(Z(i)){let e=Du(i.key)?i.key:null;e&&(!d&&e.spaceBefore&&f.push(``),Bd(n,f,e.commentBefore,d))}d=!1;let s=Td(i,u,()=>o=null,()=>d=!0);o&&(s+=od(s,a,l(o))),d&&o&&(d=!1),f.push(r+s)}let p;if(f.length===0)p=i.start+i.end;else{p=f[0];for(let e=1;e<f.length;++e){let t=f[e];p+=t?`\n${c}${t}`:`
|
||
`}}return e?(p+=`
|
||
`+ad(l(e),c),s&&s()):d&&o&&o(),p}function zd({items:e},t,{flowChars:n,itemIndent:r}){let{indent:i,indentStep:a,flowCollectionPadding:o,options:{commentString:s}}=t;r+=a;let c=Object.assign({},t,{indent:r,inFlow:!0,type:null}),l=!1,u=0,d=[];for(let n=0;n<e.length;++n){let i=e[n],a=null;if(Du(i))i.spaceBefore&&d.push(``),Bd(t,d,i.commentBefore,!1),i.comment&&(a=i.comment);else if(Z(i)){let e=Du(i.key)?i.key:null;e&&(e.spaceBefore&&d.push(``),Bd(t,d,e.commentBefore,!1),e.comment&&(l=!0));let n=Du(i.value)?i.value:null;n?(n.comment&&(a=n.comment),n.commentBefore&&(l=!0)):i.value==null&&e?.comment&&(a=e.comment)}a&&(l=!0);let o=Td(i,c,()=>a=null);l||=d.length>u||o.includes(`
|
||
`),n<e.length-1?o+=`,`:t.options.trailingComma&&(t.options.lineWidth>0&&(l||=d.reduce((e,t)=>e+t.length+2,2)+(o.length+2)>t.options.lineWidth),l&&(o+=`,`)),a&&(o+=od(o,r,s(a))),d.push(o),u=d.length}let{start:f,end:p}=n;if(d.length===0)return f+p;if(!l){let e=d.reduce((e,t)=>e+t.length+2,2);l=t.options.lineWidth>0&&e>t.options.lineWidth}if(l){let e=f;for(let t of d)e+=t?`\n${a}${i}${t}`:`
|
||
`;return`${e}\n${i}${p}`}else return`${f}${o}${d.join(` `)}${o}${p}`}function Bd({indent:e,options:{commentString:t}},n,r,i){if(r&&i&&(r=r.replace(/^\n+/,``)),r){let i=ad(t(r),e);n.push(i.trimStart())}}function Vd(e,t){let n=Q(t)?t.value:t;for(let r of e)if(Z(r)&&(r.key===t||r.key===n||Q(r.key)&&r.key.value===n))return r}var Hd=class extends rd{static get tagName(){return`tag:yaml.org,2002:map`}constructor(e){super(_u,e),this.items=[]}static from(e,t,n){let{keepUndefined:r,replacer:i}=n,a=new this(e),o=(e,o)=>{if(typeof i==`function`)o=i.call(t,e,o);else if(Array.isArray(i)&&!i.includes(e))return;(o!==void 0||r)&&a.items.push(Fd(e,o,n))};if(t instanceof Map)for(let[e,n]of t)o(e,n);else if(t&&typeof t==`object`)for(let e of Object.keys(t))o(e,t[e]);return typeof e.sortMapEntries==`function`&&a.items.sort(e.sortMapEntries),a}add(e,t){let n;n=Z(e)?e:!e||typeof e!=`object`||!(`key`in e)?new Id(e,e?.value):new Id(e.key,e.value);let r=Vd(this.items,n.key),i=this.schema?.sortMapEntries;if(r){if(!t)throw Error(`Key ${n.key} already set`);Q(r.value)&&Zu(n.value)?r.value.value=n.value:r.value=n.value}else if(i){let e=this.items.findIndex(e=>i(n,e)<0);e===-1?this.items.push(n):this.items.splice(e,0,n)}else this.items.push(n)}delete(e){let t=Vd(this.items,e);return t?this.items.splice(this.items.indexOf(t),1).length>0:!1}get(e,t){let n=Vd(this.items,e)?.value;return(!t&&Q(n)?n.value:n)??void 0}has(e){return!!Vd(this.items,e)}set(e,t){this.add(new Id(e,t),!0)}toJSON(e,t,n){let r=n?new n:t?.mapAsMap?new Map:{};t?.onCreate&&t.onCreate(r);for(let e of this.items)Nd(t,r,e);return r}toString(e,t,n){if(!e)return JSON.stringify(this);for(let e of this.items)if(!Z(e))throw Error(`Map items must all be pairs; found ${JSON.stringify(e)} instead`);return!e.allNullValues&&this.hasAllNullValues(!1)&&(e=Object.assign({},e,{allNullValues:!0})),Ld(this,e,{blockItemPrefix:``,flowChars:{start:`{`,end:`}`},itemIndent:e.indent||``,onChompKeep:n,onComment:t})}},Ud={collection:`map`,default:!0,nodeClass:Hd,tag:`tag:yaml.org,2002:map`,resolve(e,t){return wu(e)||t(`Expected a mapping for this tag`),e},createNode:(e,t,n)=>Hd.from(e,t,n)},Wd=class extends rd{static get tagName(){return`tag:yaml.org,2002:seq`}constructor(e){super(bu,e),this.items=[]}add(e){this.items.push(e)}delete(e){let t=Gd(e);return typeof t==`number`?this.items.splice(t,1).length>0:!1}get(e,t){let n=Gd(e);if(typeof n!=`number`)return;let r=this.items[n];return!t&&Q(r)?r.value:r}has(e){let t=Gd(e);return typeof t==`number`&&t<this.items.length}set(e,t){let n=Gd(e);if(typeof n!=`number`)throw Error(`Expected a valid index, not ${e}.`);let r=this.items[n];Q(r)&&Zu(t)?r.value=t:this.items[n]=t}toJSON(e,t){let n=[];t?.onCreate&&t.onCreate(n);let r=0;for(let e of this.items)n.push(qu(e,String(r++),t));return n}toString(e,t,n){return e?Ld(this,e,{blockItemPrefix:`- `,flowChars:{start:`[`,end:`]`},itemIndent:(e.indent||``)+` `,onChompKeep:n,onComment:t}):JSON.stringify(this)}static from(e,t,n){let{replacer:r}=n,i=new this(e);if(t&&Symbol.iterator in Object(t)){let e=0;for(let a of t){if(typeof r==`function`){let n=t instanceof Set?a:String(e++);a=r.call(t,n,a)}i.items.push(ed(a,void 0,n))}}return i}};function Gd(e){let t=Q(e)?e.value:e;return t&&typeof t==`string`&&(t=Number(t)),typeof t==`number`&&Number.isInteger(t)&&t>=0?t:null}var Kd={collection:`seq`,default:!0,nodeClass:Wd,tag:`tag:yaml.org,2002:seq`,resolve(e,t){return Tu(e)||t(`Expected a sequence for this tag`),e},createNode:(e,t,n)=>Wd.from(e,t,n)},qd={identify:e=>typeof e==`string`,default:!0,tag:`tag:yaml.org,2002:str`,resolve:e=>e,stringify(e,t,n,r){return t=Object.assign({actualString:!0},t),xd(e,t,n,r)}},Jd={identify:e=>e==null,createNode:()=>new $(null),default:!0,tag:`tag:yaml.org,2002:null`,test:/^(?:~|[Nn]ull|NULL)?$/,resolve:()=>new $(null),stringify:({source:e},t)=>typeof e==`string`&&Jd.test.test(e)?e:t.options.nullStr},Yd={identify:e=>typeof e==`boolean`,default:!0,tag:`tag:yaml.org,2002:bool`,test:/^(?:[Tt]rue|TRUE|[Ff]alse|FALSE)$/,resolve:e=>new $(e[0]===`t`||e[0]===`T`),stringify({source:e,value:t},n){return e&&Yd.test.test(e)&&t===(e[0]===`t`||e[0]===`T`)?e:t?n.options.trueStr:n.options.falseStr}};function Xd({format:e,minFractionDigits:t,tag:n,value:r}){if(typeof r==`bigint`)return String(r);let i=typeof r==`number`?r:Number(r);if(!isFinite(i))return isNaN(i)?`.nan`:i<0?`-.inf`:`.inf`;let a=Object.is(r,-0)?`-0`:JSON.stringify(r);if(!e&&t&&(!n||n===`tag:yaml.org,2002:float`)&&/^\d/.test(a)){let e=a.indexOf(`.`);e<0&&(e=a.length,a+=`.`);let n=t-(a.length-e-1);for(;n-- >0;)a+=`0`}return a}var Zd={identify:e=>typeof e==`number`,default:!0,tag:`tag:yaml.org,2002:float`,test:/^(?:[-+]?\.(?:inf|Inf|INF)|\.nan|\.NaN|\.NAN)$/,resolve:e=>e.slice(-3).toLowerCase()===`nan`?NaN:e[0]===`-`?-1/0:1/0,stringify:Xd},Qd={identify:e=>typeof e==`number`,default:!0,tag:`tag:yaml.org,2002:float`,format:`EXP`,test:/^[-+]?(?:\.[0-9]+|[0-9]+(?:\.[0-9]*)?)[eE][-+]?[0-9]+$/,resolve:e=>parseFloat(e),stringify(e){let t=Number(e.value);return isFinite(t)?t.toExponential():Xd(e)}},$d={identify:e=>typeof e==`number`,default:!0,tag:`tag:yaml.org,2002:float`,test:/^[-+]?(?:\.[0-9]+|[0-9]+\.[0-9]*)$/,resolve(e){let t=new $(parseFloat(e)),n=e.indexOf(`.`);return n!==-1&&e[e.length-1]===`0`&&(t.minFractionDigits=e.length-n-1),t},stringify:Xd},ef=e=>typeof e==`bigint`||Number.isInteger(e),tf=(e,t,n,{intAsBigInt:r})=>r?BigInt(e):parseInt(e.substring(t),n);function nf(e,t,n){let{value:r}=e;return ef(r)&&r>=0?n+r.toString(t):Xd(e)}var rf={identify:e=>ef(e)&&e>=0,default:!0,tag:`tag:yaml.org,2002:int`,format:`OCT`,test:/^0o[0-7]+$/,resolve:(e,t,n)=>tf(e,2,8,n),stringify:e=>nf(e,8,`0o`)},af={identify:ef,default:!0,tag:`tag:yaml.org,2002:int`,test:/^[-+]?[0-9]+$/,resolve:(e,t,n)=>tf(e,0,10,n),stringify:Xd},of={identify:e=>ef(e)&&e>=0,default:!0,tag:`tag:yaml.org,2002:int`,format:`HEX`,test:/^0x[0-9a-fA-F]+$/,resolve:(e,t,n)=>tf(e,2,16,n),stringify:e=>nf(e,16,`0x`)},sf=[Ud,Kd,qd,Jd,Yd,rf,af,of,Zd,Qd,$d];function cf(e){return typeof e==`bigint`||Number.isInteger(e)}var lf=({value:e})=>JSON.stringify(e),uf=[{identify:e=>typeof e==`string`,default:!0,tag:`tag:yaml.org,2002:str`,resolve:e=>e,stringify:lf},{identify:e=>e==null,createNode:()=>new $(null),default:!0,tag:`tag:yaml.org,2002:null`,test:/^null$/,resolve:()=>null,stringify:lf},{identify:e=>typeof e==`boolean`,default:!0,tag:`tag:yaml.org,2002:bool`,test:/^true$|^false$/,resolve:e=>e===`true`,stringify:lf},{identify:cf,default:!0,tag:`tag:yaml.org,2002:int`,test:/^-?(?:0|[1-9][0-9]*)$/,resolve:(e,t,{intAsBigInt:n})=>n?BigInt(e):parseInt(e,10),stringify:({value:e})=>cf(e)?e.toString():JSON.stringify(e)},{identify:e=>typeof e==`number`,default:!0,tag:`tag:yaml.org,2002:float`,test:/^-?(?:0|[1-9][0-9]*)(?:\.[0-9]*)?(?:[eE][-+]?[0-9]+)?$/,resolve:e=>parseFloat(e),stringify:lf}],df=[Ud,Kd].concat(uf,{default:!0,tag:``,test:/^/,resolve(e,t){return t(`Unresolved plain scalar ${JSON.stringify(e)}`),e}}),ff={identify:e=>e instanceof Uint8Array,default:!1,tag:`tag:yaml.org,2002:binary`,resolve(e,t){if(typeof atob==`function`){let t=atob(e.replace(/[\n\r]/g,``)),n=new Uint8Array(t.length);for(let e=0;e<t.length;++e)n[e]=t.charCodeAt(e);return n}else return t(`This environment does not support reading binary tags; either Buffer or atob is required`),e},stringify({comment:e,type:t,value:n},r,i,a){if(!n)return``;let o=n,s;if(typeof btoa==`function`){let e=``;for(let t=0;t<o.length;++t)e+=String.fromCharCode(o[t]);s=btoa(e)}else throw Error(`This environment does not support writing binary tags; either Buffer or btoa is required`);if(t??=$.BLOCK_LITERAL,t!==$.QUOTE_DOUBLE){let e=Math.max(r.options.lineWidth-r.indent.length,r.options.minContentWidth),n=Math.ceil(s.length/e),i=Array(n);for(let t=0,r=0;t<n;++t,r+=e)i[t]=s.substr(r,e);s=i.join(t===$.BLOCK_LITERAL?`
|
||
`:` `)}return xd({comment:e,type:t,value:s},r,i,a)}};function pf(e,t){if(Tu(e))for(let n=0;n<e.items.length;++n){let r=e.items[n];if(!Z(r)){if(wu(r)){r.items.length>1&&t(`Each pair must have its own sequence indicator`);let e=r.items[0]||new Id(new $(null));if(r.commentBefore&&(e.key.commentBefore=e.key.commentBefore?`${r.commentBefore}\n${e.key.commentBefore}`:r.commentBefore),r.comment){let t=e.value??e.key;t.comment=t.comment?`${r.comment}\n${t.comment}`:r.comment}r=e}e.items[n]=Z(r)?r:new Id(r)}}else t(`Expected a sequence for this tag`);return e}function mf(e,t,n){let{replacer:r}=n,i=new Wd(e);i.tag=`tag:yaml.org,2002:pairs`;let a=0;if(t&&Symbol.iterator in Object(t))for(let e of t){typeof r==`function`&&(e=r.call(t,String(a++),e));let o,s;if(Array.isArray(e))if(e.length===2)o=e[0],s=e[1];else throw TypeError(`Expected [key, value] tuple: ${e}`);else if(e&&e instanceof Object){let t=Object.keys(e);if(t.length===1)o=t[0],s=e[o];else throw TypeError(`Expected tuple with one key, not ${t.length} keys`)}else o=e;i.items.push(Fd(o,s,n))}return i}var hf={collection:`seq`,default:!1,tag:`tag:yaml.org,2002:pairs`,resolve:pf,createNode:mf},gf=class e extends Wd{constructor(){super(),this.add=Hd.prototype.add.bind(this),this.delete=Hd.prototype.delete.bind(this),this.get=Hd.prototype.get.bind(this),this.has=Hd.prototype.has.bind(this),this.set=Hd.prototype.set.bind(this),this.tag=e.tag}toJSON(e,t){if(!t)return super.toJSON(e);let n=new Map;t?.onCreate&&t.onCreate(n);for(let e of this.items){let r,i;if(Z(e)?(r=qu(e.key,``,t),i=qu(e.value,r,t)):r=qu(e,``,t),n.has(r))throw Error(`Ordered maps must not include duplicate keys`);n.set(r,i)}return n}static from(e,t,n){let r=mf(e,t,n),i=new this;return i.items=r.items,i}};gf.tag=`tag:yaml.org,2002:omap`;var _f={collection:`seq`,identify:e=>e instanceof Map,nodeClass:gf,default:!1,tag:`tag:yaml.org,2002:omap`,resolve(e,t){let n=pf(e,t),r=[];for(let{key:e}of n.items)Q(e)&&(r.includes(e.value)?t(`Ordered maps must not include duplicate keys: ${e.value}`):r.push(e.value));return Object.assign(new gf,n)},createNode:(e,t,n)=>gf.from(e,t,n)};function vf({value:e,source:t},n){return t&&(e?yf:bf).test.test(t)?t:e?n.options.trueStr:n.options.falseStr}var yf={identify:e=>e===!0,default:!0,tag:`tag:yaml.org,2002:bool`,test:/^(?:Y|y|[Yy]es|YES|[Tt]rue|TRUE|[Oo]n|ON)$/,resolve:()=>new $(!0),stringify:vf},bf={identify:e=>e===!1,default:!0,tag:`tag:yaml.org,2002:bool`,test:/^(?:N|n|[Nn]o|NO|[Ff]alse|FALSE|[Oo]ff|OFF)$/,resolve:()=>new $(!1),stringify:vf},xf={identify:e=>typeof e==`number`,default:!0,tag:`tag:yaml.org,2002:float`,test:/^(?:[-+]?\.(?:inf|Inf|INF)|\.nan|\.NaN|\.NAN)$/,resolve:e=>e.slice(-3).toLowerCase()===`nan`?NaN:e[0]===`-`?-1/0:1/0,stringify:Xd},Sf={identify:e=>typeof e==`number`,default:!0,tag:`tag:yaml.org,2002:float`,format:`EXP`,test:/^[-+]?(?:[0-9][0-9_]*)?(?:\.[0-9_]*)?[eE][-+]?[0-9]+$/,resolve:e=>parseFloat(e.replace(/_/g,``)),stringify(e){let t=Number(e.value);return isFinite(t)?t.toExponential():Xd(e)}},Cf={identify:e=>typeof e==`number`,default:!0,tag:`tag:yaml.org,2002:float`,test:/^[-+]?(?:[0-9][0-9_]*)?\.[0-9_]*$/,resolve(e){let t=new $(parseFloat(e.replace(/_/g,``))),n=e.indexOf(`.`);if(n!==-1){let r=e.substring(n+1).replace(/_/g,``);r[r.length-1]===`0`&&(t.minFractionDigits=r.length)}return t},stringify:Xd},wf=e=>typeof e==`bigint`||Number.isInteger(e);function Tf(e,t,n,{intAsBigInt:r}){let i=e[0];if((i===`-`||i===`+`)&&(t+=1),e=e.substring(t).replace(/_/g,``),r){switch(n){case 2:e=`0b${e}`;break;case 8:e=`0o${e}`;break;case 16:e=`0x${e}`;break}let t=BigInt(e);return i===`-`?BigInt(-1)*t:t}let a=parseInt(e,n);return i===`-`?-1*a:a}function Ef(e,t,n){let{value:r}=e;if(wf(r)){let e=r.toString(t);return r<0?`-`+n+e.substr(1):n+e}return Xd(e)}var Df={identify:wf,default:!0,tag:`tag:yaml.org,2002:int`,format:`BIN`,test:/^[-+]?0b[0-1_]+$/,resolve:(e,t,n)=>Tf(e,2,2,n),stringify:e=>Ef(e,2,`0b`)},Of={identify:wf,default:!0,tag:`tag:yaml.org,2002:int`,format:`OCT`,test:/^[-+]?0[0-7_]+$/,resolve:(e,t,n)=>Tf(e,1,8,n),stringify:e=>Ef(e,8,`0`)},kf={identify:wf,default:!0,tag:`tag:yaml.org,2002:int`,test:/^[-+]?[0-9][0-9_]*$/,resolve:(e,t,n)=>Tf(e,0,10,n),stringify:Xd},Af={identify:wf,default:!0,tag:`tag:yaml.org,2002:int`,format:`HEX`,test:/^[-+]?0x[0-9a-fA-F_]+$/,resolve:(e,t,n)=>Tf(e,2,16,n),stringify:e=>Ef(e,16,`0x`)},jf=class e extends Hd{constructor(t){super(t),this.tag=e.tag}add(e){let t;t=Z(e)?e:e&&typeof e==`object`&&`key`in e&&`value`in e&&e.value===null?new Id(e.key,null):new Id(e,null),Vd(this.items,t.key)||this.items.push(t)}get(e,t){let n=Vd(this.items,e);return!t&&Z(n)?Q(n.key)?n.key.value:n.key:n}set(e,t){if(typeof t!=`boolean`)throw Error(`Expected boolean value for set(key, value) in a YAML set, not ${typeof t}`);let n=Vd(this.items,e);n&&!t?this.items.splice(this.items.indexOf(n),1):!n&&t&&this.items.push(new Id(e))}toJSON(e,t){return super.toJSON(e,t,Set)}toString(e,t,n){if(!e)return JSON.stringify(this);if(this.hasAllNullValues(!0))return super.toString(Object.assign({},e,{allNullValues:!0}),t,n);throw Error(`Set items must all have null values`)}static from(e,t,n){let{replacer:r}=n,i=new this(e);if(t&&Symbol.iterator in Object(t))for(let e of t)typeof r==`function`&&(e=r.call(t,e,e)),i.items.push(Fd(e,null,n));return i}};jf.tag=`tag:yaml.org,2002:set`;var Mf={collection:`map`,identify:e=>e instanceof Set,nodeClass:jf,default:!1,tag:`tag:yaml.org,2002:set`,createNode:(e,t,n)=>jf.from(e,t,n),resolve(e,t){if(wu(e)){if(e.hasAllNullValues(!0))return Object.assign(new jf,e);t(`Set items must all have null values`)}else t(`Expected a mapping for this tag`);return e}};function Nf(e,t){let n=e[0],r=n===`-`||n===`+`?e.substring(1):e,i=e=>t?BigInt(e):Number(e),a=r.replace(/_/g,``).split(`:`).reduce((e,t)=>e*i(60)+i(t),i(0));return n===`-`?i(-1)*a:a}function Pf(e){let{value:t}=e,n=e=>e;if(typeof t==`bigint`)n=e=>BigInt(e);else if(isNaN(t)||!isFinite(t))return Xd(e);let r=``;t<0&&(r=`-`,t*=n(-1));let i=n(60),a=[t%i];return t<60?a.unshift(0):(t=(t-a[0])/i,a.unshift(t%i),t>=60&&(t=(t-a[0])/i,a.unshift(t))),r+a.map(e=>String(e).padStart(2,`0`)).join(`:`).replace(/000000\d*$/,``)}var Ff={identify:e=>typeof e==`bigint`||Number.isInteger(e),default:!0,tag:`tag:yaml.org,2002:int`,format:`TIME`,test:/^[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+$/,resolve:(e,t,{intAsBigInt:n})=>Nf(e,n),stringify:Pf},If={identify:e=>typeof e==`number`,default:!0,tag:`tag:yaml.org,2002:float`,format:`TIME`,test:/^[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+\.[0-9_]*$/,resolve:e=>Nf(e,!1),stringify:Pf},Lf={identify:e=>e instanceof Date,default:!0,tag:`tag:yaml.org,2002:timestamp`,test:RegExp(`^([0-9]{4})-([0-9]{1,2})-([0-9]{1,2})(?:(?:t|T|[ \\t]+)([0-9]{1,2}):([0-9]{1,2}):([0-9]{1,2}(\\.[0-9]+)?)(?:[ \\t]*(Z|[-+][012]?[0-9](?::[0-9]{2})?))?)?$`),resolve(e){let t=e.match(Lf.test);if(!t)throw Error(`!!timestamp expects a date, starting with yyyy-mm-dd`);let[,n,r,i,a,o,s]=t.map(Number),c=t[7]?Number((t[7]+`00`).substr(1,3)):0,l=Date.UTC(n,r-1,i,a||0,o||0,s||0,c),u=t[8];if(u&&u!==`Z`){let e=Nf(u,!1);Math.abs(e)<30&&(e*=60),l-=6e4*e}return new Date(l)},stringify:({value:e})=>e?.toISOString().replace(/(T00:00:00)?\.000Z$/,``)??``},Rf=[Ud,Kd,qd,Jd,yf,bf,Df,Of,kf,Af,xf,Sf,Cf,ff,kd,_f,hf,Mf,Ff,If,Lf],zf=new Map([[`core`,sf],[`failsafe`,[Ud,Kd,qd]],[`json`,df],[`yaml11`,Rf],[`yaml-1.1`,Rf]]),Bf={binary:ff,bool:Yd,float:$d,floatExp:Qd,floatNaN:Zd,floatTime:If,int:af,intHex:of,intOct:rf,intTime:Ff,map:Ud,merge:kd,null:Jd,omap:_f,pairs:hf,seq:Kd,set:Mf,timestamp:Lf},Vf={"tag:yaml.org,2002:binary":ff,"tag:yaml.org,2002:merge":kd,"tag:yaml.org,2002:omap":_f,"tag:yaml.org,2002:pairs":hf,"tag:yaml.org,2002:set":Mf,"tag:yaml.org,2002:timestamp":Lf};function Hf(e,t,n){let r=zf.get(t);if(r&&!e)return n&&!r.includes(kd)?r.concat(kd):r.slice();let i=r;if(!i)if(Array.isArray(e))i=[];else{let e=Array.from(zf.keys()).filter(e=>e!==`yaml11`).map(e=>JSON.stringify(e)).join(`, `);throw Error(`Unknown schema "${t}"; use one of ${e} or define customTags array`)}if(Array.isArray(e))for(let t of e)i=i.concat(t);else typeof e==`function`&&(i=e(i.slice()));return n&&(i=i.concat(kd)),i.reduce((e,t)=>{let n=typeof t==`string`?Bf[t]:t;if(!n){let e=JSON.stringify(t),n=Object.keys(Bf).map(e=>JSON.stringify(e)).join(`, `);throw Error(`Unknown custom tag ${e}; use one of ${n}`)}return e.includes(n)||e.push(n),e},[])}var Uf=(e,t)=>e.key<t.key?-1:e.key>t.key?1:0,Wf=class e{constructor({compat:e,customTags:t,merge:n,resolveKnownTags:r,schema:i,sortMapEntries:a,toStringDefaults:o}){this.compat=Array.isArray(e)?Hf(e,`compat`):e?Hf(null,e):null,this.name=typeof i==`string`&&i||`core`,this.knownTags=r?Vf:{},this.tags=Hf(t,this.name,n),this.toStringOptions=o??null,Object.defineProperty(this,_u,{value:Ud}),Object.defineProperty(this,yu,{value:qd}),Object.defineProperty(this,bu,{value:Kd}),this.sortMapEntries=typeof a==`function`?a:a===!0?Uf:null}clone(){let t=Object.create(e.prototype,Object.getOwnPropertyDescriptors(this));return t.tags=this.tags.slice(),t}};function Gf(e,t){let n=[],r=t.directives===!0;if(t.directives!==!1&&e.directives){let t=e.directives.toString(e);t?(n.push(t),r=!0):e.directives.docStart&&(r=!0)}r&&n.push(`---`);let i=Sd(e,t),{commentString:a}=i.options;if(e.commentBefore){n.length!==1&&n.unshift(``);let t=a(e.commentBefore);n.unshift(ad(t,``))}let o=!1,s=null;if(e.contents){if(Du(e.contents)){if(e.contents.spaceBefore&&r&&n.push(``),e.contents.commentBefore){let t=a(e.contents.commentBefore);n.push(ad(t,``))}i.forceBlockIndent=!!e.comment,s=e.contents.comment}let t=s?void 0:()=>o=!0,c=Td(e.contents,i,()=>s=null,t);s&&(c+=od(c,``,a(s))),(c[0]===`|`||c[0]===`>`)&&n[n.length-1]===`---`?n[n.length-1]=`--- ${c}`:n.push(c)}else n.push(Td(e.contents,i));if(e.directives?.docEnd)if(e.comment){let t=a(e.comment);t.includes(`
|
||
`)?(n.push(`...`),n.push(ad(t,``))):n.push(`... ${t}`)}else n.push(`...`);else{let t=e.comment;t&&o&&(t=t.replace(/^\n+/,``)),t&&((!o||s)&&n[n.length-1]!==``&&n.push(``),n.push(ad(a(t),``)))}return n.join(`
|
||
`)+`
|
||
`}var Kf=class e{constructor(e,t,n){this.commentBefore=null,this.comment=null,this.errors=[],this.warnings=[],Object.defineProperty(this,xu,{value:gu});let r=null;typeof t==`function`||Array.isArray(t)?r=t:n===void 0&&t&&(n=t,t=void 0);let i=Object.assign({intAsBigInt:!1,keepSourceTokens:!1,logLevel:`warn`,prettyErrors:!0,strict:!0,stringKeys:!1,uniqueKeys:!0,version:`1.2`},n);this.options=i;let{version:a}=i;n?._directives?(this.directives=n._directives.atDocument(),this.directives.yaml.explicit&&(a=this.directives.yaml.version)):this.directives=new Vu({version:a}),this.setSchema(a,n),this.contents=e===void 0?null:this.createNode(e,r,n)}clone(){let t=Object.create(e.prototype,{[xu]:{value:gu}});return t.commentBefore=this.commentBefore,t.comment=this.comment,t.errors=this.errors.slice(),t.warnings=this.warnings.slice(),t.options=Object.assign({},this.options),this.directives&&(t.directives=this.directives.clone()),t.schema=this.schema.clone(),t.contents=Du(this.contents)?this.contents.clone(t.schema):this.contents,this.range&&(t.range=this.range.slice()),t}add(e){qf(this.contents)&&this.contents.add(e)}addIn(e,t){qf(this.contents)&&this.contents.addIn(e,t)}createAlias(e,t){if(!e.anchor){let n=Uu(this);e.anchor=!t||n.has(t)?Wu(t||`a`,n):t}return new Yu(e.anchor)}createNode(e,t,n){let r;if(typeof t==`function`)e=t.call({"":e},``,e),r=t;else if(Array.isArray(t)){let e=t.filter(e=>typeof e==`number`||e instanceof String||e instanceof Number).map(String);e.length>0&&(t=t.concat(e)),r=t}else n===void 0&&t&&(n=t,t=void 0);let{aliasDuplicateObjects:i,anchorPrefix:a,flow:o,keepUndefined:s,onTagObj:c,tag:l}=n??{},{onAnchor:u,setAnchors:d,sourceObjects:f}=Gu(this,a||`a`),p={aliasDuplicateObjects:i??!0,keepUndefined:s??!1,onAnchor:u,onTagObj:c,replacer:r,schema:this.schema,sourceObjects:f},m=ed(e,l,p);return o&&Eu(m)&&(m.flow=!0),d(),m}createPair(e,t,n={}){return new Id(this.createNode(e,null,n),this.createNode(t,null,n))}delete(e){return qf(this.contents)?this.contents.delete(e):!1}deleteIn(e){return nd(e)?this.contents==null?!1:(this.contents=null,!0):qf(this.contents)?this.contents.deleteIn(e):!1}get(e,t){return Eu(this.contents)?this.contents.get(e,t):void 0}getIn(e,t){return nd(e)?!t&&Q(this.contents)?this.contents.value:this.contents:Eu(this.contents)?this.contents.getIn(e,t):void 0}has(e){return Eu(this.contents)?this.contents.has(e):!1}hasIn(e){return nd(e)?this.contents!==void 0:Eu(this.contents)?this.contents.hasIn(e):!1}set(e,t){this.contents==null?this.contents=td(this.schema,[e],t):qf(this.contents)&&this.contents.set(e,t)}setIn(e,t){nd(e)?this.contents=t:this.contents==null?this.contents=td(this.schema,Array.from(e),t):qf(this.contents)&&this.contents.setIn(e,t)}setSchema(e,t={}){typeof e==`number`&&(e=String(e));let n;switch(e){case`1.1`:this.directives?this.directives.yaml.version=`1.1`:this.directives=new Vu({version:`1.1`}),n={resolveKnownTags:!1,schema:`yaml-1.1`};break;case`1.2`:case`next`:this.directives?this.directives.yaml.version=e:this.directives=new Vu({version:e}),n={resolveKnownTags:!0,schema:`core`};break;case null:this.directives&&delete this.directives,n=null;break;default:{let t=JSON.stringify(e);throw Error(`Expected '1.1', '1.2' or null as first argument, but found: ${t}`)}}if(t.schema instanceof Object)this.schema=t.schema;else if(n)this.schema=new Wf(Object.assign(n,t));else throw Error(`With a null YAML version, the { schema: Schema } option is required`)}toJS({json:e,jsonArg:t,mapAsMap:n,maxAliasCount:r,onAnchor:i,reviver:a}={}){let o={anchors:new Map,doc:this,keep:!e,mapAsMap:n===!0,mapKeyWarned:!1,maxAliasCount:typeof r==`number`?r:100},s=qu(this.contents,t??``,o);if(typeof i==`function`)for(let{count:e,res:t}of o.anchors.values())i(t,e);return typeof a==`function`?Ku(a,{"":s},``,s):s}toJSON(e,t){return this.toJS({json:!0,jsonArg:e,mapAsMap:!1,onAnchor:t})}toString(e={}){if(this.errors.length>0)throw Error(`Document with errors cannot be stringified`);if(`indent`in e&&(!Number.isInteger(e.indent)||Number(e.indent)<=0)){let t=JSON.stringify(e.indent);throw Error(`"indent" option must be a positive integer, not ${t}`)}return Gf(this,e)}};function qf(e){if(Eu(e))return!0;throw Error(`Expected a YAML collection as document contents`)}var Jf=class extends Error{constructor(e,t,n,r){super(),this.name=e,this.code=n,this.message=r,this.pos=t}},Yf=class extends Jf{constructor(e,t,n){super(`YAMLParseError`,e,t,n)}},Xf=class extends Jf{constructor(e,t,n){super(`YAMLWarning`,e,t,n)}},Zf=(e,t)=>n=>{if(n.pos[0]===-1)return;n.linePos=n.pos.map(e=>t.linePos(e));let{line:r,col:i}=n.linePos[0];n.message+=` at line ${r}, column ${i}`;let a=i-1,o=e.substring(t.lineStarts[r-1],t.lineStarts[r]).replace(/[\n\r]+$/,``);if(a>=60&&o.length>80){let e=Math.min(a-39,o.length-79);o=`…`+o.substring(e),a-=e-1}if(o.length>80&&(o=o.substring(0,79)+`…`),r>1&&/^ *$/.test(o.substring(0,a))){let n=e.substring(t.lineStarts[r-2],t.lineStarts[r-1]);n.length>80&&(n=n.substring(0,79)+`…
|
||
`),o=n+o}if(/[^ ]/.test(o)){let e=1,t=n.linePos[1];t?.line===r&&t.col>i&&(e=Math.max(1,Math.min(t.col-i,80-a)));let s=` `.repeat(a)+`^`.repeat(e);n.message+=`:\n\n${o}\n${s}\n`}};function Qf(e,{flow:t,indicator:n,next:r,offset:i,onError:a,parentIndent:o,startOnNewline:s}){let c=!1,l=s,u=s,d=``,f=``,p=!1,m=!1,h=null,g=null,_=null,v=null,y=null,b=null,ee=null;for(let i of e)switch(m&&=(i.type!==`space`&&i.type!==`newline`&&i.type!==`comma`&&a(i.offset,`MISSING_CHAR`,`Tags and anchors must be separated from the next token by white space`),!1),h&&=(l&&i.type!==`comment`&&i.type!==`newline`&&a(h,`TAB_AS_INDENT`,`Tabs are not allowed as indentation`),null),i.type){case`space`:!t&&(n!==`doc-start`||r?.type!==`flow-collection`)&&i.source.includes(` `)&&(h=i),u=!0;break;case`comment`:{u||a(i,`MISSING_CHAR`,`Comments must be separated from other tokens by white space characters`);let e=i.source.substring(1)||` `;d?d+=f+e:d=e,f=``,l=!1;break}case`newline`:l?d?d+=i.source:(!b||n!==`seq-item-ind`)&&(c=!0):f+=i.source,l=!0,p=!0,(g||_)&&(v=i),u=!0;break;case`anchor`:g&&a(i,`MULTIPLE_ANCHORS`,`A node can have at most one anchor`),i.source.endsWith(`:`)&&a(i.offset+i.source.length-1,`BAD_ALIAS`,`Anchor ending in : is ambiguous`,!0),g=i,ee??=i.offset,l=!1,u=!1,m=!0;break;case`tag`:_&&a(i,`MULTIPLE_TAGS`,`A node can have at most one tag`),_=i,ee??=i.offset,l=!1,u=!1,m=!0;break;case n:(g||_)&&a(i,`BAD_PROP_ORDER`,`Anchors and tags must be after the ${i.source} indicator`),b&&a(i,`UNEXPECTED_TOKEN`,`Unexpected ${i.source} in ${t??`collection`}`),b=i,l=n===`seq-item-ind`||n===`explicit-key-ind`,u=!1;break;case`comma`:if(t){y&&a(i,`UNEXPECTED_TOKEN`,`Unexpected , in ${t}`),y=i,l=!1,u=!1;break}default:a(i,`UNEXPECTED_TOKEN`,`Unexpected ${i.type} token`),l=!1,u=!1}let x=e[e.length-1],te=x?x.offset+x.source.length:i;return m&&r&&r.type!==`space`&&r.type!==`newline`&&r.type!==`comma`&&(r.type!==`scalar`||r.source!==``)&&a(r.offset,`MISSING_CHAR`,`Tags and anchors must be separated from the next token by white space`),h&&(l&&h.indent<=o||r?.type===`block-map`||r?.type===`block-seq`)&&a(h,`TAB_AS_INDENT`,`Tabs are not allowed as indentation`),{comma:y,found:b,spaceBefore:c,comment:d,hasNewline:p,anchor:g,tag:_,newlineAfterProp:v,end:te,start:ee??te}}function $f(e){if(!e)return null;switch(e.type){case`alias`:case`scalar`:case`double-quoted-scalar`:case`single-quoted-scalar`:if(e.source.includes(`
|
||
`))return!0;if(e.end){for(let t of e.end)if(t.type===`newline`)return!0}return!1;case`flow-collection`:for(let t of e.items){for(let e of t.start)if(e.type===`newline`)return!0;if(t.sep){for(let e of t.sep)if(e.type===`newline`)return!0}if($f(t.key)||$f(t.value))return!0}return!1;default:return!0}}function ep(e,t,n){if(t?.type===`flow-collection`){let r=t.end[0];r.indent===e&&(r.source===`]`||r.source===`}`)&&$f(t)&&n(r,`BAD_INDENT`,`Flow end indicator should be more indented than parent`,!0)}}function tp(e,t,n){let{uniqueKeys:r}=e.options;if(r===!1)return!1;let i=typeof r==`function`?r:(e,t)=>e===t||Q(e)&&Q(t)&&e.value===t.value;return t.some(e=>i(e.key,n))}var np=`All mapping items must start at the same column`;function rp({composeNode:e,composeEmptyNode:t},n,r,i,a){let o=new(a?.nodeClass??Hd)(n.schema);n.atRoot&&=!1;let s=r.offset,c=null;for(let a of r.items){let{start:l,key:u,sep:d,value:f}=a,p=Qf(l,{indicator:`explicit-key-ind`,next:u??d?.[0],offset:s,onError:i,parentIndent:r.indent,startOnNewline:!0}),m=!p.found;if(m){if(u&&(u.type===`block-seq`?i(s,`BLOCK_AS_IMPLICIT_KEY`,`A block sequence may not be used as an implicit map key`):`indent`in u&&u.indent!==r.indent&&i(s,`BAD_INDENT`,np)),!p.anchor&&!p.tag&&!d){c=p.end,p.comment&&(o.comment?o.comment+=`
|
||
`+p.comment:o.comment=p.comment);continue}(p.newlineAfterProp||$f(u))&&i(u??l[l.length-1],`MULTILINE_IMPLICIT_KEY`,`Implicit keys need to be on a single line`)}else p.found?.indent!==r.indent&&i(s,`BAD_INDENT`,np);n.atKey=!0;let h=p.end,g=u?e(n,u,p,i):t(n,h,l,null,p,i);n.schema.compat&&ep(r.indent,u,i),n.atKey=!1,tp(n,o.items,g)&&i(h,`DUPLICATE_KEY`,`Map keys must be unique`);let _=Qf(d??[],{indicator:`map-value-ind`,next:f,offset:g.range[2],onError:i,parentIndent:r.indent,startOnNewline:!u||u.type===`block-scalar`});if(s=_.end,_.found){m&&(f?.type===`block-map`&&!_.hasNewline&&i(s,`BLOCK_AS_IMPLICIT_KEY`,`Nested mappings are not allowed in compact mappings`),n.options.strict&&p.start<_.found.offset-1024&&i(g.range,`KEY_OVER_1024_CHARS`,`The : indicator must be at most 1024 chars after the start of an implicit block mapping key`));let c=f?e(n,f,_,i):t(n,s,d,null,_,i);n.schema.compat&&ep(r.indent,f,i),s=c.range[2];let l=new Id(g,c);n.options.keepSourceTokens&&(l.srcToken=a),o.items.push(l)}else{m&&i(g.range,`MISSING_CHAR`,`Implicit map keys need to be followed by map values`),_.comment&&(g.comment?g.comment+=`
|
||
`+_.comment:g.comment=_.comment);let e=new Id(g);n.options.keepSourceTokens&&(e.srcToken=a),o.items.push(e)}}return c&&c<s&&i(c,`IMPOSSIBLE`,`Map comment with trailing content`),o.range=[r.offset,s,c??s],o}function ip({composeNode:e,composeEmptyNode:t},n,r,i,a){let o=new(a?.nodeClass??Wd)(n.schema);n.atRoot&&=!1,n.atKey&&=!1;let s=r.offset,c=null;for(let{start:a,value:l}of r.items){let u=Qf(a,{indicator:`seq-item-ind`,next:l,offset:s,onError:i,parentIndent:r.indent,startOnNewline:!0});if(!u.found)if(u.anchor||u.tag||l)l?.type===`block-seq`?i(u.end,`BAD_INDENT`,`All sequence items must start at the same column`):i(s,`MISSING_CHAR`,`Sequence item without - indicator`);else{c=u.end,u.comment&&(o.comment=u.comment);continue}let d=l?e(n,l,u,i):t(n,u.end,a,null,u,i);n.schema.compat&&ep(r.indent,l,i),s=d.range[2],o.items.push(d)}return o.range=[r.offset,s,c??s],o}function ap(e,t,n,r){let i=``;if(e){let a=!1,o=``;for(let s of e){let{source:e,type:c}=s;switch(c){case`space`:a=!0;break;case`comment`:{n&&!a&&r(s,`MISSING_CHAR`,`Comments must be separated from other tokens by white space characters`);let t=e.substring(1)||` `;i?i+=o+t:i=t,o=``;break}case`newline`:i&&(o+=e),a=!0;break;default:r(s,`UNEXPECTED_TOKEN`,`Unexpected ${c} at node end`)}t+=e.length}}return{comment:i,offset:t}}var op=`Block collections are not allowed within flow collections`,sp=e=>e&&(e.type===`block-map`||e.type===`block-seq`);function cp({composeNode:e,composeEmptyNode:t},n,r,i,a){let o=r.start.source===`{`,s=o?`flow map`:`flow sequence`,c=new(a?.nodeClass??(o?Hd:Wd))(n.schema);c.flow=!0;let l=n.atRoot;l&&(n.atRoot=!1),n.atKey&&=!1;let u=r.offset+r.start.source.length;for(let a=0;a<r.items.length;++a){let l=r.items[a],{start:d,key:f,sep:p,value:m}=l,h=Qf(d,{flow:s,indicator:`explicit-key-ind`,next:f??p?.[0],offset:u,onError:i,parentIndent:r.indent,startOnNewline:!1});if(!h.found){if(!h.anchor&&!h.tag&&!p&&!m){a===0&&h.comma?i(h.comma,`UNEXPECTED_TOKEN`,`Unexpected , in ${s}`):a<r.items.length-1&&i(h.start,`UNEXPECTED_TOKEN`,`Unexpected empty item in ${s}`),h.comment&&(c.comment?c.comment+=`
|
||
`+h.comment:c.comment=h.comment),u=h.end;continue}!o&&n.options.strict&&$f(f)&&i(f,`MULTILINE_IMPLICIT_KEY`,`Implicit keys of flow sequence pairs need to be on a single line`)}if(a===0)h.comma&&i(h.comma,`UNEXPECTED_TOKEN`,`Unexpected , in ${s}`);else if(h.comma||i(h.start,`MISSING_CHAR`,`Missing , between ${s} items`),h.comment){let e=``;loop:for(let t of d)switch(t.type){case`comma`:case`space`:break;case`comment`:e=t.source.substring(1);break loop;default:break loop}if(e){let t=c.items[c.items.length-1];Z(t)&&(t=t.value??t.key),t.comment?t.comment+=`
|
||
`+e:t.comment=e,h.comment=h.comment.substring(e.length+1)}}if(!o&&!p&&!h.found){let r=m?e(n,m,h,i):t(n,h.end,p,null,h,i);c.items.push(r),u=r.range[2],sp(m)&&i(r.range,`BLOCK_IN_FLOW`,op)}else{n.atKey=!0;let a=h.end,g=f?e(n,f,h,i):t(n,a,d,null,h,i);sp(f)&&i(g.range,`BLOCK_IN_FLOW`,op),n.atKey=!1;let _=Qf(p??[],{flow:s,indicator:`map-value-ind`,next:m,offset:g.range[2],onError:i,parentIndent:r.indent,startOnNewline:!1});if(_.found){if(!o&&!h.found&&n.options.strict){if(p)for(let e of p){if(e===_.found)break;if(e.type===`newline`){i(e,`MULTILINE_IMPLICIT_KEY`,`Implicit keys of flow sequence pairs need to be on a single line`);break}}h.start<_.found.offset-1024&&i(_.found,`KEY_OVER_1024_CHARS`,`The : indicator must be at most 1024 chars after the start of an implicit flow sequence key`)}}else m&&(`source`in m&&m.source?.[0]===`:`?i(m,`MISSING_CHAR`,`Missing space after : in ${s}`):i(_.start,`MISSING_CHAR`,`Missing , or : between ${s} items`));let v=m?e(n,m,_,i):_.found?t(n,_.end,p,null,_,i):null;v?sp(m)&&i(v.range,`BLOCK_IN_FLOW`,op):_.comment&&(g.comment?g.comment+=`
|
||
`+_.comment:g.comment=_.comment);let y=new Id(g,v);if(n.options.keepSourceTokens&&(y.srcToken=l),o){let e=c;tp(n,e.items,g)&&i(a,`DUPLICATE_KEY`,`Map keys must be unique`),e.items.push(y)}else{let e=new Hd(n.schema);e.flow=!0,e.items.push(y);let t=(v??g).range;e.range=[g.range[0],t[1],t[2]],c.items.push(e)}u=v?v.range[2]:_.end}}let d=o?`}`:`]`,[f,...p]=r.end,m=u;if(f?.source===d)m=f.offset+f.source.length;else{let e=s[0].toUpperCase()+s.substring(1),t=l?`${e} must end with a ${d}`:`${e} in block collection must be sufficiently indented and end with a ${d}`;i(u,l?`MISSING_CHAR`:`BAD_INDENT`,t),f&&f.source.length!==1&&p.unshift(f)}if(p.length>0){let e=ap(p,m,n.options.strict,i);e.comment&&(c.comment?c.comment+=`
|
||
`+e.comment:c.comment=e.comment),c.range=[r.offset,m,e.offset]}else c.range=[r.offset,m,m];return c}function lp(e,t,n,r,i,a){let o=n.type===`block-map`?rp(e,t,n,r,a):n.type===`block-seq`?ip(e,t,n,r,a):cp(e,t,n,r,a),s=o.constructor;return i===`!`||i===s.tagName?(o.tag=s.tagName,o):(i&&(o.tag=i),o)}function up(e,t,n,r,i){let a=r.tag,o=a?t.directives.tagName(a.source,e=>i(a,`TAG_RESOLVE_FAILED`,e)):null;if(n.type===`block-seq`){let{anchor:e,newlineAfterProp:t}=r,n=e&&a?e.offset>a.offset?e:a:e??a;n&&(!t||t.offset<n.offset)&&i(n,`MISSING_CHAR`,`Missing newline after block sequence props`)}let s=n.type===`block-map`?`map`:n.type===`block-seq`?`seq`:n.start.source===`{`?`map`:`seq`;if(!a||!o||o===`!`||o===Hd.tagName&&s===`map`||o===Wd.tagName&&s===`seq`)return lp(e,t,n,i,o);let c=t.schema.tags.find(e=>e.tag===o&&e.collection===s);if(!c){let r=t.schema.knownTags[o];if(r?.collection===s)t.schema.tags.push(Object.assign({},r,{default:!1})),c=r;else return r?i(a,`BAD_COLLECTION_TYPE`,`${r.tag} used for ${s} collection, but expects ${r.collection??`scalar`}`,!0):i(a,`TAG_RESOLVE_FAILED`,`Unresolved tag: ${o}`,!0),lp(e,t,n,i,o)}let l=lp(e,t,n,i,o,c),u=c.resolve?.(l,e=>i(a,`TAG_RESOLVE_FAILED`,e),t.options)??l,d=Du(u)?u:new $(u);return d.range=l.range,d.tag=o,c?.format&&(d.format=c.format),d}function dp(e,t,n){let r=t.offset,i=fp(t,e.options.strict,n);if(!i)return{value:``,type:null,comment:``,range:[r,r,r]};let a=i.mode===`>`?$.BLOCK_FOLDED:$.BLOCK_LITERAL,o=t.source?pp(t.source):[],s=o.length;for(let e=o.length-1;e>=0;--e){let t=o[e][1];if(t===``||t===`\r`)s=e;else break}if(s===0){let e=i.chomp===`+`&&o.length>0?`
|
||
`.repeat(Math.max(1,o.length-1)):``,n=r+i.length;return t.source&&(n+=t.source.length),{value:e,type:a,comment:i.comment,range:[r,n,n]}}let c=t.indent+i.indent,l=t.offset+i.length,u=0;for(let t=0;t<s;++t){let[r,a]=o[t];if(a===``||a===`\r`)i.indent===0&&r.length>c&&(c=r.length);else{r.length<c&&n(l+r.length,`MISSING_CHAR`,`Block scalars with more-indented leading empty lines must use an explicit indentation indicator`),i.indent===0&&(c=r.length),u=t,c===0&&!e.atRoot&&n(l,`BAD_INDENT`,`Block scalar values in collections must be indented`);break}l+=r.length+a.length+1}for(let e=o.length-1;e>=s;--e)o[e][0].length>c&&(s=e+1);let d=``,f=``,p=!1;for(let e=0;e<u;++e)d+=o[e][0].slice(c)+`
|
||
`;for(let e=u;e<s;++e){let[t,r]=o[e];l+=t.length+r.length+1;let s=r[r.length-1]===`\r`;if(s&&(r=r.slice(0,-1)),r&&t.length<c){let e=`Block scalar lines must not be less indented than their ${i.indent?`explicit indentation indicator`:`first line`}`;n(l-r.length-(s?2:1),`BAD_INDENT`,e),t=``}a===$.BLOCK_LITERAL?(d+=f+t.slice(c)+r,f=`
|
||
`):t.length>c||r[0]===` `?(f===` `?f=`
|
||
`:!p&&f===`
|
||
`&&(f=`
|
||
|
||
`),d+=f+t.slice(c)+r,f=`
|
||
`,p=!0):r===``?f===`
|
||
`?d+=`
|
||
`:f=`
|
||
`:(d+=f+r,f=` `,p=!1)}switch(i.chomp){case`-`:break;case`+`:for(let e=s;e<o.length;++e)d+=`
|
||
`+o[e][0].slice(c);d[d.length-1]!==`
|
||
`&&(d+=`
|
||
`);break;default:d+=`
|
||
`}let m=r+i.length+t.source.length;return{value:d,type:a,comment:i.comment,range:[r,m,m]}}function fp({offset:e,props:t},n,r){if(t[0].type!==`block-scalar-header`)return r(t[0],`IMPOSSIBLE`,`Block scalar header not found`),null;let{source:i}=t[0],a=i[0],o=0,s=``,c=-1;for(let t=1;t<i.length;++t){let n=i[t];if(!s&&(n===`-`||n===`+`))s=n;else{let r=Number(n);!o&&r?o=r:c===-1&&(c=e+t)}}c!==-1&&r(c,`UNEXPECTED_TOKEN`,`Block scalar header includes extra characters: ${i}`);let l=!1,u=``,d=i.length;for(let e=1;e<t.length;++e){let i=t[e];switch(i.type){case`space`:l=!0;case`newline`:d+=i.source.length;break;case`comment`:n&&!l&&r(i,`MISSING_CHAR`,`Comments must be separated from other tokens by white space characters`),d+=i.source.length,u=i.source.substring(1);break;case`error`:r(i,`UNEXPECTED_TOKEN`,i.message),d+=i.source.length;break;default:{r(i,`UNEXPECTED_TOKEN`,`Unexpected token in block scalar header: ${i.type}`);let e=i.source;e&&typeof e==`string`&&(d+=e.length)}}}return{mode:a,indent:o,chomp:s,comment:u,length:d}}function pp(e){let t=e.split(/\n( *)/),n=t[0],r=n.match(/^( *)/),i=[r?.[1]?[r[1],n.slice(r[1].length)]:[``,n]];for(let e=1;e<t.length;e+=2)i.push([t[e],t[e+1]]);return i}function mp(e,t,n){let{offset:r,type:i,source:a,end:o}=e,s,c,l=(e,t,i)=>n(r+e,t,i);switch(i){case`scalar`:s=$.PLAIN,c=hp(a,l);break;case`single-quoted-scalar`:s=$.QUOTE_SINGLE,c=gp(a,l);break;case`double-quoted-scalar`:s=$.QUOTE_DOUBLE,c=vp(a,l);break;default:return n(e,`UNEXPECTED_TOKEN`,`Expected a flow scalar value, but found: ${i}`),{value:``,type:null,comment:``,range:[r,r+a.length,r+a.length]}}let u=r+a.length,d=ap(o,u,t,n);return{value:c,type:s,comment:d.comment,range:[r,u,d.offset]}}function hp(e,t){let n=``;switch(e[0]){case` `:n=`a tab character`;break;case`,`:n=`flow indicator character ,`;break;case`%`:n=`directive indicator character %`;break;case`|`:case`>`:n=`block scalar indicator ${e[0]}`;break;case`@`:case"`":n=`reserved character ${e[0]}`;break}return n&&t(0,`BAD_SCALAR_START`,`Plain value cannot start with ${n}`),_p(e)}function gp(e,t){return(e[e.length-1]!==`'`||e.length===1)&&t(e.length,`MISSING_CHAR`,`Missing closing 'quote`),_p(e.slice(1,-1)).replace(/''/g,`'`)}function _p(e){let t,n;try{t=RegExp(`(.*?)(?<![ ])[ ]*\r?
|
||
`,`sy`),n=RegExp(`[ ]*(.*?)(?:(?<![ ])[ ]*)?\r?
|
||
`,`sy`)}catch{t=/(.*?)[ \t]*\r?\n/sy,n=/[ \t]*(.*?)[ \t]*\r?\n/sy}let r=t.exec(e);if(!r)return e;let i=r[1],a=` `,o=t.lastIndex;for(n.lastIndex=o;r=n.exec(e);)r[1]===``?a===`
|
||
`?i+=a:a=`
|
||
`:(i+=a+r[1],a=` `),o=n.lastIndex;let s=/[ \t]*(.*)/sy;return s.lastIndex=o,r=s.exec(e),i+a+(r?.[1]??``)}function vp(e,t){let n=``;for(let r=1;r<e.length-1;++r){let i=e[r];if(!(i===`\r`&&e[r+1]===`
|
||
`))if(i===`
|
||
`){let{fold:t,offset:i}=yp(e,r);n+=t,r=i}else if(i===`\\`){let i=e[++r],a=bp[i];if(a)n+=a;else if(i===`
|
||
`)for(i=e[r+1];i===` `||i===` `;)i=e[++r+1];else if(i===`\r`&&e[r+1]===`
|
||
`)for(i=e[++r+1];i===` `||i===` `;)i=e[++r+1];else if(i===`x`||i===`u`||i===`U`){let a={x:2,u:4,U:8}[i];n+=xp(e,r+1,a,t),r+=a}else{let i=e.substr(r-1,2);t(r-1,`BAD_DQ_ESCAPE`,`Invalid escape sequence ${i}`),n+=i}}else if(i===` `||i===` `){let t=r,a=e[r+1];for(;a===` `||a===` `;)a=e[++r+1];a!==`
|
||
`&&!(a===`\r`&&e[r+2]===`
|
||
`)&&(n+=r>t?e.slice(t,r+1):i)}else n+=i}return(e[e.length-1]!==`"`||e.length===1)&&t(e.length,`MISSING_CHAR`,`Missing closing "quote`),n}function yp(e,t){let n=``,r=e[t+1];for(;(r===` `||r===` `||r===`
|
||
`||r===`\r`)&&!(r===`\r`&&e[t+2]!==`
|
||
`);)r===`
|
||
`&&(n+=`
|
||
`),t+=1,r=e[t+1];return n||=` `,{fold:n,offset:t}}var bp={0:`\0`,a:`\x07`,b:`\b`,e:`\x1B`,f:`\f`,n:`
|
||
`,r:`\r`,t:` `,v:`\v`,N:`
`,_:`\xA0`,L:`\u2028`,P:`\u2029`," ":` `,'"':`"`,"/":`/`,"\\":`\\`," ":` `};function xp(e,t,n,r){let i=e.substr(t,n),a=i.length===n&&/^[0-9a-fA-F]+$/.test(i)?parseInt(i,16):NaN;if(isNaN(a)){let i=e.substr(t-2,n+2);return r(t-2,`BAD_DQ_ESCAPE`,`Invalid escape sequence ${i}`),i}return String.fromCodePoint(a)}function Sp(e,t,n,r){let{value:i,type:a,comment:o,range:s}=t.type===`block-scalar`?dp(e,t,r):mp(t,e.options.strict,r),c=n?e.directives.tagName(n.source,e=>r(n,`TAG_RESOLVE_FAILED`,e)):null,l;l=e.options.stringKeys&&e.atKey?e.schema[yu]:c?Cp(e.schema,i,c,n,r):t.type===`scalar`?wp(e,i,t,r):e.schema[yu];let u;try{let a=l.resolve(i,e=>r(n??t,`TAG_RESOLVE_FAILED`,e),e.options);u=Q(a)?a:new $(a)}catch(e){let a=e instanceof Error?e.message:String(e);r(n??t,`TAG_RESOLVE_FAILED`,a),u=new $(i)}return u.range=s,u.source=i,a&&(u.type=a),c&&(u.tag=c),l.format&&(u.format=l.format),o&&(u.comment=o),u}function Cp(e,t,n,r,i){if(n===`!`)return e[yu];let a=[];for(let t of e.tags)if(!t.collection&&t.tag===n)if(t.default&&t.test)a.push(t);else return t;for(let e of a)if(e.test?.test(t))return e;let o=e.knownTags[n];return o&&!o.collection?(e.tags.push(Object.assign({},o,{default:!1,test:void 0})),o):(i(r,`TAG_RESOLVE_FAILED`,`Unresolved tag: ${n}`,n!==`tag:yaml.org,2002:str`),e[yu])}function wp({atKey:e,directives:t,schema:n},r,i,a){let o=n.tags.find(t=>(t.default===!0||e&&t.default===`key`)&&t.test?.test(r))||n[yu];if(n.compat){let e=n.compat.find(e=>e.default&&e.test?.test(r))??n[yu];o.tag!==e.tag&&a(i,`TAG_RESOLVE_FAILED`,`Value may be parsed as either ${t.tagString(o.tag)} or ${t.tagString(e.tag)}`,!0)}return o}function Tp(e,t,n){if(t){n??=t.length;for(let r=n-1;r>=0;--r){let n=t[r];switch(n.type){case`space`:case`comment`:case`newline`:e-=n.source.length;continue}for(n=t[++r];n?.type===`space`;)e+=n.source.length,n=t[++r];break}}return e}var Ep={composeNode:Dp,composeEmptyNode:Op};function Dp(e,t,n,r){let i=e.atKey,{spaceBefore:a,comment:o,anchor:s,tag:c}=n,l,u=!0;switch(t.type){case`alias`:l=kp(e,t,r),(s||c)&&r(t,`ALIAS_PROPS`,`An alias node must not specify any properties`);break;case`scalar`:case`single-quoted-scalar`:case`double-quoted-scalar`:case`block-scalar`:l=Sp(e,t,c,r),s&&(l.anchor=s.source.substring(1));break;case`block-map`:case`block-seq`:case`flow-collection`:try{l=up(Ep,e,t,n,r),s&&(l.anchor=s.source.substring(1))}catch(e){r(t,`RESOURCE_EXHAUSTION`,e instanceof Error?e.message:String(e))}break;default:r(t,`UNEXPECTED_TOKEN`,t.type===`error`?t.message:`Unsupported token (type: ${t.type})`),u=!1}return l??=Op(e,t.offset,void 0,null,n,r),s&&l.anchor===``&&r(s,`BAD_ALIAS`,`Anchor cannot be an empty string`),i&&e.options.stringKeys&&(!Q(l)||typeof l.value!=`string`||l.tag&&l.tag!==`tag:yaml.org,2002:str`)&&r(c??t,`NON_STRING_KEY`,`With stringKeys, all keys must be strings`),a&&(l.spaceBefore=!0),o&&(t.type===`scalar`&&t.source===``?l.comment=o:l.commentBefore=o),e.options.keepSourceTokens&&u&&(l.srcToken=t),l}function Op(e,t,n,r,{spaceBefore:i,comment:a,anchor:o,tag:s,end:c},l){let u=Sp(e,{type:`scalar`,offset:Tp(t,n,r),indent:-1,source:``},s,l);return o&&(u.anchor=o.source.substring(1),u.anchor===``&&l(o,`BAD_ALIAS`,`Anchor cannot be an empty string`)),i&&(u.spaceBefore=!0),a&&(u.comment=a,u.range[2]=c),u}function kp({options:e},{offset:t,source:n,end:r},i){let a=new Yu(n.substring(1));a.source===``&&i(t,`BAD_ALIAS`,`Alias cannot be an empty string`),a.source.endsWith(`:`)&&i(t+n.length-1,`BAD_ALIAS`,`Alias ending in : is ambiguous`,!0);let o=t+n.length,s=ap(r,o,e.strict,i);return a.range=[t,o,s.offset],s.comment&&(a.comment=s.comment),a}function Ap(e,t,{offset:n,start:r,value:i,end:a},o){let s=new Kf(void 0,Object.assign({_directives:t},e)),c={atKey:!1,atRoot:!0,directives:s.directives,options:s.options,schema:s.schema},l=Qf(r,{indicator:`doc-start`,next:i??a?.[0],offset:n,onError:o,parentIndent:0,startOnNewline:!0});l.found&&(s.directives.docStart=!0,i&&(i.type===`block-map`||i.type===`block-seq`)&&!l.hasNewline&&o(l.end,`MISSING_CHAR`,`Block collection cannot start on same line with directives-end marker`)),s.contents=i?Dp(c,i,l,o):Op(c,l.end,r,null,l,o);let u=s.contents.range[2],d=ap(a,u,!1,o);return d.comment&&(s.comment=d.comment),s.range=[n,u,d.offset],s}function jp(e){if(typeof e==`number`)return[e,e+1];if(Array.isArray(e))return e.length===2?e:[e[0],e[1]];let{offset:t,source:n}=e;return[t,t+(typeof n==`string`?n.length:1)]}function Mp(e){let t=``,n=!1,r=!1;for(let i=0;i<e.length;++i){let a=e[i];switch(a[0]){case`#`:t+=(t===``?``:r?`
|
||
|
||
`:`
|
||
`)+(a.substring(1)||` `),n=!0,r=!1;break;case`%`:e[i+1]?.[0]!==`#`&&(i+=1),n=!1;break;default:n||(r=!0),n=!1}}return{comment:t,afterEmptyLine:r}}var Np=class{constructor(e={}){this.doc=null,this.atDirectives=!1,this.prelude=[],this.errors=[],this.warnings=[],this.onError=(e,t,n,r)=>{let i=jp(e);r?this.warnings.push(new Xf(i,t,n)):this.errors.push(new Yf(i,t,n))},this.directives=new Vu({version:e.version||`1.2`}),this.options=e}decorate(e,t){let{comment:n,afterEmptyLine:r}=Mp(this.prelude);if(n){let i=e.contents;if(t)e.comment=e.comment?`${e.comment}\n${n}`:n;else if(r||e.directives.docStart||!i)e.commentBefore=n;else if(Eu(i)&&!i.flow&&i.items.length>0){let e=i.items[0];Z(e)&&(e=e.key);let t=e.commentBefore;e.commentBefore=t?`${n}\n${t}`:n}else{let e=i.commentBefore;i.commentBefore=e?`${n}\n${e}`:n}}t?(Array.prototype.push.apply(e.errors,this.errors),Array.prototype.push.apply(e.warnings,this.warnings)):(e.errors=this.errors,e.warnings=this.warnings),this.prelude=[],this.errors=[],this.warnings=[]}streamInfo(){return{comment:Mp(this.prelude).comment,directives:this.directives,errors:this.errors,warnings:this.warnings}}*compose(e,t=!1,n=-1){for(let t of e)yield*this.next(t);yield*this.end(t,n)}*next(e){switch(e.type){case`directive`:this.directives.add(e.source,(t,n,r)=>{let i=jp(e);i[0]+=t,this.onError(i,`BAD_DIRECTIVE`,n,r)}),this.prelude.push(e.source),this.atDirectives=!0;break;case`document`:{let t=Ap(this.options,this.directives,e,this.onError);this.atDirectives&&!t.directives.docStart&&this.onError(e,`MISSING_CHAR`,`Missing directives-end/doc-start indicator line`),this.decorate(t,!1),this.doc&&(yield this.doc),this.doc=t,this.atDirectives=!1;break}case`byte-order-mark`:case`space`:break;case`comment`:case`newline`:this.prelude.push(e.source);break;case`error`:{let t=e.source?`${e.message}: ${JSON.stringify(e.source)}`:e.message,n=new Yf(jp(e),`UNEXPECTED_TOKEN`,t);this.atDirectives||!this.doc?this.errors.push(n):this.doc.errors.push(n);break}case`doc-end`:{if(!this.doc){this.errors.push(new Yf(jp(e),`UNEXPECTED_TOKEN`,`Unexpected doc-end without preceding document`));break}this.doc.directives.docEnd=!0;let t=ap(e.end,e.offset+e.source.length,this.doc.options.strict,this.onError);if(this.decorate(this.doc,!0),t.comment){let e=this.doc.comment;this.doc.comment=e?`${e}\n${t.comment}`:t.comment}this.doc.range[2]=t.offset;break}default:this.errors.push(new Yf(jp(e),`UNEXPECTED_TOKEN`,`Unsupported token ${e.type}`))}}*end(e=!1,t=-1){if(this.doc)this.decorate(this.doc,!0),yield this.doc,this.doc=null;else if(e){let e=new Kf(void 0,Object.assign({_directives:this.directives},this.options));this.atDirectives&&this.onError(t,`MISSING_CHAR`,`Missing directives-end indicator line`),e.range=[0,t,t],this.decorate(e,!1),yield e}}},Pp=Symbol(`break visit`),Fp=Symbol(`skip children`),Ip=Symbol(`remove item`);function Lp(e,t){`type`in e&&e.type===`document`&&(e={start:e.start,value:e.value}),Rp(Object.freeze([]),e,t)}Lp.BREAK=Pp,Lp.SKIP=Fp,Lp.REMOVE=Ip,Lp.itemAtPath=(e,t)=>{let n=e;for(let[e,r]of t){let t=n?.[e];if(t&&`items`in t)n=t.items[r];else return}return n},Lp.parentCollection=(e,t)=>{let n=Lp.itemAtPath(e,t.slice(0,-1)),r=t[t.length-1][0],i=n?.[r];if(i&&`items`in i)return i;throw Error(`Parent collection not found`)};function Rp(e,t,n){let r=n(t,e);if(typeof r==`symbol`)return r;for(let i of[`key`,`value`]){let a=t[i];if(a&&`items`in a){for(let t=0;t<a.items.length;++t){let r=Rp(Object.freeze(e.concat([[i,t]])),a.items[t],n);if(typeof r==`number`)t=r-1;else if(r===Pp)return Pp;else r===Ip&&(a.items.splice(t,1),--t)}typeof r==`function`&&i===`key`&&(r=r(t,e))}}return typeof r==`function`?r(t,e):r}function zp(e){switch(e){case``:return`byte-order-mark`;case``:return`doc-mode`;case``:return`flow-error-end`;case``:return`scalar`;case`---`:return`doc-start`;case`...`:return`doc-end`;case``:case`
|
||
`:case`\r
|
||
`:return`newline`;case`-`:return`seq-item-ind`;case`?`:return`explicit-key-ind`;case`:`:return`map-value-ind`;case`{`:return`flow-map-start`;case`}`:return`flow-map-end`;case`[`:return`flow-seq-start`;case`]`:return`flow-seq-end`;case`,`:return`comma`}switch(e[0]){case` `:case` `:return`space`;case`#`:return`comment`;case`%`:return`directive-line`;case`*`:return`alias`;case`&`:return`anchor`;case`!`:return`tag`;case`'`:return`single-quoted-scalar`;case`"`:return`double-quoted-scalar`;case`|`:case`>`:return`block-scalar-header`}return null}function Bp(e){switch(e){case void 0:case` `:case`
|
||
`:case`\r`:case` `:return!0;default:return!1}}var Vp=new Set(`0123456789ABCDEFabcdef`),Hp=new Set(`0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-#;/?:@&=+$_.!~*'()`),Up=new Set(`,[]{}`),Wp=new Set(` ,[]{}
|
||
\r `),Gp=e=>!e||Wp.has(e),Kp=class{constructor(){this.atEnd=!1,this.blockScalarIndent=-1,this.blockScalarKeep=!1,this.buffer=``,this.flowKey=!1,this.flowLevel=0,this.indentNext=0,this.indentValue=0,this.lineEndPos=null,this.next=null,this.pos=0}*lex(e,t=!1){if(e){if(typeof e!=`string`)throw TypeError(`source is not a string`);this.buffer=this.buffer?this.buffer+e:e,this.lineEndPos=null}this.atEnd=!t;let n=this.next??`stream`;for(;n&&(t||this.hasChars(1));)n=yield*this.parseNext(n)}atLineEnd(){let e=this.pos,t=this.buffer[e];for(;t===` `||t===` `;)t=this.buffer[++e];return!t||t===`#`||t===`
|
||
`?!0:t===`\r`?this.buffer[e+1]===`
|
||
`:!1}charAt(e){return this.buffer[this.pos+e]}continueScalar(e){let t=this.buffer[e];if(this.indentNext>0){let n=0;for(;t===` `;)t=this.buffer[++n+e];if(t===`\r`){let t=this.buffer[n+e+1];if(t===`
|
||
`||!t&&!this.atEnd)return e+n+1}return t===`
|
||
`||n>=this.indentNext||!t&&!this.atEnd?e+n:-1}if(t===`-`||t===`.`){let t=this.buffer.substr(e,3);if((t===`---`||t===`...`)&&Bp(this.buffer[e+3]))return-1}return e}getLine(){let e=this.lineEndPos;return(typeof e!=`number`||e!==-1&&e<this.pos)&&(e=this.buffer.indexOf(`
|
||
`,this.pos),this.lineEndPos=e),e===-1?this.atEnd?this.buffer.substring(this.pos):null:(this.buffer[e-1]===`\r`&&--e,this.buffer.substring(this.pos,e))}hasChars(e){return this.pos+e<=this.buffer.length}setNext(e){return this.buffer=this.buffer.substring(this.pos),this.pos=0,this.lineEndPos=null,this.next=e,null}peek(e){return this.buffer.substr(this.pos,e)}*parseNext(e){switch(e){case`stream`:return yield*this.parseStream();case`line-start`:return yield*this.parseLineStart();case`block-start`:return yield*this.parseBlockStart();case`doc`:return yield*this.parseDocument();case`flow`:return yield*this.parseFlowCollection();case`quoted-scalar`:return yield*this.parseQuotedScalar();case`block-scalar`:return yield*this.parseBlockScalar();case`plain-scalar`:return yield*this.parsePlainScalar()}}*parseStream(){let e=this.getLine();if(e===null)return this.setNext(`stream`);if(e[0]===``&&(yield*this.pushCount(1),e=e.substring(1)),e[0]===`%`){let t=e.length,n=e.indexOf(`#`);for(;n!==-1;){let r=e[n-1];if(r===` `||r===` `){t=n-1;break}else n=e.indexOf(`#`,n+1)}for(;;){let n=e[t-1];if(n===` `||n===` `)--t;else break}let r=(yield*this.pushCount(t))+(yield*this.pushSpaces(!0));return yield*this.pushCount(e.length-r),this.pushNewline(),`stream`}if(this.atLineEnd()){let t=yield*this.pushSpaces(!0);return yield*this.pushCount(e.length-t),yield*this.pushNewline(),`stream`}return yield``,yield*this.parseLineStart()}*parseLineStart(){let e=this.charAt(0);if(!e&&!this.atEnd)return this.setNext(`line-start`);if(e===`-`||e===`.`){if(!this.atEnd&&!this.hasChars(4))return this.setNext(`line-start`);let e=this.peek(3);if((e===`---`||e===`...`)&&Bp(this.charAt(3)))return yield*this.pushCount(3),this.indentValue=0,this.indentNext=0,e===`---`?`doc`:`stream`}return this.indentValue=yield*this.pushSpaces(!1),this.indentNext>this.indentValue&&!Bp(this.charAt(1))&&(this.indentNext=this.indentValue),yield*this.parseBlockStart()}*parseBlockStart(){let[e,t]=this.peek(2);if(!t&&!this.atEnd)return this.setNext(`block-start`);if((e===`-`||e===`?`||e===`:`)&&Bp(t)){let e=(yield*this.pushCount(1))+(yield*this.pushSpaces(!0));return this.indentNext=this.indentValue+1,this.indentValue+=e,yield*this.parseBlockStart()}return`doc`}*parseDocument(){yield*this.pushSpaces(!0);let e=this.getLine();if(e===null)return this.setNext(`doc`);let t=yield*this.pushIndicators();switch(e[t]){case`#`:yield*this.pushCount(e.length-t);case void 0:return yield*this.pushNewline(),yield*this.parseLineStart();case`{`:case`[`:return yield*this.pushCount(1),this.flowKey=!1,this.flowLevel=1,`flow`;case`}`:case`]`:return yield*this.pushCount(1),`doc`;case`*`:return yield*this.pushUntil(Gp),`doc`;case`"`:case`'`:return yield*this.parseQuotedScalar();case`|`:case`>`:return t+=yield*this.parseBlockScalarHeader(),t+=yield*this.pushSpaces(!0),yield*this.pushCount(e.length-t),yield*this.pushNewline(),yield*this.parseBlockScalar();default:return yield*this.parsePlainScalar()}}*parseFlowCollection(){let e,t,n=-1;do e=yield*this.pushNewline(),e>0?(t=yield*this.pushSpaces(!1),this.indentValue=n=t):t=0,t+=yield*this.pushSpaces(!0);while(e+t>0);let r=this.getLine();if(r===null)return this.setNext(`flow`);if((n!==-1&&n<this.indentNext&&r[0]!==`#`||n===0&&(r.startsWith(`---`)||r.startsWith(`...`))&&Bp(r[3]))&&!(n===this.indentNext-1&&this.flowLevel===1&&(r[0]===`]`||r[0]===`}`)))return this.flowLevel=0,yield``,yield*this.parseLineStart();let i=0;for(;r[i]===`,`;)i+=yield*this.pushCount(1),i+=yield*this.pushSpaces(!0),this.flowKey=!1;switch(i+=yield*this.pushIndicators(),r[i]){case void 0:return`flow`;case`#`:return yield*this.pushCount(r.length-i),`flow`;case`{`:case`[`:return yield*this.pushCount(1),this.flowKey=!1,this.flowLevel+=1,`flow`;case`}`:case`]`:return yield*this.pushCount(1),this.flowKey=!0,--this.flowLevel,this.flowLevel?`flow`:`doc`;case`*`:return yield*this.pushUntil(Gp),`flow`;case`"`:case`'`:return this.flowKey=!0,yield*this.parseQuotedScalar();case`:`:{let e=this.charAt(1);if(this.flowKey||Bp(e)||e===`,`)return this.flowKey=!1,yield*this.pushCount(1),yield*this.pushSpaces(!0),`flow`}default:return this.flowKey=!1,yield*this.parsePlainScalar()}}*parseQuotedScalar(){let e=this.charAt(0),t=this.buffer.indexOf(e,this.pos+1);if(e===`'`)for(;t!==-1&&this.buffer[t+1]===`'`;)t=this.buffer.indexOf(`'`,t+2);else for(;t!==-1;){let e=0;for(;this.buffer[t-1-e]===`\\`;)e+=1;if(e%2==0)break;t=this.buffer.indexOf(`"`,t+1)}let n=this.buffer.substring(0,t),r=n.indexOf(`
|
||
`,this.pos);if(r!==-1){for(;r!==-1;){let e=this.continueScalar(r+1);if(e===-1)break;r=n.indexOf(`
|
||
`,e)}r!==-1&&(t=r-(n[r-1]===`\r`?2:1))}if(t===-1){if(!this.atEnd)return this.setNext(`quoted-scalar`);t=this.buffer.length}return yield*this.pushToIndex(t+1,!1),this.flowLevel?`flow`:`doc`}*parseBlockScalarHeader(){this.blockScalarIndent=-1,this.blockScalarKeep=!1;let e=this.pos;for(;;){let t=this.buffer[++e];if(t===`+`)this.blockScalarKeep=!0;else if(t>`0`&&t<=`9`)this.blockScalarIndent=Number(t)-1;else if(t!==`-`)break}return yield*this.pushUntil(e=>Bp(e)||e===`#`)}*parseBlockScalar(){let e=this.pos-1,t=0,n;loop:for(let r=this.pos;n=this.buffer[r];++r)switch(n){case` `:t+=1;break;case`
|
||
`:e=r,t=0;break;case`\r`:{let e=this.buffer[r+1];if(!e&&!this.atEnd)return this.setNext(`block-scalar`);if(e===`
|
||
`)break}default:break loop}if(!n&&!this.atEnd)return this.setNext(`block-scalar`);if(t>=this.indentNext){this.blockScalarIndent===-1?this.indentNext=t:this.indentNext=this.blockScalarIndent+(this.indentNext===0?1:this.indentNext);do{let t=this.continueScalar(e+1);if(t===-1)break;e=this.buffer.indexOf(`
|
||
`,t)}while(e!==-1);if(e===-1){if(!this.atEnd)return this.setNext(`block-scalar`);e=this.buffer.length}}let r=e+1;for(n=this.buffer[r];n===` `;)n=this.buffer[++r];if(n===` `){for(;n===` `||n===` `||n===`\r`||n===`
|
||
`;)n=this.buffer[++r];e=r-1}else if(!this.blockScalarKeep)do{let n=e-1,r=this.buffer[n];r===`\r`&&(r=this.buffer[--n]);let i=n;for(;r===` `;)r=this.buffer[--n];if(r===`
|
||
`&&n>=this.pos&&n+1+t>i)e=n;else break}while(!0);return yield``,yield*this.pushToIndex(e+1,!0),yield*this.parseLineStart()}*parsePlainScalar(){let e=this.flowLevel>0,t=this.pos-1,n=this.pos-1,r;for(;r=this.buffer[++n];)if(r===`:`){let r=this.buffer[n+1];if(Bp(r)||e&&Up.has(r))break;t=n}else if(Bp(r)){let i=this.buffer[n+1];if(r===`\r`&&(i===`
|
||
`?(n+=1,r=`
|
||
`,i=this.buffer[n+1]):t=n),i===`#`||e&&Up.has(i))break;if(r===`
|
||
`){let e=this.continueScalar(n+1);if(e===-1)break;n=Math.max(n,e-2)}}else{if(e&&Up.has(r))break;t=n}return!r&&!this.atEnd?this.setNext(`plain-scalar`):(yield``,yield*this.pushToIndex(t+1,!0),e?`flow`:`doc`)}*pushCount(e){return e>0?(yield this.buffer.substr(this.pos,e),this.pos+=e,e):0}*pushToIndex(e,t){let n=this.buffer.slice(this.pos,e);return n?(yield n,this.pos+=n.length,n.length):(t&&(yield``),0)}*pushIndicators(){switch(this.charAt(0)){case`!`:return(yield*this.pushTag())+(yield*this.pushSpaces(!0))+(yield*this.pushIndicators());case`&`:return(yield*this.pushUntil(Gp))+(yield*this.pushSpaces(!0))+(yield*this.pushIndicators());case`-`:case`?`:case`:`:{let e=this.flowLevel>0,t=this.charAt(1);if(Bp(t)||e&&Up.has(t))return e?this.flowKey&&=!1:this.indentNext=this.indentValue+1,(yield*this.pushCount(1))+(yield*this.pushSpaces(!0))+(yield*this.pushIndicators())}}return 0}*pushTag(){if(this.charAt(1)===`<`){let e=this.pos+2,t=this.buffer[e];for(;!Bp(t)&&t!==`>`;)t=this.buffer[++e];return yield*this.pushToIndex(t===`>`?e+1:e,!1)}else{let e=this.pos+1,t=this.buffer[e];for(;t;)if(Hp.has(t))t=this.buffer[++e];else if(t===`%`&&Vp.has(this.buffer[e+1])&&Vp.has(this.buffer[e+2]))t=this.buffer[e+=3];else break;return yield*this.pushToIndex(e,!1)}}*pushNewline(){let e=this.buffer[this.pos];return e===`
|
||
`?yield*this.pushCount(1):e===`\r`&&this.charAt(1)===`
|
||
`?yield*this.pushCount(2):0}*pushSpaces(e){let t=this.pos-1,n;do n=this.buffer[++t];while(n===` `||e&&n===` `);let r=t-this.pos;return r>0&&(yield this.buffer.substr(this.pos,r),this.pos=t),r}*pushUntil(e){let t=this.pos,n=this.buffer[t];for(;!e(n);)n=this.buffer[++t];return yield*this.pushToIndex(t,!1)}},qp=class{constructor(){this.lineStarts=[],this.addNewLine=e=>this.lineStarts.push(e),this.linePos=e=>{let t=0,n=this.lineStarts.length;for(;t<n;){let r=t+n>>1;this.lineStarts[r]<e?t=r+1:n=r}if(this.lineStarts[t]===e)return{line:t+1,col:1};if(t===0)return{line:0,col:e};let r=this.lineStarts[t-1];return{line:t,col:e-r+1}}}};function Jp(e,t){for(let n=0;n<e.length;++n)if(e[n].type===t)return!0;return!1}function Yp(e){for(let t=0;t<e.length;++t)switch(e[t].type){case`space`:case`comment`:case`newline`:break;default:return t}return-1}function Xp(e){switch(e?.type){case`alias`:case`scalar`:case`single-quoted-scalar`:case`double-quoted-scalar`:case`flow-collection`:return!0;default:return!1}}function Zp(e){switch(e.type){case`document`:return e.start;case`block-map`:{let t=e.items[e.items.length-1];return t.sep??t.start}case`block-seq`:return e.items[e.items.length-1].start;default:return[]}}function Qp(e){if(e.length===0)return[];let t=e.length;loop:for(;--t>=0;)switch(e[t].type){case`doc-start`:case`explicit-key-ind`:case`map-value-ind`:case`seq-item-ind`:case`newline`:break loop}for(;e[++t]?.type===`space`;);return e.splice(t,e.length)}function $p(e){if(e.start.type===`flow-seq-start`)for(let t of e.items)t.sep&&!t.value&&!Jp(t.start,`explicit-key-ind`)&&!Jp(t.sep,`map-value-ind`)&&(t.key&&(t.value=t.key),delete t.key,Xp(t.value)?t.value.end?Array.prototype.push.apply(t.value.end,t.sep):t.value.end=t.sep:Array.prototype.push.apply(t.start,t.sep),delete t.sep)}var em=class{constructor(e){this.atNewLine=!0,this.atScalar=!1,this.indent=0,this.offset=0,this.onKeyLine=!1,this.stack=[],this.source=``,this.type=``,this.lexer=new Kp,this.onNewLine=e}*parse(e,t=!1){this.onNewLine&&this.offset===0&&this.onNewLine(0);for(let n of this.lexer.lex(e,t))yield*this.next(n);t||(yield*this.end())}*next(e){if(this.source=e,this.atScalar){this.atScalar=!1,yield*this.step(),this.offset+=e.length;return}let t=zp(e);if(!t){let t=`Not a YAML token: ${e}`;yield*this.pop({type:`error`,offset:this.offset,message:t,source:e}),this.offset+=e.length}else if(t===`scalar`)this.atNewLine=!1,this.atScalar=!0,this.type=`scalar`;else{switch(this.type=t,yield*this.step(),t){case`newline`:this.atNewLine=!0,this.indent=0,this.onNewLine&&this.onNewLine(this.offset+e.length);break;case`space`:this.atNewLine&&e[0]===` `&&(this.indent+=e.length);break;case`explicit-key-ind`:case`map-value-ind`:case`seq-item-ind`:this.atNewLine&&(this.indent+=e.length);break;case`doc-mode`:case`flow-error-end`:return;default:this.atNewLine=!1}this.offset+=e.length}}*end(){for(;this.stack.length>0;)yield*this.pop()}get sourceToken(){return{type:this.type,offset:this.offset,indent:this.indent,source:this.source}}*step(){let e=this.peek(1);if(this.type===`doc-end`&&e?.type!==`doc-end`){for(;this.stack.length>0;)yield*this.pop();this.stack.push({type:`doc-end`,offset:this.offset,source:this.source});return}if(!e)return yield*this.stream();switch(e.type){case`document`:return yield*this.document(e);case`alias`:case`scalar`:case`single-quoted-scalar`:case`double-quoted-scalar`:return yield*this.scalar(e);case`block-scalar`:return yield*this.blockScalar(e);case`block-map`:return yield*this.blockMap(e);case`block-seq`:return yield*this.blockSequence(e);case`flow-collection`:return yield*this.flowCollection(e);case`doc-end`:return yield*this.documentEnd(e)}yield*this.pop()}peek(e){return this.stack[this.stack.length-e]}*pop(e){let t=e??this.stack.pop();if(!t)yield{type:`error`,offset:this.offset,source:``,message:`Tried to pop an empty stack`};else if(this.stack.length===0)yield t;else{let e=this.peek(1);switch(t.type===`block-scalar`?t.indent=`indent`in e?e.indent:0:t.type===`flow-collection`&&e.type===`document`&&(t.indent=0),t.type===`flow-collection`&&$p(t),e.type){case`document`:e.value=t;break;case`block-scalar`:e.props.push(t);break;case`block-map`:{let n=e.items[e.items.length-1];if(n.value){e.items.push({start:[],key:t,sep:[]}),this.onKeyLine=!0;return}else if(n.sep)n.value=t;else{Object.assign(n,{key:t,sep:[]}),this.onKeyLine=!n.explicitKey;return}break}case`block-seq`:{let n=e.items[e.items.length-1];n.value?e.items.push({start:[],value:t}):n.value=t;break}case`flow-collection`:{let n=e.items[e.items.length-1];!n||n.value?e.items.push({start:[],key:t,sep:[]}):n.sep?n.value=t:Object.assign(n,{key:t,sep:[]});return}default:yield*this.pop(),yield*this.pop(t)}if((e.type===`document`||e.type===`block-map`||e.type===`block-seq`)&&(t.type===`block-map`||t.type===`block-seq`)){let n=t.items[t.items.length-1];n&&!n.sep&&!n.value&&n.start.length>0&&Yp(n.start)===-1&&(t.indent===0||n.start.every(e=>e.type!==`comment`||e.indent<t.indent))&&(e.type===`document`?e.end=n.start:e.items.push({start:n.start}),t.items.splice(-1,1))}}}*stream(){switch(this.type){case`directive-line`:yield{type:`directive`,offset:this.offset,source:this.source};return;case`byte-order-mark`:case`space`:case`comment`:case`newline`:yield this.sourceToken;return;case`doc-mode`:case`doc-start`:{let e={type:`document`,offset:this.offset,start:[]};this.type===`doc-start`&&e.start.push(this.sourceToken),this.stack.push(e);return}}yield{type:`error`,offset:this.offset,message:`Unexpected ${this.type} token in YAML stream`,source:this.source}}*document(e){if(e.value)return yield*this.lineEnd(e);switch(this.type){case`doc-start`:Yp(e.start)===-1?e.start.push(this.sourceToken):(yield*this.pop(),yield*this.step());return;case`anchor`:case`tag`:case`space`:case`comment`:case`newline`:e.start.push(this.sourceToken);return}let t=this.startBlockValue(e);t?this.stack.push(t):yield{type:`error`,offset:this.offset,message:`Unexpected ${this.type} token in YAML document`,source:this.source}}*scalar(e){if(this.type===`map-value-ind`){let t=Qp(Zp(this.peek(2))),n;e.end?(n=e.end,n.push(this.sourceToken),delete e.end):n=[this.sourceToken];let r={type:`block-map`,offset:e.offset,indent:e.indent,items:[{start:t,key:e,sep:n}]};this.onKeyLine=!0,this.stack[this.stack.length-1]=r}else yield*this.lineEnd(e)}*blockScalar(e){switch(this.type){case`space`:case`comment`:case`newline`:e.props.push(this.sourceToken);return;case`scalar`:if(e.source=this.source,this.atNewLine=!0,this.indent=0,this.onNewLine){let e=this.source.indexOf(`
|
||
`)+1;for(;e!==0;)this.onNewLine(this.offset+e),e=this.source.indexOf(`
|
||
`,e)+1}yield*this.pop();break;default:yield*this.pop(),yield*this.step()}}*blockMap(e){let t=e.items[e.items.length-1];switch(this.type){case`newline`:if(this.onKeyLine=!1,t.value){let n=`end`in t.value?t.value.end:void 0;(Array.isArray(n)?n[n.length-1]:void 0)?.type===`comment`?n?.push(this.sourceToken):e.items.push({start:[this.sourceToken]})}else t.sep?t.sep.push(this.sourceToken):t.start.push(this.sourceToken);return;case`space`:case`comment`:if(t.value)e.items.push({start:[this.sourceToken]});else if(t.sep)t.sep.push(this.sourceToken);else{if(this.atIndentedComment(t.start,e.indent)){let n=e.items[e.items.length-2]?.value?.end;if(Array.isArray(n)){Array.prototype.push.apply(n,t.start),n.push(this.sourceToken),e.items.pop();return}}t.start.push(this.sourceToken)}return}if(this.indent>=e.indent){let n=!this.onKeyLine&&this.indent===e.indent,r=n&&(t.sep||t.explicitKey)&&this.type!==`seq-item-ind`,i=[];if(r&&t.sep&&!t.value){let n=[];for(let r=0;r<t.sep.length;++r){let i=t.sep[r];switch(i.type){case`newline`:n.push(r);break;case`space`:break;case`comment`:i.indent>e.indent&&(n.length=0);break;default:n.length=0}}n.length>=2&&(i=t.sep.splice(n[1]))}switch(this.type){case`anchor`:case`tag`:r||t.value?(i.push(this.sourceToken),e.items.push({start:i}),this.onKeyLine=!0):t.sep?t.sep.push(this.sourceToken):t.start.push(this.sourceToken);return;case`explicit-key-ind`:!t.sep&&!t.explicitKey?(t.start.push(this.sourceToken),t.explicitKey=!0):r||t.value?(i.push(this.sourceToken),e.items.push({start:i,explicitKey:!0})):this.stack.push({type:`block-map`,offset:this.offset,indent:this.indent,items:[{start:[this.sourceToken],explicitKey:!0}]}),this.onKeyLine=!0;return;case`map-value-ind`:if(t.explicitKey)if(!t.sep)if(Jp(t.start,`newline`))Object.assign(t,{key:null,sep:[this.sourceToken]});else{let e=Qp(t.start);this.stack.push({type:`block-map`,offset:this.offset,indent:this.indent,items:[{start:e,key:null,sep:[this.sourceToken]}]})}else if(t.value)e.items.push({start:[],key:null,sep:[this.sourceToken]});else if(Jp(t.sep,`map-value-ind`))this.stack.push({type:`block-map`,offset:this.offset,indent:this.indent,items:[{start:i,key:null,sep:[this.sourceToken]}]});else if(Xp(t.key)&&!Jp(t.sep,`newline`)){let e=Qp(t.start),n=t.key,r=t.sep;r.push(this.sourceToken),delete t.key,delete t.sep,this.stack.push({type:`block-map`,offset:this.offset,indent:this.indent,items:[{start:e,key:n,sep:r}]})}else i.length>0?t.sep=t.sep.concat(i,this.sourceToken):t.sep.push(this.sourceToken);else t.sep?t.value||r?e.items.push({start:i,key:null,sep:[this.sourceToken]}):Jp(t.sep,`map-value-ind`)?this.stack.push({type:`block-map`,offset:this.offset,indent:this.indent,items:[{start:[],key:null,sep:[this.sourceToken]}]}):t.sep.push(this.sourceToken):Object.assign(t,{key:null,sep:[this.sourceToken]});this.onKeyLine=!0;return;case`alias`:case`scalar`:case`single-quoted-scalar`:case`double-quoted-scalar`:{let n=this.flowScalar(this.type);r||t.value?(e.items.push({start:i,key:n,sep:[]}),this.onKeyLine=!0):t.sep?this.stack.push(n):(Object.assign(t,{key:n,sep:[]}),this.onKeyLine=!0);return}default:{let r=this.startBlockValue(e);if(r){if(r.type===`block-seq`){if(!t.explicitKey&&t.sep&&!Jp(t.sep,`newline`)){yield*this.pop({type:`error`,offset:this.offset,message:`Unexpected block-seq-ind on same line with key`,source:this.source});return}}else n&&e.items.push({start:i});this.stack.push(r);return}}}}yield*this.pop(),yield*this.step()}*blockSequence(e){let t=e.items[e.items.length-1];switch(this.type){case`newline`:if(t.value){let n=`end`in t.value?t.value.end:void 0;(Array.isArray(n)?n[n.length-1]:void 0)?.type===`comment`?n?.push(this.sourceToken):e.items.push({start:[this.sourceToken]})}else t.start.push(this.sourceToken);return;case`space`:case`comment`:if(t.value)e.items.push({start:[this.sourceToken]});else{if(this.atIndentedComment(t.start,e.indent)){let n=e.items[e.items.length-2]?.value?.end;if(Array.isArray(n)){Array.prototype.push.apply(n,t.start),n.push(this.sourceToken),e.items.pop();return}}t.start.push(this.sourceToken)}return;case`anchor`:case`tag`:if(t.value||this.indent<=e.indent)break;t.start.push(this.sourceToken);return;case`seq-item-ind`:if(this.indent!==e.indent)break;t.value||Jp(t.start,`seq-item-ind`)?e.items.push({start:[this.sourceToken]}):t.start.push(this.sourceToken);return}if(this.indent>e.indent){let t=this.startBlockValue(e);if(t){this.stack.push(t);return}}yield*this.pop(),yield*this.step()}*flowCollection(e){let t=e.items[e.items.length-1];if(this.type===`flow-error-end`){let e;do yield*this.pop(),e=this.peek(1);while(e?.type===`flow-collection`)}else if(e.end.length===0){switch(this.type){case`comma`:case`explicit-key-ind`:!t||t.sep?e.items.push({start:[this.sourceToken]}):t.start.push(this.sourceToken);return;case`map-value-ind`:!t||t.value?e.items.push({start:[],key:null,sep:[this.sourceToken]}):t.sep?t.sep.push(this.sourceToken):Object.assign(t,{key:null,sep:[this.sourceToken]});return;case`space`:case`comment`:case`newline`:case`anchor`:case`tag`:!t||t.value?e.items.push({start:[this.sourceToken]}):t.sep?t.sep.push(this.sourceToken):t.start.push(this.sourceToken);return;case`alias`:case`scalar`:case`single-quoted-scalar`:case`double-quoted-scalar`:{let n=this.flowScalar(this.type);!t||t.value?e.items.push({start:[],key:n,sep:[]}):t.sep?this.stack.push(n):Object.assign(t,{key:n,sep:[]});return}case`flow-map-end`:case`flow-seq-end`:e.end.push(this.sourceToken);return}let n=this.startBlockValue(e);n?this.stack.push(n):(yield*this.pop(),yield*this.step())}else{let t=this.peek(2);if(t.type===`block-map`&&(this.type===`map-value-ind`&&t.indent===e.indent||this.type===`newline`&&!t.items[t.items.length-1].sep))yield*this.pop(),yield*this.step();else if(this.type===`map-value-ind`&&t.type!==`flow-collection`){let n=Qp(Zp(t));$p(e);let r=e.end.splice(1,e.end.length);r.push(this.sourceToken);let i={type:`block-map`,offset:e.offset,indent:e.indent,items:[{start:n,key:e,sep:r}]};this.onKeyLine=!0,this.stack[this.stack.length-1]=i}else yield*this.lineEnd(e)}}flowScalar(e){if(this.onNewLine){let e=this.source.indexOf(`
|
||
`)+1;for(;e!==0;)this.onNewLine(this.offset+e),e=this.source.indexOf(`
|
||
`,e)+1}return{type:e,offset:this.offset,indent:this.indent,source:this.source}}startBlockValue(e){switch(this.type){case`alias`:case`scalar`:case`single-quoted-scalar`:case`double-quoted-scalar`:return this.flowScalar(this.type);case`block-scalar-header`:return{type:`block-scalar`,offset:this.offset,indent:this.indent,props:[this.sourceToken],source:``};case`flow-map-start`:case`flow-seq-start`:return{type:`flow-collection`,offset:this.offset,indent:this.indent,start:this.sourceToken,items:[],end:[]};case`seq-item-ind`:return{type:`block-seq`,offset:this.offset,indent:this.indent,items:[{start:[this.sourceToken]}]};case`explicit-key-ind`:{this.onKeyLine=!0;let t=Qp(Zp(e));return t.push(this.sourceToken),{type:`block-map`,offset:this.offset,indent:this.indent,items:[{start:t,explicitKey:!0}]}}case`map-value-ind`:{this.onKeyLine=!0;let t=Qp(Zp(e));return{type:`block-map`,offset:this.offset,indent:this.indent,items:[{start:t,key:null,sep:[this.sourceToken]}]}}}return null}atIndentedComment(e,t){return this.type!==`comment`||this.indent<=t?!1:e.every(e=>e.type===`newline`||e.type===`space`)}*documentEnd(e){this.type!==`doc-mode`&&(e.end?e.end.push(this.sourceToken):e.end=[this.sourceToken],this.type===`newline`&&(yield*this.pop()))}*lineEnd(e){switch(this.type){case`comma`:case`doc-start`:case`doc-end`:case`flow-seq-end`:case`flow-map-end`:case`map-value-ind`:yield*this.pop(),yield*this.step();break;case`newline`:this.onKeyLine=!1;default:e.end?e.end.push(this.sourceToken):e.end=[this.sourceToken],this.type===`newline`&&(yield*this.pop())}}};function tm(e){let t=e.prettyErrors!==!1;return{lineCounter:e.lineCounter||t&&new qp||null,prettyErrors:t}}function nm(e,t={}){let{lineCounter:n,prettyErrors:r}=tm(t),i=new em(n?.addNewLine),a=new Np(t),o=null;for(let t of a.compose(i.parse(e),!0,e.length))if(!o)o=t;else if(o.options.logLevel!==`silent`){o.errors.push(new Yf(t.range.slice(0,2),`MULTIPLE_DOCS`,`Source contains multiple documents; please use YAML.parseAllDocuments()`));break}return r&&n&&(o.errors.forEach(Zf(e,n)),o.warnings.forEach(Zf(e,n))),o}function rm(e,t,n){let r;typeof t==`function`?r=t:n===void 0&&t&&typeof t==`object`&&(n=t);let i=nm(e,n);if(!i)return null;if(i.warnings.forEach(e=>Dd(i.options.logLevel,e)),i.errors.length>0){if(i.options.logLevel!==`silent`)throw i.errors[0];i.errors=[]}return i.toJS(Object.assign({reviver:r},n))}var im=t(((e,t)=>{(function(n,r){typeof e==`object`&&typeof t==`object`?t.exports=r():typeof define==`function`&&define.amd?define([],r):typeof e==`object`?e.katex=r():n.katex=r()})(typeof self<`u`?self:e,function(){return(function(){var e={};(function(){e.d=function(t,n){for(var r in n)e.o(n,r)&&!e.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:n[r]})}})(),(function(){e.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)}})();var t={};e.d(t,{default:function(){return Li}});class n extends Error{constructor(e,t){let r=`KaTeX parse error: `+e,i,a,o=t&&t.loc;if(o&&o.start<=o.end){let e=o.lexer.input;i=o.start,a=o.end,i===e.length?r+=` at end of input: `:r+=` at position `+(i+1)+`: `;let t=e.slice(i,a).replace(/[^]/g,`$&̲`),n;n=i>15?`…`+e.slice(i-15,i):e.slice(0,i);let s;s=a+15<e.length?e.slice(a,a+15)+`…`:e.slice(a),r+=n+t+s}super(r),this.name=`ParseError`,Object.setPrototypeOf(this,n.prototype),this.position=i,i!=null&&a!=null&&(this.length=a-i),this.rawMessage=e}}var r=n;let i=/([A-Z])/g,a=e=>e.replace(i,`-$1`).toLowerCase(),o={"&":`&`,">":`>`,"<":`<`,'"':`"`,"'":`'`},s=/[&><"']/g,c=e=>String(e).replace(s,e=>o[e]),l=e=>e.type===`ordgroup`||e.type===`color`?e.body.length===1?l(e.body[0]):e:e.type===`font`?l(e.body):e,u=new Set([`mathord`,`textord`,`atom`]),d=e=>u.has(l(e).type),f=e=>{let t=/^[\x00-\x20]*([^\\/#?]*?)(:|�*58|�*3a|&colon)/i.exec(e);return t?t[2]!==`:`||!/^[a-zA-Z][a-zA-Z0-9+\-.]*$/.test(t[1])?null:t[1].toLowerCase():`_relative`},p={displayMode:{type:`boolean`,description:`Render math in display mode, which puts the math in display style (so \\int and \\sum are large, for example), and centers the math on the page on its own line.`,cli:`-d, --display-mode`},output:{type:{enum:[`htmlAndMathml`,`html`,`mathml`]},description:`Determines the markup language of the output.`,cli:`-F, --format <type>`},leqno:{type:`boolean`,description:`Render display math in leqno style (left-justified tags).`},fleqn:{type:`boolean`,description:`Render display math flush left.`},throwOnError:{type:`boolean`,default:!0,cli:`-t, --no-throw-on-error`,cliDescription:`Render errors (in the color given by --error-color) instead of throwing a ParseError exception when encountering an error.`},errorColor:{type:`string`,default:`#cc0000`,cli:`-c, --error-color <color>`,cliDescription:`A color string given in the format 'rgb' or 'rrggbb' (no #). This option determines the color of errors rendered by the -t option.`,cliProcessor:e=>`#`+e},macros:{type:`object`,cli:`-m, --macro <def>`,cliDescription:`Define custom macro of the form '\\foo:expansion' (use multiple -m arguments for multiple macros).`,cliDefault:[],cliProcessor:(e,t)=>(t.push(e),t)},minRuleThickness:{type:`number`,description:"Specifies a minimum thickness, in ems, for fraction lines, `\\sqrt` top lines, `{array}` vertical lines, `\\hline`, `\\hdashline`, `\\underline`, `\\overline`, and the borders of `\\fbox`, `\\boxed`, and `\\fcolorbox`.",processor:e=>Math.max(0,e),cli:`--min-rule-thickness <size>`,cliProcessor:parseFloat},colorIsTextColor:{type:`boolean`,description:`Makes \\color behave like LaTeX's 2-argument \\textcolor, instead of LaTeX's one-argument \\color mode change.`,cli:`-b, --color-is-text-color`},strict:{type:[{enum:[`warn`,`ignore`,`error`]},`boolean`,`function`],description:`Turn on strict / LaTeX faithfulness mode, which throws an error if the input uses features that are not supported by LaTeX.`,cli:`-S, --strict`,cliDefault:!1},trust:{type:[`boolean`,`function`],description:`Trust the input, enabling all HTML features such as \\url.`,cli:`-T, --trust`},maxSize:{type:`number`,default:1/0,description:`If non-zero, all user-specified sizes, e.g. in \\rule{500em}{500em}, will be capped to maxSize ems. Otherwise, elements and spaces can be arbitrarily large`,processor:e=>Math.max(0,e),cli:`-s, --max-size <n>`,cliProcessor:parseInt},maxExpand:{type:`number`,default:1e3,description:`Limit the number of macro expansions to the specified number, to prevent e.g. infinite macro loops. If set to Infinity, the macro expander will try to fully expand as in LaTeX.`,processor:e=>Math.max(0,e),cli:`-e, --max-expand <n>`,cliProcessor:e=>e===`Infinity`?1/0:parseInt(e)},globalGroup:{type:`boolean`,cli:!1}};function m(e){if(`default`in e)return e.default;let t=e.type,n=Array.isArray(t)?t[0]:t;if(typeof n!=`string`)return n.enum[0];switch(n){case`boolean`:return!1;case`string`:return``;case`number`:return 0;case`object`:return{}}}class h{constructor(e){e===void 0&&(e={}),e||={};for(let t of Object.keys(p)){let n=p[t],r=e[t];this[t]=r===void 0?m(n):n.processor?n.processor(r):r}}reportNonstrict(e,t,n){let i=this.strict;if(typeof i==`function`&&(i=i(e,t,n)),!(!i||i===`ignore`)){if(i===!0||i===`error`)throw new r(`LaTeX-incompatible input and strict mode is set to 'error': `+(t+` [`+e+`]`),n);i===`warn`?typeof console<`u`&&console.warn(`LaTeX-incompatible input and strict mode is set to 'warn': `+(t+` [`+e+`]`)):typeof console<`u`&&console.warn(`LaTeX-incompatible input and strict mode is set to `+(`unrecognized '`+i+`': `+t+` [`+e+`]`))}}useStrictBehavior(e,t,n){let r=this.strict;if(typeof r==`function`)try{r=r(e,t,n)}catch{r=`error`}return!r||r===`ignore`?!1:r===!0||r===`error`?!0:r===`warn`?(typeof console<`u`&&console.warn(`LaTeX-incompatible input and strict mode is set to 'warn': `+(t+` [`+e+`]`)),!1):(typeof console<`u`&&console.warn(`LaTeX-incompatible input and strict mode is set to `+(`unrecognized '`+r+`': `+t+` [`+e+`]`)),!1)}isTrusted(e){if(`url`in e&&e.url&&!e.protocol){let t=f(e.url);if(t==null)return!1;e.protocol=t}return!!(typeof this.trust==`function`?this.trust(e):this.trust)}}class g{constructor(e,t,n){this.id=e,this.size=t,this.cramped=n}sup(){return _[v[this.id]]}sub(){return _[y[this.id]]}fracNum(){return _[b[this.id]]}fracDen(){return _[ee[this.id]]}cramp(){return _[x[this.id]]}text(){return _[te[this.id]]}isTight(){return this.size>=2}}let _=[new g(0,0,!1),new g(1,0,!0),new g(2,1,!1),new g(3,1,!0),new g(4,2,!1),new g(5,2,!0),new g(6,3,!1),new g(7,3,!0)],v=[4,5,4,5,6,7,6,7],y=[5,5,5,5,7,7,7,7],b=[2,3,4,5,6,7,6,7],ee=[3,3,5,5,7,7,7,7],x=[1,1,3,3,5,5,7,7],te=[0,1,2,3,2,3,2,3];var S={DISPLAY:_[0],TEXT:_[2],SCRIPT:_[4],SCRIPTSCRIPT:_[6]};let ne=[{name:`latin`,blocks:[[256,591],[768,879]]},{name:`cyrillic`,blocks:[[1024,1279]]},{name:`armenian`,blocks:[[1328,1423]]},{name:`brahmic`,blocks:[[2304,4255]]},{name:`georgian`,blocks:[[4256,4351]]},{name:`cjk`,blocks:[[12288,12543],[19968,40879],[65280,65376]]},{name:`hangul`,blocks:[[44032,55215]]}];function re(e){for(let t=0;t<ne.length;t++){let n=ne[t];for(let t=0;t<n.blocks.length;t++){let r=n.blocks[t];if(e>=r[0]&&e<=r[1])return n.name}}return null}let ie=[];ne.forEach(e=>e.blocks.forEach(e=>ie.push(...e)));function ae(e){for(let t=0;t<ie.length;t+=2)if(e>=ie[t]&&e<=ie[t+1])return!0;return!1}let oe=function(e,t){return`M95,`+(622+e+t)+`
|
||
c-2.7,0,-7.17,-2.7,-13.5,-8c-5.8,-5.3,-9.5,-10,-9.5,-14
|
||
c0,-2,0.3,-3.3,1,-4c1.3,-2.7,23.83,-20.7,67.5,-54
|
||
c44.2,-33.3,65.8,-50.3,66.5,-51c1.3,-1.3,3,-2,5,-2c4.7,0,8.7,3.3,12,10
|
||
s173,378,173,378c0.7,0,35.3,-71,104,-213c68.7,-142,137.5,-285,206.5,-429
|
||
c69,-144,104.5,-217.7,106.5,-221
|
||
l`+e/2.075+` -`+e+`
|
||
c5.3,-9.3,12,-14,20,-14
|
||
H400000v`+(40+e)+`H845.2724
|
||
s-225.272,467,-225.272,467s-235,486,-235,486c-2.7,4.7,-9,7,-19,7
|
||
c-6,0,-10,-1,-12,-3s-194,-422,-194,-422s-65,47,-65,47z
|
||
M`+(834+e)+` `+t+`h400000v`+(40+e)+`h-400000z`},se=function(e,t){return`M263,`+(601+e+t)+`c0.7,0,18,39.7,52,119
|
||
c34,79.3,68.167,158.7,102.5,238c34.3,79.3,51.8,119.3,52.5,120
|
||
c340,-704.7,510.7,-1060.3,512,-1067
|
||
l`+e/2.084+` -`+e+`
|
||
c4.7,-7.3,11,-11,19,-11
|
||
H40000v`+(40+e)+`H1012.3
|
||
s-271.3,567,-271.3,567c-38.7,80.7,-84,175,-136,283c-52,108,-89.167,185.3,-111.5,232
|
||
c-22.3,46.7,-33.8,70.3,-34.5,71c-4.7,4.7,-12.3,7,-23,7s-12,-1,-12,-1
|
||
s-109,-253,-109,-253c-72.7,-168,-109.3,-252,-110,-252c-10.7,8,-22,16.7,-34,26
|
||
c-22,17.3,-33.3,26,-34,26s-26,-26,-26,-26s76,-59,76,-59s76,-60,76,-60z
|
||
M`+(1001+e)+` `+t+`h400000v`+(40+e)+`h-400000z`},ce=function(e,t){return`M983 `+(10+e+t)+`
|
||
l`+e/3.13+` -`+e+`
|
||
c4,-6.7,10,-10,18,-10 H400000v`+(40+e)+`
|
||
H1013.1s-83.4,268,-264.1,840c-180.7,572,-277,876.3,-289,913c-4.7,4.7,-12.7,7,-24,7
|
||
s-12,0,-12,0c-1.3,-3.3,-3.7,-11.7,-7,-25c-35.3,-125.3,-106.7,-373.3,-214,-744
|
||
c-10,12,-21,25,-33,39s-32,39,-32,39c-6,-5.3,-15,-14,-27,-26s25,-30,25,-30
|
||
c26.7,-32.7,52,-63,76,-91s52,-60,52,-60s208,722,208,722
|
||
c56,-175.3,126.3,-397.3,211,-666c84.7,-268.7,153.8,-488.2,207.5,-658.5
|
||
c53.7,-170.3,84.5,-266.8,92.5,-289.5z
|
||
M`+(1001+e)+` `+t+`h400000v`+(40+e)+`h-400000z`},le=function(e,t){return`M424,`+(2398+e+t)+`
|
||
c-1.3,-0.7,-38.5,-172,-111.5,-514c-73,-342,-109.8,-513.3,-110.5,-514
|
||
c0,-2,-10.7,14.3,-32,49c-4.7,7.3,-9.8,15.7,-15.5,25c-5.7,9.3,-9.8,16,-12.5,20
|
||
s-5,7,-5,7c-4,-3.3,-8.3,-7.7,-13,-13s-13,-13,-13,-13s76,-122,76,-122s77,-121,77,-121
|
||
s209,968,209,968c0,-2,84.7,-361.7,254,-1079c169.3,-717.3,254.7,-1077.7,256,-1081
|
||
l`+e/4.223+` -`+e+`c4,-6.7,10,-10,18,-10 H400000
|
||
v`+(40+e)+`H1014.6
|
||
s-87.3,378.7,-272.6,1166c-185.3,787.3,-279.3,1182.3,-282,1185
|
||
c-2,6,-10,9,-24,9
|
||
c-8,0,-12,-0.7,-12,-2z M`+(1001+e)+` `+t+`
|
||
h400000v`+(40+e)+`h-400000z`},C=function(e,t){return`M473,`+(2713+e+t)+`
|
||
c339.3,-1799.3,509.3,-2700,510,-2702 l`+e/5.298+` -`+e+`
|
||
c3.3,-7.3,9.3,-11,18,-11 H400000v`+(40+e)+`H1017.7
|
||
s-90.5,478,-276.2,1466c-185.7,988,-279.5,1483,-281.5,1485c-2,6,-10,9,-24,9
|
||
c-8,0,-12,-0.7,-12,-2c0,-1.3,-5.3,-32,-16,-92c-50.7,-293.3,-119.7,-693.3,-207,-1200
|
||
c0,-1.3,-5.3,8.7,-16,30c-10.7,21.3,-21.3,42.7,-32,64s-16,33,-16,33s-26,-26,-26,-26
|
||
s76,-153,76,-153s77,-151,77,-151c0.7,0.7,35.7,202,105,604c67.3,400.7,102,602.7,104,
|
||
606zM`+(1001+e)+` `+t+`h400000v`+(40+e)+`H1017.7z`},ue=function(e){let t=e/2;return`M400000 `+e+` H0 L`+t+` 0 l65 45 L145 `+(e-80)+` H400000z`},de=function(e,t,n){let r=n-54-t-e;return`M702 `+(e+t)+`H400000`+(40+e)+`
|
||
H742v`+r+`l-4 4-4 4c-.667.7 -2 1.5-4 2.5s-4.167 1.833-6.5 2.5-5.5 1-9.5 1
|
||
h-12l-28-84c-16.667-52-96.667 -294.333-240-727l-212 -643 -85 170
|
||
c-4-3.333-8.333-7.667-13 -13l-13-13l77-155 77-156c66 199.333 139 419.667
|
||
219 661 l218 661zM702 `+t+`H400000v`+(40+e)+`H742z`},fe=function(e,t,n){t=1e3*t;let r=``;switch(e){case`sqrtMain`:r=oe(t,80);break;case`sqrtSize1`:r=se(t,80);break;case`sqrtSize2`:r=ce(t,80);break;case`sqrtSize3`:r=le(t,80);break;case`sqrtSize4`:r=C(t,80);break;case`sqrtTall`:r=de(t,80,n)}return r},pe=function(e,t){switch(e){case`⎜`:return`M291 0 H417 V`+t+` H291z M291 0 H417 V`+t+` H291z`;case`∣`:return`M145 0 H188 V`+t+` H145z M145 0 H188 V`+t+` H145z`;case`∥`:return`M145 0 H188 V`+t+` H145z M145 0 H188 V`+t+` H145z`+(`M367 0 H410 V`+t+` H367z M367 0 H410 V`+t+` H367z`);case`⎟`:return`M457 0 H583 V`+t+` H457z M457 0 H583 V`+t+` H457z`;case`⎢`:return`M319 0 H403 V`+t+` H319z M319 0 H403 V`+t+` H319z`;case`⎥`:return`M263 0 H347 V`+t+` H263z M263 0 H347 V`+t+` H263z`;case`⎪`:return`M384 0 H504 V`+t+` H384z M384 0 H504 V`+t+` H384z`;case`⏐`:return`M312 0 H355 V`+t+` H312z M312 0 H355 V`+t+` H312z`;case`‖`:return`M257 0 H300 V`+t+` H257z M257 0 H300 V`+t+` H257z`+(`M478 0 H521 V`+t+` H478z M478 0 H521 V`+t+` H478z`);default:return``}},me={doubleleftarrow:`M262 157
|
||
l10-10c34-36 62.7-77 86-123 3.3-8 5-13.3 5-16 0-5.3-6.7-8-20-8-7.3
|
||
0-12.2.5-14.5 1.5-2.3 1-4.8 4.5-7.5 10.5-49.3 97.3-121.7 169.3-217 216-28
|
||
14-57.3 25-88 33-6.7 2-11 3.8-13 5.5-2 1.7-3 4.2-3 7.5s1 5.8 3 7.5
|
||
c2 1.7 6.3 3.5 13 5.5 68 17.3 128.2 47.8 180.5 91.5 52.3 43.7 93.8 96.2 124.5
|
||
157.5 9.3 8 15.3 12.3 18 13h6c12-.7 18-4 18-10 0-2-1.7-7-5-15-23.3-46-52-87
|
||
-86-123l-10-10h399738v-40H218c328 0 0 0 0 0l-10-8c-26.7-20-65.7-43-117-69 2.7
|
||
-2 6-3.7 10-5 36.7-16 72.3-37.3 107-64l10-8h399782v-40z
|
||
m8 0v40h399730v-40zm0 194v40h399730v-40z`,doublerightarrow:`M399738 392l
|
||
-10 10c-34 36-62.7 77-86 123-3.3 8-5 13.3-5 16 0 5.3 6.7 8 20 8 7.3 0 12.2-.5
|
||
14.5-1.5 2.3-1 4.8-4.5 7.5-10.5 49.3-97.3 121.7-169.3 217-216 28-14 57.3-25 88
|
||
-33 6.7-2 11-3.8 13-5.5 2-1.7 3-4.2 3-7.5s-1-5.8-3-7.5c-2-1.7-6.3-3.5-13-5.5-68
|
||
-17.3-128.2-47.8-180.5-91.5-52.3-43.7-93.8-96.2-124.5-157.5-9.3-8-15.3-12.3-18
|
||
-13h-6c-12 .7-18 4-18 10 0 2 1.7 7 5 15 23.3 46 52 87 86 123l10 10H0v40h399782
|
||
c-328 0 0 0 0 0l10 8c26.7 20 65.7 43 117 69-2.7 2-6 3.7-10 5-36.7 16-72.3 37.3
|
||
-107 64l-10 8H0v40zM0 157v40h399730v-40zm0 194v40h399730v-40z`,leftarrow:`M400000 241H110l3-3c68.7-52.7 113.7-120
|
||
135-202 4-14.7 6-23 6-25 0-7.3-7-11-21-11-8 0-13.2.8-15.5 2.5-2.3 1.7-4.2 5.8
|
||
-5.5 12.5-1.3 4.7-2.7 10.3-4 17-12 48.7-34.8 92-68.5 130S65.3 228.3 18 247
|
||
c-10 4-16 7.7-18 11 0 8.7 6 14.3 18 17 47.3 18.7 87.8 47 121.5 85S196 441.3 208
|
||
490c.7 2 1.3 5 2 9s1.2 6.7 1.5 8c.3 1.3 1 3.3 2 6s2.2 4.5 3.5 5.5c1.3 1 3.3
|
||
1.8 6 2.5s6 1 10 1c14 0 21-3.7 21-11 0-2-2-10.3-6-25-20-79.3-65-146.7-135-202
|
||
l-3-3h399890zM100 241v40h399900v-40z`,leftbrace:`M6 548l-6-6v-35l6-11c56-104 135.3-181.3 238-232 57.3-28.7 117
|
||
-45 179-50h399577v120H403c-43.3 7-81 15-113 26-100.7 33-179.7 91-237 174-2.7
|
||
5-6 9-10 13-.7 1-7.3 1-20 1H6z`,leftbraceunder:`M0 6l6-6h17c12.688 0 19.313.3 20 1 4 4 7.313 8.3 10 13
|
||
35.313 51.3 80.813 93.8 136.5 127.5 55.688 33.7 117.188 55.8 184.5 66.5.688
|
||
0 2 .3 4 1 18.688 2.7 76 4.3 172 5h399450v120H429l-6-1c-124.688-8-235-61.7
|
||
-331-161C60.687 138.7 32.312 99.3 7 54L0 41V6z`,leftgroup:`M400000 80
|
||
H435C64 80 168.3 229.4 21 260c-5.9 1.2-18 0-18 0-2 0-3-1-3-3v-38C76 61 257 0
|
||
435 0h399565z`,leftgroupunder:`M400000 262
|
||
H435C64 262 168.3 112.6 21 82c-5.9-1.2-18 0-18 0-2 0-3 1-3 3v38c76 158 257 219
|
||
435 219h399565z`,leftharpoon:`M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3
|
||
-3.3 10.2-9.5 20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5
|
||
-18.3 3-21-1.3-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7
|
||
-196 228-6.7 4.7-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40z`,leftharpoonplus:`M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3-3.3 10.2-9.5
|
||
20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5-18.3 3-21-1.3
|
||
-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7-196 228-6.7 4.7
|
||
-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40zM0 435v40h400000v-40z
|
||
m0 0v40h400000v-40z`,leftharpoondown:`M7 241c-4 4-6.333 8.667-7 14 0 5.333.667 9 2 11s5.333
|
||
5.333 12 10c90.667 54 156 130 196 228 3.333 10.667 6.333 16.333 9 17 2 .667 5
|
||
1 9 1h5c10.667 0 16.667-2 18-6 2-2.667 1-9.667-3-21-32-87.333-82.667-157.667
|
||
-152-211l-3-3h399907v-40zM93 281 H400000 v-40L7 241z`,leftharpoondownplus:`M7 435c-4 4-6.3 8.7-7 14 0 5.3.7 9 2 11s5.3 5.3 12
|
||
10c90.7 54 156 130 196 228 3.3 10.7 6.3 16.3 9 17 2 .7 5 1 9 1h5c10.7 0 16.7
|
||
-2 18-6 2-2.7 1-9.7-3-21-32-87.3-82.7-157.7-152-211l-3-3h399907v-40H7zm93 0
|
||
v40h399900v-40zM0 241v40h399900v-40zm0 0v40h399900v-40z`,lefthook:`M400000 281 H103s-33-11.2-61-33.5S0 197.3 0 164s14.2-61.2 42.5
|
||
-83.5C70.8 58.2 104 47 142 47 c16.7 0 25 6.7 25 20 0 12-8.7 18.7-26 20-40 3.3
|
||
-68.7 15.7-86 37-10 12-15 25.3-15 40 0 22.7 9.8 40.7 29.5 54 19.7 13.3 43.5 21
|
||
71.5 23h399859zM103 281v-40h399897v40z`,leftlinesegment:`M40 281 V428 H0 V94 H40 V241 H400000 v40z
|
||
M40 281 V428 H0 V94 H40 V241 H400000 v40z`,leftbracketunder:`M0 0 h120 V290 H399995 v120 H0z
|
||
M0 0 h120 V290 H399995 v120 H0z`,leftbracketover:`M0 440 h120 V150 H399995 v-120 H0z
|
||
M0 440 h120 V150 H399995 v-120 H0z`,leftmapsto:`M40 281 V448H0V74H40V241H400000v40z
|
||
M40 281 V448H0V74H40V241H400000v40z`,leftToFrom:`M0 147h400000v40H0zm0 214c68 40 115.7 95.7 143 167h22c15.3 0 23
|
||
-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69-70-101l-7-8h399905v-40H95l7-8
|
||
c28.7-32 52-65.7 70-101 10.7-23.3 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 265.3
|
||
68 321 0 361zm0-174v-40h399900v40zm100 154v40h399900v-40z`,longequal:`M0 50 h400000 v40H0z m0 194h40000v40H0z
|
||
M0 50 h400000 v40H0z m0 194h40000v40H0z`,midbrace:`M200428 334
|
||
c-100.7-8.3-195.3-44-280-108-55.3-42-101.7-93-139-153l-9-14c-2.7 4-5.7 8.7-9 14
|
||
-53.3 86.7-123.7 153-211 199-66.7 36-137.3 56.3-212 62H0V214h199568c178.3-11.7
|
||
311.7-78.3 403-201 6-8 9.7-12 11-12 .7-.7 6.7-1 18-1s17.3.3 18 1c1.3 0 5 4 11
|
||
12 44.7 59.3 101.3 106.3 170 141s145.3 54.3 229 60h199572v120z`,midbraceunder:`M199572 214
|
||
c100.7 8.3 195.3 44 280 108 55.3 42 101.7 93 139 153l9 14c2.7-4 5.7-8.7 9-14
|
||
53.3-86.7 123.7-153 211-199 66.7-36 137.3-56.3 212-62h199568v120H200432c-178.3
|
||
11.7-311.7 78.3-403 201-6 8-9.7 12-11 12-.7.7-6.7 1-18 1s-17.3-.3-18-1c-1.3 0
|
||
-5-4-11-12-44.7-59.3-101.3-106.3-170-141s-145.3-54.3-229-60H0V214z`,oiintSize1:`M512.6 71.6c272.6 0 320.3 106.8 320.3 178.2 0 70.8-47.7 177.6
|
||
-320.3 177.6S193.1 320.6 193.1 249.8c0-71.4 46.9-178.2 319.5-178.2z
|
||
m368.1 178.2c0-86.4-60.9-215.4-368.1-215.4-306.4 0-367.3 129-367.3 215.4 0 85.8
|
||
60.9 214.8 367.3 214.8 307.2 0 368.1-129 368.1-214.8z`,oiintSize2:`M757.8 100.1c384.7 0 451.1 137.6 451.1 230 0 91.3-66.4 228.8
|
||
-451.1 228.8-386.3 0-452.7-137.5-452.7-228.8 0-92.4 66.4-230 452.7-230z
|
||
m502.4 230c0-111.2-82.4-277.2-502.4-277.2s-504 166-504 277.2
|
||
c0 110 84 276 504 276s502.4-166 502.4-276z`,oiiintSize1:`M681.4 71.6c408.9 0 480.5 106.8 480.5 178.2 0 70.8-71.6 177.6
|
||
-480.5 177.6S202.1 320.6 202.1 249.8c0-71.4 70.5-178.2 479.3-178.2z
|
||
m525.8 178.2c0-86.4-86.8-215.4-525.7-215.4-437.9 0-524.7 129-524.7 215.4 0
|
||
85.8 86.8 214.8 524.7 214.8 438.9 0 525.7-129 525.7-214.8z`,oiiintSize2:`M1021.2 53c603.6 0 707.8 165.8 707.8 277.2 0 110-104.2 275.8
|
||
-707.8 275.8-606 0-710.2-165.8-710.2-275.8C311 218.8 415.2 53 1021.2 53z
|
||
m770.4 277.1c0-131.2-126.4-327.6-770.5-327.6S248.4 198.9 248.4 330.1
|
||
c0 130 128.8 326.4 772.7 326.4s770.5-196.4 770.5-326.4z`,rightarrow:`M0 241v40h399891c-47.3 35.3-84 78-110 128
|
||
-16.7 32-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20
|
||
11 8 0 13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7
|
||
39-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85
|
||
-40.5-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5
|
||
-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67
|
||
151.7 139 205zm0 0v40h399900v-40z`,rightbrace:`M400000 542l
|
||
-6 6h-17c-12.7 0-19.3-.3-20-1-4-4-7.3-8.3-10-13-35.3-51.3-80.8-93.8-136.5-127.5
|
||
s-117.2-55.8-184.5-66.5c-.7 0-2-.3-4-1-18.7-2.7-76-4.3-172-5H0V214h399571l6 1
|
||
c124.7 8 235 61.7 331 161 31.3 33.3 59.7 72.7 85 118l7 13v35z`,rightbraceunder:`M399994 0l6 6v35l-6 11c-56 104-135.3 181.3-238 232-57.3
|
||
28.7-117 45-179 50H-300V214h399897c43.3-7 81-15 113-26 100.7-33 179.7-91 237
|
||
-174 2.7-5 6-9 10-13 .7-1 7.3-1 20-1h17z`,rightgroup:`M0 80h399565c371 0 266.7 149.4 414 180 5.9 1.2 18 0 18 0 2 0
|
||
3-1 3-3v-38c-76-158-257-219-435-219H0z`,rightgroupunder:`M0 262h399565c371 0 266.7-149.4 414-180 5.9-1.2 18 0 18
|
||
0 2 0 3 1 3 3v38c-76 158-257 219-435 219H0z`,rightharpoon:`M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3
|
||
-3.7-15.3-11-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2
|
||
-10.7 0-16.7 2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58
|
||
69.2 92 94.5zm0 0v40h399900v-40z`,rightharpoonplus:`M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3-3.7-15.3-11
|
||
-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2-10.7 0-16.7
|
||
2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58 69.2 92 94.5z
|
||
m0 0v40h399900v-40z m100 194v40h399900v-40zm0 0v40h399900v-40z`,rightharpoondown:`M399747 511c0 7.3 6.7 11 20 11 8 0 13-.8 15-2.5s4.7-6.8
|
||
8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3 8.5-5.8 9.5
|
||
-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3-64.7 57-92 95
|
||
-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 241v40h399900v-40z`,rightharpoondownplus:`M399747 705c0 7.3 6.7 11 20 11 8 0 13-.8
|
||
15-2.5s4.7-6.8 8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3
|
||
8.5-5.8 9.5-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3
|
||
-64.7 57-92 95-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 435v40h399900v-40z
|
||
m0-194v40h400000v-40zm0 0v40h400000v-40z`,righthook:`M399859 241c-764 0 0 0 0 0 40-3.3 68.7-15.7 86-37 10-12 15-25.3
|
||
15-40 0-22.7-9.8-40.7-29.5-54-19.7-13.3-43.5-21-71.5-23-17.3-1.3-26-8-26-20 0
|
||
-13.3 8.7-20 26-20 38 0 71 11.2 99 33.5 0 0 7 5.6 21 16.7 14 11.2 21 33.5 21
|
||
66.8s-14 61.2-42 83.5c-28 22.3-61 33.5-99 33.5L0 241z M0 281v-40h399859v40z`,rightlinesegment:`M399960 241 V94 h40 V428 h-40 V281 H0 v-40z
|
||
M399960 241 V94 h40 V428 h-40 V281 H0 v-40z`,rightbracketunder:`M399995 0 h-120 V290 H0 v120 H400000z
|
||
M399995 0 h-120 V290 H0 v120 H400000z`,rightbracketover:`M399995 440 h-120 V150 H0 v-120 H399995z
|
||
M399995 440 h-120 V150 H0 v-120 H399995z`,rightToFrom:`M400000 167c-70.7-42-118-97.7-142-167h-23c-15.3 0-23 .3-23
|
||
1 0 1.3 5.3 13.7 16 37 18 35.3 41.3 69 70 101l7 8H0v40h399905l-7 8c-28.7 32
|
||
-52 65.7-70 101-10.7 23.3-16 35.7-16 37 0 .7 7.7 1 23 1h23c24-69.3 71.3-125 142
|
||
-167z M100 147v40h399900v-40zM0 341v40h399900v-40z`,twoheadleftarrow:`M0 167c68 40
|
||
115.7 95.7 143 167h22c15.3 0 23-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69
|
||
-70-101l-7-8h125l9 7c50.7 39.3 85 86 103 140h46c0-4.7-6.3-18.7-19-42-18-35.3
|
||
-40-67.3-66-96l-9-9h399716v-40H284l9-9c26-28.7 48-60.7 66-96 12.7-23.333 19
|
||
-37.333 19-42h-46c-18 54-52.3 100.7-103 140l-9 7H95l7-8c28.7-32 52-65.7 70-101
|
||
10.7-23.333 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 71.3 68 127 0 167z`,twoheadrightarrow:`M400000 167
|
||
c-68-40-115.7-95.7-143-167h-22c-15.3 0-23 .3-23 1 0 1.3 5.3 13.7 16 37 18 35.3
|
||
41.3 69 70 101l7 8h-125l-9-7c-50.7-39.3-85-86-103-140h-46c0 4.7 6.3 18.7 19 42
|
||
18 35.3 40 67.3 66 96l9 9H0v40h399716l-9 9c-26 28.7-48 60.7-66 96-12.7 23.333
|
||
-19 37.333-19 42h46c18-54 52.3-100.7 103-140l9-7h125l-7 8c-28.7 32-52 65.7-70
|
||
101-10.7 23.333-16 35.7-16 37 0 .7 7.7 1 23 1h22c27.3-71.3 75-127 143-167z`,tilde1:`M200 55.538c-77 0-168 73.953-177 73.953-3 0-7
|
||
-2.175-9-5.437L2 97c-1-2-2-4-2-6 0-4 2-7 5-9l20-12C116 12 171 0 207 0c86 0
|
||
114 68 191 68 78 0 168-68 177-68 4 0 7 2 9 5l12 19c1 2.175 2 4.35 2 6.525 0
|
||
4.35-2 7.613-5 9.788l-19 13.05c-92 63.077-116.937 75.308-183 76.128
|
||
-68.267.847-113-73.952-191-73.952z`,tilde2:`M344 55.266c-142 0-300.638 81.316-311.5 86.418
|
||
-8.01 3.762-22.5 10.91-23.5 5.562L1 120c-1-2-1-3-1-4 0-5 3-9 8-10l18.4-9C160.9
|
||
31.9 283 0 358 0c148 0 188 122 331 122s314-97 326-97c4 0 8 2 10 7l7 21.114
|
||
c1 2.14 1 3.21 1 4.28 0 5.347-3 9.626-7 10.696l-22.3 12.622C852.6 158.372 751
|
||
181.476 676 181.476c-149 0-189-126.21-332-126.21z`,tilde3:`M786 59C457 59 32 175.242 13 175.242c-6 0-10-3.457
|
||
-11-10.37L.15 138c-1-7 3-12 10-13l19.2-6.4C378.4 40.7 634.3 0 804.3 0c337 0
|
||
411.8 157 746.8 157 328 0 754-112 773-112 5 0 10 3 11 9l1 14.075c1 8.066-.697
|
||
16.595-6.697 17.492l-21.052 7.31c-367.9 98.146-609.15 122.696-778.15 122.696
|
||
-338 0-409-156.573-744-156.573z`,tilde4:`M786 58C457 58 32 177.487 13 177.487c-6 0-10-3.345
|
||
-11-10.035L.15 143c-1-7 3-12 10-13l22-6.7C381.2 35 637.15 0 807.15 0c337 0 409
|
||
177 744 177 328 0 754-127 773-127 5 0 10 3 11 9l1 14.794c1 7.805-3 13.38-9
|
||
14.495l-20.7 5.574c-366.85 99.79-607.3 139.372-776.3 139.372-338 0-409
|
||
-175.236-744-175.236z`,vec:`M377 20c0-5.333 1.833-10 5.5-14S391 0 397 0c4.667 0 8.667 1.667 12 5
|
||
3.333 2.667 6.667 9 10 19 6.667 24.667 20.333 43.667 41 57 7.333 4.667 11
|
||
10.667 11 18 0 6-1 10-3 12s-6.667 5-14 9c-28.667 14.667-53.667 35.667-75 63
|
||
-1.333 1.333-3.167 3.5-5.5 6.5s-4 4.833-5 5.5c-1 .667-2.5 1.333-4.5 2s-4.333 1
|
||
-7 1c-4.667 0-9.167-1.833-13.5-5.5S337 184 337 178c0-12.667 15.667-32.333 47-59
|
||
H213l-171-1c-8.667-6-13-12.333-13-19 0-4.667 4.333-11.333 13-20h359
|
||
c-16-25.333-24-45-24-59z`,widehat1:`M529 0h5l519 115c5 1 9 5 9 10 0 1-1 2-1 3l-4 22
|
||
c-1 5-5 9-11 9h-2L532 67 19 159h-2c-5 0-9-4-11-9l-5-22c-1-6 2-12 8-13z`,widehat2:`M1181 0h2l1171 176c6 0 10 5 10 11l-2 23c-1 6-5 10
|
||
-11 10h-1L1182 67 15 220h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z`,widehat3:`M1181 0h2l1171 236c6 0 10 5 10 11l-2 23c-1 6-5 10
|
||
-11 10h-1L1182 67 15 280h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z`,widehat4:`M1181 0h2l1171 296c6 0 10 5 10 11l-2 23c-1 6-5 10
|
||
-11 10h-1L1182 67 15 340h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z`,widecheck1:`M529,159h5l519,-115c5,-1,9,-5,9,-10c0,-1,-1,-2,-1,-3l-4,-22c-1,
|
||
-5,-5,-9,-11,-9h-2l-512,92l-513,-92h-2c-5,0,-9,4,-11,9l-5,22c-1,6,2,12,8,13z`,widecheck2:`M1181,220h2l1171,-176c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,
|
||
-11,-10h-1l-1168,153l-1167,-153h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z`,widecheck3:`M1181,280h2l1171,-236c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,
|
||
-11,-10h-1l-1168,213l-1167,-213h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z`,widecheck4:`M1181,340h2l1171,-296c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,
|
||
-11,-10h-1l-1168,273l-1167,-273h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z`,baraboveleftarrow:`M400000 620h-399890l3 -3c68.7 -52.7 113.7 -120 135 -202
|
||
c4 -14.7 6 -23 6 -25c0 -7.3 -7 -11 -21 -11c-8 0 -13.2 0.8 -15.5 2.5
|
||
c-2.3 1.7 -4.2 5.8 -5.5 12.5c-1.3 4.7 -2.7 10.3 -4 17c-12 48.7 -34.8 92 -68.5 130
|
||
s-74.2 66.3 -121.5 85c-10 4 -16 7.7 -18 11c0 8.7 6 14.3 18 17c47.3 18.7 87.8 47
|
||
121.5 85s56.5 81.3 68.5 130c0.7 2 1.3 5 2 9s1.2 6.7 1.5 8c0.3 1.3 1 3.3 2 6
|
||
s2.2 4.5 3.5 5.5c1.3 1 3.3 1.8 6 2.5s6 1 10 1c14 0 21 -3.7 21 -11
|
||
c0 -2 -2 -10.3 -6 -25c-20 -79.3 -65 -146.7 -135 -202l-3 -3h399890z
|
||
M100 620v40h399900v-40z M0 241v40h399900v-40zM0 241v40h399900v-40z`,rightarrowabovebar:`M0 241v40h399891c-47.3 35.3-84 78-110 128-16.7 32
|
||
-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20 11 8 0
|
||
13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7 39
|
||
-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85-40.5
|
||
-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5
|
||
-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67
|
||
151.7 139 205zm96 379h399894v40H0zm0 0h399904v40H0z`,baraboveshortleftharpoon:`M507,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11
|
||
c1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17
|
||
c2,0.7,5,1,9,1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21
|
||
c-32,-87.3,-82.7,-157.7,-152,-211c0,0,-3,-3,-3,-3l399351,0l0,-40
|
||
c-398570,0,-399437,0,-399437,0z M593 435 v40 H399500 v-40z
|
||
M0 281 v-40 H399908 v40z M0 281 v-40 H399908 v40z`,rightharpoonaboveshortbar:`M0,241 l0,40c399126,0,399993,0,399993,0
|
||
c4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,
|
||
-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6
|
||
c-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z
|
||
M0 241 v40 H399908 v-40z M0 475 v-40 H399500 v40z M0 475 v-40 H399500 v40z`,shortbaraboveleftharpoon:`M7,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11
|
||
c1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17c2,0.7,5,1,9,
|
||
1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21c-32,-87.3,-82.7,-157.7,
|
||
-152,-211c0,0,-3,-3,-3,-3l399907,0l0,-40c-399126,0,-399993,0,-399993,0z
|
||
M93 435 v40 H400000 v-40z M500 241 v40 H400000 v-40z M500 241 v40 H400000 v-40z`,shortrightharpoonabovebar:`M53,241l0,40c398570,0,399437,0,399437,0
|
||
c4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,
|
||
-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6
|
||
c-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z
|
||
M500 241 v40 H399408 v-40z M500 435 v40 H400000 v-40z`},he=function(e,t){switch(e){case`lbrack`:return`M403 1759 V84 H666 V0 H319 V1759 v`+t+` v1759 h347 v-84
|
||
H403z M403 1759 V0 H319 V1759 v`+t+` v1759 h84z`;case`rbrack`:return`M347 1759 V0 H0 V84 H263 V1759 v`+t+` v1759 H0 v84 H347z
|
||
M347 1759 V0 H263 V1759 v`+t+` v1759 h84z`;case`vert`:return`M145 15 v585 v`+t+` v585 c2.667,10,9.667,15,21,15
|
||
c10,0,16.667,-5,20,-15 v-585 v`+-t+` v-585 c-2.667,-10,-9.667,-15,-21,-15
|
||
c-10,0,-16.667,5,-20,15z M188 15 H145 v585 v`+t+` v585 h43z`;case`doublevert`:return`M145 15 v585 v`+t+` v585 c2.667,10,9.667,15,21,15
|
||
c10,0,16.667,-5,20,-15 v-585 v`+-t+` v-585 c-2.667,-10,-9.667,-15,-21,-15
|
||
c-10,0,-16.667,5,-20,15z M188 15 H145 v585 v`+t+` v585 h43z
|
||
M367 15 v585 v`+t+` v585 c2.667,10,9.667,15,21,15
|
||
c10,0,16.667,-5,20,-15 v-585 v`+-t+` v-585 c-2.667,-10,-9.667,-15,-21,-15
|
||
c-10,0,-16.667,5,-20,15z M410 15 H367 v585 v`+t+` v585 h43z`;case`lfloor`:return`M319 602 V0 H403 V602 v`+t+` v1715 h263 v84 H319z
|
||
MM319 602 V0 H403 V602 v`+t+` v1715 H319z`;case`rfloor`:return`M319 602 V0 H403 V602 v`+t+` v1799 H0 v-84 H319z
|
||
MM319 602 V0 H403 V602 v`+t+` v1715 H319z`;case`lceil`:return`M403 1759 V84 H666 V0 H319 V1759 v`+t+` v602 h84z
|
||
M403 1759 V0 H319 V1759 v`+t+` v602 h84z`;case`rceil`:return`M347 1759 V0 H0 V84 H263 V1759 v`+t+` v602 h84z
|
||
M347 1759 V0 h-84 V1759 v`+t+` v602 h84z`;case`lparen`:return`M863,9c0,-2,-2,-5,-6,-9c0,0,-17,0,-17,0c-12.7,0,-19.3,0.3,-20,1
|
||
c-5.3,5.3,-10.3,11,-15,17c-242.7,294.7,-395.3,682,-458,1162c-21.3,163.3,-33.3,349,
|
||
-36,557 l0,`+(t+84)+`c0.2,6,0,26,0,60c2,159.3,10,310.7,24,454c53.3,528,210,
|
||
949.7,470,1265c4.7,6,9.7,11.7,15,17c0.7,0.7,7,1,19,1c0,0,18,0,18,0c4,-4,6,-7,6,-9
|
||
c0,-2.7,-3.3,-8.7,-10,-18c-135.3,-192.7,-235.5,-414.3,-300.5,-665c-65,-250.7,-102.5,
|
||
-544.7,-112.5,-882c-2,-104,-3,-167,-3,-189
|
||
l0,-`+(t+92)+`c0,-162.7,5.7,-314,17,-454c20.7,-272,63.7,-513,129,-723c65.3,
|
||
-210,155.3,-396.3,270,-559c6.7,-9.3,10,-15.3,10,-18z`;case`rparen`:return`M76,0c-16.7,0,-25,3,-25,9c0,2,2,6.3,6,13c21.3,28.7,42.3,60.3,
|
||
63,95c96.7,156.7,172.8,332.5,228.5,527.5c55.7,195,92.8,416.5,111.5,664.5
|
||
c11.3,139.3,17,290.7,17,454c0,28,1.7,43,3.3,45l0,`+(t+9)+`
|
||
c-3,4,-3.3,16.7,-3.3,38c0,162,-5.7,313.7,-17,455c-18.7,248,-55.8,469.3,-111.5,664
|
||
c-55.7,194.7,-131.8,370.3,-228.5,527c-20.7,34.7,-41.7,66.3,-63,95c-2,3.3,-4,7,-6,11
|
||
c0,7.3,5.7,11,17,11c0,0,11,0,11,0c9.3,0,14.3,-0.3,15,-1c5.3,-5.3,10.3,-11,15,-17
|
||
c242.7,-294.7,395.3,-681.7,458,-1161c21.3,-164.7,33.3,-350.7,36,-558
|
||
l0,-`+(t+144)+`c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,
|
||
-470,-1265c-4.7,-6,-9.7,-11.7,-15,-17c-0.7,-0.7,-6.7,-1,-18,-1z`;default:throw Error(`Unknown stretchy delimiter.`)}};class ge{constructor(e){this.children=e,this.classes=[],this.height=0,this.depth=0,this.maxFontSize=0,this.style={}}hasClass(e){return this.classes.includes(e)}toNode(){let e=document.createDocumentFragment();for(let t=0;t<this.children.length;t++)e.appendChild(this.children[t].toNode());return e}toMarkup(){let e=``;for(let t=0;t<this.children.length;t++)e+=this.children[t].toMarkup();return e}toText(){return this.children.map(e=>e.toText()).join(``)}}let _e={pt:1,mm:7227/2540,cm:7227/254,in:72.27,bp:803/800,pc:12,dd:1238/1157,cc:14856/1157,nd:685/642,nc:1370/107,sp:1/65536,px:803/800},ve={ex:!0,em:!0,mu:!0},ye=function(e){return typeof e!=`string`&&(e=e.unit),e in _e||e in ve||e===`ex`},w=function(e,t){let n;if(e.unit in _e)n=_e[e.unit]/t.fontMetrics().ptPerEm/t.sizeMultiplier;else if(e.unit===`mu`)n=t.fontMetrics().cssEmPerMu;else{let i;if(i=t.style.isTight()?t.havingStyle(t.style.text()):t,e.unit===`ex`)n=i.fontMetrics().xHeight;else if(e.unit===`em`)n=i.fontMetrics().quad;else throw new r(`Invalid unit: '`+e.unit+`'`);i!==t&&(n*=i.sizeMultiplier/t.sizeMultiplier)}return Math.min(e.number*n,t.maxSize)},T=function(e){return+e.toFixed(4)+`em`},be=function(e){return e.filter(e=>e).join(` `)},xe=function(e,t,n){if(this.classes=e||[],this.attributes={},this.height=0,this.depth=0,this.maxFontSize=0,this.style=n||{},t){t.style.isTight()&&this.classes.push(`mtight`);let e=t.getColor();e&&(this.style.color=e)}},Se=function(e){let t=document.createElement(e);t.className=be(this.classes);for(let e of Object.keys(this.style))t.style[e]=this.style[e];for(let e of Object.keys(this.attributes))t.setAttribute(e,this.attributes[e]);for(let e=0;e<this.children.length;e++)t.appendChild(this.children[e].toNode());return t},Ce=/[\s"'>/=\x00-\x1f]/,we=function(e){let t=`<`+e;this.classes.length&&(t+=` class="`+c(be(this.classes))+`"`);let n=``;for(let e of Object.keys(this.style))n+=a(e)+`:`+this.style[e]+`;`;n&&(t+=` style="`+c(n)+`"`);for(let e of Object.keys(this.attributes)){if(Ce.test(e))throw new r(`Invalid attribute name '`+e+`'`);t+=` `+e+`="`+c(this.attributes[e])+`"`}t+=`>`;for(let e=0;e<this.children.length;e++)t+=this.children[e].toMarkup();return t+=`</`+e+`>`,t};class Te{constructor(e,t,n,r){xe.call(this,e,n,r),this.children=t||[]}setAttribute(e,t){this.attributes[e]=t}hasClass(e){return this.classes.includes(e)}toNode(){return Se.call(this,`span`)}toMarkup(){return we.call(this,`span`)}}class Ee{constructor(e,t,n,r){xe.call(this,t,r),this.children=n||[],this.setAttribute(`href`,e)}setAttribute(e,t){this.attributes[e]=t}hasClass(e){return this.classes.includes(e)}toNode(){return Se.call(this,`a`)}toMarkup(){return we.call(this,`a`)}}class De{constructor(e,t,n){this.alt=t,this.src=e,this.classes=[`mord`],this.height=0,this.depth=0,this.maxFontSize=0,this.style=n}hasClass(e){return this.classes.includes(e)}toNode(){let e=document.createElement(`img`);e.src=this.src,e.alt=this.alt,e.className=`mord`;for(let t of Object.keys(this.style))e.style[t]=this.style[t];return e}toMarkup(){let e=`<img src="`+c(this.src)+`"`+(` alt="`+c(this.alt)+`"`),t=``;for(let e of Object.keys(this.style))t+=a(e)+`:`+this.style[e]+`;`;return t&&(e+=` style="`+c(t)+`"`),e+=`'/>`,e}}let Oe={î:`ı̂`,ï:`ı̈`,í:`ı́`,ì:`ı̀`};class ke{constructor(e,t,n,r,i,a,o,s){this.text=e,this.height=t||0,this.depth=n||0,this.italic=r||0,this.skew=i||0,this.width=a||0,this.classes=o||[],this.style=s||{},this.maxFontSize=0;let c=re(this.text.charCodeAt(0));c&&this.classes.push(c+`_fallback`),/[îïíì]/.test(this.text)&&(this.text=Oe[this.text])}hasClass(e){return this.classes.includes(e)}toNode(){let e=document.createTextNode(this.text),t=null;this.italic>0&&(t=document.createElement(`span`),t.style.marginRight=T(this.italic)),this.classes.length>0&&(t||=document.createElement(`span`),t.className=be(this.classes));for(let e of Object.keys(this.style))t||=document.createElement(`span`),t.style[e]=this.style[e];return t?(t.appendChild(e),t):e}toMarkup(){let e=!1,t=`<span`;this.classes.length&&(e=!0,t+=` class="`,t+=c(be(this.classes)),t+=`"`);let n=``;this.italic>0&&(n+=`margin-right:`+T(this.italic)+`;`);for(let e of Object.keys(this.style))n+=a(e)+`:`+this.style[e]+`;`;n&&(e=!0,t+=` style="`+c(n)+`"`);let r=c(this.text);return e?(t+=`>`,t+=r,t+=`</span>`,t):r}}class E{constructor(e,t){this.children=e||[],this.attributes=t||{}}toNode(){let e=document.createElementNS(`http://www.w3.org/2000/svg`,`svg`);for(let t of Object.keys(this.attributes))e.setAttribute(t,this.attributes[t]);for(let t=0;t<this.children.length;t++)e.appendChild(this.children[t].toNode());return e}toMarkup(){let e=`<svg xmlns="http://www.w3.org/2000/svg"`;for(let t of Object.keys(this.attributes))e+=` `+t+`="`+c(this.attributes[t])+`"`;e+=`>`;for(let t=0;t<this.children.length;t++)e+=this.children[t].toMarkup();return e+=`</svg>`,e}}class Ae{constructor(e,t){this.pathName=e,this.alternate=t}toNode(){let e=document.createElementNS(`http://www.w3.org/2000/svg`,`path`);return this.alternate?e.setAttribute(`d`,this.alternate):e.setAttribute(`d`,me[this.pathName]),e}toMarkup(){return this.alternate?`<path d="`+c(this.alternate)+`"/>`:`<path d="`+c(me[this.pathName])+`"/>`}}class je{constructor(e){this.attributes=e||{}}toNode(){let e=document.createElementNS(`http://www.w3.org/2000/svg`,`line`);for(let t of Object.keys(this.attributes))e.setAttribute(t,this.attributes[t]);return e}toMarkup(){let e=`<line`;for(let t of Object.keys(this.attributes))e+=` `+t+`="`+c(this.attributes[t])+`"`;return e+=`/>`,e}}function Me(e){if(e instanceof ke)return e;throw Error(`Expected symbolNode but got `+String(e)+`.`)}function Ne(e){if(e instanceof Te)return e;throw Error(`Expected span<HtmlDomNode> but got `+String(e)+`.`)}let Pe=e=>e instanceof Te||e instanceof Ee||e instanceof ge;var Fe={"AMS-Regular":{32:[0,0,0,0,.25],65:[0,.68889,0,0,.72222],66:[0,.68889,0,0,.66667],67:[0,.68889,0,0,.72222],68:[0,.68889,0,0,.72222],69:[0,.68889,0,0,.66667],70:[0,.68889,0,0,.61111],71:[0,.68889,0,0,.77778],72:[0,.68889,0,0,.77778],73:[0,.68889,0,0,.38889],74:[.16667,.68889,0,0,.5],75:[0,.68889,0,0,.77778],76:[0,.68889,0,0,.66667],77:[0,.68889,0,0,.94445],78:[0,.68889,0,0,.72222],79:[.16667,.68889,0,0,.77778],80:[0,.68889,0,0,.61111],81:[.16667,.68889,0,0,.77778],82:[0,.68889,0,0,.72222],83:[0,.68889,0,0,.55556],84:[0,.68889,0,0,.66667],85:[0,.68889,0,0,.72222],86:[0,.68889,0,0,.72222],87:[0,.68889,0,0,1],88:[0,.68889,0,0,.72222],89:[0,.68889,0,0,.72222],90:[0,.68889,0,0,.66667],107:[0,.68889,0,0,.55556],160:[0,0,0,0,.25],165:[0,.675,.025,0,.75],174:[.15559,.69224,0,0,.94666],240:[0,.68889,0,0,.55556],295:[0,.68889,0,0,.54028],710:[0,.825,0,0,2.33334],732:[0,.9,0,0,2.33334],770:[0,.825,0,0,2.33334],771:[0,.9,0,0,2.33334],989:[.08167,.58167,0,0,.77778],1008:[0,.43056,.04028,0,.66667],8245:[0,.54986,0,0,.275],8463:[0,.68889,0,0,.54028],8487:[0,.68889,0,0,.72222],8498:[0,.68889,0,0,.55556],8502:[0,.68889,0,0,.66667],8503:[0,.68889,0,0,.44445],8504:[0,.68889,0,0,.66667],8513:[0,.68889,0,0,.63889],8592:[-.03598,.46402,0,0,.5],8594:[-.03598,.46402,0,0,.5],8602:[-.13313,.36687,0,0,1],8603:[-.13313,.36687,0,0,1],8606:[.01354,.52239,0,0,1],8608:[.01354,.52239,0,0,1],8610:[.01354,.52239,0,0,1.11111],8611:[.01354,.52239,0,0,1.11111],8619:[0,.54986,0,0,1],8620:[0,.54986,0,0,1],8621:[-.13313,.37788,0,0,1.38889],8622:[-.13313,.36687,0,0,1],8624:[0,.69224,0,0,.5],8625:[0,.69224,0,0,.5],8630:[0,.43056,0,0,1],8631:[0,.43056,0,0,1],8634:[.08198,.58198,0,0,.77778],8635:[.08198,.58198,0,0,.77778],8638:[.19444,.69224,0,0,.41667],8639:[.19444,.69224,0,0,.41667],8642:[.19444,.69224,0,0,.41667],8643:[.19444,.69224,0,0,.41667],8644:[.1808,.675,0,0,1],8646:[.1808,.675,0,0,1],8647:[.1808,.675,0,0,1],8648:[.19444,.69224,0,0,.83334],8649:[.1808,.675,0,0,1],8650:[.19444,.69224,0,0,.83334],8651:[.01354,.52239,0,0,1],8652:[.01354,.52239,0,0,1],8653:[-.13313,.36687,0,0,1],8654:[-.13313,.36687,0,0,1],8655:[-.13313,.36687,0,0,1],8666:[.13667,.63667,0,0,1],8667:[.13667,.63667,0,0,1],8669:[-.13313,.37788,0,0,1],8672:[-.064,.437,0,0,1.334],8674:[-.064,.437,0,0,1.334],8705:[0,.825,0,0,.5],8708:[0,.68889,0,0,.55556],8709:[.08167,.58167,0,0,.77778],8717:[0,.43056,0,0,.42917],8722:[-.03598,.46402,0,0,.5],8724:[.08198,.69224,0,0,.77778],8726:[.08167,.58167,0,0,.77778],8733:[0,.69224,0,0,.77778],8736:[0,.69224,0,0,.72222],8737:[0,.69224,0,0,.72222],8738:[.03517,.52239,0,0,.72222],8739:[.08167,.58167,0,0,.22222],8740:[.25142,.74111,0,0,.27778],8741:[.08167,.58167,0,0,.38889],8742:[.25142,.74111,0,0,.5],8756:[0,.69224,0,0,.66667],8757:[0,.69224,0,0,.66667],8764:[-.13313,.36687,0,0,.77778],8765:[-.13313,.37788,0,0,.77778],8769:[-.13313,.36687,0,0,.77778],8770:[-.03625,.46375,0,0,.77778],8774:[.30274,.79383,0,0,.77778],8776:[-.01688,.48312,0,0,.77778],8778:[.08167,.58167,0,0,.77778],8782:[.06062,.54986,0,0,.77778],8783:[.06062,.54986,0,0,.77778],8785:[.08198,.58198,0,0,.77778],8786:[.08198,.58198,0,0,.77778],8787:[.08198,.58198,0,0,.77778],8790:[0,.69224,0,0,.77778],8791:[.22958,.72958,0,0,.77778],8796:[.08198,.91667,0,0,.77778],8806:[.25583,.75583,0,0,.77778],8807:[.25583,.75583,0,0,.77778],8808:[.25142,.75726,0,0,.77778],8809:[.25142,.75726,0,0,.77778],8812:[.25583,.75583,0,0,.5],8814:[.20576,.70576,0,0,.77778],8815:[.20576,.70576,0,0,.77778],8816:[.30274,.79383,0,0,.77778],8817:[.30274,.79383,0,0,.77778],8818:[.22958,.72958,0,0,.77778],8819:[.22958,.72958,0,0,.77778],8822:[.1808,.675,0,0,.77778],8823:[.1808,.675,0,0,.77778],8828:[.13667,.63667,0,0,.77778],8829:[.13667,.63667,0,0,.77778],8830:[.22958,.72958,0,0,.77778],8831:[.22958,.72958,0,0,.77778],8832:[.20576,.70576,0,0,.77778],8833:[.20576,.70576,0,0,.77778],8840:[.30274,.79383,0,0,.77778],8841:[.30274,.79383,0,0,.77778],8842:[.13597,.63597,0,0,.77778],8843:[.13597,.63597,0,0,.77778],8847:[.03517,.54986,0,0,.77778],8848:[.03517,.54986,0,0,.77778],8858:[.08198,.58198,0,0,.77778],8859:[.08198,.58198,0,0,.77778],8861:[.08198,.58198,0,0,.77778],8862:[0,.675,0,0,.77778],8863:[0,.675,0,0,.77778],8864:[0,.675,0,0,.77778],8865:[0,.675,0,0,.77778],8872:[0,.69224,0,0,.61111],8873:[0,.69224,0,0,.72222],8874:[0,.69224,0,0,.88889],8876:[0,.68889,0,0,.61111],8877:[0,.68889,0,0,.61111],8878:[0,.68889,0,0,.72222],8879:[0,.68889,0,0,.72222],8882:[.03517,.54986,0,0,.77778],8883:[.03517,.54986,0,0,.77778],8884:[.13667,.63667,0,0,.77778],8885:[.13667,.63667,0,0,.77778],8888:[0,.54986,0,0,1.11111],8890:[.19444,.43056,0,0,.55556],8891:[.19444,.69224,0,0,.61111],8892:[.19444,.69224,0,0,.61111],8901:[0,.54986,0,0,.27778],8903:[.08167,.58167,0,0,.77778],8905:[.08167,.58167,0,0,.77778],8906:[.08167,.58167,0,0,.77778],8907:[0,.69224,0,0,.77778],8908:[0,.69224,0,0,.77778],8909:[-.03598,.46402,0,0,.77778],8910:[0,.54986,0,0,.76042],8911:[0,.54986,0,0,.76042],8912:[.03517,.54986,0,0,.77778],8913:[.03517,.54986,0,0,.77778],8914:[0,.54986,0,0,.66667],8915:[0,.54986,0,0,.66667],8916:[0,.69224,0,0,.66667],8918:[.0391,.5391,0,0,.77778],8919:[.0391,.5391,0,0,.77778],8920:[.03517,.54986,0,0,1.33334],8921:[.03517,.54986,0,0,1.33334],8922:[.38569,.88569,0,0,.77778],8923:[.38569,.88569,0,0,.77778],8926:[.13667,.63667,0,0,.77778],8927:[.13667,.63667,0,0,.77778],8928:[.30274,.79383,0,0,.77778],8929:[.30274,.79383,0,0,.77778],8934:[.23222,.74111,0,0,.77778],8935:[.23222,.74111,0,0,.77778],8936:[.23222,.74111,0,0,.77778],8937:[.23222,.74111,0,0,.77778],8938:[.20576,.70576,0,0,.77778],8939:[.20576,.70576,0,0,.77778],8940:[.30274,.79383,0,0,.77778],8941:[.30274,.79383,0,0,.77778],8994:[.19444,.69224,0,0,.77778],8995:[.19444,.69224,0,0,.77778],9416:[.15559,.69224,0,0,.90222],9484:[0,.69224,0,0,.5],9488:[0,.69224,0,0,.5],9492:[0,.37788,0,0,.5],9496:[0,.37788,0,0,.5],9585:[.19444,.68889,0,0,.88889],9586:[.19444,.74111,0,0,.88889],9632:[0,.675,0,0,.77778],9633:[0,.675,0,0,.77778],9650:[0,.54986,0,0,.72222],9651:[0,.54986,0,0,.72222],9654:[.03517,.54986,0,0,.77778],9660:[0,.54986,0,0,.72222],9661:[0,.54986,0,0,.72222],9664:[.03517,.54986,0,0,.77778],9674:[.11111,.69224,0,0,.66667],9733:[.19444,.69224,0,0,.94445],10003:[0,.69224,0,0,.83334],10016:[0,.69224,0,0,.83334],10731:[.11111,.69224,0,0,.66667],10846:[.19444,.75583,0,0,.61111],10877:[.13667,.63667,0,0,.77778],10878:[.13667,.63667,0,0,.77778],10885:[.25583,.75583,0,0,.77778],10886:[.25583,.75583,0,0,.77778],10887:[.13597,.63597,0,0,.77778],10888:[.13597,.63597,0,0,.77778],10889:[.26167,.75726,0,0,.77778],10890:[.26167,.75726,0,0,.77778],10891:[.48256,.98256,0,0,.77778],10892:[.48256,.98256,0,0,.77778],10901:[.13667,.63667,0,0,.77778],10902:[.13667,.63667,0,0,.77778],10933:[.25142,.75726,0,0,.77778],10934:[.25142,.75726,0,0,.77778],10935:[.26167,.75726,0,0,.77778],10936:[.26167,.75726,0,0,.77778],10937:[.26167,.75726,0,0,.77778],10938:[.26167,.75726,0,0,.77778],10949:[.25583,.75583,0,0,.77778],10950:[.25583,.75583,0,0,.77778],10955:[.28481,.79383,0,0,.77778],10956:[.28481,.79383,0,0,.77778],57350:[.08167,.58167,0,0,.22222],57351:[.08167,.58167,0,0,.38889],57352:[.08167,.58167,0,0,.77778],57353:[0,.43056,.04028,0,.66667],57356:[.25142,.75726,0,0,.77778],57357:[.25142,.75726,0,0,.77778],57358:[.41951,.91951,0,0,.77778],57359:[.30274,.79383,0,0,.77778],57360:[.30274,.79383,0,0,.77778],57361:[.41951,.91951,0,0,.77778],57366:[.25142,.75726,0,0,.77778],57367:[.25142,.75726,0,0,.77778],57368:[.25142,.75726,0,0,.77778],57369:[.25142,.75726,0,0,.77778],57370:[.13597,.63597,0,0,.77778],57371:[.13597,.63597,0,0,.77778]},"Caligraphic-Regular":{32:[0,0,0,0,.25],65:[0,.68333,0,.19445,.79847],66:[0,.68333,.03041,.13889,.65681],67:[0,.68333,.05834,.13889,.52653],68:[0,.68333,.02778,.08334,.77139],69:[0,.68333,.08944,.11111,.52778],70:[0,.68333,.09931,.11111,.71875],71:[.09722,.68333,.0593,.11111,.59487],72:[0,.68333,.00965,.11111,.84452],73:[0,.68333,.07382,0,.54452],74:[.09722,.68333,.18472,.16667,.67778],75:[0,.68333,.01445,.05556,.76195],76:[0,.68333,0,.13889,.68972],77:[0,.68333,0,.13889,1.2009],78:[0,.68333,.14736,.08334,.82049],79:[0,.68333,.02778,.11111,.79611],80:[0,.68333,.08222,.08334,.69556],81:[.09722,.68333,0,.11111,.81667],82:[0,.68333,0,.08334,.8475],83:[0,.68333,.075,.13889,.60556],84:[0,.68333,.25417,0,.54464],85:[0,.68333,.09931,.08334,.62583],86:[0,.68333,.08222,0,.61278],87:[0,.68333,.08222,.08334,.98778],88:[0,.68333,.14643,.13889,.7133],89:[.09722,.68333,.08222,.08334,.66834],90:[0,.68333,.07944,.13889,.72473],160:[0,0,0,0,.25]},"Fraktur-Regular":{32:[0,0,0,0,.25],33:[0,.69141,0,0,.29574],34:[0,.69141,0,0,.21471],38:[0,.69141,0,0,.73786],39:[0,.69141,0,0,.21201],40:[.24982,.74947,0,0,.38865],41:[.24982,.74947,0,0,.38865],42:[0,.62119,0,0,.27764],43:[.08319,.58283,0,0,.75623],44:[0,.10803,0,0,.27764],45:[.08319,.58283,0,0,.75623],46:[0,.10803,0,0,.27764],47:[.24982,.74947,0,0,.50181],48:[0,.47534,0,0,.50181],49:[0,.47534,0,0,.50181],50:[0,.47534,0,0,.50181],51:[.18906,.47534,0,0,.50181],52:[.18906,.47534,0,0,.50181],53:[.18906,.47534,0,0,.50181],54:[0,.69141,0,0,.50181],55:[.18906,.47534,0,0,.50181],56:[0,.69141,0,0,.50181],57:[.18906,.47534,0,0,.50181],58:[0,.47534,0,0,.21606],59:[.12604,.47534,0,0,.21606],61:[-.13099,.36866,0,0,.75623],63:[0,.69141,0,0,.36245],65:[0,.69141,0,0,.7176],66:[0,.69141,0,0,.88397],67:[0,.69141,0,0,.61254],68:[0,.69141,0,0,.83158],69:[0,.69141,0,0,.66278],70:[.12604,.69141,0,0,.61119],71:[0,.69141,0,0,.78539],72:[.06302,.69141,0,0,.7203],73:[0,.69141,0,0,.55448],74:[.12604,.69141,0,0,.55231],75:[0,.69141,0,0,.66845],76:[0,.69141,0,0,.66602],77:[0,.69141,0,0,1.04953],78:[0,.69141,0,0,.83212],79:[0,.69141,0,0,.82699],80:[.18906,.69141,0,0,.82753],81:[.03781,.69141,0,0,.82699],82:[0,.69141,0,0,.82807],83:[0,.69141,0,0,.82861],84:[0,.69141,0,0,.66899],85:[0,.69141,0,0,.64576],86:[0,.69141,0,0,.83131],87:[0,.69141,0,0,1.04602],88:[0,.69141,0,0,.71922],89:[.18906,.69141,0,0,.83293],90:[.12604,.69141,0,0,.60201],91:[.24982,.74947,0,0,.27764],93:[.24982,.74947,0,0,.27764],94:[0,.69141,0,0,.49965],97:[0,.47534,0,0,.50046],98:[0,.69141,0,0,.51315],99:[0,.47534,0,0,.38946],100:[0,.62119,0,0,.49857],101:[0,.47534,0,0,.40053],102:[.18906,.69141,0,0,.32626],103:[.18906,.47534,0,0,.5037],104:[.18906,.69141,0,0,.52126],105:[0,.69141,0,0,.27899],106:[0,.69141,0,0,.28088],107:[0,.69141,0,0,.38946],108:[0,.69141,0,0,.27953],109:[0,.47534,0,0,.76676],110:[0,.47534,0,0,.52666],111:[0,.47534,0,0,.48885],112:[.18906,.52396,0,0,.50046],113:[.18906,.47534,0,0,.48912],114:[0,.47534,0,0,.38919],115:[0,.47534,0,0,.44266],116:[0,.62119,0,0,.33301],117:[0,.47534,0,0,.5172],118:[0,.52396,0,0,.5118],119:[0,.52396,0,0,.77351],120:[.18906,.47534,0,0,.38865],121:[.18906,.47534,0,0,.49884],122:[.18906,.47534,0,0,.39054],160:[0,0,0,0,.25],8216:[0,.69141,0,0,.21471],8217:[0,.69141,0,0,.21471],58112:[0,.62119,0,0,.49749],58113:[0,.62119,0,0,.4983],58114:[.18906,.69141,0,0,.33328],58115:[.18906,.69141,0,0,.32923],58116:[.18906,.47534,0,0,.50343],58117:[0,.69141,0,0,.33301],58118:[0,.62119,0,0,.33409],58119:[0,.47534,0,0,.50073]},"Main-Bold":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.35],34:[0,.69444,0,0,.60278],35:[.19444,.69444,0,0,.95833],36:[.05556,.75,0,0,.575],37:[.05556,.75,0,0,.95833],38:[0,.69444,0,0,.89444],39:[0,.69444,0,0,.31944],40:[.25,.75,0,0,.44722],41:[.25,.75,0,0,.44722],42:[0,.75,0,0,.575],43:[.13333,.63333,0,0,.89444],44:[.19444,.15556,0,0,.31944],45:[0,.44444,0,0,.38333],46:[0,.15556,0,0,.31944],47:[.25,.75,0,0,.575],48:[0,.64444,0,0,.575],49:[0,.64444,0,0,.575],50:[0,.64444,0,0,.575],51:[0,.64444,0,0,.575],52:[0,.64444,0,0,.575],53:[0,.64444,0,0,.575],54:[0,.64444,0,0,.575],55:[0,.64444,0,0,.575],56:[0,.64444,0,0,.575],57:[0,.64444,0,0,.575],58:[0,.44444,0,0,.31944],59:[.19444,.44444,0,0,.31944],60:[.08556,.58556,0,0,.89444],61:[-.10889,.39111,0,0,.89444],62:[.08556,.58556,0,0,.89444],63:[0,.69444,0,0,.54305],64:[0,.69444,0,0,.89444],65:[0,.68611,0,0,.86944],66:[0,.68611,0,0,.81805],67:[0,.68611,0,0,.83055],68:[0,.68611,0,0,.88194],69:[0,.68611,0,0,.75555],70:[0,.68611,0,0,.72361],71:[0,.68611,0,0,.90416],72:[0,.68611,0,0,.9],73:[0,.68611,0,0,.43611],74:[0,.68611,0,0,.59444],75:[0,.68611,0,0,.90138],76:[0,.68611,0,0,.69166],77:[0,.68611,0,0,1.09166],78:[0,.68611,0,0,.9],79:[0,.68611,0,0,.86388],80:[0,.68611,0,0,.78611],81:[.19444,.68611,0,0,.86388],82:[0,.68611,0,0,.8625],83:[0,.68611,0,0,.63889],84:[0,.68611,0,0,.8],85:[0,.68611,0,0,.88472],86:[0,.68611,.01597,0,.86944],87:[0,.68611,.01597,0,1.18888],88:[0,.68611,0,0,.86944],89:[0,.68611,.02875,0,.86944],90:[0,.68611,0,0,.70277],91:[.25,.75,0,0,.31944],92:[.25,.75,0,0,.575],93:[.25,.75,0,0,.31944],94:[0,.69444,0,0,.575],95:[.31,.13444,.03194,0,.575],97:[0,.44444,0,0,.55902],98:[0,.69444,0,0,.63889],99:[0,.44444,0,0,.51111],100:[0,.69444,0,0,.63889],101:[0,.44444,0,0,.52708],102:[0,.69444,.10903,0,.35139],103:[.19444,.44444,.01597,0,.575],104:[0,.69444,0,0,.63889],105:[0,.69444,0,0,.31944],106:[.19444,.69444,0,0,.35139],107:[0,.69444,0,0,.60694],108:[0,.69444,0,0,.31944],109:[0,.44444,0,0,.95833],110:[0,.44444,0,0,.63889],111:[0,.44444,0,0,.575],112:[.19444,.44444,0,0,.63889],113:[.19444,.44444,0,0,.60694],114:[0,.44444,0,0,.47361],115:[0,.44444,0,0,.45361],116:[0,.63492,0,0,.44722],117:[0,.44444,0,0,.63889],118:[0,.44444,.01597,0,.60694],119:[0,.44444,.01597,0,.83055],120:[0,.44444,0,0,.60694],121:[.19444,.44444,.01597,0,.60694],122:[0,.44444,0,0,.51111],123:[.25,.75,0,0,.575],124:[.25,.75,0,0,.31944],125:[.25,.75,0,0,.575],126:[.35,.34444,0,0,.575],160:[0,0,0,0,.25],163:[0,.69444,0,0,.86853],168:[0,.69444,0,0,.575],172:[0,.44444,0,0,.76666],176:[0,.69444,0,0,.86944],177:[.13333,.63333,0,0,.89444],184:[.17014,0,0,0,.51111],198:[0,.68611,0,0,1.04166],215:[.13333,.63333,0,0,.89444],216:[.04861,.73472,0,0,.89444],223:[0,.69444,0,0,.59722],230:[0,.44444,0,0,.83055],247:[.13333,.63333,0,0,.89444],248:[.09722,.54167,0,0,.575],305:[0,.44444,0,0,.31944],338:[0,.68611,0,0,1.16944],339:[0,.44444,0,0,.89444],567:[.19444,.44444,0,0,.35139],710:[0,.69444,0,0,.575],711:[0,.63194,0,0,.575],713:[0,.59611,0,0,.575],714:[0,.69444,0,0,.575],715:[0,.69444,0,0,.575],728:[0,.69444,0,0,.575],729:[0,.69444,0,0,.31944],730:[0,.69444,0,0,.86944],732:[0,.69444,0,0,.575],733:[0,.69444,0,0,.575],915:[0,.68611,0,0,.69166],916:[0,.68611,0,0,.95833],920:[0,.68611,0,0,.89444],923:[0,.68611,0,0,.80555],926:[0,.68611,0,0,.76666],928:[0,.68611,0,0,.9],931:[0,.68611,0,0,.83055],933:[0,.68611,0,0,.89444],934:[0,.68611,0,0,.83055],936:[0,.68611,0,0,.89444],937:[0,.68611,0,0,.83055],8211:[0,.44444,.03194,0,.575],8212:[0,.44444,.03194,0,1.14999],8216:[0,.69444,0,0,.31944],8217:[0,.69444,0,0,.31944],8220:[0,.69444,0,0,.60278],8221:[0,.69444,0,0,.60278],8224:[.19444,.69444,0,0,.51111],8225:[.19444,.69444,0,0,.51111],8242:[0,.55556,0,0,.34444],8407:[0,.72444,.15486,0,.575],8463:[0,.69444,0,0,.66759],8465:[0,.69444,0,0,.83055],8467:[0,.69444,0,0,.47361],8472:[.19444,.44444,0,0,.74027],8476:[0,.69444,0,0,.83055],8501:[0,.69444,0,0,.70277],8592:[-.10889,.39111,0,0,1.14999],8593:[.19444,.69444,0,0,.575],8594:[-.10889,.39111,0,0,1.14999],8595:[.19444,.69444,0,0,.575],8596:[-.10889,.39111,0,0,1.14999],8597:[.25,.75,0,0,.575],8598:[.19444,.69444,0,0,1.14999],8599:[.19444,.69444,0,0,1.14999],8600:[.19444,.69444,0,0,1.14999],8601:[.19444,.69444,0,0,1.14999],8636:[-.10889,.39111,0,0,1.14999],8637:[-.10889,.39111,0,0,1.14999],8640:[-.10889,.39111,0,0,1.14999],8641:[-.10889,.39111,0,0,1.14999],8656:[-.10889,.39111,0,0,1.14999],8657:[.19444,.69444,0,0,.70277],8658:[-.10889,.39111,0,0,1.14999],8659:[.19444,.69444,0,0,.70277],8660:[-.10889,.39111,0,0,1.14999],8661:[.25,.75,0,0,.70277],8704:[0,.69444,0,0,.63889],8706:[0,.69444,.06389,0,.62847],8707:[0,.69444,0,0,.63889],8709:[.05556,.75,0,0,.575],8711:[0,.68611,0,0,.95833],8712:[.08556,.58556,0,0,.76666],8715:[.08556,.58556,0,0,.76666],8722:[.13333,.63333,0,0,.89444],8723:[.13333,.63333,0,0,.89444],8725:[.25,.75,0,0,.575],8726:[.25,.75,0,0,.575],8727:[-.02778,.47222,0,0,.575],8728:[-.02639,.47361,0,0,.575],8729:[-.02639,.47361,0,0,.575],8730:[.18,.82,0,0,.95833],8733:[0,.44444,0,0,.89444],8734:[0,.44444,0,0,1.14999],8736:[0,.69224,0,0,.72222],8739:[.25,.75,0,0,.31944],8741:[.25,.75,0,0,.575],8743:[0,.55556,0,0,.76666],8744:[0,.55556,0,0,.76666],8745:[0,.55556,0,0,.76666],8746:[0,.55556,0,0,.76666],8747:[.19444,.69444,.12778,0,.56875],8764:[-.10889,.39111,0,0,.89444],8768:[.19444,.69444,0,0,.31944],8771:[.00222,.50222,0,0,.89444],8773:[.027,.638,0,0,.894],8776:[.02444,.52444,0,0,.89444],8781:[.00222,.50222,0,0,.89444],8801:[.00222,.50222,0,0,.89444],8804:[.19667,.69667,0,0,.89444],8805:[.19667,.69667,0,0,.89444],8810:[.08556,.58556,0,0,1.14999],8811:[.08556,.58556,0,0,1.14999],8826:[.08556,.58556,0,0,.89444],8827:[.08556,.58556,0,0,.89444],8834:[.08556,.58556,0,0,.89444],8835:[.08556,.58556,0,0,.89444],8838:[.19667,.69667,0,0,.89444],8839:[.19667,.69667,0,0,.89444],8846:[0,.55556,0,0,.76666],8849:[.19667,.69667,0,0,.89444],8850:[.19667,.69667,0,0,.89444],8851:[0,.55556,0,0,.76666],8852:[0,.55556,0,0,.76666],8853:[.13333,.63333,0,0,.89444],8854:[.13333,.63333,0,0,.89444],8855:[.13333,.63333,0,0,.89444],8856:[.13333,.63333,0,0,.89444],8857:[.13333,.63333,0,0,.89444],8866:[0,.69444,0,0,.70277],8867:[0,.69444,0,0,.70277],8868:[0,.69444,0,0,.89444],8869:[0,.69444,0,0,.89444],8900:[-.02639,.47361,0,0,.575],8901:[-.02639,.47361,0,0,.31944],8902:[-.02778,.47222,0,0,.575],8968:[.25,.75,0,0,.51111],8969:[.25,.75,0,0,.51111],8970:[.25,.75,0,0,.51111],8971:[.25,.75,0,0,.51111],8994:[-.13889,.36111,0,0,1.14999],8995:[-.13889,.36111,0,0,1.14999],9651:[.19444,.69444,0,0,1.02222],9657:[-.02778,.47222,0,0,.575],9661:[.19444,.69444,0,0,1.02222],9667:[-.02778,.47222,0,0,.575],9711:[.19444,.69444,0,0,1.14999],9824:[.12963,.69444,0,0,.89444],9825:[.12963,.69444,0,0,.89444],9826:[.12963,.69444,0,0,.89444],9827:[.12963,.69444,0,0,.89444],9837:[0,.75,0,0,.44722],9838:[.19444,.69444,0,0,.44722],9839:[.19444,.69444,0,0,.44722],10216:[.25,.75,0,0,.44722],10217:[.25,.75,0,0,.44722],10815:[0,.68611,0,0,.9],10927:[.19667,.69667,0,0,.89444],10928:[.19667,.69667,0,0,.89444],57376:[.19444,.69444,0,0,0]},"Main-BoldItalic":{32:[0,0,0,0,.25],33:[0,.69444,.11417,0,.38611],34:[0,.69444,.07939,0,.62055],35:[.19444,.69444,.06833,0,.94444],37:[.05556,.75,.12861,0,.94444],38:[0,.69444,.08528,0,.88555],39:[0,.69444,.12945,0,.35555],40:[.25,.75,.15806,0,.47333],41:[.25,.75,.03306,0,.47333],42:[0,.75,.14333,0,.59111],43:[.10333,.60333,.03306,0,.88555],44:[.19444,.14722,0,0,.35555],45:[0,.44444,.02611,0,.41444],46:[0,.14722,0,0,.35555],47:[.25,.75,.15806,0,.59111],48:[0,.64444,.13167,0,.59111],49:[0,.64444,.13167,0,.59111],50:[0,.64444,.13167,0,.59111],51:[0,.64444,.13167,0,.59111],52:[.19444,.64444,.13167,0,.59111],53:[0,.64444,.13167,0,.59111],54:[0,.64444,.13167,0,.59111],55:[.19444,.64444,.13167,0,.59111],56:[0,.64444,.13167,0,.59111],57:[0,.64444,.13167,0,.59111],58:[0,.44444,.06695,0,.35555],59:[.19444,.44444,.06695,0,.35555],61:[-.10889,.39111,.06833,0,.88555],63:[0,.69444,.11472,0,.59111],64:[0,.69444,.09208,0,.88555],65:[0,.68611,0,0,.86555],66:[0,.68611,.0992,0,.81666],67:[0,.68611,.14208,0,.82666],68:[0,.68611,.09062,0,.87555],69:[0,.68611,.11431,0,.75666],70:[0,.68611,.12903,0,.72722],71:[0,.68611,.07347,0,.89527],72:[0,.68611,.17208,0,.8961],73:[0,.68611,.15681,0,.47166],74:[0,.68611,.145,0,.61055],75:[0,.68611,.14208,0,.89499],76:[0,.68611,0,0,.69777],77:[0,.68611,.17208,0,1.07277],78:[0,.68611,.17208,0,.8961],79:[0,.68611,.09062,0,.85499],80:[0,.68611,.0992,0,.78721],81:[.19444,.68611,.09062,0,.85499],82:[0,.68611,.02559,0,.85944],83:[0,.68611,.11264,0,.64999],84:[0,.68611,.12903,0,.7961],85:[0,.68611,.17208,0,.88083],86:[0,.68611,.18625,0,.86555],87:[0,.68611,.18625,0,1.15999],88:[0,.68611,.15681,0,.86555],89:[0,.68611,.19803,0,.86555],90:[0,.68611,.14208,0,.70888],91:[.25,.75,.1875,0,.35611],93:[.25,.75,.09972,0,.35611],94:[0,.69444,.06709,0,.59111],95:[.31,.13444,.09811,0,.59111],97:[0,.44444,.09426,0,.59111],98:[0,.69444,.07861,0,.53222],99:[0,.44444,.05222,0,.53222],100:[0,.69444,.10861,0,.59111],101:[0,.44444,.085,0,.53222],102:[.19444,.69444,.21778,0,.4],103:[.19444,.44444,.105,0,.53222],104:[0,.69444,.09426,0,.59111],105:[0,.69326,.11387,0,.35555],106:[.19444,.69326,.1672,0,.35555],107:[0,.69444,.11111,0,.53222],108:[0,.69444,.10861,0,.29666],109:[0,.44444,.09426,0,.94444],110:[0,.44444,.09426,0,.64999],111:[0,.44444,.07861,0,.59111],112:[.19444,.44444,.07861,0,.59111],113:[.19444,.44444,.105,0,.53222],114:[0,.44444,.11111,0,.50167],115:[0,.44444,.08167,0,.48694],116:[0,.63492,.09639,0,.385],117:[0,.44444,.09426,0,.62055],118:[0,.44444,.11111,0,.53222],119:[0,.44444,.11111,0,.76777],120:[0,.44444,.12583,0,.56055],121:[.19444,.44444,.105,0,.56166],122:[0,.44444,.13889,0,.49055],126:[.35,.34444,.11472,0,.59111],160:[0,0,0,0,.25],168:[0,.69444,.11473,0,.59111],176:[0,.69444,0,0,.94888],184:[.17014,0,0,0,.53222],198:[0,.68611,.11431,0,1.02277],216:[.04861,.73472,.09062,0,.88555],223:[.19444,.69444,.09736,0,.665],230:[0,.44444,.085,0,.82666],248:[.09722,.54167,.09458,0,.59111],305:[0,.44444,.09426,0,.35555],338:[0,.68611,.11431,0,1.14054],339:[0,.44444,.085,0,.82666],567:[.19444,.44444,.04611,0,.385],710:[0,.69444,.06709,0,.59111],711:[0,.63194,.08271,0,.59111],713:[0,.59444,.10444,0,.59111],714:[0,.69444,.08528,0,.59111],715:[0,.69444,0,0,.59111],728:[0,.69444,.10333,0,.59111],729:[0,.69444,.12945,0,.35555],730:[0,.69444,0,0,.94888],732:[0,.69444,.11472,0,.59111],733:[0,.69444,.11472,0,.59111],915:[0,.68611,.12903,0,.69777],916:[0,.68611,0,0,.94444],920:[0,.68611,.09062,0,.88555],923:[0,.68611,0,0,.80666],926:[0,.68611,.15092,0,.76777],928:[0,.68611,.17208,0,.8961],931:[0,.68611,.11431,0,.82666],933:[0,.68611,.10778,0,.88555],934:[0,.68611,.05632,0,.82666],936:[0,.68611,.10778,0,.88555],937:[0,.68611,.0992,0,.82666],8211:[0,.44444,.09811,0,.59111],8212:[0,.44444,.09811,0,1.18221],8216:[0,.69444,.12945,0,.35555],8217:[0,.69444,.12945,0,.35555],8220:[0,.69444,.16772,0,.62055],8221:[0,.69444,.07939,0,.62055]},"Main-Italic":{32:[0,0,0,0,.25],33:[0,.69444,.12417,0,.30667],34:[0,.69444,.06961,0,.51444],35:[.19444,.69444,.06616,0,.81777],37:[.05556,.75,.13639,0,.81777],38:[0,.69444,.09694,0,.76666],39:[0,.69444,.12417,0,.30667],40:[.25,.75,.16194,0,.40889],41:[.25,.75,.03694,0,.40889],42:[0,.75,.14917,0,.51111],43:[.05667,.56167,.03694,0,.76666],44:[.19444,.10556,0,0,.30667],45:[0,.43056,.02826,0,.35778],46:[0,.10556,0,0,.30667],47:[.25,.75,.16194,0,.51111],48:[0,.64444,.13556,0,.51111],49:[0,.64444,.13556,0,.51111],50:[0,.64444,.13556,0,.51111],51:[0,.64444,.13556,0,.51111],52:[.19444,.64444,.13556,0,.51111],53:[0,.64444,.13556,0,.51111],54:[0,.64444,.13556,0,.51111],55:[.19444,.64444,.13556,0,.51111],56:[0,.64444,.13556,0,.51111],57:[0,.64444,.13556,0,.51111],58:[0,.43056,.0582,0,.30667],59:[.19444,.43056,.0582,0,.30667],61:[-.13313,.36687,.06616,0,.76666],63:[0,.69444,.1225,0,.51111],64:[0,.69444,.09597,0,.76666],65:[0,.68333,0,0,.74333],66:[0,.68333,.10257,0,.70389],67:[0,.68333,.14528,0,.71555],68:[0,.68333,.09403,0,.755],69:[0,.68333,.12028,0,.67833],70:[0,.68333,.13305,0,.65277],71:[0,.68333,.08722,0,.77361],72:[0,.68333,.16389,0,.74333],73:[0,.68333,.15806,0,.38555],74:[0,.68333,.14028,0,.525],75:[0,.68333,.14528,0,.76888],76:[0,.68333,0,0,.62722],77:[0,.68333,.16389,0,.89666],78:[0,.68333,.16389,0,.74333],79:[0,.68333,.09403,0,.76666],80:[0,.68333,.10257,0,.67833],81:[.19444,.68333,.09403,0,.76666],82:[0,.68333,.03868,0,.72944],83:[0,.68333,.11972,0,.56222],84:[0,.68333,.13305,0,.71555],85:[0,.68333,.16389,0,.74333],86:[0,.68333,.18361,0,.74333],87:[0,.68333,.18361,0,.99888],88:[0,.68333,.15806,0,.74333],89:[0,.68333,.19383,0,.74333],90:[0,.68333,.14528,0,.61333],91:[.25,.75,.1875,0,.30667],93:[.25,.75,.10528,0,.30667],94:[0,.69444,.06646,0,.51111],95:[.31,.12056,.09208,0,.51111],97:[0,.43056,.07671,0,.51111],98:[0,.69444,.06312,0,.46],99:[0,.43056,.05653,0,.46],100:[0,.69444,.10333,0,.51111],101:[0,.43056,.07514,0,.46],102:[.19444,.69444,.21194,0,.30667],103:[.19444,.43056,.08847,0,.46],104:[0,.69444,.07671,0,.51111],105:[0,.65536,.1019,0,.30667],106:[.19444,.65536,.14467,0,.30667],107:[0,.69444,.10764,0,.46],108:[0,.69444,.10333,0,.25555],109:[0,.43056,.07671,0,.81777],110:[0,.43056,.07671,0,.56222],111:[0,.43056,.06312,0,.51111],112:[.19444,.43056,.06312,0,.51111],113:[.19444,.43056,.08847,0,.46],114:[0,.43056,.10764,0,.42166],115:[0,.43056,.08208,0,.40889],116:[0,.61508,.09486,0,.33222],117:[0,.43056,.07671,0,.53666],118:[0,.43056,.10764,0,.46],119:[0,.43056,.10764,0,.66444],120:[0,.43056,.12042,0,.46389],121:[.19444,.43056,.08847,0,.48555],122:[0,.43056,.12292,0,.40889],126:[.35,.31786,.11585,0,.51111],160:[0,0,0,0,.25],168:[0,.66786,.10474,0,.51111],176:[0,.69444,0,0,.83129],184:[.17014,0,0,0,.46],198:[0,.68333,.12028,0,.88277],216:[.04861,.73194,.09403,0,.76666],223:[.19444,.69444,.10514,0,.53666],230:[0,.43056,.07514,0,.71555],248:[.09722,.52778,.09194,0,.51111],338:[0,.68333,.12028,0,.98499],339:[0,.43056,.07514,0,.71555],710:[0,.69444,.06646,0,.51111],711:[0,.62847,.08295,0,.51111],713:[0,.56167,.10333,0,.51111],714:[0,.69444,.09694,0,.51111],715:[0,.69444,0,0,.51111],728:[0,.69444,.10806,0,.51111],729:[0,.66786,.11752,0,.30667],730:[0,.69444,0,0,.83129],732:[0,.66786,.11585,0,.51111],733:[0,.69444,.1225,0,.51111],915:[0,.68333,.13305,0,.62722],916:[0,.68333,0,0,.81777],920:[0,.68333,.09403,0,.76666],923:[0,.68333,0,0,.69222],926:[0,.68333,.15294,0,.66444],928:[0,.68333,.16389,0,.74333],931:[0,.68333,.12028,0,.71555],933:[0,.68333,.11111,0,.76666],934:[0,.68333,.05986,0,.71555],936:[0,.68333,.11111,0,.76666],937:[0,.68333,.10257,0,.71555],8211:[0,.43056,.09208,0,.51111],8212:[0,.43056,.09208,0,1.02222],8216:[0,.69444,.12417,0,.30667],8217:[0,.69444,.12417,0,.30667],8220:[0,.69444,.1685,0,.51444],8221:[0,.69444,.06961,0,.51444],8463:[0,.68889,0,0,.54028]},"Main-Regular":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.27778],34:[0,.69444,0,0,.5],35:[.19444,.69444,0,0,.83334],36:[.05556,.75,0,0,.5],37:[.05556,.75,0,0,.83334],38:[0,.69444,0,0,.77778],39:[0,.69444,0,0,.27778],40:[.25,.75,0,0,.38889],41:[.25,.75,0,0,.38889],42:[0,.75,0,0,.5],43:[.08333,.58333,0,0,.77778],44:[.19444,.10556,0,0,.27778],45:[0,.43056,0,0,.33333],46:[0,.10556,0,0,.27778],47:[.25,.75,0,0,.5],48:[0,.64444,0,0,.5],49:[0,.64444,0,0,.5],50:[0,.64444,0,0,.5],51:[0,.64444,0,0,.5],52:[0,.64444,0,0,.5],53:[0,.64444,0,0,.5],54:[0,.64444,0,0,.5],55:[0,.64444,0,0,.5],56:[0,.64444,0,0,.5],57:[0,.64444,0,0,.5],58:[0,.43056,0,0,.27778],59:[.19444,.43056,0,0,.27778],60:[.0391,.5391,0,0,.77778],61:[-.13313,.36687,0,0,.77778],62:[.0391,.5391,0,0,.77778],63:[0,.69444,0,0,.47222],64:[0,.69444,0,0,.77778],65:[0,.68333,0,0,.75],66:[0,.68333,0,0,.70834],67:[0,.68333,0,0,.72222],68:[0,.68333,0,0,.76389],69:[0,.68333,0,0,.68056],70:[0,.68333,0,0,.65278],71:[0,.68333,0,0,.78472],72:[0,.68333,0,0,.75],73:[0,.68333,0,0,.36111],74:[0,.68333,0,0,.51389],75:[0,.68333,0,0,.77778],76:[0,.68333,0,0,.625],77:[0,.68333,0,0,.91667],78:[0,.68333,0,0,.75],79:[0,.68333,0,0,.77778],80:[0,.68333,0,0,.68056],81:[.19444,.68333,0,0,.77778],82:[0,.68333,0,0,.73611],83:[0,.68333,0,0,.55556],84:[0,.68333,0,0,.72222],85:[0,.68333,0,0,.75],86:[0,.68333,.01389,0,.75],87:[0,.68333,.01389,0,1.02778],88:[0,.68333,0,0,.75],89:[0,.68333,.025,0,.75],90:[0,.68333,0,0,.61111],91:[.25,.75,0,0,.27778],92:[.25,.75,0,0,.5],93:[.25,.75,0,0,.27778],94:[0,.69444,0,0,.5],95:[.31,.12056,.02778,0,.5],97:[0,.43056,0,0,.5],98:[0,.69444,0,0,.55556],99:[0,.43056,0,0,.44445],100:[0,.69444,0,0,.55556],101:[0,.43056,0,0,.44445],102:[0,.69444,.07778,0,.30556],103:[.19444,.43056,.01389,0,.5],104:[0,.69444,0,0,.55556],105:[0,.66786,0,0,.27778],106:[.19444,.66786,0,0,.30556],107:[0,.69444,0,0,.52778],108:[0,.69444,0,0,.27778],109:[0,.43056,0,0,.83334],110:[0,.43056,0,0,.55556],111:[0,.43056,0,0,.5],112:[.19444,.43056,0,0,.55556],113:[.19444,.43056,0,0,.52778],114:[0,.43056,0,0,.39167],115:[0,.43056,0,0,.39445],116:[0,.61508,0,0,.38889],117:[0,.43056,0,0,.55556],118:[0,.43056,.01389,0,.52778],119:[0,.43056,.01389,0,.72222],120:[0,.43056,0,0,.52778],121:[.19444,.43056,.01389,0,.52778],122:[0,.43056,0,0,.44445],123:[.25,.75,0,0,.5],124:[.25,.75,0,0,.27778],125:[.25,.75,0,0,.5],126:[.35,.31786,0,0,.5],160:[0,0,0,0,.25],163:[0,.69444,0,0,.76909],167:[.19444,.69444,0,0,.44445],168:[0,.66786,0,0,.5],172:[0,.43056,0,0,.66667],176:[0,.69444,0,0,.75],177:[.08333,.58333,0,0,.77778],182:[.19444,.69444,0,0,.61111],184:[.17014,0,0,0,.44445],198:[0,.68333,0,0,.90278],215:[.08333,.58333,0,0,.77778],216:[.04861,.73194,0,0,.77778],223:[0,.69444,0,0,.5],230:[0,.43056,0,0,.72222],247:[.08333,.58333,0,0,.77778],248:[.09722,.52778,0,0,.5],305:[0,.43056,0,0,.27778],338:[0,.68333,0,0,1.01389],339:[0,.43056,0,0,.77778],567:[.19444,.43056,0,0,.30556],710:[0,.69444,0,0,.5],711:[0,.62847,0,0,.5],713:[0,.56778,0,0,.5],714:[0,.69444,0,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,0,0,.5],729:[0,.66786,0,0,.27778],730:[0,.69444,0,0,.75],732:[0,.66786,0,0,.5],733:[0,.69444,0,0,.5],915:[0,.68333,0,0,.625],916:[0,.68333,0,0,.83334],920:[0,.68333,0,0,.77778],923:[0,.68333,0,0,.69445],926:[0,.68333,0,0,.66667],928:[0,.68333,0,0,.75],931:[0,.68333,0,0,.72222],933:[0,.68333,0,0,.77778],934:[0,.68333,0,0,.72222],936:[0,.68333,0,0,.77778],937:[0,.68333,0,0,.72222],8211:[0,.43056,.02778,0,.5],8212:[0,.43056,.02778,0,1],8216:[0,.69444,0,0,.27778],8217:[0,.69444,0,0,.27778],8220:[0,.69444,0,0,.5],8221:[0,.69444,0,0,.5],8224:[.19444,.69444,0,0,.44445],8225:[.19444,.69444,0,0,.44445],8230:[0,.123,0,0,1.172],8242:[0,.55556,0,0,.275],8407:[0,.71444,.15382,0,.5],8463:[0,.68889,0,0,.54028],8465:[0,.69444,0,0,.72222],8467:[0,.69444,0,.11111,.41667],8472:[.19444,.43056,0,.11111,.63646],8476:[0,.69444,0,0,.72222],8501:[0,.69444,0,0,.61111],8592:[-.13313,.36687,0,0,1],8593:[.19444,.69444,0,0,.5],8594:[-.13313,.36687,0,0,1],8595:[.19444,.69444,0,0,.5],8596:[-.13313,.36687,0,0,1],8597:[.25,.75,0,0,.5],8598:[.19444,.69444,0,0,1],8599:[.19444,.69444,0,0,1],8600:[.19444,.69444,0,0,1],8601:[.19444,.69444,0,0,1],8614:[.011,.511,0,0,1],8617:[.011,.511,0,0,1.126],8618:[.011,.511,0,0,1.126],8636:[-.13313,.36687,0,0,1],8637:[-.13313,.36687,0,0,1],8640:[-.13313,.36687,0,0,1],8641:[-.13313,.36687,0,0,1],8652:[.011,.671,0,0,1],8656:[-.13313,.36687,0,0,1],8657:[.19444,.69444,0,0,.61111],8658:[-.13313,.36687,0,0,1],8659:[.19444,.69444,0,0,.61111],8660:[-.13313,.36687,0,0,1],8661:[.25,.75,0,0,.61111],8704:[0,.69444,0,0,.55556],8706:[0,.69444,.05556,.08334,.5309],8707:[0,.69444,0,0,.55556],8709:[.05556,.75,0,0,.5],8711:[0,.68333,0,0,.83334],8712:[.0391,.5391,0,0,.66667],8715:[.0391,.5391,0,0,.66667],8722:[.08333,.58333,0,0,.77778],8723:[.08333,.58333,0,0,.77778],8725:[.25,.75,0,0,.5],8726:[.25,.75,0,0,.5],8727:[-.03472,.46528,0,0,.5],8728:[-.05555,.44445,0,0,.5],8729:[-.05555,.44445,0,0,.5],8730:[.2,.8,0,0,.83334],8733:[0,.43056,0,0,.77778],8734:[0,.43056,0,0,1],8736:[0,.69224,0,0,.72222],8739:[.25,.75,0,0,.27778],8741:[.25,.75,0,0,.5],8743:[0,.55556,0,0,.66667],8744:[0,.55556,0,0,.66667],8745:[0,.55556,0,0,.66667],8746:[0,.55556,0,0,.66667],8747:[.19444,.69444,.11111,0,.41667],8764:[-.13313,.36687,0,0,.77778],8768:[.19444,.69444,0,0,.27778],8771:[-.03625,.46375,0,0,.77778],8773:[-.022,.589,0,0,.778],8776:[-.01688,.48312,0,0,.77778],8781:[-.03625,.46375,0,0,.77778],8784:[-.133,.673,0,0,.778],8801:[-.03625,.46375,0,0,.77778],8804:[.13597,.63597,0,0,.77778],8805:[.13597,.63597,0,0,.77778],8810:[.0391,.5391,0,0,1],8811:[.0391,.5391,0,0,1],8826:[.0391,.5391,0,0,.77778],8827:[.0391,.5391,0,0,.77778],8834:[.0391,.5391,0,0,.77778],8835:[.0391,.5391,0,0,.77778],8838:[.13597,.63597,0,0,.77778],8839:[.13597,.63597,0,0,.77778],8846:[0,.55556,0,0,.66667],8849:[.13597,.63597,0,0,.77778],8850:[.13597,.63597,0,0,.77778],8851:[0,.55556,0,0,.66667],8852:[0,.55556,0,0,.66667],8853:[.08333,.58333,0,0,.77778],8854:[.08333,.58333,0,0,.77778],8855:[.08333,.58333,0,0,.77778],8856:[.08333,.58333,0,0,.77778],8857:[.08333,.58333,0,0,.77778],8866:[0,.69444,0,0,.61111],8867:[0,.69444,0,0,.61111],8868:[0,.69444,0,0,.77778],8869:[0,.69444,0,0,.77778],8872:[.249,.75,0,0,.867],8900:[-.05555,.44445,0,0,.5],8901:[-.05555,.44445,0,0,.27778],8902:[-.03472,.46528,0,0,.5],8904:[.005,.505,0,0,.9],8942:[.03,.903,0,0,.278],8943:[-.19,.313,0,0,1.172],8945:[-.1,.823,0,0,1.282],8968:[.25,.75,0,0,.44445],8969:[.25,.75,0,0,.44445],8970:[.25,.75,0,0,.44445],8971:[.25,.75,0,0,.44445],8994:[-.14236,.35764,0,0,1],8995:[-.14236,.35764,0,0,1],9136:[.244,.744,0,0,.412],9137:[.244,.745,0,0,.412],9651:[.19444,.69444,0,0,.88889],9657:[-.03472,.46528,0,0,.5],9661:[.19444,.69444,0,0,.88889],9667:[-.03472,.46528,0,0,.5],9711:[.19444,.69444,0,0,1],9824:[.12963,.69444,0,0,.77778],9825:[.12963,.69444,0,0,.77778],9826:[.12963,.69444,0,0,.77778],9827:[.12963,.69444,0,0,.77778],9837:[0,.75,0,0,.38889],9838:[.19444,.69444,0,0,.38889],9839:[.19444,.69444,0,0,.38889],10216:[.25,.75,0,0,.38889],10217:[.25,.75,0,0,.38889],10222:[.244,.744,0,0,.412],10223:[.244,.745,0,0,.412],10229:[.011,.511,0,0,1.609],10230:[.011,.511,0,0,1.638],10231:[.011,.511,0,0,1.859],10232:[.024,.525,0,0,1.609],10233:[.024,.525,0,0,1.638],10234:[.024,.525,0,0,1.858],10236:[.011,.511,0,0,1.638],10815:[0,.68333,0,0,.75],10927:[.13597,.63597,0,0,.77778],10928:[.13597,.63597,0,0,.77778],57376:[.19444,.69444,0,0,0]},"Math-BoldItalic":{32:[0,0,0,0,.25],48:[0,.44444,0,0,.575],49:[0,.44444,0,0,.575],50:[0,.44444,0,0,.575],51:[.19444,.44444,0,0,.575],52:[.19444,.44444,0,0,.575],53:[.19444,.44444,0,0,.575],54:[0,.64444,0,0,.575],55:[.19444,.44444,0,0,.575],56:[0,.64444,0,0,.575],57:[.19444,.44444,0,0,.575],65:[0,.68611,0,0,.86944],66:[0,.68611,.04835,0,.8664],67:[0,.68611,.06979,0,.81694],68:[0,.68611,.03194,0,.93812],69:[0,.68611,.05451,0,.81007],70:[0,.68611,.15972,0,.68889],71:[0,.68611,0,0,.88673],72:[0,.68611,.08229,0,.98229],73:[0,.68611,.07778,0,.51111],74:[0,.68611,.10069,0,.63125],75:[0,.68611,.06979,0,.97118],76:[0,.68611,0,0,.75555],77:[0,.68611,.11424,0,1.14201],78:[0,.68611,.11424,0,.95034],79:[0,.68611,.03194,0,.83666],80:[0,.68611,.15972,0,.72309],81:[.19444,.68611,0,0,.86861],82:[0,.68611,.00421,0,.87235],83:[0,.68611,.05382,0,.69271],84:[0,.68611,.15972,0,.63663],85:[0,.68611,.11424,0,.80027],86:[0,.68611,.25555,0,.67778],87:[0,.68611,.15972,0,1.09305],88:[0,.68611,.07778,0,.94722],89:[0,.68611,.25555,0,.67458],90:[0,.68611,.06979,0,.77257],97:[0,.44444,0,0,.63287],98:[0,.69444,0,0,.52083],99:[0,.44444,0,0,.51342],100:[0,.69444,0,0,.60972],101:[0,.44444,0,0,.55361],102:[.19444,.69444,.11042,0,.56806],103:[.19444,.44444,.03704,0,.5449],104:[0,.69444,0,0,.66759],105:[0,.69326,0,0,.4048],106:[.19444,.69326,.0622,0,.47083],107:[0,.69444,.01852,0,.6037],108:[0,.69444,.0088,0,.34815],109:[0,.44444,0,0,1.0324],110:[0,.44444,0,0,.71296],111:[0,.44444,0,0,.58472],112:[.19444,.44444,0,0,.60092],113:[.19444,.44444,.03704,0,.54213],114:[0,.44444,.03194,0,.5287],115:[0,.44444,0,0,.53125],116:[0,.63492,0,0,.41528],117:[0,.44444,0,0,.68102],118:[0,.44444,.03704,0,.56666],119:[0,.44444,.02778,0,.83148],120:[0,.44444,0,0,.65903],121:[.19444,.44444,.03704,0,.59028],122:[0,.44444,.04213,0,.55509],160:[0,0,0,0,.25],915:[0,.68611,.15972,0,.65694],916:[0,.68611,0,0,.95833],920:[0,.68611,.03194,0,.86722],923:[0,.68611,0,0,.80555],926:[0,.68611,.07458,0,.84125],928:[0,.68611,.08229,0,.98229],931:[0,.68611,.05451,0,.88507],933:[0,.68611,.15972,0,.67083],934:[0,.68611,0,0,.76666],936:[0,.68611,.11653,0,.71402],937:[0,.68611,.04835,0,.8789],945:[0,.44444,0,0,.76064],946:[.19444,.69444,.03403,0,.65972],947:[.19444,.44444,.06389,0,.59003],948:[0,.69444,.03819,0,.52222],949:[0,.44444,0,0,.52882],950:[.19444,.69444,.06215,0,.50833],951:[.19444,.44444,.03704,0,.6],952:[0,.69444,.03194,0,.5618],953:[0,.44444,0,0,.41204],954:[0,.44444,0,0,.66759],955:[0,.69444,0,0,.67083],956:[.19444,.44444,0,0,.70787],957:[0,.44444,.06898,0,.57685],958:[.19444,.69444,.03021,0,.50833],959:[0,.44444,0,0,.58472],960:[0,.44444,.03704,0,.68241],961:[.19444,.44444,0,0,.6118],962:[.09722,.44444,.07917,0,.42361],963:[0,.44444,.03704,0,.68588],964:[0,.44444,.13472,0,.52083],965:[0,.44444,.03704,0,.63055],966:[.19444,.44444,0,0,.74722],967:[.19444,.44444,0,0,.71805],968:[.19444,.69444,.03704,0,.75833],969:[0,.44444,.03704,0,.71782],977:[0,.69444,0,0,.69155],981:[.19444,.69444,0,0,.7125],982:[0,.44444,.03194,0,.975],1009:[.19444,.44444,0,0,.6118],1013:[0,.44444,0,0,.48333],57649:[0,.44444,0,0,.39352],57911:[.19444,.44444,0,0,.43889]},"Math-Italic":{32:[0,0,0,0,.25],48:[0,.43056,0,0,.5],49:[0,.43056,0,0,.5],50:[0,.43056,0,0,.5],51:[.19444,.43056,0,0,.5],52:[.19444,.43056,0,0,.5],53:[.19444,.43056,0,0,.5],54:[0,.64444,0,0,.5],55:[.19444,.43056,0,0,.5],56:[0,.64444,0,0,.5],57:[.19444,.43056,0,0,.5],65:[0,.68333,0,.13889,.75],66:[0,.68333,.05017,.08334,.75851],67:[0,.68333,.07153,.08334,.71472],68:[0,.68333,.02778,.05556,.82792],69:[0,.68333,.05764,.08334,.7382],70:[0,.68333,.13889,.08334,.64306],71:[0,.68333,0,.08334,.78625],72:[0,.68333,.08125,.05556,.83125],73:[0,.68333,.07847,.11111,.43958],74:[0,.68333,.09618,.16667,.55451],75:[0,.68333,.07153,.05556,.84931],76:[0,.68333,0,.02778,.68056],77:[0,.68333,.10903,.08334,.97014],78:[0,.68333,.10903,.08334,.80347],79:[0,.68333,.02778,.08334,.76278],80:[0,.68333,.13889,.08334,.64201],81:[.19444,.68333,0,.08334,.79056],82:[0,.68333,.00773,.08334,.75929],83:[0,.68333,.05764,.08334,.6132],84:[0,.68333,.13889,.08334,.58438],85:[0,.68333,.10903,.02778,.68278],86:[0,.68333,.22222,0,.58333],87:[0,.68333,.13889,0,.94445],88:[0,.68333,.07847,.08334,.82847],89:[0,.68333,.22222,0,.58056],90:[0,.68333,.07153,.08334,.68264],97:[0,.43056,0,0,.52859],98:[0,.69444,0,0,.42917],99:[0,.43056,0,.05556,.43276],100:[0,.69444,0,.16667,.52049],101:[0,.43056,0,.05556,.46563],102:[.19444,.69444,.10764,.16667,.48959],103:[.19444,.43056,.03588,.02778,.47697],104:[0,.69444,0,0,.57616],105:[0,.65952,0,0,.34451],106:[.19444,.65952,.05724,0,.41181],107:[0,.69444,.03148,0,.5206],108:[0,.69444,.01968,.08334,.29838],109:[0,.43056,0,0,.87801],110:[0,.43056,0,0,.60023],111:[0,.43056,0,.05556,.48472],112:[.19444,.43056,0,.08334,.50313],113:[.19444,.43056,.03588,.08334,.44641],114:[0,.43056,.02778,.05556,.45116],115:[0,.43056,0,.05556,.46875],116:[0,.61508,0,.08334,.36111],117:[0,.43056,0,.02778,.57246],118:[0,.43056,.03588,.02778,.48472],119:[0,.43056,.02691,.08334,.71592],120:[0,.43056,0,.02778,.57153],121:[.19444,.43056,.03588,.05556,.49028],122:[0,.43056,.04398,.05556,.46505],160:[0,0,0,0,.25],915:[0,.68333,.13889,.08334,.61528],916:[0,.68333,0,.16667,.83334],920:[0,.68333,.02778,.08334,.76278],923:[0,.68333,0,.16667,.69445],926:[0,.68333,.07569,.08334,.74236],928:[0,.68333,.08125,.05556,.83125],931:[0,.68333,.05764,.08334,.77986],933:[0,.68333,.13889,.05556,.58333],934:[0,.68333,0,.08334,.66667],936:[0,.68333,.11,.05556,.61222],937:[0,.68333,.05017,.08334,.7724],945:[0,.43056,.0037,.02778,.6397],946:[.19444,.69444,.05278,.08334,.56563],947:[.19444,.43056,.05556,0,.51773],948:[0,.69444,.03785,.05556,.44444],949:[0,.43056,0,.08334,.46632],950:[.19444,.69444,.07378,.08334,.4375],951:[.19444,.43056,.03588,.05556,.49653],952:[0,.69444,.02778,.08334,.46944],953:[0,.43056,0,.05556,.35394],954:[0,.43056,0,0,.57616],955:[0,.69444,0,0,.58334],956:[.19444,.43056,0,.02778,.60255],957:[0,.43056,.06366,.02778,.49398],958:[.19444,.69444,.04601,.11111,.4375],959:[0,.43056,0,.05556,.48472],960:[0,.43056,.03588,0,.57003],961:[.19444,.43056,0,.08334,.51702],962:[.09722,.43056,.07986,.08334,.36285],963:[0,.43056,.03588,0,.57141],964:[0,.43056,.1132,.02778,.43715],965:[0,.43056,.03588,.02778,.54028],966:[.19444,.43056,0,.08334,.65417],967:[.19444,.43056,0,.05556,.62569],968:[.19444,.69444,.03588,.11111,.65139],969:[0,.43056,.03588,0,.62245],977:[0,.69444,0,.08334,.59144],981:[.19444,.69444,0,.08334,.59583],982:[0,.43056,.02778,0,.82813],1009:[.19444,.43056,0,.08334,.51702],1013:[0,.43056,0,.05556,.4059],57649:[0,.43056,0,.02778,.32246],57911:[.19444,.43056,0,.08334,.38403]},"SansSerif-Bold":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.36667],34:[0,.69444,0,0,.55834],35:[.19444,.69444,0,0,.91667],36:[.05556,.75,0,0,.55],37:[.05556,.75,0,0,1.02912],38:[0,.69444,0,0,.83056],39:[0,.69444,0,0,.30556],40:[.25,.75,0,0,.42778],41:[.25,.75,0,0,.42778],42:[0,.75,0,0,.55],43:[.11667,.61667,0,0,.85556],44:[.10556,.13056,0,0,.30556],45:[0,.45833,0,0,.36667],46:[0,.13056,0,0,.30556],47:[.25,.75,0,0,.55],48:[0,.69444,0,0,.55],49:[0,.69444,0,0,.55],50:[0,.69444,0,0,.55],51:[0,.69444,0,0,.55],52:[0,.69444,0,0,.55],53:[0,.69444,0,0,.55],54:[0,.69444,0,0,.55],55:[0,.69444,0,0,.55],56:[0,.69444,0,0,.55],57:[0,.69444,0,0,.55],58:[0,.45833,0,0,.30556],59:[.10556,.45833,0,0,.30556],61:[-.09375,.40625,0,0,.85556],63:[0,.69444,0,0,.51945],64:[0,.69444,0,0,.73334],65:[0,.69444,0,0,.73334],66:[0,.69444,0,0,.73334],67:[0,.69444,0,0,.70278],68:[0,.69444,0,0,.79445],69:[0,.69444,0,0,.64167],70:[0,.69444,0,0,.61111],71:[0,.69444,0,0,.73334],72:[0,.69444,0,0,.79445],73:[0,.69444,0,0,.33056],74:[0,.69444,0,0,.51945],75:[0,.69444,0,0,.76389],76:[0,.69444,0,0,.58056],77:[0,.69444,0,0,.97778],78:[0,.69444,0,0,.79445],79:[0,.69444,0,0,.79445],80:[0,.69444,0,0,.70278],81:[.10556,.69444,0,0,.79445],82:[0,.69444,0,0,.70278],83:[0,.69444,0,0,.61111],84:[0,.69444,0,0,.73334],85:[0,.69444,0,0,.76389],86:[0,.69444,.01528,0,.73334],87:[0,.69444,.01528,0,1.03889],88:[0,.69444,0,0,.73334],89:[0,.69444,.0275,0,.73334],90:[0,.69444,0,0,.67223],91:[.25,.75,0,0,.34306],93:[.25,.75,0,0,.34306],94:[0,.69444,0,0,.55],95:[.35,.10833,.03056,0,.55],97:[0,.45833,0,0,.525],98:[0,.69444,0,0,.56111],99:[0,.45833,0,0,.48889],100:[0,.69444,0,0,.56111],101:[0,.45833,0,0,.51111],102:[0,.69444,.07639,0,.33611],103:[.19444,.45833,.01528,0,.55],104:[0,.69444,0,0,.56111],105:[0,.69444,0,0,.25556],106:[.19444,.69444,0,0,.28611],107:[0,.69444,0,0,.53056],108:[0,.69444,0,0,.25556],109:[0,.45833,0,0,.86667],110:[0,.45833,0,0,.56111],111:[0,.45833,0,0,.55],112:[.19444,.45833,0,0,.56111],113:[.19444,.45833,0,0,.56111],114:[0,.45833,.01528,0,.37222],115:[0,.45833,0,0,.42167],116:[0,.58929,0,0,.40417],117:[0,.45833,0,0,.56111],118:[0,.45833,.01528,0,.5],119:[0,.45833,.01528,0,.74445],120:[0,.45833,0,0,.5],121:[.19444,.45833,.01528,0,.5],122:[0,.45833,0,0,.47639],126:[.35,.34444,0,0,.55],160:[0,0,0,0,.25],168:[0,.69444,0,0,.55],176:[0,.69444,0,0,.73334],180:[0,.69444,0,0,.55],184:[.17014,0,0,0,.48889],305:[0,.45833,0,0,.25556],567:[.19444,.45833,0,0,.28611],710:[0,.69444,0,0,.55],711:[0,.63542,0,0,.55],713:[0,.63778,0,0,.55],728:[0,.69444,0,0,.55],729:[0,.69444,0,0,.30556],730:[0,.69444,0,0,.73334],732:[0,.69444,0,0,.55],733:[0,.69444,0,0,.55],915:[0,.69444,0,0,.58056],916:[0,.69444,0,0,.91667],920:[0,.69444,0,0,.85556],923:[0,.69444,0,0,.67223],926:[0,.69444,0,0,.73334],928:[0,.69444,0,0,.79445],931:[0,.69444,0,0,.79445],933:[0,.69444,0,0,.85556],934:[0,.69444,0,0,.79445],936:[0,.69444,0,0,.85556],937:[0,.69444,0,0,.79445],8211:[0,.45833,.03056,0,.55],8212:[0,.45833,.03056,0,1.10001],8216:[0,.69444,0,0,.30556],8217:[0,.69444,0,0,.30556],8220:[0,.69444,0,0,.55834],8221:[0,.69444,0,0,.55834]},"SansSerif-Italic":{32:[0,0,0,0,.25],33:[0,.69444,.05733,0,.31945],34:[0,.69444,.00316,0,.5],35:[.19444,.69444,.05087,0,.83334],36:[.05556,.75,.11156,0,.5],37:[.05556,.75,.03126,0,.83334],38:[0,.69444,.03058,0,.75834],39:[0,.69444,.07816,0,.27778],40:[.25,.75,.13164,0,.38889],41:[.25,.75,.02536,0,.38889],42:[0,.75,.11775,0,.5],43:[.08333,.58333,.02536,0,.77778],44:[.125,.08333,0,0,.27778],45:[0,.44444,.01946,0,.33333],46:[0,.08333,0,0,.27778],47:[.25,.75,.13164,0,.5],48:[0,.65556,.11156,0,.5],49:[0,.65556,.11156,0,.5],50:[0,.65556,.11156,0,.5],51:[0,.65556,.11156,0,.5],52:[0,.65556,.11156,0,.5],53:[0,.65556,.11156,0,.5],54:[0,.65556,.11156,0,.5],55:[0,.65556,.11156,0,.5],56:[0,.65556,.11156,0,.5],57:[0,.65556,.11156,0,.5],58:[0,.44444,.02502,0,.27778],59:[.125,.44444,.02502,0,.27778],61:[-.13,.37,.05087,0,.77778],63:[0,.69444,.11809,0,.47222],64:[0,.69444,.07555,0,.66667],65:[0,.69444,0,0,.66667],66:[0,.69444,.08293,0,.66667],67:[0,.69444,.11983,0,.63889],68:[0,.69444,.07555,0,.72223],69:[0,.69444,.11983,0,.59722],70:[0,.69444,.13372,0,.56945],71:[0,.69444,.11983,0,.66667],72:[0,.69444,.08094,0,.70834],73:[0,.69444,.13372,0,.27778],74:[0,.69444,.08094,0,.47222],75:[0,.69444,.11983,0,.69445],76:[0,.69444,0,0,.54167],77:[0,.69444,.08094,0,.875],78:[0,.69444,.08094,0,.70834],79:[0,.69444,.07555,0,.73611],80:[0,.69444,.08293,0,.63889],81:[.125,.69444,.07555,0,.73611],82:[0,.69444,.08293,0,.64584],83:[0,.69444,.09205,0,.55556],84:[0,.69444,.13372,0,.68056],85:[0,.69444,.08094,0,.6875],86:[0,.69444,.1615,0,.66667],87:[0,.69444,.1615,0,.94445],88:[0,.69444,.13372,0,.66667],89:[0,.69444,.17261,0,.66667],90:[0,.69444,.11983,0,.61111],91:[.25,.75,.15942,0,.28889],93:[.25,.75,.08719,0,.28889],94:[0,.69444,.0799,0,.5],95:[.35,.09444,.08616,0,.5],97:[0,.44444,.00981,0,.48056],98:[0,.69444,.03057,0,.51667],99:[0,.44444,.08336,0,.44445],100:[0,.69444,.09483,0,.51667],101:[0,.44444,.06778,0,.44445],102:[0,.69444,.21705,0,.30556],103:[.19444,.44444,.10836,0,.5],104:[0,.69444,.01778,0,.51667],105:[0,.67937,.09718,0,.23889],106:[.19444,.67937,.09162,0,.26667],107:[0,.69444,.08336,0,.48889],108:[0,.69444,.09483,0,.23889],109:[0,.44444,.01778,0,.79445],110:[0,.44444,.01778,0,.51667],111:[0,.44444,.06613,0,.5],112:[.19444,.44444,.0389,0,.51667],113:[.19444,.44444,.04169,0,.51667],114:[0,.44444,.10836,0,.34167],115:[0,.44444,.0778,0,.38333],116:[0,.57143,.07225,0,.36111],117:[0,.44444,.04169,0,.51667],118:[0,.44444,.10836,0,.46111],119:[0,.44444,.10836,0,.68334],120:[0,.44444,.09169,0,.46111],121:[.19444,.44444,.10836,0,.46111],122:[0,.44444,.08752,0,.43472],126:[.35,.32659,.08826,0,.5],160:[0,0,0,0,.25],168:[0,.67937,.06385,0,.5],176:[0,.69444,0,0,.73752],184:[.17014,0,0,0,.44445],305:[0,.44444,.04169,0,.23889],567:[.19444,.44444,.04169,0,.26667],710:[0,.69444,.0799,0,.5],711:[0,.63194,.08432,0,.5],713:[0,.60889,.08776,0,.5],714:[0,.69444,.09205,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,.09483,0,.5],729:[0,.67937,.07774,0,.27778],730:[0,.69444,0,0,.73752],732:[0,.67659,.08826,0,.5],733:[0,.69444,.09205,0,.5],915:[0,.69444,.13372,0,.54167],916:[0,.69444,0,0,.83334],920:[0,.69444,.07555,0,.77778],923:[0,.69444,0,0,.61111],926:[0,.69444,.12816,0,.66667],928:[0,.69444,.08094,0,.70834],931:[0,.69444,.11983,0,.72222],933:[0,.69444,.09031,0,.77778],934:[0,.69444,.04603,0,.72222],936:[0,.69444,.09031,0,.77778],937:[0,.69444,.08293,0,.72222],8211:[0,.44444,.08616,0,.5],8212:[0,.44444,.08616,0,1],8216:[0,.69444,.07816,0,.27778],8217:[0,.69444,.07816,0,.27778],8220:[0,.69444,.14205,0,.5],8221:[0,.69444,.00316,0,.5]},"SansSerif-Regular":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.31945],34:[0,.69444,0,0,.5],35:[.19444,.69444,0,0,.83334],36:[.05556,.75,0,0,.5],37:[.05556,.75,0,0,.83334],38:[0,.69444,0,0,.75834],39:[0,.69444,0,0,.27778],40:[.25,.75,0,0,.38889],41:[.25,.75,0,0,.38889],42:[0,.75,0,0,.5],43:[.08333,.58333,0,0,.77778],44:[.125,.08333,0,0,.27778],45:[0,.44444,0,0,.33333],46:[0,.08333,0,0,.27778],47:[.25,.75,0,0,.5],48:[0,.65556,0,0,.5],49:[0,.65556,0,0,.5],50:[0,.65556,0,0,.5],51:[0,.65556,0,0,.5],52:[0,.65556,0,0,.5],53:[0,.65556,0,0,.5],54:[0,.65556,0,0,.5],55:[0,.65556,0,0,.5],56:[0,.65556,0,0,.5],57:[0,.65556,0,0,.5],58:[0,.44444,0,0,.27778],59:[.125,.44444,0,0,.27778],61:[-.13,.37,0,0,.77778],63:[0,.69444,0,0,.47222],64:[0,.69444,0,0,.66667],65:[0,.69444,0,0,.66667],66:[0,.69444,0,0,.66667],67:[0,.69444,0,0,.63889],68:[0,.69444,0,0,.72223],69:[0,.69444,0,0,.59722],70:[0,.69444,0,0,.56945],71:[0,.69444,0,0,.66667],72:[0,.69444,0,0,.70834],73:[0,.69444,0,0,.27778],74:[0,.69444,0,0,.47222],75:[0,.69444,0,0,.69445],76:[0,.69444,0,0,.54167],77:[0,.69444,0,0,.875],78:[0,.69444,0,0,.70834],79:[0,.69444,0,0,.73611],80:[0,.69444,0,0,.63889],81:[.125,.69444,0,0,.73611],82:[0,.69444,0,0,.64584],83:[0,.69444,0,0,.55556],84:[0,.69444,0,0,.68056],85:[0,.69444,0,0,.6875],86:[0,.69444,.01389,0,.66667],87:[0,.69444,.01389,0,.94445],88:[0,.69444,0,0,.66667],89:[0,.69444,.025,0,.66667],90:[0,.69444,0,0,.61111],91:[.25,.75,0,0,.28889],93:[.25,.75,0,0,.28889],94:[0,.69444,0,0,.5],95:[.35,.09444,.02778,0,.5],97:[0,.44444,0,0,.48056],98:[0,.69444,0,0,.51667],99:[0,.44444,0,0,.44445],100:[0,.69444,0,0,.51667],101:[0,.44444,0,0,.44445],102:[0,.69444,.06944,0,.30556],103:[.19444,.44444,.01389,0,.5],104:[0,.69444,0,0,.51667],105:[0,.67937,0,0,.23889],106:[.19444,.67937,0,0,.26667],107:[0,.69444,0,0,.48889],108:[0,.69444,0,0,.23889],109:[0,.44444,0,0,.79445],110:[0,.44444,0,0,.51667],111:[0,.44444,0,0,.5],112:[.19444,.44444,0,0,.51667],113:[.19444,.44444,0,0,.51667],114:[0,.44444,.01389,0,.34167],115:[0,.44444,0,0,.38333],116:[0,.57143,0,0,.36111],117:[0,.44444,0,0,.51667],118:[0,.44444,.01389,0,.46111],119:[0,.44444,.01389,0,.68334],120:[0,.44444,0,0,.46111],121:[.19444,.44444,.01389,0,.46111],122:[0,.44444,0,0,.43472],126:[.35,.32659,0,0,.5],160:[0,0,0,0,.25],168:[0,.67937,0,0,.5],176:[0,.69444,0,0,.66667],184:[.17014,0,0,0,.44445],305:[0,.44444,0,0,.23889],567:[.19444,.44444,0,0,.26667],710:[0,.69444,0,0,.5],711:[0,.63194,0,0,.5],713:[0,.60889,0,0,.5],714:[0,.69444,0,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,0,0,.5],729:[0,.67937,0,0,.27778],730:[0,.69444,0,0,.66667],732:[0,.67659,0,0,.5],733:[0,.69444,0,0,.5],915:[0,.69444,0,0,.54167],916:[0,.69444,0,0,.83334],920:[0,.69444,0,0,.77778],923:[0,.69444,0,0,.61111],926:[0,.69444,0,0,.66667],928:[0,.69444,0,0,.70834],931:[0,.69444,0,0,.72222],933:[0,.69444,0,0,.77778],934:[0,.69444,0,0,.72222],936:[0,.69444,0,0,.77778],937:[0,.69444,0,0,.72222],8211:[0,.44444,.02778,0,.5],8212:[0,.44444,.02778,0,1],8216:[0,.69444,0,0,.27778],8217:[0,.69444,0,0,.27778],8220:[0,.69444,0,0,.5],8221:[0,.69444,0,0,.5]},"Script-Regular":{32:[0,0,0,0,.25],65:[0,.7,.22925,0,.80253],66:[0,.7,.04087,0,.90757],67:[0,.7,.1689,0,.66619],68:[0,.7,.09371,0,.77443],69:[0,.7,.18583,0,.56162],70:[0,.7,.13634,0,.89544],71:[0,.7,.17322,0,.60961],72:[0,.7,.29694,0,.96919],73:[0,.7,.19189,0,.80907],74:[.27778,.7,.19189,0,1.05159],75:[0,.7,.31259,0,.91364],76:[0,.7,.19189,0,.87373],77:[0,.7,.15981,0,1.08031],78:[0,.7,.3525,0,.9015],79:[0,.7,.08078,0,.73787],80:[0,.7,.08078,0,1.01262],81:[0,.7,.03305,0,.88282],82:[0,.7,.06259,0,.85],83:[0,.7,.19189,0,.86767],84:[0,.7,.29087,0,.74697],85:[0,.7,.25815,0,.79996],86:[0,.7,.27523,0,.62204],87:[0,.7,.27523,0,.80532],88:[0,.7,.26006,0,.94445],89:[0,.7,.2939,0,.70961],90:[0,.7,.24037,0,.8212],160:[0,0,0,0,.25]},"Size1-Regular":{32:[0,0,0,0,.25],40:[.35001,.85,0,0,.45834],41:[.35001,.85,0,0,.45834],47:[.35001,.85,0,0,.57778],91:[.35001,.85,0,0,.41667],92:[.35001,.85,0,0,.57778],93:[.35001,.85,0,0,.41667],123:[.35001,.85,0,0,.58334],125:[.35001,.85,0,0,.58334],160:[0,0,0,0,.25],710:[0,.72222,0,0,.55556],732:[0,.72222,0,0,.55556],770:[0,.72222,0,0,.55556],771:[0,.72222,0,0,.55556],8214:[-99e-5,.601,0,0,.77778],8593:[1e-5,.6,0,0,.66667],8595:[1e-5,.6,0,0,.66667],8657:[1e-5,.6,0,0,.77778],8659:[1e-5,.6,0,0,.77778],8719:[.25001,.75,0,0,.94445],8720:[.25001,.75,0,0,.94445],8721:[.25001,.75,0,0,1.05556],8730:[.35001,.85,0,0,1],8739:[-.00599,.606,0,0,.33333],8741:[-.00599,.606,0,0,.55556],8747:[.30612,.805,.19445,0,.47222],8748:[.306,.805,.19445,0,.47222],8749:[.306,.805,.19445,0,.47222],8750:[.30612,.805,.19445,0,.47222],8896:[.25001,.75,0,0,.83334],8897:[.25001,.75,0,0,.83334],8898:[.25001,.75,0,0,.83334],8899:[.25001,.75,0,0,.83334],8968:[.35001,.85,0,0,.47222],8969:[.35001,.85,0,0,.47222],8970:[.35001,.85,0,0,.47222],8971:[.35001,.85,0,0,.47222],9168:[-99e-5,.601,0,0,.66667],10216:[.35001,.85,0,0,.47222],10217:[.35001,.85,0,0,.47222],10752:[.25001,.75,0,0,1.11111],10753:[.25001,.75,0,0,1.11111],10754:[.25001,.75,0,0,1.11111],10756:[.25001,.75,0,0,.83334],10758:[.25001,.75,0,0,.83334]},"Size2-Regular":{32:[0,0,0,0,.25],40:[.65002,1.15,0,0,.59722],41:[.65002,1.15,0,0,.59722],47:[.65002,1.15,0,0,.81111],91:[.65002,1.15,0,0,.47222],92:[.65002,1.15,0,0,.81111],93:[.65002,1.15,0,0,.47222],123:[.65002,1.15,0,0,.66667],125:[.65002,1.15,0,0,.66667],160:[0,0,0,0,.25],710:[0,.75,0,0,1],732:[0,.75,0,0,1],770:[0,.75,0,0,1],771:[0,.75,0,0,1],8719:[.55001,1.05,0,0,1.27778],8720:[.55001,1.05,0,0,1.27778],8721:[.55001,1.05,0,0,1.44445],8730:[.65002,1.15,0,0,1],8747:[.86225,1.36,.44445,0,.55556],8748:[.862,1.36,.44445,0,.55556],8749:[.862,1.36,.44445,0,.55556],8750:[.86225,1.36,.44445,0,.55556],8896:[.55001,1.05,0,0,1.11111],8897:[.55001,1.05,0,0,1.11111],8898:[.55001,1.05,0,0,1.11111],8899:[.55001,1.05,0,0,1.11111],8968:[.65002,1.15,0,0,.52778],8969:[.65002,1.15,0,0,.52778],8970:[.65002,1.15,0,0,.52778],8971:[.65002,1.15,0,0,.52778],10216:[.65002,1.15,0,0,.61111],10217:[.65002,1.15,0,0,.61111],10752:[.55001,1.05,0,0,1.51112],10753:[.55001,1.05,0,0,1.51112],10754:[.55001,1.05,0,0,1.51112],10756:[.55001,1.05,0,0,1.11111],10758:[.55001,1.05,0,0,1.11111]},"Size3-Regular":{32:[0,0,0,0,.25],40:[.95003,1.45,0,0,.73611],41:[.95003,1.45,0,0,.73611],47:[.95003,1.45,0,0,1.04445],91:[.95003,1.45,0,0,.52778],92:[.95003,1.45,0,0,1.04445],93:[.95003,1.45,0,0,.52778],123:[.95003,1.45,0,0,.75],125:[.95003,1.45,0,0,.75],160:[0,0,0,0,.25],710:[0,.75,0,0,1.44445],732:[0,.75,0,0,1.44445],770:[0,.75,0,0,1.44445],771:[0,.75,0,0,1.44445],8730:[.95003,1.45,0,0,1],8968:[.95003,1.45,0,0,.58334],8969:[.95003,1.45,0,0,.58334],8970:[.95003,1.45,0,0,.58334],8971:[.95003,1.45,0,0,.58334],10216:[.95003,1.45,0,0,.75],10217:[.95003,1.45,0,0,.75]},"Size4-Regular":{32:[0,0,0,0,.25],40:[1.25003,1.75,0,0,.79167],41:[1.25003,1.75,0,0,.79167],47:[1.25003,1.75,0,0,1.27778],91:[1.25003,1.75,0,0,.58334],92:[1.25003,1.75,0,0,1.27778],93:[1.25003,1.75,0,0,.58334],123:[1.25003,1.75,0,0,.80556],125:[1.25003,1.75,0,0,.80556],160:[0,0,0,0,.25],710:[0,.825,0,0,1.8889],732:[0,.825,0,0,1.8889],770:[0,.825,0,0,1.8889],771:[0,.825,0,0,1.8889],8730:[1.25003,1.75,0,0,1],8968:[1.25003,1.75,0,0,.63889],8969:[1.25003,1.75,0,0,.63889],8970:[1.25003,1.75,0,0,.63889],8971:[1.25003,1.75,0,0,.63889],9115:[.64502,1.155,0,0,.875],9116:[1e-5,.6,0,0,.875],9117:[.64502,1.155,0,0,.875],9118:[.64502,1.155,0,0,.875],9119:[1e-5,.6,0,0,.875],9120:[.64502,1.155,0,0,.875],9121:[.64502,1.155,0,0,.66667],9122:[-99e-5,.601,0,0,.66667],9123:[.64502,1.155,0,0,.66667],9124:[.64502,1.155,0,0,.66667],9125:[-99e-5,.601,0,0,.66667],9126:[.64502,1.155,0,0,.66667],9127:[1e-5,.9,0,0,.88889],9128:[.65002,1.15,0,0,.88889],9129:[.90001,0,0,0,.88889],9130:[0,.3,0,0,.88889],9131:[1e-5,.9,0,0,.88889],9132:[.65002,1.15,0,0,.88889],9133:[.90001,0,0,0,.88889],9143:[.88502,.915,0,0,1.05556],10216:[1.25003,1.75,0,0,.80556],10217:[1.25003,1.75,0,0,.80556],57344:[-.00499,.605,0,0,1.05556],57345:[-.00499,.605,0,0,1.05556],57680:[0,.12,0,0,.45],57681:[0,.12,0,0,.45],57682:[0,.12,0,0,.45],57683:[0,.12,0,0,.45]},"Typewriter-Regular":{32:[0,0,0,0,.525],33:[0,.61111,0,0,.525],34:[0,.61111,0,0,.525],35:[0,.61111,0,0,.525],36:[.08333,.69444,0,0,.525],37:[.08333,.69444,0,0,.525],38:[0,.61111,0,0,.525],39:[0,.61111,0,0,.525],40:[.08333,.69444,0,0,.525],41:[.08333,.69444,0,0,.525],42:[0,.52083,0,0,.525],43:[-.08056,.53055,0,0,.525],44:[.13889,.125,0,0,.525],45:[-.08056,.53055,0,0,.525],46:[0,.125,0,0,.525],47:[.08333,.69444,0,0,.525],48:[0,.61111,0,0,.525],49:[0,.61111,0,0,.525],50:[0,.61111,0,0,.525],51:[0,.61111,0,0,.525],52:[0,.61111,0,0,.525],53:[0,.61111,0,0,.525],54:[0,.61111,0,0,.525],55:[0,.61111,0,0,.525],56:[0,.61111,0,0,.525],57:[0,.61111,0,0,.525],58:[0,.43056,0,0,.525],59:[.13889,.43056,0,0,.525],60:[-.05556,.55556,0,0,.525],61:[-.19549,.41562,0,0,.525],62:[-.05556,.55556,0,0,.525],63:[0,.61111,0,0,.525],64:[0,.61111,0,0,.525],65:[0,.61111,0,0,.525],66:[0,.61111,0,0,.525],67:[0,.61111,0,0,.525],68:[0,.61111,0,0,.525],69:[0,.61111,0,0,.525],70:[0,.61111,0,0,.525],71:[0,.61111,0,0,.525],72:[0,.61111,0,0,.525],73:[0,.61111,0,0,.525],74:[0,.61111,0,0,.525],75:[0,.61111,0,0,.525],76:[0,.61111,0,0,.525],77:[0,.61111,0,0,.525],78:[0,.61111,0,0,.525],79:[0,.61111,0,0,.525],80:[0,.61111,0,0,.525],81:[.13889,.61111,0,0,.525],82:[0,.61111,0,0,.525],83:[0,.61111,0,0,.525],84:[0,.61111,0,0,.525],85:[0,.61111,0,0,.525],86:[0,.61111,0,0,.525],87:[0,.61111,0,0,.525],88:[0,.61111,0,0,.525],89:[0,.61111,0,0,.525],90:[0,.61111,0,0,.525],91:[.08333,.69444,0,0,.525],92:[.08333,.69444,0,0,.525],93:[.08333,.69444,0,0,.525],94:[0,.61111,0,0,.525],95:[.09514,0,0,0,.525],96:[0,.61111,0,0,.525],97:[0,.43056,0,0,.525],98:[0,.61111,0,0,.525],99:[0,.43056,0,0,.525],100:[0,.61111,0,0,.525],101:[0,.43056,0,0,.525],102:[0,.61111,0,0,.525],103:[.22222,.43056,0,0,.525],104:[0,.61111,0,0,.525],105:[0,.61111,0,0,.525],106:[.22222,.61111,0,0,.525],107:[0,.61111,0,0,.525],108:[0,.61111,0,0,.525],109:[0,.43056,0,0,.525],110:[0,.43056,0,0,.525],111:[0,.43056,0,0,.525],112:[.22222,.43056,0,0,.525],113:[.22222,.43056,0,0,.525],114:[0,.43056,0,0,.525],115:[0,.43056,0,0,.525],116:[0,.55358,0,0,.525],117:[0,.43056,0,0,.525],118:[0,.43056,0,0,.525],119:[0,.43056,0,0,.525],120:[0,.43056,0,0,.525],121:[.22222,.43056,0,0,.525],122:[0,.43056,0,0,.525],123:[.08333,.69444,0,0,.525],124:[.08333,.69444,0,0,.525],125:[.08333,.69444,0,0,.525],126:[0,.61111,0,0,.525],127:[0,.61111,0,0,.525],160:[0,0,0,0,.525],176:[0,.61111,0,0,.525],184:[.19445,0,0,0,.525],305:[0,.43056,0,0,.525],567:[.22222,.43056,0,0,.525],711:[0,.56597,0,0,.525],713:[0,.56555,0,0,.525],714:[0,.61111,0,0,.525],715:[0,.61111,0,0,.525],728:[0,.61111,0,0,.525],730:[0,.61111,0,0,.525],770:[0,.61111,0,0,.525],771:[0,.61111,0,0,.525],776:[0,.61111,0,0,.525],915:[0,.61111,0,0,.525],916:[0,.61111,0,0,.525],920:[0,.61111,0,0,.525],923:[0,.61111,0,0,.525],926:[0,.61111,0,0,.525],928:[0,.61111,0,0,.525],931:[0,.61111,0,0,.525],933:[0,.61111,0,0,.525],934:[0,.61111,0,0,.525],936:[0,.61111,0,0,.525],937:[0,.61111,0,0,.525],8216:[0,.61111,0,0,.525],8217:[0,.61111,0,0,.525],8242:[0,.61111,0,0,.525],9251:[.11111,.21944,0,0,.525]}};let Ie={slant:[.25,.25,.25],space:[0,0,0],stretch:[0,0,0],shrink:[0,0,0],xHeight:[.431,.431,.431],quad:[1,1.171,1.472],extraSpace:[0,0,0],num1:[.677,.732,.925],num2:[.394,.384,.387],num3:[.444,.471,.504],denom1:[.686,.752,1.025],denom2:[.345,.344,.532],sup1:[.413,.503,.504],sup2:[.363,.431,.404],sup3:[.289,.286,.294],sub1:[.15,.143,.2],sub2:[.247,.286,.4],supDrop:[.386,.353,.494],subDrop:[.05,.071,.1],delim1:[2.39,1.7,1.98],delim2:[1.01,1.157,1.42],axisHeight:[.25,.25,.25],defaultRuleThickness:[.04,.049,.049],bigOpSpacing1:[.111,.111,.111],bigOpSpacing2:[.166,.166,.166],bigOpSpacing3:[.2,.2,.2],bigOpSpacing4:[.6,.611,.611],bigOpSpacing5:[.1,.143,.143],sqrtRuleThickness:[.04,.04,.04],ptPerEm:[10,10,10],doubleRuleSep:[.2,.2,.2],arrayRuleWidth:[.04,.04,.04],fboxsep:[.3,.3,.3],fboxrule:[.04,.04,.04]},Le={Å:`A`,Ð:`D`,Þ:`o`,å:`a`,ð:`d`,þ:`o`,А:`A`,Б:`B`,В:`B`,Г:`F`,Д:`A`,Е:`E`,Ж:`K`,З:`3`,И:`N`,Й:`N`,К:`K`,Л:`N`,М:`M`,Н:`H`,О:`O`,П:`N`,Р:`P`,С:`C`,Т:`T`,У:`y`,Ф:`O`,Х:`X`,Ц:`U`,Ч:`h`,Ш:`W`,Щ:`W`,Ъ:`B`,Ы:`X`,Ь:`B`,Э:`3`,Ю:`X`,Я:`R`,а:`a`,б:`b`,в:`a`,г:`r`,д:`y`,е:`e`,ж:`m`,з:`e`,и:`n`,й:`n`,к:`n`,л:`n`,м:`m`,н:`n`,о:`o`,п:`n`,р:`p`,с:`c`,т:`o`,у:`y`,ф:`b`,х:`x`,ц:`n`,ч:`n`,ш:`w`,щ:`w`,ъ:`a`,ы:`m`,ь:`a`,э:`e`,ю:`m`,я:`r`};function Re(e,t){Fe[e]=t}function ze(e,t,n){if(!Fe[t])throw Error(`Font metrics not found for font: `+t+`.`);let r=e.charCodeAt(0),i=Fe[t][r];if(!i&&e[0]in Le&&(r=Le[e[0]].charCodeAt(0),i=Fe[t][r]),!i&&n===`text`&&ae(r)&&(i=Fe[t][77]),i)return{depth:i[0],height:i[1],italic:i[2],skew:i[3],width:i[4]}}let Be={};function Ve(e){let t;if(t=e>=5?0:e>=3?1:2,!Be[t]){let e=Be[t]={cssEmPerMu:Ie.quad[t]/18};for(let n in Ie)Ie.hasOwnProperty(n)&&(e[n]=Ie[n][t])}return Be[t]}let He={bin:1,close:1,inner:1,open:1,punct:1,rel:1},Ue={"accent-token":1,mathord:1,"op-token":1,spacing:1,textord:1},We={math:{},text:{}};var Ge=We;function D(e,t,n,r,i,a){We[e][i]={font:t,group:n,replace:r},a&&r&&(We[e][r]=We[e][i])}let O=`math`,k=`text`,A=`main`,j=`accent-token`,Ke=`close`,qe=`inner`,M=`mathord`,Je=`op-token`,Ye=`open`,Xe=`punct`,Ze=`spacing`,N=`textord`;D(O,A,`rel`,`≡`,`\\equiv`,!0),D(O,A,`rel`,`≺`,`\\prec`,!0),D(O,A,`rel`,`≻`,`\\succ`,!0),D(O,A,`rel`,`∼`,`\\sim`,!0),D(O,A,`rel`,`⊥`,`\\perp`),D(O,A,`rel`,`⪯`,`\\preceq`,!0),D(O,A,`rel`,`⪰`,`\\succeq`,!0),D(O,A,`rel`,`≃`,`\\simeq`,!0),D(O,A,`rel`,`∣`,`\\mid`,!0),D(O,A,`rel`,`≪`,`\\ll`,!0),D(O,A,`rel`,`≫`,`\\gg`,!0),D(O,A,`rel`,`≍`,`\\asymp`,!0),D(O,A,`rel`,`∥`,`\\parallel`),D(O,A,`rel`,`⋈`,`\\bowtie`,!0),D(O,A,`rel`,`⌣`,`\\smile`,!0),D(O,A,`rel`,`⊑`,`\\sqsubseteq`,!0),D(O,A,`rel`,`⊒`,`\\sqsupseteq`,!0),D(O,A,`rel`,`≐`,`\\doteq`,!0),D(O,A,`rel`,`⌢`,`\\frown`,!0),D(O,A,`rel`,`∋`,`\\ni`,!0),D(O,A,`rel`,`∝`,`\\propto`,!0),D(O,A,`rel`,`⊢`,`\\vdash`,!0),D(O,A,`rel`,`⊣`,`\\dashv`,!0),D(O,A,`rel`,`∋`,`\\owns`),D(O,A,Xe,`.`,`\\ldotp`),D(O,A,Xe,`⋅`,`\\cdotp`),D(O,A,Xe,`⋅`,`·`),D(k,A,N,`⋅`,`·`),D(O,A,N,`#`,`\\#`),D(k,A,N,`#`,`\\#`),D(O,A,N,`&`,`\\&`),D(k,A,N,`&`,`\\&`),D(O,A,N,`ℵ`,`\\aleph`,!0),D(O,A,N,`∀`,`\\forall`,!0),D(O,A,N,`ℏ`,`\\hbar`,!0),D(O,A,N,`∃`,`\\exists`,!0),D(O,A,N,`∇`,`\\nabla`,!0),D(O,A,N,`♭`,`\\flat`,!0),D(O,A,N,`ℓ`,`\\ell`,!0),D(O,A,N,`♮`,`\\natural`,!0),D(O,A,N,`♣`,`\\clubsuit`,!0),D(O,A,N,`℘`,`\\wp`,!0),D(O,A,N,`♯`,`\\sharp`,!0),D(O,A,N,`♢`,`\\diamondsuit`,!0),D(O,A,N,`ℜ`,`\\Re`,!0),D(O,A,N,`♡`,`\\heartsuit`,!0),D(O,A,N,`ℑ`,`\\Im`,!0),D(O,A,N,`♠`,`\\spadesuit`,!0),D(O,A,N,`§`,`\\S`,!0),D(k,A,N,`§`,`\\S`),D(O,A,N,`¶`,`\\P`,!0),D(k,A,N,`¶`,`\\P`),D(O,A,N,`†`,`\\dag`),D(k,A,N,`†`,`\\dag`),D(k,A,N,`†`,`\\textdagger`),D(O,A,N,`‡`,`\\ddag`),D(k,A,N,`‡`,`\\ddag`),D(k,A,N,`‡`,`\\textdaggerdbl`),D(O,A,Ke,`⎱`,`\\rmoustache`,!0),D(O,A,Ye,`⎰`,`\\lmoustache`,!0),D(O,A,Ke,`⟯`,`\\rgroup`,!0),D(O,A,Ye,`⟮`,`\\lgroup`,!0),D(O,A,`bin`,`∓`,`\\mp`,!0),D(O,A,`bin`,`⊖`,`\\ominus`,!0),D(O,A,`bin`,`⊎`,`\\uplus`,!0),D(O,A,`bin`,`⊓`,`\\sqcap`,!0),D(O,A,`bin`,`∗`,`\\ast`),D(O,A,`bin`,`⊔`,`\\sqcup`,!0),D(O,A,`bin`,`◯`,`\\bigcirc`,!0),D(O,A,`bin`,`∙`,`\\bullet`,!0),D(O,A,`bin`,`‡`,`\\ddagger`),D(O,A,`bin`,`≀`,`\\wr`,!0),D(O,A,`bin`,`⨿`,`\\amalg`),D(O,A,`bin`,`&`,`\\And`),D(O,A,`rel`,`⟵`,`\\longleftarrow`,!0),D(O,A,`rel`,`⇐`,`\\Leftarrow`,!0),D(O,A,`rel`,`⟸`,`\\Longleftarrow`,!0),D(O,A,`rel`,`⟶`,`\\longrightarrow`,!0),D(O,A,`rel`,`⇒`,`\\Rightarrow`,!0),D(O,A,`rel`,`⟹`,`\\Longrightarrow`,!0),D(O,A,`rel`,`↔`,`\\leftrightarrow`,!0),D(O,A,`rel`,`⟷`,`\\longleftrightarrow`,!0),D(O,A,`rel`,`⇔`,`\\Leftrightarrow`,!0),D(O,A,`rel`,`⟺`,`\\Longleftrightarrow`,!0),D(O,A,`rel`,`↦`,`\\mapsto`,!0),D(O,A,`rel`,`⟼`,`\\longmapsto`,!0),D(O,A,`rel`,`↗`,`\\nearrow`,!0),D(O,A,`rel`,`↩`,`\\hookleftarrow`,!0),D(O,A,`rel`,`↪`,`\\hookrightarrow`,!0),D(O,A,`rel`,`↘`,`\\searrow`,!0),D(O,A,`rel`,`↼`,`\\leftharpoonup`,!0),D(O,A,`rel`,`⇀`,`\\rightharpoonup`,!0),D(O,A,`rel`,`↙`,`\\swarrow`,!0),D(O,A,`rel`,`↽`,`\\leftharpoondown`,!0),D(O,A,`rel`,`⇁`,`\\rightharpoondown`,!0),D(O,A,`rel`,`↖`,`\\nwarrow`,!0),D(O,A,`rel`,`⇌`,`\\rightleftharpoons`,!0),D(O,`ams`,`rel`,`≮`,`\\nless`,!0),D(O,`ams`,`rel`,``,`\\@nleqslant`),D(O,`ams`,`rel`,``,`\\@nleqq`),D(O,`ams`,`rel`,`⪇`,`\\lneq`,!0),D(O,`ams`,`rel`,`≨`,`\\lneqq`,!0),D(O,`ams`,`rel`,``,`\\@lvertneqq`),D(O,`ams`,`rel`,`⋦`,`\\lnsim`,!0),D(O,`ams`,`rel`,`⪉`,`\\lnapprox`,!0),D(O,`ams`,`rel`,`⊀`,`\\nprec`,!0),D(O,`ams`,`rel`,`⋠`,`\\npreceq`,!0),D(O,`ams`,`rel`,`⋨`,`\\precnsim`,!0),D(O,`ams`,`rel`,`⪹`,`\\precnapprox`,!0),D(O,`ams`,`rel`,`≁`,`\\nsim`,!0),D(O,`ams`,`rel`,``,`\\@nshortmid`),D(O,`ams`,`rel`,`∤`,`\\nmid`,!0),D(O,`ams`,`rel`,`⊬`,`\\nvdash`,!0),D(O,`ams`,`rel`,`⊭`,`\\nvDash`,!0),D(O,`ams`,`rel`,`⋪`,`\\ntriangleleft`),D(O,`ams`,`rel`,`⋬`,`\\ntrianglelefteq`,!0),D(O,`ams`,`rel`,`⊊`,`\\subsetneq`,!0),D(O,`ams`,`rel`,``,`\\@varsubsetneq`),D(O,`ams`,`rel`,`⫋`,`\\subsetneqq`,!0),D(O,`ams`,`rel`,``,`\\@varsubsetneqq`),D(O,`ams`,`rel`,`≯`,`\\ngtr`,!0),D(O,`ams`,`rel`,``,`\\@ngeqslant`),D(O,`ams`,`rel`,``,`\\@ngeqq`),D(O,`ams`,`rel`,`⪈`,`\\gneq`,!0),D(O,`ams`,`rel`,`≩`,`\\gneqq`,!0),D(O,`ams`,`rel`,``,`\\@gvertneqq`),D(O,`ams`,`rel`,`⋧`,`\\gnsim`,!0),D(O,`ams`,`rel`,`⪊`,`\\gnapprox`,!0),D(O,`ams`,`rel`,`⊁`,`\\nsucc`,!0),D(O,`ams`,`rel`,`⋡`,`\\nsucceq`,!0),D(O,`ams`,`rel`,`⋩`,`\\succnsim`,!0),D(O,`ams`,`rel`,`⪺`,`\\succnapprox`,!0),D(O,`ams`,`rel`,`≆`,`\\ncong`,!0),D(O,`ams`,`rel`,``,`\\@nshortparallel`),D(O,`ams`,`rel`,`∦`,`\\nparallel`,!0),D(O,`ams`,`rel`,`⊯`,`\\nVDash`,!0),D(O,`ams`,`rel`,`⋫`,`\\ntriangleright`),D(O,`ams`,`rel`,`⋭`,`\\ntrianglerighteq`,!0),D(O,`ams`,`rel`,``,`\\@nsupseteqq`),D(O,`ams`,`rel`,`⊋`,`\\supsetneq`,!0),D(O,`ams`,`rel`,``,`\\@varsupsetneq`),D(O,`ams`,`rel`,`⫌`,`\\supsetneqq`,!0),D(O,`ams`,`rel`,``,`\\@varsupsetneqq`),D(O,`ams`,`rel`,`⊮`,`\\nVdash`,!0),D(O,`ams`,`rel`,`⪵`,`\\precneqq`,!0),D(O,`ams`,`rel`,`⪶`,`\\succneqq`,!0),D(O,`ams`,`rel`,``,`\\@nsubseteqq`),D(O,`ams`,`bin`,`⊴`,`\\unlhd`),D(O,`ams`,`bin`,`⊵`,`\\unrhd`),D(O,`ams`,`rel`,`↚`,`\\nleftarrow`,!0),D(O,`ams`,`rel`,`↛`,`\\nrightarrow`,!0),D(O,`ams`,`rel`,`⇍`,`\\nLeftarrow`,!0),D(O,`ams`,`rel`,`⇏`,`\\nRightarrow`,!0),D(O,`ams`,`rel`,`↮`,`\\nleftrightarrow`,!0),D(O,`ams`,`rel`,`⇎`,`\\nLeftrightarrow`,!0),D(O,`ams`,`rel`,`△`,`\\vartriangle`),D(O,`ams`,N,`ℏ`,`\\hslash`),D(O,`ams`,N,`▽`,`\\triangledown`),D(O,`ams`,N,`◊`,`\\lozenge`),D(O,`ams`,N,`Ⓢ`,`\\circledS`),D(O,`ams`,N,`®`,`\\circledR`),D(k,`ams`,N,`®`,`\\circledR`),D(O,`ams`,N,`∡`,`\\measuredangle`,!0),D(O,`ams`,N,`∄`,`\\nexists`),D(O,`ams`,N,`℧`,`\\mho`),D(O,`ams`,N,`Ⅎ`,`\\Finv`,!0),D(O,`ams`,N,`⅁`,`\\Game`,!0),D(O,`ams`,N,`‵`,`\\backprime`),D(O,`ams`,N,`▲`,`\\blacktriangle`),D(O,`ams`,N,`▼`,`\\blacktriangledown`),D(O,`ams`,N,`■`,`\\blacksquare`),D(O,`ams`,N,`⧫`,`\\blacklozenge`),D(O,`ams`,N,`★`,`\\bigstar`),D(O,`ams`,N,`∢`,`\\sphericalangle`,!0),D(O,`ams`,N,`∁`,`\\complement`,!0),D(O,`ams`,N,`ð`,`\\eth`,!0),D(k,A,N,`ð`,`ð`),D(O,`ams`,N,`╱`,`\\diagup`),D(O,`ams`,N,`╲`,`\\diagdown`),D(O,`ams`,N,`□`,`\\square`),D(O,`ams`,N,`□`,`\\Box`),D(O,`ams`,N,`◊`,`\\Diamond`),D(O,`ams`,N,`¥`,`\\yen`,!0),D(k,`ams`,N,`¥`,`\\yen`,!0),D(O,`ams`,N,`✓`,`\\checkmark`,!0),D(k,`ams`,N,`✓`,`\\checkmark`),D(O,`ams`,N,`ℶ`,`\\beth`,!0),D(O,`ams`,N,`ℸ`,`\\daleth`,!0),D(O,`ams`,N,`ℷ`,`\\gimel`,!0),D(O,`ams`,N,`ϝ`,`\\digamma`,!0),D(O,`ams`,N,`ϰ`,`\\varkappa`),D(O,`ams`,Ye,`┌`,`\\@ulcorner`,!0),D(O,`ams`,Ke,`┐`,`\\@urcorner`,!0),D(O,`ams`,Ye,`└`,`\\@llcorner`,!0),D(O,`ams`,Ke,`┘`,`\\@lrcorner`,!0),D(O,`ams`,`rel`,`≦`,`\\leqq`,!0),D(O,`ams`,`rel`,`⩽`,`\\leqslant`,!0),D(O,`ams`,`rel`,`⪕`,`\\eqslantless`,!0),D(O,`ams`,`rel`,`≲`,`\\lesssim`,!0),D(O,`ams`,`rel`,`⪅`,`\\lessapprox`,!0),D(O,`ams`,`rel`,`≊`,`\\approxeq`,!0),D(O,`ams`,`bin`,`⋖`,`\\lessdot`),D(O,`ams`,`rel`,`⋘`,`\\lll`,!0),D(O,`ams`,`rel`,`≶`,`\\lessgtr`,!0),D(O,`ams`,`rel`,`⋚`,`\\lesseqgtr`,!0),D(O,`ams`,`rel`,`⪋`,`\\lesseqqgtr`,!0),D(O,`ams`,`rel`,`≑`,`\\doteqdot`),D(O,`ams`,`rel`,`≓`,`\\risingdotseq`,!0),D(O,`ams`,`rel`,`≒`,`\\fallingdotseq`,!0),D(O,`ams`,`rel`,`∽`,`\\backsim`,!0),D(O,`ams`,`rel`,`⋍`,`\\backsimeq`,!0),D(O,`ams`,`rel`,`⫅`,`\\subseteqq`,!0),D(O,`ams`,`rel`,`⋐`,`\\Subset`,!0),D(O,`ams`,`rel`,`⊏`,`\\sqsubset`,!0),D(O,`ams`,`rel`,`≼`,`\\preccurlyeq`,!0),D(O,`ams`,`rel`,`⋞`,`\\curlyeqprec`,!0),D(O,`ams`,`rel`,`≾`,`\\precsim`,!0),D(O,`ams`,`rel`,`⪷`,`\\precapprox`,!0),D(O,`ams`,`rel`,`⊲`,`\\vartriangleleft`),D(O,`ams`,`rel`,`⊴`,`\\trianglelefteq`),D(O,`ams`,`rel`,`⊨`,`\\vDash`,!0),D(O,`ams`,`rel`,`⊪`,`\\Vvdash`,!0),D(O,`ams`,`rel`,`⌣`,`\\smallsmile`),D(O,`ams`,`rel`,`⌢`,`\\smallfrown`),D(O,`ams`,`rel`,`≏`,`\\bumpeq`,!0),D(O,`ams`,`rel`,`≎`,`\\Bumpeq`,!0),D(O,`ams`,`rel`,`≧`,`\\geqq`,!0),D(O,`ams`,`rel`,`⩾`,`\\geqslant`,!0),D(O,`ams`,`rel`,`⪖`,`\\eqslantgtr`,!0),D(O,`ams`,`rel`,`≳`,`\\gtrsim`,!0),D(O,`ams`,`rel`,`⪆`,`\\gtrapprox`,!0),D(O,`ams`,`bin`,`⋗`,`\\gtrdot`),D(O,`ams`,`rel`,`⋙`,`\\ggg`,!0),D(O,`ams`,`rel`,`≷`,`\\gtrless`,!0),D(O,`ams`,`rel`,`⋛`,`\\gtreqless`,!0),D(O,`ams`,`rel`,`⪌`,`\\gtreqqless`,!0),D(O,`ams`,`rel`,`≖`,`\\eqcirc`,!0),D(O,`ams`,`rel`,`≗`,`\\circeq`,!0),D(O,`ams`,`rel`,`≜`,`\\triangleq`,!0),D(O,`ams`,`rel`,`∼`,`\\thicksim`),D(O,`ams`,`rel`,`≈`,`\\thickapprox`),D(O,`ams`,`rel`,`⫆`,`\\supseteqq`,!0),D(O,`ams`,`rel`,`⋑`,`\\Supset`,!0),D(O,`ams`,`rel`,`⊐`,`\\sqsupset`,!0),D(O,`ams`,`rel`,`≽`,`\\succcurlyeq`,!0),D(O,`ams`,`rel`,`⋟`,`\\curlyeqsucc`,!0),D(O,`ams`,`rel`,`≿`,`\\succsim`,!0),D(O,`ams`,`rel`,`⪸`,`\\succapprox`,!0),D(O,`ams`,`rel`,`⊳`,`\\vartriangleright`),D(O,`ams`,`rel`,`⊵`,`\\trianglerighteq`),D(O,`ams`,`rel`,`⊩`,`\\Vdash`,!0),D(O,`ams`,`rel`,`∣`,`\\shortmid`),D(O,`ams`,`rel`,`∥`,`\\shortparallel`),D(O,`ams`,`rel`,`≬`,`\\between`,!0),D(O,`ams`,`rel`,`⋔`,`\\pitchfork`,!0),D(O,`ams`,`rel`,`∝`,`\\varpropto`),D(O,`ams`,`rel`,`◀`,`\\blacktriangleleft`),D(O,`ams`,`rel`,`∴`,`\\therefore`,!0),D(O,`ams`,`rel`,`∍`,`\\backepsilon`),D(O,`ams`,`rel`,`▶`,`\\blacktriangleright`),D(O,`ams`,`rel`,`∵`,`\\because`,!0),D(O,`ams`,`rel`,`⋘`,`\\llless`),D(O,`ams`,`rel`,`⋙`,`\\gggtr`),D(O,`ams`,`bin`,`⊲`,`\\lhd`),D(O,`ams`,`bin`,`⊳`,`\\rhd`),D(O,`ams`,`rel`,`≂`,`\\eqsim`,!0),D(O,A,`rel`,`⋈`,`\\Join`),D(O,`ams`,`rel`,`≑`,`\\Doteq`,!0),D(O,`ams`,`bin`,`∔`,`\\dotplus`,!0),D(O,`ams`,`bin`,`∖`,`\\smallsetminus`),D(O,`ams`,`bin`,`⋒`,`\\Cap`,!0),D(O,`ams`,`bin`,`⋓`,`\\Cup`,!0),D(O,`ams`,`bin`,`⩞`,`\\doublebarwedge`,!0),D(O,`ams`,`bin`,`⊟`,`\\boxminus`,!0),D(O,`ams`,`bin`,`⊞`,`\\boxplus`,!0),D(O,`ams`,`bin`,`⋇`,`\\divideontimes`,!0),D(O,`ams`,`bin`,`⋉`,`\\ltimes`,!0),D(O,`ams`,`bin`,`⋊`,`\\rtimes`,!0),D(O,`ams`,`bin`,`⋋`,`\\leftthreetimes`,!0),D(O,`ams`,`bin`,`⋌`,`\\rightthreetimes`,!0),D(O,`ams`,`bin`,`⋏`,`\\curlywedge`,!0),D(O,`ams`,`bin`,`⋎`,`\\curlyvee`,!0),D(O,`ams`,`bin`,`⊝`,`\\circleddash`,!0),D(O,`ams`,`bin`,`⊛`,`\\circledast`,!0),D(O,`ams`,`bin`,`⋅`,`\\centerdot`),D(O,`ams`,`bin`,`⊺`,`\\intercal`,!0),D(O,`ams`,`bin`,`⋒`,`\\doublecap`),D(O,`ams`,`bin`,`⋓`,`\\doublecup`),D(O,`ams`,`bin`,`⊠`,`\\boxtimes`,!0),D(O,`ams`,`rel`,`⇢`,`\\dashrightarrow`,!0),D(O,`ams`,`rel`,`⇠`,`\\dashleftarrow`,!0),D(O,`ams`,`rel`,`⇇`,`\\leftleftarrows`,!0),D(O,`ams`,`rel`,`⇆`,`\\leftrightarrows`,!0),D(O,`ams`,`rel`,`⇚`,`\\Lleftarrow`,!0),D(O,`ams`,`rel`,`↞`,`\\twoheadleftarrow`,!0),D(O,`ams`,`rel`,`↢`,`\\leftarrowtail`,!0),D(O,`ams`,`rel`,`↫`,`\\looparrowleft`,!0),D(O,`ams`,`rel`,`⇋`,`\\leftrightharpoons`,!0),D(O,`ams`,`rel`,`↶`,`\\curvearrowleft`,!0),D(O,`ams`,`rel`,`↺`,`\\circlearrowleft`,!0),D(O,`ams`,`rel`,`↰`,`\\Lsh`,!0),D(O,`ams`,`rel`,`⇈`,`\\upuparrows`,!0),D(O,`ams`,`rel`,`↿`,`\\upharpoonleft`,!0),D(O,`ams`,`rel`,`⇃`,`\\downharpoonleft`,!0),D(O,A,`rel`,`⊶`,`\\origof`,!0),D(O,A,`rel`,`⊷`,`\\imageof`,!0),D(O,`ams`,`rel`,`⊸`,`\\multimap`,!0),D(O,`ams`,`rel`,`↭`,`\\leftrightsquigarrow`,!0),D(O,`ams`,`rel`,`⇉`,`\\rightrightarrows`,!0),D(O,`ams`,`rel`,`⇄`,`\\rightleftarrows`,!0),D(O,`ams`,`rel`,`↠`,`\\twoheadrightarrow`,!0),D(O,`ams`,`rel`,`↣`,`\\rightarrowtail`,!0),D(O,`ams`,`rel`,`↬`,`\\looparrowright`,!0),D(O,`ams`,`rel`,`↷`,`\\curvearrowright`,!0),D(O,`ams`,`rel`,`↻`,`\\circlearrowright`,!0),D(O,`ams`,`rel`,`↱`,`\\Rsh`,!0),D(O,`ams`,`rel`,`⇊`,`\\downdownarrows`,!0),D(O,`ams`,`rel`,`↾`,`\\upharpoonright`,!0),D(O,`ams`,`rel`,`⇂`,`\\downharpoonright`,!0),D(O,`ams`,`rel`,`⇝`,`\\rightsquigarrow`,!0),D(O,`ams`,`rel`,`⇝`,`\\leadsto`),D(O,`ams`,`rel`,`⇛`,`\\Rrightarrow`,!0),D(O,`ams`,`rel`,`↾`,`\\restriction`),D(O,A,N,`‘`,"`"),D(O,A,N,`$`,`\\$`),D(k,A,N,`$`,`\\$`),D(k,A,N,`$`,`\\textdollar`),D(O,A,N,`%`,`\\%`),D(k,A,N,`%`,`\\%`),D(O,A,N,`_`,`\\_`),D(k,A,N,`_`,`\\_`),D(k,A,N,`_`,`\\textunderscore`),D(O,A,N,`∠`,`\\angle`,!0),D(O,A,N,`∞`,`\\infty`,!0),D(O,A,N,`′`,`\\prime`),D(O,A,N,`△`,`\\triangle`),D(O,A,N,`Γ`,`\\Gamma`,!0),D(O,A,N,`Δ`,`\\Delta`,!0),D(O,A,N,`Θ`,`\\Theta`,!0),D(O,A,N,`Λ`,`\\Lambda`,!0),D(O,A,N,`Ξ`,`\\Xi`,!0),D(O,A,N,`Π`,`\\Pi`,!0),D(O,A,N,`Σ`,`\\Sigma`,!0),D(O,A,N,`Υ`,`\\Upsilon`,!0),D(O,A,N,`Φ`,`\\Phi`,!0),D(O,A,N,`Ψ`,`\\Psi`,!0),D(O,A,N,`Ω`,`\\Omega`,!0),D(O,A,N,`A`,`Α`),D(O,A,N,`B`,`Β`),D(O,A,N,`E`,`Ε`),D(O,A,N,`Z`,`Ζ`),D(O,A,N,`H`,`Η`),D(O,A,N,`I`,`Ι`),D(O,A,N,`K`,`Κ`),D(O,A,N,`M`,`Μ`),D(O,A,N,`N`,`Ν`),D(O,A,N,`O`,`Ο`),D(O,A,N,`P`,`Ρ`),D(O,A,N,`T`,`Τ`),D(O,A,N,`X`,`Χ`),D(O,A,N,`¬`,`\\neg`,!0),D(O,A,N,`¬`,`\\lnot`),D(O,A,N,`⊤`,`\\top`),D(O,A,N,`⊥`,`\\bot`),D(O,A,N,`∅`,`\\emptyset`),D(O,`ams`,N,`∅`,`\\varnothing`),D(O,A,M,`α`,`\\alpha`,!0),D(O,A,M,`β`,`\\beta`,!0),D(O,A,M,`γ`,`\\gamma`,!0),D(O,A,M,`δ`,`\\delta`,!0),D(O,A,M,`ϵ`,`\\epsilon`,!0),D(O,A,M,`ζ`,`\\zeta`,!0),D(O,A,M,`η`,`\\eta`,!0),D(O,A,M,`θ`,`\\theta`,!0),D(O,A,M,`ι`,`\\iota`,!0),D(O,A,M,`κ`,`\\kappa`,!0),D(O,A,M,`λ`,`\\lambda`,!0),D(O,A,M,`μ`,`\\mu`,!0),D(O,A,M,`ν`,`\\nu`,!0),D(O,A,M,`ξ`,`\\xi`,!0),D(O,A,M,`ο`,`\\omicron`,!0),D(O,A,M,`π`,`\\pi`,!0),D(O,A,M,`ρ`,`\\rho`,!0),D(O,A,M,`σ`,`\\sigma`,!0),D(O,A,M,`τ`,`\\tau`,!0),D(O,A,M,`υ`,`\\upsilon`,!0),D(O,A,M,`ϕ`,`\\phi`,!0),D(O,A,M,`χ`,`\\chi`,!0),D(O,A,M,`ψ`,`\\psi`,!0),D(O,A,M,`ω`,`\\omega`,!0),D(O,A,M,`ε`,`\\varepsilon`,!0),D(O,A,M,`ϑ`,`\\vartheta`,!0),D(O,A,M,`ϖ`,`\\varpi`,!0),D(O,A,M,`ϱ`,`\\varrho`,!0),D(O,A,M,`ς`,`\\varsigma`,!0),D(O,A,M,`φ`,`\\varphi`,!0),D(O,A,`bin`,`∗`,`*`,!0),D(O,A,`bin`,`+`,`+`),D(O,A,`bin`,`−`,`-`,!0),D(O,A,`bin`,`⋅`,`\\cdot`,!0),D(O,A,`bin`,`∘`,`\\circ`,!0),D(O,A,`bin`,`÷`,`\\div`,!0),D(O,A,`bin`,`±`,`\\pm`,!0),D(O,A,`bin`,`×`,`\\times`,!0),D(O,A,`bin`,`∩`,`\\cap`,!0),D(O,A,`bin`,`∪`,`\\cup`,!0),D(O,A,`bin`,`∖`,`\\setminus`,!0),D(O,A,`bin`,`∧`,`\\land`),D(O,A,`bin`,`∨`,`\\lor`),D(O,A,`bin`,`∧`,`\\wedge`,!0),D(O,A,`bin`,`∨`,`\\vee`,!0),D(O,A,N,`√`,`\\surd`),D(O,A,Ye,`⟨`,`\\langle`,!0),D(O,A,Ye,`∣`,`\\lvert`),D(O,A,Ye,`∥`,`\\lVert`),D(O,A,Ke,`?`,`?`),D(O,A,Ke,`!`,`!`),D(O,A,Ke,`⟩`,`\\rangle`,!0),D(O,A,Ke,`∣`,`\\rvert`),D(O,A,Ke,`∥`,`\\rVert`),D(O,A,`rel`,`=`,`=`),D(O,A,`rel`,`:`,`:`),D(O,A,`rel`,`≈`,`\\approx`,!0),D(O,A,`rel`,`≅`,`\\cong`,!0),D(O,A,`rel`,`≥`,`\\ge`),D(O,A,`rel`,`≥`,`\\geq`,!0),D(O,A,`rel`,`←`,`\\gets`),D(O,A,`rel`,`>`,`\\gt`,!0),D(O,A,`rel`,`∈`,`\\in`,!0),D(O,A,`rel`,``,`\\@not`),D(O,A,`rel`,`⊂`,`\\subset`,!0),D(O,A,`rel`,`⊃`,`\\supset`,!0),D(O,A,`rel`,`⊆`,`\\subseteq`,!0),D(O,A,`rel`,`⊇`,`\\supseteq`,!0),D(O,`ams`,`rel`,`⊈`,`\\nsubseteq`,!0),D(O,`ams`,`rel`,`⊉`,`\\nsupseteq`,!0),D(O,A,`rel`,`⊨`,`\\models`),D(O,A,`rel`,`←`,`\\leftarrow`,!0),D(O,A,`rel`,`≤`,`\\le`),D(O,A,`rel`,`≤`,`\\leq`,!0),D(O,A,`rel`,`<`,`\\lt`,!0),D(O,A,`rel`,`→`,`\\rightarrow`,!0),D(O,A,`rel`,`→`,`\\to`),D(O,`ams`,`rel`,`≱`,`\\ngeq`,!0),D(O,`ams`,`rel`,`≰`,`\\nleq`,!0),D(O,A,Ze,`\xA0`,`\\ `),D(O,A,Ze,`\xA0`,`\\space`),D(O,A,Ze,`\xA0`,`\\nobreakspace`),D(k,A,Ze,`\xA0`,`\\ `),D(k,A,Ze,`\xA0`,` `),D(k,A,Ze,`\xA0`,`\\space`),D(k,A,Ze,`\xA0`,`\\nobreakspace`),D(O,A,Ze,null,`\\nobreak`),D(O,A,Ze,null,`\\allowbreak`),D(O,A,Xe,`,`,`,`),D(O,A,Xe,`;`,`;`),D(O,`ams`,`bin`,`⊼`,`\\barwedge`,!0),D(O,`ams`,`bin`,`⊻`,`\\veebar`,!0),D(O,A,`bin`,`⊙`,`\\odot`,!0),D(O,A,`bin`,`⊕`,`\\oplus`,!0),D(O,A,`bin`,`⊗`,`\\otimes`,!0),D(O,A,N,`∂`,`\\partial`,!0),D(O,A,`bin`,`⊘`,`\\oslash`,!0),D(O,`ams`,`bin`,`⊚`,`\\circledcirc`,!0),D(O,`ams`,`bin`,`⊡`,`\\boxdot`,!0),D(O,A,`bin`,`△`,`\\bigtriangleup`),D(O,A,`bin`,`▽`,`\\bigtriangledown`),D(O,A,`bin`,`†`,`\\dagger`),D(O,A,`bin`,`⋄`,`\\diamond`),D(O,A,`bin`,`⋆`,`\\star`),D(O,A,`bin`,`◃`,`\\triangleleft`),D(O,A,`bin`,`▹`,`\\triangleright`),D(O,A,Ye,`{`,`\\{`),D(k,A,N,`{`,`\\{`),D(k,A,N,`{`,`\\textbraceleft`),D(O,A,Ke,`}`,`\\}`),D(k,A,N,`}`,`\\}`),D(k,A,N,`}`,`\\textbraceright`),D(O,A,Ye,`{`,`\\lbrace`),D(O,A,Ke,`}`,`\\rbrace`),D(O,A,Ye,`[`,`\\lbrack`,!0),D(k,A,N,`[`,`\\lbrack`,!0),D(O,A,Ke,`]`,`\\rbrack`,!0),D(k,A,N,`]`,`\\rbrack`,!0),D(O,A,Ye,`(`,`\\lparen`,!0),D(O,A,Ke,`)`,`\\rparen`,!0),D(k,A,N,`<`,`\\textless`,!0),D(k,A,N,`>`,`\\textgreater`,!0),D(O,A,Ye,`⌊`,`\\lfloor`,!0),D(O,A,Ke,`⌋`,`\\rfloor`,!0),D(O,A,Ye,`⌈`,`\\lceil`,!0),D(O,A,Ke,`⌉`,`\\rceil`,!0),D(O,A,N,`\\`,`\\backslash`),D(O,A,N,`∣`,`|`),D(O,A,N,`∣`,`\\vert`),D(k,A,N,`|`,`\\textbar`,!0),D(O,A,N,`∥`,`\\|`),D(O,A,N,`∥`,`\\Vert`),D(k,A,N,`∥`,`\\textbardbl`),D(k,A,N,`~`,`\\textasciitilde`),D(k,A,N,`\\`,`\\textbackslash`),D(k,A,N,`^`,`\\textasciicircum`),D(O,A,`rel`,`↑`,`\\uparrow`,!0),D(O,A,`rel`,`⇑`,`\\Uparrow`,!0),D(O,A,`rel`,`↓`,`\\downarrow`,!0),D(O,A,`rel`,`⇓`,`\\Downarrow`,!0),D(O,A,`rel`,`↕`,`\\updownarrow`,!0),D(O,A,`rel`,`⇕`,`\\Updownarrow`,!0),D(O,A,Je,`∐`,`\\coprod`),D(O,A,Je,`⋁`,`\\bigvee`),D(O,A,Je,`⋀`,`\\bigwedge`),D(O,A,Je,`⨄`,`\\biguplus`),D(O,A,Je,`⋂`,`\\bigcap`),D(O,A,Je,`⋃`,`\\bigcup`),D(O,A,Je,`∫`,`\\int`),D(O,A,Je,`∫`,`\\intop`),D(O,A,Je,`∬`,`\\iint`),D(O,A,Je,`∭`,`\\iiint`),D(O,A,Je,`∏`,`\\prod`),D(O,A,Je,`∑`,`\\sum`),D(O,A,Je,`⨂`,`\\bigotimes`),D(O,A,Je,`⨁`,`\\bigoplus`),D(O,A,Je,`⨀`,`\\bigodot`),D(O,A,Je,`∮`,`\\oint`),D(O,A,Je,`∯`,`\\oiint`),D(O,A,Je,`∰`,`\\oiiint`),D(O,A,Je,`⨆`,`\\bigsqcup`),D(O,A,Je,`∫`,`\\smallint`),D(k,A,qe,`…`,`\\textellipsis`),D(O,A,qe,`…`,`\\mathellipsis`),D(k,A,qe,`…`,`\\ldots`,!0),D(O,A,qe,`…`,`\\ldots`,!0),D(O,A,qe,`⋯`,`\\@cdots`,!0),D(O,A,qe,`⋱`,`\\ddots`,!0),D(O,A,N,`⋮`,`\\varvdots`),D(k,A,N,`⋮`,`\\varvdots`),D(O,A,j,`ˊ`,`\\acute`),D(O,A,j,`ˋ`,`\\grave`),D(O,A,j,`¨`,`\\ddot`),D(O,A,j,`~`,`\\tilde`),D(O,A,j,`ˉ`,`\\bar`),D(O,A,j,`˘`,`\\breve`),D(O,A,j,`ˇ`,`\\check`),D(O,A,j,`^`,`\\hat`),D(O,A,j,`⃗`,`\\vec`),D(O,A,j,`˙`,`\\dot`),D(O,A,j,`˚`,`\\mathring`),D(O,A,M,``,`\\@imath`),D(O,A,M,``,`\\@jmath`),D(O,A,N,`ı`,`ı`),D(O,A,N,`ȷ`,`ȷ`),D(k,A,N,`ı`,`\\i`,!0),D(k,A,N,`ȷ`,`\\j`,!0),D(k,A,N,`ß`,`\\ss`,!0),D(k,A,N,`æ`,`\\ae`,!0),D(k,A,N,`œ`,`\\oe`,!0),D(k,A,N,`ø`,`\\o`,!0),D(k,A,N,`Æ`,`\\AE`,!0),D(k,A,N,`Œ`,`\\OE`,!0),D(k,A,N,`Ø`,`\\O`,!0),D(k,A,j,`ˊ`,`\\'`),D(k,A,j,`ˋ`,"\\`"),D(k,A,j,`ˆ`,`\\^`),D(k,A,j,`˜`,`\\~`),D(k,A,j,`ˉ`,`\\=`),D(k,A,j,`˘`,`\\u`),D(k,A,j,`˙`,`\\.`),D(k,A,j,`¸`,`\\c`),D(k,A,j,`˚`,`\\r`),D(k,A,j,`ˇ`,`\\v`),D(k,A,j,`¨`,`\\"`),D(k,A,j,`˝`,`\\H`),D(k,A,j,`◯`,`\\textcircled`);let Qe={"--":!0,"---":!0,"``":!0,"''":!0};D(k,A,N,`–`,`--`,!0),D(k,A,N,`–`,`\\textendash`),D(k,A,N,`—`,`---`,!0),D(k,A,N,`—`,`\\textemdash`),D(k,A,N,`‘`,"`",!0),D(k,A,N,`‘`,`\\textquoteleft`),D(k,A,N,`’`,`'`,!0),D(k,A,N,`’`,`\\textquoteright`),D(k,A,N,`“`,"``",!0),D(k,A,N,`“`,`\\textquotedblleft`),D(k,A,N,`”`,`''`,!0),D(k,A,N,`”`,`\\textquotedblright`),D(O,A,N,`°`,`\\degree`,!0),D(k,A,N,`°`,`\\degree`),D(k,A,N,`°`,`\\textdegree`,!0),D(O,A,N,`£`,`\\pounds`),D(O,A,N,`£`,`\\mathsterling`,!0),D(k,A,N,`£`,`\\pounds`),D(k,A,N,`£`,`\\textsterling`,!0),D(O,`ams`,N,`✠`,`\\maltese`),D(k,`ams`,N,`✠`,`\\maltese`);for(let e=0;e<14;e++){let t=`0123456789/@."`.charAt(e);D(O,A,N,t,t)}for(let e=0;e<25;e++){let t=`0123456789!@*()-=+";:?/.,`.charAt(e);D(k,A,N,t,t)}let $e=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz`;for(let e=0;e<52;e++){let t=$e.charAt(e);D(O,A,M,t,t),D(k,A,N,t,t)}D(O,`ams`,N,`C`,`ℂ`),D(k,`ams`,N,`C`,`ℂ`),D(O,`ams`,N,`H`,`ℍ`),D(k,`ams`,N,`H`,`ℍ`),D(O,`ams`,N,`N`,`ℕ`),D(k,`ams`,N,`N`,`ℕ`),D(O,`ams`,N,`P`,`ℙ`),D(k,`ams`,N,`P`,`ℙ`),D(O,`ams`,N,`Q`,`ℚ`),D(k,`ams`,N,`Q`,`ℚ`),D(O,`ams`,N,`R`,`ℝ`),D(k,`ams`,N,`R`,`ℝ`),D(O,`ams`,N,`Z`,`ℤ`),D(k,`ams`,N,`Z`,`ℤ`),D(O,A,M,`h`,`ℎ`),D(k,A,M,`h`,`ℎ`);let P=``;for(let e=0;e<52;e++){let t=$e.charAt(e);P=String.fromCharCode(55349,56320+e),D(O,A,M,t,P),D(k,A,N,t,P),P=String.fromCharCode(55349,56372+e),D(O,A,M,t,P),D(k,A,N,t,P),P=String.fromCharCode(55349,56424+e),D(O,A,M,t,P),D(k,A,N,t,P),P=String.fromCharCode(55349,56580+e),D(O,A,M,t,P),D(k,A,N,t,P),P=String.fromCharCode(55349,56684+e),D(O,A,M,t,P),D(k,A,N,t,P),P=String.fromCharCode(55349,56736+e),D(O,A,M,t,P),D(k,A,N,t,P),P=String.fromCharCode(55349,56788+e),D(O,A,M,t,P),D(k,A,N,t,P),P=String.fromCharCode(55349,56840+e),D(O,A,M,t,P),D(k,A,N,t,P),P=String.fromCharCode(55349,56944+e),D(O,A,M,t,P),D(k,A,N,t,P),e<26&&(P=String.fromCharCode(55349,56632+e),D(O,A,M,t,P),D(k,A,N,t,P),P=String.fromCharCode(55349,56476+e),D(O,A,M,t,P),D(k,A,N,t,P))}P=String.fromCharCode(55349,56668),D(O,A,M,`k`,P),D(k,A,N,`k`,P);for(let e=0;e<10;e++){let t=e.toString();P=String.fromCharCode(55349,57294+e),D(O,A,M,t,P),D(k,A,N,t,P),P=String.fromCharCode(55349,57314+e),D(O,A,M,t,P),D(k,A,N,t,P),P=String.fromCharCode(55349,57324+e),D(O,A,M,t,P),D(k,A,N,t,P),P=String.fromCharCode(55349,57334+e),D(O,A,M,t,P),D(k,A,N,t,P)}let et=`ÐÞþ`;for(let e=0;e<3;e++){let t=et.charAt(e);D(O,A,M,t,t),D(k,A,N,t,t)}let tt=[[`mathbf`,`textbf`,`Main-Bold`],[`mathbf`,`textbf`,`Main-Bold`],[`mathnormal`,`textit`,`Math-Italic`],[`mathnormal`,`textit`,`Math-Italic`],[`boldsymbol`,`boldsymbol`,`Main-BoldItalic`],[`boldsymbol`,`boldsymbol`,`Main-BoldItalic`],[`mathscr`,`textscr`,`Script-Regular`],[``,``,``],[``,``,``],[``,``,``],[`mathfrak`,`textfrak`,`Fraktur-Regular`],[`mathfrak`,`textfrak`,`Fraktur-Regular`],[`mathbb`,`textbb`,`AMS-Regular`],[`mathbb`,`textbb`,`AMS-Regular`],[`mathboldfrak`,`textboldfrak`,`Fraktur-Regular`],[`mathboldfrak`,`textboldfrak`,`Fraktur-Regular`],[`mathsf`,`textsf`,`SansSerif-Regular`],[`mathsf`,`textsf`,`SansSerif-Regular`],[`mathboldsf`,`textboldsf`,`SansSerif-Bold`],[`mathboldsf`,`textboldsf`,`SansSerif-Bold`],[`mathitsf`,`textitsf`,`SansSerif-Italic`],[`mathitsf`,`textitsf`,`SansSerif-Italic`],[``,``,``],[``,``,``],[`mathtt`,`texttt`,`Typewriter-Regular`],[`mathtt`,`texttt`,`Typewriter-Regular`]],nt=[[`mathbf`,`textbf`,`Main-Bold`],[``,``,``],[`mathsf`,`textsf`,`SansSerif-Regular`],[`mathboldsf`,`textboldsf`,`SansSerif-Bold`],[`mathtt`,`texttt`,`Typewriter-Regular`]],rt=(e,t)=>{let n=e.charCodeAt(0),i=e.charCodeAt(1),a=(n-55296)*1024+(i-56320)+65536,o=t===`math`?0:1;if(119808<=a&&a<120484){let e=Math.floor((a-119808)/26);return[tt[e][2],tt[e][o]]}else if(120782<=a&&a<=120831){let e=Math.floor((a-120782)/10);return[nt[e][2],nt[e][o]]}else if(a===120485||a===120486)return[tt[0][2],tt[0][o]];else if(120486<a&&a<120782)return[``,``];else throw new r(`Unsupported character: `+e)},it=function(e,t,n){if(Ge[n][e]){let t=Ge[n][e].replace;t&&(e=t)}return{value:e,metrics:ze(e,t,n)}},at=function(e,t,n,r,i){let a=it(e,t,n),o=a.metrics;e=a.value;let s;if(o){let t=o.italic;(n===`text`||r&&r.font===`mathit`)&&(t=0),s=new ke(e,o.height,o.depth,t,o.skew,o.width,i)}else typeof console<`u`&&console.warn(`No character metrics `+(`for '`+e+`' in style '`+t+`' and mode '`+n+`'`)),s=new ke(e,0,0,0,0,0,i);if(r){s.maxFontSize=r.sizeMultiplier,r.style.isTight()&&s.classes.push(`mtight`);let e=r.getColor();e&&(s.style.color=e)}return s},ot=function(e,t,n,r){return r===void 0&&(r=[]),n.font===`boldsymbol`&&it(e,`Main-Bold`,t).metrics?at(e,`Main-Bold`,t,n,r.concat([`mathbf`])):e===`\\`||Ge[t][e].font===`main`?at(e,`Main-Regular`,t,n,r):at(e,`AMS-Regular`,t,n,r.concat([`amsrm`]))},st=function(e,t,n,r,i){return i!==`textord`&&it(e,`Math-BoldItalic`,t).metrics?{fontName:`Math-BoldItalic`,fontClass:`boldsymbol`}:{fontName:`Main-Bold`,fontClass:`mathbf`}},ct=function(e,t,n){let r=e.mode,i=e.text,a=[`mord`],o=r===`math`||r===`text`&&t.font,s=o?t.font:t.fontFamily,c=``,l=``;if(i.charCodeAt(0)===55349&&([c,l]=rt(i,r)),c.length>0)return at(i,c,r,t,a.concat(l));if(s){let e,c;if(s===`boldsymbol`){let o=st(i,r,t,a,n);e=o.fontName,c=[o.fontClass]}else o?(e=bt[s].fontName,c=[s]):(e=yt(s,t.fontWeight,t.fontShape),c=[s,t.fontWeight,t.fontShape]);if(it(i,e,r).metrics)return at(i,e,r,t,a.concat(c));if(Qe.hasOwnProperty(i)&&e.slice(0,10)===`Typewriter`){let n=[];for(let o=0;o<i.length;o++)n.push(at(i[o],e,r,t,a.concat(c)));return ht(n)}}if(n===`mathord`)return at(i,`Math-Italic`,r,t,a.concat([`mathnormal`]));if(n===`textord`){let e=Ge[r][i]&&Ge[r][i].font;if(e===`ams`)return at(i,yt(`amsrm`,t.fontWeight,t.fontShape),r,t,a.concat(`amsrm`,t.fontWeight,t.fontShape));if(e===`main`||!e)return at(i,yt(`textrm`,t.fontWeight,t.fontShape),r,t,a.concat(t.fontWeight,t.fontShape));{let n=yt(e,t.fontWeight,t.fontShape);return at(i,n,r,t,a.concat(n,t.fontWeight,t.fontShape))}}else throw Error(`unexpected type: `+n+` in makeOrd`)},lt=(e,t)=>{if(be(e.classes)!==be(t.classes)||e.skew!==t.skew||e.maxFontSize!==t.maxFontSize||e.italic!==0&&e.hasClass(`mathnormal`))return!1;if(e.classes.length===1){let t=e.classes[0];if(t===`mbin`||t===`mord`)return!1}for(let n of Object.keys(e.style))if(e.style[n]!==t.style[n])return!1;for(let n of Object.keys(t.style))if(e.style[n]!==t.style[n])return!1;return!0},ut=e=>{for(let t=0;t<e.length-1;t++){let n=e[t],r=e[t+1];n instanceof ke&&r instanceof ke&<(n,r)&&(n.text+=r.text,n.height=Math.max(n.height,r.height),n.depth=Math.max(n.depth,r.depth),n.italic=r.italic,e.splice(t+1,1),t--)}return e},dt=function(e){let t=0,n=0,r=0;for(let i=0;i<e.children.length;i++){let a=e.children[i];a.height>t&&(t=a.height),a.depth>n&&(n=a.depth),a.maxFontSize>r&&(r=a.maxFontSize)}e.height=t,e.depth=n,e.maxFontSize=r},F=function(e,t,n,r){let i=new Te(e,t,n,r);return dt(i),i},ft=(e,t,n,r)=>new Te(e,t,n,r),pt=function(e,t,n){let r=F([e],[],t);return r.height=Math.max(n||t.fontMetrics().defaultRuleThickness,t.minRuleThickness),r.style.borderBottomWidth=T(r.height),r.maxFontSize=1,r},mt=function(e,t,n,r){let i=new Ee(e,t,n,r);return dt(i),i},ht=function(e){let t=new ge(e);return dt(t),t},gt=function(e,t){return e instanceof ge?F([],[e],t):e},_t=function(e){if(e.positionType===`individualShift`){let t=e.children,n=[t[0]],r=-t[0].shift-t[0].elem.depth,i=r;for(let e=1;e<t.length;e++){let r=-t[e].shift-i-t[e].elem.depth,a=r-(t[e-1].elem.height+t[e-1].elem.depth);i+=r,n.push({type:`kern`,size:a}),n.push(t[e])}return{children:n,depth:r}}let t;if(e.positionType===`top`){let n=e.positionData;for(let t=0;t<e.children.length;t++){let r=e.children[t];n-=r.type===`kern`?r.size:r.elem.height+r.elem.depth}t=n}else if(e.positionType===`bottom`)t=-e.positionData;else{let n=e.children[0];if(n.type!==`elem`)throw Error(`First child must have type "elem".`);if(e.positionType===`shift`)t=-n.elem.depth-e.positionData;else if(e.positionType===`firstBaseline`)t=-n.elem.depth;else throw Error(`Invalid positionType `+e.positionType+`.`)}return{children:e.children,depth:t}},I=function(e,t){let{children:n,depth:r}=_t(e),i=0;for(let e=0;e<n.length;e++){let t=n[e];if(t.type===`elem`){let e=t.elem;i=Math.max(i,e.maxFontSize,e.height)}}i+=2;let a=F([`pstrut`],[]);a.style.height=T(i);let o=[],s=r,c=r,l=r;for(let e=0;e<n.length;e++){let t=n[e];if(t.type===`kern`)l+=t.size;else{let e=t.elem,n=t.wrapperClasses||[],r=t.wrapperStyle||{},s=F(n,[a,e],void 0,r);s.style.top=T(-i-l-e.depth),t.marginLeft&&(s.style.marginLeft=t.marginLeft),t.marginRight&&(s.style.marginRight=t.marginRight),o.push(s),l+=e.height+e.depth}s=Math.min(s,l),c=Math.max(c,l)}let u=F([`vlist`],o);u.style.height=T(c);let d;if(s<0){let e=F([`vlist`],[F([],[])]);e.style.height=T(-s),d=[F([`vlist-r`],[u,F([`vlist-s`],[new ke(``)])]),F([`vlist-r`],[e])]}else d=[F([`vlist-r`],[u])];let f=F([`vlist-t`],d);return d.length===2&&f.classes.push(`vlist-t2`),f.height=c,f.depth=-s,f},vt=(e,t)=>{let n=F([`mspace`],[],t),r=w(e,t);return n.style.marginRight=T(r),n},yt=function(e,t,n){let r=``;switch(e){case`amsrm`:r=`AMS`;break;case`textrm`:r=`Main`;break;case`textsf`:r=`SansSerif`;break;case`texttt`:r=`Typewriter`;break;default:r=e}let i;return i=t===`textbf`&&n===`textit`?`BoldItalic`:t===`textbf`?`Bold`:t===`textit`?`Italic`:`Regular`,r+`-`+i},bt={mathbf:{variant:`bold`,fontName:`Main-Bold`},mathrm:{variant:`normal`,fontName:`Main-Regular`},textit:{variant:`italic`,fontName:`Main-Italic`},mathit:{variant:`italic`,fontName:`Main-Italic`},mathnormal:{variant:`italic`,fontName:`Math-Italic`},mathsfit:{variant:`sans-serif-italic`,fontName:`SansSerif-Italic`},mathbb:{variant:`double-struck`,fontName:`AMS-Regular`},mathcal:{variant:`script`,fontName:`Caligraphic-Regular`},mathfrak:{variant:`fraktur`,fontName:`Fraktur-Regular`},mathscr:{variant:`script`,fontName:`Script-Regular`},mathsf:{variant:`sans-serif`,fontName:`SansSerif-Regular`},mathtt:{variant:`monospace`,fontName:`Typewriter-Regular`}},xt={vec:[`vec`,.471,.714],oiintSize1:[`oiintSize1`,.957,.499],oiintSize2:[`oiintSize2`,1.472,.659],oiiintSize1:[`oiiintSize1`,1.304,.499],oiiintSize2:[`oiiintSize2`,1.98,.659]},St=function(e,t){let[n,r,i]=xt[e],a=ft([`overlay`],[new E([new Ae(n)],{width:T(r),height:T(i),style:`width:`+T(r),viewBox:`0 0 `+1e3*r+` `+1e3*i,preserveAspectRatio:`xMinYMin`})],t);return a.height=i,a.style.height=T(i),a.style.width=T(r),a},L={number:3,unit:`mu`},Ct={number:4,unit:`mu`},wt={number:5,unit:`mu`},Tt={mord:{mop:L,mbin:Ct,mrel:wt,minner:L},mop:{mord:L,mop:L,mrel:wt,minner:L},mbin:{mord:Ct,mop:Ct,mopen:Ct,minner:Ct},mrel:{mord:wt,mop:wt,mopen:wt,minner:wt},mopen:{},mclose:{mop:L,mbin:Ct,mrel:wt,minner:L},mpunct:{mord:L,mop:L,mrel:wt,mopen:L,mclose:L,mpunct:L,minner:L},minner:{mord:L,mop:L,mbin:Ct,mrel:wt,mopen:L,mpunct:L,minner:L}},Et={mord:{mop:L},mop:{mord:L,mop:L},mbin:{},mrel:{},mopen:{},mclose:{mop:L},mpunct:{},minner:{mop:L}},Dt={},Ot={},kt={};function R(e){let{type:t,names:n,props:r,handler:i,htmlBuilder:a,mathmlBuilder:o}=e,s={type:t,numArgs:r.numArgs,argTypes:r.argTypes,allowedInArgument:!!r.allowedInArgument,allowedInText:!!r.allowedInText,allowedInMath:r.allowedInMath===void 0?!0:r.allowedInMath,numOptionalArgs:r.numOptionalArgs||0,infix:!!r.infix,primitive:!!r.primitive,handler:i};for(let e=0;e<n.length;++e)Dt[n[e]]=s;t&&(a&&(Ot[t]=a),o&&(kt[t]=o))}function At(e){let{type:t,htmlBuilder:n,mathmlBuilder:r}=e;R({type:t,names:[],props:{numArgs:0},handler(){throw Error(`Should never be called.`)},htmlBuilder:n,mathmlBuilder:r})}let jt=function(e){return e.type===`ordgroup`&&e.body.length===1?e.body[0]:e},Mt=function(e){return e.type===`ordgroup`?e.body:[e]},Nt=new Set([`leftmost`,`mbin`,`mopen`,`mrel`,`mop`,`mpunct`]),Pt=new Set([`rightmost`,`mrel`,`mclose`,`mpunct`]),Ft={display:S.DISPLAY,text:S.TEXT,script:S.SCRIPT,scriptscript:S.SCRIPTSCRIPT},It={mord:`mord`,mop:`mop`,mbin:`mbin`,mrel:`mrel`,mopen:`mopen`,mclose:`mclose`,mpunct:`mpunct`,minner:`minner`},Lt=function(e,t,n,r){r===void 0&&(r=[null,null]);let i=[];for(let n=0;n<e.length;n++){let r=z(e[n],t);if(r instanceof ge){let e=r.children;i.push(...e)}else i.push(r)}if(ut(i),!n)return i;let a=t;if(e.length===1){let n=e[0];n.type===`sizing`?a=t.havingSize(n.size):n.type===`styling`&&(a=t.havingStyle(Ft[n.style]))}let o=F([r[0]||`leftmost`],[],t),s=F([r[1]||`rightmost`],[],t),c=n===`root`;return Rt(i,(e,t)=>{let n=t.classes[0],r=e.classes[0];n===`mbin`&&Pt.has(r)?t.classes[0]=`mord`:r===`mbin`&&Nt.has(n)&&(e.classes[0]=`mord`)},{node:o},s,c),Rt(i,(e,t)=>{let n=Vt(t),r=Vt(e),i=n&&r?e.hasClass(`mtight`)?Et[n]?.[r]:Tt[n]?.[r]:null;if(i)return vt(i,a)},{node:o},s,c),i},Rt=function(e,t,n,r,i){r&&e.push(r);let a=0;for(;a<e.length;a++){let r=e[a],o=zt(r);if(o){Rt(o.children,t,n,null,i);continue}let s=!r.hasClass(`mspace`);if(s){let i=t(r,n.node);i&&(n.insertAfter?n.insertAfter(i):(e.unshift(i),a++))}s?n.node=r:i&&r.hasClass(`newline`)&&(n.node=F([`leftmost`])),n.insertAfter=(t=>n=>{e.splice(t+1,0,n),a++})(a)}r&&e.pop()},zt=function(e){return e instanceof ge||e instanceof Ee||e instanceof Te&&e.hasClass(`enclosing`)?e:null},Bt=function(e,t){let n=zt(e);if(n){let e=n.children;if(e.length){if(t===`right`)return Bt(e[e.length-1],`right`);if(t===`left`)return Bt(e[0],`left`)}}return e},Vt=function(e,t){return e?(t&&(e=Bt(e,t)),It[e.classes[0]]||null):null},Ht=function(e,t){let n=[`nulldelimiter`].concat(e.baseSizingClasses());return F(t.concat(n))},z=function(e,t,n){if(!e)return F();if(Ot[e.type]){let r=Ot[e.type](e,t);if(n&&t.size!==n.size){r=F(t.sizingClasses(n),[r],t);let e=t.sizeMultiplier/n.sizeMultiplier;r.height*=e,r.depth*=e}return r}else throw new r(`Got group of unknown type: '`+e.type+`'`)};function Ut(e,t){let n=F([`base`],e,t),r=F([`strut`]);return r.style.height=T(n.height+n.depth),n.depth&&(r.style.verticalAlign=T(-n.depth)),n.children.unshift(r),n}function Wt(e,t){let n=null;e.length===1&&e[0].type===`tag`&&(n=e[0].tag,e=e[0].body);let r=Lt(e,t,`root`),i;r.length===2&&r[1].hasClass(`tag`)&&(i=r.pop());let a=[],o=[];for(let e=0;e<r.length;e++)if(o.push(r[e]),r[e].hasClass(`mbin`)||r[e].hasClass(`mrel`)||r[e].hasClass(`allowbreak`)){let n=!1;for(;e<r.length-1&&r[e+1].hasClass(`mspace`)&&!r[e+1].hasClass(`newline`);)e++,o.push(r[e]),r[e].hasClass(`nobreak`)&&(n=!0);n||(a.push(Ut(o,t)),o=[])}else r[e].hasClass(`newline`)&&(o.pop(),o.length>0&&(a.push(Ut(o,t)),o=[]),a.push(r[e]));o.length>0&&a.push(Ut(o,t));let s;n?(s=Ut(Lt(n,t,!0),t),s.classes=[`tag`],a.push(s)):i&&a.push(i);let c=F([`katex-html`],a);if(c.setAttribute(`aria-hidden`,`true`),s){let e=s.children[0];e.style.height=T(c.height+c.depth),c.depth&&(e.style.verticalAlign=T(-c.depth))}return c}function Gt(e){return new ge(e)}class B{constructor(e,t,n){this.type=e,this.attributes={},this.children=t||[],this.classes=n||[]}setAttribute(e,t){this.attributes[e]=t}getAttribute(e){return this.attributes[e]}toNode(){let e=document.createElementNS(`http://www.w3.org/1998/Math/MathML`,this.type);for(let t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&e.setAttribute(t,this.attributes[t]);this.classes.length>0&&(e.className=be(this.classes));for(let t=0;t<this.children.length;t++)if(this.children[t]instanceof Kt&&this.children[t+1]instanceof Kt){let n=this.children[t].toText()+this.children[++t].toText();for(;this.children[t+1]instanceof Kt;)n+=this.children[++t].toText();e.appendChild(new Kt(n).toNode())}else e.appendChild(this.children[t].toNode());return e}toMarkup(){let e=`<`+this.type;for(let t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&(e+=` `+t+`="`,e+=c(this.attributes[t]),e+=`"`);this.classes.length>0&&(e+=` class ="`+c(be(this.classes))+`"`),e+=`>`;for(let t=0;t<this.children.length;t++)e+=this.children[t].toMarkup();return e+=`</`+this.type+`>`,e}toText(){return this.children.map(e=>e.toText()).join(``)}}class Kt{constructor(e){this.text=e}toNode(){return document.createTextNode(this.text)}toMarkup(){return c(this.toText())}toText(){return this.text}}class qt{constructor(e){this.width=e,e>=.05555&&e<=.05556?this.character=` `:e>=.1666&&e<=.1667?this.character=` `:e>=.2222&&e<=.2223?this.character=` `:e>=.2777&&e<=.2778?this.character=` `:e>=-.05556&&e<=-.05555?this.character=` `:e>=-.1667&&e<=-.1666?this.character=` `:e>=-.2223&&e<=-.2222?this.character=` `:e>=-.2778&&e<=-.2777?this.character=` `:this.character=null}toNode(){if(this.character)return document.createTextNode(this.character);{let e=document.createElementNS(`http://www.w3.org/1998/Math/MathML`,`mspace`);return e.setAttribute(`width`,T(this.width)),e}}toMarkup(){return this.character?`<mtext>`+this.character+`</mtext>`:`<mspace width="`+T(this.width)+`"/>`}toText(){return this.character?this.character:` `}}let Jt=new Set([`\\imath`,`\\jmath`]),Yt=new Set([`mrow`,`mtable`]),Xt=function(e,t,n){return Ge[t][e]&&Ge[t][e].replace&&e.charCodeAt(0)!==55349&&!(Qe.hasOwnProperty(e)&&n&&(n.fontFamily&&n.fontFamily.slice(4,6)===`tt`||n.font&&n.font.slice(4,6)===`tt`))&&(e=Ge[t][e].replace),new Kt(e)},Zt=function(e){return e.length===1?e[0]:new B(`mrow`,e)},V=function(e,t){if(t.fontFamily===`texttt`)return`monospace`;if(t.fontFamily===`textsf`)return t.fontShape===`textit`&&t.fontWeight===`textbf`?`sans-serif-bold-italic`:t.fontShape===`textit`?`sans-serif-italic`:t.fontWeight===`textbf`?`bold-sans-serif`:`sans-serif`;if(t.fontShape===`textit`&&t.fontWeight===`textbf`)return`bold-italic`;if(t.fontShape===`textit`)return`italic`;if(t.fontWeight===`textbf`)return`bold`;let n=t.font;if(!n||n===`mathnormal`)return null;let r=e.mode;if(n===`mathit`)return`italic`;if(n===`boldsymbol`)return e.type===`textord`?`bold`:`bold-italic`;if(n===`mathbf`)return`bold`;if(n===`mathbb`)return`double-struck`;if(n===`mathsfit`)return`sans-serif-italic`;if(n===`mathfrak`)return`fraktur`;if(n===`mathscr`||n===`mathcal`)return`script`;if(n===`mathsf`)return`sans-serif`;if(n===`mathtt`)return`monospace`;let i=e.text;if(Jt.has(i))return null;if(Ge[r][i]){let e=Ge[r][i].replace;e&&(i=e)}let a=bt[n].fontName;return ze(i,a,r)?bt[n].variant:null};function Qt(e){if(!e)return!1;if(e.type===`mi`&&e.children.length===1){let t=e.children[0];return t instanceof Kt&&t.text===`.`}else if(e.type===`mo`&&e.children.length===1&&e.getAttribute(`separator`)===`true`&&e.getAttribute(`lspace`)===`0em`&&e.getAttribute(`rspace`)===`0em`){let t=e.children[0];return t instanceof Kt&&t.text===`,`}else return!1}let $t=function(e,t,n){if(e.length===1){let r=H(e[0],t);return n&&r instanceof B&&r.type===`mo`&&(r.setAttribute(`lspace`,`0em`),r.setAttribute(`rspace`,`0em`)),[r]}let r=[],i;for(let n=0;n<e.length;n++){let a=H(e[n],t);if(a instanceof B&&i instanceof B){if(a.type===`mtext`&&i.type===`mtext`&&a.getAttribute(`mathvariant`)===i.getAttribute(`mathvariant`)){i.children.push(...a.children);continue}else if(a.type===`mn`&&i.type===`mn`){i.children.push(...a.children);continue}else if(Qt(a)&&i.type===`mn`){i.children.push(...a.children);continue}else if(a.type===`mn`&&Qt(i))a.children=[...i.children,...a.children],r.pop();else if((a.type===`msup`||a.type===`msub`)&&a.children.length>=1&&(i.type===`mn`||Qt(i))){let e=a.children[0];e instanceof B&&e.type===`mn`&&(e.children=[...i.children,...e.children],r.pop())}else if(i.type===`mi`&&i.children.length===1){let e=i.children[0];if(e instanceof Kt&&e.text===`̸`&&(a.type===`mo`||a.type===`mi`||a.type===`mn`)){let e=a.children[0];e instanceof Kt&&e.text.length>0&&(e.text=e.text.slice(0,1)+`̸`+e.text.slice(1),r.pop())}}}r.push(a),i=a}return r},en=function(e,t,n){return Zt($t(e,t,n))},H=function(e,t){if(!e)return new B(`mrow`);if(kt[e.type])return kt[e.type](e,t);throw new r(`Got group of unknown type: '`+e.type+`'`)};function tn(e,t,n,r,i){let a=$t(e,n),o;o=a.length===1&&a[0]instanceof B&&Yt.has(a[0].type)?a[0]:new B(`mrow`,a);let s=new B(`annotation`,[new Kt(t)]);s.setAttribute(`encoding`,`application/x-tex`);let c=new B(`math`,[new B(`semantics`,[o,s])]);return c.setAttribute(`xmlns`,`http://www.w3.org/1998/Math/MathML`),r&&c.setAttribute(`display`,`block`),F([i?`katex`:`katex-mathml`],[c])}let nn=[[1,1,1],[2,1,1],[3,1,1],[4,2,1],[5,2,1],[6,3,1],[7,4,2],[8,6,3],[9,7,6],[10,8,7],[11,10,9]],rn=[.5,.6,.7,.8,.9,1,1.2,1.44,1.728,2.074,2.488],an=function(e,t){return t.size<2?e:nn[e-1][t.size-1]};class on{constructor(e){this.style=e.style,this.color=e.color,this.size=e.size||on.BASESIZE,this.textSize=e.textSize||this.size,this.phantom=!!e.phantom,this.font=e.font||``,this.fontFamily=e.fontFamily||``,this.fontWeight=e.fontWeight||``,this.fontShape=e.fontShape||``,this.sizeMultiplier=rn[this.size-1],this.maxSize=e.maxSize,this.minRuleThickness=e.minRuleThickness,this._fontMetrics=void 0}extend(e){let t={style:this.style,size:this.size,textSize:this.textSize,color:this.color,phantom:this.phantom,font:this.font,fontFamily:this.fontFamily,fontWeight:this.fontWeight,fontShape:this.fontShape,maxSize:this.maxSize,minRuleThickness:this.minRuleThickness};return Object.assign(t,e),new on(t)}havingStyle(e){return this.style===e?this:this.extend({style:e,size:an(this.textSize,e)})}havingCrampedStyle(){return this.havingStyle(this.style.cramp())}havingSize(e){return this.size===e&&this.textSize===e?this:this.extend({style:this.style.text(),size:e,textSize:e,sizeMultiplier:rn[e-1]})}havingBaseStyle(e){e||=this.style.text();let t=an(on.BASESIZE,e);return this.size===t&&this.textSize===on.BASESIZE&&this.style===e?this:this.extend({style:e,size:t})}havingBaseSizing(){let e;switch(this.style.id){case 4:case 5:e=3;break;case 6:case 7:e=1;break;default:e=6}return this.extend({style:this.style.text(),size:e})}withColor(e){return this.extend({color:e})}withPhantom(){return this.extend({phantom:!0})}withFont(e){return this.extend({font:e})}withTextFontFamily(e){return this.extend({fontFamily:e,font:``})}withTextFontWeight(e){return this.extend({fontWeight:e,font:``})}withTextFontShape(e){return this.extend({fontShape:e,font:``})}sizingClasses(e){return e.size===this.size?[]:[`sizing`,`reset-size`+e.size,`size`+this.size]}baseSizingClasses(){return this.size===on.BASESIZE?[]:[`sizing`,`reset-size`+this.size,`size`+on.BASESIZE]}fontMetrics(){return this._fontMetrics||=Ve(this.size),this._fontMetrics}getColor(){return this.phantom?`transparent`:this.color}}on.BASESIZE=6;var sn=on;let cn=function(e){return new sn({style:e.displayMode?S.DISPLAY:S.TEXT,maxSize:e.maxSize,minRuleThickness:e.minRuleThickness})},ln=function(e,t){if(t.displayMode){let n=[`katex-display`];t.leqno&&n.push(`leqno`),t.fleqn&&n.push(`fleqn`),e=F(n,[e])}return e},un=function(e,t,n){let r=cn(n),i;return n.output===`mathml`?tn(e,t,r,n.displayMode,!0):(i=n.output===`html`?F([`katex`],[Wt(e,r)]):F([`katex`],[tn(e,t,r,n.displayMode,!1),Wt(e,r)]),ln(i,n))},dn=function(e,t,n){return ln(F([`katex`],[Wt(e,cn(n))]),n)},fn={widehat:`^`,widecheck:`ˇ`,widetilde:`~`,utilde:`~`,overleftarrow:`←`,underleftarrow:`←`,xleftarrow:`←`,overrightarrow:`→`,underrightarrow:`→`,xrightarrow:`→`,underbrace:`⏟`,overbrace:`⏞`,underbracket:`⎵`,overbracket:`⎴`,overgroup:`⏠`,undergroup:`⏡`,overleftrightarrow:`↔`,underleftrightarrow:`↔`,xleftrightarrow:`↔`,Overrightarrow:`⇒`,xRightarrow:`⇒`,overleftharpoon:`↼`,xleftharpoonup:`↼`,overrightharpoon:`⇀`,xrightharpoonup:`⇀`,xLeftarrow:`⇐`,xLeftrightarrow:`⇔`,xhookleftarrow:`↩`,xhookrightarrow:`↪`,xmapsto:`↦`,xrightharpoondown:`⇁`,xleftharpoondown:`↽`,xrightleftharpoons:`⇌`,xleftrightharpoons:`⇋`,xtwoheadleftarrow:`↞`,xtwoheadrightarrow:`↠`,xlongequal:`=`,xtofrom:`⇄`,xrightleftarrows:`⇄`,xrightequilibrium:`⇌`,xleftequilibrium:`⇋`,"\\cdrightarrow":`→`,"\\cdleftarrow":`←`,"\\cdlongequal":`=`},pn=function(e){let t=new B(`mo`,[new Kt(fn[e.replace(/^\\/,``)])]);return t.setAttribute(`stretchy`,`true`),t},mn={overrightarrow:[[`rightarrow`],.888,522,`xMaxYMin`],overleftarrow:[[`leftarrow`],.888,522,`xMinYMin`],underrightarrow:[[`rightarrow`],.888,522,`xMaxYMin`],underleftarrow:[[`leftarrow`],.888,522,`xMinYMin`],xrightarrow:[[`rightarrow`],1.469,522,`xMaxYMin`],"\\cdrightarrow":[[`rightarrow`],3,522,`xMaxYMin`],xleftarrow:[[`leftarrow`],1.469,522,`xMinYMin`],"\\cdleftarrow":[[`leftarrow`],3,522,`xMinYMin`],Overrightarrow:[[`doublerightarrow`],.888,560,`xMaxYMin`],xRightarrow:[[`doublerightarrow`],1.526,560,`xMaxYMin`],xLeftarrow:[[`doubleleftarrow`],1.526,560,`xMinYMin`],overleftharpoon:[[`leftharpoon`],.888,522,`xMinYMin`],xleftharpoonup:[[`leftharpoon`],.888,522,`xMinYMin`],xleftharpoondown:[[`leftharpoondown`],.888,522,`xMinYMin`],overrightharpoon:[[`rightharpoon`],.888,522,`xMaxYMin`],xrightharpoonup:[[`rightharpoon`],.888,522,`xMaxYMin`],xrightharpoondown:[[`rightharpoondown`],.888,522,`xMaxYMin`],xlongequal:[[`longequal`],.888,334,`xMinYMin`],"\\cdlongequal":[[`longequal`],3,334,`xMinYMin`],xtwoheadleftarrow:[[`twoheadleftarrow`],.888,334,`xMinYMin`],xtwoheadrightarrow:[[`twoheadrightarrow`],.888,334,`xMaxYMin`],overleftrightarrow:[[`leftarrow`,`rightarrow`],.888,522],overbrace:[[`leftbrace`,`midbrace`,`rightbrace`],1.6,548],underbrace:[[`leftbraceunder`,`midbraceunder`,`rightbraceunder`],1.6,548],underleftrightarrow:[[`leftarrow`,`rightarrow`],.888,522],xleftrightarrow:[[`leftarrow`,`rightarrow`],1.75,522],xLeftrightarrow:[[`doubleleftarrow`,`doublerightarrow`],1.75,560],xrightleftharpoons:[[`leftharpoondownplus`,`rightharpoonplus`],1.75,716],xleftrightharpoons:[[`leftharpoonplus`,`rightharpoondownplus`],1.75,716],xhookleftarrow:[[`leftarrow`,`righthook`],1.08,522],xhookrightarrow:[[`lefthook`,`rightarrow`],1.08,522],overlinesegment:[[`leftlinesegment`,`rightlinesegment`],.888,522],underlinesegment:[[`leftlinesegment`,`rightlinesegment`],.888,522],overbracket:[[`leftbracketover`,`rightbracketover`],1.6,440],underbracket:[[`leftbracketunder`,`rightbracketunder`],1.6,410],overgroup:[[`leftgroup`,`rightgroup`],.888,342],undergroup:[[`leftgroupunder`,`rightgroupunder`],.888,342],xmapsto:[[`leftmapsto`,`rightarrow`],1.5,522],xtofrom:[[`leftToFrom`,`rightToFrom`],1.75,528],xrightleftarrows:[[`baraboveleftarrow`,`rightarrowabovebar`],1.75,901],xrightequilibrium:[[`baraboveshortleftharpoon`,`rightharpoonaboveshortbar`],1.75,716],xleftequilibrium:[[`shortbaraboveleftharpoon`,`shortrightharpoonabovebar`],1.75,716]},hn=new Set([`widehat`,`widecheck`,`widetilde`,`utilde`]),gn=function(e,t){function n(){let n=4e5,r=e.label.slice(1);if(hn.has(r)){let i=e,a=i.base.type===`ordgroup`?i.base.body.length:1,o,s,c;if(a>5)r===`widehat`||r===`widecheck`?(o=420,n=2364,c=.42,s=r+`4`):(o=312,n=2340,c=.34,s=`tilde4`);else{let e=[1,1,2,2,3,3][a];r===`widehat`||r===`widecheck`?(n=[0,1062,2364,2364,2364][e],o=[0,239,300,360,420][e],c=[0,.24,.3,.3,.36,.42][e],s=r+e):(n=[0,600,1033,2339,2340][e],o=[0,260,286,306,312][e],c=[0,.26,.286,.3,.306,.34][e],s=`tilde`+e)}return{span:ft([],[new E([new Ae(s)],{width:`100%`,height:T(c),viewBox:`0 0 `+n+` `+o,preserveAspectRatio:`none`})],t),minWidth:0,height:c}}else{let e=[],i=mn[r],[a,o,s]=i,c=s/1e3,l=a.length,u,d;if(l===1){let e=i[3];u=[`hide-tail`],d=[e]}else if(l===2)u=[`halfarrow-left`,`halfarrow-right`],d=[`xMinYMin`,`xMaxYMin`];else if(l===3)u=[`brace-left`,`brace-center`,`brace-right`],d=[`xMinYMin`,`xMidYMin`,`xMaxYMin`];else throw Error(`Correct katexImagesData or update code here to support
|
||
`+l+` children.`);for(let r=0;r<l;r++){let i=new E([new Ae(a[r])],{width:`400em`,height:T(c),viewBox:`0 0 `+n+` `+s,preserveAspectRatio:d[r]+` slice`}),f=ft([u[r]],[i],t);if(l===1)return{span:f,minWidth:o,height:c};f.style.height=T(c),e.push(f)}return{span:F([`stretchy`],e,t),minWidth:o,height:c}}}let{span:r,minWidth:i,height:a}=n();return r.height=a,r.style.height=T(a),i>0&&(r.style.minWidth=T(i)),r},_n=function(e,t,n,r,i){let a,o=e.height+e.depth+n+r;if(/fbox|color|angl/.test(t)){if(a=F([`stretchy`,t],[],i),t===`fbox`){let e=i.color&&i.getColor();e&&(a.style.borderColor=e)}}else{let e=[];/^[bx]cancel$/.test(t)&&e.push(new je({x1:`0`,y1:`0`,x2:`100%`,y2:`100%`,"stroke-width":`0.046em`})),/^x?cancel$/.test(t)&&e.push(new je({x1:`0`,y1:`100%`,x2:`100%`,y2:`0`,"stroke-width":`0.046em`})),a=ft([],[new E(e,{width:`100%`,height:T(o)})],i)}return a.height=o,a.style.height=T(o),a};function U(e,t){if(!e||e.type!==t)throw Error(`Expected node of type `+t+`, but got `+(e?`node of type `+e.type:String(e)));return e}function vn(e){let t=yn(e);if(!t)throw Error(`Expected node of symbol group type, but got `+(e?`node of type `+e.type:String(e)));return t}function yn(e){return e&&(e.type===`atom`||Ue.hasOwnProperty(e.type))?e:null}let bn=e=>{if(e instanceof ke)return e;if(Pe(e)&&e.children.length===1)return bn(e.children[0])},xn=(e,t)=>{let n,r,i;e&&e.type===`supsub`?(r=U(e.base,`accent`),n=r.base,e.base=n,i=Ne(z(e,t)),e.base=r):(r=U(e,`accent`),n=r.base);let a=z(n,t.havingCrampedStyle()),o=r.isShifty&&d(n),s=0;o&&(s=bn(a)?.skew??0);let c=r.label===`\\c`,l=c?a.height+a.depth:Math.min(a.height,t.fontMetrics().xHeight),u;if(r.isStretchy)u=gn(r,t),u=I({positionType:`firstBaseline`,children:[{type:`elem`,elem:a},{type:`elem`,elem:u,wrapperClasses:[`svg-align`],wrapperStyle:s>0?{width:`calc(100% - `+T(2*s)+`)`,marginLeft:T(2*s)}:void 0}]},t);else{let e,n;r.label===`\\vec`?(e=St(`vec`,t),n=xt.vec[1]):(e=ct({type:`textord`,mode:r.mode,text:r.label},t,`textord`),e=Me(e),e.italic=0,n=e.width,c&&(l+=e.depth)),u=F([`accent-body`],[e]);let i=r.label===`\\textcircled`;i&&(u.classes.push(`accent-full`),l=a.height);let o=s;i||(o-=n/2),u.style.left=T(o),r.label===`\\textcircled`&&(u.style.top=`.2em`),u=I({positionType:`firstBaseline`,children:[{type:`elem`,elem:a},{type:`kern`,size:-l},{type:`elem`,elem:u}]},t)}let f=F([`mord`,`accent`],[u],t);return i?(i.children[0]=f,i.height=Math.max(f.height,i.height),i.classes[0]=`mord`,i):f},Sn=(e,t)=>{let n=e.isStretchy?pn(e.label):new B(`mo`,[Xt(e.label,e.mode)]),r=new B(`mover`,[H(e.base,t),n]);return r.setAttribute(`accent`,`true`),r},Cn=new RegExp([`\\acute`,`\\grave`,`\\ddot`,`\\tilde`,`\\bar`,`\\breve`,`\\check`,`\\hat`,`\\vec`,`\\dot`,`\\mathring`].map(e=>`\\`+e).join(`|`));R({type:`accent`,names:[`\\acute`,`\\grave`,`\\ddot`,`\\tilde`,`\\bar`,`\\breve`,`\\check`,`\\hat`,`\\vec`,`\\dot`,`\\mathring`,`\\widecheck`,`\\widehat`,`\\widetilde`,`\\overrightarrow`,`\\overleftarrow`,`\\Overrightarrow`,`\\overleftrightarrow`,`\\overgroup`,`\\overlinesegment`,`\\overleftharpoon`,`\\overrightharpoon`],props:{numArgs:1},handler:(e,t)=>{let n=jt(t[0]),r=!Cn.test(e.funcName),i=!r||e.funcName===`\\widehat`||e.funcName===`\\widetilde`||e.funcName===`\\widecheck`;return{type:`accent`,mode:e.parser.mode,label:e.funcName,isStretchy:r,isShifty:i,base:n}},htmlBuilder:xn,mathmlBuilder:Sn}),R({type:`accent`,names:[`\\'`,"\\`",`\\^`,`\\~`,`\\=`,`\\u`,`\\.`,`\\"`,`\\c`,`\\r`,`\\H`,`\\v`,`\\textcircled`],props:{numArgs:1,allowedInText:!0,allowedInMath:!0,argTypes:[`primitive`]},handler:(e,t)=>{let n=t[0],r=e.parser.mode;return r===`math`&&(e.parser.settings.reportNonstrict(`mathVsTextAccents`,`LaTeX's accent `+e.funcName+` works only in text mode`),r=`text`),{type:`accent`,mode:r,label:e.funcName,isStretchy:!1,isShifty:!0,base:n}},htmlBuilder:xn,mathmlBuilder:Sn}),R({type:`accentUnder`,names:[`\\underleftarrow`,`\\underrightarrow`,`\\underleftrightarrow`,`\\undergroup`,`\\underlinesegment`,`\\utilde`],props:{numArgs:1},handler:(e,t)=>{let{parser:n,funcName:r}=e,i=t[0];return{type:`accentUnder`,mode:n.mode,label:r,base:i}},htmlBuilder:(e,t)=>{let n=z(e.base,t),r=gn(e,t),i=e.label===`\\utilde`?.12:0;return F([`mord`,`accentunder`],[I({positionType:`top`,positionData:n.height,children:[{type:`elem`,elem:r,wrapperClasses:[`svg-align`]},{type:`kern`,size:i},{type:`elem`,elem:n}]},t)],t)},mathmlBuilder:(e,t)=>{let n=pn(e.label),r=new B(`munder`,[H(e.base,t),n]);return r.setAttribute(`accentunder`,`true`),r}});let W=e=>{let t=new B(`mpadded`,e?[e]:[]);return t.setAttribute(`width`,`+0.6em`),t.setAttribute(`lspace`,`0.3em`),t};R({type:`xArrow`,names:[`\\xleftarrow`,`\\xrightarrow`,`\\xLeftarrow`,`\\xRightarrow`,`\\xleftrightarrow`,`\\xLeftrightarrow`,`\\xhookleftarrow`,`\\xhookrightarrow`,`\\xmapsto`,`\\xrightharpoondown`,`\\xrightharpoonup`,`\\xleftharpoondown`,`\\xleftharpoonup`,`\\xrightleftharpoons`,`\\xleftrightharpoons`,`\\xlongequal`,`\\xtwoheadrightarrow`,`\\xtwoheadleftarrow`,`\\xtofrom`,`\\xrightleftarrows`,`\\xrightequilibrium`,`\\xleftequilibrium`,`\\\\cdrightarrow`,`\\\\cdleftarrow`,`\\\\cdlongequal`],props:{numArgs:1,numOptionalArgs:1},handler(e,t,n){let{parser:r,funcName:i}=e;return{type:`xArrow`,mode:r.mode,label:i,body:t[0],below:n[0]}},htmlBuilder(e,t){let n=t.style,r=t.havingStyle(n.sup()),i=gt(z(e.body,r,t),t),a=e.label.slice(0,2)===`\\x`?`x`:`cd`;i.classes.push(a+`-arrow-pad`);let o;e.below&&(r=t.havingStyle(n.sub()),o=gt(z(e.below,r,t),t),o.classes.push(a+`-arrow-pad`));let s=gn(e,t),c=-t.fontMetrics().axisHeight+.5*s.height,l=-t.fontMetrics().axisHeight-.5*s.height-.111;(i.depth>.25||e.label===`\\xleftequilibrium`)&&(l-=i.depth);let u;if(o){let e=-t.fontMetrics().axisHeight+o.height+.5*s.height+.111;u=I({positionType:`individualShift`,children:[{type:`elem`,elem:i,shift:l},{type:`elem`,elem:s,shift:c},{type:`elem`,elem:o,shift:e}]},t)}else u=I({positionType:`individualShift`,children:[{type:`elem`,elem:i,shift:l},{type:`elem`,elem:s,shift:c}]},t);return u.children[0].children[0].children[1].classes.push(`svg-align`),F([`mrel`,`x-arrow`],[u],t)},mathmlBuilder(e,t){let n=pn(e.label);n.setAttribute(`minsize`,e.label.charAt(0)===`x`?`1.75em`:`3.0em`);let r;if(e.body){let i=W(H(e.body,t));r=e.below?new B(`munderover`,[n,W(H(e.below,t)),i]):new B(`mover`,[n,i])}else e.below?r=new B(`munder`,[n,W(H(e.below,t))]):(r=W(),r=new B(`mover`,[n,r]));return r}});function wn(e,t){let n=Lt(e.body,t,!0);return F([e.mclass],n,t)}function Tn(e,t){let n,r=$t(e.body,t);return e.mclass===`minner`?n=new B(`mpadded`,r):e.mclass===`mord`?e.isCharacterBox?(n=r[0],n.type=`mi`):n=new B(`mi`,r):(e.isCharacterBox?(n=r[0],n.type=`mo`):n=new B(`mo`,r),e.mclass===`mbin`?(n.attributes.lspace=`0.22em`,n.attributes.rspace=`0.22em`):e.mclass===`mpunct`?(n.attributes.lspace=`0em`,n.attributes.rspace=`0.17em`):e.mclass===`mopen`||e.mclass===`mclose`?(n.attributes.lspace=`0em`,n.attributes.rspace=`0em`):e.mclass===`minner`&&(n.attributes.lspace=`0.0556em`,n.attributes.width=`+0.1111em`)),n}R({type:`mclass`,names:[`\\mathord`,`\\mathbin`,`\\mathrel`,`\\mathopen`,`\\mathclose`,`\\mathpunct`,`\\mathinner`],props:{numArgs:1,primitive:!0},handler(e,t){let{parser:n,funcName:r}=e,i=t[0];return{type:`mclass`,mode:n.mode,mclass:`m`+r.slice(5),body:Mt(i),isCharacterBox:d(i)}},htmlBuilder:wn,mathmlBuilder:Tn});let En=e=>{let t=e.type===`ordgroup`&&e.body.length?e.body[0]:e;return t.type===`atom`&&(t.family===`bin`||t.family===`rel`)?`m`+t.family:`mord`};R({type:`mclass`,names:[`\\@binrel`],props:{numArgs:2},handler(e,t){let{parser:n}=e;return{type:`mclass`,mode:n.mode,mclass:En(t[0]),body:Mt(t[1]),isCharacterBox:d(t[1])}}}),R({type:`mclass`,names:[`\\stackrel`,`\\overset`,`\\underset`],props:{numArgs:2},handler(e,t){let{parser:n,funcName:r}=e,i=t[1],a=t[0],o;o=r===`\\stackrel`?`mrel`:En(i);let s={type:`op`,mode:i.mode,limits:!0,alwaysHandleSupSub:!0,parentIsSupSub:!1,symbol:!1,suppressBaseShift:r!==`\\stackrel`,body:Mt(i)},c={type:`supsub`,mode:a.mode,base:s,sup:r===`\\underset`?null:a,sub:r===`\\underset`?a:null};return{type:`mclass`,mode:n.mode,mclass:o,body:[c],isCharacterBox:d(c)}},htmlBuilder:wn,mathmlBuilder:Tn}),R({type:`pmb`,names:[`\\pmb`],props:{numArgs:1,allowedInText:!0},handler(e,t){let{parser:n}=e;return{type:`pmb`,mode:n.mode,mclass:En(t[0]),body:Mt(t[0])}},htmlBuilder(e,t){let n=Lt(e.body,t,!0),r=F([e.mclass],n,t);return r.style.textShadow=`0.02em 0.01em 0.04px`,r},mathmlBuilder(e,t){let n=new B(`mstyle`,$t(e.body,t));return n.setAttribute(`style`,`text-shadow: 0.02em 0.01em 0.04px`),n}});let Dn={">":`\\\\cdrightarrow`,"<":`\\\\cdleftarrow`,"=":`\\\\cdlongequal`,A:`\\uparrow`,V:`\\downarrow`,"|":`\\Vert`,".":`no arrow`},On=()=>({type:`styling`,body:[],mode:`math`,style:`display`}),kn=e=>e.type===`textord`&&e.text===`@`,An=(e,t)=>(e.type===`mathord`||e.type===`atom`)&&e.text===t;function jn(e,t,n){let r=Dn[e];switch(r){case`\\\\cdrightarrow`:case`\\\\cdleftarrow`:return n.callFunction(r,[t[0]],[t[1]]);case`\\uparrow`:case`\\downarrow`:{let e=n.callFunction(`\\\\cdleft`,[t[0]],[]),i={type:`atom`,text:r,mode:`math`,family:`rel`},a={type:`ordgroup`,mode:`math`,body:[e,n.callFunction(`\\Big`,[i],[]),n.callFunction(`\\\\cdright`,[t[1]],[])]};return n.callFunction(`\\\\cdparent`,[a],[])}case`\\\\cdlongequal`:return n.callFunction(`\\\\cdlongequal`,[],[]);case`\\Vert`:return n.callFunction(`\\Big`,[{type:`textord`,text:`\\Vert`,mode:`math`}],[]);default:return{type:`textord`,text:` `,mode:`math`}}}function Mn(e){let t=[];for(e.gullet.beginGroup(),e.gullet.macros.set(`\\cr`,`\\\\\\relax`),e.gullet.beginGroup();;){t.push(e.parseExpression(!1,`\\\\`)),e.gullet.endGroup(),e.gullet.beginGroup();let n=e.fetch().text;if(n===`&`||n===`\\\\`)e.consume();else if(n===`\\end`){t[t.length-1].length===0&&t.pop();break}else throw new r(`Expected \\\\ or \\cr or \\end`,e.nextToken)}let n=[],i=[n];for(let a=0;a<t.length;a++){let o=t[a],s=On();for(let t=0;t<o.length;t++)if(!kn(o[t]))s.body.push(o[t]);else{n.push(s),t+=1;let i=vn(o[t]).text,a=[,,];if(a[0]={type:`ordgroup`,mode:`math`,body:[]},a[1]={type:`ordgroup`,mode:`math`,body:[]},!`=|.`.includes(i))if(`<>AV`.includes(i))for(let e=0;e<2;e++){let n=!0;for(let s=t+1;s<o.length;s++){if(An(o[s],i)){n=!1,t=s;break}if(kn(o[s]))throw new r(`Missing a `+i+` character to complete a CD arrow.`,o[s]);a[e].body.push(o[s])}if(n)throw new r(`Missing a `+i+` character to complete a CD arrow.`,o[t])}else throw new r(`Expected one of "<>AV=|." after @`,o[t]);let c={type:`styling`,body:[jn(i,a,e)],mode:`math`,style:`display`};n.push(c),s=On()}a%2==0?n.push(s):n.shift(),n=[],i.push(n)}return e.gullet.endGroup(),e.gullet.endGroup(),{type:`array`,mode:`math`,body:i,arraystretch:1,addJot:!0,rowGaps:[null],cols:Array(i[0].length).fill({type:`align`,align:`c`,pregap:.25,postgap:.25}),colSeparationType:`CD`,hLinesBeforeRow:Array(i.length+1).fill([])}}R({type:`cdlabel`,names:[`\\\\cdleft`,`\\\\cdright`],props:{numArgs:1},handler(e,t){let{parser:n,funcName:r}=e;return{type:`cdlabel`,mode:n.mode,side:r.slice(4),label:t[0]}},htmlBuilder(e,t){let n=t.havingStyle(t.style.sup()),r=gt(z(e.label,n,t),t);return r.classes.push(`cd-label-`+e.side),r.style.bottom=T(.8-r.depth),r.height=0,r.depth=0,r},mathmlBuilder(e,t){let n=new B(`mrow`,[H(e.label,t)]);return n=new B(`mpadded`,[n]),n.setAttribute(`width`,`0`),e.side===`left`&&n.setAttribute(`lspace`,`-1width`),n.setAttribute(`voffset`,`0.7em`),n=new B(`mstyle`,[n]),n.setAttribute(`displaystyle`,`false`),n.setAttribute(`scriptlevel`,`1`),n}}),R({type:`cdlabelparent`,names:[`\\\\cdparent`],props:{numArgs:1},handler(e,t){let{parser:n}=e;return{type:`cdlabelparent`,mode:n.mode,fragment:t[0]}},htmlBuilder(e,t){let n=gt(z(e.fragment,t),t);return n.classes.push(`cd-vert-arrow`),n},mathmlBuilder(e,t){return new B(`mrow`,[H(e.fragment,t)])}}),R({type:`textord`,names:[`\\@char`],props:{numArgs:1,allowedInText:!0},handler(e,t){let{parser:n}=e,i=U(t[0],`ordgroup`).body,a=``;for(let e=0;e<i.length;e++){let t=U(i[e],`textord`);a+=t.text}let o=parseInt(a),s;if(isNaN(o))throw new r(`\\@char has non-numeric argument `+a);if(o<0||o>=1114111)throw new r(`\\@char with invalid code point `+a);return o<=65535?s=String.fromCharCode(o):(o-=65536,s=String.fromCharCode((o>>10)+55296,(o&1023)+56320)),{type:`textord`,mode:n.mode,text:s}}});let Nn=(e,t)=>ht(Lt(e.body,t.withColor(e.color),!1)),Pn=(e,t)=>{let n=new B(`mstyle`,$t(e.body,t.withColor(e.color)));return n.setAttribute(`mathcolor`,e.color),n};R({type:`color`,names:[`\\textcolor`],props:{numArgs:2,allowedInText:!0,argTypes:[`color`,`original`]},handler(e,t){let{parser:n}=e,r=U(t[0],`color-token`).color,i=t[1];return{type:`color`,mode:n.mode,color:r,body:Mt(i)}},htmlBuilder:Nn,mathmlBuilder:Pn}),R({type:`color`,names:[`\\color`],props:{numArgs:1,allowedInText:!0,argTypes:[`color`]},handler(e,t){let{parser:n,breakOnTokenText:r}=e,i=U(t[0],`color-token`).color;n.gullet.macros.set(`\\current@color`,i);let a=n.parseExpression(!0,r);return{type:`color`,mode:n.mode,color:i,body:a}},htmlBuilder:Nn,mathmlBuilder:Pn}),R({type:`cr`,names:[`\\\\`],props:{numArgs:0,numOptionalArgs:0,allowedInText:!0},handler(e,t,n){let{parser:r}=e,i=r.gullet.future().text===`[`?r.parseSizeGroup(!0):null,a=!r.settings.displayMode||!r.settings.useStrictBehavior(`newLineInDisplayMode`,`In LaTeX, \\\\ or \\newline does nothing in display mode`);return{type:`cr`,mode:r.mode,newLine:a,size:i&&U(i,`size`).value}},htmlBuilder(e,t){let n=F([`mspace`],[],t);return e.newLine&&(n.classes.push(`newline`),e.size&&(n.style.marginTop=T(w(e.size,t)))),n},mathmlBuilder(e,t){let n=new B(`mspace`);return e.newLine&&(n.setAttribute(`linebreak`,`newline`),e.size&&n.setAttribute(`height`,T(w(e.size,t)))),n}});let Fn={"\\global":`\\global`,"\\long":`\\\\globallong`,"\\\\globallong":`\\\\globallong`,"\\def":`\\gdef`,"\\gdef":`\\gdef`,"\\edef":`\\xdef`,"\\xdef":`\\xdef`,"\\let":`\\\\globallet`,"\\futurelet":`\\\\globalfuture`},In=e=>{let t=e.text;if(/^(?:[\\{}$&#^_]|EOF)$/.test(t))throw new r(`Expected a control sequence`,e);return t},Ln=e=>{let t=e.gullet.popToken();return t.text===`=`&&(t=e.gullet.popToken(),t.text===` `&&(t=e.gullet.popToken())),t},Rn=(e,t,n,r)=>{let i=e.gullet.macros.get(n.text);i??=(n.noexpand=!0,{tokens:[n],numArgs:0,unexpandable:!e.gullet.isExpandable(n.text)}),e.gullet.macros.set(t,i,r)};R({type:`internal`,names:[`\\global`,`\\long`,`\\\\globallong`],props:{numArgs:0,allowedInText:!0},handler(e){let{parser:t,funcName:n}=e;t.consumeSpaces();let i=t.fetch();if(Fn[i.text])return(n===`\\global`||n===`\\\\globallong`)&&(i.text=Fn[i.text]),U(t.parseFunction(),`internal`);throw new r(`Invalid token after macro prefix`,i)}}),R({type:`internal`,names:[`\\def`,`\\gdef`,`\\edef`,`\\xdef`],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e){let{parser:t,funcName:n}=e,i=t.gullet.popToken(),a=i.text;if(/^(?:[\\{}$&#^_]|EOF)$/.test(a))throw new r(`Expected a control sequence`,i);let o=0,s,c=[[]];for(;t.gullet.future().text!==`{`;)if(i=t.gullet.popToken(),i.text===`#`){if(t.gullet.future().text===`{`){s=t.gullet.future(),c[o].push(`{`);break}if(i=t.gullet.popToken(),!/^[1-9]$/.test(i.text))throw new r(`Invalid argument number "`+i.text+`"`);if(parseInt(i.text)!==o+1)throw new r(`Argument number "`+i.text+`" out of order`);o++,c.push([])}else if(i.text===`EOF`)throw new r(`Expected a macro definition`);else c[o].push(i.text);let{tokens:l}=t.gullet.consumeArg();return s&&l.unshift(s),(n===`\\edef`||n===`\\xdef`)&&(l=t.gullet.expandTokens(l),l.reverse()),t.gullet.macros.set(a,{tokens:l,numArgs:o,delimiters:c},n===Fn[n]),{type:`internal`,mode:t.mode}}}),R({type:`internal`,names:[`\\let`,`\\\\globallet`],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e){let{parser:t,funcName:n}=e,r=In(t.gullet.popToken());return t.gullet.consumeSpaces(),Rn(t,r,Ln(t),n===`\\\\globallet`),{type:`internal`,mode:t.mode}}}),R({type:`internal`,names:[`\\futurelet`,`\\\\globalfuture`],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e){let{parser:t,funcName:n}=e,r=In(t.gullet.popToken()),i=t.gullet.popToken(),a=t.gullet.popToken();return Rn(t,r,a,n===`\\\\globalfuture`),t.gullet.pushToken(a),t.gullet.pushToken(i),{type:`internal`,mode:t.mode}}});let zn=function(e,t,n){let r=ze(Ge.math[e]&&Ge.math[e].replace||e,t,n);if(!r)throw Error(`Unsupported symbol `+e+` and font size `+t+`.`);return r},Bn=function(e,t,n,r){let i=n.havingBaseStyle(t),a=F(r.concat(i.sizingClasses(n)),[e],n),o=i.sizeMultiplier/n.sizeMultiplier;return a.height*=o,a.depth*=o,a.maxFontSize=i.sizeMultiplier,a},Vn=function(e,t,n){let r=t.havingBaseStyle(n),i=(1-t.sizeMultiplier/r.sizeMultiplier)*t.fontMetrics().axisHeight;e.classes.push(`delimcenter`),e.style.top=T(i),e.height-=i,e.depth+=i},G=function(e,t,n,r,i,a){let o=Bn(at(e,`Main-Regular`,i,r),t,r,a);return n&&Vn(o,r,t),o},Hn=function(e,t,n,r){return at(e,`Size`+t+`-Regular`,n,r)},Un=function(e,t,n,r,i,a){let o=Hn(e,t,i,r),s=Bn(F([`delimsizing`,`size`+t],[o],r),S.TEXT,r,a);return n&&Vn(s,r,S.TEXT),s},Wn=function(e,t,n){let r;return r=t===`Size1-Regular`?`delim-size1`:`delim-size4`,{type:`elem`,elem:F([`delimsizinginner`,r],[F([],[at(e,t,n)])])}},Gn=function(e,t,n){let r=Fe[`Size4-Regular`][e.charCodeAt(0)]?Fe[`Size4-Regular`][e.charCodeAt(0)][4]:Fe[`Size1-Regular`][e.charCodeAt(0)][4],i=ft([],[new E([new Ae(`inner`,pe(e,Math.round(1e3*t)))],{width:T(r),height:T(t),style:`width:`+T(r),viewBox:`0 0 `+1e3*r+` `+Math.round(1e3*t),preserveAspectRatio:`xMinYMin`})],n);return i.height=t,i.style.height=T(t),i.style.width=T(r),{type:`elem`,elem:i}},Kn=.008,qn={type:`kern`,size:-1*Kn},Jn=new Set([`|`,`\\lvert`,`\\rvert`,`\\vert`]),Yn=new Set([`\\|`,`\\lVert`,`\\rVert`,`\\Vert`]),Xn=function(e,t,n,r,i,a){let o,s,c,l,u=``,d=0;o=c=l=e,s=null;let f=`Size1-Regular`;e===`\\uparrow`?c=l=`⏐`:e===`\\Uparrow`?c=l=`‖`:e===`\\downarrow`?o=c=`⏐`:e===`\\Downarrow`?o=c=`‖`:e===`\\updownarrow`?(o=`\\uparrow`,c=`⏐`,l=`\\downarrow`):e===`\\Updownarrow`?(o=`\\Uparrow`,c=`‖`,l=`\\Downarrow`):Jn.has(e)?(c=`∣`,u=`vert`,d=333):Yn.has(e)?(c=`∥`,u=`doublevert`,d=556):e===`[`||e===`\\lbrack`?(o=`⎡`,c=`⎢`,l=`⎣`,f=`Size4-Regular`,u=`lbrack`,d=667):e===`]`||e===`\\rbrack`?(o=`⎤`,c=`⎥`,l=`⎦`,f=`Size4-Regular`,u=`rbrack`,d=667):e===`\\lfloor`||e===`⌊`?(c=o=`⎢`,l=`⎣`,f=`Size4-Regular`,u=`lfloor`,d=667):e===`\\lceil`||e===`⌈`?(o=`⎡`,c=l=`⎢`,f=`Size4-Regular`,u=`lceil`,d=667):e===`\\rfloor`||e===`⌋`?(c=o=`⎥`,l=`⎦`,f=`Size4-Regular`,u=`rfloor`,d=667):e===`\\rceil`||e===`⌉`?(o=`⎤`,c=l=`⎥`,f=`Size4-Regular`,u=`rceil`,d=667):e===`(`||e===`\\lparen`?(o=`⎛`,c=`⎜`,l=`⎝`,f=`Size4-Regular`,u=`lparen`,d=875):e===`)`||e===`\\rparen`?(o=`⎞`,c=`⎟`,l=`⎠`,f=`Size4-Regular`,u=`rparen`,d=875):e===`\\{`||e===`\\lbrace`?(o=`⎧`,s=`⎨`,l=`⎩`,c=`⎪`,f=`Size4-Regular`):e===`\\}`||e===`\\rbrace`?(o=`⎫`,s=`⎬`,l=`⎭`,c=`⎪`,f=`Size4-Regular`):e===`\\lgroup`||e===`⟮`?(o=`⎧`,l=`⎩`,c=`⎪`,f=`Size4-Regular`):e===`\\rgroup`||e===`⟯`?(o=`⎫`,l=`⎭`,c=`⎪`,f=`Size4-Regular`):e===`\\lmoustache`||e===`⎰`?(o=`⎧`,l=`⎭`,c=`⎪`,f=`Size4-Regular`):(e===`\\rmoustache`||e===`⎱`)&&(o=`⎫`,l=`⎩`,c=`⎪`,f=`Size4-Regular`);let p=zn(o,f,i),m=p.height+p.depth,h=zn(c,f,i),g=h.height+h.depth,_=zn(l,f,i),v=_.height+_.depth,y=0,b=1;if(s!==null){let e=zn(s,f,i);y=e.height+e.depth,b=2}let ee=m+v+y,x=ee+Math.max(0,Math.ceil((t-ee)/(b*g)))*b*g,te=r.fontMetrics().axisHeight;n&&(te*=r.sizeMultiplier);let ne=x/2-te,re=[];if(u.length>0){let e=x-m-v,t=Math.round(x*1e3),n=he(u,Math.round(e*1e3)),i=new Ae(u,n),a=T(d/1e3),o=T(t/1e3),s=ft([],[new E([i],{width:a,height:o,viewBox:`0 0 `+d+` `+t})],r);s.height=t/1e3,s.style.width=a,s.style.height=o,re.push({type:`elem`,elem:s})}else{if(re.push(Wn(l,f,i)),re.push(qn),s===null){let e=x-m-v+2*Kn;re.push(Gn(c,e,r))}else{let e=(x-m-v-y)/2+2*Kn;re.push(Gn(c,e,r)),re.push(qn),re.push(Wn(s,f,i)),re.push(qn),re.push(Gn(c,e,r))}re.push(qn),re.push(Wn(o,f,i))}let ie=r.havingBaseStyle(S.TEXT);return Bn(F([`delimsizing`,`mult`],[I({positionType:`bottom`,positionData:ne,children:re},ie)],ie),S.TEXT,r,a)},Zn=.08,Qn=function(e,t,n,r,i){return ft([`hide-tail`],[new E([new Ae(e,fe(e,r,n))],{width:`400em`,height:T(t),viewBox:`0 0 400000 `+n,preserveAspectRatio:`xMinYMin slice`})],i)},$n=function(e,t){let n=t.havingBaseSizing(),r=lr(`\\surd`,e*n.sizeMultiplier,sr,n),i=n.sizeMultiplier,a=Math.max(0,t.minRuleThickness-t.fontMetrics().sqrtRuleThickness),o,s=0,c=0,l=0,u;return r.type===`small`?(l=1e3+1e3*a+80,e<1?i=1:e<1.4&&(i=.7),s=(1+a+Zn)/i,c=(1+a)/i,o=Qn(`sqrtMain`,s,l,a,t),o.style.minWidth=`0.853em`,u=.833/i):r.type===`large`?(l=1080*rr[r.size],c=(rr[r.size]+a)/i,s=(rr[r.size]+a+Zn)/i,o=Qn(`sqrtSize`+r.size,s,l,a,t),o.style.minWidth=`1.02em`,u=1/i):(s=e+a+Zn,c=e+a,l=Math.floor(1e3*e+a)+80,o=Qn(`sqrtTall`,s,l,a,t),o.style.minWidth=`0.742em`,u=1.056),o.height=c,o.style.height=T(s),{span:o,advanceWidth:u,ruleWidth:(t.fontMetrics().sqrtRuleThickness+a)*i}},er=new Set([`(`,`\\lparen`,`)`,`\\rparen`,`[`,`\\lbrack`,`]`,`\\rbrack`,`\\{`,`\\lbrace`,`\\}`,`\\rbrace`,`\\lfloor`,`\\rfloor`,`⌊`,`⌋`,`\\lceil`,`\\rceil`,`⌈`,`⌉`,`\\surd`]),tr=new Set([`\\uparrow`,`\\downarrow`,`\\updownarrow`,`\\Uparrow`,`\\Downarrow`,`\\Updownarrow`,`|`,`\\|`,`\\vert`,`\\Vert`,`\\lvert`,`\\rvert`,`\\lVert`,`\\rVert`,`\\lgroup`,`\\rgroup`,`⟮`,`⟯`,`\\lmoustache`,`\\rmoustache`,`⎰`,`⎱`]),nr=new Set([`<`,`>`,`\\langle`,`\\rangle`,`/`,`\\backslash`,`\\lt`,`\\gt`]),rr=[0,1.2,1.8,2.4,3],ir=function(e,t,n,i,a){if(e===`<`||e===`\\lt`||e===`⟨`?e=`\\langle`:(e===`>`||e===`\\gt`||e===`⟩`)&&(e=`\\rangle`),er.has(e)||nr.has(e))return Un(e,t,!1,n,i,a);if(tr.has(e))return Xn(e,rr[t],!1,n,i,a);throw new r(`Illegal delimiter: '`+e+`'`)},ar=[{type:`small`,style:S.SCRIPTSCRIPT},{type:`small`,style:S.SCRIPT},{type:`small`,style:S.TEXT},{type:`large`,size:1},{type:`large`,size:2},{type:`large`,size:3},{type:`large`,size:4}],or=[{type:`small`,style:S.SCRIPTSCRIPT},{type:`small`,style:S.SCRIPT},{type:`small`,style:S.TEXT},{type:`stack`}],sr=[{type:`small`,style:S.SCRIPTSCRIPT},{type:`small`,style:S.SCRIPT},{type:`small`,style:S.TEXT},{type:`large`,size:1},{type:`large`,size:2},{type:`large`,size:3},{type:`large`,size:4},{type:`stack`}],cr=function(e){if(e.type===`small`)return`Main-Regular`;if(e.type===`large`)return`Size`+e.size+`-Regular`;if(e.type===`stack`)return`Size4-Regular`;{let t=e.type;throw Error(`Add support for delim type '`+t+`' here.`)}},lr=function(e,t,n,r){let i=Math.min(2,3-r.style.size);for(let a=i;a<n.length;a++){let i=n[a];if(i.type===`stack`)break;let o=zn(e,cr(i),`math`),s=o.height+o.depth;if(i.type===`small`){let e=r.havingBaseStyle(i.style);s*=e.sizeMultiplier}if(s>t)return i}return n[n.length-1]},ur=function(e,t,n,r,i,a){e===`<`||e===`\\lt`||e===`⟨`?e=`\\langle`:(e===`>`||e===`\\gt`||e===`⟩`)&&(e=`\\rangle`);let o;o=nr.has(e)?ar:er.has(e)?sr:or;let s=lr(e,t,o,r);return s.type===`small`?G(e,s.style,n,r,i,a):s.type===`large`?Un(e,s.size,n,r,i,a):Xn(e,t,n,r,i,a)},dr=function(e,t,n,r,i,a){let o=r.fontMetrics().axisHeight*r.sizeMultiplier,s=5/r.fontMetrics().ptPerEm,c=Math.max(t-o,n+o);return ur(e,Math.max(c/500*901,2*c-s),!0,r,i,a)},fr={"\\bigl":{mclass:`mopen`,size:1},"\\Bigl":{mclass:`mopen`,size:2},"\\biggl":{mclass:`mopen`,size:3},"\\Biggl":{mclass:`mopen`,size:4},"\\bigr":{mclass:`mclose`,size:1},"\\Bigr":{mclass:`mclose`,size:2},"\\biggr":{mclass:`mclose`,size:3},"\\Biggr":{mclass:`mclose`,size:4},"\\bigm":{mclass:`mrel`,size:1},"\\Bigm":{mclass:`mrel`,size:2},"\\biggm":{mclass:`mrel`,size:3},"\\Biggm":{mclass:`mrel`,size:4},"\\big":{mclass:`mord`,size:1},"\\Big":{mclass:`mord`,size:2},"\\bigg":{mclass:`mord`,size:3},"\\Bigg":{mclass:`mord`,size:4}},pr=new Set(`(,\\lparen,),\\rparen,[,\\lbrack,],\\rbrack,\\{,\\lbrace,\\},\\rbrace,\\lfloor,\\rfloor,⌊,⌋,\\lceil,\\rceil,⌈,⌉,<,>,\\langle,⟨,\\rangle,⟩,\\lt,\\gt,\\lvert,\\rvert,\\lVert,\\rVert,\\lgroup,\\rgroup,⟮,⟯,\\lmoustache,\\rmoustache,⎰,⎱,/,\\backslash,|,\\vert,\\|,\\Vert,\\uparrow,\\Uparrow,\\downarrow,\\Downarrow,\\updownarrow,\\Updownarrow,.`.split(`,`));function mr(e,t){let n=yn(e);if(n&&pr.has(n.text))return n;throw n?new r(`Invalid delimiter '`+n.text+`' after '`+t.funcName+`'`,e):new r(`Invalid delimiter type '`+e.type+`'`,e)}R({type:`delimsizing`,names:[`\\bigl`,`\\Bigl`,`\\biggl`,`\\Biggl`,`\\bigr`,`\\Bigr`,`\\biggr`,`\\Biggr`,`\\bigm`,`\\Bigm`,`\\biggm`,`\\Biggm`,`\\big`,`\\Big`,`\\bigg`,`\\Bigg`],props:{numArgs:1,argTypes:[`primitive`]},handler:(e,t)=>{let n=mr(t[0],e);return{type:`delimsizing`,mode:e.parser.mode,size:fr[e.funcName].size,mclass:fr[e.funcName].mclass,delim:n.text}},htmlBuilder:(e,t)=>e.delim===`.`?F([e.mclass]):ir(e.delim,e.size,t,e.mode,[e.mclass]),mathmlBuilder:e=>{let t=[];e.delim!==`.`&&t.push(Xt(e.delim,e.mode));let n=new B(`mo`,t);e.mclass===`mopen`||e.mclass===`mclose`?n.setAttribute(`fence`,`true`):n.setAttribute(`fence`,`false`),n.setAttribute(`stretchy`,`true`);let r=T(rr[e.size]);return n.setAttribute(`minsize`,r),n.setAttribute(`maxsize`,r),n}});function hr(e){if(!e.body)throw Error(`Bug: The leftright ParseNode wasn't fully parsed.`)}R({type:`leftright-right`,names:[`\\right`],props:{numArgs:1,primitive:!0},handler:(e,t)=>{let n=e.parser.gullet.macros.get(`\\current@color`);if(n&&typeof n!=`string`)throw new r(`\\current@color set to non-string in \\right`);return{type:`leftright-right`,mode:e.parser.mode,delim:mr(t[0],e).text,color:n}}}),R({type:`leftright`,names:[`\\left`],props:{numArgs:1,primitive:!0},handler:(e,t)=>{let n=mr(t[0],e),r=e.parser;++r.leftrightDepth;let i=r.parseExpression(!1);--r.leftrightDepth,r.expect(`\\right`,!1);let a=U(r.parseFunction(),`leftright-right`);return{type:`leftright`,mode:r.mode,body:i,left:n.text,right:a.delim,rightColor:a.color}},htmlBuilder:(e,t)=>{hr(e);let n=Lt(e.body,t,!0,[`mopen`,`mclose`]),r=0,i=0,a=!1;for(let e=0;e<n.length;e++)n[e].isMiddle?a=!0:(r=Math.max(n[e].height,r),i=Math.max(n[e].depth,i));r*=t.sizeMultiplier,i*=t.sizeMultiplier;let o;if(o=e.left===`.`?Ht(t,[`mopen`]):dr(e.left,r,i,t,e.mode,[`mopen`]),n.unshift(o),a)for(let t=1;t<n.length;t++){let a=n[t].isMiddle;a&&(n[t]=dr(a.delim,r,i,a.options,e.mode,[]))}let s;if(e.right===`.`)s=Ht(t,[`mclose`]);else{let n=e.rightColor?t.withColor(e.rightColor):t;s=dr(e.right,r,i,n,e.mode,[`mclose`])}return n.push(s),F([`minner`],n,t)},mathmlBuilder:(e,t)=>{hr(e);let n=$t(e.body,t);if(e.left!==`.`){let t=new B(`mo`,[Xt(e.left,e.mode)]);t.setAttribute(`fence`,`true`),n.unshift(t)}if(e.right!==`.`){let t=new B(`mo`,[Xt(e.right,e.mode)]);t.setAttribute(`fence`,`true`),e.rightColor&&t.setAttribute(`mathcolor`,e.rightColor),n.push(t)}return Zt(n)}}),R({type:`middle`,names:[`\\middle`],props:{numArgs:1,primitive:!0},handler:(e,t)=>{let n=mr(t[0],e);if(!e.parser.leftrightDepth)throw new r(`\\middle without preceding \\left`,n);return{type:`middle`,mode:e.parser.mode,delim:n.text}},htmlBuilder:(e,t)=>{let n;if(e.delim===`.`)n=Ht(t,[]);else{n=ir(e.delim,1,t,e.mode,[]);let r={delim:e.delim,options:t};n.isMiddle=r}return n},mathmlBuilder:(e,t)=>{let n=new B(`mo`,[e.delim===`\\vert`||e.delim===`|`?Xt(`|`,`text`):Xt(e.delim,e.mode)]);return n.setAttribute(`fence`,`true`),n.setAttribute(`lspace`,`0.05em`),n.setAttribute(`rspace`,`0.05em`),n}});let gr=(e,t)=>{let n=gt(z(e.body,t),t),r=e.label.slice(1),i=t.sizeMultiplier,a,o=0,s=d(e.body);if(r===`sout`)a=F([`stretchy`,`sout`]),a.height=t.fontMetrics().defaultRuleThickness/i,o=-.5*t.fontMetrics().xHeight;else if(r===`phase`){let e=w({number:.6,unit:`pt`},t),r=w({number:.35,unit:`ex`},t),s=t.havingBaseSizing();i/=s.sizeMultiplier;let c=n.height+n.depth+e+r;n.style.paddingLeft=T(c/2+e);let l=Math.floor(1e3*c*i);a=ft([`hide-tail`],[new E([new Ae(`phase`,ue(l))],{width:`400em`,height:T(l/1e3),viewBox:`0 0 400000 `+l,preserveAspectRatio:`xMinYMin slice`})],t),a.style.height=T(c),o=n.depth+e+r}else{/cancel/.test(r)?s||n.classes.push(`cancel-pad`):r===`angl`?n.classes.push(`anglpad`):n.classes.push(`boxpad`);let i=0,c=0,l=0;/box/.test(r)?(l=Math.max(t.fontMetrics().fboxrule,t.minRuleThickness),i=t.fontMetrics().fboxsep+(r===`colorbox`?0:l),c=i):r===`angl`?(l=Math.max(t.fontMetrics().defaultRuleThickness,t.minRuleThickness),i=4*l,c=Math.max(0,.25-n.depth)):(i=s?.2:0,c=i),a=_n(n,r,i,c,t),/fbox|boxed|fcolorbox/.test(r)?(a.style.borderStyle=`solid`,a.style.borderWidth=T(l)):r===`angl`&&l!==.049&&(a.style.borderTopWidth=T(l),a.style.borderRightWidth=T(l)),o=n.depth+c,e.backgroundColor&&(a.style.backgroundColor=e.backgroundColor,e.borderColor&&(a.style.borderColor=e.borderColor))}let c;if(e.backgroundColor)c=I({positionType:`individualShift`,children:[{type:`elem`,elem:a,shift:o},{type:`elem`,elem:n,shift:0}]},t);else{let e=/cancel|phase/.test(r)?[`svg-align`]:[];c=I({positionType:`individualShift`,children:[{type:`elem`,elem:n,shift:0},{type:`elem`,elem:a,shift:o,wrapperClasses:e}]},t)}return/cancel/.test(r)&&(c.height=n.height,c.depth=n.depth),/cancel/.test(r)&&!s?F([`mord`,`cancel-lap`],[c],t):F([`mord`],[c],t)},_r=(e,t)=>{let n=0,r=new B(e.label.includes(`colorbox`)?`mpadded`:`menclose`,[H(e.body,t)]);switch(e.label){case`\\cancel`:r.setAttribute(`notation`,`updiagonalstrike`);break;case`\\bcancel`:r.setAttribute(`notation`,`downdiagonalstrike`);break;case`\\phase`:r.setAttribute(`notation`,`phasorangle`);break;case`\\sout`:r.setAttribute(`notation`,`horizontalstrike`);break;case`\\fbox`:r.setAttribute(`notation`,`box`);break;case`\\angl`:r.setAttribute(`notation`,`actuarial`);break;case`\\fcolorbox`:case`\\colorbox`:if(n=t.fontMetrics().fboxsep*t.fontMetrics().ptPerEm,r.setAttribute(`width`,`+`+2*n+`pt`),r.setAttribute(`height`,`+`+2*n+`pt`),r.setAttribute(`lspace`,n+`pt`),r.setAttribute(`voffset`,n+`pt`),e.label===`\\fcolorbox`){let n=Math.max(t.fontMetrics().fboxrule,t.minRuleThickness);r.setAttribute(`style`,`border: `+T(n)+` solid `+e.borderColor)}break;case`\\xcancel`:r.setAttribute(`notation`,`updiagonalstrike downdiagonalstrike`);break}return e.backgroundColor&&r.setAttribute(`mathbackground`,e.backgroundColor),r};R({type:`enclose`,names:[`\\colorbox`],props:{numArgs:2,allowedInText:!0,argTypes:[`color`,`text`]},handler(e,t,n){let{parser:r,funcName:i}=e,a=U(t[0],`color-token`).color,o=t[1];return{type:`enclose`,mode:r.mode,label:i,backgroundColor:a,body:o}},htmlBuilder:gr,mathmlBuilder:_r}),R({type:`enclose`,names:[`\\fcolorbox`],props:{numArgs:3,allowedInText:!0,argTypes:[`color`,`color`,`text`]},handler(e,t,n){let{parser:r,funcName:i}=e,a=U(t[0],`color-token`).color,o=U(t[1],`color-token`).color,s=t[2];return{type:`enclose`,mode:r.mode,label:i,backgroundColor:o,borderColor:a,body:s}},htmlBuilder:gr,mathmlBuilder:_r}),R({type:`enclose`,names:[`\\fbox`],props:{numArgs:1,argTypes:[`hbox`],allowedInText:!0},handler(e,t){let{parser:n}=e;return{type:`enclose`,mode:n.mode,label:`\\fbox`,body:t[0]}}}),R({type:`enclose`,names:[`\\cancel`,`\\bcancel`,`\\xcancel`,`\\phase`],props:{numArgs:1},handler(e,t){let{parser:n,funcName:r}=e,i=t[0];return{type:`enclose`,mode:n.mode,label:r,body:i}},htmlBuilder:gr,mathmlBuilder:_r}),R({type:`enclose`,names:[`\\sout`],props:{numArgs:1,allowedInText:!0},handler(e,t){let{parser:n,funcName:r}=e;n.mode===`math`&&n.settings.reportNonstrict(`mathVsSout`,`LaTeX's \\sout works only in text mode`);let i=t[0];return{type:`enclose`,mode:n.mode,label:r,body:i}},htmlBuilder:gr,mathmlBuilder:_r}),R({type:`enclose`,names:[`\\angl`],props:{numArgs:1,argTypes:[`hbox`],allowedInText:!1},handler(e,t){let{parser:n}=e;return{type:`enclose`,mode:n.mode,label:`\\angl`,body:t[0]}}});let vr={};function yr(e){let{type:t,names:n,props:r,handler:i,htmlBuilder:a,mathmlBuilder:o}=e,s={type:t,numArgs:r.numArgs||0,allowedInText:!1,numOptionalArgs:0,handler:i};for(let e=0;e<n.length;++e)vr[n[e]]=s;a&&(Ot[t]=a),o&&(kt[t]=o)}let br={};function K(e,t){br[e]=t}class xr{constructor(e,t,n){this.lexer=e,this.start=t,this.end=n}static range(e,t){return t?!e||!e.loc||!t.loc||e.loc.lexer!==t.loc.lexer?null:new xr(e.loc.lexer,e.loc.start,t.loc.end):e&&e.loc}}class Sr{constructor(e,t){this.text=e,this.loc=t}range(e,t){return new Sr(t,xr.range(this,e))}}function Cr(e){let t=[];e.consumeSpaces();let n=e.fetch().text;for(n===`\\relax`&&(e.consume(),e.consumeSpaces(),n=e.fetch().text);n===`\\hline`||n===`\\hdashline`;)e.consume(),t.push(n===`\\hdashline`),e.consumeSpaces(),n=e.fetch().text;return t}let wr=e=>{if(!e.parser.settings.displayMode)throw new r(`{`+e.envName+`} can be used only in display mode.`)},Tr=new Set([`gather`,`gather*`]);function Er(e){if(!e.includes(`ed`))return!e.includes(`*`)}function Dr(e,t,n){let{hskipBeforeAndAfter:i,addJot:a,cols:o,arraystretch:s,colSeparationType:c,autoTag:l,singleRow:u,emptySingleRow:d,maxNumCols:f,leqno:p}=t;if(e.gullet.beginGroup(),u||e.gullet.macros.set(`\\cr`,`\\\\\\relax`),!s){let t=e.gullet.expandMacroAsText(`\\arraystretch`);if(t==null)s=1;else if(s=parseFloat(t),!s||s<0)throw new r(`Invalid \\arraystretch: `+t)}e.gullet.beginGroup();let m=[],h=[m],g=[],_=[],v=l==null?void 0:[];function y(){l&&e.gullet.macros.set(`\\@eqnsw`,`1`,!0)}function b(){v&&(e.gullet.macros.get(`\\df@tag`)?(v.push(e.subparse([new Sr(`\\df@tag`)])),e.gullet.macros.set(`\\df@tag`,void 0,!0)):v.push(!!l&&e.gullet.macros.get(`\\@eqnsw`)===`1`))}for(y(),_.push(Cr(e));;){let t=e.parseExpression(!1,u?`\\end`:`\\\\`);e.gullet.endGroup(),e.gullet.beginGroup();let i={type:`ordgroup`,mode:e.mode,body:t};n&&(i={type:`styling`,mode:e.mode,style:n,body:[i]}),m.push(i);let a=e.fetch().text;if(a===`&`){if(f&&m.length===f){if(u||c)throw new r(`Too many tab characters: &`,e.nextToken);e.settings.reportNonstrict(`textEnv`,`Too few columns specified in the {array} column argument.`)}e.consume()}else if(a===`\\end`){b(),m.length===1&&i.type===`styling`&&i.body.length===1&&i.body[0].type===`ordgroup`&&i.body[0].body.length===0&&(h.length>1||!d)&&h.pop(),_.length<h.length+1&&_.push([]);break}else if(a===`\\\\`){e.consume();let t;e.gullet.future().text!==` `&&(t=e.parseSizeGroup(!0)),g.push(t?t.value:null),b(),_.push(Cr(e)),m=[],h.push(m),y()}else throw new r(`Expected & or \\\\ or \\cr or \\end`,e.nextToken)}return e.gullet.endGroup(),e.gullet.endGroup(),{type:`array`,mode:e.mode,addJot:a,arraystretch:s,body:h,cols:o,rowGaps:g,hskipBeforeAndAfter:i,hLinesBeforeRow:_,colSeparationType:c,tags:v,leqno:p}}function Or(e){return e.slice(0,1)===`d`?`display`:`text`}let kr=function(e,t){let n,i,a=e.body.length,o=e.hLinesBeforeRow,s=0,c=Array(a),l=[],u=Math.max(t.fontMetrics().arrayRuleWidth,t.minRuleThickness),d=1/t.fontMetrics().ptPerEm,f=5*d;e.colSeparationType&&e.colSeparationType===`small`&&(f=.2778*(t.havingStyle(S.SCRIPT).sizeMultiplier/t.sizeMultiplier));let p=e.colSeparationType===`CD`?w({number:3,unit:`ex`},t):12*d,m=3*d,h=e.arraystretch*p,g=.7*h,_=.3*h,v=0;function y(e){for(let t=0;t<e.length;++t)t>0&&(v+=.25),l.push({pos:v,isDashed:e[t]})}for(y(o[0]),n=0;n<e.body.length;++n){let r=e.body[n],a=g,l=_;s<r.length&&(s=r.length);let u=Array(r.length);for(i=0;i<r.length;++i){let e=z(r[i],t);l<e.depth&&(l=e.depth),a<e.height&&(a=e.height),u[i]=e}let d=e.rowGaps[n],f=0;d&&(f=w(d,t),f>0&&(f+=_,l<f&&(l=f),f=0)),e.addJot&&n<e.body.length-1&&(l+=m),u.height=a,u.depth=l,v+=a,u.pos=v,v+=l+f,c[n]=u,y(o[n+1])}let b=v/2+t.fontMetrics().axisHeight,ee=e.cols||[],x=[],te,ne,re=[];if(e.tags&&e.tags.some(e=>e))for(n=0;n<a;++n){let r=c[n],i=r.pos-b,a=e.tags[n],o;o=a===!0?F([`eqn-num`],[],t):a===!1?F([],[],t):F([],Lt(a,t,!0),t),o.depth=r.depth,o.height=r.height,re.push({type:`elem`,elem:o,shift:i})}for(i=0,ne=0;i<s||ne<ee.length;++i,++ne){let o=ee[ne],l=!0;for(;(ie=o)?.type===`separator`;){var ie;if(l||(te=F([`arraycolsep`],[]),te.style.width=T(t.fontMetrics().doubleRuleSep),x.push(te)),o.separator===`|`||o.separator===`:`){let e=o.separator===`|`?`solid`:`dashed`,n=F([`vertical-separator`],[],t);n.style.height=T(v),n.style.borderRightWidth=T(u),n.style.borderRightStyle=e,n.style.margin=`0 `+T(-u/2);let r=v-b;r&&(n.style.verticalAlign=T(-r)),x.push(n)}else throw new r(`Invalid separator type: `+o.separator);ne++,o=ee[ne],l=!1}if(i>=s)continue;let d;(i>0||e.hskipBeforeAndAfter)&&(d=o?.pregap??f,d!==0&&(te=F([`arraycolsep`],[]),te.style.width=T(d),x.push(te)));let p=[];for(n=0;n<a;++n){let e=c[n],t=e[i];if(!t)continue;let r=e.pos-b;t.depth=e.depth,t.height=e.height,p.push({type:`elem`,elem:t,shift:r})}let m=I({positionType:`individualShift`,children:p},t),h=F([`col-align-`+(o?.align||`c`)],[m]);x.push(h),(i<s-1||e.hskipBeforeAndAfter)&&(d=o?.postgap??f,d!==0&&(te=F([`arraycolsep`],[]),te.style.width=T(d),x.push(te)))}let ae=F([`mtable`],x);if(l.length>0){let e=pt(`hline`,t,u),n=pt(`hdashline`,t,u),r=[{type:`elem`,elem:ae,shift:0}];for(;l.length>0;){let t=l.pop(),i=t.pos-b;t.isDashed?r.push({type:`elem`,elem:n,shift:i}):r.push({type:`elem`,elem:e,shift:i})}ae=I({positionType:`individualShift`,children:r},t)}if(re.length===0)return F([`mord`],[ae],t);{let e=F([`tag`],[I({positionType:`individualShift`,children:re},t)],t);return ht([ae,e])}},Ar={c:`center `,l:`left `,r:`right `},jr=function(e,t){let n=[],r=new B(`mtd`,[],[`mtr-glue`]),i=new B(`mtd`,[],[`mml-eqn-num`]);for(let a=0;a<e.body.length;a++){let o=e.body[a],s=[];for(let e=0;e<o.length;e++)s.push(new B(`mtd`,[H(o[e],t)]));e.tags&&e.tags[a]&&(s.unshift(r),s.push(r),e.leqno?s.unshift(i):s.push(i)),n.push(new B(`mtr`,s))}let a=new B(`mtable`,n),o=e.arraystretch===.5?.1:.16+e.arraystretch-1+(e.addJot?.09:0);a.setAttribute(`rowspacing`,T(o));let s=``,c=``;if(e.cols&&e.cols.length>0){let t=e.cols,n=``,r=!1,i=0,o=t.length;t[0].type===`separator`&&(s+=`top `,i=1),t[t.length-1].type===`separator`&&(s+=`bottom `,--o);for(let e=i;e<o;e++){let i=t[e];i.type===`align`?(c+=Ar[i.align],r&&(n+=`none `),r=!0):i.type===`separator`&&(r&&=(n+=i.separator===`|`?`solid `:`dashed `,!1))}a.setAttribute(`columnalign`,c.trim()),/[sd]/.test(n)&&a.setAttribute(`columnlines`,n.trim())}if(e.colSeparationType===`align`){let t=e.cols||[],n=``;for(let e=1;e<t.length;e++)n+=e%2?`0em `:`1em `;a.setAttribute(`columnspacing`,n.trim())}else e.colSeparationType===`alignat`||e.colSeparationType===`gather`?a.setAttribute(`columnspacing`,`0em`):e.colSeparationType===`small`?a.setAttribute(`columnspacing`,`0.2778em`):e.colSeparationType===`CD`?a.setAttribute(`columnspacing`,`0.5em`):a.setAttribute(`columnspacing`,`1em`);let l=``,u=e.hLinesBeforeRow;s+=u[0].length>0?`left `:``,s+=u[u.length-1].length>0?`right `:``;for(let e=1;e<u.length-1;e++)l+=u[e].length===0?`none `:u[e][0]?`dashed `:`solid `;return/[sd]/.test(l)&&a.setAttribute(`rowlines`,l.trim()),s!==``&&(a=new B(`menclose`,[a]),a.setAttribute(`notation`,s.trim())),e.arraystretch&&e.arraystretch<1&&(a=new B(`mstyle`,[a]),a.setAttribute(`scriptlevel`,`1`)),a},Mr=function(e,t){e.envName.includes(`ed`)||wr(e);let n=[],i=e.envName.includes(`at`)?`alignat`:`align`,a=e.envName===`split`,o=Dr(e.parser,{cols:n,addJot:!0,autoTag:a?void 0:Er(e.envName),emptySingleRow:!0,colSeparationType:i,maxNumCols:a?2:void 0,leqno:e.parser.settings.leqno},`display`),s=0,c=0,l={type:`ordgroup`,mode:e.mode,body:[]};if(t[0]&&t[0].type===`ordgroup`){let e=``;for(let n=0;n<t[0].body.length;n++){let r=U(t[0].body[n],`textord`);e+=r.text}s=Number(e),c=s*2}let u=!c;o.body.forEach(function(e){for(let t=1;t<e.length;t+=2)U(U(e[t],`styling`).body[0],`ordgroup`).body.unshift(l);if(u)c<e.length&&(c=e.length);else{let t=e.length/2;if(s<t)throw new r(`Too many math in a row: `+(`expected `+s+`, but got `+t),e[0])}});for(let e=0;e<c;++e){let t=`r`,r=0;e%2==1?t=`l`:e>0&&u&&(r=1),n[e]={type:`align`,align:t,pregap:r,postgap:0}}return o.colSeparationType=u?`align`:`alignat`,o};yr({type:`array`,names:[`array`,`darray`],props:{numArgs:1},handler(e,t){let n=(yn(t[0])?[t[0]]:U(t[0],`ordgroup`).body).map(function(e){let t=vn(e).text;if(`lcr`.includes(t))return{type:`align`,align:t};if(t===`|`)return{type:`separator`,separator:`|`};if(t===`:`)return{type:`separator`,separator:`:`};throw new r(`Unknown column alignment: `+t,e)}),i={cols:n,hskipBeforeAndAfter:!0,maxNumCols:n.length};return Dr(e.parser,i,Or(e.envName))},htmlBuilder:kr,mathmlBuilder:jr}),yr({type:`array`,names:[`matrix`,`pmatrix`,`bmatrix`,`Bmatrix`,`vmatrix`,`Vmatrix`,`matrix*`,`pmatrix*`,`bmatrix*`,`Bmatrix*`,`vmatrix*`,`Vmatrix*`],props:{numArgs:0},handler(e){let t={matrix:null,pmatrix:[`(`,`)`],bmatrix:[`[`,`]`],Bmatrix:[`\\{`,`\\}`],vmatrix:[`|`,`|`],Vmatrix:[`\\Vert`,`\\Vert`]}[e.envName.replace(`*`,``)],n=`c`,i={hskipBeforeAndAfter:!1,cols:[{type:`align`,align:n}]};if(e.envName.charAt(e.envName.length-1)===`*`){let t=e.parser;if(t.consumeSpaces(),t.fetch().text===`[`){if(t.consume(),t.consumeSpaces(),n=t.fetch().text,!`lcr`.includes(n))throw new r(`Expected l or c or r`,t.nextToken);t.consume(),t.consumeSpaces(),t.expect(`]`),t.consume(),i.cols=[{type:`align`,align:n}]}}let a=Dr(e.parser,i,Or(e.envName)),o=Math.max(0,...a.body.map(e=>e.length));return a.cols=Array(o).fill({type:`align`,align:n}),t?{type:`leftright`,mode:e.mode,body:[a],left:t[0],right:t[1],rightColor:void 0}:a},htmlBuilder:kr,mathmlBuilder:jr}),yr({type:`array`,names:[`smallmatrix`],props:{numArgs:0},handler(e){let t=Dr(e.parser,{arraystretch:.5},`script`);return t.colSeparationType=`small`,t},htmlBuilder:kr,mathmlBuilder:jr}),yr({type:`array`,names:[`subarray`],props:{numArgs:1},handler(e,t){let n=(yn(t[0])?[t[0]]:U(t[0],`ordgroup`).body).map(function(e){let t=vn(e).text;if(`lc`.includes(t))return{type:`align`,align:t};throw new r(`Unknown column alignment: `+t,e)});if(n.length>1)throw new r(`{subarray} can contain only one column`);let i={cols:n,hskipBeforeAndAfter:!1,arraystretch:.5},a=Dr(e.parser,i,`script`);if(a.body.length>0&&a.body[0].length>1)throw new r(`{subarray} can contain only one column`);return a},htmlBuilder:kr,mathmlBuilder:jr}),yr({type:`array`,names:[`cases`,`dcases`,`rcases`,`drcases`],props:{numArgs:0},handler(e){let t=Dr(e.parser,{arraystretch:1.2,cols:[{type:`align`,align:`l`,pregap:0,postgap:1},{type:`align`,align:`l`,pregap:0,postgap:0}]},Or(e.envName));return{type:`leftright`,mode:e.mode,body:[t],left:e.envName.includes(`r`)?`.`:`\\{`,right:e.envName.includes(`r`)?`\\}`:`.`,rightColor:void 0}},htmlBuilder:kr,mathmlBuilder:jr}),yr({type:`array`,names:[`align`,`align*`,`aligned`,`split`],props:{numArgs:0},handler:Mr,htmlBuilder:kr,mathmlBuilder:jr}),yr({type:`array`,names:[`gathered`,`gather`,`gather*`],props:{numArgs:0},handler(e){Tr.has(e.envName)&&wr(e);let t={cols:[{type:`align`,align:`c`}],addJot:!0,colSeparationType:`gather`,autoTag:Er(e.envName),emptySingleRow:!0,leqno:e.parser.settings.leqno};return Dr(e.parser,t,`display`)},htmlBuilder:kr,mathmlBuilder:jr}),yr({type:`array`,names:[`alignat`,`alignat*`,`alignedat`],props:{numArgs:1},handler:Mr,htmlBuilder:kr,mathmlBuilder:jr}),yr({type:`array`,names:[`equation`,`equation*`],props:{numArgs:0},handler(e){wr(e);let t={autoTag:Er(e.envName),emptySingleRow:!0,singleRow:!0,maxNumCols:1,leqno:e.parser.settings.leqno};return Dr(e.parser,t,`display`)},htmlBuilder:kr,mathmlBuilder:jr}),yr({type:`array`,names:[`CD`],props:{numArgs:0},handler(e){return wr(e),Mn(e.parser)},htmlBuilder:kr,mathmlBuilder:jr}),K(`\\nonumber`,`\\gdef\\@eqnsw{0}`),K(`\\notag`,`\\nonumber`),R({type:`text`,names:[`\\hline`,`\\hdashline`],props:{numArgs:0,allowedInText:!0,allowedInMath:!0},handler(e,t){throw new r(e.funcName+` valid only within array environment`)}});var Nr=vr;R({type:`environment`,names:[`\\begin`,`\\end`],props:{numArgs:1,argTypes:[`text`]},handler(e,t){let{parser:n,funcName:i}=e,a=t[0];if(a.type!==`ordgroup`)throw new r(`Invalid environment name`,a);let o=``;for(let e=0;e<a.body.length;++e)o+=U(a.body[e],`textord`).text;if(i===`\\begin`){if(!Nr.hasOwnProperty(o))throw new r(`No such environment: `+o,a);let e=Nr[o],{args:t,optArgs:i}=n.parseArguments(`\\begin{`+o+`}`,e),s={mode:n.mode,envName:o,parser:n},c=e.handler(s,t,i);n.expect(`\\end`,!1);let l=n.nextToken,u=U(n.parseFunction(),`environment`);if(u.name!==o)throw new r(`Mismatch: \\begin{`+o+`} matched by \\end{`+u.name+`}`,l);return c}return{type:`environment`,mode:n.mode,name:o,nameGroup:a}}});let Pr=(e,t)=>{let n=e.font,r=t.withFont(n);return z(e.body,r)},Fr=(e,t)=>{let n=e.font,r=t.withFont(n);return H(e.body,r)},Ir={"\\Bbb":`\\mathbb`,"\\bold":`\\mathbf`,"\\frak":`\\mathfrak`,"\\bm":`\\boldsymbol`};R({type:`font`,names:[`\\mathrm`,`\\mathit`,`\\mathbf`,`\\mathnormal`,`\\mathsfit`,`\\mathbb`,`\\mathcal`,`\\mathfrak`,`\\mathscr`,`\\mathsf`,`\\mathtt`,`\\Bbb`,`\\bold`,`\\frak`],props:{numArgs:1,allowedInArgument:!0},handler:(e,t)=>{let{parser:n,funcName:r}=e,i=jt(t[0]),a=r;return a in Ir&&(a=Ir[a]),{type:`font`,mode:n.mode,font:a.slice(1),body:i}},htmlBuilder:Pr,mathmlBuilder:Fr}),R({type:`mclass`,names:[`\\boldsymbol`,`\\bm`],props:{numArgs:1},handler:(e,t)=>{let{parser:n}=e,r=t[0];return{type:`mclass`,mode:n.mode,mclass:En(r),body:[{type:`font`,mode:n.mode,font:`boldsymbol`,body:r}],isCharacterBox:d(r)}}}),R({type:`font`,names:[`\\rm`,`\\sf`,`\\tt`,`\\bf`,`\\it`,`\\cal`],props:{numArgs:0,allowedInText:!0},handler:(e,t)=>{let{parser:n,funcName:r,breakOnTokenText:i}=e,{mode:a}=n,o=n.parseExpression(!0,i);return{type:`font`,mode:a,font:`math`+r.slice(1),body:{type:`ordgroup`,mode:n.mode,body:o}}},htmlBuilder:Pr,mathmlBuilder:Fr});let Lr=(e,t)=>{let n=t.style,r=n.fracNum(),i=n.fracDen(),a;a=t.havingStyle(r);let o=z(e.numer,a,t);if(e.continued){let e=8.5/t.fontMetrics().ptPerEm,n=3.5/t.fontMetrics().ptPerEm;o.height=o.height<e?e:o.height,o.depth=o.depth<n?n:o.depth}a=t.havingStyle(i);let s=z(e.denom,a,t),c,l,u;e.hasBarLine?(e.barSize?(l=w(e.barSize,t),c=pt(`frac-line`,t,l)):c=pt(`frac-line`,t),l=c.height,u=c.height):(c=null,l=0,u=t.fontMetrics().defaultRuleThickness);let d,f,p;n.size===S.DISPLAY.size?(d=t.fontMetrics().num1,f=l>0?3*u:7*u,p=t.fontMetrics().denom1):(l>0?(d=t.fontMetrics().num2,f=u):(d=t.fontMetrics().num3,f=3*u),p=t.fontMetrics().denom2);let m;if(c){let e=t.fontMetrics().axisHeight;d-o.depth-(e+.5*l)<f&&(d+=f-(d-o.depth-(e+.5*l))),e-.5*l-(s.height-p)<f&&(p+=f-(e-.5*l-(s.height-p)));let n=-(e-.5*l);m=I({positionType:`individualShift`,children:[{type:`elem`,elem:s,shift:p},{type:`elem`,elem:c,shift:n},{type:`elem`,elem:o,shift:-d}]},t)}else{let e=d-o.depth-(s.height-p);e<f&&(d+=.5*(f-e),p+=.5*(f-e)),m=I({positionType:`individualShift`,children:[{type:`elem`,elem:s,shift:p},{type:`elem`,elem:o,shift:-d}]},t)}a=t.havingStyle(n),m.height*=a.sizeMultiplier/t.sizeMultiplier,m.depth*=a.sizeMultiplier/t.sizeMultiplier;let h;h=n.size===S.DISPLAY.size?t.fontMetrics().delim1:n.size===S.SCRIPTSCRIPT.size?t.havingStyle(S.SCRIPT).fontMetrics().delim2:t.fontMetrics().delim2;let g,_;return g=e.leftDelim==null?Ht(t,[`mopen`]):ur(e.leftDelim,h,!0,t.havingStyle(n),e.mode,[`mopen`]),_=e.continued?F([]):e.rightDelim==null?Ht(t,[`mclose`]):ur(e.rightDelim,h,!0,t.havingStyle(n),e.mode,[`mclose`]),F([`mord`].concat(a.sizingClasses(t)),[g,F([`mfrac`],[m]),_],t)},Rr=(e,t)=>{let n=new B(`mfrac`,[H(e.numer,t),H(e.denom,t)]);if(!e.hasBarLine)n.setAttribute(`linethickness`,`0px`);else if(e.barSize){let r=w(e.barSize,t);n.setAttribute(`linethickness`,T(r))}if(e.leftDelim!=null||e.rightDelim!=null){let t=[];if(e.leftDelim!=null){let n=new B(`mo`,[new Kt(e.leftDelim.replace(`\\`,``))]);n.setAttribute(`fence`,`true`),t.push(n)}if(t.push(n),e.rightDelim!=null){let n=new B(`mo`,[new Kt(e.rightDelim.replace(`\\`,``))]);n.setAttribute(`fence`,`true`),t.push(n)}return Zt(t)}return n},zr=(e,t)=>t?{type:`styling`,mode:e.mode,style:t,body:[e]}:e;R({type:`genfrac`,names:[`\\cfrac`,`\\dfrac`,`\\frac`,`\\tfrac`,`\\dbinom`,`\\binom`,`\\tbinom`,`\\\\atopfrac`,`\\\\bracefrac`,`\\\\brackfrac`],props:{numArgs:2,allowedInArgument:!0},handler:(e,t)=>{let{parser:n,funcName:r}=e,i=t[0],a=t[1],o,s=null,c=null;switch(r){case`\\cfrac`:case`\\dfrac`:case`\\frac`:case`\\tfrac`:o=!0;break;case`\\\\atopfrac`:o=!1;break;case`\\dbinom`:case`\\binom`:case`\\tbinom`:o=!1,s=`(`,c=`)`;break;case`\\\\bracefrac`:o=!1,s=`\\{`,c=`\\}`;break;case`\\\\brackfrac`:o=!1,s=`[`,c=`]`;break;default:throw Error(`Unrecognized genfrac command`)}let l=r===`\\cfrac`,u=null;return l||r.startsWith(`\\d`)?u=`display`:r.startsWith(`\\t`)&&(u=`text`),zr({type:`genfrac`,mode:n.mode,numer:i,denom:a,continued:l,hasBarLine:o,leftDelim:s,rightDelim:c,barSize:null},u)},htmlBuilder:Lr,mathmlBuilder:Rr}),R({type:`infix`,names:[`\\over`,`\\choose`,`\\atop`,`\\brace`,`\\brack`],props:{numArgs:0,infix:!0},handler(e){let{parser:t,funcName:n,token:r}=e,i;switch(n){case`\\over`:i=`\\frac`;break;case`\\choose`:i=`\\binom`;break;case`\\atop`:i=`\\\\atopfrac`;break;case`\\brace`:i=`\\\\bracefrac`;break;case`\\brack`:i=`\\\\brackfrac`;break;default:throw Error(`Unrecognized infix genfrac command`)}return{type:`infix`,mode:t.mode,replaceWith:i,token:r}}});let Br=[`display`,`text`,`script`,`scriptscript`],Vr=function(e){let t=null;return e.length>0&&(t=e,t=t===`.`?null:t),t};R({type:`genfrac`,names:[`\\genfrac`],props:{numArgs:6,allowedInArgument:!0,argTypes:[`math`,`math`,`size`,`text`,`math`,`math`]},handler(e,t){let{parser:n}=e,r=t[4],i=t[5],a=jt(t[0]),o=a.type===`atom`&&a.family===`open`?Vr(a.text):null,s=jt(t[1]),c=s.type===`atom`&&s.family===`close`?Vr(s.text):null,l=U(t[2],`size`),u,d=null;l.isBlank?u=!0:(d=l.value,u=d.number>0);let f=null,p=t[3];if(p.type===`ordgroup`){if(p.body.length>0){let e=U(p.body[0],`textord`);f=Br[Number(e.text)]}}else p=U(p,`textord`),f=Br[Number(p.text)];return zr({type:`genfrac`,mode:n.mode,numer:r,denom:i,continued:!1,hasBarLine:u,barSize:d,leftDelim:o,rightDelim:c},f)}}),R({type:`infix`,names:[`\\above`],props:{numArgs:1,argTypes:[`size`],infix:!0},handler(e,t){let{parser:n,funcName:r,token:i}=e;return{type:`infix`,mode:n.mode,replaceWith:`\\\\abovefrac`,size:U(t[0],`size`).value,token:i}}}),R({type:`genfrac`,names:[`\\\\abovefrac`],props:{numArgs:3,argTypes:[`math`,`size`,`math`]},handler:(e,t)=>{let{parser:n,funcName:r}=e,i=t[0],a=U(t[1],`infix`).size;if(!a)throw Error(`\\\\abovefrac expected size, but got `+String(a));let o=t[2],s=a.number>0;return{type:`genfrac`,mode:n.mode,numer:i,denom:o,continued:!1,hasBarLine:s,barSize:a,leftDelim:null,rightDelim:null}}});let Hr=(e,t)=>{let n=t.style,r,i;e.type===`supsub`?(r=e.sup?z(e.sup,t.havingStyle(n.sup()),t):z(e.sub,t.havingStyle(n.sub()),t),i=U(e.base,`horizBrace`)):i=U(e,`horizBrace`);let a=z(i.base,t.havingBaseStyle(S.DISPLAY)),o=gn(i,t),s;if(i.isOver?(s=I({positionType:`firstBaseline`,children:[{type:`elem`,elem:a},{type:`kern`,size:.1},{type:`elem`,elem:o}]},t),s.children[0].children[0].children[1].classes.push(`svg-align`)):(s=I({positionType:`bottom`,positionData:a.depth+.1+o.height,children:[{type:`elem`,elem:o},{type:`kern`,size:.1},{type:`elem`,elem:a}]},t),s.children[0].children[0].children[0].classes.push(`svg-align`)),r){let e=F([`minner`,i.isOver?`mover`:`munder`],[s],t);s=i.isOver?I({positionType:`firstBaseline`,children:[{type:`elem`,elem:e},{type:`kern`,size:.2},{type:`elem`,elem:r}]},t):I({positionType:`bottom`,positionData:e.depth+.2+r.height+r.depth,children:[{type:`elem`,elem:r},{type:`kern`,size:.2},{type:`elem`,elem:e}]},t)}return F([`minner`,i.isOver?`mover`:`munder`],[s],t)};R({type:`horizBrace`,names:[`\\overbrace`,`\\underbrace`,`\\overbracket`,`\\underbracket`],props:{numArgs:1},handler(e,t){let{parser:n,funcName:r}=e;return{type:`horizBrace`,mode:n.mode,label:r,isOver:r.includes(`\\over`),base:t[0]}},htmlBuilder:Hr,mathmlBuilder:(e,t)=>{let n=pn(e.label);return new B(e.isOver?`mover`:`munder`,[H(e.base,t),n])}}),R({type:`href`,names:[`\\href`],props:{numArgs:2,argTypes:[`url`,`original`],allowedInText:!0},handler:(e,t)=>{let{parser:n}=e,r=t[1],i=U(t[0],`url`).url;return n.settings.isTrusted({command:`\\href`,url:i})?{type:`href`,mode:n.mode,href:i,body:Mt(r)}:n.formatUnsupportedCmd(`\\href`)},htmlBuilder:(e,t)=>{let n=Lt(e.body,t,!1);return mt(e.href,[],n,t)},mathmlBuilder:(e,t)=>{let n=en(e.body,t);return n instanceof B||(n=new B(`mrow`,[n])),n.setAttribute(`href`,e.href),n}}),R({type:`href`,names:[`\\url`],props:{numArgs:1,argTypes:[`url`],allowedInText:!0},handler:(e,t)=>{let{parser:n}=e,r=U(t[0],`url`).url;if(!n.settings.isTrusted({command:`\\url`,url:r}))return n.formatUnsupportedCmd(`\\url`);let i=[];for(let e=0;e<r.length;e++){let t=r[e];t===`~`&&(t=`\\textasciitilde`),i.push({type:`textord`,mode:`text`,text:t})}let a={type:`text`,mode:n.mode,font:`\\texttt`,body:i};return{type:`href`,mode:n.mode,href:r,body:Mt(a)}}}),R({type:`hbox`,names:[`\\hbox`],props:{numArgs:1,argTypes:[`text`],allowedInText:!0,primitive:!0},handler(e,t){let{parser:n}=e;return{type:`hbox`,mode:n.mode,body:Mt(t[0])}},htmlBuilder(e,t){return ht(Lt(e.body,t,!1))},mathmlBuilder(e,t){return new B(`mrow`,$t(e.body,t))}}),R({type:`html`,names:[`\\htmlClass`,`\\htmlId`,`\\htmlStyle`,`\\htmlData`],props:{numArgs:2,argTypes:[`raw`,`original`],allowedInText:!0},handler:(e,t)=>{let{parser:n,funcName:i,token:a}=e,o=U(t[0],`raw`).string,s=t[1];n.settings.strict&&n.settings.reportNonstrict(`htmlExtension`,`HTML extension is disabled on strict mode`);let c,l={};switch(i){case`\\htmlClass`:l.class=o,c={command:`\\htmlClass`,class:o};break;case`\\htmlId`:l.id=o,c={command:`\\htmlId`,id:o};break;case`\\htmlStyle`:l.style=o,c={command:`\\htmlStyle`,style:o};break;case`\\htmlData`:{let e=o.split(`,`);for(let t=0;t<e.length;t++){let n=e[t],i=n.indexOf(`=`);if(i<0)throw new r(`\\htmlData key/value '`+n+`' missing equals sign`);let a=n.slice(0,i),o=n.slice(i+1);l[`data-`+a.trim()]=o}c={command:`\\htmlData`,attributes:l};break}default:throw Error(`Unrecognized html command`)}return n.settings.isTrusted(c)?{type:`html`,mode:n.mode,attributes:l,body:Mt(s)}:n.formatUnsupportedCmd(i)},htmlBuilder:(e,t)=>{let n=Lt(e.body,t,!1),r=[`enclosing`];e.attributes.class&&r.push(...e.attributes.class.trim().split(/\s+/));let i=F(r,n,t);for(let t in e.attributes)t!==`class`&&e.attributes.hasOwnProperty(t)&&i.setAttribute(t,e.attributes[t]);return i},mathmlBuilder:(e,t)=>en(e.body,t)}),R({type:`htmlmathml`,names:[`\\html@mathml`],props:{numArgs:2,allowedInArgument:!0,allowedInText:!0},handler:(e,t)=>{let{parser:n}=e;return{type:`htmlmathml`,mode:n.mode,html:Mt(t[0]),mathml:Mt(t[1])}},htmlBuilder:(e,t)=>ht(Lt(e.html,t,!1)),mathmlBuilder:(e,t)=>en(e.mathml,t)});let Ur=function(e){if(/^[-+]? *(\d+(\.\d*)?|\.\d+)$/.test(e))return{number:+e,unit:`bp`};{let t=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(e);if(!t)throw new r(`Invalid size: '`+e+`' in \\includegraphics`);let n={number:+(t[1]+t[2]),unit:t[3]};if(!ye(n))throw new r(`Invalid unit: '`+n.unit+`' in \\includegraphics.`);return n}};R({type:`includegraphics`,names:[`\\includegraphics`],props:{numArgs:1,numOptionalArgs:1,argTypes:[`raw`,`url`],allowedInText:!1},handler:(e,t,n)=>{let{parser:i}=e,a={number:0,unit:`em`},o={number:.9,unit:`em`},s={number:0,unit:`em`},c=``;if(n[0]){let e=U(n[0],`raw`).string.split(`,`);for(let t=0;t<e.length;t++){let n=e[t].split(`=`);if(n.length===2){let e=n[1].trim();switch(n[0].trim()){case`alt`:c=e;break;case`width`:a=Ur(e);break;case`height`:o=Ur(e);break;case`totalheight`:s=Ur(e);break;default:throw new r(`Invalid key: '`+n[0]+`' in \\includegraphics.`)}}}}let l=U(t[0],`url`).url;return c===``&&(c=l,c=c.replace(/^.*[\\/]/,``),c=c.substring(0,c.lastIndexOf(`.`))),i.settings.isTrusted({command:`\\includegraphics`,url:l})?{type:`includegraphics`,mode:i.mode,alt:c,width:a,height:o,totalheight:s,src:l}:i.formatUnsupportedCmd(`\\includegraphics`)},htmlBuilder:(e,t)=>{let n=w(e.height,t),r=0;e.totalheight.number>0&&(r=w(e.totalheight,t)-n);let i=0;e.width.number>0&&(i=w(e.width,t));let a={height:T(n+r)};i>0&&(a.width=T(i)),r>0&&(a.verticalAlign=T(-r));let o=new De(e.src,e.alt,a);return o.height=n,o.depth=r,o},mathmlBuilder:(e,t)=>{let n=new B(`mglyph`,[]);n.setAttribute(`alt`,e.alt);let r=w(e.height,t),i=0;if(e.totalheight.number>0&&(i=w(e.totalheight,t)-r,n.setAttribute(`valign`,T(-i))),n.setAttribute(`height`,T(r+i)),e.width.number>0){let r=w(e.width,t);n.setAttribute(`width`,T(r))}return n.setAttribute(`src`,e.src),n}}),R({type:`kern`,names:[`\\kern`,`\\mkern`,`\\hskip`,`\\mskip`],props:{numArgs:1,argTypes:[`size`],primitive:!0,allowedInText:!0},handler(e,t){let{parser:n,funcName:r}=e,i=U(t[0],`size`);if(n.settings.strict){let e=r[1]===`m`,t=i.value.unit===`mu`;e?(t||n.settings.reportNonstrict(`mathVsTextUnits`,`LaTeX's `+r+` supports only mu units, `+(`not `+i.value.unit+` units`)),n.mode!==`math`&&n.settings.reportNonstrict(`mathVsTextUnits`,`LaTeX's `+r+` works only in math mode`)):t&&n.settings.reportNonstrict(`mathVsTextUnits`,`LaTeX's `+r+` doesn't support mu units`)}return{type:`kern`,mode:n.mode,dimension:i.value}},htmlBuilder(e,t){return vt(e.dimension,t)},mathmlBuilder(e,t){return new qt(w(e.dimension,t))}}),R({type:`lap`,names:[`\\mathllap`,`\\mathrlap`,`\\mathclap`],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{let{parser:n,funcName:r}=e,i=t[0];return{type:`lap`,mode:n.mode,alignment:r.slice(5),body:i}},htmlBuilder:(e,t)=>{let n;e.alignment===`clap`?(n=F([],[z(e.body,t)]),n=F([`inner`],[n],t)):n=F([`inner`],[z(e.body,t)]);let r=F([`fix`],[]),i=F([e.alignment],[n,r],t),a=F([`strut`]);return a.style.height=T(i.height+i.depth),i.depth&&(a.style.verticalAlign=T(-i.depth)),i.children.unshift(a),i=F([`thinbox`],[i],t),F([`mord`,`vbox`],[i],t)},mathmlBuilder:(e,t)=>{let n=new B(`mpadded`,[H(e.body,t)]);if(e.alignment!==`rlap`){let t=e.alignment===`llap`?`-1`:`-0.5`;n.setAttribute(`lspace`,t+`width`)}return n.setAttribute(`width`,`0px`),n}}),R({type:`styling`,names:[`\\(`,`$`],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler(e,t){let{funcName:n,parser:r}=e,i=r.mode;r.switchMode(`math`);let a=n===`\\(`?`\\)`:`$`,o=r.parseExpression(!1,a);return r.expect(a),r.switchMode(i),{type:`styling`,mode:r.mode,style:`text`,body:o}}}),R({type:`text`,names:[`\\)`,`\\]`],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler(e,t){throw new r(`Mismatched `+e.funcName)}});let Wr=(e,t)=>{switch(t.style.size){case S.DISPLAY.size:return e.display;case S.TEXT.size:return e.text;case S.SCRIPT.size:return e.script;case S.SCRIPTSCRIPT.size:return e.scriptscript;default:return e.text}};R({type:`mathchoice`,names:[`\\mathchoice`],props:{numArgs:4,primitive:!0},handler:(e,t)=>{let{parser:n}=e;return{type:`mathchoice`,mode:n.mode,display:Mt(t[0]),text:Mt(t[1]),script:Mt(t[2]),scriptscript:Mt(t[3])}},htmlBuilder:(e,t)=>ht(Lt(Wr(e,t),t,!1)),mathmlBuilder:(e,t)=>en(Wr(e,t),t)});let Gr=(e,t,n,r,i,a,o)=>{e=F([],[e]);let s=n&&d(n),c,l;if(t){let e=z(t,r.havingStyle(i.sup()),r);l={elem:e,kern:Math.max(r.fontMetrics().bigOpSpacing1,r.fontMetrics().bigOpSpacing3-e.depth)}}if(n){let e=z(n,r.havingStyle(i.sub()),r);c={elem:e,kern:Math.max(r.fontMetrics().bigOpSpacing2,r.fontMetrics().bigOpSpacing4-e.height)}}let u;if(l&&c)u=I({positionType:`bottom`,positionData:r.fontMetrics().bigOpSpacing5+c.elem.height+c.elem.depth+c.kern+e.depth+o,children:[{type:`kern`,size:r.fontMetrics().bigOpSpacing5},{type:`elem`,elem:c.elem,marginLeft:T(-a)},{type:`kern`,size:c.kern},{type:`elem`,elem:e},{type:`kern`,size:l.kern},{type:`elem`,elem:l.elem,marginLeft:T(a)},{type:`kern`,size:r.fontMetrics().bigOpSpacing5}]},r);else if(c)u=I({positionType:`top`,positionData:e.height-o,children:[{type:`kern`,size:r.fontMetrics().bigOpSpacing5},{type:`elem`,elem:c.elem,marginLeft:T(-a)},{type:`kern`,size:c.kern},{type:`elem`,elem:e}]},r);else if(l)u=I({positionType:`bottom`,positionData:e.depth+o,children:[{type:`elem`,elem:e},{type:`kern`,size:l.kern},{type:`elem`,elem:l.elem,marginLeft:T(a)},{type:`kern`,size:r.fontMetrics().bigOpSpacing5}]},r);else return e;let f=[u];if(c&&a!==0&&!s){let e=F([`mspace`],[],r);e.style.marginRight=T(a),f.unshift(e)}return F([`mop`,`op-limits`],f,r)},Kr=new Set([`\\smallint`]),qr=(e,t)=>{let n,r,i=!1,a;e.type===`supsub`?(n=e.sup,r=e.sub,a=U(e.base,`op`),i=!0):a=U(e,`op`);let o=t.style,s=!1;o.size===S.DISPLAY.size&&a.symbol&&!Kr.has(a.name)&&(s=!0);let c;if(a.symbol){let e=s?`Size2-Regular`:`Size1-Regular`,n=``;if((a.name===`\\oiint`||a.name===`\\oiiint`)&&(n=a.name.slice(1),a.name=n===`oiint`?`\\iint`:`\\iiint`),c=at(a.name,e,`math`,t,[`mop`,`op-symbol`,s?`large-op`:`small-op`]),n.length>0){let e=c.italic,r=St(n+`Size`+(s?`2`:`1`),t);c=I({positionType:`individualShift`,children:[{type:`elem`,elem:c,shift:0},{type:`elem`,elem:r,shift:s?.08:0}]},t),a.name=`\\`+n,c.classes.unshift(`mop`),c.italic=e}}else if(a.body){let e=Lt(a.body,t,!0);e.length===1&&e[0]instanceof ke?(c=e[0],c.classes[0]=`mop`):c=F([`mop`],e,t)}else{let e=[];for(let n=1;n<a.name.length;n++)e.push(ot(a.name[n],a.mode,t));c=F([`mop`],e,t)}let l=0,u=0;return(c instanceof ke||a.name===`\\oiint`||a.name===`\\oiiint`)&&!a.suppressBaseShift&&(l=(c.height-c.depth)/2-t.fontMetrics().axisHeight,u=c.italic||0),i?Gr(c,n,r,t,o,u,l):(l&&(c.style.position=`relative`,c.style.top=T(l)),c)},Jr=(e,t)=>{let n;if(e.symbol)n=new B(`mo`,[Xt(e.name,e.mode)]),Kr.has(e.name)&&n.setAttribute(`largeop`,`false`);else if(e.body)n=new B(`mo`,$t(e.body,t));else{n=new B(`mi`,[new Kt(e.name.slice(1))]);let t=new B(`mo`,[Xt(``,`text`)]);n=e.parentIsSupSub?new B(`mrow`,[n,t]):Gt([n,t])}return n},Yr={"∏":`\\prod`,"∐":`\\coprod`,"∑":`\\sum`,"⋀":`\\bigwedge`,"⋁":`\\bigvee`,"⋂":`\\bigcap`,"⋃":`\\bigcup`,"⨀":`\\bigodot`,"⨁":`\\bigoplus`,"⨂":`\\bigotimes`,"⨄":`\\biguplus`,"⨆":`\\bigsqcup`};R({type:`op`,names:`\\coprod.\\bigvee.\\bigwedge.\\biguplus.\\bigcap.\\bigcup.\\intop.\\prod.\\sum.\\bigotimes.\\bigoplus.\\bigodot.\\bigsqcup.\\smallint.∏.∐.∑.⋀.⋁.⋂.⋃.⨀.⨁.⨂.⨄.⨆`.split(`.`),props:{numArgs:0},handler:(e,t)=>{let{parser:n,funcName:r}=e,i=r;return i.length===1&&(i=Yr[i]),{type:`op`,mode:n.mode,limits:!0,parentIsSupSub:!1,symbol:!0,name:i}},htmlBuilder:qr,mathmlBuilder:Jr}),R({type:`op`,names:[`\\mathop`],props:{numArgs:1,primitive:!0},handler:(e,t)=>{let{parser:n}=e,r=t[0];return{type:`op`,mode:n.mode,limits:!1,parentIsSupSub:!1,symbol:!1,body:Mt(r)}},htmlBuilder:qr,mathmlBuilder:Jr});let Xr={"∫":`\\int`,"∬":`\\iint`,"∭":`\\iiint`,"∮":`\\oint`,"∯":`\\oiint`,"∰":`\\oiiint`};R({type:`op`,names:`\\arcsin.\\arccos.\\arctan.\\arctg.\\arcctg.\\arg.\\ch.\\cos.\\cosec.\\cosh.\\cot.\\cotg.\\coth.\\csc.\\ctg.\\cth.\\deg.\\dim.\\exp.\\hom.\\ker.\\lg.\\ln.\\log.\\sec.\\sin.\\sinh.\\sh.\\tan.\\tanh.\\tg.\\th`.split(`.`),props:{numArgs:0},handler(e){let{parser:t,funcName:n}=e;return{type:`op`,mode:t.mode,limits:!1,parentIsSupSub:!1,symbol:!1,name:n}},htmlBuilder:qr,mathmlBuilder:Jr}),R({type:`op`,names:[`\\det`,`\\gcd`,`\\inf`,`\\lim`,`\\max`,`\\min`,`\\Pr`,`\\sup`],props:{numArgs:0},handler(e){let{parser:t,funcName:n}=e;return{type:`op`,mode:t.mode,limits:!0,parentIsSupSub:!1,symbol:!1,name:n}},htmlBuilder:qr,mathmlBuilder:Jr}),R({type:`op`,names:[`\\int`,`\\iint`,`\\iiint`,`\\oint`,`\\oiint`,`\\oiiint`,`∫`,`∬`,`∭`,`∮`,`∯`,`∰`],props:{numArgs:0,allowedInArgument:!0},handler(e){let{parser:t,funcName:n}=e,r=n;return r.length===1&&(r=Xr[r]),{type:`op`,mode:t.mode,limits:!1,parentIsSupSub:!1,symbol:!0,name:r}},htmlBuilder:qr,mathmlBuilder:Jr});let Zr=(e,t)=>{let n,r,i=!1,a;e.type===`supsub`?(n=e.sup,r=e.sub,a=U(e.base,`operatorname`),i=!0):a=U(e,`operatorname`);let o;if(a.body.length>0){let e=Lt(a.body.map(e=>{let t=`text`in e?e.text:void 0;return typeof t==`string`?{type:`textord`,mode:e.mode,text:t}:e}),t.withFont(`mathrm`),!0);for(let t=0;t<e.length;t++){let n=e[t];n instanceof ke&&(n.text=n.text.replace(/\u2212/,`-`).replace(/\u2217/,`*`))}o=F([`mop`],e,t)}else o=F([`mop`],[],t);return i?Gr(o,n,r,t,t.style,0,0):o};R({type:`operatorname`,names:[`\\operatorname@`,`\\operatornamewithlimits`],props:{numArgs:1},handler:(e,t)=>{let{parser:n,funcName:r}=e,i=t[0];return{type:`operatorname`,mode:n.mode,body:Mt(i),alwaysHandleSupSub:r===`\\operatornamewithlimits`,limits:!1,parentIsSupSub:!1}},htmlBuilder:Zr,mathmlBuilder:(e,t)=>{let n=$t(e.body,t.withFont(`mathrm`)),r=!0;for(let e=0;e<n.length;e++){let t=n[e];if(!(t instanceof qt))if(t instanceof B)switch(t.type){case`mi`:case`mn`:case`mspace`:case`mtext`:break;case`mo`:{let e=t.children[0];t.children.length===1&&e instanceof Kt?e.text=e.text.replace(/\u2212/,`-`).replace(/\u2217/,`*`):r=!1;break}default:r=!1}else r=!1}r&&(n=[new Kt(n.map(e=>e.toText()).join(``))]);let i=new B(`mi`,n);i.setAttribute(`mathvariant`,`normal`);let a=new B(`mo`,[Xt(``,`text`)]);return e.parentIsSupSub?new B(`mrow`,[i,a]):Gt([i,a])}}),K(`\\operatorname`,`\\@ifstar\\operatornamewithlimits\\operatorname@`),At({type:`ordgroup`,htmlBuilder(e,t){return e.semisimple?ht(Lt(e.body,t,!1)):F([`mord`],Lt(e.body,t,!0),t)},mathmlBuilder(e,t){return en(e.body,t,!0)}}),R({type:`overline`,names:[`\\overline`],props:{numArgs:1},handler(e,t){let{parser:n}=e,r=t[0];return{type:`overline`,mode:n.mode,body:r}},htmlBuilder(e,t){let n=z(e.body,t.havingCrampedStyle()),r=pt(`overline-line`,t),i=t.fontMetrics().defaultRuleThickness;return F([`mord`,`overline`],[I({positionType:`firstBaseline`,children:[{type:`elem`,elem:n},{type:`kern`,size:3*i},{type:`elem`,elem:r},{type:`kern`,size:i}]},t)],t)},mathmlBuilder(e,t){let n=new B(`mo`,[new Kt(`‾`)]);n.setAttribute(`stretchy`,`true`);let r=new B(`mover`,[H(e.body,t),n]);return r.setAttribute(`accent`,`true`),r}}),R({type:`phantom`,names:[`\\phantom`],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{let{parser:n}=e,r=t[0];return{type:`phantom`,mode:n.mode,body:Mt(r)}},htmlBuilder:(e,t)=>ht(Lt(e.body,t.withPhantom(),!1)),mathmlBuilder:(e,t)=>new B(`mphantom`,$t(e.body,t))}),K(`\\hphantom`,`\\smash{\\phantom{#1}}`),R({type:`vphantom`,names:[`\\vphantom`],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{let{parser:n}=e,r=t[0];return{type:`vphantom`,mode:n.mode,body:r}},htmlBuilder:(e,t)=>F([`mord`,`rlap`],[F([`inner`],[z(e.body,t.withPhantom())]),F([`fix`],[])],t),mathmlBuilder:(e,t)=>{let n=new B(`mpadded`,[new B(`mphantom`,$t(Mt(e.body),t))]);return n.setAttribute(`width`,`0px`),n}}),R({type:`raisebox`,names:[`\\raisebox`],props:{numArgs:2,argTypes:[`size`,`hbox`],allowedInText:!0},handler(e,t){let{parser:n}=e,r=U(t[0],`size`).value,i=t[1];return{type:`raisebox`,mode:n.mode,dy:r,body:i}},htmlBuilder(e,t){let n=z(e.body,t);return I({positionType:`shift`,positionData:-w(e.dy,t),children:[{type:`elem`,elem:n}]},t)},mathmlBuilder(e,t){let n=new B(`mpadded`,[H(e.body,t)]),r=e.dy.number+e.dy.unit;return n.setAttribute(`voffset`,r),n}}),R({type:`internal`,names:[`\\relax`],props:{numArgs:0,allowedInText:!0,allowedInArgument:!0},handler(e){let{parser:t}=e;return{type:`internal`,mode:t.mode}}}),R({type:`rule`,names:[`\\rule`],props:{numArgs:2,numOptionalArgs:1,allowedInText:!0,allowedInMath:!0,argTypes:[`size`,`size`,`size`]},handler(e,t,n){let{parser:r}=e,i=n[0],a=U(t[0],`size`),o=U(t[1],`size`);return{type:`rule`,mode:r.mode,shift:i&&U(i,`size`).value,width:a.value,height:o.value}},htmlBuilder(e,t){let n=F([`mord`,`rule`],[],t),r=w(e.width,t),i=w(e.height,t),a=e.shift?w(e.shift,t):0;return n.style.borderRightWidth=T(r),n.style.borderTopWidth=T(i),n.style.bottom=T(a),n.width=r,n.height=i+a,n.depth=-a,n.maxFontSize=i*1.125*t.sizeMultiplier,n},mathmlBuilder(e,t){let n=w(e.width,t),r=w(e.height,t),i=e.shift?w(e.shift,t):0,a=t.color&&t.getColor()||`black`,o=new B(`mspace`);o.setAttribute(`mathbackground`,a),o.setAttribute(`width`,T(n)),o.setAttribute(`height`,T(r));let s=new B(`mpadded`,[o]);return i>=0?s.setAttribute(`height`,T(i)):(s.setAttribute(`height`,T(i)),s.setAttribute(`depth`,T(-i))),s.setAttribute(`voffset`,T(i)),s}});function Qr(e,t,n){let r=Lt(e,t,!1),i=t.sizeMultiplier/n.sizeMultiplier;for(let e=0;e<r.length;e++){let a=r[e].classes.indexOf(`sizing`);a<0?Array.prototype.push.apply(r[e].classes,t.sizingClasses(n)):r[e].classes[a+1]===`reset-size`+t.size&&(r[e].classes[a+1]=`reset-size`+n.size),r[e].height*=i,r[e].depth*=i}return ht(r)}let $r=[`\\tiny`,`\\sixptsize`,`\\scriptsize`,`\\footnotesize`,`\\small`,`\\normalsize`,`\\large`,`\\Large`,`\\LARGE`,`\\huge`,`\\Huge`];R({type:`sizing`,names:$r,props:{numArgs:0,allowedInText:!0},handler:(e,t)=>{let{breakOnTokenText:n,funcName:r,parser:i}=e,a=i.parseExpression(!1,n);return{type:`sizing`,mode:i.mode,size:$r.indexOf(r)+1,body:a}},htmlBuilder:(e,t)=>{let n=t.havingSize(e.size);return Qr(e.body,n,t)},mathmlBuilder:(e,t)=>{let n=t.havingSize(e.size),r=new B(`mstyle`,$t(e.body,n));return r.setAttribute(`mathsize`,T(n.sizeMultiplier)),r}}),R({type:`smash`,names:[`\\smash`],props:{numArgs:1,numOptionalArgs:1,allowedInText:!0},handler:(e,t,n)=>{let{parser:r}=e,i=!1,a=!1,o=n[0]&&U(n[0],`ordgroup`);if(o){let e=``;for(let t=0;t<o.body.length;++t){let n=o.body[t];if(e=vn(n).text,e===`t`)i=!0;else if(e===`b`)a=!0;else{i=!1,a=!1;break}}}else i=!0,a=!0;let s=t[0];return{type:`smash`,mode:r.mode,body:s,smashHeight:i,smashDepth:a}},htmlBuilder:(e,t)=>{let n=F([],[z(e.body,t)]);if(!e.smashHeight&&!e.smashDepth)return n;if(e.smashHeight&&(n.height=0),e.smashDepth&&(n.depth=0),e.smashHeight&&e.smashDepth)return F([`mord`,`smash`],[n],t);if(n.children)for(let t=0;t<n.children.length;t++)e.smashHeight&&(n.children[t].height=0),e.smashDepth&&(n.children[t].depth=0);return F([`mord`],[I({positionType:`firstBaseline`,children:[{type:`elem`,elem:n}]},t)],t)},mathmlBuilder:(e,t)=>{let n=new B(`mpadded`,[H(e.body,t)]);return e.smashHeight&&n.setAttribute(`height`,`0px`),e.smashDepth&&n.setAttribute(`depth`,`0px`),n}}),R({type:`sqrt`,names:[`\\sqrt`],props:{numArgs:1,numOptionalArgs:1},handler(e,t,n){let{parser:r}=e,i=n[0],a=t[0];return{type:`sqrt`,mode:r.mode,body:a,index:i}},htmlBuilder(e,t){let n=z(e.body,t.havingCrampedStyle());n.height===0&&(n.height=t.fontMetrics().xHeight),n=gt(n,t);let r=t.fontMetrics().defaultRuleThickness,i=r;t.style.id<S.TEXT.id&&(i=t.fontMetrics().xHeight);let a=r+i/4,{span:o,ruleWidth:s,advanceWidth:c}=$n(n.height+n.depth+a+r,t),l=o.height-s;l>n.height+n.depth+a&&(a=(a+l-n.height-n.depth)/2);let u=o.height-n.height-a-s;n.style.paddingLeft=T(c);let d=I({positionType:`firstBaseline`,children:[{type:`elem`,elem:n,wrapperClasses:[`svg-align`]},{type:`kern`,size:-(n.height+u)},{type:`elem`,elem:o},{type:`kern`,size:s}]},t);if(e.index){let n=t.havingStyle(S.SCRIPTSCRIPT),r=z(e.index,n,t);return F([`mord`,`sqrt`],[F([`root`],[I({positionType:`shift`,positionData:-(.6*(d.height-d.depth)),children:[{type:`elem`,elem:r}]},t)]),d],t)}else return F([`mord`,`sqrt`],[d],t)},mathmlBuilder(e,t){let{body:n,index:r}=e;return r?new B(`mroot`,[H(n,t),H(r,t)]):new B(`msqrt`,[H(n,t)])}});let ei={display:S.DISPLAY,text:S.TEXT,script:S.SCRIPT,scriptscript:S.SCRIPTSCRIPT};R({type:`styling`,names:[`\\displaystyle`,`\\textstyle`,`\\scriptstyle`,`\\scriptscriptstyle`],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e,t){let{breakOnTokenText:n,funcName:r,parser:i}=e,a=i.parseExpression(!0,n),o=r.slice(1,r.length-5);return{type:`styling`,mode:i.mode,style:o,body:a}},htmlBuilder(e,t){let n=ei[e.style],r=t.havingStyle(n).withFont(``);return Qr(e.body,r,t)},mathmlBuilder(e,t){let n=ei[e.style],r=t.havingStyle(n),i=new B(`mstyle`,$t(e.body,r)),a={display:[`0`,`true`],text:[`0`,`false`],script:[`1`,`false`],scriptscript:[`2`,`false`]}[e.style];return i.setAttribute(`scriptlevel`,a[0]),i.setAttribute(`displaystyle`,a[1]),i}});let ti=function(e,t){let n=e.base;return n?n.type===`op`?n.limits&&(t.style.size===S.DISPLAY.size||n.alwaysHandleSupSub)?qr:null:n.type===`operatorname`?n.alwaysHandleSupSub&&(t.style.size===S.DISPLAY.size||n.limits)?Zr:null:n.type===`accent`?d(n.base)?xn:null:n.type===`horizBrace`&&!e.sub===n.isOver?Hr:null:null};At({type:`supsub`,htmlBuilder(e,t){let n=ti(e,t);if(n)return n(e,t);let{base:r,sup:i,sub:a}=e,o=z(r,t),s,c,l=t.fontMetrics(),u=0,f=0,p=r&&d(r);if(i){let e=t.havingStyle(t.style.sup());s=z(i,e,t),p||(u=o.height-e.fontMetrics().supDrop*e.sizeMultiplier/t.sizeMultiplier)}if(a){let e=t.havingStyle(t.style.sub());c=z(a,e,t),p||(f=o.depth+e.fontMetrics().subDrop*e.sizeMultiplier/t.sizeMultiplier)}let m;m=t.style===S.DISPLAY?l.sup1:t.style.cramped?l.sup3:l.sup2;let h=t.sizeMultiplier,g=T(.5/l.ptPerEm/h),_=null;if(c){let t=e.base&&e.base.type===`op`&&e.base.name&&(e.base.name===`\\oiint`||e.base.name===`\\oiiint`);(o instanceof ke||t)&&(_=T(-o.italic))}let v;if(s&&c){u=Math.max(u,m,s.depth+.25*l.xHeight),f=Math.max(f,l.sub2);let e=4*l.defaultRuleThickness;if(u-s.depth-(c.height-f)<e){f=e-(u-s.depth)+c.height;let t=.8*l.xHeight-(u-s.depth);t>0&&(u+=t,f-=t)}v=I({positionType:`individualShift`,children:[{type:`elem`,elem:c,shift:f,marginRight:g,marginLeft:_},{type:`elem`,elem:s,shift:-u,marginRight:g}]},t)}else if(c)f=Math.max(f,l.sub1,c.height-.8*l.xHeight),v=I({positionType:`shift`,positionData:f,children:[{type:`elem`,elem:c,marginLeft:_,marginRight:g}]},t);else if(s)u=Math.max(u,m,s.depth+.25*l.xHeight),v=I({positionType:`shift`,positionData:-u,children:[{type:`elem`,elem:s,marginRight:g}]},t);else throw Error(`supsub must have either sup or sub.`);return F([Vt(o,`right`)||`mord`],[o,F([`msupsub`],[v])],t)},mathmlBuilder(e,t){let n=!1,r,i;e.base&&e.base.type===`horizBrace`&&(i=!!e.sup,i===e.base.isOver&&(n=!0,r=e.base.isOver)),e.base&&(e.base.type===`op`||e.base.type===`operatorname`)&&(e.base.parentIsSupSub=!0);let a=[H(e.base,t)];e.sub&&a.push(H(e.sub,t)),e.sup&&a.push(H(e.sup,t));let o;if(n)o=r?`mover`:`munder`;else if(!e.sub){let n=e.base;o=n&&n.type===`op`&&n.limits&&(t.style===S.DISPLAY||n.alwaysHandleSupSub)||n&&n.type===`operatorname`&&n.alwaysHandleSupSub&&(n.limits||t.style===S.DISPLAY)?`mover`:`msup`}else if(e.sup){let n=e.base;o=n&&n.type===`op`&&n.limits&&t.style===S.DISPLAY||n&&n.type===`operatorname`&&n.alwaysHandleSupSub&&(t.style===S.DISPLAY||n.limits)?`munderover`:`msubsup`}else{let n=e.base;o=n&&n.type===`op`&&n.limits&&(t.style===S.DISPLAY||n.alwaysHandleSupSub)||n&&n.type===`operatorname`&&n.alwaysHandleSupSub&&(n.limits||t.style===S.DISPLAY)?`munder`:`msub`}return new B(o,a)}}),At({type:`atom`,htmlBuilder(e,t){return ot(e.text,e.mode,t,[`m`+e.family])},mathmlBuilder(e,t){let n=new B(`mo`,[Xt(e.text,e.mode)]);if(e.family===`bin`){let r=V(e,t);r===`bold-italic`&&n.setAttribute(`mathvariant`,r)}else e.family===`punct`?n.setAttribute(`separator`,`true`):(e.family===`open`||e.family===`close`)&&n.setAttribute(`stretchy`,`false`);return n}});let ni={mi:`italic`,mn:`normal`,mtext:`normal`};At({type:`mathord`,htmlBuilder(e,t){return ct(e,t,`mathord`)},mathmlBuilder(e,t){let n=new B(`mi`,[Xt(e.text,e.mode,t)]),r=V(e,t)||`italic`;return r!==ni[n.type]&&n.setAttribute(`mathvariant`,r),n}}),At({type:`textord`,htmlBuilder(e,t){return ct(e,t,`textord`)},mathmlBuilder(e,t){let n=Xt(e.text,e.mode,t),r=V(e,t)||`normal`,i;return i=e.mode===`text`?new B(`mtext`,[n]):/[0-9]/.test(e.text)?new B(`mn`,[n]):e.text===`\\prime`?new B(`mo`,[n]):new B(`mi`,[n]),r!==ni[i.type]&&i.setAttribute(`mathvariant`,r),i}});let ri={"\\nobreak":`nobreak`,"\\allowbreak":`allowbreak`},ii={" ":{},"\\ ":{},"~":{className:`nobreak`},"\\space":{},"\\nobreakspace":{className:`nobreak`}};At({type:`spacing`,htmlBuilder(e,t){if(ii.hasOwnProperty(e.text)){let n=ii[e.text].className||``;if(e.mode===`text`){let r=ct(e,t,`textord`);return r.classes.push(n),r}else return F([`mspace`,n],[ot(e.text,e.mode,t)],t)}else if(ri.hasOwnProperty(e.text))return F([`mspace`,ri[e.text]],[],t);else throw new r(`Unknown type of space "`+e.text+`"`)},mathmlBuilder(e,t){let n;if(ii.hasOwnProperty(e.text))n=new B(`mtext`,[new Kt(`\xA0`)]);else if(ri.hasOwnProperty(e.text))return new B(`mspace`);else throw new r(`Unknown type of space "`+e.text+`"`);return n}});let ai=()=>{let e=new B(`mtd`,[]);return e.setAttribute(`width`,`50%`),e};At({type:`tag`,mathmlBuilder(e,t){let n=new B(`mtable`,[new B(`mtr`,[ai(),new B(`mtd`,[en(e.body,t)]),ai(),new B(`mtd`,[en(e.tag,t)])])]);return n.setAttribute(`width`,`100%`),n}});let oi={"\\text":void 0,"\\textrm":`textrm`,"\\textsf":`textsf`,"\\texttt":`texttt`,"\\textnormal":`textrm`},si={"\\textbf":`textbf`,"\\textmd":`textmd`},ci={"\\textit":`textit`,"\\textup":`textup`},li=(e,t)=>{let n=e.font;return n?oi[n]?t.withTextFontFamily(oi[n]):si[n]?t.withTextFontWeight(si[n]):n===`\\emph`?t.fontShape===`textit`?t.withTextFontShape(`textup`):t.withTextFontShape(`textit`):t.withTextFontShape(ci[n]):t};R({type:`text`,names:[`\\text`,`\\textrm`,`\\textsf`,`\\texttt`,`\\textnormal`,`\\textbf`,`\\textmd`,`\\textit`,`\\textup`,`\\emph`],props:{numArgs:1,argTypes:[`text`],allowedInArgument:!0,allowedInText:!0},handler(e,t){let{parser:n,funcName:r}=e,i=t[0];return{type:`text`,mode:n.mode,body:Mt(i),font:r}},htmlBuilder(e,t){let n=li(e,t);return F([`mord`,`text`],Lt(e.body,n,!0),n)},mathmlBuilder(e,t){let n=li(e,t);return en(e.body,n)}}),R({type:`underline`,names:[`\\underline`],props:{numArgs:1,allowedInText:!0},handler(e,t){let{parser:n}=e;return{type:`underline`,mode:n.mode,body:t[0]}},htmlBuilder(e,t){let n=z(e.body,t),r=pt(`underline-line`,t),i=t.fontMetrics().defaultRuleThickness;return F([`mord`,`underline`],[I({positionType:`top`,positionData:n.height,children:[{type:`kern`,size:i},{type:`elem`,elem:r},{type:`kern`,size:3*i},{type:`elem`,elem:n}]},t)],t)},mathmlBuilder(e,t){let n=new B(`mo`,[new Kt(`‾`)]);n.setAttribute(`stretchy`,`true`);let r=new B(`munder`,[H(e.body,t),n]);return r.setAttribute(`accentunder`,`true`),r}}),R({type:`vcenter`,names:[`\\vcenter`],props:{numArgs:1,argTypes:[`original`],allowedInText:!1},handler(e,t){let{parser:n}=e;return{type:`vcenter`,mode:n.mode,body:t[0]}},htmlBuilder(e,t){let n=z(e.body,t),r=t.fontMetrics().axisHeight;return I({positionType:`shift`,positionData:.5*(n.height-r-(n.depth+r)),children:[{type:`elem`,elem:n}]},t)},mathmlBuilder(e,t){return new B(`mpadded`,[H(e.body,t)],[`vcenter`])}}),R({type:`verb`,names:[`\\verb`],props:{numArgs:0,allowedInText:!0},handler(e,t,n){throw new r(`\\verb ended by end of line instead of matching delimiter`)},htmlBuilder(e,t){let n=ui(e),r=[],i=t.havingStyle(t.style.text());for(let t=0;t<n.length;t++){let a=n[t];a===`~`&&(a=`\\textasciitilde`),r.push(at(a,`Typewriter-Regular`,e.mode,i,[`mord`,`texttt`]))}return F([`mord`,`text`].concat(i.sizingClasses(t)),ut(r),i)},mathmlBuilder(e,t){let n=new B(`mtext`,[new Kt(ui(e))]);return n.setAttribute(`mathvariant`,`monospace`),n}});let ui=e=>e.body.replace(/ /g,e.star?`␣`:`\xA0`);var di=Dt;let fi=`[̀-ͯ]`,pi=RegExp(fi+`+$`);fi+(fi+`*`);class mi{constructor(e,t){this.input=e,this.settings=t,this.tokenRegex=RegExp(`([ \r
|
||
]+)|\\\\(
|
||
|[ \r ]+
|
||
?)[ \r ]*|([!-\\[\\]-‧-豈-][̀-ͯ]*|[<5B>d800-<2D>dbff][<5B>dc00-<2D>dfff][̀-ͯ]*|\\\\verb\\*([^]).*?\\4|\\\\verb([^*a-zA-Z]).*?\\5|(\\\\[a-zA-Z@]+)[ \r
|
||
]*|\\\\[^<5E>d800-<2D>dfff])`,`g`),this.catcodes={"%":14,"~":13}}setCatcode(e,t){this.catcodes[e]=t}lex(){let e=this.input,t=this.tokenRegex.lastIndex;if(t===e.length)return new Sr(`EOF`,new xr(this,t,t));let n=this.tokenRegex.exec(e);if(n===null||n.index!==t)throw new r(`Unexpected character: '`+e[t]+`'`,new Sr(e[t],new xr(this,t,t+1)));let i=n[6]||n[3]||(n[2]?`\\ `:` `);if(this.catcodes[i]===14){let t=e.indexOf(`
|
||
`,this.tokenRegex.lastIndex);return t===-1?(this.tokenRegex.lastIndex=e.length,this.settings.reportNonstrict(`commentAtEnd`,`% comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $)`)):this.tokenRegex.lastIndex=t+1,this.lex()}return new Sr(i,new xr(this,t,this.tokenRegex.lastIndex))}}class hi{constructor(e,t){e===void 0&&(e={}),t===void 0&&(t={}),this.current=t,this.builtins=e,this.undefStack=[]}beginGroup(){this.undefStack.push({})}endGroup(){if(this.undefStack.length===0)throw new r(`Unbalanced namespace destruction: attempt to pop global namespace; please report this as a bug`);let e=this.undefStack.pop();for(let t in e)e.hasOwnProperty(t)&&(e[t]==null?delete this.current[t]:this.current[t]=e[t])}endGroups(){for(;this.undefStack.length>0;)this.endGroup()}has(e){return this.current.hasOwnProperty(e)||this.builtins.hasOwnProperty(e)}get(e){return this.current.hasOwnProperty(e)?this.current[e]:this.builtins[e]}set(e,t,n){if(n===void 0&&(n=!1),n){for(let t=0;t<this.undefStack.length;t++)delete this.undefStack[t][e];this.undefStack.length>0&&(this.undefStack[this.undefStack.length-1][e]=t)}else{let t=this.undefStack[this.undefStack.length-1];t&&!t.hasOwnProperty(e)&&(t[e]=this.current[e])}t==null?delete this.current[e]:this.current[e]=t}}var gi=br;K(`\\noexpand`,function(e){let t=e.popToken();return e.isExpandable(t.text)&&(t.noexpand=!0,t.treatAsRelax=!0),{tokens:[t],numArgs:0}}),K(`\\expandafter`,function(e){let t=e.popToken();return e.expandOnce(!0),{tokens:[t],numArgs:0}}),K(`\\@firstoftwo`,function(e){return{tokens:e.consumeArgs(2)[0],numArgs:0}}),K(`\\@secondoftwo`,function(e){return{tokens:e.consumeArgs(2)[1],numArgs:0}}),K(`\\@ifnextchar`,function(e){let t=e.consumeArgs(3);e.consumeSpaces();let n=e.future();return t[0].length===1&&t[0][0].text===n.text?{tokens:t[1],numArgs:0}:{tokens:t[2],numArgs:0}}),K(`\\@ifstar`,`\\@ifnextchar *{\\@firstoftwo{#1}}`),K(`\\TextOrMath`,function(e){let t=e.consumeArgs(2);return e.mode===`text`?{tokens:t[0],numArgs:0}:{tokens:t[1],numArgs:0}});let _i={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,a:10,A:10,b:11,B:11,c:12,C:12,d:13,D:13,e:14,E:14,f:15,F:15};K(`\\char`,function(e){let t=e.popToken(),n,i=0;if(t.text===`'`)n=8,t=e.popToken();else if(t.text===`"`)n=16,t=e.popToken();else if(t.text==="`")if(t=e.popToken(),t.text[0]===`\\`)i=t.text.charCodeAt(1);else if(t.text===`EOF`)throw new r("\\char` missing argument");else i=t.text.charCodeAt(0);else n=10;if(n){if(i=_i[t.text],i==null||i>=n)throw new r(`Invalid base-`+n+` digit `+t.text);let a;for(;(a=_i[e.future().text])!=null&&a<n;)i*=n,i+=a,e.popToken()}return`\\@char{`+i+`}`});let vi=(e,t,n,i)=>{let a=e.consumeArg().tokens;if(a.length!==1)throw new r(`\\newcommand's first argument must be a macro name`);let o=a[0].text,s=e.isDefined(o);if(s&&!t)throw new r(`\\newcommand{`+o+`} attempting to redefine `+(o+`; use \\renewcommand`));if(!s&&!n)throw new r(`\\renewcommand{`+o+`} when command `+o+` does not yet exist; use \\newcommand`);let c=0;if(a=e.consumeArg().tokens,a.length===1&&a[0].text===`[`){let t=``,n=e.expandNextToken();for(;n.text!==`]`&&n.text!==`EOF`;)t+=n.text,n=e.expandNextToken();if(!t.match(/^\s*[0-9]+\s*$/))throw new r(`Invalid number of arguments: `+t);c=parseInt(t),a=e.consumeArg().tokens}return s&&i||e.macros.set(o,{tokens:a,numArgs:c}),``};K(`\\newcommand`,e=>vi(e,!1,!0,!1)),K(`\\renewcommand`,e=>vi(e,!0,!1,!1)),K(`\\providecommand`,e=>vi(e,!0,!0,!0)),K(`\\message`,e=>{let t=e.consumeArgs(1)[0];return console.log(t.reverse().map(e=>e.text).join(``)),``}),K(`\\errmessage`,e=>{let t=e.consumeArgs(1)[0];return console.error(t.reverse().map(e=>e.text).join(``)),``}),K(`\\show`,e=>{let t=e.popToken(),n=t.text;return console.log(t,e.macros.get(n),di[n],Ge.math[n],Ge.text[n]),``}),K(`\\bgroup`,`{`),K(`\\egroup`,`}`),K(`~`,`\\nobreakspace`),K(`\\lq`,"`"),K(`\\rq`,`'`),K(`\\aa`,`\\r a`),K(`\\AA`,`\\r A`),K(`\\textcopyright`,"\\html@mathml{\\textcircled{c}}{\\char`©}"),K(`\\copyright`,`\\TextOrMath{\\textcopyright}{\\text{\\textcopyright}}`),K(`\\textregistered`,"\\html@mathml{\\textcircled{\\scriptsize R}}{\\char`®}"),K(`ℬ`,`\\mathscr{B}`),K(`ℰ`,`\\mathscr{E}`),K(`ℱ`,`\\mathscr{F}`),K(`ℋ`,`\\mathscr{H}`),K(`ℐ`,`\\mathscr{I}`),K(`ℒ`,`\\mathscr{L}`),K(`ℳ`,`\\mathscr{M}`),K(`ℛ`,`\\mathscr{R}`),K(`ℭ`,`\\mathfrak{C}`),K(`ℌ`,`\\mathfrak{H}`),K(`ℨ`,`\\mathfrak{Z}`),K(`\\Bbbk`,`\\Bbb{k}`),K(`\\llap`,`\\mathllap{\\textrm{#1}}`),K(`\\rlap`,`\\mathrlap{\\textrm{#1}}`),K(`\\clap`,`\\mathclap{\\textrm{#1}}`),K(`\\mathstrut`,`\\vphantom{(}`),K(`\\underbar`,`\\underline{\\text{#1}}`),K(`\\not`,`\\html@mathml{\\mathrel{\\mathrlap\\@not}\\nobreak}{\\char"338}`),K(`\\neq`,"\\html@mathml{\\mathrel{\\not=}}{\\mathrel{\\char`≠}}"),K(`\\ne`,`\\neq`),K(`≠`,`\\neq`),K(`\\notin`,"\\html@mathml{\\mathrel{{\\in}\\mathllap{/\\mskip1mu}}}{\\mathrel{\\char`∉}}"),K(`∉`,`\\notin`),K(`≘`,"\\html@mathml{\\mathrel{=\\kern{-1em}\\raisebox{0.4em}{$\\scriptsize\\frown$}}}{\\mathrel{\\char`≘}}"),K(`≙`,"\\html@mathml{\\stackrel{\\tiny\\wedge}{=}}{\\mathrel{\\char`≘}}"),K(`≚`,"\\html@mathml{\\stackrel{\\tiny\\vee}{=}}{\\mathrel{\\char`≚}}"),K(`≛`,"\\html@mathml{\\stackrel{\\scriptsize\\star}{=}}{\\mathrel{\\char`≛}}"),K(`≝`,"\\html@mathml{\\stackrel{\\tiny\\mathrm{def}}{=}}{\\mathrel{\\char`≝}}"),K(`≞`,"\\html@mathml{\\stackrel{\\tiny\\mathrm{m}}{=}}{\\mathrel{\\char`≞}}"),K(`≟`,"\\html@mathml{\\stackrel{\\tiny?}{=}}{\\mathrel{\\char`≟}}"),K(`⟂`,`\\perp`),K(`‼`,`\\mathclose{!\\mkern-0.8mu!}`),K(`∌`,`\\notni`),K(`⌜`,`\\ulcorner`),K(`⌝`,`\\urcorner`),K(`⌞`,`\\llcorner`),K(`⌟`,`\\lrcorner`),K(`©`,`\\copyright`),K(`®`,`\\textregistered`),K(`\\ulcorner`,`\\html@mathml{\\@ulcorner}{\\mathop{\\char"231c}}`),K(`\\urcorner`,`\\html@mathml{\\@urcorner}{\\mathop{\\char"231d}}`),K(`\\llcorner`,`\\html@mathml{\\@llcorner}{\\mathop{\\char"231e}}`),K(`\\lrcorner`,`\\html@mathml{\\@lrcorner}{\\mathop{\\char"231f}}`),K(`\\vdots`,`{\\varvdots\\rule{0pt}{15pt}}`),K(`⋮`,`\\vdots`),K(`\\varGamma`,`\\mathit{\\Gamma}`),K(`\\varDelta`,`\\mathit{\\Delta}`),K(`\\varTheta`,`\\mathit{\\Theta}`),K(`\\varLambda`,`\\mathit{\\Lambda}`),K(`\\varXi`,`\\mathit{\\Xi}`),K(`\\varPi`,`\\mathit{\\Pi}`),K(`\\varSigma`,`\\mathit{\\Sigma}`),K(`\\varUpsilon`,`\\mathit{\\Upsilon}`),K(`\\varPhi`,`\\mathit{\\Phi}`),K(`\\varPsi`,`\\mathit{\\Psi}`),K(`\\varOmega`,`\\mathit{\\Omega}`),K(`\\substack`,`\\begin{subarray}{c}#1\\end{subarray}`),K(`\\colon`,`\\nobreak\\mskip2mu\\mathpunct{}\\mathchoice{\\mkern-3mu}{\\mkern-3mu}{}{}{:}\\mskip6mu\\relax`),K(`\\boxed`,`\\fbox{$\\displaystyle{#1}$}`),K(`\\iff`,`\\DOTSB\\;\\Longleftrightarrow\\;`),K(`\\implies`,`\\DOTSB\\;\\Longrightarrow\\;`),K(`\\impliedby`,`\\DOTSB\\;\\Longleftarrow\\;`),K(`\\dddot`,`{\\overset{\\raisebox{-0.1ex}{\\normalsize ...}}{#1}}`),K(`\\ddddot`,`{\\overset{\\raisebox{-0.1ex}{\\normalsize ....}}{#1}}`);let yi={",":`\\dotsc`,"\\not":`\\dotsb`,"+":`\\dotsb`,"=":`\\dotsb`,"<":`\\dotsb`,">":`\\dotsb`,"-":`\\dotsb`,"*":`\\dotsb`,":":`\\dotsb`,"\\DOTSB":`\\dotsb`,"\\coprod":`\\dotsb`,"\\bigvee":`\\dotsb`,"\\bigwedge":`\\dotsb`,"\\biguplus":`\\dotsb`,"\\bigcap":`\\dotsb`,"\\bigcup":`\\dotsb`,"\\prod":`\\dotsb`,"\\sum":`\\dotsb`,"\\bigotimes":`\\dotsb`,"\\bigoplus":`\\dotsb`,"\\bigodot":`\\dotsb`,"\\bigsqcup":`\\dotsb`,"\\And":`\\dotsb`,"\\longrightarrow":`\\dotsb`,"\\Longrightarrow":`\\dotsb`,"\\longleftarrow":`\\dotsb`,"\\Longleftarrow":`\\dotsb`,"\\longleftrightarrow":`\\dotsb`,"\\Longleftrightarrow":`\\dotsb`,"\\mapsto":`\\dotsb`,"\\longmapsto":`\\dotsb`,"\\hookrightarrow":`\\dotsb`,"\\doteq":`\\dotsb`,"\\mathbin":`\\dotsb`,"\\mathrel":`\\dotsb`,"\\relbar":`\\dotsb`,"\\Relbar":`\\dotsb`,"\\xrightarrow":`\\dotsb`,"\\xleftarrow":`\\dotsb`,"\\DOTSI":`\\dotsi`,"\\int":`\\dotsi`,"\\oint":`\\dotsi`,"\\iint":`\\dotsi`,"\\iiint":`\\dotsi`,"\\iiiint":`\\dotsi`,"\\idotsint":`\\dotsi`,"\\DOTSX":`\\dotsx`},bi=new Set([`bin`,`rel`]);K(`\\dots`,function(e){let t=`\\dotso`,n=e.expandAfterFuture().text;return n in yi?t=yi[n]:(n.slice(0,4)===`\\not`||n in Ge.math&&bi.has(Ge.math[n].group))&&(t=`\\dotsb`),t});let xi={")":!0,"]":!0,"\\rbrack":!0,"\\}":!0,"\\rbrace":!0,"\\rangle":!0,"\\rceil":!0,"\\rfloor":!0,"\\rgroup":!0,"\\rmoustache":!0,"\\right":!0,"\\bigr":!0,"\\biggr":!0,"\\Bigr":!0,"\\Biggr":!0,$:!0,";":!0,".":!0,",":!0};K(`\\dotso`,function(e){return e.future().text in xi?`\\ldots\\,`:`\\ldots`}),K(`\\dotsc`,function(e){let t=e.future().text;return t in xi&&t!==`,`?`\\ldots\\,`:`\\ldots`}),K(`\\cdots`,function(e){return e.future().text in xi?`\\@cdots\\,`:`\\@cdots`}),K(`\\dotsb`,`\\cdots`),K(`\\dotsm`,`\\cdots`),K(`\\dotsi`,`\\!\\cdots`),K(`\\dotsx`,`\\ldots\\,`),K(`\\DOTSI`,`\\relax`),K(`\\DOTSB`,`\\relax`),K(`\\DOTSX`,`\\relax`),K(`\\tmspace`,`\\TextOrMath{\\kern#1#3}{\\mskip#1#2}\\relax`),K(`\\,`,`\\tmspace+{3mu}{.1667em}`),K(`\\thinspace`,`\\,`),K(`\\>`,`\\mskip{4mu}`),K(`\\:`,`\\tmspace+{4mu}{.2222em}`),K(`\\medspace`,`\\:`),K(`\\;`,`\\tmspace+{5mu}{.2777em}`),K(`\\thickspace`,`\\;`),K(`\\!`,`\\tmspace-{3mu}{.1667em}`),K(`\\negthinspace`,`\\!`),K(`\\negmedspace`,`\\tmspace-{4mu}{.2222em}`),K(`\\negthickspace`,`\\tmspace-{5mu}{.277em}`),K(`\\enspace`,`\\kern.5em `),K(`\\enskip`,`\\hskip.5em\\relax`),K(`\\quad`,`\\hskip1em\\relax`),K(`\\qquad`,`\\hskip2em\\relax`),K(`\\tag`,`\\@ifstar\\tag@literal\\tag@paren`),K(`\\tag@paren`,`\\tag@literal{({#1})}`),K(`\\tag@literal`,e=>{if(e.macros.get(`\\df@tag`))throw new r(`Multiple \\tag`);return`\\gdef\\df@tag{\\text{#1}}`}),K(`\\bmod`,`\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}\\mathbin{\\rm mod}\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}`),K(`\\pod`,`\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern8mu}{\\mkern8mu}{\\mkern8mu}(#1)`),K(`\\pmod`,`\\pod{{\\rm mod}\\mkern6mu#1}`),K(`\\mod`,`\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern12mu}{\\mkern12mu}{\\mkern12mu}{\\rm mod}\\,\\,#1`),K(`\\newline`,`\\\\\\relax`),K(`\\TeX`,`\\textrm{\\html@mathml{T\\kern-.1667em\\raisebox{-.5ex}{E}\\kern-.125emX}{TeX}}`);let Si=T(Fe[`Main-Regular`][84][1]-.7*Fe[`Main-Regular`][65][1]);K(`\\LaTeX`,`\\textrm{\\html@mathml{`+(`L\\kern-.36em\\raisebox{`+Si+`}{\\scriptstyle A}`)+`\\kern-.15em\\TeX}{LaTeX}}`),K(`\\KaTeX`,`\\textrm{\\html@mathml{`+(`K\\kern-.17em\\raisebox{`+Si+`}{\\scriptstyle A}`)+`\\kern-.15em\\TeX}{KaTeX}}`),K(`\\hspace`,`\\@ifstar\\@hspacer\\@hspace`),K(`\\@hspace`,`\\hskip #1\\relax`),K(`\\@hspacer`,`\\rule{0pt}{0pt}\\hskip #1\\relax`),K(`\\ordinarycolon`,`:`),K(`\\vcentcolon`,`\\mathrel{\\mathop\\ordinarycolon}`),K(`\\dblcolon`,`\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-.9mu}\\vcentcolon}}{\\mathop{\\char"2237}}`),K(`\\coloneqq`,`\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2254}}`),K(`\\Coloneqq`,`\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2237\\char"3d}}`),K(`\\coloneq`,`\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"3a\\char"2212}}`),K(`\\Coloneq`,`\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"2237\\char"2212}}`),K(`\\eqqcolon`,`\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2255}}`),K(`\\Eqqcolon`,`\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"3d\\char"2237}}`),K(`\\eqcolon`,`\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2239}}`),K(`\\Eqcolon`,`\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"2212\\char"2237}}`),K(`\\colonapprox`,`\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"3a\\char"2248}}`),K(`\\Colonapprox`,`\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"2237\\char"2248}}`),K(`\\colonsim`,`\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"3a\\char"223c}}`),K(`\\Colonsim`,`\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"2237\\char"223c}}`),K(`∷`,`\\dblcolon`),K(`∹`,`\\eqcolon`),K(`≔`,`\\coloneqq`),K(`≕`,`\\eqqcolon`),K(`⩴`,`\\Coloneqq`),K(`\\ratio`,`\\vcentcolon`),K(`\\coloncolon`,`\\dblcolon`),K(`\\colonequals`,`\\coloneqq`),K(`\\coloncolonequals`,`\\Coloneqq`),K(`\\equalscolon`,`\\eqqcolon`),K(`\\equalscoloncolon`,`\\Eqqcolon`),K(`\\colonminus`,`\\coloneq`),K(`\\coloncolonminus`,`\\Coloneq`),K(`\\minuscolon`,`\\eqcolon`),K(`\\minuscoloncolon`,`\\Eqcolon`),K(`\\coloncolonapprox`,`\\Colonapprox`),K(`\\coloncolonsim`,`\\Colonsim`),K(`\\simcolon`,`\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\vcentcolon}`),K(`\\simcoloncolon`,`\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\dblcolon}`),K(`\\approxcolon`,`\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\vcentcolon}`),K(`\\approxcoloncolon`,`\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\dblcolon}`),K(`\\notni`,"\\html@mathml{\\not\\ni}{\\mathrel{\\char`∌}}"),K(`\\limsup`,`\\DOTSB\\operatorname*{lim\\,sup}`),K(`\\liminf`,`\\DOTSB\\operatorname*{lim\\,inf}`),K(`\\injlim`,`\\DOTSB\\operatorname*{inj\\,lim}`),K(`\\projlim`,`\\DOTSB\\operatorname*{proj\\,lim}`),K(`\\varlimsup`,`\\DOTSB\\operatorname*{\\overline{lim}}`),K(`\\varliminf`,`\\DOTSB\\operatorname*{\\underline{lim}}`),K(`\\varinjlim`,`\\DOTSB\\operatorname*{\\underrightarrow{lim}}`),K(`\\varprojlim`,`\\DOTSB\\operatorname*{\\underleftarrow{lim}}`),K(`\\gvertneqq`,`\\html@mathml{\\@gvertneqq}{≩}`),K(`\\lvertneqq`,`\\html@mathml{\\@lvertneqq}{≨}`),K(`\\ngeqq`,`\\html@mathml{\\@ngeqq}{≱}`),K(`\\ngeqslant`,`\\html@mathml{\\@ngeqslant}{≱}`),K(`\\nleqq`,`\\html@mathml{\\@nleqq}{≰}`),K(`\\nleqslant`,`\\html@mathml{\\@nleqslant}{≰}`),K(`\\nshortmid`,`\\html@mathml{\\@nshortmid}{∤}`),K(`\\nshortparallel`,`\\html@mathml{\\@nshortparallel}{∦}`),K(`\\nsubseteqq`,`\\html@mathml{\\@nsubseteqq}{⊈}`),K(`\\nsupseteqq`,`\\html@mathml{\\@nsupseteqq}{⊉}`),K(`\\varsubsetneq`,`\\html@mathml{\\@varsubsetneq}{⊊}`),K(`\\varsubsetneqq`,`\\html@mathml{\\@varsubsetneqq}{⫋}`),K(`\\varsupsetneq`,`\\html@mathml{\\@varsupsetneq}{⊋}`),K(`\\varsupsetneqq`,`\\html@mathml{\\@varsupsetneqq}{⫌}`),K(`\\imath`,`\\html@mathml{\\@imath}{ı}`),K(`\\jmath`,`\\html@mathml{\\@jmath}{ȷ}`),K(`\\llbracket`,"\\html@mathml{\\mathopen{[\\mkern-3.2mu[}}{\\mathopen{\\char`⟦}}"),K(`\\rrbracket`,"\\html@mathml{\\mathclose{]\\mkern-3.2mu]}}{\\mathclose{\\char`⟧}}"),K(`⟦`,`\\llbracket`),K(`⟧`,`\\rrbracket`),K(`\\lBrace`,"\\html@mathml{\\mathopen{\\{\\mkern-3.2mu[}}{\\mathopen{\\char`⦃}}"),K(`\\rBrace`,"\\html@mathml{\\mathclose{]\\mkern-3.2mu\\}}}{\\mathclose{\\char`⦄}}"),K(`⦃`,`\\lBrace`),K(`⦄`,`\\rBrace`),K(`\\minuso`,"\\mathbin{\\html@mathml{{\\mathrlap{\\mathchoice{\\kern{0.145em}}{\\kern{0.145em}}{\\kern{0.1015em}}{\\kern{0.0725em}}\\circ}{-}}}{\\char`⦵}}"),K(`⦵`,`\\minuso`),K(`\\darr`,`\\downarrow`),K(`\\dArr`,`\\Downarrow`),K(`\\Darr`,`\\Downarrow`),K(`\\lang`,`\\langle`),K(`\\rang`,`\\rangle`),K(`\\uarr`,`\\uparrow`),K(`\\uArr`,`\\Uparrow`),K(`\\Uarr`,`\\Uparrow`),K(`\\N`,`\\mathbb{N}`),K(`\\R`,`\\mathbb{R}`),K(`\\Z`,`\\mathbb{Z}`),K(`\\alef`,`\\aleph`),K(`\\alefsym`,`\\aleph`),K(`\\Alpha`,`\\mathrm{A}`),K(`\\Beta`,`\\mathrm{B}`),K(`\\bull`,`\\bullet`),K(`\\Chi`,`\\mathrm{X}`),K(`\\clubs`,`\\clubsuit`),K(`\\cnums`,`\\mathbb{C}`),K(`\\Complex`,`\\mathbb{C}`),K(`\\Dagger`,`\\ddagger`),K(`\\diamonds`,`\\diamondsuit`),K(`\\empty`,`\\emptyset`),K(`\\Epsilon`,`\\mathrm{E}`),K(`\\Eta`,`\\mathrm{H}`),K(`\\exist`,`\\exists`),K(`\\harr`,`\\leftrightarrow`),K(`\\hArr`,`\\Leftrightarrow`),K(`\\Harr`,`\\Leftrightarrow`),K(`\\hearts`,`\\heartsuit`),K(`\\image`,`\\Im`),K(`\\infin`,`\\infty`),K(`\\Iota`,`\\mathrm{I}`),K(`\\isin`,`\\in`),K(`\\Kappa`,`\\mathrm{K}`),K(`\\larr`,`\\leftarrow`),K(`\\lArr`,`\\Leftarrow`),K(`\\Larr`,`\\Leftarrow`),K(`\\lrarr`,`\\leftrightarrow`),K(`\\lrArr`,`\\Leftrightarrow`),K(`\\Lrarr`,`\\Leftrightarrow`),K(`\\Mu`,`\\mathrm{M}`),K(`\\natnums`,`\\mathbb{N}`),K(`\\Nu`,`\\mathrm{N}`),K(`\\Omicron`,`\\mathrm{O}`),K(`\\plusmn`,`\\pm`),K(`\\rarr`,`\\rightarrow`),K(`\\rArr`,`\\Rightarrow`),K(`\\Rarr`,`\\Rightarrow`),K(`\\real`,`\\Re`),K(`\\reals`,`\\mathbb{R}`),K(`\\Reals`,`\\mathbb{R}`),K(`\\Rho`,`\\mathrm{P}`),K(`\\sdot`,`\\cdot`),K(`\\sect`,`\\S`),K(`\\spades`,`\\spadesuit`),K(`\\sub`,`\\subset`),K(`\\sube`,`\\subseteq`),K(`\\supe`,`\\supseteq`),K(`\\Tau`,`\\mathrm{T}`),K(`\\thetasym`,`\\vartheta`),K(`\\weierp`,`\\wp`),K(`\\Zeta`,`\\mathrm{Z}`),K(`\\argmin`,`\\DOTSB\\operatorname*{arg\\,min}`),K(`\\argmax`,`\\DOTSB\\operatorname*{arg\\,max}`),K(`\\plim`,`\\DOTSB\\mathop{\\operatorname{plim}}\\limits`),K(`\\bra`,`\\mathinner{\\langle{#1}|}`),K(`\\ket`,`\\mathinner{|{#1}\\rangle}`),K(`\\braket`,`\\mathinner{\\langle{#1}\\rangle}`),K(`\\Bra`,`\\left\\langle#1\\right|`),K(`\\Ket`,`\\left|#1\\right\\rangle`);let Ci=e=>t=>{let n=t.consumeArg().tokens,r=t.consumeArg().tokens,i=t.consumeArg().tokens,a=t.consumeArg().tokens,o=t.macros.get(`|`),s=t.macros.get(`\\|`);t.macros.beginGroup();let c=t=>n=>{e&&(n.macros.set(`|`,o),i.length&&n.macros.set(`\\|`,s));let a=t;return!t&&i.length&&n.future().text===`|`&&(n.popToken(),a=!0),{tokens:a?i:r,numArgs:0}};t.macros.set(`|`,c(!1)),i.length&&t.macros.set(`\\|`,c(!0));let l=t.consumeArg().tokens,u=t.expandTokens([...a,...l,...n]);return t.macros.endGroup(),{tokens:u.reverse(),numArgs:0}};K(`\\bra@ket`,Ci(!1)),K(`\\bra@set`,Ci(!0)),K(`\\Braket`,`\\bra@ket{\\left\\langle}{\\,\\middle\\vert\\,}{\\,\\middle\\vert\\,}{\\right\\rangle}`),K(`\\Set`,`\\bra@set{\\left\\{\\:}{\\;\\middle\\vert\\;}{\\;\\middle\\Vert\\;}{\\:\\right\\}}`),K(`\\set`,`\\bra@set{\\{\\,}{\\mid}{}{\\,\\}}`),K(`\\angln`,`{\\angl n}`),K(`\\blue`,`\\textcolor{##6495ed}{#1}`),K(`\\orange`,`\\textcolor{##ffa500}{#1}`),K(`\\pink`,`\\textcolor{##ff00af}{#1}`),K(`\\red`,`\\textcolor{##df0030}{#1}`),K(`\\green`,`\\textcolor{##28ae7b}{#1}`),K(`\\gray`,`\\textcolor{gray}{#1}`),K(`\\purple`,`\\textcolor{##9d38bd}{#1}`),K(`\\blueA`,`\\textcolor{##ccfaff}{#1}`),K(`\\blueB`,`\\textcolor{##80f6ff}{#1}`),K(`\\blueC`,`\\textcolor{##63d9ea}{#1}`),K(`\\blueD`,`\\textcolor{##11accd}{#1}`),K(`\\blueE`,`\\textcolor{##0c7f99}{#1}`),K(`\\tealA`,`\\textcolor{##94fff5}{#1}`),K(`\\tealB`,`\\textcolor{##26edd5}{#1}`),K(`\\tealC`,`\\textcolor{##01d1c1}{#1}`),K(`\\tealD`,`\\textcolor{##01a995}{#1}`),K(`\\tealE`,`\\textcolor{##208170}{#1}`),K(`\\greenA`,`\\textcolor{##b6ffb0}{#1}`),K(`\\greenB`,`\\textcolor{##8af281}{#1}`),K(`\\greenC`,`\\textcolor{##74cf70}{#1}`),K(`\\greenD`,`\\textcolor{##1fab54}{#1}`),K(`\\greenE`,`\\textcolor{##0d923f}{#1}`),K(`\\goldA`,`\\textcolor{##ffd0a9}{#1}`),K(`\\goldB`,`\\textcolor{##ffbb71}{#1}`),K(`\\goldC`,`\\textcolor{##ff9c39}{#1}`),K(`\\goldD`,`\\textcolor{##e07d10}{#1}`),K(`\\goldE`,`\\textcolor{##a75a05}{#1}`),K(`\\redA`,`\\textcolor{##fca9a9}{#1}`),K(`\\redB`,`\\textcolor{##ff8482}{#1}`),K(`\\redC`,`\\textcolor{##f9685d}{#1}`),K(`\\redD`,`\\textcolor{##e84d39}{#1}`),K(`\\redE`,`\\textcolor{##bc2612}{#1}`),K(`\\maroonA`,`\\textcolor{##ffbde0}{#1}`),K(`\\maroonB`,`\\textcolor{##ff92c6}{#1}`),K(`\\maroonC`,`\\textcolor{##ed5fa6}{#1}`),K(`\\maroonD`,`\\textcolor{##ca337c}{#1}`),K(`\\maroonE`,`\\textcolor{##9e034e}{#1}`),K(`\\purpleA`,`\\textcolor{##ddd7ff}{#1}`),K(`\\purpleB`,`\\textcolor{##c6b9fc}{#1}`),K(`\\purpleC`,`\\textcolor{##aa87ff}{#1}`),K(`\\purpleD`,`\\textcolor{##7854ab}{#1}`),K(`\\purpleE`,`\\textcolor{##543b78}{#1}`),K(`\\mintA`,`\\textcolor{##f5f9e8}{#1}`),K(`\\mintB`,`\\textcolor{##edf2df}{#1}`),K(`\\mintC`,`\\textcolor{##e0e5cc}{#1}`),K(`\\grayA`,`\\textcolor{##f6f7f7}{#1}`),K(`\\grayB`,`\\textcolor{##f0f1f2}{#1}`),K(`\\grayC`,`\\textcolor{##e3e5e6}{#1}`),K(`\\grayD`,`\\textcolor{##d6d8da}{#1}`),K(`\\grayE`,`\\textcolor{##babec2}{#1}`),K(`\\grayF`,`\\textcolor{##888d93}{#1}`),K(`\\grayG`,`\\textcolor{##626569}{#1}`),K(`\\grayH`,`\\textcolor{##3b3e40}{#1}`),K(`\\grayI`,`\\textcolor{##21242c}{#1}`),K(`\\kaBlue`,`\\textcolor{##314453}{#1}`),K(`\\kaGreen`,`\\textcolor{##71B307}{#1}`);let wi={"^":!0,_:!0,"\\limits":!0,"\\nolimits":!0};class Ti{constructor(e,t,n){this.settings=t,this.expansionCount=0,this.feed(e),this.macros=new hi(gi,t.macros),this.mode=n,this.stack=[]}feed(e){this.lexer=new mi(e,this.settings)}switchMode(e){this.mode=e}beginGroup(){this.macros.beginGroup()}endGroup(){this.macros.endGroup()}endGroups(){this.macros.endGroups()}future(){return this.stack.length===0&&this.pushToken(this.lexer.lex()),this.stack[this.stack.length-1]}popToken(){return this.future(),this.stack.pop()}pushToken(e){this.stack.push(e)}pushTokens(e){this.stack.push(...e)}scanArgument(e){let t,n,r;if(e){if(this.consumeSpaces(),this.future().text!==`[`)return null;t=this.popToken(),{tokens:r,end:n}=this.consumeArg([`]`])}else ({tokens:r,start:t,end:n}=this.consumeArg());return this.pushToken(new Sr(`EOF`,n.loc)),this.pushTokens(r),new Sr(``,xr.range(t,n))}consumeSpaces(){for(;this.future().text===` `;)this.stack.pop()}consumeArg(e){let t=[],n=e&&e.length>0;n||this.consumeSpaces();let i=this.future(),a,o=0,s=0;do{if(a=this.popToken(),t.push(a),a.text===`{`)++o;else if(a.text===`}`){if(--o,o===-1)throw new r(`Extra }`,a)}else if(a.text===`EOF`)throw new r(`Unexpected end of input in a macro argument, expected '`+(e&&n?e[s]:`}`)+`'`,a);if(e&&n)if((o===0||o===1&&e[s]===`{`)&&a.text===e[s]){if(++s,s===e.length){t.splice(-s,s);break}}else s=0}while(o!==0||n);return i.text===`{`&&t[t.length-1].text===`}`&&(t.pop(),t.shift()),t.reverse(),{tokens:t,start:i,end:a}}consumeArgs(e,t){if(t){if(t.length!==e+1)throw new r(`The length of delimiters doesn't match the number of args!`);let n=t[0];for(let e=0;e<n.length;e++){let t=this.popToken();if(n[e]!==t.text)throw new r(`Use of the macro doesn't match its definition`,t)}}let n=[];for(let r=0;r<e;r++)n.push(this.consumeArg(t&&t[r+1]).tokens);return n}countExpansion(e){if(this.expansionCount+=e,this.expansionCount>this.settings.maxExpand)throw new r(`Too many expansions: infinite loop or need to increase maxExpand setting`)}expandOnce(e){let t=this.popToken(),n=t.text,i=t.noexpand?null:this._getExpansion(n);if(i==null||e&&i.unexpandable){if(e&&i==null&&n[0]===`\\`&&!this.isDefined(n))throw new r(`Undefined control sequence: `+n);return this.pushToken(t),!1}this.countExpansion(1);let a=i.tokens,o=this.consumeArgs(i.numArgs,i.delimiters);if(i.numArgs){a=a.slice();for(let e=a.length-1;e>=0;--e){let t=a[e];if(t.text===`#`){if(e===0)throw new r(`Incomplete placeholder at end of macro body`,t);if(t=a[--e],t.text===`#`)a.splice(e+1,1);else if(/^[1-9]$/.test(t.text))a.splice(e,2,...o[t.text-1]);else throw new r(`Not a valid argument number`,t)}}}return this.pushTokens(a),a.length}expandAfterFuture(){return this.expandOnce(),this.future()}expandNextToken(){for(;;)if(this.expandOnce()===!1){let e=this.stack.pop();return e.treatAsRelax&&(e.text=`\\relax`),e}}expandMacro(e){return this.macros.has(e)?this.expandTokens([new Sr(e)]):void 0}expandTokens(e){let t=[],n=this.stack.length;for(this.pushTokens(e);this.stack.length>n;)if(this.expandOnce(!0)===!1){let e=this.stack.pop();e.treatAsRelax&&=(e.noexpand=!1,!1),t.push(e)}return this.countExpansion(t.length),t}expandMacroAsText(e){let t=this.expandMacro(e);return t&&t.map(e=>e.text).join(``)}_getExpansion(e){let t=this.macros.get(e);if(t==null)return t;if(e.length===1){let t=this.lexer.catcodes[e];if(t!=null&&t!==13)return}let n=typeof t==`function`?t(this):t;if(typeof n==`string`){let e=0;if(n.includes(`#`)){let t=n.replace(/##/g,``);for(;t.includes(`#`+(e+1));)++e}let t=new mi(n,this.settings),r=[],i=t.lex();for(;i.text!==`EOF`;)r.push(i),i=t.lex();return r.reverse(),{tokens:r,numArgs:e}}return n}isDefined(e){return this.macros.has(e)||di.hasOwnProperty(e)||Ge.math.hasOwnProperty(e)||Ge.text.hasOwnProperty(e)||wi.hasOwnProperty(e)}isExpandable(e){let t=this.macros.get(e);return t==null?di.hasOwnProperty(e)&&!di[e].primitive:typeof t==`string`||typeof t==`function`||!t.unexpandable}}let Ei=/^[₊₋₌₍₎₀₁₂₃₄₅₆₇₈₉ₐₑₕᵢⱼₖₗₘₙₒₚᵣₛₜᵤᵥₓᵦᵧᵨᵩᵪ]/,Di=Object.freeze({"₊":`+`,"₋":`-`,"₌":`=`,"₍":`(`,"₎":`)`,"₀":`0`,"₁":`1`,"₂":`2`,"₃":`3`,"₄":`4`,"₅":`5`,"₆":`6`,"₇":`7`,"₈":`8`,"₉":`9`,ₐ:`a`,ₑ:`e`,ₕ:`h`,ᵢ:`i`,ⱼ:`j`,ₖ:`k`,ₗ:`l`,ₘ:`m`,ₙ:`n`,ₒ:`o`,ₚ:`p`,ᵣ:`r`,ₛ:`s`,ₜ:`t`,ᵤ:`u`,ᵥ:`v`,ₓ:`x`,ᵦ:`β`,ᵧ:`γ`,ᵨ:`ρ`,ᵩ:`ϕ`,ᵪ:`χ`,"⁺":`+`,"⁻":`-`,"⁼":`=`,"⁽":`(`,"⁾":`)`,"⁰":`0`,"¹":`1`,"²":`2`,"³":`3`,"⁴":`4`,"⁵":`5`,"⁶":`6`,"⁷":`7`,"⁸":`8`,"⁹":`9`,ᴬ:`A`,ᴮ:`B`,ᴰ:`D`,ᴱ:`E`,ᴳ:`G`,ᴴ:`H`,ᴵ:`I`,ᴶ:`J`,ᴷ:`K`,ᴸ:`L`,ᴹ:`M`,ᴺ:`N`,ᴼ:`O`,ᴾ:`P`,ᴿ:`R`,ᵀ:`T`,ᵁ:`U`,ⱽ:`V`,ᵂ:`W`,ᵃ:`a`,ᵇ:`b`,ᶜ:`c`,ᵈ:`d`,ᵉ:`e`,ᶠ:`f`,ᵍ:`g`,ʰ:`h`,ⁱ:`i`,ʲ:`j`,ᵏ:`k`,ˡ:`l`,ᵐ:`m`,ⁿ:`n`,ᵒ:`o`,ᵖ:`p`,ʳ:`r`,ˢ:`s`,ᵗ:`t`,ᵘ:`u`,ᵛ:`v`,ʷ:`w`,ˣ:`x`,ʸ:`y`,ᶻ:`z`,ᵝ:`β`,ᵞ:`γ`,ᵟ:`δ`,ᵠ:`ϕ`,ᵡ:`χ`,ᶿ:`θ`}),Oi={"́":{text:`\\'`,math:`\\acute`},"̀":{text:"\\`",math:`\\grave`},"̈":{text:`\\"`,math:`\\ddot`},"̃":{text:`\\~`,math:`\\tilde`},"̄":{text:`\\=`,math:`\\bar`},"̆":{text:`\\u`,math:`\\breve`},"̌":{text:`\\v`,math:`\\check`},"̂":{text:`\\^`,math:`\\hat`},"̇":{text:`\\.`,math:`\\dot`},"̊":{text:`\\r`,math:`\\mathring`},"̋":{text:`\\H`},"̧":{text:`\\c`}},ki={á:`á`,à:`à`,ä:`ä`,ǟ:`ǟ`,ã:`ã`,ā:`ā`,ă:`ă`,ắ:`ắ`,ằ:`ằ`,ẵ:`ẵ`,ǎ:`ǎ`,â:`â`,ấ:`ấ`,ầ:`ầ`,ẫ:`ẫ`,ȧ:`ȧ`,ǡ:`ǡ`,å:`å`,ǻ:`ǻ`,ḃ:`ḃ`,ć:`ć`,ḉ:`ḉ`,č:`č`,ĉ:`ĉ`,ċ:`ċ`,ç:`ç`,ď:`ď`,ḋ:`ḋ`,ḑ:`ḑ`,é:`é`,è:`è`,ë:`ë`,ẽ:`ẽ`,ē:`ē`,ḗ:`ḗ`,ḕ:`ḕ`,ĕ:`ĕ`,ḝ:`ḝ`,ě:`ě`,ê:`ê`,ế:`ế`,ề:`ề`,ễ:`ễ`,ė:`ė`,ȩ:`ȩ`,ḟ:`ḟ`,ǵ:`ǵ`,ḡ:`ḡ`,ğ:`ğ`,ǧ:`ǧ`,ĝ:`ĝ`,ġ:`ġ`,ģ:`ģ`,ḧ:`ḧ`,ȟ:`ȟ`,ĥ:`ĥ`,ḣ:`ḣ`,ḩ:`ḩ`,í:`í`,ì:`ì`,ï:`ï`,ḯ:`ḯ`,ĩ:`ĩ`,ī:`ī`,ĭ:`ĭ`,ǐ:`ǐ`,î:`î`,ǰ:`ǰ`,ĵ:`ĵ`,ḱ:`ḱ`,ǩ:`ǩ`,ķ:`ķ`,ĺ:`ĺ`,ľ:`ľ`,ļ:`ļ`,ḿ:`ḿ`,ṁ:`ṁ`,ń:`ń`,ǹ:`ǹ`,ñ:`ñ`,ň:`ň`,ṅ:`ṅ`,ņ:`ņ`,ó:`ó`,ò:`ò`,ö:`ö`,ȫ:`ȫ`,õ:`õ`,ṍ:`ṍ`,ṏ:`ṏ`,ȭ:`ȭ`,ō:`ō`,ṓ:`ṓ`,ṑ:`ṑ`,ŏ:`ŏ`,ǒ:`ǒ`,ô:`ô`,ố:`ố`,ồ:`ồ`,ỗ:`ỗ`,ȯ:`ȯ`,ȱ:`ȱ`,ő:`ő`,ṕ:`ṕ`,ṗ:`ṗ`,ŕ:`ŕ`,ř:`ř`,ṙ:`ṙ`,ŗ:`ŗ`,ś:`ś`,ṥ:`ṥ`,š:`š`,ṧ:`ṧ`,ŝ:`ŝ`,ṡ:`ṡ`,ş:`ş`,ẗ:`ẗ`,ť:`ť`,ṫ:`ṫ`,ţ:`ţ`,ú:`ú`,ù:`ù`,ü:`ü`,ǘ:`ǘ`,ǜ:`ǜ`,ǖ:`ǖ`,ǚ:`ǚ`,ũ:`ũ`,ṹ:`ṹ`,ū:`ū`,ṻ:`ṻ`,ŭ:`ŭ`,ǔ:`ǔ`,û:`û`,ů:`ů`,ű:`ű`,ṽ:`ṽ`,ẃ:`ẃ`,ẁ:`ẁ`,ẅ:`ẅ`,ŵ:`ŵ`,ẇ:`ẇ`,ẘ:`ẘ`,ẍ:`ẍ`,ẋ:`ẋ`,ý:`ý`,ỳ:`ỳ`,ÿ:`ÿ`,ỹ:`ỹ`,ȳ:`ȳ`,ŷ:`ŷ`,ẏ:`ẏ`,ẙ:`ẙ`,ź:`ź`,ž:`ž`,ẑ:`ẑ`,ż:`ż`,Á:`Á`,À:`À`,Ä:`Ä`,Ǟ:`Ǟ`,Ã:`Ã`,Ā:`Ā`,Ă:`Ă`,Ắ:`Ắ`,Ằ:`Ằ`,Ẵ:`Ẵ`,Ǎ:`Ǎ`,Â:`Â`,Ấ:`Ấ`,Ầ:`Ầ`,Ẫ:`Ẫ`,Ȧ:`Ȧ`,Ǡ:`Ǡ`,Å:`Å`,Ǻ:`Ǻ`,Ḃ:`Ḃ`,Ć:`Ć`,Ḉ:`Ḉ`,Č:`Č`,Ĉ:`Ĉ`,Ċ:`Ċ`,Ç:`Ç`,Ď:`Ď`,Ḋ:`Ḋ`,Ḑ:`Ḑ`,É:`É`,È:`È`,Ë:`Ë`,Ẽ:`Ẽ`,Ē:`Ē`,Ḗ:`Ḗ`,Ḕ:`Ḕ`,Ĕ:`Ĕ`,Ḝ:`Ḝ`,Ě:`Ě`,Ê:`Ê`,Ế:`Ế`,Ề:`Ề`,Ễ:`Ễ`,Ė:`Ė`,Ȩ:`Ȩ`,Ḟ:`Ḟ`,Ǵ:`Ǵ`,Ḡ:`Ḡ`,Ğ:`Ğ`,Ǧ:`Ǧ`,Ĝ:`Ĝ`,Ġ:`Ġ`,Ģ:`Ģ`,Ḧ:`Ḧ`,Ȟ:`Ȟ`,Ĥ:`Ĥ`,Ḣ:`Ḣ`,Ḩ:`Ḩ`,Í:`Í`,Ì:`Ì`,Ï:`Ï`,Ḯ:`Ḯ`,Ĩ:`Ĩ`,Ī:`Ī`,Ĭ:`Ĭ`,Ǐ:`Ǐ`,Î:`Î`,İ:`İ`,Ĵ:`Ĵ`,Ḱ:`Ḱ`,Ǩ:`Ǩ`,Ķ:`Ķ`,Ĺ:`Ĺ`,Ľ:`Ľ`,Ļ:`Ļ`,Ḿ:`Ḿ`,Ṁ:`Ṁ`,Ń:`Ń`,Ǹ:`Ǹ`,Ñ:`Ñ`,Ň:`Ň`,Ṅ:`Ṅ`,Ņ:`Ņ`,Ó:`Ó`,Ò:`Ò`,Ö:`Ö`,Ȫ:`Ȫ`,Õ:`Õ`,Ṍ:`Ṍ`,Ṏ:`Ṏ`,Ȭ:`Ȭ`,Ō:`Ō`,Ṓ:`Ṓ`,Ṑ:`Ṑ`,Ŏ:`Ŏ`,Ǒ:`Ǒ`,Ô:`Ô`,Ố:`Ố`,Ồ:`Ồ`,Ỗ:`Ỗ`,Ȯ:`Ȯ`,Ȱ:`Ȱ`,Ő:`Ő`,Ṕ:`Ṕ`,Ṗ:`Ṗ`,Ŕ:`Ŕ`,Ř:`Ř`,Ṙ:`Ṙ`,Ŗ:`Ŗ`,Ś:`Ś`,Ṥ:`Ṥ`,Š:`Š`,Ṧ:`Ṧ`,Ŝ:`Ŝ`,Ṡ:`Ṡ`,Ş:`Ş`,Ť:`Ť`,Ṫ:`Ṫ`,Ţ:`Ţ`,Ú:`Ú`,Ù:`Ù`,Ü:`Ü`,Ǘ:`Ǘ`,Ǜ:`Ǜ`,Ǖ:`Ǖ`,Ǚ:`Ǚ`,Ũ:`Ũ`,Ṹ:`Ṹ`,Ū:`Ū`,Ṻ:`Ṻ`,Ŭ:`Ŭ`,Ǔ:`Ǔ`,Û:`Û`,Ů:`Ů`,Ű:`Ű`,Ṽ:`Ṽ`,Ẃ:`Ẃ`,Ẁ:`Ẁ`,Ẅ:`Ẅ`,Ŵ:`Ŵ`,Ẇ:`Ẇ`,Ẍ:`Ẍ`,Ẋ:`Ẋ`,Ý:`Ý`,Ỳ:`Ỳ`,Ÿ:`Ÿ`,Ỹ:`Ỹ`,Ȳ:`Ȳ`,Ŷ:`Ŷ`,Ẏ:`Ẏ`,Ź:`Ź`,Ž:`Ž`,Ẑ:`Ẑ`,Ż:`Ż`,ά:`ά`,ὰ:`ὰ`,ᾱ:`ᾱ`,ᾰ:`ᾰ`,έ:`έ`,ὲ:`ὲ`,ή:`ή`,ὴ:`ὴ`,ί:`ί`,ὶ:`ὶ`,ϊ:`ϊ`,ΐ:`ΐ`,ῒ:`ῒ`,ῑ:`ῑ`,ῐ:`ῐ`,ό:`ό`,ὸ:`ὸ`,ύ:`ύ`,ὺ:`ὺ`,ϋ:`ϋ`,ΰ:`ΰ`,ῢ:`ῢ`,ῡ:`ῡ`,ῠ:`ῠ`,ώ:`ώ`,ὼ:`ὼ`,Ύ:`Ύ`,Ὺ:`Ὺ`,Ϋ:`Ϋ`,Ῡ:`Ῡ`,Ῠ:`Ῠ`,Ώ:`Ώ`,Ὼ:`Ὼ`};class Ai{constructor(e,t){this.mode=`math`,this.gullet=new Ti(e,t,this.mode),this.settings=t,this.leftrightDepth=0,this.nextToken=null}expect(e,t){if(t===void 0&&(t=!0),this.fetch().text!==e)throw new r(`Expected '`+e+`', got '`+this.fetch().text+`'`,this.fetch());t&&this.consume()}consume(){this.nextToken=null}fetch(){return this.nextToken??=this.gullet.expandNextToken(),this.nextToken}switchMode(e){this.mode=e,this.gullet.switchMode(e)}parse(){this.settings.globalGroup||this.gullet.beginGroup(),this.settings.colorIsTextColor&&this.gullet.macros.set(`\\color`,`\\textcolor`);try{let e=this.parseExpression(!1);return this.expect(`EOF`),this.settings.globalGroup||this.gullet.endGroup(),e}finally{this.gullet.endGroups()}}subparse(e){let t=this.nextToken;this.consume(),this.gullet.pushToken(new Sr(`}`)),this.gullet.pushTokens(e);let n=this.parseExpression(!1);return this.expect(`}`),this.nextToken=t,n}parseExpression(e,t){let n=[];for(;;){this.mode===`math`&&this.consumeSpaces();let r=this.fetch();if(Ai.endOfExpression.has(r.text)||t&&r.text===t||e&&di[r.text]&&di[r.text].infix)break;let i=this.parseAtom(t);if(!i)break;i.type!==`internal`&&n.push(i)}return this.mode===`text`&&this.formLigatures(n),this.handleInfixNodes(n)}handleInfixNodes(e){let t=-1,n;for(let i=0;i<e.length;i++){let a=e[i];if(a.type===`infix`){if(t!==-1)throw new r(`only one infix operator per group`,a.token);t=i,n=a.replaceWith}}if(t!==-1&&n){let r,i,a=e.slice(0,t),o=e.slice(t+1);r=a.length===1&&a[0].type===`ordgroup`?a[0]:{type:`ordgroup`,mode:this.mode,body:a},i=o.length===1&&o[0].type===`ordgroup`?o[0]:{type:`ordgroup`,mode:this.mode,body:o};let s;return s=n===`\\\\abovefrac`?this.callFunction(n,[r,e[t],i],[]):this.callFunction(n,[r,i],[]),[s]}else return e}handleSupSubscript(e){let t=this.fetch(),n=t.text;this.consume(),this.consumeSpaces();let i;do i=this.parseGroup(e);while(i?.type===`internal`);if(!i)throw new r(`Expected group after '`+n+`'`,t);return i}formatUnsupportedCmd(e){let t=[];for(let n=0;n<e.length;n++)t.push({type:`textord`,mode:`text`,text:e[n]});let n={type:`text`,mode:this.mode,body:t};return{type:`color`,mode:this.mode,color:this.settings.errorColor,body:[n]}}parseAtom(e){let t=this.parseGroup(`atom`,e);if(t?.type===`internal`||this.mode===`text`)return t;let n,i;for(;;){this.consumeSpaces();let e=this.fetch();if(e.text===`\\limits`||e.text===`\\nolimits`){if(t&&t.type===`op`)t.limits=e.text===`\\limits`,t.alwaysHandleSupSub=!0;else if(t&&t.type===`operatorname`)t.alwaysHandleSupSub&&(t.limits=e.text===`\\limits`);else throw new r(`Limit controls must follow a math operator`,e);this.consume()}else if(e.text===`^`){if(n)throw new r(`Double superscript`,e);n=this.handleSupSubscript(`superscript`)}else if(e.text===`_`){if(i)throw new r(`Double subscript`,e);i=this.handleSupSubscript(`subscript`)}else if(e.text===`'`){if(n)throw new r(`Double superscript`,e);let t={type:`textord`,mode:this.mode,text:`\\prime`},i=[t];for(this.consume();this.fetch().text===`'`;)i.push(t),this.consume();this.fetch().text===`^`&&i.push(this.handleSupSubscript(`superscript`)),n={type:`ordgroup`,mode:this.mode,body:i}}else if(Di[e.text]){let t=Ei.test(e.text),r=[];for(r.push(new Sr(Di[e.text])),this.consume();;){let e=this.fetch().text;if(!Di[e]||Ei.test(e)!==t)break;r.unshift(new Sr(Di[e])),this.consume()}let a=this.subparse(r);t?i={type:`ordgroup`,mode:`math`,body:a}:n={type:`ordgroup`,mode:`math`,body:a}}else break}return n||i?{type:`supsub`,mode:this.mode,base:t,sup:n,sub:i}:t}parseFunction(e,t){let n=this.fetch(),i=n.text,a=di[i];if(!a)return null;if(this.consume(),t&&t!==`atom`&&!a.allowedInArgument)throw new r(`Got function '`+i+`' with no arguments`+(t?` as `+t:``),n);if(this.mode===`text`&&!a.allowedInText)throw new r(`Can't use function '`+i+`' in text mode`,n);if(this.mode===`math`&&a.allowedInMath===!1)throw new r(`Can't use function '`+i+`' in math mode`,n);let{args:o,optArgs:s}=this.parseArguments(i,a);return this.callFunction(i,o,s,n,e)}callFunction(e,t,n,i,a){let o={funcName:e,parser:this,token:i,breakOnTokenText:a},s=di[e];if(s&&s.handler)return s.handler(o,t,n);throw new r(`No function handler for `+e)}parseArguments(e,t){let n=t.numArgs+t.numOptionalArgs;if(n===0)return{args:[],optArgs:[]};let i=[],a=[];for(let o=0;o<n;o++){let n=t.argTypes&&t.argTypes[o],s=o<t.numOptionalArgs;(`primitive`in t&&t.primitive&&n==null||t.type===`sqrt`&&o===1&&a[0]==null)&&(n=`primitive`);let c=this.parseGroupOfType(`argument to '`+e+`'`,n,s);if(s)a.push(c);else if(c!=null)i.push(c);else throw new r(`Null argument, please report this as a bug`)}return{args:i,optArgs:a}}parseGroupOfType(e,t,n){switch(t){case`color`:return this.parseColorGroup(n);case`size`:return this.parseSizeGroup(n);case`url`:return this.parseUrlGroup(n);case`math`:case`text`:return this.parseArgumentGroup(n,t);case`hbox`:{let e=this.parseArgumentGroup(n,`text`);return e==null?null:{type:`styling`,mode:e.mode,body:[e],style:`text`}}case`raw`:{let e=this.parseStringGroup(`raw`,n);return e==null?null:{type:`raw`,mode:`text`,string:e.text}}case`primitive`:{if(n)throw new r(`A primitive argument cannot be optional`);let t=this.parseGroup(e);if(t==null)throw new r(`Expected group as `+e,this.fetch());return t}case`original`:case null:case void 0:return this.parseArgumentGroup(n);default:throw new r(`Unknown group type as `+e,this.fetch())}}consumeSpaces(){for(;this.fetch().text===` `;)this.consume()}parseStringGroup(e,t){let n=this.gullet.scanArgument(t);if(n==null)return null;let r=``,i;for(;(i=this.fetch()).text!==`EOF`;)r+=i.text,this.consume();return this.consume(),n.text=r,n}parseRegexGroup(e,t){let n=this.fetch(),i=n,a=``,o;for(;(o=this.fetch()).text!==`EOF`&&e.test(a+o.text);)i=o,a+=i.text,this.consume();if(a===``)throw new r(`Invalid `+t+`: '`+n.text+`'`,n);return n.range(i,a)}parseColorGroup(e){let t=this.parseStringGroup(`color`,e);if(t==null)return null;let n=/^(#[a-f0-9]{3,4}|#[a-f0-9]{6}|#[a-f0-9]{8}|[a-f0-9]{6}|[a-z]+)$/i.exec(t.text);if(!n)throw new r(`Invalid color: '`+t.text+`'`,t);let i=n[0];return/^[0-9a-f]{6}$/i.test(i)&&(i=`#`+i),{type:`color-token`,mode:this.mode,color:i}}parseSizeGroup(e){let t,n=!1;if(this.gullet.consumeSpaces(),t=!e&&this.gullet.future().text!==`{`?this.parseRegexGroup(/^[-+]? *(?:$|\d+|\d+\.\d*|\.\d*) *[a-z]{0,2} *$/,`size`):this.parseStringGroup(`size`,e),!t)return null;!e&&t.text.length===0&&(t.text=`0pt`,n=!0);let i=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(t.text);if(!i)throw new r(`Invalid size: '`+t.text+`'`,t);let a={number:+(i[1]+i[2]),unit:i[3]};if(!ye(a))throw new r(`Invalid unit: '`+a.unit+`'`,t);return{type:`size`,mode:this.mode,value:a,isBlank:n}}parseUrlGroup(e){this.gullet.lexer.setCatcode(`%`,13),this.gullet.lexer.setCatcode(`~`,12);let t=this.parseStringGroup(`url`,e);if(this.gullet.lexer.setCatcode(`%`,14),this.gullet.lexer.setCatcode(`~`,13),t==null)return null;let n=t.text.replace(/\\([#$%&~_^{}])/g,`$1`);return{type:`url`,mode:this.mode,url:n}}parseArgumentGroup(e,t){let n=this.gullet.scanArgument(e);if(n==null)return null;let r=this.mode;t&&this.switchMode(t),this.gullet.beginGroup();let i=this.parseExpression(!1,`EOF`);this.expect(`EOF`),this.gullet.endGroup();let a={type:`ordgroup`,mode:this.mode,loc:n.loc,body:i};return t&&this.switchMode(r),a}parseGroup(e,t){let n=this.fetch(),i=n.text,a;if(i===`{`||i===`\\begingroup`){this.consume();let e=i===`{`?`}`:`\\endgroup`;this.gullet.beginGroup();let t=this.parseExpression(!1,e),r=this.fetch();this.expect(e),this.gullet.endGroup(),a={type:`ordgroup`,mode:this.mode,loc:xr.range(n,r),body:t,semisimple:i===`\\begingroup`||void 0}}else if(a=this.parseFunction(t,e)||this.parseSymbol(),a==null&&i[0]===`\\`&&!wi.hasOwnProperty(i)){if(this.settings.throwOnError)throw new r(`Undefined control sequence: `+i,n);a=this.formatUnsupportedCmd(i),this.consume()}return a}formLigatures(e){let t=e.length-1;for(let n=0;n<t;++n){let r=e[n];if(r.type!==`textord`)continue;let i=r.text,a=e[n+1];if(!(!a||a.type!==`textord`)){if(i===`-`&&a.text===`-`){let i=e[n+2];n+1<t&&i&&i.type===`textord`&&i.text===`-`?(e.splice(n,3,{type:`textord`,mode:`text`,loc:xr.range(r,i),text:`---`}),t-=2):(e.splice(n,2,{type:`textord`,mode:`text`,loc:xr.range(r,a),text:`--`}),--t)}(i===`'`||i==="`")&&a.text===i&&(e.splice(n,2,{type:`textord`,mode:`text`,loc:xr.range(r,a),text:i+i}),--t)}}}parseSymbol(){let e=this.fetch(),t=e.text;if(/^\\verb[^a-zA-Z]/.test(t)){this.consume();let e=t.slice(5),n=e.charAt(0)===`*`;if(n&&(e=e.slice(1)),e.length<2||e.charAt(0)!==e.slice(-1))throw new r(`\\verb assertion failed --
|
||
please report what input caused this bug`);return e=e.slice(1,-1),{type:`verb`,mode:`text`,body:e,star:n}}ki.hasOwnProperty(t[0])&&!Ge[this.mode][t[0]]&&(this.settings.strict&&this.mode===`math`&&this.settings.reportNonstrict(`unicodeTextInMathMode`,`Accented Unicode text character "`+t[0]+`" used in math mode`,e),t=ki[t[0]]+t.slice(1));let n=pi.exec(t);n&&(t=t.substring(0,n.index),t===`i`?t=`ı`:t===`j`&&(t=`ȷ`));let i;if(Ge[this.mode][t]){this.settings.strict&&this.mode===`math`&&et.includes(t)&&this.settings.reportNonstrict(`unicodeTextInMathMode`,`Latin-1/Unicode text character "`+t[0]+`" used in math mode`,e);let n=Ge[this.mode][t].group,r=xr.range(e),a;if(He.hasOwnProperty(n)){let e=n;a={type:`atom`,mode:this.mode,family:e,loc:r,text:t}}else a={type:n,mode:this.mode,loc:r,text:t};i=a}else if(t.charCodeAt(0)>=128)this.settings.strict&&(ae(t.charCodeAt(0))?this.mode===`math`&&this.settings.reportNonstrict(`unicodeTextInMathMode`,`Unicode text character "`+t[0]+`" used in math mode`,e):this.settings.reportNonstrict(`unknownSymbol`,`Unrecognized Unicode character "`+t[0]+`"`+(` (`+t.charCodeAt(0)+`)`),e)),i={type:`textord`,mode:`text`,loc:xr.range(e),text:t};else return null;if(this.consume(),n)for(let t=0;t<n[0].length;t++){let a=n[0][t];if(!Oi[a])throw new r(`Unknown accent ' `+a+`'`,e);let o=Oi[a][this.mode]||Oi[a].text;if(!o)throw new r(`Accent `+a+` unsupported in `+this.mode+` mode`,e);i={type:`accent`,mode:this.mode,loc:xr.range(e),label:o,isStretchy:!1,isShifty:!0,base:i}}return i}}Ai.endOfExpression=new Set([`}`,`\\endgroup`,`\\end`,`\\right`,`&`]);var ji=function(e,t){if(!(typeof e==`string`||e instanceof String))throw TypeError(`KaTeX can only parse string typed expression`);let n=new Ai(e,t);delete n.gullet.macros.current[`\\df@tag`];let i=n.parse();if(delete n.gullet.macros.current[`\\current@color`],delete n.gullet.macros.current[`\\color`],n.gullet.macros.get(`\\df@tag`)){if(!t.displayMode)throw new r(`\\tag works only in display equations`);i=[{type:`tag`,mode:`text`,body:i,tag:n.subparse([new Sr(`\\df@tag`)])}]}return i};let Mi=function(e,t,n){t.textContent=``;let r=Ii(e,n).toNode();t.appendChild(r)};typeof document<`u`&&document.compatMode!==`CSS1Compat`&&(typeof console<`u`&&console.warn(`Warning: KaTeX doesn't work in quirks mode. Make sure your website has a suitable doctype.`),Mi=function(){throw new r(`KaTeX doesn't work in quirks mode.`)});let Ni=function(e,t){return Ii(e,t).toMarkup()},Pi=function(e,t){return ji(e,new h(t))},Fi=function(e,t,n){if(n.throwOnError||!(e instanceof r))throw e;let i=F([`katex-error`],[new ke(t)]);return i.setAttribute(`title`,e.toString()),i.setAttribute(`style`,`color:`+n.errorColor),i},Ii=function(e,t){let n=new h(t);try{return un(ji(e,n),e,n)}catch(t){return Fi(t,e,n)}};var Li={version:`0.16.44`,render:Mi,renderToString:Ni,ParseError:r,SETTINGS_SCHEMA:p,__parse:Pi,__renderToDomTree:Ii,__renderToHTMLTree:function(e,t){let n=new h(t);try{return dn(ji(e,n),e,n)}catch(t){return Fi(t,e,n)}},__setFontMetrics:Re,__defineSymbol:D,__defineFunction:R,__defineMacro:K,__domTree:{Span:Te,Anchor:Ee,SymbolNode:ke,SvgNode:E,PathNode:Ae,LineNode:je}};return t=t.default,t})()})})),am=n(t((e=>{var t=e&&e.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(e,`__esModule`,{value:!0});var n=t(im());function r(e,t){let n=e.src[t-1],r=e.src[t],o=e.src[t+1];if(r!==`$`)return{can_open:!1,can_close:!1};let s=!1,c=!1;return n!==`$`&&n!==`\\`&&(n===void 0||i(n)||!a(n))&&(s=!0),o!==`$`&&(o==null||i(o)||!a(o))&&(c=!0),{can_open:s,can_close:c}}function i(e){return/^\s$/u.test(e)}function a(e){return/^[\w\d]$/u.test(e)}function o(e,t){let n=e.src[t-1],r=e.src[t],i=e.src[t+1],a=e.src[t+2];return r===`$`&&n!==`$`&&n!==`\\`&&i===`$`&&a!==`$`?{can_open:!0,can_close:!0}:{can_open:!1,can_close:!1}}function s(e,t){if(e.src[e.pos]!==`$`)return!1;let n=e.tokens.at(-1);if(n?.type===`html_inline`&&/^<\w+.+[^/]>$/.test(n.content))return!1;let i=r(e,e.pos);if(!i.can_open)return t||(e.pending+=`$`),e.pos+=1,!0;let a=e.pos+1,o=a,s;for(;(o=e.src.indexOf(`$`,o))!==-1;){for(s=o-1;e.src[s]===`\\`;)--s;if((o-s)%2==1)break;o+=1}if(o===-1)return t||(e.pending+=`$`),e.pos=a,!0;if(o-a===0)return t||(e.pending+=`$$`),e.pos=a+1,!0;if(i=r(e,o),!i.can_close)return t||(e.pending+=`$`),e.pos=a,!0;if(!t){let t=e.push(`math_inline`,`math`,0);t.markup=`$`,t.content=e.src.slice(a,o)}return e.pos=o+1,!0}function c(e,t,n,r){let i=!1,a=e.bMarks[t]+e.tShift[t],o=e.eMarks[t];if(a+2>o||e.src.slice(a,a+2)!==`$$`)return!1;a+=2;let s=e.src.slice(a,o),c=[...s.matchAll(/\$\$/g)];if(c.length===1&&c[0].index===s.length-2)s=s.trim().slice(0,-2),i=!0;else if(c.length>1)return!1;if(r)return!0;let l,u,d;for(u=t;!i&&(u++,!(u>=n||(a=e.bMarks[u]+e.tShift[u],o=e.eMarks[u],a<o&&e.tShift[u]<e.blkIndent)));)e.src.slice(a,o).trim().slice(-2)===`$$`?(d=e.src.slice(0,o).lastIndexOf(`$$`),l=e.src.slice(a,d),i=!0):e.src.slice(a,o).trim().includes(`$$`)&&(d=e.src.slice(0,o).trim().indexOf(`$$`),l=e.src.slice(a,d),i=!0);e.line=u+1;let f=e.push(`math_block`,`math`,0);return f.block=!0,f.content=(s&&s.trim()?s+`
|
||
`:``)+e.getLines(t+1,u,e.tShift[t],!0)+(l&&l.trim()?l:``),f.map=[t,e.line],f.markup=`$$`,!0}function l(e,t,n,r){let i=e.bMarks[t]+e.tShift[t],a=e.eMarks[t];if(!e.src.slice(i,a).match(/^\s*\\begin\s*\{([^{}]+)\}/))return!1;if(t>0){let n=e.bMarks[t-1]+e.tShift[t-1],r=e.eMarks[t-1],i=e.src.slice(n,r);if(!/^\s*$/.test(i))return!1}if(r)return!0;let o=[],s=t,c,l=!1;outer:for(;!l&&!(s>=n);s++){let t=e.bMarks[s]+e.tShift[s],n=e.eMarks[s];if(t<n&&e.tShift[s]<e.blkIndent)break;let r=e.src.slice(t,n);for(let i of r.matchAll(/(\\begin|\\end)\s*\{([^{}]+)\}/g))if(i[1]===`\\begin`)o.push(i[2].trim());else if(i[1]===`\\end`&&(o.pop(),!o.length)){c=e.src.slice(t,n),l=!0;break outer}}e.line=s+1;let u=e.push(`math_block`,`math`,0);return u.block=!0,u.content=(e.getLines(t,s,e.tShift[t],!0)+(c??``)).trim(),u.map=[t,e.line],u.markup=`$$`,!0}function u(e,t){var n,r,i,a,s;if(e.src.slice(e.pos,e.pos+2)!==`$$`)return!1;if(a=o(e,e.pos),!a.can_open)return t||(e.pending+=`$$`),e.pos+=2,!0;for(n=e.pos+2,r=n;(r=e.src.indexOf(`$$`,r))!==-1;){for(s=r-1;e.src[s]===`\\`;)--s;if((r-s)%2==1)break;r+=2}return r===-1?(t||(e.pending+=`$$`),e.pos=n,!0):r-n===0?(t||(e.pending+=`$$$$`),e.pos=n+2,!0):(a=o(e,r),a.can_close?(t||(i=e.push(`math_block`,`math`,0),i.block=!0,i.markup=`$$`,i.content=e.src.slice(n,r)),e.pos=r+2,!0):(t||(e.pending+=`$$`),e.pos=n,!0))}function d(e,t){let n=e.src.slice(e.pos);if(!/^\n\\begin/.test(n))return!1;if(e.pos+=1,t)return!0;let r=n.split(/\n/g).slice(1),i,a=[];outer:for(var o=0;o<r.length;++o){let e=r[o];for(let t of e.matchAll(/(\\begin|\\end)\s*\{([^{}]+)\}/g))if(t[1]===`\\begin`)a.push(t[2].trim());else if(t[1]===`\\end`&&(a.pop(),!a.length)){i=o;break outer}}if(i===void 0)return!1;let s=r.slice(0,i+1).reduce((e,t)=>e+t.length,0)+i+1,c=e.push(`math_inline_bare_block`,`math`,0);return c.block=!0,c.markup=`$$`,c.content=n.slice(1,s),e.pos+=s,!0}function f(e,t,n,r){let i=e.tokens;for(let e=i.length-1;e>=0;e--){let a=i[e],o=[];if(a.type!==`html_block`)continue;let s=a.content;for(let e of s.matchAll(r)){if(!e.groups)continue;let r=e.groups.html_before_math,i=e.groups.math,s=e.groups.html_after_math;r&&o.push({...a,type:`html_block`,map:null,content:r}),i&&o.push({...a,type:t,map:null,content:i,markup:n,block:!0,tag:`math`}),s&&o.push({...a,type:`html_block`,map:null,content:s})}o.length>0&&i.splice(e,1,...o)}return!0}function p(e){return e.replace(/&/g,`&`).replace(/</g,`<`).replace(/>/g,`>`).replace(/"/g,`"`).replace(/'/g,`'`)}function m(e,t){let r=t?.katex??n.default,i=t?.enableBareBlocks,a=t?.enableMathBlockInHtml,o=t?.enableMathInlineInHtml,m=t?.enableFencedBlocks;e.inline.ruler.after(`escape`,`math_inline`,s),e.inline.ruler.after(`escape`,`math_inline_block`,u),i&&e.inline.ruler.before(`text`,`math_inline_bare_block`,d),e.block.ruler.after(`blockquote`,`math_block`,(e,t,n,r)=>i&&l(e,t,n,r)?!0:c(e,t,n,r),{alt:[`paragraph`,`reference`,`blockquote`,`list`]});let h=/(?<html_before_math>[\s\S]*?)\$\$(?<math>[\s\S]+?)\$\$(?<html_after_math>(?:(?!\$\$[\s\S]+?\$\$)[\s\S])*)/gm,g=/(?<html_before_math>[\s\S]*?)\$(?<math>.*?)\$(?<html_after_math>(?:(?!\$.*?\$)[\s\S])*)/gm;a&&e.core.ruler.push(`math_block_in_html_block`,e=>f(e,`math_block`,`$$`,h)),o&&e.core.ruler.push(`math_inline_in_html_block`,e=>f(e,`math_inline`,`$`,g));let _=e=>{let n=/\\begin\{(align|equation|gather|cd|alignat)\}/gi.test(e);try{return r.renderToString(e,{...t,displayMode:n})}catch(n){return t?.throwOnError&&console.log(n),`<span class="katex-error" title="${p(e)}">${p(n+``)}</span>`}},v=(e,t)=>{let n=e[t].content;return _(n.length>2&&n[0]==="`"&&n[n.length-1]==="`"?n.slice(1,-1):n)},y=e=>{try{return`<p class="katex-block">${r.renderToString(e,{...t,displayMode:!0})}</p>`}catch(n){return t?.throwOnError&&console.log(n),`<p class="katex-block katex-error" title="${p(e)}">${p(n+``)}</p>`}},b=(e,t)=>y(e[t].content)+`
|
||
`;if(e.renderer.rules.math_inline=v,e.renderer.rules.math_inline_block=b,e.renderer.rules.math_inline_bare_block=b,e.renderer.rules.math_block=b,m){let t=e.renderer.rules.fence;e.renderer.rules.fence=function(e,n,r,i,a){let o=e[n];return o.info.trim().toLowerCase()===`math`&&m?y(o.content)+`
|
||
`:t?.call(this,e,n,r,i,a)||``}}}e.default=m}))(),1);function om(){let e=ou({html:!0,breaks:!0});return e.use(su).use(cu).use(du).use(mu),e}function sm(e){return{transformer:e,parser:new l,beforeParse:new l,afterParse:new l,retransform:new l}}function cm(e){return e}var lm=`<svg width="16" height="16" viewBox="0 -3 24 24"><path d="M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-9 14-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8z"/></svg>
|
||
`,um=`<svg width="16" height="16" viewBox="0 -3 24 24"><path fill-rule="evenodd" d="M6 5a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1zM3 6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-5z" clip-rule="evenodd"/></svg>
|
||
`,dm=`checkbox`,fm={" ":um.trim(),x:lm.trim()},pm=cm({name:dm,transform(e){return e.parser.tap(e=>{e.core.ruler.before(`inline`,`checkbox`,e=>{for(let t=2;t<e.tokens.length;t+=1){let n=e.tokens[t];if(n.type===`inline`&&n.content){let r=e.tokens[t-1].type,i=e.tokens[t-2].type;(r===`heading_open`||r===`paragraph_open`&&i===`list_item_open`)&&(n.content=n.content.replace(/^\[(.)\] /,(e,t)=>fm[t]?`${fm[t]} `:e))}}return!1})}),{}}}),mm=cm({name:`frontmatter`,transform(e){return e.beforeParse.tap((e,t)=>{let{content:n}=t;if(!/^---\r?\n/.test(n))return;let r=/\n---\r?\n/.exec(n);if(!r)return;let i=n.slice(4,r.index).trimEnd(),a;try{a=rm(i.replace(/\r?\n|\r/g,`
|
||
`)),a?.markmap&&(a.markmap=hm(a.markmap))}catch{return}t.frontmatter=a,t.parserOptions={...t.parserOptions,...a?.markmap?.htmlParser},t.frontmatterInfo={lines:n.slice(0,r.index).split(`
|
||
`).length+1,offset:r.index+r[0].length}}),{}}});function hm(e){if(e)return[`color`,`extraJs`,`extraCss`].forEach(t=>{e[t]!=null&&(e[t]=gm(e[t]))}),[`duration`,`maxWidth`,`initialExpandLevel`].forEach(t=>{e[t]!=null&&(e[t]=_m(e[t]))}),e}function gm(e){let t;return typeof e==`string`?t=[e]:Array.isArray(e)&&(t=e.filter(e=>e&&typeof e==`string`)),t?.length?t:void 0}function _m(e){if(!isNaN(+e))return+e}function vm(e,t){return t.type===`script`&&t.data.src?{...t,data:{...t.data,src:e.getFullUrl(t.data.src)}}:t}function ym(e,t){return t.type===`stylesheet`&&t.data.href?{...t,data:{...t.data,href:e.getFullUrl(t.data.href)}}:t}var bm=`hljs`,xm=cm({name:bm,config:{versions:{hljs:`11.11.1`},preloadScripts:[`@highlightjs/cdn-assets@11.11.1/highlight.min.js`].map(e=>r(e)),styles:[`@highlightjs/cdn-assets@11.11.1/styles/default.min.css`].map(e=>o(e))},transform(e){let t,n=(xm.config?.preloadScripts)?.map(t=>vm(e.transformer.urlBuilder,t))||[],r=()=>(t||=s(n),t),i=u;return e.parser.tap(t=>{t.set({highlight:(t,n)=>{i();let{hljs:a}=window;return a?a.highlightAuto(t,n?[n]:void 0).value:(r().then(()=>{e.retransform.call()}),t)}})}),e.beforeParse.tap((e,t)=>{i=()=>{t.features[bm]=!0}}),{styles:xm.config?.styles}}});function Sm(e,t,n){return e.map(e=>{if(typeof e==`string`&&!e.includes(`://`)){e.startsWith(`npm:`)||(e=`npm:${e}`);let r=4+t.length;e.startsWith(`npm:${t}/`)&&(e=`${e.slice(0,r)}@${n}${e.slice(r)}`)}return e})}var Cm=[`katex@0.16.18/dist/fonts/KaTeX_AMS-Regular.woff2`,`katex@0.16.18/dist/fonts/KaTeX_Caligraphic-Bold.woff2`,`katex@0.16.18/dist/fonts/KaTeX_Caligraphic-Regular.woff2`,`katex@0.16.18/dist/fonts/KaTeX_Fraktur-Bold.woff2`,`katex@0.16.18/dist/fonts/KaTeX_Fraktur-Regular.woff2`,`katex@0.16.18/dist/fonts/KaTeX_Main-Bold.woff2`,`katex@0.16.18/dist/fonts/KaTeX_Main-BoldItalic.woff2`,`katex@0.16.18/dist/fonts/KaTeX_Main-Italic.woff2`,`katex@0.16.18/dist/fonts/KaTeX_Main-Regular.woff2`,`katex@0.16.18/dist/fonts/KaTeX_Math-BoldItalic.woff2`,`katex@0.16.18/dist/fonts/KaTeX_Math-Italic.woff2`,`katex@0.16.18/dist/fonts/KaTeX_SansSerif-Bold.woff2`,`katex@0.16.18/dist/fonts/KaTeX_SansSerif-Italic.woff2`,`katex@0.16.18/dist/fonts/KaTeX_SansSerif-Regular.woff2`,`katex@0.16.18/dist/fonts/KaTeX_Script-Regular.woff2`,`katex@0.16.18/dist/fonts/KaTeX_Size1-Regular.woff2`,`katex@0.16.18/dist/fonts/KaTeX_Size2-Regular.woff2`,`katex@0.16.18/dist/fonts/KaTeX_Size3-Regular.woff2`,`katex@0.16.18/dist/fonts/KaTeX_Size4-Regular.woff2`,`katex@0.16.18/dist/fonts/KaTeX_Typewriter-Regular.woff2`],wm=`katex`,Tm=[`katex@0.16.18/dist/katex.min.js`].map(e=>r(e)),Em=r(`webfontloader@1.6.28/webfontloader.js`);Em.data.defer=!0;var Dm=[`katex@0.16.18/dist/katex.min.css`].map(e=>o(e)),Om={versions:{katex:`0.16.18`,webfontloader:`1.6.28`},preloadScripts:Tm,scripts:[{type:`iife`,data:{fn:e=>{window.WebFontConfig={custom:{families:[`KaTeX_AMS`,`KaTeX_Caligraphic:n4,n7`,`KaTeX_Fraktur:n4,n7`,`KaTeX_Main:n4,n7,i4,i7`,`KaTeX_Math:i4,i7`,`KaTeX_Script`,`KaTeX_SansSerif:n4,n7,i4`,`KaTeX_Size1`,`KaTeX_Size2`,`KaTeX_Size3`,`KaTeX_Size4`,`KaTeX_Typewriter`]},active:()=>{e().refreshHook.call()}}},getParams({getMarkmap:e}){return[e]}}},Em],styles:Dm,resources:Cm};function km(e){return e.default||e}var Am=km(am.default),jm=cm({name:wm,config:Om,transform(e){let t,n=(jm.config?.preloadScripts)?.map(t=>vm(e.transformer.urlBuilder,t))||[],r=()=>(t||=s(n),t),i=(t,n)=>{let{katex:i}=window;return i?i.renderToString(t,{displayMode:n,throwOnError:!1}):(r().then(()=>{e.retransform.call()}),t)},a=u;return e.parser.tap(e=>{e.use(Am),[`math_block`,`math_inline`].forEach(t=>{let n=(e,t)=>(a(),i(e[t].content,!!e[t].block));e.renderer.rules[t]=n})}),e.beforeParse.tap((e,t)=>{a=()=>{t.features[wm]=!0}}),e.afterParse.tap((e,t)=>{let n=t.frontmatter?.markmap;n&&[`extraJs`,`extraCss`].forEach(e=>{let t=n[e];t&&(n[e]=Sm(t,wm,jm.config?.versions?.katex||``))})}),{styles:jm.config?.styles,scripts:jm.config?.scripts}}}),Mm=[mm,jm,xm,cm({name:`npmUrl`,transform(e){return e.afterParse.tap((t,n)=>{let{frontmatter:r}=n,i=r?.markmap;i&&[`extraJs`,`extraCss`].forEach(t=>{let n=i[t];n&&(i[t]=n.map(t=>t.startsWith(`npm:`)?e.transformer.urlBuilder.getFullUrl(t.slice(4)):t))})}),{}}}),pm,cm({name:`sourceLines`,transform(e){let t=0;return e.beforeParse.tap((e,n)=>{t=n.frontmatterInfo?.lines||0}),e.parser.tap(e=>{e.renderer.renderAttrs=a(e.renderer.renderAttrs,(e,n)=>{if(n.block&&n.map){let e=n.map.map(e=>e+t);n.attrSet(`data-lines`,e.join(`,`))}return e(n)}),e.renderer.rules.fence&&(e.renderer.rules.fence=a(e.renderer.rules.fence,(e,n,r,...i)=>{let a=e(n,r,...i),o=n[r];if(a.startsWith(`<pre>`)&&o.map){let e=o.map.map(e=>e+t);a=a.slice(0,4)+` data-lines="${e.join(`,`)}"`+a.slice(4)}return a}))}),{}}})];function Nm(e){for(;!e.content&&e.children.length===1;)e=e.children[0];for(;e.children.length===1&&!e.children[0].content;)e={...e,children:e.children[0].children};return{...e,children:e.children.map(Nm)}}var Pm=class{constructor(e=Mm){this.assetsMap={},this.urlBuilder=new c,this.hooks=sm(this),this.plugins=e.map(e=>typeof e==`function`?e():e);let t={};for(let{name:e,transform:n}of this.plugins)t[e]=n(this.hooks);this.assetsMap=t;let n=om();this.md=n,this.hooks.parser.call(n)}transform(e,t){let n={content:e,features:{},parserOptions:t};this.hooks.beforeParse.call(this.md,n);let{content:r}=n;n.frontmatterInfo&&(r=r.slice(n.frontmatterInfo.offset));let i=this.md.render(r,{});this.hooks.afterParse.call(this.md,n);let a=Nm($a(i,n.parserOptions));return a.content||=`${n.frontmatter?.title||``}`,{...n,root:a}}resolveJS(e){return vm(this.urlBuilder,e)}resolveCSS(e){return ym(this.urlBuilder,e)}getAssets(e){let t=[],n=[];e??=this.plugins.map(e=>e.name);for(let r of e.map(e=>this.assetsMap[e]))r&&(r.styles&&t.push(...r.styles),r.scripts&&n.push(...r.scripts));return{styles:t.map(e=>this.resolveCSS(e)),scripts:n.map(e=>this.resolveJS(e))}}getUsedAssets(e){let t=this.plugins.map(e=>e.name).filter(t=>e[t]);return this.getAssets(t)}},Fm={"markmap-lib":`0.18.12`};export{Pm as Transformer,Mm as builtInPlugins,ym as patchCSSItem,vm as patchJSItem,Fm as transformerVersions}; |