Files
ccdi/doc/纪检初核系统-离线演示包/mb-proto2/lazy-lib-rehype-013772de7c49f3c667fa.js
2026-01-27 17:09:32 +08:00

21 lines
641 KiB
JavaScript

try{let Je=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},de=new Je.Error().stack;de&&(Je._sentryDebugIds=Je._sentryDebugIds||{},Je._sentryDebugIds[de]="c240a745-2922-4226-9d90-de5de0d0af39",Je._sentryDebugIdIdentifier="sentry-dbid-c240a745-2922-4226-9d90-de5de0d0af39")}catch(Je){}{let Je=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{};Je.SENTRY_RELEASE={id:"22.14.4"}}(self.webpackChunk_mb2024_mb_proto=self.webpackChunk_mb2024_mb_proto||[]).push([[703],{3586:(Je,de)=>{"use strict";/**
* @license React
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/var ve=Symbol.for("react.element"),wt=Symbol.for("react.portal"),qe=Symbol.for("react.fragment"),Ue=Symbol.for("react.strict_mode"),mt=Symbol.for("react.profiler"),at=Symbol.for("react.provider"),Ke=Symbol.for("react.context"),bt=Symbol.for("react.server_context"),ce=Symbol.for("react.forward_ref"),se=Symbol.for("react.suspense"),ge=Symbol.for("react.suspense_list"),Pe=Symbol.for("react.memo"),Et=Symbol.for("react.lazy"),_t=Symbol.for("react.offscreen"),be;be=Symbol.for("react.module.reference");function Me(j){if(typeof j=="object"&&j!==null){var Ye=j.$$typeof;switch(Ye){case ve:switch(j=j.type,j){case qe:case mt:case Ue:case se:case ge:return j;default:switch(j=j&&j.$$typeof,j){case bt:case Ke:case ce:case Et:case Pe:case at:return j;default:return Ye}}case wt:return Ye}}}de.ContextConsumer=Ke,de.ContextProvider=at,de.Element=ve,de.ForwardRef=ce,de.Fragment=qe,de.Lazy=Et,de.Memo=Pe,de.Portal=wt,de.Profiler=mt,de.StrictMode=Ue,de.Suspense=se,de.SuspenseList=ge,de.isAsyncMode=function(){return!1},de.isConcurrentMode=function(){return!1},de.isContextConsumer=function(j){return Me(j)===Ke},de.isContextProvider=function(j){return Me(j)===at},de.isElement=function(j){return typeof j=="object"&&j!==null&&j.$$typeof===ve},de.isForwardRef=function(j){return Me(j)===ce},de.isFragment=function(j){return Me(j)===qe},de.isLazy=function(j){return Me(j)===Et},de.isMemo=function(j){return Me(j)===Pe},de.isPortal=function(j){return Me(j)===wt},de.isProfiler=function(j){return Me(j)===mt},de.isStrictMode=function(j){return Me(j)===Ue},de.isSuspense=function(j){return Me(j)===se},de.isSuspenseList=function(j){return Me(j)===ge},de.isValidElementType=function(j){return typeof j=="string"||typeof j=="function"||j===qe||j===mt||j===Ue||j===se||j===ge||j===_t||typeof j=="object"&&j!==null&&(j.$$typeof===Et||j.$$typeof===Pe||j.$$typeof===at||j.$$typeof===Ke||j.$$typeof===ce||j.$$typeof===be||j.getModuleId!==void 0)},de.typeOf=Me},22254:Je=>{/*!
* Determine if an object is a Buffer
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/Je.exports=function(ve){return ve!=null&&ve.constructor!=null&&typeof ve.constructor.isBuffer=="function"&&ve.constructor.isBuffer(ve)}},22924:(Je,de,ve)=>{"use strict";ve.r(de),ve.d(de,{ReactMarkdown:()=>Za,RehypeHighlight:()=>Bh,RehypeKatex:()=>h2,RemarkBreaks:()=>Wh,RemarkGfm:()=>Vf,RemarkMath:()=>Hh});var wt={};ve.r(wt),ve.d(wt,{attentionMarkers:()=>D1,contentInitial:()=>g1,disable:()=>C1,document:()=>p1,flow:()=>E1,flowInitial:()=>b1,insideSpan:()=>v1,string:()=>A1,text:()=>y1});var qe={};ve.r(qe),ve.d(qe,{boolean:()=>xe,booleanish:()=>vt,commaOrSpaceSeparated:()=>Vt,commaSeparated:()=>Cr,number:()=>G,overloadedBoolean:()=>Ta,spaceSeparated:()=>nt});var Ue=ve(38502),mt=ve(22254);function at(e){return!e||typeof e!="object"?"":"position"in e||"type"in e?bt(e.position):"start"in e||"end"in e?bt(e):"line"in e||"column"in e?Ke(e):""}function Ke(e){return ce(e&&e.line)+":"+ce(e&&e.column)}function bt(e){return Ke(e&&e.start)+"-"+Ke(e&&e.end)}function ce(e){return e&&typeof e=="number"?e:1}class se extends Error{constructor(t,n,r){const i=[null,null];let u={start:{line:null,column:null},end:{line:null,column:null}};if(super(),typeof n=="string"&&(r=n,n=void 0),typeof r=="string"){const a=r.indexOf(":");a===-1?i[1]=r:(i[0]=r.slice(0,a),i[1]=r.slice(a+1))}n&&("type"in n||"position"in n?n.position&&(u=n.position):"start"in n||"end"in n?u=n:("line"in n||"column"in n)&&(u.start=n)),this.name=at(n)||"1:1",this.message=typeof t=="object"?t.message:t,this.stack="",typeof t=="object"&&t.stack&&(this.stack=t.stack),this.reason=this.message,this.fatal,this.line=u.start.line,this.column=u.start.column,this.position=u,this.source=i[0],this.ruleId=i[1],this.file,this.actual,this.expected,this.url,this.note}}se.prototype.file="",se.prototype.name="",se.prototype.reason="",se.prototype.message="",se.prototype.stack="",se.prototype.fatal=null,se.prototype.column=null,se.prototype.line=null,se.prototype.source=null,se.prototype.ruleId=null,se.prototype.position=null;const ge={basename:Pe,dirname:Et,extname:_t,join:be,sep:"/"};function Pe(e,t){if(t!==void 0&&typeof t!="string")throw new TypeError('"ext" argument must be a string');Ye(e);let n=0,r=-1,i=e.length,u;if(t===void 0||t.length===0||t.length>e.length){for(;i--;)if(e.charCodeAt(i)===47){if(u){n=i+1;break}}else r<0&&(u=!0,r=i+1);return r<0?"":e.slice(n,r)}if(t===e)return"";let a=-1,l=t.length-1;for(;i--;)if(e.charCodeAt(i)===47){if(u){n=i+1;break}}else a<0&&(u=!0,a=i+1),l>-1&&(e.charCodeAt(i)===t.charCodeAt(l--)?l<0&&(r=i):(l=-1,r=a));return n===r?r=a:r<0&&(r=e.length),e.slice(n,r)}function Et(e){if(Ye(e),e.length===0)return".";let t=-1,n=e.length,r;for(;--n;)if(e.charCodeAt(n)===47){if(r){t=n;break}}else r||(r=!0);return t<0?e.charCodeAt(0)===47?"/":".":t===1&&e.charCodeAt(0)===47?"//":e.slice(0,t)}function _t(e){Ye(e);let t=e.length,n=-1,r=0,i=-1,u=0,a;for(;t--;){const l=e.charCodeAt(t);if(l===47){if(a){r=t+1;break}continue}n<0&&(a=!0,n=t+1),l===46?i<0?i=t:u!==1&&(u=1):i>-1&&(u=-1)}return i<0||n<0||u===0||u===1&&i===n-1&&i===r+1?"":e.slice(i,n)}function be(){let e=-1,t;for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];for(;++e<r.length;)Ye(r[e]),r[e]&&(t=t===void 0?r[e]:t+"/"+r[e]);return t===void 0?".":Me(t)}function Me(e){Ye(e);const t=e.charCodeAt(0)===47;let n=j(e,!t);return n.length===0&&!t&&(n="."),n.length>0&&e.charCodeAt(e.length-1)===47&&(n+="/"),t?"/"+n:n}function j(e,t){let n="",r=0,i=-1,u=0,a=-1,l,s;for(;++a<=e.length;){if(a<e.length)l=e.charCodeAt(a);else{if(l===47)break;l=47}if(l===47){if(!(i===a-1||u===1))if(i!==a-1&&u===2){if(n.length<2||r!==2||n.charCodeAt(n.length-1)!==46||n.charCodeAt(n.length-2)!==46){if(n.length>2){if(s=n.lastIndexOf("/"),s!==n.length-1){s<0?(n="",r=0):(n=n.slice(0,s),r=n.length-1-n.lastIndexOf("/")),i=a,u=0;continue}}else if(n.length>0){n="",r=0,i=a,u=0;continue}}t&&(n=n.length>0?n+"/..":"..",r=2)}else n.length>0?n+="/"+e.slice(i+1,a):n=e.slice(i+1,a),r=a-i-1;i=a,u=0}else l===46&&u>-1?u++:u=-1}return n}function Ye(e){if(typeof e!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}const dr={cwd:hr};function hr(){return"/"}function hn(e){return e!==null&&typeof e=="object"&&e.href&&e.origin}function Rr(e){if(typeof e=="string")e=new URL(e);else if(!hn(e)){const t=new TypeError('The "path" argument must be of type string or an instance of URL. Received `'+e+"`");throw t.code="ERR_INVALID_ARG_TYPE",t}if(e.protocol!=="file:"){const t=new TypeError("The URL must be of scheme file");throw t.code="ERR_INVALID_URL_SCHEME",t}return er(e)}function er(e){if(e.hostname!==""){const r=new TypeError('File URL host must be "localhost" or empty on darwin');throw r.code="ERR_INVALID_FILE_URL_HOST",r}const t=e.pathname;let n=-1;for(;++n<t.length;)if(t.charCodeAt(n)===37&&t.charCodeAt(n+1)===50){const r=t.charCodeAt(n+2);if(r===70||r===102){const i=new TypeError("File URL path must not include encoded / characters");throw i.code="ERR_INVALID_FILE_URL_PATH",i}}return decodeURIComponent(t)}const Kt=["history","path","basename","stem","extname","dirname"];class Pn{constructor(t){let n;t?typeof t=="string"||Ir(t)?n={value:t}:hn(t)?n={path:t}:n=t:n={},this.data={},this.messages=[],this.history=[],this.cwd=dr.cwd(),this.value,this.stored,this.result,this.map;let r=-1;for(;++r<Kt.length;){const u=Kt[r];u in n&&n[u]!==void 0&&n[u]!==null&&(this[u]=u==="history"?[...n[u]]:n[u])}let i;for(i in n)Kt.includes(i)||(this[i]=n[i])}get path(){return this.history[this.history.length-1]}set path(t){hn(t)&&(t=Rr(t)),Cn(t,"path"),this.path!==t&&this.history.push(t)}get dirname(){return typeof this.path=="string"?ge.dirname(this.path):void 0}set dirname(t){mr(this.basename,"dirname"),this.path=ge.join(t||"",this.basename)}get basename(){return typeof this.path=="string"?ge.basename(this.path):void 0}set basename(t){Cn(t,"basename"),Dn(t,"basename"),this.path=ge.join(this.dirname||"",t)}get extname(){return typeof this.path=="string"?ge.extname(this.path):void 0}set extname(t){if(Dn(t,"extname"),mr(this.dirname,"extname"),t){if(t.charCodeAt(0)!==46)throw new Error("`extname` must start with `.`");if(t.includes(".",1))throw new Error("`extname` cannot contain multiple dots")}this.path=ge.join(this.dirname,this.stem+(t||""))}get stem(){return typeof this.path=="string"?ge.basename(this.path,this.extname):void 0}set stem(t){Cn(t,"stem"),Dn(t,"stem"),this.path=ge.join(this.dirname||"",t+(this.extname||""))}toString(t){return(this.value||"").toString(t||void 0)}message(t,n,r){const i=new se(t,n,r);return this.path&&(i.name=this.path+":"+i.name,i.file=this.path),i.fatal=!1,this.messages.push(i),i}info(t,n,r){const i=this.message(t,n,r);return i.fatal=null,i}fail(t,n,r){const i=this.message(t,n,r);throw i.fatal=!0,i}}function Dn(e,t){if(e&&e.includes(ge.sep))throw new Error("`"+t+"` cannot be a path: did not expect `"+ge.sep+"`")}function Cn(e,t){if(!e)throw new Error("`"+t+"` cannot be empty")}function mr(e,t){if(!e)throw new Error("Setting `"+t+"` requires `path` to be set too")}function Ir(e){return mt(e)}function Re(e){if(e)throw e}var Fe=ve(74636),Mt=ve(83083);function tr(e){if(typeof e!="object"||e===null)return!1;const t=Object.getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}function fr(){const e=[],t={run:n,use:r};return t;function n(){for(var i=arguments.length,u=new Array(i),a=0;a<i;a++)u[a]=arguments[a];let l=-1;const s=u.pop();if(typeof s!="function")throw new TypeError("Expected function as last argument, not "+s);o(null,...u);function o(d){const h=e[++l];let p=-1;if(d){s(d);return}for(var f=arguments.length,E=new Array(f>1?f-1:0),A=1;A<f;A++)E[A-1]=arguments[A];for(;++p<u.length;)(E[p]===null||E[p]===void 0)&&(E[p]=u[p]);u=E,h?fi(h,o)(...E):s(null,...E)}}function r(i){if(typeof i!="function")throw new TypeError("Expected `middelware` to be a function, not "+i);return e.push(i),t}}function fi(e,t){let n;return r;function r(){for(var a=arguments.length,l=new Array(a),s=0;s<a;s++)l[s]=arguments[s];const o=e.length>l.length;let d;o&&l.push(i);try{d=e.apply(this,l)}catch(h){const p=h;if(o&&n)throw p;return i(p)}o||(d&&d.then&&typeof d.then=="function"?d.then(u,i):d instanceof Error?i(d):u(d))}function i(a){if(!n){n=!0;for(var l=arguments.length,s=new Array(l>1?l-1:0),o=1;o<l;o++)s[o-1]=arguments[o];t(a,...s)}}function u(a){i(null,a)}}const pi=d0().freeze(),c0={}.hasOwnProperty;function d0(){const e=fr(),t=[];let n={},r,i=-1;return u.data=a,u.Parser=void 0,u.Compiler=void 0,u.freeze=l,u.attachers=t,u.use=s,u.parse=o,u.stringify=d,u.run=h,u.runSync=p,u.process=f,u.processSync=E,u;function u(){const A=d0();let y=-1;for(;++y<t.length;)A.use(...t[y]);return A.data(Mt(!0,{},n)),A}function a(A,y){return typeof A=="string"?arguments.length===2?(Pr("data",r),n[A]=y,u):c0.call(n,A)&&n[A]||null:A?(Pr("data",r),n=A,u):n}function l(){if(r)return u;for(;++i<t.length;){const[A,...y]=t[i];if(y[0]===!1)continue;y[0]===!0&&(y[0]=void 0);const D=A.call(u,...y);typeof D=="function"&&e.use(D)}return r=!0,i=Number.POSITIVE_INFINITY,u}function s(A){for(var y=arguments.length,D=new Array(y>1?y-1:0),k=1;k<y;k++)D[k-1]=arguments[k];let _;if(Pr("use",r),A!=null)if(typeof A=="function")L(A,...D);else if(typeof A=="object")Array.isArray(A)?S(A):I(A);else throw new TypeError("Expected usable value, not `"+A+"`");return _&&(n.settings=Object.assign(n.settings||{},_)),u;function O(z){if(typeof z=="function")L(z);else if(typeof z=="object")if(Array.isArray(z)){const[H,...N]=z;L(H,...N)}else I(z);else throw new TypeError("Expected usable value, not `"+z+"`")}function I(z){S(z.plugins),z.settings&&(_=Object.assign(_||{},z.settings))}function S(z){let H=-1;if(z!=null)if(Array.isArray(z))for(;++H<z.length;){const N=z[H];O(N)}else throw new TypeError("Expected a list of plugins, not `"+z+"`")}function L(z,H){let N=-1,le;for(;++N<t.length;)if(t[N][0]===z){le=t[N];break}le?(tr(le[1])&&tr(H)&&(H=Mt(!0,le[1],H)),le[1]=H):t.push([...arguments])}}function o(A){u.freeze();const y=mn(A),D=u.Parser;return Lr("parse",D),h0(D,"parse")?new D(String(y),y).parse():D(String(y),y)}function d(A,y){u.freeze();const D=mn(y),k=u.Compiler;return zr("stringify",k),m0(A),h0(k,"compile")?new k(A,D).compile():k(A,D)}function h(A,y,D){if(m0(A),u.freeze(),!D&&typeof y=="function"&&(D=y,y=void 0),!D)return new Promise(k);k(null,D);function k(_,O){e.run(A,mn(y),I);function I(S,L,z){L=L||A,S?O(S):_?_(L):D(null,L,z)}}}function p(A,y){let D,k;return u.run(A,y,_),bi("runSync","run",k),D;function _(O,I){Re(O),D=I,k=!0}}function f(A,y){if(u.freeze(),Lr("process",u.Parser),zr("process",u.Compiler),!y)return new Promise(D);D(null,y);function D(k,_){const O=mn(A);u.run(u.parse(O),O,(S,L,z)=>{if(S||!L||!z)I(S);else{const H=u.stringify(L,z);H==null||(Ai(H)?z.value=H:z.result=H),I(S,z)}});function I(S,L){S||!L?_(S):k?k(L):y(null,L)}}}function E(A){let y;u.freeze(),Lr("processSync",u.Parser),zr("processSync",u.Compiler);const D=mn(A);return u.process(D,k),bi("processSync","process",y),D;function k(_){y=!0,Re(_)}}}function h0(e,t){return typeof e=="function"&&e.prototype&&(gi(e.prototype)||t in e.prototype)}function gi(e){let t;for(t in e)if(c0.call(e,t))return!0;return!1}function Lr(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `Parser`")}function zr(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `Compiler`")}function Pr(e,t){if(t)throw new Error("Cannot call `"+e+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}function m0(e){if(!tr(e)||typeof e.type!="string")throw new TypeError("Expected node, got `"+e+"`")}function bi(e,t,n){if(!n)throw new Error("`"+e+"` finished async. Use `"+t+"` instead")}function mn(e){return Ei(e)?e:new Pn(e)}function Ei(e){return!!(e&&typeof e=="object"&&"message"in e&&"messages"in e)}function Ai(e){return typeof e=="string"||Fe(e)}const yi={};function vi(e,t){const n=t||yi,r=typeof n.includeImageAlt=="boolean"?n.includeImageAlt:!0,i=typeof n.includeHtml=="boolean"?n.includeHtml:!0;return f0(e,r,i)}function f0(e,t,n){if(Di(e)){if("value"in e)return e.type==="html"&&!n?"":e.value;if(t&&"alt"in e&&e.alt)return e.alt;if("children"in e)return p0(e.children,t,n)}return Array.isArray(e)?p0(e,t,n):""}function p0(e,t,n){const r=[];let i=-1;for(;++i<e.length;)r[i]=f0(e[i],t,n);return r.join("")}function Di(e){return!!(e&&typeof e=="object")}function Ot(e,t,n,r){const i=e.length;let u=0,a;if(t<0?t=-t>i?0:i+t:t=t>i?i:t,n=n>0?n:0,r.length<1e4)a=Array.from(r),a.unshift(t,n),e.splice(...a);else for(n&&e.splice(t,n);u<r.length;)a=r.slice(u,u+1e4),a.unshift(t,0),e.splice(...a),u+=1e4,t+=1e4}function Pt(e,t){return e.length>0?(Ot(e,e.length,0,t),e):t}const pr={}.hasOwnProperty;function g0(e){const t={};let n=-1;for(;++n<e.length;)Ci(t,e[n]);return t}function Ci(e,t){let n;for(n in t){const i=(pr.call(e,n)?e[n]:void 0)||(e[n]={}),u=t[n];let a;if(u)for(a in u){pr.call(i,a)||(i[a]=[]);const l=u[a];b0(i[a],Array.isArray(l)?l:l?[l]:[])}}}function b0(e,t){let n=-1;const r=[];for(;++n<t.length;)(t[n].add==="after"?e:r).push(t[n]);Ot(e,0,0,r)}function Un(e){const t={};let n=-1;for(;++n<e.length;)E0(t,e[n]);return t}function E0(e,t){let n;for(n in t){const i=(pr.call(e,n)?e[n]:void 0)||(e[n]={}),u=t[n];let a;if(u)for(a in u)i[a]=u[a]}}const Hn=/[!-\/:-@\[-`\{-~\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]/,At=rn(/[A-Za-z]/),xt=rn(/[\dA-Za-z]/),wi=rn(/[#-'*+\--9=?A-Z^-~]/);function gr(e){return e!==null&&(e<32||e===127)}const Ur=rn(/\d/),xi=rn(/[\dA-Fa-f]/),Fi=rn(/[!-/:-@[-`{-~]/);function ie(e){return e!==null&&e<-2}function Ze(e){return e!==null&&(e<0||e===32)}function Te(e){return e===-2||e===-1||e===32}const br=rn(Hn),nn=rn(/\s/);function rn(e){return t;function t(n){return n!==null&&e.test(String.fromCharCode(n))}}function Be(e,t,n,r){const i=r?r-1:Number.POSITIVE_INFINITY;let u=0;return a;function a(s){return Te(s)?(e.enter(n),l(s)):t(s)}function l(s){return Te(s)&&u++<i?(e.consume(s),l):(e.exit(n),t(s))}}const Bi={tokenize:A0};function A0(e){const t=e.attempt(this.parser.constructs.contentInitial,r,i);let n;return t;function r(l){if(l===null){e.consume(l);return}return e.enter("lineEnding"),e.consume(l),e.exit("lineEnding"),Be(e,t,"linePrefix")}function i(l){return e.enter("paragraph"),u(l)}function u(l){const s=e.enter("chunkText",{contentType:"text",previous:n});return n&&(n.next=s),n=s,a(l)}function a(l){if(l===null){e.exit("chunkText"),e.exit("paragraph"),e.consume(l);return}return ie(l)?(e.consume(l),e.exit("chunkText"),u):(e.consume(l),a)}}const qn={tokenize:M},x={tokenize:$};function M(e){const t=this,n=[];let r=0,i,u,a;return l;function l(_){if(r<n.length){const O=n[r];return t.containerState=O[1],e.attempt(O[0].continuation,s,o)(_)}return o(_)}function s(_){if(r++,t.containerState._closeFlow){t.containerState._closeFlow=void 0,i&&k();const O=t.events.length;let I=O,S;for(;I--;)if(t.events[I][0]==="exit"&&t.events[I][1].type==="chunkFlow"){S=t.events[I][1].end;break}D(r);let L=O;for(;L<t.events.length;)t.events[L][1].end=Object.assign({},S),L++;return Ot(t.events,I+1,0,t.events.slice(O)),t.events.length=L,o(_)}return l(_)}function o(_){if(r===n.length){if(!i)return p(_);if(i.currentConstruct&&i.currentConstruct.concrete)return E(_);t.interrupt=!!(i.currentConstruct&&!i._gfmTableDynamicInterruptHack)}return t.containerState={},e.check(x,d,h)(_)}function d(_){return i&&k(),D(r),p(_)}function h(_){return t.parser.lazy[t.now().line]=r!==n.length,a=t.now().offset,E(_)}function p(_){return t.containerState={},e.attempt(x,f,E)(_)}function f(_){return r++,n.push([t.currentConstruct,t.containerState]),p(_)}function E(_){if(_===null){i&&k(),D(0),e.consume(_);return}return i=i||t.parser.flow(t.now()),e.enter("chunkFlow",{contentType:"flow",previous:u,_tokenizer:i}),A(_)}function A(_){if(_===null){y(e.exit("chunkFlow"),!0),D(0),e.consume(_);return}return ie(_)?(e.consume(_),y(e.exit("chunkFlow")),r=0,t.interrupt=void 0,l):(e.consume(_),A)}function y(_,O){const I=t.sliceStream(_);if(O&&I.push(null),_.previous=u,u&&(u.next=_),u=_,i.defineSkip(_.start),i.write(I),t.parser.lazy[_.start.line]){let S=i.events.length;for(;S--;)if(i.events[S][1].start.offset<a&&(!i.events[S][1].end||i.events[S][1].end.offset>a))return;const L=t.events.length;let z=L,H,N;for(;z--;)if(t.events[z][0]==="exit"&&t.events[z][1].type==="chunkFlow"){if(H){N=t.events[z][1].end;break}H=!0}for(D(r),S=L;S<t.events.length;)t.events[S][1].end=Object.assign({},N),S++;Ot(t.events,z+1,0,t.events.slice(L)),t.events.length=S}}function D(_){let O=n.length;for(;O-- >_;){const I=n[O];t.containerState=I[1],I[0].exit.call(t,e)}n.length=_}function k(){i.write([null]),u=void 0,i=void 0,t.containerState._closeFlow=void 0}}function $(e,t,n){return Be(e,e.attempt(this.parser.constructs.document,t,n),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}const he={tokenize:Ge,partial:!0};function Ge(e,t,n){return r;function r(u){return Te(u)?Be(e,i,"linePrefix")(u):i(u)}function i(u){return u===null||ie(u)?t(u):n(u)}}function Xe(e){const t={};let n=-1,r,i,u,a,l,s,o;for(;++n<e.length;){for(;n in t;)n=t[n];if(r=e[n],n&&r[1].type==="chunkFlow"&&e[n-1][1].type==="listItemPrefix"&&(s=r[1]._tokenizer.events,u=0,u<s.length&&s[u][1].type==="lineEndingBlank"&&(u+=2),u<s.length&&s[u][1].type==="content"))for(;++u<s.length&&s[u][1].type!=="content";)s[u][1].type==="chunkText"&&(s[u][1]._isInFirstContentOfListItem=!0,u++);if(r[0]==="enter")r[1].contentType&&(Object.assign(t,ee(e,n)),n=t[n],o=!0);else if(r[1]._container){for(u=n,i=void 0;u--&&(a=e[u],a[1].type==="lineEnding"||a[1].type==="lineEndingBlank");)a[0]==="enter"&&(i&&(e[i][1].type="lineEndingBlank"),a[1].type="lineEnding",i=u);i&&(r[1].end=Object.assign({},e[i][1].start),l=e.slice(i,n),l.unshift(r),Ot(e,i,n-i+1,l))}}return!o}function ee(e,t){const n=e[t][1],r=e[t][2];let i=t-1;const u=[],a=n._tokenizer||r.parser[n.contentType](n.start),l=a.events,s=[],o={};let d,h,p=-1,f=n,E=0,A=0;const y=[A];for(;f;){for(;e[++i][1]!==f;);u.push(i),f._tokenizer||(d=r.sliceStream(f),f.next||d.push(null),h&&a.defineSkip(f.start),f._isInFirstContentOfListItem&&(a._gfmTasklistFirstContentOfListItem=!0),a.write(d),f._isInFirstContentOfListItem&&(a._gfmTasklistFirstContentOfListItem=void 0)),h=f,f=f.next}for(f=n;++p<l.length;)l[p][0]==="exit"&&l[p-1][0]==="enter"&&l[p][1].type===l[p-1][1].type&&l[p][1].start.line!==l[p][1].end.line&&(A=p+1,y.push(A),f._tokenizer=void 0,f.previous=void 0,f=f.next);for(a.events=[],f?(f._tokenizer=void 0,f.previous=void 0):y.pop(),p=y.length;p--;){const D=l.slice(y[p],y[p+1]),k=u.pop();s.unshift([k,k+D.length-1]),Ot(e,k,2,D)}for(p=-1;++p<s.length;)o[E+s[p][0]]=E+s[p][1],E+=s[p][1]-s[p][0]-1;return o}const ue={tokenize:ct,resolve:yt},te={tokenize:wn,partial:!0};function yt(e){return Xe(e),e}function ct(e,t){let n;return r;function r(l){return e.enter("content"),n=e.enter("chunkContent",{contentType:"content"}),i(l)}function i(l){return l===null?u(l):ie(l)?e.check(te,a,u)(l):(e.consume(l),i)}function u(l){return e.exit("chunkContent"),e.exit("content"),t(l)}function a(l){return e.consume(l),e.exit("chunkContent"),n.next=e.enter("chunkContent",{contentType:"content",previous:n}),n=n.next,i}}function wn(e,t,n){const r=this;return i;function i(a){return e.exit("chunkContent"),e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),Be(e,u,"linePrefix")}function u(a){if(a===null||ie(a))return n(a);const l=r.events[r.events.length-1];return!r.parser.constructs.disable.null.includes("codeIndented")&&l&&l[1].type==="linePrefix"&&l[2].sliceSerialize(l[1],!0).length>=4?t(a):e.interrupt(r.parser.constructs.flow,n,t)(a)}}const Hr={tokenize:qr};function qr(e){const t=this,n=e.attempt(he,r,e.attempt(this.parser.constructs.flowInitial,i,Be(e,e.attempt(this.parser.constructs.flow,i,e.attempt(ue,i)),"linePrefix")));return n;function r(u){if(u===null){e.consume(u);return}return e.enter("lineEndingBlank"),e.consume(u),e.exit("lineEndingBlank"),t.currentConstruct=void 0,n}function i(u){if(u===null){e.consume(u);return}return e.enter("lineEnding"),e.consume(u),e.exit("lineEnding"),t.currentConstruct=void 0,n}}const ki={resolveAll:v0()},Gr=y0("string"),Si=y0("text");function y0(e){return{tokenize:t,resolveAll:v0(e==="text"?D0:void 0)};function t(n){const r=this,i=this.parser.constructs[e],u=n.attempt(i,a,l);return a;function a(d){return o(d)?u(d):l(d)}function l(d){if(d===null){n.consume(d);return}return n.enter("data"),n.consume(d),s}function s(d){return o(d)?(n.exit("data"),u(d)):(n.consume(d),s)}function o(d){if(d===null)return!0;const h=i[d];let p=-1;if(h)for(;++p<h.length;){const f=h[p];if(!f.previous||f.previous.call(r,r.previous))return!0}return!1}}}function v0(e){return t;function t(n,r){let i=-1,u;for(;++i<=n.length;)u===void 0?n[i]&&n[i][1].type==="data"&&(u=i,i++):(!n[i]||n[i][1].type!=="data")&&(i!==u+2&&(n[u][1].end=n[i-1][1].end,n.splice(u+2,i-u-2),i=u+2),u=void 0);return e?e(n,r):n}}function D0(e,t){let n=0;for(;++n<=e.length;)if((n===e.length||e[n][1].type==="lineEnding")&&e[n-1][1].type==="data"){const r=e[n-1][1],i=t.sliceStream(r);let u=i.length,a=-1,l=0,s;for(;u--;){const o=i[u];if(typeof o=="string"){for(a=o.length;o.charCodeAt(a-1)===32;)l++,a--;if(a)break;a=-1}else if(o===-2)s=!0,l++;else if(o!==-1){u++;break}}if(l){const o={type:n===e.length||s||l<2?"lineSuffix":"hardBreakTrailing",start:{line:r.end.line,column:r.end.column-l,offset:r.end.offset-l,_index:r.start._index+u,_bufferIndex:u?a:r.start._bufferIndex+a},end:Object.assign({},r.end)};r.end=Object.assign({},o.start),r.start.offset===r.end.offset?Object.assign(r,o):(e.splice(n,0,["enter",o,t],["exit",o,t]),n+=2)}n++}return e}function xn(e,t,n){const r=[];let i=-1;for(;++i<e.length;){const u=e[i].resolveAll;u&&!r.includes(u)&&(t=u(t,n),r.push(u))}return t}function _i(e,t,n){let r=Object.assign(n?Object.assign({},n):{line:1,column:1,offset:0},{_index:0,_bufferIndex:-1});const i={},u=[];let a=[],l=[],s=!0;const o={consume:O,enter:I,exit:S,attempt:H(L),check:H(z),interrupt:H(z,{interrupt:!0})},d={previous:null,code:null,containerState:{},events:[],parser:e,sliceStream:A,sliceSerialize:E,now:y,defineSkip:D,write:f};let h=t.tokenize.call(d,o),p;return t.resolveAll&&u.push(t),d;function f(Y){return a=Pt(a,Y),k(),a[a.length-1]!==null?[]:(N(t,0),d.events=xn(u,d.events,d),d.events)}function E(Y,X){return Ni(A(Y),X)}function A(Y){return Ti(a,Y)}function y(){const{line:Y,column:X,offset:re,_index:Ne,_bufferIndex:Le}=r;return{line:Y,column:X,offset:re,_index:Ne,_bufferIndex:Le}}function D(Y){i[Y.line]=Y.column,ne()}function k(){let Y;for(;r._index<a.length;){const X=a[r._index];if(typeof X=="string")for(Y=r._index,r._bufferIndex<0&&(r._bufferIndex=0);r._index===Y&&r._bufferIndex<X.length;)_(X.charCodeAt(r._bufferIndex));else _(X)}}function _(Y){s=void 0,p=Y,h=h(Y)}function O(Y){ie(Y)?(r.line++,r.column=1,r.offset+=Y===-3?2:1,ne()):Y!==-1&&(r.column++,r.offset++),r._bufferIndex<0?r._index++:(r._bufferIndex++,r._bufferIndex===a[r._index].length&&(r._bufferIndex=-1,r._index++)),d.previous=Y,s=!0}function I(Y,X){const re=X||{};return re.type=Y,re.start=y(),d.events.push(["enter",re,d]),l.push(re),re}function S(Y){const X=l.pop();return X.end=y(),d.events.push(["exit",X,d]),X}function L(Y,X){N(Y,X.from)}function z(Y,X){X.restore()}function H(Y,X){return re;function re(Ne,Le,Ae){let We,w,Ie,ze;return Array.isArray(Ne)?Ct(Ne):"tokenize"in Ne?Ct([Ne]):F(Ne);function F(ut){return we;function we(Nt){const on=Nt!==null&&ut[Nt],cn=Nt!==null&&ut.null,u0=[...Array.isArray(on)?on:on?[on]:[],...Array.isArray(cn)?cn:cn?[cn]:[]];return Ct(u0)(Nt)}}function Ct(ut){return We=ut,w=0,ut.length===0?Ae:zt(ut[w])}function zt(ut){return we;function we(Nt){return ze=le(),Ie=ut,ut.partial||(d.currentConstruct=ut),ut.name&&d.parser.constructs.disable.null.includes(ut.name)?$t(Nt):ut.tokenize.call(X?Object.assign(Object.create(d),X):d,o,jn,$t)(Nt)}}function jn(ut){return s=!0,Y(Ie,ze),Le}function $t(ut){return s=!0,ze.restore(),++w<We.length?zt(We[w]):Ae}}}function N(Y,X){Y.resolveAll&&!u.includes(Y)&&u.push(Y),Y.resolve&&Ot(d.events,X,d.events.length-X,Y.resolve(d.events.slice(X),d)),Y.resolveTo&&(d.events=Y.resolveTo(d.events,d))}function le(){const Y=y(),X=d.previous,re=d.currentConstruct,Ne=d.events.length,Le=Array.from(l);return{restore:Ae,from:Ne};function Ae(){r=Y,d.previous=X,d.currentConstruct=re,d.events.length=Ne,l=Le,ne()}}function ne(){r.line in i&&r.column<2&&(r.column=i[r.line],r.offset+=i[r.line]-1)}}function Ti(e,t){const n=t.start._index,r=t.start._bufferIndex,i=t.end._index,u=t.end._bufferIndex;let a;if(n===i)a=[e[n].slice(r,u)];else{if(a=e.slice(n,i),r>-1){const l=a[0];typeof l=="string"?a[0]=l.slice(r):a.shift()}u>0&&a.push(e[i].slice(0,u))}return a}function Ni(e,t){let n=-1;const r=[];let i;for(;++n<e.length;){const u=e[n];let a;if(typeof u=="string")a=u;else switch(u){case-5:{a="\r";break}case-4:{a="\n";break}case-3:{a="\r\n";break}case-2:{a=t?" ":" ";break}case-1:{if(!t&&i)continue;a=" ";break}default:a=String.fromCharCode(u)}i=u===-2,r.push(a)}return r.join("")}const Er={name:"thematicBreak",tokenize:fn};function fn(e,t,n){let r=0,i;return u;function u(o){return e.enter("thematicBreak"),a(o)}function a(o){return i=o,l(o)}function l(o){return o===i?(e.enter("thematicBreakSequence"),s(o)):r>=3&&(o===null||ie(o))?(e.exit("thematicBreak"),t(o)):n(o)}function s(o){return o===i?(e.consume(o),r++,s):(e.exit("thematicBreakSequence"),Te(o)?Be(e,l,"whitespace")(o):l(o))}}const Tt={name:"list",tokenize:Oi,continuation:{tokenize:Ri},exit:Ii},C0={tokenize:K,partial:!0},Mi={tokenize:Ar,partial:!0};function Oi(e,t,n){const r=this,i=r.events[r.events.length-1];let u=i&&i[1].type==="linePrefix"?i[2].sliceSerialize(i[1],!0).length:0,a=0;return l;function l(f){const E=r.containerState.type||(f===42||f===43||f===45?"listUnordered":"listOrdered");if(E==="listUnordered"?!r.containerState.marker||f===r.containerState.marker:Ur(f)){if(r.containerState.type||(r.containerState.type=E,e.enter(E,{_container:!0})),E==="listUnordered")return e.enter("listItemPrefix"),f===42||f===45?e.check(Er,n,o)(f):o(f);if(!r.interrupt||f===49)return e.enter("listItemPrefix"),e.enter("listItemValue"),s(f)}return n(f)}function s(f){return Ur(f)&&++a<10?(e.consume(f),s):(!r.interrupt||a<2)&&(r.containerState.marker?f===r.containerState.marker:f===41||f===46)?(e.exit("listItemValue"),o(f)):n(f)}function o(f){return e.enter("listItemMarker"),e.consume(f),e.exit("listItemMarker"),r.containerState.marker=r.containerState.marker||f,e.check(he,r.interrupt?n:d,e.attempt(C0,p,h))}function d(f){return r.containerState.initialBlankLine=!0,u++,p(f)}function h(f){return Te(f)?(e.enter("listItemPrefixWhitespace"),e.consume(f),e.exit("listItemPrefixWhitespace"),p):n(f)}function p(f){return r.containerState.size=u+r.sliceSerialize(e.exit("listItemPrefix"),!0).length,t(f)}}function Ri(e,t,n){const r=this;return r.containerState._closeFlow=void 0,e.check(he,i,u);function i(l){return r.containerState.furtherBlankLines=r.containerState.furtherBlankLines||r.containerState.initialBlankLine,Be(e,t,"listItemIndent",r.containerState.size+1)(l)}function u(l){return r.containerState.furtherBlankLines||!Te(l)?(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,a(l)):(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,e.attempt(Mi,t,a)(l))}function a(l){return r.containerState._closeFlow=!0,r.interrupt=void 0,Be(e,e.attempt(Tt,t,n),"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(l)}}function Ar(e,t,n){const r=this;return Be(e,i,"listItemIndent",r.containerState.size+1);function i(u){const a=r.events[r.events.length-1];return a&&a[1].type==="listItemIndent"&&a[2].sliceSerialize(a[1],!0).length===r.containerState.size?t(u):n(u)}}function Ii(e){e.exit(this.containerState.type)}function K(e,t,n){const r=this;return Be(e,i,"listItemPrefixWhitespace",r.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function i(u){const a=r.events[r.events.length-1];return!Te(u)&&a&&a[1].type==="listItemPrefixWhitespace"?t(u):n(u)}}const oe={name:"blockQuote",tokenize:Oe,continuation:{tokenize:Ve},exit:ft};function Oe(e,t,n){const r=this;return i;function i(a){if(a===62){const l=r.containerState;return l.open||(e.enter("blockQuote",{_container:!0}),l.open=!0),e.enter("blockQuotePrefix"),e.enter("blockQuoteMarker"),e.consume(a),e.exit("blockQuoteMarker"),u}return n(a)}function u(a){return Te(a)?(e.enter("blockQuotePrefixWhitespace"),e.consume(a),e.exit("blockQuotePrefixWhitespace"),e.exit("blockQuotePrefix"),t):(e.exit("blockQuotePrefix"),t(a))}}function Ve(e,t,n){const r=this;return i;function i(a){return Te(a)?Be(e,u,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(a):u(a)}function u(a){return e.attempt(oe,t,n)(a)}}function ft(e){e.exit("blockQuote")}function Ut(e,t,n,r,i,u,a,l,s){const o=s||Number.POSITIVE_INFINITY;let d=0;return h;function h(D){return D===60?(e.enter(r),e.enter(i),e.enter(u),e.consume(D),e.exit(u),p):D===null||D===32||D===41||gr(D)?n(D):(e.enter(r),e.enter(a),e.enter(l),e.enter("chunkString",{contentType:"string"}),A(D))}function p(D){return D===62?(e.enter(u),e.consume(D),e.exit(u),e.exit(i),e.exit(r),t):(e.enter(l),e.enter("chunkString",{contentType:"string"}),f(D))}function f(D){return D===62?(e.exit("chunkString"),e.exit(l),p(D)):D===null||D===60||ie(D)?n(D):(e.consume(D),D===92?E:f)}function E(D){return D===60||D===62||D===92?(e.consume(D),f):f(D)}function A(D){return!d&&(D===null||D===41||Ze(D))?(e.exit("chunkString"),e.exit(l),e.exit(a),e.exit(r),t(D)):d<o&&D===40?(e.consume(D),d++,A):D===41?(e.consume(D),d--,A):D===null||D===32||D===40||gr(D)?n(D):(e.consume(D),D===92?y:A)}function y(D){return D===40||D===41||D===92?(e.consume(D),A):A(D)}}function un(e,t,n,r,i,u){const a=this;let l=0,s;return o;function o(f){return e.enter(r),e.enter(i),e.consume(f),e.exit(i),e.enter(u),d}function d(f){return l>999||f===null||f===91||f===93&&!s||f===94&&!l&&"_hiddenFootnoteSupport"in a.parser.constructs?n(f):f===93?(e.exit(u),e.enter(i),e.consume(f),e.exit(i),e.exit(r),t):ie(f)?(e.enter("lineEnding"),e.consume(f),e.exit("lineEnding"),d):(e.enter("chunkString",{contentType:"string"}),h(f))}function h(f){return f===null||f===91||f===93||ie(f)||l++>999?(e.exit("chunkString"),d(f)):(e.consume(f),s||(s=!Te(f)),f===92?p:h)}function p(f){return f===91||f===92||f===93?(e.consume(f),l++,h):h(f)}}function nr(e,t,n,r,i,u){let a;return l;function l(p){return p===34||p===39||p===40?(e.enter(r),e.enter(i),e.consume(p),e.exit(i),a=p===40?41:p,s):n(p)}function s(p){return p===a?(e.enter(i),e.consume(p),e.exit(i),e.exit(r),t):(e.enter(u),o(p))}function o(p){return p===a?(e.exit(u),s(a)):p===null?n(p):ie(p)?(e.enter("lineEnding"),e.consume(p),e.exit("lineEnding"),Be(e,o,"linePrefix")):(e.enter("chunkString",{contentType:"string"}),d(p))}function d(p){return p===a||p===null||ie(p)?(e.exit("chunkString"),o(p)):(e.consume(p),p===92?h:d)}function h(p){return p===a||p===92?(e.consume(p),d):d(p)}}function Ft(e,t){let n;return r;function r(i){return ie(i)?(e.enter("lineEnding"),e.consume(i),e.exit("lineEnding"),n=!0,r):Te(i)?Be(e,r,n?"linePrefix":"lineSuffix")(i):t(i)}}function dt(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}const w0={name:"definition",tokenize:F0},x0={tokenize:Li,partial:!0};function F0(e,t,n){const r=this;let i;return u;function u(f){return e.enter("definition"),a(f)}function a(f){return un.call(r,e,l,n,"definitionLabel","definitionLabelMarker","definitionLabelString")(f)}function l(f){return i=dt(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)),f===58?(e.enter("definitionMarker"),e.consume(f),e.exit("definitionMarker"),s):n(f)}function s(f){return Ze(f)?Ft(e,o)(f):o(f)}function o(f){return Ut(e,d,n,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(f)}function d(f){return e.attempt(x0,h,h)(f)}function h(f){return Te(f)?Be(e,p,"whitespace")(f):p(f)}function p(f){return f===null||ie(f)?(e.exit("definition"),r.parser.defined.push(i),t(f)):n(f)}}function Li(e,t,n){return r;function r(l){return Ze(l)?Ft(e,i)(l):n(l)}function i(l){return nr(e,u,n,"definitionTitle","definitionTitleMarker","definitionTitleString")(l)}function u(l){return Te(l)?Be(e,a,"whitespace")(l):a(l)}function a(l){return l===null||ie(l)?t(l):n(l)}}const $r={name:"codeIndented",tokenize:Pi},zi={tokenize:yr,partial:!0};function Pi(e,t,n){const r=this;return i;function i(o){return e.enter("codeIndented"),Be(e,u,"linePrefix",5)(o)}function u(o){const d=r.events[r.events.length-1];return d&&d[1].type==="linePrefix"&&d[2].sliceSerialize(d[1],!0).length>=4?a(o):n(o)}function a(o){return o===null?s(o):ie(o)?e.attempt(zi,a,s)(o):(e.enter("codeFlowValue"),l(o))}function l(o){return o===null||ie(o)?(e.exit("codeFlowValue"),a(o)):(e.consume(o),l)}function s(o){return e.exit("codeIndented"),t(o)}}function yr(e,t,n){const r=this;return i;function i(a){return r.parser.lazy[r.now().line]?n(a):ie(a)?(e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),i):Be(e,u,"linePrefix",5)(a)}function u(a){const l=r.events[r.events.length-1];return l&&l[1].type==="linePrefix"&&l[2].sliceSerialize(l[1],!0).length>=4?t(a):ie(a)?i(a):n(a)}}const B0={name:"headingAtx",tokenize:Ui,resolve:Xt};function Xt(e,t){let n=e.length-2,r=3,i,u;return e[r][1].type==="whitespace"&&(r+=2),n-2>r&&e[n][1].type==="whitespace"&&(n-=2),e[n][1].type==="atxHeadingSequence"&&(r===n-1||n-4>r&&e[n-2][1].type==="whitespace")&&(n-=r+1===n?2:4),n>r&&(i={type:"atxHeadingText",start:e[r][1].start,end:e[n][1].end},u={type:"chunkText",start:e[r][1].start,end:e[n][1].end,contentType:"text"},Ot(e,r,n-r+1,[["enter",i,t],["enter",u,t],["exit",u,t],["exit",i,t]])),e}function Ui(e,t,n){let r=0;return i;function i(d){return e.enter("atxHeading"),u(d)}function u(d){return e.enter("atxHeadingSequence"),a(d)}function a(d){return d===35&&r++<6?(e.consume(d),a):d===null||Ze(d)?(e.exit("atxHeadingSequence"),l(d)):n(d)}function l(d){return d===35?(e.enter("atxHeadingSequence"),s(d)):d===null||ie(d)?(e.exit("atxHeading"),t(d)):Te(d)?Be(e,l,"whitespace")(d):(e.enter("atxHeadingText"),o(d))}function s(d){return d===35?(e.consume(d),s):(e.exit("atxHeadingSequence"),l(d))}function o(d){return d===null||d===35||Ze(d)?(e.exit("atxHeadingText"),l(d)):(e.consume(d),o)}}const vr={name:"setextUnderline",tokenize:k0,resolveTo:De};function De(e,t){let n=e.length,r,i,u;for(;n--;)if(e[n][0]==="enter"){if(e[n][1].type==="content"){r=n;break}e[n][1].type==="paragraph"&&(i=n)}else e[n][1].type==="content"&&e.splice(n,1),!u&&e[n][1].type==="definition"&&(u=n);const a={type:"setextHeading",start:Object.assign({},e[i][1].start),end:Object.assign({},e[e.length-1][1].end)};return e[i][1].type="setextHeadingText",u?(e.splice(i,0,["enter",a,t]),e.splice(u+1,0,["exit",e[r][1],t]),e[r][1].end=Object.assign({},e[u][1].end)):e[r][1]=a,e.push(["exit",a,t]),e}function k0(e,t,n){const r=this;let i;return u;function u(o){let d=r.events.length,h;for(;d--;)if(r.events[d][1].type!=="lineEnding"&&r.events[d][1].type!=="linePrefix"&&r.events[d][1].type!=="content"){h=r.events[d][1].type==="paragraph";break}return!r.parser.lazy[r.now().line]&&(r.interrupt||h)?(e.enter("setextHeadingLine"),i=o,a(o)):n(o)}function a(o){return e.enter("setextHeadingLineSequence"),l(o)}function l(o){return o===i?(e.consume(o),l):(e.exit("setextHeadingLineSequence"),Te(o)?Be(e,s,"lineSuffix")(o):s(o))}function s(o){return o===null||ie(o)?(e.exit("setextHeadingLine"),t(o)):n(o)}}const Bt=["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"],Qe=["pre","script","style","textarea"],Dr={name:"htmlFlow",tokenize:Z,resolveTo:Vr,concrete:!0},Fn={tokenize:ke,partial:!0},Kr={tokenize:ae,partial:!0};function Vr(e){let t=e.length;for(;t--&&!(e[t][0]==="enter"&&e[t][1].type==="htmlFlow"););return t>1&&e[t-2][1].type==="linePrefix"&&(e[t][1].start=e[t-2][1].start,e[t+1][1].start=e[t-2][1].start,e.splice(t-2,2)),e}function Z(e,t,n){const r=this;let i,u,a,l,s;return o;function o(F){return d(F)}function d(F){return e.enter("htmlFlow"),e.enter("htmlFlowData"),e.consume(F),h}function h(F){return F===33?(e.consume(F),p):F===47?(e.consume(F),u=!0,A):F===63?(e.consume(F),i=3,r.interrupt?t:w):At(F)?(e.consume(F),a=String.fromCharCode(F),y):n(F)}function p(F){return F===45?(e.consume(F),i=2,f):F===91?(e.consume(F),i=5,l=0,E):At(F)?(e.consume(F),i=4,r.interrupt?t:w):n(F)}function f(F){return F===45?(e.consume(F),r.interrupt?t:w):n(F)}function E(F){const Ct="CDATA[";return F===Ct.charCodeAt(l++)?(e.consume(F),l===Ct.length?r.interrupt?t:ne:E):n(F)}function A(F){return At(F)?(e.consume(F),a=String.fromCharCode(F),y):n(F)}function y(F){if(F===null||F===47||F===62||Ze(F)){const Ct=F===47,zt=a.toLowerCase();return!Ct&&!u&&Qe.includes(zt)?(i=1,r.interrupt?t(F):ne(F)):Bt.includes(a.toLowerCase())?(i=6,Ct?(e.consume(F),D):r.interrupt?t(F):ne(F)):(i=7,r.interrupt&&!r.parser.lazy[r.now().line]?n(F):u?k(F):_(F))}return F===45||xt(F)?(e.consume(F),a+=String.fromCharCode(F),y):n(F)}function D(F){return F===62?(e.consume(F),r.interrupt?t:ne):n(F)}function k(F){return Te(F)?(e.consume(F),k):N(F)}function _(F){return F===47?(e.consume(F),N):F===58||F===95||At(F)?(e.consume(F),O):Te(F)?(e.consume(F),_):N(F)}function O(F){return F===45||F===46||F===58||F===95||xt(F)?(e.consume(F),O):I(F)}function I(F){return F===61?(e.consume(F),S):Te(F)?(e.consume(F),I):_(F)}function S(F){return F===null||F===60||F===61||F===62||F===96?n(F):F===34||F===39?(e.consume(F),s=F,L):Te(F)?(e.consume(F),S):z(F)}function L(F){return F===s?(e.consume(F),s=null,H):F===null||ie(F)?n(F):(e.consume(F),L)}function z(F){return F===null||F===34||F===39||F===47||F===60||F===61||F===62||F===96||Ze(F)?I(F):(e.consume(F),z)}function H(F){return F===47||F===62||Te(F)?_(F):n(F)}function N(F){return F===62?(e.consume(F),le):n(F)}function le(F){return F===null||ie(F)?ne(F):Te(F)?(e.consume(F),le):n(F)}function ne(F){return F===45&&i===2?(e.consume(F),Ne):F===60&&i===1?(e.consume(F),Le):F===62&&i===4?(e.consume(F),Ie):F===63&&i===3?(e.consume(F),w):F===93&&i===5?(e.consume(F),We):ie(F)&&(i===6||i===7)?(e.exit("htmlFlowData"),e.check(Fn,ze,Y)(F)):F===null||ie(F)?(e.exit("htmlFlowData"),Y(F)):(e.consume(F),ne)}function Y(F){return e.check(Kr,X,ze)(F)}function X(F){return e.enter("lineEnding"),e.consume(F),e.exit("lineEnding"),re}function re(F){return F===null||ie(F)?Y(F):(e.enter("htmlFlowData"),ne(F))}function Ne(F){return F===45?(e.consume(F),w):ne(F)}function Le(F){return F===47?(e.consume(F),a="",Ae):ne(F)}function Ae(F){if(F===62){const Ct=a.toLowerCase();return Qe.includes(Ct)?(e.consume(F),Ie):ne(F)}return At(F)&&a.length<8?(e.consume(F),a+=String.fromCharCode(F),Ae):ne(F)}function We(F){return F===93?(e.consume(F),w):ne(F)}function w(F){return F===62?(e.consume(F),Ie):F===45&&i===2?(e.consume(F),w):ne(F)}function Ie(F){return F===null||ie(F)?(e.exit("htmlFlowData"),ze(F)):(e.consume(F),Ie)}function ze(F){return e.exit("htmlFlow"),t(F)}}function ae(e,t,n){const r=this;return i;function i(a){return ie(a)?(e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),u):n(a)}function u(a){return r.parser.lazy[r.now().line]?n(a):t(a)}}function ke(e,t,n){return r;function r(i){return e.enter("lineEnding"),e.consume(i),e.exit("lineEnding"),e.attempt(he,t,n)}}const $e={tokenize:Hi,partial:!0},kt={name:"codeFenced",tokenize:an,concrete:!0};function an(e,t,n){const r=this,i={tokenize:I,partial:!0};let u=0,a=0,l;return s;function s(S){return o(S)}function o(S){const L=r.events[r.events.length-1];return u=L&&L[1].type==="linePrefix"?L[2].sliceSerialize(L[1],!0).length:0,l=S,e.enter("codeFenced"),e.enter("codeFencedFence"),e.enter("codeFencedFenceSequence"),d(S)}function d(S){return S===l?(a++,e.consume(S),d):a<3?n(S):(e.exit("codeFencedFenceSequence"),Te(S)?Be(e,h,"whitespace")(S):h(S))}function h(S){return S===null||ie(S)?(e.exit("codeFencedFence"),r.interrupt?t(S):e.check($e,A,O)(S)):(e.enter("codeFencedFenceInfo"),e.enter("chunkString",{contentType:"string"}),p(S))}function p(S){return S===null||ie(S)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),h(S)):Te(S)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),Be(e,f,"whitespace")(S)):S===96&&S===l?n(S):(e.consume(S),p)}function f(S){return S===null||ie(S)?h(S):(e.enter("codeFencedFenceMeta"),e.enter("chunkString",{contentType:"string"}),E(S))}function E(S){return S===null||ie(S)?(e.exit("chunkString"),e.exit("codeFencedFenceMeta"),h(S)):S===96&&S===l?n(S):(e.consume(S),E)}function A(S){return e.attempt(i,O,y)(S)}function y(S){return e.enter("lineEnding"),e.consume(S),e.exit("lineEnding"),D}function D(S){return u>0&&Te(S)?Be(e,k,"linePrefix",u+1)(S):k(S)}function k(S){return S===null||ie(S)?e.check($e,A,O)(S):(e.enter("codeFlowValue"),_(S))}function _(S){return S===null||ie(S)?(e.exit("codeFlowValue"),k(S)):(e.consume(S),_)}function O(S){return e.exit("codeFenced"),t(S)}function I(S,L,z){let H=0;return N;function N(re){return S.enter("lineEnding"),S.consume(re),S.exit("lineEnding"),le}function le(re){return S.enter("codeFencedFence"),Te(re)?Be(S,ne,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(re):ne(re)}function ne(re){return re===l?(S.enter("codeFencedFenceSequence"),Y(re)):z(re)}function Y(re){return re===l?(H++,S.consume(re),Y):H>=a?(S.exit("codeFencedFenceSequence"),Te(re)?Be(S,X,"whitespace")(re):X(re)):z(re)}function X(re){return re===null||ie(re)?(S.exit("codeFencedFence"),L(re)):z(re)}}}function Hi(e,t,n){const r=this;return i;function i(a){return a===null?n(a):(e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),u)}function u(a){return r.parser.lazy[r.now().line]?n(a):t(a)}}const S0=document.createElement("i");function qi(e){const t="&"+e+";";S0.innerHTML=t;const n=S0.textContent;return n.charCodeAt(n.length-1)===59&&e!=="semi"||n===t?!1:n}const sa={name:"characterReference",tokenize:Ho};function Ho(e,t,n){const r=this;let i=0,u,a;return l;function l(h){return e.enter("characterReference"),e.enter("characterReferenceMarker"),e.consume(h),e.exit("characterReferenceMarker"),s}function s(h){return h===35?(e.enter("characterReferenceMarkerNumeric"),e.consume(h),e.exit("characterReferenceMarkerNumeric"),o):(e.enter("characterReferenceValue"),u=31,a=xt,d(h))}function o(h){return h===88||h===120?(e.enter("characterReferenceMarkerHexadecimal"),e.consume(h),e.exit("characterReferenceMarkerHexadecimal"),e.enter("characterReferenceValue"),u=6,a=xi,d):(e.enter("characterReferenceValue"),u=7,a=Ur,d(h))}function d(h){if(h===59&&i){const p=e.exit("characterReferenceValue");return a===xt&&!qi(r.sliceSerialize(p))?n(h):(e.enter("characterReferenceMarker"),e.consume(h),e.exit("characterReferenceMarker"),e.exit("characterReference"),t)}return a(h)&&i++<u?(e.consume(h),d):n(h)}}const oa={name:"characterEscape",tokenize:qo};function qo(e,t,n){return r;function r(u){return e.enter("characterEscape"),e.enter("escapeMarker"),e.consume(u),e.exit("escapeMarker"),i}function i(u){return Fi(u)?(e.enter("characterEscapeValue"),e.consume(u),e.exit("characterEscapeValue"),e.exit("characterEscape"),t):n(u)}}const Gi={name:"lineEnding",tokenize:Go};function Go(e,t){return n;function n(r){return e.enter("lineEnding"),e.consume(r),e.exit("lineEnding"),Be(e,t,"linePrefix")}}const $i={name:"labelEnd",tokenize:Zo,resolveTo:Yo,resolveAll:Wo},$o={tokenize:Xo},Ko={tokenize:Qo},Vo={tokenize:jo};function Wo(e){let t=-1;for(;++t<e.length;){const n=e[t][1];(n.type==="labelImage"||n.type==="labelLink"||n.type==="labelEnd")&&(e.splice(t+1,n.type==="labelImage"?4:2),n.type="data",t++)}return e}function Yo(e,t){let n=e.length,r=0,i,u,a,l;for(;n--;)if(i=e[n][1],u){if(i.type==="link"||i.type==="labelLink"&&i._inactive)break;e[n][0]==="enter"&&i.type==="labelLink"&&(i._inactive=!0)}else if(a){if(e[n][0]==="enter"&&(i.type==="labelImage"||i.type==="labelLink")&&!i._balanced&&(u=n,i.type!=="labelLink")){r=2;break}}else i.type==="labelEnd"&&(a=n);const s={type:e[u][1].type==="labelLink"?"link":"image",start:Object.assign({},e[u][1].start),end:Object.assign({},e[e.length-1][1].end)},o={type:"label",start:Object.assign({},e[u][1].start),end:Object.assign({},e[a][1].end)},d={type:"labelText",start:Object.assign({},e[u+r+2][1].end),end:Object.assign({},e[a-2][1].start)};return l=[["enter",s,t],["enter",o,t]],l=Pt(l,e.slice(u+1,u+r+3)),l=Pt(l,[["enter",d,t]]),l=Pt(l,xn(t.parser.constructs.insideSpan.null,e.slice(u+r+4,a-3),t)),l=Pt(l,[["exit",d,t],e[a-2],e[a-1],["exit",o,t]]),l=Pt(l,e.slice(a+1)),l=Pt(l,[["exit",s,t]]),Ot(e,u,e.length,l),e}function Zo(e,t,n){const r=this;let i=r.events.length,u,a;for(;i--;)if((r.events[i][1].type==="labelImage"||r.events[i][1].type==="labelLink")&&!r.events[i][1]._balanced){u=r.events[i][1];break}return l;function l(p){return u?u._inactive?h(p):(a=r.parser.defined.includes(dt(r.sliceSerialize({start:u.end,end:r.now()}))),e.enter("labelEnd"),e.enter("labelMarker"),e.consume(p),e.exit("labelMarker"),e.exit("labelEnd"),s):n(p)}function s(p){return p===40?e.attempt($o,d,a?d:h)(p):p===91?e.attempt(Ko,d,a?o:h)(p):a?d(p):h(p)}function o(p){return e.attempt(Vo,d,h)(p)}function d(p){return t(p)}function h(p){return u._balanced=!0,n(p)}}function Xo(e,t,n){return r;function r(h){return e.enter("resource"),e.enter("resourceMarker"),e.consume(h),e.exit("resourceMarker"),i}function i(h){return Ze(h)?Ft(e,u)(h):u(h)}function u(h){return h===41?d(h):Ut(e,a,l,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(h)}function a(h){return Ze(h)?Ft(e,s)(h):d(h)}function l(h){return n(h)}function s(h){return h===34||h===39||h===40?nr(e,o,n,"resourceTitle","resourceTitleMarker","resourceTitleString")(h):d(h)}function o(h){return Ze(h)?Ft(e,d)(h):d(h)}function d(h){return h===41?(e.enter("resourceMarker"),e.consume(h),e.exit("resourceMarker"),e.exit("resource"),t):n(h)}}function Qo(e,t,n){const r=this;return i;function i(l){return un.call(r,e,u,a,"reference","referenceMarker","referenceString")(l)}function u(l){return r.parser.defined.includes(dt(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)))?t(l):n(l)}function a(l){return n(l)}}function jo(e,t,n){return r;function r(u){return e.enter("reference"),e.enter("referenceMarker"),e.consume(u),e.exit("referenceMarker"),i}function i(u){return u===93?(e.enter("referenceMarker"),e.consume(u),e.exit("referenceMarker"),e.exit("reference"),t):n(u)}}const Jo={name:"labelStartImage",tokenize:e1,resolveAll:$i.resolveAll};function e1(e,t,n){const r=this;return i;function i(l){return e.enter("labelImage"),e.enter("labelImageMarker"),e.consume(l),e.exit("labelImageMarker"),u}function u(l){return l===91?(e.enter("labelMarker"),e.consume(l),e.exit("labelMarker"),e.exit("labelImage"),a):n(l)}function a(l){return l===94&&"_hiddenFootnoteSupport"in r.parser.constructs?n(l):t(l)}}function _0(e){if(e===null||Ze(e)||nn(e))return 1;if(br(e))return 2}const Ki={name:"attention",tokenize:n1,resolveAll:t1};function t1(e,t){let n=-1,r,i,u,a,l,s,o,d;for(;++n<e.length;)if(e[n][0]==="enter"&&e[n][1].type==="attentionSequence"&&e[n][1]._close){for(r=n;r--;)if(e[r][0]==="exit"&&e[r][1].type==="attentionSequence"&&e[r][1]._open&&t.sliceSerialize(e[r][1]).charCodeAt(0)===t.sliceSerialize(e[n][1]).charCodeAt(0)){if((e[r][1]._close||e[n][1]._open)&&(e[n][1].end.offset-e[n][1].start.offset)%3&&!((e[r][1].end.offset-e[r][1].start.offset+e[n][1].end.offset-e[n][1].start.offset)%3))continue;s=e[r][1].end.offset-e[r][1].start.offset>1&&e[n][1].end.offset-e[n][1].start.offset>1?2:1;const h=Object.assign({},e[r][1].end),p=Object.assign({},e[n][1].start);ca(h,-s),ca(p,s),a={type:s>1?"strongSequence":"emphasisSequence",start:h,end:Object.assign({},e[r][1].end)},l={type:s>1?"strongSequence":"emphasisSequence",start:Object.assign({},e[n][1].start),end:p},u={type:s>1?"strongText":"emphasisText",start:Object.assign({},e[r][1].end),end:Object.assign({},e[n][1].start)},i={type:s>1?"strong":"emphasis",start:Object.assign({},a.start),end:Object.assign({},l.end)},e[r][1].end=Object.assign({},a.start),e[n][1].start=Object.assign({},l.end),o=[],e[r][1].end.offset-e[r][1].start.offset&&(o=Pt(o,[["enter",e[r][1],t],["exit",e[r][1],t]])),o=Pt(o,[["enter",i,t],["enter",a,t],["exit",a,t],["enter",u,t]]),o=Pt(o,xn(t.parser.constructs.insideSpan.null,e.slice(r+1,n),t)),o=Pt(o,[["exit",u,t],["enter",l,t],["exit",l,t],["exit",i,t]]),e[n][1].end.offset-e[n][1].start.offset?(d=2,o=Pt(o,[["enter",e[n][1],t],["exit",e[n][1],t]])):d=0,Ot(e,r-1,n-r+3,o),n=r+o.length-d-2;break}}for(n=-1;++n<e.length;)e[n][1].type==="attentionSequence"&&(e[n][1].type="data");return e}function n1(e,t){const n=this.parser.constructs.attentionMarkers.null,r=this.previous,i=_0(r);let u;return a;function a(s){return u=s,e.enter("attentionSequence"),l(s)}function l(s){if(s===u)return e.consume(s),l;const o=e.exit("attentionSequence"),d=_0(s),h=!d||d===2&&i||n.includes(s),p=!i||i===2&&d||n.includes(r);return o._open=!!(u===42?h:h&&(i||!p)),o._close=!!(u===42?p:p&&(d||!h)),t(s)}}function ca(e,t){e.column+=t,e.offset+=t,e._bufferIndex+=t}const r1={name:"autolink",tokenize:i1};function i1(e,t,n){let r=0;return i;function i(f){return e.enter("autolink"),e.enter("autolinkMarker"),e.consume(f),e.exit("autolinkMarker"),e.enter("autolinkProtocol"),u}function u(f){return At(f)?(e.consume(f),a):o(f)}function a(f){return f===43||f===45||f===46||xt(f)?(r=1,l(f)):o(f)}function l(f){return f===58?(e.consume(f),r=0,s):(f===43||f===45||f===46||xt(f))&&r++<32?(e.consume(f),l):(r=0,o(f))}function s(f){return f===62?(e.exit("autolinkProtocol"),e.enter("autolinkMarker"),e.consume(f),e.exit("autolinkMarker"),e.exit("autolink"),t):f===null||f===32||f===60||gr(f)?n(f):(e.consume(f),s)}function o(f){return f===64?(e.consume(f),d):wi(f)?(e.consume(f),o):n(f)}function d(f){return xt(f)?h(f):n(f)}function h(f){return f===46?(e.consume(f),r=0,d):f===62?(e.exit("autolinkProtocol").type="autolinkEmail",e.enter("autolinkMarker"),e.consume(f),e.exit("autolinkMarker"),e.exit("autolink"),t):p(f)}function p(f){if((f===45||xt(f))&&r++<63){const E=f===45?p:h;return e.consume(f),E}return n(f)}}const u1={name:"htmlText",tokenize:a1};function a1(e,t,n){const r=this;let i,u,a;return l;function l(w){return e.enter("htmlText"),e.enter("htmlTextData"),e.consume(w),s}function s(w){return w===33?(e.consume(w),o):w===47?(e.consume(w),I):w===63?(e.consume(w),_):At(w)?(e.consume(w),z):n(w)}function o(w){return w===45?(e.consume(w),d):w===91?(e.consume(w),u=0,E):At(w)?(e.consume(w),k):n(w)}function d(w){return w===45?(e.consume(w),f):n(w)}function h(w){return w===null?n(w):w===45?(e.consume(w),p):ie(w)?(a=h,Le(w)):(e.consume(w),h)}function p(w){return w===45?(e.consume(w),f):h(w)}function f(w){return w===62?Ne(w):w===45?p(w):h(w)}function E(w){const Ie="CDATA[";return w===Ie.charCodeAt(u++)?(e.consume(w),u===Ie.length?A:E):n(w)}function A(w){return w===null?n(w):w===93?(e.consume(w),y):ie(w)?(a=A,Le(w)):(e.consume(w),A)}function y(w){return w===93?(e.consume(w),D):A(w)}function D(w){return w===62?Ne(w):w===93?(e.consume(w),D):A(w)}function k(w){return w===null||w===62?Ne(w):ie(w)?(a=k,Le(w)):(e.consume(w),k)}function _(w){return w===null?n(w):w===63?(e.consume(w),O):ie(w)?(a=_,Le(w)):(e.consume(w),_)}function O(w){return w===62?Ne(w):_(w)}function I(w){return At(w)?(e.consume(w),S):n(w)}function S(w){return w===45||xt(w)?(e.consume(w),S):L(w)}function L(w){return ie(w)?(a=L,Le(w)):Te(w)?(e.consume(w),L):Ne(w)}function z(w){return w===45||xt(w)?(e.consume(w),z):w===47||w===62||Ze(w)?H(w):n(w)}function H(w){return w===47?(e.consume(w),Ne):w===58||w===95||At(w)?(e.consume(w),N):ie(w)?(a=H,Le(w)):Te(w)?(e.consume(w),H):Ne(w)}function N(w){return w===45||w===46||w===58||w===95||xt(w)?(e.consume(w),N):le(w)}function le(w){return w===61?(e.consume(w),ne):ie(w)?(a=le,Le(w)):Te(w)?(e.consume(w),le):H(w)}function ne(w){return w===null||w===60||w===61||w===62||w===96?n(w):w===34||w===39?(e.consume(w),i=w,Y):ie(w)?(a=ne,Le(w)):Te(w)?(e.consume(w),ne):(e.consume(w),X)}function Y(w){return w===i?(e.consume(w),i=void 0,re):w===null?n(w):ie(w)?(a=Y,Le(w)):(e.consume(w),Y)}function X(w){return w===null||w===34||w===39||w===60||w===61||w===96?n(w):w===47||w===62||Ze(w)?H(w):(e.consume(w),X)}function re(w){return w===47||w===62||Ze(w)?H(w):n(w)}function Ne(w){return w===62?(e.consume(w),e.exit("htmlTextData"),e.exit("htmlText"),t):n(w)}function Le(w){return e.exit("htmlTextData"),e.enter("lineEnding"),e.consume(w),e.exit("lineEnding"),Ae}function Ae(w){return Te(w)?Be(e,We,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(w):We(w)}function We(w){return e.enter("htmlTextData"),a(w)}}const l1={name:"labelStartLink",tokenize:s1,resolveAll:$i.resolveAll};function s1(e,t,n){const r=this;return i;function i(a){return e.enter("labelLink"),e.enter("labelMarker"),e.consume(a),e.exit("labelMarker"),e.exit("labelLink"),u}function u(a){return a===94&&"_hiddenFootnoteSupport"in r.parser.constructs?n(a):t(a)}}const o1={name:"hardBreakEscape",tokenize:c1};function c1(e,t,n){return r;function r(u){return e.enter("hardBreakEscape"),e.consume(u),i}function i(u){return ie(u)?(e.exit("hardBreakEscape"),t(u)):n(u)}}const d1={name:"codeText",tokenize:f1,resolve:h1,previous:m1};function h1(e){let t=e.length-4,n=3,r,i;if((e[n][1].type==="lineEnding"||e[n][1].type==="space")&&(e[t][1].type==="lineEnding"||e[t][1].type==="space")){for(r=n;++r<t;)if(e[r][1].type==="codeTextData"){e[n][1].type="codeTextPadding",e[t][1].type="codeTextPadding",n+=2,t-=2;break}}for(r=n-1,t++;++r<=t;)i===void 0?r!==t&&e[r][1].type!=="lineEnding"&&(i=r):(r===t||e[r][1].type==="lineEnding")&&(e[i][1].type="codeTextData",r!==i+2&&(e[i][1].end=e[r-1][1].end,e.splice(i+2,r-i-2),t-=r-i-2,r=i+2),i=void 0);return e}function m1(e){return e!==96||this.events[this.events.length-1][1].type==="characterEscape"}function f1(e,t,n){const r=this;let i=0,u,a;return l;function l(p){return e.enter("codeText"),e.enter("codeTextSequence"),s(p)}function s(p){return p===96?(e.consume(p),i++,s):(e.exit("codeTextSequence"),o(p))}function o(p){return p===null?n(p):p===32?(e.enter("space"),e.consume(p),e.exit("space"),o):p===96?(a=e.enter("codeTextSequence"),u=0,h(p)):ie(p)?(e.enter("lineEnding"),e.consume(p),e.exit("lineEnding"),o):(e.enter("codeTextData"),d(p))}function d(p){return p===null||p===32||p===96||ie(p)?(e.exit("codeTextData"),o(p)):(e.consume(p),d)}function h(p){return p===96?(e.consume(p),u++,h):u===i?(e.exit("codeTextSequence"),e.exit("codeText"),t(p)):(a.type="codeTextData",d(p))}}const p1={42:Tt,43:Tt,45:Tt,48:Tt,49:Tt,50:Tt,51:Tt,52:Tt,53:Tt,54:Tt,55:Tt,56:Tt,57:Tt,62:oe},g1={91:w0},b1={[-2]:$r,[-1]:$r,32:$r},E1={35:B0,42:Er,45:[vr,Er],60:Dr,61:vr,95:Er,96:kt,126:kt},A1={38:sa,92:oa},y1={[-5]:Gi,[-4]:Gi,[-3]:Gi,33:Jo,38:sa,42:Ki,60:[r1,u1],91:l1,92:[o1,oa],93:$i,95:Ki,96:d1},v1={null:[Ki,ki]},D1={null:[42,95]},C1={null:[]};function w1(e){const n=g0([wt,...(e||{}).extensions||[]]),r={defined:[],lazy:{},constructs:n,content:i(Bi),document:i(qn),flow:i(Hr),string:i(Gr),text:i(Si)};return r;function i(u){return a;function a(l){return _i(r,u,l)}}}const da=/[\0\t\n\r]/g;function x1(){let e=1,t="",n=!0,r;return i;function i(u,a,l){const s=[];let o,d,h,p,f;for(u=t+u.toString(a),h=0,t="",n&&(u.charCodeAt(0)===65279&&h++,n=void 0);h<u.length;){if(da.lastIndex=h,o=da.exec(u),p=o&&o.index!==void 0?o.index:u.length,f=u.charCodeAt(p),!o){t=u.slice(h);break}if(f===10&&h===p&&r)s.push(-3),r=void 0;else switch(r&&(s.push(-5),r=void 0),h<p&&(s.push(u.slice(h,p)),e+=p-h),f){case 0:{s.push(65533),e++;break}case 9:{for(d=Math.ceil(e/4)*4,s.push(-2);e++<d;)s.push(-1);break}case 10:{s.push(-4),e=1;break}default:r=!0,e=1}h=p+1}return l&&(r&&s.push(-5),t&&s.push(t),s.push(null)),s}}function F1(e){for(;!Xe(e););return e}function ha(e,t){const n=Number.parseInt(e,t);return n<9||n===11||n>13&&n<32||n>126&&n<160||n>55295&&n<57344||n>64975&&n<65008||(n&65535)===65535||(n&65535)===65534||n>1114111?"\uFFFD":String.fromCharCode(n)}const B1=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function ma(e){return e.replace(B1,k1)}function k1(e,t,n){if(t)return t;if(n.charCodeAt(0)===35){const i=n.charCodeAt(1),u=i===120||i===88;return ha(n.slice(u?2:1),u?16:10)}return qi(n)||e}const fa={}.hasOwnProperty,S1=function(e,t,n){return typeof t!="string"&&(n=t,t=void 0),_1(n)(F1(w1(n).document().write(x1()(e,t,!0))))};function _1(e){const t={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:l(Po),autolinkProtocol:le,autolinkEmail:le,atxHeading:l(l0),blockQuote:l(on),characterEscape:le,characterReference:le,codeFenced:l(cn),codeFencedFenceInfo:s,codeFencedFenceMeta:s,codeIndented:l(cn,s),codeText:l(u0,s),codeTextData:le,data:le,codeFlowValue:le,definition:l(a0),definitionDestinationString:s,definitionLabelString:s,definitionTitleString:s,emphasis:l(mi),hardBreakEscape:l(Mr),hardBreakTrailing:l(Mr),htmlFlow:l(cr,s),htmlFlowData:le,htmlText:l(cr,s),htmlTextData:le,image:l(Or),label:s,link:l(Po),listItem:l(Wf),listItemValue:E,listOrdered:l(Uo,f),listUnordered:l(Uo),paragraph:l(Yf),reference:zt,referenceString:s,resourceDestinationString:s,resourceTitleString:s,setextHeading:l(l0),strong:l(Zf),thematicBreak:l(Qf)},exit:{atxHeading:d(),atxHeadingSequence:L,autolink:d(),autolinkEmail:Nt,autolinkProtocol:we,blockQuote:d(),characterEscapeValue:ne,characterReferenceMarkerHexadecimal:$t,characterReferenceMarkerNumeric:$t,characterReferenceValue:ut,codeFenced:d(k),codeFencedFence:D,codeFencedFenceInfo:A,codeFencedFenceMeta:y,codeFlowValue:ne,codeIndented:d(_),codeText:d(Le),codeTextData:ne,data:ne,definition:d(),definitionDestinationString:S,definitionLabelString:O,definitionTitleString:I,emphasis:d(),hardBreakEscape:d(X),hardBreakTrailing:d(X),htmlFlow:d(re),htmlFlowData:ne,htmlText:d(Ne),htmlTextData:ne,image:d(We),label:Ie,labelText:w,lineEnding:Y,link:d(Ae),listItem:d(),listOrdered:d(),listUnordered:d(),paragraph:d(),referenceString:jn,resourceDestinationString:ze,resourceTitleString:F,resource:Ct,setextHeading:d(N),setextHeadingLineSequence:H,setextHeadingText:z,strong:d(),thematicBreak:d()}};pa(t,(e||{}).mdastExtensions||[]);const n={};return r;function r(R){let W={type:"root",children:[]};const ye={stack:[W],tokenStack:[],config:t,enter:o,exit:h,buffer:s,resume:p,setData:u,getData:a},je=[];let tt=-1;for(;++tt<R.length;)if(R[tt][1].type==="listOrdered"||R[tt][1].type==="listUnordered")if(R[tt][0]==="enter")je.push(tt);else{const dn=je.pop();tt=i(R,dn,tt)}for(tt=-1;++tt<R.length;){const dn=t[R[tt][0]];fa.call(dn,R[tt][1].type)&&dn[R[tt][1].type].call(Object.assign({sliceSerialize:R[tt][2].sliceSerialize},ye),R[tt][1])}if(ye.tokenStack.length>0){const dn=ye.tokenStack[ye.tokenStack.length-1];(dn[1]||ga).call(ye,void 0,dn[0])}for(W.position={start:Gn(R.length>0?R[0][1].start:{line:1,column:1,offset:0}),end:Gn(R.length>0?R[R.length-2][1].end:{line:1,column:1,offset:0})},tt=-1;++tt<t.transforms.length;)W=t.transforms[tt](W)||W;return W}function i(R,W,ye){let je=W-1,tt=-1,dn=!1,Jn,Ln,s0,o0;for(;++je<=ye;){const gt=R[je];if(gt[1].type==="listUnordered"||gt[1].type==="listOrdered"||gt[1].type==="blockQuote"?(gt[0]==="enter"?tt++:tt--,o0=void 0):gt[1].type==="lineEndingBlank"?gt[0]==="enter"&&(Jn&&!o0&&!tt&&!s0&&(s0=je),o0=void 0):gt[1].type==="linePrefix"||gt[1].type==="listItemValue"||gt[1].type==="listItemMarker"||gt[1].type==="listItemPrefix"||gt[1].type==="listItemPrefixWhitespace"||(o0=void 0),!tt&&gt[0]==="enter"&&gt[1].type==="listItemPrefix"||tt===-1&&gt[0]==="exit"&&(gt[1].type==="listUnordered"||gt[1].type==="listOrdered")){if(Jn){let la=je;for(Ln=void 0;la--;){const zn=R[la];if(zn[1].type==="lineEnding"||zn[1].type==="lineEndingBlank"){if(zn[0]==="exit")continue;Ln&&(R[Ln][1].type="lineEndingBlank",dn=!0),zn[1].type="lineEnding",Ln=la}else if(!(zn[1].type==="linePrefix"||zn[1].type==="blockQuotePrefix"||zn[1].type==="blockQuotePrefixWhitespace"||zn[1].type==="blockQuoteMarker"||zn[1].type==="listItemIndent"))break}s0&&(!Ln||s0<Ln)&&(Jn._spread=!0),Jn.end=Object.assign({},Ln?R[Ln][1].start:gt[1].end),R.splice(Ln||je,0,["exit",Jn,gt[2]]),je++,ye++}gt[1].type==="listItemPrefix"&&(Jn={type:"listItem",_spread:!1,start:Object.assign({},gt[1].start),end:void 0},R.splice(je,0,["enter",Jn,gt[2]]),je++,ye++,s0=void 0,o0=!0)}}return R[W][1]._spread=dn,ye}function u(R,W){n[R]=W}function a(R){return n[R]}function l(R,W){return ye;function ye(je){o.call(this,R(je),je),W&&W.call(this,je)}}function s(){this.stack.push({type:"fragment",children:[]})}function o(R,W,ye){return this.stack[this.stack.length-1].children.push(R),this.stack.push(R),this.tokenStack.push([W,ye]),R.position={start:Gn(W.start)},R}function d(R){return W;function W(ye){R&&R.call(this,ye),h.call(this,ye)}}function h(R,W){const ye=this.stack.pop(),je=this.tokenStack.pop();if(je)je[0].type!==R.type&&(W?W.call(this,R,je[0]):(je[1]||ga).call(this,R,je[0]));else throw new Error("Cannot close `"+R.type+"` ("+at({start:R.start,end:R.end})+"): it\u2019s not open");return ye.position.end=Gn(R.end),ye}function p(){return vi(this.stack.pop())}function f(){u("expectingFirstListItemValue",!0)}function E(R){if(a("expectingFirstListItemValue")){const W=this.stack[this.stack.length-2];W.start=Number.parseInt(this.sliceSerialize(R),10),u("expectingFirstListItemValue")}}function A(){const R=this.resume(),W=this.stack[this.stack.length-1];W.lang=R}function y(){const R=this.resume(),W=this.stack[this.stack.length-1];W.meta=R}function D(){a("flowCodeInside")||(this.buffer(),u("flowCodeInside",!0))}function k(){const R=this.resume(),W=this.stack[this.stack.length-1];W.value=R.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),u("flowCodeInside")}function _(){const R=this.resume(),W=this.stack[this.stack.length-1];W.value=R.replace(/(\r?\n|\r)$/g,"")}function O(R){const W=this.resume(),ye=this.stack[this.stack.length-1];ye.label=W,ye.identifier=dt(this.sliceSerialize(R)).toLowerCase()}function I(){const R=this.resume(),W=this.stack[this.stack.length-1];W.title=R}function S(){const R=this.resume(),W=this.stack[this.stack.length-1];W.url=R}function L(R){const W=this.stack[this.stack.length-1];if(!W.depth){const ye=this.sliceSerialize(R).length;W.depth=ye}}function z(){u("setextHeadingSlurpLineEnding",!0)}function H(R){const W=this.stack[this.stack.length-1];W.depth=this.sliceSerialize(R).charCodeAt(0)===61?1:2}function N(){u("setextHeadingSlurpLineEnding")}function le(R){const W=this.stack[this.stack.length-1];let ye=W.children[W.children.length-1];(!ye||ye.type!=="text")&&(ye=Xf(),ye.position={start:Gn(R.start)},W.children.push(ye)),this.stack.push(ye)}function ne(R){const W=this.stack.pop();W.value+=this.sliceSerialize(R),W.position.end=Gn(R.end)}function Y(R){const W=this.stack[this.stack.length-1];if(a("atHardBreak")){const ye=W.children[W.children.length-1];ye.position.end=Gn(R.end),u("atHardBreak");return}!a("setextHeadingSlurpLineEnding")&&t.canContainEols.includes(W.type)&&(le.call(this,R),ne.call(this,R))}function X(){u("atHardBreak",!0)}function re(){const R=this.resume(),W=this.stack[this.stack.length-1];W.value=R}function Ne(){const R=this.resume(),W=this.stack[this.stack.length-1];W.value=R}function Le(){const R=this.resume(),W=this.stack[this.stack.length-1];W.value=R}function Ae(){const R=this.stack[this.stack.length-1];if(a("inReference")){const W=a("referenceType")||"shortcut";R.type+="Reference",R.referenceType=W,delete R.url,delete R.title}else delete R.identifier,delete R.label;u("referenceType")}function We(){const R=this.stack[this.stack.length-1];if(a("inReference")){const W=a("referenceType")||"shortcut";R.type+="Reference",R.referenceType=W,delete R.url,delete R.title}else delete R.identifier,delete R.label;u("referenceType")}function w(R){const W=this.sliceSerialize(R),ye=this.stack[this.stack.length-2];ye.label=ma(W),ye.identifier=dt(W).toLowerCase()}function Ie(){const R=this.stack[this.stack.length-1],W=this.resume(),ye=this.stack[this.stack.length-1];if(u("inReference",!0),ye.type==="link"){const je=R.children;ye.children=je}else ye.alt=W}function ze(){const R=this.resume(),W=this.stack[this.stack.length-1];W.url=R}function F(){const R=this.resume(),W=this.stack[this.stack.length-1];W.title=R}function Ct(){u("inReference")}function zt(){u("referenceType","collapsed")}function jn(R){const W=this.resume(),ye=this.stack[this.stack.length-1];ye.label=W,ye.identifier=dt(this.sliceSerialize(R)).toLowerCase(),u("referenceType","full")}function $t(R){u("characterReferenceType",R.type)}function ut(R){const W=this.sliceSerialize(R),ye=a("characterReferenceType");let je;ye?(je=ha(W,ye==="characterReferenceMarkerNumeric"?10:16),u("characterReferenceType")):je=qi(W);const tt=this.stack.pop();tt.value+=je,tt.position.end=Gn(R.end)}function we(R){ne.call(this,R);const W=this.stack[this.stack.length-1];W.url=this.sliceSerialize(R)}function Nt(R){ne.call(this,R);const W=this.stack[this.stack.length-1];W.url="mailto:"+this.sliceSerialize(R)}function on(){return{type:"blockquote",children:[]}}function cn(){return{type:"code",lang:null,meta:null,value:""}}function u0(){return{type:"inlineCode",value:""}}function a0(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function mi(){return{type:"emphasis",children:[]}}function l0(){return{type:"heading",depth:void 0,children:[]}}function Mr(){return{type:"break"}}function cr(){return{type:"html",value:""}}function Or(){return{type:"image",title:null,url:"",alt:null}}function Po(){return{type:"link",title:null,url:"",children:[]}}function Uo(R){return{type:"list",ordered:R.type==="listOrdered",start:null,spread:R._spread,children:[]}}function Wf(R){return{type:"listItem",spread:R._spread,checked:null,children:[]}}function Yf(){return{type:"paragraph",children:[]}}function Zf(){return{type:"strong",children:[]}}function Xf(){return{type:"text",value:""}}function Qf(){return{type:"thematicBreak"}}}function Gn(e){return{line:e.line,column:e.column,offset:e.offset}}function pa(e,t){let n=-1;for(;++n<t.length;){const r=t[n];Array.isArray(r)?pa(e,r):T1(e,r)}}function T1(e,t){let n;for(n in t)if(fa.call(t,n)){if(n==="canContainEols"){const r=t[n];r&&e[n].push(...r)}else if(n==="transforms"){const r=t[n];r&&e[n].push(...r)}else if(n==="enter"||n==="exit"){const r=t[n];r&&Object.assign(e[n],r)}}}function ga(e,t){throw e?new Error("Cannot close `"+e.type+"` ("+at({start:e.start,end:e.end})+"): a different token (`"+t.type+"`, "+at({start:t.start,end:t.end})+") is open"):new Error("Cannot close document, a token (`"+t.type+"`, "+at({start:t.start,end:t.end})+") is still open")}function N1(e){Object.assign(this,{Parser:n=>{const r=this.data("settings");return S1(n,Object.assign({},r,e,{extensions:this.data("micromarkExtensions")||[],mdastExtensions:this.data("fromMarkdownExtensions")||[]}))}})}function jf(e,t){const n=encode(rr(e||""));if(!t)return n;const r=n.indexOf(":"),i=n.indexOf("?"),u=n.indexOf("#"),a=n.indexOf("/");return r<0||a>-1&&r>a||i>-1&&r>i||u>-1&&r>u||t.test(n.slice(0,r))?n:""}function rr(e){const t=[];let n=-1,r=0,i=0;for(;++n<e.length;){const u=e.charCodeAt(n);let a="";if(u===37&&xt(e.charCodeAt(n+1))&&xt(e.charCodeAt(n+2)))i=2;else if(u<128)/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(u))||(a=String.fromCharCode(u));else if(u>55295&&u<57344){const l=e.charCodeAt(n+1);u<56320&&l>56319&&l<57344?(a=String.fromCharCode(u,l),i=1):a="\uFFFD"}else a=String.fromCharCode(u);a&&(t.push(e.slice(r,n),encodeURIComponent(a)),r=n+i+1,a=""),i&&(n+=i,i=0)}return t.join("")+e.slice(r)}function M1(e){const t=[];let n=-1;for(;++n<e.footnoteOrder.length;){const r=e.footnoteById[e.footnoteOrder[n]];if(!r)continue;const i=e.all(r),u=String(r.identifier).toUpperCase(),a=rr(u.toLowerCase());let l=0;const s=[];for(;++l<=e.footnoteCounts[u];){const h={type:"element",tagName:"a",properties:{href:"#"+e.clobberPrefix+"fnref-"+a+(l>1?"-"+l:""),dataFootnoteBackref:!0,className:["data-footnote-backref"],ariaLabel:e.footnoteBackLabel},children:[{type:"text",value:"\u21A9"}]};l>1&&h.children.push({type:"element",tagName:"sup",children:[{type:"text",value:String(l)}]}),s.length>0&&s.push({type:"text",value:" "}),s.push(h)}const o=i[i.length-1];if(o&&o.type==="element"&&o.tagName==="p"){const h=o.children[o.children.length-1];h&&h.type==="text"?h.value+=" ":o.children.push({type:"text",value:" "}),o.children.push(...s)}else i.push(...s);const d={type:"element",tagName:"li",properties:{id:e.clobberPrefix+"fn-"+a},children:e.wrap(i,!0)};e.patch(r,d),t.push(d)}if(t.length!==0)return{type:"element",tagName:"section",properties:{dataFootnotes:!0,className:["footnotes"]},children:[{type:"element",tagName:e.footnoteLabelTagName,properties:{...JSON.parse(JSON.stringify(e.footnoteLabelProperties)),id:"footnote-label"},children:[{type:"text",value:e.footnoteLabel}]},{type:"text",value:"\n"},{type:"element",tagName:"ol",properties:{},children:e.wrap(t,!0)},{type:"text",value:"\n"}]}}const Jf=function e(t,n,r,i,u){const a=Wr(n);if(r!=null&&(typeof r!="number"||r<0||r===Number.POSITIVE_INFINITY))throw new Error("Expected positive finite index");if(i!=null&&(!e(i)||!i.children))throw new Error("Expected parent node");if(i==null!=(r==null))throw new Error("Expected both parent and index");return t&&t.type&&typeof t.type=="string"?!!a.call(u,t,r,i):!1},Wr=function(e){if(e==null)return L1;if(typeof e=="string")return I1(e);if(typeof e=="object")return Array.isArray(e)?O1(e):R1(e);if(typeof e=="function")return T0(e);throw new Error("Expected function, string, or object as test")};function O1(e){const t=[];let n=-1;for(;++n<e.length;)t[n]=Wr(e[n]);return T0(r);function r(){let i=-1;for(var u=arguments.length,a=new Array(u),l=0;l<u;l++)a[l]=arguments[l];for(;++i<t.length;)if(t[i].call(this,...a))return!0;return!1}}function R1(e){return T0(t);function t(n){let r;for(r in e)if(n[r]!==e[r])return!1;return!0}}function I1(e){return T0(t);function t(n){return n&&n.type===e}}function T0(e){return t;function t(n){for(var r=arguments.length,i=new Array(r>1?r-1:0),u=1;u<r;u++)i[u-1]=arguments[u];return!!(n&&typeof n=="object"&&"type"in n&&e.call(this,n,...i))}}function L1(){return!0}function ep(e){return e}const z1=!0,ba=!1,P1="skip",Ea=function(e,t,n,r){typeof t=="function"&&typeof n!="function"&&(r=n,n=t,t=null);const i=Wr(t),u=r?-1:1;a(e,void 0,[])();function a(l,s,o){const d=l&&typeof l=="object"?l:{};if(typeof d.type=="string"){const p=typeof d.tagName=="string"?d.tagName:typeof d.name=="string"?d.name:void 0;Object.defineProperty(h,"name",{value:"node ("+(l.type+(p?"<"+p+">":""))+")"})}return h;function h(){let p=[],f,E,A;if((!t||i(l,s,o[o.length-1]||null))&&(p=U1(n(l,o)),p[0]===ba))return p;if(l.children&&p[0]!==P1)for(E=(r?l.children.length:-1)+u,A=o.concat(l);E>-1&&E<l.children.length;){if(f=a(l.children[E],E,A)(),f[0]===ba)return f;E=typeof f[1]=="number"?f[1]:E+u}return p}}};function U1(e){return Array.isArray(e)?e:typeof e=="number"?[z1,e]:[e]}const Yr=function(e,t,n,r){typeof t=="function"&&typeof n!="function"&&(r=n,n=t,t=null),Ea(e,t,i,r);function i(u,a){const l=a[a.length-1];return n(u,l?l.children.indexOf(u):null,l)}},Vi=Aa("start"),Wi=Aa("end");function H1(e){return{start:Vi(e),end:Wi(e)}}function Aa(e){return t;function t(n){const r=n&&n.position&&n.position[e]||{};return{line:r.line||null,column:r.column||null,offset:r.offset>-1?r.offset:null}}}function q1(e){return!e||!e.position||!e.position.start||!e.position.start.line||!e.position.start.column||!e.position.end||!e.position.end.line||!e.position.end.column}const ya={}.hasOwnProperty;function G1(e){const t=Object.create(null);if(!e||!e.type)throw new Error("mdast-util-definitions expected node");return Yr(e,"definition",r=>{const i=va(r.identifier);i&&!ya.call(t,i)&&(t[i]=r)}),n;function n(r){const i=va(r);return i&&ya.call(t,i)?t[i]:null}}function va(e){return String(e||"").toUpperCase()}function $1(e,t){const n={type:"element",tagName:"blockquote",properties:{},children:e.wrap(e.all(t),!0)};return e.patch(t,n),e.applyData(t,n)}function K1(e,t){const n={type:"element",tagName:"br",properties:{},children:[]};return e.patch(t,n),[e.applyData(t,n),{type:"text",value:"\n"}]}function V1(e,t){const n=t.value?t.value+"\n":"",r=t.lang?t.lang.match(/^[^ \t]+(?=[ \t]|$)/):null,i={};r&&(i.className=["language-"+r]);let u={type:"element",tagName:"code",properties:i,children:[{type:"text",value:n}]};return t.meta&&(u.data={meta:t.meta}),e.patch(t,u),u=e.applyData(t,u),u={type:"element",tagName:"pre",properties:{},children:[u]},e.patch(t,u),u}function W1(e,t){const n={type:"element",tagName:"del",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function Y1(e,t){const n={type:"element",tagName:"em",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function Da(e,t){const n=String(t.identifier).toUpperCase(),r=rr(n.toLowerCase()),i=e.footnoteOrder.indexOf(n);let u;i===-1?(e.footnoteOrder.push(n),e.footnoteCounts[n]=1,u=e.footnoteOrder.length):(e.footnoteCounts[n]++,u=i+1);const a=e.footnoteCounts[n],l={type:"element",tagName:"a",properties:{href:"#"+e.clobberPrefix+"fn-"+r,id:e.clobberPrefix+"fnref-"+r+(a>1?"-"+a:""),dataFootnoteRef:!0,ariaDescribedBy:["footnote-label"]},children:[{type:"text",value:String(u)}]};e.patch(t,l);const s={type:"element",tagName:"sup",properties:{},children:[l]};return e.patch(t,s),e.applyData(t,s)}function Z1(e,t){const n=e.footnoteById;let r=1;for(;r in n;)r++;const i=String(r);return n[i]={type:"footnoteDefinition",identifier:i,children:[{type:"paragraph",children:t.children}],position:t.position},Da(e,{type:"footnoteReference",identifier:i,position:t.position})}function X1(e,t){const n={type:"element",tagName:"h"+t.depth,properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function Q1(e,t){if(e.dangerous){const n={type:"raw",value:t.value};return e.patch(t,n),e.applyData(t,n)}return null}function Ca(e,t){const n=t.referenceType;let r="]";if(n==="collapsed"?r+="[]":n==="full"&&(r+="["+(t.label||t.identifier)+"]"),t.type==="imageReference")return{type:"text",value:"!["+t.alt+r};const i=e.all(t),u=i[0];u&&u.type==="text"?u.value="["+u.value:i.unshift({type:"text",value:"["});const a=i[i.length-1];return a&&a.type==="text"?a.value+=r:i.push({type:"text",value:r}),i}function j1(e,t){const n=e.definition(t.identifier);if(!n)return Ca(e,t);const r={src:rr(n.url||""),alt:t.alt};n.title!==null&&n.title!==void 0&&(r.title=n.title);const i={type:"element",tagName:"img",properties:r,children:[]};return e.patch(t,i),e.applyData(t,i)}function J1(e,t){const n={src:rr(t.url)};t.alt!==null&&t.alt!==void 0&&(n.alt=t.alt),t.title!==null&&t.title!==void 0&&(n.title=t.title);const r={type:"element",tagName:"img",properties:n,children:[]};return e.patch(t,r),e.applyData(t,r)}function ec(e,t){const n={type:"text",value:t.value.replace(/\r?\n|\r/g," ")};e.patch(t,n);const r={type:"element",tagName:"code",properties:{},children:[n]};return e.patch(t,r),e.applyData(t,r)}function tc(e,t){const n=e.definition(t.identifier);if(!n)return Ca(e,t);const r={href:rr(n.url||"")};n.title!==null&&n.title!==void 0&&(r.title=n.title);const i={type:"element",tagName:"a",properties:r,children:e.all(t)};return e.patch(t,i),e.applyData(t,i)}function nc(e,t){const n={href:rr(t.url)};t.title!==null&&t.title!==void 0&&(n.title=t.title);const r={type:"element",tagName:"a",properties:n,children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}function rc(e,t,n){const r=e.all(t),i=n?ic(n):wa(t),u={},a=[];if(typeof t.checked=="boolean"){const d=r[0];let h;d&&d.type==="element"&&d.tagName==="p"?h=d:(h={type:"element",tagName:"p",properties:{},children:[]},r.unshift(h)),h.children.length>0&&h.children.unshift({type:"text",value:" "}),h.children.unshift({type:"element",tagName:"input",properties:{type:"checkbox",checked:t.checked,disabled:!0},children:[]}),u.className=["task-list-item"]}let l=-1;for(;++l<r.length;){const d=r[l];(i||l!==0||d.type!=="element"||d.tagName!=="p")&&a.push({type:"text",value:"\n"}),d.type==="element"&&d.tagName==="p"&&!i?a.push(...d.children):a.push(d)}const s=r[r.length-1];s&&(i||s.type!=="element"||s.tagName!=="p")&&a.push({type:"text",value:"\n"});const o={type:"element",tagName:"li",properties:u,children:a};return e.patch(t,o),e.applyData(t,o)}function ic(e){let t=!1;if(e.type==="list"){t=e.spread||!1;const n=e.children;let r=-1;for(;!t&&++r<n.length;)t=wa(n[r])}return t}function wa(e){const t=e.spread;return t==null?e.children.length>1:t}function uc(e,t){const n={},r=e.all(t);let i=-1;for(typeof t.start=="number"&&t.start!==1&&(n.start=t.start);++i<r.length;){const a=r[i];if(a.type==="element"&&a.tagName==="li"&&a.properties&&Array.isArray(a.properties.className)&&a.properties.className.includes("task-list-item")){n.className=["contains-task-list"];break}}const u={type:"element",tagName:t.ordered?"ol":"ul",properties:n,children:e.wrap(r,!0)};return e.patch(t,u),e.applyData(t,u)}function ac(e,t){const n={type:"element",tagName:"p",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function lc(e,t){const n={type:"root",children:e.wrap(e.all(t))};return e.patch(t,n),e.applyData(t,n)}function sc(e,t){const n={type:"element",tagName:"strong",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function oc(e,t){const n=e.all(t),r=n.shift(),i=[];if(r){const a={type:"element",tagName:"thead",properties:{},children:e.wrap([r],!0)};e.patch(t.children[0],a),i.push(a)}if(n.length>0){const a={type:"element",tagName:"tbody",properties:{},children:e.wrap(n,!0)},l=Vi(t.children[1]),s=Wi(t.children[t.children.length-1]);l.line&&s.line&&(a.position={start:l,end:s}),i.push(a)}const u={type:"element",tagName:"table",properties:{},children:e.wrap(i,!0)};return e.patch(t,u),e.applyData(t,u)}function cc(e,t,n){const r=n?n.children:void 0,u=(r?r.indexOf(t):1)===0?"th":"td",a=n&&n.type==="table"?n.align:void 0,l=a?a.length:t.children.length;let s=-1;const o=[];for(;++s<l;){const h=t.children[s],p={},f=a?a[s]:void 0;f&&(p.align=f);let E={type:"element",tagName:u,properties:p,children:[]};h&&(E.children=e.all(h),e.patch(h,E),E=e.applyData(t,E)),o.push(E)}const d={type:"element",tagName:"tr",properties:{},children:e.wrap(o,!0)};return e.patch(t,d),e.applyData(t,d)}function dc(e,t){const n={type:"element",tagName:"td",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}const xa=9,Fa=32;function hc(e){const t=String(e),n=/\r?\n|\r/g;let r=n.exec(t),i=0;const u=[];for(;r;)u.push(Ba(t.slice(i,r.index),i>0,!0),r[0]),i=r.index+r[0].length,r=n.exec(t);return u.push(Ba(t.slice(i),i>0,!1)),u.join("")}function Ba(e,t,n){let r=0,i=e.length;if(t){let u=e.codePointAt(r);for(;u===xa||u===Fa;)r++,u=e.codePointAt(r)}if(n){let u=e.codePointAt(i-1);for(;u===xa||u===Fa;)i--,u=e.codePointAt(i-1)}return i>r?e.slice(r,i):""}function mc(e,t){const n={type:"text",value:hc(String(t.value))};return e.patch(t,n),e.applyData(t,n)}function fc(e,t){const n={type:"element",tagName:"hr",properties:{},children:[]};return e.patch(t,n),e.applyData(t,n)}const pc={blockquote:$1,break:K1,code:V1,delete:W1,emphasis:Y1,footnoteReference:Da,footnote:Z1,heading:X1,html:Q1,imageReference:j1,image:J1,inlineCode:ec,linkReference:tc,link:nc,listItem:rc,list:uc,paragraph:ac,root:lc,strong:sc,table:oc,tableCell:dc,tableRow:cc,text:mc,thematicBreak:fc,toml:N0,yaml:N0,definition:N0,footnoteDefinition:N0};function N0(){return null}const M0={}.hasOwnProperty;function gc(e,t){const n=t||{},r=n.allowDangerousHtml||!1,i={};return a.dangerous=r,a.clobberPrefix=n.clobberPrefix===void 0||n.clobberPrefix===null?"user-content-":n.clobberPrefix,a.footnoteLabel=n.footnoteLabel||"Footnotes",a.footnoteLabelTagName=n.footnoteLabelTagName||"h2",a.footnoteLabelProperties=n.footnoteLabelProperties||{className:["sr-only"]},a.footnoteBackLabel=n.footnoteBackLabel||"Back to content",a.unknownHandler=n.unknownHandler,a.passThrough=n.passThrough,a.handlers={...pc,...n.handlers},a.definition=G1(e),a.footnoteById=i,a.footnoteOrder=[],a.footnoteCounts={},a.patch=bc,a.applyData=Ec,a.one=l,a.all=s,a.wrap=yc,a.augment=u,Yr(e,"footnoteDefinition",o=>{const d=String(o.identifier).toUpperCase();M0.call(i,d)||(i[d]=o)}),a;function u(o,d){if(o&&"data"in o&&o.data){const h=o.data;h.hName&&(d.type!=="element"&&(d={type:"element",tagName:"",properties:{},children:[]}),d.tagName=h.hName),d.type==="element"&&h.hProperties&&(d.properties={...d.properties,...h.hProperties}),"children"in d&&d.children&&h.hChildren&&(d.children=h.hChildren)}if(o){const h="type"in o?o:{position:o};q1(h)||(d.position={start:Vi(h),end:Wi(h)})}return d}function a(o,d,h,p){return Array.isArray(h)&&(p=h,h={}),u(o,{type:"element",tagName:d,properties:h||{},children:p||[]})}function l(o,d){return ka(a,o,d)}function s(o){return Yi(a,o)}}function bc(e,t){e.position&&(t.position=H1(e))}function Ec(e,t){let n=t;if(e&&e.data){const r=e.data.hName,i=e.data.hChildren,u=e.data.hProperties;typeof r=="string"&&(n.type==="element"?n.tagName=r:n={type:"element",tagName:r,properties:{},children:[]}),n.type==="element"&&u&&(n.properties={...n.properties,...u}),"children"in n&&n.children&&i!==null&&i!==void 0&&(n.children=i)}return n}function ka(e,t,n){const r=t&&t.type;if(!r)throw new Error("Expected node, got `"+t+"`");return M0.call(e.handlers,r)?e.handlers[r](e,t,n):e.passThrough&&e.passThrough.includes(r)?"children"in t?{...t,children:Yi(e,t)}:t:e.unknownHandler?e.unknownHandler(e,t,n):Ac(e,t)}function Yi(e,t){const n=[];if("children"in t){const r=t.children;let i=-1;for(;++i<r.length;){const u=ka(e,r[i],t);if(u){if(i&&r[i-1].type==="break"&&(!Array.isArray(u)&&u.type==="text"&&(u.value=u.value.replace(/^\s+/,"")),!Array.isArray(u)&&u.type==="element")){const a=u.children[0];a&&a.type==="text"&&(a.value=a.value.replace(/^\s+/,""))}Array.isArray(u)?n.push(...u):n.push(u)}}}return n}function Ac(e,t){const n=t.data||{},r="value"in t&&!(M0.call(n,"hProperties")||M0.call(n,"hChildren"))?{type:"text",value:t.value}:{type:"element",tagName:"div",properties:{},children:Yi(e,t)};return e.patch(t,r),e.applyData(t,r)}function yc(e,t){const n=[];let r=-1;for(t&&n.push({type:"text",value:"\n"});++r<e.length;)r&&n.push({type:"text",value:"\n"}),n.push(e[r]);return t&&e.length>0&&n.push({type:"text",value:"\n"}),n}function Sa(e,t){const n=gc(e,t),r=n.one(e,null),i=M1(n);return i&&r.children.push({type:"text",value:"\n"},i),Array.isArray(r)?{type:"root",children:r}:r}const vc=function(e,t){return e&&"run"in e?Dc(e,t):Cc(e||t)};function Dc(e,t){return(n,r,i)=>{e.run(Sa(n,t),r,u=>{i(u)})}}function Cc(e){return t=>Sa(t,e)}var Ce=ve(25582);class Zr{constructor(t,n,r){this.property=t,this.normal=n,r&&(this.space=r)}}Zr.prototype.property={},Zr.prototype.normal={},Zr.prototype.space=null;function _a(e,t){const n={},r={};let i=-1;for(;++i<e.length;)Object.assign(n,e[i].property),Object.assign(r,e[i].normal);return new Zr(n,r,t)}function Xr(e){return e.toLowerCase()}class Qt{constructor(t,n){this.property=t,this.attribute=n}}Qt.prototype.space=null,Qt.prototype.boolean=!1,Qt.prototype.booleanish=!1,Qt.prototype.overloadedBoolean=!1,Qt.prototype.number=!1,Qt.prototype.commaSeparated=!1,Qt.prototype.spaceSeparated=!1,Qt.prototype.commaOrSpaceSeparated=!1,Qt.prototype.mustUseProperty=!1,Qt.prototype.defined=!1;let wc=0;const xe=ir(),vt=ir(),Ta=ir(),G=ir(),nt=ir(),Cr=ir(),Vt=ir();function ir(){return 2**++wc}const Zi=Object.keys(qe);class Xi extends Qt{constructor(t,n,r,i){let u=-1;if(super(t,n),Na(this,"space",i),typeof r=="number")for(;++u<Zi.length;){const a=Zi[u];Na(this,Zi[u],(r&qe[a])===qe[a])}}}Xi.prototype.defined=!0;function Na(e,t,n){n&&(e[t]=n)}const xc={}.hasOwnProperty;function wr(e){const t={},n={};let r;for(r in e.properties)if(xc.call(e.properties,r)){const i=e.properties[r],u=new Xi(r,e.transform(e.attributes||{},r),i,e.space);e.mustUseProperty&&e.mustUseProperty.includes(r)&&(u.mustUseProperty=!0),t[r]=u,n[Xr(r)]=r,n[Xr(u.attribute)]=r}return new Zr(t,n,e.space)}const Ma=wr({space:"xlink",transform(e,t){return"xlink:"+t.slice(5).toLowerCase()},properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null}}),Oa=wr({space:"xml",transform(e,t){return"xml:"+t.slice(3).toLowerCase()},properties:{xmlLang:null,xmlBase:null,xmlSpace:null}});function Ra(e,t){return t in e?e[t]:t}function Ia(e,t){return Ra(e,t.toLowerCase())}const La=wr({space:"xmlns",attributes:{xmlnsxlink:"xmlns:xlink"},transform:Ia,properties:{xmlns:null,xmlnsXLink:null}}),za=wr({transform(e,t){return t==="role"?t:"aria-"+t.slice(4).toLowerCase()},properties:{ariaActiveDescendant:null,ariaAtomic:vt,ariaAutoComplete:null,ariaBusy:vt,ariaChecked:vt,ariaColCount:G,ariaColIndex:G,ariaColSpan:G,ariaControls:nt,ariaCurrent:null,ariaDescribedBy:nt,ariaDetails:null,ariaDisabled:vt,ariaDropEffect:nt,ariaErrorMessage:null,ariaExpanded:vt,ariaFlowTo:nt,ariaGrabbed:vt,ariaHasPopup:null,ariaHidden:vt,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:nt,ariaLevel:G,ariaLive:null,ariaModal:vt,ariaMultiLine:vt,ariaMultiSelectable:vt,ariaOrientation:null,ariaOwns:nt,ariaPlaceholder:null,ariaPosInSet:G,ariaPressed:vt,ariaReadOnly:vt,ariaRelevant:null,ariaRequired:vt,ariaRoleDescription:nt,ariaRowCount:G,ariaRowIndex:G,ariaRowSpan:G,ariaSelected:vt,ariaSetSize:G,ariaSort:null,ariaValueMax:G,ariaValueMin:G,ariaValueNow:G,ariaValueText:null,role:null}}),Fc=wr({space:"html",attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},transform:Ia,mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:Cr,acceptCharset:nt,accessKey:nt,action:null,allow:null,allowFullScreen:xe,allowPaymentRequest:xe,allowUserMedia:xe,alt:null,as:null,async:xe,autoCapitalize:null,autoComplete:nt,autoFocus:xe,autoPlay:xe,blocking:nt,capture:null,charSet:null,checked:xe,cite:null,className:nt,cols:G,colSpan:null,content:null,contentEditable:vt,controls:xe,controlsList:nt,coords:G|Cr,crossOrigin:null,data:null,dateTime:null,decoding:null,default:xe,defer:xe,dir:null,dirName:null,disabled:xe,download:Ta,draggable:vt,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:xe,formTarget:null,headers:nt,height:G,hidden:xe,high:G,href:null,hrefLang:null,htmlFor:nt,httpEquiv:nt,id:null,imageSizes:null,imageSrcSet:null,inert:xe,inputMode:null,integrity:null,is:null,isMap:xe,itemId:null,itemProp:nt,itemRef:nt,itemScope:xe,itemType:nt,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:xe,low:G,manifest:null,max:null,maxLength:G,media:null,method:null,min:null,minLength:G,multiple:xe,muted:xe,name:null,nonce:null,noModule:xe,noValidate:xe,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforeMatch:null,onBeforePrint:null,onBeforeToggle:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextLost:null,onContextMenu:null,onContextRestored:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onScrollEnd:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:xe,optimum:G,pattern:null,ping:nt,placeholder:null,playsInline:xe,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:xe,referrerPolicy:null,rel:nt,required:xe,reversed:xe,rows:G,rowSpan:G,sandbox:nt,scope:null,scoped:xe,seamless:xe,selected:xe,shadowRootClonable:xe,shadowRootDelegatesFocus:xe,shadowRootMode:null,shape:null,size:G,sizes:null,slot:null,span:G,spellCheck:vt,src:null,srcDoc:null,srcLang:null,srcSet:null,start:G,step:null,style:null,tabIndex:G,target:null,title:null,translate:null,type:null,typeMustMatch:xe,useMap:null,value:vt,width:G,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:nt,axis:null,background:null,bgColor:null,border:G,borderColor:null,bottomMargin:G,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:xe,declare:xe,event:null,face:null,frame:null,frameBorder:null,hSpace:G,leftMargin:G,link:null,longDesc:null,lowSrc:null,marginHeight:G,marginWidth:G,noResize:xe,noHref:xe,noShade:xe,noWrap:xe,object:null,profile:null,prompt:null,rev:null,rightMargin:G,rules:null,scheme:null,scrolling:vt,standby:null,summary:null,text:null,topMargin:G,valueType:null,version:null,vAlign:null,vLink:null,vSpace:G,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:xe,disableRemotePlayback:xe,prefix:null,property:null,results:G,security:null,unselectable:null}}),Bc=wr({space:"svg",attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDashArray:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeLineCap:"stroke-linecap",strokeLineJoin:"stroke-linejoin",strokeMiterLimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",transformOrigin:"transform-origin",typeOf:"typeof",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},transform:Ra,properties:{about:Vt,accentHeight:G,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:G,amplitude:G,arabicForm:null,ascent:G,attributeName:null,attributeType:null,azimuth:G,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:G,by:null,calcMode:null,capHeight:G,className:nt,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:G,diffuseConstant:G,direction:null,display:null,dur:null,divisor:G,dominantBaseline:null,download:xe,dx:null,dy:null,edgeMode:null,editable:null,elevation:G,enableBackground:null,end:null,event:null,exponent:G,externalResourcesRequired:null,fill:null,fillOpacity:G,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:Cr,g2:Cr,glyphName:Cr,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:G,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:G,horizOriginX:G,horizOriginY:G,id:null,ideographic:G,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:G,k:G,k1:G,k2:G,k3:G,k4:G,kernelMatrix:Vt,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:G,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:G,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:G,overlineThickness:G,paintOrder:null,panose1:null,path:null,pathLength:G,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:nt,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:G,pointsAtY:G,pointsAtZ:G,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:Vt,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:Vt,rev:Vt,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:Vt,requiredFeatures:Vt,requiredFonts:Vt,requiredFormats:Vt,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:G,specularExponent:G,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:G,strikethroughThickness:G,string:null,stroke:null,strokeDashArray:Vt,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:G,strokeOpacity:G,strokeWidth:null,style:null,surfaceScale:G,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:Vt,tabIndex:G,tableValues:null,target:null,targetX:G,targetY:G,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:Vt,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:G,underlineThickness:G,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:G,values:null,vAlphabetic:G,vMathematical:G,vectorEffect:null,vHanging:G,vIdeographic:G,version:null,vertAdvY:G,vertOriginX:G,vertOriginY:G,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:G,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null}}),Pa=_a([Oa,Ma,La,za,Fc],"html"),Ua=_a([Oa,Ma,La,za,Bc],"svg");function kc(e){if(e.allowedElements&&e.disallowedElements)throw new TypeError("Only one of `allowedElements` and `disallowedElements` should be defined");if(e.allowedElements||e.disallowedElements||e.allowElement)return t=>{Yr(t,"element",(n,r,i)=>{const u=i;let a;if(e.allowedElements?a=!e.allowedElements.includes(n.tagName):e.disallowedElements&&(a=e.disallowedElements.includes(n.tagName)),!a&&e.allowElement&&typeof r=="number"&&(a=!e.allowElement(n,r,u)),a&&typeof r=="number")return e.unwrapDisallowed&&n.children?u.children.splice(r,1,...n.children):u.children.splice(r,1),r})}}var Sc=ve(55678);function _c(e){const t=e&&typeof e=="object"&&e.type==="text"?e.value||"":e;return typeof t=="string"&&t.replace(/[ \t\n\f\r]/g,"")===""}const Tc=/^data[-\w.:]+$/i,Ha=/-[a-z]/g,Nc=/[A-Z]/g;function qa(e,t){const n=Xr(t);let r=t,i=Qt;if(n in e.normal)return e.property[e.normal[n]];if(n.length>4&&n.slice(0,4)==="data"&&Tc.test(t)){if(t.charAt(4)==="-"){const u=t.slice(5).replace(Ha,Oc);r="data"+u.charAt(0).toUpperCase()+u.slice(1)}else{const u=t.slice(4);if(!Ha.test(u)){let a=u.replace(Nc,Mc);a.charAt(0)!=="-"&&(a="-"+a),t="data"+a}}i=Xi}return new i(r,t)}function Mc(e){return"-"+e.toLowerCase()}function Oc(e){return e.charAt(1).toUpperCase()}const Ga={classId:"classID",dataType:"datatype",itemId:"itemID",strokeDashArray:"strokeDasharray",strokeDashOffset:"strokeDashoffset",strokeLineCap:"strokeLinecap",strokeLineJoin:"strokeLinejoin",strokeMiterLimit:"strokeMiterlimit",typeOf:"typeof",xLinkActuate:"xlinkActuate",xLinkArcRole:"xlinkArcrole",xLinkHref:"xlinkHref",xLinkRole:"xlinkRole",xLinkShow:"xlinkShow",xLinkTitle:"xlinkTitle",xLinkType:"xlinkType",xmlnsXLink:"xmlnsXlink"};function $a(e){const t=String(e||"").trim();return t?t.split(/[ \t\n\r\f]+/g):[]}function Rc(e){return e.join(" ").trim()}function Ka(e){const t=[],n=String(e||"");let r=n.indexOf(","),i=0,u=!1;for(;!u;){r===-1&&(r=n.length,u=!0);const a=n.slice(i,r).trim();(a||!u)&&t.push(a),i=r+1,r=n.indexOf(",",i)}return t}function Ic(e,t){const n=t||{};return(e[e.length-1]===""?[...e,""]:e).join((n.padRight?" ":"")+","+(n.padLeft===!1?"":" ")).trim()}var Lc=ve(49686);const zc=Lc,Va=["http","https","mailto","tel"];function Pc(e){const t=(e||"").trim(),n=t.charAt(0);if(n==="#"||n==="/")return t;const r=t.indexOf(":");if(r===-1)return t;let i=-1;for(;++i<Va.length;){const u=Va[i];if(r===u.length&&t.slice(0,u.length).toLowerCase()===u)return t}return i=t.indexOf("?"),i!==-1&&r>i||(i=t.indexOf("#"),i!==-1&&r>i)?t:"javascript:void(0)"}const Qi={}.hasOwnProperty,Uc=new Set(["table","thead","tbody","tfoot","tr"]);function Wa(e,t){const n=[];let r=-1,i;for(;++r<t.children.length;)i=t.children[r],i.type==="element"?n.push(Hc(e,i,r,t)):i.type==="text"?(t.type!=="element"||!Uc.has(t.tagName)||!_c(i))&&n.push(i.value):i.type==="raw"&&!e.options.skipHtml&&n.push(i.value);return n}function Hc(e,t,n,r){const i=e.options,u=i.transformLinkUri===void 0?Pc:i.transformLinkUri,a=e.schema,l=t.tagName,s={};let o=a,d;if(a.space==="html"&&l==="svg"&&(o=Ua,e.schema=o),t.properties)for(d in t.properties)Qi.call(t.properties,d)&&Gc(s,d,t.properties[d],e);(l==="ol"||l==="ul")&&e.listDepth++;const h=Wa(e,t);(l==="ol"||l==="ul")&&e.listDepth--,e.schema=a;const p=t.position||{start:{line:null,column:null,offset:null},end:{line:null,column:null,offset:null}},f=i.components&&Qi.call(i.components,l)?i.components[l]:l,E=typeof f=="string"||f===Ue.Fragment;if(!Sc.isValidElementType(f))throw new TypeError("Component for name `"+l+"` not defined or is not renderable");if(s.key=n,l==="a"&&i.linkTarget&&(s.target=typeof i.linkTarget=="function"?i.linkTarget(String(s.href||""),t.children,typeof s.title=="string"?s.title:null):i.linkTarget),l==="a"&&u&&(s.href=u(String(s.href||""),t.children,typeof s.title=="string"?s.title:null)),!E&&l==="code"&&r.type==="element"&&r.tagName!=="pre"&&(s.inline=!0),!E&&(l==="h1"||l==="h2"||l==="h3"||l==="h4"||l==="h5"||l==="h6")&&(s.level=Number.parseInt(l.charAt(1),10)),l==="img"&&i.transformImageUri&&(s.src=i.transformImageUri(String(s.src||""),String(s.alt||""),typeof s.title=="string"?s.title:null)),!E&&l==="li"&&r.type==="element"){const A=qc(t);s.checked=A&&A.properties?!!A.properties.checked:null,s.index=ji(r,t),s.ordered=r.tagName==="ol"}return!E&&(l==="ol"||l==="ul")&&(s.ordered=l==="ol",s.depth=e.listDepth),(l==="td"||l==="th")&&(s.align&&(s.style||(s.style={}),s.style.textAlign=s.align,delete s.align),E||(s.isHeader=l==="th")),!E&&l==="tr"&&r.type==="element"&&(s.isHeader=r.tagName==="thead"),i.sourcePos&&(s["data-sourcepos"]=Vc(p)),!E&&i.rawSourcePos&&(s.sourcePosition=t.position),!E&&i.includeElementIndex&&(s.index=ji(r,t),s.siblingCount=ji(r)),E||(s.node=t),h.length>0?Ue.createElement(f,s,h):Ue.createElement(f,s)}function qc(e){let t=-1;for(;++t<e.children.length;){const n=e.children[t];if(n.type==="element"&&n.tagName==="input")return n}return null}function ji(e,t){let n=-1,r=0;for(;++n<e.children.length&&e.children[n]!==t;)e.children[n].type==="element"&&r++;return r}function Gc(e,t,n,r){const i=qa(r.schema,t);let u=n;u==null||u!==u||(Array.isArray(u)&&(u=i.commaSeparated?Ic(u):Rc(u)),i.property==="style"&&typeof u=="string"&&(u=$c(u)),i.space&&i.property?e[Qi.call(Ga,i.property)?Ga[i.property]:i.property]=u:i.attribute&&(e[i.attribute]=u))}function $c(e){const t={};try{zc(e,n)}catch(r){}return t;function n(r,i){const u=r.slice(0,4)==="-ms-"?"ms-"+r.slice(4):r;t[u.replace(/-([a-z])/g,Kc)]=i}}function Kc(e,t){return t.toUpperCase()}function Vc(e){return[e.start.line,":",e.start.column,"-",e.end.line,":",e.end.column].map(String).join("")}const Ya={}.hasOwnProperty,Wc="https://github.com/remarkjs/react-markdown/blob/main/changelog.md",O0={plugins:{to:"remarkPlugins",id:"change-plugins-to-remarkplugins"},renderers:{to:"components",id:"change-renderers-to-components"},astPlugins:{id:"remove-buggy-html-in-markdown-parser"},allowDangerousHtml:{id:"remove-buggy-html-in-markdown-parser"},escapeHtml:{id:"remove-buggy-html-in-markdown-parser"},source:{to:"children",id:"change-source-to-children"},allowNode:{to:"allowElement",id:"replace-allownode-allowedtypes-and-disallowedtypes"},allowedTypes:{to:"allowedElements",id:"replace-allownode-allowedtypes-and-disallowedtypes"},disallowedTypes:{to:"disallowedElements",id:"replace-allownode-allowedtypes-and-disallowedtypes"},includeNodeIndex:{to:"includeElementIndex",id:"change-includenodeindex-to-includeelementindex"}};function Za(e){for(const u in O0)if(Ya.call(O0,u)&&Ya.call(e,u)){const a=O0[u];console.warn("[react-markdown] Warning: please "+(a.to?"use `"+a.to+"` instead of":"remove")+" `"+u+"` (see <"+Wc+"#"+a.id+"> for more info)"),delete O0[u]}const t=pi().use(N1).use(e.remarkPlugins||[]).use(vc,{...e.remarkRehypeOptions,allowDangerousHtml:!0}).use(e.rehypePlugins||[]).use(kc,e),n=new Pn;typeof e.children=="string"?n.value=e.children:e.children!==void 0&&e.children!==null&&console.warn("[react-markdown] Warning: please pass a string as `children` (not: `"+e.children+"`)");const r=t.runSync(t.parse(n),n);if(r.type!=="root")throw new TypeError("Expected a `root` node");let i=Ue.createElement(Ue.Fragment,{},Wa({options:e,schema:Pa,listDepth:0},r));return e.className&&(i=Ue.createElement("div",{className:e.className},i)),i}Za.propTypes={children:Ce.string,className:Ce.string,allowElement:Ce.func,allowedElements:Ce.arrayOf(Ce.string),disallowedElements:Ce.arrayOf(Ce.string),unwrapDisallowed:Ce.bool,remarkPlugins:Ce.arrayOf(Ce.oneOfType([Ce.object,Ce.func,Ce.arrayOf(Ce.oneOfType([Ce.bool,Ce.string,Ce.object,Ce.func,Ce.arrayOf(Ce.any)]))])),rehypePlugins:Ce.arrayOf(Ce.oneOfType([Ce.object,Ce.func,Ce.arrayOf(Ce.oneOfType([Ce.bool,Ce.string,Ce.object,Ce.func,Ce.arrayOf(Ce.any)]))])),sourcePos:Ce.bool,rawSourcePos:Ce.bool,skipHtml:Ce.bool,includeElementIndex:Ce.bool,transformLinkUri:Ce.oneOfType([Ce.func,Ce.bool]),linkTarget:Ce.oneOfType([Ce.func,Ce.string]),transformImageUri:Ce.func,components:Ce.object};function Yc(e){const t=e.regex,n=e.COMMENT("//","$",{contains:[{begin:/\\\n/}]}),r="decltype\\(auto\\)",i="[a-zA-Z_]\\w*::",a="(?!struct)("+r+"|"+t.optional(i)+"[a-zA-Z_]\\w*"+t.optional("<[^<>]+>")+")",l={className:"type",begin:"\\b[a-z\\d_]*_t\\b"},o={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:"(u8?|U|L)?'("+"\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)"+"|.)",end:"'",illegal:"."},e.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},d={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)((ll|LL|l|L)(u|U)?|(u|U)(ll|LL|l|L)?|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},h={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{keyword:"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},e.inherit(o,{className:"string"}),{className:"string",begin:/<.*?>/},n,e.C_BLOCK_COMMENT_MODE]},p={className:"title",begin:t.optional(i)+e.IDENT_RE,relevance:0},f=t.optional(i)+e.IDENT_RE+"\\s*\\(",E=["alignas","alignof","and","and_eq","asm","atomic_cancel","atomic_commit","atomic_noexcept","auto","bitand","bitor","break","case","catch","class","co_await","co_return","co_yield","compl","concept","const_cast|10","consteval","constexpr","constinit","continue","decltype","default","delete","do","dynamic_cast|10","else","enum","explicit","export","extern","false","final","for","friend","goto","if","import","inline","module","mutable","namespace","new","noexcept","not","not_eq","nullptr","operator","or","or_eq","override","private","protected","public","reflexpr","register","reinterpret_cast|10","requires","return","sizeof","static_assert","static_cast|10","struct","switch","synchronized","template","this","thread_local","throw","transaction_safe","transaction_safe_dynamic","true","try","typedef","typeid","typename","union","using","virtual","volatile","while","xor","xor_eq"],A=["bool","char","char16_t","char32_t","char8_t","double","float","int","long","short","void","wchar_t","unsigned","signed","const","static"],y=["any","auto_ptr","barrier","binary_semaphore","bitset","complex","condition_variable","condition_variable_any","counting_semaphore","deque","false_type","future","imaginary","initializer_list","istringstream","jthread","latch","lock_guard","multimap","multiset","mutex","optional","ostringstream","packaged_task","pair","promise","priority_queue","queue","recursive_mutex","recursive_timed_mutex","scoped_lock","set","shared_future","shared_lock","shared_mutex","shared_timed_mutex","shared_ptr","stack","string_view","stringstream","timed_mutex","thread","true_type","tuple","unique_lock","unique_ptr","unordered_map","unordered_multimap","unordered_multiset","unordered_set","variant","vector","weak_ptr","wstring","wstring_view"],D=["abort","abs","acos","apply","as_const","asin","atan","atan2","calloc","ceil","cerr","cin","clog","cos","cosh","cout","declval","endl","exchange","exit","exp","fabs","floor","fmod","forward","fprintf","fputs","free","frexp","fscanf","future","invoke","isalnum","isalpha","iscntrl","isdigit","isgraph","islower","isprint","ispunct","isspace","isupper","isxdigit","labs","launder","ldexp","log","log10","make_pair","make_shared","make_shared_for_overwrite","make_tuple","make_unique","malloc","memchr","memcmp","memcpy","memset","modf","move","pow","printf","putchar","puts","realloc","scanf","sin","sinh","snprintf","sprintf","sqrt","sscanf","std","stderr","stdin","stdout","strcat","strchr","strcmp","strcpy","strcspn","strlen","strncat","strncmp","strncpy","strpbrk","strrchr","strspn","strstr","swap","tan","tanh","terminate","to_underlying","tolower","toupper","vfprintf","visit","vprintf","vsprintf"],O={type:A,keyword:E,literal:["NULL","false","nullopt","nullptr","true"],built_in:["_Pragma"],_type_hints:y},I={className:"function.dispatch",relevance:0,keywords:{_hint:D},begin:t.concat(/\b/,/(?!decltype)/,/(?!if)/,/(?!for)/,/(?!switch)/,/(?!while)/,e.IDENT_RE,t.lookahead(/(<[^<>]+>|)\s*\(/))},S=[I,h,l,n,e.C_BLOCK_COMMENT_MODE,d,o],L={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:O,contains:S.concat([{begin:/\(/,end:/\)/,keywords:O,contains:S.concat(["self"]),relevance:0}]),relevance:0},z={className:"function",begin:"("+a+"[\\*&\\s]+)+"+f,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:O,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:r,keywords:O,relevance:0},{begin:f,returnBegin:!0,contains:[p],relevance:0},{begin:/::/,relevance:0},{begin:/:/,endsWithParent:!0,contains:[o,d]},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:O,relevance:0,contains:[n,e.C_BLOCK_COMMENT_MODE,o,d,l,{begin:/\(/,end:/\)/,keywords:O,relevance:0,contains:["self",n,e.C_BLOCK_COMMENT_MODE,o,d,l]}]},l,n,e.C_BLOCK_COMMENT_MODE,h]};return{name:"C++",aliases:["cc","c++","h++","hpp","hh","hxx","cxx"],keywords:O,illegal:"</",classNameAliases:{"function.dispatch":"built_in"},contains:[].concat(L,z,I,S,[h,{begin:"\\b(deque|list|queue|priority_queue|pair|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array|tuple|optional|variant|function)\\s*<(?!<)",end:">",keywords:O,contains:["self",l]},{begin:e.IDENT_RE+"::",keywords:O},{match:[/\b(?:enum(?:\s+(?:class|struct))?|class|struct|union)/,/\s+/,/\w+/],className:{1:"keyword",3:"title.class"}}])}}function Zc(e){const t={type:["boolean","byte","word","String"],built_in:["KeyboardController","MouseController","SoftwareSerial","EthernetServer","EthernetClient","LiquidCrystal","RobotControl","GSMVoiceCall","EthernetUDP","EsploraTFT","HttpClient","RobotMotor","WiFiClient","GSMScanner","FileSystem","Scheduler","GSMServer","YunClient","YunServer","IPAddress","GSMClient","GSMModem","Keyboard","Ethernet","Console","GSMBand","Esplora","Stepper","Process","WiFiUDP","GSM_SMS","Mailbox","USBHost","Firmata","PImage","Client","Server","GSMPIN","FileIO","Bridge","Serial","EEPROM","Stream","Mouse","Audio","Servo","File","Task","GPRS","WiFi","Wire","TFT","GSM","SPI","SD"],_hints:["setup","loop","runShellCommandAsynchronously","analogWriteResolution","retrieveCallingNumber","printFirmwareVersion","analogReadResolution","sendDigitalPortPair","noListenOnLocalhost","readJoystickButton","setFirmwareVersion","readJoystickSwitch","scrollDisplayRight","getVoiceCallStatus","scrollDisplayLeft","writeMicroseconds","delayMicroseconds","beginTransmission","getSignalStrength","runAsynchronously","getAsynchronously","listenOnLocalhost","getCurrentCarrier","readAccelerometer","messageAvailable","sendDigitalPorts","lineFollowConfig","countryNameWrite","runShellCommand","readStringUntil","rewindDirectory","readTemperature","setClockDivider","readLightSensor","endTransmission","analogReference","detachInterrupt","countryNameRead","attachInterrupt","encryptionType","readBytesUntil","robotNameWrite","readMicrophone","robotNameRead","cityNameWrite","userNameWrite","readJoystickY","readJoystickX","mouseReleased","openNextFile","scanNetworks","noInterrupts","digitalWrite","beginSpeaker","mousePressed","isActionDone","mouseDragged","displayLogos","noAutoscroll","addParameter","remoteNumber","getModifiers","keyboardRead","userNameRead","waitContinue","processInput","parseCommand","printVersion","readNetworks","writeMessage","blinkVersion","cityNameRead","readMessage","setDataMode","parsePacket","isListening","setBitOrder","beginPacket","isDirectory","motorsWrite","drawCompass","digitalRead","clearScreen","serialEvent","rightToLeft","setTextSize","leftToRight","requestFrom","keyReleased","compassRead","analogWrite","interrupts","WiFiServer","disconnect","playMelody","parseFloat","autoscroll","getPINUsed","setPINUsed","setTimeout","sendAnalog","readSlider","analogRead","beginWrite","createChar","motorsStop","keyPressed","tempoWrite","readButton","subnetMask","debugPrint","macAddress","writeGreen","randomSeed","attachGPRS","readString","sendString","remotePort","releaseAll","mouseMoved","background","getXChange","getYChange","answerCall","getResult","voiceCall","endPacket","constrain","getSocket","writeJSON","getButton","available","connected","findUntil","readBytes","exitValue","readGreen","writeBlue","startLoop","IPAddress","isPressed","sendSysex","pauseMode","gatewayIP","setCursor","getOemKey","tuneWrite","noDisplay","loadImage","switchPIN","onRequest","onReceive","changePIN","playFile","noBuffer","parseInt","overflow","checkPIN","knobRead","beginTFT","bitClear","updateIR","bitWrite","position","writeRGB","highByte","writeRed","setSpeed","readBlue","noStroke","remoteIP","transfer","shutdown","hangCall","beginSMS","endWrite","attached","maintain","noCursor","checkReg","checkPUK","shiftOut","isValid","shiftIn","pulseIn","connect","println","localIP","pinMode","getIMEI","display","noBlink","process","getBand","running","beginSD","drawBMP","lowByte","setBand","release","bitRead","prepare","pointTo","readRed","setMode","noFill","remove","listen","stroke","detach","attach","noTone","exists","buffer","height","bitSet","circle","config","cursor","random","IRread","setDNS","endSMS","getKey","micros","millis","begin","print","write","ready","flush","width","isPIN","blink","clear","press","mkdir","rmdir","close","point","yield","image","BSSID","click","delay","read","text","move","peek","beep","rect","line","open","seek","fill","size","turn","stop","home","find","step","tone","sqrt","RSSI","SSID","end","bit","tan","cos","sin","pow","map","abs","max","min","get","run","put"],literal:["DIGITAL_MESSAGE","FIRMATA_STRING","ANALOG_MESSAGE","REPORT_DIGITAL","REPORT_ANALOG","INPUT_PULLUP","SET_PIN_MODE","INTERNAL2V56","SYSTEM_RESET","LED_BUILTIN","INTERNAL1V1","SYSEX_START","INTERNAL","EXTERNAL","DEFAULT","OUTPUT","INPUT","HIGH","LOW"]},n=Yc(e),r=n.keywords;return r.type=[...r.type,...t.type],r.literal=[...r.literal,...t.literal],r.built_in=[...r.built_in,...t.built_in],r._hints=t._hints,n.name="Arduino",n.aliases=["ino"],n.supersetOf="cpp",n}function Xc(e){const t=e.regex,n={},r={begin:/\$\{/,end:/\}/,contains:["self",{begin:/:-/,contains:[n]}]};Object.assign(n,{className:"variable",variants:[{begin:t.concat(/\$[\w\d#@][\w\d_]*/,"(?![\\w\\d])(?![$])")},r]});const i={className:"subst",begin:/\$\(/,end:/\)/,contains:[e.BACKSLASH_ESCAPE]},u={begin:/<<-?\s*(?=\w+)/,starts:{contains:[e.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,className:"string"})]}},a={className:"string",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,n,i]};i.contains.push(a);const l={className:"",begin:/\\"/},s={className:"string",begin:/'/,end:/'/},o={begin:/\$?\(\(/,end:/\)\)/,contains:[{begin:/\d+#[0-9a-f]+/,className:"number"},e.NUMBER_MODE,n]},d=["fish","bash","zsh","sh","csh","ksh","tcsh","dash","scsh"],h=e.SHEBANG({binary:"("+d.join("|")+")",relevance:10}),p={className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0},f=["if","then","else","elif","fi","for","while","until","in","do","done","case","esac","function","select"],E=["true","false"],A={match:/(\/[a-z._-]+)+/},y=["break","cd","continue","eval","exec","exit","export","getopts","hash","pwd","readonly","return","shift","test","times","trap","umask","unset"],D=["alias","bind","builtin","caller","command","declare","echo","enable","help","let","local","logout","mapfile","printf","read","readarray","source","type","typeset","ulimit","unalias"],k=["autoload","bg","bindkey","bye","cap","chdir","clone","comparguments","compcall","compctl","compdescribe","compfiles","compgroups","compquote","comptags","comptry","compvalues","dirs","disable","disown","echotc","echoti","emulate","fc","fg","float","functions","getcap","getln","history","integer","jobs","kill","limit","log","noglob","popd","print","pushd","pushln","rehash","sched","setcap","setopt","stat","suspend","ttyctl","unfunction","unhash","unlimit","unsetopt","vared","wait","whence","where","which","zcompile","zformat","zftp","zle","zmodload","zparseopts","zprof","zpty","zregexparse","zsocket","zstyle","ztcp"],_=["chcon","chgrp","chown","chmod","cp","dd","df","dir","dircolors","ln","ls","mkdir","mkfifo","mknod","mktemp","mv","realpath","rm","rmdir","shred","sync","touch","truncate","vdir","b2sum","base32","base64","cat","cksum","comm","csplit","cut","expand","fmt","fold","head","join","md5sum","nl","numfmt","od","paste","ptx","pr","sha1sum","sha224sum","sha256sum","sha384sum","sha512sum","shuf","sort","split","sum","tac","tail","tr","tsort","unexpand","uniq","wc","arch","basename","chroot","date","dirname","du","echo","env","expr","factor","groups","hostid","id","link","logname","nice","nohup","nproc","pathchk","pinky","printenv","printf","pwd","readlink","runcon","seq","sleep","stat","stdbuf","stty","tee","test","timeout","tty","uname","unlink","uptime","users","who","whoami","yes"];return{name:"Bash",aliases:["sh"],keywords:{$pattern:/\b[a-z][a-z0-9._-]+\b/,keyword:f,literal:E,built_in:[...y,...D,"set","shopt",...k,..._]},contains:[h,e.SHEBANG(),p,o,e.HASH_COMMENT_MODE,u,A,a,l,s,n]}}function Qc(e){const t=e.regex,n=e.COMMENT("//","$",{contains:[{begin:/\\\n/}]}),r="decltype\\(auto\\)",i="[a-zA-Z_]\\w*::",a="("+r+"|"+t.optional(i)+"[a-zA-Z_]\\w*"+t.optional("<[^<>]+>")+")",l={className:"type",variants:[{begin:"\\b[a-z\\d_]*_t\\b"},{match:/\batomic_[a-z]{3,6}\b/}]},o={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:"(u8?|U|L)?'("+"\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)"+"|.)",end:"'",illegal:"."},e.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},d={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)((ll|LL|l|L)(u|U)?|(u|U)(ll|LL|l|L)?|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},h={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{keyword:"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},e.inherit(o,{className:"string"}),{className:"string",begin:/<.*?>/},n,e.C_BLOCK_COMMENT_MODE]},p={className:"title",begin:t.optional(i)+e.IDENT_RE,relevance:0},f=t.optional(i)+e.IDENT_RE+"\\s*\\(",y={keyword:["asm","auto","break","case","continue","default","do","else","enum","extern","for","fortran","goto","if","inline","register","restrict","return","sizeof","struct","switch","typedef","union","volatile","while","_Alignas","_Alignof","_Atomic","_Generic","_Noreturn","_Static_assert","_Thread_local","alignas","alignof","noreturn","static_assert","thread_local","_Pragma"],type:["float","double","signed","unsigned","int","short","long","char","void","_Bool","_Complex","_Imaginary","_Decimal32","_Decimal64","_Decimal128","const","static","complex","bool","imaginary"],literal:"true false NULL",built_in:"std string wstring cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set pair bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap priority_queue make_pair array shared_ptr abort terminate abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf future isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr"},D=[h,l,n,e.C_BLOCK_COMMENT_MODE,d,o],k={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:y,contains:D.concat([{begin:/\(/,end:/\)/,keywords:y,contains:D.concat(["self"]),relevance:0}]),relevance:0},_={begin:"("+a+"[\\*&\\s]+)+"+f,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:y,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:r,keywords:y,relevance:0},{begin:f,returnBegin:!0,contains:[e.inherit(p,{className:"title.function"})],relevance:0},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:y,relevance:0,contains:[n,e.C_BLOCK_COMMENT_MODE,o,d,l,{begin:/\(/,end:/\)/,keywords:y,relevance:0,contains:["self",n,e.C_BLOCK_COMMENT_MODE,o,d,l]}]},l,n,e.C_BLOCK_COMMENT_MODE,h]};return{name:"C",aliases:["h"],keywords:y,disableAutodetect:!0,illegal:"</",contains:[].concat(k,_,D,[h,{begin:e.IDENT_RE+"::",keywords:y},{className:"class",beginKeywords:"enum class struct union",end:/[{;:<>=]/,contains:[{beginKeywords:"final class struct"},e.TITLE_MODE]}]),exports:{preprocessor:h,strings:o,keywords:y}}}function jc(e){const t=e.regex,n=e.COMMENT("//","$",{contains:[{begin:/\\\n/}]}),r="decltype\\(auto\\)",i="[a-zA-Z_]\\w*::",a="(?!struct)("+r+"|"+t.optional(i)+"[a-zA-Z_]\\w*"+t.optional("<[^<>]+>")+")",l={className:"type",begin:"\\b[a-z\\d_]*_t\\b"},o={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:"(u8?|U|L)?'("+"\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)"+"|.)",end:"'",illegal:"."},e.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},d={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)((ll|LL|l|L)(u|U)?|(u|U)(ll|LL|l|L)?|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},h={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{keyword:"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},e.inherit(o,{className:"string"}),{className:"string",begin:/<.*?>/},n,e.C_BLOCK_COMMENT_MODE]},p={className:"title",begin:t.optional(i)+e.IDENT_RE,relevance:0},f=t.optional(i)+e.IDENT_RE+"\\s*\\(",E=["alignas","alignof","and","and_eq","asm","atomic_cancel","atomic_commit","atomic_noexcept","auto","bitand","bitor","break","case","catch","class","co_await","co_return","co_yield","compl","concept","const_cast|10","consteval","constexpr","constinit","continue","decltype","default","delete","do","dynamic_cast|10","else","enum","explicit","export","extern","false","final","for","friend","goto","if","import","inline","module","mutable","namespace","new","noexcept","not","not_eq","nullptr","operator","or","or_eq","override","private","protected","public","reflexpr","register","reinterpret_cast|10","requires","return","sizeof","static_assert","static_cast|10","struct","switch","synchronized","template","this","thread_local","throw","transaction_safe","transaction_safe_dynamic","true","try","typedef","typeid","typename","union","using","virtual","volatile","while","xor","xor_eq"],A=["bool","char","char16_t","char32_t","char8_t","double","float","int","long","short","void","wchar_t","unsigned","signed","const","static"],y=["any","auto_ptr","barrier","binary_semaphore","bitset","complex","condition_variable","condition_variable_any","counting_semaphore","deque","false_type","future","imaginary","initializer_list","istringstream","jthread","latch","lock_guard","multimap","multiset","mutex","optional","ostringstream","packaged_task","pair","promise","priority_queue","queue","recursive_mutex","recursive_timed_mutex","scoped_lock","set","shared_future","shared_lock","shared_mutex","shared_timed_mutex","shared_ptr","stack","string_view","stringstream","timed_mutex","thread","true_type","tuple","unique_lock","unique_ptr","unordered_map","unordered_multimap","unordered_multiset","unordered_set","variant","vector","weak_ptr","wstring","wstring_view"],D=["abort","abs","acos","apply","as_const","asin","atan","atan2","calloc","ceil","cerr","cin","clog","cos","cosh","cout","declval","endl","exchange","exit","exp","fabs","floor","fmod","forward","fprintf","fputs","free","frexp","fscanf","future","invoke","isalnum","isalpha","iscntrl","isdigit","isgraph","islower","isprint","ispunct","isspace","isupper","isxdigit","labs","launder","ldexp","log","log10","make_pair","make_shared","make_shared_for_overwrite","make_tuple","make_unique","malloc","memchr","memcmp","memcpy","memset","modf","move","pow","printf","putchar","puts","realloc","scanf","sin","sinh","snprintf","sprintf","sqrt","sscanf","std","stderr","stdin","stdout","strcat","strchr","strcmp","strcpy","strcspn","strlen","strncat","strncmp","strncpy","strpbrk","strrchr","strspn","strstr","swap","tan","tanh","terminate","to_underlying","tolower","toupper","vfprintf","visit","vprintf","vsprintf"],O={type:A,keyword:E,literal:["NULL","false","nullopt","nullptr","true"],built_in:["_Pragma"],_type_hints:y},I={className:"function.dispatch",relevance:0,keywords:{_hint:D},begin:t.concat(/\b/,/(?!decltype)/,/(?!if)/,/(?!for)/,/(?!switch)/,/(?!while)/,e.IDENT_RE,t.lookahead(/(<[^<>]+>|)\s*\(/))},S=[I,h,l,n,e.C_BLOCK_COMMENT_MODE,d,o],L={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:O,contains:S.concat([{begin:/\(/,end:/\)/,keywords:O,contains:S.concat(["self"]),relevance:0}]),relevance:0},z={className:"function",begin:"("+a+"[\\*&\\s]+)+"+f,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:O,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:r,keywords:O,relevance:0},{begin:f,returnBegin:!0,contains:[p],relevance:0},{begin:/::/,relevance:0},{begin:/:/,endsWithParent:!0,contains:[o,d]},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:O,relevance:0,contains:[n,e.C_BLOCK_COMMENT_MODE,o,d,l,{begin:/\(/,end:/\)/,keywords:O,relevance:0,contains:["self",n,e.C_BLOCK_COMMENT_MODE,o,d,l]}]},l,n,e.C_BLOCK_COMMENT_MODE,h]};return{name:"C++",aliases:["cc","c++","h++","hpp","hh","hxx","cxx"],keywords:O,illegal:"</",classNameAliases:{"function.dispatch":"built_in"},contains:[].concat(L,z,I,S,[h,{begin:"\\b(deque|list|queue|priority_queue|pair|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array|tuple|optional|variant|function)\\s*<(?!<)",end:">",keywords:O,contains:["self",l]},{begin:e.IDENT_RE+"::",keywords:O},{match:[/\b(?:enum(?:\s+(?:class|struct))?|class|struct|union)/,/\s+/,/\w+/],className:{1:"keyword",3:"title.class"}}])}}function Jc(e){const t=["bool","byte","char","decimal","delegate","double","dynamic","enum","float","int","long","nint","nuint","object","sbyte","short","string","ulong","uint","ushort"],n=["public","private","protected","static","internal","protected","abstract","async","extern","override","unsafe","virtual","new","sealed","partial"],r=["default","false","null","true"],i=["abstract","as","base","break","case","catch","class","const","continue","do","else","event","explicit","extern","finally","fixed","for","foreach","goto","if","implicit","in","interface","internal","is","lock","namespace","new","operator","out","override","params","private","protected","public","readonly","record","ref","return","scoped","sealed","sizeof","stackalloc","static","struct","switch","this","throw","try","typeof","unchecked","unsafe","using","virtual","void","volatile","while"],u=["add","alias","and","ascending","async","await","by","descending","equals","from","get","global","group","init","into","join","let","nameof","not","notnull","on","or","orderby","partial","remove","select","set","unmanaged","value|0","var","when","where","with","yield"],a={keyword:i.concat(u),built_in:t,literal:r},l=e.inherit(e.TITLE_MODE,{begin:"[a-zA-Z](\\.?\\w)*"}),s={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},o={className:"string",begin:'@"',end:'"',contains:[{begin:'""'}]},d=e.inherit(o,{illegal:/\n/}),h={className:"subst",begin:/\{/,end:/\}/,keywords:a},p=e.inherit(h,{illegal:/\n/}),f={className:"string",begin:/\$"/,end:'"',illegal:/\n/,contains:[{begin:/\{\{/},{begin:/\}\}/},e.BACKSLASH_ESCAPE,p]},E={className:"string",begin:/\$@"/,end:'"',contains:[{begin:/\{\{/},{begin:/\}\}/},{begin:'""'},h]},A=e.inherit(E,{illegal:/\n/,contains:[{begin:/\{\{/},{begin:/\}\}/},{begin:'""'},p]});h.contains=[E,f,o,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,s,e.C_BLOCK_COMMENT_MODE],p.contains=[A,f,d,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,s,e.inherit(e.C_BLOCK_COMMENT_MODE,{illegal:/\n/})];const y={variants:[E,f,o,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},D={begin:"<",end:">",contains:[{beginKeywords:"in out"},l]},k=e.IDENT_RE+"(<"+e.IDENT_RE+"(\\s*,\\s*"+e.IDENT_RE+")*>)?(\\[\\])?",_={begin:"@"+e.IDENT_RE,relevance:0};return{name:"C#",aliases:["cs","c#"],keywords:a,illegal:/::/,contains:[e.COMMENT("///","$",{returnBegin:!0,contains:[{className:"doctag",variants:[{begin:"///",relevance:0},{begin:"<!--|-->"},{begin:"</?",end:">"}]}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"meta",begin:"#",end:"$",keywords:{keyword:"if else elif endif define undef warning error line region endregion pragma checksum"}},y,s,{beginKeywords:"class interface",relevance:0,end:/[{;=]/,illegal:/[^\s:,]/,contains:[{beginKeywords:"where class"},l,D,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{beginKeywords:"namespace",relevance:0,end:/[{;=]/,illegal:/[^\s:]/,contains:[l,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{beginKeywords:"record",relevance:0,end:/[{;=]/,illegal:/[^\s:]/,contains:[l,D,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"meta",begin:"^\\s*\\[(?=[\\w])",excludeBegin:!0,end:"\\]",excludeEnd:!0,contains:[{className:"string",begin:/"/,end:/"/}]},{beginKeywords:"new return throw await else",relevance:0},{className:"function",begin:"("+k+"\\s+)+"+e.IDENT_RE+"\\s*(<[^=]+>\\s*)?\\(",returnBegin:!0,end:/\s*[{;=]/,excludeEnd:!0,keywords:a,contains:[{beginKeywords:n.join(" "),relevance:0},{begin:e.IDENT_RE+"\\s*(<[^=]+>\\s*)?\\(",returnBegin:!0,contains:[e.TITLE_MODE,D],relevance:0},{match:/\(\)/},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:a,relevance:0,contains:[y,s,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},_]}}const ed=e=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:e.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:"number",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/},FUNCTION_DISPATCH:{className:"built_in",begin:/[\w-]+(?=\()/},ATTRIBUTE_SELECTOR_MODE:{scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:e.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},CSS_VARIABLE:{className:"attr",begin:/--[A-Za-z][A-Za-z0-9_-]*/}}),td=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","p","q","quote","samp","section","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],nd=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"],rd=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"],id=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"],ud=["align-content","align-items","align-self","all","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","block-size","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","caret-color","clear","clip","clip-path","clip-rule","color","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","contain","content","content-visibility","counter-increment","counter-reset","cue","cue-after","cue-before","cursor","direction","display","empty-cells","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flow","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-smoothing","font-stretch","font-style","font-synthesis","font-variant","font-variant-caps","font-variant-east-asian","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","gap","glyph-orientation-vertical","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-gap","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inline-size","isolation","justify-content","left","letter-spacing","line-break","line-height","list-style","list-style-image","list-style-position","list-style-type","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","marks","mask","mask-border","mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","max-block-size","max-height","max-inline-size","max-width","min-block-size","min-height","min-inline-size","min-width","mix-blend-mode","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-y","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","pause","pause-after","pause-before","perspective","perspective-origin","pointer-events","position","quotes","resize","rest","rest-after","rest-before","right","row-gap","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","speak","speak-as","src","tab-size","table-layout","text-align","text-align-all","text-align-last","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-style","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-indent","text-justify","text-orientation","text-overflow","text-rendering","text-shadow","text-transform","text-underline-position","top","transform","transform-box","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","unicode-bidi","vertical-align","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","z-index"].reverse();function ad(e){const t=e.regex,n=ed(e),r={begin:/-(webkit|moz|ms|o)-(?=[a-z])/},i="and or not only",u=/@-?\w[\w]*(-\w+)*/,a="[a-zA-Z-][a-zA-Z0-9_-]*",l=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE];return{name:"CSS",case_insensitive:!0,illegal:/[=|'\$]/,keywords:{keyframePosition:"from to"},classNameAliases:{keyframePosition:"selector-tag"},contains:[n.BLOCK_COMMENT,r,n.CSS_NUMBER_MODE,{className:"selector-id",begin:/#[A-Za-z0-9_-]+/,relevance:0},{className:"selector-class",begin:"\\."+a,relevance:0},n.ATTRIBUTE_SELECTOR_MODE,{className:"selector-pseudo",variants:[{begin:":("+rd.join("|")+")"},{begin:":(:)?("+id.join("|")+")"}]},n.CSS_VARIABLE,{className:"attribute",begin:"\\b("+ud.join("|")+")\\b"},{begin:/:/,end:/[;}{]/,contains:[n.BLOCK_COMMENT,n.HEXCOLOR,n.IMPORTANT,n.CSS_NUMBER_MODE,...l,{begin:/(url|data-uri)\(/,end:/\)/,relevance:0,keywords:{built_in:"url data-uri"},contains:[...l,{className:"string",begin:/[^)]/,endsWithParent:!0,excludeEnd:!0}]},n.FUNCTION_DISPATCH]},{begin:t.lookahead(/@/),end:"[{;]",relevance:0,illegal:/:/,contains:[{className:"keyword",begin:u},{begin:/\s/,endsWithParent:!0,excludeEnd:!0,relevance:0,keywords:{$pattern:/[a-z-]+/,keyword:i,attribute:nd.join(" ")},contains:[{begin:/[a-z-]+(?=:)/,className:"attribute"},...l,n.CSS_NUMBER_MODE]}]},{className:"selector-tag",begin:"\\b("+td.join("|")+")\\b"}]}}function ld(e){const t=e.regex;return{name:"Diff",aliases:["patch"],contains:[{className:"meta",relevance:10,match:t.either(/^@@ +-\d+,\d+ +\+\d+,\d+ +@@/,/^\*\*\* +\d+,\d+ +\*\*\*\*$/,/^--- +\d+,\d+ +----$/)},{className:"comment",variants:[{begin:t.either(/Index: /,/^index/,/={3,}/,/^-{3}/,/^\*{3} /,/^\+{3}/,/^diff --git/),end:/$/},{match:/^\*{15}$/}]},{className:"addition",begin:/^\+/,end:/$/},{className:"deletion",begin:/^-/,end:/$/},{className:"addition",begin:/^!/,end:/$/}]}}function sd(e){const u={keyword:["break","case","chan","const","continue","default","defer","else","fallthrough","for","func","go","goto","if","import","interface","map","package","range","return","select","struct","switch","type","var"],type:["bool","byte","complex64","complex128","error","float32","float64","int8","int16","int32","int64","string","uint8","uint16","uint32","uint64","int","uint","uintptr","rune"],literal:["true","false","iota","nil"],built_in:["append","cap","close","complex","copy","imag","len","make","new","panic","print","println","real","recover","delete"]};return{name:"Go",aliases:["golang"],keywords:u,illegal:"</",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"string",variants:[e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,{begin:"`",end:"`"}]},{className:"number",variants:[{begin:e.C_NUMBER_RE+"[i]",relevance:1},e.C_NUMBER_MODE]},{begin:/:=/},{className:"function",beginKeywords:"func",end:"\\s*(\\{|$)",excludeEnd:!0,contains:[e.TITLE_MODE,{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:u,illegal:/["']/}]}]}}function od(e){const t=e.regex,n=/[_A-Za-z][_0-9A-Za-z]*/;return{name:"GraphQL",aliases:["gql"],case_insensitive:!0,disableAutodetect:!1,keywords:{keyword:["query","mutation","subscription","type","input","schema","directive","interface","union","scalar","fragment","enum","on"],literal:["true","false","null"]},contains:[e.HASH_COMMENT_MODE,e.QUOTE_STRING_MODE,e.NUMBER_MODE,{scope:"punctuation",match:/[.]{3}/,relevance:0},{scope:"punctuation",begin:/[\!\(\)\:\=\[\]\{\|\}]{1}/,relevance:0},{scope:"variable",begin:/\$/,end:/\W/,excludeEnd:!0,relevance:0},{scope:"meta",match:/@\w+/,excludeEnd:!0},{scope:"symbol",begin:t.concat(n,t.lookahead(/\s*:/)),relevance:0}],illegal:[/[;<']/,/BEGIN/]}}function cd(e){const t=e.regex,n={className:"number",relevance:0,variants:[{begin:/([+-]+)?[\d]+_[\d_]+/},{begin:e.NUMBER_RE}]},r=e.COMMENT();r.variants=[{begin:/;/,end:/$/},{begin:/#/,end:/$/}];const i={className:"variable",variants:[{begin:/\$[\w\d"][\w\d_]*/},{begin:/\$\{(.*?)\}/}]},u={className:"literal",begin:/\bon|off|true|false|yes|no\b/},a={className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:"'''",end:"'''",relevance:10},{begin:'"""',end:'"""',relevance:10},{begin:'"',end:'"'},{begin:"'",end:"'"}]},l={begin:/\[/,end:/\]/,contains:[r,u,i,a,n,"self"],relevance:0},s=/[A-Za-z0-9_-]+/,o=/"(\\"|[^"])*"/,d=/'[^']*'/,h=t.either(s,o,d),p=t.concat(h,"(\\s*\\.\\s*",h,")*",t.lookahead(/\s*=\s*[^#\s]/));return{name:"TOML, also INI",aliases:["toml"],case_insensitive:!0,illegal:/\S/,contains:[r,{className:"section",begin:/\[+/,end:/\]+/},{begin:p,className:"attr",starts:{end:/$/,contains:[r,l,u,i,a,n]}}]}}var xr="[0-9](_*[0-9])*",R0="\\.("+xr+")",I0="[0-9a-fA-F](_*[0-9a-fA-F])*",Xa={className:"number",variants:[{begin:"(\\b("+xr+")(("+R0+")|\\.)?|("+R0+"))"+("[eE][+-]?("+xr+")[fFdD]?\\b")},{begin:"\\b("+xr+")(("+R0+")[fFdD]?\\b|\\.([fFdD]\\b)?)"},{begin:"("+R0+")[fFdD]?\\b"},{begin:"\\b("+xr+")[fFdD]\\b"},{begin:"\\b0[xX](("+I0+")\\.?|("+I0+")?\\.("+I0+"))"+("[pP][+-]?("+xr+")[fFdD]?\\b")},{begin:"\\b(0|[1-9](_*[0-9])*)[lL]?\\b"},{begin:"\\b0[xX]("+I0+")[lL]?\\b"},{begin:"\\b0(_*[0-7])*[lL]?\\b"},{begin:"\\b0[bB][01](_*[01])*[lL]?\\b"}],relevance:0};function Qa(e,t,n){return n===-1?"":e.replace(t,r=>Qa(e,t,n-1))}function dd(e){const t=e.regex,n="[\xC0-\u02B8a-zA-Z_$][\xC0-\u02B8a-zA-Z_$0-9]*",r=n+Qa("(?:<"+n+"~~~(?:\\s*,\\s*"+n+"~~~)*>)?",/~~~/g,2),s={keyword:["synchronized","abstract","private","var","static","if","const ","for","while","strictfp","finally","protected","import","native","final","void","enum","else","break","transient","catch","instanceof","volatile","case","assert","package","default","public","try","switch","continue","throws","protected","public","private","module","requires","exports","do","sealed","yield","permits"],literal:["false","true","null"],type:["char","boolean","long","float","int","byte","short","double"],built_in:["super","this"]},o={className:"meta",begin:"@"+n,contains:[{begin:/\(/,end:/\)/,contains:["self"]}]},d={className:"params",begin:/\(/,end:/\)/,keywords:s,relevance:0,contains:[e.C_BLOCK_COMMENT_MODE],endsParent:!0};return{name:"Java",aliases:["jsp"],keywords:s,illegal:/<\/|#/,contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]}),{begin:/import java\.[a-z]+\./,keywords:"import",relevance:2},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{begin:/"""/,end:/"""/,className:"string",contains:[e.BACKSLASH_ESCAPE]},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{match:[/\b(?:class|interface|enum|extends|implements|new)/,/\s+/,n],className:{1:"keyword",3:"title.class"}},{match:/non-sealed/,scope:"keyword"},{begin:[t.concat(/(?!else)/,n),/\s+/,n,/\s+/,/=(?!=)/],className:{1:"type",3:"variable",5:"operator"}},{begin:[/record/,/\s+/,n],className:{1:"keyword",3:"title.class"},contains:[d,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{beginKeywords:"new throw return else",relevance:0},{begin:["(?:"+r+"\\s+)",e.UNDERSCORE_IDENT_RE,/\s*(?=\()/],className:{2:"title.function"},keywords:s,contains:[{className:"params",begin:/\(/,end:/\)/,keywords:s,relevance:0,contains:[o,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,Xa,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},Xa,o]}}const ja="[A-Za-z$_][0-9A-Za-z$_]*",hd=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],md=["true","false","null","undefined","NaN","Infinity"],Ja=["Object","Function","Boolean","Symbol","Math","Date","Number","BigInt","String","RegExp","Array","Float32Array","Float64Array","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Int32Array","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array","Set","Map","WeakSet","WeakMap","ArrayBuffer","SharedArrayBuffer","Atomics","DataView","JSON","Promise","Generator","GeneratorFunction","AsyncFunction","Reflect","Proxy","Intl","WebAssembly"],el=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],tl=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],fd=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],pd=[].concat(tl,Ja,el);function gd(e){const t=e.regex,n=(Ae,We)=>{let{after:w}=We;const Ie="</"+Ae[0].slice(1);return Ae.input.indexOf(Ie,w)!==-1},r=ja,i={begin:"<>",end:"</>"},u=/<[A-Za-z0-9\\._:-]+\s*\/>/,a={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(Ae,We)=>{const w=Ae[0].length+Ae.index,Ie=Ae.input[w];if(Ie==="<"||Ie===","){We.ignoreMatch();return}Ie===">"&&(n(Ae,{after:w})||We.ignoreMatch());let ze;const F=Ae.input.substring(w);if(ze=F.match(/^\s*=/)){We.ignoreMatch();return}if((ze=F.match(/^\s+extends\s+/))&&ze.index===0){We.ignoreMatch();return}}},l={$pattern:ja,keyword:hd,literal:md,built_in:pd,"variable.language":fd},s="[0-9](_?[0-9])*",o="\\.("+s+")",d="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",h={className:"number",variants:[{begin:"(\\b("+d+")(("+o+")|\\.)?|("+o+"))"+("[eE][+-]?("+s+")\\b")},{begin:"\\b("+d+")\\b(("+o+")\\b|\\.)?|("+o+")\\b"},{begin:"\\b(0|[1-9](_?[0-9])*)n\\b"},{begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*n?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*n?\\b"},{begin:"\\b0[oO][0-7](_?[0-7])*n?\\b"},{begin:"\\b0[0-7]+n?\\b"}],relevance:0},p={className:"subst",begin:"\\$\\{",end:"\\}",keywords:l,contains:[]},f={begin:"html`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,p],subLanguage:"xml"}},E={begin:"css`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,p],subLanguage:"css"}},A={begin:"gql`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,p],subLanguage:"graphql"}},y={className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,p]},k={className:"comment",variants:[e.COMMENT(/\/\*\*(?!\/)/,"\\*/",{relevance:0,contains:[{begin:"(?=@[A-Za-z]+)",relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"},{className:"type",begin:"\\{",end:"\\}",excludeEnd:!0,excludeBegin:!0,relevance:0},{className:"variable",begin:r+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE]},_=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,f,E,A,y,{match:/\$\d+/},h];p.contains=_.concat({begin:/\{/,end:/\}/,keywords:l,contains:["self"].concat(_)});const O=[].concat(k,p.contains),I=O.concat([{begin:/\(/,end:/\)/,keywords:l,contains:["self"].concat(O)}]),S={className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:l,contains:I},L={variants:[{match:[/class/,/\s+/,r,/\s+/,/extends/,/\s+/,t.concat(r,"(",t.concat(/\./,r),")*")],scope:{1:"keyword",3:"title.class",5:"keyword",7:"title.class.inherited"}},{match:[/class/,/\s+/,r],scope:{1:"keyword",3:"title.class"}}]},z={relevance:0,match:t.either(/\bJSON/,/\b[A-Z][a-z]+([A-Z][a-z]*|\d)*/,/\b[A-Z]{2,}([A-Z][a-z]+|\d)+([A-Z][a-z]*)*/,/\b[A-Z]{2,}[a-z]+([A-Z][a-z]+|\d)*([A-Z][a-z]*)*/),className:"title.class",keywords:{_:[...Ja,...el]}},H={label:"use_strict",className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},N={variants:[{match:[/function/,/\s+/,r,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:"keyword",3:"title.function"},label:"func.def",contains:[S],illegal:/%/},le={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"};function ne(Ae){return t.concat("(?!",Ae.join("|"),")")}const Y={match:t.concat(/\b/,ne([...tl,"super","import"]),r,t.lookahead(/\(/)),className:"title.function",relevance:0},X={begin:t.concat(/\./,t.lookahead(t.concat(r,/(?![0-9A-Za-z$_(])/))),end:r,excludeBegin:!0,keywords:"prototype",className:"property",relevance:0},re={match:[/get|set/,/\s+/,r,/(?=\()/],className:{1:"keyword",3:"title.function"},contains:[{begin:/\(\)/},S]},Ne="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+e.UNDERSCORE_IDENT_RE+")\\s*=>",Le={match:[/const|var|let/,/\s+/,r,/\s*/,/=\s*/,/(async\s*)?/,t.lookahead(Ne)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[S]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:l,exports:{PARAMS_CONTAINS:I,CLASS_REFERENCE:z},illegal:/#(?![$_A-z])/,contains:[e.SHEBANG({label:"shebang",binary:"node",relevance:5}),H,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,f,E,A,y,k,{match:/\$\d+/},h,z,{className:"attr",begin:r+t.lookahead(":"),relevance:0},Le,{begin:"("+e.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",relevance:0,contains:[k,e.REGEXP_MODE,{className:"function",begin:Ne,returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:e.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:l,contains:I}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:i.begin,end:i.end},{match:u},{begin:a.begin,"on:begin":a.isTrulyOpeningTag,end:a.end}],subLanguage:"xml",contains:[{begin:a.begin,end:a.end,skip:!0,contains:["self"]}]}]},N,{beginKeywords:"while if switch catch for"},{begin:"\\b(?!function)"+e.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,label:"func.def",contains:[S,e.inherit(e.TITLE_MODE,{begin:r,className:"title.function"})]},{match:/\.\.\./,relevance:0},X,{match:"\\$"+r,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[S]},Y,le,L,re,{match:/\$[(.]/}]}}function bd(e){const t={className:"attr",begin:/"(\\.|[^\\"\r\n])*"(?=\s*:)/,relevance:1.01},n={match:/[{}[\],:]/,className:"punctuation",relevance:0},r=["true","false","null"],i={scope:"literal",beginKeywords:r.join(" ")};return{name:"JSON",keywords:{literal:r},contains:[t,n,e.QUOTE_STRING_MODE,i,e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE],illegal:"\\S"}}var Fr="[0-9](_*[0-9])*",L0="\\.("+Fr+")",z0="[0-9a-fA-F](_*[0-9a-fA-F])*",Ed={className:"number",variants:[{begin:"(\\b("+Fr+")(("+L0+")|\\.)?|("+L0+"))"+("[eE][+-]?("+Fr+")[fFdD]?\\b")},{begin:"\\b("+Fr+")(("+L0+")[fFdD]?\\b|\\.([fFdD]\\b)?)"},{begin:"("+L0+")[fFdD]?\\b"},{begin:"\\b("+Fr+")[fFdD]\\b"},{begin:"\\b0[xX](("+z0+")\\.?|("+z0+")?\\.("+z0+"))"+("[pP][+-]?("+Fr+")[fFdD]?\\b")},{begin:"\\b(0|[1-9](_*[0-9])*)[lL]?\\b"},{begin:"\\b0[xX]("+z0+")[lL]?\\b"},{begin:"\\b0(_*[0-7])*[lL]?\\b"},{begin:"\\b0[bB][01](_*[01])*[lL]?\\b"}],relevance:0};function Ad(e){const t={keyword:"abstract as val var vararg get set class object open private protected public noinline crossinline dynamic final enum if else do while for when throw try catch finally import package is in fun override companion reified inline lateinit init interface annotation data sealed internal infix operator out by constructor super tailrec where const inner suspend typealias external expect actual",built_in:"Byte Short Char Int Long Boolean Float Double Void Unit Nothing",literal:"true false null"},n={className:"keyword",begin:/\b(break|continue|return|this)\b/,starts:{contains:[{className:"symbol",begin:/@\w+/}]}},r={className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"@"},i={className:"subst",begin:/\$\{/,end:/\}/,contains:[e.C_NUMBER_MODE]},u={className:"variable",begin:"\\$"+e.UNDERSCORE_IDENT_RE},a={className:"string",variants:[{begin:'"""',end:'"""(?=[^"])',contains:[u,i]},{begin:"'",end:"'",illegal:/\n/,contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"',illegal:/\n/,contains:[e.BACKSLASH_ESCAPE,u,i]}]};i.contains.push(a);const l={className:"meta",begin:"@(?:file|property|field|get|set|receiver|param|setparam|delegate)\\s*:(?:\\s*"+e.UNDERSCORE_IDENT_RE+")?"},s={className:"meta",begin:"@"+e.UNDERSCORE_IDENT_RE,contains:[{begin:/\(/,end:/\)/,contains:[e.inherit(a,{className:"string"}),"self"]}]},o=Ed,d=e.COMMENT("/\\*","\\*/",{contains:[e.C_BLOCK_COMMENT_MODE]}),h={variants:[{className:"type",begin:e.UNDERSCORE_IDENT_RE},{begin:/\(/,end:/\)/,contains:[]}]},p=h;return p.variants[1].contains=[h],h.variants[1].contains=[p],{name:"Kotlin",aliases:["kt","kts"],keywords:t,contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),e.C_LINE_COMMENT_MODE,d,n,r,l,s,{className:"function",beginKeywords:"fun",end:"[(]|$",returnBegin:!0,excludeEnd:!0,keywords:t,relevance:5,contains:[{begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[e.UNDERSCORE_TITLE_MODE]},{className:"type",begin:/</,end:/>/,keywords:"reified",relevance:0},{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:t,relevance:0,contains:[{begin:/:/,end:/[=,\/]/,endsWithParent:!0,contains:[h,e.C_LINE_COMMENT_MODE,d],relevance:0},e.C_LINE_COMMENT_MODE,d,l,s,a,e.C_NUMBER_MODE]},d]},{begin:[/class|interface|trait/,/\s+/,e.UNDERSCORE_IDENT_RE],beginScope:{3:"title.class"},keywords:"class interface trait",end:/[:\{(]|$/,excludeEnd:!0,illegal:"extends implements",contains:[{beginKeywords:"public protected internal private constructor"},e.UNDERSCORE_TITLE_MODE,{className:"type",begin:/</,end:/>/,excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:/[,:]\s*/,end:/[<\(,){\s]|$/,excludeBegin:!0,returnEnd:!0},l,s]},a,{className:"meta",begin:"^#!/usr/bin/env",end:"$",illegal:"\n"},o]}}const yd=e=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:e.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:"number",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/},FUNCTION_DISPATCH:{className:"built_in",begin:/[\w-]+(?=\()/},ATTRIBUTE_SELECTOR_MODE:{scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:e.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},CSS_VARIABLE:{className:"attr",begin:/--[A-Za-z][A-Za-z0-9_-]*/}}),vd=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","p","q","quote","samp","section","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],Dd=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"],nl=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"],rl=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"],Cd=["align-content","align-items","align-self","all","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","block-size","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","caret-color","clear","clip","clip-path","clip-rule","color","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","contain","content","content-visibility","counter-increment","counter-reset","cue","cue-after","cue-before","cursor","direction","display","empty-cells","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flow","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-smoothing","font-stretch","font-style","font-synthesis","font-variant","font-variant-caps","font-variant-east-asian","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","gap","glyph-orientation-vertical","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-gap","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inline-size","isolation","justify-content","left","letter-spacing","line-break","line-height","list-style","list-style-image","list-style-position","list-style-type","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","marks","mask","mask-border","mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","max-block-size","max-height","max-inline-size","max-width","min-block-size","min-height","min-inline-size","min-width","mix-blend-mode","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-y","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","pause","pause-after","pause-before","perspective","perspective-origin","pointer-events","position","quotes","resize","rest","rest-after","rest-before","right","row-gap","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","speak","speak-as","src","tab-size","table-layout","text-align","text-align-all","text-align-last","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-style","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-indent","text-justify","text-orientation","text-overflow","text-rendering","text-shadow","text-transform","text-underline-position","top","transform","transform-box","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","unicode-bidi","vertical-align","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","z-index"].reverse(),wd=nl.concat(rl);function xd(e){const t=yd(e),n=wd,r="and or not only",i="[\\w-]+",u="("+i+"|@\\{"+i+"\\})",a=[],l=[],s=function(_){return{className:"string",begin:"~?"+_+".*?"+_}},o=function(_,O,I){return{className:_,begin:O,relevance:I}},d={$pattern:/[a-z-]+/,keyword:r,attribute:Dd.join(" ")},h={begin:"\\(",end:"\\)",contains:l,keywords:d,relevance:0};l.push(e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,s("'"),s('"'),t.CSS_NUMBER_MODE,{begin:"(url|data-uri)\\(",starts:{className:"string",end:"[\\)\\n]",excludeEnd:!0}},t.HEXCOLOR,h,o("variable","@@?"+i,10),o("variable","@\\{"+i+"\\}"),o("built_in","~?`[^`]*?`"),{className:"attribute",begin:i+"\\s*:",end:":",returnBegin:!0,excludeEnd:!0},t.IMPORTANT,{beginKeywords:"and not"},t.FUNCTION_DISPATCH);const p=l.concat({begin:/\{/,end:/\}/,contains:a}),f={beginKeywords:"when",endsWithParent:!0,contains:[{beginKeywords:"and not"}].concat(l)},E={begin:u+"\\s*:",returnBegin:!0,end:/[;}]/,relevance:0,contains:[{begin:/-(webkit|moz|ms|o)-/},t.CSS_VARIABLE,{className:"attribute",begin:"\\b("+Cd.join("|")+")\\b",end:/(?=:)/,starts:{endsWithParent:!0,illegal:"[<=$]",relevance:0,contains:l}}]},A={className:"keyword",begin:"@(import|media|charset|font-face|(-[a-z]+-)?keyframes|supports|document|namespace|page|viewport|host)\\b",starts:{end:"[;{}]",keywords:d,returnEnd:!0,contains:l,relevance:0}},y={className:"variable",variants:[{begin:"@"+i+"\\s*:",relevance:15},{begin:"@"+i}],starts:{end:"[;}]",returnEnd:!0,contains:p}},D={variants:[{begin:"[\\.#:&\\[>]",end:"[;{}]"},{begin:u,end:/\{/}],returnBegin:!0,returnEnd:!0,illegal:"[<='$\"]",relevance:0,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,f,o("keyword","all\\b"),o("variable","@\\{"+i+"\\}"),{begin:"\\b("+vd.join("|")+")\\b",className:"selector-tag"},t.CSS_NUMBER_MODE,o("selector-tag",u,0),o("selector-id","#"+u),o("selector-class","\\."+u,0),o("selector-tag","&",0),t.ATTRIBUTE_SELECTOR_MODE,{className:"selector-pseudo",begin:":("+nl.join("|")+")"},{className:"selector-pseudo",begin:":(:)?("+rl.join("|")+")"},{begin:/\(/,end:/\)/,relevance:0,contains:p},{begin:"!important"},t.FUNCTION_DISPATCH]},k={begin:i+":(:)?"+("("+n.join("|")+")"),returnBegin:!0,contains:[D]};return a.push(e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,A,y,k,E,D,f,t.FUNCTION_DISPATCH),{name:"Less",case_insensitive:!0,illegal:"[=>'/<($\"]",contains:a}}function Fd(e){const t="\\[=*\\[",n="\\]=*\\]",r={begin:t,end:n,contains:["self"]},i=[e.COMMENT("--(?!"+t+")","$"),e.COMMENT("--"+t,n,{contains:[r],relevance:10})];return{name:"Lua",keywords:{$pattern:e.UNDERSCORE_IDENT_RE,literal:"true false nil",keyword:"and break do else elseif end for goto if in local not or repeat return then until while",built_in:"_G _ENV _VERSION __index __newindex __mode __call __metatable __tostring __len __gc __add __sub __mul __div __mod __pow __concat __unm __eq __lt __le assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstring module next pairs pcall print rawequal rawget rawset require select setfenv setmetatable tonumber tostring type unpack xpcall arg self coroutine resume yield status wrap create running debug getupvalue debug sethook getmetatable gethook setmetatable setlocal traceback setfenv getinfo setupvalue getlocal getregistry getfenv io lines write close flush open output type read stderr stdin input stdout popen tmpfile math log max acos huge ldexp pi cos tanh pow deg tan cosh sinh random randomseed frexp ceil floor rad abs sqrt modf asin min mod fmod log10 atan2 exp sin atan os exit setlocale date getenv difftime remove time clock tmpname rename execute package preload loadlib loaded loaders cpath config path seeall string sub upper len gfind rep find match char dump gmatch reverse byte format gsub lower table setn insert getn foreachi maxn foreach concat sort remove"},contains:i.concat([{className:"function",beginKeywords:"function",end:"\\)",contains:[e.inherit(e.TITLE_MODE,{begin:"([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*"}),{className:"params",begin:"\\(",endsWithParent:!0,contains:i}].concat(i)},e.C_NUMBER_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:t,end:n,contains:[r],relevance:5}])}}function Bd(e){const t={className:"variable",variants:[{begin:"\\$\\("+e.UNDERSCORE_IDENT_RE+"\\)",contains:[e.BACKSLASH_ESCAPE]},{begin:/\$[@%<?\^\+\*]/}]},n={className:"string",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,t]},r={className:"variable",begin:/\$\([\w-]+\s/,end:/\)/,keywords:{built_in:"subst patsubst strip findstring filter filter-out sort word wordlist firstword lastword dir notdir suffix basename addsuffix addprefix join wildcard realpath abspath error warning shell origin flavor foreach if or and call eval file value"},contains:[t]},i={begin:"^"+e.UNDERSCORE_IDENT_RE+"\\s*(?=[:+?]?=)"},u={className:"meta",begin:/^\.PHONY:/,end:/$/,keywords:{$pattern:/[\.\w]+/,keyword:".PHONY"}},a={className:"section",begin:/^[^\s]+:/,end:/$/,contains:[t]};return{name:"Makefile",aliases:["mk","mak","make"],keywords:{$pattern:/[\w-]+/,keyword:"define endef undefine ifdef ifndef ifeq ifneq else endif include -include sinclude override export unexport private vpath"},contains:[e.HASH_COMMENT_MODE,t,n,r,i,u,a]}}function kd(e){const t=e.regex,n={begin:/<\/?[A-Za-z_]/,end:">",subLanguage:"xml",relevance:0},r={begin:"^[-\\*]{3,}",end:"$"},i={className:"code",variants:[{begin:"(`{3,})[^`](.|\\n)*?\\1`*[ ]*"},{begin:"(~{3,})[^~](.|\\n)*?\\1~*[ ]*"},{begin:"```",end:"```+[ ]*$"},{begin:"~~~",end:"~~~+[ ]*$"},{begin:"`.+?`"},{begin:"(?=^( {4}|\\t))",contains:[{begin:"^( {4}|\\t)",end:"(\\n)$"}],relevance:0}]},u={className:"bullet",begin:"^[ ]*([*+-]|(\\d+\\.))(?=\\s+)",end:"\\s+",excludeEnd:!0},a={begin:/^\[[^\n]+\]:/,returnBegin:!0,contains:[{className:"symbol",begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0},{className:"link",begin:/:\s*/,end:/$/,excludeBegin:!0}]},l=/[A-Za-z][A-Za-z0-9+.-]*/,s={variants:[{begin:/\[.+?\]\[.*?\]/,relevance:0},{begin:/\[.+?\]\(((data|javascript|mailto):|(?:http|ftp)s?:\/\/).*?\)/,relevance:2},{begin:t.concat(/\[.+?\]\(/,l,/:\/\/.*?\)/),relevance:2},{begin:/\[.+?\]\([./?&#].*?\)/,relevance:1},{begin:/\[.*?\]\(.*?\)/,relevance:0}],returnBegin:!0,contains:[{match:/\[(?=\])/},{className:"string",relevance:0,begin:"\\[",end:"\\]",excludeBegin:!0,returnEnd:!0},{className:"link",relevance:0,begin:"\\]\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0},{className:"symbol",relevance:0,begin:"\\]\\[",end:"\\]",excludeBegin:!0,excludeEnd:!0}]},o={className:"strong",contains:[],variants:[{begin:/_{2}(?!\s)/,end:/_{2}/},{begin:/\*{2}(?!\s)/,end:/\*{2}/}]},d={className:"emphasis",contains:[],variants:[{begin:/\*(?![*\s])/,end:/\*/},{begin:/_(?![_\s])/,end:/_/,relevance:0}]},h=e.inherit(o,{contains:[]}),p=e.inherit(d,{contains:[]});o.contains.push(p),d.contains.push(h);let f=[n,s];return[o,d,h,p].forEach(y=>{y.contains=y.contains.concat(f)}),f=f.concat(o,d),{name:"Markdown",aliases:["md","mkdown","mkd"],contains:[{className:"section",variants:[{begin:"^#{1,6}",end:"$",contains:f},{begin:"(?=^.+?\\n[=-]{2,}$)",contains:[{begin:"^[=-]*$"},{begin:"^",end:"\\n",contains:f}]}]},n,u,o,d,{className:"quote",begin:"^>\\s+",contains:f,end:"$"},i,r,s,a]}}function Sd(e){const t={className:"built_in",begin:"\\b(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)\\w+"},n=/[a-zA-Z@][a-zA-Z0-9_]*/,l={"variable.language":["this","super"],$pattern:n,keyword:["while","export","sizeof","typedef","const","struct","for","union","volatile","static","mutable","if","do","return","goto","enum","else","break","extern","asm","case","default","register","explicit","typename","switch","continue","inline","readonly","assign","readwrite","self","@synchronized","id","typeof","nonatomic","IBOutlet","IBAction","strong","weak","copy","in","out","inout","bycopy","byref","oneway","__strong","__weak","__block","__autoreleasing","@private","@protected","@public","@try","@property","@end","@throw","@catch","@finally","@autoreleasepool","@synthesize","@dynamic","@selector","@optional","@required","@encode","@package","@import","@defs","@compatibility_alias","__bridge","__bridge_transfer","__bridge_retained","__bridge_retain","__covariant","__contravariant","__kindof","_Nonnull","_Nullable","_Null_unspecified","__FUNCTION__","__PRETTY_FUNCTION__","__attribute__","getter","setter","retain","unsafe_unretained","nonnull","nullable","null_unspecified","null_resettable","class","instancetype","NS_DESIGNATED_INITIALIZER","NS_UNAVAILABLE","NS_REQUIRES_SUPER","NS_RETURNS_INNER_POINTER","NS_INLINE","NS_AVAILABLE","NS_DEPRECATED","NS_ENUM","NS_OPTIONS","NS_SWIFT_UNAVAILABLE","NS_ASSUME_NONNULL_BEGIN","NS_ASSUME_NONNULL_END","NS_REFINED_FOR_SWIFT","NS_SWIFT_NAME","NS_SWIFT_NOTHROW","NS_DURING","NS_HANDLER","NS_ENDHANDLER","NS_VALUERETURN","NS_VOIDRETURN"],literal:["false","true","FALSE","TRUE","nil","YES","NO","NULL"],built_in:["dispatch_once_t","dispatch_queue_t","dispatch_sync","dispatch_async","dispatch_once"],type:["int","float","char","unsigned","signed","short","long","double","wchar_t","unichar","void","bool","BOOL","id|0","_Bool"]},s={$pattern:n,keyword:["@interface","@class","@protocol","@implementation"]};return{name:"Objective-C",aliases:["mm","objc","obj-c","obj-c++","objective-c++"],keywords:l,illegal:"</",contains:[t,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.C_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,{className:"string",variants:[{begin:'@"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]}]},{className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{keyword:"if else elif endif define undef warning error line pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},e.inherit(e.QUOTE_STRING_MODE,{className:"string"}),{className:"string",begin:/<.*?>/,end:/$/,illegal:"\\n"},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"class",begin:"("+s.keyword.join("|")+")\\b",end:/(\{|$)/,excludeEnd:!0,keywords:s,contains:[e.UNDERSCORE_TITLE_MODE]},{begin:"\\."+e.UNDERSCORE_IDENT_RE,relevance:0}]}}function _d(e){const t=e.regex,n=["abs","accept","alarm","and","atan2","bind","binmode","bless","break","caller","chdir","chmod","chomp","chop","chown","chr","chroot","close","closedir","connect","continue","cos","crypt","dbmclose","dbmopen","defined","delete","die","do","dump","each","else","elsif","endgrent","endhostent","endnetent","endprotoent","endpwent","endservent","eof","eval","exec","exists","exit","exp","fcntl","fileno","flock","for","foreach","fork","format","formline","getc","getgrent","getgrgid","getgrnam","gethostbyaddr","gethostbyname","gethostent","getlogin","getnetbyaddr","getnetbyname","getnetent","getpeername","getpgrp","getpriority","getprotobyname","getprotobynumber","getprotoent","getpwent","getpwnam","getpwuid","getservbyname","getservbyport","getservent","getsockname","getsockopt","given","glob","gmtime","goto","grep","gt","hex","if","index","int","ioctl","join","keys","kill","last","lc","lcfirst","length","link","listen","local","localtime","log","lstat","lt","ma","map","mkdir","msgctl","msgget","msgrcv","msgsnd","my","ne","next","no","not","oct","open","opendir","or","ord","our","pack","package","pipe","pop","pos","print","printf","prototype","push","q|0","qq","quotemeta","qw","qx","rand","read","readdir","readline","readlink","readpipe","recv","redo","ref","rename","require","reset","return","reverse","rewinddir","rindex","rmdir","say","scalar","seek","seekdir","select","semctl","semget","semop","send","setgrent","sethostent","setnetent","setpgrp","setpriority","setprotoent","setpwent","setservent","setsockopt","shift","shmctl","shmget","shmread","shmwrite","shutdown","sin","sleep","socket","socketpair","sort","splice","split","sprintf","sqrt","srand","stat","state","study","sub","substr","symlink","syscall","sysopen","sysread","sysseek","system","syswrite","tell","telldir","tie","tied","time","times","tr","truncate","uc","ucfirst","umask","undef","unless","unlink","unpack","unshift","untie","until","use","utime","values","vec","wait","waitpid","wantarray","warn","when","while","write","x|0","xor","y|0"],r=/[dualxmsipngr]{0,12}/,i={$pattern:/[\w.]+/,keyword:n.join(" ")},u={className:"subst",begin:"[$@]\\{",end:"\\}",keywords:i},a={begin:/->\{/,end:/\}/},l={variants:[{begin:/\$\d/},{begin:t.concat(/[$%@](\^\w\b|#\w+(::\w+)*|\{\w+\}|\w+(::\w*)*)/,"(?![A-Za-z])(?![@$%])")},{begin:/[$%@][^\s\w{]/,relevance:0}]},s=[e.BACKSLASH_ESCAPE,u,l],o=[/!/,/\//,/\|/,/\?/,/'/,/"/,/#/],d=function(f,E,A){A===void 0&&(A="\\1");const y=A==="\\1"?A:t.concat(A,E);return t.concat(t.concat("(?:",f,")"),E,/(?:\\.|[^\\\/])*?/,y,/(?:\\.|[^\\\/])*?/,A,r)},h=(f,E,A)=>t.concat(t.concat("(?:",f,")"),E,/(?:\\.|[^\\\/])*?/,A,r),p=[l,e.HASH_COMMENT_MODE,e.COMMENT(/^=\w/,/=cut/,{endsWithParent:!0}),a,{className:"string",contains:s,variants:[{begin:"q[qwxr]?\\s*\\(",end:"\\)",relevance:5},{begin:"q[qwxr]?\\s*\\[",end:"\\]",relevance:5},{begin:"q[qwxr]?\\s*\\{",end:"\\}",relevance:5},{begin:"q[qwxr]?\\s*\\|",end:"\\|",relevance:5},{begin:"q[qwxr]?\\s*<",end:">",relevance:5},{begin:"qw\\s+q",end:"q",relevance:5},{begin:"'",end:"'",contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"'},{begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE]},{begin:/\{\w+\}/,relevance:0},{begin:"-?\\w+\\s*=>",relevance:0}]},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},{begin:"(\\/\\/|"+e.RE_STARTERS_RE+"|\\b(split|return|print|reverse|grep)\\b)\\s*",keywords:"split return print reverse grep",relevance:0,contains:[e.HASH_COMMENT_MODE,{className:"regexp",variants:[{begin:d("s|tr|y",t.either(...o,{capture:!0}))},{begin:d("s|tr|y","\\(","\\)")},{begin:d("s|tr|y","\\[","\\]")},{begin:d("s|tr|y","\\{","\\}")}],relevance:2},{className:"regexp",variants:[{begin:/(m|qr)\/\//,relevance:0},{begin:h("(?:m|qr)?",/\//,/\//)},{begin:h("m|qr",t.either(...o,{capture:!0}),/\1/)},{begin:h("m|qr",/\(/,/\)/)},{begin:h("m|qr",/\[/,/\]/)},{begin:h("m|qr",/\{/,/\}/)}]}]},{className:"function",beginKeywords:"sub",end:"(\\s*\\(.*?\\))?[;{]",excludeEnd:!0,relevance:5,contains:[e.TITLE_MODE]},{begin:"-\\w\\b",relevance:0},{begin:"^__DATA__$",end:"^__END__$",subLanguage:"mojolicious",contains:[{begin:"^@@.*",end:"$",className:"comment"}]}];return u.contains=p,a.contains=p,{name:"Perl",aliases:["pl","pm"],keywords:i,contains:p}}function Td(e){const t=e.regex,n=/(?![A-Za-z0-9])(?![$])/,r=t.concat(/[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/,n),i=t.concat(/(\\?[A-Z][a-z0-9_\x7f-\xff]+|\\?[A-Z]+(?=[A-Z][a-z0-9_\x7f-\xff])){1,}/,n),u={scope:"variable",match:"\\$+"+r},a={scope:"meta",variants:[{begin:/<\?php/,relevance:10},{begin:/<\?=/},{begin:/<\?/,relevance:.1},{begin:/\?>/}]},l={scope:"subst",variants:[{begin:/\$\w+/},{begin:/\{\$/,end:/\}/}]},s=e.inherit(e.APOS_STRING_MODE,{illegal:null}),o=e.inherit(e.QUOTE_STRING_MODE,{illegal:null,contains:e.QUOTE_STRING_MODE.contains.concat(l)}),d={begin:/<<<[ \t]*(?:(\w+)|"(\w+)")\n/,end:/[ \t]*(\w+)\b/,contains:e.QUOTE_STRING_MODE.contains.concat(l),"on:begin":(Y,X)=>{X.data._beginMatch=Y[1]||Y[2]},"on:end":(Y,X)=>{X.data._beginMatch!==Y[1]&&X.ignoreMatch()}},h=e.END_SAME_AS_BEGIN({begin:/<<<[ \t]*'(\w+)'\n/,end:/[ \t]*(\w+)\b/}),p="[ \n]",f={scope:"string",variants:[o,s,d,h]},E={scope:"number",variants:[{begin:"\\b0[bB][01]+(?:_[01]+)*\\b"},{begin:"\\b0[oO][0-7]+(?:_[0-7]+)*\\b"},{begin:"\\b0[xX][\\da-fA-F]+(?:_[\\da-fA-F]+)*\\b"},{begin:"(?:\\b\\d+(?:_\\d+)*(\\.(?:\\d+(?:_\\d+)*))?|\\B\\.\\d+)(?:[eE][+-]?\\d+)?"}],relevance:0},A=["false","null","true"],y=["__CLASS__","__DIR__","__FILE__","__FUNCTION__","__COMPILER_HALT_OFFSET__","__LINE__","__METHOD__","__NAMESPACE__","__TRAIT__","die","echo","exit","include","include_once","print","require","require_once","array","abstract","and","as","binary","bool","boolean","break","callable","case","catch","class","clone","const","continue","declare","default","do","double","else","elseif","empty","enddeclare","endfor","endforeach","endif","endswitch","endwhile","enum","eval","extends","final","finally","float","for","foreach","from","global","goto","if","implements","instanceof","insteadof","int","integer","interface","isset","iterable","list","match|0","mixed","new","never","object","or","private","protected","public","readonly","real","return","string","switch","throw","trait","try","unset","use","var","void","while","xor","yield"],D=["Error|0","AppendIterator","ArgumentCountError","ArithmeticError","ArrayIterator","ArrayObject","AssertionError","BadFunctionCallException","BadMethodCallException","CachingIterator","CallbackFilterIterator","CompileError","Countable","DirectoryIterator","DivisionByZeroError","DomainException","EmptyIterator","ErrorException","Exception","FilesystemIterator","FilterIterator","GlobIterator","InfiniteIterator","InvalidArgumentException","IteratorIterator","LengthException","LimitIterator","LogicException","MultipleIterator","NoRewindIterator","OutOfBoundsException","OutOfRangeException","OuterIterator","OverflowException","ParentIterator","ParseError","RangeException","RecursiveArrayIterator","RecursiveCachingIterator","RecursiveCallbackFilterIterator","RecursiveDirectoryIterator","RecursiveFilterIterator","RecursiveIterator","RecursiveIteratorIterator","RecursiveRegexIterator","RecursiveTreeIterator","RegexIterator","RuntimeException","SeekableIterator","SplDoublyLinkedList","SplFileInfo","SplFileObject","SplFixedArray","SplHeap","SplMaxHeap","SplMinHeap","SplObjectStorage","SplObserver","SplPriorityQueue","SplQueue","SplStack","SplSubject","SplTempFileObject","TypeError","UnderflowException","UnexpectedValueException","UnhandledMatchError","ArrayAccess","BackedEnum","Closure","Fiber","Generator","Iterator","IteratorAggregate","Serializable","Stringable","Throwable","Traversable","UnitEnum","WeakReference","WeakMap","Directory","__PHP_Incomplete_Class","parent","php_user_filter","self","static","stdClass"],_={keyword:y,literal:(Y=>{const X=[];return Y.forEach(re=>{X.push(re),re.toLowerCase()===re?X.push(re.toUpperCase()):X.push(re.toLowerCase())}),X})(A),built_in:D},O=Y=>Y.map(X=>X.replace(/\|\d+$/,"")),I={variants:[{match:[/new/,t.concat(p,"+"),t.concat("(?!",O(D).join("\\b|"),"\\b)"),i],scope:{1:"keyword",4:"title.class"}}]},S=t.concat(r,"\\b(?!\\()"),L={variants:[{match:[t.concat(/::/,t.lookahead(/(?!class\b)/)),S],scope:{2:"variable.constant"}},{match:[/::/,/class/],scope:{2:"variable.language"}},{match:[i,t.concat(/::/,t.lookahead(/(?!class\b)/)),S],scope:{1:"title.class",3:"variable.constant"}},{match:[i,t.concat("::",t.lookahead(/(?!class\b)/))],scope:{1:"title.class"}},{match:[i,/::/,/class/],scope:{1:"title.class",3:"variable.language"}}]},z={scope:"attr",match:t.concat(r,t.lookahead(":"),t.lookahead(/(?!::)/))},H={relevance:0,begin:/\(/,end:/\)/,keywords:_,contains:[z,u,L,e.C_BLOCK_COMMENT_MODE,f,E,I]},N={relevance:0,match:[/\b/,t.concat("(?!fn\\b|function\\b|",O(y).join("\\b|"),"|",O(D).join("\\b|"),"\\b)"),r,t.concat(p,"*"),t.lookahead(/(?=\()/)],scope:{3:"title.function.invoke"},contains:[H]};H.contains.push(N);const le=[z,L,e.C_BLOCK_COMMENT_MODE,f,E,I],ne={begin:t.concat(/#\[\s*/,i),beginScope:"meta",end:/]/,endScope:"meta",keywords:{literal:A,keyword:["new","array"]},contains:[{begin:/\[/,end:/]/,keywords:{literal:A,keyword:["new","array"]},contains:["self",...le]},...le,{scope:"meta",match:i}]};return{case_insensitive:!1,keywords:_,contains:[ne,e.HASH_COMMENT_MODE,e.COMMENT("//","$"),e.COMMENT("/\\*","\\*/",{contains:[{scope:"doctag",match:"@[A-Za-z]+"}]}),{match:/__halt_compiler\(\);/,keywords:"__halt_compiler",starts:{scope:"comment",end:e.MATCH_NOTHING_RE,contains:[{match:/\?>/,scope:"meta",endsParent:!0}]}},a,{scope:"variable.language",match:/\$this\b/},u,N,L,{match:[/const/,/\s/,r],scope:{1:"keyword",3:"variable.constant"}},I,{scope:"function",relevance:0,beginKeywords:"fn function",end:/[;{]/,excludeEnd:!0,illegal:"[$%\\[]",contains:[{beginKeywords:"use"},e.UNDERSCORE_TITLE_MODE,{begin:"=>",endsParent:!0},{scope:"params",begin:"\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0,keywords:_,contains:["self",u,L,e.C_BLOCK_COMMENT_MODE,f,E]}]},{scope:"class",variants:[{beginKeywords:"enum",illegal:/[($"]/},{beginKeywords:"class interface trait",illegal:/[:($"]/}],relevance:0,end:/\{/,excludeEnd:!0,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"namespace",relevance:0,end:";",illegal:/[.']/,contains:[e.inherit(e.UNDERSCORE_TITLE_MODE,{scope:"title.class"})]},{beginKeywords:"use",relevance:0,end:";",contains:[{match:/\b(as|const|function)\b/,scope:"keyword"},e.UNDERSCORE_TITLE_MODE]},f,E]}}function Nd(e){return{name:"PHP template",subLanguage:"xml",contains:[{begin:/<\?(php|=)?/,end:/\?>/,subLanguage:"php",contains:[{begin:"/\\*",end:"\\*/",skip:!0},{begin:'b"',end:'"',skip:!0},{begin:"b'",end:"'",skip:!0},e.inherit(e.APOS_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0})]}]}}function Md(e){return{name:"Plain text",aliases:["text","txt"],disableAutodetect:!0}}function Od(e){const t=e.regex,n=/[A-Z_a-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037B-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C8A\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CD\uA7D0\uA7D1\uA7D3\uA7D5-\uA7DC\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFC5D\uFC64-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDF9\uFE71\uFE73\uFE77\uFE79\uFE7B\uFE7D\uFE7F-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFF9D\uFFA0-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC\u{10000}-\u{1000B}\u{1000D}-\u{10026}\u{10028}-\u{1003A}\u{1003C}\u{1003D}\u{1003F}-\u{1004D}\u{10050}-\u{1005D}\u{10080}-\u{100FA}\u{10140}-\u{10174}\u{10280}-\u{1029C}\u{102A0}-\u{102D0}\u{10300}-\u{1031F}\u{1032D}-\u{1034A}\u{10350}-\u{10375}\u{10380}-\u{1039D}\u{103A0}-\u{103C3}\u{103C8}-\u{103CF}\u{103D1}-\u{103D5}\u{10400}-\u{1049D}\u{104B0}-\u{104D3}\u{104D8}-\u{104FB}\u{10500}-\u{10527}\u{10530}-\u{10563}\u{10570}-\u{1057A}\u{1057C}-\u{1058A}\u{1058C}-\u{10592}\u{10594}\u{10595}\u{10597}-\u{105A1}\u{105A3}-\u{105B1}\u{105B3}-\u{105B9}\u{105BB}\u{105BC}\u{105C0}-\u{105F3}\u{10600}-\u{10736}\u{10740}-\u{10755}\u{10760}-\u{10767}\u{10780}-\u{10785}\u{10787}-\u{107B0}\u{107B2}-\u{107BA}\u{10800}-\u{10805}\u{10808}\u{1080A}-\u{10835}\u{10837}\u{10838}\u{1083C}\u{1083F}-\u{10855}\u{10860}-\u{10876}\u{10880}-\u{1089E}\u{108E0}-\u{108F2}\u{108F4}\u{108F5}\u{10900}-\u{10915}\u{10920}-\u{10939}\u{10980}-\u{109B7}\u{109BE}\u{109BF}\u{10A00}\u{10A10}-\u{10A13}\u{10A15}-\u{10A17}\u{10A19}-\u{10A35}\u{10A60}-\u{10A7C}\u{10A80}-\u{10A9C}\u{10AC0}-\u{10AC7}\u{10AC9}-\u{10AE4}\u{10B00}-\u{10B35}\u{10B40}-\u{10B55}\u{10B60}-\u{10B72}\u{10B80}-\u{10B91}\u{10C00}-\u{10C48}\u{10C80}-\u{10CB2}\u{10CC0}-\u{10CF2}\u{10D00}-\u{10D23}\u{10D4A}-\u{10D65}\u{10D6F}-\u{10D85}\u{10E80}-\u{10EA9}\u{10EB0}\u{10EB1}\u{10EC2}-\u{10EC4}\u{10F00}-\u{10F1C}\u{10F27}\u{10F30}-\u{10F45}\u{10F70}-\u{10F81}\u{10FB0}-\u{10FC4}\u{10FE0}-\u{10FF6}\u{11003}-\u{11037}\u{11071}\u{11072}\u{11075}\u{11083}-\u{110AF}\u{110D0}-\u{110E8}\u{11103}-\u{11126}\u{11144}\u{11147}\u{11150}-\u{11172}\u{11176}\u{11183}-\u{111B2}\u{111C1}-\u{111C4}\u{111DA}\u{111DC}\u{11200}-\u{11211}\u{11213}-\u{1122B}\u{1123F}\u{11240}\u{11280}-\u{11286}\u{11288}\u{1128A}-\u{1128D}\u{1128F}-\u{1129D}\u{1129F}-\u{112A8}\u{112B0}-\u{112DE}\u{11305}-\u{1130C}\u{1130F}\u{11310}\u{11313}-\u{11328}\u{1132A}-\u{11330}\u{11332}\u{11333}\u{11335}-\u{11339}\u{1133D}\u{11350}\u{1135D}-\u{11361}\u{11380}-\u{11389}\u{1138B}\u{1138E}\u{11390}-\u{113B5}\u{113B7}\u{113D1}\u{113D3}\u{11400}-\u{11434}\u{11447}-\u{1144A}\u{1145F}-\u{11461}\u{11480}-\u{114AF}\u{114C4}\u{114C5}\u{114C7}\u{11580}-\u{115AE}\u{115D8}-\u{115DB}\u{11600}-\u{1162F}\u{11644}\u{11680}-\u{116AA}\u{116B8}\u{11700}-\u{1171A}\u{11740}-\u{11746}\u{11800}-\u{1182B}\u{118A0}-\u{118DF}\u{118FF}-\u{11906}\u{11909}\u{1190C}-\u{11913}\u{11915}\u{11916}\u{11918}-\u{1192F}\u{1193F}\u{11941}\u{119A0}-\u{119A7}\u{119AA}-\u{119D0}\u{119E1}\u{119E3}\u{11A00}\u{11A0B}-\u{11A32}\u{11A3A}\u{11A50}\u{11A5C}-\u{11A89}\u{11A9D}\u{11AB0}-\u{11AF8}\u{11BC0}-\u{11BE0}\u{11C00}-\u{11C08}\u{11C0A}-\u{11C2E}\u{11C40}\u{11C72}-\u{11C8F}\u{11D00}-\u{11D06}\u{11D08}\u{11D09}\u{11D0B}-\u{11D30}\u{11D46}\u{11D60}-\u{11D65}\u{11D67}\u{11D68}\u{11D6A}-\u{11D89}\u{11D98}\u{11EE0}-\u{11EF2}\u{11F02}\u{11F04}-\u{11F10}\u{11F12}-\u{11F33}\u{11FB0}\u{12000}-\u{12399}\u{12400}-\u{1246E}\u{12480}-\u{12543}\u{12F90}-\u{12FF0}\u{13000}-\u{1342F}\u{13441}-\u{13446}\u{13460}-\u{143FA}\u{14400}-\u{14646}\u{16100}-\u{1611D}\u{16800}-\u{16A38}\u{16A40}-\u{16A5E}\u{16A70}-\u{16ABE}\u{16AD0}-\u{16AED}\u{16B00}-\u{16B2F}\u{16B40}-\u{16B43}\u{16B63}-\u{16B77}\u{16B7D}-\u{16B8F}\u{16D40}-\u{16D6C}\u{16E40}-\u{16E7F}\u{16F00}-\u{16F4A}\u{16F50}\u{16F93}-\u{16F9F}\u{16FE0}\u{16FE1}\u{16FE3}\u{17000}-\u{187F7}\u{18800}-\u{18CD5}\u{18CFF}-\u{18D08}\u{1AFF0}-\u{1AFF3}\u{1AFF5}-\u{1AFFB}\u{1AFFD}\u{1AFFE}\u{1B000}-\u{1B122}\u{1B132}\u{1B150}-\u{1B152}\u{1B155}\u{1B164}-\u{1B167}\u{1B170}-\u{1B2FB}\u{1BC00}-\u{1BC6A}\u{1BC70}-\u{1BC7C}\u{1BC80}-\u{1BC88}\u{1BC90}-\u{1BC99}\u{1D400}-\u{1D454}\u{1D456}-\u{1D49C}\u{1D49E}\u{1D49F}\u{1D4A2}\u{1D4A5}\u{1D4A6}\u{1D4A9}-\u{1D4AC}\u{1D4AE}-\u{1D4B9}\u{1D4BB}\u{1D4BD}-\u{1D4C3}\u{1D4C5}-\u{1D505}\u{1D507}-\u{1D50A}\u{1D50D}-\u{1D514}\u{1D516}-\u{1D51C}\u{1D51E}-\u{1D539}\u{1D53B}-\u{1D53E}\u{1D540}-\u{1D544}\u{1D546}\u{1D54A}-\u{1D550}\u{1D552}-\u{1D6A5}\u{1D6A8}-\u{1D6C0}\u{1D6C2}-\u{1D6DA}\u{1D6DC}-\u{1D6FA}\u{1D6FC}-\u{1D714}\u{1D716}-\u{1D734}\u{1D736}-\u{1D74E}\u{1D750}-\u{1D76E}\u{1D770}-\u{1D788}\u{1D78A}-\u{1D7A8}\u{1D7AA}-\u{1D7C2}\u{1D7C4}-\u{1D7CB}\u{1DF00}-\u{1DF1E}\u{1DF25}-\u{1DF2A}\u{1E030}-\u{1E06D}\u{1E100}-\u{1E12C}\u{1E137}-\u{1E13D}\u{1E14E}\u{1E290}-\u{1E2AD}\u{1E2C0}-\u{1E2EB}\u{1E4D0}-\u{1E4EB}\u{1E5D0}-\u{1E5ED}\u{1E5F0}\u{1E7E0}-\u{1E7E6}\u{1E7E8}-\u{1E7EB}\u{1E7ED}\u{1E7EE}\u{1E7F0}-\u{1E7FE}\u{1E800}-\u{1E8C4}\u{1E900}-\u{1E943}\u{1E94B}\u{1EE00}-\u{1EE03}\u{1EE05}-\u{1EE1F}\u{1EE21}\u{1EE22}\u{1EE24}\u{1EE27}\u{1EE29}-\u{1EE32}\u{1EE34}-\u{1EE37}\u{1EE39}\u{1EE3B}\u{1EE42}\u{1EE47}\u{1EE49}\u{1EE4B}\u{1EE4D}-\u{1EE4F}\u{1EE51}\u{1EE52}\u{1EE54}\u{1EE57}\u{1EE59}\u{1EE5B}\u{1EE5D}\u{1EE5F}\u{1EE61}\u{1EE62}\u{1EE64}\u{1EE67}-\u{1EE6A}\u{1EE6C}-\u{1EE72}\u{1EE74}-\u{1EE77}\u{1EE79}-\u{1EE7C}\u{1EE7E}\u{1EE80}-\u{1EE89}\u{1EE8B}-\u{1EE9B}\u{1EEA1}-\u{1EEA3}\u{1EEA5}-\u{1EEA9}\u{1EEAB}-\u{1EEBB}\u{20000}-\u{2A6DF}\u{2A700}-\u{2B739}\u{2B740}-\u{2B81D}\u{2B820}-\u{2CEA1}\u{2CEB0}-\u{2EBE0}\u{2EBF0}-\u{2EE5D}\u{2F800}-\u{2FA1D}\u{30000}-\u{3134A}\u{31350}-\u{323AF}][0-9A-Z_a-z\xAA\xB5\xB7\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037B-\u037D\u037F\u0386-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05EF-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u07FD\u0800-\u082D\u0840-\u085B\u0860-\u086A\u0870-\u0887\u0889-\u088E\u0897-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u09FE\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3C-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C5D\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDD\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1-\u0CF3\u0D00-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D81-\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECE\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1369-\u1371\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1715\u171F-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u180F-\u1819\u1820-\u1878\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1ABF-\u1ACE\u1B00-\u1B4C\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C8A\u1C90-\u1CBA\u1CBD-\u1CBF\u1CD0-\u1CD2\u1CD4-\u1CFA\u1D00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CD\uA7D0\uA7D1\uA7D3\uA7D5-\uA7DC\uA7F2-\uA827\uA82C\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFC5D\uFC64-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDF9\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE71\uFE73\uFE77\uFE79\uFE7B\uFE7D\uFE7F-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF65-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC\u{10000}-\u{1000B}\u{1000D}-\u{10026}\u{10028}-\u{1003A}\u{1003C}\u{1003D}\u{1003F}-\u{1004D}\u{10050}-\u{1005D}\u{10080}-\u{100FA}\u{10140}-\u{10174}\u{101FD}\u{10280}-\u{1029C}\u{102A0}-\u{102D0}\u{102E0}\u{10300}-\u{1031F}\u{1032D}-\u{1034A}\u{10350}-\u{1037A}\u{10380}-\u{1039D}\u{103A0}-\u{103C3}\u{103C8}-\u{103CF}\u{103D1}-\u{103D5}\u{10400}-\u{1049D}\u{104A0}-\u{104A9}\u{104B0}-\u{104D3}\u{104D8}-\u{104FB}\u{10500}-\u{10527}\u{10530}-\u{10563}\u{10570}-\u{1057A}\u{1057C}-\u{1058A}\u{1058C}-\u{10592}\u{10594}\u{10595}\u{10597}-\u{105A1}\u{105A3}-\u{105B1}\u{105B3}-\u{105B9}\u{105BB}\u{105BC}\u{105C0}-\u{105F3}\u{10600}-\u{10736}\u{10740}-\u{10755}\u{10760}-\u{10767}\u{10780}-\u{10785}\u{10787}-\u{107B0}\u{107B2}-\u{107BA}\u{10800}-\u{10805}\u{10808}\u{1080A}-\u{10835}\u{10837}\u{10838}\u{1083C}\u{1083F}-\u{10855}\u{10860}-\u{10876}\u{10880}-\u{1089E}\u{108E0}-\u{108F2}\u{108F4}\u{108F5}\u{10900}-\u{10915}\u{10920}-\u{10939}\u{10980}-\u{109B7}\u{109BE}\u{109BF}\u{10A00}-\u{10A03}\u{10A05}\u{10A06}\u{10A0C}-\u{10A13}\u{10A15}-\u{10A17}\u{10A19}-\u{10A35}\u{10A38}-\u{10A3A}\u{10A3F}\u{10A60}-\u{10A7C}\u{10A80}-\u{10A9C}\u{10AC0}-\u{10AC7}\u{10AC9}-\u{10AE6}\u{10B00}-\u{10B35}\u{10B40}-\u{10B55}\u{10B60}-\u{10B72}\u{10B80}-\u{10B91}\u{10C00}-\u{10C48}\u{10C80}-\u{10CB2}\u{10CC0}-\u{10CF2}\u{10D00}-\u{10D27}\u{10D30}-\u{10D39}\u{10D40}-\u{10D65}\u{10D69}-\u{10D6D}\u{10D6F}-\u{10D85}\u{10E80}-\u{10EA9}\u{10EAB}\u{10EAC}\u{10EB0}\u{10EB1}\u{10EC2}-\u{10EC4}\u{10EFC}-\u{10F1C}\u{10F27}\u{10F30}-\u{10F50}\u{10F70}-\u{10F85}\u{10FB0}-\u{10FC4}\u{10FE0}-\u{10FF6}\u{11000}-\u{11046}\u{11066}-\u{11075}\u{1107F}-\u{110BA}\u{110C2}\u{110D0}-\u{110E8}\u{110F0}-\u{110F9}\u{11100}-\u{11134}\u{11136}-\u{1113F}\u{11144}-\u{11147}\u{11150}-\u{11173}\u{11176}\u{11180}-\u{111C4}\u{111C9}-\u{111CC}\u{111CE}-\u{111DA}\u{111DC}\u{11200}-\u{11211}\u{11213}-\u{11237}\u{1123E}-\u{11241}\u{11280}-\u{11286}\u{11288}\u{1128A}-\u{1128D}\u{1128F}-\u{1129D}\u{1129F}-\u{112A8}\u{112B0}-\u{112EA}\u{112F0}-\u{112F9}\u{11300}-\u{11303}\u{11305}-\u{1130C}\u{1130F}\u{11310}\u{11313}-\u{11328}\u{1132A}-\u{11330}\u{11332}\u{11333}\u{11335}-\u{11339}\u{1133B}-\u{11344}\u{11347}\u{11348}\u{1134B}-\u{1134D}\u{11350}\u{11357}\u{1135D}-\u{11363}\u{11366}-\u{1136C}\u{11370}-\u{11374}\u{11380}-\u{11389}\u{1138B}\u{1138E}\u{11390}-\u{113B5}\u{113B7}-\u{113C0}\u{113C2}\u{113C5}\u{113C7}-\u{113CA}\u{113CC}-\u{113D3}\u{113E1}\u{113E2}\u{11400}-\u{1144A}\u{11450}-\u{11459}\u{1145E}-\u{11461}\u{11480}-\u{114C5}\u{114C7}\u{114D0}-\u{114D9}\u{11580}-\u{115B5}\u{115B8}-\u{115C0}\u{115D8}-\u{115DD}\u{11600}-\u{11640}\u{11644}\u{11650}-\u{11659}\u{11680}-\u{116B8}\u{116C0}-\u{116C9}\u{116D0}-\u{116E3}\u{11700}-\u{1171A}\u{1171D}-\u{1172B}\u{11730}-\u{11739}\u{11740}-\u{11746}\u{11800}-\u{1183A}\u{118A0}-\u{118E9}\u{118FF}-\u{11906}\u{11909}\u{1190C}-\u{11913}\u{11915}\u{11916}\u{11918}-\u{11935}\u{11937}\u{11938}\u{1193B}-\u{11943}\u{11950}-\u{11959}\u{119A0}-\u{119A7}\u{119AA}-\u{119D7}\u{119DA}-\u{119E1}\u{119E3}\u{119E4}\u{11A00}-\u{11A3E}\u{11A47}\u{11A50}-\u{11A99}\u{11A9D}\u{11AB0}-\u{11AF8}\u{11BC0}-\u{11BE0}\u{11BF0}-\u{11BF9}\u{11C00}-\u{11C08}\u{11C0A}-\u{11C36}\u{11C38}-\u{11C40}\u{11C50}-\u{11C59}\u{11C72}-\u{11C8F}\u{11C92}-\u{11CA7}\u{11CA9}-\u{11CB6}\u{11D00}-\u{11D06}\u{11D08}\u{11D09}\u{11D0B}-\u{11D36}\u{11D3A}\u{11D3C}\u{11D3D}\u{11D3F}-\u{11D47}\u{11D50}-\u{11D59}\u{11D60}-\u{11D65}\u{11D67}\u{11D68}\u{11D6A}-\u{11D8E}\u{11D90}\u{11D91}\u{11D93}-\u{11D98}\u{11DA0}-\u{11DA9}\u{11EE0}-\u{11EF6}\u{11F00}-\u{11F10}\u{11F12}-\u{11F3A}\u{11F3E}-\u{11F42}\u{11F50}-\u{11F5A}\u{11FB0}\u{12000}-\u{12399}\u{12400}-\u{1246E}\u{12480}-\u{12543}\u{12F90}-\u{12FF0}\u{13000}-\u{1342F}\u{13440}-\u{13455}\u{13460}-\u{143FA}\u{14400}-\u{14646}\u{16100}-\u{16139}\u{16800}-\u{16A38}\u{16A40}-\u{16A5E}\u{16A60}-\u{16A69}\u{16A70}-\u{16ABE}\u{16AC0}-\u{16AC9}\u{16AD0}-\u{16AED}\u{16AF0}-\u{16AF4}\u{16B00}-\u{16B36}\u{16B40}-\u{16B43}\u{16B50}-\u{16B59}\u{16B63}-\u{16B77}\u{16B7D}-\u{16B8F}\u{16D40}-\u{16D6C}\u{16D70}-\u{16D79}\u{16E40}-\u{16E7F}\u{16F00}-\u{16F4A}\u{16F4F}-\u{16F87}\u{16F8F}-\u{16F9F}\u{16FE0}\u{16FE1}\u{16FE3}\u{16FE4}\u{16FF0}\u{16FF1}\u{17000}-\u{187F7}\u{18800}-\u{18CD5}\u{18CFF}-\u{18D08}\u{1AFF0}-\u{1AFF3}\u{1AFF5}-\u{1AFFB}\u{1AFFD}\u{1AFFE}\u{1B000}-\u{1B122}\u{1B132}\u{1B150}-\u{1B152}\u{1B155}\u{1B164}-\u{1B167}\u{1B170}-\u{1B2FB}\u{1BC00}-\u{1BC6A}\u{1BC70}-\u{1BC7C}\u{1BC80}-\u{1BC88}\u{1BC90}-\u{1BC99}\u{1BC9D}\u{1BC9E}\u{1CCF0}-\u{1CCF9}\u{1CF00}-\u{1CF2D}\u{1CF30}-\u{1CF46}\u{1D165}-\u{1D169}\u{1D16D}-\u{1D172}\u{1D17B}-\u{1D182}\u{1D185}-\u{1D18B}\u{1D1AA}-\u{1D1AD}\u{1D242}-\u{1D244}\u{1D400}-\u{1D454}\u{1D456}-\u{1D49C}\u{1D49E}\u{1D49F}\u{1D4A2}\u{1D4A5}\u{1D4A6}\u{1D4A9}-\u{1D4AC}\u{1D4AE}-\u{1D4B9}\u{1D4BB}\u{1D4BD}-\u{1D4C3}\u{1D4C5}-\u{1D505}\u{1D507}-\u{1D50A}\u{1D50D}-\u{1D514}\u{1D516}-\u{1D51C}\u{1D51E}-\u{1D539}\u{1D53B}-\u{1D53E}\u{1D540}-\u{1D544}\u{1D546}\u{1D54A}-\u{1D550}\u{1D552}-\u{1D6A5}\u{1D6A8}-\u{1D6C0}\u{1D6C2}-\u{1D6DA}\u{1D6DC}-\u{1D6FA}\u{1D6FC}-\u{1D714}\u{1D716}-\u{1D734}\u{1D736}-\u{1D74E}\u{1D750}-\u{1D76E}\u{1D770}-\u{1D788}\u{1D78A}-\u{1D7A8}\u{1D7AA}-\u{1D7C2}\u{1D7C4}-\u{1D7CB}\u{1D7CE}-\u{1D7FF}\u{1DA00}-\u{1DA36}\u{1DA3B}-\u{1DA6C}\u{1DA75}\u{1DA84}\u{1DA9B}-\u{1DA9F}\u{1DAA1}-\u{1DAAF}\u{1DF00}-\u{1DF1E}\u{1DF25}-\u{1DF2A}\u{1E000}-\u{1E006}\u{1E008}-\u{1E018}\u{1E01B}-\u{1E021}\u{1E023}\u{1E024}\u{1E026}-\u{1E02A}\u{1E030}-\u{1E06D}\u{1E08F}\u{1E100}-\u{1E12C}\u{1E130}-\u{1E13D}\u{1E140}-\u{1E149}\u{1E14E}\u{1E290}-\u{1E2AE}\u{1E2C0}-\u{1E2F9}\u{1E4D0}-\u{1E4F9}\u{1E5D0}-\u{1E5FA}\u{1E7E0}-\u{1E7E6}\u{1E7E8}-\u{1E7EB}\u{1E7ED}\u{1E7EE}\u{1E7F0}-\u{1E7FE}\u{1E800}-\u{1E8C4}\u{1E8D0}-\u{1E8D6}\u{1E900}-\u{1E94B}\u{1E950}-\u{1E959}\u{1EE00}-\u{1EE03}\u{1EE05}-\u{1EE1F}\u{1EE21}\u{1EE22}\u{1EE24}\u{1EE27}\u{1EE29}-\u{1EE32}\u{1EE34}-\u{1EE37}\u{1EE39}\u{1EE3B}\u{1EE42}\u{1EE47}\u{1EE49}\u{1EE4B}\u{1EE4D}-\u{1EE4F}\u{1EE51}\u{1EE52}\u{1EE54}\u{1EE57}\u{1EE59}\u{1EE5B}\u{1EE5D}\u{1EE5F}\u{1EE61}\u{1EE62}\u{1EE64}\u{1EE67}-\u{1EE6A}\u{1EE6C}-\u{1EE72}\u{1EE74}-\u{1EE77}\u{1EE79}-\u{1EE7C}\u{1EE7E}\u{1EE80}-\u{1EE89}\u{1EE8B}-\u{1EE9B}\u{1EEA1}-\u{1EEA3}\u{1EEA5}-\u{1EEA9}\u{1EEAB}-\u{1EEBB}\u{1FBF0}-\u{1FBF9}\u{20000}-\u{2A6DF}\u{2A700}-\u{2B739}\u{2B740}-\u{2B81D}\u{2B820}-\u{2CEA1}\u{2CEB0}-\u{2EBE0}\u{2EBF0}-\u{2EE5D}\u{2F800}-\u{2FA1D}\u{30000}-\u{3134A}\u{31350}-\u{323AF}\u{E0100}-\u{E01EF}]*/u,r=["and","as","assert","async","await","break","case","class","continue","def","del","elif","else","except","finally","for","from","global","if","import","in","is","lambda","match","nonlocal|10","not","or","pass","raise","return","try","while","with","yield"],l={$pattern:/[A-Za-z]\w+|__\w+__/,keyword:r,built_in:["__import__","abs","all","any","ascii","bin","bool","breakpoint","bytearray","bytes","callable","chr","classmethod","compile","complex","delattr","dict","dir","divmod","enumerate","eval","exec","filter","float","format","frozenset","getattr","globals","hasattr","hash","help","hex","id","input","int","isinstance","issubclass","iter","len","list","locals","map","max","memoryview","min","next","object","oct","open","ord","pow","print","property","range","repr","reversed","round","set","setattr","slice","sorted","staticmethod","str","sum","super","tuple","type","vars","zip"],literal:["__debug__","Ellipsis","False","None","NotImplemented","True"],type:["Any","Callable","Coroutine","Dict","List","Literal","Generic","Optional","Sequence","Set","Tuple","Type","Union"]},s={className:"meta",begin:/^(>>>|\.\.\.) /},o={className:"subst",begin:/\{/,end:/\}/,keywords:l,illegal:/#/},d={begin:/\{\{/,relevance:0},h={className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,s],relevance:10},{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,s],relevance:10},{begin:/([fF][rR]|[rR][fF]|[fF])'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,s,d,o]},{begin:/([fF][rR]|[rR][fF]|[fF])"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,s,d,o]},{begin:/([uU]|[rR])'/,end:/'/,relevance:10},{begin:/([uU]|[rR])"/,end:/"/,relevance:10},{begin:/([bB]|[bB][rR]|[rR][bB])'/,end:/'/},{begin:/([bB]|[bB][rR]|[rR][bB])"/,end:/"/},{begin:/([fF][rR]|[rR][fF]|[fF])'/,end:/'/,contains:[e.BACKSLASH_ESCAPE,d,o]},{begin:/([fF][rR]|[rR][fF]|[fF])"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,d,o]},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},p="[0-9](_?[0-9])*",f="(\\b("+p+"))?\\.("+p+")|\\b("+p+")\\.",E="\\b|"+r.join("|"),A={className:"number",relevance:0,variants:[{begin:"(\\b("+p+")|("+f+"))[eE][+-]?("+p+")[jJ]?(?="+E+")"},{begin:"("+f+")[jJ]?"},{begin:"\\b([1-9](_?[0-9])*|0+(_?0)*)[lLjJ]?(?="+E+")"},{begin:"\\b0[bB](_?[01])+[lL]?(?="+E+")"},{begin:"\\b0[oO](_?[0-7])+[lL]?(?="+E+")"},{begin:"\\b0[xX](_?[0-9a-fA-F])+[lL]?(?="+E+")"},{begin:"\\b("+p+")[jJ](?="+E+")"}]},y={className:"comment",begin:t.lookahead(/# type:/),end:/$/,keywords:l,contains:[{begin:/# type:/},{begin:/#/,end:/\b\B/,endsWithParent:!0}]},D={className:"params",variants:[{className:"",begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:l,contains:["self",s,A,h,e.HASH_COMMENT_MODE]}]};return o.contains=[h,A,s],{name:"Python",aliases:["py","gyp","ipython"],unicodeRegex:!0,keywords:l,illegal:/(<\/|\?)|=>/,contains:[s,A,{begin:/\bself\b/},{beginKeywords:"if",relevance:0},h,y,e.HASH_COMMENT_MODE,{match:[/\bdef/,/\s+/,n],scope:{1:"keyword",3:"title.function"},contains:[D]},{variants:[{match:[/\bclass/,/\s+/,n,/\s*/,/\(\s*/,n,/\s*\)/]},{match:[/\bclass/,/\s+/,n]}],scope:{1:"keyword",3:"title.class",6:"title.class.inherited"}},{className:"meta",begin:/^[\t ]*@/,end:/(?=#)|$/,contains:[A,D,h]}]}}function Rd(e){return{aliases:["pycon"],contains:[{className:"meta.prompt",starts:{end:/ |$/,starts:{end:"$",subLanguage:"python"}},variants:[{begin:/^>>>(?=[ ]|$)/},{begin:/^\.\.\.(?=[ ]|$)/}]}]}}function Id(e){const t=e.regex,n=/(?:(?:[a-zA-Z]|\.[._a-zA-Z])[._a-zA-Z0-9]*)|\.(?!\d)/,r=t.either(/0[xX][0-9a-fA-F]+\.[0-9a-fA-F]*[pP][+-]?\d+i?/,/0[xX][0-9a-fA-F]+(?:[pP][+-]?\d+)?[Li]?/,/(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][+-]?\d+)?[Li]?/),i=/[=!<>:]=|\|\||&&|:::?|<-|<<-|->>|->|\|>|[-+*\/?!$&|:<=>@^~]|\*\*/,u=t.either(/[()]/,/[{}]/,/\[\[/,/[[\]]/,/\\/,/,/);return{name:"R",keywords:{$pattern:n,keyword:"function if in break next repeat else for while",literal:"NULL NA TRUE FALSE Inf NaN NA_integer_|10 NA_real_|10 NA_character_|10 NA_complex_|10",built_in:"LETTERS letters month.abb month.name pi T F abs acos acosh all any anyNA Arg as.call as.character as.complex as.double as.environment as.integer as.logical as.null.default as.numeric as.raw asin asinh atan atanh attr attributes baseenv browser c call ceiling class Conj cos cosh cospi cummax cummin cumprod cumsum digamma dim dimnames emptyenv exp expression floor forceAndCall gamma gc.time globalenv Im interactive invisible is.array is.atomic is.call is.character is.complex is.double is.environment is.expression is.finite is.function is.infinite is.integer is.language is.list is.logical is.matrix is.na is.name is.nan is.null is.numeric is.object is.pairlist is.raw is.recursive is.single is.symbol lazyLoadDBfetch length lgamma list log max min missing Mod names nargs nzchar oldClass on.exit pos.to.env proc.time prod quote range Re rep retracemem return round seq_along seq_len seq.int sign signif sin sinh sinpi sqrt standardGeneric substitute sum switch tan tanh tanpi tracemem trigamma trunc unclass untracemem UseMethod xtfrm"},contains:[e.COMMENT(/#'/,/$/,{contains:[{scope:"doctag",match:/@examples/,starts:{end:t.lookahead(t.either(/\n^#'\s*(?=@[a-zA-Z]+)/,/\n^(?!#')/)),endsParent:!0}},{scope:"doctag",begin:"@param",end:/$/,contains:[{scope:"variable",variants:[{match:n},{match:/`(?:\\.|[^`\\])+`/}],endsParent:!0}]},{scope:"doctag",match:/@[a-zA-Z]+/},{scope:"keyword",match:/\\[a-zA-Z]+/}]}),e.HASH_COMMENT_MODE,{scope:"string",contains:[e.BACKSLASH_ESCAPE],variants:[e.END_SAME_AS_BEGIN({begin:/[rR]"(-*)\(/,end:/\)(-*)"/}),e.END_SAME_AS_BEGIN({begin:/[rR]"(-*)\{/,end:/\}(-*)"/}),e.END_SAME_AS_BEGIN({begin:/[rR]"(-*)\[/,end:/\](-*)"/}),e.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\(/,end:/\)(-*)'/}),e.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\{/,end:/\}(-*)'/}),e.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\[/,end:/\](-*)'/}),{begin:'"',end:'"',relevance:0},{begin:"'",end:"'",relevance:0}]},{relevance:0,variants:[{scope:{1:"operator",2:"number"},match:[i,r]},{scope:{1:"operator",2:"number"},match:[/%[^%]*%/,r]},{scope:{1:"punctuation",2:"number"},match:[u,r]},{scope:{2:"number"},match:[/[^a-zA-Z0-9._]|^/,r]}]},{scope:{3:"operator"},match:[n,/\s+/,/<-/,/\s+/]},{scope:"operator",relevance:0,variants:[{match:i},{match:/%[^%]*%/}]},{scope:"punctuation",relevance:0,match:u},{begin:"`",end:"`",contains:[{begin:/\\./}]}]}}function Ld(e){const t=e.regex,n="([a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?)",r=t.either(/\b([A-Z]+[a-z0-9]+)+/,/\b([A-Z]+[a-z0-9]+)+[A-Z]+/),i=t.concat(r,/(::\w+)*/),a={"variable.constant":["__FILE__","__LINE__","__ENCODING__"],"variable.language":["self","super"],keyword:["alias","and","begin","BEGIN","break","case","class","defined","do","else","elsif","end","END","ensure","for","if","in","module","next","not","or","redo","require","rescue","retry","return","then","undef","unless","until","when","while","yield",...["include","extend","prepend","public","private","protected","raise","throw"]],built_in:["proc","lambda","attr_accessor","attr_reader","attr_writer","define_method","private_constant","module_function"],literal:["true","false","nil"]},l={className:"doctag",begin:"@[A-Za-z]+"},s={begin:"#<",end:">"},o=[e.COMMENT("#","$",{contains:[l]}),e.COMMENT("^=begin","^=end",{contains:[l],relevance:10}),e.COMMENT("^__END__",e.MATCH_NOTHING_RE)],d={className:"subst",begin:/#\{/,end:/\}/,keywords:a},h={className:"string",contains:[e.BACKSLASH_ESCAPE,d],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{begin:/%[qQwWx]?\(/,end:/\)/},{begin:/%[qQwWx]?\[/,end:/\]/},{begin:/%[qQwWx]?\{/,end:/\}/},{begin:/%[qQwWx]?</,end:/>/},{begin:/%[qQwWx]?\//,end:/\//},{begin:/%[qQwWx]?%/,end:/%/},{begin:/%[qQwWx]?-/,end:/-/},{begin:/%[qQwWx]?\|/,end:/\|/},{begin:/\B\?(\\\d{1,3})/},{begin:/\B\?(\\x[A-Fa-f0-9]{1,2})/},{begin:/\B\?(\\u\{?[A-Fa-f0-9]{1,6}\}?)/},{begin:/\B\?(\\M-\\C-|\\M-\\c|\\c\\M-|\\M-|\\C-\\M-)[\x20-\x7e]/},{begin:/\B\?\\(c|C-)[\x20-\x7e]/},{begin:/\B\?\\?\S/},{begin:t.concat(/<<[-~]?'?/,t.lookahead(/(\w+)(?=\W)[^\n]*\n(?:[^\n]*\n)*?\s*\1\b/)),contains:[e.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,contains:[e.BACKSLASH_ESCAPE,d]})]}]},p="[1-9](_?[0-9])*|0",f="[0-9](_?[0-9])*",E={className:"number",relevance:0,variants:[{begin:"\\b("+p+")(\\.("+f+"))?([eE][+-]?("+f+")|r)?i?\\b"},{begin:"\\b0[dD][0-9](_?[0-9])*r?i?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*r?i?\\b"},{begin:"\\b0[oO][0-7](_?[0-7])*r?i?\\b"},{begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*r?i?\\b"},{begin:"\\b0(_?[0-7])+r?i?\\b"}]},A={variants:[{match:/\(\)/},{className:"params",begin:/\(/,end:/(?=\))/,excludeBegin:!0,endsParent:!0,keywords:a}]},S=[h,{variants:[{match:[/class\s+/,i,/\s+<\s+/,i]},{match:[/\b(class|module)\s+/,i]}],scope:{2:"title.class",4:"title.class.inherited"},keywords:a},{match:[/(include|extend)\s+/,i],scope:{2:"title.class"},keywords:a},{relevance:0,match:[i,/\.new[. (]/],scope:{1:"title.class"}},{relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"},{relevance:0,match:r,scope:"title.class"},{match:[/def/,/\s+/,n],scope:{1:"keyword",3:"title.function"},contains:[A]},{begin:e.IDENT_RE+"::"},{className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"(!|\\?)?:",relevance:0},{className:"symbol",begin:":(?!\\s)",contains:[h,{begin:n}],relevance:0},E,{className:"variable",begin:"(\\$\\W)|((\\$|@@?)(\\w+))(?=[^@$?])(?![A-Za-z])(?![@$?'])"},{className:"params",begin:/\|/,end:/\|/,excludeBegin:!0,excludeEnd:!0,relevance:0,keywords:a},{begin:"("+e.RE_STARTERS_RE+"|unless)\\s*",keywords:"unless",contains:[{className:"regexp",contains:[e.BACKSLASH_ESCAPE,d],illegal:/\n/,variants:[{begin:"/",end:"/[a-z]*"},{begin:/%r\{/,end:/\}[a-z]*/},{begin:"%r\\(",end:"\\)[a-z]*"},{begin:"%r!",end:"![a-z]*"},{begin:"%r\\[",end:"\\][a-z]*"}]}].concat(s,o),relevance:0}].concat(s,o);d.contains=S,A.contains=S;const N=[{begin:/^\s*=>/,starts:{end:"$",contains:S}},{className:"meta.prompt",begin:"^("+"[>?]>"+"|"+"[\\w#]+\\(\\w+\\):\\d+:\\d+[>*]"+"|"+"(\\w+-)?\\d+\\.\\d+\\.\\d+(p\\d+)?[^\\d][^>]+>"+")(?=[ ])",starts:{end:"$",keywords:a,contains:S}}];return o.unshift(s),{name:"Ruby",aliases:["rb","gemspec","podspec","thor","irb"],keywords:a,illegal:/\/\*/,contains:[e.SHEBANG({binary:"ruby"})].concat(N).concat(o).concat(S)}}function zd(e){const t=e.regex,n={className:"title.function.invoke",relevance:0,begin:t.concat(/\b/,/(?!let\b)/,e.IDENT_RE,t.lookahead(/\s*\(/))},r="([ui](8|16|32|64|128|size)|f(32|64))?",i=["abstract","as","async","await","become","box","break","const","continue","crate","do","dyn","else","enum","extern","false","final","fn","for","if","impl","in","let","loop","macro","match","mod","move","mut","override","priv","pub","ref","return","self","Self","static","struct","super","trait","true","try","type","typeof","unsafe","unsized","use","virtual","where","while","yield"],u=["true","false","Some","None","Ok","Err"],a=["drop ","Copy","Send","Sized","Sync","Drop","Fn","FnMut","FnOnce","ToOwned","Clone","Debug","PartialEq","PartialOrd","Eq","Ord","AsRef","AsMut","Into","From","Default","Iterator","Extend","IntoIterator","DoubleEndedIterator","ExactSizeIterator","SliceConcatExt","ToString","assert!","assert_eq!","bitflags!","bytes!","cfg!","col!","concat!","concat_idents!","debug_assert!","debug_assert_eq!","env!","panic!","file!","format!","format_args!","include_bytes!","include_str!","line!","local_data_key!","module_path!","option_env!","print!","println!","select!","stringify!","try!","unimplemented!","unreachable!","vec!","write!","writeln!","macro_rules!","assert_ne!","debug_assert_ne!"],l=["i8","i16","i32","i64","i128","isize","u8","u16","u32","u64","u128","usize","f32","f64","str","char","bool","Box","Option","Result","String","Vec"];return{name:"Rust",aliases:["rs"],keywords:{$pattern:e.IDENT_RE+"!?",type:l,keyword:i,literal:u,built_in:a},illegal:"</",contains:[e.C_LINE_COMMENT_MODE,e.COMMENT("/\\*","\\*/",{contains:["self"]}),e.inherit(e.QUOTE_STRING_MODE,{begin:/b?"/,illegal:null}),{className:"string",variants:[{begin:/b?r(#*)"(.|\n)*?"\1(?!#)/},{begin:/b?'\\?(x\w{2}|u\w{4}|U\w{8}|.)'/}]},{className:"symbol",begin:/'[a-zA-Z_][a-zA-Z0-9_]*/},{className:"number",variants:[{begin:"\\b0b([01_]+)"+r},{begin:"\\b0o([0-7_]+)"+r},{begin:"\\b0x([A-Fa-f0-9_]+)"+r},{begin:"\\b(\\d[\\d_]*(\\.[0-9_]+)?([eE][+-]?[0-9_]+)?)"+r}],relevance:0},{begin:[/fn/,/\s+/,e.UNDERSCORE_IDENT_RE],className:{1:"keyword",3:"title.function"}},{className:"meta",begin:"#!?\\[",end:"\\]",contains:[{className:"string",begin:/"/,end:/"/}]},{begin:[/let/,/\s+/,/(?:mut\s+)?/,e.UNDERSCORE_IDENT_RE],className:{1:"keyword",3:"keyword",4:"variable"}},{begin:[/for/,/\s+/,e.UNDERSCORE_IDENT_RE,/\s+/,/in/],className:{1:"keyword",3:"variable",5:"keyword"}},{begin:[/type/,/\s+/,e.UNDERSCORE_IDENT_RE],className:{1:"keyword",3:"title.class"}},{begin:[/(?:trait|enum|struct|union|impl|for)/,/\s+/,e.UNDERSCORE_IDENT_RE],className:{1:"keyword",3:"title.class"}},{begin:e.IDENT_RE+"::",keywords:{keyword:"Self",built_in:a,type:l}},{className:"punctuation",begin:"->"},n]}}const Pd=e=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:e.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:"number",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/},FUNCTION_DISPATCH:{className:"built_in",begin:/[\w-]+(?=\()/},ATTRIBUTE_SELECTOR_MODE:{scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:e.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},CSS_VARIABLE:{className:"attr",begin:/--[A-Za-z][A-Za-z0-9_-]*/}}),Ud=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","p","q","quote","samp","section","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],Hd=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"],qd=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"],Gd=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"],$d=["align-content","align-items","align-self","all","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","block-size","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","caret-color","clear","clip","clip-path","clip-rule","color","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","contain","content","content-visibility","counter-increment","counter-reset","cue","cue-after","cue-before","cursor","direction","display","empty-cells","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flow","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-smoothing","font-stretch","font-style","font-synthesis","font-variant","font-variant-caps","font-variant-east-asian","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","gap","glyph-orientation-vertical","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-gap","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inline-size","isolation","justify-content","left","letter-spacing","line-break","line-height","list-style","list-style-image","list-style-position","list-style-type","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","marks","mask","mask-border","mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","max-block-size","max-height","max-inline-size","max-width","min-block-size","min-height","min-inline-size","min-width","mix-blend-mode","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-y","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","pause","pause-after","pause-before","perspective","perspective-origin","pointer-events","position","quotes","resize","rest","rest-after","rest-before","right","row-gap","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","speak","speak-as","src","tab-size","table-layout","text-align","text-align-all","text-align-last","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-style","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-indent","text-justify","text-orientation","text-overflow","text-rendering","text-shadow","text-transform","text-underline-position","top","transform","transform-box","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","unicode-bidi","vertical-align","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","z-index"].reverse();function Kd(e){const t=Pd(e),n=Gd,r=qd,i="@[a-z-]+",u="and or not only",l={className:"variable",begin:"(\\$"+"[a-zA-Z-][a-zA-Z0-9_-]*"+")\\b",relevance:0};return{name:"SCSS",case_insensitive:!0,illegal:"[=/|']",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,t.CSS_NUMBER_MODE,{className:"selector-id",begin:"#[A-Za-z0-9_-]+",relevance:0},{className:"selector-class",begin:"\\.[A-Za-z0-9_-]+",relevance:0},t.ATTRIBUTE_SELECTOR_MODE,{className:"selector-tag",begin:"\\b("+Ud.join("|")+")\\b",relevance:0},{className:"selector-pseudo",begin:":("+r.join("|")+")"},{className:"selector-pseudo",begin:":(:)?("+n.join("|")+")"},l,{begin:/\(/,end:/\)/,contains:[t.CSS_NUMBER_MODE]},t.CSS_VARIABLE,{className:"attribute",begin:"\\b("+$d.join("|")+")\\b"},{begin:"\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\b"},{begin:/:/,end:/[;}{]/,relevance:0,contains:[t.BLOCK_COMMENT,l,t.HEXCOLOR,t.CSS_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,t.IMPORTANT,t.FUNCTION_DISPATCH]},{begin:"@(page|font-face)",keywords:{$pattern:i,keyword:"@page @font-face"}},{begin:"@",end:"[{;]",returnBegin:!0,keywords:{$pattern:/[a-z-]+/,keyword:u,attribute:Hd.join(" ")},contains:[{begin:i,className:"keyword"},{begin:/[a-z-]+(?=:)/,className:"attribute"},l,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,t.HEXCOLOR,t.CSS_NUMBER_MODE]},t.FUNCTION_DISPATCH]}}function Vd(e){return{name:"Shell Session",aliases:["console","shellsession"],contains:[{className:"meta.prompt",begin:/^\s{0,3}[/~\w\d[\]()@-]*[>%$#][ ]?/,starts:{end:/[^\\](?=\s*$)/,subLanguage:"bash"}}]}}function Wd(e){const t=e.regex,n=e.COMMENT("--","$"),r={className:"string",variants:[{begin:/'/,end:/'/,contains:[{begin:/''/}]}]},i={begin:/"/,end:/"/,contains:[{begin:/""/}]},u=["true","false","unknown"],a=["double precision","large object","with timezone","without timezone"],l=["bigint","binary","blob","boolean","char","character","clob","date","dec","decfloat","decimal","float","int","integer","interval","nchar","nclob","national","numeric","real","row","smallint","time","timestamp","varchar","varying","varbinary"],s=["add","asc","collation","desc","final","first","last","view"],o=["abs","acos","all","allocate","alter","and","any","are","array","array_agg","array_max_cardinality","as","asensitive","asin","asymmetric","at","atan","atomic","authorization","avg","begin","begin_frame","begin_partition","between","bigint","binary","blob","boolean","both","by","call","called","cardinality","cascaded","case","cast","ceil","ceiling","char","char_length","character","character_length","check","classifier","clob","close","coalesce","collate","collect","column","commit","condition","connect","constraint","contains","convert","copy","corr","corresponding","cos","cosh","count","covar_pop","covar_samp","create","cross","cube","cume_dist","current","current_catalog","current_date","current_default_transform_group","current_path","current_role","current_row","current_schema","current_time","current_timestamp","current_path","current_role","current_transform_group_for_type","current_user","cursor","cycle","date","day","deallocate","dec","decimal","decfloat","declare","default","define","delete","dense_rank","deref","describe","deterministic","disconnect","distinct","double","drop","dynamic","each","element","else","empty","end","end_frame","end_partition","end-exec","equals","escape","every","except","exec","execute","exists","exp","external","extract","false","fetch","filter","first_value","float","floor","for","foreign","frame_row","free","from","full","function","fusion","get","global","grant","group","grouping","groups","having","hold","hour","identity","in","indicator","initial","inner","inout","insensitive","insert","int","integer","intersect","intersection","interval","into","is","join","json_array","json_arrayagg","json_exists","json_object","json_objectagg","json_query","json_table","json_table_primitive","json_value","lag","language","large","last_value","lateral","lead","leading","left","like","like_regex","listagg","ln","local","localtime","localtimestamp","log","log10","lower","match","match_number","match_recognize","matches","max","member","merge","method","min","minute","mod","modifies","module","month","multiset","national","natural","nchar","nclob","new","no","none","normalize","not","nth_value","ntile","null","nullif","numeric","octet_length","occurrences_regex","of","offset","old","omit","on","one","only","open","or","order","out","outer","over","overlaps","overlay","parameter","partition","pattern","per","percent","percent_rank","percentile_cont","percentile_disc","period","portion","position","position_regex","power","precedes","precision","prepare","primary","procedure","ptf","range","rank","reads","real","recursive","ref","references","referencing","regr_avgx","regr_avgy","regr_count","regr_intercept","regr_r2","regr_slope","regr_sxx","regr_sxy","regr_syy","release","result","return","returns","revoke","right","rollback","rollup","row","row_number","rows","running","savepoint","scope","scroll","search","second","seek","select","sensitive","session_user","set","show","similar","sin","sinh","skip","smallint","some","specific","specifictype","sql","sqlexception","sqlstate","sqlwarning","sqrt","start","static","stddev_pop","stddev_samp","submultiset","subset","substring","substring_regex","succeeds","sum","symmetric","system","system_time","system_user","table","tablesample","tan","tanh","then","time","timestamp","timezone_hour","timezone_minute","to","trailing","translate","translate_regex","translation","treat","trigger","trim","trim_array","true","truncate","uescape","union","unique","unknown","unnest","update","upper","user","using","value","values","value_of","var_pop","var_samp","varbinary","varchar","varying","versioning","when","whenever","where","width_bucket","window","with","within","without","year"],d=["abs","acos","array_agg","asin","atan","avg","cast","ceil","ceiling","coalesce","corr","cos","cosh","count","covar_pop","covar_samp","cume_dist","dense_rank","deref","element","exp","extract","first_value","floor","json_array","json_arrayagg","json_exists","json_object","json_objectagg","json_query","json_table","json_table_primitive","json_value","lag","last_value","lead","listagg","ln","log","log10","lower","max","min","mod","nth_value","ntile","nullif","percent_rank","percentile_cont","percentile_disc","position","position_regex","power","rank","regr_avgx","regr_avgy","regr_count","regr_intercept","regr_r2","regr_slope","regr_sxx","regr_sxy","regr_syy","row_number","sin","sinh","sqrt","stddev_pop","stddev_samp","substring","substring_regex","sum","tan","tanh","translate","translate_regex","treat","trim","trim_array","unnest","upper","value_of","var_pop","var_samp","width_bucket"],h=["current_catalog","current_date","current_default_transform_group","current_path","current_role","current_schema","current_transform_group_for_type","current_user","session_user","system_time","system_user","current_time","localtime","current_timestamp","localtimestamp"],p=["create table","insert into","primary key","foreign key","not null","alter table","add constraint","grouping sets","on overflow","character set","respect nulls","ignore nulls","nulls first","nulls last","depth first","breadth first"],f=d,E=[...o,...s].filter(_=>!d.includes(_)),A={className:"variable",begin:/@[a-z0-9][a-z0-9_]*/},y={className:"operator",begin:/[-+*/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?/,relevance:0},D={begin:t.concat(/\b/,t.either(...f),/\s*\(/),relevance:0,keywords:{built_in:f}};function k(_,O){let{exceptions:I,when:S}=O===void 0?{}:O;const L=S;return I=I||[],_.map(z=>z.match(/\|\d+$/)||I.includes(z)?z:L(z)?z+"|0":z)}return{name:"SQL",case_insensitive:!0,illegal:/[{}]|<\//,keywords:{$pattern:/\b[\w\.]+/,keyword:k(E,{when:_=>_.length<3}),literal:u,type:l,built_in:h},contains:[{begin:t.either(...p),relevance:0,keywords:{$pattern:/[\w\.]+/,keyword:E.concat(p),literal:u,type:l}},{className:"type",begin:t.either(...a)},D,A,r,i,e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE,n,y]}}function il(e){return e?typeof e=="string"?e:e.source:null}function P0(e){return rt("(?=",e,")")}function rt(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return t.map(i=>il(i)).join("")}function Yd(e){const t=e[e.length-1];return typeof t=="object"&&t.constructor===Object?(e.splice(e.length-1,1),t):{}}function Ht(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return"("+(Yd(t).capture?"":"?:")+t.map(u=>il(u)).join("|")+")"}const Ji=e=>rt(/\b/,e,/\w$/.test(e)?/\b/:/\B/),Zd=["Protocol","Type"].map(Ji),ul=["init","self"].map(Ji),Xd=["Any","Self"],eu=["actor","any","associatedtype","async","await",/as\?/,/as!/,"as","break","case","catch","class","continue","convenience","default","defer","deinit","didSet","distributed","do","dynamic","else","enum","extension","fallthrough",/fileprivate\(set\)/,"fileprivate","final","for","func","get","guard","if","import","indirect","infix",/init\?/,/init!/,"inout",/internal\(set\)/,"internal","in","is","isolated","nonisolated","lazy","let","mutating","nonmutating",/open\(set\)/,"open","operator","optional","override","postfix","precedencegroup","prefix",/private\(set\)/,"private","protocol",/public\(set\)/,"public","repeat","required","rethrows","return","set","some","static","struct","subscript","super","switch","throws","throw",/try\?/,/try!/,"try","typealias",/unowned\(safe\)/,/unowned\(unsafe\)/,"unowned","var","weak","where","while","willSet"],al=["false","nil","true"],Qd=["assignment","associativity","higherThan","left","lowerThan","none","right"],jd=["#colorLiteral","#column","#dsohandle","#else","#elseif","#endif","#error","#file","#fileID","#fileLiteral","#filePath","#function","#if","#imageLiteral","#keyPath","#line","#selector","#sourceLocation","#warn_unqualified_access","#warning"],ll=["abs","all","any","assert","assertionFailure","debugPrint","dump","fatalError","getVaList","isKnownUniquelyReferenced","max","min","numericCast","pointwiseMax","pointwiseMin","precondition","preconditionFailure","print","readLine","repeatElement","sequence","stride","swap","swift_unboxFromSwiftValueWithType","transcode","type","unsafeBitCast","unsafeDowncast","withExtendedLifetime","withUnsafeMutablePointer","withUnsafePointer","withVaList","withoutActuallyEscaping","zip"],sl=Ht(/[/=\-+!*%<>&|^~?]/,/[\u00A1-\u00A7]/,/[\u00A9\u00AB]/,/[\u00AC\u00AE]/,/[\u00B0\u00B1]/,/[\u00B6\u00BB\u00BF\u00D7\u00F7]/,/[\u2016-\u2017]/,/[\u2020-\u2027]/,/[\u2030-\u203E]/,/[\u2041-\u2053]/,/[\u2055-\u205E]/,/[\u2190-\u23FF]/,/[\u2500-\u2775]/,/[\u2794-\u2BFF]/,/[\u2E00-\u2E7F]/,/[\u3001-\u3003]/,/[\u3008-\u3020]/,/[\u3030]/),ol=Ht(sl,/[\u0300-\u036F]/,/[\u1DC0-\u1DFF]/,/[\u20D0-\u20FF]/,/[\uFE00-\uFE0F]/,/[\uFE20-\uFE2F]/),tu=rt(sl,ol,"*"),cl=Ht(/[a-zA-Z_]/,/[\u00A8\u00AA\u00AD\u00AF\u00B2-\u00B5\u00B7-\u00BA]/,/[\u00BC-\u00BE\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF]/,/[\u0100-\u02FF\u0370-\u167F\u1681-\u180D\u180F-\u1DBF]/,/[\u1E00-\u1FFF]/,/[\u200B-\u200D\u202A-\u202E\u203F-\u2040\u2054\u2060-\u206F]/,/[\u2070-\u20CF\u2100-\u218F\u2460-\u24FF\u2776-\u2793]/,/[\u2C00-\u2DFF\u2E80-\u2FFF]/,/[\u3004-\u3007\u3021-\u302F\u3031-\u303F\u3040-\uD7FF]/,/[\uF900-\uFD3D\uFD40-\uFDCF\uFDF0-\uFE1F\uFE30-\uFE44]/,/[\uFE47-\uFEFE\uFF00-\uFFFD]/),U0=Ht(cl,/\d/,/[\u0300-\u036F\u1DC0-\u1DFF\u20D0-\u20FF\uFE20-\uFE2F]/),Bn=rt(cl,U0,"*"),nu=rt(/[A-Z]/,U0,"*"),Jd=["autoclosure",rt(/convention\(/,Ht("swift","block","c"),/\)/),"discardableResult","dynamicCallable","dynamicMemberLookup","escaping","frozen","GKInspectable","IBAction","IBDesignable","IBInspectable","IBOutlet","IBSegueAction","inlinable","main","nonobjc","NSApplicationMain","NSCopying","NSManaged",rt(/objc\(/,Bn,/\)/),"objc","objcMembers","propertyWrapper","requires_stored_property_inits","resultBuilder","testable","UIApplicationMain","unknown","usableFromInline"],eh=["iOS","iOSApplicationExtension","macOS","macOSApplicationExtension","macCatalyst","macCatalystApplicationExtension","watchOS","watchOSApplicationExtension","tvOS","tvOSApplicationExtension","swift"];function th(e){const t={match:/\s+/,relevance:0},n=e.COMMENT("/\\*","\\*/",{contains:["self"]}),r=[e.C_LINE_COMMENT_MODE,n],i={match:[/\./,Ht(...Zd,...ul)],className:{2:"keyword"}},u={match:rt(/\./,Ht(...eu)),relevance:0},a=eu.filter(we=>typeof we=="string").concat(["_|0"]),l=eu.filter(we=>typeof we!="string").concat(Xd).map(Ji),s={variants:[{className:"keyword",match:Ht(...l,...ul)}]},o={$pattern:Ht(/\b\w+/,/#\w+/),keyword:a.concat(jd),literal:al},d=[i,u,s],h={match:rt(/\./,Ht(...ll)),relevance:0},p={className:"built_in",match:rt(/\b/,Ht(...ll),/(?=\()/)},f=[h,p],E={match:/->/,relevance:0},A={className:"operator",relevance:0,variants:[{match:tu},{match:"\\.(\\.|"+ol+")+"}]},y=[E,A],D="([0-9]_*)+",k="([0-9a-fA-F]_*)+",_={className:"number",relevance:0,variants:[{match:"\\b("+D+")(\\.("+D+"))?"+("([eE][+-]?("+D+"))?\\b")},{match:"\\b0x("+k+")(\\.("+k+"))?"+("([pP][+-]?("+D+"))?\\b")},{match:/\b0o([0-7]_*)+\b/},{match:/\b0b([01]_*)+\b/}]},O=function(we){return we===void 0&&(we=""),{className:"subst",variants:[{match:rt(/\\/,we,/[0\\tnr"']/)},{match:rt(/\\/,we,/u\{[0-9a-fA-F]{1,8}\}/)}]}},I=function(we){return we===void 0&&(we=""),{className:"subst",match:rt(/\\/,we,/[\t ]*(?:[\r\n]|\r\n)/)}},S=function(we){return we===void 0&&(we=""),{className:"subst",label:"interpol",begin:rt(/\\/,we,/\(/),end:/\)/}},L=function(we){return we===void 0&&(we=""),{begin:rt(we,/"""/),end:rt(/"""/,we),contains:[O(we),I(we),S(we)]}},z=function(we){return we===void 0&&(we=""),{begin:rt(we,/"/),end:rt(/"/,we),contains:[O(we),S(we)]}},H={className:"string",variants:[L(),L("#"),L("##"),L("###"),z(),z("#"),z("##"),z("###")]},N={match:rt(/`/,Bn,/`/)},le={className:"variable",match:/\$\d+/},ne={className:"variable",match:"\\$"+U0+"+"},Y=[N,le,ne],X={match:/(@|#(un)?)available/,className:"keyword",starts:{contains:[{begin:/\(/,end:/\)/,keywords:eh,contains:[...y,_,H]}]}},re={className:"keyword",match:rt(/@/,Ht(...Jd))},Ne={className:"meta",match:rt(/@/,Bn)},Le=[X,re,Ne],Ae={match:P0(/\b[A-Z]/),relevance:0,contains:[{className:"type",match:rt(/(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)/,U0,"+")},{className:"type",match:nu,relevance:0},{match:/[?!]+/,relevance:0},{match:/\.\.\./,relevance:0},{match:rt(/\s+&\s+/,P0(nu)),relevance:0}]},We={begin:/</,end:/>/,keywords:o,contains:[...r,...d,...Le,E,Ae]};Ae.contains.push(We);const w={match:rt(Bn,/\s*:/),keywords:"_|0",relevance:0},Ie={begin:/\(/,end:/\)/,relevance:0,keywords:o,contains:["self",w,...r,...d,...f,...y,_,H,...Y,...Le,Ae]},ze={begin:/</,end:/>/,contains:[...r,Ae]},F={begin:Ht(P0(rt(Bn,/\s*:/)),P0(rt(Bn,/\s+/,Bn,/\s*:/))),end:/:/,relevance:0,contains:[{className:"keyword",match:/\b_\b/},{className:"params",match:Bn}]},Ct={begin:/\(/,end:/\)/,keywords:o,contains:[F,...r,...d,...y,_,H,...Le,Ae,Ie],endsParent:!0,illegal:/["']/},zt={match:[/func/,/\s+/,Ht(N.match,Bn,tu)],className:{1:"keyword",3:"title.function"},contains:[ze,Ct,t],illegal:[/\[/,/%/]},jn={match:[/\b(?:subscript|init[?!]?)/,/\s*(?=[<(])/],className:{1:"keyword"},contains:[ze,Ct,t],illegal:/\[|%/},$t={match:[/operator/,/\s+/,tu],className:{1:"keyword",3:"title"}},ut={begin:[/precedencegroup/,/\s+/,nu],className:{1:"keyword",3:"title"},contains:[Ae],keywords:[...Qd,...al],end:/}/};for(const we of H.variants){const Nt=we.contains.find(cn=>cn.label==="interpol");Nt.keywords=o;const on=[...d,...f,...y,_,H,...Y];Nt.contains=[...on,{begin:/\(/,end:/\)/,contains:["self",...on]}]}return{name:"Swift",keywords:o,contains:[...r,zt,jn,{beginKeywords:"struct protocol class extension enum actor",end:"\\{",excludeEnd:!0,keywords:o,contains:[e.inherit(e.TITLE_MODE,{className:"title.class",begin:/[A-Za-z$_][\u00C0-\u02B80-9A-Za-z$_]*/}),...d]},$t,ut,{beginKeywords:"import",end:/$/,contains:[...r],relevance:0},...d,...f,...y,_,H,...Y,...Le,Ae,Ie]}}const H0="[A-Za-z$_][0-9A-Za-z$_]*",dl=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],hl=["true","false","null","undefined","NaN","Infinity"],ml=["Object","Function","Boolean","Symbol","Math","Date","Number","BigInt","String","RegExp","Array","Float32Array","Float64Array","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Int32Array","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array","Set","Map","WeakSet","WeakMap","ArrayBuffer","SharedArrayBuffer","Atomics","DataView","JSON","Promise","Generator","GeneratorFunction","AsyncFunction","Reflect","Proxy","Intl","WebAssembly"],fl=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],pl=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],gl=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],bl=[].concat(pl,ml,fl);function nh(e){const t=e.regex,n=(Ae,We)=>{let{after:w}=We;const Ie="</"+Ae[0].slice(1);return Ae.input.indexOf(Ie,w)!==-1},r=H0,i={begin:"<>",end:"</>"},u=/<[A-Za-z0-9\\._:-]+\s*\/>/,a={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(Ae,We)=>{const w=Ae[0].length+Ae.index,Ie=Ae.input[w];if(Ie==="<"||Ie===","){We.ignoreMatch();return}Ie===">"&&(n(Ae,{after:w})||We.ignoreMatch());let ze;const F=Ae.input.substring(w);if(ze=F.match(/^\s*=/)){We.ignoreMatch();return}if((ze=F.match(/^\s+extends\s+/))&&ze.index===0){We.ignoreMatch();return}}},l={$pattern:H0,keyword:dl,literal:hl,built_in:bl,"variable.language":gl},s="[0-9](_?[0-9])*",o="\\.("+s+")",d="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",h={className:"number",variants:[{begin:"(\\b("+d+")(("+o+")|\\.)?|("+o+"))"+("[eE][+-]?("+s+")\\b")},{begin:"\\b("+d+")\\b(("+o+")\\b|\\.)?|("+o+")\\b"},{begin:"\\b(0|[1-9](_?[0-9])*)n\\b"},{begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*n?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*n?\\b"},{begin:"\\b0[oO][0-7](_?[0-7])*n?\\b"},{begin:"\\b0[0-7]+n?\\b"}],relevance:0},p={className:"subst",begin:"\\$\\{",end:"\\}",keywords:l,contains:[]},f={begin:"html`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,p],subLanguage:"xml"}},E={begin:"css`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,p],subLanguage:"css"}},A={begin:"gql`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,p],subLanguage:"graphql"}},y={className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,p]},k={className:"comment",variants:[e.COMMENT(/\/\*\*(?!\/)/,"\\*/",{relevance:0,contains:[{begin:"(?=@[A-Za-z]+)",relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"},{className:"type",begin:"\\{",end:"\\}",excludeEnd:!0,excludeBegin:!0,relevance:0},{className:"variable",begin:r+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE]},_=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,f,E,A,y,{match:/\$\d+/},h];p.contains=_.concat({begin:/\{/,end:/\}/,keywords:l,contains:["self"].concat(_)});const O=[].concat(k,p.contains),I=O.concat([{begin:/\(/,end:/\)/,keywords:l,contains:["self"].concat(O)}]),S={className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:l,contains:I},L={variants:[{match:[/class/,/\s+/,r,/\s+/,/extends/,/\s+/,t.concat(r,"(",t.concat(/\./,r),")*")],scope:{1:"keyword",3:"title.class",5:"keyword",7:"title.class.inherited"}},{match:[/class/,/\s+/,r],scope:{1:"keyword",3:"title.class"}}]},z={relevance:0,match:t.either(/\bJSON/,/\b[A-Z][a-z]+([A-Z][a-z]*|\d)*/,/\b[A-Z]{2,}([A-Z][a-z]+|\d)+([A-Z][a-z]*)*/,/\b[A-Z]{2,}[a-z]+([A-Z][a-z]+|\d)*([A-Z][a-z]*)*/),className:"title.class",keywords:{_:[...ml,...fl]}},H={label:"use_strict",className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},N={variants:[{match:[/function/,/\s+/,r,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:"keyword",3:"title.function"},label:"func.def",contains:[S],illegal:/%/},le={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"};function ne(Ae){return t.concat("(?!",Ae.join("|"),")")}const Y={match:t.concat(/\b/,ne([...pl,"super","import"]),r,t.lookahead(/\(/)),className:"title.function",relevance:0},X={begin:t.concat(/\./,t.lookahead(t.concat(r,/(?![0-9A-Za-z$_(])/))),end:r,excludeBegin:!0,keywords:"prototype",className:"property",relevance:0},re={match:[/get|set/,/\s+/,r,/(?=\()/],className:{1:"keyword",3:"title.function"},contains:[{begin:/\(\)/},S]},Ne="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+e.UNDERSCORE_IDENT_RE+")\\s*=>",Le={match:[/const|var|let/,/\s+/,r,/\s*/,/=\s*/,/(async\s*)?/,t.lookahead(Ne)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[S]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:l,exports:{PARAMS_CONTAINS:I,CLASS_REFERENCE:z},illegal:/#(?![$_A-z])/,contains:[e.SHEBANG({label:"shebang",binary:"node",relevance:5}),H,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,f,E,A,y,k,{match:/\$\d+/},h,z,{className:"attr",begin:r+t.lookahead(":"),relevance:0},Le,{begin:"("+e.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",relevance:0,contains:[k,e.REGEXP_MODE,{className:"function",begin:Ne,returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:e.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:l,contains:I}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:i.begin,end:i.end},{match:u},{begin:a.begin,"on:begin":a.isTrulyOpeningTag,end:a.end}],subLanguage:"xml",contains:[{begin:a.begin,end:a.end,skip:!0,contains:["self"]}]}]},N,{beginKeywords:"while if switch catch for"},{begin:"\\b(?!function)"+e.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,label:"func.def",contains:[S,e.inherit(e.TITLE_MODE,{begin:r,className:"title.function"})]},{match:/\.\.\./,relevance:0},X,{match:"\\$"+r,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[S]},Y,le,L,re,{match:/\$[(.]/}]}}function rh(e){const t=nh(e),n=H0,r=["any","void","number","boolean","string","object","never","symbol","bigint","unknown"],i={beginKeywords:"namespace",end:/\{/,excludeEnd:!0,contains:[t.exports.CLASS_REFERENCE]},u={beginKeywords:"interface",end:/\{/,excludeEnd:!0,keywords:{keyword:"interface extends",built_in:r},contains:[t.exports.CLASS_REFERENCE]},a={className:"meta",relevance:10,begin:/^\s*['"]use strict['"]/},l=["type","namespace","interface","public","private","protected","implements","declare","abstract","readonly","enum","override"],s={$pattern:H0,keyword:dl.concat(l),literal:hl,built_in:bl.concat(r),"variable.language":gl},o={className:"meta",begin:"@"+n},d=(p,f,E)=>{const A=p.contains.findIndex(y=>y.label===f);if(A===-1)throw new Error("can not find mode to replace");p.contains.splice(A,1,E)};Object.assign(t.keywords,s),t.exports.PARAMS_CONTAINS.push(o),t.contains=t.contains.concat([o,i,u]),d(t,"shebang",e.SHEBANG()),d(t,"use_strict",a);const h=t.contains.find(p=>p.label==="func.def");return h.relevance=0,Object.assign(t,{name:"TypeScript",aliases:["ts","tsx","mts","cts"]}),t}function ih(e){const t=e.regex,n={className:"string",begin:/"(""|[^/n])"C\b/},r={className:"string",begin:/"/,end:/"/,illegal:/\n/,contains:[{begin:/""/}]},i=/\d{1,2}\/\d{1,2}\/\d{4}/,u=/\d{4}-\d{1,2}-\d{1,2}/,a=/(\d|1[012])(:\d+){0,2} *(AM|PM)/,l=/\d{1,2}(:\d{1,2}){1,2}/,s={className:"literal",variants:[{begin:t.concat(/# */,t.either(u,i),/ *#/)},{begin:t.concat(/# */,l,/ *#/)},{begin:t.concat(/# */,a,/ *#/)},{begin:t.concat(/# */,t.either(u,i),/ +/,t.either(a,l),/ *#/)}]},o={className:"number",relevance:0,variants:[{begin:/\b\d[\d_]*((\.[\d_]+(E[+-]?[\d_]+)?)|(E[+-]?[\d_]+))[RFD@!#]?/},{begin:/\b\d[\d_]*((U?[SIL])|[%&])?/},{begin:/&H[\dA-F_]+((U?[SIL])|[%&])?/},{begin:/&O[0-7_]+((U?[SIL])|[%&])?/},{begin:/&B[01_]+((U?[SIL])|[%&])?/}]},d={className:"label",begin:/^\w+:/},h=e.COMMENT(/'''/,/$/,{contains:[{className:"doctag",begin:/<\/?/,end:/>/}]}),p=e.COMMENT(null,/$/,{variants:[{begin:/'/},{begin:/([\t ]|^)REM(?=\s)/}]});return{name:"Visual Basic .NET",aliases:["vb"],case_insensitive:!0,classNameAliases:{label:"symbol"},keywords:{keyword:"addhandler alias aggregate ansi as async assembly auto binary by byref byval call case catch class compare const continue custom declare default delegate dim distinct do each equals else elseif end enum erase error event exit explicit finally for friend from function get global goto group handles if implements imports in inherits interface into iterator join key let lib loop me mid module mustinherit mustoverride mybase myclass namespace narrowing new next notinheritable notoverridable of off on operator option optional order overloads overridable overrides paramarray partial preserve private property protected public raiseevent readonly redim removehandler resume return select set shadows shared skip static step stop structure strict sub synclock take text then throw to try unicode until using when where while widening with withevents writeonly yield",built_in:"addressof and andalso await directcast gettype getxmlnamespace is isfalse isnot istrue like mod nameof new not or orelse trycast typeof xor cbool cbyte cchar cdate cdbl cdec cint clng cobj csbyte cshort csng cstr cuint culng cushort",type:"boolean byte char date decimal double integer long object sbyte short single string uinteger ulong ushort",literal:"true false nothing"},illegal:"//|\\{|\\}|endif|gosub|variant|wend|^\\$ ",contains:[n,r,s,o,d,h,p,{className:"meta",begin:/[\t ]*#(const|disable|else|elseif|enable|end|externalsource|if|region)\b/,end:/$/,keywords:{keyword:"const disable else elseif enable end externalsource if region then"},contains:[p]}]}}function uh(e){e.regex;const t=e.COMMENT(/\(;/,/;\)/);t.contains.push("self");const n=e.COMMENT(/;;/,/$/),r=["anyfunc","block","br","br_if","br_table","call","call_indirect","data","drop","elem","else","end","export","func","global.get","global.set","local.get","local.set","local.tee","get_global","get_local","global","if","import","local","loop","memory","memory.grow","memory.size","module","mut","nop","offset","param","result","return","select","set_global","set_local","start","table","tee_local","then","type","unreachable"],i={begin:[/(?:func|call|call_indirect)/,/\s+/,/\$[^\s)]+/],className:{1:"keyword",3:"title.function"}},u={className:"variable",begin:/\$[\w_]+/},a={match:/(\((?!;)|\))+/,className:"punctuation",relevance:0},l={className:"number",relevance:0,match:/[+-]?\b(?:\d(?:_?\d)*(?:\.\d(?:_?\d)*)?(?:[eE][+-]?\d(?:_?\d)*)?|0x[\da-fA-F](?:_?[\da-fA-F])*(?:\.[\da-fA-F](?:_?[\da-fA-D])*)?(?:[pP][+-]?\d(?:_?\d)*)?)\b|\binf\b|\bnan(?::0x[\da-fA-F](?:_?[\da-fA-D])*)?\b/},s={match:/(i32|i64|f32|f64)(?!\.)/,className:"type"},o={className:"keyword",match:/\b(f32|f64|i32|i64)(?:\.(?:abs|add|and|ceil|clz|const|convert_[su]\/i(?:32|64)|copysign|ctz|demote\/f64|div(?:_[su])?|eqz?|extend_[su]\/i32|floor|ge(?:_[su])?|gt(?:_[su])?|le(?:_[su])?|load(?:(?:8|16|32)_[su])?|lt(?:_[su])?|max|min|mul|nearest|neg?|or|popcnt|promote\/f32|reinterpret\/[fi](?:32|64)|rem_[su]|rot[lr]|shl|shr_[su]|store(?:8|16|32)?|sqrt|sub|trunc(?:_[su]\/f(?:32|64))?|wrap\/i64|xor))\b/};return{name:"WebAssembly",keywords:{$pattern:/[\w.]+/,keyword:r},contains:[n,t,{match:[/(?:offset|align)/,/\s*/,/=/],className:{1:"keyword",3:"operator"}},u,a,i,e.QUOTE_STRING_MODE,s,o,l]}}function ah(e){const t=e.regex,n=t.concat(/[A-Z_a-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C8A\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CD\uA7D0\uA7D1\uA7D3\uA7D5-\uA7DC\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC\u{10000}-\u{1000B}\u{1000D}-\u{10026}\u{10028}-\u{1003A}\u{1003C}\u{1003D}\u{1003F}-\u{1004D}\u{10050}-\u{1005D}\u{10080}-\u{100FA}\u{10280}-\u{1029C}\u{102A0}-\u{102D0}\u{10300}-\u{1031F}\u{1032D}-\u{10340}\u{10342}-\u{10349}\u{10350}-\u{10375}\u{10380}-\u{1039D}\u{103A0}-\u{103C3}\u{103C8}-\u{103CF}\u{10400}-\u{1049D}\u{104B0}-\u{104D3}\u{104D8}-\u{104FB}\u{10500}-\u{10527}\u{10530}-\u{10563}\u{10570}-\u{1057A}\u{1057C}-\u{1058A}\u{1058C}-\u{10592}\u{10594}\u{10595}\u{10597}-\u{105A1}\u{105A3}-\u{105B1}\u{105B3}-\u{105B9}\u{105BB}\u{105BC}\u{105C0}-\u{105F3}\u{10600}-\u{10736}\u{10740}-\u{10755}\u{10760}-\u{10767}\u{10780}-\u{10785}\u{10787}-\u{107B0}\u{107B2}-\u{107BA}\u{10800}-\u{10805}\u{10808}\u{1080A}-\u{10835}\u{10837}\u{10838}\u{1083C}\u{1083F}-\u{10855}\u{10860}-\u{10876}\u{10880}-\u{1089E}\u{108E0}-\u{108F2}\u{108F4}\u{108F5}\u{10900}-\u{10915}\u{10920}-\u{10939}\u{10980}-\u{109B7}\u{109BE}\u{109BF}\u{10A00}\u{10A10}-\u{10A13}\u{10A15}-\u{10A17}\u{10A19}-\u{10A35}\u{10A60}-\u{10A7C}\u{10A80}-\u{10A9C}\u{10AC0}-\u{10AC7}\u{10AC9}-\u{10AE4}\u{10B00}-\u{10B35}\u{10B40}-\u{10B55}\u{10B60}-\u{10B72}\u{10B80}-\u{10B91}\u{10C00}-\u{10C48}\u{10C80}-\u{10CB2}\u{10CC0}-\u{10CF2}\u{10D00}-\u{10D23}\u{10D4A}-\u{10D65}\u{10D6F}-\u{10D85}\u{10E80}-\u{10EA9}\u{10EB0}\u{10EB1}\u{10EC2}-\u{10EC4}\u{10F00}-\u{10F1C}\u{10F27}\u{10F30}-\u{10F45}\u{10F70}-\u{10F81}\u{10FB0}-\u{10FC4}\u{10FE0}-\u{10FF6}\u{11003}-\u{11037}\u{11071}\u{11072}\u{11075}\u{11083}-\u{110AF}\u{110D0}-\u{110E8}\u{11103}-\u{11126}\u{11144}\u{11147}\u{11150}-\u{11172}\u{11176}\u{11183}-\u{111B2}\u{111C1}-\u{111C4}\u{111DA}\u{111DC}\u{11200}-\u{11211}\u{11213}-\u{1122B}\u{1123F}\u{11240}\u{11280}-\u{11286}\u{11288}\u{1128A}-\u{1128D}\u{1128F}-\u{1129D}\u{1129F}-\u{112A8}\u{112B0}-\u{112DE}\u{11305}-\u{1130C}\u{1130F}\u{11310}\u{11313}-\u{11328}\u{1132A}-\u{11330}\u{11332}\u{11333}\u{11335}-\u{11339}\u{1133D}\u{11350}\u{1135D}-\u{11361}\u{11380}-\u{11389}\u{1138B}\u{1138E}\u{11390}-\u{113B5}\u{113B7}\u{113D1}\u{113D3}\u{11400}-\u{11434}\u{11447}-\u{1144A}\u{1145F}-\u{11461}\u{11480}-\u{114AF}\u{114C4}\u{114C5}\u{114C7}\u{11580}-\u{115AE}\u{115D8}-\u{115DB}\u{11600}-\u{1162F}\u{11644}\u{11680}-\u{116AA}\u{116B8}\u{11700}-\u{1171A}\u{11740}-\u{11746}\u{11800}-\u{1182B}\u{118A0}-\u{118DF}\u{118FF}-\u{11906}\u{11909}\u{1190C}-\u{11913}\u{11915}\u{11916}\u{11918}-\u{1192F}\u{1193F}\u{11941}\u{119A0}-\u{119A7}\u{119AA}-\u{119D0}\u{119E1}\u{119E3}\u{11A00}\u{11A0B}-\u{11A32}\u{11A3A}\u{11A50}\u{11A5C}-\u{11A89}\u{11A9D}\u{11AB0}-\u{11AF8}\u{11BC0}-\u{11BE0}\u{11C00}-\u{11C08}\u{11C0A}-\u{11C2E}\u{11C40}\u{11C72}-\u{11C8F}\u{11D00}-\u{11D06}\u{11D08}\u{11D09}\u{11D0B}-\u{11D30}\u{11D46}\u{11D60}-\u{11D65}\u{11D67}\u{11D68}\u{11D6A}-\u{11D89}\u{11D98}\u{11EE0}-\u{11EF2}\u{11F02}\u{11F04}-\u{11F10}\u{11F12}-\u{11F33}\u{11FB0}\u{12000}-\u{12399}\u{12480}-\u{12543}\u{12F90}-\u{12FF0}\u{13000}-\u{1342F}\u{13441}-\u{13446}\u{13460}-\u{143FA}\u{14400}-\u{14646}\u{16100}-\u{1611D}\u{16800}-\u{16A38}\u{16A40}-\u{16A5E}\u{16A70}-\u{16ABE}\u{16AD0}-\u{16AED}\u{16B00}-\u{16B2F}\u{16B40}-\u{16B43}\u{16B63}-\u{16B77}\u{16B7D}-\u{16B8F}\u{16D40}-\u{16D6C}\u{16E40}-\u{16E7F}\u{16F00}-\u{16F4A}\u{16F50}\u{16F93}-\u{16F9F}\u{16FE0}\u{16FE1}\u{16FE3}\u{17000}-\u{187F7}\u{18800}-\u{18CD5}\u{18CFF}-\u{18D08}\u{1AFF0}-\u{1AFF3}\u{1AFF5}-\u{1AFFB}\u{1AFFD}\u{1AFFE}\u{1B000}-\u{1B122}\u{1B132}\u{1B150}-\u{1B152}\u{1B155}\u{1B164}-\u{1B167}\u{1B170}-\u{1B2FB}\u{1BC00}-\u{1BC6A}\u{1BC70}-\u{1BC7C}\u{1BC80}-\u{1BC88}\u{1BC90}-\u{1BC99}\u{1D400}-\u{1D454}\u{1D456}-\u{1D49C}\u{1D49E}\u{1D49F}\u{1D4A2}\u{1D4A5}\u{1D4A6}\u{1D4A9}-\u{1D4AC}\u{1D4AE}-\u{1D4B9}\u{1D4BB}\u{1D4BD}-\u{1D4C3}\u{1D4C5}-\u{1D505}\u{1D507}-\u{1D50A}\u{1D50D}-\u{1D514}\u{1D516}-\u{1D51C}\u{1D51E}-\u{1D539}\u{1D53B}-\u{1D53E}\u{1D540}-\u{1D544}\u{1D546}\u{1D54A}-\u{1D550}\u{1D552}-\u{1D6A5}\u{1D6A8}-\u{1D6C0}\u{1D6C2}-\u{1D6DA}\u{1D6DC}-\u{1D6FA}\u{1D6FC}-\u{1D714}\u{1D716}-\u{1D734}\u{1D736}-\u{1D74E}\u{1D750}-\u{1D76E}\u{1D770}-\u{1D788}\u{1D78A}-\u{1D7A8}\u{1D7AA}-\u{1D7C2}\u{1D7C4}-\u{1D7CB}\u{1DF00}-\u{1DF1E}\u{1DF25}-\u{1DF2A}\u{1E030}-\u{1E06D}\u{1E100}-\u{1E12C}\u{1E137}-\u{1E13D}\u{1E14E}\u{1E290}-\u{1E2AD}\u{1E2C0}-\u{1E2EB}\u{1E4D0}-\u{1E4EB}\u{1E5D0}-\u{1E5ED}\u{1E5F0}\u{1E7E0}-\u{1E7E6}\u{1E7E8}-\u{1E7EB}\u{1E7ED}\u{1E7EE}\u{1E7F0}-\u{1E7FE}\u{1E800}-\u{1E8C4}\u{1E900}-\u{1E943}\u{1E94B}\u{1EE00}-\u{1EE03}\u{1EE05}-\u{1EE1F}\u{1EE21}\u{1EE22}\u{1EE24}\u{1EE27}\u{1EE29}-\u{1EE32}\u{1EE34}-\u{1EE37}\u{1EE39}\u{1EE3B}\u{1EE42}\u{1EE47}\u{1EE49}\u{1EE4B}\u{1EE4D}-\u{1EE4F}\u{1EE51}\u{1EE52}\u{1EE54}\u{1EE57}\u{1EE59}\u{1EE5B}\u{1EE5D}\u{1EE5F}\u{1EE61}\u{1EE62}\u{1EE64}\u{1EE67}-\u{1EE6A}\u{1EE6C}-\u{1EE72}\u{1EE74}-\u{1EE77}\u{1EE79}-\u{1EE7C}\u{1EE7E}\u{1EE80}-\u{1EE89}\u{1EE8B}-\u{1EE9B}\u{1EEA1}-\u{1EEA3}\u{1EEA5}-\u{1EEA9}\u{1EEAB}-\u{1EEBB}\u{20000}-\u{2A6DF}\u{2A700}-\u{2B739}\u{2B740}-\u{2B81D}\u{2B820}-\u{2CEA1}\u{2CEB0}-\u{2EBE0}\u{2EBF0}-\u{2EE5D}\u{2F800}-\u{2FA1D}\u{30000}-\u{3134A}\u{31350}-\u{323AF}]/u,t.optional(/[\x2D\.0-9A-Z_a-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C8A\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CD\uA7D0\uA7D1\uA7D3\uA7D5-\uA7DC\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC\u{10000}-\u{1000B}\u{1000D}-\u{10026}\u{10028}-\u{1003A}\u{1003C}\u{1003D}\u{1003F}-\u{1004D}\u{10050}-\u{1005D}\u{10080}-\u{100FA}\u{10280}-\u{1029C}\u{102A0}-\u{102D0}\u{10300}-\u{1031F}\u{1032D}-\u{10340}\u{10342}-\u{10349}\u{10350}-\u{10375}\u{10380}-\u{1039D}\u{103A0}-\u{103C3}\u{103C8}-\u{103CF}\u{10400}-\u{1049D}\u{104B0}-\u{104D3}\u{104D8}-\u{104FB}\u{10500}-\u{10527}\u{10530}-\u{10563}\u{10570}-\u{1057A}\u{1057C}-\u{1058A}\u{1058C}-\u{10592}\u{10594}\u{10595}\u{10597}-\u{105A1}\u{105A3}-\u{105B1}\u{105B3}-\u{105B9}\u{105BB}\u{105BC}\u{105C0}-\u{105F3}\u{10600}-\u{10736}\u{10740}-\u{10755}\u{10760}-\u{10767}\u{10780}-\u{10785}\u{10787}-\u{107B0}\u{107B2}-\u{107BA}\u{10800}-\u{10805}\u{10808}\u{1080A}-\u{10835}\u{10837}\u{10838}\u{1083C}\u{1083F}-\u{10855}\u{10860}-\u{10876}\u{10880}-\u{1089E}\u{108E0}-\u{108F2}\u{108F4}\u{108F5}\u{10900}-\u{10915}\u{10920}-\u{10939}\u{10980}-\u{109B7}\u{109BE}\u{109BF}\u{10A00}\u{10A10}-\u{10A13}\u{10A15}-\u{10A17}\u{10A19}-\u{10A35}\u{10A60}-\u{10A7C}\u{10A80}-\u{10A9C}\u{10AC0}-\u{10AC7}\u{10AC9}-\u{10AE4}\u{10B00}-\u{10B35}\u{10B40}-\u{10B55}\u{10B60}-\u{10B72}\u{10B80}-\u{10B91}\u{10C00}-\u{10C48}\u{10C80}-\u{10CB2}\u{10CC0}-\u{10CF2}\u{10D00}-\u{10D23}\u{10D4A}-\u{10D65}\u{10D6F}-\u{10D85}\u{10E80}-\u{10EA9}\u{10EB0}\u{10EB1}\u{10EC2}-\u{10EC4}\u{10F00}-\u{10F1C}\u{10F27}\u{10F30}-\u{10F45}\u{10F70}-\u{10F81}\u{10FB0}-\u{10FC4}\u{10FE0}-\u{10FF6}\u{11003}-\u{11037}\u{11071}\u{11072}\u{11075}\u{11083}-\u{110AF}\u{110D0}-\u{110E8}\u{11103}-\u{11126}\u{11144}\u{11147}\u{11150}-\u{11172}\u{11176}\u{11183}-\u{111B2}\u{111C1}-\u{111C4}\u{111DA}\u{111DC}\u{11200}-\u{11211}\u{11213}-\u{1122B}\u{1123F}\u{11240}\u{11280}-\u{11286}\u{11288}\u{1128A}-\u{1128D}\u{1128F}-\u{1129D}\u{1129F}-\u{112A8}\u{112B0}-\u{112DE}\u{11305}-\u{1130C}\u{1130F}\u{11310}\u{11313}-\u{11328}\u{1132A}-\u{11330}\u{11332}\u{11333}\u{11335}-\u{11339}\u{1133D}\u{11350}\u{1135D}-\u{11361}\u{11380}-\u{11389}\u{1138B}\u{1138E}\u{11390}-\u{113B5}\u{113B7}\u{113D1}\u{113D3}\u{11400}-\u{11434}\u{11447}-\u{1144A}\u{1145F}-\u{11461}\u{11480}-\u{114AF}\u{114C4}\u{114C5}\u{114C7}\u{11580}-\u{115AE}\u{115D8}-\u{115DB}\u{11600}-\u{1162F}\u{11644}\u{11680}-\u{116AA}\u{116B8}\u{11700}-\u{1171A}\u{11740}-\u{11746}\u{11800}-\u{1182B}\u{118A0}-\u{118DF}\u{118FF}-\u{11906}\u{11909}\u{1190C}-\u{11913}\u{11915}\u{11916}\u{11918}-\u{1192F}\u{1193F}\u{11941}\u{119A0}-\u{119A7}\u{119AA}-\u{119D0}\u{119E1}\u{119E3}\u{11A00}\u{11A0B}-\u{11A32}\u{11A3A}\u{11A50}\u{11A5C}-\u{11A89}\u{11A9D}\u{11AB0}-\u{11AF8}\u{11BC0}-\u{11BE0}\u{11C00}-\u{11C08}\u{11C0A}-\u{11C2E}\u{11C40}\u{11C72}-\u{11C8F}\u{11D00}-\u{11D06}\u{11D08}\u{11D09}\u{11D0B}-\u{11D30}\u{11D46}\u{11D60}-\u{11D65}\u{11D67}\u{11D68}\u{11D6A}-\u{11D89}\u{11D98}\u{11EE0}-\u{11EF2}\u{11F02}\u{11F04}-\u{11F10}\u{11F12}-\u{11F33}\u{11FB0}\u{12000}-\u{12399}\u{12480}-\u{12543}\u{12F90}-\u{12FF0}\u{13000}-\u{1342F}\u{13441}-\u{13446}\u{13460}-\u{143FA}\u{14400}-\u{14646}\u{16100}-\u{1611D}\u{16800}-\u{16A38}\u{16A40}-\u{16A5E}\u{16A70}-\u{16ABE}\u{16AD0}-\u{16AED}\u{16B00}-\u{16B2F}\u{16B40}-\u{16B43}\u{16B63}-\u{16B77}\u{16B7D}-\u{16B8F}\u{16D40}-\u{16D6C}\u{16E40}-\u{16E7F}\u{16F00}-\u{16F4A}\u{16F50}\u{16F93}-\u{16F9F}\u{16FE0}\u{16FE1}\u{16FE3}\u{17000}-\u{187F7}\u{18800}-\u{18CD5}\u{18CFF}-\u{18D08}\u{1AFF0}-\u{1AFF3}\u{1AFF5}-\u{1AFFB}\u{1AFFD}\u{1AFFE}\u{1B000}-\u{1B122}\u{1B132}\u{1B150}-\u{1B152}\u{1B155}\u{1B164}-\u{1B167}\u{1B170}-\u{1B2FB}\u{1BC00}-\u{1BC6A}\u{1BC70}-\u{1BC7C}\u{1BC80}-\u{1BC88}\u{1BC90}-\u{1BC99}\u{1D400}-\u{1D454}\u{1D456}-\u{1D49C}\u{1D49E}\u{1D49F}\u{1D4A2}\u{1D4A5}\u{1D4A6}\u{1D4A9}-\u{1D4AC}\u{1D4AE}-\u{1D4B9}\u{1D4BB}\u{1D4BD}-\u{1D4C3}\u{1D4C5}-\u{1D505}\u{1D507}-\u{1D50A}\u{1D50D}-\u{1D514}\u{1D516}-\u{1D51C}\u{1D51E}-\u{1D539}\u{1D53B}-\u{1D53E}\u{1D540}-\u{1D544}\u{1D546}\u{1D54A}-\u{1D550}\u{1D552}-\u{1D6A5}\u{1D6A8}-\u{1D6C0}\u{1D6C2}-\u{1D6DA}\u{1D6DC}-\u{1D6FA}\u{1D6FC}-\u{1D714}\u{1D716}-\u{1D734}\u{1D736}-\u{1D74E}\u{1D750}-\u{1D76E}\u{1D770}-\u{1D788}\u{1D78A}-\u{1D7A8}\u{1D7AA}-\u{1D7C2}\u{1D7C4}-\u{1D7CB}\u{1DF00}-\u{1DF1E}\u{1DF25}-\u{1DF2A}\u{1E030}-\u{1E06D}\u{1E100}-\u{1E12C}\u{1E137}-\u{1E13D}\u{1E14E}\u{1E290}-\u{1E2AD}\u{1E2C0}-\u{1E2EB}\u{1E4D0}-\u{1E4EB}\u{1E5D0}-\u{1E5ED}\u{1E5F0}\u{1E7E0}-\u{1E7E6}\u{1E7E8}-\u{1E7EB}\u{1E7ED}\u{1E7EE}\u{1E7F0}-\u{1E7FE}\u{1E800}-\u{1E8C4}\u{1E900}-\u{1E943}\u{1E94B}\u{1EE00}-\u{1EE03}\u{1EE05}-\u{1EE1F}\u{1EE21}\u{1EE22}\u{1EE24}\u{1EE27}\u{1EE29}-\u{1EE32}\u{1EE34}-\u{1EE37}\u{1EE39}\u{1EE3B}\u{1EE42}\u{1EE47}\u{1EE49}\u{1EE4B}\u{1EE4D}-\u{1EE4F}\u{1EE51}\u{1EE52}\u{1EE54}\u{1EE57}\u{1EE59}\u{1EE5B}\u{1EE5D}\u{1EE5F}\u{1EE61}\u{1EE62}\u{1EE64}\u{1EE67}-\u{1EE6A}\u{1EE6C}-\u{1EE72}\u{1EE74}-\u{1EE77}\u{1EE79}-\u{1EE7C}\u{1EE7E}\u{1EE80}-\u{1EE89}\u{1EE8B}-\u{1EE9B}\u{1EEA1}-\u{1EEA3}\u{1EEA5}-\u{1EEA9}\u{1EEAB}-\u{1EEBB}\u{20000}-\u{2A6DF}\u{2A700}-\u{2B739}\u{2B740}-\u{2B81D}\u{2B820}-\u{2CEA1}\u{2CEB0}-\u{2EBE0}\u{2EBF0}-\u{2EE5D}\u{2F800}-\u{2FA1D}\u{30000}-\u{3134A}\u{31350}-\u{323AF}]*:/u),/[\x2D\.0-9A-Z_a-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C8A\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CD\uA7D0\uA7D1\uA7D3\uA7D5-\uA7DC\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC\u{10000}-\u{1000B}\u{1000D}-\u{10026}\u{10028}-\u{1003A}\u{1003C}\u{1003D}\u{1003F}-\u{1004D}\u{10050}-\u{1005D}\u{10080}-\u{100FA}\u{10280}-\u{1029C}\u{102A0}-\u{102D0}\u{10300}-\u{1031F}\u{1032D}-\u{10340}\u{10342}-\u{10349}\u{10350}-\u{10375}\u{10380}-\u{1039D}\u{103A0}-\u{103C3}\u{103C8}-\u{103CF}\u{10400}-\u{1049D}\u{104B0}-\u{104D3}\u{104D8}-\u{104FB}\u{10500}-\u{10527}\u{10530}-\u{10563}\u{10570}-\u{1057A}\u{1057C}-\u{1058A}\u{1058C}-\u{10592}\u{10594}\u{10595}\u{10597}-\u{105A1}\u{105A3}-\u{105B1}\u{105B3}-\u{105B9}\u{105BB}\u{105BC}\u{105C0}-\u{105F3}\u{10600}-\u{10736}\u{10740}-\u{10755}\u{10760}-\u{10767}\u{10780}-\u{10785}\u{10787}-\u{107B0}\u{107B2}-\u{107BA}\u{10800}-\u{10805}\u{10808}\u{1080A}-\u{10835}\u{10837}\u{10838}\u{1083C}\u{1083F}-\u{10855}\u{10860}-\u{10876}\u{10880}-\u{1089E}\u{108E0}-\u{108F2}\u{108F4}\u{108F5}\u{10900}-\u{10915}\u{10920}-\u{10939}\u{10980}-\u{109B7}\u{109BE}\u{109BF}\u{10A00}\u{10A10}-\u{10A13}\u{10A15}-\u{10A17}\u{10A19}-\u{10A35}\u{10A60}-\u{10A7C}\u{10A80}-\u{10A9C}\u{10AC0}-\u{10AC7}\u{10AC9}-\u{10AE4}\u{10B00}-\u{10B35}\u{10B40}-\u{10B55}\u{10B60}-\u{10B72}\u{10B80}-\u{10B91}\u{10C00}-\u{10C48}\u{10C80}-\u{10CB2}\u{10CC0}-\u{10CF2}\u{10D00}-\u{10D23}\u{10D4A}-\u{10D65}\u{10D6F}-\u{10D85}\u{10E80}-\u{10EA9}\u{10EB0}\u{10EB1}\u{10EC2}-\u{10EC4}\u{10F00}-\u{10F1C}\u{10F27}\u{10F30}-\u{10F45}\u{10F70}-\u{10F81}\u{10FB0}-\u{10FC4}\u{10FE0}-\u{10FF6}\u{11003}-\u{11037}\u{11071}\u{11072}\u{11075}\u{11083}-\u{110AF}\u{110D0}-\u{110E8}\u{11103}-\u{11126}\u{11144}\u{11147}\u{11150}-\u{11172}\u{11176}\u{11183}-\u{111B2}\u{111C1}-\u{111C4}\u{111DA}\u{111DC}\u{11200}-\u{11211}\u{11213}-\u{1122B}\u{1123F}\u{11240}\u{11280}-\u{11286}\u{11288}\u{1128A}-\u{1128D}\u{1128F}-\u{1129D}\u{1129F}-\u{112A8}\u{112B0}-\u{112DE}\u{11305}-\u{1130C}\u{1130F}\u{11310}\u{11313}-\u{11328}\u{1132A}-\u{11330}\u{11332}\u{11333}\u{11335}-\u{11339}\u{1133D}\u{11350}\u{1135D}-\u{11361}\u{11380}-\u{11389}\u{1138B}\u{1138E}\u{11390}-\u{113B5}\u{113B7}\u{113D1}\u{113D3}\u{11400}-\u{11434}\u{11447}-\u{1144A}\u{1145F}-\u{11461}\u{11480}-\u{114AF}\u{114C4}\u{114C5}\u{114C7}\u{11580}-\u{115AE}\u{115D8}-\u{115DB}\u{11600}-\u{1162F}\u{11644}\u{11680}-\u{116AA}\u{116B8}\u{11700}-\u{1171A}\u{11740}-\u{11746}\u{11800}-\u{1182B}\u{118A0}-\u{118DF}\u{118FF}-\u{11906}\u{11909}\u{1190C}-\u{11913}\u{11915}\u{11916}\u{11918}-\u{1192F}\u{1193F}\u{11941}\u{119A0}-\u{119A7}\u{119AA}-\u{119D0}\u{119E1}\u{119E3}\u{11A00}\u{11A0B}-\u{11A32}\u{11A3A}\u{11A50}\u{11A5C}-\u{11A89}\u{11A9D}\u{11AB0}-\u{11AF8}\u{11BC0}-\u{11BE0}\u{11C00}-\u{11C08}\u{11C0A}-\u{11C2E}\u{11C40}\u{11C72}-\u{11C8F}\u{11D00}-\u{11D06}\u{11D08}\u{11D09}\u{11D0B}-\u{11D30}\u{11D46}\u{11D60}-\u{11D65}\u{11D67}\u{11D68}\u{11D6A}-\u{11D89}\u{11D98}\u{11EE0}-\u{11EF2}\u{11F02}\u{11F04}-\u{11F10}\u{11F12}-\u{11F33}\u{11FB0}\u{12000}-\u{12399}\u{12480}-\u{12543}\u{12F90}-\u{12FF0}\u{13000}-\u{1342F}\u{13441}-\u{13446}\u{13460}-\u{143FA}\u{14400}-\u{14646}\u{16100}-\u{1611D}\u{16800}-\u{16A38}\u{16A40}-\u{16A5E}\u{16A70}-\u{16ABE}\u{16AD0}-\u{16AED}\u{16B00}-\u{16B2F}\u{16B40}-\u{16B43}\u{16B63}-\u{16B77}\u{16B7D}-\u{16B8F}\u{16D40}-\u{16D6C}\u{16E40}-\u{16E7F}\u{16F00}-\u{16F4A}\u{16F50}\u{16F93}-\u{16F9F}\u{16FE0}\u{16FE1}\u{16FE3}\u{17000}-\u{187F7}\u{18800}-\u{18CD5}\u{18CFF}-\u{18D08}\u{1AFF0}-\u{1AFF3}\u{1AFF5}-\u{1AFFB}\u{1AFFD}\u{1AFFE}\u{1B000}-\u{1B122}\u{1B132}\u{1B150}-\u{1B152}\u{1B155}\u{1B164}-\u{1B167}\u{1B170}-\u{1B2FB}\u{1BC00}-\u{1BC6A}\u{1BC70}-\u{1BC7C}\u{1BC80}-\u{1BC88}\u{1BC90}-\u{1BC99}\u{1D400}-\u{1D454}\u{1D456}-\u{1D49C}\u{1D49E}\u{1D49F}\u{1D4A2}\u{1D4A5}\u{1D4A6}\u{1D4A9}-\u{1D4AC}\u{1D4AE}-\u{1D4B9}\u{1D4BB}\u{1D4BD}-\u{1D4C3}\u{1D4C5}-\u{1D505}\u{1D507}-\u{1D50A}\u{1D50D}-\u{1D514}\u{1D516}-\u{1D51C}\u{1D51E}-\u{1D539}\u{1D53B}-\u{1D53E}\u{1D540}-\u{1D544}\u{1D546}\u{1D54A}-\u{1D550}\u{1D552}-\u{1D6A5}\u{1D6A8}-\u{1D6C0}\u{1D6C2}-\u{1D6DA}\u{1D6DC}-\u{1D6FA}\u{1D6FC}-\u{1D714}\u{1D716}-\u{1D734}\u{1D736}-\u{1D74E}\u{1D750}-\u{1D76E}\u{1D770}-\u{1D788}\u{1D78A}-\u{1D7A8}\u{1D7AA}-\u{1D7C2}\u{1D7C4}-\u{1D7CB}\u{1DF00}-\u{1DF1E}\u{1DF25}-\u{1DF2A}\u{1E030}-\u{1E06D}\u{1E100}-\u{1E12C}\u{1E137}-\u{1E13D}\u{1E14E}\u{1E290}-\u{1E2AD}\u{1E2C0}-\u{1E2EB}\u{1E4D0}-\u{1E4EB}\u{1E5D0}-\u{1E5ED}\u{1E5F0}\u{1E7E0}-\u{1E7E6}\u{1E7E8}-\u{1E7EB}\u{1E7ED}\u{1E7EE}\u{1E7F0}-\u{1E7FE}\u{1E800}-\u{1E8C4}\u{1E900}-\u{1E943}\u{1E94B}\u{1EE00}-\u{1EE03}\u{1EE05}-\u{1EE1F}\u{1EE21}\u{1EE22}\u{1EE24}\u{1EE27}\u{1EE29}-\u{1EE32}\u{1EE34}-\u{1EE37}\u{1EE39}\u{1EE3B}\u{1EE42}\u{1EE47}\u{1EE49}\u{1EE4B}\u{1EE4D}-\u{1EE4F}\u{1EE51}\u{1EE52}\u{1EE54}\u{1EE57}\u{1EE59}\u{1EE5B}\u{1EE5D}\u{1EE5F}\u{1EE61}\u{1EE62}\u{1EE64}\u{1EE67}-\u{1EE6A}\u{1EE6C}-\u{1EE72}\u{1EE74}-\u{1EE77}\u{1EE79}-\u{1EE7C}\u{1EE7E}\u{1EE80}-\u{1EE89}\u{1EE8B}-\u{1EE9B}\u{1EEA1}-\u{1EEA3}\u{1EEA5}-\u{1EEA9}\u{1EEAB}-\u{1EEBB}\u{20000}-\u{2A6DF}\u{2A700}-\u{2B739}\u{2B740}-\u{2B81D}\u{2B820}-\u{2CEA1}\u{2CEB0}-\u{2EBE0}\u{2EBF0}-\u{2EE5D}\u{2F800}-\u{2FA1D}\u{30000}-\u{3134A}\u{31350}-\u{323AF}]*/u),r=/[\x2D\.0-:A-Z_a-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C8A\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CD\uA7D0\uA7D1\uA7D3\uA7D5-\uA7DC\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC\u{10000}-\u{1000B}\u{1000D}-\u{10026}\u{10028}-\u{1003A}\u{1003C}\u{1003D}\u{1003F}-\u{1004D}\u{10050}-\u{1005D}\u{10080}-\u{100FA}\u{10280}-\u{1029C}\u{102A0}-\u{102D0}\u{10300}-\u{1031F}\u{1032D}-\u{10340}\u{10342}-\u{10349}\u{10350}-\u{10375}\u{10380}-\u{1039D}\u{103A0}-\u{103C3}\u{103C8}-\u{103CF}\u{10400}-\u{1049D}\u{104B0}-\u{104D3}\u{104D8}-\u{104FB}\u{10500}-\u{10527}\u{10530}-\u{10563}\u{10570}-\u{1057A}\u{1057C}-\u{1058A}\u{1058C}-\u{10592}\u{10594}\u{10595}\u{10597}-\u{105A1}\u{105A3}-\u{105B1}\u{105B3}-\u{105B9}\u{105BB}\u{105BC}\u{105C0}-\u{105F3}\u{10600}-\u{10736}\u{10740}-\u{10755}\u{10760}-\u{10767}\u{10780}-\u{10785}\u{10787}-\u{107B0}\u{107B2}-\u{107BA}\u{10800}-\u{10805}\u{10808}\u{1080A}-\u{10835}\u{10837}\u{10838}\u{1083C}\u{1083F}-\u{10855}\u{10860}-\u{10876}\u{10880}-\u{1089E}\u{108E0}-\u{108F2}\u{108F4}\u{108F5}\u{10900}-\u{10915}\u{10920}-\u{10939}\u{10980}-\u{109B7}\u{109BE}\u{109BF}\u{10A00}\u{10A10}-\u{10A13}\u{10A15}-\u{10A17}\u{10A19}-\u{10A35}\u{10A60}-\u{10A7C}\u{10A80}-\u{10A9C}\u{10AC0}-\u{10AC7}\u{10AC9}-\u{10AE4}\u{10B00}-\u{10B35}\u{10B40}-\u{10B55}\u{10B60}-\u{10B72}\u{10B80}-\u{10B91}\u{10C00}-\u{10C48}\u{10C80}-\u{10CB2}\u{10CC0}-\u{10CF2}\u{10D00}-\u{10D23}\u{10D4A}-\u{10D65}\u{10D6F}-\u{10D85}\u{10E80}-\u{10EA9}\u{10EB0}\u{10EB1}\u{10EC2}-\u{10EC4}\u{10F00}-\u{10F1C}\u{10F27}\u{10F30}-\u{10F45}\u{10F70}-\u{10F81}\u{10FB0}-\u{10FC4}\u{10FE0}-\u{10FF6}\u{11003}-\u{11037}\u{11071}\u{11072}\u{11075}\u{11083}-\u{110AF}\u{110D0}-\u{110E8}\u{11103}-\u{11126}\u{11144}\u{11147}\u{11150}-\u{11172}\u{11176}\u{11183}-\u{111B2}\u{111C1}-\u{111C4}\u{111DA}\u{111DC}\u{11200}-\u{11211}\u{11213}-\u{1122B}\u{1123F}\u{11240}\u{11280}-\u{11286}\u{11288}\u{1128A}-\u{1128D}\u{1128F}-\u{1129D}\u{1129F}-\u{112A8}\u{112B0}-\u{112DE}\u{11305}-\u{1130C}\u{1130F}\u{11310}\u{11313}-\u{11328}\u{1132A}-\u{11330}\u{11332}\u{11333}\u{11335}-\u{11339}\u{1133D}\u{11350}\u{1135D}-\u{11361}\u{11380}-\u{11389}\u{1138B}\u{1138E}\u{11390}-\u{113B5}\u{113B7}\u{113D1}\u{113D3}\u{11400}-\u{11434}\u{11447}-\u{1144A}\u{1145F}-\u{11461}\u{11480}-\u{114AF}\u{114C4}\u{114C5}\u{114C7}\u{11580}-\u{115AE}\u{115D8}-\u{115DB}\u{11600}-\u{1162F}\u{11644}\u{11680}-\u{116AA}\u{116B8}\u{11700}-\u{1171A}\u{11740}-\u{11746}\u{11800}-\u{1182B}\u{118A0}-\u{118DF}\u{118FF}-\u{11906}\u{11909}\u{1190C}-\u{11913}\u{11915}\u{11916}\u{11918}-\u{1192F}\u{1193F}\u{11941}\u{119A0}-\u{119A7}\u{119AA}-\u{119D0}\u{119E1}\u{119E3}\u{11A00}\u{11A0B}-\u{11A32}\u{11A3A}\u{11A50}\u{11A5C}-\u{11A89}\u{11A9D}\u{11AB0}-\u{11AF8}\u{11BC0}-\u{11BE0}\u{11C00}-\u{11C08}\u{11C0A}-\u{11C2E}\u{11C40}\u{11C72}-\u{11C8F}\u{11D00}-\u{11D06}\u{11D08}\u{11D09}\u{11D0B}-\u{11D30}\u{11D46}\u{11D60}-\u{11D65}\u{11D67}\u{11D68}\u{11D6A}-\u{11D89}\u{11D98}\u{11EE0}-\u{11EF2}\u{11F02}\u{11F04}-\u{11F10}\u{11F12}-\u{11F33}\u{11FB0}\u{12000}-\u{12399}\u{12480}-\u{12543}\u{12F90}-\u{12FF0}\u{13000}-\u{1342F}\u{13441}-\u{13446}\u{13460}-\u{143FA}\u{14400}-\u{14646}\u{16100}-\u{1611D}\u{16800}-\u{16A38}\u{16A40}-\u{16A5E}\u{16A70}-\u{16ABE}\u{16AD0}-\u{16AED}\u{16B00}-\u{16B2F}\u{16B40}-\u{16B43}\u{16B63}-\u{16B77}\u{16B7D}-\u{16B8F}\u{16D40}-\u{16D6C}\u{16E40}-\u{16E7F}\u{16F00}-\u{16F4A}\u{16F50}\u{16F93}-\u{16F9F}\u{16FE0}\u{16FE1}\u{16FE3}\u{17000}-\u{187F7}\u{18800}-\u{18CD5}\u{18CFF}-\u{18D08}\u{1AFF0}-\u{1AFF3}\u{1AFF5}-\u{1AFFB}\u{1AFFD}\u{1AFFE}\u{1B000}-\u{1B122}\u{1B132}\u{1B150}-\u{1B152}\u{1B155}\u{1B164}-\u{1B167}\u{1B170}-\u{1B2FB}\u{1BC00}-\u{1BC6A}\u{1BC70}-\u{1BC7C}\u{1BC80}-\u{1BC88}\u{1BC90}-\u{1BC99}\u{1D400}-\u{1D454}\u{1D456}-\u{1D49C}\u{1D49E}\u{1D49F}\u{1D4A2}\u{1D4A5}\u{1D4A6}\u{1D4A9}-\u{1D4AC}\u{1D4AE}-\u{1D4B9}\u{1D4BB}\u{1D4BD}-\u{1D4C3}\u{1D4C5}-\u{1D505}\u{1D507}-\u{1D50A}\u{1D50D}-\u{1D514}\u{1D516}-\u{1D51C}\u{1D51E}-\u{1D539}\u{1D53B}-\u{1D53E}\u{1D540}-\u{1D544}\u{1D546}\u{1D54A}-\u{1D550}\u{1D552}-\u{1D6A5}\u{1D6A8}-\u{1D6C0}\u{1D6C2}-\u{1D6DA}\u{1D6DC}-\u{1D6FA}\u{1D6FC}-\u{1D714}\u{1D716}-\u{1D734}\u{1D736}-\u{1D74E}\u{1D750}-\u{1D76E}\u{1D770}-\u{1D788}\u{1D78A}-\u{1D7A8}\u{1D7AA}-\u{1D7C2}\u{1D7C4}-\u{1D7CB}\u{1DF00}-\u{1DF1E}\u{1DF25}-\u{1DF2A}\u{1E030}-\u{1E06D}\u{1E100}-\u{1E12C}\u{1E137}-\u{1E13D}\u{1E14E}\u{1E290}-\u{1E2AD}\u{1E2C0}-\u{1E2EB}\u{1E4D0}-\u{1E4EB}\u{1E5D0}-\u{1E5ED}\u{1E5F0}\u{1E7E0}-\u{1E7E6}\u{1E7E8}-\u{1E7EB}\u{1E7ED}\u{1E7EE}\u{1E7F0}-\u{1E7FE}\u{1E800}-\u{1E8C4}\u{1E900}-\u{1E943}\u{1E94B}\u{1EE00}-\u{1EE03}\u{1EE05}-\u{1EE1F}\u{1EE21}\u{1EE22}\u{1EE24}\u{1EE27}\u{1EE29}-\u{1EE32}\u{1EE34}-\u{1EE37}\u{1EE39}\u{1EE3B}\u{1EE42}\u{1EE47}\u{1EE49}\u{1EE4B}\u{1EE4D}-\u{1EE4F}\u{1EE51}\u{1EE52}\u{1EE54}\u{1EE57}\u{1EE59}\u{1EE5B}\u{1EE5D}\u{1EE5F}\u{1EE61}\u{1EE62}\u{1EE64}\u{1EE67}-\u{1EE6A}\u{1EE6C}-\u{1EE72}\u{1EE74}-\u{1EE77}\u{1EE79}-\u{1EE7C}\u{1EE7E}\u{1EE80}-\u{1EE89}\u{1EE8B}-\u{1EE9B}\u{1EEA1}-\u{1EEA3}\u{1EEA5}-\u{1EEA9}\u{1EEAB}-\u{1EEBB}\u{20000}-\u{2A6DF}\u{2A700}-\u{2B739}\u{2B740}-\u{2B81D}\u{2B820}-\u{2CEA1}\u{2CEB0}-\u{2EBE0}\u{2EBF0}-\u{2EE5D}\u{2F800}-\u{2FA1D}\u{30000}-\u{3134A}\u{31350}-\u{323AF}]+/u,i={className:"symbol",begin:/&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;/},u={begin:/\s/,contains:[{className:"keyword",begin:/#?[a-z_][a-z1-9_-]+/,illegal:/\n/}]},a=e.inherit(u,{begin:/\(/,end:/\)/}),l=e.inherit(e.APOS_STRING_MODE,{className:"string"}),s=e.inherit(e.QUOTE_STRING_MODE,{className:"string"}),o={endsWithParent:!0,illegal:/</,relevance:0,contains:[{className:"attr",begin:r,relevance:0},{begin:/=\s*/,relevance:0,contains:[{className:"string",endsParent:!0,variants:[{begin:/"/,end:/"/,contains:[i]},{begin:/'/,end:/'/,contains:[i]},{begin:/[^\s"'=<>`]+/}]}]}]};return{name:"HTML, XML",aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist","wsf","svg"],case_insensitive:!0,unicodeRegex:!0,contains:[{className:"meta",begin:/<![a-z]/,end:/>/,relevance:10,contains:[u,s,l,a,{begin:/\[/,end:/\]/,contains:[{className:"meta",begin:/<![a-z]/,end:/>/,contains:[u,a,s,l]}]}]},e.COMMENT(/<!--/,/-->/,{relevance:10}),{begin:/<!\[CDATA\[/,end:/\]\]>/,relevance:10},i,{className:"meta",end:/\?>/,variants:[{begin:/<\?xml/,relevance:10,contains:[s]},{begin:/<\?[a-z][a-z0-9]+/}]},{className:"tag",begin:/<style(?=\s|>)/,end:/>/,keywords:{name:"style"},contains:[o],starts:{end:/<\/style>/,returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:/<script(?=\s|>)/,end:/>/,keywords:{name:"script"},contains:[o],starts:{end:/<\/script>/,returnEnd:!0,subLanguage:["javascript","handlebars","xml"]}},{className:"tag",begin:/<>|<\/>/},{className:"tag",begin:t.concat(/</,t.lookahead(t.concat(n,t.either(/\/>/,/>/,/\s/)))),end:/\/?>/,contains:[{className:"name",begin:n,relevance:0,starts:o}]},{className:"tag",begin:t.concat(/<\//,t.lookahead(t.concat(n,/>/))),contains:[{className:"name",begin:n,relevance:0},{begin:/>/,relevance:0,endsParent:!0}]}]}}function lh(e){const t="true false yes no null",n="[\\w#;/?:@&=+$,.~*'()[\\]]+",r={className:"attr",variants:[{begin:"\\w[\\w :\\/.-]*:(?=[ ]|$)"},{begin:'"\\w[\\w :\\/.-]*":(?=[ ]|$)'},{begin:"'\\w[\\w :\\/.-]*':(?=[ ]|$)"}]},i={className:"template-variable",variants:[{begin:/\{\{/,end:/\}\}/},{begin:/%\{/,end:/\}/}]},u={className:"string",relevance:0,variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/\S+/}],contains:[e.BACKSLASH_ESCAPE,i]},a=e.inherit(u,{variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/[^\s,{}[\]]+/}]}),h={className:"number",begin:"\\b"+"[0-9]{4}(-[0-9][0-9]){0,2}"+"([Tt \\t][0-9][0-9]?(:[0-9][0-9]){2})?"+"(\\.[0-9]*)?"+"([ \\t])*(Z|[-+][0-9][0-9]?(:[0-9][0-9])?)?"+"\\b"},p={end:",",endsWithParent:!0,excludeEnd:!0,keywords:t,relevance:0},f={begin:/\{/,end:/\}/,contains:[p],illegal:"\\n",relevance:0},E={begin:"\\[",end:"\\]",contains:[p],illegal:"\\n",relevance:0},A=[r,{className:"meta",begin:"^---\\s*$",relevance:10},{className:"string",begin:"[\\|>]([1-9]?[+-])?[ ]*\\n( +)[^ ][^\\n]*\\n(\\2[^\\n]+\\n?)*"},{begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:"!\\w+!"+n},{className:"type",begin:"!<"+n+">"},{className:"type",begin:"!"+n},{className:"type",begin:"!!"+n},{className:"meta",begin:"&"+e.UNDERSCORE_IDENT_RE+"$"},{className:"meta",begin:"\\*"+e.UNDERSCORE_IDENT_RE+"$"},{className:"bullet",begin:"-(?=[ ]|$)",relevance:0},e.HASH_COMMENT_MODE,{beginKeywords:t,keywords:{literal:t}},h,{className:"number",begin:e.C_NUMBER_RE+"\\b",relevance:0},f,E,u],y=[...A];return y.pop(),y.push(a),p.contains=y,{name:"YAML",case_insensitive:!0,aliases:["yml"],contains:A}}var sh=ve(69572);const ln=sh;var oh=ve(35557);const q0=Object.assign(ur(Error),{eval:ur(EvalError),range:ur(RangeError),reference:ur(ReferenceError),syntax:ur(SyntaxError),type:ur(TypeError),uri:ur(URIError)});function ur(e){return t.displayName=e.displayName||e.name,t;function t(n){for(var r=arguments.length,i=new Array(r>1?r-1:0),u=1;u<r;u++)i[u-1]=arguments[u];const a=n&&oh(n,...i);return new e(a)}}const ch={}.hasOwnProperty,El="hljs-";function Al(e,t,n){n===void 0&&(n={});let r=n.prefix;if(typeof e!="string")throw q0("Expected `string` for name, got `%s`",e);if(!ln.getLanguage(e))throw q0("Unknown language: `%s` is not registered",e);if(typeof t!="string")throw q0("Expected `string` for value, got `%s`",t);r==null&&(r=El),ln.configure({__emitter:gh,classPrefix:r});const i=ln.highlight(t,{language:e,ignoreIllegals:!0});if(ln.configure({}),i.errorRaised)throw i.errorRaised;return i._emitter.root.data.language=i.language,i._emitter.root.data.relevance=i.relevance,i._emitter.root}function dh(e,t){t===void 0&&(t={});const n=t.subset||ln.listLanguages();let r=t.prefix,i=-1,u={type:"root",data:{language:null,relevance:0},children:[]};if(r==null&&(r=El),typeof e!="string")throw q0("Expected `string` for value, got `%s`",e);for(;++i<n.length;){const a=n[i];if(!ln.getLanguage(a))continue;const l=Al(a,e,t);l.data.relevance>u.data.relevance&&(u=l)}return u}function hh(e,t){ln.registerLanguage(e,t)}const mh=function(e,t){if(typeof e=="string")ln.registerAliases(t,{languageName:e});else{let n;for(n in e)ch.call(e,n)&&ln.registerAliases(e[n],{languageName:n})}};function fh(e){return!!ln.getLanguage(e)}function ph(){return ln.listLanguages()}class gh{constructor(t){this.options=t,this.root={type:"root",data:{language:null,relevance:0},children:[]},this.stack=[this.root]}addText(t){if(t==="")return;const n=this.stack[this.stack.length-1],r=n.children[n.children.length-1];r&&r.type==="text"?r.value+=t:n.children.push({type:"text",value:t})}startScope(t){this.openNode(String(t))}endScope(){this.closeNode()}__addSublanguage(t,n){const r=this.stack[this.stack.length-1],i=t.root.children;n?r.children.push({type:"element",tagName:"span",properties:{className:[n]},children:i}):r.children.push(...i)}openNode(t){const n=t.split(".").map((u,a)=>a?u+"_".repeat(a):this.options.classPrefix+u),r=this.stack[this.stack.length-1],i={type:"element",tagName:"span",properties:{className:n},children:[]};r.children.push(i),this.stack.push(i)}closeNode(){this.stack.pop()}finalize(){}toHTML(){return""}}const Se={highlight:Al,highlightAuto:dh,registerLanguage:hh,registered:fh,listLanguages:ph,registerAlias:mh};Se.registerLanguage("arduino",Zc),Se.registerLanguage("bash",Xc),Se.registerLanguage("c",Qc),Se.registerLanguage("cpp",jc),Se.registerLanguage("csharp",Jc),Se.registerLanguage("css",ad),Se.registerLanguage("diff",ld),Se.registerLanguage("go",sd),Se.registerLanguage("graphql",od),Se.registerLanguage("ini",cd),Se.registerLanguage("java",dd),Se.registerLanguage("javascript",gd),Se.registerLanguage("json",bd),Se.registerLanguage("kotlin",Ad),Se.registerLanguage("less",xd),Se.registerLanguage("lua",Fd),Se.registerLanguage("makefile",Bd),Se.registerLanguage("markdown",kd),Se.registerLanguage("objectivec",Sd),Se.registerLanguage("perl",_d),Se.registerLanguage("php",Td),Se.registerLanguage("php-template",Nd),Se.registerLanguage("plaintext",Md),Se.registerLanguage("python",Od),Se.registerLanguage("python-repl",Rd),Se.registerLanguage("r",Id),Se.registerLanguage("ruby",Ld),Se.registerLanguage("rust",zd),Se.registerLanguage("scss",Kd),Se.registerLanguage("shell",Vd),Se.registerLanguage("sql",Wd),Se.registerLanguage("swift",th),Se.registerLanguage("typescript",rh),Se.registerLanguage("vbnet",ih),Se.registerLanguage("wasm",uh),Se.registerLanguage("xml",ah),Se.registerLanguage("yaml",lh);const np=function(e,t,n,r,i){const u=$n(t);if(n!=null&&(typeof n!="number"||n<0||n===Number.POSITIVE_INFINITY))throw new Error("Expected positive finite index for child node");if(r!=null&&(!r.type||!r.children))throw new Error("Expected parent node");if(!e||!e.type||typeof e.type!="string")return!1;if(r==null!=(n==null))throw new Error("Expected both parent and index");return u.call(i,e,n,r)},$n=function(e){if(e==null)return ru;if(typeof e=="string")return Eh(e);if(typeof e=="object")return bh(e);if(typeof e=="function")return yl(e);throw new Error("Expected function, string, or array as test")};function bh(e){const t=[];let n=-1;for(;++n<e.length;)t[n]=$n(e[n]);return yl(r);function r(){let i=-1;for(var u=arguments.length,a=new Array(u),l=0;l<u;l++)a[l]=arguments[l];for(;++i<t.length;)if(t[i].call(this,...a))return!0;return!1}}function Eh(e){return t;function t(n){return ru(n)&&n.tagName===e}}function yl(e){return t;function t(n){for(var r=arguments.length,i=new Array(r>1?r-1:0),u=1;u<r;u++)i[u-1]=arguments[u];return ru(n)&&!!e.call(this,n,...i)}}function ru(e){return!!(e&&typeof e=="object"&&e.type==="element"&&typeof e.tagName=="string")}const vl=function(e,t,n){const r=Wr(n);if(!e||!e.type||!e.children)throw new Error("Expected parent node");if(typeof t=="number"){if(t<0||t===Number.POSITIVE_INFINITY)throw new Error("Expected positive finite number as index")}else if(t=e.children.indexOf(t),t<0)throw new Error("Expected child node or index");for(;++t<e.children.length;)if(r(e.children[t],t,e))return e.children[t];return null},Dl=/\n/g,Cl=/[\t ]+/g,iu=$n("br"),Ah=$n("p"),wl=$n(["th","td"]),xl=$n("tr"),yh=$n(["datalist","head","noembed","noframes","noscript","rp","script","style","template","title",wh,xh]),Fl=$n(["address","article","aside","blockquote","body","caption","center","dd","dialog","dir","dl","dt","div","figure","figcaption","footer","form,","h1","h2","h3","h4","h5","h6","header","hgroup","hr","html","legend","listing","main","menu","nav","ol","p","plaintext","pre","section","ul","xmp"]);function uu(e,t){t===void 0&&(t={});const n="children"in e?e.children:[],r=Fl(e),i=Sl(e,{whitespace:t.whitespace||"normal",breakBefore:!1,breakAfter:!1}),u=[];(e.type==="text"||e.type==="comment")&&u.push(...kl(e,{whitespace:i,breakBefore:!0,breakAfter:!0}));let a=-1;for(;++a<n.length;)u.push(...Bl(n[a],e,{whitespace:i,breakBefore:a?void 0:r,breakAfter:a<n.length-1?iu(n[a+1]):r}));const l=[];let s;for(a=-1;++a<u.length;){const o=u[a];typeof o=="number"?s!==void 0&&o>s&&(s=o):o&&(s!==void 0&&s>-1&&l.push("\n".repeat(s)||" "),s=-1,l.push(o))}return l.join("")}function Bl(e,t,n){return e.type==="element"?vh(e,t,n):e.type==="text"?n.whitespace==="normal"?kl(e,n):Dh(e):[]}function vh(e,t,n){const r=Sl(e,n),i=e.children||[];let u=-1,a=[];if(yh(e))return a;let l,s;for(iu(e)||xl(e)&&vl(t,e,xl)?s="\n":Ah(e)?(l=2,s=2):Fl(e)&&(l=1,s=1);++u<i.length;)a=a.concat(Bl(i[u],e,{whitespace:r,breakBefore:u?void 0:l,breakAfter:u<i.length-1?iu(i[u+1]):s}));return wl(e)&&vl(t,e,wl)&&a.push(" "),l&&a.unshift(l),s&&a.push(s),a}function kl(e,t){const n=String(e.value),r=[],i=[];let u=0;for(;u<=n.length;){Dl.lastIndex=u;const s=Dl.exec(n),o=s&&"index"in s?s.index:n.length;r.push(Ch(n.slice(u,o).replace(/[\u061C\u200E\u200F\u202A-\u202E\u2066-\u2069]/g,""),u===0?t.breakBefore:!0,o===n.length?t.breakAfter:!0)),u=o+1}let a=-1,l;for(;++a<r.length;)r[a].charCodeAt(r[a].length-1)===8203||a<r.length-1&&r[a+1].charCodeAt(0)===8203?(i.push(r[a]),l=void 0):r[a]?(typeof l=="number"&&i.push(l),i.push(r[a]),l=0):(a===0||a===r.length-1)&&i.push(0);return i}function Dh(e){return[String(e.value)]}function Ch(e,t,n){const r=[];let i=0,u;for(;i<e.length;){Cl.lastIndex=i;const a=Cl.exec(e);u=a?a.index:e.length,!i&&!u&&a&&!t&&r.push(""),i!==u&&r.push(e.slice(i,u)),i=a?u+a[0].length:u}return i!==u&&!n&&r.push(""),r.join(" ")}function Sl(e,t){if(e.type==="element"){const n=e.properties||{};switch(e.tagName){case"listing":case"plaintext":case"xmp":return"pre";case"nobr":return"nowrap";case"pre":return n.wrap?"pre-wrap":"pre";case"td":case"th":return n.noWrap?"nowrap":t.whitespace;case"textarea":return"pre-wrap";default:}}return t.whitespace}function wh(e){return!!(e.properties||{}).hidden}function xh(e){return e.tagName==="dialog"&&!(e.properties||{}).open}const Fh={}.hasOwnProperty;function Bh(e){e===void 0&&(e={});const{aliases:t,languages:n,prefix:r,plainText:i,ignoreMissing:u,subset:a,detect:l}=e;let s="hljs";if(t&&Se.registerAlias(t),n){let o;for(o in n)Fh.call(n,o)&&Se.registerLanguage(o,n[o])}if(r){const o=r.indexOf("-");s=o>-1?r.slice(0,o):r}return(o,d)=>{Yr(o,"element",(h,p,f)=>{const E=f;if(!E||!("tagName"in E)||E.tagName!=="pre"||h.tagName!=="code"||!h.properties)return;const A=kh(h);if(A===!1||!A&&!l||A&&i&&i.includes(A))return;Array.isArray(h.properties.className)||(h.properties.className=[]),h.properties.className.includes(s)||h.properties.className.unshift(s);let y;try{y=A?Se.highlight(A,uu(E),{prefix:r}):Se.highlightAuto(uu(E),{prefix:r,subset:a})}catch(D){const k=D;(!u||!/Unknown language/.test(k.message))&&d.fail(k,h,"rehype-highlight:missing-language");return}!A&&y.data.language&&h.properties.className.push("language-"+y.data.language),Array.isArray(y.children)&&y.children.length>0&&(h.children=y.children)})}}function kh(e){const t=e.properties&&e.properties.className;let n=-1;if(Array.isArray(t))for(;++n<t.length;){const r=String(t[n]);if(r==="no-highlight"||r==="nohighlight")return!1;if(r.slice(0,5)==="lang-")return r.slice(5);if(r.slice(0,9)==="language-")return r.slice(9)}}const Sh={tokenize:_h,concrete:!0},_l={tokenize:Th,partial:!0};function _h(e,t,n){const r=this,i=r.events[r.events.length-1],u=i&&i[1].type==="linePrefix"?i[2].sliceSerialize(i[1],!0).length:0;let a=0;return l;function l(k){return e.enter("mathFlow"),e.enter("mathFlowFence"),e.enter("mathFlowFenceSequence"),s(k)}function s(k){return k===36?(e.consume(k),a++,s):a<2?n(k):(e.exit("mathFlowFenceSequence"),Be(e,o,"whitespace")(k))}function o(k){return k===null||ie(k)?h(k):(e.enter("mathFlowFenceMeta"),e.enter("chunkString",{contentType:"string"}),d(k))}function d(k){return k===null||ie(k)?(e.exit("chunkString"),e.exit("mathFlowFenceMeta"),h(k)):k===36?n(k):(e.consume(k),d)}function h(k){return e.exit("mathFlowFence"),r.interrupt?t(k):e.attempt(_l,p,y)(k)}function p(k){return e.attempt({tokenize:D,partial:!0},y,f)(k)}function f(k){return(u?Be(e,E,"linePrefix",u+1):E)(k)}function E(k){return k===null?y(k):ie(k)?e.attempt(_l,p,y)(k):(e.enter("mathFlowValue"),A(k))}function A(k){return k===null||ie(k)?(e.exit("mathFlowValue"),E(k)):(e.consume(k),A)}function y(k){return e.exit("mathFlow"),t(k)}function D(k,_,O){let I=0;return Be(k,S,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4);function S(H){return k.enter("mathFlowFence"),k.enter("mathFlowFenceSequence"),L(H)}function L(H){return H===36?(I++,k.consume(H),L):I<a?O(H):(k.exit("mathFlowFenceSequence"),Be(k,z,"whitespace")(H))}function z(H){return H===null||ie(H)?(k.exit("mathFlowFence"),_(H)):O(H)}}}function Th(e,t,n){const r=this;return i;function i(a){return a===null?t(a):(e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),u)}function u(a){return r.parser.lazy[r.now().line]?n(a):t(a)}}function Nh(e){let n=(e||{}).singleDollarTextMath;return n==null&&(n=!0),{tokenize:r,resolve:Mh,previous:Oh};function r(i,u,a){const l=this;let s=0,o,d;return h;function h(y){return i.enter("mathText"),i.enter("mathTextSequence"),p(y)}function p(y){return y===36?(i.consume(y),s++,p):s<2&&!n?a(y):(i.exit("mathTextSequence"),f(y))}function f(y){return y===null?a(y):y===36?(d=i.enter("mathTextSequence"),o=0,A(y)):y===32?(i.enter("space"),i.consume(y),i.exit("space"),f):ie(y)?(i.enter("lineEnding"),i.consume(y),i.exit("lineEnding"),f):(i.enter("mathTextData"),E(y))}function E(y){return y===null||y===32||y===36||ie(y)?(i.exit("mathTextData"),f(y)):(i.consume(y),E)}function A(y){return y===36?(i.consume(y),o++,A):o===s?(i.exit("mathTextSequence"),i.exit("mathText"),u(y)):(d.type="mathTextData",E(y))}}}function Mh(e){let t=e.length-4,n=3,r,i;if((e[n][1].type==="lineEnding"||e[n][1].type==="space")&&(e[t][1].type==="lineEnding"||e[t][1].type==="space")){for(r=n;++r<t;)if(e[r][1].type==="mathTextData"){e[t][1].type="mathTextPadding",e[n][1].type="mathTextPadding",n+=2,t-=2;break}}for(r=n-1,t++;++r<=t;)i===void 0?r!==t&&e[r][1].type!=="lineEnding"&&(i=r):(r===t||e[r][1].type==="lineEnding")&&(e[i][1].type="mathTextData",r!==i+2&&(e[i][1].end=e[r-1][1].end,e.splice(i+2,r-i-2),t-=r-i-2,r=i+2),i=void 0);return e}function Oh(e){return e!==36||this.events[this.events.length-1][1].type==="characterEscape"}function Rh(e){return{flow:{36:Sh},text:{36:Nh(e)}}}function Ih(e,t){const n=String(e);let r=n.indexOf(t),i=r,u=0,a=0;if(typeof t!="string")throw new TypeError("Expected substring");for(;r!==-1;)r===i?++u>a&&(a=u):u=1,i=r+t.length,r=n.indexOf(t,i);return a}function au(e){if(!e._compiled){const t=(e.atBreak?"[\\r\\n][\\t ]*":"")+(e.before?"(?:"+e.before+")":"");e._compiled=new RegExp((t?"("+t+")":"")+(/[|\\{}()[\]^$+*?.-]/.test(e.character)?"\\":"")+e.character+(e.after?"(?:"+e.after+")":""),"g")}return e._compiled}function Lh(e,t){return Tl(e,t.inConstruct,!0)&&!Tl(e,t.notInConstruct,!1)}function Tl(e,t,n){if(typeof t=="string"&&(t=[t]),!t||t.length===0)return n;let r=-1;for(;++r<t.length;)if(e.includes(t[r]))return!0;return!1}function lu(e,t,n){const r=(n.before||"")+(t||"")+(n.after||""),i=[],u=[],a={};let l=-1;for(;++l<e.unsafe.length;){const d=e.unsafe[l];if(!Lh(e.stack,d))continue;const h=au(d);let p;for(;p=h.exec(r);){const f="before"in d||!!d.atBreak,E="after"in d,A=p.index+(f?p[1].length:0);i.includes(A)?(a[A].before&&!f&&(a[A].before=!1),a[A].after&&!E&&(a[A].after=!1)):(i.push(A),a[A]={before:f,after:E})}}i.sort(zh);let s=n.before?n.before.length:0;const o=r.length-(n.after?n.after.length:0);for(l=-1;++l<i.length;){const d=i[l];d<s||d>=o||d+1<o&&i[l+1]===d+1&&a[d].after&&!a[d+1].before&&!a[d+1].after||i[l-1]===d-1&&a[d].before&&!a[d-1].before&&!a[d-1].after||(s!==d&&u.push(Nl(r.slice(s,d),"\\")),s=d,/[!-/:-@[-`{-~]/.test(r.charAt(d))&&(!n.encode||!n.encode.includes(r.charAt(d)))?u.push("\\"):(u.push("&#x"+r.charCodeAt(d).toString(16).toUpperCase()+";"),s++))}return u.push(Nl(r.slice(s,o),n.after)),u.join("")}function zh(e,t){return e-t}function Nl(e,t){const n=/\\(?=[!-/:-@[-`{-~])/g,r=[],i=[],u=e+t;let a=-1,l=0,s;for(;s=n.exec(u);)r.push(s.index);for(;++a<r.length;)l!==r[a]&&i.push(e.slice(l,r[a])),i.push("\\"),l=r[a];return i.push(e.slice(l)),i.join("")}function Qr(e){const t=e||{},n=t.now||{};let r=t.lineShift||0,i=n.line||1,u=n.column||1;return{move:s,current:a,shift:l};function a(){return{now:{line:i,column:u},lineShift:r}}function l(o){r+=o}function s(o){const d=o||"",h=d.split(/\r?\n|\r/g),p=h[h.length-1];return i+=h.length-1,u=h.length===1?u+p.length:1+p.length+r,d}}function Ph(){return{enter:{mathFlow:e,mathFlowFenceMeta:t,mathText:u},exit:{mathFlow:i,mathFlowFence:r,mathFlowFenceMeta:n,mathFlowValue:l,mathText:a,mathTextData:l}};function e(s){this.enter({type:"math",meta:null,value:"",data:{hName:"div",hProperties:{className:["math","math-display"]},hChildren:[{type:"text",value:""}]}},s)}function t(){this.buffer()}function n(){const s=this.resume(),o=this.stack[this.stack.length-1];o.meta=s}function r(){this.getData("mathFlowInside")||(this.buffer(),this.setData("mathFlowInside",!0))}function i(s){const o=this.resume().replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),d=this.exit(s);d.value=o,d.data.hChildren[0].value=o,this.setData("mathFlowInside")}function u(s){this.enter({type:"inlineMath",value:"",data:{hName:"span",hProperties:{className:["math","math-inline"]},hChildren:[{type:"text",value:""}]}},s),this.buffer()}function a(s){const o=this.resume(),d=this.exit(s);d.value=o,d.data.hChildren[0].value=o}function l(s){this.config.enter.data.call(this,s),this.config.exit.data.call(this,s)}}function Uh(e){let t=(e||{}).singleDollarTextMath;return t==null&&(t=!0),r.peek=i,{unsafe:[{character:"\r",inConstruct:"mathFlowMeta"},{character:"\n",inConstruct:"mathFlowMeta"},{character:"$",after:t?void 0:"\\$",inConstruct:"phrasing"},{character:"$",inConstruct:"mathFlowMeta"},{atBreak:!0,character:"$",after:"\\$"}],handlers:{math:n,inlineMath:r}};function n(u,a,l,s){const o=u.value||"",d=Qr(s),h="$".repeat(Math.max(Ih(o,"$")+1,2)),p=l.enter("mathFlow");let f=d.move(h);if(u.meta){const E=l.enter("mathFlowMeta");f+=d.move(lu(l,u.meta,{before:f,after:"\n",encode:["$"],...d.current()})),E()}return f+=d.move("\n"),o&&(f+=d.move(o+"\n")),f+=d.move(h),p(),f}function r(u,a,l){let s=u.value||"",o=1;for(t||o++;new RegExp("(^|[^$])"+"\\$".repeat(o)+"([^$]|$)").test(s);)o++;const d="$".repeat(o);/[^ \r\n]/.test(s)&&(/^[ \r\n]/.test(s)&&/[ \r\n]$/.test(s)||/^\$|\$$/.test(s))&&(s=" "+s+" ");let h=-1;for(;++h<l.unsafe.length;){const p=l.unsafe[h],f=au(p);let E;if(p.atBreak)for(;E=f.exec(s);){let A=E.index;s.codePointAt(A)===10&&s.codePointAt(A-1)===13&&A--,s=s.slice(0,A)+" "+s.slice(E.index+1)}}return d+s+d}function i(){return"$"}}function Hh(e){e===void 0&&(e={});const t=this.data();n("micromarkExtensions",Rh(e)),n("fromMarkdownExtensions",Ph()),n("toMarkdownExtensions",Uh(e));function n(r,i){(t[r]?t[r]:t[r]=[]).push(i)}}function qh(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}const Gh={}.hasOwnProperty,Ml=function(e,t,n,r){let i,u;typeof t=="string"||t instanceof RegExp?(u=[[t,n]],i=r):(u=t,i=n),i||(i={});const a=Wr(i.ignore||[]),l=$h(u);let s=-1;for(;++s<l.length;)Ea(e,"text",o);return e;function o(h,p){let f=-1,E;for(;++f<p.length;){const A=p[f];if(a(A,E?E.children.indexOf(A):void 0,E))return;E=A}if(E)return d(h,p)}function d(h,p){const f=p[p.length-1],E=l[s][0],A=l[s][1];let y=0;const D=f.children.indexOf(h);let k=!1,_=[];E.lastIndex=0;let O=E.exec(h.value);for(;O;){const I=O.index,S={index:O.index,input:O.input,stack:[...p,h]};let L=A(...O,S);if(typeof L=="string"&&(L=L.length>0?{type:"text",value:L}:void 0),L!==!1&&(y!==I&&_.push({type:"text",value:h.value.slice(y,I)}),Array.isArray(L)?_.push(...L):L&&_.push(L),y=I+O[0].length,k=!0),!E.global)break;O=E.exec(h.value)}return k?(y<h.value.length&&_.push({type:"text",value:h.value.slice(y)}),f.children.splice(D,1,..._)):_=[h],D+_.length}};function $h(e){const t=[];if(typeof e!="object")throw new TypeError("Expected array or object as schema");if(Array.isArray(e)){let n=-1;for(;++n<e.length;)t.push([Ol(e[n][0]),Rl(e[n][1])])}else{let n;for(n in e)Gh.call(e,n)&&t.push([Ol(n),Rl(e[n])])}return t}function Ol(e){return typeof e=="string"?new RegExp(qh(e),"g"):e}function Rl(e){return typeof e=="function"?e:()=>e}function Kh(e){Ml(e,/\r?\n|\r/g,Vh)}function Vh(){return{type:"break"}}function Wh(){return Kh}class Wt{constructor(t,n,r){this.lexer=void 0,this.start=void 0,this.end=void 0,this.lexer=t,this.start=n,this.end=r}static range(t,n){return n?!t||!t.loc||!n.loc||t.loc.lexer!==n.loc.lexer?null:new Wt(t.loc.lexer,t.loc.start,n.loc.end):t&&t.loc}}class jt{constructor(t,n){this.text=void 0,this.loc=void 0,this.noexpand=void 0,this.treatAsRelax=void 0,this.text=t,this.loc=n}range(t,n){return new jt(n,Wt.range(this,t))}}class q{constructor(t,n){this.name=void 0,this.position=void 0,this.length=void 0,this.rawMessage=void 0;var r="KaTeX parse error: "+t,i,u,a=n&&n.loc;if(a&&a.start<=a.end){var l=a.lexer.input;i=a.start,u=a.end,i===l.length?r+=" at end of input: ":r+=" at position "+(i+1)+": ";var s=l.slice(i,u).replace(/[^]/g,"$&\u0332"),o;i>15?o="\u2026"+l.slice(i-15,i):o=l.slice(0,i);var d;u+15<l.length?d=l.slice(u,u+15)+"\u2026":d=l.slice(u),r+=o+s+d}var h=new Error(r);return h.name="ParseError",h.__proto__=q.prototype,h.position=i,i!=null&&u!=null&&(h.length=u-i),h.rawMessage=t,h}}q.prototype.__proto__=Error.prototype;var Yh=function(t,n){return t.indexOf(n)!==-1},Zh=function(t,n){return t===void 0?n:t},Xh=/([A-Z])/g,Qh=function(t){return t.replace(Xh,"-$1").toLowerCase()},jh={"&":"&amp;",">":"&gt;","<":"&lt;",'"':"&quot;","'":"&#x27;"},Jh=/[&><"']/g;function em(e){return String(e).replace(Jh,t=>jh[t])}var Il=function e(t){return t.type==="ordgroup"||t.type==="color"?t.body.length===1?e(t.body[0]):t:t.type==="font"?e(t.body):t},tm=function(t){var n=Il(t);return n.type==="mathord"||n.type==="textord"||n.type==="atom"},nm=function(t){if(!t)throw new Error("Expected non-null, but got "+String(t));return t},rm=function(t){var n=/^[\x00-\x20]*([^\\/#?]*?)(:|&#0*58|&#x0*3a|&colon)/i.exec(t);return n?n[2]!==":"||!/^[a-zA-Z][a-zA-Z0-9+\-.]*$/.test(n[1])?null:n[1].toLowerCase():"_relative"},me={contains:Yh,deflt:Zh,escape:em,hyphenate:Qh,getBaseElem:Il,isCharacterBox:tm,protocolFromUrl:rm},G0={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 im(e){if(e.default)return e.default;var 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 su{constructor(t){this.displayMode=void 0,this.output=void 0,this.leqno=void 0,this.fleqn=void 0,this.throwOnError=void 0,this.errorColor=void 0,this.macros=void 0,this.minRuleThickness=void 0,this.colorIsTextColor=void 0,this.strict=void 0,this.trust=void 0,this.maxSize=void 0,this.maxExpand=void 0,this.globalGroup=void 0,t=t||{};for(var n in G0)if(G0.hasOwnProperty(n)){var r=G0[n];this[n]=t[n]!==void 0?r.processor?r.processor(t[n]):t[n]:im(r)}}reportNonstrict(t,n,r){var i=this.strict;if(typeof i=="function"&&(i=i(t,n,r)),!(!i||i==="ignore")){if(i===!0||i==="error")throw new q("LaTeX-incompatible input and strict mode is set to 'error': "+(n+" ["+t+"]"),r);i==="warn"?typeof console<"u"&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+(n+" ["+t+"]")):typeof console<"u"&&console.warn("LaTeX-incompatible input and strict mode is set to "+("unrecognized '"+i+"': "+n+" ["+t+"]"))}}useStrictBehavior(t,n,r){var i=this.strict;if(typeof i=="function")try{i=i(t,n,r)}catch(u){i="error"}return!i||i==="ignore"?!1:i===!0||i==="error"?!0:i==="warn"?(typeof console<"u"&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+(n+" ["+t+"]")),!1):(typeof console<"u"&&console.warn("LaTeX-incompatible input and strict mode is set to "+("unrecognized '"+i+"': "+n+" ["+t+"]")),!1)}isTrusted(t){if(t.url&&!t.protocol){var n=me.protocolFromUrl(t.url);if(n==null)return!1;t.protocol=n}var r=typeof this.trust=="function"?this.trust(t):this.trust;return!!r}}class Kn{constructor(t,n,r){this.id=void 0,this.size=void 0,this.cramped=void 0,this.id=t,this.size=n,this.cramped=r}sup(){return pn[um[this.id]]}sub(){return pn[am[this.id]]}fracNum(){return pn[lm[this.id]]}fracDen(){return pn[sm[this.id]]}cramp(){return pn[om[this.id]]}text(){return pn[cm[this.id]]}isTight(){return this.size>=2}}var ou=0,$0=1,Br=2,kn=3,jr=4,Jt=5,kr=6,Rt=7,pn=[new Kn(ou,0,!1),new Kn($0,0,!0),new Kn(Br,1,!1),new Kn(kn,1,!0),new Kn(jr,2,!1),new Kn(Jt,2,!0),new Kn(kr,3,!1),new Kn(Rt,3,!0)],um=[jr,Jt,jr,Jt,kr,Rt,kr,Rt],am=[Jt,Jt,Jt,Jt,Rt,Rt,Rt,Rt],lm=[Br,kn,jr,Jt,kr,Rt,kr,Rt],sm=[kn,kn,Jt,Jt,Rt,Rt,Rt,Rt],om=[$0,$0,kn,kn,Jt,Jt,Rt,Rt],cm=[ou,$0,Br,kn,Br,kn,Br,kn],fe={DISPLAY:pn[ou],TEXT:pn[Br],SCRIPT:pn[jr],SCRIPTSCRIPT:pn[kr]},cu=[{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 dm(e){for(var t=0;t<cu.length;t++)for(var n=cu[t],r=0;r<n.blocks.length;r++){var i=n.blocks[r];if(e>=i[0]&&e<=i[1])return n.name}return null}var K0=[];cu.forEach(e=>e.blocks.forEach(t=>K0.push(...t)));function Ll(e){for(var t=0;t<K0.length;t+=2)if(e>=K0[t]&&e<=K0[t+1])return!0;return!1}var Sr=80,hm=function(t,n){return"M95,"+(622+t+n)+"\nc-2.7,0,-7.17,-2.7,-13.5,-8c-5.8,-5.3,-9.5,-10,-9.5,-14\nc0,-2,0.3,-3.3,1,-4c1.3,-2.7,23.83,-20.7,67.5,-54\nc44.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\ns173,378,173,378c0.7,0,35.3,-71,104,-213c68.7,-142,137.5,-285,206.5,-429\nc69,-144,104.5,-217.7,106.5,-221\nl"+t/2.075+" -"+t+"\nc5.3,-9.3,12,-14,20,-14\nH400000v"+(40+t)+"H845.2724\ns-225.272,467,-225.272,467s-235,486,-235,486c-2.7,4.7,-9,7,-19,7\nc-6,0,-10,-1,-12,-3s-194,-422,-194,-422s-65,47,-65,47z\nM"+(834+t)+" "+n+"h400000v"+(40+t)+"h-400000z"},mm=function(t,n){return"M263,"+(601+t+n)+"c0.7,0,18,39.7,52,119\nc34,79.3,68.167,158.7,102.5,238c34.3,79.3,51.8,119.3,52.5,120\nc340,-704.7,510.7,-1060.3,512,-1067\nl"+t/2.084+" -"+t+"\nc4.7,-7.3,11,-11,19,-11\nH40000v"+(40+t)+"H1012.3\ns-271.3,567,-271.3,567c-38.7,80.7,-84,175,-136,283c-52,108,-89.167,185.3,-111.5,232\nc-22.3,46.7,-33.8,70.3,-34.5,71c-4.7,4.7,-12.3,7,-23,7s-12,-1,-12,-1\ns-109,-253,-109,-253c-72.7,-168,-109.3,-252,-110,-252c-10.7,8,-22,16.7,-34,26\nc-22,17.3,-33.3,26,-34,26s-26,-26,-26,-26s76,-59,76,-59s76,-60,76,-60z\nM"+(1001+t)+" "+n+"h400000v"+(40+t)+"h-400000z"},fm=function(t,n){return"M983 "+(10+t+n)+"\nl"+t/3.13+" -"+t+"\nc4,-6.7,10,-10,18,-10 H400000v"+(40+t)+"\nH1013.1s-83.4,268,-264.1,840c-180.7,572,-277,876.3,-289,913c-4.7,4.7,-12.7,7,-24,7\ns-12,0,-12,0c-1.3,-3.3,-3.7,-11.7,-7,-25c-35.3,-125.3,-106.7,-373.3,-214,-744\nc-10,12,-21,25,-33,39s-32,39,-32,39c-6,-5.3,-15,-14,-27,-26s25,-30,25,-30\nc26.7,-32.7,52,-63,76,-91s52,-60,52,-60s208,722,208,722\nc56,-175.3,126.3,-397.3,211,-666c84.7,-268.7,153.8,-488.2,207.5,-658.5\nc53.7,-170.3,84.5,-266.8,92.5,-289.5z\nM"+(1001+t)+" "+n+"h400000v"+(40+t)+"h-400000z"},pm=function(t,n){return"M424,"+(2398+t+n)+"\nc-1.3,-0.7,-38.5,-172,-111.5,-514c-73,-342,-109.8,-513.3,-110.5,-514\nc0,-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\ns-5,7,-5,7c-4,-3.3,-8.3,-7.7,-13,-13s-13,-13,-13,-13s76,-122,76,-122s77,-121,77,-121\ns209,968,209,968c0,-2,84.7,-361.7,254,-1079c169.3,-717.3,254.7,-1077.7,256,-1081\nl"+t/4.223+" -"+t+"c4,-6.7,10,-10,18,-10 H400000\nv"+(40+t)+"H1014.6\ns-87.3,378.7,-272.6,1166c-185.3,787.3,-279.3,1182.3,-282,1185\nc-2,6,-10,9,-24,9\nc-8,0,-12,-0.7,-12,-2z M"+(1001+t)+" "+n+"\nh400000v"+(40+t)+"h-400000z"},gm=function(t,n){return"M473,"+(2713+t+n)+"\nc339.3,-1799.3,509.3,-2700,510,-2702 l"+t/5.298+" -"+t+"\nc3.3,-7.3,9.3,-11,18,-11 H400000v"+(40+t)+"H1017.7\ns-90.5,478,-276.2,1466c-185.7,988,-279.5,1483,-281.5,1485c-2,6,-10,9,-24,9\nc-8,0,-12,-0.7,-12,-2c0,-1.3,-5.3,-32,-16,-92c-50.7,-293.3,-119.7,-693.3,-207,-1200\nc0,-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\ns76,-153,76,-153s77,-151,77,-151c0.7,0.7,35.7,202,105,604c67.3,400.7,102,602.7,104,\n606zM"+(1001+t)+" "+n+"h400000v"+(40+t)+"H1017.7z"},bm=function(t){var n=t/2;return"M400000 "+t+" H0 L"+n+" 0 l65 45 L145 "+(t-80)+" H400000z"},Em=function(t,n,r){var i=r-54-n-t;return"M702 "+(t+n)+"H400000"+(40+t)+"\nH742v"+i+"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\nh-12l-28-84c-16.667-52-96.667 -294.333-240-727l-212 -643 -85 170\nc-4-3.333-8.333-7.667-13 -13l-13-13l77-155 77-156c66 199.333 139 419.667\n219 661 l218 661zM702 "+n+"H400000v"+(40+t)+"H742z"},Am=function(t,n,r){n=1e3*n;var i="";switch(t){case"sqrtMain":i=hm(n,Sr);break;case"sqrtSize1":i=mm(n,Sr);break;case"sqrtSize2":i=fm(n,Sr);break;case"sqrtSize3":i=pm(n,Sr);break;case"sqrtSize4":i=gm(n,Sr);break;case"sqrtTall":i=Em(n,Sr,r)}return i},ym=function(t,n){switch(t){case"\u239C":return"M291 0 H417 V"+n+" H291z M291 0 H417 V"+n+" H291z";case"\u2223":return"M145 0 H188 V"+n+" H145z M145 0 H188 V"+n+" H145z";case"\u2225":return"M145 0 H188 V"+n+" H145z M145 0 H188 V"+n+" H145z"+("M367 0 H410 V"+n+" H367z M367 0 H410 V"+n+" H367z");case"\u239F":return"M457 0 H583 V"+n+" H457z M457 0 H583 V"+n+" H457z";case"\u23A2":return"M319 0 H403 V"+n+" H319z M319 0 H403 V"+n+" H319z";case"\u23A5":return"M263 0 H347 V"+n+" H263z M263 0 H347 V"+n+" H263z";case"\u23AA":return"M384 0 H504 V"+n+" H384z M384 0 H504 V"+n+" H384z";case"\u23D0":return"M312 0 H355 V"+n+" H312z M312 0 H355 V"+n+" H312z";case"\u2016":return"M257 0 H300 V"+n+" H257z M257 0 H300 V"+n+" H257z"+("M478 0 H521 V"+n+" H478z M478 0 H521 V"+n+" H478z");default:return""}},zl={doubleleftarrow:"M262 157\nl10-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\n 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\n 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\nc2 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\n 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\n-86-123l-10-10h399738v-40H218c328 0 0 0 0 0l-10-8c-26.7-20-65.7-43-117-69 2.7\n-2 6-3.7 10-5 36.7-16 72.3-37.3 107-64l10-8h399782v-40z\nm8 0v40h399730v-40zm0 194v40h399730v-40z",doublerightarrow:"M399738 392l\n-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\n 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\n-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\n-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\n-13h-6c-12 .7-18 4-18 10 0 2 1.7 7 5 15 23.3 46 52 87 86 123l10 10H0v40h399782\nc-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\n-107 64l-10 8H0v40zM0 157v40h399730v-40zm0 194v40h399730v-40z",leftarrow:"M400000 241H110l3-3c68.7-52.7 113.7-120\n 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\n-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\nc-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\n 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\n 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\n l-3-3h399890zM100 241v40h399900v-40z",leftbrace:"M6 548l-6-6v-35l6-11c56-104 135.3-181.3 238-232 57.3-28.7 117\n-45 179-50h399577v120H403c-43.3 7-81 15-113 26-100.7 33-179.7 91-237 174-2.7\n 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\n 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\n 0 2 .3 4 1 18.688 2.7 76 4.3 172 5h399450v120H429l-6-1c-124.688-8-235-61.7\n-331-161C60.687 138.7 32.312 99.3 7 54L0 41V6z",leftgroup:"M400000 80\nH435C64 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\n 435 0h399565z",leftgroupunder:"M400000 262\nH435C64 262 168.3 112.6 21 82c-5.9-1.2-18 0-18 0-2 0-3 1-3 3v38c76 158 257 219\n 435 219h399565z",leftharpoon:"M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3\n-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\n-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\n-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\n 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\n-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\n-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40zM0 435v40h400000v-40z\nm0 0v40h400000v-40z",leftharpoondown:"M7 241c-4 4-6.333 8.667-7 14 0 5.333.667 9 2 11s5.333\n 5.333 12 10c90.667 54 156 130 196 228 3.333 10.667 6.333 16.333 9 17 2 .667 5\n 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\n-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\n 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\n-2 18-6 2-2.7 1-9.7-3-21-32-87.3-82.7-157.7-152-211l-3-3h399907v-40H7zm93 0\nv40h399900v-40zM0 241v40h399900v-40zm0 0v40h399900v-40z",lefthook:"M400000 281 H103s-33-11.2-61-33.5S0 197.3 0 164s14.2-61.2 42.5\n-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\n-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\n 71.5 23h399859zM103 281v-40h399897v40z",leftlinesegment:"M40 281 V428 H0 V94 H40 V241 H400000 v40z\nM40 281 V428 H0 V94 H40 V241 H400000 v40z",leftmapsto:"M40 281 V448H0V74H40V241H400000v40z\nM40 281 V448H0V74H40V241H400000v40z",leftToFrom:"M0 147h400000v40H0zm0 214c68 40 115.7 95.7 143 167h22c15.3 0 23\n-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69-70-101l-7-8h399905v-40H95l7-8\nc28.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\n 68 321 0 361zm0-174v-40h399900v40zm100 154v40h399900v-40z",longequal:"M0 50 h400000 v40H0z m0 194h40000v40H0z\nM0 50 h400000 v40H0z m0 194h40000v40H0z",midbrace:"M200428 334\nc-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\n-53.3 86.7-123.7 153-211 199-66.7 36-137.3 56.3-212 62H0V214h199568c178.3-11.7\n 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\n 12 44.7 59.3 101.3 106.3 170 141s145.3 54.3 229 60h199572v120z",midbraceunder:"M199572 214\nc100.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\n 53.3-86.7 123.7-153 211-199 66.7-36 137.3-56.3 212-62h199568v120H200432c-178.3\n 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\n-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\n-320.3 177.6S193.1 320.6 193.1 249.8c0-71.4 46.9-178.2 319.5-178.2z\nm368.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\n60.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\n-451.1 228.8-386.3 0-452.7-137.5-452.7-228.8 0-92.4 66.4-230 452.7-230z\nm502.4 230c0-111.2-82.4-277.2-502.4-277.2s-504 166-504 277.2\nc0 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\n-480.5 177.6S202.1 320.6 202.1 249.8c0-71.4 70.5-178.2 479.3-178.2z\nm525.8 178.2c0-86.4-86.8-215.4-525.7-215.4-437.9 0-524.7 129-524.7 215.4 0\n85.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\n-707.8 275.8-606 0-710.2-165.8-710.2-275.8C311 218.8 415.2 53 1021.2 53z\nm770.4 277.1c0-131.2-126.4-327.6-770.5-327.6S248.4 198.9 248.4 330.1\nc0 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\n-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\n 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\n 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\n-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\n-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\n 151.7 139 205zm0 0v40h399900v-40z",rightbrace:"M400000 542l\n-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\ns-117.2-55.8-184.5-66.5c-.7 0-2-.3-4-1-18.7-2.7-76-4.3-172-5H0V214h399571l6 1\nc124.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\n 28.7-117 45-179 50H-300V214h399897c43.3-7 81-15 113-26 100.7-33 179.7-91 237\n-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\n 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\n 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\n-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\n-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\n 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\n-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\n 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\nm0 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\n 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\n-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\n-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\n 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\n 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\n-64.7 57-92 95-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 435v40h399900v-40z\nm0-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\n 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\n-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\n 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\nM399960 241 V94 h40 V428 h-40 V281 H0 v-40z",rightToFrom:"M400000 167c-70.7-42-118-97.7-142-167h-23c-15.3 0-23 .3-23\n 1 0 1.3 5.3 13.7 16 37 18 35.3 41.3 69 70 101l7 8H0v40h399905l-7 8c-28.7 32\n-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\n-167z M100 147v40h399900v-40zM0 341v40h399900v-40z",twoheadleftarrow:"M0 167c68 40\n 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\n-70-101l-7-8h125l9 7c50.7 39.3 85 86 103 140h46c0-4.7-6.3-18.7-19-42-18-35.3\n-40-67.3-66-96l-9-9h399716v-40H284l9-9c26-28.7 48-60.7 66-96 12.7-23.333 19\n-37.333 19-42h-46c-18 54-52.3 100.7-103 140l-9 7H95l7-8c28.7-32 52-65.7 70-101\n 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\nc-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\n 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\n 18 35.3 40 67.3 66 96l9 9H0v40h399716l-9 9c-26 28.7-48 60.7-66 96-12.7 23.333\n-19 37.333-19 42h46c18-54 52.3-100.7 103-140l9-7h125l-7 8c-28.7 32-52 65.7-70\n 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\n-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\n 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\n 4.35-2 7.613-5 9.788l-19 13.05c-92 63.077-116.937 75.308-183 76.128\n-68.267.847-113-73.952-191-73.952z",tilde2:"M344 55.266c-142 0-300.638 81.316-311.5 86.418\n-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\n 31.9 283 0 358 0c148 0 188 122 331 122s314-97 326-97c4 0 8 2 10 7l7 21.114\nc1 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\n 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\n-11-10.37L.15 138c-1-7 3-12 10-13l19.2-6.4C378.4 40.7 634.3 0 804.3 0c337 0\n 411.8 157 746.8 157 328 0 754-112 773-112 5 0 10 3 11 9l1 14.075c1 8.066-.697\n 16.595-6.697 17.492l-21.052 7.31c-367.9 98.146-609.15 122.696-778.15 122.696\n -338 0-409-156.573-744-156.573z",tilde4:"M786 58C457 58 32 177.487 13 177.487c-6 0-10-3.345\n-11-10.035L.15 143c-1-7 3-12 10-13l22-6.7C381.2 35 637.15 0 807.15 0c337 0 409\n 177 744 177 328 0 754-127 773-127 5 0 10 3 11 9l1 14.794c1 7.805-3 13.38-9\n 14.495l-20.7 5.574c-366.85 99.79-607.3 139.372-776.3 139.372-338 0-409\n -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\n3.333 2.667 6.667 9 10 19 6.667 24.667 20.333 43.667 41 57 7.333 4.667 11\n10.667 11 18 0 6-1 10-3 12s-6.667 5-14 9c-28.667 14.667-53.667 35.667-75 63\n-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\n-7 1c-4.667 0-9.167-1.833-13.5-5.5S337 184 337 178c0-12.667 15.667-32.333 47-59\nH213l-171-1c-8.667-6-13-12.333-13-19 0-4.667 4.333-11.333 13-20h359\nc-16-25.333-24-45-24-59z",widehat1:"M529 0h5l519 115c5 1 9 5 9 10 0 1-1 2-1 3l-4 22\nc-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\n-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\n-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\n-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,\n-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,\n-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,\n-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,\n-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\nc4 -14.7 6 -23 6 -25c0 -7.3 -7 -11 -21 -11c-8 0 -13.2 0.8 -15.5 2.5\nc-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\ns-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\n121.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\ns2.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\nc0 -2 -2 -10.3 -6 -25c-20 -79.3 -65 -146.7 -135 -202l-3 -3h399890z\nM100 620v40h399900v-40z M0 241v40h399900v-40zM0 241v40h399900v-40z",rightarrowabovebar:"M0 241v40h399891c-47.3 35.3-84 78-110 128-16.7 32\n-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\n13.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\n-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\n-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\n-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\n151.7 139 205zm96 379h399894v40H0zm0 0h399904v40H0z",baraboveshortleftharpoon:"M507,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11\nc1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17\nc2,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\nc-32,-87.3,-82.7,-157.7,-152,-211c0,0,-3,-3,-3,-3l399351,0l0,-40\nc-398570,0,-399437,0,-399437,0z M593 435 v40 H399500 v-40z\nM0 281 v-40 H399908 v40z M0 281 v-40 H399908 v40z",rightharpoonaboveshortbar:"M0,241 l0,40c399126,0,399993,0,399993,0\nc4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,\n-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\nc-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\nM0 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\nc1.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,\n1c0,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,\n-152,-211c0,0,-3,-3,-3,-3l399907,0l0,-40c-399126,0,-399993,0,-399993,0z\nM93 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\nc4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,\n-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\nc-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\nM500 241 v40 H399408 v-40z M500 435 v40 H400000 v-40z"},vm=function(t,n){switch(t){case"lbrack":return"M403 1759 V84 H666 V0 H319 V1759 v"+n+" v1759 h347 v-84\nH403z M403 1759 V0 H319 V1759 v"+n+" v1759 h84z";case"rbrack":return"M347 1759 V0 H0 V84 H263 V1759 v"+n+" v1759 H0 v84 H347z\nM347 1759 V0 H263 V1759 v"+n+" v1759 h84z";case"vert":return"M145 15 v585 v"+n+" v585 c2.667,10,9.667,15,21,15\nc10,0,16.667,-5,20,-15 v-585 v"+-n+" v-585 c-2.667,-10,-9.667,-15,-21,-15\nc-10,0,-16.667,5,-20,15z M188 15 H145 v585 v"+n+" v585 h43z";case"doublevert":return"M145 15 v585 v"+n+" v585 c2.667,10,9.667,15,21,15\nc10,0,16.667,-5,20,-15 v-585 v"+-n+" v-585 c-2.667,-10,-9.667,-15,-21,-15\nc-10,0,-16.667,5,-20,15z M188 15 H145 v585 v"+n+" v585 h43z\nM367 15 v585 v"+n+" v585 c2.667,10,9.667,15,21,15\nc10,0,16.667,-5,20,-15 v-585 v"+-n+" v-585 c-2.667,-10,-9.667,-15,-21,-15\nc-10,0,-16.667,5,-20,15z M410 15 H367 v585 v"+n+" v585 h43z";case"lfloor":return"M319 602 V0 H403 V602 v"+n+" v1715 h263 v84 H319z\nMM319 602 V0 H403 V602 v"+n+" v1715 H319z";case"rfloor":return"M319 602 V0 H403 V602 v"+n+" v1799 H0 v-84 H319z\nMM319 602 V0 H403 V602 v"+n+" v1715 H319z";case"lceil":return"M403 1759 V84 H666 V0 H319 V1759 v"+n+" v602 h84z\nM403 1759 V0 H319 V1759 v"+n+" v602 h84z";case"rceil":return"M347 1759 V0 H0 V84 H263 V1759 v"+n+" v602 h84z\nM347 1759 V0 h-84 V1759 v"+n+" 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\nc-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,\n-36,557 l0,"+(n+84)+"c0.2,6,0,26,0,60c2,159.3,10,310.7,24,454c53.3,528,210,\n949.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\nc0,-2.7,-3.3,-8.7,-10,-18c-135.3,-192.7,-235.5,-414.3,-300.5,-665c-65,-250.7,-102.5,\n-544.7,-112.5,-882c-2,-104,-3,-167,-3,-189\nl0,-"+(n+92)+"c0,-162.7,5.7,-314,17,-454c20.7,-272,63.7,-513,129,-723c65.3,\n-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,\n63,95c96.7,156.7,172.8,332.5,228.5,527.5c55.7,195,92.8,416.5,111.5,664.5\nc11.3,139.3,17,290.7,17,454c0,28,1.7,43,3.3,45l0,"+(n+9)+"\nc-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\nc-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\nc0,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\nc242.7,-294.7,395.3,-681.7,458,-1161c21.3,-164.7,33.3,-350.7,36,-558\nl0,-"+(n+144)+"c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,\n-470,-1265c-4.7,-6,-9.7,-11.7,-15,-17c-0.7,-0.7,-6.7,-1,-18,-1z";default:throw new Error("Unknown stretchy delimiter.")}};class Jr{constructor(t){this.children=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,this.children=t,this.classes=[],this.height=0,this.depth=0,this.maxFontSize=0,this.style={}}hasClass(t){return me.contains(this.classes,t)}toNode(){for(var t=document.createDocumentFragment(),n=0;n<this.children.length;n++)t.appendChild(this.children[n].toNode());return t}toMarkup(){for(var t="",n=0;n<this.children.length;n++)t+=this.children[n].toMarkup();return t}toText(){var t=n=>n.toText();return this.children.map(t).join("")}}var gn={"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]}},V0={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]},Pl={\u00C5:"A",\u00D0:"D",\u00DE:"o",\u00E5:"a",\u00F0:"d",\u00FE:"o",\u0410:"A",\u0411:"B",\u0412:"B",\u0413:"F",\u0414:"A",\u0415:"E",\u0416:"K",\u0417:"3",\u0418:"N",\u0419:"N",\u041A:"K",\u041B:"N",\u041C:"M",\u041D:"H",\u041E:"O",\u041F:"N",\u0420:"P",\u0421:"C",\u0422:"T",\u0423:"y",\u0424:"O",\u0425:"X",\u0426:"U",\u0427:"h",\u0428:"W",\u0429:"W",\u042A:"B",\u042B:"X",\u042C:"B",\u042D:"3",\u042E:"X",\u042F:"R",\u0430:"a",\u0431:"b",\u0432:"a",\u0433:"r",\u0434:"y",\u0435:"e",\u0436:"m",\u0437:"e",\u0438:"n",\u0439:"n",\u043A:"n",\u043B:"n",\u043C:"m",\u043D:"n",\u043E:"o",\u043F:"n",\u0440:"p",\u0441:"c",\u0442:"o",\u0443:"y",\u0444:"b",\u0445:"x",\u0446:"n",\u0447:"n",\u0448:"w",\u0449:"w",\u044A:"a",\u044B:"m",\u044C:"a",\u044D:"e",\u044E:"m",\u044F:"r"};function Dm(e,t){gn[e]=t}function du(e,t,n){if(!gn[t])throw new Error("Font metrics not found for font: "+t+".");var r=e.charCodeAt(0),i=gn[t][r];if(!i&&e[0]in Pl&&(r=Pl[e[0]].charCodeAt(0),i=gn[t][r]),!i&&n==="text"&&Ll(r)&&(i=gn[t][77]),i)return{depth:i[0],height:i[1],italic:i[2],skew:i[3],width:i[4]}}var hu={};function Cm(e){var t;if(e>=5?t=0:e>=3?t=1:t=2,!hu[t]){var n=hu[t]={cssEmPerMu:V0.quad[t]/18};for(var r in V0)V0.hasOwnProperty(r)&&(n[r]=V0[r][t])}return hu[t]}var wm=[[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]],Ul=[.5,.6,.7,.8,.9,1,1.2,1.44,1.728,2.074,2.488],Hl=function(t,n){return n.size<2?t:wm[t-1][n.size-1]};class Sn{constructor(t){this.style=void 0,this.color=void 0,this.size=void 0,this.textSize=void 0,this.phantom=void 0,this.font=void 0,this.fontFamily=void 0,this.fontWeight=void 0,this.fontShape=void 0,this.sizeMultiplier=void 0,this.maxSize=void 0,this.minRuleThickness=void 0,this._fontMetrics=void 0,this.style=t.style,this.color=t.color,this.size=t.size||Sn.BASESIZE,this.textSize=t.textSize||this.size,this.phantom=!!t.phantom,this.font=t.font||"",this.fontFamily=t.fontFamily||"",this.fontWeight=t.fontWeight||"",this.fontShape=t.fontShape||"",this.sizeMultiplier=Ul[this.size-1],this.maxSize=t.maxSize,this.minRuleThickness=t.minRuleThickness,this._fontMetrics=void 0}extend(t){var n={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};for(var r in t)t.hasOwnProperty(r)&&(n[r]=t[r]);return new Sn(n)}havingStyle(t){return this.style===t?this:this.extend({style:t,size:Hl(this.textSize,t)})}havingCrampedStyle(){return this.havingStyle(this.style.cramp())}havingSize(t){return this.size===t&&this.textSize===t?this:this.extend({style:this.style.text(),size:t,textSize:t,sizeMultiplier:Ul[t-1]})}havingBaseStyle(t){t=t||this.style.text();var n=Hl(Sn.BASESIZE,t);return this.size===n&&this.textSize===Sn.BASESIZE&&this.style===t?this:this.extend({style:t,size:n})}havingBaseSizing(){var t;switch(this.style.id){case 4:case 5:t=3;break;case 6:case 7:t=1;break;default:t=6}return this.extend({style:this.style.text(),size:t})}withColor(t){return this.extend({color:t})}withPhantom(){return this.extend({phantom:!0})}withFont(t){return this.extend({font:t})}withTextFontFamily(t){return this.extend({fontFamily:t,font:""})}withTextFontWeight(t){return this.extend({fontWeight:t,font:""})}withTextFontShape(t){return this.extend({fontShape:t,font:""})}sizingClasses(t){return t.size!==this.size?["sizing","reset-size"+t.size,"size"+this.size]:[]}baseSizingClasses(){return this.size!==Sn.BASESIZE?["sizing","reset-size"+this.size,"size"+Sn.BASESIZE]:[]}fontMetrics(){return this._fontMetrics||(this._fontMetrics=Cm(this.size)),this._fontMetrics}getColor(){return this.phantom?"transparent":this.color}}Sn.BASESIZE=6;var mu={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},xm={ex:!0,em:!0,mu:!0},ql=function(t){return typeof t!="string"&&(t=t.unit),t in mu||t in xm||t==="ex"},st=function(t,n){var r;if(t.unit in mu)r=mu[t.unit]/n.fontMetrics().ptPerEm/n.sizeMultiplier;else if(t.unit==="mu")r=n.fontMetrics().cssEmPerMu;else{var i;if(n.style.isTight()?i=n.havingStyle(n.style.text()):i=n,t.unit==="ex")r=i.fontMetrics().xHeight;else if(t.unit==="em")r=i.fontMetrics().quad;else throw new q("Invalid unit: '"+t.unit+"'");i!==n&&(r*=i.sizeMultiplier/n.sizeMultiplier)}return Math.min(t.number*r,n.maxSize)},V=function(t){return+t.toFixed(4)+"em"},Vn=function(t){return t.filter(n=>n).join(" ")},Gl=function(t,n,r){if(this.classes=t||[],this.attributes={},this.height=0,this.depth=0,this.maxFontSize=0,this.style=r||{},n){n.style.isTight()&&this.classes.push("mtight");var i=n.getColor();i&&(this.style.color=i)}},$l=function(t){var n=document.createElement(t);n.className=Vn(this.classes);for(var r in this.style)this.style.hasOwnProperty(r)&&(n.style[r]=this.style[r]);for(var i in this.attributes)this.attributes.hasOwnProperty(i)&&n.setAttribute(i,this.attributes[i]);for(var u=0;u<this.children.length;u++)n.appendChild(this.children[u].toNode());return n},Fm=/[\s"'>/=\x00-\x1f]/,Kl=function(t){var n="<"+t;this.classes.length&&(n+=' class="'+me.escape(Vn(this.classes))+'"');var r="";for(var i in this.style)this.style.hasOwnProperty(i)&&(r+=me.hyphenate(i)+":"+this.style[i]+";");r&&(n+=' style="'+me.escape(r)+'"');for(var u in this.attributes)if(this.attributes.hasOwnProperty(u)){if(Fm.test(u))throw new q("Invalid attribute name '"+u+"'");n+=" "+u+'="'+me.escape(this.attributes[u])+'"'}n+=">";for(var a=0;a<this.children.length;a++)n+=this.children[a].toMarkup();return n+="</"+t+">",n};class e0{constructor(t,n,r,i){this.children=void 0,this.attributes=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.width=void 0,this.maxFontSize=void 0,this.style=void 0,Gl.call(this,t,r,i),this.children=n||[]}setAttribute(t,n){this.attributes[t]=n}hasClass(t){return me.contains(this.classes,t)}toNode(){return $l.call(this,"span")}toMarkup(){return Kl.call(this,"span")}}class fu{constructor(t,n,r,i){this.children=void 0,this.attributes=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,Gl.call(this,n,i),this.children=r||[],this.setAttribute("href",t)}setAttribute(t,n){this.attributes[t]=n}hasClass(t){return me.contains(this.classes,t)}toNode(){return $l.call(this,"a")}toMarkup(){return Kl.call(this,"a")}}class Bm{constructor(t,n,r){this.src=void 0,this.alt=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,this.alt=n,this.src=t,this.classes=["mord"],this.style=r}hasClass(t){return me.contains(this.classes,t)}toNode(){var t=document.createElement("img");t.src=this.src,t.alt=this.alt,t.className="mord";for(var n in this.style)this.style.hasOwnProperty(n)&&(t.style[n]=this.style[n]);return t}toMarkup(){var t='<img src="'+me.escape(this.src)+'"'+(' alt="'+me.escape(this.alt)+'"'),n="";for(var r in this.style)this.style.hasOwnProperty(r)&&(n+=me.hyphenate(r)+":"+this.style[r]+";");return n&&(t+=' style="'+me.escape(n)+'"'),t+="'/>",t}}var km={\u00EE:"\u0131\u0302",\u00EF:"\u0131\u0308",\u00ED:"\u0131\u0301",\u00EC:"\u0131\u0300"};class en{constructor(t,n,r,i,u,a,l,s){this.text=void 0,this.height=void 0,this.depth=void 0,this.italic=void 0,this.skew=void 0,this.width=void 0,this.maxFontSize=void 0,this.classes=void 0,this.style=void 0,this.text=t,this.height=n||0,this.depth=r||0,this.italic=i||0,this.skew=u||0,this.width=a||0,this.classes=l||[],this.style=s||{},this.maxFontSize=0;var o=dm(this.text.charCodeAt(0));o&&this.classes.push(o+"_fallback"),/[îïíì]/.test(this.text)&&(this.text=km[this.text])}hasClass(t){return me.contains(this.classes,t)}toNode(){var t=document.createTextNode(this.text),n=null;this.italic>0&&(n=document.createElement("span"),n.style.marginRight=V(this.italic)),this.classes.length>0&&(n=n||document.createElement("span"),n.className=Vn(this.classes));for(var r in this.style)this.style.hasOwnProperty(r)&&(n=n||document.createElement("span"),n.style[r]=this.style[r]);return n?(n.appendChild(t),n):t}toMarkup(){var t=!1,n="<span";this.classes.length&&(t=!0,n+=' class="',n+=me.escape(Vn(this.classes)),n+='"');var r="";this.italic>0&&(r+="margin-right:"+this.italic+"em;");for(var i in this.style)this.style.hasOwnProperty(i)&&(r+=me.hyphenate(i)+":"+this.style[i]+";");r&&(t=!0,n+=' style="'+me.escape(r)+'"');var u=me.escape(this.text);return t?(n+=">",n+=u,n+="</span>",n):u}}class _n{constructor(t,n){this.children=void 0,this.attributes=void 0,this.children=t||[],this.attributes=n||{}}toNode(){var t="http://www.w3.org/2000/svg",n=document.createElementNS(t,"svg");for(var r in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,r)&&n.setAttribute(r,this.attributes[r]);for(var i=0;i<this.children.length;i++)n.appendChild(this.children[i].toNode());return n}toMarkup(){var t='<svg xmlns="http://www.w3.org/2000/svg"';for(var n in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,n)&&(t+=" "+n+'="'+me.escape(this.attributes[n])+'"');t+=">";for(var r=0;r<this.children.length;r++)t+=this.children[r].toMarkup();return t+="</svg>",t}}class Wn{constructor(t,n){this.pathName=void 0,this.alternate=void 0,this.pathName=t,this.alternate=n}toNode(){var t="http://www.w3.org/2000/svg",n=document.createElementNS(t,"path");return this.alternate?n.setAttribute("d",this.alternate):n.setAttribute("d",zl[this.pathName]),n}toMarkup(){return this.alternate?'<path d="'+me.escape(this.alternate)+'"/>':'<path d="'+me.escape(zl[this.pathName])+'"/>'}}class pu{constructor(t){this.attributes=void 0,this.attributes=t||{}}toNode(){var t="http://www.w3.org/2000/svg",n=document.createElementNS(t,"line");for(var r in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,r)&&n.setAttribute(r,this.attributes[r]);return n}toMarkup(){var t="<line";for(var n in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,n)&&(t+=" "+n+'="'+me.escape(this.attributes[n])+'"');return t+="/>",t}}function Vl(e){if(e instanceof en)return e;throw new Error("Expected symbolNode but got "+String(e)+".")}function Sm(e){if(e instanceof e0)return e;throw new Error("Expected span<HtmlDomNode> but got "+String(e)+".")}var _m={bin:1,close:1,inner:1,open:1,punct:1,rel:1},Tm={"accent-token":1,mathord:1,"op-token":1,spacing:1,textord:1},it={math:{},text:{}};function c(e,t,n,r,i,u){it[e][i]={font:t,group:n,replace:r},u&&r&&(it[e][r]=it[e][i])}var m="math",P="text",g="main",v="ams",lt="accent-token",J="bin",It="close",_r="inner",pe="mathord",Dt="op-token",Yt="open",W0="punct",C="rel",Tn="spacing",B="textord";c(m,g,C,"\u2261","\\equiv",!0),c(m,g,C,"\u227A","\\prec",!0),c(m,g,C,"\u227B","\\succ",!0),c(m,g,C,"\u223C","\\sim",!0),c(m,g,C,"\u22A5","\\perp"),c(m,g,C,"\u2AAF","\\preceq",!0),c(m,g,C,"\u2AB0","\\succeq",!0),c(m,g,C,"\u2243","\\simeq",!0),c(m,g,C,"\u2223","\\mid",!0),c(m,g,C,"\u226A","\\ll",!0),c(m,g,C,"\u226B","\\gg",!0),c(m,g,C,"\u224D","\\asymp",!0),c(m,g,C,"\u2225","\\parallel"),c(m,g,C,"\u22C8","\\bowtie",!0),c(m,g,C,"\u2323","\\smile",!0),c(m,g,C,"\u2291","\\sqsubseteq",!0),c(m,g,C,"\u2292","\\sqsupseteq",!0),c(m,g,C,"\u2250","\\doteq",!0),c(m,g,C,"\u2322","\\frown",!0),c(m,g,C,"\u220B","\\ni",!0),c(m,g,C,"\u221D","\\propto",!0),c(m,g,C,"\u22A2","\\vdash",!0),c(m,g,C,"\u22A3","\\dashv",!0),c(m,g,C,"\u220B","\\owns"),c(m,g,W0,".","\\ldotp"),c(m,g,W0,"\u22C5","\\cdotp"),c(m,g,B,"#","\\#"),c(P,g,B,"#","\\#"),c(m,g,B,"&","\\&"),c(P,g,B,"&","\\&"),c(m,g,B,"\u2135","\\aleph",!0),c(m,g,B,"\u2200","\\forall",!0),c(m,g,B,"\u210F","\\hbar",!0),c(m,g,B,"\u2203","\\exists",!0),c(m,g,B,"\u2207","\\nabla",!0),c(m,g,B,"\u266D","\\flat",!0),c(m,g,B,"\u2113","\\ell",!0),c(m,g,B,"\u266E","\\natural",!0),c(m,g,B,"\u2663","\\clubsuit",!0),c(m,g,B,"\u2118","\\wp",!0),c(m,g,B,"\u266F","\\sharp",!0),c(m,g,B,"\u2662","\\diamondsuit",!0),c(m,g,B,"\u211C","\\Re",!0),c(m,g,B,"\u2661","\\heartsuit",!0),c(m,g,B,"\u2111","\\Im",!0),c(m,g,B,"\u2660","\\spadesuit",!0),c(m,g,B,"\xA7","\\S",!0),c(P,g,B,"\xA7","\\S"),c(m,g,B,"\xB6","\\P",!0),c(P,g,B,"\xB6","\\P"),c(m,g,B,"\u2020","\\dag"),c(P,g,B,"\u2020","\\dag"),c(P,g,B,"\u2020","\\textdagger"),c(m,g,B,"\u2021","\\ddag"),c(P,g,B,"\u2021","\\ddag"),c(P,g,B,"\u2021","\\textdaggerdbl"),c(m,g,It,"\u23B1","\\rmoustache",!0),c(m,g,Yt,"\u23B0","\\lmoustache",!0),c(m,g,It,"\u27EF","\\rgroup",!0),c(m,g,Yt,"\u27EE","\\lgroup",!0),c(m,g,J,"\u2213","\\mp",!0),c(m,g,J,"\u2296","\\ominus",!0),c(m,g,J,"\u228E","\\uplus",!0),c(m,g,J,"\u2293","\\sqcap",!0),c(m,g,J,"\u2217","\\ast"),c(m,g,J,"\u2294","\\sqcup",!0),c(m,g,J,"\u25EF","\\bigcirc",!0),c(m,g,J,"\u2219","\\bullet",!0),c(m,g,J,"\u2021","\\ddagger"),c(m,g,J,"\u2240","\\wr",!0),c(m,g,J,"\u2A3F","\\amalg"),c(m,g,J,"&","\\And"),c(m,g,C,"\u27F5","\\longleftarrow",!0),c(m,g,C,"\u21D0","\\Leftarrow",!0),c(m,g,C,"\u27F8","\\Longleftarrow",!0),c(m,g,C,"\u27F6","\\longrightarrow",!0),c(m,g,C,"\u21D2","\\Rightarrow",!0),c(m,g,C,"\u27F9","\\Longrightarrow",!0),c(m,g,C,"\u2194","\\leftrightarrow",!0),c(m,g,C,"\u27F7","\\longleftrightarrow",!0),c(m,g,C,"\u21D4","\\Leftrightarrow",!0),c(m,g,C,"\u27FA","\\Longleftrightarrow",!0),c(m,g,C,"\u21A6","\\mapsto",!0),c(m,g,C,"\u27FC","\\longmapsto",!0),c(m,g,C,"\u2197","\\nearrow",!0),c(m,g,C,"\u21A9","\\hookleftarrow",!0),c(m,g,C,"\u21AA","\\hookrightarrow",!0),c(m,g,C,"\u2198","\\searrow",!0),c(m,g,C,"\u21BC","\\leftharpoonup",!0),c(m,g,C,"\u21C0","\\rightharpoonup",!0),c(m,g,C,"\u2199","\\swarrow",!0),c(m,g,C,"\u21BD","\\leftharpoondown",!0),c(m,g,C,"\u21C1","\\rightharpoondown",!0),c(m,g,C,"\u2196","\\nwarrow",!0),c(m,g,C,"\u21CC","\\rightleftharpoons",!0),c(m,v,C,"\u226E","\\nless",!0),c(m,v,C,"\uE010","\\@nleqslant"),c(m,v,C,"\uE011","\\@nleqq"),c(m,v,C,"\u2A87","\\lneq",!0),c(m,v,C,"\u2268","\\lneqq",!0),c(m,v,C,"\uE00C","\\@lvertneqq"),c(m,v,C,"\u22E6","\\lnsim",!0),c(m,v,C,"\u2A89","\\lnapprox",!0),c(m,v,C,"\u2280","\\nprec",!0),c(m,v,C,"\u22E0","\\npreceq",!0),c(m,v,C,"\u22E8","\\precnsim",!0),c(m,v,C,"\u2AB9","\\precnapprox",!0),c(m,v,C,"\u2241","\\nsim",!0),c(m,v,C,"\uE006","\\@nshortmid"),c(m,v,C,"\u2224","\\nmid",!0),c(m,v,C,"\u22AC","\\nvdash",!0),c(m,v,C,"\u22AD","\\nvDash",!0),c(m,v,C,"\u22EA","\\ntriangleleft"),c(m,v,C,"\u22EC","\\ntrianglelefteq",!0),c(m,v,C,"\u228A","\\subsetneq",!0),c(m,v,C,"\uE01A","\\@varsubsetneq"),c(m,v,C,"\u2ACB","\\subsetneqq",!0),c(m,v,C,"\uE017","\\@varsubsetneqq"),c(m,v,C,"\u226F","\\ngtr",!0),c(m,v,C,"\uE00F","\\@ngeqslant"),c(m,v,C,"\uE00E","\\@ngeqq"),c(m,v,C,"\u2A88","\\gneq",!0),c(m,v,C,"\u2269","\\gneqq",!0),c(m,v,C,"\uE00D","\\@gvertneqq"),c(m,v,C,"\u22E7","\\gnsim",!0),c(m,v,C,"\u2A8A","\\gnapprox",!0),c(m,v,C,"\u2281","\\nsucc",!0),c(m,v,C,"\u22E1","\\nsucceq",!0),c(m,v,C,"\u22E9","\\succnsim",!0),c(m,v,C,"\u2ABA","\\succnapprox",!0),c(m,v,C,"\u2246","\\ncong",!0),c(m,v,C,"\uE007","\\@nshortparallel"),c(m,v,C,"\u2226","\\nparallel",!0),c(m,v,C,"\u22AF","\\nVDash",!0),c(m,v,C,"\u22EB","\\ntriangleright"),c(m,v,C,"\u22ED","\\ntrianglerighteq",!0),c(m,v,C,"\uE018","\\@nsupseteqq"),c(m,v,C,"\u228B","\\supsetneq",!0),c(m,v,C,"\uE01B","\\@varsupsetneq"),c(m,v,C,"\u2ACC","\\supsetneqq",!0),c(m,v,C,"\uE019","\\@varsupsetneqq"),c(m,v,C,"\u22AE","\\nVdash",!0),c(m,v,C,"\u2AB5","\\precneqq",!0),c(m,v,C,"\u2AB6","\\succneqq",!0),c(m,v,C,"\uE016","\\@nsubseteqq"),c(m,v,J,"\u22B4","\\unlhd"),c(m,v,J,"\u22B5","\\unrhd"),c(m,v,C,"\u219A","\\nleftarrow",!0),c(m,v,C,"\u219B","\\nrightarrow",!0),c(m,v,C,"\u21CD","\\nLeftarrow",!0),c(m,v,C,"\u21CF","\\nRightarrow",!0),c(m,v,C,"\u21AE","\\nleftrightarrow",!0),c(m,v,C,"\u21CE","\\nLeftrightarrow",!0),c(m,v,C,"\u25B3","\\vartriangle"),c(m,v,B,"\u210F","\\hslash"),c(m,v,B,"\u25BD","\\triangledown"),c(m,v,B,"\u25CA","\\lozenge"),c(m,v,B,"\u24C8","\\circledS"),c(m,v,B,"\xAE","\\circledR"),c(P,v,B,"\xAE","\\circledR"),c(m,v,B,"\u2221","\\measuredangle",!0),c(m,v,B,"\u2204","\\nexists"),c(m,v,B,"\u2127","\\mho"),c(m,v,B,"\u2132","\\Finv",!0),c(m,v,B,"\u2141","\\Game",!0),c(m,v,B,"\u2035","\\backprime"),c(m,v,B,"\u25B2","\\blacktriangle"),c(m,v,B,"\u25BC","\\blacktriangledown"),c(m,v,B,"\u25A0","\\blacksquare"),c(m,v,B,"\u29EB","\\blacklozenge"),c(m,v,B,"\u2605","\\bigstar"),c(m,v,B,"\u2222","\\sphericalangle",!0),c(m,v,B,"\u2201","\\complement",!0),c(m,v,B,"\xF0","\\eth",!0),c(P,g,B,"\xF0","\xF0"),c(m,v,B,"\u2571","\\diagup"),c(m,v,B,"\u2572","\\diagdown"),c(m,v,B,"\u25A1","\\square"),c(m,v,B,"\u25A1","\\Box"),c(m,v,B,"\u25CA","\\Diamond"),c(m,v,B,"\xA5","\\yen",!0),c(P,v,B,"\xA5","\\yen",!0),c(m,v,B,"\u2713","\\checkmark",!0),c(P,v,B,"\u2713","\\checkmark"),c(m,v,B,"\u2136","\\beth",!0),c(m,v,B,"\u2138","\\daleth",!0),c(m,v,B,"\u2137","\\gimel",!0),c(m,v,B,"\u03DD","\\digamma",!0),c(m,v,B,"\u03F0","\\varkappa"),c(m,v,Yt,"\u250C","\\@ulcorner",!0),c(m,v,It,"\u2510","\\@urcorner",!0),c(m,v,Yt,"\u2514","\\@llcorner",!0),c(m,v,It,"\u2518","\\@lrcorner",!0),c(m,v,C,"\u2266","\\leqq",!0),c(m,v,C,"\u2A7D","\\leqslant",!0),c(m,v,C,"\u2A95","\\eqslantless",!0),c(m,v,C,"\u2272","\\lesssim",!0),c(m,v,C,"\u2A85","\\lessapprox",!0),c(m,v,C,"\u224A","\\approxeq",!0),c(m,v,J,"\u22D6","\\lessdot"),c(m,v,C,"\u22D8","\\lll",!0),c(m,v,C,"\u2276","\\lessgtr",!0),c(m,v,C,"\u22DA","\\lesseqgtr",!0),c(m,v,C,"\u2A8B","\\lesseqqgtr",!0),c(m,v,C,"\u2251","\\doteqdot"),c(m,v,C,"\u2253","\\risingdotseq",!0),c(m,v,C,"\u2252","\\fallingdotseq",!0),c(m,v,C,"\u223D","\\backsim",!0),c(m,v,C,"\u22CD","\\backsimeq",!0),c(m,v,C,"\u2AC5","\\subseteqq",!0),c(m,v,C,"\u22D0","\\Subset",!0),c(m,v,C,"\u228F","\\sqsubset",!0),c(m,v,C,"\u227C","\\preccurlyeq",!0),c(m,v,C,"\u22DE","\\curlyeqprec",!0),c(m,v,C,"\u227E","\\precsim",!0),c(m,v,C,"\u2AB7","\\precapprox",!0),c(m,v,C,"\u22B2","\\vartriangleleft"),c(m,v,C,"\u22B4","\\trianglelefteq"),c(m,v,C,"\u22A8","\\vDash",!0),c(m,v,C,"\u22AA","\\Vvdash",!0),c(m,v,C,"\u2323","\\smallsmile"),c(m,v,C,"\u2322","\\smallfrown"),c(m,v,C,"\u224F","\\bumpeq",!0),c(m,v,C,"\u224E","\\Bumpeq",!0),c(m,v,C,"\u2267","\\geqq",!0),c(m,v,C,"\u2A7E","\\geqslant",!0),c(m,v,C,"\u2A96","\\eqslantgtr",!0),c(m,v,C,"\u2273","\\gtrsim",!0),c(m,v,C,"\u2A86","\\gtrapprox",!0),c(m,v,J,"\u22D7","\\gtrdot"),c(m,v,C,"\u22D9","\\ggg",!0),c(m,v,C,"\u2277","\\gtrless",!0),c(m,v,C,"\u22DB","\\gtreqless",!0),c(m,v,C,"\u2A8C","\\gtreqqless",!0),c(m,v,C,"\u2256","\\eqcirc",!0),c(m,v,C,"\u2257","\\circeq",!0),c(m,v,C,"\u225C","\\triangleq",!0),c(m,v,C,"\u223C","\\thicksim"),c(m,v,C,"\u2248","\\thickapprox"),c(m,v,C,"\u2AC6","\\supseteqq",!0),c(m,v,C,"\u22D1","\\Supset",!0),c(m,v,C,"\u2290","\\sqsupset",!0),c(m,v,C,"\u227D","\\succcurlyeq",!0),c(m,v,C,"\u22DF","\\curlyeqsucc",!0),c(m,v,C,"\u227F","\\succsim",!0),c(m,v,C,"\u2AB8","\\succapprox",!0),c(m,v,C,"\u22B3","\\vartriangleright"),c(m,v,C,"\u22B5","\\trianglerighteq"),c(m,v,C,"\u22A9","\\Vdash",!0),c(m,v,C,"\u2223","\\shortmid"),c(m,v,C,"\u2225","\\shortparallel"),c(m,v,C,"\u226C","\\between",!0),c(m,v,C,"\u22D4","\\pitchfork",!0),c(m,v,C,"\u221D","\\varpropto"),c(m,v,C,"\u25C0","\\blacktriangleleft"),c(m,v,C,"\u2234","\\therefore",!0),c(m,v,C,"\u220D","\\backepsilon"),c(m,v,C,"\u25B6","\\blacktriangleright"),c(m,v,C,"\u2235","\\because",!0),c(m,v,C,"\u22D8","\\llless"),c(m,v,C,"\u22D9","\\gggtr"),c(m,v,J,"\u22B2","\\lhd"),c(m,v,J,"\u22B3","\\rhd"),c(m,v,C,"\u2242","\\eqsim",!0),c(m,g,C,"\u22C8","\\Join"),c(m,v,C,"\u2251","\\Doteq",!0),c(m,v,J,"\u2214","\\dotplus",!0),c(m,v,J,"\u2216","\\smallsetminus"),c(m,v,J,"\u22D2","\\Cap",!0),c(m,v,J,"\u22D3","\\Cup",!0),c(m,v,J,"\u2A5E","\\doublebarwedge",!0),c(m,v,J,"\u229F","\\boxminus",!0),c(m,v,J,"\u229E","\\boxplus",!0),c(m,v,J,"\u22C7","\\divideontimes",!0),c(m,v,J,"\u22C9","\\ltimes",!0),c(m,v,J,"\u22CA","\\rtimes",!0),c(m,v,J,"\u22CB","\\leftthreetimes",!0),c(m,v,J,"\u22CC","\\rightthreetimes",!0),c(m,v,J,"\u22CF","\\curlywedge",!0),c(m,v,J,"\u22CE","\\curlyvee",!0),c(m,v,J,"\u229D","\\circleddash",!0),c(m,v,J,"\u229B","\\circledast",!0),c(m,v,J,"\u22C5","\\centerdot"),c(m,v,J,"\u22BA","\\intercal",!0),c(m,v,J,"\u22D2","\\doublecap"),c(m,v,J,"\u22D3","\\doublecup"),c(m,v,J,"\u22A0","\\boxtimes",!0),c(m,v,C,"\u21E2","\\dashrightarrow",!0),c(m,v,C,"\u21E0","\\dashleftarrow",!0),c(m,v,C,"\u21C7","\\leftleftarrows",!0),c(m,v,C,"\u21C6","\\leftrightarrows",!0),c(m,v,C,"\u21DA","\\Lleftarrow",!0),c(m,v,C,"\u219E","\\twoheadleftarrow",!0),c(m,v,C,"\u21A2","\\leftarrowtail",!0),c(m,v,C,"\u21AB","\\looparrowleft",!0),c(m,v,C,"\u21CB","\\leftrightharpoons",!0),c(m,v,C,"\u21B6","\\curvearrowleft",!0),c(m,v,C,"\u21BA","\\circlearrowleft",!0),c(m,v,C,"\u21B0","\\Lsh",!0),c(m,v,C,"\u21C8","\\upuparrows",!0),c(m,v,C,"\u21BF","\\upharpoonleft",!0),c(m,v,C,"\u21C3","\\downharpoonleft",!0),c(m,g,C,"\u22B6","\\origof",!0),c(m,g,C,"\u22B7","\\imageof",!0),c(m,v,C,"\u22B8","\\multimap",!0),c(m,v,C,"\u21AD","\\leftrightsquigarrow",!0),c(m,v,C,"\u21C9","\\rightrightarrows",!0),c(m,v,C,"\u21C4","\\rightleftarrows",!0),c(m,v,C,"\u21A0","\\twoheadrightarrow",!0),c(m,v,C,"\u21A3","\\rightarrowtail",!0),c(m,v,C,"\u21AC","\\looparrowright",!0),c(m,v,C,"\u21B7","\\curvearrowright",!0),c(m,v,C,"\u21BB","\\circlearrowright",!0),c(m,v,C,"\u21B1","\\Rsh",!0),c(m,v,C,"\u21CA","\\downdownarrows",!0),c(m,v,C,"\u21BE","\\upharpoonright",!0),c(m,v,C,"\u21C2","\\downharpoonright",!0),c(m,v,C,"\u21DD","\\rightsquigarrow",!0),c(m,v,C,"\u21DD","\\leadsto"),c(m,v,C,"\u21DB","\\Rrightarrow",!0),c(m,v,C,"\u21BE","\\restriction"),c(m,g,B,"\u2018","`"),c(m,g,B,"$","\\$"),c(P,g,B,"$","\\$"),c(P,g,B,"$","\\textdollar"),c(m,g,B,"%","\\%"),c(P,g,B,"%","\\%"),c(m,g,B,"_","\\_"),c(P,g,B,"_","\\_"),c(P,g,B,"_","\\textunderscore"),c(m,g,B,"\u2220","\\angle",!0),c(m,g,B,"\u221E","\\infty",!0),c(m,g,B,"\u2032","\\prime"),c(m,g,B,"\u25B3","\\triangle"),c(m,g,B,"\u0393","\\Gamma",!0),c(m,g,B,"\u0394","\\Delta",!0),c(m,g,B,"\u0398","\\Theta",!0),c(m,g,B,"\u039B","\\Lambda",!0),c(m,g,B,"\u039E","\\Xi",!0),c(m,g,B,"\u03A0","\\Pi",!0),c(m,g,B,"\u03A3","\\Sigma",!0),c(m,g,B,"\u03A5","\\Upsilon",!0),c(m,g,B,"\u03A6","\\Phi",!0),c(m,g,B,"\u03A8","\\Psi",!0),c(m,g,B,"\u03A9","\\Omega",!0),c(m,g,B,"A","\u0391"),c(m,g,B,"B","\u0392"),c(m,g,B,"E","\u0395"),c(m,g,B,"Z","\u0396"),c(m,g,B,"H","\u0397"),c(m,g,B,"I","\u0399"),c(m,g,B,"K","\u039A"),c(m,g,B,"M","\u039C"),c(m,g,B,"N","\u039D"),c(m,g,B,"O","\u039F"),c(m,g,B,"P","\u03A1"),c(m,g,B,"T","\u03A4"),c(m,g,B,"X","\u03A7"),c(m,g,B,"\xAC","\\neg",!0),c(m,g,B,"\xAC","\\lnot"),c(m,g,B,"\u22A4","\\top"),c(m,g,B,"\u22A5","\\bot"),c(m,g,B,"\u2205","\\emptyset"),c(m,v,B,"\u2205","\\varnothing"),c(m,g,pe,"\u03B1","\\alpha",!0),c(m,g,pe,"\u03B2","\\beta",!0),c(m,g,pe,"\u03B3","\\gamma",!0),c(m,g,pe,"\u03B4","\\delta",!0),c(m,g,pe,"\u03F5","\\epsilon",!0),c(m,g,pe,"\u03B6","\\zeta",!0),c(m,g,pe,"\u03B7","\\eta",!0),c(m,g,pe,"\u03B8","\\theta",!0),c(m,g,pe,"\u03B9","\\iota",!0),c(m,g,pe,"\u03BA","\\kappa",!0),c(m,g,pe,"\u03BB","\\lambda",!0),c(m,g,pe,"\u03BC","\\mu",!0),c(m,g,pe,"\u03BD","\\nu",!0),c(m,g,pe,"\u03BE","\\xi",!0),c(m,g,pe,"\u03BF","\\omicron",!0),c(m,g,pe,"\u03C0","\\pi",!0),c(m,g,pe,"\u03C1","\\rho",!0),c(m,g,pe,"\u03C3","\\sigma",!0),c(m,g,pe,"\u03C4","\\tau",!0),c(m,g,pe,"\u03C5","\\upsilon",!0),c(m,g,pe,"\u03D5","\\phi",!0),c(m,g,pe,"\u03C7","\\chi",!0),c(m,g,pe,"\u03C8","\\psi",!0),c(m,g,pe,"\u03C9","\\omega",!0),c(m,g,pe,"\u03B5","\\varepsilon",!0),c(m,g,pe,"\u03D1","\\vartheta",!0),c(m,g,pe,"\u03D6","\\varpi",!0),c(m,g,pe,"\u03F1","\\varrho",!0),c(m,g,pe,"\u03C2","\\varsigma",!0),c(m,g,pe,"\u03C6","\\varphi",!0),c(m,g,J,"\u2217","*",!0),c(m,g,J,"+","+"),c(m,g,J,"\u2212","-",!0),c(m,g,J,"\u22C5","\\cdot",!0),c(m,g,J,"\u2218","\\circ",!0),c(m,g,J,"\xF7","\\div",!0),c(m,g,J,"\xB1","\\pm",!0),c(m,g,J,"\xD7","\\times",!0),c(m,g,J,"\u2229","\\cap",!0),c(m,g,J,"\u222A","\\cup",!0),c(m,g,J,"\u2216","\\setminus",!0),c(m,g,J,"\u2227","\\land"),c(m,g,J,"\u2228","\\lor"),c(m,g,J,"\u2227","\\wedge",!0),c(m,g,J,"\u2228","\\vee",!0),c(m,g,B,"\u221A","\\surd"),c(m,g,Yt,"\u27E8","\\langle",!0),c(m,g,Yt,"\u2223","\\lvert"),c(m,g,Yt,"\u2225","\\lVert"),c(m,g,It,"?","?"),c(m,g,It,"!","!"),c(m,g,It,"\u27E9","\\rangle",!0),c(m,g,It,"\u2223","\\rvert"),c(m,g,It,"\u2225","\\rVert"),c(m,g,C,"=","="),c(m,g,C,":",":"),c(m,g,C,"\u2248","\\approx",!0),c(m,g,C,"\u2245","\\cong",!0),c(m,g,C,"\u2265","\\ge"),c(m,g,C,"\u2265","\\geq",!0),c(m,g,C,"\u2190","\\gets"),c(m,g,C,">","\\gt",!0),c(m,g,C,"\u2208","\\in",!0),c(m,g,C,"\uE020","\\@not"),c(m,g,C,"\u2282","\\subset",!0),c(m,g,C,"\u2283","\\supset",!0),c(m,g,C,"\u2286","\\subseteq",!0),c(m,g,C,"\u2287","\\supseteq",!0),c(m,v,C,"\u2288","\\nsubseteq",!0),c(m,v,C,"\u2289","\\nsupseteq",!0),c(m,g,C,"\u22A8","\\models"),c(m,g,C,"\u2190","\\leftarrow",!0),c(m,g,C,"\u2264","\\le"),c(m,g,C,"\u2264","\\leq",!0),c(m,g,C,"<","\\lt",!0),c(m,g,C,"\u2192","\\rightarrow",!0),c(m,g,C,"\u2192","\\to"),c(m,v,C,"\u2271","\\ngeq",!0),c(m,v,C,"\u2270","\\nleq",!0),c(m,g,Tn,"\xA0","\\ "),c(m,g,Tn,"\xA0","\\space"),c(m,g,Tn,"\xA0","\\nobreakspace"),c(P,g,Tn,"\xA0","\\ "),c(P,g,Tn,"\xA0"," "),c(P,g,Tn,"\xA0","\\space"),c(P,g,Tn,"\xA0","\\nobreakspace"),c(m,g,Tn,null,"\\nobreak"),c(m,g,Tn,null,"\\allowbreak"),c(m,g,W0,",",","),c(m,g,W0,";",";"),c(m,v,J,"\u22BC","\\barwedge",!0),c(m,v,J,"\u22BB","\\veebar",!0),c(m,g,J,"\u2299","\\odot",!0),c(m,g,J,"\u2295","\\oplus",!0),c(m,g,J,"\u2297","\\otimes",!0),c(m,g,B,"\u2202","\\partial",!0),c(m,g,J,"\u2298","\\oslash",!0),c(m,v,J,"\u229A","\\circledcirc",!0),c(m,v,J,"\u22A1","\\boxdot",!0),c(m,g,J,"\u25B3","\\bigtriangleup"),c(m,g,J,"\u25BD","\\bigtriangledown"),c(m,g,J,"\u2020","\\dagger"),c(m,g,J,"\u22C4","\\diamond"),c(m,g,J,"\u22C6","\\star"),c(m,g,J,"\u25C3","\\triangleleft"),c(m,g,J,"\u25B9","\\triangleright"),c(m,g,Yt,"{","\\{"),c(P,g,B,"{","\\{"),c(P,g,B,"{","\\textbraceleft"),c(m,g,It,"}","\\}"),c(P,g,B,"}","\\}"),c(P,g,B,"}","\\textbraceright"),c(m,g,Yt,"{","\\lbrace"),c(m,g,It,"}","\\rbrace"),c(m,g,Yt,"[","\\lbrack",!0),c(P,g,B,"[","\\lbrack",!0),c(m,g,It,"]","\\rbrack",!0),c(P,g,B,"]","\\rbrack",!0),c(m,g,Yt,"(","\\lparen",!0),c(m,g,It,")","\\rparen",!0),c(P,g,B,"<","\\textless",!0),c(P,g,B,">","\\textgreater",!0),c(m,g,Yt,"\u230A","\\lfloor",!0),c(m,g,It,"\u230B","\\rfloor",!0),c(m,g,Yt,"\u2308","\\lceil",!0),c(m,g,It,"\u2309","\\rceil",!0),c(m,g,B,"\\","\\backslash"),c(m,g,B,"\u2223","|"),c(m,g,B,"\u2223","\\vert"),c(P,g,B,"|","\\textbar",!0),c(m,g,B,"\u2225","\\|"),c(m,g,B,"\u2225","\\Vert"),c(P,g,B,"\u2225","\\textbardbl"),c(P,g,B,"~","\\textasciitilde"),c(P,g,B,"\\","\\textbackslash"),c(P,g,B,"^","\\textasciicircum"),c(m,g,C,"\u2191","\\uparrow",!0),c(m,g,C,"\u21D1","\\Uparrow",!0),c(m,g,C,"\u2193","\\downarrow",!0),c(m,g,C,"\u21D3","\\Downarrow",!0),c(m,g,C,"\u2195","\\updownarrow",!0),c(m,g,C,"\u21D5","\\Updownarrow",!0),c(m,g,Dt,"\u2210","\\coprod"),c(m,g,Dt,"\u22C1","\\bigvee"),c(m,g,Dt,"\u22C0","\\bigwedge"),c(m,g,Dt,"\u2A04","\\biguplus"),c(m,g,Dt,"\u22C2","\\bigcap"),c(m,g,Dt,"\u22C3","\\bigcup"),c(m,g,Dt,"\u222B","\\int"),c(m,g,Dt,"\u222B","\\intop"),c(m,g,Dt,"\u222C","\\iint"),c(m,g,Dt,"\u222D","\\iiint"),c(m,g,Dt,"\u220F","\\prod"),c(m,g,Dt,"\u2211","\\sum"),c(m,g,Dt,"\u2A02","\\bigotimes"),c(m,g,Dt,"\u2A01","\\bigoplus"),c(m,g,Dt,"\u2A00","\\bigodot"),c(m,g,Dt,"\u222E","\\oint"),c(m,g,Dt,"\u222F","\\oiint"),c(m,g,Dt,"\u2230","\\oiiint"),c(m,g,Dt,"\u2A06","\\bigsqcup"),c(m,g,Dt,"\u222B","\\smallint"),c(P,g,_r,"\u2026","\\textellipsis"),c(m,g,_r,"\u2026","\\mathellipsis"),c(P,g,_r,"\u2026","\\ldots",!0),c(m,g,_r,"\u2026","\\ldots",!0),c(m,g,_r,"\u22EF","\\@cdots",!0),c(m,g,_r,"\u22F1","\\ddots",!0),c(m,g,B,"\u22EE","\\varvdots"),c(P,g,B,"\u22EE","\\varvdots"),c(m,g,lt,"\u02CA","\\acute"),c(m,g,lt,"\u02CB","\\grave"),c(m,g,lt,"\xA8","\\ddot"),c(m,g,lt,"~","\\tilde"),c(m,g,lt,"\u02C9","\\bar"),c(m,g,lt,"\u02D8","\\breve"),c(m,g,lt,"\u02C7","\\check"),c(m,g,lt,"^","\\hat"),c(m,g,lt,"\u20D7","\\vec"),c(m,g,lt,"\u02D9","\\dot"),c(m,g,lt,"\u02DA","\\mathring"),c(m,g,pe,"\uE131","\\@imath"),c(m,g,pe,"\uE237","\\@jmath"),c(m,g,B,"\u0131","\u0131"),c(m,g,B,"\u0237","\u0237"),c(P,g,B,"\u0131","\\i",!0),c(P,g,B,"\u0237","\\j",!0),c(P,g,B,"\xDF","\\ss",!0),c(P,g,B,"\xE6","\\ae",!0),c(P,g,B,"\u0153","\\oe",!0),c(P,g,B,"\xF8","\\o",!0),c(P,g,B,"\xC6","\\AE",!0),c(P,g,B,"\u0152","\\OE",!0),c(P,g,B,"\xD8","\\O",!0),c(P,g,lt,"\u02CA","\\'"),c(P,g,lt,"\u02CB","\\`"),c(P,g,lt,"\u02C6","\\^"),c(P,g,lt,"\u02DC","\\~"),c(P,g,lt,"\u02C9","\\="),c(P,g,lt,"\u02D8","\\u"),c(P,g,lt,"\u02D9","\\."),c(P,g,lt,"\xB8","\\c"),c(P,g,lt,"\u02DA","\\r"),c(P,g,lt,"\u02C7","\\v"),c(P,g,lt,"\xA8",'\\"'),c(P,g,lt,"\u02DD","\\H"),c(P,g,lt,"\u25EF","\\textcircled");var Wl={"--":!0,"---":!0,"``":!0,"''":!0};c(P,g,B,"\u2013","--",!0),c(P,g,B,"\u2013","\\textendash"),c(P,g,B,"\u2014","---",!0),c(P,g,B,"\u2014","\\textemdash"),c(P,g,B,"\u2018","`",!0),c(P,g,B,"\u2018","\\textquoteleft"),c(P,g,B,"\u2019","'",!0),c(P,g,B,"\u2019","\\textquoteright"),c(P,g,B,"\u201C","``",!0),c(P,g,B,"\u201C","\\textquotedblleft"),c(P,g,B,"\u201D","''",!0),c(P,g,B,"\u201D","\\textquotedblright"),c(m,g,B,"\xB0","\\degree",!0),c(P,g,B,"\xB0","\\degree"),c(P,g,B,"\xB0","\\textdegree",!0),c(m,g,B,"\xA3","\\pounds"),c(m,g,B,"\xA3","\\mathsterling",!0),c(P,g,B,"\xA3","\\pounds"),c(P,g,B,"\xA3","\\textsterling",!0),c(m,v,B,"\u2720","\\maltese"),c(P,v,B,"\u2720","\\maltese");for(var Yl='0123456789/@."',gu=0;gu<Yl.length;gu++){var Zl=Yl.charAt(gu);c(m,g,B,Zl,Zl)}for(var Xl='0123456789!@*()-=+";:?/.,',bu=0;bu<Xl.length;bu++){var Ql=Xl.charAt(bu);c(P,g,B,Ql,Ql)}for(var Y0="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",Eu=0;Eu<Y0.length;Eu++){var Z0=Y0.charAt(Eu);c(m,g,pe,Z0,Z0),c(P,g,B,Z0,Z0)}c(m,v,B,"C","\u2102"),c(P,v,B,"C","\u2102"),c(m,v,B,"H","\u210D"),c(P,v,B,"H","\u210D"),c(m,v,B,"N","\u2115"),c(P,v,B,"N","\u2115"),c(m,v,B,"P","\u2119"),c(P,v,B,"P","\u2119"),c(m,v,B,"Q","\u211A"),c(P,v,B,"Q","\u211A"),c(m,v,B,"R","\u211D"),c(P,v,B,"R","\u211D"),c(m,v,B,"Z","\u2124"),c(P,v,B,"Z","\u2124"),c(m,g,pe,"h","\u210E"),c(P,g,pe,"h","\u210E");for(var Ee="",Lt=0;Lt<Y0.length;Lt++){var ht=Y0.charAt(Lt);Ee=String.fromCharCode(55349,56320+Lt),c(m,g,pe,ht,Ee),c(P,g,B,ht,Ee),Ee=String.fromCharCode(55349,56372+Lt),c(m,g,pe,ht,Ee),c(P,g,B,ht,Ee),Ee=String.fromCharCode(55349,56424+Lt),c(m,g,pe,ht,Ee),c(P,g,B,ht,Ee),Ee=String.fromCharCode(55349,56580+Lt),c(m,g,pe,ht,Ee),c(P,g,B,ht,Ee),Ee=String.fromCharCode(55349,56684+Lt),c(m,g,pe,ht,Ee),c(P,g,B,ht,Ee),Ee=String.fromCharCode(55349,56736+Lt),c(m,g,pe,ht,Ee),c(P,g,B,ht,Ee),Ee=String.fromCharCode(55349,56788+Lt),c(m,g,pe,ht,Ee),c(P,g,B,ht,Ee),Ee=String.fromCharCode(55349,56840+Lt),c(m,g,pe,ht,Ee),c(P,g,B,ht,Ee),Ee=String.fromCharCode(55349,56944+Lt),c(m,g,pe,ht,Ee),c(P,g,B,ht,Ee),Lt<26&&(Ee=String.fromCharCode(55349,56632+Lt),c(m,g,pe,ht,Ee),c(P,g,B,ht,Ee),Ee=String.fromCharCode(55349,56476+Lt),c(m,g,pe,ht,Ee),c(P,g,B,ht,Ee))}Ee="\u{1D55C}",c(m,g,pe,"k",Ee),c(P,g,B,"k",Ee);for(var ar=0;ar<10;ar++){var Yn=ar.toString();Ee=String.fromCharCode(55349,57294+ar),c(m,g,pe,Yn,Ee),c(P,g,B,Yn,Ee),Ee=String.fromCharCode(55349,57314+ar),c(m,g,pe,Yn,Ee),c(P,g,B,Yn,Ee),Ee=String.fromCharCode(55349,57324+ar),c(m,g,pe,Yn,Ee),c(P,g,B,Yn,Ee),Ee=String.fromCharCode(55349,57334+ar),c(m,g,pe,Yn,Ee),c(P,g,B,Yn,Ee)}for(var Au="\xD0\xDE\xFE",yu=0;yu<Au.length;yu++){var X0=Au.charAt(yu);c(m,g,pe,X0,X0),c(P,g,B,X0,X0)}var Q0=[["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"]],jl=[["mathbf","textbf","Main-Bold"],["","",""],["mathsf","textsf","SansSerif-Regular"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathtt","texttt","Typewriter-Regular"]],Nm=function(t,n){var r=t.charCodeAt(0),i=t.charCodeAt(1),u=(r-55296)*1024+(i-56320)+65536,a=n==="math"?0:1;if(119808<=u&&u<120484){var l=Math.floor((u-119808)/26);return[Q0[l][2],Q0[l][a]]}else if(120782<=u&&u<=120831){var s=Math.floor((u-120782)/10);return[jl[s][2],jl[s][a]]}else{if(u===120485||u===120486)return[Q0[0][2],Q0[0][a]];if(120486<u&&u<120782)return["",""];throw new q("Unsupported character: "+t)}},j0=function(t,n,r){return it[r][t]&&it[r][t].replace&&(t=it[r][t].replace),{value:t,metrics:du(t,n,r)}},sn=function(t,n,r,i,u){var a=j0(t,n,r),l=a.metrics;t=a.value;var s;if(l){var o=l.italic;(r==="text"||i&&i.font==="mathit")&&(o=0),s=new en(t,l.height,l.depth,o,l.skew,l.width,u)}else typeof console<"u"&&console.warn("No character metrics "+("for '"+t+"' in style '"+n+"' and mode '"+r+"'")),s=new en(t,0,0,0,0,0,u);if(i){s.maxFontSize=i.sizeMultiplier,i.style.isTight()&&s.classes.push("mtight");var d=i.getColor();d&&(s.style.color=d)}return s},Mm=function(t,n,r,i){return i===void 0&&(i=[]),r.font==="boldsymbol"&&j0(t,"Main-Bold",n).metrics?sn(t,"Main-Bold",n,r,i.concat(["mathbf"])):t==="\\"||it[n][t].font==="main"?sn(t,"Main-Regular",n,r,i):sn(t,"AMS-Regular",n,r,i.concat(["amsrm"]))},Om=function(t,n,r,i,u){return u!=="textord"&&j0(t,"Math-BoldItalic",n).metrics?{fontName:"Math-BoldItalic",fontClass:"boldsymbol"}:{fontName:"Main-Bold",fontClass:"mathbf"}},Rm=function(t,n,r){var i=t.mode,u=t.text,a=["mord"],l=i==="math"||i==="text"&&n.font,s=l?n.font:n.fontFamily,o="",d="";if(u.charCodeAt(0)===55349&&([o,d]=Nm(u,i)),o.length>0)return sn(u,o,i,n,a.concat(d));if(s){var h,p;if(s==="boldsymbol"){var f=Om(u,i,n,a,r);h=f.fontName,p=[f.fontClass]}else l?(h=ts[s].fontName,p=[s]):(h=J0(s,n.fontWeight,n.fontShape),p=[s,n.fontWeight,n.fontShape]);if(j0(u,h,i).metrics)return sn(u,h,i,n,a.concat(p));if(Wl.hasOwnProperty(u)&&h.slice(0,10)==="Typewriter"){for(var E=[],A=0;A<u.length;A++)E.push(sn(u[A],h,i,n,a.concat(p)));return es(E)}}if(r==="mathord")return sn(u,"Math-Italic",i,n,a.concat(["mathnormal"]));if(r==="textord"){var y=it[i][u]&&it[i][u].font;if(y==="ams"){var D=J0("amsrm",n.fontWeight,n.fontShape);return sn(u,D,i,n,a.concat("amsrm",n.fontWeight,n.fontShape))}else if(y==="main"||!y){var k=J0("textrm",n.fontWeight,n.fontShape);return sn(u,k,i,n,a.concat(n.fontWeight,n.fontShape))}else{var _=J0(y,n.fontWeight,n.fontShape);return sn(u,_,i,n,a.concat(_,n.fontWeight,n.fontShape))}}else throw new Error("unexpected type: "+r+" in makeOrd")},Im=(e,t)=>{if(Vn(e.classes)!==Vn(t.classes)||e.skew!==t.skew||e.maxFontSize!==t.maxFontSize)return!1;if(e.classes.length===1){var n=e.classes[0];if(n==="mbin"||n==="mord")return!1}for(var r in e.style)if(e.style.hasOwnProperty(r)&&e.style[r]!==t.style[r])return!1;for(var i in t.style)if(t.style.hasOwnProperty(i)&&e.style[i]!==t.style[i])return!1;return!0},Lm=e=>{for(var t=0;t<e.length-1;t++){var n=e[t],r=e[t+1];n instanceof en&&r instanceof en&&Im(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},vu=function(t){for(var n=0,r=0,i=0,u=0;u<t.children.length;u++){var a=t.children[u];a.height>n&&(n=a.height),a.depth>r&&(r=a.depth),a.maxFontSize>i&&(i=a.maxFontSize)}t.height=n,t.depth=r,t.maxFontSize=i},qt=function(t,n,r,i){var u=new e0(t,n,r,i);return vu(u),u},Jl=(e,t,n,r)=>new e0(e,t,n,r),zm=function(t,n,r){var i=qt([t],[],n);return i.height=Math.max(r||n.fontMetrics().defaultRuleThickness,n.minRuleThickness),i.style.borderBottomWidth=V(i.height),i.maxFontSize=1,i},Pm=function(t,n,r,i){var u=new fu(t,n,r,i);return vu(u),u},es=function(t){var n=new Jr(t);return vu(n),n},Um=function(t,n){return t instanceof Jr?qt([],[t],n):t},Hm=function(t){if(t.positionType==="individualShift"){for(var n=t.children,r=[n[0]],i=-n[0].shift-n[0].elem.depth,u=i,a=1;a<n.length;a++){var l=-n[a].shift-u-n[a].elem.depth,s=l-(n[a-1].elem.height+n[a-1].elem.depth);u=u+l,r.push({type:"kern",size:s}),r.push(n[a])}return{children:r,depth:i}}var o;if(t.positionType==="top"){for(var d=t.positionData,h=0;h<t.children.length;h++){var p=t.children[h];d-=p.type==="kern"?p.size:p.elem.height+p.elem.depth}o=d}else if(t.positionType==="bottom")o=-t.positionData;else{var f=t.children[0];if(f.type!=="elem")throw new Error('First child must have type "elem".');if(t.positionType==="shift")o=-f.elem.depth-t.positionData;else if(t.positionType==="firstBaseline")o=-f.elem.depth;else throw new Error("Invalid positionType "+t.positionType+".")}return{children:t.children,depth:o}},qm=function(t,n){for(var{children:r,depth:i}=Hm(t),u=0,a=0;a<r.length;a++){var l=r[a];if(l.type==="elem"){var s=l.elem;u=Math.max(u,s.maxFontSize,s.height)}}u+=2;var o=qt(["pstrut"],[]);o.style.height=V(u);for(var d=[],h=i,p=i,f=i,E=0;E<r.length;E++){var A=r[E];if(A.type==="kern")f+=A.size;else{var y=A.elem,D=A.wrapperClasses||[],k=A.wrapperStyle||{},_=qt(D,[o,y],void 0,k);_.style.top=V(-u-f-y.depth),A.marginLeft&&(_.style.marginLeft=A.marginLeft),A.marginRight&&(_.style.marginRight=A.marginRight),d.push(_),f+=y.height+y.depth}h=Math.min(h,f),p=Math.max(p,f)}var O=qt(["vlist"],d);O.style.height=V(p);var I;if(h<0){var S=qt([],[]),L=qt(["vlist"],[S]);L.style.height=V(-h);var z=qt(["vlist-s"],[new en("\u200B")]);I=[qt(["vlist-r"],[O,z]),qt(["vlist-r"],[L])]}else I=[qt(["vlist-r"],[O])];var H=qt(["vlist-t"],I);return I.length===2&&H.classes.push("vlist-t2"),H.height=p,H.depth=-h,H},Gm=(e,t)=>{var n=qt(["mspace"],[],t),r=st(e,t);return n.style.marginRight=V(r),n},J0=function(t,n,r){var i="";switch(t){case"amsrm":i="AMS";break;case"textrm":i="Main";break;case"textsf":i="SansSerif";break;case"texttt":i="Typewriter";break;default:i=t}var u;return n==="textbf"&&r==="textit"?u="BoldItalic":n==="textbf"?u="Bold":n==="textit"?u="Italic":u="Regular",i+"-"+u},ts={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"}},ns={vec:["vec",.471,.714],oiintSize1:["oiintSize1",.957,.499],oiintSize2:["oiintSize2",1.472,.659],oiiintSize1:["oiiintSize1",1.304,.499],oiiintSize2:["oiiintSize2",1.98,.659]},$m=function(t,n){var[r,i,u]=ns[t],a=new Wn(r),l=new _n([a],{width:V(i),height:V(u),style:"width:"+V(i),viewBox:"0 0 "+1e3*i+" "+1e3*u,preserveAspectRatio:"xMinYMin"}),s=Jl(["overlay"],[l],n);return s.height=u,s.style.height=V(u),s.style.width=V(i),s},T={fontMap:ts,makeSymbol:sn,mathsym:Mm,makeSpan:qt,makeSvgSpan:Jl,makeLineSpan:zm,makeAnchor:Pm,makeFragment:es,wrapFragment:Um,makeVList:qm,makeOrd:Rm,makeGlue:Gm,staticSvg:$m,svgData:ns,tryCombineChars:Lm},ot={number:3,unit:"mu"},lr={number:4,unit:"mu"},Nn={number:5,unit:"mu"},Km={mord:{mop:ot,mbin:lr,mrel:Nn,minner:ot},mop:{mord:ot,mop:ot,mrel:Nn,minner:ot},mbin:{mord:lr,mop:lr,mopen:lr,minner:lr},mrel:{mord:Nn,mop:Nn,mopen:Nn,minner:Nn},mopen:{},mclose:{mop:ot,mbin:lr,mrel:Nn,minner:ot},mpunct:{mord:ot,mop:ot,mrel:Nn,mopen:ot,mclose:ot,mpunct:ot,minner:ot},minner:{mord:ot,mop:ot,mbin:lr,mrel:Nn,mopen:ot,mpunct:ot,minner:ot}},Vm={mord:{mop:ot},mop:{mord:ot,mop:ot},mbin:{},mrel:{},mopen:{},mclose:{mop:ot},mpunct:{},minner:{mop:ot}},rs={},ei={},ti={};function Q(e){for(var{type:t,names:n,props:r,handler:i,htmlBuilder:u,mathmlBuilder:a}=e,l={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},s=0;s<n.length;++s)rs[n[s]]=l;t&&(u&&(ei[t]=u),a&&(ti[t]=a))}function sr(e){var{type:t,htmlBuilder:n,mathmlBuilder:r}=e;Q({type:t,names:[],props:{numArgs:0},handler(){throw new Error("Should never be called.")},htmlBuilder:n,mathmlBuilder:r})}var ni=function(t){return t.type==="ordgroup"&&t.body.length===1?t.body[0]:t},pt=function(t){return t.type==="ordgroup"?t.body:[t]},Mn=T.makeSpan,Wm=["leftmost","mbin","mopen","mrel","mop","mpunct"],Ym=["rightmost","mrel","mclose","mpunct"],Zm={display:fe.DISPLAY,text:fe.TEXT,script:fe.SCRIPT,scriptscript:fe.SCRIPTSCRIPT},Xm={mord:"mord",mop:"mop",mbin:"mbin",mrel:"mrel",mopen:"mopen",mclose:"mclose",mpunct:"mpunct",minner:"minner"},St=function(t,n,r,i){i===void 0&&(i=[null,null]);for(var u=[],a=0;a<t.length;a++){var l=He(t[a],n);if(l instanceof Jr){var s=l.children;u.push(...s)}else u.push(l)}if(T.tryCombineChars(u),!r)return u;var o=n;if(t.length===1){var d=t[0];d.type==="sizing"?o=n.havingSize(d.size):d.type==="styling"&&(o=n.havingStyle(Zm[d.style]))}var h=Mn([i[0]||"leftmost"],[],n),p=Mn([i[1]||"rightmost"],[],n),f=r==="root";return is(u,(E,A)=>{var y=A.classes[0],D=E.classes[0];y==="mbin"&&me.contains(Ym,D)?A.classes[0]="mord":D==="mbin"&&me.contains(Wm,y)&&(E.classes[0]="mord")},{node:h},p,f),is(u,(E,A)=>{var y=Du(A),D=Du(E),k=y&&D?E.hasClass("mtight")?Vm[y][D]:Km[y][D]:null;if(k)return T.makeGlue(k,o)},{node:h},p,f),u},is=function e(t,n,r,i,u){i&&t.push(i);for(var a=0;a<t.length;a++){var l=t[a],s=us(l);if(s){e(s.children,n,r,null,u);continue}var o=!l.hasClass("mspace");if(o){var d=n(l,r.node);d&&(r.insertAfter?r.insertAfter(d):(t.unshift(d),a++))}o?r.node=l:u&&l.hasClass("newline")&&(r.node=Mn(["leftmost"])),r.insertAfter=(h=>p=>{t.splice(h+1,0,p),a++})(a)}i&&t.pop()},us=function(t){return t instanceof Jr||t instanceof fu||t instanceof e0&&t.hasClass("enclosing")?t:null},Qm=function e(t,n){var r=us(t);if(r){var i=r.children;if(i.length){if(n==="right")return e(i[i.length-1],"right");if(n==="left")return e(i[0],"left")}}return t},Du=function(t,n){return t?(n&&(t=Qm(t,n)),Xm[t.classes[0]]||null):null},t0=function(t,n){var r=["nulldelimiter"].concat(t.baseSizingClasses());return Mn(n.concat(r))},He=function(t,n,r){if(!t)return Mn();if(ei[t.type]){var i=ei[t.type](t,n);if(r&&n.size!==r.size){i=Mn(n.sizingClasses(r),[i],n);var u=n.sizeMultiplier/r.sizeMultiplier;i.height*=u,i.depth*=u}return i}else throw new q("Got group of unknown type: '"+t.type+"'")};function ri(e,t){var n=Mn(["base"],e,t),r=Mn(["strut"]);return r.style.height=V(n.height+n.depth),n.depth&&(r.style.verticalAlign=V(-n.depth)),n.children.unshift(r),n}function Cu(e,t){var n=null;e.length===1&&e[0].type==="tag"&&(n=e[0].tag,e=e[0].body);var r=St(e,t,"root"),i;r.length===2&&r[1].hasClass("tag")&&(i=r.pop());for(var u=[],a=[],l=0;l<r.length;l++)if(a.push(r[l]),r[l].hasClass("mbin")||r[l].hasClass("mrel")||r[l].hasClass("allowbreak")){for(var s=!1;l<r.length-1&&r[l+1].hasClass("mspace")&&!r[l+1].hasClass("newline");)l++,a.push(r[l]),r[l].hasClass("nobreak")&&(s=!0);s||(u.push(ri(a,t)),a=[])}else r[l].hasClass("newline")&&(a.pop(),a.length>0&&(u.push(ri(a,t)),a=[]),u.push(r[l]));a.length>0&&u.push(ri(a,t));var o;n?(o=ri(St(n,t,!0)),o.classes=["tag"],u.push(o)):i&&u.push(i);var d=Mn(["katex-html"],u);if(d.setAttribute("aria-hidden","true"),o){var h=o.children[0];h.style.height=V(d.height+d.depth),d.depth&&(h.style.verticalAlign=V(-d.depth))}return d}function as(e){return new Jr(e)}class Zt{constructor(t,n,r){this.type=void 0,this.attributes=void 0,this.children=void 0,this.classes=void 0,this.type=t,this.attributes={},this.children=n||[],this.classes=r||[]}setAttribute(t,n){this.attributes[t]=n}getAttribute(t){return this.attributes[t]}toNode(){var t=document.createElementNS("http://www.w3.org/1998/Math/MathML",this.type);for(var n in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,n)&&t.setAttribute(n,this.attributes[n]);this.classes.length>0&&(t.className=Vn(this.classes));for(var r=0;r<this.children.length;r++)if(this.children[r]instanceof bn&&this.children[r+1]instanceof bn){for(var i=this.children[r].toText()+this.children[++r].toText();this.children[r+1]instanceof bn;)i+=this.children[++r].toText();t.appendChild(new bn(i).toNode())}else t.appendChild(this.children[r].toNode());return t}toMarkup(){var t="<"+this.type;for(var n in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,n)&&(t+=" "+n+'="',t+=me.escape(this.attributes[n]),t+='"');this.classes.length>0&&(t+=' class ="'+me.escape(Vn(this.classes))+'"'),t+=">";for(var r=0;r<this.children.length;r++)t+=this.children[r].toMarkup();return t+="</"+this.type+">",t}toText(){return this.children.map(t=>t.toText()).join("")}}class bn{constructor(t){this.text=void 0,this.text=t}toNode(){return document.createTextNode(this.text)}toMarkup(){return me.escape(this.toText())}toText(){return this.text}}class jm{constructor(t){this.width=void 0,this.character=void 0,this.width=t,t>=.05555&&t<=.05556?this.character="\u200A":t>=.1666&&t<=.1667?this.character="\u2009":t>=.2222&&t<=.2223?this.character="\u2005":t>=.2777&&t<=.2778?this.character="\u2005\u200A":t>=-.05556&&t<=-.05555?this.character="\u200A\u2063":t>=-.1667&&t<=-.1666?this.character="\u2009\u2063":t>=-.2223&&t<=-.2222?this.character="\u205F\u2063":t>=-.2778&&t<=-.2777?this.character="\u2005\u2063":this.character=null}toNode(){if(this.character)return document.createTextNode(this.character);var t=document.createElementNS("http://www.w3.org/1998/Math/MathML","mspace");return t.setAttribute("width",V(this.width)),t}toMarkup(){return this.character?"<mtext>"+this.character+"</mtext>":'<mspace width="'+V(this.width)+'"/>'}toText(){return this.character?this.character:" "}}var U={MathNode:Zt,TextNode:bn,SpaceNode:jm,newDocumentFragment:as},tn=function(t,n,r){return it[n][t]&&it[n][t].replace&&t.charCodeAt(0)!==55349&&!(Wl.hasOwnProperty(t)&&r&&(r.fontFamily&&r.fontFamily.slice(4,6)==="tt"||r.font&&r.font.slice(4,6)==="tt"))&&(t=it[n][t].replace),new U.TextNode(t)},wu=function(t){return t.length===1?t[0]:new U.MathNode("mrow",t)},xu=function(t,n){if(n.fontFamily==="texttt")return"monospace";if(n.fontFamily==="textsf")return n.fontShape==="textit"&&n.fontWeight==="textbf"?"sans-serif-bold-italic":n.fontShape==="textit"?"sans-serif-italic":n.fontWeight==="textbf"?"bold-sans-serif":"sans-serif";if(n.fontShape==="textit"&&n.fontWeight==="textbf")return"bold-italic";if(n.fontShape==="textit")return"italic";if(n.fontWeight==="textbf")return"bold";var r=n.font;if(!r||r==="mathnormal")return null;var i=t.mode;if(r==="mathit")return"italic";if(r==="boldsymbol")return t.type==="textord"?"bold":"bold-italic";if(r==="mathbf")return"bold";if(r==="mathbb")return"double-struck";if(r==="mathsfit")return"sans-serif-italic";if(r==="mathfrak")return"fraktur";if(r==="mathscr"||r==="mathcal")return"script";if(r==="mathsf")return"sans-serif";if(r==="mathtt")return"monospace";var u=t.text;if(me.contains(["\\imath","\\jmath"],u))return null;it[i][u]&&it[i][u].replace&&(u=it[i][u].replace);var a=T.fontMap[r].fontName;return du(u,a,i)?T.fontMap[r].variant:null};function Fu(e){if(!e)return!1;if(e.type==="mi"&&e.children.length===1){var t=e.children[0];return t instanceof bn&&t.text==="."}else if(e.type==="mo"&&e.children.length===1&&e.getAttribute("separator")==="true"&&e.getAttribute("lspace")==="0em"&&e.getAttribute("rspace")==="0em"){var n=e.children[0];return n instanceof bn&&n.text===","}else return!1}var Gt=function(t,n,r){if(t.length===1){var i=et(t[0],n);return r&&i instanceof Zt&&i.type==="mo"&&(i.setAttribute("lspace","0em"),i.setAttribute("rspace","0em")),[i]}for(var u=[],a,l=0;l<t.length;l++){var s=et(t[l],n);if(s instanceof Zt&&a instanceof Zt){if(s.type==="mtext"&&a.type==="mtext"&&s.getAttribute("mathvariant")===a.getAttribute("mathvariant")){a.children.push(...s.children);continue}else if(s.type==="mn"&&a.type==="mn"){a.children.push(...s.children);continue}else if(Fu(s)&&a.type==="mn"){a.children.push(...s.children);continue}else if(s.type==="mn"&&Fu(a))s.children=[...a.children,...s.children],u.pop();else if((s.type==="msup"||s.type==="msub")&&s.children.length>=1&&(a.type==="mn"||Fu(a))){var o=s.children[0];o instanceof Zt&&o.type==="mn"&&(o.children=[...a.children,...o.children],u.pop())}else if(a.type==="mi"&&a.children.length===1){var d=a.children[0];if(d instanceof bn&&d.text==="\u0338"&&(s.type==="mo"||s.type==="mi"||s.type==="mn")){var h=s.children[0];h instanceof bn&&h.text.length>0&&(h.text=h.text.slice(0,1)+"\u0338"+h.text.slice(1),u.pop())}}}u.push(s),a=s}return u},Zn=function(t,n,r){return wu(Gt(t,n,r))},et=function(t,n){if(!t)return new U.MathNode("mrow");if(ti[t.type]){var r=ti[t.type](t,n);return r}else throw new q("Got group of unknown type: '"+t.type+"'")};function ls(e,t,n,r,i){var u=Gt(e,n),a;u.length===1&&u[0]instanceof Zt&&me.contains(["mrow","mtable"],u[0].type)?a=u[0]:a=new U.MathNode("mrow",u);var l=new U.MathNode("annotation",[new U.TextNode(t)]);l.setAttribute("encoding","application/x-tex");var s=new U.MathNode("semantics",[a,l]),o=new U.MathNode("math",[s]);o.setAttribute("xmlns","http://www.w3.org/1998/Math/MathML"),r&&o.setAttribute("display","block");var d=i?"katex":"katex-mathml";return T.makeSpan([d],[o])}var ss=function(t){return new Sn({style:t.displayMode?fe.DISPLAY:fe.TEXT,maxSize:t.maxSize,minRuleThickness:t.minRuleThickness})},os=function(t,n){if(n.displayMode){var r=["katex-display"];n.leqno&&r.push("leqno"),n.fleqn&&r.push("fleqn"),t=T.makeSpan(r,[t])}return t},Jm=function(t,n,r){var i=ss(r),u;if(r.output==="mathml")return ls(t,n,i,r.displayMode,!0);if(r.output==="html"){var a=Cu(t,i);u=T.makeSpan(["katex"],[a])}else{var l=ls(t,n,i,r.displayMode,!1),s=Cu(t,i);u=T.makeSpan(["katex"],[l,s])}return os(u,r)},e4=function(t,n,r){var i=ss(r),u=Cu(t,i),a=T.makeSpan(["katex"],[u]);return os(a,r)},t4={widehat:"^",widecheck:"\u02C7",widetilde:"~",utilde:"~",overleftarrow:"\u2190",underleftarrow:"\u2190",xleftarrow:"\u2190",overrightarrow:"\u2192",underrightarrow:"\u2192",xrightarrow:"\u2192",underbrace:"\u23DF",overbrace:"\u23DE",overgroup:"\u23E0",undergroup:"\u23E1",overleftrightarrow:"\u2194",underleftrightarrow:"\u2194",xleftrightarrow:"\u2194",Overrightarrow:"\u21D2",xRightarrow:"\u21D2",overleftharpoon:"\u21BC",xleftharpoonup:"\u21BC",overrightharpoon:"\u21C0",xrightharpoonup:"\u21C0",xLeftarrow:"\u21D0",xLeftrightarrow:"\u21D4",xhookleftarrow:"\u21A9",xhookrightarrow:"\u21AA",xmapsto:"\u21A6",xrightharpoondown:"\u21C1",xleftharpoondown:"\u21BD",xrightleftharpoons:"\u21CC",xleftrightharpoons:"\u21CB",xtwoheadleftarrow:"\u219E",xtwoheadrightarrow:"\u21A0",xlongequal:"=",xtofrom:"\u21C4",xrightleftarrows:"\u21C4",xrightequilibrium:"\u21CC",xleftequilibrium:"\u21CB","\\cdrightarrow":"\u2192","\\cdleftarrow":"\u2190","\\cdlongequal":"="},n4=function(t){var n=new U.MathNode("mo",[new U.TextNode(t4[t.replace(/^\\/,"")])]);return n.setAttribute("stretchy","true"),n},r4={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],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]},i4=function(t){return t.type==="ordgroup"?t.body.length:1},u4=function(t,n){function r(){var l=4e5,s=t.label.slice(1);if(me.contains(["widehat","widecheck","widetilde","utilde"],s)){var o=t,d=i4(o.base),h,p,f;if(d>5)s==="widehat"||s==="widecheck"?(h=420,l=2364,f=.42,p=s+"4"):(h=312,l=2340,f=.34,p="tilde4");else{var E=[1,1,2,2,3,3][d];s==="widehat"||s==="widecheck"?(l=[0,1062,2364,2364,2364][E],h=[0,239,300,360,420][E],f=[0,.24,.3,.3,.36,.42][E],p=s+E):(l=[0,600,1033,2339,2340][E],h=[0,260,286,306,312][E],f=[0,.26,.286,.3,.306,.34][E],p="tilde"+E)}var A=new Wn(p),y=new _n([A],{width:"100%",height:V(f),viewBox:"0 0 "+l+" "+h,preserveAspectRatio:"none"});return{span:T.makeSvgSpan([],[y],n),minWidth:0,height:f}}else{var D=[],k=r4[s],[_,O,I]=k,S=I/1e3,L=_.length,z,H;if(L===1){var N=k[3];z=["hide-tail"],H=[N]}else if(L===2)z=["halfarrow-left","halfarrow-right"],H=["xMinYMin","xMaxYMin"];else if(L===3)z=["brace-left","brace-center","brace-right"],H=["xMinYMin","xMidYMin","xMaxYMin"];else throw new Error("Correct katexImagesData or update code here to support\n "+L+" children.");for(var le=0;le<L;le++){var ne=new Wn(_[le]),Y=new _n([ne],{width:"400em",height:V(S),viewBox:"0 0 "+l+" "+I,preserveAspectRatio:H[le]+" slice"}),X=T.makeSvgSpan([z[le]],[Y],n);if(L===1)return{span:X,minWidth:O,height:S};X.style.height=V(S),D.push(X)}return{span:T.makeSpan(["stretchy"],D,n),minWidth:O,height:S}}}var{span:i,minWidth:u,height:a}=r();return i.height=a,i.style.height=V(a),u>0&&(i.style.minWidth=V(u)),i},a4=function(t,n,r,i,u){var a,l=t.height+t.depth+r+i;if(/fbox|color|angl/.test(n)){if(a=T.makeSpan(["stretchy",n],[],u),n==="fbox"){var s=u.color&&u.getColor();s&&(a.style.borderColor=s)}}else{var o=[];/^[bx]cancel$/.test(n)&&o.push(new pu({x1:"0",y1:"0",x2:"100%",y2:"100%","stroke-width":"0.046em"})),/^x?cancel$/.test(n)&&o.push(new pu({x1:"0",y1:"100%",x2:"100%",y2:"0","stroke-width":"0.046em"}));var d=new _n(o,{width:"100%",height:V(l)});a=T.makeSvgSpan([],[d],u)}return a.height=l,a.style.height=V(l),a},On={encloseSpan:a4,mathMLnode:n4,svgSpan:u4};function _e(e,t){if(!e||e.type!==t)throw new Error("Expected node of type "+t+", but got "+(e?"node of type "+e.type:String(e)));return e}function Bu(e){var t=ii(e);if(!t)throw new Error("Expected node of symbol group type, but got "+(e?"node of type "+e.type:String(e)));return t}function ii(e){return e&&(e.type==="atom"||Tm.hasOwnProperty(e.type))?e:null}var ku=(e,t)=>{var n,r,i;e&&e.type==="supsub"?(r=_e(e.base,"accent"),n=r.base,e.base=n,i=Sm(He(e,t)),e.base=r):(r=_e(e,"accent"),n=r.base);var u=He(n,t.havingCrampedStyle()),a=r.isShifty&&me.isCharacterBox(n),l=0;if(a){var s=me.getBaseElem(n),o=He(s,t.havingCrampedStyle());l=Vl(o).skew}var d=r.label==="\\c",h=d?u.height+u.depth:Math.min(u.height,t.fontMetrics().xHeight),p;if(r.isStretchy)p=On.svgSpan(r,t),p=T.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:u},{type:"elem",elem:p,wrapperClasses:["svg-align"],wrapperStyle:l>0?{width:"calc(100% - "+V(2*l)+")",marginLeft:V(2*l)}:void 0}]},t);else{var f,E;r.label==="\\vec"?(f=T.staticSvg("vec",t),E=T.svgData.vec[1]):(f=T.makeOrd({mode:r.mode,text:r.label},t,"textord"),f=Vl(f),f.italic=0,E=f.width,d&&(h+=f.depth)),p=T.makeSpan(["accent-body"],[f]);var A=r.label==="\\textcircled";A&&(p.classes.push("accent-full"),h=u.height);var y=l;A||(y-=E/2),p.style.left=V(y),r.label==="\\textcircled"&&(p.style.top=".2em"),p=T.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:u},{type:"kern",size:-h},{type:"elem",elem:p}]},t)}var D=T.makeSpan(["mord","accent"],[p],t);return i?(i.children[0]=D,i.height=Math.max(D.height,i.height),i.classes[0]="mord",i):D},cs=(e,t)=>{var n=e.isStretchy?On.mathMLnode(e.label):new U.MathNode("mo",[tn(e.label,e.mode)]),r=new U.MathNode("mover",[et(e.base,t),n]);return r.setAttribute("accent","true"),r},l4=new RegExp(["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring"].map(e=>"\\"+e).join("|"));Q({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)=>{var n=ni(t[0]),r=!l4.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:ku,mathmlBuilder:cs}),Q({type:"accent",names:["\\'","\\`","\\^","\\~","\\=","\\u","\\.",'\\"',"\\c","\\r","\\H","\\v","\\textcircled"],props:{numArgs:1,allowedInText:!0,allowedInMath:!0,argTypes:["primitive"]},handler:(e,t)=>{var 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:ku,mathmlBuilder:cs}),Q({type:"accentUnder",names:["\\underleftarrow","\\underrightarrow","\\underleftrightarrow","\\undergroup","\\underlinesegment","\\utilde"],props:{numArgs:1},handler:(e,t)=>{var{parser:n,funcName:r}=e,i=t[0];return{type:"accentUnder",mode:n.mode,label:r,base:i}},htmlBuilder:(e,t)=>{var n=He(e.base,t),r=On.svgSpan(e,t),i=e.label==="\\utilde"?.12:0,u=T.makeVList({positionType:"top",positionData:n.height,children:[{type:"elem",elem:r,wrapperClasses:["svg-align"]},{type:"kern",size:i},{type:"elem",elem:n}]},t);return T.makeSpan(["mord","accentunder"],[u],t)},mathmlBuilder:(e,t)=>{var n=On.mathMLnode(e.label),r=new U.MathNode("munder",[et(e.base,t),n]);return r.setAttribute("accentunder","true"),r}});var ui=e=>{var t=new U.MathNode("mpadded",e?[e]:[]);return t.setAttribute("width","+0.6em"),t.setAttribute("lspace","0.3em"),t};Q({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){var{parser:r,funcName:i}=e;return{type:"xArrow",mode:r.mode,label:i,body:t[0],below:n[0]}},htmlBuilder(e,t){var n=t.style,r=t.havingStyle(n.sup()),i=T.wrapFragment(He(e.body,r,t),t),u=e.label.slice(0,2)==="\\x"?"x":"cd";i.classes.push(u+"-arrow-pad");var a;e.below&&(r=t.havingStyle(n.sub()),a=T.wrapFragment(He(e.below,r,t),t),a.classes.push(u+"-arrow-pad"));var l=On.svgSpan(e,t),s=-t.fontMetrics().axisHeight+.5*l.height,o=-t.fontMetrics().axisHeight-.5*l.height-.111;(i.depth>.25||e.label==="\\xleftequilibrium")&&(o-=i.depth);var d;if(a){var h=-t.fontMetrics().axisHeight+a.height+.5*l.height+.111;d=T.makeVList({positionType:"individualShift",children:[{type:"elem",elem:i,shift:o},{type:"elem",elem:l,shift:s},{type:"elem",elem:a,shift:h}]},t)}else d=T.makeVList({positionType:"individualShift",children:[{type:"elem",elem:i,shift:o},{type:"elem",elem:l,shift:s}]},t);return d.children[0].children[0].children[1].classes.push("svg-align"),T.makeSpan(["mrel","x-arrow"],[d],t)},mathmlBuilder(e,t){var n=On.mathMLnode(e.label);n.setAttribute("minsize",e.label.charAt(0)==="x"?"1.75em":"3.0em");var r;if(e.body){var i=ui(et(e.body,t));if(e.below){var u=ui(et(e.below,t));r=new U.MathNode("munderover",[n,u,i])}else r=new U.MathNode("mover",[n,i])}else if(e.below){var a=ui(et(e.below,t));r=new U.MathNode("munder",[n,a])}else r=ui(),r=new U.MathNode("mover",[n,r]);return r}});var s4=T.makeSpan;function ds(e,t){var n=St(e.body,t,!0);return s4([e.mclass],n,t)}function hs(e,t){var n,r=Gt(e.body,t);return e.mclass==="minner"?n=new U.MathNode("mpadded",r):e.mclass==="mord"?e.isCharacterBox?(n=r[0],n.type="mi"):n=new U.MathNode("mi",r):(e.isCharacterBox?(n=r[0],n.type="mo"):n=new U.MathNode("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}Q({type:"mclass",names:["\\mathord","\\mathbin","\\mathrel","\\mathopen","\\mathclose","\\mathpunct","\\mathinner"],props:{numArgs:1,primitive:!0},handler(e,t){var{parser:n,funcName:r}=e,i=t[0];return{type:"mclass",mode:n.mode,mclass:"m"+r.slice(5),body:pt(i),isCharacterBox:me.isCharacterBox(i)}},htmlBuilder:ds,mathmlBuilder:hs});var ai=e=>{var 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"};Q({type:"mclass",names:["\\@binrel"],props:{numArgs:2},handler(e,t){var{parser:n}=e;return{type:"mclass",mode:n.mode,mclass:ai(t[0]),body:pt(t[1]),isCharacterBox:me.isCharacterBox(t[1])}}}),Q({type:"mclass",names:["\\stackrel","\\overset","\\underset"],props:{numArgs:2},handler(e,t){var{parser:n,funcName:r}=e,i=t[1],u=t[0],a;r!=="\\stackrel"?a=ai(i):a="mrel";var l={type:"op",mode:i.mode,limits:!0,alwaysHandleSupSub:!0,parentIsSupSub:!1,symbol:!1,suppressBaseShift:r!=="\\stackrel",body:pt(i)},s={type:"supsub",mode:u.mode,base:l,sup:r==="\\underset"?null:u,sub:r==="\\underset"?u:null};return{type:"mclass",mode:n.mode,mclass:a,body:[s],isCharacterBox:me.isCharacterBox(s)}},htmlBuilder:ds,mathmlBuilder:hs}),Q({type:"pmb",names:["\\pmb"],props:{numArgs:1,allowedInText:!0},handler(e,t){var{parser:n}=e;return{type:"pmb",mode:n.mode,mclass:ai(t[0]),body:pt(t[0])}},htmlBuilder(e,t){var n=St(e.body,t,!0),r=T.makeSpan([e.mclass],n,t);return r.style.textShadow="0.02em 0.01em 0.04px",r},mathmlBuilder(e,t){var n=Gt(e.body,t),r=new U.MathNode("mstyle",n);return r.setAttribute("style","text-shadow: 0.02em 0.01em 0.04px"),r}});var o4={">":"\\\\cdrightarrow","<":"\\\\cdleftarrow","=":"\\\\cdlongequal",A:"\\uparrow",V:"\\downarrow","|":"\\Vert",".":"no arrow"},ms=()=>({type:"styling",body:[],mode:"math",style:"display"}),fs=e=>e.type==="textord"&&e.text==="@",c4=(e,t)=>(e.type==="mathord"||e.type==="atom")&&e.text===t;function d4(e,t,n){var r=o4[e];switch(r){case"\\\\cdrightarrow":case"\\\\cdleftarrow":return n.callFunction(r,[t[0]],[t[1]]);case"\\uparrow":case"\\downarrow":{var i=n.callFunction("\\\\cdleft",[t[0]],[]),u={type:"atom",text:r,mode:"math",family:"rel"},a=n.callFunction("\\Big",[u],[]),l=n.callFunction("\\\\cdright",[t[1]],[]),s={type:"ordgroup",mode:"math",body:[i,a,l]};return n.callFunction("\\\\cdparent",[s],[])}case"\\\\cdlongequal":return n.callFunction("\\\\cdlongequal",[],[]);case"\\Vert":{var o={type:"textord",text:"\\Vert",mode:"math"};return n.callFunction("\\Big",[o],[])}default:return{type:"textord",text:" ",mode:"math"}}}function h4(e){var 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();var 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 q("Expected \\\\ or \\cr or \\end",e.nextToken)}for(var r=[],i=[r],u=0;u<t.length;u++){for(var a=t[u],l=ms(),s=0;s<a.length;s++)if(!fs(a[s]))l.body.push(a[s]);else{r.push(l),s+=1;var o=Bu(a[s]).text,d=new Array(2);if(d[0]={type:"ordgroup",mode:"math",body:[]},d[1]={type:"ordgroup",mode:"math",body:[]},!("=|.".indexOf(o)>-1))if("<>AV".indexOf(o)>-1)for(var h=0;h<2;h++){for(var p=!0,f=s+1;f<a.length;f++){if(c4(a[f],o)){p=!1,s=f;break}if(fs(a[f]))throw new q("Missing a "+o+" character to complete a CD arrow.",a[f]);d[h].body.push(a[f])}if(p)throw new q("Missing a "+o+" character to complete a CD arrow.",a[s])}else throw new q('Expected one of "<>AV=|." after @',a[s]);var E=d4(o,d,e),A={type:"styling",body:[E],mode:"math",style:"display"};r.push(A),l=ms()}u%2===0?r.push(l):r.shift(),r=[],i.push(r)}e.gullet.endGroup(),e.gullet.endGroup();var y=new Array(i[0].length).fill({type:"align",align:"c",pregap:.25,postgap:.25});return{type:"array",mode:"math",body:i,arraystretch:1,addJot:!0,rowGaps:[null],cols:y,colSeparationType:"CD",hLinesBeforeRow:new Array(i.length+1).fill([])}}Q({type:"cdlabel",names:["\\\\cdleft","\\\\cdright"],props:{numArgs:1},handler(e,t){var{parser:n,funcName:r}=e;return{type:"cdlabel",mode:n.mode,side:r.slice(4),label:t[0]}},htmlBuilder(e,t){var n=t.havingStyle(t.style.sup()),r=T.wrapFragment(He(e.label,n,t),t);return r.classes.push("cd-label-"+e.side),r.style.bottom=V(.8-r.depth),r.height=0,r.depth=0,r},mathmlBuilder(e,t){var n=new U.MathNode("mrow",[et(e.label,t)]);return n=new U.MathNode("mpadded",[n]),n.setAttribute("width","0"),e.side==="left"&&n.setAttribute("lspace","-1width"),n.setAttribute("voffset","0.7em"),n=new U.MathNode("mstyle",[n]),n.setAttribute("displaystyle","false"),n.setAttribute("scriptlevel","1"),n}}),Q({type:"cdlabelparent",names:["\\\\cdparent"],props:{numArgs:1},handler(e,t){var{parser:n}=e;return{type:"cdlabelparent",mode:n.mode,fragment:t[0]}},htmlBuilder(e,t){var n=T.wrapFragment(He(e.fragment,t),t);return n.classes.push("cd-vert-arrow"),n},mathmlBuilder(e,t){return new U.MathNode("mrow",[et(e.fragment,t)])}}),Q({type:"textord",names:["\\@char"],props:{numArgs:1,allowedInText:!0},handler(e,t){for(var{parser:n}=e,r=_e(t[0],"ordgroup"),i=r.body,u="",a=0;a<i.length;a++){var l=_e(i[a],"textord");u+=l.text}var s=parseInt(u),o;if(isNaN(s))throw new q("\\@char has non-numeric argument "+u);if(s<0||s>=1114111)throw new q("\\@char with invalid code point "+u);return s<=65535?o=String.fromCharCode(s):(s-=65536,o=String.fromCharCode((s>>10)+55296,(s&1023)+56320)),{type:"textord",mode:n.mode,text:o}}});var ps=(e,t)=>{var n=St(e.body,t.withColor(e.color),!1);return T.makeFragment(n)},gs=(e,t)=>{var n=Gt(e.body,t.withColor(e.color)),r=new U.MathNode("mstyle",n);return r.setAttribute("mathcolor",e.color),r};Q({type:"color",names:["\\textcolor"],props:{numArgs:2,allowedInText:!0,argTypes:["color","original"]},handler(e,t){var{parser:n}=e,r=_e(t[0],"color-token").color,i=t[1];return{type:"color",mode:n.mode,color:r,body:pt(i)}},htmlBuilder:ps,mathmlBuilder:gs}),Q({type:"color",names:["\\color"],props:{numArgs:1,allowedInText:!0,argTypes:["color"]},handler(e,t){var{parser:n,breakOnTokenText:r}=e,i=_e(t[0],"color-token").color;n.gullet.macros.set("\\current@color",i);var u=n.parseExpression(!0,r);return{type:"color",mode:n.mode,color:i,body:u}},htmlBuilder:ps,mathmlBuilder:gs}),Q({type:"cr",names:["\\\\"],props:{numArgs:0,numOptionalArgs:0,allowedInText:!0},handler(e,t,n){var{parser:r}=e,i=r.gullet.future().text==="["?r.parseSizeGroup(!0):null,u=!r.settings.displayMode||!r.settings.useStrictBehavior("newLineInDisplayMode","In LaTeX, \\\\ or \\newline does nothing in display mode");return{type:"cr",mode:r.mode,newLine:u,size:i&&_e(i,"size").value}},htmlBuilder(e,t){var n=T.makeSpan(["mspace"],[],t);return e.newLine&&(n.classes.push("newline"),e.size&&(n.style.marginTop=V(st(e.size,t)))),n},mathmlBuilder(e,t){var n=new U.MathNode("mspace");return e.newLine&&(n.setAttribute("linebreak","newline"),e.size&&n.setAttribute("height",V(st(e.size,t)))),n}});var Su={"\\global":"\\global","\\long":"\\\\globallong","\\\\globallong":"\\\\globallong","\\def":"\\gdef","\\gdef":"\\gdef","\\edef":"\\xdef","\\xdef":"\\xdef","\\let":"\\\\globallet","\\futurelet":"\\\\globalfuture"},bs=e=>{var t=e.text;if(/^(?:[\\{}$&#^_]|EOF)$/.test(t))throw new q("Expected a control sequence",e);return t},m4=e=>{var t=e.gullet.popToken();return t.text==="="&&(t=e.gullet.popToken(),t.text===" "&&(t=e.gullet.popToken())),t},Es=(e,t,n,r)=>{var i=e.gullet.macros.get(n.text);i==null&&(n.noexpand=!0,i={tokens:[n],numArgs:0,unexpandable:!e.gullet.isExpandable(n.text)}),e.gullet.macros.set(t,i,r)};Q({type:"internal",names:["\\global","\\long","\\\\globallong"],props:{numArgs:0,allowedInText:!0},handler(e){var{parser:t,funcName:n}=e;t.consumeSpaces();var r=t.fetch();if(Su[r.text])return(n==="\\global"||n==="\\\\globallong")&&(r.text=Su[r.text]),_e(t.parseFunction(),"internal");throw new q("Invalid token after macro prefix",r)}}),Q({type:"internal",names:["\\def","\\gdef","\\edef","\\xdef"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e){var{parser:t,funcName:n}=e,r=t.gullet.popToken(),i=r.text;if(/^(?:[\\{}$&#^_]|EOF)$/.test(i))throw new q("Expected a control sequence",r);for(var u=0,a,l=[[]];t.gullet.future().text!=="{";)if(r=t.gullet.popToken(),r.text==="#"){if(t.gullet.future().text==="{"){a=t.gullet.future(),l[u].push("{");break}if(r=t.gullet.popToken(),!/^[1-9]$/.test(r.text))throw new q('Invalid argument number "'+r.text+'"');if(parseInt(r.text)!==u+1)throw new q('Argument number "'+r.text+'" out of order');u++,l.push([])}else{if(r.text==="EOF")throw new q("Expected a macro definition");l[u].push(r.text)}var{tokens:s}=t.gullet.consumeArg();return a&&s.unshift(a),(n==="\\edef"||n==="\\xdef")&&(s=t.gullet.expandTokens(s),s.reverse()),t.gullet.macros.set(i,{tokens:s,numArgs:u,delimiters:l},n===Su[n]),{type:"internal",mode:t.mode}}}),Q({type:"internal",names:["\\let","\\\\globallet"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e){var{parser:t,funcName:n}=e,r=bs(t.gullet.popToken());t.gullet.consumeSpaces();var i=m4(t);return Es(t,r,i,n==="\\\\globallet"),{type:"internal",mode:t.mode}}}),Q({type:"internal",names:["\\futurelet","\\\\globalfuture"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e){var{parser:t,funcName:n}=e,r=bs(t.gullet.popToken()),i=t.gullet.popToken(),u=t.gullet.popToken();return Es(t,r,u,n==="\\\\globalfuture"),t.gullet.pushToken(u),t.gullet.pushToken(i),{type:"internal",mode:t.mode}}});var n0=function(t,n,r){var i=it.math[t]&&it.math[t].replace,u=du(i||t,n,r);if(!u)throw new Error("Unsupported symbol "+t+" and font size "+n+".");return u},_u=function(t,n,r,i){var u=r.havingBaseStyle(n),a=T.makeSpan(i.concat(u.sizingClasses(r)),[t],r),l=u.sizeMultiplier/r.sizeMultiplier;return a.height*=l,a.depth*=l,a.maxFontSize=u.sizeMultiplier,a},As=function(t,n,r){var i=n.havingBaseStyle(r),u=(1-n.sizeMultiplier/i.sizeMultiplier)*n.fontMetrics().axisHeight;t.classes.push("delimcenter"),t.style.top=V(u),t.height-=u,t.depth+=u},f4=function(t,n,r,i,u,a){var l=T.makeSymbol(t,"Main-Regular",u,i),s=_u(l,n,i,a);return r&&As(s,i,n),s},p4=function(t,n,r,i){return T.makeSymbol(t,"Size"+n+"-Regular",r,i)},ys=function(t,n,r,i,u,a){var l=p4(t,n,u,i),s=_u(T.makeSpan(["delimsizing","size"+n],[l],i),fe.TEXT,i,a);return r&&As(s,i,fe.TEXT),s},Tu=function(t,n,r){var i;n==="Size1-Regular"?i="delim-size1":i="delim-size4";var u=T.makeSpan(["delimsizinginner",i],[T.makeSpan([],[T.makeSymbol(t,n,r)])]);return{type:"elem",elem:u}},Nu=function(t,n,r){var i=gn["Size4-Regular"][t.charCodeAt(0)]?gn["Size4-Regular"][t.charCodeAt(0)][4]:gn["Size1-Regular"][t.charCodeAt(0)][4],u=new Wn("inner",ym(t,Math.round(1e3*n))),a=new _n([u],{width:V(i),height:V(n),style:"width:"+V(i),viewBox:"0 0 "+1e3*i+" "+Math.round(1e3*n),preserveAspectRatio:"xMinYMin"}),l=T.makeSvgSpan([],[a],r);return l.height=n,l.style.height=V(n),l.style.width=V(i),{type:"elem",elem:l}},Mu=.008,li={type:"kern",size:-1*Mu},g4=["|","\\lvert","\\rvert","\\vert"],b4=["\\|","\\lVert","\\rVert","\\Vert"],vs=function(t,n,r,i,u,a){var l,s,o,d,h="",p=0;l=o=d=t,s=null;var f="Size1-Regular";t==="\\uparrow"?o=d="\u23D0":t==="\\Uparrow"?o=d="\u2016":t==="\\downarrow"?l=o="\u23D0":t==="\\Downarrow"?l=o="\u2016":t==="\\updownarrow"?(l="\\uparrow",o="\u23D0",d="\\downarrow"):t==="\\Updownarrow"?(l="\\Uparrow",o="\u2016",d="\\Downarrow"):me.contains(g4,t)?(o="\u2223",h="vert",p=333):me.contains(b4,t)?(o="\u2225",h="doublevert",p=556):t==="["||t==="\\lbrack"?(l="\u23A1",o="\u23A2",d="\u23A3",f="Size4-Regular",h="lbrack",p=667):t==="]"||t==="\\rbrack"?(l="\u23A4",o="\u23A5",d="\u23A6",f="Size4-Regular",h="rbrack",p=667):t==="\\lfloor"||t==="\u230A"?(o=l="\u23A2",d="\u23A3",f="Size4-Regular",h="lfloor",p=667):t==="\\lceil"||t==="\u2308"?(l="\u23A1",o=d="\u23A2",f="Size4-Regular",h="lceil",p=667):t==="\\rfloor"||t==="\u230B"?(o=l="\u23A5",d="\u23A6",f="Size4-Regular",h="rfloor",p=667):t==="\\rceil"||t==="\u2309"?(l="\u23A4",o=d="\u23A5",f="Size4-Regular",h="rceil",p=667):t==="("||t==="\\lparen"?(l="\u239B",o="\u239C",d="\u239D",f="Size4-Regular",h="lparen",p=875):t===")"||t==="\\rparen"?(l="\u239E",o="\u239F",d="\u23A0",f="Size4-Regular",h="rparen",p=875):t==="\\{"||t==="\\lbrace"?(l="\u23A7",s="\u23A8",d="\u23A9",o="\u23AA",f="Size4-Regular"):t==="\\}"||t==="\\rbrace"?(l="\u23AB",s="\u23AC",d="\u23AD",o="\u23AA",f="Size4-Regular"):t==="\\lgroup"||t==="\u27EE"?(l="\u23A7",d="\u23A9",o="\u23AA",f="Size4-Regular"):t==="\\rgroup"||t==="\u27EF"?(l="\u23AB",d="\u23AD",o="\u23AA",f="Size4-Regular"):t==="\\lmoustache"||t==="\u23B0"?(l="\u23A7",d="\u23AD",o="\u23AA",f="Size4-Regular"):(t==="\\rmoustache"||t==="\u23B1")&&(l="\u23AB",d="\u23A9",o="\u23AA",f="Size4-Regular");var E=n0(l,f,u),A=E.height+E.depth,y=n0(o,f,u),D=y.height+y.depth,k=n0(d,f,u),_=k.height+k.depth,O=0,I=1;if(s!==null){var S=n0(s,f,u);O=S.height+S.depth,I=2}var L=A+_+O,z=Math.max(0,Math.ceil((n-L)/(I*D))),H=L+z*I*D,N=i.fontMetrics().axisHeight;r&&(N*=i.sizeMultiplier);var le=H/2-N,ne=[];if(h.length>0){var Y=H-A-_,X=Math.round(H*1e3),re=vm(h,Math.round(Y*1e3)),Ne=new Wn(h,re),Le=(p/1e3).toFixed(3)+"em",Ae=(X/1e3).toFixed(3)+"em",We=new _n([Ne],{width:Le,height:Ae,viewBox:"0 0 "+p+" "+X}),w=T.makeSvgSpan([],[We],i);w.height=X/1e3,w.style.width=Le,w.style.height=Ae,ne.push({type:"elem",elem:w})}else{if(ne.push(Tu(d,f,u)),ne.push(li),s===null){var Ie=H-A-_+2*Mu;ne.push(Nu(o,Ie,i))}else{var ze=(H-A-_-O)/2+2*Mu;ne.push(Nu(o,ze,i)),ne.push(li),ne.push(Tu(s,f,u)),ne.push(li),ne.push(Nu(o,ze,i))}ne.push(li),ne.push(Tu(l,f,u))}var F=i.havingBaseStyle(fe.TEXT),Ct=T.makeVList({positionType:"bottom",positionData:le,children:ne},F);return _u(T.makeSpan(["delimsizing","mult"],[Ct],F),fe.TEXT,i,a)},Ou=80,Ru=.08,Iu=function(t,n,r,i,u){var a=Am(t,i,r),l=new Wn(t,a),s=new _n([l],{width:"400em",height:V(n),viewBox:"0 0 400000 "+r,preserveAspectRatio:"xMinYMin slice"});return T.makeSvgSpan(["hide-tail"],[s],u)},E4=function(t,n){var r=n.havingBaseSizing(),i=xs("\\surd",t*r.sizeMultiplier,ws,r),u=r.sizeMultiplier,a=Math.max(0,n.minRuleThickness-n.fontMetrics().sqrtRuleThickness),l,s=0,o=0,d=0,h;return i.type==="small"?(d=1e3+1e3*a+Ou,t<1?u=1:t<1.4&&(u=.7),s=(1+a+Ru)/u,o=(1+a)/u,l=Iu("sqrtMain",s,d,a,n),l.style.minWidth="0.853em",h=.833/u):i.type==="large"?(d=(1e3+Ou)*r0[i.size],o=(r0[i.size]+a)/u,s=(r0[i.size]+a+Ru)/u,l=Iu("sqrtSize"+i.size,s,d,a,n),l.style.minWidth="1.02em",h=1/u):(s=t+a+Ru,o=t+a,d=Math.floor(1e3*t+a)+Ou,l=Iu("sqrtTall",s,d,a,n),l.style.minWidth="0.742em",h=1.056),l.height=o,l.style.height=V(s),{span:l,advanceWidth:h,ruleWidth:(n.fontMetrics().sqrtRuleThickness+a)*u}},Ds=["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","\u230A","\u230B","\\lceil","\\rceil","\u2308","\u2309","\\surd"],A4=["\\uparrow","\\downarrow","\\updownarrow","\\Uparrow","\\Downarrow","\\Updownarrow","|","\\|","\\vert","\\Vert","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","\u27EE","\u27EF","\\lmoustache","\\rmoustache","\u23B0","\u23B1"],Cs=["<",">","\\langle","\\rangle","/","\\backslash","\\lt","\\gt"],r0=[0,1.2,1.8,2.4,3],y4=function(t,n,r,i,u){if(t==="<"||t==="\\lt"||t==="\u27E8"?t="\\langle":(t===">"||t==="\\gt"||t==="\u27E9")&&(t="\\rangle"),me.contains(Ds,t)||me.contains(Cs,t))return ys(t,n,!1,r,i,u);if(me.contains(A4,t))return vs(t,r0[n],!1,r,i,u);throw new q("Illegal delimiter: '"+t+"'")},v4=[{type:"small",style:fe.SCRIPTSCRIPT},{type:"small",style:fe.SCRIPT},{type:"small",style:fe.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4}],D4=[{type:"small",style:fe.SCRIPTSCRIPT},{type:"small",style:fe.SCRIPT},{type:"small",style:fe.TEXT},{type:"stack"}],ws=[{type:"small",style:fe.SCRIPTSCRIPT},{type:"small",style:fe.SCRIPT},{type:"small",style:fe.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4},{type:"stack"}],C4=function(t){if(t.type==="small")return"Main-Regular";if(t.type==="large")return"Size"+t.size+"-Regular";if(t.type==="stack")return"Size4-Regular";throw new Error("Add support for delim type '"+t.type+"' here.")},xs=function(t,n,r,i){for(var u=Math.min(2,3-i.style.size),a=u;a<r.length&&r[a].type!=="stack";a++){var l=n0(t,C4(r[a]),"math"),s=l.height+l.depth;if(r[a].type==="small"){var o=i.havingBaseStyle(r[a].style);s*=o.sizeMultiplier}if(s>n)return r[a]}return r[r.length-1]},Fs=function(t,n,r,i,u,a){t==="<"||t==="\\lt"||t==="\u27E8"?t="\\langle":(t===">"||t==="\\gt"||t==="\u27E9")&&(t="\\rangle");var l;me.contains(Cs,t)?l=v4:me.contains(Ds,t)?l=ws:l=D4;var s=xs(t,n,l,i);return s.type==="small"?f4(t,s.style,r,i,u,a):s.type==="large"?ys(t,s.size,r,i,u,a):vs(t,n,r,i,u,a)},w4=function(t,n,r,i,u,a){var l=i.fontMetrics().axisHeight*i.sizeMultiplier,s=901,o=5/i.fontMetrics().ptPerEm,d=Math.max(n-l,r+l),h=Math.max(d/500*s,2*d-o);return Fs(t,h,!0,i,u,a)},Rn={sqrtImage:E4,sizedDelim:y4,sizeToMaxHeight:r0,customSizedDelim:Fs,leftRightDelim:w4},Bs={"\\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}},x4=["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","\u230A","\u230B","\\lceil","\\rceil","\u2308","\u2309","<",">","\\langle","\u27E8","\\rangle","\u27E9","\\lt","\\gt","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","\u27EE","\u27EF","\\lmoustache","\\rmoustache","\u23B0","\u23B1","/","\\backslash","|","\\vert","\\|","\\Vert","\\uparrow","\\Uparrow","\\downarrow","\\Downarrow","\\updownarrow","\\Updownarrow","."];function si(e,t){var n=ii(e);if(n&&me.contains(x4,n.text))return n;throw n?new q("Invalid delimiter '"+n.text+"' after '"+t.funcName+"'",e):new q("Invalid delimiter type '"+e.type+"'",e)}Q({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)=>{var n=si(t[0],e);return{type:"delimsizing",mode:e.parser.mode,size:Bs[e.funcName].size,mclass:Bs[e.funcName].mclass,delim:n.text}},htmlBuilder:(e,t)=>e.delim==="."?T.makeSpan([e.mclass]):Rn.sizedDelim(e.delim,e.size,t,e.mode,[e.mclass]),mathmlBuilder:e=>{var t=[];e.delim!=="."&&t.push(tn(e.delim,e.mode));var n=new U.MathNode("mo",t);e.mclass==="mopen"||e.mclass==="mclose"?n.setAttribute("fence","true"):n.setAttribute("fence","false"),n.setAttribute("stretchy","true");var r=V(Rn.sizeToMaxHeight[e.size]);return n.setAttribute("minsize",r),n.setAttribute("maxsize",r),n}});function ks(e){if(!e.body)throw new Error("Bug: The leftright ParseNode wasn't fully parsed.")}Q({type:"leftright-right",names:["\\right"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{var n=e.parser.gullet.macros.get("\\current@color");if(n&&typeof n!="string")throw new q("\\current@color set to non-string in \\right");return{type:"leftright-right",mode:e.parser.mode,delim:si(t[0],e).text,color:n}}}),Q({type:"leftright",names:["\\left"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{var n=si(t[0],e),r=e.parser;++r.leftrightDepth;var i=r.parseExpression(!1);--r.leftrightDepth,r.expect("\\right",!1);var u=_e(r.parseFunction(),"leftright-right");return{type:"leftright",mode:r.mode,body:i,left:n.text,right:u.delim,rightColor:u.color}},htmlBuilder:(e,t)=>{ks(e);for(var n=St(e.body,t,!0,["mopen","mclose"]),r=0,i=0,u=!1,a=0;a<n.length;a++)n[a].isMiddle?u=!0:(r=Math.max(n[a].height,r),i=Math.max(n[a].depth,i));r*=t.sizeMultiplier,i*=t.sizeMultiplier;var l;if(e.left==="."?l=t0(t,["mopen"]):l=Rn.leftRightDelim(e.left,r,i,t,e.mode,["mopen"]),n.unshift(l),u)for(var s=1;s<n.length;s++){var o=n[s],d=o.isMiddle;d&&(n[s]=Rn.leftRightDelim(d.delim,r,i,d.options,e.mode,[]))}var h;if(e.right===".")h=t0(t,["mclose"]);else{var p=e.rightColor?t.withColor(e.rightColor):t;h=Rn.leftRightDelim(e.right,r,i,p,e.mode,["mclose"])}return n.push(h),T.makeSpan(["minner"],n,t)},mathmlBuilder:(e,t)=>{ks(e);var n=Gt(e.body,t);if(e.left!=="."){var r=new U.MathNode("mo",[tn(e.left,e.mode)]);r.setAttribute("fence","true"),n.unshift(r)}if(e.right!=="."){var i=new U.MathNode("mo",[tn(e.right,e.mode)]);i.setAttribute("fence","true"),e.rightColor&&i.setAttribute("mathcolor",e.rightColor),n.push(i)}return wu(n)}}),Q({type:"middle",names:["\\middle"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{var n=si(t[0],e);if(!e.parser.leftrightDepth)throw new q("\\middle without preceding \\left",n);return{type:"middle",mode:e.parser.mode,delim:n.text}},htmlBuilder:(e,t)=>{var n;if(e.delim===".")n=t0(t,[]);else{n=Rn.sizedDelim(e.delim,1,t,e.mode,[]);var r={delim:e.delim,options:t};n.isMiddle=r}return n},mathmlBuilder:(e,t)=>{var n=e.delim==="\\vert"||e.delim==="|"?tn("|","text"):tn(e.delim,e.mode),r=new U.MathNode("mo",[n]);return r.setAttribute("fence","true"),r.setAttribute("lspace","0.05em"),r.setAttribute("rspace","0.05em"),r}});var Lu=(e,t)=>{var n=T.wrapFragment(He(e.body,t),t),r=e.label.slice(1),i=t.sizeMultiplier,u,a=0,l=me.isCharacterBox(e.body);if(r==="sout")u=T.makeSpan(["stretchy","sout"]),u.height=t.fontMetrics().defaultRuleThickness/i,a=-.5*t.fontMetrics().xHeight;else if(r==="phase"){var s=st({number:.6,unit:"pt"},t),o=st({number:.35,unit:"ex"},t),d=t.havingBaseSizing();i=i/d.sizeMultiplier;var h=n.height+n.depth+s+o;n.style.paddingLeft=V(h/2+s);var p=Math.floor(1e3*h*i),f=bm(p),E=new _n([new Wn("phase",f)],{width:"400em",height:V(p/1e3),viewBox:"0 0 400000 "+p,preserveAspectRatio:"xMinYMin slice"});u=T.makeSvgSpan(["hide-tail"],[E],t),u.style.height=V(h),a=n.depth+s+o}else{/cancel/.test(r)?l||n.classes.push("cancel-pad"):r==="angl"?n.classes.push("anglpad"):n.classes.push("boxpad");var A=0,y=0,D=0;/box/.test(r)?(D=Math.max(t.fontMetrics().fboxrule,t.minRuleThickness),A=t.fontMetrics().fboxsep+(r==="colorbox"?0:D),y=A):r==="angl"?(D=Math.max(t.fontMetrics().defaultRuleThickness,t.minRuleThickness),A=4*D,y=Math.max(0,.25-n.depth)):(A=l?.2:0,y=A),u=On.encloseSpan(n,r,A,y,t),/fbox|boxed|fcolorbox/.test(r)?(u.style.borderStyle="solid",u.style.borderWidth=V(D)):r==="angl"&&D!==.049&&(u.style.borderTopWidth=V(D),u.style.borderRightWidth=V(D)),a=n.depth+y,e.backgroundColor&&(u.style.backgroundColor=e.backgroundColor,e.borderColor&&(u.style.borderColor=e.borderColor))}var k;if(e.backgroundColor)k=T.makeVList({positionType:"individualShift",children:[{type:"elem",elem:u,shift:a},{type:"elem",elem:n,shift:0}]},t);else{var _=/cancel|phase/.test(r)?["svg-align"]:[];k=T.makeVList({positionType:"individualShift",children:[{type:"elem",elem:n,shift:0},{type:"elem",elem:u,shift:a,wrapperClasses:_}]},t)}return/cancel/.test(r)&&(k.height=n.height,k.depth=n.depth),/cancel/.test(r)&&!l?T.makeSpan(["mord","cancel-lap"],[k],t):T.makeSpan(["mord"],[k],t)},zu=(e,t)=>{var n=0,r=new U.MathNode(e.label.indexOf("colorbox")>-1?"mpadded":"menclose",[et(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"){var i=Math.max(t.fontMetrics().fboxrule,t.minRuleThickness);r.setAttribute("style","border: "+i+"em solid "+String(e.borderColor))}break;case"\\xcancel":r.setAttribute("notation","updiagonalstrike downdiagonalstrike");break}return e.backgroundColor&&r.setAttribute("mathbackground",e.backgroundColor),r};Q({type:"enclose",names:["\\colorbox"],props:{numArgs:2,allowedInText:!0,argTypes:["color","text"]},handler(e,t,n){var{parser:r,funcName:i}=e,u=_e(t[0],"color-token").color,a=t[1];return{type:"enclose",mode:r.mode,label:i,backgroundColor:u,body:a}},htmlBuilder:Lu,mathmlBuilder:zu}),Q({type:"enclose",names:["\\fcolorbox"],props:{numArgs:3,allowedInText:!0,argTypes:["color","color","text"]},handler(e,t,n){var{parser:r,funcName:i}=e,u=_e(t[0],"color-token").color,a=_e(t[1],"color-token").color,l=t[2];return{type:"enclose",mode:r.mode,label:i,backgroundColor:a,borderColor:u,body:l}},htmlBuilder:Lu,mathmlBuilder:zu}),Q({type:"enclose",names:["\\fbox"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!0},handler(e,t){var{parser:n}=e;return{type:"enclose",mode:n.mode,label:"\\fbox",body:t[0]}}}),Q({type:"enclose",names:["\\cancel","\\bcancel","\\xcancel","\\sout","\\phase"],props:{numArgs:1},handler(e,t){var{parser:n,funcName:r}=e,i=t[0];return{type:"enclose",mode:n.mode,label:r,body:i}},htmlBuilder:Lu,mathmlBuilder:zu}),Q({type:"enclose",names:["\\angl"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!1},handler(e,t){var{parser:n}=e;return{type:"enclose",mode:n.mode,label:"\\angl",body:t[0]}}});var Ss={};function En(e){for(var{type:t,names:n,props:r,handler:i,htmlBuilder:u,mathmlBuilder:a}=e,l={type:t,numArgs:r.numArgs||0,allowedInText:!1,numOptionalArgs:0,handler:i},s=0;s<n.length;++s)Ss[n[s]]=l;u&&(ei[t]=u),a&&(ti[t]=a)}var _s={};function b(e,t){_s[e]=t}function Ts(e){var t=[];e.consumeSpaces();var 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}var oi=e=>{var t=e.parser.settings;if(!t.displayMode)throw new q("{"+e.envName+"} can be used only in display mode.")};function Pu(e){if(e.indexOf("ed")===-1)return e.indexOf("*")===-1}function Xn(e,t,n){var{hskipBeforeAndAfter:r,addJot:i,cols:u,arraystretch:a,colSeparationType:l,autoTag:s,singleRow:o,emptySingleRow:d,maxNumCols:h,leqno:p}=t;if(e.gullet.beginGroup(),o||e.gullet.macros.set("\\cr","\\\\\\relax"),!a){var f=e.gullet.expandMacroAsText("\\arraystretch");if(f==null)a=1;else if(a=parseFloat(f),!a||a<0)throw new q("Invalid \\arraystretch: "+f)}e.gullet.beginGroup();var E=[],A=[E],y=[],D=[],k=s!=null?[]:void 0;function _(){s&&e.gullet.macros.set("\\@eqnsw","1",!0)}function O(){k&&(e.gullet.macros.get("\\df@tag")?(k.push(e.subparse([new jt("\\df@tag")])),e.gullet.macros.set("\\df@tag",void 0,!0)):k.push(!!s&&e.gullet.macros.get("\\@eqnsw")==="1"))}for(_(),D.push(Ts(e));;){var I=e.parseExpression(!1,o?"\\end":"\\\\");e.gullet.endGroup(),e.gullet.beginGroup(),I={type:"ordgroup",mode:e.mode,body:I},n&&(I={type:"styling",mode:e.mode,style:n,body:[I]}),E.push(I);var S=e.fetch().text;if(S==="&"){if(h&&E.length===h){if(o||l)throw new q("Too many tab characters: &",e.nextToken);e.settings.reportNonstrict("textEnv","Too few columns specified in the {array} column argument.")}e.consume()}else if(S==="\\end"){O(),E.length===1&&I.type==="styling"&&I.body[0].body.length===0&&(A.length>1||!d)&&A.pop(),D.length<A.length+1&&D.push([]);break}else if(S==="\\\\"){e.consume();var L=void 0;e.gullet.future().text!==" "&&(L=e.parseSizeGroup(!0)),y.push(L?L.value:null),O(),D.push(Ts(e)),E=[],A.push(E),_()}else throw new q("Expected & or \\\\ or \\cr or \\end",e.nextToken)}return e.gullet.endGroup(),e.gullet.endGroup(),{type:"array",mode:e.mode,addJot:i,arraystretch:a,body:A,cols:u,rowGaps:y,hskipBeforeAndAfter:r,hLinesBeforeRow:D,colSeparationType:l,tags:k,leqno:p}}function Uu(e){return e.slice(0,1)==="d"?"display":"text"}var An=function(t,n){var r,i,u=t.body.length,a=t.hLinesBeforeRow,l=0,s=new Array(u),o=[],d=Math.max(n.fontMetrics().arrayRuleWidth,n.minRuleThickness),h=1/n.fontMetrics().ptPerEm,p=5*h;if(t.colSeparationType&&t.colSeparationType==="small"){var f=n.havingStyle(fe.SCRIPT).sizeMultiplier;p=.2778*(f/n.sizeMultiplier)}var E=t.colSeparationType==="CD"?st({number:3,unit:"ex"},n):12*h,A=3*h,y=t.arraystretch*E,D=.7*y,k=.3*y,_=0;function O(cr){for(var Or=0;Or<cr.length;++Or)Or>0&&(_+=.25),o.push({pos:_,isDashed:cr[Or]})}for(O(a[0]),r=0;r<t.body.length;++r){var I=t.body[r],S=D,L=k;l<I.length&&(l=I.length);var z=new Array(I.length);for(i=0;i<I.length;++i){var H=He(I[i],n);L<H.depth&&(L=H.depth),S<H.height&&(S=H.height),z[i]=H}var N=t.rowGaps[r],le=0;N&&(le=st(N,n),le>0&&(le+=k,L<le&&(L=le),le=0)),t.addJot&&(L+=A),z.height=S,z.depth=L,_+=S,z.pos=_,_+=L+le,s[r]=z,O(a[r+1])}var ne=_/2+n.fontMetrics().axisHeight,Y=t.cols||[],X=[],re,Ne,Le=[];if(t.tags&&t.tags.some(cr=>cr))for(r=0;r<u;++r){var Ae=s[r],We=Ae.pos-ne,w=t.tags[r],Ie=void 0;w===!0?Ie=T.makeSpan(["eqn-num"],[],n):w===!1?Ie=T.makeSpan([],[],n):Ie=T.makeSpan([],St(w,n,!0),n),Ie.depth=Ae.depth,Ie.height=Ae.height,Le.push({type:"elem",elem:Ie,shift:We})}for(i=0,Ne=0;i<l||Ne<Y.length;++i,++Ne){for(var ze=Y[Ne]||{},F=!0;ze.type==="separator";){if(F||(re=T.makeSpan(["arraycolsep"],[]),re.style.width=V(n.fontMetrics().doubleRuleSep),X.push(re)),ze.separator==="|"||ze.separator===":"){var Ct=ze.separator==="|"?"solid":"dashed",zt=T.makeSpan(["vertical-separator"],[],n);zt.style.height=V(_),zt.style.borderRightWidth=V(d),zt.style.borderRightStyle=Ct,zt.style.margin="0 "+V(-d/2);var jn=_-ne;jn&&(zt.style.verticalAlign=V(-jn)),X.push(zt)}else throw new q("Invalid separator type: "+ze.separator);Ne++,ze=Y[Ne]||{},F=!1}if(!(i>=l)){var $t=void 0;(i>0||t.hskipBeforeAndAfter)&&($t=me.deflt(ze.pregap,p),$t!==0&&(re=T.makeSpan(["arraycolsep"],[]),re.style.width=V($t),X.push(re)));var ut=[];for(r=0;r<u;++r){var we=s[r],Nt=we[i];if(Nt){var on=we.pos-ne;Nt.depth=we.depth,Nt.height=we.height,ut.push({type:"elem",elem:Nt,shift:on})}}ut=T.makeVList({positionType:"individualShift",children:ut},n),ut=T.makeSpan(["col-align-"+(ze.align||"c")],[ut]),X.push(ut),(i<l-1||t.hskipBeforeAndAfter)&&($t=me.deflt(ze.postgap,p),$t!==0&&(re=T.makeSpan(["arraycolsep"],[]),re.style.width=V($t),X.push(re)))}}if(s=T.makeSpan(["mtable"],X),o.length>0){for(var cn=T.makeLineSpan("hline",n,d),u0=T.makeLineSpan("hdashline",n,d),a0=[{type:"elem",elem:s,shift:0}];o.length>0;){var mi=o.pop(),l0=mi.pos-ne;mi.isDashed?a0.push({type:"elem",elem:u0,shift:l0}):a0.push({type:"elem",elem:cn,shift:l0})}s=T.makeVList({positionType:"individualShift",children:a0},n)}if(Le.length===0)return T.makeSpan(["mord"],[s],n);var Mr=T.makeVList({positionType:"individualShift",children:Le},n);return Mr=T.makeSpan(["tag"],[Mr],n),T.makeFragment([s,Mr])},F4={c:"center ",l:"left ",r:"right "},yn=function(t,n){for(var r=[],i=new U.MathNode("mtd",[],["mtr-glue"]),u=new U.MathNode("mtd",[],["mml-eqn-num"]),a=0;a<t.body.length;a++){for(var l=t.body[a],s=[],o=0;o<l.length;o++)s.push(new U.MathNode("mtd",[et(l[o],n)]));t.tags&&t.tags[a]&&(s.unshift(i),s.push(i),t.leqno?s.unshift(u):s.push(u)),r.push(new U.MathNode("mtr",s))}var d=new U.MathNode("mtable",r),h=t.arraystretch===.5?.1:.16+t.arraystretch-1+(t.addJot?.09:0);d.setAttribute("rowspacing",V(h));var p="",f="";if(t.cols&&t.cols.length>0){var E=t.cols,A="",y=!1,D=0,k=E.length;E[0].type==="separator"&&(p+="top ",D=1),E[E.length-1].type==="separator"&&(p+="bottom ",k-=1);for(var _=D;_<k;_++)E[_].type==="align"?(f+=F4[E[_].align],y&&(A+="none "),y=!0):E[_].type==="separator"&&y&&(A+=E[_].separator==="|"?"solid ":"dashed ",y=!1);d.setAttribute("columnalign",f.trim()),/[sd]/.test(A)&&d.setAttribute("columnlines",A.trim())}if(t.colSeparationType==="align"){for(var O=t.cols||[],I="",S=1;S<O.length;S++)I+=S%2?"0em ":"1em ";d.setAttribute("columnspacing",I.trim())}else t.colSeparationType==="alignat"||t.colSeparationType==="gather"?d.setAttribute("columnspacing","0em"):t.colSeparationType==="small"?d.setAttribute("columnspacing","0.2778em"):t.colSeparationType==="CD"?d.setAttribute("columnspacing","0.5em"):d.setAttribute("columnspacing","1em");var L="",z=t.hLinesBeforeRow;p+=z[0].length>0?"left ":"",p+=z[z.length-1].length>0?"right ":"";for(var H=1;H<z.length-1;H++)L+=z[H].length===0?"none ":z[H][0]?"dashed ":"solid ";return/[sd]/.test(L)&&d.setAttribute("rowlines",L.trim()),p!==""&&(d=new U.MathNode("menclose",[d]),d.setAttribute("notation",p.trim())),t.arraystretch&&t.arraystretch<1&&(d=new U.MathNode("mstyle",[d]),d.setAttribute("scriptlevel","1")),d},Ns=function(t,n){t.envName.indexOf("ed")===-1&&oi(t);var r=[],i=t.envName.indexOf("at")>-1?"alignat":"align",u=t.envName==="split",a=Xn(t.parser,{cols:r,addJot:!0,autoTag:u?void 0:Pu(t.envName),emptySingleRow:!0,colSeparationType:i,maxNumCols:u?2:void 0,leqno:t.parser.settings.leqno},"display"),l,s=0,o={type:"ordgroup",mode:t.mode,body:[]};if(n[0]&&n[0].type==="ordgroup"){for(var d="",h=0;h<n[0].body.length;h++){var p=_e(n[0].body[h],"textord");d+=p.text}l=Number(d),s=l*2}var f=!s;a.body.forEach(function(D){for(var k=1;k<D.length;k+=2){var _=_e(D[k],"styling"),O=_e(_.body[0],"ordgroup");O.body.unshift(o)}if(f)s<D.length&&(s=D.length);else{var I=D.length/2;if(l<I)throw new q("Too many math in a row: "+("expected "+l+", but got "+I),D[0])}});for(var E=0;E<s;++E){var A="r",y=0;E%2===1?A="l":E>0&&f&&(y=1),r[E]={type:"align",align:A,pregap:y,postgap:0}}return a.colSeparationType=f?"align":"alignat",a};En({type:"array",names:["array","darray"],props:{numArgs:1},handler(e,t){var n=ii(t[0]),r=n?[t[0]]:_e(t[0],"ordgroup").body,i=r.map(function(a){var l=Bu(a),s=l.text;if("lcr".indexOf(s)!==-1)return{type:"align",align:s};if(s==="|")return{type:"separator",separator:"|"};if(s===":")return{type:"separator",separator:":"};throw new q("Unknown column alignment: "+s,a)}),u={cols:i,hskipBeforeAndAfter:!0,maxNumCols:i.length};return Xn(e.parser,u,Uu(e.envName))},htmlBuilder:An,mathmlBuilder:yn}),En({type:"array",names:["matrix","pmatrix","bmatrix","Bmatrix","vmatrix","Vmatrix","matrix*","pmatrix*","bmatrix*","Bmatrix*","vmatrix*","Vmatrix*"],props:{numArgs:0},handler(e){var t={matrix:null,pmatrix:["(",")"],bmatrix:["[","]"],Bmatrix:["\\{","\\}"],vmatrix:["|","|"],Vmatrix:["\\Vert","\\Vert"]}[e.envName.replace("*","")],n="c",r={hskipBeforeAndAfter:!1,cols:[{type:"align",align:n}]};if(e.envName.charAt(e.envName.length-1)==="*"){var i=e.parser;if(i.consumeSpaces(),i.fetch().text==="["){if(i.consume(),i.consumeSpaces(),n=i.fetch().text,"lcr".indexOf(n)===-1)throw new q("Expected l or c or r",i.nextToken);i.consume(),i.consumeSpaces(),i.expect("]"),i.consume(),r.cols=[{type:"align",align:n}]}}var u=Xn(e.parser,r,Uu(e.envName)),a=Math.max(0,...u.body.map(l=>l.length));return u.cols=new Array(a).fill({type:"align",align:n}),t?{type:"leftright",mode:e.mode,body:[u],left:t[0],right:t[1],rightColor:void 0}:u},htmlBuilder:An,mathmlBuilder:yn}),En({type:"array",names:["smallmatrix"],props:{numArgs:0},handler(e){var t={arraystretch:.5},n=Xn(e.parser,t,"script");return n.colSeparationType="small",n},htmlBuilder:An,mathmlBuilder:yn}),En({type:"array",names:["subarray"],props:{numArgs:1},handler(e,t){var n=ii(t[0]),r=n?[t[0]]:_e(t[0],"ordgroup").body,i=r.map(function(a){var l=Bu(a),s=l.text;if("lc".indexOf(s)!==-1)return{type:"align",align:s};throw new q("Unknown column alignment: "+s,a)});if(i.length>1)throw new q("{subarray} can contain only one column");var u={cols:i,hskipBeforeAndAfter:!1,arraystretch:.5};if(u=Xn(e.parser,u,"script"),u.body.length>0&&u.body[0].length>1)throw new q("{subarray} can contain only one column");return u},htmlBuilder:An,mathmlBuilder:yn}),En({type:"array",names:["cases","dcases","rcases","drcases"],props:{numArgs:0},handler(e){var t={arraystretch:1.2,cols:[{type:"align",align:"l",pregap:0,postgap:1},{type:"align",align:"l",pregap:0,postgap:0}]},n=Xn(e.parser,t,Uu(e.envName));return{type:"leftright",mode:e.mode,body:[n],left:e.envName.indexOf("r")>-1?".":"\\{",right:e.envName.indexOf("r")>-1?"\\}":".",rightColor:void 0}},htmlBuilder:An,mathmlBuilder:yn}),En({type:"array",names:["align","align*","aligned","split"],props:{numArgs:0},handler:Ns,htmlBuilder:An,mathmlBuilder:yn}),En({type:"array",names:["gathered","gather","gather*"],props:{numArgs:0},handler(e){me.contains(["gather","gather*"],e.envName)&&oi(e);var t={cols:[{type:"align",align:"c"}],addJot:!0,colSeparationType:"gather",autoTag:Pu(e.envName),emptySingleRow:!0,leqno:e.parser.settings.leqno};return Xn(e.parser,t,"display")},htmlBuilder:An,mathmlBuilder:yn}),En({type:"array",names:["alignat","alignat*","alignedat"],props:{numArgs:1},handler:Ns,htmlBuilder:An,mathmlBuilder:yn}),En({type:"array",names:["equation","equation*"],props:{numArgs:0},handler(e){oi(e);var t={autoTag:Pu(e.envName),emptySingleRow:!0,singleRow:!0,maxNumCols:1,leqno:e.parser.settings.leqno};return Xn(e.parser,t,"display")},htmlBuilder:An,mathmlBuilder:yn}),En({type:"array",names:["CD"],props:{numArgs:0},handler(e){return oi(e),h4(e.parser)},htmlBuilder:An,mathmlBuilder:yn}),b("\\nonumber","\\gdef\\@eqnsw{0}"),b("\\notag","\\nonumber"),Q({type:"text",names:["\\hline","\\hdashline"],props:{numArgs:0,allowedInText:!0,allowedInMath:!0},handler(e,t){throw new q(e.funcName+" valid only within array environment")}});var Ms=Ss;Q({type:"environment",names:["\\begin","\\end"],props:{numArgs:1,argTypes:["text"]},handler(e,t){var{parser:n,funcName:r}=e,i=t[0];if(i.type!=="ordgroup")throw new q("Invalid environment name",i);for(var u="",a=0;a<i.body.length;++a)u+=_e(i.body[a],"textord").text;if(r==="\\begin"){if(!Ms.hasOwnProperty(u))throw new q("No such environment: "+u,i);var l=Ms[u],{args:s,optArgs:o}=n.parseArguments("\\begin{"+u+"}",l),d={mode:n.mode,envName:u,parser:n},h=l.handler(d,s,o);n.expect("\\end",!1);var p=n.nextToken,f=_e(n.parseFunction(),"environment");if(f.name!==u)throw new q("Mismatch: \\begin{"+u+"} matched by \\end{"+f.name+"}",p);return h}return{type:"environment",mode:n.mode,name:u,nameGroup:i}}});var Os=(e,t)=>{var n=e.font,r=t.withFont(n);return He(e.body,r)},Rs=(e,t)=>{var n=e.font,r=t.withFont(n);return et(e.body,r)},Is={"\\Bbb":"\\mathbb","\\bold":"\\mathbf","\\frak":"\\mathfrak","\\bm":"\\boldsymbol"};Q({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)=>{var{parser:n,funcName:r}=e,i=ni(t[0]),u=r;return u in Is&&(u=Is[u]),{type:"font",mode:n.mode,font:u.slice(1),body:i}},htmlBuilder:Os,mathmlBuilder:Rs}),Q({type:"mclass",names:["\\boldsymbol","\\bm"],props:{numArgs:1},handler:(e,t)=>{var{parser:n}=e,r=t[0],i=me.isCharacterBox(r);return{type:"mclass",mode:n.mode,mclass:ai(r),body:[{type:"font",mode:n.mode,font:"boldsymbol",body:r}],isCharacterBox:i}}}),Q({type:"font",names:["\\rm","\\sf","\\tt","\\bf","\\it","\\cal"],props:{numArgs:0,allowedInText:!0},handler:(e,t)=>{var{parser:n,funcName:r,breakOnTokenText:i}=e,{mode:u}=n,a=n.parseExpression(!0,i),l="math"+r.slice(1);return{type:"font",mode:u,font:l,body:{type:"ordgroup",mode:n.mode,body:a}}},htmlBuilder:Os,mathmlBuilder:Rs});var Ls=(e,t)=>{var n=t;return e==="display"?n=n.id>=fe.SCRIPT.id?n.text():fe.DISPLAY:e==="text"&&n.size===fe.DISPLAY.size?n=fe.TEXT:e==="script"?n=fe.SCRIPT:e==="scriptscript"&&(n=fe.SCRIPTSCRIPT),n},Hu=(e,t)=>{var n=Ls(e.size,t.style),r=n.fracNum(),i=n.fracDen(),u;u=t.havingStyle(r);var a=He(e.numer,u,t);if(e.continued){var l=8.5/t.fontMetrics().ptPerEm,s=3.5/t.fontMetrics().ptPerEm;a.height=a.height<l?l:a.height,a.depth=a.depth<s?s:a.depth}u=t.havingStyle(i);var o=He(e.denom,u,t),d,h,p;e.hasBarLine?(e.barSize?(h=st(e.barSize,t),d=T.makeLineSpan("frac-line",t,h)):d=T.makeLineSpan("frac-line",t),h=d.height,p=d.height):(d=null,h=0,p=t.fontMetrics().defaultRuleThickness);var f,E,A;n.size===fe.DISPLAY.size||e.size==="display"?(f=t.fontMetrics().num1,h>0?E=3*p:E=7*p,A=t.fontMetrics().denom1):(h>0?(f=t.fontMetrics().num2,E=p):(f=t.fontMetrics().num3,E=3*p),A=t.fontMetrics().denom2);var y;if(d){var k=t.fontMetrics().axisHeight;f-a.depth-(k+.5*h)<E&&(f+=E-(f-a.depth-(k+.5*h))),k-.5*h-(o.height-A)<E&&(A+=E-(k-.5*h-(o.height-A)));var _=-(k-.5*h);y=T.makeVList({positionType:"individualShift",children:[{type:"elem",elem:o,shift:A},{type:"elem",elem:d,shift:_},{type:"elem",elem:a,shift:-f}]},t)}else{var D=f-a.depth-(o.height-A);D<E&&(f+=.5*(E-D),A+=.5*(E-D)),y=T.makeVList({positionType:"individualShift",children:[{type:"elem",elem:o,shift:A},{type:"elem",elem:a,shift:-f}]},t)}u=t.havingStyle(n),y.height*=u.sizeMultiplier/t.sizeMultiplier,y.depth*=u.sizeMultiplier/t.sizeMultiplier;var O;n.size===fe.DISPLAY.size?O=t.fontMetrics().delim1:n.size===fe.SCRIPTSCRIPT.size?O=t.havingStyle(fe.SCRIPT).fontMetrics().delim2:O=t.fontMetrics().delim2;var I,S;return e.leftDelim==null?I=t0(t,["mopen"]):I=Rn.customSizedDelim(e.leftDelim,O,!0,t.havingStyle(n),e.mode,["mopen"]),e.continued?S=T.makeSpan([]):e.rightDelim==null?S=t0(t,["mclose"]):S=Rn.customSizedDelim(e.rightDelim,O,!0,t.havingStyle(n),e.mode,["mclose"]),T.makeSpan(["mord"].concat(u.sizingClasses(t)),[I,T.makeSpan(["mfrac"],[y]),S],t)},qu=(e,t)=>{var n=new U.MathNode("mfrac",[et(e.numer,t),et(e.denom,t)]);if(!e.hasBarLine)n.setAttribute("linethickness","0px");else if(e.barSize){var r=st(e.barSize,t);n.setAttribute("linethickness",V(r))}var i=Ls(e.size,t.style);if(i.size!==t.style.size){n=new U.MathNode("mstyle",[n]);var u=i.size===fe.DISPLAY.size?"true":"false";n.setAttribute("displaystyle",u),n.setAttribute("scriptlevel","0")}if(e.leftDelim!=null||e.rightDelim!=null){var a=[];if(e.leftDelim!=null){var l=new U.MathNode("mo",[new U.TextNode(e.leftDelim.replace("\\",""))]);l.setAttribute("fence","true"),a.push(l)}if(a.push(n),e.rightDelim!=null){var s=new U.MathNode("mo",[new U.TextNode(e.rightDelim.replace("\\",""))]);s.setAttribute("fence","true"),a.push(s)}return wu(a)}return n};Q({type:"genfrac",names:["\\dfrac","\\frac","\\tfrac","\\dbinom","\\binom","\\tbinom","\\\\atopfrac","\\\\bracefrac","\\\\brackfrac"],props:{numArgs:2,allowedInArgument:!0},handler:(e,t)=>{var{parser:n,funcName:r}=e,i=t[0],u=t[1],a,l=null,s=null,o="auto";switch(r){case"\\dfrac":case"\\frac":case"\\tfrac":a=!0;break;case"\\\\atopfrac":a=!1;break;case"\\dbinom":case"\\binom":case"\\tbinom":a=!1,l="(",s=")";break;case"\\\\bracefrac":a=!1,l="\\{",s="\\}";break;case"\\\\brackfrac":a=!1,l="[",s="]";break;default:throw new Error("Unrecognized genfrac command")}switch(r){case"\\dfrac":case"\\dbinom":o="display";break;case"\\tfrac":case"\\tbinom":o="text";break}return{type:"genfrac",mode:n.mode,continued:!1,numer:i,denom:u,hasBarLine:a,leftDelim:l,rightDelim:s,size:o,barSize:null}},htmlBuilder:Hu,mathmlBuilder:qu}),Q({type:"genfrac",names:["\\cfrac"],props:{numArgs:2},handler:(e,t)=>{var{parser:n,funcName:r}=e,i=t[0],u=t[1];return{type:"genfrac",mode:n.mode,continued:!0,numer:i,denom:u,hasBarLine:!0,leftDelim:null,rightDelim:null,size:"display",barSize:null}}}),Q({type:"infix",names:["\\over","\\choose","\\atop","\\brace","\\brack"],props:{numArgs:0,infix:!0},handler(e){var{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 new Error("Unrecognized infix genfrac command")}return{type:"infix",mode:t.mode,replaceWith:i,token:r}}});var zs=["display","text","script","scriptscript"],Ps=function(t){var n=null;return t.length>0&&(n=t,n=n==="."?null:n),n};Q({type:"genfrac",names:["\\genfrac"],props:{numArgs:6,allowedInArgument:!0,argTypes:["math","math","size","text","math","math"]},handler(e,t){var{parser:n}=e,r=t[4],i=t[5],u=ni(t[0]),a=u.type==="atom"&&u.family==="open"?Ps(u.text):null,l=ni(t[1]),s=l.type==="atom"&&l.family==="close"?Ps(l.text):null,o=_e(t[2],"size"),d,h=null;o.isBlank?d=!0:(h=o.value,d=h.number>0);var p="auto",f=t[3];if(f.type==="ordgroup"){if(f.body.length>0){var E=_e(f.body[0],"textord");p=zs[Number(E.text)]}}else f=_e(f,"textord"),p=zs[Number(f.text)];return{type:"genfrac",mode:n.mode,numer:r,denom:i,continued:!1,hasBarLine:d,barSize:h,leftDelim:a,rightDelim:s,size:p}},htmlBuilder:Hu,mathmlBuilder:qu}),Q({type:"infix",names:["\\above"],props:{numArgs:1,argTypes:["size"],infix:!0},handler(e,t){var{parser:n,funcName:r,token:i}=e;return{type:"infix",mode:n.mode,replaceWith:"\\\\abovefrac",size:_e(t[0],"size").value,token:i}}}),Q({type:"genfrac",names:["\\\\abovefrac"],props:{numArgs:3,argTypes:["math","size","math"]},handler:(e,t)=>{var{parser:n,funcName:r}=e,i=t[0],u=nm(_e(t[1],"infix").size),a=t[2],l=u.number>0;return{type:"genfrac",mode:n.mode,numer:i,denom:a,continued:!1,hasBarLine:l,barSize:u,leftDelim:null,rightDelim:null,size:"auto"}},htmlBuilder:Hu,mathmlBuilder:qu});var Us=(e,t)=>{var n=t.style,r,i;e.type==="supsub"?(r=e.sup?He(e.sup,t.havingStyle(n.sup()),t):He(e.sub,t.havingStyle(n.sub()),t),i=_e(e.base,"horizBrace")):i=_e(e,"horizBrace");var u=He(i.base,t.havingBaseStyle(fe.DISPLAY)),a=On.svgSpan(i,t),l;if(i.isOver?(l=T.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:u},{type:"kern",size:.1},{type:"elem",elem:a}]},t),l.children[0].children[0].children[1].classes.push("svg-align")):(l=T.makeVList({positionType:"bottom",positionData:u.depth+.1+a.height,children:[{type:"elem",elem:a},{type:"kern",size:.1},{type:"elem",elem:u}]},t),l.children[0].children[0].children[0].classes.push("svg-align")),r){var s=T.makeSpan(["mord",i.isOver?"mover":"munder"],[l],t);i.isOver?l=T.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:s},{type:"kern",size:.2},{type:"elem",elem:r}]},t):l=T.makeVList({positionType:"bottom",positionData:s.depth+.2+r.height+r.depth,children:[{type:"elem",elem:r},{type:"kern",size:.2},{type:"elem",elem:s}]},t)}return T.makeSpan(["mord",i.isOver?"mover":"munder"],[l],t)},B4=(e,t)=>{var n=On.mathMLnode(e.label);return new U.MathNode(e.isOver?"mover":"munder",[et(e.base,t),n])};Q({type:"horizBrace",names:["\\overbrace","\\underbrace"],props:{numArgs:1},handler(e,t){var{parser:n,funcName:r}=e;return{type:"horizBrace",mode:n.mode,label:r,isOver:/^\\over/.test(r),base:t[0]}},htmlBuilder:Us,mathmlBuilder:B4}),Q({type:"href",names:["\\href"],props:{numArgs:2,argTypes:["url","original"],allowedInText:!0},handler:(e,t)=>{var{parser:n}=e,r=t[1],i=_e(t[0],"url").url;return n.settings.isTrusted({command:"\\href",url:i})?{type:"href",mode:n.mode,href:i,body:pt(r)}:n.formatUnsupportedCmd("\\href")},htmlBuilder:(e,t)=>{var n=St(e.body,t,!1);return T.makeAnchor(e.href,[],n,t)},mathmlBuilder:(e,t)=>{var n=Zn(e.body,t);return n instanceof Zt||(n=new Zt("mrow",[n])),n.setAttribute("href",e.href),n}}),Q({type:"href",names:["\\url"],props:{numArgs:1,argTypes:["url"],allowedInText:!0},handler:(e,t)=>{var{parser:n}=e,r=_e(t[0],"url").url;if(!n.settings.isTrusted({command:"\\url",url:r}))return n.formatUnsupportedCmd("\\url");for(var i=[],u=0;u<r.length;u++){var a=r[u];a==="~"&&(a="\\textasciitilde"),i.push({type:"textord",mode:"text",text:a})}var l={type:"text",mode:n.mode,font:"\\texttt",body:i};return{type:"href",mode:n.mode,href:r,body:pt(l)}}}),Q({type:"hbox",names:["\\hbox"],props:{numArgs:1,argTypes:["text"],allowedInText:!0,primitive:!0},handler(e,t){var{parser:n}=e;return{type:"hbox",mode:n.mode,body:pt(t[0])}},htmlBuilder(e,t){var n=St(e.body,t,!1);return T.makeFragment(n)},mathmlBuilder(e,t){return new U.MathNode("mrow",Gt(e.body,t))}}),Q({type:"html",names:["\\htmlClass","\\htmlId","\\htmlStyle","\\htmlData"],props:{numArgs:2,argTypes:["raw","original"],allowedInText:!0},handler:(e,t)=>{var{parser:n,funcName:r,token:i}=e,u=_e(t[0],"raw").string,a=t[1];n.settings.strict&&n.settings.reportNonstrict("htmlExtension","HTML extension is disabled on strict mode");var l,s={};switch(r){case"\\htmlClass":s.class=u,l={command:"\\htmlClass",class:u};break;case"\\htmlId":s.id=u,l={command:"\\htmlId",id:u};break;case"\\htmlStyle":s.style=u,l={command:"\\htmlStyle",style:u};break;case"\\htmlData":{for(var o=u.split(","),d=0;d<o.length;d++){var h=o[d].split("=");if(h.length!==2)throw new q("Error parsing key-value for \\htmlData");s["data-"+h[0].trim()]=h[1].trim()}l={command:"\\htmlData",attributes:s};break}default:throw new Error("Unrecognized html command")}return n.settings.isTrusted(l)?{type:"html",mode:n.mode,attributes:s,body:pt(a)}:n.formatUnsupportedCmd(r)},htmlBuilder:(e,t)=>{var n=St(e.body,t,!1),r=["enclosing"];e.attributes.class&&r.push(...e.attributes.class.trim().split(/\s+/));var i=T.makeSpan(r,n,t);for(var u in e.attributes)u!=="class"&&e.attributes.hasOwnProperty(u)&&i.setAttribute(u,e.attributes[u]);return i},mathmlBuilder:(e,t)=>Zn(e.body,t)}),Q({type:"htmlmathml",names:["\\html@mathml"],props:{numArgs:2,allowedInText:!0},handler:(e,t)=>{var{parser:n}=e;return{type:"htmlmathml",mode:n.mode,html:pt(t[0]),mathml:pt(t[1])}},htmlBuilder:(e,t)=>{var n=St(e.html,t,!1);return T.makeFragment(n)},mathmlBuilder:(e,t)=>Zn(e.mathml,t)});var Gu=function(t){if(/^[-+]? *(\d+(\.\d*)?|\.\d+)$/.test(t))return{number:+t,unit:"bp"};var n=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(t);if(!n)throw new q("Invalid size: '"+t+"' in \\includegraphics");var r={number:+(n[1]+n[2]),unit:n[3]};if(!ql(r))throw new q("Invalid unit: '"+r.unit+"' in \\includegraphics.");return r};Q({type:"includegraphics",names:["\\includegraphics"],props:{numArgs:1,numOptionalArgs:1,argTypes:["raw","url"],allowedInText:!1},handler:(e,t,n)=>{var{parser:r}=e,i={number:0,unit:"em"},u={number:.9,unit:"em"},a={number:0,unit:"em"},l="";if(n[0])for(var s=_e(n[0],"raw").string,o=s.split(","),d=0;d<o.length;d++){var h=o[d].split("=");if(h.length===2){var p=h[1].trim();switch(h[0].trim()){case"alt":l=p;break;case"width":i=Gu(p);break;case"height":u=Gu(p);break;case"totalheight":a=Gu(p);break;default:throw new q("Invalid key: '"+h[0]+"' in \\includegraphics.")}}}var f=_e(t[0],"url").url;return l===""&&(l=f,l=l.replace(/^.*[\\/]/,""),l=l.substring(0,l.lastIndexOf("."))),r.settings.isTrusted({command:"\\includegraphics",url:f})?{type:"includegraphics",mode:r.mode,alt:l,width:i,height:u,totalheight:a,src:f}:r.formatUnsupportedCmd("\\includegraphics")},htmlBuilder:(e,t)=>{var n=st(e.height,t),r=0;e.totalheight.number>0&&(r=st(e.totalheight,t)-n);var i=0;e.width.number>0&&(i=st(e.width,t));var u={height:V(n+r)};i>0&&(u.width=V(i)),r>0&&(u.verticalAlign=V(-r));var a=new Bm(e.src,e.alt,u);return a.height=n,a.depth=r,a},mathmlBuilder:(e,t)=>{var n=new U.MathNode("mglyph",[]);n.setAttribute("alt",e.alt);var r=st(e.height,t),i=0;if(e.totalheight.number>0&&(i=st(e.totalheight,t)-r,n.setAttribute("valign",V(-i))),n.setAttribute("height",V(r+i)),e.width.number>0){var u=st(e.width,t);n.setAttribute("width",V(u))}return n.setAttribute("src",e.src),n}}),Q({type:"kern",names:["\\kern","\\mkern","\\hskip","\\mskip"],props:{numArgs:1,argTypes:["size"],primitive:!0,allowedInText:!0},handler(e,t){var{parser:n,funcName:r}=e,i=_e(t[0],"size");if(n.settings.strict){var u=r[1]==="m",a=i.value.unit==="mu";u?(a||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")):a&&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 T.makeGlue(e.dimension,t)},mathmlBuilder(e,t){var n=st(e.dimension,t);return new U.SpaceNode(n)}}),Q({type:"lap",names:["\\mathllap","\\mathrlap","\\mathclap"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{var{parser:n,funcName:r}=e,i=t[0];return{type:"lap",mode:n.mode,alignment:r.slice(5),body:i}},htmlBuilder:(e,t)=>{var n;e.alignment==="clap"?(n=T.makeSpan([],[He(e.body,t)]),n=T.makeSpan(["inner"],[n],t)):n=T.makeSpan(["inner"],[He(e.body,t)]);var r=T.makeSpan(["fix"],[]),i=T.makeSpan([e.alignment],[n,r],t),u=T.makeSpan(["strut"]);return u.style.height=V(i.height+i.depth),i.depth&&(u.style.verticalAlign=V(-i.depth)),i.children.unshift(u),i=T.makeSpan(["thinbox"],[i],t),T.makeSpan(["mord","vbox"],[i],t)},mathmlBuilder:(e,t)=>{var n=new U.MathNode("mpadded",[et(e.body,t)]);if(e.alignment!=="rlap"){var r=e.alignment==="llap"?"-1":"-0.5";n.setAttribute("lspace",r+"width")}return n.setAttribute("width","0px"),n}}),Q({type:"styling",names:["\\(","$"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler(e,t){var{funcName:n,parser:r}=e,i=r.mode;r.switchMode("math");var u=n==="\\("?"\\)":"$",a=r.parseExpression(!1,u);return r.expect(u),r.switchMode(i),{type:"styling",mode:r.mode,style:"text",body:a}}}),Q({type:"text",names:["\\)","\\]"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler(e,t){throw new q("Mismatched "+e.funcName)}});var Hs=(e,t)=>{switch(t.style.size){case fe.DISPLAY.size:return e.display;case fe.TEXT.size:return e.text;case fe.SCRIPT.size:return e.script;case fe.SCRIPTSCRIPT.size:return e.scriptscript;default:return e.text}};Q({type:"mathchoice",names:["\\mathchoice"],props:{numArgs:4,primitive:!0},handler:(e,t)=>{var{parser:n}=e;return{type:"mathchoice",mode:n.mode,display:pt(t[0]),text:pt(t[1]),script:pt(t[2]),scriptscript:pt(t[3])}},htmlBuilder:(e,t)=>{var n=Hs(e,t),r=St(n,t,!1);return T.makeFragment(r)},mathmlBuilder:(e,t)=>{var n=Hs(e,t);return Zn(n,t)}});var qs=(e,t,n,r,i,u,a)=>{e=T.makeSpan([],[e]);var l=n&&me.isCharacterBox(n),s,o;if(t){var d=He(t,r.havingStyle(i.sup()),r);o={elem:d,kern:Math.max(r.fontMetrics().bigOpSpacing1,r.fontMetrics().bigOpSpacing3-d.depth)}}if(n){var h=He(n,r.havingStyle(i.sub()),r);s={elem:h,kern:Math.max(r.fontMetrics().bigOpSpacing2,r.fontMetrics().bigOpSpacing4-h.height)}}var p;if(o&&s){var f=r.fontMetrics().bigOpSpacing5+s.elem.height+s.elem.depth+s.kern+e.depth+a;p=T.makeVList({positionType:"bottom",positionData:f,children:[{type:"kern",size:r.fontMetrics().bigOpSpacing5},{type:"elem",elem:s.elem,marginLeft:V(-u)},{type:"kern",size:s.kern},{type:"elem",elem:e},{type:"kern",size:o.kern},{type:"elem",elem:o.elem,marginLeft:V(u)},{type:"kern",size:r.fontMetrics().bigOpSpacing5}]},r)}else if(s){var E=e.height-a;p=T.makeVList({positionType:"top",positionData:E,children:[{type:"kern",size:r.fontMetrics().bigOpSpacing5},{type:"elem",elem:s.elem,marginLeft:V(-u)},{type:"kern",size:s.kern},{type:"elem",elem:e}]},r)}else if(o){var A=e.depth+a;p=T.makeVList({positionType:"bottom",positionData:A,children:[{type:"elem",elem:e},{type:"kern",size:o.kern},{type:"elem",elem:o.elem,marginLeft:V(u)},{type:"kern",size:r.fontMetrics().bigOpSpacing5}]},r)}else return e;var y=[p];if(s&&u!==0&&!l){var D=T.makeSpan(["mspace"],[],r);D.style.marginRight=V(u),y.unshift(D)}return T.makeSpan(["mop","op-limits"],y,r)},Gs=["\\smallint"],Tr=(e,t)=>{var n,r,i=!1,u;e.type==="supsub"?(n=e.sup,r=e.sub,u=_e(e.base,"op"),i=!0):u=_e(e,"op");var a=t.style,l=!1;a.size===fe.DISPLAY.size&&u.symbol&&!me.contains(Gs,u.name)&&(l=!0);var s;if(u.symbol){var o=l?"Size2-Regular":"Size1-Regular",d="";if((u.name==="\\oiint"||u.name==="\\oiiint")&&(d=u.name.slice(1),u.name=d==="oiint"?"\\iint":"\\iiint"),s=T.makeSymbol(u.name,o,"math",t,["mop","op-symbol",l?"large-op":"small-op"]),d.length>0){var h=s.italic,p=T.staticSvg(d+"Size"+(l?"2":"1"),t);s=T.makeVList({positionType:"individualShift",children:[{type:"elem",elem:s,shift:0},{type:"elem",elem:p,shift:l?.08:0}]},t),u.name="\\"+d,s.classes.unshift("mop"),s.italic=h}}else if(u.body){var f=St(u.body,t,!0);f.length===1&&f[0]instanceof en?(s=f[0],s.classes[0]="mop"):s=T.makeSpan(["mop"],f,t)}else{for(var E=[],A=1;A<u.name.length;A++)E.push(T.mathsym(u.name[A],u.mode,t));s=T.makeSpan(["mop"],E,t)}var y=0,D=0;return(s instanceof en||u.name==="\\oiint"||u.name==="\\oiiint")&&!u.suppressBaseShift&&(y=(s.height-s.depth)/2-t.fontMetrics().axisHeight,D=s.italic),i?qs(s,n,r,t,a,D,y):(y&&(s.style.position="relative",s.style.top=V(y)),s)},i0=(e,t)=>{var n;if(e.symbol)n=new Zt("mo",[tn(e.name,e.mode)]),me.contains(Gs,e.name)&&n.setAttribute("largeop","false");else if(e.body)n=new Zt("mo",Gt(e.body,t));else{n=new Zt("mi",[new bn(e.name.slice(1))]);var r=new Zt("mo",[tn("\u2061","text")]);e.parentIsSupSub?n=new Zt("mrow",[n,r]):n=as([n,r])}return n},k4={"\u220F":"\\prod","\u2210":"\\coprod","\u2211":"\\sum","\u22C0":"\\bigwedge","\u22C1":"\\bigvee","\u22C2":"\\bigcap","\u22C3":"\\bigcup","\u2A00":"\\bigodot","\u2A01":"\\bigoplus","\u2A02":"\\bigotimes","\u2A04":"\\biguplus","\u2A06":"\\bigsqcup"};Q({type:"op",names:["\\coprod","\\bigvee","\\bigwedge","\\biguplus","\\bigcap","\\bigcup","\\intop","\\prod","\\sum","\\bigotimes","\\bigoplus","\\bigodot","\\bigsqcup","\\smallint","\u220F","\u2210","\u2211","\u22C0","\u22C1","\u22C2","\u22C3","\u2A00","\u2A01","\u2A02","\u2A04","\u2A06"],props:{numArgs:0},handler:(e,t)=>{var{parser:n,funcName:r}=e,i=r;return i.length===1&&(i=k4[i]),{type:"op",mode:n.mode,limits:!0,parentIsSupSub:!1,symbol:!0,name:i}},htmlBuilder:Tr,mathmlBuilder:i0}),Q({type:"op",names:["\\mathop"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{var{parser:n}=e,r=t[0];return{type:"op",mode:n.mode,limits:!1,parentIsSupSub:!1,symbol:!1,body:pt(r)}},htmlBuilder:Tr,mathmlBuilder:i0});var S4={"\u222B":"\\int","\u222C":"\\iint","\u222D":"\\iiint","\u222E":"\\oint","\u222F":"\\oiint","\u2230":"\\oiiint"};Q({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"],props:{numArgs:0},handler(e){var{parser:t,funcName:n}=e;return{type:"op",mode:t.mode,limits:!1,parentIsSupSub:!1,symbol:!1,name:n}},htmlBuilder:Tr,mathmlBuilder:i0}),Q({type:"op",names:["\\det","\\gcd","\\inf","\\lim","\\max","\\min","\\Pr","\\sup"],props:{numArgs:0},handler(e){var{parser:t,funcName:n}=e;return{type:"op",mode:t.mode,limits:!0,parentIsSupSub:!1,symbol:!1,name:n}},htmlBuilder:Tr,mathmlBuilder:i0}),Q({type:"op",names:["\\int","\\iint","\\iiint","\\oint","\\oiint","\\oiiint","\u222B","\u222C","\u222D","\u222E","\u222F","\u2230"],props:{numArgs:0},handler(e){var{parser:t,funcName:n}=e,r=n;return r.length===1&&(r=S4[r]),{type:"op",mode:t.mode,limits:!1,parentIsSupSub:!1,symbol:!0,name:r}},htmlBuilder:Tr,mathmlBuilder:i0});var $s=(e,t)=>{var n,r,i=!1,u;e.type==="supsub"?(n=e.sup,r=e.sub,u=_e(e.base,"operatorname"),i=!0):u=_e(e,"operatorname");var a;if(u.body.length>0){for(var l=u.body.map(h=>{var p=h.text;return typeof p=="string"?{type:"textord",mode:h.mode,text:p}:h}),s=St(l,t.withFont("mathrm"),!0),o=0;o<s.length;o++){var d=s[o];d instanceof en&&(d.text=d.text.replace(/\u2212/,"-").replace(/\u2217/,"*"))}a=T.makeSpan(["mop"],s,t)}else a=T.makeSpan(["mop"],[],t);return i?qs(a,n,r,t,t.style,0,0):a},_4=(e,t)=>{for(var n=Gt(e.body,t.withFont("mathrm")),r=!0,i=0;i<n.length;i++){var u=n[i];if(!(u instanceof U.SpaceNode))if(u instanceof U.MathNode)switch(u.type){case"mi":case"mn":case"ms":case"mspace":case"mtext":break;case"mo":{var a=u.children[0];u.children.length===1&&a instanceof U.TextNode?a.text=a.text.replace(/\u2212/,"-").replace(/\u2217/,"*"):r=!1;break}default:r=!1}else r=!1}if(r){var l=n.map(d=>d.toText()).join("");n=[new U.TextNode(l)]}var s=new U.MathNode("mi",n);s.setAttribute("mathvariant","normal");var o=new U.MathNode("mo",[tn("\u2061","text")]);return e.parentIsSupSub?new U.MathNode("mrow",[s,o]):U.newDocumentFragment([s,o])};Q({type:"operatorname",names:["\\operatorname@","\\operatornamewithlimits"],props:{numArgs:1},handler:(e,t)=>{var{parser:n,funcName:r}=e,i=t[0];return{type:"operatorname",mode:n.mode,body:pt(i),alwaysHandleSupSub:r==="\\operatornamewithlimits",limits:!1,parentIsSupSub:!1}},htmlBuilder:$s,mathmlBuilder:_4}),b("\\operatorname","\\@ifstar\\operatornamewithlimits\\operatorname@"),sr({type:"ordgroup",htmlBuilder(e,t){return e.semisimple?T.makeFragment(St(e.body,t,!1)):T.makeSpan(["mord"],St(e.body,t,!0),t)},mathmlBuilder(e,t){return Zn(e.body,t,!0)}}),Q({type:"overline",names:["\\overline"],props:{numArgs:1},handler(e,t){var{parser:n}=e,r=t[0];return{type:"overline",mode:n.mode,body:r}},htmlBuilder(e,t){var n=He(e.body,t.havingCrampedStyle()),r=T.makeLineSpan("overline-line",t),i=t.fontMetrics().defaultRuleThickness,u=T.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:n},{type:"kern",size:3*i},{type:"elem",elem:r},{type:"kern",size:i}]},t);return T.makeSpan(["mord","overline"],[u],t)},mathmlBuilder(e,t){var n=new U.MathNode("mo",[new U.TextNode("\u203E")]);n.setAttribute("stretchy","true");var r=new U.MathNode("mover",[et(e.body,t),n]);return r.setAttribute("accent","true"),r}}),Q({type:"phantom",names:["\\phantom"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{var{parser:n}=e,r=t[0];return{type:"phantom",mode:n.mode,body:pt(r)}},htmlBuilder:(e,t)=>{var n=St(e.body,t.withPhantom(),!1);return T.makeFragment(n)},mathmlBuilder:(e,t)=>{var n=Gt(e.body,t);return new U.MathNode("mphantom",n)}}),Q({type:"hphantom",names:["\\hphantom"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{var{parser:n}=e,r=t[0];return{type:"hphantom",mode:n.mode,body:r}},htmlBuilder:(e,t)=>{var n=T.makeSpan([],[He(e.body,t.withPhantom())]);if(n.height=0,n.depth=0,n.children)for(var r=0;r<n.children.length;r++)n.children[r].height=0,n.children[r].depth=0;return n=T.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:n}]},t),T.makeSpan(["mord"],[n],t)},mathmlBuilder:(e,t)=>{var n=Gt(pt(e.body),t),r=new U.MathNode("mphantom",n),i=new U.MathNode("mpadded",[r]);return i.setAttribute("height","0px"),i.setAttribute("depth","0px"),i}}),Q({type:"vphantom",names:["\\vphantom"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{var{parser:n}=e,r=t[0];return{type:"vphantom",mode:n.mode,body:r}},htmlBuilder:(e,t)=>{var n=T.makeSpan(["inner"],[He(e.body,t.withPhantom())]),r=T.makeSpan(["fix"],[]);return T.makeSpan(["mord","rlap"],[n,r],t)},mathmlBuilder:(e,t)=>{var n=Gt(pt(e.body),t),r=new U.MathNode("mphantom",n),i=new U.MathNode("mpadded",[r]);return i.setAttribute("width","0px"),i}}),Q({type:"raisebox",names:["\\raisebox"],props:{numArgs:2,argTypes:["size","hbox"],allowedInText:!0},handler(e,t){var{parser:n}=e,r=_e(t[0],"size").value,i=t[1];return{type:"raisebox",mode:n.mode,dy:r,body:i}},htmlBuilder(e,t){var n=He(e.body,t),r=st(e.dy,t);return T.makeVList({positionType:"shift",positionData:-r,children:[{type:"elem",elem:n}]},t)},mathmlBuilder(e,t){var n=new U.MathNode("mpadded",[et(e.body,t)]),r=e.dy.number+e.dy.unit;return n.setAttribute("voffset",r),n}}),Q({type:"internal",names:["\\relax"],props:{numArgs:0,allowedInText:!0,allowedInArgument:!0},handler(e){var{parser:t}=e;return{type:"internal",mode:t.mode}}}),Q({type:"rule",names:["\\rule"],props:{numArgs:2,numOptionalArgs:1,allowedInText:!0,allowedInMath:!0,argTypes:["size","size","size"]},handler(e,t,n){var{parser:r}=e,i=n[0],u=_e(t[0],"size"),a=_e(t[1],"size");return{type:"rule",mode:r.mode,shift:i&&_e(i,"size").value,width:u.value,height:a.value}},htmlBuilder(e,t){var n=T.makeSpan(["mord","rule"],[],t),r=st(e.width,t),i=st(e.height,t),u=e.shift?st(e.shift,t):0;return n.style.borderRightWidth=V(r),n.style.borderTopWidth=V(i),n.style.bottom=V(u),n.width=r,n.height=i+u,n.depth=-u,n.maxFontSize=i*1.125*t.sizeMultiplier,n},mathmlBuilder(e,t){var n=st(e.width,t),r=st(e.height,t),i=e.shift?st(e.shift,t):0,u=t.color&&t.getColor()||"black",a=new U.MathNode("mspace");a.setAttribute("mathbackground",u),a.setAttribute("width",V(n)),a.setAttribute("height",V(r));var l=new U.MathNode("mpadded",[a]);return i>=0?l.setAttribute("height",V(i)):(l.setAttribute("height",V(i)),l.setAttribute("depth",V(-i))),l.setAttribute("voffset",V(i)),l}});function Ks(e,t,n){for(var r=St(e,t,!1),i=t.sizeMultiplier/n.sizeMultiplier,u=0;u<r.length;u++){var a=r[u].classes.indexOf("sizing");a<0?Array.prototype.push.apply(r[u].classes,t.sizingClasses(n)):r[u].classes[a+1]==="reset-size"+t.size&&(r[u].classes[a+1]="reset-size"+n.size),r[u].height*=i,r[u].depth*=i}return T.makeFragment(r)}var Vs=["\\tiny","\\sixptsize","\\scriptsize","\\footnotesize","\\small","\\normalsize","\\large","\\Large","\\LARGE","\\huge","\\Huge"],T4=(e,t)=>{var n=t.havingSize(e.size);return Ks(e.body,n,t)};Q({type:"sizing",names:Vs,props:{numArgs:0,allowedInText:!0},handler:(e,t)=>{var{breakOnTokenText:n,funcName:r,parser:i}=e,u=i.parseExpression(!1,n);return{type:"sizing",mode:i.mode,size:Vs.indexOf(r)+1,body:u}},htmlBuilder:T4,mathmlBuilder:(e,t)=>{var n=t.havingSize(e.size),r=Gt(e.body,n),i=new U.MathNode("mstyle",r);return i.setAttribute("mathsize",V(n.sizeMultiplier)),i}}),Q({type:"smash",names:["\\smash"],props:{numArgs:1,numOptionalArgs:1,allowedInText:!0},handler:(e,t,n)=>{var{parser:r}=e,i=!1,u=!1,a=n[0]&&_e(n[0],"ordgroup");if(a)for(var l="",s=0;s<a.body.length;++s){var o=a.body[s];if(l=o.text,l==="t")i=!0;else if(l==="b")u=!0;else{i=!1,u=!1;break}}else i=!0,u=!0;var d=t[0];return{type:"smash",mode:r.mode,body:d,smashHeight:i,smashDepth:u}},htmlBuilder:(e,t)=>{var n=T.makeSpan([],[He(e.body,t)]);if(!e.smashHeight&&!e.smashDepth)return n;if(e.smashHeight&&(n.height=0,n.children))for(var r=0;r<n.children.length;r++)n.children[r].height=0;if(e.smashDepth&&(n.depth=0,n.children))for(var i=0;i<n.children.length;i++)n.children[i].depth=0;var u=T.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:n}]},t);return T.makeSpan(["mord"],[u],t)},mathmlBuilder:(e,t)=>{var n=new U.MathNode("mpadded",[et(e.body,t)]);return e.smashHeight&&n.setAttribute("height","0px"),e.smashDepth&&n.setAttribute("depth","0px"),n}}),Q({type:"sqrt",names:["\\sqrt"],props:{numArgs:1,numOptionalArgs:1},handler(e,t,n){var{parser:r}=e,i=n[0],u=t[0];return{type:"sqrt",mode:r.mode,body:u,index:i}},htmlBuilder(e,t){var n=He(e.body,t.havingCrampedStyle());n.height===0&&(n.height=t.fontMetrics().xHeight),n=T.wrapFragment(n,t);var r=t.fontMetrics(),i=r.defaultRuleThickness,u=i;t.style.id<fe.TEXT.id&&(u=t.fontMetrics().xHeight);var a=i+u/4,l=n.height+n.depth+a+i,{span:s,ruleWidth:o,advanceWidth:d}=Rn.sqrtImage(l,t),h=s.height-o;h>n.height+n.depth+a&&(a=(a+h-n.height-n.depth)/2);var p=s.height-n.height-a-o;n.style.paddingLeft=V(d);var f=T.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:n,wrapperClasses:["svg-align"]},{type:"kern",size:-(n.height+p)},{type:"elem",elem:s},{type:"kern",size:o}]},t);if(e.index){var E=t.havingStyle(fe.SCRIPTSCRIPT),A=He(e.index,E,t),y=.6*(f.height-f.depth),D=T.makeVList({positionType:"shift",positionData:-y,children:[{type:"elem",elem:A}]},t),k=T.makeSpan(["root"],[D]);return T.makeSpan(["mord","sqrt"],[k,f],t)}else return T.makeSpan(["mord","sqrt"],[f],t)},mathmlBuilder(e,t){var{body:n,index:r}=e;return r?new U.MathNode("mroot",[et(n,t),et(r,t)]):new U.MathNode("msqrt",[et(n,t)])}});var Ws={display:fe.DISPLAY,text:fe.TEXT,script:fe.SCRIPT,scriptscript:fe.SCRIPTSCRIPT};Q({type:"styling",names:["\\displaystyle","\\textstyle","\\scriptstyle","\\scriptscriptstyle"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e,t){var{breakOnTokenText:n,funcName:r,parser:i}=e,u=i.parseExpression(!0,n),a=r.slice(1,r.length-5);return{type:"styling",mode:i.mode,style:a,body:u}},htmlBuilder(e,t){var n=Ws[e.style],r=t.havingStyle(n).withFont("");return Ks(e.body,r,t)},mathmlBuilder(e,t){var n=Ws[e.style],r=t.havingStyle(n),i=Gt(e.body,r),u=new U.MathNode("mstyle",i),a={display:["0","true"],text:["0","false"],script:["1","false"],scriptscript:["2","false"]},l=a[e.style];return u.setAttribute("scriptlevel",l[0]),u.setAttribute("displaystyle",l[1]),u}});var N4=function(t,n){var r=t.base;if(r)if(r.type==="op"){var i=r.limits&&(n.style.size===fe.DISPLAY.size||r.alwaysHandleSupSub);return i?Tr:null}else if(r.type==="operatorname"){var u=r.alwaysHandleSupSub&&(n.style.size===fe.DISPLAY.size||r.limits);return u?$s:null}else{if(r.type==="accent")return me.isCharacterBox(r.base)?ku:null;if(r.type==="horizBrace"){var a=!t.sub;return a===r.isOver?Us:null}else return null}else return null};sr({type:"supsub",htmlBuilder(e,t){var n=N4(e,t);if(n)return n(e,t);var{base:r,sup:i,sub:u}=e,a=He(r,t),l,s,o=t.fontMetrics(),d=0,h=0,p=r&&me.isCharacterBox(r);if(i){var f=t.havingStyle(t.style.sup());l=He(i,f,t),p||(d=a.height-f.fontMetrics().supDrop*f.sizeMultiplier/t.sizeMultiplier)}if(u){var E=t.havingStyle(t.style.sub());s=He(u,E,t),p||(h=a.depth+E.fontMetrics().subDrop*E.sizeMultiplier/t.sizeMultiplier)}var A;t.style===fe.DISPLAY?A=o.sup1:t.style.cramped?A=o.sup3:A=o.sup2;var y=t.sizeMultiplier,D=V(.5/o.ptPerEm/y),k=null;if(s){var _=e.base&&e.base.type==="op"&&e.base.name&&(e.base.name==="\\oiint"||e.base.name==="\\oiiint");(a instanceof en||_)&&(k=V(-a.italic))}var O;if(l&&s){d=Math.max(d,A,l.depth+.25*o.xHeight),h=Math.max(h,o.sub2);var I=o.defaultRuleThickness,S=4*I;if(d-l.depth-(s.height-h)<S){h=S-(d-l.depth)+s.height;var L=.8*o.xHeight-(d-l.depth);L>0&&(d+=L,h-=L)}var z=[{type:"elem",elem:s,shift:h,marginRight:D,marginLeft:k},{type:"elem",elem:l,shift:-d,marginRight:D}];O=T.makeVList({positionType:"individualShift",children:z},t)}else if(s){h=Math.max(h,o.sub1,s.height-.8*o.xHeight);var H=[{type:"elem",elem:s,marginLeft:k,marginRight:D}];O=T.makeVList({positionType:"shift",positionData:h,children:H},t)}else if(l)d=Math.max(d,A,l.depth+.25*o.xHeight),O=T.makeVList({positionType:"shift",positionData:-d,children:[{type:"elem",elem:l,marginRight:D}]},t);else throw new Error("supsub must have either sup or sub.");var N=Du(a,"right")||"mord";return T.makeSpan([N],[a,T.makeSpan(["msupsub"],[O])],t)},mathmlBuilder(e,t){var 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);var u=[et(e.base,t)];e.sub&&u.push(et(e.sub,t)),e.sup&&u.push(et(e.sup,t));var a;if(n)a=r?"mover":"munder";else if(e.sub)if(e.sup){var o=e.base;o&&o.type==="op"&&o.limits&&t.style===fe.DISPLAY||o&&o.type==="operatorname"&&o.alwaysHandleSupSub&&(t.style===fe.DISPLAY||o.limits)?a="munderover":a="msubsup"}else{var s=e.base;s&&s.type==="op"&&s.limits&&(t.style===fe.DISPLAY||s.alwaysHandleSupSub)||s&&s.type==="operatorname"&&s.alwaysHandleSupSub&&(s.limits||t.style===fe.DISPLAY)?a="munder":a="msub"}else{var l=e.base;l&&l.type==="op"&&l.limits&&(t.style===fe.DISPLAY||l.alwaysHandleSupSub)||l&&l.type==="operatorname"&&l.alwaysHandleSupSub&&(l.limits||t.style===fe.DISPLAY)?a="mover":a="msup"}return new U.MathNode(a,u)}}),sr({type:"atom",htmlBuilder(e,t){return T.mathsym(e.text,e.mode,t,["m"+e.family])},mathmlBuilder(e,t){var n=new U.MathNode("mo",[tn(e.text,e.mode)]);if(e.family==="bin"){var r=xu(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}});var Ys={mi:"italic",mn:"normal",mtext:"normal"};sr({type:"mathord",htmlBuilder(e,t){return T.makeOrd(e,t,"mathord")},mathmlBuilder(e,t){var n=new U.MathNode("mi",[tn(e.text,e.mode,t)]),r=xu(e,t)||"italic";return r!==Ys[n.type]&&n.setAttribute("mathvariant",r),n}}),sr({type:"textord",htmlBuilder(e,t){return T.makeOrd(e,t,"textord")},mathmlBuilder(e,t){var n=tn(e.text,e.mode,t),r=xu(e,t)||"normal",i;return e.mode==="text"?i=new U.MathNode("mtext",[n]):/[0-9]/.test(e.text)?i=new U.MathNode("mn",[n]):e.text==="\\prime"?i=new U.MathNode("mo",[n]):i=new U.MathNode("mi",[n]),r!==Ys[i.type]&&i.setAttribute("mathvariant",r),i}});var $u={"\\nobreak":"nobreak","\\allowbreak":"allowbreak"},Ku={" ":{},"\\ ":{},"~":{className:"nobreak"},"\\space":{},"\\nobreakspace":{className:"nobreak"}};sr({type:"spacing",htmlBuilder(e,t){if(Ku.hasOwnProperty(e.text)){var n=Ku[e.text].className||"";if(e.mode==="text"){var r=T.makeOrd(e,t,"textord");return r.classes.push(n),r}else return T.makeSpan(["mspace",n],[T.mathsym(e.text,e.mode,t)],t)}else{if($u.hasOwnProperty(e.text))return T.makeSpan(["mspace",$u[e.text]],[],t);throw new q('Unknown type of space "'+e.text+'"')}},mathmlBuilder(e,t){var n;if(Ku.hasOwnProperty(e.text))n=new U.MathNode("mtext",[new U.TextNode("\xA0")]);else{if($u.hasOwnProperty(e.text))return new U.MathNode("mspace");throw new q('Unknown type of space "'+e.text+'"')}return n}});var Zs=()=>{var e=new U.MathNode("mtd",[]);return e.setAttribute("width","50%"),e};sr({type:"tag",mathmlBuilder(e,t){var n=new U.MathNode("mtable",[new U.MathNode("mtr",[Zs(),new U.MathNode("mtd",[Zn(e.body,t)]),Zs(),new U.MathNode("mtd",[Zn(e.tag,t)])])]);return n.setAttribute("width","100%"),n}});var Xs={"\\text":void 0,"\\textrm":"textrm","\\textsf":"textsf","\\texttt":"texttt","\\textnormal":"textrm"},Qs={"\\textbf":"textbf","\\textmd":"textmd"},M4={"\\textit":"textit","\\textup":"textup"},js=(e,t)=>{var n=e.font;if(n){if(Xs[n])return t.withTextFontFamily(Xs[n]);if(Qs[n])return t.withTextFontWeight(Qs[n]);if(n==="\\emph")return t.fontShape==="textit"?t.withTextFontShape("textup"):t.withTextFontShape("textit")}else return t;return t.withTextFontShape(M4[n])};Q({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){var{parser:n,funcName:r}=e,i=t[0];return{type:"text",mode:n.mode,body:pt(i),font:r}},htmlBuilder(e,t){var n=js(e,t),r=St(e.body,n,!0);return T.makeSpan(["mord","text"],r,n)},mathmlBuilder(e,t){var n=js(e,t);return Zn(e.body,n)}}),Q({type:"underline",names:["\\underline"],props:{numArgs:1,allowedInText:!0},handler(e,t){var{parser:n}=e;return{type:"underline",mode:n.mode,body:t[0]}},htmlBuilder(e,t){var n=He(e.body,t),r=T.makeLineSpan("underline-line",t),i=t.fontMetrics().defaultRuleThickness,u=T.makeVList({positionType:"top",positionData:n.height,children:[{type:"kern",size:i},{type:"elem",elem:r},{type:"kern",size:3*i},{type:"elem",elem:n}]},t);return T.makeSpan(["mord","underline"],[u],t)},mathmlBuilder(e,t){var n=new U.MathNode("mo",[new U.TextNode("\u203E")]);n.setAttribute("stretchy","true");var r=new U.MathNode("munder",[et(e.body,t),n]);return r.setAttribute("accentunder","true"),r}}),Q({type:"vcenter",names:["\\vcenter"],props:{numArgs:1,argTypes:["original"],allowedInText:!1},handler(e,t){var{parser:n}=e;return{type:"vcenter",mode:n.mode,body:t[0]}},htmlBuilder(e,t){var n=He(e.body,t),r=t.fontMetrics().axisHeight,i=.5*(n.height-r-(n.depth+r));return T.makeVList({positionType:"shift",positionData:i,children:[{type:"elem",elem:n}]},t)},mathmlBuilder(e,t){return new U.MathNode("mpadded",[et(e.body,t)],["vcenter"])}}),Q({type:"verb",names:["\\verb"],props:{numArgs:0,allowedInText:!0},handler(e,t,n){throw new q("\\verb ended by end of line instead of matching delimiter")},htmlBuilder(e,t){for(var n=Js(e),r=[],i=t.havingStyle(t.style.text()),u=0;u<n.length;u++){var a=n[u];a==="~"&&(a="\\textasciitilde"),r.push(T.makeSymbol(a,"Typewriter-Regular",e.mode,i,["mord","texttt"]))}return T.makeSpan(["mord","text"].concat(i.sizingClasses(t)),T.tryCombineChars(r),i)},mathmlBuilder(e,t){var n=new U.TextNode(Js(e)),r=new U.MathNode("mtext",[n]);return r.setAttribute("mathvariant","monospace"),r}});var Js=e=>e.body.replace(/ /g,e.star?"\u2423":"\xA0"),Qn=rs,eo="[ \r\n ]",O4="\\\\[a-zA-Z@]+",R4="\\\\[^\uD800-\uDFFF]",I4="("+O4+")"+eo+"*",L4="\\\\(\n|[ \r ]+\n?)[ \r ]*",Vu="[\u0300-\u036F]",z4=new RegExp(Vu+"+$"),P4="("+eo+"+)|"+(L4+"|")+"([!-\\[\\]-\u2027\u202A-\uD7FF\uF900-\uFFFF]"+(Vu+"*")+"|[\uD800-\uDBFF][\uDC00-\uDFFF]"+(Vu+"*")+"|\\\\verb\\*([^]).*?\\4|\\\\verb([^*a-zA-Z]).*?\\5"+("|"+I4)+("|"+R4+")");class to{constructor(t,n){this.input=void 0,this.settings=void 0,this.tokenRegex=void 0,this.catcodes=void 0,this.input=t,this.settings=n,this.tokenRegex=new RegExp(P4,"g"),this.catcodes={"%":14,"~":13}}setCatcode(t,n){this.catcodes[t]=n}lex(){var t=this.input,n=this.tokenRegex.lastIndex;if(n===t.length)return new jt("EOF",new Wt(this,n,n));var r=this.tokenRegex.exec(t);if(r===null||r.index!==n)throw new q("Unexpected character: '"+t[n]+"'",new jt(t[n],new Wt(this,n,n+1)));var i=r[6]||r[3]||(r[2]?"\\ ":" ");if(this.catcodes[i]===14){var u=t.indexOf("\n",this.tokenRegex.lastIndex);return u===-1?(this.tokenRegex.lastIndex=t.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=u+1,this.lex()}return new jt(i,new Wt(this,n,this.tokenRegex.lastIndex))}}class U4{constructor(t,n){t===void 0&&(t={}),n===void 0&&(n={}),this.current=void 0,this.builtins=void 0,this.undefStack=void 0,this.current=n,this.builtins=t,this.undefStack=[]}beginGroup(){this.undefStack.push({})}endGroup(){if(this.undefStack.length===0)throw new q("Unbalanced namespace destruction: attempt to pop global namespace; please report this as a bug");var t=this.undefStack.pop();for(var n in t)t.hasOwnProperty(n)&&(t[n]==null?delete this.current[n]:this.current[n]=t[n])}endGroups(){for(;this.undefStack.length>0;)this.endGroup()}has(t){return this.current.hasOwnProperty(t)||this.builtins.hasOwnProperty(t)}get(t){return this.current.hasOwnProperty(t)?this.current[t]:this.builtins[t]}set(t,n,r){if(r===void 0&&(r=!1),r){for(var i=0;i<this.undefStack.length;i++)delete this.undefStack[i][t];this.undefStack.length>0&&(this.undefStack[this.undefStack.length-1][t]=n)}else{var u=this.undefStack[this.undefStack.length-1];u&&!u.hasOwnProperty(t)&&(u[t]=this.current[t])}n==null?delete this.current[t]:this.current[t]=n}}var H4=_s;b("\\noexpand",function(e){var t=e.popToken();return e.isExpandable(t.text)&&(t.noexpand=!0,t.treatAsRelax=!0),{tokens:[t],numArgs:0}}),b("\\expandafter",function(e){var t=e.popToken();return e.expandOnce(!0),{tokens:[t],numArgs:0}}),b("\\@firstoftwo",function(e){var t=e.consumeArgs(2);return{tokens:t[0],numArgs:0}}),b("\\@secondoftwo",function(e){var t=e.consumeArgs(2);return{tokens:t[1],numArgs:0}}),b("\\@ifnextchar",function(e){var t=e.consumeArgs(3);e.consumeSpaces();var n=e.future();return t[0].length===1&&t[0][0].text===n.text?{tokens:t[1],numArgs:0}:{tokens:t[2],numArgs:0}}),b("\\@ifstar","\\@ifnextchar *{\\@firstoftwo{#1}}"),b("\\TextOrMath",function(e){var t=e.consumeArgs(2);return e.mode==="text"?{tokens:t[0],numArgs:0}:{tokens:t[1],numArgs:0}});var no={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};b("\\char",function(e){var t=e.popToken(),n,r="";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]==="\\")r=t.text.charCodeAt(1);else{if(t.text==="EOF")throw new q("\\char` missing argument");r=t.text.charCodeAt(0)}else n=10;if(n){if(r=no[t.text],r==null||r>=n)throw new q("Invalid base-"+n+" digit "+t.text);for(var i;(i=no[e.future().text])!=null&&i<n;)r*=n,r+=i,e.popToken()}return"\\@char{"+r+"}"});var Wu=(e,t,n,r)=>{var i=e.consumeArg().tokens;if(i.length!==1)throw new q("\\newcommand's first argument must be a macro name");var u=i[0].text,a=e.isDefined(u);if(a&&!t)throw new q("\\newcommand{"+u+"} attempting to redefine "+(u+"; use \\renewcommand"));if(!a&&!n)throw new q("\\renewcommand{"+u+"} when command "+u+" does not yet exist; use \\newcommand");var l=0;if(i=e.consumeArg().tokens,i.length===1&&i[0].text==="["){for(var s="",o=e.expandNextToken();o.text!=="]"&&o.text!=="EOF";)s+=o.text,o=e.expandNextToken();if(!s.match(/^\s*[0-9]+\s*$/))throw new q("Invalid number of arguments: "+s);l=parseInt(s),i=e.consumeArg().tokens}return a&&r||e.macros.set(u,{tokens:i,numArgs:l}),""};b("\\newcommand",e=>Wu(e,!1,!0,!1)),b("\\renewcommand",e=>Wu(e,!0,!1,!1)),b("\\providecommand",e=>Wu(e,!0,!0,!0)),b("\\message",e=>{var t=e.consumeArgs(1)[0];return console.log(t.reverse().map(n=>n.text).join("")),""}),b("\\errmessage",e=>{var t=e.consumeArgs(1)[0];return console.error(t.reverse().map(n=>n.text).join("")),""}),b("\\show",e=>{var t=e.popToken(),n=t.text;return console.log(t,e.macros.get(n),Qn[n],it.math[n],it.text[n]),""}),b("\\bgroup","{"),b("\\egroup","}"),b("~","\\nobreakspace"),b("\\lq","`"),b("\\rq","'"),b("\\aa","\\r a"),b("\\AA","\\r A"),b("\\textcopyright","\\html@mathml{\\textcircled{c}}{\\char`\xA9}"),b("\\copyright","\\TextOrMath{\\textcopyright}{\\text{\\textcopyright}}"),b("\\textregistered","\\html@mathml{\\textcircled{\\scriptsize R}}{\\char`\xAE}"),b("\u212C","\\mathscr{B}"),b("\u2130","\\mathscr{E}"),b("\u2131","\\mathscr{F}"),b("\u210B","\\mathscr{H}"),b("\u2110","\\mathscr{I}"),b("\u2112","\\mathscr{L}"),b("\u2133","\\mathscr{M}"),b("\u211B","\\mathscr{R}"),b("\u212D","\\mathfrak{C}"),b("\u210C","\\mathfrak{H}"),b("\u2128","\\mathfrak{Z}"),b("\\Bbbk","\\Bbb{k}"),b("\xB7","\\cdotp"),b("\\llap","\\mathllap{\\textrm{#1}}"),b("\\rlap","\\mathrlap{\\textrm{#1}}"),b("\\clap","\\mathclap{\\textrm{#1}}"),b("\\mathstrut","\\vphantom{(}"),b("\\underbar","\\underline{\\text{#1}}"),b("\\not",'\\html@mathml{\\mathrel{\\mathrlap\\@not}}{\\char"338}'),b("\\neq","\\html@mathml{\\mathrel{\\not=}}{\\mathrel{\\char`\u2260}}"),b("\\ne","\\neq"),b("\u2260","\\neq"),b("\\notin","\\html@mathml{\\mathrel{{\\in}\\mathllap{/\\mskip1mu}}}{\\mathrel{\\char`\u2209}}"),b("\u2209","\\notin"),b("\u2258","\\html@mathml{\\mathrel{=\\kern{-1em}\\raisebox{0.4em}{$\\scriptsize\\frown$}}}{\\mathrel{\\char`\u2258}}"),b("\u2259","\\html@mathml{\\stackrel{\\tiny\\wedge}{=}}{\\mathrel{\\char`\u2258}}"),b("\u225A","\\html@mathml{\\stackrel{\\tiny\\vee}{=}}{\\mathrel{\\char`\u225A}}"),b("\u225B","\\html@mathml{\\stackrel{\\scriptsize\\star}{=}}{\\mathrel{\\char`\u225B}}"),b("\u225D","\\html@mathml{\\stackrel{\\tiny\\mathrm{def}}{=}}{\\mathrel{\\char`\u225D}}"),b("\u225E","\\html@mathml{\\stackrel{\\tiny\\mathrm{m}}{=}}{\\mathrel{\\char`\u225E}}"),b("\u225F","\\html@mathml{\\stackrel{\\tiny?}{=}}{\\mathrel{\\char`\u225F}}"),b("\u27C2","\\perp"),b("\u203C","\\mathclose{!\\mkern-0.8mu!}"),b("\u220C","\\notni"),b("\u231C","\\ulcorner"),b("\u231D","\\urcorner"),b("\u231E","\\llcorner"),b("\u231F","\\lrcorner"),b("\xA9","\\copyright"),b("\xAE","\\textregistered"),b("\uFE0F","\\textregistered"),b("\\ulcorner",'\\html@mathml{\\@ulcorner}{\\mathop{\\char"231c}}'),b("\\urcorner",'\\html@mathml{\\@urcorner}{\\mathop{\\char"231d}}'),b("\\llcorner",'\\html@mathml{\\@llcorner}{\\mathop{\\char"231e}}'),b("\\lrcorner",'\\html@mathml{\\@lrcorner}{\\mathop{\\char"231f}}'),b("\\vdots","{\\varvdots\\rule{0pt}{15pt}}"),b("\u22EE","\\vdots"),b("\\varGamma","\\mathit{\\Gamma}"),b("\\varDelta","\\mathit{\\Delta}"),b("\\varTheta","\\mathit{\\Theta}"),b("\\varLambda","\\mathit{\\Lambda}"),b("\\varXi","\\mathit{\\Xi}"),b("\\varPi","\\mathit{\\Pi}"),b("\\varSigma","\\mathit{\\Sigma}"),b("\\varUpsilon","\\mathit{\\Upsilon}"),b("\\varPhi","\\mathit{\\Phi}"),b("\\varPsi","\\mathit{\\Psi}"),b("\\varOmega","\\mathit{\\Omega}"),b("\\substack","\\begin{subarray}{c}#1\\end{subarray}"),b("\\colon","\\nobreak\\mskip2mu\\mathpunct{}\\mathchoice{\\mkern-3mu}{\\mkern-3mu}{}{}{:}\\mskip6mu\\relax"),b("\\boxed","\\fbox{$\\displaystyle{#1}$}"),b("\\iff","\\DOTSB\\;\\Longleftrightarrow\\;"),b("\\implies","\\DOTSB\\;\\Longrightarrow\\;"),b("\\impliedby","\\DOTSB\\;\\Longleftarrow\\;"),b("\\dddot","{\\overset{\\raisebox{-0.1ex}{\\normalsize ...}}{#1}}"),b("\\ddddot","{\\overset{\\raisebox{-0.1ex}{\\normalsize ....}}{#1}}");var ro={",":"\\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"};b("\\dots",function(e){var t="\\dotso",n=e.expandAfterFuture().text;return n in ro?t=ro[n]:(n.slice(0,4)==="\\not"||n in it.math&&me.contains(["bin","rel"],it.math[n].group))&&(t="\\dotsb"),t});var Yu={")":!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};b("\\dotso",function(e){var t=e.future().text;return t in Yu?"\\ldots\\,":"\\ldots"}),b("\\dotsc",function(e){var t=e.future().text;return t in Yu&&t!==","?"\\ldots\\,":"\\ldots"}),b("\\cdots",function(e){var t=e.future().text;return t in Yu?"\\@cdots\\,":"\\@cdots"}),b("\\dotsb","\\cdots"),b("\\dotsm","\\cdots"),b("\\dotsi","\\!\\cdots"),b("\\dotsx","\\ldots\\,"),b("\\DOTSI","\\relax"),b("\\DOTSB","\\relax"),b("\\DOTSX","\\relax"),b("\\tmspace","\\TextOrMath{\\kern#1#3}{\\mskip#1#2}\\relax"),b("\\,","\\tmspace+{3mu}{.1667em}"),b("\\thinspace","\\,"),b("\\>","\\mskip{4mu}"),b("\\:","\\tmspace+{4mu}{.2222em}"),b("\\medspace","\\:"),b("\\;","\\tmspace+{5mu}{.2777em}"),b("\\thickspace","\\;"),b("\\!","\\tmspace-{3mu}{.1667em}"),b("\\negthinspace","\\!"),b("\\negmedspace","\\tmspace-{4mu}{.2222em}"),b("\\negthickspace","\\tmspace-{5mu}{.277em}"),b("\\enspace","\\kern.5em "),b("\\enskip","\\hskip.5em\\relax"),b("\\quad","\\hskip1em\\relax"),b("\\qquad","\\hskip2em\\relax"),b("\\tag","\\@ifstar\\tag@literal\\tag@paren"),b("\\tag@paren","\\tag@literal{({#1})}"),b("\\tag@literal",e=>{if(e.macros.get("\\df@tag"))throw new q("Multiple \\tag");return"\\gdef\\df@tag{\\text{#1}}"}),b("\\bmod","\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}\\mathbin{\\rm mod}\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}"),b("\\pod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern8mu}{\\mkern8mu}{\\mkern8mu}(#1)"),b("\\pmod","\\pod{{\\rm mod}\\mkern6mu#1}"),b("\\mod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern12mu}{\\mkern12mu}{\\mkern12mu}{\\rm mod}\\,\\,#1"),b("\\newline","\\\\\\relax"),b("\\TeX","\\textrm{\\html@mathml{T\\kern-.1667em\\raisebox{-.5ex}{E}\\kern-.125emX}{TeX}}");var io=V(gn["Main-Regular"][84][1]-.7*gn["Main-Regular"][65][1]);b("\\LaTeX","\\textrm{\\html@mathml{"+("L\\kern-.36em\\raisebox{"+io+"}{\\scriptstyle A}")+"\\kern-.15em\\TeX}{LaTeX}}"),b("\\KaTeX","\\textrm{\\html@mathml{"+("K\\kern-.17em\\raisebox{"+io+"}{\\scriptstyle A}")+"\\kern-.15em\\TeX}{KaTeX}}"),b("\\hspace","\\@ifstar\\@hspacer\\@hspace"),b("\\@hspace","\\hskip #1\\relax"),b("\\@hspacer","\\rule{0pt}{0pt}\\hskip #1\\relax"),b("\\ordinarycolon",":"),b("\\vcentcolon","\\mathrel{\\mathop\\ordinarycolon}"),b("\\dblcolon",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-.9mu}\\vcentcolon}}{\\mathop{\\char"2237}}'),b("\\coloneqq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2254}}'),b("\\Coloneqq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2237\\char"3d}}'),b("\\coloneq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"3a\\char"2212}}'),b("\\Coloneq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"2237\\char"2212}}'),b("\\eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2255}}'),b("\\Eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"3d\\char"2237}}'),b("\\eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2239}}'),b("\\Eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"2212\\char"2237}}'),b("\\colonapprox",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"3a\\char"2248}}'),b("\\Colonapprox",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"2237\\char"2248}}'),b("\\colonsim",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"3a\\char"223c}}'),b("\\Colonsim",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"2237\\char"223c}}'),b("\u2237","\\dblcolon"),b("\u2239","\\eqcolon"),b("\u2254","\\coloneqq"),b("\u2255","\\eqqcolon"),b("\u2A74","\\Coloneqq"),b("\\ratio","\\vcentcolon"),b("\\coloncolon","\\dblcolon"),b("\\colonequals","\\coloneqq"),b("\\coloncolonequals","\\Coloneqq"),b("\\equalscolon","\\eqqcolon"),b("\\equalscoloncolon","\\Eqqcolon"),b("\\colonminus","\\coloneq"),b("\\coloncolonminus","\\Coloneq"),b("\\minuscolon","\\eqcolon"),b("\\minuscoloncolon","\\Eqcolon"),b("\\coloncolonapprox","\\Colonapprox"),b("\\coloncolonsim","\\Colonsim"),b("\\simcolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),b("\\simcoloncolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\dblcolon}"),b("\\approxcolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),b("\\approxcoloncolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\dblcolon}"),b("\\notni","\\html@mathml{\\not\\ni}{\\mathrel{\\char`\u220C}}"),b("\\limsup","\\DOTSB\\operatorname*{lim\\,sup}"),b("\\liminf","\\DOTSB\\operatorname*{lim\\,inf}"),b("\\injlim","\\DOTSB\\operatorname*{inj\\,lim}"),b("\\projlim","\\DOTSB\\operatorname*{proj\\,lim}"),b("\\varlimsup","\\DOTSB\\operatorname*{\\overline{lim}}"),b("\\varliminf","\\DOTSB\\operatorname*{\\underline{lim}}"),b("\\varinjlim","\\DOTSB\\operatorname*{\\underrightarrow{lim}}"),b("\\varprojlim","\\DOTSB\\operatorname*{\\underleftarrow{lim}}"),b("\\gvertneqq","\\html@mathml{\\@gvertneqq}{\u2269}"),b("\\lvertneqq","\\html@mathml{\\@lvertneqq}{\u2268}"),b("\\ngeqq","\\html@mathml{\\@ngeqq}{\u2271}"),b("\\ngeqslant","\\html@mathml{\\@ngeqslant}{\u2271}"),b("\\nleqq","\\html@mathml{\\@nleqq}{\u2270}"),b("\\nleqslant","\\html@mathml{\\@nleqslant}{\u2270}"),b("\\nshortmid","\\html@mathml{\\@nshortmid}{\u2224}"),b("\\nshortparallel","\\html@mathml{\\@nshortparallel}{\u2226}"),b("\\nsubseteqq","\\html@mathml{\\@nsubseteqq}{\u2288}"),b("\\nsupseteqq","\\html@mathml{\\@nsupseteqq}{\u2289}"),b("\\varsubsetneq","\\html@mathml{\\@varsubsetneq}{\u228A}"),b("\\varsubsetneqq","\\html@mathml{\\@varsubsetneqq}{\u2ACB}"),b("\\varsupsetneq","\\html@mathml{\\@varsupsetneq}{\u228B}"),b("\\varsupsetneqq","\\html@mathml{\\@varsupsetneqq}{\u2ACC}"),b("\\imath","\\html@mathml{\\@imath}{\u0131}"),b("\\jmath","\\html@mathml{\\@jmath}{\u0237}"),b("\\llbracket","\\html@mathml{\\mathopen{[\\mkern-3.2mu[}}{\\mathopen{\\char`\u27E6}}"),b("\\rrbracket","\\html@mathml{\\mathclose{]\\mkern-3.2mu]}}{\\mathclose{\\char`\u27E7}}"),b("\u27E6","\\llbracket"),b("\u27E7","\\rrbracket"),b("\\lBrace","\\html@mathml{\\mathopen{\\{\\mkern-3.2mu[}}{\\mathopen{\\char`\u2983}}"),b("\\rBrace","\\html@mathml{\\mathclose{]\\mkern-3.2mu\\}}}{\\mathclose{\\char`\u2984}}"),b("\u2983","\\lBrace"),b("\u2984","\\rBrace"),b("\\minuso","\\mathbin{\\html@mathml{{\\mathrlap{\\mathchoice{\\kern{0.145em}}{\\kern{0.145em}}{\\kern{0.1015em}}{\\kern{0.0725em}}\\circ}{-}}}{\\char`\u29B5}}"),b("\u29B5","\\minuso"),b("\\darr","\\downarrow"),b("\\dArr","\\Downarrow"),b("\\Darr","\\Downarrow"),b("\\lang","\\langle"),b("\\rang","\\rangle"),b("\\uarr","\\uparrow"),b("\\uArr","\\Uparrow"),b("\\Uarr","\\Uparrow"),b("\\N","\\mathbb{N}"),b("\\R","\\mathbb{R}"),b("\\Z","\\mathbb{Z}"),b("\\alef","\\aleph"),b("\\alefsym","\\aleph"),b("\\Alpha","\\mathrm{A}"),b("\\Beta","\\mathrm{B}"),b("\\bull","\\bullet"),b("\\Chi","\\mathrm{X}"),b("\\clubs","\\clubsuit"),b("\\cnums","\\mathbb{C}"),b("\\Complex","\\mathbb{C}"),b("\\Dagger","\\ddagger"),b("\\diamonds","\\diamondsuit"),b("\\empty","\\emptyset"),b("\\Epsilon","\\mathrm{E}"),b("\\Eta","\\mathrm{H}"),b("\\exist","\\exists"),b("\\harr","\\leftrightarrow"),b("\\hArr","\\Leftrightarrow"),b("\\Harr","\\Leftrightarrow"),b("\\hearts","\\heartsuit"),b("\\image","\\Im"),b("\\infin","\\infty"),b("\\Iota","\\mathrm{I}"),b("\\isin","\\in"),b("\\Kappa","\\mathrm{K}"),b("\\larr","\\leftarrow"),b("\\lArr","\\Leftarrow"),b("\\Larr","\\Leftarrow"),b("\\lrarr","\\leftrightarrow"),b("\\lrArr","\\Leftrightarrow"),b("\\Lrarr","\\Leftrightarrow"),b("\\Mu","\\mathrm{M}"),b("\\natnums","\\mathbb{N}"),b("\\Nu","\\mathrm{N}"),b("\\Omicron","\\mathrm{O}"),b("\\plusmn","\\pm"),b("\\rarr","\\rightarrow"),b("\\rArr","\\Rightarrow"),b("\\Rarr","\\Rightarrow"),b("\\real","\\Re"),b("\\reals","\\mathbb{R}"),b("\\Reals","\\mathbb{R}"),b("\\Rho","\\mathrm{P}"),b("\\sdot","\\cdot"),b("\\sect","\\S"),b("\\spades","\\spadesuit"),b("\\sub","\\subset"),b("\\sube","\\subseteq"),b("\\supe","\\supseteq"),b("\\Tau","\\mathrm{T}"),b("\\thetasym","\\vartheta"),b("\\weierp","\\wp"),b("\\Zeta","\\mathrm{Z}"),b("\\argmin","\\DOTSB\\operatorname*{arg\\,min}"),b("\\argmax","\\DOTSB\\operatorname*{arg\\,max}"),b("\\plim","\\DOTSB\\mathop{\\operatorname{plim}}\\limits"),b("\\bra","\\mathinner{\\langle{#1}|}"),b("\\ket","\\mathinner{|{#1}\\rangle}"),b("\\braket","\\mathinner{\\langle{#1}\\rangle}"),b("\\Bra","\\left\\langle#1\\right|"),b("\\Ket","\\left|#1\\right\\rangle");var uo=e=>t=>{var n=t.consumeArg().tokens,r=t.consumeArg().tokens,i=t.consumeArg().tokens,u=t.consumeArg().tokens,a=t.macros.get("|"),l=t.macros.get("\\|");t.macros.beginGroup();var s=h=>p=>{e&&(p.macros.set("|",a),i.length&&p.macros.set("\\|",l));var f=h;if(!h&&i.length){var E=p.future();E.text==="|"&&(p.popToken(),f=!0)}return{tokens:f?i:r,numArgs:0}};t.macros.set("|",s(!1)),i.length&&t.macros.set("\\|",s(!0));var o=t.consumeArg().tokens,d=t.expandTokens([...u,...o,...n]);return t.macros.endGroup(),{tokens:d.reverse(),numArgs:0}};b("\\bra@ket",uo(!1)),b("\\bra@set",uo(!0)),b("\\Braket","\\bra@ket{\\left\\langle}{\\,\\middle\\vert\\,}{\\,\\middle\\vert\\,}{\\right\\rangle}"),b("\\Set","\\bra@set{\\left\\{\\:}{\\;\\middle\\vert\\;}{\\;\\middle\\Vert\\;}{\\:\\right\\}}"),b("\\set","\\bra@set{\\{\\,}{\\mid}{}{\\,\\}}"),b("\\angln","{\\angl n}"),b("\\blue","\\textcolor{##6495ed}{#1}"),b("\\orange","\\textcolor{##ffa500}{#1}"),b("\\pink","\\textcolor{##ff00af}{#1}"),b("\\red","\\textcolor{##df0030}{#1}"),b("\\green","\\textcolor{##28ae7b}{#1}"),b("\\gray","\\textcolor{gray}{#1}"),b("\\purple","\\textcolor{##9d38bd}{#1}"),b("\\blueA","\\textcolor{##ccfaff}{#1}"),b("\\blueB","\\textcolor{##80f6ff}{#1}"),b("\\blueC","\\textcolor{##63d9ea}{#1}"),b("\\blueD","\\textcolor{##11accd}{#1}"),b("\\blueE","\\textcolor{##0c7f99}{#1}"),b("\\tealA","\\textcolor{##94fff5}{#1}"),b("\\tealB","\\textcolor{##26edd5}{#1}"),b("\\tealC","\\textcolor{##01d1c1}{#1}"),b("\\tealD","\\textcolor{##01a995}{#1}"),b("\\tealE","\\textcolor{##208170}{#1}"),b("\\greenA","\\textcolor{##b6ffb0}{#1}"),b("\\greenB","\\textcolor{##8af281}{#1}"),b("\\greenC","\\textcolor{##74cf70}{#1}"),b("\\greenD","\\textcolor{##1fab54}{#1}"),b("\\greenE","\\textcolor{##0d923f}{#1}"),b("\\goldA","\\textcolor{##ffd0a9}{#1}"),b("\\goldB","\\textcolor{##ffbb71}{#1}"),b("\\goldC","\\textcolor{##ff9c39}{#1}"),b("\\goldD","\\textcolor{##e07d10}{#1}"),b("\\goldE","\\textcolor{##a75a05}{#1}"),b("\\redA","\\textcolor{##fca9a9}{#1}"),b("\\redB","\\textcolor{##ff8482}{#1}"),b("\\redC","\\textcolor{##f9685d}{#1}"),b("\\redD","\\textcolor{##e84d39}{#1}"),b("\\redE","\\textcolor{##bc2612}{#1}"),b("\\maroonA","\\textcolor{##ffbde0}{#1}"),b("\\maroonB","\\textcolor{##ff92c6}{#1}"),b("\\maroonC","\\textcolor{##ed5fa6}{#1}"),b("\\maroonD","\\textcolor{##ca337c}{#1}"),b("\\maroonE","\\textcolor{##9e034e}{#1}"),b("\\purpleA","\\textcolor{##ddd7ff}{#1}"),b("\\purpleB","\\textcolor{##c6b9fc}{#1}"),b("\\purpleC","\\textcolor{##aa87ff}{#1}"),b("\\purpleD","\\textcolor{##7854ab}{#1}"),b("\\purpleE","\\textcolor{##543b78}{#1}"),b("\\mintA","\\textcolor{##f5f9e8}{#1}"),b("\\mintB","\\textcolor{##edf2df}{#1}"),b("\\mintC","\\textcolor{##e0e5cc}{#1}"),b("\\grayA","\\textcolor{##f6f7f7}{#1}"),b("\\grayB","\\textcolor{##f0f1f2}{#1}"),b("\\grayC","\\textcolor{##e3e5e6}{#1}"),b("\\grayD","\\textcolor{##d6d8da}{#1}"),b("\\grayE","\\textcolor{##babec2}{#1}"),b("\\grayF","\\textcolor{##888d93}{#1}"),b("\\grayG","\\textcolor{##626569}{#1}"),b("\\grayH","\\textcolor{##3b3e40}{#1}"),b("\\grayI","\\textcolor{##21242c}{#1}"),b("\\kaBlue","\\textcolor{##314453}{#1}"),b("\\kaGreen","\\textcolor{##71B307}{#1}");var ao={"^":!0,_:!0,"\\limits":!0,"\\nolimits":!0};class q4{constructor(t,n,r){this.settings=void 0,this.expansionCount=void 0,this.lexer=void 0,this.macros=void 0,this.stack=void 0,this.mode=void 0,this.settings=n,this.expansionCount=0,this.feed(t),this.macros=new U4(H4,n.macros),this.mode=r,this.stack=[]}feed(t){this.lexer=new to(t,this.settings)}switchMode(t){this.mode=t}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(t){this.stack.push(t)}pushTokens(t){this.stack.push(...t)}scanArgument(t){var n,r,i;if(t){if(this.consumeSpaces(),this.future().text!=="[")return null;n=this.popToken(),{tokens:i,end:r}=this.consumeArg(["]"])}else({tokens:i,start:n,end:r}=this.consumeArg());return this.pushToken(new jt("EOF",r.loc)),this.pushTokens(i),n.range(r,"")}consumeSpaces(){for(;;){var t=this.future();if(t.text===" ")this.stack.pop();else break}}consumeArg(t){var n=[],r=t&&t.length>0;r||this.consumeSpaces();var i=this.future(),u,a=0,l=0;do{if(u=this.popToken(),n.push(u),u.text==="{")++a;else if(u.text==="}"){if(--a,a===-1)throw new q("Extra }",u)}else if(u.text==="EOF")throw new q("Unexpected end of input in a macro argument, expected '"+(t&&r?t[l]:"}")+"'",u);if(t&&r)if((a===0||a===1&&t[l]==="{")&&u.text===t[l]){if(++l,l===t.length){n.splice(-l,l);break}}else l=0}while(a!==0||r);return i.text==="{"&&n[n.length-1].text==="}"&&(n.pop(),n.shift()),n.reverse(),{tokens:n,start:i,end:u}}consumeArgs(t,n){if(n){if(n.length!==t+1)throw new q("The length of delimiters doesn't match the number of args!");for(var r=n[0],i=0;i<r.length;i++){var u=this.popToken();if(r[i]!==u.text)throw new q("Use of the macro doesn't match its definition",u)}}for(var a=[],l=0;l<t;l++)a.push(this.consumeArg(n&&n[l+1]).tokens);return a}countExpansion(t){if(this.expansionCount+=t,this.expansionCount>this.settings.maxExpand)throw new q("Too many expansions: infinite loop or need to increase maxExpand setting")}expandOnce(t){var n=this.popToken(),r=n.text,i=n.noexpand?null:this._getExpansion(r);if(i==null||t&&i.unexpandable){if(t&&i==null&&r[0]==="\\"&&!this.isDefined(r))throw new q("Undefined control sequence: "+r);return this.pushToken(n),!1}this.countExpansion(1);var u=i.tokens,a=this.consumeArgs(i.numArgs,i.delimiters);if(i.numArgs){u=u.slice();for(var l=u.length-1;l>=0;--l){var s=u[l];if(s.text==="#"){if(l===0)throw new q("Incomplete placeholder at end of macro body",s);if(s=u[--l],s.text==="#")u.splice(l+1,1);else if(/^[1-9]$/.test(s.text))u.splice(l,2,...a[+s.text-1]);else throw new q("Not a valid argument number",s)}}}return this.pushTokens(u),u.length}expandAfterFuture(){return this.expandOnce(),this.future()}expandNextToken(){for(;;)if(this.expandOnce()===!1){var t=this.stack.pop();return t.treatAsRelax&&(t.text="\\relax"),t}throw new Error}expandMacro(t){return this.macros.has(t)?this.expandTokens([new jt(t)]):void 0}expandTokens(t){var n=[],r=this.stack.length;for(this.pushTokens(t);this.stack.length>r;)if(this.expandOnce(!0)===!1){var i=this.stack.pop();i.treatAsRelax&&(i.noexpand=!1,i.treatAsRelax=!1),n.push(i)}return this.countExpansion(n.length),n}expandMacroAsText(t){var n=this.expandMacro(t);return n&&n.map(r=>r.text).join("")}_getExpansion(t){var n=this.macros.get(t);if(n==null)return n;if(t.length===1){var r=this.lexer.catcodes[t];if(r!=null&&r!==13)return}var i=typeof n=="function"?n(this):n;if(typeof i=="string"){var u=0;if(i.indexOf("#")!==-1)for(var a=i.replace(/##/g,"");a.indexOf("#"+(u+1))!==-1;)++u;for(var l=new to(i,this.settings),s=[],o=l.lex();o.text!=="EOF";)s.push(o),o=l.lex();s.reverse();var d={tokens:s,numArgs:u};return d}return i}isDefined(t){return this.macros.has(t)||Qn.hasOwnProperty(t)||it.math.hasOwnProperty(t)||it.text.hasOwnProperty(t)||ao.hasOwnProperty(t)}isExpandable(t){var n=this.macros.get(t);return n!=null?typeof n=="string"||typeof n=="function"||!n.unexpandable:Qn.hasOwnProperty(t)&&!Qn[t].primitive}}var lo=/^[₊₋₌₍₎₀₁₂₃₄₅₆₇₈₉ₐₑₕᵢⱼₖₗₘₙₒₚᵣₛₜᵤᵥₓᵦᵧᵨᵩᵪ]/,ci=Object.freeze({"\u208A":"+","\u208B":"-","\u208C":"=","\u208D":"(","\u208E":")","\u2080":"0","\u2081":"1","\u2082":"2","\u2083":"3","\u2084":"4","\u2085":"5","\u2086":"6","\u2087":"7","\u2088":"8","\u2089":"9","\u2090":"a","\u2091":"e","\u2095":"h","\u1D62":"i","\u2C7C":"j","\u2096":"k","\u2097":"l","\u2098":"m","\u2099":"n","\u2092":"o","\u209A":"p","\u1D63":"r","\u209B":"s","\u209C":"t","\u1D64":"u","\u1D65":"v","\u2093":"x","\u1D66":"\u03B2","\u1D67":"\u03B3","\u1D68":"\u03C1","\u1D69":"\u03D5","\u1D6A":"\u03C7","\u207A":"+","\u207B":"-","\u207C":"=","\u207D":"(","\u207E":")","\u2070":"0","\xB9":"1","\xB2":"2","\xB3":"3","\u2074":"4","\u2075":"5","\u2076":"6","\u2077":"7","\u2078":"8","\u2079":"9","\u1D2C":"A","\u1D2E":"B","\u1D30":"D","\u1D31":"E","\u1D33":"G","\u1D34":"H","\u1D35":"I","\u1D36":"J","\u1D37":"K","\u1D38":"L","\u1D39":"M","\u1D3A":"N","\u1D3C":"O","\u1D3E":"P","\u1D3F":"R","\u1D40":"T","\u1D41":"U","\u2C7D":"V","\u1D42":"W","\u1D43":"a","\u1D47":"b","\u1D9C":"c","\u1D48":"d","\u1D49":"e","\u1DA0":"f","\u1D4D":"g",\u02B0:"h","\u2071":"i",\u02B2:"j","\u1D4F":"k",\u02E1:"l","\u1D50":"m",\u207F:"n","\u1D52":"o","\u1D56":"p",\u02B3:"r",\u02E2:"s","\u1D57":"t","\u1D58":"u","\u1D5B":"v",\u02B7:"w",\u02E3:"x",\u02B8:"y","\u1DBB":"z","\u1D5D":"\u03B2","\u1D5E":"\u03B3","\u1D5F":"\u03B4","\u1D60":"\u03D5","\u1D61":"\u03C7","\u1DBF":"\u03B8"}),Zu={"\u0301":{text:"\\'",math:"\\acute"},"\u0300":{text:"\\`",math:"\\grave"},"\u0308":{text:'\\"',math:"\\ddot"},"\u0303":{text:"\\~",math:"\\tilde"},"\u0304":{text:"\\=",math:"\\bar"},"\u0306":{text:"\\u",math:"\\breve"},"\u030C":{text:"\\v",math:"\\check"},"\u0302":{text:"\\^",math:"\\hat"},"\u0307":{text:"\\.",math:"\\dot"},"\u030A":{text:"\\r",math:"\\mathring"},"\u030B":{text:"\\H"},"\u0327":{text:"\\c"}},so={\u00E1:"a\u0301",\u00E0:"a\u0300",\u00E4:"a\u0308",\u01DF:"a\u0308\u0304",\u00E3:"a\u0303",\u0101:"a\u0304",\u0103:"a\u0306",\u1EAF:"a\u0306\u0301",\u1EB1:"a\u0306\u0300",\u1EB5:"a\u0306\u0303",\u01CE:"a\u030C",\u00E2:"a\u0302",\u1EA5:"a\u0302\u0301",\u1EA7:"a\u0302\u0300",\u1EAB:"a\u0302\u0303",\u0227:"a\u0307",\u01E1:"a\u0307\u0304",\u00E5:"a\u030A",\u01FB:"a\u030A\u0301",\u1E03:"b\u0307",\u0107:"c\u0301",\u1E09:"c\u0327\u0301",\u010D:"c\u030C",\u0109:"c\u0302",\u010B:"c\u0307",\u00E7:"c\u0327",\u010F:"d\u030C",\u1E0B:"d\u0307",\u1E11:"d\u0327",\u00E9:"e\u0301",\u00E8:"e\u0300",\u00EB:"e\u0308",\u1EBD:"e\u0303",\u0113:"e\u0304",\u1E17:"e\u0304\u0301",\u1E15:"e\u0304\u0300",\u0115:"e\u0306",\u1E1D:"e\u0327\u0306",\u011B:"e\u030C",\u00EA:"e\u0302",\u1EBF:"e\u0302\u0301",\u1EC1:"e\u0302\u0300",\u1EC5:"e\u0302\u0303",\u0117:"e\u0307",\u0229:"e\u0327",\u1E1F:"f\u0307",\u01F5:"g\u0301",\u1E21:"g\u0304",\u011F:"g\u0306",\u01E7:"g\u030C",\u011D:"g\u0302",\u0121:"g\u0307",\u0123:"g\u0327",\u1E27:"h\u0308",\u021F:"h\u030C",\u0125:"h\u0302",\u1E23:"h\u0307",\u1E29:"h\u0327",\u00ED:"i\u0301",\u00EC:"i\u0300",\u00EF:"i\u0308",\u1E2F:"i\u0308\u0301",\u0129:"i\u0303",\u012B:"i\u0304",\u012D:"i\u0306",\u01D0:"i\u030C",\u00EE:"i\u0302",\u01F0:"j\u030C",\u0135:"j\u0302",\u1E31:"k\u0301",\u01E9:"k\u030C",\u0137:"k\u0327",\u013A:"l\u0301",\u013E:"l\u030C",\u013C:"l\u0327",\u1E3F:"m\u0301",\u1E41:"m\u0307",\u0144:"n\u0301",\u01F9:"n\u0300",\u00F1:"n\u0303",\u0148:"n\u030C",\u1E45:"n\u0307",\u0146:"n\u0327",\u00F3:"o\u0301",\u00F2:"o\u0300",\u00F6:"o\u0308",\u022B:"o\u0308\u0304",\u00F5:"o\u0303",\u1E4D:"o\u0303\u0301",\u1E4F:"o\u0303\u0308",\u022D:"o\u0303\u0304",\u014D:"o\u0304",\u1E53:"o\u0304\u0301",\u1E51:"o\u0304\u0300",\u014F:"o\u0306",\u01D2:"o\u030C",\u00F4:"o\u0302",\u1ED1:"o\u0302\u0301",\u1ED3:"o\u0302\u0300",\u1ED7:"o\u0302\u0303",\u022F:"o\u0307",\u0231:"o\u0307\u0304",\u0151:"o\u030B",\u1E55:"p\u0301",\u1E57:"p\u0307",\u0155:"r\u0301",\u0159:"r\u030C",\u1E59:"r\u0307",\u0157:"r\u0327",\u015B:"s\u0301",\u1E65:"s\u0301\u0307",\u0161:"s\u030C",\u1E67:"s\u030C\u0307",\u015D:"s\u0302",\u1E61:"s\u0307",\u015F:"s\u0327",\u1E97:"t\u0308",\u0165:"t\u030C",\u1E6B:"t\u0307",\u0163:"t\u0327",\u00FA:"u\u0301",\u00F9:"u\u0300",\u00FC:"u\u0308",\u01D8:"u\u0308\u0301",\u01DC:"u\u0308\u0300",\u01D6:"u\u0308\u0304",\u01DA:"u\u0308\u030C",\u0169:"u\u0303",\u1E79:"u\u0303\u0301",\u016B:"u\u0304",\u1E7B:"u\u0304\u0308",\u016D:"u\u0306",\u01D4:"u\u030C",\u00FB:"u\u0302",\u016F:"u\u030A",\u0171:"u\u030B",\u1E7D:"v\u0303",\u1E83:"w\u0301",\u1E81:"w\u0300",\u1E85:"w\u0308",\u0175:"w\u0302",\u1E87:"w\u0307",\u1E98:"w\u030A",\u1E8D:"x\u0308",\u1E8B:"x\u0307",\u00FD:"y\u0301",\u1EF3:"y\u0300",\u00FF:"y\u0308",\u1EF9:"y\u0303",\u0233:"y\u0304",\u0177:"y\u0302",\u1E8F:"y\u0307",\u1E99:"y\u030A",\u017A:"z\u0301",\u017E:"z\u030C",\u1E91:"z\u0302",\u017C:"z\u0307",\u00C1:"A\u0301",\u00C0:"A\u0300",\u00C4:"A\u0308",\u01DE:"A\u0308\u0304",\u00C3:"A\u0303",\u0100:"A\u0304",\u0102:"A\u0306",\u1EAE:"A\u0306\u0301",\u1EB0:"A\u0306\u0300",\u1EB4:"A\u0306\u0303",\u01CD:"A\u030C",\u00C2:"A\u0302",\u1EA4:"A\u0302\u0301",\u1EA6:"A\u0302\u0300",\u1EAA:"A\u0302\u0303",\u0226:"A\u0307",\u01E0:"A\u0307\u0304",\u00C5:"A\u030A",\u01FA:"A\u030A\u0301",\u1E02:"B\u0307",\u0106:"C\u0301",\u1E08:"C\u0327\u0301",\u010C:"C\u030C",\u0108:"C\u0302",\u010A:"C\u0307",\u00C7:"C\u0327",\u010E:"D\u030C",\u1E0A:"D\u0307",\u1E10:"D\u0327",\u00C9:"E\u0301",\u00C8:"E\u0300",\u00CB:"E\u0308",\u1EBC:"E\u0303",\u0112:"E\u0304",\u1E16:"E\u0304\u0301",\u1E14:"E\u0304\u0300",\u0114:"E\u0306",\u1E1C:"E\u0327\u0306",\u011A:"E\u030C",\u00CA:"E\u0302",\u1EBE:"E\u0302\u0301",\u1EC0:"E\u0302\u0300",\u1EC4:"E\u0302\u0303",\u0116:"E\u0307",\u0228:"E\u0327",\u1E1E:"F\u0307",\u01F4:"G\u0301",\u1E20:"G\u0304",\u011E:"G\u0306",\u01E6:"G\u030C",\u011C:"G\u0302",\u0120:"G\u0307",\u0122:"G\u0327",\u1E26:"H\u0308",\u021E:"H\u030C",\u0124:"H\u0302",\u1E22:"H\u0307",\u1E28:"H\u0327",\u00CD:"I\u0301",\u00CC:"I\u0300",\u00CF:"I\u0308",\u1E2E:"I\u0308\u0301",\u0128:"I\u0303",\u012A:"I\u0304",\u012C:"I\u0306",\u01CF:"I\u030C",\u00CE:"I\u0302",\u0130:"I\u0307",\u0134:"J\u0302",\u1E30:"K\u0301",\u01E8:"K\u030C",\u0136:"K\u0327",\u0139:"L\u0301",\u013D:"L\u030C",\u013B:"L\u0327",\u1E3E:"M\u0301",\u1E40:"M\u0307",\u0143:"N\u0301",\u01F8:"N\u0300",\u00D1:"N\u0303",\u0147:"N\u030C",\u1E44:"N\u0307",\u0145:"N\u0327",\u00D3:"O\u0301",\u00D2:"O\u0300",\u00D6:"O\u0308",\u022A:"O\u0308\u0304",\u00D5:"O\u0303",\u1E4C:"O\u0303\u0301",\u1E4E:"O\u0303\u0308",\u022C:"O\u0303\u0304",\u014C:"O\u0304",\u1E52:"O\u0304\u0301",\u1E50:"O\u0304\u0300",\u014E:"O\u0306",\u01D1:"O\u030C",\u00D4:"O\u0302",\u1ED0:"O\u0302\u0301",\u1ED2:"O\u0302\u0300",\u1ED6:"O\u0302\u0303",\u022E:"O\u0307",\u0230:"O\u0307\u0304",\u0150:"O\u030B",\u1E54:"P\u0301",\u1E56:"P\u0307",\u0154:"R\u0301",\u0158:"R\u030C",\u1E58:"R\u0307",\u0156:"R\u0327",\u015A:"S\u0301",\u1E64:"S\u0301\u0307",\u0160:"S\u030C",\u1E66:"S\u030C\u0307",\u015C:"S\u0302",\u1E60:"S\u0307",\u015E:"S\u0327",\u0164:"T\u030C",\u1E6A:"T\u0307",\u0162:"T\u0327",\u00DA:"U\u0301",\u00D9:"U\u0300",\u00DC:"U\u0308",\u01D7:"U\u0308\u0301",\u01DB:"U\u0308\u0300",\u01D5:"U\u0308\u0304",\u01D9:"U\u0308\u030C",\u0168:"U\u0303",\u1E78:"U\u0303\u0301",\u016A:"U\u0304",\u1E7A:"U\u0304\u0308",\u016C:"U\u0306",\u01D3:"U\u030C",\u00DB:"U\u0302",\u016E:"U\u030A",\u0170:"U\u030B",\u1E7C:"V\u0303",\u1E82:"W\u0301",\u1E80:"W\u0300",\u1E84:"W\u0308",\u0174:"W\u0302",\u1E86:"W\u0307",\u1E8C:"X\u0308",\u1E8A:"X\u0307",\u00DD:"Y\u0301",\u1EF2:"Y\u0300",\u0178:"Y\u0308",\u1EF8:"Y\u0303",\u0232:"Y\u0304",\u0176:"Y\u0302",\u1E8E:"Y\u0307",\u0179:"Z\u0301",\u017D:"Z\u030C",\u1E90:"Z\u0302",\u017B:"Z\u0307",\u03AC:"\u03B1\u0301",\u1F70:"\u03B1\u0300",\u1FB1:"\u03B1\u0304",\u1FB0:"\u03B1\u0306",\u03AD:"\u03B5\u0301",\u1F72:"\u03B5\u0300",\u03AE:"\u03B7\u0301",\u1F74:"\u03B7\u0300",\u03AF:"\u03B9\u0301",\u1F76:"\u03B9\u0300",\u03CA:"\u03B9\u0308",\u0390:"\u03B9\u0308\u0301",\u1FD2:"\u03B9\u0308\u0300",\u1FD1:"\u03B9\u0304",\u1FD0:"\u03B9\u0306",\u03CC:"\u03BF\u0301",\u1F78:"\u03BF\u0300",\u03CD:"\u03C5\u0301",\u1F7A:"\u03C5\u0300",\u03CB:"\u03C5\u0308",\u03B0:"\u03C5\u0308\u0301",\u1FE2:"\u03C5\u0308\u0300",\u1FE1:"\u03C5\u0304",\u1FE0:"\u03C5\u0306",\u03CE:"\u03C9\u0301",\u1F7C:"\u03C9\u0300",\u038E:"\u03A5\u0301",\u1FEA:"\u03A5\u0300",\u03AB:"\u03A5\u0308",\u1FE9:"\u03A5\u0304",\u1FE8:"\u03A5\u0306",\u038F:"\u03A9\u0301",\u1FFA:"\u03A9\u0300"};class di{constructor(t,n){this.mode=void 0,this.gullet=void 0,this.settings=void 0,this.leftrightDepth=void 0,this.nextToken=void 0,this.mode="math",this.gullet=new q4(t,n,this.mode),this.settings=n,this.leftrightDepth=0}expect(t,n){if(n===void 0&&(n=!0),this.fetch().text!==t)throw new q("Expected '"+t+"', got '"+this.fetch().text+"'",this.fetch());n&&this.consume()}consume(){this.nextToken=null}fetch(){return this.nextToken==null&&(this.nextToken=this.gullet.expandNextToken()),this.nextToken}switchMode(t){this.mode=t,this.gullet.switchMode(t)}parse(){this.settings.globalGroup||this.gullet.beginGroup(),this.settings.colorIsTextColor&&this.gullet.macros.set("\\color","\\textcolor");try{var t=this.parseExpression(!1);return this.expect("EOF"),this.settings.globalGroup||this.gullet.endGroup(),t}finally{this.gullet.endGroups()}}subparse(t){var n=this.nextToken;this.consume(),this.gullet.pushToken(new jt("}")),this.gullet.pushTokens(t);var r=this.parseExpression(!1);return this.expect("}"),this.nextToken=n,r}parseExpression(t,n){for(var r=[];;){this.mode==="math"&&this.consumeSpaces();var i=this.fetch();if(di.endOfExpression.indexOf(i.text)!==-1||n&&i.text===n||t&&Qn[i.text]&&Qn[i.text].infix)break;var u=this.parseAtom(n);if(u){if(u.type==="internal")continue}else break;r.push(u)}return this.mode==="text"&&this.formLigatures(r),this.handleInfixNodes(r)}handleInfixNodes(t){for(var n=-1,r,i=0;i<t.length;i++)if(t[i].type==="infix"){if(n!==-1)throw new q("only one infix operator per group",t[i].token);n=i,r=t[i].replaceWith}if(n!==-1&&r){var u,a,l=t.slice(0,n),s=t.slice(n+1);l.length===1&&l[0].type==="ordgroup"?u=l[0]:u={type:"ordgroup",mode:this.mode,body:l},s.length===1&&s[0].type==="ordgroup"?a=s[0]:a={type:"ordgroup",mode:this.mode,body:s};var o;return r==="\\\\abovefrac"?o=this.callFunction(r,[u,t[n],a],[]):o=this.callFunction(r,[u,a],[]),[o]}else return t}handleSupSubscript(t){var n=this.fetch(),r=n.text;this.consume(),this.consumeSpaces();var i;do{var u;i=this.parseGroup(t)}while(((u=i)==null?void 0:u.type)==="internal");if(!i)throw new q("Expected group after '"+r+"'",n);return i}formatUnsupportedCmd(t){for(var n=[],r=0;r<t.length;r++)n.push({type:"textord",mode:"text",text:t[r]});var i={type:"text",mode:this.mode,body:n},u={type:"color",mode:this.mode,color:this.settings.errorColor,body:[i]};return u}parseAtom(t){var n=this.parseGroup("atom",t);if((n==null?void 0:n.type)==="internal"||this.mode==="text")return n;for(var r,i;;){this.consumeSpaces();var u=this.fetch();if(u.text==="\\limits"||u.text==="\\nolimits"){if(n&&n.type==="op"){var a=u.text==="\\limits";n.limits=a,n.alwaysHandleSupSub=!0}else if(n&&n.type==="operatorname")n.alwaysHandleSupSub&&(n.limits=u.text==="\\limits");else throw new q("Limit controls must follow a math operator",u);this.consume()}else if(u.text==="^"){if(r)throw new q("Double superscript",u);r=this.handleSupSubscript("superscript")}else if(u.text==="_"){if(i)throw new q("Double subscript",u);i=this.handleSupSubscript("subscript")}else if(u.text==="'"){if(r)throw new q("Double superscript",u);var l={type:"textord",mode:this.mode,text:"\\prime"},s=[l];for(this.consume();this.fetch().text==="'";)s.push(l),this.consume();this.fetch().text==="^"&&s.push(this.handleSupSubscript("superscript")),r={type:"ordgroup",mode:this.mode,body:s}}else if(ci[u.text]){var o=lo.test(u.text),d=[];for(d.push(new jt(ci[u.text])),this.consume();;){var h=this.fetch().text;if(!ci[h]||lo.test(h)!==o)break;d.unshift(new jt(ci[h])),this.consume()}var p=this.subparse(d);o?i={type:"ordgroup",mode:"math",body:p}:r={type:"ordgroup",mode:"math",body:p}}else break}return r||i?{type:"supsub",mode:this.mode,base:n,sup:r,sub:i}:n}parseFunction(t,n){var r=this.fetch(),i=r.text,u=Qn[i];if(!u)return null;if(this.consume(),n&&n!=="atom"&&!u.allowedInArgument)throw new q("Got function '"+i+"' with no arguments"+(n?" as "+n:""),r);if(this.mode==="text"&&!u.allowedInText)throw new q("Can't use function '"+i+"' in text mode",r);if(this.mode==="math"&&u.allowedInMath===!1)throw new q("Can't use function '"+i+"' in math mode",r);var{args:a,optArgs:l}=this.parseArguments(i,u);return this.callFunction(i,a,l,r,t)}callFunction(t,n,r,i,u){var a={funcName:t,parser:this,token:i,breakOnTokenText:u},l=Qn[t];if(l&&l.handler)return l.handler(a,n,r);throw new q("No function handler for "+t)}parseArguments(t,n){var r=n.numArgs+n.numOptionalArgs;if(r===0)return{args:[],optArgs:[]};for(var i=[],u=[],a=0;a<r;a++){var l=n.argTypes&&n.argTypes[a],s=a<n.numOptionalArgs;(n.primitive&&l==null||n.type==="sqrt"&&a===1&&u[0]==null)&&(l="primitive");var o=this.parseGroupOfType("argument to '"+t+"'",l,s);if(s)u.push(o);else if(o!=null)i.push(o);else throw new q("Null argument, please report this as a bug")}return{args:i,optArgs:u}}parseGroupOfType(t,n,r){switch(n){case"color":return this.parseColorGroup(r);case"size":return this.parseSizeGroup(r);case"url":return this.parseUrlGroup(r);case"math":case"text":return this.parseArgumentGroup(r,n);case"hbox":{var i=this.parseArgumentGroup(r,"text");return i!=null?{type:"styling",mode:i.mode,body:[i],style:"text"}:null}case"raw":{var u=this.parseStringGroup("raw",r);return u!=null?{type:"raw",mode:"text",string:u.text}:null}case"primitive":{if(r)throw new q("A primitive argument cannot be optional");var a=this.parseGroup(t);if(a==null)throw new q("Expected group as "+t,this.fetch());return a}case"original":case null:case void 0:return this.parseArgumentGroup(r);default:throw new q("Unknown group type as "+t,this.fetch())}}consumeSpaces(){for(;this.fetch().text===" ";)this.consume()}parseStringGroup(t,n){var r=this.gullet.scanArgument(n);if(r==null)return null;for(var i="",u;(u=this.fetch()).text!=="EOF";)i+=u.text,this.consume();return this.consume(),r.text=i,r}parseRegexGroup(t,n){for(var r=this.fetch(),i=r,u="",a;(a=this.fetch()).text!=="EOF"&&t.test(u+a.text);)i=a,u+=i.text,this.consume();if(u==="")throw new q("Invalid "+n+": '"+r.text+"'",r);return r.range(i,u)}parseColorGroup(t){var n=this.parseStringGroup("color",t);if(n==null)return null;var r=/^(#[a-f0-9]{3}|#?[a-f0-9]{6}|[a-z]+)$/i.exec(n.text);if(!r)throw new q("Invalid color: '"+n.text+"'",n);var i=r[0];return/^[0-9a-f]{6}$/i.test(i)&&(i="#"+i),{type:"color-token",mode:this.mode,color:i}}parseSizeGroup(t){var n,r=!1;if(this.gullet.consumeSpaces(),!t&&this.gullet.future().text!=="{"?n=this.parseRegexGroup(/^[-+]? *(?:$|\d+|\d+\.\d*|\.\d*) *[a-z]{0,2} *$/,"size"):n=this.parseStringGroup("size",t),!n)return null;!t&&n.text.length===0&&(n.text="0pt",r=!0);var i=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(n.text);if(!i)throw new q("Invalid size: '"+n.text+"'",n);var u={number:+(i[1]+i[2]),unit:i[3]};if(!ql(u))throw new q("Invalid unit: '"+u.unit+"'",n);return{type:"size",mode:this.mode,value:u,isBlank:r}}parseUrlGroup(t){this.gullet.lexer.setCatcode("%",13),this.gullet.lexer.setCatcode("~",12);var n=this.parseStringGroup("url",t);if(this.gullet.lexer.setCatcode("%",14),this.gullet.lexer.setCatcode("~",13),n==null)return null;var r=n.text.replace(/\\([#$%&~_^{}])/g,"$1");return{type:"url",mode:this.mode,url:r}}parseArgumentGroup(t,n){var r=this.gullet.scanArgument(t);if(r==null)return null;var i=this.mode;n&&this.switchMode(n),this.gullet.beginGroup();var u=this.parseExpression(!1,"EOF");this.expect("EOF"),this.gullet.endGroup();var a={type:"ordgroup",mode:this.mode,loc:r.loc,body:u};return n&&this.switchMode(i),a}parseGroup(t,n){var r=this.fetch(),i=r.text,u;if(i==="{"||i==="\\begingroup"){this.consume();var a=i==="{"?"}":"\\endgroup";this.gullet.beginGroup();var l=this.parseExpression(!1,a),s=this.fetch();this.expect(a),this.gullet.endGroup(),u={type:"ordgroup",mode:this.mode,loc:Wt.range(r,s),body:l,semisimple:i==="\\begingroup"||void 0}}else if(u=this.parseFunction(n,t)||this.parseSymbol(),u==null&&i[0]==="\\"&&!ao.hasOwnProperty(i)){if(this.settings.throwOnError)throw new q("Undefined control sequence: "+i,r);u=this.formatUnsupportedCmd(i),this.consume()}return u}formLigatures(t){for(var n=t.length-1,r=0;r<n;++r){var i=t[r],u=i.text;u==="-"&&t[r+1].text==="-"&&(r+1<n&&t[r+2].text==="-"?(t.splice(r,3,{type:"textord",mode:"text",loc:Wt.range(i,t[r+2]),text:"---"}),n-=2):(t.splice(r,2,{type:"textord",mode:"text",loc:Wt.range(i,t[r+1]),text:"--"}),n-=1)),(u==="'"||u==="`")&&t[r+1].text===u&&(t.splice(r,2,{type:"textord",mode:"text",loc:Wt.range(i,t[r+1]),text:u+u}),n-=1)}}parseSymbol(){var t=this.fetch(),n=t.text;if(/^\\verb[^a-zA-Z]/.test(n)){this.consume();var r=n.slice(5),i=r.charAt(0)==="*";if(i&&(r=r.slice(1)),r.length<2||r.charAt(0)!==r.slice(-1))throw new q("\\verb assertion failed --\n please report what input caused this bug");return r=r.slice(1,-1),{type:"verb",mode:"text",body:r,star:i}}so.hasOwnProperty(n[0])&&!it[this.mode][n[0]]&&(this.settings.strict&&this.mode==="math"&&this.settings.reportNonstrict("unicodeTextInMathMode",'Accented Unicode text character "'+n[0]+'" used in math mode',t),n=so[n[0]]+n.slice(1));var u=z4.exec(n);u&&(n=n.substring(0,u.index),n==="i"?n="\u0131":n==="j"&&(n="\u0237"));var a;if(it[this.mode][n]){this.settings.strict&&this.mode==="math"&&Au.indexOf(n)>=0&&this.settings.reportNonstrict("unicodeTextInMathMode",'Latin-1/Unicode text character "'+n[0]+'" used in math mode',t);var l=it[this.mode][n].group,s=Wt.range(t),o;if(_m.hasOwnProperty(l)){var d=l;o={type:"atom",mode:this.mode,family:d,loc:s,text:n}}else o={type:l,mode:this.mode,loc:s,text:n};a=o}else if(n.charCodeAt(0)>=128)this.settings.strict&&(Ll(n.charCodeAt(0))?this.mode==="math"&&this.settings.reportNonstrict("unicodeTextInMathMode",'Unicode text character "'+n[0]+'" used in math mode',t):this.settings.reportNonstrict("unknownSymbol",'Unrecognized Unicode character "'+n[0]+'"'+(" ("+n.charCodeAt(0)+")"),t)),a={type:"textord",mode:"text",loc:Wt.range(t),text:n};else return null;if(this.consume(),u)for(var h=0;h<u[0].length;h++){var p=u[0][h];if(!Zu[p])throw new q("Unknown accent ' "+p+"'",t);var f=Zu[p][this.mode]||Zu[p].text;if(!f)throw new q("Accent "+p+" unsupported in "+this.mode+" mode",t);a={type:"accent",mode:this.mode,loc:Wt.range(t),label:f,isStretchy:!1,isShifty:!0,base:a}}return a}}di.endOfExpression=["}","\\endgroup","\\end","\\right","&"];var Xu=function(t,n){if(!(typeof t=="string"||t instanceof String))throw new TypeError("KaTeX can only parse string typed expression");var r=new di(t,n);delete r.gullet.macros.current["\\df@tag"];var i=r.parse();if(delete r.gullet.macros.current["\\current@color"],delete r.gullet.macros.current["\\color"],r.gullet.macros.get("\\df@tag")){if(!n.displayMode)throw new q("\\tag works only in display equations");i=[{type:"tag",mode:"text",body:i,tag:r.subparse([new jt("\\df@tag")])}]}return i},oo=function(t,n,r){n.textContent="";var i=Qu(t,r).toNode();n.appendChild(i)};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."),oo=function(){throw new q("KaTeX doesn't work in quirks mode.")});var G4=function(t,n){var r=Qu(t,n).toMarkup();return r},$4=function(t,n){var r=new su(n);return Xu(t,r)},co=function(t,n,r){if(r.throwOnError||!(t instanceof q))throw t;var i=T.makeSpan(["katex-error"],[new en(n)]);return i.setAttribute("title",t.toString()),i.setAttribute("style","color:"+r.errorColor),i},Qu=function(t,n){var r=new su(n);try{var i=Xu(t,r);return Jm(i,t,r)}catch(u){return co(u,t,r)}},K4=function(t,n){var r=new su(n);try{var i=Xu(t,r);return e4(i,t,r)}catch(u){return co(u,t,r)}},V4="0.16.22",W4={Span:e0,Anchor:fu,SymbolNode:en,SvgNode:_n,PathNode:Wn,LineNode:pu},ho={version:V4,render:oo,renderToString:G4,ParseError:q,SETTINGS_SCHEMA:G0,__parse:$4,__renderToDomTree:Qu,__renderToHTMLTree:K4,__setFontMetrics:Dm,__defineSymbol:c,__defineFunction:Q,__defineMacro:b,__domTree:W4};const ju={html:"http://www.w3.org/1999/xhtml",mathml:"http://www.w3.org/1998/Math/MathML",svg:"http://www.w3.org/2000/svg",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"},mo=/[#.]/g;function Y4(e,t){const n=e||"",r={};let i=0,u,a;for(;i<n.length;){mo.lastIndex=i;const l=mo.exec(n),s=n.slice(i,l?l.index:n.length);s&&(u?u==="#"?r.id=s:Array.isArray(r.className)?r.className.push(s):r.className=[s]:a=s,i+=s.length),l&&(u=l[0],i++)}return{type:"element",tagName:a||t||"div",properties:r,children:[]}}const Z4=new Set(["menu","submit","reset","button"]),Ju={}.hasOwnProperty;function fo(e,t,n){const r=n&&J4(n);return function(u,a){let l=-1,s;for(var o=arguments.length,d=new Array(o>2?o-2:0),h=2;h<o;h++)d[h-2]=arguments[h];if(u==null)s={type:"root",children:[]},d.unshift(a);else if(s=Y4(u,t),s.tagName=s.tagName.toLowerCase(),r&&Ju.call(r,s.tagName)&&(s.tagName=r[s.tagName]),X4(a,s.tagName)){let p;for(p in a)Ju.call(a,p)&&Q4(e,s.properties,p,a[p])}else d.unshift(a);for(;++l<d.length;)ea(s.children,d[l]);return s.type==="element"&&s.tagName==="template"&&(s.content={type:"root",children:s.children},s.children=[]),s}}function X4(e,t){return e==null||typeof e!="object"||Array.isArray(e)?!1:t==="input"||!e.type||typeof e.type!="string"?!0:"children"in e&&Array.isArray(e.children)?!1:t==="button"?Z4.has(e.type.toLowerCase()):!("value"in e)}function Q4(e,t,n,r){const i=qa(e,n);let u=-1,a;if(r!=null){if(typeof r=="number"){if(Number.isNaN(r))return;a=r}else typeof r=="boolean"?a=r:typeof r=="string"?i.spaceSeparated?a=$a(r):i.commaSeparated?a=Ka(r):i.commaOrSpaceSeparated?a=$a(Ka(r).join(" ")):a=po(i,i.property,r):Array.isArray(r)?a=r.concat():a=i.property==="style"?j4(r):String(r);if(Array.isArray(a)){const l=[];for(;++u<a.length;)l[u]=po(i,i.property,a[u]);a=l}i.property==="className"&&Array.isArray(t.className)&&(a=t.className.concat(a)),t[i.property]=a}}function ea(e,t){let n=-1;if(t!=null)if(typeof t=="string"||typeof t=="number")e.push({type:"text",value:String(t)});else if(Array.isArray(t))for(;++n<t.length;)ea(e,t[n]);else if(typeof t=="object"&&"type"in t)t.type==="root"?ea(e,t.children):e.push(t);else throw new Error("Expected node, nodes, or string, got `"+t+"`")}function po(e,t,n){if(typeof n=="string"){if(e.number&&n&&!Number.isNaN(Number(n)))return Number(n);if((e.boolean||e.overloadedBoolean)&&(n===""||Xr(n)===Xr(t)))return!0}return n}function j4(e){const t=[];let n;for(n in e)Ju.call(e,n)&&t.push([n,e[n]].join(": "));return t.join("; ")}function J4(e){const t={};let n=-1;for(;++n<e.length;)t[e[n].toLowerCase()]=e[n];return t}const e2=fo(Ua,"g",["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","solidColor","textArea","textPath"]),t2=fo(Pa,"div");function n2(e,t){return(e?go(e,t||{}):void 0)||{type:"root",children:[]}}function go(e,t){const n=r2(e,t);return n&&t.afterTransform&&t.afterTransform(e,n),n}function r2(e,t){switch(e.nodeType){case 1:return l2(e,t);case 3:return u2(e);case 8:return a2(e);case 9:return bo(e,t);case 10:return i2();case 11:return bo(e,t);default:return}}function bo(e,t){return{type:"root",children:Eo(e,t)}}function i2(){return{type:"doctype"}}function u2(e){return{type:"text",value:e.nodeValue||""}}function a2(e){return{type:"comment",value:e.nodeValue||""}}function l2(e,t){const n=e.namespaceURI,r=n===ju.svg?e2:t2,i=n===ju.html?e.tagName.toLowerCase():e.tagName,u=n===ju.html&&i==="template"?e.content:e,a=e.getAttributeNames(),l={};let s=-1;for(;++s<a.length;)l[a[s]]=e.getAttribute(a[s])||"";return r(i,l,Eo(u,t))}function Eo(e,t){const n=e.childNodes,r=[];let i=-1;for(;++i<n.length;){const u=go(n[i],t);u!==void 0&&r.push(u)}return r}const s2=new DOMParser;function o2(e,t){const n=t!=null&&t.fragment?c2(e):s2.parseFromString(e,"text/html");return n2(n)}function c2(e){const t=document.createElement("template");return t.innerHTML=e,t.content}const Ao=Object.assign,d2="rehype-katex";function h2(e){const t=e||{},n=t.throwOnError||!1;return(r,i)=>{Yr(r,"element",u=>{const a=u.properties&&Array.isArray(u.properties.className)?u.properties.className:[],l=a.includes("math-inline"),s=a.includes("math-display");if(!l&&!s)return;const o=uu(u,{whitespace:"pre"});let d;try{d=ho.renderToString(o,Ao({},t,{displayMode:s,throwOnError:!0}))}catch(p){const f=p,E=n?"fail":"message",A=[d2,f.name.toLowerCase()].join(":");if(i[E](f.message,u.position,A),f.name!=="ParseError"){u.children=[{type:"element",tagName:"span",properties:{className:["katex-error"],title:String(f),style:"color:"+(t.errorColor||"#cc0000")},children:[{type:"text",value:o}]}];return}d=ho.renderToString(o,Ao({},t,{displayMode:s,throwOnError:!1,strict:"ignore"}))}const h=o2(d,{fragment:!0});u.children=h.children})}}const m2={tokenize:A2,partial:!0},yo={tokenize:y2,partial:!0},vo={tokenize:v2,partial:!0},Do={tokenize:D2,partial:!0},f2={tokenize:C2,partial:!0},Co={tokenize:b2,previous:xo},wo={tokenize:E2,previous:Fo},In={tokenize:g2,previous:Bo},vn={},p2={text:vn};let or=48;for(;or<123;)vn[or]=In,or++,or===58?or=65:or===91&&(or=97);vn[43]=In,vn[45]=In,vn[46]=In,vn[95]=In,vn[72]=[In,wo],vn[104]=[In,wo],vn[87]=[In,Co],vn[119]=[In,Co];function g2(e,t,n){const r=this;let i,u;return a;function a(h){return!ta(h)||!Bo.call(r,r.previous)||na(r.events)?n(h):(e.enter("literalAutolink"),e.enter("literalAutolinkEmail"),l(h))}function l(h){return ta(h)?(e.consume(h),l):h===64?(e.consume(h),s):n(h)}function s(h){return h===46?e.check(f2,d,o)(h):h===45||h===95||xt(h)?(u=!0,e.consume(h),s):d(h)}function o(h){return e.consume(h),i=!0,s}function d(h){return u&&i&&At(r.previous)?(e.exit("literalAutolinkEmail"),e.exit("literalAutolink"),t(h)):n(h)}}function b2(e,t,n){const r=this;return i;function i(a){return a!==87&&a!==119||!xo.call(r,r.previous)||na(r.events)?n(a):(e.enter("literalAutolink"),e.enter("literalAutolinkWww"),e.check(m2,e.attempt(yo,e.attempt(vo,u),n),n)(a))}function u(a){return e.exit("literalAutolinkWww"),e.exit("literalAutolink"),t(a)}}function E2(e,t,n){const r=this;let i="",u=!1;return a;function a(h){return(h===72||h===104)&&Fo.call(r,r.previous)&&!na(r.events)?(e.enter("literalAutolink"),e.enter("literalAutolinkHttp"),i+=String.fromCodePoint(h),e.consume(h),l):n(h)}function l(h){if(At(h)&&i.length<5)return i+=String.fromCodePoint(h),e.consume(h),l;if(h===58){const p=i.toLowerCase();if(p==="http"||p==="https")return e.consume(h),s}return n(h)}function s(h){return h===47?(e.consume(h),u?o:(u=!0,s)):n(h)}function o(h){return h===null||gr(h)||Ze(h)||nn(h)||br(h)?n(h):e.attempt(yo,e.attempt(vo,d),n)(h)}function d(h){return e.exit("literalAutolinkHttp"),e.exit("literalAutolink"),t(h)}}function A2(e,t,n){let r=0;return i;function i(a){return(a===87||a===119)&&r<3?(r++,e.consume(a),i):a===46&&r===3?(e.consume(a),u):n(a)}function u(a){return a===null?n(a):t(a)}}function y2(e,t,n){let r,i,u;return a;function a(o){return o===46||o===95?e.check(Do,s,l)(o):o===null||Ze(o)||nn(o)||o!==45&&br(o)?s(o):(u=!0,e.consume(o),a)}function l(o){return o===95?r=!0:(i=r,r=void 0),e.consume(o),a}function s(o){return i||r||!u?n(o):t(o)}}function v2(e,t){let n=0,r=0;return i;function i(a){return a===40?(n++,e.consume(a),i):a===41&&r<n?u(a):a===33||a===34||a===38||a===39||a===41||a===42||a===44||a===46||a===58||a===59||a===60||a===63||a===93||a===95||a===126?e.check(Do,t,u)(a):a===null||Ze(a)||nn(a)?t(a):(e.consume(a),i)}function u(a){return a===41&&r++,e.consume(a),i}}function D2(e,t,n){return r;function r(l){return l===33||l===34||l===39||l===41||l===42||l===44||l===46||l===58||l===59||l===63||l===95||l===126?(e.consume(l),r):l===38?(e.consume(l),u):l===93?(e.consume(l),i):l===60||l===null||Ze(l)||nn(l)?t(l):n(l)}function i(l){return l===null||l===40||l===91||Ze(l)||nn(l)?t(l):r(l)}function u(l){return At(l)?a(l):n(l)}function a(l){return l===59?(e.consume(l),r):At(l)?(e.consume(l),a):n(l)}}function C2(e,t,n){return r;function r(u){return e.consume(u),i}function i(u){return xt(u)?n(u):t(u)}}function xo(e){return e===null||e===40||e===42||e===95||e===91||e===93||e===126||Ze(e)}function Fo(e){return!At(e)}function Bo(e){return!(e===47||ta(e))}function ta(e){return e===43||e===45||e===46||e===95||xt(e)}function na(e){let t=e.length,n=!1;for(;t--;){const r=e[t][1];if((r.type==="labelLink"||r.type==="labelImage")&&!r._balanced){n=!0;break}if(r._gfmAutolinkLiteralWalkedInto){n=!1;break}}return e.length>0&&!n&&(e[e.length-1][1]._gfmAutolinkLiteralWalkedInto=!0),n}const w2={tokenize:N2,partial:!0};function x2(){return{document:{91:{tokenize:S2,continuation:{tokenize:_2},exit:T2}},text:{91:{tokenize:k2},93:{add:"after",tokenize:F2,resolveTo:B2}}}}function F2(e,t,n){const r=this;let i=r.events.length;const u=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]);let a;for(;i--;){const s=r.events[i][1];if(s.type==="labelImage"){a=s;break}if(s.type==="gfmFootnoteCall"||s.type==="labelLink"||s.type==="label"||s.type==="image"||s.type==="link")break}return l;function l(s){if(!a||!a._balanced)return n(s);const o=dt(r.sliceSerialize({start:a.end,end:r.now()}));return o.codePointAt(0)!==94||!u.includes(o.slice(1))?n(s):(e.enter("gfmFootnoteCallLabelMarker"),e.consume(s),e.exit("gfmFootnoteCallLabelMarker"),t(s))}}function B2(e,t){let n=e.length,r;for(;n--;)if(e[n][1].type==="labelImage"&&e[n][0]==="enter"){r=e[n][1];break}e[n+1][1].type="data",e[n+3][1].type="gfmFootnoteCallLabelMarker";const i={type:"gfmFootnoteCall",start:Object.assign({},e[n+3][1].start),end:Object.assign({},e[e.length-1][1].end)},u={type:"gfmFootnoteCallMarker",start:Object.assign({},e[n+3][1].end),end:Object.assign({},e[n+3][1].end)};u.end.column++,u.end.offset++,u.end._bufferIndex++;const a={type:"gfmFootnoteCallString",start:Object.assign({},u.end),end:Object.assign({},e[e.length-1][1].start)},l={type:"chunkString",contentType:"string",start:Object.assign({},a.start),end:Object.assign({},a.end)},s=[e[n+1],e[n+2],["enter",i,t],e[n+3],e[n+4],["enter",u,t],["exit",u,t],["enter",a,t],["enter",l,t],["exit",l,t],["exit",a,t],e[e.length-2],e[e.length-1],["exit",i,t]];return e.splice(n,e.length-n+1,...s),e}function k2(e,t,n){const r=this,i=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]);let u=0,a;return l;function l(h){return e.enter("gfmFootnoteCall"),e.enter("gfmFootnoteCallLabelMarker"),e.consume(h),e.exit("gfmFootnoteCallLabelMarker"),s}function s(h){return h!==94?n(h):(e.enter("gfmFootnoteCallMarker"),e.consume(h),e.exit("gfmFootnoteCallMarker"),e.enter("gfmFootnoteCallString"),e.enter("chunkString").contentType="string",o)}function o(h){if(u>999||h===93&&!a||h===null||h===91||Ze(h))return n(h);if(h===93){e.exit("chunkString");const p=e.exit("gfmFootnoteCallString");return i.includes(dt(r.sliceSerialize(p)))?(e.enter("gfmFootnoteCallLabelMarker"),e.consume(h),e.exit("gfmFootnoteCallLabelMarker"),e.exit("gfmFootnoteCall"),t):n(h)}return Ze(h)||(a=!0),u++,e.consume(h),h===92?d:o}function d(h){return h===91||h===92||h===93?(e.consume(h),u++,o):o(h)}}function S2(e,t,n){const r=this,i=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]);let u,a=0,l;return s;function s(E){return e.enter("gfmFootnoteDefinition")._container=!0,e.enter("gfmFootnoteDefinitionLabel"),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(E),e.exit("gfmFootnoteDefinitionLabelMarker"),o}function o(E){return E===94?(e.enter("gfmFootnoteDefinitionMarker"),e.consume(E),e.exit("gfmFootnoteDefinitionMarker"),e.enter("gfmFootnoteDefinitionLabelString"),e.enter("chunkString").contentType="string",d):n(E)}function d(E){if(a>999||E===93&&!l||E===null||E===91||Ze(E))return n(E);if(E===93){e.exit("chunkString");const A=e.exit("gfmFootnoteDefinitionLabelString");return u=dt(r.sliceSerialize(A)),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(E),e.exit("gfmFootnoteDefinitionLabelMarker"),e.exit("gfmFootnoteDefinitionLabel"),p}return Ze(E)||(l=!0),a++,e.consume(E),E===92?h:d}function h(E){return E===91||E===92||E===93?(e.consume(E),a++,d):d(E)}function p(E){return E===58?(e.enter("definitionMarker"),e.consume(E),e.exit("definitionMarker"),i.includes(u)||i.push(u),Be(e,f,"gfmFootnoteDefinitionWhitespace")):n(E)}function f(E){return t(E)}}function _2(e,t,n){return e.check(he,t,e.attempt(w2,t,n))}function T2(e){e.exit("gfmFootnoteDefinition")}function N2(e,t,n){const r=this;return Be(e,i,"gfmFootnoteDefinitionIndent",5);function i(u){const a=r.events[r.events.length-1];return a&&a[1].type==="gfmFootnoteDefinitionIndent"&&a[2].sliceSerialize(a[1],!0).length===4?t(u):n(u)}}function M2(e){let n=(e||{}).singleTilde;const r={tokenize:u,resolveAll:i};return n==null&&(n=!0),{text:{126:r},insideSpan:{null:[r]},attentionMarkers:{null:[126]}};function i(a,l){let s=-1;for(;++s<a.length;)if(a[s][0]==="enter"&&a[s][1].type==="strikethroughSequenceTemporary"&&a[s][1]._close){let o=s;for(;o--;)if(a[o][0]==="exit"&&a[o][1].type==="strikethroughSequenceTemporary"&&a[o][1]._open&&a[s][1].end.offset-a[s][1].start.offset===a[o][1].end.offset-a[o][1].start.offset){a[s][1].type="strikethroughSequence",a[o][1].type="strikethroughSequence";const d={type:"strikethrough",start:Object.assign({},a[o][1].start),end:Object.assign({},a[s][1].end)},h={type:"strikethroughText",start:Object.assign({},a[o][1].end),end:Object.assign({},a[s][1].start)},p=[["enter",d,l],["enter",a[o][1],l],["exit",a[o][1],l],["enter",h,l]],f=l.parser.constructs.insideSpan.null;f&&Ot(p,p.length,0,xn(f,a.slice(o+1,s),l)),Ot(p,p.length,0,[["exit",h,l],["enter",a[s][1],l],["exit",a[s][1],l],["exit",d,l]]),Ot(a,o-1,s-o+3,p),s=o+p.length-2;break}}for(s=-1;++s<a.length;)a[s][1].type==="strikethroughSequenceTemporary"&&(a[s][1].type="data");return a}function u(a,l,s){const o=this.previous,d=this.events;let h=0;return p;function p(E){return o===126&&d[d.length-1][1].type!=="characterEscape"?s(E):(a.enter("strikethroughSequenceTemporary"),f(E))}function f(E){const A=_0(o);if(E===126)return h>1?s(E):(a.consume(E),h++,f);if(h<2&&!n)return s(E);const y=a.exit("strikethroughSequenceTemporary"),D=_0(E);return y._open=!D||D===2&&!!A,y._close=!A||A===2&&!!D,l(E)}}}class O2{constructor(){this.map=[]}add(t,n,r){R2(this,t,n,r)}consume(t){if(this.map.sort((u,a)=>u[0]-a[0]),this.map.length===0)return;let n=this.map.length;const r=[];for(;n>0;)n-=1,r.push(t.slice(this.map[n][0]+this.map[n][1])),r.push(this.map[n][2]),t.length=this.map[n][0];r.push([...t]),t.length=0;let i=r.pop();for(;i;)t.push(...i),i=r.pop();this.map.length=0}}function R2(e,t,n,r){let i=0;if(!(n===0&&r.length===0)){for(;i<e.map.length;){if(e.map[i][0]===t){e.map[i][1]+=n,e.map[i][2].push(...r);return}i+=1}e.map.push([t,n,r])}}function I2(e,t){let n=!1;const r=[];for(;t<e.length;){const i=e[t];if(n){if(i[0]==="enter")i[1].type==="tableContent"&&r.push(e[t+1][1].type==="tableDelimiterMarker"?"left":"none");else if(i[1].type==="tableContent"){if(e[t-1][1].type==="tableDelimiterMarker"){const u=r.length-1;r[u]=r[u]==="left"?"center":"right"}}else if(i[1].type==="tableDelimiterRow")break}else i[0]==="enter"&&i[1].type==="tableDelimiterRow"&&(n=!0);t+=1}return r}const L2={flow:{null:{tokenize:z2,resolveAll:P2}}};function z2(e,t,n){const r=this;let i=0,u=0,a;return l;function l(N){let le=r.events.length-1;for(;le>-1;){const X=r.events[le][1].type;if(X==="lineEnding"||X==="linePrefix")le--;else break}const ne=le>-1?r.events[le][1].type:null,Y=ne==="tableHead"||ne==="tableRow"?S:s;return Y===S&&r.parser.lazy[r.now().line]?n(N):Y(N)}function s(N){return e.enter("tableHead"),e.enter("tableRow"),o(N)}function o(N){return N===124||(a=!0,u+=1),d(N)}function d(N){return N===null?n(N):ie(N)?u>1?(u=0,r.interrupt=!0,e.exit("tableRow"),e.enter("lineEnding"),e.consume(N),e.exit("lineEnding"),f):n(N):Te(N)?Be(e,d,"whitespace")(N):(u+=1,a&&(a=!1,i+=1),N===124?(e.enter("tableCellDivider"),e.consume(N),e.exit("tableCellDivider"),a=!0,d):(e.enter("data"),h(N)))}function h(N){return N===null||N===124||Ze(N)?(e.exit("data"),d(N)):(e.consume(N),N===92?p:h)}function p(N){return N===92||N===124?(e.consume(N),h):h(N)}function f(N){return r.interrupt=!1,r.parser.lazy[r.now().line]?n(N):(e.enter("tableDelimiterRow"),a=!1,Te(N)?Be(e,E,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(N):E(N))}function E(N){return N===45||N===58?y(N):N===124?(a=!0,e.enter("tableCellDivider"),e.consume(N),e.exit("tableCellDivider"),A):I(N)}function A(N){return Te(N)?Be(e,y,"whitespace")(N):y(N)}function y(N){return N===58?(u+=1,a=!0,e.enter("tableDelimiterMarker"),e.consume(N),e.exit("tableDelimiterMarker"),D):N===45?(u+=1,D(N)):N===null||ie(N)?O(N):I(N)}function D(N){return N===45?(e.enter("tableDelimiterFiller"),k(N)):I(N)}function k(N){return N===45?(e.consume(N),k):N===58?(a=!0,e.exit("tableDelimiterFiller"),e.enter("tableDelimiterMarker"),e.consume(N),e.exit("tableDelimiterMarker"),_):(e.exit("tableDelimiterFiller"),_(N))}function _(N){return Te(N)?Be(e,O,"whitespace")(N):O(N)}function O(N){return N===124?E(N):N===null||ie(N)?!a||i!==u?I(N):(e.exit("tableDelimiterRow"),e.exit("tableHead"),t(N)):I(N)}function I(N){return n(N)}function S(N){return e.enter("tableRow"),L(N)}function L(N){return N===124?(e.enter("tableCellDivider"),e.consume(N),e.exit("tableCellDivider"),L):N===null||ie(N)?(e.exit("tableRow"),t(N)):Te(N)?Be(e,L,"whitespace")(N):(e.enter("data"),z(N))}function z(N){return N===null||N===124||Ze(N)?(e.exit("data"),L(N)):(e.consume(N),N===92?H:z)}function H(N){return N===92||N===124?(e.consume(N),z):z(N)}}function P2(e,t){let n=-1,r=!0,i=0,u=[0,0,0,0],a=[0,0,0,0],l=!1,s=0,o,d,h;const p=new O2;for(;++n<e.length;){const f=e[n],E=f[1];f[0]==="enter"?E.type==="tableHead"?(l=!1,s!==0&&(ko(p,t,s,o,d),d=void 0,s=0),o={type:"table",start:Object.assign({},E.start),end:Object.assign({},E.end)},p.add(n,0,[["enter",o,t]])):E.type==="tableRow"||E.type==="tableDelimiterRow"?(r=!0,h=void 0,u=[0,0,0,0],a=[0,n+1,0,0],l&&(l=!1,d={type:"tableBody",start:Object.assign({},E.start),end:Object.assign({},E.end)},p.add(n,0,[["enter",d,t]])),i=E.type==="tableDelimiterRow"?2:d?3:1):i&&(E.type==="data"||E.type==="tableDelimiterMarker"||E.type==="tableDelimiterFiller")?(r=!1,a[2]===0&&(u[1]!==0&&(a[0]=a[1],h=hi(p,t,u,i,void 0,h),u=[0,0,0,0]),a[2]=n)):E.type==="tableCellDivider"&&(r?r=!1:(u[1]!==0&&(a[0]=a[1],h=hi(p,t,u,i,void 0,h)),u=a,a=[u[1],n,0,0])):E.type==="tableHead"?(l=!0,s=n):E.type==="tableRow"||E.type==="tableDelimiterRow"?(s=n,u[1]!==0?(a[0]=a[1],h=hi(p,t,u,i,n,h)):a[1]!==0&&(h=hi(p,t,a,i,n,h)),i=0):i&&(E.type==="data"||E.type==="tableDelimiterMarker"||E.type==="tableDelimiterFiller")&&(a[3]=n)}for(s!==0&&ko(p,t,s,o,d),p.consume(t.events),n=-1;++n<t.events.length;){const f=t.events[n];f[0]==="enter"&&f[1].type==="table"&&(f[1]._align=I2(t.events,n))}return e}function hi(e,t,n,r,i,u){const a=r===1?"tableHeader":r===2?"tableDelimiter":"tableData",l="tableContent";n[0]!==0&&(u.end=Object.assign({},Nr(t.events,n[0])),e.add(n[0],0,[["exit",u,t]]));const s=Nr(t.events,n[1]);if(u={type:a,start:Object.assign({},s),end:Object.assign({},s)},e.add(n[1],0,[["enter",u,t]]),n[2]!==0){const o=Nr(t.events,n[2]),d=Nr(t.events,n[3]),h={type:l,start:Object.assign({},o),end:Object.assign({},d)};if(e.add(n[2],0,[["enter",h,t]]),r!==2){const p=t.events[n[2]],f=t.events[n[3]];if(p[1].end=Object.assign({},f[1].end),p[1].type="chunkText",p[1].contentType="text",n[3]>n[2]+1){const E=n[2]+1,A=n[3]-n[2]-1;e.add(E,A,[])}}e.add(n[3]+1,0,[["exit",h,t]])}return i!==void 0&&(u.end=Object.assign({},Nr(t.events,i)),e.add(i,0,[["exit",u,t]]),u=void 0),u}function ko(e,t,n,r,i){const u=[],a=Nr(t.events,n);i&&(i.end=Object.assign({},a),u.push(["exit",i,t])),r.end=Object.assign({},a),u.push(["exit",r,t]),e.add(n+1,0,u)}function Nr(e,t){const n=e[t],r=n[0]==="enter"?"start":"end";return n[1][r]}const U2={text:{91:{tokenize:H2}}};function H2(e,t,n){const r=this;return i;function i(s){return r.previous!==null||!r._gfmTasklistFirstContentOfListItem?n(s):(e.enter("taskListCheck"),e.enter("taskListCheckMarker"),e.consume(s),e.exit("taskListCheckMarker"),u)}function u(s){return Ze(s)?(e.enter("taskListCheckValueUnchecked"),e.consume(s),e.exit("taskListCheckValueUnchecked"),a):s===88||s===120?(e.enter("taskListCheckValueChecked"),e.consume(s),e.exit("taskListCheckValueChecked"),a):n(s)}function a(s){return s===93?(e.enter("taskListCheckMarker"),e.consume(s),e.exit("taskListCheckMarker"),e.exit("taskListCheck"),l):n(s)}function l(s){return ie(s)?t(s):Te(s)?e.check({tokenize:q2},t,n)(s):n(s)}}function q2(e,t,n){return Be(e,r,"whitespace");function r(i){return i===null?n(i):t(i)}}function G2(e){return g0([p2,x2(),M2(e),L2,U2])}function up(e){return combineHtmlExtensions([gfmAutolinkLiteralHtml,gfmFootnoteHtml(e),gfmStrikethroughHtml,gfmTableHtml,gfmTagfilterHtml,gfmTaskListItemHtml])}function So(e,t){const n=String(e);if(typeof t!="string")throw new TypeError("Expected character");let r=0,i=n.indexOf(t);for(;i!==-1;)r++,i=n.indexOf(t,i+t.length);return r}const ra="phrasing",ia=["autolink","link","image","label"],$2={transforms:[Q2],enter:{literalAutolink:V2,literalAutolinkEmail:ua,literalAutolinkHttp:ua,literalAutolinkWww:ua},exit:{literalAutolink:X2,literalAutolinkEmail:Z2,literalAutolinkHttp:W2,literalAutolinkWww:Y2}},K2={unsafe:[{character:"@",before:"[+\\-.\\w]",after:"[\\-.\\w]",inConstruct:ra,notInConstruct:ia},{character:".",before:"[Ww]",after:"[\\-.\\w]",inConstruct:ra,notInConstruct:ia},{character:":",before:"[ps]",after:"\\/",inConstruct:ra,notInConstruct:ia}]};function V2(e){this.enter({type:"link",title:null,url:"",children:[]},e)}function ua(e){this.config.enter.autolinkProtocol.call(this,e)}function W2(e){this.config.exit.autolinkProtocol.call(this,e)}function Y2(e){this.config.exit.data.call(this,e);const t=this.stack[this.stack.length-1];t.url="http://"+this.sliceSerialize(e)}function Z2(e){this.config.exit.autolinkEmail.call(this,e)}function X2(e){this.exit(e)}function Q2(e){Ml(e,[[/(https?:\/\/|www(?=\.))([-.\w]+)([^ \t\r\n]*)/gi,j2],[/([-.\w+]+)@([-\w]+(?:\.[-\w]+)+)/g,J2]],{ignore:["link","linkReference"]})}function j2(e,t,n,r,i){let u="";if(!_o(i)||(/^w/i.test(t)&&(n=t+n,t="",u="http://"),!ef(n)))return!1;const a=tf(n+r);if(!a[0])return!1;const l={type:"link",title:null,url:u+t+a[0],children:[{type:"text",value:t+a[0]}]};return a[1]?[l,{type:"text",value:a[1]}]:l}function J2(e,t,n,r){return!_o(r,!0)||/[-\d_]$/.test(n)?!1:{type:"link",title:null,url:"mailto:"+t+"@"+n,children:[{type:"text",value:t+"@"+n}]}}function ef(e){const t=e.split(".");return!(t.length<2||t[t.length-1]&&(/_/.test(t[t.length-1])||!/[a-zA-Z\d]/.test(t[t.length-1]))||t[t.length-2]&&(/_/.test(t[t.length-2])||!/[a-zA-Z\d]/.test(t[t.length-2])))}function tf(e){const t=/[!"&'),.:;<>?\]}]+$/.exec(e);if(!t)return[e,void 0];e=e.slice(0,t.index);let n=t[0],r=n.indexOf(")");const i=So(e,"(");let u=So(e,")");for(;r!==-1&&i>u;)e+=n.slice(0,r+1),n=n.slice(r+1),r=n.indexOf(")"),u++;return[e,n]}function _o(e,t){const n=e.input.charCodeAt(e.index-1);return(e.index===0||nn(n)||br(n))&&(!t||n!==47)}function To(e){return e.label||!e.identifier?e.label||"":ma(e.identifier)}function nf(e,t,n){const r=t.indexStack,i=e.children||[],u=t.createTracker(n),a=[];let l=-1;for(r.push(-1);++l<i.length;){const s=i[l];r[r.length-1]=l,a.push(u.move(t.handle(s,e,t,{before:"\n",after:"\n",...u.current()}))),s.type!=="list"&&(t.bulletLastUsed=void 0),l<i.length-1&&a.push(u.move(rf(s,i[l+1],e,t)))}return r.pop(),a.join("")}function rf(e,t,n,r){let i=r.join.length;for(;i--;){const u=r.join[i](e,t,n,r);if(u===!0||u===1)break;if(typeof u=="number")return"\n".repeat(1+u);if(u===!1)return"\n\n<!---->\n\n"}return"\n\n"}const uf=/\r?\n|\r/g;function af(e,t){const n=[];let r=0,i=0,u;for(;u=uf.exec(e);)a(e.slice(r,u.index)),n.push(u[0]),r=u.index+u[0].length,i++;return a(e.slice(r)),n.join("");function a(l){n.push(t(l,i,!l))}}No.peek=bf;function lf(){return{enter:{gfmFootnoteDefinition:of,gfmFootnoteDefinitionLabelString:cf,gfmFootnoteCall:mf,gfmFootnoteCallString:ff},exit:{gfmFootnoteDefinition:hf,gfmFootnoteDefinitionLabelString:df,gfmFootnoteCall:gf,gfmFootnoteCallString:pf}}}function sf(){return{unsafe:[{character:"[",inConstruct:["phrasing","label","reference"]}],handlers:{footnoteDefinition:Ef,footnoteReference:No}}}function of(e){this.enter({type:"footnoteDefinition",identifier:"",label:"",children:[]},e)}function cf(){this.buffer()}function df(e){const t=this.resume(),n=this.stack[this.stack.length-1];n.label=t,n.identifier=dt(this.sliceSerialize(e)).toLowerCase()}function hf(e){this.exit(e)}function mf(e){this.enter({type:"footnoteReference",identifier:"",label:""},e)}function ff(){this.buffer()}function pf(e){const t=this.resume(),n=this.stack[this.stack.length-1];n.label=t,n.identifier=dt(this.sliceSerialize(e)).toLowerCase()}function gf(e){this.exit(e)}function No(e,t,n,r){const i=Qr(r);let u=i.move("[^");const a=n.enter("footnoteReference"),l=n.enter("reference");return u+=i.move(lu(n,To(e),{...i.current(),before:u,after:"]"})),l(),a(),u+=i.move("]"),u}function bf(){return"["}function Ef(e,t,n,r){const i=Qr(r);let u=i.move("[^");const a=n.enter("footnoteDefinition"),l=n.enter("label");return u+=i.move(lu(n,To(e),{...i.current(),before:u,after:"]"})),l(),u+=i.move("]:"+(e.children&&e.children.length>0?" ":"")),i.shift(4),u+=i.move(af(nf(e,n,i.current()),Af)),a(),u}function Af(e,t,n){return t===0?e:(n?"":" ")+e}function Mo(e,t,n){const r=t.indexStack,i=e.children||[],u=[];let a=-1,l=n.before;r.push(-1);let s=t.createTracker(n);for(;++a<i.length;){const o=i[a];let d;if(r[r.length-1]=a,a+1<i.length){let h=t.handle.handlers[i[a+1].type];h&&h.peek&&(h=h.peek),d=h?h(i[a+1],e,t,{before:"",after:"",...s.current()}).charAt(0):""}else d=n.after;u.length>0&&(l==="\r"||l==="\n")&&o.type==="html"&&(u[u.length-1]=u[u.length-1].replace(/(\r?\n|\r)$/," "),l=" ",s=t.createTracker(n),s.move(u.join(""))),u.push(s.move(t.handle(o,e,t,{...s.current(),before:l,after:d}))),l=u[u.length-1].slice(-1)}return r.pop(),u.join("")}const yf=["autolink","destinationLiteral","destinationRaw","reference","titleQuote","titleApostrophe"];Oo.peek=xf;const vf={canContainEols:["delete"],enter:{strikethrough:Cf},exit:{strikethrough:wf}},Df={unsafe:[{character:"~",inConstruct:"phrasing",notInConstruct:yf}],handlers:{delete:Oo}};function Cf(e){this.enter({type:"delete",children:[]},e)}function wf(e){this.exit(e)}function Oo(e,t,n,r){const i=Qr(r),u=n.enter("strikethrough");let a=i.move("~~");return a+=Mo(e,n,{...i.current(),before:a,after:"~"}),a+=i.move("~~"),u(),a}function xf(){return"~"}Ro.peek=Ff;function Ro(e,t,n){let r=e.value||"",i="`",u=-1;for(;new RegExp("(^|[^`])"+i+"([^`]|$)").test(r);)i+="`";for(/[^ \r\n]/.test(r)&&(/^[ \r\n]/.test(r)&&/[ \r\n]$/.test(r)||/^`|`$/.test(r))&&(r=" "+r+" ");++u<n.unsafe.length;){const a=n.unsafe[u],l=au(a);let s;if(a.atBreak)for(;s=l.exec(r);){let o=s.index;r.charCodeAt(o)===10&&r.charCodeAt(o-1)===13&&o--,r=r.slice(0,o)+" "+r.slice(s.index+1)}}return i+r+i}function Ff(){return"`"}function Bf(e){return e.length}function kf(e,t){const n=t||{},r=(n.align||[]).concat(),i=n.stringLength||Bf,u=[],a=[],l=[],s=[];let o=0,d=-1;for(;++d<e.length;){const A=[],y=[];let D=-1;for(e[d].length>o&&(o=e[d].length);++D<e[d].length;){const k=Sf(e[d][D]);if(n.alignDelimiters!==!1){const _=i(k);y[D]=_,(s[D]===void 0||_>s[D])&&(s[D]=_)}A.push(k)}a[d]=A,l[d]=y}let h=-1;if(typeof r=="object"&&"length"in r)for(;++h<o;)u[h]=Io(r[h]);else{const A=Io(r);for(;++h<o;)u[h]=A}h=-1;const p=[],f=[];for(;++h<o;){const A=u[h];let y="",D="";A===99?(y=":",D=":"):A===108?y=":":A===114&&(D=":");let k=n.alignDelimiters===!1?1:Math.max(1,s[h]-y.length-D.length);const _=y+"-".repeat(k)+D;n.alignDelimiters!==!1&&(k=y.length+k+D.length,k>s[h]&&(s[h]=k),f[h]=k),p[h]=_}a.splice(1,0,p),l.splice(1,0,f),d=-1;const E=[];for(;++d<a.length;){const A=a[d],y=l[d];h=-1;const D=[];for(;++h<o;){const k=A[h]||"";let _="",O="";if(n.alignDelimiters!==!1){const I=s[h]-(y[h]||0),S=u[h];S===114?_=" ".repeat(I):S===99?I%2?(_=" ".repeat(I/2+.5),O=" ".repeat(I/2-.5)):(_=" ".repeat(I/2),O=_):O=" ".repeat(I)}n.delimiterStart!==!1&&!h&&D.push("|"),n.padding!==!1&&!(n.alignDelimiters===!1&&k==="")&&(n.delimiterStart!==!1||h)&&D.push(" "),n.alignDelimiters!==!1&&D.push(_),D.push(k),n.alignDelimiters!==!1&&D.push(O),n.padding!==!1&&D.push(" "),(n.delimiterEnd!==!1||h!==o-1)&&D.push("|")}E.push(n.delimiterEnd===!1?D.join("").replace(/ +$/,""):D.join(""))}return E.join("\n")}function Sf(e){return e==null?"":String(e)}function Io(e){const t=typeof e=="string"?e.codePointAt(0):0;return t===67||t===99?99:t===76||t===108?108:t===82||t===114?114:0}const _f={enter:{table:Tf,tableData:Lo,tableHeader:Lo,tableRow:Mf},exit:{codeText:Of,table:Nf,tableData:aa,tableHeader:aa,tableRow:aa}};function Tf(e){const t=e._align;this.enter({type:"table",align:t.map(n=>n==="none"?null:n),children:[]},e),this.setData("inTable",!0)}function Nf(e){this.exit(e),this.setData("inTable")}function Mf(e){this.enter({type:"tableRow",children:[]},e)}function aa(e){this.exit(e)}function Lo(e){this.enter({type:"tableCell",children:[]},e)}function Of(e){let t=this.resume();this.getData("inTable")&&(t=t.replace(/\\([\\|])/g,Rf));const n=this.stack[this.stack.length-1];n.value=t,this.exit(e)}function Rf(e,t){return t==="|"?t:e}function If(e){const t=e||{},n=t.tableCellPadding,r=t.tablePipeAlign,i=t.stringLength,u=n?" ":"|";return{unsafe:[{character:"\r",inConstruct:"tableCell"},{character:"\n",inConstruct:"tableCell"},{atBreak:!0,character:"|",after:"[ :-]"},{character:"|",inConstruct:"tableCell"},{atBreak:!0,character:":",after:"-"},{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{table:a,tableRow:l,tableCell:s,inlineCode:p}};function a(f,E,A,y){return o(d(f,A,y),f.align)}function l(f,E,A,y){const D=h(f,A,y),k=o([D]);return k.slice(0,k.indexOf("\n"))}function s(f,E,A,y){const D=A.enter("tableCell"),k=A.enter("phrasing"),_=Mo(f,A,{...y,before:u,after:u});return k(),D(),_}function o(f,E){return kf(f,{align:E,alignDelimiters:r,padding:n,stringLength:i})}function d(f,E,A){const y=f.children;let D=-1;const k=[],_=E.enter("table");for(;++D<y.length;)k[D]=h(y[D],E,A);return _(),k}function h(f,E,A){const y=f.children;let D=-1;const k=[],_=E.enter("tableRow");for(;++D<y.length;)k[D]=s(y[D],f,E,A);return _(),k}function p(f,E,A){let y=Ro(f,E,A);return A.stack.includes("tableCell")&&(y=y.replace(/\|/g,"\\$&")),y}}function Lf(e){const t=e.options.bullet||"*";if(t!=="*"&&t!=="+"&&t!=="-")throw new Error("Cannot serialize items with `"+t+"` for `options.bullet`, expected `*`, `+`, or `-`");return t}function zf(e){const t=e.options.listItemIndent||"tab";if(t===1||t==="1")return"one";if(t!=="tab"&&t!=="one"&&t!=="mixed")throw new Error("Cannot serialize items with `"+t+"` for `options.listItemIndent`, expected `tab`, `one`, or `mixed`");return t}function Pf(e,t,n,r){const i=zf(n);let u=n.bulletCurrent||Lf(n);t&&t.type==="list"&&t.ordered&&(u=(typeof t.start=="number"&&t.start>-1?t.start:1)+(n.options.incrementListMarker===!1?0:t.children.indexOf(e))+u);let a=u.length+1;(i==="tab"||i==="mixed"&&(t&&t.type==="list"&&t.spread||e.spread))&&(a=Math.ceil(a/4)*4);const l=n.createTracker(r);l.move(u+" ".repeat(a-u.length)),l.shift(a);const s=n.enter("listItem"),o=n.indentLines(n.containerFlow(e,l.current()),d);return s(),o;function d(h,p,f){return p?(f?"":" ".repeat(a))+h:(f?u:u+" ".repeat(a-u.length))+h}}const Uf={exit:{taskListCheckValueChecked:zo,taskListCheckValueUnchecked:zo,paragraph:qf}},Hf={unsafe:[{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{listItem:Gf}};function zo(e){const t=this.stack[this.stack.length-2];t.checked=e.type==="taskListCheckValueChecked"}function qf(e){const t=this.stack[this.stack.length-2];if(t&&t.type==="listItem"&&typeof t.checked=="boolean"){const n=this.stack[this.stack.length-1],r=n.children[0];if(r&&r.type==="text"){const i=t.children;let u=-1,a;for(;++u<i.length;){const l=i[u];if(l.type==="paragraph"){a=l;break}}a===n&&(r.value=r.value.slice(1),r.value.length===0?n.children.shift():n.position&&r.position&&typeof r.position.start.offset=="number"&&(r.position.start.column++,r.position.start.offset++,n.position.start=Object.assign({},r.position.start)))}}this.exit(e)}function Gf(e,t,n,r){const i=e.children[0],u=typeof e.checked=="boolean"&&i&&i.type==="paragraph",a="["+(e.checked?"x":" ")+"] ",l=Qr(r);u&&l.move(a);let s=Pf(e,t,n,{...r,...l.current()});return u&&(s=s.replace(/^(?:[*+-]|\d+\.)([\r\n]| {1,3})/,o)),s;function o(d){return d+a}}function $f(){return[$2,lf(),vf,_f,Uf]}function Kf(e){return{extensions:[K2,sf(),Df,If(e),Hf]}}function Vf(e){e===void 0&&(e={});const t=this.data();n("micromarkExtensions",G2(e)),n("fromMarkdownExtensions",$f()),n("toMarkdownExtensions",Kf(e));function n(r,i){(t[r]?t[r]:t[r]=[]).push(i)}}},35557:Je=>{(function(){var de;de=Je.exports=qe,de.format=qe,de.vsprintf=wt,typeof console<"u"&&typeof console.log=="function"&&(de.printf=ve);function ve(){console.log(qe.apply(null,arguments))}function wt(Ue,mt){return qe.apply(null,[Ue].concat(mt))}function qe(Ue){for(var mt=1,at=[].slice.call(arguments),Ke=0,bt=Ue.length,ce="",se,ge=!1,Pe,Et,_t=!1,be,Me=function(){return at[mt++]},j=function(){for(var Ye="";/\d/.test(Ue[Ke]);)Ye+=Ue[Ke++],se=Ue[Ke];return Ye.length>0?parseInt(Ye):null};Ke<bt;++Ke)if(se=Ue[Ke],ge)switch(ge=!1,se=="."?(_t=!1,se=Ue[++Ke]):se=="0"&&Ue[Ke+1]=="."?(_t=!0,Ke+=2,se=Ue[Ke]):_t=!0,be=j(),se){case"b":ce+=parseInt(Me(),10).toString(2);break;case"c":Pe=Me(),typeof Pe=="string"||Pe instanceof String?ce+=Pe:ce+=String.fromCharCode(parseInt(Pe,10));break;case"d":ce+=parseInt(Me(),10);break;case"f":Et=String(parseFloat(Me()).toFixed(be||6)),ce+=_t?Et:Et.replace(/^0/,"");break;case"j":ce+=JSON.stringify(Me());break;case"o":ce+="0"+parseInt(Me(),10).toString(8);break;case"s":ce+=Me();break;case"x":ce+="0x"+parseInt(Me(),10).toString(16);break;case"X":ce+="0x"+parseInt(Me(),10).toString(16).toUpperCase();break;default:ce+=se;break}else se==="%"?ge=!0:ce+=se;return ce}})()},49686:(Je,de,ve)=>{var wt=ve(73510);function qe(Ue,mt){var at=null;if(!Ue||typeof Ue!="string")return at;for(var Ke,bt=wt(Ue),ce=typeof mt=="function",se,ge,Pe=0,Et=bt.length;Pe<Et;Pe++)Ke=bt[Pe],se=Ke.property,ge=Ke.value,ce?mt(se,ge,Ke):ge&&(at||(at={}),at[se]=ge);return at}Je.exports=qe,Je.exports.default=qe},55678:(Je,de,ve)=>{"use strict";Je.exports=ve(3586)},69572:Je=>{function de(x){return x instanceof Map?x.clear=x.delete=x.set=function(){throw new Error("map is read-only")}:x instanceof Set&&(x.add=x.clear=x.delete=function(){throw new Error("set is read-only")}),Object.freeze(x),Object.getOwnPropertyNames(x).forEach(M=>{const $=x[M],he=typeof $;(he==="object"||he==="function")&&!Object.isFrozen($)&&de($)}),x}class ve{constructor(M){M.data===void 0&&(M.data={}),this.data=M.data,this.isMatchIgnored=!1}ignoreMatch(){this.isMatchIgnored=!0}}function wt(x){return x.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#x27;")}function qe(x){const M=Object.create(null);for(const Xe in x)M[Xe]=x[Xe];for(var $=arguments.length,he=new Array($>1?$-1:0),Ge=1;Ge<$;Ge++)he[Ge-1]=arguments[Ge];return he.forEach(function(Xe){for(const ee in Xe)M[ee]=Xe[ee]}),M}const Ue="</span>",mt=x=>!!x.scope,at=(x,M)=>{let{prefix:$}=M;if(x.startsWith("language:"))return x.replace("language:","language-");if(x.includes(".")){const he=x.split(".");return[""+$+he.shift(),...he.map((Ge,Xe)=>""+Ge+"_".repeat(Xe+1))].join(" ")}return""+$+x};class Ke{constructor(M,$){this.buffer="",this.classPrefix=$.classPrefix,M.walk(this)}addText(M){this.buffer+=wt(M)}openNode(M){if(!mt(M))return;const $=at(M.scope,{prefix:this.classPrefix});this.span($)}closeNode(M){mt(M)&&(this.buffer+=Ue)}value(){return this.buffer}span(M){this.buffer+='<span class="'+M+'">'}}const bt=function(x){x===void 0&&(x={});const M={children:[]};return Object.assign(M,x),M};class ce{constructor(){this.rootNode=bt(),this.stack=[this.rootNode]}get top(){return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(M){this.top.children.push(M)}openNode(M){const $=bt({scope:M});this.add($),this.stack.push($)}closeNode(){if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){for(;this.closeNode(););}toJSON(){return JSON.stringify(this.rootNode,null,4)}walk(M){return this.constructor._walk(M,this.rootNode)}static _walk(M,$){return typeof $=="string"?M.addText($):$.children&&(M.openNode($),$.children.forEach(he=>this._walk(M,he)),M.closeNode($)),M}static _collapse(M){typeof M!="string"&&M.children&&(M.children.every($=>typeof $=="string")?M.children=[M.children.join("")]:M.children.forEach($=>{ce._collapse($)}))}}class se extends ce{constructor(M){super(),this.options=M}addText(M){M!==""&&this.add(M)}startScope(M){this.openNode(M)}endScope(){this.closeNode()}__addSublanguage(M,$){const he=M.root;$&&(he.scope="language:"+$),this.add(he)}toHTML(){return new Ke(this,this.options).value()}finalize(){return this.closeAllNodes(),!0}}function ge(x){return x?typeof x=="string"?x:x.source:null}function Pe(x){return be("(?=",x,")")}function Et(x){return be("(?:",x,")*")}function _t(x){return be("(?:",x,")?")}function be(){for(var x=arguments.length,M=new Array(x),$=0;$<x;$++)M[$]=arguments[$];return M.map(Ge=>ge(Ge)).join("")}function Me(x){const M=x[x.length-1];return typeof M=="object"&&M.constructor===Object?(x.splice(x.length-1,1),M):{}}function j(){for(var x=arguments.length,M=new Array(x),$=0;$<x;$++)M[$]=arguments[$];return"("+(Me(M).capture?"":"?:")+M.map(Xe=>ge(Xe)).join("|")+")"}function Ye(x){return new RegExp(x.toString()+"|").exec("").length-1}function dr(x,M){const $=x&&x.exec(M);return $&&$.index===0}const hr=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./;function hn(x,M){let{joinWith:$}=M,he=0;return x.map(Ge=>{he+=1;const Xe=he;let ee=ge(Ge),ue="";for(;ee.length>0;){const te=hr.exec(ee);if(!te){ue+=ee;break}ue+=ee.substring(0,te.index),ee=ee.substring(te.index+te[0].length),te[0][0]==="\\"&&te[1]?ue+="\\"+String(Number(te[1])+Xe):(ue+=te[0],te[0]==="("&&he++)}return ue}).map(Ge=>"("+Ge+")").join($)}const Rr=/\b\B/,er="[a-zA-Z]\\w*",Kt="[a-zA-Z_]\\w*",Pn="\\b\\d+(\\.\\d+)?",Dn="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",Cn="\\b(0b[01]+)",mr="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",Ir=function(x){x===void 0&&(x={});const M=/^#![ ]*\//;return x.binary&&(x.begin=be(M,/.*\b/,x.binary,/\b.*/)),qe({scope:"meta",begin:M,end:/$/,relevance:0,"on:begin":($,he)=>{$.index!==0&&he.ignoreMatch()}},x)},Re={begin:"\\\\[\\s\\S]",relevance:0},Fe={scope:"string",begin:"'",end:"'",illegal:"\\n",contains:[Re]},Mt={scope:"string",begin:'"',end:'"',illegal:"\\n",contains:[Re]},tr={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},fr=function(x,M,$){$===void 0&&($={});const he=qe({scope:"comment",begin:x,end:M,contains:[]},$);he.contains.push({scope:"doctag",begin:"[ ]*(?=(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):)",end:/(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):/,excludeBegin:!0,relevance:0});const Ge=j("I","a","is","so","us","to","at","if","in","it","on",/[A-Za-z]+['](d|ve|re|ll|t|s|n)/,/[A-Za-z]+[-][a-z]+/,/[A-Za-z][a-z]{2,}/);return he.contains.push({begin:be(/[ ]+/,"(",Ge,/[.]?[:]?([.][ ]|[ ])/,"){3}")}),he},fi=fr("//","$"),pi=fr("/\\*","\\*/"),c0=fr("#","$"),d0={scope:"number",begin:Pn,relevance:0},h0={scope:"number",begin:Dn,relevance:0},gi={scope:"number",begin:Cn,relevance:0},Lr={begin:/(?=\/[^/\n]*\/)/,contains:[{scope:"regexp",begin:/\//,end:/\/[gimuy]*/,illegal:/\n/,contains:[Re,{begin:/\[/,end:/\]/,relevance:0,contains:[Re]}]}]},zr={scope:"title",begin:er,relevance:0},Pr={scope:"title",begin:Kt,relevance:0},m0={begin:"\\.\\s*"+Kt,relevance:0};var mn=Object.freeze({__proto__:null,MATCH_NOTHING_RE:Rr,IDENT_RE:er,UNDERSCORE_IDENT_RE:Kt,NUMBER_RE:Pn,C_NUMBER_RE:Dn,BINARY_NUMBER_RE:Cn,RE_STARTERS_RE:mr,SHEBANG:Ir,BACKSLASH_ESCAPE:Re,APOS_STRING_MODE:Fe,QUOTE_STRING_MODE:Mt,PHRASAL_WORDS_MODE:tr,COMMENT:fr,C_LINE_COMMENT_MODE:fi,C_BLOCK_COMMENT_MODE:pi,HASH_COMMENT_MODE:c0,NUMBER_MODE:d0,C_NUMBER_MODE:h0,BINARY_NUMBER_MODE:gi,REGEXP_MODE:Lr,TITLE_MODE:zr,UNDERSCORE_TITLE_MODE:Pr,METHOD_GUARD:m0,END_SAME_AS_BEGIN:function(x){return Object.assign(x,{"on:begin":(M,$)=>{$.data._beginMatch=M[1]},"on:end":(M,$)=>{$.data._beginMatch!==M[1]&&$.ignoreMatch()}})}});function Ei(x,M){x.input[x.index-1]==="."&&M.ignoreMatch()}function Ai(x,M){x.className!==void 0&&(x.scope=x.className,delete x.className)}function yi(x,M){M&&x.beginKeywords&&(x.begin="\\b("+x.beginKeywords.split(" ").join("|")+")(?!\\.)(?=\\b|\\s)",x.__beforeBegin=Ei,x.keywords=x.keywords||x.beginKeywords,delete x.beginKeywords,x.relevance===void 0&&(x.relevance=0))}function vi(x,M){Array.isArray(x.illegal)&&(x.illegal=j(...x.illegal))}function f0(x,M){if(x.match){if(x.begin||x.end)throw new Error("begin & end are not supported with match");x.begin=x.match,delete x.match}}function p0(x,M){x.relevance===void 0&&(x.relevance=1)}const Di=(x,M)=>{if(!x.beforeMatch)return;if(x.starts)throw new Error("beforeMatch cannot be used with starts");const $=Object.assign({},x);Object.keys(x).forEach(he=>{delete x[he]}),x.keywords=$.keywords,x.begin=be($.beforeMatch,Pe($.begin)),x.starts={relevance:0,contains:[Object.assign($,{endsParent:!0})]},x.relevance=0,delete $.beforeMatch},Ot=["of","and","for","in","not","or","if","then","parent","list","value"],Pt="keyword";function pr(x,M,$){$===void 0&&($=Pt);const he=Object.create(null);return typeof x=="string"?Ge($,x.split(" ")):Array.isArray(x)?Ge($,x):Object.keys(x).forEach(function(Xe){Object.assign(he,pr(x[Xe],M,Xe))}),he;function Ge(Xe,ee){M&&(ee=ee.map(ue=>ue.toLowerCase())),ee.forEach(function(ue){const te=ue.split("|");he[te[0]]=[Xe,g0(te[0],te[1])]})}}function g0(x,M){return M?Number(M):Ci(x)?0:1}function Ci(x){return Ot.includes(x.toLowerCase())}const b0={},Un=x=>{console.error(x)},E0=function(x){for(var M=arguments.length,$=new Array(M>1?M-1:0),he=1;he<M;he++)$[he-1]=arguments[he];console.log("WARN: "+x,...$)},Hn=(x,M)=>{b0[x+"/"+M]||(console.log("Deprecated as of "+x+". "+M),b0[x+"/"+M]=!0)},At=new Error;function xt(x,M,$){let{key:he}=$,Ge=0;const Xe=x[he],ee={},ue={};for(let te=1;te<=M.length;te++)ue[te+Ge]=Xe[te],ee[te+Ge]=!0,Ge+=Ye(M[te-1]);x[he]=ue,x[he]._emit=ee,x[he]._multi=!0}function wi(x){if(Array.isArray(x.begin)){if(x.skip||x.excludeBegin||x.returnBegin)throw Un("skip, excludeBegin, returnBegin not compatible with beginScope: {}"),At;if(typeof x.beginScope!="object"||x.beginScope===null)throw Un("beginScope must be object"),At;xt(x,x.begin,{key:"beginScope"}),x.begin=hn(x.begin,{joinWith:""})}}function gr(x){if(Array.isArray(x.end)){if(x.skip||x.excludeEnd||x.returnEnd)throw Un("skip, excludeEnd, returnEnd not compatible with endScope: {}"),At;if(typeof x.endScope!="object"||x.endScope===null)throw Un("endScope must be object"),At;xt(x,x.end,{key:"endScope"}),x.end=hn(x.end,{joinWith:""})}}function Ur(x){x.scope&&typeof x.scope=="object"&&x.scope!==null&&(x.beginScope=x.scope,delete x.scope)}function xi(x){Ur(x),typeof x.beginScope=="string"&&(x.beginScope={_wrap:x.beginScope}),typeof x.endScope=="string"&&(x.endScope={_wrap:x.endScope}),wi(x),gr(x)}function Fi(x){function M(ee,ue){return new RegExp(ge(ee),"m"+(x.case_insensitive?"i":"")+(x.unicodeRegex?"u":"")+(ue?"g":""))}class ${constructor(){this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0}addRule(ue,te){te.position=this.position++,this.matchIndexes[this.matchAt]=te,this.regexes.push([te,ue]),this.matchAt+=Ye(ue)+1}compile(){this.regexes.length===0&&(this.exec=()=>null);const ue=this.regexes.map(te=>te[1]);this.matcherRe=M(hn(ue,{joinWith:"|"}),!0),this.lastIndex=0}exec(ue){this.matcherRe.lastIndex=this.lastIndex;const te=this.matcherRe.exec(ue);if(!te)return null;const yt=te.findIndex((wn,Hr)=>Hr>0&&wn!==void 0),ct=this.matchIndexes[yt];return te.splice(0,yt),Object.assign(te,ct)}}class he{constructor(){this.rules=[],this.multiRegexes=[],this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(ue){if(this.multiRegexes[ue])return this.multiRegexes[ue];const te=new $;return this.rules.slice(ue).forEach(yt=>{let[ct,wn]=yt;return te.addRule(ct,wn)}),te.compile(),this.multiRegexes[ue]=te,te}resumingScanAtSamePosition(){return this.regexIndex!==0}considerAll(){this.regexIndex=0}addRule(ue,te){this.rules.push([ue,te]),te.type==="begin"&&this.count++}exec(ue){const te=this.getMatcher(this.regexIndex);te.lastIndex=this.lastIndex;let yt=te.exec(ue);if(this.resumingScanAtSamePosition()&&!(yt&&yt.index===this.lastIndex)){const ct=this.getMatcher(0);ct.lastIndex=this.lastIndex+1,yt=ct.exec(ue)}return yt&&(this.regexIndex+=yt.position+1,this.regexIndex===this.count&&this.considerAll()),yt}}function Ge(ee){const ue=new he;return ee.contains.forEach(te=>ue.addRule(te.begin,{rule:te,type:"begin"})),ee.terminatorEnd&&ue.addRule(ee.terminatorEnd,{type:"end"}),ee.illegal&&ue.addRule(ee.illegal,{type:"illegal"}),ue}function Xe(ee,ue){const te=ee;if(ee.isCompiled)return te;[Ai,f0,xi,Di].forEach(ct=>ct(ee,ue)),x.compilerExtensions.forEach(ct=>ct(ee,ue)),ee.__beforeBegin=null,[yi,vi,p0].forEach(ct=>ct(ee,ue)),ee.isCompiled=!0;let yt=null;return typeof ee.keywords=="object"&&ee.keywords.$pattern&&(ee.keywords=Object.assign({},ee.keywords),yt=ee.keywords.$pattern,delete ee.keywords.$pattern),yt=yt||/\w+/,ee.keywords&&(ee.keywords=pr(ee.keywords,x.case_insensitive)),te.keywordPatternRe=M(yt,!0),ue&&(ee.begin||(ee.begin=/\B|\b/),te.beginRe=M(te.begin),!ee.end&&!ee.endsWithParent&&(ee.end=/\B|\b/),ee.end&&(te.endRe=M(te.end)),te.terminatorEnd=ge(te.end)||"",ee.endsWithParent&&ue.terminatorEnd&&(te.terminatorEnd+=(ee.end?"|":"")+ue.terminatorEnd)),ee.illegal&&(te.illegalRe=M(ee.illegal)),ee.contains||(ee.contains=[]),ee.contains=[].concat(...ee.contains.map(function(ct){return Ze(ct==="self"?ee:ct)})),ee.contains.forEach(function(ct){Xe(ct,te)}),ee.starts&&Xe(ee.starts,ue),te.matcher=Ge(te),te}if(x.compilerExtensions||(x.compilerExtensions=[]),x.contains&&x.contains.includes("self"))throw new Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.");return x.classNameAliases=qe(x.classNameAliases||{}),Xe(x)}function ie(x){return x?x.endsWithParent||ie(x.starts):!1}function Ze(x){return x.variants&&!x.cachedVariants&&(x.cachedVariants=x.variants.map(function(M){return qe(x,{variants:null},M)})),x.cachedVariants?x.cachedVariants:ie(x)?qe(x,{starts:x.starts?qe(x.starts):null}):Object.isFrozen(x)?qe(x):x}var Te="11.8.0";class br extends Error{constructor(M,$){super(M),this.name="HTMLInjectionError",this.html=$}}const nn=wt,rn=qe,Be=Symbol("nomatch"),Bi=7,A0=function(x){const M=Object.create(null),$=Object.create(null),he=[];let Ge=!0;const Xe="Could not find the language '{}', did you forget to load/include a language module?",ee={disableAutodetect:!0,name:"Plain text",contains:[]};let ue={ignoreUnescapedHTML:!1,throwUnescapedHTML:!1,noHighlightRe:/^(no-?highlight)$/i,languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:"hljs-",cssSelector:"pre code",languages:null,__emitter:se};function te(K){return ue.noHighlightRe.test(K)}function yt(K){let oe=K.className+" ";oe+=K.parentNode?K.parentNode.className:"";const Oe=ue.languageDetectRe.exec(oe);if(Oe){const Ve=fn(Oe[1]);return Ve||(E0(Xe.replace("{}",Oe[1])),E0("Falling back to no-highlight mode for this block.",K)),Ve?Oe[1]:"no-highlight"}return oe.split(/\s+/).find(Ve=>te(Ve)||fn(Ve))}function ct(K,oe,Oe){let Ve="",ft="";typeof oe=="object"?(Ve=K,Oe=oe.ignoreIllegals,ft=oe.language):(Hn("10.7.0","highlight(lang, code, ...args) has been deprecated."),Hn("10.7.0","Please use highlight(code, options) instead.\nhttps://github.com/highlightjs/highlight.js/issues/2277"),ft=K,Ve=oe),Oe===void 0&&(Oe=!0);const Ut={code:Ve,language:ft};Ar("before:highlight",Ut);const un=Ut.result?Ut.result:wn(Ut.language,Ut.code,Oe);return un.code=Ut.code,Ar("after:highlight",un),un}function wn(K,oe,Oe,Ve){const ft=Object.create(null);function Ut(Z,ae){return Z.keywords[ae]}function un(){if(!De.keywords){Bt.addText(Qe);return}let Z=0;De.keywordPatternRe.lastIndex=0;let ae=De.keywordPatternRe.exec(Qe),ke="";for(;ae;){ke+=Qe.substring(Z,ae.index);const $e=Xt.case_insensitive?ae[0].toLowerCase():ae[0],kt=Ut(De,$e);if(kt){const[an,Hi]=kt;if(Bt.addText(ke),ke="",ft[$e]=(ft[$e]||0)+1,ft[$e]<=Bi&&(Dr+=Hi),an.startsWith("_"))ke+=ae[0];else{const S0=Xt.classNameAliases[an]||an;dt(ae[0],S0)}}else ke+=ae[0];Z=De.keywordPatternRe.lastIndex,ae=De.keywordPatternRe.exec(Qe)}ke+=Qe.substring(Z),Bt.addText(ke)}function nr(){if(Qe==="")return;let Z=null;if(typeof De.subLanguage=="string"){if(!M[De.subLanguage]){Bt.addText(Qe);return}Z=wn(De.subLanguage,Qe,!0,k0[De.subLanguage]),k0[De.subLanguage]=Z._top}else Z=qr(Qe,De.subLanguage.length?De.subLanguage:null);De.relevance>0&&(Dr+=Z.relevance),Bt.__addSublanguage(Z._emitter,Z.language)}function Ft(){De.subLanguage!=null?nr():un(),Qe=""}function dt(Z,ae){Z!==""&&(Bt.startScope(ae),Bt.addText(Z),Bt.endScope())}function w0(Z,ae){let ke=1;const $e=ae.length-1;for(;ke<=$e;){if(!Z._emit[ke]){ke++;continue}const kt=Xt.classNameAliases[Z[ke]]||Z[ke],an=ae[ke];kt?dt(an,kt):(Qe=an,un(),Qe=""),ke++}}function x0(Z,ae){return Z.scope&&typeof Z.scope=="string"&&Bt.openNode(Xt.classNameAliases[Z.scope]||Z.scope),Z.beginScope&&(Z.beginScope._wrap?(dt(Qe,Xt.classNameAliases[Z.beginScope._wrap]||Z.beginScope._wrap),Qe=""):Z.beginScope._multi&&(w0(Z.beginScope,ae),Qe="")),De=Object.create(Z,{parent:{value:De}}),De}function F0(Z,ae,ke){let $e=dr(Z.endRe,ke);if($e){if(Z["on:end"]){const kt=new ve(Z);Z["on:end"](ae,kt),kt.isMatchIgnored&&($e=!1)}if($e){for(;Z.endsParent&&Z.parent;)Z=Z.parent;return Z}}if(Z.endsWithParent)return F0(Z.parent,ae,ke)}function Li(Z){return De.matcher.regexIndex===0?(Qe+=Z[0],1):(Vr=!0,0)}function $r(Z){const ae=Z[0],ke=Z.rule,$e=new ve(ke),kt=[ke.__beforeBegin,ke["on:begin"]];for(const an of kt)if(an&&(an(Z,$e),$e.isMatchIgnored))return Li(ae);return ke.skip?Qe+=ae:(ke.excludeBegin&&(Qe+=ae),Ft(),!ke.returnBegin&&!ke.excludeBegin&&(Qe=ae)),x0(ke,Z),ke.returnBegin?0:ae.length}function zi(Z){const ae=Z[0],ke=oe.substring(Z.index),$e=F0(De,Z,ke);if(!$e)return Be;const kt=De;De.endScope&&De.endScope._wrap?(Ft(),dt(ae,De.endScope._wrap)):De.endScope&&De.endScope._multi?(Ft(),w0(De.endScope,Z)):kt.skip?Qe+=ae:(kt.returnEnd||kt.excludeEnd||(Qe+=ae),Ft(),kt.excludeEnd&&(Qe=ae));do De.scope&&Bt.closeNode(),!De.skip&&!De.subLanguage&&(Dr+=De.relevance),De=De.parent;while(De!==$e.parent);return $e.starts&&x0($e.starts,Z),kt.returnEnd?0:ae.length}function Pi(){const Z=[];for(let ae=De;ae!==Xt;ae=ae.parent)ae.scope&&Z.unshift(ae.scope);Z.forEach(ae=>Bt.openNode(ae))}let yr={};function B0(Z,ae){const ke=ae&&ae[0];if(Qe+=Z,ke==null)return Ft(),0;if(yr.type==="begin"&&ae.type==="end"&&yr.index===ae.index&&ke===""){if(Qe+=oe.slice(ae.index,ae.index+1),!Ge){const $e=new Error("0 width match regex ("+K+")");throw $e.languageName=K,$e.badRule=yr.rule,$e}return 1}if(yr=ae,ae.type==="begin")return $r(ae);if(ae.type==="illegal"&&!Oe){const $e=new Error('Illegal lexeme "'+ke+'" for mode "'+(De.scope||"<unnamed>")+'"');throw $e.mode=De,$e}else if(ae.type==="end"){const $e=zi(ae);if($e!==Be)return $e}if(ae.type==="illegal"&&ke==="")return 1;if(Kr>1e5&&Kr>ae.index*3)throw new Error("potential infinite loop, way more iterations than matches");return Qe+=ke,ke.length}const Xt=fn(K);if(!Xt)throw Un(Xe.replace("{}",K)),new Error('Unknown language: "'+K+'"');const Ui=Fi(Xt);let vr="",De=Ve||Ui;const k0={},Bt=new ue.__emitter(ue);Pi();let Qe="",Dr=0,Fn=0,Kr=0,Vr=!1;try{if(Xt.__emitTokens)Xt.__emitTokens(oe,Bt);else{for(De.matcher.considerAll();;){Kr++,Vr?Vr=!1:De.matcher.considerAll(),De.matcher.lastIndex=Fn;const Z=De.matcher.exec(oe);if(!Z)break;const ae=oe.substring(Fn,Z.index),ke=B0(ae,Z);Fn=Z.index+ke}B0(oe.substring(Fn))}return Bt.finalize(),vr=Bt.toHTML(),{language:K,value:vr,relevance:Dr,illegal:!1,_emitter:Bt,_top:De}}catch(Z){if(Z.message&&Z.message.includes("Illegal"))return{language:K,value:nn(oe),illegal:!0,relevance:0,_illegalBy:{message:Z.message,index:Fn,context:oe.slice(Fn-100,Fn+100),mode:Z.mode,resultSoFar:vr},_emitter:Bt};if(Ge)return{language:K,value:nn(oe),illegal:!1,relevance:0,errorRaised:Z,_emitter:Bt,_top:De};throw Z}}function Hr(K){const oe={value:nn(K),illegal:!1,relevance:0,_top:ee,_emitter:new ue.__emitter(ue)};return oe._emitter.addText(K),oe}function qr(K,oe){oe=oe||ue.languages||Object.keys(M);const Oe=Hr(K),Ve=oe.filter(fn).filter(C0).map(Ft=>wn(Ft,K,!1));Ve.unshift(Oe);const ft=Ve.sort((Ft,dt)=>{if(Ft.relevance!==dt.relevance)return dt.relevance-Ft.relevance;if(Ft.language&&dt.language){if(fn(Ft.language).supersetOf===dt.language)return 1;if(fn(dt.language).supersetOf===Ft.language)return-1}return 0}),[Ut,un]=ft,nr=Ut;return nr.secondBest=un,nr}function ki(K,oe,Oe){const Ve=oe&&$[oe]||Oe;K.classList.add("hljs"),K.classList.add("language-"+Ve)}function Gr(K){let oe=null;const Oe=yt(K);if(te(Oe))return;if(Ar("before:highlightElement",{el:K,language:Oe}),K.children.length>0&&(ue.ignoreUnescapedHTML||(console.warn("One of your code blocks includes unescaped HTML. This is a potentially serious security risk."),console.warn("https://github.com/highlightjs/highlight.js/wiki/security"),console.warn("The element with unescaped HTML:"),console.warn(K)),ue.throwUnescapedHTML))throw new br("One of your code blocks includes unescaped HTML.",K.innerHTML);oe=K;const Ve=oe.textContent,ft=Oe?ct(Ve,{language:Oe,ignoreIllegals:!0}):qr(Ve);K.innerHTML=ft.value,ki(K,Oe,ft.language),K.result={language:ft.language,re:ft.relevance,relevance:ft.relevance},ft.secondBest&&(K.secondBest={language:ft.secondBest.language,relevance:ft.secondBest.relevance}),Ar("after:highlightElement",{el:K,result:ft,text:Ve})}function Si(K){ue=rn(ue,K)}const y0=()=>{xn(),Hn("10.6.0","initHighlighting() deprecated. Use highlightAll() now.")};function v0(){xn(),Hn("10.6.0","initHighlightingOnLoad() deprecated. Use highlightAll() now.")}let D0=!1;function xn(){if(document.readyState==="loading"){D0=!0;return}document.querySelectorAll(ue.cssSelector).forEach(Gr)}function _i(){D0&&xn()}typeof window<"u"&&window.addEventListener&&window.addEventListener("DOMContentLoaded",_i,!1);function Ti(K,oe){let Oe=null;try{Oe=oe(x)}catch(Ve){if(Un("Language definition for '{}' could not be registered.".replace("{}",K)),Ge)Un(Ve);else throw Ve;Oe=ee}Oe.name||(Oe.name=K),M[K]=Oe,Oe.rawDefinition=oe.bind(null,x),Oe.aliases&&Tt(Oe.aliases,{languageName:K})}function Ni(K){delete M[K];for(const oe of Object.keys($))$[oe]===K&&delete $[oe]}function Er(){return Object.keys(M)}function fn(K){return K=(K||"").toLowerCase(),M[K]||M[$[K]]}function Tt(K,oe){let{languageName:Oe}=oe;typeof K=="string"&&(K=[K]),K.forEach(Ve=>{$[Ve.toLowerCase()]=Oe})}function C0(K){const oe=fn(K);return oe&&!oe.disableAutodetect}function Mi(K){K["before:highlightBlock"]&&!K["before:highlightElement"]&&(K["before:highlightElement"]=oe=>{K["before:highlightBlock"](Object.assign({block:oe.el},oe))}),K["after:highlightBlock"]&&!K["after:highlightElement"]&&(K["after:highlightElement"]=oe=>{K["after:highlightBlock"](Object.assign({block:oe.el},oe))})}function Oi(K){Mi(K),he.push(K)}function Ri(K){const oe=he.indexOf(K);oe!==-1&&he.splice(oe,1)}function Ar(K,oe){const Oe=K;he.forEach(function(Ve){Ve[Oe]&&Ve[Oe](oe)})}function Ii(K){return Hn("10.7.0","highlightBlock will be removed entirely in v12.0"),Hn("10.7.0","Please use highlightElement now."),Gr(K)}Object.assign(x,{highlight:ct,highlightAuto:qr,highlightAll:xn,highlightElement:Gr,highlightBlock:Ii,configure:Si,initHighlighting:y0,initHighlightingOnLoad:v0,registerLanguage:Ti,unregisterLanguage:Ni,listLanguages:Er,getLanguage:fn,registerAliases:Tt,autoDetection:C0,inherit:rn,addPlugin:Oi,removePlugin:Ri}),x.debugMode=function(){Ge=!1},x.safeMode=function(){Ge=!0},x.versionString=Te,x.regex={concat:be,lookahead:Pe,either:j,optional:_t,anyNumberOfTimes:Et};for(const K in mn)typeof mn[K]=="object"&&de(mn[K]);return Object.assign(x,mn),x},qn=A0({});qn.newInstance=()=>A0({}),Je.exports=qn,qn.HighlightJS=qn,qn.default=qn},73510:Je=>{var de=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,ve=/\n/g,wt=/^\s*/,qe=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,Ue=/^:\s*/,mt=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,at=/^[;\s]*/,Ke=/^\s+|\s+$/g,bt="\n",ce="/",se="*",ge="",Pe="comment",Et="declaration";Je.exports=function(be,Me){if(typeof be!="string")throw new TypeError("First argument must be a string");if(!be)return[];Me=Me||{};var j=1,Ye=1;function dr(Re){var Fe=Re.match(ve);Fe&&(j+=Fe.length);var Mt=Re.lastIndexOf(bt);Ye=~Mt?Re.length-Mt:Ye+Re.length}function hr(){var Re={line:j,column:Ye};return function(Fe){return Fe.position=new hn(Re),Pn(),Fe}}function hn(Re){this.start=Re,this.end={line:j,column:Ye},this.source=Me.source}hn.prototype.content=be;var Rr=[];function er(Re){var Fe=new Error(Me.source+":"+j+":"+Ye+": "+Re);if(Fe.reason=Re,Fe.filename=Me.source,Fe.line=j,Fe.column=Ye,Fe.source=be,Me.silent)Rr.push(Fe);else throw Fe}function Kt(Re){var Fe=Re.exec(be);if(Fe){var Mt=Fe[0];return dr(Mt),be=be.slice(Mt.length),Fe}}function Pn(){Kt(wt)}function Dn(Re){var Fe;for(Re=Re||[];Fe=Cn();)Fe!==!1&&Re.push(Fe);return Re}function Cn(){var Re=hr();if(!(ce!=be.charAt(0)||se!=be.charAt(1))){for(var Fe=2;ge!=be.charAt(Fe)&&(se!=be.charAt(Fe)||ce!=be.charAt(Fe+1));)++Fe;if(Fe+=2,ge===be.charAt(Fe-1))return er("End of comment missing");var Mt=be.slice(2,Fe-2);return Ye+=2,dr(Mt),be=be.slice(Fe),Ye+=2,Re({type:Pe,comment:Mt})}}function mr(){var Re=hr(),Fe=Kt(qe);if(Fe){if(Cn(),!Kt(Ue))return er("property missing ':'");var Mt=Kt(mt),tr=Re({type:Et,property:_t(Fe[0].replace(de,ge)),value:Mt?_t(Mt[0].replace(de,ge)):ge});return Kt(at),tr}}function Ir(){var Re=[];Dn(Re);for(var Fe;Fe=mr();)Fe!==!1&&(Re.push(Fe),Dn(Re));return Re}return Pn(),Ir()};function _t(be){return be?be.replace(Ke,ge):ge}},74636:Je=>{/*!
* Determine if an object is a Buffer
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/Je.exports=function(ve){return ve!=null&&ve.constructor!=null&&typeof ve.constructor.isBuffer=="function"&&ve.constructor.isBuffer(ve)}},83083:Je=>{"use strict";var de=Object.prototype.hasOwnProperty,ve=Object.prototype.toString,wt=Object.defineProperty,qe=Object.getOwnPropertyDescriptor,Ue=function(ce){return typeof Array.isArray=="function"?Array.isArray(ce):ve.call(ce)==="[object Array]"},mt=function(ce){if(!ce||ve.call(ce)!=="[object Object]")return!1;var se=de.call(ce,"constructor"),ge=ce.constructor&&ce.constructor.prototype&&de.call(ce.constructor.prototype,"isPrototypeOf");if(ce.constructor&&!se&&!ge)return!1;var Pe;for(Pe in ce);return typeof Pe>"u"||de.call(ce,Pe)},at=function(ce,se){wt&&se.name==="__proto__"?wt(ce,se.name,{enumerable:!0,configurable:!0,value:se.newValue,writable:!0}):ce[se.name]=se.newValue},Ke=function(ce,se){if(se==="__proto__")if(de.call(ce,se)){if(qe)return qe(ce,se).value}else return;return ce[se]};Je.exports=function bt(){var ce,se,ge,Pe,Et,_t,be=arguments[0],Me=1,j=arguments.length,Ye=!1;for(typeof be=="boolean"&&(Ye=be,be=arguments[1]||{},Me=2),(be==null||typeof be!="object"&&typeof be!="function")&&(be={});Me<j;++Me)if(ce=arguments[Me],ce!=null)for(se in ce)ge=Ke(be,se),Pe=Ke(ce,se),be!==Pe&&(Ye&&Pe&&(mt(Pe)||(Et=Ue(Pe)))?(Et?(Et=!1,_t=ge&&Ue(ge)?ge:[]):_t=ge&&mt(ge)?ge:{},at(be,{name:se,newValue:bt(Ye,_t,Pe)})):typeof Pe<"u"&&at(be,{name:se,newValue:Pe}));return be}}}]);
//# sourceMappingURL=lazy-lib-rehype-013772de7c49f3c667fa.js.map