@definable/ui 0.1.13 → 0.1.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -7
- package/dist/components/alert-dialog.js +55 -2
- package/dist/components/alert.js +63 -2
- package/dist/components/avatar.js +41 -2
- package/dist/components/badge.js +26 -2
- package/dist/components/button.d.ts +2 -2
- package/dist/components/button.js +49 -2
- package/dist/components/calendar.js +86 -2
- package/dist/components/card.js +61 -2
- package/dist/components/carousel.js +100 -2
- package/dist/components/checkbox.js +31 -2
- package/dist/components/collapse.js +49 -2
- package/dist/components/command-menu.js +89 -2
- package/dist/components/command.js +115 -2
- package/dist/components/confirmation-modal.js +44 -2
- package/dist/components/context-menu.js +185 -2
- package/dist/components/dialog.js +121 -2
- package/dist/components/dropdown-menu.js +48 -2
- package/dist/components/dropzone.js +44 -2
- package/dist/components/image-cropper-modal.js +250 -2
- package/dist/components/image-cropper.js +130 -2
- package/dist/components/input.js +21 -2
- package/dist/components/label.js +19 -2
- package/dist/components/loader.js +69 -2
- package/dist/components/loading-placeholder.js +24 -2
- package/dist/components/mention.js +153 -2
- package/dist/components/modal.js +135 -2
- package/dist/components/notification.js +25 -2
- package/dist/components/popover.js +23 -2
- package/dist/components/progress.js +34 -2
- package/dist/components/radio-group.js +47 -2
- package/dist/components/scroll-area.js +46 -2
- package/dist/components/select.js +130 -2
- package/dist/components/selection-bar.js +53 -2
- package/dist/components/separator.js +24 -2
- package/dist/components/sheet.js +128 -2
- package/dist/components/skeleton.js +17 -2
- package/dist/components/slider.js +32 -2
- package/dist/components/stepper/index.d.ts +4 -0
- package/dist/components/stepper/step-layout.d.ts +8 -0
- package/dist/components/stepper/stepper-modal.d.ts +26 -0
- package/dist/components/stepper/stepper.d.ts +7 -0
- package/dist/components/stepper/types.d.ts +6 -0
- package/dist/components/stepper.js +6 -2
- package/dist/components/switch.js +35 -2
- package/dist/components/table-empty.js +22 -2
- package/dist/components/table-mobile.js +91 -2
- package/dist/components/table.js +156 -2
- package/dist/components/tabs.js +46 -2
- package/dist/components/terminal.js +49 -2
- package/dist/components/textarea.js +20 -2
- package/dist/components/tooltip.js +75 -2
- package/dist/components/use-toast.js +64 -2
- package/dist/icons/icons.d.ts +8 -0
- package/dist/icons/index.d.ts +1 -0
- package/dist/icons/providers/anthropic.d.ts +2 -0
- package/dist/icons/providers/claude.d.ts +2 -0
- package/dist/icons/providers/deepseek.d.ts +2 -0
- package/dist/icons/providers/gemini.d.ts +2 -0
- package/dist/icons/providers/grok.d.ts +2 -0
- package/dist/icons/providers/index.d.ts +6 -0
- package/dist/icons/providers/openai.d.ts +2 -0
- package/dist/icons/providers/types.d.ts +4 -0
- package/dist/index.d.ts +48 -962
- package/dist/index.js +444 -2
- package/dist/lib/icons.d.ts +14 -0
- package/dist/lib/index.d.ts +2 -0
- package/dist/lib/utils.js +8 -2
- package/dist/{stepper-modal-SYU9mbXs.js → stepper-modal-JXpOXOV2.js} +90 -91
- package/dist/styles.css +1 -1
- package/package.json +180 -134
- package/dist/MonacoEditor-COZcVMEj.cjs +0 -8
- package/dist/MonacoEditor-COZcVMEj.cjs.map +0 -1
- package/dist/MonacoEditor-D3QSSKa4.js +0 -295
- package/dist/MonacoEditor-D3QSSKa4.js.map +0 -1
- package/dist/alert-dialog.d.ts +0 -18
- package/dist/alert.d.ts +0 -25
- package/dist/avatar.d.ts +0 -9
- package/dist/badge.d.ts +0 -15
- package/dist/button.d.ts +0 -16
- package/dist/calendar.d.ts +0 -21
- package/dist/card.d.ts +0 -15
- package/dist/carousel.d.ts +0 -18
- package/dist/charts.d.ts +0 -26
- package/dist/checkbox.d.ts +0 -6
- package/dist/collapse.d.ts +0 -15
- package/dist/command-menu.d.ts +0 -12
- package/dist/command.d.ts +0 -89
- package/dist/components/alert-dialog.esm.js +0 -59
- package/dist/components/alert-dialog.esm.js.map +0 -1
- package/dist/components/alert-dialog.js.map +0 -1
- package/dist/components/alert.esm.js +0 -64
- package/dist/components/alert.esm.js.map +0 -1
- package/dist/components/alert.js.map +0 -1
- package/dist/components/avatar.esm.js +0 -42
- package/dist/components/avatar.esm.js.map +0 -1
- package/dist/components/avatar.js.map +0 -1
- package/dist/components/badge.esm.js +0 -27
- package/dist/components/badge.esm.js.map +0 -1
- package/dist/components/badge.js.map +0 -1
- package/dist/components/button.esm.js +0 -48
- package/dist/components/button.esm.js.map +0 -1
- package/dist/components/button.js.map +0 -1
- package/dist/components/calendar.esm.js +0 -5562
- package/dist/components/calendar.esm.js.map +0 -1
- package/dist/components/calendar.js.map +0 -1
- package/dist/components/card.esm.js +0 -62
- package/dist/components/card.esm.js.map +0 -1
- package/dist/components/card.js.map +0 -1
- package/dist/components/carousel.esm.js +0 -101
- package/dist/components/carousel.esm.js.map +0 -1
- package/dist/components/carousel.js.map +0 -1
- package/dist/components/charts.d.ts +0 -17
- package/dist/components/charts.esm.js +0 -48
- package/dist/components/charts.esm.js.map +0 -1
- package/dist/components/charts.js +0 -2
- package/dist/components/charts.js.map +0 -1
- package/dist/components/checkbox.esm.js +0 -32
- package/dist/components/checkbox.esm.js.map +0 -1
- package/dist/components/checkbox.js.map +0 -1
- package/dist/components/collapse.esm.js +0 -50
- package/dist/components/collapse.esm.js.map +0 -1
- package/dist/components/collapse.js.map +0 -1
- package/dist/components/command-menu.esm.js +0 -90
- package/dist/components/command-menu.esm.js.map +0 -1
- package/dist/components/command-menu.js.map +0 -1
- package/dist/components/command.esm.js +0 -425
- package/dist/components/command.esm.js.map +0 -1
- package/dist/components/command.js.map +0 -1
- package/dist/components/confirmation-modal.esm.js +0 -46
- package/dist/components/confirmation-modal.esm.js.map +0 -1
- package/dist/components/confirmation-modal.js.map +0 -1
- package/dist/components/context-menu.esm.js +0 -186
- package/dist/components/context-menu.esm.js.map +0 -1
- package/dist/components/context-menu.js.map +0 -1
- package/dist/components/dialog.esm.js +0 -122
- package/dist/components/dialog.esm.js.map +0 -1
- package/dist/components/dialog.js.map +0 -1
- package/dist/components/dropdown-menu.esm.js +0 -49
- package/dist/components/dropdown-menu.esm.js.map +0 -1
- package/dist/components/dropdown-menu.js.map +0 -1
- package/dist/components/dropzone.esm.js +0 -45
- package/dist/components/dropzone.esm.js.map +0 -1
- package/dist/components/dropzone.js.map +0 -1
- package/dist/components/image-cropper-modal.esm.js +0 -251
- package/dist/components/image-cropper-modal.esm.js.map +0 -1
- package/dist/components/image-cropper-modal.js.map +0 -1
- package/dist/components/image-cropper.esm.js +0 -131
- package/dist/components/image-cropper.esm.js.map +0 -1
- package/dist/components/image-cropper.js.map +0 -1
- package/dist/components/input.esm.js +0 -22
- package/dist/components/input.esm.js.map +0 -1
- package/dist/components/input.js.map +0 -1
- package/dist/components/label.esm.js +0 -20
- package/dist/components/label.esm.js.map +0 -1
- package/dist/components/label.js.map +0 -1
- package/dist/components/loader.esm.js +0 -70
- package/dist/components/loader.esm.js.map +0 -1
- package/dist/components/loader.js.map +0 -1
- package/dist/components/loading-placeholder.esm.js +0 -25
- package/dist/components/loading-placeholder.esm.js.map +0 -1
- package/dist/components/loading-placeholder.js.map +0 -1
- package/dist/components/markdown.d.ts +0 -2
- package/dist/components/markdown.esm.js +0 -12066
- package/dist/components/markdown.esm.js.map +0 -1
- package/dist/components/markdown.js +0 -18
- package/dist/components/markdown.js.map +0 -1
- package/dist/components/mention.esm.js +0 -154
- package/dist/components/mention.esm.js.map +0 -1
- package/dist/components/mention.js.map +0 -1
- package/dist/components/modal.esm.js +0 -136
- package/dist/components/modal.esm.js.map +0 -1
- package/dist/components/modal.js.map +0 -1
- package/dist/components/monaco-editor.d.ts +0 -2
- package/dist/components/monaco-editor.esm.js +0 -9
- package/dist/components/monaco-editor.esm.js.map +0 -1
- package/dist/components/monaco-editor.js +0 -2
- package/dist/components/monaco-editor.js.map +0 -1
- package/dist/components/notification.esm.js +0 -26
- package/dist/components/notification.esm.js.map +0 -1
- package/dist/components/notification.js.map +0 -1
- package/dist/components/popover.esm.js +0 -24
- package/dist/components/popover.esm.js.map +0 -1
- package/dist/components/popover.js.map +0 -1
- package/dist/components/progress.esm.js +0 -35
- package/dist/components/progress.esm.js.map +0 -1
- package/dist/components/progress.js.map +0 -1
- package/dist/components/radio-group.esm.js +0 -48
- package/dist/components/radio-group.esm.js.map +0 -1
- package/dist/components/radio-group.js.map +0 -1
- package/dist/components/scroll-area.esm.js +0 -47
- package/dist/components/scroll-area.esm.js.map +0 -1
- package/dist/components/scroll-area.js.map +0 -1
- package/dist/components/select.esm.js +0 -131
- package/dist/components/select.esm.js.map +0 -1
- package/dist/components/select.js.map +0 -1
- package/dist/components/selection-bar.esm.js +0 -54
- package/dist/components/selection-bar.esm.js.map +0 -1
- package/dist/components/selection-bar.js.map +0 -1
- package/dist/components/separator.esm.js +0 -25
- package/dist/components/separator.esm.js.map +0 -1
- package/dist/components/separator.js.map +0 -1
- package/dist/components/sheet.esm.js +0 -129
- package/dist/components/sheet.esm.js.map +0 -1
- package/dist/components/sheet.js.map +0 -1
- package/dist/components/skeleton.esm.js +0 -18
- package/dist/components/skeleton.esm.js.map +0 -1
- package/dist/components/skeleton.js.map +0 -1
- package/dist/components/slider.esm.js +0 -33
- package/dist/components/slider.esm.js.map +0 -1
- package/dist/components/slider.js.map +0 -1
- package/dist/components/stepper.d.ts +0 -2
- package/dist/components/stepper.esm.js +0 -7
- package/dist/components/stepper.esm.js.map +0 -1
- package/dist/components/stepper.js.map +0 -1
- package/dist/components/switch.esm.js +0 -36
- package/dist/components/switch.esm.js.map +0 -1
- package/dist/components/switch.js.map +0 -1
- package/dist/components/table-empty.esm.js +0 -23
- package/dist/components/table-empty.esm.js.map +0 -1
- package/dist/components/table-empty.js.map +0 -1
- package/dist/components/table-mobile.esm.js +0 -92
- package/dist/components/table-mobile.esm.js.map +0 -1
- package/dist/components/table-mobile.js.map +0 -1
- package/dist/components/table.esm.js +0 -157
- package/dist/components/table.esm.js.map +0 -1
- package/dist/components/table.js.map +0 -1
- package/dist/components/tabs.esm.js +0 -47
- package/dist/components/tabs.esm.js.map +0 -1
- package/dist/components/tabs.js.map +0 -1
- package/dist/components/terminal.esm.js +0 -50
- package/dist/components/terminal.esm.js.map +0 -1
- package/dist/components/terminal.js.map +0 -1
- package/dist/components/textarea.esm.js +0 -21
- package/dist/components/textarea.esm.js.map +0 -1
- package/dist/components/textarea.js.map +0 -1
- package/dist/components/tooltip.esm.js +0 -76
- package/dist/components/tooltip.esm.js.map +0 -1
- package/dist/components/tooltip.js.map +0 -1
- package/dist/components/use-toast.esm.js +0 -65
- package/dist/components/use-toast.esm.js.map +0 -1
- package/dist/components/use-toast.js.map +0 -1
- package/dist/confirmation-modal.d.ts +0 -16
- package/dist/context-menu.d.ts +0 -41
- package/dist/dialog.d.ts +0 -33
- package/dist/dropdown-menu.d.ts +0 -16
- package/dist/dropzone.d.ts +0 -16
- package/dist/image-cropper-modal.d.ts +0 -14
- package/dist/image-cropper.d.ts +0 -15
- package/dist/index-DACAHwoB.js +0 -35
- package/dist/index-DACAHwoB.js.map +0 -1
- package/dist/index-Deooizx8.cjs +0 -2
- package/dist/index-Deooizx8.cjs.map +0 -1
- package/dist/index.esm.js +0 -458
- package/dist/index.esm.js.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/input.d.ts +0 -8
- package/dist/jsx-runtime-BYECrxsp.cjs +0 -31
- package/dist/jsx-runtime-BYECrxsp.cjs.map +0 -1
- package/dist/jsx-runtime-DGlMoOmv.js +0 -631
- package/dist/jsx-runtime-DGlMoOmv.js.map +0 -1
- package/dist/label.d.ts +0 -6
- package/dist/lib/utils.esm.js +0 -5
- package/dist/lib/utils.esm.js.map +0 -1
- package/dist/lib/utils.js.map +0 -1
- package/dist/loader.d.ts +0 -14
- package/dist/loading-placeholder.d.ts +0 -12
- package/dist/markdown.d.ts +0 -122
- package/dist/mention.d.ts +0 -29
- package/dist/modal.d.ts +0 -28
- package/dist/monaco-editor.d.ts +0 -76
- package/dist/notification.d.ts +0 -9
- package/dist/popover.d.ts +0 -10
- package/dist/progress.d.ts +0 -6
- package/dist/radio-group.d.ts +0 -8
- package/dist/scroll-area.d.ts +0 -8
- package/dist/select.d.ts +0 -31
- package/dist/selection-bar.d.ts +0 -15
- package/dist/separator.d.ts +0 -6
- package/dist/sheet.d.ts +0 -17
- package/dist/skeleton.d.ts +0 -5
- package/dist/slider.d.ts +0 -6
- package/dist/stepper-modal-CPlBpxWy.cjs +0 -2
- package/dist/stepper-modal-CPlBpxWy.cjs.map +0 -1
- package/dist/stepper-modal-SYU9mbXs.js.map +0 -1
- package/dist/stepper.d.ts +0 -75
- package/dist/switch.d.ts +0 -6
- package/dist/table-empty.d.ts +0 -13
- package/dist/table-mobile.d.ts +0 -37
- package/dist/table.d.ts +0 -37
- package/dist/tabs.d.ts +0 -12
- package/dist/terminal.d.ts +0 -47
- package/dist/textarea.d.ts +0 -8
- package/dist/tooltip.d.ts +0 -12
- package/dist/use-toast.d.ts +0 -28
- package/dist/utils-DSKoFOjv.cjs +0 -2
- package/dist/utils-DSKoFOjv.cjs.map +0 -1
- package/dist/utils-qaFjX9_3.js +0 -2279
- package/dist/utils-qaFjX9_3.js.map +0 -1
- package/dist/utils.d.ts +0 -5
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const w=require("../jsx-runtime-BYECrxsp.cjs"),Hn=require("react"),Ba=require("react-markdown"),Fa=require("react-syntax-highlighter"),Yn=require("../utils-DSKoFOjv.cjs"),V=require("react-syntax-highlighter/dist/esm/styles/prism"),zn=require("lucide-react");function Uu(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function qn(e,t){const n=String(e);if(typeof t!="string")throw new TypeError("Expected character");let u=0,a=n.indexOf(t);for(;a!==-1;)u++,a=n.indexOf(t,a+t.length);return u}const et=kt(/[A-Za-z]/),ln=kt(/[\dA-Za-z]/);function va(e){return e!==null&&(e<32||e===127)}function Re(e){return e!==null&&e<-2}function J(e){return e!==null&&(e<0||e===32)}function de(e){return e===-2||e===-1||e===32}const Dt=kt(new RegExp("\\p{P}|\\p{S}","u")),Ce=kt(/\s/);function kt(e){return t;function t(n){return n!==null&&n>-1&&e.test(String.fromCharCode(n))}}function Ua(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}const Rt=function(e){if(e==null)return qa;if(typeof e=="function")return yt(e);if(typeof e=="object")return Array.isArray(e)?Ha(e):Ya(e);if(typeof e=="string")return za(e);throw new Error("Expected function, string, or object as test")};function Ha(e){const t=[];let n=-1;for(;++n<e.length;)t[n]=Rt(e[n]);return yt(u);function u(...a){let s=-1;for(;++s<t.length;)if(t[s].apply(this,a))return!0;return!1}}function Ya(e){const t=e;return yt(n);function n(u){const a=u;let s;for(s in e)if(a[s]!==t[s])return!1;return!0}}function za(e){return yt(t);function t(n){return n&&n.type===e}}function yt(e){return t;function t(n,u,a){return!!(Wa(n)&&e.call(this,n,typeof u=="number"?u:void 0,a||void 0))}}function qa(){return!0}function Wa(e){return e!==null&&typeof e=="object"&&"type"in e}const Hu=[],ja=!0,Kt=!1,bt="skip";function Yu(e,t,n,u){let a;typeof t=="function"&&typeof n!="function"?(u=n,n=t):a=t;const s=Rt(a),i=u?-1:1;l(e,void 0,[])();function l(o,f,E){const m=o&&typeof o=="object"?o:{};if(typeof m.type=="string"){const S=typeof m.tagName=="string"?m.tagName:typeof m.name=="string"?m.name:void 0;Object.defineProperty(b,"name",{value:"node ("+(o.type+(S?"<"+S+">":""))+")"})}return b;function b(){let S=Hu,g,O,D;if((!t||s(o,f,E[E.length-1]||void 0))&&(S=$a(n(o,E)),S[0]===Kt))return S;if("children"in o&&o.children){const L=o;if(L.children&&S[0]!==bt)for(O=(u?L.children.length:-1)+i,D=E.concat(L);O>-1&&O<L.children.length;){const k=L.children[O];if(g=l(k,O,D)(),g[0]===Kt)return g;O=typeof g[1]=="number"?g[1]:O+i}}return S}}}function $a(e){return Array.isArray(e)?e:typeof e=="number"?[ja,e]:e==null?Hu:[e]}function Va(e,t,n){const a=Rt((n||{}).ignore||[]),s=Qa(t);let i=-1;for(;++i<s.length;)Yu(e,"text",l);function l(f,E){let m=-1,b;for(;++m<E.length;){const S=E[m],g=b?b.children:void 0;if(a(S,g?g.indexOf(S):void 0,b))return;b=S}if(b)return o(f,E)}function o(f,E){const m=E[E.length-1],b=s[i][0],S=s[i][1];let g=0;const D=m.children.indexOf(f);let L=!1,k=[];b.lastIndex=0;let M=b.exec(f.value);for(;M;){const ee=M.index,K={index:M.index,input:M.input,stack:[...E,f]};let $=S(...M,K);if(typeof $=="string"&&($=$.length>0?{type:"text",value:$}:void 0),$===!1?b.lastIndex=ee+1:(g!==ee&&k.push({type:"text",value:f.value.slice(g,ee)}),Array.isArray($)?k.push(...$):$&&k.push($),g=ee+M[0].length,L=!0),!b.global)break;M=b.exec(f.value)}return L?(g<f.value.length&&k.push({type:"text",value:f.value.slice(g)}),m.children.splice(D,1,...k)):k=[f],D+k.length}}function Qa(e){const t=[];if(!Array.isArray(e))throw new TypeError("Expected find and replace tuple or list of tuples");const n=!e[0]||Array.isArray(e[0])?e:[e];let u=-1;for(;++u<n.length;){const a=n[u];t.push([Ka(a[0]),Ga(a[1])])}return t}function Ka(e){return typeof e=="string"?new RegExp(Ua(e),"g"):e}function Ga(e){return typeof e=="function"?e:function(){return e}}const Ht="phrasing",Yt=["autolink","link","image","label"];function Xa(){return{transforms:[ri],enter:{literalAutolink:Za,literalAutolinkEmail:zt,literalAutolinkHttp:zt,literalAutolinkWww:zt},exit:{literalAutolink:ui,literalAutolinkEmail:ni,literalAutolinkHttp:ei,literalAutolinkWww:ti}}}function Ja(){return{unsafe:[{character:"@",before:"[+\\-.\\w]",after:"[\\-.\\w]",inConstruct:Ht,notInConstruct:Yt},{character:".",before:"[Ww]",after:"[\\-.\\w]",inConstruct:Ht,notInConstruct:Yt},{character:":",before:"[ps]",after:"\\/",inConstruct:Ht,notInConstruct:Yt}]}}function Za(e){this.enter({type:"link",title:null,url:"",children:[]},e)}function zt(e){this.config.enter.autolinkProtocol.call(this,e)}function ei(e){this.config.exit.autolinkProtocol.call(this,e)}function ti(e){this.config.exit.data.call(this,e);const t=this.stack[this.stack.length-1];t.type,t.url="http://"+this.sliceSerialize(e)}function ni(e){this.config.exit.autolinkEmail.call(this,e)}function ui(e){this.exit(e)}function ri(e){Va(e,[[/(https?:\/\/|www(?=\.))([-.\w]+)([^ \t\r\n]*)/gi,ai],[new RegExp("(?<=^|\\s|\\p{P}|\\p{S})([-.\\w+]+)@([-\\w]+(?:\\.[-\\w]+)+)","gu"),ii]],{ignore:["link","linkReference"]})}function ai(e,t,n,u,a){let s="";if(!zu(a)||(/^w/i.test(t)&&(n=t+n,t="",s="http://"),!si(n)))return!1;const i=oi(n+u);if(!i[0])return!1;const l={type:"link",title:null,url:s+t+i[0],children:[{type:"text",value:t+i[0]}]};return i[1]?[l,{type:"text",value:i[1]}]:l}function ii(e,t,n,u){return!zu(u,!0)||/[-\d_]$/.test(n)?!1:{type:"link",title:null,url:"mailto:"+t+"@"+n,children:[{type:"text",value:t+"@"+n}]}}function si(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 oi(e){const t=/[!"&'),.:;<>?\]}]+$/.exec(e);if(!t)return[e,void 0];e=e.slice(0,t.index);let n=t[0],u=n.indexOf(")");const a=qn(e,"(");let s=qn(e,")");for(;u!==-1&&a>s;)e+=n.slice(0,u+1),n=n.slice(u+1),u=n.indexOf(")"),s++;return[e,n]}function zu(e,t){const n=e.input.charCodeAt(e.index-1);return(e.index===0||Ce(n)||Dt(n))&&(!t||n!==47)}function rt(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}qu.peek=Ti;function li(){this.buffer()}function ci(e){this.enter({type:"footnoteReference",identifier:"",label:""},e)}function di(){this.buffer()}function fi(e){this.enter({type:"footnoteDefinition",identifier:"",label:"",children:[]},e)}function hi(e){const t=this.resume(),n=this.stack[this.stack.length-1];n.type,n.identifier=rt(this.sliceSerialize(e)).toLowerCase(),n.label=t}function mi(e){this.exit(e)}function Ei(e){const t=this.resume(),n=this.stack[this.stack.length-1];n.type,n.identifier=rt(this.sliceSerialize(e)).toLowerCase(),n.label=t}function pi(e){this.exit(e)}function Ti(){return"["}function qu(e,t,n,u){const a=n.createTracker(u);let s=a.move("[^");const i=n.enter("footnoteReference"),l=n.enter("reference");return s+=a.move(n.safe(n.associationId(e),{after:"]",before:s})),l(),i(),s+=a.move("]"),s}function bi(){return{enter:{gfmFootnoteCallString:li,gfmFootnoteCall:ci,gfmFootnoteDefinitionLabelString:di,gfmFootnoteDefinition:fi},exit:{gfmFootnoteCallString:hi,gfmFootnoteCall:mi,gfmFootnoteDefinitionLabelString:Ei,gfmFootnoteDefinition:pi}}}function gi(e){let t=!1;return e&&e.firstLineBlank&&(t=!0),{handlers:{footnoteDefinition:n,footnoteReference:qu},unsafe:[{character:"[",inConstruct:["label","phrasing","reference"]}]};function n(u,a,s,i){const l=s.createTracker(i);let o=l.move("[^");const f=s.enter("footnoteDefinition"),E=s.enter("label");return o+=l.move(s.safe(s.associationId(u),{before:o,after:"]"})),E(),o+=l.move("]:"),u.children&&u.children.length>0&&(l.shift(4),o+=l.move((t?`
|
|
2
|
-
`:" ")+s.indentLines(s.containerFlow(u,l.current()),t?Wu:Ai))),f(),o}}function Ai(e,t,n){return t===0?e:Wu(e,t,n)}function Wu(e,t,n){return(n?"":" ")+e}const _i=["autolink","destinationLiteral","destinationRaw","reference","titleQuote","titleApostrophe"];ju.peek=Oi;function Ci(){return{canContainEols:["delete"],enter:{strikethrough:Ni},exit:{strikethrough:Si}}}function Ii(){return{unsafe:[{character:"~",inConstruct:"phrasing",notInConstruct:_i}],handlers:{delete:ju}}}function Ni(e){this.enter({type:"delete",children:[]},e)}function Si(e){this.exit(e)}function ju(e,t,n,u){const a=n.createTracker(u),s=n.enter("strikethrough");let i=a.move("~~");return i+=n.containerPhrasing(e,{...a.current(),before:i,after:"~"}),i+=a.move("~~"),s(),i}function Oi(){return"~"}function Li(e){return e.length}function Di(e,t){const n=t||{},u=(n.align||[]).concat(),a=n.stringLength||Li,s=[],i=[],l=[],o=[];let f=0,E=-1;for(;++E<e.length;){const O=[],D=[];let L=-1;for(e[E].length>f&&(f=e[E].length);++L<e[E].length;){const k=ki(e[E][L]);if(n.alignDelimiters!==!1){const M=a(k);D[L]=M,(o[L]===void 0||M>o[L])&&(o[L]=M)}O.push(k)}i[E]=O,l[E]=D}let m=-1;if(typeof u=="object"&&"length"in u)for(;++m<f;)s[m]=Wn(u[m]);else{const O=Wn(u);for(;++m<f;)s[m]=O}m=-1;const b=[],S=[];for(;++m<f;){const O=s[m];let D="",L="";O===99?(D=":",L=":"):O===108?D=":":O===114&&(L=":");let k=n.alignDelimiters===!1?1:Math.max(1,o[m]-D.length-L.length);const M=D+"-".repeat(k)+L;n.alignDelimiters!==!1&&(k=D.length+k+L.length,k>o[m]&&(o[m]=k),S[m]=k),b[m]=M}i.splice(1,0,b),l.splice(1,0,S),E=-1;const g=[];for(;++E<i.length;){const O=i[E],D=l[E];m=-1;const L=[];for(;++m<f;){const k=O[m]||"";let M="",ee="";if(n.alignDelimiters!==!1){const K=o[m]-(D[m]||0),$=s[m];$===114?M=" ".repeat(K):$===99?K%2?(M=" ".repeat(K/2+.5),ee=" ".repeat(K/2-.5)):(M=" ".repeat(K/2),ee=M):ee=" ".repeat(K)}n.delimiterStart!==!1&&!m&&L.push("|"),n.padding!==!1&&!(n.alignDelimiters===!1&&k==="")&&(n.delimiterStart!==!1||m)&&L.push(" "),n.alignDelimiters!==!1&&L.push(M),L.push(k),n.alignDelimiters!==!1&&L.push(ee),n.padding!==!1&&L.push(" "),(n.delimiterEnd!==!1||m!==f-1)&&L.push("|")}g.push(n.delimiterEnd===!1?L.join("").replace(/ +$/,""):L.join(""))}return g.join(`
|
|
3
|
-
`)}function ki(e){return e==null?"":String(e)}function Wn(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 jn={}.hasOwnProperty;function $u(e,t){const n=t||{};function u(a,...s){let i=u.invalid;const l=u.handlers;if(a&&jn.call(a,e)){const o=String(a[e]);i=jn.call(l,o)?l[o]:u.unknown}if(i)return i.call(this,a,...s)}return u.handlers=n.handlers||{},u.invalid=n.invalid,u.unknown=n.unknown,u}function Ri(e,t,n,u){const a=n.enter("blockquote"),s=n.createTracker(u);s.move("> "),s.shift(2);const i=n.indentLines(n.containerFlow(e,s.current()),yi);return a(),i}function yi(e,t,n){return">"+(n?"":" ")+e}function xi(e,t){return $n(e,t.inConstruct,!0)&&!$n(e,t.notInConstruct,!1)}function $n(e,t,n){if(typeof t=="string"&&(t=[t]),!t||t.length===0)return n;let u=-1;for(;++u<t.length;)if(e.includes(t[u]))return!0;return!1}function Vn(e,t,n,u){let a=-1;for(;++a<n.unsafe.length;)if(n.unsafe[a].character===`
|
|
4
|
-
`&&xi(n.stack,n.unsafe[a]))return/[ \t]/.test(u.before)?"":" ";return`\\
|
|
5
|
-
`}function Pi(e,t){const n=String(e);let u=n.indexOf(t),a=u,s=0,i=0;if(typeof t!="string")throw new TypeError("Expected substring");for(;u!==-1;)u===a?++s>i&&(i=s):s=1,a=u+t.length,u=n.indexOf(t,a);return i}function Mi(e,t){return!!(t.options.fences===!1&&e.value&&!e.lang&&/[^ \r\n]/.test(e.value)&&!/^[\t ]*(?:[\r\n]|$)|(?:^|[\r\n])[\t ]*$/.test(e.value))}function wi(e){const t=e.options.fence||"`";if(t!=="`"&&t!=="~")throw new Error("Cannot serialize code with `"+t+"` for `options.fence`, expected `` ` `` or `~`");return t}function Bi(e,t,n,u){const a=wi(n),s=e.value||"",i=a==="`"?"GraveAccent":"Tilde";if(Mi(e,n)){const m=n.enter("codeIndented"),b=n.indentLines(s,Fi);return m(),b}const l=n.createTracker(u),o=a.repeat(Math.max(Pi(s,a)+1,3)),f=n.enter("codeFenced");let E=l.move(o);if(e.lang){const m=n.enter(`codeFencedLang${i}`);E+=l.move(n.safe(e.lang,{before:E,after:" ",encode:["`"],...l.current()})),m()}if(e.lang&&e.meta){const m=n.enter(`codeFencedMeta${i}`);E+=l.move(" "),E+=l.move(n.safe(e.meta,{before:E,after:`
|
|
6
|
-
`,encode:["`"],...l.current()})),m()}return E+=l.move(`
|
|
7
|
-
`),s&&(E+=l.move(s+`
|
|
8
|
-
`)),E+=l.move(o),f(),E}function Fi(e,t,n){return(n?"":" ")+e}function cn(e){const t=e.options.quote||'"';if(t!=='"'&&t!=="'")throw new Error("Cannot serialize title with `"+t+"` for `options.quote`, expected `\"`, or `'`");return t}function vi(e,t,n,u){const a=cn(n),s=a==='"'?"Quote":"Apostrophe",i=n.enter("definition");let l=n.enter("label");const o=n.createTracker(u);let f=o.move("[");return f+=o.move(n.safe(n.associationId(e),{before:f,after:"]",...o.current()})),f+=o.move("]: "),l(),!e.url||/[\0- \u007F]/.test(e.url)?(l=n.enter("destinationLiteral"),f+=o.move("<"),f+=o.move(n.safe(e.url,{before:f,after:">",...o.current()})),f+=o.move(">")):(l=n.enter("destinationRaw"),f+=o.move(n.safe(e.url,{before:f,after:e.title?" ":`
|
|
9
|
-
`,...o.current()}))),l(),e.title&&(l=n.enter(`title${s}`),f+=o.move(" "+a),f+=o.move(n.safe(e.title,{before:f,after:a,...o.current()})),f+=o.move(a),l()),i(),f}function Ui(e){const t=e.options.emphasis||"*";if(t!=="*"&&t!=="_")throw new Error("Cannot serialize emphasis with `"+t+"` for `options.emphasis`, expected `*`, or `_`");return t}function tt(e){return"&#x"+e.toString(16).toUpperCase()+";"}function Ct(e){if(e===null||J(e)||Ce(e))return 1;if(Dt(e))return 2}function It(e,t,n){const u=Ct(e),a=Ct(t);return u===void 0?a===void 0?n==="_"?{inside:!0,outside:!0}:{inside:!1,outside:!1}:a===1?{inside:!0,outside:!0}:{inside:!1,outside:!0}:u===1?a===void 0?{inside:!1,outside:!1}:a===1?{inside:!0,outside:!0}:{inside:!1,outside:!1}:a===void 0?{inside:!1,outside:!1}:a===1?{inside:!0,outside:!1}:{inside:!1,outside:!1}}Vu.peek=Hi;function Vu(e,t,n,u){const a=Ui(n),s=n.enter("emphasis"),i=n.createTracker(u),l=i.move(a);let o=i.move(n.containerPhrasing(e,{after:a,before:l,...i.current()}));const f=o.charCodeAt(0),E=It(u.before.charCodeAt(u.before.length-1),f,a);E.inside&&(o=tt(f)+o.slice(1));const m=o.charCodeAt(o.length-1),b=It(u.after.charCodeAt(0),m,a);b.inside&&(o=o.slice(0,-1)+tt(m));const S=i.move(a);return s(),n.attentionEncodeSurroundingInfo={after:b.outside,before:E.outside},l+o+S}function Hi(e,t,n){return n.options.emphasis||"*"}function dn(e,t,n,u){let a,s,i;typeof t=="function"&&typeof n!="function"?(s=void 0,i=t,a=n):(s=t,i=n,a=u),Yu(e,s,l,a);function l(o,f){const E=f[f.length-1],m=E?E.children.indexOf(o):void 0;return i(o,m,E)}}const Yi={};function Qu(e,t){const n=Yi,u=typeof n.includeImageAlt=="boolean"?n.includeImageAlt:!0,a=typeof n.includeHtml=="boolean"?n.includeHtml:!0;return Ku(e,u,a)}function Ku(e,t,n){if(zi(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 Qn(e.children,t,n)}return Array.isArray(e)?Qn(e,t,n):""}function Qn(e,t,n){const u=[];let a=-1;for(;++a<e.length;)u[a]=Ku(e[a],t,n);return u.join("")}function zi(e){return!!(e&&typeof e=="object")}function qi(e,t){let n=!1;return dn(e,function(u){if("value"in u&&/\r?\n|\r/.test(u.value)||u.type==="break")return n=!0,Kt}),!!((!e.depth||e.depth<3)&&Qu(e)&&(t.options.setext||n))}function Wi(e,t,n,u){const a=Math.max(Math.min(6,e.depth||1),1),s=n.createTracker(u);if(qi(e,n)){const E=n.enter("headingSetext"),m=n.enter("phrasing"),b=n.containerPhrasing(e,{...s.current(),before:`
|
|
10
|
-
`,after:`
|
|
11
|
-
`});return m(),E(),b+`
|
|
12
|
-
`+(a===1?"=":"-").repeat(b.length-(Math.max(b.lastIndexOf("\r"),b.lastIndexOf(`
|
|
13
|
-
`))+1))}const i="#".repeat(a),l=n.enter("headingAtx"),o=n.enter("phrasing");s.move(i+" ");let f=n.containerPhrasing(e,{before:"# ",after:`
|
|
14
|
-
`,...s.current()});return/^[\t ]/.test(f)&&(f=tt(f.charCodeAt(0))+f.slice(1)),f=f?i+" "+f:i,n.options.closeAtx&&(f+=" "+i),o(),l(),f}Gu.peek=ji;function Gu(e){return e.value||""}function ji(){return"<"}Xu.peek=$i;function Xu(e,t,n,u){const a=cn(n),s=a==='"'?"Quote":"Apostrophe",i=n.enter("image");let l=n.enter("label");const o=n.createTracker(u);let f=o.move("![");return f+=o.move(n.safe(e.alt,{before:f,after:"]",...o.current()})),f+=o.move("]("),l(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(l=n.enter("destinationLiteral"),f+=o.move("<"),f+=o.move(n.safe(e.url,{before:f,after:">",...o.current()})),f+=o.move(">")):(l=n.enter("destinationRaw"),f+=o.move(n.safe(e.url,{before:f,after:e.title?" ":")",...o.current()}))),l(),e.title&&(l=n.enter(`title${s}`),f+=o.move(" "+a),f+=o.move(n.safe(e.title,{before:f,after:a,...o.current()})),f+=o.move(a),l()),f+=o.move(")"),i(),f}function $i(){return"!"}Ju.peek=Vi;function Ju(e,t,n,u){const a=e.referenceType,s=n.enter("imageReference");let i=n.enter("label");const l=n.createTracker(u);let o=l.move("![");const f=n.safe(e.alt,{before:o,after:"]",...l.current()});o+=l.move(f+"]["),i();const E=n.stack;n.stack=[],i=n.enter("reference");const m=n.safe(n.associationId(e),{before:o,after:"]",...l.current()});return i(),n.stack=E,s(),a==="full"||!f||f!==m?o+=l.move(m+"]"):a==="shortcut"?o=o.slice(0,-1):o+=l.move("]"),o}function Vi(){return"!"}Zu.peek=Qi;function Zu(e,t,n){let u=e.value||"",a="`",s=-1;for(;new RegExp("(^|[^`])"+a+"([^`]|$)").test(u);)a+="`";for(/[^ \r\n]/.test(u)&&(/^[ \r\n]/.test(u)&&/[ \r\n]$/.test(u)||/^`|`$/.test(u))&&(u=" "+u+" ");++s<n.unsafe.length;){const i=n.unsafe[s],l=n.compilePattern(i);let o;if(i.atBreak)for(;o=l.exec(u);){let f=o.index;u.charCodeAt(f)===10&&u.charCodeAt(f-1)===13&&f--,u=u.slice(0,f)+" "+u.slice(o.index+1)}}return a+u+a}function Qi(){return"`"}function er(e,t){const n=Qu(e);return!!(!t.options.resourceLink&&e.url&&!e.title&&e.children&&e.children.length===1&&e.children[0].type==="text"&&(n===e.url||"mailto:"+n===e.url)&&/^[a-z][a-z+.-]+:/i.test(e.url)&&!/[\0- <>\u007F]/.test(e.url))}tr.peek=Ki;function tr(e,t,n,u){const a=cn(n),s=a==='"'?"Quote":"Apostrophe",i=n.createTracker(u);let l,o;if(er(e,n)){const E=n.stack;n.stack=[],l=n.enter("autolink");let m=i.move("<");return m+=i.move(n.containerPhrasing(e,{before:m,after:">",...i.current()})),m+=i.move(">"),l(),n.stack=E,m}l=n.enter("link"),o=n.enter("label");let f=i.move("[");return f+=i.move(n.containerPhrasing(e,{before:f,after:"](",...i.current()})),f+=i.move("]("),o(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(o=n.enter("destinationLiteral"),f+=i.move("<"),f+=i.move(n.safe(e.url,{before:f,after:">",...i.current()})),f+=i.move(">")):(o=n.enter("destinationRaw"),f+=i.move(n.safe(e.url,{before:f,after:e.title?" ":")",...i.current()}))),o(),e.title&&(o=n.enter(`title${s}`),f+=i.move(" "+a),f+=i.move(n.safe(e.title,{before:f,after:a,...i.current()})),f+=i.move(a),o()),f+=i.move(")"),l(),f}function Ki(e,t,n){return er(e,n)?"<":"["}nr.peek=Gi;function nr(e,t,n,u){const a=e.referenceType,s=n.enter("linkReference");let i=n.enter("label");const l=n.createTracker(u);let o=l.move("[");const f=n.containerPhrasing(e,{before:o,after:"]",...l.current()});o+=l.move(f+"]["),i();const E=n.stack;n.stack=[],i=n.enter("reference");const m=n.safe(n.associationId(e),{before:o,after:"]",...l.current()});return i(),n.stack=E,s(),a==="full"||!f||f!==m?o+=l.move(m+"]"):a==="shortcut"?o=o.slice(0,-1):o+=l.move("]"),o}function Gi(){return"["}function fn(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 Xi(e){const t=fn(e),n=e.options.bulletOther;if(!n)return t==="*"?"-":"*";if(n!=="*"&&n!=="+"&&n!=="-")throw new Error("Cannot serialize items with `"+n+"` for `options.bulletOther`, expected `*`, `+`, or `-`");if(n===t)throw new Error("Expected `bullet` (`"+t+"`) and `bulletOther` (`"+n+"`) to be different");return n}function Ji(e){const t=e.options.bulletOrdered||".";if(t!=="."&&t!==")")throw new Error("Cannot serialize items with `"+t+"` for `options.bulletOrdered`, expected `.` or `)`");return t}function ur(e){const t=e.options.rule||"*";if(t!=="*"&&t!=="-"&&t!=="_")throw new Error("Cannot serialize rules with `"+t+"` for `options.rule`, expected `*`, `-`, or `_`");return t}function Zi(e,t,n,u){const a=n.enter("list"),s=n.bulletCurrent;let i=e.ordered?Ji(n):fn(n);const l=e.ordered?i==="."?")":".":Xi(n);let o=t&&n.bulletLastUsed?i===n.bulletLastUsed:!1;if(!e.ordered){const E=e.children?e.children[0]:void 0;if((i==="*"||i==="-")&&E&&(!E.children||!E.children[0])&&n.stack[n.stack.length-1]==="list"&&n.stack[n.stack.length-2]==="listItem"&&n.stack[n.stack.length-3]==="list"&&n.stack[n.stack.length-4]==="listItem"&&n.indexStack[n.indexStack.length-1]===0&&n.indexStack[n.indexStack.length-2]===0&&n.indexStack[n.indexStack.length-3]===0&&(o=!0),ur(n)===i&&E){let m=-1;for(;++m<e.children.length;){const b=e.children[m];if(b&&b.type==="listItem"&&b.children&&b.children[0]&&b.children[0].type==="thematicBreak"){o=!0;break}}}}o&&(i=l),n.bulletCurrent=i;const f=n.containerFlow(e,u);return n.bulletLastUsed=i,n.bulletCurrent=s,a(),f}function es(e){const t=e.options.listItemIndent||"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 ts(e,t,n,u){const a=es(n);let s=n.bulletCurrent||fn(n);t&&t.type==="list"&&t.ordered&&(s=(typeof t.start=="number"&&t.start>-1?t.start:1)+(n.options.incrementListMarker===!1?0:t.children.indexOf(e))+s);let i=s.length+1;(a==="tab"||a==="mixed"&&(t&&t.type==="list"&&t.spread||e.spread))&&(i=Math.ceil(i/4)*4);const l=n.createTracker(u);l.move(s+" ".repeat(i-s.length)),l.shift(i);const o=n.enter("listItem"),f=n.indentLines(n.containerFlow(e,l.current()),E);return o(),f;function E(m,b,S){return b?(S?"":" ".repeat(i))+m:(S?s:s+" ".repeat(i-s.length))+m}}function ns(e,t,n,u){const a=n.enter("paragraph"),s=n.enter("phrasing"),i=n.containerPhrasing(e,u);return s(),a(),i}const us=Rt(["break","delete","emphasis","footnote","footnoteReference","image","imageReference","inlineCode","inlineMath","link","linkReference","mdxJsxTextElement","mdxTextExpression","strong","text","textDirective"]);function rs(e,t,n,u){return(e.children.some(function(i){return us(i)})?n.containerPhrasing:n.containerFlow).call(n,e,u)}function as(e){const t=e.options.strong||"*";if(t!=="*"&&t!=="_")throw new Error("Cannot serialize strong with `"+t+"` for `options.strong`, expected `*`, or `_`");return t}rr.peek=is;function rr(e,t,n,u){const a=as(n),s=n.enter("strong"),i=n.createTracker(u),l=i.move(a+a);let o=i.move(n.containerPhrasing(e,{after:a,before:l,...i.current()}));const f=o.charCodeAt(0),E=It(u.before.charCodeAt(u.before.length-1),f,a);E.inside&&(o=tt(f)+o.slice(1));const m=o.charCodeAt(o.length-1),b=It(u.after.charCodeAt(0),m,a);b.inside&&(o=o.slice(0,-1)+tt(m));const S=i.move(a+a);return s(),n.attentionEncodeSurroundingInfo={after:b.outside,before:E.outside},l+o+S}function is(e,t,n){return n.options.strong||"*"}function ss(e,t,n,u){return n.safe(e.value,u)}function os(e){const t=e.options.ruleRepetition||3;if(t<3)throw new Error("Cannot serialize rules with repetition `"+t+"` for `options.ruleRepetition`, expected `3` or more");return t}function ls(e,t,n){const u=(ur(n)+(n.options.ruleSpaces?" ":"")).repeat(os(n));return n.options.ruleSpaces?u.slice(0,-1):u}const ar={blockquote:Ri,break:Vn,code:Bi,definition:vi,emphasis:Vu,hardBreak:Vn,heading:Wi,html:Gu,image:Xu,imageReference:Ju,inlineCode:Zu,link:tr,linkReference:nr,list:Zi,listItem:ts,paragraph:ns,root:rs,strong:rr,text:ss,thematicBreak:ls};function cs(){return{enter:{table:ds,tableData:Kn,tableHeader:Kn,tableRow:hs},exit:{codeText:ms,table:fs,tableData:qt,tableHeader:qt,tableRow:qt}}}function ds(e){const t=e._align;this.enter({type:"table",align:t.map(function(n){return n==="none"?null:n}),children:[]},e),this.data.inTable=!0}function fs(e){this.exit(e),this.data.inTable=void 0}function hs(e){this.enter({type:"tableRow",children:[]},e)}function qt(e){this.exit(e)}function Kn(e){this.enter({type:"tableCell",children:[]},e)}function ms(e){let t=this.resume();this.data.inTable&&(t=t.replace(/\\([\\|])/g,Es));const n=this.stack[this.stack.length-1];n.type,n.value=t,this.exit(e)}function Es(e,t){return t==="|"?t:e}function ps(e){const t=e||{},n=t.tableCellPadding,u=t.tablePipeAlign,a=t.stringLength,s=n?" ":"|";return{unsafe:[{character:"\r",inConstruct:"tableCell"},{character:`
|
|
15
|
-
`,inConstruct:"tableCell"},{atBreak:!0,character:"|",after:"[ :-]"},{character:"|",inConstruct:"tableCell"},{atBreak:!0,character:":",after:"-"},{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{inlineCode:b,table:i,tableCell:o,tableRow:l}};function i(S,g,O,D){return f(E(S,O,D),S.align)}function l(S,g,O,D){const L=m(S,O,D),k=f([L]);return k.slice(0,k.indexOf(`
|
|
16
|
-
`))}function o(S,g,O,D){const L=O.enter("tableCell"),k=O.enter("phrasing"),M=O.containerPhrasing(S,{...D,before:s,after:s});return k(),L(),M}function f(S,g){return Di(S,{align:g,alignDelimiters:u,padding:n,stringLength:a})}function E(S,g,O){const D=S.children;let L=-1;const k=[],M=g.enter("table");for(;++L<D.length;)k[L]=m(D[L],g,O);return M(),k}function m(S,g,O){const D=S.children;let L=-1;const k=[],M=g.enter("tableRow");for(;++L<D.length;)k[L]=o(D[L],S,g,O);return M(),k}function b(S,g,O){let D=ar.inlineCode(S,g,O);return O.stack.includes("tableCell")&&(D=D.replace(/\|/g,"\\$&")),D}}function Ts(){return{exit:{taskListCheckValueChecked:Gn,taskListCheckValueUnchecked:Gn,paragraph:gs}}}function bs(){return{unsafe:[{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{listItem:As}}}function Gn(e){const t=this.stack[this.stack.length-2];t.type,t.checked=e.type==="taskListCheckValueChecked"}function gs(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];n.type;const u=n.children[0];if(u&&u.type==="text"){const a=t.children;let s=-1,i;for(;++s<a.length;){const l=a[s];if(l.type==="paragraph"){i=l;break}}i===n&&(u.value=u.value.slice(1),u.value.length===0?n.children.shift():n.position&&u.position&&typeof u.position.start.offset=="number"&&(u.position.start.column++,u.position.start.offset++,n.position.start=Object.assign({},u.position.start)))}}this.exit(e)}function As(e,t,n,u){const a=e.children[0],s=typeof e.checked=="boolean"&&a&&a.type==="paragraph",i="["+(e.checked?"x":" ")+"] ",l=n.createTracker(u);s&&l.move(i);let o=ar.listItem(e,t,n,{...u,...l.current()});return s&&(o=o.replace(/^(?:[*+-]|\d+\.)([\r\n]| {1,3})/,f)),o;function f(E){return E+i}}function _s(){return[Xa(),bi(),Ci(),cs(),Ts()]}function Cs(e){return{extensions:[Ja(),gi(e),Ii(),ps(e),bs()]}}function gt(e,t,n,u){const a=e.length;let s=0,i;if(t<0?t=-t>a?0:a+t:t=t>a?a:t,n=n>0?n:0,u.length<1e4)i=Array.from(u),i.unshift(t,n),e.splice(...i);else for(n&&e.splice(t,n);s<u.length;)i=u.slice(s,s+1e4),i.unshift(t,0),e.splice(...i),s+=1e4,t+=1e4}const Xn={}.hasOwnProperty;function Is(e){const t={};let n=-1;for(;++n<e.length;)Ns(t,e[n]);return t}function Ns(e,t){let n;for(n in t){const a=(Xn.call(e,n)?e[n]:void 0)||(e[n]={}),s=t[n];let i;if(s)for(i in s){Xn.call(a,i)||(a[i]=[]);const l=s[i];Ss(a[i],Array.isArray(l)?l:l?[l]:[])}}}function Ss(e,t){let n=-1;const u=[];for(;++n<t.length;)(t[n].add==="after"?e:u).push(t[n]);gt(e,0,0,u)}const Os={tokenize:xs,partial:!0},ir={tokenize:Ps,partial:!0},sr={tokenize:Ms,partial:!0},or={tokenize:ws,partial:!0},Ls={tokenize:Bs,partial:!0},lr={name:"wwwAutolink",tokenize:Rs,previous:dr},cr={name:"protocolAutolink",tokenize:ys,previous:fr},me={name:"emailAutolink",tokenize:ks,previous:hr},le={};function Ds(){return{text:le}}let be=48;for(;be<123;)le[be]=me,be++,be===58?be=65:be===91&&(be=97);le[43]=me;le[45]=me;le[46]=me;le[95]=me;le[72]=[me,cr];le[104]=[me,cr];le[87]=[me,lr];le[119]=[me,lr];function ks(e,t,n){const u=this;let a,s;return i;function i(m){return!Gt(m)||!hr.call(u,u.previous)||hn(u.events)?n(m):(e.enter("literalAutolink"),e.enter("literalAutolinkEmail"),l(m))}function l(m){return Gt(m)?(e.consume(m),l):m===64?(e.consume(m),o):n(m)}function o(m){return m===46?e.check(Ls,E,f)(m):m===45||m===95||ln(m)?(s=!0,e.consume(m),o):E(m)}function f(m){return e.consume(m),a=!0,o}function E(m){return s&&a&&et(u.previous)?(e.exit("literalAutolinkEmail"),e.exit("literalAutolink"),t(m)):n(m)}}function Rs(e,t,n){const u=this;return a;function a(i){return i!==87&&i!==119||!dr.call(u,u.previous)||hn(u.events)?n(i):(e.enter("literalAutolink"),e.enter("literalAutolinkWww"),e.check(Os,e.attempt(ir,e.attempt(sr,s),n),n)(i))}function s(i){return e.exit("literalAutolinkWww"),e.exit("literalAutolink"),t(i)}}function ys(e,t,n){const u=this;let a="",s=!1;return i;function i(m){return(m===72||m===104)&&fr.call(u,u.previous)&&!hn(u.events)?(e.enter("literalAutolink"),e.enter("literalAutolinkHttp"),a+=String.fromCodePoint(m),e.consume(m),l):n(m)}function l(m){if(et(m)&&a.length<5)return a+=String.fromCodePoint(m),e.consume(m),l;if(m===58){const b=a.toLowerCase();if(b==="http"||b==="https")return e.consume(m),o}return n(m)}function o(m){return m===47?(e.consume(m),s?f:(s=!0,o)):n(m)}function f(m){return m===null||va(m)||J(m)||Ce(m)||Dt(m)?n(m):e.attempt(ir,e.attempt(sr,E),n)(m)}function E(m){return e.exit("literalAutolinkHttp"),e.exit("literalAutolink"),t(m)}}function xs(e,t,n){let u=0;return a;function a(i){return(i===87||i===119)&&u<3?(u++,e.consume(i),a):i===46&&u===3?(e.consume(i),s):n(i)}function s(i){return i===null?n(i):t(i)}}function Ps(e,t,n){let u,a,s;return i;function i(f){return f===46||f===95?e.check(or,o,l)(f):f===null||J(f)||Ce(f)||f!==45&&Dt(f)?o(f):(s=!0,e.consume(f),i)}function l(f){return f===95?u=!0:(a=u,u=void 0),e.consume(f),i}function o(f){return a||u||!s?n(f):t(f)}}function Ms(e,t){let n=0,u=0;return a;function a(i){return i===40?(n++,e.consume(i),a):i===41&&u<n?s(i):i===33||i===34||i===38||i===39||i===41||i===42||i===44||i===46||i===58||i===59||i===60||i===63||i===93||i===95||i===126?e.check(or,t,s)(i):i===null||J(i)||Ce(i)?t(i):(e.consume(i),a)}function s(i){return i===41&&u++,e.consume(i),a}}function ws(e,t,n){return u;function u(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),u):l===38?(e.consume(l),s):l===93?(e.consume(l),a):l===60||l===null||J(l)||Ce(l)?t(l):n(l)}function a(l){return l===null||l===40||l===91||J(l)||Ce(l)?t(l):u(l)}function s(l){return et(l)?i(l):n(l)}function i(l){return l===59?(e.consume(l),u):et(l)?(e.consume(l),i):n(l)}}function Bs(e,t,n){return u;function u(s){return e.consume(s),a}function a(s){return ln(s)?n(s):t(s)}}function dr(e){return e===null||e===40||e===42||e===95||e===91||e===93||e===126||J(e)}function fr(e){return!et(e)}function hr(e){return!(e===47||Gt(e))}function Gt(e){return e===43||e===45||e===46||e===95||ln(e)}function hn(e){let t=e.length,n=!1;for(;t--;){const u=e[t][1];if((u.type==="labelLink"||u.type==="labelImage")&&!u._balanced){n=!0;break}if(u._gfmAutolinkLiteralWalkedInto){n=!1;break}}return e.length>0&&!n&&(e[e.length-1][1]._gfmAutolinkLiteralWalkedInto=!0),n}function Fs(e,t,n){const u=[];let a=-1;for(;++a<e.length;){const s=e[a].resolveAll;s&&!u.includes(s)&&(t=s(t,n),u.push(s))}return t}function fe(e,t,n,u){const a=u?u-1:Number.POSITIVE_INFINITY;let s=0;return i;function i(o){return de(o)?(e.enter(n),l(o)):t(o)}function l(o){return de(o)&&s++<a?(e.consume(o),l):(e.exit(n),t(o))}}const vs={partial:!0,tokenize:Us};function Us(e,t,n){return u;function u(s){return de(s)?fe(e,a,"linePrefix")(s):a(s)}function a(s){return s===null||Re(s)?t(s):n(s)}}const Hs={tokenize:Qs,partial:!0};function Ys(){return{document:{91:{name:"gfmFootnoteDefinition",tokenize:js,continuation:{tokenize:$s},exit:Vs}},text:{91:{name:"gfmFootnoteCall",tokenize:Ws},93:{name:"gfmPotentialFootnoteCall",add:"after",tokenize:zs,resolveTo:qs}}}}function zs(e,t,n){const u=this;let a=u.events.length;const s=u.parser.gfmFootnotes||(u.parser.gfmFootnotes=[]);let i;for(;a--;){const o=u.events[a][1];if(o.type==="labelImage"){i=o;break}if(o.type==="gfmFootnoteCall"||o.type==="labelLink"||o.type==="label"||o.type==="image"||o.type==="link")break}return l;function l(o){if(!i||!i._balanced)return n(o);const f=rt(u.sliceSerialize({start:i.end,end:u.now()}));return f.codePointAt(0)!==94||!s.includes(f.slice(1))?n(o):(e.enter("gfmFootnoteCallLabelMarker"),e.consume(o),e.exit("gfmFootnoteCallLabelMarker"),t(o))}}function qs(e,t){let n=e.length;for(;n--;)if(e[n][1].type==="labelImage"&&e[n][0]==="enter"){e[n][1];break}e[n+1][1].type="data",e[n+3][1].type="gfmFootnoteCallLabelMarker";const u={type:"gfmFootnoteCall",start:Object.assign({},e[n+3][1].start),end:Object.assign({},e[e.length-1][1].end)},a={type:"gfmFootnoteCallMarker",start:Object.assign({},e[n+3][1].end),end:Object.assign({},e[n+3][1].end)};a.end.column++,a.end.offset++,a.end._bufferIndex++;const s={type:"gfmFootnoteCallString",start:Object.assign({},a.end),end:Object.assign({},e[e.length-1][1].start)},i={type:"chunkString",contentType:"string",start:Object.assign({},s.start),end:Object.assign({},s.end)},l=[e[n+1],e[n+2],["enter",u,t],e[n+3],e[n+4],["enter",a,t],["exit",a,t],["enter",s,t],["enter",i,t],["exit",i,t],["exit",s,t],e[e.length-2],e[e.length-1],["exit",u,t]];return e.splice(n,e.length-n+1,...l),e}function Ws(e,t,n){const u=this,a=u.parser.gfmFootnotes||(u.parser.gfmFootnotes=[]);let s=0,i;return l;function l(m){return e.enter("gfmFootnoteCall"),e.enter("gfmFootnoteCallLabelMarker"),e.consume(m),e.exit("gfmFootnoteCallLabelMarker"),o}function o(m){return m!==94?n(m):(e.enter("gfmFootnoteCallMarker"),e.consume(m),e.exit("gfmFootnoteCallMarker"),e.enter("gfmFootnoteCallString"),e.enter("chunkString").contentType="string",f)}function f(m){if(s>999||m===93&&!i||m===null||m===91||J(m))return n(m);if(m===93){e.exit("chunkString");const b=e.exit("gfmFootnoteCallString");return a.includes(rt(u.sliceSerialize(b)))?(e.enter("gfmFootnoteCallLabelMarker"),e.consume(m),e.exit("gfmFootnoteCallLabelMarker"),e.exit("gfmFootnoteCall"),t):n(m)}return J(m)||(i=!0),s++,e.consume(m),m===92?E:f}function E(m){return m===91||m===92||m===93?(e.consume(m),s++,f):f(m)}}function js(e,t,n){const u=this,a=u.parser.gfmFootnotes||(u.parser.gfmFootnotes=[]);let s,i=0,l;return o;function o(g){return e.enter("gfmFootnoteDefinition")._container=!0,e.enter("gfmFootnoteDefinitionLabel"),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(g),e.exit("gfmFootnoteDefinitionLabelMarker"),f}function f(g){return g===94?(e.enter("gfmFootnoteDefinitionMarker"),e.consume(g),e.exit("gfmFootnoteDefinitionMarker"),e.enter("gfmFootnoteDefinitionLabelString"),e.enter("chunkString").contentType="string",E):n(g)}function E(g){if(i>999||g===93&&!l||g===null||g===91||J(g))return n(g);if(g===93){e.exit("chunkString");const O=e.exit("gfmFootnoteDefinitionLabelString");return s=rt(u.sliceSerialize(O)),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(g),e.exit("gfmFootnoteDefinitionLabelMarker"),e.exit("gfmFootnoteDefinitionLabel"),b}return J(g)||(l=!0),i++,e.consume(g),g===92?m:E}function m(g){return g===91||g===92||g===93?(e.consume(g),i++,E):E(g)}function b(g){return g===58?(e.enter("definitionMarker"),e.consume(g),e.exit("definitionMarker"),a.includes(s)||a.push(s),fe(e,S,"gfmFootnoteDefinitionWhitespace")):n(g)}function S(g){return t(g)}}function $s(e,t,n){return e.check(vs,t,e.attempt(Hs,t,n))}function Vs(e){e.exit("gfmFootnoteDefinition")}function Qs(e,t,n){const u=this;return fe(e,a,"gfmFootnoteDefinitionIndent",5);function a(s){const i=u.events[u.events.length-1];return i&&i[1].type==="gfmFootnoteDefinitionIndent"&&i[2].sliceSerialize(i[1],!0).length===4?t(s):n(s)}}function Ks(e){let n=(e||{}).singleTilde;const u={name:"strikethrough",tokenize:s,resolveAll:a};return n==null&&(n=!0),{text:{126:u},insideSpan:{null:[u]},attentionMarkers:{null:[126]}};function a(i,l){let o=-1;for(;++o<i.length;)if(i[o][0]==="enter"&&i[o][1].type==="strikethroughSequenceTemporary"&&i[o][1]._close){let f=o;for(;f--;)if(i[f][0]==="exit"&&i[f][1].type==="strikethroughSequenceTemporary"&&i[f][1]._open&&i[o][1].end.offset-i[o][1].start.offset===i[f][1].end.offset-i[f][1].start.offset){i[o][1].type="strikethroughSequence",i[f][1].type="strikethroughSequence";const E={type:"strikethrough",start:Object.assign({},i[f][1].start),end:Object.assign({},i[o][1].end)},m={type:"strikethroughText",start:Object.assign({},i[f][1].end),end:Object.assign({},i[o][1].start)},b=[["enter",E,l],["enter",i[f][1],l],["exit",i[f][1],l],["enter",m,l]],S=l.parser.constructs.insideSpan.null;S&>(b,b.length,0,Fs(S,i.slice(f+1,o),l)),gt(b,b.length,0,[["exit",m,l],["enter",i[o][1],l],["exit",i[o][1],l],["exit",E,l]]),gt(i,f-1,o-f+3,b),o=f+b.length-2;break}}for(o=-1;++o<i.length;)i[o][1].type==="strikethroughSequenceTemporary"&&(i[o][1].type="data");return i}function s(i,l,o){const f=this.previous,E=this.events;let m=0;return b;function b(g){return f===126&&E[E.length-1][1].type!=="characterEscape"?o(g):(i.enter("strikethroughSequenceTemporary"),S(g))}function S(g){const O=Ct(f);if(g===126)return m>1?o(g):(i.consume(g),m++,S);if(m<2&&!n)return o(g);const D=i.exit("strikethroughSequenceTemporary"),L=Ct(g);return D._open=!L||L===2&&!!O,D._close=!O||O===2&&!!L,l(g)}}}class Gs{constructor(){this.map=[]}add(t,n,u){Xs(this,t,n,u)}consume(t){if(this.map.sort(function(s,i){return s[0]-i[0]}),this.map.length===0)return;let n=this.map.length;const u=[];for(;n>0;)n-=1,u.push(t.slice(this.map[n][0]+this.map[n][1]),this.map[n][2]),t.length=this.map[n][0];u.push(t.slice()),t.length=0;let a=u.pop();for(;a;){for(const s of a)t.push(s);a=u.pop()}this.map.length=0}}function Xs(e,t,n,u){let a=0;if(!(n===0&&u.length===0)){for(;a<e.map.length;){if(e.map[a][0]===t){e.map[a][1]+=n,e.map[a][2].push(...u);return}a+=1}e.map.push([t,n,u])}}function Js(e,t){let n=!1;const u=[];for(;t<e.length;){const a=e[t];if(n){if(a[0]==="enter")a[1].type==="tableContent"&&u.push(e[t+1][1].type==="tableDelimiterMarker"?"left":"none");else if(a[1].type==="tableContent"){if(e[t-1][1].type==="tableDelimiterMarker"){const s=u.length-1;u[s]=u[s]==="left"?"center":"right"}}else if(a[1].type==="tableDelimiterRow")break}else a[0]==="enter"&&a[1].type==="tableDelimiterRow"&&(n=!0);t+=1}return u}function Zs(){return{flow:{null:{name:"table",tokenize:eo,resolveAll:to}}}}function eo(e,t,n){const u=this;let a=0,s=0,i;return l;function l(A){let Ye=u.events.length-1;for(;Ye>-1;){const Un=u.events[Ye][1].type;if(Un==="lineEnding"||Un==="linePrefix")Ye--;else break}const Fn=Ye>-1?u.events[Ye][1].type:null,vn=Fn==="tableHead"||Fn==="tableRow"?$:o;return vn===$&&u.parser.lazy[u.now().line]?n(A):vn(A)}function o(A){return e.enter("tableHead"),e.enter("tableRow"),f(A)}function f(A){return A===124||(i=!0,s+=1),E(A)}function E(A){return A===null?n(A):Re(A)?s>1?(s=0,u.interrupt=!0,e.exit("tableRow"),e.enter("lineEnding"),e.consume(A),e.exit("lineEnding"),S):n(A):de(A)?fe(e,E,"whitespace")(A):(s+=1,i&&(i=!1,a+=1),A===124?(e.enter("tableCellDivider"),e.consume(A),e.exit("tableCellDivider"),i=!0,E):(e.enter("data"),m(A)))}function m(A){return A===null||A===124||J(A)?(e.exit("data"),E(A)):(e.consume(A),A===92?b:m)}function b(A){return A===92||A===124?(e.consume(A),m):m(A)}function S(A){return u.interrupt=!1,u.parser.lazy[u.now().line]?n(A):(e.enter("tableDelimiterRow"),i=!1,de(A)?fe(e,g,"linePrefix",u.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(A):g(A))}function g(A){return A===45||A===58?D(A):A===124?(i=!0,e.enter("tableCellDivider"),e.consume(A),e.exit("tableCellDivider"),O):K(A)}function O(A){return de(A)?fe(e,D,"whitespace")(A):D(A)}function D(A){return A===58?(s+=1,i=!0,e.enter("tableDelimiterMarker"),e.consume(A),e.exit("tableDelimiterMarker"),L):A===45?(s+=1,L(A)):A===null||Re(A)?ee(A):K(A)}function L(A){return A===45?(e.enter("tableDelimiterFiller"),k(A)):K(A)}function k(A){return A===45?(e.consume(A),k):A===58?(i=!0,e.exit("tableDelimiterFiller"),e.enter("tableDelimiterMarker"),e.consume(A),e.exit("tableDelimiterMarker"),M):(e.exit("tableDelimiterFiller"),M(A))}function M(A){return de(A)?fe(e,ee,"whitespace")(A):ee(A)}function ee(A){return A===124?g(A):A===null||Re(A)?!i||a!==s?K(A):(e.exit("tableDelimiterRow"),e.exit("tableHead"),t(A)):K(A)}function K(A){return n(A)}function $(A){return e.enter("tableRow"),ct(A)}function ct(A){return A===124?(e.enter("tableCellDivider"),e.consume(A),e.exit("tableCellDivider"),ct):A===null||Re(A)?(e.exit("tableRow"),t(A)):de(A)?fe(e,ct,"whitespace")(A):(e.enter("data"),dt(A))}function dt(A){return A===null||A===124||J(A)?(e.exit("data"),ct(A)):(e.consume(A),A===92?wa:dt)}function wa(A){return A===92||A===124?(e.consume(A),dt):dt(A)}}function to(e,t){let n=-1,u=!0,a=0,s=[0,0,0,0],i=[0,0,0,0],l=!1,o=0,f,E,m;const b=new Gs;for(;++n<e.length;){const S=e[n],g=S[1];S[0]==="enter"?g.type==="tableHead"?(l=!1,o!==0&&(Jn(b,t,o,f,E),E=void 0,o=0),f={type:"table",start:Object.assign({},g.start),end:Object.assign({},g.end)},b.add(n,0,[["enter",f,t]])):g.type==="tableRow"||g.type==="tableDelimiterRow"?(u=!0,m=void 0,s=[0,0,0,0],i=[0,n+1,0,0],l&&(l=!1,E={type:"tableBody",start:Object.assign({},g.start),end:Object.assign({},g.end)},b.add(n,0,[["enter",E,t]])),a=g.type==="tableDelimiterRow"?2:E?3:1):a&&(g.type==="data"||g.type==="tableDelimiterMarker"||g.type==="tableDelimiterFiller")?(u=!1,i[2]===0&&(s[1]!==0&&(i[0]=i[1],m=ft(b,t,s,a,void 0,m),s=[0,0,0,0]),i[2]=n)):g.type==="tableCellDivider"&&(u?u=!1:(s[1]!==0&&(i[0]=i[1],m=ft(b,t,s,a,void 0,m)),s=i,i=[s[1],n,0,0])):g.type==="tableHead"?(l=!0,o=n):g.type==="tableRow"||g.type==="tableDelimiterRow"?(o=n,s[1]!==0?(i[0]=i[1],m=ft(b,t,s,a,n,m)):i[1]!==0&&(m=ft(b,t,i,a,n,m)),a=0):a&&(g.type==="data"||g.type==="tableDelimiterMarker"||g.type==="tableDelimiterFiller")&&(i[3]=n)}for(o!==0&&Jn(b,t,o,f,E),b.consume(t.events),n=-1;++n<t.events.length;){const S=t.events[n];S[0]==="enter"&&S[1].type==="table"&&(S[1]._align=Js(t.events,n))}return e}function ft(e,t,n,u,a,s){const i=u===1?"tableHeader":u===2?"tableDelimiter":"tableData",l="tableContent";n[0]!==0&&(s.end=Object.assign({},ke(t.events,n[0])),e.add(n[0],0,[["exit",s,t]]));const o=ke(t.events,n[1]);if(s={type:i,start:Object.assign({},o),end:Object.assign({},o)},e.add(n[1],0,[["enter",s,t]]),n[2]!==0){const f=ke(t.events,n[2]),E=ke(t.events,n[3]),m={type:l,start:Object.assign({},f),end:Object.assign({},E)};if(e.add(n[2],0,[["enter",m,t]]),u!==2){const b=t.events[n[2]],S=t.events[n[3]];if(b[1].end=Object.assign({},S[1].end),b[1].type="chunkText",b[1].contentType="text",n[3]>n[2]+1){const g=n[2]+1,O=n[3]-n[2]-1;e.add(g,O,[])}}e.add(n[3]+1,0,[["exit",m,t]])}return a!==void 0&&(s.end=Object.assign({},ke(t.events,a)),e.add(a,0,[["exit",s,t]]),s=void 0),s}function Jn(e,t,n,u,a){const s=[],i=ke(t.events,n);a&&(a.end=Object.assign({},i),s.push(["exit",a,t])),u.end=Object.assign({},i),s.push(["exit",u,t]),e.add(n+1,0,s)}function ke(e,t){const n=e[t],u=n[0]==="enter"?"start":"end";return n[1][u]}const no={name:"tasklistCheck",tokenize:ro};function uo(){return{text:{91:no}}}function ro(e,t,n){const u=this;return a;function a(o){return u.previous!==null||!u._gfmTasklistFirstContentOfListItem?n(o):(e.enter("taskListCheck"),e.enter("taskListCheckMarker"),e.consume(o),e.exit("taskListCheckMarker"),s)}function s(o){return J(o)?(e.enter("taskListCheckValueUnchecked"),e.consume(o),e.exit("taskListCheckValueUnchecked"),i):o===88||o===120?(e.enter("taskListCheckValueChecked"),e.consume(o),e.exit("taskListCheckValueChecked"),i):n(o)}function i(o){return o===93?(e.enter("taskListCheckMarker"),e.consume(o),e.exit("taskListCheckMarker"),e.exit("taskListCheck"),l):n(o)}function l(o){return Re(o)?t(o):de(o)?e.check({tokenize:ao},t,n)(o):n(o)}}function ao(e,t,n){return fe(e,u,"whitespace");function u(a){return a===null?n(a):t(a)}}function io(e){return Is([Ds(),Ys(),Ks(e),Zs(),uo()])}const so={};function oo(e){const t=this,n=e||so,u=t.data(),a=u.micromarkExtensions||(u.micromarkExtensions=[]),s=u.fromMarkdownExtensions||(u.fromMarkdownExtensions=[]),i=u.toMarkdownExtensions||(u.toMarkdownExtensions=[]);a.push(io(n)),s.push(_s()),i.push(Cs(n))}const mr=-1,xt=0,Qe=1,Nt=2,mn=3,En=4,pn=5,Tn=6,Er=7,pr=8,Zn=typeof self=="object"?self:globalThis,lo=(e,t)=>{const n=(a,s)=>(e.set(s,a),a),u=a=>{if(e.has(a))return e.get(a);const[s,i]=t[a];switch(s){case xt:case mr:return n(i,a);case Qe:{const l=n([],a);for(const o of i)l.push(u(o));return l}case Nt:{const l=n({},a);for(const[o,f]of i)l[u(o)]=u(f);return l}case mn:return n(new Date(i),a);case En:{const{source:l,flags:o}=i;return n(new RegExp(l,o),a)}case pn:{const l=n(new Map,a);for(const[o,f]of i)l.set(u(o),u(f));return l}case Tn:{const l=n(new Set,a);for(const o of i)l.add(u(o));return l}case Er:{const{name:l,message:o}=i;return n(new Zn[l](o),a)}case pr:return n(BigInt(i),a);case"BigInt":return n(Object(BigInt(i)),a);case"ArrayBuffer":return n(new Uint8Array(i).buffer,i);case"DataView":{const{buffer:l}=new Uint8Array(i);return n(new DataView(l),i)}}return n(new Zn[s](i),a)};return u},eu=e=>lo(new Map,e)(0),De="",{toString:co}={},{keys:fo}=Object,ze=e=>{const t=typeof e;if(t!=="object"||!e)return[xt,t];const n=co.call(e).slice(8,-1);switch(n){case"Array":return[Qe,De];case"Object":return[Nt,De];case"Date":return[mn,De];case"RegExp":return[En,De];case"Map":return[pn,De];case"Set":return[Tn,De];case"DataView":return[Qe,n]}return n.includes("Array")?[Qe,n]:n.includes("Error")?[Er,n]:[Nt,n]},ht=([e,t])=>e===xt&&(t==="function"||t==="symbol"),ho=(e,t,n,u)=>{const a=(i,l)=>{const o=u.push(i)-1;return n.set(l,o),o},s=i=>{if(n.has(i))return n.get(i);let[l,o]=ze(i);switch(l){case xt:{let E=i;switch(o){case"bigint":l=pr,E=i.toString();break;case"function":case"symbol":if(e)throw new TypeError("unable to serialize "+o);E=null;break;case"undefined":return a([mr],i)}return a([l,E],i)}case Qe:{if(o){let b=i;return o==="DataView"?b=new Uint8Array(i.buffer):o==="ArrayBuffer"&&(b=new Uint8Array(i)),a([o,[...b]],i)}const E=[],m=a([l,E],i);for(const b of i)E.push(s(b));return m}case Nt:{if(o)switch(o){case"BigInt":return a([o,i.toString()],i);case"Boolean":case"Number":case"String":return a([o,i.valueOf()],i)}if(t&&"toJSON"in i)return s(i.toJSON());const E=[],m=a([l,E],i);for(const b of fo(i))(e||!ht(ze(i[b])))&&E.push([s(b),s(i[b])]);return m}case mn:return a([l,i.toISOString()],i);case En:{const{source:E,flags:m}=i;return a([l,{source:E,flags:m}],i)}case pn:{const E=[],m=a([l,E],i);for(const[b,S]of i)(e||!(ht(ze(b))||ht(ze(S))))&&E.push([s(b),s(S)]);return m}case Tn:{const E=[],m=a([l,E],i);for(const b of i)(e||!ht(ze(b)))&&E.push(s(b));return m}}const{message:f}=i;return a([l,{name:o,message:f}],i)};return s},tu=(e,{json:t,lossy:n}={})=>{const u=[];return ho(!(t||n),!!t,new Map,u)(e),u},Xt=typeof structuredClone=="function"?(e,t)=>t&&("json"in t||"lossy"in t)?eu(tu(e,t)):structuredClone(e):(e,t)=>eu(tu(e,t));let at=class{constructor(t,n,u){this.normal=n,this.property=t,u&&(this.space=u)}};at.prototype.normal={};at.prototype.property={};at.prototype.space=void 0;function Tr(e,t){const n={},u={};for(const a of e)Object.assign(n,a.property),Object.assign(u,a.normal);return new at(n,u,t)}function nt(e){return e.toLowerCase()}let Z=class{constructor(t,n){this.attribute=n,this.property=t}};Z.prototype.attribute="";Z.prototype.booleanish=!1;Z.prototype.boolean=!1;Z.prototype.commaOrSpaceSeparated=!1;Z.prototype.commaSeparated=!1;Z.prototype.defined=!1;Z.prototype.mustUseProperty=!1;Z.prototype.number=!1;Z.prototype.overloadedBoolean=!1;Z.prototype.property="";Z.prototype.spaceSeparated=!1;Z.prototype.space=void 0;let mo=0;const R=Ie(),Y=Ie(),br=Ie(),I=Ie(),B=Ie(),xe=Ie(),te=Ie();function Ie(){return 2**++mo}const Jt=Object.freeze(Object.defineProperty({__proto__:null,boolean:R,booleanish:Y,commaOrSpaceSeparated:te,commaSeparated:xe,number:I,overloadedBoolean:br,spaceSeparated:B},Symbol.toStringTag,{value:"Module"})),Wt=Object.keys(Jt);let bn=class extends Z{constructor(t,n,u,a){let s=-1;if(super(t,n),nu(this,"space",a),typeof u=="number")for(;++s<Wt.length;){const i=Wt[s];nu(this,Wt[s],(u&Jt[i])===Jt[i])}}};bn.prototype.defined=!0;function nu(e,t,n){n&&(e[t]=n)}function we(e){const t={},n={};for(const[u,a]of Object.entries(e.properties)){const s=new bn(u,e.transform(e.attributes||{},u),a,e.space);e.mustUseProperty&&e.mustUseProperty.includes(u)&&(s.mustUseProperty=!0),t[u]=s,n[nt(u)]=u,n[nt(s.attribute)]=u}return new at(t,n,e.space)}const gr=we({properties:{ariaActiveDescendant:null,ariaAtomic:Y,ariaAutoComplete:null,ariaBusy:Y,ariaChecked:Y,ariaColCount:I,ariaColIndex:I,ariaColSpan:I,ariaControls:B,ariaCurrent:null,ariaDescribedBy:B,ariaDetails:null,ariaDisabled:Y,ariaDropEffect:B,ariaErrorMessage:null,ariaExpanded:Y,ariaFlowTo:B,ariaGrabbed:Y,ariaHasPopup:null,ariaHidden:Y,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:B,ariaLevel:I,ariaLive:null,ariaModal:Y,ariaMultiLine:Y,ariaMultiSelectable:Y,ariaOrientation:null,ariaOwns:B,ariaPlaceholder:null,ariaPosInSet:I,ariaPressed:Y,ariaReadOnly:Y,ariaRelevant:null,ariaRequired:Y,ariaRoleDescription:B,ariaRowCount:I,ariaRowIndex:I,ariaRowSpan:I,ariaSelected:Y,ariaSetSize:I,ariaSort:null,ariaValueMax:I,ariaValueMin:I,ariaValueNow:I,ariaValueText:null,role:null},transform(e,t){return t==="role"?t:"aria-"+t.slice(4).toLowerCase()}});function Ar(e,t){return t in e?e[t]:t}function _r(e,t){return Ar(e,t.toLowerCase())}const Eo=we({attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:xe,acceptCharset:B,accessKey:B,action:null,allow:null,allowFullScreen:R,allowPaymentRequest:R,allowUserMedia:R,alt:null,as:null,async:R,autoCapitalize:null,autoComplete:B,autoFocus:R,autoPlay:R,blocking:B,capture:null,charSet:null,checked:R,cite:null,className:B,cols:I,colSpan:null,content:null,contentEditable:Y,controls:R,controlsList:B,coords:I|xe,crossOrigin:null,data:null,dateTime:null,decoding:null,default:R,defer:R,dir:null,dirName:null,disabled:R,download:br,draggable:Y,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:R,formTarget:null,headers:B,height:I,hidden:R,high:I,href:null,hrefLang:null,htmlFor:B,httpEquiv:B,id:null,imageSizes:null,imageSrcSet:null,inert:R,inputMode:null,integrity:null,is:null,isMap:R,itemId:null,itemProp:B,itemRef:B,itemScope:R,itemType:B,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:R,low:I,manifest:null,max:null,maxLength:I,media:null,method:null,min:null,minLength:I,multiple:R,muted:R,name:null,nonce:null,noModule:R,noValidate:R,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:R,optimum:I,pattern:null,ping:B,placeholder:null,playsInline:R,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:R,referrerPolicy:null,rel:B,required:R,reversed:R,rows:I,rowSpan:I,sandbox:B,scope:null,scoped:R,seamless:R,selected:R,shadowRootClonable:R,shadowRootDelegatesFocus:R,shadowRootMode:null,shape:null,size:I,sizes:null,slot:null,span:I,spellCheck:Y,src:null,srcDoc:null,srcLang:null,srcSet:null,start:I,step:null,style:null,tabIndex:I,target:null,title:null,translate:null,type:null,typeMustMatch:R,useMap:null,value:Y,width:I,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:B,axis:null,background:null,bgColor:null,border:I,borderColor:null,bottomMargin:I,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:R,declare:R,event:null,face:null,frame:null,frameBorder:null,hSpace:I,leftMargin:I,link:null,longDesc:null,lowSrc:null,marginHeight:I,marginWidth:I,noResize:R,noHref:R,noShade:R,noWrap:R,object:null,profile:null,prompt:null,rev:null,rightMargin:I,rules:null,scheme:null,scrolling:Y,standby:null,summary:null,text:null,topMargin:I,valueType:null,version:null,vAlign:null,vLink:null,vSpace:I,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:R,disableRemotePlayback:R,prefix:null,property:null,results:I,security:null,unselectable:null},space:"html",transform:_r}),po=we({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"},properties:{about:te,accentHeight:I,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:I,amplitude:I,arabicForm:null,ascent:I,attributeName:null,attributeType:null,azimuth:I,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:I,by:null,calcMode:null,capHeight:I,className:B,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:I,diffuseConstant:I,direction:null,display:null,dur:null,divisor:I,dominantBaseline:null,download:R,dx:null,dy:null,edgeMode:null,editable:null,elevation:I,enableBackground:null,end:null,event:null,exponent:I,externalResourcesRequired:null,fill:null,fillOpacity:I,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:xe,g2:xe,glyphName:xe,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:I,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:I,horizOriginX:I,horizOriginY:I,id:null,ideographic:I,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:I,k:I,k1:I,k2:I,k3:I,k4:I,kernelMatrix:te,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:I,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:I,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:I,overlineThickness:I,paintOrder:null,panose1:null,path:null,pathLength:I,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:B,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:I,pointsAtY:I,pointsAtZ:I,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:te,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:te,rev:te,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:te,requiredFeatures:te,requiredFonts:te,requiredFormats:te,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:I,specularExponent:I,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:I,strikethroughThickness:I,string:null,stroke:null,strokeDashArray:te,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:I,strokeOpacity:I,strokeWidth:null,style:null,surfaceScale:I,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:te,tabIndex:I,tableValues:null,target:null,targetX:I,targetY:I,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:te,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:I,underlineThickness:I,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:I,values:null,vAlphabetic:I,vMathematical:I,vectorEffect:null,vHanging:I,vIdeographic:I,version:null,vertAdvY:I,vertOriginX:I,vertOriginY:I,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:I,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:"svg",transform:Ar}),Cr=we({properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null},space:"xlink",transform(e,t){return"xlink:"+t.slice(5).toLowerCase()}}),Ir=we({attributes:{xmlnsxlink:"xmlns:xlink"},properties:{xmlnsXLink:null,xmlns:null},space:"xmlns",transform:_r}),Nr=we({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:"xml",transform(e,t){return"xml:"+t.slice(3).toLowerCase()}}),To=/[A-Z]/g,uu=/-[a-z]/g,bo=/^data[-\w.:]+$/i;function Sr(e,t){const n=nt(t);let u=t,a=Z;if(n in e.normal)return e.property[e.normal[n]];if(n.length>4&&n.slice(0,4)==="data"&&bo.test(t)){if(t.charAt(4)==="-"){const s=t.slice(5).replace(uu,Ao);u="data"+s.charAt(0).toUpperCase()+s.slice(1)}else{const s=t.slice(4);if(!uu.test(s)){let i=s.replace(To,go);i.charAt(0)!=="-"&&(i="-"+i),t="data"+i}}a=bn}return new a(u,t)}function go(e){return"-"+e.toLowerCase()}function Ao(e){return e.charAt(1).toUpperCase()}const gn=Tr([gr,Eo,Cr,Ir,Nr],"html"),An=Tr([gr,po,Cr,Ir,Nr],"svg");function ru(e){const t=[],n=String(e||"");let u=n.indexOf(","),a=0,s=!1;for(;!s;){u===-1&&(u=n.length,s=!0);const i=n.slice(a,u).trim();(i||!s)&&t.push(i),a=u+1,u=n.indexOf(",",a)}return t}function _o(e,t){const n={};return(e[e.length-1]===""?[...e,""]:e).join((n.padRight?" ":"")+","+(n.padLeft===!1?"":" ")).trim()}const au=/[#.]/g;function Co(e,t){const n=e||"",u={};let a=0,s,i;for(;a<n.length;){au.lastIndex=a;const l=au.exec(n),o=n.slice(a,l?l.index:n.length);o&&(s?s==="#"?u.id=o:Array.isArray(u.className)?u.className.push(o):u.className=[o]:i=o,a+=o.length),l&&(s=l[0],a++)}return{type:"element",tagName:i||t||"div",properties:u,children:[]}}function iu(e){const t=String(e||"").trim();return t?t.split(/[ \t\n\r\f]+/g):[]}function Io(e){return e.join(" ").trim()}function Or(e,t,n){const u=n?Lo(n):void 0;function a(s,i,...l){let o;if(s==null){o={type:"root",children:[]};const f=i;l.unshift(f)}else{o=Co(s,t);const f=o.tagName.toLowerCase(),E=u?u.get(f):void 0;if(o.tagName=E||f,No(i))l.unshift(i);else for(const[m,b]of Object.entries(i))So(e,o.properties,m,b)}for(const f of l)Zt(o.children,f);return o.type==="element"&&o.tagName==="template"&&(o.content={type:"root",children:o.children},o.children=[]),o}return a}function No(e){if(e===null||typeof e!="object"||Array.isArray(e))return!0;if(typeof e.type!="string")return!1;const t=e,n=Object.keys(e);for(const u of n){const a=t[u];if(a&&typeof a=="object"){if(!Array.isArray(a))return!0;const s=a;for(const i of s)if(typeof i!="number"&&typeof i!="string")return!0}}return!!("children"in e&&Array.isArray(e.children))}function So(e,t,n,u){const a=Sr(e,n);let s;if(u!=null){if(typeof u=="number"){if(Number.isNaN(u))return;s=u}else typeof u=="boolean"?s=u:typeof u=="string"?a.spaceSeparated?s=iu(u):a.commaSeparated?s=ru(u):a.commaOrSpaceSeparated?s=iu(ru(u).join(" ")):s=su(a,a.property,u):Array.isArray(u)?s=[...u]:s=a.property==="style"?Oo(u):String(u);if(Array.isArray(s)){const i=[];for(const l of s)i.push(su(a,a.property,l));s=i}a.property==="className"&&Array.isArray(t.className)&&(s=t.className.concat(s)),t[a.property]=s}}function Zt(e,t){if(t!=null)if(typeof t=="number"||typeof t=="string")e.push({type:"text",value:String(t)});else if(Array.isArray(t))for(const n of t)Zt(e,n);else if(typeof t=="object"&&"type"in t)t.type==="root"?Zt(e,t.children):e.push(t);else throw new Error("Expected node, nodes, or string, got `"+t+"`")}function su(e,t,n){if(typeof n=="string"){if(e.number&&n&&!Number.isNaN(Number(n)))return Number(n);if((e.boolean||e.overloadedBoolean)&&(n===""||nt(n)===nt(t)))return!0}return n}function Oo(e){const t=[];for(const[n,u]of Object.entries(e))t.push([n,u].join(": "));return t.join("; ")}function Lo(e){const t=new Map;for(const n of e)t.set(n.toLowerCase(),n);return t}const Do=["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"],ko=Or(gn,"div"),Ro=Or(An,"g",Do);function yo(e){const t=String(e),n=[];return{toOffset:a,toPoint:u};function u(s){if(typeof s=="number"&&s>-1&&s<=t.length){let i=0;for(;;){let l=n[i];if(l===void 0){const o=ou(t,n[i-1]);l=o===-1?t.length+1:o+1,n[i]=l}if(l>s)return{line:i+1,column:s-(i>0?n[i-1]:0)+1,offset:s};i++}}}function a(s){if(s&&typeof s.line=="number"&&typeof s.column=="number"&&!Number.isNaN(s.line)&&!Number.isNaN(s.column)){for(;n.length<s.line;){const l=n[n.length-1],o=ou(t,l),f=o===-1?t.length+1:o+1;if(l===f)break;n.push(f)}const i=(s.line>1?n[s.line-2]:0)+s.column-1;if(i<n[s.line-1])return i}}}function ou(e,t){const n=e.indexOf("\r",t),u=e.indexOf(`
|
|
17
|
-
`,t);return u===-1?n:n===-1||n+1===u?u:n<u?n:u}const Ae={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/"},Lr={}.hasOwnProperty,xo=Object.prototype;function Po(e,t){const n=t||{};return _n({file:n.file||void 0,location:!1,schema:n.space==="svg"?An:gn,verbose:n.verbose||!1},e)}function _n(e,t){let n;switch(t.nodeName){case"#comment":{const u=t;return n={type:"comment",value:u.data},At(e,u,n),n}case"#document":case"#document-fragment":{const u=t,a="mode"in u?u.mode==="quirks"||u.mode==="limited-quirks":!1;if(n={type:"root",children:Dr(e,t.childNodes),data:{quirksMode:a}},e.file&&e.location){const s=String(e.file),i=yo(s),l=i.toPoint(0),o=i.toPoint(s.length);n.position={start:l,end:o}}return n}case"#documentType":{const u=t;return n={type:"doctype"},At(e,u,n),n}case"#text":{const u=t;return n={type:"text",value:u.value},At(e,u,n),n}default:return n=Mo(e,t),n}}function Dr(e,t){let n=-1;const u=[];for(;++n<t.length;){const a=_n(e,t[n]);u.push(a)}return u}function Mo(e,t){const n=e.schema;e.schema=t.namespaceURI===Ae.svg?An:gn;let u=-1;const a={};for(;++u<t.attrs.length;){const l=t.attrs[u],o=(l.prefix?l.prefix+":":"")+l.name;Lr.call(xo,o)||(a[o]=l.value)}const i=(e.schema.space==="svg"?Ro:ko)(t.tagName,a,Dr(e,t.childNodes));if(At(e,t,i),i.tagName==="template"){const l=t,o=l.sourceCodeLocation,f=o&&o.startTag&&ye(o.startTag),E=o&&o.endTag&&ye(o.endTag),m=_n(e,l.content);f&&E&&e.file&&(m.position={start:f.end,end:E.start}),i.content=m}return e.schema=n,i}function At(e,t,n){if("sourceCodeLocation"in t&&t.sourceCodeLocation&&e.file){const u=wo(e,n,t.sourceCodeLocation);u&&(e.location=!0,n.position=u)}}function wo(e,t,n){const u=ye(n);if(t.type==="element"){const a=t.children[t.children.length-1];if(u&&!n.endTag&&a&&a.position&&a.position.end&&(u.end=Object.assign({},a.position.end)),e.verbose){const s={};let i;if(n.attrs)for(i in n.attrs)Lr.call(n.attrs,i)&&(s[Sr(e.schema,i).property]=ye(n.attrs[i]));n.startTag;const l=ye(n.startTag),o=n.endTag?ye(n.endTag):void 0,f={opening:l};o&&(f.closing=o),f.properties=s,t.data={position:f}}}return u}function ye(e){const t=lu({line:e.startLine,column:e.startCol,offset:e.startOffset}),n=lu({line:e.endLine,column:e.endCol,offset:e.endOffset});return t||n?{start:t,end:n}:void 0}function lu(e){return e.line&&e.column?e:void 0}let it=class{constructor(t,n,u){this.property=t,this.normal=n,u&&(this.space=u)}};it.prototype.property={};it.prototype.normal={};it.prototype.space=null;function kr(e,t){const n={},u={};let a=-1;for(;++a<e.length;)Object.assign(n,e[a].property),Object.assign(u,e[a].normal);return new it(n,u,t)}function en(e){return e.toLowerCase()}let ae=class{constructor(t,n){this.property=t,this.attribute=n}};ae.prototype.space=null;ae.prototype.boolean=!1;ae.prototype.booleanish=!1;ae.prototype.overloadedBoolean=!1;ae.prototype.number=!1;ae.prototype.commaSeparated=!1;ae.prototype.spaceSeparated=!1;ae.prototype.commaOrSpaceSeparated=!1;ae.prototype.mustUseProperty=!1;ae.prototype.defined=!1;let Bo=0;const y=Ne(),z=Ne(),Rr=Ne(),N=Ne(),F=Ne(),Pe=Ne(),ne=Ne();function Ne(){return 2**++Bo}const tn=Object.freeze(Object.defineProperty({__proto__:null,boolean:y,booleanish:z,commaOrSpaceSeparated:ne,commaSeparated:Pe,number:N,overloadedBoolean:Rr,spaceSeparated:F},Symbol.toStringTag,{value:"Module"})),jt=Object.keys(tn);let Cn=class extends ae{constructor(t,n,u,a){let s=-1;if(super(t,n),cu(this,"space",a),typeof u=="number")for(;++s<jt.length;){const i=jt[s];cu(this,jt[s],(u&tn[i])===tn[i])}}};Cn.prototype.defined=!0;function cu(e,t,n){n&&(e[t]=n)}const Fo={}.hasOwnProperty;function Be(e){const t={},n={};let u;for(u in e.properties)if(Fo.call(e.properties,u)){const a=e.properties[u],s=new Cn(u,e.transform(e.attributes||{},u),a,e.space);e.mustUseProperty&&e.mustUseProperty.includes(u)&&(s.mustUseProperty=!0),t[u]=s,n[en(u)]=u,n[en(s.attribute)]=u}return new it(t,n,e.space)}const yr=Be({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}}),xr=Be({space:"xml",transform(e,t){return"xml:"+t.slice(3).toLowerCase()},properties:{xmlLang:null,xmlBase:null,xmlSpace:null}});function Pr(e,t){return t in e?e[t]:t}function Mr(e,t){return Pr(e,t.toLowerCase())}const wr=Be({space:"xmlns",attributes:{xmlnsxlink:"xmlns:xlink"},transform:Mr,properties:{xmlns:null,xmlnsXLink:null}}),Br=Be({transform(e,t){return t==="role"?t:"aria-"+t.slice(4).toLowerCase()},properties:{ariaActiveDescendant:null,ariaAtomic:z,ariaAutoComplete:null,ariaBusy:z,ariaChecked:z,ariaColCount:N,ariaColIndex:N,ariaColSpan:N,ariaControls:F,ariaCurrent:null,ariaDescribedBy:F,ariaDetails:null,ariaDisabled:z,ariaDropEffect:F,ariaErrorMessage:null,ariaExpanded:z,ariaFlowTo:F,ariaGrabbed:z,ariaHasPopup:null,ariaHidden:z,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:F,ariaLevel:N,ariaLive:null,ariaModal:z,ariaMultiLine:z,ariaMultiSelectable:z,ariaOrientation:null,ariaOwns:F,ariaPlaceholder:null,ariaPosInSet:N,ariaPressed:z,ariaReadOnly:z,ariaRelevant:null,ariaRequired:z,ariaRoleDescription:F,ariaRowCount:N,ariaRowIndex:N,ariaRowSpan:N,ariaSelected:z,ariaSetSize:N,ariaSort:null,ariaValueMax:N,ariaValueMin:N,ariaValueNow:N,ariaValueText:null,role:null}}),vo=Be({space:"html",attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},transform:Mr,mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:Pe,acceptCharset:F,accessKey:F,action:null,allow:null,allowFullScreen:y,allowPaymentRequest:y,allowUserMedia:y,alt:null,as:null,async:y,autoCapitalize:null,autoComplete:F,autoFocus:y,autoPlay:y,blocking:F,capture:null,charSet:null,checked:y,cite:null,className:F,cols:N,colSpan:null,content:null,contentEditable:z,controls:y,controlsList:F,coords:N|Pe,crossOrigin:null,data:null,dateTime:null,decoding:null,default:y,defer:y,dir:null,dirName:null,disabled:y,download:Rr,draggable:z,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:y,formTarget:null,headers:F,height:N,hidden:y,high:N,href:null,hrefLang:null,htmlFor:F,httpEquiv:F,id:null,imageSizes:null,imageSrcSet:null,inert:y,inputMode:null,integrity:null,is:null,isMap:y,itemId:null,itemProp:F,itemRef:F,itemScope:y,itemType:F,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:y,low:N,manifest:null,max:null,maxLength:N,media:null,method:null,min:null,minLength:N,multiple:y,muted:y,name:null,nonce:null,noModule:y,noValidate:y,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:y,optimum:N,pattern:null,ping:F,placeholder:null,playsInline:y,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:y,referrerPolicy:null,rel:F,required:y,reversed:y,rows:N,rowSpan:N,sandbox:F,scope:null,scoped:y,seamless:y,selected:y,shadowRootClonable:y,shadowRootDelegatesFocus:y,shadowRootMode:null,shape:null,size:N,sizes:null,slot:null,span:N,spellCheck:z,src:null,srcDoc:null,srcLang:null,srcSet:null,start:N,step:null,style:null,tabIndex:N,target:null,title:null,translate:null,type:null,typeMustMatch:y,useMap:null,value:z,width:N,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:F,axis:null,background:null,bgColor:null,border:N,borderColor:null,bottomMargin:N,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:y,declare:y,event:null,face:null,frame:null,frameBorder:null,hSpace:N,leftMargin:N,link:null,longDesc:null,lowSrc:null,marginHeight:N,marginWidth:N,noResize:y,noHref:y,noShade:y,noWrap:y,object:null,profile:null,prompt:null,rev:null,rightMargin:N,rules:null,scheme:null,scrolling:z,standby:null,summary:null,text:null,topMargin:N,valueType:null,version:null,vAlign:null,vLink:null,vSpace:N,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:y,disableRemotePlayback:y,prefix:null,property:null,results:N,security:null,unselectable:null}}),Uo=Be({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:Pr,properties:{about:ne,accentHeight:N,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:N,amplitude:N,arabicForm:null,ascent:N,attributeName:null,attributeType:null,azimuth:N,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:N,by:null,calcMode:null,capHeight:N,className:F,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:N,diffuseConstant:N,direction:null,display:null,dur:null,divisor:N,dominantBaseline:null,download:y,dx:null,dy:null,edgeMode:null,editable:null,elevation:N,enableBackground:null,end:null,event:null,exponent:N,externalResourcesRequired:null,fill:null,fillOpacity:N,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:Pe,g2:Pe,glyphName:Pe,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:N,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:N,horizOriginX:N,horizOriginY:N,id:null,ideographic:N,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:N,k:N,k1:N,k2:N,k3:N,k4:N,kernelMatrix:ne,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:N,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:N,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:N,overlineThickness:N,paintOrder:null,panose1:null,path:null,pathLength:N,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:F,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:N,pointsAtY:N,pointsAtZ:N,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:ne,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:ne,rev:ne,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:ne,requiredFeatures:ne,requiredFonts:ne,requiredFormats:ne,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:N,specularExponent:N,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:N,strikethroughThickness:N,string:null,stroke:null,strokeDashArray:ne,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:N,strokeOpacity:N,strokeWidth:null,style:null,surfaceScale:N,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:ne,tabIndex:N,tableValues:null,target:null,targetX:N,targetY:N,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:ne,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:N,underlineThickness:N,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:N,values:null,vAlphabetic:N,vMathematical:N,vectorEffect:null,vHanging:N,vIdeographic:N,version:null,vertAdvY:N,vertOriginX:N,vertOriginY:N,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:N,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null}}),Ho=/^data[-\w.:]+$/i,du=/-[a-z]/g,Yo=/[A-Z]/g;function zo(e,t){const n=en(t);let u=t,a=ae;if(n in e.normal)return e.property[e.normal[n]];if(n.length>4&&n.slice(0,4)==="data"&&Ho.test(t)){if(t.charAt(4)==="-"){const s=t.slice(5).replace(du,Wo);u="data"+s.charAt(0).toUpperCase()+s.slice(1)}else{const s=t.slice(4);if(!du.test(s)){let i=s.replace(Yo,qo);i.charAt(0)!=="-"&&(i="-"+i),t="data"+i}}a=Cn}return new a(u,t)}function qo(e){return"-"+e.toLowerCase()}function Wo(e){return e.charAt(1).toUpperCase()}const jo=kr([xr,yr,wr,Br,vo],"html"),Fr=kr([xr,yr,wr,Br,Uo],"svg"),$o={},Vo={}.hasOwnProperty,vr=$u("type",{handlers:{root:Ko,element:el,text:Jo,comment:Zo,doctype:Xo}});function Qo(e,t){const u=(t||$o).space;return vr(e,u==="svg"?Fr:jo)}function Ko(e,t){const n={nodeName:"#document",mode:(e.data||{}).quirksMode?"quirks":"no-quirks",childNodes:[]};return n.childNodes=In(e.children,n,t),Fe(e,n),n}function Go(e,t){const n={nodeName:"#document-fragment",childNodes:[]};return n.childNodes=In(e.children,n,t),Fe(e,n),n}function Xo(e){const t={nodeName:"#documentType",name:"html",publicId:"",systemId:"",parentNode:null};return Fe(e,t),t}function Jo(e){const t={nodeName:"#text",value:e.value,parentNode:null};return Fe(e,t),t}function Zo(e){const t={nodeName:"#comment",data:e.value,parentNode:null};return Fe(e,t),t}function el(e,t){const n=t;let u=n;e.type==="element"&&e.tagName.toLowerCase()==="svg"&&n.space==="html"&&(u=Fr);const a=[];let s;if(e.properties){for(s in e.properties)if(s!=="children"&&Vo.call(e.properties,s)){const o=tl(u,s,e.properties[s]);o&&a.push(o)}}const i=u.space,l={nodeName:e.tagName,tagName:e.tagName,attrs:a,namespaceURI:Ae[i],childNodes:[],parentNode:null};return l.childNodes=In(e.children,l,u),Fe(e,l),e.tagName==="template"&&e.content&&(l.content=Go(e.content,u)),l}function tl(e,t,n){const u=zo(e,t);if(n===!1||n===null||n===void 0||typeof n=="number"&&Number.isNaN(n)||!n&&u.boolean)return;Array.isArray(n)&&(n=u.commaSeparated?_o(n):Io(n));const a={name:u.attribute,value:n===!0?"":String(n)};if(u.space&&u.space!=="html"&&u.space!=="svg"){const s=a.name.indexOf(":");s<0?a.prefix="":(a.name=a.name.slice(s+1),a.prefix=u.attribute.slice(0,s)),a.namespace=Ae[u.space]}return a}function In(e,t,n){let u=-1;const a=[];if(e)for(;++u<e.length;){const s=vr(e[u],n);s.parentNode=t,a.push(s)}return a}function Fe(e,t){const n=e.position;n&&n.start&&n.end&&(n.start.offset,n.end.offset,t.sourceCodeLocation={startLine:n.start.line,startCol:n.start.column,startOffset:n.start.offset,endLine:n.end.line,endCol:n.end.column,endOffset:n.end.offset})}const nl=["area","base","basefont","bgsound","br","col","command","embed","frame","hr","image","img","input","keygen","link","meta","param","source","track","wbr"],ul=new Set([65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1048574,1048575,1114110,1114111]),U="�";var c;(function(e){e[e.EOF=-1]="EOF",e[e.NULL=0]="NULL",e[e.TABULATION=9]="TABULATION",e[e.CARRIAGE_RETURN=13]="CARRIAGE_RETURN",e[e.LINE_FEED=10]="LINE_FEED",e[e.FORM_FEED=12]="FORM_FEED",e[e.SPACE=32]="SPACE",e[e.EXCLAMATION_MARK=33]="EXCLAMATION_MARK",e[e.QUOTATION_MARK=34]="QUOTATION_MARK",e[e.AMPERSAND=38]="AMPERSAND",e[e.APOSTROPHE=39]="APOSTROPHE",e[e.HYPHEN_MINUS=45]="HYPHEN_MINUS",e[e.SOLIDUS=47]="SOLIDUS",e[e.DIGIT_0=48]="DIGIT_0",e[e.DIGIT_9=57]="DIGIT_9",e[e.SEMICOLON=59]="SEMICOLON",e[e.LESS_THAN_SIGN=60]="LESS_THAN_SIGN",e[e.EQUALS_SIGN=61]="EQUALS_SIGN",e[e.GREATER_THAN_SIGN=62]="GREATER_THAN_SIGN",e[e.QUESTION_MARK=63]="QUESTION_MARK",e[e.LATIN_CAPITAL_A=65]="LATIN_CAPITAL_A",e[e.LATIN_CAPITAL_Z=90]="LATIN_CAPITAL_Z",e[e.RIGHT_SQUARE_BRACKET=93]="RIGHT_SQUARE_BRACKET",e[e.GRAVE_ACCENT=96]="GRAVE_ACCENT",e[e.LATIN_SMALL_A=97]="LATIN_SMALL_A",e[e.LATIN_SMALL_Z=122]="LATIN_SMALL_Z"})(c||(c={}));const G={DASH_DASH:"--",CDATA_START:"[CDATA[",DOCTYPE:"doctype",SCRIPT:"script",PUBLIC:"public",SYSTEM:"system"};function Ur(e){return e>=55296&&e<=57343}function rl(e){return e>=56320&&e<=57343}function al(e,t){return(e-55296)*1024+9216+t}function Hr(e){return e!==32&&e!==10&&e!==13&&e!==9&&e!==12&&e>=1&&e<=31||e>=127&&e<=159}function Yr(e){return e>=64976&&e<=65007||ul.has(e)}var T;(function(e){e.controlCharacterInInputStream="control-character-in-input-stream",e.noncharacterInInputStream="noncharacter-in-input-stream",e.surrogateInInputStream="surrogate-in-input-stream",e.nonVoidHtmlElementStartTagWithTrailingSolidus="non-void-html-element-start-tag-with-trailing-solidus",e.endTagWithAttributes="end-tag-with-attributes",e.endTagWithTrailingSolidus="end-tag-with-trailing-solidus",e.unexpectedSolidusInTag="unexpected-solidus-in-tag",e.unexpectedNullCharacter="unexpected-null-character",e.unexpectedQuestionMarkInsteadOfTagName="unexpected-question-mark-instead-of-tag-name",e.invalidFirstCharacterOfTagName="invalid-first-character-of-tag-name",e.unexpectedEqualsSignBeforeAttributeName="unexpected-equals-sign-before-attribute-name",e.missingEndTagName="missing-end-tag-name",e.unexpectedCharacterInAttributeName="unexpected-character-in-attribute-name",e.unknownNamedCharacterReference="unknown-named-character-reference",e.missingSemicolonAfterCharacterReference="missing-semicolon-after-character-reference",e.unexpectedCharacterAfterDoctypeSystemIdentifier="unexpected-character-after-doctype-system-identifier",e.unexpectedCharacterInUnquotedAttributeValue="unexpected-character-in-unquoted-attribute-value",e.eofBeforeTagName="eof-before-tag-name",e.eofInTag="eof-in-tag",e.missingAttributeValue="missing-attribute-value",e.missingWhitespaceBetweenAttributes="missing-whitespace-between-attributes",e.missingWhitespaceAfterDoctypePublicKeyword="missing-whitespace-after-doctype-public-keyword",e.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers="missing-whitespace-between-doctype-public-and-system-identifiers",e.missingWhitespaceAfterDoctypeSystemKeyword="missing-whitespace-after-doctype-system-keyword",e.missingQuoteBeforeDoctypePublicIdentifier="missing-quote-before-doctype-public-identifier",e.missingQuoteBeforeDoctypeSystemIdentifier="missing-quote-before-doctype-system-identifier",e.missingDoctypePublicIdentifier="missing-doctype-public-identifier",e.missingDoctypeSystemIdentifier="missing-doctype-system-identifier",e.abruptDoctypePublicIdentifier="abrupt-doctype-public-identifier",e.abruptDoctypeSystemIdentifier="abrupt-doctype-system-identifier",e.cdataInHtmlContent="cdata-in-html-content",e.incorrectlyOpenedComment="incorrectly-opened-comment",e.eofInScriptHtmlCommentLikeText="eof-in-script-html-comment-like-text",e.eofInDoctype="eof-in-doctype",e.nestedComment="nested-comment",e.abruptClosingOfEmptyComment="abrupt-closing-of-empty-comment",e.eofInComment="eof-in-comment",e.incorrectlyClosedComment="incorrectly-closed-comment",e.eofInCdata="eof-in-cdata",e.absenceOfDigitsInNumericCharacterReference="absence-of-digits-in-numeric-character-reference",e.nullCharacterReference="null-character-reference",e.surrogateCharacterReference="surrogate-character-reference",e.characterReferenceOutsideUnicodeRange="character-reference-outside-unicode-range",e.controlCharacterReference="control-character-reference",e.noncharacterCharacterReference="noncharacter-character-reference",e.missingWhitespaceBeforeDoctypeName="missing-whitespace-before-doctype-name",e.missingDoctypeName="missing-doctype-name",e.invalidCharacterSequenceAfterDoctypeName="invalid-character-sequence-after-doctype-name",e.duplicateAttribute="duplicate-attribute",e.nonConformingDoctype="non-conforming-doctype",e.missingDoctype="missing-doctype",e.misplacedDoctype="misplaced-doctype",e.endTagWithoutMatchingOpenElement="end-tag-without-matching-open-element",e.closingOfElementWithOpenChildElements="closing-of-element-with-open-child-elements",e.disallowedContentInNoscriptInHead="disallowed-content-in-noscript-in-head",e.openElementsLeftAfterEof="open-elements-left-after-eof",e.abandonedHeadElementChild="abandoned-head-element-child",e.misplacedStartTagForHeadElement="misplaced-start-tag-for-head-element",e.nestedNoscriptInHead="nested-noscript-in-head",e.eofInElementThatCanContainOnlyText="eof-in-element-that-can-contain-only-text"})(T||(T={}));const il=65536;class sl{constructor(t){this.handler=t,this.html="",this.pos=-1,this.lastGapPos=-2,this.gapStack=[],this.skipNextNewLine=!1,this.lastChunkWritten=!1,this.endOfChunkHit=!1,this.bufferWaterline=il,this.isEol=!1,this.lineStartPos=0,this.droppedBufferSize=0,this.line=1,this.lastErrOffset=-1}get col(){return this.pos-this.lineStartPos+ +(this.lastGapPos!==this.pos)}get offset(){return this.droppedBufferSize+this.pos}getError(t,n){const{line:u,col:a,offset:s}=this,i=a+n,l=s+n;return{code:t,startLine:u,endLine:u,startCol:i,endCol:i,startOffset:l,endOffset:l}}_err(t){this.handler.onParseError&&this.lastErrOffset!==this.offset&&(this.lastErrOffset=this.offset,this.handler.onParseError(this.getError(t,0)))}_addGap(){this.gapStack.push(this.lastGapPos),this.lastGapPos=this.pos}_processSurrogate(t){if(this.pos!==this.html.length-1){const n=this.html.charCodeAt(this.pos+1);if(rl(n))return this.pos++,this._addGap(),al(t,n)}else if(!this.lastChunkWritten)return this.endOfChunkHit=!0,c.EOF;return this._err(T.surrogateInInputStream),t}willDropParsedChunk(){return this.pos>this.bufferWaterline}dropParsedChunk(){this.willDropParsedChunk()&&(this.html=this.html.substring(this.pos),this.lineStartPos-=this.pos,this.droppedBufferSize+=this.pos,this.pos=0,this.lastGapPos=-2,this.gapStack.length=0)}write(t,n){this.html.length>0?this.html+=t:this.html=t,this.endOfChunkHit=!1,this.lastChunkWritten=n}insertHtmlAtCurrentPos(t){this.html=this.html.substring(0,this.pos+1)+t+this.html.substring(this.pos+1),this.endOfChunkHit=!1}startsWith(t,n){if(this.pos+t.length>this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,!1;if(n)return this.html.startsWith(t,this.pos);for(let u=0;u<t.length;u++)if((this.html.charCodeAt(this.pos+u)|32)!==t.charCodeAt(u))return!1;return!0}peek(t){const n=this.pos+t;if(n>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,c.EOF;const u=this.html.charCodeAt(n);return u===c.CARRIAGE_RETURN?c.LINE_FEED:u}advance(){if(this.pos++,this.isEol&&(this.isEol=!1,this.line++,this.lineStartPos=this.pos),this.pos>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,c.EOF;let t=this.html.charCodeAt(this.pos);return t===c.CARRIAGE_RETURN?(this.isEol=!0,this.skipNextNewLine=!0,c.LINE_FEED):t===c.LINE_FEED&&(this.isEol=!0,this.skipNextNewLine)?(this.line--,this.skipNextNewLine=!1,this._addGap(),this.advance()):(this.skipNextNewLine=!1,Ur(t)&&(t=this._processSurrogate(t)),this.handler.onParseError===null||t>31&&t<127||t===c.LINE_FEED||t===c.CARRIAGE_RETURN||t>159&&t<64976||this._checkForProblematicCharacters(t),t)}_checkForProblematicCharacters(t){Hr(t)?this._err(T.controlCharacterInInputStream):Yr(t)&&this._err(T.noncharacterInInputStream)}retreat(t){for(this.pos-=t;this.pos<this.lastGapPos;)this.lastGapPos=this.gapStack.pop(),this.pos--;this.isEol=!1}}var P;(function(e){e[e.CHARACTER=0]="CHARACTER",e[e.NULL_CHARACTER=1]="NULL_CHARACTER",e[e.WHITESPACE_CHARACTER=2]="WHITESPACE_CHARACTER",e[e.START_TAG=3]="START_TAG",e[e.END_TAG=4]="END_TAG",e[e.COMMENT=5]="COMMENT",e[e.DOCTYPE=6]="DOCTYPE",e[e.EOF=7]="EOF",e[e.HIBERNATION=8]="HIBERNATION"})(P||(P={}));function zr(e,t){for(let n=e.attrs.length-1;n>=0;n--)if(e.attrs[n].name===t)return e.attrs[n].value;return null}const ol=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏઑඡ༉༦ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲϏϢϸontourIntegraìȹoɴ\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲy;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱còJTabcdfgorstרׯؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ߂ߐĀiyޱrc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣসে্ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४ĀnrࢃgleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpwਖਛgȀLRlr৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼અઋp;椅y;䐜Ādl੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑඞcy;䐊cute;䅃ƀaeyહાron;䅇dil;䅅;䐝ƀgswે૰ativeƀMTV૨ediumSpace;怋hiĀcn૦ëeryThiîtedĀGLଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷreak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪௫ఄ಄ದൡඅ櫬Āoungruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater;EFGLSTஶஷ扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨setĀ;Eೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂෛ෧ขภยา฿ไlig;䅒cute耻Ó䃓Āiyීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲcr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬืde耻Õ䃕es;樷ml耻Ö䃖erĀBP๋Āar๐๓r;怾acĀek๚;揞et;掴arenthesis;揜ҀacfhilorsງຊຏຒດຝະrtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ檻cedesȀ;EST່້扺qual;檯lantEqual;扼ilde;找me;怳Ādpuct;戏ortionĀ;aȥl;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL憒ar;懥eftArrow;懄eiling;按oǵ\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄቕቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHcቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗ĀeiቻDzኀ\0ኇefore;戴a;䎘ĀcnኘkSpace;쀀 Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtèa;䎖r;愨pf;愤cr;쀀𝒵ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒;Eaeiopᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;eᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;eᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰᝃᝈ០៦ᠹᡐᜍ᥈ᥰot;櫭ĀcrᛶkȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;tbrk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯᝳ;䎲;愶een;扬r;쀀𝔟gcostuvwឍឝឳេ៕៛ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀakoᠦᠵĀcn៲ᠣkƀlst֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ;敛;敘;攘;攔;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģbar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;elƀ;bhᥨᥩᥫ䁜;槅sub;柈ŬᥴlĀ;e怢t»pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭒\0᯽\0ᰌƀcprᦲute;䄇̀;abcdsᦿᧀᧄ᧕᧙戩nd;橄rcup;橉Āau᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r;Ecefms᩠ᩢᩫ᪤᪪旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ\0\0aĀ;t䀬;䁀ƀ;fl戁îᅠeĀmxent»eóɍǧ\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯delprvw᭠᭬᭷ᮂᮬᯔarrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;pᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰻᰿ᱝᱩᱵᲞᲬᲷᴍᵻᶑᶫᶻ᷆᷍ròar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂᳖᳜᳠mƀ;oș᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄĀDoḆᴴoôĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»ṺƀaeiἒἚls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧\0耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₥₰₴⃰℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽ƀ;qsؾٌlanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqrⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0proør;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼ròòΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonóquigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roøurĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨íistĀ;sடr;쀀𝔫ȀEest⩦⩹⩼ƀ;qs⩭ƀ;qs⩴lanôií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast⭕⭚⭟lleìl;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖchimpqu⮽⯍⯙⬄⯤⯯Ȁ;cerല⯆ഷ⯉uå;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭ååഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñĀ;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;cⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācrir;榿;쀀𝔬ͯ\0\0\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕⶥⶨrò᪀Āirⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔǒr;榷rp;榹;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ\0\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ脀¶;l䂶leìЃɩ\0\0m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳ᤈ⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t⾴ïrel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⋢⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔ABHabcdefhilmnoprstuxけさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstwガクシスゼゾダッデナp;極Ā;fゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ìâヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘rrowĀ;tㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowóarpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓ròaòՑ;怏oustĀ;a㈞掱che»mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì耻䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;qኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫwar;椪lig耻ß䃟㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rëƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproøim»ኬsðኞĀas㚺㚮ðrn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈadempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xôheadĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roðtré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜtré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map(e=>e.charCodeAt(0))),ll=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]);function cl(e){var t;return e>=55296&&e<=57343||e>1114111?65533:(t=ll.get(e))!==null&&t!==void 0?t:e}var W;(function(e){e[e.NUM=35]="NUM",e[e.SEMI=59]="SEMI",e[e.EQUALS=61]="EQUALS",e[e.ZERO=48]="ZERO",e[e.NINE=57]="NINE",e[e.LOWER_A=97]="LOWER_A",e[e.LOWER_F=102]="LOWER_F",e[e.LOWER_X=120]="LOWER_X",e[e.LOWER_Z=122]="LOWER_Z",e[e.UPPER_A=65]="UPPER_A",e[e.UPPER_F=70]="UPPER_F",e[e.UPPER_Z=90]="UPPER_Z"})(W||(W={}));const dl=32;var Te;(function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"})(Te||(Te={}));function nn(e){return e>=W.ZERO&&e<=W.NINE}function fl(e){return e>=W.UPPER_A&&e<=W.UPPER_F||e>=W.LOWER_A&&e<=W.LOWER_F}function hl(e){return e>=W.UPPER_A&&e<=W.UPPER_Z||e>=W.LOWER_A&&e<=W.LOWER_Z||nn(e)}function ml(e){return e===W.EQUALS||hl(e)}var q;(function(e){e[e.EntityStart=0]="EntityStart",e[e.NumericStart=1]="NumericStart",e[e.NumericDecimal=2]="NumericDecimal",e[e.NumericHex=3]="NumericHex",e[e.NamedEntity=4]="NamedEntity"})(q||(q={}));var he;(function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"})(he||(he={}));class El{constructor(t,n,u){this.decodeTree=t,this.emitCodePoint=n,this.errors=u,this.state=q.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=he.Strict}startEntity(t){this.decodeMode=t,this.state=q.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(t,n){switch(this.state){case q.EntityStart:return t.charCodeAt(n)===W.NUM?(this.state=q.NumericStart,this.consumed+=1,this.stateNumericStart(t,n+1)):(this.state=q.NamedEntity,this.stateNamedEntity(t,n));case q.NumericStart:return this.stateNumericStart(t,n);case q.NumericDecimal:return this.stateNumericDecimal(t,n);case q.NumericHex:return this.stateNumericHex(t,n);case q.NamedEntity:return this.stateNamedEntity(t,n)}}stateNumericStart(t,n){return n>=t.length?-1:(t.charCodeAt(n)|dl)===W.LOWER_X?(this.state=q.NumericHex,this.consumed+=1,this.stateNumericHex(t,n+1)):(this.state=q.NumericDecimal,this.stateNumericDecimal(t,n))}addToNumericResult(t,n,u,a){if(n!==u){const s=u-n;this.result=this.result*Math.pow(a,s)+Number.parseInt(t.substr(n,s),a),this.consumed+=s}}stateNumericHex(t,n){const u=n;for(;n<t.length;){const a=t.charCodeAt(n);if(nn(a)||fl(a))n+=1;else return this.addToNumericResult(t,u,n,16),this.emitNumericEntity(a,3)}return this.addToNumericResult(t,u,n,16),-1}stateNumericDecimal(t,n){const u=n;for(;n<t.length;){const a=t.charCodeAt(n);if(nn(a))n+=1;else return this.addToNumericResult(t,u,n,10),this.emitNumericEntity(a,2)}return this.addToNumericResult(t,u,n,10),-1}emitNumericEntity(t,n){var u;if(this.consumed<=n)return(u=this.errors)===null||u===void 0||u.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(t===W.SEMI)this.consumed+=1;else if(this.decodeMode===he.Strict)return 0;return this.emitCodePoint(cl(this.result),this.consumed),this.errors&&(t!==W.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(t,n){const{decodeTree:u}=this;let a=u[this.treeIndex],s=(a&Te.VALUE_LENGTH)>>14;for(;n<t.length;n++,this.excess++){const i=t.charCodeAt(n);if(this.treeIndex=pl(u,a,this.treeIndex+Math.max(1,s),i),this.treeIndex<0)return this.result===0||this.decodeMode===he.Attribute&&(s===0||ml(i))?0:this.emitNotTerminatedNamedEntity();if(a=u[this.treeIndex],s=(a&Te.VALUE_LENGTH)>>14,s!==0){if(i===W.SEMI)return this.emitNamedEntityData(this.treeIndex,s,this.consumed+this.excess);this.decodeMode!==he.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var t;const{result:n,decodeTree:u}=this,a=(u[n]&Te.VALUE_LENGTH)>>14;return this.emitNamedEntityData(n,a,this.consumed),(t=this.errors)===null||t===void 0||t.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(t,n,u){const{decodeTree:a}=this;return this.emitCodePoint(n===1?a[t]&~Te.VALUE_LENGTH:a[t+1],u),n===3&&this.emitCodePoint(a[t+2],u),u}end(){var t;switch(this.state){case q.NamedEntity:return this.result!==0&&(this.decodeMode!==he.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case q.NumericDecimal:return this.emitNumericEntity(0,2);case q.NumericHex:return this.emitNumericEntity(0,3);case q.NumericStart:return(t=this.errors)===null||t===void 0||t.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case q.EntityStart:return 0}}}function pl(e,t,n,u){const a=(t&Te.BRANCH_LENGTH)>>7,s=t&Te.JUMP_TABLE;if(a===0)return s!==0&&u===s?n:-1;if(s){const o=u-s;return o<0||o>=a?-1:e[n+o]-1}let i=n,l=i+a-1;for(;i<=l;){const o=i+l>>>1,f=e[o];if(f<u)i=o+1;else if(f>u)l=o-1;else return e[o+a]}return-1}var _;(function(e){e.HTML="http://www.w3.org/1999/xhtml",e.MATHML="http://www.w3.org/1998/Math/MathML",e.SVG="http://www.w3.org/2000/svg",e.XLINK="http://www.w3.org/1999/xlink",e.XML="http://www.w3.org/XML/1998/namespace",e.XMLNS="http://www.w3.org/2000/xmlns/"})(_||(_={}));var _e;(function(e){e.TYPE="type",e.ACTION="action",e.ENCODING="encoding",e.PROMPT="prompt",e.NAME="name",e.COLOR="color",e.FACE="face",e.SIZE="size"})(_e||(_e={}));var re;(function(e){e.NO_QUIRKS="no-quirks",e.QUIRKS="quirks",e.LIMITED_QUIRKS="limited-quirks"})(re||(re={}));var p;(function(e){e.A="a",e.ADDRESS="address",e.ANNOTATION_XML="annotation-xml",e.APPLET="applet",e.AREA="area",e.ARTICLE="article",e.ASIDE="aside",e.B="b",e.BASE="base",e.BASEFONT="basefont",e.BGSOUND="bgsound",e.BIG="big",e.BLOCKQUOTE="blockquote",e.BODY="body",e.BR="br",e.BUTTON="button",e.CAPTION="caption",e.CENTER="center",e.CODE="code",e.COL="col",e.COLGROUP="colgroup",e.DD="dd",e.DESC="desc",e.DETAILS="details",e.DIALOG="dialog",e.DIR="dir",e.DIV="div",e.DL="dl",e.DT="dt",e.EM="em",e.EMBED="embed",e.FIELDSET="fieldset",e.FIGCAPTION="figcaption",e.FIGURE="figure",e.FONT="font",e.FOOTER="footer",e.FOREIGN_OBJECT="foreignObject",e.FORM="form",e.FRAME="frame",e.FRAMESET="frameset",e.H1="h1",e.H2="h2",e.H3="h3",e.H4="h4",e.H5="h5",e.H6="h6",e.HEAD="head",e.HEADER="header",e.HGROUP="hgroup",e.HR="hr",e.HTML="html",e.I="i",e.IMG="img",e.IMAGE="image",e.INPUT="input",e.IFRAME="iframe",e.KEYGEN="keygen",e.LABEL="label",e.LI="li",e.LINK="link",e.LISTING="listing",e.MAIN="main",e.MALIGNMARK="malignmark",e.MARQUEE="marquee",e.MATH="math",e.MENU="menu",e.META="meta",e.MGLYPH="mglyph",e.MI="mi",e.MO="mo",e.MN="mn",e.MS="ms",e.MTEXT="mtext",e.NAV="nav",e.NOBR="nobr",e.NOFRAMES="noframes",e.NOEMBED="noembed",e.NOSCRIPT="noscript",e.OBJECT="object",e.OL="ol",e.OPTGROUP="optgroup",e.OPTION="option",e.P="p",e.PARAM="param",e.PLAINTEXT="plaintext",e.PRE="pre",e.RB="rb",e.RP="rp",e.RT="rt",e.RTC="rtc",e.RUBY="ruby",e.S="s",e.SCRIPT="script",e.SEARCH="search",e.SECTION="section",e.SELECT="select",e.SOURCE="source",e.SMALL="small",e.SPAN="span",e.STRIKE="strike",e.STRONG="strong",e.STYLE="style",e.SUB="sub",e.SUMMARY="summary",e.SUP="sup",e.TABLE="table",e.TBODY="tbody",e.TEMPLATE="template",e.TEXTAREA="textarea",e.TFOOT="tfoot",e.TD="td",e.TH="th",e.THEAD="thead",e.TITLE="title",e.TR="tr",e.TRACK="track",e.TT="tt",e.U="u",e.UL="ul",e.SVG="svg",e.VAR="var",e.WBR="wbr",e.XMP="xmp"})(p||(p={}));var r;(function(e){e[e.UNKNOWN=0]="UNKNOWN",e[e.A=1]="A",e[e.ADDRESS=2]="ADDRESS",e[e.ANNOTATION_XML=3]="ANNOTATION_XML",e[e.APPLET=4]="APPLET",e[e.AREA=5]="AREA",e[e.ARTICLE=6]="ARTICLE",e[e.ASIDE=7]="ASIDE",e[e.B=8]="B",e[e.BASE=9]="BASE",e[e.BASEFONT=10]="BASEFONT",e[e.BGSOUND=11]="BGSOUND",e[e.BIG=12]="BIG",e[e.BLOCKQUOTE=13]="BLOCKQUOTE",e[e.BODY=14]="BODY",e[e.BR=15]="BR",e[e.BUTTON=16]="BUTTON",e[e.CAPTION=17]="CAPTION",e[e.CENTER=18]="CENTER",e[e.CODE=19]="CODE",e[e.COL=20]="COL",e[e.COLGROUP=21]="COLGROUP",e[e.DD=22]="DD",e[e.DESC=23]="DESC",e[e.DETAILS=24]="DETAILS",e[e.DIALOG=25]="DIALOG",e[e.DIR=26]="DIR",e[e.DIV=27]="DIV",e[e.DL=28]="DL",e[e.DT=29]="DT",e[e.EM=30]="EM",e[e.EMBED=31]="EMBED",e[e.FIELDSET=32]="FIELDSET",e[e.FIGCAPTION=33]="FIGCAPTION",e[e.FIGURE=34]="FIGURE",e[e.FONT=35]="FONT",e[e.FOOTER=36]="FOOTER",e[e.FOREIGN_OBJECT=37]="FOREIGN_OBJECT",e[e.FORM=38]="FORM",e[e.FRAME=39]="FRAME",e[e.FRAMESET=40]="FRAMESET",e[e.H1=41]="H1",e[e.H2=42]="H2",e[e.H3=43]="H3",e[e.H4=44]="H4",e[e.H5=45]="H5",e[e.H6=46]="H6",e[e.HEAD=47]="HEAD",e[e.HEADER=48]="HEADER",e[e.HGROUP=49]="HGROUP",e[e.HR=50]="HR",e[e.HTML=51]="HTML",e[e.I=52]="I",e[e.IMG=53]="IMG",e[e.IMAGE=54]="IMAGE",e[e.INPUT=55]="INPUT",e[e.IFRAME=56]="IFRAME",e[e.KEYGEN=57]="KEYGEN",e[e.LABEL=58]="LABEL",e[e.LI=59]="LI",e[e.LINK=60]="LINK",e[e.LISTING=61]="LISTING",e[e.MAIN=62]="MAIN",e[e.MALIGNMARK=63]="MALIGNMARK",e[e.MARQUEE=64]="MARQUEE",e[e.MATH=65]="MATH",e[e.MENU=66]="MENU",e[e.META=67]="META",e[e.MGLYPH=68]="MGLYPH",e[e.MI=69]="MI",e[e.MO=70]="MO",e[e.MN=71]="MN",e[e.MS=72]="MS",e[e.MTEXT=73]="MTEXT",e[e.NAV=74]="NAV",e[e.NOBR=75]="NOBR",e[e.NOFRAMES=76]="NOFRAMES",e[e.NOEMBED=77]="NOEMBED",e[e.NOSCRIPT=78]="NOSCRIPT",e[e.OBJECT=79]="OBJECT",e[e.OL=80]="OL",e[e.OPTGROUP=81]="OPTGROUP",e[e.OPTION=82]="OPTION",e[e.P=83]="P",e[e.PARAM=84]="PARAM",e[e.PLAINTEXT=85]="PLAINTEXT",e[e.PRE=86]="PRE",e[e.RB=87]="RB",e[e.RP=88]="RP",e[e.RT=89]="RT",e[e.RTC=90]="RTC",e[e.RUBY=91]="RUBY",e[e.S=92]="S",e[e.SCRIPT=93]="SCRIPT",e[e.SEARCH=94]="SEARCH",e[e.SECTION=95]="SECTION",e[e.SELECT=96]="SELECT",e[e.SOURCE=97]="SOURCE",e[e.SMALL=98]="SMALL",e[e.SPAN=99]="SPAN",e[e.STRIKE=100]="STRIKE",e[e.STRONG=101]="STRONG",e[e.STYLE=102]="STYLE",e[e.SUB=103]="SUB",e[e.SUMMARY=104]="SUMMARY",e[e.SUP=105]="SUP",e[e.TABLE=106]="TABLE",e[e.TBODY=107]="TBODY",e[e.TEMPLATE=108]="TEMPLATE",e[e.TEXTAREA=109]="TEXTAREA",e[e.TFOOT=110]="TFOOT",e[e.TD=111]="TD",e[e.TH=112]="TH",e[e.THEAD=113]="THEAD",e[e.TITLE=114]="TITLE",e[e.TR=115]="TR",e[e.TRACK=116]="TRACK",e[e.TT=117]="TT",e[e.U=118]="U",e[e.UL=119]="UL",e[e.SVG=120]="SVG",e[e.VAR=121]="VAR",e[e.WBR=122]="WBR",e[e.XMP=123]="XMP"})(r||(r={}));const Tl=new Map([[p.A,r.A],[p.ADDRESS,r.ADDRESS],[p.ANNOTATION_XML,r.ANNOTATION_XML],[p.APPLET,r.APPLET],[p.AREA,r.AREA],[p.ARTICLE,r.ARTICLE],[p.ASIDE,r.ASIDE],[p.B,r.B],[p.BASE,r.BASE],[p.BASEFONT,r.BASEFONT],[p.BGSOUND,r.BGSOUND],[p.BIG,r.BIG],[p.BLOCKQUOTE,r.BLOCKQUOTE],[p.BODY,r.BODY],[p.BR,r.BR],[p.BUTTON,r.BUTTON],[p.CAPTION,r.CAPTION],[p.CENTER,r.CENTER],[p.CODE,r.CODE],[p.COL,r.COL],[p.COLGROUP,r.COLGROUP],[p.DD,r.DD],[p.DESC,r.DESC],[p.DETAILS,r.DETAILS],[p.DIALOG,r.DIALOG],[p.DIR,r.DIR],[p.DIV,r.DIV],[p.DL,r.DL],[p.DT,r.DT],[p.EM,r.EM],[p.EMBED,r.EMBED],[p.FIELDSET,r.FIELDSET],[p.FIGCAPTION,r.FIGCAPTION],[p.FIGURE,r.FIGURE],[p.FONT,r.FONT],[p.FOOTER,r.FOOTER],[p.FOREIGN_OBJECT,r.FOREIGN_OBJECT],[p.FORM,r.FORM],[p.FRAME,r.FRAME],[p.FRAMESET,r.FRAMESET],[p.H1,r.H1],[p.H2,r.H2],[p.H3,r.H3],[p.H4,r.H4],[p.H5,r.H5],[p.H6,r.H6],[p.HEAD,r.HEAD],[p.HEADER,r.HEADER],[p.HGROUP,r.HGROUP],[p.HR,r.HR],[p.HTML,r.HTML],[p.I,r.I],[p.IMG,r.IMG],[p.IMAGE,r.IMAGE],[p.INPUT,r.INPUT],[p.IFRAME,r.IFRAME],[p.KEYGEN,r.KEYGEN],[p.LABEL,r.LABEL],[p.LI,r.LI],[p.LINK,r.LINK],[p.LISTING,r.LISTING],[p.MAIN,r.MAIN],[p.MALIGNMARK,r.MALIGNMARK],[p.MARQUEE,r.MARQUEE],[p.MATH,r.MATH],[p.MENU,r.MENU],[p.META,r.META],[p.MGLYPH,r.MGLYPH],[p.MI,r.MI],[p.MO,r.MO],[p.MN,r.MN],[p.MS,r.MS],[p.MTEXT,r.MTEXT],[p.NAV,r.NAV],[p.NOBR,r.NOBR],[p.NOFRAMES,r.NOFRAMES],[p.NOEMBED,r.NOEMBED],[p.NOSCRIPT,r.NOSCRIPT],[p.OBJECT,r.OBJECT],[p.OL,r.OL],[p.OPTGROUP,r.OPTGROUP],[p.OPTION,r.OPTION],[p.P,r.P],[p.PARAM,r.PARAM],[p.PLAINTEXT,r.PLAINTEXT],[p.PRE,r.PRE],[p.RB,r.RB],[p.RP,r.RP],[p.RT,r.RT],[p.RTC,r.RTC],[p.RUBY,r.RUBY],[p.S,r.S],[p.SCRIPT,r.SCRIPT],[p.SEARCH,r.SEARCH],[p.SECTION,r.SECTION],[p.SELECT,r.SELECT],[p.SOURCE,r.SOURCE],[p.SMALL,r.SMALL],[p.SPAN,r.SPAN],[p.STRIKE,r.STRIKE],[p.STRONG,r.STRONG],[p.STYLE,r.STYLE],[p.SUB,r.SUB],[p.SUMMARY,r.SUMMARY],[p.SUP,r.SUP],[p.TABLE,r.TABLE],[p.TBODY,r.TBODY],[p.TEMPLATE,r.TEMPLATE],[p.TEXTAREA,r.TEXTAREA],[p.TFOOT,r.TFOOT],[p.TD,r.TD],[p.TH,r.TH],[p.THEAD,r.THEAD],[p.TITLE,r.TITLE],[p.TR,r.TR],[p.TRACK,r.TRACK],[p.TT,r.TT],[p.U,r.U],[p.UL,r.UL],[p.SVG,r.SVG],[p.VAR,r.VAR],[p.WBR,r.WBR],[p.XMP,r.XMP]]);function ve(e){var t;return(t=Tl.get(e))!==null&&t!==void 0?t:r.UNKNOWN}const C=r,bl={[_.HTML]:new Set([C.ADDRESS,C.APPLET,C.AREA,C.ARTICLE,C.ASIDE,C.BASE,C.BASEFONT,C.BGSOUND,C.BLOCKQUOTE,C.BODY,C.BR,C.BUTTON,C.CAPTION,C.CENTER,C.COL,C.COLGROUP,C.DD,C.DETAILS,C.DIR,C.DIV,C.DL,C.DT,C.EMBED,C.FIELDSET,C.FIGCAPTION,C.FIGURE,C.FOOTER,C.FORM,C.FRAME,C.FRAMESET,C.H1,C.H2,C.H3,C.H4,C.H5,C.H6,C.HEAD,C.HEADER,C.HGROUP,C.HR,C.HTML,C.IFRAME,C.IMG,C.INPUT,C.LI,C.LINK,C.LISTING,C.MAIN,C.MARQUEE,C.MENU,C.META,C.NAV,C.NOEMBED,C.NOFRAMES,C.NOSCRIPT,C.OBJECT,C.OL,C.P,C.PARAM,C.PLAINTEXT,C.PRE,C.SCRIPT,C.SECTION,C.SELECT,C.SOURCE,C.STYLE,C.SUMMARY,C.TABLE,C.TBODY,C.TD,C.TEMPLATE,C.TEXTAREA,C.TFOOT,C.TH,C.THEAD,C.TITLE,C.TR,C.TRACK,C.UL,C.WBR,C.XMP]),[_.MATHML]:new Set([C.MI,C.MO,C.MN,C.MS,C.MTEXT,C.ANNOTATION_XML]),[_.SVG]:new Set([C.TITLE,C.FOREIGN_OBJECT,C.DESC]),[_.XLINK]:new Set,[_.XML]:new Set,[_.XMLNS]:new Set},un=new Set([C.H1,C.H2,C.H3,C.H4,C.H5,C.H6]);p.STYLE,p.SCRIPT,p.XMP,p.IFRAME,p.NOEMBED,p.NOFRAMES,p.PLAINTEXT;var d;(function(e){e[e.DATA=0]="DATA",e[e.RCDATA=1]="RCDATA",e[e.RAWTEXT=2]="RAWTEXT",e[e.SCRIPT_DATA=3]="SCRIPT_DATA",e[e.PLAINTEXT=4]="PLAINTEXT",e[e.TAG_OPEN=5]="TAG_OPEN",e[e.END_TAG_OPEN=6]="END_TAG_OPEN",e[e.TAG_NAME=7]="TAG_NAME",e[e.RCDATA_LESS_THAN_SIGN=8]="RCDATA_LESS_THAN_SIGN",e[e.RCDATA_END_TAG_OPEN=9]="RCDATA_END_TAG_OPEN",e[e.RCDATA_END_TAG_NAME=10]="RCDATA_END_TAG_NAME",e[e.RAWTEXT_LESS_THAN_SIGN=11]="RAWTEXT_LESS_THAN_SIGN",e[e.RAWTEXT_END_TAG_OPEN=12]="RAWTEXT_END_TAG_OPEN",e[e.RAWTEXT_END_TAG_NAME=13]="RAWTEXT_END_TAG_NAME",e[e.SCRIPT_DATA_LESS_THAN_SIGN=14]="SCRIPT_DATA_LESS_THAN_SIGN",e[e.SCRIPT_DATA_END_TAG_OPEN=15]="SCRIPT_DATA_END_TAG_OPEN",e[e.SCRIPT_DATA_END_TAG_NAME=16]="SCRIPT_DATA_END_TAG_NAME",e[e.SCRIPT_DATA_ESCAPE_START=17]="SCRIPT_DATA_ESCAPE_START",e[e.SCRIPT_DATA_ESCAPE_START_DASH=18]="SCRIPT_DATA_ESCAPE_START_DASH",e[e.SCRIPT_DATA_ESCAPED=19]="SCRIPT_DATA_ESCAPED",e[e.SCRIPT_DATA_ESCAPED_DASH=20]="SCRIPT_DATA_ESCAPED_DASH",e[e.SCRIPT_DATA_ESCAPED_DASH_DASH=21]="SCRIPT_DATA_ESCAPED_DASH_DASH",e[e.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN=22]="SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN",e[e.SCRIPT_DATA_ESCAPED_END_TAG_OPEN=23]="SCRIPT_DATA_ESCAPED_END_TAG_OPEN",e[e.SCRIPT_DATA_ESCAPED_END_TAG_NAME=24]="SCRIPT_DATA_ESCAPED_END_TAG_NAME",e[e.SCRIPT_DATA_DOUBLE_ESCAPE_START=25]="SCRIPT_DATA_DOUBLE_ESCAPE_START",e[e.SCRIPT_DATA_DOUBLE_ESCAPED=26]="SCRIPT_DATA_DOUBLE_ESCAPED",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH=27]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH=28]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN=29]="SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN",e[e.SCRIPT_DATA_DOUBLE_ESCAPE_END=30]="SCRIPT_DATA_DOUBLE_ESCAPE_END",e[e.BEFORE_ATTRIBUTE_NAME=31]="BEFORE_ATTRIBUTE_NAME",e[e.ATTRIBUTE_NAME=32]="ATTRIBUTE_NAME",e[e.AFTER_ATTRIBUTE_NAME=33]="AFTER_ATTRIBUTE_NAME",e[e.BEFORE_ATTRIBUTE_VALUE=34]="BEFORE_ATTRIBUTE_VALUE",e[e.ATTRIBUTE_VALUE_DOUBLE_QUOTED=35]="ATTRIBUTE_VALUE_DOUBLE_QUOTED",e[e.ATTRIBUTE_VALUE_SINGLE_QUOTED=36]="ATTRIBUTE_VALUE_SINGLE_QUOTED",e[e.ATTRIBUTE_VALUE_UNQUOTED=37]="ATTRIBUTE_VALUE_UNQUOTED",e[e.AFTER_ATTRIBUTE_VALUE_QUOTED=38]="AFTER_ATTRIBUTE_VALUE_QUOTED",e[e.SELF_CLOSING_START_TAG=39]="SELF_CLOSING_START_TAG",e[e.BOGUS_COMMENT=40]="BOGUS_COMMENT",e[e.MARKUP_DECLARATION_OPEN=41]="MARKUP_DECLARATION_OPEN",e[e.COMMENT_START=42]="COMMENT_START",e[e.COMMENT_START_DASH=43]="COMMENT_START_DASH",e[e.COMMENT=44]="COMMENT",e[e.COMMENT_LESS_THAN_SIGN=45]="COMMENT_LESS_THAN_SIGN",e[e.COMMENT_LESS_THAN_SIGN_BANG=46]="COMMENT_LESS_THAN_SIGN_BANG",e[e.COMMENT_LESS_THAN_SIGN_BANG_DASH=47]="COMMENT_LESS_THAN_SIGN_BANG_DASH",e[e.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH=48]="COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH",e[e.COMMENT_END_DASH=49]="COMMENT_END_DASH",e[e.COMMENT_END=50]="COMMENT_END",e[e.COMMENT_END_BANG=51]="COMMENT_END_BANG",e[e.DOCTYPE=52]="DOCTYPE",e[e.BEFORE_DOCTYPE_NAME=53]="BEFORE_DOCTYPE_NAME",e[e.DOCTYPE_NAME=54]="DOCTYPE_NAME",e[e.AFTER_DOCTYPE_NAME=55]="AFTER_DOCTYPE_NAME",e[e.AFTER_DOCTYPE_PUBLIC_KEYWORD=56]="AFTER_DOCTYPE_PUBLIC_KEYWORD",e[e.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER=57]="BEFORE_DOCTYPE_PUBLIC_IDENTIFIER",e[e.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED=58]="DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED",e[e.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED=59]="DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED",e[e.AFTER_DOCTYPE_PUBLIC_IDENTIFIER=60]="AFTER_DOCTYPE_PUBLIC_IDENTIFIER",e[e.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS=61]="BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS",e[e.AFTER_DOCTYPE_SYSTEM_KEYWORD=62]="AFTER_DOCTYPE_SYSTEM_KEYWORD",e[e.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER=63]="BEFORE_DOCTYPE_SYSTEM_IDENTIFIER",e[e.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED=64]="DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED",e[e.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED=65]="DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED",e[e.AFTER_DOCTYPE_SYSTEM_IDENTIFIER=66]="AFTER_DOCTYPE_SYSTEM_IDENTIFIER",e[e.BOGUS_DOCTYPE=67]="BOGUS_DOCTYPE",e[e.CDATA_SECTION=68]="CDATA_SECTION",e[e.CDATA_SECTION_BRACKET=69]="CDATA_SECTION_BRACKET",e[e.CDATA_SECTION_END=70]="CDATA_SECTION_END",e[e.CHARACTER_REFERENCE=71]="CHARACTER_REFERENCE",e[e.AMBIGUOUS_AMPERSAND=72]="AMBIGUOUS_AMPERSAND"})(d||(d={}));const H={DATA:d.DATA,RCDATA:d.RCDATA,RAWTEXT:d.RAWTEXT,SCRIPT_DATA:d.SCRIPT_DATA,PLAINTEXT:d.PLAINTEXT,CDATA_SECTION:d.CDATA_SECTION};function gl(e){return e>=c.DIGIT_0&&e<=c.DIGIT_9}function $e(e){return e>=c.LATIN_CAPITAL_A&&e<=c.LATIN_CAPITAL_Z}function Al(e){return e>=c.LATIN_SMALL_A&&e<=c.LATIN_SMALL_Z}function Ee(e){return Al(e)||$e(e)}function fu(e){return Ee(e)||gl(e)}function mt(e){return e+32}function qr(e){return e===c.SPACE||e===c.LINE_FEED||e===c.TABULATION||e===c.FORM_FEED}function hu(e){return qr(e)||e===c.SOLIDUS||e===c.GREATER_THAN_SIGN}function _l(e){return e===c.NULL?T.nullCharacterReference:e>1114111?T.characterReferenceOutsideUnicodeRange:Ur(e)?T.surrogateCharacterReference:Yr(e)?T.noncharacterCharacterReference:Hr(e)||e===c.CARRIAGE_RETURN?T.controlCharacterReference:null}class Cl{constructor(t,n){this.options=t,this.handler=n,this.paused=!1,this.inLoop=!1,this.inForeignNode=!1,this.lastStartTagName="",this.active=!1,this.state=d.DATA,this.returnState=d.DATA,this.entityStartPos=0,this.consumedAfterSnapshot=-1,this.currentCharacterToken=null,this.currentToken=null,this.currentAttr={name:"",value:""},this.preprocessor=new sl(n),this.currentLocation=this.getCurrentLocation(-1),this.entityDecoder=new El(ol,(u,a)=>{this.preprocessor.pos=this.entityStartPos+a-1,this._flushCodePointConsumedAsCharacterReference(u)},n.onParseError?{missingSemicolonAfterCharacterReference:()=>{this._err(T.missingSemicolonAfterCharacterReference,1)},absenceOfDigitsInNumericCharacterReference:u=>{this._err(T.absenceOfDigitsInNumericCharacterReference,this.entityStartPos-this.preprocessor.pos+u)},validateNumericCharacterReference:u=>{const a=_l(u);a&&this._err(a,1)}}:void 0)}_err(t,n=0){var u,a;(a=(u=this.handler).onParseError)===null||a===void 0||a.call(u,this.preprocessor.getError(t,n))}getCurrentLocation(t){return this.options.sourceCodeLocationInfo?{startLine:this.preprocessor.line,startCol:this.preprocessor.col-t,startOffset:this.preprocessor.offset-t,endLine:-1,endCol:-1,endOffset:-1}:null}_runParsingLoop(){if(!this.inLoop){for(this.inLoop=!0;this.active&&!this.paused;){this.consumedAfterSnapshot=0;const t=this._consume();this._ensureHibernation()||this._callState(t)}this.inLoop=!1}}pause(){this.paused=!0}resume(t){if(!this.paused)throw new Error("Parser was already resumed");this.paused=!1,!this.inLoop&&(this._runParsingLoop(),this.paused||t==null||t())}write(t,n,u){this.active=!0,this.preprocessor.write(t,n),this._runParsingLoop(),this.paused||u==null||u()}insertHtmlAtCurrentPos(t){this.active=!0,this.preprocessor.insertHtmlAtCurrentPos(t),this._runParsingLoop()}_ensureHibernation(){return this.preprocessor.endOfChunkHit?(this.preprocessor.retreat(this.consumedAfterSnapshot),this.consumedAfterSnapshot=0,this.active=!1,!0):!1}_consume(){return this.consumedAfterSnapshot++,this.preprocessor.advance()}_advanceBy(t){this.consumedAfterSnapshot+=t;for(let n=0;n<t;n++)this.preprocessor.advance()}_consumeSequenceIfMatch(t,n){return this.preprocessor.startsWith(t,n)?(this._advanceBy(t.length-1),!0):!1}_createStartTagToken(){this.currentToken={type:P.START_TAG,tagName:"",tagID:r.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(1)}}_createEndTagToken(){this.currentToken={type:P.END_TAG,tagName:"",tagID:r.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(2)}}_createCommentToken(t){this.currentToken={type:P.COMMENT,data:"",location:this.getCurrentLocation(t)}}_createDoctypeToken(t){this.currentToken={type:P.DOCTYPE,name:t,forceQuirks:!1,publicId:null,systemId:null,location:this.currentLocation}}_createCharacterToken(t,n){this.currentCharacterToken={type:t,chars:n,location:this.currentLocation}}_createAttr(t){this.currentAttr={name:t,value:""},this.currentLocation=this.getCurrentLocation(0)}_leaveAttrName(){var t,n;const u=this.currentToken;if(zr(u,this.currentAttr.name)===null){if(u.attrs.push(this.currentAttr),u.location&&this.currentLocation){const a=(t=(n=u.location).attrs)!==null&&t!==void 0?t:n.attrs=Object.create(null);a[this.currentAttr.name]=this.currentLocation,this._leaveAttrValue()}}else this._err(T.duplicateAttribute)}_leaveAttrValue(){this.currentLocation&&(this.currentLocation.endLine=this.preprocessor.line,this.currentLocation.endCol=this.preprocessor.col,this.currentLocation.endOffset=this.preprocessor.offset)}prepareToken(t){this._emitCurrentCharacterToken(t.location),this.currentToken=null,t.location&&(t.location.endLine=this.preprocessor.line,t.location.endCol=this.preprocessor.col+1,t.location.endOffset=this.preprocessor.offset+1),this.currentLocation=this.getCurrentLocation(-1)}emitCurrentTagToken(){const t=this.currentToken;this.prepareToken(t),t.tagID=ve(t.tagName),t.type===P.START_TAG?(this.lastStartTagName=t.tagName,this.handler.onStartTag(t)):(t.attrs.length>0&&this._err(T.endTagWithAttributes),t.selfClosing&&this._err(T.endTagWithTrailingSolidus),this.handler.onEndTag(t)),this.preprocessor.dropParsedChunk()}emitCurrentComment(t){this.prepareToken(t),this.handler.onComment(t),this.preprocessor.dropParsedChunk()}emitCurrentDoctype(t){this.prepareToken(t),this.handler.onDoctype(t),this.preprocessor.dropParsedChunk()}_emitCurrentCharacterToken(t){if(this.currentCharacterToken){switch(t&&this.currentCharacterToken.location&&(this.currentCharacterToken.location.endLine=t.startLine,this.currentCharacterToken.location.endCol=t.startCol,this.currentCharacterToken.location.endOffset=t.startOffset),this.currentCharacterToken.type){case P.CHARACTER:{this.handler.onCharacter(this.currentCharacterToken);break}case P.NULL_CHARACTER:{this.handler.onNullCharacter(this.currentCharacterToken);break}case P.WHITESPACE_CHARACTER:{this.handler.onWhitespaceCharacter(this.currentCharacterToken);break}}this.currentCharacterToken=null}}_emitEOFToken(){const t=this.getCurrentLocation(0);t&&(t.endLine=t.startLine,t.endCol=t.startCol,t.endOffset=t.startOffset),this._emitCurrentCharacterToken(t),this.handler.onEof({type:P.EOF,location:t}),this.active=!1}_appendCharToCurrentCharacterToken(t,n){if(this.currentCharacterToken)if(this.currentCharacterToken.type===t){this.currentCharacterToken.chars+=n;return}else this.currentLocation=this.getCurrentLocation(0),this._emitCurrentCharacterToken(this.currentLocation),this.preprocessor.dropParsedChunk();this._createCharacterToken(t,n)}_emitCodePoint(t){const n=qr(t)?P.WHITESPACE_CHARACTER:t===c.NULL?P.NULL_CHARACTER:P.CHARACTER;this._appendCharToCurrentCharacterToken(n,String.fromCodePoint(t))}_emitChars(t){this._appendCharToCurrentCharacterToken(P.CHARACTER,t)}_startCharacterReference(){this.returnState=this.state,this.state=d.CHARACTER_REFERENCE,this.entityStartPos=this.preprocessor.pos,this.entityDecoder.startEntity(this._isCharacterReferenceInAttribute()?he.Attribute:he.Legacy)}_isCharacterReferenceInAttribute(){return this.returnState===d.ATTRIBUTE_VALUE_DOUBLE_QUOTED||this.returnState===d.ATTRIBUTE_VALUE_SINGLE_QUOTED||this.returnState===d.ATTRIBUTE_VALUE_UNQUOTED}_flushCodePointConsumedAsCharacterReference(t){this._isCharacterReferenceInAttribute()?this.currentAttr.value+=String.fromCodePoint(t):this._emitCodePoint(t)}_callState(t){switch(this.state){case d.DATA:{this._stateData(t);break}case d.RCDATA:{this._stateRcdata(t);break}case d.RAWTEXT:{this._stateRawtext(t);break}case d.SCRIPT_DATA:{this._stateScriptData(t);break}case d.PLAINTEXT:{this._statePlaintext(t);break}case d.TAG_OPEN:{this._stateTagOpen(t);break}case d.END_TAG_OPEN:{this._stateEndTagOpen(t);break}case d.TAG_NAME:{this._stateTagName(t);break}case d.RCDATA_LESS_THAN_SIGN:{this._stateRcdataLessThanSign(t);break}case d.RCDATA_END_TAG_OPEN:{this._stateRcdataEndTagOpen(t);break}case d.RCDATA_END_TAG_NAME:{this._stateRcdataEndTagName(t);break}case d.RAWTEXT_LESS_THAN_SIGN:{this._stateRawtextLessThanSign(t);break}case d.RAWTEXT_END_TAG_OPEN:{this._stateRawtextEndTagOpen(t);break}case d.RAWTEXT_END_TAG_NAME:{this._stateRawtextEndTagName(t);break}case d.SCRIPT_DATA_LESS_THAN_SIGN:{this._stateScriptDataLessThanSign(t);break}case d.SCRIPT_DATA_END_TAG_OPEN:{this._stateScriptDataEndTagOpen(t);break}case d.SCRIPT_DATA_END_TAG_NAME:{this._stateScriptDataEndTagName(t);break}case d.SCRIPT_DATA_ESCAPE_START:{this._stateScriptDataEscapeStart(t);break}case d.SCRIPT_DATA_ESCAPE_START_DASH:{this._stateScriptDataEscapeStartDash(t);break}case d.SCRIPT_DATA_ESCAPED:{this._stateScriptDataEscaped(t);break}case d.SCRIPT_DATA_ESCAPED_DASH:{this._stateScriptDataEscapedDash(t);break}case d.SCRIPT_DATA_ESCAPED_DASH_DASH:{this._stateScriptDataEscapedDashDash(t);break}case d.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN:{this._stateScriptDataEscapedLessThanSign(t);break}case d.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:{this._stateScriptDataEscapedEndTagOpen(t);break}case d.SCRIPT_DATA_ESCAPED_END_TAG_NAME:{this._stateScriptDataEscapedEndTagName(t);break}case d.SCRIPT_DATA_DOUBLE_ESCAPE_START:{this._stateScriptDataDoubleEscapeStart(t);break}case d.SCRIPT_DATA_DOUBLE_ESCAPED:{this._stateScriptDataDoubleEscaped(t);break}case d.SCRIPT_DATA_DOUBLE_ESCAPED_DASH:{this._stateScriptDataDoubleEscapedDash(t);break}case d.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH:{this._stateScriptDataDoubleEscapedDashDash(t);break}case d.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN:{this._stateScriptDataDoubleEscapedLessThanSign(t);break}case d.SCRIPT_DATA_DOUBLE_ESCAPE_END:{this._stateScriptDataDoubleEscapeEnd(t);break}case d.BEFORE_ATTRIBUTE_NAME:{this._stateBeforeAttributeName(t);break}case d.ATTRIBUTE_NAME:{this._stateAttributeName(t);break}case d.AFTER_ATTRIBUTE_NAME:{this._stateAfterAttributeName(t);break}case d.BEFORE_ATTRIBUTE_VALUE:{this._stateBeforeAttributeValue(t);break}case d.ATTRIBUTE_VALUE_DOUBLE_QUOTED:{this._stateAttributeValueDoubleQuoted(t);break}case d.ATTRIBUTE_VALUE_SINGLE_QUOTED:{this._stateAttributeValueSingleQuoted(t);break}case d.ATTRIBUTE_VALUE_UNQUOTED:{this._stateAttributeValueUnquoted(t);break}case d.AFTER_ATTRIBUTE_VALUE_QUOTED:{this._stateAfterAttributeValueQuoted(t);break}case d.SELF_CLOSING_START_TAG:{this._stateSelfClosingStartTag(t);break}case d.BOGUS_COMMENT:{this._stateBogusComment(t);break}case d.MARKUP_DECLARATION_OPEN:{this._stateMarkupDeclarationOpen(t);break}case d.COMMENT_START:{this._stateCommentStart(t);break}case d.COMMENT_START_DASH:{this._stateCommentStartDash(t);break}case d.COMMENT:{this._stateComment(t);break}case d.COMMENT_LESS_THAN_SIGN:{this._stateCommentLessThanSign(t);break}case d.COMMENT_LESS_THAN_SIGN_BANG:{this._stateCommentLessThanSignBang(t);break}case d.COMMENT_LESS_THAN_SIGN_BANG_DASH:{this._stateCommentLessThanSignBangDash(t);break}case d.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:{this._stateCommentLessThanSignBangDashDash(t);break}case d.COMMENT_END_DASH:{this._stateCommentEndDash(t);break}case d.COMMENT_END:{this._stateCommentEnd(t);break}case d.COMMENT_END_BANG:{this._stateCommentEndBang(t);break}case d.DOCTYPE:{this._stateDoctype(t);break}case d.BEFORE_DOCTYPE_NAME:{this._stateBeforeDoctypeName(t);break}case d.DOCTYPE_NAME:{this._stateDoctypeName(t);break}case d.AFTER_DOCTYPE_NAME:{this._stateAfterDoctypeName(t);break}case d.AFTER_DOCTYPE_PUBLIC_KEYWORD:{this._stateAfterDoctypePublicKeyword(t);break}case d.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER:{this._stateBeforeDoctypePublicIdentifier(t);break}case d.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED:{this._stateDoctypePublicIdentifierDoubleQuoted(t);break}case d.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED:{this._stateDoctypePublicIdentifierSingleQuoted(t);break}case d.AFTER_DOCTYPE_PUBLIC_IDENTIFIER:{this._stateAfterDoctypePublicIdentifier(t);break}case d.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS:{this._stateBetweenDoctypePublicAndSystemIdentifiers(t);break}case d.AFTER_DOCTYPE_SYSTEM_KEYWORD:{this._stateAfterDoctypeSystemKeyword(t);break}case d.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER:{this._stateBeforeDoctypeSystemIdentifier(t);break}case d.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED:{this._stateDoctypeSystemIdentifierDoubleQuoted(t);break}case d.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED:{this._stateDoctypeSystemIdentifierSingleQuoted(t);break}case d.AFTER_DOCTYPE_SYSTEM_IDENTIFIER:{this._stateAfterDoctypeSystemIdentifier(t);break}case d.BOGUS_DOCTYPE:{this._stateBogusDoctype(t);break}case d.CDATA_SECTION:{this._stateCdataSection(t);break}case d.CDATA_SECTION_BRACKET:{this._stateCdataSectionBracket(t);break}case d.CDATA_SECTION_END:{this._stateCdataSectionEnd(t);break}case d.CHARACTER_REFERENCE:{this._stateCharacterReference();break}case d.AMBIGUOUS_AMPERSAND:{this._stateAmbiguousAmpersand(t);break}default:throw new Error("Unknown state")}}_stateData(t){switch(t){case c.LESS_THAN_SIGN:{this.state=d.TAG_OPEN;break}case c.AMPERSAND:{this._startCharacterReference();break}case c.NULL:{this._err(T.unexpectedNullCharacter),this._emitCodePoint(t);break}case c.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateRcdata(t){switch(t){case c.AMPERSAND:{this._startCharacterReference();break}case c.LESS_THAN_SIGN:{this.state=d.RCDATA_LESS_THAN_SIGN;break}case c.NULL:{this._err(T.unexpectedNullCharacter),this._emitChars(U);break}case c.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateRawtext(t){switch(t){case c.LESS_THAN_SIGN:{this.state=d.RAWTEXT_LESS_THAN_SIGN;break}case c.NULL:{this._err(T.unexpectedNullCharacter),this._emitChars(U);break}case c.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateScriptData(t){switch(t){case c.LESS_THAN_SIGN:{this.state=d.SCRIPT_DATA_LESS_THAN_SIGN;break}case c.NULL:{this._err(T.unexpectedNullCharacter),this._emitChars(U);break}case c.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_statePlaintext(t){switch(t){case c.NULL:{this._err(T.unexpectedNullCharacter),this._emitChars(U);break}case c.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateTagOpen(t){if(Ee(t))this._createStartTagToken(),this.state=d.TAG_NAME,this._stateTagName(t);else switch(t){case c.EXCLAMATION_MARK:{this.state=d.MARKUP_DECLARATION_OPEN;break}case c.SOLIDUS:{this.state=d.END_TAG_OPEN;break}case c.QUESTION_MARK:{this._err(T.unexpectedQuestionMarkInsteadOfTagName),this._createCommentToken(1),this.state=d.BOGUS_COMMENT,this._stateBogusComment(t);break}case c.EOF:{this._err(T.eofBeforeTagName),this._emitChars("<"),this._emitEOFToken();break}default:this._err(T.invalidFirstCharacterOfTagName),this._emitChars("<"),this.state=d.DATA,this._stateData(t)}}_stateEndTagOpen(t){if(Ee(t))this._createEndTagToken(),this.state=d.TAG_NAME,this._stateTagName(t);else switch(t){case c.GREATER_THAN_SIGN:{this._err(T.missingEndTagName),this.state=d.DATA;break}case c.EOF:{this._err(T.eofBeforeTagName),this._emitChars("</"),this._emitEOFToken();break}default:this._err(T.invalidFirstCharacterOfTagName),this._createCommentToken(2),this.state=d.BOGUS_COMMENT,this._stateBogusComment(t)}}_stateTagName(t){const n=this.currentToken;switch(t){case c.SPACE:case c.LINE_FEED:case c.TABULATION:case c.FORM_FEED:{this.state=d.BEFORE_ATTRIBUTE_NAME;break}case c.SOLIDUS:{this.state=d.SELF_CLOSING_START_TAG;break}case c.GREATER_THAN_SIGN:{this.state=d.DATA,this.emitCurrentTagToken();break}case c.NULL:{this._err(T.unexpectedNullCharacter),n.tagName+=U;break}case c.EOF:{this._err(T.eofInTag),this._emitEOFToken();break}default:n.tagName+=String.fromCodePoint($e(t)?mt(t):t)}}_stateRcdataLessThanSign(t){t===c.SOLIDUS?this.state=d.RCDATA_END_TAG_OPEN:(this._emitChars("<"),this.state=d.RCDATA,this._stateRcdata(t))}_stateRcdataEndTagOpen(t){Ee(t)?(this.state=d.RCDATA_END_TAG_NAME,this._stateRcdataEndTagName(t)):(this._emitChars("</"),this.state=d.RCDATA,this._stateRcdata(t))}handleSpecialEndTag(t){if(!this.preprocessor.startsWith(this.lastStartTagName,!1))return!this._ensureHibernation();this._createEndTagToken();const n=this.currentToken;switch(n.tagName=this.lastStartTagName,this.preprocessor.peek(this.lastStartTagName.length)){case c.SPACE:case c.LINE_FEED:case c.TABULATION:case c.FORM_FEED:return this._advanceBy(this.lastStartTagName.length),this.state=d.BEFORE_ATTRIBUTE_NAME,!1;case c.SOLIDUS:return this._advanceBy(this.lastStartTagName.length),this.state=d.SELF_CLOSING_START_TAG,!1;case c.GREATER_THAN_SIGN:return this._advanceBy(this.lastStartTagName.length),this.emitCurrentTagToken(),this.state=d.DATA,!1;default:return!this._ensureHibernation()}}_stateRcdataEndTagName(t){this.handleSpecialEndTag(t)&&(this._emitChars("</"),this.state=d.RCDATA,this._stateRcdata(t))}_stateRawtextLessThanSign(t){t===c.SOLIDUS?this.state=d.RAWTEXT_END_TAG_OPEN:(this._emitChars("<"),this.state=d.RAWTEXT,this._stateRawtext(t))}_stateRawtextEndTagOpen(t){Ee(t)?(this.state=d.RAWTEXT_END_TAG_NAME,this._stateRawtextEndTagName(t)):(this._emitChars("</"),this.state=d.RAWTEXT,this._stateRawtext(t))}_stateRawtextEndTagName(t){this.handleSpecialEndTag(t)&&(this._emitChars("</"),this.state=d.RAWTEXT,this._stateRawtext(t))}_stateScriptDataLessThanSign(t){switch(t){case c.SOLIDUS:{this.state=d.SCRIPT_DATA_END_TAG_OPEN;break}case c.EXCLAMATION_MARK:{this.state=d.SCRIPT_DATA_ESCAPE_START,this._emitChars("<!");break}default:this._emitChars("<"),this.state=d.SCRIPT_DATA,this._stateScriptData(t)}}_stateScriptDataEndTagOpen(t){Ee(t)?(this.state=d.SCRIPT_DATA_END_TAG_NAME,this._stateScriptDataEndTagName(t)):(this._emitChars("</"),this.state=d.SCRIPT_DATA,this._stateScriptData(t))}_stateScriptDataEndTagName(t){this.handleSpecialEndTag(t)&&(this._emitChars("</"),this.state=d.SCRIPT_DATA,this._stateScriptData(t))}_stateScriptDataEscapeStart(t){t===c.HYPHEN_MINUS?(this.state=d.SCRIPT_DATA_ESCAPE_START_DASH,this._emitChars("-")):(this.state=d.SCRIPT_DATA,this._stateScriptData(t))}_stateScriptDataEscapeStartDash(t){t===c.HYPHEN_MINUS?(this.state=d.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-")):(this.state=d.SCRIPT_DATA,this._stateScriptData(t))}_stateScriptDataEscaped(t){switch(t){case c.HYPHEN_MINUS:{this.state=d.SCRIPT_DATA_ESCAPED_DASH,this._emitChars("-");break}case c.LESS_THAN_SIGN:{this.state=d.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break}case c.NULL:{this._err(T.unexpectedNullCharacter),this._emitChars(U);break}case c.EOF:{this._err(T.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateScriptDataEscapedDash(t){switch(t){case c.HYPHEN_MINUS:{this.state=d.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-");break}case c.LESS_THAN_SIGN:{this.state=d.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break}case c.NULL:{this._err(T.unexpectedNullCharacter),this.state=d.SCRIPT_DATA_ESCAPED,this._emitChars(U);break}case c.EOF:{this._err(T.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=d.SCRIPT_DATA_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataEscapedDashDash(t){switch(t){case c.HYPHEN_MINUS:{this._emitChars("-");break}case c.LESS_THAN_SIGN:{this.state=d.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break}case c.GREATER_THAN_SIGN:{this.state=d.SCRIPT_DATA,this._emitChars(">");break}case c.NULL:{this._err(T.unexpectedNullCharacter),this.state=d.SCRIPT_DATA_ESCAPED,this._emitChars(U);break}case c.EOF:{this._err(T.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=d.SCRIPT_DATA_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataEscapedLessThanSign(t){t===c.SOLIDUS?this.state=d.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:Ee(t)?(this._emitChars("<"),this.state=d.SCRIPT_DATA_DOUBLE_ESCAPE_START,this._stateScriptDataDoubleEscapeStart(t)):(this._emitChars("<"),this.state=d.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(t))}_stateScriptDataEscapedEndTagOpen(t){Ee(t)?(this.state=d.SCRIPT_DATA_ESCAPED_END_TAG_NAME,this._stateScriptDataEscapedEndTagName(t)):(this._emitChars("</"),this.state=d.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(t))}_stateScriptDataEscapedEndTagName(t){this.handleSpecialEndTag(t)&&(this._emitChars("</"),this.state=d.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(t))}_stateScriptDataDoubleEscapeStart(t){if(this.preprocessor.startsWith(G.SCRIPT,!1)&&hu(this.preprocessor.peek(G.SCRIPT.length))){this._emitCodePoint(t);for(let n=0;n<G.SCRIPT.length;n++)this._emitCodePoint(this._consume());this.state=d.SCRIPT_DATA_DOUBLE_ESCAPED}else this._ensureHibernation()||(this.state=d.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(t))}_stateScriptDataDoubleEscaped(t){switch(t){case c.HYPHEN_MINUS:{this.state=d.SCRIPT_DATA_DOUBLE_ESCAPED_DASH,this._emitChars("-");break}case c.LESS_THAN_SIGN:{this.state=d.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break}case c.NULL:{this._err(T.unexpectedNullCharacter),this._emitChars(U);break}case c.EOF:{this._err(T.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateScriptDataDoubleEscapedDash(t){switch(t){case c.HYPHEN_MINUS:{this.state=d.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH,this._emitChars("-");break}case c.LESS_THAN_SIGN:{this.state=d.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break}case c.NULL:{this._err(T.unexpectedNullCharacter),this.state=d.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(U);break}case c.EOF:{this._err(T.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=d.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataDoubleEscapedDashDash(t){switch(t){case c.HYPHEN_MINUS:{this._emitChars("-");break}case c.LESS_THAN_SIGN:{this.state=d.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break}case c.GREATER_THAN_SIGN:{this.state=d.SCRIPT_DATA,this._emitChars(">");break}case c.NULL:{this._err(T.unexpectedNullCharacter),this.state=d.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(U);break}case c.EOF:{this._err(T.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=d.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataDoubleEscapedLessThanSign(t){t===c.SOLIDUS?(this.state=d.SCRIPT_DATA_DOUBLE_ESCAPE_END,this._emitChars("/")):(this.state=d.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(t))}_stateScriptDataDoubleEscapeEnd(t){if(this.preprocessor.startsWith(G.SCRIPT,!1)&&hu(this.preprocessor.peek(G.SCRIPT.length))){this._emitCodePoint(t);for(let n=0;n<G.SCRIPT.length;n++)this._emitCodePoint(this._consume());this.state=d.SCRIPT_DATA_ESCAPED}else this._ensureHibernation()||(this.state=d.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(t))}_stateBeforeAttributeName(t){switch(t){case c.SPACE:case c.LINE_FEED:case c.TABULATION:case c.FORM_FEED:break;case c.SOLIDUS:case c.GREATER_THAN_SIGN:case c.EOF:{this.state=d.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(t);break}case c.EQUALS_SIGN:{this._err(T.unexpectedEqualsSignBeforeAttributeName),this._createAttr("="),this.state=d.ATTRIBUTE_NAME;break}default:this._createAttr(""),this.state=d.ATTRIBUTE_NAME,this._stateAttributeName(t)}}_stateAttributeName(t){switch(t){case c.SPACE:case c.LINE_FEED:case c.TABULATION:case c.FORM_FEED:case c.SOLIDUS:case c.GREATER_THAN_SIGN:case c.EOF:{this._leaveAttrName(),this.state=d.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(t);break}case c.EQUALS_SIGN:{this._leaveAttrName(),this.state=d.BEFORE_ATTRIBUTE_VALUE;break}case c.QUOTATION_MARK:case c.APOSTROPHE:case c.LESS_THAN_SIGN:{this._err(T.unexpectedCharacterInAttributeName),this.currentAttr.name+=String.fromCodePoint(t);break}case c.NULL:{this._err(T.unexpectedNullCharacter),this.currentAttr.name+=U;break}default:this.currentAttr.name+=String.fromCodePoint($e(t)?mt(t):t)}}_stateAfterAttributeName(t){switch(t){case c.SPACE:case c.LINE_FEED:case c.TABULATION:case c.FORM_FEED:break;case c.SOLIDUS:{this.state=d.SELF_CLOSING_START_TAG;break}case c.EQUALS_SIGN:{this.state=d.BEFORE_ATTRIBUTE_VALUE;break}case c.GREATER_THAN_SIGN:{this.state=d.DATA,this.emitCurrentTagToken();break}case c.EOF:{this._err(T.eofInTag),this._emitEOFToken();break}default:this._createAttr(""),this.state=d.ATTRIBUTE_NAME,this._stateAttributeName(t)}}_stateBeforeAttributeValue(t){switch(t){case c.SPACE:case c.LINE_FEED:case c.TABULATION:case c.FORM_FEED:break;case c.QUOTATION_MARK:{this.state=d.ATTRIBUTE_VALUE_DOUBLE_QUOTED;break}case c.APOSTROPHE:{this.state=d.ATTRIBUTE_VALUE_SINGLE_QUOTED;break}case c.GREATER_THAN_SIGN:{this._err(T.missingAttributeValue),this.state=d.DATA,this.emitCurrentTagToken();break}default:this.state=d.ATTRIBUTE_VALUE_UNQUOTED,this._stateAttributeValueUnquoted(t)}}_stateAttributeValueDoubleQuoted(t){switch(t){case c.QUOTATION_MARK:{this.state=d.AFTER_ATTRIBUTE_VALUE_QUOTED;break}case c.AMPERSAND:{this._startCharacterReference();break}case c.NULL:{this._err(T.unexpectedNullCharacter),this.currentAttr.value+=U;break}case c.EOF:{this._err(T.eofInTag),this._emitEOFToken();break}default:this.currentAttr.value+=String.fromCodePoint(t)}}_stateAttributeValueSingleQuoted(t){switch(t){case c.APOSTROPHE:{this.state=d.AFTER_ATTRIBUTE_VALUE_QUOTED;break}case c.AMPERSAND:{this._startCharacterReference();break}case c.NULL:{this._err(T.unexpectedNullCharacter),this.currentAttr.value+=U;break}case c.EOF:{this._err(T.eofInTag),this._emitEOFToken();break}default:this.currentAttr.value+=String.fromCodePoint(t)}}_stateAttributeValueUnquoted(t){switch(t){case c.SPACE:case c.LINE_FEED:case c.TABULATION:case c.FORM_FEED:{this._leaveAttrValue(),this.state=d.BEFORE_ATTRIBUTE_NAME;break}case c.AMPERSAND:{this._startCharacterReference();break}case c.GREATER_THAN_SIGN:{this._leaveAttrValue(),this.state=d.DATA,this.emitCurrentTagToken();break}case c.NULL:{this._err(T.unexpectedNullCharacter),this.currentAttr.value+=U;break}case c.QUOTATION_MARK:case c.APOSTROPHE:case c.LESS_THAN_SIGN:case c.EQUALS_SIGN:case c.GRAVE_ACCENT:{this._err(T.unexpectedCharacterInUnquotedAttributeValue),this.currentAttr.value+=String.fromCodePoint(t);break}case c.EOF:{this._err(T.eofInTag),this._emitEOFToken();break}default:this.currentAttr.value+=String.fromCodePoint(t)}}_stateAfterAttributeValueQuoted(t){switch(t){case c.SPACE:case c.LINE_FEED:case c.TABULATION:case c.FORM_FEED:{this._leaveAttrValue(),this.state=d.BEFORE_ATTRIBUTE_NAME;break}case c.SOLIDUS:{this._leaveAttrValue(),this.state=d.SELF_CLOSING_START_TAG;break}case c.GREATER_THAN_SIGN:{this._leaveAttrValue(),this.state=d.DATA,this.emitCurrentTagToken();break}case c.EOF:{this._err(T.eofInTag),this._emitEOFToken();break}default:this._err(T.missingWhitespaceBetweenAttributes),this.state=d.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(t)}}_stateSelfClosingStartTag(t){switch(t){case c.GREATER_THAN_SIGN:{const n=this.currentToken;n.selfClosing=!0,this.state=d.DATA,this.emitCurrentTagToken();break}case c.EOF:{this._err(T.eofInTag),this._emitEOFToken();break}default:this._err(T.unexpectedSolidusInTag),this.state=d.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(t)}}_stateBogusComment(t){const n=this.currentToken;switch(t){case c.GREATER_THAN_SIGN:{this.state=d.DATA,this.emitCurrentComment(n);break}case c.EOF:{this.emitCurrentComment(n),this._emitEOFToken();break}case c.NULL:{this._err(T.unexpectedNullCharacter),n.data+=U;break}default:n.data+=String.fromCodePoint(t)}}_stateMarkupDeclarationOpen(t){this._consumeSequenceIfMatch(G.DASH_DASH,!0)?(this._createCommentToken(G.DASH_DASH.length+1),this.state=d.COMMENT_START):this._consumeSequenceIfMatch(G.DOCTYPE,!1)?(this.currentLocation=this.getCurrentLocation(G.DOCTYPE.length+1),this.state=d.DOCTYPE):this._consumeSequenceIfMatch(G.CDATA_START,!0)?this.inForeignNode?this.state=d.CDATA_SECTION:(this._err(T.cdataInHtmlContent),this._createCommentToken(G.CDATA_START.length+1),this.currentToken.data="[CDATA[",this.state=d.BOGUS_COMMENT):this._ensureHibernation()||(this._err(T.incorrectlyOpenedComment),this._createCommentToken(2),this.state=d.BOGUS_COMMENT,this._stateBogusComment(t))}_stateCommentStart(t){switch(t){case c.HYPHEN_MINUS:{this.state=d.COMMENT_START_DASH;break}case c.GREATER_THAN_SIGN:{this._err(T.abruptClosingOfEmptyComment),this.state=d.DATA;const n=this.currentToken;this.emitCurrentComment(n);break}default:this.state=d.COMMENT,this._stateComment(t)}}_stateCommentStartDash(t){const n=this.currentToken;switch(t){case c.HYPHEN_MINUS:{this.state=d.COMMENT_END;break}case c.GREATER_THAN_SIGN:{this._err(T.abruptClosingOfEmptyComment),this.state=d.DATA,this.emitCurrentComment(n);break}case c.EOF:{this._err(T.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+="-",this.state=d.COMMENT,this._stateComment(t)}}_stateComment(t){const n=this.currentToken;switch(t){case c.HYPHEN_MINUS:{this.state=d.COMMENT_END_DASH;break}case c.LESS_THAN_SIGN:{n.data+="<",this.state=d.COMMENT_LESS_THAN_SIGN;break}case c.NULL:{this._err(T.unexpectedNullCharacter),n.data+=U;break}case c.EOF:{this._err(T.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+=String.fromCodePoint(t)}}_stateCommentLessThanSign(t){const n=this.currentToken;switch(t){case c.EXCLAMATION_MARK:{n.data+="!",this.state=d.COMMENT_LESS_THAN_SIGN_BANG;break}case c.LESS_THAN_SIGN:{n.data+="<";break}default:this.state=d.COMMENT,this._stateComment(t)}}_stateCommentLessThanSignBang(t){t===c.HYPHEN_MINUS?this.state=d.COMMENT_LESS_THAN_SIGN_BANG_DASH:(this.state=d.COMMENT,this._stateComment(t))}_stateCommentLessThanSignBangDash(t){t===c.HYPHEN_MINUS?this.state=d.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:(this.state=d.COMMENT_END_DASH,this._stateCommentEndDash(t))}_stateCommentLessThanSignBangDashDash(t){t!==c.GREATER_THAN_SIGN&&t!==c.EOF&&this._err(T.nestedComment),this.state=d.COMMENT_END,this._stateCommentEnd(t)}_stateCommentEndDash(t){const n=this.currentToken;switch(t){case c.HYPHEN_MINUS:{this.state=d.COMMENT_END;break}case c.EOF:{this._err(T.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+="-",this.state=d.COMMENT,this._stateComment(t)}}_stateCommentEnd(t){const n=this.currentToken;switch(t){case c.GREATER_THAN_SIGN:{this.state=d.DATA,this.emitCurrentComment(n);break}case c.EXCLAMATION_MARK:{this.state=d.COMMENT_END_BANG;break}case c.HYPHEN_MINUS:{n.data+="-";break}case c.EOF:{this._err(T.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+="--",this.state=d.COMMENT,this._stateComment(t)}}_stateCommentEndBang(t){const n=this.currentToken;switch(t){case c.HYPHEN_MINUS:{n.data+="--!",this.state=d.COMMENT_END_DASH;break}case c.GREATER_THAN_SIGN:{this._err(T.incorrectlyClosedComment),this.state=d.DATA,this.emitCurrentComment(n);break}case c.EOF:{this._err(T.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+="--!",this.state=d.COMMENT,this._stateComment(t)}}_stateDoctype(t){switch(t){case c.SPACE:case c.LINE_FEED:case c.TABULATION:case c.FORM_FEED:{this.state=d.BEFORE_DOCTYPE_NAME;break}case c.GREATER_THAN_SIGN:{this.state=d.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(t);break}case c.EOF:{this._err(T.eofInDoctype),this._createDoctypeToken(null);const n=this.currentToken;n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(T.missingWhitespaceBeforeDoctypeName),this.state=d.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(t)}}_stateBeforeDoctypeName(t){if($e(t))this._createDoctypeToken(String.fromCharCode(mt(t))),this.state=d.DOCTYPE_NAME;else switch(t){case c.SPACE:case c.LINE_FEED:case c.TABULATION:case c.FORM_FEED:break;case c.NULL:{this._err(T.unexpectedNullCharacter),this._createDoctypeToken(U),this.state=d.DOCTYPE_NAME;break}case c.GREATER_THAN_SIGN:{this._err(T.missingDoctypeName),this._createDoctypeToken(null);const n=this.currentToken;n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=d.DATA;break}case c.EOF:{this._err(T.eofInDoctype),this._createDoctypeToken(null);const n=this.currentToken;n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._createDoctypeToken(String.fromCodePoint(t)),this.state=d.DOCTYPE_NAME}}_stateDoctypeName(t){const n=this.currentToken;switch(t){case c.SPACE:case c.LINE_FEED:case c.TABULATION:case c.FORM_FEED:{this.state=d.AFTER_DOCTYPE_NAME;break}case c.GREATER_THAN_SIGN:{this.state=d.DATA,this.emitCurrentDoctype(n);break}case c.NULL:{this._err(T.unexpectedNullCharacter),n.name+=U;break}case c.EOF:{this._err(T.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:n.name+=String.fromCodePoint($e(t)?mt(t):t)}}_stateAfterDoctypeName(t){const n=this.currentToken;switch(t){case c.SPACE:case c.LINE_FEED:case c.TABULATION:case c.FORM_FEED:break;case c.GREATER_THAN_SIGN:{this.state=d.DATA,this.emitCurrentDoctype(n);break}case c.EOF:{this._err(T.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._consumeSequenceIfMatch(G.PUBLIC,!1)?this.state=d.AFTER_DOCTYPE_PUBLIC_KEYWORD:this._consumeSequenceIfMatch(G.SYSTEM,!1)?this.state=d.AFTER_DOCTYPE_SYSTEM_KEYWORD:this._ensureHibernation()||(this._err(T.invalidCharacterSequenceAfterDoctypeName),n.forceQuirks=!0,this.state=d.BOGUS_DOCTYPE,this._stateBogusDoctype(t))}}_stateAfterDoctypePublicKeyword(t){const n=this.currentToken;switch(t){case c.SPACE:case c.LINE_FEED:case c.TABULATION:case c.FORM_FEED:{this.state=d.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER;break}case c.QUOTATION_MARK:{this._err(T.missingWhitespaceAfterDoctypePublicKeyword),n.publicId="",this.state=d.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break}case c.APOSTROPHE:{this._err(T.missingWhitespaceAfterDoctypePublicKeyword),n.publicId="",this.state=d.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break}case c.GREATER_THAN_SIGN:{this._err(T.missingDoctypePublicIdentifier),n.forceQuirks=!0,this.state=d.DATA,this.emitCurrentDoctype(n);break}case c.EOF:{this._err(T.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(T.missingQuoteBeforeDoctypePublicIdentifier),n.forceQuirks=!0,this.state=d.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBeforeDoctypePublicIdentifier(t){const n=this.currentToken;switch(t){case c.SPACE:case c.LINE_FEED:case c.TABULATION:case c.FORM_FEED:break;case c.QUOTATION_MARK:{n.publicId="",this.state=d.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break}case c.APOSTROPHE:{n.publicId="",this.state=d.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break}case c.GREATER_THAN_SIGN:{this._err(T.missingDoctypePublicIdentifier),n.forceQuirks=!0,this.state=d.DATA,this.emitCurrentDoctype(n);break}case c.EOF:{this._err(T.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(T.missingQuoteBeforeDoctypePublicIdentifier),n.forceQuirks=!0,this.state=d.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateDoctypePublicIdentifierDoubleQuoted(t){const n=this.currentToken;switch(t){case c.QUOTATION_MARK:{this.state=d.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break}case c.NULL:{this._err(T.unexpectedNullCharacter),n.publicId+=U;break}case c.GREATER_THAN_SIGN:{this._err(T.abruptDoctypePublicIdentifier),n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=d.DATA;break}case c.EOF:{this._err(T.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:n.publicId+=String.fromCodePoint(t)}}_stateDoctypePublicIdentifierSingleQuoted(t){const n=this.currentToken;switch(t){case c.APOSTROPHE:{this.state=d.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break}case c.NULL:{this._err(T.unexpectedNullCharacter),n.publicId+=U;break}case c.GREATER_THAN_SIGN:{this._err(T.abruptDoctypePublicIdentifier),n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=d.DATA;break}case c.EOF:{this._err(T.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:n.publicId+=String.fromCodePoint(t)}}_stateAfterDoctypePublicIdentifier(t){const n=this.currentToken;switch(t){case c.SPACE:case c.LINE_FEED:case c.TABULATION:case c.FORM_FEED:{this.state=d.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS;break}case c.GREATER_THAN_SIGN:{this.state=d.DATA,this.emitCurrentDoctype(n);break}case c.QUOTATION_MARK:{this._err(T.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),n.systemId="",this.state=d.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case c.APOSTROPHE:{this._err(T.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),n.systemId="",this.state=d.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case c.EOF:{this._err(T.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(T.missingQuoteBeforeDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=d.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBetweenDoctypePublicAndSystemIdentifiers(t){const n=this.currentToken;switch(t){case c.SPACE:case c.LINE_FEED:case c.TABULATION:case c.FORM_FEED:break;case c.GREATER_THAN_SIGN:{this.emitCurrentDoctype(n),this.state=d.DATA;break}case c.QUOTATION_MARK:{n.systemId="",this.state=d.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case c.APOSTROPHE:{n.systemId="",this.state=d.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case c.EOF:{this._err(T.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(T.missingQuoteBeforeDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=d.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateAfterDoctypeSystemKeyword(t){const n=this.currentToken;switch(t){case c.SPACE:case c.LINE_FEED:case c.TABULATION:case c.FORM_FEED:{this.state=d.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER;break}case c.QUOTATION_MARK:{this._err(T.missingWhitespaceAfterDoctypeSystemKeyword),n.systemId="",this.state=d.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case c.APOSTROPHE:{this._err(T.missingWhitespaceAfterDoctypeSystemKeyword),n.systemId="",this.state=d.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case c.GREATER_THAN_SIGN:{this._err(T.missingDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=d.DATA,this.emitCurrentDoctype(n);break}case c.EOF:{this._err(T.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(T.missingQuoteBeforeDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=d.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBeforeDoctypeSystemIdentifier(t){const n=this.currentToken;switch(t){case c.SPACE:case c.LINE_FEED:case c.TABULATION:case c.FORM_FEED:break;case c.QUOTATION_MARK:{n.systemId="",this.state=d.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case c.APOSTROPHE:{n.systemId="",this.state=d.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case c.GREATER_THAN_SIGN:{this._err(T.missingDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=d.DATA,this.emitCurrentDoctype(n);break}case c.EOF:{this._err(T.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(T.missingQuoteBeforeDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=d.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateDoctypeSystemIdentifierDoubleQuoted(t){const n=this.currentToken;switch(t){case c.QUOTATION_MARK:{this.state=d.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break}case c.NULL:{this._err(T.unexpectedNullCharacter),n.systemId+=U;break}case c.GREATER_THAN_SIGN:{this._err(T.abruptDoctypeSystemIdentifier),n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=d.DATA;break}case c.EOF:{this._err(T.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:n.systemId+=String.fromCodePoint(t)}}_stateDoctypeSystemIdentifierSingleQuoted(t){const n=this.currentToken;switch(t){case c.APOSTROPHE:{this.state=d.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break}case c.NULL:{this._err(T.unexpectedNullCharacter),n.systemId+=U;break}case c.GREATER_THAN_SIGN:{this._err(T.abruptDoctypeSystemIdentifier),n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=d.DATA;break}case c.EOF:{this._err(T.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:n.systemId+=String.fromCodePoint(t)}}_stateAfterDoctypeSystemIdentifier(t){const n=this.currentToken;switch(t){case c.SPACE:case c.LINE_FEED:case c.TABULATION:case c.FORM_FEED:break;case c.GREATER_THAN_SIGN:{this.emitCurrentDoctype(n),this.state=d.DATA;break}case c.EOF:{this._err(T.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(T.unexpectedCharacterAfterDoctypeSystemIdentifier),this.state=d.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBogusDoctype(t){const n=this.currentToken;switch(t){case c.GREATER_THAN_SIGN:{this.emitCurrentDoctype(n),this.state=d.DATA;break}case c.NULL:{this._err(T.unexpectedNullCharacter);break}case c.EOF:{this.emitCurrentDoctype(n),this._emitEOFToken();break}}}_stateCdataSection(t){switch(t){case c.RIGHT_SQUARE_BRACKET:{this.state=d.CDATA_SECTION_BRACKET;break}case c.EOF:{this._err(T.eofInCdata),this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateCdataSectionBracket(t){t===c.RIGHT_SQUARE_BRACKET?this.state=d.CDATA_SECTION_END:(this._emitChars("]"),this.state=d.CDATA_SECTION,this._stateCdataSection(t))}_stateCdataSectionEnd(t){switch(t){case c.GREATER_THAN_SIGN:{this.state=d.DATA;break}case c.RIGHT_SQUARE_BRACKET:{this._emitChars("]");break}default:this._emitChars("]]"),this.state=d.CDATA_SECTION,this._stateCdataSection(t)}}_stateCharacterReference(){let t=this.entityDecoder.write(this.preprocessor.html,this.preprocessor.pos);if(t<0)if(this.preprocessor.lastChunkWritten)t=this.entityDecoder.end();else{this.active=!1,this.preprocessor.pos=this.preprocessor.html.length-1,this.consumedAfterSnapshot=0,this.preprocessor.endOfChunkHit=!0;return}t===0?(this.preprocessor.pos=this.entityStartPos,this._flushCodePointConsumedAsCharacterReference(c.AMPERSAND),this.state=!this._isCharacterReferenceInAttribute()&&fu(this.preprocessor.peek(1))?d.AMBIGUOUS_AMPERSAND:this.returnState):this.state=this.returnState}_stateAmbiguousAmpersand(t){fu(t)?this._flushCodePointConsumedAsCharacterReference(t):(t===c.SEMICOLON&&this._err(T.unknownNamedCharacterReference),this.state=this.returnState,this._callState(t))}}const Wr=new Set([r.DD,r.DT,r.LI,r.OPTGROUP,r.OPTION,r.P,r.RB,r.RP,r.RT,r.RTC]),mu=new Set([...Wr,r.CAPTION,r.COLGROUP,r.TBODY,r.TD,r.TFOOT,r.TH,r.THEAD,r.TR]),St=new Set([r.APPLET,r.CAPTION,r.HTML,r.MARQUEE,r.OBJECT,r.TABLE,r.TD,r.TEMPLATE,r.TH]),Il=new Set([...St,r.OL,r.UL]),Nl=new Set([...St,r.BUTTON]),Eu=new Set([r.ANNOTATION_XML,r.MI,r.MN,r.MO,r.MS,r.MTEXT]),pu=new Set([r.DESC,r.FOREIGN_OBJECT,r.TITLE]),Sl=new Set([r.TR,r.TEMPLATE,r.HTML]),Ol=new Set([r.TBODY,r.TFOOT,r.THEAD,r.TEMPLATE,r.HTML]),Ll=new Set([r.TABLE,r.TEMPLATE,r.HTML]),Dl=new Set([r.TD,r.TH]);class kl{get currentTmplContentOrNode(){return this._isInTemplate()?this.treeAdapter.getTemplateContent(this.current):this.current}constructor(t,n,u){this.treeAdapter=n,this.handler=u,this.items=[],this.tagIDs=[],this.stackTop=-1,this.tmplCount=0,this.currentTagId=r.UNKNOWN,this.current=t}_indexOf(t){return this.items.lastIndexOf(t,this.stackTop)}_isInTemplate(){return this.currentTagId===r.TEMPLATE&&this.treeAdapter.getNamespaceURI(this.current)===_.HTML}_updateCurrentElement(){this.current=this.items[this.stackTop],this.currentTagId=this.tagIDs[this.stackTop]}push(t,n){this.stackTop++,this.items[this.stackTop]=t,this.current=t,this.tagIDs[this.stackTop]=n,this.currentTagId=n,this._isInTemplate()&&this.tmplCount++,this.handler.onItemPush(t,n,!0)}pop(){const t=this.current;this.tmplCount>0&&this._isInTemplate()&&this.tmplCount--,this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(t,!0)}replace(t,n){const u=this._indexOf(t);this.items[u]=n,u===this.stackTop&&(this.current=n)}insertAfter(t,n,u){const a=this._indexOf(t)+1;this.items.splice(a,0,n),this.tagIDs.splice(a,0,u),this.stackTop++,a===this.stackTop&&this._updateCurrentElement(),this.current&&this.currentTagId!==void 0&&this.handler.onItemPush(this.current,this.currentTagId,a===this.stackTop)}popUntilTagNamePopped(t){let n=this.stackTop+1;do n=this.tagIDs.lastIndexOf(t,n-1);while(n>0&&this.treeAdapter.getNamespaceURI(this.items[n])!==_.HTML);this.shortenToLength(Math.max(n,0))}shortenToLength(t){for(;this.stackTop>=t;){const n=this.current;this.tmplCount>0&&this._isInTemplate()&&(this.tmplCount-=1),this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(n,this.stackTop<t)}}popUntilElementPopped(t){const n=this._indexOf(t);this.shortenToLength(Math.max(n,0))}popUntilPopped(t,n){const u=this._indexOfTagNames(t,n);this.shortenToLength(Math.max(u,0))}popUntilNumberedHeaderPopped(){this.popUntilPopped(un,_.HTML)}popUntilTableCellPopped(){this.popUntilPopped(Dl,_.HTML)}popAllUpToHtmlElement(){this.tmplCount=0,this.shortenToLength(1)}_indexOfTagNames(t,n){for(let u=this.stackTop;u>=0;u--)if(t.has(this.tagIDs[u])&&this.treeAdapter.getNamespaceURI(this.items[u])===n)return u;return-1}clearBackTo(t,n){const u=this._indexOfTagNames(t,n);this.shortenToLength(u+1)}clearBackToTableContext(){this.clearBackTo(Ll,_.HTML)}clearBackToTableBodyContext(){this.clearBackTo(Ol,_.HTML)}clearBackToTableRowContext(){this.clearBackTo(Sl,_.HTML)}remove(t){const n=this._indexOf(t);n>=0&&(n===this.stackTop?this.pop():(this.items.splice(n,1),this.tagIDs.splice(n,1),this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(t,!1)))}tryPeekProperlyNestedBodyElement(){return this.stackTop>=1&&this.tagIDs[1]===r.BODY?this.items[1]:null}contains(t){return this._indexOf(t)>-1}getCommonAncestor(t){const n=this._indexOf(t)-1;return n>=0?this.items[n]:null}isRootHtmlElementCurrent(){return this.stackTop===0&&this.tagIDs[0]===r.HTML}hasInDynamicScope(t,n){for(let u=this.stackTop;u>=0;u--){const a=this.tagIDs[u];switch(this.treeAdapter.getNamespaceURI(this.items[u])){case _.HTML:{if(a===t)return!0;if(n.has(a))return!1;break}case _.SVG:{if(pu.has(a))return!1;break}case _.MATHML:{if(Eu.has(a))return!1;break}}}return!0}hasInScope(t){return this.hasInDynamicScope(t,St)}hasInListItemScope(t){return this.hasInDynamicScope(t,Il)}hasInButtonScope(t){return this.hasInDynamicScope(t,Nl)}hasNumberedHeaderInScope(){for(let t=this.stackTop;t>=0;t--){const n=this.tagIDs[t];switch(this.treeAdapter.getNamespaceURI(this.items[t])){case _.HTML:{if(un.has(n))return!0;if(St.has(n))return!1;break}case _.SVG:{if(pu.has(n))return!1;break}case _.MATHML:{if(Eu.has(n))return!1;break}}}return!0}hasInTableScope(t){for(let n=this.stackTop;n>=0;n--)if(this.treeAdapter.getNamespaceURI(this.items[n])===_.HTML)switch(this.tagIDs[n]){case t:return!0;case r.TABLE:case r.HTML:return!1}return!0}hasTableBodyContextInTableScope(){for(let t=this.stackTop;t>=0;t--)if(this.treeAdapter.getNamespaceURI(this.items[t])===_.HTML)switch(this.tagIDs[t]){case r.TBODY:case r.THEAD:case r.TFOOT:return!0;case r.TABLE:case r.HTML:return!1}return!0}hasInSelectScope(t){for(let n=this.stackTop;n>=0;n--)if(this.treeAdapter.getNamespaceURI(this.items[n])===_.HTML)switch(this.tagIDs[n]){case t:return!0;case r.OPTION:case r.OPTGROUP:break;default:return!1}return!0}generateImpliedEndTags(){for(;this.currentTagId!==void 0&&Wr.has(this.currentTagId);)this.pop()}generateImpliedEndTagsThoroughly(){for(;this.currentTagId!==void 0&&mu.has(this.currentTagId);)this.pop()}generateImpliedEndTagsWithExclusion(t){for(;this.currentTagId!==void 0&&this.currentTagId!==t&&mu.has(this.currentTagId);)this.pop()}}const $t=3;var oe;(function(e){e[e.Marker=0]="Marker",e[e.Element=1]="Element"})(oe||(oe={}));const Tu={type:oe.Marker};class Rl{constructor(t){this.treeAdapter=t,this.entries=[],this.bookmark=null}_getNoahArkConditionCandidates(t,n){const u=[],a=n.length,s=this.treeAdapter.getTagName(t),i=this.treeAdapter.getNamespaceURI(t);for(let l=0;l<this.entries.length;l++){const o=this.entries[l];if(o.type===oe.Marker)break;const{element:f}=o;if(this.treeAdapter.getTagName(f)===s&&this.treeAdapter.getNamespaceURI(f)===i){const E=this.treeAdapter.getAttrList(f);E.length===a&&u.push({idx:l,attrs:E})}}return u}_ensureNoahArkCondition(t){if(this.entries.length<$t)return;const n=this.treeAdapter.getAttrList(t),u=this._getNoahArkConditionCandidates(t,n);if(u.length<$t)return;const a=new Map(n.map(i=>[i.name,i.value]));let s=0;for(let i=0;i<u.length;i++){const l=u[i];l.attrs.every(o=>a.get(o.name)===o.value)&&(s+=1,s>=$t&&this.entries.splice(l.idx,1))}}insertMarker(){this.entries.unshift(Tu)}pushElement(t,n){this._ensureNoahArkCondition(t),this.entries.unshift({type:oe.Element,element:t,token:n})}insertElementAfterBookmark(t,n){const u=this.entries.indexOf(this.bookmark);this.entries.splice(u,0,{type:oe.Element,element:t,token:n})}removeEntry(t){const n=this.entries.indexOf(t);n!==-1&&this.entries.splice(n,1)}clearToLastMarker(){const t=this.entries.indexOf(Tu);t===-1?this.entries.length=0:this.entries.splice(0,t+1)}getElementEntryInScopeWithTagName(t){const n=this.entries.find(u=>u.type===oe.Marker||this.treeAdapter.getTagName(u.element)===t);return n&&n.type===oe.Element?n:null}getElementEntry(t){return this.entries.find(n=>n.type===oe.Element&&n.element===t)}}const pe={createDocument(){return{nodeName:"#document",mode:re.NO_QUIRKS,childNodes:[]}},createDocumentFragment(){return{nodeName:"#document-fragment",childNodes:[]}},createElement(e,t,n){return{nodeName:e,tagName:e,attrs:n,namespaceURI:t,childNodes:[],parentNode:null}},createCommentNode(e){return{nodeName:"#comment",data:e,parentNode:null}},createTextNode(e){return{nodeName:"#text",value:e,parentNode:null}},appendChild(e,t){e.childNodes.push(t),t.parentNode=e},insertBefore(e,t,n){const u=e.childNodes.indexOf(n);e.childNodes.splice(u,0,t),t.parentNode=e},setTemplateContent(e,t){e.content=t},getTemplateContent(e){return e.content},setDocumentType(e,t,n,u){const a=e.childNodes.find(s=>s.nodeName==="#documentType");if(a)a.name=t,a.publicId=n,a.systemId=u;else{const s={nodeName:"#documentType",name:t,publicId:n,systemId:u,parentNode:null};pe.appendChild(e,s)}},setDocumentMode(e,t){e.mode=t},getDocumentMode(e){return e.mode},detachNode(e){if(e.parentNode){const t=e.parentNode.childNodes.indexOf(e);e.parentNode.childNodes.splice(t,1),e.parentNode=null}},insertText(e,t){if(e.childNodes.length>0){const n=e.childNodes[e.childNodes.length-1];if(pe.isTextNode(n)){n.value+=t;return}}pe.appendChild(e,pe.createTextNode(t))},insertTextBefore(e,t,n){const u=e.childNodes[e.childNodes.indexOf(n)-1];u&&pe.isTextNode(u)?u.value+=t:pe.insertBefore(e,pe.createTextNode(t),n)},adoptAttributes(e,t){const n=new Set(e.attrs.map(u=>u.name));for(let u=0;u<t.length;u++)n.has(t[u].name)||e.attrs.push(t[u])},getFirstChild(e){return e.childNodes[0]},getChildNodes(e){return e.childNodes},getParentNode(e){return e.parentNode},getAttrList(e){return e.attrs},getTagName(e){return e.tagName},getNamespaceURI(e){return e.namespaceURI},getTextNodeContent(e){return e.value},getCommentNodeContent(e){return e.data},getDocumentTypeNodeName(e){return e.name},getDocumentTypeNodePublicId(e){return e.publicId},getDocumentTypeNodeSystemId(e){return e.systemId},isTextNode(e){return e.nodeName==="#text"},isCommentNode(e){return e.nodeName==="#comment"},isDocumentTypeNode(e){return e.nodeName==="#documentType"},isElementNode(e){return Object.prototype.hasOwnProperty.call(e,"tagName")},setNodeSourceCodeLocation(e,t){e.sourceCodeLocation=t},getNodeSourceCodeLocation(e){return e.sourceCodeLocation},updateNodeSourceCodeLocation(e,t){e.sourceCodeLocation={...e.sourceCodeLocation,...t}}},jr="html",yl="about:legacy-compat",xl="http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd",$r=["+//silmaril//dtd html pro v0r11 19970101//","-//as//dtd html 3.0 aswedit + extensions//","-//advasoft ltd//dtd html 3.0 aswedit + extensions//","-//ietf//dtd html 2.0 level 1//","-//ietf//dtd html 2.0 level 2//","-//ietf//dtd html 2.0 strict level 1//","-//ietf//dtd html 2.0 strict level 2//","-//ietf//dtd html 2.0 strict//","-//ietf//dtd html 2.0//","-//ietf//dtd html 2.1e//","-//ietf//dtd html 3.0//","-//ietf//dtd html 3.2 final//","-//ietf//dtd html 3.2//","-//ietf//dtd html 3//","-//ietf//dtd html level 0//","-//ietf//dtd html level 1//","-//ietf//dtd html level 2//","-//ietf//dtd html level 3//","-//ietf//dtd html strict level 0//","-//ietf//dtd html strict level 1//","-//ietf//dtd html strict level 2//","-//ietf//dtd html strict level 3//","-//ietf//dtd html strict//","-//ietf//dtd html//","-//metrius//dtd metrius presentational//","-//microsoft//dtd internet explorer 2.0 html strict//","-//microsoft//dtd internet explorer 2.0 html//","-//microsoft//dtd internet explorer 2.0 tables//","-//microsoft//dtd internet explorer 3.0 html strict//","-//microsoft//dtd internet explorer 3.0 html//","-//microsoft//dtd internet explorer 3.0 tables//","-//netscape comm. corp.//dtd html//","-//netscape comm. corp.//dtd strict html//","-//o'reilly and associates//dtd html 2.0//","-//o'reilly and associates//dtd html extended 1.0//","-//o'reilly and associates//dtd html extended relaxed 1.0//","-//sq//dtd html 2.0 hotmetal + extensions//","-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//","-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//","-//spyglass//dtd html 2.0 extended//","-//sun microsystems corp.//dtd hotjava html//","-//sun microsystems corp.//dtd hotjava strict html//","-//w3c//dtd html 3 1995-03-24//","-//w3c//dtd html 3.2 draft//","-//w3c//dtd html 3.2 final//","-//w3c//dtd html 3.2//","-//w3c//dtd html 3.2s draft//","-//w3c//dtd html 4.0 frameset//","-//w3c//dtd html 4.0 transitional//","-//w3c//dtd html experimental 19960712//","-//w3c//dtd html experimental 970421//","-//w3c//dtd w3 html//","-//w3o//dtd w3 html 3.0//","-//webtechs//dtd mozilla html 2.0//","-//webtechs//dtd mozilla html//"],Pl=[...$r,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"],Ml=new Set(["-//w3o//dtd w3 html strict 3.0//en//","-/w3c/dtd html 4.0 transitional/en","html"]),Vr=["-//w3c//dtd xhtml 1.0 frameset//","-//w3c//dtd xhtml 1.0 transitional//"],wl=[...Vr,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"];function bu(e,t){return t.some(n=>e.startsWith(n))}function Bl(e){return e.name===jr&&e.publicId===null&&(e.systemId===null||e.systemId===yl)}function Fl(e){if(e.name!==jr)return re.QUIRKS;const{systemId:t}=e;if(t&&t.toLowerCase()===xl)return re.QUIRKS;let{publicId:n}=e;if(n!==null){if(n=n.toLowerCase(),Ml.has(n))return re.QUIRKS;let u=t===null?Pl:$r;if(bu(n,u))return re.QUIRKS;if(u=t===null?Vr:wl,bu(n,u))return re.LIMITED_QUIRKS}return re.NO_QUIRKS}const gu={TEXT_HTML:"text/html",APPLICATION_XML:"application/xhtml+xml"},vl="definitionurl",Ul="definitionURL",Hl=new Map(["attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map(e=>[e.toLowerCase(),e])),Yl=new Map([["xlink:actuate",{prefix:"xlink",name:"actuate",namespace:_.XLINK}],["xlink:arcrole",{prefix:"xlink",name:"arcrole",namespace:_.XLINK}],["xlink:href",{prefix:"xlink",name:"href",namespace:_.XLINK}],["xlink:role",{prefix:"xlink",name:"role",namespace:_.XLINK}],["xlink:show",{prefix:"xlink",name:"show",namespace:_.XLINK}],["xlink:title",{prefix:"xlink",name:"title",namespace:_.XLINK}],["xlink:type",{prefix:"xlink",name:"type",namespace:_.XLINK}],["xml:lang",{prefix:"xml",name:"lang",namespace:_.XML}],["xml:space",{prefix:"xml",name:"space",namespace:_.XML}],["xmlns",{prefix:"",name:"xmlns",namespace:_.XMLNS}],["xmlns:xlink",{prefix:"xmlns",name:"xlink",namespace:_.XMLNS}]]),zl=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map(e=>[e.toLowerCase(),e])),ql=new Set([r.B,r.BIG,r.BLOCKQUOTE,r.BODY,r.BR,r.CENTER,r.CODE,r.DD,r.DIV,r.DL,r.DT,r.EM,r.EMBED,r.H1,r.H2,r.H3,r.H4,r.H5,r.H6,r.HEAD,r.HR,r.I,r.IMG,r.LI,r.LISTING,r.MENU,r.META,r.NOBR,r.OL,r.P,r.PRE,r.RUBY,r.S,r.SMALL,r.SPAN,r.STRONG,r.STRIKE,r.SUB,r.SUP,r.TABLE,r.TT,r.U,r.UL,r.VAR]);function Wl(e){const t=e.tagID;return t===r.FONT&&e.attrs.some(({name:u})=>u===_e.COLOR||u===_e.SIZE||u===_e.FACE)||ql.has(t)}function Qr(e){for(let t=0;t<e.attrs.length;t++)if(e.attrs[t].name===vl){e.attrs[t].name=Ul;break}}function Kr(e){for(let t=0;t<e.attrs.length;t++){const n=Hl.get(e.attrs[t].name);n!=null&&(e.attrs[t].name=n)}}function Nn(e){for(let t=0;t<e.attrs.length;t++){const n=Yl.get(e.attrs[t].name);n&&(e.attrs[t].prefix=n.prefix,e.attrs[t].name=n.name,e.attrs[t].namespace=n.namespace)}}function jl(e){const t=zl.get(e.tagName);t!=null&&(e.tagName=t,e.tagID=ve(e.tagName))}function $l(e,t){return t===_.MATHML&&(e===r.MI||e===r.MO||e===r.MN||e===r.MS||e===r.MTEXT)}function Vl(e,t,n){if(t===_.MATHML&&e===r.ANNOTATION_XML){for(let u=0;u<n.length;u++)if(n[u].name===_e.ENCODING){const a=n[u].value.toLowerCase();return a===gu.TEXT_HTML||a===gu.APPLICATION_XML}}return t===_.SVG&&(e===r.FOREIGN_OBJECT||e===r.DESC||e===r.TITLE)}function Ql(e,t,n,u){return(!u||u===_.HTML)&&Vl(e,t,n)||(!u||u===_.MATHML)&&$l(e,t)}const Kl="hidden",Gl=8,Xl=3;var h;(function(e){e[e.INITIAL=0]="INITIAL",e[e.BEFORE_HTML=1]="BEFORE_HTML",e[e.BEFORE_HEAD=2]="BEFORE_HEAD",e[e.IN_HEAD=3]="IN_HEAD",e[e.IN_HEAD_NO_SCRIPT=4]="IN_HEAD_NO_SCRIPT",e[e.AFTER_HEAD=5]="AFTER_HEAD",e[e.IN_BODY=6]="IN_BODY",e[e.TEXT=7]="TEXT",e[e.IN_TABLE=8]="IN_TABLE",e[e.IN_TABLE_TEXT=9]="IN_TABLE_TEXT",e[e.IN_CAPTION=10]="IN_CAPTION",e[e.IN_COLUMN_GROUP=11]="IN_COLUMN_GROUP",e[e.IN_TABLE_BODY=12]="IN_TABLE_BODY",e[e.IN_ROW=13]="IN_ROW",e[e.IN_CELL=14]="IN_CELL",e[e.IN_SELECT=15]="IN_SELECT",e[e.IN_SELECT_IN_TABLE=16]="IN_SELECT_IN_TABLE",e[e.IN_TEMPLATE=17]="IN_TEMPLATE",e[e.AFTER_BODY=18]="AFTER_BODY",e[e.IN_FRAMESET=19]="IN_FRAMESET",e[e.AFTER_FRAMESET=20]="AFTER_FRAMESET",e[e.AFTER_AFTER_BODY=21]="AFTER_AFTER_BODY",e[e.AFTER_AFTER_FRAMESET=22]="AFTER_AFTER_FRAMESET"})(h||(h={}));const Jl={startLine:-1,startCol:-1,startOffset:-1,endLine:-1,endCol:-1,endOffset:-1},Gr=new Set([r.TABLE,r.TBODY,r.TFOOT,r.THEAD,r.TR]),Au={scriptingEnabled:!0,sourceCodeLocationInfo:!1,treeAdapter:pe,onParseError:null};class _u{constructor(t,n,u=null,a=null){this.fragmentContext=u,this.scriptHandler=a,this.currentToken=null,this.stopped=!1,this.insertionMode=h.INITIAL,this.originalInsertionMode=h.INITIAL,this.headElement=null,this.formElement=null,this.currentNotInHTML=!1,this.tmplInsertionModeStack=[],this.pendingCharacterTokens=[],this.hasNonWhitespacePendingCharacterToken=!1,this.framesetOk=!0,this.skipNextNewLine=!1,this.fosterParentingEnabled=!1,this.options={...Au,...t},this.treeAdapter=this.options.treeAdapter,this.onParseError=this.options.onParseError,this.onParseError&&(this.options.sourceCodeLocationInfo=!0),this.document=n??this.treeAdapter.createDocument(),this.tokenizer=new Cl(this.options,this),this.activeFormattingElements=new Rl(this.treeAdapter),this.fragmentContextID=u?ve(this.treeAdapter.getTagName(u)):r.UNKNOWN,this._setContextModes(u??this.document,this.fragmentContextID),this.openElements=new kl(this.document,this.treeAdapter,this)}static parse(t,n){const u=new this(n);return u.tokenizer.write(t,!0),u.document}static getFragmentParser(t,n){const u={...Au,...n};t??(t=u.treeAdapter.createElement(p.TEMPLATE,_.HTML,[]));const a=u.treeAdapter.createElement("documentmock",_.HTML,[]),s=new this(u,a,t);return s.fragmentContextID===r.TEMPLATE&&s.tmplInsertionModeStack.unshift(h.IN_TEMPLATE),s._initTokenizerForFragmentParsing(),s._insertFakeRootElement(),s._resetInsertionMode(),s._findFormInFragmentContext(),s}getFragment(){const t=this.treeAdapter.getFirstChild(this.document),n=this.treeAdapter.createDocumentFragment();return this._adoptNodes(t,n),n}_err(t,n,u){var a;if(!this.onParseError)return;const s=(a=t.location)!==null&&a!==void 0?a:Jl,i={code:n,startLine:s.startLine,startCol:s.startCol,startOffset:s.startOffset,endLine:u?s.startLine:s.endLine,endCol:u?s.startCol:s.endCol,endOffset:u?s.startOffset:s.endOffset};this.onParseError(i)}onItemPush(t,n,u){var a,s;(s=(a=this.treeAdapter).onItemPush)===null||s===void 0||s.call(a,t),u&&this.openElements.stackTop>0&&this._setContextModes(t,n)}onItemPop(t,n){var u,a;if(this.options.sourceCodeLocationInfo&&this._setEndLocation(t,this.currentToken),(a=(u=this.treeAdapter).onItemPop)===null||a===void 0||a.call(u,t,this.openElements.current),n){let s,i;this.openElements.stackTop===0&&this.fragmentContext?(s=this.fragmentContext,i=this.fragmentContextID):{current:s,currentTagId:i}=this.openElements,this._setContextModes(s,i)}}_setContextModes(t,n){const u=t===this.document||t&&this.treeAdapter.getNamespaceURI(t)===_.HTML;this.currentNotInHTML=!u,this.tokenizer.inForeignNode=!u&&t!==void 0&&n!==void 0&&!this._isIntegrationPoint(n,t)}_switchToTextParsing(t,n){this._insertElement(t,_.HTML),this.tokenizer.state=n,this.originalInsertionMode=this.insertionMode,this.insertionMode=h.TEXT}switchToPlaintextParsing(){this.insertionMode=h.TEXT,this.originalInsertionMode=h.IN_BODY,this.tokenizer.state=H.PLAINTEXT}_getAdjustedCurrentElement(){return this.openElements.stackTop===0&&this.fragmentContext?this.fragmentContext:this.openElements.current}_findFormInFragmentContext(){let t=this.fragmentContext;for(;t;){if(this.treeAdapter.getTagName(t)===p.FORM){this.formElement=t;break}t=this.treeAdapter.getParentNode(t)}}_initTokenizerForFragmentParsing(){if(!(!this.fragmentContext||this.treeAdapter.getNamespaceURI(this.fragmentContext)!==_.HTML))switch(this.fragmentContextID){case r.TITLE:case r.TEXTAREA:{this.tokenizer.state=H.RCDATA;break}case r.STYLE:case r.XMP:case r.IFRAME:case r.NOEMBED:case r.NOFRAMES:case r.NOSCRIPT:{this.tokenizer.state=H.RAWTEXT;break}case r.SCRIPT:{this.tokenizer.state=H.SCRIPT_DATA;break}case r.PLAINTEXT:{this.tokenizer.state=H.PLAINTEXT;break}}}_setDocumentType(t){const n=t.name||"",u=t.publicId||"",a=t.systemId||"";if(this.treeAdapter.setDocumentType(this.document,n,u,a),t.location){const i=this.treeAdapter.getChildNodes(this.document).find(l=>this.treeAdapter.isDocumentTypeNode(l));i&&this.treeAdapter.setNodeSourceCodeLocation(i,t.location)}}_attachElementToTree(t,n){if(this.options.sourceCodeLocationInfo){const u=n&&{...n,startTag:n};this.treeAdapter.setNodeSourceCodeLocation(t,u)}if(this._shouldFosterParentOnInsertion())this._fosterParentElement(t);else{const u=this.openElements.currentTmplContentOrNode;this.treeAdapter.appendChild(u??this.document,t)}}_appendElement(t,n){const u=this.treeAdapter.createElement(t.tagName,n,t.attrs);this._attachElementToTree(u,t.location)}_insertElement(t,n){const u=this.treeAdapter.createElement(t.tagName,n,t.attrs);this._attachElementToTree(u,t.location),this.openElements.push(u,t.tagID)}_insertFakeElement(t,n){const u=this.treeAdapter.createElement(t,_.HTML,[]);this._attachElementToTree(u,null),this.openElements.push(u,n)}_insertTemplate(t){const n=this.treeAdapter.createElement(t.tagName,_.HTML,t.attrs),u=this.treeAdapter.createDocumentFragment();this.treeAdapter.setTemplateContent(n,u),this._attachElementToTree(n,t.location),this.openElements.push(n,t.tagID),this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(u,null)}_insertFakeRootElement(){const t=this.treeAdapter.createElement(p.HTML,_.HTML,[]);this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(t,null),this.treeAdapter.appendChild(this.openElements.current,t),this.openElements.push(t,r.HTML)}_appendCommentNode(t,n){const u=this.treeAdapter.createCommentNode(t.data);this.treeAdapter.appendChild(n,u),this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(u,t.location)}_insertCharacters(t){let n,u;if(this._shouldFosterParentOnInsertion()?({parent:n,beforeElement:u}=this._findFosterParentingLocation(),u?this.treeAdapter.insertTextBefore(n,t.chars,u):this.treeAdapter.insertText(n,t.chars)):(n=this.openElements.currentTmplContentOrNode,this.treeAdapter.insertText(n,t.chars)),!t.location)return;const a=this.treeAdapter.getChildNodes(n),s=u?a.lastIndexOf(u):a.length,i=a[s-1];if(this.treeAdapter.getNodeSourceCodeLocation(i)){const{endLine:o,endCol:f,endOffset:E}=t.location;this.treeAdapter.updateNodeSourceCodeLocation(i,{endLine:o,endCol:f,endOffset:E})}else this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(i,t.location)}_adoptNodes(t,n){for(let u=this.treeAdapter.getFirstChild(t);u;u=this.treeAdapter.getFirstChild(t))this.treeAdapter.detachNode(u),this.treeAdapter.appendChild(n,u)}_setEndLocation(t,n){if(this.treeAdapter.getNodeSourceCodeLocation(t)&&n.location){const u=n.location,a=this.treeAdapter.getTagName(t),s=n.type===P.END_TAG&&a===n.tagName?{endTag:{...u},endLine:u.endLine,endCol:u.endCol,endOffset:u.endOffset}:{endLine:u.startLine,endCol:u.startCol,endOffset:u.startOffset};this.treeAdapter.updateNodeSourceCodeLocation(t,s)}}shouldProcessStartTagTokenInForeignContent(t){if(!this.currentNotInHTML)return!1;let n,u;return this.openElements.stackTop===0&&this.fragmentContext?(n=this.fragmentContext,u=this.fragmentContextID):{current:n,currentTagId:u}=this.openElements,t.tagID===r.SVG&&this.treeAdapter.getTagName(n)===p.ANNOTATION_XML&&this.treeAdapter.getNamespaceURI(n)===_.MATHML?!1:this.tokenizer.inForeignNode||(t.tagID===r.MGLYPH||t.tagID===r.MALIGNMARK)&&u!==void 0&&!this._isIntegrationPoint(u,n,_.HTML)}_processToken(t){switch(t.type){case P.CHARACTER:{this.onCharacter(t);break}case P.NULL_CHARACTER:{this.onNullCharacter(t);break}case P.COMMENT:{this.onComment(t);break}case P.DOCTYPE:{this.onDoctype(t);break}case P.START_TAG:{this._processStartTag(t);break}case P.END_TAG:{this.onEndTag(t);break}case P.EOF:{this.onEof(t);break}case P.WHITESPACE_CHARACTER:{this.onWhitespaceCharacter(t);break}}}_isIntegrationPoint(t,n,u){const a=this.treeAdapter.getNamespaceURI(n),s=this.treeAdapter.getAttrList(n);return Ql(t,a,s,u)}_reconstructActiveFormattingElements(){const t=this.activeFormattingElements.entries.length;if(t){const n=this.activeFormattingElements.entries.findIndex(a=>a.type===oe.Marker||this.openElements.contains(a.element)),u=n===-1?t-1:n-1;for(let a=u;a>=0;a--){const s=this.activeFormattingElements.entries[a];this._insertElement(s.token,this.treeAdapter.getNamespaceURI(s.element)),s.element=this.openElements.current}}}_closeTableCell(){this.openElements.generateImpliedEndTags(),this.openElements.popUntilTableCellPopped(),this.activeFormattingElements.clearToLastMarker(),this.insertionMode=h.IN_ROW}_closePElement(){this.openElements.generateImpliedEndTagsWithExclusion(r.P),this.openElements.popUntilTagNamePopped(r.P)}_resetInsertionMode(){for(let t=this.openElements.stackTop;t>=0;t--)switch(t===0&&this.fragmentContext?this.fragmentContextID:this.openElements.tagIDs[t]){case r.TR:{this.insertionMode=h.IN_ROW;return}case r.TBODY:case r.THEAD:case r.TFOOT:{this.insertionMode=h.IN_TABLE_BODY;return}case r.CAPTION:{this.insertionMode=h.IN_CAPTION;return}case r.COLGROUP:{this.insertionMode=h.IN_COLUMN_GROUP;return}case r.TABLE:{this.insertionMode=h.IN_TABLE;return}case r.BODY:{this.insertionMode=h.IN_BODY;return}case r.FRAMESET:{this.insertionMode=h.IN_FRAMESET;return}case r.SELECT:{this._resetInsertionModeForSelect(t);return}case r.TEMPLATE:{this.insertionMode=this.tmplInsertionModeStack[0];return}case r.HTML:{this.insertionMode=this.headElement?h.AFTER_HEAD:h.BEFORE_HEAD;return}case r.TD:case r.TH:{if(t>0){this.insertionMode=h.IN_CELL;return}break}case r.HEAD:{if(t>0){this.insertionMode=h.IN_HEAD;return}break}}this.insertionMode=h.IN_BODY}_resetInsertionModeForSelect(t){if(t>0)for(let n=t-1;n>0;n--){const u=this.openElements.tagIDs[n];if(u===r.TEMPLATE)break;if(u===r.TABLE){this.insertionMode=h.IN_SELECT_IN_TABLE;return}}this.insertionMode=h.IN_SELECT}_isElementCausesFosterParenting(t){return Gr.has(t)}_shouldFosterParentOnInsertion(){return this.fosterParentingEnabled&&this.openElements.currentTagId!==void 0&&this._isElementCausesFosterParenting(this.openElements.currentTagId)}_findFosterParentingLocation(){for(let t=this.openElements.stackTop;t>=0;t--){const n=this.openElements.items[t];switch(this.openElements.tagIDs[t]){case r.TEMPLATE:{if(this.treeAdapter.getNamespaceURI(n)===_.HTML)return{parent:this.treeAdapter.getTemplateContent(n),beforeElement:null};break}case r.TABLE:{const u=this.treeAdapter.getParentNode(n);return u?{parent:u,beforeElement:n}:{parent:this.openElements.items[t-1],beforeElement:null}}}}return{parent:this.openElements.items[0],beforeElement:null}}_fosterParentElement(t){const n=this._findFosterParentingLocation();n.beforeElement?this.treeAdapter.insertBefore(n.parent,t,n.beforeElement):this.treeAdapter.appendChild(n.parent,t)}_isSpecialElement(t,n){const u=this.treeAdapter.getNamespaceURI(t);return bl[u].has(n)}onCharacter(t){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode){D0(this,t);return}switch(this.insertionMode){case h.INITIAL:{qe(this,t);break}case h.BEFORE_HTML:{Ke(this,t);break}case h.BEFORE_HEAD:{Ge(this,t);break}case h.IN_HEAD:{Xe(this,t);break}case h.IN_HEAD_NO_SCRIPT:{Je(this,t);break}case h.AFTER_HEAD:{Ze(this,t);break}case h.IN_BODY:case h.IN_CAPTION:case h.IN_CELL:case h.IN_TEMPLATE:{Jr(this,t);break}case h.TEXT:case h.IN_SELECT:case h.IN_SELECT_IN_TABLE:{this._insertCharacters(t);break}case h.IN_TABLE:case h.IN_TABLE_BODY:case h.IN_ROW:{Vt(this,t);break}case h.IN_TABLE_TEXT:{ra(this,t);break}case h.IN_COLUMN_GROUP:{Ot(this,t);break}case h.AFTER_BODY:{Lt(this,t);break}case h.AFTER_AFTER_BODY:{_t(this,t);break}}}onNullCharacter(t){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode){L0(this,t);return}switch(this.insertionMode){case h.INITIAL:{qe(this,t);break}case h.BEFORE_HTML:{Ke(this,t);break}case h.BEFORE_HEAD:{Ge(this,t);break}case h.IN_HEAD:{Xe(this,t);break}case h.IN_HEAD_NO_SCRIPT:{Je(this,t);break}case h.AFTER_HEAD:{Ze(this,t);break}case h.TEXT:{this._insertCharacters(t);break}case h.IN_TABLE:case h.IN_TABLE_BODY:case h.IN_ROW:{Vt(this,t);break}case h.IN_COLUMN_GROUP:{Ot(this,t);break}case h.AFTER_BODY:{Lt(this,t);break}case h.AFTER_AFTER_BODY:{_t(this,t);break}}}onComment(t){if(this.skipNextNewLine=!1,this.currentNotInHTML){rn(this,t);return}switch(this.insertionMode){case h.INITIAL:case h.BEFORE_HTML:case h.BEFORE_HEAD:case h.IN_HEAD:case h.IN_HEAD_NO_SCRIPT:case h.AFTER_HEAD:case h.IN_BODY:case h.IN_TABLE:case h.IN_CAPTION:case h.IN_COLUMN_GROUP:case h.IN_TABLE_BODY:case h.IN_ROW:case h.IN_CELL:case h.IN_SELECT:case h.IN_SELECT_IN_TABLE:case h.IN_TEMPLATE:case h.IN_FRAMESET:case h.AFTER_FRAMESET:{rn(this,t);break}case h.IN_TABLE_TEXT:{We(this,t);break}case h.AFTER_BODY:{ac(this,t);break}case h.AFTER_AFTER_BODY:case h.AFTER_AFTER_FRAMESET:{ic(this,t);break}}}onDoctype(t){switch(this.skipNextNewLine=!1,this.insertionMode){case h.INITIAL:{sc(this,t);break}case h.BEFORE_HEAD:case h.IN_HEAD:case h.IN_HEAD_NO_SCRIPT:case h.AFTER_HEAD:{this._err(t,T.misplacedDoctype);break}case h.IN_TABLE_TEXT:{We(this,t);break}}}onStartTag(t){this.skipNextNewLine=!1,this.currentToken=t,this._processStartTag(t),t.selfClosing&&!t.ackSelfClosing&&this._err(t,T.nonVoidHtmlElementStartTagWithTrailingSolidus)}_processStartTag(t){this.shouldProcessStartTagTokenInForeignContent(t)?k0(this,t):this._startTagOutsideForeignContent(t)}_startTagOutsideForeignContent(t){switch(this.insertionMode){case h.INITIAL:{qe(this,t);break}case h.BEFORE_HTML:{oc(this,t);break}case h.BEFORE_HEAD:{cc(this,t);break}case h.IN_HEAD:{se(this,t);break}case h.IN_HEAD_NO_SCRIPT:{hc(this,t);break}case h.AFTER_HEAD:{Ec(this,t);break}case h.IN_BODY:{j(this,t);break}case h.IN_TABLE:{Me(this,t);break}case h.IN_TABLE_TEXT:{We(this,t);break}case h.IN_CAPTION:{d0(this,t);break}case h.IN_COLUMN_GROUP:{Ln(this,t);break}case h.IN_TABLE_BODY:{wt(this,t);break}case h.IN_ROW:{Bt(this,t);break}case h.IN_CELL:{m0(this,t);break}case h.IN_SELECT:{sa(this,t);break}case h.IN_SELECT_IN_TABLE:{p0(this,t);break}case h.IN_TEMPLATE:{b0(this,t);break}case h.AFTER_BODY:{A0(this,t);break}case h.IN_FRAMESET:{_0(this,t);break}case h.AFTER_FRAMESET:{I0(this,t);break}case h.AFTER_AFTER_BODY:{S0(this,t);break}case h.AFTER_AFTER_FRAMESET:{O0(this,t);break}}}onEndTag(t){this.skipNextNewLine=!1,this.currentToken=t,this.currentNotInHTML?R0(this,t):this._endTagOutsideForeignContent(t)}_endTagOutsideForeignContent(t){switch(this.insertionMode){case h.INITIAL:{qe(this,t);break}case h.BEFORE_HTML:{lc(this,t);break}case h.BEFORE_HEAD:{dc(this,t);break}case h.IN_HEAD:{fc(this,t);break}case h.IN_HEAD_NO_SCRIPT:{mc(this,t);break}case h.AFTER_HEAD:{pc(this,t);break}case h.IN_BODY:{Mt(this,t);break}case h.TEXT:{t0(this,t);break}case h.IN_TABLE:{ut(this,t);break}case h.IN_TABLE_TEXT:{We(this,t);break}case h.IN_CAPTION:{f0(this,t);break}case h.IN_COLUMN_GROUP:{h0(this,t);break}case h.IN_TABLE_BODY:{an(this,t);break}case h.IN_ROW:{ia(this,t);break}case h.IN_CELL:{E0(this,t);break}case h.IN_SELECT:{oa(this,t);break}case h.IN_SELECT_IN_TABLE:{T0(this,t);break}case h.IN_TEMPLATE:{g0(this,t);break}case h.AFTER_BODY:{ca(this,t);break}case h.IN_FRAMESET:{C0(this,t);break}case h.AFTER_FRAMESET:{N0(this,t);break}case h.AFTER_AFTER_BODY:{_t(this,t);break}}}onEof(t){switch(this.insertionMode){case h.INITIAL:{qe(this,t);break}case h.BEFORE_HTML:{Ke(this,t);break}case h.BEFORE_HEAD:{Ge(this,t);break}case h.IN_HEAD:{Xe(this,t);break}case h.IN_HEAD_NO_SCRIPT:{Je(this,t);break}case h.AFTER_HEAD:{Ze(this,t);break}case h.IN_BODY:case h.IN_TABLE:case h.IN_CAPTION:case h.IN_COLUMN_GROUP:case h.IN_TABLE_BODY:case h.IN_ROW:case h.IN_CELL:case h.IN_SELECT:case h.IN_SELECT_IN_TABLE:{na(this,t);break}case h.TEXT:{n0(this,t);break}case h.IN_TABLE_TEXT:{We(this,t);break}case h.IN_TEMPLATE:{la(this,t);break}case h.AFTER_BODY:case h.IN_FRAMESET:case h.AFTER_FRAMESET:case h.AFTER_AFTER_BODY:case h.AFTER_AFTER_FRAMESET:{On(this,t);break}}}onWhitespaceCharacter(t){if(this.skipNextNewLine&&(this.skipNextNewLine=!1,t.chars.charCodeAt(0)===c.LINE_FEED)){if(t.chars.length===1)return;t.chars=t.chars.substr(1)}if(this.tokenizer.inForeignNode){this._insertCharacters(t);return}switch(this.insertionMode){case h.IN_HEAD:case h.IN_HEAD_NO_SCRIPT:case h.AFTER_HEAD:case h.TEXT:case h.IN_COLUMN_GROUP:case h.IN_SELECT:case h.IN_SELECT_IN_TABLE:case h.IN_FRAMESET:case h.AFTER_FRAMESET:{this._insertCharacters(t);break}case h.IN_BODY:case h.IN_CAPTION:case h.IN_CELL:case h.IN_TEMPLATE:case h.AFTER_BODY:case h.AFTER_AFTER_BODY:case h.AFTER_AFTER_FRAMESET:{Xr(this,t);break}case h.IN_TABLE:case h.IN_TABLE_BODY:case h.IN_ROW:{Vt(this,t);break}case h.IN_TABLE_TEXT:{ua(this,t);break}}}}function Zl(e,t){let n=e.activeFormattingElements.getElementEntryInScopeWithTagName(t.tagName);return n?e.openElements.contains(n.element)?e.openElements.hasInScope(t.tagID)||(n=null):(e.activeFormattingElements.removeEntry(n),n=null):ta(e,t),n}function ec(e,t){let n=null,u=e.openElements.stackTop;for(;u>=0;u--){const a=e.openElements.items[u];if(a===t.element)break;e._isSpecialElement(a,e.openElements.tagIDs[u])&&(n=a)}return n||(e.openElements.shortenToLength(Math.max(u,0)),e.activeFormattingElements.removeEntry(t)),n}function tc(e,t,n){let u=t,a=e.openElements.getCommonAncestor(t);for(let s=0,i=a;i!==n;s++,i=a){a=e.openElements.getCommonAncestor(i);const l=e.activeFormattingElements.getElementEntry(i),o=l&&s>=Xl;!l||o?(o&&e.activeFormattingElements.removeEntry(l),e.openElements.remove(i)):(i=nc(e,l),u===t&&(e.activeFormattingElements.bookmark=l),e.treeAdapter.detachNode(u),e.treeAdapter.appendChild(i,u),u=i)}return u}function nc(e,t){const n=e.treeAdapter.getNamespaceURI(t.element),u=e.treeAdapter.createElement(t.token.tagName,n,t.token.attrs);return e.openElements.replace(t.element,u),t.element=u,u}function uc(e,t,n){const u=e.treeAdapter.getTagName(t),a=ve(u);if(e._isElementCausesFosterParenting(a))e._fosterParentElement(n);else{const s=e.treeAdapter.getNamespaceURI(t);a===r.TEMPLATE&&s===_.HTML&&(t=e.treeAdapter.getTemplateContent(t)),e.treeAdapter.appendChild(t,n)}}function rc(e,t,n){const u=e.treeAdapter.getNamespaceURI(n.element),{token:a}=n,s=e.treeAdapter.createElement(a.tagName,u,a.attrs);e._adoptNodes(t,s),e.treeAdapter.appendChild(t,s),e.activeFormattingElements.insertElementAfterBookmark(s,a),e.activeFormattingElements.removeEntry(n),e.openElements.remove(n.element),e.openElements.insertAfter(t,s,a.tagID)}function Sn(e,t){for(let n=0;n<Gl;n++){const u=Zl(e,t);if(!u)break;const a=ec(e,u);if(!a)break;e.activeFormattingElements.bookmark=u;const s=tc(e,a,u.element),i=e.openElements.getCommonAncestor(u.element);e.treeAdapter.detachNode(s),i&&uc(e,i,s),rc(e,a,u)}}function rn(e,t){e._appendCommentNode(t,e.openElements.currentTmplContentOrNode)}function ac(e,t){e._appendCommentNode(t,e.openElements.items[0])}function ic(e,t){e._appendCommentNode(t,e.document)}function On(e,t){if(e.stopped=!0,t.location){const n=e.fragmentContext?0:2;for(let u=e.openElements.stackTop;u>=n;u--)e._setEndLocation(e.openElements.items[u],t);if(!e.fragmentContext&&e.openElements.stackTop>=0){const u=e.openElements.items[0],a=e.treeAdapter.getNodeSourceCodeLocation(u);if(a&&!a.endTag&&(e._setEndLocation(u,t),e.openElements.stackTop>=1)){const s=e.openElements.items[1],i=e.treeAdapter.getNodeSourceCodeLocation(s);i&&!i.endTag&&e._setEndLocation(s,t)}}}}function sc(e,t){e._setDocumentType(t);const n=t.forceQuirks?re.QUIRKS:Fl(t);Bl(t)||e._err(t,T.nonConformingDoctype),e.treeAdapter.setDocumentMode(e.document,n),e.insertionMode=h.BEFORE_HTML}function qe(e,t){e._err(t,T.missingDoctype,!0),e.treeAdapter.setDocumentMode(e.document,re.QUIRKS),e.insertionMode=h.BEFORE_HTML,e._processToken(t)}function oc(e,t){t.tagID===r.HTML?(e._insertElement(t,_.HTML),e.insertionMode=h.BEFORE_HEAD):Ke(e,t)}function lc(e,t){const n=t.tagID;(n===r.HTML||n===r.HEAD||n===r.BODY||n===r.BR)&&Ke(e,t)}function Ke(e,t){e._insertFakeRootElement(),e.insertionMode=h.BEFORE_HEAD,e._processToken(t)}function cc(e,t){switch(t.tagID){case r.HTML:{j(e,t);break}case r.HEAD:{e._insertElement(t,_.HTML),e.headElement=e.openElements.current,e.insertionMode=h.IN_HEAD;break}default:Ge(e,t)}}function dc(e,t){const n=t.tagID;n===r.HEAD||n===r.BODY||n===r.HTML||n===r.BR?Ge(e,t):e._err(t,T.endTagWithoutMatchingOpenElement)}function Ge(e,t){e._insertFakeElement(p.HEAD,r.HEAD),e.headElement=e.openElements.current,e.insertionMode=h.IN_HEAD,e._processToken(t)}function se(e,t){switch(t.tagID){case r.HTML:{j(e,t);break}case r.BASE:case r.BASEFONT:case r.BGSOUND:case r.LINK:case r.META:{e._appendElement(t,_.HTML),t.ackSelfClosing=!0;break}case r.TITLE:{e._switchToTextParsing(t,H.RCDATA);break}case r.NOSCRIPT:{e.options.scriptingEnabled?e._switchToTextParsing(t,H.RAWTEXT):(e._insertElement(t,_.HTML),e.insertionMode=h.IN_HEAD_NO_SCRIPT);break}case r.NOFRAMES:case r.STYLE:{e._switchToTextParsing(t,H.RAWTEXT);break}case r.SCRIPT:{e._switchToTextParsing(t,H.SCRIPT_DATA);break}case r.TEMPLATE:{e._insertTemplate(t),e.activeFormattingElements.insertMarker(),e.framesetOk=!1,e.insertionMode=h.IN_TEMPLATE,e.tmplInsertionModeStack.unshift(h.IN_TEMPLATE);break}case r.HEAD:{e._err(t,T.misplacedStartTagForHeadElement);break}default:Xe(e,t)}}function fc(e,t){switch(t.tagID){case r.HEAD:{e.openElements.pop(),e.insertionMode=h.AFTER_HEAD;break}case r.BODY:case r.BR:case r.HTML:{Xe(e,t);break}case r.TEMPLATE:{Se(e,t);break}default:e._err(t,T.endTagWithoutMatchingOpenElement)}}function Se(e,t){e.openElements.tmplCount>0?(e.openElements.generateImpliedEndTagsThoroughly(),e.openElements.currentTagId!==r.TEMPLATE&&e._err(t,T.closingOfElementWithOpenChildElements),e.openElements.popUntilTagNamePopped(r.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e.tmplInsertionModeStack.shift(),e._resetInsertionMode()):e._err(t,T.endTagWithoutMatchingOpenElement)}function Xe(e,t){e.openElements.pop(),e.insertionMode=h.AFTER_HEAD,e._processToken(t)}function hc(e,t){switch(t.tagID){case r.HTML:{j(e,t);break}case r.BASEFONT:case r.BGSOUND:case r.HEAD:case r.LINK:case r.META:case r.NOFRAMES:case r.STYLE:{se(e,t);break}case r.NOSCRIPT:{e._err(t,T.nestedNoscriptInHead);break}default:Je(e,t)}}function mc(e,t){switch(t.tagID){case r.NOSCRIPT:{e.openElements.pop(),e.insertionMode=h.IN_HEAD;break}case r.BR:{Je(e,t);break}default:e._err(t,T.endTagWithoutMatchingOpenElement)}}function Je(e,t){const n=t.type===P.EOF?T.openElementsLeftAfterEof:T.disallowedContentInNoscriptInHead;e._err(t,n),e.openElements.pop(),e.insertionMode=h.IN_HEAD,e._processToken(t)}function Ec(e,t){switch(t.tagID){case r.HTML:{j(e,t);break}case r.BODY:{e._insertElement(t,_.HTML),e.framesetOk=!1,e.insertionMode=h.IN_BODY;break}case r.FRAMESET:{e._insertElement(t,_.HTML),e.insertionMode=h.IN_FRAMESET;break}case r.BASE:case r.BASEFONT:case r.BGSOUND:case r.LINK:case r.META:case r.NOFRAMES:case r.SCRIPT:case r.STYLE:case r.TEMPLATE:case r.TITLE:{e._err(t,T.abandonedHeadElementChild),e.openElements.push(e.headElement,r.HEAD),se(e,t),e.openElements.remove(e.headElement);break}case r.HEAD:{e._err(t,T.misplacedStartTagForHeadElement);break}default:Ze(e,t)}}function pc(e,t){switch(t.tagID){case r.BODY:case r.HTML:case r.BR:{Ze(e,t);break}case r.TEMPLATE:{Se(e,t);break}default:e._err(t,T.endTagWithoutMatchingOpenElement)}}function Ze(e,t){e._insertFakeElement(p.BODY,r.BODY),e.insertionMode=h.IN_BODY,Pt(e,t)}function Pt(e,t){switch(t.type){case P.CHARACTER:{Jr(e,t);break}case P.WHITESPACE_CHARACTER:{Xr(e,t);break}case P.COMMENT:{rn(e,t);break}case P.START_TAG:{j(e,t);break}case P.END_TAG:{Mt(e,t);break}case P.EOF:{na(e,t);break}}}function Xr(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t)}function Jr(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t),e.framesetOk=!1}function Tc(e,t){e.openElements.tmplCount===0&&e.treeAdapter.adoptAttributes(e.openElements.items[0],t.attrs)}function bc(e,t){const n=e.openElements.tryPeekProperlyNestedBodyElement();n&&e.openElements.tmplCount===0&&(e.framesetOk=!1,e.treeAdapter.adoptAttributes(n,t.attrs))}function gc(e,t){const n=e.openElements.tryPeekProperlyNestedBodyElement();e.framesetOk&&n&&(e.treeAdapter.detachNode(n),e.openElements.popAllUpToHtmlElement(),e._insertElement(t,_.HTML),e.insertionMode=h.IN_FRAMESET)}function Ac(e,t){e.openElements.hasInButtonScope(r.P)&&e._closePElement(),e._insertElement(t,_.HTML)}function _c(e,t){e.openElements.hasInButtonScope(r.P)&&e._closePElement(),e.openElements.currentTagId!==void 0&&un.has(e.openElements.currentTagId)&&e.openElements.pop(),e._insertElement(t,_.HTML)}function Cc(e,t){e.openElements.hasInButtonScope(r.P)&&e._closePElement(),e._insertElement(t,_.HTML),e.skipNextNewLine=!0,e.framesetOk=!1}function Ic(e,t){const n=e.openElements.tmplCount>0;(!e.formElement||n)&&(e.openElements.hasInButtonScope(r.P)&&e._closePElement(),e._insertElement(t,_.HTML),n||(e.formElement=e.openElements.current))}function Nc(e,t){e.framesetOk=!1;const n=t.tagID;for(let u=e.openElements.stackTop;u>=0;u--){const a=e.openElements.tagIDs[u];if(n===r.LI&&a===r.LI||(n===r.DD||n===r.DT)&&(a===r.DD||a===r.DT)){e.openElements.generateImpliedEndTagsWithExclusion(a),e.openElements.popUntilTagNamePopped(a);break}if(a!==r.ADDRESS&&a!==r.DIV&&a!==r.P&&e._isSpecialElement(e.openElements.items[u],a))break}e.openElements.hasInButtonScope(r.P)&&e._closePElement(),e._insertElement(t,_.HTML)}function Sc(e,t){e.openElements.hasInButtonScope(r.P)&&e._closePElement(),e._insertElement(t,_.HTML),e.tokenizer.state=H.PLAINTEXT}function Oc(e,t){e.openElements.hasInScope(r.BUTTON)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(r.BUTTON)),e._reconstructActiveFormattingElements(),e._insertElement(t,_.HTML),e.framesetOk=!1}function Lc(e,t){const n=e.activeFormattingElements.getElementEntryInScopeWithTagName(p.A);n&&(Sn(e,t),e.openElements.remove(n.element),e.activeFormattingElements.removeEntry(n)),e._reconstructActiveFormattingElements(),e._insertElement(t,_.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}function Dc(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,_.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}function kc(e,t){e._reconstructActiveFormattingElements(),e.openElements.hasInScope(r.NOBR)&&(Sn(e,t),e._reconstructActiveFormattingElements()),e._insertElement(t,_.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}function Rc(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,_.HTML),e.activeFormattingElements.insertMarker(),e.framesetOk=!1}function yc(e,t){e.treeAdapter.getDocumentMode(e.document)!==re.QUIRKS&&e.openElements.hasInButtonScope(r.P)&&e._closePElement(),e._insertElement(t,_.HTML),e.framesetOk=!1,e.insertionMode=h.IN_TABLE}function Zr(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,_.HTML),e.framesetOk=!1,t.ackSelfClosing=!0}function ea(e){const t=zr(e,_e.TYPE);return t!=null&&t.toLowerCase()===Kl}function xc(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,_.HTML),ea(t)||(e.framesetOk=!1),t.ackSelfClosing=!0}function Pc(e,t){e._appendElement(t,_.HTML),t.ackSelfClosing=!0}function Mc(e,t){e.openElements.hasInButtonScope(r.P)&&e._closePElement(),e._appendElement(t,_.HTML),e.framesetOk=!1,t.ackSelfClosing=!0}function wc(e,t){t.tagName=p.IMG,t.tagID=r.IMG,Zr(e,t)}function Bc(e,t){e._insertElement(t,_.HTML),e.skipNextNewLine=!0,e.tokenizer.state=H.RCDATA,e.originalInsertionMode=e.insertionMode,e.framesetOk=!1,e.insertionMode=h.TEXT}function Fc(e,t){e.openElements.hasInButtonScope(r.P)&&e._closePElement(),e._reconstructActiveFormattingElements(),e.framesetOk=!1,e._switchToTextParsing(t,H.RAWTEXT)}function vc(e,t){e.framesetOk=!1,e._switchToTextParsing(t,H.RAWTEXT)}function Cu(e,t){e._switchToTextParsing(t,H.RAWTEXT)}function Uc(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,_.HTML),e.framesetOk=!1,e.insertionMode=e.insertionMode===h.IN_TABLE||e.insertionMode===h.IN_CAPTION||e.insertionMode===h.IN_TABLE_BODY||e.insertionMode===h.IN_ROW||e.insertionMode===h.IN_CELL?h.IN_SELECT_IN_TABLE:h.IN_SELECT}function Hc(e,t){e.openElements.currentTagId===r.OPTION&&e.openElements.pop(),e._reconstructActiveFormattingElements(),e._insertElement(t,_.HTML)}function Yc(e,t){e.openElements.hasInScope(r.RUBY)&&e.openElements.generateImpliedEndTags(),e._insertElement(t,_.HTML)}function zc(e,t){e.openElements.hasInScope(r.RUBY)&&e.openElements.generateImpliedEndTagsWithExclusion(r.RTC),e._insertElement(t,_.HTML)}function qc(e,t){e._reconstructActiveFormattingElements(),Qr(t),Nn(t),t.selfClosing?e._appendElement(t,_.MATHML):e._insertElement(t,_.MATHML),t.ackSelfClosing=!0}function Wc(e,t){e._reconstructActiveFormattingElements(),Kr(t),Nn(t),t.selfClosing?e._appendElement(t,_.SVG):e._insertElement(t,_.SVG),t.ackSelfClosing=!0}function Iu(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,_.HTML)}function j(e,t){switch(t.tagID){case r.I:case r.S:case r.B:case r.U:case r.EM:case r.TT:case r.BIG:case r.CODE:case r.FONT:case r.SMALL:case r.STRIKE:case r.STRONG:{Dc(e,t);break}case r.A:{Lc(e,t);break}case r.H1:case r.H2:case r.H3:case r.H4:case r.H5:case r.H6:{_c(e,t);break}case r.P:case r.DL:case r.OL:case r.UL:case r.DIV:case r.DIR:case r.NAV:case r.MAIN:case r.MENU:case r.ASIDE:case r.CENTER:case r.FIGURE:case r.FOOTER:case r.HEADER:case r.HGROUP:case r.DIALOG:case r.DETAILS:case r.ADDRESS:case r.ARTICLE:case r.SEARCH:case r.SECTION:case r.SUMMARY:case r.FIELDSET:case r.BLOCKQUOTE:case r.FIGCAPTION:{Ac(e,t);break}case r.LI:case r.DD:case r.DT:{Nc(e,t);break}case r.BR:case r.IMG:case r.WBR:case r.AREA:case r.EMBED:case r.KEYGEN:{Zr(e,t);break}case r.HR:{Mc(e,t);break}case r.RB:case r.RTC:{Yc(e,t);break}case r.RT:case r.RP:{zc(e,t);break}case r.PRE:case r.LISTING:{Cc(e,t);break}case r.XMP:{Fc(e,t);break}case r.SVG:{Wc(e,t);break}case r.HTML:{Tc(e,t);break}case r.BASE:case r.LINK:case r.META:case r.STYLE:case r.TITLE:case r.SCRIPT:case r.BGSOUND:case r.BASEFONT:case r.TEMPLATE:{se(e,t);break}case r.BODY:{bc(e,t);break}case r.FORM:{Ic(e,t);break}case r.NOBR:{kc(e,t);break}case r.MATH:{qc(e,t);break}case r.TABLE:{yc(e,t);break}case r.INPUT:{xc(e,t);break}case r.PARAM:case r.TRACK:case r.SOURCE:{Pc(e,t);break}case r.IMAGE:{wc(e,t);break}case r.BUTTON:{Oc(e,t);break}case r.APPLET:case r.OBJECT:case r.MARQUEE:{Rc(e,t);break}case r.IFRAME:{vc(e,t);break}case r.SELECT:{Uc(e,t);break}case r.OPTION:case r.OPTGROUP:{Hc(e,t);break}case r.NOEMBED:case r.NOFRAMES:{Cu(e,t);break}case r.FRAMESET:{gc(e,t);break}case r.TEXTAREA:{Bc(e,t);break}case r.NOSCRIPT:{e.options.scriptingEnabled?Cu(e,t):Iu(e,t);break}case r.PLAINTEXT:{Sc(e,t);break}case r.COL:case r.TH:case r.TD:case r.TR:case r.HEAD:case r.FRAME:case r.TBODY:case r.TFOOT:case r.THEAD:case r.CAPTION:case r.COLGROUP:break;default:Iu(e,t)}}function jc(e,t){if(e.openElements.hasInScope(r.BODY)&&(e.insertionMode=h.AFTER_BODY,e.options.sourceCodeLocationInfo)){const n=e.openElements.tryPeekProperlyNestedBodyElement();n&&e._setEndLocation(n,t)}}function $c(e,t){e.openElements.hasInScope(r.BODY)&&(e.insertionMode=h.AFTER_BODY,ca(e,t))}function Vc(e,t){const n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n))}function Qc(e){const t=e.openElements.tmplCount>0,{formElement:n}=e;t||(e.formElement=null),(n||t)&&e.openElements.hasInScope(r.FORM)&&(e.openElements.generateImpliedEndTags(),t?e.openElements.popUntilTagNamePopped(r.FORM):n&&e.openElements.remove(n))}function Kc(e){e.openElements.hasInButtonScope(r.P)||e._insertFakeElement(p.P,r.P),e._closePElement()}function Gc(e){e.openElements.hasInListItemScope(r.LI)&&(e.openElements.generateImpliedEndTagsWithExclusion(r.LI),e.openElements.popUntilTagNamePopped(r.LI))}function Xc(e,t){const n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTagsWithExclusion(n),e.openElements.popUntilTagNamePopped(n))}function Jc(e){e.openElements.hasNumberedHeaderInScope()&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilNumberedHeaderPopped())}function Zc(e,t){const n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n),e.activeFormattingElements.clearToLastMarker())}function e0(e){e._reconstructActiveFormattingElements(),e._insertFakeElement(p.BR,r.BR),e.openElements.pop(),e.framesetOk=!1}function ta(e,t){const n=t.tagName,u=t.tagID;for(let a=e.openElements.stackTop;a>0;a--){const s=e.openElements.items[a],i=e.openElements.tagIDs[a];if(u===i&&(u!==r.UNKNOWN||e.treeAdapter.getTagName(s)===n)){e.openElements.generateImpliedEndTagsWithExclusion(u),e.openElements.stackTop>=a&&e.openElements.shortenToLength(a);break}if(e._isSpecialElement(s,i))break}}function Mt(e,t){switch(t.tagID){case r.A:case r.B:case r.I:case r.S:case r.U:case r.EM:case r.TT:case r.BIG:case r.CODE:case r.FONT:case r.NOBR:case r.SMALL:case r.STRIKE:case r.STRONG:{Sn(e,t);break}case r.P:{Kc(e);break}case r.DL:case r.UL:case r.OL:case r.DIR:case r.DIV:case r.NAV:case r.PRE:case r.MAIN:case r.MENU:case r.ASIDE:case r.BUTTON:case r.CENTER:case r.FIGURE:case r.FOOTER:case r.HEADER:case r.HGROUP:case r.DIALOG:case r.ADDRESS:case r.ARTICLE:case r.DETAILS:case r.SEARCH:case r.SECTION:case r.SUMMARY:case r.LISTING:case r.FIELDSET:case r.BLOCKQUOTE:case r.FIGCAPTION:{Vc(e,t);break}case r.LI:{Gc(e);break}case r.DD:case r.DT:{Xc(e,t);break}case r.H1:case r.H2:case r.H3:case r.H4:case r.H5:case r.H6:{Jc(e);break}case r.BR:{e0(e);break}case r.BODY:{jc(e,t);break}case r.HTML:{$c(e,t);break}case r.FORM:{Qc(e);break}case r.APPLET:case r.OBJECT:case r.MARQUEE:{Zc(e,t);break}case r.TEMPLATE:{Se(e,t);break}default:ta(e,t)}}function na(e,t){e.tmplInsertionModeStack.length>0?la(e,t):On(e,t)}function t0(e,t){var n;t.tagID===r.SCRIPT&&((n=e.scriptHandler)===null||n===void 0||n.call(e,e.openElements.current)),e.openElements.pop(),e.insertionMode=e.originalInsertionMode}function n0(e,t){e._err(t,T.eofInElementThatCanContainOnlyText),e.openElements.pop(),e.insertionMode=e.originalInsertionMode,e.onEof(t)}function Vt(e,t){if(e.openElements.currentTagId!==void 0&&Gr.has(e.openElements.currentTagId))switch(e.pendingCharacterTokens.length=0,e.hasNonWhitespacePendingCharacterToken=!1,e.originalInsertionMode=e.insertionMode,e.insertionMode=h.IN_TABLE_TEXT,t.type){case P.CHARACTER:{ra(e,t);break}case P.WHITESPACE_CHARACTER:{ua(e,t);break}}else st(e,t)}function u0(e,t){e.openElements.clearBackToTableContext(),e.activeFormattingElements.insertMarker(),e._insertElement(t,_.HTML),e.insertionMode=h.IN_CAPTION}function r0(e,t){e.openElements.clearBackToTableContext(),e._insertElement(t,_.HTML),e.insertionMode=h.IN_COLUMN_GROUP}function a0(e,t){e.openElements.clearBackToTableContext(),e._insertFakeElement(p.COLGROUP,r.COLGROUP),e.insertionMode=h.IN_COLUMN_GROUP,Ln(e,t)}function i0(e,t){e.openElements.clearBackToTableContext(),e._insertElement(t,_.HTML),e.insertionMode=h.IN_TABLE_BODY}function s0(e,t){e.openElements.clearBackToTableContext(),e._insertFakeElement(p.TBODY,r.TBODY),e.insertionMode=h.IN_TABLE_BODY,wt(e,t)}function o0(e,t){e.openElements.hasInTableScope(r.TABLE)&&(e.openElements.popUntilTagNamePopped(r.TABLE),e._resetInsertionMode(),e._processStartTag(t))}function l0(e,t){ea(t)?e._appendElement(t,_.HTML):st(e,t),t.ackSelfClosing=!0}function c0(e,t){!e.formElement&&e.openElements.tmplCount===0&&(e._insertElement(t,_.HTML),e.formElement=e.openElements.current,e.openElements.pop())}function Me(e,t){switch(t.tagID){case r.TD:case r.TH:case r.TR:{s0(e,t);break}case r.STYLE:case r.SCRIPT:case r.TEMPLATE:{se(e,t);break}case r.COL:{a0(e,t);break}case r.FORM:{c0(e,t);break}case r.TABLE:{o0(e,t);break}case r.TBODY:case r.TFOOT:case r.THEAD:{i0(e,t);break}case r.INPUT:{l0(e,t);break}case r.CAPTION:{u0(e,t);break}case r.COLGROUP:{r0(e,t);break}default:st(e,t)}}function ut(e,t){switch(t.tagID){case r.TABLE:{e.openElements.hasInTableScope(r.TABLE)&&(e.openElements.popUntilTagNamePopped(r.TABLE),e._resetInsertionMode());break}case r.TEMPLATE:{Se(e,t);break}case r.BODY:case r.CAPTION:case r.COL:case r.COLGROUP:case r.HTML:case r.TBODY:case r.TD:case r.TFOOT:case r.TH:case r.THEAD:case r.TR:break;default:st(e,t)}}function st(e,t){const n=e.fosterParentingEnabled;e.fosterParentingEnabled=!0,Pt(e,t),e.fosterParentingEnabled=n}function ua(e,t){e.pendingCharacterTokens.push(t)}function ra(e,t){e.pendingCharacterTokens.push(t),e.hasNonWhitespacePendingCharacterToken=!0}function We(e,t){let n=0;if(e.hasNonWhitespacePendingCharacterToken)for(;n<e.pendingCharacterTokens.length;n++)st(e,e.pendingCharacterTokens[n]);else for(;n<e.pendingCharacterTokens.length;n++)e._insertCharacters(e.pendingCharacterTokens[n]);e.insertionMode=e.originalInsertionMode,e._processToken(t)}const aa=new Set([r.CAPTION,r.COL,r.COLGROUP,r.TBODY,r.TD,r.TFOOT,r.TH,r.THEAD,r.TR]);function d0(e,t){const n=t.tagID;aa.has(n)?e.openElements.hasInTableScope(r.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(r.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=h.IN_TABLE,Me(e,t)):j(e,t)}function f0(e,t){const n=t.tagID;switch(n){case r.CAPTION:case r.TABLE:{e.openElements.hasInTableScope(r.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(r.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=h.IN_TABLE,n===r.TABLE&&ut(e,t));break}case r.BODY:case r.COL:case r.COLGROUP:case r.HTML:case r.TBODY:case r.TD:case r.TFOOT:case r.TH:case r.THEAD:case r.TR:break;default:Mt(e,t)}}function Ln(e,t){switch(t.tagID){case r.HTML:{j(e,t);break}case r.COL:{e._appendElement(t,_.HTML),t.ackSelfClosing=!0;break}case r.TEMPLATE:{se(e,t);break}default:Ot(e,t)}}function h0(e,t){switch(t.tagID){case r.COLGROUP:{e.openElements.currentTagId===r.COLGROUP&&(e.openElements.pop(),e.insertionMode=h.IN_TABLE);break}case r.TEMPLATE:{Se(e,t);break}case r.COL:break;default:Ot(e,t)}}function Ot(e,t){e.openElements.currentTagId===r.COLGROUP&&(e.openElements.pop(),e.insertionMode=h.IN_TABLE,e._processToken(t))}function wt(e,t){switch(t.tagID){case r.TR:{e.openElements.clearBackToTableBodyContext(),e._insertElement(t,_.HTML),e.insertionMode=h.IN_ROW;break}case r.TH:case r.TD:{e.openElements.clearBackToTableBodyContext(),e._insertFakeElement(p.TR,r.TR),e.insertionMode=h.IN_ROW,Bt(e,t);break}case r.CAPTION:case r.COL:case r.COLGROUP:case r.TBODY:case r.TFOOT:case r.THEAD:{e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=h.IN_TABLE,Me(e,t));break}default:Me(e,t)}}function an(e,t){const n=t.tagID;switch(t.tagID){case r.TBODY:case r.TFOOT:case r.THEAD:{e.openElements.hasInTableScope(n)&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=h.IN_TABLE);break}case r.TABLE:{e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=h.IN_TABLE,ut(e,t));break}case r.BODY:case r.CAPTION:case r.COL:case r.COLGROUP:case r.HTML:case r.TD:case r.TH:case r.TR:break;default:ut(e,t)}}function Bt(e,t){switch(t.tagID){case r.TH:case r.TD:{e.openElements.clearBackToTableRowContext(),e._insertElement(t,_.HTML),e.insertionMode=h.IN_CELL,e.activeFormattingElements.insertMarker();break}case r.CAPTION:case r.COL:case r.COLGROUP:case r.TBODY:case r.TFOOT:case r.THEAD:case r.TR:{e.openElements.hasInTableScope(r.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=h.IN_TABLE_BODY,wt(e,t));break}default:Me(e,t)}}function ia(e,t){switch(t.tagID){case r.TR:{e.openElements.hasInTableScope(r.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=h.IN_TABLE_BODY);break}case r.TABLE:{e.openElements.hasInTableScope(r.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=h.IN_TABLE_BODY,an(e,t));break}case r.TBODY:case r.TFOOT:case r.THEAD:{(e.openElements.hasInTableScope(t.tagID)||e.openElements.hasInTableScope(r.TR))&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=h.IN_TABLE_BODY,an(e,t));break}case r.BODY:case r.CAPTION:case r.COL:case r.COLGROUP:case r.HTML:case r.TD:case r.TH:break;default:ut(e,t)}}function m0(e,t){const n=t.tagID;aa.has(n)?(e.openElements.hasInTableScope(r.TD)||e.openElements.hasInTableScope(r.TH))&&(e._closeTableCell(),Bt(e,t)):j(e,t)}function E0(e,t){const n=t.tagID;switch(n){case r.TD:case r.TH:{e.openElements.hasInTableScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=h.IN_ROW);break}case r.TABLE:case r.TBODY:case r.TFOOT:case r.THEAD:case r.TR:{e.openElements.hasInTableScope(n)&&(e._closeTableCell(),ia(e,t));break}case r.BODY:case r.CAPTION:case r.COL:case r.COLGROUP:case r.HTML:break;default:Mt(e,t)}}function sa(e,t){switch(t.tagID){case r.HTML:{j(e,t);break}case r.OPTION:{e.openElements.currentTagId===r.OPTION&&e.openElements.pop(),e._insertElement(t,_.HTML);break}case r.OPTGROUP:{e.openElements.currentTagId===r.OPTION&&e.openElements.pop(),e.openElements.currentTagId===r.OPTGROUP&&e.openElements.pop(),e._insertElement(t,_.HTML);break}case r.HR:{e.openElements.currentTagId===r.OPTION&&e.openElements.pop(),e.openElements.currentTagId===r.OPTGROUP&&e.openElements.pop(),e._appendElement(t,_.HTML),t.ackSelfClosing=!0;break}case r.INPUT:case r.KEYGEN:case r.TEXTAREA:case r.SELECT:{e.openElements.hasInSelectScope(r.SELECT)&&(e.openElements.popUntilTagNamePopped(r.SELECT),e._resetInsertionMode(),t.tagID!==r.SELECT&&e._processStartTag(t));break}case r.SCRIPT:case r.TEMPLATE:{se(e,t);break}}}function oa(e,t){switch(t.tagID){case r.OPTGROUP:{e.openElements.stackTop>0&&e.openElements.currentTagId===r.OPTION&&e.openElements.tagIDs[e.openElements.stackTop-1]===r.OPTGROUP&&e.openElements.pop(),e.openElements.currentTagId===r.OPTGROUP&&e.openElements.pop();break}case r.OPTION:{e.openElements.currentTagId===r.OPTION&&e.openElements.pop();break}case r.SELECT:{e.openElements.hasInSelectScope(r.SELECT)&&(e.openElements.popUntilTagNamePopped(r.SELECT),e._resetInsertionMode());break}case r.TEMPLATE:{Se(e,t);break}}}function p0(e,t){const n=t.tagID;n===r.CAPTION||n===r.TABLE||n===r.TBODY||n===r.TFOOT||n===r.THEAD||n===r.TR||n===r.TD||n===r.TH?(e.openElements.popUntilTagNamePopped(r.SELECT),e._resetInsertionMode(),e._processStartTag(t)):sa(e,t)}function T0(e,t){const n=t.tagID;n===r.CAPTION||n===r.TABLE||n===r.TBODY||n===r.TFOOT||n===r.THEAD||n===r.TR||n===r.TD||n===r.TH?e.openElements.hasInTableScope(n)&&(e.openElements.popUntilTagNamePopped(r.SELECT),e._resetInsertionMode(),e.onEndTag(t)):oa(e,t)}function b0(e,t){switch(t.tagID){case r.BASE:case r.BASEFONT:case r.BGSOUND:case r.LINK:case r.META:case r.NOFRAMES:case r.SCRIPT:case r.STYLE:case r.TEMPLATE:case r.TITLE:{se(e,t);break}case r.CAPTION:case r.COLGROUP:case r.TBODY:case r.TFOOT:case r.THEAD:{e.tmplInsertionModeStack[0]=h.IN_TABLE,e.insertionMode=h.IN_TABLE,Me(e,t);break}case r.COL:{e.tmplInsertionModeStack[0]=h.IN_COLUMN_GROUP,e.insertionMode=h.IN_COLUMN_GROUP,Ln(e,t);break}case r.TR:{e.tmplInsertionModeStack[0]=h.IN_TABLE_BODY,e.insertionMode=h.IN_TABLE_BODY,wt(e,t);break}case r.TD:case r.TH:{e.tmplInsertionModeStack[0]=h.IN_ROW,e.insertionMode=h.IN_ROW,Bt(e,t);break}default:e.tmplInsertionModeStack[0]=h.IN_BODY,e.insertionMode=h.IN_BODY,j(e,t)}}function g0(e,t){t.tagID===r.TEMPLATE&&Se(e,t)}function la(e,t){e.openElements.tmplCount>0?(e.openElements.popUntilTagNamePopped(r.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e.tmplInsertionModeStack.shift(),e._resetInsertionMode(),e.onEof(t)):On(e,t)}function A0(e,t){t.tagID===r.HTML?j(e,t):Lt(e,t)}function ca(e,t){var n;if(t.tagID===r.HTML){if(e.fragmentContext||(e.insertionMode=h.AFTER_AFTER_BODY),e.options.sourceCodeLocationInfo&&e.openElements.tagIDs[0]===r.HTML){e._setEndLocation(e.openElements.items[0],t);const u=e.openElements.items[1];u&&!(!((n=e.treeAdapter.getNodeSourceCodeLocation(u))===null||n===void 0)&&n.endTag)&&e._setEndLocation(u,t)}}else Lt(e,t)}function Lt(e,t){e.insertionMode=h.IN_BODY,Pt(e,t)}function _0(e,t){switch(t.tagID){case r.HTML:{j(e,t);break}case r.FRAMESET:{e._insertElement(t,_.HTML);break}case r.FRAME:{e._appendElement(t,_.HTML),t.ackSelfClosing=!0;break}case r.NOFRAMES:{se(e,t);break}}}function C0(e,t){t.tagID===r.FRAMESET&&!e.openElements.isRootHtmlElementCurrent()&&(e.openElements.pop(),!e.fragmentContext&&e.openElements.currentTagId!==r.FRAMESET&&(e.insertionMode=h.AFTER_FRAMESET))}function I0(e,t){switch(t.tagID){case r.HTML:{j(e,t);break}case r.NOFRAMES:{se(e,t);break}}}function N0(e,t){t.tagID===r.HTML&&(e.insertionMode=h.AFTER_AFTER_FRAMESET)}function S0(e,t){t.tagID===r.HTML?j(e,t):_t(e,t)}function _t(e,t){e.insertionMode=h.IN_BODY,Pt(e,t)}function O0(e,t){switch(t.tagID){case r.HTML:{j(e,t);break}case r.NOFRAMES:{se(e,t);break}}}function L0(e,t){t.chars=U,e._insertCharacters(t)}function D0(e,t){e._insertCharacters(t),e.framesetOk=!1}function da(e){for(;e.treeAdapter.getNamespaceURI(e.openElements.current)!==_.HTML&&e.openElements.currentTagId!==void 0&&!e._isIntegrationPoint(e.openElements.currentTagId,e.openElements.current);)e.openElements.pop()}function k0(e,t){if(Wl(t))da(e),e._startTagOutsideForeignContent(t);else{const n=e._getAdjustedCurrentElement(),u=e.treeAdapter.getNamespaceURI(n);u===_.MATHML?Qr(t):u===_.SVG&&(jl(t),Kr(t)),Nn(t),t.selfClosing?e._appendElement(t,u):e._insertElement(t,u),t.ackSelfClosing=!0}}function R0(e,t){if(t.tagID===r.P||t.tagID===r.BR){da(e),e._endTagOutsideForeignContent(t);return}for(let n=e.openElements.stackTop;n>0;n--){const u=e.openElements.items[n];if(e.treeAdapter.getNamespaceURI(u)===_.HTML){e._endTagOutsideForeignContent(t);break}const a=e.treeAdapter.getTagName(u);if(a.toLowerCase()===t.tagName){t.tagName=a,e.openElements.shortenToLength(n);break}}}p.AREA,p.BASE,p.BASEFONT,p.BGSOUND,p.BR,p.COL,p.EMBED,p.FRAME,p.HR,p.IMG,p.INPUT,p.KEYGEN,p.LINK,p.META,p.PARAM,p.SOURCE,p.TRACK,p.WBR;const fa=ha("end"),Oe=ha("start");function ha(e){return t;function t(n){const u=n&&n.position&&n.position[e]||{};if(typeof u.line=="number"&&u.line>0&&typeof u.column=="number"&&u.column>0)return{line:u.line,column:u.column,offset:typeof u.offset=="number"&&u.offset>-1?u.offset:void 0}}}const y0=/<(\/?)(iframe|noembed|noframes|plaintext|script|style|textarea|title|xmp)(?=[\t\n\f\r />])/gi,x0=new Set(["mdxFlowExpression","mdxJsxFlowElement","mdxJsxTextElement","mdxTextExpression","mdxjsEsm"]),Nu={sourceCodeLocationInfo:!0,scriptingEnabled:!1};function ma(e,t){const n=z0(e),u=$u("type",{handlers:{root:P0,element:M0,text:w0,comment:pa,doctype:B0,raw:v0},unknown:U0}),a={parser:n?new _u(Nu):_u.getFragmentParser(void 0,Nu),handle(l){u(l,a)},stitches:!1,options:t||{}};u(e,a),Ue(a,Oe());const s=n?a.parser.document:a.parser.getFragment(),i=Po(s,{file:a.options.file});return a.stitches&&dn(i,"comment",function(l,o,f){const E=l;if(E.value.stitch&&f&&o!==void 0){const m=f.children;return m[o]=E.value.stitch,o}}),i.type==="root"&&i.children.length===1&&i.children[0].type===e.type?i.children[0]:i}function Ea(e,t){let n=-1;if(e)for(;++n<e.length;)t.handle(e[n])}function P0(e,t){Ea(e.children,t)}function M0(e,t){H0(e,t),Ea(e.children,t),Y0(e,t)}function w0(e,t){t.parser.tokenizer.state>4&&(t.parser.tokenizer.state=0);const n={type:P.CHARACTER,chars:e.value,location:ot(e)};Ue(t,Oe(e)),t.parser.currentToken=n,t.parser._processToken(t.parser.currentToken)}function B0(e,t){const n={type:P.DOCTYPE,name:"html",forceQuirks:!1,publicId:"",systemId:"",location:ot(e)};Ue(t,Oe(e)),t.parser.currentToken=n,t.parser._processToken(t.parser.currentToken)}function F0(e,t){t.stitches=!0;const n=q0(e);if("children"in e&&"children"in n){const u=ma({type:"root",children:e.children},t.options);n.children=u.children}pa({type:"comment",value:{stitch:n}},t)}function pa(e,t){const n=e.value,u={type:P.COMMENT,data:n,location:ot(e)};Ue(t,Oe(e)),t.parser.currentToken=u,t.parser._processToken(t.parser.currentToken)}function v0(e,t){if(t.parser.tokenizer.preprocessor.html="",t.parser.tokenizer.preprocessor.pos=-1,t.parser.tokenizer.preprocessor.lastGapPos=-2,t.parser.tokenizer.preprocessor.gapStack=[],t.parser.tokenizer.preprocessor.skipNextNewLine=!1,t.parser.tokenizer.preprocessor.lastChunkWritten=!1,t.parser.tokenizer.preprocessor.endOfChunkHit=!1,t.parser.tokenizer.preprocessor.isEol=!1,Ta(t,Oe(e)),t.parser.tokenizer.write(t.options.tagfilter?e.value.replace(y0,"<$1$2"):e.value,!1),t.parser.tokenizer._runParsingLoop(),t.parser.tokenizer.state===72||t.parser.tokenizer.state===78){t.parser.tokenizer.preprocessor.lastChunkWritten=!0;const n=t.parser.tokenizer._consume();t.parser.tokenizer._callState(n)}}function U0(e,t){const n=e;if(t.options.passThrough&&t.options.passThrough.includes(n.type))F0(n,t);else{let u="";throw x0.has(n.type)&&(u=". It looks like you are using MDX nodes with `hast-util-raw` (or `rehype-raw`). If you use this because you are using remark or rehype plugins that inject `'html'` nodes, then please raise an issue with that plugin, as its a bad and slow idea. If you use this because you are using markdown syntax, then you have to configure this utility (or plugin) to pass through these nodes (see `passThrough` in docs), but you can also migrate to use the MDX syntax"),new Error("Cannot compile `"+n.type+"` node"+u)}}function Ue(e,t){Ta(e,t);const n=e.parser.tokenizer.currentCharacterToken;n&&n.location&&(n.location.endLine=e.parser.tokenizer.preprocessor.line,n.location.endCol=e.parser.tokenizer.preprocessor.col+1,n.location.endOffset=e.parser.tokenizer.preprocessor.offset+1,e.parser.currentToken=n,e.parser._processToken(e.parser.currentToken)),e.parser.tokenizer.paused=!1,e.parser.tokenizer.inLoop=!1,e.parser.tokenizer.active=!1,e.parser.tokenizer.returnState=H.DATA,e.parser.tokenizer.charRefCode=-1,e.parser.tokenizer.consumedAfterSnapshot=-1,e.parser.tokenizer.currentLocation=null,e.parser.tokenizer.currentCharacterToken=null,e.parser.tokenizer.currentToken=null,e.parser.tokenizer.currentAttr={name:"",value:""}}function Ta(e,t){if(t&&t.offset!==void 0){const n={startLine:t.line,startCol:t.column,startOffset:t.offset,endLine:-1,endCol:-1,endOffset:-1};e.parser.tokenizer.preprocessor.lineStartPos=-t.column+1,e.parser.tokenizer.preprocessor.droppedBufferSize=t.offset,e.parser.tokenizer.preprocessor.line=t.line,e.parser.tokenizer.currentLocation=n}}function H0(e,t){const n=e.tagName.toLowerCase();if(t.parser.tokenizer.state===H.PLAINTEXT)return;Ue(t,Oe(e));const u=t.parser.openElements.current;let a="namespaceURI"in u?u.namespaceURI:Ae.html;a===Ae.html&&n==="svg"&&(a=Ae.svg);const s=Qo({...e,children:[]},{space:a===Ae.svg?"svg":"html"}),i={type:P.START_TAG,tagName:n,tagID:ve(n),selfClosing:!1,ackSelfClosing:!1,attrs:"attrs"in s?s.attrs:[],location:ot(e)};t.parser.currentToken=i,t.parser._processToken(t.parser.currentToken),t.parser.tokenizer.lastStartTagName=n}function Y0(e,t){const n=e.tagName.toLowerCase();if(!t.parser.tokenizer.inForeignNode&&nl.includes(n)||t.parser.tokenizer.state===H.PLAINTEXT)return;Ue(t,fa(e));const u={type:P.END_TAG,tagName:n,tagID:ve(n),selfClosing:!1,ackSelfClosing:!1,attrs:[],location:ot(e)};t.parser.currentToken=u,t.parser._processToken(t.parser.currentToken),n===t.parser.tokenizer.lastStartTagName&&(t.parser.tokenizer.state===H.RCDATA||t.parser.tokenizer.state===H.RAWTEXT||t.parser.tokenizer.state===H.SCRIPT_DATA)&&(t.parser.tokenizer.state=H.DATA)}function z0(e){const t=e.type==="root"?e.children[0]:e;return!!(t&&(t.type==="doctype"||t.type==="element"&&t.tagName.toLowerCase()==="html"))}function ot(e){const t=Oe(e)||{line:void 0,column:void 0,offset:void 0},n=fa(e)||{line:void 0,column:void 0,offset:void 0};return{startLine:t.line,startCol:t.column,startOffset:t.offset,endLine:n.line,endCol:n.column,endOffset:n.offset}}function q0(e){return"children"in e?Xt({...e,children:[]}):Xt(e)}function W0(e){return function(t,n){return ma(t,{...e,file:n})}}function j0(e){const t=e.type==="element"?e.tagName.toLowerCase():"",n=t.length===2&&t.charCodeAt(0)===104?t.charCodeAt(1):0;return n>48&&n<55?n-48:void 0}const ba=function(e){if(e==null)return Q0;if(typeof e=="string")return V0(e);if(typeof e=="object")return $0(e);if(typeof e=="function")return Dn(e);throw new Error("Expected function, string, or array as `test`")};function $0(e){const t=[];let n=-1;for(;++n<e.length;)t[n]=ba(e[n]);return Dn(u);function u(...a){let s=-1;for(;++s<t.length;)if(t[s].apply(this,a))return!0;return!1}}function V0(e){return Dn(t);function t(n){return n.tagName===e}}function Dn(e){return t;function t(n,u,a){return!!(K0(n)&&e.call(this,n,typeof u=="number"?u:void 0,a||void 0))}}function Q0(e){return!!(e&&typeof e=="object"&&"type"in e&&e.type==="element"&&"tagName"in e&&typeof e.tagName=="string")}function K0(e){return e!==null&&typeof e=="object"&&"type"in e&&"tagName"in e}const Su={type:"element",tagName:"span",properties:{className:["icon","icon-link"]},children:[]},G0={};function X0(e){const t=e||G0;let n=t.properties;const u=t.headingProperties,a=t.behavior||"prepend",s=t.content,i=t.group,l=ba(t.test);let o;return a==="after"||a==="before"?o=E:a==="wrap"?o=m:(o=f,n||(n={ariaHidden:"true",tabIndex:-1})),function(b){dn(b,"element",function(S,g,O){if(j0(S)&&S.properties.id&&l(S,g,O))return Object.assign(S.properties,Et(u,S)),o(S,g,O)})};function f(b){const S=Ou(s||Su,b);return b.children[a==="prepend"?"unshift":"push"](Qt(b,Et(n,b),S)),[bt]}function E(b,S,g){if(typeof S!="number"||!g)return;const O=Ou(s||Su,b),D=Qt(b,Et(n,b),O);let L=a==="before"?[D,b]:[b,D];if(i){const k=ga(i,b);k&&!Array.isArray(k)&&k.type==="element"&&(k.children=L,L=[k])}return g.children.splice(S,1,...L),[bt,S+L.length]}function m(b){let S=b.children,g=[];return typeof s=="function"?(S=[],g=s(b)):s&&(g=kn(s)),b.children=[Qt(b,Et(n,b),Array.isArray(g)?[...S,...g]:[...S,g])],[bt]}}function kn(e){return Xt(e)}function Qt(e,t,n){return{type:"element",tagName:"a",properties:{...t,href:"#"+e.properties.id},children:n}}function Ou(e,t){const n=ga(e,t);return Array.isArray(n)?n:[n]}function ga(e,t){return typeof e=="function"?e(t):kn(e)}function Et(e,t){return typeof e=="function"?e(t):e?kn(e):{}}var J0=Aa;function Aa(e){if(e==null)return nd;if(typeof e=="string")return td(e);if(typeof e=="object")return"length"in e?ed(e):Z0(e);if(typeof e=="function")return e;throw new Error("Expected function, string, or object as test")}function Z0(e){return t;function t(n){var u;for(u in e)if(n[u]!==e[u])return!1;return!0}}function ed(e){for(var t=[],n=-1;++n<e.length;)t[n]=Aa(e[n]);return u;function u(){for(var a=-1;++a<t.length;)if(t[a].apply(this,arguments))return!0;return!1}}function td(e){return t;function t(n){return!!(n&&n.type===e)}}function nd(){return!0}var ud=rd;function rd(e){return e}var ad=Ft,id=J0,sd=ud,_a=!0,Ca="skip",sn=!1;Ft.CONTINUE=_a;Ft.SKIP=Ca;Ft.EXIT=sn;function Ft(e,t,n,u){var a,s;typeof t=="function"&&typeof n!="function"&&(u=n,n=t,t=null),s=id(t),a=u?-1:1,i(e,null,[])();function i(l,o,f){var E=typeof l=="object"&&l!==null?l:{},m;return typeof E.type=="string"&&(m=typeof E.tagName=="string"?E.tagName:typeof E.name=="string"?E.name:void 0,b.displayName="node ("+sd(E.type+(m?"<"+m+">":""))+")"),b;function b(){var S=f.concat(l),g=[],O,D;if((!t||s(l,o,f[f.length-1]||null))&&(g=od(n(l,f)),g[0]===sn))return g;if(l.children&&g[0]!==Ca)for(D=(u?l.children.length:-1)+a;D>-1&&D<l.children.length;){if(O=i(l.children[D],D,S)(),O[0]===sn)return O;D=typeof O[1]=="number"?O[1]:D+a}return g}}}function od(e){return e!==null&&typeof e=="object"&&"length"in e?e:typeof e=="number"?[_a,e]:[e]}var ld=Ut,vt=ad,cd=vt.CONTINUE,dd=vt.SKIP,fd=vt.EXIT;Ut.CONTINUE=cd;Ut.SKIP=dd;Ut.EXIT=fd;function Ut(e,t,n,u){typeof t=="function"&&typeof n!="function"&&(u=n,n=t,t=null),vt(e,t,a,u);function a(s,i){var l=i[i.length-1],o=l?l.children.indexOf(s):null;return n(s,o,l)}}var hd=Ed,md=Object.prototype.hasOwnProperty;function Ed(){for(var e={},t=0;t<arguments.length;t++){var n=arguments[t];for(var u in n)md.call(n,u)&&(e[u]=n[u])}return e}var Ia=Na,Rn=Na.prototype;Rn.space=null;Rn.normal={};Rn.property={};function Na(e,t,n){this.property=e,this.normal=t,n&&(this.space=n)}var Lu=hd,pd=Ia,Td=bd;function bd(e){for(var t=e.length,n=[],u=[],a=-1,s,i;++a<t;)s=e[a],n.push(s.property),u.push(s.normal),i=s.space;return new pd(Lu.apply(null,n),Lu.apply(null,u),i)}var yn=gd;function gd(e){return e.toLowerCase()}var Sa=Oa,ie=Oa.prototype;ie.space=null;ie.attribute=null;ie.property=null;ie.boolean=!1;ie.booleanish=!1;ie.overloadedBoolean=!1;ie.number=!1;ie.commaSeparated=!1;ie.spaceSeparated=!1;ie.commaOrSpaceSeparated=!1;ie.mustUseProperty=!1;ie.defined=!1;function Oa(e,t){this.property=e,this.attribute=t}var ce={},Ad=0;ce.boolean=Le();ce.booleanish=Le();ce.overloadedBoolean=Le();ce.number=Le();ce.spaceSeparated=Le();ce.commaSeparated=Le();ce.commaOrSpaceSeparated=Le();function Le(){return Math.pow(2,++Ad)}var La=Sa,Du=ce,Da=xn;xn.prototype=new La;xn.prototype.defined=!0;var ka=["boolean","booleanish","overloadedBoolean","number","commaSeparated","spaceSeparated","commaOrSpaceSeparated"],_d=ka.length;function xn(e,t,n,u){var a=-1,s;for(ku(this,"space",u),La.call(this,e,t);++a<_d;)s=ka[a],ku(this,s,(n&Du[s])===Du[s])}function ku(e,t,n){n&&(e[t]=n)}var Ru=yn,Cd=Ia,Id=Da,lt=Nd;function Nd(e){var t=e.space,n=e.mustUseProperty||[],u=e.attributes||{},a=e.properties,s=e.transform,i={},l={},o,f;for(o in a)f=new Id(o,s(u,o),a[o],t),n.indexOf(o)!==-1&&(f.mustUseProperty=!0),i[o]=f,l[Ru(o)]=o,l[Ru(f.attribute)]=o;return new Cd(i,l,t)}var Sd=lt,Od=Sd({space:"xlink",transform:Ld,properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null}});function Ld(e,t){return"xlink:"+t.slice(5).toLowerCase()}var Dd=lt,kd=Dd({space:"xml",transform:Rd,properties:{xmlLang:null,xmlBase:null,xmlSpace:null}});function Rd(e,t){return"xml:"+t.slice(3).toLowerCase()}var yd=xd;function xd(e,t){return t in e?e[t]:t}var Pd=yd,Ra=Md;function Md(e,t){return Pd(e,t.toLowerCase())}var wd=lt,Bd=Ra,Fd=wd({space:"xmlns",attributes:{xmlnsxlink:"xmlns:xlink"},transform:Bd,properties:{xmlns:null,xmlnsXLink:null}}),Pn=ce,vd=lt,X=Pn.booleanish,ue=Pn.number,ge=Pn.spaceSeparated,Ud=vd({transform:Hd,properties:{ariaActiveDescendant:null,ariaAtomic:X,ariaAutoComplete:null,ariaBusy:X,ariaChecked:X,ariaColCount:ue,ariaColIndex:ue,ariaColSpan:ue,ariaControls:ge,ariaCurrent:null,ariaDescribedBy:ge,ariaDetails:null,ariaDisabled:X,ariaDropEffect:ge,ariaErrorMessage:null,ariaExpanded:X,ariaFlowTo:ge,ariaGrabbed:X,ariaHasPopup:null,ariaHidden:X,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:ge,ariaLevel:ue,ariaLive:null,ariaModal:X,ariaMultiLine:X,ariaMultiSelectable:X,ariaOrientation:null,ariaOwns:ge,ariaPlaceholder:null,ariaPosInSet:ue,ariaPressed:X,ariaReadOnly:X,ariaRelevant:null,ariaRequired:X,ariaRoleDescription:ge,ariaRowCount:ue,ariaRowIndex:ue,ariaRowSpan:ue,ariaSelected:X,ariaSetSize:ue,ariaSort:null,ariaValueMax:ue,ariaValueMin:ue,ariaValueNow:ue,ariaValueText:null,role:null}});function Hd(e,t){return t==="role"?t:"aria-"+t.slice(4).toLowerCase()}var He=ce,Yd=lt,zd=Ra,x=He.boolean,qd=He.overloadedBoolean,je=He.booleanish,v=He.number,Q=He.spaceSeparated,pt=He.commaSeparated,Wd=Yd({space:"html",attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},transform:zd,mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:pt,acceptCharset:Q,accessKey:Q,action:null,allow:null,allowFullScreen:x,allowPaymentRequest:x,allowUserMedia:x,alt:null,as:null,async:x,autoCapitalize:null,autoComplete:Q,autoFocus:x,autoPlay:x,capture:x,charSet:null,checked:x,cite:null,className:Q,cols:v,colSpan:null,content:null,contentEditable:je,controls:x,controlsList:Q,coords:v|pt,crossOrigin:null,data:null,dateTime:null,decoding:null,default:x,defer:x,dir:null,dirName:null,disabled:x,download:qd,draggable:je,encType:null,enterKeyHint:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:x,formTarget:null,headers:Q,height:v,hidden:x,high:v,href:null,hrefLang:null,htmlFor:Q,httpEquiv:Q,id:null,imageSizes:null,imageSrcSet:pt,inputMode:null,integrity:null,is:null,isMap:x,itemId:null,itemProp:Q,itemRef:Q,itemScope:x,itemType:Q,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:x,low:v,manifest:null,max:null,maxLength:v,media:null,method:null,min:null,minLength:v,multiple:x,muted:x,name:null,nonce:null,noModule:x,noValidate:x,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforePrint:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextMenu: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,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:x,optimum:v,pattern:null,ping:Q,placeholder:null,playsInline:x,poster:null,preload:null,readOnly:x,referrerPolicy:null,rel:Q,required:x,reversed:x,rows:v,rowSpan:v,sandbox:Q,scope:null,scoped:x,seamless:x,selected:x,shape:null,size:v,sizes:null,slot:null,span:v,spellCheck:je,src:null,srcDoc:null,srcLang:null,srcSet:pt,start:v,step:null,style:null,tabIndex:v,target:null,title:null,translate:null,type:null,typeMustMatch:x,useMap:null,value:je,width:v,wrap:null,align:null,aLink:null,archive:Q,axis:null,background:null,bgColor:null,border:v,borderColor:null,bottomMargin:v,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:x,declare:x,event:null,face:null,frame:null,frameBorder:null,hSpace:v,leftMargin:v,link:null,longDesc:null,lowSrc:null,marginHeight:v,marginWidth:v,noResize:x,noHref:x,noShade:x,noWrap:x,object:null,profile:null,prompt:null,rev:null,rightMargin:v,rules:null,scheme:null,scrolling:je,standby:null,summary:null,text:null,topMargin:v,valueType:null,version:null,vAlign:null,vLink:null,vSpace:v,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:x,disableRemotePlayback:x,prefix:null,property:null,results:v,security:null,unselectable:null}}),jd=Td,$d=Od,Vd=kd,Qd=Fd,Kd=Ud,Gd=Wd,Xd=jd([Vd,$d,Qd,Kd,Gd]),Jd=yn,Zd=Da,ef=Sa,Mn="data",tf=rf,nf=/^data[-\w.:]+$/i,ya=/-[a-z]/g,uf=/[A-Z]/g;function rf(e,t){var n=Jd(t),u=t,a=ef;return n in e.normal?e.property[e.normal[n]]:(n.length>4&&n.slice(0,4)===Mn&&nf.test(t)&&(t.charAt(4)==="-"?u=af(t):t=sf(t),a=Zd),new a(u,t))}function af(e){var t=e.slice(5).replace(ya,lf);return Mn+t.charAt(0).toUpperCase()+t.slice(1)}function sf(e){var t=e.slice(4);return ya.test(t)?e:(t=t.replace(uf,of),t.charAt(0)!=="-"&&(t="-"+t),Mn+t)}function of(e){return"-"+e.toLowerCase()}function lf(e){return e.charAt(1).toUpperCase()}var cf=df,yu=/[#.]/g;function df(e,t){for(var n=e||"",u=t||"div",a={},s=0,i,l,o;s<n.length;)yu.lastIndex=s,o=yu.exec(n),i=n.slice(s,o?o.index:n.length),i&&(l?l==="#"?a.id=i:a.className?a.className.push(i):a.className=[i]:u=i,s+=i.length),o&&(l=o[0],s++);return{type:"element",tagName:u,properties:a,children:[]}}var wn={};wn.parse=mf;wn.stringify=Ef;var xu="",ff=" ",hf=/[ \t\n\r\f]+/g;function mf(e){var t=String(e||xu).trim();return t===xu?[]:t.split(hf)}function Ef(e){return e.join(ff).trim()}var Bn={};Bn.parse=pf;Bn.stringify=Tf;var on=",",Pu=" ",Ve="";function pf(e){for(var t=[],n=String(e||Ve),u=n.indexOf(on),a=0,s=!1,i;!s;)u===-1&&(u=n.length,s=!0),i=n.slice(a,u).trim(),(i||!s)&&t.push(i),a=u+1,u=n.indexOf(on,a);return t}function Tf(e,t){var n=t||{},u=n.padLeft===!1?Ve:Pu,a=n.padRight?Pu:Ve;return e[e.length-1]===Ve&&(e=e.concat(Ve)),e.join(a+on+u).trim()}var bf=tf,Mu=yn,gf=cf,wu=wn.parse,Bu=Bn.parse,Af=Cf,_f={}.hasOwnProperty;function Cf(e,t,n){var u=n?Lf(n):null;return a;function a(i,l){var o=gf(i,t),f=Array.prototype.slice.call(arguments,2),E=o.tagName.toLowerCase(),m;if(o.tagName=u&&_f.call(u,E)?u[E]:E,l&&If(l,o)&&(f.unshift(l),l=null),l)for(m in l)s(o.properties,m,l[m]);return xa(o.children,f),o.tagName==="template"&&(o.content={type:"root",children:o.children},o.children=[]),o}function s(i,l,o){var f,E,m;o==null||o!==o||(f=bf(e,l),E=f.property,m=o,typeof m=="string"&&(f.spaceSeparated?m=wu(m):f.commaSeparated?m=Bu(m):f.commaOrSpaceSeparated&&(m=wu(Bu(m).join(" ")))),E==="style"&&typeof o!="string"&&(m=Of(m)),E==="className"&&i.className&&(m=i.className.concat(m)),i[E]=Sf(f,E,m))}}function If(e,t){return typeof e=="string"||"length"in e||Nf(t.tagName,e)}function Nf(e,t){var n=t.type;return e==="input"||!n||typeof n!="string"?!1:typeof t.children=="object"&&"length"in t.children?!0:(n=n.toLowerCase(),e==="button"?n!=="menu"&&n!=="submit"&&n!=="reset"&&n!=="button":"value"in t)}function xa(e,t){var n,u;if(typeof t=="string"||typeof t=="number"){e.push({type:"text",value:String(t)});return}if(typeof t=="object"&&"length"in t){for(n=-1,u=t.length;++n<u;)xa(e,t[n]);return}if(typeof t!="object"||!("type"in t))throw new Error("Expected node, nodes, or string, got `"+t+"`");e.push(t)}function Sf(e,t,n){var u,a,s;if(typeof n!="object"||!("length"in n))return Fu(e,t,n);for(a=n.length,u=-1,s=[];++u<a;)s[u]=Fu(e,t,n[u]);return s}function Fu(e,t,n){var u=n;return e.number||e.positiveNumber?!isNaN(u)&&u!==""&&(u=Number(u)):(e.boolean||e.overloadedBoolean)&&typeof u=="string"&&(u===""||Mu(n)===Mu(t))&&(u=!0),u}function Of(e){var t=[],n;for(n in e)t.push([n,e[n]].join(": "));return t.join("; ")}function Lf(e){for(var t=e.length,n=-1,u={},a;++n<t;)a=e[n],u[a.toLowerCase()]=a;return u}var Df=Xd,kf=Af,Pa=kf(Df,"div");Pa.displayName="html";var Rf=Pa,yf=Rf;const xf=ld,Tt=yf;function Pf(e){const t=e&&e.className||"rehype-figure";function n({properties:u}){return Tt("figure",{class:t},[Tt("img",{...u}),u.alt&&u.alt.trim().length>0?Tt("figcaption",u.alt):""])}return function(u){xf(u,{tagName:"p"},(a,s)=>{const i=a.children.filter(l=>l.tagName==="img").map(l=>n(l));i.length!==0&&(u.children[s]=i.length===1?i[0]:u.children[s]=Tt("div",{class:`${t}-container`},i))})}}var Mf=Pf;const wf=Uu(Mf);var Bf=function(){var e=document.getSelection();if(!e.rangeCount)return function(){};for(var t=document.activeElement,n=[],u=0;u<e.rangeCount;u++)n.push(e.getRangeAt(u));switch(t.tagName.toUpperCase()){case"INPUT":case"TEXTAREA":t.blur();break;default:t=null;break}return e.removeAllRanges(),function(){e.type==="Caret"&&e.removeAllRanges(),e.rangeCount||n.forEach(function(a){e.addRange(a)}),t&&t.focus()}},Ff=Bf,vu={"text/plain":"Text","text/html":"Url",default:"Text"},vf="Copy to clipboard: #{key}, Enter";function Uf(e){var t=(/mac os x/i.test(navigator.userAgent)?"⌘":"Ctrl")+"+C";return e.replace(/#{\s*key\s*}/g,t)}function Hf(e,t){var n,u,a,s,i,l,o=!1;t||(t={}),n=t.debug||!1;try{a=Ff(),s=document.createRange(),i=document.getSelection(),l=document.createElement("span"),l.textContent=e,l.ariaHidden="true",l.style.all="unset",l.style.position="fixed",l.style.top=0,l.style.clip="rect(0, 0, 0, 0)",l.style.whiteSpace="pre",l.style.webkitUserSelect="text",l.style.MozUserSelect="text",l.style.msUserSelect="text",l.style.userSelect="text",l.addEventListener("copy",function(E){if(E.stopPropagation(),t.format)if(E.preventDefault(),typeof E.clipboardData>"u"){n&&console.warn("unable to use e.clipboardData"),n&&console.warn("trying IE specific stuff"),window.clipboardData.clearData();var m=vu[t.format]||vu.default;window.clipboardData.setData(m,e)}else E.clipboardData.clearData(),E.clipboardData.setData(t.format,e);t.onCopy&&(E.preventDefault(),t.onCopy(E.clipboardData))}),document.body.appendChild(l),s.selectNodeContents(l),i.addRange(s);var f=document.execCommand("copy");if(!f)throw new Error("copy command was unsuccessful");o=!0}catch(E){n&&console.error("unable to copy using execCommand: ",E),n&&console.warn("trying IE specific stuff");try{window.clipboardData.setData(t.format||"text",e),t.onCopy&&t.onCopy(window.clipboardData),o=!0}catch(m){n&&console.error("unable to copy using clipboardData: ",m),n&&console.error("falling back to prompt"),u=Uf("message"in t?t.message:vf),window.prompt(u,e)}}finally{i&&(typeof i.removeRange=="function"?i.removeRange(s):i.removeAllRanges()),l&&document.body.removeChild(l),a()}return o}var Yf=Hf;const zf=Uu(Yf),Ma={coy:{theme:V.coy,isDark:!1,name:"Coy"},dracula:{theme:V.dracula,isDark:!0,name:"Dracula"},dark:{theme:V.dark,isDark:!0,name:"Dark"},funky:{theme:V.funky,isDark:!0,name:"Funky"},okaidia:{theme:V.okaidia,isDark:!0,name:"Okaidia"},solarizedlight:{theme:V.solarizedlight,isDark:!1,name:"Solarized Light"},tomorrow:{theme:V.tomorrow,isDark:!1,name:"Tomorrow"},twilight:{theme:V.twilight,isDark:!0,name:"Twilight"},prism:{theme:V.prism,isDark:!1,name:"Prism (Default)"},a11yDark:{theme:V.a11yDark,isDark:!0,name:"A11y Dark"},atomDark:{theme:V.atomDark,isDark:!0,name:"Atom Dark"},materialDark:{theme:V.materialDark,isDark:!0,name:"Material Dark"},materialLight:{theme:V.materialLight,isDark:!1,name:"Material Light"},nord:{theme:V.nord,isDark:!0,name:"Nord"},vscDarkPlus:{theme:V.vscDarkPlus,isDark:!0,name:"VS Code Dark+"}},qf=({content:e,className:t,theme:n,isDark:u})=>{const[a,s]=Hn.useState(null),l=n||(u?"dark":"prism"),o=Hn.useCallback(f=>{zf(f),s(f),setTimeout(()=>s(null),2e3)},[]);return w.jsxRuntimeExports.jsx("div",{className:Yn.cn("markdown-content text-foreground text-sm",t),children:w.jsxRuntimeExports.jsx(Ba,{remarkPlugins:[oo],rehypePlugins:[W0,[X0,{behavior:"wrap"}],wf],components:{h1:({node:f,...E})=>w.jsxRuntimeExports.jsx("h1",{className:"text-lg font-semibold mt-4 mb-2",...E}),h2:({node:f,...E})=>w.jsxRuntimeExports.jsx("h2",{className:"text-base font-semibold mt-3 mb-1.5",...E}),h3:({node:f,...E})=>w.jsxRuntimeExports.jsx("h3",{className:"text-sm font-semibold mt-2 mb-1",...E}),h4:({node:f,...E})=>w.jsxRuntimeExports.jsx("h4",{className:"text-sm font-medium mt-2 mb-1",...E}),p:({node:f,...E})=>w.jsxRuntimeExports.jsx("p",{className:"text-sm leading-relaxed my-2",...E}),a:({node:f,...E})=>w.jsxRuntimeExports.jsx("a",{className:"text-primary hover:underline inline-flex items-center",target:"_blank",rel:"noopener noreferrer",...E,children:E.children}),table:({node:f,...E})=>w.jsxRuntimeExports.jsx("div",{className:"overflow-x-auto my-3 rounded-md border border-border",children:w.jsxRuntimeExports.jsx("table",{className:"w-full border-collapse text-xs",...E})}),thead:({node:f,...E})=>w.jsxRuntimeExports.jsx("thead",{className:"bg-muted/40",...E}),th:({node:f,...E})=>w.jsxRuntimeExports.jsx("th",{className:"p-2 text-left text-xs font-medium border-b border-border",...E}),td:({node:f,...E})=>w.jsxRuntimeExports.jsx("td",{className:"p-2 border-t border-border text-xs",...E}),code:({node:f,inline:E,className:m,children:b,...S})=>{const g=/language-(\w+)/.exec(m||""),O=String(b).replace(/\n$/,"");return!E&&g?w.jsxRuntimeExports.jsxs("div",{className:"relative group rounded-lg overflow-hidden shadow-md mb-4 bg-card",children:[w.jsxRuntimeExports.jsx("div",{className:"absolute right-2.5 top-2.5 z-10",children:w.jsxRuntimeExports.jsx("button",{onClick:()=>o(O),className:"flex items-center justify-center w-7 h-7 rounded-md bg-background/90 hover:bg-background backdrop-blur-sm transition-colors shadow-sm","aria-label":"Copy code",children:a===O?w.jsxRuntimeExports.jsx(zn.Check,{className:"h-3.5 w-3.5 text-green-500"}):w.jsxRuntimeExports.jsx(zn.Copy,{className:"h-3.5 w-3.5 text-primary/70"})})}),w.jsxRuntimeExports.jsx("div",{className:"flex items-center justify-between px-3 py-1.5 bg-accent text-xs",children:w.jsxRuntimeExports.jsx("span",{className:"font-mono text-accent-foreground text-[11px]",children:g[1]})}),w.jsxRuntimeExports.jsx("div",{className:"relative",children:w.jsxRuntimeExports.jsx(Fa.Prism,{language:g[1],style:Ma[l].theme,customStyle:{margin:0,padding:"1rem",background:"transparent",fontSize:"0.75rem",lineHeight:"1.5"},PreTag:"div",wrapLongLines:!0,children:O})})]}):w.jsxRuntimeExports.jsx("code",{className:Yn.cn("px-1 py-0.5 rounded-sm bg-accent/30 font-mono text-xs text-foreground",m),...S,children:b})},ul:({node:f,...E})=>w.jsxRuntimeExports.jsx("ul",{className:"list-disc pl-5 my-2 text-sm space-y-1",...E}),ol:({node:f,...E})=>w.jsxRuntimeExports.jsx("ol",{className:"list-decimal pl-5 my-2 text-sm space-y-1",...E}),li:({node:f,...E})=>w.jsxRuntimeExports.jsx("li",{className:"mb-1 text-sm",...E}),blockquote:({node:f,...E})=>w.jsxRuntimeExports.jsx("blockquote",{className:"border-l-4 border-primary/30 pl-3 py-1 my-3 bg-primary/5 rounded-r-md italic text-sm",...E})},children:e})})};exports.Markdown=qf;exports.codeThemes=Ma;
|
|
18
|
-
//# sourceMappingURL=markdown.js.map
|