just-bash 1.0.0
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/LICENSE +201 -0
- package/README.md +326 -0
- package/dist/Bash.d.ts +90 -0
- package/dist/ai/index.d.ts +56 -0
- package/dist/ast/types.d.ts +518 -0
- package/dist/bin/chunks/alias-74DFXE2E.js +7 -0
- package/dist/bin/chunks/awk-S63F6IYK.js +15 -0
- package/dist/bin/chunks/base64-NC7HTKLZ.js +5 -0
- package/dist/bin/chunks/basename-Y7JDBYHN.js +6 -0
- package/dist/bin/chunks/bash-TQGTNXAE.js +7 -0
- package/dist/bin/chunks/cat-YZXBF5YF.js +6 -0
- package/dist/bin/chunks/chmod-3G4LK462.js +9 -0
- package/dist/bin/chunks/chunk-26Q3PZQ6.js +2 -0
- package/dist/bin/chunks/chunk-4VDEBYW7.js +2 -0
- package/dist/bin/chunks/chunk-5KNEBKYN.js +2 -0
- package/dist/bin/chunks/chunk-GTNBSMZR.js +23 -0
- package/dist/bin/chunks/chunk-J7BCMQDI.js +16 -0
- package/dist/bin/chunks/chunk-J7MJV6WO.js +3 -0
- package/dist/bin/chunks/chunk-LV662IGP.js +6 -0
- package/dist/bin/chunks/chunk-TA7RUHGQ.js +4 -0
- package/dist/bin/chunks/clear-GTCFHSB2.js +2 -0
- package/dist/bin/chunks/cp-77UY7PGN.js +8 -0
- package/dist/bin/chunks/curl-NE7XEWMN.js +26 -0
- package/dist/bin/chunks/cut-UYV3FM7R.js +6 -0
- package/dist/bin/chunks/date-7NBRXV2Z.js +5 -0
- package/dist/bin/chunks/diff-TG2NXCX2.js +19 -0
- package/dist/bin/chunks/dirname-VLHP44TU.js +5 -0
- package/dist/bin/chunks/du-4FZ7WF2P.js +8 -0
- package/dist/bin/chunks/echo-DEUIS5JO.js +4 -0
- package/dist/bin/chunks/env-FVITWNHG.js +9 -0
- package/dist/bin/chunks/expr-HA2ZNL6S.js +5 -0
- package/dist/bin/chunks/find-4B67H4RP.js +11 -0
- package/dist/bin/chunks/grep-OVWU4WCZ.js +15 -0
- package/dist/bin/chunks/head-VGXR3WWL.js +2 -0
- package/dist/bin/chunks/help-5V3MPCYQ.js +16 -0
- package/dist/bin/chunks/history-PRQ4B6N2.js +3 -0
- package/dist/bin/chunks/html-to-markdown-L4UWMK4S.js +84 -0
- package/dist/bin/chunks/jq-EYSXBSCP.js +14 -0
- package/dist/bin/chunks/ln-DB7J2W5X.js +10 -0
- package/dist/bin/chunks/ls-C4MPAF3H.js +26 -0
- package/dist/bin/chunks/mkdir-LWULWDHP.js +7 -0
- package/dist/bin/chunks/mv-TDYCNSIQ.js +7 -0
- package/dist/bin/chunks/paste-R36J3G4K.js +8 -0
- package/dist/bin/chunks/printf-BOFQVMMK.js +15 -0
- package/dist/bin/chunks/pwd-X4MWD4JP.js +3 -0
- package/dist/bin/chunks/readlink-DPNOQY67.js +7 -0
- package/dist/bin/chunks/rm-W6CCBEMG.js +8 -0
- package/dist/bin/chunks/sed-7IS44XON.js +48 -0
- package/dist/bin/chunks/seq-DGJILX2Q.js +7 -0
- package/dist/bin/chunks/sleep-E4DIYGTT.js +10 -0
- package/dist/bin/chunks/sort-UJP353TM.js +15 -0
- package/dist/bin/chunks/stat-3PHITCPO.js +9 -0
- package/dist/bin/chunks/tail-YSVKBQ77.js +2 -0
- package/dist/bin/chunks/tee-UU2VS3OM.js +3 -0
- package/dist/bin/chunks/timeout-OZVAGW2H.js +12 -0
- package/dist/bin/chunks/touch-XCIAYF5I.js +4 -0
- package/dist/bin/chunks/tr-2EEKHHO6.js +20 -0
- package/dist/bin/chunks/tree-4247W67O.js +12 -0
- package/dist/bin/chunks/true-JCX733LK.js +2 -0
- package/dist/bin/chunks/uniq-W4HF6YSB.js +5 -0
- package/dist/bin/chunks/wc-CNJ3QDRA.js +6 -0
- package/dist/bin/chunks/which-HX2NMOP3.js +3 -0
- package/dist/bin/chunks/xargs-YNLVLPOF.js +4 -0
- package/dist/bin/just-bash.js +188 -0
- package/dist/bin/shell/chunks/alias-74DFXE2E.js +7 -0
- package/dist/bin/shell/chunks/awk-S63F6IYK.js +15 -0
- package/dist/bin/shell/chunks/base64-NC7HTKLZ.js +5 -0
- package/dist/bin/shell/chunks/basename-Y7JDBYHN.js +6 -0
- package/dist/bin/shell/chunks/bash-TQGTNXAE.js +7 -0
- package/dist/bin/shell/chunks/cat-YZXBF5YF.js +6 -0
- package/dist/bin/shell/chunks/chmod-3G4LK462.js +9 -0
- package/dist/bin/shell/chunks/chunk-26Q3PZQ6.js +2 -0
- package/dist/bin/shell/chunks/chunk-4VDEBYW7.js +2 -0
- package/dist/bin/shell/chunks/chunk-5KNEBKYN.js +2 -0
- package/dist/bin/shell/chunks/chunk-GTNBSMZR.js +23 -0
- package/dist/bin/shell/chunks/chunk-J7BCMQDI.js +16 -0
- package/dist/bin/shell/chunks/chunk-J7MJV6WO.js +3 -0
- package/dist/bin/shell/chunks/chunk-LV662IGP.js +6 -0
- package/dist/bin/shell/chunks/chunk-TA7RUHGQ.js +4 -0
- package/dist/bin/shell/chunks/clear-GTCFHSB2.js +2 -0
- package/dist/bin/shell/chunks/cp-77UY7PGN.js +8 -0
- package/dist/bin/shell/chunks/curl-NE7XEWMN.js +26 -0
- package/dist/bin/shell/chunks/cut-UYV3FM7R.js +6 -0
- package/dist/bin/shell/chunks/date-7NBRXV2Z.js +5 -0
- package/dist/bin/shell/chunks/diff-TG2NXCX2.js +19 -0
- package/dist/bin/shell/chunks/dirname-VLHP44TU.js +5 -0
- package/dist/bin/shell/chunks/du-4FZ7WF2P.js +8 -0
- package/dist/bin/shell/chunks/echo-DEUIS5JO.js +4 -0
- package/dist/bin/shell/chunks/env-FVITWNHG.js +9 -0
- package/dist/bin/shell/chunks/expr-HA2ZNL6S.js +5 -0
- package/dist/bin/shell/chunks/find-4B67H4RP.js +11 -0
- package/dist/bin/shell/chunks/grep-OVWU4WCZ.js +15 -0
- package/dist/bin/shell/chunks/head-VGXR3WWL.js +2 -0
- package/dist/bin/shell/chunks/help-5V3MPCYQ.js +16 -0
- package/dist/bin/shell/chunks/history-PRQ4B6N2.js +3 -0
- package/dist/bin/shell/chunks/html-to-markdown-L4UWMK4S.js +84 -0
- package/dist/bin/shell/chunks/jq-EYSXBSCP.js +14 -0
- package/dist/bin/shell/chunks/ln-DB7J2W5X.js +10 -0
- package/dist/bin/shell/chunks/ls-C4MPAF3H.js +26 -0
- package/dist/bin/shell/chunks/mkdir-LWULWDHP.js +7 -0
- package/dist/bin/shell/chunks/mv-TDYCNSIQ.js +7 -0
- package/dist/bin/shell/chunks/paste-R36J3G4K.js +8 -0
- package/dist/bin/shell/chunks/printf-BOFQVMMK.js +15 -0
- package/dist/bin/shell/chunks/pwd-X4MWD4JP.js +3 -0
- package/dist/bin/shell/chunks/readlink-DPNOQY67.js +7 -0
- package/dist/bin/shell/chunks/rm-W6CCBEMG.js +8 -0
- package/dist/bin/shell/chunks/sed-7IS44XON.js +48 -0
- package/dist/bin/shell/chunks/seq-DGJILX2Q.js +7 -0
- package/dist/bin/shell/chunks/sleep-E4DIYGTT.js +10 -0
- package/dist/bin/shell/chunks/sort-UJP353TM.js +15 -0
- package/dist/bin/shell/chunks/stat-3PHITCPO.js +9 -0
- package/dist/bin/shell/chunks/tail-YSVKBQ77.js +2 -0
- package/dist/bin/shell/chunks/tee-UU2VS3OM.js +3 -0
- package/dist/bin/shell/chunks/timeout-OZVAGW2H.js +12 -0
- package/dist/bin/shell/chunks/touch-XCIAYF5I.js +4 -0
- package/dist/bin/shell/chunks/tr-2EEKHHO6.js +20 -0
- package/dist/bin/shell/chunks/tree-4247W67O.js +12 -0
- package/dist/bin/shell/chunks/true-JCX733LK.js +2 -0
- package/dist/bin/shell/chunks/uniq-W4HF6YSB.js +5 -0
- package/dist/bin/shell/chunks/wc-CNJ3QDRA.js +6 -0
- package/dist/bin/shell/chunks/which-HX2NMOP3.js +3 -0
- package/dist/bin/shell/chunks/xargs-YNLVLPOF.js +4 -0
- package/dist/bin/shell/shell.js +172 -0
- package/dist/bundle/ai/index.js +541 -0
- package/dist/bundle/chunks/alias-7ZSTROM7.js +6 -0
- package/dist/bundle/chunks/awk-V4C3GTJI.js +14 -0
- package/dist/bundle/chunks/base64-WATI5PWI.js +4 -0
- package/dist/bundle/chunks/basename-SB5JXIY3.js +5 -0
- package/dist/bundle/chunks/bash-T4PXVRYX.js +6 -0
- package/dist/bundle/chunks/cat-5KESXK2M.js +5 -0
- package/dist/bundle/chunks/chmod-VLKWIL3N.js +8 -0
- package/dist/bundle/chunks/chunk-3YNHMZ5M.js +2 -0
- package/dist/bundle/chunks/chunk-44UOCSGV.js +1 -0
- package/dist/bundle/chunks/chunk-74CEPOFO.js +22 -0
- package/dist/bundle/chunks/chunk-JYYFSUWP.js +5 -0
- package/dist/bundle/chunks/chunk-UJMN5NLH.js +1 -0
- package/dist/bundle/chunks/chunk-W2EKKAIL.js +15 -0
- package/dist/bundle/chunks/chunk-ZVV5VXYZ.js +3 -0
- package/dist/bundle/chunks/clear-ZBD2DMXN.js +1 -0
- package/dist/bundle/chunks/cp-BLHAPLQZ.js +7 -0
- package/dist/bundle/chunks/curl-PA2MWGKN.js +25 -0
- package/dist/bundle/chunks/cut-7RHEYJ7Y.js +5 -0
- package/dist/bundle/chunks/date-YOOSNZVA.js +4 -0
- package/dist/bundle/chunks/diff-IVJFQANX.js +6 -0
- package/dist/bundle/chunks/dirname-Q5HDZLH2.js +4 -0
- package/dist/bundle/chunks/du-I5HYAKTQ.js +7 -0
- package/dist/bundle/chunks/echo-W2TA2N7Y.js +3 -0
- package/dist/bundle/chunks/env-OORA5GFS.js +8 -0
- package/dist/bundle/chunks/expr-A4LJAGVP.js +4 -0
- package/dist/bundle/chunks/find-K3NO35MZ.js +10 -0
- package/dist/bundle/chunks/grep-3D2INI4S.js +14 -0
- package/dist/bundle/chunks/head-7H5R4WKO.js +1 -0
- package/dist/bundle/chunks/help-SDCRRU2F.js +15 -0
- package/dist/bundle/chunks/history-7Z2STZ6Y.js +2 -0
- package/dist/bundle/chunks/html-to-markdown-XMBYO6FD.js +4 -0
- package/dist/bundle/chunks/jq-7R2XGLLH.js +13 -0
- package/dist/bundle/chunks/ln-UTUVIAFP.js +9 -0
- package/dist/bundle/chunks/ls-B7C35UDO.js +23 -0
- package/dist/bundle/chunks/mkdir-WYI2LJ6H.js +6 -0
- package/dist/bundle/chunks/mv-GN23UIZU.js +6 -0
- package/dist/bundle/chunks/paste-L4TYPVSP.js +7 -0
- package/dist/bundle/chunks/printf-3ZT5XOIZ.js +14 -0
- package/dist/bundle/chunks/pwd-ZVX5RTL4.js +2 -0
- package/dist/bundle/chunks/readlink-HHC33N5C.js +6 -0
- package/dist/bundle/chunks/rm-5X2XSQQ6.js +7 -0
- package/dist/bundle/chunks/sed-UZJSXYQZ.js +47 -0
- package/dist/bundle/chunks/seq-TFPZQZPJ.js +6 -0
- package/dist/bundle/chunks/sleep-QJBQD6VS.js +9 -0
- package/dist/bundle/chunks/sort-LHMQWYH2.js +14 -0
- package/dist/bundle/chunks/stat-TM5F5YO4.js +8 -0
- package/dist/bundle/chunks/tail-BLGGG2VX.js +1 -0
- package/dist/bundle/chunks/tee-VCNOG5VI.js +2 -0
- package/dist/bundle/chunks/timeout-THAT7IOO.js +11 -0
- package/dist/bundle/chunks/touch-Z5XRYFYY.js +3 -0
- package/dist/bundle/chunks/tr-UV4V27RJ.js +19 -0
- package/dist/bundle/chunks/tree-75UXQ4XJ.js +11 -0
- package/dist/bundle/chunks/true-OD7ZXH3O.js +1 -0
- package/dist/bundle/chunks/uniq-IIOQKNTS.js +4 -0
- package/dist/bundle/chunks/wc-OXLYBRUE.js +5 -0
- package/dist/bundle/chunks/which-ONWH3TNF.js +2 -0
- package/dist/bundle/chunks/xargs-E5JPQL24.js +3 -0
- package/dist/bundle/index.js +141 -0
- package/dist/commands/alias/alias.d.ts +3 -0
- package/dist/commands/awk/awk.d.ts +2 -0
- package/dist/commands/awk/executor.d.ts +3 -0
- package/dist/commands/awk/expressions.d.ts +3 -0
- package/dist/commands/awk/functions.d.ts +12 -0
- package/dist/commands/awk/parser.d.ts +3 -0
- package/dist/commands/awk/types.d.ts +44 -0
- package/dist/commands/base64/base64.d.ts +5 -0
- package/dist/commands/basename/basename.d.ts +2 -0
- package/dist/commands/bash/bash.d.ts +3 -0
- package/dist/commands/cat/cat.d.ts +2 -0
- package/dist/commands/chmod/chmod.d.ts +2 -0
- package/dist/commands/clear/clear.d.ts +2 -0
- package/dist/commands/cp/cp.d.ts +2 -0
- package/dist/commands/curl/curl.d.ts +8 -0
- package/dist/commands/curl/form.d.ts +21 -0
- package/dist/commands/curl/help.d.ts +9 -0
- package/dist/commands/curl/parse.d.ts +9 -0
- package/dist/commands/curl/types.d.ts +31 -0
- package/dist/commands/curl/utils.d.ts +20 -0
- package/dist/commands/cut/cut.d.ts +2 -0
- package/dist/commands/date/date.d.ts +5 -0
- package/dist/commands/diff/diff.d.ts +5 -0
- package/dist/commands/dirname/dirname.d.ts +2 -0
- package/dist/commands/du/du.d.ts +2 -0
- package/dist/commands/echo/echo.d.ts +2 -0
- package/dist/commands/env/env.d.ts +3 -0
- package/dist/commands/expr/expr.d.ts +7 -0
- package/dist/commands/find/find.d.ts +2 -0
- package/dist/commands/find/matcher.d.ts +3 -0
- package/dist/commands/find/parser.d.ts +2 -0
- package/dist/commands/find/types.d.ts +70 -0
- package/dist/commands/grep/grep.d.ts +4 -0
- package/dist/commands/head/head-tail-shared.d.ts +38 -0
- package/dist/commands/head/head.d.ts +2 -0
- package/dist/commands/help/help.d.ts +2 -0
- package/dist/commands/help.d.ts +16 -0
- package/dist/commands/history/history.d.ts +2 -0
- package/dist/commands/html-to-markdown/html-to-markdown.d.ts +7 -0
- package/dist/commands/jq/jq.d.ts +14 -0
- package/dist/commands/ln/ln.d.ts +2 -0
- package/dist/commands/ls/ls.d.ts +2 -0
- package/dist/commands/mkdir/mkdir.d.ts +2 -0
- package/dist/commands/mv/mv.d.ts +2 -0
- package/dist/commands/paste/paste.d.ts +2 -0
- package/dist/commands/printf/printf.d.ts +2 -0
- package/dist/commands/pwd/pwd.d.ts +2 -0
- package/dist/commands/readlink/readlink.d.ts +2 -0
- package/dist/commands/registry.d.ts +33 -0
- package/dist/commands/rm/rm.d.ts +2 -0
- package/dist/commands/sed/executor.d.ts +7 -0
- package/dist/commands/sed/parser.d.ts +5 -0
- package/dist/commands/sed/sed.d.ts +2 -0
- package/dist/commands/sed/types.d.ts +141 -0
- package/dist/commands/seq/seq.d.ts +14 -0
- package/dist/commands/sleep/sleep.d.ts +2 -0
- package/dist/commands/sort/comparator.d.ts +9 -0
- package/dist/commands/sort/parser.d.ts +11 -0
- package/dist/commands/sort/sort.d.ts +2 -0
- package/dist/commands/sort/types.d.ts +18 -0
- package/dist/commands/stat/stat.d.ts +2 -0
- package/dist/commands/tail/tail.d.ts +2 -0
- package/dist/commands/tee/tee.d.ts +2 -0
- package/dist/commands/timeout/timeout.d.ts +2 -0
- package/dist/commands/touch/touch.d.ts +2 -0
- package/dist/commands/tr/tr.d.ts +2 -0
- package/dist/commands/tree/tree.d.ts +2 -0
- package/dist/commands/true/true.d.ts +3 -0
- package/dist/commands/uniq/uniq.d.ts +2 -0
- package/dist/commands/wc/wc.d.ts +2 -0
- package/dist/commands/which/which.d.ts +2 -0
- package/dist/commands/xargs/xargs.d.ts +2 -0
- package/dist/fs-interface.d.ts +186 -0
- package/dist/fs.d.ts +39 -0
- package/dist/index.d.ts +12 -0
- package/dist/interpreter/arithmetic.d.ts +29 -0
- package/dist/interpreter/builtins/break.d.ts +6 -0
- package/dist/interpreter/builtins/cd.d.ts +6 -0
- package/dist/interpreter/builtins/continue.d.ts +6 -0
- package/dist/interpreter/builtins/declare.d.ts +29 -0
- package/dist/interpreter/builtins/eval.d.ts +9 -0
- package/dist/interpreter/builtins/exit.d.ts +5 -0
- package/dist/interpreter/builtins/export.d.ts +13 -0
- package/dist/interpreter/builtins/index.d.ts +36 -0
- package/dist/interpreter/builtins/let.d.ts +18 -0
- package/dist/interpreter/builtins/local.d.ts +6 -0
- package/dist/interpreter/builtins/read.d.ts +6 -0
- package/dist/interpreter/builtins/return.d.ts +6 -0
- package/dist/interpreter/builtins/set.d.ts +6 -0
- package/dist/interpreter/builtins/shift.d.ts +12 -0
- package/dist/interpreter/builtins/source.d.ts +6 -0
- package/dist/interpreter/builtins/unset.d.ts +12 -0
- package/dist/interpreter/builtins/variable-helpers.d.ts +30 -0
- package/dist/interpreter/conditionals.d.ts +17 -0
- package/dist/interpreter/control-flow.d.ts +21 -0
- package/dist/interpreter/errors.d.ts +107 -0
- package/dist/interpreter/expansion/analysis.d.ts +39 -0
- package/dist/interpreter/expansion/brace-range.d.ts +20 -0
- package/dist/interpreter/expansion/pattern.d.ts +22 -0
- package/dist/interpreter/expansion/variable.d.ts +27 -0
- package/dist/interpreter/expansion/word-split.d.ts +24 -0
- package/dist/interpreter/expansion.d.ts +27 -0
- package/dist/interpreter/functions.d.ts +12 -0
- package/dist/interpreter/helpers/array.d.ts +23 -0
- package/dist/interpreter/helpers/condition.d.ts +22 -0
- package/dist/interpreter/helpers/errors.d.ts +8 -0
- package/dist/interpreter/helpers/file-tests.d.ts +33 -0
- package/dist/interpreter/helpers/ifs.d.ts +43 -0
- package/dist/interpreter/helpers/loop.d.ts +24 -0
- package/dist/interpreter/helpers/numeric-compare.d.ts +13 -0
- package/dist/interpreter/helpers/readonly.d.ts +21 -0
- package/dist/interpreter/helpers/regex.d.ts +8 -0
- package/dist/interpreter/helpers/result.d.ts +54 -0
- package/dist/interpreter/helpers/statements.d.ts +20 -0
- package/dist/interpreter/helpers/string-compare.d.ts +22 -0
- package/dist/interpreter/helpers/string-tests.d.ts +13 -0
- package/dist/interpreter/helpers/variable-tests.d.ts +9 -0
- package/dist/interpreter/helpers/word-parts.d.ts +22 -0
- package/dist/interpreter/index.d.ts +3 -0
- package/dist/interpreter/interpreter.d.ts +61 -0
- package/dist/interpreter/redirections.d.ts +14 -0
- package/dist/interpreter/types.d.ts +68 -0
- package/dist/limits.d.ts +26 -0
- package/dist/network/allow-list/shared.d.ts +45 -0
- package/dist/network/allow-list.d.ts +51 -0
- package/dist/network/fetch.d.ts +25 -0
- package/dist/network/index.d.ts +7 -0
- package/dist/network/types.d.ts +85 -0
- package/dist/overlay-fs/OverlayFs.d.ts +87 -0
- package/dist/overlay-fs/index.d.ts +1 -0
- package/dist/parser/arithmetic-parser.d.ts +25 -0
- package/dist/parser/command-parser.d.ts +10 -0
- package/dist/parser/compound-parser.d.ts +14 -0
- package/dist/parser/conditional-parser.d.ts +8 -0
- package/dist/parser/expansion-parser.d.ts +10 -0
- package/dist/parser/lexer.d.ts +135 -0
- package/dist/parser/parser.d.ts +92 -0
- package/dist/parser/types.d.ts +23 -0
- package/dist/parser/word-parser.d.ts +33 -0
- package/dist/sandbox/Command.d.ts +28 -0
- package/dist/sandbox/Sandbox.d.ts +60 -0
- package/dist/sandbox/index.d.ts +2 -0
- package/dist/types.d.ts +80 -0
- package/dist/utils/args.d.ts +55 -0
- package/dist/utils/file-reader.d.ts +64 -0
- package/dist/utils/glob.d.ts +25 -0
- package/package.json +103 -0
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
import{a as Fi,b as Bi,c as Xa}from"./chunk-GTNBSMZR.js";import{a as N,b as ul}from"./chunk-5KNEBKYN.js";var Mt=N((bf,Pi)=>{"use strict";Pi.exports=_t;_t.CAPTURING_PHASE=1;_t.AT_TARGET=2;_t.BUBBLING_PHASE=3;function _t(e,t){if(this.type="",this.target=null,this.currentTarget=null,this.eventPhase=_t.AT_TARGET,this.bubbles=!1,this.cancelable=!1,this.isTrusted=!1,this.defaultPrevented=!1,this.timeStamp=Date.now(),this._propagationStopped=!1,this._immediatePropagationStopped=!1,this._initialized=!0,this._dispatching=!1,e&&(this.type=e),t)for(var r in t)this[r]=t[r]}_t.prototype=Object.create(Object.prototype,{constructor:{value:_t},stopPropagation:{value:function(){this._propagationStopped=!0}},stopImmediatePropagation:{value:function(){this._propagationStopped=!0,this._immediatePropagationStopped=!0}},preventDefault:{value:function(){this.cancelable&&(this.defaultPrevented=!0)}},initEvent:{value:function(t,r,a){this._initialized=!0,!this._dispatching&&(this._propagationStopped=!1,this._immediatePropagationStopped=!1,this.defaultPrevented=!1,this.isTrusted=!1,this.target=null,this.type=t,this.bubbles=r,this.cancelable=a)}}})});var Ya=N((Ef,Vi)=>{"use strict";var Ui=Mt();Vi.exports=Ka;function Ka(){Ui.call(this),this.view=null,this.detail=0}Ka.prototype=Object.create(Ui.prototype,{constructor:{value:Ka},initUIEvent:{value:function(e,t,r,a,s){this.initEvent(e,t,r),this.view=a,this.detail=s}}})});var $a=N((_f,Gi)=>{"use strict";var ji=Ya();Gi.exports=Qa;function Qa(){ji.call(this),this.screenX=this.screenY=this.clientX=this.clientY=0,this.ctrlKey=this.altKey=this.shiftKey=this.metaKey=!1,this.button=0,this.buttons=1,this.relatedTarget=null}Qa.prototype=Object.create(ji.prototype,{constructor:{value:Qa},initMouseEvent:{value:function(e,t,r,a,s,o,x,m,h,g,v,ne,se,u,be){switch(this.initEvent(e,t,r,a,s),this.screenX=o,this.screenY=x,this.clientX=m,this.clientY=h,this.ctrlKey=g,this.altKey=v,this.shiftKey=ne,this.metaKey=se,this.button=u,u){case 0:this.buttons=1;break;case 1:this.buttons=4;break;case 2:this.buttons=2;break;default:this.buttons=0;break}this.relatedTarget=be}},getModifierState:{value:function(e){switch(e){case"Alt":return this.altKey;case"Control":return this.ctrlKey;case"Shift":return this.shiftKey;case"Meta":return this.metaKey;default:return!1}}}})});var Xr=N((vf,zi)=>{"use strict";zi.exports=zr;var xl=1,fl=3,dl=4,hl=5,pl=7,ml=8,gl=9,bl=11,El=12,_l=13,vl=14,Tl=15,yl=17,Nl=18,wl=19,Sl=20,Al=21,Cl=22,Dl=23,kl=24,Ll=25,Ml=[null,"INDEX_SIZE_ERR",null,"HIERARCHY_REQUEST_ERR","WRONG_DOCUMENT_ERR","INVALID_CHARACTER_ERR",null,"NO_MODIFICATION_ALLOWED_ERR","NOT_FOUND_ERR","NOT_SUPPORTED_ERR","INUSE_ATTRIBUTE_ERR","INVALID_STATE_ERR","SYNTAX_ERR","INVALID_MODIFICATION_ERR","NAMESPACE_ERR","INVALID_ACCESS_ERR",null,"TYPE_MISMATCH_ERR","SECURITY_ERR","NETWORK_ERR","ABORT_ERR","URL_MISMATCH_ERR","QUOTA_EXCEEDED_ERR","TIMEOUT_ERR","INVALID_NODE_TYPE_ERR","DATA_CLONE_ERR"],Rl=[null,"INDEX_SIZE_ERR (1): the index is not in the allowed range",null,"HIERARCHY_REQUEST_ERR (3): the operation would yield an incorrect nodes model","WRONG_DOCUMENT_ERR (4): the object is in the wrong Document, a call to importNode is required","INVALID_CHARACTER_ERR (5): the string contains invalid characters",null,"NO_MODIFICATION_ALLOWED_ERR (7): the object can not be modified","NOT_FOUND_ERR (8): the object can not be found here","NOT_SUPPORTED_ERR (9): this operation is not supported","INUSE_ATTRIBUTE_ERR (10): setAttributeNode called on owned Attribute","INVALID_STATE_ERR (11): the object is in an invalid state","SYNTAX_ERR (12): the string did not match the expected pattern","INVALID_MODIFICATION_ERR (13): the object can not be modified in this way","NAMESPACE_ERR (14): the operation is not allowed by Namespaces in XML","INVALID_ACCESS_ERR (15): the object does not support the operation or argument",null,"TYPE_MISMATCH_ERR (17): the type of the object does not match the expected type","SECURITY_ERR (18): the operation is insecure","NETWORK_ERR (19): a network error occurred","ABORT_ERR (20): the user aborted an operation","URL_MISMATCH_ERR (21): the given URL does not match another URL","QUOTA_EXCEEDED_ERR (22): the quota has been exceeded","TIMEOUT_ERR (23): a timeout occurred","INVALID_NODE_TYPE_ERR (24): the supplied node is invalid or has an invalid ancestor for this operation","DATA_CLONE_ERR (25): the object can not be cloned."],Wi={INDEX_SIZE_ERR:xl,DOMSTRING_SIZE_ERR:2,HIERARCHY_REQUEST_ERR:fl,WRONG_DOCUMENT_ERR:dl,INVALID_CHARACTER_ERR:hl,NO_DATA_ALLOWED_ERR:6,NO_MODIFICATION_ALLOWED_ERR:pl,NOT_FOUND_ERR:ml,NOT_SUPPORTED_ERR:gl,INUSE_ATTRIBUTE_ERR:10,INVALID_STATE_ERR:bl,SYNTAX_ERR:El,INVALID_MODIFICATION_ERR:_l,NAMESPACE_ERR:vl,INVALID_ACCESS_ERR:Tl,VALIDATION_ERR:16,TYPE_MISMATCH_ERR:yl,SECURITY_ERR:Nl,NETWORK_ERR:wl,ABORT_ERR:Sl,URL_MISMATCH_ERR:Al,QUOTA_EXCEEDED_ERR:Cl,TIMEOUT_ERR:Dl,INVALID_NODE_TYPE_ERR:kl,DATA_CLONE_ERR:Ll};function zr(e){Error.call(this),Error.captureStackTrace(this,this.constructor),this.code=e,this.message=Rl[e],this.name=Ml[e]}zr.prototype.__proto__=Error.prototype;for(Wr in Wi)Za={value:Wi[Wr]},Object.defineProperty(zr,Wr,Za),Object.defineProperty(zr.prototype,Wr,Za);var Za,Wr});var Kr=N(Xi=>{Xi.isApiWritable=!globalThis.__domino_frozen__});var ee=N(V=>{"use strict";var J=Xr(),ae=J,Il=Kr().isApiWritable;V.NAMESPACE={HTML:"http://www.w3.org/1999/xhtml",XML:"http://www.w3.org/XML/1998/namespace",XMLNS:"http://www.w3.org/2000/xmlns/",MATHML:"http://www.w3.org/1998/Math/MathML",SVG:"http://www.w3.org/2000/svg",XLINK:"http://www.w3.org/1999/xlink"};V.IndexSizeError=function(){throw new J(ae.INDEX_SIZE_ERR)};V.HierarchyRequestError=function(){throw new J(ae.HIERARCHY_REQUEST_ERR)};V.WrongDocumentError=function(){throw new J(ae.WRONG_DOCUMENT_ERR)};V.InvalidCharacterError=function(){throw new J(ae.INVALID_CHARACTER_ERR)};V.NoModificationAllowedError=function(){throw new J(ae.NO_MODIFICATION_ALLOWED_ERR)};V.NotFoundError=function(){throw new J(ae.NOT_FOUND_ERR)};V.NotSupportedError=function(){throw new J(ae.NOT_SUPPORTED_ERR)};V.InvalidStateError=function(){throw new J(ae.INVALID_STATE_ERR)};V.SyntaxError=function(){throw new J(ae.SYNTAX_ERR)};V.InvalidModificationError=function(){throw new J(ae.INVALID_MODIFICATION_ERR)};V.NamespaceError=function(){throw new J(ae.NAMESPACE_ERR)};V.InvalidAccessError=function(){throw new J(ae.INVALID_ACCESS_ERR)};V.TypeMismatchError=function(){throw new J(ae.TYPE_MISMATCH_ERR)};V.SecurityError=function(){throw new J(ae.SECURITY_ERR)};V.NetworkError=function(){throw new J(ae.NETWORK_ERR)};V.AbortError=function(){throw new J(ae.ABORT_ERR)};V.UrlMismatchError=function(){throw new J(ae.URL_MISMATCH_ERR)};V.QuotaExceededError=function(){throw new J(ae.QUOTA_EXCEEDED_ERR)};V.TimeoutError=function(){throw new J(ae.TIMEOUT_ERR)};V.InvalidNodeTypeError=function(){throw new J(ae.INVALID_NODE_TYPE_ERR)};V.DataCloneError=function(){throw new J(ae.DATA_CLONE_ERR)};V.nyi=function(){throw new Error("NotYetImplemented")};V.shouldOverride=function(){throw new Error("Abstract function; should be overriding in subclass.")};V.assert=function(e,t){if(!e)throw new Error("Assertion failed: "+(t||"")+`
|
|
3
|
+
`+new Error().stack)};V.expose=function(e,t){for(var r in e)Object.defineProperty(t.prototype,r,{value:e[r],writable:Il})};V.merge=function(e,t){for(var r in t)e[r]=t[r]};V.documentOrder=function(e,t){return 3-(e.compareDocumentPosition(t)&6)};V.toASCIILowerCase=function(e){return e.replace(/[A-Z]+/g,function(t){return t.toLowerCase()})};V.toASCIIUpperCase=function(e){return e.replace(/[a-z]+/g,function(t){return t.toUpperCase()})}});var Ja=N((Nf,Yi)=>{"use strict";var vt=Mt(),Ol=$a(),ql=ee();Yi.exports=Ki;function Ki(){}Ki.prototype={addEventListener:function(t,r,a){if(r){a===void 0&&(a=!1),this._listeners||(this._listeners=Object.create(null)),this._listeners[t]||(this._listeners[t]=[]);for(var s=this._listeners[t],o=0,x=s.length;o<x;o++){var m=s[o];if(m.listener===r&&m.capture===a)return}var h={listener:r,capture:a};typeof r=="function"&&(h.f=r),s.push(h)}},removeEventListener:function(t,r,a){if(a===void 0&&(a=!1),this._listeners){var s=this._listeners[t];if(s)for(var o=0,x=s.length;o<x;o++){var m=s[o];if(m.listener===r&&m.capture===a){s.length===1?this._listeners[t]=void 0:s.splice(o,1);return}}}},dispatchEvent:function(t){return this._dispatchEvent(t,!1)},_dispatchEvent:function(t,r){typeof r!="boolean"&&(r=!1);function a(g,v){var ne=v.type,se=v.eventPhase;if(v.currentTarget=g,se!==vt.CAPTURING_PHASE&&g._handlers&&g._handlers[ne]){var u=g._handlers[ne],be;if(typeof u=="function")be=u.call(v.currentTarget,v);else{var X=u.handleEvent;if(typeof X!="function")throw new TypeError("handleEvent property of event handler object isnot a function.");be=X.call(u,v)}v.type==="mouseover"?be===!0&&v.preventDefault():be===!1&&v.preventDefault()}var O=g._listeners&&g._listeners[ne];if(O){O=O.slice();for(var Ye=0,H=O.length;Ye<H;Ye++){if(v._immediatePropagationStopped)return;var ie=O[Ye];if(!(se===vt.CAPTURING_PHASE&&!ie.capture||se===vt.BUBBLING_PHASE&&ie.capture))if(ie.f)ie.f.call(v.currentTarget,v);else{var le=ie.listener.handleEvent;if(typeof le!="function")throw new TypeError("handleEvent property of event listener object is not a function.");le.call(ie.listener,v)}}}}(!t._initialized||t._dispatching)&&ql.InvalidStateError(),t.isTrusted=r,t._dispatching=!0,t.target=this;for(var s=[],o=this.parentNode;o;o=o.parentNode)s.push(o);t.eventPhase=vt.CAPTURING_PHASE;for(var x=s.length-1;x>=0&&(a(s[x],t),!t._propagationStopped);x--);if(t._propagationStopped||(t.eventPhase=vt.AT_TARGET,a(this,t)),t.bubbles&&!t._propagationStopped){t.eventPhase=vt.BUBBLING_PHASE;for(var m=0,h=s.length;m<h&&(a(s[m],t),!t._propagationStopped);m++);}if(t._dispatching=!1,t.eventPhase=vt.AT_TARGET,t.currentTarget=null,r&&!t.defaultPrevented&&t instanceof Ol)switch(t.type){case"mousedown":this._armed={x:t.clientX,y:t.clientY,t:t.timeStamp};break;case"mouseout":case"mouseover":this._armed=null;break;case"mouseup":this._isClick(t)&&this._doClick(t),this._armed=null;break}return!t.defaultPrevented},_isClick:function(e){return this._armed!==null&&e.type==="mouseup"&&e.isTrusted&&e.button===0&&e.timeStamp-this._armed.t<1e3&&Math.abs(e.clientX-this._armed.x)<10&&Math.abs(e.clientY-this._armed.Y)<10},_doClick:function(e){if(!this._click_in_progress){this._click_in_progress=!0;for(var t=this;t&&!t._post_click_activation_steps;)t=t.parentNode;t&&t._pre_click_activation_steps&&t._pre_click_activation_steps();var r=this.ownerDocument.createEvent("MouseEvent");r.initMouseEvent("click",!0,!0,this.ownerDocument.defaultView,1,e.screenX,e.screenY,e.clientX,e.clientY,e.ctrlKey,e.altKey,e.shiftKey,e.metaKey,e.button,null);var a=this._dispatchEvent(r,!0);t&&(a?t._post_click_activation_steps&&t._post_click_activation_steps(r):t._cancelled_activation_steps&&t._cancelled_activation_steps())}},_setEventHandler:function(t,r){this._handlers||(this._handlers=Object.create(null)),this._handlers[t]=r},_getEventHandler:function(t){return this._handlers&&this._handlers[t]||null}}});var en=N((wf,Qi)=>{"use strict";var ze=ee(),Se=Qi.exports={valid:function(e){return ze.assert(e,"list falsy"),ze.assert(e._previousSibling,"previous falsy"),ze.assert(e._nextSibling,"next falsy"),!0},insertBefore:function(e,t){ze.assert(Se.valid(e)&&Se.valid(t));var r=e,a=e._previousSibling,s=t,o=t._previousSibling;r._previousSibling=o,a._nextSibling=s,o._nextSibling=r,s._previousSibling=a,ze.assert(Se.valid(e)&&Se.valid(t))},replace:function(e,t){ze.assert(Se.valid(e)&&(t===null||Se.valid(t))),t!==null&&Se.insertBefore(t,e),Se.remove(e),ze.assert(Se.valid(e)&&(t===null||Se.valid(t)))},remove:function(e){ze.assert(Se.valid(e));var t=e._previousSibling;if(t!==e){var r=e._nextSibling;t._nextSibling=r,r._previousSibling=t,e._previousSibling=e._nextSibling=e,ze.assert(Se.valid(e))}}}});var tn=N((Sf,ns)=>{"use strict";ns.exports={serializeOne:jl,\u0275escapeMatchingClosingTag:ts,\u0275escapeClosingCommentTag:rs,\u0275escapeProcessingInstructionContent:as};var es=ee(),Tt=es.NAMESPACE,$i={STYLE:!0,SCRIPT:!0,XMP:!0,IFRAME:!0,NOEMBED:!0,NOFRAMES:!0,PLAINTEXT:!0},Hl={area:!0,base:!0,basefont:!0,bgsound:!0,br:!0,col:!0,embed:!0,frame:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0},Fl={},Zi=/[&<>\u00A0]/g,Ji=/[&"<>\u00A0]/g;function Bl(e){return Zi.test(e)?e.replace(Zi,t=>{switch(t){case"&":return"&";case"<":return"<";case">":return">";case"\xA0":return" "}}):e}function Pl(e){return Ji.test(e)?e.replace(Ji,t=>{switch(t){case"<":return"<";case">":return">";case"&":return"&";case'"':return""";case"\xA0":return" "}}):e}function Ul(e){var t=e.namespaceURI;return t?t===Tt.XML?"xml:"+e.localName:t===Tt.XLINK?"xlink:"+e.localName:t===Tt.XMLNS?e.localName==="xmlns"?"xmlns":"xmlns:"+e.localName:e.name:e.localName}function ts(e,t){let r="</"+t;if(!e.toLowerCase().includes(r))return e;let a=[...e],s=e.matchAll(new RegExp(r,"ig"));for(let o of s)a[o.index]="<";return a.join("")}var Vl=/--!?>/;function rs(e){return Vl.test(e)?e.replace(/(--\!?)>/g,"$1>"):e}function as(e){return e.includes(">")?e.replaceAll(">",">"):e}function jl(e,t){var r="";switch(e.nodeType){case 1:var a=e.namespaceURI,s=a===Tt.HTML,o=s||a===Tt.SVG||a===Tt.MATHML?e.localName:e.tagName;r+="<"+o;for(var x=0,m=e._numattrs;x<m;x++){var h=e._attr(x);r+=" "+Ul(h),h.value!==void 0&&(r+='="'+Pl(h.value)+'"')}if(r+=">",!(s&&Hl[o])){var g=e.serialize();$i[o.toUpperCase()]&&(g=ts(g,o)),s&&Fl[o]&&g.charAt(0)===`
|
|
4
|
+
`&&(r+=`
|
|
5
|
+
`),r+=g,r+="</"+o+">"}break;case 3:case 4:var v;t.nodeType===1&&t.namespaceURI===Tt.HTML?v=t.tagName:v="",$i[v]||v==="NOSCRIPT"&&t.ownerDocument._scripting_enabled?r+=e.data:r+=Bl(e.data);break;case 8:r+="<!--"+rs(e.data)+"-->";break;case 7:let ne=as(e.data);r+="<?"+e.target+" "+ne+"?>";break;case 10:r+="<!DOCTYPE "+e.name,r+=">";break;default:es.InvalidStateError()}return r}});var xe=N((Af,us)=>{"use strict";us.exports=K;var ls=Ja(),Yr=en(),is=tn(),j=ee();function K(){ls.call(this),this.parentNode=null,this._nextSibling=this._previousSibling=this,this._index=void 0}var _e=K.ELEMENT_NODE=1,rn=K.ATTRIBUTE_NODE=2,Qr=K.TEXT_NODE=3,Gl=K.CDATA_SECTION_NODE=4,Wl=K.ENTITY_REFERENCE_NODE=5,an=K.ENTITY_NODE=6,ss=K.PROCESSING_INSTRUCTION_NODE=7,os=K.COMMENT_NODE=8,nr=K.DOCUMENT_NODE=9,Ae=K.DOCUMENT_TYPE_NODE=10,lt=K.DOCUMENT_FRAGMENT_NODE=11,nn=K.NOTATION_NODE=12,sn=K.DOCUMENT_POSITION_DISCONNECTED=1,on=K.DOCUMENT_POSITION_PRECEDING=2,cn=K.DOCUMENT_POSITION_FOLLOWING=4,cs=K.DOCUMENT_POSITION_CONTAINS=8,ln=K.DOCUMENT_POSITION_CONTAINED_BY=16,un=K.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC=32;K.prototype=Object.create(ls.prototype,{baseURI:{get:j.nyi},parentElement:{get:function(){return this.parentNode&&this.parentNode.nodeType===_e?this.parentNode:null}},hasChildNodes:{value:j.shouldOverride},firstChild:{get:j.shouldOverride},lastChild:{get:j.shouldOverride},isConnected:{get:function(){let e=this;for(;e!=null;){if(e.nodeType===K.DOCUMENT_NODE)return!0;e=e.parentNode,e!=null&&e.nodeType===K.DOCUMENT_FRAGMENT_NODE&&(e=e.host)}return!1}},previousSibling:{get:function(){var e=this.parentNode;return!e||this===e.firstChild?null:this._previousSibling}},nextSibling:{get:function(){var e=this.parentNode,t=this._nextSibling;return!e||t===e.firstChild?null:t}},textContent:{get:function(){return null},set:function(e){}},innerText:{get:function(){return null},set:function(e){}},_countChildrenOfType:{value:function(e){for(var t=0,r=this.firstChild;r!==null;r=r.nextSibling)r.nodeType===e&&t++;return t}},_ensureInsertValid:{value:function(t,r,a){var s=this,o,x;if(!t.nodeType)throw new TypeError("not a node");switch(s.nodeType){case nr:case lt:case _e:break;default:j.HierarchyRequestError()}switch(t.isAncestor(s)&&j.HierarchyRequestError(),(r!==null||!a)&&r.parentNode!==s&&j.NotFoundError(),t.nodeType){case lt:case Ae:case _e:case Qr:case ss:case os:break;default:j.HierarchyRequestError()}if(s.nodeType===nr)switch(t.nodeType){case Qr:j.HierarchyRequestError();break;case lt:switch(t._countChildrenOfType(Qr)>0&&j.HierarchyRequestError(),t._countChildrenOfType(_e)){case 0:break;case 1:if(r!==null)for(a&&r.nodeType===Ae&&j.HierarchyRequestError(),x=r.nextSibling;x!==null;x=x.nextSibling)x.nodeType===Ae&&j.HierarchyRequestError();o=s._countChildrenOfType(_e),a?o>0&&j.HierarchyRequestError():(o>1||o===1&&r.nodeType!==_e)&&j.HierarchyRequestError();break;default:j.HierarchyRequestError()}break;case _e:if(r!==null)for(a&&r.nodeType===Ae&&j.HierarchyRequestError(),x=r.nextSibling;x!==null;x=x.nextSibling)x.nodeType===Ae&&j.HierarchyRequestError();o=s._countChildrenOfType(_e),a?o>0&&j.HierarchyRequestError():(o>1||o===1&&r.nodeType!==_e)&&j.HierarchyRequestError();break;case Ae:if(r===null)s._countChildrenOfType(_e)&&j.HierarchyRequestError();else for(x=s.firstChild;x!==null&&x!==r;x=x.nextSibling)x.nodeType===_e&&j.HierarchyRequestError();o=s._countChildrenOfType(Ae),a?o>0&&j.HierarchyRequestError():(o>1||o===1&&r.nodeType!==Ae)&&j.HierarchyRequestError();break}else t.nodeType===Ae&&j.HierarchyRequestError()}},insertBefore:{value:function(t,r){var a=this;a._ensureInsertValid(t,r,!0);var s=r;return s===t&&(s=t.nextSibling),a.doc.adoptNode(t),t._insertOrReplace(a,s,!1),t}},appendChild:{value:function(e){return this.insertBefore(e,null)}},_appendChild:{value:function(e){e._insertOrReplace(this,null,!1)}},removeChild:{value:function(t){var r=this;if(!t.nodeType)throw new TypeError("not a node");return t.parentNode!==r&&j.NotFoundError(),t.remove(),t}},replaceChild:{value:function(t,r){var a=this;return a._ensureInsertValid(t,r,!1),t.doc!==a.doc&&a.doc.adoptNode(t),t._insertOrReplace(a,r,!0),r}},contains:{value:function(t){return t===null?!1:this===t?!0:(this.compareDocumentPosition(t)&ln)!==0}},compareDocumentPosition:{value:function(t){if(this===t)return 0;if(this.doc!==t.doc||this.rooted!==t.rooted)return sn+un;for(var r=[],a=[],s=this;s!==null;s=s.parentNode)r.push(s);for(s=t;s!==null;s=s.parentNode)a.push(s);if(r.reverse(),a.reverse(),r[0]!==a[0])return sn+un;s=Math.min(r.length,a.length);for(var o=1;o<s;o++)if(r[o]!==a[o])return r[o].index<a[o].index?cn:on;return r.length<a.length?cn+ln:on+cs}},isSameNode:{value:function(t){return this===t}},isEqualNode:{value:function(t){if(!t||t.nodeType!==this.nodeType||!this.isEqual(t))return!1;for(var r=this.firstChild,a=t.firstChild;r&&a;r=r.nextSibling,a=a.nextSibling)if(!r.isEqualNode(a))return!1;return r===null&&a===null}},cloneNode:{value:function(e){var t=this.clone();if(e)for(var r=this.firstChild;r!==null;r=r.nextSibling)t._appendChild(r.cloneNode(!0));return t}},lookupPrefix:{value:function(t){var r;if(t===""||t===null||t===void 0)return null;switch(this.nodeType){case _e:return this._lookupNamespacePrefix(t,this);case nr:return r=this.documentElement,r?r.lookupPrefix(t):null;case an:case nn:case lt:case Ae:return null;case rn:return r=this.ownerElement,r?r.lookupPrefix(t):null;default:return r=this.parentElement,r?r.lookupPrefix(t):null}}},lookupNamespaceURI:{value:function(t){(t===""||t===void 0)&&(t=null);var r;switch(this.nodeType){case _e:return j.shouldOverride();case nr:return r=this.documentElement,r?r.lookupNamespaceURI(t):null;case an:case nn:case Ae:case lt:return null;case rn:return r=this.ownerElement,r?r.lookupNamespaceURI(t):null;default:return r=this.parentElement,r?r.lookupNamespaceURI(t):null}}},isDefaultNamespace:{value:function(t){(t===""||t===void 0)&&(t=null);var r=this.lookupNamespaceURI(null);return r===t}},index:{get:function(){var e=this.parentNode;if(this===e.firstChild)return 0;var t=e.childNodes;if(this._index===void 0||t[this._index]!==this){for(var r=0;r<t.length;r++)t[r]._index=r;j.assert(t[this._index]===this)}return this._index}},isAncestor:{value:function(e){if(this.doc!==e.doc||this.rooted!==e.rooted)return!1;for(var t=e;t;t=t.parentNode)if(t===this)return!0;return!1}},ensureSameDoc:{value:function(e){e.ownerDocument===null?e.ownerDocument=this.doc:e.ownerDocument!==this.doc&&j.WrongDocumentError()}},removeChildren:{value:j.shouldOverride},_insertOrReplace:{value:function(t,r,a){var s=this,o,x;if(s.nodeType===lt&&s.rooted&&j.HierarchyRequestError(),t._childNodes&&(o=r===null?t._childNodes.length:r.index,s.parentNode===t)){var m=s.index;m<o&&o--}a&&(r.rooted&&r.doc.mutateRemove(r),r.parentNode=null);var h=r;h===null&&(h=t.firstChild);var g=s.rooted&&t.rooted;if(s.nodeType===lt){for(var v=[0,a?1:0],ne,se=s.firstChild;se!==null;se=ne)ne=se.nextSibling,v.push(se),se.parentNode=t;var u=v.length;if(a?Yr.replace(h,u>2?v[2]:null):u>2&&h!==null&&Yr.insertBefore(v[2],h),t._childNodes)for(v[0]=r===null?t._childNodes.length:r._index,t._childNodes.splice.apply(t._childNodes,v),x=2;x<u;x++)v[x]._index=v[0]+(x-2);else t._firstChild===r&&(u>2?t._firstChild=v[2]:a&&(t._firstChild=null));if(s._childNodes?s._childNodes.length=0:s._firstChild=null,t.rooted)for(t.modify(),x=2;x<u;x++)t.doc.mutateInsert(v[x])}else{if(r===s)return;g?s._remove():s.parentNode&&s.remove(),s.parentNode=t,a?(Yr.replace(h,s),t._childNodes?(s._index=o,t._childNodes[o]=s):t._firstChild===r&&(t._firstChild=s)):(h!==null&&Yr.insertBefore(s,h),t._childNodes?(s._index=o,t._childNodes.splice(o,0,s)):t._firstChild===r&&(t._firstChild=s)),g?(t.modify(),t.doc.mutateMove(s)):t.rooted&&(t.modify(),t.doc.mutateInsert(s))}}},lastModTime:{get:function(){return this._lastModTime||(this._lastModTime=this.doc.modclock),this._lastModTime}},modify:{value:function(){if(this.doc.modclock)for(var e=++this.doc.modclock,t=this;t;t=t.parentElement)t._lastModTime&&(t._lastModTime=e)}},doc:{get:function(){return this.ownerDocument||this}},rooted:{get:function(){return!!this._nid}},normalize:{value:function(){for(var e,t=this.firstChild;t!==null;t=e)if(e=t.nextSibling,t.normalize&&t.normalize(),t.nodeType===K.TEXT_NODE){if(t.nodeValue===""){this.removeChild(t);continue}var r=t.previousSibling;r!==null&&r.nodeType===K.TEXT_NODE&&(r.appendData(t.nodeValue),this.removeChild(t))}}},serialize:{value:function(){if(this._innerHTML)return this._innerHTML;for(var e="",t=this.firstChild;t!==null;t=t.nextSibling)e+=is.serializeOne(t,this);return e}},outerHTML:{get:function(){return is.serializeOne(this,{nodeType:0})},set:j.nyi},ELEMENT_NODE:{value:_e},ATTRIBUTE_NODE:{value:rn},TEXT_NODE:{value:Qr},CDATA_SECTION_NODE:{value:Gl},ENTITY_REFERENCE_NODE:{value:Wl},ENTITY_NODE:{value:an},PROCESSING_INSTRUCTION_NODE:{value:ss},COMMENT_NODE:{value:os},DOCUMENT_NODE:{value:nr},DOCUMENT_TYPE_NODE:{value:Ae},DOCUMENT_FRAGMENT_NODE:{value:lt},NOTATION_NODE:{value:nn},DOCUMENT_POSITION_DISCONNECTED:{value:sn},DOCUMENT_POSITION_PRECEDING:{value:on},DOCUMENT_POSITION_FOLLOWING:{value:cn},DOCUMENT_POSITION_CONTAINS:{value:cs},DOCUMENT_POSITION_CONTAINED_BY:{value:ln},DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC:{value:un}})});var fs=N((Df,xs)=>{"use strict";xs.exports=class extends Array{constructor(t){if(super(t&&t.length||0),t)for(var r in t)this[r]=t[r]}item(t){return this[t]||null}}});var hs=N((kf,ds)=>{"use strict";function zl(e){return this[e]||null}function Xl(e){return e||(e=[]),e.item=zl,e}ds.exports=Xl});var yt=N((Lf,ps)=>{"use strict";var xn;try{xn=fs()}catch{xn=hs()}ps.exports=xn});var $r=N((Mf,bs)=>{"use strict";bs.exports=gs;var ms=xe(),Kl=yt();function gs(){ms.call(this),this._firstChild=this._childNodes=null}gs.prototype=Object.create(ms.prototype,{hasChildNodes:{value:function(){return this._childNodes?this._childNodes.length>0:this._firstChild!==null}},childNodes:{get:function(){return this._ensureChildNodes(),this._childNodes}},firstChild:{get:function(){return this._childNodes?this._childNodes.length===0?null:this._childNodes[0]:this._firstChild}},lastChild:{get:function(){var e=this._childNodes,t;return e?e.length===0?null:e[e.length-1]:(t=this._firstChild,t===null?null:t._previousSibling)}},_ensureChildNodes:{value:function(){if(!this._childNodes){var e=this._firstChild,t=e,r=this._childNodes=new Kl;if(e)do r.push(t),t=t._nextSibling;while(t!==e);this._firstChild=null}}},removeChildren:{value:function(){for(var t=this.rooted?this.ownerDocument:null,r=this.firstChild,a;r!==null;)a=r,r=a.nextSibling,t&&t.mutateRemove(a),a.parentNode=null;this._childNodes?this._childNodes.length=0:this._firstChild=null,this.modify()}}})});var Zr=N(hn=>{"use strict";hn.isValidName=tu;hn.isValidQName=ru;var Yl=/^[_:A-Za-z][-.:\w]+$/,Ql=/^([_A-Za-z][-.\w]+|[_A-Za-z][-.\w]+:[_A-Za-z][-.\w]+)$/,ir="_A-Za-z\xC0-\xD6\xD8-\xF6\xF8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD",sr="-._A-Za-z0-9\xB7\xC0-\xD6\xD8-\xF6\xF8-\u02FF\u0300-\u037D\u037F-\u1FFF\u200C\u200D\u203F\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD",Nt="["+ir+"]["+sr+"]*",fn=ir+":",dn=sr+":",$l=new RegExp("^["+fn+"]["+dn+"]*$"),Zl=new RegExp("^("+Nt+"|"+Nt+":"+Nt+")$"),Es=/[\uD800-\uDB7F\uDC00-\uDFFF]/,_s=/[\uD800-\uDB7F\uDC00-\uDFFF]/g,vs=/[\uD800-\uDB7F][\uDC00-\uDFFF]/g;ir+="\uD800-\u{EFC00}-\uDFFF";sr+="\uD800-\u{EFC00}-\uDFFF";Nt="["+ir+"]["+sr+"]*";fn=ir+":";dn=sr+":";var Jl=new RegExp("^["+fn+"]["+dn+"]*$"),eu=new RegExp("^("+Nt+"|"+Nt+":"+Nt+")$");function tu(e){if(Yl.test(e)||$l.test(e))return!0;if(!Es.test(e)||!Jl.test(e))return!1;var t=e.match(_s),r=e.match(vs);return r!==null&&2*r.length===t.length}function ru(e){if(Ql.test(e)||Zl.test(e))return!0;if(!Es.test(e)||!eu.test(e))return!1;var t=e.match(_s),r=e.match(vs);return r!==null&&2*r.length===t.length}});var mn=N(pn=>{"use strict";var Ts=ee();pn.property=function(e){if(Array.isArray(e.type)){var t=Object.create(null);e.type.forEach(function(s){t[s.value||s]=s.alias||s});var r=e.missing;r===void 0&&(r=null);var a=e.invalid;return a===void 0&&(a=r),{get:function(){var s=this._getattr(e.name);return s===null?r:(s=t[s.toLowerCase()],s!==void 0?s:a!==null?a:s)},set:function(s){this._setattr(e.name,s)}}}else{if(e.type===Boolean)return{get:function(){return this.hasAttribute(e.name)},set:function(s){s?this._setattr(e.name,""):this.removeAttribute(e.name)}};if(e.type===Number||e.type==="long"||e.type==="unsigned long"||e.type==="limited unsigned long with fallback")return au(e);if(!e.type||e.type===String)return{get:function(){return this._getattr(e.name)||""},set:function(s){e.treatNullAsEmptyString&&s===null&&(s=""),this._setattr(e.name,s)}};if(typeof e.type=="function")return e.type(e.name,e)}throw new Error("Invalid attribute definition")};function au(e){var t;typeof e.default=="function"?t=e.default:typeof e.default=="number"?t=function(){return e.default}:t=function(){Ts.assert(!1,typeof e.default)};var r=e.type==="unsigned long",a=e.type==="long",s=e.type==="limited unsigned long with fallback",o=e.min,x=e.max,m=e.setmin;return o===void 0&&(r&&(o=0),a&&(o=-2147483648),s&&(o=1)),x===void 0&&(r||a||s)&&(x=2147483647),{get:function(){var h=this._getattr(e.name),g=e.float?parseFloat(h):parseInt(h,10);if(h===null||!isFinite(g)||o!==void 0&&g<o||x!==void 0&&g>x)return t.call(this);if(r||a||s){if(!/^[ \t\n\f\r]*[-+]?[0-9]/.test(h))return t.call(this);g=g|0}return g},set:function(h){e.float||(h=Math.floor(h)),m!==void 0&&h<m&&Ts.IndexSizeError(e.name+" set to "+h),r?h=h<0||h>2147483647?t.call(this):h|0:s?h=h<1||h>2147483647?t.call(this):h|0:a&&(h=h<-2147483648||h>2147483647?t.call(this):h|0),this._setattr(e.name,String(h))}}}pn.registerChangeHandler=function(e,t,r){var a=e.prototype;Object.prototype.hasOwnProperty.call(a,"_attributeChangeHandlers")||(a._attributeChangeHandlers=Object.create(a._attributeChangeHandlers||null)),a._attributeChangeHandlers[t]=r}});var ws=N((Of,Ns)=>{"use strict";Ns.exports=ys;var nu=xe();function ys(e,t){this.root=e,this.filter=t,this.lastModTime=e.lastModTime,this.done=!1,this.cache=[],this.traverse()}ys.prototype=Object.create(Object.prototype,{length:{get:function(){return this.checkcache(),this.done||this.traverse(),this.cache.length}},item:{value:function(e){return this.checkcache(),!this.done&&e>=this.cache.length&&this.traverse(),this.cache[e]}},checkcache:{value:function(){if(this.lastModTime!==this.root.lastModTime){for(var e=this.cache.length-1;e>=0;e--)this[e]=void 0;this.cache.length=0,this.done=!1,this.lastModTime=this.root.lastModTime}}},traverse:{value:function(e){e!==void 0&&e++;for(var t;(t=this.next())!==null;)if(this[this.cache.length]=t,this.cache.push(t),e&&this.cache.length===e)return;this.done=!0}},next:{value:function(){var e=this.cache.length===0?this.root:this.cache[this.cache.length-1],t;for(e.nodeType===nu.DOCUMENT_NODE?t=e.documentElement:t=e.nextElement(this.root);t;){if(this.filter(t))return t;t=t.nextElement(this.root)}return null}}})});var bn=N((qf,Cs)=>{"use strict";var gn=ee();Cs.exports=As;function As(e,t){this._getString=e,this._setString=t,this._length=0,this._lastStringValue="",this._update()}Object.defineProperties(As.prototype,{length:{get:function(){return this._length}},item:{value:function(e){var t=Rt(this);return e<0||e>=t.length?null:t[e]}},contains:{value:function(e){e=String(e);var t=Rt(this);return t.indexOf(e)>-1}},add:{value:function(){for(var e=Rt(this),t=0,r=arguments.length;t<r;t++){var a=or(arguments[t]);e.indexOf(a)<0&&e.push(a)}this._update(e)}},remove:{value:function(){for(var e=Rt(this),t=0,r=arguments.length;t<r;t++){var a=or(arguments[t]),s=e.indexOf(a);s>-1&&e.splice(s,1)}this._update(e)}},toggle:{value:function(t,r){return t=or(t),this.contains(t)?r===void 0||r===!1?(this.remove(t),!1):!0:r===void 0||r===!0?(this.add(t),!0):!1}},replace:{value:function(t,r){String(r)===""&&gn.SyntaxError(),t=or(t),r=or(r);var a=Rt(this),s=a.indexOf(t);if(s<0)return!1;var o=a.indexOf(r);return o<0?a[s]=r:s<o?(a[s]=r,a.splice(o,1)):a.splice(s,1),this._update(a),!0}},toString:{value:function(){return this._getString()}},value:{get:function(){return this._getString()},set:function(e){this._setString(e),this._update()}},_update:{value:function(e){e?(Ss(this,e),this._setString(e.join(" ").trim())):Ss(this,Rt(this)),this._lastStringValue=this._getString()}}});function Ss(e,t){var r=e._length,a;for(e._length=t.length,a=0;a<t.length;a++)e[a]=t[a];for(;a<r;a++)e[a]=void 0}function or(e){return e=String(e),e===""&&gn.SyntaxError(),/[ \t\r\n\f]/.test(e)&&gn.InvalidCharacterError(),e}function iu(e){for(var t=e._length,r=Array(t),a=0;a<t;a++)r[a]=e[a];return r}function Rt(e){var t=e._getString();if(t===e._lastStringValue)return iu(e);var r=t.replace(/(^[ \t\r\n\f]+)|([ \t\r\n\f]+$)/g,"");if(r==="")return[];var a=Object.create(null);return r.split(/[ \t\r\n\f]+/g).filter(function(s){var o="$"+s;return a[o]?!1:(a[o]=!0,!0)})}});var ra=N((qt,Is)=>{"use strict";var Jr=Object.create(null,{location:{get:function(){throw new Error("window.location is not supported.")}}}),su=function(e,t){return e.compareDocumentPosition(t)},ou=function(e,t){return su(e,t)&2?1:-1},ta=function(e){for(;(e=e.nextSibling)&&e.nodeType!==1;);return e},Ot=function(e){for(;(e=e.previousSibling)&&e.nodeType!==1;);return e},cu=function(e){if(e=e.firstChild)for(;e.nodeType!==1&&(e=e.nextSibling););return e},lu=function(e){if(e=e.lastChild)for(;e.nodeType!==1&&(e=e.previousSibling););return e},It=function(e){if(!e.parentNode)return!1;var t=e.parentNode.nodeType;return t===1||t===9},Ds=function(e){if(!e)return e;var t=e[0];return t==='"'||t==="'"?(e[e.length-1]===t?e=e.slice(1,-1):e=e.slice(1),e.replace(C.str_escape,function(r){var a=/^\\(?:([0-9A-Fa-f]+)|([\r\n\f]+))/.exec(r);if(!a)return r.slice(1);if(a[2])return"";var s=parseInt(a[1],16);return String.fromCodePoint?String.fromCodePoint(s):String.fromCharCode(s)})):C.ident.test(e)?ut(e):e},ut=function(e){return e.replace(C.escape,function(t){var r=/^\\([0-9A-Fa-f]+)/.exec(t);if(!r)return t[1];var a=parseInt(r[1],16);return String.fromCodePoint?String.fromCodePoint(a):String.fromCharCode(a)})},uu=(function(){return Array.prototype.indexOf?Array.prototype.indexOf:function(e,t){for(var r=this.length;r--;)if(this[r]===t)return r;return-1}})(),Ls=function(e,t){var r=C.inside.source.replace(/</g,e).replace(/>/g,t);return new RegExp(r)},ve=function(e,t,r){return e=e.source,e=e.replace(t,r.source||r),new RegExp(e)},ks=function(e,t){return e.replace(/^(?:\w+:\/\/|\/+)/,"").replace(/(?:\/+|\/*#.*?)$/,"").split("/",t).join("/")},xu=function(e,t){var r=e.replace(/\s+/g,""),a;return r==="even"?r="2n+0":r==="odd"?r="2n+1":r.indexOf("n")===-1&&(r="0n"+r),a=/^([+-])?(\d+)?n([+-])?(\d+)?$/.exec(r),{group:a[1]==="-"?-(a[2]||1):+(a[2]||1),offset:a[4]?a[3]==="-"?-a[4]:+a[4]:0}},En=function(e,t,r){var a=xu(e),s=a.group,o=a.offset,x=r?lu:cu,m=r?Ot:ta;return function(h){if(It(h))for(var g=x(h.parentNode),v=0;g;){if(t(g,h)&&v++,g===h)return v-=o,s&&v?v%s===0&&v<0==s<0:!v;g=m(g)}}},oe={"*":(function(){return function(){return!0}})(),type:function(e){return e=e.toLowerCase(),function(t){return t.nodeName.toLowerCase()===e}},attr:function(e,t,r,a){return t=Ms[t],function(s){var o;switch(e){case"for":o=s.htmlFor;break;case"class":o=s.className,o===""&&s.getAttribute("class")==null&&(o=null);break;case"href":case"src":o=s.getAttribute(e,2);break;case"title":o=s.getAttribute("title")||null;break;case"id":case"lang":case"dir":case"accessKey":case"hidden":case"tabIndex":case"style":if(s.getAttribute){o=s.getAttribute(e);break}default:if(s.hasAttribute&&!s.hasAttribute(e))break;o=s[e]!=null?s[e]:s.getAttribute&&s.getAttribute(e);break}if(o!=null)return o=o+"",a&&(o=o.toLowerCase(),r=r.toLowerCase()),t(o,r)}},":first-child":function(e){return!Ot(e)&&It(e)},":last-child":function(e){return!ta(e)&&It(e)},":only-child":function(e){return!Ot(e)&&!ta(e)&&It(e)},":nth-child":function(e,t){return En(e,function(){return!0},t)},":nth-last-child":function(e){return oe[":nth-child"](e,!0)},":root":function(e){return e.ownerDocument.documentElement===e},":empty":function(e){return!e.firstChild},":not":function(e){var t=vn(e);return function(r){return!t(r)}},":first-of-type":function(e){if(It(e)){for(var t=e.nodeName;e=Ot(e);)if(e.nodeName===t)return;return!0}},":last-of-type":function(e){if(It(e)){for(var t=e.nodeName;e=ta(e);)if(e.nodeName===t)return;return!0}},":only-of-type":function(e){return oe[":first-of-type"](e)&&oe[":last-of-type"](e)},":nth-of-type":function(e,t){return En(e,function(r,a){return r.nodeName===a.nodeName},t)},":nth-last-of-type":function(e){return oe[":nth-of-type"](e,!0)},":checked":function(e){return!!(e.checked||e.selected)},":indeterminate":function(e){return!oe[":checked"](e)},":enabled":function(e){return!e.disabled&&e.type!=="hidden"},":disabled":function(e){return!!e.disabled},":target":function(e){return e.id===Jr.location.hash.substring(1)},":focus":function(e){return e===e.ownerDocument.activeElement},":is":function(e){return vn(e)},":matches":function(e){return oe[":is"](e)},":nth-match":function(e,t){var r=e.split(/\s*,\s*/),a=r.shift(),s=vn(r.join(","));return En(a,s,t)},":nth-last-match":function(e){return oe[":nth-match"](e,!0)},":links-here":function(e){return e+""==Jr.location+""},":lang":function(e){return function(t){for(;t;){if(t.lang)return t.lang.indexOf(e)===0;t=t.parentNode}}},":dir":function(e){return function(t){for(;t;){if(t.dir)return t.dir===e;t=t.parentNode}}},":scope":function(e,t){var r=t||e.ownerDocument;return r.nodeType===9?e===r.documentElement:e===r},":any-link":function(e){return typeof e.href=="string"},":local-link":function(e){if(e.nodeName)return e.href&&e.host===Jr.location.host;var t=+e+1;return function(r){if(r.href){var a=Jr.location+"",s=r+"";return ks(a,t)===ks(s,t)}}},":default":function(e){return!!e.defaultSelected},":valid":function(e){return e.willValidate||e.validity&&e.validity.valid},":invalid":function(e){return!oe[":valid"](e)},":in-range":function(e){return e.value>e.min&&e.value<=e.max},":out-of-range":function(e){return!oe[":in-range"](e)},":required":function(e){return!!e.required},":optional":function(e){return!e.required},":read-only":function(e){if(e.readOnly)return!0;var t=e.getAttribute("contenteditable"),r=e.contentEditable,a=e.nodeName.toLowerCase();return a=a!=="input"&&a!=="textarea",(a||e.disabled)&&t==null&&r!=="true"},":read-write":function(e){return!oe[":read-only"](e)},":hover":function(){throw new Error(":hover is not supported.")},":active":function(){throw new Error(":active is not supported.")},":link":function(){throw new Error(":link is not supported.")},":visited":function(){throw new Error(":visited is not supported.")},":column":function(){throw new Error(":column is not supported.")},":nth-column":function(){throw new Error(":nth-column is not supported.")},":nth-last-column":function(){throw new Error(":nth-last-column is not supported.")},":current":function(){throw new Error(":current is not supported.")},":past":function(){throw new Error(":past is not supported.")},":future":function(){throw new Error(":future is not supported.")},":contains":function(e){return function(t){var r=t.innerText||t.textContent||t.value||"";return r.indexOf(e)!==-1}},":has":function(e){return function(t){return Rs(e,t).length>0}}},Ms={"-":function(){return!0},"=":function(e,t){return e===t},"*=":function(e,t){return e.indexOf(t)!==-1},"~=":function(e,t){var r,a,s,o;for(a=0;;a=r+1){if(r=e.indexOf(t,a),r===-1)return!1;if(s=e[r-1],o=e[r+t.length],(!s||s===" ")&&(!o||o===" "))return!0}},"|=":function(e,t){var r=e.indexOf(t),a;if(r===0)return a=e[r+t.length],a==="-"||!a},"^=":function(e,t){return e.indexOf(t)===0},"$=":function(e,t){var r=e.lastIndexOf(t);return r!==-1&&r+t.length===e.length},"!=":function(e,t){return e!==t}},cr={" ":function(e){return function(t){for(;t=t.parentNode;)if(e(t))return t}},">":function(e){return function(t){if(t=t.parentNode)return e(t)&&t}},"+":function(e){return function(t){if(t=Ot(t))return e(t)&&t}},"~":function(e){return function(t){for(;t=Ot(t);)if(e(t))return t}},noop:function(e){return function(t){return e(t)&&t}},ref:function(e,t){var r;function a(s){for(var o=s.ownerDocument,x=o.getElementsByTagName("*"),m=x.length;m--;)if(r=x[m],a.test(s))return r=null,!0;r=null}return a.combinator=function(s){if(!(!r||!r.getAttribute)){var o=r.getAttribute(t)||"";if(o[0]==="#"&&(o=o.substring(1)),o===s.id&&e(r))return r}},a}},C={escape:/\\(?:[^0-9A-Fa-f\r\n]|[0-9A-Fa-f]{1,6}[\r\n\t ]?)/g,str_escape:/(escape)|\\(\n|\r\n?|\f)/g,nonascii:/[\u00A0-\uFFFF]/,cssid:/(?:(?!-?[0-9])(?:escape|nonascii|[-_a-zA-Z0-9])+)/,qname:/^ *(cssid|\*)/,simple:/^(?:([.#]cssid)|pseudo|attr)/,ref:/^ *\/(cssid)\/ */,combinator:/^(?: +([^ \w*.#\\]) +|( )+|([^ \w*.#\\]))(?! *$)/,attr:/^\[(cssid)(?:([^\w]?=)(inside))?\]/,pseudo:/^(:cssid)(?:\((inside)\))?/,inside:/(?:"(?:\\"|[^"])*"|'(?:\\'|[^'])*'|<[^"'>]*>|\\["'>]|[^"'>])*/,ident:/^(cssid)$/};C.cssid=ve(C.cssid,"nonascii",C.nonascii);C.cssid=ve(C.cssid,"escape",C.escape);C.qname=ve(C.qname,"cssid",C.cssid);C.simple=ve(C.simple,"cssid",C.cssid);C.ref=ve(C.ref,"cssid",C.cssid);C.attr=ve(C.attr,"cssid",C.cssid);C.pseudo=ve(C.pseudo,"cssid",C.cssid);C.inside=ve(C.inside,`[^"'>]*`,C.inside);C.attr=ve(C.attr,"inside",Ls("\\[","\\]"));C.pseudo=ve(C.pseudo,"inside",Ls("\\(","\\)"));C.simple=ve(C.simple,"pseudo",C.pseudo);C.simple=ve(C.simple,"attr",C.attr);C.ident=ve(C.ident,"cssid",C.cssid);C.str_escape=ve(C.str_escape,"escape",C.escape);var lr=function(e){for(var t=e.replace(/^\s+|\s+$/g,""),r,a=[],s=[],o,x,m,h,g;t;){if(m=C.qname.exec(t))t=t.substring(m[0].length),x=ut(m[1]),s.push(ea(x,!0));else if(m=C.simple.exec(t))t=t.substring(m[0].length),x="*",s.push(ea(x,!0)),s.push(ea(m));else throw new SyntaxError("Invalid selector.");for(;m=C.simple.exec(t);)t=t.substring(m[0].length),s.push(ea(m));if(t[0]==="!"&&(t=t.substring(1),o=du(),o.qname=x,s.push(o.simple)),m=C.ref.exec(t)){t=t.substring(m[0].length),g=cr.ref(_n(s),ut(m[1])),a.push(g.combinator),s=[];continue}if(m=C.combinator.exec(t)){if(t=t.substring(m[0].length),h=m[1]||m[2]||m[3],h===","){a.push(cr.noop(_n(s)));break}}else h="noop";if(!cr[h])throw new SyntaxError("Bad combinator.");a.push(cr[h](_n(s))),s=[]}return r=fu(a),r.qname=x,r.sel=t,o&&(o.lname=r.qname,o.test=r,o.qname=o.qname,o.sel=r.sel,r=o),g&&(g.test=r,g.qname=r.qname,g.sel=r.sel,r=g),r},ea=function(e,t){if(t)return e==="*"?oe["*"]:oe.type(e);if(e[1])return e[1][0]==="."?oe.attr("class","~=",ut(e[1].substring(1)),!1):oe.attr("id","=",ut(e[1].substring(1)),!1);if(e[2])return e[3]?oe[ut(e[2])](Ds(e[3])):oe[ut(e[2])];if(e[4]){var r=e[6],a=/["'\s]\s*I$/i.test(r);return a&&(r=r.replace(/\s*I$/i,"")),oe.attr(ut(e[4]),e[5]||"-",Ds(r),a)}throw new SyntaxError("Unknown Selector.")},_n=function(e){var t=e.length,r;return t<2?e[0]:function(a){if(a){for(r=0;r<t;r++)if(!e[r](a))return;return!0}}},fu=function(e){return e.length<2?function(t){return!!e[0](t)}:function(t){for(var r=e.length;r--;)if(!(t=e[r](t)))return;return!0}},du=function(){var e;function t(r){for(var a=r.ownerDocument,s=a.getElementsByTagName(t.lname),o=s.length;o--;)if(t.test(s[o])&&e===r)return e=null,!0;e=null}return t.simple=function(r){return e=r,!0},t},vn=function(e){for(var t=lr(e),r=[t];t.sel;)t=lr(t.sel),r.push(t);return r.length<2?t:function(a){for(var s=r.length,o=0;o<s;o++)if(r[o](a))return!0}},Rs=function(e,t){for(var r=[],a=lr(e),s=t.getElementsByTagName(a.qname),o=0,x;x=s[o++];)a(x)&&r.push(x);if(a.sel){for(;a.sel;)for(a=lr(a.sel),s=t.getElementsByTagName(a.qname),o=0;x=s[o++];)a(x)&&uu.call(r,x)===-1&&r.push(x);r.sort(ou)}return r};Is.exports=qt=function(e,t){var r,a;if(t.nodeType!==11&&e.indexOf(" ")===-1){if(e[0]==="#"&&t.rooted&&/^#[A-Z_][-A-Z0-9_]*$/i.test(e)&&t.doc._hasMultipleElementsWithId&&(r=e.substring(1),!t.doc._hasMultipleElementsWithId(r)))return a=t.doc.getElementById(r),a?[a]:[];if(e[0]==="."&&/^\.\w+$/.test(e))return t.getElementsByClassName(e.substring(1));if(/^\w+$/.test(e))return t.getElementsByTagName(e)}return Rs(e,t)};qt.selectors=oe;qt.operators=Ms;qt.combinators=cr;qt.matches=function(e,t){var r={sel:t};do if(r=lr(r.sel),r(e))return!0;while(r.sel);return!1}});var aa=N((Hf,Os)=>{"use strict";var hu=xe(),pu=en(),Tn=function(e,t){for(var r=e.createDocumentFragment(),a=0;a<t.length;a++){var s=t[a],o=s instanceof hu;r.appendChild(o?s:e.createTextNode(String(s)))}return r},mu={after:{value:function(){var t=Array.prototype.slice.call(arguments),r=this.parentNode,a=this.nextSibling;if(r!==null){for(;a&&t.some(function(o){return o===a});)a=a.nextSibling;var s=Tn(this.doc,t);r.insertBefore(s,a)}}},before:{value:function(){var t=Array.prototype.slice.call(arguments),r=this.parentNode,a=this.previousSibling;if(r!==null){for(;a&&t.some(function(x){return x===a});)a=a.previousSibling;var s=Tn(this.doc,t),o=a?a.nextSibling:r.firstChild;r.insertBefore(s,o)}}},remove:{value:function(){this.parentNode!==null&&(this.doc&&(this.doc._preremoveNodeIterators(this),this.rooted&&this.doc.mutateRemove(this)),this._remove(),this.parentNode=null)}},_remove:{value:function(){var t=this.parentNode;t!==null&&(t._childNodes?t._childNodes.splice(this.index,1):t._firstChild===this&&(this._nextSibling===this?t._firstChild=null:t._firstChild=this._nextSibling),pu.remove(this),t.modify())}},replaceWith:{value:function(){var t=Array.prototype.slice.call(arguments),r=this.parentNode,a=this.nextSibling;if(r!==null){for(;a&&t.some(function(o){return o===a});)a=a.nextSibling;var s=Tn(this.doc,t);this.parentNode===r?r.replaceChild(s,this):r.insertBefore(s,a)}}}};Os.exports=mu});var yn=N((Ff,Hs)=>{"use strict";var qs=xe(),gu={nextElementSibling:{get:function(){if(this.parentNode){for(var e=this.nextSibling;e!==null;e=e.nextSibling)if(e.nodeType===qs.ELEMENT_NODE)return e}return null}},previousElementSibling:{get:function(){if(this.parentNode){for(var e=this.previousSibling;e!==null;e=e.previousSibling)if(e.nodeType===qs.ELEMENT_NODE)return e}return null}}};Hs.exports=gu});var Nn=N((Bf,Bs)=>{"use strict";Bs.exports=Fs;var Ht=ee();function Fs(e){this.element=e}Object.defineProperties(Fs.prototype,{length:{get:Ht.shouldOverride},item:{value:Ht.shouldOverride},getNamedItem:{value:function(t){return this.element.getAttributeNode(t)}},getNamedItemNS:{value:function(t,r){return this.element.getAttributeNodeNS(t,r)}},setNamedItem:{value:Ht.nyi},setNamedItemNS:{value:Ht.nyi},removeNamedItem:{value:function(t){var r=this.element.getAttributeNode(t);if(r)return this.element.removeAttribute(t),r;Ht.NotFoundError()}},removeNamedItemNS:{value:function(t,r){var a=this.element.getAttributeNodeNS(t,r);if(a)return this.element.removeAttributeNS(t,r),a;Ht.NotFoundError()}}})});var Bt=N((Pf,Gs)=>{"use strict";Gs.exports=xt;var wn=Zr(),Q=ee(),He=Q.NAMESPACE,ia=mn(),ke=xe(),Sn=yt(),bu=tn(),na=ws(),Ft=Xr(),Eu=bn(),An=ra(),Us=$r(),_u=aa(),vu=yn(),Vs=Nn(),Ps=Object.create(null);function xt(e,t,r,a){Us.call(this),this.nodeType=ke.ELEMENT_NODE,this.ownerDocument=e,this.localName=t,this.namespaceURI=r,this.prefix=a,this._tagName=void 0,this._attrsByQName=Object.create(null),this._attrsByLName=Object.create(null),this._attrKeys=[]}function Cn(e,t){if(e.nodeType===ke.TEXT_NODE)t.push(e._data);else for(var r=0,a=e.childNodes.length;r<a;r++)Cn(e.childNodes[r],t)}xt.prototype=Object.create(Us.prototype,{isHTML:{get:function(){return this.namespaceURI===He.HTML&&this.ownerDocument.isHTML}},tagName:{get:function(){if(this._tagName===void 0){var t;if(this.prefix===null?t=this.localName:t=this.prefix+":"+this.localName,this.isHTML){var r=Ps[t];r||(Ps[t]=r=Q.toASCIIUpperCase(t)),t=r}this._tagName=t}return this._tagName}},nodeName:{get:function(){return this.tagName}},nodeValue:{get:function(){return null},set:function(){}},textContent:{get:function(){var e=[];return Cn(this,e),e.join("")},set:function(e){this.removeChildren(),e!=null&&e!==""&&this._appendChild(this.ownerDocument.createTextNode(e))}},innerText:{get:function(){var e=[];return Cn(this,e),e.join("").replace(/[ \t\n\f\r]+/g," ").trim()},set:function(e){this.removeChildren(),e!=null&&e!==""&&this._appendChild(this.ownerDocument.createTextNode(e))}},innerHTML:{get:function(){return this.serialize()},set:Q.nyi},outerHTML:{get:function(){return bu.serializeOne(this,{nodeType:0})},set:function(e){var t=this.ownerDocument,r=this.parentNode;if(r!==null){r.nodeType===ke.DOCUMENT_NODE&&Q.NoModificationAllowedError(),r.nodeType===ke.DOCUMENT_FRAGMENT_NODE&&(r=r.ownerDocument.createElement("body"));var a=t.implementation.mozHTMLParser(t._address,r);a.parse(e===null?"":String(e),!0),this.replaceWith(a._asDocumentFragment())}}},_insertAdjacent:{value:function(t,r){var a=!1;switch(t){case"beforebegin":a=!0;case"afterend":var s=this.parentNode;return s===null?null:s.insertBefore(r,a?this:this.nextSibling);case"afterbegin":a=!0;case"beforeend":return this.insertBefore(r,a?this.firstChild:null);default:return Q.SyntaxError()}}},insertAdjacentElement:{value:function(t,r){if(r.nodeType!==ke.ELEMENT_NODE)throw new TypeError("not an element");return t=Q.toASCIILowerCase(String(t)),this._insertAdjacent(t,r)}},insertAdjacentText:{value:function(t,r){var a=this.ownerDocument.createTextNode(r);t=Q.toASCIILowerCase(String(t)),this._insertAdjacent(t,a)}},insertAdjacentHTML:{value:function(t,r){t=Q.toASCIILowerCase(String(t)),r=String(r);var a;switch(t){case"beforebegin":case"afterend":a=this.parentNode,(a===null||a.nodeType===ke.DOCUMENT_NODE)&&Q.NoModificationAllowedError();break;case"afterbegin":case"beforeend":a=this;break;default:Q.SyntaxError()}(!(a instanceof xt)||a.ownerDocument.isHTML&&a.localName==="html"&&a.namespaceURI===He.HTML)&&(a=a.ownerDocument.createElementNS(He.HTML,"body"));var s=this.ownerDocument.implementation.mozHTMLParser(this.ownerDocument._address,a);s.parse(r,!0),this._insertAdjacent(t,s._asDocumentFragment())}},children:{get:function(){return this._children||(this._children=new js(this)),this._children}},attributes:{get:function(){return this._attributes||(this._attributes=new kn(this)),this._attributes}},firstElementChild:{get:function(){for(var e=this.firstChild;e!==null;e=e.nextSibling)if(e.nodeType===ke.ELEMENT_NODE)return e;return null}},lastElementChild:{get:function(){for(var e=this.lastChild;e!==null;e=e.previousSibling)if(e.nodeType===ke.ELEMENT_NODE)return e;return null}},childElementCount:{get:function(){return this.children.length}},nextElement:{value:function(e){e||(e=this.ownerDocument.documentElement);var t=this.firstElementChild;if(!t){if(this===e)return null;t=this.nextElementSibling}if(t)return t;for(var r=this.parentElement;r&&r!==e;r=r.parentElement)if(t=r.nextElementSibling,t)return t;return null}},getElementsByTagName:{value:function(t){var r;return t?(t==="*"?r=function(){return!0}:this.isHTML?r=Tu(t):r=Dn(t),new na(this,r)):new Sn}},getElementsByTagNameNS:{value:function(t,r){var a;return t==="*"&&r==="*"?a=function(){return!0}:t==="*"?a=Dn(r):r==="*"?a=yu(t):a=Nu(t,r),new na(this,a)}},getElementsByClassName:{value:function(t){if(t=String(t).trim(),t===""){var r=new Sn;return r}return t=t.split(/[ \t\r\n\f]+/),new na(this,wu(t))}},getElementsByName:{value:function(t){return new na(this,Su(String(t)))}},clone:{value:function(){var t;this.namespaceURI!==He.HTML||this.prefix||!this.ownerDocument.isHTML?t=this.ownerDocument.createElementNS(this.namespaceURI,this.prefix!==null?this.prefix+":"+this.localName:this.localName):t=this.ownerDocument.createElement(this.localName);for(var r=0,a=this._attrKeys.length;r<a;r++){var s=this._attrKeys[r],o=this._attrsByLName[s],x=o.cloneNode();x._setOwnerElement(t),t._attrsByLName[s]=x,t._addQName(x)}return t._attrKeys=this._attrKeys.concat(),t}},isEqual:{value:function(t){if(this.localName!==t.localName||this.namespaceURI!==t.namespaceURI||this.prefix!==t.prefix||this._numattrs!==t._numattrs)return!1;for(var r=0,a=this._numattrs;r<a;r++){var s=this._attr(r);if(!t.hasAttributeNS(s.namespaceURI,s.localName)||t.getAttributeNS(s.namespaceURI,s.localName)!==s.value)return!1}return!0}},_lookupNamespacePrefix:{value:function(t,r){if(this.namespaceURI&&this.namespaceURI===t&&this.prefix!==null&&r.lookupNamespaceURI(this.prefix)===t)return this.prefix;for(var a=0,s=this._numattrs;a<s;a++){var o=this._attr(a);if(o.prefix==="xmlns"&&o.value===t&&r.lookupNamespaceURI(o.localName)===t)return o.localName}var x=this.parentElement;return x?x._lookupNamespacePrefix(t,r):null}},lookupNamespaceURI:{value:function(t){if((t===""||t===void 0)&&(t=null),this.namespaceURI!==null&&this.prefix===t)return this.namespaceURI;for(var r=0,a=this._numattrs;r<a;r++){var s=this._attr(r);if(s.namespaceURI===He.XMLNS&&(s.prefix==="xmlns"&&s.localName===t||t===null&&s.prefix===null&&s.localName==="xmlns"))return s.value||null}var o=this.parentElement;return o?o.lookupNamespaceURI(t):null}},getAttribute:{value:function(t){var r=this.getAttributeNode(t);return r?r.value:null}},getAttributeNS:{value:function(t,r){var a=this.getAttributeNodeNS(t,r);return a?a.value:null}},getAttributeNode:{value:function(t){t=String(t),/[A-Z]/.test(t)&&this.isHTML&&(t=Q.toASCIILowerCase(t));var r=this._attrsByQName[t];return r?(Array.isArray(r)&&(r=r[0]),r):null}},getAttributeNodeNS:{value:function(t,r){t=t==null?"":String(t),r=String(r);var a=this._attrsByLName[t+"|"+r];return a||null}},hasAttribute:{value:function(t){return t=String(t),/[A-Z]/.test(t)&&this.isHTML&&(t=Q.toASCIILowerCase(t)),this._attrsByQName[t]!==void 0}},hasAttributeNS:{value:function(t,r){t=t==null?"":String(t),r=String(r);var a=t+"|"+r;return this._attrsByLName[a]!==void 0}},hasAttributes:{value:function(){return this._numattrs>0}},toggleAttribute:{value:function(t,r){t=String(t),wn.isValidName(t)||Q.InvalidCharacterError(),/[A-Z]/.test(t)&&this.isHTML&&(t=Q.toASCIILowerCase(t));var a=this._attrsByQName[t];return a===void 0?r===void 0||r===!0?(this._setAttribute(t,""),!0):!1:r===void 0||r===!1?(this.removeAttribute(t),!1):!0}},_setAttribute:{value:function(t,r){var a=this._attrsByQName[t],s;a?Array.isArray(a)&&(a=a[0]):(a=this._newattr(t),s=!0),a.value=r,this._attributes&&(this._attributes[t]=a),s&&this._newattrhook&&this._newattrhook(t,r)}},setAttribute:{value:function(t,r){t=String(t),wn.isValidName(t)||Q.InvalidCharacterError(),/[A-Z]/.test(t)&&this.isHTML&&(t=Q.toASCIILowerCase(t)),this._setAttribute(t,String(r))}},_setAttributeNS:{value:function(t,r,a){var s=r.indexOf(":"),o,x;s<0?(o=null,x=r):(o=r.substring(0,s),x=r.substring(s+1)),(t===""||t===void 0)&&(t=null);var m=(t===null?"":t)+"|"+x,h=this._attrsByLName[m],g;h||(h=new ur(this,x,o,t),g=!0,this._attrsByLName[m]=h,this._attributes&&(this._attributes[this._attrKeys.length]=h),this._attrKeys.push(m),this._addQName(h)),h.value=a,g&&this._newattrhook&&this._newattrhook(r,a)}},setAttributeNS:{value:function(t,r,a){t=t==null||t===""?null:String(t),r=String(r),wn.isValidQName(r)||Q.InvalidCharacterError();var s=r.indexOf(":"),o=s<0?null:r.substring(0,s);(o!==null&&t===null||o==="xml"&&t!==He.XML||(r==="xmlns"||o==="xmlns")&&t!==He.XMLNS||t===He.XMLNS&&!(r==="xmlns"||o==="xmlns"))&&Q.NamespaceError(),this._setAttributeNS(t,r,String(a))}},setAttributeNode:{value:function(t){if(t.ownerElement!==null&&t.ownerElement!==this)throw new Ft(Ft.INUSE_ATTRIBUTE_ERR);var r=null,a=this._attrsByQName[t.name];if(a){if(Array.isArray(a)||(a=[a]),a.some(function(s){return s===t}))return t;if(t.ownerElement!==null)throw new Ft(Ft.INUSE_ATTRIBUTE_ERR);a.forEach(function(s){this.removeAttributeNode(s)},this),r=a[0]}return this.setAttributeNodeNS(t),r}},setAttributeNodeNS:{value:function(t){if(t.ownerElement!==null)throw new Ft(Ft.INUSE_ATTRIBUTE_ERR);var r=t.namespaceURI,a=(r===null?"":r)+"|"+t.localName,s=this._attrsByLName[a];return s&&this.removeAttributeNode(s),t._setOwnerElement(this),this._attrsByLName[a]=t,this._attributes&&(this._attributes[this._attrKeys.length]=t),this._attrKeys.push(a),this._addQName(t),this._newattrhook&&this._newattrhook(t.name,t.value),s||null}},removeAttribute:{value:function(t){t=String(t),/[A-Z]/.test(t)&&this.isHTML&&(t=Q.toASCIILowerCase(t));var r=this._attrsByQName[t];if(r){Array.isArray(r)?r.length>2?r=r.shift():(this._attrsByQName[t]=r[1],r=r[0]):this._attrsByQName[t]=void 0;var a=r.namespaceURI,s=(a===null?"":a)+"|"+r.localName;this._attrsByLName[s]=void 0;var o=this._attrKeys.indexOf(s);this._attributes&&(Array.prototype.splice.call(this._attributes,o,1),this._attributes[t]=void 0),this._attrKeys.splice(o,1);var x=r.onchange;r._setOwnerElement(null),x&&x.call(r,this,r.localName,r.value,null),this.rooted&&this.ownerDocument.mutateRemoveAttr(r)}}},removeAttributeNS:{value:function(t,r){t=t==null?"":String(t),r=String(r);var a=t+"|"+r,s=this._attrsByLName[a];if(s){this._attrsByLName[a]=void 0;var o=this._attrKeys.indexOf(a);this._attributes&&Array.prototype.splice.call(this._attributes,o,1),this._attrKeys.splice(o,1),this._removeQName(s);var x=s.onchange;s._setOwnerElement(null),x&&x.call(s,this,s.localName,s.value,null),this.rooted&&this.ownerDocument.mutateRemoveAttr(s)}}},removeAttributeNode:{value:function(t){var r=t.namespaceURI,a=(r===null?"":r)+"|"+t.localName;return this._attrsByLName[a]!==t&&Q.NotFoundError(),this.removeAttributeNS(r,t.localName),t}},getAttributeNames:{value:function(){var t=this;return this._attrKeys.map(function(r){return t._attrsByLName[r].name})}},_getattr:{value:function(t){var r=this._attrsByQName[t];return r?r.value:null}},_setattr:{value:function(t,r){var a=this._attrsByQName[t],s;a||(a=this._newattr(t),s=!0),a.value=String(r),this._attributes&&(this._attributes[t]=a),s&&this._newattrhook&&this._newattrhook(t,r)}},_newattr:{value:function(t){var r=new ur(this,t,null,null),a="|"+t;return this._attrsByQName[t]=r,this._attrsByLName[a]=r,this._attributes&&(this._attributes[this._attrKeys.length]=r),this._attrKeys.push(a),r}},_addQName:{value:function(e){var t=e.name,r=this._attrsByQName[t];r?Array.isArray(r)?r.push(e):this._attrsByQName[t]=[r,e]:this._attrsByQName[t]=e,this._attributes&&(this._attributes[t]=e)}},_removeQName:{value:function(e){var t=e.name,r=this._attrsByQName[t];if(Array.isArray(r)){var a=r.indexOf(e);Q.assert(a!==-1),r.length===2?(this._attrsByQName[t]=r[1-a],this._attributes&&(this._attributes[t]=this._attrsByQName[t])):(r.splice(a,1),this._attributes&&this._attributes[t]===e&&(this._attributes[t]=r[0]))}else Q.assert(r===e),this._attrsByQName[t]=void 0,this._attributes&&(this._attributes[t]=void 0)}},_numattrs:{get:function(){return this._attrKeys.length}},_attr:{value:function(e){return this._attrsByLName[this._attrKeys[e]]}},id:ia.property({name:"id"}),className:ia.property({name:"class"}),classList:{get:function(){var e=this;if(this._classList)return this._classList;var t=new Eu(function(){return e.className||""},function(r){e.className=r});return this._classList=t,t},set:function(e){this.className=e}},matches:{value:function(e){return An.matches(this,e)}},closest:{value:function(e){var t=this;do{if(t.matches&&t.matches(e))return t;t=t.parentElement||t.parentNode}while(t!==null&&t.nodeType===ke.ELEMENT_NODE);return null}},querySelector:{value:function(e){return An(e,this)[0]}},querySelectorAll:{value:function(e){var t=An(e,this);return t.item?t:new Sn(t)}}});Object.defineProperties(xt.prototype,_u);Object.defineProperties(xt.prototype,vu);ia.registerChangeHandler(xt,"id",function(e,t,r,a){e.rooted&&(r&&e.ownerDocument.delId(r,e),a&&e.ownerDocument.addId(a,e))});ia.registerChangeHandler(xt,"class",function(e,t,r,a){e._classList&&e._classList._update()});function ur(e,t,r,a,s){this.localName=t,this.prefix=r===null||r===""?null:""+r,this.namespaceURI=a===null||a===""?null:""+a,this.data=s,this._setOwnerElement(e)}ur.prototype=Object.create(Object.prototype,{ownerElement:{get:function(){return this._ownerElement}},_setOwnerElement:{value:function(t){this._ownerElement=t,this.prefix===null&&this.namespaceURI===null&&t?this.onchange=t._attributeChangeHandlers[this.localName]:this.onchange=null}},name:{get:function(){return this.prefix?this.prefix+":"+this.localName:this.localName}},specified:{get:function(){return!0}},value:{get:function(){return this.data},set:function(e){var t=this.data;e=e===void 0?"":e+"",e!==t&&(this.data=e,this.ownerElement&&(this.onchange&&this.onchange(this.ownerElement,this.localName,t,e),this.ownerElement.rooted&&this.ownerElement.ownerDocument.mutateAttr(this,t)))}},cloneNode:{value:function(t){return new ur(null,this.localName,this.prefix,this.namespaceURI,this.data)}},nodeType:{get:function(){return ke.ATTRIBUTE_NODE}},nodeName:{get:function(){return this.name}},nodeValue:{get:function(){return this.value},set:function(e){this.value=e}},textContent:{get:function(){return this.value},set:function(e){e==null&&(e=""),this.value=e}},innerText:{get:function(){return this.value},set:function(e){e==null&&(e=""),this.value=e}}});xt._Attr=ur;function kn(e){Vs.call(this,e);for(var t in e._attrsByQName)this[t]=e._attrsByQName[t];for(var r=0;r<e._attrKeys.length;r++)this[r]=e._attrsByLName[e._attrKeys[r]]}kn.prototype=Object.create(Vs.prototype,{length:{get:function(){return this.element._attrKeys.length},set:function(){}},item:{value:function(e){return e=e>>>0,e>=this.length?null:this.element._attrsByLName[this.element._attrKeys[e]]}}});globalThis.Symbol?.iterator&&(kn.prototype[globalThis.Symbol.iterator]=function(){var e=0,t=this.length,r=this;return{next:function(){return e<t?{value:r.item(e++)}:{done:!0}}}});function js(e){this.element=e,this.updateCache()}js.prototype=Object.create(Object.prototype,{length:{get:function(){return this.updateCache(),this.childrenByNumber.length}},item:{value:function(t){return this.updateCache(),this.childrenByNumber[t]||null}},namedItem:{value:function(t){return this.updateCache(),this.childrenByName[t]||null}},namedItems:{get:function(){return this.updateCache(),this.childrenByName}},updateCache:{value:function(){var t=/^(a|applet|area|embed|form|frame|frameset|iframe|img|object)$/;if(this.lastModTime!==this.element.lastModTime){this.lastModTime=this.element.lastModTime;for(var r=this.childrenByNumber&&this.childrenByNumber.length||0,a=0;a<r;a++)this[a]=void 0;this.childrenByNumber=[],this.childrenByName=Object.create(null);for(var s=this.element.firstChild;s!==null;s=s.nextSibling)if(s.nodeType===ke.ELEMENT_NODE){this[this.childrenByNumber.length]=s,this.childrenByNumber.push(s);var o=s.getAttribute("id");o&&!this.childrenByName[o]&&(this.childrenByName[o]=s);var x=s.getAttribute("name");x&&this.element.namespaceURI===He.HTML&&t.test(this.element.localName)&&!this.childrenByName[x]&&(this.childrenByName[o]=s)}}}}});function Dn(e){return function(t){return t.localName===e}}function Tu(e){var t=Q.toASCIILowerCase(e);return t===e?Dn(e):function(r){return r.isHTML?r.localName===t:r.localName===e}}function yu(e){return function(t){return t.namespaceURI===e}}function Nu(e,t){return function(r){return r.namespaceURI===e&&r.localName===t}}function wu(e){return function(t){return e.every(function(r){return t.classList.contains(r)})}}function Su(e){return function(t){return t.namespaceURI!==He.HTML?!1:t.getAttribute("name")===e}}});var Ln=N((Uf,Ys)=>{"use strict";Ys.exports=Ks;var zs=xe(),Au=yt(),Xs=ee(),Ws=Xs.HierarchyRequestError,Cu=Xs.NotFoundError;function Ks(){zs.call(this)}Ks.prototype=Object.create(zs.prototype,{hasChildNodes:{value:function(){return!1}},firstChild:{value:null},lastChild:{value:null},insertBefore:{value:function(e,t){if(!e.nodeType)throw new TypeError("not a node");Ws()}},replaceChild:{value:function(e,t){if(!e.nodeType)throw new TypeError("not a node");Ws()}},removeChild:{value:function(e){if(!e.nodeType)throw new TypeError("not a node");Cu()}},removeChildren:{value:function(){}},childNodes:{get:function(){return this._childNodes||(this._childNodes=new Au),this._childNodes}}})});var xr=N((Vf,Zs)=>{"use strict";Zs.exports=sa;var $s=Ln(),Qs=ee(),Du=aa(),ku=yn();function sa(){$s.call(this)}sa.prototype=Object.create($s.prototype,{substringData:{value:function(t,r){if(arguments.length<2)throw new TypeError("Not enough arguments");return t=t>>>0,r=r>>>0,(t>this.data.length||t<0||r<0)&&Qs.IndexSizeError(),this.data.substring(t,t+r)}},appendData:{value:function(t){if(arguments.length<1)throw new TypeError("Not enough arguments");this.data+=String(t)}},insertData:{value:function(t,r){return this.replaceData(t,0,r)}},deleteData:{value:function(t,r){return this.replaceData(t,r,"")}},replaceData:{value:function(t,r,a){var s=this.data,o=s.length;t=t>>>0,r=r>>>0,a=String(a),(t>o||t<0)&&Qs.IndexSizeError(),t+r>o&&(r=o-t);var x=s.substring(0,t),m=s.substring(t+r);this.data=x+a+m}},isEqual:{value:function(t){return this._data===t._data}},length:{get:function(){return this.data.length}}});Object.defineProperties(sa.prototype,Du);Object.defineProperties(sa.prototype,ku)});var Rn=N((jf,r0)=>{"use strict";r0.exports=Mn;var Js=ee(),e0=xe(),t0=xr();function Mn(e,t){t0.call(this),this.nodeType=e0.TEXT_NODE,this.ownerDocument=e,this._data=t,this._index=void 0}var fr={get:function(){return this._data},set:function(e){e==null?e="":e=String(e),e!==this._data&&(this._data=e,this.rooted&&this.ownerDocument.mutateValue(this),this.parentNode&&this.parentNode._textchangehook&&this.parentNode._textchangehook(this))}};Mn.prototype=Object.create(t0.prototype,{nodeName:{value:"#text"},nodeValue:fr,textContent:fr,innerText:fr,data:{get:fr.get,set:function(e){fr.set.call(this,e===null?"":String(e))}},splitText:{value:function(t){(t>this._data.length||t<0)&&Js.IndexSizeError();var r=this._data.substring(t),a=this.ownerDocument.createTextNode(r);this.data=this.data.substring(0,t);var s=this.parentNode;return s!==null&&s.insertBefore(a,this.nextSibling),a}},wholeText:{get:function(){for(var t=this.textContent,r=this.nextSibling;r&&r.nodeType===e0.TEXT_NODE;r=r.nextSibling)t+=r.textContent;return t}},replaceWholeText:{value:Js.nyi},clone:{value:function(){return new Mn(this.ownerDocument,this._data)}}})});var On=N((Gf,n0)=>{"use strict";n0.exports=In;var Lu=xe(),a0=xr();function In(e,t){a0.call(this),this.nodeType=Lu.COMMENT_NODE,this.ownerDocument=e,this._data=t}var dr={get:function(){return this._data},set:function(e){e==null?e="":e=String(e),this._data=e,this.rooted&&this.ownerDocument.mutateValue(this)}};In.prototype=Object.create(a0.prototype,{nodeName:{value:"#comment"},nodeValue:dr,textContent:dr,innerText:dr,data:{get:dr.get,set:function(e){dr.set.call(this,e===null?"":String(e))}},clone:{value:function(){return new In(this.ownerDocument,this._data)}}})});var Hn=N((Wf,o0)=>{"use strict";o0.exports=qn;var Mu=xe(),Ru=yt(),s0=$r(),oa=Bt(),Iu=ra(),i0=ee();function qn(e){s0.call(this),this.nodeType=Mu.DOCUMENT_FRAGMENT_NODE,this.ownerDocument=e}qn.prototype=Object.create(s0.prototype,{nodeName:{value:"#document-fragment"},nodeValue:{get:function(){return null},set:function(){}},textContent:Object.getOwnPropertyDescriptor(oa.prototype,"textContent"),innerText:Object.getOwnPropertyDescriptor(oa.prototype,"innerText"),querySelector:{value:function(e){var t=this.querySelectorAll(e);return t.length?t[0]:null}},querySelectorAll:{value:function(e){var t=Object.create(this);t.isHTML=!0,t.getElementsByTagName=oa.prototype.getElementsByTagName,t.nextElement=Object.getOwnPropertyDescriptor(oa.prototype,"firstElementChild").get;var r=Iu(e,t);return r.item?r:new Ru(r)}},clone:{value:function(){return new qn(this.ownerDocument)}},isEqual:{value:function(t){return!0}},innerHTML:{get:function(){return this.serialize()},set:i0.nyi},outerHTML:{get:function(){return this.serialize()},set:i0.nyi}})});var Bn=N((zf,l0)=>{"use strict";l0.exports=Fn;var Ou=xe(),c0=xr();function Fn(e,t,r){c0.call(this),this.nodeType=Ou.PROCESSING_INSTRUCTION_NODE,this.ownerDocument=e,this.target=t,this._data=r}var hr={get:function(){return this._data},set:function(e){e==null?e="":e=String(e),this._data=e,this.rooted&&this.ownerDocument.mutateValue(this)}};Fn.prototype=Object.create(c0.prototype,{nodeName:{get:function(){return this.target}},nodeValue:hr,textContent:hr,innerText:hr,data:{get:hr.get,set:function(e){hr.set.call(this,e===null?"":String(e))}},clone:{value:function(){return new Fn(this.ownerDocument,this.target,this._data)}},isEqual:{value:function(t){return this.target===t.target&&this._data===t._data}}})});var pr=N((Xf,u0)=>{"use strict";var Pn={FILTER_ACCEPT:1,FILTER_REJECT:2,FILTER_SKIP:3,SHOW_ALL:4294967295,SHOW_ELEMENT:1,SHOW_ATTRIBUTE:2,SHOW_TEXT:4,SHOW_CDATA_SECTION:8,SHOW_ENTITY_REFERENCE:16,SHOW_ENTITY:32,SHOW_PROCESSING_INSTRUCTION:64,SHOW_COMMENT:128,SHOW_DOCUMENT:256,SHOW_DOCUMENT_TYPE:512,SHOW_DOCUMENT_FRAGMENT:1024,SHOW_NOTATION:2048};u0.exports=Pn.constructor=Pn.prototype=Pn});var Vn=N((Yf,f0)=>{"use strict";var Kf=f0.exports={nextSkippingChildren:qu,nextAncestorSibling:Un,next:Hu,previous:Fu,deepLastChild:x0};function qu(e,t){return e===t?null:e.nextSibling!==null?e.nextSibling:Un(e,t)}function Un(e,t){for(e=e.parentNode;e!==null;e=e.parentNode){if(e===t)return null;if(e.nextSibling!==null)return e.nextSibling}return null}function Hu(e,t){var r;return r=e.firstChild,r!==null?r:e===t?null:(r=e.nextSibling,r!==null?r:Un(e,t))}function x0(e){for(;e.lastChild;)e=e.lastChild;return e}function Fu(e,t){var r;return r=e.previousSibling,r!==null?x0(r):(r=e.parentNode,r===t?null:r)}});var E0=N((Qf,b0)=>{"use strict";b0.exports=g0;var Bu=xe(),fe=pr(),d0=Vn(),m0=ee(),jn={first:"firstChild",last:"lastChild",next:"firstChild",previous:"lastChild"},Gn={first:"nextSibling",last:"previousSibling",next:"nextSibling",previous:"previousSibling"};function h0(e,t){var r,a,s,o,x;for(a=e._currentNode[jn[t]];a!==null;){if(o=e._internalFilter(a),o===fe.FILTER_ACCEPT)return e._currentNode=a,a;if(o===fe.FILTER_SKIP&&(r=a[jn[t]],r!==null)){a=r;continue}for(;a!==null;){if(x=a[Gn[t]],x!==null){a=x;break}if(s=a.parentNode,s===null||s===e.root||s===e._currentNode)return null;a=s}}return null}function p0(e,t){var r,a,s;if(r=e._currentNode,r===e.root)return null;for(;;){for(s=r[Gn[t]];s!==null;){if(r=s,a=e._internalFilter(r),a===fe.FILTER_ACCEPT)return e._currentNode=r,r;s=r[jn[t]],(a===fe.FILTER_REJECT||s===null)&&(s=r[Gn[t]])}if(r=r.parentNode,r===null||r===e.root||e._internalFilter(r)===fe.FILTER_ACCEPT)return null}}function g0(e,t,r){(!e||!e.nodeType)&&m0.NotSupportedError(),this._root=e,this._whatToShow=Number(t)||0,this._filter=r||null,this._active=!1,this._currentNode=e}Object.defineProperties(g0.prototype,{root:{get:function(){return this._root}},whatToShow:{get:function(){return this._whatToShow}},filter:{get:function(){return this._filter}},currentNode:{get:function(){return this._currentNode},set:function(t){if(!(t instanceof Bu))throw new TypeError("Not a Node");this._currentNode=t}},_internalFilter:{value:function(t){var r,a;if(this._active&&m0.InvalidStateError(),!(1<<t.nodeType-1&this._whatToShow))return fe.FILTER_SKIP;if(a=this._filter,a===null)r=fe.FILTER_ACCEPT;else{this._active=!0;try{typeof a=="function"?r=a(t):r=a.acceptNode(t)}finally{this._active=!1}}return+r}},parentNode:{value:function(){for(var t=this._currentNode;t!==this.root;){if(t=t.parentNode,t===null)return null;if(this._internalFilter(t)===fe.FILTER_ACCEPT)return this._currentNode=t,t}return null}},firstChild:{value:function(){return h0(this,"first")}},lastChild:{value:function(){return h0(this,"last")}},previousSibling:{value:function(){return p0(this,"previous")}},nextSibling:{value:function(){return p0(this,"next")}},previousNode:{value:function(){var t,r,a,s;for(t=this._currentNode;t!==this._root;){for(a=t.previousSibling;a;a=t.previousSibling)if(t=a,r=this._internalFilter(t),r!==fe.FILTER_REJECT){for(s=t.lastChild;s&&(t=s,r=this._internalFilter(t),r!==fe.FILTER_REJECT);s=t.lastChild);if(r===fe.FILTER_ACCEPT)return this._currentNode=t,t}if(t===this.root||t.parentNode===null)return null;if(t=t.parentNode,this._internalFilter(t)===fe.FILTER_ACCEPT)return this._currentNode=t,t}return null}},nextNode:{value:function(){var t,r,a,s;t=this._currentNode,r=fe.FILTER_ACCEPT;e:for(;;){for(a=t.firstChild;a;a=t.firstChild){if(t=a,r=this._internalFilter(t),r===fe.FILTER_ACCEPT)return this._currentNode=t,t;if(r===fe.FILTER_REJECT)break}for(s=d0.nextSkippingChildren(t,this.root);s;s=d0.nextSkippingChildren(t,this.root)){if(t=s,r=this._internalFilter(t),r===fe.FILTER_ACCEPT)return this._currentNode=t,t;if(r===fe.FILTER_SKIP)continue e}return null}}},toString:{value:function(){return"[object TreeWalker]"}}})});var w0=N(($f,N0)=>{"use strict";N0.exports=y0;var Wn=pr(),zn=Vn(),T0=ee();function Pu(e,t,r){return r?zn.next(e,t):e===t?null:zn.previous(e,null)}function _0(e,t){for(;t;t=t.parentNode)if(e===t)return!0;return!1}function v0(e,t){var r,a;for(r=e._referenceNode,a=e._pointerBeforeReferenceNode;;){if(a===t)a=!a;else if(r=Pu(r,e._root,t),r===null)return null;var s=e._internalFilter(r);if(s===Wn.FILTER_ACCEPT)break}return e._referenceNode=r,e._pointerBeforeReferenceNode=a,r}function y0(e,t,r){(!e||!e.nodeType)&&T0.NotSupportedError(),this._root=e,this._referenceNode=e,this._pointerBeforeReferenceNode=!0,this._whatToShow=Number(t)||0,this._filter=r||null,this._active=!1,e.doc._attachNodeIterator(this)}Object.defineProperties(y0.prototype,{root:{get:function(){return this._root}},referenceNode:{get:function(){return this._referenceNode}},pointerBeforeReferenceNode:{get:function(){return this._pointerBeforeReferenceNode}},whatToShow:{get:function(){return this._whatToShow}},filter:{get:function(){return this._filter}},_internalFilter:{value:function(t){var r,a;if(this._active&&T0.InvalidStateError(),!(1<<t.nodeType-1&this._whatToShow))return Wn.FILTER_SKIP;if(a=this._filter,a===null)r=Wn.FILTER_ACCEPT;else{this._active=!0;try{typeof a=="function"?r=a(t):r=a.acceptNode(t)}finally{this._active=!1}}return+r}},_preremove:{value:function(t){if(!_0(t,this._root)&&_0(t,this._referenceNode)){if(this._pointerBeforeReferenceNode){for(var r=t;r.lastChild;)r=r.lastChild;if(r=zn.next(r,this.root),r){this._referenceNode=r;return}this._pointerBeforeReferenceNode=!1}if(t.previousSibling===null)this._referenceNode=t.parentNode;else{this._referenceNode=t.previousSibling;var a;for(a=this._referenceNode.lastChild;a;a=this._referenceNode.lastChild)this._referenceNode=a}}}},nextNode:{value:function(){return v0(this,!0)}},previousNode:{value:function(){return v0(this,!1)}},detach:{value:function(){}},toString:{value:function(){return"[object NodeIterator]"}}})});var ca=N((Zf,S0)=>{"use strict";S0.exports=de;function de(e){if(!e)return Object.create(de.prototype);this.url=e.replace(/^[ \t\n\r\f]+|[ \t\n\r\f]+$/g,"");var t=de.pattern.exec(this.url);if(t){if(t[2]&&(this.scheme=t[2]),t[4]){var r=t[4].match(de.userinfoPattern);if(r&&(this.username=r[1],this.password=r[3],t[4]=t[4].substring(r[0].length)),t[4].match(de.portPattern)){var a=t[4].lastIndexOf(":");this.host=t[4].substring(0,a),this.port=t[4].substring(a+1)}else this.host=t[4]}t[5]&&(this.path=t[5]),t[6]&&(this.query=t[7]),t[8]&&(this.fragment=t[9])}}de.pattern=/^(([^:\/?#]+):)?(\/\/([^\/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?$/;de.userinfoPattern=/^([^@:]*)(:([^@]*))?@/;de.portPattern=/:\d+$/;de.authorityPattern=/^[^:\/?#]+:\/\//;de.hierarchyPattern=/^[^:\/?#]+:\//;de.percentEncode=function(t){var r=t.charCodeAt(0);if(r<256)return"%"+r.toString(16);throw Error("can't percent-encode codepoints > 255 yet")};de.prototype={constructor:de,isAbsolute:function(){return!!this.scheme},isAuthorityBased:function(){return de.authorityPattern.test(this.url)},isHierarchical:function(){return de.hierarchyPattern.test(this.url)},toString:function(){var e="";return this.scheme!==void 0&&(e+=this.scheme+":"),this.isAbsolute()&&(e+="//",(this.username||this.password)&&(e+=this.username||"",this.password&&(e+=":"+this.password),e+="@"),this.host&&(e+=this.host)),this.port!==void 0&&(e+=":"+this.port),this.path!==void 0&&(e+=this.path),this.query!==void 0&&(e+="?"+this.query),this.fragment!==void 0&&(e+="#"+this.fragment),e},resolve:function(e){var t=this,r=new de(e),a=new de;return r.scheme!==void 0?(a.scheme=r.scheme,a.username=r.username,a.password=r.password,a.host=r.host,a.port=r.port,a.path=o(r.path),a.query=r.query):(a.scheme=t.scheme,r.host!==void 0?(a.username=r.username,a.password=r.password,a.host=r.host,a.port=r.port,a.path=o(r.path),a.query=r.query):(a.username=t.username,a.password=t.password,a.host=t.host,a.port=t.port,r.path?(r.path.charAt(0)==="/"?a.path=o(r.path):(a.path=s(t.path,r.path),a.path=o(a.path)),a.query=r.query):(a.path=t.path,r.query!==void 0?a.query=r.query:a.query=t.query))),a.fragment=r.fragment,a.toString();function s(x,m){if(t.host!==void 0&&!t.path)return"/"+m;var h=x.lastIndexOf("/");return h===-1?m:x.substring(0,h+1)+m}function o(x){if(!x)return x;for(var m="";x.length>0;){if(x==="."||x===".."){x="";break}var h=x.substring(0,2),g=x.substring(0,3),v=x.substring(0,4);if(g==="../")x=x.substring(3);else if(h==="./")x=x.substring(2);else if(g==="/./")x="/"+x.substring(3);else if(h==="/."&&x.length===2)x="/";else if(v==="/../"||g==="/.."&&x.length===3)x="/"+x.substring(4),m=m.replace(/\/?[^\/]*$/,"");else{var ne=x.match(/(\/?([^\/]*))/)[0];m+=ne,x=x.substring(ne.length)}}return m}}}});var D0=N((Jf,C0)=>{"use strict";C0.exports=Xn;var A0=Mt();function Xn(e,t){A0.call(this,e,t)}Xn.prototype=Object.create(A0.prototype,{constructor:{value:Xn}})});var Kn=N((ed,k0)=>{"use strict";k0.exports={Event:Mt(),UIEvent:Ya(),MouseEvent:$a(),CustomEvent:D0()}});var M0=N(Pt=>{"use strict";Object.defineProperty(Pt,"__esModule",{value:!0});Pt.hyphenate=Pt.parse=void 0;function Uu(e){let t=[],r=0,a=0,s=0,o=0,x=0,m=null;for(;r<e.length;)switch(e.charCodeAt(r++)){case 40:a++;break;case 41:a--;break;case 39:s===0?s=39:s===39&&e.charCodeAt(r-1)!==92&&(s=0);break;case 34:s===0?s=34:s===34&&e.charCodeAt(r-1)!==92&&(s=0);break;case 58:!m&&a===0&&s===0&&(m=L0(e.substring(x,r-1).trim()),o=r);break;case 59:if(m&&o>0&&a===0&&s===0){let g=e.substring(o,r-1).trim();t.push(m,g),x=r,o=0,m=null}break}if(m&&o){let h=e.slice(o).trim();t.push(m,h)}return t}Pt.parse=Uu;function L0(e){return e.replace(/[a-z][A-Z]/g,t=>t.charAt(0)+"-"+t.charAt(1)).toLowerCase()}Pt.hyphenate=L0});var la=N((rd,H0)=>{"use strict";var{parse:Vu}=M0();H0.exports=function(e){let t=new q0(e),r={get:function(a,s){return s in a?a[s]:a.getPropertyValue(R0(s))},has:function(a,s){return!0},set:function(a,s,o){return s in a?a[s]=o:a.setProperty(R0(s),o??void 0),!0}};return new Proxy(t,r)};function R0(e){return e.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase()}function q0(e){this._element=e}var I0="!important";function O0(e){let t={property:{},priority:{}};if(!e)return t;let r=Vu(e);if(r.length<2)return t;for(let a=0;a<r.length;a+=2){let s=r[a],o=r[a+1];o.endsWith(I0)&&(t.priority[s]="important",o=o.slice(0,-I0.length).trim()),t.property[s]=o}return t}var Ut={};q0.prototype=Object.create(Object.prototype,{_parsed:{get:function(){if(!this._parsedStyles||this.cssText!==this._lastParsedText){var e=this.cssText;this._parsedStyles=O0(e),this._lastParsedText=e,delete this._names}return this._parsedStyles}},_serialize:{value:function(){var e=this._parsed,t="";for(var r in e.property)t&&(t+=" "),t+=r+": "+e.property[r],e.priority[r]&&(t+=" !"+e.priority[r]),t+=";";this.cssText=t,this._lastParsedText=t,delete this._names}},cssText:{get:function(){return this._element.getAttribute("style")},set:function(e){this._element.setAttribute("style",e)}},length:{get:function(){return this._names||(this._names=Object.getOwnPropertyNames(this._parsed.property)),this._names.length}},item:{value:function(e){return this._names||(this._names=Object.getOwnPropertyNames(this._parsed.property)),this._names[e]}},getPropertyValue:{value:function(e){return e=e.toLowerCase(),this._parsed.property[e]||""}},getPropertyPriority:{value:function(e){return e=e.toLowerCase(),this._parsed.priority[e]||""}},setProperty:{value:function(e,t,r){if(e=e.toLowerCase(),t==null&&(t=""),r==null&&(r=""),t!==Ut&&(t=""+t),t=t.trim(),t===""){this.removeProperty(e);return}if(!(r!==""&&r!==Ut&&!/^important$/i.test(r))){var a=this._parsed;if(t===Ut){if(!a.property[e])return;r!==""?a.priority[e]="important":delete a.priority[e]}else{if(t.indexOf(";")!==-1)return;var s=O0(e+":"+t);if(Object.getOwnPropertyNames(s.property).length===0||Object.getOwnPropertyNames(s.priority).length!==0)return;for(var o in s.property)a.property[o]=s.property[o],r!==Ut&&(r!==""?a.priority[o]="important":a.priority[o]&&delete a.priority[o])}this._serialize()}}},setPropertyValue:{value:function(e,t){return this.setProperty(e,t,Ut)}},setPropertyPriority:{value:function(e,t){return this.setProperty(e,Ut,t)}},removeProperty:{value:function(e){e=e.toLowerCase();var t=this._parsed;e in t.property&&(delete t.property[e],delete t.priority[e],this._serialize())}}})});var Yn=N((ad,F0)=>{"use strict";var ce=ca();F0.exports=mr;function mr(){}mr.prototype=Object.create(Object.prototype,{_url:{get:function(){return new ce(this.href)}},protocol:{get:function(){var e=this._url;return e&&e.scheme?e.scheme+":":":"},set:function(e){var t=this.href,r=new ce(t);r.isAbsolute()&&(e=e.replace(/:+$/,""),e=e.replace(/[^-+\.a-zA-Z0-9]/g,ce.percentEncode),e.length>0&&(r.scheme=e,t=r.toString())),this.href=t}},host:{get:function(){var e=this._url;return e.isAbsolute()&&e.isAuthorityBased()?e.host+(e.port?":"+e.port:""):""},set:function(e){var t=this.href,r=new ce(t);r.isAbsolute()&&r.isAuthorityBased()&&(e=e.replace(/[^-+\._~!$&'()*,;:=a-zA-Z0-9]/g,ce.percentEncode),e.length>0&&(r.host=e,delete r.port,t=r.toString())),this.href=t}},hostname:{get:function(){var e=this._url;return e.isAbsolute()&&e.isAuthorityBased()?e.host:""},set:function(e){var t=this.href,r=new ce(t);r.isAbsolute()&&r.isAuthorityBased()&&(e=e.replace(/^\/+/,""),e=e.replace(/[^-+\._~!$&'()*,;:=a-zA-Z0-9]/g,ce.percentEncode),e.length>0&&(r.host=e,t=r.toString())),this.href=t}},port:{get:function(){var e=this._url;return e.isAbsolute()&&e.isAuthorityBased()&&e.port!==void 0?e.port:""},set:function(e){var t=this.href,r=new ce(t);r.isAbsolute()&&r.isAuthorityBased()&&(e=""+e,e=e.replace(/[^0-9].*$/,""),e=e.replace(/^0+/,""),e.length===0&&(e="0"),parseInt(e,10)<=65535&&(r.port=e,t=r.toString())),this.href=t}},pathname:{get:function(){var e=this._url;return e.isAbsolute()&&e.isHierarchical()?e.path:""},set:function(e){var t=this.href,r=new ce(t);r.isAbsolute()&&r.isHierarchical()&&(e.charAt(0)!=="/"&&(e="/"+e),e=e.replace(/[^-+\._~!$&'()*,;:=@\/a-zA-Z0-9]/g,ce.percentEncode),r.path=e,t=r.toString()),this.href=t}},search:{get:function(){var e=this._url;return e.isAbsolute()&&e.isHierarchical()&&e.query!==void 0?"?"+e.query:""},set:function(e){var t=this.href,r=new ce(t);r.isAbsolute()&&r.isHierarchical()&&(e.charAt(0)==="?"&&(e=e.substring(1)),e=e.replace(/[^-+\._~!$&'()*,;:=@\/?a-zA-Z0-9]/g,ce.percentEncode),r.query=e,t=r.toString()),this.href=t}},hash:{get:function(){var e=this._url;return e==null||e.fragment==null||e.fragment===""?"":"#"+e.fragment},set:function(e){var t=this.href,r=new ce(t);e.charAt(0)==="#"&&(e=e.substring(1)),e=e.replace(/[^-+\._~!$&'()*,;:=@\/?a-zA-Z0-9]/g,ce.percentEncode),r.fragment=e,t=r.toString(),this.href=t}},username:{get:function(){var e=this._url;return e.username||""},set:function(e){var t=this.href,r=new ce(t);r.isAbsolute()&&(e=e.replace(/[\x00-\x1F\x7F-\uFFFF "#<>?`\/@\\:]/g,ce.percentEncode),r.username=e,t=r.toString()),this.href=t}},password:{get:function(){var e=this._url;return e.password||""},set:function(e){var t=this.href,r=new ce(t);r.isAbsolute()&&(e===""?r.password=null:(e=e.replace(/[\x00-\x1F\x7F-\uFFFF "#<>?`\/@\\]/g,ce.percentEncode),r.password=e),t=r.toString()),this.href=t}},origin:{get:function(){var e=this._url;if(e==null)return"";var t=function(r){var a=[e.scheme,e.host,+e.port||r];return a[0]+"://"+a[1]+(a[2]===r?"":":"+a[2])};switch(e.scheme){case"ftp":return t(21);case"gopher":return t(70);case"http":case"ws":return t(80);case"https":case"wss":return t(443);default:return e.scheme+"://"}}}});mr._inherit=function(e){Object.getOwnPropertyNames(mr.prototype).forEach(function(t){if(!(t==="constructor"||t==="href")){var r=Object.getOwnPropertyDescriptor(mr.prototype,t);Object.defineProperty(e,t,r)}})}});var Qn=N((nd,U0)=>{"use strict";var B0=mn(),ju=Kr().isApiWritable;U0.exports=function(e,t,r,a){var s=e.ctor;if(s){var o=e.props||{};if(e.attributes)for(var x in e.attributes){var m=e.attributes[x];(typeof m!="object"||Array.isArray(m))&&(m={type:m}),m.name||(m.name=x.toLowerCase()),o[x]=B0.property(m)}o.constructor={value:s,writable:ju},s.prototype=Object.create((e.superclass||t).prototype,o),e.events&&Wu(s,e.events),r[e.name]=s}else s=t;return(e.tags||e.tag&&[e.tag]||[]).forEach(function(h){a[h]=s}),s};function P0(e,t,r,a){this.body=e,this.document=t,this.form=r,this.element=a}P0.prototype.build=function(){return()=>{}};function Gu(e,t,r,a){var s=e.ownerDocument||Object.create(null),o=e.form||Object.create(null);e[t]=new P0(a,s,o,e).build()}function Wu(e,t){var r=e.prototype;t.forEach(function(a){Object.defineProperty(r,"on"+a,{get:function(){return this._getEventHandler(a)},set:function(s){this._setEventHandler(a,s)}}),B0.registerChangeHandler(e,"on"+a,Gu)})}});var fa=N(xa=>{"use strict";var $n=xe(),V0=Bt(),zu=la(),Te=ee(),j0=Yn(),Xu=Qn(),Xe=xa.elements={},gr=Object.create(null);xa.createElement=function(e,t,r){var a=gr[t]||Yu;return new a(e,t,r)};function _(e){return Xu(e,T,Xe,gr)}function te(e){return{get:function(){var t=this._getattr(e);if(t===null)return"";var r=this.doc._resolve(t);return r===null?t:r},set:function(t){this._setattr(e,t)}}}function ua(e){return{get:function(){var t=this._getattr(e);return t===null?null:t.toLowerCase()==="use-credentials"?"use-credentials":"anonymous"},set:function(t){t==null?this.removeAttribute(e):this._setattr(e,t)}}}var Vt={type:["","no-referrer","no-referrer-when-downgrade","same-origin","origin","strict-origin","origin-when-cross-origin","strict-origin-when-cross-origin","unsafe-url"],missing:""},Ku={A:!0,LINK:!0,BUTTON:!0,INPUT:!0,SELECT:!0,TEXTAREA:!0,COMMAND:!0},Le=function(e,t,r){T.call(this,e,t,r),this._form=null},T=xa.HTMLElement=_({superclass:V0,name:"HTMLElement",ctor:function(t,r,a){V0.call(this,t,r,Te.NAMESPACE.HTML,a)},props:{dangerouslySetInnerHTML:{set:function(e){this._innerHTML=e}},innerHTML:{get:function(){return this.serialize()},set:function(e){var t=this.ownerDocument.implementation.mozHTMLParser(this.ownerDocument._address,this);t.parse(e===null?"":String(e),!0);for(var r=this instanceof gr.template?this.content:this;r.hasChildNodes();)r.removeChild(r.firstChild);r.appendChild(t._asDocumentFragment())}},style:{get:function(){return this._style||(this._style=new zu(this)),this._style},set:function(e){e==null&&(e=""),this._setattr("style",String(e))}},blur:{value:function(){}},focus:{value:function(){}},forceSpellCheck:{value:function(){}},click:{value:function(){if(!this._click_in_progress){this._click_in_progress=!0;try{this._pre_click_activation_steps&&this._pre_click_activation_steps();var e=this.ownerDocument.createEvent("MouseEvent");e.initMouseEvent("click",!0,!0,this.ownerDocument.defaultView,1,0,0,0,0,!1,!1,!1,!1,0,null);var t=this.dispatchEvent(e);t?this._post_click_activation_steps&&this._post_click_activation_steps(e):this._cancelled_activation_steps&&this._cancelled_activation_steps()}finally{this._click_in_progress=!1}}}},submit:{value:Te.nyi}},attributes:{title:String,lang:String,dir:{type:["ltr","rtl","auto"],missing:""},draggable:{type:["true","false"],treatNullAsEmptyString:!0},spellcheck:{type:["true","false"],missing:""},enterKeyHint:{type:["enter","done","go","next","previous","search","send"],missing:""},autoCapitalize:{type:["off","on","none","sentences","words","characters"],missing:""},autoFocus:Boolean,accessKey:String,nonce:String,hidden:Boolean,translate:{type:["no","yes"],missing:""},tabIndex:{type:"long",default:function(){return this.tagName in Ku||this.contentEditable?0:-1}}},events:["abort","canplay","canplaythrough","change","click","contextmenu","cuechange","dblclick","drag","dragend","dragenter","dragleave","dragover","dragstart","drop","durationchange","emptied","ended","input","invalid","keydown","keypress","keyup","loadeddata","loadedmetadata","loadstart","mousedown","mousemove","mouseout","mouseover","mouseup","mousewheel","pause","play","playing","progress","ratechange","readystatechange","reset","seeked","seeking","select","show","stalled","submit","suspend","timeupdate","volumechange","waiting","blur","error","focus","load","scroll"]}),Yu=_({name:"HTMLUnknownElement",ctor:function(t,r,a){T.call(this,t,r,a)}}),Me={form:{get:function(){return this._form}}};_({tag:"a",name:"HTMLAnchorElement",ctor:function(t,r,a){T.call(this,t,r,a)},props:{_post_click_activation_steps:{value:function(e){this.href&&(this.ownerDocument.defaultView.location=this.href)}}},attributes:{href:te,ping:String,download:String,target:String,rel:String,media:String,hreflang:String,type:String,referrerPolicy:Vt,coords:String,charset:String,name:String,rev:String,shape:String}});j0._inherit(gr.a.prototype);_({tag:"area",name:"HTMLAreaElement",ctor:function(t,r,a){T.call(this,t,r,a)},attributes:{alt:String,target:String,download:String,rel:String,media:String,href:te,hreflang:String,type:String,shape:String,coords:String,ping:String,referrerPolicy:Vt,noHref:Boolean}});j0._inherit(gr.area.prototype);_({tag:"br",name:"HTMLBRElement",ctor:function(t,r,a){T.call(this,t,r,a)},attributes:{clear:String}});_({tag:"base",name:"HTMLBaseElement",ctor:function(t,r,a){T.call(this,t,r,a)},attributes:{target:String}});_({tag:"body",name:"HTMLBodyElement",ctor:function(t,r,a){T.call(this,t,r,a)},events:["afterprint","beforeprint","beforeunload","blur","error","focus","hashchange","load","message","offline","online","pagehide","pageshow","popstate","resize","scroll","storage","unload"],attributes:{text:{type:String,treatNullAsEmptyString:!0},link:{type:String,treatNullAsEmptyString:!0},vLink:{type:String,treatNullAsEmptyString:!0},aLink:{type:String,treatNullAsEmptyString:!0},bgColor:{type:String,treatNullAsEmptyString:!0},background:String}});_({tag:"button",name:"HTMLButtonElement",ctor:function(t,r,a){Le.call(this,t,r,a)},props:Me,attributes:{name:String,value:String,disabled:Boolean,autofocus:Boolean,type:{type:["submit","reset","button","menu"],missing:"submit"},formTarget:String,formAction:te,formNoValidate:Boolean,formMethod:{type:["get","post","dialog"],invalid:"get",missing:""},formEnctype:{type:["application/x-www-form-urlencoded","multipart/form-data","text/plain"],invalid:"application/x-www-form-urlencoded",missing:""}}});_({tag:"dl",name:"HTMLDListElement",ctor:function(t,r,a){T.call(this,t,r,a)},attributes:{compact:Boolean}});_({tag:"data",name:"HTMLDataElement",ctor:function(t,r,a){T.call(this,t,r,a)},attributes:{value:String}});_({tag:"datalist",name:"HTMLDataListElement",ctor:function(t,r,a){T.call(this,t,r,a)}});_({tag:"details",name:"HTMLDetailsElement",ctor:function(t,r,a){T.call(this,t,r,a)},attributes:{open:Boolean}});_({tag:"div",name:"HTMLDivElement",ctor:function(t,r,a){T.call(this,t,r,a)},attributes:{align:String}});_({tag:"embed",name:"HTMLEmbedElement",ctor:function(t,r,a){T.call(this,t,r,a)},attributes:{src:te,type:String,width:String,height:String,align:String,name:String}});_({tag:"fieldset",name:"HTMLFieldSetElement",ctor:function(t,r,a){Le.call(this,t,r,a)},props:Me,attributes:{disabled:Boolean,name:String}});_({tag:"form",name:"HTMLFormElement",ctor:function(t,r,a){T.call(this,t,r,a)},attributes:{action:String,autocomplete:{type:["on","off"],missing:"on"},name:String,acceptCharset:{name:"accept-charset"},target:String,noValidate:Boolean,method:{type:["get","post","dialog"],invalid:"get",missing:"get"},enctype:{type:["application/x-www-form-urlencoded","multipart/form-data","text/plain"],invalid:"application/x-www-form-urlencoded",missing:"application/x-www-form-urlencoded"},encoding:{name:"enctype",type:["application/x-www-form-urlencoded","multipart/form-data","text/plain"],invalid:"application/x-www-form-urlencoded",missing:"application/x-www-form-urlencoded"}}});_({tag:"hr",name:"HTMLHRElement",ctor:function(t,r,a){T.call(this,t,r,a)},attributes:{align:String,color:String,noShade:Boolean,size:String,width:String}});_({tag:"head",name:"HTMLHeadElement",ctor:function(t,r,a){T.call(this,t,r,a)}});_({tags:["h1","h2","h3","h4","h5","h6"],name:"HTMLHeadingElement",ctor:function(t,r,a){T.call(this,t,r,a)},attributes:{align:String}});_({tag:"html",name:"HTMLHtmlElement",ctor:function(t,r,a){T.call(this,t,r,a)},attributes:{xmlns:te,version:String}});_({tag:"iframe",name:"HTMLIFrameElement",ctor:function(t,r,a){T.call(this,t,r,a)},attributes:{src:te,srcdoc:String,name:String,width:String,height:String,seamless:Boolean,allow:Boolean,allowFullscreen:Boolean,allowUserMedia:Boolean,allowPaymentRequest:Boolean,referrerPolicy:Vt,loading:{type:["eager","lazy"],treatNullAsEmptyString:!0},align:String,scrolling:String,frameBorder:String,longDesc:te,marginHeight:{type:String,treatNullAsEmptyString:!0},marginWidth:{type:String,treatNullAsEmptyString:!0}}});_({tag:"img",name:"HTMLImageElement",ctor:function(t,r,a){T.call(this,t,r,a)},attributes:{alt:String,src:te,srcset:String,crossOrigin:ua,useMap:String,isMap:Boolean,sizes:String,height:{type:"unsigned long",default:0},width:{type:"unsigned long",default:0},referrerPolicy:Vt,loading:{type:["eager","lazy"],missing:""},name:String,lowsrc:te,align:String,hspace:{type:"unsigned long",default:0},vspace:{type:"unsigned long",default:0},longDesc:te,border:{type:String,treatNullAsEmptyString:!0}}});_({tag:"input",name:"HTMLInputElement",ctor:function(t,r,a){Le.call(this,t,r,a)},props:{form:Me.form,_post_click_activation_steps:{value:function(e){if(this.type==="checkbox")this.checked=!this.checked;else if(this.type==="radio")for(var t=this.form.getElementsByName(this.name),r=t.length-1;r>=0;r--){var a=t[r];a.checked=a===this}}}},attributes:{name:String,disabled:Boolean,autofocus:Boolean,accept:String,alt:String,max:String,min:String,pattern:String,placeholder:String,step:String,dirName:String,defaultValue:{name:"value"},multiple:Boolean,required:Boolean,readOnly:Boolean,checked:Boolean,value:String,src:te,defaultChecked:{name:"checked",type:Boolean},size:{type:"unsigned long",default:20,min:1,setmin:1},width:{type:"unsigned long",min:0,setmin:0,default:0},height:{type:"unsigned long",min:0,setmin:0,default:0},minLength:{type:"unsigned long",min:0,setmin:0,default:-1},maxLength:{type:"unsigned long",min:0,setmin:0,default:-1},autocomplete:String,type:{type:["text","hidden","search","tel","url","email","password","datetime","date","month","week","time","datetime-local","number","range","color","checkbox","radio","file","submit","image","reset","button"],missing:"text"},formTarget:String,formNoValidate:Boolean,formMethod:{type:["get","post"],invalid:"get",missing:""},formEnctype:{type:["application/x-www-form-urlencoded","multipart/form-data","text/plain"],invalid:"application/x-www-form-urlencoded",missing:""},inputMode:{type:["verbatim","latin","latin-name","latin-prose","full-width-latin","kana","kana-name","katakana","numeric","tel","email","url"],missing:""},align:String,useMap:String}});_({tag:"keygen",name:"HTMLKeygenElement",ctor:function(t,r,a){Le.call(this,t,r,a)},props:Me,attributes:{name:String,disabled:Boolean,autofocus:Boolean,challenge:String,keytype:{type:["rsa"],missing:""}}});_({tag:"li",name:"HTMLLIElement",ctor:function(t,r,a){T.call(this,t,r,a)},attributes:{value:{type:"long",default:0},type:String}});_({tag:"label",name:"HTMLLabelElement",ctor:function(t,r,a){Le.call(this,t,r,a)},props:Me,attributes:{htmlFor:{name:"for",type:String}}});_({tag:"legend",name:"HTMLLegendElement",ctor:function(t,r,a){T.call(this,t,r,a)},attributes:{align:String}});_({tag:"link",name:"HTMLLinkElement",ctor:function(t,r,a){T.call(this,t,r,a)},attributes:{href:te,rel:String,media:String,hreflang:String,type:String,crossOrigin:ua,nonce:String,integrity:String,referrerPolicy:Vt,imageSizes:String,imageSrcset:String,charset:String,rev:String,target:String}});_({tag:"map",name:"HTMLMapElement",ctor:function(t,r,a){T.call(this,t,r,a)},attributes:{name:String}});_({tag:"menu",name:"HTMLMenuElement",ctor:function(t,r,a){T.call(this,t,r,a)},attributes:{type:{type:["context","popup","toolbar"],missing:"toolbar"},label:String,compact:Boolean}});_({tag:"meta",name:"HTMLMetaElement",ctor:function(t,r,a){T.call(this,t,r,a)},attributes:{name:String,content:String,httpEquiv:{name:"http-equiv",type:String},scheme:String}});_({tag:"meter",name:"HTMLMeterElement",ctor:function(t,r,a){Le.call(this,t,r,a)},props:Me});_({tags:["ins","del"],name:"HTMLModElement",ctor:function(t,r,a){T.call(this,t,r,a)},attributes:{cite:te,dateTime:String}});_({tag:"ol",name:"HTMLOListElement",ctor:function(t,r,a){T.call(this,t,r,a)},props:{_numitems:{get:function(){var e=0;return this.childNodes.forEach(function(t){t.nodeType===$n.ELEMENT_NODE&&t.tagName==="LI"&&e++}),e}}},attributes:{type:String,reversed:Boolean,start:{type:"long",default:function(){return this.reversed?this._numitems:1}},compact:Boolean}});_({tag:"object",name:"HTMLObjectElement",ctor:function(t,r,a){Le.call(this,t,r,a)},props:Me,attributes:{data:te,type:String,name:String,useMap:String,typeMustMatch:Boolean,width:String,height:String,align:String,archive:String,code:String,declare:Boolean,hspace:{type:"unsigned long",default:0},standby:String,vspace:{type:"unsigned long",default:0},codeBase:te,codeType:String,border:{type:String,treatNullAsEmptyString:!0}}});_({tag:"optgroup",name:"HTMLOptGroupElement",ctor:function(t,r,a){T.call(this,t,r,a)},attributes:{disabled:Boolean,label:String}});_({tag:"option",name:"HTMLOptionElement",ctor:function(t,r,a){T.call(this,t,r,a)},props:{form:{get:function(){for(var e=this.parentNode;e&&e.nodeType===$n.ELEMENT_NODE;){if(e.localName==="select")return e.form;e=e.parentNode}}},value:{get:function(){return this._getattr("value")||this.text},set:function(e){this._setattr("value",e)}},text:{get:function(){return this.textContent.replace(/[ \t\n\f\r]+/g," ").trim()},set:function(e){this.textContent=e}}},attributes:{disabled:Boolean,defaultSelected:{name:"selected",type:Boolean},label:String}});_({tag:"output",name:"HTMLOutputElement",ctor:function(t,r,a){Le.call(this,t,r,a)},props:Me,attributes:{name:String}});_({tag:"p",name:"HTMLParagraphElement",ctor:function(t,r,a){T.call(this,t,r,a)},attributes:{align:String}});_({tag:"param",name:"HTMLParamElement",ctor:function(t,r,a){T.call(this,t,r,a)},attributes:{name:String,value:String,type:String,valueType:String}});_({tags:["pre","listing","xmp"],name:"HTMLPreElement",ctor:function(t,r,a){T.call(this,t,r,a)},attributes:{width:{type:"long",default:0}}});_({tag:"progress",name:"HTMLProgressElement",ctor:function(t,r,a){Le.call(this,t,r,a)},props:Me,attributes:{max:{type:Number,float:!0,default:1,min:0}}});_({tags:["q","blockquote"],name:"HTMLQuoteElement",ctor:function(t,r,a){T.call(this,t,r,a)},attributes:{cite:te}});_({tag:"script",name:"HTMLScriptElement",ctor:function(t,r,a){T.call(this,t,r,a)},props:{text:{get:function(){for(var e="",t=0,r=this.childNodes.length;t<r;t++){var a=this.childNodes[t];a.nodeType===$n.TEXT_NODE&&(e+=a._data)}return e},set:function(e){this.removeChildren(),e!==null&&e!==""&&this.appendChild(this.ownerDocument.createTextNode(e))}}},attributes:{src:te,type:String,charset:String,referrerPolicy:Vt,defer:Boolean,async:Boolean,nomodule:Boolean,crossOrigin:ua,nonce:String,integrity:String}});_({tag:"select",name:"HTMLSelectElement",ctor:function(t,r,a){Le.call(this,t,r,a)},props:{form:Me.form,options:{get:function(){return this.getElementsByTagName("option")}}},attributes:{autocomplete:String,name:String,disabled:Boolean,autofocus:Boolean,multiple:Boolean,required:Boolean,size:{type:"unsigned long",default:0}}});_({tag:"span",name:"HTMLSpanElement",ctor:function(t,r,a){T.call(this,t,r,a)}});_({tag:"style",name:"HTMLStyleElement",ctor:function(t,r,a){T.call(this,t,r,a)},attributes:{media:String,type:String,scoped:Boolean}});_({tag:"caption",name:"HTMLTableCaptionElement",ctor:function(t,r,a){T.call(this,t,r,a)},attributes:{align:String}});_({name:"HTMLTableCellElement",ctor:function(t,r,a){T.call(this,t,r,a)},attributes:{colSpan:{type:"unsigned long",default:1},rowSpan:{type:"unsigned long",default:1},scope:{type:["row","col","rowgroup","colgroup"],missing:""},abbr:String,align:String,axis:String,height:String,width:String,ch:{name:"char",type:String},chOff:{name:"charoff",type:String},noWrap:Boolean,vAlign:String,bgColor:{type:String,treatNullAsEmptyString:!0}}});_({tags:["col","colgroup"],name:"HTMLTableColElement",ctor:function(t,r,a){T.call(this,t,r,a)},attributes:{span:{type:"limited unsigned long with fallback",default:1,min:1},align:String,ch:{name:"char",type:String},chOff:{name:"charoff",type:String},vAlign:String,width:String}});_({tag:"table",name:"HTMLTableElement",ctor:function(t,r,a){T.call(this,t,r,a)},props:{rows:{get:function(){return this.getElementsByTagName("tr")}}},attributes:{align:String,border:String,frame:String,rules:String,summary:String,width:String,bgColor:{type:String,treatNullAsEmptyString:!0},cellPadding:{type:String,treatNullAsEmptyString:!0},cellSpacing:{type:String,treatNullAsEmptyString:!0}}});_({tag:"template",name:"HTMLTemplateElement",ctor:function(t,r,a){T.call(this,t,r,a),this._contentFragment=t._templateDoc.createDocumentFragment()},props:{content:{get:function(){return this._contentFragment}},serialize:{value:function(){return this.content.serialize()}}}});_({tag:"tr",name:"HTMLTableRowElement",ctor:function(t,r,a){T.call(this,t,r,a)},props:{cells:{get:function(){return this.querySelectorAll("td,th")}}},attributes:{align:String,ch:{name:"char",type:String},chOff:{name:"charoff",type:String},vAlign:String,bgColor:{type:String,treatNullAsEmptyString:!0}}});_({tags:["thead","tfoot","tbody"],name:"HTMLTableSectionElement",ctor:function(t,r,a){T.call(this,t,r,a)},props:{rows:{get:function(){return this.getElementsByTagName("tr")}}},attributes:{align:String,ch:{name:"char",type:String},chOff:{name:"charoff",type:String},vAlign:String}});_({tag:"textarea",name:"HTMLTextAreaElement",ctor:function(t,r,a){Le.call(this,t,r,a)},props:{form:Me.form,type:{get:function(){return"textarea"}},defaultValue:{get:function(){return this.textContent},set:function(e){this.textContent=e}},value:{get:function(){return this.defaultValue},set:function(e){this.defaultValue=e}},textLength:{get:function(){return this.value.length}}},attributes:{autocomplete:String,name:String,disabled:Boolean,autofocus:Boolean,placeholder:String,wrap:String,dirName:String,required:Boolean,readOnly:Boolean,rows:{type:"limited unsigned long with fallback",default:2},cols:{type:"limited unsigned long with fallback",default:20},maxLength:{type:"unsigned long",min:0,setmin:0,default:-1},minLength:{type:"unsigned long",min:0,setmin:0,default:-1},inputMode:{type:["verbatim","latin","latin-name","latin-prose","full-width-latin","kana","kana-name","katakana","numeric","tel","email","url"],missing:""}}});_({tag:"time",name:"HTMLTimeElement",ctor:function(t,r,a){T.call(this,t,r,a)},attributes:{dateTime:String,pubDate:Boolean}});_({tag:"title",name:"HTMLTitleElement",ctor:function(t,r,a){T.call(this,t,r,a)},props:{text:{get:function(){return this.textContent}}}});_({tag:"ul",name:"HTMLUListElement",ctor:function(t,r,a){T.call(this,t,r,a)},attributes:{type:String,compact:Boolean}});_({name:"HTMLMediaElement",ctor:function(t,r,a){T.call(this,t,r,a)},attributes:{src:te,crossOrigin:ua,preload:{type:["metadata","none","auto",{value:"",alias:"auto"}],missing:"auto"},loop:Boolean,autoplay:Boolean,mediaGroup:String,controls:Boolean,defaultMuted:{name:"muted",type:Boolean}}});_({name:"HTMLAudioElement",tag:"audio",superclass:Xe.HTMLMediaElement,ctor:function(t,r,a){Xe.HTMLMediaElement.call(this,t,r,a)}});_({name:"HTMLVideoElement",tag:"video",superclass:Xe.HTMLMediaElement,ctor:function(t,r,a){Xe.HTMLMediaElement.call(this,t,r,a)},attributes:{poster:te,width:{type:"unsigned long",min:0,default:0},height:{type:"unsigned long",min:0,default:0}}});_({tag:"td",name:"HTMLTableDataCellElement",superclass:Xe.HTMLTableCellElement,ctor:function(t,r,a){Xe.HTMLTableCellElement.call(this,t,r,a)}});_({tag:"th",name:"HTMLTableHeaderCellElement",superclass:Xe.HTMLTableCellElement,ctor:function(t,r,a){Xe.HTMLTableCellElement.call(this,t,r,a)}});_({tag:"frameset",name:"HTMLFrameSetElement",ctor:function(t,r,a){T.call(this,t,r,a)}});_({tag:"frame",name:"HTMLFrameElement",ctor:function(t,r,a){T.call(this,t,r,a)}});_({tag:"canvas",name:"HTMLCanvasElement",ctor:function(t,r,a){T.call(this,t,r,a)},props:{getContext:{value:Te.nyi},probablySupportsContext:{value:Te.nyi},setContext:{value:Te.nyi},transferControlToProxy:{value:Te.nyi},toDataURL:{value:Te.nyi},toBlob:{value:Te.nyi}},attributes:{width:{type:"unsigned long",default:300},height:{type:"unsigned long",default:150}}});_({tag:"dialog",name:"HTMLDialogElement",ctor:function(t,r,a){T.call(this,t,r,a)},props:{show:{value:Te.nyi},showModal:{value:Te.nyi},close:{value:Te.nyi}},attributes:{open:Boolean,returnValue:String}});_({tag:"menuitem",name:"HTMLMenuItemElement",ctor:function(t,r,a){T.call(this,t,r,a)},props:{_label:{get:function(){var e=this._getattr("label");return e!==null&&e!==""?e:(e=this.textContent,e.replace(/[ \t\n\f\r]+/g," ").trim())}},label:{get:function(){var e=this._getattr("label");return e!==null?e:this._label},set:function(e){this._setattr("label",e)}}},attributes:{type:{type:["command","checkbox","radio"],missing:"command"},icon:te,disabled:Boolean,checked:Boolean,radiogroup:String,default:Boolean}});_({tag:"source",name:"HTMLSourceElement",ctor:function(t,r,a){T.call(this,t,r,a)},attributes:{srcset:String,sizes:String,media:String,src:te,type:String,width:String,height:String}});_({tag:"track",name:"HTMLTrackElement",ctor:function(t,r,a){T.call(this,t,r,a)},attributes:{src:te,srclang:String,label:String,default:Boolean,kind:{type:["subtitles","captions","descriptions","chapters","metadata"],missing:"subtitles",invalid:"metadata"}},props:{NONE:{get:function(){return 0}},LOADING:{get:function(){return 1}},LOADED:{get:function(){return 2}},ERROR:{get:function(){return 3}},readyState:{get:Te.nyi},track:{get:Te.nyi}}});_({tag:"font",name:"HTMLFontElement",ctor:function(t,r,a){T.call(this,t,r,a)},attributes:{color:{type:String,treatNullAsEmptyString:!0},face:{type:String},size:{type:String}}});_({tag:"dir",name:"HTMLDirectoryElement",ctor:function(t,r,a){T.call(this,t,r,a)},attributes:{compact:Boolean}});_({tags:["abbr","address","article","aside","b","bdi","bdo","cite","content","code","dd","dfn","dt","em","figcaption","figure","footer","header","hgroup","i","kbd","main","mark","nav","noscript","rb","rp","rt","rtc","ruby","s","samp","section","small","strong","sub","summary","sup","u","var","wbr","acronym","basefont","big","center","nobr","noembed","noframes","plaintext","strike","tt"]})});var ei=N(da=>{"use strict";var G0=Bt(),Qu=Qn(),$u=ee(),Zu=la(),Ju=da.elements={},W0=Object.create(null);da.createElement=function(e,t,r){var a=W0[t]||Jn;return new a(e,t,r)};function Zn(e){return Qu(e,Jn,Ju,W0)}var Jn=Zn({superclass:G0,name:"SVGElement",ctor:function(t,r,a){G0.call(this,t,r,$u.NAMESPACE.SVG,a)},props:{style:{get:function(){return this._style||(this._style=new Zu(this)),this._style}}}});Zn({name:"SVGSVGElement",ctor:function(t,r,a){Jn.call(this,t,r,a)},tag:"svg",props:{createSVGRect:{value:function(){return da.createElement(this.ownerDocument,"rect",null)}}}});Zn({tags:["a","altGlyph","altGlyphDef","altGlyphItem","animate","animateColor","animateMotion","animateTransform","circle","clipPath","color-profile","cursor","defs","desc","ellipse","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","filter","font","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignObject","g","glyph","glyphRef","hkern","image","line","linearGradient","marker","mask","metadata","missing-glyph","mpath","path","pattern","polygon","polyline","radialGradient","rect","script","set","stop","style","switch","symbol","text","textPath","title","tref","tspan","use","view","vkern"]})});var X0=N((od,z0)=>{"use strict";z0.exports={VALUE:1,ATTR:2,REMOVE_ATTR:3,REMOVE:4,MOVE:5,INSERT:6}});var pa=N((cd,ao)=>{"use strict";ao.exports=Er;var he=xe(),ex=yt(),J0=$r(),ft=Bt(),tx=Rn(),rx=On(),br=Mt(),ax=Hn(),nx=Bn(),ix=_r(),sx=E0(),ox=w0(),K0=pr(),Y0=ca(),Q0=ra(),cx=Kn(),ha=Zr(),ti=fa(),lx=ei(),B=ee(),jt=X0(),Wt=B.NAMESPACE,ri=Kr().isApiWritable;function Er(e,t){J0.call(this),this.nodeType=he.DOCUMENT_NODE,this.isHTML=e,this._address=t||"about:blank",this.readyState="loading",this.implementation=new ix(this),this.ownerDocument=null,this._contentType=e?"text/html":"application/xml",this.doctype=null,this.documentElement=null,this._templateDocCache=null,this._nodeIterators=null,this._nid=1,this._nextnid=2,this._nodes=[null,this],this.byId=Object.create(null),this.modclock=0}var ux={event:"Event",customevent:"CustomEvent",uievent:"UIEvent",mouseevent:"MouseEvent"},xx={events:"event",htmlevents:"event",mouseevents:"mouseevent",mutationevents:"mutationevent",uievents:"uievent"},Gt=function(e,t,r){return{get:function(){var a=e.call(this);return a?a[t]:r},set:function(a){var s=e.call(this);s&&(s[t]=a)}}};function $0(e,t){var r,a,s;return e===""&&(e=null),ha.isValidQName(t)||B.InvalidCharacterError(),r=null,a=t,s=t.indexOf(":"),s>=0&&(r=t.substring(0,s),a=t.substring(s+1)),r!==null&&e===null&&B.NamespaceError(),r==="xml"&&e!==Wt.XML&&B.NamespaceError(),(r==="xmlns"||t==="xmlns")&&e!==Wt.XMLNS&&B.NamespaceError(),e===Wt.XMLNS&&!(r==="xmlns"||t==="xmlns")&&B.NamespaceError(),{namespace:e,prefix:r,localName:a}}Er.prototype=Object.create(J0.prototype,{_setMutationHandler:{value:function(e){this.mutationHandler=e}},_dispatchRendererEvent:{value:function(e,t,r){var a=this._nodes[e];a&&a._dispatchEvent(new br(t,r),!0)}},nodeName:{value:"#document"},nodeValue:{get:function(){return null},set:function(){}},documentURI:{get:function(){return this._address},set:B.nyi},compatMode:{get:function(){return this._quirks?"BackCompat":"CSS1Compat"}},createTextNode:{value:function(e){return new tx(this,String(e))}},createComment:{value:function(e){return new rx(this,e)}},createDocumentFragment:{value:function(){return new ax(this)}},createProcessingInstruction:{value:function(e,t){return(!ha.isValidName(e)||t.indexOf("?>")!==-1)&&B.InvalidCharacterError(),new nx(this,e,t)}},createAttribute:{value:function(e){return e=String(e),ha.isValidName(e)||B.InvalidCharacterError(),this.isHTML&&(e=B.toASCIILowerCase(e)),new ft._Attr(null,e,null,null,"")}},createAttributeNS:{value:function(e,t){e=e==null||e===""?null:String(e),t=String(t);var r=$0(e,t);return new ft._Attr(null,r.localName,r.prefix,r.namespace,"")}},createElement:{value:function(e){return e=String(e),ha.isValidName(e)||B.InvalidCharacterError(),this.isHTML?(/[A-Z]/.test(e)&&(e=B.toASCIILowerCase(e)),ti.createElement(this,e,null)):this.contentType==="application/xhtml+xml"?ti.createElement(this,e,null):new ft(this,e,null,null)},writable:ri},createElementNS:{value:function(e,t){e=e==null||e===""?null:String(e),t=String(t);var r=$0(e,t);return this._createElementNS(r.localName,r.namespace,r.prefix)},writable:ri},_createElementNS:{value:function(e,t,r){return t===Wt.HTML?ti.createElement(this,e,r):t===Wt.SVG?lx.createElement(this,e,r):new ft(this,e,t,r)}},createEvent:{value:function(t){t=t.toLowerCase();var r=xx[t]||t,a=cx[ux[r]];if(a){var s=new a;return s._initialized=!1,s}else B.NotSupportedError()}},createTreeWalker:{value:function(e,t,r){if(!e)throw new TypeError("root argument is required");if(!(e instanceof he))throw new TypeError("root not a node");return t=t===void 0?K0.SHOW_ALL:+t,r=r===void 0?null:r,new sx(e,t,r)}},createNodeIterator:{value:function(e,t,r){if(!e)throw new TypeError("root argument is required");if(!(e instanceof he))throw new TypeError("root not a node");return t=t===void 0?K0.SHOW_ALL:+t,r=r===void 0?null:r,new ox(e,t,r)}},_attachNodeIterator:{value:function(e){this._nodeIterators||(this._nodeIterators=[]),this._nodeIterators.push(e)}},_detachNodeIterator:{value:function(e){var t=this._nodeIterators.indexOf(e);this._nodeIterators.splice(t,1)}},_preremoveNodeIterators:{value:function(e){this._nodeIterators&&this._nodeIterators.forEach(function(t){t._preremove(e)})}},_updateDocTypeElement:{value:function(){this.doctype=this.documentElement=null;for(var t=this.firstChild;t!==null;t=t.nextSibling)t.nodeType===he.DOCUMENT_TYPE_NODE?this.doctype=t:t.nodeType===he.ELEMENT_NODE&&(this.documentElement=t)}},insertBefore:{value:function(t,r){return he.prototype.insertBefore.call(this,t,r),this._updateDocTypeElement(),t}},replaceChild:{value:function(t,r){return he.prototype.replaceChild.call(this,t,r),this._updateDocTypeElement(),r}},removeChild:{value:function(t){return he.prototype.removeChild.call(this,t),this._updateDocTypeElement(),t}},getElementById:{value:function(e){var t=this.byId[e];return t?t instanceof Ke?t.getFirst():t:null}},_hasMultipleElementsWithId:{value:function(e){return this.byId[e]instanceof Ke}},getElementsByName:{value:ft.prototype.getElementsByName},getElementsByTagName:{value:ft.prototype.getElementsByTagName},getElementsByTagNameNS:{value:ft.prototype.getElementsByTagNameNS},getElementsByClassName:{value:ft.prototype.getElementsByClassName},adoptNode:{value:function(t){return t.nodeType===he.DOCUMENT_NODE&&B.NotSupportedError(),t.nodeType===he.ATTRIBUTE_NODE||(t.parentNode&&t.parentNode.removeChild(t),t.ownerDocument!==this&&ro(t,this)),t}},importNode:{value:function(t,r){return this.adoptNode(t.cloneNode(r))},writable:ri},origin:{get:function(){return null}},characterSet:{get:function(){return"UTF-8"}},contentType:{get:function(){return this._contentType}},URL:{get:function(){return this._address}},domain:{get:B.nyi,set:B.nyi},referrer:{get:B.nyi},cookie:{get:B.nyi,set:B.nyi},lastModified:{get:B.nyi},location:{get:function(){return this.defaultView?this.defaultView.location:null},set:B.nyi},_titleElement:{get:function(){return this.getElementsByTagName("title").item(0)||null}},title:{get:function(){var e=this._titleElement,t=e?e.textContent:"";return t.replace(/[ \t\n\r\f]+/g," ").replace(/(^ )|( $)/g,"")},set:function(e){var t=this._titleElement,r=this.head;!t&&!r||(t||(t=this.createElement("title"),r.appendChild(t)),t.textContent=e)}},dir:Gt(function(){var e=this.documentElement;if(e&&e.tagName==="HTML")return e},"dir",""),fgColor:Gt(function(){return this.body},"text",""),linkColor:Gt(function(){return this.body},"link",""),vlinkColor:Gt(function(){return this.body},"vLink",""),alinkColor:Gt(function(){return this.body},"aLink",""),bgColor:Gt(function(){return this.body},"bgColor",""),charset:{get:function(){return this.characterSet}},inputEncoding:{get:function(){return this.characterSet}},scrollingElement:{get:function(){return this._quirks?this.body:this.documentElement}},body:{get:function(){return Z0(this.documentElement,"body")},set:B.nyi},head:{get:function(){return Z0(this.documentElement,"head")}},images:{get:B.nyi},embeds:{get:B.nyi},plugins:{get:B.nyi},links:{get:B.nyi},forms:{get:B.nyi},scripts:{get:B.nyi},applets:{get:function(){return[]}},activeElement:{get:function(){return null}},innerHTML:{get:function(){return this.serialize()},set:B.nyi},outerHTML:{get:function(){return this.serialize()},set:B.nyi},write:{value:function(e){if(this.isHTML||B.InvalidStateError(),!!this._parser){this._parser;var t=arguments.join("");this._parser.parse(t)}}},writeln:{value:function(t){this.write(Array.prototype.join.call(arguments,"")+`
|
|
6
|
+
`)}},open:{value:function(){this.documentElement=null}},close:{value:function(){this.readyState="interactive",this._dispatchEvent(new br("readystatechange"),!0),this._dispatchEvent(new br("DOMContentLoaded"),!0),this.readyState="complete",this._dispatchEvent(new br("readystatechange"),!0),this.defaultView&&this.defaultView._dispatchEvent(new br("load"),!0)}},clone:{value:function(){var t=new Er(this.isHTML,this._address);return t._quirks=this._quirks,t._contentType=this._contentType,t}},cloneNode:{value:function(t){var r=he.prototype.cloneNode.call(this,!1);if(t)for(var a=this.firstChild;a!==null;a=a.nextSibling)r._appendChild(r.importNode(a,!0));return r._updateDocTypeElement(),r}},isEqual:{value:function(t){return!0}},mutateValue:{value:function(e){this.mutationHandler&&this.mutationHandler({type:jt.VALUE,target:e,data:e.data})}},mutateAttr:{value:function(e,t){this.mutationHandler&&this.mutationHandler({type:jt.ATTR,target:e.ownerElement,attr:e})}},mutateRemoveAttr:{value:function(e){this.mutationHandler&&this.mutationHandler({type:jt.REMOVE_ATTR,target:e.ownerElement,attr:e})}},mutateRemove:{value:function(e){this.mutationHandler&&this.mutationHandler({type:jt.REMOVE,target:e.parentNode,node:e}),to(e)}},mutateInsert:{value:function(e){eo(e),this.mutationHandler&&this.mutationHandler({type:jt.INSERT,target:e.parentNode,node:e})}},mutateMove:{value:function(e){this.mutationHandler&&this.mutationHandler({type:jt.MOVE,target:e})}},addId:{value:function(t,r){var a=this.byId[t];a?(a instanceof Ke||(a=new Ke(a),this.byId[t]=a),a.add(r)):this.byId[t]=r}},delId:{value:function(t,r){var a=this.byId[t];B.assert(a),a instanceof Ke?(a.del(r),a.length===1&&(this.byId[t]=a.downgrade())):this.byId[t]=void 0}},_resolve:{value:function(e){return new Y0(this._documentBaseURL).resolve(e)}},_documentBaseURL:{get:function(){var e=this._address;e==="about:blank"&&(e="/");var t=this.querySelector("base[href]");return t?new Y0(e).resolve(t.getAttribute("href")):e}},_templateDoc:{get:function(){if(!this._templateDocCache){var e=new Er(this.isHTML,this._address);this._templateDocCache=e._templateDocCache=e}return this._templateDocCache}},querySelector:{value:function(e){return Q0(e,this)[0]}},querySelectorAll:{value:function(e){var t=Q0(e,this);return t.item?t:new ex(t)}}});var fx=["abort","canplay","canplaythrough","change","click","contextmenu","cuechange","dblclick","drag","dragend","dragenter","dragleave","dragover","dragstart","drop","durationchange","emptied","ended","input","invalid","keydown","keypress","keyup","loadeddata","loadedmetadata","loadstart","mousedown","mousemove","mouseout","mouseover","mouseup","mousewheel","pause","play","playing","progress","ratechange","readystatechange","reset","seeked","seeking","select","show","stalled","submit","suspend","timeupdate","volumechange","waiting","blur","error","focus","load","scroll"];fx.forEach(function(e){Object.defineProperty(Er.prototype,"on"+e,{get:function(){return this._getEventHandler(e)},set:function(t){this._setEventHandler(e,t)}})});function Z0(e,t){if(e&&e.isHTML){for(var r=e.firstChild;r!==null;r=r.nextSibling)if(r.nodeType===he.ELEMENT_NODE&&r.localName===t&&r.namespaceURI===Wt.HTML)return r}return null}function dx(e){if(e._nid=e.ownerDocument._nextnid++,e.ownerDocument._nodes[e._nid]=e,e.nodeType===he.ELEMENT_NODE){var t=e.getAttribute("id");t&&e.ownerDocument.addId(t,e),e._roothook&&e._roothook()}}function hx(e){if(e.nodeType===he.ELEMENT_NODE){var t=e.getAttribute("id");t&&e.ownerDocument.delId(t,e)}e.ownerDocument._nodes[e._nid]=void 0,e._nid=void 0}function eo(e){if(dx(e),e.nodeType===he.ELEMENT_NODE)for(var t=e.firstChild;t!==null;t=t.nextSibling)eo(t)}function to(e){hx(e);for(var t=e.firstChild;t!==null;t=t.nextSibling)to(t)}function ro(e,t){e.ownerDocument=t,e._lastModTime=void 0,Object.prototype.hasOwnProperty.call(e,"_tagName")&&(e._tagName=void 0);for(var r=e.firstChild;r!==null;r=r.nextSibling)ro(r,t)}function Ke(e){this.nodes=Object.create(null),this.nodes[e._nid]=e,this.length=1,this.firstNode=void 0}Ke.prototype.add=function(e){this.nodes[e._nid]||(this.nodes[e._nid]=e,this.length++,this.firstNode=void 0)};Ke.prototype.del=function(e){this.nodes[e._nid]&&(delete this.nodes[e._nid],this.length--,this.firstNode=void 0)};Ke.prototype.getFirst=function(){if(!this.firstNode){var e;for(e in this.nodes)(this.firstNode===void 0||this.firstNode.compareDocumentPosition(this.nodes[e])&he.DOCUMENT_POSITION_PRECEDING)&&(this.firstNode=this.nodes[e])}return this.firstNode};Ke.prototype.downgrade=function(){if(this.length===1){var e;for(e in this.nodes)return this.nodes[e]}return this}});var ga=N((ld,io)=>{"use strict";io.exports=ma;var px=xe(),no=Ln(),mx=aa();function ma(e,t,r,a){no.call(this),this.nodeType=px.DOCUMENT_TYPE_NODE,this.ownerDocument=e||null,this.name=t,this.publicId=r||"",this.systemId=a||""}ma.prototype=Object.create(no.prototype,{nodeName:{get:function(){return this.name}},nodeValue:{get:function(){return null},set:function(){}},clone:{value:function(){return new ma(this.ownerDocument,this.name,this.publicId,this.systemId)}},isEqual:{value:function(t){return this.name===t.name&&this.publicId===t.publicId&&this.systemId===t.systemId}}});Object.defineProperties(ma.prototype,mx)});var Na=N((ud,Do)=>{"use strict";Do.exports=q;var gx=pa(),bx=ga(),ai=xe(),w=ee().NAMESPACE,vo=fa(),G=vo.elements,wt=Function.prototype.apply.bind(Array.prototype.push),ba=-1,zt=1,pe=2,I=3,Fe=4,Ex=5,_x=[],vx=/^HTML$|^-\/\/W3O\/\/DTD W3 HTML Strict 3\.0\/\/EN\/\/$|^-\/W3C\/DTD HTML 4\.0 Transitional\/EN$|^\+\/\/Silmaril\/\/dtd html Pro v0r11 19970101\/\/|^-\/\/AdvaSoft Ltd\/\/DTD HTML 3\.0 asWedit \+ extensions\/\/|^-\/\/AS\/\/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\/\/|^-\/\/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\/\/|^-\/\/SQ\/\/DTD HTML 2\.0 HoTMetaL \+ extensions\/\/|^-\/\/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\/\//i,Tx="http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd",so=/^-\/\/W3C\/\/DTD HTML 4\.01 Frameset\/\/|^-\/\/W3C\/\/DTD HTML 4\.01 Transitional\/\//i,yx=/^-\/\/W3C\/\/DTD XHTML 1\.0 Frameset\/\/|^-\/\/W3C\/\/DTD XHTML 1\.0 Transitional\/\//i,At=Object.create(null);At[w.HTML]={__proto__:null,address:!0,applet:!0,area:!0,article:!0,aside:!0,base:!0,basefont:!0,bgsound:!0,blockquote:!0,body:!0,br:!0,button:!0,caption:!0,center:!0,col:!0,colgroup:!0,dd:!0,details:!0,dir:!0,div:!0,dl:!0,dt:!0,embed:!0,fieldset:!0,figcaption:!0,figure:!0,footer:!0,form:!0,frame:!0,frameset:!0,h1:!0,h2:!0,h3:!0,h4:!0,h5:!0,h6:!0,head:!0,header:!0,hgroup:!0,hr:!0,html:!0,iframe:!0,img:!0,input:!0,li:!0,link:!0,listing:!0,main:!0,marquee:!0,menu:!0,meta:!0,nav:!0,noembed:!0,noframes:!0,noscript:!0,object:!0,ol:!0,p:!0,param:!0,plaintext:!0,pre:!0,script:!0,section:!0,select:!0,source:!0,style:!0,summary:!0,table:!0,tbody:!0,td:!0,template:!0,textarea:!0,tfoot:!0,th:!0,thead:!0,title:!0,tr:!0,track:!0,ul:!0,wbr:!0,xmp:!0};At[w.SVG]={__proto__:null,foreignObject:!0,desc:!0,title:!0};At[w.MATHML]={__proto__:null,mi:!0,mo:!0,mn:!0,ms:!0,mtext:!0,"annotation-xml":!0};var si=Object.create(null);si[w.HTML]={__proto__:null,address:!0,div:!0,p:!0};var To=Object.create(null);To[w.HTML]={__proto__:null,dd:!0,dt:!0};var Xt=Object.create(null);Xt[w.HTML]={__proto__:null,table:!0,thead:!0,tbody:!0,tfoot:!0,tr:!0};var yo=Object.create(null);yo[w.HTML]={__proto__:null,dd:!0,dt:!0,li:!0,menuitem:!0,optgroup:!0,option:!0,p:!0,rb:!0,rp:!0,rt:!0,rtc:!0};var No=Object.create(null);No[w.HTML]={__proto__:null,caption:!0,colgroup:!0,dd:!0,dt:!0,li:!0,optgroup:!0,option:!0,p:!0,rb:!0,rp:!0,rt:!0,rtc:!0,tbody:!0,td:!0,tfoot:!0,th:!0,thead:!0,tr:!0};var va=Object.create(null);va[w.HTML]={__proto__:null,table:!0,template:!0,html:!0};var Ta=Object.create(null);Ta[w.HTML]={__proto__:null,tbody:!0,tfoot:!0,thead:!0,template:!0,html:!0};var oi=Object.create(null);oi[w.HTML]={__proto__:null,tr:!0,template:!0,html:!0};var wo=Object.create(null);wo[w.HTML]={__proto__:null,button:!0,fieldset:!0,input:!0,keygen:!0,object:!0,output:!0,select:!0,textarea:!0,img:!0};var Be=Object.create(null);Be[w.HTML]={__proto__:null,applet:!0,caption:!0,html:!0,table:!0,td:!0,th:!0,marquee:!0,object:!0,template:!0};Be[w.MATHML]={__proto__:null,mi:!0,mo:!0,mn:!0,ms:!0,mtext:!0,"annotation-xml":!0};Be[w.SVG]={__proto__:null,foreignObject:!0,desc:!0,title:!0};var ya=Object.create(Be);ya[w.HTML]=Object.create(Be[w.HTML]);ya[w.HTML].ol=!0;ya[w.HTML].ul=!0;var ci=Object.create(Be);ci[w.HTML]=Object.create(Be[w.HTML]);ci[w.HTML].button=!0;var So=Object.create(null);So[w.HTML]={__proto__:null,html:!0,table:!0,template:!0};var Nx=Object.create(null);Nx[w.HTML]={__proto__:null,optgroup:!0,option:!0};var Ao=Object.create(null);Ao[w.MATHML]={__proto__:null,mi:!0,mo:!0,mn:!0,ms:!0,mtext:!0};var Co=Object.create(null);Co[w.SVG]={__proto__:null,foreignObject:!0,desc:!0,title:!0};var oo={__proto__:null,"xlink:actuate":w.XLINK,"xlink:arcrole":w.XLINK,"xlink:href":w.XLINK,"xlink:role":w.XLINK,"xlink:show":w.XLINK,"xlink:title":w.XLINK,"xlink:type":w.XLINK,"xml:base":w.XML,"xml:lang":w.XML,"xml:space":w.XML,xmlns:w.XMLNS,"xmlns:xlink":w.XMLNS},co={__proto__:null,attributename:"attributeName",attributetype:"attributeType",basefrequency:"baseFrequency",baseprofile:"baseProfile",calcmode:"calcMode",clippathunits:"clipPathUnits",diffuseconstant:"diffuseConstant",edgemode:"edgeMode",filterunits:"filterUnits",glyphref:"glyphRef",gradienttransform:"gradientTransform",gradientunits:"gradientUnits",kernelmatrix:"kernelMatrix",kernelunitlength:"kernelUnitLength",keypoints:"keyPoints",keysplines:"keySplines",keytimes:"keyTimes",lengthadjust:"lengthAdjust",limitingconeangle:"limitingConeAngle",markerheight:"markerHeight",markerunits:"markerUnits",markerwidth:"markerWidth",maskcontentunits:"maskContentUnits",maskunits:"maskUnits",numoctaves:"numOctaves",pathlength:"pathLength",patterncontentunits:"patternContentUnits",patterntransform:"patternTransform",patternunits:"patternUnits",pointsatx:"pointsAtX",pointsaty:"pointsAtY",pointsatz:"pointsAtZ",preservealpha:"preserveAlpha",preserveaspectratio:"preserveAspectRatio",primitiveunits:"primitiveUnits",refx:"refX",refy:"refY",repeatcount:"repeatCount",repeatdur:"repeatDur",requiredextensions:"requiredExtensions",requiredfeatures:"requiredFeatures",specularconstant:"specularConstant",specularexponent:"specularExponent",spreadmethod:"spreadMethod",startoffset:"startOffset",stddeviation:"stdDeviation",stitchtiles:"stitchTiles",surfacescale:"surfaceScale",systemlanguage:"systemLanguage",tablevalues:"tableValues",targetx:"targetX",targety:"targetY",textlength:"textLength",viewbox:"viewBox",viewtarget:"viewTarget",xchannelselector:"xChannelSelector",ychannelselector:"yChannelSelector",zoomandpan:"zoomAndPan"},lo={__proto__:null,altglyph:"altGlyph",altglyphdef:"altGlyphDef",altglyphitem:"altGlyphItem",animatecolor:"animateColor",animatemotion:"animateMotion",animatetransform:"animateTransform",clippath:"clipPath",feblend:"feBlend",fecolormatrix:"feColorMatrix",fecomponenttransfer:"feComponentTransfer",fecomposite:"feComposite",feconvolvematrix:"feConvolveMatrix",fediffuselighting:"feDiffuseLighting",fedisplacementmap:"feDisplacementMap",fedistantlight:"feDistantLight",feflood:"feFlood",fefunca:"feFuncA",fefuncb:"feFuncB",fefuncg:"feFuncG",fefuncr:"feFuncR",fegaussianblur:"feGaussianBlur",feimage:"feImage",femerge:"feMerge",femergenode:"feMergeNode",femorphology:"feMorphology",feoffset:"feOffset",fepointlight:"fePointLight",fespecularlighting:"feSpecularLighting",fespotlight:"feSpotLight",fetile:"feTile",feturbulence:"feTurbulence",foreignobject:"foreignObject",glyphref:"glyphRef",lineargradient:"linearGradient",radialgradient:"radialGradient",textpath:"textPath"},uo={__proto__:null,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},wx={__proto__:null,AElig:198,"AElig;":198,AMP:38,"AMP;":38,Aacute:193,"Aacute;":193,"Abreve;":258,Acirc:194,"Acirc;":194,"Acy;":1040,"Afr;":[55349,56580],Agrave:192,"Agrave;":192,"Alpha;":913,"Amacr;":256,"And;":10835,"Aogon;":260,"Aopf;":[55349,56632],"ApplyFunction;":8289,Aring:197,"Aring;":197,"Ascr;":[55349,56476],"Assign;":8788,Atilde:195,"Atilde;":195,Auml:196,"Auml;":196,"Backslash;":8726,"Barv;":10983,"Barwed;":8966,"Bcy;":1041,"Because;":8757,"Bernoullis;":8492,"Beta;":914,"Bfr;":[55349,56581],"Bopf;":[55349,56633],"Breve;":728,"Bscr;":8492,"Bumpeq;":8782,"CHcy;":1063,COPY:169,"COPY;":169,"Cacute;":262,"Cap;":8914,"CapitalDifferentialD;":8517,"Cayleys;":8493,"Ccaron;":268,Ccedil:199,"Ccedil;":199,"Ccirc;":264,"Cconint;":8752,"Cdot;":266,"Cedilla;":184,"CenterDot;":183,"Cfr;":8493,"Chi;":935,"CircleDot;":8857,"CircleMinus;":8854,"CirclePlus;":8853,"CircleTimes;":8855,"ClockwiseContourIntegral;":8754,"CloseCurlyDoubleQuote;":8221,"CloseCurlyQuote;":8217,"Colon;":8759,"Colone;":10868,"Congruent;":8801,"Conint;":8751,"ContourIntegral;":8750,"Copf;":8450,"Coproduct;":8720,"CounterClockwiseContourIntegral;":8755,"Cross;":10799,"Cscr;":[55349,56478],"Cup;":8915,"CupCap;":8781,"DD;":8517,"DDotrahd;":10513,"DJcy;":1026,"DScy;":1029,"DZcy;":1039,"Dagger;":8225,"Darr;":8609,"Dashv;":10980,"Dcaron;":270,"Dcy;":1044,"Del;":8711,"Delta;":916,"Dfr;":[55349,56583],"DiacriticalAcute;":180,"DiacriticalDot;":729,"DiacriticalDoubleAcute;":733,"DiacriticalGrave;":96,"DiacriticalTilde;":732,"Diamond;":8900,"DifferentialD;":8518,"Dopf;":[55349,56635],"Dot;":168,"DotDot;":8412,"DotEqual;":8784,"DoubleContourIntegral;":8751,"DoubleDot;":168,"DoubleDownArrow;":8659,"DoubleLeftArrow;":8656,"DoubleLeftRightArrow;":8660,"DoubleLeftTee;":10980,"DoubleLongLeftArrow;":10232,"DoubleLongLeftRightArrow;":10234,"DoubleLongRightArrow;":10233,"DoubleRightArrow;":8658,"DoubleRightTee;":8872,"DoubleUpArrow;":8657,"DoubleUpDownArrow;":8661,"DoubleVerticalBar;":8741,"DownArrow;":8595,"DownArrowBar;":10515,"DownArrowUpArrow;":8693,"DownBreve;":785,"DownLeftRightVector;":10576,"DownLeftTeeVector;":10590,"DownLeftVector;":8637,"DownLeftVectorBar;":10582,"DownRightTeeVector;":10591,"DownRightVector;":8641,"DownRightVectorBar;":10583,"DownTee;":8868,"DownTeeArrow;":8615,"Downarrow;":8659,"Dscr;":[55349,56479],"Dstrok;":272,"ENG;":330,ETH:208,"ETH;":208,Eacute:201,"Eacute;":201,"Ecaron;":282,Ecirc:202,"Ecirc;":202,"Ecy;":1069,"Edot;":278,"Efr;":[55349,56584],Egrave:200,"Egrave;":200,"Element;":8712,"Emacr;":274,"EmptySmallSquare;":9723,"EmptyVerySmallSquare;":9643,"Eogon;":280,"Eopf;":[55349,56636],"Epsilon;":917,"Equal;":10869,"EqualTilde;":8770,"Equilibrium;":8652,"Escr;":8496,"Esim;":10867,"Eta;":919,Euml:203,"Euml;":203,"Exists;":8707,"ExponentialE;":8519,"Fcy;":1060,"Ffr;":[55349,56585],"FilledSmallSquare;":9724,"FilledVerySmallSquare;":9642,"Fopf;":[55349,56637],"ForAll;":8704,"Fouriertrf;":8497,"Fscr;":8497,"GJcy;":1027,GT:62,"GT;":62,"Gamma;":915,"Gammad;":988,"Gbreve;":286,"Gcedil;":290,"Gcirc;":284,"Gcy;":1043,"Gdot;":288,"Gfr;":[55349,56586],"Gg;":8921,"Gopf;":[55349,56638],"GreaterEqual;":8805,"GreaterEqualLess;":8923,"GreaterFullEqual;":8807,"GreaterGreater;":10914,"GreaterLess;":8823,"GreaterSlantEqual;":10878,"GreaterTilde;":8819,"Gscr;":[55349,56482],"Gt;":8811,"HARDcy;":1066,"Hacek;":711,"Hat;":94,"Hcirc;":292,"Hfr;":8460,"HilbertSpace;":8459,"Hopf;":8461,"HorizontalLine;":9472,"Hscr;":8459,"Hstrok;":294,"HumpDownHump;":8782,"HumpEqual;":8783,"IEcy;":1045,"IJlig;":306,"IOcy;":1025,Iacute:205,"Iacute;":205,Icirc:206,"Icirc;":206,"Icy;":1048,"Idot;":304,"Ifr;":8465,Igrave:204,"Igrave;":204,"Im;":8465,"Imacr;":298,"ImaginaryI;":8520,"Implies;":8658,"Int;":8748,"Integral;":8747,"Intersection;":8898,"InvisibleComma;":8291,"InvisibleTimes;":8290,"Iogon;":302,"Iopf;":[55349,56640],"Iota;":921,"Iscr;":8464,"Itilde;":296,"Iukcy;":1030,Iuml:207,"Iuml;":207,"Jcirc;":308,"Jcy;":1049,"Jfr;":[55349,56589],"Jopf;":[55349,56641],"Jscr;":[55349,56485],"Jsercy;":1032,"Jukcy;":1028,"KHcy;":1061,"KJcy;":1036,"Kappa;":922,"Kcedil;":310,"Kcy;":1050,"Kfr;":[55349,56590],"Kopf;":[55349,56642],"Kscr;":[55349,56486],"LJcy;":1033,LT:60,"LT;":60,"Lacute;":313,"Lambda;":923,"Lang;":10218,"Laplacetrf;":8466,"Larr;":8606,"Lcaron;":317,"Lcedil;":315,"Lcy;":1051,"LeftAngleBracket;":10216,"LeftArrow;":8592,"LeftArrowBar;":8676,"LeftArrowRightArrow;":8646,"LeftCeiling;":8968,"LeftDoubleBracket;":10214,"LeftDownTeeVector;":10593,"LeftDownVector;":8643,"LeftDownVectorBar;":10585,"LeftFloor;":8970,"LeftRightArrow;":8596,"LeftRightVector;":10574,"LeftTee;":8867,"LeftTeeArrow;":8612,"LeftTeeVector;":10586,"LeftTriangle;":8882,"LeftTriangleBar;":10703,"LeftTriangleEqual;":8884,"LeftUpDownVector;":10577,"LeftUpTeeVector;":10592,"LeftUpVector;":8639,"LeftUpVectorBar;":10584,"LeftVector;":8636,"LeftVectorBar;":10578,"Leftarrow;":8656,"Leftrightarrow;":8660,"LessEqualGreater;":8922,"LessFullEqual;":8806,"LessGreater;":8822,"LessLess;":10913,"LessSlantEqual;":10877,"LessTilde;":8818,"Lfr;":[55349,56591],"Ll;":8920,"Lleftarrow;":8666,"Lmidot;":319,"LongLeftArrow;":10229,"LongLeftRightArrow;":10231,"LongRightArrow;":10230,"Longleftarrow;":10232,"Longleftrightarrow;":10234,"Longrightarrow;":10233,"Lopf;":[55349,56643],"LowerLeftArrow;":8601,"LowerRightArrow;":8600,"Lscr;":8466,"Lsh;":8624,"Lstrok;":321,"Lt;":8810,"Map;":10501,"Mcy;":1052,"MediumSpace;":8287,"Mellintrf;":8499,"Mfr;":[55349,56592],"MinusPlus;":8723,"Mopf;":[55349,56644],"Mscr;":8499,"Mu;":924,"NJcy;":1034,"Nacute;":323,"Ncaron;":327,"Ncedil;":325,"Ncy;":1053,"NegativeMediumSpace;":8203,"NegativeThickSpace;":8203,"NegativeThinSpace;":8203,"NegativeVeryThinSpace;":8203,"NestedGreaterGreater;":8811,"NestedLessLess;":8810,"NewLine;":10,"Nfr;":[55349,56593],"NoBreak;":8288,"NonBreakingSpace;":160,"Nopf;":8469,"Not;":10988,"NotCongruent;":8802,"NotCupCap;":8813,"NotDoubleVerticalBar;":8742,"NotElement;":8713,"NotEqual;":8800,"NotEqualTilde;":[8770,824],"NotExists;":8708,"NotGreater;":8815,"NotGreaterEqual;":8817,"NotGreaterFullEqual;":[8807,824],"NotGreaterGreater;":[8811,824],"NotGreaterLess;":8825,"NotGreaterSlantEqual;":[10878,824],"NotGreaterTilde;":8821,"NotHumpDownHump;":[8782,824],"NotHumpEqual;":[8783,824],"NotLeftTriangle;":8938,"NotLeftTriangleBar;":[10703,824],"NotLeftTriangleEqual;":8940,"NotLess;":8814,"NotLessEqual;":8816,"NotLessGreater;":8824,"NotLessLess;":[8810,824],"NotLessSlantEqual;":[10877,824],"NotLessTilde;":8820,"NotNestedGreaterGreater;":[10914,824],"NotNestedLessLess;":[10913,824],"NotPrecedes;":8832,"NotPrecedesEqual;":[10927,824],"NotPrecedesSlantEqual;":8928,"NotReverseElement;":8716,"NotRightTriangle;":8939,"NotRightTriangleBar;":[10704,824],"NotRightTriangleEqual;":8941,"NotSquareSubset;":[8847,824],"NotSquareSubsetEqual;":8930,"NotSquareSuperset;":[8848,824],"NotSquareSupersetEqual;":8931,"NotSubset;":[8834,8402],"NotSubsetEqual;":8840,"NotSucceeds;":8833,"NotSucceedsEqual;":[10928,824],"NotSucceedsSlantEqual;":8929,"NotSucceedsTilde;":[8831,824],"NotSuperset;":[8835,8402],"NotSupersetEqual;":8841,"NotTilde;":8769,"NotTildeEqual;":8772,"NotTildeFullEqual;":8775,"NotTildeTilde;":8777,"NotVerticalBar;":8740,"Nscr;":[55349,56489],Ntilde:209,"Ntilde;":209,"Nu;":925,"OElig;":338,Oacute:211,"Oacute;":211,Ocirc:212,"Ocirc;":212,"Ocy;":1054,"Odblac;":336,"Ofr;":[55349,56594],Ograve:210,"Ograve;":210,"Omacr;":332,"Omega;":937,"Omicron;":927,"Oopf;":[55349,56646],"OpenCurlyDoubleQuote;":8220,"OpenCurlyQuote;":8216,"Or;":10836,"Oscr;":[55349,56490],Oslash:216,"Oslash;":216,Otilde:213,"Otilde;":213,"Otimes;":10807,Ouml:214,"Ouml;":214,"OverBar;":8254,"OverBrace;":9182,"OverBracket;":9140,"OverParenthesis;":9180,"PartialD;":8706,"Pcy;":1055,"Pfr;":[55349,56595],"Phi;":934,"Pi;":928,"PlusMinus;":177,"Poincareplane;":8460,"Popf;":8473,"Pr;":10939,"Precedes;":8826,"PrecedesEqual;":10927,"PrecedesSlantEqual;":8828,"PrecedesTilde;":8830,"Prime;":8243,"Product;":8719,"Proportion;":8759,"Proportional;":8733,"Pscr;":[55349,56491],"Psi;":936,QUOT:34,"QUOT;":34,"Qfr;":[55349,56596],"Qopf;":8474,"Qscr;":[55349,56492],"RBarr;":10512,REG:174,"REG;":174,"Racute;":340,"Rang;":10219,"Rarr;":8608,"Rarrtl;":10518,"Rcaron;":344,"Rcedil;":342,"Rcy;":1056,"Re;":8476,"ReverseElement;":8715,"ReverseEquilibrium;":8651,"ReverseUpEquilibrium;":10607,"Rfr;":8476,"Rho;":929,"RightAngleBracket;":10217,"RightArrow;":8594,"RightArrowBar;":8677,"RightArrowLeftArrow;":8644,"RightCeiling;":8969,"RightDoubleBracket;":10215,"RightDownTeeVector;":10589,"RightDownVector;":8642,"RightDownVectorBar;":10581,"RightFloor;":8971,"RightTee;":8866,"RightTeeArrow;":8614,"RightTeeVector;":10587,"RightTriangle;":8883,"RightTriangleBar;":10704,"RightTriangleEqual;":8885,"RightUpDownVector;":10575,"RightUpTeeVector;":10588,"RightUpVector;":8638,"RightUpVectorBar;":10580,"RightVector;":8640,"RightVectorBar;":10579,"Rightarrow;":8658,"Ropf;":8477,"RoundImplies;":10608,"Rrightarrow;":8667,"Rscr;":8475,"Rsh;":8625,"RuleDelayed;":10740,"SHCHcy;":1065,"SHcy;":1064,"SOFTcy;":1068,"Sacute;":346,"Sc;":10940,"Scaron;":352,"Scedil;":350,"Scirc;":348,"Scy;":1057,"Sfr;":[55349,56598],"ShortDownArrow;":8595,"ShortLeftArrow;":8592,"ShortRightArrow;":8594,"ShortUpArrow;":8593,"Sigma;":931,"SmallCircle;":8728,"Sopf;":[55349,56650],"Sqrt;":8730,"Square;":9633,"SquareIntersection;":8851,"SquareSubset;":8847,"SquareSubsetEqual;":8849,"SquareSuperset;":8848,"SquareSupersetEqual;":8850,"SquareUnion;":8852,"Sscr;":[55349,56494],"Star;":8902,"Sub;":8912,"Subset;":8912,"SubsetEqual;":8838,"Succeeds;":8827,"SucceedsEqual;":10928,"SucceedsSlantEqual;":8829,"SucceedsTilde;":8831,"SuchThat;":8715,"Sum;":8721,"Sup;":8913,"Superset;":8835,"SupersetEqual;":8839,"Supset;":8913,THORN:222,"THORN;":222,"TRADE;":8482,"TSHcy;":1035,"TScy;":1062,"Tab;":9,"Tau;":932,"Tcaron;":356,"Tcedil;":354,"Tcy;":1058,"Tfr;":[55349,56599],"Therefore;":8756,"Theta;":920,"ThickSpace;":[8287,8202],"ThinSpace;":8201,"Tilde;":8764,"TildeEqual;":8771,"TildeFullEqual;":8773,"TildeTilde;":8776,"Topf;":[55349,56651],"TripleDot;":8411,"Tscr;":[55349,56495],"Tstrok;":358,Uacute:218,"Uacute;":218,"Uarr;":8607,"Uarrocir;":10569,"Ubrcy;":1038,"Ubreve;":364,Ucirc:219,"Ucirc;":219,"Ucy;":1059,"Udblac;":368,"Ufr;":[55349,56600],Ugrave:217,"Ugrave;":217,"Umacr;":362,"UnderBar;":95,"UnderBrace;":9183,"UnderBracket;":9141,"UnderParenthesis;":9181,"Union;":8899,"UnionPlus;":8846,"Uogon;":370,"Uopf;":[55349,56652],"UpArrow;":8593,"UpArrowBar;":10514,"UpArrowDownArrow;":8645,"UpDownArrow;":8597,"UpEquilibrium;":10606,"UpTee;":8869,"UpTeeArrow;":8613,"Uparrow;":8657,"Updownarrow;":8661,"UpperLeftArrow;":8598,"UpperRightArrow;":8599,"Upsi;":978,"Upsilon;":933,"Uring;":366,"Uscr;":[55349,56496],"Utilde;":360,Uuml:220,"Uuml;":220,"VDash;":8875,"Vbar;":10987,"Vcy;":1042,"Vdash;":8873,"Vdashl;":10982,"Vee;":8897,"Verbar;":8214,"Vert;":8214,"VerticalBar;":8739,"VerticalLine;":124,"VerticalSeparator;":10072,"VerticalTilde;":8768,"VeryThinSpace;":8202,"Vfr;":[55349,56601],"Vopf;":[55349,56653],"Vscr;":[55349,56497],"Vvdash;":8874,"Wcirc;":372,"Wedge;":8896,"Wfr;":[55349,56602],"Wopf;":[55349,56654],"Wscr;":[55349,56498],"Xfr;":[55349,56603],"Xi;":926,"Xopf;":[55349,56655],"Xscr;":[55349,56499],"YAcy;":1071,"YIcy;":1031,"YUcy;":1070,Yacute:221,"Yacute;":221,"Ycirc;":374,"Ycy;":1067,"Yfr;":[55349,56604],"Yopf;":[55349,56656],"Yscr;":[55349,56500],"Yuml;":376,"ZHcy;":1046,"Zacute;":377,"Zcaron;":381,"Zcy;":1047,"Zdot;":379,"ZeroWidthSpace;":8203,"Zeta;":918,"Zfr;":8488,"Zopf;":8484,"Zscr;":[55349,56501],aacute:225,"aacute;":225,"abreve;":259,"ac;":8766,"acE;":[8766,819],"acd;":8767,acirc:226,"acirc;":226,acute:180,"acute;":180,"acy;":1072,aelig:230,"aelig;":230,"af;":8289,"afr;":[55349,56606],agrave:224,"agrave;":224,"alefsym;":8501,"aleph;":8501,"alpha;":945,"amacr;":257,"amalg;":10815,amp:38,"amp;":38,"and;":8743,"andand;":10837,"andd;":10844,"andslope;":10840,"andv;":10842,"ang;":8736,"ange;":10660,"angle;":8736,"angmsd;":8737,"angmsdaa;":10664,"angmsdab;":10665,"angmsdac;":10666,"angmsdad;":10667,"angmsdae;":10668,"angmsdaf;":10669,"angmsdag;":10670,"angmsdah;":10671,"angrt;":8735,"angrtvb;":8894,"angrtvbd;":10653,"angsph;":8738,"angst;":197,"angzarr;":9084,"aogon;":261,"aopf;":[55349,56658],"ap;":8776,"apE;":10864,"apacir;":10863,"ape;":8778,"apid;":8779,"apos;":39,"approx;":8776,"approxeq;":8778,aring:229,"aring;":229,"ascr;":[55349,56502],"ast;":42,"asymp;":8776,"asympeq;":8781,atilde:227,"atilde;":227,auml:228,"auml;":228,"awconint;":8755,"awint;":10769,"bNot;":10989,"backcong;":8780,"backepsilon;":1014,"backprime;":8245,"backsim;":8765,"backsimeq;":8909,"barvee;":8893,"barwed;":8965,"barwedge;":8965,"bbrk;":9141,"bbrktbrk;":9142,"bcong;":8780,"bcy;":1073,"bdquo;":8222,"becaus;":8757,"because;":8757,"bemptyv;":10672,"bepsi;":1014,"bernou;":8492,"beta;":946,"beth;":8502,"between;":8812,"bfr;":[55349,56607],"bigcap;":8898,"bigcirc;":9711,"bigcup;":8899,"bigodot;":10752,"bigoplus;":10753,"bigotimes;":10754,"bigsqcup;":10758,"bigstar;":9733,"bigtriangledown;":9661,"bigtriangleup;":9651,"biguplus;":10756,"bigvee;":8897,"bigwedge;":8896,"bkarow;":10509,"blacklozenge;":10731,"blacksquare;":9642,"blacktriangle;":9652,"blacktriangledown;":9662,"blacktriangleleft;":9666,"blacktriangleright;":9656,"blank;":9251,"blk12;":9618,"blk14;":9617,"blk34;":9619,"block;":9608,"bne;":[61,8421],"bnequiv;":[8801,8421],"bnot;":8976,"bopf;":[55349,56659],"bot;":8869,"bottom;":8869,"bowtie;":8904,"boxDL;":9559,"boxDR;":9556,"boxDl;":9558,"boxDr;":9555,"boxH;":9552,"boxHD;":9574,"boxHU;":9577,"boxHd;":9572,"boxHu;":9575,"boxUL;":9565,"boxUR;":9562,"boxUl;":9564,"boxUr;":9561,"boxV;":9553,"boxVH;":9580,"boxVL;":9571,"boxVR;":9568,"boxVh;":9579,"boxVl;":9570,"boxVr;":9567,"boxbox;":10697,"boxdL;":9557,"boxdR;":9554,"boxdl;":9488,"boxdr;":9484,"boxh;":9472,"boxhD;":9573,"boxhU;":9576,"boxhd;":9516,"boxhu;":9524,"boxminus;":8863,"boxplus;":8862,"boxtimes;":8864,"boxuL;":9563,"boxuR;":9560,"boxul;":9496,"boxur;":9492,"boxv;":9474,"boxvH;":9578,"boxvL;":9569,"boxvR;":9566,"boxvh;":9532,"boxvl;":9508,"boxvr;":9500,"bprime;":8245,"breve;":728,brvbar:166,"brvbar;":166,"bscr;":[55349,56503],"bsemi;":8271,"bsim;":8765,"bsime;":8909,"bsol;":92,"bsolb;":10693,"bsolhsub;":10184,"bull;":8226,"bullet;":8226,"bump;":8782,"bumpE;":10926,"bumpe;":8783,"bumpeq;":8783,"cacute;":263,"cap;":8745,"capand;":10820,"capbrcup;":10825,"capcap;":10827,"capcup;":10823,"capdot;":10816,"caps;":[8745,65024],"caret;":8257,"caron;":711,"ccaps;":10829,"ccaron;":269,ccedil:231,"ccedil;":231,"ccirc;":265,"ccups;":10828,"ccupssm;":10832,"cdot;":267,cedil:184,"cedil;":184,"cemptyv;":10674,cent:162,"cent;":162,"centerdot;":183,"cfr;":[55349,56608],"chcy;":1095,"check;":10003,"checkmark;":10003,"chi;":967,"cir;":9675,"cirE;":10691,"circ;":710,"circeq;":8791,"circlearrowleft;":8634,"circlearrowright;":8635,"circledR;":174,"circledS;":9416,"circledast;":8859,"circledcirc;":8858,"circleddash;":8861,"cire;":8791,"cirfnint;":10768,"cirmid;":10991,"cirscir;":10690,"clubs;":9827,"clubsuit;":9827,"colon;":58,"colone;":8788,"coloneq;":8788,"comma;":44,"commat;":64,"comp;":8705,"compfn;":8728,"complement;":8705,"complexes;":8450,"cong;":8773,"congdot;":10861,"conint;":8750,"copf;":[55349,56660],"coprod;":8720,copy:169,"copy;":169,"copysr;":8471,"crarr;":8629,"cross;":10007,"cscr;":[55349,56504],"csub;":10959,"csube;":10961,"csup;":10960,"csupe;":10962,"ctdot;":8943,"cudarrl;":10552,"cudarrr;":10549,"cuepr;":8926,"cuesc;":8927,"cularr;":8630,"cularrp;":10557,"cup;":8746,"cupbrcap;":10824,"cupcap;":10822,"cupcup;":10826,"cupdot;":8845,"cupor;":10821,"cups;":[8746,65024],"curarr;":8631,"curarrm;":10556,"curlyeqprec;":8926,"curlyeqsucc;":8927,"curlyvee;":8910,"curlywedge;":8911,curren:164,"curren;":164,"curvearrowleft;":8630,"curvearrowright;":8631,"cuvee;":8910,"cuwed;":8911,"cwconint;":8754,"cwint;":8753,"cylcty;":9005,"dArr;":8659,"dHar;":10597,"dagger;":8224,"daleth;":8504,"darr;":8595,"dash;":8208,"dashv;":8867,"dbkarow;":10511,"dblac;":733,"dcaron;":271,"dcy;":1076,"dd;":8518,"ddagger;":8225,"ddarr;":8650,"ddotseq;":10871,deg:176,"deg;":176,"delta;":948,"demptyv;":10673,"dfisht;":10623,"dfr;":[55349,56609],"dharl;":8643,"dharr;":8642,"diam;":8900,"diamond;":8900,"diamondsuit;":9830,"diams;":9830,"die;":168,"digamma;":989,"disin;":8946,"div;":247,divide:247,"divide;":247,"divideontimes;":8903,"divonx;":8903,"djcy;":1106,"dlcorn;":8990,"dlcrop;":8973,"dollar;":36,"dopf;":[55349,56661],"dot;":729,"doteq;":8784,"doteqdot;":8785,"dotminus;":8760,"dotplus;":8724,"dotsquare;":8865,"doublebarwedge;":8966,"downarrow;":8595,"downdownarrows;":8650,"downharpoonleft;":8643,"downharpoonright;":8642,"drbkarow;":10512,"drcorn;":8991,"drcrop;":8972,"dscr;":[55349,56505],"dscy;":1109,"dsol;":10742,"dstrok;":273,"dtdot;":8945,"dtri;":9663,"dtrif;":9662,"duarr;":8693,"duhar;":10607,"dwangle;":10662,"dzcy;":1119,"dzigrarr;":10239,"eDDot;":10871,"eDot;":8785,eacute:233,"eacute;":233,"easter;":10862,"ecaron;":283,"ecir;":8790,ecirc:234,"ecirc;":234,"ecolon;":8789,"ecy;":1101,"edot;":279,"ee;":8519,"efDot;":8786,"efr;":[55349,56610],"eg;":10906,egrave:232,"egrave;":232,"egs;":10902,"egsdot;":10904,"el;":10905,"elinters;":9191,"ell;":8467,"els;":10901,"elsdot;":10903,"emacr;":275,"empty;":8709,"emptyset;":8709,"emptyv;":8709,"emsp13;":8196,"emsp14;":8197,"emsp;":8195,"eng;":331,"ensp;":8194,"eogon;":281,"eopf;":[55349,56662],"epar;":8917,"eparsl;":10723,"eplus;":10865,"epsi;":949,"epsilon;":949,"epsiv;":1013,"eqcirc;":8790,"eqcolon;":8789,"eqsim;":8770,"eqslantgtr;":10902,"eqslantless;":10901,"equals;":61,"equest;":8799,"equiv;":8801,"equivDD;":10872,"eqvparsl;":10725,"erDot;":8787,"erarr;":10609,"escr;":8495,"esdot;":8784,"esim;":8770,"eta;":951,eth:240,"eth;":240,euml:235,"euml;":235,"euro;":8364,"excl;":33,"exist;":8707,"expectation;":8496,"exponentiale;":8519,"fallingdotseq;":8786,"fcy;":1092,"female;":9792,"ffilig;":64259,"fflig;":64256,"ffllig;":64260,"ffr;":[55349,56611],"filig;":64257,"fjlig;":[102,106],"flat;":9837,"fllig;":64258,"fltns;":9649,"fnof;":402,"fopf;":[55349,56663],"forall;":8704,"fork;":8916,"forkv;":10969,"fpartint;":10765,frac12:189,"frac12;":189,"frac13;":8531,frac14:188,"frac14;":188,"frac15;":8533,"frac16;":8537,"frac18;":8539,"frac23;":8532,"frac25;":8534,frac34:190,"frac34;":190,"frac35;":8535,"frac38;":8540,"frac45;":8536,"frac56;":8538,"frac58;":8541,"frac78;":8542,"frasl;":8260,"frown;":8994,"fscr;":[55349,56507],"gE;":8807,"gEl;":10892,"gacute;":501,"gamma;":947,"gammad;":989,"gap;":10886,"gbreve;":287,"gcirc;":285,"gcy;":1075,"gdot;":289,"ge;":8805,"gel;":8923,"geq;":8805,"geqq;":8807,"geqslant;":10878,"ges;":10878,"gescc;":10921,"gesdot;":10880,"gesdoto;":10882,"gesdotol;":10884,"gesl;":[8923,65024],"gesles;":10900,"gfr;":[55349,56612],"gg;":8811,"ggg;":8921,"gimel;":8503,"gjcy;":1107,"gl;":8823,"glE;":10898,"gla;":10917,"glj;":10916,"gnE;":8809,"gnap;":10890,"gnapprox;":10890,"gne;":10888,"gneq;":10888,"gneqq;":8809,"gnsim;":8935,"gopf;":[55349,56664],"grave;":96,"gscr;":8458,"gsim;":8819,"gsime;":10894,"gsiml;":10896,gt:62,"gt;":62,"gtcc;":10919,"gtcir;":10874,"gtdot;":8919,"gtlPar;":10645,"gtquest;":10876,"gtrapprox;":10886,"gtrarr;":10616,"gtrdot;":8919,"gtreqless;":8923,"gtreqqless;":10892,"gtrless;":8823,"gtrsim;":8819,"gvertneqq;":[8809,65024],"gvnE;":[8809,65024],"hArr;":8660,"hairsp;":8202,"half;":189,"hamilt;":8459,"hardcy;":1098,"harr;":8596,"harrcir;":10568,"harrw;":8621,"hbar;":8463,"hcirc;":293,"hearts;":9829,"heartsuit;":9829,"hellip;":8230,"hercon;":8889,"hfr;":[55349,56613],"hksearow;":10533,"hkswarow;":10534,"hoarr;":8703,"homtht;":8763,"hookleftarrow;":8617,"hookrightarrow;":8618,"hopf;":[55349,56665],"horbar;":8213,"hscr;":[55349,56509],"hslash;":8463,"hstrok;":295,"hybull;":8259,"hyphen;":8208,iacute:237,"iacute;":237,"ic;":8291,icirc:238,"icirc;":238,"icy;":1080,"iecy;":1077,iexcl:161,"iexcl;":161,"iff;":8660,"ifr;":[55349,56614],igrave:236,"igrave;":236,"ii;":8520,"iiiint;":10764,"iiint;":8749,"iinfin;":10716,"iiota;":8489,"ijlig;":307,"imacr;":299,"image;":8465,"imagline;":8464,"imagpart;":8465,"imath;":305,"imof;":8887,"imped;":437,"in;":8712,"incare;":8453,"infin;":8734,"infintie;":10717,"inodot;":305,"int;":8747,"intcal;":8890,"integers;":8484,"intercal;":8890,"intlarhk;":10775,"intprod;":10812,"iocy;":1105,"iogon;":303,"iopf;":[55349,56666],"iota;":953,"iprod;":10812,iquest:191,"iquest;":191,"iscr;":[55349,56510],"isin;":8712,"isinE;":8953,"isindot;":8949,"isins;":8948,"isinsv;":8947,"isinv;":8712,"it;":8290,"itilde;":297,"iukcy;":1110,iuml:239,"iuml;":239,"jcirc;":309,"jcy;":1081,"jfr;":[55349,56615],"jmath;":567,"jopf;":[55349,56667],"jscr;":[55349,56511],"jsercy;":1112,"jukcy;":1108,"kappa;":954,"kappav;":1008,"kcedil;":311,"kcy;":1082,"kfr;":[55349,56616],"kgreen;":312,"khcy;":1093,"kjcy;":1116,"kopf;":[55349,56668],"kscr;":[55349,56512],"lAarr;":8666,"lArr;":8656,"lAtail;":10523,"lBarr;":10510,"lE;":8806,"lEg;":10891,"lHar;":10594,"lacute;":314,"laemptyv;":10676,"lagran;":8466,"lambda;":955,"lang;":10216,"langd;":10641,"langle;":10216,"lap;":10885,laquo:171,"laquo;":171,"larr;":8592,"larrb;":8676,"larrbfs;":10527,"larrfs;":10525,"larrhk;":8617,"larrlp;":8619,"larrpl;":10553,"larrsim;":10611,"larrtl;":8610,"lat;":10923,"latail;":10521,"late;":10925,"lates;":[10925,65024],"lbarr;":10508,"lbbrk;":10098,"lbrace;":123,"lbrack;":91,"lbrke;":10635,"lbrksld;":10639,"lbrkslu;":10637,"lcaron;":318,"lcedil;":316,"lceil;":8968,"lcub;":123,"lcy;":1083,"ldca;":10550,"ldquo;":8220,"ldquor;":8222,"ldrdhar;":10599,"ldrushar;":10571,"ldsh;":8626,"le;":8804,"leftarrow;":8592,"leftarrowtail;":8610,"leftharpoondown;":8637,"leftharpoonup;":8636,"leftleftarrows;":8647,"leftrightarrow;":8596,"leftrightarrows;":8646,"leftrightharpoons;":8651,"leftrightsquigarrow;":8621,"leftthreetimes;":8907,"leg;":8922,"leq;":8804,"leqq;":8806,"leqslant;":10877,"les;":10877,"lescc;":10920,"lesdot;":10879,"lesdoto;":10881,"lesdotor;":10883,"lesg;":[8922,65024],"lesges;":10899,"lessapprox;":10885,"lessdot;":8918,"lesseqgtr;":8922,"lesseqqgtr;":10891,"lessgtr;":8822,"lesssim;":8818,"lfisht;":10620,"lfloor;":8970,"lfr;":[55349,56617],"lg;":8822,"lgE;":10897,"lhard;":8637,"lharu;":8636,"lharul;":10602,"lhblk;":9604,"ljcy;":1113,"ll;":8810,"llarr;":8647,"llcorner;":8990,"llhard;":10603,"lltri;":9722,"lmidot;":320,"lmoust;":9136,"lmoustache;":9136,"lnE;":8808,"lnap;":10889,"lnapprox;":10889,"lne;":10887,"lneq;":10887,"lneqq;":8808,"lnsim;":8934,"loang;":10220,"loarr;":8701,"lobrk;":10214,"longleftarrow;":10229,"longleftrightarrow;":10231,"longmapsto;":10236,"longrightarrow;":10230,"looparrowleft;":8619,"looparrowright;":8620,"lopar;":10629,"lopf;":[55349,56669],"loplus;":10797,"lotimes;":10804,"lowast;":8727,"lowbar;":95,"loz;":9674,"lozenge;":9674,"lozf;":10731,"lpar;":40,"lparlt;":10643,"lrarr;":8646,"lrcorner;":8991,"lrhar;":8651,"lrhard;":10605,"lrm;":8206,"lrtri;":8895,"lsaquo;":8249,"lscr;":[55349,56513],"lsh;":8624,"lsim;":8818,"lsime;":10893,"lsimg;":10895,"lsqb;":91,"lsquo;":8216,"lsquor;":8218,"lstrok;":322,lt:60,"lt;":60,"ltcc;":10918,"ltcir;":10873,"ltdot;":8918,"lthree;":8907,"ltimes;":8905,"ltlarr;":10614,"ltquest;":10875,"ltrPar;":10646,"ltri;":9667,"ltrie;":8884,"ltrif;":9666,"lurdshar;":10570,"luruhar;":10598,"lvertneqq;":[8808,65024],"lvnE;":[8808,65024],"mDDot;":8762,macr:175,"macr;":175,"male;":9794,"malt;":10016,"maltese;":10016,"map;":8614,"mapsto;":8614,"mapstodown;":8615,"mapstoleft;":8612,"mapstoup;":8613,"marker;":9646,"mcomma;":10793,"mcy;":1084,"mdash;":8212,"measuredangle;":8737,"mfr;":[55349,56618],"mho;":8487,micro:181,"micro;":181,"mid;":8739,"midast;":42,"midcir;":10992,middot:183,"middot;":183,"minus;":8722,"minusb;":8863,"minusd;":8760,"minusdu;":10794,"mlcp;":10971,"mldr;":8230,"mnplus;":8723,"models;":8871,"mopf;":[55349,56670],"mp;":8723,"mscr;":[55349,56514],"mstpos;":8766,"mu;":956,"multimap;":8888,"mumap;":8888,"nGg;":[8921,824],"nGt;":[8811,8402],"nGtv;":[8811,824],"nLeftarrow;":8653,"nLeftrightarrow;":8654,"nLl;":[8920,824],"nLt;":[8810,8402],"nLtv;":[8810,824],"nRightarrow;":8655,"nVDash;":8879,"nVdash;":8878,"nabla;":8711,"nacute;":324,"nang;":[8736,8402],"nap;":8777,"napE;":[10864,824],"napid;":[8779,824],"napos;":329,"napprox;":8777,"natur;":9838,"natural;":9838,"naturals;":8469,nbsp:160,"nbsp;":160,"nbump;":[8782,824],"nbumpe;":[8783,824],"ncap;":10819,"ncaron;":328,"ncedil;":326,"ncong;":8775,"ncongdot;":[10861,824],"ncup;":10818,"ncy;":1085,"ndash;":8211,"ne;":8800,"neArr;":8663,"nearhk;":10532,"nearr;":8599,"nearrow;":8599,"nedot;":[8784,824],"nequiv;":8802,"nesear;":10536,"nesim;":[8770,824],"nexist;":8708,"nexists;":8708,"nfr;":[55349,56619],"ngE;":[8807,824],"nge;":8817,"ngeq;":8817,"ngeqq;":[8807,824],"ngeqslant;":[10878,824],"nges;":[10878,824],"ngsim;":8821,"ngt;":8815,"ngtr;":8815,"nhArr;":8654,"nharr;":8622,"nhpar;":10994,"ni;":8715,"nis;":8956,"nisd;":8954,"niv;":8715,"njcy;":1114,"nlArr;":8653,"nlE;":[8806,824],"nlarr;":8602,"nldr;":8229,"nle;":8816,"nleftarrow;":8602,"nleftrightarrow;":8622,"nleq;":8816,"nleqq;":[8806,824],"nleqslant;":[10877,824],"nles;":[10877,824],"nless;":8814,"nlsim;":8820,"nlt;":8814,"nltri;":8938,"nltrie;":8940,"nmid;":8740,"nopf;":[55349,56671],not:172,"not;":172,"notin;":8713,"notinE;":[8953,824],"notindot;":[8949,824],"notinva;":8713,"notinvb;":8951,"notinvc;":8950,"notni;":8716,"notniva;":8716,"notnivb;":8958,"notnivc;":8957,"npar;":8742,"nparallel;":8742,"nparsl;":[11005,8421],"npart;":[8706,824],"npolint;":10772,"npr;":8832,"nprcue;":8928,"npre;":[10927,824],"nprec;":8832,"npreceq;":[10927,824],"nrArr;":8655,"nrarr;":8603,"nrarrc;":[10547,824],"nrarrw;":[8605,824],"nrightarrow;":8603,"nrtri;":8939,"nrtrie;":8941,"nsc;":8833,"nsccue;":8929,"nsce;":[10928,824],"nscr;":[55349,56515],"nshortmid;":8740,"nshortparallel;":8742,"nsim;":8769,"nsime;":8772,"nsimeq;":8772,"nsmid;":8740,"nspar;":8742,"nsqsube;":8930,"nsqsupe;":8931,"nsub;":8836,"nsubE;":[10949,824],"nsube;":8840,"nsubset;":[8834,8402],"nsubseteq;":8840,"nsubseteqq;":[10949,824],"nsucc;":8833,"nsucceq;":[10928,824],"nsup;":8837,"nsupE;":[10950,824],"nsupe;":8841,"nsupset;":[8835,8402],"nsupseteq;":8841,"nsupseteqq;":[10950,824],"ntgl;":8825,ntilde:241,"ntilde;":241,"ntlg;":8824,"ntriangleleft;":8938,"ntrianglelefteq;":8940,"ntriangleright;":8939,"ntrianglerighteq;":8941,"nu;":957,"num;":35,"numero;":8470,"numsp;":8199,"nvDash;":8877,"nvHarr;":10500,"nvap;":[8781,8402],"nvdash;":8876,"nvge;":[8805,8402],"nvgt;":[62,8402],"nvinfin;":10718,"nvlArr;":10498,"nvle;":[8804,8402],"nvlt;":[60,8402],"nvltrie;":[8884,8402],"nvrArr;":10499,"nvrtrie;":[8885,8402],"nvsim;":[8764,8402],"nwArr;":8662,"nwarhk;":10531,"nwarr;":8598,"nwarrow;":8598,"nwnear;":10535,"oS;":9416,oacute:243,"oacute;":243,"oast;":8859,"ocir;":8858,ocirc:244,"ocirc;":244,"ocy;":1086,"odash;":8861,"odblac;":337,"odiv;":10808,"odot;":8857,"odsold;":10684,"oelig;":339,"ofcir;":10687,"ofr;":[55349,56620],"ogon;":731,ograve:242,"ograve;":242,"ogt;":10689,"ohbar;":10677,"ohm;":937,"oint;":8750,"olarr;":8634,"olcir;":10686,"olcross;":10683,"oline;":8254,"olt;":10688,"omacr;":333,"omega;":969,"omicron;":959,"omid;":10678,"ominus;":8854,"oopf;":[55349,56672],"opar;":10679,"operp;":10681,"oplus;":8853,"or;":8744,"orarr;":8635,"ord;":10845,"order;":8500,"orderof;":8500,ordf:170,"ordf;":170,ordm:186,"ordm;":186,"origof;":8886,"oror;":10838,"orslope;":10839,"orv;":10843,"oscr;":8500,oslash:248,"oslash;":248,"osol;":8856,otilde:245,"otilde;":245,"otimes;":8855,"otimesas;":10806,ouml:246,"ouml;":246,"ovbar;":9021,"par;":8741,para:182,"para;":182,"parallel;":8741,"parsim;":10995,"parsl;":11005,"part;":8706,"pcy;":1087,"percnt;":37,"period;":46,"permil;":8240,"perp;":8869,"pertenk;":8241,"pfr;":[55349,56621],"phi;":966,"phiv;":981,"phmmat;":8499,"phone;":9742,"pi;":960,"pitchfork;":8916,"piv;":982,"planck;":8463,"planckh;":8462,"plankv;":8463,"plus;":43,"plusacir;":10787,"plusb;":8862,"pluscir;":10786,"plusdo;":8724,"plusdu;":10789,"pluse;":10866,plusmn:177,"plusmn;":177,"plussim;":10790,"plustwo;":10791,"pm;":177,"pointint;":10773,"popf;":[55349,56673],pound:163,"pound;":163,"pr;":8826,"prE;":10931,"prap;":10935,"prcue;":8828,"pre;":10927,"prec;":8826,"precapprox;":10935,"preccurlyeq;":8828,"preceq;":10927,"precnapprox;":10937,"precneqq;":10933,"precnsim;":8936,"precsim;":8830,"prime;":8242,"primes;":8473,"prnE;":10933,"prnap;":10937,"prnsim;":8936,"prod;":8719,"profalar;":9006,"profline;":8978,"profsurf;":8979,"prop;":8733,"propto;":8733,"prsim;":8830,"prurel;":8880,"pscr;":[55349,56517],"psi;":968,"puncsp;":8200,"qfr;":[55349,56622],"qint;":10764,"qopf;":[55349,56674],"qprime;":8279,"qscr;":[55349,56518],"quaternions;":8461,"quatint;":10774,"quest;":63,"questeq;":8799,quot:34,"quot;":34,"rAarr;":8667,"rArr;":8658,"rAtail;":10524,"rBarr;":10511,"rHar;":10596,"race;":[8765,817],"racute;":341,"radic;":8730,"raemptyv;":10675,"rang;":10217,"rangd;":10642,"range;":10661,"rangle;":10217,raquo:187,"raquo;":187,"rarr;":8594,"rarrap;":10613,"rarrb;":8677,"rarrbfs;":10528,"rarrc;":10547,"rarrfs;":10526,"rarrhk;":8618,"rarrlp;":8620,"rarrpl;":10565,"rarrsim;":10612,"rarrtl;":8611,"rarrw;":8605,"ratail;":10522,"ratio;":8758,"rationals;":8474,"rbarr;":10509,"rbbrk;":10099,"rbrace;":125,"rbrack;":93,"rbrke;":10636,"rbrksld;":10638,"rbrkslu;":10640,"rcaron;":345,"rcedil;":343,"rceil;":8969,"rcub;":125,"rcy;":1088,"rdca;":10551,"rdldhar;":10601,"rdquo;":8221,"rdquor;":8221,"rdsh;":8627,"real;":8476,"realine;":8475,"realpart;":8476,"reals;":8477,"rect;":9645,reg:174,"reg;":174,"rfisht;":10621,"rfloor;":8971,"rfr;":[55349,56623],"rhard;":8641,"rharu;":8640,"rharul;":10604,"rho;":961,"rhov;":1009,"rightarrow;":8594,"rightarrowtail;":8611,"rightharpoondown;":8641,"rightharpoonup;":8640,"rightleftarrows;":8644,"rightleftharpoons;":8652,"rightrightarrows;":8649,"rightsquigarrow;":8605,"rightthreetimes;":8908,"ring;":730,"risingdotseq;":8787,"rlarr;":8644,"rlhar;":8652,"rlm;":8207,"rmoust;":9137,"rmoustache;":9137,"rnmid;":10990,"roang;":10221,"roarr;":8702,"robrk;":10215,"ropar;":10630,"ropf;":[55349,56675],"roplus;":10798,"rotimes;":10805,"rpar;":41,"rpargt;":10644,"rppolint;":10770,"rrarr;":8649,"rsaquo;":8250,"rscr;":[55349,56519],"rsh;":8625,"rsqb;":93,"rsquo;":8217,"rsquor;":8217,"rthree;":8908,"rtimes;":8906,"rtri;":9657,"rtrie;":8885,"rtrif;":9656,"rtriltri;":10702,"ruluhar;":10600,"rx;":8478,"sacute;":347,"sbquo;":8218,"sc;":8827,"scE;":10932,"scap;":10936,"scaron;":353,"sccue;":8829,"sce;":10928,"scedil;":351,"scirc;":349,"scnE;":10934,"scnap;":10938,"scnsim;":8937,"scpolint;":10771,"scsim;":8831,"scy;":1089,"sdot;":8901,"sdotb;":8865,"sdote;":10854,"seArr;":8664,"searhk;":10533,"searr;":8600,"searrow;":8600,sect:167,"sect;":167,"semi;":59,"seswar;":10537,"setminus;":8726,"setmn;":8726,"sext;":10038,"sfr;":[55349,56624],"sfrown;":8994,"sharp;":9839,"shchcy;":1097,"shcy;":1096,"shortmid;":8739,"shortparallel;":8741,shy:173,"shy;":173,"sigma;":963,"sigmaf;":962,"sigmav;":962,"sim;":8764,"simdot;":10858,"sime;":8771,"simeq;":8771,"simg;":10910,"simgE;":10912,"siml;":10909,"simlE;":10911,"simne;":8774,"simplus;":10788,"simrarr;":10610,"slarr;":8592,"smallsetminus;":8726,"smashp;":10803,"smeparsl;":10724,"smid;":8739,"smile;":8995,"smt;":10922,"smte;":10924,"smtes;":[10924,65024],"softcy;":1100,"sol;":47,"solb;":10692,"solbar;":9023,"sopf;":[55349,56676],"spades;":9824,"spadesuit;":9824,"spar;":8741,"sqcap;":8851,"sqcaps;":[8851,65024],"sqcup;":8852,"sqcups;":[8852,65024],"sqsub;":8847,"sqsube;":8849,"sqsubset;":8847,"sqsubseteq;":8849,"sqsup;":8848,"sqsupe;":8850,"sqsupset;":8848,"sqsupseteq;":8850,"squ;":9633,"square;":9633,"squarf;":9642,"squf;":9642,"srarr;":8594,"sscr;":[55349,56520],"ssetmn;":8726,"ssmile;":8995,"sstarf;":8902,"star;":9734,"starf;":9733,"straightepsilon;":1013,"straightphi;":981,"strns;":175,"sub;":8834,"subE;":10949,"subdot;":10941,"sube;":8838,"subedot;":10947,"submult;":10945,"subnE;":10955,"subne;":8842,"subplus;":10943,"subrarr;":10617,"subset;":8834,"subseteq;":8838,"subseteqq;":10949,"subsetneq;":8842,"subsetneqq;":10955,"subsim;":10951,"subsub;":10965,"subsup;":10963,"succ;":8827,"succapprox;":10936,"succcurlyeq;":8829,"succeq;":10928,"succnapprox;":10938,"succneqq;":10934,"succnsim;":8937,"succsim;":8831,"sum;":8721,"sung;":9834,sup1:185,"sup1;":185,sup2:178,"sup2;":178,sup3:179,"sup3;":179,"sup;":8835,"supE;":10950,"supdot;":10942,"supdsub;":10968,"supe;":8839,"supedot;":10948,"suphsol;":10185,"suphsub;":10967,"suplarr;":10619,"supmult;":10946,"supnE;":10956,"supne;":8843,"supplus;":10944,"supset;":8835,"supseteq;":8839,"supseteqq;":10950,"supsetneq;":8843,"supsetneqq;":10956,"supsim;":10952,"supsub;":10964,"supsup;":10966,"swArr;":8665,"swarhk;":10534,"swarr;":8601,"swarrow;":8601,"swnwar;":10538,szlig:223,"szlig;":223,"target;":8982,"tau;":964,"tbrk;":9140,"tcaron;":357,"tcedil;":355,"tcy;":1090,"tdot;":8411,"telrec;":8981,"tfr;":[55349,56625],"there4;":8756,"therefore;":8756,"theta;":952,"thetasym;":977,"thetav;":977,"thickapprox;":8776,"thicksim;":8764,"thinsp;":8201,"thkap;":8776,"thksim;":8764,thorn:254,"thorn;":254,"tilde;":732,times:215,"times;":215,"timesb;":8864,"timesbar;":10801,"timesd;":10800,"tint;":8749,"toea;":10536,"top;":8868,"topbot;":9014,"topcir;":10993,"topf;":[55349,56677],"topfork;":10970,"tosa;":10537,"tprime;":8244,"trade;":8482,"triangle;":9653,"triangledown;":9663,"triangleleft;":9667,"trianglelefteq;":8884,"triangleq;":8796,"triangleright;":9657,"trianglerighteq;":8885,"tridot;":9708,"trie;":8796,"triminus;":10810,"triplus;":10809,"trisb;":10701,"tritime;":10811,"trpezium;":9186,"tscr;":[55349,56521],"tscy;":1094,"tshcy;":1115,"tstrok;":359,"twixt;":8812,"twoheadleftarrow;":8606,"twoheadrightarrow;":8608,"uArr;":8657,"uHar;":10595,uacute:250,"uacute;":250,"uarr;":8593,"ubrcy;":1118,"ubreve;":365,ucirc:251,"ucirc;":251,"ucy;":1091,"udarr;":8645,"udblac;":369,"udhar;":10606,"ufisht;":10622,"ufr;":[55349,56626],ugrave:249,"ugrave;":249,"uharl;":8639,"uharr;":8638,"uhblk;":9600,"ulcorn;":8988,"ulcorner;":8988,"ulcrop;":8975,"ultri;":9720,"umacr;":363,uml:168,"uml;":168,"uogon;":371,"uopf;":[55349,56678],"uparrow;":8593,"updownarrow;":8597,"upharpoonleft;":8639,"upharpoonright;":8638,"uplus;":8846,"upsi;":965,"upsih;":978,"upsilon;":965,"upuparrows;":8648,"urcorn;":8989,"urcorner;":8989,"urcrop;":8974,"uring;":367,"urtri;":9721,"uscr;":[55349,56522],"utdot;":8944,"utilde;":361,"utri;":9653,"utrif;":9652,"uuarr;":8648,uuml:252,"uuml;":252,"uwangle;":10663,"vArr;":8661,"vBar;":10984,"vBarv;":10985,"vDash;":8872,"vangrt;":10652,"varepsilon;":1013,"varkappa;":1008,"varnothing;":8709,"varphi;":981,"varpi;":982,"varpropto;":8733,"varr;":8597,"varrho;":1009,"varsigma;":962,"varsubsetneq;":[8842,65024],"varsubsetneqq;":[10955,65024],"varsupsetneq;":[8843,65024],"varsupsetneqq;":[10956,65024],"vartheta;":977,"vartriangleleft;":8882,"vartriangleright;":8883,"vcy;":1074,"vdash;":8866,"vee;":8744,"veebar;":8891,"veeeq;":8794,"vellip;":8942,"verbar;":124,"vert;":124,"vfr;":[55349,56627],"vltri;":8882,"vnsub;":[8834,8402],"vnsup;":[8835,8402],"vopf;":[55349,56679],"vprop;":8733,"vrtri;":8883,"vscr;":[55349,56523],"vsubnE;":[10955,65024],"vsubne;":[8842,65024],"vsupnE;":[10956,65024],"vsupne;":[8843,65024],"vzigzag;":10650,"wcirc;":373,"wedbar;":10847,"wedge;":8743,"wedgeq;":8793,"weierp;":8472,"wfr;":[55349,56628],"wopf;":[55349,56680],"wp;":8472,"wr;":8768,"wreath;":8768,"wscr;":[55349,56524],"xcap;":8898,"xcirc;":9711,"xcup;":8899,"xdtri;":9661,"xfr;":[55349,56629],"xhArr;":10234,"xharr;":10231,"xi;":958,"xlArr;":10232,"xlarr;":10229,"xmap;":10236,"xnis;":8955,"xodot;":10752,"xopf;":[55349,56681],"xoplus;":10753,"xotime;":10754,"xrArr;":10233,"xrarr;":10230,"xscr;":[55349,56525],"xsqcup;":10758,"xuplus;":10756,"xutri;":9651,"xvee;":8897,"xwedge;":8896,yacute:253,"yacute;":253,"yacy;":1103,"ycirc;":375,"ycy;":1099,yen:165,"yen;":165,"yfr;":[55349,56630],"yicy;":1111,"yopf;":[55349,56682],"yscr;":[55349,56526],"yucy;":1102,yuml:255,"yuml;":255,"zacute;":378,"zcaron;":382,"zcy;":1079,"zdot;":380,"zeetrf;":8488,"zeta;":950,"zfr;":[55349,56631],"zhcy;":1078,"zigrarr;":8669,"zopf;":[55349,56683],"zscr;":[55349,56527],"zwj;":8205,"zwnj;":8204},xo=/(A(?:Elig;?|MP;?|acute;?|breve;|c(?:irc;?|y;)|fr;|grave;?|lpha;|macr;|nd;|o(?:gon;|pf;)|pplyFunction;|ring;?|s(?:cr;|sign;)|tilde;?|uml;?)|B(?:a(?:ckslash;|r(?:v;|wed;))|cy;|e(?:cause;|rnoullis;|ta;)|fr;|opf;|reve;|scr;|umpeq;)|C(?:Hcy;|OPY;?|a(?:cute;|p(?:;|italDifferentialD;)|yleys;)|c(?:aron;|edil;?|irc;|onint;)|dot;|e(?:dilla;|nterDot;)|fr;|hi;|ircle(?:Dot;|Minus;|Plus;|Times;)|lo(?:ckwiseContourIntegral;|seCurly(?:DoubleQuote;|Quote;))|o(?:lon(?:;|e;)|n(?:gruent;|int;|tourIntegral;)|p(?:f;|roduct;)|unterClockwiseContourIntegral;)|ross;|scr;|up(?:;|Cap;))|D(?:D(?:;|otrahd;)|Jcy;|Scy;|Zcy;|a(?:gger;|rr;|shv;)|c(?:aron;|y;)|el(?:;|ta;)|fr;|i(?:a(?:critical(?:Acute;|Do(?:t;|ubleAcute;)|Grave;|Tilde;)|mond;)|fferentialD;)|o(?:pf;|t(?:;|Dot;|Equal;)|uble(?:ContourIntegral;|Do(?:t;|wnArrow;)|L(?:eft(?:Arrow;|RightArrow;|Tee;)|ong(?:Left(?:Arrow;|RightArrow;)|RightArrow;))|Right(?:Arrow;|Tee;)|Up(?:Arrow;|DownArrow;)|VerticalBar;)|wn(?:Arrow(?:;|Bar;|UpArrow;)|Breve;|Left(?:RightVector;|TeeVector;|Vector(?:;|Bar;))|Right(?:TeeVector;|Vector(?:;|Bar;))|Tee(?:;|Arrow;)|arrow;))|s(?:cr;|trok;))|E(?:NG;|TH;?|acute;?|c(?:aron;|irc;?|y;)|dot;|fr;|grave;?|lement;|m(?:acr;|pty(?:SmallSquare;|VerySmallSquare;))|o(?:gon;|pf;)|psilon;|qu(?:al(?:;|Tilde;)|ilibrium;)|s(?:cr;|im;)|ta;|uml;?|x(?:ists;|ponentialE;))|F(?:cy;|fr;|illed(?:SmallSquare;|VerySmallSquare;)|o(?:pf;|rAll;|uriertrf;)|scr;)|G(?:Jcy;|T;?|amma(?:;|d;)|breve;|c(?:edil;|irc;|y;)|dot;|fr;|g;|opf;|reater(?:Equal(?:;|Less;)|FullEqual;|Greater;|Less;|SlantEqual;|Tilde;)|scr;|t;)|H(?:ARDcy;|a(?:cek;|t;)|circ;|fr;|ilbertSpace;|o(?:pf;|rizontalLine;)|s(?:cr;|trok;)|ump(?:DownHump;|Equal;))|I(?:Ecy;|Jlig;|Ocy;|acute;?|c(?:irc;?|y;)|dot;|fr;|grave;?|m(?:;|a(?:cr;|ginaryI;)|plies;)|n(?:t(?:;|e(?:gral;|rsection;))|visible(?:Comma;|Times;))|o(?:gon;|pf;|ta;)|scr;|tilde;|u(?:kcy;|ml;?))|J(?:c(?:irc;|y;)|fr;|opf;|s(?:cr;|ercy;)|ukcy;)|K(?:Hcy;|Jcy;|appa;|c(?:edil;|y;)|fr;|opf;|scr;)|L(?:Jcy;|T;?|a(?:cute;|mbda;|ng;|placetrf;|rr;)|c(?:aron;|edil;|y;)|e(?:ft(?:A(?:ngleBracket;|rrow(?:;|Bar;|RightArrow;))|Ceiling;|Do(?:ubleBracket;|wn(?:TeeVector;|Vector(?:;|Bar;)))|Floor;|Right(?:Arrow;|Vector;)|T(?:ee(?:;|Arrow;|Vector;)|riangle(?:;|Bar;|Equal;))|Up(?:DownVector;|TeeVector;|Vector(?:;|Bar;))|Vector(?:;|Bar;)|arrow;|rightarrow;)|ss(?:EqualGreater;|FullEqual;|Greater;|Less;|SlantEqual;|Tilde;))|fr;|l(?:;|eftarrow;)|midot;|o(?:ng(?:Left(?:Arrow;|RightArrow;)|RightArrow;|left(?:arrow;|rightarrow;)|rightarrow;)|pf;|wer(?:LeftArrow;|RightArrow;))|s(?:cr;|h;|trok;)|t;)|M(?:ap;|cy;|e(?:diumSpace;|llintrf;)|fr;|inusPlus;|opf;|scr;|u;)|N(?:Jcy;|acute;|c(?:aron;|edil;|y;)|e(?:gative(?:MediumSpace;|Thi(?:ckSpace;|nSpace;)|VeryThinSpace;)|sted(?:GreaterGreater;|LessLess;)|wLine;)|fr;|o(?:Break;|nBreakingSpace;|pf;|t(?:;|C(?:ongruent;|upCap;)|DoubleVerticalBar;|E(?:lement;|qual(?:;|Tilde;)|xists;)|Greater(?:;|Equal;|FullEqual;|Greater;|Less;|SlantEqual;|Tilde;)|Hump(?:DownHump;|Equal;)|Le(?:ftTriangle(?:;|Bar;|Equal;)|ss(?:;|Equal;|Greater;|Less;|SlantEqual;|Tilde;))|Nested(?:GreaterGreater;|LessLess;)|Precedes(?:;|Equal;|SlantEqual;)|R(?:everseElement;|ightTriangle(?:;|Bar;|Equal;))|S(?:quareSu(?:bset(?:;|Equal;)|perset(?:;|Equal;))|u(?:bset(?:;|Equal;)|cceeds(?:;|Equal;|SlantEqual;|Tilde;)|perset(?:;|Equal;)))|Tilde(?:;|Equal;|FullEqual;|Tilde;)|VerticalBar;))|scr;|tilde;?|u;)|O(?:Elig;|acute;?|c(?:irc;?|y;)|dblac;|fr;|grave;?|m(?:acr;|ega;|icron;)|opf;|penCurly(?:DoubleQuote;|Quote;)|r;|s(?:cr;|lash;?)|ti(?:lde;?|mes;)|uml;?|ver(?:B(?:ar;|rac(?:e;|ket;))|Parenthesis;))|P(?:artialD;|cy;|fr;|hi;|i;|lusMinus;|o(?:incareplane;|pf;)|r(?:;|ecedes(?:;|Equal;|SlantEqual;|Tilde;)|ime;|o(?:duct;|portion(?:;|al;)))|s(?:cr;|i;))|Q(?:UOT;?|fr;|opf;|scr;)|R(?:Barr;|EG;?|a(?:cute;|ng;|rr(?:;|tl;))|c(?:aron;|edil;|y;)|e(?:;|verse(?:E(?:lement;|quilibrium;)|UpEquilibrium;))|fr;|ho;|ight(?:A(?:ngleBracket;|rrow(?:;|Bar;|LeftArrow;))|Ceiling;|Do(?:ubleBracket;|wn(?:TeeVector;|Vector(?:;|Bar;)))|Floor;|T(?:ee(?:;|Arrow;|Vector;)|riangle(?:;|Bar;|Equal;))|Up(?:DownVector;|TeeVector;|Vector(?:;|Bar;))|Vector(?:;|Bar;)|arrow;)|o(?:pf;|undImplies;)|rightarrow;|s(?:cr;|h;)|uleDelayed;)|S(?:H(?:CHcy;|cy;)|OFTcy;|acute;|c(?:;|aron;|edil;|irc;|y;)|fr;|hort(?:DownArrow;|LeftArrow;|RightArrow;|UpArrow;)|igma;|mallCircle;|opf;|q(?:rt;|uare(?:;|Intersection;|Su(?:bset(?:;|Equal;)|perset(?:;|Equal;))|Union;))|scr;|tar;|u(?:b(?:;|set(?:;|Equal;))|c(?:ceeds(?:;|Equal;|SlantEqual;|Tilde;)|hThat;)|m;|p(?:;|erset(?:;|Equal;)|set;)))|T(?:HORN;?|RADE;|S(?:Hcy;|cy;)|a(?:b;|u;)|c(?:aron;|edil;|y;)|fr;|h(?:e(?:refore;|ta;)|i(?:ckSpace;|nSpace;))|ilde(?:;|Equal;|FullEqual;|Tilde;)|opf;|ripleDot;|s(?:cr;|trok;))|U(?:a(?:cute;?|rr(?:;|ocir;))|br(?:cy;|eve;)|c(?:irc;?|y;)|dblac;|fr;|grave;?|macr;|n(?:der(?:B(?:ar;|rac(?:e;|ket;))|Parenthesis;)|ion(?:;|Plus;))|o(?:gon;|pf;)|p(?:Arrow(?:;|Bar;|DownArrow;)|DownArrow;|Equilibrium;|Tee(?:;|Arrow;)|arrow;|downarrow;|per(?:LeftArrow;|RightArrow;)|si(?:;|lon;))|ring;|scr;|tilde;|uml;?)|V(?:Dash;|bar;|cy;|dash(?:;|l;)|e(?:e;|r(?:bar;|t(?:;|ical(?:Bar;|Line;|Separator;|Tilde;))|yThinSpace;))|fr;|opf;|scr;|vdash;)|W(?:circ;|edge;|fr;|opf;|scr;)|X(?:fr;|i;|opf;|scr;)|Y(?:Acy;|Icy;|Ucy;|acute;?|c(?:irc;|y;)|fr;|opf;|scr;|uml;)|Z(?:Hcy;|acute;|c(?:aron;|y;)|dot;|e(?:roWidthSpace;|ta;)|fr;|opf;|scr;)|a(?:acute;?|breve;|c(?:;|E;|d;|irc;?|ute;?|y;)|elig;?|f(?:;|r;)|grave;?|l(?:e(?:fsym;|ph;)|pha;)|m(?:a(?:cr;|lg;)|p;?)|n(?:d(?:;|and;|d;|slope;|v;)|g(?:;|e;|le;|msd(?:;|a(?:a;|b;|c;|d;|e;|f;|g;|h;))|rt(?:;|vb(?:;|d;))|s(?:ph;|t;)|zarr;))|o(?:gon;|pf;)|p(?:;|E;|acir;|e;|id;|os;|prox(?:;|eq;))|ring;?|s(?:cr;|t;|ymp(?:;|eq;))|tilde;?|uml;?|w(?:conint;|int;))|b(?:Not;|a(?:ck(?:cong;|epsilon;|prime;|sim(?:;|eq;))|r(?:vee;|wed(?:;|ge;)))|brk(?:;|tbrk;)|c(?:ong;|y;)|dquo;|e(?:caus(?:;|e;)|mptyv;|psi;|rnou;|t(?:a;|h;|ween;))|fr;|ig(?:c(?:ap;|irc;|up;)|o(?:dot;|plus;|times;)|s(?:qcup;|tar;)|triangle(?:down;|up;)|uplus;|vee;|wedge;)|karow;|l(?:a(?:ck(?:lozenge;|square;|triangle(?:;|down;|left;|right;))|nk;)|k(?:1(?:2;|4;)|34;)|ock;)|n(?:e(?:;|quiv;)|ot;)|o(?:pf;|t(?:;|tom;)|wtie;|x(?:D(?:L;|R;|l;|r;)|H(?:;|D;|U;|d;|u;)|U(?:L;|R;|l;|r;)|V(?:;|H;|L;|R;|h;|l;|r;)|box;|d(?:L;|R;|l;|r;)|h(?:;|D;|U;|d;|u;)|minus;|plus;|times;|u(?:L;|R;|l;|r;)|v(?:;|H;|L;|R;|h;|l;|r;)))|prime;|r(?:eve;|vbar;?)|s(?:cr;|emi;|im(?:;|e;)|ol(?:;|b;|hsub;))|u(?:ll(?:;|et;)|mp(?:;|E;|e(?:;|q;))))|c(?:a(?:cute;|p(?:;|and;|brcup;|c(?:ap;|up;)|dot;|s;)|r(?:et;|on;))|c(?:a(?:ps;|ron;)|edil;?|irc;|ups(?:;|sm;))|dot;|e(?:dil;?|mptyv;|nt(?:;|erdot;|))|fr;|h(?:cy;|eck(?:;|mark;)|i;)|ir(?:;|E;|c(?:;|eq;|le(?:arrow(?:left;|right;)|d(?:R;|S;|ast;|circ;|dash;)))|e;|fnint;|mid;|scir;)|lubs(?:;|uit;)|o(?:lon(?:;|e(?:;|q;))|m(?:ma(?:;|t;)|p(?:;|fn;|le(?:ment;|xes;)))|n(?:g(?:;|dot;)|int;)|p(?:f;|rod;|y(?:;|sr;|)))|r(?:arr;|oss;)|s(?:cr;|u(?:b(?:;|e;)|p(?:;|e;)))|tdot;|u(?:darr(?:l;|r;)|e(?:pr;|sc;)|larr(?:;|p;)|p(?:;|brcap;|c(?:ap;|up;)|dot;|or;|s;)|r(?:arr(?:;|m;)|ly(?:eq(?:prec;|succ;)|vee;|wedge;)|ren;?|vearrow(?:left;|right;))|vee;|wed;)|w(?:conint;|int;)|ylcty;)|d(?:Arr;|Har;|a(?:gger;|leth;|rr;|sh(?:;|v;))|b(?:karow;|lac;)|c(?:aron;|y;)|d(?:;|a(?:gger;|rr;)|otseq;)|e(?:g;?|lta;|mptyv;)|f(?:isht;|r;)|har(?:l;|r;)|i(?:am(?:;|ond(?:;|suit;)|s;)|e;|gamma;|sin;|v(?:;|ide(?:;|ontimes;|)|onx;))|jcy;|lc(?:orn;|rop;)|o(?:llar;|pf;|t(?:;|eq(?:;|dot;)|minus;|plus;|square;)|ublebarwedge;|wn(?:arrow;|downarrows;|harpoon(?:left;|right;)))|r(?:bkarow;|c(?:orn;|rop;))|s(?:c(?:r;|y;)|ol;|trok;)|t(?:dot;|ri(?:;|f;))|u(?:arr;|har;)|wangle;|z(?:cy;|igrarr;))|e(?:D(?:Dot;|ot;)|a(?:cute;?|ster;)|c(?:aron;|ir(?:;|c;?)|olon;|y;)|dot;|e;|f(?:Dot;|r;)|g(?:;|rave;?|s(?:;|dot;))|l(?:;|inters;|l;|s(?:;|dot;))|m(?:acr;|pty(?:;|set;|v;)|sp(?:1(?:3;|4;)|;))|n(?:g;|sp;)|o(?:gon;|pf;)|p(?:ar(?:;|sl;)|lus;|si(?:;|lon;|v;))|q(?:c(?:irc;|olon;)|s(?:im;|lant(?:gtr;|less;))|u(?:als;|est;|iv(?:;|DD;))|vparsl;)|r(?:Dot;|arr;)|s(?:cr;|dot;|im;)|t(?:a;|h;?)|u(?:ml;?|ro;)|x(?:cl;|ist;|p(?:ectation;|onentiale;)))|f(?:allingdotseq;|cy;|emale;|f(?:ilig;|l(?:ig;|lig;)|r;)|ilig;|jlig;|l(?:at;|lig;|tns;)|nof;|o(?:pf;|r(?:all;|k(?:;|v;)))|partint;|r(?:a(?:c(?:1(?:2;?|3;|4;?|5;|6;|8;)|2(?:3;|5;)|3(?:4;?|5;|8;)|45;|5(?:6;|8;)|78;)|sl;)|own;)|scr;)|g(?:E(?:;|l;)|a(?:cute;|mma(?:;|d;)|p;)|breve;|c(?:irc;|y;)|dot;|e(?:;|l;|q(?:;|q;|slant;)|s(?:;|cc;|dot(?:;|o(?:;|l;))|l(?:;|es;)))|fr;|g(?:;|g;)|imel;|jcy;|l(?:;|E;|a;|j;)|n(?:E;|ap(?:;|prox;)|e(?:;|q(?:;|q;))|sim;)|opf;|rave;|s(?:cr;|im(?:;|e;|l;))|t(?:;|c(?:c;|ir;)|dot;|lPar;|quest;|r(?:a(?:pprox;|rr;)|dot;|eq(?:less;|qless;)|less;|sim;)|)|v(?:ertneqq;|nE;))|h(?:Arr;|a(?:irsp;|lf;|milt;|r(?:dcy;|r(?:;|cir;|w;)))|bar;|circ;|e(?:arts(?:;|uit;)|llip;|rcon;)|fr;|ks(?:earow;|warow;)|o(?:arr;|mtht;|ok(?:leftarrow;|rightarrow;)|pf;|rbar;)|s(?:cr;|lash;|trok;)|y(?:bull;|phen;))|i(?:acute;?|c(?:;|irc;?|y;)|e(?:cy;|xcl;?)|f(?:f;|r;)|grave;?|i(?:;|i(?:int;|nt;)|nfin;|ota;)|jlig;|m(?:a(?:cr;|g(?:e;|line;|part;)|th;)|of;|ped;)|n(?:;|care;|fin(?:;|tie;)|odot;|t(?:;|cal;|e(?:gers;|rcal;)|larhk;|prod;))|o(?:cy;|gon;|pf;|ta;)|prod;|quest;?|s(?:cr;|in(?:;|E;|dot;|s(?:;|v;)|v;))|t(?:;|ilde;)|u(?:kcy;|ml;?))|j(?:c(?:irc;|y;)|fr;|math;|opf;|s(?:cr;|ercy;)|ukcy;)|k(?:appa(?:;|v;)|c(?:edil;|y;)|fr;|green;|hcy;|jcy;|opf;|scr;)|l(?:A(?:arr;|rr;|tail;)|Barr;|E(?:;|g;)|Har;|a(?:cute;|emptyv;|gran;|mbda;|ng(?:;|d;|le;)|p;|quo;?|rr(?:;|b(?:;|fs;)|fs;|hk;|lp;|pl;|sim;|tl;)|t(?:;|ail;|e(?:;|s;)))|b(?:arr;|brk;|r(?:ac(?:e;|k;)|k(?:e;|sl(?:d;|u;))))|c(?:aron;|e(?:dil;|il;)|ub;|y;)|d(?:ca;|quo(?:;|r;)|r(?:dhar;|ushar;)|sh;)|e(?:;|ft(?:arrow(?:;|tail;)|harpoon(?:down;|up;)|leftarrows;|right(?:arrow(?:;|s;)|harpoons;|squigarrow;)|threetimes;)|g;|q(?:;|q;|slant;)|s(?:;|cc;|dot(?:;|o(?:;|r;))|g(?:;|es;)|s(?:approx;|dot;|eq(?:gtr;|qgtr;)|gtr;|sim;)))|f(?:isht;|loor;|r;)|g(?:;|E;)|h(?:ar(?:d;|u(?:;|l;))|blk;)|jcy;|l(?:;|arr;|corner;|hard;|tri;)|m(?:idot;|oust(?:;|ache;))|n(?:E;|ap(?:;|prox;)|e(?:;|q(?:;|q;))|sim;)|o(?:a(?:ng;|rr;)|brk;|ng(?:left(?:arrow;|rightarrow;)|mapsto;|rightarrow;)|oparrow(?:left;|right;)|p(?:ar;|f;|lus;)|times;|w(?:ast;|bar;)|z(?:;|enge;|f;))|par(?:;|lt;)|r(?:arr;|corner;|har(?:;|d;)|m;|tri;)|s(?:aquo;|cr;|h;|im(?:;|e;|g;)|q(?:b;|uo(?:;|r;))|trok;)|t(?:;|c(?:c;|ir;)|dot;|hree;|imes;|larr;|quest;|r(?:Par;|i(?:;|e;|f;))|)|ur(?:dshar;|uhar;)|v(?:ertneqq;|nE;))|m(?:DDot;|a(?:cr;?|l(?:e;|t(?:;|ese;))|p(?:;|sto(?:;|down;|left;|up;))|rker;)|c(?:omma;|y;)|dash;|easuredangle;|fr;|ho;|i(?:cro;?|d(?:;|ast;|cir;|dot;?)|nus(?:;|b;|d(?:;|u;)))|l(?:cp;|dr;)|nplus;|o(?:dels;|pf;)|p;|s(?:cr;|tpos;)|u(?:;|ltimap;|map;))|n(?:G(?:g;|t(?:;|v;))|L(?:eft(?:arrow;|rightarrow;)|l;|t(?:;|v;))|Rightarrow;|V(?:Dash;|dash;)|a(?:bla;|cute;|ng;|p(?:;|E;|id;|os;|prox;)|tur(?:;|al(?:;|s;)))|b(?:sp;?|ump(?:;|e;))|c(?:a(?:p;|ron;)|edil;|ong(?:;|dot;)|up;|y;)|dash;|e(?:;|Arr;|ar(?:hk;|r(?:;|ow;))|dot;|quiv;|s(?:ear;|im;)|xist(?:;|s;))|fr;|g(?:E;|e(?:;|q(?:;|q;|slant;)|s;)|sim;|t(?:;|r;))|h(?:Arr;|arr;|par;)|i(?:;|s(?:;|d;)|v;)|jcy;|l(?:Arr;|E;|arr;|dr;|e(?:;|ft(?:arrow;|rightarrow;)|q(?:;|q;|slant;)|s(?:;|s;))|sim;|t(?:;|ri(?:;|e;)))|mid;|o(?:pf;|t(?:;|in(?:;|E;|dot;|v(?:a;|b;|c;))|ni(?:;|v(?:a;|b;|c;))|))|p(?:ar(?:;|allel;|sl;|t;)|olint;|r(?:;|cue;|e(?:;|c(?:;|eq;))))|r(?:Arr;|arr(?:;|c;|w;)|ightarrow;|tri(?:;|e;))|s(?:c(?:;|cue;|e;|r;)|hort(?:mid;|parallel;)|im(?:;|e(?:;|q;))|mid;|par;|qsu(?:be;|pe;)|u(?:b(?:;|E;|e;|set(?:;|eq(?:;|q;)))|cc(?:;|eq;)|p(?:;|E;|e;|set(?:;|eq(?:;|q;)))))|t(?:gl;|ilde;?|lg;|riangle(?:left(?:;|eq;)|right(?:;|eq;)))|u(?:;|m(?:;|ero;|sp;))|v(?:Dash;|Harr;|ap;|dash;|g(?:e;|t;)|infin;|l(?:Arr;|e;|t(?:;|rie;))|r(?:Arr;|trie;)|sim;)|w(?:Arr;|ar(?:hk;|r(?:;|ow;))|near;))|o(?:S;|a(?:cute;?|st;)|c(?:ir(?:;|c;?)|y;)|d(?:ash;|blac;|iv;|ot;|sold;)|elig;|f(?:cir;|r;)|g(?:on;|rave;?|t;)|h(?:bar;|m;)|int;|l(?:arr;|c(?:ir;|ross;)|ine;|t;)|m(?:acr;|ega;|i(?:cron;|d;|nus;))|opf;|p(?:ar;|erp;|lus;)|r(?:;|arr;|d(?:;|er(?:;|of;)|f;?|m;?)|igof;|or;|slope;|v;)|s(?:cr;|lash;?|ol;)|ti(?:lde;?|mes(?:;|as;))|uml;?|vbar;)|p(?:ar(?:;|a(?:;|llel;|)|s(?:im;|l;)|t;)|cy;|er(?:cnt;|iod;|mil;|p;|tenk;)|fr;|h(?:i(?:;|v;)|mmat;|one;)|i(?:;|tchfork;|v;)|l(?:an(?:ck(?:;|h;)|kv;)|us(?:;|acir;|b;|cir;|d(?:o;|u;)|e;|mn;?|sim;|two;))|m;|o(?:intint;|pf;|und;?)|r(?:;|E;|ap;|cue;|e(?:;|c(?:;|approx;|curlyeq;|eq;|n(?:approx;|eqq;|sim;)|sim;))|ime(?:;|s;)|n(?:E;|ap;|sim;)|o(?:d;|f(?:alar;|line;|surf;)|p(?:;|to;))|sim;|urel;)|s(?:cr;|i;)|uncsp;)|q(?:fr;|int;|opf;|prime;|scr;|u(?:at(?:ernions;|int;)|est(?:;|eq;)|ot;?))|r(?:A(?:arr;|rr;|tail;)|Barr;|Har;|a(?:c(?:e;|ute;)|dic;|emptyv;|ng(?:;|d;|e;|le;)|quo;?|rr(?:;|ap;|b(?:;|fs;)|c;|fs;|hk;|lp;|pl;|sim;|tl;|w;)|t(?:ail;|io(?:;|nals;)))|b(?:arr;|brk;|r(?:ac(?:e;|k;)|k(?:e;|sl(?:d;|u;))))|c(?:aron;|e(?:dil;|il;)|ub;|y;)|d(?:ca;|ldhar;|quo(?:;|r;)|sh;)|e(?:al(?:;|ine;|part;|s;)|ct;|g;?)|f(?:isht;|loor;|r;)|h(?:ar(?:d;|u(?:;|l;))|o(?:;|v;))|i(?:ght(?:arrow(?:;|tail;)|harpoon(?:down;|up;)|left(?:arrows;|harpoons;)|rightarrows;|squigarrow;|threetimes;)|ng;|singdotseq;)|l(?:arr;|har;|m;)|moust(?:;|ache;)|nmid;|o(?:a(?:ng;|rr;)|brk;|p(?:ar;|f;|lus;)|times;)|p(?:ar(?:;|gt;)|polint;)|rarr;|s(?:aquo;|cr;|h;|q(?:b;|uo(?:;|r;)))|t(?:hree;|imes;|ri(?:;|e;|f;|ltri;))|uluhar;|x;)|s(?:acute;|bquo;|c(?:;|E;|a(?:p;|ron;)|cue;|e(?:;|dil;)|irc;|n(?:E;|ap;|sim;)|polint;|sim;|y;)|dot(?:;|b;|e;)|e(?:Arr;|ar(?:hk;|r(?:;|ow;))|ct;?|mi;|swar;|tm(?:inus;|n;)|xt;)|fr(?:;|own;)|h(?:arp;|c(?:hcy;|y;)|ort(?:mid;|parallel;)|y;?)|i(?:gma(?:;|f;|v;)|m(?:;|dot;|e(?:;|q;)|g(?:;|E;)|l(?:;|E;)|ne;|plus;|rarr;))|larr;|m(?:a(?:llsetminus;|shp;)|eparsl;|i(?:d;|le;)|t(?:;|e(?:;|s;)))|o(?:ftcy;|l(?:;|b(?:;|ar;))|pf;)|pa(?:des(?:;|uit;)|r;)|q(?:c(?:ap(?:;|s;)|up(?:;|s;))|su(?:b(?:;|e;|set(?:;|eq;))|p(?:;|e;|set(?:;|eq;)))|u(?:;|ar(?:e;|f;)|f;))|rarr;|s(?:cr;|etmn;|mile;|tarf;)|t(?:ar(?:;|f;)|r(?:aight(?:epsilon;|phi;)|ns;))|u(?:b(?:;|E;|dot;|e(?:;|dot;)|mult;|n(?:E;|e;)|plus;|rarr;|s(?:et(?:;|eq(?:;|q;)|neq(?:;|q;))|im;|u(?:b;|p;)))|cc(?:;|approx;|curlyeq;|eq;|n(?:approx;|eqq;|sim;)|sim;)|m;|ng;|p(?:1;?|2;?|3;?|;|E;|d(?:ot;|sub;)|e(?:;|dot;)|hs(?:ol;|ub;)|larr;|mult;|n(?:E;|e;)|plus;|s(?:et(?:;|eq(?:;|q;)|neq(?:;|q;))|im;|u(?:b;|p;))))|w(?:Arr;|ar(?:hk;|r(?:;|ow;))|nwar;)|zlig;?)|t(?:a(?:rget;|u;)|brk;|c(?:aron;|edil;|y;)|dot;|elrec;|fr;|h(?:e(?:re(?:4;|fore;)|ta(?:;|sym;|v;))|i(?:ck(?:approx;|sim;)|nsp;)|k(?:ap;|sim;)|orn;?)|i(?:lde;|mes(?:;|b(?:;|ar;)|d;|)|nt;)|o(?:ea;|p(?:;|bot;|cir;|f(?:;|ork;))|sa;)|prime;|r(?:ade;|i(?:angle(?:;|down;|left(?:;|eq;)|q;|right(?:;|eq;))|dot;|e;|minus;|plus;|sb;|time;)|pezium;)|s(?:c(?:r;|y;)|hcy;|trok;)|w(?:ixt;|ohead(?:leftarrow;|rightarrow;)))|u(?:Arr;|Har;|a(?:cute;?|rr;)|br(?:cy;|eve;)|c(?:irc;?|y;)|d(?:arr;|blac;|har;)|f(?:isht;|r;)|grave;?|h(?:ar(?:l;|r;)|blk;)|l(?:c(?:orn(?:;|er;)|rop;)|tri;)|m(?:acr;|l;?)|o(?:gon;|pf;)|p(?:arrow;|downarrow;|harpoon(?:left;|right;)|lus;|si(?:;|h;|lon;)|uparrows;)|r(?:c(?:orn(?:;|er;)|rop;)|ing;|tri;)|scr;|t(?:dot;|ilde;|ri(?:;|f;))|u(?:arr;|ml;?)|wangle;)|v(?:Arr;|Bar(?:;|v;)|Dash;|a(?:ngrt;|r(?:epsilon;|kappa;|nothing;|p(?:hi;|i;|ropto;)|r(?:;|ho;)|s(?:igma;|u(?:bsetneq(?:;|q;)|psetneq(?:;|q;)))|t(?:heta;|riangle(?:left;|right;))))|cy;|dash;|e(?:e(?:;|bar;|eq;)|llip;|r(?:bar;|t;))|fr;|ltri;|nsu(?:b;|p;)|opf;|prop;|rtri;|s(?:cr;|u(?:bn(?:E;|e;)|pn(?:E;|e;)))|zigzag;)|w(?:circ;|e(?:d(?:bar;|ge(?:;|q;))|ierp;)|fr;|opf;|p;|r(?:;|eath;)|scr;)|x(?:c(?:ap;|irc;|up;)|dtri;|fr;|h(?:Arr;|arr;)|i;|l(?:Arr;|arr;)|map;|nis;|o(?:dot;|p(?:f;|lus;)|time;)|r(?:Arr;|arr;)|s(?:cr;|qcup;)|u(?:plus;|tri;)|vee;|wedge;)|y(?:ac(?:ute;?|y;)|c(?:irc;|y;)|en;?|fr;|icy;|opf;|scr;|u(?:cy;|ml;?))|z(?:acute;|c(?:aron;|y;)|dot;|e(?:etrf;|ta;)|fr;|hcy;|igrarr;|opf;|scr;|w(?:j;|nj;)))|[\s\S]/g,Sx=32,Ax=/[^\r"&\u0000]+/g,Cx=/[^\r'&\u0000]+/g,Dx=/[^\r\t\n\f &>\u0000]+/g,kx=/[^\r\t\n\f \/>A-Z\u0000]+/g,Lx=/[^\r\t\n\f \/=>A-Z\u0000]+/g,Mx=/[^\]\r\u0000\uffff]*/g,Rx=/[^&<\r\u0000\uffff]*/g,fo=/[^<\r\u0000\uffff]*/g,Ix=/[^\r\u0000\uffff]*/g,ho=/(?:(\/)?([a-z]+)>)|[\s\S]/g,po=/(?:([-a-z]+)[ \t\n\f]*=[ \t\n\f]*('[^'&\r\u0000]*'|"[^"&\r\u0000]*"|[^\t\n\r\f "&'\u0000>][^&> \t\n\r\f\u0000]*[ \t\n\f]))|[\s\S]/g,Ea=/[^\x09\x0A\x0C\x0D\x20]/,ni=/[^\x09\x0A\x0C\x0D\x20]/g,Ox=/[^\x00\x09\x0A\x0C\x0D\x20]/,St=/^[\x09\x0A\x0C\x0D\x20]+/,_a=/\x00/g;function me(e){var t=16384;if(e.length<t)return String.fromCharCode.apply(String,e);for(var r="",a=0;a<e.length;a+=t)r+=String.fromCharCode.apply(String,e.slice(a,a+t));return r}function qx(e){for(var t=[],r=0;r<e.length;r++)t[r]=e.charCodeAt(r);return t}function W(e,t){if(typeof t=="string")return e.namespaceURI===w.HTML&&e.localName===t;var r=t[e.namespaceURI];return r&&r[e.localName]}function mo(e){return W(e,Ao)}function go(e){if(W(e,Co))return!0;if(e.namespaceURI===w.MATHML&&e.localName==="annotation-xml"){var t=e.getAttribute("encoding");if(t&&(t=t.toLowerCase()),t==="text/html"||t==="application/xhtml+xml")return!0}return!1}function Hx(e){return e in lo?lo[e]:e}function bo(e){for(var t=0,r=e.length;t<r;t++)e[t][0]in co&&(e[t][0]=co[e[t][0]])}function Eo(e){for(var t=0,r=e.length;t<r;t++)if(e[t][0]==="definitionurl"){e[t][0]="definitionURL";break}}function ii(e){for(var t=0,r=e.length;t<r;t++)e[t][0]in oo&&e[t].push(oo[e[t][0]])}function _o(e,t){for(var r=0,a=e.length;r<a;r++){var s=e[r][0],o=e[r][1];t.hasAttribute(s)||t._setAttribute(s,o)}}q.ElementStack=function(){this.elements=[],this.top=null};q.ElementStack.prototype.push=function(e){this.elements.push(e),this.top=e};q.ElementStack.prototype.pop=function(e){this.elements.pop(),this.top=this.elements[this.elements.length-1]};q.ElementStack.prototype.popTag=function(e){for(var t=this.elements.length-1;t>0;t--){var r=this.elements[t];if(W(r,e))break}this.elements.length=t,this.top=this.elements[t-1]};q.ElementStack.prototype.popElementType=function(e){for(var t=this.elements.length-1;t>0&&!(this.elements[t]instanceof e);t--);this.elements.length=t,this.top=this.elements[t-1]};q.ElementStack.prototype.popElement=function(e){for(var t=this.elements.length-1;t>0&&this.elements[t]!==e;t--);this.elements.length=t,this.top=this.elements[t-1]};q.ElementStack.prototype.removeElement=function(e){if(this.top===e)this.pop();else{var t=this.elements.lastIndexOf(e);t!==-1&&this.elements.splice(t,1)}};q.ElementStack.prototype.clearToContext=function(e){for(var t=this.elements.length-1;t>0&&!W(this.elements[t],e);t--);this.elements.length=t+1,this.top=this.elements[t]};q.ElementStack.prototype.contains=function(e){return this.inSpecificScope(e,Object.create(null))};q.ElementStack.prototype.inSpecificScope=function(e,t){for(var r=this.elements.length-1;r>=0;r--){var a=this.elements[r];if(W(a,e))return!0;if(W(a,t))return!1}return!1};q.ElementStack.prototype.elementInSpecificScope=function(e,t){for(var r=this.elements.length-1;r>=0;r--){var a=this.elements[r];if(a===e)return!0;if(W(a,t))return!1}return!1};q.ElementStack.prototype.elementTypeInSpecificScope=function(e,t){for(var r=this.elements.length-1;r>=0;r--){var a=this.elements[r];if(a instanceof e)return!0;if(W(a,t))return!1}return!1};q.ElementStack.prototype.inScope=function(e){return this.inSpecificScope(e,Be)};q.ElementStack.prototype.elementInScope=function(e){return this.elementInSpecificScope(e,Be)};q.ElementStack.prototype.elementTypeInScope=function(e){return this.elementTypeInSpecificScope(e,Be)};q.ElementStack.prototype.inButtonScope=function(e){return this.inSpecificScope(e,ci)};q.ElementStack.prototype.inListItemScope=function(e){return this.inSpecificScope(e,ya)};q.ElementStack.prototype.inTableScope=function(e){return this.inSpecificScope(e,So)};q.ElementStack.prototype.inSelectScope=function(e){for(var t=this.elements.length-1;t>=0;t--){var r=this.elements[t];if(r.namespaceURI!==w.HTML)return!1;var a=r.localName;if(a===e)return!0;if(a!=="optgroup"&&a!=="option")return!1}return!1};q.ElementStack.prototype.generateImpliedEndTags=function(e,t){for(var r=t?No:yo,a=this.elements.length-1;a>=0;a--){var s=this.elements[a];if(e&&W(s,e)||!W(this.elements[a],r))break}this.elements.length=a+1,this.top=this.elements[a]};q.ActiveFormattingElements=function(){this.list=[],this.attrs=[]};q.ActiveFormattingElements.prototype.MARKER={localName:"|"};q.ActiveFormattingElements.prototype.insertMarker=function(){this.list.push(this.MARKER),this.attrs.push(this.MARKER)};q.ActiveFormattingElements.prototype.push=function(e,t){for(var r=0,a=this.list.length-1;a>=0&&this.list[a]!==this.MARKER;a--)if(x(e,this.list[a],this.attrs[a])&&(r++,r===3)){this.list.splice(a,1),this.attrs.splice(a,1);break}this.list.push(e);for(var s=[],o=0;o<t.length;o++)s[o]=t[o];this.attrs.push(s);function x(m,h,g){if(m.localName!==h.localName||m._numattrs!==g.length)return!1;for(var v=0,ne=g.length;v<ne;v++){var se=g[v][0],u=g[v][1];if(!m.hasAttribute(se)||m.getAttribute(se)!==u)return!1}return!0}};q.ActiveFormattingElements.prototype.clearToMarker=function(){for(var e=this.list.length-1;e>=0&&this.list[e]!==this.MARKER;e--);e<0&&(e=0),this.list.length=e,this.attrs.length=e};q.ActiveFormattingElements.prototype.findElementByTag=function(e){for(var t=this.list.length-1;t>=0;t--){var r=this.list[t];if(r===this.MARKER)break;if(r.localName===e)return r}return null};q.ActiveFormattingElements.prototype.indexOf=function(e){return this.list.lastIndexOf(e)};q.ActiveFormattingElements.prototype.remove=function(e){var t=this.list.lastIndexOf(e);t!==-1&&(this.list.splice(t,1),this.attrs.splice(t,1))};q.ActiveFormattingElements.prototype.replace=function(e,t,r){var a=this.list.lastIndexOf(e);a!==-1&&(this.list[a]=t,this.attrs[a]=r)};q.ActiveFormattingElements.prototype.insertAfter=function(e,t){var r=this.list.lastIndexOf(e);r!==-1&&(this.list.splice(r,0,t),this.attrs.splice(r,0,t))};function q(e,t,r){var a=null,s=0,o=0,x=!1,m=!1,h=0,g=[],v="",ne=!0,se=0,u=M,be,X,O="",Ye="",H=[],ie="",le="",z=[],Qe=[],$e=[],Ze=[],Ce=[],yr=!1,p=nl,Pe=null,Ue=[],l=new q.ElementStack,L=new q.ActiveFormattingElements,dt=t!==void 0,Nr=null,Ve=null,wr=!0;t&&(wr=t.ownerDocument._scripting_enabled),r&&r.scripting_enabled===!1&&(wr=!1);var $=!0,Da=!1,Sr,ka,b=[],Je=!1,ht=!1,Ar={document:function(){return F},_asDocumentFragment:function(){for(var n=F.createDocumentFragment(),i=F.firstChild;i.hasChildNodes();)n.appendChild(i.firstChild);return n},pause:function(){se++},resume:function(){se--,this.parse("")},parse:function(n,i,c){var f;return se>0?(v+=n,!0):(h===0?(v&&(n=v+n,v=""),i&&(n+="\uFFFF",x=!0),a=n,s=n.length,o=0,ne&&(ne=!1,a.charCodeAt(0)===65279&&(o=1)),h++,f=_i(c),v=a.substring(o,s),h--):(h++,g.push(a,s,o),a=n,s=n.length,o=0,_i(),f=!1,v=a.substring(o,s),o=g.pop(),s=g.pop(),a=g.pop(),v&&(a=v+a.substring(o),s=a.length,o=0,v=""),h--),f)}},F=new gx(!0,e);if(F._parser=Ar,F._scripting_enabled=wr,t){if(t.ownerDocument._quirks&&(F._quirks=!0),t.ownerDocument._limitedQuirks&&(F._limitedQuirks=!0),t.namespaceURI===w.HTML)switch(t.localName){case"title":case"textarea":u=at;break;case"style":case"xmp":case"iframe":case"noembed":case"noframes":case"script":case"plaintext":u=Oa;break}var Ei=F.createElement("html");F._appendChild(Ei),l.push(Ei),t instanceof G.HTMLTemplateElement&&Ue.push(Wa),Jt();for(var Kt=t;Kt!==null;Kt=Kt.parentElement)if(Kt instanceof G.HTMLFormElement){Ve=Kt;break}}function _i(n){for(var i,c,f,d;o<s;){if(se>0||n&&n())return!0;switch(typeof u.lookahead){case"undefined":if(i=a.charCodeAt(o++),m&&(m=!1,i===10)){o++;continue}switch(i){case 13:o<s?a.charCodeAt(o)===10&&o++:m=!0,u(10);break;case 65535:if(x&&o===s){u(ba);break}default:u(i);break}break;case"number":i=a.charCodeAt(o);var E=u.lookahead,A=!0;if(E<0&&(A=!1,E=-E),E<s-o)c=A?a.substring(o,o+E):null,d=!1;else if(x)c=A?a.substring(o,s):null,d=!0,i===65535&&o===s-1&&(i=ba);else return!0;u(i,c,d);break;case"string":i=a.charCodeAt(o),f=u.lookahead;var R=a.indexOf(f,o);if(R!==-1)c=a.substring(o,R+f.length),d=!1;else{if(!x)return!0;c=a.substring(o,s),i===65535&&o===s-1&&(i=ba),d=!0}u(i,c,d);break}}return!1}function et(n,i){for(var c=0;c<Ce.length;c++)if(Ce[c][0]===n)return;i!==void 0?Ce.push([n,i]):Ce.push([n])}function cc(){po.lastIndex=o-1;var n=po.exec(a);if(!n)throw new Error("should never happen");var i=n[1];if(!i)return!1;var c=n[2],f=c.length;switch(c[0]){case'"':case"'":c=c.substring(1,f-1),o+=n[0].length-1,u=Ba;break;default:u=qe,o+=n[0].length-1,c=c.substring(0,f-1);break}for(var d=0;d<Ce.length;d++)if(Ce[d][0]===i)return!0;return Ce.push([i,c]),!0}function lc(){yr=!1,O="",Ce.length=0}function Yt(){yr=!0,O="",Ce.length=0}function je(){H.length=0}function La(){ie=""}function Ma(){le=""}function vi(){z.length=0}function Dt(){Qe.length=0,$e=null,Ze=null}function Cr(){$e=[]}function tt(){Ze=[]}function P(){Da=!0}function uc(){return l.top&&l.top.namespaceURI!=="http://www.w3.org/1999/xhtml"}function ye(n){return Ye===n}function kt(){if(b.length>0){var n=me(b);if(b.length=0,ht&&(ht=!1,n[0]===`
|
|
7
|
+
`&&(n=n.substring(1)),n.length===0))return;re(zt,n),Je=!1}ht=!1}function Qt(n){n.lastIndex=o-1;var i=n.exec(a);if(i&&i.index===o-1)return i=i[0],o+=i.length-1,x&&o===s&&(i=i.slice(0,-1),o--),i;throw new Error("should never happen")}function $t(n){n.lastIndex=o-1;var i=n.exec(a)[0];return i?(xc(i),o+=i.length-1,!0):!1}function xc(n){b.length>0&&kt(),!(ht&&(ht=!1,n[0]===`
|
|
8
|
+
`&&(n=n.substring(1)),n.length===0))&&re(zt,n)}function Ge(){if(yr)re(I,O);else{var n=O;O="",Ye=n,re(pe,n,Ce)}}function fc(){if(o===s)return!1;ho.lastIndex=o;var n=ho.exec(a);if(!n)throw new Error("should never happen");var i=n[2];if(!i)return!1;var c=n[1];return c?(o+=i.length+2,re(I,i)):(o+=i.length+1,Ye=i,re(pe,i,_x)),!0}function dc(){yr?re(I,O,null,!0):re(pe,O,Ce,!0)}function U(){re(Ex,me(Qe),$e?me($e):void 0,Ze?me(Ze):void 0)}function k(){kt(),p(ba),F.modclock=1}var re=Ar.insertToken=function(i,c,f,d){kt();var E=l.top;!E||E.namespaceURI===w.HTML?p(i,c,f,d):i!==pe&&i!==zt?Hi(i,c,f,d):mo(E)&&(i===zt||i===pe&&c!=="mglyph"&&c!=="malignmark")||i===pe&&c==="svg"&&E.namespaceURI===w.MATHML&&E.localName==="annotation-xml"||go(E)?(ka=!0,p(i,c,f,d),ka=!1):Hi(i,c,f,d)};function Re(n){var i=l.top;rt&&W(i,Xt)?kr(function(c){return c.createComment(n)}):(i instanceof G.HTMLTemplateElement&&(i=i.content),i._appendChild(i.ownerDocument.createComment(n)))}function Ie(n){var i=l.top;if(rt&&W(i,Xt))kr(function(f){return f.createTextNode(n)});else{i instanceof G.HTMLTemplateElement&&(i=i.content);var c=i.lastChild;c&&c.nodeType===ai.TEXT_NODE?c.appendData(n):i._appendChild(i.ownerDocument.createTextNode(n))}}function Zt(n,i,c){var f=vo.createElement(n,i,null);if(c)for(var d=0,E=c.length;d<E;d++)f._setAttribute(c[d][0],c[d][1]);return f}var rt=!1;function D(n,i){var c=Dr(function(f){return Zt(f,n,i)});return W(c,wo)&&(c._form=Ve),c}function Dr(n){var i;return rt&&W(l.top,Xt)?i=kr(n):l.top instanceof G.HTMLTemplateElement?(i=n(l.top.content.ownerDocument),l.top.content._appendChild(i)):(i=n(l.top.ownerDocument),l.top._appendChild(i)),l.push(i),i}function Ra(n,i,c){return Dr(function(f){var d=f._createElementNS(n,c,null);if(i)for(var E=0,A=i.length;E<A;E++){var R=i[E];R.length===2?d._setAttribute(R[0],R[1]):d._setAttributeNS(R[2],R[0],R[1])}return d})}function Ti(n){for(var i=l.elements.length-1;i>=0;i--)if(l.elements[i]instanceof n)return i;return-1}function kr(n){var i,c,f=-1,d=-1,E;if(f=Ti(G.HTMLTableElement),d=Ti(G.HTMLTemplateElement),d>=0&&(f<0||d>f)?i=l.elements[d]:f>=0&&(i=l.elements[f].parentNode,i?c=l.elements[f]:i=l.elements[f-1]),i||(i=l.elements[0]),i instanceof G.HTMLTemplateElement&&(i=i.content),E=n(i.ownerDocument),E.nodeType===ai.TEXT_NODE){var A;if(c?A=c.previousSibling:A=i.lastChild,A&&A.nodeType===ai.TEXT_NODE)return A.appendData(E.data),E}return c?i.insertBefore(E,c):i._appendChild(E),E}function Jt(){for(var n=!1,i=l.elements.length-1;i>=0;i--){var c=l.elements[i];if(i===0&&(n=!0,dt&&(c=t)),c.namespaceURI===w.HTML){var f=c.localName;switch(f){case"select":for(var d=i;d>0;){var E=l.elements[--d];if(E instanceof G.HTMLTemplateElement)break;if(E instanceof G.HTMLTableElement){p=Gr;return}}p=We;return;case"tr":p=rr;return;case"tbody":case"tfoot":case"thead":p=bt;return;case"caption":p=Ga;return;case"colgroup":p=jr;return;case"table":p=Ne;return;case"template":p=Ue[Ue.length-1];return;case"body":p=S;return;case"frameset":p=za;return;case"html":Nr===null?p=Ur:p=ja;return;default:if(!n){if(f==="head"){p=Z;return}if(f==="td"||f==="th"){p=Lt;return}}}}if(n){p=S;return}}}function Lr(n,i){D(n,i),u=er,Pe=p,p=Vr}function hc(n,i){D(n,i),u=at,Pe=p,p=Vr}function Ia(n,i){return{elt:Zt(n,L.list[i].localName,L.attrs[i]),attrs:L.attrs[i]}}function Ee(){if(L.list.length!==0){var n=L.list[L.list.length-1];if(n!==L.MARKER&&l.elements.lastIndexOf(n)===-1){for(var i=L.list.length-2;i>=0&&(n=L.list[i],!(n===L.MARKER||l.elements.lastIndexOf(n)!==-1));i--);for(i=i+1;i<L.list.length;i++){var c=Dr(function(f){return Ia(f,i).elt});L.list[i]=c}}}}var Mr={localName:"BM"};function pc(n){if(W(l.top,n)&&L.indexOf(l.top)===-1)return l.pop(),!0;for(var i=0;i<8;){i++;var c=L.findElementByTag(n);if(!c)return!1;var f=l.elements.lastIndexOf(c);if(f===-1)return L.remove(c),!0;if(!l.elementInScope(c))return!0;for(var d=null,E,A=f+1;A<l.elements.length;A++)if(W(l.elements[A],At)){d=l.elements[A],E=A;break}if(d){var R=l.elements[f-1];L.insertAfter(c,Mr);for(var Y=d,ue=d,we=E,De,Et=0;Et++,Y=l.elements[--we],Y!==c;){if(De=L.indexOf(Y),Et>3&&De!==-1&&(L.remove(Y),De=-1),De===-1){l.removeElement(Y);continue}var ct=Ia(R.ownerDocument,De);L.replace(Y,ct.elt,ct.attrs),l.elements[we]=ct.elt,Y=ct.elt,ue===d&&(L.remove(Mr),L.insertAfter(ct.elt,Mr)),Y._appendChild(ue),ue=Y}rt&&W(R,Xt)?kr(function(){return ue}):R instanceof G.HTMLTemplateElement?R.content._appendChild(ue):R._appendChild(ue);for(var ar=Ia(d.ownerDocument,L.indexOf(c));d.hasChildNodes();)ar.elt._appendChild(d.firstChild);d._appendChild(ar.elt),L.remove(c),L.replace(Mr,ar.elt,ar.attrs),l.removeElement(c);var ll=l.elements.lastIndexOf(d);l.elements.splice(ll+1,0,ar.elt)}else return l.popElement(c),L.remove(c),!0}return!0}function mc(){l.pop(),p=Pe}function pt(){delete F._parser,l.elements.length=0,F.defaultView&&F.defaultView.dispatchEvent(new G.Event("load",{}))}function y(n,i){u=i,o--}function M(n){switch(n){case 38:be=M,u=tr;break;case 60:if(fc())break;u=gc;break;case 0:b.push(n),Je=!0;break;case-1:k();break;default:$t(Rx)||b.push(n);break}}function at(n){switch(n){case 38:be=at,u=tr;break;case 60:u=Ec;break;case 0:b.push(65533),Je=!0;break;case-1:k();break;default:b.push(n);break}}function er(n){switch(n){case 60:u=Tc;break;case 0:b.push(65533);break;case-1:k();break;default:$t(fo)||b.push(n);break}}function nt(n){switch(n){case 60:u=wc;break;case 0:b.push(65533);break;case-1:k();break;default:$t(fo)||b.push(n);break}}function Oa(n){switch(n){case 0:b.push(65533);break;case-1:k();break;default:$t(Ix)||b.push(n);break}}function gc(n){switch(n){case 33:u=Si;break;case 47:u=bc;break;case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:case 97:case 98:case 99:case 100:case 101:case 102:case 103:case 104:case 105:case 106:case 107:case 108:case 109:case 110:case 111:case 112:case 113:case 114:case 115:case 116:case 117:case 118:case 119:case 120:case 121:case 122:lc(),y(n,yi);break;case 63:y(n,qr);break;default:b.push(60),y(n,M);break}}function bc(n){switch(n){case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:case 97:case 98:case 99:case 100:case 101:case 102:case 103:case 104:case 105:case 106:case 107:case 108:case 109:case 110:case 111:case 112:case 113:case 114:case 115:case 116:case 117:case 118:case 119:case 120:case 121:case 122:Yt(),y(n,yi);break;case 62:u=M;break;case-1:b.push(60),b.push(47),k();break;default:y(n,qr);break}}function yi(n){switch(n){case 9:case 10:case 12:case 32:u=qe;break;case 47:u=st;break;case 62:u=M,Ge();break;case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:O+=String.fromCharCode(n+32);break;case 0:O+="\uFFFD";break;case-1:k();break;default:O+=Qt(kx);break}}function Ec(n){n===47?(je(),u=_c):(b.push(60),y(n,at))}function _c(n){switch(n){case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:case 97:case 98:case 99:case 100:case 101:case 102:case 103:case 104:case 105:case 106:case 107:case 108:case 109:case 110:case 111:case 112:case 113:case 114:case 115:case 116:case 117:case 118:case 119:case 120:case 121:case 122:Yt(),y(n,vc);break;default:b.push(60),b.push(47),y(n,at);break}}function vc(n){switch(n){case 9:case 10:case 12:case 32:if(ye(O)){u=qe;return}break;case 47:if(ye(O)){u=st;return}break;case 62:if(ye(O)){u=M,Ge();return}break;case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:O+=String.fromCharCode(n+32),H.push(n);return;case 97:case 98:case 99:case 100:case 101:case 102:case 103:case 104:case 105:case 106:case 107:case 108:case 109:case 110:case 111:case 112:case 113:case 114:case 115:case 116:case 117:case 118:case 119:case 120:case 121:case 122:O+=String.fromCharCode(n),H.push(n);return;default:break}b.push(60),b.push(47),wt(b,H),y(n,at)}function Tc(n){n===47?(je(),u=yc):(b.push(60),y(n,er))}function yc(n){switch(n){case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:case 97:case 98:case 99:case 100:case 101:case 102:case 103:case 104:case 105:case 106:case 107:case 108:case 109:case 110:case 111:case 112:case 113:case 114:case 115:case 116:case 117:case 118:case 119:case 120:case 121:case 122:Yt(),y(n,Nc);break;default:b.push(60),b.push(47),y(n,er);break}}function Nc(n){switch(n){case 9:case 10:case 12:case 32:if(ye(O)){u=qe;return}break;case 47:if(ye(O)){u=st;return}break;case 62:if(ye(O)){u=M,Ge();return}break;case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:O+=String.fromCharCode(n+32),H.push(n);return;case 97:case 98:case 99:case 100:case 101:case 102:case 103:case 104:case 105:case 106:case 107:case 108:case 109:case 110:case 111:case 112:case 113:case 114:case 115:case 116:case 117:case 118:case 119:case 120:case 121:case 122:O+=String.fromCharCode(n),H.push(n);return;default:break}b.push(60),b.push(47),wt(b,H),y(n,er)}function wc(n){switch(n){case 47:je(),u=Sc;break;case 33:u=Cc,b.push(60),b.push(33);break;default:b.push(60),y(n,nt);break}}function Sc(n){switch(n){case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:case 97:case 98:case 99:case 100:case 101:case 102:case 103:case 104:case 105:case 106:case 107:case 108:case 109:case 110:case 111:case 112:case 113:case 114:case 115:case 116:case 117:case 118:case 119:case 120:case 121:case 122:Yt(),y(n,Ac);break;default:b.push(60),b.push(47),y(n,nt);break}}function Ac(n){switch(n){case 9:case 10:case 12:case 32:if(ye(O)){u=qe;return}break;case 47:if(ye(O)){u=st;return}break;case 62:if(ye(O)){u=M,Ge();return}break;case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:O+=String.fromCharCode(n+32),H.push(n);return;case 97:case 98:case 99:case 100:case 101:case 102:case 103:case 104:case 105:case 106:case 107:case 108:case 109:case 110:case 111:case 112:case 113:case 114:case 115:case 116:case 117:case 118:case 119:case 120:case 121:case 122:O+=String.fromCharCode(n),H.push(n);return;default:break}b.push(60),b.push(47),wt(b,H),y(n,nt)}function Cc(n){n===45?(u=Dc,b.push(45)):y(n,nt)}function Dc(n){n===45?(u=Ni,b.push(45)):y(n,nt)}function Oe(n){switch(n){case 45:u=kc,b.push(45);break;case 60:u=qa;break;case 0:b.push(65533);break;case-1:k();break;default:b.push(n);break}}function kc(n){switch(n){case 45:u=Ni,b.push(45);break;case 60:u=qa;break;case 0:u=Oe,b.push(65533);break;case-1:k();break;default:u=Oe,b.push(n);break}}function Ni(n){switch(n){case 45:b.push(45);break;case 60:u=qa;break;case 62:u=nt,b.push(62);break;case 0:u=Oe,b.push(65533);break;case-1:k();break;default:u=Oe,b.push(n);break}}function qa(n){switch(n){case 47:je(),u=Lc;break;case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:case 97:case 98:case 99:case 100:case 101:case 102:case 103:case 104:case 105:case 106:case 107:case 108:case 109:case 110:case 111:case 112:case 113:case 114:case 115:case 116:case 117:case 118:case 119:case 120:case 121:case 122:je(),b.push(60),y(n,Rc);break;default:b.push(60),y(n,Oe);break}}function Lc(n){switch(n){case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:case 97:case 98:case 99:case 100:case 101:case 102:case 103:case 104:case 105:case 106:case 107:case 108:case 109:case 110:case 111:case 112:case 113:case 114:case 115:case 116:case 117:case 118:case 119:case 120:case 121:case 122:Yt(),y(n,Mc);break;default:b.push(60),b.push(47),y(n,Oe);break}}function Mc(n){switch(n){case 9:case 10:case 12:case 32:if(ye(O)){u=qe;return}break;case 47:if(ye(O)){u=st;return}break;case 62:if(ye(O)){u=M,Ge();return}break;case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:O+=String.fromCharCode(n+32),H.push(n);return;case 97:case 98:case 99:case 100:case 101:case 102:case 103:case 104:case 105:case 106:case 107:case 108:case 109:case 110:case 111:case 112:case 113:case 114:case 115:case 116:case 117:case 118:case 119:case 120:case 121:case 122:O+=String.fromCharCode(n),H.push(n);return;default:break}b.push(60),b.push(47),wt(b,H),y(n,Oe)}function Rc(n){switch(n){case 9:case 10:case 12:case 32:case 47:case 62:me(H)==="script"?u=it:u=Oe,b.push(n);break;case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:H.push(n+32),b.push(n);break;case 97:case 98:case 99:case 100:case 101:case 102:case 103:case 104:case 105:case 106:case 107:case 108:case 109:case 110:case 111:case 112:case 113:case 114:case 115:case 116:case 117:case 118:case 119:case 120:case 121:case 122:H.push(n),b.push(n);break;default:y(n,Oe);break}}function it(n){switch(n){case 45:u=Ic,b.push(45);break;case 60:u=Ha,b.push(60);break;case 0:b.push(65533);break;case-1:k();break;default:b.push(n);break}}function Ic(n){switch(n){case 45:u=Oc,b.push(45);break;case 60:u=Ha,b.push(60);break;case 0:u=it,b.push(65533);break;case-1:k();break;default:u=it,b.push(n);break}}function Oc(n){switch(n){case 45:b.push(45);break;case 60:u=Ha,b.push(60);break;case 62:u=nt,b.push(62);break;case 0:u=it,b.push(65533);break;case-1:k();break;default:u=it,b.push(n);break}}function Ha(n){n===47?(je(),u=qc,b.push(47)):y(n,it)}function qc(n){switch(n){case 9:case 10:case 12:case 32:case 47:case 62:me(H)==="script"?u=Oe:u=it,b.push(n);break;case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:H.push(n+32),b.push(n);break;case 97:case 98:case 99:case 100:case 101:case 102:case 103:case 104:case 105:case 106:case 107:case 108:case 109:case 110:case 111:case 112:case 113:case 114:case 115:case 116:case 117:case 118:case 119:case 120:case 121:case 122:H.push(n),b.push(n);break;default:y(n,it);break}}function qe(n){switch(n){case 9:case 10:case 12:case 32:break;case 47:u=st;break;case 62:u=M,Ge();break;case-1:k();break;case 61:La(),ie+=String.fromCharCode(n),u=Fa;break;default:if(cc())break;La(),y(n,Fa);break}}function Fa(n){switch(n){case 9:case 10:case 12:case 32:case 47:case 62:case-1:y(n,Hc);break;case 61:u=wi;break;case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:ie+=String.fromCharCode(n+32);break;case 0:ie+="\uFFFD";break;default:ie+=Qt(Lx);break}}function Hc(n){switch(n){case 9:case 10:case 12:case 32:break;case 47:et(ie),u=st;break;case 61:u=wi;break;case 62:u=M,et(ie),Ge();break;case-1:et(ie),k();break;default:et(ie),La(),y(n,Fa);break}}function wi(n){switch(n){case 9:case 10:case 12:case 32:break;case 34:Ma(),u=Rr;break;case 39:Ma(),u=Ir;break;default:Ma(),y(n,Or);break}}function Rr(n){switch(n){case 34:et(ie,le),u=Ba;break;case 38:be=Rr,u=tr;break;case 0:le+="\uFFFD";break;case-1:k();break;case 10:le+=String.fromCharCode(n);break;default:le+=Qt(Ax);break}}function Ir(n){switch(n){case 39:et(ie,le),u=Ba;break;case 38:be=Ir,u=tr;break;case 0:le+="\uFFFD";break;case-1:k();break;case 10:le+=String.fromCharCode(n);break;default:le+=Qt(Cx);break}}function Or(n){switch(n){case 9:case 10:case 12:case 32:et(ie,le),u=qe;break;case 38:be=Or,u=tr;break;case 62:et(ie,le),u=M,Ge();break;case 0:le+="\uFFFD";break;case-1:o--,u=M;break;default:le+=Qt(Dx);break}}function Ba(n){switch(n){case 9:case 10:case 12:case 32:u=qe;break;case 47:u=st;break;case 62:u=M,Ge();break;case-1:k();break;default:y(n,qe);break}}function st(n){switch(n){case 62:u=M,dc(!0);break;case-1:k();break;default:y(n,qe);break}}function qr(n,i,c){var f=i.length;c?o+=f-1:o+=f;var d=i.substring(0,f-1);d=d.replace(/\u0000/g,"\uFFFD"),d=d.replace(/\u000D\u000A/g,`
|
|
9
|
+
`),d=d.replace(/\u000D/g,`
|
|
10
|
+
`),re(Fe,d),u=M}qr.lookahead=">";function Si(n,i,c){if(i[0]==="-"&&i[1]==="-"){o+=2,vi(),u=Fc;return}i.toUpperCase()==="DOCTYPE"?(o+=7,u=Wc):i==="[CDATA["&&uc()?(o+=7,u=Va):u=qr}Si.lookahead=7;function Fc(n){switch(vi(),n){case 45:u=Bc;break;case 62:u=M,re(Fe,me(z));break;default:y(n,mt);break}}function Bc(n){switch(n){case 45:u=Hr;break;case 62:u=M,re(Fe,me(z));break;case-1:re(Fe,me(z)),k();break;default:z.push(45),y(n,mt);break}}function mt(n){switch(n){case 60:z.push(n),u=Pc;break;case 45:u=Pa;break;case 0:z.push(65533);break;case-1:re(Fe,me(z)),k();break;default:z.push(n);break}}function Pc(n){switch(n){case 33:z.push(n),u=Uc;break;case 60:z.push(n);break;default:y(n,mt);break}}function Uc(n){n===45?u=Vc:y(n,mt)}function Vc(n){n===45?u=jc:y(n,Pa)}function jc(n){switch(n){case 62:case-1:y(n,Hr);break;default:y(n,Hr);break}}function Pa(n){switch(n){case 45:u=Hr;break;case-1:re(Fe,me(z)),k();break;default:z.push(45),y(n,mt);break}}function Hr(n){switch(n){case 62:u=M,re(Fe,me(z));break;case 33:u=Gc;break;case 45:z.push(45);break;case-1:re(Fe,me(z)),k();break;default:z.push(45),z.push(45),y(n,mt);break}}function Gc(n){switch(n){case 45:z.push(45),z.push(45),z.push(33),u=Pa;break;case 62:u=M,re(Fe,me(z));break;case-1:re(Fe,me(z)),k();break;default:z.push(45),z.push(45),z.push(33),y(n,mt);break}}function Wc(n){switch(n){case 9:case 10:case 12:case 32:u=Ai;break;case-1:Dt(),P(),U(),k();break;default:y(n,Ai);break}}function Ai(n){switch(n){case 9:case 10:case 12:case 32:break;case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:Dt(),Qe.push(n+32),u=Ua;break;case 0:Dt(),Qe.push(65533),u=Ua;break;case 62:Dt(),P(),u=M,U();break;case-1:Dt(),P(),U(),k();break;default:Dt(),Qe.push(n),u=Ua;break}}function Ua(n){switch(n){case 9:case 10:case 12:case 32:u=Ci;break;case 62:u=M,U();break;case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:Qe.push(n+32);break;case 0:Qe.push(65533);break;case-1:P(),U(),k();break;default:Qe.push(n);break}}function Ci(n,i,c){switch(n){case 9:case 10:case 12:case 32:o+=1;break;case 62:u=M,o+=1,U();break;case-1:P(),U(),k();break;default:i=i.toUpperCase(),i==="PUBLIC"?(o+=6,u=zc):i==="SYSTEM"?(o+=6,u=Yc):(P(),u=ot);break}}Ci.lookahead=6;function zc(n){switch(n){case 9:case 10:case 12:case 32:u=Xc;break;case 34:Cr(),u=Di;break;case 39:Cr(),u=ki;break;case 62:P(),u=M,U();break;case-1:P(),U(),k();break;default:P(),u=ot;break}}function Xc(n){switch(n){case 9:case 10:case 12:case 32:break;case 34:Cr(),u=Di;break;case 39:Cr(),u=ki;break;case 62:P(),u=M,U();break;case-1:P(),U(),k();break;default:P(),u=ot;break}}function Di(n){switch(n){case 34:u=Li;break;case 0:$e.push(65533);break;case 62:P(),u=M,U();break;case-1:P(),U(),k();break;default:$e.push(n);break}}function ki(n){switch(n){case 39:u=Li;break;case 0:$e.push(65533);break;case 62:P(),u=M,U();break;case-1:P(),U(),k();break;default:$e.push(n);break}}function Li(n){switch(n){case 9:case 10:case 12:case 32:u=Kc;break;case 62:u=M,U();break;case 34:tt(),u=Fr;break;case 39:tt(),u=Br;break;case-1:P(),U(),k();break;default:P(),u=ot;break}}function Kc(n){switch(n){case 9:case 10:case 12:case 32:break;case 62:u=M,U();break;case 34:tt(),u=Fr;break;case 39:tt(),u=Br;break;case-1:P(),U(),k();break;default:P(),u=ot;break}}function Yc(n){switch(n){case 9:case 10:case 12:case 32:u=Qc;break;case 34:tt(),u=Fr;break;case 39:tt(),u=Br;break;case 62:P(),u=M,U();break;case-1:P(),U(),k();break;default:P(),u=ot;break}}function Qc(n){switch(n){case 9:case 10:case 12:case 32:break;case 34:tt(),u=Fr;break;case 39:tt(),u=Br;break;case 62:P(),u=M,U();break;case-1:P(),U(),k();break;default:P(),u=ot;break}}function Fr(n){switch(n){case 34:u=Mi;break;case 0:Ze.push(65533);break;case 62:P(),u=M,U();break;case-1:P(),U(),k();break;default:Ze.push(n);break}}function Br(n){switch(n){case 39:u=Mi;break;case 0:Ze.push(65533);break;case 62:P(),u=M,U();break;case-1:P(),U(),k();break;default:Ze.push(n);break}}function Mi(n){switch(n){case 9:case 10:case 12:case 32:break;case 62:u=M,U();break;case-1:P(),U(),k();break;default:u=ot;break}}function ot(n){switch(n){case 62:u=M,U();break;case-1:U(),k();break;default:break}}function Va(n){switch(n){case 93:u=$c;break;case-1:k();break;case 0:Je=!0;default:$t(Mx)||b.push(n);break}}function $c(n){n===93?u=Zc:(b.push(93),y(n,Va))}function Zc(n){switch(n){case 93:b.push(93);break;case 62:kt(),u=M;break;default:b.push(93),b.push(93),y(n,Va);break}}function tr(n){switch(je(),H.push(38),n){case 9:case 10:case 12:case 32:case 60:case 38:case-1:y(n,gt);break;case 35:H.push(n),u=Jc;break;default:y(n,Ri);break}}function Ri(n){xo.lastIndex=o;var i=xo.exec(a);if(!i)throw new Error("should never happen");var c=i[1];if(!c){u=gt;return}switch(o+=c.length,wt(H,qx(c)),be){case Rr:case Ir:case Or:if(c[c.length-1]!==";"&&/[=A-Za-z0-9]/.test(a[o])){u=gt;return}break;default:break}je();var f=wx[c];typeof f=="number"?H.push(f):wt(H,f),u=gt}Ri.lookahead=-Sx;function Jc(n){switch(X=0,n){case 120:case 88:H.push(n),u=el;break;default:y(n,tl);break}}function el(n){switch(n){case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:case 65:case 66:case 67:case 68:case 69:case 70:case 97:case 98:case 99:case 100:case 101:case 102:y(n,rl);break;default:y(n,gt);break}}function tl(n){switch(n){case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:y(n,al);break;default:y(n,gt);break}}function rl(n){switch(n){case 65:case 66:case 67:case 68:case 69:case 70:X*=16,X+=n-55;break;case 97:case 98:case 99:case 100:case 101:case 102:X*=16,X+=n-87;break;case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:X*=16,X+=n-48;break;case 59:u=Pr;break;default:y(n,Pr);break}}function al(n){switch(n){case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:X*=10,X+=n-48;break;case 59:u=Pr;break;default:y(n,Pr);break}}function Pr(n){X in uo?X=uo[X]:(X>1114111||X>=55296&&X<57344)&&(X=65533),je(),X<=65535?H.push(X):(X=X-65536,H.push(55296+(X>>10)),H.push(56320+(X&1023))),y(n,gt)}function gt(n){switch(be){case Rr:case Ir:case Or:le+=me(H);break;default:wt(b,H);break}y(n,be)}function nl(n,i,c,f){switch(n){case 1:if(i=i.replace(St,""),i.length===0)return;break;case 4:F._appendChild(F.createComment(i));return;case 5:var d=i,E=c,A=f;F.appendChild(new bx(F,d,E,A)),Da||d.toLowerCase()!=="html"||vx.test(E)||A&&A.toLowerCase()===Tx||A===void 0&&so.test(E)?F._quirks=!0:(yx.test(E)||A!==void 0&&so.test(E))&&(F._limitedQuirks=!0),p=Ii;return}F._quirks=!0,p=Ii,p(n,i,c,f)}function Ii(n,i,c,f){var d;switch(n){case 1:if(i=i.replace(St,""),i.length===0)return;break;case 5:return;case 4:F._appendChild(F.createComment(i));return;case 2:if(i==="html"){d=Zt(F,i,c),l.push(d),F.appendChild(d),p=Ur;return}break;case 3:switch(i){case"html":case"head":case"body":case"br":break;default:return}}d=Zt(F,"html",null),l.push(d),F.appendChild(d),p=Ur,p(n,i,c,f)}function Ur(n,i,c,f){switch(n){case 1:if(i=i.replace(St,""),i.length===0)return;break;case 5:return;case 4:Re(i);return;case 2:switch(i){case"html":S(n,i,c,f);return;case"head":var d=D(i,c);Nr=d,p=Z;return}break;case 3:switch(i){case"html":case"head":case"body":case"br":break;default:return}}Ur(pe,"head",null),p(n,i,c,f)}function Z(n,i,c,f){switch(n){case 1:var d=i.match(St);if(d&&(Ie(d[0]),i=i.substring(d[0].length)),i.length===0)return;break;case 4:Re(i);return;case 5:return;case 2:switch(i){case"html":S(n,i,c,f);return;case"meta":case"base":case"basefont":case"bgsound":case"link":D(i,c),l.pop();return;case"title":hc(i,c);return;case"noscript":if(!wr){D(i,c),p=Oi;return}case"noframes":case"style":Lr(i,c);return;case"script":Dr(function(E){var A=Zt(E,i,c);return A._parser_inserted=!0,A._force_async=!1,dt&&(A._already_started=!0),kt(),A}),u=nt,Pe=p,p=Vr;return;case"template":D(i,c),L.insertMarker(),$=!1,p=Wa,Ue.push(p);return;case"head":return}break;case 3:switch(i){case"head":l.pop(),p=ja;return;case"body":case"html":case"br":break;case"template":if(!l.contains("template"))return;l.generateImpliedEndTags(null,"thorough"),l.popTag("template"),L.clearToMarker(),Ue.pop(),Jt();return;default:return}break}Z(I,"head",null),p(n,i,c,f)}function Oi(n,i,c,f){switch(n){case 5:return;case 4:Z(n,i);return;case 1:var d=i.match(St);if(d&&(Z(n,d[0]),i=i.substring(d[0].length)),i.length===0)return;break;case 2:switch(i){case"html":S(n,i,c,f);return;case"basefont":case"bgsound":case"link":case"meta":case"noframes":case"style":Z(n,i,c);return;case"head":case"noscript":return}break;case 3:switch(i){case"noscript":l.pop(),p=Z;return;case"br":break;default:return}break}Oi(I,"noscript",null),p(n,i,c,f)}function ja(n,i,c,f){switch(n){case 1:var d=i.match(St);if(d&&(Ie(d[0]),i=i.substring(d[0].length)),i.length===0)return;break;case 4:Re(i);return;case 5:return;case 2:switch(i){case"html":S(n,i,c,f);return;case"body":D(i,c),$=!1,p=S;return;case"frameset":D(i,c),p=za;return;case"base":case"basefont":case"bgsound":case"link":case"meta":case"noframes":case"script":case"style":case"template":case"title":l.push(Nr),Z(pe,i,c),l.removeElement(Nr);return;case"head":return}break;case 3:switch(i){case"template":return Z(n,i,c,f);case"body":case"html":case"br":break;default:return}break}ja(pe,"body",null),$=!0,p(n,i,c,f)}function S(n,i,c,f){var d,E,A,R;switch(n){case 1:if(Je&&(i=i.replace(_a,""),i.length===0))return;$&&Ea.test(i)&&($=!1),Ee(),Ie(i);return;case 5:return;case 4:Re(i);return;case-1:if(Ue.length)return Wa(n);pt();return;case 2:switch(i){case"html":if(l.contains("template"))return;_o(c,l.elements[0]);return;case"base":case"basefont":case"bgsound":case"link":case"meta":case"noframes":case"script":case"style":case"template":case"title":Z(pe,i,c);return;case"body":if(d=l.elements[1],!d||!(d instanceof G.HTMLBodyElement)||l.contains("template"))return;$=!1,_o(c,d);return;case"frameset":if(!$||(d=l.elements[1],!d||!(d instanceof G.HTMLBodyElement)))return;for(d.parentNode&&d.parentNode.removeChild(d);!(l.top instanceof G.HTMLHtmlElement);)l.pop();D(i,c),p=za;return;case"address":case"article":case"aside":case"blockquote":case"center":case"details":case"dialog":case"dir":case"div":case"dl":case"fieldset":case"figcaption":case"figure":case"footer":case"header":case"hgroup":case"main":case"nav":case"ol":case"p":case"section":case"summary":case"ul":l.inButtonScope("p")&&S(I,"p"),D(i,c);return;case"menu":l.inButtonScope("p")&&S(I,"p"),W(l.top,"menuitem")&&l.pop(),D(i,c);return;case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":l.inButtonScope("p")&&S(I,"p"),l.top instanceof G.HTMLHeadingElement&&l.pop(),D(i,c);return;case"pre":case"listing":l.inButtonScope("p")&&S(I,"p"),D(i,c),ht=!0,$=!1;return;case"form":if(Ve&&!l.contains("template"))return;l.inButtonScope("p")&&S(I,"p"),R=D(i,c),l.contains("template")||(Ve=R);return;case"li":for($=!1,E=l.elements.length-1;E>=0;E--){if(A=l.elements[E],A instanceof G.HTMLLIElement){S(I,"li");break}if(W(A,At)&&!W(A,si))break}l.inButtonScope("p")&&S(I,"p"),D(i,c);return;case"dd":case"dt":for($=!1,E=l.elements.length-1;E>=0;E--){if(A=l.elements[E],W(A,To)){S(I,A.localName);break}if(W(A,At)&&!W(A,si))break}l.inButtonScope("p")&&S(I,"p"),D(i,c);return;case"plaintext":l.inButtonScope("p")&&S(I,"p"),D(i,c),u=Oa;return;case"button":l.inScope("button")?(S(I,"button"),p(n,i,c,f)):(Ee(),D(i,c),$=!1);return;case"a":var Y=L.findElementByTag("a");Y&&(S(I,i),L.remove(Y),l.removeElement(Y));case"b":case"big":case"code":case"em":case"font":case"i":case"s":case"small":case"strike":case"strong":case"tt":case"u":Ee(),L.push(D(i,c),c);return;case"nobr":Ee(),l.inScope(i)&&(S(I,i),Ee()),L.push(D(i,c),c);return;case"applet":case"marquee":case"object":Ee(),D(i,c),L.insertMarker(),$=!1;return;case"table":!F._quirks&&l.inButtonScope("p")&&S(I,"p"),D(i,c),$=!1,p=Ne;return;case"area":case"br":case"embed":case"img":case"keygen":case"wbr":Ee(),D(i,c),l.pop(),$=!1;return;case"input":Ee(),R=D(i,c),l.pop();var ue=R.getAttribute("type");(!ue||ue.toLowerCase()!=="hidden")&&($=!1);return;case"param":case"source":case"track":D(i,c),l.pop();return;case"hr":l.inButtonScope("p")&&S(I,"p"),W(l.top,"menuitem")&&l.pop(),D(i,c),l.pop(),$=!1;return;case"image":S(pe,"img",c,f);return;case"textarea":D(i,c),ht=!0,$=!1,u=at,Pe=p,p=Vr;return;case"xmp":l.inButtonScope("p")&&S(I,"p"),Ee(),$=!1,Lr(i,c);return;case"iframe":$=!1,Lr(i,c);return;case"noembed":Lr(i,c);return;case"select":Ee(),D(i,c),$=!1,p===Ne||p===Ga||p===bt||p===rr||p===Lt?p=Gr:p=We;return;case"optgroup":case"option":l.top instanceof G.HTMLOptionElement&&S(I,"option"),Ee(),D(i,c);return;case"menuitem":W(l.top,"menuitem")&&l.pop(),Ee(),D(i,c);return;case"rb":case"rtc":l.inScope("ruby")&&l.generateImpliedEndTags(),D(i,c);return;case"rp":case"rt":l.inScope("ruby")&&l.generateImpliedEndTags("rtc"),D(i,c);return;case"math":Ee(),Eo(c),ii(c),Ra(i,c,w.MATHML),f&&l.pop();return;case"svg":Ee(),bo(c),ii(c),Ra(i,c,w.SVG),f&&l.pop();return;case"caption":case"col":case"colgroup":case"frame":case"head":case"tbody":case"td":case"tfoot":case"th":case"thead":case"tr":return}Ee(),D(i,c);return;case 3:switch(i){case"template":Z(I,i,c);return;case"body":if(!l.inScope("body"))return;p=qi;return;case"html":if(!l.inScope("body"))return;p=qi,p(n,i,c);return;case"address":case"article":case"aside":case"blockquote":case"button":case"center":case"details":case"dialog":case"dir":case"div":case"dl":case"fieldset":case"figcaption":case"figure":case"footer":case"header":case"hgroup":case"listing":case"main":case"menu":case"nav":case"ol":case"pre":case"section":case"summary":case"ul":if(!l.inScope(i))return;l.generateImpliedEndTags(),l.popTag(i);return;case"form":if(l.contains("template")){if(!l.inScope("form"))return;l.generateImpliedEndTags(),l.popTag("form")}else{var we=Ve;if(Ve=null,!we||!l.elementInScope(we))return;l.generateImpliedEndTags(),l.removeElement(we)}return;case"p":l.inButtonScope(i)?(l.generateImpliedEndTags(i),l.popTag(i)):(S(pe,i,null),p(n,i,c,f));return;case"li":if(!l.inListItemScope(i))return;l.generateImpliedEndTags(i),l.popTag(i);return;case"dd":case"dt":if(!l.inScope(i))return;l.generateImpliedEndTags(i),l.popTag(i);return;case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":if(!l.elementTypeInScope(G.HTMLHeadingElement))return;l.generateImpliedEndTags(),l.popElementType(G.HTMLHeadingElement);return;case"sarcasm":break;case"a":case"b":case"big":case"code":case"em":case"font":case"i":case"nobr":case"s":case"small":case"strike":case"strong":case"tt":case"u":var De=pc(i);if(De)return;break;case"applet":case"marquee":case"object":if(!l.inScope(i))return;l.generateImpliedEndTags(),l.popTag(i),L.clearToMarker();return;case"br":S(pe,i,null);return}for(E=l.elements.length-1;E>=0;E--)if(A=l.elements[E],W(A,i)){l.generateImpliedEndTags(i),l.popElement(A);break}else if(W(A,At))return;return}}function Vr(n,i,c,f){switch(n){case 1:Ie(i);return;case-1:l.top instanceof G.HTMLScriptElement&&(l.top._already_started=!0),l.pop(),p=Pe,p(n);return;case 3:i==="script"?mc():(l.pop(),p=Pe);return;default:return}}function Ne(n,i,c,f){function d(A){for(var R=0,Y=A.length;R<Y;R++)if(A[R][0]==="type")return A[R][1].toLowerCase();return null}switch(n){case 1:if(ka){S(n,i,c,f);return}else if(W(l.top,Xt)){Sr=[],Pe=p,p=il,p(n,i,c,f);return}break;case 4:Re(i);return;case 5:return;case 2:switch(i){case"caption":l.clearToContext(va),L.insertMarker(),D(i,c),p=Ga;return;case"colgroup":l.clearToContext(va),D(i,c),p=jr;return;case"col":Ne(pe,"colgroup",null),p(n,i,c,f);return;case"tbody":case"tfoot":case"thead":l.clearToContext(va),D(i,c),p=bt;return;case"td":case"th":case"tr":Ne(pe,"tbody",null),p(n,i,c,f);return;case"table":if(!l.inTableScope(i))return;Ne(I,i),p(n,i,c,f);return;case"style":case"script":case"template":Z(n,i,c,f);return;case"input":var E=d(c);if(E!=="hidden")break;D(i,c),l.pop();return;case"form":if(Ve||l.contains("template"))return;Ve=D(i,c),l.popElement(Ve);return}break;case 3:switch(i){case"table":if(!l.inTableScope(i))return;l.popTag(i),Jt();return;case"body":case"caption":case"col":case"colgroup":case"html":case"tbody":case"td":case"tfoot":case"th":case"thead":case"tr":return;case"template":Z(n,i,c,f);return}break;case-1:S(n,i,c,f);return}rt=!0,S(n,i,c,f),rt=!1}function il(n,i,c,f){if(n===zt){if(Je&&(i=i.replace(_a,""),i.length===0))return;Sr.push(i)}else{var d=Sr.join("");Sr.length=0,Ea.test(d)?(rt=!0,S(zt,d),rt=!1):Ie(d),p=Pe,p(n,i,c,f)}}function Ga(n,i,c,f){function d(){return l.inTableScope("caption")?(l.generateImpliedEndTags(),l.popTag("caption"),L.clearToMarker(),p=Ne,!0):!1}switch(n){case 2:switch(i){case"caption":case"col":case"colgroup":case"tbody":case"td":case"tfoot":case"th":case"thead":case"tr":d()&&p(n,i,c,f);return}break;case 3:switch(i){case"caption":d();return;case"table":d()&&p(n,i,c,f);return;case"body":case"col":case"colgroup":case"html":case"tbody":case"td":case"tfoot":case"th":case"thead":case"tr":return}break}S(n,i,c,f)}function jr(n,i,c,f){switch(n){case 1:var d=i.match(St);if(d&&(Ie(d[0]),i=i.substring(d[0].length)),i.length===0)return;break;case 4:Re(i);return;case 5:return;case 2:switch(i){case"html":S(n,i,c,f);return;case"col":D(i,c),l.pop();return;case"template":Z(n,i,c,f);return}break;case 3:switch(i){case"colgroup":if(!W(l.top,"colgroup"))return;l.pop(),p=Ne;return;case"col":return;case"template":Z(n,i,c,f);return}break;case-1:S(n,i,c,f);return}W(l.top,"colgroup")&&(jr(I,"colgroup"),p(n,i,c,f))}function bt(n,i,c,f){function d(){!l.inTableScope("tbody")&&!l.inTableScope("thead")&&!l.inTableScope("tfoot")||(l.clearToContext(Ta),bt(I,l.top.localName,null),p(n,i,c,f))}switch(n){case 2:switch(i){case"tr":l.clearToContext(Ta),D(i,c),p=rr;return;case"th":case"td":bt(pe,"tr",null),p(n,i,c,f);return;case"caption":case"col":case"colgroup":case"tbody":case"tfoot":case"thead":d();return}break;case 3:switch(i){case"table":d();return;case"tbody":case"tfoot":case"thead":l.inTableScope(i)&&(l.clearToContext(Ta),l.pop(),p=Ne);return;case"body":case"caption":case"col":case"colgroup":case"html":case"td":case"th":case"tr":return}break}Ne(n,i,c,f)}function rr(n,i,c,f){function d(){return l.inTableScope("tr")?(l.clearToContext(oi),l.pop(),p=bt,!0):!1}switch(n){case 2:switch(i){case"th":case"td":l.clearToContext(oi),D(i,c),p=Lt,L.insertMarker();return;case"caption":case"col":case"colgroup":case"tbody":case"tfoot":case"thead":case"tr":d()&&p(n,i,c,f);return}break;case 3:switch(i){case"tr":d();return;case"table":d()&&p(n,i,c,f);return;case"tbody":case"tfoot":case"thead":l.inTableScope(i)&&d()&&p(n,i,c,f);return;case"body":case"caption":case"col":case"colgroup":case"html":case"td":case"th":return}break}Ne(n,i,c,f)}function Lt(n,i,c,f){switch(n){case 2:switch(i){case"caption":case"col":case"colgroup":case"tbody":case"td":case"tfoot":case"th":case"thead":case"tr":l.inTableScope("td")?(Lt(I,"td"),p(n,i,c,f)):l.inTableScope("th")&&(Lt(I,"th"),p(n,i,c,f));return}break;case 3:switch(i){case"td":case"th":if(!l.inTableScope(i))return;l.generateImpliedEndTags(),l.popTag(i),L.clearToMarker(),p=rr;return;case"body":case"caption":case"col":case"colgroup":case"html":return;case"table":case"tbody":case"tfoot":case"thead":case"tr":if(!l.inTableScope(i))return;Lt(I,l.inTableScope("td")?"td":"th"),p(n,i,c,f);return}break}S(n,i,c,f)}function We(n,i,c,f){switch(n){case 1:if(Je&&(i=i.replace(_a,""),i.length===0))return;Ie(i);return;case 4:Re(i);return;case 5:return;case-1:S(n,i,c,f);return;case 2:switch(i){case"html":S(n,i,c,f);return;case"option":l.top instanceof G.HTMLOptionElement&&We(I,i),D(i,c);return;case"optgroup":l.top instanceof G.HTMLOptionElement&&We(I,"option"),l.top instanceof G.HTMLOptGroupElement&&We(I,i),D(i,c);return;case"select":We(I,i);return;case"input":case"keygen":case"textarea":if(!l.inSelectScope("select"))return;We(I,"select"),p(n,i,c,f);return;case"script":case"template":Z(n,i,c,f);return}break;case 3:switch(i){case"optgroup":l.top instanceof G.HTMLOptionElement&&l.elements[l.elements.length-2]instanceof G.HTMLOptGroupElement&&We(I,"option"),l.top instanceof G.HTMLOptGroupElement&&l.pop();return;case"option":l.top instanceof G.HTMLOptionElement&&l.pop();return;case"select":if(!l.inSelectScope(i))return;l.popTag(i),Jt();return;case"template":Z(n,i,c,f);return}break}}function Gr(n,i,c,f){switch(i){case"caption":case"table":case"tbody":case"tfoot":case"thead":case"tr":case"td":case"th":switch(n){case 2:Gr(I,"select"),p(n,i,c,f);return;case 3:l.inTableScope(i)&&(Gr(I,"select"),p(n,i,c,f));return}}We(n,i,c,f)}function Wa(n,i,c,f){function d(E){p=E,Ue[Ue.length-1]=p,p(n,i,c,f)}switch(n){case 1:case 4:case 5:S(n,i,c,f);return;case-1:l.contains("template")?(l.popTag("template"),L.clearToMarker(),Ue.pop(),Jt(),p(n,i,c,f)):pt();return;case 2:switch(i){case"base":case"basefont":case"bgsound":case"link":case"meta":case"noframes":case"script":case"style":case"template":case"title":Z(n,i,c,f);return;case"caption":case"colgroup":case"tbody":case"tfoot":case"thead":d(Ne);return;case"col":d(jr);return;case"tr":d(bt);return;case"td":case"th":d(rr);return}d(S);return;case 3:if(i==="template"){Z(n,i,c,f);return}else return}}function qi(n,i,c,f){switch(n){case 1:if(Ea.test(i))break;S(n,i);return;case 4:l.elements[0]._appendChild(F.createComment(i));return;case 5:return;case-1:pt();return;case 2:if(i==="html"){S(n,i,c,f);return}break;case 3:if(i==="html"){if(dt)return;p=ol;return}break}p=S,p(n,i,c,f)}function za(n,i,c,f){switch(n){case 1:i=i.replace(ni,""),i.length>0&&Ie(i);return;case 4:Re(i);return;case 5:return;case-1:pt();return;case 2:switch(i){case"html":S(n,i,c,f);return;case"frameset":D(i,c);return;case"frame":D(i,c),l.pop();return;case"noframes":Z(n,i,c,f);return}break;case 3:if(i==="frameset"){if(dt&&l.top instanceof G.HTMLHtmlElement)return;l.pop(),!dt&&!(l.top instanceof G.HTMLFrameSetElement)&&(p=sl);return}break}}function sl(n,i,c,f){switch(n){case 1:i=i.replace(ni,""),i.length>0&&Ie(i);return;case 4:Re(i);return;case 5:return;case-1:pt();return;case 2:switch(i){case"html":S(n,i,c,f);return;case"noframes":Z(n,i,c,f);return}break;case 3:if(i==="html"){p=cl;return}break}}function ol(n,i,c,f){switch(n){case 1:if(Ea.test(i))break;S(n,i,c,f);return;case 4:F._appendChild(F.createComment(i));return;case 5:S(n,i,c,f);return;case-1:pt();return;case 2:if(i==="html"){S(n,i,c,f);return}break}p=S,p(n,i,c,f)}function cl(n,i,c,f){switch(n){case 1:i=i.replace(ni,""),i.length>0&&S(n,i,c,f);return;case 4:F._appendChild(F.createComment(i));return;case 5:S(n,i,c,f);return;case-1:pt();return;case 2:switch(i){case"html":S(n,i,c,f);return;case"noframes":Z(n,i,c,f);return}break}}function Hi(n,i,c,f){function d(Y){for(var ue=0,we=Y.length;ue<we;ue++)switch(Y[ue][0]){case"color":case"face":case"size":return!0}return!1}var E;switch(n){case 1:$&&Ox.test(i)&&($=!1),Je&&(i=i.replace(_a,"\uFFFD")),Ie(i);return;case 4:Re(i);return;case 5:return;case 2:switch(i){case"font":if(!d(c))break;case"b":case"big":case"blockquote":case"body":case"br":case"center":case"code":case"dd":case"div":case"dl":case"dt":case"em":case"embed":case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":case"head":case"hr":case"i":case"img":case"li":case"listing":case"menu":case"meta":case"nobr":case"ol":case"p":case"pre":case"ruby":case"s":case"small":case"span":case"strong":case"strike":case"sub":case"sup":case"table":case"tt":case"u":case"ul":case"var":if(dt)break;do l.pop(),E=l.top;while(E.namespaceURI!==w.HTML&&!mo(E)&&!go(E));re(n,i,c,f);return}E=l.elements.length===1&&dt?t:l.top,E.namespaceURI===w.MATHML?Eo(c):E.namespaceURI===w.SVG&&(i=Hx(i),bo(c)),ii(c),Ra(i,c,E.namespaceURI),f&&(i==="script"&&(E.namespaceURI,w.SVG),l.pop());return;case 3:if(E=l.top,i==="script"&&E.namespaceURI===w.SVG&&E.localName==="script")l.pop();else for(var A=l.elements.length-1,R=l.elements[A];;){if(R.localName.toLowerCase()===i){l.popElement(R);break}if(R=l.elements[--A],R.namespaceURI===w.HTML){p(n,i,c,f);break}}return}}return Ar.testTokenizer=function(n,i,c,f){var d=[];switch(i){case"PCDATA state":u=M;break;case"RCDATA state":u=at;break;case"RAWTEXT state":u=er;break;case"PLAINTEXT state":u=Oa;break}if(c&&(Ye=c),re=function(A,R,Y,ue){switch(kt(),A){case 1:d.length>0&&d[d.length-1][0]==="Character"?d[d.length-1][1]+=R:d.push(["Character",R]);break;case 4:d.push(["Comment",R]);break;case 5:d.push(["DOCTYPE",R,Y===void 0?null:Y,ue===void 0?null:ue,!Da]);break;case 2:for(var we=Object.create(null),De=0;De<Y.length;De++){var Et=Y[De];Et.length===1?we[Et[0]]="":we[Et[0]]=Et[1]}var ct=["StartTag",R,we];ue&&ct.push(!0),d.push(ct);break;case 3:d.push(["EndTag",R]);break;case-1:break}},!f)this.parse(n,!0);else{for(var E=0;E<n.length;E++)this.parse(n[E]);this.parse("",!0)}return d},Ar}});var _r=N((xd,Ro)=>{"use strict";Ro.exports=Mo;var ko=pa(),Lo=ga(),Fx=Na(),wa=ee(),Bx=Zr();function Mo(e){this.contextObject=e}var Px={xml:{"":!0,"1.0":!0,"2.0":!0},core:{"":!0,"2.0":!0},html:{"":!0,"1.0":!0,"2.0":!0},xhtml:{"":!0,"1.0":!0,"2.0":!0}};Mo.prototype={hasFeature:function(t,r){var a=Px[(t||"").toLowerCase()];return a&&a[r||""]||!1},createDocumentType:function(t,r,a){return Bx.isValidQName(t)||wa.InvalidCharacterError(),new Lo(this.contextObject,t,r,a)},createDocument:function(t,r,a){var s=new ko(!1,null),o;return r?o=s.createElementNS(t,r):o=null,a&&s.appendChild(a),o&&s.appendChild(o),t===wa.NAMESPACE.HTML?s._contentType="application/xhtml+xml":t===wa.NAMESPACE.SVG?s._contentType="image/svg+xml":s._contentType="application/xml",s},createHTMLDocument:function(t){var r=new ko(!0,null);r.appendChild(new Lo(r,"html"));var a=r.createElement("html");r.appendChild(a);var s=r.createElement("head");if(a.appendChild(s),t!==void 0){var o=r.createElement("title");s.appendChild(o),o.appendChild(r.createTextNode(t))}return a.appendChild(r.createElement("body")),r.modclock=1,r},mozSetOutputMutationHandler:function(e,t){e.mutationHandler=t},mozGetInputMutationHandler:function(e){wa.nyi()},mozHTMLParser:Fx}});var Oo=N((fd,Io)=>{"use strict";var Ux=ca(),Vx=Yn();Io.exports=li;function li(e,t){this._window=e,this._href=t}li.prototype=Object.create(Vx.prototype,{constructor:{value:li},href:{get:function(){return this._href},set:function(e){this.assign(e)}},assign:{value:function(e){var t=new Ux(this._href),r=t.resolve(e);this._href=r}},replace:{value:function(e){this.assign(e)}},reload:{value:function(){this.assign(this.href)}},toString:{value:function(){return this.href}}})});var Ho=N((dd,qo)=>{"use strict";var jx=Object.create(null,{appCodeName:{value:"Mozilla"},appName:{value:"Netscape"},appVersion:{value:"4.0"},platform:{value:""},product:{value:"Gecko"},productSub:{value:"20100101"},userAgent:{value:""},vendor:{value:""},vendorSub:{value:""},taintEnabled:{value:function(){return!1}}});qo.exports=jx});var Bo=N((hd,Fo)=>{"use strict";var Gx={setTimeout,clearTimeout,setInterval,clearInterval};Fo.exports=Gx});var xi=N((vr,Po)=>{"use strict";var ui=ee();vr=Po.exports={CSSStyleDeclaration:la(),CharacterData:xr(),Comment:On(),DOMException:Xr(),DOMImplementation:_r(),DOMTokenList:bn(),Document:pa(),DocumentFragment:Hn(),DocumentType:ga(),Element:Bt(),HTMLParser:Na(),NamedNodeMap:Nn(),Node:xe(),NodeList:yt(),NodeFilter:pr(),ProcessingInstruction:Bn(),Text:Rn(),Window:fi()};ui.merge(vr,Kn());ui.merge(vr,fa().elements);ui.merge(vr,ei().elements)});var fi=N((pd,Uo)=>{"use strict";var Wx=_r(),zx=Ja(),Xx=Oo(),Tr=ee();Uo.exports=Sa;function Sa(e){this.document=e||new Wx(null).createHTMLDocument(""),this.document._scripting_enabled=!0,this.document.defaultView=this,this.location=new Xx(this,this.document._address||"about:blank")}Sa.prototype=Object.create(zx.prototype,{console:{value:console},history:{value:{back:Tr.nyi,forward:Tr.nyi,go:Tr.nyi}},navigator:{value:Ho()},window:{get:function(){return this}},self:{get:function(){return this}},frames:{get:function(){return this}},parent:{get:function(){return this}},top:{get:function(){return this}},length:{value:0},frameElement:{value:null},opener:{value:null},onload:{get:function(){return this._getEventHandler("load")},set:function(e){this._setEventHandler("load",e)}},getComputedStyle:{value:function(t){return t.style}}});Tr.expose(Bo(),Sa);Tr.expose(xi(),Sa)});var Wo=N(Ct=>{"use strict";var Vo=_r(),jo=Na(),md=fi(),Go=xi();Ct.createDOMImplementation=function(){return new Vo(null)};Ct.createDocument=function(e,t){if(e||t){var r=new jo;return r.parse(e||"",!0),r.document()}return new Vo(null).createHTMLDocument("")};Ct.createIncrementalHTMLParser=function(){var e=new jo;return{write:function(t){t.length>0&&e.parse(t,!1,function(){return!0})},end:function(t){e.parse(t||"",!0,function(){return!0})},process:function(t){return e.parse("",!1,t)},document:function(){return e.document()}}};Ct.createWindow=function(e,t){var r=Ct.createDocument(e);return t!==void 0&&(r._address=t),new Go.Window(r)};Ct.impl=Go});var sc=N((bd,ic)=>{"use strict";function Kx(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)r.hasOwnProperty(a)&&(e[a]=r[a])}return e}function mi(e,t){return Array(t+1).join(e)}function Ko(e){return e.replace(/^\n*/,"")}function Yo(e){for(var t=e.length;t>0&&e[t-1]===`
|
|
11
|
+
`;)t--;return e.substring(0,t)}function Qo(e){return Yo(Ko(e))}var Yx=["ADDRESS","ARTICLE","ASIDE","AUDIO","BLOCKQUOTE","BODY","CANVAS","CENTER","DD","DIR","DIV","DL","DT","FIELDSET","FIGCAPTION","FIGURE","FOOTER","FORM","FRAMESET","H1","H2","H3","H4","H5","H6","HEADER","HGROUP","HR","HTML","ISINDEX","LI","MAIN","MENU","NAV","NOFRAMES","NOSCRIPT","OL","OUTPUT","P","PRE","SECTION","TABLE","TBODY","TD","TFOOT","TH","THEAD","TR","UL"];function gi(e){return bi(e,Yx)}var $o=["AREA","BASE","BR","COL","COMMAND","EMBED","HR","IMG","INPUT","KEYGEN","LINK","META","PARAM","SOURCE","TRACK","WBR"];function Zo(e){return bi(e,$o)}function Qx(e){return ec(e,$o)}var Jo=["A","TABLE","THEAD","TBODY","TFOOT","TH","TD","IFRAME","SCRIPT","AUDIO","VIDEO"];function $x(e){return bi(e,Jo)}function Zx(e){return ec(e,Jo)}function bi(e,t){return t.indexOf(e.nodeName)>=0}function ec(e,t){return e.getElementsByTagName&&t.some(function(r){return e.getElementsByTagName(r).length})}var ge={};ge.paragraph={filter:"p",replacement:function(e){return`
|
|
12
|
+
|
|
13
|
+
`+e+`
|
|
14
|
+
|
|
15
|
+
`}};ge.lineBreak={filter:"br",replacement:function(e,t,r){return r.br+`
|
|
16
|
+
`}};ge.heading={filter:["h1","h2","h3","h4","h5","h6"],replacement:function(e,t,r){var a=Number(t.nodeName.charAt(1));if(r.headingStyle==="setext"&&a<3){var s=mi(a===1?"=":"-",e.length);return`
|
|
17
|
+
|
|
18
|
+
`+e+`
|
|
19
|
+
`+s+`
|
|
20
|
+
|
|
21
|
+
`}else return`
|
|
22
|
+
|
|
23
|
+
`+mi("#",a)+" "+e+`
|
|
24
|
+
|
|
25
|
+
`}};ge.blockquote={filter:"blockquote",replacement:function(e){return e=Qo(e).replace(/^/gm,"> "),`
|
|
26
|
+
|
|
27
|
+
`+e+`
|
|
28
|
+
|
|
29
|
+
`}};ge.list={filter:["ul","ol"],replacement:function(e,t){var r=t.parentNode;return r.nodeName==="LI"&&r.lastElementChild===t?`
|
|
30
|
+
`+e:`
|
|
31
|
+
|
|
32
|
+
`+e+`
|
|
33
|
+
|
|
34
|
+
`}};ge.listItem={filter:"li",replacement:function(e,t,r){var a=r.bulletListMarker+" ",s=t.parentNode;if(s.nodeName==="OL"){var o=s.getAttribute("start"),x=Array.prototype.indexOf.call(s.children,t);a=(o?Number(o)+x:x+1)+". "}var m=/\n$/.test(e);return e=Qo(e)+(m?`
|
|
35
|
+
`:""),e=e.replace(/\n/gm,`
|
|
36
|
+
`+" ".repeat(a.length)),a+e+(t.nextSibling?`
|
|
37
|
+
`:"")}};ge.indentedCodeBlock={filter:function(e,t){return t.codeBlockStyle==="indented"&&e.nodeName==="PRE"&&e.firstChild&&e.firstChild.nodeName==="CODE"},replacement:function(e,t,r){return`
|
|
38
|
+
|
|
39
|
+
`+t.firstChild.textContent.replace(/\n/g,`
|
|
40
|
+
`)+`
|
|
41
|
+
|
|
42
|
+
`}};ge.fencedCodeBlock={filter:function(e,t){return t.codeBlockStyle==="fenced"&&e.nodeName==="PRE"&&e.firstChild&&e.firstChild.nodeName==="CODE"},replacement:function(e,t,r){for(var a=t.firstChild.getAttribute("class")||"",s=(a.match(/language-(\S+)/)||[null,""])[1],o=t.firstChild.textContent,x=r.fence.charAt(0),m=3,h=new RegExp("^"+x+"{3,}","gm"),g;g=h.exec(o);)g[0].length>=m&&(m=g[0].length+1);var v=mi(x,m);return`
|
|
43
|
+
|
|
44
|
+
`+v+s+`
|
|
45
|
+
`+o.replace(/\n$/,"")+`
|
|
46
|
+
`+v+`
|
|
47
|
+
|
|
48
|
+
`}};ge.horizontalRule={filter:"hr",replacement:function(e,t,r){return`
|
|
49
|
+
|
|
50
|
+
`+r.hr+`
|
|
51
|
+
|
|
52
|
+
`}};ge.inlineLink={filter:function(e,t){return t.linkStyle==="inlined"&&e.nodeName==="A"&&e.getAttribute("href")},replacement:function(e,t){var r=t.getAttribute("href");r&&(r=r.replace(/([()])/g,"\\$1"));var a=Aa(t.getAttribute("title"));return a&&(a=' "'+a.replace(/"/g,'\\"')+'"'),"["+e+"]("+r+a+")"}};ge.referenceLink={filter:function(e,t){return t.linkStyle==="referenced"&&e.nodeName==="A"&&e.getAttribute("href")},replacement:function(e,t,r){var a=t.getAttribute("href"),s=Aa(t.getAttribute("title"));s&&(s=' "'+s+'"');var o,x;switch(r.linkReferenceStyle){case"collapsed":o="["+e+"][]",x="["+e+"]: "+a+s;break;case"shortcut":o="["+e+"]",x="["+e+"]: "+a+s;break;default:var m=this.references.length+1;o="["+e+"]["+m+"]",x="["+m+"]: "+a+s}return this.references.push(x),o},references:[],append:function(e){var t="";return this.references.length&&(t=`
|
|
53
|
+
|
|
54
|
+
`+this.references.join(`
|
|
55
|
+
`)+`
|
|
56
|
+
|
|
57
|
+
`,this.references=[]),t}};ge.emphasis={filter:["em","i"],replacement:function(e,t,r){return e.trim()?r.emDelimiter+e+r.emDelimiter:""}};ge.strong={filter:["strong","b"],replacement:function(e,t,r){return e.trim()?r.strongDelimiter+e+r.strongDelimiter:""}};ge.code={filter:function(e){var t=e.previousSibling||e.nextSibling,r=e.parentNode.nodeName==="PRE"&&!t;return e.nodeName==="CODE"&&!r},replacement:function(e){if(!e)return"";e=e.replace(/\r?\n|\r/g," ");for(var t=/^`|^ .*?[^ ].* $|`$/.test(e)?" ":"",r="`",a=e.match(/`+/gm)||[];a.indexOf(r)!==-1;)r=r+"`";return r+t+e+t+r}};ge.image={filter:"img",replacement:function(e,t){var r=Aa(t.getAttribute("alt")),a=t.getAttribute("src")||"",s=Aa(t.getAttribute("title")),o=s?' "'+s+'"':"";return a?"":""}};function Aa(e){return e?e.replace(/(\n+\s*)+/g,`
|
|
58
|
+
`):""}function tc(e){this.options=e,this._keep=[],this._remove=[],this.blankRule={replacement:e.blankReplacement},this.keepReplacement=e.keepReplacement,this.defaultRule={replacement:e.defaultReplacement},this.array=[];for(var t in e.rules)this.array.push(e.rules[t])}tc.prototype={add:function(e,t){this.array.unshift(t)},keep:function(e){this._keep.unshift({filter:e,replacement:this.keepReplacement})},remove:function(e){this._remove.unshift({filter:e,replacement:function(){return""}})},forNode:function(e){if(e.isBlank)return this.blankRule;var t;return(t=di(this.array,e,this.options))||(t=di(this._keep,e,this.options))||(t=di(this._remove,e,this.options))?t:this.defaultRule},forEach:function(e){for(var t=0;t<this.array.length;t++)e(this.array[t],t)}};function di(e,t,r){for(var a=0;a<e.length;a++){var s=e[a];if(Jx(s,t,r))return s}}function Jx(e,t,r){var a=e.filter;if(typeof a=="string"){if(a===t.nodeName.toLowerCase())return!0}else if(Array.isArray(a)){if(a.indexOf(t.nodeName.toLowerCase())>-1)return!0}else if(typeof a=="function"){if(a.call(e,t,r))return!0}else throw new TypeError("`filter` needs to be a string, array, or function")}function ef(e){var t=e.element,r=e.isBlock,a=e.isVoid,s=e.isPre||function(ne){return ne.nodeName==="PRE"};if(!(!t.firstChild||s(t))){for(var o=null,x=!1,m=null,h=zo(m,t,s);h!==t;){if(h.nodeType===3||h.nodeType===4){var g=h.data.replace(/[ \r\n\t]+/g," ");if((!o||/ $/.test(o.data))&&!x&&g[0]===" "&&(g=g.substr(1)),!g){h=hi(h);continue}h.data=g,o=h}else if(h.nodeType===1)r(h)||h.nodeName==="BR"?(o&&(o.data=o.data.replace(/ $/,"")),o=null,x=!1):a(h)||s(h)?(o=null,x=!0):o&&(x=!1);else{h=hi(h);continue}var v=zo(m,h,s);m=h,h=v}o&&(o.data=o.data.replace(/ $/,""),o.data||hi(o))}}function hi(e){var t=e.nextSibling||e.parentNode;return e.parentNode.removeChild(e),t}function zo(e,t,r){return e&&e.parentNode===t||r(t)?t.nextSibling||t.parentNode:t.firstChild||t.nextSibling||t.parentNode}var rc=typeof window<"u"?window:{};function tf(){var e=rc.DOMParser,t=!1;try{new e().parseFromString("","text/html")&&(t=!0)}catch{}return t}function rf(){var e=function(){};{var t=Wo();e.prototype.parseFromString=function(r){return t.createDocument(r)}}return e}var af=tf()?rc.DOMParser:rf();function nf(e,t){var r;if(typeof e=="string"){var a=sf().parseFromString('<x-turndown id="turndown-root">'+e+"</x-turndown>","text/html");r=a.getElementById("turndown-root")}else r=e.cloneNode(!0);return ef({element:r,isBlock:gi,isVoid:Zo,isPre:t.preformattedCode?of:null}),r}var pi;function sf(){return pi=pi||new af,pi}function of(e){return e.nodeName==="PRE"||e.nodeName==="CODE"}function cf(e,t){return e.isBlock=gi(e),e.isCode=e.nodeName==="CODE"||e.parentNode.isCode,e.isBlank=lf(e),e.flankingWhitespace=uf(e,t),e}function lf(e){return!Zo(e)&&!$x(e)&&/^\s*$/i.test(e.textContent)&&!Qx(e)&&!Zx(e)}function uf(e,t){if(e.isBlock||t.preformattedCode&&e.isCode)return{leading:"",trailing:""};var r=xf(e.textContent);return r.leadingAscii&&Xo("left",e,t)&&(r.leading=r.leadingNonAscii),r.trailingAscii&&Xo("right",e,t)&&(r.trailing=r.trailingNonAscii),{leading:r.leading,trailing:r.trailing}}function xf(e){var t=e.match(/^(([ \t\r\n]*)(\s*))(?:(?=\S)[\s\S]*\S)?((\s*?)([ \t\r\n]*))$/);return{leading:t[1],leadingAscii:t[2],leadingNonAscii:t[3],trailing:t[4],trailingNonAscii:t[5],trailingAscii:t[6]}}function Xo(e,t,r){var a,s,o;return e==="left"?(a=t.previousSibling,s=/ $/):(a=t.nextSibling,s=/^ /),a&&(a.nodeType===3?o=s.test(a.nodeValue):r.preformattedCode&&a.nodeName==="CODE"?o=!1:a.nodeType===1&&!gi(a)&&(o=s.test(a.textContent))),o}var ff=Array.prototype.reduce,df=[[/\\/g,"\\\\"],[/\*/g,"\\*"],[/^-/g,"\\-"],[/^\+ /g,"\\+ "],[/^(=+)/g,"\\$1"],[/^(#{1,6}) /g,"\\$1 "],[/`/g,"\\`"],[/^~~~/g,"\\~~~"],[/\[/g,"\\["],[/\]/g,"\\]"],[/^>/g,"\\>"],[/_/g,"\\_"],[/^(\d+)\. /g,"$1\\. "]];function Ca(e){if(!(this instanceof Ca))return new Ca(e);var t={rules:ge,headingStyle:"setext",hr:"* * *",bulletListMarker:"*",codeBlockStyle:"indented",fence:"```",emDelimiter:"_",strongDelimiter:"**",linkStyle:"inlined",linkReferenceStyle:"full",br:" ",preformattedCode:!1,blankReplacement:function(r,a){return a.isBlock?`
|
|
59
|
+
|
|
60
|
+
`:""},keepReplacement:function(r,a){return a.isBlock?`
|
|
61
|
+
|
|
62
|
+
`+a.outerHTML+`
|
|
63
|
+
|
|
64
|
+
`:a.outerHTML},defaultReplacement:function(r,a){return a.isBlock?`
|
|
65
|
+
|
|
66
|
+
`+r+`
|
|
67
|
+
|
|
68
|
+
`:r}};this.options=Kx({},t,e),this.rules=new tc(this.options)}Ca.prototype={turndown:function(e){if(!mf(e))throw new TypeError(e+" is not a string, or an element/document/fragment node.");if(e==="")return"";var t=ac.call(this,new nf(e,this.options));return hf.call(this,t)},use:function(e){if(Array.isArray(e))for(var t=0;t<e.length;t++)this.use(e[t]);else if(typeof e=="function")e(this);else throw new TypeError("plugin must be a Function or an Array of Functions");return this},addRule:function(e,t){return this.rules.add(e,t),this},keep:function(e){return this.rules.keep(e),this},remove:function(e){return this.rules.remove(e),this},escape:function(e){return df.reduce(function(t,r){return t.replace(r[0],r[1])},e)}};function ac(e){var t=this;return ff.call(e.childNodes,function(r,a){a=new cf(a,t.options);var s="";return a.nodeType===3?s=a.isCode?a.nodeValue:t.escape(a.nodeValue):a.nodeType===1&&(s=pf.call(t,a)),nc(r,s)},"")}function hf(e){var t=this;return this.rules.forEach(function(r){typeof r.append=="function"&&(e=nc(e,r.append(t.options)))}),e.replace(/^[\t\r\n]+/,"").replace(/[\t\r\n\s]+$/,"")}function pf(e){var t=this.rules.forNode(e),r=ac.call(this,e),a=e.flankingWhitespace;return(a.leading||a.trailing)&&(r=r.trim()),a.leading+t.replacement(r,e,this.options)+a.trailing}function nc(e,t){var r=Yo(e),a=Ko(t),s=Math.max(e.length-r.length,t.length-a.length),o=`
|
|
69
|
+
|
|
70
|
+
`.substring(0,s);return r+o+a}function mf(e){return e!=null&&(typeof e=="string"||e.nodeType&&(e.nodeType===1||e.nodeType===9||e.nodeType===11))}ic.exports=Ca});var oc=ul(sc(),1);var gf={name:"html-to-markdown",summary:"convert HTML to Markdown (BashEnv extension)",usage:"html-to-markdown [OPTION]... [FILE]",description:["Convert HTML content to Markdown format using the turndown library.","This is a non-standard BashEnv extension command, not available in regular bash.","","Read HTML from FILE or standard input and output Markdown to standard output.","Commonly used with curl to convert web pages:"," curl -s https://example.com | html-to-markdown","","Supported HTML elements:"," - Headings (h1-h6) \u2192 # Markdown headings"," - Paragraphs (p) \u2192 Plain text with blank lines"," - Links (a) \u2192 [text](url)"," - Images (img) \u2192 "," - Bold/Strong \u2192 **text**"," - Italic/Em \u2192 _text_"," - Code (code, pre) \u2192 `inline` or fenced blocks"," - Lists (ul, ol, li) \u2192 - or 1. items"," - Blockquotes \u2192 > quoted text"," - Horizontal rules (hr) \u2192 ---"],options:["-b, --bullet=CHAR bullet character for unordered lists (-, +, or *)","-c, --code=FENCE fence style for code blocks (``` or ~~~)","-r, --hr=STRING string for horizontal rules (default: ---)"," --heading-style=STYLE"," heading style: 'atx' for # headings (default),"," 'setext' for underlined headings (h1/h2 only)"," --help display this help and exit"],examples:["echo '<h1>Hello</h1><p>World</p>' | html-to-markdown","html-to-markdown page.html","curl -s https://example.com | html-to-markdown > page.md"]},_d={name:"html-to-markdown",async execute(e,t){if(Bi(e))return Fi(gf);let r="-",a="```",s="---",o="atx",x=[];for(let h=0;h<e.length;h++){let g=e[h];if(g==="-b"||g==="--bullet")r=e[++h]??"-";else if(g.startsWith("--bullet="))r=g.slice(9);else if(g==="-c"||g==="--code")a=e[++h]??"```";else if(g.startsWith("--code="))a=g.slice(7);else if(g==="-r"||g==="--hr")s=e[++h]??"---";else if(g.startsWith("--hr="))s=g.slice(5);else if(g.startsWith("--heading-style=")){let v=g.slice(16);(v==="setext"||v==="atx")&&(o=v)}else if(g==="-")x.push("-");else{if(g.startsWith("--"))return Xa("html-to-markdown",g);if(g.startsWith("-"))return Xa("html-to-markdown",g);x.push(g)}}let m;if(x.length===0||x.length===1&&x[0]==="-")m=t.stdin;else try{let h=t.fs.resolvePath(t.cwd,x[0]);m=await t.fs.readFile(h)}catch{return{stdout:"",stderr:`html-to-markdown: ${x[0]}: No such file or directory
|
|
71
|
+
`,exitCode:1}}if(!m.trim())return{stdout:"",stderr:"",exitCode:0};try{let h=new oc.default({bulletListMarker:r,codeBlockStyle:"fenced",fence:a,hr:s,headingStyle:o});return h.remove(["script","style","footer"]),{stdout:`${h.turndown(m).trim()}
|
|
72
|
+
`,stderr:"",exitCode:0}}catch(h){return{stdout:"",stderr:`html-to-markdown: conversion error: ${h.message}
|
|
73
|
+
`,exitCode:1}}}};export{_d as htmlToMarkdownCommand};
|
|
74
|
+
/*! Bundled license information:
|
|
75
|
+
|
|
76
|
+
@mixmark-io/domino/lib/style_parser.js:
|
|
77
|
+
(**
|
|
78
|
+
* @license
|
|
79
|
+
* Copyright Google LLC All Rights Reserved.
|
|
80
|
+
*
|
|
81
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
82
|
+
* found in the LICENSE file at https://angular.io/license
|
|
83
|
+
*)
|
|
84
|
+
*/
|