django-handyhelpers 0.3.19__py3-none-any.whl → 0.3.35__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (572) hide show
  1. {django_handyhelpers-0.3.19.dist-info → django_handyhelpers-0.3.35.dist-info}/METADATA +16 -6
  2. {django_handyhelpers-0.3.19.dist-info → django_handyhelpers-0.3.35.dist-info}/RECORD +563 -76
  3. {django_handyhelpers-0.3.19.dist-info → django_handyhelpers-0.3.35.dist-info}/WHEEL +1 -1
  4. handyhelpers/__init__.py +6 -6
  5. handyhelpers/forms.py +9 -1
  6. handyhelpers/mixins/form_mixins.py +61 -0
  7. handyhelpers/mixins/model_mixins.py +21 -0
  8. handyhelpers/mixins/serializer_mixins.py +35 -0
  9. handyhelpers/mixins/view_mixins.py +5 -2
  10. handyhelpers/serializers.py +23 -3
  11. handyhelpers/static/handyhelpers/css/table_sortable.css +17 -0
  12. handyhelpers/static/handyhelpers/js/sidebar.js +8 -4
  13. handyhelpers/static/handyhelpers/js/table_sortable.js +119 -0
  14. handyhelpers/static/node_modules/.bin/acorn +4 -0
  15. handyhelpers/static/node_modules/.bin/css-b64-images +13 -0
  16. handyhelpers/static/node_modules/.bin/esbuild +0 -0
  17. handyhelpers/static/node_modules/.bin/html-minifier-terser +308 -0
  18. handyhelpers/static/node_modules/.bin/minify +98 -0
  19. handyhelpers/static/node_modules/.bin/terser +21 -0
  20. handyhelpers/static/node_modules/.bin/uglifyjs +624 -0
  21. handyhelpers/static/node_modules/.package-lock.json +750 -0
  22. handyhelpers/static/node_modules/@esbuild/linux-x64/README.md +3 -0
  23. handyhelpers/static/node_modules/@esbuild/linux-x64/bin/esbuild +0 -0
  24. handyhelpers/static/node_modules/@esbuild/linux-x64/package.json +20 -0
  25. handyhelpers/static/node_modules/@jridgewell/gen-mapping/LICENSE +19 -0
  26. handyhelpers/static/node_modules/@jridgewell/gen-mapping/README.md +227 -0
  27. handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs +230 -0
  28. handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map +1 -0
  29. handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js +246 -0
  30. handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map +1 -0
  31. handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts +88 -0
  32. handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts +12 -0
  33. handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts +36 -0
  34. handyhelpers/static/node_modules/@jridgewell/gen-mapping/package.json +76 -0
  35. handyhelpers/static/node_modules/@jridgewell/resolve-uri/LICENSE +19 -0
  36. handyhelpers/static/node_modules/@jridgewell/resolve-uri/README.md +40 -0
  37. handyhelpers/static/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +232 -0
  38. handyhelpers/static/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +1 -0
  39. handyhelpers/static/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +240 -0
  40. handyhelpers/static/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map +1 -0
  41. handyhelpers/static/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts +4 -0
  42. handyhelpers/static/node_modules/@jridgewell/resolve-uri/package.json +69 -0
  43. handyhelpers/static/node_modules/@jridgewell/set-array/LICENSE +19 -0
  44. handyhelpers/static/node_modules/@jridgewell/set-array/README.md +37 -0
  45. handyhelpers/static/node_modules/@jridgewell/set-array/dist/set-array.mjs +69 -0
  46. handyhelpers/static/node_modules/@jridgewell/set-array/dist/set-array.mjs.map +1 -0
  47. handyhelpers/static/node_modules/@jridgewell/set-array/dist/set-array.umd.js +83 -0
  48. handyhelpers/static/node_modules/@jridgewell/set-array/dist/set-array.umd.js.map +1 -0
  49. handyhelpers/static/node_modules/@jridgewell/set-array/dist/types/set-array.d.ts +32 -0
  50. handyhelpers/static/node_modules/@jridgewell/set-array/package.json +65 -0
  51. handyhelpers/static/node_modules/@jridgewell/source-map/LICENSE +19 -0
  52. handyhelpers/static/node_modules/@jridgewell/source-map/README.md +184 -0
  53. handyhelpers/static/node_modules/@jridgewell/source-map/dist/source-map.cjs +95 -0
  54. handyhelpers/static/node_modules/@jridgewell/source-map/dist/source-map.cjs.map +1 -0
  55. handyhelpers/static/node_modules/@jridgewell/source-map/dist/source-map.mjs +90 -0
  56. handyhelpers/static/node_modules/@jridgewell/source-map/dist/source-map.mjs.map +1 -0
  57. handyhelpers/static/node_modules/@jridgewell/source-map/dist/source-map.umd.js +1242 -0
  58. handyhelpers/static/node_modules/@jridgewell/source-map/dist/source-map.umd.js.map +1 -0
  59. handyhelpers/static/node_modules/@jridgewell/source-map/dist/types/source-map.d.ts +35 -0
  60. handyhelpers/static/node_modules/@jridgewell/source-map/package.json +71 -0
  61. handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/LICENSE +21 -0
  62. handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/README.md +264 -0
  63. handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +424 -0
  64. handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +1 -0
  65. handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +439 -0
  66. handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +1 -0
  67. handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/types/scopes.d.ts +49 -0
  68. handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts +8 -0
  69. handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/types/strings.d.ts +15 -0
  70. handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/types/vlq.d.ts +6 -0
  71. handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/package.json +75 -0
  72. handyhelpers/static/node_modules/@jridgewell/trace-mapping/LICENSE +19 -0
  73. handyhelpers/static/node_modules/@jridgewell/trace-mapping/README.md +257 -0
  74. handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +580 -0
  75. handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +1 -0
  76. handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +600 -0
  77. handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +1 -0
  78. handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts +8 -0
  79. handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts +32 -0
  80. handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts +7 -0
  81. handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts +1 -0
  82. handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts +2 -0
  83. handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts +16 -0
  84. handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/strip-filename.d.ts +4 -0
  85. handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts +79 -0
  86. handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts +99 -0
  87. handyhelpers/static/node_modules/@jridgewell/trace-mapping/package.json +77 -0
  88. handyhelpers/static/node_modules/@popperjs/core/dist/cjs/enums.js +1 -1
  89. handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper-base.js +12 -170
  90. handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper-base.js.map +1 -1
  91. handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper-lite.js +14 -184
  92. handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper-lite.js.map +1 -1
  93. handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper.js +14 -197
  94. handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper.js.map +1 -1
  95. handyhelpers/static/node_modules/@popperjs/core/dist/esm/createPopper.js +6 -66
  96. handyhelpers/static/node_modules/@popperjs/core/dist/esm/modifiers/arrow.js +1 -12
  97. handyhelpers/static/node_modules/@popperjs/core/dist/esm/modifiers/computeStyles.js +2 -14
  98. handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/computeAutoPlacement.js +0 -4
  99. handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/userAgent.js +1 -1
  100. handyhelpers/static/node_modules/@popperjs/core/dist/umd/enums.js +1 -1
  101. handyhelpers/static/node_modules/@popperjs/core/dist/umd/enums.min.js +1 -1
  102. handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-base.js +12 -170
  103. handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-base.js.map +1 -1
  104. handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-base.min.js +2 -2
  105. handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-base.min.js.map +1 -1
  106. handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-lite.js +14 -184
  107. handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-lite.js.map +1 -1
  108. handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-lite.min.js +2 -2
  109. handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-lite.min.js.map +1 -1
  110. handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper.js +14 -197
  111. handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper.js.map +1 -1
  112. handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper.min.js +2 -2
  113. handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper.min.js.map +1 -1
  114. handyhelpers/static/node_modules/@popperjs/core/lib/createPopper.js +6 -66
  115. handyhelpers/static/node_modules/@popperjs/core/lib/createPopper.js.flow +2 -80
  116. handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/arrow.js +1 -12
  117. handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/arrow.js.flow +0 -22
  118. handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/computeStyles.js +2 -14
  119. handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/computeStyles.js.flow +3 -33
  120. handyhelpers/static/node_modules/@popperjs/core/lib/utils/computeAutoPlacement.js +0 -4
  121. handyhelpers/static/node_modules/@popperjs/core/lib/utils/computeAutoPlacement.js.flow +0 -12
  122. handyhelpers/static/node_modules/@popperjs/core/lib/utils/userAgent.js +1 -1
  123. handyhelpers/static/node_modules/@popperjs/core/lib/utils/userAgent.js.flow +1 -1
  124. handyhelpers/static/node_modules/@popperjs/core/package.json +1 -1
  125. handyhelpers/static/node_modules/@putout/minify/LICENSE +21 -0
  126. handyhelpers/static/node_modules/@putout/minify/README.md +110 -0
  127. handyhelpers/static/node_modules/@putout/minify/bundle/minify.min.js +52 -0
  128. handyhelpers/static/node_modules/@putout/minify/package.json +112 -0
  129. handyhelpers/static/node_modules/@swc/core/Visitor.d.ts +218 -0
  130. handyhelpers/static/node_modules/@swc/core/Visitor.js +1407 -0
  131. handyhelpers/static/node_modules/@swc/core/binding.d.ts +56 -0
  132. handyhelpers/static/node_modules/@swc/core/binding.js +351 -0
  133. handyhelpers/static/node_modules/@swc/core/index.d.ts +118 -0
  134. handyhelpers/static/node_modules/@swc/core/index.js +439 -0
  135. handyhelpers/static/node_modules/@swc/core/package.json +114 -0
  136. handyhelpers/static/node_modules/@swc/core/postinstall.js +148 -0
  137. handyhelpers/static/node_modules/@swc/core/spack.d.ts +51 -0
  138. handyhelpers/static/node_modules/@swc/core/spack.js +87 -0
  139. handyhelpers/static/node_modules/@swc/core/util.d.ts +1 -0
  140. handyhelpers/static/node_modules/@swc/core/util.js +104 -0
  141. handyhelpers/static/node_modules/@swc/core-linux-x64-gnu/README.md +3 -0
  142. handyhelpers/static/node_modules/@swc/core-linux-x64-gnu/package.json +45 -0
  143. handyhelpers/static/node_modules/@swc/core-linux-x64-gnu/swc.linux-x64-gnu.node +0 -0
  144. handyhelpers/static/node_modules/@swc/counter/CHANGELOG.md +7 -0
  145. handyhelpers/static/node_modules/@swc/counter/README.md +7 -0
  146. handyhelpers/static/node_modules/@swc/counter/index.js +1 -0
  147. handyhelpers/static/node_modules/@swc/counter/package.json +27 -0
  148. handyhelpers/static/node_modules/@swc/types/LICENSE +201 -0
  149. handyhelpers/static/node_modules/@swc/types/README.md +4 -0
  150. handyhelpers/static/node_modules/@swc/types/assumptions.d.ts +92 -0
  151. handyhelpers/static/node_modules/@swc/types/assumptions.js +2 -0
  152. handyhelpers/static/node_modules/@swc/types/index.d.ts +1977 -0
  153. handyhelpers/static/node_modules/@swc/types/index.js +2 -0
  154. handyhelpers/static/node_modules/@swc/types/package.json +39 -0
  155. handyhelpers/static/node_modules/acorn/CHANGELOG.md +928 -0
  156. handyhelpers/static/node_modules/acorn/LICENSE +21 -0
  157. handyhelpers/static/node_modules/acorn/README.md +282 -0
  158. handyhelpers/static/node_modules/acorn/bin/acorn +4 -0
  159. handyhelpers/static/node_modules/acorn/dist/acorn.d.mts +866 -0
  160. handyhelpers/static/node_modules/acorn/dist/acorn.d.ts +866 -0
  161. handyhelpers/static/node_modules/acorn/dist/acorn.js +6174 -0
  162. handyhelpers/static/node_modules/acorn/dist/acorn.mjs +6145 -0
  163. handyhelpers/static/node_modules/acorn/dist/bin.js +90 -0
  164. handyhelpers/static/node_modules/acorn/package.json +50 -0
  165. handyhelpers/static/node_modules/buffer-from/LICENSE +21 -0
  166. handyhelpers/static/node_modules/buffer-from/index.js +72 -0
  167. handyhelpers/static/node_modules/buffer-from/package.json +19 -0
  168. handyhelpers/static/node_modules/buffer-from/readme.md +69 -0
  169. handyhelpers/static/node_modules/camel-case/LICENSE +21 -0
  170. handyhelpers/static/node_modules/camel-case/README.md +47 -0
  171. handyhelpers/static/node_modules/camel-case/dist/index.d.ts +5 -0
  172. handyhelpers/static/node_modules/camel-case/dist/index.js +23 -0
  173. handyhelpers/static/node_modules/camel-case/dist/index.js.map +1 -0
  174. handyhelpers/static/node_modules/camel-case/dist/index.spec.d.ts +1 -0
  175. handyhelpers/static/node_modules/camel-case/dist/index.spec.js +26 -0
  176. handyhelpers/static/node_modules/camel-case/dist/index.spec.js.map +1 -0
  177. handyhelpers/static/node_modules/camel-case/dist.es2015/index.d.ts +5 -0
  178. handyhelpers/static/node_modules/camel-case/dist.es2015/index.js +17 -0
  179. handyhelpers/static/node_modules/camel-case/dist.es2015/index.js.map +1 -0
  180. handyhelpers/static/node_modules/camel-case/dist.es2015/index.spec.d.ts +1 -0
  181. handyhelpers/static/node_modules/camel-case/dist.es2015/index.spec.js +24 -0
  182. handyhelpers/static/node_modules/camel-case/dist.es2015/index.spec.js.map +1 -0
  183. handyhelpers/static/node_modules/camel-case/package.json +89 -0
  184. handyhelpers/static/node_modules/clean-css/History.md +1504 -0
  185. handyhelpers/static/node_modules/clean-css/LICENSE +19 -0
  186. handyhelpers/static/node_modules/clean-css/README.md +987 -0
  187. handyhelpers/static/node_modules/clean-css/index.js +1 -0
  188. handyhelpers/static/node_modules/clean-css/package.json +48 -0
  189. handyhelpers/static/node_modules/commander/LICENSE +22 -0
  190. handyhelpers/static/node_modules/commander/Readme.md +1134 -0
  191. handyhelpers/static/node_modules/commander/esm.mjs +16 -0
  192. handyhelpers/static/node_modules/commander/index.js +27 -0
  193. handyhelpers/static/node_modules/commander/package-support.json +16 -0
  194. handyhelpers/static/node_modules/commander/package.json +80 -0
  195. handyhelpers/static/node_modules/commander/typings/index.d.ts +889 -0
  196. handyhelpers/static/node_modules/css-b64-images/.npmignore +15 -0
  197. handyhelpers/static/node_modules/css-b64-images/.travis.yml +5 -0
  198. handyhelpers/static/node_modules/css-b64-images/README.md +78 -0
  199. handyhelpers/static/node_modules/css-b64-images/bin/css-b64-images +13 -0
  200. handyhelpers/static/node_modules/css-b64-images/draft.png +0 -0
  201. handyhelpers/static/node_modules/css-b64-images/draft.xcf +0 -0
  202. handyhelpers/static/node_modules/css-b64-images/package.json +30 -0
  203. handyhelpers/static/node_modules/css-b64-images/test/css-b64-images-test.js +38 -0
  204. handyhelpers/static/node_modules/css-b64-images/test/fixture/css/style.css +52 -0
  205. handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/callunasansregular-webfont.eot +0 -0
  206. handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/callunasansregular-webfont.svg +248 -0
  207. handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/callunasansregular-webfont.ttf +0 -0
  208. handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/callunasansregular-webfont.woff +0 -0
  209. handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/maven_pro_medium-webfont.eot +0 -0
  210. handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/maven_pro_medium-webfont.svg +245 -0
  211. handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/maven_pro_medium-webfont.ttf +0 -0
  212. handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/maven_pro_medium-webfont.woff +0 -0
  213. handyhelpers/static/node_modules/css-b64-images/test/fixture/img/background-pattern.gif +0 -0
  214. handyhelpers/static/node_modules/css-b64-images/test/fixture/img/dots.svg +6 -0
  215. handyhelpers/static/node_modules/css-b64-images/test/fixture/img/mixit-banner.png +0 -0
  216. handyhelpers/static/node_modules/debug/LICENSE +20 -0
  217. handyhelpers/static/node_modules/debug/README.md +481 -0
  218. handyhelpers/static/node_modules/debug/package.json +65 -0
  219. handyhelpers/static/node_modules/debug/src/browser.js +272 -0
  220. handyhelpers/static/node_modules/debug/src/common.js +292 -0
  221. handyhelpers/static/node_modules/debug/src/index.js +10 -0
  222. handyhelpers/static/node_modules/debug/src/node.js +263 -0
  223. handyhelpers/static/node_modules/dot-case/LICENSE +21 -0
  224. handyhelpers/static/node_modules/dot-case/README.md +37 -0
  225. handyhelpers/static/node_modules/dot-case/dist/index.d.ts +3 -0
  226. handyhelpers/static/node_modules/dot-case/dist/index.js +11 -0
  227. handyhelpers/static/node_modules/dot-case/dist/index.js.map +1 -0
  228. handyhelpers/static/node_modules/dot-case/dist/index.spec.d.ts +1 -0
  229. handyhelpers/static/node_modules/dot-case/dist/index.spec.js +26 -0
  230. handyhelpers/static/node_modules/dot-case/dist/index.spec.js.map +1 -0
  231. handyhelpers/static/node_modules/dot-case/dist.es2015/index.d.ts +3 -0
  232. handyhelpers/static/node_modules/dot-case/dist.es2015/index.js +7 -0
  233. handyhelpers/static/node_modules/dot-case/dist.es2015/index.js.map +1 -0
  234. handyhelpers/static/node_modules/dot-case/dist.es2015/index.spec.d.ts +1 -0
  235. handyhelpers/static/node_modules/dot-case/dist.es2015/index.spec.js +24 -0
  236. handyhelpers/static/node_modules/dot-case/dist.es2015/index.spec.js.map +1 -0
  237. handyhelpers/static/node_modules/dot-case/package.json +89 -0
  238. handyhelpers/static/node_modules/entities/LICENSE +11 -0
  239. handyhelpers/static/node_modules/entities/package.json +90 -0
  240. handyhelpers/static/node_modules/entities/readme.md +122 -0
  241. handyhelpers/static/node_modules/esbuild/LICENSE.md +21 -0
  242. handyhelpers/static/node_modules/esbuild/README.md +3 -0
  243. handyhelpers/static/node_modules/esbuild/bin/esbuild +0 -0
  244. handyhelpers/static/node_modules/esbuild/install.js +286 -0
  245. handyhelpers/static/node_modules/esbuild/package.json +47 -0
  246. handyhelpers/static/node_modules/find-up/index.d.ts +247 -0
  247. handyhelpers/static/node_modules/find-up/index.js +107 -0
  248. handyhelpers/static/node_modules/find-up/license +9 -0
  249. handyhelpers/static/node_modules/find-up/package.json +61 -0
  250. handyhelpers/static/node_modules/find-up/readme.md +160 -0
  251. handyhelpers/static/node_modules/fun-effects/LICENSE +674 -0
  252. handyhelpers/static/node_modules/fun-effects/README.md +10 -0
  253. handyhelpers/static/node_modules/fun-effects/dist/css/background_icons.min.css +1 -0
  254. handyhelpers/static/node_modules/fun-effects/dist/css/blur_group.min.css +1 -0
  255. handyhelpers/static/node_modules/fun-effects/dist/css/fades.min.css +1 -0
  256. handyhelpers/static/node_modules/fun-effects/dist/css/marquee.min.css +1 -0
  257. handyhelpers/static/node_modules/fun-effects/dist/css/scroller.min.css +1 -0
  258. handyhelpers/static/node_modules/fun-effects/dist/index.js +15 -0
  259. handyhelpers/static/node_modules/fun-effects/dist/js/background_icons.min.js +1 -0
  260. handyhelpers/static/node_modules/fun-effects/dist/js/marquee.min.js +1 -0
  261. handyhelpers/static/node_modules/fun-effects/dist/js/scroller.min.js +1 -0
  262. handyhelpers/static/node_modules/fun-effects/package.json +39 -0
  263. handyhelpers/static/node_modules/fun-effects/src/css/background_icons.css +39 -0
  264. handyhelpers/static/node_modules/fun-effects/src/css/blur_group.css +22 -0
  265. handyhelpers/static/node_modules/fun-effects/src/css/fades.css +94 -0
  266. handyhelpers/static/node_modules/fun-effects/src/css/marquee.css +45 -0
  267. handyhelpers/static/node_modules/fun-effects/src/css/scroller.css +144 -0
  268. handyhelpers/static/node_modules/fun-effects/src/index.js +15 -0
  269. handyhelpers/static/node_modules/fun-effects/src/js/background_icons.js +101 -0
  270. handyhelpers/static/node_modules/fun-effects/src/js/marquee.js +81 -0
  271. handyhelpers/static/node_modules/fun-effects/src/js/scroller.js +37 -0
  272. handyhelpers/static/node_modules/html-minifier-terser/LICENSE +22 -0
  273. handyhelpers/static/node_modules/html-minifier-terser/README.md +168 -0
  274. handyhelpers/static/node_modules/html-minifier-terser/cli.js +308 -0
  275. handyhelpers/static/node_modules/html-minifier-terser/dist/htmlminifier.cjs +1857 -0
  276. handyhelpers/static/node_modules/html-minifier-terser/dist/htmlminifier.esm.bundle.js +57509 -0
  277. handyhelpers/static/node_modules/html-minifier-terser/dist/htmlminifier.umd.bundle.js +57520 -0
  278. handyhelpers/static/node_modules/html-minifier-terser/dist/htmlminifier.umd.bundle.min.js +9 -0
  279. handyhelpers/static/node_modules/html-minifier-terser/package.json +105 -0
  280. handyhelpers/static/node_modules/html-minifier-terser/src/htmlminifier.js +1366 -0
  281. handyhelpers/static/node_modules/html-minifier-terser/src/htmlparser.js +565 -0
  282. handyhelpers/static/node_modules/html-minifier-terser/src/tokenchain.js +68 -0
  283. handyhelpers/static/node_modules/html-minifier-terser/src/utils.js +11 -0
  284. handyhelpers/static/node_modules/jju/LICENSE +21 -0
  285. handyhelpers/static/node_modules/jju/Makefile +20 -0
  286. handyhelpers/static/node_modules/jju/README.md +249 -0
  287. handyhelpers/static/node_modules/jju/index.js +32 -0
  288. handyhelpers/static/node_modules/jju/package.json +34 -0
  289. handyhelpers/static/node_modules/jju/package.yaml +36 -0
  290. handyhelpers/static/node_modules/locate-path/index.d.ts +92 -0
  291. handyhelpers/static/node_modules/locate-path/index.js +77 -0
  292. handyhelpers/static/node_modules/locate-path/license +9 -0
  293. handyhelpers/static/node_modules/locate-path/package.json +48 -0
  294. handyhelpers/static/node_modules/locate-path/readme.md +123 -0
  295. handyhelpers/static/node_modules/lower-case/LICENSE +21 -0
  296. handyhelpers/static/node_modules/lower-case/README.md +35 -0
  297. handyhelpers/static/node_modules/lower-case/dist/index.d.ts +8 -0
  298. handyhelpers/static/node_modules/lower-case/dist/index.js +53 -0
  299. handyhelpers/static/node_modules/lower-case/dist/index.js.map +1 -0
  300. handyhelpers/static/node_modules/lower-case/dist/index.spec.d.ts +1 -0
  301. handyhelpers/static/node_modules/lower-case/dist/index.spec.js +36 -0
  302. handyhelpers/static/node_modules/lower-case/dist/index.spec.js.map +1 -0
  303. handyhelpers/static/node_modules/lower-case/dist.es2015/index.d.ts +8 -0
  304. handyhelpers/static/node_modules/lower-case/dist.es2015/index.js +48 -0
  305. handyhelpers/static/node_modules/lower-case/dist.es2015/index.js.map +1 -0
  306. handyhelpers/static/node_modules/lower-case/dist.es2015/index.spec.d.ts +1 -0
  307. handyhelpers/static/node_modules/lower-case/dist.es2015/index.spec.js +34 -0
  308. handyhelpers/static/node_modules/lower-case/dist.es2015/index.spec.js.map +1 -0
  309. handyhelpers/static/node_modules/lower-case/package.json +87 -0
  310. handyhelpers/static/node_modules/minify/ChangeLog +1307 -0
  311. handyhelpers/static/node_modules/minify/LICENSE +22 -0
  312. handyhelpers/static/node_modules/minify/README.md +177 -0
  313. handyhelpers/static/node_modules/minify/bin/minify.js +98 -0
  314. handyhelpers/static/node_modules/minify/deno.json +5 -0
  315. handyhelpers/static/node_modules/minify/help.json +8 -0
  316. handyhelpers/static/node_modules/minify/package.json +65 -0
  317. handyhelpers/static/node_modules/ms/index.js +162 -0
  318. handyhelpers/static/node_modules/ms/license.md +21 -0
  319. handyhelpers/static/node_modules/ms/package.json +38 -0
  320. handyhelpers/static/node_modules/ms/readme.md +59 -0
  321. handyhelpers/static/node_modules/no-case/LICENSE +21 -0
  322. handyhelpers/static/node_modules/no-case/README.md +37 -0
  323. handyhelpers/static/node_modules/no-case/dist/index.d.ts +10 -0
  324. handyhelpers/static/node_modules/no-case/dist/index.js +35 -0
  325. handyhelpers/static/node_modules/no-case/dist/index.js.map +1 -0
  326. handyhelpers/static/node_modules/no-case/dist/index.spec.d.ts +1 -0
  327. handyhelpers/static/node_modules/no-case/dist/index.spec.js +59 -0
  328. handyhelpers/static/node_modules/no-case/dist/index.spec.js.map +1 -0
  329. handyhelpers/static/node_modules/no-case/dist.es2015/index.d.ts +10 -0
  330. handyhelpers/static/node_modules/no-case/dist.es2015/index.js +31 -0
  331. handyhelpers/static/node_modules/no-case/dist.es2015/index.js.map +1 -0
  332. handyhelpers/static/node_modules/no-case/dist.es2015/index.spec.d.ts +1 -0
  333. handyhelpers/static/node_modules/no-case/dist.es2015/index.spec.js +57 -0
  334. handyhelpers/static/node_modules/no-case/dist.es2015/index.spec.js.map +1 -0
  335. handyhelpers/static/node_modules/no-case/package.json +85 -0
  336. handyhelpers/static/node_modules/p-limit/index.d.ts +40 -0
  337. handyhelpers/static/node_modules/p-limit/index.js +68 -0
  338. handyhelpers/static/node_modules/p-limit/license +9 -0
  339. handyhelpers/static/node_modules/p-limit/package.json +54 -0
  340. handyhelpers/static/node_modules/p-limit/readme.md +99 -0
  341. handyhelpers/static/node_modules/p-locate/index.d.ts +49 -0
  342. handyhelpers/static/node_modules/p-locate/index.js +48 -0
  343. handyhelpers/static/node_modules/p-locate/license +9 -0
  344. handyhelpers/static/node_modules/p-locate/package.json +56 -0
  345. handyhelpers/static/node_modules/p-locate/readme.md +91 -0
  346. handyhelpers/static/node_modules/param-case/LICENSE +21 -0
  347. handyhelpers/static/node_modules/param-case/README.md +37 -0
  348. handyhelpers/static/node_modules/param-case/dist/index.d.ts +3 -0
  349. handyhelpers/static/node_modules/param-case/dist/index.js +11 -0
  350. handyhelpers/static/node_modules/param-case/dist/index.js.map +1 -0
  351. handyhelpers/static/node_modules/param-case/dist/index.spec.d.ts +1 -0
  352. handyhelpers/static/node_modules/param-case/dist/index.spec.js +24 -0
  353. handyhelpers/static/node_modules/param-case/dist/index.spec.js.map +1 -0
  354. handyhelpers/static/node_modules/param-case/dist.es2015/index.d.ts +3 -0
  355. handyhelpers/static/node_modules/param-case/dist.es2015/index.js +7 -0
  356. handyhelpers/static/node_modules/param-case/dist.es2015/index.js.map +1 -0
  357. handyhelpers/static/node_modules/param-case/dist.es2015/index.spec.d.ts +1 -0
  358. handyhelpers/static/node_modules/param-case/dist.es2015/index.spec.js +22 -0
  359. handyhelpers/static/node_modules/param-case/dist.es2015/index.spec.js.map +1 -0
  360. handyhelpers/static/node_modules/param-case/package.json +91 -0
  361. handyhelpers/static/node_modules/pascal-case/LICENSE +21 -0
  362. handyhelpers/static/node_modules/pascal-case/README.md +47 -0
  363. handyhelpers/static/node_modules/pascal-case/dist/index.d.ts +5 -0
  364. handyhelpers/static/node_modules/pascal-case/dist/index.js +24 -0
  365. handyhelpers/static/node_modules/pascal-case/dist/index.js.map +1 -0
  366. handyhelpers/static/node_modules/pascal-case/dist/index.spec.d.ts +1 -0
  367. handyhelpers/static/node_modules/pascal-case/dist/index.spec.js +25 -0
  368. handyhelpers/static/node_modules/pascal-case/dist/index.spec.js.map +1 -0
  369. handyhelpers/static/node_modules/pascal-case/dist.es2015/index.d.ts +5 -0
  370. handyhelpers/static/node_modules/pascal-case/dist.es2015/index.js +18 -0
  371. handyhelpers/static/node_modules/pascal-case/dist.es2015/index.js.map +1 -0
  372. handyhelpers/static/node_modules/pascal-case/dist.es2015/index.spec.d.ts +1 -0
  373. handyhelpers/static/node_modules/pascal-case/dist.es2015/index.spec.js +23 -0
  374. handyhelpers/static/node_modules/pascal-case/dist.es2015/index.spec.js.map +1 -0
  375. handyhelpers/static/node_modules/pascal-case/package.json +90 -0
  376. handyhelpers/static/node_modules/path-exists/index.d.ts +31 -0
  377. handyhelpers/static/node_modules/path-exists/index.js +19 -0
  378. handyhelpers/static/node_modules/path-exists/license +9 -0
  379. handyhelpers/static/node_modules/path-exists/package.json +41 -0
  380. handyhelpers/static/node_modules/path-exists/readme.md +52 -0
  381. handyhelpers/static/node_modules/readjson/ChangeLog +110 -0
  382. handyhelpers/static/node_modules/readjson/LICENSE +21 -0
  383. handyhelpers/static/node_modules/readjson/README.md +36 -0
  384. handyhelpers/static/node_modules/readjson/package.json +46 -0
  385. handyhelpers/static/node_modules/relateurl/README.md +159 -0
  386. handyhelpers/static/node_modules/relateurl/license +21 -0
  387. handyhelpers/static/node_modules/relateurl/package.json +46 -0
  388. handyhelpers/static/node_modules/simport/ChangeLog +77 -0
  389. handyhelpers/static/node_modules/simport/LICENSE +21 -0
  390. handyhelpers/static/node_modules/simport/README.md +81 -0
  391. handyhelpers/static/node_modules/simport/fixture/context.js +3 -0
  392. handyhelpers/static/node_modules/simport/fixture/default-frozen-function.mjs +2 -0
  393. handyhelpers/static/node_modules/simport/fixture/default-frozen-object.mjs +2 -0
  394. handyhelpers/static/node_modules/simport/package.json +65 -0
  395. handyhelpers/static/node_modules/simport/simport.js +84 -0
  396. handyhelpers/static/node_modules/simport/simport.mjs +22 -0
  397. handyhelpers/static/node_modules/source-map/CHANGELOG.md +301 -0
  398. handyhelpers/static/node_modules/source-map/LICENSE +28 -0
  399. handyhelpers/static/node_modules/source-map/README.md +742 -0
  400. handyhelpers/static/node_modules/source-map/dist/source-map.debug.js +3234 -0
  401. handyhelpers/static/node_modules/source-map/dist/source-map.js +3233 -0
  402. handyhelpers/static/node_modules/source-map/dist/source-map.min.js +2 -0
  403. handyhelpers/static/node_modules/source-map/dist/source-map.min.js.map +1 -0
  404. handyhelpers/static/node_modules/source-map/package.json +73 -0
  405. handyhelpers/static/node_modules/source-map/source-map.d.ts +98 -0
  406. handyhelpers/static/node_modules/source-map/source-map.js +8 -0
  407. handyhelpers/static/node_modules/source-map-support/LICENSE.md +21 -0
  408. handyhelpers/static/node_modules/source-map-support/README.md +284 -0
  409. handyhelpers/static/node_modules/source-map-support/browser-source-map-support.js +114 -0
  410. handyhelpers/static/node_modules/source-map-support/package.json +31 -0
  411. handyhelpers/static/node_modules/source-map-support/register-hook-require.js +1 -0
  412. handyhelpers/static/node_modules/source-map-support/register.js +1 -0
  413. handyhelpers/static/node_modules/source-map-support/source-map-support.js +625 -0
  414. handyhelpers/static/node_modules/terser/CHANGELOG.md +783 -0
  415. handyhelpers/static/node_modules/terser/LICENSE +27 -0
  416. handyhelpers/static/node_modules/terser/PATRONS.md +15 -0
  417. handyhelpers/static/node_modules/terser/README.md +1421 -0
  418. handyhelpers/static/node_modules/terser/bin/package.json +10 -0
  419. handyhelpers/static/node_modules/terser/bin/terser +21 -0
  420. handyhelpers/static/node_modules/terser/bin/uglifyjs +10 -0
  421. handyhelpers/static/node_modules/terser/dist/.gitkeep +0 -0
  422. handyhelpers/static/node_modules/terser/dist/bundle.min.js +32962 -0
  423. handyhelpers/static/node_modules/terser/dist/package.json +10 -0
  424. handyhelpers/static/node_modules/terser/main.js +27 -0
  425. handyhelpers/static/node_modules/terser/node_modules/commander/CHANGELOG.md +419 -0
  426. handyhelpers/static/node_modules/terser/node_modules/commander/LICENSE +22 -0
  427. handyhelpers/static/node_modules/terser/node_modules/commander/Readme.md +428 -0
  428. handyhelpers/static/node_modules/terser/node_modules/commander/index.js +1224 -0
  429. handyhelpers/static/node_modules/terser/node_modules/commander/package.json +38 -0
  430. handyhelpers/static/node_modules/terser/node_modules/commander/typings/index.d.ts +310 -0
  431. handyhelpers/static/node_modules/terser/package.json +153 -0
  432. handyhelpers/static/node_modules/terser/tools/domprops.js +9026 -0
  433. handyhelpers/static/node_modules/terser/tools/exit.cjs +7 -0
  434. handyhelpers/static/node_modules/terser/tools/props.html +68 -0
  435. handyhelpers/static/node_modules/terser/tools/terser.d.ts +216 -0
  436. handyhelpers/static/node_modules/tippy.js/LICENSE +21 -0
  437. handyhelpers/static/node_modules/tippy.js/README.md +63 -0
  438. handyhelpers/static/node_modules/tippy.js/animations/perspective-extreme.css +1 -0
  439. handyhelpers/static/node_modules/tippy.js/animations/perspective-subtle.css +1 -0
  440. handyhelpers/static/node_modules/tippy.js/animations/perspective.css +1 -0
  441. handyhelpers/static/node_modules/tippy.js/animations/scale-extreme.css +1 -0
  442. handyhelpers/static/node_modules/tippy.js/animations/scale-subtle.css +1 -0
  443. handyhelpers/static/node_modules/tippy.js/animations/scale.css +1 -0
  444. handyhelpers/static/node_modules/tippy.js/animations/shift-away-extreme.css +1 -0
  445. handyhelpers/static/node_modules/tippy.js/animations/shift-away-subtle.css +1 -0
  446. handyhelpers/static/node_modules/tippy.js/animations/shift-away.css +1 -0
  447. handyhelpers/static/node_modules/tippy.js/animations/shift-toward-extreme.css +1 -0
  448. handyhelpers/static/node_modules/tippy.js/animations/shift-toward-subtle.css +1 -0
  449. handyhelpers/static/node_modules/tippy.js/animations/shift-toward.css +1 -0
  450. handyhelpers/static/node_modules/tippy.js/dist/backdrop.css +1 -0
  451. handyhelpers/static/node_modules/tippy.js/dist/border.css +1 -0
  452. handyhelpers/static/node_modules/tippy.js/dist/svg-arrow.css +1 -0
  453. handyhelpers/static/node_modules/tippy.js/dist/tippy-bundle.umd.js +2516 -0
  454. handyhelpers/static/node_modules/tippy.js/dist/tippy-bundle.umd.js.map +1 -0
  455. handyhelpers/static/node_modules/tippy.js/dist/tippy-bundle.umd.min.js +2 -0
  456. handyhelpers/static/node_modules/tippy.js/dist/tippy-bundle.umd.min.js.map +1 -0
  457. handyhelpers/static/node_modules/tippy.js/dist/tippy.cjs.js +2497 -0
  458. handyhelpers/static/node_modules/tippy.js/dist/tippy.cjs.js.map +1 -0
  459. handyhelpers/static/node_modules/tippy.js/dist/tippy.css +1 -0
  460. handyhelpers/static/node_modules/tippy.js/dist/tippy.esm.js +2486 -0
  461. handyhelpers/static/node_modules/tippy.js/dist/tippy.esm.js.map +1 -0
  462. handyhelpers/static/node_modules/tippy.js/dist/tippy.umd.js +2496 -0
  463. handyhelpers/static/node_modules/tippy.js/dist/tippy.umd.js.map +1 -0
  464. handyhelpers/static/node_modules/tippy.js/dist/tippy.umd.min.js +2 -0
  465. handyhelpers/static/node_modules/tippy.js/dist/tippy.umd.min.js.map +1 -0
  466. handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.cjs.js +2388 -0
  467. handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.cjs.js.map +1 -0
  468. handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.esm.js +2377 -0
  469. handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.esm.js.map +1 -0
  470. handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.umd.js +2382 -0
  471. handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.umd.js.map +1 -0
  472. handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.umd.min.js +2 -0
  473. handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.umd.min.js.map +1 -0
  474. handyhelpers/static/node_modules/tippy.js/headless/package.json +16 -0
  475. handyhelpers/static/node_modules/tippy.js/index.d.ts +260 -0
  476. handyhelpers/static/node_modules/tippy.js/package.json +157 -0
  477. handyhelpers/static/node_modules/tippy.js/themes/light-border.css +1 -0
  478. handyhelpers/static/node_modules/tippy.js/themes/light.css +1 -0
  479. handyhelpers/static/node_modules/tippy.js/themes/material.css +1 -0
  480. handyhelpers/static/node_modules/tippy.js/themes/translucent.css +1 -0
  481. handyhelpers/static/node_modules/try-catch/ChangeLog +55 -0
  482. handyhelpers/static/node_modules/try-catch/LICENSE +21 -0
  483. handyhelpers/static/node_modules/try-catch/README.md +38 -0
  484. handyhelpers/static/node_modules/try-catch/package.json +34 -0
  485. handyhelpers/static/node_modules/try-to-catch/ChangeLog +64 -0
  486. handyhelpers/static/node_modules/try-to-catch/LICENSE +21 -0
  487. handyhelpers/static/node_modules/try-to-catch/README.md +74 -0
  488. handyhelpers/static/node_modules/try-to-catch/package.json +47 -0
  489. handyhelpers/static/node_modules/tslib/CopyrightNotice.txt +15 -0
  490. handyhelpers/static/node_modules/tslib/LICENSE.txt +12 -0
  491. handyhelpers/static/node_modules/tslib/README.md +164 -0
  492. handyhelpers/static/node_modules/tslib/SECURITY.md +41 -0
  493. handyhelpers/static/node_modules/tslib/modules/index.d.ts +38 -0
  494. handyhelpers/static/node_modules/tslib/modules/index.js +70 -0
  495. handyhelpers/static/node_modules/tslib/modules/package.json +3 -0
  496. handyhelpers/static/node_modules/tslib/package.json +47 -0
  497. handyhelpers/static/node_modules/tslib/tslib.d.ts +460 -0
  498. handyhelpers/static/node_modules/tslib/tslib.es6.html +1 -0
  499. handyhelpers/static/node_modules/tslib/tslib.es6.js +402 -0
  500. handyhelpers/static/node_modules/tslib/tslib.es6.mjs +401 -0
  501. handyhelpers/static/node_modules/tslib/tslib.html +1 -0
  502. handyhelpers/static/node_modules/tslib/tslib.js +484 -0
  503. handyhelpers/static/node_modules/uglify-js/LICENSE +29 -0
  504. handyhelpers/static/node_modules/uglify-js/README.md +1479 -0
  505. handyhelpers/static/node_modules/uglify-js/bin/uglifyjs +624 -0
  506. handyhelpers/static/node_modules/uglify-js/package.json +56 -0
  507. handyhelpers/static/node_modules/uglify-js/tools/domprops.html +456 -0
  508. handyhelpers/static/node_modules/uglify-js/tools/domprops.json +8327 -0
  509. handyhelpers/static/node_modules/uglify-js/tools/exports.js +8 -0
  510. handyhelpers/static/node_modules/uglify-js/tools/node.js +115 -0
  511. handyhelpers/static/node_modules/uglify-js/tools/tty.js +22 -0
  512. handyhelpers/static/node_modules/unicorn-magic/default.js +14 -0
  513. handyhelpers/static/node_modules/unicorn-magic/index.d.ts +29 -0
  514. handyhelpers/static/node_modules/unicorn-magic/license +9 -0
  515. handyhelpers/static/node_modules/unicorn-magic/node.js +7 -0
  516. handyhelpers/static/node_modules/unicorn-magic/package.json +49 -0
  517. handyhelpers/static/node_modules/unicorn-magic/readme.md +25 -0
  518. handyhelpers/static/node_modules/yocto-queue/index.d.ts +61 -0
  519. handyhelpers/static/node_modules/yocto-queue/index.js +78 -0
  520. handyhelpers/static/node_modules/yocto-queue/license +9 -0
  521. handyhelpers/static/node_modules/yocto-queue/package.json +48 -0
  522. handyhelpers/static/node_modules/yocto-queue/readme.md +70 -0
  523. handyhelpers/static/package.json +3 -1
  524. handyhelpers/static/yarn.lock +393 -20
  525. handyhelpers/templates/handyhelpers/generic/bs5/generic_index.html +5 -8
  526. handyhelpers/templates/handyhelpers/handyhelpers_base_bs5.htm +5 -1
  527. handyhelpers/templates/handyhelpers/handyhelpers_with_sidebar.htm +50 -3
  528. handyhelpers/templates/handyhelpers/htmx/bs5/filter_form/generic_modal_swap.htm +48 -0
  529. handyhelpers/templates/handyhelpers/htmx/bs5/form/form_wrapper.htm +48 -0
  530. handyhelpers/templates/handyhelpers/htmx/bs5/form/inline_form.htm +166 -0
  531. handyhelpers/templates/handyhelpers/htmx/bs5/form/inline_form_disabled.htm +125 -0
  532. handyhelpers/templates/handyhelpers/htmx/bs5/generic_modal_swap.htm +2 -3
  533. handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/content_title.htm +38 -0
  534. handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/controls.htm +21 -0
  535. handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/examples/card.htm +17 -0
  536. handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/examples/list.htm +11 -0
  537. handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/examples/table.htm +21 -0
  538. handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/filter_form_modal_swap.htm +48 -0
  539. handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/full.html +6 -0
  540. handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/wrapper_card.htm +7 -0
  541. handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/wrapper_list.htm +7 -0
  542. handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/wrapper_minimal.htm +7 -0
  543. handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/wrapper_table.htm +18 -0
  544. handyhelpers/templates/handyhelpers/htmx/bs5/index.htm +34 -0
  545. handyhelpers/templates/handyhelpers/partials/calendar.htm +1 -1
  546. handyhelpers/templates/handyhelpers/report/annual_stats.html +6 -0
  547. handyhelpers/templates/handyhelpers/report/annual_stats_content.htm +43 -0
  548. handyhelpers/templates/handyhelpers/report/chartjs/annual_progress_chart.htm +1 -1
  549. handyhelpers/templates/handyhelpers/report/chartjs/annual_progress_content.htm +40 -39
  550. handyhelpers/templates/handyhelpers/report/chartjs/annual_stats.html +25 -36
  551. handyhelpers/templates/handyhelpers/report/chartjs/annual_trends_content.htm +35 -34
  552. handyhelpers/templates/handyhelpers/report/chartjs/day_count_chart.htm +1 -1
  553. handyhelpers/templates/handyhelpers/report/chartjs/month_count_chart.htm +1 -1
  554. handyhelpers/templates/handyhelpers/report/chartjs/week_count_chart.htm +1 -1
  555. handyhelpers/templates/handyhelpers/report/chartjs/year_count_chart.htm +1 -1
  556. handyhelpers/templatetags/form_tags.py +47 -0
  557. handyhelpers/templatetags/htmx_tags.py +21 -0
  558. handyhelpers/views/action.py +3 -1
  559. handyhelpers/views/calendar.py +34 -14
  560. handyhelpers/views/htmx.py +396 -4
  561. handyhelpers/views/report.py +12 -5
  562. handyhelpers/management/commands/generate_admin.py +0 -110
  563. handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/format.js +0 -9
  564. handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/validateModifiers.js +0 -81
  565. handyhelpers/static/node_modules/@popperjs/core/lib/utils/format.d.ts +0 -1
  566. handyhelpers/static/node_modules/@popperjs/core/lib/utils/format.js +0 -9
  567. handyhelpers/static/node_modules/@popperjs/core/lib/utils/format.js.flow +0 -5
  568. handyhelpers/static/node_modules/@popperjs/core/lib/utils/validateModifiers.d.ts +0 -1
  569. handyhelpers/static/node_modules/@popperjs/core/lib/utils/validateModifiers.js +0 -81
  570. handyhelpers/static/node_modules/@popperjs/core/lib/utils/validateModifiers.js.flow +0 -151
  571. {django_handyhelpers-0.3.19.dist-info → django_handyhelpers-0.3.35.dist-info}/LICENSE +0 -0
  572. {django_handyhelpers-0.3.19.dist-info → django_handyhelpers-0.3.35.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,9 @@
1
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).HTMLMinifier={})}(this,(function(e){"use strict";var t="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function n(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function r(e){if(e.__esModule)return e;var t=e.default;if("function"==typeof t){var n=function e(){if(this instanceof e){var n=[null];return n.push.apply(n,arguments),new(Function.bind.apply(t,n))}return t.apply(this,arguments)};n.prototype=t.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(e).forEach((function(t){var r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,r.get?r:{enumerable:!0,get:function(){return e[t]}})})),n}var i={},o={get exports(){return i},set exports(e){i=e}},a="undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{};function s(){throw new Error("setTimeout has not been defined")}function u(){throw new Error("clearTimeout has not been defined")}var l=s,c=u;function f(e){if(l===setTimeout)return setTimeout(e,0);if((l===s||!l)&&setTimeout)return l=setTimeout,setTimeout(e,0);try{return l(e,0)}catch(t){try{return l.call(null,e,0)}catch(t){return l.call(this,e,0)}}}"function"==typeof a.setTimeout&&(l=setTimeout),"function"==typeof a.clearTimeout&&(c=clearTimeout);var p,d=[],h=!1,m=-1;function g(){h&&p&&(h=!1,p.length?d=p.concat(d):m=-1,d.length&&_())}function _(){if(!h){var e=f(g);h=!0;for(var t=d.length;t;){for(p=d,d=[];++m<t;)p&&p[m].run();m=-1,t=d.length}p=null,h=!1,function(e){if(c===clearTimeout)return clearTimeout(e);if((c===u||!c)&&clearTimeout)return c=clearTimeout,clearTimeout(e);try{return c(e)}catch(t){try{return c.call(null,e)}catch(t){return c.call(this,e)}}}(e)}}function E(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];d.push(new v(e,t)),1!==d.length||h||f(_)}function v(e,t){this.fun=e,this.array=t}v.prototype.run=function(){this.fun.apply(null,this.array)};function y(){}var b=y,A=y,S=y,D=y,T=y,C=y,O=y;var R=a.performance||{},w=R.now||R.mozNow||R.msNow||R.oNow||R.webkitNow||function(){return(new Date).getTime()};var k=new Date;var x={nextTick:E,title:"browser",browser:!0,env:{},argv:[],version:"",versions:{},on:b,addListener:A,once:S,off:D,removeListener:T,removeAllListeners:C,emit:O,binding:function(e){throw new Error("process.binding is not supported")},cwd:function(){return"/"},chdir:function(e){throw new Error("process.chdir is not supported")},umask:function(){return 0},hrtime:function(e){var t=.001*w.call(R),n=Math.floor(t),r=Math.floor(t%1*1e9);return e&&(n-=e[0],(r-=e[1])<0&&(n--,r+=1e9)),[n,r]},platform:"browser",release:{},config:{},uptime:function(){return(new Date-k)/1e3}},M={},F={get exports(){return M},set exports(e){M=e}};var N=function(e){return e},I=/([0-9]+)/;function L(e){return""+parseInt(e)==e?parseInt(e):e}var P=function(e,t){var n,r,i,o,a=(""+e).split(I).map(L),s=(""+t).split(I).map(L);for(i=0,o=Math.min(a.length,s.length);i<o;i++)if((n=a[i])!=(r=s[i]))return n>r?1:-1;return a.length>s.length?1:a.length==s.length?0:-1},B=P;function U(e,t){return B(e[1],t[1])}function V(e,t){return e[1]>t[1]?1:-1}var K,z=function(e,t){switch(t){case"natural":return e.sort(U);case"standard":return e.sort(V);case"none":case!1:return e}};function G(){if(void 0===K){var e=new ArrayBuffer(2),t=new Uint8Array(e),n=new Uint16Array(e);if(t[0]=1,t[1]=2,258===n[0])K="BE";else{if(513!==n[0])throw new Error("unable to figure out endianess");K="LE"}}return K}function H(){return void 0!==a.location?a.location.hostname:""}function X(){return[]}function W(){return 0}function q(){return Number.MAX_VALUE}function Y(){return Number.MAX_VALUE}function j(){return[]}function $(){return"Browser"}function Q(){return void 0!==a.navigator?a.navigator.appVersion:""}function Z(){return{}}function J(){return{}}function ee(){return"javascript"}function te(){return"browser"}function ne(){return"/tmp"}var re=ne;function ie(){return"$HOME"}var oe={homedir:ie,EOL:"\n",arch:ee,platform:te,tmpdir:re,tmpDir:ne,networkInterfaces:Z,getNetworkInterfaces:J,release:Q,type:$,cpus:j,totalmem:Y,freemem:q,uptime:W,loadavg:X,hostname:H,endianness:G};var ae=function e(t,n){var r,i,o,a={};for(r in t)o=t[r],Array.isArray(o)?a[r]=o.slice(0):a[r]="object"==typeof o&&null!==o?e(o,{}):o;for(i in n)o=n[i],i in a&&Array.isArray(o)?a[i]=o.slice(0):a[i]=i in a&&"object"==typeof o&&null!==o?e(a[i],o):o;return a},se=r(Object.freeze({__proto__:null,EOL:"\n",arch:ee,cpus:j,default:oe,endianness:G,freemem:q,getNetworkInterfaces:J,homedir:ie,hostname:H,loadavg:X,networkInterfaces:Z,platform:te,release:Q,tmpDir:ne,tmpdir:re,totalmem:Y,type:$,uptime:W})).EOL,ue=ae,le={AfterAtRule:"afterAtRule",AfterBlockBegins:"afterBlockBegins",AfterBlockEnds:"afterBlockEnds",AfterComment:"afterComment",AfterProperty:"afterProperty",AfterRuleBegins:"afterRuleBegins",AfterRuleEnds:"afterRuleEnds",BeforeBlockEnds:"beforeBlockEnds",BetweenSelectors:"betweenSelectors"},ce={CarriageReturnLineFeed:"\r\n",LineFeed:"\n",System:se},fe={Space:" ",Tab:"\t"},pe={AroundSelectorRelation:"aroundSelectorRelation",BeforeBlockBegins:"beforeBlockBegins",BeforeValue:"beforeValue"},de={breaks:Ae(!1),breakWith:ce.System,indentBy:0,indentWith:fe.Space,spaces:Se(!1),wrapAt:!1,semicolonAfterLastProperty:!1},he=";",me=":",ge=",",_e="=",Ee="false",ve="off",ye="true",be="on";function Ae(e){var t={};return t[le.AfterAtRule]=e,t[le.AfterBlockBegins]=e,t[le.AfterBlockEnds]=e,t[le.AfterComment]=e,t[le.AfterProperty]=e,t[le.AfterRuleBegins]=e,t[le.AfterRuleEnds]=e,t[le.BeforeBlockEnds]=e,t[le.BetweenSelectors]=e,t}function Se(e){var t={};return t[pe.AroundSelectorRelation]=e,t[pe.BeforeBlockBegins]=e,t[pe.BeforeValue]=e,t}function De(e){switch(e){case"windows":case"crlf":case ce.CarriageReturnLineFeed:return ce.CarriageReturnLineFeed;case"unix":case"lf":case ce.LineFeed:return ce.LineFeed;default:return se}}function Te(e){switch(e){case"space":return fe.Space;case"tab":return fe.Tab;default:return e}}function Ce(e){for(var t in le){var n=le[t],r=e.breaks[n];e.breaks[n]=!0===r?e.breakWith:!1===r?"":e.breakWith.repeat(parseInt(r))}return e}var Oe=le,Re=pe,we=function(e){return void 0!==e&&!1!==e&&("object"==typeof e&&"breakWith"in e&&(e=ue(e,{breakWith:De(e.breakWith)})),"object"==typeof e&&"indentBy"in e&&(e=ue(e,{indentBy:parseInt(e.indentBy)})),"object"==typeof e&&"indentWith"in e&&(e=ue(e,{indentWith:Te(e.indentWith)})),"object"==typeof e?Ce(ue(de,e)):"string"==typeof e&&"beautify"==e?Ce(ue(de,{breaks:Ae(!0),indentBy:2,spaces:Se(!0)})):"string"==typeof e&&"keep-breaks"==e?Ce(ue(de,{breaks:{afterAtRule:!0,afterBlockBegins:!0,afterBlockEnds:!0,afterComment:!0,afterRuleEnds:!0,beforeBlockEnds:!0}})):"string"==typeof e?Ce(ue(de,e.split(he).reduce((function(e,t){var n=t.split(me),r=n[0],i=n[1];return"breaks"==r||"spaces"==r?e[r]=function(e){return e.split(ge).reduce((function(e,t){var n=t.split(_e),r=n[0],i=n[1];return e[r]=function(e){switch(e){case Ee:case ve:return!1;case ye:case be:return!0;default:return e}}(i),e}),{})}(i):"indentBy"==r||"wrapAt"==r?e[r]=parseInt(i):"indentWith"==r?e[r]=Te(i):"breakWith"==r&&(e[r]=De(i)),e}),{}))):de)},ke={ASTERISK:"*",AT:"@",BACK_SLASH:"\\",CARRIAGE_RETURN:"\r",CLOSE_CURLY_BRACKET:"}",CLOSE_ROUND_BRACKET:")",CLOSE_SQUARE_BRACKET:"]",COLON:":",COMMA:",",DOUBLE_QUOTE:'"',EXCLAMATION:"!",FORWARD_SLASH:"/",INTERNAL:"-clean-css-",NEW_LINE_NIX:"\n",OPEN_CURLY_BRACKET:"{",OPEN_ROUND_BRACKET:"(",OPEN_SQUARE_BRACKET:"[",SEMICOLON:";",SINGLE_QUOTE:"'",SPACE:" ",TAB:"\t",UNDERSCORE:"_"};var xe=function(e){var t=e[0],n=e[1],r=e[2];return r?r+":"+t+":"+n:t+":"+n},Me=Re,Fe=ke,Ne=xe,Ie=/[\s"'][iI]\s*\]/,Le=/([\d\w])([iI])\]/g,Pe=/="([a-zA-Z][a-zA-Z\d\-_]+)"([iI])/g,Be=/="([a-zA-Z][a-zA-Z\d\-_]+)"(\s|\])/g,Ue=/^(?:(?:<!--|-->)\s*)+/,Ve=/='([a-zA-Z][a-zA-Z\d\-_]+)'([iI])/g,Ke=/='([a-zA-Z][a-zA-Z\d\-_]+)'(\s|\])/g,ze=/[>+~]/,Ge=/\s/,He="<",Xe=[":current",":future",":has",":host",":host-context",":is",":not",":past",":where"];function We(e){var t,n,r,i,o=!1,a=!1;for(r=0,i=e.length;r<i;r++){if(n=e[r],t);else if(n==Fe.SINGLE_QUOTE||n==Fe.DOUBLE_QUOTE)a=!a;else{if(!(a||n!=Fe.CLOSE_CURLY_BRACKET&&n!=Fe.EXCLAMATION&&n!=He&&n!=Fe.SEMICOLON)){o=!0;break}if(!a&&0===r&&ze.test(n)){o=!0;break}}t=n==Fe.BACK_SLASH}return o}function qe(e,t){var n,r,i,o,a,s,u,l,c,f,p,d,h,m,g=[],_=0,E=!1,v=!1,y=!1,b=Ie.test(e),A=t&&t.spaces[Me.AroundSelectorRelation];for(h=0,m=e.length;h<m;h++){if(r=(n=e[h])==Fe.NEW_LINE_NIX,i=n==Fe.NEW_LINE_NIX&&e[h-1]==Fe.CARRIAGE_RETURN,s=u||l,f=!c&&!o&&0===_&&ze.test(n),p=Ge.test(n),d=(1!=_||n!=Fe.CLOSE_ROUND_BRACKET)&&(d||0===_&&n==Fe.COLON&&Ye(e,h)),a&&s&&i)g.pop(),g.pop();else if(o&&s&&r)g.pop();else if(o)g.push(n);else if(n!=Fe.OPEN_SQUARE_BRACKET||s)if(n!=Fe.CLOSE_SQUARE_BRACKET||s)if(n!=Fe.OPEN_ROUND_BRACKET||s)if(n!=Fe.CLOSE_ROUND_BRACKET||s)if(n!=Fe.SINGLE_QUOTE||s)if(n!=Fe.DOUBLE_QUOTE||s)if(n==Fe.SINGLE_QUOTE&&s)g.push(n),u=!1;else if(n==Fe.DOUBLE_QUOTE&&s)g.push(n),l=!1;else{if(p&&v&&!A)continue;!p&&v&&A?(g.push(Fe.SPACE),g.push(n)):p&&!y&&E&&_>0&&d||(p&&!y&&_>0&&d?g.push(n):p&&(c||_>0)&&!s||p&&y&&!s||(i||r)&&(c||_>0)&&s||(f&&y&&!A?(g.pop(),g.push(n)):f&&!y&&A?(g.push(Fe.SPACE),g.push(n)):p?g.push(Fe.SPACE):g.push(n)))}else g.push(n),l=!0;else g.push(n),u=!0;else g.push(n),_--;else g.push(n),_++;else g.push(n),c=!1;else g.push(n),c=!0;a=o,o=n==Fe.BACK_SLASH,v=f,y=p,E=n==Fe.COMMA}return b?g.join("").replace(Le,"$1 $2]"):g.join("")}function Ye(e,t){var n=e.substring(t,e.indexOf(Fe.OPEN_ROUND_BRACKET,t));return Xe.indexOf(n)>-1}function je(e){return-1==e.indexOf("'")&&-1==e.indexOf('"')?e:e.replace(Ve,"=$1 $2").replace(Ke,"=$1$2").replace(Pe,"=$1 $2").replace(Be,"=$1$2")}function $e(e){return e.replace("nth-child(1)","first-child").replace("nth-of-type(1)","first-of-type").replace("nth-of-type(even)","nth-of-type(2n)").replace("nth-child(even)","nth-child(2n)").replace("nth-of-type(2n+1)","nth-of-type(odd)").replace("nth-child(2n+1)","nth-child(odd)").replace("nth-last-child(1)","last-child").replace("nth-last-of-type(1)","last-of-type").replace("nth-last-of-type(even)","nth-last-of-type(2n)").replace("nth-last-child(even)","nth-last-child(2n)").replace("nth-last-of-type(2n+1)","nth-last-of-type(odd)").replace("nth-last-child(2n+1)","nth-last-child(odd)")}var Qe=function(e,t,n,r,i){var o=[],a=[];function s(e,t){return i.push("HTML comment '"+t+"' at "+Ne(e[2][0])+". Removing."),""}for(var u=0,l=e.length;u<l;u++){var c=e[u],f=c[1];We(f=f.replace(Ue,s.bind(null,c)))?i.push("Invalid selector '"+c[1]+"' at "+Ne(c[2][0])+". Ignoring."):(f=je(f=qe(f,r)),n&&f.indexOf("nav")>0&&(f=f.replace(/\+nav(\S|$)/,"+ nav$1")),t&&f.indexOf("*+html ")>-1||t&&f.indexOf("*:first-child+html ")>-1||(f.indexOf("*")>-1&&(f=f.replace(/\*([:#.[])/g,"$1").replace(/^(:first-child)?\+html/,"*$1+html")),a.indexOf(f)>-1||(f=$e(f),c[1]=f,a.push(f),o.push(c))))}return 1==o.length&&0===o[0][1].length&&(i.push("Empty selector '"+o[0][1]+"' at "+Ne(o[0][2][0])+". Ignoring."),o=[]),o},Ze=/^@media\W/,Je=/^@(?:keyframes|-moz-keyframes|-o-keyframes|-webkit-keyframes)\W/;var et=function(e,t){var n,r,i;for(i=e.length-1;i>=0;i--)n=!t&&Ze.test(e[i][1]),r=Je.test(e[i][1]),e[i][1]=e[i][1].replace(/\n|\r\n/g," ").replace(/\s+/g," ").replace(/(,|:|\() /g,"$1").replace(/ \)/g,")"),r&&(e[i][1]=e[i][1].replace(/'([a-zA-Z][a-zA-Z\d\-_]+)'/,"$1").replace(/"([a-zA-Z][a-zA-Z\d\-_]+)"/,"$1")),n&&(e[i][1]=e[i][1].replace(/\) /g,")"));return e};var tt=function(e){return e.replace(/\s+/g," ").replace(/url\(\s+/g,"url(").replace(/\s+\)/g,")").trim()},nt={ASTERISK:"asterisk",BANG:"bang",BACKSLASH:"backslash",UNDERSCORE:"underscore"};var rt=function(e){for(var t=e.length-1;t>=0;t--){var n=e[t];n.unused&&n.all.splice(n.position,1)}},it=nt,ot=ke,at="*",st="\\",ut="!important",lt="_",ct="!ie";function ft(e){e.value[e.value.length-1][1]+=ut}function pt(e){e.hack[0]==it.UNDERSCORE?e.name=lt+e.name:e.hack[0]==it.ASTERISK?e.name=at+e.name:e.hack[0]==it.BACKSLASH?e.value[e.value.length-1][1]+=st+e.hack[1]:e.hack[0]==it.BANG&&(e.value[e.value.length-1][1]+=ot.SPACE+ct)}var dt=function(e,t){var n,r,i,o;for(o=e.length-1;o>=0;o--)(n=e[o]).dynamic&&n.important?ft(n):n.dynamic||n.unused||(n.dirty||n.important||n.hack)&&(n.optimizable&&t?(r=t(n),n.value=r):r=n.value,n.important&&ft(n),n.hack&&pt(n),"all"in n&&((i=n.all[n.position])[1][1]=n.name,i.splice(2,i.length-1),Array.prototype.push.apply(i,r)))},ht={AT_RULE:"at-rule",AT_RULE_BLOCK:"at-rule-block",AT_RULE_BLOCK_SCOPE:"at-rule-block-scope",COMMENT:"comment",NESTED_BLOCK:"nested-block",NESTED_BLOCK_SCOPE:"nested-block-scope",PROPERTY:"property",PROPERTY_BLOCK:"property-block",PROPERTY_NAME:"property-name",PROPERTY_VALUE:"property-value",RAW:"raw",RULE:"rule",RULE_SCOPE:"rule-scope"},mt=nt,gt=ke,_t=ht,Et={ASTERISK:"*",BACKSLASH:"\\",BANG:"!",BANG_SUFFIX_PATTERN:/!\w+$/,IMPORTANT_TOKEN:"!important",IMPORTANT_TOKEN_PATTERN:new RegExp("!important$","i"),IMPORTANT_WORD:"important",IMPORTANT_WORD_PATTERN:new RegExp("important$","i"),SUFFIX_BANG_PATTERN:/!$/,UNDERSCORE:"_",VARIABLE_REFERENCE_PATTERN:/var\(--.+\)$/};function vt(e){var t,n,r;for(t=2,n=e.length;t<n;t++)if((r=e[t])[0]==_t.PROPERTY_VALUE&&yt(r[1]))return!0;return!1}function yt(e){return Et.VARIABLE_REFERENCE_PATTERN.test(e)}function bt(e){var t,n,r;for(n=3,r=e.length;n<r;n++)if((t=e[n])[0]==_t.PROPERTY_VALUE&&(t[1]==gt.COMMA||t[1]==gt.FORWARD_SLASH))return!0;return!1}function At(e){var t=function(e){if(e.length<3)return!1;var t=e[e.length-1];return!!Et.IMPORTANT_TOKEN_PATTERN.test(t[1])||!(!Et.IMPORTANT_WORD_PATTERN.test(t[1])||!Et.SUFFIX_BANG_PATTERN.test(e[e.length-2][1]))}(e);t&&function(e){var t=e[e.length-1],n=e[e.length-2];Et.IMPORTANT_TOKEN_PATTERN.test(t[1])?t[1]=t[1].replace(Et.IMPORTANT_TOKEN_PATTERN,""):(t[1]=t[1].replace(Et.IMPORTANT_WORD_PATTERN,""),n[1]=n[1].replace(Et.SUFFIX_BANG_PATTERN,"")),0===t[1].length&&e.pop(),0===n[1].length&&e.pop()}(e);var n=function(e){var t=!1,n=e[1][1],r=e[e.length-1];return n[0]==Et.UNDERSCORE?t=[mt.UNDERSCORE]:n[0]==Et.ASTERISK?t=[mt.ASTERISK]:r[1][0]!=Et.BANG||r[1].match(Et.IMPORTANT_WORD_PATTERN)?r[1].indexOf(Et.BANG)>0&&!r[1].match(Et.IMPORTANT_WORD_PATTERN)&&Et.BANG_SUFFIX_PATTERN.test(r[1])?t=[mt.BANG]:r[1].indexOf(Et.BACKSLASH)>0&&r[1].indexOf(Et.BACKSLASH)==r[1].length-Et.BACKSLASH.length-1?t=[mt.BACKSLASH,r[1].substring(r[1].indexOf(Et.BACKSLASH)+1)]:0===r[1].indexOf(Et.BACKSLASH)&&2==r[1].length&&(t=[mt.BACKSLASH,r[1].substring(1)]):t=[mt.BANG],t}(e);return n[0]==mt.ASTERISK||n[0]==mt.UNDERSCORE?function(e){e[1][1]=e[1][1].substring(1)}(e):n[0]!=mt.BACKSLASH&&n[0]!=mt.BANG||function(e,t){var n=e[e.length-1];n[1]=n[1].substring(0,n[1].indexOf(t[0]==mt.BACKSLASH?Et.BACKSLASH:Et.BANG)).trim(),0===n[1].length&&e.pop()}(e,n),{block:e[2]&&e[2][0]==_t.PROPERTY_BLOCK,components:[],dirty:!1,dynamic:vt(e),hack:n,important:t,name:e[1][1],multiplex:e.length>3&&bt(e),optimizable:!0,position:0,shorthand:!1,unused:!1,value:e.slice(2)}}var St=function(e,t){var n,r,i,o=[];for(i=e.length-1;i>=0;i--)(r=e[i])[0]==_t.PROPERTY&&(t&&t.indexOf(r[1][1])>-1||((n=At(r)).all=e,n.position=i,o.unshift(n)));return o},Dt=At;function Tt(e){this.name="InvalidPropertyError",this.message=e,this.stack=(new Error).stack}Tt.prototype=Object.create(Error.prototype),Tt.prototype.constructor=Tt;var Ct=Tt,Ot=Ct,Rt=Dt,wt=ht,kt=ke,xt=xe;function Mt(e){var t,n;for(t=0,n=e.length;t<n;t++)if("inherit"==e[t][1])return!0;return!1}function Ft(e,t,n){var r=n[e];return r.doubleValues&&2==r.defaultValue.length?Rt([wt.PROPERTY,[wt.PROPERTY_NAME,e],[wt.PROPERTY_VALUE,r.defaultValue[0]],[wt.PROPERTY_VALUE,r.defaultValue[1]]]):r.doubleValues&&1==r.defaultValue.length?Rt([wt.PROPERTY,[wt.PROPERTY_NAME,e],[wt.PROPERTY_VALUE,r.defaultValue[0]]]):Rt([wt.PROPERTY,[wt.PROPERTY_NAME,e],[wt.PROPERTY_VALUE,r.defaultValue]])}function Nt(e,t){var n=t[e.name].components,r=[],i=e.value;if(i.length<1)return[];i.length<2&&(i[1]=i[0].slice(0)),i.length<3&&(i[2]=i[0].slice(0)),i.length<4&&(i[3]=i[1].slice(0));for(var o=n.length-1;o>=0;o--){var a=Rt([wt.PROPERTY,[wt.PROPERTY_NAME,n[o]]]);a.value=[i[o]],r.unshift(a)}return r}function It(e,t,n){for(var r,i,o,a=t[e.name],s=[Ft(a.components[0],0,t),Ft(a.components[1],0,t),Ft(a.components[2],0,t)],u=0;u<3;u++){var l=s[u];l.name.indexOf("color")>0?r=l:l.name.indexOf("style")>0?i=l:o=l}if(1==e.value.length&&"inherit"==e.value[0][1]||3==e.value.length&&"inherit"==e.value[0][1]&&"inherit"==e.value[1][1]&&"inherit"==e.value[2][1])return r.value=i.value=o.value=[e.value[0]],s;var c,f,p=e.value.slice(0);return p.length>0&&(f=p.filter(function(e){return function(t){return"inherit"!=t[1]&&(e.isWidth(t[1])||e.isUnit(t[1])||e.isDynamicUnit(t[1]))&&!e.isStyleKeyword(t[1])&&!e.isColorFunction(t[1])}}(n)),(c=f.length>1&&("none"==f[0][1]||"auto"==f[0][1])?f[1]:f[0])&&(o.value=[c],p.splice(p.indexOf(c),1))),p.length>0&&(c=p.filter(function(e){return function(t){return"inherit"!=t[1]&&e.isStyleKeyword(t[1])&&!e.isColorFunction(t[1])}}(n))[0],c&&(i.value=[c],p.splice(p.indexOf(c),1))),p.length>0&&(c=p.filter(function(e){return function(t){return"invert"==t[1]||e.isColor(t[1])||e.isPrefixed(t[1])}}(n))[0],c&&(r.value=[c],p.splice(p.indexOf(c),1))),s}var Lt={animation:function(e,t,n){var r,i,o,a=Ft(e.name+"-duration",0,t),s=Ft(e.name+"-timing-function",0,t),u=Ft(e.name+"-delay",0,t),l=Ft(e.name+"-iteration-count",0,t),c=Ft(e.name+"-direction",0,t),f=Ft(e.name+"-fill-mode",0,t),p=Ft(e.name+"-play-state",0,t),d=Ft(e.name+"-name",0,t),h=[a,s,u,l,c,f,p,d],m=e.value,g=!1,_=!1,E=!1,v=!1,y=!1,b=!1,A=!1,S=!1;if(1==e.value.length&&"inherit"==e.value[0][1])return a.value=s.value=u.value=l.value=c.value=f.value=p.value=d.value=e.value,h;if(m.length>1&&Mt(m))throw new Ot("Invalid animation values at "+xt(m[0][2][0])+". Ignoring.");for(i=0,o=m.length;i<o;i++)if(r=m[i],n.isTime(r[1])&&!g)a.value=[r],g=!0;else if(n.isTime(r[1])&&!E)u.value=[r],E=!0;else if(!n.isGlobal(r[1])&&!n.isTimingFunction(r[1])||_)if(!n.isAnimationIterationCountKeyword(r[1])&&!n.isPositiveNumber(r[1])||v)if(n.isAnimationDirectionKeyword(r[1])&&!y)c.value=[r],y=!0;else if(n.isAnimationFillModeKeyword(r[1])&&!b)f.value=[r],b=!0;else if(n.isAnimationPlayStateKeyword(r[1])&&!A)p.value=[r],A=!0;else{if(!n.isAnimationNameKeyword(r[1])&&!n.isIdentifier(r[1])||S)throw new Ot("Invalid animation value at "+xt(r[2][0])+". Ignoring.");d.value=[r],S=!0}else l.value=[r],v=!0;else s.value=[r],_=!0;return h},background:function(e,t,n){var r=Ft("background-image",0,t),i=Ft("background-position",0,t),o=Ft("background-size",0,t),a=Ft("background-repeat",0,t),s=Ft("background-attachment",0,t),u=Ft("background-origin",0,t),l=Ft("background-clip",0,t),c=Ft("background-color",0,t),f=[r,i,o,a,s,u,l,c],p=e.value,d=!1,h=!1,m=!1,g=!1,_=!1;if(1==e.value.length&&"inherit"==e.value[0][1])return c.value=r.value=a.value=i.value=o.value=u.value=l.value=e.value,f;if(1==e.value.length&&"0 0"==e.value[0][1])return f;for(var E=p.length-1;E>=0;E--){var v=p[E];if(n.isBackgroundAttachmentKeyword(v[1]))s.value=[v],_=!0;else if(n.isBackgroundClipKeyword(v[1])||n.isBackgroundOriginKeyword(v[1]))h?(u.value=[v],m=!0):(l.value=[v],h=!0),_=!0;else if(n.isBackgroundRepeatKeyword(v[1]))g?a.value.unshift(v):(a.value=[v],g=!0),_=!0;else if(n.isBackgroundPositionKeyword(v[1])||n.isBackgroundSizeKeyword(v[1])||n.isUnit(v[1])||n.isDynamicUnit(v[1])){if(E>0){var y=p[E-1];y[1]==kt.FORWARD_SLASH?o.value=[v]:E>1&&p[E-2][1]==kt.FORWARD_SLASH?(o.value=[y,v],E-=2):(d||(i.value=[]),i.value.unshift(v),d=!0)}else d||(i.value=[]),i.value.unshift(v),d=!0;_=!0}else c.value[0][1]!=t[c.name].defaultValue&&"none"!=c.value[0][1]||!n.isColor(v[1])&&!n.isPrefixed(v[1])?(n.isUrl(v[1])||n.isFunction(v[1]))&&(r.value=[v],_=!0):(c.value=[v],_=!0)}if(h&&!m&&(u.value=l.value.slice(0)),!_)throw new Ot("Invalid background value at "+xt(p[0][2][0])+". Ignoring.");return f},border:It,borderRadius:function(e,t){for(var n=e.value,r=-1,i=0,o=n.length;i<o;i++)if(n[i][1]==kt.FORWARD_SLASH){r=i;break}if(0===r||r===n.length-1)throw new Ot("Invalid border-radius value at "+xt(n[0][2][0])+". Ignoring.");var a=Ft(e.name,0,t);a.value=r>-1?n.slice(0,r):n.slice(0),a.components=Nt(a,t);var s=Ft(e.name,0,t);s.value=r>-1?n.slice(r+1):n.slice(0),s.components=Nt(s,t);for(var u=0;u<4;u++)a.components[u].multiplex=!0,a.components[u].value=a.components[u].value.concat(s.components[u].value);return a.components},font:function(e,t,n){var r,i,o,a,s=Ft("font-style",0,t),u=Ft("font-variant",0,t),l=Ft("font-weight",0,t),c=Ft("font-stretch",0,t),f=Ft("font-size",0,t),p=Ft("line-height",0,t),d=Ft("font-family",0,t),h=[s,u,l,c,f,p,d],m=e.value,g=0,_=!1,E=!1,v=!1,y=!1,b=!1;if(!m[g])throw new Ot("Missing font values at "+xt(e.all[e.position][1][2][0])+". Ignoring.");if(1==m.length&&"inherit"==m[0][1])return s.value=u.value=l.value=c.value=f.value=p.value=d.value=m,h;if(1==m.length&&(n.isFontKeyword(m[0][1])||n.isGlobal(m[0][1])||n.isPrefixed(m[0][1])))return m[0][1]=kt.INTERNAL+m[0][1],s.value=u.value=l.value=c.value=f.value=p.value=d.value=m,h;if(m.length<2||!function(e,t){var n,r,i;for(r=0,i=e.length;r<i;r++)if(n=e[r],t.isFontSizeKeyword(n[1])||t.isUnit(n[1])&&!t.isDynamicUnit(n[1])||t.isFunction(n[1]))return!0;return!1}(m,n)||!function(e,t){var n,r,i;for(r=0,i=e.length;r<i;r++)if(n=e[r],t.isIdentifier(n[1])||t.isQuotedText(n[1]))return!0;return!1}(m,n))throw new Ot("Invalid font values at "+xt(e.all[e.position][1][2][0])+". Ignoring.");if(m.length>1&&Mt(m))throw new Ot("Invalid font values at "+xt(m[0][2][0])+". Ignoring.");for(;g<4;){if(r=n.isFontStretchKeyword(m[g][1])||n.isGlobal(m[g][1]),i=n.isFontStyleKeyword(m[g][1])||n.isGlobal(m[g][1]),o=n.isFontVariantKeyword(m[g][1])||n.isGlobal(m[g][1]),a=n.isFontWeightKeyword(m[g][1])||n.isGlobal(m[g][1]),i&&!E)s.value=[m[g]],E=!0;else if(o&&!v)u.value=[m[g]],v=!0;else if(a&&!y)l.value=[m[g]],y=!0;else{if(!r||_){if(i&&E||o&&v||a&&y||r&&_)throw new Ot("Invalid font style / variant / weight / stretch value at "+xt(m[0][2][0])+". Ignoring.");break}c.value=[m[g]],_=!0}g++}if(!(n.isFontSizeKeyword(m[g][1])||n.isUnit(m[g][1])&&!n.isDynamicUnit(m[g][1])))throw new Ot("Missing font size at "+xt(m[0][2][0])+". Ignoring.");if(f.value=[m[g]],!m[++g])throw new Ot("Missing font family at "+xt(m[0][2][0])+". Ignoring.");for(m[g]&&m[g][1]==kt.FORWARD_SLASH&&m[g+1]&&(n.isLineHeightKeyword(m[g+1][1])||n.isUnit(m[g+1][1])||n.isNumber(m[g+1][1]))&&(p.value=[m[g+1]],g++,g++),d.value=[];m[g];)m[g][1]==kt.COMMA?b=!1:(b?d.value[d.value.length-1][1]+=kt.SPACE+m[g][1]:d.value.push(m[g]),b=!0),g++;if(0===d.value.length)throw new Ot("Missing font family at "+xt(m[0][2][0])+". Ignoring.");return h},fourValues:Nt,listStyle:function(e,t,n){var r=Ft("list-style-type",0,t),i=Ft("list-style-position",0,t),o=Ft("list-style-image",0,t),a=[r,i,o];if(1==e.value.length&&"inherit"==e.value[0][1])return r.value=i.value=o.value=[e.value[0]],a;var s=e.value.slice(0),u=s.length,l=0;for(l=0,u=s.length;l<u;l++)if(n.isUrl(s[l][1])||"0"==s[l][1]){o.value=[s[l]],s.splice(l,1);break}for(l=0,u=s.length;l<u;l++)if(n.isListStylePositionKeyword(s[l][1])){i.value=[s[l]],s.splice(l,1);break}return s.length>0&&(n.isListStyleTypeKeyword(s[0][1])||n.isIdentifier(s[0][1]))&&(r.value=[s[0]]),a},multiplex:function(e){return function(t,n,r){var i,o,a,s,u=[],l=t.value;for(i=0,a=l.length;i<a;i++)","==l[i][1]&&u.push(i);if(0===u.length)return e(t,n,r);var c=[];for(i=0,a=u.length;i<=a;i++){var f=0===i?0:u[i-1]+1,p=i<a?u[i]:l.length,d=Ft(t.name,0,n);d.value=l.slice(f,p),d.value.length>0&&c.push(e(d,n,r))}var h=c[0];for(i=0,a=h.length;i<a;i++)for(h[i].multiplex=!0,o=1,s=c.length;o<s;o++)h[i].value.push([wt.PROPERTY_VALUE,kt.COMMA]),Array.prototype.push.apply(h[i].value,c[o][i].value);return h}},outline:It,transition:function(e,t,n){var r,i,o,a=Ft(e.name+"-property",0,t),s=Ft(e.name+"-duration",0,t),u=Ft(e.name+"-timing-function",0,t),l=Ft(e.name+"-delay",0,t),c=[a,s,u,l],f=e.value,p=!1,d=!1,h=!1,m=!1;if(1==e.value.length&&"inherit"==e.value[0][1])return a.value=s.value=u.value=l.value=e.value,c;if(f.length>1&&Mt(f))throw new Ot("Invalid animation values at "+xt(f[0][2][0])+". Ignoring.");for(i=0,o=f.length;i<o;i++)if(r=f[i],n.isTime(r[1])&&!p)s.value=[r],p=!0;else if(n.isTime(r[1])&&!d)l.value=[r],d=!0;else if(!n.isGlobal(r[1])&&!n.isTimingFunction(r[1])||m){if(!n.isIdentifier(r[1])||h)throw new Ot("Invalid animation value at "+xt(r[2][0])+". Ignoring.");a.value=[r],h=!0}else u.value=[r],m=!0;return c}},Pt=/(?:^|\W)(-\w+-)/g;function Bt(e){for(var t,n=[];null!==(t=Pt.exec(e));)-1==n.indexOf(t[0])&&n.push(t[0]);return n}var Ut=function(e,t){return Bt(e).sort().join(",")==Bt(t).sort().join(",")},Vt=Ut;var Kt=function(e,t,n,r,i){return!!Vt(t,n)&&(!i||e.isVariable(t)===e.isVariable(n))},zt=Kt;function Gt(e,t,n){if(!e.isFunction(t)||!e.isFunction(n))return!1;var r=t.substring(0,t.indexOf("(")),i=n.substring(0,n.indexOf("(")),o=t.substring(r.length+1,t.length-1),a=n.substring(i.length+1,n.length-1);return e.isFunction(o)||e.isFunction(a)?r===i&&Gt(e,o,a):r===i}function Ht(e){return function(t,n,r){return!(!zt(t,n,r,0,!0)&&!t.isKeyword(e)(r))&&(!(!t.isVariable(n)||!t.isVariable(r))||t.isKeyword(e)(r))}}function Xt(e){return function(t,n,r){return!!(zt(t,n,r,0,!0)||t.isKeyword(e)(r)||t.isGlobal(r))&&(!(!t.isVariable(n)||!t.isVariable(r))||(t.isKeyword(e)(r)||t.isGlobal(r)))}}function Wt(e,t,n){return!!Gt(e,t,n)||t===n}function qt(e,t,n){return!(!zt(e,t,n,0,!0)&&!e.isUnit(n))&&(!(!e.isVariable(t)||!e.isVariable(n))||!(e.isUnit(t)&&!e.isUnit(n))&&(!!e.isUnit(n)||!e.isUnit(t)&&(!(!e.isFunction(t)||e.isPrefixed(t)||!e.isFunction(n)||e.isPrefixed(n))||Wt(e,t,n))))}function Yt(e){var t=Xt(e);return function(e,n,r){return qt(e,n,r)||t(e,n,r)}}var jt={generic:{color:function(e,t,n){return!(!zt(e,t,n,0,!0)&&!e.isColor(n))&&(!(!e.isVariable(t)||!e.isVariable(n))||!(!e.colorOpacity&&(e.isRgbColor(t)||e.isHslColor(t)))&&(!(!e.colorOpacity&&(e.isRgbColor(n)||e.isHslColor(n)))&&(!(!e.colorHexAlpha&&(e.isHexAlphaColor(t)||e.isHexAlphaColor(n)))&&(!(!e.isColor(t)||!e.isColor(n))||Wt(e,t,n)))))},components:function(e){return function(t,n,r,i){return e[i](t,n,r)}},image:function(e,t,n){return!(!zt(e,t,n,0,!0)&&!e.isImage(n))&&(!(!e.isVariable(t)||!e.isVariable(n))||(!!e.isImage(n)||!e.isImage(t)&&Wt(e,t,n)))},propertyName:function(e,t,n){return!(!zt(e,t,n,0,!0)&&!e.isIdentifier(n))&&(!(!e.isVariable(t)||!e.isVariable(n))||e.isIdentifier(n))},time:function(e,t,n){return!(!zt(e,t,n,0,!0)&&!e.isTime(n))&&(!(!e.isVariable(t)||!e.isVariable(n))||!(e.isTime(t)&&!e.isTime(n))&&(!!e.isTime(n)||!e.isTime(t)&&(!(!e.isFunction(t)||e.isPrefixed(t)||!e.isFunction(n)||e.isPrefixed(n))||Wt(e,t,n))))},timingFunction:function(e,t,n){return!!(zt(e,t,n,0,!0)||e.isTimingFunction(n)||e.isGlobal(n))&&(!(!e.isVariable(t)||!e.isVariable(n))||(e.isTimingFunction(n)||e.isGlobal(n)))},unit:qt,unitOrNumber:function(e,t,n){return!!(zt(e,t,n,0,!0)||e.isUnit(n)||e.isNumber(n))&&(!(!e.isVariable(t)||!e.isVariable(n))||!((e.isUnit(t)||e.isNumber(t))&&!e.isUnit(n)&&!e.isNumber(n))&&(!(!e.isUnit(n)&&!e.isNumber(n))||!e.isUnit(t)&&!e.isNumber(t)&&(!(!e.isFunction(t)||e.isPrefixed(t)||!e.isFunction(n)||e.isPrefixed(n))||Wt(e,t,n))))}},property:{animationDirection:Xt("animation-direction"),animationFillMode:Ht("animation-fill-mode"),animationIterationCount:function(e,t,n){return!!(zt(e,t,n,0,!0)||e.isAnimationIterationCountKeyword(n)||e.isPositiveNumber(n))&&(!(!e.isVariable(t)||!e.isVariable(n))||(e.isAnimationIterationCountKeyword(n)||e.isPositiveNumber(n)))},animationName:function(e,t,n){return!!(zt(e,t,n,0,!0)||e.isAnimationNameKeyword(n)||e.isIdentifier(n))&&(!(!e.isVariable(t)||!e.isVariable(n))||(e.isAnimationNameKeyword(n)||e.isIdentifier(n)))},animationPlayState:Xt("animation-play-state"),backgroundAttachment:Ht("background-attachment"),backgroundClip:Xt("background-clip"),backgroundOrigin:Ht("background-origin"),backgroundPosition:function(e,t,n){return!!(zt(e,t,n,0,!0)||e.isBackgroundPositionKeyword(n)||e.isGlobal(n))&&(!(!e.isVariable(t)||!e.isVariable(n))||(!(!e.isBackgroundPositionKeyword(n)&&!e.isGlobal(n))||qt(e,t,n)))},backgroundRepeat:Ht("background-repeat"),backgroundSize:function(e,t,n){return!!(zt(e,t,n,0,!0)||e.isBackgroundSizeKeyword(n)||e.isGlobal(n))&&(!(!e.isVariable(t)||!e.isVariable(n))||(!(!e.isBackgroundSizeKeyword(n)&&!e.isGlobal(n))||qt(e,t,n)))},bottom:Yt("bottom"),borderCollapse:Ht("border-collapse"),borderStyle:Xt("*-style"),clear:Xt("clear"),cursor:Xt("cursor"),display:Xt("display"),float:Xt("float"),left:Yt("left"),fontFamily:function(e,t,n){return zt(e,t,n,0,!0)},fontStretch:Xt("font-stretch"),fontStyle:Xt("font-style"),fontVariant:Xt("font-variant"),fontWeight:Xt("font-weight"),listStyleType:Xt("list-style-type"),listStylePosition:Xt("list-style-position"),outlineStyle:Xt("*-style"),overflow:Xt("overflow"),position:Xt("position"),right:Yt("right"),textAlign:Xt("text-align"),textDecoration:Xt("text-decoration"),textOverflow:Xt("text-overflow"),textShadow:function(e,t,n){return!!(zt(e,t,n,0,!0)||e.isUnit(n)||e.isColor(n)||e.isGlobal(n))&&(!(!e.isVariable(t)||!e.isVariable(n))||(e.isUnit(n)||e.isColor(n)||e.isGlobal(n)))},top:Yt("top"),transform:Wt,verticalAlign:Yt("vertical-align"),visibility:Xt("visibility"),whiteSpace:Xt("white-space"),zIndex:function(e,t,n){return!(!zt(e,t,n,0,!0)&&!e.isZIndex(n))&&(!(!e.isVariable(t)||!e.isVariable(n))||e.isZIndex(n))}}},$t=Dt,Qt=ht;function Zt(e){var t=$t([Qt.PROPERTY,[Qt.PROPERTY_NAME,e.name]]);return t.important=e.important,t.hack=e.hack,t.unused=!1,t}var Jt=function(e){for(var t=Zt(e),n=e.components.length-1;n>=0;n--){var r=Zt(e.components[n]);r.value=e.components[n].value.slice(0),t.components.unshift(r)}return t.dirty=!0,t.value=e.value.slice(0),t},en=Zt,tn=en,nn=ht,rn=ke;function on(e){for(var t=0,n=e.length;t<n;t++){var r=e[t][1];if("inherit"!=r&&r!=rn.COMMA&&r!=rn.FORWARD_SLASH)return!1}return!0}function an(e){var t=e.components,n=t[0].value[0],r=t[1].value[0],i=t[2].value[0],o=t[3].value[0];return n[1]==r[1]&&n[1]==i[1]&&n[1]==o[1]?[n]:n[1]==i[1]&&r[1]==o[1]?[n,r]:r[1]==o[1]?[n,r,i]:[n,r,i,o]}function sn(e,t,n){var r,i,o;for(i=0,o=e.length;i<o;i++)if((r=e[i]).name==n&&r.value[0][1]==t[n].defaultValue)return!0;return!1}var un={background:function(e,t,n){var r,i,o=e.components,a=[];function s(e){Array.prototype.unshift.apply(a,e.value)}function u(e){var n=t[e.name];return n.doubleValues&&1==n.defaultValue.length?e.value[0][1]==n.defaultValue[0]&&(!e.value[1]||e.value[1][1]==n.defaultValue[0]):n.doubleValues&&1!=n.defaultValue.length?e.value[0][1]==n.defaultValue[0]&&(e.value[1]?e.value[1][1]:e.value[0][1])==n.defaultValue[1]:e.value[0][1]==n.defaultValue}for(var l=o.length-1;l>=0;l--){var c=o[l],f=u(c);if("background-clip"==c.name){var p=o[l-1],d=u(p);i=!(r=c.value[0][1]==p.value[0][1])&&(d&&!f||!d&&!f||!d&&f&&c.value[0][1]!=p.value[0][1]),r?s(p):i&&(s(c),s(p)),l--}else if("background-size"==c.name){var h=o[l-1],m=u(h);i=!(r=!m&&f)&&(m&&!f||!m&&!f),r?s(h):i?(s(c),a.unshift([nn.PROPERTY_VALUE,rn.FORWARD_SLASH]),s(h)):1==h.value.length&&s(h),l--}else{if(f||t[c.name].multiplexLastOnly&&!n)continue;s(c)}}return 0===a.length&&1==e.value.length&&"0"==e.value[0][1]&&a.push(e.value[0]),0===a.length&&a.push([nn.PROPERTY_VALUE,t[e.name].defaultValue]),on(a)?[a[0]]:a},borderRadius:function(e){if(e.multiplex){for(var t=tn(e),n=tn(e),r=0;r<4;r++){var i=e.components[r],o=tn(e);o.value=[i.value[0]],t.components.push(o);var a=tn(e);a.value=[i.value[1]||i.value[0]],n.components.push(a)}var s=an(t),u=an(n);return s.length!=u.length||s[0][1]!=u[0][1]||s.length>1&&s[1][1]!=u[1][1]||s.length>2&&s[2][1]!=u[2][1]||s.length>3&&s[3][1]!=u[3][1]?s.concat([[nn.PROPERTY_VALUE,rn.FORWARD_SLASH]]).concat(u):s}return an(e)},font:function(e,t){var n,r=e.components,i=[],o=0,a=0;if(0===e.value[0][1].indexOf(rn.INTERNAL))return e.value[0][1]=e.value[0][1].substring(rn.INTERNAL.length),e.value;for(;o<4;)(n=r[o]).value[0][1]!=t[n.name].defaultValue&&Array.prototype.push.apply(i,n.value),o++;for(Array.prototype.push.apply(i,r[o].value),r[++o].value[0][1]!=t[r[o].name].defaultValue&&(Array.prototype.push.apply(i,[[nn.PROPERTY_VALUE,rn.FORWARD_SLASH]]),Array.prototype.push.apply(i,r[o].value)),o++;r[o].value[a];)i.push(r[o].value[a]),r[o].value[a+1]&&i.push([nn.PROPERTY_VALUE,rn.COMMA]),a++;return on(i)?[i[0]]:i},fourValues:an,multiplex:function(e){return function(t,n){if(!t.multiplex)return e(t,n,!0);var r,i,o=0,a=[],s={};for(r=0,i=t.components[0].value.length;r<i;r++)t.components[0].value[r][1]==rn.COMMA&&o++;for(r=0;r<=o;r++){for(var u=tn(t),l=0,c=t.components.length;l<c;l++){var f=t.components[l],p=tn(f);u.components.push(p);for(var d=s[p.name]||0,h=f.value.length;d<h;d++){if(f.value[d][1]==rn.COMMA){s[p.name]=d+1;break}p.value.push(f.value[d])}}var m=e(u,n,r==o);Array.prototype.push.apply(a,m),r<o&&a.push([nn.PROPERTY_VALUE,rn.COMMA])}return a}},withoutDefaults:function(e,t){for(var n=e.components,r=[],i=n.length-1;i>=0;i--){var o=n[i],a=t[o.name];(o.value[0][1]!=a.defaultValue||"keepUnlessDefault"in a&&!sn(n,t,a.keepUnlessDefault))&&r.unshift(o.value[0])}return 0===r.length&&r.push([nn.PROPERTY_VALUE,t[e.name].defaultValue]),on(r)?[r[0]]:r}},ln=ae,cn=/^\d+$/,fn=["*","all"],pn="off",dn=",",hn="=";function mn(e){return{ch:e,cm:e,em:e,ex:e,in:e,mm:e,pc:e,pt:e,px:e,q:e,rem:e,vh:e,vmax:e,vmin:e,vw:e,"%":e}}var gn=pn,_n=function(e){return ln(mn(pn),function(e){if(null==e)return{};if("boolean"==typeof e)return{};if("number"==typeof e&&-1==e)return mn(pn);if("number"==typeof e)return mn(e);if("string"==typeof e&&cn.test(e))return mn(parseInt(e));if("string"==typeof e&&e==pn)return mn(pn);if("object"==typeof e)return e;return e.split(dn).reduce((function(e,t){var n=t.split(hn),r=n[0],i=parseInt(n[1]);return(Number.isNaN(i)||-1==i)&&(i=pn),fn.indexOf(r)>-1?e=ln(e,mn(i)):e[r]=i,e}),{})}(e))},En=_n,vn=ae,yn={Zero:"0",One:"1",Two:"2"},bn={};bn[yn.Zero]={},bn[yn.One]={cleanupCharsets:!0,normalizeUrls:!0,optimizeBackground:!0,optimizeBorderRadius:!0,optimizeFilter:!0,optimizeFontWeight:!0,optimizeOutline:!0,removeEmpty:!0,removeNegativePaddings:!0,removeQuotes:!0,removeWhitespace:!0,replaceMultipleZeros:!0,replaceTimeUnits:!0,replaceZeroUnits:!0,roundingPrecision:En(void 0),selectorsSortingMethod:"standard",specialComments:"all",tidyAtRules:!0,tidyBlockScopes:!0,tidySelectors:!0,variableValueOptimizers:[]},bn[yn.Two]={mergeAdjacentRules:!0,mergeIntoShorthands:!0,mergeMedia:!0,mergeNonAdjacentRules:!0,mergeSemantically:!1,overrideProperties:!0,removeEmpty:!0,reduceNonAdjacentRules:!0,removeDuplicateFontRules:!0,removeDuplicateMediaBlocks:!0,removeDuplicateRules:!0,removeUnusedAtRules:!1,restructureRules:!1,skipProperties:[]};var An="*",Sn="all",Dn="false",Tn="off",Cn="true",On="on",Rn=";",wn=":";function kn(e,t){var n,r=vn(bn[e],{});for(n in r)"boolean"==typeof r[n]&&(r[n]=t);return r}function xn(e){switch(e){case Dn:case Tn:return!1;case Cn:case On:return!0;default:return e}}function Mn(e,t){return e.split(Rn).reduce((function(e,n){var r=n.split(wn),i=r[0],o=xn(r[1]);return An==i||Sn==i?e=vn(e,kn(t,o)):e[i]=o,e}),{})}var Fn=yn,Nn=function(e){var t=vn(bn,{}),n=yn.Zero,r=yn.One,i=yn.Two;return void 0===e?(delete t[i],t):("string"==typeof e&&(e=parseInt(e)),"number"==typeof e&&e===parseInt(i)?t:"number"==typeof e&&e===parseInt(r)?(delete t[i],t):"number"==typeof e&&e===parseInt(n)?(delete t[i],delete t[r],t):("object"==typeof e&&(e=function(e){var t,n,r=vn(e,{});for(n=0;n<=2;n++)!((t=""+n)in r)||void 0!==r[t]&&!1!==r[t]||delete r[t],t in r&&!0===r[t]&&(r[t]={}),t in r&&"string"==typeof r[t]&&(r[t]=Mn(r[t],t));return r}(e)),r in e&&"roundingPrecision"in e[r]&&(e[r].roundingPrecision=En(e[r].roundingPrecision)),i in e&&"skipProperties"in e[i]&&"string"==typeof e[i].skipProperties&&(e[i].skipProperties=e[i].skipProperties.split(",")),(n in e||r in e||i in e)&&(t[n]=vn(t[n],e[n])),r in e&&An in e[r]&&(t[r]=vn(t[r],kn(r,xn(e[r][An]))),delete e[r][An]),r in e&&Sn in e[r]&&(t[r]=vn(t[r],kn(r,xn(e[r][Sn]))),delete e[r][Sn]),r in e||i in e?t[r]=vn(t[r],e[r]):delete t[r],i in e&&An in e[i]&&(t[i]=vn(t[i],kn(i,xn(e[i][An]))),delete e[i][An]),i in e&&Sn in e[i]&&(t[i]=vn(t[i],kn(i,xn(e[i][Sn]))),delete e[i][Sn]),i in e?t[i]=vn(t[i],e[i]):delete t[i],t))},In=Fn,Ln={level1:{property:function(e,t,n){var r=t.value;n.level[In.One].optimizeBackground&&(1==r.length&&"none"==r[0][1]&&(r[0][1]="0 0"),1==r.length&&"transparent"==r[0][1]&&(r[0][1]="0 0"))}}},Pn={level1:{property:function(e,t){var n=t.value;4==n.length&&"0"===n[0][1]&&"0"===n[1][1]&&"0"===n[2][1]&&"0"===n[3][1]&&(t.value.splice(2),t.dirty=!0)}}},Bn=Fn,Un={level1:{property:function(e,t,n){var r=t.value;n.level[Bn.One].optimizeBorderRadius&&(3==r.length&&"/"==r[1][1]&&r[0][1]==r[2][1]?(t.value.splice(1),t.dirty=!0):5==r.length&&"/"==r[2][1]&&r[0][1]==r[3][1]&&r[1][1]==r[4][1]?(t.value.splice(2),t.dirty=!0):7==r.length&&"/"==r[3][1]&&r[0][1]==r[4][1]&&r[1][1]==r[5][1]&&r[2][1]==r[6][1]?(t.value.splice(3),t.dirty=!0):9==r.length&&"/"==r[4][1]&&r[0][1]==r[5][1]&&r[1][1]==r[6][1]&&r[2][1]==r[7][1]&&r[3][1]==r[8][1]&&(t.value.splice(4),t.dirty=!0))}}},Vn=Un,Kn=Fn,zn=/progid:DXImageTransform\.Microsoft\.(Alpha|Chroma)(\W)/,Gn=/,(\S)/g,Hn=/ ?= ?/g,Xn={level1:{property:function(e,t,n){n.compatibility.properties.ieFilters&&n.level[Kn.One].optimizeFilter&&(1==t.value.length&&(t.value[0][1]=t.value[0][1].replace(zn,(function(e,t,n){return t.toLowerCase()+n}))),t.value[0][1]=t.value[0][1].replace(Gn,", $1").replace(Hn,"="))}}},Wn=Xn,qn=Fn,Yn={level1:{property:function(e,t,n){var r=t.value[0][1];n.level[qn.One].optimizeFontWeight&&("normal"==r?r="400":"bold"==r&&(r="700"),t.value[0][1]=r)}}},jn=Yn,$n=Fn,Qn={level1:{property:function(e,t,n){var r=t.value;n.level[$n.One].replaceMultipleZeros&&4==r.length&&"0"===r[0][1]&&"0"===r[1][1]&&"0"===r[2][1]&&"0"===r[3][1]&&(t.value.splice(1),t.dirty=!0)}}},Zn=Qn,Jn=Fn,er={level1:{property:function(e,t,n){var r=t.value;n.level[Jn.One].optimizeOutline&&1==r.length&&"none"==r[0][1]&&(r[0][1]="0")}}},tr=er,nr=Fn;function rr(e){return e&&"-"==e[1][0]&&parseFloat(e[1])<0}var ir={level1:{property:function(e,t,n){var r=t.value;4==r.length&&"0"===r[0][1]&&"0"===r[1][1]&&"0"===r[2][1]&&"0"===r[3][1]&&(t.value.splice(1),t.dirty=!0),n.level[nr.One].removeNegativePaddings&&(rr(t.value[0])||rr(t.value[1])||rr(t.value[2])||rr(t.value[3]))&&(t.unused=!0)}}},or=ir,ar={background:Ln.level1.property,boxShadow:Pn.level1.property,borderRadius:Vn.level1.property,filter:Wn.level1.property,fontWeight:jn.level1.property,margin:Zn.level1.property,outline:tr.level1.property,padding:or.level1.property},sr={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#0ff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000",blanchedalmond:"#ffebcd",blue:"#00f",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#0ff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#f0f",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#0f0",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#663399",red:"#f00",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#fff",whitesmoke:"#f5f5f5",yellow:"#ff0",yellowgreen:"#9acd32"},ur={},lr={};for(var cr in sr){var fr=sr[cr];cr.length<fr.length?lr[fr]=cr:ur[cr]=fr}var pr=new RegExp("(^| |,|\\))("+Object.keys(ur).join("|")+")( |,|\\)|$)","ig"),dr=new RegExp("("+Object.keys(lr).join("|")+")([^a-f0-9]|$)","ig");function hr(e,t,n,r){return t+ur[n.toLowerCase()]+r}function mr(e,t,n){return lr[t.toLowerCase()]+n}var gr=function(e){var t=e.indexOf("#")>-1,n=e.replace(pr,hr);return n!=e&&(n=n.replace(pr,hr)),t?n.replace(dr,mr):n};function _r(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+6*(t-e)*n:n<.5?t:n<2/3?e+(t-e)*(2/3-n)*6:e}var Er=ke;function vr(e,t,n){return n?t.test(e):e===t}var yr=function(e,t){var n,r=Er.OPEN_ROUND_BRACKET,i=Er.CLOSE_ROUND_BRACKET,o=0,a=0,s=0,u=e.length,l=[],c="object"==typeof t&&"exec"in t;if(!c&&-1==e.indexOf(t))return[e];if(-1==e.indexOf(r))return e.split(t);for(;a<u;)e[a]==r?o++:e[a]==i&&o--,0===o&&a>0&&a+1<u&&vr(e[a],t,c)&&(l.push(e.substring(s,a)),c&&t.exec(e[a]).length>1&&l.push(e[a]),s=a+1),a++;return s<a+1&&(vr((n=e.substring(s))[n.length-1],t,c)&&(n=n.substring(0,n.length-1)),l.push(n)),l},br=gr,Ar=function(e,t,n){var r=function(e,t,n){var r,i,o;if((e%=360)<0&&(e+=360),e=~~e/360,t<0?t=0:t>100&&(t=100),n<0?n=0:n>100&&(n=100),n=~~n/100,0==(t=~~t/100))r=i=o=n;else{var a=n<.5?n*(1+t):n+t-n*t,s=2*n-a;r=_r(s,a,e+1/3),i=_r(s,a,e),o=_r(s,a,e-1/3)}return[~~(255*r),~~(255*i),~~(255*o)]}(e,t,n),i=r[0].toString(16),o=r[1].toString(16),a=r[2].toString(16);return"#"+(1==i.length?"0":"")+i+(1==o.length?"0":"")+o+(1==a.length?"0":"")+a},Sr=function(e,t,n){return"#"+("00000"+(Math.max(0,Math.min(parseInt(e),255))<<16|Math.max(0,Math.min(parseInt(t),255))<<8|Math.max(0,Math.min(parseInt(n),255))).toString(16)).slice(-6)},Dr=yr,Tr=/(rgb|rgba|hsl|hsla)\(([^()]+)\)/gi,Cr=/#|rgb|hsl/gi,Or=/(^|[^='"])#([0-9a-f]{6})/gi,Rr=/(^|[^='"])#([0-9a-f]{3})/gi,wr=/[0-9a-f]/i,kr=/hsl\((-?\d+),(-?\d+)%?,(-?\d+)%?\)/gi,xr=/(rgb|hsl)a?\((-?\d+),(-?\d+%?),(-?\d+%?),(0*[1-9]+[0-9]*(\.?\d*)?)\)/gi,Mr=/rgb\((-?\d+),(-?\d+),(-?\d+)\)/gi,Fr=/(?:rgba|hsla)\(0,0%?,0%?,0\)/g,Nr={level1:{value:function(e,t,n){return n.compatibility.properties.colors?t.match(Cr)?(t=t.replace(xr,(function(e,t,n,r,i,o){return parseInt(o)>=1?t+"("+[n,r,i].join(",")+")":e})).replace(Mr,(function(e,t,n,r){return Sr(t,n,r)})).replace(kr,(function(e,t,n,r){return Ar(t,n,r)})).replace(Or,(function(e,t,n,r,i){var o=i[r+e.length];return o&&wr.test(o)?e:n[0]==n[1]&&n[2]==n[3]&&n[4]==n[5]?(t+"#"+n[0]+n[2]+n[4]).toLowerCase():(t+"#"+n).toLowerCase()})).replace(Rr,(function(e,t,n){return t+"#"+n.toLowerCase()})).replace(Tr,(function(e,t,n){var r=n.split(","),i=t&&t.toLowerCase();return"hsl"==i&&3==r.length||"hsla"==i&&4==r.length||"rgb"==i&&3===r.length&&n.indexOf("%")>0||"rgba"==i&&4==r.length&&r[0].indexOf("%")>0?(-1==r[1].indexOf("%")&&(r[1]+="%"),-1==r[2].indexOf("%")&&(r[2]+="%"),t+"("+r.join(",")+")"):e})),n.compatibility.colors.opacity&&-1==e.indexOf("background")&&(t=t.replace(Fr,(function(e){return Dr(t,",").pop().indexOf("gradient(")>-1?e:"transparent"}))),br(t)):br(t):t}}},Ir=/\(0deg\)/g,Lr={level1:{value:function(e,t,n){return n.compatibility.properties.zeroUnits?-1==t.indexOf("0deg")?t:t.replace(Ir,"(0)"):t}}},Pr=Lr,Br=/^url\(/i;var Ur=function(e){return Br.test(e)},Vr=yr,Kr=Ur,zr=Fn,Gr=/^expression\(.*\)$/,Hr=/^(-(?:moz|ms|o|webkit)-[a-z-]+|[a-z-]+)\((.+)\)$/,Xr=/([\s,/])/,Wr=/(^|\D)\.0+(\D|$)/g,qr=/\.([1-9]*)0+(\D|$)/g,Yr=/(^|\D)0\.(\d)/g,jr=/([^\w\d-]|^)-0([^.]|$)/g,$r=/(^|\s)0+([1-9])/g;function Qr(e){var t,n;return Kr(e)||Gr.test(e)?e:(t=Hr.exec(e))?(n=Vr(t[2],Xr).map((function(e){return Qr(e)})),t[1]+"("+n.join("")+")"):function(e){if(-1==e.indexOf("0"))return e;e.indexOf("-")>-1&&(e=e.replace(jr,"$10$2").replace(jr,"$10$2"));return e.replace($r,"$1$2").replace(Wr,"$10$2").replace(qr,(function(e,t,n){return(t.length>0?".":"")+t+n})).replace(Yr,"$1.$2")}(e)}var Zr={level1:{value:function(e,t,n){return n.level[zr.One].replaceZeroUnits?Qr(t):t}}},Jr=Zr,ei={level1:{value:function(e,t,n){return n.precision.enabled&&-1!==t.indexOf(".")?t.replace(n.precision.decimalPointMatcher,"$1$2$3").replace(n.precision.zeroMatcher,(function(e,t,r,i){var o=n.precision.units[i].multiplier,a=parseInt(t),s=Number.isNaN(a)?0:a,u=parseFloat(r);return Math.round((s+u)*o)/o+i})):t}}},ti=ei,ni=Fn,ri=/^local\(/i,ii=/^('.*'|".*")$/,oi=/^['"][a-zA-Z][a-zA-Z\d\-_]+['"]$/,ai=/^['"](?:cursive|default|emoji|fangsong|fantasy|inherit|initial|math|monospace|revert|revert-layer|sans-serif|serif|system-ui|ui-monospace|ui-rounded|ui-sans-serif|ui-serif|unset)['"]$/,si={level1:{value:function(e,t,n){return("font-family"!=e&&"font"!=e||!ai.test(t))&&n.level[ni.One].removeQuotes&&(ii.test(t)||ri.test(t))&&oi.test(t)?t.substring(1,t.length-1):t}}},ui=si,li=Fn,ci=/^(-?[\d.]+)(m?s)$/,fi={level1:{value:function(e,t,n){return n.level[li.One].replaceTimeUnits&&ci.test(t)?t.replace(ci,(function(e,t,n){var r;return"ms"==n?r=parseInt(t)/1e3+"s":"s"==n&&(r=1e3*parseFloat(t)+"ms"),r.length<e.length?r:e})):t}}},pi=fi,di=/(?:^|\s|\()(-?\d+)px/,hi={level1:{value:function(e,t,n){return di.test(t)?t.replace(di,(function(e,t){var r,i=parseInt(t);return 0===i?e:(n.compatibility.properties.shorterLengthUnits&&n.compatibility.units.pt&&3*i%4==0&&(r=3*i/4+"pt"),n.compatibility.properties.shorterLengthUnits&&n.compatibility.units.pc&&i%16==0&&(r=i/16+"pc"),n.compatibility.properties.shorterLengthUnits&&n.compatibility.units.in&&i%96==0&&(r=i/96+"in"),r&&(r=e.substring(0,e.indexOf(t))+r),r&&r.length<e.length?r:e)})):t}}},mi=hi,gi=Ur,_i=Fn,Ei=/^url\(/i,vi={level1:{value:function(e,t,n){return n.level[_i.One].normalizeUrls&&gi(t)?t.replace(Ei,"url("):t}}},yi=vi,bi=/^url\(['"].+['"]\)$/,Ai=/^url\(['"].*[*\s()'"].*['"]\)$/,Si=/["']/g,Di=/^url\(['"]data:[^;]+;charset/,Ti={level1:{value:function(e,t,n){return n.compatibility.properties.urlQuotes||!bi.test(t)||Ai.test(t)||Di.test(t)?t:t.replace(Si,"")}}},Ci=Ti,Oi=Ur,Ri=/\\?\n|\\?\r\n/g,wi=/(\()\s+/g,ki=/\s+(\))/g,xi={level1:{value:function(e,t){return Oi(t)?t.replace(Ri,"").replace(wi,"$1").replace(ki,"$1"):t}}},Mi=xi,Fi=Fn,Ni=ke,Ii=/\) ?\/ ?/g,Li=/, /g,Pi=/\r?\n/g,Bi=/\s+/g,Ui=/\s+(;?\))/g,Vi=/(\(;?)\s+/g,Ki=/^--\S+$/,zi=/^var\(\s*--\S+\s*\)$/,Gi={level1:{value:function(e,t,n){return n.level[Fi.One].removeWhitespace?Ki.test(e)&&!zi.test(t)||-1==t.indexOf(" ")&&-1==t.indexOf("\n")||0===t.indexOf("expression")||t.indexOf(Ni.SINGLE_QUOTE)>-1||t.indexOf(Ni.DOUBLE_QUOTE)>-1?t:((t=(t=t.replace(Pi,"")).replace(Bi," ")).indexOf("calc")>-1&&(t=t.replace(Ii,")/ ")),t.replace(Vi,"$1").replace(Ui,"$1").replace(Li,",")):t}}},Hi=Gi,Xi=yr,Wi=/^(-(?:moz|ms|o|webkit)-[a-z-]+|[a-z-]+)\((.+)\)$/,qi=/^(?:-moz-calc|-webkit-calc|calc|rgb|hsl|rgba|hsla|min|max|clamp|expression)\(/,Yi=/([\s,/])/;function ji(e,t){var n,r;return qi.test(e)?e:(n=Wi.exec(e))?(r=Xi(n[2],Yi).map((function(e){return ji(e,t)})),n[1]+"("+r.join("")+")"):function(e,t){return e.replace(t.unitsRegexp,"$10$2").replace(t.unitsRegexp,"$10$2")}(e,t)}var $i={level1:{value:function(e,t,n){return n.compatibility.properties.zeroUnits?t.indexOf("%")>0&&("height"==e||"max-height"==e||"width"==e||"max-width"==e)?t:ji(t,n):t}}},Qi=$i,Zi={color:Nr.level1.value,degrees:Pr.level1.value,fraction:Jr.level1.value,precision:ti.level1.value,textQuotes:ui.level1.value,time:pi.level1.value,unit:mi.level1.value,urlPrefix:yi.level1.value,urlQuotes:Ci.level1.value,urlWhiteSpace:Mi.level1.value,whiteSpace:Hi.level1.value,zero:Qi.level1.value},Ji=Lt,eo=jt,to=un,no=ar,ro=Zi,io=ae,oo={animation:{canOverride:eo.generic.components([eo.generic.time,eo.generic.timingFunction,eo.generic.time,eo.property.animationIterationCount,eo.property.animationDirection,eo.property.animationFillMode,eo.property.animationPlayState,eo.property.animationName]),components:["animation-duration","animation-timing-function","animation-delay","animation-iteration-count","animation-direction","animation-fill-mode","animation-play-state","animation-name"],breakUp:Ji.multiplex(Ji.animation),defaultValue:"none",restore:to.multiplex(to.withoutDefaults),shorthand:!0,valueOptimizers:[ro.whiteSpace,ro.textQuotes,ro.time,ro.fraction,ro.precision,ro.unit,ro.zero],vendorPrefixes:["-moz-","-o-","-webkit-"]},"animation-delay":{canOverride:eo.generic.time,componentOf:["animation"],defaultValue:"0s",intoMultiplexMode:"real",valueOptimizers:[ro.time,ro.fraction,ro.precision,ro.unit,ro.zero],vendorPrefixes:["-moz-","-o-","-webkit-"]},"animation-direction":{canOverride:eo.property.animationDirection,componentOf:["animation"],defaultValue:"normal",intoMultiplexMode:"real",vendorPrefixes:["-moz-","-o-","-webkit-"]},"animation-duration":{canOverride:eo.generic.time,componentOf:["animation"],defaultValue:"0s",intoMultiplexMode:"real",keepUnlessDefault:"animation-delay",valueOptimizers:[ro.time,ro.fraction,ro.precision,ro.unit,ro.zero],vendorPrefixes:["-moz-","-o-","-webkit-"]},"animation-fill-mode":{canOverride:eo.property.animationFillMode,componentOf:["animation"],defaultValue:"none",intoMultiplexMode:"real",vendorPrefixes:["-moz-","-o-","-webkit-"]},"animation-iteration-count":{canOverride:eo.property.animationIterationCount,componentOf:["animation"],defaultValue:"1",intoMultiplexMode:"real",vendorPrefixes:["-moz-","-o-","-webkit-"]},"animation-name":{canOverride:eo.property.animationName,componentOf:["animation"],defaultValue:"none",intoMultiplexMode:"real",valueOptimizers:[ro.textQuotes],vendorPrefixes:["-moz-","-o-","-webkit-"]},"animation-play-state":{canOverride:eo.property.animationPlayState,componentOf:["animation"],defaultValue:"running",intoMultiplexMode:"real",vendorPrefixes:["-moz-","-o-","-webkit-"]},"animation-timing-function":{canOverride:eo.generic.timingFunction,componentOf:["animation"],defaultValue:"ease",intoMultiplexMode:"real",vendorPrefixes:["-moz-","-o-","-webkit-"]},background:{canOverride:eo.generic.components([eo.generic.image,eo.property.backgroundPosition,eo.property.backgroundSize,eo.property.backgroundRepeat,eo.property.backgroundAttachment,eo.property.backgroundOrigin,eo.property.backgroundClip,eo.generic.color]),components:["background-image","background-position","background-size","background-repeat","background-attachment","background-origin","background-clip","background-color"],breakUp:Ji.multiplex(Ji.background),defaultValue:"0 0",propertyOptimizer:no.background,restore:to.multiplex(to.background),shortestValue:"0",shorthand:!0,valueOptimizers:[ro.whiteSpace,ro.urlWhiteSpace,ro.fraction,ro.zero,ro.color,ro.urlPrefix,ro.urlQuotes]},"background-attachment":{canOverride:eo.property.backgroundAttachment,componentOf:["background"],defaultValue:"scroll",intoMultiplexMode:"real"},"background-clip":{canOverride:eo.property.backgroundClip,componentOf:["background"],defaultValue:"border-box",intoMultiplexMode:"real",shortestValue:"border-box"},"background-color":{canOverride:eo.generic.color,componentOf:["background"],defaultValue:"transparent",intoMultiplexMode:"real",multiplexLastOnly:!0,nonMergeableValue:"none",shortestValue:"red",valueOptimizers:[ro.whiteSpace,ro.fraction,ro.color]},"background-image":{canOverride:eo.generic.image,componentOf:["background"],defaultValue:"none",intoMultiplexMode:"default",valueOptimizers:[ro.urlWhiteSpace,ro.urlPrefix,ro.urlQuotes,ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero,ro.color]},"background-origin":{canOverride:eo.property.backgroundOrigin,componentOf:["background"],defaultValue:"padding-box",intoMultiplexMode:"real",shortestValue:"border-box"},"background-position":{canOverride:eo.property.backgroundPosition,componentOf:["background"],defaultValue:["0","0"],doubleValues:!0,intoMultiplexMode:"real",shortestValue:"0",valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},"background-repeat":{canOverride:eo.property.backgroundRepeat,componentOf:["background"],defaultValue:["repeat"],doubleValues:!0,intoMultiplexMode:"real"},"background-size":{canOverride:eo.property.backgroundSize,componentOf:["background"],defaultValue:["auto"],doubleValues:!0,intoMultiplexMode:"real",shortestValue:"0 0",valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},bottom:{canOverride:eo.property.bottom,defaultValue:"auto",valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},border:{breakUp:Ji.border,canOverride:eo.generic.components([eo.generic.unit,eo.property.borderStyle,eo.generic.color]),components:["border-width","border-style","border-color"],defaultValue:"none",overridesShorthands:["border-bottom","border-left","border-right","border-top"],restore:to.withoutDefaults,shorthand:!0,shorthandComponents:!0,valueOptimizers:[ro.whiteSpace,ro.fraction,ro.zero,ro.color]},"border-bottom":{breakUp:Ji.border,canOverride:eo.generic.components([eo.generic.unit,eo.property.borderStyle,eo.generic.color]),components:["border-bottom-width","border-bottom-style","border-bottom-color"],defaultValue:"none",restore:to.withoutDefaults,shorthand:!0,valueOptimizers:[ro.whiteSpace,ro.fraction,ro.zero,ro.color]},"border-bottom-color":{canOverride:eo.generic.color,componentOf:["border-bottom","border-color"],defaultValue:"none",valueOptimizers:[ro.whiteSpace,ro.fraction,ro.color]},"border-bottom-left-radius":{canOverride:eo.generic.unit,componentOf:["border-radius"],defaultValue:"0",propertyOptimizer:no.borderRadius,valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero],vendorPrefixes:["-moz-","-o-"]},"border-bottom-right-radius":{canOverride:eo.generic.unit,componentOf:["border-radius"],defaultValue:"0",propertyOptimizer:no.borderRadius,valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero],vendorPrefixes:["-moz-","-o-"]},"border-bottom-style":{canOverride:eo.property.borderStyle,componentOf:["border-bottom","border-style"],defaultValue:"none"},"border-bottom-width":{canOverride:eo.generic.unit,componentOf:["border-bottom","border-width"],defaultValue:"medium",oppositeTo:"border-top-width",shortestValue:"0",valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},"border-collapse":{canOverride:eo.property.borderCollapse,defaultValue:"separate"},"border-color":{breakUp:Ji.fourValues,canOverride:eo.generic.components([eo.generic.color,eo.generic.color,eo.generic.color,eo.generic.color]),componentOf:["border"],components:["border-top-color","border-right-color","border-bottom-color","border-left-color"],defaultValue:"none",restore:to.fourValues,shortestValue:"red",shorthand:!0,singleTypeComponents:!0,valueOptimizers:[ro.whiteSpace,ro.fraction,ro.color]},"border-left":{breakUp:Ji.border,canOverride:eo.generic.components([eo.generic.unit,eo.property.borderStyle,eo.generic.color]),components:["border-left-width","border-left-style","border-left-color"],defaultValue:"none",restore:to.withoutDefaults,shorthand:!0,valueOptimizers:[ro.whiteSpace,ro.fraction,ro.zero,ro.color]},"border-left-color":{canOverride:eo.generic.color,componentOf:["border-color","border-left"],defaultValue:"none",valueOptimizers:[ro.whiteSpace,ro.fraction,ro.color]},"border-left-style":{canOverride:eo.property.borderStyle,componentOf:["border-left","border-style"],defaultValue:"none"},"border-left-width":{canOverride:eo.generic.unit,componentOf:["border-left","border-width"],defaultValue:"medium",oppositeTo:"border-right-width",shortestValue:"0",valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},"border-radius":{breakUp:Ji.borderRadius,canOverride:eo.generic.components([eo.generic.unit,eo.generic.unit,eo.generic.unit,eo.generic.unit]),components:["border-top-left-radius","border-top-right-radius","border-bottom-right-radius","border-bottom-left-radius"],defaultValue:"0",propertyOptimizer:no.borderRadius,restore:to.borderRadius,shorthand:!0,valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero],vendorPrefixes:["-moz-","-o-"]},"border-right":{breakUp:Ji.border,canOverride:eo.generic.components([eo.generic.unit,eo.property.borderStyle,eo.generic.color]),components:["border-right-width","border-right-style","border-right-color"],defaultValue:"none",restore:to.withoutDefaults,shorthand:!0,valueOptimizers:[ro.whiteSpace,ro.fraction,ro.color]},"border-right-color":{canOverride:eo.generic.color,componentOf:["border-color","border-right"],defaultValue:"none",valueOptimizers:[ro.whiteSpace,ro.fraction,ro.color]},"border-right-style":{canOverride:eo.property.borderStyle,componentOf:["border-right","border-style"],defaultValue:"none"},"border-right-width":{canOverride:eo.generic.unit,componentOf:["border-right","border-width"],defaultValue:"medium",oppositeTo:"border-left-width",shortestValue:"0",valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},"border-style":{breakUp:Ji.fourValues,canOverride:eo.generic.components([eo.property.borderStyle,eo.property.borderStyle,eo.property.borderStyle,eo.property.borderStyle]),componentOf:["border"],components:["border-top-style","border-right-style","border-bottom-style","border-left-style"],defaultValue:"none",restore:to.fourValues,shorthand:!0,singleTypeComponents:!0},"border-top":{breakUp:Ji.border,canOverride:eo.generic.components([eo.generic.unit,eo.property.borderStyle,eo.generic.color]),components:["border-top-width","border-top-style","border-top-color"],defaultValue:"none",restore:to.withoutDefaults,shorthand:!0,valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.zero,ro.color,ro.unit]},"border-top-color":{canOverride:eo.generic.color,componentOf:["border-color","border-top"],defaultValue:"none",valueOptimizers:[ro.whiteSpace,ro.fraction,ro.color]},"border-top-left-radius":{canOverride:eo.generic.unit,componentOf:["border-radius"],defaultValue:"0",propertyOptimizer:no.borderRadius,valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero],vendorPrefixes:["-moz-","-o-"]},"border-top-right-radius":{canOverride:eo.generic.unit,componentOf:["border-radius"],defaultValue:"0",propertyOptimizer:no.borderRadius,valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero],vendorPrefixes:["-moz-","-o-"]},"border-top-style":{canOverride:eo.property.borderStyle,componentOf:["border-style","border-top"],defaultValue:"none"},"border-top-width":{canOverride:eo.generic.unit,componentOf:["border-top","border-width"],defaultValue:"medium",oppositeTo:"border-bottom-width",shortestValue:"0",valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},"border-width":{breakUp:Ji.fourValues,canOverride:eo.generic.components([eo.generic.unit,eo.generic.unit,eo.generic.unit,eo.generic.unit]),componentOf:["border"],components:["border-top-width","border-right-width","border-bottom-width","border-left-width"],defaultValue:"medium",restore:to.fourValues,shortestValue:"0",shorthand:!0,singleTypeComponents:!0,valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},"box-shadow":{propertyOptimizer:no.boxShadow,valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero,ro.color],vendorPrefixes:["-moz-","-ms-","-o-","-webkit-"]},clear:{canOverride:eo.property.clear,defaultValue:"none"},clip:{valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},color:{canOverride:eo.generic.color,defaultValue:"transparent",shortestValue:"red",valueOptimizers:[ro.whiteSpace,ro.fraction,ro.color]},"column-gap":{valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},cursor:{canOverride:eo.property.cursor,defaultValue:"auto"},display:{canOverride:eo.property.display},filter:{propertyOptimizer:no.filter,valueOptimizers:[ro.fraction]},float:{canOverride:eo.property.float,defaultValue:"none"},font:{breakUp:Ji.font,canOverride:eo.generic.components([eo.property.fontStyle,eo.property.fontVariant,eo.property.fontWeight,eo.property.fontStretch,eo.generic.unit,eo.generic.unit,eo.property.fontFamily]),components:["font-style","font-variant","font-weight","font-stretch","font-size","line-height","font-family"],restore:to.font,shorthand:!0,valueOptimizers:[ro.textQuotes]},"font-family":{canOverride:eo.property.fontFamily,defaultValue:"user|agent|specific",valueOptimizers:[ro.textQuotes]},"font-size":{canOverride:eo.generic.unit,defaultValue:"medium",shortestValue:"0",valueOptimizers:[ro.fraction]},"font-stretch":{canOverride:eo.property.fontStretch,defaultValue:"normal"},"font-style":{canOverride:eo.property.fontStyle,defaultValue:"normal"},"font-variant":{canOverride:eo.property.fontVariant,defaultValue:"normal"},"font-weight":{canOverride:eo.property.fontWeight,defaultValue:"normal",propertyOptimizer:no.fontWeight,shortestValue:"400"},gap:{valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},height:{canOverride:eo.generic.unit,defaultValue:"auto",shortestValue:"0",valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},left:{canOverride:eo.property.left,defaultValue:"auto",valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},"letter-spacing":{valueOptimizers:[ro.fraction,ro.zero]},"line-height":{canOverride:eo.generic.unitOrNumber,defaultValue:"normal",shortestValue:"0",valueOptimizers:[ro.fraction,ro.zero]},"list-style":{canOverride:eo.generic.components([eo.property.listStyleType,eo.property.listStylePosition,eo.property.listStyleImage]),components:["list-style-type","list-style-position","list-style-image"],breakUp:Ji.listStyle,restore:to.withoutDefaults,defaultValue:"outside",shortestValue:"none",shorthand:!0},"list-style-image":{canOverride:eo.generic.image,componentOf:["list-style"],defaultValue:"none"},"list-style-position":{canOverride:eo.property.listStylePosition,componentOf:["list-style"],defaultValue:"outside",shortestValue:"inside"},"list-style-type":{canOverride:eo.property.listStyleType,componentOf:["list-style"],defaultValue:"decimal|disc",shortestValue:"none"},margin:{breakUp:Ji.fourValues,canOverride:eo.generic.components([eo.generic.unit,eo.generic.unit,eo.generic.unit,eo.generic.unit]),components:["margin-top","margin-right","margin-bottom","margin-left"],defaultValue:"0",propertyOptimizer:no.margin,restore:to.fourValues,shorthand:!0,valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},"margin-bottom":{canOverride:eo.generic.unit,componentOf:["margin"],defaultValue:"0",oppositeTo:"margin-top",propertyOptimizer:no.margin,valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},"margin-inline-end":{valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},"margin-inline-start":{valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},"margin-left":{canOverride:eo.generic.unit,componentOf:["margin"],defaultValue:"0",oppositeTo:"margin-right",propertyOptimizer:no.margin,valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},"margin-right":{canOverride:eo.generic.unit,componentOf:["margin"],defaultValue:"0",oppositeTo:"margin-left",propertyOptimizer:no.margin,valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},"margin-top":{canOverride:eo.generic.unit,componentOf:["margin"],defaultValue:"0",oppositeTo:"margin-bottom",propertyOptimizer:no.margin,valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},"max-height":{canOverride:eo.generic.unit,defaultValue:"none",shortestValue:"0",valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},"max-width":{canOverride:eo.generic.unit,defaultValue:"none",shortestValue:"0",valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},"min-height":{canOverride:eo.generic.unit,defaultValue:"0",shortestValue:"0",valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},"min-width":{canOverride:eo.generic.unit,defaultValue:"0",shortestValue:"0",valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},opacity:{valueOptimizers:[ro.fraction,ro.precision]},outline:{canOverride:eo.generic.components([eo.generic.color,eo.property.outlineStyle,eo.generic.unit]),components:["outline-color","outline-style","outline-width"],breakUp:Ji.outline,restore:to.withoutDefaults,defaultValue:"0",propertyOptimizer:no.outline,shorthand:!0,valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},"outline-color":{canOverride:eo.generic.color,componentOf:["outline"],defaultValue:"invert",shortestValue:"red",valueOptimizers:[ro.whiteSpace,ro.fraction,ro.color]},"outline-style":{canOverride:eo.property.outlineStyle,componentOf:["outline"],defaultValue:"none"},"outline-width":{canOverride:eo.generic.unit,componentOf:["outline"],defaultValue:"medium",shortestValue:"0",valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},overflow:{canOverride:eo.property.overflow,defaultValue:"visible"},"overflow-x":{canOverride:eo.property.overflow,defaultValue:"visible"},"overflow-y":{canOverride:eo.property.overflow,defaultValue:"visible"},padding:{breakUp:Ji.fourValues,canOverride:eo.generic.components([eo.generic.unit,eo.generic.unit,eo.generic.unit,eo.generic.unit]),components:["padding-top","padding-right","padding-bottom","padding-left"],defaultValue:"0",propertyOptimizer:no.padding,restore:to.fourValues,shorthand:!0,valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},"padding-bottom":{canOverride:eo.generic.unit,componentOf:["padding"],defaultValue:"0",oppositeTo:"padding-top",propertyOptimizer:no.padding,valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},"padding-left":{canOverride:eo.generic.unit,componentOf:["padding"],defaultValue:"0",oppositeTo:"padding-right",propertyOptimizer:no.padding,valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},"padding-right":{canOverride:eo.generic.unit,componentOf:["padding"],defaultValue:"0",oppositeTo:"padding-left",propertyOptimizer:no.padding,valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},"padding-top":{canOverride:eo.generic.unit,componentOf:["padding"],defaultValue:"0",oppositeTo:"padding-bottom",propertyOptimizer:no.padding,valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},position:{canOverride:eo.property.position,defaultValue:"static"},right:{canOverride:eo.property.right,defaultValue:"auto",valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},"row-gap":{valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},src:{valueOptimizers:[ro.urlWhiteSpace,ro.urlPrefix,ro.urlQuotes]},"stroke-width":{valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},"text-align":{canOverride:eo.property.textAlign,defaultValue:"left|right"},"text-decoration":{canOverride:eo.property.textDecoration,defaultValue:"none"},"text-indent":{canOverride:eo.property.textOverflow,defaultValue:"none",valueOptimizers:[ro.fraction,ro.zero]},"text-overflow":{canOverride:eo.property.textOverflow,defaultValue:"none"},"text-shadow":{canOverride:eo.property.textShadow,defaultValue:"none",valueOptimizers:[ro.whiteSpace,ro.fraction,ro.zero,ro.color]},top:{canOverride:eo.property.top,defaultValue:"auto",valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},transform:{canOverride:eo.property.transform,valueOptimizers:[ro.whiteSpace,ro.degrees,ro.fraction,ro.precision,ro.unit,ro.zero],vendorPrefixes:["-moz-","-ms-","-o-","-webkit-"]},transition:{breakUp:Ji.multiplex(Ji.transition),canOverride:eo.generic.components([eo.property.transitionProperty,eo.generic.time,eo.generic.timingFunction,eo.generic.time]),components:["transition-property","transition-duration","transition-timing-function","transition-delay"],defaultValue:"none",restore:to.multiplex(to.withoutDefaults),shorthand:!0,valueOptimizers:[ro.time,ro.fraction],vendorPrefixes:["-moz-","-ms-","-o-","-webkit-"]},"transition-delay":{canOverride:eo.generic.time,componentOf:["transition"],defaultValue:"0s",intoMultiplexMode:"real",valueOptimizers:[ro.time],vendorPrefixes:["-moz-","-ms-","-o-","-webkit-"]},"transition-duration":{canOverride:eo.generic.time,componentOf:["transition"],defaultValue:"0s",intoMultiplexMode:"real",keepUnlessDefault:"transition-delay",valueOptimizers:[ro.time,ro.fraction],vendorPrefixes:["-moz-","-ms-","-o-","-webkit-"]},"transition-property":{canOverride:eo.generic.propertyName,componentOf:["transition"],defaultValue:"all",intoMultiplexMode:"placeholder",placeholderValue:"_",vendorPrefixes:["-moz-","-ms-","-o-","-webkit-"]},"transition-timing-function":{canOverride:eo.generic.timingFunction,componentOf:["transition"],defaultValue:"ease",intoMultiplexMode:"real",vendorPrefixes:["-moz-","-ms-","-o-","-webkit-"]},"vertical-align":{canOverride:eo.property.verticalAlign,defaultValue:"baseline",valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},visibility:{canOverride:eo.property.visibility,defaultValue:"visible"},"-webkit-tap-highlight-color":{valueOptimizers:[ro.whiteSpace,ro.color]},"-webkit-margin-end":{valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},"white-space":{canOverride:eo.property.whiteSpace,defaultValue:"normal"},width:{canOverride:eo.generic.unit,defaultValue:"auto",shortestValue:"0",valueOptimizers:[ro.whiteSpace,ro.fraction,ro.precision,ro.unit,ro.zero]},"z-index":{canOverride:eo.property.zIndex,defaultValue:"auto"}},ao={};function so(e,t){var n=io(oo[e],{});return"componentOf"in n&&(n.componentOf=n.componentOf.map((function(e){return t+e}))),"components"in n&&(n.components=n.components.map((function(e){return t+e}))),"keepUnlessDefault"in n&&(n.keepUnlessDefault=t+n.keepUnlessDefault),n}for(var uo in oo){var lo=oo[uo];if("vendorPrefixes"in lo){for(var co=0;co<lo.vendorPrefixes.length;co++){var fo=lo.vendorPrefixes[co],po=so(uo,fo);delete po.vendorPrefixes,ao[fo+uo]=po}delete lo.vendorPrefixes}}var ho=io(oo,ao),mo="",go=Oe,_o=Re,Eo=ke,vo=ht;function yo(e){return"filter"==e[1][1]||"-ms-filter"==e[1][1]}function bo(e,t,n){return!e.spaceAfterClosingBrace&&function(e){return"background"==e[1][1]||"transform"==e[1][1]||"src"==e[1][1]}(t)&&function(e,t){return e[t][1][e[t][1].length-1]==Eo.CLOSE_ROUND_BRACKET}(t,n)||function(e,t){return e[t+1]&&e[t+1][1]==Eo.FORWARD_SLASH}(t,n)||function(e,t){return e[t][1]==Eo.FORWARD_SLASH}(t,n)||function(e,t){return e[t+1]&&e[t+1][1]==Eo.COMMA}(t,n)||function(e,t){return e[t][1]==Eo.COMMA}(t,n)}function Ao(e,t){for(var n=e.store,r=0,i=t.length;r<i;r++)n(e,t[r]),r<i-1&&n(e,xo(e))}function So(e,t){for(var n=function(e){for(var t=e.length-1;t>=0&&e[t][0]==vo.COMMENT;t--);return t}(t),r=0,i=t.length;r<i;r++)Do(e,t,r,n)}function Do(e,t,n,r){var i,o=e.store,a=t[n],s=a[2],u=s&&s[0]===vo.PROPERTY_BLOCK;i=e.format?!(!e.format.semicolonAfterLastProperty&&!u)||n<r:n<r||u;var l=n===r;switch(a[0]){case vo.AT_RULE:o(e,a),o(e,ko(e,go.AfterProperty,!1));break;case vo.AT_RULE_BLOCK:Ao(e,a[1]),o(e,Ro(e,go.AfterRuleBegins,!0)),So(e,a[2]),o(e,wo(e,go.AfterRuleEnds,!1,l));break;case vo.COMMENT:o(e,a),o(e,Co(e,go.AfterComment)+e.indentWith);break;case vo.PROPERTY:o(e,a[1]),o(e,function(e){return e.format?Eo.COLON+(Oo(e,_o.BeforeValue)?Eo.SPACE:mo):Eo.COLON}(e)),s&&To(e,a),o(e,i?ko(e,go.AfterProperty,l):mo);break;case vo.RAW:o(e,a)}}function To(e,t){var n,r,i=e.store;if(t[2][0]==vo.PROPERTY_BLOCK)i(e,Ro(e,go.AfterBlockBegins,!1)),So(e,t[2][1]),i(e,wo(e,go.AfterBlockEnds,!1,!0));else for(n=2,r=t.length;n<r;n++)i(e,t[n]),n<r-1&&(yo(t)||!bo(e,t,n))&&i(e,Eo.SPACE)}function Co(e,t){return e.format?e.format.breaks[t]:mo}function Oo(e,t){return e.format&&e.format.spaces[t]}function Ro(e,t,n){return e.format?(e.indentBy+=e.format.indentBy,e.indentWith=e.format.indentWith.repeat(e.indentBy),(n&&Oo(e,_o.BeforeBlockBegins)?Eo.SPACE:mo)+Eo.OPEN_CURLY_BRACKET+Co(e,t)+e.indentWith):Eo.OPEN_CURLY_BRACKET}function wo(e,t,n,r){return e.format?(e.indentBy-=e.format.indentBy,e.indentWith=e.format.indentWith.repeat(e.indentBy),Co(e,n?go.BeforeBlockEnds:go.AfterProperty)+e.indentWith+Eo.CLOSE_CURLY_BRACKET+(r?mo:Co(e,t)+e.indentWith)):Eo.CLOSE_CURLY_BRACKET}function ko(e,t,n){return e.format?Eo.SEMICOLON+(n?mo:Co(e,t)+e.indentWith):Eo.SEMICOLON}function xo(e){return e.format?Eo.COMMA+Co(e,go.BetweenSelectors)+e.indentWith:Eo.COMMA}var Mo={all:function e(t,n){var r,i,o,a,s=t.store;for(o=0,a=n.length;o<a;o++)switch(i=o==a-1,(r=n[o])[0]){case vo.AT_RULE:s(t,r),s(t,ko(t,go.AfterAtRule,i));break;case vo.AT_RULE_BLOCK:Ao(t,r[1]),s(t,Ro(t,go.AfterRuleBegins,!0)),So(t,r[2]),s(t,wo(t,go.AfterRuleEnds,!1,i));break;case vo.NESTED_BLOCK:Ao(t,r[1]),s(t,Ro(t,go.AfterBlockBegins,!0)),e(t,r[2]),s(t,wo(t,go.AfterBlockEnds,!0,i));break;case vo.COMMENT:s(t,r),s(t,Co(t,go.AfterComment)+t.indentWith);break;case vo.RAW:s(t,r);break;case vo.RULE:Ao(t,r[1]),s(t,Ro(t,go.AfterRuleBegins,!0)),So(t,r[2]),s(t,wo(t,go.AfterRuleEnds,!1,i))}},body:So,property:Do,rules:Ao,value:To},Fo=Mo;function No(e,t){e.output.push("string"==typeof t?t:t[1])}function Io(){return{output:[],store:No}}var Lo=function(e){var t=Io();return Fo.all(t,e),t.output.join("")},Po=function(e){var t=Io();return Fo.body(t,e),t.output.join("")},Bo=function(e,t){var n=Io();return Fo.property(n,e,t,!0),n.output.join("")},Uo=function(e){var t=Io();return Fo.rules(t,e),t.output.join("")},Vo=function(e){var t=Io();return Fo.value(t,e),t.output.join("")},Ko=z,zo=Qe,Go=et,Ho=tt,Xo=nt,Wo=rt,qo=dt,Yo=St,jo=ho,$o=Zi,Qo=Fn,Zo=ht,Jo=ke,ea=xe,ta=Uo,na="@charset",ra=new RegExp("^"+na,"i"),ia=gn,oa=/^--\S+$/,aa=/^(?:-chrome-|-[\w-]+\w|\w[\w-]+\w|\w{1,})$/,sa=/^@import/i,ua=/^url\(/i;function la(e){return ua.test(e)}function ca(e){return sa.test(e[1])}function fa(e){var t;return("filter"==e.name||"-ms-filter"==e.name)&&((t=e.value[0][1]).indexOf("progid")>-1||0===t.indexOf("alpha")||0===t.indexOf("chroma"))}function pa(){}function da(e,t,n){return t}function ha(e,t,n){var r,i,o,a,s,u,l,c,f,p,d=n.options,h=ta(e),m=Yo(t),g=n.options.plugins.level1Value,_=n.options.plugins.level1Property;for(f=0,p=m.length;f<p;f++){var E,v,y,b;if(o=(i=m[f]).name,l=jo[o]&&jo[o].propertyOptimizer||pa,r=jo[o]&&jo[o].valueOptimizers||[$o.whiteSpace],(c=oa.test(o))&&(r=d.variableOptimizers.length>0?d.variableOptimizers:[$o.whiteSpace]),c||aa.test(o))if(0!==i.value.length)if(!i.hack||(i.hack[0]!=Xo.ASTERISK&&i.hack[0]!=Xo.UNDERSCORE||d.compatibility.properties.iePrefixHack)&&(i.hack[0]!=Xo.BACKSLASH||d.compatibility.properties.ieSuffixHack)&&(i.hack[0]!=Xo.BANG||d.compatibility.properties.ieBangHack))if(d.compatibility.properties.ieFilters||!fa(i))if(i.block)ha(e,i.value[0][1],n);else{for(E=0,y=i.value.length;E<y;E++){if(a=i.value[E][0],s=i.value[E][1],a==Zo.PROPERTY_BLOCK){i.unused=!0,n.warnings.push("Invalid value token at "+ea(s[0][1][2][0])+". Ignoring.");break}if(la(s)&&!n.validator.isUrl(s)){i.unused=!0,n.warnings.push("Broken URL '"+s+"' at "+ea(i.value[E][2][0])+". Ignoring.");break}for(v=0,b=r.length;v<b;v++)s=r[v](o,s,d);for(v=0,b=g.length;v<b;v++)s=g[v](o,s,d);i.value[E][1]=s}for(l(h,i,d),E=0,y=_.length;E<y;E++)_[E](h,i,d)}else i.unused=!0;else i.unused=!0;else u=i.all[i.position],n.warnings.push("Empty property '"+o+"' at "+ea(u[1][2][0])+". Ignoring."),i.unused=!0;else u=i.all[i.position],n.warnings.push("Invalid property name '"+o+"' at "+ea(u[1][2][0])+". Ignoring."),i.unused=!0}qo(m),Wo(m),function(e,t){var n,r;for(r=0;r<e.length;r++)(n=e[r])[0]==Zo.COMMENT&&(ma(n,t),0===n[1].length&&(e.splice(r,1),r--))}(t,d)}function ma(e,t){e[1][2]==Jo.EXCLAMATION&&("all"==t.level[Qo.One].specialComments||t.commentsKept<t.level[Qo.One].specialComments)?t.commentsKept++:e[1]=[]}var ga=function e(t,n){var r=n.options,i=r.level[Qo.One],o=r.compatibility.selectors.ie7Hack,a=r.compatibility.selectors.adjacentSpace,s=r.compatibility.properties.spaceAfterClosingBrace,u=r.format,l=!1,c=!1;r.unitsRegexp=r.unitsRegexp||function(e){var t=["px","em","ex","cm","mm","in","pt","pc","%"];return["ch","rem","vh","vm","vmax","vmin","vw"].forEach((function(n){e.compatibility.units[n]&&t.push(n)})),new RegExp("(^|\\s|\\(|,)0(?:"+t.join("|")+")(\\W|$)","g")}(r),r.precision=r.precision||function(e){var t,n,r={matcher:null,units:{}},i=[];for(t in e)(n=e[t])!=ia&&(r.units[t]={},r.units[t].value=n,r.units[t].multiplier=10**n,i.push(t));return i.length>0&&(r.enabled=!0,r.decimalPointMatcher=new RegExp("(\\d)\\.($|"+i.join("|")+")($|\\W)","g"),r.zeroMatcher=new RegExp("(\\d*)(\\.\\d+)("+i.join("|")+")","g")),r}(i.roundingPrecision),r.commentsKept=r.commentsKept||0,r.variableOptimizers=r.variableOptimizers||function(e){return e.level[Qo.One].variableValueOptimizers.map((function(e){return"string"==typeof e?$o[e]||da:e}))}(r);for(var f=0,p=t.length;f<p;f++){var d=t[f];switch(d[0]){case Zo.AT_RULE:d[1]=ca(d)&&c?"":d[1],d[1]=i.tidyAtRules?Ho(d[1]):d[1],l=!0;break;case Zo.AT_RULE_BLOCK:ha(d[1],d[2],n),c=!0;break;case Zo.NESTED_BLOCK:d[1]=i.tidyBlockScopes?Go(d[1],s):d[1],e(d[2],n),c=!0;break;case Zo.COMMENT:ma(d,r);break;case Zo.RULE:d[1]=i.tidySelectors?zo(d[1],!o,a,u,n.warnings):d[1],d[1]=d[1].length>1?Ko(d[1],i.selectorsSortingMethod):d[1],ha(d[1],d[2],n),c=!0}(d[0]==Zo.COMMENT&&0===d[1].length||i.removeEmpty&&(0===d[1].length||d[2]&&0===d[2].length))&&(t.splice(f,1),f--,p--)}return i.cleanupCharsets&&l&&function(e){for(var t=!1,n=0,r=e.length;n<r;n++){var i=e[n];i[0]==Zo.AT_RULE&&ra.test(i[1])&&(t||-1==i[1].indexOf(na)?(e.splice(n,1),n--,r--):(t=!0,e.splice(n,1),e.unshift([Zo.AT_RULE,i[1].replace(ra,na)])))}}(t),t},_a=ke,Ea=yr,va=/\/deep\//,ya=/^::/,ba=/:(-moz-|-ms-|-o-|-webkit-)/,Aa=":not",Sa=[":dir",":lang",":not",":nth-child",":nth-last-child",":nth-last-of-type",":nth-of-type"],Da=/[>+~]/,Ta=[":after",":before",":first-letter",":first-line",":lang"],Ca=["::after","::before","::first-letter","::first-line"],Oa={DOUBLE_QUOTE:"double-quote",SINGLE_QUOTE:"single-quote",ROOT:"root"};function Ra(e){return va.test(e)}function wa(e){return ba.test(e)}function ka(e){var t,n,r,i,o,a,s=[],u=[],l=Oa.ROOT,c=0,f=!1,p=!1;for(o=0,a=e.length;o<a;o++)t=e[o],i=!r&&Da.test(t),n=l==Oa.DOUBLE_QUOTE||l==Oa.SINGLE_QUOTE,r?u.push(t):t==_a.DOUBLE_QUOTE&&l==Oa.ROOT?(u.push(t),l=Oa.DOUBLE_QUOTE):t==_a.DOUBLE_QUOTE&&l==Oa.DOUBLE_QUOTE?(u.push(t),l=Oa.ROOT):t==_a.SINGLE_QUOTE&&l==Oa.ROOT?(u.push(t),l=Oa.SINGLE_QUOTE):t==_a.SINGLE_QUOTE&&l==Oa.SINGLE_QUOTE?(u.push(t),l=Oa.ROOT):n?u.push(t):t==_a.OPEN_ROUND_BRACKET?(u.push(t),c++):t==_a.CLOSE_ROUND_BRACKET&&1==c&&f?(u.push(t),s.push(u.join("")),c--,u=[],f=!1):t==_a.CLOSE_ROUND_BRACKET?(u.push(t),c--):t==_a.COLON&&0===c&&f&&!p?(s.push(u.join("")),(u=[]).push(t)):t!=_a.COLON||0!==c||p?t==_a.SPACE&&0===c&&f||i&&0===c&&f?(s.push(u.join("")),u=[],f=!1):u.push(t):((u=[]).push(t),f=!0),r=t==_a.BACK_SLASH,p=t==_a.COLON;return u.length>0&&f&&s.push(u.join("")),s}function xa(e,t,n,r,i){return function(e,t,n){var r,i,o,a;for(o=0,a=e.length;o<a;o++)if(i=(r=e[o]).indexOf(_a.OPEN_ROUND_BRACKET)>-1?r.substring(0,r.indexOf(_a.OPEN_ROUND_BRACKET)):r,-1===t.indexOf(i)&&-1===n.indexOf(i))return!1;return!0}(t,n,r)&&function(e){var t,n,r,i,o,a;for(o=0,a=e.length;o<a;o++){if(n=(i=(r=(t=e[o]).indexOf(_a.OPEN_ROUND_BRACKET))>-1)?t.substring(0,r):t,i&&-1==Sa.indexOf(n))return!1;if(!i&&Sa.indexOf(n)>-1)return!1}return!0}(t)&&(t.length<2||!function(e,t){var n,r,i,o,a,s,u,l,c=0;for(u=0,l=t.length;u<l&&(n=t[u],i=t[u+1]);u++)if(r=e.indexOf(n,c),c=o=e.indexOf(n,r+1),r+n.length==o&&(a=n.indexOf(_a.OPEN_ROUND_BRACKET)>-1?n.substring(0,n.indexOf(_a.OPEN_ROUND_BRACKET)):n,s=i.indexOf(_a.OPEN_ROUND_BRACKET)>-1?i.substring(0,i.indexOf(_a.OPEN_ROUND_BRACKET)):i,a!=Aa||s!=Aa))return!0;return!1}(e,t))&&(t.length<2||i&&function(e){var t,n,r,i=0;for(n=0,r=e.length;n<r;n++)if(Ma(t=e[n])?i+=Ca.indexOf(t)>-1?1:0:i+=Ta.indexOf(t)>-1?1:0,i>1)return!1;return!0}(t))}function Ma(e){return ya.test(e)}var Fa=function(e,t,n,r){var i,o,a,s=Ea(e,_a.COMMA);for(o=0,a=s.length;o<a;o++)if(0===(i=s[o]).length||Ra(i)||wa(i)||i.indexOf(_a.COLON)>-1&&!xa(i,ka(i),t,n,r))return!1;return!0},Na=ke;var Ia=function(e,t,n){var r,i,o,a=t.value.length,s=n.value.length,u=Math.max(a,s),l=Math.min(a,s)-1;for(o=0;o<u;o++)if(r=t.value[o]&&t.value[o][1]||r,i=n.value[o]&&n.value[o][1]||i,r!=Na.COMMA&&i!=Na.COMMA&&!e(r,i,o,o<=l))return!1;return!0};var La=function(e){for(var t=e.value.length-1;t>=0;t--)if("inherit"==e.value[t][1])return!0;return!1};var Pa=function(e){var t,n,r=e.value[0][1];for(t=1,n=e.value.length;t<n;t++)if(e.value[t][1]!=r)return!1;return!0},Ba=ho,Ua=Ct;function Va(e,t){return 1==e.value.length&&t.isVariable(e.value[0][1])}function Ka(e,t){return e.value.length>1&&e.value.filter((function(e){return t.isVariable(e[1])})).length>1}var za=function(e,t,n){for(var r,i,o,a=e.length-1;a>=0;a--){var s=e[a],u=Ba[s.name];if(!s.dynamic&&u&&u.shorthand){if(Va(s,t)||Ka(s,t)){s.optimizable=!1;continue}s.shorthand=!0,s.dirty=!0;try{if(s.components=u.breakUp(s,Ba,t),u.shorthandComponents)for(i=0,o=s.components.length;i<o;i++)(r=s.components[i]).components=Ba[r.name].breakUp(r,Ba,t)}catch(e){if(!(e instanceof Ua))throw e;s.components=[],n.push(e.message)}s.components.length>0?s.multiplex=s.components[0].multiplex:s.unused=!0}}},Ga=ho;var Ha=function(e){var t=Ga[e.name];return t&&t.shorthand?t.restore(e,Ga):e.value},Xa=Ia,Wa=La,qa=Pa,Ya=za,ja=ho,$a=Jt,Qa=Ha,Za=dt,Ja=Dt,es=Po,ts=ht;function ns(e,t,n,r){var i,o,a,s,u=e[t],l=[];for(i in n)void 0!==u&&i==u.name||(o=ja[i],a=n[i],u&&rs(n,i,u)?delete n[i]:o.components.length>Object.keys(a).length||is(a)||os(a,i,r)&&ss(a)&&(us(a)?ls(e,a,i,r):hs(e,a,i,r),l.push(i)));for(s=l.length-1;s>=0;s--)delete n[l[s]]}function rs(e,t,n){var r,i=ja[t],o=ja[n.name];if("overridesShorthands"in i&&i.overridesShorthands.indexOf(n.name)>-1)return!0;if(o&&"componentOf"in o)for(r in e[t])if(o.componentOf.indexOf(r)>-1)return!0;return!1}function is(e){var t,n;for(n in e){if(void 0!==t&&e[n].important!=t)return!0;t=e[n].important}return!1}function os(e,t,n){var r,i,o,a,s=ja[t],u=[ts.PROPERTY,[ts.PROPERTY_NAME,t],[ts.PROPERTY_VALUE,s.defaultValue]],l=Ja(u);for(Ya([l],n,[]),o=0,a=s.components.length;o<a;o++)if(r=e[s.components[o]],i=ja[r.name].canOverride||as,!Xa(i.bind(null,n),l.components[o],r))return!1;return!0}function as(e,t,n){return t===n}function ss(e){var t,n,r,i,o=null;for(n in e)if(r=e[n],"restore"in(i=ja[n])){if(Za([r.all[r.position]],Qa),t=i.restore(r,ja).length,null!==o&&t!==o)return!1;o=t}return!0}function us(e){var t,n,r=null;for(t in e){if(n=Wa(e[t]),null!==r&&r!==n)return!0;r=n}return!1}function ls(e,t,n,r){var i,o,a,s,u=function(e,t,n){var r,i,o,a,s,u,l=[],c={},f={},p=ja[t],d=[ts.PROPERTY,[ts.PROPERTY_NAME,t],[ts.PROPERTY_VALUE,p.defaultValue]],h=Ja(d);for(Ya([h],n,[]),s=0,u=p.components.length;s<u;s++)r=e[p.components[s]],Wa(r)?(i=r.all[r.position].slice(0,2),Array.prototype.push.apply(i,r.value),l.push(i),(o=$a(r)).value=cs(e,o.name),h.components[s]=o,c[r.name]=$a(r)):((o=$a(r)).all=r.all,h.components[s]=o,f[r.name]=r);return h.important=e[Object.keys(e).pop()].important,a=fs(f,1),d[1].push(a),Za([h],Qa),d=d.slice(0,2),Array.prototype.push.apply(d,h.value),l.unshift(d),[l,h,c]}(t,n,r),l=function(e,t,n){var r,i,o,a,s,u,l=[],c={},f={},p=ja[t],d=[ts.PROPERTY,[ts.PROPERTY_NAME,t],[ts.PROPERTY_VALUE,"inherit"]],h=Ja(d);for(Ya([h],n,[]),s=0,u=p.components.length;s<u;s++)r=e[p.components[s]],Wa(r)?c[r.name]=r:(i=r.all[r.position].slice(0,2),Array.prototype.push.apply(i,r.value),l.push(i),f[r.name]=$a(r));return o=fs(c,1),d[1].push(o),a=fs(c,2),d[2].push(a),l.unshift(d),[l,h,f]}(t,n,r),c=u[0],f=l[0],p=es(c).length<es(f).length,d=p?c:f,h=p?u[1]:l[1],m=p?u[2]:l[2],g=t[Object.keys(t).pop()],_=g.all,E=g.position;for(i in h.position=E,h.shorthand=!0,h.important=g.important,h.multiplex=!1,h.dirty=!0,h.all=_,h.all[E]=d[0],e.splice(E,1,h),t)(o=t[i]).unused=!0,h.multiplex=h.multiplex||o.multiplex,o.name in m&&(a=m[o.name],s=ds(d,i),a.position=_.length,a.all=_,a.all.push(s),e.push(a))}function cs(e,t){var n=ja[t];return"oppositeTo"in n?e[n.oppositeTo].value:[[ts.PROPERTY_VALUE,n.defaultValue]]}function fs(e,t){var n,r,i,o,a=[];for(o in e)i=(r=(n=e[o]).all[n.position])[t][r[t].length-1],Array.prototype.push.apply(a,i);return a.sort(ps)}function ps(e,t){var n=e[0],r=t[0],i=e[1],o=t[1];return n<r||n===r&&i<o?-1:1}function ds(e,t){var n,r;for(n=0,r=e.length;n<r;n++)if(e[n][1][1]==t)return e[n]}function hs(e,t,n,r){var i,o,a,s=ja[n],u=[ts.PROPERTY,[ts.PROPERTY_NAME,n],[ts.PROPERTY_VALUE,s.defaultValue]],l=function(e,t,n){var r=Object.keys(t),i=t[r[0]].position,o=t[r[r.length-1]].position;if("border"==n&&function(e,t){for(var n=e.length-1;n>=0;n--)if(e[n].name==t)return!0;return!1}(e.slice(i,o),"border-image"))return i;return o}(e,t,n),c=Ja(u);c.shorthand=!0,c.dirty=!0,c.multiplex=!1,Ya([c],r,[]);for(var f=0,p=s.components.length;f<p;f++){var d=t[s.components[f]];c.components[f]=$a(d),c.important=d.important,c.multiplex=c.multiplex||d.multiplex,a=d.all}for(var h in t)t[h].unused=!0;i=fs(t,1),u[1].push(i),o=fs(t,2),u[2].push(o),c.position=l,c.all=a,c.all[l]=u,e.splice(l,1,c)}var ms=function(e,t){var n,r,i,o,a,s,u,l={};if(!(e.length<3)){for(o=0,a=e.length;o<a;o++)if(i=e[o],n=ja[i.name],!i.dynamic&&!i.unused&&!i.hack&&!i.block&&(!n||!n.singleTypeComponents||qa(i))&&(ns(e,o,l,t),n&&n.componentOf))for(s=0,u=n.componentOf.length;s<u;s++)l[r=n.componentOf[s]]=l[r]||{},l[r][i.name]=i;ns(e,o,l,t)}};var gs=function(e){for(var t=e.value.length-1;t>=0;t--)if("unset"==e.value[t][1])return!0;return!1},_s=ho;function Es(e,t){return e.components.filter(t)[0]}var vs=function(e,t){var n,r=(n=t,function(e){return n.name===e.name});return Es(e,r)||function(e,t){var n,r,i;if(!_s[e.name].shorthandComponents)return;for(r=0,i=e.components.length;r<i;r++)if(n=Es(e.components[r],t))return n}(e,r)},ys=ho;function bs(e,t){var n=ys[e.name];return"components"in n&&n.components.indexOf(t.name)>-1}var As=function(e,t,n){return bs(e,t)||!n&&!!ys[e.name].shorthandComponents&&function(e,t){return e.components.some((function(e){return bs(e,t)}))}(e,t)},Ss=ke;var Ds=ho;var Ts=La,Cs=gs,Os=Ia,Rs=vs,ws=As,ks=function(e){return"font"!=e.name||-1==e.value[0][1].indexOf(Ss.INTERNAL)},xs=function(e,t){return e.name in Ds&&"overridesShorthands"in Ds[e.name]&&Ds[e.name].overridesShorthands.indexOf(t.name)>-1},Ms=Ut,Fs=ho,Ns=Jt,Is=Ha,Ls=en,Ps=dt,Bs=ht,Us=ke,Vs=Bo;function Ks(e,t,n){return t===n}function zs(e,t){for(var n=0;n<e.components.length;n++){var r=e.components[n],i=Fs[r.name],o=i&&i.canOverride||Ks,a=Ls(r);if(a.value=[[Bs.PROPERTY_VALUE,i.defaultValue]],!Os(o.bind(null,t),a,r))return!0}return!1}function Gs(e,t){t.unused=!0,qs(t,js(e)),e.value=t.value}function Hs(e,t){t.unused=!0,e.multiplex=!0,e.value=t.value}function Xs(e,t){t.multiplex?Hs(e,t):e.multiplex?Gs(e,t):function(e,t){t.unused=!0,e.value=t.value}(e,t)}function Ws(e,t){t.unused=!0;for(var n=0,r=e.components.length;n<r;n++)Xs(e.components[n],t.components[n])}function qs(e,t){e.multiplex=!0,Fs[e.name].shorthand?function(e,t){var n,r,i;for(r=0,i=e.components.length;r<i;r++)(n=e.components[r]).multiplex||Ys(n,t)}(e,t):Ys(e,t)}function Ys(e,t){for(var n,r=Fs[e.name],i="real"==r.intoMultiplexMode,o="real"==r.intoMultiplexMode?e.value.slice(0):"placeholder"==r.intoMultiplexMode?r.placeholderValue:r.defaultValue,a=js(e),s=o.length;a<t;a++)if(e.value.push([Bs.PROPERTY_VALUE,Us.COMMA]),Array.isArray(o))for(n=0;n<s;n++)e.value.push(i?o[n]:[Bs.PROPERTY_VALUE,o[n]]);else e.value.push(i?o:[Bs.PROPERTY_VALUE,o])}function js(e){for(var t=0,n=0,r=e.value.length;n<r;n++)e.value[n][1]==Us.COMMA&&t++;return t+1}function $s(e){var t=[Bs.PROPERTY,[Bs.PROPERTY_NAME,e.name]].concat(e.value);return Vs([t],0).length}function Qs(e,t,n){for(var r=0,i=t;i>=0&&(e[i].name!=n||e[i].unused||r++,!(r>1));i--);return r>1}function Zs(e,t){for(var n=0,r=e.components.length;n<r;n++)if(!Js(t.isUrl,e.components[n])&&Js(t.isFunction,e.components[n]))return!0;return!1}function Js(e,t){for(var n=0,r=t.value.length;n<r;n++)if(t.value[n][1]!=Us.COMMA&&e(t.value[n][1]))return!0;return!1}function eu(e,t){if(!e.multiplex&&!t.multiplex||e.multiplex&&t.multiplex)return!1;var n,r=e.multiplex?e:t,i=e.multiplex?t:e,o=Ns(r);Ps([o],Is);var a=Ns(i);Ps([a],Is);var s=$s(o)+1+$s(a);return e.multiplex?Gs(n=Rs(o,a),a):(n=Rs(a,o),qs(a,js(o)),Hs(n,o)),Ps([a],Is),s<=$s(a)}function tu(e){return e.name in Fs}function nu(e,t){return!e.multiplex&&("background"==e.name||"background-image"==e.name)&&t.multiplex&&("background"==t.name||"background-image"==t.name)&&function(e){for(var t=function(e){for(var t=[],n=0,r=[],i=e.length;n<i;n++){var o=e[n];o[1]==Us.COMMA?(t.push(r),r=[]):r.push(o)}return t.push(r),t}(e),n=0,r=t.length;n<r;n++)if(1==t[n].length&&"none"==t[n][0][1])return!0;return!1}(t.value)}var ru=function(e,t,n,r){var i,o,a,s,u,l,c,f,p,d,h;e:for(p=e.length-1;p>=0;p--)if(tu(o=e[p])&&!o.block){i=Fs[o.name].canOverride||Ks;t:for(d=p-1;d>=0;d--)if(tu(a=e[d])&&!a.block&&!a.dynamic&&!o.dynamic&&!a.unused&&!o.unused&&(!a.hack||o.hack||o.important)&&(a.hack||a.important||!o.hack)&&(a.important!=o.important||a.hack[0]==o.hack[0])&&!(a.important==o.important&&(a.hack[0]!=o.hack[0]||a.hack[1]&&a.hack[1]!=o.hack[1])||Ts(o)||nu(a,o)))if(o.shorthand&&ws(o,a)){if(!o.important&&a.important)continue;if(!Ms([a],o.components))continue;if(!Js(r.isFunction,a)&&Zs(o,r))continue;if(!ks(o)){a.unused=!0;continue}s=Rs(o,a),i=Fs[a.name].canOverride||Ks,Os(i.bind(null,r),a,s)&&(a.unused=!0)}else if(o.shorthand&&xs(o,a)){if(!o.important&&a.important)continue;if(!Ms([a],o.components))continue;if(!Js(r.isFunction,a)&&Zs(o,r))continue;for(h=(u=a.shorthand?a.components:[a]).length-1;h>=0;h--)if(l=u[h],c=Rs(o,l),i=Fs[l.name].canOverride||Ks,!Os(i.bind(null,r),a,c))continue t;a.unused=!0}else if(t&&a.shorthand&&!o.shorthand&&ws(a,o,!0)){if(o.important&&!a.important)continue;if(!o.important&&a.important){o.unused=!0;continue}if(Qs(e,p-1,a.name))continue;if(Zs(a,r))continue;if(!ks(a))continue;if(Cs(a)||Cs(o))continue;if(s=Rs(a,o),Os(i.bind(null,r),s,o)){var m=!n.properties.backgroundClipMerging&&s.name.indexOf("background-clip")>-1||!n.properties.backgroundOriginMerging&&s.name.indexOf("background-origin")>-1||!n.properties.backgroundSizeMerging&&s.name.indexOf("background-size")>-1,g=Fs[o.name].nonMergeableValue===o.value[0][1];if(m||g)continue;if(!n.properties.merging&&zs(a,r))continue;if(s.value[0][1]!=o.value[0][1]&&(Ts(a)||Ts(o)))continue;if(eu(a,o))continue;!a.multiplex&&o.multiplex&&qs(a,js(o)),Xs(s,o),a.dirty=!0}}else if(t&&a.shorthand&&o.shorthand&&a.name==o.name){if(!a.multiplex&&o.multiplex)continue;if(!o.important&&a.important){o.unused=!0;continue e}if(o.important&&!a.important){a.unused=!0;continue}if(!ks(o)){a.unused=!0;continue}for(h=a.components.length-1;h>=0;h--){var _=a.components[h],E=o.components[h];if(i=Fs[_.name].canOverride||Ks,!Os(i.bind(null,r),_,E))continue e}Ws(a,o),a.dirty=!0}else if(t&&a.shorthand&&o.shorthand&&ws(a,o)){if(!a.important&&o.important)continue;if(s=Rs(a,o),i=Fs[o.name].canOverride||Ks,!Os(i.bind(null,r),s,o))continue;if(a.important&&!o.important){o.unused=!0;continue}if(Fs[o.name].restore(o,Fs).length>1)continue;Xs(s=Rs(a,o),o),o.dirty=!0}else if(a.name==o.name){if(f=!0,o.shorthand)for(h=o.components.length-1;h>=0&&f;h--)l=a.components[h],c=o.components[h],i=Fs[c.name].canOverride||Ks,f=Os(i.bind(null,r),l,c);else i=Fs[o.name].canOverride||Ks,f=Os(i.bind(null,r),a,o);if(a.important&&!o.important&&f){o.unused=!0;continue}if(!a.important&&o.important&&f){a.unused=!0;continue}if(!f)continue;a.unused=!0}}},iu=ms,ou=ru,au=za,su=Ha,uu=St,lu=rt,cu=dt,fu=Fn;var pu=function e(t,n,r,i){var o,a,s,u=i.options.level[fu.Two],l=uu(t,u.skipProperties);for(au(l,i.validator,i.warnings),a=0,s=l.length;a<s;a++)(o=l[a]).block&&e(o.value[0][1],n,r,i);r&&u.mergeIntoShorthands&&iu(l,i.validator),n&&u.overrideProperties&&ou(l,r,i.options.compatibility,i.validator),cu(l,su),lu(l)},du=Fa,hu=pu,mu=z,gu=Qe,_u=Fn,Eu=Po,vu=Uo,yu=ht;var bu=function(e,t){for(var n=[null,[],[]],r=t.options,i=r.compatibility.selectors.adjacentSpace,o=r.level[_u.One].selectorsSortingMethod,a=r.compatibility.selectors.mergeablePseudoClasses,s=r.compatibility.selectors.mergeablePseudoElements,u=r.compatibility.selectors.mergeLimit,l=r.compatibility.selectors.multiplePseudoMerging,c=0,f=e.length;c<f;c++){var p=e[c];p[0]==yu.RULE?n[0]==yu.RULE&&vu(p[1])==vu(n[1])?(Array.prototype.push.apply(n[2],p[2]),hu(n[2],!0,!0,t),p[2]=[]):n[0]==yu.RULE&&Eu(p[2])==Eu(n[2])&&du(vu(p[1]),a,s,l)&&du(vu(n[1]),a,s,l)&&n[1].length<u?(n[1]=gu(n[1].concat(p[1]),!1,i,!1,t.warnings),n[1]=n.length>1?mu(n[1],o):n[1],p[2]=[]):n=p:n=[null,[],[]]}},Au=/--.+$/;function Su(e){return e.replace(Au,"")}var Du=function(e,t,n){var r,i,o,a,s,u;for(o=0,a=e.length;o<a;o++)for(r=e[o][1],s=0,u=t.length;s<u;s++){if(r==(i=t[s][1]))return!0;if(n&&Su(r)==Su(i))return!0}return!1},Tu=ke,Cu=".",Ou="#",Ru=":",wu=/[a-zA-Z]/,ku=":not(",xu=/[\s,(>~+]/;function Mu(e,t){return e.indexOf(ku,t)===t}var Fu=function(e){var t,n,r,i,o,a,s,u=[0,0,0],l=0,c=!1,f=!1;for(a=0,s=e.length;a<s;a++){if(t=e[a],n);else if(t!=Tu.SINGLE_QUOTE||i||r)if(t==Tu.SINGLE_QUOTE&&!i&&r)r=!1;else if(t!=Tu.DOUBLE_QUOTE||i||r)if(t==Tu.DOUBLE_QUOTE&&i&&!r)i=!1;else{if(r||i)continue;l>0&&!c||(t==Tu.OPEN_ROUND_BRACKET?l++:t==Tu.CLOSE_ROUND_BRACKET&&1==l?(l--,c=!1):t==Tu.CLOSE_ROUND_BRACKET?l--:t==Ou?u[0]++:t==Cu||t==Tu.OPEN_SQUARE_BRACKET?u[1]++:t!=Ru||f||Mu(e,a)?t==Ru?c=!0:(0===a||o)&&wu.test(t)&&u[2]++:(u[1]++,c=!1))}else i=!0;else r=!0;f=t==Ru,o=!(n=t==Tu.BACK_SLASH)&&xu.test(t)}return u},Nu=Fu;function Iu(e,t){var n;return e in t||(t[e]=n=Nu(e)),n||t[e]}var Lu=function(e,t,n){var r,i,o,a,s,u;for(o=0,a=e.length;o<a;o++)for(r=Iu(e[o][1],n),s=0,u=t.length;s<u;s++)if(i=Iu(t[s][1],n),r[0]===i[0]&&r[1]===i[1]&&r[2]===i[2])return!0;return!1},Pu=Du,Bu=Lu,Uu=/align-items|box-align|box-pack|flex|justify/,Vu=/^border-(top|right|bottom|left|color|style|width|radius)/;function Ku(e,t,n){var r,i,o=e[0],a=e[1],s=e[2],u=e[5],l=e[6],c=t[0],f=t[1],p=t[2],d=t[5],h=t[6];return!("font"==o&&"line-height"==c||"font"==c&&"line-height"==o)&&((!Uu.test(o)||!Uu.test(c))&&(!(s==p&&Gu(o)==Gu(c)&&zu(o)^zu(c))&&(("border"!=s||!Vu.test(p)||!("border"==o||o==p||a!=f&&Hu(o,c)))&&(("border"!=p||!Vu.test(s)||!("border"==c||c==s||a!=f&&Hu(o,c)))&&(("border"!=s||"border"!=p||o==c||!(Xu(o)&&Wu(c)||Wu(o)&&Xu(c)))&&(s!=p||(!(o!=c||s!=p||a!=f&&(r=a,i=f,!zu(r)||!zu(i)||r.split("-")[1]==i.split("-")[2]))||(o!=c&&s==p&&o!=s&&c!=p||(o!=c&&s==p&&a==f||(!(!h||!l||qu(s)||qu(p)||Pu(d,u,!1))||!Bu(u,d,n)))))))))))}function zu(e){return/^-(?:moz|webkit|ms|o)-/.test(e)}function Gu(e){return e.replace(/^-(?:moz|webkit|ms|o)-/,"")}function Hu(e,t){return e.split("-").pop()==t.split("-").pop()}function Xu(e){return"border-top"==e||"border-right"==e||"border-bottom"==e||"border-left"==e}function Wu(e){return"border-color"==e||"border-style"==e||"border-width"==e}function qu(e){return"font"==e||"line-height"==e||"list-style"==e}var Yu=function(e,t,n){for(var r=t.length-1;r>=0;r--)for(var i=e.length-1;i>=0;i--)if(!Ku(e[i],t[r],n))return!1;return!0},ju=ht,$u=Uo,Qu=Vo;function Zu(e){return"list-style"==e?e:e.indexOf("-radius")>0?"border-radius":"border-collapse"==e||"border-spacing"==e||"border-image"==e?e:0===e.indexOf("border-")&&/^border-\w+-\w+$/.test(e)?e.match(/border-\w+/)[0]:0===e.indexOf("border-")&&/^border-\w+$/.test(e)?"border":0===e.indexOf("text-")||"-chrome-"==e?e:e.replace(/^-\w+-/,"").match(/([a-zA-Z]+)/)[0].toLowerCase()}var Ju=function e(t){var n,r,i,o,a,s,u=[];if(t[0]==ju.RULE)for(n=!/[.+>~]/.test($u(t[1])),a=0,s=t[2].length;a<s;a++)(r=t[2][a])[0]==ju.PROPERTY&&0!==(i=r[1][1]).length&&(o=Qu(r,a),u.push([i,o,Zu(i),t[2][a],i+":"+o,t[1],n]));else if(t[0]==ju.NESTED_BLOCK)for(a=0,s=t[2].length;a<s;a++)u=u.concat(e(t[2][a]));return u},el=Yu,tl=Ku,nl=Ju,rl=Du,il=Uo,ol=Fn,al=ht;function sl(e,t,n){var r,i,o,a,s,u,l,c;for(s=0,u=e.length;s<u;s++)for(i=(r=e[s])[5],l=0,c=t.length;l<c;l++)if(a=(o=t[l])[5],rl(i,a,!0)&&!tl(r,o,n))return!1;return!0}var ul=function(e,t){for(var n=t.options.level[ol.Two].mergeSemantically,r=t.cache.specificity,i={},o=[],a=e.length-1;a>=0;a--){var s=e[a];if(s[0]==al.NESTED_BLOCK){var u=il(s[1]),l=i[u];l||(l=[],i[u]=l),l.push(a)}}for(var c in i){var f=i[c];e:for(var p=f.length-1;p>0;p--){var d=f[p],h=e[d],m=f[p-1],g=e[m];t:for(var _=1;_>=-1;_-=2){for(var E=1==_,v=E?d+1:m-1,y=E?m:d,b=E?1:-1,A=E?h:g,S=E?g:h,D=nl(A);v!=y;){var T=nl(e[v]);if(v+=b,!(n&&sl(D,T,r)||el(D,T,r)))continue t}S[2]=E?A[2].concat(S[2]):S[2].concat(A[2]),A[2]=[],o.push(S);continue e}}}return o},ll=Fa,cl=z,fl=Qe,pl=Fn,dl=Po,hl=Uo,ml=ht;function gl(e){return/\.|\*| :/.test(e)}function _l(e){var t=hl(e[1]);return t.indexOf("__")>-1||t.indexOf("--")>-1}function El(e){return e.replace(/--[^ ,>+~:]+/g,"")}function vl(e,t){var n=El(hl(e[1]));for(var r in t){var i=t[r],o=El(hl(i[1]));(o.indexOf(n)>-1||n.indexOf(o)>-1)&&delete t[r]}}var yl=function(e,t){for(var n=t.options,r=n.level[pl.Two].mergeSemantically,i=n.compatibility.selectors.adjacentSpace,o=n.level[pl.One].selectorsSortingMethod,a=n.compatibility.selectors.mergeablePseudoClasses,s=n.compatibility.selectors.mergeablePseudoElements,u=n.compatibility.selectors.multiplePseudoMerging,l={},c=e.length-1;c>=0;c--){var f=e[c];if(f[0]==ml.RULE){f[2].length>0&&!r&&gl(hl(f[1]))&&(l={}),f[2].length>0&&r&&_l(f)&&vl(f,l);var p=dl(f[2]),d=l[p];d&&ll(hl(f[1]),a,s,u)&&ll(hl(d[1]),a,s,u)&&(f[2].length>0?(f[1]=fl(d[1].concat(f[1]),!1,i,!1,t.warnings),f[1]=f[1].length>1?cl(f[1],o):f[1]):f[1]=d[1].concat(f[1]),d[2]=[],l[p]=null),l[dl(f[2])]=f}}},bl=Yu,Al=Ju,Sl=pu,Dl=Uo,Tl=ht;var Cl=function(e,t){var n,r=t.cache.specificity,i={},o=[];for(n=e.length-1;n>=0;n--)if(e[n][0]==Tl.RULE&&0!==e[n][2].length){var a=Dl(e[n][1]);i[a]=[n].concat(i[a]||[]),2==i[a].length&&o.push(a)}for(n=o.length-1;n>=0;n--){var s=i[o[n]];e:for(var u=s.length-1;u>0;u--){var l=s[u-1],c=e[l],f=s[u],p=e[f];t:for(var d=1;d>=-1;d-=2){for(var h=1==d,m=h?l+1:f-1,g=h?f:l,_=h?1:-1,E=h?c:p,v=h?p:c,y=Al(E);m!=g;){var b=Al(e[m]);m+=_;var A=h?bl(y,b,r):bl(b,y,r);if(!A&&!h)continue e;if(!A&&h)continue t}h?(Array.prototype.push.apply(E[2],v[2]),v[2]=E[2]):Array.prototype.push.apply(v[2],E[2]),Sl(v[2],!0,!0,t),E[2]=[]}}}};var Ol=function e(t){for(var n=t.slice(0),r=0,i=n.length;r<i;r++)Array.isArray(n[r])&&(n[r]=e(n[r]));return n},Rl=Fa,wl=pu,kl=Ol,xl=ht,Ml=Po,Fl=Uo;function Nl(e){for(var t=[],n=0;n<e.length;n++)t.push([e[n][1]]);return t}function Il(e,t,n,r,i){for(var o=[],a=[],s=[],u=t.length-1;u>=0;u--)if(!n.filterOut(u,o)){var l=t[u].where,c=e[l],f=kl(c[2]);o=o.concat(f),a.push(f),s.push(l)}wl(o,!0,!1,i);for(var p=s.length,d=o.length-1,h=p-1;h>=0;)if((0===h||o[d]&&a[h].indexOf(o[d])>-1)&&d>-1)d--;else{var m=o.splice(d+1);n.callback(e[s[h]],m,p,h),h--}}var Ll=function(e,t){for(var n=t.options,r=n.compatibility.selectors.mergeablePseudoClasses,i=n.compatibility.selectors.mergeablePseudoElements,o=n.compatibility.selectors.multiplePseudoMerging,a={},s=[],u=e.length-1;u>=0;u--){var l=e[u];if(l[0]==xl.RULE&&0!==l[2].length)for(var c=Fl(l[1]),f=l[1].length>1&&Rl(c,r,i,o),p=Nl(l[1]),d=f?[c].concat(p):[c],h=0,m=d.length;h<m;h++){var g=d[h];a[g]?s.push(g):a[g]=[],a[g].push({where:u,list:p,isPartial:f&&h>0,isComplex:f&&0===h})}}!function(e,t,n,r,i){function o(e,t){return l[e].isPartial&&0===t.length}function a(e,t,n,r){l[n-r-1].isPartial||(e[2]=t)}for(var s=0,u=t.length;s<u;s++){var l=n[t[s]];Il(e,l,{filterOut:o,callback:a},r,i)}}(e,s,a,n,t),function(e,t,n,r){var i=n.compatibility.selectors.mergeablePseudoClasses,o=n.compatibility.selectors.mergeablePseudoElements,a=n.compatibility.selectors.multiplePseudoMerging,s={};function u(e){return s.data[e].where<s.intoPosition}function l(e,t,n,r){0===r&&s.reducedBodies.push(t)}e:for(var c in t){var f=t[c];if(f[0].isComplex){var p=f[f.length-1].where,d=e[p],h=[],m=Rl(c,i,o,a)?f[0].list:[c];s.intoPosition=p,s.reducedBodies=h;for(var g=0,_=m.length;g<_;g++){var E=t[m[g]];if(E.length<2)continue e;if(s.data=E,Il(e,E,{filterOut:u,callback:l},n,r),Ml(h[h.length-1])!=Ml(h[0]))continue e}d[2]=h[0]}}}(e,a,n,t)},Pl=ht,Bl=Lo;var Ul=function(e){var t,n,r,i,o=[];for(r=0,i=e.length;r<i;r++)(t=e[r])[0]!=Pl.AT_RULE_BLOCK&&"@font-face"!=t[1][0][1]||(n=Bl([t]),o.indexOf(n)>-1?t[2]=[]:o.push(n))},Vl=ht,Kl=Lo,zl=Uo;var Gl=function(e){var t,n,r,i,o,a={};for(i=0,o=e.length;i<o;i++)(n=e[i])[0]==Vl.NESTED_BLOCK&&((t=a[r=zl(n[1])+"%"+Kl(n[2])])&&(t[2]=[]),a[r]=n)},Hl=ht,Xl=Po,Wl=Uo;var ql=function(e){for(var t,n,r,i,o={},a=[],s=0,u=e.length;s<u;s++)(n=e[s])[0]==Hl.RULE&&(o[t=Wl(n[1])]&&1==o[t].length?a.push(t):o[t]=o[t]||[],o[t].push(s));for(s=0,u=a.length;s<u;s++){i=[];for(var l=o[t=a[s]].length-1;l>=0;l--)n=e[o[t][l]],r=Xl(n[2]),i.indexOf(r)>-1?n[2]=[]:i.push(r)}},Yl=za,jl=Dt,$l=dt,Ql=ht,Zl=/^(-moz-|-o-|-webkit-)?animation-name$/,Jl=/^(-moz-|-o-|-webkit-)?animation$/,ec=/^@(-moz-|-o-|-webkit-)?keyframes /,tc=/\s{0,31}!important$/,nc=/^(['"]?)(.*)\1$/;function rc(e){return e.replace(nc,"$2").replace(tc,"")}function ic(e,t,n,r){var i,o,a,s,u,l={};for(s=0,u=e.length;s<u;s++)t(e[s],l);if(0!==Object.keys(l).length)for(i in oc(e,n,l,r),l)for(s=0,u=(o=l[i]).length;s<u;s++)(a=o[s])[a[0]==Ql.AT_RULE?1:2]=[]}function oc(e,t,n,r){var i,o,a=t(n);for(i=0,o=e.length;i<o;i++)switch(e[i][0]){case Ql.RULE:a(e[i],r);break;case Ql.NESTED_BLOCK:oc(e[i][2],t,n,r)}}function ac(e,t){var n;e[0]==Ql.AT_RULE_BLOCK&&0===e[1][0][1].indexOf("@counter-style")&&(t[n=e[1][0][1].split(" ")[1]]=t[n]||[],t[n].push(e))}function sc(e){return function(t,n){var r,i,o,a;for(o=0,a=t[2].length;o<a;o++)"list-style"==(r=t[2][o])[1][1]&&(i=jl(r),Yl([i],n.validator,n.warnings),i.components[0].value[0][1]in e&&delete e[r[2][1]],$l([i])),"list-style-type"==r[1][1]&&r[2][1]in e&&delete e[r[2][1]]}}function uc(e,t){var n,r,i,o;if(e[0]==Ql.AT_RULE_BLOCK&&"@font-face"==e[1][0][1])for(i=0,o=e[2].length;i<o;i++)if("font-family"==(n=e[2][i])[1][1]){t[r=rc(n[2][1].toLowerCase())]=t[r]||[],t[r].push(e);break}}function lc(e){return function(t,n){var r,i,o,a,s,u,l,c;for(s=0,u=t[2].length;s<u;s++){if("font"==(r=t[2][s])[1][1]){for(i=jl(r),Yl([i],n.validator,n.warnings),l=0,c=(o=i.components[6]).value.length;l<c;l++)(a=rc(o.value[l][1].toLowerCase()))in e&&delete e[a];$l([i])}if("font-family"==r[1][1])for(l=2,c=r.length;l<c;l++)(a=rc(r[l][1].toLowerCase()))in e&&delete e[a]}}}function cc(e,t){var n;e[0]==Ql.NESTED_BLOCK&&ec.test(e[1][0][1])&&(t[n=e[1][0][1].split(" ")[1]]=t[n]||[],t[n].push(e))}function fc(e){return function(t,n){var r,i,o,a,s,u,l;for(a=0,s=t[2].length;a<s;a++){if(r=t[2][a],Jl.test(r[1][1])){for(i=jl(r),Yl([i],n.validator,n.warnings),u=0,l=(o=i.components[7]).value.length;u<l;u++)o.value[u][1]in e&&delete e[o.value[u][1]];$l([i])}if(Zl.test(r[1][1]))for(u=2,l=r.length;u<l;u++)r[u][1]in e&&delete e[r[u][1]]}}}function pc(e,t){var n;e[0]==Ql.AT_RULE&&0===e[1].indexOf("@namespace")&&(t[n=e[1].split(" ")[1]]=t[n]||[],t[n].push(e))}function dc(e){var t=new RegExp(Object.keys(e).join("\\||")+"\\|","g");return function(n){var r,i,o,a,s,u;for(o=0,a=n[1].length;o<a;o++)for(s=0,u=(r=n[1][o][1].match(t)).length;s<u;s++)(i=r[s].substring(0,r[s].length-1))in e&&delete e[i]}}var hc=function(e,t){ic(e,ac,sc,t),ic(e,uc,lc,t),ic(e,cc,fc,t),ic(e,pc,dc,t)};function mc(e,t){return e[1]>t[1]?1:-1}var gc=function(e){for(var t=[],n=[],r=0,i=e.length;r<i;r++){var o=e[r];-1==n.indexOf(o[1])&&(n.push(o[1]),t.push(o))}return t.sort(mc)},_c=Ku,Ec=Ju,vc=Fa,yc=gc,bc=ht,Ac=Ol,Sc=Po,Dc=Uo;function Tc(e,t){return e>t?1:-1}var Cc=function(e,t){var n,r,i,o=t.options,a=o.compatibility.selectors.mergeablePseudoClasses,s=o.compatibility.selectors.mergeablePseudoElements,u=o.compatibility.selectors.mergeLimit,l=o.compatibility.selectors.multiplePseudoMerging,c=t.cache.specificity,f={},p=[],d={},h=[],m=2,g="%";function _(e,t){var n=function(e){for(var t=[],n=0,r=e.length;n<r;n++)t.push(Dc(e[n][1]));return t.join(g)}(t);return d[n]=d[n]||[],d[n].push([e,t]),n}function E(e){var t,n=e.split(g),r=[];for(var i in d){var o=i.split(g);for(t=o.length-1;t>=0;t--)if(n.indexOf(o[t])>-1){r.push(i);break}}for(t=r.length-1;t>=0;t--)delete d[r[t]]}function v(e){for(var t=[],n=[],r=e.length-1;r>=0;r--)vc(Dc(e[r][1]),a,s,l)&&(n.unshift(e[r]),e[r][2].length>0&&-1==t.indexOf(e[r])&&t.push(e[r]));return t.length>1?n:[]}function y(e,t){var n=t[0],r=t[1],i=t[4],o=n.length+r.length+1,a=[],s=[],u=v(f[i]);if(!(u.length<2)){var l=A(u,o,1),c=l[0];if(c[1]>0)return function(e,t,n){for(var r=n.length-1;r>=0;r--){var i=_(t,n[r][0]);if(d[i].length>1&&O(e,d[i])){E(i);break}}}(e,t,l);for(var p=c[0].length-1;p>=0;p--)a=c[0][p][1].concat(a),s.unshift(c[0][p]);T(e,[t],a=yc(a),s)}}function b(e,t){return e[1]>t[1]?1:e[1]==t[1]?0:-1}function A(e,t,n){return S(e,t,n,m-1).sort(b)}function S(e,t,n,r){var i=[[e,D(e,t,n)]];if(e.length>2&&r>0)for(var o=e.length-1;o>=0;o--){var a=Array.prototype.slice.call(e,0);a.splice(o,1),i=i.concat(S(a,t,n,r-1))}return i}function D(e,t,n){for(var r=0,i=e.length-1;i>=0;i--)r+=e[i][2].length>n?Dc(e[i][1]).length:-1;return r-(e.length-1)*t+1}function T(t,n,r,i){var o,a,s,u,l=[];for(o=i.length-1;o>=0;o--){var c=i[o];for(a=c[2].length-1;a>=0;a--){var f=c[2][a];for(s=0,u=n.length;s<u;s++){var p=n[s],d=f[1][1],h=p[0],m=p[4];if(d==h&&Sc([f])==m){c[2].splice(a,1);break}}}}for(o=n.length-1;o>=0;o--)l.unshift(n[o][3]);var g=[bc.RULE,r,l];e.splice(t,0,g)}function C(e,t){var n=t[4],r=f[n];r&&r.length>1&&(function(e,t){var n,r,i=[],o=[],a=t[4],s=v(f[a]);if(s.length<2)return;e:for(var u in f){var l=f[u];for(n=s.length-1;n>=0;n--)if(-1==l.indexOf(s[n]))continue e;i.push(u)}if(i.length<2)return!1;for(n=i.length-1;n>=0;n--)for(r=p.length-1;r>=0;r--)if(p[r][4]==i[n]){o.unshift([p[r],s]);break}return O(e,o)}(e,t)||y(e,t))}function O(e,t){for(var n,r=0,i=[],o=t.length-1;o>=0;o--){r+=(n=t[o][0])[4].length+(o>0?1:0),i.push(n)}var a=A(t[0][1],r,i.length)[0];if(a[1]>0)return!1;var s=[],u=[];for(o=a[0].length-1;o>=0;o--)s=a[0][o][1].concat(s),u.unshift(a[0][o]);for(T(e,i,s=yc(s),u),o=i.length-1;o>=0;o--){n=i[o];var l=p.indexOf(n);delete f[n[4]],l>-1&&-1==h.indexOf(l)&&h.push(l)}return!0}function R(e,t,n){if(e[0]!=t[0])return!1;var r=t[4],i=f[r];return i&&i.indexOf(n)>-1}for(var w=e.length-1;w>=0;w--){var k,x,M,F,N,I=e[w];if(I[0]==bc.RULE)k=!0;else{if(I[0]!=bc.NESTED_BLOCK)continue;k=!1}var L=p.length,P=Ec(I);h=[];var B=[];for(x=P.length-1;x>=0;x--)for(M=x-1;M>=0;M--)if(!_c(P[x],P[M],c)){B.push(x);break}for(x=P.length-1;x>=0;x--){var U=P[x],V=!1;for(M=0;M<L;M++){var K=p[M];-1==h.indexOf(M)&&(!_c(U,K,c)&&!R(U,K,I)||f[K[4]]&&f[K[4]].length===u)&&(C(w+1,K),-1==h.indexOf(M)&&(h.push(M),delete f[K[4]])),V||(V=U[0]==K[0]&&U[1]==K[1])&&(N=M)}if(k&&!(B.indexOf(x)>-1)){var z=U[4];V&&p[N][5].length+U[5].length>u?(C(w+1,p[N]),p.splice(N,1),f[z]=[I],V=!1):(f[z]=f[z]||[],f[z].push(I)),V?p[N]=(n=p[N],r=U,i=void 0,(i=Ac(n))[5]=i[5].concat(r[5]),i):p.push(U)}}for(x=0,F=(h=h.sort(Tc)).length;x<F;x++){var G=h[x]-x;p.splice(G,1)}}for(var H=e[0]&&e[0][0]==bc.AT_RULE&&0===e[0][1].indexOf("@charset")?1:0;H<e.length-1;H++){var X=e[H][0]===bc.AT_RULE&&0===e[H][1].indexOf("@import"),W=e[H][0]===bc.COMMENT;if(!X&&!W)break}for(w=0;w<p.length;w++)C(H,p[w])},Oc=bu,Rc=ul,wc=yl,kc=Cl,xc=Ll,Mc=Ul,Fc=Gl,Nc=ql,Ic=hc,Lc=Cc,Pc=pu,Bc=Fn,Uc=ht;function Vc(e){for(var t=0,n=e.length;t<n;t++){var r=e[t],i=!1;switch(r[0]){case Uc.RULE:i=0===r[1].length||0===r[2].length;break;case Uc.NESTED_BLOCK:Vc(r[2]),i=0===r[2].length;break;case Uc.AT_RULE:i=0===r[1].length;break;case Uc.AT_RULE_BLOCK:i=0===r[2].length}i&&(e.splice(t,1),t--,n--)}}function Kc(e,t){for(var n=0,r=e.length;n<r;n++){var i=e[n];switch(i[0]){case Uc.RULE:Pc(i[2],!0,!0,t);break;case Uc.NESTED_BLOCK:Kc(i[2],t)}}}function zc(e,t,n){var r,i,o=t.options.level[Bc.Two],a=t.options.plugins.level2Block;if(function(e,t){for(var n=0,r=e.length;n<r;n++){var i=e[n];if(i[0]==Uc.NESTED_BLOCK){var o=/@(-moz-|-o-|-webkit-)?keyframes/.test(i[1][0][1]);zc(i[2],t,!o)}}}(e,t),Kc(e,t),o.removeDuplicateRules&&Nc(e),o.mergeAdjacentRules&&Oc(e,t),o.reduceNonAdjacentRules&&xc(e,t),o.mergeNonAdjacentRules&&"body"!=o.mergeNonAdjacentRules&&kc(e,t),o.mergeNonAdjacentRules&&"selector"!=o.mergeNonAdjacentRules&&wc(e,t),o.restructureRules&&o.mergeAdjacentRules&&n&&(Lc(e,t),Oc(e,t)),o.restructureRules&&!o.mergeAdjacentRules&&n&&Lc(e,t),o.removeDuplicateFontRules&&Mc(e),o.removeDuplicateMediaBlocks&&Fc(e),o.removeUnusedAtRules&&Ic(e,t),o.mergeMedia)for(i=(r=Rc(e,t)).length-1;i>=0;i--)zc(r[i][2],t,!1);for(i=0;i<a.length;i++)a[i](e);return o.removeEmpty&&Vc(e),e}var Gc=zc,Hc="var\\(\\-\\-[^\\)]+\\)",Xc="("+Hc+"|[A-Z]+(\\-|[A-Z]|[0-9])+\\(.*?\\)|\\-(\\-|[A-Z]|[0-9])+\\(.*?\\))",Wc=new RegExp("^(\\-moz\\-|\\-webkit\\-)?calc\\([^\\)]+\\)$","i"),qc=/[0-9]/,Yc=new RegExp("^"+Xc+"$","i"),jc=/^#(?:[0-9a-f]{4}|[0-9a-f]{8})$/i,$c=/^hsl\(\s{0,31}[-.]?\d+\s{0,31},\s{0,31}\d*\.?\d+%\s{0,31},\s{0,31}\d*\.?\d+%\s{0,31}\)|hsla\(\s{0,31}[-.]?\d+\s{0,31},\s{0,31}\d*\.?\d+%\s{0,31},\s{0,31}\d*\.?\d+%\s{0,31},\s{0,31}\.?\d+\s{0,31}\)$/,Qc=/^hsl\(\s{0,31}[-.]?\d+(deg)?\s{1,31}\d*\.?\d+%\s{1,31}\d*\.?\d+%\s{0,31}\)|hsla\(\s{0,31}[-.]?\d+(deg)?\s{1,31}\d*\.?\d+%\s{1,31}\d*\.?\d+%\s{1,31}\/\s{1,31}\d*\.?\d+%?\s{0,31}\)$/,Zc=/^(-[a-z0-9_][a-z0-9\-_]*|[a-z_][a-z0-9\-_]*)$/i,Jc=/^[a-z]+$/i,ef=/^-([a-z0-9]|-)*$/i,tf=/^("[^"]*"|'[^']*')$/i,nf=/^rgb\(\s{0,31}[\d]{1,3}\s{0,31},\s{0,31}[\d]{1,3}\s{0,31},\s{0,31}[\d]{1,3}\s{0,31}\)|rgba\(\s{0,31}[\d]{1,3}\s{0,31},\s{0,31}[\d]{1,3}\s{0,31},\s{0,31}[\d]{1,3}\s{0,31},\s{0,31}[.\d]+\s{0,31}\)$/i,rf=/^rgb\(\s{0,31}[\d]{1,3}\s{1,31}[\d]{1,3}\s{1,31}[\d]{1,3}\s{0,31}\)|rgba\(\s{0,31}[\d]{1,3}\s{1,31}[\d]{1,3}\s{1,31}[\d]{1,3}\s{1,31}\/\s{1,31}[\d]*\.?[.\d]+%?\s{0,31}\)$/i,of=/\d+(s|ms)/,af=/^(cubic-bezier|steps)\([^)]+\)$/,sf=["ms","s"],uf=/^url\([\s\S]+\)$/i,lf=new RegExp("^"+Hc+"$","i"),cf=/^#[0-9a-f]{8}$/i,ff=/^#[0-9a-f]{4}$/i,pf=/^#[0-9a-f]{6}$/i,df=/^#[0-9a-f]{3}$/i,hf=".",mf="-",gf="+",_f={"^":["inherit","initial","unset"],"*-style":["auto","dashed","dotted","double","groove","hidden","inset","none","outset","ridge","solid"],"*-timing-function":["ease","ease-in","ease-in-out","ease-out","linear","step-end","step-start"],"animation-direction":["alternate","alternate-reverse","normal","reverse"],"animation-fill-mode":["backwards","both","forwards","none"],"animation-iteration-count":["infinite"],"animation-name":["none"],"animation-play-state":["paused","running"],"background-attachment":["fixed","inherit","local","scroll"],"background-clip":["border-box","content-box","inherit","padding-box","text"],"background-origin":["border-box","content-box","inherit","padding-box"],"background-position":["bottom","center","left","right","top"],"background-repeat":["no-repeat","inherit","repeat","repeat-x","repeat-y","round","space"],"background-size":["auto","cover","contain"],"border-collapse":["collapse","inherit","separate"],bottom:["auto"],clear:["both","left","none","right"],color:["transparent"],cursor:["all-scroll","auto","col-resize","crosshair","default","e-resize","help","move","n-resize","ne-resize","no-drop","not-allowed","nw-resize","pointer","progress","row-resize","s-resize","se-resize","sw-resize","text","vertical-text","w-resize","wait"],display:["block","inline","inline-block","inline-table","list-item","none","table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row","table-row-group"],float:["left","none","right"],left:["auto"],font:["caption","icon","menu","message-box","small-caption","status-bar","unset"],"font-size":["large","larger","medium","small","smaller","x-large","x-small","xx-large","xx-small"],"font-stretch":["condensed","expanded","extra-condensed","extra-expanded","normal","semi-condensed","semi-expanded","ultra-condensed","ultra-expanded"],"font-style":["italic","normal","oblique"],"font-variant":["normal","small-caps"],"font-weight":["100","200","300","400","500","600","700","800","900","bold","bolder","lighter","normal"],"line-height":["normal"],"list-style-position":["inside","outside"],"list-style-type":["armenian","circle","decimal","decimal-leading-zero","disc","decimal|disc","georgian","lower-alpha","lower-greek","lower-latin","lower-roman","none","square","upper-alpha","upper-latin","upper-roman"],overflow:["auto","hidden","scroll","visible"],position:["absolute","fixed","relative","static"],right:["auto"],"text-align":["center","justify","left","left|right","right"],"text-decoration":["line-through","none","overline","underline"],"text-overflow":["clip","ellipsis"],top:["auto"],"vertical-align":["baseline","bottom","middle","sub","super","text-bottom","text-top","top"],visibility:["collapse","hidden","visible"],"white-space":["normal","nowrap","pre"],width:["inherit","initial","medium","thick","thin"]},Ef=["%","ch","cm","em","ex","in","mm","pc","pt","px","rem","vh","vm","vmax","vmin","vw"];function vf(e){return"auto"!=e&&(Rf("color")(e)||function(e){return df.test(e)||ff.test(e)||pf.test(e)||cf.test(e)}(e)||yf(e)||function(e){return Jc.test(e)}(e))}function yf(e){return kf(e)||Sf(e)}function bf(e){return Wc.test(e)}function Af(e){return Yc.test(e)}function Sf(e){return $c.test(e)||Qc.test(e)}function Df(e){return jc.test(e)}function Tf(e){return Zc.test(e)}function Cf(e){return tf.test(e)}function Of(e){return"none"==e||"inherit"==e||Lf(e)}function Rf(e){return function(t){return _f[e].indexOf(t)>-1}}function wf(e){return Bf(e)==e.length}function kf(e){return nf.test(e)||rf.test(e)}function xf(e){return ef.test(e)}function Mf(e){return wf(e)&&parseFloat(e)>=0}function Ff(e){return lf.test(e)}function Nf(e){var t=Bf(e);return t==e.length&&0===parseInt(e)||t>-1&&sf.indexOf(e.slice(t+1))>-1||function(e){return Af(e)&&of.test(e)}(e)}function If(e,t){var n=Bf(t);return n==t.length&&0===parseInt(t)||n>-1&&e.indexOf(t.slice(n+1).toLowerCase())>-1||"auto"==t||"inherit"==t}function Lf(e){return uf.test(e)}function Pf(e){return"auto"==e||wf(e)||Rf("^")(e)}function Bf(e){var t,n,r,i=!1,o=!1;for(n=0,r=e.length;n<r;n++)if(t=e[n],0!==n||t!=gf&&t!=mf){if(n>0&&o&&(t==gf||t==mf))return n-1;if(t!=hf||i){if(t==hf&&i)return n-1;if(qc.test(t))continue;return n-1}i=!0}else o=!0;return n}var Uf=function(e){var t,n=Ef.slice(0).filter((function(t){return!(t in e.units)||!0===e.units[t]}));return e.customUnits.rpx&&n.push("rpx"),{colorOpacity:e.colors.opacity,colorHexAlpha:e.colors.hexAlpha,isAnimationDirectionKeyword:Rf("animation-direction"),isAnimationFillModeKeyword:Rf("animation-fill-mode"),isAnimationIterationCountKeyword:Rf("animation-iteration-count"),isAnimationNameKeyword:Rf("animation-name"),isAnimationPlayStateKeyword:Rf("animation-play-state"),isTimingFunction:(t=Rf("*-timing-function"),function(e){return t(e)||af.test(e)}),isBackgroundAttachmentKeyword:Rf("background-attachment"),isBackgroundClipKeyword:Rf("background-clip"),isBackgroundOriginKeyword:Rf("background-origin"),isBackgroundPositionKeyword:Rf("background-position"),isBackgroundRepeatKeyword:Rf("background-repeat"),isBackgroundSizeKeyword:Rf("background-size"),isColor:vf,isColorFunction:yf,isDynamicUnit:bf,isFontKeyword:Rf("font"),isFontSizeKeyword:Rf("font-size"),isFontStretchKeyword:Rf("font-stretch"),isFontStyleKeyword:Rf("font-style"),isFontVariantKeyword:Rf("font-variant"),isFontWeightKeyword:Rf("font-weight"),isFunction:Af,isGlobal:Rf("^"),isHexAlphaColor:Df,isHslColor:Sf,isIdentifier:Tf,isImage:Of,isKeyword:Rf,isLineHeightKeyword:Rf("line-height"),isListStylePositionKeyword:Rf("list-style-position"),isListStyleTypeKeyword:Rf("list-style-type"),isNumber:wf,isPrefixed:xf,isPositiveNumber:Mf,isQuotedText:Cf,isRgbColor:kf,isStyleKeyword:Rf("*-style"),isTime:Nf,isUnit:If.bind(null,n),isUrl:Lf,isVariable:Ff,isWidth:Rf("width"),isZIndex:Pf}},Vf={"*":{colors:{hexAlpha:!1,opacity:!0},customUnits:{rpx:!1},properties:{backgroundClipMerging:!0,backgroundOriginMerging:!0,backgroundSizeMerging:!0,colors:!0,ieBangHack:!1,ieFilters:!1,iePrefixHack:!1,ieSuffixHack:!1,merging:!0,shorterLengthUnits:!1,spaceAfterClosingBrace:!0,urlQuotes:!0,zeroUnits:!0},selectors:{adjacentSpace:!1,ie7Hack:!1,mergeablePseudoClasses:[":active",":after",":before",":empty",":checked",":disabled",":empty",":enabled",":first-child",":first-letter",":first-line",":first-of-type",":focus",":hover",":lang",":last-child",":last-of-type",":link",":not",":nth-child",":nth-last-child",":nth-last-of-type",":nth-of-type",":only-child",":only-of-type",":root",":target",":visited"],mergeablePseudoElements:["::after","::before","::first-letter","::first-line"],mergeLimit:8191,multiplePseudoMerging:!0},units:{ch:!0,in:!0,pc:!0,pt:!0,rem:!0,vh:!0,vm:!0,vmax:!0,vmin:!0,vw:!0}}};function Kf(e,t){for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){var r=e[n];Object.prototype.hasOwnProperty.call(t,n)&&"object"==typeof r&&!Array.isArray(r)?t[n]=Kf(r,t[n]||{}):t[n]=n in t?t[n]:r}return t}Vf.ie11=Kf(Vf["*"],{properties:{ieSuffixHack:!0}}),Vf.ie10=Kf(Vf["*"],{properties:{ieSuffixHack:!0}}),Vf.ie9=Kf(Vf["*"],{properties:{ieFilters:!0,ieSuffixHack:!0}}),Vf.ie8=Kf(Vf.ie9,{colors:{opacity:!1},properties:{backgroundClipMerging:!1,backgroundOriginMerging:!1,backgroundSizeMerging:!1,iePrefixHack:!0,merging:!1},selectors:{mergeablePseudoClasses:[":after",":before",":first-child",":first-letter",":focus",":hover",":visited"],mergeablePseudoElements:[]},units:{ch:!1,rem:!1,vh:!1,vm:!1,vmax:!1,vmin:!1,vw:!1}}),Vf.ie7=Kf(Vf.ie8,{properties:{ieBangHack:!0},selectors:{ie7Hack:!0,mergeablePseudoClasses:[":first-child",":first-letter",":hover",":visited"]}});var zf=function(e){return Kf(Vf["*"],function(e){if("object"==typeof e)return e;if(!/[,+-]/.test(e))return Vf[e]||Vf["*"];var t=e.split(","),n=t[0]in Vf?Vf[t.shift()]:Vf["*"];return e={},t.forEach((function(t){var n="+"==t[0],r=t.substring(1).split("."),i=r[0],o=r[1];e[i]=e[i]||{},e[i][o]=n})),Kf(n,e)}(e))},Gf=[],Hf=[],Xf="undefined"!=typeof Uint8Array?Uint8Array:Array,Wf=!1;function qf(){Wf=!0;for(var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",t=0,n=e.length;t<n;++t)Gf[t]=e[t],Hf[e.charCodeAt(t)]=t;Hf["-".charCodeAt(0)]=62,Hf["_".charCodeAt(0)]=63}function Yf(e,t,n){for(var r,i,o=[],a=t;a<n;a+=3)r=(e[a]<<16)+(e[a+1]<<8)+e[a+2],o.push(Gf[(i=r)>>18&63]+Gf[i>>12&63]+Gf[i>>6&63]+Gf[63&i]);return o.join("")}function jf(e){var t;Wf||qf();for(var n=e.length,r=n%3,i="",o=[],a=16383,s=0,u=n-r;s<u;s+=a)o.push(Yf(e,s,s+a>u?u:s+a));return 1===r?(t=e[n-1],i+=Gf[t>>2],i+=Gf[t<<4&63],i+="=="):2===r&&(t=(e[n-2]<<8)+e[n-1],i+=Gf[t>>10],i+=Gf[t>>4&63],i+=Gf[t<<2&63],i+="="),o.push(i),o.join("")}function $f(e,t,n,r,i){var o,a,s=8*i-r-1,u=(1<<s)-1,l=u>>1,c=-7,f=n?i-1:0,p=n?-1:1,d=e[t+f];for(f+=p,o=d&(1<<-c)-1,d>>=-c,c+=s;c>0;o=256*o+e[t+f],f+=p,c-=8);for(a=o&(1<<-c)-1,o>>=-c,c+=r;c>0;a=256*a+e[t+f],f+=p,c-=8);if(0===o)o=1-l;else{if(o===u)return a?NaN:1/0*(d?-1:1);a+=Math.pow(2,r),o-=l}return(d?-1:1)*a*Math.pow(2,o-r)}function Qf(e,t,n,r,i,o){var a,s,u,l=8*o-i-1,c=(1<<l)-1,f=c>>1,p=23===i?Math.pow(2,-24)-Math.pow(2,-77):0,d=r?0:o-1,h=r?1:-1,m=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(s=isNaN(t)?1:0,a=c):(a=Math.floor(Math.log(t)/Math.LN2),t*(u=Math.pow(2,-a))<1&&(a--,u*=2),(t+=a+f>=1?p/u:p*Math.pow(2,1-f))*u>=2&&(a++,u/=2),a+f>=c?(s=0,a=c):a+f>=1?(s=(t*u-1)*Math.pow(2,i),a+=f):(s=t*Math.pow(2,f-1)*Math.pow(2,i),a=0));i>=8;e[n+d]=255&s,d+=h,s/=256,i-=8);for(a=a<<i|s,l+=i;l>0;e[n+d]=255&a,d+=h,a/=256,l-=8);e[n+d-h]|=128*m}var Zf={}.toString,Jf=Array.isArray||function(e){return"[object Array]"==Zf.call(e)};function ep(){return np.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function tp(e,t){if(ep()<t)throw new RangeError("Invalid typed array length");return np.TYPED_ARRAY_SUPPORT?(e=new Uint8Array(t)).__proto__=np.prototype:(null===e&&(e=new np(t)),e.length=t),e}function np(e,t,n){if(!(np.TYPED_ARRAY_SUPPORT||this instanceof np))return new np(e,t,n);if("number"==typeof e){if("string"==typeof t)throw new Error("If encoding is specified then the first argument must be a string");return op(this,e)}return rp(this,e,t,n)}function rp(e,t,n,r){if("number"==typeof t)throw new TypeError('"value" argument must not be a number');return"undefined"!=typeof ArrayBuffer&&t instanceof ArrayBuffer?function(e,t,n,r){if(t.byteLength,n<0||t.byteLength<n)throw new RangeError("'offset' is out of bounds");if(t.byteLength<n+(r||0))throw new RangeError("'length' is out of bounds");t=void 0===n&&void 0===r?new Uint8Array(t):void 0===r?new Uint8Array(t,n):new Uint8Array(t,n,r);np.TYPED_ARRAY_SUPPORT?(e=t).__proto__=np.prototype:e=ap(e,t);return e}(e,t,n,r):"string"==typeof t?function(e,t,n){"string"==typeof n&&""!==n||(n="utf8");if(!np.isEncoding(n))throw new TypeError('"encoding" must be a valid string encoding');var r=0|lp(t,n);e=tp(e,r);var i=e.write(t,n);i!==r&&(e=e.slice(0,i));return e}(e,t,n):function(e,t){if(up(t)){var n=0|sp(t.length);return 0===(e=tp(e,n)).length||t.copy(e,0,0,n),e}if(t){if("undefined"!=typeof ArrayBuffer&&t.buffer instanceof ArrayBuffer||"length"in t)return"number"!=typeof t.length||(r=t.length)!=r?tp(e,0):ap(e,t);if("Buffer"===t.type&&Jf(t.data))return ap(e,t.data)}var r;throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}(e,t)}function ip(e){if("number"!=typeof e)throw new TypeError('"size" argument must be a number');if(e<0)throw new RangeError('"size" argument must not be negative')}function op(e,t){if(ip(t),e=tp(e,t<0?0:0|sp(t)),!np.TYPED_ARRAY_SUPPORT)for(var n=0;n<t;++n)e[n]=0;return e}function ap(e,t){var n=t.length<0?0:0|sp(t.length);e=tp(e,n);for(var r=0;r<n;r+=1)e[r]=255&t[r];return e}function sp(e){if(e>=ep())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+ep().toString(16)+" bytes");return 0|e}function up(e){return!(null==e||!e._isBuffer)}function lp(e,t){if(up(e))return e.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;"string"!=typeof e&&(e=""+e);var n=e.length;if(0===n)return 0;for(var r=!1;;)switch(t){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":case void 0:return Lp(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return Pp(e).length;default:if(r)return Lp(e).length;t=(""+t).toLowerCase(),r=!0}}function cp(e,t,n){var r=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return Tp(this,t,n);case"utf8":case"utf-8":return bp(this,t,n);case"ascii":return Sp(this,t,n);case"latin1":case"binary":return Dp(this,t,n);case"base64":return yp(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Cp(this,t,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}function fp(e,t,n){var r=e[t];e[t]=e[n],e[n]=r}function pp(e,t,n,r,i){if(0===e.length)return-1;if("string"==typeof n?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,isNaN(n)&&(n=i?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(i)return-1;n=e.length-1}else if(n<0){if(!i)return-1;n=0}if("string"==typeof t&&(t=np.from(t,r)),up(t))return 0===t.length?-1:dp(e,t,n,r,i);if("number"==typeof t)return t&=255,np.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?i?Uint8Array.prototype.indexOf.call(e,t,n):Uint8Array.prototype.lastIndexOf.call(e,t,n):dp(e,[t],n,r,i);throw new TypeError("val must be string, number or Buffer")}function dp(e,t,n,r,i){var o,a=1,s=e.length,u=t.length;if(void 0!==r&&("ucs2"===(r=String(r).toLowerCase())||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(e.length<2||t.length<2)return-1;a=2,s/=2,u/=2,n/=2}function l(e,t){return 1===a?e[t]:e.readUInt16BE(t*a)}if(i){var c=-1;for(o=n;o<s;o++)if(l(e,o)===l(t,-1===c?0:o-c)){if(-1===c&&(c=o),o-c+1===u)return c*a}else-1!==c&&(o-=o-c),c=-1}else for(n+u>s&&(n=s-u),o=n;o>=0;o--){for(var f=!0,p=0;p<u;p++)if(l(e,o+p)!==l(t,p)){f=!1;break}if(f)return o}return-1}function hp(e,t,n,r){n=Number(n)||0;var i=e.length-n;r?(r=Number(r))>i&&(r=i):r=i;var o=t.length;if(o%2!=0)throw new TypeError("Invalid hex string");r>o/2&&(r=o/2);for(var a=0;a<r;++a){var s=parseInt(t.substr(2*a,2),16);if(isNaN(s))return a;e[n+a]=s}return a}function mp(e,t,n,r){return Bp(Lp(t,e.length-n),e,n,r)}function gp(e,t,n,r){return Bp(function(e){for(var t=[],n=0;n<e.length;++n)t.push(255&e.charCodeAt(n));return t}(t),e,n,r)}function _p(e,t,n,r){return gp(e,t,n,r)}function Ep(e,t,n,r){return Bp(Pp(t),e,n,r)}function vp(e,t,n,r){return Bp(function(e,t){for(var n,r,i,o=[],a=0;a<e.length&&!((t-=2)<0);++a)r=(n=e.charCodeAt(a))>>8,i=n%256,o.push(i),o.push(r);return o}(t,e.length-n),e,n,r)}function yp(e,t,n){return 0===t&&n===e.length?jf(e):jf(e.slice(t,n))}function bp(e,t,n){n=Math.min(e.length,n);for(var r=[],i=t;i<n;){var o,a,s,u,l=e[i],c=null,f=l>239?4:l>223?3:l>191?2:1;if(i+f<=n)switch(f){case 1:l<128&&(c=l);break;case 2:128==(192&(o=e[i+1]))&&(u=(31&l)<<6|63&o)>127&&(c=u);break;case 3:o=e[i+1],a=e[i+2],128==(192&o)&&128==(192&a)&&(u=(15&l)<<12|(63&o)<<6|63&a)>2047&&(u<55296||u>57343)&&(c=u);break;case 4:o=e[i+1],a=e[i+2],s=e[i+3],128==(192&o)&&128==(192&a)&&128==(192&s)&&(u=(15&l)<<18|(63&o)<<12|(63&a)<<6|63&s)>65535&&u<1114112&&(c=u)}null===c?(c=65533,f=1):c>65535&&(c-=65536,r.push(c>>>10&1023|55296),c=56320|1023&c),r.push(c),i+=f}return function(e){var t=e.length;if(t<=Ap)return String.fromCharCode.apply(String,e);var n="",r=0;for(;r<t;)n+=String.fromCharCode.apply(String,e.slice(r,r+=Ap));return n}(r)}np.TYPED_ARRAY_SUPPORT=void 0===a.TYPED_ARRAY_SUPPORT||a.TYPED_ARRAY_SUPPORT,ep(),np.poolSize=8192,np._augment=function(e){return e.__proto__=np.prototype,e},np.from=function(e,t,n){return rp(null,e,t,n)},np.TYPED_ARRAY_SUPPORT&&(np.prototype.__proto__=Uint8Array.prototype,np.__proto__=Uint8Array,"undefined"!=typeof Symbol&&Symbol.species&&np[Symbol.species]),np.alloc=function(e,t,n){return function(e,t,n,r){return ip(t),t<=0?tp(e,t):void 0!==n?"string"==typeof r?tp(e,t).fill(n,r):tp(e,t).fill(n):tp(e,t)}(null,e,t,n)},np.allocUnsafe=function(e){return op(null,e)},np.allocUnsafeSlow=function(e){return op(null,e)},np.isBuffer=Up,np.compare=function(e,t){if(!up(e)||!up(t))throw new TypeError("Arguments must be Buffers");if(e===t)return 0;for(var n=e.length,r=t.length,i=0,o=Math.min(n,r);i<o;++i)if(e[i]!==t[i]){n=e[i],r=t[i];break}return n<r?-1:r<n?1:0},np.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},np.concat=function(e,t){if(!Jf(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return np.alloc(0);var n;if(void 0===t)for(t=0,n=0;n<e.length;++n)t+=e[n].length;var r=np.allocUnsafe(t),i=0;for(n=0;n<e.length;++n){var o=e[n];if(!up(o))throw new TypeError('"list" argument must be an Array of Buffers');o.copy(r,i),i+=o.length}return r},np.byteLength=lp,np.prototype._isBuffer=!0,np.prototype.swap16=function(){var e=this.length;if(e%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<e;t+=2)fp(this,t,t+1);return this},np.prototype.swap32=function(){var e=this.length;if(e%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<e;t+=4)fp(this,t,t+3),fp(this,t+1,t+2);return this},np.prototype.swap64=function(){var e=this.length;if(e%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<e;t+=8)fp(this,t,t+7),fp(this,t+1,t+6),fp(this,t+2,t+5),fp(this,t+3,t+4);return this},np.prototype.toString=function(){var e=0|this.length;return 0===e?"":0===arguments.length?bp(this,0,e):cp.apply(this,arguments)},np.prototype.equals=function(e){if(!up(e))throw new TypeError("Argument must be a Buffer");return this===e||0===np.compare(this,e)},np.prototype.inspect=function(){var e="";return this.length>0&&(e=this.toString("hex",0,50).match(/.{2}/g).join(" "),this.length>50&&(e+=" ... ")),"<Buffer "+e+">"},np.prototype.compare=function(e,t,n,r,i){if(!up(e))throw new TypeError("Argument must be a Buffer");if(void 0===t&&(t=0),void 0===n&&(n=e?e.length:0),void 0===r&&(r=0),void 0===i&&(i=this.length),t<0||n>e.length||r<0||i>this.length)throw new RangeError("out of range index");if(r>=i&&t>=n)return 0;if(r>=i)return-1;if(t>=n)return 1;if(this===e)return 0;for(var o=(i>>>=0)-(r>>>=0),a=(n>>>=0)-(t>>>=0),s=Math.min(o,a),u=this.slice(r,i),l=e.slice(t,n),c=0;c<s;++c)if(u[c]!==l[c]){o=u[c],a=l[c];break}return o<a?-1:a<o?1:0},np.prototype.includes=function(e,t,n){return-1!==this.indexOf(e,t,n)},np.prototype.indexOf=function(e,t,n){return pp(this,e,t,n,!0)},np.prototype.lastIndexOf=function(e,t,n){return pp(this,e,t,n,!1)},np.prototype.write=function(e,t,n,r){if(void 0===t)r="utf8",n=this.length,t=0;else if(void 0===n&&"string"==typeof t)r=t,n=this.length,t=0;else{if(!isFinite(t))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");t|=0,isFinite(n)?(n|=0,void 0===r&&(r="utf8")):(r=n,n=void 0)}var i=this.length-t;if((void 0===n||n>i)&&(n=i),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");for(var o=!1;;)switch(r){case"hex":return hp(this,e,t,n);case"utf8":case"utf-8":return mp(this,e,t,n);case"ascii":return gp(this,e,t,n);case"latin1":case"binary":return _p(this,e,t,n);case"base64":return Ep(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return vp(this,e,t,n);default:if(o)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),o=!0}},np.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var Ap=4096;function Sp(e,t,n){var r="";n=Math.min(e.length,n);for(var i=t;i<n;++i)r+=String.fromCharCode(127&e[i]);return r}function Dp(e,t,n){var r="";n=Math.min(e.length,n);for(var i=t;i<n;++i)r+=String.fromCharCode(e[i]);return r}function Tp(e,t,n){var r=e.length;(!t||t<0)&&(t=0),(!n||n<0||n>r)&&(n=r);for(var i="",o=t;o<n;++o)i+=Ip(e[o]);return i}function Cp(e,t,n){for(var r=e.slice(t,n),i="",o=0;o<r.length;o+=2)i+=String.fromCharCode(r[o]+256*r[o+1]);return i}function Op(e,t,n){if(e%1!=0||e<0)throw new RangeError("offset is not uint");if(e+t>n)throw new RangeError("Trying to access beyond buffer length")}function Rp(e,t,n,r,i,o){if(!up(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>i||t<o)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}function wp(e,t,n,r){t<0&&(t=65535+t+1);for(var i=0,o=Math.min(e.length-n,2);i<o;++i)e[n+i]=(t&255<<8*(r?i:1-i))>>>8*(r?i:1-i)}function kp(e,t,n,r){t<0&&(t=4294967295+t+1);for(var i=0,o=Math.min(e.length-n,4);i<o;++i)e[n+i]=t>>>8*(r?i:3-i)&255}function xp(e,t,n,r,i,o){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function Mp(e,t,n,r,i){return i||xp(e,0,n,4),Qf(e,t,n,r,23,4),n+4}function Fp(e,t,n,r,i){return i||xp(e,0,n,8),Qf(e,t,n,r,52,8),n+8}np.prototype.slice=function(e,t){var n,r=this.length;if((e=~~e)<0?(e+=r)<0&&(e=0):e>r&&(e=r),(t=void 0===t?r:~~t)<0?(t+=r)<0&&(t=0):t>r&&(t=r),t<e&&(t=e),np.TYPED_ARRAY_SUPPORT)(n=this.subarray(e,t)).__proto__=np.prototype;else{var i=t-e;n=new np(i,void 0);for(var o=0;o<i;++o)n[o]=this[o+e]}return n},np.prototype.readUIntLE=function(e,t,n){e|=0,t|=0,n||Op(e,t,this.length);for(var r=this[e],i=1,o=0;++o<t&&(i*=256);)r+=this[e+o]*i;return r},np.prototype.readUIntBE=function(e,t,n){e|=0,t|=0,n||Op(e,t,this.length);for(var r=this[e+--t],i=1;t>0&&(i*=256);)r+=this[e+--t]*i;return r},np.prototype.readUInt8=function(e,t){return t||Op(e,1,this.length),this[e]},np.prototype.readUInt16LE=function(e,t){return t||Op(e,2,this.length),this[e]|this[e+1]<<8},np.prototype.readUInt16BE=function(e,t){return t||Op(e,2,this.length),this[e]<<8|this[e+1]},np.prototype.readUInt32LE=function(e,t){return t||Op(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},np.prototype.readUInt32BE=function(e,t){return t||Op(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},np.prototype.readIntLE=function(e,t,n){e|=0,t|=0,n||Op(e,t,this.length);for(var r=this[e],i=1,o=0;++o<t&&(i*=256);)r+=this[e+o]*i;return r>=(i*=128)&&(r-=Math.pow(2,8*t)),r},np.prototype.readIntBE=function(e,t,n){e|=0,t|=0,n||Op(e,t,this.length);for(var r=t,i=1,o=this[e+--r];r>0&&(i*=256);)o+=this[e+--r]*i;return o>=(i*=128)&&(o-=Math.pow(2,8*t)),o},np.prototype.readInt8=function(e,t){return t||Op(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},np.prototype.readInt16LE=function(e,t){t||Op(e,2,this.length);var n=this[e]|this[e+1]<<8;return 32768&n?4294901760|n:n},np.prototype.readInt16BE=function(e,t){t||Op(e,2,this.length);var n=this[e+1]|this[e]<<8;return 32768&n?4294901760|n:n},np.prototype.readInt32LE=function(e,t){return t||Op(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},np.prototype.readInt32BE=function(e,t){return t||Op(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},np.prototype.readFloatLE=function(e,t){return t||Op(e,4,this.length),$f(this,e,!0,23,4)},np.prototype.readFloatBE=function(e,t){return t||Op(e,4,this.length),$f(this,e,!1,23,4)},np.prototype.readDoubleLE=function(e,t){return t||Op(e,8,this.length),$f(this,e,!0,52,8)},np.prototype.readDoubleBE=function(e,t){return t||Op(e,8,this.length),$f(this,e,!1,52,8)},np.prototype.writeUIntLE=function(e,t,n,r){(e=+e,t|=0,n|=0,r)||Rp(this,e,t,n,Math.pow(2,8*n)-1,0);var i=1,o=0;for(this[t]=255&e;++o<n&&(i*=256);)this[t+o]=e/i&255;return t+n},np.prototype.writeUIntBE=function(e,t,n,r){(e=+e,t|=0,n|=0,r)||Rp(this,e,t,n,Math.pow(2,8*n)-1,0);var i=n-1,o=1;for(this[t+i]=255&e;--i>=0&&(o*=256);)this[t+i]=e/o&255;return t+n},np.prototype.writeUInt8=function(e,t,n){return e=+e,t|=0,n||Rp(this,e,t,1,255,0),np.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[t]=255&e,t+1},np.prototype.writeUInt16LE=function(e,t,n){return e=+e,t|=0,n||Rp(this,e,t,2,65535,0),np.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):wp(this,e,t,!0),t+2},np.prototype.writeUInt16BE=function(e,t,n){return e=+e,t|=0,n||Rp(this,e,t,2,65535,0),np.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):wp(this,e,t,!1),t+2},np.prototype.writeUInt32LE=function(e,t,n){return e=+e,t|=0,n||Rp(this,e,t,4,4294967295,0),np.TYPED_ARRAY_SUPPORT?(this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e):kp(this,e,t,!0),t+4},np.prototype.writeUInt32BE=function(e,t,n){return e=+e,t|=0,n||Rp(this,e,t,4,4294967295,0),np.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):kp(this,e,t,!1),t+4},np.prototype.writeIntLE=function(e,t,n,r){if(e=+e,t|=0,!r){var i=Math.pow(2,8*n-1);Rp(this,e,t,n,i-1,-i)}var o=0,a=1,s=0;for(this[t]=255&e;++o<n&&(a*=256);)e<0&&0===s&&0!==this[t+o-1]&&(s=1),this[t+o]=(e/a>>0)-s&255;return t+n},np.prototype.writeIntBE=function(e,t,n,r){if(e=+e,t|=0,!r){var i=Math.pow(2,8*n-1);Rp(this,e,t,n,i-1,-i)}var o=n-1,a=1,s=0;for(this[t+o]=255&e;--o>=0&&(a*=256);)e<0&&0===s&&0!==this[t+o+1]&&(s=1),this[t+o]=(e/a>>0)-s&255;return t+n},np.prototype.writeInt8=function(e,t,n){return e=+e,t|=0,n||Rp(this,e,t,1,127,-128),np.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[t]=255&e,t+1},np.prototype.writeInt16LE=function(e,t,n){return e=+e,t|=0,n||Rp(this,e,t,2,32767,-32768),np.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):wp(this,e,t,!0),t+2},np.prototype.writeInt16BE=function(e,t,n){return e=+e,t|=0,n||Rp(this,e,t,2,32767,-32768),np.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):wp(this,e,t,!1),t+2},np.prototype.writeInt32LE=function(e,t,n){return e=+e,t|=0,n||Rp(this,e,t,4,2147483647,-2147483648),np.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24):kp(this,e,t,!0),t+4},np.prototype.writeInt32BE=function(e,t,n){return e=+e,t|=0,n||Rp(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),np.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):kp(this,e,t,!1),t+4},np.prototype.writeFloatLE=function(e,t,n){return Mp(this,e,t,!0,n)},np.prototype.writeFloatBE=function(e,t,n){return Mp(this,e,t,!1,n)},np.prototype.writeDoubleLE=function(e,t,n){return Fp(this,e,t,!0,n)},np.prototype.writeDoubleBE=function(e,t,n){return Fp(this,e,t,!1,n)},np.prototype.copy=function(e,t,n,r){if(n||(n=0),r||0===r||(r=this.length),t>=e.length&&(t=e.length),t||(t=0),r>0&&r<n&&(r=n),r===n)return 0;if(0===e.length||0===this.length)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("sourceStart out of bounds");if(r<0)throw new RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),e.length-t<r-n&&(r=e.length-t+n);var i,o=r-n;if(this===e&&n<t&&t<r)for(i=o-1;i>=0;--i)e[i+t]=this[i+n];else if(o<1e3||!np.TYPED_ARRAY_SUPPORT)for(i=0;i<o;++i)e[i+t]=this[i+n];else Uint8Array.prototype.set.call(e,this.subarray(n,n+o),t);return o},np.prototype.fill=function(e,t,n,r){if("string"==typeof e){if("string"==typeof t?(r=t,t=0,n=this.length):"string"==typeof n&&(r=n,n=this.length),1===e.length){var i=e.charCodeAt(0);i<256&&(e=i)}if(void 0!==r&&"string"!=typeof r)throw new TypeError("encoding must be a string");if("string"==typeof r&&!np.isEncoding(r))throw new TypeError("Unknown encoding: "+r)}else"number"==typeof e&&(e&=255);if(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;var o;if(t>>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"==typeof e)for(o=t;o<n;++o)this[o]=e;else{var a=up(e)?e:Lp(new np(e,r).toString()),s=a.length;for(o=0;o<n-t;++o)this[o+t]=a[o%s]}return this};var Np=/[^+\/0-9A-Za-z-_]/g;function Ip(e){return e<16?"0"+e.toString(16):e.toString(16)}function Lp(e,t){var n;t=t||1/0;for(var r=e.length,i=null,o=[],a=0;a<r;++a){if((n=e.charCodeAt(a))>55295&&n<57344){if(!i){if(n>56319){(t-=3)>-1&&o.push(239,191,189);continue}if(a+1===r){(t-=3)>-1&&o.push(239,191,189);continue}i=n;continue}if(n<56320){(t-=3)>-1&&o.push(239,191,189),i=n;continue}n=65536+(i-55296<<10|n-56320)}else i&&(t-=3)>-1&&o.push(239,191,189);if(i=null,n<128){if((t-=1)<0)break;o.push(n)}else if(n<2048){if((t-=2)<0)break;o.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;o.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;o.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return o}function Pp(e){return function(e){var t,n,r,i,o,a;Wf||qf();var s=e.length;if(s%4>0)throw new Error("Invalid string. Length must be a multiple of 4");o="="===e[s-2]?2:"="===e[s-1]?1:0,a=new Xf(3*s/4-o),r=o>0?s-4:s;var u=0;for(t=0,n=0;t<r;t+=4,n+=3)i=Hf[e.charCodeAt(t)]<<18|Hf[e.charCodeAt(t+1)]<<12|Hf[e.charCodeAt(t+2)]<<6|Hf[e.charCodeAt(t+3)],a[u++]=i>>16&255,a[u++]=i>>8&255,a[u++]=255&i;return 2===o?(i=Hf[e.charCodeAt(t)]<<2|Hf[e.charCodeAt(t+1)]>>4,a[u++]=255&i):1===o&&(i=Hf[e.charCodeAt(t)]<<10|Hf[e.charCodeAt(t+1)]<<4|Hf[e.charCodeAt(t+2)]>>2,a[u++]=i>>8&255,a[u++]=255&i),a}(function(e){if((e=function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}(e).replace(Np,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function Bp(e,t,n,r){for(var i=0;i<r&&!(i+n>=t.length||i>=e.length);++i)t[i+n]=e[i];return i}function Up(e){return null!=e&&(!!e._isBuffer||Vp(e)||function(e){return"function"==typeof e.readFloatLE&&"function"==typeof e.slice&&Vp(e.slice(0,0))}(e))}function Vp(e){return!!e.constructor&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}var Kp,zp,Gp=Zp(a.fetch)&&Zp(a.ReadableStream);function Hp(e){zp||(zp=new a.XMLHttpRequest).open("GET",a.location.host?"/":"https://example.com");try{return zp.responseType=e,zp.responseType===e}catch(e){return!1}}var Xp=void 0!==a.ArrayBuffer,Wp=Xp&&Zp(a.ArrayBuffer.prototype.slice),qp=Xp&&Hp("arraybuffer"),Yp=!Gp&&Wp&&Hp("ms-stream"),jp=!Gp&&Xp&&Hp("moz-chunked-arraybuffer"),$p=Zp(zp.overrideMimeType),Qp=Zp(a.VBArray);function Zp(e){return"function"==typeof e}zp=null;var Jp="function"==typeof Object.create?function(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:function(e,t){e.super_=t;var n=function(){};n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e},ed=/%[sdj%]/g;function td(e){if(!dd(e)){for(var t=[],n=0;n<arguments.length;n++)t.push(od(arguments[n]));return t.join(" ")}n=1;for(var r=arguments,i=r.length,o=String(e).replace(ed,(function(e){if("%%"===e)return"%";if(n>=i)return e;switch(e){case"%s":return String(r[n++]);case"%d":return Number(r[n++]);case"%j":try{return JSON.stringify(r[n++])}catch(e){return"[Circular]"}default:return e}})),a=r[n];n<i;a=r[++n])pd(a)||!gd(a)?o+=" "+a:o+=" "+od(a);return o}function nd(e,t){if(hd(a.process))return function(){return nd(e,t).apply(this,arguments)};if(!0===x.noDeprecation)return e;var n=!1;return function(){if(!n){if(x.throwDeprecation)throw new Error(t);x.traceDeprecation?console.trace(t):console.error(t),n=!0}return e.apply(this,arguments)}}var rd,id={};function od(e,t){var n={seen:[],stylize:sd};return arguments.length>=3&&(n.depth=arguments[2]),arguments.length>=4&&(n.colors=arguments[3]),fd(t)?n.showHidden=t:t&&function(e,t){if(!t||!gd(t))return e;var n=Object.keys(t),r=n.length;for(;r--;)e[n[r]]=t[n[r]]}(n,t),hd(n.showHidden)&&(n.showHidden=!1),hd(n.depth)&&(n.depth=2),hd(n.colors)&&(n.colors=!1),hd(n.customInspect)&&(n.customInspect=!0),n.colors&&(n.stylize=ad),ud(n,e,n.depth)}function ad(e,t){var n=od.styles[t];return n?"["+od.colors[n][0]+"m"+e+"["+od.colors[n][1]+"m":e}function sd(e,t){return e}function ud(e,t,n){if(e.customInspect&&t&&vd(t.inspect)&&t.inspect!==od&&(!t.constructor||t.constructor.prototype!==t)){var r=t.inspect(n,e);return dd(r)||(r=ud(e,r,n)),r}var i=function(e,t){if(hd(t))return e.stylize("undefined","undefined");if(dd(t)){var n="'"+JSON.stringify(t).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return e.stylize(n,"string")}if(r=t,"number"==typeof r)return e.stylize(""+t,"number");var r;if(fd(t))return e.stylize(""+t,"boolean");if(pd(t))return e.stylize("null","null")}(e,t);if(i)return i;var o=Object.keys(t),a=function(e){var t={};return e.forEach((function(e,n){t[e]=!0})),t}(o);if(e.showHidden&&(o=Object.getOwnPropertyNames(t)),Ed(t)&&(o.indexOf("message")>=0||o.indexOf("description")>=0))return ld(t);if(0===o.length){if(vd(t)){var s=t.name?": "+t.name:"";return e.stylize("[Function"+s+"]","special")}if(md(t))return e.stylize(RegExp.prototype.toString.call(t),"regexp");if(_d(t))return e.stylize(Date.prototype.toString.call(t),"date");if(Ed(t))return ld(t)}var u,l,c="",f=!1,p=["{","}"];(u=t,Array.isArray(u)&&(f=!0,p=["[","]"]),vd(t))&&(c=" [Function"+(t.name?": "+t.name:"")+"]");return md(t)&&(c=" "+RegExp.prototype.toString.call(t)),_d(t)&&(c=" "+Date.prototype.toUTCString.call(t)),Ed(t)&&(c=" "+ld(t)),0!==o.length||f&&0!=t.length?n<0?md(t)?e.stylize(RegExp.prototype.toString.call(t),"regexp"):e.stylize("[Object]","special"):(e.seen.push(t),l=f?function(e,t,n,r,i){for(var o=[],a=0,s=t.length;a<s;++a)bd(t,String(a))?o.push(cd(e,t,n,r,String(a),!0)):o.push("");return i.forEach((function(i){i.match(/^\d+$/)||o.push(cd(e,t,n,r,i,!0))})),o}(e,t,n,a,o):o.map((function(r){return cd(e,t,n,a,r,f)})),e.seen.pop(),function(e,t,n){var r=e.reduce((function(e,t){return t.indexOf("\n"),e+t.replace(/\u001b\[\d\d?m/g,"").length+1}),0);if(r>60)return n[0]+(""===t?"":t+"\n ")+" "+e.join(",\n ")+" "+n[1];return n[0]+t+" "+e.join(", ")+" "+n[1]}(l,c,p)):p[0]+c+p[1]}function ld(e){return"["+Error.prototype.toString.call(e)+"]"}function cd(e,t,n,r,i,o){var a,s,u;if((u=Object.getOwnPropertyDescriptor(t,i)||{value:t[i]}).get?s=u.set?e.stylize("[Getter/Setter]","special"):e.stylize("[Getter]","special"):u.set&&(s=e.stylize("[Setter]","special")),bd(r,i)||(a="["+i+"]"),s||(e.seen.indexOf(u.value)<0?(s=pd(n)?ud(e,u.value,null):ud(e,u.value,n-1)).indexOf("\n")>-1&&(s=o?s.split("\n").map((function(e){return" "+e})).join("\n").substr(2):"\n"+s.split("\n").map((function(e){return" "+e})).join("\n")):s=e.stylize("[Circular]","special")),hd(a)){if(o&&i.match(/^\d+$/))return s;(a=JSON.stringify(""+i)).match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(a=a.substr(1,a.length-2),a=e.stylize(a,"name")):(a=a.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),a=e.stylize(a,"string"))}return a+": "+s}function fd(e){return"boolean"==typeof e}function pd(e){return null===e}function dd(e){return"string"==typeof e}function hd(e){return void 0===e}function md(e){return gd(e)&&"[object RegExp]"===yd(e)}function gd(e){return"object"==typeof e&&null!==e}function _d(e){return gd(e)&&"[object Date]"===yd(e)}function Ed(e){return gd(e)&&("[object Error]"===yd(e)||e instanceof Error)}function vd(e){return"function"==typeof e}function yd(e){return Object.prototype.toString.call(e)}function bd(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function Ad(){}function Sd(){Sd.init.call(this)}function Dd(e){return void 0===e._maxListeners?Sd.defaultMaxListeners:e._maxListeners}function Td(e,t,n,r){var i,o,a,s;if("function"!=typeof n)throw new TypeError('"listener" argument must be a function');if((o=e._events)?(o.newListener&&(e.emit("newListener",t,n.listener?n.listener:n),o=e._events),a=o[t]):(o=e._events=new Ad,e._eventsCount=0),a){if("function"==typeof a?a=o[t]=r?[n,a]:[a,n]:r?a.unshift(n):a.push(n),!a.warned&&(i=Dd(e))&&i>0&&a.length>i){a.warned=!0;var u=new Error("Possible EventEmitter memory leak detected. "+a.length+" "+t+" listeners added. Use emitter.setMaxListeners() to increase limit");u.name="MaxListenersExceededWarning",u.emitter=e,u.type=t,u.count=a.length,s=u,"function"==typeof console.warn?console.warn(s):console.log(s)}}else a=o[t]=n,++e._eventsCount;return e}function Cd(e,t,n){var r=!1;function i(){e.removeListener(t,i),r||(r=!0,n.apply(e,arguments))}return i.listener=n,i}function Od(e){var t=this._events;if(t){var n=t[e];if("function"==typeof n)return 1;if(n)return n.length}return 0}function Rd(e,t){for(var n=new Array(t);t--;)n[t]=e[t];return n}function wd(){this.head=null,this.tail=null,this.length=0}od.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},od.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"},Ad.prototype=Object.create(null),Sd.EventEmitter=Sd,Sd.usingDomains=!1,Sd.prototype.domain=void 0,Sd.prototype._events=void 0,Sd.prototype._maxListeners=void 0,Sd.defaultMaxListeners=10,Sd.init=function(){this.domain=null,Sd.usingDomains&&undefined.active,this._events&&this._events!==Object.getPrototypeOf(this)._events||(this._events=new Ad,this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},Sd.prototype.setMaxListeners=function(e){if("number"!=typeof e||e<0||isNaN(e))throw new TypeError('"n" argument must be a positive number');return this._maxListeners=e,this},Sd.prototype.getMaxListeners=function(){return Dd(this)},Sd.prototype.emit=function(e){var t,n,r,i,o,a,s,u="error"===e;if(a=this._events)u=u&&null==a.error;else if(!u)return!1;if(s=this.domain,u){if(t=arguments[1],!s){if(t instanceof Error)throw t;var l=new Error('Uncaught, unspecified "error" event. ('+t+")");throw l.context=t,l}return t||(t=new Error('Uncaught, unspecified "error" event')),t.domainEmitter=this,t.domain=s,t.domainThrown=!1,s.emit("error",t),!1}if(!(n=a[e]))return!1;var c="function"==typeof n;switch(r=arguments.length){case 1:!function(e,t,n){if(t)e.call(n);else for(var r=e.length,i=Rd(e,r),o=0;o<r;++o)i[o].call(n)}(n,c,this);break;case 2:!function(e,t,n,r){if(t)e.call(n,r);else for(var i=e.length,o=Rd(e,i),a=0;a<i;++a)o[a].call(n,r)}(n,c,this,arguments[1]);break;case 3:!function(e,t,n,r,i){if(t)e.call(n,r,i);else for(var o=e.length,a=Rd(e,o),s=0;s<o;++s)a[s].call(n,r,i)}(n,c,this,arguments[1],arguments[2]);break;case 4:!function(e,t,n,r,i,o){if(t)e.call(n,r,i,o);else for(var a=e.length,s=Rd(e,a),u=0;u<a;++u)s[u].call(n,r,i,o)}(n,c,this,arguments[1],arguments[2],arguments[3]);break;default:for(i=new Array(r-1),o=1;o<r;o++)i[o-1]=arguments[o];!function(e,t,n,r){if(t)e.apply(n,r);else for(var i=e.length,o=Rd(e,i),a=0;a<i;++a)o[a].apply(n,r)}(n,c,this,i)}return!0},Sd.prototype.addListener=function(e,t){return Td(this,e,t,!1)},Sd.prototype.on=Sd.prototype.addListener,Sd.prototype.prependListener=function(e,t){return Td(this,e,t,!0)},Sd.prototype.once=function(e,t){if("function"!=typeof t)throw new TypeError('"listener" argument must be a function');return this.on(e,Cd(this,e,t)),this},Sd.prototype.prependOnceListener=function(e,t){if("function"!=typeof t)throw new TypeError('"listener" argument must be a function');return this.prependListener(e,Cd(this,e,t)),this},Sd.prototype.removeListener=function(e,t){var n,r,i,o,a;if("function"!=typeof t)throw new TypeError('"listener" argument must be a function');if(!(r=this._events))return this;if(!(n=r[e]))return this;if(n===t||n.listener&&n.listener===t)0==--this._eventsCount?this._events=new Ad:(delete r[e],r.removeListener&&this.emit("removeListener",e,n.listener||t));else if("function"!=typeof n){for(i=-1,o=n.length;o-- >0;)if(n[o]===t||n[o].listener&&n[o].listener===t){a=n[o].listener,i=o;break}if(i<0)return this;if(1===n.length){if(n[0]=void 0,0==--this._eventsCount)return this._events=new Ad,this;delete r[e]}else!function(e,t){for(var n=t,r=n+1,i=e.length;r<i;n+=1,r+=1)e[n]=e[r];e.pop()}(n,i);r.removeListener&&this.emit("removeListener",e,a||t)}return this},Sd.prototype.off=function(e,t){return this.removeListener(e,t)},Sd.prototype.removeAllListeners=function(e){var t,n;if(!(n=this._events))return this;if(!n.removeListener)return 0===arguments.length?(this._events=new Ad,this._eventsCount=0):n[e]&&(0==--this._eventsCount?this._events=new Ad:delete n[e]),this;if(0===arguments.length){for(var r,i=Object.keys(n),o=0;o<i.length;++o)"removeListener"!==(r=i[o])&&this.removeAllListeners(r);return this.removeAllListeners("removeListener"),this._events=new Ad,this._eventsCount=0,this}if("function"==typeof(t=n[e]))this.removeListener(e,t);else if(t)do{this.removeListener(e,t[t.length-1])}while(t[0]);return this},Sd.prototype.listeners=function(e){var t,n,r=this._events;return n=r&&(t=r[e])?"function"==typeof t?[t.listener||t]:function(e){for(var t=new Array(e.length),n=0;n<t.length;++n)t[n]=e[n].listener||e[n];return t}(t):[],n},Sd.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):Od.call(e,t)},Sd.prototype.listenerCount=Od,Sd.prototype.eventNames=function(){return this._eventsCount>0?Reflect.ownKeys(this._events):[]},wd.prototype.push=function(e){var t={data:e,next:null};this.length>0?this.tail.next=t:this.head=t,this.tail=t,++this.length},wd.prototype.unshift=function(e){var t={data:e,next:this.head};0===this.length&&(this.tail=t),this.head=t,++this.length},wd.prototype.shift=function(){if(0!==this.length){var e=this.head.data;return 1===this.length?this.head=this.tail=null:this.head=this.head.next,--this.length,e}},wd.prototype.clear=function(){this.head=this.tail=null,this.length=0},wd.prototype.join=function(e){if(0===this.length)return"";for(var t=this.head,n=""+t.data;t=t.next;)n+=e+t.data;return n},wd.prototype.concat=function(e){if(0===this.length)return np.alloc(0);if(1===this.length)return this.head.data;for(var t=np.allocUnsafe(e>>>0),n=this.head,r=0;n;)n.data.copy(t,r),r+=n.data.length,n=n.next;return t};var kd=np.isEncoding||function(e){switch(e&&e.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function xd(e){switch(this.encoding=(e||"utf8").toLowerCase().replace(/[-_]/,""),function(e){if(e&&!kd(e))throw new Error("Unknown encoding: "+e)}(e),this.encoding){case"utf8":this.surrogateSize=3;break;case"ucs2":case"utf16le":this.surrogateSize=2,this.detectIncompleteChar=Fd;break;case"base64":this.surrogateSize=3,this.detectIncompleteChar=Nd;break;default:return void(this.write=Md)}this.charBuffer=new np(6),this.charReceived=0,this.charLength=0}function Md(e){return e.toString(this.encoding)}function Fd(e){this.charReceived=e.length%2,this.charLength=this.charReceived?2:0}function Nd(e){this.charReceived=e.length%3,this.charLength=this.charReceived?3:0}xd.prototype.write=function(e){for(var t="";this.charLength;){var n=e.length>=this.charLength-this.charReceived?this.charLength-this.charReceived:e.length;if(e.copy(this.charBuffer,this.charReceived,0,n),this.charReceived+=n,this.charReceived<this.charLength)return"";if(e=e.slice(n,e.length),!((i=(t=this.charBuffer.slice(0,this.charLength).toString(this.encoding)).charCodeAt(t.length-1))>=55296&&i<=56319)){if(this.charReceived=this.charLength=0,0===e.length)return t;break}this.charLength+=this.surrogateSize,t=""}this.detectIncompleteChar(e);var r=e.length;this.charLength&&(e.copy(this.charBuffer,0,e.length-this.charReceived,r),r-=this.charReceived);var i;r=(t+=e.toString(this.encoding,0,r)).length-1;if((i=t.charCodeAt(r))>=55296&&i<=56319){var o=this.surrogateSize;return this.charLength+=o,this.charReceived+=o,this.charBuffer.copy(this.charBuffer,o,0,o),e.copy(this.charBuffer,0,0,o),t.substring(0,r)}return t},xd.prototype.detectIncompleteChar=function(e){for(var t=e.length>=3?3:e.length;t>0;t--){var n=e[e.length-t];if(1==t&&n>>5==6){this.charLength=2;break}if(t<=2&&n>>4==14){this.charLength=3;break}if(t<=3&&n>>3==30){this.charLength=4;break}}this.charReceived=t},xd.prototype.end=function(e){var t="";if(e&&e.length&&(t=this.write(e)),this.charReceived){var n=this.charReceived,r=this.charBuffer,i=this.encoding;t+=r.slice(0,n).toString(i)}return t},Pd.ReadableState=Ld;var Id=function(e){if(hd(rd)&&(rd=x.env.NODE_DEBUG||""),e=e.toUpperCase(),!id[e])if(new RegExp("\\b"+e+"\\b","i").test(rd)){id[e]=function(){var t=td.apply(null,arguments);console.error("%s %d: %s",e,0,t)}}else id[e]=function(){};return id[e]}("stream");function Ld(e,t){e=e||{},this.objectMode=!!e.objectMode,t instanceof fh&&(this.objectMode=this.objectMode||!!e.readableObjectMode);var n=e.highWaterMark,r=this.objectMode?16:16384;this.highWaterMark=n||0===n?n:r,this.highWaterMark=~~this.highWaterMark,this.buffer=new wd,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.defaultEncoding=e.defaultEncoding||"utf8",this.ranOut=!1,this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,e.encoding&&(this.decoder=new xd(e.encoding),this.encoding=e.encoding)}function Pd(e){if(!(this instanceof Pd))return new Pd(e);this._readableState=new Ld(e,this),this.readable=!0,e&&"function"==typeof e.read&&(this._read=e.read),Sd.call(this)}function Bd(e,t,n,r,i){var o=function(e,t){var n=null;np.isBuffer(t)||"string"==typeof t||null==t||e.objectMode||(n=new TypeError("Invalid non-string/buffer chunk"));return n}(t,n);if(o)e.emit("error",o);else if(null===n)t.reading=!1,function(e,t){if(t.ended)return;if(t.decoder){var n=t.decoder.end();n&&n.length&&(t.buffer.push(n),t.length+=t.objectMode?1:n.length)}t.ended=!0,Kd(e)}(e,t);else if(t.objectMode||n&&n.length>0)if(t.ended&&!i){var a=new Error("stream.push() after EOF");e.emit("error",a)}else if(t.endEmitted&&i){var s=new Error("stream.unshift() after end event");e.emit("error",s)}else{var u;!t.decoder||i||r||(n=t.decoder.write(n),u=!t.objectMode&&0===n.length),i||(t.reading=!1),u||(t.flowing&&0===t.length&&!t.sync?(e.emit("data",n),e.read(0)):(t.length+=t.objectMode?1:n.length,i?t.buffer.unshift(n):t.buffer.push(n),t.needReadable&&Kd(e))),function(e,t){t.readingMore||(t.readingMore=!0,E(Gd,e,t))}(e,t)}else i||(t.reading=!1);return function(e){return!e.ended&&(e.needReadable||e.length<e.highWaterMark||0===e.length)}(t)}Jp(Pd,Sd),Pd.prototype.push=function(e,t){var n=this._readableState;return n.objectMode||"string"!=typeof e||(t=t||n.defaultEncoding)!==n.encoding&&(e=np.from(e,t),t=""),Bd(this,n,e,t,!1)},Pd.prototype.unshift=function(e){return Bd(this,this._readableState,e,"",!0)},Pd.prototype.isPaused=function(){return!1===this._readableState.flowing},Pd.prototype.setEncoding=function(e){return this._readableState.decoder=new xd(e),this._readableState.encoding=e,this};var Ud=8388608;function Vd(e,t){return e<=0||0===t.length&&t.ended?0:t.objectMode?1:e!=e?t.flowing&&t.length?t.buffer.head.data.length:t.length:(e>t.highWaterMark&&(t.highWaterMark=function(e){return e>=Ud?e=Ud:(e--,e|=e>>>1,e|=e>>>2,e|=e>>>4,e|=e>>>8,e|=e>>>16,e++),e}(e)),e<=t.length?e:t.ended?t.length:(t.needReadable=!0,0))}function Kd(e){var t=e._readableState;t.needReadable=!1,t.emittedReadable||(Id("emitReadable",t.flowing),t.emittedReadable=!0,t.sync?E(zd,e):zd(e))}function zd(e){Id("emit readable"),e.emit("readable"),Wd(e)}function Gd(e,t){for(var n=t.length;!t.reading&&!t.flowing&&!t.ended&&t.length<t.highWaterMark&&(Id("maybeReadMore read 0"),e.read(0),n!==t.length);)n=t.length;t.readingMore=!1}function Hd(e){Id("readable nexttick read 0"),e.read(0)}function Xd(e,t){t.reading||(Id("resume read 0"),e.read(0)),t.resumeScheduled=!1,t.awaitDrain=0,e.emit("resume"),Wd(e),t.flowing&&!t.reading&&e.read(0)}function Wd(e){var t=e._readableState;for(Id("flow",t.flowing);t.flowing&&null!==e.read(););}function qd(e,t){return 0===t.length?null:(t.objectMode?n=t.buffer.shift():!e||e>=t.length?(n=t.decoder?t.buffer.join(""):1===t.buffer.length?t.buffer.head.data:t.buffer.concat(t.length),t.buffer.clear()):n=function(e,t,n){var r;e<t.head.data.length?(r=t.head.data.slice(0,e),t.head.data=t.head.data.slice(e)):r=e===t.head.data.length?t.shift():n?function(e,t){var n=t.head,r=1,i=n.data;e-=i.length;for(;n=n.next;){var o=n.data,a=e>o.length?o.length:e;if(a===o.length?i+=o:i+=o.slice(0,e),0===(e-=a)){a===o.length?(++r,n.next?t.head=n.next:t.head=t.tail=null):(t.head=n,n.data=o.slice(a));break}++r}return t.length-=r,i}(e,t):function(e,t){var n=np.allocUnsafe(e),r=t.head,i=1;r.data.copy(n),e-=r.data.length;for(;r=r.next;){var o=r.data,a=e>o.length?o.length:e;if(o.copy(n,n.length-e,0,a),0===(e-=a)){a===o.length?(++i,r.next?t.head=r.next:t.head=t.tail=null):(t.head=r,r.data=o.slice(a));break}++i}return t.length-=i,n}(e,t);return r}(e,t.buffer,t.decoder),n);var n}function Yd(e){var t=e._readableState;if(t.length>0)throw new Error('"endReadable()" called on non-empty stream');t.endEmitted||(t.ended=!0,E(jd,t,e))}function jd(e,t){e.endEmitted||0!==e.length||(e.endEmitted=!0,t.readable=!1,t.emit("end"))}function $d(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1}function Qd(){}function Zd(e,t,n){this.chunk=e,this.encoding=t,this.callback=n,this.next=null}function Jd(e,t){Object.defineProperty(this,"buffer",{get:nd((function(){return this.getBuffer()}),"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.")}),e=e||{},this.objectMode=!!e.objectMode,t instanceof fh&&(this.objectMode=this.objectMode||!!e.writableObjectMode);var n=e.highWaterMark,r=this.objectMode?16:16384;this.highWaterMark=n||0===n?n:r,this.highWaterMark=~~this.highWaterMark,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1;var i=!1===e.decodeStrings;this.decodeStrings=!i,this.defaultEncoding=e.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(e){!function(e,t){var n=e._writableState,r=n.sync,i=n.writecb;if(function(e){e.writing=!1,e.writecb=null,e.length-=e.writelen,e.writelen=0}(n),t)!function(e,t,n,r,i){--t.pendingcb,n?E(i,r):i(r);e._writableState.errorEmitted=!0,e.emit("error",r)}(e,n,r,t,i);else{var o=ih(n);o||n.corked||n.bufferProcessing||!n.bufferedRequest||rh(e,n),r?E(nh,e,n,o,i):nh(e,n,o,i)}}(t,e)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.bufferedRequestCount=0,this.corkedRequestsFree=new sh(this)}function eh(e){if(!(this instanceof eh||this instanceof fh))return new eh(e);this._writableState=new Jd(e,this),this.writable=!0,e&&("function"==typeof e.write&&(this._write=e.write),"function"==typeof e.writev&&(this._writev=e.writev)),Sd.call(this)}function th(e,t,n,r,i,o,a){t.writelen=r,t.writecb=a,t.writing=!0,t.sync=!0,n?e._writev(i,t.onwrite):e._write(i,o,t.onwrite),t.sync=!1}function nh(e,t,n,r){n||function(e,t){0===t.length&&t.needDrain&&(t.needDrain=!1,e.emit("drain"))}(e,t),t.pendingcb--,r(),ah(e,t)}function rh(e,t){t.bufferProcessing=!0;var n=t.bufferedRequest;if(e._writev&&n&&n.next){var r=t.bufferedRequestCount,i=new Array(r),o=t.corkedRequestsFree;o.entry=n;for(var a=0;n;)i[a]=n,n=n.next,a+=1;th(e,t,!0,t.length,i,"",o.finish),t.pendingcb++,t.lastBufferedRequest=null,o.next?(t.corkedRequestsFree=o.next,o.next=null):t.corkedRequestsFree=new sh(t)}else{for(;n;){var s=n.chunk,u=n.encoding,l=n.callback;if(th(e,t,!1,t.objectMode?1:s.length,s,u,l),n=n.next,t.writing)break}null===n&&(t.lastBufferedRequest=null)}t.bufferedRequestCount=0,t.bufferedRequest=n,t.bufferProcessing=!1}function ih(e){return e.ending&&0===e.length&&null===e.bufferedRequest&&!e.finished&&!e.writing}function oh(e,t){t.prefinished||(t.prefinished=!0,e.emit("prefinish"))}function ah(e,t){var n=ih(t);return n&&(0===t.pendingcb?(oh(e,t),t.finished=!0,e.emit("finish")):oh(e,t)),n}function sh(e){var t=this;this.next=null,this.entry=null,this.finish=function(n){var r=t.entry;for(t.entry=null;r;){var i=r.callback;e.pendingcb--,i(n),r=r.next}e.corkedRequestsFree?e.corkedRequestsFree.next=t:e.corkedRequestsFree=t}}Pd.prototype.read=function(e){Id("read",e),e=parseInt(e,10);var t=this._readableState,n=e;if(0!==e&&(t.emittedReadable=!1),0===e&&t.needReadable&&(t.length>=t.highWaterMark||t.ended))return Id("read: emitReadable",t.length,t.ended),0===t.length&&t.ended?Yd(this):Kd(this),null;if(0===(e=Vd(e,t))&&t.ended)return 0===t.length&&Yd(this),null;var r,i=t.needReadable;return Id("need readable",i),(0===t.length||t.length-e<t.highWaterMark)&&Id("length less than watermark",i=!0),t.ended||t.reading?Id("reading or ended",i=!1):i&&(Id("do read"),t.reading=!0,t.sync=!0,0===t.length&&(t.needReadable=!0),this._read(t.highWaterMark),t.sync=!1,t.reading||(e=Vd(n,t))),null===(r=e>0?qd(e,t):null)?(t.needReadable=!0,e=0):t.length-=e,0===t.length&&(t.ended||(t.needReadable=!0),n!==e&&t.ended&&Yd(this)),null!==r&&this.emit("data",r),r},Pd.prototype._read=function(e){this.emit("error",new Error("not implemented"))},Pd.prototype.pipe=function(e,t){var n=this,r=this._readableState;switch(r.pipesCount){case 0:r.pipes=e;break;case 1:r.pipes=[r.pipes,e];break;default:r.pipes.push(e)}r.pipesCount+=1,Id("pipe count=%d opts=%j",r.pipesCount,t);var i=!t||!1!==t.end?a:l;function o(e){Id("onunpipe"),e===n&&l()}function a(){Id("onend"),e.end()}r.endEmitted?E(i):n.once("end",i),e.on("unpipe",o);var s=function(e){return function(){var t=e._readableState;Id("pipeOnDrain",t.awaitDrain),t.awaitDrain&&t.awaitDrain--,0===t.awaitDrain&&e.listeners("data").length&&(t.flowing=!0,Wd(e))}}(n);e.on("drain",s);var u=!1;function l(){Id("cleanup"),e.removeListener("close",d),e.removeListener("finish",h),e.removeListener("drain",s),e.removeListener("error",p),e.removeListener("unpipe",o),n.removeListener("end",a),n.removeListener("end",l),n.removeListener("data",f),u=!0,!r.awaitDrain||e._writableState&&!e._writableState.needDrain||s()}var c=!1;function f(t){Id("ondata"),c=!1,!1!==e.write(t)||c||((1===r.pipesCount&&r.pipes===e||r.pipesCount>1&&-1!==$d(r.pipes,e))&&!u&&(Id("false write response, pause",n._readableState.awaitDrain),n._readableState.awaitDrain++,c=!0),n.pause())}function p(t){Id("onerror",t),m(),e.removeListener("error",p),0===function(e,t){return e.listeners(t).length}(e,"error")&&e.emit("error",t)}function d(){e.removeListener("finish",h),m()}function h(){Id("onfinish"),e.removeListener("close",d),m()}function m(){Id("unpipe"),n.unpipe(e)}return n.on("data",f),function(e,t,n){if("function"==typeof e.prependListener)return e.prependListener(t,n);e._events&&e._events[t]?Array.isArray(e._events[t])?e._events[t].unshift(n):e._events[t]=[n,e._events[t]]:e.on(t,n)}(e,"error",p),e.once("close",d),e.once("finish",h),e.emit("pipe",n),r.flowing||(Id("pipe resume"),n.resume()),e},Pd.prototype.unpipe=function(e){var t=this._readableState;if(0===t.pipesCount)return this;if(1===t.pipesCount)return e&&e!==t.pipes||(e||(e=t.pipes),t.pipes=null,t.pipesCount=0,t.flowing=!1,e&&e.emit("unpipe",this)),this;if(!e){var n=t.pipes,r=t.pipesCount;t.pipes=null,t.pipesCount=0,t.flowing=!1;for(var i=0;i<r;i++)n[i].emit("unpipe",this);return this}var o=$d(t.pipes,e);return-1===o||(t.pipes.splice(o,1),t.pipesCount-=1,1===t.pipesCount&&(t.pipes=t.pipes[0]),e.emit("unpipe",this)),this},Pd.prototype.on=function(e,t){var n=Sd.prototype.on.call(this,e,t);if("data"===e)!1!==this._readableState.flowing&&this.resume();else if("readable"===e){var r=this._readableState;r.endEmitted||r.readableListening||(r.readableListening=r.needReadable=!0,r.emittedReadable=!1,r.reading?r.length&&Kd(this):E(Hd,this))}return n},Pd.prototype.addListener=Pd.prototype.on,Pd.prototype.resume=function(){var e=this._readableState;return e.flowing||(Id("resume"),e.flowing=!0,function(e,t){t.resumeScheduled||(t.resumeScheduled=!0,E(Xd,e,t))}(this,e)),this},Pd.prototype.pause=function(){return Id("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(Id("pause"),this._readableState.flowing=!1,this.emit("pause")),this},Pd.prototype.wrap=function(e){var t=this._readableState,n=!1,r=this;for(var i in e.on("end",(function(){if(Id("wrapped end"),t.decoder&&!t.ended){var e=t.decoder.end();e&&e.length&&r.push(e)}r.push(null)})),e.on("data",(function(i){(Id("wrapped data"),t.decoder&&(i=t.decoder.write(i)),t.objectMode&&null==i)||(t.objectMode||i&&i.length)&&(r.push(i)||(n=!0,e.pause()))})),e)void 0===this[i]&&"function"==typeof e[i]&&(this[i]=function(t){return function(){return e[t].apply(e,arguments)}}(i));return function(e,t){for(var n=0,r=e.length;n<r;n++)t(e[n],n)}(["error","close","destroy","pause","resume"],(function(t){e.on(t,r.emit.bind(r,t))})),r._read=function(t){Id("wrapped _read",t),n&&(n=!1,e.resume())},r},Pd._fromList=qd,eh.WritableState=Jd,Jp(eh,Sd),Jd.prototype.getBuffer=function(){for(var e=this.bufferedRequest,t=[];e;)t.push(e),e=e.next;return t},eh.prototype.pipe=function(){this.emit("error",new Error("Cannot pipe, not readable"))},eh.prototype.write=function(e,t,n){var r=this._writableState,i=!1;return"function"==typeof t&&(n=t,t=null),np.isBuffer(e)?t="buffer":t||(t=r.defaultEncoding),"function"!=typeof n&&(n=Qd),r.ended?function(e,t){var n=new Error("write after end");e.emit("error",n),E(t,n)}(this,n):function(e,t,n,r){var i=!0,o=!1;return null===n?o=new TypeError("May not write null values to stream"):np.isBuffer(n)||"string"==typeof n||void 0===n||t.objectMode||(o=new TypeError("Invalid non-string/buffer chunk")),o&&(e.emit("error",o),E(r,o),i=!1),i}(this,r,e,n)&&(r.pendingcb++,i=function(e,t,n,r,i){n=function(e,t,n){e.objectMode||!1===e.decodeStrings||"string"!=typeof t||(t=np.from(t,n));return t}(t,n,r),np.isBuffer(n)&&(r="buffer");var o=t.objectMode?1:n.length;t.length+=o;var a=t.length<t.highWaterMark;a||(t.needDrain=!0);if(t.writing||t.corked){var s=t.lastBufferedRequest;t.lastBufferedRequest=new Zd(n,r,i),s?s.next=t.lastBufferedRequest:t.bufferedRequest=t.lastBufferedRequest,t.bufferedRequestCount+=1}else th(e,t,!1,o,n,r,i);return a}(this,r,e,t,n)),i},eh.prototype.cork=function(){this._writableState.corked++},eh.prototype.uncork=function(){var e=this._writableState;e.corked&&(e.corked--,e.writing||e.corked||e.finished||e.bufferProcessing||!e.bufferedRequest||rh(this,e))},eh.prototype.setDefaultEncoding=function(e){if("string"==typeof e&&(e=e.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((e+"").toLowerCase())>-1))throw new TypeError("Unknown encoding: "+e);return this._writableState.defaultEncoding=e,this},eh.prototype._write=function(e,t,n){n(new Error("not implemented"))},eh.prototype._writev=null,eh.prototype.end=function(e,t,n){var r=this._writableState;"function"==typeof e?(n=e,e=null,t=null):"function"==typeof t&&(n=t,t=null),null!=e&&this.write(e,t),r.corked&&(r.corked=1,this.uncork()),r.ending||r.finished||function(e,t,n){t.ending=!0,ah(e,t),n&&(t.finished?E(n):e.once("finish",n));t.ended=!0,e.writable=!1}(this,r,n)},Jp(fh,Pd);for(var uh=Object.keys(eh.prototype),lh=0;lh<uh.length;lh++){var ch=uh[lh];fh.prototype[ch]||(fh.prototype[ch]=eh.prototype[ch])}function fh(e){if(!(this instanceof fh))return new fh(e);Pd.call(this,e),eh.call(this,e),e&&!1===e.readable&&(this.readable=!1),e&&!1===e.writable&&(this.writable=!1),this.allowHalfOpen=!0,e&&!1===e.allowHalfOpen&&(this.allowHalfOpen=!1),this.once("end",ph)}function ph(){this.allowHalfOpen||this._writableState.ended||E(dh,this)}function dh(e){e.end()}function hh(e){this.afterTransform=function(t,n){return function(e,t,n){var r=e._transformState;r.transforming=!1;var i=r.writecb;if(!i)return e.emit("error",new Error("no writecb in Transform class"));r.writechunk=null,r.writecb=null,null!=n&&e.push(n);i(t);var o=e._readableState;o.reading=!1,(o.needReadable||o.length<o.highWaterMark)&&e._read(o.highWaterMark)}(e,t,n)},this.needTransform=!1,this.transforming=!1,this.writecb=null,this.writechunk=null,this.writeencoding=null}function mh(e){if(!(this instanceof mh))return new mh(e);fh.call(this,e),this._transformState=new hh(this);var t=this;this._readableState.needReadable=!0,this._readableState.sync=!1,e&&("function"==typeof e.transform&&(this._transform=e.transform),"function"==typeof e.flush&&(this._flush=e.flush)),this.once("prefinish",(function(){"function"==typeof this._flush?this._flush((function(e){gh(t,e)})):gh(t)}))}function gh(e,t){if(t)return e.emit("error",t);var n=e._writableState,r=e._transformState;if(n.length)throw new Error("Calling transform done when ws.length != 0");if(r.transforming)throw new Error("Calling transform done when still transforming");return e.push(null)}function _h(e){if(!(this instanceof _h))return new _h(e);mh.call(this,e)}function Eh(){Sd.call(this)}Jp(mh,fh),mh.prototype.push=function(e,t){return this._transformState.needTransform=!1,fh.prototype.push.call(this,e,t)},mh.prototype._transform=function(e,t,n){throw new Error("Not implemented")},mh.prototype._write=function(e,t,n){var r=this._transformState;if(r.writecb=n,r.writechunk=e,r.writeencoding=t,!r.transforming){var i=this._readableState;(r.needTransform||i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}},mh.prototype._read=function(e){var t=this._transformState;null!==t.writechunk&&t.writecb&&!t.transforming?(t.transforming=!0,this._transform(t.writechunk,t.writeencoding,t.afterTransform)):t.needTransform=!0},Jp(_h,mh),_h.prototype._transform=function(e,t,n){n(null,e)},Jp(Eh,Sd),Eh.Readable=Pd,Eh.Writable=eh,Eh.Duplex=fh,Eh.Transform=mh,Eh.PassThrough=_h,Eh.Stream=Eh,Eh.prototype.pipe=function(e,t){var n=this;function r(t){e.writable&&!1===e.write(t)&&n.pause&&n.pause()}function i(){n.readable&&n.resume&&n.resume()}n.on("data",r),e.on("drain",i),e._isStdio||t&&!1===t.end||(n.on("end",a),n.on("close",s));var o=!1;function a(){o||(o=!0,e.end())}function s(){o||(o=!0,"function"==typeof e.destroy&&e.destroy())}function u(e){if(l(),0===Sd.listenerCount(this,"error"))throw e}function l(){n.removeListener("data",r),e.removeListener("drain",i),n.removeListener("end",a),n.removeListener("close",s),n.removeListener("error",u),e.removeListener("error",u),n.removeListener("end",l),n.removeListener("close",l),e.removeListener("close",l)}return n.on("error",u),e.on("error",u),n.on("end",l),n.on("close",l),e.on("close",l),e.emit("pipe",n),e};var vh=3,yh=4;function bh(e,t,n){var r,i=this;if(Pd.call(i),i._mode=n,i.headers={},i.rawHeaders=[],i.trailers={},i.rawTrailers=[],i.on("end",(function(){x.nextTick((function(){i.emit("close")}))})),"fetch"===n){i._fetchResponse=t,i.url=t.url,i.statusCode=t.status,i.statusMessage=t.statusText;for(var o,a,s=t.headers[Symbol.iterator]();o=(a=s.next()).value,!a.done;)i.headers[o[0].toLowerCase()]=o[1],i.rawHeaders.push(o[0],o[1]);var u=t.body.getReader();(r=function(){u.read().then((function(e){i._destroyed||(e.done?i.push(null):(i.push(new np(e.value)),r()))}))})()}else{if(i._xhr=e,i._pos=0,i.url=e.responseURL,i.statusCode=e.status,i.statusMessage=e.statusText,e.getAllResponseHeaders().split(/\r?\n/).forEach((function(e){var t=e.match(/^([^:]+):\s*(.*)/);if(t){var n=t[1].toLowerCase();"set-cookie"===n?(void 0===i.headers[n]&&(i.headers[n]=[]),i.headers[n].push(t[2])):void 0!==i.headers[n]?i.headers[n]+=", "+t[2]:i.headers[n]=t[2],i.rawHeaders.push(t[1],t[2])}})),i._charset="x-user-defined",!$p){var l=i.rawHeaders["mime-type"];if(l){var c=l.match(/;\s*charset=([^;])(;|$)/);c&&(i._charset=c[1].toLowerCase())}i._charset||(i._charset="utf-8")}}}function Ah(e){var t,n=this;eh.call(n),n._opts=e,n._body=[],n._headers={},e.auth&&n.setHeader("Authorization","Basic "+new np(e.auth).toString("base64")),Object.keys(e.headers).forEach((function(t){n.setHeader(t,e.headers[t])}));var r=!0;if("disable-fetch"===e.mode)r=!1,t=!0;else if("prefer-streaming"===e.mode)t=!1;else if("allow-wrong-content-type"===e.mode)t=!$p;else{if(e.mode&&"default"!==e.mode&&"prefer-fast"!==e.mode)throw new Error("Invalid value for opts.mode");t=!0}n._mode=function(e,t){return Gp&&t?"fetch":jp?"moz-chunked-arraybuffer":Yp?"ms-stream":qp&&e?"arraybuffer":Qp&&e?"text:vbarray":"text"}(t,r),n.on("finish",(function(){n._onFinish()}))}Jp(bh,Pd),bh.prototype._read=function(){},bh.prototype._onXHRProgress=function(){var e=this,t=e._xhr,n=null;switch(e._mode){case"text:vbarray":if(t.readyState!==yh)break;try{n=new a.VBArray(t.responseBody).toArray()}catch(e){}if(null!==n){e.push(new np(n));break}case"text":try{n=t.responseText}catch(t){e._mode="text:vbarray";break}if(n.length>e._pos){var r=n.substr(e._pos);if("x-user-defined"===e._charset){for(var i=new np(r.length),o=0;o<r.length;o++)i[o]=255&r.charCodeAt(o);e.push(i)}else e.push(r,e._charset);e._pos=n.length}break;case"arraybuffer":if(t.readyState!==yh||!t.response)break;n=t.response,e.push(new np(new Uint8Array(n)));break;case"moz-chunked-arraybuffer":if(n=t.response,t.readyState!==vh||!n)break;e.push(new np(new Uint8Array(n)));break;case"ms-stream":if(n=t.response,t.readyState!==vh)break;var s=new a.MSStreamReader;s.onprogress=function(){s.result.byteLength>e._pos&&(e.push(new np(new Uint8Array(s.result.slice(e._pos)))),e._pos=s.result.byteLength)},s.onload=function(){e.push(null)},s.readAsArrayBuffer(n)}e._xhr.readyState===yh&&"ms-stream"!==e._mode&&e.push(null)},Jp(Ah,eh);var Sh=["accept-charset","accept-encoding","access-control-request-headers","access-control-request-method","connection","content-length","cookie","cookie2","date","dnt","expect","host","keep-alive","origin","referer","te","trailer","transfer-encoding","upgrade","user-agent","via"];Ah.prototype.setHeader=function(e,t){var n=e.toLowerCase();-1===Sh.indexOf(n)&&(this._headers[n]={name:e,value:t})},Ah.prototype.getHeader=function(e){return this._headers[e.toLowerCase()].value},Ah.prototype.removeHeader=function(e){delete this._headers[e.toLowerCase()]},Ah.prototype._onFinish=function(){var e=this;if(!e._destroyed){var t,n=e._opts,r=e._headers;if("POST"!==n.method&&"PUT"!==n.method&&"PATCH"!==n.method||(t=function(){if(void 0!==Kp)return Kp;try{new a.Blob([new ArrayBuffer(1)]),Kp=!0}catch(e){Kp=!1}return Kp}()?new a.Blob(e._body.map((function(e){return function(e){if(e instanceof Uint8Array){if(0===e.byteOffset&&e.byteLength===e.buffer.byteLength)return e.buffer;if("function"==typeof e.buffer.slice)return e.buffer.slice(e.byteOffset,e.byteOffset+e.byteLength)}if(Up(e)){for(var t=new Uint8Array(e.length),n=e.length,r=0;r<n;r++)t[r]=e[r];return t.buffer}throw new Error("Argument must be a Buffer")}(e)})),{type:(r["content-type"]||{}).value||""}):np.concat(e._body).toString()),"fetch"===e._mode){var i=Object.keys(r).map((function(e){return[r[e].name,r[e].value]}));a.fetch(e._opts.url,{method:e._opts.method,headers:i,body:t,mode:"cors",credentials:n.withCredentials?"include":"same-origin"}).then((function(t){e._fetchResponse=t,e._connect()}),(function(t){e.emit("error",t)}))}else{var o=e._xhr=new a.XMLHttpRequest;try{o.open(e._opts.method,e._opts.url,!0)}catch(t){return void x.nextTick((function(){e.emit("error",t)}))}"responseType"in o&&(o.responseType=e._mode.split(":")[0]),"withCredentials"in o&&(o.withCredentials=!!n.withCredentials),"text"===e._mode&&"overrideMimeType"in o&&o.overrideMimeType("text/plain; charset=x-user-defined"),Object.keys(r).forEach((function(e){o.setRequestHeader(r[e].name,r[e].value)})),e._response=null,o.onreadystatechange=function(){switch(o.readyState){case vh:case yh:e._onXHRProgress()}},"moz-chunked-arraybuffer"===e._mode&&(o.onprogress=function(){e._onXHRProgress()}),o.onerror=function(){e._destroyed||e.emit("error",new Error("XHR error"))};try{o.send(t)}catch(t){return void x.nextTick((function(){e.emit("error",t)}))}}}},Ah.prototype._onXHRProgress=function(){var e=this;(function(e){try{var t=e.status;return null!==t&&0!==t}catch(e){return!1}})(e._xhr)&&!e._destroyed&&(e._response||e._connect(),e._response._onXHRProgress())},Ah.prototype._connect=function(){var e=this;e._destroyed||(e._response=new bh(e._xhr,e._fetchResponse,e._mode),e.emit("response",e._response))},Ah.prototype._write=function(e,t,n){this._body.push(e),n()},Ah.prototype.abort=Ah.prototype.destroy=function(){var e=this;e._destroyed=!0,e._response&&(e._response._destroyed=!0),e._xhr&&e._xhr.abort()},Ah.prototype.end=function(e,t,n){"function"==typeof e&&(n=e,e=void 0),eh.prototype.end.call(this,e,t,n)},Ah.prototype.flushHeaders=function(){},Ah.prototype.setTimeout=function(){},Ah.prototype.setNoDelay=function(){},Ah.prototype.setSocketKeepAlive=function(){};
2
+ /*! https://mths.be/punycode v1.4.1 by @mathias */
3
+ var Dh=2147483647,Th=36,Ch=1,Oh=26,Rh=38,wh=700,kh=72,xh=128,Mh="-",Fh=/[^\x20-\x7E]/,Nh=/[\x2E\u3002\uFF0E\uFF61]/g,Ih={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},Lh=Th-Ch,Ph=Math.floor,Bh=String.fromCharCode;function Uh(e){throw new RangeError(Ih[e])}function Vh(e,t){return e+22+75*(e<26)-((0!=t)<<5)}function Kh(e,t,n){var r=0;for(e=n?Ph(e/wh):e>>1,e+=Ph(e/t);e>Lh*Oh>>1;r+=Th)e=Ph(e/Lh);return Ph(r+(Lh+1)*e/(e+Rh))}function zh(e){return function(e,t){var n=e.split("@"),r="";n.length>1&&(r=n[0]+"@",e=n[1]);var i=function(e,t){for(var n=e.length,r=[];n--;)r[n]=t(e[n]);return r}((e=e.replace(Nh,".")).split("."),t).join(".");return r+i}(e,(function(e){return Fh.test(e)?"xn--"+function(e){var t,n,r,i,o,a,s,u,l,c,f,p,d,h,m,g=[];for(e=function(e){for(var t,n,r=[],i=0,o=e.length;i<o;)(t=e.charCodeAt(i++))>=55296&&t<=56319&&i<o?56320==(64512&(n=e.charCodeAt(i++)))?r.push(((1023&t)<<10)+(1023&n)+65536):(r.push(t),i--):r.push(t);return r}(e),p=e.length,t=xh,n=0,o=kh,a=0;a<p;++a)(f=e[a])<128&&g.push(Bh(f));for(r=i=g.length,i&&g.push(Mh);r<p;){for(s=Dh,a=0;a<p;++a)(f=e[a])>=t&&f<s&&(s=f);for(s-t>Ph((Dh-n)/(d=r+1))&&Uh("overflow"),n+=(s-t)*d,t=s,a=0;a<p;++a)if((f=e[a])<t&&++n>Dh&&Uh("overflow"),f==t){for(u=n,l=Th;!(u<(c=l<=o?Ch:l>=o+Oh?Oh:l-o));l+=Th)m=u-c,h=Th-c,g.push(Bh(Vh(c+m%h,0))),u=Ph(m/h);g.push(Bh(Vh(u,0))),o=Kh(n,d,r==i),n=0,++r}++n,++t}return g.join("")}(e):e}))}function Gh(e,t){return Object.prototype.hasOwnProperty.call(e,t)}var Hh=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)};function Xh(e){switch(typeof e){case"string":return e;case"boolean":return e?"true":"false";case"number":return isFinite(e)?e:"";default:return""}}function Wh(e,t){if(e.map)return e.map(t);for(var n=[],r=0;r<e.length;r++)n.push(t(e[r],r));return n}var qh=Object.keys||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.push(n);return t};function Yh(e,t,n,r){t=t||"&",n=n||"=";var i={};if("string"!=typeof e||0===e.length)return i;var o=/\+/g;e=e.split(t);var a=1e3;r&&"number"==typeof r.maxKeys&&(a=r.maxKeys);var s=e.length;a>0&&s>a&&(s=a);for(var u=0;u<s;++u){var l,c,f,p,d=e[u].replace(o,"%20"),h=d.indexOf(n);h>=0?(l=d.substr(0,h),c=d.substr(h+1)):(l=d,c=""),f=decodeURIComponent(l),p=decodeURIComponent(c),Gh(i,f)?Hh(i[f])?i[f].push(p):i[f]=[i[f],p]:i[f]=p}return i}const jh=a.URL,$h=a.URLSearchParams;var Qh={parse:pm,resolve:_m,resolveObject:Em,fileURLToPath:hm,format:mm,Url:Zh,URL:jh,URLSearchParams:$h};function Zh(){this.protocol=null,this.slashes=null,this.auth=null,this.host=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.query=null,this.pathname=null,this.path=null,this.href=null}var Jh=/^([a-z0-9.+-]+:)/i,em=/:[0-9]*$/,tm=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,nm=["{","}","|","\\","^","`"].concat(["<",">",'"',"`"," ","\r","\n","\t"]),rm=["'"].concat(nm),im=["%","/","?",";","#"].concat(rm),om=["/","?","#"],am=255,sm=/^[+a-z0-9A-Z_-]{0,63}$/,um=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,lm={javascript:!0,"javascript:":!0},cm={javascript:!0,"javascript:":!0},fm={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};function pm(e,t,n){if(e&&gd(e)&&e instanceof Zh)return e;var r=new Zh;return r.parse(e,t,n),r}function dm(e,t,n,r){if(!dd(t))throw new TypeError("Parameter 'url' must be a string, not "+typeof t);var i=t.indexOf("?"),o=-1!==i&&i<t.indexOf("#")?"?":"#",a=t.split(o);a[0]=a[0].replace(/\\/g,"/");var s=t=a.join(o);if(s=s.trim(),!r&&1===t.split("#").length){var u=tm.exec(s);if(u)return e.path=s,e.href=s,e.pathname=u[1],u[2]?(e.search=u[2],e.query=n?Yh(e.search.substr(1)):e.search.substr(1)):n&&(e.search="",e.query={}),e}var l,c,f,p,d=Jh.exec(s);if(d){var h=(d=d[0]).toLowerCase();e.protocol=h,s=s.substr(d.length)}if(r||d||s.match(/^\/\/[^@\/]+@[^@\/]+/)){var m="//"===s.substr(0,2);!m||d&&cm[d]||(s=s.substr(2),e.slashes=!0)}if(!cm[d]&&(m||d&&!fm[d])){var g,_,E=-1;for(l=0;l<om.length;l++)-1!==(c=s.indexOf(om[l]))&&(-1===E||c<E)&&(E=c);for(-1!==(_=-1===E?s.lastIndexOf("@"):s.lastIndexOf("@",E))&&(g=s.slice(0,_),s=s.slice(_+1),e.auth=decodeURIComponent(g)),E=-1,l=0;l<im.length;l++)-1!==(c=s.indexOf(im[l]))&&(-1===E||c<E)&&(E=c);-1===E&&(E=s.length),e.host=s.slice(0,E),s=s.slice(E),vm(e),e.hostname=e.hostname||"";var v="["===e.hostname[0]&&"]"===e.hostname[e.hostname.length-1];if(!v){var y=e.hostname.split(/\./);for(l=0,f=y.length;l<f;l++){var b=y[l];if(b&&!b.match(sm)){for(var A="",S=0,D=b.length;S<D;S++)b.charCodeAt(S)>127?A+="x":A+=b[S];if(!A.match(sm)){var T=y.slice(0,l),C=y.slice(l+1),O=b.match(um);O&&(T.push(O[1]),C.unshift(O[2])),C.length&&(s="/"+C.join(".")+s),e.hostname=T.join(".");break}}}}e.hostname.length>am?e.hostname="":e.hostname=e.hostname.toLowerCase(),v||(e.hostname=zh(e.hostname)),p=e.port?":"+e.port:"";var R=e.hostname||"";e.host=R+p,e.href+=e.host,v&&(e.hostname=e.hostname.substr(1,e.hostname.length-2),"/"!==s[0]&&(s="/"+s))}if(!lm[h])for(l=0,f=rm.length;l<f;l++){var w=rm[l];if(-1!==s.indexOf(w)){var k=encodeURIComponent(w);k===w&&(k=escape(w)),s=s.split(w).join(k)}}var x=s.indexOf("#");-1!==x&&(e.hash=s.substr(x),s=s.slice(0,x));var M=s.indexOf("?");if(-1!==M?(e.search=s.substr(M),e.query=s.substr(M+1),n&&(e.query=Yh(e.query)),s=s.slice(0,M)):n&&(e.search="",e.query={}),s&&(e.pathname=s),fm[h]&&e.hostname&&!e.pathname&&(e.pathname="/"),e.pathname||e.search){p=e.pathname||"";var F=e.search||"";e.path=p+F}return e.href=gm(e),e}function hm(e){if("string"==typeof e)e=(new Zh).parse(e);else if(!(e instanceof Zh))throw new TypeError('The "path" argument must be of type string or an instance of URL. Received type '+typeof e+String(e));if("file:"!==e.protocol)throw new TypeError("The URL must be of scheme file");return function(e){const t=e.pathname;for(let e=0;e<t.length;e++)if("%"===t[e]){const n=32|t.codePointAt(e+2);if("2"===t[e+1]&&102===n)throw new TypeError("must not include encoded / characters")}return decodeURIComponent(t)}(e)}function mm(e){return dd(e)&&(e=dm({},e)),gm(e)}function gm(e){var t=e.auth||"";t&&(t=(t=encodeURIComponent(t)).replace(/%3A/i,":"),t+="@");var n=e.protocol||"",r=e.pathname||"",i=e.hash||"",o=!1,a="";e.host?o=t+e.host:e.hostname&&(o=t+(-1===e.hostname.indexOf(":")?e.hostname:"["+this.hostname+"]"),e.port&&(o+=":"+e.port)),e.query&&gd(e.query)&&Object.keys(e.query).length&&(a=function(e,t,n,r){return t=t||"&",n=n||"=",null===e&&(e=void 0),"object"==typeof e?Wh(qh(e),(function(r){var i=encodeURIComponent(Xh(r))+n;return Hh(e[r])?Wh(e[r],(function(e){return i+encodeURIComponent(Xh(e))})).join(t):i+encodeURIComponent(Xh(e[r]))})).join(t):r?encodeURIComponent(Xh(r))+n+encodeURIComponent(Xh(e)):""}(e.query));var s=e.search||a&&"?"+a||"";return n&&":"!==n.substr(-1)&&(n+=":"),e.slashes||(!n||fm[n])&&!1!==o?(o="//"+(o||""),r&&"/"!==r.charAt(0)&&(r="/"+r)):o||(o=""),i&&"#"!==i.charAt(0)&&(i="#"+i),s&&"?"!==s.charAt(0)&&(s="?"+s),n+o+(r=r.replace(/[?#]/g,(function(e){return encodeURIComponent(e)})))+(s=s.replace("#","%23"))+i}function _m(e,t){return pm(e,!1,!0).resolve(t)}function Em(e,t){return e?pm(e,!1,!0).resolveObject(t):t}function vm(e){var t=e.host,n=em.exec(t);n&&(":"!==(n=n[0])&&(e.port=n.substr(1)),t=t.substr(0,t.length-n.length)),t&&(e.hostname=t)}Zh.prototype.parse=function(e,t,n){return dm(this,e,t,n)},Zh.prototype.format=function(){return gm(this)},Zh.prototype.resolve=function(e){return this.resolveObject(pm(e,!1,!0)).format()},Zh.prototype.resolveObject=function(e){if(dd(e)){var t=new Zh;t.parse(e,!1,!0),e=t}for(var n,r=new Zh,i=Object.keys(this),o=0;o<i.length;o++){var a=i[o];r[a]=this[a]}if(r.hash=e.hash,""===e.href)return r.href=r.format(),r;if(e.slashes&&!e.protocol){for(var s=Object.keys(e),u=0;u<s.length;u++){var l=s[u];"protocol"!==l&&(r[l]=e[l])}return fm[r.protocol]&&r.hostname&&!r.pathname&&(r.path=r.pathname="/"),r.href=r.format(),r}if(e.protocol&&e.protocol!==r.protocol){if(!fm[e.protocol]){for(var c=Object.keys(e),f=0;f<c.length;f++){var p=c[f];r[p]=e[p]}return r.href=r.format(),r}if(r.protocol=e.protocol,e.host||cm[e.protocol])r.pathname=e.pathname;else{for(n=(e.pathname||"").split("/");n.length&&!(e.host=n.shift()););e.host||(e.host=""),e.hostname||(e.hostname=""),""!==n[0]&&n.unshift(""),n.length<2&&n.unshift(""),r.pathname=n.join("/")}if(r.search=e.search,r.query=e.query,r.host=e.host||"",r.auth=e.auth,r.hostname=e.hostname||e.host,r.port=e.port,r.pathname||r.search){var d=r.pathname||"",h=r.search||"";r.path=d+h}return r.slashes=r.slashes||e.slashes,r.href=r.format(),r}var m,g=r.pathname&&"/"===r.pathname.charAt(0),_=e.host||e.pathname&&"/"===e.pathname.charAt(0),E=_||g||r.host&&e.pathname,v=E,y=r.pathname&&r.pathname.split("/")||[],b=r.protocol&&!fm[r.protocol];if(n=e.pathname&&e.pathname.split("/")||[],b&&(r.hostname="",r.port=null,r.host&&(""===y[0]?y[0]=r.host:y.unshift(r.host)),r.host="",e.protocol&&(e.hostname=null,e.port=null,e.host&&(""===n[0]?n[0]=e.host:n.unshift(e.host)),e.host=null),E=E&&(""===n[0]||""===y[0])),_)r.host=e.host||""===e.host?e.host:r.host,r.hostname=e.hostname||""===e.hostname?e.hostname:r.hostname,r.search=e.search,r.query=e.query,y=n;else if(n.length)y||(y=[]),y.pop(),y=y.concat(n),r.search=e.search,r.query=e.query;else if(null!=e.search)return b&&(r.hostname=r.host=y.shift(),(m=!!(r.host&&r.host.indexOf("@")>0)&&r.host.split("@"))&&(r.auth=m.shift(),r.host=r.hostname=m.shift())),r.search=e.search,r.query=e.query,pd(r.pathname)&&pd(r.search)||(r.path=(r.pathname?r.pathname:"")+(r.search?r.search:"")),r.href=r.format(),r;if(!y.length)return r.pathname=null,r.search?r.path="/"+r.search:r.path=null,r.href=r.format(),r;for(var A=y.slice(-1)[0],S=(r.host||e.host||y.length>1)&&("."===A||".."===A)||""===A,D=0,T=y.length;T>=0;T--)"."===(A=y[T])?y.splice(T,1):".."===A?(y.splice(T,1),D++):D&&(y.splice(T,1),D--);if(!E&&!v)for(;D--;D)y.unshift("..");!E||""===y[0]||y[0]&&"/"===y[0].charAt(0)||y.unshift(""),S&&"/"!==y.join("/").substr(-1)&&y.push("");var C=""===y[0]||y[0]&&"/"===y[0].charAt(0);return b&&(r.hostname=r.host=C?"":y.length?y.shift():"",(m=!!(r.host&&r.host.indexOf("@")>0)&&r.host.split("@"))&&(r.auth=m.shift(),r.host=r.hostname=m.shift())),(E=E||r.host&&y.length)&&!C&&y.unshift(""),y.length?r.pathname=y.join("/"):(r.pathname=null,r.path=null),pd(r.pathname)&&pd(r.search)||(r.path=(r.pathname?r.pathname:"")+(r.search?r.search:"")),r.auth=e.auth||r.auth,r.slashes=r.slashes||e.slashes,r.href=r.format(),r},Zh.prototype.parseHost=function(){return vm(this)};var ym=Object.freeze({__proto__:null,URL:jh,URLSearchParams:$h,Url:Zh,default:Qh,fileURLToPath:hm,format:mm,parse:pm,resolve:_m,resolveObject:Em});function bm(e,t){"string"==typeof e&&(e=pm(e));var n=-1===a.location.protocol.search(/^https?:$/)?"http:":"",r=e.protocol||n,i=e.hostname||e.host,o=e.port,s=e.path||"/";i&&-1!==i.indexOf(":")&&(i="["+i+"]"),e.url=(i?r+"//"+i:"")+(o?":"+o:"")+s,e.method=(e.method||"GET").toUpperCase(),e.headers=e.headers||{};var u=new Ah(e);return t&&u.on("response",t),u}function Am(e,t){var n=bm(e,t);return n.end(),n}function Sm(){}Sm.defaultMaxSockets=4;var Dm=["CHECKOUT","CONNECT","COPY","DELETE","GET","HEAD","LOCK","M-SEARCH","MERGE","MKACTIVITY","MKCOL","MOVE","NOTIFY","OPTIONS","PATCH","POST","PROPFIND","PROPPATCH","PURGE","PUT","REPORT","SEARCH","SUBSCRIBE","TRACE","UNLOCK","UNSUBSCRIBE"],Tm={100:"Continue",101:"Switching Protocols",102:"Processing",200:"OK",201:"Created",202:"Accepted",203:"Non-Authoritative Information",204:"No Content",205:"Reset Content",206:"Partial Content",207:"Multi-Status",300:"Multiple Choices",301:"Moved Permanently",302:"Moved Temporarily",303:"See Other",304:"Not Modified",305:"Use Proxy",307:"Temporary Redirect",400:"Bad Request",401:"Unauthorized",402:"Payment Required",403:"Forbidden",404:"Not Found",405:"Method Not Allowed",406:"Not Acceptable",407:"Proxy Authentication Required",408:"Request Time-out",409:"Conflict",410:"Gone",411:"Length Required",412:"Precondition Failed",413:"Request Entity Too Large",414:"Request-URI Too Large",415:"Unsupported Media Type",416:"Requested Range Not Satisfiable",417:"Expectation Failed",418:"I'm a teapot",422:"Unprocessable Entity",423:"Locked",424:"Failed Dependency",425:"Unordered Collection",426:"Upgrade Required",428:"Precondition Required",429:"Too Many Requests",431:"Request Header Fields Too Large",500:"Internal Server Error",501:"Not Implemented",502:"Bad Gateway",503:"Service Unavailable",504:"Gateway Time-out",505:"HTTP Version Not Supported",506:"Variant Also Negotiates",507:"Insufficient Storage",509:"Bandwidth Limit Exceeded",510:"Not Extended",511:"Network Authentication Required"},Cm={request:bm,get:Am,Agent:Sm,METHODS:Dm,STATUS_CODES:Tm},Om=r(Object.freeze({__proto__:null,Agent:Sm,METHODS:Dm,STATUS_CODES:Tm,default:Cm,get:Am,request:bm}));function Rm(e,t){"string"==typeof e&&(e=pm(e));var n=-1===a.location.protocol.search(/^https?:$/)?"http:":"",r=e.protocol||n,i=e.hostname||e.host,o=e.port,s=e.path||"/";i&&-1!==i.indexOf(":")&&(i="["+i+"]"),e.url=(i?r+"//"+i:"")+(o?":"+o:"")+s,e.method=(e.method||"GET").toUpperCase(),e.headers=e.headers||{};var u=new Ah(e);return t&&u.on("response",t),u}function wm(e,t){var n=Rm(e,t);return n.end(),n}function km(){}km.defaultMaxSockets=4;var xm=["CHECKOUT","CONNECT","COPY","DELETE","GET","HEAD","LOCK","M-SEARCH","MERGE","MKACTIVITY","MKCOL","MOVE","NOTIFY","OPTIONS","PATCH","POST","PROPFIND","PROPPATCH","PURGE","PUT","REPORT","SEARCH","SUBSCRIBE","TRACE","UNLOCK","UNSUBSCRIBE"],Mm={100:"Continue",101:"Switching Protocols",102:"Processing",200:"OK",201:"Created",202:"Accepted",203:"Non-Authoritative Information",204:"No Content",205:"Reset Content",206:"Partial Content",207:"Multi-Status",300:"Multiple Choices",301:"Moved Permanently",302:"Moved Temporarily",303:"See Other",304:"Not Modified",305:"Use Proxy",307:"Temporary Redirect",400:"Bad Request",401:"Unauthorized",402:"Payment Required",403:"Forbidden",404:"Not Found",405:"Method Not Allowed",406:"Not Acceptable",407:"Proxy Authentication Required",408:"Request Time-out",409:"Conflict",410:"Gone",411:"Length Required",412:"Precondition Failed",413:"Request Entity Too Large",414:"Request-URI Too Large",415:"Unsupported Media Type",416:"Requested Range Not Satisfiable",417:"Expectation Failed",418:"I'm a teapot",422:"Unprocessable Entity",423:"Locked",424:"Failed Dependency",425:"Unordered Collection",426:"Upgrade Required",428:"Precondition Required",429:"Too Many Requests",431:"Request Header Fields Too Large",500:"Internal Server Error",501:"Not Implemented",502:"Bad Gateway",503:"Service Unavailable",504:"Gateway Time-out",505:"HTTP Version Not Supported",506:"Variant Also Negotiates",507:"Insufficient Storage",509:"Bandwidth Limit Exceeded",510:"Not Extended",511:"Network Authentication Required"},Fm={request:Rm,get:wm,Agent:km,METHODS:xm,STATUS_CODES:Mm},Nm=r(Object.freeze({__proto__:null,Agent:km,METHODS:xm,STATUS_CODES:Mm,default:Fm,get:wm,request:Rm})),Im=r(ym),Lm=/^http:\/\//;var Pm=/^https:\/\//;var Bm=Om,Um=Nm,Vm=Im,Km=function(e){return Lm.test(e)},zm=function(e){return Pm.test(e)},Gm=ae;var Hm=function e(t,n,r,i){var o,a=n.protocol||n.hostname,s=!1;o=Gm(Vm.parse(t),n||{}),void 0!==n.hostname&&(o.protocol=n.protocol||"http:",o.path=o.href),(a&&!zm(a)||Km(t)?Bm.get:Um.get)(o,(function(o){var a=[];if(!s){if(o.statusCode<200||o.statusCode>399)return i(o.statusCode,null);if(o.statusCode>299)return e(Vm.resolve(t,o.headers.location),n,r,i);o.on("data",(function(e){a.push(e.toString())})),o.on("end",(function(){var e=a.join("");i(null,e)}))}})).on("error",(function(e){s||(s=!0,i(e.message,null))})).on("timeout",(function(){s||(s=!0,i("timeout",null))})).setTimeout(r)},Xm=Hm;var Wm=function(e){return e||Xm};var qm=function(e){return Array.isArray(e)?e:!1===e?["none"]:void 0===e?["local"]:e.split(",")},Ym=Im,jm=ae;var $m=function(e){return jm((t=x.env.HTTP_PROXY||x.env.http_proxy)?{hostname:Ym.parse(t).hostname,port:parseInt(Ym.parse(t).port)}:{},e||{});var t};var Qm=function(e){return e||5e3};var Zm=function(e){var t={level1Value:[],level1Property:[],level2Block:[]};return e=e||[],t.level1Value=e.map((function(e){return e.level1&&e.level1.value})).filter((function(e){return null!=e})),t.level1Property=e.map((function(e){return e.level1&&e.level1.property})).filter((function(e){return null!=e})),t.level2Block=e.map((function(e){return e.level2&&e.level2.block})).filter((function(e){return null!=e})),t};var Jm=function(e,t){return void 0!==t||void 0!==e&&!!e};function eg(e,t){for(var n=0,r=e.length-1;r>=0;r--){var i=e[r];"."===i?e.splice(r,1):".."===i?(e.splice(r,1),n++):n&&(e.splice(r,1),n--)}if(t)for(;n--;n)e.unshift("..");return e}var tg=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/,ng=function(e){return tg.exec(e).slice(1)};function rg(){for(var e="",t=!1,n=arguments.length-1;n>=-1&&!t;n--){var r=n>=0?arguments[n]:"/";if("string"!=typeof r)throw new TypeError("Arguments to path.resolve must be strings");r&&(e=r+"/"+e,t="/"===r.charAt(0))}return(t?"/":"")+(e=eg(pg(e.split("/"),(function(e){return!!e})),!t).join("/"))||"."}function ig(e){var t=og(e),n="/"===dg(e,-1);return(e=eg(pg(e.split("/"),(function(e){return!!e})),!t).join("/"))||t||(e="."),e&&n&&(e+="/"),(t?"/":"")+e}function og(e){return"/"===e.charAt(0)}function ag(){return ig(pg(Array.prototype.slice.call(arguments,0),(function(e,t){if("string"!=typeof e)throw new TypeError("Arguments to path.join must be strings");return e})).join("/"))}function sg(e,t){function n(e){for(var t=0;t<e.length&&""===e[t];t++);for(var n=e.length-1;n>=0&&""===e[n];n--);return t>n?[]:e.slice(t,n-t+1)}e=rg(e).substr(1),t=rg(t).substr(1);for(var r=n(e.split("/")),i=n(t.split("/")),o=Math.min(r.length,i.length),a=o,s=0;s<o;s++)if(r[s]!==i[s]){a=s;break}var u=[];for(s=a;s<r.length;s++)u.push("..");return(u=u.concat(i.slice(a))).join("/")}function ug(e){var t=ng(e),n=t[0],r=t[1];return n||r?(r&&(r=r.substr(0,r.length-1)),n+r):"."}function lg(e,t){var n=ng(e)[2];return t&&n.substr(-1*t.length)===t&&(n=n.substr(0,n.length-t.length)),n}function cg(e){return ng(e)[3]}var fg={extname:cg,basename:lg,dirname:ug,sep:"/",delimiter:":",relative:sg,join:ag,isAbsolute:og,normalize:ig,resolve:rg};function pg(e,t){if(e.filter)return e.filter(t);for(var n=[],r=0;r<e.length;r++)t(e[r],r,e)&&n.push(e[r]);return n}var dg="b"==="ab".substr(-1)?function(e,t,n){return e.substr(t,n)}:function(e,t,n){return t<0&&(t=e.length+t),e.substr(t,n)},hg=r(Object.freeze({__proto__:null,basename:lg,default:fg,delimiter:":",dirname:ug,extname:cg,isAbsolute:og,join:ag,normalize:ig,relative:sg,resolve:rg,sep:"/"})),mg=hg;var gg=function(e){return e?mg.resolve(e):x.cwd()},_g={},Eg={},vg={},yg={},bg="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");yg.encode=function(e){if(0<=e&&e<bg.length)return bg[e];throw new TypeError("Must be between 0 and 63: "+e)},yg.decode=function(e){return 65<=e&&e<=90?e-65:97<=e&&e<=122?e-97+26:48<=e&&e<=57?e-48+52:43==e?62:47==e?63:-1};var Ag=yg;vg.encode=function(e){var t,n="",r=function(e){return e<0?1+(-e<<1):0+(e<<1)}(e);do{t=31&r,(r>>>=5)>0&&(t|=32),n+=Ag.encode(t)}while(r>0);return n},vg.decode=function(e,t,n){var r,i,o,a,s=e.length,u=0,l=0;do{if(t>=s)throw new Error("Expected more digits in base 64 VLQ value.");if(-1===(i=Ag.decode(e.charCodeAt(t++))))throw new Error("Invalid base64 digit: "+e.charAt(t-1));r=!!(32&i),u+=(i&=31)<<l,l+=5}while(r);n.value=(a=(o=u)>>1,1==(1&o)?-a:a),n.rest=t};var Sg={};!function(e){e.getArg=function(e,t,n){if(t in e)return e[t];if(3===arguments.length)return n;throw new Error('"'+t+'" is a required argument.')};var t=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/,n=/^data:.+\,.+$/;function r(e){var n=e.match(t);return n?{scheme:n[1],auth:n[2],host:n[3],port:n[4],path:n[5]}:null}function i(e){var t="";return e.scheme&&(t+=e.scheme+":"),t+="//",e.auth&&(t+=e.auth+"@"),e.host&&(t+=e.host),e.port&&(t+=":"+e.port),e.path&&(t+=e.path),t}function o(t){var n=t,o=r(t);if(o){if(!o.path)return t;n=o.path}for(var a,s=e.isAbsolute(n),u=n.split(/\/+/),l=0,c=u.length-1;c>=0;c--)"."===(a=u[c])?u.splice(c,1):".."===a?l++:l>0&&(""===a?(u.splice(c+1,l),l=0):(u.splice(c,2),l--));return""===(n=u.join("/"))&&(n=s?"/":"."),o?(o.path=n,i(o)):n}function a(e,t){""===e&&(e="."),""===t&&(t=".");var a=r(t),s=r(e);if(s&&(e=s.path||"/"),a&&!a.scheme)return s&&(a.scheme=s.scheme),i(a);if(a||t.match(n))return t;if(s&&!s.host&&!s.path)return s.host=t,i(s);var u="/"===t.charAt(0)?t:o(e.replace(/\/+$/,"")+"/"+t);return s?(s.path=u,i(s)):u}e.urlParse=r,e.urlGenerate=i,e.normalize=o,e.join=a,e.isAbsolute=function(e){return"/"===e.charAt(0)||t.test(e)},e.relative=function(e,t){""===e&&(e="."),e=e.replace(/\/$/,"");for(var n=0;0!==t.indexOf(e+"/");){var r=e.lastIndexOf("/");if(r<0)return t;if((e=e.slice(0,r)).match(/^([^\/]+:\/)?\/*$/))return t;++n}return Array(n+1).join("../")+t.substr(e.length+1)};var s=!("__proto__"in Object.create(null));function u(e){return e}function l(e){if(!e)return!1;var t=e.length;if(t<9)return!1;if(95!==e.charCodeAt(t-1)||95!==e.charCodeAt(t-2)||111!==e.charCodeAt(t-3)||116!==e.charCodeAt(t-4)||111!==e.charCodeAt(t-5)||114!==e.charCodeAt(t-6)||112!==e.charCodeAt(t-7)||95!==e.charCodeAt(t-8)||95!==e.charCodeAt(t-9))return!1;for(var n=t-10;n>=0;n--)if(36!==e.charCodeAt(n))return!1;return!0}function c(e,t){return e===t?0:null===e?1:null===t?-1:e>t?1:-1}e.toSetString=s?u:function(e){return l(e)?"$"+e:e},e.fromSetString=s?u:function(e){return l(e)?e.slice(1):e},e.compareByOriginalPositions=function(e,t,n){var r=c(e.source,t.source);return 0!==r||0!==(r=e.originalLine-t.originalLine)||0!==(r=e.originalColumn-t.originalColumn)||n||0!==(r=e.generatedColumn-t.generatedColumn)||0!==(r=e.generatedLine-t.generatedLine)?r:c(e.name,t.name)},e.compareByGeneratedPositionsDeflated=function(e,t,n){var r=e.generatedLine-t.generatedLine;return 0!==r||0!==(r=e.generatedColumn-t.generatedColumn)||n||0!==(r=c(e.source,t.source))||0!==(r=e.originalLine-t.originalLine)||0!==(r=e.originalColumn-t.originalColumn)?r:c(e.name,t.name)},e.compareByGeneratedPositionsInflated=function(e,t){var n=e.generatedLine-t.generatedLine;return 0!==n||0!==(n=e.generatedColumn-t.generatedColumn)||0!==(n=c(e.source,t.source))||0!==(n=e.originalLine-t.originalLine)||0!==(n=e.originalColumn-t.originalColumn)?n:c(e.name,t.name)},e.parseSourceMapInput=function(e){return JSON.parse(e.replace(/^\)]}'[^\n]*\n/,""))},e.computeSourceURL=function(e,t,n){if(t=t||"",e&&("/"!==e[e.length-1]&&"/"!==t[0]&&(e+="/"),t=e+t),n){var s=r(n);if(!s)throw new Error("sourceMapURL could not be parsed");if(s.path){var u=s.path.lastIndexOf("/");u>=0&&(s.path=s.path.substring(0,u+1))}t=a(i(s),t)}return o(t)}}(Sg);var Dg={},Tg=Sg,Cg=Object.prototype.hasOwnProperty,Og="undefined"!=typeof Map;function Rg(){this._array=[],this._set=Og?new Map:Object.create(null)}Rg.fromArray=function(e,t){for(var n=new Rg,r=0,i=e.length;r<i;r++)n.add(e[r],t);return n},Rg.prototype.size=function(){return Og?this._set.size:Object.getOwnPropertyNames(this._set).length},Rg.prototype.add=function(e,t){var n=Og?e:Tg.toSetString(e),r=Og?this.has(e):Cg.call(this._set,n),i=this._array.length;r&&!t||this._array.push(e),r||(Og?this._set.set(e,i):this._set[n]=i)},Rg.prototype.has=function(e){if(Og)return this._set.has(e);var t=Tg.toSetString(e);return Cg.call(this._set,t)},Rg.prototype.indexOf=function(e){if(Og){var t=this._set.get(e);if(t>=0)return t}else{var n=Tg.toSetString(e);if(Cg.call(this._set,n))return this._set[n]}throw new Error('"'+e+'" is not in the set.')},Rg.prototype.at=function(e){if(e>=0&&e<this._array.length)return this._array[e];throw new Error("No element indexed by "+e)},Rg.prototype.toArray=function(){return this._array.slice()},Dg.ArraySet=Rg;var wg={},kg=Sg;function xg(){this._array=[],this._sorted=!0,this._last={generatedLine:-1,generatedColumn:0}}xg.prototype.unsortedForEach=function(e,t){this._array.forEach(e,t)},xg.prototype.add=function(e){var t,n,r,i,o,a;t=this._last,n=e,r=t.generatedLine,i=n.generatedLine,o=t.generatedColumn,a=n.generatedColumn,i>r||i==r&&a>=o||kg.compareByGeneratedPositionsInflated(t,n)<=0?(this._last=e,this._array.push(e)):(this._sorted=!1,this._array.push(e))},xg.prototype.toArray=function(){return this._sorted||(this._array.sort(kg.compareByGeneratedPositionsInflated),this._sorted=!0),this._array},wg.MappingList=xg;var Mg=vg,Fg=Sg,Ng=Dg.ArraySet,Ig=wg.MappingList;function Lg(e){e||(e={}),this._file=Fg.getArg(e,"file",null),this._sourceRoot=Fg.getArg(e,"sourceRoot",null),this._skipValidation=Fg.getArg(e,"skipValidation",!1),this._sources=new Ng,this._names=new Ng,this._mappings=new Ig,this._sourcesContents=null}Lg.prototype._version=3,Lg.fromSourceMap=function(e){var t=e.sourceRoot,n=new Lg({file:e.file,sourceRoot:t});return e.eachMapping((function(e){var r={generated:{line:e.generatedLine,column:e.generatedColumn}};null!=e.source&&(r.source=e.source,null!=t&&(r.source=Fg.relative(t,r.source)),r.original={line:e.originalLine,column:e.originalColumn},null!=e.name&&(r.name=e.name)),n.addMapping(r)})),e.sources.forEach((function(r){var i=r;null!==t&&(i=Fg.relative(t,r)),n._sources.has(i)||n._sources.add(i);var o=e.sourceContentFor(r);null!=o&&n.setSourceContent(r,o)})),n},Lg.prototype.addMapping=function(e){var t=Fg.getArg(e,"generated"),n=Fg.getArg(e,"original",null),r=Fg.getArg(e,"source",null),i=Fg.getArg(e,"name",null);this._skipValidation||this._validateMapping(t,n,r,i),null!=r&&(r=String(r),this._sources.has(r)||this._sources.add(r)),null!=i&&(i=String(i),this._names.has(i)||this._names.add(i)),this._mappings.add({generatedLine:t.line,generatedColumn:t.column,originalLine:null!=n&&n.line,originalColumn:null!=n&&n.column,source:r,name:i})},Lg.prototype.setSourceContent=function(e,t){var n=e;null!=this._sourceRoot&&(n=Fg.relative(this._sourceRoot,n)),null!=t?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[Fg.toSetString(n)]=t):this._sourcesContents&&(delete this._sourcesContents[Fg.toSetString(n)],0===Object.keys(this._sourcesContents).length&&(this._sourcesContents=null))},Lg.prototype.applySourceMap=function(e,t,n){var r=t;if(null==t){if(null==e.file)throw new Error('SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map\'s "file" property. Both were omitted.');r=e.file}var i=this._sourceRoot;null!=i&&(r=Fg.relative(i,r));var o=new Ng,a=new Ng;this._mappings.unsortedForEach((function(t){if(t.source===r&&null!=t.originalLine){var s=e.originalPositionFor({line:t.originalLine,column:t.originalColumn});null!=s.source&&(t.source=s.source,null!=n&&(t.source=Fg.join(n,t.source)),null!=i&&(t.source=Fg.relative(i,t.source)),t.originalLine=s.line,t.originalColumn=s.column,null!=s.name&&(t.name=s.name))}var u=t.source;null==u||o.has(u)||o.add(u);var l=t.name;null==l||a.has(l)||a.add(l)}),this),this._sources=o,this._names=a,e.sources.forEach((function(t){var r=e.sourceContentFor(t);null!=r&&(null!=n&&(t=Fg.join(n,t)),null!=i&&(t=Fg.relative(i,t)),this.setSourceContent(t,r))}),this)},Lg.prototype._validateMapping=function(e,t,n,r){if(t&&"number"!=typeof t.line&&"number"!=typeof t.column)throw new Error("original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.");if((!(e&&"line"in e&&"column"in e&&e.line>0&&e.column>=0)||t||n||r)&&!(e&&"line"in e&&"column"in e&&t&&"line"in t&&"column"in t&&e.line>0&&e.column>=0&&t.line>0&&t.column>=0&&n))throw new Error("Invalid mapping: "+JSON.stringify({generated:e,source:n,original:t,name:r}))},Lg.prototype._serializeMappings=function(){for(var e,t,n,r,i=0,o=1,a=0,s=0,u=0,l=0,c="",f=this._mappings.toArray(),p=0,d=f.length;p<d;p++){if(e="",(t=f[p]).generatedLine!==o)for(i=0;t.generatedLine!==o;)e+=";",o++;else if(p>0){if(!Fg.compareByGeneratedPositionsInflated(t,f[p-1]))continue;e+=","}e+=Mg.encode(t.generatedColumn-i),i=t.generatedColumn,null!=t.source&&(r=this._sources.indexOf(t.source),e+=Mg.encode(r-l),l=r,e+=Mg.encode(t.originalLine-1-s),s=t.originalLine-1,e+=Mg.encode(t.originalColumn-a),a=t.originalColumn,null!=t.name&&(n=this._names.indexOf(t.name),e+=Mg.encode(n-u),u=n)),c+=e}return c},Lg.prototype._generateSourcesContent=function(e,t){return e.map((function(e){if(!this._sourcesContents)return null;null!=t&&(e=Fg.relative(t,e));var n=Fg.toSetString(e);return Object.prototype.hasOwnProperty.call(this._sourcesContents,n)?this._sourcesContents[n]:null}),this)},Lg.prototype.toJSON=function(){var e={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return null!=this._file&&(e.file=this._file),null!=this._sourceRoot&&(e.sourceRoot=this._sourceRoot),this._sourcesContents&&(e.sourcesContent=this._generateSourcesContent(e.sources,e.sourceRoot)),e},Lg.prototype.toString=function(){return JSON.stringify(this.toJSON())},Eg.SourceMapGenerator=Lg;var Pg={},Bg={};!function(e){function t(n,r,i,o,a,s){var u=Math.floor((r-n)/2)+n,l=a(i,o[u],!0);return 0===l?u:l>0?r-u>1?t(u,r,i,o,a,s):s==e.LEAST_UPPER_BOUND?r<o.length?r:-1:u:u-n>1?t(n,u,i,o,a,s):s==e.LEAST_UPPER_BOUND?u:n<0?-1:n}e.GREATEST_LOWER_BOUND=1,e.LEAST_UPPER_BOUND=2,e.search=function(n,r,i,o){if(0===r.length)return-1;var a=t(-1,r.length,n,r,i,o||e.GREATEST_LOWER_BOUND);if(a<0)return-1;for(;a-1>=0&&0===i(r[a],r[a-1],!0);)--a;return a}}(Bg);var Ug={};function Vg(e,t,n){var r=e[t];e[t]=e[n],e[n]=r}function Kg(e,t,n,r){if(n<r){var i=n-1;Vg(e,(u=n,l=r,Math.round(u+Math.random()*(l-u))),r);for(var o=e[r],a=n;a<r;a++)t(e[a],o)<=0&&Vg(e,i+=1,a);Vg(e,i+1,a);var s=i+1;Kg(e,t,n,s-1),Kg(e,t,s+1,r)}var u,l}Ug.quickSort=function(e,t){Kg(e,t,0,e.length-1)};var zg=Sg,Gg=Bg,Hg=Dg.ArraySet,Xg=vg,Wg=Ug.quickSort;function qg(e,t){var n=e;return"string"==typeof e&&(n=zg.parseSourceMapInput(e)),null!=n.sections?new $g(n,t):new Yg(n,t)}function Yg(e,t){var n=e;"string"==typeof e&&(n=zg.parseSourceMapInput(e));var r=zg.getArg(n,"version"),i=zg.getArg(n,"sources"),o=zg.getArg(n,"names",[]),a=zg.getArg(n,"sourceRoot",null),s=zg.getArg(n,"sourcesContent",null),u=zg.getArg(n,"mappings"),l=zg.getArg(n,"file",null);if(r!=this._version)throw new Error("Unsupported version: "+r);a&&(a=zg.normalize(a)),i=i.map(String).map(zg.normalize).map((function(e){return a&&zg.isAbsolute(a)&&zg.isAbsolute(e)?zg.relative(a,e):e})),this._names=Hg.fromArray(o.map(String),!0),this._sources=Hg.fromArray(i,!0),this._absoluteSources=this._sources.toArray().map((function(e){return zg.computeSourceURL(a,e,t)})),this.sourceRoot=a,this.sourcesContent=s,this._mappings=u,this._sourceMapURL=t,this.file=l}function jg(){this.generatedLine=0,this.generatedColumn=0,this.source=null,this.originalLine=null,this.originalColumn=null,this.name=null}function $g(e,t){var n=e;"string"==typeof e&&(n=zg.parseSourceMapInput(e));var r=zg.getArg(n,"version"),i=zg.getArg(n,"sections");if(r!=this._version)throw new Error("Unsupported version: "+r);this._sources=new Hg,this._names=new Hg;var o={line:-1,column:0};this._sections=i.map((function(e){if(e.url)throw new Error("Support for url field in sections not implemented.");var n=zg.getArg(e,"offset"),r=zg.getArg(n,"line"),i=zg.getArg(n,"column");if(r<o.line||r===o.line&&i<o.column)throw new Error("Section offsets must be ordered and non-overlapping.");return o=n,{generatedOffset:{generatedLine:r+1,generatedColumn:i+1},consumer:new qg(zg.getArg(e,"map"),t)}}))}qg.fromSourceMap=function(e,t){return Yg.fromSourceMap(e,t)},qg.prototype._version=3,qg.prototype.__generatedMappings=null,Object.defineProperty(qg.prototype,"_generatedMappings",{configurable:!0,enumerable:!0,get:function(){return this.__generatedMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__generatedMappings}}),qg.prototype.__originalMappings=null,Object.defineProperty(qg.prototype,"_originalMappings",{configurable:!0,enumerable:!0,get:function(){return this.__originalMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__originalMappings}}),qg.prototype._charIsMappingSeparator=function(e,t){var n=e.charAt(t);return";"===n||","===n},qg.prototype._parseMappings=function(e,t){throw new Error("Subclasses must implement _parseMappings")},qg.GENERATED_ORDER=1,qg.ORIGINAL_ORDER=2,qg.GREATEST_LOWER_BOUND=1,qg.LEAST_UPPER_BOUND=2,qg.prototype.eachMapping=function(e,t,n){var r,i=t||null;switch(n||qg.GENERATED_ORDER){case qg.GENERATED_ORDER:r=this._generatedMappings;break;case qg.ORIGINAL_ORDER:r=this._originalMappings;break;default:throw new Error("Unknown order of iteration.")}var o=this.sourceRoot;r.map((function(e){var t=null===e.source?null:this._sources.at(e.source);return{source:t=zg.computeSourceURL(o,t,this._sourceMapURL),generatedLine:e.generatedLine,generatedColumn:e.generatedColumn,originalLine:e.originalLine,originalColumn:e.originalColumn,name:null===e.name?null:this._names.at(e.name)}}),this).forEach(e,i)},qg.prototype.allGeneratedPositionsFor=function(e){var t=zg.getArg(e,"line"),n={source:zg.getArg(e,"source"),originalLine:t,originalColumn:zg.getArg(e,"column",0)};if(n.source=this._findSourceIndex(n.source),n.source<0)return[];var r=[],i=this._findMapping(n,this._originalMappings,"originalLine","originalColumn",zg.compareByOriginalPositions,Gg.LEAST_UPPER_BOUND);if(i>=0){var o=this._originalMappings[i];if(void 0===e.column)for(var a=o.originalLine;o&&o.originalLine===a;)r.push({line:zg.getArg(o,"generatedLine",null),column:zg.getArg(o,"generatedColumn",null),lastColumn:zg.getArg(o,"lastGeneratedColumn",null)}),o=this._originalMappings[++i];else for(var s=o.originalColumn;o&&o.originalLine===t&&o.originalColumn==s;)r.push({line:zg.getArg(o,"generatedLine",null),column:zg.getArg(o,"generatedColumn",null),lastColumn:zg.getArg(o,"lastGeneratedColumn",null)}),o=this._originalMappings[++i]}return r},Pg.SourceMapConsumer=qg,Yg.prototype=Object.create(qg.prototype),Yg.prototype.consumer=qg,Yg.prototype._findSourceIndex=function(e){var t,n=e;if(null!=this.sourceRoot&&(n=zg.relative(this.sourceRoot,n)),this._sources.has(n))return this._sources.indexOf(n);for(t=0;t<this._absoluteSources.length;++t)if(this._absoluteSources[t]==e)return t;return-1},Yg.fromSourceMap=function(e,t){var n=Object.create(Yg.prototype),r=n._names=Hg.fromArray(e._names.toArray(),!0),i=n._sources=Hg.fromArray(e._sources.toArray(),!0);n.sourceRoot=e._sourceRoot,n.sourcesContent=e._generateSourcesContent(n._sources.toArray(),n.sourceRoot),n.file=e._file,n._sourceMapURL=t,n._absoluteSources=n._sources.toArray().map((function(e){return zg.computeSourceURL(n.sourceRoot,e,t)}));for(var o=e._mappings.toArray().slice(),a=n.__generatedMappings=[],s=n.__originalMappings=[],u=0,l=o.length;u<l;u++){var c=o[u],f=new jg;f.generatedLine=c.generatedLine,f.generatedColumn=c.generatedColumn,c.source&&(f.source=i.indexOf(c.source),f.originalLine=c.originalLine,f.originalColumn=c.originalColumn,c.name&&(f.name=r.indexOf(c.name)),s.push(f)),a.push(f)}return Wg(n.__originalMappings,zg.compareByOriginalPositions),n},Yg.prototype._version=3,Object.defineProperty(Yg.prototype,"sources",{get:function(){return this._absoluteSources.slice()}}),Yg.prototype._parseMappings=function(e,t){for(var n,r,i,o,a,s=1,u=0,l=0,c=0,f=0,p=0,d=e.length,h=0,m={},g={},_=[],E=[];h<d;)if(";"===e.charAt(h))s++,h++,u=0;else if(","===e.charAt(h))h++;else{for((n=new jg).generatedLine=s,o=h;o<d&&!this._charIsMappingSeparator(e,o);o++);if(i=m[r=e.slice(h,o)])h+=r.length;else{for(i=[];h<o;)Xg.decode(e,h,g),a=g.value,h=g.rest,i.push(a);if(2===i.length)throw new Error("Found a source, but no line and column");if(3===i.length)throw new Error("Found a source and line, but no column");m[r]=i}n.generatedColumn=u+i[0],u=n.generatedColumn,i.length>1&&(n.source=f+i[1],f+=i[1],n.originalLine=l+i[2],l=n.originalLine,n.originalLine+=1,n.originalColumn=c+i[3],c=n.originalColumn,i.length>4&&(n.name=p+i[4],p+=i[4])),E.push(n),"number"==typeof n.originalLine&&_.push(n)}Wg(E,zg.compareByGeneratedPositionsDeflated),this.__generatedMappings=E,Wg(_,zg.compareByOriginalPositions),this.__originalMappings=_},Yg.prototype._findMapping=function(e,t,n,r,i,o){if(e[n]<=0)throw new TypeError("Line must be greater than or equal to 1, got "+e[n]);if(e[r]<0)throw new TypeError("Column must be greater than or equal to 0, got "+e[r]);return Gg.search(e,t,i,o)},Yg.prototype.computeColumnSpans=function(){for(var e=0;e<this._generatedMappings.length;++e){var t=this._generatedMappings[e];if(e+1<this._generatedMappings.length){var n=this._generatedMappings[e+1];if(t.generatedLine===n.generatedLine){t.lastGeneratedColumn=n.generatedColumn-1;continue}}t.lastGeneratedColumn=1/0}},Yg.prototype.originalPositionFor=function(e){var t={generatedLine:zg.getArg(e,"line"),generatedColumn:zg.getArg(e,"column")},n=this._findMapping(t,this._generatedMappings,"generatedLine","generatedColumn",zg.compareByGeneratedPositionsDeflated,zg.getArg(e,"bias",qg.GREATEST_LOWER_BOUND));if(n>=0){var r=this._generatedMappings[n];if(r.generatedLine===t.generatedLine){var i=zg.getArg(r,"source",null);null!==i&&(i=this._sources.at(i),i=zg.computeSourceURL(this.sourceRoot,i,this._sourceMapURL));var o=zg.getArg(r,"name",null);return null!==o&&(o=this._names.at(o)),{source:i,line:zg.getArg(r,"originalLine",null),column:zg.getArg(r,"originalColumn",null),name:o}}}return{source:null,line:null,column:null,name:null}},Yg.prototype.hasContentsOfAllSources=function(){return!!this.sourcesContent&&(this.sourcesContent.length>=this._sources.size()&&!this.sourcesContent.some((function(e){return null==e})))},Yg.prototype.sourceContentFor=function(e,t){if(!this.sourcesContent)return null;var n=this._findSourceIndex(e);if(n>=0)return this.sourcesContent[n];var r,i=e;if(null!=this.sourceRoot&&(i=zg.relative(this.sourceRoot,i)),null!=this.sourceRoot&&(r=zg.urlParse(this.sourceRoot))){var o=i.replace(/^file:\/\//,"");if("file"==r.scheme&&this._sources.has(o))return this.sourcesContent[this._sources.indexOf(o)];if((!r.path||"/"==r.path)&&this._sources.has("/"+i))return this.sourcesContent[this._sources.indexOf("/"+i)]}if(t)return null;throw new Error('"'+i+'" is not in the SourceMap.')},Yg.prototype.generatedPositionFor=function(e){var t=zg.getArg(e,"source");if((t=this._findSourceIndex(t))<0)return{line:null,column:null,lastColumn:null};var n={source:t,originalLine:zg.getArg(e,"line"),originalColumn:zg.getArg(e,"column")},r=this._findMapping(n,this._originalMappings,"originalLine","originalColumn",zg.compareByOriginalPositions,zg.getArg(e,"bias",qg.GREATEST_LOWER_BOUND));if(r>=0){var i=this._originalMappings[r];if(i.source===n.source)return{line:zg.getArg(i,"generatedLine",null),column:zg.getArg(i,"generatedColumn",null),lastColumn:zg.getArg(i,"lastGeneratedColumn",null)}}return{line:null,column:null,lastColumn:null}},Pg.BasicSourceMapConsumer=Yg,$g.prototype=Object.create(qg.prototype),$g.prototype.constructor=qg,$g.prototype._version=3,Object.defineProperty($g.prototype,"sources",{get:function(){for(var e=[],t=0;t<this._sections.length;t++)for(var n=0;n<this._sections[t].consumer.sources.length;n++)e.push(this._sections[t].consumer.sources[n]);return e}}),$g.prototype.originalPositionFor=function(e){var t={generatedLine:zg.getArg(e,"line"),generatedColumn:zg.getArg(e,"column")},n=Gg.search(t,this._sections,(function(e,t){var n=e.generatedLine-t.generatedOffset.generatedLine;return n||e.generatedColumn-t.generatedOffset.generatedColumn})),r=this._sections[n];return r?r.consumer.originalPositionFor({line:t.generatedLine-(r.generatedOffset.generatedLine-1),column:t.generatedColumn-(r.generatedOffset.generatedLine===t.generatedLine?r.generatedOffset.generatedColumn-1:0),bias:e.bias}):{source:null,line:null,column:null,name:null}},$g.prototype.hasContentsOfAllSources=function(){return this._sections.every((function(e){return e.consumer.hasContentsOfAllSources()}))},$g.prototype.sourceContentFor=function(e,t){for(var n=0;n<this._sections.length;n++){var r=this._sections[n].consumer.sourceContentFor(e,!0);if(r)return r}if(t)return null;throw new Error('"'+e+'" is not in the SourceMap.')},$g.prototype.generatedPositionFor=function(e){for(var t=0;t<this._sections.length;t++){var n=this._sections[t];if(-1!==n.consumer._findSourceIndex(zg.getArg(e,"source"))){var r=n.consumer.generatedPositionFor(e);if(r)return{line:r.line+(n.generatedOffset.generatedLine-1),column:r.column+(n.generatedOffset.generatedLine===r.line?n.generatedOffset.generatedColumn-1:0)}}}return{line:null,column:null}},$g.prototype._parseMappings=function(e,t){this.__generatedMappings=[],this.__originalMappings=[];for(var n=0;n<this._sections.length;n++)for(var r=this._sections[n],i=r.consumer._generatedMappings,o=0;o<i.length;o++){var a=i[o],s=r.consumer._sources.at(a.source);s=zg.computeSourceURL(r.consumer.sourceRoot,s,this._sourceMapURL),this._sources.add(s),s=this._sources.indexOf(s);var u=null;a.name&&(u=r.consumer._names.at(a.name),this._names.add(u),u=this._names.indexOf(u));var l={source:s,generatedLine:a.generatedLine+(r.generatedOffset.generatedLine-1),generatedColumn:a.generatedColumn+(r.generatedOffset.generatedLine===a.generatedLine?r.generatedOffset.generatedColumn-1:0),originalLine:a.originalLine,originalColumn:a.originalColumn,name:u};this.__generatedMappings.push(l),"number"==typeof l.originalLine&&this.__originalMappings.push(l)}Wg(this.__generatedMappings,zg.compareByGeneratedPositionsDeflated),Wg(this.__originalMappings,zg.compareByOriginalPositions)},Pg.IndexedSourceMapConsumer=$g;var Qg={},Zg=Eg.SourceMapGenerator,Jg=Sg,e_=/(\r?\n)/,t_="$$$isSourceNode$$$";function n_(e,t,n,r,i){this.children=[],this.sourceContents={},this.line=null==e?null:e,this.column=null==t?null:t,this.source=null==n?null:n,this.name=null==i?null:i,this[t_]=!0,null!=r&&this.add(r)}n_.fromStringWithSourceMap=function(e,t,n){var r=new n_,i=e.split(e_),o=0,a=function(){return e()+(e()||"");function e(){return o<i.length?i[o++]:void 0}},s=1,u=0,l=null;return t.eachMapping((function(e){if(null!==l){if(!(s<e.generatedLine)){var t=(n=i[o]||"").substr(0,e.generatedColumn-u);return i[o]=n.substr(e.generatedColumn-u),u=e.generatedColumn,c(l,t),void(l=e)}c(l,a()),s++,u=0}for(;s<e.generatedLine;)r.add(a()),s++;if(u<e.generatedColumn){var n=i[o]||"";r.add(n.substr(0,e.generatedColumn)),i[o]=n.substr(e.generatedColumn),u=e.generatedColumn}l=e}),this),o<i.length&&(l&&c(l,a()),r.add(i.splice(o).join(""))),t.sources.forEach((function(e){var i=t.sourceContentFor(e);null!=i&&(null!=n&&(e=Jg.join(n,e)),r.setSourceContent(e,i))})),r;function c(e,t){if(null===e||void 0===e.source)r.add(t);else{var i=n?Jg.join(n,e.source):e.source;r.add(new n_(e.originalLine,e.originalColumn,i,t,e.name))}}},n_.prototype.add=function(e){if(Array.isArray(e))e.forEach((function(e){this.add(e)}),this);else{if(!e[t_]&&"string"!=typeof e)throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+e);e&&this.children.push(e)}return this},n_.prototype.prepend=function(e){if(Array.isArray(e))for(var t=e.length-1;t>=0;t--)this.prepend(e[t]);else{if(!e[t_]&&"string"!=typeof e)throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+e);this.children.unshift(e)}return this},n_.prototype.walk=function(e){for(var t,n=0,r=this.children.length;n<r;n++)(t=this.children[n])[t_]?t.walk(e):""!==t&&e(t,{source:this.source,line:this.line,column:this.column,name:this.name})},n_.prototype.join=function(e){var t,n,r=this.children.length;if(r>0){for(t=[],n=0;n<r-1;n++)t.push(this.children[n]),t.push(e);t.push(this.children[n]),this.children=t}return this},n_.prototype.replaceRight=function(e,t){var n=this.children[this.children.length-1];return n[t_]?n.replaceRight(e,t):"string"==typeof n?this.children[this.children.length-1]=n.replace(e,t):this.children.push("".replace(e,t)),this},n_.prototype.setSourceContent=function(e,t){this.sourceContents[Jg.toSetString(e)]=t},n_.prototype.walkSourceContents=function(e){for(var t=0,n=this.children.length;t<n;t++)this.children[t][t_]&&this.children[t].walkSourceContents(e);var r=Object.keys(this.sourceContents);for(t=0,n=r.length;t<n;t++)e(Jg.fromSetString(r[t]),this.sourceContents[r[t]])},n_.prototype.toString=function(){var e="";return this.walk((function(t){e+=t})),e},n_.prototype.toStringWithSourceMap=function(e){var t={code:"",line:1,column:0},n=new Zg(e),r=!1,i=null,o=null,a=null,s=null;return this.walk((function(e,u){t.code+=e,null!==u.source&&null!==u.line&&null!==u.column?(i===u.source&&o===u.line&&a===u.column&&s===u.name||n.addMapping({source:u.source,original:{line:u.line,column:u.column},generated:{line:t.line,column:t.column},name:u.name}),i=u.source,o=u.line,a=u.column,s=u.name,r=!0):r&&(n.addMapping({generated:{line:t.line,column:t.column}}),i=null,r=!1);for(var l=0,c=e.length;l<c;l++)10===e.charCodeAt(l)?(t.line++,t.column=0,l+1===c?(i=null,r=!1):r&&n.addMapping({source:u.source,original:{line:u.line,column:u.column},generated:{line:t.line,column:t.column},name:u.name})):t.column++})),this.walkSourceContents((function(e,t){n.setSourceContent(e,t)})),{code:t.code,map:n}},Qg.SourceNode=n_,_g.SourceMapGenerator=Eg.SourceMapGenerator,_g.SourceMapConsumer=Pg.SourceMapConsumer,_g.SourceNode=Qg.SourceNode;var r_=_g.SourceMapConsumer;function i_(e){return e}function o_(e,t){return t in e}function a_(e,t,n,r){for(var i,o,a=t[0],s=t[1],u=t[2],l={line:a,column:s+n};!i&&l.column>s;)l.column--,i=e[u].originalPositionFor(l);return!i||i.column<0?t:null===i.line&&a>1&&r>0?a_(e,[a-1,s,u],n,r-1):null!==i.line?[(o=i).line,o.column,o.source]:t}function s_(e,t,n){e[t]=new r_(n)}var u_=function(){var e={};return{all:i_.bind(null,e),isTracking:o_.bind(null,e),originalPositionFor:a_.bind(null,e),track:s_.bind(null,e)}},l_=r(Object.freeze({__proto__:null,default:{}})),c_=/^(\w+:\/\/|\/\/)/,f_=/^file:\/\//;var p_=function(e){return c_.test(e)&&!f_.test(e)},d_=/^\/\//;var h_=function(e){return!d_.test(e)},m_=hg,g_=Im,__=p_,E_=h_,v_="http:";function y_(e){return __(e)||g_.parse(v_+"//"+e).host==e}var b_=function e(t,n,r){var i,o,a,s,u,l,c=!n;if(0===r.length)return!1;for(n&&!E_(t)&&(t=v_+t),i=n?g_.parse(t).host:t,o=n?t:m_.resolve(t),l=0;l<r.length;l++)s="!"==(a=r[l])[0],u=a.substring(1),c=s&&n&&y_(u)?c&&!e(t,!0,[u]):!s||n||y_(u)?s?c&&!0:"all"==a||(n&&"local"==a?c||!1:!(!n||"remote"!=a)||!(!n&&"remote"==a)&&(!n&&"local"==a||(a===i||(a===t||(!(!n||0!==o.indexOf(a))||(!n&&0===o.indexOf(m_.resolve(a))||n!=y_(u)&&(c&&!0))))))):c&&!e(t,!1,[u]);return c},A_=/^data:(\S*?)?(;charset=(?:(?!;charset=)[^;])+)?(;[^,]+?)?,(.+)/;var S_=hg;var D_=function(e,t,n){var r=S_.resolve(""),i=S_.resolve(r,t),o=S_.dirname(i);return e.sources=e.sources.map((function(e){return S_.relative(n,S_.resolve(o,e))})),e},T_=hg,C_=Im;var O_=function(e,t){var n=T_.dirname(t);return e.sources=e.sources.map((function(e){return C_.resolve(n,e)})),e},R_=/^data:(\S{0,31}?)?(;charset=(?:(?!;charset=)[^;])+)?(;[^,]+?)?,(.+)/;var w_=function(e){return R_.test(e)},k_=l_,x_=hg,M_=b_,F_=function(e){return A_.exec(e)},N_=D_,I_=O_,L_=ht,P_=h_,B_=w_,U_=p_,V_=/^\/\*# sourceMappingURL=(\S+) \*\/$/;function K_(e){var t,n,r,i=[],o=z_(e.sourceTokens[0]);for(r=e.sourceTokens.length;e.index<r;e.index++)if((t=z_(n=e.sourceTokens[e.index]))!=o&&(i=[],o=t),i.push(n),e.processedTokens.push(n),n[0]==L_.COMMENT&&V_.test(n[1]))return G_(n[1],t,i,e);return e.callback(e.processedTokens)}function z_(e){return(e[0]==L_.AT_RULE||e[0]==L_.COMMENT||e[0]==L_.RAW?e[2][0]:e[1][0][2][0])[2]}function G_(e,n,r,i){return function(e,n,r){var i,o,a,s=V_.exec(e)[1];if(B_(s))return o=function(e){var n=F_(e),r=n[2]?n[2].split(/[=;]/)[2]:"us-ascii",i=n[3]?n[3].split(";")[1]:"utf8",o="utf8"==i?t.unescape(n[4]):n[4],a=np.from(o,i);return a.charset=r,JSON.parse(a.toString())}(s),r(o);if(U_(s))return function(e,t,n){var r=M_(e,!0,t.inline),i=!P_(e);if(t.localOnly)return t.warnings.push('Cannot fetch remote resource from "'+e+'" as no callback given.'),n(null);if(i)return t.warnings.push('Cannot fetch "'+e+'" as no protocol given.'),n(null);if(!r)return t.warnings.push('Cannot fetch "'+e+'" as resource is not allowed.'),n(null);t.fetch(e,t.inlineRequest,t.inlineTimeout,(function(r,i){if(r)return t.warnings.push('Missing source map at "'+e+'" - '+r),n(null);n(i)}))}(s,n,(function(e){var t;e?(t=JSON.parse(e),a=I_(t,s),r(a)):r(null)}));if(i=x_.resolve(n.rebaseTo,s),o=function(e,t){var n,r=M_(e,!1,t.inline);if(!k_.existsSync(e)||!k_.statSync(e).isFile())return t.warnings.push('Ignoring local source map at "'+e+'" as resource is missing.'),null;if(!r)return t.warnings.push('Cannot fetch "'+e+'" as resource is not allowed.'),null;if(!k_.statSync(e).size)return t.warnings.push('Cannot fetch "'+e+'" as resource is empty.'),null;return n=k_.readFileSync(e,"utf-8"),JSON.parse(n)}(i,n),o)return a=N_(o,i,n.rebaseTo),r(a);return r(null)}(e,i,(function(e){return e&&(i.inputSourceMapTracker.track(n,e),H_(r,i.inputSourceMapTracker)),i.index++,K_(i)}))}function H_(e,t){var n,r,i;for(r=0,i=e.length;r<i;r++)switch((n=e[r])[0]){case L_.AT_RULE:X_(n,t);break;case L_.AT_RULE_BLOCK:H_(n[1],t),H_(n[2],t);break;case L_.AT_RULE_BLOCK_SCOPE:X_(n,t);break;case L_.NESTED_BLOCK:H_(n[1],t),H_(n[2],t);break;case L_.NESTED_BLOCK_SCOPE:case L_.COMMENT:X_(n,t);break;case L_.PROPERTY:H_(n,t);break;case L_.PROPERTY_BLOCK:H_(n[1],t);break;case L_.PROPERTY_NAME:case L_.PROPERTY_VALUE:X_(n,t);break;case L_.RULE:H_(n[1],t),H_(n[2],t);break;case L_.RULE_SCOPE:X_(n,t)}return e}function X_(e,t){var n,r,i=e[1],o=e[2],a=[];for(n=0,r=o.length;n<r;n++)a.push(t.originalPositionFor(o[n],i.length));e[2]=a}var W_=function(e,t,n){var r={callback:n,fetch:t.options.fetch,index:0,inline:t.options.inline,inlineRequest:t.options.inlineRequest,inlineTimeout:t.options.inlineTimeout,inputSourceMapTracker:t.inputSourceMapTracker,localOnly:t.localOnly,processedTokens:[],rebaseTo:t.options.rebaseTo,sourceTokens:e,warnings:t.warnings};return t.options.sourceMap&&e.length>0?K_(r):n(e)},q_=yr,Y_=/^\(/,j_=/\)$/,$_=/^@import/i,Q_=/['"]\s{0,31}/,Z_=/\s{0,31}['"]/,J_=/^url\(\s{0,31}/i,eE=/\s{0,31}\)/i;var tE=function(e){var t,n;return t=e.replace($_,"").trim().replace(J_,"(").replace(eE,") ").replace(Q_,"").replace(Z_,""),[(n=q_(t," "))[0].replace(Y_,"").replace(j_,""),n.slice(1).join(" ")]},nE=l_,rE=hg,iE=b_,oE=h_,aE=p_;function sE(e){var t,n,r,i,o,a={};for(r in e)for(i=0,o=(t=e[r]).sources.length;i<o;i++)n=t.sources[i],r=t.sourceContentFor(n,!0),a[n]=r;return a}function uE(e){var t,n,r,i=Object.keys(e.uriToSource);for(r=i.length;e.index<r;e.index++){if(t=i[e.index],!(n=e.uriToSource[t]))return lE(t,e);e.sourcesContent[t]=n}return e.callback()}function lE(e,t){var n;return aE(e)?function(e,t,n){var r=iE(e,!0,t.inline),i=!oE(e);if(t.localOnly)return t.warnings.push('Cannot fetch remote resource from "'+e+'" as no callback given.'),n(null);if(i)return t.warnings.push('Cannot fetch "'+e+'" as no protocol given.'),n(null);if(!r)return t.warnings.push('Cannot fetch "'+e+'" as resource is not allowed.'),n(null);t.fetch(e,t.inlineRequest,t.inlineTimeout,(function(r,i){r&&t.warnings.push('Missing original source at "'+e+'" - '+r),n(i)}))}(e,t,(function(n){return t.index++,t.sourcesContent[e]=n,uE(t)})):(n=function(e,t){var n=iE(e,!1,t.inline),r=rE.resolve(t.rebaseTo,e);if(!nE.existsSync(r)||!nE.statSync(r).isFile())return t.warnings.push('Ignoring local source map at "'+r+'" as resource is missing.'),null;if(!n)return t.warnings.push('Cannot fetch "'+r+'" as resource is not allowed.'),null;var i=nE.readFileSync(r,"utf8");65279===i.charCodeAt(0)&&(i=i.substring(1));return i}(e,t),t.index++,t.sourcesContent[e]=n,uE(t))}var cE=function(e,t){var n={callback:t,fetch:e.options.fetch,index:0,inline:e.options.inline,inlineRequest:e.options.inlineRequest,inlineTimeout:e.options.inlineTimeout,localOnly:e.localOnly,rebaseTo:e.options.rebaseTo,sourcesContent:e.sourcesContent,uriToSource:sE(e.inputSourceMapTracker.all()),warnings:e.warnings};return e.options.sourceMap&&e.options.sourceMapInlineSources?uE(n):t()},fE=/\\/g;var pE=function(e){return e.replace(fE,"/")};var dE=function(e,t){return("@import "+e+" "+t).trim()},hE=hg,mE=Im,gE=w_,_E='"',EE="'",vE=/^[^\w\d]*\/\//,yE=/^["']/,bE=/["']$/,AE=/[()]/,SE=/^url\(/i,DE=/\)$/,TE=/\s/;function CE(e,t){return t?function(e){return hE.isAbsolute(e)}(e)&&!OE(t.toBase)||OE(e)||function(e){return"#"==e[0]}(e)||function(e){return/^\w+:\w+/.test(e)}(e)||gE(e)?e:OE(t.toBase)?mE.resolve(t.toBase,e):t.absolute?function(e,t){return hE.resolve(hE.join(t.fromBase||"",e)).replace(t.toBase,"")}(e,t):function(e,t){return hE.relative(t.toBase,hE.join(t.fromBase||"",e))}(e,t):e}function OE(e){return/^[^:]+?:\/\//.test(e)||vE.test(e)}function RE(e){return e.indexOf(EE)>-1?_E:e.indexOf(_E)>-1||function(e){return TE.test(e)}(e)||function(e){return AE.test(e)}(e)?EE:""}var wE=/^@import/i;var kE=function(e){return wE.test(e)},xE=tE,ME=dE,FE=function(e,t,n){var r=e.replace(SE,"").replace(DE,"").trim(),i=r.replace(yE,"").replace(bE,"").trim(),o=r[0]==EE||r[0]==_E?r[0]:RE(i);return n?CE(i,t):"url("+o+CE(i,t)+o+")"},NE=ht,IE=kE,LE=/^\/\*# sourceMappingURL=(\S+) \*\/$/;function PE(e,t,n){var r,i,o;for(i=0,o=e.length;i<o;i++)switch((r=e[i])[0]){case NE.AT_RULE:BE(r,t,n);break;case NE.AT_RULE_BLOCK:VE(r[2],t,n);break;case NE.COMMENT:UE(r,n);break;case NE.NESTED_BLOCK:PE(r[2],t,n);break;case NE.RULE:VE(r[2],t,n)}return e}function BE(e,t,n){if(IE(e[1])){var r=xE(e[1]),i=FE(r[0],n),o=r[1];e[1]=ME(i,o)}}function UE(e,t){var n=LE.exec(e[1]);n&&-1===n[1].indexOf("data:")&&(e[1]=e[1].replace(n[1],FE(n[1],t,!0)))}function VE(e,t,n){var r,i,o,a,s,u;for(o=0,a=e.length;o<a;o++)for(s=2,u=(r=e[o]).length;s<u;s++)i=r[s][1],t.isUrl(i)&&(r[s][1]=FE(i,n))}var KE=function(e,t,n,r){return t?PE(e,n,r):function(e,t,n){var r,i,o;for(i=0,o=e.length;i<o;i++)if((r=e[i])[0]===NE.AT_RULE)BE(r,t,n);return e}(e,n,r)},zE=ke,GE=ht,HE=xe,XE={BLOCK:"block",COMMENT:"comment",DOUBLE_QUOTE:"double-quote",RULE:"rule",SINGLE_QUOTE:"single-quote"},WE=["@charset","@import"],qE=["@-moz-document","@document","@-moz-keyframes","@-ms-keyframes","@-o-keyframes","@-webkit-keyframes","@keyframes","@media","@supports","@container","@layer"],YE=/\/\* clean-css ignore:end \*\/$/,jE=/^\/\* clean-css ignore:start \*\//,$E=["@bottom-center","@bottom-left","@bottom-left-corner","@bottom-right","@bottom-right-corner","@left-bottom","@left-middle","@left-top","@right-bottom","@right-middle","@right-top","@top-center","@top-left","@top-left-corner","@top-right","@top-right-corner"],QE=["@footnote","@footnotes","@left","@page-float-bottom","@page-float-top","@right"],ZE=/^\[\s{0,31}\d+\s{0,31}\]$/,JE=/([^}])\}*$/,ev=/[\s(]/;function tv(e,t,n,r){for(var i,o,a,s,u,l,c,f,p,d,h,m,g,_,E,v,y,b=[],A=b,S=[],D=[],T=n.level,C=[],O=[],R=[],w=!0,k=0,x=!1,M=!1,F=!1,N=!1,I=!1,L=!1,P=!1,B=n.position;B.index<e.length;B.index++){var U=e[B.index];if(c=T==XE.SINGLE_QUOTE||T==XE.DOUBLE_QUOTE,f=U==zE.SPACE||U==zE.TAB,p=U==zE.NEW_LINE_NIX,d=U==zE.NEW_LINE_NIX&&e[B.index-1]==zE.CARRIAGE_RETURN,h=U==zE.CARRIAGE_RETURN&&e[B.index+1]&&e[B.index+1]!=zE.NEW_LINE_NIX,m=!M&&T!=XE.COMMENT&&!c&&U==zE.ASTERISK&&e[B.index-1]==zE.FORWARD_SLASH,_=!x&&!c&&U==zE.FORWARD_SLASH&&e[B.index-1]==zE.ASTERISK,g=T==XE.COMMENT&&_,v=!f&&!h&&(U>="A"&&U<="Z"||U>="a"&&U<="z"||U>="0"&&U<="9"||"-"==U),N=N||T!=XE.COMMENT&&!L&&F&&"-"===U&&1===O.length,F="-"===U,k=Math.max(k,0),s=w?[B.line,B.column,B.source]:s,E)O.push(U),w=!1;else if(v)O.push(U),w=!1;else if((f||p&&!d)&&(c||T==XE.COMMENT))O.push(U),w=!1;else if((f||p&&!d)&&w);else if(g||T!=XE.COMMENT)if(m||g||!I)if(m&&N&&(T==XE.BLOCK||T==XE.RULE)&&O.length>1)O.push(U),w=!1,C.push(T),T=XE.COMMENT;else if(m&&(T==XE.BLOCK||T==XE.RULE)&&O.length>1)D.push(s),O.push(U),R.push(O.slice(0,-2)),w=!1,O=O.slice(-2),s=[B.line,B.column-1,B.source],C.push(T),T=XE.COMMENT;else if(m)C.push(T),T=XE.COMMENT,O.push(U),w=!1;else if(g&&N)O.push(U),T=C.pop();else if(g&&nv(O))u=O.join("").trim()+U,i=[GE.COMMENT,u,[iv(s,u,t)]],A.push(i),I=!0,s=D.pop()||null,w=0===(O=R.pop()||[]).length;else if(g&&rv(O))y=(u=O.join("")+U).lastIndexOf(zE.FORWARD_SLASH+zE.ASTERISK),l=u.substring(0,y),i=[GE.RAW,l,[iv(s,l,t)]],A.push(i),l=u.substring(y),s=[B.line,B.column-l.length+1,B.source],i=[GE.COMMENT,l,[iv(s,l,t)]],A.push(i),I=!1,T=C.pop(),s=D.pop()||null,w=0===(O=R.pop()||[]).length;else if(g)u=O.join("").trim()+U,i=[GE.COMMENT,u,[iv(s,u,t)]],A.push(i),T=C.pop(),s=D.pop()||null,w=0===(O=R.pop()||[]).length;else if(_&&e[B.index+1]!=zE.ASTERISK)t.warnings.push("Unexpected '*/' at "+HE([B.line,B.column,B.source])+"."),O=[],w=!0;else if(U!=zE.SINGLE_QUOTE||c)if(U==zE.SINGLE_QUOTE&&T==XE.SINGLE_QUOTE)T=C.pop(),O.push(U),w=!1;else if(U!=zE.DOUBLE_QUOTE||c)if(U==zE.DOUBLE_QUOTE&&T==XE.DOUBLE_QUOTE)T=C.pop(),O.push(U),w=!1;else if(U!=zE.CLOSE_ROUND_BRACKET&&U!=zE.OPEN_ROUND_BRACKET&&T!=XE.COMMENT&&!c&&k>0)O.push(U),w=!1;else if(U!=zE.OPEN_ROUND_BRACKET||c||T==XE.COMMENT||L)if(U!=zE.CLOSE_ROUND_BRACKET||c||T==XE.COMMENT||L)if(U==zE.SEMICOLON&&T==XE.BLOCK&&O[0]==zE.AT)u=O.join("").trim(),b.push([GE.AT_RULE,u,[iv(s,u,t)]]),O=[],w=!0;else if(U==zE.COMMA&&T==XE.BLOCK&&o)u=O.join("").trim(),o[1].push([av(o[0]),u,[iv(s,u,t,o[1].length)]]),O=[],w=!0;else if(U==zE.COMMA&&T==XE.BLOCK&&ov(O)==GE.AT_RULE)O.push(U),w=!1;else if(U==zE.COMMA&&T==XE.BLOCK)o=[ov(O),[],[]],u=O.join("").trim(),o[1].push([av(o[0]),u,[iv(s,u,t,0)]]),O=[],w=!0;else if(U==zE.OPEN_CURLY_BRACKET&&T==XE.BLOCK&&o&&o[0]==GE.NESTED_BLOCK)u=O.join("").trim(),o[1].push([GE.NESTED_BLOCK_SCOPE,u,[iv(s,u,t)]]),b.push(o),C.push(T),B.column++,B.index++,O=[],w=!0,o[2]=tv(e,t,n,!0),o=null;else if(U==zE.OPEN_CURLY_BRACKET&&T==XE.BLOCK&&ov(O)==GE.NESTED_BLOCK)u=O.join("").trim(),(o=o||[GE.NESTED_BLOCK,[],[]])[1].push([GE.NESTED_BLOCK_SCOPE,u,[iv(s,u,t)]]),b.push(o),C.push(T),B.column++,B.index++,O=[],w=!0,N=!1,o[2]=tv(e,t,n,!0),o=null;else if(U==zE.OPEN_CURLY_BRACKET&&T==XE.BLOCK)u=O.join("").trim(),(o=o||[ov(O),[],[]])[1].push([av(o[0]),u,[iv(s,u,t,o[1].length)]]),A=o[2],b.push(o),C.push(T),T=XE.RULE,O=[],w=!0;else if(U==zE.OPEN_CURLY_BRACKET&&T==XE.RULE&&L)S.push(o),o=[GE.PROPERTY_BLOCK,[]],a.push(o),A=o[1],C.push(T),T=XE.RULE,L=!1;else if(U==zE.OPEN_CURLY_BRACKET&&T==XE.RULE&&sv(O))u=O.join("").trim(),S.push(o),(o=[GE.AT_RULE_BLOCK,[],[]])[1].push([GE.AT_RULE_BLOCK_SCOPE,u,[iv(s,u,t)]]),A.push(o),A=o[2],C.push(T),T=XE.RULE,O=[],w=!0;else if(U!=zE.COLON||T!=XE.RULE||L)if(U==zE.SEMICOLON&&T==XE.RULE&&a&&S.length>0&&!w&&O[0]==zE.AT)u=O.join("").trim(),o[1].push([GE.AT_RULE,u,[iv(s,u,t)]]),O=[],w=!0;else if(U==zE.SEMICOLON&&T==XE.RULE&&a&&!w)u=O.join("").trim(),a.push([GE.PROPERTY_VALUE,u,[iv(s,u,t)]]),a=null,L=!1,O=[],w=!0,N=!1;else if(U==zE.SEMICOLON&&T==XE.RULE&&a&&w&&N&&!a[2])a.push([GE.PROPERTY_VALUE," ",[iv(s," ",t)]]),N=!1,a=null,L=!1;else if(U==zE.SEMICOLON&&T==XE.RULE&&a&&w)a=null,L=!1;else if(U!=zE.SEMICOLON||T!=XE.RULE||w||O[0]!=zE.AT)if(U==zE.SEMICOLON&&T==XE.RULE&&P)P=!1,O=[],w=!0;else if(U==zE.SEMICOLON&&T==XE.RULE&&w);else if(U==zE.CLOSE_CURLY_BRACKET&&T==XE.RULE&&a&&L&&!w&&S.length>0)u=O.join(""),a.push([GE.PROPERTY_VALUE,u,[iv(s,u,t)]]),a=null,A=(o=S.pop())[2],T=C.pop(),L=!1,O=[],w=!0;else if(U==zE.CLOSE_CURLY_BRACKET&&T==XE.RULE&&a&&!w&&O[0]==zE.AT&&S.length>0)u=O.join(""),o[1].push([GE.AT_RULE,u,[iv(s,u,t)]]),a=null,A=(o=S.pop())[2],T=C.pop(),L=!1,O=[],w=!0;else if(U==zE.CLOSE_CURLY_BRACKET&&T==XE.RULE&&a&&S.length>0)a=null,A=(o=S.pop())[2],T=C.pop(),L=!1;else if(U==zE.CLOSE_CURLY_BRACKET&&T==XE.RULE&&a&&!w)u=O.join(""),a.push([GE.PROPERTY_VALUE,u,[iv(s,u,t)]]),a=null,o=S.pop(),A=b,T=C.pop(),L=!1,O=[],w=!0;else if(U!=zE.CLOSE_CURLY_BRACKET||T!=XE.RULE||w||O[0]!=zE.AT)if(U==zE.CLOSE_CURLY_BRACKET&&T==XE.RULE&&C[C.length-1]==XE.RULE)a=null,A=(o=S.pop())[2],T=C.pop(),L=!1,P=!0,O=[],w=!0;else if(U==zE.CLOSE_CURLY_BRACKET&&T==XE.RULE&&N&&a&&!a[2])a.push([GE.PROPERTY_VALUE," ",[iv(s," ",t)]]),N=!1,a=null,o=null,A=b,T=C.pop(),L=!1,N=!1;else if(U==zE.CLOSE_CURLY_BRACKET&&T==XE.RULE)a=null,o=null,A=b,T=C.pop(),L=!1,N=!1;else if(U==zE.CLOSE_CURLY_BRACKET&&T==XE.BLOCK&&!r&&B.index<=e.length-1)t.warnings.push("Unexpected '}' at "+HE([B.line,B.column,B.source])+"."),O.push(U),w=!1;else{if(U==zE.CLOSE_CURLY_BRACKET&&T==XE.BLOCK)break;U==zE.OPEN_ROUND_BRACKET&&T==XE.RULE&&L?(O.push(U),w=!1,k++):U==zE.CLOSE_ROUND_BRACKET&&T==XE.RULE&&L&&1==k?(O.push(U),w=!1,u=O.join("").trim(),a.push([GE.PROPERTY_VALUE,u,[iv(s,u,t)]]),k--,O=[],w=!0,N=!1):U==zE.CLOSE_ROUND_BRACKET&&T==XE.RULE&&L?(O.push(U),w=!1,N=!1,k--):U==zE.FORWARD_SLASH&&e[B.index+1]!=zE.ASTERISK&&T==XE.RULE&&L&&!w?(u=O.join("").trim(),a.push([GE.PROPERTY_VALUE,u,[iv(s,u,t)]]),a.push([GE.PROPERTY_VALUE,U,[[B.line,B.column,B.source]]]),O=[],w=!0):U==zE.FORWARD_SLASH&&e[B.index+1]!=zE.ASTERISK&&T==XE.RULE&&L?(a.push([GE.PROPERTY_VALUE,U,[[B.line,B.column,B.source]]]),O=[],w=!0):U==zE.COMMA&&T==XE.RULE&&L&&!w?(u=O.join("").trim(),a.push([GE.PROPERTY_VALUE,u,[iv(s,u,t)]]),a.push([GE.PROPERTY_VALUE,U,[[B.line,B.column,B.source]]]),O=[],w=!0):U==zE.COMMA&&T==XE.RULE&&L?(a.push([GE.PROPERTY_VALUE,U,[[B.line,B.column,B.source]]]),O=[],w=!0):U==zE.CLOSE_SQUARE_BRACKET&&a&&a.length>1&&!w&&uv(O)?(O.push(U),u=O.join("").trim(),a[a.length-1][1]+=u,O=[],w=!0):(f||p&&!d)&&T==XE.RULE&&L&&a&&!w||d&&T==XE.RULE&&L&&a&&O.length>1?(u=O.join("").trim(),a.push([GE.PROPERTY_VALUE,u,[iv(s,u,t)]]),O=[],w=!0):d&&T==XE.RULE&&L?(O=[],w=!0):d&&1==O.length?(O.pop(),w=0===O.length):w&&(f||p||d||h)||(O.push(U),w=!1)}else a=null,o=null,u=O.join("").trim(),A.push([GE.AT_RULE,u,[iv(s,u,t)]]),A=b,T=C.pop(),L=!1,O=[],w=!0;else u=O.join(""),A.push([GE.AT_RULE,u,[iv(s,u,t)]]),L=!1,O=[],w=!0;else u=O.join("").trim(),a=[GE.PROPERTY,[GE.PROPERTY_NAME,u,[iv(s,u,t)]]],A.push(a),L=!0,O=[],w=!0;else O.push(U),w=!1,k--;else O.push(U),w=!1,k++;else C.push(T),T=XE.DOUBLE_QUOTE,O.push(U),w=!1;else C.push(T),T=XE.SINGLE_QUOTE,O.push(U),w=!1;else O.push(U),w=!1;else O.push(U),w=!1;E=!E&&U==zE.BACK_SLASH,x=m,M=g,B.line=d||p||h?B.line+1:B.line,B.column=d||p||h?0:B.column+1}return L&&t.warnings.push("Missing '}' at "+HE([B.line,B.column,B.source])+"."),L&&O.length>0&&(u=O.join("").trimRight().replace(JE,"$1").trimRight(),a.push([GE.PROPERTY_VALUE,u,[iv(s,u,t)]]),O=[]),O.length>0&&t.warnings.push("Invalid character(s) '"+O.join("")+"' at "+HE(s)+". Ignoring."),b}function nv(e){return jE.test(e.join("")+zE.FORWARD_SLASH)}function rv(e){return YE.test(e.join("")+zE.FORWARD_SLASH)}function iv(e,t,n,r){var i=e[2];return n.inputSourceMapTracker.isTracking(i)?n.inputSourceMapTracker.originalPositionFor(e,t.length,r):e}function ov(e){var t=e[0]==zE.AT||e[0]==zE.UNDERSCORE,n=e.join("").split(ev)[0];return t&&qE.indexOf(n)>-1?GE.NESTED_BLOCK:t&&WE.indexOf(n)>-1?GE.AT_RULE:t?GE.AT_RULE_BLOCK:GE.RULE}function av(e){return e==GE.RULE?GE.RULE_SCOPE:e==GE.NESTED_BLOCK?GE.NESTED_BLOCK_SCOPE:e==GE.AT_RULE_BLOCK?GE.AT_RULE_BLOCK_SCOPE:void 0}function sv(e){var t=e.join("").trim();return $E.indexOf(t)>-1||QE.indexOf(t)>-1}function uv(e){return ZE.test(e.join("")+zE.CLOSE_SQUARE_BRACKET)}var lv=l_,cv=hg,fv=W_,pv=tE,dv=b_,hv=cE,mv=pE,gv=KE,_v=D_,Ev=O_,vv=dE,yv=function(e,t){return tv(e,t,{level:XE.BLOCK,position:{source:t.source||void 0,line:1,column:0,index:0}},!1)},bv=ht,Av=ke,Sv=h_,Dv=kE,Tv=p_,Cv="uri:unknown",Ov="file://";function Rv(e,t,n){return t.source=void 0,t.sourcesContent[void 0]=e,t.stats.originalSize+=e.length,Fv(e,t,{inline:t.options.inline},n)}function wv(e,t,n){var r,i,o;for(r in e)o=e[r],i=kv(r),n.push(Mv(i)),t.sourcesContent[i]=o.styles,o.sourceMap&&xv(o.sourceMap,i,t);return n}function kv(e){var t,n,r=cv.resolve("");return Tv(e)?e:(t=cv.isAbsolute(e)?e:cv.resolve(e),n=cv.relative(r,t),mv(n))}function xv(e,t,n){var r="string"==typeof e?JSON.parse(e):e,i=Tv(t)?Ev(r,t):_v(r,t||Cv,n.options.rebaseTo);n.inputSourceMapTracker.track(t,i)}function Mv(e){return vv("url("+e+")","")+Av.SEMICOLON}function Fv(e,t,n,r){var i,o={};return t.source?Tv(t.source)?(o.fromBase=t.source,o.toBase=t.source):cv.isAbsolute(t.source)?(o.fromBase=cv.dirname(t.source),o.toBase=t.options.rebaseTo):(o.fromBase=cv.dirname(cv.resolve(t.source)),o.toBase=t.options.rebaseTo):(o.fromBase=cv.resolve(""),o.toBase=t.options.rebaseTo),i=yv(e,t),i=gv(i,t.options.rebase,t.validator,o),function(e){return!(1==e.length&&"none"==e[0])}(n.inline)?function(e,t,n,r){var i={afterContent:!1,callback:r,errors:t.errors,externalContext:t,fetch:t.options.fetch,inlinedStylesheets:n.inlinedStylesheets||t.inlinedStylesheets,inline:n.inline,inlineRequest:t.options.inlineRequest,inlineTimeout:t.options.inlineTimeout,isRemote:n.isRemote||!1,localOnly:t.localOnly,outputTokens:[],rebaseTo:t.options.rebaseTo,sourceTokens:e,warnings:t.warnings};return Nv(i)}(i,t,n,r):r(i)}function Nv(e){var t,n,r;for(n=0,r=e.sourceTokens.length;n<r;n++){if((t=e.sourceTokens[n])[0]==bv.AT_RULE&&Dv(t[1]))return e.sourceTokens.splice(0,n),Iv(t,e);t[0]==bv.AT_RULE||t[0]==bv.COMMENT?e.outputTokens.push(t):(e.outputTokens.push(t),e.afterContent=!0)}return e.sourceTokens=[],e.callback(e.outputTokens)}function Iv(e,t){var n=pv(e[1]),r=n[0],i=n[1],o=e[2];return Tv(r)?function(e,t,n,r){var i=dv(e,!0,r.inline),o=e,a=e in r.externalContext.sourcesContent,s=!Sv(e);if(r.inlinedStylesheets.indexOf(e)>-1)return r.warnings.push('Ignoring remote @import of "'+e+'" as it has already been imported.'),r.sourceTokens=r.sourceTokens.slice(1),Nv(r);if(r.localOnly&&r.afterContent)return r.warnings.push('Ignoring remote @import of "'+e+'" as no callback given and after other content.'),r.sourceTokens=r.sourceTokens.slice(1),Nv(r);if(s)return r.warnings.push('Skipping remote @import of "'+e+'" as no protocol given.'),r.outputTokens=r.outputTokens.concat(r.sourceTokens.slice(0,1)),r.sourceTokens=r.sourceTokens.slice(1),Nv(r);if(r.localOnly&&!a)return r.warnings.push('Skipping remote @import of "'+e+'" as no callback given.'),r.outputTokens=r.outputTokens.concat(r.sourceTokens.slice(0,1)),r.sourceTokens=r.sourceTokens.slice(1),Nv(r);if(!i&&r.afterContent)return r.warnings.push('Ignoring remote @import of "'+e+'" as resource is not allowed and after other content.'),r.sourceTokens=r.sourceTokens.slice(1),Nv(r);if(!i)return r.warnings.push('Skipping remote @import of "'+e+'" as resource is not allowed.'),r.outputTokens=r.outputTokens.concat(r.sourceTokens.slice(0,1)),r.sourceTokens=r.sourceTokens.slice(1),Nv(r);function u(i,a){return i?(r.errors.push('Broken @import declaration of "'+e+'" - '+i),x.nextTick((function(){r.outputTokens=r.outputTokens.concat(r.sourceTokens.slice(0,1)),r.sourceTokens=r.sourceTokens.slice(1),Nv(r)}))):(r.inline=r.externalContext.options.inline,r.isRemote=!0,r.externalContext.source=o,r.externalContext.sourcesContent[e]=a,r.externalContext.stats.originalSize+=a.length,Fv(a,r.externalContext,r,(function(e){return e=Lv(e,t,n),r.outputTokens=r.outputTokens.concat(e),r.sourceTokens=r.sourceTokens.slice(1),Nv(r)})))}return r.inlinedStylesheets.push(e),a?u(null,r.externalContext.sourcesContent[e]):r.fetch(e,r.inlineRequest,r.inlineTimeout,u)}(r,i,o,t):function(e,t,n,r){var i,o=e.replace(Ov,""),a=cv.resolve(""),s=cv.isAbsolute(o)?cv.resolve(a,"/"==o[0]?o.substring(1):o):cv.resolve(r.rebaseTo,o),u=cv.relative(a,s),l=dv(o,!1,r.inline),c=mv(u),f=c in r.externalContext.sourcesContent;if(r.inlinedStylesheets.indexOf(s)>-1)r.warnings.push('Ignoring local @import of "'+o+'" as it has already been imported.');else if(!l||f||lv.existsSync(s)&&lv.statSync(s).isFile())if(!l&&r.afterContent)r.warnings.push('Ignoring local @import of "'+o+'" as resource is not allowed and after other content.');else if(r.afterContent)r.warnings.push('Ignoring local @import of "'+o+'" as after other content.');else{if(l)return 65279===(i=f?r.externalContext.sourcesContent[c]:lv.readFileSync(s,"utf-8")).charCodeAt(0)&&(i=i.substring(1)),r.inlinedStylesheets.push(s),r.inline=r.externalContext.options.inline,r.externalContext.source=c,r.externalContext.sourcesContent[c]=i,r.externalContext.stats.originalSize+=i.length,Fv(i,r.externalContext,r,(function(e){return e=Lv(e,t,n),r.outputTokens=r.outputTokens.concat(e),r.sourceTokens=r.sourceTokens.slice(1),Nv(r)}));r.warnings.push('Skipping local @import of "'+o+'" as resource is not allowed.'),r.outputTokens=r.outputTokens.concat(r.sourceTokens.slice(0,1))}else r.errors.push('Ignoring local @import of "'+o+'" as resource is missing.');return r.sourceTokens=r.sourceTokens.slice(1),Nv(r)}(r,i,o,t)}function Lv(e,t,n){return t?[[bv.NESTED_BLOCK,[[bv.NESTED_BLOCK_SCOPE,"@media "+t,n]],e]]:e}var Pv=function(e,t,n){return function(e,t,n){if("string"==typeof e)return Rv(e,t,n);if(np.isBuffer(e))return Rv(e.toString(),t,n);if(Array.isArray(e))return function(e,t,n){var r=e.reduce((function(e,n){return"string"==typeof n?function(e,t){return t.push(Mv(kv(e))),t}(n,e):wv(n,t,e)}),[]);return Fv(r.join(""),t,{inline:["all"]},n)}(e,t,n);if("object"==typeof e)return function(e,t,n){var r=wv(e,t,[]);return Fv(r.join(""),t,{inline:["all"]},n)}(e,t,n)}(e,t,(function(e){return fv(e,t,(function(){return hv(t,(function(){return n(e)}))}))}))},Bv=Mo.all;function Uv(e,t){var n="string"==typeof t?t:t[1];(0,e.wrap)(e,n),Kv(e,n),e.output.push(n)}function Vv(e,t){e.column+t.length>e.format.wrapAt&&(Kv(e,e.format.breakWith),e.output.push(e.format.breakWith))}function Kv(e,t){var n=t.split("\n");e.line+=n.length-1,e.column=n.length>1?0:e.column+n.pop().length}var zv=function(e,t){var n={column:0,format:t.options.format,indentBy:0,indentWith:"",line:1,output:[],spaceAfterClosingBrace:t.options.compatibility.properties.spaceAfterClosingBrace,store:Uv,wrap:t.options.format.wrapAt?Vv:function(){}};return Bv(n,e),{styles:n.output.join("")}},Gv=_g.SourceMapGenerator,Hv=Mo.all,Xv="$stdin";function Wv(e,t){var n="string"==typeof t,r=n?t:t[1],i=n?null:t[2];(0,e.wrap)(e,r),Yv(e,r,i),e.output.push(r)}function qv(e,t){e.column+t.length>e.format.wrapAt&&(Yv(e,e.format.breakWith,!1),e.output.push(e.format.breakWith))}function Yv(e,t,n){var r=t.split("\n");n&&function(e,t){for(var n=0,r=t.length;n<r;n++)jv(e,t[n])}(e,n),e.line+=r.length-1,e.column=r.length>1?0:e.column+r.pop().length}function jv(e,t){var n=t[0],r=t[1],i=t[2],o=i||Xv;e.outputMap.addMapping({generated:{line:e.line,column:e.column},source:o,original:{line:n,column:r}}),e.inlineSources&&i in e.sourcesContent&&e.outputMap.setSourceContent(o,e.sourcesContent[i])}var $v=function(e,t){var n={column:0,format:t.options.format,indentBy:0,indentWith:"",inlineSources:t.options.sourceMapInlineSources,line:1,output:[],outputMap:new Gv,sourcesContent:t.sourcesContent,spaceAfterClosingBrace:t.options.compatibility.properties.spaceAfterClosingBrace,store:Wv,wrap:t.options.format.wrapAt?qv:function(){}};return Hv(n,e),{sourceMap:n.outputMap,styles:n.output.join("")}},Qv=N,Zv=ga,Jv=Gc,ey=Uf,ty=zf,ny=Wm,ry=we,iy=qm,oy=$m,ay=Qm,sy=Fn,uy=Nn,ly=Zm,cy=Jm,fy=gg,py=u_,dy=Pv,hy=zv,my=$v,gy=F.exports=function(e){e=e||{},this.options={batch:!!e.batch,compatibility:ty(e.compatibility),explicitRebaseTo:"rebaseTo"in e,fetch:ny(e.fetch),format:ry(e.format),inline:iy(e.inline),inlineRequest:oy(e.inlineRequest),inlineTimeout:ay(e.inlineTimeout),level:uy(e.level),plugins:ly(e.plugins),rebase:cy(e.rebase,e.rebaseTo),rebaseTo:fy(e.rebaseTo),returnPromise:!!e.returnPromise,sourceMap:!!e.sourceMap,sourceMapInlineSources:!!e.sourceMapInlineSources}};function _y(e,t,n,r){return t.batch&&Array.isArray(e)?function(e,t,n,r){var i,o,a,s="function"==typeof r?r:"function"==typeof n?n:null,u=[],l={};function c(e,t){l=Object.assign(l,t),null!==e&&(u=u.concat(e))}for(o=0,a=e.length;o<a;o++)"object"==typeof e[o]?Ey(e[o],t,c):(i=e[o],l[i]=vy([i],t),u=u.concat(l[i].errors));return s?s(u.length>0?u:null,l):l}(e,t,n,r):t.batch&&"object"==typeof e?Ey(e,t,n,r):vy(e,t,n,r)}function Ey(e,t,n,r){var i,o,a="function"==typeof r?r:"function"==typeof n?n:null,s=[],u={};for(i in e)o=e[i],u[i]=vy(o.styles,t,o.sourceMap),s=s.concat(u[i].errors);return a?a(s.length>0?s:null,u):u}function vy(e,t,n,r){var i="function"!=typeof n?n:null,o="function"==typeof r?r:"function"==typeof n?n:null,a={stats:{efficiency:0,minifiedSize:0,originalSize:0,startedAt:Date.now(),timeSpent:0},cache:{specificity:{}},errors:[],inlinedStylesheets:[],inputSourceMapTracker:py(),localOnly:!o,options:t,source:null,sourcesContent:{},validator:ey(t.compatibility),warnings:[]};return i&&a.inputSourceMapTracker.track(void 0,i),t.rebase&&!t.explicitRebaseTo&&("You have set `rebase: true` without giving `rebaseTo` option, which, in this case, defaults to the current working directory. You are then warned this can lead to unexpected URL rebasing (aka here be dragons)! If you are OK with the clean-css output, then you can get rid of this warning by giving clean-css a `rebaseTo: process.cwd()` option.",a.warnings.push("You have set `rebase: true` without giving `rebaseTo` option, which, in this case, defaults to the current working directory. You are then warned this can lead to unexpected URL rebasing (aka here be dragons)! If you are OK with the clean-css output, then you can get rid of this warning by giving clean-css a `rebaseTo: process.cwd()` option.")),(a.localOnly?function(e){return e()}:x.nextTick)((function(){return dy(e,a,(function(e){var t=a.options.sourceMap?my:hy,n=function(e,t){var n=Qv(e);return n=sy.One in t.options.level?Zv(e,t):e,n=sy.Two in t.options.level?Jv(e,t,!0):n,n}(e,a),r=function(e,t){return e.stats=function(e,t){var n=Date.now()-t.stats.startedAt;return delete t.stats.startedAt,t.stats.timeSpent=n,t.stats.efficiency=1-e.length/t.stats.originalSize,t.stats.minifiedSize=e.length,t.stats}(e.styles,t),e.errors=t.errors,e.inlinedStylesheets=t.inlinedStylesheets,e.warnings=t.warnings,e}(t(n,a),a);return o?o(a.errors.length>0?a.errors:null,r):r}))}))}gy.process=function(e,t){var n=t.to;return delete t.to,new gy(Object.assign({returnPromise:!0,rebaseTo:n},t)).minify(e).then((function(e){return{css:e.styles}}))},gy.prototype.minify=function(e,t,n){var r=this.options;return r.returnPromise?new Promise((function(n,i){_y(e,r,t,(function(e,t){return e?i(e):n(t)}))})):_y(e,r,t,n)},function(e){e.exports=M}(o);var yy,by=n(i),Ay=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏ੊ઑඡ๭༉༦჊ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ὾⁠↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms„‹•˜¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲ΂ϏϢϸontourIntegraìȹoɴ͹\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՗՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲ׌y;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱cò׋؀JTabcdfgorstר׬ׯ׺؀ؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d׷׸䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇܎ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ޷޼߂ߐĀiyޱ޵rc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄΀HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶߻dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣ঳সে্਷ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗ࡜ࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४Ānrࢃ࢏gleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpw৔ਖਛgȀLRlr৞৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼੝੠੷੼અઋ઎p;椅y;䐜Ādl੥੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑ඗ඞcy;䐊cute;䅃ƀaey઴હાron;䅇dil;䅅;䐝ƀgswે૰଎ativeƀMTV૓૟૨ediumSpace;怋hiĀcn૦૘ë૙eryThiî૙tedĀGL૸ଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷ଺reak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪୼஡௫ఄ౞಄ದ೘ൡඅ櫬Āou୛୤ngruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊ஛ement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater΀;EFGLSTஶஷ஽௉௓௘௥扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲௽ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ೒拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨೹setĀ;E೰ೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂ෉෕ෛ෠෧෼ขภยา฿ไlig;䅒cute耻Ó䃓Āiy෎ීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲ෶cr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬื฼de耻Õ䃕es;樷ml耻Ö䃖erĀBP๋๠Āar๐๓r;怾acĀek๚๜;揞et;掴arenthesis;揜Ҁacfhilors๿ງຊຏຒດຝະ໼rtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ໠໤檻cedesȀ;EST່້໏໚扺qual;檯lantEqual;扼ilde;找me;怳Ādp໩໮uct;戏ortionĀ;aȥ໹l;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬؀BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁࿫࿳ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL࿜࿝࿡憒ar;懥eftArrow;懄eiling;按oǵ࿹\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»࿝pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄ቉ቕ቞ቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHc቎ቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗Āeiቻ኉Dzኀ\0ኇefore;戴a;䎘Ācn኎ኘkSpace;쀀  Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0᏿ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0጖y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻፿on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtè૙a;䎖r;愨pf;愤cr;쀀𝒵௡ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚΀;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒΀;Eaeiop዁ᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;e዁ᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;e዁ᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰ᜼ᝃᝈ᝸᝽០៦ᠹᡐᜍ᤽᥈ᥰot;櫭Ācrᛶ᜞kȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e᜚᜛戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;t፜᜷brk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓ᝛ᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯ᝱ᝳ;䎲;愶een;扬r;쀀𝔟g΀costuvwឍឝឳេ៕៛៞ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀako៭ᠦᠵĀcn៲ᠣkƀlst៺֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘᠝斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈؀DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬ᣿ᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教΀;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ᣷᣹᣻᣽;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ᤟;敛;敘;攘;攔΀;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģ᥂bar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;e᜚᜜lƀ;bhᥨᥩᥫ䁜;槅sub;柈Ŭᥴ᥾lĀ;e᥹᥺怢t»᥺pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭍᭒\0᯽\0ᰌƀcpr᦭ᦲ᧝ute;䄇̀;abcdsᦿᧀᧄ᧊᧕᧙戩nd;橄rcup;橉Āau᧏᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r΀;Ecefms᩟᩠ᩢᩫ᪤᪪᪮旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖᪚᪟»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇᫔᫺\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ᫙\0\0᫢aĀ;t᫞᫟䀬;䁀ƀ;fl᫨᫩᫫戁îᅠeĀmx᫱᫶ent»᫩eóɍǧ᫾\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯΀delprvw᭠᭬᭷ᮂᮬᯔ᯹arrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;p᭿ᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰸᰻᰿ᱝᱩᱵᲊᲞᲬᲷ᳻᳿ᴍᵻᶑᶫᶻ᷆᷍rò΁ar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂͸᳖᳜᳠mƀ;oș᳊᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄ὎὚ĀDoḆᴴoôᲉĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»Ṻƀaeiἒ἖Ἒls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙ῜ῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao‌⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧‪‬\0‮耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₟₥₰₴⃰⃵⃺⃿℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕ₝ute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽⃉ƀ;qsؾٌ⃄lanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqr׮ⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0↎proø₞r;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢␧␭␱␵␻ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀஀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼rò৆òΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonó྘quigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d྘➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ᠛旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐௏쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop඄⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roø඄urĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓΀;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨í஘istĀ;s஠டr;쀀𝔫ȀEest௅⩦⩹⩼ƀ;qs஼⩭௡ƀ;qs஼௅⩴lanô௢ií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚΀AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs఻⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs఻⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast୻⭕⭚⭟lleì୻l;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖ΀chimpqu⮽⯍⯙⬄୸⯤⯯Ȁ;cerല⯆ഷ⯉uå൅;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭å೸åഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñ೗Ā;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰⳴ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥ⵲ⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;c᪞ⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācr⵩⵭ir;榿;쀀𝔬ͯ⵹\0\0⵼\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕ⶘ⶥⶨrò᪀Āir⶝ⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔ⷗ǒr;榷rp;榹΀;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ⹞\0⹽\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ⹧⹲຅脀¶;l⹭⹮䂶leìЃɩ⹸\0\0⹻m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳⻴ᤈ⻹⻽⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp໬⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t໻⾴ï໻rel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⿚⋢⿟⿥⿫⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei⿾々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔઀ABHabcdefhilmnoprstux぀けさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤΀cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstw࿜ガクシスゼゾダッデナp;極Ā;f࿠ゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes㄂㄄;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ì࿲âヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘㇤㇮rrowĀ;t࿜ㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowó࿪arpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓rò࿪aòՑ;怏oustĀ;a㈞㈟掱che»㈟mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦΀Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼਴t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì⹯耻­䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;q኱ኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫ਩war;椪lig耻ß䃟௡㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rë๟ƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproø዁im»ኬsðኞĀas㚺㚮ð዁rn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈ΀adempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xô᝷headĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜΀eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roð໻tré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚΀cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜ៟tré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map((e=>e.charCodeAt(0))));new Uint16Array("Ȁaglq\tɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map((e=>e.charCodeAt(0))));const Sy=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),Dy=null!==(yy=String.fromCodePoint)&&void 0!==yy?yy:function(e){let t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|1023&e),t+=String.fromCharCode(e),t};function Ty(e){return Dy(function(e){var t;return e>=55296&&e<=57343||e>1114111?65533:null!==(t=Sy.get(e))&&void 0!==t?t:e}(e))}var Cy,Oy;function Ry(e,t,n,r){const i=(t&Oy.BRANCH_LENGTH)>>7,o=t&Oy.JUMP_TABLE;if(0===i)return 0!==o&&r===o?n:-1;if(o){const t=r-o;return t<0||t>=i?-1:e[n+t]-1}let a=n,s=a+i-1;for(;a<=s;){const t=a+s>>>1,n=e[t];if(n<r)a=t+1;else{if(!(n>r))return e[t+i];s=t-1}}return-1}!function(e){e[e.NUM=35]="NUM",e[e.SEMI=59]="SEMI",e[e.ZERO=48]="ZERO",e[e.NINE=57]="NINE",e[e.LOWER_A=97]="LOWER_A",e[e.LOWER_F=102]="LOWER_F",e[e.LOWER_X=120]="LOWER_X",e[e.To_LOWER_BIT=32]="To_LOWER_BIT"}(Cy||(Cy={})),function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"}(Oy||(Oy={}));const wy=(ky=Ay,function(e,t){let n="",r=0,i=0;for(;(i=e.indexOf("&",i))>=0;){if(n+=e.slice(r,i),r=i,i+=1,e.charCodeAt(i)===Cy.NUM){let o=i+1,a=10,s=e.charCodeAt(o);(s|Cy.To_LOWER_BIT)===Cy.LOWER_X&&(a=16,i+=1,o+=1);do{s=e.charCodeAt(++i)}while(s>=Cy.ZERO&&s<=Cy.NINE||16===a&&(s|Cy.To_LOWER_BIT)>=Cy.LOWER_A&&(s|Cy.To_LOWER_BIT)<=Cy.LOWER_F);if(o!==i){const s=e.substring(o,i),u=parseInt(s,a);if(e.charCodeAt(i)===Cy.SEMI)i+=1;else if(t)continue;n+=Ty(u),r=i}continue}let o=0,a=1,s=0,u=ky[s];for(;i<e.length&&(s=Ry(ky,u,s+1,e.charCodeAt(i)),!(s<0));i++,a++){u=ky[s];const n=u&Oy.VALUE_LENGTH;if(n){t&&e.charCodeAt(i)!==Cy.SEMI||(o=s,a=0);const r=(n>>14)-1;if(0===r)break;s+=r}}if(0!==o){const e=(ky[o]&Oy.VALUE_LENGTH)>>14;n+=1===e?String.fromCharCode(ky[o]&~Oy.VALUE_LENGTH):2===e?String.fromCharCode(ky[o+1]):String.fromCharCode(ky[o+1],ky[o+2]),r=i-a+1}}return n+e.slice(r)});var ky;var xy={ABSOLUTE:"absolute",PATH_RELATIVE:"pathRelative",ROOT_RELATIVE:"rootRelative",SHORTEST:"shortest"},My=xy;function Fy(e,t){var n=t.removeEmptyQueries&&e.extra.relation.minimumPort;return e.query.string[n?"stripped":"full"]}function Ny(e,t){return!e.extra.relation.minimumQuery||t.output===My.ABSOLUTE||t.output===My.ROOT_RELATIVE}function Iy(e,t){var n=t.removeDirectoryIndexes&&e.extra.resourceIsIndex,r=e.extra.relation.minimumResource&&t.output!==My.ABSOLUTE&&t.output!==My.ROOT_RELATIVE;return!!e.resource&&!r&&!n}var Ly=function(e,t){var n="";return n+=function(e,t){var n="";return(e.extra.relation.maximumHost||t.output===My.ABSOLUTE)&&(e.extra.relation.minimumScheme&&t.schemeRelative&&t.output!==My.ABSOLUTE?n+="//":n+=e.scheme+"://"),n}(e,t),n+=function(e,t){return!e.auth||t.removeAuth||!e.extra.relation.maximumHost&&t.output!==My.ABSOLUTE?"":e.auth+"@"}(e,t),n+=function(e,t){return e.host.full&&(e.extra.relation.maximumAuth||t.output===My.ABSOLUTE)?e.host.full:""}(e,t),n+=function(e,t){return e.port&&!e.extra.portIsDefault&&e.extra.relation.maximumHost?":"+e.port:""}(e),n+=function(e,t){var n="",r=e.path.absolute.string,i=e.path.relative.string,o=Iy(e,t);if(e.extra.relation.maximumHost||t.output===My.ABSOLUTE||t.output===My.ROOT_RELATIVE)n=r;else if(i.length<=r.length&&t.output===My.SHORTEST||t.output===My.PATH_RELATIVE){if(""===(n=i)){var a=Ny(e,t)&&!!Fy(e,t);e.extra.relation.maximumPath&&!o?n="./":!e.extra.relation.overridesQuery||o||a||(n="./")}}else n=r;return"/"!==n||o||!t.removeRootTrailingSlash||e.extra.relation.minimumPort&&t.output!==My.ABSOLUTE||(n=""),n}(e,t),n+=function(e,t){return Iy(e,t)?e.resource:""}(e,t),n+=function(e,t){return Ny(e,t)?Fy(e,t):""}(e,t),n+=function(e,t){return e.hash?e.hash:""}(e),n};var Py={clone:function e(t){if(t instanceof Object){var n=t instanceof Array?[]:{};for(var r in t)t.hasOwnProperty(r)&&(n[r]=e(t[r]));return n}return t},isPlainObject:function(e){return!!e&&"object"==typeof e&&e.constructor===Object},shallowMerge:function(e,t){if(e instanceof Object&&t instanceof Object)for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n]);return e}},By=Py;function Uy(e,t){return t instanceof Object&&e instanceof Object?t instanceof Array&&e instanceof Array?t.concat(e):By.shallowMerge(e,t):e}var Vy=function(e,t){if(By.isPlainObject(e)){var n={};for(var r in t)t.hasOwnProperty(r)&&(void 0!==e[r]?n[r]=Uy(e[r],t[r]):n[r]=t[r]);return n}return t};var Ky=function(e){var t=!(e.scheme||e.auth||e.host.full||e.port),n=t&&!e.path.absolute.string,r=n&&!e.resource,i=r&&!e.query.string.full.length,o=i&&!e.hash;e.extra.hrefInfo.minimumPathOnly=t,e.extra.hrefInfo.minimumResourceOnly=n,e.extra.hrefInfo.minimumQueryOnly=r,e.extra.hrefInfo.minimumHashOnly=i,e.extra.hrefInfo.empty=o};var zy=function(e,t){if(t.ignore_www){var n=e.host.full;if(n){var r=n;0===n.indexOf("www.")&&(r=n.substr(4)),e.host.stripped=r}}};function Gy(e){if("/"!==e){var t=[];return e.split("/").forEach((function(e){""!==e&&t.push(e)})),t}return[]}var Hy=function(e,t){var n=e.path.absolute.string;if(n){var r=n.lastIndexOf("/");if(r>-1){if(++r<n.length){var i=n.substr(r);"."!==i&&".."!==i?(e.resource=i,n=n.substr(0,r)):n+="/"}e.path.absolute.string=n,e.path.absolute.array=Gy(n)}else"."===n||".."===n?(n+="/",e.path.absolute.string=n,e.path.absolute.array=Gy(n)):(e.resource=n,e.path.absolute.string=null);e.extra.resourceIsIndex=function(e,t){var n=!1;return t.directoryIndexes.every((function(t){return t!==e||(n=!0,!1)})),n}(e.resource,t)}};var Xy=function(e,t){var n=-1;for(var r in t.defaultPorts)if(r===e.scheme&&t.defaultPorts.hasOwnProperty(r)){n=t.defaultPorts[r];break}n>-1&&(n=n.toString(),null===e.port&&(e.port=n),e.extra.portIsDefault=e.port===n)},Wy=Object.prototype.hasOwnProperty;function qy(e,t){var n=0,r="";for(var i in e)if(""!==i&&!0===Wy.call(e,i)){var o=e[i];""===o&&t||(r+=1==++n?"?":"&",i=encodeURIComponent(i),r+=""!==o?i+"="+encodeURIComponent(o).replace(/%20/g,"+"):i)}return r}var Yy=function(e,t){e.query.string.full=qy(e.query.object,!1),t.removeEmptyQueries&&(e.query.string.stripped=qy(e.query.object,!0))},jy=Im.parse;var $y=function(e,t){return function(e,t){var n=!0;return t.rejectedSchemes.every((function(t){return n=!(0===e.indexOf(t+":"))})),n}(e,t)?(n=jy(e,!0,t.slashesDenoteHost),(r=n.protocol)&&r.indexOf(":")===r.length-1&&(r=r.substr(0,r.length-1)),n.host={full:n.hostname,stripped:null},n.path={absolute:{array:null,string:n.pathname},relative:{array:null,string:null}},n.query={object:n.query,string:{full:null,stripped:null}},n.extra={hrefInfo:{minimumPathOnly:null,minimumResourceOnly:null,minimumQueryOnly:null,minimumHashOnly:null,empty:null,separatorOnlyQuery:"?"===n.search},portIsDefault:null,relation:{maximumScheme:null,maximumAuth:null,maximumHost:null,maximumPort:null,maximumPath:null,maximumResource:null,maximumQuery:null,maximumHash:null,minimumScheme:null,minimumAuth:null,minimumHost:null,minimumPort:null,minimumPath:null,minimumResource:null,minimumQuery:null,minimumHash:null,overridesQuery:null},resourceIsIndex:null,slashes:n.slashes},n.resource=null,n.scheme=r,delete n.hostname,delete n.pathname,delete n.protocol,delete n.search,delete n.slashes,n):{href:e,valid:!1};var n,r};var Qy={join:function(e){return e.length>0?e.join("/")+"/":""},resolveDotSegments:function(e){var t=[];return e.forEach((function(e){".."!==e?"."!==e&&t.push(e):t.length>0&&t.splice(t.length-1,1)})),t}},Zy=Ky,Jy=zy,eb=Hy,tb=Xy,nb=Yy,rb=$y,ib=Qy;function ob(e,t){var n=rb(e,t);return!1===n.valid||(Jy(n,t),tb(n,t),eb(n,t),nb(n,t),Zy(n)),n}var ab={from:function(e,t,n){if(e){var r=ob(e,t),i=ib.resolveDotSegments(r.path.absolute.array);return r.path.absolute.array=i,r.path.absolute.string="/"+ib.join(i),r}return n},to:ob};var sb={pathOn:function(e,t,n){var r=e.extra.hrefInfo.minimumQueryOnly,i=e.extra.hrefInfo.minimumHashOnly,o=e.extra.hrefInfo.empty,a=e.extra.relation.minimumPort,s=e.extra.relation.minimumScheme,u=a&&e.path.absolute.string===t.path.absolute.string,l=e.resource===t.resource||!e.resource&&t.extra.resourceIsIndex||n.removeDirectoryIndexes&&e.extra.resourceIsIndex&&!t.resource,c=u&&(l||r||i||o),f=n.removeEmptyQueries?"stripped":"full",p=e.query.string[f],d=t.query.string[f],h=c&&!!p&&p===d||(i||o)&&!e.extra.hrefInfo.separatorOnlyQuery,m=h&&e.hash===t.hash;e.extra.relation.minimumPath=u,e.extra.relation.minimumResource=c,e.extra.relation.minimumQuery=h,e.extra.relation.minimumHash=m,e.extra.relation.maximumPort=!s||s&&!u,e.extra.relation.maximumPath=!s||s&&!c,e.extra.relation.maximumResource=!s||s&&!h,e.extra.relation.maximumQuery=!s||s&&!m,e.extra.relation.maximumHash=!s||s&&!m,e.extra.relation.overridesQuery=u&&e.extra.relation.maximumResource&&!h&&!!d},upToPath:function(e,t,n){var r=e.extra.hrefInfo.minimumPathOnly,i=e.scheme===t.scheme||!e.scheme,o=i&&(e.auth===t.auth||n.removeAuth||r),a=n.ignore_www?"stripped":"full",s=o&&(e.host[a]===t.host[a]||r),u=s&&(e.port===t.port||r);e.extra.relation.minimumScheme=i,e.extra.relation.minimumAuth=o,e.extra.relation.minimumHost=s,e.extra.relation.minimumPort=u,e.extra.relation.maximumScheme=!i||i&&!o,e.extra.relation.maximumAuth=!i||i&&!s,e.extra.relation.maximumHost=!i||i&&!u}},ub=sb,lb=Py,cb=Qy;var fb=function(e,t,n){ub.upToPath(e,t,n),e.extra.relation.minimumScheme&&(e.scheme=t.scheme),e.extra.relation.minimumAuth&&(e.auth=t.auth),e.extra.relation.minimumHost&&(e.host=lb.clone(t.host)),e.extra.relation.minimumPort&&function(e,t){e.port=t.port,e.extra.portIsDefault=t.extra.portIsDefault}(e,t),e.extra.relation.minimumScheme&&function(e,t){if(e.extra.relation.maximumHost||!e.extra.hrefInfo.minimumResourceOnly){var n=e.path.absolute.array,r="/";n?(e.extra.hrefInfo.minimumPathOnly&&0!==e.path.absolute.string.indexOf("/")&&(n=t.path.absolute.array.concat(n)),n=cb.resolveDotSegments(n),r+=cb.join(n)):n=[],e.path.absolute.array=n,e.path.absolute.string=r}else e.path=lb.clone(t.path)}(e,t),ub.pathOn(e,t,n),e.extra.relation.minimumResource&&function(e,t){e.resource=t.resource,e.extra.resourceIsIndex=t.extra.resourceIsIndex}(e,t),e.extra.relation.minimumQuery&&(e.query=lb.clone(t.query)),e.extra.relation.minimumHash&&(e.hash=t.hash)},pb=Qy;var db=function(e,t,n){if(e.extra.relation.minimumScheme){var r=(i=e.path.absolute.array,o=t.path.absolute.array,a=[],s=!0,u=-1,o.forEach((function(e,t){s&&(i[t]!==e?s=!1:u=t),s||a.push("..")})),i.forEach((function(e,t){t>u&&a.push(e)})),a);e.path.relative.array=r,e.path.relative.string=pb.join(r)}var i,o,a,s,u},hb=fb,mb=db;var gb=function(e,t,n){return hb(t,e,n),mb(t,e),t},_b=xy,Eb=Ly,vb=Vy,yb=Py,bb=ab,Ab=gb;function Sb(e,t){this.options=vb(t,{defaultPorts:{ftp:21,http:80,https:443},directoryIndexes:["index.html"],ignore_www:!1,output:Sb.SHORTEST,rejectedSchemes:["data","javascript","mailto"],removeAuth:!1,removeDirectoryIndexes:!0,removeEmptyQueries:!1,removeRootTrailingSlash:!0,schemeRelative:!0,site:void 0,slashesDenoteHost:!0}),this.from=bb.from(e,this.options,null)}Sb.prototype.relate=function(e,t,n){if(yb.isPlainObject(t)?(n=t,t=e,e=null):t||(t=e,e=null),n=vb(n,this.options),e=e||n.site,!(e=bb.from(e,n,this.from))||!e.href)throw new Error("from value not defined.");if(e.extra.hrefInfo.minimumPathOnly)throw new Error("from value supplied is not absolute: "+e.href);return!1===(t=bb.to(t,n)).valid?t.href:(t=Ab(e,t,n),t=Eb(t,n))},Sb.relate=function(e,t,n){return(new Sb).relate(e,t,n)},yb.shallowMerge(Sb,_b);var Db=Sb;function Tb(e){return e.split("")}function Cb(e,t){return t.includes(e)}class Ob extends Error{constructor(e,t){super(),this.name="DefaultsError",this.message=e,this.defs=t}}function Rb(e,t,n){!0===e?e={}:null!=e&&"object"==typeof e&&(e={...e});const r=e||{};if(n)for(const e in r)if(Gb(r,e)&&!Gb(t,e))throw new Ob("`"+e+"` is not a supported option",t);for(const n in t)if(Gb(t,n))if(e&&Gb(e,n))if("ecma"===n){let t=0|e[n];t>5&&t<2015&&(t+=2009),r[n]=t}else r[n]=e&&Gb(e,n)?e[n]:t[n];else r[n]=t[n];return r}function wb(){}function kb(){return!1}function xb(){return!0}function Mb(){return this}function Fb(){return null}var Nb=function(){function e(e,n,r=!0){const i=[];for(let o=0;o<e.length;++o){let a=e[o].transform(n,r);a instanceof XA?i.push(a):a instanceof t&&i.push(...a.v)}return i}function t(e){this.v=e}return e.splice=function(e){return new t(e)},e.skip={},e}();function Ib(e,t,n){return n||(n={}),t&&(n.start||(n.start=t.start),n.end||(n.end=t.end)),new e(n)}function Lb(e,t){e.includes(t)||e.push(t)}function Pb(e,t){return e.replace(/{(.+?)}/g,(function(e,n){return t&&t[n]}))}function Bb(e,t){for(var n=e.length;--n>=0;)e[n]===t&&e.splice(n,1)}function Ub(e,t){if(e.length<2)return e.slice();return function e(n){if(n.length<=1)return n;var r=Math.floor(n.length/2),i=n.slice(0,r),o=n.slice(r);return function(e,n){for(var r=[],i=0,o=0,a=0;i<e.length&&o<n.length;)t(e[i],n[o])<=0?r[a++]=e[i++]:r[a++]=n[o++];return i<e.length&&r.push.apply(r,e.slice(i)),o<n.length&&r.push.apply(r,n.slice(o)),r}(i=e(i),o=e(o))}(e)}function Vb(e){return Array.isArray(e)||(e=e.split(" ")),new Set(e.sort())}function Kb(e,t,n){e.has(t)?e.get(t).push(n):e.set(t,[n])}function zb(e){var t=Object.create(null);return e.forEach((function(e,n){t["$"+n]=e})),t}function Gb(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function Hb(e,t){return!0===e||e instanceof RegExp&&e.test(t)}var Xb={"\0":"0","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"};function Wb(e){return e.replace(/[\0\n\r\u2028\u2029]/g,(function(t,n){return("\\"==e[n-1]&&("\\"!=e[n-2]||/(?:^|[^\\])(?:\\{2})*$/.test(e.slice(0,n-1)))?"":"\\")+Xb[t]}))}const qb=/^[\\/|\0\s\w^$.[\]()]*$/,Yb=e=>qb.test(e);function jb(e,t){return e._annotations&t}function $b(e,t){e._annotations|=t}var Qb="",Zb=new Map,Jb="break case catch class const continue debugger default delete do else export extends finally for function if in instanceof let new return switch throw try typeof var void while with",eA="false null true",tA="enum import super this "+eA+" "+Jb,nA="implements interface package private protected public static "+tA,rA="return new delete throw else case yield await";Jb=Vb(Jb),tA=Vb(tA),rA=Vb(rA),eA=Vb(eA),nA=Vb(nA);var iA=Vb(Tb("+-*&%=<>!?|~^")),oA=/[0-9a-f]/i,aA=/^0x[0-9a-f]+$/i,sA=/^0[0-7]+$/,uA=/^0o[0-7]+$/i,lA=/^0b[01]+$/i,cA=/^\d*\.?\d*(?:e[+-]?\d*(?:\d\.?|\.?\d)\d*)?$/i,fA=/^(0[xob])?[0-9a-f]+n$/i,pA=Vb(["in","instanceof","typeof","new","void","delete","++","--","+","-","!","~","&","|","^","*","**","/","%",">>","<<",">>>","<",">","<=",">=","==","===","!=","!==","?","=","+=","-=","||=","&&=","??=","/=","*=","**=","%=",">>=","<<=",">>>=","|=","^=","&=","&&","??","||"]),dA=Vb(Tb("  \n\r\t\f\v​           \u2028\u2029   \ufeff")),hA=Vb(Tb("\n\r\u2028\u2029")),mA=Vb(Tb(";]),:")),gA=Vb(Tb("[{(,;:")),_A=Vb(Tb("[]{}(),;:")),EA={ID_Start:/[$A-Z_a-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0-\u08B4\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AD\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF30-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDEC0-\uDEF8]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F]|\uD82C[\uDC00\uDC01]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1]|\uD87E[\uDC00-\uDE1D]/,ID_Continue:/(?:[$0-9A-Z_a-z\xAA\xB5\xB7\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u08A0-\u08B4\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C81-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D01-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1369-\u1371\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1CD0-\u1CD2\u1CD4-\u1CF6\u1CF8\u1CF9\u1D00-\u1DF5\u1DFC-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AD\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C4\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF30-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDEC0-\uDEF8]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F]|\uD82C[\uDC00\uDC01]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF])+/};try{EA={ID_Start:new RegExp("[_$\\p{ID_Start}]","u"),ID_Continue:new RegExp("[$\\u200C\\u200D\\p{ID_Continue}]+","u")}}catch(e){}function vA(e,t){if(yA(e.charCodeAt(t))){if(bA(e.charCodeAt(t+1)))return e.charAt(t)+e.charAt(t+1)}else if(bA(e.charCodeAt(t))&&yA(e.charCodeAt(t-1)))return e.charAt(t-1)+e.charAt(t);return e.charAt(t)}function yA(e){return e>=55296&&e<=56319}function bA(e){return e>=56320&&e<=57343}function AA(e){return e>=48&&e<=57}function SA(e){return EA.ID_Start.test(e)}function DA(e){return EA.ID_Continue.test(e)}const TA=/^[a-z_$][a-z0-9_$]*$/i;function CA(e){return TA.test(e)}function OA(e,t){if(TA.test(e))return!0;if(!t&&/[\ud800-\udfff]/.test(e))return!1;var n=EA.ID_Start.exec(e);return!(!n||0!==n.index)&&(!(e=e.slice(n[0].length))||!!(n=EA.ID_Continue.exec(e))&&n[0].length===e.length)}function RA(e,t=!0){if(!t&&e.includes("e"))return NaN;if(aA.test(e))return parseInt(e.substr(2),16);if(sA.test(e))return parseInt(e.substr(1),8);if(uA.test(e))return parseInt(e.substr(2),8);if(lA.test(e))return parseInt(e.substr(2),2);if(cA.test(e))return parseFloat(e);var n=parseFloat(e);return n==e?n:void 0}class wA extends Error{constructor(e,t,n,r,i){super(),this.name="SyntaxError",this.message=e,this.filename=t,this.line=n,this.col=r,this.pos=i}}function kA(e,t,n,r,i){throw new wA(e,t,n,r,i)}function xA(e,t,n){return e.type==t&&(null==n||e.value==n)}var MA={};function FA(e,t,n,r){var i={text:e,filename:t,pos:0,tokpos:0,line:1,tokline:0,col:0,tokcol:0,newline_before:!1,regex_allowed:!1,brace_counter:0,template_braces:[],comments_before:[],directives:{},directive_stack:[]};function o(){return vA(i.text,i.pos)}function a(){if(!(46===i.text.charCodeAt(i.pos+1)))return!1;const e=i.text.charCodeAt(i.pos+2);return e<48||e>57}function s(e,t){var n=vA(i.text,i.pos++);if(e&&!n)throw MA;return hA.has(n)?(i.newline_before=i.newline_before||!t,++i.line,i.col=0,"\r"==n&&"\n"==o()&&(++i.pos,n="\n")):(n.length>1&&(++i.pos,++i.col),++i.col),n}function u(e){for(;e--;)s()}function l(e){return i.text.substr(i.pos,e.length)==e}function c(e,t){var n=i.text.indexOf(e,i.pos);if(t&&-1==n)throw MA;return n}function f(){i.tokline=i.line,i.tokcol=i.col,i.tokpos=i.pos}var p=!1,d=null;function h(e,n,r){i.regex_allowed="operator"==e&&!IA.has(n)||"keyword"==e&&rA.has(n)||"punc"==e&&gA.has(n)||"arrow"==e,"punc"!=e||"."!=n&&"?."!=n?r||(p=!1):p=!0;const o=i.tokline,a=i.tokcol,s=i.tokpos,u=i.newline_before,l=t;let c=[],f=[];r||(c=i.comments_before,f=i.comments_before=[]),i.newline_before=!1;const h=new HA(e,n,o,a,s,u,c,f,l);return r||(d=h),h}function m(){for(;dA.has(o());)s()}function g(e){kA(e,t,i.tokline,i.tokcol,i.tokpos)}function _(e){var t=!1,n=!1,r=!1,i="."==e,a=!1,u=!1,l=function(e){for(var t,n="",r=0;(t=o())&&e(t,r++);)n+=s();return n}((function(o,s){if(a)return!1;switch(o.charCodeAt(0)){case 95:return u=!0;case 98:case 66:return r=!0;case 111:case 79:case 120:case 88:return!r&&(r=!0);case 101:case 69:return!!r||!t&&(t=n=!0);case 45:return n||0==s&&!e;case 43:return n;case n=!1,46:return!(i||r||t)&&(i=!0)}return"n"===o?(a=!0,!0):oA.test(o)}));if(e&&(l=e+l),Qb=l,sA.test(l)&&k.has_directive("use strict")&&g("Legacy octal literals are not allowed in strict mode"),u&&(l.endsWith("_")?g("Numeric separators are not allowed at the end of numeric literals"):l.includes("__")&&g("Only one underscore is allowed as numeric separator"),l=l.replace(/_/g,"")),l.endsWith("n")){const e=l.slice(0,-1),t=RA(e,aA.test(e));if(!i&&fA.test(l)&&!isNaN(t))return h("big_int",e);g("Invalid or unexpected token")}var c=RA(l);if(!isNaN(c))return h("num",c);g("Invalid syntax: "+l)}function E(e){return e>="0"&&e<="7"}function v(e,t,n){var r,a=s(!0,e);switch(a.charCodeAt(0)){case 110:return"\n";case 114:return"\r";case 116:return"\t";case 98:return"\b";case 118:return"\v";case 102:return"\f";case 120:return String.fromCharCode(y(2,t));case 117:if("{"==o()){for(s(!0),"}"===o()&&g("Expecting hex-character between {}");"0"==o();)s(!0);var u,l=c("}",!0)-i.pos;return(l>6||(u=y(l,t))>1114111)&&g("Unicode reference out of bounds"),s(!0),(r=u)>65535?(r-=65536,String.fromCharCode(55296+(r>>10))+String.fromCharCode(r%1024+56320)):String.fromCharCode(r)}return String.fromCharCode(y(4,t));case 10:return"";case 13:if("\n"==o())return s(!0,e),""}if(E(a)){if(n&&t){"0"===a&&!E(o())||g("Octal escape sequences are not allowed in template strings")}return function(e,t){var n=o();n>="0"&&n<="7"&&(e+=s(!0))[0]<="3"&&(n=o())>="0"&&n<="7"&&(e+=s(!0));if("0"===e)return"\0";e.length>0&&k.has_directive("use strict")&&t&&g("Legacy octal escape sequences are not allowed in strict mode");return String.fromCharCode(parseInt(e,8))}(a,t)}return a}function y(e,t){for(var n=0;e>0;--e){if(!t&&isNaN(parseInt(o(),16)))return parseInt(n,16)||"";var r=s(!0);isNaN(parseInt(r,16))&&g("Invalid hex-character pattern in string"),n+=r}return parseInt(n,16)}var b=w("Unterminated string constant",(function(){const e=i.pos;for(var t=s(),n=[];;){var r=s(!0,!0);if("\\"==r)r=v(!0,!0);else if("\r"==r||"\n"==r)g("Unterminated string constant");else if(r==t)break;n.push(r)}var o=h("string",n.join(""));return Qb=i.text.slice(e,i.pos),o.quote=t,o})),A=w("Unterminated template",(function(e){e&&i.template_braces.push(i.brace_counter);var t,n,r="",a="";for(s(!0,!0);"`"!=(t=s(!0,!0));){if("\r"==t)"\n"==o()&&++i.pos,t="\n";else if("$"==t&&"{"==o())return s(!0,!0),i.brace_counter++,n=h(e?"template_head":"template_substitution",r),Zb.set(n,a),n.template_end=!1,n;if(a+=t,"\\"==t){var u=i.pos;t=v(!0,!(d&&("name"===d.type||"punc"===d.type&&(")"===d.value||"]"===d.value))),!0),a+=i.text.substr(u,i.pos-u)}r+=t}return i.template_braces.pop(),n=h(e?"template_head":"template_substitution",r),Zb.set(n,a),n.template_end=!0,n}));function S(e){var t,n=i.regex_allowed,r=function(){for(var e=i.text,t=i.pos,n=i.text.length;t<n;++t){var r=e[t];if(hA.has(r))return t}return-1}();return-1==r?(t=i.text.substr(i.pos),i.pos=i.text.length):(t=i.text.substring(i.pos,r),i.pos=r),i.col=i.tokcol+(i.pos-i.tokpos),i.comments_before.push(h(e,t,!0)),i.regex_allowed=n,k}var D=w("Unterminated multiline comment",(function(){var e=i.regex_allowed,t=c("*/",!0),n=i.text.substring(i.pos,t).replace(/\r\n|\r|\u2028|\u2029/g,"\n");return u(function(e){for(var t=0,n=0;n<e.length;n++)yA(e.charCodeAt(n))&&bA(e.charCodeAt(n+1))&&(t++,n++);return e.length-t}(n)+2),i.comments_before.push(h("comment2",n,!0)),i.newline_before=i.newline_before||n.includes("\n"),i.regex_allowed=e,k})),T=w("Unterminated identifier name",(function(){var e,t=[],n=!1,r=function(){return n=!0,s(),"u"!==o()&&g("Expecting UnicodeEscapeSequence -- uXXXX or u{XXXX}"),v(!1,!0)};if("\\"===(e=o()))SA(e=r())||g("First identifier char is an invalid identifier char");else{if(!SA(e))return"";s()}for(t.push(e);null!=(e=o());){if("\\"===(e=o()))DA(e=r())||g("Invalid escaped identifier char");else{if(!DA(e))break;s()}t.push(e)}const i=t.join("");return tA.has(i)&&n&&g("Escaped characters are not allowed in keywords"),i})),C=w("Unterminated regular expression",(function(e){for(var t,n=!1,r=!1;t=s(!0);)if(hA.has(t))g("Unexpected line terminator");else if(n)e+="\\"+t,n=!1;else if("["==t)r=!0,e+=t;else if("]"==t&&r)r=!1,e+=t;else{if("/"==t&&!r)break;"\\"==t?n=!0:e+=t}return h("regexp","/"+e+"/"+T())}));function O(e){return h("operator",function e(t){if(!o())return t;var n=t+o();return pA.has(n)?(s(),e(n)):t}(e||s()))}function R(){switch(s(),o()){case"/":return s(),S("comment1");case"*":return s(),D()}return i.regex_allowed?C(""):O("/")}function w(e,t){return function(n){try{return t(n)}catch(t){if(t!==MA)throw t;g(e)}}}function k(e){if(null!=e)return C(e);for(r&&0==i.pos&&l("#!")&&(f(),u(2),S("comment5"));;){if(m(),f(),n){if(l("\x3c!--")){u(4),S("comment3");continue}if(l("--\x3e")&&i.newline_before){u(3),S("comment4");continue}}var t=o();if(!t)return h("eof");var c=t.charCodeAt(0);switch(c){case 34:case 39:return b();case 46:return s(),AA(o().charCodeAt(0))?_("."):"."===o()?(s(),s(),h("expand","...")):h("punc",".");case 47:var d=R();if(d===k)continue;return d;case 61:return s(),">"===o()?(s(),h("arrow","=>")):O("=");case 63:if(!a())break;return s(),s(),h("punc","?.");case 96:return A(!0);case 123:i.brace_counter++;break;case 125:if(i.brace_counter--,i.template_braces.length>0&&i.template_braces[i.template_braces.length-1]===i.brace_counter)return A(!1)}if(AA(c))return _();if(_A.has(t))return h("punc",s());if(iA.has(t))return O();if(92==c||SA(t))return E=void 0,E=T(),p?h("name",E):eA.has(E)?h("atom",E):Jb.has(E)?pA.has(E)?h("operator",E):h("keyword",E):h("name",E);if(35==c)return s(),h("privatename",T());break}var E;g("Unexpected character '"+t+"'")}return k.next=s,k.peek=o,k.context=function(e){return e&&(i=e),i},k.add_directive=function(e){i.directive_stack[i.directive_stack.length-1].push(e),void 0===i.directives[e]?i.directives[e]=1:i.directives[e]++},k.push_directives_stack=function(){i.directive_stack.push([])},k.pop_directives_stack=function(){for(var e=i.directive_stack[i.directive_stack.length-1],t=0;t<e.length;t++)i.directives[e[t]]--;i.directive_stack.pop()},k.has_directive=function(e){return i.directives[e]>0},k}var NA=Vb(["typeof","void","delete","--","++","!","~","-","+"]),IA=Vb(["--","++"]),LA=Vb(["=","+=","-=","??=","&&=","||=","/=","*=","**=","%=",">>=","<<=",">>>=","|=","^=","&="]),PA=Vb(["??=","&&=","||="]),BA=function(e,t){for(var n=0;n<e.length;++n)for(var r=e[n],i=0;i<r.length;++i)t[r[i]]=n+1;return t}([["||"],["??"],["&&"],["|"],["^"],["&"],["==","===","!=","!=="],["<",">","<=",">=","in","instanceof"],[">>","<<",">>>"],["+","-"],["*","/","%"],["**"]],{}),UA=Vb(["atom","num","big_int","string","regexp","name"]);function VA(e,t){const n=new WeakMap;t=Rb(t,{bare_returns:!1,ecma:null,expression:!1,filename:null,html5_comments:!0,module:!1,shebang:!0,strict:!1,toplevel:null},!0);var r={input:"string"==typeof e?FA(e,t.filename,t.html5_comments,t.shebang):e,token:null,prev:null,peeked:null,in_function:0,in_async:-1,in_generator:-1,in_directives:!0,in_loop:0,labels:[]};function i(e,t){return xA(r.token,e,t)}function o(){return r.peeked||(r.peeked=r.input())}function a(){return r.prev=r.token,r.peeked||o(),r.token=r.peeked,r.peeked=null,r.in_directives=r.in_directives&&("string"==r.token.type||i("punc",";")),r.token}function s(){return r.prev}function u(e,t,n,i){var o=r.input.context();kA(e,o.filename,null!=t?t:o.tokline,null!=n?n:o.tokcol,null!=i?i:o.tokpos)}function l(e,t){u(t,e.line,e.col)}function c(e){null==e&&(e=r.token),l(e,"Unexpected token: "+e.type+" ("+e.value+")")}function f(e,t){if(i(e,t))return a();l(r.token,"Unexpected token "+r.token.type+" «"+r.token.value+"», expected "+e+" «"+t+"»")}function p(e){return f("punc",e)}function d(e){return e.nlb||!e.comments_before.every((e=>!e.nlb))}function h(){return!t.strict&&(i("eof")||i("punc","}")||d(r.token))}function m(){return r.in_generator===r.in_function}function g(){return r.in_async===r.in_function||0===r.in_function&&r.input.has_directive("use strict")}function _(e){i("punc",";")?a():e||h()||c()}function E(){p("(");var e=_e(!0);return p(")"),e}function v(e){return function(...t){const n=r.token,i=e(...t);return i.start=n,i.end=s(),i}}function y(){(i("operator","/")||i("operator","/="))&&(r.peeked=null,r.token=r.input(r.token.value.substr(1)))}r.token=a();var b=v((function e(n,m,v){switch(y(),r.token.type){case"string":if(r.in_directives){var b=o();!Qb.includes("\\")&&(xA(b,"punc",";")||xA(b,"punc","}")||d(b)||xA(b,"eof"))?r.input.add_directive(r.token.value):r.in_directives=!1}var R=r.in_directives,k=S();return R&&k.body instanceof eT?new YA(k.body):k;case"template_head":case"num":case"big_int":case"regexp":case"operator":case"atom":return S();case"name":case"privatename":if(i("privatename")&&!r.in_class&&u("Private field must be used in an enclosing class"),"async"==r.token.value&&xA(o(),"keyword","function"))return a(),a(),m&&u("functions are not allowed as the body of a loop"),w(ES,!1,!0,n);if("import"==r.token.value&&!xA(o(),"punc","(")&&!xA(o(),"punc",".")){a();var M=function(){var e,t,n=s();i("name")&&(e=ae(GD));i("punc",",")&&a();((t=ee(!0))||e)&&f("name","from");var o=r.token;"string"!==o.type&&c();a();const u=Q();return new qS({start:n,imported_name:e,imported_names:t,module_name:new eT({start:o,value:o.value,quote:o.quote,end:o}),assert_clause:u,end:r.token})}();return _(),M}return xA(o(),"punc",":")?A():S();case"punc":switch(r.token.value){case"{":return new JA({start:r.token,body:I(),end:s()});case"[":case"(":return S();case";":return r.in_directives=!1,a(),new eS;default:c()}case"keyword":switch(r.token.value){case"break":return a(),D(RS);case"continue":return a(),D(wS);case"debugger":return a(),_(),new qA;case"do":a();var F=Ee(e);f("keyword","while");var P=E();return _(!0),new oS({body:F,condition:P});case"while":return a(),new aS({condition:E(),body:Ee((function(){return e(!1,!0)}))});case"for":return a(),function(){var e="`for await` invalid in this context",t=r.token;"name"==t.type&&"await"==t.value?(g()||l(t,e),a()):t=!1;p("(");var n=null;if(i("punc",";"))t&&l(t,e);else{n=i("keyword","var")?(a(),B(!0)):i("keyword","let")?(a(),U(!0)):i("keyword","const")?(a(),V(!0)):_e(!0,!0);var o=i("operator","in"),s=i("name","of");if(t&&!s&&l(t,e),o||s)return n instanceof KS?n.definitions.length>1&&l(n.start,"Only one variable declaration allowed in for..in loop"):he(n)||(n=me(n))instanceof vS||l(n.start,"Invalid left-hand side in for..in loop"),a(),o?O(n):C(n,!!t)}return T(n)}();case"class":return a(),m&&u("classes are not allowed as the body of a loop"),v&&u("classes are not allowed as the body of an if"),j(TD,n);case"function":return a(),m&&u("functions are not allowed as the body of a loop"),w(ES,!1,!1,n);case"if":return a(),N();case"return":0!=r.in_function||t.bare_returns||u("'return' outside of function"),a();var K=null;return i("punc",";")?a():h()||(K=_e(!0),_()),new TS({value:K});case"switch":return a(),new FS({expression:E(),body:Ee(L)});case"throw":a(),d(r.token)&&u("Illegal newline after 'throw'");K=_e(!0);return _(),new CS({value:K});case"try":return a(),function(){var e,t=null,n=null;if(e=new BS({start:r.token,body:I(),end:s()}),i("keyword","catch")){var o=r.token;if(a(),i("punc","{"))var l=null;else{p("(");l=x(void 0,zD);p(")")}t=new US({start:o,argname:l,body:I(),end:s()})}if(i("keyword","finally")){o=r.token;a(),n=new VS({start:o,body:I(),end:s()})}t||n||u("Missing catch/finally blocks");return new PS({body:e,bcatch:t,bfinally:n})}();case"var":a();M=B();return _(),M;case"let":a();M=U();return _(),M;case"const":a();M=V();return _(),M;case"with":return r.input.has_directive("use strict")&&u("Strict mode may not include a with statement"),a(),new cS({expression:E(),body:e()});case"export":if(!xA(o(),"punc","(")){a();M=te();return i("punc",";")&&_(),M}}}c()}));function A(){var e=ae(XD);"await"===e.name&&r.in_async===r.in_function&&l(r.prev,"await cannot be used as label inside async function"),r.labels.some((t=>t.name===e.name))&&u("Label "+e.name+" defined twice"),p(":"),r.labels.push(e);var t=b();return r.labels.pop(),t instanceof rS||e.references.forEach((function(t){t instanceof wS&&(t=t.label.start,u("Continue label `"+e.name+"` refers to non-IterationStatement.",t.line,t.col,t.pos))})),new nS({body:t,label:e})}function S(e){return new jA({body:(e=_e(!0),_(),e)})}function D(e){var t,n=null;h()||(n=ae(jD,!0)),null!=n?((t=r.labels.find((e=>e.name===n.name)))||u("Undefined label "+n.name),n.thedef=t):0==r.in_loop&&u(e.TYPE+" not inside a loop or switch"),_();var i=new e({label:n});return t&&t.references.push(i),i}function T(e){p(";");var t=i("punc",";")?null:_e(!0);p(";");var n=i("punc",")")?null:_e(!0);return p(")"),new sS({init:e,condition:t,step:n,body:Ee((function(){return b(!1,!0)}))})}function C(e,t){var n=e instanceof KS?e.definitions[0].name:null,r=_e(!0);return p(")"),new lS({await:t,init:e,name:n,object:r,body:Ee((function(){return b(!1,!0)}))})}function O(e){var t=_e(!0);return p(")"),new uS({init:e,object:t,body:Ee((function(){return b(!1,!0)}))})}var R=function(e,t,n){d(r.token)&&u("Unexpected newline before arrow (=>)"),f("arrow","=>");var o=F(i("punc","{"),!1,n),a=o instanceof Array&&o.length?o[o.length-1].end:o instanceof Array?e:o.end;return new _S({start:e,end:a,async:n,argnames:t,body:o})},w=function(e,t,n,r){var o=e===ES,u=i("operator","*");u&&a();var l=i("name")?ae(o?LD:UD):null;o&&!l&&(r?e=gS:c()),!l||e===mS||l instanceof kD||c(s());var f=[],p=F(!0,u||t,n,l,f);return new e({start:f.start,end:p.end,is_generator:u,async:n,name:l,argnames:f,body:p})};class k{constructor(e,t,n=!1){this.is_parameter=e,this.duplicates_ok=n,this.parameters=new Set,this.duplicate=null,this.default_assignment=!1,this.spread=!1,this.strict_mode=!!t}add_parameter(e){if(this.parameters.has(e.value))null===this.duplicate&&(this.duplicate=e),this.check_strict();else if(this.parameters.add(e.value),this.is_parameter)switch(e.value){case"arguments":case"eval":case"yield":this.strict_mode&&l(e,"Unexpected "+e.value+" identifier as parameter inside strict mode");break;default:tA.has(e.value)&&c()}}mark_default_assignment(e){!1===this.default_assignment&&(this.default_assignment=e)}mark_spread(e){!1===this.spread&&(this.spread=e)}mark_strict_mode(){this.strict_mode=!0}is_strict(){return!1!==this.default_assignment||!1!==this.spread||this.strict_mode}check_strict(){this.is_strict()&&null!==this.duplicate&&!this.duplicates_ok&&l(this.duplicate,"Parameter "+this.duplicate.value+" was used already")}}function x(e,t){var n,o=!1;return void 0===e&&(e=new k(!0,r.input.has_directive("use strict"))),i("expand","...")&&(o=r.token,e.mark_spread(r.token),a()),n=M(e,t),i("operator","=")&&!1===o&&(e.mark_default_assignment(r.token),a(),n=new cD({start:n.start,left:n,operator:"=",right:_e(!1),end:r.token})),!1!==o&&(i("punc",")")||c(),n=new dS({start:o,expression:n,end:o})),e.check_strict(),n}function M(e,t){var n,l=[],f=!0,d=!1,h=r.token;if(void 0===e){const n=r.input.has_directive("use strict");e=new k(!1,n,t===xD)}if(t=void 0===t?ID:t,i("punc","[")){for(a();!i("punc","]");){if(f?f=!1:p(","),i("expand","...")&&(d=!0,n=r.token,e.mark_spread(r.token),a()),i("punc"))switch(r.token.value){case",":l.push(new uT({start:r.token,end:r.token}));continue;case"]":break;case"[":case"{":l.push(M(e,t));break;default:c()}else i("name")?(e.add_parameter(r.token),l.push(ae(t))):u("Invalid function parameter");i("operator","=")&&!1===d&&(e.mark_default_assignment(r.token),a(),l[l.length-1]=new cD({start:l[l.length-1].start,left:l[l.length-1],operator:"=",right:_e(!1),end:r.token})),d&&(i("punc","]")||u("Rest element must be last element"),l[l.length-1]=new dS({start:n,expression:l[l.length-1],end:n}))}return p("]"),e.check_strict(),new vS({start:h,names:l,is_array:!0,end:s()})}if(i("punc","{")){for(a();!i("punc","}");){if(f?f=!1:p(","),i("expand","...")&&(d=!0,n=r.token,e.mark_spread(r.token),a()),i("name")&&(xA(o(),"punc")||xA(o(),"operator"))&&[",","}","="].includes(o().value)){e.add_parameter(r.token);var m=s(),g=ae(t);d?l.push(new dS({start:n,expression:g,end:g.end})):l.push(new hD({start:m,key:g.name,value:g,end:g.end}))}else{if(i("punc","}"))continue;var _=r.token,E=ne();null===E?c(s()):"name"!==s().type||i("punc",":")?(p(":"),l.push(new hD({start:_,quote:_.quote,key:E,value:M(e,t),end:s()}))):l.push(new hD({start:s(),key:E,value:new t({start:s(),name:E,end:s()}),end:s()}))}d?i("punc","}")||u("Rest element must be last element"):i("operator","=")&&(e.mark_default_assignment(r.token),a(),l[l.length-1].value=new cD({start:l[l.length-1].value.start,left:l[l.length-1].value,operator:"=",right:_e(!1),end:r.token}))}return p("}"),e.check_strict(),new vS({start:h,names:l,is_array:!1,end:s()})}if(i("name"))return e.add_parameter(r.token),ae(t);u("Invalid function parameter")}function F(e,t,n,o,s){var u=r.in_loop,l=r.labels,c=r.in_generator,f=r.in_async;if(++r.in_function,t&&(r.in_generator=r.in_function),n&&(r.in_async=r.in_function),s&&function(e){var t=new k(!0,r.input.has_directive("use strict"));for(p("(");!i("punc",")");){var n=x(t);if(e.push(n),i("punc",")")||p(","),n instanceof dS)break}a()}(s),e&&(r.in_directives=!0),r.in_loop=0,r.labels=[],e){r.input.push_directives_stack();var d=I();o&&oe(o),s&&s.forEach(oe),r.input.pop_directives_stack()}else d=[new TS({start:r.token,value:_e(!1),end:r.token})];return--r.in_function,r.in_loop=u,r.labels=l,r.in_generator=c,r.in_async=f,d}function N(){var e=E(),t=b(!1,!1,!0),n=null;return i("keyword","else")&&(a(),n=b(!1,!1,!0)),new MS({condition:e,body:t,alternative:n})}function I(){p("{");for(var e=[];!i("punc","}");)i("eof")&&c(),e.push(b());return a(),e}function L(){p("{");for(var e,t=[],n=null,o=null;!i("punc","}");)i("eof")&&c(),i("keyword","case")?(o&&(o.end=s()),n=[],o=new LS({start:(e=r.token,a(),e),expression:_e(!0),body:n}),t.push(o),p(":")):i("keyword","default")?(o&&(o.end=s()),n=[],o=new IS({start:(e=r.token,a(),p(":"),e),body:n}),t.push(o)):(n||c(),n.push(b()));return o&&(o.end=s()),a(),t}function P(e,t){for(var n,o=[];;){var l="var"===t?xD:"const"===t?FD:"let"===t?ND:null;if(i("punc","{")||i("punc","[")?n=new XS({start:r.token,name:M(void 0,l),value:i("operator","=")?(f("operator","="),_e(!1,e)):null,end:s()}):"import"==(n=new XS({start:r.token,name:ae(l),value:i("operator","=")?(a(),_e(!1,e)):e||"const"!==t?null:u("Missing initializer in const declaration"),end:s()})).name.name&&u("Unexpected token: import"),o.push(n),!i("punc",","))break;a()}return o}var B=function(e){return new zS({start:s(),definitions:P(e,"var"),end:s()})},U=function(e){return new GS({start:s(),definitions:P(e,"let"),end:s()})},V=function(e){return new HS({start:s(),definitions:P(e,"const"),end:s()})};function K(){var e,t=r.token;switch(t.type){case"name":e=ie(WD);break;case"num":e=new tT({start:t,end:t,value:t.value,raw:Qb});break;case"big_int":e=new nT({start:t,end:t,value:t.value});break;case"string":e=new eT({start:t,end:t,value:t.value,quote:t.quote});break;case"regexp":const[n,r,i]=t.value.match(/^\/(.*)\/(\w*)$/);e=new rT({start:t,end:t,value:{source:r,flags:i}});break;case"atom":switch(t.value){case"false":e=new fT({start:t,end:t});break;case"true":e=new pT({start:t,end:t});break;case"null":e=new oT({start:t,end:t})}}return a(),e}function z(e,t){var n=function(e,t){return t?new cD({start:e.start,left:e,operator:"=",right:t,end:t.end}):e};return e instanceof pD?n(new vS({start:e.start,end:e.end,is_array:!1,names:e.properties.map((e=>z(e)))}),t):e instanceof hD?(e.value=z(e.value),n(e,t)):e instanceof uT?e:e instanceof vS?(e.names=e.names.map((e=>z(e))),n(e,t)):e instanceof WD?n(new ID({name:e.name,start:e.start,end:e.end}),t):e instanceof dS?(e.expression=z(e.expression),n(e,t)):e instanceof fD?n(new vS({start:e.start,end:e.end,is_array:!0,names:e.elements.map((e=>z(e)))}),t):e instanceof lD?n(z(e.left,e.right),t):e instanceof cD?(e.left=z(e.left),e):void u("Invalid function parameter",e.start.line,e.start.col)}var G=function(e,t){if(i("operator","new"))return function(e){var t=r.token;if(f("operator","new"),i("punc","."))return a(),f("name","target"),ue(new wD({start:t,end:s()}),e);var n,o=G(!1);i("punc","(")?(a(),n=X(")",!0)):n=[];var u=new QS({start:t,expression:o,args:n,end:s()});return se(u),ue(u,e)}(e);if(i("name","import")&&xA(o(),"punc","."))return function(e){var t=r.token;return f("name","import"),f("punc","."),f("name","meta"),ue(new YS({start:t,end:s()}),e)}(e);var l,d=r.token,h=i("name","async")&&"["!=(l=o()).value&&"arrow"!=l.type&&K();if(i("punc")){switch(r.token.value){case"(":if(h&&!e)break;var m=function(e,t){var n,o,u,l=[];for(p("(");!i("punc",")");)n&&c(n),i("expand","...")?(n=r.token,t&&(o=r.token),a(),l.push(new dS({start:s(),expression:_e(),end:r.token}))):l.push(_e()),i("punc",")")||(p(","),i("punc",")")&&(u=s(),t&&(o=u)));return p(")"),e&&i("arrow","=>")?n&&u&&c(u):o&&c(o),l}(t,!h);if(t&&i("arrow","=>"))return R(d,m.map((e=>z(e))),!!h);var g=h?new $S({expression:h,args:m}):1==m.length?m[0]:new ZS({expressions:m});if(g.start){const e=d.comments_before.length;if(n.set(d,e),g.start.comments_before.unshift(...d.comments_before),d.comments_before=g.start.comments_before,0==e&&d.comments_before.length>0){var _=d.comments_before[0];_.nlb||(_.nlb=d.nlb,d.nlb=!1)}d.comments_after=g.start.comments_after}g.start=d;var E=s();return g.end&&(E.comments_before=g.end.comments_before,g.end.comments_after.push(...E.comments_after),E.comments_after=g.end.comments_after),g.end=E,g instanceof $S&&se(g),ue(g,e);case"[":return ue(W(),e);case"{":return ue(Y(),e)}h||c()}if(t&&i("name")&&xA(o(),"arrow")){var v=new ID({name:r.token.value,start:d,end:d});return a(),R(d,[v],!!h)}if(i("keyword","function")){a();var y=w(gS,!1,!!h);return y.start=d,y.end=s(),ue(y,e)}if(h)return ue(h,e);if(i("keyword","class")){a();var b=j(OD);return b.start=d,b.end=s(),ue(b,e)}if(i("template_head"))return ue(H(),e);if(i("privatename")){r.in_class||u("Private field must be used in an enclosing class");const t=r.token,n=new $D({start:t,name:t.value,end:t});a(),f("operator","in");const i=new DD({start:t,key:n,value:ue(K(),e),end:s()});return ue(i,e)}if(UA.has(r.token.type))return ue(K(),e);c()};function H(){var e=[],t=r.token;for(e.push(new AS({start:r.token,raw:Zb.get(r.token),value:r.token.value,end:r.token}));!r.token.template_end;)a(),y(),e.push(_e(!0)),e.push(new AS({start:r.token,raw:Zb.get(r.token),value:r.token.value,end:r.token}));return a(),new bS({start:t,segments:e,end:r.token})}function X(e,t,n){for(var o=!0,u=[];!i("punc",e)&&(o?o=!1:p(","),!t||!i("punc",e));)i("punc",",")&&n?u.push(new uT({start:r.token,end:r.token})):i("expand","...")?(a(),u.push(new dS({start:s(),expression:_e(),end:r.token}))):u.push(_e(!1));return a(),u}var W=v((function(){return p("["),new fD({elements:X("]",!t.strict,!0)})})),q=v(((e,t)=>w(mS,e,t))),Y=v((function(){var e=r.token,n=!0,o=[];for(p("{");!i("punc","}")&&(n?n=!1:p(","),t.strict||!i("punc","}"));)if("expand"!=(e=r.token).type){i("privatename")&&u("private fields are not allowed in an object");var l,f=ne();if(i("punc",":"))null===f?c(s()):(a(),l=_e(!1));else{var d=$(f,e);if(d){o.push(d);continue}l=new WD({start:s(),name:f,end:s()})}i("operator","=")&&(a(),l=new lD({start:e,left:l,operator:"=",right:_e(!1),logical:!1,end:s()})),o.push(new hD({start:e,quote:e.quote,key:f instanceof XA?f:""+f,value:l,end:s()}))}else a(),o.push(new dS({start:e,expression:_e(!1),end:s()}));return a(),new pD({properties:o})}));function j(e,t){var n,o,u,l,f=[];r.input.push_directives_stack(),r.input.add_directive("use strict"),"name"==r.token.type&&"extends"!=r.token.value&&(u=ae(e===TD?VD:KD)),e!==TD||u||(t?e=OD:c()),"extends"==r.token.value&&(a(),l=_e(!0)),p("{");const d=r.in_class;for(r.in_class=!0;i("punc",";");)a();for(;!i("punc","}");)for(n=r.token,(o=$(ne(),n,!0))||c(),f.push(o);i("punc",";");)a();return r.in_class=d,r.input.pop_directives_stack(),a(),new e({start:n,name:u,extends:l,properties:f,end:s()})}function $(e,t,n){const o=(e,n=PD)=>"string"==typeof e||"number"==typeof e?new n({start:t,name:""+e,end:s()}):(null===e&&c(),e),u=()=>!(i("punc","(")||i("punc",",")||i("punc","}")||i("punc",";")||i("operator","="));var l=!1,f=!1,p=!1,d=!1,h=null;if(n&&"static"===e&&u()){const t=function(){if(!i("punc","{"))return null;const e=r.token,t=[];a();for(;!i("punc","}");)t.push(b());return a(),new CD({start:e,body:t,end:s()})}();if(null!=t)return t;f=!0,e=ne()}"async"===e&&u()&&(l=!0,e=ne()),"operator"===s().type&&"*"===s().value&&(p=!0,e=ne()),"get"!==e&&"set"!==e||!u()||(h=e,e=ne()),"privatename"===s().type&&(d=!0);const m=s();if(null!=h){if(d){return new("get"===h?gD:mD)({start:t,static:f,key:o(e),value:q(),end:s()})}{const n="get"===h?ED:_D;return e=o(e),new n({start:t,static:f,key:e,quote:e instanceof PD?m.quote:void 0,value:q(),end:s()})}}if(i("punc","(")){e=o(e);return new(d?yD:vD)({start:t,static:f,is_generator:p,async:l,key:e,quote:e instanceof PD?m.quote:void 0,value:q(p,l),end:s()})}if(n){const n=o(e,BD),r=n instanceof BD?m.quote:void 0,u=d?SD:AD;if(i("operator","="))return a(),new u({start:t,static:f,quote:r,key:n,value:_e(!1),end:s()});if(i("name")||i("privatename")||i("operator","*")||i("punc",";")||i("punc","}"))return new u({start:t,static:f,quote:r,key:n,end:s()})}}function Q(){return i("name","assert")&&!d(r.token)?(a(),Y()):null}function Z(e){function t(e,t){return new e({name:ne(),quote:t||void 0,start:s(),end:s()})}var n,o,u=e?HD:YD,l=e?GD:qD,c=r.token;return e?n=t(u,c.quote):o=t(l,c.quote),i("name","as")?(a(),e?o=t(l):n=t(u,r.token.quote)):e?o=new l(n):n=new u(o),new WS({start:c,foreign_name:n,name:o,end:s()})}function J(e,t){var n,i,o=e?HD:YD,a=e?GD:qD,u=r.token,l=s();return e?n=t:i=t,n=n||new a({start:u,name:"*",end:l}),i=i||new o({start:u,name:"*",end:l}),new WS({start:u,foreign_name:i,name:n,end:l})}function ee(e){var t;if(i("punc","{")){for(a(),t=[];!i("punc","}");)t.push(Z(e)),i("punc",",")&&a();a()}else if(i("operator","*")){var n;a(),i("name","as")&&(a(),n=e?ae(GD):function(e){if(!i("name")){i("string")||u("Name or string expected");var t=r.token,n=new e({start:t,end:t,name:t.value,quote:t.quote});return a(),n}var o=ie(e);return oe(o),a(),o}(YD)),t=[J(e,n)]}return t}function te(){var e,t,n,u,l,f=r.token;if(i("keyword","default"))e=!0,a();else if(t=ee(!1)){if(i("name","from")){a();var p=r.token;"string"!==p.type&&c(),a();const n=Q();return new jS({start:f,is_default:e,exported_names:t,module_name:new eT({start:p,value:p.value,quote:p.quote,end:p}),end:s(),assert_clause:n})}return new jS({start:f,is_default:e,exported_names:t,end:s()})}return i("punc","{")||e&&(i("keyword","class")||i("keyword","function"))&&xA(o(),"punc")?(u=_e(!1),_()):(n=b(e))instanceof KS&&e?c(n.start):n instanceof KS||n instanceof ES||n instanceof TD?l=n:n instanceof OD||n instanceof gS?u=n:n instanceof jA?u=n.body:c(n.start),new jS({start:f,is_default:e,exported_value:u,exported_definition:l,end:s(),assert_clause:null})}function ne(){var e=r.token;switch(e.type){case"punc":if("["===e.value){a();var t=_e(!1);return p("]"),t}c(e);case"operator":if("*"===e.value)return a(),null;["delete","in","instanceof","new","typeof","void"].includes(e.value)||c(e);case"name":case"privatename":case"string":case"num":case"big_int":case"keyword":case"atom":return a(),e.value;default:c(e)}}function re(){var e=r.token;return"name"!=e.type&&"privatename"!=e.type&&c(),a(),e.value}function ie(e){var t=r.token.value;return new("this"==t?QD:"super"==t?ZD:e)({name:String(t),start:r.token,end:r.token})}function oe(e){var t=e.name;m()&&"yield"==t&&l(e.start,"Yield cannot be used as identifier inside generators"),r.input.has_directive("use strict")&&("yield"==t&&l(e.start,"Unexpected yield identifier inside strict mode"),e instanceof kD&&("arguments"==t||"eval"==t)&&l(e.start,"Unexpected "+t+" in strict mode"))}function ae(e,t){if(!i("name"))return t||u("Name expected"),null;var n=ie(e);return oe(n),a(),n}function se(e){var t=e.start,r=t.comments_before;const i=n.get(t);for(var o=null!=i?i:r.length;--o>=0;){var a=r[o];if(/[@#]__/.test(a.value)){if(/[@#]__PURE__/.test(a.value)){$b(e,ET);break}if(/[@#]__INLINE__/.test(a.value)){$b(e,vT);break}if(/[@#]__NOINLINE__/.test(a.value)){$b(e,yT);break}}}}var ue=function(e,t,n){var o=e.start;if(i("punc",".")){a(),i("privatename")&&!r.in_class&&u("Private field must be used in an enclosing class");const l=i("privatename")?tD:eD;return ue(new l({start:o,expression:e,optional:!1,property:re(),end:s()}),t,n)}if(i("punc","[")){a();var l=_e(!0);return p("]"),ue(new nD({start:o,expression:e,optional:!1,property:l,end:s()}),t,n)}if(t&&i("punc","(")){a();var f=new $S({start:o,expression:e,optional:!1,args:le(),end:s()});return se(f),ue(f,!0,n)}if(i("punc","?.")){let n;if(a(),t&&i("punc","(")){a();const t=new $S({start:o,optional:!0,expression:e,args:le(),end:s()});se(t),n=ue(t,!0,!0)}else if(i("name")||i("privatename")){i("privatename")&&!r.in_class&&u("Private field must be used in an enclosing class");const a=i("privatename")?tD:eD;n=ue(new a({start:o,expression:e,optional:!0,property:re(),end:s()}),t,!0)}else if(i("punc","[")){a();const r=_e(!0);p("]"),n=ue(new nD({start:o,expression:e,optional:!0,property:r,end:s()}),t,!0)}return n||c(),n instanceof rD?n:new rD({start:o,expression:n,end:s()})}return i("template_head")?(n&&c(),ue(new yS({start:o,prefix:e,template_string:H(),end:s()}),t)):e};function le(){for(var e=[];!i("punc",")");)i("expand","...")?(a(),e.push(new dS({start:s(),expression:_e(!1),end:s()}))):e.push(_e(!1)),i("punc",")")||p(",");return a(),e}var ce=function(e,t){var n=r.token;if("name"==n.type&&"await"==n.value&&g())return a(),g()||u("Unexpected await expression outside async function",r.prev.line,r.prev.col,r.prev.pos),new kS({start:s(),end:r.token,expression:ce(!0)});if(i("operator")&&NA.has(n.value)){a(),y();var o=fe(oD,n,ce(e));return o.start=n,o.end=s(),o}for(var l=G(e,t);i("operator")&&IA.has(r.token.value)&&!d(r.token);)l instanceof _S&&c(),(l=fe(aD,r.token,l)).start=n,l.end=r.token,a();return l};function fe(e,t,n){var i=t.value;switch(i){case"++":case"--":he(n)||u("Invalid use of "+i+" operator",t.line,t.col,t.pos);break;case"delete":n instanceof WD&&r.input.has_directive("use strict")&&u("Calling delete on expression not allowed in strict mode",n.start.line,n.start.col,n.start.pos)}return new e({operator:i,expression:n})}var pe=function(e,t,n){var o=i("operator")?r.token.value:null;"in"==o&&n&&(o=null),"**"==o&&e instanceof oD&&!xA(e.start,"punc","(")&&"--"!==e.operator&&"++"!==e.operator&&c(e.start);var s=null!=o?BA[o]:null;if(null!=s&&(s>t||"**"===o&&t===s)){a();var u=pe(ce(!0),s,n);return pe(new sD({start:e.start,left:e,operator:o,right:u,end:u.end}),t,n)}return e};var de=function(e){var t=r.token,n=function(e){return pe(ce(!0,!0),0,e)}(e);if(i("operator","?")){a();var o=_e(!1);return p(":"),new uD({start:t,condition:n,consequent:o,alternative:_e(!1,e),end:s()})}return n};function he(e){return e instanceof JS||e instanceof WD}function me(e){if(e instanceof pD)e=new vS({start:e.start,names:e.properties.map(me),is_array:!1,end:e.end});else if(e instanceof fD){for(var t=[],n=0;n<e.elements.length;n++)e.elements[n]instanceof dS&&(n+1!==e.elements.length&&l(e.elements[n].start,"Spread must the be last element in destructuring array"),e.elements[n].expression=me(e.elements[n].expression)),t.push(me(e.elements[n]));e=new vS({start:e.start,names:t,is_array:!0,end:e.end})}else e instanceof dD?e.value=me(e.value):e instanceof lD&&(e=new cD({start:e.start,left:e.left,operator:"=",right:e.right,end:e.end}));return e}var ge=function(e){y();var t=r.token;if("name"==t.type&&"yield"==t.value){if(m())return a(),function(){m()||u("Unexpected yield expression outside generator function",r.prev.line,r.prev.col,r.prev.pos);var e=r.token,t=!1,n=!0;return h()||i("punc")&&mA.has(r.token.value)?n=!1:i("operator","*")&&(t=!0,a()),new xS({start:e,is_star:t,expression:n?_e():null,end:s()})}();r.input.has_directive("use strict")&&l(r.token,"Unexpected yield identifier inside strict mode")}var n=de(e),o=r.token.value;if(i("operator")&&LA.has(o)){if(he(n)||(n=me(n))instanceof vS)return a(),new lD({start:t,left:n,operator:o,right:ge(e),logical:PA.has(o),end:s()});u("Invalid assignment")}return n},_e=function(e,t){for(var n=r.token,s=[];s.push(ge(t)),e&&i("punc",",");)a(),e=!0;return 1==s.length?s[0]:new ZS({start:n,expressions:s,end:o()})};function Ee(e){++r.in_loop;var t=e();return--r.in_loop,t}return t.expression?_e(!0):function(){var e=r.token,n=[];for(r.input.push_directives_stack(),t.module&&r.input.add_directive("use strict");!i("eof");)n.push(b());r.input.pop_directives_stack();var o=s(),a=t.toplevel;return a?(a.body=a.body.concat(n),a.end=o):a=new pS({start:e,body:n,end:o}),Zb=new Map,a}()}function KA(e,t,n,r,i=XA){var o=t=t?t.split(/\s+/):[];i&&i.PROPS&&(t=t.concat(i.PROPS));const a=i&&Object.create(i.prototype);if(a&&(n.prototype=a,n.BASE=i),i&&i.SUBCLASSES.push(n),n.prototype.CTOR=n,n.prototype.constructor=n,n.PROPS=t||null,n.SELF_PROPS=o,n.SUBCLASSES=[],e&&(n.prototype.TYPE=n.TYPE=e),r)for(let e in r)Gb(r,e)&&("$"===e[0]?n[e.substr(1)]=r[e]:n.prototype[e]=r[e]);return n.DEFMETHOD=function(e,t){this.prototype[e]=t},n}const zA=(e,t)=>Boolean(e.flags&t),GA=(e,t,n)=>{n?e.flags|=t:e.flags&=~t};class HA{constructor(e,t,n,r,i,o,a,s,u){this.flags=o?1:0,this.type=e,this.value=t,this.line=n,this.col=r,this.pos=i,this.comments_before=a,this.comments_after=s,this.file=u,Object.seal(this)}[Symbol.for("nodejs.util.inspect.custom")](e,t){const n=e=>t.stylize(e,"special"),r="string"==typeof this.value&&this.value.includes("`")?"'":"`",i=`${r}${this.value}${r}`;return`${n("[AST_Token")} ${i} at ${this.line}:${this.col}${n("]")}`}get nlb(){return zA(this,1)}set nlb(e){GA(this,1,e)}get quote(){return zA(this,4)?zA(this,2)?"'":'"':""}set quote(e){GA(this,2,"'"===e),GA(this,4,!!e)}get template_end(){return zA(this,8)}set template_end(e){GA(this,8,e)}}var XA=KA("Node","start end",(function(e){e&&(this.start=e.start,this.end=e.end),this.flags=0}),{_clone:function(e){if(e){var t=this.clone();return t.transform(new _T((function(e){if(e!==t)return e.clone(!0)})))}return new this.CTOR(this)},clone:function(e){return this._clone(e)},$documentation:"Base class of all AST nodes",$propdoc:{start:"[AST_Token] The first token of this node",end:"[AST_Token] The last token of this node"},_walk:function(e){return e._visit(this)},walk:function(e){return this._walk(e)},_children_backwards:()=>{}},null),WA=KA("Statement",null,(function(e){e&&(this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"Base class of all statements"}),qA=KA("Debugger",null,(function(e){e&&(this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"Represents a debugger statement"},WA),YA=KA("Directive","value quote",(function(e){e&&(this.value=e.value,this.quote=e.quote,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:'Represents a directive, like "use strict";',$propdoc:{value:"[string] The value of this directive as a plain string (it's not an AST_String!)",quote:"[string] the original quote character"}},WA),jA=KA("SimpleStatement","body",(function(e){e&&(this.body=e.body,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A statement consisting of an expression, i.e. a = 1 + 2",$propdoc:{body:"[AST_Node] an expression node (should not be instanceof AST_Statement)"},_walk:function(e){return e._visit(this,(function(){this.body._walk(e)}))},_children_backwards(e){e(this.body)}},WA);function $A(e,t){const n=e.body;for(var r=0,i=n.length;r<i;r++)n[r]._walk(t)}function QA(e){var t=this._clone(e);return this.block_scope&&(t.block_scope=this.block_scope.clone()),t}var ZA=KA("Block","body block_scope",(function(e){e&&(this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A body of statements (usually braced)",$propdoc:{body:"[AST_Statement*] an array of statements",block_scope:"[AST_Scope] the block scope"},_walk:function(e){return e._visit(this,(function(){$A(this,e)}))},_children_backwards(e){let t=this.body.length;for(;t--;)e(this.body[t])},clone:QA},WA),JA=KA("BlockStatement",null,(function(e){e&&(this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A block statement"},ZA),eS=KA("EmptyStatement",null,(function(e){e&&(this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"The empty statement (empty block or simply a semicolon)"},WA),tS=KA("StatementWithBody","body",(function(e){e&&(this.body=e.body,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"Base class for all statements that contain one nested body: `For`, `ForIn`, `Do`, `While`, `With`",$propdoc:{body:"[AST_Statement] the body; this should always be present, even if it's an AST_EmptyStatement"}},WA),nS=KA("LabeledStatement","label",(function(e){e&&(this.label=e.label,this.body=e.body,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"Statement with a label",$propdoc:{label:"[AST_Label] a label definition"},_walk:function(e){return e._visit(this,(function(){this.label._walk(e),this.body._walk(e)}))},_children_backwards(e){e(this.body),e(this.label)},clone:function(e){var t=this._clone(e);if(e){var n=t.label,r=this.label;t.walk(new gT((function(e){e instanceof OS&&e.label&&e.label.thedef===r&&(e.label.thedef=n,n.references.push(e))})))}return t}},tS),rS=KA("IterationStatement","block_scope",(function(e){e&&(this.block_scope=e.block_scope,this.body=e.body,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"Internal class. All loops inherit from it.",$propdoc:{block_scope:"[AST_Scope] the block scope for this iteration statement."},clone:QA},tS),iS=KA("DWLoop","condition",(function(e){e&&(this.condition=e.condition,this.block_scope=e.block_scope,this.body=e.body,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"Base class for do/while statements",$propdoc:{condition:"[AST_Node] the loop condition. Should not be instanceof AST_Statement"}},rS),oS=KA("Do",null,(function(e){e&&(this.condition=e.condition,this.block_scope=e.block_scope,this.body=e.body,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A `do` statement",_walk:function(e){return e._visit(this,(function(){this.body._walk(e),this.condition._walk(e)}))},_children_backwards(e){e(this.condition),e(this.body)}},iS),aS=KA("While",null,(function(e){e&&(this.condition=e.condition,this.block_scope=e.block_scope,this.body=e.body,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A `while` statement",_walk:function(e){return e._visit(this,(function(){this.condition._walk(e),this.body._walk(e)}))},_children_backwards(e){e(this.body),e(this.condition)}},iS),sS=KA("For","init condition step",(function(e){e&&(this.init=e.init,this.condition=e.condition,this.step=e.step,this.block_scope=e.block_scope,this.body=e.body,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A `for` statement",$propdoc:{init:"[AST_Node?] the `for` initialization code, or null if empty",condition:"[AST_Node?] the `for` termination clause, or null if empty",step:"[AST_Node?] the `for` update clause, or null if empty"},_walk:function(e){return e._visit(this,(function(){this.init&&this.init._walk(e),this.condition&&this.condition._walk(e),this.step&&this.step._walk(e),this.body._walk(e)}))},_children_backwards(e){e(this.body),this.step&&e(this.step),this.condition&&e(this.condition),this.init&&e(this.init)}},rS),uS=KA("ForIn","init object",(function(e){e&&(this.init=e.init,this.object=e.object,this.block_scope=e.block_scope,this.body=e.body,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A `for ... in` statement",$propdoc:{init:"[AST_Node] the `for/in` initialization code",object:"[AST_Node] the object that we're looping through"},_walk:function(e){return e._visit(this,(function(){this.init._walk(e),this.object._walk(e),this.body._walk(e)}))},_children_backwards(e){e(this.body),this.object&&e(this.object),this.init&&e(this.init)}},rS),lS=KA("ForOf","await",(function(e){e&&(this.await=e.await,this.init=e.init,this.object=e.object,this.block_scope=e.block_scope,this.body=e.body,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A `for ... of` statement"},uS),cS=KA("With","expression",(function(e){e&&(this.expression=e.expression,this.body=e.body,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A `with` statement",$propdoc:{expression:"[AST_Node] the `with` expression"},_walk:function(e){return e._visit(this,(function(){this.expression._walk(e),this.body._walk(e)}))},_children_backwards(e){e(this.body),e(this.expression)}},tS),fS=KA("Scope","variables uses_with uses_eval parent_scope enclosed cname",(function(e){e&&(this.variables=e.variables,this.uses_with=e.uses_with,this.uses_eval=e.uses_eval,this.parent_scope=e.parent_scope,this.enclosed=e.enclosed,this.cname=e.cname,this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"Base class for all statements introducing a lexical scope",$propdoc:{variables:"[Map/S] a map of name -> SymbolDef for all variables/functions defined in this scope",uses_with:"[boolean/S] tells whether this scope uses the `with` statement",uses_eval:"[boolean/S] tells whether this scope contains a direct call to the global `eval`",parent_scope:"[AST_Scope?/S] link to the parent scope",enclosed:"[SymbolDef*/S] a list of all symbol definitions that are accessed from this scope or any subscopes",cname:"[integer/S] current index for mangling variables (used internally by the mangler)"},get_defun_scope:function(){for(var e=this;e.is_block_scope();)e=e.parent_scope;return e},clone:function(e,t){var n=this._clone(e);return e&&this.variables&&t&&!this._block_scope?n.figure_out_scope({},{toplevel:t,parent_scope:this.parent_scope}):(this.variables&&(n.variables=new Map(this.variables)),this.enclosed&&(n.enclosed=this.enclosed.slice()),this._block_scope&&(n._block_scope=this._block_scope)),n},pinned:function(){return this.uses_eval||this.uses_with}},ZA),pS=KA("Toplevel","globals",(function(e){e&&(this.globals=e.globals,this.variables=e.variables,this.uses_with=e.uses_with,this.uses_eval=e.uses_eval,this.parent_scope=e.parent_scope,this.enclosed=e.enclosed,this.cname=e.cname,this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"The toplevel scope",$propdoc:{globals:"[Map/S] a map of name -> SymbolDef for all undeclared names"},wrap_commonjs:function(e){var t=this.body,n="(function(exports){'$ORIG';})(typeof "+e+"=='undefined'?("+e+"={}):"+e+");";return n=(n=VA(n)).transform(new _T((function(e){if(e instanceof YA&&"$ORIG"==e.value)return Nb.splice(t)})))},wrap_enclose:function(e){"string"!=typeof e&&(e="");var t=e.indexOf(":");t<0&&(t=e.length);var n=this.body;return VA(["(function(",e.slice(0,t),'){"$ORIG"})(',e.slice(t+1),")"].join("")).transform(new _T((function(e){if(e instanceof YA&&"$ORIG"==e.value)return Nb.splice(n)})))}},fS),dS=KA("Expansion","expression",(function(e){e&&(this.expression=e.expression,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"An expandible argument, such as ...rest, a splat, such as [1,2,...all], or an expansion in a variable declaration, such as var [first, ...rest] = list",$propdoc:{expression:"[AST_Node] the thing to be expanded"},_walk:function(e){return e._visit(this,(function(){this.expression.walk(e)}))},_children_backwards(e){e(this.expression)}}),hS=KA("Lambda","name argnames uses_arguments is_generator async",(function(e){e&&(this.name=e.name,this.argnames=e.argnames,this.uses_arguments=e.uses_arguments,this.is_generator=e.is_generator,this.async=e.async,this.variables=e.variables,this.uses_with=e.uses_with,this.uses_eval=e.uses_eval,this.parent_scope=e.parent_scope,this.enclosed=e.enclosed,this.cname=e.cname,this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"Base class for functions",$propdoc:{name:"[AST_SymbolDeclaration?] the name of this function",argnames:"[AST_SymbolFunarg|AST_Destructuring|AST_Expansion|AST_DefaultAssign*] array of function arguments, destructurings, or expanding arguments",uses_arguments:"[boolean/S] tells whether this function accesses the arguments array",is_generator:"[boolean] is this a generator method",async:"[boolean] is this method async"},args_as_names:function(){for(var e=[],t=0;t<this.argnames.length;t++)this.argnames[t]instanceof vS?e.push(...this.argnames[t].all_symbols()):e.push(this.argnames[t]);return e},_walk:function(e){return e._visit(this,(function(){this.name&&this.name._walk(e);for(var t=this.argnames,n=0,r=t.length;n<r;n++)t[n]._walk(e);$A(this,e)}))},_children_backwards(e){let t=this.body.length;for(;t--;)e(this.body[t]);for(t=this.argnames.length;t--;)e(this.argnames[t]);this.name&&e(this.name)},is_braceless(){return this.body[0]instanceof TS&&this.body[0].value},length_property(){let e=0;for(const t of this.argnames)(t instanceof ID||t instanceof vS)&&e++;return e}},fS),mS=KA("Accessor",null,(function(e){e&&(this.name=e.name,this.argnames=e.argnames,this.uses_arguments=e.uses_arguments,this.is_generator=e.is_generator,this.async=e.async,this.variables=e.variables,this.uses_with=e.uses_with,this.uses_eval=e.uses_eval,this.parent_scope=e.parent_scope,this.enclosed=e.enclosed,this.cname=e.cname,this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A setter/getter function. The `name` property is always null."},hS),gS=KA("Function",null,(function(e){e&&(this.name=e.name,this.argnames=e.argnames,this.uses_arguments=e.uses_arguments,this.is_generator=e.is_generator,this.async=e.async,this.variables=e.variables,this.uses_with=e.uses_with,this.uses_eval=e.uses_eval,this.parent_scope=e.parent_scope,this.enclosed=e.enclosed,this.cname=e.cname,this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A function expression"},hS),_S=KA("Arrow",null,(function(e){e&&(this.name=e.name,this.argnames=e.argnames,this.uses_arguments=e.uses_arguments,this.is_generator=e.is_generator,this.async=e.async,this.variables=e.variables,this.uses_with=e.uses_with,this.uses_eval=e.uses_eval,this.parent_scope=e.parent_scope,this.enclosed=e.enclosed,this.cname=e.cname,this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"An ES6 Arrow function ((a) => b)"},hS),ES=KA("Defun",null,(function(e){e&&(this.name=e.name,this.argnames=e.argnames,this.uses_arguments=e.uses_arguments,this.is_generator=e.is_generator,this.async=e.async,this.variables=e.variables,this.uses_with=e.uses_with,this.uses_eval=e.uses_eval,this.parent_scope=e.parent_scope,this.enclosed=e.enclosed,this.cname=e.cname,this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A function definition"},hS),vS=KA("Destructuring","names is_array",(function(e){e&&(this.names=e.names,this.is_array=e.is_array,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A destructuring of several names. Used in destructuring assignment and with destructuring function argument names",$propdoc:{names:"[AST_Node*] Array of properties or elements",is_array:"[Boolean] Whether the destructuring represents an object or array"},_walk:function(e){return e._visit(this,(function(){this.names.forEach((function(t){t._walk(e)}))}))},_children_backwards(e){let t=this.names.length;for(;t--;)e(this.names[t])},all_symbols:function(){var e=[];return this.walk(new gT((function(t){t instanceof RD&&e.push(t)}))),e}}),yS=KA("PrefixedTemplateString","template_string prefix",(function(e){e&&(this.template_string=e.template_string,this.prefix=e.prefix,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A templatestring with a prefix, such as String.raw`foobarbaz`",$propdoc:{template_string:"[AST_TemplateString] The template string",prefix:"[AST_Node] The prefix, which will get called."},_walk:function(e){return e._visit(this,(function(){this.prefix._walk(e),this.template_string._walk(e)}))},_children_backwards(e){e(this.template_string),e(this.prefix)}}),bS=KA("TemplateString","segments",(function(e){e&&(this.segments=e.segments,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A template string literal",$propdoc:{segments:"[AST_Node*] One or more segments, starting with AST_TemplateSegment. AST_Node may follow AST_TemplateSegment, but each AST_Node must be followed by AST_TemplateSegment."},_walk:function(e){return e._visit(this,(function(){this.segments.forEach((function(t){t._walk(e)}))}))},_children_backwards(e){let t=this.segments.length;for(;t--;)e(this.segments[t])}}),AS=KA("TemplateSegment","value raw",(function(e){e&&(this.value=e.value,this.raw=e.raw,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A segment of a template string literal",$propdoc:{value:"Content of the segment",raw:"Raw source of the segment"}}),SS=KA("Jump",null,(function(e){e&&(this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"Base class for “jumps” (for now that's `return`, `throw`, `break` and `continue`)"},WA),DS=KA("Exit","value",(function(e){e&&(this.value=e.value,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"Base class for “exits” (`return` and `throw`)",$propdoc:{value:"[AST_Node?] the value returned or thrown by this statement; could be null for AST_Return"},_walk:function(e){return e._visit(this,this.value&&function(){this.value._walk(e)})},_children_backwards(e){this.value&&e(this.value)}},SS),TS=KA("Return",null,(function(e){e&&(this.value=e.value,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A `return` statement"},DS),CS=KA("Throw",null,(function(e){e&&(this.value=e.value,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A `throw` statement"},DS),OS=KA("LoopControl","label",(function(e){e&&(this.label=e.label,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"Base class for loop control statements (`break` and `continue`)",$propdoc:{label:"[AST_LabelRef?] the label, or null if none"},_walk:function(e){return e._visit(this,this.label&&function(){this.label._walk(e)})},_children_backwards(e){this.label&&e(this.label)}},SS),RS=KA("Break",null,(function(e){e&&(this.label=e.label,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A `break` statement"},OS),wS=KA("Continue",null,(function(e){e&&(this.label=e.label,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A `continue` statement"},OS),kS=KA("Await","expression",(function(e){e&&(this.expression=e.expression,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"An `await` statement",$propdoc:{expression:"[AST_Node] the mandatory expression being awaited"},_walk:function(e){return e._visit(this,(function(){this.expression._walk(e)}))},_children_backwards(e){e(this.expression)}}),xS=KA("Yield","expression is_star",(function(e){e&&(this.expression=e.expression,this.is_star=e.is_star,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A `yield` statement",$propdoc:{expression:"[AST_Node?] the value returned or thrown by this statement; could be null (representing undefined) but only when is_star is set to false",is_star:"[Boolean] Whether this is a yield or yield* statement"},_walk:function(e){return e._visit(this,this.expression&&function(){this.expression._walk(e)})},_children_backwards(e){this.expression&&e(this.expression)}}),MS=KA("If","condition alternative",(function(e){e&&(this.condition=e.condition,this.alternative=e.alternative,this.body=e.body,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A `if` statement",$propdoc:{condition:"[AST_Node] the `if` condition",alternative:"[AST_Statement?] the `else` part, or null if not present"},_walk:function(e){return e._visit(this,(function(){this.condition._walk(e),this.body._walk(e),this.alternative&&this.alternative._walk(e)}))},_children_backwards(e){this.alternative&&e(this.alternative),e(this.body),e(this.condition)}},tS),FS=KA("Switch","expression",(function(e){e&&(this.expression=e.expression,this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A `switch` statement",$propdoc:{expression:"[AST_Node] the `switch` “discriminant”"},_walk:function(e){return e._visit(this,(function(){this.expression._walk(e),$A(this,e)}))},_children_backwards(e){let t=this.body.length;for(;t--;)e(this.body[t]);e(this.expression)}},ZA),NS=KA("SwitchBranch",null,(function(e){e&&(this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"Base class for `switch` branches"},ZA),IS=KA("Default",null,(function(e){e&&(this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A `default` switch branch"},NS),LS=KA("Case","expression",(function(e){e&&(this.expression=e.expression,this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A `case` switch branch",$propdoc:{expression:"[AST_Node] the `case` expression"},_walk:function(e){return e._visit(this,(function(){this.expression._walk(e),$A(this,e)}))},_children_backwards(e){let t=this.body.length;for(;t--;)e(this.body[t]);e(this.expression)}},NS),PS=KA("Try","body bcatch bfinally",(function(e){e&&(this.body=e.body,this.bcatch=e.bcatch,this.bfinally=e.bfinally,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A `try` statement",$propdoc:{body:"[AST_TryBlock] the try block",bcatch:"[AST_Catch?] the catch block, or null if not present",bfinally:"[AST_Finally?] the finally block, or null if not present"},_walk:function(e){return e._visit(this,(function(){this.body._walk(e),this.bcatch&&this.bcatch._walk(e),this.bfinally&&this.bfinally._walk(e)}))},_children_backwards(e){this.bfinally&&e(this.bfinally),this.bcatch&&e(this.bcatch),e(this.body)}},WA),BS=KA("TryBlock",null,(function(e){e&&(this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"The `try` block of a try statement"},ZA),US=KA("Catch","argname",(function(e){e&&(this.argname=e.argname,this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A `catch` node; only makes sense as part of a `try` statement",$propdoc:{argname:"[AST_SymbolCatch|AST_Destructuring|AST_Expansion|AST_DefaultAssign] symbol for the exception"},_walk:function(e){return e._visit(this,(function(){this.argname&&this.argname._walk(e),$A(this,e)}))},_children_backwards(e){let t=this.body.length;for(;t--;)e(this.body[t]);this.argname&&e(this.argname)}},ZA),VS=KA("Finally",null,(function(e){e&&(this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A `finally` node; only makes sense as part of a `try` statement"},ZA),KS=KA("Definitions","definitions",(function(e){e&&(this.definitions=e.definitions,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"Base class for `var` or `const` nodes (variable declarations/initializations)",$propdoc:{definitions:"[AST_VarDef*] array of variable definitions"},_walk:function(e){return e._visit(this,(function(){for(var t=this.definitions,n=0,r=t.length;n<r;n++)t[n]._walk(e)}))},_children_backwards(e){let t=this.definitions.length;for(;t--;)e(this.definitions[t])}},WA),zS=KA("Var",null,(function(e){e&&(this.definitions=e.definitions,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A `var` statement"},KS),GS=KA("Let",null,(function(e){e&&(this.definitions=e.definitions,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A `let` statement"},KS),HS=KA("Const",null,(function(e){e&&(this.definitions=e.definitions,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A `const` statement"},KS),XS=KA("VarDef","name value",(function(e){e&&(this.name=e.name,this.value=e.value,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A variable declaration; only appears in a AST_Definitions node",$propdoc:{name:"[AST_Destructuring|AST_SymbolConst|AST_SymbolLet|AST_SymbolVar] name of the variable",value:"[AST_Node?] initializer, or null of there's no initializer"},_walk:function(e){return e._visit(this,(function(){this.name._walk(e),this.value&&this.value._walk(e)}))},_children_backwards(e){this.value&&e(this.value),e(this.name)}}),WS=KA("NameMapping","foreign_name name",(function(e){e&&(this.foreign_name=e.foreign_name,this.name=e.name,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"The part of the export/import statement that declare names from a module.",$propdoc:{foreign_name:"[AST_SymbolExportForeign|AST_SymbolImportForeign] The name being exported/imported (as specified in the module)",name:"[AST_SymbolExport|AST_SymbolImport] The name as it is visible to this module."},_walk:function(e){return e._visit(this,(function(){this.foreign_name._walk(e),this.name._walk(e)}))},_children_backwards(e){e(this.name),e(this.foreign_name)}}),qS=KA("Import","imported_name imported_names module_name assert_clause",(function(e){e&&(this.imported_name=e.imported_name,this.imported_names=e.imported_names,this.module_name=e.module_name,this.assert_clause=e.assert_clause,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"An `import` statement",$propdoc:{imported_name:"[AST_SymbolImport] The name of the variable holding the module's default export.",imported_names:"[AST_NameMapping*] The names of non-default imported variables",module_name:"[AST_String] String literal describing where this module came from",assert_clause:"[AST_Object?] The import assertion"},_walk:function(e){return e._visit(this,(function(){this.imported_name&&this.imported_name._walk(e),this.imported_names&&this.imported_names.forEach((function(t){t._walk(e)})),this.module_name._walk(e)}))},_children_backwards(e){if(e(this.module_name),this.imported_names){let t=this.imported_names.length;for(;t--;)e(this.imported_names[t])}this.imported_name&&e(this.imported_name)}}),YS=KA("ImportMeta",null,(function(e){e&&(this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A reference to import.meta"}),jS=KA("Export","exported_definition exported_value is_default exported_names module_name assert_clause",(function(e){e&&(this.exported_definition=e.exported_definition,this.exported_value=e.exported_value,this.is_default=e.is_default,this.exported_names=e.exported_names,this.module_name=e.module_name,this.assert_clause=e.assert_clause,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"An `export` statement",$propdoc:{exported_definition:"[AST_Defun|AST_Definitions|AST_DefClass?] An exported definition",exported_value:"[AST_Node?] An exported value",exported_names:"[AST_NameMapping*?] List of exported names",module_name:"[AST_String?] Name of the file to load exports from",is_default:"[Boolean] Whether this is the default exported value of this module",assert_clause:"[AST_Object?] The import assertion"},_walk:function(e){return e._visit(this,(function(){this.exported_definition&&this.exported_definition._walk(e),this.exported_value&&this.exported_value._walk(e),this.exported_names&&this.exported_names.forEach((function(t){t._walk(e)})),this.module_name&&this.module_name._walk(e)}))},_children_backwards(e){if(this.module_name&&e(this.module_name),this.exported_names){let t=this.exported_names.length;for(;t--;)e(this.exported_names[t])}this.exported_value&&e(this.exported_value),this.exported_definition&&e(this.exported_definition)}},WA),$S=KA("Call","expression args optional _annotations",(function(e){e&&(this.expression=e.expression,this.args=e.args,this.optional=e.optional,this._annotations=e._annotations,this.start=e.start,this.end=e.end,this.initialize()),this.flags=0}),{$documentation:"A function call expression",$propdoc:{expression:"[AST_Node] expression to invoke as function",args:"[AST_Node*] array of arguments",optional:"[boolean] whether this is an optional call (IE ?.() )",_annotations:"[number] bitfield containing information about the call"},initialize(){null==this._annotations&&(this._annotations=0)},_walk(e){return e._visit(this,(function(){for(var t=this.args,n=0,r=t.length;n<r;n++)t[n]._walk(e);this.expression._walk(e)}))},_children_backwards(e){let t=this.args.length;for(;t--;)e(this.args[t]);e(this.expression)}}),QS=KA("New",null,(function(e){e&&(this.expression=e.expression,this.args=e.args,this.optional=e.optional,this._annotations=e._annotations,this.start=e.start,this.end=e.end,this.initialize()),this.flags=0}),{$documentation:"An object instantiation. Derives from a function call since it has exactly the same properties"},$S),ZS=KA("Sequence","expressions",(function(e){e&&(this.expressions=e.expressions,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A sequence expression (comma-separated expressions)",$propdoc:{expressions:"[AST_Node*] array of expressions (at least two)"},_walk:function(e){return e._visit(this,(function(){this.expressions.forEach((function(t){t._walk(e)}))}))},_children_backwards(e){let t=this.expressions.length;for(;t--;)e(this.expressions[t])}}),JS=KA("PropAccess","expression property optional",(function(e){e&&(this.expression=e.expression,this.property=e.property,this.optional=e.optional,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:'Base class for property access expressions, i.e. `a.foo` or `a["foo"]`',$propdoc:{expression:"[AST_Node] the “container” expression",property:"[AST_Node|string] the property to access. For AST_Dot & AST_DotHash this is always a plain string, while for AST_Sub it's an arbitrary AST_Node",optional:"[boolean] whether this is an optional property access (IE ?.)"}}),eD=KA("Dot","quote",(function(e){e&&(this.quote=e.quote,this.expression=e.expression,this.property=e.property,this.optional=e.optional,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A dotted property access expression",$propdoc:{quote:"[string] the original quote character when transformed from AST_Sub"},_walk:function(e){return e._visit(this,(function(){this.expression._walk(e)}))},_children_backwards(e){e(this.expression)}},JS),tD=KA("DotHash","",(function(e){e&&(this.expression=e.expression,this.property=e.property,this.optional=e.optional,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A dotted property access to a private property",_walk:function(e){return e._visit(this,(function(){this.expression._walk(e)}))},_children_backwards(e){e(this.expression)}},JS),nD=KA("Sub",null,(function(e){e&&(this.expression=e.expression,this.property=e.property,this.optional=e.optional,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:'Index-style property access, i.e. `a["foo"]`',_walk:function(e){return e._visit(this,(function(){this.expression._walk(e),this.property._walk(e)}))},_children_backwards(e){e(this.property),e(this.expression)}},JS),rD=KA("Chain","expression",(function(e){e&&(this.expression=e.expression,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A chain expression like a?.b?.(c)?.[d]",$propdoc:{expression:"[AST_Call|AST_Dot|AST_DotHash|AST_Sub] chain element."},_walk:function(e){return e._visit(this,(function(){this.expression._walk(e)}))},_children_backwards(e){e(this.expression)}}),iD=KA("Unary","operator expression",(function(e){e&&(this.operator=e.operator,this.expression=e.expression,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"Base class for unary expressions",$propdoc:{operator:"[string] the operator",expression:"[AST_Node] expression that this unary operator applies to"},_walk:function(e){return e._visit(this,(function(){this.expression._walk(e)}))},_children_backwards(e){e(this.expression)}}),oD=KA("UnaryPrefix",null,(function(e){e&&(this.operator=e.operator,this.expression=e.expression,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"Unary prefix expression, i.e. `typeof i` or `++i`"},iD),aD=KA("UnaryPostfix",null,(function(e){e&&(this.operator=e.operator,this.expression=e.expression,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"Unary postfix expression, i.e. `i++`"},iD),sD=KA("Binary","operator left right",(function(e){e&&(this.operator=e.operator,this.left=e.left,this.right=e.right,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"Binary expression, i.e. `a + b`",$propdoc:{left:"[AST_Node] left-hand side expression",operator:"[string] the operator",right:"[AST_Node] right-hand side expression"},_walk:function(e){return e._visit(this,(function(){this.left._walk(e),this.right._walk(e)}))},_children_backwards(e){e(this.right),e(this.left)}}),uD=KA("Conditional","condition consequent alternative",(function(e){e&&(this.condition=e.condition,this.consequent=e.consequent,this.alternative=e.alternative,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"Conditional expression using the ternary operator, i.e. `a ? b : c`",$propdoc:{condition:"[AST_Node]",consequent:"[AST_Node]",alternative:"[AST_Node]"},_walk:function(e){return e._visit(this,(function(){this.condition._walk(e),this.consequent._walk(e),this.alternative._walk(e)}))},_children_backwards(e){e(this.alternative),e(this.consequent),e(this.condition)}}),lD=KA("Assign","logical",(function(e){e&&(this.logical=e.logical,this.operator=e.operator,this.left=e.left,this.right=e.right,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"An assignment expression — `a = b + 5`",$propdoc:{logical:"Whether it's a logical assignment"}},sD),cD=KA("DefaultAssign",null,(function(e){e&&(this.operator=e.operator,this.left=e.left,this.right=e.right,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A default assignment expression like in `(a = 3) => a`"},sD),fD=KA("Array","elements",(function(e){e&&(this.elements=e.elements,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"An array literal",$propdoc:{elements:"[AST_Node*] array of elements"},_walk:function(e){return e._visit(this,(function(){for(var t=this.elements,n=0,r=t.length;n<r;n++)t[n]._walk(e)}))},_children_backwards(e){let t=this.elements.length;for(;t--;)e(this.elements[t])}}),pD=KA("Object","properties",(function(e){e&&(this.properties=e.properties,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"An object literal",$propdoc:{properties:"[AST_ObjectProperty*] array of properties"},_walk:function(e){return e._visit(this,(function(){for(var t=this.properties,n=0,r=t.length;n<r;n++)t[n]._walk(e)}))},_children_backwards(e){let t=this.properties.length;for(;t--;)e(this.properties[t])}}),dD=KA("ObjectProperty","key value",(function(e){e&&(this.key=e.key,this.value=e.value,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"Base class for literal object properties",$propdoc:{key:"[string|AST_Node] property name. For ObjectKeyVal this is a string. For getters, setters and computed property this is an AST_Node.",value:"[AST_Node] property value. For getters and setters this is an AST_Accessor."},_walk:function(e){return e._visit(this,(function(){this.key instanceof XA&&this.key._walk(e),this.value._walk(e)}))},_children_backwards(e){e(this.value),this.key instanceof XA&&e(this.key)}}),hD=KA("ObjectKeyVal","quote",(function(e){e&&(this.quote=e.quote,this.key=e.key,this.value=e.value,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A key: value object property",$propdoc:{quote:"[string] the original quote character"},computed_key(){return this.key instanceof XA}},dD),mD=KA("PrivateSetter","static",(function(e){e&&(this.static=e.static,this.key=e.key,this.value=e.value,this.start=e.start,this.end=e.end),this.flags=0}),{$propdoc:{static:"[boolean] whether this is a static private setter"},$documentation:"A private setter property",computed_key:()=>!1},dD),gD=KA("PrivateGetter","static",(function(e){e&&(this.static=e.static,this.key=e.key,this.value=e.value,this.start=e.start,this.end=e.end),this.flags=0}),{$propdoc:{static:"[boolean] whether this is a static private getter"},$documentation:"A private getter property",computed_key:()=>!1},dD),_D=KA("ObjectSetter","quote static",(function(e){e&&(this.quote=e.quote,this.static=e.static,this.key=e.key,this.value=e.value,this.start=e.start,this.end=e.end),this.flags=0}),{$propdoc:{quote:"[string|undefined] the original quote character, if any",static:"[boolean] whether this is a static setter (classes only)"},$documentation:"An object setter property",computed_key(){return!(this.key instanceof PD)}},dD),ED=KA("ObjectGetter","quote static",(function(e){e&&(this.quote=e.quote,this.static=e.static,this.key=e.key,this.value=e.value,this.start=e.start,this.end=e.end),this.flags=0}),{$propdoc:{quote:"[string|undefined] the original quote character, if any",static:"[boolean] whether this is a static getter (classes only)"},$documentation:"An object getter property",computed_key(){return!(this.key instanceof PD)}},dD),vD=KA("ConciseMethod","quote static is_generator async",(function(e){e&&(this.quote=e.quote,this.static=e.static,this.is_generator=e.is_generator,this.async=e.async,this.key=e.key,this.value=e.value,this.start=e.start,this.end=e.end),this.flags=0}),{$propdoc:{quote:"[string|undefined] the original quote character, if any",static:"[boolean] is this method static (classes only)",is_generator:"[boolean] is this a generator method",async:"[boolean] is this method async"},$documentation:"An ES6 concise method inside an object or class",computed_key(){return!(this.key instanceof PD)}},dD),yD=KA("PrivateMethod","",(function(e){e&&(this.quote=e.quote,this.static=e.static,this.is_generator=e.is_generator,this.async=e.async,this.key=e.key,this.value=e.value,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A private class method inside a class"},vD),bD=KA("Class","name extends properties",(function(e){e&&(this.name=e.name,this.extends=e.extends,this.properties=e.properties,this.variables=e.variables,this.uses_with=e.uses_with,this.uses_eval=e.uses_eval,this.parent_scope=e.parent_scope,this.enclosed=e.enclosed,this.cname=e.cname,this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0}),{$propdoc:{name:"[AST_SymbolClass|AST_SymbolDefClass?] optional class name.",extends:"[AST_Node]? optional parent class",properties:"[AST_ObjectProperty*] array of properties"},$documentation:"An ES6 class",_walk:function(e){return e._visit(this,(function(){this.name&&this.name._walk(e),this.extends&&this.extends._walk(e),this.properties.forEach((t=>t._walk(e)))}))},_children_backwards(e){let t=this.properties.length;for(;t--;)e(this.properties[t]);this.extends&&e(this.extends),this.name&&e(this.name)}},fS),AD=KA("ClassProperty","static quote",(function(e){e&&(this.static=e.static,this.quote=e.quote,this.key=e.key,this.value=e.value,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A class property",$propdoc:{static:"[boolean] whether this is a static key",quote:"[string] which quote is being used"},_walk:function(e){return e._visit(this,(function(){this.key instanceof XA&&this.key._walk(e),this.value instanceof XA&&this.value._walk(e)}))},_children_backwards(e){this.value instanceof XA&&e(this.value),this.key instanceof XA&&e(this.key)},computed_key(){return!(this.key instanceof BD)}},dD),SD=KA("ClassPrivateProperty","",(function(e){e&&(this.static=e.static,this.quote=e.quote,this.key=e.key,this.value=e.value,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A class property for a private property"},AD),DD=KA("PrivateIn","key value",(function(e){e&&(this.key=e.key,this.value=e.value,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"An `in` binop when the key is private, eg #x in this",_walk:function(e){return e._visit(this,(function(){this.key._walk(e),this.value._walk(e)}))},_children_backwards(e){e(this.value),e(this.key)}}),TD=KA("DefClass",null,(function(e){e&&(this.name=e.name,this.extends=e.extends,this.properties=e.properties,this.variables=e.variables,this.uses_with=e.uses_with,this.uses_eval=e.uses_eval,this.parent_scope=e.parent_scope,this.enclosed=e.enclosed,this.cname=e.cname,this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A class definition"},bD),CD=KA("ClassStaticBlock","body block_scope",(function(e){this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end}),{$documentation:"A block containing statements to be executed in the context of the class",$propdoc:{body:"[AST_Statement*] an array of statements"},_walk:function(e){return e._visit(this,(function(){$A(this,e)}))},_children_backwards(e){let t=this.body.length;for(;t--;)e(this.body[t])},clone:QA},fS),OD=KA("ClassExpression",null,(function(e){e&&(this.name=e.name,this.extends=e.extends,this.properties=e.properties,this.variables=e.variables,this.uses_with=e.uses_with,this.uses_eval=e.uses_eval,this.parent_scope=e.parent_scope,this.enclosed=e.enclosed,this.cname=e.cname,this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A class expression."},bD),RD=KA("Symbol","scope name thedef",(function(e){e&&(this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0}),{$propdoc:{name:"[string] name of this symbol",scope:"[AST_Scope/S] the current scope (not necessarily the definition scope)",thedef:"[SymbolDef/S] the definition of this symbol"},$documentation:"Base class for all symbols"}),wD=KA("NewTarget",null,(function(e){e&&(this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A reference to new.target"}),kD=KA("SymbolDeclaration","init",(function(e){e&&(this.init=e.init,this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A declaration symbol (symbol in var/const, function name or argument, symbol in catch)"},RD),xD=KA("SymbolVar",null,(function(e){e&&(this.init=e.init,this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"Symbol defining a variable"},kD),MD=KA("SymbolBlockDeclaration",null,(function(e){e&&(this.init=e.init,this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"Base class for block-scoped declaration symbols"},kD),FD=KA("SymbolConst",null,(function(e){e&&(this.init=e.init,this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A constant declaration"},MD),ND=KA("SymbolLet",null,(function(e){e&&(this.init=e.init,this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A block-scoped `let` declaration"},MD),ID=KA("SymbolFunarg",null,(function(e){e&&(this.init=e.init,this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"Symbol naming a function argument"},xD),LD=KA("SymbolDefun",null,(function(e){e&&(this.init=e.init,this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"Symbol defining a function"},kD),PD=KA("SymbolMethod",null,(function(e){e&&(this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"Symbol in an object defining a method"},RD),BD=KA("SymbolClassProperty",null,(function(e){e&&(this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"Symbol for a class property"},RD),UD=KA("SymbolLambda",null,(function(e){e&&(this.init=e.init,this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"Symbol naming a function expression"},kD),VD=KA("SymbolDefClass",null,(function(e){e&&(this.init=e.init,this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"Symbol naming a class's name in a class declaration. Lexically scoped to its containing scope, and accessible within the class."},MD),KD=KA("SymbolClass",null,(function(e){e&&(this.init=e.init,this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"Symbol naming a class's name. Lexically scoped to the class."},kD),zD=KA("SymbolCatch",null,(function(e){e&&(this.init=e.init,this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"Symbol naming the exception in catch"},MD),GD=KA("SymbolImport",null,(function(e){e&&(this.init=e.init,this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"Symbol referring to an imported name"},MD),HD=KA("SymbolImportForeign",null,(function(e){e&&(this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.quote=e.quote,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A symbol imported from a module, but it is defined in the other module, and its real name is irrelevant for this module's purposes"},RD),XD=KA("Label","references",(function(e){e&&(this.references=e.references,this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end,this.initialize()),this.flags=0}),{$documentation:"Symbol naming a label (declaration)",$propdoc:{references:"[AST_LoopControl*] a list of nodes referring to this label"},initialize:function(){this.references=[],this.thedef=this}},RD),WD=KA("SymbolRef",null,(function(e){e&&(this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"Reference to some symbol (not definition/declaration)"},RD),qD=KA("SymbolExport",null,(function(e){e&&(this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.quote=e.quote,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"Symbol referring to a name to export"},WD),YD=KA("SymbolExportForeign",null,(function(e){e&&(this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.quote=e.quote,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A symbol exported from this module, but it is used in the other module, and its real name is irrelevant for this module's purposes"},RD),jD=KA("LabelRef",null,(function(e){e&&(this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"Reference to a label symbol"},RD),$D=KA("SymbolPrivateProperty",null,(function(e){e&&(this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A symbol that refers to a private property"},RD),QD=KA("This",null,(function(e){e&&(this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"The `this` symbol"},RD),ZD=KA("Super",null,(function(e){e&&(this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"The `super` symbol"},QD),JD=KA("Constant",null,(function(e){e&&(this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"Base class for all constants",getValue:function(){return this.value}}),eT=KA("String","value quote",(function(e){e&&(this.value=e.value,this.quote=e.quote,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A string literal",$propdoc:{value:"[string] the contents of this string",quote:"[string] the original quote character"}},JD),tT=KA("Number","value raw",(function(e){e&&(this.value=e.value,this.raw=e.raw,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A number literal",$propdoc:{value:"[number] the numeric value",raw:"[string] numeric value as string"}},JD),nT=KA("BigInt","value",(function(e){e&&(this.value=e.value,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A big int literal",$propdoc:{value:"[string] big int value"}},JD),rT=KA("RegExp","value",(function(e){e&&(this.value=e.value,this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A regexp literal",$propdoc:{value:"[RegExp] the actual regexp"}},JD),iT=KA("Atom",null,(function(e){e&&(this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"Base class for atoms"},JD),oT=KA("Null",null,(function(e){e&&(this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"The `null` atom",value:null},iT),aT=KA("NaN",null,(function(e){e&&(this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"The impossible value",value:NaN},iT),sT=KA("Undefined",null,(function(e){e&&(this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"The `undefined` value",value:void 0},iT),uT=KA("Hole",null,(function(e){e&&(this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"A hole in an array",value:void 0},iT),lT=KA("Infinity",null,(function(e){e&&(this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"The `Infinity` value",value:1/0},iT),cT=KA("Boolean",null,(function(e){e&&(this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"Base class for booleans"},iT),fT=KA("False",null,(function(e){e&&(this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"The `false` atom",value:!1},cT),pT=KA("True",null,(function(e){e&&(this.start=e.start,this.end=e.end),this.flags=0}),{$documentation:"The `true` atom",value:!0},cT);function dT(e,t,n=[e]){const r=n.push.bind(n);for(;n.length;){const e=n.pop(),i=t(e,n);if(i){if(i===mT)return!0}else e._children_backwards(r)}return!1}function hT(e,t,n){const r=[e],i=r.push.bind(r),o=n?n.slice():[],a=[];let s;const u={parent:(e=0)=>-1===e?s:n&&e>=o.length?(e-=o.length,n[n.length-(e+1)]):o[o.length-(1+e)]};for(;r.length;){for(s=r.pop();a.length&&r.length==a[a.length-1];)o.pop(),a.pop();const e=t(s,u);if(e){if(e===mT)return!0;continue}const n=r.length;s._children_backwards(i),r.length>n&&(o.push(s),a.push(n-1))}return!1}const mT=Symbol("abort walk");class gT{constructor(e){this.visit=e,this.stack=[],this.directives=Object.create(null)}_visit(e,t){this.push(e);var n=this.visit(e,t?function(){t.call(e)}:wb);return!n&&t&&t.call(e),this.pop(),n}parent(e){return this.stack[this.stack.length-2-(e||0)]}push(e){e instanceof hS?this.directives=Object.create(this.directives):e instanceof YA&&!this.directives[e.value]?this.directives[e.value]=e:e instanceof bD&&(this.directives=Object.create(this.directives),this.directives["use strict"]||(this.directives["use strict"]=e)),this.stack.push(e)}pop(){var e=this.stack.pop();(e instanceof hS||e instanceof bD)&&(this.directives=Object.getPrototypeOf(this.directives))}self(){return this.stack[this.stack.length-1]}find_parent(e){for(var t=this.stack,n=t.length;--n>=0;){var r=t[n];if(r instanceof e)return r}}find_scope(){for(var e=this.stack,t=e.length;--t>=0;){const n=e[t];if(n instanceof pS)return n;if(n instanceof hS)return n;if(n.block_scope)return n.block_scope}}has_directive(e){var t=this.directives[e];if(t)return t;var n=this.stack[this.stack.length-1];if(n instanceof fS&&n.body)for(var r=0;r<n.body.length;++r){var i=n.body[r];if(!(i instanceof YA))break;if(i.value==e)return i}}loopcontrol_target(e){var t=this.stack;if(e.label)for(var n=t.length;--n>=0;){if((r=t[n])instanceof nS&&r.label.name==e.label.name)return r.body}else for(n=t.length;--n>=0;){var r;if((r=t[n])instanceof rS||e instanceof RS&&r instanceof FS)return r}}}class _T extends gT{constructor(e,t){super(),this.before=e,this.after=t}}const ET=1,vT=2,yT=4;function bT(e,t){e.DEFMETHOD("transform",(function(e,n){let r;if(e.push(this),e.before&&(r=e.before(this,t,n)),void 0===r&&(r=this,t(r,e),e.after)){const t=e.after(r,n);void 0!==t&&(r=t)}return e.pop(),r}))}function AT(e){let t=e.parent(-1);for(let n,r=0;n=e.parent(r);r++){if(n instanceof WA&&n.body===t)return!0;if(!(n instanceof ZS&&n.expressions[0]===t||"Call"===n.TYPE&&n.expression===t||n instanceof yS&&n.prefix===t||n instanceof eD&&n.expression===t||n instanceof nD&&n.expression===t||n instanceof rD&&n.expression===t||n instanceof uD&&n.condition===t||n instanceof sD&&n.left===t||n instanceof aD&&n.expression===t))return!1;t=n}}function ST(e){return e instanceof pD||(e instanceof ZS?ST(e.expressions[0]):"Call"===e.TYPE?ST(e.expression):e instanceof yS?ST(e.prefix):e instanceof eD||e instanceof nD||e instanceof rD?ST(e.expression):e instanceof uD?ST(e.condition):e instanceof sD?ST(e.left):e instanceof aD&&ST(e.expression))}bT(XA,wb),bT(nS,(function(e,t){e.label=e.label.transform(t),e.body=e.body.transform(t)})),bT(jA,(function(e,t){e.body=e.body.transform(t)})),bT(ZA,(function(e,t){e.body=Nb(e.body,t)})),bT(oS,(function(e,t){e.body=e.body.transform(t),e.condition=e.condition.transform(t)})),bT(aS,(function(e,t){e.condition=e.condition.transform(t),e.body=e.body.transform(t)})),bT(sS,(function(e,t){e.init&&(e.init=e.init.transform(t)),e.condition&&(e.condition=e.condition.transform(t)),e.step&&(e.step=e.step.transform(t)),e.body=e.body.transform(t)})),bT(uS,(function(e,t){e.init=e.init.transform(t),e.object=e.object.transform(t),e.body=e.body.transform(t)})),bT(cS,(function(e,t){e.expression=e.expression.transform(t),e.body=e.body.transform(t)})),bT(DS,(function(e,t){e.value&&(e.value=e.value.transform(t))})),bT(OS,(function(e,t){e.label&&(e.label=e.label.transform(t))})),bT(MS,(function(e,t){e.condition=e.condition.transform(t),e.body=e.body.transform(t),e.alternative&&(e.alternative=e.alternative.transform(t))})),bT(FS,(function(e,t){e.expression=e.expression.transform(t),e.body=Nb(e.body,t)})),bT(LS,(function(e,t){e.expression=e.expression.transform(t),e.body=Nb(e.body,t)})),bT(PS,(function(e,t){e.body=e.body.transform(t),e.bcatch&&(e.bcatch=e.bcatch.transform(t)),e.bfinally&&(e.bfinally=e.bfinally.transform(t))})),bT(US,(function(e,t){e.argname&&(e.argname=e.argname.transform(t)),e.body=Nb(e.body,t)})),bT(KS,(function(e,t){e.definitions=Nb(e.definitions,t)})),bT(XS,(function(e,t){e.name=e.name.transform(t),e.value&&(e.value=e.value.transform(t))})),bT(vS,(function(e,t){e.names=Nb(e.names,t)})),bT(hS,(function(e,t){e.name&&(e.name=e.name.transform(t)),e.argnames=Nb(e.argnames,t,!1),e.body instanceof XA?e.body=e.body.transform(t):e.body=Nb(e.body,t)})),bT($S,(function(e,t){e.expression=e.expression.transform(t),e.args=Nb(e.args,t,!1)})),bT(ZS,(function(e,t){const n=Nb(e.expressions,t);e.expressions=n.length?n:[new tT({value:0})]})),bT(JS,(function(e,t){e.expression=e.expression.transform(t)})),bT(nD,(function(e,t){e.expression=e.expression.transform(t),e.property=e.property.transform(t)})),bT(rD,(function(e,t){e.expression=e.expression.transform(t)})),bT(xS,(function(e,t){e.expression&&(e.expression=e.expression.transform(t))})),bT(kS,(function(e,t){e.expression=e.expression.transform(t)})),bT(iD,(function(e,t){e.expression=e.expression.transform(t)})),bT(sD,(function(e,t){e.left=e.left.transform(t),e.right=e.right.transform(t)})),bT(DD,(function(e,t){e.key=e.key.transform(t),e.value=e.value.transform(t)})),bT(uD,(function(e,t){e.condition=e.condition.transform(t),e.consequent=e.consequent.transform(t),e.alternative=e.alternative.transform(t)})),bT(fD,(function(e,t){e.elements=Nb(e.elements,t)})),bT(pD,(function(e,t){e.properties=Nb(e.properties,t)})),bT(dD,(function(e,t){e.key instanceof XA&&(e.key=e.key.transform(t)),e.value&&(e.value=e.value.transform(t))})),bT(bD,(function(e,t){e.name&&(e.name=e.name.transform(t)),e.extends&&(e.extends=e.extends.transform(t)),e.properties=Nb(e.properties,t)})),bT(CD,(function(e,t){e.body=Nb(e.body,t)})),bT(dS,(function(e,t){e.expression=e.expression.transform(t)})),bT(WS,(function(e,t){e.foreign_name=e.foreign_name.transform(t),e.name=e.name.transform(t)})),bT(qS,(function(e,t){e.imported_name&&(e.imported_name=e.imported_name.transform(t)),e.imported_names&&Nb(e.imported_names,t),e.module_name=e.module_name.transform(t)})),bT(jS,(function(e,t){e.exported_definition&&(e.exported_definition=e.exported_definition.transform(t)),e.exported_value&&(e.exported_value=e.exported_value.transform(t)),e.exported_names&&Nb(e.exported_names,t),e.module_name&&(e.module_name=e.module_name.transform(t))})),bT(bS,(function(e,t){e.segments=Nb(e.segments,t)})),bT(yS,(function(e,t){e.prefix=e.prefix.transform(t),e.template_string=e.template_string.transform(t)})),function(){var e=function(e){for(var t=!0,n=0;n<e.length;n++)t&&e[n]instanceof WA&&e[n].body instanceof eT?e[n]=new YA({start:e[n].start,end:e[n].end,value:e[n].body.value}):!t||e[n]instanceof WA&&e[n].body instanceof eT||(t=!1);return e};const t=e=>e&&e.length>0?new pD({start:i(e),end:o(e),properties:e.map((e=>new hD({start:i(e),end:o(e),key:e.key.name||e.key.value,value:s(e.value)})))}):null;var n={Program:function(t){return new pS({start:i(t),end:o(t),body:e(t.body.map(s))})},ArrayPattern:function(e){return new vS({start:i(e),end:o(e),names:e.elements.map((function(e){return null===e?new uT:s(e)})),is_array:!0})},ObjectPattern:function(e){return new vS({start:i(e),end:o(e),names:e.properties.map(s),is_array:!1})},AssignmentPattern:function(e){return new cD({start:i(e),end:o(e),left:s(e.left),operator:"=",right:s(e.right)})},SpreadElement:function(e){return new dS({start:i(e),end:o(e),expression:s(e.argument)})},RestElement:function(e){return new dS({start:i(e),end:o(e),expression:s(e.argument)})},TemplateElement:function(e){return new AS({start:i(e),end:o(e),value:e.value.cooked,raw:e.value.raw})},TemplateLiteral:function(e){for(var t=[],n=0;n<e.quasis.length;n++)t.push(s(e.quasis[n])),e.expressions[n]&&t.push(s(e.expressions[n]));return new bS({start:i(e),end:o(e),segments:t})},TaggedTemplateExpression:function(e){return new yS({start:i(e),end:o(e),template_string:s(e.quasi),prefix:s(e.tag)})},FunctionDeclaration:function(t){return new ES({start:i(t),end:o(t),name:s(t.id),argnames:t.params.map(s),is_generator:t.generator,async:t.async,body:e(s(t.body).body)})},FunctionExpression:function(t){return new gS({start:i(t),end:o(t),name:s(t.id),argnames:t.params.map(s),is_generator:t.generator,async:t.async,body:e(s(t.body).body)})},ArrowFunctionExpression:function(e){const t="BlockStatement"===e.body.type?s(e.body).body:[Ib(TS,{},{value:s(e.body)})];return new _S({start:i(e),end:o(e),argnames:e.params.map(s),body:t,async:e.async})},ExpressionStatement:function(e){return new jA({start:i(e),end:o(e),body:s(e.expression)})},TryStatement:function(e){var t=e.handlers||[e.handler];if(t.length>1||e.guardedHandlers&&e.guardedHandlers.length)throw new Error("Multiple catch clauses are not supported.");return new PS({start:i(e),end:o(e),body:new BS(s(e.block)),bcatch:s(t[0]),bfinally:e.finalizer?new VS(s(e.finalizer)):null})},Property:function(e){var t=e.key,n={start:i(t||e.value),end:o(e.value),key:"Identifier"==t.type?t.name:t.value,value:s(e.value)};return e.computed&&(n.key=s(e.key)),e.method?(n.is_generator=e.value.generator,n.async=e.value.async,e.computed?n.key=s(e.key):n.key=new PD({name:n.key}),new vD(n)):"init"==e.kind?("Identifier"!=t.type&&"Literal"!=t.type&&(n.key=s(t)),new hD(n)):("string"!=typeof n.key&&"number"!=typeof n.key||(n.key=new PD({name:n.key})),n.value=new mS(n.value),"get"==e.kind?new ED(n):"set"==e.kind?new _D(n):"method"==e.kind?(n.async=e.value.async,n.is_generator=e.value.generator,n.quote=e.computed?'"':null,new vD(n)):void 0)},MethodDefinition:function(e){var t={start:i(e),end:o(e),key:e.computed?s(e.key):new PD({name:e.key.name||e.key.value}),value:s(e.value),static:e.static};return"get"==e.kind?new ED(t):"set"==e.kind?new _D(t):(t.is_generator=e.value.generator,t.async=e.value.async,new vD(t))},FieldDefinition:function(e){let t;if(e.computed)t=s(e.key);else{if("Identifier"!==e.key.type)throw new Error("Non-Identifier key in FieldDefinition");t=s(e.key)}return new AD({start:i(e),end:o(e),key:t,value:s(e.value),static:e.static})},PropertyDefinition:function(e){let t;if(e.computed)t=s(e.key);else{if("Identifier"!==e.key.type&&"PrivateIdentifier"!==e.key.type)throw new Error("Non-Identifier key in PropertyDefinition");t=s(e.key)}return new AD({start:i(e),end:o(e),key:t,value:s(e.value),static:e.static})},StaticBlock:function(e){return new CD({start:i(e),end:o(e),body:e.body.map(s)})},ArrayExpression:function(e){return new fD({start:i(e),end:o(e),elements:e.elements.map((function(e){return null===e?new uT:s(e)}))})},ObjectExpression:function(e){return new pD({start:i(e),end:o(e),properties:e.properties.map((function(e){return"SpreadElement"===e.type||(e.type="Property"),s(e)}))})},SequenceExpression:function(e){return new ZS({start:i(e),end:o(e),expressions:e.expressions.map(s)})},MemberExpression:function(e){return new(e.computed?nD:eD)({start:i(e),end:o(e),property:e.computed?s(e.property):e.property.name,expression:s(e.object),optional:e.optional||!1})},ChainExpression:function(e){return new rD({start:i(e),end:o(e),expression:s(e.expression)})},SwitchCase:function(e){return new(e.test?LS:IS)({start:i(e),end:o(e),expression:s(e.test),body:e.consequent.map(s)})},VariableDeclaration:function(e){return new("const"===e.kind?HS:"let"===e.kind?GS:zS)({start:i(e),end:o(e),definitions:e.declarations.map(s)})},ImportDeclaration:function(e){var n=null,r=null;return e.specifiers.forEach((function(e){"ImportSpecifier"===e.type||"ImportNamespaceSpecifier"===e.type?(r||(r=[]),r.push(s(e))):"ImportDefaultSpecifier"===e.type&&(n=s(e))})),new qS({start:i(e),end:o(e),imported_name:n,imported_names:r,module_name:s(e.source),assert_clause:t(e.assertions)})},ImportSpecifier:function(e){return new WS({start:i(e),end:o(e),foreign_name:s(e.imported),name:s(e.local)})},ImportDefaultSpecifier:function(e){return s(e.local)},ImportNamespaceSpecifier:function(e){return new WS({start:i(e),end:o(e),foreign_name:new HD({name:"*"}),name:s(e.local)})},ExportAllDeclaration:function(e){var n=null==e.exported?new YD({name:"*"}):s(e.exported);return new jS({start:i(e),end:o(e),exported_names:[new WS({name:new YD({name:"*"}),foreign_name:n})],module_name:s(e.source),assert_clause:t(e.assertions)})},ExportNamedDeclaration:function(e){return new jS({start:i(e),end:o(e),exported_definition:s(e.declaration),exported_names:e.specifiers&&e.specifiers.length?e.specifiers.map((function(e){return s(e)})):null,module_name:s(e.source),assert_clause:t(e.assertions)})},ExportDefaultDeclaration:function(e){return new jS({start:i(e),end:o(e),exported_value:s(e.declaration),is_default:!0})},ExportSpecifier:function(e){return new WS({foreign_name:s(e.exported),name:s(e.local)})},Literal:function(e){var t=e.value,n={start:i(e),end:o(e)},r=e.regex;if(r&&r.pattern)return n.value={source:r.pattern,flags:r.flags},new rT(n);if(r){const r=e.raw||t,i=r.match(/^\/(.*)\/(\w*)$/);if(!i)throw new Error("Invalid regex source "+r);const[o,a,s]=i;return n.value={source:a,flags:s},new rT(n)}if(null===t)return new oT(n);switch(typeof t){case"string":n.quote='"';var s=a[a.length-2];return"ImportSpecifier"==s.type?(n.name=t,new HD(n)):"ExportSpecifier"==s.type?(n.name=t,e==s.exported?new YD(n):new qD(n)):"ExportAllDeclaration"==s.type&&e==s.exported?(n.name=t,new YD(n)):(n.value=t,new eT(n));case"number":return n.value=t,n.raw=e.raw||t.toString(),new tT(n);case"boolean":return new(t?pT:fT)(n)}},MetaProperty:function(e){return"new"===e.meta.name&&"target"===e.property.name?new wD({start:i(e),end:o(e)}):"import"===e.meta.name&&"meta"===e.property.name?new YS({start:i(e),end:o(e)}):void 0},Identifier:function(e){var t=a[a.length-2];return new("LabeledStatement"==t.type?XD:"VariableDeclarator"==t.type&&t.id===e?"const"==t.kind?FD:"let"==t.kind?ND:xD:/Import.*Specifier/.test(t.type)?t.local===e?GD:HD:"ExportSpecifier"==t.type?t.local===e?qD:YD:"FunctionExpression"==t.type?t.id===e?UD:ID:"FunctionDeclaration"==t.type?t.id===e?LD:ID:"ArrowFunctionExpression"==t.type?t.params.includes(e)?ID:WD:"ClassExpression"==t.type?t.id===e?KD:WD:"Property"==t.type?t.key===e&&t.computed||t.value===e?WD:PD:"PropertyDefinition"==t.type||"FieldDefinition"===t.type?t.key===e&&t.computed||t.value===e?WD:BD:"ClassDeclaration"==t.type?t.id===e?VD:WD:"MethodDefinition"==t.type?t.computed?WD:PD:"CatchClause"==t.type?zD:"BreakStatement"==t.type||"ContinueStatement"==t.type?jD:WD)({start:i(e),end:o(e),name:e.name})},BigIntLiteral:e=>new nT({start:i(e),end:o(e),value:e.value}),EmptyStatement:function(e){return new eS({start:i(e),end:o(e)})},BlockStatement:function(e){return new JA({start:i(e),end:o(e),body:e.body.map(s)})},IfStatement:function(e){return new MS({start:i(e),end:o(e),condition:s(e.test),body:s(e.consequent),alternative:s(e.alternate)})},LabeledStatement:function(e){return new nS({start:i(e),end:o(e),label:s(e.label),body:s(e.body)})},BreakStatement:function(e){return new RS({start:i(e),end:o(e),label:s(e.label)})},ContinueStatement:function(e){return new wS({start:i(e),end:o(e),label:s(e.label)})},WithStatement:function(e){return new cS({start:i(e),end:o(e),expression:s(e.object),body:s(e.body)})},SwitchStatement:function(e){return new FS({start:i(e),end:o(e),expression:s(e.discriminant),body:e.cases.map(s)})},ReturnStatement:function(e){return new TS({start:i(e),end:o(e),value:s(e.argument)})},ThrowStatement:function(e){return new CS({start:i(e),end:o(e),value:s(e.argument)})},WhileStatement:function(e){return new aS({start:i(e),end:o(e),condition:s(e.test),body:s(e.body)})},DoWhileStatement:function(e){return new oS({start:i(e),end:o(e),condition:s(e.test),body:s(e.body)})},ForStatement:function(e){return new sS({start:i(e),end:o(e),init:s(e.init),condition:s(e.test),step:s(e.update),body:s(e.body)})},ForInStatement:function(e){return new uS({start:i(e),end:o(e),init:s(e.left),object:s(e.right),body:s(e.body)})},ForOfStatement:function(e){return new lS({start:i(e),end:o(e),init:s(e.left),object:s(e.right),body:s(e.body),await:e.await})},AwaitExpression:function(e){return new kS({start:i(e),end:o(e),expression:s(e.argument)})},YieldExpression:function(e){return new xS({start:i(e),end:o(e),expression:s(e.argument),is_star:e.delegate})},DebuggerStatement:function(e){return new qA({start:i(e),end:o(e)})},VariableDeclarator:function(e){return new XS({start:i(e),end:o(e),name:s(e.id),value:s(e.init)})},CatchClause:function(e){return new US({start:i(e),end:o(e),argname:s(e.param),body:s(e.body).body})},ThisExpression:function(e){return new QD({start:i(e),end:o(e)})},Super:function(e){return new ZD({start:i(e),end:o(e)})},BinaryExpression:function(e){return"PrivateIdentifier"===e.left.type?new DD({start:i(e),end:o(e),key:new $D({start:i(e.left),end:o(e.left),name:e.left.name}),value:s(e.right)}):new sD({start:i(e),end:o(e),operator:e.operator,left:s(e.left),right:s(e.right)})},LogicalExpression:function(e){return new sD({start:i(e),end:o(e),operator:e.operator,left:s(e.left),right:s(e.right)})},AssignmentExpression:function(e){return new lD({start:i(e),end:o(e),operator:e.operator,left:s(e.left),right:s(e.right)})},ConditionalExpression:function(e){return new uD({start:i(e),end:o(e),condition:s(e.test),consequent:s(e.consequent),alternative:s(e.alternate)})},NewExpression:function(e){return new QS({start:i(e),end:o(e),expression:s(e.callee),args:e.arguments.map(s)})},CallExpression:function(e){return new $S({start:i(e),end:o(e),expression:s(e.callee),optional:e.optional,args:e.arguments.map(s)})}};n.UpdateExpression=n.UnaryExpression=function(e){return new(("prefix"in e?e.prefix:"UnaryExpression"==e.type)?oD:aD)({start:i(e),end:o(e),operator:e.operator,expression:s(e.argument)})},n.ClassDeclaration=n.ClassExpression=function(e){return new("ClassDeclaration"===e.type?TD:OD)({start:i(e),end:o(e),name:s(e.id),extends:s(e.superClass),properties:e.body.body.map(s)})},u(eS,(function(){return{type:"EmptyStatement"}})),u(JA,(function(e){return{type:"BlockStatement",body:e.body.map(c)}})),u(MS,(function(e){return{type:"IfStatement",test:c(e.condition),consequent:c(e.body),alternate:c(e.alternative)}})),u(nS,(function(e){return{type:"LabeledStatement",label:c(e.label),body:c(e.body)}})),u(RS,(function(e){return{type:"BreakStatement",label:c(e.label)}})),u(wS,(function(e){return{type:"ContinueStatement",label:c(e.label)}})),u(cS,(function(e){return{type:"WithStatement",object:c(e.expression),body:c(e.body)}})),u(FS,(function(e){return{type:"SwitchStatement",discriminant:c(e.expression),cases:e.body.map(c)}})),u(TS,(function(e){return{type:"ReturnStatement",argument:c(e.value)}})),u(CS,(function(e){return{type:"ThrowStatement",argument:c(e.value)}})),u(aS,(function(e){return{type:"WhileStatement",test:c(e.condition),body:c(e.body)}})),u(oS,(function(e){return{type:"DoWhileStatement",test:c(e.condition),body:c(e.body)}})),u(sS,(function(e){return{type:"ForStatement",init:c(e.init),test:c(e.condition),update:c(e.step),body:c(e.body)}})),u(uS,(function(e){return{type:"ForInStatement",left:c(e.init),right:c(e.object),body:c(e.body)}})),u(lS,(function(e){return{type:"ForOfStatement",left:c(e.init),right:c(e.object),body:c(e.body),await:e.await}})),u(kS,(function(e){return{type:"AwaitExpression",argument:c(e.expression)}})),u(xS,(function(e){return{type:"YieldExpression",argument:c(e.expression),delegate:e.is_star}})),u(qA,(function(){return{type:"DebuggerStatement"}})),u(XS,(function(e){return{type:"VariableDeclarator",id:c(e.name),init:c(e.value)}})),u(US,(function(e){return{type:"CatchClause",param:c(e.argname),body:p(e)}})),u(QD,(function(){return{type:"ThisExpression"}})),u(ZD,(function(){return{type:"Super"}})),u(sD,(function(e){return{type:"BinaryExpression",operator:e.operator,left:c(e.left),right:c(e.right)}})),u(sD,(function(e){return{type:"LogicalExpression",operator:e.operator,left:c(e.left),right:c(e.right)}})),u(lD,(function(e){return{type:"AssignmentExpression",operator:e.operator,left:c(e.left),right:c(e.right)}})),u(uD,(function(e){return{type:"ConditionalExpression",test:c(e.condition),consequent:c(e.consequent),alternate:c(e.alternative)}})),u(QS,(function(e){return{type:"NewExpression",callee:c(e.expression),arguments:e.args.map(c)}})),u($S,(function(e){return{type:"CallExpression",callee:c(e.expression),optional:e.optional,arguments:e.args.map(c)}})),u(pS,(function(e){return d("Program",e)})),u(dS,(function(e){return{type:f()?"RestElement":"SpreadElement",argument:c(e.expression)}})),u(yS,(function(e){return{type:"TaggedTemplateExpression",tag:c(e.prefix),quasi:c(e.template_string)}})),u(bS,(function(e){for(var t=[],n=[],r=0;r<e.segments.length;r++)r%2!=0?n.push(c(e.segments[r])):t.push({type:"TemplateElement",value:{raw:e.segments[r].raw,cooked:e.segments[r].value},tail:r===e.segments.length-1});return{type:"TemplateLiteral",quasis:t,expressions:n}})),u(ES,(function(e){return{type:"FunctionDeclaration",id:c(e.name),params:e.argnames.map(c),generator:e.is_generator,async:e.async,body:d("BlockStatement",e)}})),u(gS,(function(e,t){var n=void 0!==t.is_generator?t.is_generator:e.is_generator;return{type:"FunctionExpression",id:c(e.name),params:e.argnames.map(c),generator:n,async:e.async,body:d("BlockStatement",e)}})),u(_S,(function(e){var t={type:"BlockStatement",body:e.body.map(c)};return{type:"ArrowFunctionExpression",params:e.argnames.map(c),async:e.async,body:t}})),u(vS,(function(e){return e.is_array?{type:"ArrayPattern",elements:e.names.map(c)}:{type:"ObjectPattern",properties:e.names.map(c)}})),u(YA,(function(e){return{type:"ExpressionStatement",expression:{type:"Literal",value:e.value,raw:e.print_to_string()},directive:e.value}})),u(jA,(function(e){return{type:"ExpressionStatement",expression:c(e.body)}})),u(NS,(function(e){return{type:"SwitchCase",test:c(e.expression),consequent:e.body.map(c)}})),u(PS,(function(e){return{type:"TryStatement",block:p(e.body),handler:c(e.bcatch),guardedHandlers:[],finalizer:c(e.bfinally)}})),u(US,(function(e){return{type:"CatchClause",param:c(e.argname),guard:null,body:p(e)}})),u(KS,(function(e){return{type:"VariableDeclaration",kind:e instanceof HS?"const":e instanceof GS?"let":"var",declarations:e.definitions.map(c)}}));const r=e=>{const t=[];if(e)for(const{key:n,value:r}of e.properties){const e=CA(n)?{type:"Identifier",name:n}:{type:"Literal",value:n,raw:JSON.stringify(n)};t.push({type:"ImportAttribute",key:e,value:c(r)})}return t};function i(e){var t=e.loc,n=t&&t.start,r=e.range;return new HA("","",n&&n.line||0,n&&n.column||0,r?r[0]:e.start,!1,[],[],t&&t.source)}function o(e){var t=e.loc,n=t&&t.end,r=e.range;return new HA("","",n&&n.line||0,n&&n.column||0,r?r[0]:e.end,!1,[],[],t&&t.source)}u(jS,(function(e){if(e.exported_names){var t=e.exported_names[0],n=t.name;if("*"===n.name&&!n.quote){var i=t.foreign_name,o="*"!==i.name||i.quote?c(i):null;return{type:"ExportAllDeclaration",source:c(e.module_name),exported:o,assertions:r(e.assert_clause)}}return{type:"ExportNamedDeclaration",specifiers:e.exported_names.map((function(e){return{type:"ExportSpecifier",exported:c(e.foreign_name),local:c(e.name)}})),declaration:c(e.exported_definition),source:c(e.module_name),assertions:r(e.assert_clause)}}return{type:e.is_default?"ExportDefaultDeclaration":"ExportNamedDeclaration",declaration:c(e.exported_value||e.exported_definition)}})),u(qS,(function(e){var t=[];if(e.imported_name&&t.push({type:"ImportDefaultSpecifier",local:c(e.imported_name)}),e.imported_names){var n=e.imported_names[0].foreign_name;"*"!==n.name||n.quote?e.imported_names.forEach((function(e){t.push({type:"ImportSpecifier",local:c(e.name),imported:c(e.foreign_name)})})):t.push({type:"ImportNamespaceSpecifier",local:c(e.imported_names[0].name)})}return{type:"ImportDeclaration",specifiers:t,source:c(e.module_name),assertions:r(e.assert_clause)}})),u(YS,(function(){return{type:"MetaProperty",meta:{type:"Identifier",name:"import"},property:{type:"Identifier",name:"meta"}}})),u(ZS,(function(e){return{type:"SequenceExpression",expressions:e.expressions.map(c)}})),u(tD,(function(e){return{type:"MemberExpression",object:c(e.expression),computed:!1,property:{type:"PrivateIdentifier",name:e.property},optional:e.optional}})),u(JS,(function(e){var t=e instanceof nD;return{type:"MemberExpression",object:c(e.expression),computed:t,property:t?c(e.property):{type:"Identifier",name:e.property},optional:e.optional}})),u(rD,(function(e){return{type:"ChainExpression",expression:c(e.expression)}})),u(iD,(function(e){return{type:"++"==e.operator||"--"==e.operator?"UpdateExpression":"UnaryExpression",operator:e.operator,prefix:e instanceof oD,argument:c(e.expression)}})),u(sD,(function(e){if("="==e.operator&&f())return{type:"AssignmentPattern",left:c(e.left),right:c(e.right)};return{type:"&&"==e.operator||"||"==e.operator||"??"===e.operator?"LogicalExpression":"BinaryExpression",left:c(e.left),operator:e.operator,right:c(e.right)}})),u(DD,(function(e){return{type:"BinaryExpression",left:{type:"PrivateIdentifier",name:e.key.name},operator:"in",right:c(e.value)}})),u(fD,(function(e){return{type:"ArrayExpression",elements:e.elements.map(c)}})),u(pD,(function(e){return{type:"ObjectExpression",properties:e.properties.map(c)}})),u(dD,(function(e,t){var n,r=e.key instanceof XA?c(e.key):{type:"Identifier",value:e.key};"number"==typeof e.key&&(r={type:"Literal",value:Number(e.key)}),"string"==typeof e.key&&(r={type:"Identifier",name:e.key});var i="string"==typeof e.key||"number"==typeof e.key,o=!i&&(!(e.key instanceof RD)||e.key instanceof WD);if(e instanceof hD?(n="init",o=!i):e instanceof ED?n="get":e instanceof _D&&(n="set"),e instanceof gD||e instanceof mD){return{type:"MethodDefinition",computed:!1,kind:e instanceof gD?"get":"set",static:e.static,key:{type:"PrivateIdentifier",name:e.key.name},value:c(e.value)}}return e instanceof SD?{type:"PropertyDefinition",key:{type:"PrivateIdentifier",name:e.key.name},value:c(e.value),computed:!1,static:e.static}:e instanceof AD?{type:"PropertyDefinition",key:r,value:c(e.value),computed:o,static:e.static}:t instanceof bD?{type:"MethodDefinition",computed:o,kind:n,static:e.static,key:c(e.key),value:c(e.value)}:{type:"Property",computed:o,kind:n,key:r,value:c(e.value)}})),u(vD,(function(e,t){if(t instanceof pD)return{type:"Property",computed:!(e.key instanceof RD)||e.key instanceof WD,kind:"init",method:!0,shorthand:!1,key:c(e.key),value:c(e.value)};const n=e instanceof yD?{type:"PrivateIdentifier",name:e.key.name}:c(e.key);return{type:"MethodDefinition",kind:"constructor"===e.key?"constructor":"method",key:n,value:c(e.value),computed:!(e.key instanceof RD)||e.key instanceof WD,static:e.static}})),u(bD,(function(e){return{type:e instanceof OD?"ClassExpression":"ClassDeclaration",superClass:c(e.extends),id:e.name?c(e.name):null,body:{type:"ClassBody",body:e.properties.map(c)}}})),u(CD,(function(e){return{type:"StaticBlock",body:e.body.map(c)}})),u(wD,(function(){return{type:"MetaProperty",meta:{type:"Identifier",name:"new"},property:{type:"Identifier",name:"target"}}})),u(RD,(function(e,t){if(e instanceof PD&&t.quote||(e instanceof HD||e instanceof YD||e instanceof qD)&&e.quote)return{type:"Literal",value:e.name};var n=e.definition();return{type:"Identifier",name:n?n.mangled_name||n.name:e.name}})),u(rT,(function(e){const t=e.value.source,n=e.value.flags;return{type:"Literal",value:null,raw:e.print_to_string(),regex:{pattern:t,flags:n}}})),u(JD,(function(e){return{type:"Literal",value:e.value,raw:e.raw||e.print_to_string()}})),u(iT,(function(e){return{type:"Identifier",name:String(e.value)}})),u(nT,(e=>({type:"BigIntLiteral",value:e.value}))),cT.DEFMETHOD("to_mozilla_ast",JD.prototype.to_mozilla_ast),oT.DEFMETHOD("to_mozilla_ast",JD.prototype.to_mozilla_ast),uT.DEFMETHOD("to_mozilla_ast",(function(){return null})),ZA.DEFMETHOD("to_mozilla_ast",JA.prototype.to_mozilla_ast),hS.DEFMETHOD("to_mozilla_ast",gS.prototype.to_mozilla_ast);var a=null;function s(e){a.push(e);var t=null!=e?n[e.type](e):null;return a.pop(),t}function u(e,t){e.DEFMETHOD("to_mozilla_ast",(function(e){return n=this,r=t(this,e),i=n.start,o=n.end,i&&o?(null!=i.pos&&null!=o.endpos&&(r.range=[i.pos,o.endpos]),i.line&&(r.loc={start:{line:i.line,column:i.col},end:o.endline?{line:o.endline,column:o.endcol}:null},i.file&&(r.loc.source=i.file)),r):r;var n,r,i,o}))}XA.from_mozilla_ast=function(e){var t=a;a=[];var n=s(e);return a=t,n};var l=null;function c(e){null===l&&(l=[]),l.push(e);var t=null!=e?e.to_mozilla_ast(l[l.length-2]):null;return l.pop(),0===l.length&&(l=null),t}function f(){for(var e=l.length;e--;)if(l[e]instanceof vS)return!0;return!1}function p(e){return{type:"BlockStatement",body:e.body.map(c)}}function d(e,t){var n=t.body.map(c);return t.body[0]instanceof jA&&t.body[0].body instanceof eT&&n.unshift(c(new eS(t.body[0]))),{type:e,body:n}}}();const DT=/^$|[;{][\s\n]*$/,TT=10,CT=32,OT=/[@#]__(PURE|INLINE|NOINLINE)__/g;function RT(e){return("comment2"===e.type||"comment1"===e.type)&&/@preserve|@copyright|@lic|@cc_on|^\**!/i.test(e.value)}class wT{constructor(){this.committed="",this.current=""}append(e){this.current+=e}insertAt(e,t){const{committed:n,current:r}=this;t<n.length?this.committed=n.slice(0,t)+e+n.slice(t):t===n.length?this.committed+=e:(t-=n.length,this.committed+=r.slice(0,t)+e,this.current=r.slice(t))}charAt(e){const{committed:t}=this;return e<t.length?t[e]:this.current[e-t.length]}curLength(){return this.current.length}length(){return this.committed.length+this.current.length}toString(){return this.committed+this.current}}function kT(e){var t=!e;void 0===(e=Rb(e,{ascii_only:!1,beautify:!1,braces:!1,comments:"some",ecma:5,ie8:!1,indent_level:4,indent_start:0,inline_script:!0,keep_numbers:!1,keep_quoted_props:!1,max_line_len:!1,preamble:null,preserve_annotations:!1,quote_keys:!1,quote_style:0,safari10:!1,semicolons:!0,shebang:!0,shorthand:void 0,source_map:null,webkit:!1,width:80,wrap_iife:!1,wrap_func_args:!0,_destroy_ast:!1},!0)).shorthand&&(e.shorthand=e.ecma>5);var n=kb;if(e.comments){let t=e.comments;if("string"==typeof e.comments&&/^\/.*\/[a-zA-Z]*$/.test(e.comments)){var r=e.comments.lastIndexOf("/");t=new RegExp(e.comments.substr(1,r-1),e.comments.substr(r+1))}n=t instanceof RegExp?function(e){return"comment5"!=e.type&&t.test(e.value)}:"function"==typeof t?function(e){return"comment5"!=e.type&&t(this,e)}:"some"===t?RT:xb}var i=0,o=0,a=1,s=0,u=new wT;let l=new Set;var c=e.ascii_only?function(t,n=!1,r=!1){return e.ecma>=2015&&!e.safari10&&!r&&(t=t.replace(/[\ud800-\udbff][\udc00-\udfff]/g,(function(e){var t=function(e,t){return yA(e.charCodeAt(t))?65536+(e.charCodeAt(t)-55296<<10)+e.charCodeAt(t+1)-56320:e.charCodeAt(t)}(e,0).toString(16);return"\\u{"+t+"}"}))),t.replace(/[\u0000-\u001f\u007f-\uffff]/g,(function(e){var t=e.charCodeAt(0).toString(16);if(t.length<=2&&!n){for(;t.length<2;)t="0"+t;return"\\x"+t}for(;t.length<4;)t="0"+t;return"\\u"+t}))}:function(e){return e.replace(/[\ud800-\udbff][\udc00-\udfff]|([\ud800-\udbff]|[\udc00-\udfff])/g,(function(e,t){return t?"\\u"+t.charCodeAt(0).toString(16):e}))};function f(t,n){var r=function(t,n){var r=0,i=0;function o(){return"'"+t.replace(/\x27/g,"\\'")+"'"}function a(){return'"'+t.replace(/\x22/g,'\\"')+'"'}if(t=t.replace(/[\\\b\f\n\r\v\t\x22\x27\u2028\u2029\0\ufeff]/g,(function(n,o){switch(n){case'"':return++r,'"';case"'":return++i,"'";case"\\":return"\\\\";case"\n":return"\\n";case"\r":return"\\r";case"\t":return"\\t";case"\b":return"\\b";case"\f":return"\\f";case"\v":return e.ie8?"\\x0B":"\\v";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";case"\ufeff":return"\\ufeff";case"\0":return/[0-9]/.test(vA(t,o+1))?"\\x00":"\\0"}return n})),t=c(t),"`"===n)return"`"+t.replace(/`/g,"\\`")+"`";switch(e.quote_style){case 1:return o();case 2:return a();case 3:return"'"==n?o():a();default:return r>i?o():a()}}(t,n);return e.inline_script&&(r=(r=(r=r.replace(/<\x2f(script)([>\/\t\n\f\r ])/gi,"<\\/$1$2")).replace(/\x3c!--/g,"\\x3c!--")).replace(/--\x3e/g,"--\\x3e")),r}var p,d,h=!1,m=!1,g=!1,_=0,E=!1,v=!1,y=-1,b="",A=e.source_map&&[],S=A?function(){A.forEach((function(t){try{let{name:n,token:r}=t;"name"==r.type||"privatename"===r.type?n=r.value:n instanceof RD&&(n="string"===r.type?r.value:n.name),e.source_map.add(t.token.file,t.line,t.col,t.token.line,t.token.col,CA(n)?n:void 0)}catch(e){}})),A=[]}:wb,D=e.max_line_len?function(){if(o>e.max_line_len&&_){u.insertAt("\n",_);const e=u.curLength();if(A){var t=e-o;A.forEach((function(e){e.line++,e.col+=t}))}a++,s++,o=e}_&&(_=0,S())}:wb,T=Vb("( [ + * / - , . `");function C(t){var n=vA(t=String(t),0);E&&n&&(E=!1,"\n"!==n&&(C("\n"),R())),v&&n&&(v=!1,/[\s;})]/.test(n)||O()),y=-1;var r=b.charAt(b.length-1);g&&(g=!1,(":"!==r||"}"!==n)&&(n&&";}".includes(n)||";"===r)||(e.semicolons||T.has(n)?(u.append(";"),o++,s++):(D(),o>0&&(u.append("\n"),s++,a++,o=0),/^\s+$/.test(t)&&(g=!0)),e.beautify||(m=!1))),m&&((DA(r)&&(DA(n)||"\\"==n)||"/"==n&&n==r||("+"==n||"-"==n)&&n==b)&&(u.append(" "),o++,s++),m=!1),p&&(A.push({token:p,name:d,line:a,col:o}),p=!1,_||S()),u.append(t),h="("==t[t.length-1],s+=t.length;var i=t.split(/\r?\n/),l=i.length-1;a+=l,o+=i[0].length,l>0&&(D(),o=i[l].length),b=t}var O=e.beautify?function(){C(" ")}:function(){m=!0},R=e.beautify?function(t){var n;e.beautify&&C((n=t?.5:0," ".repeat(e.indent_start+i-n*e.indent_level)))}:wb,w=e.beautify?function(e,t){!0===e&&(e=F());var n=i;i=e;var r=t();return i=n,r}:function(e,t){return t()},k=e.beautify?function(){if(y<0)return C("\n");"\n"!=u.charAt(y)&&(u.insertAt("\n",y),s++,a++),y++}:e.max_line_len?function(){D(),_=u.length()}:wb,x=e.beautify?function(){C(";")}:function(){g=!0};function M(){g=!1,C(";")}function F(){return i+e.indent_level}var N=A?function(e,t){p=e,d=t}:wb;function I(){return _&&D(),u.toString()}function L(){const e=u.toString();let t=e.length-1;for(;t>=0;){const n=e.charCodeAt(t);if(n===TT)return!0;if(n!==CT)return!1;t--}return!0}function P(t){return e.preserve_annotations||(t=t.replace(OT," ")),/^\s*$/.test(t)?"":t.replace(/(<\s*\/\s*)(script)/i,"<\\/$2")}const B=e._destroy_ast?function(e){e.body.length=0,e.argnames.length=0}:wb;var U=[];return{get:I,toString:I,indent:R,in_directive:!1,use_asm:null,active_scope:null,indentation:function(){return i},current_width:function(){return o-i},should_break:function(){return e.width&&this.current_width()>=e.width},has_parens:function(){return h},newline:k,print:C,star:function(){C("*")},space:O,comma:function(){C(","),O()},colon:function(){C(":"),O()},last:function(){return b},semicolon:x,force_semicolon:M,to_utf8:c,print_name:function(e){C(function(e){return e=e.toString(),c(e,!0)}(e))},print_string:function(e,t,n){var r=f(e,t);!0!==n||r.includes("\\")||(DT.test(u.toString())||M(),M()),C(r)},print_template_string_chars:function(e){var t=f(e,"`").replace(/\${/g,"\\${");return C(t.substr(1,t.length-2))},encode_string:f,next_indent:F,with_indent:w,with_block:function(e){var t;return C("{"),k(),w(F(),(function(){t=e()})),R(),C("}"),t},with_parens:function(e){C("(");var t=e();return C(")"),t},with_square:function(e){C("[");var t=e();return C("]"),t},add_mapping:N,option:function(t){return e[t]},gc_scope:B,printed_comments:l,prepend_comments:t?wb:function(t){var r=t.start;if(!r)return;var i=this.printed_comments;const o=t instanceof DS&&t.value;if(r.comments_before&&i.has(r.comments_before)){if(!o)return;r.comments_before=[]}var a=r.comments_before;if(a||(a=r.comments_before=[]),i.add(a),o){var u=new gT((function(e){var t=u.parent();if(!(t instanceof DS||t instanceof sD&&t.left===e||"Call"==t.TYPE&&t.expression===e||t instanceof uD&&t.condition===e||t instanceof eD&&t.expression===e||t instanceof ZS&&t.expressions[0]===e||t instanceof nD&&t.expression===e||t instanceof aD))return!0;if(e.start){var n=e.start.comments_before;n&&!i.has(n)&&(i.add(n),a=a.concat(n))}}));u.push(t),t.value.walk(u)}if(0==s){a.length>0&&e.shebang&&"comment5"===a[0].type&&!i.has(a[0])&&(C("#!"+a.shift().value+"\n"),R());var l=e.preamble;l&&C(l.replace(/\r\n?|[\n\u2028\u2029]|\s*$/g,"\n"))}if(0!=(a=a.filter(n,t).filter((e=>!i.has(e)))).length){var c=L();a.forEach((function(e,t){if(i.add(e),c||(e.nlb?(C("\n"),R(),c=!0):t>0&&O()),/comment[134]/.test(e.type))(n=P(e.value))&&(C("//"+n+"\n"),R()),c=!0;else if("comment2"==e.type){var n;(n=P(e.value))&&C("/*"+n+"*/"),c=!1}})),c||(r.nlb?(C("\n"),R()):O())}},append_comments:t||n===kb?wb:function(e,t){var r=e.end;if(r){var i=this.printed_comments,o=r[t?"comments_before":"comments_after"];if(o&&!i.has(o)&&(e instanceof WA||o.every((e=>!/comment[134]/.test(e.type))))){i.add(o);var a=u.length();o.filter(n,e).forEach((function(e,n){if(!i.has(e))if(i.add(e),v=!1,E?(C("\n"),R(),E=!1):e.nlb&&(n>0||!L())?(C("\n"),R()):(n>0||!t)&&O(),/comment[134]/.test(e.type)){const t=P(e.value);t&&C("//"+t),E=!0}else if("comment2"==e.type){const t=P(e.value);t&&C("/*"+t+"*/"),v=!0}})),u.length()>a&&(y=a)}}},line:function(){return a},col:function(){return o},pos:function(){return s},push_node:function(e){U.push(e)},pop_node:function(){return U.pop()},parent:function(e){return U[U.length-2-(e||0)]}}}!function(){function e(e,t){e.DEFMETHOD("_codegen",t)}function t(e,n){Array.isArray(e)?e.forEach((function(e){t(e,n)})):e.DEFMETHOD("needs_parens",n)}function n(e,t,n,r){var i=e.length-1;n.in_directive=r,e.forEach((function(e,r){!0!==n.in_directive||e instanceof YA||e instanceof eS||e instanceof jA&&e.body instanceof eT||(n.in_directive=!1),e instanceof eS||(n.indent(),e.print(n),r==i&&t||(n.newline(),t&&n.newline())),!0===n.in_directive&&e instanceof jA&&e.body instanceof eT&&(n.in_directive=!1)})),n.in_directive=!1}function r(e,t){t.print("{"),t.with_indent(t.next_indent(),(function(){t.append_comments(e,!0)})),t.add_mapping(e.end),t.print("}")}function i(e,t,i){e.body.length>0?t.with_block((function(){n(e.body,!1,t,i),t.add_mapping(e.end)})):r(e,t)}function o(e,t,n){var r=!1;n&&(r=dT(e,(e=>e instanceof fS&&!(e instanceof _S)||(e instanceof sD&&"in"==e.operator||e instanceof DD?mT:void 0)))),e.print(t,r)}function a(e,t,n){return n.option("quote_keys")?n.print_string(e):""+ +e==e&&e>=0?n.option("keep_numbers")?n.print(e):n.print(c(e)):(nA.has(e)?n.option("ie8"):n.option("ecma")<2015||n.option("safari10")?!CA(e):!OA(e,!0))||t&&n.option("keep_quoted_props")?n.print_string(e,t):n.print_name(e)}XA.DEFMETHOD("print",(function(e,t){var n=this,r=n._codegen;function i(){e.prepend_comments(n),n.add_source_map(e),r(n,e),e.append_comments(n)}n instanceof fS?e.active_scope=n:!e.use_asm&&n instanceof YA&&"use asm"==n.value&&(e.use_asm=e.active_scope),e.push_node(n),t||n.needs_parens(e)?e.with_parens(i):i(),e.pop_node(),n===e.use_asm&&(e.use_asm=null)})),XA.DEFMETHOD("_print",XA.prototype.print),XA.DEFMETHOD("print_to_string",(function(e){var t=kT(e);return this.print(t),t.get()})),t(XA,kb),t(gS,(function(e){if(!e.has_parens()&&AT(e))return!0;var t;if(e.option("webkit")&&((t=e.parent())instanceof JS&&t.expression===this))return!0;if(e.option("wrap_iife")&&((t=e.parent())instanceof $S&&t.expression===this))return!0;if(e.option("wrap_func_args")&&((t=e.parent())instanceof $S&&t.args.includes(this)))return!0;return!1})),t(_S,(function(e){var t=e.parent();return!!(e.option("wrap_func_args")&&t instanceof $S&&t.args.includes(this))||t instanceof JS&&t.expression===this})),t(pD,(function(e){return!e.has_parens()&&AT(e)})),t(OD,AT),t(iD,(function(e){var t=e.parent();return t instanceof JS&&t.expression===this||t instanceof $S&&t.expression===this||t instanceof sD&&"**"===t.operator&&this instanceof oD&&t.left===this&&"++"!==this.operator&&"--"!==this.operator})),t(kS,(function(e){var t=e.parent();return t instanceof JS&&t.expression===this||t instanceof $S&&t.expression===this||t instanceof sD&&"**"===t.operator&&t.left===this||e.option("safari10")&&t instanceof oD})),t(ZS,(function(e){var t=e.parent();return t instanceof $S||t instanceof iD||t instanceof sD||t instanceof XS||t instanceof JS||t instanceof fD||t instanceof dD||t instanceof uD||t instanceof _S||t instanceof cD||t instanceof dS||t instanceof lS&&this===t.object||t instanceof xS||t instanceof jS})),t(sD,(function(e){var t=e.parent();if(t instanceof $S&&t.expression===this)return!0;if(t instanceof iD)return!0;if(t instanceof JS&&t.expression===this)return!0;if(t instanceof sD){const e=t.operator,n=this.operator;if("??"===n&&("||"===e||"&&"===e))return!0;if("??"===e&&("||"===n||"&&"===n))return!0;const r=BA[e],i=BA[n];if(r>i||r==i&&(this===t.right||"**"==e))return!0}})),t(xS,(function(e){var t=e.parent();return t instanceof sD&&"="!==t.operator||(t instanceof $S&&t.expression===this||(t instanceof uD&&t.condition===this||(t instanceof iD||(t instanceof JS&&t.expression===this||void 0))))})),t(rD,(function(e){var t=e.parent();return(t instanceof $S||t instanceof JS)&&t.expression===this})),t(JS,(function(e){var t=e.parent();if(t instanceof QS&&t.expression===this)return dT(this,(e=>e instanceof fS||(e instanceof $S?mT:void 0)))})),t($S,(function(e){var t,n=e.parent();return!!(n instanceof QS&&n.expression===this||n instanceof jS&&n.is_default&&this.expression instanceof gS)||this.expression instanceof gS&&n instanceof JS&&n.expression===this&&(t=e.parent(1))instanceof lD&&t.left===n})),t(QS,(function(e){var t=e.parent();if(0===this.args.length&&(t instanceof JS||t instanceof $S&&t.expression===this||t instanceof yS&&t.prefix===this))return!0})),t(tT,(function(e){var t=e.parent();if(t instanceof JS&&t.expression===this){var n=this.getValue();if(n<0||/^0/.test(c(n)))return!0}})),t(nT,(function(e){var t=e.parent();if(t instanceof JS&&t.expression===this&&this.getValue().startsWith("-"))return!0})),t([lD,uD],(function(e){var t=e.parent();return t instanceof iD||(t instanceof sD&&!(t instanceof lD)||(t instanceof $S&&t.expression===this||(t instanceof uD&&t.condition===this||(t instanceof JS&&t.expression===this||(this instanceof lD&&this.left instanceof vS&&!1===this.left.is_array||void 0)))))})),e(YA,(function(e,t){t.print_string(e.value,e.quote),t.semicolon()})),e(dS,(function(e,t){t.print("..."),e.expression.print(t)})),e(vS,(function(e,t){t.print(e.is_array?"[":"{");var n=e.names.length;e.names.forEach((function(e,r){r>0&&t.comma(),e.print(t),r==n-1&&e instanceof uT&&t.comma()})),t.print(e.is_array?"]":"}")})),e(qA,(function(e,t){t.print("debugger"),t.semicolon()})),tS.DEFMETHOD("_do_print_body",(function(e){l(this.body,e)})),e(WA,(function(e,t){e.body.print(t),t.semicolon()})),e(pS,(function(e,t){n(e.body,!0,t,!0),t.print("")})),e(nS,(function(e,t){e.label.print(t),t.colon(),e.body.print(t)})),e(jA,(function(e,t){e.body.print(t),t.semicolon()})),e(JA,(function(e,t){i(e,t)})),e(eS,(function(e,t){t.semicolon()})),e(oS,(function(e,t){t.print("do"),t.space(),f(e.body,t),t.space(),t.print("while"),t.space(),t.with_parens((function(){e.condition.print(t)})),t.semicolon()})),e(aS,(function(e,t){t.print("while"),t.space(),t.with_parens((function(){e.condition.print(t)})),t.space(),e._do_print_body(t)})),e(sS,(function(e,t){t.print("for"),t.space(),t.with_parens((function(){e.init?(e.init instanceof KS?e.init.print(t):o(e.init,t,!0),t.print(";"),t.space()):t.print(";"),e.condition?(e.condition.print(t),t.print(";"),t.space()):t.print(";"),e.step&&e.step.print(t)})),t.space(),e._do_print_body(t)})),e(uS,(function(e,t){t.print("for"),e.await&&(t.space(),t.print("await")),t.space(),t.with_parens((function(){e.init.print(t),t.space(),t.print(e instanceof lS?"of":"in"),t.space(),e.object.print(t)})),t.space(),e._do_print_body(t)})),e(cS,(function(e,t){t.print("with"),t.space(),t.with_parens((function(){e.expression.print(t)})),t.space(),e._do_print_body(t)})),hS.DEFMETHOD("_do_print",(function(e,t){var n=this;t||(n.async&&(e.print("async"),e.space()),e.print("function"),n.is_generator&&e.star(),n.name&&e.space()),n.name instanceof RD?n.name.print(e):t&&n.name instanceof XA&&e.with_square((function(){n.name.print(e)})),e.with_parens((function(){n.argnames.forEach((function(t,n){n&&e.comma(),t.print(e)}))})),e.space(),i(n,e,!0)})),e(hS,(function(e,t){e._do_print(t),t.gc_scope(e)})),e(yS,(function(e,t){var n=e.prefix,r=n instanceof hS||n instanceof sD||n instanceof uD||n instanceof ZS||n instanceof iD||n instanceof eD&&n.expression instanceof pD;r&&t.print("("),e.prefix.print(t),r&&t.print(")"),e.template_string.print(t)})),e(bS,(function(e,t){var n=t.parent()instanceof yS;t.print("`");for(var r=0;r<e.segments.length;r++)e.segments[r]instanceof AS?n?t.print(e.segments[r].raw):t.print_template_string_chars(e.segments[r].value):(t.print("${"),e.segments[r].print(t),t.print("}"));t.print("`")})),e(AS,(function(e,t){t.print_template_string_chars(e.value)})),_S.DEFMETHOD("_do_print",(function(e){var t=this,n=e.parent(),r=n instanceof sD&&!(n instanceof lD)||n instanceof iD||n instanceof $S&&t===n.expression;r&&e.print("("),t.async&&(e.print("async"),e.space()),1===t.argnames.length&&t.argnames[0]instanceof RD?t.argnames[0].print(e):e.with_parens((function(){t.argnames.forEach((function(t,n){n&&e.comma(),t.print(e)}))})),e.space(),e.print("=>"),e.space();const o=t.body[0];if(1===t.body.length&&o instanceof TS){const t=o.value;t?ST(t)?(e.print("("),t.print(e),e.print(")")):t.print(e):e.print("{}")}else i(t,e);r&&e.print(")"),e.gc_scope(t)})),DS.DEFMETHOD("_do_print",(function(e,t){if(e.print(t),this.value){e.space();const t=this.value.start.comments_before;t&&t.length&&!e.printed_comments.has(t)?(e.print("("),this.value.print(e),e.print(")")):this.value.print(e)}e.semicolon()})),e(TS,(function(e,t){e._do_print(t,"return")})),e(CS,(function(e,t){e._do_print(t,"throw")})),e(xS,(function(e,t){var n=e.is_star?"*":"";t.print("yield"+n),e.expression&&(t.space(),e.expression.print(t))})),e(kS,(function(e,t){t.print("await"),t.space();var n=e.expression,r=!(n instanceof $S||n instanceof WD||n instanceof JS||n instanceof iD||n instanceof JD||n instanceof kS||n instanceof pD);r&&t.print("("),e.expression.print(t),r&&t.print(")")})),OS.DEFMETHOD("_do_print",(function(e,t){e.print(t),this.label&&(e.space(),this.label.print(e)),e.semicolon()})),e(RS,(function(e,t){e._do_print(t,"break")})),e(wS,(function(e,t){e._do_print(t,"continue")})),e(MS,(function(e,t){t.print("if"),t.space(),t.with_parens((function(){e.condition.print(t)})),t.space(),e.alternative?(!function(e,t){var n=e.body;if(t.option("braces")||t.option("ie8")&&n instanceof oS)return f(n,t);if(!n)return t.force_semicolon();for(;;)if(n instanceof MS){if(!n.alternative)return void f(e.body,t);n=n.alternative}else{if(!(n instanceof tS))break;n=n.body}l(e.body,t)}(e,t),t.space(),t.print("else"),t.space(),e.alternative instanceof MS?e.alternative.print(t):l(e.alternative,t)):e._do_print_body(t)})),e(FS,(function(e,t){t.print("switch"),t.space(),t.with_parens((function(){e.expression.print(t)})),t.space();var n=e.body.length-1;n<0?r(e,t):t.with_block((function(){e.body.forEach((function(e,r){t.indent(!0),e.print(t),r<n&&e.body.length>0&&t.newline()}))}))})),NS.DEFMETHOD("_do_print_body",(function(e){e.newline(),this.body.forEach((function(t){e.indent(),t.print(e),e.newline()}))})),e(IS,(function(e,t){t.print("default:"),e._do_print_body(t)})),e(LS,(function(e,t){t.print("case"),t.space(),e.expression.print(t),t.print(":"),e._do_print_body(t)})),e(PS,(function(e,t){t.print("try"),t.space(),e.body.print(t),e.bcatch&&(t.space(),e.bcatch.print(t)),e.bfinally&&(t.space(),e.bfinally.print(t))})),e(BS,(function(e,t){i(e,t)})),e(US,(function(e,t){t.print("catch"),e.argname&&(t.space(),t.with_parens((function(){e.argname.print(t)}))),t.space(),i(e,t)})),e(VS,(function(e,t){t.print("finally"),t.space(),i(e,t)})),KS.DEFMETHOD("_do_print",(function(e,t){e.print(t),e.space(),this.definitions.forEach((function(t,n){n&&e.comma(),t.print(e)}));var n=e.parent();(!(n instanceof sS||n instanceof uS)||n&&n.init!==this)&&e.semicolon()})),e(GS,(function(e,t){e._do_print(t,"let")})),e(zS,(function(e,t){e._do_print(t,"var")})),e(HS,(function(e,t){e._do_print(t,"const")})),e(qS,(function(e,t){t.print("import"),t.space(),e.imported_name&&e.imported_name.print(t),e.imported_name&&e.imported_names&&(t.print(","),t.space()),e.imported_names&&(1!==e.imported_names.length||"*"!==e.imported_names[0].foreign_name.name||e.imported_names[0].foreign_name.quote?(t.print("{"),e.imported_names.forEach((function(n,r){t.space(),n.print(t),r<e.imported_names.length-1&&t.print(",")})),t.space(),t.print("}")):e.imported_names[0].print(t)),(e.imported_name||e.imported_names)&&(t.space(),t.print("from"),t.space()),e.module_name.print(t),e.assert_clause&&(t.print("assert"),e.assert_clause.print(t)),t.semicolon()})),e(YS,(function(e,t){t.print("import.meta")})),e(WS,(function(e,t){var n=t.parent()instanceof qS,r=e.name.definition(),i=e.foreign_name,o=(r&&r.mangled_name||e.name.name)!==i.name;o||"*"!==i.name||i.quote==e.name.quote||(o=!0);var a=null==i.quote;o?(n?a?t.print(i.name):t.print_string(i.name,i.quote):null==e.name.quote?e.name.print(t):t.print_string(e.name.name,e.name.quote),t.space(),t.print("as"),t.space(),n?e.name.print(t):a?t.print(i.name):t.print_string(i.name,i.quote)):null==e.name.quote?e.name.print(t):t.print_string(e.name.name,e.name.quote)})),e(jS,(function(e,t){if(t.print("export"),t.space(),e.is_default&&(t.print("default"),t.space()),e.exported_names)1!==e.exported_names.length||"*"!==e.exported_names[0].name.name||e.exported_names[0].name.quote?(t.print("{"),e.exported_names.forEach((function(n,r){t.space(),n.print(t),r<e.exported_names.length-1&&t.print(",")})),t.space(),t.print("}")):e.exported_names[0].print(t);else if(e.exported_value)e.exported_value.print(t);else if(e.exported_definition&&(e.exported_definition.print(t),e.exported_definition instanceof KS))return;e.module_name&&(t.space(),t.print("from"),t.space(),e.module_name.print(t)),e.assert_clause&&(t.print("assert"),e.assert_clause.print(t)),(e.exported_value&&!(e.exported_value instanceof ES||e.exported_value instanceof gS||e.exported_value instanceof bD)||e.module_name||e.exported_names)&&t.semicolon()})),e(XS,(function(e,t){if(e.name.print(t),e.value){t.space(),t.print("="),t.space();var n=t.parent(1),r=n instanceof sS||n instanceof uS;o(e.value,t,r)}})),e($S,(function(e,t){e.expression.print(t),e instanceof QS&&0===e.args.length||((e.expression instanceof $S||e.expression instanceof hS)&&t.add_mapping(e.start),e.optional&&t.print("?."),t.with_parens((function(){e.args.forEach((function(e,n){n&&t.comma(),e.print(t)}))})))})),e(QS,(function(e,t){t.print("new"),t.space(),$S.prototype._codegen(e,t)})),ZS.DEFMETHOD("_do_print",(function(e){this.expressions.forEach((function(t,n){n>0&&(e.comma(),e.should_break()&&(e.newline(),e.indent())),t.print(e)}))})),e(ZS,(function(e,t){e._do_print(t)})),e(eD,(function(e,t){var n=e.expression;n.print(t);var r=e.property,i=nA.has(r)?t.option("ie8"):!OA(r,t.option("ecma")>=2015||t.option("safari10"));e.optional&&t.print("?."),i?(t.print("["),t.add_mapping(e.end),t.print_string(r),t.print("]")):(n instanceof tT&&n.getValue()>=0&&(/[xa-f.)]/i.test(t.last())||t.print(".")),e.optional||t.print("."),t.add_mapping(e.end),t.print_name(r))})),e(tD,(function(e,t){e.expression.print(t);var n=e.property;e.optional&&t.print("?"),t.print(".#"),t.add_mapping(e.end),t.print_name(n)})),e(nD,(function(e,t){e.expression.print(t),e.optional&&t.print("?."),t.print("["),e.property.print(t),t.print("]")})),e(rD,(function(e,t){e.expression.print(t)})),e(oD,(function(e,t){var n=e.operator;t.print(n),(/^[a-z]/i.test(n)||/[+-]$/.test(n)&&e.expression instanceof oD&&/^[+-]/.test(e.expression.operator))&&t.space(),e.expression.print(t)})),e(aD,(function(e,t){e.expression.print(t),t.print(e.operator)})),e(sD,(function(e,t){var n=e.operator;e.left.print(t),">"==n[0]&&e.left instanceof aD&&"--"==e.left.operator?t.print(" "):t.space(),t.print(n),("<"==n||"<<"==n)&&e.right instanceof oD&&"!"==e.right.operator&&e.right.expression instanceof oD&&"--"==e.right.expression.operator?t.print(" "):t.space(),e.right.print(t)})),e(uD,(function(e,t){e.condition.print(t),t.space(),t.print("?"),t.space(),e.consequent.print(t),t.space(),t.colon(),e.alternative.print(t)})),e(fD,(function(e,t){t.with_square((function(){var n=e.elements,r=n.length;r>0&&t.space(),n.forEach((function(e,n){n&&t.comma(),e.print(t),n===r-1&&e instanceof uT&&t.comma()})),r>0&&t.space()}))})),e(pD,(function(e,t){e.properties.length>0?t.with_block((function(){e.properties.forEach((function(e,n){n&&(t.print(","),t.newline()),t.indent(),e.print(t)})),t.newline()})):r(e,t)})),e(bD,(function(e,t){if(t.print("class"),t.space(),e.name&&(e.name.print(t),t.space()),e.extends){var n=!(e.extends instanceof WD||e.extends instanceof JS||e.extends instanceof OD||e.extends instanceof gS);t.print("extends"),n?t.print("("):t.space(),e.extends.print(t),n?t.print(")"):t.space()}e.properties.length>0?t.with_block((function(){e.properties.forEach((function(e,n){n&&t.newline(),t.indent(),e.print(t)})),t.newline()})):t.print("{}")})),e(wD,(function(e,t){t.print("new.target")})),e(hD,(function(e,t){function n(e){var t=e.definition();return t?t.mangled_name||t.name:e.name}var r=t.option("shorthand");r&&e.value instanceof RD&&OA(e.key,t.option("ecma")>=2015||t.option("safari10"))&&n(e.value)===e.key&&!nA.has(e.key)?a(e.key,e.quote,t):r&&e.value instanceof cD&&e.value.left instanceof RD&&OA(e.key,t.option("ecma")>=2015||t.option("safari10"))&&n(e.value.left)===e.key?(a(e.key,e.quote,t),t.space(),t.print("="),t.space(),e.value.right.print(t)):(e.key instanceof XA?t.with_square((function(){e.key.print(t)})):a(e.key,e.quote,t),t.colon(),e.value.print(t))})),e(SD,((e,t)=>{e.static&&(t.print("static"),t.space()),t.print("#"),a(e.key.name,e.quote,t),e.value&&(t.print("="),e.value.print(t)),t.semicolon()})),e(AD,((e,t)=>{e.static&&(t.print("static"),t.space()),e.key instanceof BD?a(e.key.name,e.quote,t):(t.print("["),e.key.print(t),t.print("]")),e.value&&(t.print("="),e.value.print(t)),t.semicolon()})),dD.DEFMETHOD("_print_getter_setter",(function(e,t,n){var r=this;r.static&&(n.print("static"),n.space()),e&&(n.print(e),n.space()),r.key instanceof PD?(t&&n.print("#"),a(r.key.name,r.quote,n)):n.with_square((function(){r.key.print(n)})),r.value._do_print(n,!0)})),e(_D,(function(e,t){e._print_getter_setter("set",!1,t)})),e(ED,(function(e,t){e._print_getter_setter("get",!1,t)})),e(mD,(function(e,t){e._print_getter_setter("set",!0,t)})),e(gD,(function(e,t){e._print_getter_setter("get",!0,t)})),e(yD,(function(e,t){var n;e.is_generator&&e.async?n="async*":e.is_generator?n="*":e.async&&(n="async"),e._print_getter_setter(n,!0,t)})),e(DD,(function(e,t){e.key.print(t),t.space(),t.print("in"),t.space(),e.value.print(t)})),e($D,(function(e,t){t.print("#"+e.name)})),e(vD,(function(e,t){var n;e.is_generator&&e.async?n="async*":e.is_generator?n="*":e.async&&(n="async"),e._print_getter_setter(n,!1,t)})),e(CD,(function(e,t){t.print("static"),t.space(),i(e,t)})),RD.DEFMETHOD("_do_print",(function(e){var t=this.definition();e.print_name(t?t.mangled_name||t.name:this.name)})),e(RD,(function(e,t){e._do_print(t)})),e(uT,wb),e(QD,(function(e,t){t.print("this")})),e(ZD,(function(e,t){t.print("super")})),e(JD,(function(e,t){t.print(e.getValue())})),e(eT,(function(e,t){t.print_string(e.getValue(),e.quote,t.in_directive)})),e(tT,(function(e,t){(t.option("keep_numbers")||t.use_asm)&&e.raw?t.print(e.raw):t.print(c(e.getValue()))})),e(nT,(function(e,t){t.print(e.getValue()+"n")}));const s=/(<\s*\/\s*script)/i,u=(e,t)=>t.replace("/","\\/");function l(e,t){t.option("braces")?f(e,t):!e||e instanceof eS?t.force_semicolon():e instanceof GS||e instanceof HS||e instanceof bD?f(e,t):e.print(t)}function c(e){var t,n,r,i=e.toString(10).replace(/^0\./,".").replace("e+","e"),o=[i];return Math.floor(e)===e&&(e<0?o.push("-0x"+(-e).toString(16).toLowerCase()):o.push("0x"+e.toString(16).toLowerCase())),(t=/^\.0+/.exec(i))?(n=t[0].length,r=i.slice(n),o.push(r+"e-"+(r.length+n-1))):(t=/0+$/.exec(i))?(n=t[0].length,o.push(i.slice(0,-n)+"e"+n)):(t=/^(\d)\.(\d+)e(-?\d+)$/.exec(i))&&o.push(t[1]+t[2]+"e"+(t[3]-t[2].length)),function(e){for(var t=e[0],n=t.length,r=1;r<e.length;++r)e[r].length<n&&(n=(t=e[r]).length);return t}(o)}function f(e,t){!e||e instanceof eS?t.print("{}"):e instanceof JA?e.print(t):t.with_block((function(){t.indent(),e.print(t),t.newline()}))}function p(e,t){e.forEach((function(e){e.DEFMETHOD("add_source_map",t)}))}e(rT,(function(e,t){let{source:n,flags:r}=e.getValue();n=Wb(n),r=r?function(e){const t=new Set(e.split(""));let n="";for(const e of"dgimsuy")t.has(e)&&(n+=e,t.delete(e));return t.size&&t.forEach((e=>{n+=e})),n}(r):"",n=n.replace(s,u),t.print(t.to_utf8(`/${n}/${r}`,!1,!0));const i=t.parent();i instanceof sD&&/^\w/.test(i.operator)&&i.left===e&&t.print(" ")})),p([XA,nS,pS],wb),p([fD,JA,US,bD,JD,qA,KS,YA,VS,SS,hS,QS,pD,tS,RD,FS,NS,bS,AS,PS],(function(e){e.add_mapping(this.start)})),p([ED,_D,gD,mD],(function(e){e.add_mapping(this.key.end,this.key.name)})),p([dD],(function(e){e.add_mapping(this.start,this.key)}))}();const xT=(e,t)=>null===e&&null===t||e.TYPE===t.TYPE&&e.shallow_cmp(t),MT=()=>!0;XA.prototype.shallow_cmp=function(){throw new Error("did not find a shallow_cmp function for "+this.constructor.name)},qA.prototype.shallow_cmp=MT,YA.prototype.shallow_cmp=function(e){return this.value===e.value},jA.prototype.shallow_cmp=MT,ZA.prototype.shallow_cmp=MT,eS.prototype.shallow_cmp=MT,nS.prototype.shallow_cmp=function(e){return this.label.name===e.label.name},oS.prototype.shallow_cmp=MT,aS.prototype.shallow_cmp=MT,sS.prototype.shallow_cmp=function(e){return(null==this.init?null==e.init:this.init===e.init)&&(null==this.condition?null==e.condition:this.condition===e.condition)&&(null==this.step?null==e.step:this.step===e.step)},uS.prototype.shallow_cmp=MT,lS.prototype.shallow_cmp=MT,cS.prototype.shallow_cmp=MT,pS.prototype.shallow_cmp=MT,dS.prototype.shallow_cmp=MT,hS.prototype.shallow_cmp=function(e){return this.is_generator===e.is_generator&&this.async===e.async},vS.prototype.shallow_cmp=function(e){return this.is_array===e.is_array},yS.prototype.shallow_cmp=MT,bS.prototype.shallow_cmp=MT,AS.prototype.shallow_cmp=function(e){return this.value===e.value},SS.prototype.shallow_cmp=MT,OS.prototype.shallow_cmp=MT,kS.prototype.shallow_cmp=MT,xS.prototype.shallow_cmp=function(e){return this.is_star===e.is_star},MS.prototype.shallow_cmp=function(e){return null==this.alternative?null==e.alternative:this.alternative===e.alternative},FS.prototype.shallow_cmp=MT,NS.prototype.shallow_cmp=MT,PS.prototype.shallow_cmp=function(e){return this.body===e.body&&(null==this.bcatch?null==e.bcatch:this.bcatch===e.bcatch)&&(null==this.bfinally?null==e.bfinally:this.bfinally===e.bfinally)},US.prototype.shallow_cmp=function(e){return null==this.argname?null==e.argname:this.argname===e.argname},VS.prototype.shallow_cmp=MT,KS.prototype.shallow_cmp=MT,XS.prototype.shallow_cmp=function(e){return null==this.value?null==e.value:this.value===e.value},WS.prototype.shallow_cmp=MT,qS.prototype.shallow_cmp=function(e){return(null==this.imported_name?null==e.imported_name:this.imported_name===e.imported_name)&&(null==this.imported_names?null==e.imported_names:this.imported_names===e.imported_names)},YS.prototype.shallow_cmp=MT,jS.prototype.shallow_cmp=function(e){return(null==this.exported_definition?null==e.exported_definition:this.exported_definition===e.exported_definition)&&(null==this.exported_value?null==e.exported_value:this.exported_value===e.exported_value)&&(null==this.exported_names?null==e.exported_names:this.exported_names===e.exported_names)&&this.module_name===e.module_name&&this.is_default===e.is_default},$S.prototype.shallow_cmp=MT,ZS.prototype.shallow_cmp=MT,JS.prototype.shallow_cmp=MT,rD.prototype.shallow_cmp=MT,eD.prototype.shallow_cmp=function(e){return this.property===e.property},tD.prototype.shallow_cmp=function(e){return this.property===e.property},iD.prototype.shallow_cmp=function(e){return this.operator===e.operator},sD.prototype.shallow_cmp=function(e){return this.operator===e.operator},uD.prototype.shallow_cmp=MT,fD.prototype.shallow_cmp=MT,pD.prototype.shallow_cmp=MT,dD.prototype.shallow_cmp=MT,hD.prototype.shallow_cmp=function(e){return this.key===e.key},_D.prototype.shallow_cmp=function(e){return this.static===e.static},ED.prototype.shallow_cmp=function(e){return this.static===e.static},vD.prototype.shallow_cmp=function(e){return this.static===e.static&&this.is_generator===e.is_generator&&this.async===e.async},bD.prototype.shallow_cmp=function(e){return(null==this.name?null==e.name:this.name===e.name)&&(null==this.extends?null==e.extends:this.extends===e.extends)},AD.prototype.shallow_cmp=function(e){return this.static===e.static},RD.prototype.shallow_cmp=function(e){return this.name===e.name},wD.prototype.shallow_cmp=MT,QD.prototype.shallow_cmp=MT,ZD.prototype.shallow_cmp=MT,eT.prototype.shallow_cmp=function(e){return this.value===e.value},tT.prototype.shallow_cmp=function(e){return this.value===e.value},nT.prototype.shallow_cmp=function(e){return this.value===e.value},rT.prototype.shallow_cmp=function(e){return this.value.flags===e.value.flags&&this.value.source===e.value.source},iT.prototype.shallow_cmp=MT;let FT=null,NT=null,IT=null;class LT{constructor(e,t,n){this.name=t.name,this.orig=[t],this.init=n,this.eliminated=0,this.assignments=0,this.scope=e,this.replaced=0,this.global=!1,this.export=0,this.mangled_name=null,this.undeclared=!1,this.id=LT.next_id++,this.chained=!1,this.direct_access=!1,this.escaped=0,this.recursive_refs=0,this.references=[],this.should_replace=void 0,this.single_use=!1,this.fixed=!1,Object.seal(this)}fixed_value(){return!this.fixed||this.fixed instanceof XA?this.fixed:this.fixed()}unmangleable(e){return e||(e={}),!!(FT&&FT.has(this.id)&&Hb(e.keep_fnames,this.orig[0].name))||(this.global&&!e.toplevel||1&this.export||this.undeclared||!e.eval&&this.scope.pinned()||(this.orig[0]instanceof UD||this.orig[0]instanceof LD)&&Hb(e.keep_fnames,this.orig[0].name)||this.orig[0]instanceof PD||(this.orig[0]instanceof KD||this.orig[0]instanceof VD)&&Hb(e.keep_classnames,this.orig[0].name))}mangle(e){const t=e.cache&&e.cache.props;if(this.global&&t&&t.has(this.name))this.mangled_name=t.get(this.name);else if(!this.mangled_name&&!this.unmangleable(e)){var n=this.scope,r=this.orig[0];e.ie8&&r instanceof UD&&(n=n.parent_scope);const i=PT(this);this.mangled_name=i?i.mangled_name||i.name:n.next_mangled(e,this),this.global&&t&&t.set(this.name,this.mangled_name)}}}function PT(e){if(e.orig[0]instanceof zD&&e.scope.is_block_scope())return e.scope.get_defun_scope().variables.get(e.name)}function BT(e,t){let n;IT&&(n=e.get_defun_scope())&&IT.has(n)&&(e=n);var r=e.enclosed,i=t.nth_identifier;e:for(;;){var o=i.get(++e.cname);if(!nA.has(o)&&!(t.reserved.has(o)||NT&&NT.has(o))){for(let e=r.length;--e>=0;){const n=r[e];if(o==(n.mangled_name||n.unmangleable(t)&&n.name))continue e}return o}}}function UT(e){return(e=Rb(e,{eval:!1,nth_identifier:VT,ie8:!1,keep_classnames:!1,keep_fnames:!1,module:!1,reserved:[],toplevel:!1})).module&&(e.toplevel=!0),Array.isArray(e.reserved)||e.reserved instanceof Set||(e.reserved=[]),e.reserved=new Set(e.reserved),e.reserved.add("arguments"),e}LT.next_id=1,fS.DEFMETHOD("figure_out_scope",(function(e,{parent_scope:t=null,toplevel:n=this}={}){if(e=Rb(e,{cache:null,ie8:!1,safari10:!1}),!(n instanceof pS))throw new Error("Invalid toplevel scope");var r=this.parent_scope=t,i=new Map,o=null,a=null,s=[],u=new gT(((t,n)=>{if(t.is_block_scope()){const i=r;if(t.block_scope=r=new fS(t),r._block_scope=!0,r.init_scope_vars(i),r.uses_with=i.uses_with,r.uses_eval=i.uses_eval,e.safari10&&(t instanceof sS||t instanceof uS||t instanceof lS)&&s.push(r),t instanceof FS){const e=r;r=i,t.expression.walk(u),r=e;for(let e=0;e<t.body.length;e++)t.body[e].walk(u)}else n();return r=i,!0}if(t instanceof vS){const e=a;return a=t,n(),a=e,!0}if(t instanceof fS){t.init_scope_vars(r);var c=r,f=o,p=i;return o=r=t,i=new Map,n(),r=c,o=f,i=p,!0}if(t instanceof nS){var d=t.label;if(i.has(d.name))throw new Error(Pb("Label {name} defined twice",d));return i.set(d.name,d),n(),i.delete(d.name),!0}if(t instanceof cS)for(var h=r;h;h=h.parent_scope)h.uses_with=!0;else{if(t instanceof RD&&(t.scope=r),t instanceof XD&&(t.thedef=t,t.references=[]),t instanceof UD)o.def_function(t,"arguments"==t.name?void 0:o);else if(t instanceof LD){const e=o.parent_scope;t.scope=u.directives["use strict"]?e:e.get_defun_scope(),l(t.scope.def_function(t,o),1)}else if(t instanceof KD)l(o.def_variable(t,o),1);else if(t instanceof GD)r.def_variable(t);else if(t instanceof VD)l((t.scope=o.parent_scope).def_function(t,o),1);else if(t instanceof xD||t instanceof ND||t instanceof FD||t instanceof zD){if((m=t instanceof MD?r.def_variable(t,null):o.def_variable(t,"SymbolVar"==t.TYPE?null:void 0)).orig.every((e=>e===t||(t instanceof MD?e instanceof UD:!(e instanceof ND||e instanceof FD))))||kA(`"${t.name}" is redeclared`,t.start.file,t.start.line,t.start.col,t.start.pos),t instanceof ID||l(m,2),o!==r){t.mark_enclosed();var m=r.find_variable(t);t.thedef!==m&&(t.thedef=m,t.reference())}}else if(t instanceof jD){var g=i.get(t.name);if(!g)throw new Error(Pb("Undefined label {name} [{line},{col}]",{name:t.name,line:t.start.line,col:t.start.col}));t.thedef=g}r instanceof pS||!(t instanceof jS||t instanceof qS)||kA(`"${t.TYPE}" statement may only appear at the top level`,t.start.file,t.start.line,t.start.col,t.start.pos)}}));function l(e,t){if(a){var n=0;do{t++}while(u.parent(n++)!==a)}var r=u.parent(t);if(e.export=r instanceof jS?1:0){var i=r.exported_definition;(i instanceof ES||i instanceof TD)&&r.is_default&&(e.export=2)}}this.walk(u);this instanceof pS&&(this.globals=new Map);u=new gT((e=>{if(e instanceof OS&&e.label)return e.label.thedef.references.push(e),!0;if(e instanceof WD){var t,r=e.name;if("eval"==r&&u.parent()instanceof $S)for(var i=e.scope;i&&!i.uses_eval;i=i.parent_scope)i.uses_eval=!0;return u.parent()instanceof WS&&u.parent(1).module_name||!(t=e.scope.find_variable(r))?(t=n.def_global(e),e instanceof qD&&(t.export=1)):t.scope instanceof hS&&"arguments"==r&&(t.scope.get_defun_scope().uses_arguments=!0),e.thedef=t,e.reference(),!e.scope.is_block_scope()||t.orig[0]instanceof MD||(e.scope=e.scope.get_defun_scope()),!0}var o;if(e instanceof zD&&(o=PT(e.definition())))for(i=e.scope;i&&(Lb(i.enclosed,o),i!==o.scope);)i=i.parent_scope}));if(this.walk(u),(e.ie8||e.safari10)&&dT(this,(e=>{if(e instanceof zD){var t=e.name,r=e.thedef.references,i=e.scope.get_defun_scope(),o=i.find_variable(t)||n.globals.get(t)||i.def_variable(e);return r.forEach((function(e){e.thedef=o,e.reference()})),e.thedef=o,e.reference(),!0}})),e.safari10)for(const e of s)e.parent_scope.variables.forEach((function(t){Lb(e.enclosed,t)}))})),pS.DEFMETHOD("def_global",(function(e){var t=this.globals,n=e.name;if(t.has(n))return t.get(n);var r=new LT(this,e);return r.undeclared=!0,r.global=!0,t.set(n,r),r})),fS.DEFMETHOD("init_scope_vars",(function(e){this.variables=new Map,this.uses_with=!1,this.uses_eval=!1,this.parent_scope=e,this.enclosed=[],this.cname=-1})),fS.DEFMETHOD("conflicting_def",(function(e){return this.enclosed.find((t=>t.name===e))||this.variables.has(e)||this.parent_scope&&this.parent_scope.conflicting_def(e)})),fS.DEFMETHOD("conflicting_def_shallow",(function(e){return this.enclosed.find((t=>t.name===e))||this.variables.has(e)})),fS.DEFMETHOD("add_child_scope",(function(e){if(e.parent_scope===this)return;e.parent_scope=this,e instanceof _S&&!this.uses_arguments&&(this.uses_arguments=dT(e,(e=>e instanceof WD&&e.scope instanceof hS&&"arguments"===e.name?mT:e instanceof hS&&!(e instanceof _S)||void 0))),this.uses_with=this.uses_with||e.uses_with,this.uses_eval=this.uses_eval||e.uses_eval;const t=(()=>{const e=[];let t=this;do{e.push(t)}while(t=t.parent_scope);return e.reverse(),e})(),n=new Set(e.enclosed),r=[];for(const e of t){r.forEach((t=>Lb(e.enclosed,t)));for(const t of e.variables.values())n.has(t)&&(Lb(r,t),Lb(e.enclosed,t))}})),fS.DEFMETHOD("create_symbol",(function(e,{source:t,tentative_name:n,scope:r,conflict_scopes:i=[r],init:o=null}={}){let a;if(i=function(e){const t=new Set;for(const n of new Set(e))!function e(n){null==n||t.has(n)||(t.add(n),e(n.parent_scope))}(n);return[...t]}(i),n){n=a=n.replace(/(?:^[^a-z_$]|[^a-z0-9_$])/gi,"_");let e=0;for(;i.find((e=>e.conflicting_def_shallow(a)));)a=n+"$"+e++}if(!a)throw new Error("No symbol name could be generated in create_symbol()");const s=Ib(e,t,{name:a,scope:r});return this.def_variable(s,o||null),s.mark_enclosed(),s})),XA.DEFMETHOD("is_block_scope",kb),bD.DEFMETHOD("is_block_scope",kb),hS.DEFMETHOD("is_block_scope",kb),pS.DEFMETHOD("is_block_scope",kb),NS.DEFMETHOD("is_block_scope",kb),ZA.DEFMETHOD("is_block_scope",xb),fS.DEFMETHOD("is_block_scope",(function(){return this._block_scope||!1})),rS.DEFMETHOD("is_block_scope",xb),hS.DEFMETHOD("init_scope_vars",(function(){fS.prototype.init_scope_vars.apply(this,arguments),this.uses_arguments=!1,this.def_variable(new ID({name:"arguments",start:this.start,end:this.end}))})),_S.DEFMETHOD("init_scope_vars",(function(){fS.prototype.init_scope_vars.apply(this,arguments),this.uses_arguments=!1})),RD.DEFMETHOD("mark_enclosed",(function(){for(var e=this.definition(),t=this.scope;t&&(Lb(t.enclosed,e),t!==e.scope);)t=t.parent_scope})),RD.DEFMETHOD("reference",(function(){this.definition().references.push(this),this.mark_enclosed()})),fS.DEFMETHOD("find_variable",(function(e){return e instanceof RD&&(e=e.name),this.variables.get(e)||this.parent_scope&&this.parent_scope.find_variable(e)})),fS.DEFMETHOD("def_function",(function(e,t){var n=this.def_variable(e,t);return(!n.init||n.init instanceof ES)&&(n.init=t),n})),fS.DEFMETHOD("def_variable",(function(e,t){var n=this.variables.get(e.name);return n?(n.orig.push(e),n.init&&(n.scope!==e.scope||n.init instanceof gS)&&(n.init=t)):(n=new LT(this,e,t),this.variables.set(e.name,n),n.global=!this.parent_scope),e.thedef=n})),fS.DEFMETHOD("next_mangled",(function(e){return BT(this,e)})),pS.DEFMETHOD("next_mangled",(function(e){let t;const n=this.mangled_names;do{t=BT(this,e)}while(n.has(t));return t})),gS.DEFMETHOD("next_mangled",(function(e,t){for(var n=t.orig[0]instanceof ID&&this.name&&this.name.definition(),r=n?n.mangled_name||n.name:null;;){var i=BT(this,e);if(!r||r!=i)return i}})),RD.DEFMETHOD("unmangleable",(function(e){var t=this.definition();return!t||t.unmangleable(e)})),XD.DEFMETHOD("unmangleable",kb),RD.DEFMETHOD("unreferenced",(function(){return!this.definition().references.length&&!this.scope.pinned()})),RD.DEFMETHOD("definition",(function(){return this.thedef})),RD.DEFMETHOD("global",(function(){return this.thedef.global})),pS.DEFMETHOD("mangle_names",(function(e){var t=(e=UT(e)).nth_identifier,n=-1,r=[];e.keep_fnames&&(FT=new Set);const i=this.mangled_names=new Set;NT=new Set,e.cache&&(this.globals.forEach(a),e.cache.props&&e.cache.props.forEach((function(e){i.add(e)})));var o=new gT((function(i,s){if(i instanceof nS){var u=n;return s(),n=u,!0}if(i instanceof ES&&!(o.parent()instanceof fS)&&(IT=IT||new Set,IT.add(i.parent_scope.get_defun_scope())),i instanceof fS)i.variables.forEach(a);else if(i.is_block_scope())i.block_scope.variables.forEach(a);else if(FT&&i instanceof XS&&i.value instanceof hS&&!i.value.name&&Hb(e.keep_fnames,i.name.name))FT.add(i.name.definition().id);else{if(i instanceof XD){let e;do{e=t.get(++n)}while(nA.has(e));return i.mangled_name=e,!0}!e.ie8&&!e.safari10&&i instanceof zD&&r.push(i.definition())}}));function a(t){1&t.export?NT.add(t.name):e.reserved.has(t.name)||r.push(t)}this.walk(o),(e.keep_fnames||e.keep_classnames)&&r.forEach((t=>{t.name.length<6&&t.unmangleable(e)&&NT.add(t.name)})),r.forEach((t=>{t.mangle(e)})),FT=null,NT=null,IT=null})),pS.DEFMETHOD("find_colliding_names",(function(e){const t=e.cache&&e.cache.props,n=new Set;return e.reserved.forEach(r),this.globals.forEach(i),this.walk(new gT((function(e){e instanceof fS&&e.variables.forEach(i),e instanceof zD&&i(e.definition())}))),n;function r(e){n.add(e)}function i(n){var i=n.name;if(n.global&&t&&t.has(i))i=t.get(i);else if(!n.unmangleable(e))return;r(i)}})),pS.DEFMETHOD("expand_names",(function(e){var t=(e=UT(e)).nth_identifier;t.reset&&t.sort&&(t.reset(),t.sort());var n=this.find_colliding_names(e),r=0;function i(i){if(i.global&&e.cache)return;if(i.unmangleable(e))return;if(e.reserved.has(i.name))return;const o=PT(i),a=i.name=o?o.name:function(){var e;do{e=t.get(r++)}while(n.has(e)||nA.has(e));return e}();i.orig.forEach((function(e){e.name=a})),i.references.forEach((function(e){e.name=a}))}this.globals.forEach(i),this.walk(new gT((function(e){e instanceof fS&&e.variables.forEach(i),e instanceof zD&&i(e.definition())})))})),XA.DEFMETHOD("tail_node",Mb),ZS.DEFMETHOD("tail_node",(function(){return this.expressions[this.expressions.length-1]})),pS.DEFMETHOD("compute_char_frequency",(function(e){var t=(e=UT(e)).nth_identifier;if(t.reset&&t.consider&&t.sort){t.reset();try{XA.prototype.print=function(r,i){this._print(r,i),this instanceof RD&&!this.unmangleable(e)?t.consider(this.name,-1):e.properties&&(this instanceof tD?t.consider("#"+this.property,-1):this instanceof eD?t.consider(this.property,-1):this instanceof nD&&n(this.property))},t.consider(this.print_to_string(),1)}finally{XA.prototype.print=XA.prototype._print}t.sort()}function n(e){e instanceof eT?t.consider(e.value,-1):e instanceof uD?(n(e.consequent),n(e.alternative)):e instanceof ZS&&n(e.tail_node())}}));const VT=(()=>{const e="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ$_".split(""),t="0123456789".split("");let n,r;function i(){r=new Map,e.forEach((function(e){r.set(e,0)})),t.forEach((function(e){r.set(e,0)}))}function o(e,t){return r.get(t)-r.get(e)}function a(){n=Ub(e,o).concat(Ub(t,o))}return i(),a(),{get:function(e){var t="",r=54;e++;do{e--,t+=n[e%r],e=Math.floor(e/r),r=64}while(e>0);return t},consider:function(e,t){for(var n=e.length;--n>=0;)r.set(e[n],r.get(e[n])+t)},reset:i,sort:a}})();let KT;XA.prototype.size=function(e,t){KT=e&&e.mangle_options;let n=0;return hT(this,((e,t)=>{if(n+=e._size(t),e instanceof _S&&e.is_braceless())return n+=e.body[0].value._size(t),!0}),t||e&&e.stack),KT=void 0,n},XA.prototype._size=()=>0,qA.prototype._size=()=>8,YA.prototype._size=function(){return 2+this.value.length};const zT=e=>e.length&&e.length-1;ZA.prototype._size=function(){return 2+zT(this.body)},pS.prototype._size=function(){return zT(this.body)},eS.prototype._size=()=>1,nS.prototype._size=()=>2,oS.prototype._size=()=>9,aS.prototype._size=()=>7,sS.prototype._size=()=>8,uS.prototype._size=()=>8,cS.prototype._size=()=>6,dS.prototype._size=()=>3;const GT=e=>(e.is_generator?1:0)+(e.async?6:0);mS.prototype._size=function(){return GT(this)+4+zT(this.argnames)+zT(this.body)},gS.prototype._size=function(e){return 2*!!AT(e)+GT(this)+12+zT(this.argnames)+zT(this.body)},ES.prototype._size=function(){return GT(this)+13+zT(this.argnames)+zT(this.body)},_S.prototype._size=function(){let e=2+zT(this.argnames);1===this.argnames.length&&this.argnames[0]instanceof RD||(e+=2);const t=this.is_braceless()?0:zT(this.body)+2;return GT(this)+e+t},vS.prototype._size=()=>2,bS.prototype._size=function(){return 2+3*Math.floor(this.segments.length/2)},AS.prototype._size=function(){return this.value.length},TS.prototype._size=function(){return this.value?7:6},CS.prototype._size=()=>6,RS.prototype._size=function(){return this.label?6:5},wS.prototype._size=function(){return this.label?9:8},MS.prototype._size=()=>4,FS.prototype._size=function(){return 8+zT(this.body)},LS.prototype._size=function(){return 5+zT(this.body)},IS.prototype._size=function(){return 8+zT(this.body)},PS.prototype._size=()=>3,US.prototype._size=function(){let e=7+zT(this.body);return this.argname&&(e+=2),e},VS.prototype._size=function(){return 7+zT(this.body)},zS.prototype._size=function(){return 4+zT(this.definitions)},GS.prototype._size=function(){return 4+zT(this.definitions)},HS.prototype._size=function(){return 6+zT(this.definitions)},XS.prototype._size=function(){return this.value?1:0},WS.prototype._size=function(){return this.name?4:0},qS.prototype._size=function(){let e=6;return this.imported_name&&(e+=1),(this.imported_name||this.imported_names)&&(e+=5),this.imported_names&&(e+=2+zT(this.imported_names)),e},YS.prototype._size=()=>11,jS.prototype._size=function(){let e=7+(this.is_default?8:0);return this.exported_value&&(e+=this.exported_value._size()),this.exported_names&&(e+=2+zT(this.exported_names)),this.module_name&&(e+=5),e},$S.prototype._size=function(){return this.optional?4+zT(this.args):2+zT(this.args)},QS.prototype._size=function(){return 6+zT(this.args)},ZS.prototype._size=function(){return zT(this.expressions)},eD.prototype._size=function(){return this.optional?this.property.length+2:this.property.length+1},tD.prototype._size=function(){return this.optional?this.property.length+3:this.property.length+2},nD.prototype._size=function(){return this.optional?4:2},iD.prototype._size=function(){return"typeof"===this.operator?7:"void"===this.operator?5:this.operator.length},sD.prototype._size=function(e){if("in"===this.operator)return 4;let t=this.operator.length;return("+"===this.operator||"-"===this.operator)&&this.right instanceof iD&&this.right.operator===this.operator&&(t+=1),this.needs_parens(e)&&(t+=2),t},uD.prototype._size=()=>3,fD.prototype._size=function(){return 2+zT(this.elements)},pD.prototype._size=function(e){let t=2;return AT(e)&&(t+=2),t+zT(this.properties)};const HT=e=>"string"==typeof e?e.length:0;hD.prototype._size=function(){return HT(this.key)+1};const XT=e=>e?7:0;ED.prototype._size=function(){return 5+XT(this.static)+HT(this.key)},_D.prototype._size=function(){return 5+XT(this.static)+HT(this.key)},vD.prototype._size=function(){return XT(this.static)+HT(this.key)+GT(this)},yD.prototype._size=function(){return vD.prototype._size.call(this)+1},gD.prototype._size=mD.prototype._size=function(){return vD.prototype._size.call(this)+4},DD.prototype._size=function(){return 5},bD.prototype._size=function(){return(this.name?8:7)+(this.extends?8:0)},CD.prototype._size=function(){return 7+zT(this.body)},AD.prototype._size=function(){return XT(this.static)+("string"==typeof this.key?this.key.length+2:0)+(this.value?1:0)},SD.prototype._size=function(){return AD.prototype._size.call(this)+1},RD.prototype._size=function(){return KT&&this.thedef&&!this.thedef.unmangleable(KT)?1:this.name.length},BD.prototype._size=function(){return this.name.length},WD.prototype._size=kD.prototype._size=function(){return"arguments"===this.name?9:RD.prototype._size.call(this)},wD.prototype._size=()=>10,HD.prototype._size=function(){return this.name.length},YD.prototype._size=function(){return this.name.length},QD.prototype._size=()=>4,ZD.prototype._size=()=>5,eT.prototype._size=function(){return this.value.length+2},tT.prototype._size=function(){const{value:e}=this;return 0===e?1:e>0&&Math.floor(e)===e?Math.floor(Math.log10(e)+1):e.toString().length},nT.prototype._size=function(){return this.value.length},rT.prototype._size=function(){return this.value.toString().length},oT.prototype._size=()=>4,aT.prototype._size=()=>3,sT.prototype._size=()=>6,uT.prototype._size=()=>0,lT.prototype._size=()=>8,pT.prototype._size=()=>4,fT.prototype._size=()=>5,kS.prototype._size=()=>6,xS.prototype._size=()=>6;const WT=1,qT=8,YT=16,jT=32,$T=256,QT=1024,ZT=768|QT,JT=(e,t)=>e.flags&t,eC=(e,t)=>{e.flags|=t},tC=(e,t)=>{e.flags&=~t};function nC(e,t){return t instanceof ZS?e.push(...t.expressions):e.push(t),e}function rC(e,t){if(1==t.length)return t[0];if(0==t.length)throw new Error("trying to create a sequence with length zero!");return Ib(ZS,e,{expressions:t.reduce(nC,[])})}function iC(e,t){switch(typeof e){case"string":return Ib(eT,t,{value:e});case"number":return isNaN(e)?Ib(aT,t):isFinite(e)?1/e<0?Ib(oD,t,{operator:"-",expression:Ib(tT,t,{value:-e})}):Ib(tT,t,{value:e}):e<0?Ib(oD,t,{operator:"-",expression:Ib(lT,t)}):Ib(lT,t);case"boolean":return Ib(e?pT:fT,t);case"undefined":return Ib(sT,t);default:if(null===e)return Ib(oT,t,{value:null});if(e instanceof RegExp)return Ib(rT,t,{value:{source:Wb(e.source),flags:e.flags}});throw new Error(Pb("Can't handle constant of type: {type}",{type:typeof e}))}}function oC(e,t){return e.size()>t.size()?t:e}function aC(e,t,n){return AT(e)?function(e,t){return oC(Ib(jA,e,{body:e}),Ib(jA,t,{body:t})).body}(t,n):oC(t,n)}function sC(e){return e instanceof JD?e.getValue():e instanceof oD&&"void"==e.operator&&e.expression instanceof JD?void 0:e}function uC(e,t){if(!((t=sC(t))instanceof XA)){var n;if(e instanceof fD){var r=e.elements;if("length"==t)return iC(r.length,e);"number"==typeof t&&t in r&&(n=r[t])}else if(e instanceof pD){t=""+t;for(var i=e.properties,o=i.length;--o>=0;){if(!(i[o]instanceof hD))return;n||i[o].key!==t||(n=i[o].value)}}return n instanceof WD&&n.fixed_value()||n}}function lC(e,t){var n=!1,r=new gT((function(t){return!!(n||t instanceof fS)||(t instanceof OS&&r.loopcontrol_target(t)===e?n=!0:void 0)}));return t instanceof nS&&r.push(t),r.push(e),e.body.walk(r),n}function cC(e,t,n){if(e instanceof oD&&"delete"==e.operator||e instanceof $S&&e.expression===t&&(n instanceof rD||n instanceof JS||n instanceof WD&&"eval"==n.name)){return rC(t,[Ib(tT,t,{value:0}),n])}return n}function fC(e){return e instanceof _S||e instanceof gS}function pC(e){return"Call"==e.TYPE&&(e.expression instanceof gS||pC(e.expression))}function dC(e){return null===e||(e instanceof eS||e instanceof JA&&0==e.body.length)}const hC=Vb("Infinity NaN undefined");function mC(e){return e instanceof lT||e instanceof aT||e instanceof sT}function gC(e,t){if(!(e instanceof WD))return!1;for(var n=e.definition().orig,r=n.length;--r>=0;)if(n[r]instanceof t)return!0}function _C(e){return!(e instanceof TD||e instanceof ES||e instanceof GS||e instanceof HS||e instanceof jS||e instanceof qS)}function EC(e){if(null===e)return[];if(e instanceof JA)return e.body;if(e instanceof eS)return[];if(e instanceof WA)return[e];throw new Error("Can't convert thing to statement array")}function vC(e,t){const n=e=>{if(e instanceof WD&&t.includes(e.definition()))return mT};return hT(e,((t,r)=>{if(t instanceof fS&&t!==e){var i=r.parent();if(i instanceof $S&&i.expression===t&&!t.async&&!t.is_generator)return;return!dT(t,n)||mT}}))}function yC(e,t){for(var n,r=0;n=e.parent(r);r++)if(n instanceof hS||n instanceof bD){var i=n.name;if(i&&i.definition()===t)return!0}return!1}function bC(e,t){return t.top_retain&&e instanceof ES&&JT(e,QT)&&e.name&&t.top_retain(e.name)}function AC(e){const t=new Map;for(var n of Object.keys(e))t.set(n,Vb(e[n]));return(e,n)=>{const r=t.get(e);return null!=r&&r.has(n)}}const SC=new Set(["Number","String","Array","Object","Function","Promise"]),DC=["constructor","toString","valueOf"],TC=AC({Array:["at","flat","includes","indexOf","join","lastIndexOf","slice",...DC],Boolean:DC,Function:DC,Number:["toExponential","toFixed","toPrecision",...DC],Object:DC,RegExp:["test",...DC],String:["at","charAt","charCodeAt","charPointAt","concat","endsWith","fromCharCode","fromCodePoint","includes","indexOf","italics","lastIndexOf","localeCompare","match","matchAll","normalize","padStart","padEnd","repeat","replace","replaceAll","search","slice","split","startsWith","substr","substring","repeat","toLocaleLowerCase","toLocaleUpperCase","toLowerCase","toUpperCase","trim","trimEnd","trimStart",...DC]}),CC=AC({Array:["isArray"],Math:["abs","acos","asin","atan","ceil","cos","exp","floor","log","round","sin","sqrt","tan","atan2","pow","max","min"],Number:["isFinite","isNaN"],Object:["create","getOwnPropertyDescriptor","getOwnPropertyNames","getPrototypeOf","isExtensible","isFrozen","isSealed","hasOwn","keys"],String:["fromCharCode"]}),OC=AC({Math:["E","LN10","LN2","LOG2E","LOG10E","PI","SQRT1_2","SQRT2"],Number:["MAX_VALUE","MIN_VALUE","NaN","NEGATIVE_INFINITY","POSITIVE_INFINITY"]}),RC=e=>e instanceof WD&&e.definition().undeclared,wC=Vb("&& || ??"),kC=Vb("delete ++ --");var xC;function MC(e,t){return JT(e,qT)||e instanceof sT||e instanceof oD&&"void"==e.operator&&!e.expression.has_side_effects(t)}function FC(e,t){let n;return e instanceof oT||MC(e,t)||e instanceof WD&&(n=e.definition().fixed)instanceof XA&&IC(n,t)}function NC(e,t){return e instanceof JS||e instanceof $S?e.optional&&FC(e.expression,t)||NC(e.expression,t):e instanceof rD&&NC(e.expression,t)}function IC(e,t){return!!FC(e,t)||NC(e,t)}function LC(e,t){return t instanceof iD&&kC.has(t.operator)?t.expression:t instanceof lD&&t.left===e?e:void 0}!function(e){const t=Vb("! delete"),n=Vb("in instanceof == != === !== < <= >= >");e(XA,kb),e(oD,(function(){return t.has(this.operator)})),e(sD,(function(){return n.has(this.operator)||wC.has(this.operator)&&this.left.is_boolean()&&this.right.is_boolean()})),e(uD,(function(){return this.consequent.is_boolean()&&this.alternative.is_boolean()})),e(lD,(function(){return"="==this.operator&&this.right.is_boolean()})),e(ZS,(function(){return this.tail_node().is_boolean()})),e(pT,xb),e(fT,xb)}((function(e,t){e.DEFMETHOD("is_boolean",t)})),function(e){e(XA,kb),e(tT,xb);const t=Vb("+ - ~ ++ --");e(iD,(function(){return t.has(this.operator)&&!(this.expression instanceof nT)}));const n=Vb("- * / % & | ^ << >> >>>");e(sD,(function(e){return n.has(this.operator)||"+"==this.operator&&this.left.is_number(e)&&this.right.is_number(e)})),e(lD,(function(e){return n.has(this.operator.slice(0,-1))||"="==this.operator&&this.right.is_number(e)})),e(ZS,(function(e){return this.tail_node().is_number(e)})),e(uD,(function(e){return this.consequent.is_number(e)&&this.alternative.is_number(e)}))}((function(e,t){e.DEFMETHOD("is_number",t)})),(xC=function(e,t){e.DEFMETHOD("is_string",t)})(XA,kb),xC(eT,xb),xC(bS,xb),xC(oD,(function(){return"typeof"==this.operator})),xC(sD,(function(e){return"+"==this.operator&&(this.left.is_string(e)||this.right.is_string(e))})),xC(lD,(function(e){return("="==this.operator||"+="==this.operator)&&this.right.is_string(e)})),xC(ZS,(function(e){return this.tail_node().is_string(e)})),xC(uD,(function(e){return this.consequent.is_string(e)&&this.alternative.is_string(e)})),function(e){function t(e,t){for(var n=e.length;--n>=0;)if(e[n].has_side_effects(t))return!0;return!1}e(XA,xb),e(eS,kb),e(JD,kb),e(QD,kb),e(ZA,(function(e){return t(this.body,e)})),e($S,(function(e){return!(this.is_callee_pure(e)||this.expression.is_call_pure(e)&&!this.expression.has_side_effects(e))||t(this.args,e)})),e(FS,(function(e){return this.expression.has_side_effects(e)||t(this.body,e)})),e(LS,(function(e){return this.expression.has_side_effects(e)||t(this.body,e)})),e(PS,(function(e){return this.body.has_side_effects(e)||this.bcatch&&this.bcatch.has_side_effects(e)||this.bfinally&&this.bfinally.has_side_effects(e)})),e(MS,(function(e){return this.condition.has_side_effects(e)||this.body&&this.body.has_side_effects(e)||this.alternative&&this.alternative.has_side_effects(e)})),e(YS,kb),e(nS,(function(e){return this.body.has_side_effects(e)})),e(jA,(function(e){return this.body.has_side_effects(e)})),e(hS,kb),e(bD,(function(e){return!(!this.extends||!this.extends.has_side_effects(e))||t(this.properties,e)})),e(CD,(function(e){return t(this.body,e)})),e(sD,(function(e){return this.left.has_side_effects(e)||this.right.has_side_effects(e)})),e(lD,xb),e(uD,(function(e){return this.condition.has_side_effects(e)||this.consequent.has_side_effects(e)||this.alternative.has_side_effects(e)})),e(iD,(function(e){return kC.has(this.operator)||this.expression.has_side_effects(e)})),e(WD,(function(e){return!this.is_declared(e)&&!SC.has(this.name)})),e(BD,kb),e(kD,kb),e(pD,(function(e){return t(this.properties,e)})),e(dD,(function(e){return this.computed_key()&&this.key.has_side_effects(e)||this.value&&this.value.has_side_effects(e)})),e(AD,(function(e){return this.computed_key()&&this.key.has_side_effects(e)||this.static&&this.value&&this.value.has_side_effects(e)})),e(vD,(function(e){return this.computed_key()&&this.key.has_side_effects(e)})),e(ED,(function(e){return this.computed_key()&&this.key.has_side_effects(e)})),e(_D,(function(e){return this.computed_key()&&this.key.has_side_effects(e)})),e(fD,(function(e){return t(this.elements,e)})),e(eD,(function(e){return!IC(this,e)&&(!this.optional&&this.expression.may_throw_on_access(e)||this.expression.has_side_effects(e))})),e(nD,(function(e){return!IC(this,e)&&(!this.optional&&this.expression.may_throw_on_access(e)||this.expression.has_side_effects(e)||this.property.has_side_effects(e))})),e(rD,(function(e){return this.expression.has_side_effects(e)})),e(ZS,(function(e){return t(this.expressions,e)})),e(KS,(function(e){return t(this.definitions,e)})),e(XS,(function(){return this.value})),e(AS,kb),e(bS,(function(e){return t(this.segments,e)}))}((function(e,t){e.DEFMETHOD("has_side_effects",t)})),function(e){function t(e,t){for(var n=e.length;--n>=0;)if(e[n].may_throw(t))return!0;return!1}e(XA,xb),e(JD,kb),e(eS,kb),e(hS,kb),e(kD,kb),e(QD,kb),e(YS,kb),e(bD,(function(e){return!(!this.extends||!this.extends.may_throw(e))||t(this.properties,e)})),e(CD,(function(e){return t(this.body,e)})),e(fD,(function(e){return t(this.elements,e)})),e(lD,(function(e){return!!this.right.may_throw(e)||!(!e.has_directive("use strict")&&"="==this.operator&&this.left instanceof WD)&&this.left.may_throw(e)})),e(sD,(function(e){return this.left.may_throw(e)||this.right.may_throw(e)})),e(ZA,(function(e){return t(this.body,e)})),e($S,(function(e){return!IC(this,e)&&(!!t(this.args,e)||!this.is_callee_pure(e)&&(!!this.expression.may_throw(e)||(!(this.expression instanceof hS)||t(this.expression.body,e))))})),e(LS,(function(e){return this.expression.may_throw(e)||t(this.body,e)})),e(uD,(function(e){return this.condition.may_throw(e)||this.consequent.may_throw(e)||this.alternative.may_throw(e)})),e(KS,(function(e){return t(this.definitions,e)})),e(MS,(function(e){return this.condition.may_throw(e)||this.body&&this.body.may_throw(e)||this.alternative&&this.alternative.may_throw(e)})),e(nS,(function(e){return this.body.may_throw(e)})),e(pD,(function(e){return t(this.properties,e)})),e(dD,(function(e){return!!this.value&&this.value.may_throw(e)})),e(AD,(function(e){return this.computed_key()&&this.key.may_throw(e)||this.static&&this.value&&this.value.may_throw(e)})),e(vD,(function(e){return this.computed_key()&&this.key.may_throw(e)})),e(ED,(function(e){return this.computed_key()&&this.key.may_throw(e)})),e(_D,(function(e){return this.computed_key()&&this.key.may_throw(e)})),e(TS,(function(e){return this.value&&this.value.may_throw(e)})),e(ZS,(function(e){return t(this.expressions,e)})),e(jA,(function(e){return this.body.may_throw(e)})),e(eD,(function(e){return!IC(this,e)&&(!this.optional&&this.expression.may_throw_on_access(e)||this.expression.may_throw(e))})),e(nD,(function(e){return!IC(this,e)&&(!this.optional&&this.expression.may_throw_on_access(e)||this.expression.may_throw(e)||this.property.may_throw(e))})),e(rD,(function(e){return this.expression.may_throw(e)})),e(FS,(function(e){return this.expression.may_throw(e)||t(this.body,e)})),e(WD,(function(e){return!this.is_declared(e)&&!SC.has(this.name)})),e(BD,kb),e(PS,(function(e){return this.bcatch?this.bcatch.may_throw(e):this.body.may_throw(e)||this.bfinally&&this.bfinally.may_throw(e)})),e(iD,(function(e){return!("typeof"==this.operator&&this.expression instanceof WD)&&this.expression.may_throw(e)})),e(XS,(function(e){return!!this.value&&this.value.may_throw(e)}))}((function(e,t){e.DEFMETHOD("may_throw",t)})),function(e){function t(e){let t=!0;return dT(this,(n=>{if(n instanceof WD){if(JT(this,YT))return t=!1,mT;var r=n.definition();if(Cb(r,this.enclosed)&&!this.variables.has(r.name)){if(e){var i=e.find_variable(n);if(r.undeclared?!i:i===r)return t="f",!0}return t=!1,mT}return!0}if(n instanceof QD&&this instanceof _S)return t=!1,mT})),t}e(XA,kb),e(JD,xb),e(bD,(function(e){if(this.extends&&!this.extends.is_constant_expression(e))return!1;for(const t of this.properties){if(t.computed_key()&&!t.key.is_constant_expression(e))return!1;if(t.static&&t.value&&!t.value.is_constant_expression(e))return!1;if(t instanceof CD)return!1}return t.call(this,e)})),e(hS,t),e(iD,(function(){return this.expression.is_constant_expression()})),e(sD,(function(){return this.left.is_constant_expression()&&this.right.is_constant_expression()})),e(fD,(function(){return this.elements.every((e=>e.is_constant_expression()))})),e(pD,(function(){return this.properties.every((e=>e.is_constant_expression()))})),e(dD,(function(){return!(this.key instanceof XA||!this.value||!this.value.is_constant_expression())}))}((function(e,t){e.DEFMETHOD("is_constant_expression",t)})),function(e){function t(e){return/strict/.test(e.option("pure_getters"))}XA.DEFMETHOD("may_throw_on_access",(function(e){return!e.option("pure_getters")||this._dot_throw(e)})),e(XA,t),e(oT,xb),e(sT,xb),e(JD,kb),e(fD,kb),e(pD,(function(e){if(!t(e))return!1;for(var n=this.properties.length;--n>=0;)if(this.properties[n]._dot_throw(e))return!0;return!1})),e(bD,kb),e(dD,kb),e(ED,xb),e(dS,(function(e){return this.expression._dot_throw(e)})),e(gS,kb),e(_S,kb),e(aD,kb),e(oD,(function(){return"void"==this.operator})),e(sD,(function(e){return("&&"==this.operator||"||"==this.operator||"??"==this.operator)&&(this.left._dot_throw(e)||this.right._dot_throw(e))})),e(lD,(function(e){return!!this.logical||"="==this.operator&&this.right._dot_throw(e)})),e(uD,(function(e){return this.consequent._dot_throw(e)||this.alternative._dot_throw(e)})),e(eD,(function(e){return!!t(e)&&("prototype"!=this.property||!(this.expression instanceof gS||this.expression instanceof bD))})),e(rD,(function(e){return this.expression._dot_throw(e)})),e(ZS,(function(e){return this.tail_node()._dot_throw(e)})),e(WD,(function(e){if("arguments"===this.name&&this.scope instanceof hS)return!1;if(JT(this,qT))return!0;if(!t(e))return!1;if(RC(this)&&this.is_declared(e))return!1;if(this.is_immutable())return!1;var n=this.fixed_value();return!n||n._dot_throw(e)}))}((function(e,t){e.DEFMETHOD("_dot_throw",t)})),function(e){function t(e,n){if(e instanceof XA)return e instanceof JD||(e=e.clone(!0)),Ib(e.CTOR,n,e);if(Array.isArray(e))return Ib(fD,n,{elements:e.map((function(e){return t(e,n)}))});if(e&&"object"==typeof e){var r=[];for(var i in e)Gb(e,i)&&r.push(Ib(hD,n,{key:i,value:t(e[i],n)}));return Ib(pD,n,{properties:r})}return iC(e,n)}pS.DEFMETHOD("resolve_defines",(function(e){return e.option("global_defs")?(this.figure_out_scope({ie8:e.option("ie8")}),this.transform(new _T((function(t){var n=t._find_defs(e,"");if(n){for(var r,i=0,o=t;(r=this.parent(i++))&&r instanceof JS&&r.expression===o;)o=r;if(!LC(o,r))return n}})))):this})),e(XA,wb),e(rD,(function(e,t){return this.expression._find_defs(e,t)})),e(eD,(function(e,t){return this.expression._find_defs(e,"."+this.property+t)})),e(kD,(function(){this.global()})),e(WD,(function(e,n){if(this.global()){var r=e.option("global_defs"),i=this.name+n;return Gb(r,i)?t(r[i],this):void 0}})),e(YS,(function(e,n){var r=e.option("global_defs"),i="import.meta"+n;if(Gb(r,i))return t(r[i],this)}))}((function(e,t){e.DEFMETHOD("_find_defs",t)})),function(e){function t(e){return Ib(oD,e,{operator:"!",expression:e})}function n(e,n,r){var i=t(e);if(r){var o=Ib(jA,n,{body:n});return oC(i,o)===o?n:i}return oC(i,n)}e(XA,(function(){return t(this)})),e(WA,(function(){throw new Error("Cannot negate a statement")})),e(gS,(function(){return t(this)})),e(_S,(function(){return t(this)})),e(oD,(function(){return"!"==this.operator?this.expression:t(this)})),e(ZS,(function(e){var t=this.expressions.slice();return t.push(t.pop().negate(e)),rC(this,t)})),e(uD,(function(e,t){var r=this.clone();return r.consequent=r.consequent.negate(e),r.alternative=r.alternative.negate(e),n(this,r,t)})),e(sD,(function(e,r){var i=this.clone(),o=this.operator;if(e.option("unsafe_comps"))switch(o){case"<=":return i.operator=">",i;case"<":return i.operator=">=",i;case">=":return i.operator="<",i;case">":return i.operator="<=",i}switch(o){case"==":return i.operator="!=",i;case"!=":return i.operator="==",i;case"===":return i.operator="!==",i;case"!==":return i.operator="===",i;case"&&":return i.operator="||",i.left=i.left.negate(e,r),i.right=i.right.negate(e),n(this,i,r);case"||":return i.operator="&&",i.left=i.left.negate(e,r),i.right=i.right.negate(e),n(this,i,r)}return t(this)}))}((function(e,t){e.DEFMETHOD("negate",(function(e,n){return t.call(this,e,n)}))}));var PC=Vb("Boolean decodeURI decodeURIComponent Date encodeURI encodeURIComponent Error escape EvalError isFinite isNaN Number Object parseFloat parseInt RangeError ReferenceError String SyntaxError TypeError unescape URIError");$S.DEFMETHOD("is_callee_pure",(function(e){if(e.option("unsafe")){var t=this.expression,n=this.args&&this.args[0]&&this.args[0].evaluate(e);if(t.expression&&"hasOwnProperty"===t.expression.name&&(null==n||n.thedef&&n.thedef.undeclared))return!1;if(RC(t)&&PC.has(t.name))return!0;if(t instanceof eD&&RC(t.expression)&&CC(t.expression.name,t.property))return!0}return!!jb(this,ET)||!e.pure_funcs(this)})),XA.DEFMETHOD("is_call_pure",kb),eD.DEFMETHOD("is_call_pure",(function(e){if(!e.option("unsafe"))return;const t=this.expression;let n;return t instanceof fD?n="Array":t.is_boolean()?n="Boolean":t.is_number(e)?n="Number":t instanceof rT?n="RegExp":t.is_string(e)?n="String":this.may_throw_on_access(e)||(n="Object"),null!=n&&TC(n,this.property)}));const BC=e=>e&&e.aborts();function UC(e,t,n,r,i,o){var a=t.parent(i),s=LC(n,a);if(s)return s;if(!o&&a instanceof $S&&a.expression===n&&!(r instanceof _S)&&!(r instanceof bD)&&!a.is_callee_pure(e)&&(!(r instanceof gS)||!(a instanceof QS)&&r.contains_this()))return!0;if(a instanceof fD)return UC(e,t,a,a,i+1);if(a instanceof hD&&n===a.value){var u=t.parent(i+1);return UC(e,t,u,u,i+2)}if(a instanceof JS&&a.expression===n){var l=uC(r,a.property);return!o&&UC(e,t,a,l,i+1)}}function VC(e,t){e.DEFMETHOD("_eval",t)}!function(e){function t(){for(var e=0;e<this.body.length;e++)if(BC(this.body[e]))return this.body[e];return null}e(WA,Fb),e(SS,Mb),e(qS,Fb),e(JA,t),e(NS,t),e(TD,(function(){for(const e of this.properties)if(e instanceof CD&&e.aborts())return e;return null})),e(CD,t),e(MS,(function(){return this.alternative&&BC(this.body)&&BC(this.alternative)&&this}))}((function(e,t){e.DEFMETHOD("aborts",t)}));const KC=Symbol("This AST_Chain is nullish");XA.DEFMETHOD("evaluate",(function(e){if(!e.option("evaluate"))return this;var t=this._eval(e,1);if(!t||t instanceof RegExp)return t;if("function"==typeof t||"object"==typeof t||t==KC)return this;if("string"==typeof t){const n=this.size(e);if(t.length+2>n)return this}return t}));var zC=Vb("! ~ - + void");XA.DEFMETHOD("is_constant",(function(){return this instanceof JD?!(this instanceof rT):this instanceof oD&&this.expression instanceof JD&&zC.has(this.operator)})),VC(WA,(function(){throw new Error(Pb("Cannot evaluate a statement [{file}:{line},{col}]",this.start))})),VC(hS,Mb),VC(bD,Mb),VC(XA,Mb),VC(JD,(function(){return this.getValue()})),VC(nT,Mb),VC(rT,(function(e){let t=e.evaluated_regexps.get(this.value);if(void 0===t&&Yb(this.value.source)){try{const{source:e,flags:n}=this.value;t=new RegExp(e,n)}catch(e){t=null}e.evaluated_regexps.set(this.value,t)}return t||this})),VC(bS,(function(){return 1!==this.segments.length?this:this.segments[0].value})),VC(gS,(function(e){if(e.option("unsafe")){var t=function(){};return t.node=this,t.toString=()=>this.print_to_string(),t}return this})),VC(fD,(function(e,t){if(e.option("unsafe")){for(var n=[],r=0,i=this.elements.length;r<i;r++){var o=this.elements[r],a=o._eval(e,t);if(o===a)return this;n.push(a)}return n}return this})),VC(pD,(function(e,t){if(e.option("unsafe")){for(var n={},r=0,i=this.properties.length;r<i;r++){var o=this.properties[r];if(o instanceof dS)return this;var a=o.key;if(a instanceof RD)a=a.name;else if(a instanceof XA&&(a=a._eval(e,t))===o.key)return this;if("function"==typeof Object.prototype[a])return this;if(!(o.value instanceof gS)&&(n[a]=o.value._eval(e,t),n[a]===o.value))return this}return n}return this}));var GC=Vb("! typeof void");VC(oD,(function(e,t){var n=this.expression;if(e.option("typeofs")&&"typeof"==this.operator&&(n instanceof hS||n instanceof WD&&n.fixed_value()instanceof hS))return"function";if(GC.has(this.operator)||t++,(n=n._eval(e,t))===this.expression)return this;switch(this.operator){case"!":return!n;case"typeof":return n instanceof RegExp?this:typeof n;case"void":return;case"~":return~n;case"-":return-n;case"+":return+n}return this}));var HC=Vb("&& || ?? === !==");const XC=Vb("== != === !=="),WC=e=>"object"==typeof e||"function"==typeof e||"symbol"==typeof e;VC(sD,(function(e,t){HC.has(this.operator)||t++;var n=this.left._eval(e,t);if(n===this.left)return this;var r,i=this.right._eval(e,t);if(i===this.right)return this;if(null!=n&&null!=i&&XC.has(this.operator)&&WC(n)&&WC(i)&&typeof n==typeof i)return this;switch(this.operator){case"&&":r=n&&i;break;case"||":r=n||i;break;case"??":r=null!=n?n:i;break;case"|":r=n|i;break;case"&":r=n&i;break;case"^":r=n^i;break;case"+":r=n+i;break;case"*":r=n*i;break;case"**":r=Math.pow(n,i);break;case"/":r=n/i;break;case"%":r=n%i;break;case"-":r=n-i;break;case"<<":r=n<<i;break;case">>":r=n>>i;break;case">>>":r=n>>>i;break;case"==":r=n==i;break;case"===":r=n===i;break;case"!=":r=n!=i;break;case"!==":r=n!==i;break;case"<":r=n<i;break;case"<=":r=n<=i;break;case">":r=n>i;break;case">=":r=n>=i;break;default:return this}return isNaN(r)&&e.find_parent(cS)?this:r})),VC(uD,(function(e,t){var n=this.condition._eval(e,t);if(n===this.condition)return this;var r=n?this.consequent:this.alternative,i=r._eval(e,t);return i===r?this:i}));const qC=new Set;VC(WD,(function(e,t){if(qC.has(this))return this;var n=this.fixed_value();if(!n)return this;qC.add(this);const r=n._eval(e,t);if(qC.delete(this),r===n)return this;if(r&&"object"==typeof r){var i=this.definition().escaped;if(i&&t>i)return this}return r}));const YC={Array:Array,Math:Math,Number:Number,Object:Object,String:String},jC=new Set(["dotAll","global","ignoreCase","multiline","sticky","unicode"]);function $C(e,t){e.DEFMETHOD("drop_side_effect_free",t)}function QC(e,t,n){var r=e.length;if(!r)return null;for(var i=[],o=!1,a=0;a<r;a++){var s=e[a].drop_side_effect_free(t,n);o|=s!==e[a],s&&(i.push(s),n=!1)}return o?i.length?i:null:e}VC(JS,(function(e,t){let n=this.expression._eval(e,t+1);if(n===KC||this.optional&&null==n)return KC;if(e.option("unsafe")){var r=this.property;if(r instanceof XA&&(r=r._eval(e,t))===this.property)return this;var i=this.expression;if(RC(i)){var o,a="hasOwnProperty"===i.name&&"call"===r&&(o=e.parent()&&e.parent().args)&&o&&o[0]&&o[0].evaluate(e);if(null==(a=a instanceof eD?a.expression:a)||a.thedef&&a.thedef.undeclared)return this.clone();if(!OC(i.name,r))return this;n=YC[i.name]}else{if(n instanceof RegExp){if("source"==r)return Wb(n.source);if("flags"==r||jC.has(r))return n[r]}if(!n||n===i||!Gb(n,r))return this;if("function"==typeof n)switch(r){case"name":return n.node.name?n.node.name.name:"";case"length":return n.node.length_property();default:return this}}return n[r]}return this})),VC(rD,(function(e,t){const n=this.expression._eval(e,t);return n===KC?void 0:n===this.expression?this:n})),VC($S,(function(e,t){var n=this.expression;const r=n._eval(e,t);if(r===KC||this.optional&&null==r)return KC;if(e.option("unsafe")&&n instanceof JS){var i,o=n.property;if(o instanceof XA&&(o=o._eval(e,t))===n.property)return this;var a=n.expression;if(RC(a)){var s="hasOwnProperty"===a.name&&"call"===o&&this.args[0]&&this.args[0].evaluate(e);if(null==(s=s instanceof eD?s.expression:s)||s.thedef&&s.thedef.undeclared)return this.clone();if(!CC(a.name,o))return this;i=YC[a.name]}else{if((i=a._eval(e,t+1))===a||!i)return this;if(!TC(i.constructor.name,o))return this}for(var u=[],l=0,c=this.args.length;l<c;l++){var f=this.args[l],p=f._eval(e,t);if(f===p)return this;if(f instanceof hS)return this;u.push(p)}try{return i[o].apply(i,u)}catch(e){}}return this})),VC(QS,Mb),$C(XA,Mb),$C(JD,Fb),$C(QD,Fb),$C($S,(function(e,t){if(NC(this,e))return this.expression.drop_side_effect_free(e,t);if(!this.is_callee_pure(e)){if(this.expression.is_call_pure(e)){var n=this.args.slice();return n.unshift(this.expression.expression),(n=QC(n,e,t))&&rC(this,n)}if(fC(this.expression)&&(!this.expression.name||!this.expression.name.definition().references.length)){var r=this.clone();return r.expression.process_expression(!1,e),r}return this}var i=QC(this.args,e,t);return i&&rC(this,i)})),$C(mS,Fb),$C(gS,Fb),$C(_S,Fb),$C(bD,(function(e){const t=[],n=this.extends&&this.extends.drop_side_effect_free(e);n&&t.push(n);for(const n of this.properties){if(n instanceof CD){if(n.body.some((t=>t.has_side_effects(e))))return this;continue}const r=n.drop_side_effect_free(e);r&&t.push(r)}return t.length?rC(this,t):null})),$C(sD,(function(e,t){var n=this.right.drop_side_effect_free(e);if(!n)return this.left.drop_side_effect_free(e,t);if(wC.has(this.operator)){if(n===this.right)return this;var r=this.clone();return r.right=n,r}var i=this.left.drop_side_effect_free(e,t);return i?rC(this,[i,n]):this.right.drop_side_effect_free(e,t)})),$C(lD,(function(e){if(this.logical)return this;var t=this.left;if(t.has_side_effects(e)||e.has_directive("use strict")&&t instanceof JS&&t.expression.is_constant())return this;for(eC(this,jT);t instanceof JS;)t=t.expression;return t.is_constant_expression(e.find_parent(fS))?this.right.drop_side_effect_free(e):this})),$C(uD,(function(e){var t=this.consequent.drop_side_effect_free(e),n=this.alternative.drop_side_effect_free(e);if(t===this.consequent&&n===this.alternative)return this;if(!t)return n?Ib(sD,this,{operator:"||",left:this.condition,right:n}):this.condition.drop_side_effect_free(e);if(!n)return Ib(sD,this,{operator:"&&",left:this.condition,right:t});var r=this.clone();return r.consequent=t,r.alternative=n,r})),$C(iD,(function(e,t){if(kC.has(this.operator))return this.expression.has_side_effects(e)?tC(this,jT):eC(this,jT),this;if("typeof"==this.operator&&this.expression instanceof WD)return null;var n=this.expression.drop_side_effect_free(e,t);return t&&n&&pC(n)?n===this.expression&&"!"==this.operator?this:n.negate(e,t):n})),$C(WD,(function(e){return this.is_declared(e)||SC.has(this.name)?null:this})),$C(pD,(function(e,t){var n=QC(this.properties,e,t);return n&&rC(this,n)})),$C(dD,(function(e,t){const n=this instanceof hD&&this.key instanceof XA&&this.key.drop_side_effect_free(e,t),r=this.value&&this.value.drop_side_effect_free(e,t);return n&&r?rC(this,[n,r]):n||r})),$C(AD,(function(e){const t=this.computed_key()&&this.key.drop_side_effect_free(e),n=this.static&&this.value&&this.value.drop_side_effect_free(e);return t&&n?rC(this,[t,n]):t||n||null})),$C(vD,(function(){return this.computed_key()?this.key:null})),$C(ED,(function(){return this.computed_key()?this.key:null})),$C(_D,(function(){return this.computed_key()?this.key:null})),$C(fD,(function(e,t){var n=QC(this.elements,e,t);return n&&rC(this,n)})),$C(eD,(function(e,t){return NC(this,e)?this.expression.drop_side_effect_free(e,t):this.expression.may_throw_on_access(e)?this:this.expression.drop_side_effect_free(e,t)})),$C(nD,(function(e,t){if(NC(this,e))return this.expression.drop_side_effect_free(e,t);if(this.expression.may_throw_on_access(e))return this;var n=this.expression.drop_side_effect_free(e,t);if(!n)return this.property.drop_side_effect_free(e,t);var r=this.property.drop_side_effect_free(e);return r?rC(this,[n,r]):n})),$C(rD,(function(e,t){return this.expression.drop_side_effect_free(e,t)})),$C(ZS,(function(e){var t=this.tail_node(),n=t.drop_side_effect_free(e);if(n===t)return this;var r=this.expressions.slice(0,-1);return n&&r.push(n),r.length?rC(this,r):Ib(tT,this,{value:0})})),$C(dS,(function(e,t){return this.expression.drop_side_effect_free(e,t)})),$C(AS,Fb),$C(bS,(function(e){var t=QC(this.segments,e,AT);return t&&rC(this,t)}));const ZC=/keep_assign/;function JC(e,t){e.DEFMETHOD("reduce_vars",t)}function eO(e,t){t.assignments=0,t.chained=!1,t.direct_access=!1,t.escaped=0,t.recursive_refs=0,t.references=[],t.single_use=void 0,t.scope.pinned()||t.orig[0]instanceof ID&&t.scope.uses_arguments?t.fixed=!1:t.orig[0]instanceof FD||!e.exposed(t)?t.fixed=t.init:t.fixed=!1}function tO(e,t,n){n.variables.forEach((function(n){eO(t,n),null===n.fixed?(e.defs_to_safe_ids.set(n.id,e.safe_ids),oO(e,n,!0)):n.fixed&&(e.loop_ids.set(n.id,e.in_loop),oO(e,n,!0))}))}function nO(e,t){t.block_scope&&t.block_scope.variables.forEach((t=>{eO(e,t)}))}function rO(e){e.safe_ids=Object.create(e.safe_ids)}function iO(e){e.safe_ids=Object.getPrototypeOf(e.safe_ids)}function oO(e,t,n){e.safe_ids[t.id]=n}function aO(e,t){if("m"==t.single_use)return!1;if(e.safe_ids[t.id]){if(null==t.fixed){var n=t.orig[0];if(n instanceof ID||"arguments"==n.name)return!1;t.fixed=Ib(sT,n)}return!0}return t.fixed instanceof ES}function sO(e,t,n,r){if(void 0===t.fixed)return!0;let i;return null===t.fixed&&(i=e.defs_to_safe_ids.get(t.id))?(i[t.id]=!1,e.defs_to_safe_ids.delete(t.id),!0):!!Gb(e.safe_ids,t.id)&&(!!aO(e,t)&&(!1!==t.fixed&&(!(null!=t.fixed&&(!r||t.references.length>t.assignments))&&(t.fixed instanceof ES?r instanceof XA&&t.fixed.parent_scope===n:t.orig.every((e=>!(e instanceof FD||e instanceof LD||e instanceof UD)))))))}function uO(e,t,n,r,i,o=0,a=1){var s=e.parent(o);if(i){if(i.is_constant())return;if(i instanceof OD)return}if(s instanceof lD&&("="===s.operator||s.logical)&&r===s.right||s instanceof $S&&(r!==s.expression||s instanceof QS)||s instanceof DS&&r===s.value&&r.scope!==t.scope||s instanceof XS&&r===s.value||s instanceof xS&&r===s.value&&r.scope!==t.scope)return!(a>1)||i&&i.is_constant_expression(n)||(a=1),void((!t.escaped||t.escaped>a)&&(t.escaped=a));if(s instanceof fD||s instanceof kS||s instanceof sD&&wC.has(s.operator)||s instanceof uD&&r!==s.condition||s instanceof dS||s instanceof ZS&&r===s.tail_node())uO(e,t,n,s,s,o+1,a);else if(s instanceof hD&&r===s.value){var u=e.parent(o+1);uO(e,t,n,u,u,o+2,a)}else if(s instanceof JS&&r===s.expression&&(uO(e,t,n,s,i=uC(i,s.property),o+1,a+1),i))return;o>0||s instanceof ZS&&r!==s.tail_node()||s instanceof jA||(t.direct_access=!0)}fS.DEFMETHOD("drop_unused",(function(e){if(!e.option("unused"))return;if(e.has_directive("use asm"))return;var t=this;if(t.pinned())return;var n=!(t instanceof pS)||e.toplevel.funcs,r=!(t instanceof pS)||e.toplevel.vars;const i=ZC.test(e.option("unused"))?kb:function(e){return e instanceof lD&&!e.logical&&(JT(e,jT)||"="==e.operator)?e.left:e instanceof iD&&JT(e,jT)?e.expression:void 0};var o=new Map,a=new Map;t instanceof pS&&e.top_retain&&t.variables.forEach((function(t){e.top_retain(t)&&!o.has(t.id)&&o.set(t.id,t)}));var s=new Map,u=new Map,l=this,c=new gT((function(i,f){if(i instanceof hS&&i.uses_arguments&&!c.has_directive("use strict")&&i.argnames.forEach((function(e){if(e instanceof kD){var t=e.definition();o.has(t.id)||o.set(t.id,t)}})),i!==t){if(i instanceof ES||i instanceof TD){var d=i.name.definition();if((c.parent()instanceof jS||!n&&l===t)&&d.global&&!o.has(d.id)&&o.set(d.id,d),i instanceof TD){i.extends&&(i.extends.has_side_effects(e)||i.extends.may_throw(e))&&i.extends.walk(c);for(const t of i.properties)(t.has_side_effects(e)||t.may_throw(e))&&t.walk(c)}return Kb(u,d.id,i),!0}if(i instanceof ID&&l===t&&Kb(s,i.definition().id,i),i instanceof KS&&l===t){const t=c.parent()instanceof jS;return i.definitions.forEach((function(n){if(n.name instanceof xD&&Kb(s,n.name.definition().id,n),!t&&r||dT(n.name,(e=>{if(e instanceof kD){const t=e.definition();t.global&&!o.has(t.id)&&o.set(t.id,t)}})),n.name instanceof vS&&n.walk(c),n.name instanceof kD&&n.value){var i=n.name.definition();Kb(u,i.id,n.value),i.chained||n.name.fixed_value()!==n.value||a.set(i.id,n),n.value.has_side_effects(e)&&n.value.walk(c)}})),!0}return p(i,f)}}));t.walk(c),c=new gT(p),o.forEach((function(e){var t=u.get(e.id);t&&t.forEach((function(e){e.walk(c)}))}));var f=new _T((function(u,c,p){var d=f.parent();if(r){const e=i(u);if(e instanceof WD){var h=e.definition(),m=o.has(h.id);if(u instanceof lD){if(!m||a.has(h.id)&&a.get(h.id)!==u)return cC(d,u,u.right.transform(f))}else if(!m)return p?Nb.skip:Ib(tT,u,{value:0})}}if(l===t){if(u.name&&(u instanceof OD&&!Hb(e.option("keep_classnames"),(h=u.name.definition()).name)||u instanceof gS&&!Hb(e.option("keep_fnames"),(h=u.name.definition()).name))&&(!o.has(h.id)||h.orig.length>1)&&(u.name=null),u instanceof hS&&!(u instanceof mS))for(var g=!e.option("keep_fargs"),_=u.argnames,E=_.length;--E>=0;){var v=_[E];v instanceof dS&&(v=v.expression),v instanceof cD&&(v=v.left),v instanceof vS||o.has(v.definition().id)?g=!1:(eC(v,WT),g&&_.pop())}if((u instanceof ES||u instanceof TD)&&u!==t){const t=u.name.definition(),r=t.global&&!n||o.has(t.id),i=!r&&u instanceof bD&&u.has_side_effects(e);if(!r&&!i)return t.eliminated++,p?Nb.skip:Ib(eS,u)}if(u instanceof KS&&!(d instanceof uS&&d.init===u)){var y=!(d instanceof pS||u instanceof zS),b=[],A=[],S=[],D=[];switch(u.definitions.forEach((function(t){t.value&&(t.value=t.value.transform(f));var n=t.name instanceof vS,i=n?new LT(null,{name:"<destructure>"}):t.name.definition();if(y&&i.global)return S.push(t);if(!r&&!y||n&&(t.name.names.length||t.name.is_array||1!=e.option("pure_getters"))||o.has(i.id)){if(t.value&&a.has(i.id)&&a.get(i.id)!==t&&(t.value=t.value.drop_side_effect_free(e)),t.name instanceof xD){var l=s.get(i.id);if(l.length>1&&(!t.value||i.orig.indexOf(t.name)>i.eliminated)){if(t.value){var c=Ib(WD,t.name,t.name);i.references.push(c);var p=Ib(lD,t,{operator:"=",logical:!1,left:c,right:t.value});a.get(i.id)===t&&a.set(i.id,p),D.push(p.transform(f))}return Bb(l,t),void i.eliminated++}}t.value?(D.length>0&&(S.length>0?(D.push(t.value),t.value=rC(t.value,D)):b.push(Ib(jA,u,{body:rC(u,D)})),D=[]),S.push(t)):A.push(t)}else if(i.orig[0]instanceof zD){(d=t.value&&t.value.drop_side_effect_free(e))&&D.push(d),t.value=null,A.push(t)}else{var d;(d=t.value&&t.value.drop_side_effect_free(e))&&D.push(d),i.eliminated++}})),(A.length>0||S.length>0)&&(u.definitions=A.concat(S),b.push(u)),D.length>0&&b.push(Ib(jA,u,{body:rC(u,D)})),b.length){case 0:return p?Nb.skip:Ib(eS,u);case 1:return b[0];default:return p?Nb.splice(b):Ib(JA,u,{body:b})}}if(u instanceof sS)return c(u,this),u.init instanceof JA&&(T=u.init,u.init=T.body.pop(),T.body.push(u)),u.init instanceof jA?u.init=u.init.body:dC(u.init)&&(u.init=null),T?p?Nb.splice(T.body):T:u;if(u instanceof nS&&u.body instanceof sS){if(c(u,this),u.body instanceof JA){var T=u.body;return u.body=T.body.pop(),T.body.push(u),p?Nb.splice(T.body):T}return u}if(u instanceof JA)return c(u,this),p&&u.body.every(_C)?Nb.splice(u.body):u;if(u instanceof fS){const e=l;return l=u,c(u,this),l=e,u}}}));function p(e,n){var r;const s=i(e);if(s instanceof WD&&!gC(e.left,MD)&&t.variables.get(s.name)===(r=s.definition()))return e instanceof lD&&(e.right.walk(c),r.chained||e.left.fixed_value()!==e.right||a.set(r.id,e)),!0;if(e instanceof WD){if(r=e.definition(),!o.has(r.id)&&(o.set(r.id,r),r.orig[0]instanceof zD)){const e=r.scope.is_block_scope()&&r.scope.get_defun_scope().variables.get(r.name);e&&o.set(e.id,e)}return!0}if(e instanceof fS){var u=l;return l=e,n(),l=u,!0}}t.transform(f)})),JC(XA,wb);const lO=e=>dT(e,(e=>{if(e instanceof RD){var t=e.definition();t&&(e instanceof WD&&t.references.push(e),t.fixed=!1)}}));function cO(e){const t=[];dT(e,(n=>{if(n!==e)return n instanceof ES&&t.push(n),n instanceof fS||n instanceof jA||void 0}));for(const n of t){const r=n.name.definition(),i=t.some((e=>e!==n&&-1!==e.enclosed.indexOf(r)));for(const t of n.enclosed){if(!1===t.fixed||t===r||t.scope.get_defun_scope()!==e)continue;if(0===t.assignments&&1===t.orig.length&&t.orig[0]instanceof LD)continue;if(i){t.fixed=!1;continue}let o=!1,a=!1;dT(e,(e=>{if(e===n)return!0;if(e instanceof RD)if(o||e.thedef!==r){if(o&&e.thedef===t)return a=!0,mT}else o=!0})),a&&(t.fixed=!1)}}}function fO(e){return e instanceof rS&&e.body instanceof JA?e.body:e}function pO(e){if(e instanceof QD)return!0;if(e instanceof WD)return e.definition().orig[0]instanceof UD;if(e instanceof JS){if((e=e.expression)instanceof WD){if(e.is_immutable())return!1;e=e.fixed_value()}return!e||!(e instanceof rT)&&(e instanceof JD||pO(e))}return!1}function dO(e,t,n){dT(t,(r=>r instanceof zS?(r.remove_initializers(),n.push(r),!0):r instanceof ES&&(r===t||!e.has_directive("use strict"))?(n.push(r===t?r:Ib(zS,r,{definitions:[Ib(XS,r,{name:Ib(xD,r.name,r.name),value:null})]})),!0):r instanceof jS||r instanceof qS?(n.push(r),!0):r instanceof fS||void 0))}function hO(e,t){const n=t.find_scope(),r=n.get_defun_scope(),{in_loop:i,in_try:o}=function(){var e=t.self(),n=0,r=!1,i=!1;do{if(e instanceof rS)r=!0;else{if(e instanceof fS)break;e instanceof BS&&(i=!0)}}while(e=t.parent(n++));return{in_loop:r,in_try:i}}();var a,s=10;do{a=!1,l(e),t.option("dead_code")&&f(e,t),t.option("if_return")&&c(e,t),t.sequences_limit>0&&(d(e,t),m(e,t)),t.option("join_vars")&&_(e),t.option("collapse_vars")&&u(e,t)}while(a&&s-- >0);function u(e,t){if(n.pinned()||r.pinned())return e;for(var s,u=[],l=e.length,c=new _T((function(e){if(C)return e;if(!T)return e!==p[d]?e:++d<p.length?x(e):(T=!0,(g=I(e,0))===e&&(C=!0),e);var r,i=c.parent();if(e instanceof lD&&(e.logical||"="!=e.operator&&E.equivalent_to(e.left))||e instanceof kS||e instanceof $S&&E instanceof JS&&E.equivalent_to(e.expression)||(e instanceof $S||e instanceof JS)&&e.optional||e instanceof qA||e instanceof vS||e instanceof dS&&e.expression instanceof RD&&(e.expression instanceof QD||e.expression.definition().references.length>1)||e instanceof rS&&!(e instanceof sS)||e instanceof OS||e instanceof PS||e instanceof cS||e instanceof xS||e instanceof jS||e instanceof bD||i instanceof sS&&e!==i.init||!A&&e instanceof WD&&!e.is_declared(t)&&!SC.has(e)||e instanceof WD&&i instanceof $S&&jb(i,yT))return C=!0,e;if(_||y&&A||!(i instanceof sD&&wC.has(i.operator)&&i.left!==e||i instanceof uD&&i.condition!==e||i instanceof MS&&i.condition!==e)||(_=i),R&&!(e instanceof kD)&&E.equivalent_to(e)&&!function(e,t){for(const{def:n}of t.values()){const t=e.find_variable(n.name);if(t){if(t===n)continue;return!0}}return!1}(c.find_scope()||n,v)){if(_)return C=!0,e;if(LC(e,i))return m&&O++,e;if(O++,m&&h instanceof XS)return e;if(a=C=!0,h instanceof aD)return Ib(oD,h,h);if(h instanceof XS){var s=h.name.definition(),u=h.value;return s.references.length-s.replaced!=1||t.exposed(s)?Ib(lD,h,{operator:"=",logical:!1,left:Ib(WD,h.name,h.name),right:u}):(s.replaced++,D&&mC(u)?u.transform(t):cC(i,e,u))}return tC(h,jT),h}return(e instanceof $S||e instanceof DS&&(b||E instanceof JS||G(E))||e instanceof JS&&(b||e.expression.may_throw_on_access(t))||e instanceof WD&&(v.has(e.name)&&v.get(e.name).modified||b&&G(e))||e instanceof XS&&e.value&&(v.has(e.name.name)||b&&G(e.name))||(r=LC(e.left,e))&&(r instanceof JS||v.has(r.name))||S&&(o?e.has_side_effects(t):H(e)))&&(g=e,e instanceof fS&&(C=!0)),x(e)}),(function(e){C||(g===e&&(C=!0),_===e&&(_=null))})),f=new _T((function(e){if(C)return e;if(!T){if(e!==p[d])return e;if(++d<p.length)return;return T=!0,e}return e instanceof WD&&e.name==k.name?(--O||(C=!0),LC(e,f.parent())?e:(k.replaced++,m.replaced--,h.value)):e instanceof IS||e instanceof fS?e:void 0}));--l>=0;){0==l&&t.option("unused")&&F();var p=[];for(N(e[l]);u.length>0;){p=u.pop();var d=0,h=p[p.length-1],m=null,g=null,_=null,E=L(h);if(E&&!pO(E)&&!E.has_side_effects(t)){var v=B(h),y=V(E);E instanceof WD&&v.set(E.name,{def:E.definition(),modified:!1});var b=K(h),A=z(),S=h.may_throw(t),D=h.name instanceof ID,T=D,C=!1,O=0,R=!s||!T;if(!R){for(let e=t.self().argnames.lastIndexOf(h.name)+1;!C&&e<s.length;e++)s[e].transform(c);R=!0}for(var w=l;!C&&w<e.length;w++)e[w].transform(c);if(m){var k=h.name.definition();if(C&&k.references.length-k.replaced>O)O=!1;else{C=!1,d=0,T=D;for(w=l;!C&&w<e.length;w++)e[w].transform(f);m.single_use=!1}}O&&!U(h)&&e.splice(l,1)}}}function x(e){if(e instanceof fS)return e;if(e instanceof FS){e.expression=e.expression.transform(c);for(var t=0,n=e.body.length;!C&&t<n;t++){var r=e.body[t];if(r instanceof LS){if(!T){if(r!==p[d])continue;d++}if(r.expression=r.expression.transform(c),!A)break}}return C=!0,e}}function M(e,t,n){var i=!1,o=!(e instanceof _S);return t.walk(new gT((function(t,a){if(i)return!0;if(t instanceof WD&&(e.variables.has(t.name)||function(e,t){if(e.global)return!1;let n=e.scope;for(;n&&n!==t;){if(n.variables.has(e.name))return!0;n=n.parent_scope}return!1}(t.definition(),e))){var s=t.definition().scope;if(s!==r)for(;s=s.parent_scope;)if(s===r)return!0;return i=!0}if((n||o)&&t instanceof QD)return i=!0;if(t instanceof fS&&!(t instanceof _S)){var u=o;return o=!1,a(),o=u,!0}}))),i}function F(){var e,n=t.self();if(fC(n)&&!n.name&&!n.uses_arguments&&!n.pinned()&&(e=t.parent())instanceof $S&&e.expression===n&&e.args.every((e=>!(e instanceof dS)))){var r=t.has_directive("use strict");r&&!Cb(r,n.body)&&(r=!1);var i=n.argnames.length;s=e.args.slice(i);for(var o=new Set,a=i;--a>=0;){var l=n.argnames[a],c=e.args[a];const i=l.definition&&l.definition();if(!(i&&i.orig.length>1)&&(s.unshift(Ib(XS,l,{name:l,value:c})),!o.has(l.name)))if(o.add(l.name),l instanceof dS){var f=e.args.slice(a);f.every((e=>!M(n,e,r)))&&u.unshift([Ib(XS,l,{name:l.expression,value:Ib(fD,e,{elements:f})})])}else c?(c instanceof hS&&c.pinned()||M(n,c,r))&&(c=null):c=Ib(sT,l).transform(t),c&&u.unshift([Ib(XS,l,{name:l,value:c})])}}}function N(e){if(p.push(e),e instanceof lD)e.left.has_side_effects(t)||e.right instanceof rD||u.push(p.slice()),N(e.right);else if(e instanceof sD)N(e.left),N(e.right);else if(e instanceof $S&&!jb(e,yT))N(e.expression),e.args.forEach(N);else if(e instanceof LS)N(e.expression);else if(e instanceof uD)N(e.condition),N(e.consequent),N(e.alternative);else if(e instanceof KS){var n=e.definitions.length,r=n-200;for(r<0&&(r=0);r<n;r++)N(e.definitions[r])}else e instanceof iS?(N(e.condition),e.body instanceof ZA||N(e.body)):e instanceof DS?e.value&&N(e.value):e instanceof sS?(e.init&&N(e.init),e.condition&&N(e.condition),e.step&&N(e.step),e.body instanceof ZA||N(e.body)):e instanceof uS?(N(e.object),e.body instanceof ZA||N(e.body)):e instanceof MS?(N(e.condition),e.body instanceof ZA||N(e.body),!e.alternative||e.alternative instanceof ZA||N(e.alternative)):e instanceof ZS?e.expressions.forEach(N):e instanceof jA?N(e.body):e instanceof FS?(N(e.expression),e.body.forEach(N)):e instanceof iD?"++"!=e.operator&&"--"!=e.operator||u.push(p.slice()):e instanceof XS&&(!e.value||e.value instanceof rD||(u.push(p.slice()),N(e.value)));p.pop()}function I(e,t,n){var r=c.parent(t);return r instanceof lD?!n||r.logical||r.left instanceof JS||v.has(r.left.name)?e:I(r,t+1,n):r instanceof sD?!n||wC.has(r.operator)&&r.left!==e?e:I(r,t+1,n):r instanceof $S||r instanceof LS?e:r instanceof uD?n&&r.condition===e?I(r,t+1,n):e:r instanceof KS?I(r,t+1,!0):r instanceof DS?n?I(r,t+1,n):e:r instanceof MS?n&&r.condition===e?I(r,t+1,n):e:r instanceof rS?e:r instanceof ZS?I(r,t+1,r.tail_node()!==e):r instanceof jA?I(r,t+1,!0):r instanceof FS||r instanceof XS?e:null}function L(e){if(e instanceof lD&&e.logical)return!1;if(!(e instanceof XS&&e.name instanceof kD)){const t=e instanceof lD?e.left:e.expression;return!gC(t,FD)&&!gC(t,ND)&&t}var n=e.name.definition();if(Cb(e.name,n.orig)){var r=n.references.length-n.replaced;if(r)return n.orig.length-n.eliminated>1&&!(e.name instanceof ID)||(r>1?function(e){var t=e.value;if(t instanceof WD&&"arguments"!=t.name){var n=t.definition();if(!n.undeclared)return m=n}}(e):!t.exposed(n))?Ib(WD,e.name,e.name):void 0}}function P(e){return e instanceof lD?e.right:e.value}function B(e){var n=new Map;if(e instanceof iD)return n;var r=new gT((function(e){for(var i=e;i instanceof JS;)i=i.expression;if(i instanceof WD){const o=n.get(i.name);o&&o.modified||n.set(i.name,{def:i.definition(),modified:UC(t,r,e,e,0)})}}));return P(e).walk(r),n}function U(n){if(n.name instanceof ID){var r=t.parent(),i=t.self().argnames,o=i.indexOf(n.name);if(o<0)r.args.length=Math.min(r.args.length,i.length-1);else{var a=r.args;a[o]&&(a[o]=Ib(tT,a[o],{value:0}))}return!0}var s=!1;return e[l].transform(new _T((function(e,t,r){return s?e:e===n||e.body===n?(s=!0,e instanceof XS?(e.value=e.name instanceof FD?Ib(sT,e.value):null,e):r?Nb.skip:null):void 0}),(function(e){if(e instanceof ZS)switch(e.expressions.length){case 0:return null;case 1:return e.expressions[0]}})))}function V(e){for(;e instanceof JS;)e=e.expression;return e instanceof WD&&e.definition().scope.get_defun_scope()===r&&!(i&&(v.has(e.name)||h instanceof iD||h instanceof lD&&!h.logical&&"="!=h.operator))}function K(e){return e instanceof iD?kC.has(e.operator):P(e).has_side_effects(t)}function z(){if(b)return!1;if(m)return!0;if(E instanceof WD){var e=E.definition();if(e.references.length-e.replaced==(h instanceof XS?1:2))return!0}return!1}function G(e){if(!e.definition)return!0;var t=e.definition();return!(1==t.orig.length&&t.orig[0]instanceof LD)&&(t.scope.get_defun_scope()!==r||t.references.some((e=>e.scope.get_defun_scope()!==r)))}function H(e,t){if(e instanceof lD)return H(e.left,!0);if(e instanceof iD)return H(e.expression,!0);if(e instanceof XS)return e.value&&H(e.value);if(t){if(e instanceof eD)return H(e.expression,!0);if(e instanceof nD)return H(e.expression,!0);if(e instanceof WD)return e.definition().scope.get_defun_scope()!==r}return!1}}function l(e){for(var t=[],n=0;n<e.length;){var r=e[n];r instanceof JA&&r.body.every(_C)?(a=!0,l(r.body),e.splice(n,1,...r.body),n+=r.body.length):r instanceof eS?(a=!0,e.splice(n,1)):r instanceof YA?t.indexOf(r.value)<0?(n++,t.push(r.value)):(a=!0,e.splice(n,1)):n++}}function c(e,t){for(var n=t.self(),r=function(e){for(var t=0,n=e.length;--n>=0;){var r=e[n];if(r instanceof MS&&r.body instanceof TS&&++t>1)return!0}return!1}(e),i=n instanceof hS,o=e.length;--o>=0;){var s=e[o],u=E(o),l=e[u];if(i&&!l&&s instanceof TS){if(!s.value){a=!0,e.splice(o,1);continue}if(s.value instanceof oD&&"void"==s.value.operator){a=!0,e[o]=Ib(jA,s,{body:s.value.expression});continue}}if(s instanceof MS){var c;if(m(c=BC(s.body))){c.label&&Bb(c.label.thedef.references,c),a=!0,(s=s.clone()).condition=s.condition.negate(t);var f=_(s.body,c);s.body=Ib(JA,s,{body:EC(s.alternative).concat(g())}),s.alternative=Ib(JA,s,{body:f}),e[o]=s.transform(t);continue}if(m(c=BC(s.alternative))){c.label&&Bb(c.label.thedef.references,c),a=!0,(s=s.clone()).body=Ib(JA,s.body,{body:EC(s.body).concat(g())});f=_(s.alternative,c);s.alternative=Ib(JA,s.alternative,{body:f}),e[o]=s.transform(t);continue}}if(s instanceof MS&&s.body instanceof TS){var d=s.body.value;if(!d&&!s.alternative&&(i&&!l||l instanceof TS&&!l.value)){a=!0,e[o]=Ib(jA,s.condition,{body:s.condition});continue}if(d&&!s.alternative&&l instanceof TS&&l.value){a=!0,(s=s.clone()).alternative=l,e[o]=s.transform(t),e.splice(u,1);continue}if(d&&!s.alternative&&(!l&&i&&r||l instanceof TS)){a=!0,(s=s.clone()).alternative=l||Ib(TS,s,{value:null}),e[o]=s.transform(t),l&&e.splice(u,1);continue}var h=e[v(o)];if(t.option("sequences")&&i&&!s.alternative&&h instanceof MS&&h.body instanceof TS&&E(u)==e.length&&l instanceof jA){a=!0,(s=s.clone()).alternative=Ib(JA,l,{body:[l,Ib(TS,l,{value:null})]}),e[o]=s.transform(t),e.splice(u,1);continue}}}function m(r){if(!r)return!1;for(var a=o+1,s=e.length;a<s;a++){var u=e[a];if(u instanceof HS||u instanceof GS)return!1}var l=r instanceof OS?t.loopcontrol_target(r):null;return r instanceof TS&&i&&function(e){return!e||e instanceof oD&&"void"==e.operator}(r.value)||r instanceof wS&&n===fO(l)||r instanceof RS&&l instanceof JA&&n===l}function g(){var t=e.slice(o+1);return e.length=o+1,t.filter((function(t){return!(t instanceof ES)||(e.push(t),!1)}))}function _(e,t){var n=EC(e).slice(0,-1);return t.value&&n.push(Ib(jA,t.value,{body:t.value.expression})),n}function E(t){for(var n=t+1,r=e.length;n<r;n++){var i=e[n];if(!(i instanceof zS&&p(i)))break}return n}function v(t){for(var n=t;--n>=0;){var r=e[n];if(!(r instanceof zS&&p(r)))break}return n}}function f(e,t){for(var n,r=t.self(),i=0,o=0,s=e.length;i<s;i++){var u=e[i];if(u instanceof OS){var l=t.loopcontrol_target(u);u instanceof RS&&!(l instanceof rS)&&fO(l)===r||u instanceof wS&&fO(l)===r?u.label&&Bb(u.label.thedef.references,u):e[o++]=u}else e[o++]=u;if(BC(u)){n=e.slice(i+1);break}}e.length=o,a=o!=s,n&&n.forEach((function(n){dO(t,n,e)}))}function p(e){return e.definitions.every((e=>!e.value))}function d(e,t){if(!(e.length<2)){for(var n=[],r=0,i=0,o=e.length;i<o;i++){var s=e[i];if(s instanceof jA){n.length>=t.sequences_limit&&l();var u=s.body;n.length>0&&(u=u.drop_side_effect_free(t)),u&&nC(n,u)}else s instanceof KS&&p(s)||s instanceof ES||l(),e[r++]=s}l(),e.length=r,r!=o&&(a=!0)}function l(){if(n.length){var t=rC(n[0],n);e[r++]=Ib(jA,t,{body:t}),n=[]}}}function h(e,t){if(!(e instanceof JA))return e;for(var n=null,r=0,i=e.body.length;r<i;r++){var o=e.body[r];if(o instanceof zS&&p(o))t.push(o);else{if(n||o instanceof HS||o instanceof GS)return!1;n=o}}return n}function m(e,t){function n(e){i--,a=!0;var n=r.body;return rC(n,[n,e]).transform(t)}for(var r,i=0,o=0;o<e.length;o++){var s=e[o];if(r)if(s instanceof DS)s.value=n(s.value||Ib(sT,s).transform(t));else if(s instanceof sS){if(!(s.init instanceof KS)){dT(r.body,(e=>e instanceof fS||(e instanceof sD&&"in"===e.operator?mT:void 0)))||(s.init?s.init=n(s.init):(s.init=r.body,i--,a=!0))}}else s instanceof uS?s.init instanceof HS||s.init instanceof GS||(s.object=n(s.object)):s instanceof MS?s.condition=n(s.condition):(s instanceof FS||s instanceof cS)&&(s.expression=n(s.expression));if(t.option("conditionals")&&s instanceof MS){var u=[],l=h(s.body,u),c=h(s.alternative,u);if(!1!==l&&!1!==c&&u.length>0){var f=u.length;u.push(Ib(MS,s,{condition:s.condition,body:l||Ib(eS,s.body),alternative:c})),u.unshift(i,1),[].splice.apply(e,u),o+=f,i+=f+1,r=null,a=!0;continue}}e[i++]=s,r=s instanceof jA?s:null}e.length=i}function g(e,r){if(e instanceof KS){var i,o=e.definitions[e.definitions.length-1];if(o.value instanceof pD)if(r instanceof lD&&!r.logical?i=[r]:r instanceof ZS&&(i=r.expressions.slice()),i){var a=!1;do{var s=i[0];if(!(s instanceof lD))break;if("="!=s.operator)break;if(!(s.left instanceof JS))break;var u=s.left.expression;if(!(u instanceof WD))break;if(o.name.name!=u.name)break;if(!s.right.is_constant_expression(n))break;var l=s.left.property;if(l instanceof XA&&(l=l.evaluate(t)),l instanceof XA)break;l=""+l;var c=t.option("ecma")<2015&&t.has_directive("use strict")?function(e){return e.key!=l&&e.key&&e.key.name!=l}:function(e){return e.key&&e.key.name!=l};if(!o.value.properties.every(c))break;var f=o.value.properties.filter((function(e){return e.key===l}))[0];f?f.value=new ZS({start:f.start,expressions:[f.value.clone(),s.right.clone()],end:f.end}):o.value.properties.push(Ib(hD,s,{key:l,value:s.right})),i.shift(),a=!0}while(i.length);return a&&i}}}function _(e){for(var t,n=0,r=-1,i=e.length;n<i;n++){var o=e[n],s=e[r];if(o instanceof KS)s&&s.TYPE==o.TYPE?(s.definitions=s.definitions.concat(o.definitions),a=!0):t&&t.TYPE==o.TYPE&&p(o)?(t.definitions=t.definitions.concat(o.definitions),a=!0):(e[++r]=o,t=o);else if(o instanceof DS)o.value=l(o.value);else if(o instanceof sS){(u=g(s,o.init))?(a=!0,o.init=u.length?rC(o.init,u):null,e[++r]=o):s instanceof zS&&(!o.init||o.init.TYPE==s.TYPE)?(o.init&&(s.definitions=s.definitions.concat(o.init.definitions)),o.init=s,e[r]=o,a=!0):t instanceof zS&&o.init instanceof zS&&p(o.init)?(t.definitions=t.definitions.concat(o.init.definitions),o.init=null,e[++r]=o,a=!0):e[++r]=o}else if(o instanceof uS)o.object=l(o.object);else if(o instanceof MS)o.condition=l(o.condition);else if(o instanceof jA){var u;if(u=g(s,o.body)){if(a=!0,!u.length)continue;o.body=rC(o.body,u)}e[++r]=o}else o instanceof FS||o instanceof cS?o.expression=l(o.expression):e[++r]=o}function l(t){e[++r]=o;var n=g(s,t);return n?(a=!0,n.length?rC(t,n):t instanceof ZS?t.tail_node().left:t.left):t}e.length=r+1}}function mO(e,t){for(const n of t.enclosed){if(t.variables.has(n.name))continue;const r=e.find_variable(n.name);if(r){if(r===n)continue;return!0}}return!1}function gO(e,t){const n=t.parent(),r=e.definition(),i=t.find_scope();if(t.top_retain&&r.global&&t.top_retain(r))return r.fixed=!1,r.single_use=!1,e;let o=e.fixed_value(),a=r.single_use&&!(n instanceof $S&&n.is_callee_pure(t)||jb(n,yT))&&!(n instanceof jS&&o instanceof hS&&o.name);if(a&&o instanceof XA&&(a=!o.has_side_effects(t)&&!o.may_throw(t)),a&&(o instanceof hS||o instanceof bD))if(bC(o,t))a=!1;else if(r.scope===e.scope||1!=r.escaped&&!JT(o,YT)&&!function(e){for(var t,n=0;t=e.parent(n++);){if(t instanceof WA)return!1;if(t instanceof fD||t instanceof hD||t instanceof pD)return!0}return!1}(t)&&t.option("reduce_funcs")){if(yC(t,r))a=!1;else if((r.scope!==e.scope||r.orig[0]instanceof ID)&&(a=o.is_constant_expression(e.scope),"f"==a)){var s=e.scope;do{(s instanceof ES||fC(s))&&eC(s,YT)}while(s=s.parent_scope)}}else a=!1;if(a&&(o instanceof hS||o instanceof bD)&&(a=r.scope===e.scope&&!mO(i,o)||n instanceof $S&&n.expression===e&&!mO(i,o)&&!(o.name&&o.name.definition().recursive_refs>0)),a&&o){if(o instanceof TD&&(eC(o,$T),o=Ib(OD,o,o)),o instanceof ES&&(eC(o,$T),o=Ib(gS,o,o)),r.recursive_refs>0&&o.name instanceof LD){const e=o.name.definition();let t=o.variables.get(o.name.name),n=t&&t.orig[0];n instanceof UD||(n=Ib(UD,o.name,o.name),n.scope=o,o.name=n,t=o.def_function(n)),dT(o,(n=>{n instanceof WD&&n.definition()===e&&(n.thedef=t,t.references.push(n))}))}return(o instanceof hS||o instanceof bD)&&o.parent_scope!==i&&(o=o.clone(!0,t.get_toplevel()),i.add_child_scope(o)),o.optimize(t)}if(o){let n;if(o instanceof QD)r.orig[0]instanceof ID||!r.references.every((e=>r.scope===e.scope))||(n=o);else{var u=o.evaluate(t);u===o||!t.option("unsafe_regexp")&&u instanceof RegExp||(n=iC(u,o))}if(n){const i=e.size(t),o=n.size(t);let a=0;if(t.option("unused")&&!t.exposed(r)&&(a=(i+2+o)/(r.references.length-r.assignments)),o<=i+a)return n}}return e}function _O(e,t,n){var r=e.expression,i=e.args.every((e=>!(e instanceof dS)));if(n.option("reduce_vars")&&t instanceof WD&&!jb(e,yT)){const e=t.fixed_value();bC(e,n)||(t=e)}var o=t instanceof hS,a=o&&t.body[0],s=o&&!t.is_generator&&!t.async,u=s&&n.option("inline")&&!e.is_callee_pure(n);if(u&&a instanceof TS){let r=a.value;if(!r||r.is_constant_expression()){r=r?r.clone(!0):Ib(sT,e);const t=e.args.concat(r);return rC(e,t).optimize(n)}if(1===t.argnames.length&&t.argnames[0]instanceof ID&&e.args.length<2&&!(e.args[0]instanceof dS)&&r instanceof WD&&r.name===t.argnames[0].name){const t=(e.args[0]||Ib(sT)).optimize(n);let r;return t instanceof JS&&(r=n.parent())instanceof $S&&r.expression===e?rC(e,[Ib(tT,e,{value:0}),t]):t}}if(u){var l,c,f=-1;let o,s,u;if(i&&!t.uses_arguments&&!(n.parent()instanceof bD)&&!(t.name&&t instanceof gS)&&(s=function(e){var r=t.body,i=r.length;if(n.option("inline")<3)return 1==i&&h(e);e=null;for(var o=0;o<i;o++){var a=r[o];if(a instanceof zS){if(e&&!a.definitions.every((e=>!e.value)))return!1}else{if(e)return!1;a instanceof eS||(e=a)}}return h(e)}(a))&&(r===t||jb(e,vT)||n.option("unused")&&1==(o=r.definition()).references.length&&!yC(n,o)&&t.is_constant_expression(r.scope))&&!jb(e,ET|yT)&&!t.contains_this()&&function(){var e=new Set;do{if((l=n.parent(++f)).is_block_scope()&&l.block_scope&&l.block_scope.variables.forEach((function(t){e.add(t.name)})),l instanceof US)l.argname&&e.add(l.argname.name);else if(l instanceof rS)c=[];else if(l instanceof WD&&l.fixed_value()instanceof fS)return!1}while(!(l instanceof fS));var r=!(l instanceof pS)||n.toplevel.vars,i=n.option("inline");return!!function(e,n){for(var r=t.body.length,i=0;i<r;i++){var o=t.body[i];if(o instanceof zS){if(!n)return!1;for(var a=o.definitions.length;--a>=0;){var s=o.definitions[a].name;if(s instanceof vS||e.has(s.name)||hC.has(s.name)||l.conflicting_def(s.name))return!1;c&&c.push(s.definition())}}}return!0}(e,i>=3&&r)&&(!!function(e,n){for(var r=0,i=t.argnames.length;r<i;r++){var o=t.argnames[r];if(o instanceof cD){if(JT(o.left,WT))continue;return!1}if(o instanceof vS)return!1;if(o instanceof dS){if(JT(o.expression,WT))continue;return!1}if(!JT(o,WT)){if(!n||e.has(o.name)||hC.has(o.name)||l.conflicting_def(o.name))return!1;c&&c.push(o.definition())}}return!0}(e,i>=2&&r)&&(!c||0==c.length||!vC(t,c)))}()&&(u=n.find_scope())&&!mO(u,t)&&!function(){let e,t=0;for(;e=n.parent(t++);){if(e instanceof cD)return!0;if(e instanceof ZA)break}return!1}()&&!(l instanceof bD))return eC(t,$T),u.add_child_scope(t),rC(e,function(r){var i=[],o=[];if(function(n,r){for(var i=t.argnames.length,o=e.args.length;--o>=i;)r.push(e.args[o]);for(o=i;--o>=0;){var a=t.argnames[o],s=e.args[o];if(JT(a,WT)||!a.name||l.conflicting_def(a.name))s&&r.push(s);else{var u=Ib(xD,a,a);a.definition().orig.push(u),!s&&c&&(s=Ib(sT,e)),m(n,r,u,s)}}n.reverse(),r.reverse()}(i,o),function(e,n){for(var r=n.length,i=0,o=t.body.length;i<o;i++){var a=t.body[i];if(a instanceof zS)for(var s=0,u=a.definitions.length;s<u;s++){var l=a.definitions[s],f=l.name;if(m(e,n,f,l.value),c&&t.argnames.every((e=>e.name!=f.name))){var p=t.variables.get(f.name),d=Ib(WD,f,f);p.references.push(d),n.splice(r++,0,Ib(lD,l,{operator:"=",logical:!1,left:d,right:Ib(sT,f)}))}}}}(i,o),o.push(r),i.length){const e=l.body.indexOf(n.parent(f-1))+1;l.body.splice(e,0,Ib(zS,t,{definitions:i}))}return o.map((e=>e.clone(!0)))}(s)).optimize(n)}if(u&&jb(e,vT))return eC(t,$T),(t=(t=Ib(t.CTOR===ES?gS:t.CTOR,t,t)).clone(!0)).figure_out_scope({},{parent_scope:n.find_scope(),toplevel:n.get_toplevel()}),Ib($S,e,{expression:t,args:e.args}).optimize(n);if(s&&n.option("side_effects")&&t.body.every(dC)){var p=e.args.concat(Ib(sT,e));return rC(e,p).optimize(n)}if(n.option("negate_iife")&&n.parent()instanceof jA&&pC(e))return e.negate(n,!0);var d=e.evaluate(n);return d!==e?(d=iC(d,e).optimize(n),aC(n,d,e)):e;function h(t){return t?t instanceof TS?t.value?t.value.clone(!0):Ib(sT,e):t instanceof jA?Ib(oD,t,{operator:"void",expression:t.body.clone(!0)}):void 0:Ib(sT,e)}function m(t,n,r,i){var o=r.definition();l.variables.has(r.name)||(l.variables.set(r.name,o),l.enclosed.push(o),t.push(Ib(XS,r,{name:r,value:null})));var a=Ib(WD,r,r);o.references.push(a),i&&n.push(Ib(lD,e,{operator:"=",logical:!1,left:a,right:i.clone()}))}}JC(mS,(function(e,t,n){return rO(e),tO(e,n,this),t(),iO(e),!0})),JC(lD,(function(e,t,n){var r=this;if(r.left instanceof vS)return void lO(r.left);const i=()=>{if(r.logical)return r.left.walk(e),rO(e),r.right.walk(e),iO(e),!0};var o=r.left;if(!(o instanceof WD))return i();var a=o.definition(),s=sO(e,a,o.scope,r.right);if(a.assignments++,!s)return i();var u=a.fixed;if(!u&&"="!=r.operator&&!r.logical)return i();var l="="==r.operator,c=l?r.right:r;return UC(n,e,r,c,0)?i():(a.references.push(o),r.logical||(l||(a.chained=!0),a.fixed=l?function(){return r.right}:function(){return Ib(sD,r,{operator:r.operator.slice(0,-1),left:u instanceof XA?u:u(),right:r.right})}),r.logical?(oO(e,a,!1),rO(e),r.right.walk(e),iO(e),!0):(oO(e,a,!1),r.right.walk(e),oO(e,a,!0),uO(e,a,o.scope,r,c,0,1),!0))})),JC(sD,(function(e){if(wC.has(this.operator))return this.left.walk(e),rO(e),this.right.walk(e),iO(e),!0})),JC(ZA,(function(e,t,n){nO(n,this)})),JC(LS,(function(e){return rO(e),this.expression.walk(e),iO(e),rO(e),$A(this,e),iO(e),!0})),JC(bD,(function(e,t){return tC(this,YT),rO(e),t(),iO(e),!0})),JC(CD,(function(e,t,n){nO(n,this)})),JC(uD,(function(e){return this.condition.walk(e),rO(e),this.consequent.walk(e),iO(e),rO(e),this.alternative.walk(e),iO(e),!0})),JC(rD,(function(e,t){const n=e.safe_ids;return t(),e.safe_ids=n,!0})),JC($S,(function(e){this.expression.walk(e),this.optional&&rO(e);for(const t of this.args)t.walk(e);return!0})),JC(JS,(function(e){if(this.optional)return this.expression.walk(e),rO(e),this.property instanceof XA&&this.property.walk(e),!0})),JC(IS,(function(e,t){return rO(e),t(),iO(e),!0})),JC(hS,(function(e,t,n){var r;return tC(this,YT),rO(e),tO(e,n,this),!this.name&&!this.uses_arguments&&!this.pinned()&&(r=e.parent())instanceof $S&&r.expression===this&&!r.args.some((e=>e instanceof dS))&&this.argnames.every((e=>e instanceof RD))&&this.argnames.forEach(((t,n)=>{if(t.definition){var i=t.definition();i.orig.length>1||(void 0!==i.fixed||this.uses_arguments&&!e.has_directive("use strict")?i.fixed=!1:(i.fixed=function(){return r.args[n]||Ib(sT,r)},e.loop_ids.set(i.id,e.in_loop),oO(e,i,!0)))}})),t(),iO(e),cO(this),!0})),JC(oS,(function(e,t,n){nO(n,this);const r=e.in_loop;return e.in_loop=this,rO(e),this.body.walk(e),lC(this)&&(iO(e),rO(e)),this.condition.walk(e),iO(e),e.in_loop=r,!0})),JC(sS,(function(e,t,n){nO(n,this),this.init&&this.init.walk(e);const r=e.in_loop;return e.in_loop=this,rO(e),this.condition&&this.condition.walk(e),this.body.walk(e),this.step&&(lC(this)&&(iO(e),rO(e)),this.step.walk(e)),iO(e),e.in_loop=r,!0})),JC(uS,(function(e,t,n){nO(n,this),lO(this.init),this.object.walk(e);const r=e.in_loop;return e.in_loop=this,rO(e),this.body.walk(e),iO(e),e.in_loop=r,!0})),JC(MS,(function(e){return this.condition.walk(e),rO(e),this.body.walk(e),iO(e),this.alternative&&(rO(e),this.alternative.walk(e),iO(e)),!0})),JC(nS,(function(e){return rO(e),this.body.walk(e),iO(e),!0})),JC(zD,(function(){this.definition().fixed=!1})),JC(WD,(function(e,t,n){var r,i=this.definition();i.references.push(this),1==i.references.length&&!i.fixed&&i.orig[0]instanceof LD&&e.loop_ids.set(i.id,e.in_loop),void 0!==i.fixed&&aO(e,i)?i.fixed&&((r=this.fixed_value())instanceof hS&&yC(e,i)?i.recursive_refs++:r&&!n.exposed(i)&&function(e,t,n){return t.option("unused")&&!n.scope.pinned()&&n.references.length-n.recursive_refs==1&&e.loop_ids.get(n.id)===e.in_loop}(e,n,i)?i.single_use=r instanceof hS&&!r.pinned()||r instanceof bD||i.scope===this.scope&&r.is_constant_expression():i.single_use=!1,UC(n,e,this,r,0,function(e){return!!e&&(e.is_constant()||e instanceof hS||e instanceof QD)}(r))&&(i.single_use?i.single_use="m":i.fixed=!1)):i.fixed=!1,uO(e,i,this.scope,this,r,0,1)})),JC(pS,(function(e,t,n){return this.globals.forEach((function(e){eO(n,e)})),tO(e,n,this),t(),cO(this),!0})),JC(PS,(function(e,t,n){return nO(n,this),rO(e),this.body.walk(e),iO(e),this.bcatch&&(rO(e),this.bcatch.walk(e),iO(e)),this.bfinally&&this.bfinally.walk(e),!0})),JC(iD,(function(e){var t=this;if("++"===t.operator||"--"===t.operator){var n=t.expression;if(n instanceof WD){var r=n.definition(),i=sO(e,r,n.scope,!0);if(r.assignments++,i){var o=r.fixed;if(o)return r.references.push(n),r.chained=!0,r.fixed=function(){return Ib(sD,t,{operator:t.operator.slice(0,-1),left:Ib(oD,t,{operator:"+",expression:o instanceof XA?o:o()}),right:Ib(tT,t,{value:1})})},oO(e,r,!0),!0}}}})),JC(XS,(function(e,t){var n=this;if(n.name instanceof vS)lO(n.name);else{var r=n.name.definition();if(n.value){if(sO(e,r,n.name.scope,n.value))return r.fixed=function(){return n.value},e.loop_ids.set(r.id,e.in_loop),oO(e,r,!1),t(),oO(e,r,!0),!0;r.fixed=!1}}})),JC(aS,(function(e,t,n){nO(n,this);const r=e.in_loop;return e.in_loop=this,rO(e),t(),iO(e),e.in_loop=r,!0}));class EO extends gT{constructor(e,{false_by_default:t=!1,mangle_options:n=!1}){super(),void 0===e.defaults||e.defaults||(t=!0),this.options=Rb(e,{arguments:!1,arrows:!t,booleans:!t,booleans_as_integers:!1,collapse_vars:!t,comparisons:!t,computed_props:!t,conditionals:!t,dead_code:!t,defaults:!0,directives:!t,drop_console:!1,drop_debugger:!t,ecma:5,evaluate:!t,expression:!1,global_defs:!1,hoist_funs:!1,hoist_props:!t,hoist_vars:!1,ie8:!1,if_return:!t,inline:!t,join_vars:!t,keep_classnames:!1,keep_fargs:!0,keep_fnames:!1,keep_infinity:!1,lhs_constants:!t,loops:!t,module:!1,negate_iife:!t,passes:1,properties:!t,pure_getters:!t&&"strict",pure_funcs:null,reduce_funcs:!t,reduce_vars:!t,sequences:!t,side_effects:!t,switches:!t,top_retain:null,toplevel:!(!e||!e.top_retain),typeofs:!t,unsafe:!1,unsafe_arrows:!1,unsafe_comps:!1,unsafe_Function:!1,unsafe_math:!1,unsafe_symbols:!1,unsafe_methods:!1,unsafe_proto:!1,unsafe_regexp:!1,unsafe_undefined:!1,unused:!t,warnings:!1},!0);var r=this.options.global_defs;if("object"==typeof r)for(var i in r)"@"===i[0]&&Gb(r,i)&&(r[i.slice(1)]=VA(r[i],{expression:!0}));!0===this.options.inline&&(this.options.inline=3);var o=this.options.pure_funcs;this.pure_funcs="function"==typeof o?o:o?function(e){return!o.includes(e.expression.print_to_string())}:xb;var a=this.options.top_retain;a instanceof RegExp?this.top_retain=function(e){return a.test(e.name)}:"function"==typeof a?this.top_retain=a:a&&("string"==typeof a&&(a=a.split(/,/)),this.top_retain=function(e){return a.includes(e.name)}),this.options.module&&(this.directives["use strict"]=!0,this.options.toplevel=!0);var s=this.options.toplevel;this.toplevel="string"==typeof s?{funcs:/funcs/.test(s),vars:/vars/.test(s)}:{funcs:s,vars:s};var u=this.options.sequences;this.sequences_limit=1==u?800:0|u,this.evaluated_regexps=new Map,this._toplevel=void 0,this.mangle_options=n?UT(n):n}option(e){return this.options[e]}exposed(e){if(e.export)return!0;if(e.global)for(var t=0,n=e.orig.length;t<n;t++)if(!this.toplevel[e.orig[t]instanceof LD?"funcs":"vars"])return!0;return!1}in_boolean_context(){if(!this.option("booleans"))return!1;for(var e,t=this.self(),n=0;e=this.parent(n);n++){if(e instanceof jA||e instanceof uD&&e.condition===t||e instanceof iS&&e.condition===t||e instanceof sS&&e.condition===t||e instanceof MS&&e.condition===t||e instanceof oD&&"!"==e.operator&&e.expression===t)return!0;if(!(e instanceof sD&&("&&"==e.operator||"||"==e.operator||"??"==e.operator)||e instanceof uD||e.tail_node()===t))return!1;t=e}}get_toplevel(){return this._toplevel}compress(e){e=e.resolve_defines(this),this._toplevel=e,this.option("expression")&&this._toplevel.process_expression(!0);for(var t=+this.options.passes||1,n=1/0,r=!1,i=this.mangle_options&&this.mangle_options.nth_identifier||VT,o={ie8:this.option("ie8"),nth_identifier:i},a=0;a<t;a++)if(this._toplevel.figure_out_scope(o),0===a&&this.option("drop_console")&&(this._toplevel=this._toplevel.drop_console()),(a>0||this.option("reduce_vars"))&&this._toplevel.reset_opt_flags(this),this._toplevel=this._toplevel.transform(this),t>1){let e=0;if(dT(this._toplevel,(()=>{e++})),e<n)n=e,r=!1;else{if(r)break;r=!0}}return this.option("expression")&&this._toplevel.process_expression(!1),e=this._toplevel,this._toplevel=void 0,e}before(e,t){if(JT(e,$T))return e;var n=!1;e instanceof fS&&(e=(e=e.hoist_properties(this)).hoist_declarations(this),n=!0),t(e,this),t(e,this);var r=e.optimize(this);return n&&r instanceof fS&&(r.drop_unused(this),t(r,this)),r===e&&eC(r,$T),r}}function vO(e,t){e.DEFMETHOD("optimize",(function(e){var n=this;if(JT(n,512))return n;if(e.has_directive("use asm"))return n;var r=t(n,e);return eC(r,512),r}))}function yO(e,t){for(var n,r=0;(n=e.parent(r++))&&!(n instanceof fS);)if(n instanceof US&&n.argname){n=n.argname.definition().scope;break}return n.find_variable(t)}vO(XA,(function(e){return e})),pS.DEFMETHOD("drop_console",(function(){return this.transform(new _T((function(e){if("Call"==e.TYPE){var t=e.expression;if(t instanceof JS){for(var n=t.expression;n.expression;)n=n.expression;if(RC(n)&&"console"==n.name)return Ib(sT,e)}}})))})),XA.DEFMETHOD("equivalent_to",(function(e){return((e,t)=>{if(!xT(e,t))return!1;const n=[e],r=[t],i=n.push.bind(n),o=r.push.bind(r);for(;n.length&&r.length;){const e=n.pop(),t=r.pop();if(!xT(e,t))return!1;if(e._children_backwards(i),t._children_backwards(o),n.length!==r.length)return!1}return 0==n.length&&0==r.length})(this,e)})),fS.DEFMETHOD("process_expression",(function(e,t){var n=this,r=new _T((function(i){if(e&&i instanceof jA)return Ib(TS,i,{value:i.body});if(!e&&i instanceof TS){if(t){var o=i.value&&i.value.drop_side_effect_free(t,!0);return o?Ib(jA,i,{body:o}):Ib(eS,i)}return Ib(jA,i,{body:i.value||Ib(oD,i,{operator:"void",expression:Ib(tT,i,{value:0})})})}if(i instanceof bD||i instanceof hS&&i!==n)return i;if(i instanceof ZA){var a=i.body.length-1;a>=0&&(i.body[a]=i.body[a].transform(r))}else i instanceof MS?(i.body=i.body.transform(r),i.alternative&&(i.alternative=i.alternative.transform(r))):i instanceof cS&&(i.body=i.body.transform(r));return i}));n.transform(r)})),pS.DEFMETHOD("reset_opt_flags",(function(e){const t=this,n=e.option("reduce_vars"),r=new gT((function(i,o){if(tC(i,ZT),n)return e.top_retain&&i instanceof ES&&r.parent()===t&&eC(i,QT),i.reduce_vars(r,o,e)}));r.safe_ids=Object.create(null),r.in_loop=null,r.loop_ids=new Map,r.defs_to_safe_ids=new Map,t.walk(r)})),RD.DEFMETHOD("fixed_value",(function(){var e=this.thedef.fixed;return!e||e instanceof XA?e:e()})),WD.DEFMETHOD("is_immutable",(function(){var e=this.definition().orig;return 1==e.length&&e[0]instanceof UD}));var bO=Vb("Array Boolean clearInterval clearTimeout console Date decodeURI decodeURIComponent encodeURI encodeURIComponent Error escape eval EvalError Function isFinite isNaN JSON Math Number parseFloat parseInt RangeError ReferenceError RegExp Object setInterval setTimeout String SyntaxError TypeError unescape URIError");WD.DEFMETHOD("is_declared",(function(e){return!this.definition().undeclared||e.option("unsafe")&&bO.has(this.name)}));var AO=new Set(["use asm","use strict"]);function SO(e,t){return hO(e.body,t),t.option("side_effects")&&1==e.body.length&&e.body[0]===t.has_directive("use strict")&&(e.body.length=0),e}function DO(e,t){var n=e.body instanceof JA?e.body.body[0]:e.body;if(t.option("dead_code")&&i(n)){var r=[];return e.init instanceof WA?r.push(e.init):e.init&&r.push(Ib(jA,e.init,{body:e.init})),e.condition&&r.push(Ib(jA,e.condition,{body:e.condition})),dO(t,e.body,r),Ib(JA,e,{body:r})}return n instanceof MS&&(i(n.body)?(e.condition?e.condition=Ib(sD,e.condition,{left:e.condition,operator:"&&",right:n.condition.negate(t)}):e.condition=n.condition.negate(t),o(n.alternative)):i(n.alternative)&&(e.condition?e.condition=Ib(sD,e.condition,{left:e.condition,operator:"&&",right:n.condition}):e.condition=n.condition,o(n.body))),e;function i(e){return e instanceof RS&&t.loopcontrol_target(e)===t.self()}function o(n){n=EC(n),e.body instanceof JA?(e.body=e.body.clone(),e.body.body=n.concat(e.body.body.slice(1)),e.body=e.body.transform(t)):e.body=Ib(JA,e.body,{body:n}).transform(t),e=DO(e,t)}}vO(YA,(function(e,t){return!t.option("directives")||AO.has(e.value)&&t.has_directive(e.value)===e?e:Ib(eS,e)})),vO(qA,(function(e,t){return t.option("drop_debugger")?Ib(eS,e):e})),vO(nS,(function(e,t){return e.body instanceof RS&&t.loopcontrol_target(e.body)===e.body?Ib(eS,e):0==e.label.references.length?e.body:e})),vO(ZA,(function(e,t){return hO(e.body,t),e})),vO(JA,(function(e,t){switch(hO(e.body,t),e.body.length){case 1:if(!t.has_directive("use strict")&&t.parent()instanceof MS&&!((n=e.body[0])instanceof HS||n instanceof GS||n instanceof bD)||_C(e.body[0]))return e.body[0];break;case 0:return Ib(eS,e)}var n;return e})),vO(hS,SO),fS.DEFMETHOD("hoist_declarations",(function(e){var t=this;if(e.has_directive("use asm"))return t;if(!Array.isArray(t.body))return t;var n=e.option("hoist_funs"),r=e.option("hoist_vars");if(n||r){var i=[],o=[],a=new Map,s=0,u=0;dT(t,(e=>e instanceof fS&&e!==t||(e instanceof zS?(++u,!0):void 0))),r=r&&u>1;var l=new _T((function(u){if(u!==t){if(u instanceof YA)return i.push(u),Ib(eS,u);if(n&&u instanceof ES&&!(l.parent()instanceof jS)&&l.parent()===t)return o.push(u),Ib(eS,u);if(r&&u instanceof zS&&!u.definitions.some((e=>e.name instanceof vS))){u.definitions.forEach((function(e){a.set(e.name.name,e),++s}));var c=u.to_assignments(e),f=l.parent();if(f instanceof uS&&f.init===u){if(null==c){var p=u.definitions[0].name;return Ib(WD,p,p)}return c}return f instanceof sS&&f.init===u?c:c?Ib(jA,u,{body:c}):Ib(eS,u)}if(u instanceof fS)return u}}));if(t=t.transform(l),s>0){var c=[];const e=t instanceof hS,n=e?t.args_as_names():null;if(a.forEach(((t,r)=>{e&&n.some((e=>e.name===t.name.name))?a.delete(r):((t=t.clone()).value=null,c.push(t),a.set(r,t))})),c.length>0){for(;0<t.body.length;){if(t.body[0]instanceof jA){var f,p,d=t.body[0].body;if(d instanceof lD&&"="==d.operator&&(f=d.left)instanceof RD&&a.has(f.name)){if((h=a.get(f.name)).value)break;h.value=d.right,Bb(c,h),c.push(h),t.body.splice(0,1);continue}if(d instanceof ZS&&(p=d.expressions[0])instanceof lD&&"="==p.operator&&(f=p.left)instanceof RD&&a.has(f.name)){var h;if((h=a.get(f.name)).value)break;h.value=p.right,Bb(c,h),c.push(h),t.body[0].body=rC(d,d.expressions.slice(1));continue}}if(t.body[0]instanceof eS)t.body.splice(0,1);else{if(!(t.body[0]instanceof JA))break;t.body.splice(0,1,...t.body[0].body)}}c=Ib(zS,t,{definitions:c}),o.push(c)}}t.body=i.concat(o,t.body)}return t})),fS.DEFMETHOD("hoist_properties",(function(e){var t=this;if(!e.option("hoist_props")||e.has_directive("use asm"))return t;var n=t instanceof pS&&e.top_retain||kb,r=new Map,i=new _T((function(o,a){if(o instanceof XS){const s=o.name;let u,l;if(s.scope===t&&1!=(u=s.definition()).escaped&&!u.assignments&&!u.direct_access&&!u.single_use&&!e.exposed(u)&&!n(u)&&(l=s.fixed_value())===o.value&&l instanceof pD&&!l.properties.some((e=>e instanceof dS||e.computed_key()))){a(o,this);const e=new Map,n=[];return l.properties.forEach((({key:r,value:a})=>{const u=i.find_scope(),l=t.create_symbol(s.CTOR,{source:s,scope:u,conflict_scopes:new Set([u,...s.definition().references.map((e=>e.scope))]),tentative_name:s.name+"_"+r});e.set(String(r),l.definition()),n.push(Ib(XS,o,{name:l,value:a}))})),r.set(u.id,e),Nb.splice(n)}}else if(o instanceof JS&&o.expression instanceof WD){const e=r.get(o.expression.definition().id);if(e){const t=e.get(String(sC(o.property))),n=Ib(WD,o,{name:t.name,scope:o.expression.scope,thedef:t});return n.reference({}),n}}}));return t.transform(i)})),vO(jA,(function(e,t){if(t.option("side_effects")){var n=e.body,r=n.drop_side_effect_free(t,!0);if(!r)return Ib(eS,e);if(r!==n)return Ib(jA,e,{body:r})}return e})),vO(aS,(function(e,t){return t.option("loops")?Ib(sS,e,e).optimize(t):e})),vO(oS,(function(e,t){if(!t.option("loops"))return e;var n=e.condition.tail_node().evaluate(t);if(!(n instanceof XA)){if(n)return Ib(sS,e,{body:Ib(JA,e.body,{body:[e.body,Ib(jA,e.condition,{body:e.condition})]})}).optimize(t);if(!lC(e,t.parent()))return Ib(JA,e.body,{body:[e.body,Ib(jA,e.condition,{body:e.condition})]}).optimize(t)}return e})),vO(sS,(function(e,t){if(!t.option("loops"))return e;if(t.option("side_effects")&&e.init&&(e.init=e.init.drop_side_effect_free(t)),e.condition){var n=e.condition.evaluate(t);if(!(n instanceof XA))if(n)e.condition=null;else if(!t.option("dead_code")){var r=e.condition;e.condition=iC(n,e.condition),e.condition=oC(e.condition.transform(t),r)}if(t.option("dead_code")&&(n instanceof XA&&(n=e.condition.tail_node().evaluate(t)),!n)){var i=[];return dO(t,e.body,i),e.init instanceof WA?i.push(e.init):e.init&&i.push(Ib(jA,e.init,{body:e.init})),i.push(Ib(jA,e.condition,{body:e.condition})),Ib(JA,e,{body:i}).optimize(t)}}return DO(e,t)})),vO(MS,(function(e,t){if(dC(e.alternative)&&(e.alternative=null),!t.option("conditionals"))return e;var n=e.condition.evaluate(t);if(!(t.option("dead_code")||n instanceof XA)){var r=e.condition;e.condition=iC(n,r),e.condition=oC(e.condition.transform(t),r)}if(t.option("dead_code")){if(n instanceof XA&&(n=e.condition.tail_node().evaluate(t)),!n){var i=[];return dO(t,e.body,i),i.push(Ib(jA,e.condition,{body:e.condition})),e.alternative&&i.push(e.alternative),Ib(JA,e,{body:i}).optimize(t)}if(!(n instanceof XA))return(i=[]).push(Ib(jA,e.condition,{body:e.condition})),i.push(e.body),e.alternative&&dO(t,e.alternative,i),Ib(JA,e,{body:i}).optimize(t)}var o=e.condition.negate(t),a=e.condition.size(),s=o.size(),u=s<a;if(e.alternative&&u){u=!1,e.condition=o;var l=e.body;e.body=e.alternative||Ib(eS,e),e.alternative=l}if(dC(e.body)&&dC(e.alternative))return Ib(jA,e.condition,{body:e.condition.clone()}).optimize(t);if(e.body instanceof jA&&e.alternative instanceof jA)return Ib(jA,e,{body:Ib(uD,e,{condition:e.condition,consequent:e.body.body,alternative:e.alternative.body})}).optimize(t);if(dC(e.alternative)&&e.body instanceof jA)return a===s&&!u&&e.condition instanceof sD&&"||"==e.condition.operator&&(u=!0),u?Ib(jA,e,{body:Ib(sD,e,{operator:"||",left:o,right:e.body.body})}).optimize(t):Ib(jA,e,{body:Ib(sD,e,{operator:"&&",left:e.condition,right:e.body.body})}).optimize(t);if(e.body instanceof eS&&e.alternative instanceof jA)return Ib(jA,e,{body:Ib(sD,e,{operator:"||",left:e.condition,right:e.alternative.body})}).optimize(t);if(e.body instanceof DS&&e.alternative instanceof DS&&e.body.TYPE==e.alternative.TYPE)return Ib(e.body.CTOR,e,{value:Ib(uD,e,{condition:e.condition,consequent:e.body.value||Ib(sT,e.body),alternative:e.alternative.value||Ib(sT,e.alternative)}).transform(t)}).optimize(t);if(e.body instanceof MS&&!e.body.alternative&&!e.alternative&&(e=Ib(MS,e,{condition:Ib(sD,e.condition,{operator:"&&",left:e.condition,right:e.body.condition}),body:e.body.body,alternative:null})),BC(e.body)&&e.alternative){var c=e.alternative;return e.alternative=null,Ib(JA,e,{body:[e,c]}).optimize(t)}if(BC(e.alternative)){i=e.body;return e.body=e.alternative,e.condition=u?o:e.condition.negate(t),e.alternative=null,Ib(JA,e,{body:[e,i]}).optimize(t)}return e})),vO(FS,(function(e,t){if(!t.option("switches"))return e;var n,r=e.expression.evaluate(t);if(!(r instanceof XA)){var i=e.expression;e.expression=iC(r,i),e.expression=oC(e.expression.transform(t),i)}if(!t.option("dead_code"))return e;r instanceof XA&&(r=e.expression.tail_node().evaluate(t));for(var o,a,s=[],u=[],l=0,c=e.body.length;l<c&&!a;l++){if((n=e.body[l])instanceof IS)o?h(n,u[u.length-1]):o=n;else if(!(r instanceof XA)){var f=n.expression.evaluate(t);if(!(f instanceof XA)&&f!==r){h(n,u[u.length-1]);continue}if(f instanceof XA&&(f=n.expression.tail_node().evaluate(t)),f===r&&(a=n,o)){var p=u.indexOf(o);u.splice(p,1),h(o,u[p-1]),o=null}}u.push(n)}for(;l<c;)h(e.body[l++],u[u.length-1]);e.body=u;let d=o||a;if(o=null,a=null,u.every(((e,t)=>(e===d||e.expression instanceof JD)&&(0===e.body.length||BC(e)||u.length-1===t))))for(let e=0;e<u.length;e++){const t=u[e];for(let n=e+1;n<u.length;n++){const r=u[n];if(0===r.body.length)continue;const i=n===u.length-1,o=m(r,t,!1);if(o||i&&m(r,t,!0)){!o&&i&&r.body.push(Ib(RS));let t=n-1,a=0;for(;t>e&&v(u[t--]);)a++;const s=u.splice(n-a,1+a);u.splice(e+1,0,...s),e+=s.length}}}for(let e=0;e<u.length;e++){let t=u[e];if(0!==t.body.length&&BC(t))for(let n=e+1;n<u.length;e++,n++){let e=u[n];if(0!==e.body.length){if(!(m(e,t,!1)||n===u.length-1&&m(e,t,!0)))break;t.body=[],t=e}}}{let e=u.length-1;for(;e>=0;e--){let n=u[e].body;if(E(n[n.length-1],t)&&n.pop(),!v(u[e]))break}if(e++,!d||u.indexOf(d)>=e)for(let n=u.length-1;n>=e;n--){let e=u[n];if(e===d)d=null,u.pop();else{if(e.expression.has_side_effects(t))break;u.pop()}}}e:if(d){let e=u.indexOf(d),n=e;for(;n<u.length-1&&v(u[n]);n++);if(n<u.length-1)break e;let r=u.length-1;for(;r>=0;r--){let e=u[r];if(e!==d&&e.expression.has_side_effects(t))break}if(n>r){let t=e-1;for(;t>=0&&v(u[t]);t--);let i=Math.max(r,t)+1,o=e;r>e?(o=r,u[r].body=u[n].body):d.body=u[n].body,u.splice(o+1,n-o),u.splice(i,e-i)}}e:if(d){let n,r=u.findIndex((e=>!v(e)));if(r===u.length-1){let t=u[r];if(_(e))break e;n=Ib(JA,t,{body:t.body}),t.body=[]}else if(-1!==r)break e;let i=u.find((e=>e!==d&&e.expression.has_side_effects(t)));if(!i)return Ib(JA,e,{body:s.concat(g(e.expression),d.expression?g(d.expression):[],n||[])}).optimize(t);const o=u.indexOf(d);if(u.splice(o,1),d=null,n)return Ib(JA,e,{body:s.concat(e,n)}).optimize(t)}if(u.length>0&&(u[0].body=s.concat(u[0].body)),0==u.length)return Ib(JA,e,{body:s.concat(g(e.expression))}).optimize(t);if(1==u.length&&!_(e)){let n=u[0];return Ib(MS,e,{condition:Ib(sD,e,{operator:"===",left:e.expression,right:n.expression}),body:Ib(JA,n,{body:n.body}),alternative:null}).optimize(t)}if(2===u.length&&d&&!_(e)){let n=u[0]===d?u[1]:u[0],r=d.expression&&g(d.expression);if(BC(u[0])){let i=u[0];return E(i.body[i.body.length-1],t)&&i.body.pop(),Ib(MS,e,{condition:Ib(sD,e,{operator:"===",left:e.expression,right:n.expression}),body:Ib(JA,n,{body:n.body}),alternative:Ib(JA,d,{body:[].concat(r||[],d.body)})}).optimize(t)}let i="===",o=Ib(JA,n,{body:n.body}),a=Ib(JA,d,{body:[].concat(r||[],d.body)});if(u[0]===d){i="!==";let e=a;a=o,o=e}return Ib(JA,e,{body:[Ib(MS,e,{condition:Ib(sD,e,{operator:i,left:e.expression,right:n.expression}),body:o,alternative:null})].concat(a)}).optimize(t)}return e;function h(e,n){n&&!BC(n)?n.body=n.body.concat(e.body):dO(t,e,s)}function m(e,t,n){let r=e.body,i=t.body;if(n&&(r=r.concat(Ib(RS))),r.length!==i.length)return!1;let o=Ib(JA,e,{body:r}),a=Ib(JA,t,{body:i});return o.equivalent_to(a)}function g(e){return Ib(jA,e,{body:e})}function _(e){let t=!1,n=new gT((e=>{if(t)return!0;if(e instanceof hS)return!0;if(e instanceof jA)return!0;if(!E(e,n))return;let r=n.parent();r instanceof NS&&r.body[r.body.length-1]===e||(t=!0)}));return e.walk(n),t}function E(t,n){return t instanceof RS&&n.loopcontrol_target(t)===e}function v(e){return!BC(e)&&!Ib(JA,e,{body:e.body}).has_side_effects(t)}})),vO(PS,(function(e,t){if(e.bcatch&&e.bfinally&&e.bfinally.body.every(dC)&&(e.bfinally=null),t.option("dead_code")&&e.body.body.every(dC)){var n=[];return e.bcatch&&dO(t,e.bcatch,n),e.bfinally&&n.push(...e.bfinally.body),Ib(JA,e,{body:n}).optimize(t)}return e})),KS.DEFMETHOD("remove_initializers",(function(){var e=[];this.definitions.forEach((function(t){t.name instanceof kD?(t.value=null,e.push(t)):dT(t.name,(n=>{n instanceof kD&&e.push(Ib(XS,t,{name:n,value:null}))}))})),this.definitions=e})),KS.DEFMETHOD("to_assignments",(function(e){var t=e.option("reduce_vars"),n=[];for(const e of this.definitions){if(e.value){var r=Ib(WD,e.name,e.name);n.push(Ib(lD,e,{operator:"=",logical:!1,left:r,right:e.value})),t&&(r.definition().fixed=!1)}const i=e.name.definition();i.eliminated++,i.replaced--}return 0==n.length?null:rC(this,n)})),vO(KS,(function(e){return 0==e.definitions.length?Ib(eS,e):e})),vO(XS,(function(e,t){return e.name instanceof ND&&null!=e.value&&MC(e.value,t)&&(e.value=null),e})),vO(qS,(function(e){return e})),vO($S,(function(e,t){var n=e.expression,r=n;xO(e.args);var i=e.args.every((e=>!(e instanceof dS)));if(t.option("reduce_vars")&&r instanceof WD&&!jb(e,yT)){const e=r.fixed_value();bC(e,t)||(r=e)}var o=r instanceof hS;if(o&&r.pinned())return e;if(t.option("unused")&&i&&o&&!r.uses_arguments){for(var a=0,s=0,u=0,l=e.args.length;u<l;u++){if(r.argnames[u]instanceof dS){if(JT(r.argnames[u].expression,WT))for(;u<l;){(E=e.args[u++].drop_side_effect_free(t))&&(e.args[a++]=E)}else for(;u<l;)e.args[a++]=e.args[u++];s=a;break}var c=u>=r.argnames.length;if(c||JT(r.argnames[u],WT)){if(E=e.args[u].drop_side_effect_free(t))e.args[a++]=E;else if(!c){e.args[a++]=Ib(tT,e.args[u],{value:0});continue}}else e.args[a++]=e.args[u];s=a}e.args.length=s}if(t.option("unsafe")){if(n instanceof eD&&"Array"===n.start.value&&"from"===n.property&&1===e.args.length){const[n]=e.args;if(n instanceof fD)return Ib(fD,n,{elements:n.elements}).optimize(t)}if(RC(n))switch(n.name){case"Array":if(1!=e.args.length)return Ib(fD,e,{elements:e.args}).optimize(t);if(e.args[0]instanceof tT&&e.args[0].value<=11){const t=[];for(let n=0;n<e.args[0].value;n++)t.push(new uT);return new fD({elements:t})}break;case"Object":if(0==e.args.length)return Ib(pD,e,{properties:[]});break;case"String":if(0==e.args.length)return Ib(eT,e,{value:""});if(e.args.length<=1)return Ib(sD,e,{left:e.args[0],operator:"+",right:Ib(eT,e,{value:""})}).optimize(t);break;case"Number":if(0==e.args.length)return Ib(tT,e,{value:0});if(1==e.args.length&&t.option("unsafe_math"))return Ib(oD,e,{expression:e.args[0],operator:"+"}).optimize(t);break;case"Symbol":1==e.args.length&&e.args[0]instanceof eT&&t.option("unsafe_symbols")&&(e.args.length=0);break;case"Boolean":if(0==e.args.length)return Ib(fT,e);if(1==e.args.length)return Ib(oD,e,{expression:Ib(oD,e,{expression:e.args[0],operator:"!"}),operator:"!"}).optimize(t);break;case"RegExp":var f=[];if(e.args.length>=1&&e.args.length<=2&&e.args.every((e=>{var n=e.evaluate(t);return f.push(n),e!==n}))&&Yb(f[0])){let[n,r]=f;n=Wb(new RegExp(n).source);const i=Ib(rT,e,{value:{source:n,flags:r}});if(i._eval(t)!==i)return i}}else if(n instanceof eD)switch(n.property){case"toString":if(0==e.args.length&&!n.expression.may_throw_on_access(t))return Ib(sD,e,{left:Ib(eT,e,{value:""}),operator:"+",right:n.expression}).optimize(t);break;case"join":if(n.expression instanceof fD)e:{var p;if(!(e.args.length>0&&(p=e.args[0].evaluate(t))===e.args[0])){var d,h=[],m=[];for(u=0,l=n.expression.elements.length;u<l;u++){var g=n.expression.elements[u];if(g instanceof dS)break e;var _=g.evaluate(t);_!==g?m.push(_):(m.length>0&&(h.push(Ib(eT,e,{value:m.join(p)})),m.length=0),h.push(g))}return m.length>0&&h.push(Ib(eT,e,{value:m.join(p)})),0==h.length?Ib(eT,e,{value:""}):1==h.length?h[0].is_string(t)?h[0]:Ib(sD,h[0],{operator:"+",left:Ib(eT,e,{value:""}),right:h[0]}):""==p?(d=h[0].is_string(t)||h[1].is_string(t)?h.shift():Ib(eT,e,{value:""}),h.reduce((function(e,t){return Ib(sD,t,{operator:"+",left:e,right:t})}),d).optimize(t)):((E=e.clone()).expression=E.expression.clone(),E.expression.expression=E.expression.expression.clone(),E.expression.expression.elements=h,aC(t,e,E));var E}}break;case"charAt":if(n.expression.is_string(t)){var v=e.args[0],y=v?v.evaluate(t):0;if(y!==v)return Ib(nD,n,{expression:n.expression,property:iC(0|y,v||n)}).optimize(t)}break;case"apply":if(2==e.args.length&&e.args[1]instanceof fD){var b=e.args[1].elements.slice();return b.unshift(e.args[0]),Ib($S,e,{expression:Ib(eD,n,{expression:n.expression,optional:!1,property:"call"}),args:b}).optimize(t)}break;case"call":var A=n.expression;if(A instanceof WD&&(A=A.fixed_value()),A instanceof hS&&!A.contains_this())return(e.args.length?rC(this,[e.args[0],Ib($S,e,{expression:n.expression,args:e.args.slice(1)})]):Ib($S,e,{expression:n.expression,args:[]})).optimize(t)}}if(t.option("unsafe_Function")&&RC(n)&&"Function"==n.name){if(0==e.args.length)return Ib(gS,e,{argnames:[],body:[]}).optimize(t);var S=t.mangle_options&&t.mangle_options.nth_identifier||VT;if(e.args.every((e=>e instanceof eT)))try{var D="n(function("+e.args.slice(0,-1).map((function(e){return e.value})).join(",")+"){"+e.args[e.args.length-1].value+"})",T=VA(D),C={ie8:t.option("ie8"),nth_identifier:S};T.figure_out_scope(C);var O,R=new EO(t.options,{mangle_options:t.mangle_options});(T=T.transform(R)).figure_out_scope(C),T.compute_char_frequency(C),T.mangle_names(C),dT(T,(e=>{if(fC(e))return O=e,mT}));D=kT();return JA.prototype._codegen.call(O,O,D),e.args=[Ib(eT,e,{value:O.argnames.map((function(e){return e.print_to_string()})).join(",")}),Ib(eT,e.args[e.args.length-1],{value:D.get().replace(/^{|}$/g,"")})],e}catch(e){if(!(e instanceof wA))throw e}}return _O(e,r,t)})),vO(QS,(function(e,t){return t.option("unsafe")&&RC(e.expression)&&["Object","RegExp","Function","Error","Array"].includes(e.expression.name)?Ib($S,e,e).transform(t):e})),vO(ZS,(function(e,t){if(!t.option("side_effects"))return e;var n,r,i=[];n=AT(t),r=e.expressions.length-1,e.expressions.forEach((function(e,o){o<r&&(e=e.drop_side_effect_free(t,n)),e&&(nC(i,e),n=!1)}));var o=i.length-1;return function(){for(;o>0&&MC(i[o],t);)o--;o<i.length-1&&(i[o]=Ib(oD,e,{operator:"void",expression:i[o]}),i.length=o+1)}(),0==o?((e=cC(t.parent(),t.self(),i[0]))instanceof ZS||(e=e.optimize(t)),e):(e.expressions=i,e)})),iD.DEFMETHOD("lift_sequences",(function(e){if(e.option("sequences")&&this.expression instanceof ZS){var t=this.expression.expressions.slice(),n=this.clone();return n.expression=t.pop(),t.push(n),rC(this,t).optimize(e)}return this})),vO(aD,(function(e,t){return e.lift_sequences(t)})),vO(oD,(function(e,t){var n=e.expression;if("delete"==e.operator&&!(n instanceof WD||n instanceof JS||n instanceof rD||mC(n)))return rC(e,[n,Ib(pT,e)]).optimize(t);var r=e.lift_sequences(t);if(r!==e)return r;if(t.option("side_effects")&&"void"==e.operator)return(n=n.drop_side_effect_free(t))?(e.expression=n,e):Ib(sT,e).optimize(t);if(t.in_boolean_context())switch(e.operator){case"!":if(n instanceof oD&&"!"==n.operator)return n.expression;n instanceof sD&&(e=aC(t,e,n.negate(t,AT(t))));break;case"typeof":return(n instanceof WD?Ib(pT,e):rC(e,[n,Ib(pT,e)])).optimize(t)}if("-"==e.operator&&n instanceof lT&&(n=n.transform(t)),n instanceof sD&&("+"==e.operator||"-"==e.operator)&&("*"==n.operator||"/"==n.operator||"%"==n.operator))return Ib(sD,e,{operator:n.operator,left:Ib(oD,n.left,{operator:e.operator,expression:n.left}),right:n.right});if("-"!=e.operator||!(n instanceof tT||n instanceof lT||n instanceof nT)){var i=e.evaluate(t);if(i!==e)return aC(t,i=iC(i,e).optimize(t),e)}return e})),sD.DEFMETHOD("lift_sequences",(function(e){if(e.option("sequences")){if(this.left instanceof ZS){var t=this.left.expressions.slice();return(n=this.clone()).left=t.pop(),t.push(n),rC(this,t).optimize(e)}if(this.right instanceof ZS&&!this.left.has_side_effects(e)){for(var n,r="="==this.operator&&this.left instanceof WD,i=(t=this.right.expressions).length-1,o=0;o<i&&(r||!t[o].has_side_effects(e));o++);if(o==i)return t=t.slice(),(n=this.clone()).right=t.pop(),t.push(n),rC(this,t).optimize(e);if(o>0)return(n=this.clone()).right=rC(this.right,t.slice(o)),(t=t.slice(0,o)).push(n),rC(this,t).optimize(e)}}return this}));var TO=Vb("== === != !== * & | ^");function CO(e,t){return e instanceof WD||e.TYPE===t.TYPE}vO(sD,(function(e,t){function n(){return e.left.is_constant()||e.right.is_constant()||!e.left.has_side_effects(t)&&!e.right.has_side_effects(t)}function r(t){if(n()){t&&(e.operator=t);var r=e.left;e.left=e.right,e.right=r}}if(t.option("lhs_constants")&&TO.has(e.operator)&&e.right.is_constant()&&!e.left.is_constant()&&(e.left instanceof sD&&BA[e.left.operator]>=BA[e.operator]||r()),e=e.lift_sequences(t),t.option("comparisons"))switch(e.operator){case"===":case"!==":var i=!0;(e.left.is_string(t)&&e.right.is_string(t)||e.left.is_number(t)&&e.right.is_number(t)||e.left.is_boolean()&&e.right.is_boolean()||e.left.equivalent_to(e.right))&&(e.operator=e.operator.substr(0,2));case"==":case"!=":if(!i&&MC(e.left,t))e.left=Ib(oT,e.left);else if(!i&&MC(e.right,t))e.right=Ib(oT,e.right);else if(t.option("typeofs")&&e.left instanceof eT&&"undefined"==e.left.value&&e.right instanceof oD&&"typeof"==e.right.operator){((o=e.right.expression)instanceof WD?!o.is_declared(t):o instanceof JS&&t.option("ie8"))||(e.right=o,e.left=Ib(sT,e.left).optimize(t),2==e.operator.length&&(e.operator+="="))}else if(t.option("typeofs")&&e.left instanceof oD&&"typeof"==e.left.operator&&e.right instanceof eT&&"undefined"==e.right.value){var o;((o=e.left.expression)instanceof WD?!o.is_declared(t):o instanceof JS&&t.option("ie8"))||(e.left=o,e.right=Ib(sT,e.right).optimize(t),2==e.operator.length&&(e.operator+="="))}else if(e.left instanceof WD&&e.right instanceof WD&&e.left.definition()===e.right.definition()&&((u=e.left.fixed_value())instanceof fD||u instanceof hS||u instanceof pD||u instanceof bD))return Ib("="==e.operator[0]?pT:fT,e);break;case"&&":case"||":var a=e.left;if(a.operator==e.operator&&(a=a.right),a instanceof sD&&a.operator==("&&"==e.operator?"!==":"===")&&e.right instanceof sD&&a.operator==e.right.operator&&(MC(a.left,t)&&e.right.left instanceof oT||a.left instanceof oT&&MC(e.right.left,t))&&!a.right.has_side_effects(t)&&a.right.equivalent_to(e.right.right)){var s=Ib(sD,e,{operator:a.operator.slice(0,-1),left:Ib(oT,e),right:a.right});return a!==e.left&&(s=Ib(sD,e,{operator:e.operator,left:e.left.left,right:s})),s}}var u;if("+"==e.operator&&t.in_boolean_context()){var l=e.left.evaluate(t),c=e.right.evaluate(t);if(l&&"string"==typeof l)return rC(e,[e.right,Ib(pT,e)]).optimize(t);if(c&&"string"==typeof c)return rC(e,[e.left,Ib(pT,e)]).optimize(t)}if(t.option("comparisons")&&e.is_boolean()){if(!(t.parent()instanceof sD)||t.parent()instanceof lD){var f=Ib(oD,e,{operator:"!",expression:e.negate(t,AT(t))});e=aC(t,e,f)}if(t.option("unsafe_comps"))switch(e.operator){case"<":r(">");break;case"<=":r(">=")}}if("+"==e.operator){if(e.right instanceof eT&&""==e.right.getValue()&&e.left.is_string(t))return e.left;if(e.left instanceof eT&&""==e.left.getValue()&&e.right.is_string(t))return e.right;if(e.left instanceof sD&&"+"==e.left.operator&&e.left.left instanceof eT&&""==e.left.left.getValue()&&e.right.is_string(t))return e.left=e.left.right,e}if(t.option("evaluate")){switch(e.operator){case"&&":if(!(l=!!JT(e.left,2)||!JT(e.left,4)&&e.left.evaluate(t)))return cC(t.parent(),t.self(),e.left).optimize(t);if(!(l instanceof XA))return rC(e,[e.left,e.right]).optimize(t);if(c=e.right.evaluate(t)){if(!(c instanceof XA)){if("&&"==(p=t.parent()).operator&&p.left===t.self()||t.in_boolean_context())return e.left.optimize(t)}}else{if(t.in_boolean_context())return rC(e,[e.left,Ib(fT,e)]).optimize(t);eC(e,4)}if("||"==e.left.operator)if(!(d=e.left.right.evaluate(t)))return Ib(uD,e,{condition:e.left.left,consequent:e.right,alternative:e.left.right}).optimize(t);break;case"||":var p,d;if(!(l=!!JT(e.left,2)||!JT(e.left,4)&&e.left.evaluate(t)))return rC(e,[e.left,e.right]).optimize(t);if(!(l instanceof XA))return cC(t.parent(),t.self(),e.left).optimize(t);if(c=e.right.evaluate(t)){if(!(c instanceof XA)){if(t.in_boolean_context())return rC(e,[e.left,Ib(pT,e)]).optimize(t);eC(e,2)}}else if("||"==(p=t.parent()).operator&&p.left===t.self()||t.in_boolean_context())return e.left.optimize(t);if("&&"==e.left.operator)if((d=e.left.right.evaluate(t))&&!(d instanceof XA))return Ib(uD,e,{condition:e.left.left,consequent:e.left.right,alternative:e.right}).optimize(t);break;case"??":if(IC(e.left,t))return e.right;if(!((l=e.left.evaluate(t))instanceof XA))return null==l?e.right:e.left;if(t.in_boolean_context()){const n=e.right.evaluate(t);if(!(n instanceof XA||n))return e.left}}var h=!0;switch(e.operator){case"+":if(e.right instanceof JD&&e.left instanceof sD&&"+"==e.left.operator&&e.left.is_string(t)){var m=(g=Ib(sD,e,{operator:"+",left:e.left.right,right:e.right})).optimize(t);g!==m&&(e=Ib(sD,e,{operator:"+",left:e.left.left,right:m}))}if(e.left instanceof sD&&"+"==e.left.operator&&e.left.is_string(t)&&e.right instanceof sD&&"+"==e.right.operator&&e.right.is_string(t)){var g,_=(g=Ib(sD,e,{operator:"+",left:e.left.right,right:e.right.left})).optimize(t);g!==_&&(e=Ib(sD,e,{operator:"+",left:Ib(sD,e.left,{operator:"+",left:e.left.left,right:_}),right:e.right.right}))}if(e.right instanceof oD&&"-"==e.right.operator&&e.left.is_number(t)){e=Ib(sD,e,{operator:"-",left:e.left,right:e.right.expression});break}if(e.left instanceof oD&&"-"==e.left.operator&&n()&&e.right.is_number(t)){e=Ib(sD,e,{operator:"-",left:e.right,right:e.left.expression});break}if(e.left instanceof bS){var E=e.left;if((m=e.right.evaluate(t))!=e.right)return E.segments[E.segments.length-1].value+=String(m),E}if(e.right instanceof bS){m=e.right;if((E=e.left.evaluate(t))!=e.left)return m.segments[0].value=String(E)+m.segments[0].value,m}if(e.left instanceof bS&&e.right instanceof bS){var v=(E=e.left).segments;m=e.right;v[v.length-1].value+=m.segments[0].value;for(var y=1;y<m.segments.length;y++)v.push(m.segments[y]);return E}case"*":h=t.option("unsafe_math");case"&":case"|":case"^":if(e.left.is_number(t)&&e.right.is_number(t)&&n()&&!(e.left instanceof sD&&e.left.operator!=e.operator&&BA[e.left.operator]>=BA[e.operator])){var b=Ib(sD,e,{operator:e.operator,left:e.right,right:e.left});e=e.right instanceof JD&&!(e.left instanceof JD)?aC(t,b,e):aC(t,e,b)}h&&e.is_number(t)&&(e.right instanceof sD&&e.right.operator==e.operator&&(e=Ib(sD,e,{operator:e.operator,left:Ib(sD,e.left,{operator:e.operator,left:e.left,right:e.right.left,start:e.left.start,end:e.right.left.end}),right:e.right.right})),e.right instanceof JD&&e.left instanceof sD&&e.left.operator==e.operator&&(e.left.left instanceof JD?e=Ib(sD,e,{operator:e.operator,left:Ib(sD,e.left,{operator:e.operator,left:e.left.left,right:e.right,start:e.left.left.start,end:e.right.end}),right:e.left.right}):e.left.right instanceof JD&&(e=Ib(sD,e,{operator:e.operator,left:Ib(sD,e.left,{operator:e.operator,left:e.left.right,right:e.right,start:e.left.right.start,end:e.right.end}),right:e.left.left}))),e.left instanceof sD&&e.left.operator==e.operator&&e.left.right instanceof JD&&e.right instanceof sD&&e.right.operator==e.operator&&e.right.left instanceof JD&&(e=Ib(sD,e,{operator:e.operator,left:Ib(sD,e.left,{operator:e.operator,left:Ib(sD,e.left.left,{operator:e.operator,left:e.left.right,right:e.right.left,start:e.left.right.start,end:e.right.left.end}),right:e.left.left}),right:e.right.right})))}}if(e.right instanceof sD&&e.right.operator==e.operator&&(wC.has(e.operator)||"+"==e.operator&&(e.right.left.is_string(t)||e.left.is_string(t)&&e.right.right.is_string(t))))return e.left=Ib(sD,e.left,{operator:e.operator,left:e.left.transform(t),right:e.right.left.transform(t)}),e.right=e.right.right.transform(t),e.transform(t);var A=e.evaluate(t);return A!==e?(A=iC(A,e).optimize(t),aC(t,A,e)):e})),vO(qD,(function(e){return e})),vO(WD,(function(e,t){if(!t.option("ie8")&&RC(e)&&!t.find_parent(cS))switch(e.name){case"undefined":return Ib(sT,e).optimize(t);case"NaN":return Ib(aT,e).optimize(t);case"Infinity":return Ib(lT,e).optimize(t)}const n=t.parent();return t.option("reduce_vars")&&LC(e,n)!==e?gO(e,t):e})),vO(sT,(function(e,t){if(t.option("unsafe_undefined")){var n=yO(t,"undefined");if(n){var r=Ib(WD,e,{name:"undefined",scope:n.scope,thedef:n});return eC(r,qT),r}}var i=LC(t.self(),t.parent());return i&&CO(i,e)?e:Ib(oD,e,{operator:"void",expression:Ib(tT,e,{value:0})})})),vO(lT,(function(e,t){var n=LC(t.self(),t.parent());return n&&CO(n,e)?e:!t.option("keep_infinity")||n&&!CO(n,e)||yO(t,"Infinity")?Ib(sD,e,{operator:"/",left:Ib(tT,e,{value:1}),right:Ib(tT,e,{value:0})}):e})),vO(aT,(function(e,t){var n=LC(t.self(),t.parent());return n&&!CO(n,e)||yO(t,"NaN")?Ib(sD,e,{operator:"/",left:Ib(tT,e,{value:0}),right:Ib(tT,e,{value:0})}):e}));const OO=Vb("+ - / * % >> << >>> | ^ &"),RO=Vb("* | ^ &");function wO(e,t){return e instanceof WD&&(e=e.fixed_value()),!!e&&(!(e instanceof hS||e instanceof bD)||(!(e instanceof hS&&e.contains_this())||t.parent()instanceof QS))}function kO(e,t){return t.in_boolean_context()?aC(t,e,rC(e,[e,Ib(pT,e)]).optimize(t)):e}function xO(e){for(var t=0;t<e.length;t++){var n=e[t];if(n instanceof dS){var r=n.expression;r instanceof fD&&!r.elements.some((e=>e instanceof uT))&&(e.splice(t,1,...r.elements),t--)}}}function MO(e,t){if(!t.option("computed_props"))return e;if(!(e.key instanceof JD))return e;if(e.key instanceof eT||e.key instanceof tT){if("__proto__"===e.key.value)return e;if("constructor"==e.key.value&&t.parent()instanceof bD)return e;e instanceof hD?(e.quote=e.key.quote,e.key=e.key.value):e instanceof AD?(e.quote=e.key.quote,e.key=Ib(BD,e.key,{name:e.key.value})):(e.quote=e.key.quote,e.key=Ib(PD,e.key,{name:e.key.value}))}return e}vO(lD,(function(e,t){if(e.logical)return e.lift_sequences(t);var n;if("="===e.operator&&e.left instanceof WD&&"arguments"!==e.left.name&&!(n=e.left.definition()).undeclared&&e.right.equivalent_to(e.left))return e.right;if(t.option("dead_code")&&e.left instanceof WD&&(n=e.left.definition()).scope===t.find_parent(hS)){var r,i=0,o=e;do{if(r=o,(o=t.parent(i++))instanceof DS){if(a(i,o))break;if(vC(n.scope,[n]))break;return"="==e.operator?e.right:(n.fixed=!1,Ib(sD,e,{operator:e.operator.slice(0,-1),left:e.left,right:e.right}).optimize(t))}}while(o instanceof sD&&o.right===r||o instanceof ZS&&o.tail_node()===r)}return"="==(e=e.lift_sequences(t)).operator&&e.left instanceof WD&&e.right instanceof sD&&(e.right.left instanceof WD&&e.right.left.name==e.left.name&&OO.has(e.right.operator)?(e.operator=e.right.operator+"=",e.right=e.right.right):e.right.right instanceof WD&&e.right.right.name==e.left.name&&RO.has(e.right.operator)&&!e.right.left.has_side_effects(t)&&(e.operator=e.right.operator+"=",e.right=e.right.left)),e;function a(n,r){function i(){const n=e.right;e.right=Ib(oT,n);const i=r.may_throw(t);return e.right=n,i}for(var o,a=e.left.definition().scope.get_defun_scope();(o=t.parent(n++))!==a;)if(o instanceof PS){if(o.bfinally)return!0;if(o.bcatch&&i())return!0}}})),vO(cD,(function(e,t){if(!t.option("evaluate"))return e;var n=e.right.evaluate(t);return void 0!==n||t.parent()instanceof hS&&!1!==t.option("keep_fargs")?n!==e.right&&(n=iC(n,e.right),e.right=oC(n,e.right)):e=e.left,e})),vO(uD,(function(e,t){if(!t.option("conditionals"))return e;if(e.condition instanceof ZS){var n=e.condition.expressions.slice();return e.condition=n.pop(),n.push(e),rC(e,n)}var r=e.condition.evaluate(t);if(r!==e.condition)return cC(t.parent(),t.self(),r?e.consequent:e.alternative);var i=r.negate(t,AT(t));aC(t,r,i)===i&&(e=Ib(uD,e,{condition:i,consequent:e.alternative,alternative:e.consequent}));var o,a=e.condition,s=e.consequent,u=e.alternative;if(a instanceof WD&&s instanceof WD&&a.definition()===s.definition())return Ib(sD,e,{operator:"||",left:a,right:u});if(s instanceof lD&&u instanceof lD&&s.operator===u.operator&&s.logical===u.logical&&s.left.equivalent_to(u.left)&&(!e.condition.has_side_effects(t)||"="==s.operator&&!s.left.has_side_effects(t)))return Ib(lD,e,{operator:s.operator,left:s.left,logical:s.logical,right:Ib(uD,e,{condition:e.condition,consequent:s.right,alternative:u.right})});if(s instanceof $S&&u.TYPE===s.TYPE&&s.args.length>0&&s.args.length==u.args.length&&s.expression.equivalent_to(u.expression)&&!e.condition.has_side_effects(t)&&!s.expression.has_side_effects(t)&&"number"==typeof(o=function(){for(var e=s.args,t=u.args,n=0,r=e.length;n<r;n++){if(e[n]instanceof dS)return;if(!e[n].equivalent_to(t[n])){if(t[n]instanceof dS)return;for(var i=n+1;i<r;i++){if(e[i]instanceof dS)return;if(!e[i].equivalent_to(t[i]))return}return n}}}())){var l=s.clone();return l.args[o]=Ib(uD,e,{condition:e.condition,consequent:s.args[o],alternative:u.args[o]}),l}if(u instanceof uD&&s.equivalent_to(u.consequent))return Ib(uD,e,{condition:Ib(sD,e,{operator:"||",left:a,right:u.condition}),consequent:s,alternative:u.alternative}).optimize(t);if(t.option("ecma")>=2020&&function(e,t,n){if(t.may_throw(n))return!1;let r;if(e instanceof sD&&"=="===e.operator&&((r=IC(e.left,n)&&e.left)||(r=IC(e.right,n)&&e.right))&&(r===e.left?e.right:e.left).equivalent_to(t))return!0;if(e instanceof sD&&"||"===e.operator){let r,i;const o=e=>{if(!(e instanceof sD)||"==="!==e.operator&&"=="!==e.operator)return!1;let o,a=0;return e.left instanceof oT&&(a++,r=e,o=e.right),e.right instanceof oT&&(a++,r=e,o=e.left),MC(e.left,n)&&(a++,i=e,o=e.right),MC(e.right,n)&&(a++,i=e,o=e.left),1===a&&!!o.equivalent_to(t)};if(!o(e.left))return!1;if(!o(e.right))return!1;if(r&&i&&r!==i)return!0}return!1}(a,u,t))return Ib(sD,e,{operator:"??",left:u,right:s}).optimize(t);if(u instanceof ZS&&s.equivalent_to(u.expressions[u.expressions.length-1]))return rC(e,[Ib(sD,e,{operator:"||",left:a,right:rC(e,u.expressions.slice(0,-1))}),s]).optimize(t);if(u instanceof sD&&"&&"==u.operator&&s.equivalent_to(u.right))return Ib(sD,e,{operator:"&&",left:Ib(sD,e,{operator:"||",left:a,right:u.left}),right:s}).optimize(t);if(s instanceof uD&&s.alternative.equivalent_to(u))return Ib(uD,e,{condition:Ib(sD,e,{left:e.condition,operator:"&&",right:s.condition}),consequent:s.consequent,alternative:u});if(s.equivalent_to(u))return rC(e,[e.condition,s]).optimize(t);if(s instanceof sD&&"||"==s.operator&&s.right.equivalent_to(u))return Ib(sD,e,{operator:"||",left:Ib(sD,e,{operator:"&&",left:e.condition,right:s.left}),right:u}).optimize(t);const c=t.in_boolean_context();return p(e.consequent)?d(e.alternative)?f(e.condition):Ib(sD,e,{operator:"||",left:f(e.condition),right:e.alternative}):d(e.consequent)?p(e.alternative)?f(e.condition.negate(t)):Ib(sD,e,{operator:"&&",left:f(e.condition.negate(t)),right:e.alternative}):p(e.alternative)?Ib(sD,e,{operator:"||",left:f(e.condition.negate(t)),right:e.consequent}):d(e.alternative)?Ib(sD,e,{operator:"&&",left:f(e.condition),right:e.consequent}):e;function f(e){return e.is_boolean()?e:Ib(oD,e,{operator:"!",expression:e.negate(t)})}function p(e){return e instanceof pT||c&&e instanceof JD&&e.getValue()||e instanceof oD&&"!"==e.operator&&e.expression instanceof JD&&!e.expression.getValue()}function d(e){return e instanceof fT||c&&e instanceof JD&&!e.getValue()||e instanceof oD&&"!"==e.operator&&e.expression instanceof JD&&e.expression.getValue()}})),vO(cT,(function(e,t){if(t.in_boolean_context())return Ib(tT,e,{value:+e.value});var n=t.parent();return t.option("booleans_as_integers")?(n instanceof sD&&("==="==n.operator||"!=="==n.operator)&&(n.operator=n.operator.replace(/=$/,"")),Ib(tT,e,{value:+e.value})):t.option("booleans")?n instanceof sD&&("=="==n.operator||"!="==n.operator)?Ib(tT,e,{value:+e.value}):Ib(oD,e,{operator:"!",expression:Ib(tT,e,{value:1-e.value})}):e})),JS.DEFMETHOD("flatten_object",(function(e,t){if(t.option("properties")&&"__proto__"!==e){var n=t.option("unsafe_arrows")&&t.option("ecma")>=2015,r=this.expression;if(r instanceof pD)for(var i=r.properties,o=i.length;--o>=0;){var a=i[o];if(""+(a instanceof vD?a.key.name:a.key)==e){if(!i.every((e=>(e instanceof hD||n&&e instanceof vD&&!e.is_generator)&&!e.computed_key())))return;if(!wO(a.value,t))return;return Ib(nD,this,{expression:Ib(fD,r,{elements:i.map((function(e){var t=e.value;t instanceof mS&&(t=Ib(gS,t,t));var n=e.key;return n instanceof XA&&!(n instanceof PD)?rC(e,[n,t]):t}))}),property:Ib(tT,this,{value:o})})}}}})),vO(nD,(function(e,t){var n,r=e.expression,i=e.property;if(t.option("properties")){var o=i.evaluate(t);if(o!==i){if("string"==typeof o)if("undefined"==o)o=void 0;else(b=parseFloat(o)).toString()==o&&(o=b);i=e.property=oC(i,iC(o,i).transform(t));var a=""+o;if(CA(a)&&a.length<=i.size()+1)return Ib(eD,e,{expression:r,optional:e.optional,property:a,quote:i.quote}).optimize(t)}}e:if(t.option("arguments")&&r instanceof WD&&"arguments"==r.name&&1==r.definition().orig.length&&(n=r.scope)instanceof hS&&n.uses_arguments&&!(n instanceof _S)&&i instanceof tT){for(var s=i.getValue(),u=new Set,l=n.argnames,c=0;c<l.length;c++){if(!(l[c]instanceof ID))break e;var f=l[c].name;if(u.has(f))break e;u.add(f)}var p=n.argnames[s];if(p&&t.has_directive("use strict")){var d=p.definition();(!t.option("reduce_vars")||d.assignments||d.orig.length>1)&&(p=null)}else if(!p&&!t.option("keep_fargs")&&s<n.argnames.length+5)for(;s>=n.argnames.length;)p=n.create_symbol(ID,{source:n,scope:n,tentative_name:"argument_"+n.argnames.length}),n.argnames.push(p);if(p){var h=Ib(WD,e,p);return h.reference({}),tC(p,WT),h}}if(LC(e,t.parent()))return e;if(o!==i){var m=e.flatten_object(a,t);m&&(r=e.expression=m.expression,i=e.property=m.property)}if(t.option("properties")&&t.option("side_effects")&&i instanceof tT&&r instanceof fD){s=i.getValue();var g=r.elements,_=g[s];e:if(wO(_,t)){for(var E=!0,v=[],y=g.length;--y>s;){(b=g[y].drop_side_effect_free(t))&&(v.unshift(b),E&&b.has_side_effects(t)&&(E=!1))}if(_ instanceof dS)break e;for(_=_ instanceof uT?Ib(sT,_):_,E||v.unshift(_);--y>=0;){var b;if((b=g[y])instanceof dS)break e;(b=b.drop_side_effect_free(t))?v.unshift(b):s--}return E?(v.push(_),rC(e,v).optimize(t)):Ib(nD,e,{expression:Ib(fD,r,{elements:v}),property:Ib(tT,i,{value:s})})}}var A=e.evaluate(t);return A!==e?aC(t,A=iC(A,e).optimize(t),e):e})),vO(rD,(function(e,t){if(IC(e.expression,t)){let n=t.parent();return n instanceof oD&&"delete"===n.operator?iC(0,e):Ib(sT,e)}return e})),hS.DEFMETHOD("contains_this",(function(){return dT(this,(e=>e instanceof QD?mT:e!==this&&e instanceof fS&&!(e instanceof _S)||void 0))})),vO(eD,(function(e,t){const n=t.parent();if(LC(e,n))return e;if(t.option("unsafe_proto")&&e.expression instanceof eD&&"prototype"==e.expression.property){var r=e.expression.expression;if(RC(r))switch(r.name){case"Array":e.expression=Ib(fD,e.expression,{elements:[]});break;case"Function":e.expression=Ib(gS,e.expression,{argnames:[],body:[]});break;case"Number":e.expression=Ib(tT,e.expression,{value:0});break;case"Object":e.expression=Ib(pD,e.expression,{properties:[]});break;case"RegExp":e.expression=Ib(rT,e.expression,{value:{source:"t",flags:""}});break;case"String":e.expression=Ib(eT,e.expression,{value:""})}}if(!(n instanceof $S&&jb(n,yT))){const n=e.flatten_object(e.property,t);if(n)return n.optimize(t)}if(e.expression instanceof JS&&n instanceof JS)return e;let i=e.evaluate(t);return i!==e?(i=iC(i,e).optimize(t),aC(t,i,e)):e})),vO(fD,(function(e,t){var n=kO(e,t);return n!==e?n:(xO(e.elements),e)})),vO(pD,(function(e,t){var n=kO(e,t);return n!==e?n:(function(e,t){for(var n=0;n<e.length;n++){var r=e[n];if(r instanceof dS){const i=r.expression;i instanceof pD&&i.properties.every((e=>e instanceof hD))?(e.splice(n,1,...i.properties),n--):(i instanceof JD&&!(i instanceof eT)||IC(i,t))&&(e.splice(n,1),n--)}}}(e.properties,t),e)})),vO(rT,kO),vO(TS,(function(e,t){return e.value&&MC(e.value,t)&&(e.value=null),e})),vO(_S,SO),vO(gS,(function(e,t){if(e=SO(e,t),t.option("unsafe_arrows")&&t.option("ecma")>=2015&&!e.name&&!e.is_generator&&!e.uses_arguments&&!e.pinned()){if(!dT(e,(e=>{if(e instanceof QD)return mT})))return Ib(_S,e,e).optimize(t)}return e})),vO(bD,(function(e){return e})),vO(CD,(function(e,t){return hO(e.body,t),e})),vO(xS,(function(e,t){return e.expression&&!e.is_star&&MC(e.expression,t)&&(e.expression=null),e})),vO(bS,(function(e,t){if(!t.option("evaluate")||t.parent()instanceof yS)return e;for(var n=[],r=0;r<e.segments.length;r++){var i=e.segments[r];if(i instanceof XA){var o=i.evaluate(t);if(o!==i&&(o+"").length<=i.size()+"${}".length){n[n.length-1].value=n[n.length-1].value+o+e.segments[++r].value;continue}if(i instanceof bS){var a=i.segments;n[n.length-1].value+=a[0].value;for(var s=1;s<a.length;s++)i=a[s],n.push(i);continue}}n.push(i)}if(e.segments=n,1==n.length)return Ib(eT,e,n[0]);if(3===n.length&&n[1]instanceof XA&&(n[1].is_string(t)||n[1].is_number(t)||IC(n[1],t)||t.option("unsafe"))){if(""===n[2].value)return Ib(sD,e,{operator:"+",left:Ib(eT,e,{value:n[0].value}),right:n[1]});if(""===n[0].value)return Ib(sD,e,{operator:"+",left:n[1],right:Ib(eT,e,{value:n[2].value})})}return e})),vO(yS,(function(e){return e})),vO(dD,MO),vO(vD,(function(e,t){if(MO(e,t),t.option("arrows")&&t.parent()instanceof pD&&!e.is_generator&&!e.value.uses_arguments&&!e.value.pinned()&&1==e.value.body.length&&e.value.body[0]instanceof TS&&e.value.body[0].value&&!e.value.contains_this()){var n=Ib(_S,e.value,e.value);return n.async=e.async,n.is_generator=e.is_generator,Ib(hD,e,{key:e.key instanceof PD?e.key.name:e.key,value:n,quote:e.quote})}return e})),vO(hD,(function(e,t){MO(e,t);var n=t.option("unsafe_methods");if(n&&t.option("ecma")>=2015&&(!(n instanceof RegExp)||n.test(e.key+""))){var r=e.key,i=e.value;if((i instanceof _S&&Array.isArray(i.body)&&!i.contains_this()||i instanceof gS)&&!i.name)return Ib(vD,e,{async:i.async,is_generator:i.is_generator,key:r instanceof XA?r:Ib(PD,e,{name:r}),value:Ib(mS,i,i),quote:e.quote})}return e})),vO(vS,(function(e,t){if(1==t.option("pure_getters")&&t.option("unused")&&!e.is_array&&Array.isArray(e.names)&&!function(e){for(var t=[/^VarDef$/,/^(Const|Let|Var)$/,/^Export$/],n=0,r=0,i=t.length;n<i;r++){var o=e.parent(r);if(!o)return!1;if(0!==n||"Destructuring"!=o.TYPE){if(!t[n].test(o.TYPE))return!1;n++}}return!0}(t)&&!(e.names[e.names.length-1]instanceof dS)){for(var n=[],r=0;r<e.names.length;r++){var i=e.names[r];i instanceof hD&&"string"==typeof i.key&&i.value instanceof kD&&!o(t,i.value.definition())||n.push(i)}n.length!=e.names.length&&(e.names=n)}return e;function o(e,t){return!!t.references.length||!!t.global&&(!e.toplevel.vars||!!e.top_retain&&e.top_retain(t))}}));const FO=",".charCodeAt(0),NO=";".charCodeAt(0),IO="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",LO=new Uint8Array(64),PO=new Uint8Array(128);for(let e=0;e<IO.length;e++){const t=IO.charCodeAt(e);PO[t]=e,LO[e]=t}const BO="undefined"!=typeof TextDecoder?new TextDecoder:"undefined"!=typeof Buffer?{decode:e=>Buffer.from(e.buffer,e.byteOffset,e.byteLength).toString()}:{decode(e){let t="";for(let n=0;n<e.length;n++)t+=String.fromCharCode(e[n]);return t}};function UO(e,t,n,r){let i=0,o=0,a=0;do{const n=e.charCodeAt(t++);a=PO[n],i|=(31&a)<<o,o+=5}while(32&a);const s=1&i;return i>>>=1,s&&(i=-2147483648|-i),n[r]+=i,t}function VO(e,t){if(t>=e.length)return!1;const n=e.charCodeAt(t);return n!==FO&&n!==NO}function KO(e){e.sort(zO)}function zO(e,t){return e[0]-t[0]}function GO(e){const t=new Int32Array(5);let n=new Uint8Array(1024),r=0;for(let i=0;i<e.length;i++){const o=e[i];if(i>0&&(n=HO(n,r,1),n[r++]=NO),0!==o.length){t[0]=0;for(let e=0;e<o.length;e++){const i=o[e];n=HO(n,r,36),e>0&&(n[r++]=FO),r=XO(n,r,t,i,0),1!==i.length&&(r=XO(n,r,t,i,1),r=XO(n,r,t,i,2),r=XO(n,r,t,i,3),4!==i.length&&(r=XO(n,r,t,i,4)))}}}return BO.decode(n.subarray(0,r))}function HO(e,t,n){if(e.length>t+n)return e;const r=new Uint8Array(2*e.length);return r.set(e),r}function XO(e,t,n,r,i){const o=r[i];let a=o-n[i];n[i]=o,a=a<0?-a<<1|1:a<<1;do{let n=31&a;a>>>=5,a>0&&(n|=32),e[t++]=LO[n]}while(a>0);return t}const WO=/^[\w+.-]+:\/\//,qO=/^([\w+.-]+:)\/\/([^@/#?]*@)?([^:/#?]*)(:\d+)?(\/[^#?]*)?/,YO=/^file:(?:\/\/((?![a-z]:)[^/]*)?)?(\/?.*)/i;function jO(e){return e.startsWith("/")}function $O(e){const t=qO.exec(e);return QO(t[1],t[2]||"",t[3],t[4]||"",t[5]||"/")}function QO(e,t,n,r,i){return{scheme:e,user:t,host:n,port:r,path:i,relativePath:!1}}function ZO(e){if(function(e){return e.startsWith("//")}(e)){const t=$O("http:"+e);return t.scheme="",t}if(jO(e)){const t=$O("http://foo.com"+e);return t.scheme="",t.host="",t}if(function(e){return e.startsWith("file:")}(e))return function(e){const t=YO.exec(e),n=t[2];return QO("file:","",t[1]||"","",jO(n)?n:"/"+n)}(e);if(function(e){return WO.test(e)}(e))return $O(e);const t=$O("http://foo.com/"+e);return t.scheme="",t.host="",t.relativePath=!0,t}function JO(e){const{relativePath:t}=e,n=e.path.split("/");let r=1,i=0,o=!1;for(let e=1;e<n.length;e++){const a=n[e];a?(o=!1,"."!==a&&(".."!==a?(n[r++]=a,i++):i?(o=!0,i--,r--):t&&(n[r++]=a))):o=!0}let a="";for(let e=1;e<r;e++)a+="/"+n[e];(!a||o&&!a.endsWith("/.."))&&(a+="/"),e.path=a}function eR(e,t){if(!e&&!t)return"";const n=ZO(e);if(t&&!n.scheme){const e=ZO(t);n.scheme=e.scheme,n.host||(n.user=e.user,n.host=e.host,n.port=e.port),function(e,t){e.relativePath&&(JO(t),"/"===e.path?e.path=t.path:e.path=function(e){if(e.endsWith("/.."))return e;const t=e.lastIndexOf("/");return e.slice(0,t+1)}(t.path)+e.path,e.relativePath=t.relativePath)}(n,e)}if(JO(n),n.relativePath){const r=n.path.slice(1);if(!r)return".";return!(t||e).startsWith(".")||r.startsWith(".")?r:"./"+r}return n.scheme||n.host?`${n.scheme}//${n.user}${n.host}${n.port}${n.path}`:n.path}function tR(e,t){return t&&!t.endsWith("/")&&(t+="/"),eR(e,t)}const nR=0,rR=1,iR=2,oR=3,aR=4;function sR(e,t){for(let n=t;n<e.length;n++)if(!uR(e[n]))return n;return e.length}function uR(e){for(let t=1;t<e.length;t++)if(e[t][nR]<e[t-1][nR])return!1;return!0}function lR(e,t){return t||(e=e.slice()),e.sort(cR)}function cR(e,t){return e[nR]-t[nR]}let fR=!1;function pR(e,t,n){for(let r=n+1;r<e.length&&e[r][nR]===t;r++,n++);return n}function dR(e,t,n){for(let r=n-1;r>=0&&e[r][nR]===t;r--,n--);return n}function hR(e,t,n,r){const{lastKey:i,lastNeedle:o,lastIndex:a}=n;let s=0,u=e.length-1;if(r===i){if(t===o)return fR=-1!==a&&e[a][nR]===t,a;t>=o?s=-1===a?0:a:u=a}return n.lastKey=r,n.lastNeedle=t,n.lastIndex=function(e,t,n,r){for(;n<=r;){const i=n+(r-n>>1),o=e[i][nR]-t;if(0===o)return fR=!0,i;o<0?n=i+1:r=i-1}return fR=!1,n-1}(e,t,s,u)}const mR=function(e,t){const n="string"==typeof e?JSON.parse(e):e;if(!("sections"in n))return new DR(n,t);const r=[],i=[],o=[],a=[],{sections:s}=n;let u=0;for(;u<s.length-1;u++){const e=s[u+1].offset;gR(s[u],t,r,i,o,a,e.line,e.column)}s.length>0&&gR(s[u],t,r,i,o,a,1/0,1/0);const l={version:3,file:n.file,names:a,sources:i,sourcesContent:o,mappings:r};return bR(l)};function gR(e,t,n,r,i,o,a,s){const u=mR(e.map,t),{line:l,column:c}=e.offset,f=r.length,p=o.length,d=vR(u),{resolvedSources:h}=u;_R(r,h),_R(i,u.sourcesContent||function(e){const t=[];for(let n=0;n<e;n++)t[n]=null;return t}(h.length)),_R(o,u.names);for(let e=n.length;e<=l;e++)n.push([]);const m=a-l,g=Math.min(d.length,m+1);for(let e=0;e<g;e++){const t=d[e],r=0===e?n[l]:n[l+e]=[],i=0===e?c:0;for(let n=0;n<t.length;n++){const o=t[n],a=i+o[nR];if(e===m&&a>=s)break;if(1===o.length){r.push([a]);continue}const u=f+o[rR],l=o[iR],c=o[oR];4!==o.length?r.push([a,u,l,c,p+o[aR]]):r.push([a,u,l,c])}}}function _R(e,t){for(let n=0;n<t.length;n++)e.push(t[n])}const ER=Object.freeze({source:null,line:null,column:null,name:null});let vR,yR,bR,AR,SR;class DR{constructor(e,t){this._decodedMemo={lastKey:-1,lastNeedle:-1,lastIndex:-1},this._bySources=void 0,this._bySourceMemos=void 0;const n="string"==typeof e;if(!n&&e.constructor===DR)return e;const r=n?JSON.parse(e):e,{version:i,file:o,names:a,sourceRoot:s,sources:u,sourcesContent:l}=r;if(this.version=i,this.file=o,this.names=a,this.sourceRoot=s,this.sources=u,this.sourcesContent=l,s||t){const e=tR(s||"",function(e){if(!e)return"";const t=e.lastIndexOf("/");return e.slice(0,t+1)}(t));this.resolvedSources=u.map((t=>tR(t||"",e)))}else this.resolvedSources=u.map((e=>e||""));const{mappings:c}=r;"string"==typeof c?(this._encoded=c,this._decoded=void 0):(this._encoded=void 0,this._decoded=function(e,t){const n=sR(e,0);if(n===e.length)return e;t||(e=e.slice());for(let r=n;r<e.length;r=sR(e,r+1))e[r]=lR(e[r],t);return e}(c,n))}}vR=e=>e._decoded||(e._decoded=function(e){const t=new Int32Array(5),n=[];let r=[],i=!0,o=0;for(let a=0;a<e.length;){const s=e.charCodeAt(a);if(s===FO)a++;else if(s===NO)t[0]=o=0,i||KO(r),i=!0,n.push(r),r=[],a++;else{a=UO(e,a,t,0);const n=t[0];if(n<o&&(i=!1),o=n,!VO(e,a)){r.push([n]);continue}if(a=UO(e,a,t,1),a=UO(e,a,t,2),a=UO(e,a,t,3),!VO(e,a)){r.push([n,t[1],t[2],t[3]]);continue}a=UO(e,a,t,4),r.push([n,t[1],t[2],t[3],t[4]])}}return i||KO(r),n.push(r),n}(e._encoded)),yR=(e,{line:t,column:n,bias:r})=>{if(--t<0)throw new Error("`line` must be greater than 0 (lines start at line 1)");if(n<0)throw new Error("`column` must be greater than or equal to 0 (columns start at column 0)");const i=vR(e);if(t>=i.length)return ER;const o=function(e,t,n,r,i){let o=hR(e,r,t,n);return fR?o=(-1===i?pR:dR)(e,r,o):-1===i&&o++,-1===o||o===e.length?null:e[o]}(i[t],e._decodedMemo,t,n,r||1);if(null==o)return ER;if(1==o.length)return ER;const{names:a,resolvedSources:s}=e;return{source:s[o[rR]],line:o[iR]+1,column:o[oR],name:5===o.length?a[o[aR]]:null}},bR=(e,t)=>{const n=Object.assign({},e);n.mappings=[];const r=new DR(n,t);return r._decoded=e.mappings,r};class TR{constructor(){this._indexes={__proto__:null},this.array=[]}}AR=(e,t)=>e._indexes[t],SR=(e,t)=>{const n=AR(e,t);if(void 0!==n)return n;const{array:r,_indexes:i}=e;return i[t]=r.push(t)-1};let CR,OR,RR,wR,kR;class xR{constructor({file:e,sourceRoot:t}={}){this._names=new TR,this._sources=new TR,this._sourcesContent=[],this._mappings=[],this.file=e,this.sourceRoot=t}}function MR(e,t,n){for(let n=e.length;n>t;n--)e[n]=e[n-1];e[t]=n}CR=(e,t)=>function(e,t,n){const{generated:r,source:i,original:o,name:a}=n;if(!i)return kR(e,t,r.line-1,r.column,null,null,null,null);const s=i;return kR(e,t,r.line-1,r.column,s,o.line-1,o.column,a)}(!0,e,t),OR=(e,t,n)=>{const{_sources:r,_sourcesContent:i}=e;i[SR(r,t)]=n},RR=e=>{const{file:t,sourceRoot:n,_mappings:r,_sources:i,_sourcesContent:o,_names:a}=e;return function(e){const{length:t}=e;let n=t;for(let t=n-1;t>=0&&!(e[t].length>0);n=t,t--);n<t&&(e.length=n)}(r),{version:3,file:t||void 0,names:a.array,sourceRoot:n||void 0,sources:i.array,sourcesContent:o,mappings:r}},wR=e=>{const t=RR(e);return Object.assign(Object.assign({},t),{mappings:GO(t.mappings)})},kR=(e,t,n,r,i,o,a,s)=>{const{_mappings:u,_sources:l,_sourcesContent:c,_names:f}=t,p=function(e,t){for(let n=e.length;n<=t;n++)e[n]=[];return e[t]}(u,n),d=function(e,t){let n=e.length;for(let r=n-1;r>=0&&!(t>=e[r][0]);n=r--);return n}(p,r);if(!i){if(e&&function(e,t){if(0===t)return!0;const n=e[t-1];return 1===n.length}(p,d))return;return MR(p,d,[r])}const h=SR(l,i),m=s?SR(f,s):-1;if(h===c.length&&(c[h]=null),!e||!function(e,t,n,r,i,o){if(0===t)return!1;const a=e[t-1];return 1!==a.length&&n===a[1]&&r===a[2]&&i===a[3]&&o===(5===a.length?a[4]:-1)}(p,d,h,o,a,m))return MR(p,d,s?[r,h,o,a,m]:[r,h,o,a])};class FR{constructor(e,t){const n=this._map=new mR(e,t);this.file=n.file,this.names=n.names,this.sourceRoot=n.sourceRoot,this.sources=n.resolvedSources,this.sourcesContent=n.sourcesContent}originalPositionFor(e){return yR(this._map,e)}destroy(){}}class NR{constructor(e){this._map=new xR(e)}addMapping(e){CR(this._map,e)}setSourceContent(e,t){OR(this._map,e,t)}toJSON(){return wR(this._map)}toDecodedMap(){return RR(this._map)}}var IR=["$&","$'","$*","$+","$1","$2","$3","$4","$5","$6","$7","$8","$9","$_","$`","$input","-moz-animation","-moz-animation-delay","-moz-animation-direction","-moz-animation-duration","-moz-animation-fill-mode","-moz-animation-iteration-count","-moz-animation-name","-moz-animation-play-state","-moz-animation-timing-function","-moz-appearance","-moz-backface-visibility","-moz-border-end","-moz-border-end-color","-moz-border-end-style","-moz-border-end-width","-moz-border-image","-moz-border-start","-moz-border-start-color","-moz-border-start-style","-moz-border-start-width","-moz-box-align","-moz-box-direction","-moz-box-flex","-moz-box-ordinal-group","-moz-box-orient","-moz-box-pack","-moz-box-sizing","-moz-float-edge","-moz-font-feature-settings","-moz-font-language-override","-moz-force-broken-image-icon","-moz-hyphens","-moz-image-region","-moz-margin-end","-moz-margin-start","-moz-orient","-moz-osx-font-smoothing","-moz-outline-radius","-moz-outline-radius-bottomleft","-moz-outline-radius-bottomright","-moz-outline-radius-topleft","-moz-outline-radius-topright","-moz-padding-end","-moz-padding-start","-moz-perspective","-moz-perspective-origin","-moz-tab-size","-moz-text-size-adjust","-moz-transform","-moz-transform-origin","-moz-transform-style","-moz-transition","-moz-transition-delay","-moz-transition-duration","-moz-transition-property","-moz-transition-timing-function","-moz-user-focus","-moz-user-input","-moz-user-modify","-moz-user-select","-moz-window-dragging","-webkit-align-content","-webkit-align-items","-webkit-align-self","-webkit-animation","-webkit-animation-delay","-webkit-animation-direction","-webkit-animation-duration","-webkit-animation-fill-mode","-webkit-animation-iteration-count","-webkit-animation-name","-webkit-animation-play-state","-webkit-animation-timing-function","-webkit-appearance","-webkit-backface-visibility","-webkit-background-clip","-webkit-background-origin","-webkit-background-size","-webkit-border-bottom-left-radius","-webkit-border-bottom-right-radius","-webkit-border-image","-webkit-border-radius","-webkit-border-top-left-radius","-webkit-border-top-right-radius","-webkit-box-align","-webkit-box-direction","-webkit-box-flex","-webkit-box-ordinal-group","-webkit-box-orient","-webkit-box-pack","-webkit-box-shadow","-webkit-box-sizing","-webkit-filter","-webkit-flex","-webkit-flex-basis","-webkit-flex-direction","-webkit-flex-flow","-webkit-flex-grow","-webkit-flex-shrink","-webkit-flex-wrap","-webkit-justify-content","-webkit-line-clamp","-webkit-mask","-webkit-mask-clip","-webkit-mask-composite","-webkit-mask-image","-webkit-mask-origin","-webkit-mask-position","-webkit-mask-position-x","-webkit-mask-position-y","-webkit-mask-repeat","-webkit-mask-size","-webkit-order","-webkit-perspective","-webkit-perspective-origin","-webkit-text-fill-color","-webkit-text-size-adjust","-webkit-text-stroke","-webkit-text-stroke-color","-webkit-text-stroke-width","-webkit-transform","-webkit-transform-origin","-webkit-transform-style","-webkit-transition","-webkit-transition-delay","-webkit-transition-duration","-webkit-transition-property","-webkit-transition-timing-function","-webkit-user-select","0","1","10","11","12","13","14","15","16","17","18","19","2","20","3","4","5","6","7","8","9","@@iterator","ABORT_ERR","ACTIVE","ACTIVE_ATTRIBUTES","ACTIVE_TEXTURE","ACTIVE_UNIFORMS","ACTIVE_UNIFORM_BLOCKS","ADDITION","ALIASED_LINE_WIDTH_RANGE","ALIASED_POINT_SIZE_RANGE","ALLOW_KEYBOARD_INPUT","ALLPASS","ALPHA","ALPHA_BITS","ALREADY_SIGNALED","ALT_MASK","ALWAYS","ANY_SAMPLES_PASSED","ANY_SAMPLES_PASSED_CONSERVATIVE","ANY_TYPE","ANY_UNORDERED_NODE_TYPE","ARRAY_BUFFER","ARRAY_BUFFER_BINDING","ATTACHED_SHADERS","ATTRIBUTE_NODE","AT_TARGET","AbortController","AbortSignal","AbsoluteOrientationSensor","AbstractRange","Accelerometer","AddSearchProvider","AggregateError","AnalyserNode","Animation","AnimationEffect","AnimationEvent","AnimationPlaybackEvent","AnimationTimeline","AnonXMLHttpRequest","Any","ApplicationCache","ApplicationCacheErrorEvent","Array","ArrayBuffer","ArrayType","Atomics","Attr","Audio","AudioBuffer","AudioBufferSourceNode","AudioContext","AudioDestinationNode","AudioListener","AudioNode","AudioParam","AudioParamMap","AudioProcessingEvent","AudioScheduledSourceNode","AudioStreamTrack","AudioWorklet","AudioWorkletNode","AuthenticatorAssertionResponse","AuthenticatorAttestationResponse","AuthenticatorResponse","AutocompleteErrorEvent","BACK","BAD_BOUNDARYPOINTS_ERR","BAD_REQUEST","BANDPASS","BLEND","BLEND_COLOR","BLEND_DST_ALPHA","BLEND_DST_RGB","BLEND_EQUATION","BLEND_EQUATION_ALPHA","BLEND_EQUATION_RGB","BLEND_SRC_ALPHA","BLEND_SRC_RGB","BLUE_BITS","BLUR","BOOL","BOOLEAN_TYPE","BOOL_VEC2","BOOL_VEC3","BOOL_VEC4","BOTH","BROWSER_DEFAULT_WEBGL","BUBBLING_PHASE","BUFFER_SIZE","BUFFER_USAGE","BYTE","BYTES_PER_ELEMENT","BackgroundFetchManager","BackgroundFetchRecord","BackgroundFetchRegistration","BarProp","BarcodeDetector","BaseAudioContext","BaseHref","BatteryManager","BeforeInstallPromptEvent","BeforeLoadEvent","BeforeUnloadEvent","BigInt","BigInt64Array","BigUint64Array","BiquadFilterNode","Blob","BlobEvent","Bluetooth","BluetoothCharacteristicProperties","BluetoothDevice","BluetoothRemoteGATTCharacteristic","BluetoothRemoteGATTDescriptor","BluetoothRemoteGATTServer","BluetoothRemoteGATTService","BluetoothUUID","Boolean","BroadcastChannel","ByteLengthQueuingStrategy","CAPTURING_PHASE","CCW","CDATASection","CDATA_SECTION_NODE","CHANGE","CHARSET_RULE","CHECKING","CLAMP_TO_EDGE","CLICK","CLOSED","CLOSING","COLOR","COLOR_ATTACHMENT0","COLOR_ATTACHMENT1","COLOR_ATTACHMENT10","COLOR_ATTACHMENT11","COLOR_ATTACHMENT12","COLOR_ATTACHMENT13","COLOR_ATTACHMENT14","COLOR_ATTACHMENT15","COLOR_ATTACHMENT2","COLOR_ATTACHMENT3","COLOR_ATTACHMENT4","COLOR_ATTACHMENT5","COLOR_ATTACHMENT6","COLOR_ATTACHMENT7","COLOR_ATTACHMENT8","COLOR_ATTACHMENT9","COLOR_BUFFER_BIT","COLOR_CLEAR_VALUE","COLOR_WRITEMASK","COMMENT_NODE","COMPARE_REF_TO_TEXTURE","COMPILE_STATUS","COMPLETION_STATUS_KHR","COMPRESSED_RGBA_S3TC_DXT1_EXT","COMPRESSED_RGBA_S3TC_DXT3_EXT","COMPRESSED_RGBA_S3TC_DXT5_EXT","COMPRESSED_RGB_S3TC_DXT1_EXT","COMPRESSED_TEXTURE_FORMATS","CONDITION_SATISFIED","CONFIGURATION_UNSUPPORTED","CONNECTING","CONSTANT_ALPHA","CONSTANT_COLOR","CONSTRAINT_ERR","CONTEXT_LOST_WEBGL","CONTROL_MASK","COPY_READ_BUFFER","COPY_READ_BUFFER_BINDING","COPY_WRITE_BUFFER","COPY_WRITE_BUFFER_BINDING","COUNTER_STYLE_RULE","CSS","CSS2Properties","CSSAnimation","CSSCharsetRule","CSSConditionRule","CSSCounterStyleRule","CSSFontFaceRule","CSSFontFeatureValuesRule","CSSGroupingRule","CSSImageValue","CSSImportRule","CSSKeyframeRule","CSSKeyframesRule","CSSKeywordValue","CSSMathInvert","CSSMathMax","CSSMathMin","CSSMathNegate","CSSMathProduct","CSSMathSum","CSSMathValue","CSSMatrixComponent","CSSMediaRule","CSSMozDocumentRule","CSSNameSpaceRule","CSSNamespaceRule","CSSNumericArray","CSSNumericValue","CSSPageRule","CSSPerspective","CSSPositionValue","CSSPrimitiveValue","CSSRotate","CSSRule","CSSRuleList","CSSScale","CSSSkew","CSSSkewX","CSSSkewY","CSSStyleDeclaration","CSSStyleRule","CSSStyleSheet","CSSStyleValue","CSSSupportsRule","CSSTransformComponent","CSSTransformValue","CSSTransition","CSSTranslate","CSSUnitValue","CSSUnknownRule","CSSUnparsedValue","CSSValue","CSSValueList","CSSVariableReferenceValue","CSSVariablesDeclaration","CSSVariablesRule","CSSViewportRule","CSS_ATTR","CSS_CM","CSS_COUNTER","CSS_CUSTOM","CSS_DEG","CSS_DIMENSION","CSS_EMS","CSS_EXS","CSS_FILTER_BLUR","CSS_FILTER_BRIGHTNESS","CSS_FILTER_CONTRAST","CSS_FILTER_CUSTOM","CSS_FILTER_DROP_SHADOW","CSS_FILTER_GRAYSCALE","CSS_FILTER_HUE_ROTATE","CSS_FILTER_INVERT","CSS_FILTER_OPACITY","CSS_FILTER_REFERENCE","CSS_FILTER_SATURATE","CSS_FILTER_SEPIA","CSS_GRAD","CSS_HZ","CSS_IDENT","CSS_IN","CSS_INHERIT","CSS_KHZ","CSS_MATRIX","CSS_MATRIX3D","CSS_MM","CSS_MS","CSS_NUMBER","CSS_PC","CSS_PERCENTAGE","CSS_PERSPECTIVE","CSS_PRIMITIVE_VALUE","CSS_PT","CSS_PX","CSS_RAD","CSS_RECT","CSS_RGBCOLOR","CSS_ROTATE","CSS_ROTATE3D","CSS_ROTATEX","CSS_ROTATEY","CSS_ROTATEZ","CSS_S","CSS_SCALE","CSS_SCALE3D","CSS_SCALEX","CSS_SCALEY","CSS_SCALEZ","CSS_SKEW","CSS_SKEWX","CSS_SKEWY","CSS_STRING","CSS_TRANSLATE","CSS_TRANSLATE3D","CSS_TRANSLATEX","CSS_TRANSLATEY","CSS_TRANSLATEZ","CSS_UNKNOWN","CSS_URI","CSS_VALUE_LIST","CSS_VH","CSS_VMAX","CSS_VMIN","CSS_VW","CULL_FACE","CULL_FACE_MODE","CURRENT_PROGRAM","CURRENT_QUERY","CURRENT_VERTEX_ATTRIB","CUSTOM","CW","Cache","CacheStorage","CanvasCaptureMediaStream","CanvasCaptureMediaStreamTrack","CanvasGradient","CanvasPattern","CanvasRenderingContext2D","CaretPosition","ChannelMergerNode","ChannelSplitterNode","CharacterData","ClientRect","ClientRectList","Clipboard","ClipboardEvent","ClipboardItem","CloseEvent","Collator","CommandEvent","Comment","CompileError","CompositionEvent","CompressionStream","Console","ConstantSourceNode","Controllers","ConvolverNode","CountQueuingStrategy","Counter","Credential","CredentialsContainer","Crypto","CryptoKey","CustomElementRegistry","CustomEvent","DATABASE_ERR","DATA_CLONE_ERR","DATA_ERR","DBLCLICK","DECR","DECR_WRAP","DELETE_STATUS","DEPTH","DEPTH24_STENCIL8","DEPTH32F_STENCIL8","DEPTH_ATTACHMENT","DEPTH_BITS","DEPTH_BUFFER_BIT","DEPTH_CLEAR_VALUE","DEPTH_COMPONENT","DEPTH_COMPONENT16","DEPTH_COMPONENT24","DEPTH_COMPONENT32F","DEPTH_FUNC","DEPTH_RANGE","DEPTH_STENCIL","DEPTH_STENCIL_ATTACHMENT","DEPTH_TEST","DEPTH_WRITEMASK","DEVICE_INELIGIBLE","DIRECTION_DOWN","DIRECTION_LEFT","DIRECTION_RIGHT","DIRECTION_UP","DISABLED","DISPATCH_REQUEST_ERR","DITHER","DOCUMENT_FRAGMENT_NODE","DOCUMENT_NODE","DOCUMENT_POSITION_CONTAINED_BY","DOCUMENT_POSITION_CONTAINS","DOCUMENT_POSITION_DISCONNECTED","DOCUMENT_POSITION_FOLLOWING","DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC","DOCUMENT_POSITION_PRECEDING","DOCUMENT_TYPE_NODE","DOMCursor","DOMError","DOMException","DOMImplementation","DOMImplementationLS","DOMMatrix","DOMMatrixReadOnly","DOMParser","DOMPoint","DOMPointReadOnly","DOMQuad","DOMRect","DOMRectList","DOMRectReadOnly","DOMRequest","DOMSTRING_SIZE_ERR","DOMSettableTokenList","DOMStringList","DOMStringMap","DOMTokenList","DOMTransactionEvent","DOM_DELTA_LINE","DOM_DELTA_PAGE","DOM_DELTA_PIXEL","DOM_INPUT_METHOD_DROP","DOM_INPUT_METHOD_HANDWRITING","DOM_INPUT_METHOD_IME","DOM_INPUT_METHOD_KEYBOARD","DOM_INPUT_METHOD_MULTIMODAL","DOM_INPUT_METHOD_OPTION","DOM_INPUT_METHOD_PASTE","DOM_INPUT_METHOD_SCRIPT","DOM_INPUT_METHOD_UNKNOWN","DOM_INPUT_METHOD_VOICE","DOM_KEY_LOCATION_JOYSTICK","DOM_KEY_LOCATION_LEFT","DOM_KEY_LOCATION_MOBILE","DOM_KEY_LOCATION_NUMPAD","DOM_KEY_LOCATION_RIGHT","DOM_KEY_LOCATION_STANDARD","DOM_VK_0","DOM_VK_1","DOM_VK_2","DOM_VK_3","DOM_VK_4","DOM_VK_5","DOM_VK_6","DOM_VK_7","DOM_VK_8","DOM_VK_9","DOM_VK_A","DOM_VK_ACCEPT","DOM_VK_ADD","DOM_VK_ALT","DOM_VK_ALTGR","DOM_VK_AMPERSAND","DOM_VK_ASTERISK","DOM_VK_AT","DOM_VK_ATTN","DOM_VK_B","DOM_VK_BACKSPACE","DOM_VK_BACK_QUOTE","DOM_VK_BACK_SLASH","DOM_VK_BACK_SPACE","DOM_VK_C","DOM_VK_CANCEL","DOM_VK_CAPS_LOCK","DOM_VK_CIRCUMFLEX","DOM_VK_CLEAR","DOM_VK_CLOSE_BRACKET","DOM_VK_CLOSE_CURLY_BRACKET","DOM_VK_CLOSE_PAREN","DOM_VK_COLON","DOM_VK_COMMA","DOM_VK_CONTEXT_MENU","DOM_VK_CONTROL","DOM_VK_CONVERT","DOM_VK_CRSEL","DOM_VK_CTRL","DOM_VK_D","DOM_VK_DECIMAL","DOM_VK_DELETE","DOM_VK_DIVIDE","DOM_VK_DOLLAR","DOM_VK_DOUBLE_QUOTE","DOM_VK_DOWN","DOM_VK_E","DOM_VK_EISU","DOM_VK_END","DOM_VK_ENTER","DOM_VK_EQUALS","DOM_VK_EREOF","DOM_VK_ESCAPE","DOM_VK_EXCLAMATION","DOM_VK_EXECUTE","DOM_VK_EXSEL","DOM_VK_F","DOM_VK_F1","DOM_VK_F10","DOM_VK_F11","DOM_VK_F12","DOM_VK_F13","DOM_VK_F14","DOM_VK_F15","DOM_VK_F16","DOM_VK_F17","DOM_VK_F18","DOM_VK_F19","DOM_VK_F2","DOM_VK_F20","DOM_VK_F21","DOM_VK_F22","DOM_VK_F23","DOM_VK_F24","DOM_VK_F25","DOM_VK_F26","DOM_VK_F27","DOM_VK_F28","DOM_VK_F29","DOM_VK_F3","DOM_VK_F30","DOM_VK_F31","DOM_VK_F32","DOM_VK_F33","DOM_VK_F34","DOM_VK_F35","DOM_VK_F36","DOM_VK_F4","DOM_VK_F5","DOM_VK_F6","DOM_VK_F7","DOM_VK_F8","DOM_VK_F9","DOM_VK_FINAL","DOM_VK_FRONT","DOM_VK_G","DOM_VK_GREATER_THAN","DOM_VK_H","DOM_VK_HANGUL","DOM_VK_HANJA","DOM_VK_HASH","DOM_VK_HELP","DOM_VK_HK_TOGGLE","DOM_VK_HOME","DOM_VK_HYPHEN_MINUS","DOM_VK_I","DOM_VK_INSERT","DOM_VK_J","DOM_VK_JUNJA","DOM_VK_K","DOM_VK_KANA","DOM_VK_KANJI","DOM_VK_L","DOM_VK_LEFT","DOM_VK_LEFT_TAB","DOM_VK_LESS_THAN","DOM_VK_M","DOM_VK_META","DOM_VK_MODECHANGE","DOM_VK_MULTIPLY","DOM_VK_N","DOM_VK_NONCONVERT","DOM_VK_NUMPAD0","DOM_VK_NUMPAD1","DOM_VK_NUMPAD2","DOM_VK_NUMPAD3","DOM_VK_NUMPAD4","DOM_VK_NUMPAD5","DOM_VK_NUMPAD6","DOM_VK_NUMPAD7","DOM_VK_NUMPAD8","DOM_VK_NUMPAD9","DOM_VK_NUM_LOCK","DOM_VK_O","DOM_VK_OEM_1","DOM_VK_OEM_102","DOM_VK_OEM_2","DOM_VK_OEM_3","DOM_VK_OEM_4","DOM_VK_OEM_5","DOM_VK_OEM_6","DOM_VK_OEM_7","DOM_VK_OEM_8","DOM_VK_OEM_COMMA","DOM_VK_OEM_MINUS","DOM_VK_OEM_PERIOD","DOM_VK_OEM_PLUS","DOM_VK_OPEN_BRACKET","DOM_VK_OPEN_CURLY_BRACKET","DOM_VK_OPEN_PAREN","DOM_VK_P","DOM_VK_PA1","DOM_VK_PAGEDOWN","DOM_VK_PAGEUP","DOM_VK_PAGE_DOWN","DOM_VK_PAGE_UP","DOM_VK_PAUSE","DOM_VK_PERCENT","DOM_VK_PERIOD","DOM_VK_PIPE","DOM_VK_PLAY","DOM_VK_PLUS","DOM_VK_PRINT","DOM_VK_PRINTSCREEN","DOM_VK_PROCESSKEY","DOM_VK_PROPERITES","DOM_VK_Q","DOM_VK_QUESTION_MARK","DOM_VK_QUOTE","DOM_VK_R","DOM_VK_REDO","DOM_VK_RETURN","DOM_VK_RIGHT","DOM_VK_S","DOM_VK_SCROLL_LOCK","DOM_VK_SELECT","DOM_VK_SEMICOLON","DOM_VK_SEPARATOR","DOM_VK_SHIFT","DOM_VK_SLASH","DOM_VK_SLEEP","DOM_VK_SPACE","DOM_VK_SUBTRACT","DOM_VK_T","DOM_VK_TAB","DOM_VK_TILDE","DOM_VK_U","DOM_VK_UNDERSCORE","DOM_VK_UNDO","DOM_VK_UNICODE","DOM_VK_UP","DOM_VK_V","DOM_VK_VOLUME_DOWN","DOM_VK_VOLUME_MUTE","DOM_VK_VOLUME_UP","DOM_VK_W","DOM_VK_WIN","DOM_VK_WINDOW","DOM_VK_WIN_ICO_00","DOM_VK_WIN_ICO_CLEAR","DOM_VK_WIN_ICO_HELP","DOM_VK_WIN_OEM_ATTN","DOM_VK_WIN_OEM_AUTO","DOM_VK_WIN_OEM_BACKTAB","DOM_VK_WIN_OEM_CLEAR","DOM_VK_WIN_OEM_COPY","DOM_VK_WIN_OEM_CUSEL","DOM_VK_WIN_OEM_ENLW","DOM_VK_WIN_OEM_FINISH","DOM_VK_WIN_OEM_FJ_JISHO","DOM_VK_WIN_OEM_FJ_LOYA","DOM_VK_WIN_OEM_FJ_MASSHOU","DOM_VK_WIN_OEM_FJ_ROYA","DOM_VK_WIN_OEM_FJ_TOUROKU","DOM_VK_WIN_OEM_JUMP","DOM_VK_WIN_OEM_PA1","DOM_VK_WIN_OEM_PA2","DOM_VK_WIN_OEM_PA3","DOM_VK_WIN_OEM_RESET","DOM_VK_WIN_OEM_WSCTRL","DOM_VK_X","DOM_VK_XF86XK_ADD_FAVORITE","DOM_VK_XF86XK_APPLICATION_LEFT","DOM_VK_XF86XK_APPLICATION_RIGHT","DOM_VK_XF86XK_AUDIO_CYCLE_TRACK","DOM_VK_XF86XK_AUDIO_FORWARD","DOM_VK_XF86XK_AUDIO_LOWER_VOLUME","DOM_VK_XF86XK_AUDIO_MEDIA","DOM_VK_XF86XK_AUDIO_MUTE","DOM_VK_XF86XK_AUDIO_NEXT","DOM_VK_XF86XK_AUDIO_PAUSE","DOM_VK_XF86XK_AUDIO_PLAY","DOM_VK_XF86XK_AUDIO_PREV","DOM_VK_XF86XK_AUDIO_RAISE_VOLUME","DOM_VK_XF86XK_AUDIO_RANDOM_PLAY","DOM_VK_XF86XK_AUDIO_RECORD","DOM_VK_XF86XK_AUDIO_REPEAT","DOM_VK_XF86XK_AUDIO_REWIND","DOM_VK_XF86XK_AUDIO_STOP","DOM_VK_XF86XK_AWAY","DOM_VK_XF86XK_BACK","DOM_VK_XF86XK_BACK_FORWARD","DOM_VK_XF86XK_BATTERY","DOM_VK_XF86XK_BLUE","DOM_VK_XF86XK_BLUETOOTH","DOM_VK_XF86XK_BOOK","DOM_VK_XF86XK_BRIGHTNESS_ADJUST","DOM_VK_XF86XK_CALCULATOR","DOM_VK_XF86XK_CALENDAR","DOM_VK_XF86XK_CD","DOM_VK_XF86XK_CLOSE","DOM_VK_XF86XK_COMMUNITY","DOM_VK_XF86XK_CONTRAST_ADJUST","DOM_VK_XF86XK_COPY","DOM_VK_XF86XK_CUT","DOM_VK_XF86XK_CYCLE_ANGLE","DOM_VK_XF86XK_DISPLAY","DOM_VK_XF86XK_DOCUMENTS","DOM_VK_XF86XK_DOS","DOM_VK_XF86XK_EJECT","DOM_VK_XF86XK_EXCEL","DOM_VK_XF86XK_EXPLORER","DOM_VK_XF86XK_FAVORITES","DOM_VK_XF86XK_FINANCE","DOM_VK_XF86XK_FORWARD","DOM_VK_XF86XK_FRAME_BACK","DOM_VK_XF86XK_FRAME_FORWARD","DOM_VK_XF86XK_GAME","DOM_VK_XF86XK_GO","DOM_VK_XF86XK_GREEN","DOM_VK_XF86XK_HIBERNATE","DOM_VK_XF86XK_HISTORY","DOM_VK_XF86XK_HOME_PAGE","DOM_VK_XF86XK_HOT_LINKS","DOM_VK_XF86XK_I_TOUCH","DOM_VK_XF86XK_KBD_BRIGHTNESS_DOWN","DOM_VK_XF86XK_KBD_BRIGHTNESS_UP","DOM_VK_XF86XK_KBD_LIGHT_ON_OFF","DOM_VK_XF86XK_LAUNCH0","DOM_VK_XF86XK_LAUNCH1","DOM_VK_XF86XK_LAUNCH2","DOM_VK_XF86XK_LAUNCH3","DOM_VK_XF86XK_LAUNCH4","DOM_VK_XF86XK_LAUNCH5","DOM_VK_XF86XK_LAUNCH6","DOM_VK_XF86XK_LAUNCH7","DOM_VK_XF86XK_LAUNCH8","DOM_VK_XF86XK_LAUNCH9","DOM_VK_XF86XK_LAUNCH_A","DOM_VK_XF86XK_LAUNCH_B","DOM_VK_XF86XK_LAUNCH_C","DOM_VK_XF86XK_LAUNCH_D","DOM_VK_XF86XK_LAUNCH_E","DOM_VK_XF86XK_LAUNCH_F","DOM_VK_XF86XK_LIGHT_BULB","DOM_VK_XF86XK_LOG_OFF","DOM_VK_XF86XK_MAIL","DOM_VK_XF86XK_MAIL_FORWARD","DOM_VK_XF86XK_MARKET","DOM_VK_XF86XK_MEETING","DOM_VK_XF86XK_MEMO","DOM_VK_XF86XK_MENU_KB","DOM_VK_XF86XK_MENU_PB","DOM_VK_XF86XK_MESSENGER","DOM_VK_XF86XK_MON_BRIGHTNESS_DOWN","DOM_VK_XF86XK_MON_BRIGHTNESS_UP","DOM_VK_XF86XK_MUSIC","DOM_VK_XF86XK_MY_COMPUTER","DOM_VK_XF86XK_MY_SITES","DOM_VK_XF86XK_NEW","DOM_VK_XF86XK_NEWS","DOM_VK_XF86XK_OFFICE_HOME","DOM_VK_XF86XK_OPEN","DOM_VK_XF86XK_OPEN_URL","DOM_VK_XF86XK_OPTION","DOM_VK_XF86XK_PASTE","DOM_VK_XF86XK_PHONE","DOM_VK_XF86XK_PICTURES","DOM_VK_XF86XK_POWER_DOWN","DOM_VK_XF86XK_POWER_OFF","DOM_VK_XF86XK_RED","DOM_VK_XF86XK_REFRESH","DOM_VK_XF86XK_RELOAD","DOM_VK_XF86XK_REPLY","DOM_VK_XF86XK_ROCKER_DOWN","DOM_VK_XF86XK_ROCKER_ENTER","DOM_VK_XF86XK_ROCKER_UP","DOM_VK_XF86XK_ROTATE_WINDOWS","DOM_VK_XF86XK_ROTATION_KB","DOM_VK_XF86XK_ROTATION_PB","DOM_VK_XF86XK_SAVE","DOM_VK_XF86XK_SCREEN_SAVER","DOM_VK_XF86XK_SCROLL_CLICK","DOM_VK_XF86XK_SCROLL_DOWN","DOM_VK_XF86XK_SCROLL_UP","DOM_VK_XF86XK_SEARCH","DOM_VK_XF86XK_SEND","DOM_VK_XF86XK_SHOP","DOM_VK_XF86XK_SPELL","DOM_VK_XF86XK_SPLIT_SCREEN","DOM_VK_XF86XK_STANDBY","DOM_VK_XF86XK_START","DOM_VK_XF86XK_STOP","DOM_VK_XF86XK_SUBTITLE","DOM_VK_XF86XK_SUPPORT","DOM_VK_XF86XK_SUSPEND","DOM_VK_XF86XK_TASK_PANE","DOM_VK_XF86XK_TERMINAL","DOM_VK_XF86XK_TIME","DOM_VK_XF86XK_TOOLS","DOM_VK_XF86XK_TOP_MENU","DOM_VK_XF86XK_TO_DO_LIST","DOM_VK_XF86XK_TRAVEL","DOM_VK_XF86XK_USER1KB","DOM_VK_XF86XK_USER2KB","DOM_VK_XF86XK_USER_PB","DOM_VK_XF86XK_UWB","DOM_VK_XF86XK_VENDOR_HOME","DOM_VK_XF86XK_VIDEO","DOM_VK_XF86XK_VIEW","DOM_VK_XF86XK_WAKE_UP","DOM_VK_XF86XK_WEB_CAM","DOM_VK_XF86XK_WHEEL_BUTTON","DOM_VK_XF86XK_WLAN","DOM_VK_XF86XK_WORD","DOM_VK_XF86XK_WWW","DOM_VK_XF86XK_XFER","DOM_VK_XF86XK_YELLOW","DOM_VK_XF86XK_ZOOM_IN","DOM_VK_XF86XK_ZOOM_OUT","DOM_VK_Y","DOM_VK_Z","DOM_VK_ZOOM","DONE","DONT_CARE","DOWNLOADING","DRAGDROP","DRAW_BUFFER0","DRAW_BUFFER1","DRAW_BUFFER10","DRAW_BUFFER11","DRAW_BUFFER12","DRAW_BUFFER13","DRAW_BUFFER14","DRAW_BUFFER15","DRAW_BUFFER2","DRAW_BUFFER3","DRAW_BUFFER4","DRAW_BUFFER5","DRAW_BUFFER6","DRAW_BUFFER7","DRAW_BUFFER8","DRAW_BUFFER9","DRAW_FRAMEBUFFER","DRAW_FRAMEBUFFER_BINDING","DST_ALPHA","DST_COLOR","DYNAMIC_COPY","DYNAMIC_DRAW","DYNAMIC_READ","DataChannel","DataTransfer","DataTransferItem","DataTransferItemList","DataView","Date","DateTimeFormat","DecompressionStream","DelayNode","DeprecationReportBody","DesktopNotification","DesktopNotificationCenter","DeviceLightEvent","DeviceMotionEvent","DeviceMotionEventAcceleration","DeviceMotionEventRotationRate","DeviceOrientationEvent","DeviceProximityEvent","DeviceStorage","DeviceStorageChangeEvent","Directory","DisplayNames","Document","DocumentFragment","DocumentTimeline","DocumentType","DragEvent","DynamicsCompressorNode","E","ELEMENT_ARRAY_BUFFER","ELEMENT_ARRAY_BUFFER_BINDING","ELEMENT_NODE","EMPTY","ENCODING_ERR","ENDED","END_TO_END","END_TO_START","ENTITY_NODE","ENTITY_REFERENCE_NODE","EPSILON","EQUAL","EQUALPOWER","ERROR","EXPONENTIAL_DISTANCE","Element","ElementInternals","ElementQuery","EnterPictureInPictureEvent","Entity","EntityReference","Error","ErrorEvent","EvalError","Event","EventException","EventSource","EventTarget","External","FASTEST","FIDOSDK","FILTER_ACCEPT","FILTER_INTERRUPT","FILTER_REJECT","FILTER_SKIP","FINISHED_STATE","FIRST_ORDERED_NODE_TYPE","FLOAT","FLOAT_32_UNSIGNED_INT_24_8_REV","FLOAT_MAT2","FLOAT_MAT2x3","FLOAT_MAT2x4","FLOAT_MAT3","FLOAT_MAT3x2","FLOAT_MAT3x4","FLOAT_MAT4","FLOAT_MAT4x2","FLOAT_MAT4x3","FLOAT_VEC2","FLOAT_VEC3","FLOAT_VEC4","FOCUS","FONT_FACE_RULE","FONT_FEATURE_VALUES_RULE","FRAGMENT_SHADER","FRAGMENT_SHADER_DERIVATIVE_HINT","FRAGMENT_SHADER_DERIVATIVE_HINT_OES","FRAMEBUFFER","FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE","FRAMEBUFFER_ATTACHMENT_BLUE_SIZE","FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING","FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE","FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE","FRAMEBUFFER_ATTACHMENT_GREEN_SIZE","FRAMEBUFFER_ATTACHMENT_OBJECT_NAME","FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE","FRAMEBUFFER_ATTACHMENT_RED_SIZE","FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE","FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE","FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER","FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL","FRAMEBUFFER_BINDING","FRAMEBUFFER_COMPLETE","FRAMEBUFFER_DEFAULT","FRAMEBUFFER_INCOMPLETE_ATTACHMENT","FRAMEBUFFER_INCOMPLETE_DIMENSIONS","FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT","FRAMEBUFFER_INCOMPLETE_MULTISAMPLE","FRAMEBUFFER_UNSUPPORTED","FRONT","FRONT_AND_BACK","FRONT_FACE","FUNC_ADD","FUNC_REVERSE_SUBTRACT","FUNC_SUBTRACT","FeaturePolicy","FeaturePolicyViolationReportBody","FederatedCredential","Feed","FeedEntry","File","FileError","FileList","FileReader","FileSystem","FileSystemDirectoryEntry","FileSystemDirectoryReader","FileSystemEntry","FileSystemFileEntry","FinalizationRegistry","FindInPage","Float32Array","Float64Array","FocusEvent","FontFace","FontFaceSet","FontFaceSetLoadEvent","FormData","FormDataEvent","FragmentDirective","Function","GENERATE_MIPMAP_HINT","GEQUAL","GREATER","GREEN_BITS","GainNode","Gamepad","GamepadAxisMoveEvent","GamepadButton","GamepadButtonEvent","GamepadEvent","GamepadHapticActuator","GamepadPose","Geolocation","GeolocationCoordinates","GeolocationPosition","GeolocationPositionError","GestureEvent","Global","Gyroscope","HALF_FLOAT","HAVE_CURRENT_DATA","HAVE_ENOUGH_DATA","HAVE_FUTURE_DATA","HAVE_METADATA","HAVE_NOTHING","HEADERS_RECEIVED","HIDDEN","HIERARCHY_REQUEST_ERR","HIGHPASS","HIGHSHELF","HIGH_FLOAT","HIGH_INT","HORIZONTAL","HORIZONTAL_AXIS","HRTF","HTMLAllCollection","HTMLAnchorElement","HTMLAppletElement","HTMLAreaElement","HTMLAudioElement","HTMLBRElement","HTMLBaseElement","HTMLBaseFontElement","HTMLBlockquoteElement","HTMLBodyElement","HTMLButtonElement","HTMLCanvasElement","HTMLCollection","HTMLCommandElement","HTMLContentElement","HTMLDListElement","HTMLDataElement","HTMLDataListElement","HTMLDetailsElement","HTMLDialogElement","HTMLDirectoryElement","HTMLDivElement","HTMLDocument","HTMLElement","HTMLEmbedElement","HTMLFieldSetElement","HTMLFontElement","HTMLFormControlsCollection","HTMLFormElement","HTMLFrameElement","HTMLFrameSetElement","HTMLHRElement","HTMLHeadElement","HTMLHeadingElement","HTMLHtmlElement","HTMLIFrameElement","HTMLImageElement","HTMLInputElement","HTMLIsIndexElement","HTMLKeygenElement","HTMLLIElement","HTMLLabelElement","HTMLLegendElement","HTMLLinkElement","HTMLMapElement","HTMLMarqueeElement","HTMLMediaElement","HTMLMenuElement","HTMLMenuItemElement","HTMLMetaElement","HTMLMeterElement","HTMLModElement","HTMLOListElement","HTMLObjectElement","HTMLOptGroupElement","HTMLOptionElement","HTMLOptionsCollection","HTMLOutputElement","HTMLParagraphElement","HTMLParamElement","HTMLPictureElement","HTMLPreElement","HTMLProgressElement","HTMLPropertiesCollection","HTMLQuoteElement","HTMLScriptElement","HTMLSelectElement","HTMLShadowElement","HTMLSlotElement","HTMLSourceElement","HTMLSpanElement","HTMLStyleElement","HTMLTableCaptionElement","HTMLTableCellElement","HTMLTableColElement","HTMLTableElement","HTMLTableRowElement","HTMLTableSectionElement","HTMLTemplateElement","HTMLTextAreaElement","HTMLTimeElement","HTMLTitleElement","HTMLTrackElement","HTMLUListElement","HTMLUnknownElement","HTMLVideoElement","HashChangeEvent","Headers","History","Hz","ICE_CHECKING","ICE_CLOSED","ICE_COMPLETED","ICE_CONNECTED","ICE_FAILED","ICE_GATHERING","ICE_WAITING","IDBCursor","IDBCursorWithValue","IDBDatabase","IDBDatabaseException","IDBFactory","IDBFileHandle","IDBFileRequest","IDBIndex","IDBKeyRange","IDBMutableFile","IDBObjectStore","IDBOpenDBRequest","IDBRequest","IDBTransaction","IDBVersionChangeEvent","IDLE","IIRFilterNode","IMPLEMENTATION_COLOR_READ_FORMAT","IMPLEMENTATION_COLOR_READ_TYPE","IMPORT_RULE","INCR","INCR_WRAP","INDEX_SIZE_ERR","INT","INTERLEAVED_ATTRIBS","INT_2_10_10_10_REV","INT_SAMPLER_2D","INT_SAMPLER_2D_ARRAY","INT_SAMPLER_3D","INT_SAMPLER_CUBE","INT_VEC2","INT_VEC3","INT_VEC4","INUSE_ATTRIBUTE_ERR","INVALID_ACCESS_ERR","INVALID_CHARACTER_ERR","INVALID_ENUM","INVALID_EXPRESSION_ERR","INVALID_FRAMEBUFFER_OPERATION","INVALID_INDEX","INVALID_MODIFICATION_ERR","INVALID_NODE_TYPE_ERR","INVALID_OPERATION","INVALID_STATE_ERR","INVALID_VALUE","INVERSE_DISTANCE","INVERT","IceCandidate","IdleDeadline","Image","ImageBitmap","ImageBitmapRenderingContext","ImageCapture","ImageData","Infinity","InputDeviceCapabilities","InputDeviceInfo","InputEvent","InputMethodContext","InstallTrigger","InstallTriggerImpl","Instance","Int16Array","Int32Array","Int8Array","Intent","InternalError","IntersectionObserver","IntersectionObserverEntry","Intl","IsSearchProviderInstalled","Iterator","JSON","KEEP","KEYDOWN","KEYFRAMES_RULE","KEYFRAME_RULE","KEYPRESS","KEYUP","KeyEvent","Keyboard","KeyboardEvent","KeyboardLayoutMap","KeyframeEffect","LENGTHADJUST_SPACING","LENGTHADJUST_SPACINGANDGLYPHS","LENGTHADJUST_UNKNOWN","LEQUAL","LESS","LINEAR","LINEAR_DISTANCE","LINEAR_MIPMAP_LINEAR","LINEAR_MIPMAP_NEAREST","LINES","LINE_LOOP","LINE_STRIP","LINE_WIDTH","LINK_STATUS","LIVE","LN10","LN2","LOADED","LOADING","LOG10E","LOG2E","LOWPASS","LOWSHELF","LOW_FLOAT","LOW_INT","LSException","LSParserFilter","LUMINANCE","LUMINANCE_ALPHA","LargestContentfulPaint","LayoutShift","LayoutShiftAttribution","LinearAccelerationSensor","LinkError","ListFormat","LocalMediaStream","Locale","Location","Lock","LockManager","MAX","MAX_3D_TEXTURE_SIZE","MAX_ARRAY_TEXTURE_LAYERS","MAX_CLIENT_WAIT_TIMEOUT_WEBGL","MAX_COLOR_ATTACHMENTS","MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS","MAX_COMBINED_TEXTURE_IMAGE_UNITS","MAX_COMBINED_UNIFORM_BLOCKS","MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS","MAX_CUBE_MAP_TEXTURE_SIZE","MAX_DRAW_BUFFERS","MAX_ELEMENTS_INDICES","MAX_ELEMENTS_VERTICES","MAX_ELEMENT_INDEX","MAX_FRAGMENT_INPUT_COMPONENTS","MAX_FRAGMENT_UNIFORM_BLOCKS","MAX_FRAGMENT_UNIFORM_COMPONENTS","MAX_FRAGMENT_UNIFORM_VECTORS","MAX_PROGRAM_TEXEL_OFFSET","MAX_RENDERBUFFER_SIZE","MAX_SAFE_INTEGER","MAX_SAMPLES","MAX_SERVER_WAIT_TIMEOUT","MAX_TEXTURE_IMAGE_UNITS","MAX_TEXTURE_LOD_BIAS","MAX_TEXTURE_MAX_ANISOTROPY_EXT","MAX_TEXTURE_SIZE","MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS","MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS","MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS","MAX_UNIFORM_BLOCK_SIZE","MAX_UNIFORM_BUFFER_BINDINGS","MAX_VALUE","MAX_VARYING_COMPONENTS","MAX_VARYING_VECTORS","MAX_VERTEX_ATTRIBS","MAX_VERTEX_OUTPUT_COMPONENTS","MAX_VERTEX_TEXTURE_IMAGE_UNITS","MAX_VERTEX_UNIFORM_BLOCKS","MAX_VERTEX_UNIFORM_COMPONENTS","MAX_VERTEX_UNIFORM_VECTORS","MAX_VIEWPORT_DIMS","MEDIA_ERR_ABORTED","MEDIA_ERR_DECODE","MEDIA_ERR_ENCRYPTED","MEDIA_ERR_NETWORK","MEDIA_ERR_SRC_NOT_SUPPORTED","MEDIA_KEYERR_CLIENT","MEDIA_KEYERR_DOMAIN","MEDIA_KEYERR_HARDWARECHANGE","MEDIA_KEYERR_OUTPUT","MEDIA_KEYERR_SERVICE","MEDIA_KEYERR_UNKNOWN","MEDIA_RULE","MEDIUM_FLOAT","MEDIUM_INT","META_MASK","MIDIAccess","MIDIConnectionEvent","MIDIInput","MIDIInputMap","MIDIMessageEvent","MIDIOutput","MIDIOutputMap","MIDIPort","MIN","MIN_PROGRAM_TEXEL_OFFSET","MIN_SAFE_INTEGER","MIN_VALUE","MIRRORED_REPEAT","MODE_ASYNCHRONOUS","MODE_SYNCHRONOUS","MODIFICATION","MOUSEDOWN","MOUSEDRAG","MOUSEMOVE","MOUSEOUT","MOUSEOVER","MOUSEUP","MOZ_KEYFRAMES_RULE","MOZ_KEYFRAME_RULE","MOZ_SOURCE_CURSOR","MOZ_SOURCE_ERASER","MOZ_SOURCE_KEYBOARD","MOZ_SOURCE_MOUSE","MOZ_SOURCE_PEN","MOZ_SOURCE_TOUCH","MOZ_SOURCE_UNKNOWN","MSGESTURE_FLAG_BEGIN","MSGESTURE_FLAG_CANCEL","MSGESTURE_FLAG_END","MSGESTURE_FLAG_INERTIA","MSGESTURE_FLAG_NONE","MSPOINTER_TYPE_MOUSE","MSPOINTER_TYPE_PEN","MSPOINTER_TYPE_TOUCH","MS_ASYNC_CALLBACK_STATUS_ASSIGN_DELEGATE","MS_ASYNC_CALLBACK_STATUS_CANCEL","MS_ASYNC_CALLBACK_STATUS_CHOOSEANY","MS_ASYNC_CALLBACK_STATUS_ERROR","MS_ASYNC_CALLBACK_STATUS_JOIN","MS_ASYNC_OP_STATUS_CANCELED","MS_ASYNC_OP_STATUS_ERROR","MS_ASYNC_OP_STATUS_SUCCESS","MS_MANIPULATION_STATE_ACTIVE","MS_MANIPULATION_STATE_CANCELLED","MS_MANIPULATION_STATE_COMMITTED","MS_MANIPULATION_STATE_DRAGGING","MS_MANIPULATION_STATE_INERTIA","MS_MANIPULATION_STATE_PRESELECT","MS_MANIPULATION_STATE_SELECTING","MS_MANIPULATION_STATE_STOPPED","MS_MEDIA_ERR_ENCRYPTED","MS_MEDIA_KEYERR_CLIENT","MS_MEDIA_KEYERR_DOMAIN","MS_MEDIA_KEYERR_HARDWARECHANGE","MS_MEDIA_KEYERR_OUTPUT","MS_MEDIA_KEYERR_SERVICE","MS_MEDIA_KEYERR_UNKNOWN","Map","Math","MathMLElement","MediaCapabilities","MediaCapabilitiesInfo","MediaController","MediaDeviceInfo","MediaDevices","MediaElementAudioSourceNode","MediaEncryptedEvent","MediaError","MediaKeyError","MediaKeyEvent","MediaKeyMessageEvent","MediaKeyNeededEvent","MediaKeySession","MediaKeyStatusMap","MediaKeySystemAccess","MediaKeys","MediaList","MediaMetadata","MediaQueryList","MediaQueryListEvent","MediaRecorder","MediaRecorderErrorEvent","MediaSession","MediaSettingsRange","MediaSource","MediaStream","MediaStreamAudioDestinationNode","MediaStreamAudioSourceNode","MediaStreamEvent","MediaStreamTrack","MediaStreamTrackAudioSourceNode","MediaStreamTrackEvent","Memory","MessageChannel","MessageEvent","MessagePort","Methods","MimeType","MimeTypeArray","Module","MouseEvent","MouseScrollEvent","MozAnimation","MozAnimationDelay","MozAnimationDirection","MozAnimationDuration","MozAnimationFillMode","MozAnimationIterationCount","MozAnimationName","MozAnimationPlayState","MozAnimationTimingFunction","MozAppearance","MozBackfaceVisibility","MozBinding","MozBorderBottomColors","MozBorderEnd","MozBorderEndColor","MozBorderEndStyle","MozBorderEndWidth","MozBorderImage","MozBorderLeftColors","MozBorderRightColors","MozBorderStart","MozBorderStartColor","MozBorderStartStyle","MozBorderStartWidth","MozBorderTopColors","MozBoxAlign","MozBoxDirection","MozBoxFlex","MozBoxOrdinalGroup","MozBoxOrient","MozBoxPack","MozBoxSizing","MozCSSKeyframeRule","MozCSSKeyframesRule","MozColumnCount","MozColumnFill","MozColumnGap","MozColumnRule","MozColumnRuleColor","MozColumnRuleStyle","MozColumnRuleWidth","MozColumnWidth","MozColumns","MozContactChangeEvent","MozFloatEdge","MozFontFeatureSettings","MozFontLanguageOverride","MozForceBrokenImageIcon","MozHyphens","MozImageRegion","MozMarginEnd","MozMarginStart","MozMmsEvent","MozMmsMessage","MozMobileMessageThread","MozOSXFontSmoothing","MozOrient","MozOsxFontSmoothing","MozOutlineRadius","MozOutlineRadiusBottomleft","MozOutlineRadiusBottomright","MozOutlineRadiusTopleft","MozOutlineRadiusTopright","MozPaddingEnd","MozPaddingStart","MozPerspective","MozPerspectiveOrigin","MozPowerManager","MozSettingsEvent","MozSmsEvent","MozSmsMessage","MozStackSizing","MozTabSize","MozTextAlignLast","MozTextDecorationColor","MozTextDecorationLine","MozTextDecorationStyle","MozTextSizeAdjust","MozTransform","MozTransformOrigin","MozTransformStyle","MozTransition","MozTransitionDelay","MozTransitionDuration","MozTransitionProperty","MozTransitionTimingFunction","MozUserFocus","MozUserInput","MozUserModify","MozUserSelect","MozWindowDragging","MozWindowShadow","MutationEvent","MutationObserver","MutationRecord","NAMESPACE_ERR","NAMESPACE_RULE","NEAREST","NEAREST_MIPMAP_LINEAR","NEAREST_MIPMAP_NEAREST","NEGATIVE_INFINITY","NETWORK_EMPTY","NETWORK_ERR","NETWORK_IDLE","NETWORK_LOADED","NETWORK_LOADING","NETWORK_NO_SOURCE","NEVER","NEW","NEXT","NEXT_NO_DUPLICATE","NICEST","NODE_AFTER","NODE_BEFORE","NODE_BEFORE_AND_AFTER","NODE_INSIDE","NONE","NON_TRANSIENT_ERR","NOTATION_NODE","NOTCH","NOTEQUAL","NOT_ALLOWED_ERR","NOT_FOUND_ERR","NOT_READABLE_ERR","NOT_SUPPORTED_ERR","NO_DATA_ALLOWED_ERR","NO_ERR","NO_ERROR","NO_MODIFICATION_ALLOWED_ERR","NUMBER_TYPE","NUM_COMPRESSED_TEXTURE_FORMATS","NaN","NamedNodeMap","NavigationPreloadManager","Navigator","NearbyLinks","NetworkInformation","Node","NodeFilter","NodeIterator","NodeList","Notation","Notification","NotifyPaintEvent","Number","NumberFormat","OBJECT_TYPE","OBSOLETE","OK","ONE","ONE_MINUS_CONSTANT_ALPHA","ONE_MINUS_CONSTANT_COLOR","ONE_MINUS_DST_ALPHA","ONE_MINUS_DST_COLOR","ONE_MINUS_SRC_ALPHA","ONE_MINUS_SRC_COLOR","OPEN","OPENED","OPENING","ORDERED_NODE_ITERATOR_TYPE","ORDERED_NODE_SNAPSHOT_TYPE","OTHER_ERROR","OUT_OF_MEMORY","Object","OfflineAudioCompletionEvent","OfflineAudioContext","OfflineResourceList","OffscreenCanvas","OffscreenCanvasRenderingContext2D","Option","OrientationSensor","OscillatorNode","OverconstrainedError","OverflowEvent","PACK_ALIGNMENT","PACK_ROW_LENGTH","PACK_SKIP_PIXELS","PACK_SKIP_ROWS","PAGE_RULE","PARSE_ERR","PATHSEG_ARC_ABS","PATHSEG_ARC_REL","PATHSEG_CLOSEPATH","PATHSEG_CURVETO_CUBIC_ABS","PATHSEG_CURVETO_CUBIC_REL","PATHSEG_CURVETO_CUBIC_SMOOTH_ABS","PATHSEG_CURVETO_CUBIC_SMOOTH_REL","PATHSEG_CURVETO_QUADRATIC_ABS","PATHSEG_CURVETO_QUADRATIC_REL","PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS","PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL","PATHSEG_LINETO_ABS","PATHSEG_LINETO_HORIZONTAL_ABS","PATHSEG_LINETO_HORIZONTAL_REL","PATHSEG_LINETO_REL","PATHSEG_LINETO_VERTICAL_ABS","PATHSEG_LINETO_VERTICAL_REL","PATHSEG_MOVETO_ABS","PATHSEG_MOVETO_REL","PATHSEG_UNKNOWN","PATH_EXISTS_ERR","PEAKING","PERMISSION_DENIED","PERSISTENT","PI","PIXEL_PACK_BUFFER","PIXEL_PACK_BUFFER_BINDING","PIXEL_UNPACK_BUFFER","PIXEL_UNPACK_BUFFER_BINDING","PLAYING_STATE","POINTS","POLYGON_OFFSET_FACTOR","POLYGON_OFFSET_FILL","POLYGON_OFFSET_UNITS","POSITION_UNAVAILABLE","POSITIVE_INFINITY","PREV","PREV_NO_DUPLICATE","PROCESSING_INSTRUCTION_NODE","PageChangeEvent","PageTransitionEvent","PaintRequest","PaintRequestList","PannerNode","PasswordCredential","Path2D","PaymentAddress","PaymentInstruments","PaymentManager","PaymentMethodChangeEvent","PaymentRequest","PaymentRequestUpdateEvent","PaymentResponse","Performance","PerformanceElementTiming","PerformanceEntry","PerformanceEventTiming","PerformanceLongTaskTiming","PerformanceMark","PerformanceMeasure","PerformanceNavigation","PerformanceNavigationTiming","PerformanceObserver","PerformanceObserverEntryList","PerformancePaintTiming","PerformanceResourceTiming","PerformanceServerTiming","PerformanceTiming","PeriodicSyncManager","PeriodicWave","PermissionStatus","Permissions","PhotoCapabilities","PictureInPictureWindow","Plugin","PluginArray","PluralRules","PointerEvent","PopStateEvent","PopupBlockedEvent","Presentation","PresentationAvailability","PresentationConnection","PresentationConnectionAvailableEvent","PresentationConnectionCloseEvent","PresentationConnectionList","PresentationReceiver","PresentationRequest","ProcessingInstruction","ProgressEvent","Promise","PromiseRejectionEvent","PropertyNodeList","Proxy","PublicKeyCredential","PushManager","PushSubscription","PushSubscriptionOptions","Q","QUERY_RESULT","QUERY_RESULT_AVAILABLE","QUOTA_ERR","QUOTA_EXCEEDED_ERR","QueryInterface","R11F_G11F_B10F","R16F","R16I","R16UI","R32F","R32I","R32UI","R8","R8I","R8UI","R8_SNORM","RASTERIZER_DISCARD","READ_BUFFER","READ_FRAMEBUFFER","READ_FRAMEBUFFER_BINDING","READ_ONLY","READ_ONLY_ERR","READ_WRITE","RED","RED_BITS","RED_INTEGER","REMOVAL","RENDERBUFFER","RENDERBUFFER_ALPHA_SIZE","RENDERBUFFER_BINDING","RENDERBUFFER_BLUE_SIZE","RENDERBUFFER_DEPTH_SIZE","RENDERBUFFER_GREEN_SIZE","RENDERBUFFER_HEIGHT","RENDERBUFFER_INTERNAL_FORMAT","RENDERBUFFER_RED_SIZE","RENDERBUFFER_SAMPLES","RENDERBUFFER_STENCIL_SIZE","RENDERBUFFER_WIDTH","RENDERER","RENDERING_INTENT_ABSOLUTE_COLORIMETRIC","RENDERING_INTENT_AUTO","RENDERING_INTENT_PERCEPTUAL","RENDERING_INTENT_RELATIVE_COLORIMETRIC","RENDERING_INTENT_SATURATION","RENDERING_INTENT_UNKNOWN","REPEAT","REPLACE","RG","RG16F","RG16I","RG16UI","RG32F","RG32I","RG32UI","RG8","RG8I","RG8UI","RG8_SNORM","RGB","RGB10_A2","RGB10_A2UI","RGB16F","RGB16I","RGB16UI","RGB32F","RGB32I","RGB32UI","RGB565","RGB5_A1","RGB8","RGB8I","RGB8UI","RGB8_SNORM","RGB9_E5","RGBA","RGBA16F","RGBA16I","RGBA16UI","RGBA32F","RGBA32I","RGBA32UI","RGBA4","RGBA8","RGBA8I","RGBA8UI","RGBA8_SNORM","RGBA_INTEGER","RGBColor","RGB_INTEGER","RG_INTEGER","ROTATION_CLOCKWISE","ROTATION_COUNTERCLOCKWISE","RTCCertificate","RTCDTMFSender","RTCDTMFToneChangeEvent","RTCDataChannel","RTCDataChannelEvent","RTCDtlsTransport","RTCError","RTCErrorEvent","RTCIceCandidate","RTCIceTransport","RTCPeerConnection","RTCPeerConnectionIceErrorEvent","RTCPeerConnectionIceEvent","RTCRtpReceiver","RTCRtpSender","RTCRtpTransceiver","RTCSctpTransport","RTCSessionDescription","RTCStatsReport","RTCTrackEvent","RadioNodeList","Range","RangeError","RangeException","ReadableStream","ReadableStreamDefaultReader","RecordErrorEvent","Rect","ReferenceError","Reflect","RegExp","RelativeOrientationSensor","RelativeTimeFormat","RemotePlayback","Report","ReportBody","ReportingObserver","Request","ResizeObserver","ResizeObserverEntry","ResizeObserverSize","Response","RuntimeError","SAMPLER_2D","SAMPLER_2D_ARRAY","SAMPLER_2D_ARRAY_SHADOW","SAMPLER_2D_SHADOW","SAMPLER_3D","SAMPLER_BINDING","SAMPLER_CUBE","SAMPLER_CUBE_SHADOW","SAMPLES","SAMPLE_ALPHA_TO_COVERAGE","SAMPLE_BUFFERS","SAMPLE_COVERAGE","SAMPLE_COVERAGE_INVERT","SAMPLE_COVERAGE_VALUE","SAWTOOTH","SCHEDULED_STATE","SCISSOR_BOX","SCISSOR_TEST","SCROLL_PAGE_DOWN","SCROLL_PAGE_UP","SDP_ANSWER","SDP_OFFER","SDP_PRANSWER","SECURITY_ERR","SELECT","SEPARATE_ATTRIBS","SERIALIZE_ERR","SEVERITY_ERROR","SEVERITY_FATAL_ERROR","SEVERITY_WARNING","SHADER_COMPILER","SHADER_TYPE","SHADING_LANGUAGE_VERSION","SHIFT_MASK","SHORT","SHOWING","SHOW_ALL","SHOW_ATTRIBUTE","SHOW_CDATA_SECTION","SHOW_COMMENT","SHOW_DOCUMENT","SHOW_DOCUMENT_FRAGMENT","SHOW_DOCUMENT_TYPE","SHOW_ELEMENT","SHOW_ENTITY","SHOW_ENTITY_REFERENCE","SHOW_NOTATION","SHOW_PROCESSING_INSTRUCTION","SHOW_TEXT","SIGNALED","SIGNED_NORMALIZED","SINE","SOUNDFIELD","SQLException","SQRT1_2","SQRT2","SQUARE","SRC_ALPHA","SRC_ALPHA_SATURATE","SRC_COLOR","SRGB","SRGB8","SRGB8_ALPHA8","START_TO_END","START_TO_START","STATIC_COPY","STATIC_DRAW","STATIC_READ","STENCIL","STENCIL_ATTACHMENT","STENCIL_BACK_FAIL","STENCIL_BACK_FUNC","STENCIL_BACK_PASS_DEPTH_FAIL","STENCIL_BACK_PASS_DEPTH_PASS","STENCIL_BACK_REF","STENCIL_BACK_VALUE_MASK","STENCIL_BACK_WRITEMASK","STENCIL_BITS","STENCIL_BUFFER_BIT","STENCIL_CLEAR_VALUE","STENCIL_FAIL","STENCIL_FUNC","STENCIL_INDEX","STENCIL_INDEX8","STENCIL_PASS_DEPTH_FAIL","STENCIL_PASS_DEPTH_PASS","STENCIL_REF","STENCIL_TEST","STENCIL_VALUE_MASK","STENCIL_WRITEMASK","STREAM_COPY","STREAM_DRAW","STREAM_READ","STRING_TYPE","STYLE_RULE","SUBPIXEL_BITS","SUPPORTS_RULE","SVGAElement","SVGAltGlyphDefElement","SVGAltGlyphElement","SVGAltGlyphItemElement","SVGAngle","SVGAnimateColorElement","SVGAnimateElement","SVGAnimateMotionElement","SVGAnimateTransformElement","SVGAnimatedAngle","SVGAnimatedBoolean","SVGAnimatedEnumeration","SVGAnimatedInteger","SVGAnimatedLength","SVGAnimatedLengthList","SVGAnimatedNumber","SVGAnimatedNumberList","SVGAnimatedPreserveAspectRatio","SVGAnimatedRect","SVGAnimatedString","SVGAnimatedTransformList","SVGAnimationElement","SVGCircleElement","SVGClipPathElement","SVGColor","SVGComponentTransferFunctionElement","SVGCursorElement","SVGDefsElement","SVGDescElement","SVGDiscardElement","SVGDocument","SVGElement","SVGElementInstance","SVGElementInstanceList","SVGEllipseElement","SVGException","SVGFEBlendElement","SVGFEColorMatrixElement","SVGFEComponentTransferElement","SVGFECompositeElement","SVGFEConvolveMatrixElement","SVGFEDiffuseLightingElement","SVGFEDisplacementMapElement","SVGFEDistantLightElement","SVGFEDropShadowElement","SVGFEFloodElement","SVGFEFuncAElement","SVGFEFuncBElement","SVGFEFuncGElement","SVGFEFuncRElement","SVGFEGaussianBlurElement","SVGFEImageElement","SVGFEMergeElement","SVGFEMergeNodeElement","SVGFEMorphologyElement","SVGFEOffsetElement","SVGFEPointLightElement","SVGFESpecularLightingElement","SVGFESpotLightElement","SVGFETileElement","SVGFETurbulenceElement","SVGFilterElement","SVGFontElement","SVGFontFaceElement","SVGFontFaceFormatElement","SVGFontFaceNameElement","SVGFontFaceSrcElement","SVGFontFaceUriElement","SVGForeignObjectElement","SVGGElement","SVGGeometryElement","SVGGlyphElement","SVGGlyphRefElement","SVGGradientElement","SVGGraphicsElement","SVGHKernElement","SVGImageElement","SVGLength","SVGLengthList","SVGLineElement","SVGLinearGradientElement","SVGMPathElement","SVGMarkerElement","SVGMaskElement","SVGMatrix","SVGMetadataElement","SVGMissingGlyphElement","SVGNumber","SVGNumberList","SVGPaint","SVGPathElement","SVGPathSeg","SVGPathSegArcAbs","SVGPathSegArcRel","SVGPathSegClosePath","SVGPathSegCurvetoCubicAbs","SVGPathSegCurvetoCubicRel","SVGPathSegCurvetoCubicSmoothAbs","SVGPathSegCurvetoCubicSmoothRel","SVGPathSegCurvetoQuadraticAbs","SVGPathSegCurvetoQuadraticRel","SVGPathSegCurvetoQuadraticSmoothAbs","SVGPathSegCurvetoQuadraticSmoothRel","SVGPathSegLinetoAbs","SVGPathSegLinetoHorizontalAbs","SVGPathSegLinetoHorizontalRel","SVGPathSegLinetoRel","SVGPathSegLinetoVerticalAbs","SVGPathSegLinetoVerticalRel","SVGPathSegList","SVGPathSegMovetoAbs","SVGPathSegMovetoRel","SVGPatternElement","SVGPoint","SVGPointList","SVGPolygonElement","SVGPolylineElement","SVGPreserveAspectRatio","SVGRadialGradientElement","SVGRect","SVGRectElement","SVGRenderingIntent","SVGSVGElement","SVGScriptElement","SVGSetElement","SVGStopElement","SVGStringList","SVGStyleElement","SVGSwitchElement","SVGSymbolElement","SVGTRefElement","SVGTSpanElement","SVGTextContentElement","SVGTextElement","SVGTextPathElement","SVGTextPositioningElement","SVGTitleElement","SVGTransform","SVGTransformList","SVGUnitTypes","SVGUseElement","SVGVKernElement","SVGViewElement","SVGViewSpec","SVGZoomAndPan","SVGZoomEvent","SVG_ANGLETYPE_DEG","SVG_ANGLETYPE_GRAD","SVG_ANGLETYPE_RAD","SVG_ANGLETYPE_UNKNOWN","SVG_ANGLETYPE_UNSPECIFIED","SVG_CHANNEL_A","SVG_CHANNEL_B","SVG_CHANNEL_G","SVG_CHANNEL_R","SVG_CHANNEL_UNKNOWN","SVG_COLORTYPE_CURRENTCOLOR","SVG_COLORTYPE_RGBCOLOR","SVG_COLORTYPE_RGBCOLOR_ICCCOLOR","SVG_COLORTYPE_UNKNOWN","SVG_EDGEMODE_DUPLICATE","SVG_EDGEMODE_NONE","SVG_EDGEMODE_UNKNOWN","SVG_EDGEMODE_WRAP","SVG_FEBLEND_MODE_COLOR","SVG_FEBLEND_MODE_COLOR_BURN","SVG_FEBLEND_MODE_COLOR_DODGE","SVG_FEBLEND_MODE_DARKEN","SVG_FEBLEND_MODE_DIFFERENCE","SVG_FEBLEND_MODE_EXCLUSION","SVG_FEBLEND_MODE_HARD_LIGHT","SVG_FEBLEND_MODE_HUE","SVG_FEBLEND_MODE_LIGHTEN","SVG_FEBLEND_MODE_LUMINOSITY","SVG_FEBLEND_MODE_MULTIPLY","SVG_FEBLEND_MODE_NORMAL","SVG_FEBLEND_MODE_OVERLAY","SVG_FEBLEND_MODE_SATURATION","SVG_FEBLEND_MODE_SCREEN","SVG_FEBLEND_MODE_SOFT_LIGHT","SVG_FEBLEND_MODE_UNKNOWN","SVG_FECOLORMATRIX_TYPE_HUEROTATE","SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA","SVG_FECOLORMATRIX_TYPE_MATRIX","SVG_FECOLORMATRIX_TYPE_SATURATE","SVG_FECOLORMATRIX_TYPE_UNKNOWN","SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE","SVG_FECOMPONENTTRANSFER_TYPE_GAMMA","SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY","SVG_FECOMPONENTTRANSFER_TYPE_LINEAR","SVG_FECOMPONENTTRANSFER_TYPE_TABLE","SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN","SVG_FECOMPOSITE_OPERATOR_ARITHMETIC","SVG_FECOMPOSITE_OPERATOR_ATOP","SVG_FECOMPOSITE_OPERATOR_IN","SVG_FECOMPOSITE_OPERATOR_OUT","SVG_FECOMPOSITE_OPERATOR_OVER","SVG_FECOMPOSITE_OPERATOR_UNKNOWN","SVG_FECOMPOSITE_OPERATOR_XOR","SVG_INVALID_VALUE_ERR","SVG_LENGTHTYPE_CM","SVG_LENGTHTYPE_EMS","SVG_LENGTHTYPE_EXS","SVG_LENGTHTYPE_IN","SVG_LENGTHTYPE_MM","SVG_LENGTHTYPE_NUMBER","SVG_LENGTHTYPE_PC","SVG_LENGTHTYPE_PERCENTAGE","SVG_LENGTHTYPE_PT","SVG_LENGTHTYPE_PX","SVG_LENGTHTYPE_UNKNOWN","SVG_MARKERUNITS_STROKEWIDTH","SVG_MARKERUNITS_UNKNOWN","SVG_MARKERUNITS_USERSPACEONUSE","SVG_MARKER_ORIENT_ANGLE","SVG_MARKER_ORIENT_AUTO","SVG_MARKER_ORIENT_UNKNOWN","SVG_MASKTYPE_ALPHA","SVG_MASKTYPE_LUMINANCE","SVG_MATRIX_NOT_INVERTABLE","SVG_MEETORSLICE_MEET","SVG_MEETORSLICE_SLICE","SVG_MEETORSLICE_UNKNOWN","SVG_MORPHOLOGY_OPERATOR_DILATE","SVG_MORPHOLOGY_OPERATOR_ERODE","SVG_MORPHOLOGY_OPERATOR_UNKNOWN","SVG_PAINTTYPE_CURRENTCOLOR","SVG_PAINTTYPE_NONE","SVG_PAINTTYPE_RGBCOLOR","SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR","SVG_PAINTTYPE_UNKNOWN","SVG_PAINTTYPE_URI","SVG_PAINTTYPE_URI_CURRENTCOLOR","SVG_PAINTTYPE_URI_NONE","SVG_PAINTTYPE_URI_RGBCOLOR","SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR","SVG_PRESERVEASPECTRATIO_NONE","SVG_PRESERVEASPECTRATIO_UNKNOWN","SVG_PRESERVEASPECTRATIO_XMAXYMAX","SVG_PRESERVEASPECTRATIO_XMAXYMID","SVG_PRESERVEASPECTRATIO_XMAXYMIN","SVG_PRESERVEASPECTRATIO_XMIDYMAX","SVG_PRESERVEASPECTRATIO_XMIDYMID","SVG_PRESERVEASPECTRATIO_XMIDYMIN","SVG_PRESERVEASPECTRATIO_XMINYMAX","SVG_PRESERVEASPECTRATIO_XMINYMID","SVG_PRESERVEASPECTRATIO_XMINYMIN","SVG_SPREADMETHOD_PAD","SVG_SPREADMETHOD_REFLECT","SVG_SPREADMETHOD_REPEAT","SVG_SPREADMETHOD_UNKNOWN","SVG_STITCHTYPE_NOSTITCH","SVG_STITCHTYPE_STITCH","SVG_STITCHTYPE_UNKNOWN","SVG_TRANSFORM_MATRIX","SVG_TRANSFORM_ROTATE","SVG_TRANSFORM_SCALE","SVG_TRANSFORM_SKEWX","SVG_TRANSFORM_SKEWY","SVG_TRANSFORM_TRANSLATE","SVG_TRANSFORM_UNKNOWN","SVG_TURBULENCE_TYPE_FRACTALNOISE","SVG_TURBULENCE_TYPE_TURBULENCE","SVG_TURBULENCE_TYPE_UNKNOWN","SVG_UNIT_TYPE_OBJECTBOUNDINGBOX","SVG_UNIT_TYPE_UNKNOWN","SVG_UNIT_TYPE_USERSPACEONUSE","SVG_WRONG_TYPE_ERR","SVG_ZOOMANDPAN_DISABLE","SVG_ZOOMANDPAN_MAGNIFY","SVG_ZOOMANDPAN_UNKNOWN","SYNC_CONDITION","SYNC_FENCE","SYNC_FLAGS","SYNC_FLUSH_COMMANDS_BIT","SYNC_GPU_COMMANDS_COMPLETE","SYNC_STATUS","SYNTAX_ERR","SavedPages","Screen","ScreenOrientation","Script","ScriptProcessorNode","ScrollAreaEvent","SecurityPolicyViolationEvent","Selection","Sensor","SensorErrorEvent","ServiceWorker","ServiceWorkerContainer","ServiceWorkerRegistration","SessionDescription","Set","ShadowRoot","SharedArrayBuffer","SharedWorker","SimpleGestureEvent","SourceBuffer","SourceBufferList","SpeechSynthesis","SpeechSynthesisErrorEvent","SpeechSynthesisEvent","SpeechSynthesisUtterance","SpeechSynthesisVoice","StaticRange","StereoPannerNode","StopIteration","Storage","StorageEvent","StorageManager","String","StructType","StylePropertyMap","StylePropertyMapReadOnly","StyleSheet","StyleSheetList","SubmitEvent","SubtleCrypto","Symbol","SyncManager","SyntaxError","TEMPORARY","TEXTPATH_METHODTYPE_ALIGN","TEXTPATH_METHODTYPE_STRETCH","TEXTPATH_METHODTYPE_UNKNOWN","TEXTPATH_SPACINGTYPE_AUTO","TEXTPATH_SPACINGTYPE_EXACT","TEXTPATH_SPACINGTYPE_UNKNOWN","TEXTURE","TEXTURE0","TEXTURE1","TEXTURE10","TEXTURE11","TEXTURE12","TEXTURE13","TEXTURE14","TEXTURE15","TEXTURE16","TEXTURE17","TEXTURE18","TEXTURE19","TEXTURE2","TEXTURE20","TEXTURE21","TEXTURE22","TEXTURE23","TEXTURE24","TEXTURE25","TEXTURE26","TEXTURE27","TEXTURE28","TEXTURE29","TEXTURE3","TEXTURE30","TEXTURE31","TEXTURE4","TEXTURE5","TEXTURE6","TEXTURE7","TEXTURE8","TEXTURE9","TEXTURE_2D","TEXTURE_2D_ARRAY","TEXTURE_3D","TEXTURE_BASE_LEVEL","TEXTURE_BINDING_2D","TEXTURE_BINDING_2D_ARRAY","TEXTURE_BINDING_3D","TEXTURE_BINDING_CUBE_MAP","TEXTURE_COMPARE_FUNC","TEXTURE_COMPARE_MODE","TEXTURE_CUBE_MAP","TEXTURE_CUBE_MAP_NEGATIVE_X","TEXTURE_CUBE_MAP_NEGATIVE_Y","TEXTURE_CUBE_MAP_NEGATIVE_Z","TEXTURE_CUBE_MAP_POSITIVE_X","TEXTURE_CUBE_MAP_POSITIVE_Y","TEXTURE_CUBE_MAP_POSITIVE_Z","TEXTURE_IMMUTABLE_FORMAT","TEXTURE_IMMUTABLE_LEVELS","TEXTURE_MAG_FILTER","TEXTURE_MAX_ANISOTROPY_EXT","TEXTURE_MAX_LEVEL","TEXTURE_MAX_LOD","TEXTURE_MIN_FILTER","TEXTURE_MIN_LOD","TEXTURE_WRAP_R","TEXTURE_WRAP_S","TEXTURE_WRAP_T","TEXT_NODE","TIMEOUT","TIMEOUT_ERR","TIMEOUT_EXPIRED","TIMEOUT_IGNORED","TOO_LARGE_ERR","TRANSACTION_INACTIVE_ERR","TRANSFORM_FEEDBACK","TRANSFORM_FEEDBACK_ACTIVE","TRANSFORM_FEEDBACK_BINDING","TRANSFORM_FEEDBACK_BUFFER","TRANSFORM_FEEDBACK_BUFFER_BINDING","TRANSFORM_FEEDBACK_BUFFER_MODE","TRANSFORM_FEEDBACK_BUFFER_SIZE","TRANSFORM_FEEDBACK_BUFFER_START","TRANSFORM_FEEDBACK_PAUSED","TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN","TRANSFORM_FEEDBACK_VARYINGS","TRIANGLE","TRIANGLES","TRIANGLE_FAN","TRIANGLE_STRIP","TYPE_BACK_FORWARD","TYPE_ERR","TYPE_MISMATCH_ERR","TYPE_NAVIGATE","TYPE_RELOAD","TYPE_RESERVED","Table","TaskAttributionTiming","Text","TextDecoder","TextDecoderStream","TextEncoder","TextEncoderStream","TextEvent","TextMetrics","TextTrack","TextTrackCue","TextTrackCueList","TextTrackList","TimeEvent","TimeRanges","Touch","TouchEvent","TouchList","TrackEvent","TransformStream","TransitionEvent","TreeWalker","TrustedHTML","TrustedScript","TrustedScriptURL","TrustedTypePolicy","TrustedTypePolicyFactory","TypeError","TypedObject","U2F","UIEvent","UNCACHED","UNIFORM_ARRAY_STRIDE","UNIFORM_BLOCK_ACTIVE_UNIFORMS","UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES","UNIFORM_BLOCK_BINDING","UNIFORM_BLOCK_DATA_SIZE","UNIFORM_BLOCK_INDEX","UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER","UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER","UNIFORM_BUFFER","UNIFORM_BUFFER_BINDING","UNIFORM_BUFFER_OFFSET_ALIGNMENT","UNIFORM_BUFFER_SIZE","UNIFORM_BUFFER_START","UNIFORM_IS_ROW_MAJOR","UNIFORM_MATRIX_STRIDE","UNIFORM_OFFSET","UNIFORM_SIZE","UNIFORM_TYPE","UNKNOWN_ERR","UNKNOWN_RULE","UNMASKED_RENDERER_WEBGL","UNMASKED_VENDOR_WEBGL","UNORDERED_NODE_ITERATOR_TYPE","UNORDERED_NODE_SNAPSHOT_TYPE","UNPACK_ALIGNMENT","UNPACK_COLORSPACE_CONVERSION_WEBGL","UNPACK_FLIP_Y_WEBGL","UNPACK_IMAGE_HEIGHT","UNPACK_PREMULTIPLY_ALPHA_WEBGL","UNPACK_ROW_LENGTH","UNPACK_SKIP_IMAGES","UNPACK_SKIP_PIXELS","UNPACK_SKIP_ROWS","UNSCHEDULED_STATE","UNSENT","UNSIGNALED","UNSIGNED_BYTE","UNSIGNED_INT","UNSIGNED_INT_10F_11F_11F_REV","UNSIGNED_INT_24_8","UNSIGNED_INT_2_10_10_10_REV","UNSIGNED_INT_5_9_9_9_REV","UNSIGNED_INT_SAMPLER_2D","UNSIGNED_INT_SAMPLER_2D_ARRAY","UNSIGNED_INT_SAMPLER_3D","UNSIGNED_INT_SAMPLER_CUBE","UNSIGNED_INT_VEC2","UNSIGNED_INT_VEC3","UNSIGNED_INT_VEC4","UNSIGNED_NORMALIZED","UNSIGNED_SHORT","UNSIGNED_SHORT_4_4_4_4","UNSIGNED_SHORT_5_5_5_1","UNSIGNED_SHORT_5_6_5","UNSPECIFIED_EVENT_TYPE_ERR","UPDATEREADY","URIError","URL","URLSearchParams","URLUnencoded","URL_MISMATCH_ERR","USB","USBAlternateInterface","USBConfiguration","USBConnectionEvent","USBDevice","USBEndpoint","USBInTransferResult","USBInterface","USBIsochronousInTransferPacket","USBIsochronousInTransferResult","USBIsochronousOutTransferPacket","USBIsochronousOutTransferResult","USBOutTransferResult","UTC","Uint16Array","Uint32Array","Uint8Array","Uint8ClampedArray","UserActivation","UserMessageHandler","UserMessageHandlersNamespace","UserProximityEvent","VALIDATE_STATUS","VALIDATION_ERR","VARIABLES_RULE","VENDOR","VERSION","VERSION_CHANGE","VERSION_ERR","VERTEX_ARRAY_BINDING","VERTEX_ATTRIB_ARRAY_BUFFER_BINDING","VERTEX_ATTRIB_ARRAY_DIVISOR","VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE","VERTEX_ATTRIB_ARRAY_ENABLED","VERTEX_ATTRIB_ARRAY_INTEGER","VERTEX_ATTRIB_ARRAY_NORMALIZED","VERTEX_ATTRIB_ARRAY_POINTER","VERTEX_ATTRIB_ARRAY_SIZE","VERTEX_ATTRIB_ARRAY_STRIDE","VERTEX_ATTRIB_ARRAY_TYPE","VERTEX_SHADER","VERTICAL","VERTICAL_AXIS","VER_ERR","VIEWPORT","VIEWPORT_RULE","VRDisplay","VRDisplayCapabilities","VRDisplayEvent","VREyeParameters","VRFieldOfView","VRFrameData","VRPose","VRStageParameters","VTTCue","VTTRegion","ValidityState","VideoPlaybackQuality","VideoStreamTrack","VisualViewport","WAIT_FAILED","WEBKIT_FILTER_RULE","WEBKIT_KEYFRAMES_RULE","WEBKIT_KEYFRAME_RULE","WEBKIT_REGION_RULE","WRONG_DOCUMENT_ERR","WakeLock","WakeLockSentinel","WasmAnyRef","WaveShaperNode","WeakMap","WeakRef","WeakSet","WebAssembly","WebGL2RenderingContext","WebGLActiveInfo","WebGLBuffer","WebGLContextEvent","WebGLFramebuffer","WebGLProgram","WebGLQuery","WebGLRenderbuffer","WebGLRenderingContext","WebGLSampler","WebGLShader","WebGLShaderPrecisionFormat","WebGLSync","WebGLTexture","WebGLTransformFeedback","WebGLUniformLocation","WebGLVertexArray","WebGLVertexArrayObject","WebKitAnimationEvent","WebKitBlobBuilder","WebKitCSSFilterRule","WebKitCSSFilterValue","WebKitCSSKeyframeRule","WebKitCSSKeyframesRule","WebKitCSSMatrix","WebKitCSSRegionRule","WebKitCSSTransformValue","WebKitDataCue","WebKitGamepad","WebKitMediaKeyError","WebKitMediaKeyMessageEvent","WebKitMediaKeySession","WebKitMediaKeys","WebKitMediaSource","WebKitMutationObserver","WebKitNamespace","WebKitPlaybackTargetAvailabilityEvent","WebKitPoint","WebKitShadowRoot","WebKitSourceBuffer","WebKitSourceBufferList","WebKitTransitionEvent","WebSocket","WebkitAlignContent","WebkitAlignItems","WebkitAlignSelf","WebkitAnimation","WebkitAnimationDelay","WebkitAnimationDirection","WebkitAnimationDuration","WebkitAnimationFillMode","WebkitAnimationIterationCount","WebkitAnimationName","WebkitAnimationPlayState","WebkitAnimationTimingFunction","WebkitAppearance","WebkitBackfaceVisibility","WebkitBackgroundClip","WebkitBackgroundOrigin","WebkitBackgroundSize","WebkitBorderBottomLeftRadius","WebkitBorderBottomRightRadius","WebkitBorderImage","WebkitBorderRadius","WebkitBorderTopLeftRadius","WebkitBorderTopRightRadius","WebkitBoxAlign","WebkitBoxDirection","WebkitBoxFlex","WebkitBoxOrdinalGroup","WebkitBoxOrient","WebkitBoxPack","WebkitBoxShadow","WebkitBoxSizing","WebkitFilter","WebkitFlex","WebkitFlexBasis","WebkitFlexDirection","WebkitFlexFlow","WebkitFlexGrow","WebkitFlexShrink","WebkitFlexWrap","WebkitJustifyContent","WebkitLineClamp","WebkitMask","WebkitMaskClip","WebkitMaskComposite","WebkitMaskImage","WebkitMaskOrigin","WebkitMaskPosition","WebkitMaskPositionX","WebkitMaskPositionY","WebkitMaskRepeat","WebkitMaskSize","WebkitOrder","WebkitPerspective","WebkitPerspectiveOrigin","WebkitTextFillColor","WebkitTextSizeAdjust","WebkitTextStroke","WebkitTextStrokeColor","WebkitTextStrokeWidth","WebkitTransform","WebkitTransformOrigin","WebkitTransformStyle","WebkitTransition","WebkitTransitionDelay","WebkitTransitionDuration","WebkitTransitionProperty","WebkitTransitionTimingFunction","WebkitUserSelect","WheelEvent","Window","Worker","Worklet","WritableStream","WritableStreamDefaultWriter","XMLDocument","XMLHttpRequest","XMLHttpRequestEventTarget","XMLHttpRequestException","XMLHttpRequestProgressEvent","XMLHttpRequestUpload","XMLSerializer","XMLStylesheetProcessingInstruction","XPathEvaluator","XPathException","XPathExpression","XPathNSResolver","XPathResult","XRBoundedReferenceSpace","XRDOMOverlayState","XRFrame","XRHitTestResult","XRHitTestSource","XRInputSource","XRInputSourceArray","XRInputSourceEvent","XRInputSourcesChangeEvent","XRLayer","XRPose","XRRay","XRReferenceSpace","XRReferenceSpaceEvent","XRRenderState","XRRigidTransform","XRSession","XRSessionEvent","XRSpace","XRSystem","XRTransientInputHitTestResult","XRTransientInputHitTestSource","XRView","XRViewerPose","XRViewport","XRWebGLLayer","XSLTProcessor","ZERO","_XD0M_","_YD0M_","__defineGetter__","__defineSetter__","__lookupGetter__","__lookupSetter__","__opera","__proto__","_browserjsran","a","aLink","abbr","abort","aborted","abs","absolute","acceleration","accelerationIncludingGravity","accelerator","accept","acceptCharset","acceptNode","accessKey","accessKeyLabel","accuracy","acos","acosh","action","actionURL","actions","activated","active","activeCues","activeElement","activeSourceBuffers","activeSourceCount","activeTexture","activeVRDisplays","actualBoundingBoxAscent","actualBoundingBoxDescent","actualBoundingBoxLeft","actualBoundingBoxRight","add","addAll","addBehavior","addCandidate","addColorStop","addCue","addElement","addEventListener","addFilter","addFromString","addFromUri","addIceCandidate","addImport","addListener","addModule","addNamed","addPageRule","addPath","addPointer","addRange","addRegion","addRule","addSearchEngine","addSourceBuffer","addStream","addTextTrack","addTrack","addTransceiver","addWakeLockListener","added","addedNodes","additionalName","additiveSymbols","addons","address","addressLine","adoptNode","adoptedStyleSheets","adr","advance","after","album","alert","algorithm","align","align-content","align-items","align-self","alignContent","alignItems","alignSelf","alignmentBaseline","alinkColor","all","allSettled","allow","allowFullscreen","allowPaymentRequest","allowedDirections","allowedFeatures","allowedToPlay","allowsFeature","alpha","alt","altGraphKey","altHtml","altKey","altLeft","alternate","alternateSetting","alternates","altitude","altitudeAccuracy","amplitude","ancestorOrigins","anchor","anchorNode","anchorOffset","anchors","and","angle","angularAcceleration","angularVelocity","animVal","animate","animatedInstanceRoot","animatedNormalizedPathSegList","animatedPathSegList","animatedPoints","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","animationDelay","animationDirection","animationDuration","animationFillMode","animationIterationCount","animationName","animationPlayState","animationStartTime","animationTimingFunction","animationsPaused","anniversary","antialias","anticipatedRemoval","any","app","appCodeName","appMinorVersion","appName","appNotifications","appVersion","appearance","append","appendBuffer","appendChild","appendData","appendItem","appendMedium","appendNamed","appendRule","appendStream","appendWindowEnd","appendWindowStart","applets","applicationCache","applicationServerKey","apply","applyConstraints","applyElement","arc","arcTo","architecture","archive","areas","arguments","ariaAtomic","ariaAutoComplete","ariaBusy","ariaChecked","ariaColCount","ariaColIndex","ariaColSpan","ariaCurrent","ariaDescription","ariaDisabled","ariaExpanded","ariaHasPopup","ariaHidden","ariaKeyShortcuts","ariaLabel","ariaLevel","ariaLive","ariaModal","ariaMultiLine","ariaMultiSelectable","ariaOrientation","ariaPlaceholder","ariaPosInSet","ariaPressed","ariaReadOnly","ariaRelevant","ariaRequired","ariaRoleDescription","ariaRowCount","ariaRowIndex","ariaRowSpan","ariaSelected","ariaSetSize","ariaSort","ariaValueMax","ariaValueMin","ariaValueNow","ariaValueText","arrayBuffer","artist","artwork","as","asIntN","asUintN","asin","asinh","assert","assign","assignedElements","assignedNodes","assignedSlot","async","asyncIterator","atEnd","atan","atan2","atanh","atob","attachEvent","attachInternals","attachShader","attachShadow","attachments","attack","attestationObject","attrChange","attrName","attributeFilter","attributeName","attributeNamespace","attributeOldValue","attributeStyleMap","attributes","attribution","audioBitsPerSecond","audioTracks","audioWorklet","authenticatedSignedWrites","authenticatorData","autoIncrement","autobuffer","autocapitalize","autocomplete","autocorrect","autofocus","automationRate","autoplay","availHeight","availLeft","availTop","availWidth","availability","available","aversion","ax","axes","axis","ay","azimuth","b","back","backface-visibility","backfaceVisibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-position-x","background-position-y","background-repeat","background-size","backgroundAttachment","backgroundBlendMode","backgroundClip","backgroundColor","backgroundFetch","backgroundImage","backgroundOrigin","backgroundPosition","backgroundPositionX","backgroundPositionY","backgroundRepeat","backgroundSize","badInput","badge","balance","baseFrequencyX","baseFrequencyY","baseLatency","baseLayer","baseNode","baseOffset","baseURI","baseVal","baselineShift","battery","bday","before","beginElement","beginElementAt","beginPath","beginQuery","beginTransformFeedback","behavior","behaviorCookie","behaviorPart","behaviorUrns","beta","bezierCurveTo","bgColor","bgProperties","bias","big","bigint64","biguint64","binaryType","bind","bindAttribLocation","bindBuffer","bindBufferBase","bindBufferRange","bindFramebuffer","bindRenderbuffer","bindSampler","bindTexture","bindTransformFeedback","bindVertexArray","bitness","blendColor","blendEquation","blendEquationSeparate","blendFunc","blendFuncSeparate","blink","blitFramebuffer","blob","block-size","blockDirection","blockSize","blockedURI","blue","bluetooth","blur","body","bodyUsed","bold","bookmarks","booleanValue","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-end-end-radius","border-end-start-radius","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-start-end-radius","border-start-start-radius","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","borderBlock","borderBlockColor","borderBlockEnd","borderBlockEndColor","borderBlockEndStyle","borderBlockEndWidth","borderBlockStart","borderBlockStartColor","borderBlockStartStyle","borderBlockStartWidth","borderBlockStyle","borderBlockWidth","borderBottom","borderBottomColor","borderBottomLeftRadius","borderBottomRightRadius","borderBottomStyle","borderBottomWidth","borderBoxSize","borderCollapse","borderColor","borderColorDark","borderColorLight","borderEndEndRadius","borderEndStartRadius","borderImage","borderImageOutset","borderImageRepeat","borderImageSlice","borderImageSource","borderImageWidth","borderInline","borderInlineColor","borderInlineEnd","borderInlineEndColor","borderInlineEndStyle","borderInlineEndWidth","borderInlineStart","borderInlineStartColor","borderInlineStartStyle","borderInlineStartWidth","borderInlineStyle","borderInlineWidth","borderLeft","borderLeftColor","borderLeftStyle","borderLeftWidth","borderRadius","borderRight","borderRightColor","borderRightStyle","borderRightWidth","borderSpacing","borderStartEndRadius","borderStartStartRadius","borderStyle","borderTop","borderTopColor","borderTopLeftRadius","borderTopRightRadius","borderTopStyle","borderTopWidth","borderWidth","bottom","bottomMargin","bound","boundElements","boundingClientRect","boundingHeight","boundingLeft","boundingTop","boundingWidth","bounds","boundsGeometry","box-decoration-break","box-shadow","box-sizing","boxDecorationBreak","boxShadow","boxSizing","brand","brands","break-after","break-before","break-inside","breakAfter","breakBefore","breakInside","broadcast","browserLanguage","btoa","bubbles","buffer","bufferData","bufferDepth","bufferSize","bufferSubData","buffered","bufferedAmount","bufferedAmountLowThreshold","buildID","buildNumber","button","buttonID","buttons","byteLength","byteOffset","bytesWritten","c","cache","caches","call","caller","canBeFormatted","canBeMounted","canBeShared","canHaveChildren","canHaveHTML","canInsertDTMF","canMakePayment","canPlayType","canPresent","canTrickleIceCandidates","cancel","cancelAndHoldAtTime","cancelAnimationFrame","cancelBubble","cancelIdleCallback","cancelScheduledValues","cancelVideoFrameCallback","cancelWatchAvailability","cancelable","candidate","canonicalUUID","canvas","capabilities","caption","caption-side","captionSide","capture","captureEvents","captureStackTrace","captureStream","caret-color","caretBidiLevel","caretColor","caretPositionFromPoint","caretRangeFromPoint","cast","catch","category","cbrt","cd","ceil","cellIndex","cellPadding","cellSpacing","cells","ch","chOff","chain","challenge","changeType","changedTouches","channel","channelCount","channelCountMode","channelInterpretation","char","charAt","charCode","charCodeAt","charIndex","charLength","characterData","characterDataOldValue","characterSet","characteristic","charging","chargingTime","charset","check","checkEnclosure","checkFramebufferStatus","checkIntersection","checkValidity","checked","childElementCount","childList","childNodes","children","chrome","ciphertext","cite","city","claimInterface","claimed","classList","className","classid","clear","clearAppBadge","clearAttributes","clearBufferfi","clearBufferfv","clearBufferiv","clearBufferuiv","clearColor","clearData","clearDepth","clearHalt","clearImmediate","clearInterval","clearLiveSeekableRange","clearMarks","clearMaxGCPauseAccumulator","clearMeasures","clearParameters","clearRect","clearResourceTimings","clearShadow","clearStencil","clearTimeout","clearWatch","click","clickCount","clientDataJSON","clientHeight","clientInformation","clientLeft","clientRect","clientRects","clientTop","clientWaitSync","clientWidth","clientX","clientY","clip","clip-path","clip-rule","clipBottom","clipLeft","clipPath","clipPathUnits","clipRight","clipRule","clipTop","clipboard","clipboardData","clone","cloneContents","cloneNode","cloneRange","close","closePath","closed","closest","clz","clz32","cm","cmp","code","codeBase","codePointAt","codeType","colSpan","collapse","collapseToEnd","collapseToStart","collapsed","collect","colno","color","color-adjust","color-interpolation","color-interpolation-filters","colorAdjust","colorDepth","colorInterpolation","colorInterpolationFilters","colorMask","colorType","cols","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columnCount","columnFill","columnGap","columnNumber","columnRule","columnRuleColor","columnRuleStyle","columnRuleWidth","columnSpan","columnWidth","columns","command","commit","commitPreferences","commitStyles","commonAncestorContainer","compact","compareBoundaryPoints","compareDocumentPosition","compareEndPoints","compareExchange","compareNode","comparePoint","compatMode","compatible","compile","compileShader","compileStreaming","complete","component","componentFromPoint","composed","composedPath","composite","compositionEndOffset","compositionStartOffset","compressedTexImage2D","compressedTexImage3D","compressedTexSubImage2D","compressedTexSubImage3D","computedStyleMap","concat","conditionText","coneInnerAngle","coneOuterAngle","coneOuterGain","configuration","configurationName","configurationValue","configurations","confirm","confirmComposition","confirmSiteSpecificTrackingException","confirmWebWideTrackingException","connect","connectEnd","connectShark","connectStart","connected","connection","connectionList","connectionSpeed","connectionState","connections","console","consolidate","constraint","constrictionActive","construct","constructor","contactID","contain","containerId","containerName","containerSrc","containerType","contains","containsNode","content","contentBoxSize","contentDocument","contentEditable","contentHint","contentOverflow","contentRect","contentScriptType","contentStyleType","contentType","contentWindow","context","contextMenu","contextmenu","continue","continuePrimaryKey","continuous","control","controlTransferIn","controlTransferOut","controller","controls","controlsList","convertPointFromNode","convertQuadFromNode","convertRectFromNode","convertToBlob","convertToSpecifiedUnits","cookie","cookieEnabled","coords","copyBufferSubData","copyFromChannel","copyTexImage2D","copyTexSubImage2D","copyTexSubImage3D","copyToChannel","copyWithin","correspondingElement","correspondingUseElement","corruptedVideoFrames","cos","cosh","count","countReset","counter-increment","counter-reset","counter-set","counterIncrement","counterReset","counterSet","country","cpuClass","cpuSleepAllowed","create","createAnalyser","createAnswer","createAttribute","createAttributeNS","createBiquadFilter","createBuffer","createBufferSource","createCDATASection","createCSSStyleSheet","createCaption","createChannelMerger","createChannelSplitter","createComment","createConstantSource","createContextualFragment","createControlRange","createConvolver","createDTMFSender","createDataChannel","createDelay","createDelayNode","createDocument","createDocumentFragment","createDocumentType","createDynamicsCompressor","createElement","createElementNS","createEntityReference","createEvent","createEventObject","createExpression","createFramebuffer","createFunction","createGain","createGainNode","createHTML","createHTMLDocument","createIIRFilter","createImageBitmap","createImageData","createIndex","createJavaScriptNode","createLinearGradient","createMediaElementSource","createMediaKeys","createMediaStreamDestination","createMediaStreamSource","createMediaStreamTrackSource","createMutableFile","createNSResolver","createNodeIterator","createNotification","createObjectStore","createObjectURL","createOffer","createOscillator","createPanner","createPattern","createPeriodicWave","createPolicy","createPopup","createProcessingInstruction","createProgram","createQuery","createRadialGradient","createRange","createRangeCollection","createReader","createRenderbuffer","createSVGAngle","createSVGLength","createSVGMatrix","createSVGNumber","createSVGPathSegArcAbs","createSVGPathSegArcRel","createSVGPathSegClosePath","createSVGPathSegCurvetoCubicAbs","createSVGPathSegCurvetoCubicRel","createSVGPathSegCurvetoCubicSmoothAbs","createSVGPathSegCurvetoCubicSmoothRel","createSVGPathSegCurvetoQuadraticAbs","createSVGPathSegCurvetoQuadraticRel","createSVGPathSegCurvetoQuadraticSmoothAbs","createSVGPathSegCurvetoQuadraticSmoothRel","createSVGPathSegLinetoAbs","createSVGPathSegLinetoHorizontalAbs","createSVGPathSegLinetoHorizontalRel","createSVGPathSegLinetoRel","createSVGPathSegLinetoVerticalAbs","createSVGPathSegLinetoVerticalRel","createSVGPathSegMovetoAbs","createSVGPathSegMovetoRel","createSVGPoint","createSVGRect","createSVGTransform","createSVGTransformFromMatrix","createSampler","createScript","createScriptProcessor","createScriptURL","createSession","createShader","createShadowRoot","createStereoPanner","createStyleSheet","createTBody","createTFoot","createTHead","createTextNode","createTextRange","createTexture","createTouch","createTouchList","createTransformFeedback","createTreeWalker","createVertexArray","createWaveShaper","creationTime","credentials","crossOrigin","crossOriginIsolated","crypto","csi","csp","cssFloat","cssRules","cssText","cssValueType","ctrlKey","ctrlLeft","cues","cullFace","currentDirection","currentLocalDescription","currentNode","currentPage","currentRect","currentRemoteDescription","currentScale","currentScript","currentSrc","currentState","currentStyle","currentTarget","currentTime","currentTranslate","currentView","cursor","curve","customElements","customError","cx","cy","d","data","dataFld","dataFormatAs","dataLoss","dataLossMessage","dataPageSize","dataSrc","dataTransfer","database","databases","dataset","dateTime","db","debug","debuggerEnabled","declare","decode","decodeAudioData","decodeURI","decodeURIComponent","decodedBodySize","decoding","decodingInfo","decrypt","default","defaultCharset","defaultChecked","defaultMuted","defaultPlaybackRate","defaultPolicy","defaultPrevented","defaultRequest","defaultSelected","defaultStatus","defaultURL","defaultValue","defaultView","defaultstatus","defer","define","defineMagicFunction","defineMagicVariable","defineProperties","defineProperty","deg","delay","delayTime","delegatesFocus","delete","deleteBuffer","deleteCaption","deleteCell","deleteContents","deleteData","deleteDatabase","deleteFramebuffer","deleteFromDocument","deleteIndex","deleteMedium","deleteObjectStore","deleteProgram","deleteProperty","deleteQuery","deleteRenderbuffer","deleteRow","deleteRule","deleteSampler","deleteShader","deleteSync","deleteTFoot","deleteTHead","deleteTexture","deleteTransformFeedback","deleteVertexArray","deliverChangeRecords","delivery","deliveryInfo","deliveryStatus","deliveryTimestamp","delta","deltaMode","deltaX","deltaY","deltaZ","dependentLocality","depthFar","depthFunc","depthMask","depthNear","depthRange","deref","deriveBits","deriveKey","description","deselectAll","designMode","desiredSize","destination","destinationURL","detach","detachEvent","detachShader","detail","details","detect","detune","device","deviceClass","deviceId","deviceMemory","devicePixelContentBoxSize","devicePixelRatio","deviceProtocol","deviceSubclass","deviceVersionMajor","deviceVersionMinor","deviceVersionSubminor","deviceXDPI","deviceYDPI","didTimeout","diffuseConstant","digest","dimensions","dir","dirName","direction","dirxml","disable","disablePictureInPicture","disableRemotePlayback","disableVertexAttribArray","disabled","dischargingTime","disconnect","disconnectShark","dispatchEvent","display","displayId","displayName","disposition","distanceModel","div","divisor","djsapi","djsproxy","doImport","doNotTrack","doScroll","doctype","document","documentElement","documentMode","documentURI","dolphin","dolphinGameCenter","dolphininfo","dolphinmeta","domComplete","domContentLoadedEventEnd","domContentLoadedEventStart","domInteractive","domLoading","domOverlayState","domain","domainLookupEnd","domainLookupStart","dominant-baseline","dominantBaseline","done","dopplerFactor","dotAll","downDegrees","downlink","download","downloadTotal","downloaded","dpcm","dpi","dppx","dragDrop","draggable","drawArrays","drawArraysInstanced","drawArraysInstancedANGLE","drawBuffers","drawCustomFocusRing","drawElements","drawElementsInstanced","drawElementsInstancedANGLE","drawFocusIfNeeded","drawImage","drawImageFromRect","drawRangeElements","drawSystemFocusRing","drawingBufferHeight","drawingBufferWidth","dropEffect","droppedVideoFrames","dropzone","dtmf","dump","dumpProfile","duplicate","durability","duration","dvname","dvnum","dx","dy","dynsrc","e","edgeMode","effect","effectAllowed","effectiveDirective","effectiveType","elapsedTime","element","elementFromPoint","elementTiming","elements","elementsFromPoint","elevation","ellipse","em","email","embeds","emma","empty","empty-cells","emptyCells","emptyHTML","emptyScript","emulatedPosition","enable","enableBackground","enableDelegations","enableStyleSheetsForSet","enableVertexAttribArray","enabled","enabledPlugin","encode","encodeInto","encodeURI","encodeURIComponent","encodedBodySize","encoding","encodingInfo","encrypt","enctype","end","endContainer","endElement","endElementAt","endOfStream","endOffset","endQuery","endTime","endTransformFeedback","ended","endpoint","endpointNumber","endpoints","endsWith","enterKeyHint","entities","entries","entryType","enumerate","enumerateDevices","enumerateEditable","environmentBlendMode","equals","error","errorCode","errorDetail","errorText","escape","estimate","eval","evaluate","event","eventPhase","every","ex","exception","exchange","exec","execCommand","execCommandShowHelp","execScript","exitFullscreen","exitPictureInPicture","exitPointerLock","exitPresent","exp","expand","expandEntityReferences","expando","expansion","expiration","expirationTime","expires","expiryDate","explicitOriginalTarget","expm1","exponent","exponentialRampToValueAtTime","exportKey","exports","extend","extensions","extentNode","extentOffset","external","externalResourcesRequired","extractContents","extractable","eye","f","face","factoryReset","failureReason","fallback","family","familyName","farthestViewportElement","fastSeek","fatal","featureId","featurePolicy","featureSettings","features","fenceSync","fetch","fetchStart","fftSize","fgColor","fieldOfView","file","fileCreatedDate","fileHandle","fileModifiedDate","fileName","fileSize","fileUpdatedDate","filename","files","filesystem","fill","fill-opacity","fill-rule","fillLightMode","fillOpacity","fillRect","fillRule","fillStyle","fillText","filter","filterResX","filterResY","filterUnits","filters","finally","find","findIndex","findRule","findText","finish","finished","fireEvent","firesTouchEvents","firstChild","firstElementChild","firstPage","fixed","flags","flat","flatMap","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","flexBasis","flexDirection","flexFlow","flexGrow","flexShrink","flexWrap","flipX","flipY","float","float32","float64","flood-color","flood-opacity","floodColor","floodOpacity","floor","flush","focus","focusNode","focusOffset","font","font-family","font-feature-settings","font-kerning","font-language-override","font-optical-sizing","font-size","font-size-adjust","font-stretch","font-style","font-synthesis","font-variant","font-variant-alternates","font-variant-caps","font-variant-east-asian","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","fontFamily","fontFeatureSettings","fontKerning","fontLanguageOverride","fontOpticalSizing","fontSize","fontSizeAdjust","fontSmoothingEnabled","fontStretch","fontStyle","fontSynthesis","fontVariant","fontVariantAlternates","fontVariantCaps","fontVariantEastAsian","fontVariantLigatures","fontVariantNumeric","fontVariantPosition","fontVariationSettings","fontWeight","fontcolor","fontfaces","fonts","fontsize","for","forEach","force","forceRedraw","form","formAction","formData","formEnctype","formMethod","formNoValidate","formTarget","format","formatToParts","forms","forward","forwardX","forwardY","forwardZ","foundation","fr","fragmentDirective","frame","frameBorder","frameElement","frameSpacing","framebuffer","framebufferHeight","framebufferRenderbuffer","framebufferTexture2D","framebufferTextureLayer","framebufferWidth","frames","freeSpace","freeze","frequency","frequencyBinCount","from","fromCharCode","fromCodePoint","fromElement","fromEntries","fromFloat32Array","fromFloat64Array","fromMatrix","fromPoint","fromQuad","fromRect","frontFace","fround","fullPath","fullScreen","fullVersionList","fullscreen","fullscreenElement","fullscreenEnabled","fx","fy","gain","gamepad","gamma","gap","gatheringState","gatt","genderIdentity","generateCertificate","generateKey","generateMipmap","generateRequest","geolocation","gestureObject","get","getActiveAttrib","getActiveUniform","getActiveUniformBlockName","getActiveUniformBlockParameter","getActiveUniforms","getAdjacentText","getAll","getAllKeys","getAllResponseHeaders","getAllowlistForFeature","getAnimations","getAsFile","getAsString","getAttachedShaders","getAttribLocation","getAttribute","getAttributeNS","getAttributeNames","getAttributeNode","getAttributeNodeNS","getAttributeType","getAudioTracks","getAvailability","getBBox","getBattery","getBigInt64","getBigUint64","getBlob","getBookmark","getBoundingClientRect","getBounds","getBoxQuads","getBufferParameter","getBufferSubData","getByteFrequencyData","getByteTimeDomainData","getCSSCanvasContext","getCTM","getCandidateWindowClientRect","getCanonicalLocales","getCapabilities","getChannelData","getCharNumAtPosition","getCharacteristic","getCharacteristics","getClientExtensionResults","getClientRect","getClientRects","getCoalescedEvents","getCompositionAlternatives","getComputedStyle","getComputedTextLength","getComputedTiming","getConfiguration","getConstraints","getContext","getContextAttributes","getContributingSources","getCounterValue","getCueAsHTML","getCueById","getCurrentPosition","getCurrentTime","getData","getDatabaseNames","getDate","getDay","getDefaultComputedStyle","getDescriptor","getDescriptors","getDestinationInsertionPoints","getDevices","getDirectory","getDisplayMedia","getDistributedNodes","getEditable","getElementById","getElementsByClassName","getElementsByName","getElementsByTagName","getElementsByTagNameNS","getEnclosureList","getEndPositionOfChar","getEntries","getEntriesByName","getEntriesByType","getError","getExtension","getExtentOfChar","getEyeParameters","getFeature","getFile","getFiles","getFilesAndDirectories","getFingerprints","getFloat32","getFloat64","getFloatFrequencyData","getFloatTimeDomainData","getFloatValue","getFragDataLocation","getFrameData","getFramebufferAttachmentParameter","getFrequencyResponse","getFullYear","getGamepads","getHighEntropyValues","getHitTestResults","getHitTestResultsForTransientInput","getHours","getIdentityAssertion","getIds","getImageData","getIndexedParameter","getInstalledRelatedApps","getInt16","getInt32","getInt8","getInternalformatParameter","getIntersectionList","getItem","getItems","getKey","getKeyframes","getLayers","getLayoutMap","getLineDash","getLocalCandidates","getLocalParameters","getLocalStreams","getMarks","getMatchedCSSRules","getMaxGCPauseSinceClear","getMeasures","getMetadata","getMilliseconds","getMinutes","getModifierState","getMonth","getNamedItem","getNamedItemNS","getNativeFramebufferScaleFactor","getNotifications","getNotifier","getNumberOfChars","getOffsetReferenceSpace","getOutputTimestamp","getOverrideHistoryNavigationMode","getOverrideStyle","getOwnPropertyDescriptor","getOwnPropertyDescriptors","getOwnPropertyNames","getOwnPropertySymbols","getParameter","getParameters","getParent","getPathSegAtLength","getPhotoCapabilities","getPhotoSettings","getPointAtLength","getPose","getPredictedEvents","getPreference","getPreferenceDefault","getPresentationAttribute","getPreventDefault","getPrimaryService","getPrimaryServices","getProgramInfoLog","getProgramParameter","getPropertyCSSValue","getPropertyPriority","getPropertyShorthand","getPropertyType","getPropertyValue","getPrototypeOf","getQuery","getQueryParameter","getRGBColorValue","getRandomValues","getRangeAt","getReader","getReceivers","getRectValue","getRegistration","getRegistrations","getRemoteCandidates","getRemoteCertificates","getRemoteParameters","getRemoteStreams","getRenderbufferParameter","getResponseHeader","getRoot","getRootNode","getRotationOfChar","getSVGDocument","getSamplerParameter","getScreenCTM","getSeconds","getSelectedCandidatePair","getSelection","getSenders","getService","getSettings","getShaderInfoLog","getShaderParameter","getShaderPrecisionFormat","getShaderSource","getSimpleDuration","getSiteIcons","getSources","getSpeculativeParserUrls","getStartPositionOfChar","getStartTime","getState","getStats","getStatusForPolicy","getStorageUpdates","getStreamById","getStringValue","getSubStringLength","getSubscription","getSupportedConstraints","getSupportedExtensions","getSupportedFormats","getSyncParameter","getSynchronizationSources","getTags","getTargetRanges","getTexParameter","getTime","getTimezoneOffset","getTiming","getTotalLength","getTrackById","getTracks","getTransceivers","getTransform","getTransformFeedbackVarying","getTransformToElement","getTransports","getType","getTypeMapping","getUTCDate","getUTCDay","getUTCFullYear","getUTCHours","getUTCMilliseconds","getUTCMinutes","getUTCMonth","getUTCSeconds","getUint16","getUint32","getUint8","getUniform","getUniformBlockIndex","getUniformIndices","getUniformLocation","getUserMedia","getVRDisplays","getValues","getVarDate","getVariableValue","getVertexAttrib","getVertexAttribOffset","getVideoPlaybackQuality","getVideoTracks","getViewerPose","getViewport","getVoices","getWakeLockState","getWriter","getYear","givenName","global","globalAlpha","globalCompositeOperation","globalThis","glyphOrientationHorizontal","glyphOrientationVertical","glyphRef","go","grabFrame","grad","gradientTransform","gradientUnits","grammars","green","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-gap","grid-column-start","grid-gap","grid-row","grid-row-end","grid-row-gap","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","gridArea","gridAutoColumns","gridAutoFlow","gridAutoRows","gridColumn","gridColumnEnd","gridColumnGap","gridColumnStart","gridGap","gridRow","gridRowEnd","gridRowGap","gridRowStart","gridTemplate","gridTemplateAreas","gridTemplateColumns","gridTemplateRows","gripSpace","group","groupCollapsed","groupEnd","groupId","hadRecentInput","hand","handedness","hapticActuators","hardwareConcurrency","has","hasAttribute","hasAttributeNS","hasAttributes","hasBeenActive","hasChildNodes","hasComposition","hasEnrolledInstrument","hasExtension","hasExternalDisplay","hasFeature","hasFocus","hasInstance","hasLayout","hasOrientation","hasOwnProperty","hasPointerCapture","hasPosition","hasReading","hasStorageAccess","hash","head","headers","heading","height","hidden","hide","hideFocus","high","highWaterMark","hint","history","honorificPrefix","honorificSuffix","horizontalOverflow","host","hostCandidate","hostname","href","hrefTranslate","hreflang","hspace","html5TagCheckInerface","htmlFor","htmlText","httpEquiv","httpRequestStatusCode","hwTimestamp","hyphens","hypot","iccId","iceConnectionState","iceGatheringState","iceTransport","icon","iconURL","id","identifier","identity","idpLoginUrl","ignoreBOM","ignoreCase","ignoreDepthValues","image-orientation","image-rendering","imageHeight","imageOrientation","imageRendering","imageSizes","imageSmoothingEnabled","imageSmoothingQuality","imageSrcset","imageWidth","images","ime-mode","imeMode","implementation","importKey","importNode","importStylesheet","imports","impp","imul","in","in1","in2","inBandMetadataTrackDispatchType","inRange","includes","incremental","indeterminate","index","indexNames","indexOf","indexedDB","indicate","inertiaDestinationX","inertiaDestinationY","info","init","initAnimationEvent","initBeforeLoadEvent","initClipboardEvent","initCloseEvent","initCommandEvent","initCompositionEvent","initCustomEvent","initData","initDataType","initDeviceMotionEvent","initDeviceOrientationEvent","initDragEvent","initErrorEvent","initEvent","initFocusEvent","initGestureEvent","initHashChangeEvent","initKeyEvent","initKeyboardEvent","initMSManipulationEvent","initMessageEvent","initMouseEvent","initMouseScrollEvent","initMouseWheelEvent","initMutationEvent","initNSMouseEvent","initOverflowEvent","initPageEvent","initPageTransitionEvent","initPointerEvent","initPopStateEvent","initProgressEvent","initScrollAreaEvent","initSimpleGestureEvent","initStorageEvent","initTextEvent","initTimeEvent","initTouchEvent","initTransitionEvent","initUIEvent","initWebKitAnimationEvent","initWebKitTransitionEvent","initWebKitWheelEvent","initWheelEvent","initialTime","initialize","initiatorType","inline-size","inlineSize","inlineVerticalFieldOfView","inner","innerHTML","innerHeight","innerText","innerWidth","input","inputBuffer","inputEncoding","inputMethod","inputMode","inputSource","inputSources","inputType","inputs","insertAdjacentElement","insertAdjacentHTML","insertAdjacentText","insertBefore","insertCell","insertDTMF","insertData","insertItemBefore","insertNode","insertRow","insertRule","inset","inset-block","inset-block-end","inset-block-start","inset-inline","inset-inline-end","inset-inline-start","insetBlock","insetBlockEnd","insetBlockStart","insetInline","insetInlineEnd","insetInlineStart","installing","instanceRoot","instantiate","instantiateStreaming","instruments","int16","int32","int8","integrity","interactionMode","intercept","interfaceClass","interfaceName","interfaceNumber","interfaceProtocol","interfaceSubclass","interfaces","interimResults","internalSubset","interpretation","intersectionRatio","intersectionRect","intersectsNode","interval","invalidIteratorState","invalidateFramebuffer","invalidateSubFramebuffer","inverse","invertSelf","is","is2D","isActive","isAlternate","isArray","isBingCurrentSearchDefault","isBuffer","isCandidateWindowVisible","isChar","isCollapsed","isComposing","isConcatSpreadable","isConnected","isContentEditable","isContentHandlerRegistered","isContextLost","isDefaultNamespace","isDirectory","isDisabled","isEnabled","isEqual","isEqualNode","isExtensible","isExternalCTAP2SecurityKeySupported","isFile","isFinite","isFramebuffer","isFrozen","isGenerator","isHTML","isHistoryNavigation","isId","isIdentity","isInjected","isInteger","isIntersecting","isLockFree","isMap","isMultiLine","isNaN","isOpen","isPointInFill","isPointInPath","isPointInRange","isPointInStroke","isPrefAlternate","isPresenting","isPrimary","isProgram","isPropertyImplicit","isProtocolHandlerRegistered","isPrototypeOf","isQuery","isRenderbuffer","isSafeInteger","isSameNode","isSampler","isScript","isScriptURL","isSealed","isSecureContext","isSessionSupported","isShader","isSupported","isSync","isTextEdit","isTexture","isTransformFeedback","isTrusted","isTypeSupported","isUserVerifyingPlatformAuthenticatorAvailable","isVertexArray","isView","isVisible","isochronousTransferIn","isochronousTransferOut","isolation","italics","item","itemId","itemProp","itemRef","itemScope","itemType","itemValue","items","iterateNext","iterationComposite","iterator","javaEnabled","jobTitle","join","json","justify-content","justify-items","justify-self","justifyContent","justifyItems","justifySelf","k1","k2","k3","k4","kHz","keepalive","kernelMatrix","kernelUnitLengthX","kernelUnitLengthY","kerning","key","keyCode","keyFor","keyIdentifier","keyLightEnabled","keyLocation","keyPath","keyStatuses","keySystem","keyText","keyUsage","keyboard","keys","keytype","kind","knee","label","labels","lang","language","languages","largeArcFlag","lastChild","lastElementChild","lastEventId","lastIndex","lastIndexOf","lastInputTime","lastMatch","lastMessageSubject","lastMessageType","lastModified","lastModifiedDate","lastPage","lastParen","lastState","lastStyleSheetSet","latitude","layerX","layerY","layoutFlow","layoutGrid","layoutGridChar","layoutGridLine","layoutGridMode","layoutGridType","lbound","left","leftContext","leftDegrees","leftMargin","leftProjectionMatrix","leftViewMatrix","length","lengthAdjust","lengthComputable","letter-spacing","letterSpacing","level","lighting-color","lightingColor","limitingConeAngle","line","line-break","line-height","lineAlign","lineBreak","lineCap","lineDashOffset","lineHeight","lineJoin","lineNumber","lineTo","lineWidth","linearAcceleration","linearRampToValueAtTime","linearVelocity","lineno","lines","link","linkColor","linkProgram","links","list","list-style","list-style-image","list-style-position","list-style-type","listStyle","listStyleImage","listStylePosition","listStyleType","listener","load","loadEventEnd","loadEventStart","loadTime","loadTimes","loaded","loading","localDescription","localName","localService","localStorage","locale","localeCompare","location","locationbar","lock","locked","lockedFile","locks","log","log10","log1p","log2","logicalXDPI","logicalYDPI","longDesc","longitude","lookupNamespaceURI","lookupPrefix","loop","loopEnd","loopStart","looping","low","lower","lowerBound","lowerOpen","lowsrc","m11","m12","m13","m14","m21","m22","m23","m24","m31","m32","m33","m34","m41","m42","m43","m44","makeXRCompatible","manifest","manufacturer","manufacturerName","map","mapping","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","marginBlock","marginBlockEnd","marginBlockStart","marginBottom","marginHeight","marginInline","marginInlineEnd","marginInlineStart","marginLeft","marginRight","marginTop","marginWidth","mark","marker","marker-end","marker-mid","marker-offset","marker-start","markerEnd","markerHeight","markerMid","markerOffset","markerStart","markerUnits","markerWidth","marks","mask","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-position-x","mask-position-y","mask-repeat","mask-size","mask-type","maskClip","maskComposite","maskContentUnits","maskImage","maskMode","maskOrigin","maskPosition","maskPositionX","maskPositionY","maskRepeat","maskSize","maskType","maskUnits","match","matchAll","matchMedia","matchMedium","matches","matrix","matrixTransform","max","max-block-size","max-height","max-inline-size","max-width","maxActions","maxAlternatives","maxBlockSize","maxChannelCount","maxChannels","maxConnectionsPerServer","maxDecibels","maxDistance","maxHeight","maxInlineSize","maxLayers","maxLength","maxMessageSize","maxPacketLifeTime","maxRetransmits","maxTouchPoints","maxValue","maxWidth","measure","measureText","media","mediaCapabilities","mediaDevices","mediaElement","mediaGroup","mediaKeys","mediaSession","mediaStream","mediaText","meetOrSlice","memory","menubar","mergeAttributes","message","messageClass","messageHandlers","messageType","metaKey","metadata","method","methodDetails","methodName","mid","mimeType","mimeTypes","min","min-block-size","min-height","min-inline-size","min-width","minBlockSize","minDecibels","minHeight","minInlineSize","minLength","minValue","minWidth","miterLimit","mix-blend-mode","mixBlendMode","mm","mobile","mode","model","modify","mount","move","moveBy","moveEnd","moveFirst","moveFocusDown","moveFocusLeft","moveFocusRight","moveFocusUp","moveNext","moveRow","moveStart","moveTo","moveToBookmark","moveToElementText","moveToPoint","movementX","movementY","mozAdd","mozAnimationStartTime","mozAnon","mozApps","mozAudioCaptured","mozAudioChannelType","mozAutoplayEnabled","mozCancelAnimationFrame","mozCancelFullScreen","mozCancelRequestAnimationFrame","mozCaptureStream","mozCaptureStreamUntilEnded","mozClearDataAt","mozContact","mozContacts","mozCreateFileHandle","mozCurrentTransform","mozCurrentTransformInverse","mozCursor","mozDash","mozDashOffset","mozDecodedFrames","mozExitPointerLock","mozFillRule","mozFragmentEnd","mozFrameDelay","mozFullScreen","mozFullScreenElement","mozFullScreenEnabled","mozGetAll","mozGetAllKeys","mozGetAsFile","mozGetDataAt","mozGetMetadata","mozGetUserMedia","mozHasAudio","mozHasItem","mozHidden","mozImageSmoothingEnabled","mozIndexedDB","mozInnerScreenX","mozInnerScreenY","mozInputSource","mozIsTextField","mozItem","mozItemCount","mozItems","mozLength","mozLockOrientation","mozMatchesSelector","mozMovementX","mozMovementY","mozOpaque","mozOrientation","mozPaintCount","mozPaintedFrames","mozParsedFrames","mozPay","mozPointerLockElement","mozPresentedFrames","mozPreservesPitch","mozPressure","mozPrintCallback","mozRTCIceCandidate","mozRTCPeerConnection","mozRTCSessionDescription","mozRemove","mozRequestAnimationFrame","mozRequestFullScreen","mozRequestPointerLock","mozSetDataAt","mozSetImageElement","mozSourceNode","mozSrcObject","mozSystem","mozTCPSocket","mozTextStyle","mozTypesAt","mozUnlockOrientation","mozUserCancelled","mozVisibilityState","ms","msAnimation","msAnimationDelay","msAnimationDirection","msAnimationDuration","msAnimationFillMode","msAnimationIterationCount","msAnimationName","msAnimationPlayState","msAnimationStartTime","msAnimationTimingFunction","msBackfaceVisibility","msBlockProgression","msCSSOMElementFloatMetrics","msCaching","msCachingEnabled","msCancelRequestAnimationFrame","msCapsLockWarningOff","msClearImmediate","msClose","msContentZoomChaining","msContentZoomFactor","msContentZoomLimit","msContentZoomLimitMax","msContentZoomLimitMin","msContentZoomSnap","msContentZoomSnapPoints","msContentZoomSnapType","msContentZooming","msConvertURL","msCrypto","msDoNotTrack","msElementsFromPoint","msElementsFromRect","msExitFullscreen","msExtendedCode","msFillRule","msFirstPaint","msFlex","msFlexAlign","msFlexDirection","msFlexFlow","msFlexItemAlign","msFlexLinePack","msFlexNegative","msFlexOrder","msFlexPack","msFlexPositive","msFlexPreferredSize","msFlexWrap","msFlowFrom","msFlowInto","msFontFeatureSettings","msFullscreenElement","msFullscreenEnabled","msGetInputContext","msGetRegionContent","msGetUntransformedBounds","msGraphicsTrustStatus","msGridColumn","msGridColumnAlign","msGridColumnSpan","msGridColumns","msGridRow","msGridRowAlign","msGridRowSpan","msGridRows","msHidden","msHighContrastAdjust","msHyphenateLimitChars","msHyphenateLimitLines","msHyphenateLimitZone","msHyphens","msImageSmoothingEnabled","msImeAlign","msIndexedDB","msInterpolationMode","msIsStaticHTML","msKeySystem","msKeys","msLaunchUri","msLockOrientation","msManipulationViewsEnabled","msMatchMedia","msMatchesSelector","msMaxTouchPoints","msOrientation","msOverflowStyle","msPerspective","msPerspectiveOrigin","msPlayToDisabled","msPlayToPreferredSourceUri","msPlayToPrimary","msPointerEnabled","msRegionOverflow","msReleasePointerCapture","msRequestAnimationFrame","msRequestFullscreen","msSaveBlob","msSaveOrOpenBlob","msScrollChaining","msScrollLimit","msScrollLimitXMax","msScrollLimitXMin","msScrollLimitYMax","msScrollLimitYMin","msScrollRails","msScrollSnapPointsX","msScrollSnapPointsY","msScrollSnapType","msScrollSnapX","msScrollSnapY","msScrollTranslation","msSetImmediate","msSetMediaKeys","msSetPointerCapture","msTextCombineHorizontal","msTextSizeAdjust","msToBlob","msTouchAction","msTouchSelect","msTraceAsyncCallbackCompleted","msTraceAsyncCallbackStarting","msTraceAsyncOperationCompleted","msTraceAsyncOperationStarting","msTransform","msTransformOrigin","msTransformStyle","msTransition","msTransitionDelay","msTransitionDuration","msTransitionProperty","msTransitionTimingFunction","msUnlockOrientation","msUpdateAsyncCallbackRelation","msUserSelect","msVisibilityState","msWrapFlow","msWrapMargin","msWrapThrough","msWriteProfilerMark","msZoom","msZoomTo","mt","mul","multiEntry","multiSelectionObj","multiline","multiple","multiply","multiplySelf","mutableFile","muted","n","name","nameProp","namedItem","namedRecordset","names","namespaceURI","namespaces","naturalHeight","naturalWidth","navigate","navigation","navigationMode","navigationPreload","navigationStart","navigator","near","nearestViewportElement","negative","negotiated","netscape","networkState","newScale","newTranslate","newURL","newValue","newValueSpecifiedUnits","newVersion","newhome","next","nextElementSibling","nextHopProtocol","nextNode","nextPage","nextSibling","nickname","noHref","noModule","noResize","noShade","noValidate","noWrap","node","nodeName","nodeType","nodeValue","nonce","normalize","normalizedPathSegList","notationName","notations","note","noteGrainOn","noteOff","noteOn","notify","now","numOctaves","number","numberOfChannels","numberOfInputs","numberOfItems","numberOfOutputs","numberValue","oMatchesSelector","object","object-fit","object-position","objectFit","objectPosition","objectStore","objectStoreNames","objectType","observe","of","offscreenBuffering","offset","offset-anchor","offset-distance","offset-path","offset-rotate","offsetAnchor","offsetDistance","offsetHeight","offsetLeft","offsetNode","offsetParent","offsetPath","offsetRotate","offsetTop","offsetWidth","offsetX","offsetY","ok","oldURL","oldValue","oldVersion","olderShadowRoot","onLine","onabort","onabsolutedeviceorientation","onactivate","onactive","onaddsourcebuffer","onaddstream","onaddtrack","onafterprint","onafterscriptexecute","onafterupdate","onanimationcancel","onanimationend","onanimationiteration","onanimationstart","onappinstalled","onaudioend","onaudioprocess","onaudiostart","onautocomplete","onautocompleteerror","onauxclick","onbeforeactivate","onbeforecopy","onbeforecut","onbeforedeactivate","onbeforeeditfocus","onbeforeinstallprompt","onbeforepaste","onbeforeprint","onbeforescriptexecute","onbeforeunload","onbeforeupdate","onbeforexrselect","onbegin","onblocked","onblur","onbounce","onboundary","onbufferedamountlow","oncached","oncancel","oncandidatewindowhide","oncandidatewindowshow","oncandidatewindowupdate","oncanplay","oncanplaythrough","once","oncellchange","onchange","oncharacteristicvaluechanged","onchargingchange","onchargingtimechange","onchecking","onclick","onclose","onclosing","oncompassneedscalibration","oncomplete","onconnect","onconnecting","onconnectionavailable","onconnectionstatechange","oncontextmenu","oncontrollerchange","oncontrolselect","oncopy","oncuechange","oncut","ondataavailable","ondatachannel","ondatasetchanged","ondatasetcomplete","ondblclick","ondeactivate","ondevicechange","ondevicelight","ondevicemotion","ondeviceorientation","ondeviceorientationabsolute","ondeviceproximity","ondischargingtimechange","ondisconnect","ondisplay","ondownloading","ondrag","ondragend","ondragenter","ondragexit","ondragleave","ondragover","ondragstart","ondrop","ondurationchange","onemptied","onencrypted","onend","onended","onenter","onenterpictureinpicture","onerror","onerrorupdate","onexit","onfilterchange","onfinish","onfocus","onfocusin","onfocusout","onformdata","onfreeze","onfullscreenchange","onfullscreenerror","ongatheringstatechange","ongattserverdisconnected","ongesturechange","ongestureend","ongesturestart","ongotpointercapture","onhashchange","onhelp","onicecandidate","onicecandidateerror","oniceconnectionstatechange","onicegatheringstatechange","oninactive","oninput","oninputsourceschange","oninvalid","onkeydown","onkeypress","onkeystatuseschange","onkeyup","onlanguagechange","onlayoutcomplete","onleavepictureinpicture","onlevelchange","onload","onloadeddata","onloadedmetadata","onloadend","onloading","onloadingdone","onloadingerror","onloadstart","onlosecapture","onlostpointercapture","only","onmark","onmessage","onmessageerror","onmidimessage","onmousedown","onmouseenter","onmouseleave","onmousemove","onmouseout","onmouseover","onmouseup","onmousewheel","onmove","onmoveend","onmovestart","onmozfullscreenchange","onmozfullscreenerror","onmozorientationchange","onmozpointerlockchange","onmozpointerlockerror","onmscontentzoom","onmsfullscreenchange","onmsfullscreenerror","onmsgesturechange","onmsgesturedoubletap","onmsgestureend","onmsgesturehold","onmsgesturestart","onmsgesturetap","onmsgotpointercapture","onmsinertiastart","onmslostpointercapture","onmsmanipulationstatechanged","onmsneedkey","onmsorientationchange","onmspointercancel","onmspointerdown","onmspointerenter","onmspointerhover","onmspointerleave","onmspointermove","onmspointerout","onmspointerover","onmspointerup","onmssitemodejumplistitemremoved","onmsthumbnailclick","onmute","onnegotiationneeded","onnomatch","onnoupdate","onobsolete","onoffline","ononline","onopen","onorientationchange","onpagechange","onpagehide","onpageshow","onpaste","onpause","onpayerdetailchange","onpaymentmethodchange","onplay","onplaying","onpluginstreamstart","onpointercancel","onpointerdown","onpointerenter","onpointerleave","onpointerlockchange","onpointerlockerror","onpointermove","onpointerout","onpointerover","onpointerrawupdate","onpointerup","onpopstate","onprocessorerror","onprogress","onpropertychange","onratechange","onreading","onreadystatechange","onrejectionhandled","onrelease","onremove","onremovesourcebuffer","onremovestream","onremovetrack","onrepeat","onreset","onresize","onresizeend","onresizestart","onresourcetimingbufferfull","onresult","onresume","onrowenter","onrowexit","onrowsdelete","onrowsinserted","onscroll","onsearch","onsecuritypolicyviolation","onseeked","onseeking","onselect","onselectedcandidatepairchange","onselectend","onselectionchange","onselectstart","onshippingaddresschange","onshippingoptionchange","onshow","onsignalingstatechange","onsoundend","onsoundstart","onsourceclose","onsourceclosed","onsourceended","onsourceopen","onspeechend","onspeechstart","onsqueeze","onsqueezeend","onsqueezestart","onstalled","onstart","onstatechange","onstop","onstorage","onstoragecommit","onsubmit","onsuccess","onsuspend","onterminate","ontextinput","ontimeout","ontimeupdate","ontoggle","ontonechange","ontouchcancel","ontouchend","ontouchmove","ontouchstart","ontrack","ontransitioncancel","ontransitionend","ontransitionrun","ontransitionstart","onunhandledrejection","onunload","onunmute","onupdate","onupdateend","onupdatefound","onupdateready","onupdatestart","onupgradeneeded","onuserproximity","onversionchange","onvisibilitychange","onvoiceschanged","onvolumechange","onvrdisplayactivate","onvrdisplayconnect","onvrdisplaydeactivate","onvrdisplaydisconnect","onvrdisplaypresentchange","onwaiting","onwaitingforkey","onwarning","onwebkitanimationend","onwebkitanimationiteration","onwebkitanimationstart","onwebkitcurrentplaybacktargetiswirelesschanged","onwebkitfullscreenchange","onwebkitfullscreenerror","onwebkitkeyadded","onwebkitkeyerror","onwebkitkeymessage","onwebkitneedkey","onwebkitorientationchange","onwebkitplaybacktargetavailabilitychanged","onwebkitpointerlockchange","onwebkitpointerlockerror","onwebkitresourcetimingbufferfull","onwebkittransitionend","onwheel","onzoom","opacity","open","openCursor","openDatabase","openKeyCursor","opened","opener","opera","operationType","operator","opr","optimum","options","or","order","orderX","orderY","ordered","org","organization","orient","orientAngle","orientType","orientation","orientationX","orientationY","orientationZ","origin","originalPolicy","originalTarget","orphans","oscpu","outerHTML","outerHeight","outerText","outerWidth","outline","outline-color","outline-offset","outline-style","outline-width","outlineColor","outlineOffset","outlineStyle","outlineWidth","outputBuffer","outputChannelCount","outputLatency","outputs","overflow","overflow-anchor","overflow-block","overflow-inline","overflow-wrap","overflow-x","overflow-y","overflowAnchor","overflowBlock","overflowInline","overflowWrap","overflowX","overflowY","overrideMimeType","oversample","overscroll-behavior","overscroll-behavior-block","overscroll-behavior-inline","overscroll-behavior-x","overscroll-behavior-y","overscrollBehavior","overscrollBehaviorBlock","overscrollBehaviorInline","overscrollBehaviorX","overscrollBehaviorY","ownKeys","ownerDocument","ownerElement","ownerNode","ownerRule","ownerSVGElement","owningElement","p1","p2","p3","p4","packetSize","packets","pad","padEnd","padStart","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","paddingBlock","paddingBlockEnd","paddingBlockStart","paddingBottom","paddingInline","paddingInlineEnd","paddingInlineStart","paddingLeft","paddingRight","paddingTop","page","page-break-after","page-break-before","page-break-inside","pageBreakAfter","pageBreakBefore","pageBreakInside","pageCount","pageLeft","pageTop","pageX","pageXOffset","pageY","pageYOffset","pages","paint-order","paintOrder","paintRequests","paintType","paintWorklet","palette","pan","panningModel","parameterData","parameters","parent","parentElement","parentNode","parentRule","parentStyleSheet","parentTextEdit","parentWindow","parse","parseAll","parseFloat","parseFromString","parseInt","part","participants","passive","password","pasteHTML","path","pathLength","pathSegList","pathSegType","pathSegTypeAsLetter","pathname","pattern","patternContentUnits","patternMismatch","patternTransform","patternUnits","pause","pauseAnimations","pauseOnExit","pauseProfilers","pauseTransformFeedback","paused","payerEmail","payerName","payerPhone","paymentManager","pc","peerIdentity","pending","pendingLocalDescription","pendingRemoteDescription","percent","performance","periodicSync","permission","permissionState","permissions","persist","persisted","personalbar","perspective","perspective-origin","perspectiveOrigin","phone","phoneticFamilyName","phoneticGivenName","photo","pictureInPictureElement","pictureInPictureEnabled","pictureInPictureWindow","ping","pipeThrough","pipeTo","pitch","pixelBottom","pixelDepth","pixelHeight","pixelLeft","pixelRight","pixelStorei","pixelTop","pixelUnitToMillimeterX","pixelUnitToMillimeterY","pixelWidth","place-content","place-items","place-self","placeContent","placeItems","placeSelf","placeholder","platformVersion","platform","platforms","play","playEffect","playState","playbackRate","playbackState","playbackTime","played","playoutDelayHint","playsInline","plugins","pluginspage","pname","pointer-events","pointerBeforeReferenceNode","pointerEnabled","pointerEvents","pointerId","pointerLockElement","pointerType","points","pointsAtX","pointsAtY","pointsAtZ","polygonOffset","pop","populateMatrix","popupWindowFeatures","popupWindowName","popupWindowURI","port","port1","port2","ports","posBottom","posHeight","posLeft","posRight","posTop","posWidth","pose","position","positionAlign","positionX","positionY","positionZ","postError","postMessage","postalCode","poster","pow","powerEfficient","powerOff","preMultiplySelf","precision","preferredStyleSheetSet","preferredStylesheetSet","prefix","preload","prepend","presentation","preserveAlpha","preserveAspectRatio","preserveAspectRatioString","pressed","pressure","prevValue","preventDefault","preventExtensions","preventSilentAccess","previousElementSibling","previousNode","previousPage","previousRect","previousScale","previousSibling","previousTranslate","primaryKey","primitiveType","primitiveUnits","principals","print","priority","privateKey","probablySupportsContext","process","processIceMessage","processingEnd","processingStart","processorOptions","product","productId","productName","productSub","profile","profileEnd","profiles","projectionMatrix","promise","prompt","properties","propertyIsEnumerable","propertyName","protocol","protocolLong","prototype","provider","pseudoClass","pseudoElement","pt","publicId","publicKey","published","pulse","push","pushManager","pushNotification","pushState","put","putImageData","px","quadraticCurveTo","qualifier","quaternion","query","queryCommandEnabled","queryCommandIndeterm","queryCommandState","queryCommandSupported","queryCommandText","queryCommandValue","querySelector","querySelectorAll","queueMicrotask","quote","quotes","r","r1","r2","race","rad","radiogroup","radiusX","radiusY","random","range","rangeCount","rangeMax","rangeMin","rangeOffset","rangeOverflow","rangeParent","rangeUnderflow","rate","ratio","raw","rawId","read","readAsArrayBuffer","readAsBinaryString","readAsBlob","readAsDataURL","readAsText","readBuffer","readEntries","readOnly","readPixels","readReportRequested","readText","readValue","readable","ready","readyState","reason","reboot","receivedAlert","receiver","receivers","recipient","reconnect","recordNumber","recordsAvailable","recordset","rect","red","redEyeReduction","redirect","redirectCount","redirectEnd","redirectStart","redirected","reduce","reduceRight","reduction","refDistance","refX","refY","referenceNode","referenceSpace","referrer","referrerPolicy","refresh","region","regionAnchorX","regionAnchorY","regionId","regions","register","registerContentHandler","registerElement","registerProperty","registerProtocolHandler","reject","rel","relList","relatedAddress","relatedNode","relatedPort","relatedTarget","release","releaseCapture","releaseEvents","releaseInterface","releaseLock","releasePointerCapture","releaseShaderCompiler","reliable","reliableWrite","reload","rem","remainingSpace","remote","remoteDescription","remove","removeAllRanges","removeAttribute","removeAttributeNS","removeAttributeNode","removeBehavior","removeChild","removeCue","removeEventListener","removeFilter","removeImport","removeItem","removeListener","removeNamedItem","removeNamedItemNS","removeNode","removeParameter","removeProperty","removeRange","removeRegion","removeRule","removeSiteSpecificTrackingException","removeSourceBuffer","removeStream","removeTrack","removeVariable","removeWakeLockListener","removeWebWideTrackingException","removed","removedNodes","renderHeight","renderState","renderTime","renderWidth","renderbufferStorage","renderbufferStorageMultisample","renderedBuffer","renderingMode","renotify","repeat","replace","replaceAdjacentText","replaceAll","replaceChild","replaceChildren","replaceData","replaceId","replaceItem","replaceNode","replaceState","replaceSync","replaceTrack","replaceWholeText","replaceWith","reportValidity","request","requestAnimationFrame","requestAutocomplete","requestData","requestDevice","requestFrame","requestFullscreen","requestHitTestSource","requestHitTestSourceForTransientInput","requestId","requestIdleCallback","requestMIDIAccess","requestMediaKeySystemAccess","requestPermission","requestPictureInPicture","requestPointerLock","requestPresent","requestReferenceSpace","requestSession","requestStart","requestStorageAccess","requestSubmit","requestVideoFrameCallback","requestingWindow","requireInteraction","required","requiredExtensions","requiredFeatures","reset","resetPose","resetTransform","resize","resizeBy","resizeTo","resolve","response","responseBody","responseEnd","responseReady","responseStart","responseText","responseType","responseURL","responseXML","restartIce","restore","result","resultIndex","resultType","results","resume","resumeProfilers","resumeTransformFeedback","retry","returnValue","rev","reverse","reversed","revocable","revokeObjectURL","rgbColor","right","rightContext","rightDegrees","rightMargin","rightProjectionMatrix","rightViewMatrix","role","rolloffFactor","root","rootBounds","rootElement","rootMargin","rotate","rotateAxisAngle","rotateAxisAngleSelf","rotateFromVector","rotateFromVectorSelf","rotateSelf","rotation","rotationAngle","rotationRate","round","row-gap","rowGap","rowIndex","rowSpan","rows","rtcpTransport","rtt","ruby-align","ruby-position","rubyAlign","rubyOverhang","rubyPosition","rules","runtime","runtimeStyle","rx","ry","s","safari","sample","sampleCoverage","sampleRate","samplerParameterf","samplerParameteri","sandbox","save","saveData","scale","scale3d","scale3dSelf","scaleNonUniform","scaleNonUniformSelf","scaleSelf","scheme","scissor","scope","scopeName","scoped","screen","screenBrightness","screenEnabled","screenLeft","screenPixelToMillimeterX","screenPixelToMillimeterY","screenTop","screenX","screenY","scriptURL","scripts","scroll","scroll-behavior","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-type","scrollAmount","scrollBehavior","scrollBy","scrollByLines","scrollByPages","scrollDelay","scrollHeight","scrollIntoView","scrollIntoViewIfNeeded","scrollLeft","scrollLeftMax","scrollMargin","scrollMarginBlock","scrollMarginBlockEnd","scrollMarginBlockStart","scrollMarginBottom","scrollMarginInline","scrollMarginInlineEnd","scrollMarginInlineStart","scrollMarginLeft","scrollMarginRight","scrollMarginTop","scrollMaxX","scrollMaxY","scrollPadding","scrollPaddingBlock","scrollPaddingBlockEnd","scrollPaddingBlockStart","scrollPaddingBottom","scrollPaddingInline","scrollPaddingInlineEnd","scrollPaddingInlineStart","scrollPaddingLeft","scrollPaddingRight","scrollPaddingTop","scrollRestoration","scrollSnapAlign","scrollSnapType","scrollTo","scrollTop","scrollTopMax","scrollWidth","scrollX","scrollY","scrollbar-color","scrollbar-width","scrollbar3dLightColor","scrollbarArrowColor","scrollbarBaseColor","scrollbarColor","scrollbarDarkShadowColor","scrollbarFaceColor","scrollbarHighlightColor","scrollbarShadowColor","scrollbarTrackColor","scrollbarWidth","scrollbars","scrolling","scrollingElement","sctp","sctpCauseCode","sdp","sdpLineNumber","sdpMLineIndex","sdpMid","seal","search","searchBox","searchBoxJavaBridge_","searchParams","sectionRowIndex","secureConnectionStart","security","seed","seekToNextFrame","seekable","seeking","select","selectAllChildren","selectAlternateInterface","selectConfiguration","selectNode","selectNodeContents","selectNodes","selectSingleNode","selectSubString","selected","selectedIndex","selectedOptions","selectedStyleSheetSet","selectedStylesheetSet","selection","selectionDirection","selectionEnd","selectionStart","selector","selectorText","self","send","sendAsBinary","sendBeacon","sender","sentAlert","sentTimestamp","separator","serialNumber","serializeToString","serverTiming","service","serviceWorker","session","sessionId","sessionStorage","set","setActionHandler","setActive","setAlpha","setAppBadge","setAttribute","setAttributeNS","setAttributeNode","setAttributeNodeNS","setBaseAndExtent","setBigInt64","setBigUint64","setBingCurrentSearchDefault","setCapture","setCodecPreferences","setColor","setCompositeOperation","setConfiguration","setCurrentTime","setCustomValidity","setData","setDate","setDragImage","setEnd","setEndAfter","setEndBefore","setEndPoint","setFillColor","setFilterRes","setFloat32","setFloat64","setFloatValue","setFormValue","setFullYear","setHeaderValue","setHours","setIdentityProvider","setImmediate","setInt16","setInt32","setInt8","setInterval","setItem","setKeyframes","setLineCap","setLineDash","setLineJoin","setLineWidth","setLiveSeekableRange","setLocalDescription","setMatrix","setMatrixValue","setMediaKeys","setMilliseconds","setMinutes","setMiterLimit","setMonth","setNamedItem","setNamedItemNS","setNonUserCodeExceptions","setOrientToAngle","setOrientToAuto","setOrientation","setOverrideHistoryNavigationMode","setPaint","setParameter","setParameters","setPeriodicWave","setPointerCapture","setPosition","setPositionState","setPreference","setProperty","setPrototypeOf","setRGBColor","setRGBColorICCColor","setRadius","setRangeText","setRemoteDescription","setRequestHeader","setResizable","setResourceTimingBufferSize","setRotate","setScale","setSeconds","setSelectionRange","setServerCertificate","setShadow","setSinkId","setSkewX","setSkewY","setStart","setStartAfter","setStartBefore","setStdDeviation","setStreams","setStringValue","setStrokeColor","setSuggestResult","setTargetAtTime","setTargetValueAtTime","setTime","setTimeout","setTransform","setTranslate","setUTCDate","setUTCFullYear","setUTCHours","setUTCMilliseconds","setUTCMinutes","setUTCMonth","setUTCSeconds","setUint16","setUint32","setUint8","setUri","setValidity","setValueAtTime","setValueCurveAtTime","setVariable","setVelocity","setVersion","setYear","settingName","settingValue","sex","shaderSource","shadowBlur","shadowColor","shadowOffsetX","shadowOffsetY","shadowRoot","shape","shape-image-threshold","shape-margin","shape-outside","shape-rendering","shapeImageThreshold","shapeMargin","shapeOutside","shapeRendering","sheet","shift","shiftKey","shiftLeft","shippingAddress","shippingOption","shippingType","show","showHelp","showModal","showModalDialog","showModelessDialog","showNotification","sidebar","sign","signal","signalingState","signature","silent","sin","singleNodeValue","sinh","sinkId","sittingToStandingTransform","size","sizeToContent","sizeX","sizeZ","sizes","skewX","skewXSelf","skewY","skewYSelf","slice","slope","slot","small","smil","smooth","smoothingTimeConstant","snapToLines","snapshotItem","snapshotLength","some","sort","sortingCode","source","sourceBuffer","sourceBuffers","sourceCapabilities","sourceFile","sourceIndex","sources","spacing","span","speak","speakAs","speaking","species","specified","specularConstant","specularExponent","speechSynthesis","speed","speedOfSound","spellcheck","splice","split","splitText","spreadMethod","sqrt","src","srcElement","srcFilter","srcObject","srcUrn","srcdoc","srclang","srcset","stack","stackTraceLimit","stacktrace","stageParameters","standalone","standby","start","startContainer","startIce","startMessages","startNotifications","startOffset","startProfiling","startRendering","startShark","startTime","startsWith","state","status","statusCode","statusMessage","statusText","statusbar","stdDeviationX","stdDeviationY","stencilFunc","stencilFuncSeparate","stencilMask","stencilMaskSeparate","stencilOp","stencilOpSeparate","step","stepDown","stepMismatch","stepUp","sticky","stitchTiles","stop","stop-color","stop-opacity","stopColor","stopImmediatePropagation","stopNotifications","stopOpacity","stopProfiling","stopPropagation","stopShark","stopped","storage","storageArea","storageName","storageStatus","store","storeSiteSpecificTrackingException","storeWebWideTrackingException","stpVersion","stream","streams","stretch","strike","string","stringValue","stringify","stroke","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","strokeDasharray","strokeDashoffset","strokeLinecap","strokeLinejoin","strokeMiterlimit","strokeOpacity","strokeRect","strokeStyle","strokeText","strokeWidth","style","styleFloat","styleMap","styleMedia","styleSheet","styleSheetSets","styleSheets","sub","subarray","subject","submit","submitFrame","submitter","subscribe","substr","substring","substringData","subtle","subtree","suffix","suffixes","summary","sup","supported","supportedContentEncodings","supportedEntryTypes","supports","supportsSession","surfaceScale","surroundContents","suspend","suspendRedraw","swapCache","swapNode","sweepFlag","symbols","sync","sysexEnabled","system","systemCode","systemId","systemLanguage","systemXDPI","systemYDPI","tBodies","tFoot","tHead","tabIndex","table","table-layout","tableLayout","tableValues","tag","tagName","tagUrn","tags","taintEnabled","takePhoto","takeRecords","tan","tangentialPressure","tanh","target","targetElement","targetRayMode","targetRaySpace","targetTouches","targetX","targetY","tcpType","tee","tel","terminate","test","texImage2D","texImage3D","texParameterf","texParameteri","texStorage2D","texStorage3D","texSubImage2D","texSubImage3D","text","text-align","text-align-last","text-anchor","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-skip-ink","text-decoration-style","text-decoration-thickness","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-indent","text-justify","text-orientation","text-overflow","text-rendering","text-shadow","text-transform","text-underline-offset","text-underline-position","textAlign","textAlignLast","textAnchor","textAutospace","textBaseline","textCombineUpright","textContent","textDecoration","textDecorationBlink","textDecorationColor","textDecorationLine","textDecorationLineThrough","textDecorationNone","textDecorationOverline","textDecorationSkipInk","textDecorationStyle","textDecorationThickness","textDecorationUnderline","textEmphasis","textEmphasisColor","textEmphasisPosition","textEmphasisStyle","textIndent","textJustify","textJustifyTrim","textKashida","textKashidaSpace","textLength","textOrientation","textOverflow","textRendering","textShadow","textTracks","textTransform","textUnderlineOffset","textUnderlinePosition","then","threadId","threshold","thresholds","tiltX","tiltY","time","timeEnd","timeLog","timeOrigin","timeRemaining","timeStamp","timecode","timeline","timelineTime","timeout","timestamp","timestampOffset","timing","title","to","toArray","toBlob","toDataURL","toDateString","toElement","toExponential","toFixed","toFloat32Array","toFloat64Array","toGMTString","toISOString","toJSON","toLocaleDateString","toLocaleFormat","toLocaleLowerCase","toLocaleString","toLocaleTimeString","toLocaleUpperCase","toLowerCase","toMatrix","toMethod","toPrecision","toPrimitive","toSdp","toSource","toStaticHTML","toString","toStringTag","toSum","toTimeString","toUTCString","toUpperCase","toggle","toggleAttribute","toggleLongPressEnabled","tone","toneBuffer","tooLong","tooShort","toolbar","top","topMargin","total","totalFrameDelay","totalVideoFrames","touch-action","touchAction","touched","touches","trace","track","trackVisibility","transaction","transactions","transceiver","transferControlToOffscreen","transferFromImageBitmap","transferImageBitmap","transferIn","transferOut","transferSize","transferToImageBitmap","transform","transform-box","transform-origin","transform-style","transformBox","transformFeedbackVaryings","transformOrigin","transformPoint","transformString","transformStyle","transformToDocument","transformToFragment","transition","transition-delay","transition-duration","transition-property","transition-timing-function","transitionDelay","transitionDuration","transitionProperty","transitionTimingFunction","translate","translateSelf","translationX","translationY","transport","trim","trimEnd","trimLeft","trimRight","trimStart","trueSpeed","trunc","truncate","trustedTypes","turn","twist","type","typeDetail","typeMismatch","typeMustMatch","types","u2f","ubound","uint16","uint32","uint8","uint8Clamped","undefined","unescape","uneval","unicode","unicode-bidi","unicodeBidi","unicodeRange","uniform1f","uniform1fv","uniform1i","uniform1iv","uniform1ui","uniform1uiv","uniform2f","uniform2fv","uniform2i","uniform2iv","uniform2ui","uniform2uiv","uniform3f","uniform3fv","uniform3i","uniform3iv","uniform3ui","uniform3uiv","uniform4f","uniform4fv","uniform4i","uniform4iv","uniform4ui","uniform4uiv","uniformBlockBinding","uniformMatrix2fv","uniformMatrix2x3fv","uniformMatrix2x4fv","uniformMatrix3fv","uniformMatrix3x2fv","uniformMatrix3x4fv","uniformMatrix4fv","uniformMatrix4x2fv","uniformMatrix4x3fv","unique","uniqueID","uniqueNumber","unit","unitType","units","unloadEventEnd","unloadEventStart","unlock","unmount","unobserve","unpause","unpauseAnimations","unreadCount","unregister","unregisterContentHandler","unregisterProtocolHandler","unscopables","unselectable","unshift","unsubscribe","unsuspendRedraw","unsuspendRedrawAll","unwatch","unwrapKey","upDegrees","upX","upY","upZ","update","updateCommands","updateIce","updateInterval","updatePlaybackRate","updateRenderState","updateSettings","updateTiming","updateViaCache","updateWith","updated","updating","upgrade","upload","uploadTotal","uploaded","upper","upperBound","upperOpen","uri","url","urn","urns","usages","usb","usbVersionMajor","usbVersionMinor","usbVersionSubminor","useCurrentView","useMap","useProgram","usedSpace","user-select","userActivation","userAgent","userAgentData","userChoice","userHandle","userHint","userLanguage","userSelect","userVisibleOnly","username","usernameFragment","utterance","uuid","v8BreakIterator","vAlign","vLink","valid","validate","validateProgram","validationMessage","validity","value","valueAsDate","valueAsNumber","valueAsString","valueInSpecifiedUnits","valueMissing","valueOf","valueText","valueType","values","variable","variant","variationSettings","vector-effect","vectorEffect","velocityAngular","velocityExpansion","velocityX","velocityY","vendor","vendorId","vendorSub","verify","version","vertexAttrib1f","vertexAttrib1fv","vertexAttrib2f","vertexAttrib2fv","vertexAttrib3f","vertexAttrib3fv","vertexAttrib4f","vertexAttrib4fv","vertexAttribDivisor","vertexAttribDivisorANGLE","vertexAttribI4i","vertexAttribI4iv","vertexAttribI4ui","vertexAttribI4uiv","vertexAttribIPointer","vertexAttribPointer","vertical","vertical-align","verticalAlign","verticalOverflow","vh","vibrate","vibrationActuator","videoBitsPerSecond","videoHeight","videoTracks","videoWidth","view","viewBox","viewBoxString","viewTarget","viewTargetString","viewport","viewportAnchorX","viewportAnchorY","viewportElement","views","violatedDirective","visibility","visibilityState","visible","visualViewport","vlinkColor","vmax","vmin","voice","voiceURI","volume","vrml","vspace","vw","w","wait","waitSync","waiting","wake","wakeLock","wand","warn","wasClean","wasDiscarded","watch","watchAvailability","watchPosition","webdriver","webkitAddKey","webkitAlignContent","webkitAlignItems","webkitAlignSelf","webkitAnimation","webkitAnimationDelay","webkitAnimationDirection","webkitAnimationDuration","webkitAnimationFillMode","webkitAnimationIterationCount","webkitAnimationName","webkitAnimationPlayState","webkitAnimationTimingFunction","webkitAppearance","webkitAudioContext","webkitAudioDecodedByteCount","webkitAudioPannerNode","webkitBackfaceVisibility","webkitBackground","webkitBackgroundAttachment","webkitBackgroundClip","webkitBackgroundColor","webkitBackgroundImage","webkitBackgroundOrigin","webkitBackgroundPosition","webkitBackgroundPositionX","webkitBackgroundPositionY","webkitBackgroundRepeat","webkitBackgroundSize","webkitBackingStorePixelRatio","webkitBorderBottomLeftRadius","webkitBorderBottomRightRadius","webkitBorderImage","webkitBorderImageOutset","webkitBorderImageRepeat","webkitBorderImageSlice","webkitBorderImageSource","webkitBorderImageWidth","webkitBorderRadius","webkitBorderTopLeftRadius","webkitBorderTopRightRadius","webkitBoxAlign","webkitBoxDirection","webkitBoxFlex","webkitBoxOrdinalGroup","webkitBoxOrient","webkitBoxPack","webkitBoxShadow","webkitBoxSizing","webkitCancelAnimationFrame","webkitCancelFullScreen","webkitCancelKeyRequest","webkitCancelRequestAnimationFrame","webkitClearResourceTimings","webkitClosedCaptionsVisible","webkitConvertPointFromNodeToPage","webkitConvertPointFromPageToNode","webkitCreateShadowRoot","webkitCurrentFullScreenElement","webkitCurrentPlaybackTargetIsWireless","webkitDecodedFrameCount","webkitDirectionInvertedFromDevice","webkitDisplayingFullscreen","webkitDroppedFrameCount","webkitEnterFullScreen","webkitEnterFullscreen","webkitEntries","webkitExitFullScreen","webkitExitFullscreen","webkitExitPointerLock","webkitFilter","webkitFlex","webkitFlexBasis","webkitFlexDirection","webkitFlexFlow","webkitFlexGrow","webkitFlexShrink","webkitFlexWrap","webkitFullScreenKeyboardInputAllowed","webkitFullscreenElement","webkitFullscreenEnabled","webkitGenerateKeyRequest","webkitGetAsEntry","webkitGetDatabaseNames","webkitGetEntries","webkitGetEntriesByName","webkitGetEntriesByType","webkitGetFlowByName","webkitGetGamepads","webkitGetImageDataHD","webkitGetNamedFlows","webkitGetRegionFlowRanges","webkitGetUserMedia","webkitHasClosedCaptions","webkitHidden","webkitIDBCursor","webkitIDBDatabase","webkitIDBDatabaseError","webkitIDBDatabaseException","webkitIDBFactory","webkitIDBIndex","webkitIDBKeyRange","webkitIDBObjectStore","webkitIDBRequest","webkitIDBTransaction","webkitImageSmoothingEnabled","webkitIndexedDB","webkitInitMessageEvent","webkitIsFullScreen","webkitJustifyContent","webkitKeys","webkitLineClamp","webkitLineDashOffset","webkitLockOrientation","webkitMask","webkitMaskClip","webkitMaskComposite","webkitMaskImage","webkitMaskOrigin","webkitMaskPosition","webkitMaskPositionX","webkitMaskPositionY","webkitMaskRepeat","webkitMaskSize","webkitMatchesSelector","webkitMediaStream","webkitNotifications","webkitOfflineAudioContext","webkitOrder","webkitOrientation","webkitPeerConnection00","webkitPersistentStorage","webkitPerspective","webkitPerspectiveOrigin","webkitPointerLockElement","webkitPostMessage","webkitPreservesPitch","webkitPutImageDataHD","webkitRTCPeerConnection","webkitRegionOverset","webkitRelativePath","webkitRequestAnimationFrame","webkitRequestFileSystem","webkitRequestFullScreen","webkitRequestFullscreen","webkitRequestPointerLock","webkitResolveLocalFileSystemURL","webkitSetMediaKeys","webkitSetResourceTimingBufferSize","webkitShadowRoot","webkitShowPlaybackTargetPicker","webkitSlice","webkitSpeechGrammar","webkitSpeechGrammarList","webkitSpeechRecognition","webkitSpeechRecognitionError","webkitSpeechRecognitionEvent","webkitStorageInfo","webkitSupportsFullscreen","webkitTemporaryStorage","webkitTextFillColor","webkitTextSizeAdjust","webkitTextStroke","webkitTextStrokeColor","webkitTextStrokeWidth","webkitTransform","webkitTransformOrigin","webkitTransformStyle","webkitTransition","webkitTransitionDelay","webkitTransitionDuration","webkitTransitionProperty","webkitTransitionTimingFunction","webkitURL","webkitUnlockOrientation","webkitUserSelect","webkitVideoDecodedByteCount","webkitVisibilityState","webkitWirelessVideoPlaybackDisabled","webkitdirectory","webkitdropzone","webstore","weight","whatToShow","wheelDelta","wheelDeltaX","wheelDeltaY","whenDefined","which","white-space","whiteSpace","wholeText","widows","width","will-change","willChange","willValidate","window","withCredentials","word-break","word-spacing","word-wrap","wordBreak","wordSpacing","wordWrap","workerStart","wow64","wrap","wrapKey","writable","writableAuxiliaries","write","writeText","writeValue","writeWithoutResponse","writeln","writing-mode","writingMode","x","x1","x2","xChannelSelector","xmlEncoding","xmlStandalone","xmlVersion","xmlbase","xmllang","xmlspace","xor","xr","y","y1","y2","yChannelSelector","yandex","z","z-index","zIndex","zoom","zoomAndPan","zoomRectScreen"];function LR(e,t){e.walk(new gT((function(e){return e instanceof ZS?LR(e.tail_node(),t):e instanceof eT?t(e.value):e instanceof uD&&(LR(e.consequent,t),LR(e.alternative,t)),!0})))}function PR(e,t){var n=(t=Rb(t,{builtins:!1,cache:null,debug:!1,keep_quoted:!1,nth_identifier:VT,only_cache:!1,regex:null,reserved:null,undeclared:!1},!0)).nth_identifier,r=t.reserved;Array.isArray(r)||(r=[r]);var i=new Set(r);t.builtins||function(e){IR.forEach(r);var t={},n="object"==typeof a?a:self;function r(t){e.add(t)}["Symbol","Map","Promise","Proxy","Reflect","Set","WeakMap","WeakSet"].forEach((function(e){t[e]=n[e]||function(){}})),["null","true","false","NaN","Infinity","-Infinity","undefined"].forEach(r),[Object,Array,Function,Number,String,Boolean,Error,Math,Date,RegExp,t.Symbol,ArrayBuffer,DataView,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,eval,EvalError,Float32Array,Float64Array,Int8Array,Int16Array,Int32Array,isFinite,isNaN,JSON,t.Map,parseFloat,parseInt,t.Promise,t.Proxy,RangeError,ReferenceError,t.Reflect,t.Set,SyntaxError,TypeError,Uint8Array,Uint8ClampedArray,Uint16Array,Uint32Array,URIError,t.WeakMap,t.WeakSet].forEach((function(e){Object.getOwnPropertyNames(e).map(r),e.prototype&&Object.getOwnPropertyNames(e.prototype).map(r)}))}(i);var o,s=-1;o=t.cache?t.cache.props:new Map;var u,l=t.regex&&new RegExp(t.regex),c=!1!==t.debug;c&&(u=!0===t.debug?"":t.debug);var f=new Set,p=new Set;o.forEach((e=>p.add(e)));var d=!!t.keep_quoted;return e.walk(new gT((function(e){if(e instanceof SD||e instanceof yD||e instanceof gD||e instanceof mD||e instanceof tD);else if(e instanceof hD)"string"!=typeof e.key||d&&e.quote||g(e.key);else if(e instanceof dD)d&&e.quote||g(e.key.name);else if(e instanceof eD){var n=!!t.undeclared;if(!n){for(var r=e;r.expression;)r=r.expression;n=!(r.thedef&&r.thedef.undeclared)}!n||d&&e.quote||g(e.property)}else e instanceof nD?d||LR(e.property,g):e instanceof $S&&"Object.defineProperty"==e.expression.print_to_string()?LR(e.args[1],g):e instanceof sD&&"in"===e.operator&&LR(e.left,g)}))),e.transform(new _T((function(e){e instanceof SD||e instanceof yD||e instanceof gD||e instanceof mD||e instanceof tD||(e instanceof hD?"string"!=typeof e.key||d&&e.quote||(e.key=_(e.key)):e instanceof dD?d&&e.quote||(e.key.name=_(e.key.name)):e instanceof eD?d&&e.quote||(e.property=_(e.property)):!d&&e instanceof nD?e.property=E(e.property):e instanceof $S&&"Object.defineProperty"==e.expression.print_to_string()?e.args[1]=E(e.args[1]):e instanceof sD&&"in"===e.operator&&(e.left=E(e.left)))})));function h(e){return!p.has(e)&&(!i.has(e)&&(t.only_cache?o.has(e):!/^-?[0-9]+(\.[0-9]+)?(e[+-][0-9]+)?$/.test(e)))}function m(e){return!(l&&!l.test(e))&&(!i.has(e)&&(o.has(e)||f.has(e)))}function g(e){h(e)&&f.add(e),m(e)||p.add(e)}function _(e){if(!m(e))return e;var t=o.get(e);if(!t){if(c){var r="_$"+e+"$"+u+"_";h(r)&&(t=r)}if(!t)do{t=n.get(++s)}while(!h(t));o.set(e,t)}return t}function E(e){return e.transform(new _T((function(e){if(e instanceof ZS){var t=e.expressions.length-1;e.expressions[t]=E(e.expressions[t])}else e instanceof eT?e.value=_(e.value):e instanceof uD&&(e.consequent=E(e.consequent),e.alternative=E(e.alternative));return e})))}}var BR=void 0!==np?e=>np.from(e,"base64").toString():e=>decodeURIComponent(escape(atob(e))),UR=void 0!==np?e=>np.from(e).toString("base64"):e=>btoa(unescape(encodeURIComponent(e)));function VR(e,t,n){t[e]&&n.forEach((function(n){t[n]&&("object"!=typeof t[n]&&(t[n]={}),e in t[n]||(t[n][e]=t[e]))}))}function KR(e){e&&("props"in e?e.props instanceof Map||(e.props=function(e){var t=new Map;for(var n in e)Gb(e,n)&&"$"===n.charAt(0)&&t.set(n.substr(1),e[n]);return t}(e.props)):e.props=new Map)}function zR(e){return{props:zb(e.props)}}async function GR(e,t,n){n&&"object"==typeof x&&x.env&&"string"==typeof x.env.TERSER_DEBUG_DIR&&function(e,t,n,r){if(!(n&&n.writeFileSync&&n.mkdirSync))return;try{n.mkdirSync(r)}catch(e){if("EEXIST"!==e.code)throw e}const i=`${r}/terser-debug-${9999999*Math.random()|0}.log`;t=t||{};const o=JSON.stringify(t,((e,t)=>"function"==typeof t?"[Function "+t.toString()+"]":t instanceof RegExp?"[RegExp "+t.toString()+"]":t),4),a=e=>"object"==typeof e&&t.parse&&t.parse.spidermonkey?JSON.stringify(e,null,2):"object"==typeof e?Object.keys(e).map((t=>t+": "+a(e[t]))).join("\n\n"):"string"==typeof e?"```\n"+e+"\n```":e;n.writeFileSync(i,"Options: \n"+o+"\n\nInput files:\n\n"+a(e)+"\n")}(e,t,n,x.env.TERSER_DEBUG_DIR);var r,i,o,a,s=(t=Rb(t,{compress:{},ecma:void 0,enclose:!1,ie8:!1,keep_classnames:void 0,keep_fnames:!1,mangle:{},module:!1,nameCache:null,output:null,format:null,parse:{},rename:void 0,safari10:!1,sourceMap:!1,spidermonkey:!1,timings:!1,toplevel:!1,warnings:!1,wrap:!1},!0)).timings&&{start:Date.now()};if(void 0===t.keep_classnames&&(t.keep_classnames=t.keep_fnames),void 0===t.rename&&(t.rename=t.compress&&t.mangle),t.output&&t.format)throw new Error("Please only specify either output or format option, preferrably format.");if(t.format=t.format||t.output||{},VR("ecma",t,["parse","compress","format"]),VR("ie8",t,["compress","mangle","format"]),VR("keep_classnames",t,["compress","mangle"]),VR("keep_fnames",t,["compress","mangle"]),VR("module",t,["parse","compress","mangle"]),VR("safari10",t,["mangle","format"]),VR("toplevel",t,["compress","mangle"]),VR("warnings",t,["compress"]),t.mangle&&(t.mangle=Rb(t.mangle,{cache:t.nameCache&&(t.nameCache.vars||{}),eval:!1,ie8:!1,keep_classnames:!1,keep_fnames:!1,module:!1,nth_identifier:VT,properties:!1,reserved:[],safari10:!1,toplevel:!1},!0),t.mangle.properties&&("object"!=typeof t.mangle.properties&&(t.mangle.properties={}),t.mangle.properties.keep_quoted&&(r=t.mangle.properties.reserved,Array.isArray(r)||(r=[]),t.mangle.properties.reserved=r),t.nameCache&&!("cache"in t.mangle.properties)&&(t.mangle.properties.cache=t.nameCache.props||{})),KR(t.mangle.cache),KR(t.mangle.properties.cache)),t.sourceMap&&(t.sourceMap=Rb(t.sourceMap,{asObject:!1,content:null,filename:null,includeSources:!1,root:null,url:null},!0)),s&&(s.parse=Date.now()),e instanceof pS)i=e;else{if(("string"==typeof e||t.parse.spidermonkey&&!Array.isArray(e))&&(e=[e]),t.parse=t.parse||{},t.parse.toplevel=null,t.parse.spidermonkey)t.parse.toplevel=XA.from_mozilla_ast(Object.keys(e).reduce((function(t,n){return t?(t.body=t.body.concat(e[n].body),t):e[n]}),null));else for(var u in delete t.parse.spidermonkey,e)if(Gb(e,u)&&(t.parse.filename=u,t.parse.toplevel=VA(e[u],t.parse),t.sourceMap&&"inline"==t.sourceMap.content)){if(Object.keys(e).length>1)throw new Error("inline source map only works with singular input");t.sourceMap.content=(o=e[u],a=void 0,(a=/(?:^|[^.])\/\/# sourceMappingURL=data:application\/json(;[\w=-]*)?;base64,([+/0-9A-Za-z]*=*)\s*$/.exec(o))?BR(a[2]):(console.warn("inline source map not found"),null))}i=t.parse.toplevel}r&&"strict"!==t.mangle.properties.keep_quoted&&function(e,t){function n(e){Lb(t,e)}e.walk(new gT((function(e){e instanceof hD&&e.quote?n(e.key):e instanceof dD&&e.quote?n(e.key.name):e instanceof nD&&LR(e.property,n)})))}(i,r),t.wrap&&(i=i.wrap_commonjs(t.wrap)),t.enclose&&(i=i.wrap_enclose(t.enclose)),s&&(s.rename=Date.now()),s&&(s.compress=Date.now()),t.compress&&(i=new EO(t.compress,{mangle_options:t.mangle}).compress(i)),s&&(s.scope=Date.now()),t.mangle&&i.figure_out_scope(t.mangle),s&&(s.mangle=Date.now()),t.mangle&&(i.compute_char_frequency(t.mangle),i.mangle_names(t.mangle),i=function(e,t){var n=-1,r=new Map,i=t.nth_identifier||VT;return e.transform(new _T((function(e){e instanceof SD||e instanceof yD||e instanceof gD||e instanceof mD||e instanceof DD?e.key.name=o(e.key.name):e instanceof tD&&(e.property=o(e.property))})));function o(e){let t=r.get(e);return t||(t=i.get(++n),r.set(e,t)),t}}(i,t.mangle)),s&&(s.properties=Date.now()),t.mangle&&t.mangle.properties&&(i=PR(i,t.mangle.properties)),s&&(s.format=Date.now());var l={};let c;if(t.format.ast&&(l.ast=i),t.format.spidermonkey&&(l.ast=i.to_mozilla_ast()),!Gb(t.format,"code")||t.format.code){if(c={...t.format},c.ast||(c._destroy_ast=!0,dT(i,(e=>{e instanceof fS&&(e.variables=void 0,e.enclosed=void 0,e.parent_scope=void 0),e.block_scope&&(e.block_scope.variables=void 0,e.block_scope.enclosed=void 0,e.parent_scope=void 0)}))),t.sourceMap){if(t.sourceMap.includeSources&&e instanceof pS)throw new Error("original source content unavailable");c.source_map=await async function(e){var t;e=Rb(e,{file:null,root:null,orig:null,files:{}});var n=new NR({file:e.file,sourceRoot:e.root});let r={__proto__:null},i=e.files;for(var o in i)Gb(i,o)&&(r[o]=i[o]);function a(e){return e.sourcesContent&&e.sourcesContent.every((e=>null==e))&&delete e.sourcesContent,void 0===e.file&&delete e.file,void 0===e.sourceRoot&&delete e.sourceRoot,e}return e.orig&&(t=await new FR(e.orig)).sourcesContent&&t.sources.forEach((function(e,n){var i=t.sourcesContent[n];i&&(r[e]=i)})),{add:function(e,i,o,a,s,u){let l={line:i,column:o};if(t){var c=t.originalPositionFor({line:a,column:s});if(null===c.source)return void n.addMapping({generated:l,original:null,source:null,name:null});e=c.source,a=c.line,s=c.column,u=c.name||u}n.addMapping({generated:l,original:{line:a,column:s},source:e,name:u}),n.setSourceContent(e,r[e])},getDecoded:function(){return n.toDecodedMap?a(n.toDecodedMap()):null},getEncoded:function(){return a(n.toJSON())},destroy:function(){t&&t.destroy&&t.destroy()}}}({file:t.sourceMap.filename,orig:t.sourceMap.content,root:t.sourceMap.root,files:t.sourceMap.includeSources?e:null})}delete c.ast,delete c.code,delete c.spidermonkey;var f=kT(c);if(i.print(f),l.code=f.get(),t.sourceMap)if(Object.defineProperty(l,"map",{configurable:!0,enumerable:!0,get(){const e=c.source_map.getEncoded();return l.map=t.sourceMap.asObject?e:JSON.stringify(e)},set(e){Object.defineProperty(l,"map",{value:e,writable:!0})}}),l.decoded_map=c.source_map.getDecoded(),"inline"==t.sourceMap.url){var p="object"==typeof l.map?JSON.stringify(l.map):l.map;l.code+="\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,"+UR(p)}else t.sourceMap.url&&(l.code+="\n//# sourceMappingURL="+t.sourceMap.url)}return t.nameCache&&t.mangle&&(t.mangle.cache&&(t.nameCache.vars=zR(t.mangle.cache)),t.mangle.properties&&t.mangle.properties.cache&&(t.nameCache.props=zR(t.mangle.properties.cache))),c&&c.source_map&&c.source_map.destroy(),s&&(s.end=Date.now(),l.timings={parse:.001*(s.rename-s.parse),rename:.001*(s.compress-s.rename),compress:.001*(s.scope-s.compress),scope:.001*(s.mangle-s.scope),mangle:.001*(s.properties-s.mangle),properties:.001*(s.format-s.properties),format:.001*(s.end-s.format),total:.001*(s.end-s.start)}),l}async function HR(e,t,n){const r=[];e.replace(t,((e,...t)=>{const i=n(e,...t);r.push(i)}));const i=await Promise.all(r);return e.replace(t,(()=>i.shift()))}
4
+ /*!
5
+ * HTML Parser By John Resig (ejohn.org)
6
+ * Modified by Juriy "kangax" Zaytsev
7
+ * Original code by Erik Arvidsson, Mozilla Public License
8
+ * http://erik.eae.net/simplehtmlparser/simplehtmlparser.js
9
+ */class XR extends Set{has(e){return super.has(e.toLowerCase())}}const WR=/([^\s"'<>/=]+)/,qR=[/=/],YR=[/"([^"]*)"+/.source,/'([^']*)'+/.source,/([^ \t\n\f\r"'`=<>]+)/.source],jR=function(){const e="A-Za-z\\xC0-\\xD6\\xD8-\\xF6\\xF8-\\u0131\\u0134-\\u013E\\u0141-\\u0148\\u014A-\\u017E\\u0180-\\u01C3\\u01CD-\\u01F0\\u01F4\\u01F5\\u01FA-\\u0217\\u0250-\\u02A8\\u02BB-\\u02C1\\u0386\\u0388-\\u038A\\u038C\\u038E-\\u03A1\\u03A3-\\u03CE\\u03D0-\\u03D6\\u03DA\\u03DC\\u03DE\\u03E0\\u03E2-\\u03F3\\u0401-\\u040C\\u040E-\\u044F\\u0451-\\u045C\\u045E-\\u0481\\u0490-\\u04C4\\u04C7\\u04C8\\u04CB\\u04CC\\u04D0-\\u04EB\\u04EE-\\u04F5\\u04F8\\u04F9\\u0531-\\u0556\\u0559\\u0561-\\u0586\\u05D0-\\u05EA\\u05F0-\\u05F2\\u0621-\\u063A\\u0641-\\u064A\\u0671-\\u06B7\\u06BA-\\u06BE\\u06C0-\\u06CE\\u06D0-\\u06D3\\u06D5\\u06E5\\u06E6\\u0905-\\u0939\\u093D\\u0958-\\u0961\\u0985-\\u098C\\u098F\\u0990\\u0993-\\u09A8\\u09AA-\\u09B0\\u09B2\\u09B6-\\u09B9\\u09DC\\u09DD\\u09DF-\\u09E1\\u09F0\\u09F1\\u0A05-\\u0A0A\\u0A0F\\u0A10\\u0A13-\\u0A28\\u0A2A-\\u0A30\\u0A32\\u0A33\\u0A35\\u0A36\\u0A38\\u0A39\\u0A59-\\u0A5C\\u0A5E\\u0A72-\\u0A74\\u0A85-\\u0A8B\\u0A8D\\u0A8F-\\u0A91\\u0A93-\\u0AA8\\u0AAA-\\u0AB0\\u0AB2\\u0AB3\\u0AB5-\\u0AB9\\u0ABD\\u0AE0\\u0B05-\\u0B0C\\u0B0F\\u0B10\\u0B13-\\u0B28\\u0B2A-\\u0B30\\u0B32\\u0B33\\u0B36-\\u0B39\\u0B3D\\u0B5C\\u0B5D\\u0B5F-\\u0B61\\u0B85-\\u0B8A\\u0B8E-\\u0B90\\u0B92-\\u0B95\\u0B99\\u0B9A\\u0B9C\\u0B9E\\u0B9F\\u0BA3\\u0BA4\\u0BA8-\\u0BAA\\u0BAE-\\u0BB5\\u0BB7-\\u0BB9\\u0C05-\\u0C0C\\u0C0E-\\u0C10\\u0C12-\\u0C28\\u0C2A-\\u0C33\\u0C35-\\u0C39\\u0C60\\u0C61\\u0C85-\\u0C8C\\u0C8E-\\u0C90\\u0C92-\\u0CA8\\u0CAA-\\u0CB3\\u0CB5-\\u0CB9\\u0CDE\\u0CE0\\u0CE1\\u0D05-\\u0D0C\\u0D0E-\\u0D10\\u0D12-\\u0D28\\u0D2A-\\u0D39\\u0D60\\u0D61\\u0E01-\\u0E2E\\u0E30\\u0E32\\u0E33\\u0E40-\\u0E45\\u0E81\\u0E82\\u0E84\\u0E87\\u0E88\\u0E8A\\u0E8D\\u0E94-\\u0E97\\u0E99-\\u0E9F\\u0EA1-\\u0EA3\\u0EA5\\u0EA7\\u0EAA\\u0EAB\\u0EAD\\u0EAE\\u0EB0\\u0EB2\\u0EB3\\u0EBD\\u0EC0-\\u0EC4\\u0F40-\\u0F47\\u0F49-\\u0F69\\u10A0-\\u10C5\\u10D0-\\u10F6\\u1100\\u1102\\u1103\\u1105-\\u1107\\u1109\\u110B\\u110C\\u110E-\\u1112\\u113C\\u113E\\u1140\\u114C\\u114E\\u1150\\u1154\\u1155\\u1159\\u115F-\\u1161\\u1163\\u1165\\u1167\\u1169\\u116D\\u116E\\u1172\\u1173\\u1175\\u119E\\u11A8\\u11AB\\u11AE\\u11AF\\u11B7\\u11B8\\u11BA\\u11BC-\\u11C2\\u11EB\\u11F0\\u11F9\\u1E00-\\u1E9B\\u1EA0-\\u1EF9\\u1F00-\\u1F15\\u1F18-\\u1F1D\\u1F20-\\u1F45\\u1F48-\\u1F4D\\u1F50-\\u1F57\\u1F59\\u1F5B\\u1F5D\\u1F5F-\\u1F7D\\u1F80-\\u1FB4\\u1FB6-\\u1FBC\\u1FBE\\u1FC2-\\u1FC4\\u1FC6-\\u1FCC\\u1FD0-\\u1FD3\\u1FD6-\\u1FDB\\u1FE0-\\u1FEC\\u1FF2-\\u1FF4\\u1FF6-\\u1FFC\\u2126\\u212A\\u212B\\u212E\\u2180-\\u2182\\u3007\\u3021-\\u3029\\u3041-\\u3094\\u30A1-\\u30FA\\u3105-\\u312C\\u4E00-\\u9FA5\\uAC00-\\uD7A3",t="["+e+"_]["+e+"0-9\\u0660-\\u0669\\u06F0-\\u06F9\\u0966-\\u096F\\u09E6-\\u09EF\\u0A66-\\u0A6F\\u0AE6-\\u0AEF\\u0B66-\\u0B6F\\u0BE7-\\u0BEF\\u0C66-\\u0C6F\\u0CE6-\\u0CEF\\u0D66-\\u0D6F\\u0E50-\\u0E59\\u0ED0-\\u0ED9\\u0F20-\\u0F29\\.\\-_\\u0300-\\u0345\\u0360\\u0361\\u0483-\\u0486\\u0591-\\u05A1\\u05A3-\\u05B9\\u05BB-\\u05BD\\u05BF\\u05C1\\u05C2\\u05C4\\u064B-\\u0652\\u0670\\u06D6-\\u06E4\\u06E7\\u06E8\\u06EA-\\u06ED\\u0901-\\u0903\\u093C\\u093E-\\u094D\\u0951-\\u0954\\u0962\\u0963\\u0981-\\u0983\\u09BC\\u09BE-\\u09C4\\u09C7\\u09C8\\u09CB-\\u09CD\\u09D7\\u09E2\\u09E3\\u0A02\\u0A3C\\u0A3E-\\u0A42\\u0A47\\u0A48\\u0A4B-\\u0A4D\\u0A70\\u0A71\\u0A81-\\u0A83\\u0ABC\\u0ABE-\\u0AC5\\u0AC7-\\u0AC9\\u0ACB-\\u0ACD\\u0B01-\\u0B03\\u0B3C\\u0B3E-\\u0B43\\u0B47\\u0B48\\u0B4B-\\u0B4D\\u0B56\\u0B57\\u0B82\\u0B83\\u0BBE-\\u0BC2\\u0BC6-\\u0BC8\\u0BCA-\\u0BCD\\u0BD7\\u0C01-\\u0C03\\u0C3E-\\u0C44\\u0C46-\\u0C48\\u0C4A-\\u0C4D\\u0C55\\u0C56\\u0C82\\u0C83\\u0CBE-\\u0CC4\\u0CC6-\\u0CC8\\u0CCA-\\u0CCD\\u0CD5\\u0CD6\\u0D02\\u0D03\\u0D3E-\\u0D43\\u0D46-\\u0D48\\u0D4A-\\u0D4D\\u0D57\\u0E31\\u0E34-\\u0E3A\\u0E47-\\u0E4E\\u0EB1\\u0EB4-\\u0EB9\\u0EBB\\u0EBC\\u0EC8-\\u0ECD\\u0F18\\u0F19\\u0F35\\u0F37\\u0F39\\u0F3E\\u0F3F\\u0F71-\\u0F84\\u0F86-\\u0F8B\\u0F90-\\u0F95\\u0F97\\u0F99-\\u0FAD\\u0FB1-\\u0FB7\\u0FB9\\u20D0-\\u20DC\\u20E1\\u302A-\\u302F\\u3099\\u309A\\xB7\\u02D0\\u02D1\\u0387\\u0640\\u0E46\\u0EC6\\u3005\\u3031-\\u3035\\u309D\\u309E\\u30FC-\\u30FE]*";return"((?:"+t+"\\:)?"+t+")"}(),$R=new RegExp("^<"+jR),QR=/^\s*(\/?)>/,ZR=new RegExp("^<\\/"+jR+"[^>]*>"),JR=/^<!DOCTYPE\s?[^>]+>/i;let ew=!1;"x".replace(/x(.)?/g,(function(e,t){ew=""===t}));const tw=new XR(["area","base","basefont","br","col","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]),nw=new XR(["a","abbr","acronym","applet","b","basefont","bdo","big","br","button","cite","code","del","dfn","em","font","i","iframe","img","input","ins","kbd","label","map","noscript","object","q","s","samp","script","select","small","span","strike","strong","sub","sup","svg","textarea","tt","u","var"]),rw=new XR(["colgroup","dd","dt","li","option","p","td","tfoot","th","thead","tr","source"]),iw=new XR(["checked","compact","declare","defer","disabled","ismap","multiple","nohref","noresize","noshade","nowrap","readonly","selected"]),ow=new XR(["script","style"]),aw=new XR(["address","article","aside","base","blockquote","body","caption","col","colgroup","dd","details","dialog","div","dl","dt","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","legend","li","menuitem","meta","ol","optgroup","option","param","rp","rt","source","style","summary","tbody","td","tfoot","th","thead","title","tr","track","ul"]),sw={};function uw(e){let t=WR.source+"(?:\\s*("+function(e){return qR.concat(e.customAttrAssign||[]).map((function(e){return"(?:"+e.source+")"})).join("|")}(e)+")[ \\t\\n\\f\\r]*(?:"+YR.join("|")+"))?";if(e.customAttrSurround){const n=[];for(let r=e.customAttrSurround.length-1;r>=0;r--)n[r]="(?:("+e.customAttrSurround[r][0].source+")\\s*"+t+"\\s*("+e.customAttrSurround[r][1].source+"))";n.push("(?:"+t+")"),t="(?:"+n.join("|")+")"}return new RegExp("^\\s*"+t)}class lw{constructor(e,t){this.html=e,this.handler=t}async parse(){let e=this.html;const t=this.handler,n=[];let r;const i=uw(t);let o,a,s;for(;e;){if(o=e,r&&ow.has(r)){const n=r.toLowerCase(),i=sw[n]||(sw[n]=new RegExp("([\\s\\S]*?)</"+n+"[^>]*>","i"));e=await HR(e,i,(async(e,r)=>("script"!==n&&"style"!==n&&"noscript"!==n&&(r=r.replace(/<!--([\s\S]*?)-->/g,"$1").replace(/<!\[CDATA\[([\s\S]*?)]]>/g,"$1")),t.chars&&await t.chars(r),""))),await p("</"+n+">",n)}else{let n,r=e.indexOf("<");if(0===r){if(/^<!--/.test(e)){const n=e.indexOf("--\x3e");if(n>=0){t.comment&&await t.comment(e.substring(4,n)),e=e.substring(n+3),a="";continue}}if(/^<!\[/.test(e)){const n=e.indexOf("]>");if(n>=0){t.comment&&await t.comment(e.substring(2,n+1),!0),e=e.substring(n+2),a="";continue}}const n=e.match(JR);if(n){t.doctype&&t.doctype(n[0]),e=e.substring(n[0].length),a="";continue}const i=e.match(ZR);if(i){e=e.substring(i[0].length),await HR(i[0],ZR,p),a="/"+i[1].toLowerCase();continue}const o=u(e);if(o){e=o.rest,await c(o),a=o.tagName.toLowerCase();continue}t.continueOnParseError&&(r=e.indexOf("<",1))}r>=0?(n=e.substring(0,r),e=e.substring(r)):(n=e,e="");let i=u(e);i?s=i.tagName:(i=e.match(ZR),s=i?"/"+i[1]:""),t.chars&&await t.chars(n,a,s),a=""}if(e===o)throw new Error("Parse Error: "+e)}function u(e){const t=e.match($R);if(t){const n={tagName:t[1],attrs:[]};let r,o;for(e=e.slice(t[0].length);!(r=e.match(QR))&&(o=e.match(i));)e=e.slice(o[0].length),n.attrs.push(o);if(r)return n.unarySlash=r[1],n.rest=e.slice(r[0].length),n}}async function l(e){if(f(e)>=0)return await p("",e),!0}async function c(e){const i=e.tagName;let o=e.unarySlash;if(t.html5&&("p"===r&&aw.has(i)?await p("",r):"tbody"===i?await l("thead"):"tfoot"===i&&(await l("tbody")||await l("thead")),"col"===i&&f("colgroup")<0&&(r="colgroup",n.push({tag:r,attrs:[]}),t.start&&await t.start(r,[],!1,""))),!t.html5&&!nw.has(i))for(;r&&nw.has(r);)await p("",r);rw.has(i)&&r===i&&await p("",i);const a=tw.has(i)||"html"===i&&"head"===r||!!o,s=e.attrs.map((function(e){let n,r,i,o,a,s;function u(t){return a=e[t],r=e[t+1],void 0!==r?'"':(r=e[t+2],void 0!==r?"'":(r=e[t+3],void 0===r&&iw.has(n)&&(r=n),""))}ew&&-1===e[0].indexOf('""')&&(""===e[3]&&delete e[3],""===e[4]&&delete e[4],""===e[5]&&delete e[5]);let l=1;if(t.customAttrSurround)for(let r=0,a=t.customAttrSurround.length;r<a;r++,l+=7)if(n=e[l+1],n){s=u(l+2),i=e[l],o=e[l+6];break}return!n&&(n=e[l])&&(s=u(l+1)),{name:n,value:r,customAssign:a||"=",customOpen:i||"",customClose:o||"",quote:s||""}}));a||(n.push({tag:i,attrs:s}),r=i,o=""),t.start&&await t.start(i,s,a,o)}function f(e){let t;const r=e.toLowerCase();for(t=n.length-1;t>=0&&n[t].tag.toLowerCase()!==r;t--);return t}async function p(e,i){let o;if(o=i?f(i):0,o>=0){for(let r=n.length-1;r>=o;r--)t.end&&t.end(n[r].tag,n[r].attrs,r>o||!e);n.length=o,r=o&&n[o-1].tag}else"br"===i.toLowerCase()?t.start&&await t.start(i,[],!0,""):"p"===i.toLowerCase()&&(t.start&&await t.start(i,[],!1,"",!0),t.end&&t.end(i,[]))}t.partialMarkup||await p()}}class cw{sort(e,t=0){for(let n=0,r=this.keys.length;n<r;n++){const r=this.keys[n],i=r.slice(1);let o=e.indexOf(i,t);if(-1!==o){do{o!==t&&(e.splice(o,1),e.splice(t,0,i)),t++}while(-1!==(o=e.indexOf(i,t)));return this[r].sort(e,t)}}return e}}class fw{add(e){e.forEach((t=>{const n="$"+t;this[n]||(this[n]=[],this[n].processed=0),this[n].push(e)}))}createSorter(){const e=new cw;return e.keys=Object.keys(this).sort(((e,t)=>{const n=this[e].length,r=this[t].length;return n<r?1:n>r||e<t?-1:e>t?1:0})).filter((t=>{if(this[t].processed<this[t].length){const n=t.slice(1),r=new fw;return this[t].forEach((e=>{let t;for(;-1!==(t=e.indexOf(n));)e.splice(t,1);e.forEach((e=>{this["$"+e].processed++})),r.add(e.slice(0))})),e[t]=r.createSorter(),!0}return!1})),e}}function pw(e){return e&&e.replace(/^[ \n\r\t\f]+/,"").replace(/[ \n\r\t\f]+$/,"")}function dw(e){return e&&e.replace(/[ \n\r\t\f\xA0]+/g,(function(e){return"\t"===e?"\t":e.replace(/(^|\xA0+)[^\xA0]+/g,"$1 ")}))}function hw(e,t,n,r,i){let o="",a="";return t.preserveLineBreaks&&(e=e.replace(/^[ \n\r\t\f]*?[\n\r][ \n\r\t\f]*/,(function(){return o="\n",""})).replace(/[ \n\r\t\f]*?[\n\r][ \n\r\t\f]*$/,(function(){return a="\n",""}))),n&&(e=e.replace(/^[ \n\r\t\f\xA0]+/,(function(e){const n=!o&&t.conservativeCollapse;return n&&"\t"===e?"\t":e.replace(/^[^\xA0]+/,"").replace(/(\xA0+)[^\xA0]+/g,"$1 ")||(n?" ":"")}))),r&&(e=e.replace(/[ \n\r\t\f\xA0]+$/,(function(e){const n=!a&&t.conservativeCollapse;return n&&"\t"===e?"\t":e.replace(/[^\xA0]+(\xA0+)/g," $1").replace(/[^\xA0]+$/,"")||(n?" ":"")}))),i&&(e=dw(e)),o+e+a}const mw=new Set(["a","abbr","acronym","b","bdi","bdo","big","button","cite","code","del","dfn","em","font","i","ins","kbd","label","mark","math","nobr","object","q","rp","rt","rtc","ruby","s","samp","select","small","span","strike","strong","sub","sup","svg","textarea","time","tt","u","var"]),gw=new Set(["a","abbr","acronym","b","big","del","em","font","i","ins","kbd","mark","nobr","rp","s","samp","small","span","strike","strong","sub","sup","time","tt","u","var"]),_w=new Set(["comment","img","input","wbr"]);function Ew(e,t,n,r){let i=t&&!_w.has(t);i&&!r.collapseInlineTagWhitespace&&(i="/"===t.charAt(0)?!mw.has(t.slice(1)):!gw.has(t));let o=n&&!_w.has(n);return o&&!r.collapseInlineTagWhitespace&&(o="/"===n.charAt(0)?!gw.has(n.slice(1)):!mw.has(n)),hw(e,r,i,o,t&&n)}function vw(e,t){for(let n=e.length;n--;)if(e[n].name.toLowerCase()===t)return!0;return!1}const yw=new Set(["text/javascript","text/ecmascript","text/jscript","application/javascript","application/x-javascript","application/ecmascript","module"]),bw=new Set(["module"]);function Aw(e=""){return""===(e=pw(e.split(/;/,2)[0]).toLowerCase())||yw.has(e)}function Sw(e=""){return""===(e=pw(e).toLowerCase())||"text/css"===e}function Dw(e,t){if("style"!==e)return!1;for(let e=0,n=t.length;e<n;e++){if("type"===t[e].name.toLowerCase())return Sw(t[e].value)}return!0}const Tw=new Set(["allowfullscreen","async","autofocus","autoplay","checked","compact","controls","declare","default","defaultchecked","defaultmuted","defaultselected","defer","disabled","enabled","formnovalidate","hidden","indeterminate","inert","ismap","itemscope","loop","multiple","muted","nohref","noresize","noshade","novalidate","nowrap","open","pauseonexit","readonly","required","reversed","scoped","seamless","selected","sortable","truespeed","typemustmatch","visible"]),Cw=new Set(["true","false"]);function Ow(e,t,n){if("link"!==e)return!1;for(let e=0,r=t.length;e<r;e++)if("rel"===t[e].name&&t[e].value===n)return!0}const Rw=new Set(["img","source"]);async function ww(e,t,n,r,i){if(function(e,t){const n=t.customEventAttributes;if(n){for(let t=n.length;t--;)if(n[t].test(e))return!0;return!1}return/^on[a-z]{3,}$/.test(e)}(t,r))return n=pw(n).replace(/^javascript:\s*/i,""),r.minifyJS(n,!0);if("class"===t)return n=pw(n),n=r.sortClassName?r.sortClassName(n):dw(n);if(function(e,t){return/^(?:a|area|link|base)$/.test(t)&&"href"===e||"img"===t&&/^(?:src|longdesc|usemap)$/.test(e)||"object"===t&&/^(?:classid|codebase|data|usemap)$/.test(e)||"q"===t&&"cite"===e||"blockquote"===t&&"cite"===e||("ins"===t||"del"===t)&&"cite"===e||"form"===t&&"action"===e||"input"===t&&("src"===e||"usemap"===e)||"head"===t&&"profile"===e||"script"===t&&("src"===e||"for"===e)}(t,e))return n=pw(n),Ow(e,i,"canonical")?n:r.minifyURLs(n);if(function(e,t){return/^(?:a|area|object|button)$/.test(t)&&"tabindex"===e||"input"===t&&("maxlength"===e||"tabindex"===e)||"select"===t&&("size"===e||"tabindex"===e)||"textarea"===t&&/^(?:rows|cols|tabindex)$/.test(e)||"colgroup"===t&&"span"===e||"col"===t&&"span"===e||("th"===t||"td"===t)&&("rowspan"===e||"colspan"===e)}(t,e))return pw(n);if("style"===t)return(n=pw(n))&&(/;$/.test(n)&&!/&#?[0-9a-zA-Z]+;$/.test(n)&&(n=n.replace(/\s*;$/,";")),n=await r.minifyCSS(n,"inline")),n;if(function(e,t){return"srcset"===e&&Rw.has(t)}(t,e))n=pw(n).split(/\s+,\s*|\s*,\s+/).map((function(e){let t=e,n="";const i=e.match(/\s+([1-9][0-9]*w|[0-9]+(?:\.[0-9]+)?x)$/);if(i){t=t.slice(0,-i[0].length);const e=+i[1].slice(0,-1),r=i[1].slice(-1);1===e&&"x"===r||(n=" "+e+r)}return r.minifyURLs(t)+n})).join(", ");else if(function(e,t){if("meta"!==e)return!1;for(let e=0,n=t.length;e<n;e++)if("name"===t[e].name&&"viewport"===t[e].value)return!0}(e,i)&&"content"===t)n=n.replace(/\s+/g,"").replace(/[0-9]+\.[0-9]+/g,(function(e){return(+e).toString()}));else{if(function(e,t){if("meta"!==e)return!1;for(let e=0,n=t.length;e<n;e++)if("http-equiv"===t[e].name.toLowerCase()&&"content-security-policy"===t[e].value.toLowerCase())return!0}(e,i)&&"content"===t.toLowerCase())return dw(n);if(r.customAttrCollapse&&r.customAttrCollapse.test(t))n=pw(n.replace(/ ?[\n\r]+ ?/g,"").replace(/\s{2,}/g,r.conservativeCollapse?" ":""));else if("script"===e&&"type"===t)n=pw(n.replace(/\s*;\s*/g,";"));else if(function(e,t,n){return"media"===n&&(Ow(e,t,"stylesheet")||Dw(e,t))}(e,i,t))return n=pw(n),r.minifyCSS(n,"media")}return n}function kw(e){return"/* clean-css ignore:start */"+e+"/* clean-css ignore:end */"}function xw(e,t){switch(t){case"inline":return"*{"+e+"}";case"media":return"@media "+e+"{a{top:0}}";default:return e}}const Mw=new Set(["html","head","body","colgroup","tbody"]),Fw=new Set(["html","head","body","li","dt","dd","p","rb","rt","rtc","rp","optgroup","option","colgroup","caption","thead","tbody","tfoot","tr","td","th"]),Nw=new Set(["meta","link","script","style","template","noscript"]),Iw=new Set(["dt","dd"]),Lw=new Set(["address","article","aside","blockquote","details","div","dl","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","hr","main","menu","nav","ol","p","pre","section","table","ul"]),Pw=new Set(["a","audio","del","ins","map","noscript","video"]),Bw=new Set(["rb","rt","rtc","rp"]),Uw=new Set(["rb","rtc","rp"]),Vw=new Set(["option","optgroup"]),Kw=new Set(["tbody","tfoot"]),zw=new Set(["thead","tbody","tfoot"]),Gw=new Set(["td","th"]),Hw=new Set(["html","head","body"]),Xw=new Set(["html","body"]),Ww=new Set(["head","colgroup","caption"]),qw=new Set(["dt","thead"]),Yw=new Set(["a","abbr","acronym","address","applet","area","article","aside","audio","b","base","basefont","bdi","bdo","bgsound","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","command","content","data","datalist","dd","del","details","dfn","dialog","dir","div","dl","dt","element","em","embed","fieldset","figcaption","figure","font","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","image","img","input","ins","isindex","kbd","keygen","label","legend","li","link","listing","main","map","mark","marquee","menu","menuitem","meta","meter","multicol","nav","nobr","noembed","noframes","noscript","object","ol","optgroup","option","output","p","param","picture","plaintext","pre","progress","q","rb","rp","rt","rtc","ruby","s","samp","script","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","title","tr","track","tt","u","ul","var","video","wbr","xmp"]);const jw=new RegExp("^(?:class|id|style|title|lang|dir|on(?:focus|blur|change|click|dblclick|mouse(?:down|up|over|move|out)|key(?:press|down|up)))$");function $w(e,t){for(let n=t.length-1;n>=0;n--)if(t[n].name===e)return!0;return!1}function Qw(e){return!/^(?:script|style|pre|textarea)$/.test(e)}function Zw(e){return!/^(?:pre|textarea)$/.test(e)}async function Jw(e,t,n,r){const i=r.name(e.name);let o=e.value;if(r.decodeEntities&&o&&(o=wy(o,!0)),!(r.removeRedundantAttributes&&function(e,t,n,r){return n=n?pw(n.toLowerCase()):"","script"===e&&"language"===t&&"javascript"===n||"form"===e&&"method"===t&&"get"===n||"input"===e&&"type"===t&&"text"===n||"script"===e&&"charset"===t&&!vw(r,"src")||"a"===e&&"name"===t&&vw(r,"id")||"area"===e&&"shape"===t&&"rect"===n}(n,i,o,t)||r.removeScriptTypeAttributes&&"script"===n&&"type"===i&&Aw(o)&&!function(e=""){return e=pw(e.split(/;/,2)[0]).toLowerCase(),bw.has(e)}(o)||r.removeStyleLinkTypeAttributes&&("style"===n||"link"===n)&&"type"===i&&Sw(o)||(o&&(o=await ww(n,i,o,r,t)),r.removeEmptyAttributes&&function(e,t,n,r){return!(n&&!/^\s*$/.test(n))&&("function"==typeof r.removeEmptyAttributes?r.removeEmptyAttributes(t,e):"input"===e&&"value"===t||jw.test(t))}(n,i,o,r))))return r.decodeEntities&&o&&(o=o.replace(/&(#?[0-9a-zA-Z]+;)/g,"&amp;$1")),{attr:e,name:i,value:o}}function ek(e,t,n,r,i){const o=e.name;let a=e.value;const s=e.attr;let u,l,c=s.quote;if(void 0===a||n.removeAttributeQuotes&&!~a.indexOf(i)&&function(e){return/^[^ \t\n\f\r"'`=<>]+$/.test(e)}(a))l=!r||t||/\/$/.test(a)?a+" ":a;else{if(!n.preventAttributesEscaping){if(void 0===n.quoteCharacter){c=(a.match(/'/g)||[]).length<(a.match(/"/g)||[]).length?"'":'"'}else c="'"===n.quoteCharacter?"'":'"';a='"'===c?a.replace(/"/g,"&#34;"):a.replace(/'/g,"&#39;")}l=c+a+c,r||n.removeTagWhitespace||(l+=" ")}return void 0===a||n.collapseBooleanAttributes&&function(e,t){return Tw.has(e)||"draggable"===e&&!Cw.has(t)}(o.toLowerCase(),a.toLowerCase())?(u=o,r||(u+=" ")):u=o+s.customAssign+l,s.customOpen+u+s.customClose}function tk(e){return e}function nk(e){return Promise.resolve(e)}function rk(e){let t;do{t=Math.random().toString(36).replace(/^0\.[0-9]*/,"")}while(~e.indexOf(t));return t}const ik=new Set(["script","style"]);async function ok(e,t,n){t.collapseWhitespace&&(e=hw(e,t,!0,!0));const r=[];let i,o,a="",s="",u=[];const l=[],c=[];let f="",p="";const d=[],h=[];let m,g,_;e=e.replace(/<!-- htmlmin:ignore -->([\s\S]*?)<!-- htmlmin:ignore -->/g,(function(n,r){if(!m){m=rk(e);const n=new RegExp("^"+m+"([0-9]+)$");t.ignoreCustomComments?t.ignoreCustomComments=t.ignoreCustomComments.slice():t.ignoreCustomComments=[],t.ignoreCustomComments.push(n)}const i="\x3c!--"+m+d.length+"--\x3e";return d.push(r),i}));const E=t.ignoreCustomFragments.map((function(e){return e.source}));if(E.length){const n=new RegExp("\\s*(?:"+E.join("|")+")+\\s*","g");e=e.replace(n,(function(n){var r;g||(g=rk(e),_=new RegExp("(\\s*)"+g+"([0-9]+)"+g+"(\\s*)","g"),t.minifyCSS&&(t.minifyCSS=(r=t.minifyCSS,function(e,t){e=e.replace(_,(function(e,t,n){const r=h[+n];return r[1]+g+n+g+r[2]}));const n=[];return(new by).minify(xw(e,t)).warnings.forEach((function(t){const r=_.exec(t);if(r){const t=g+r[2]+g;e=e.replace(t,kw(t)),n.push(t)}})),r(e,t).then((e=>(n.forEach((function(t){e=e.replace(kw(t),t)})),e)))})),t.minifyJS&&(t.minifyJS=function(e){return function(t,n){return e(t.replace(_,(function(e,t,n){const r=h[+n];return r[1]+g+n+g+r[2]})),n)}}(t.minifyJS)));const i=g+h.length+g;return h.push(/^(\s*)[\s\S]*?(\s*)$/.exec(n)),"\t"+i+"\t"}))}function v(e,n){return t.canTrimWhitespace(e,n,Zw)}function y(){let e=r.length-1;for(;e>0&&!/^<[^/!]/.test(r[e]);)e--;r.length=Math.max(0,e)}function b(){let e=r.length-1;for(;e>0&&!/^<\//.test(r[e]);)e--;r.length=Math.max(0,e)}function A(e,n){for(let i=null;e>=0&&v(i);e--){const o=r[e],a=o.match(/^<\/([\w:-]+)>$/);if(a)i=a[1];else if(/>$/.test(o)||(r[e]=Ew(o,null,n,t)))break}}function S(e){let t=r.length-1;if(r.length>1){const e=r[r.length-1];/^(?:<!|$)/.test(e)&&-1===e.indexOf(m)&&t--}A(t,e)}(t.sortAttributes&&"function"!=typeof t.sortAttributes||t.sortClassName&&"function"!=typeof t.sortClassName)&&await async function(e,t,n,r){const i=t.sortAttributes&&Object.create(null),o=t.sortClassName&&new fw;function a(e){return e.map((function(e){return t.name(e.name)}))}function s(e,t){return!t||-1===e.indexOf(t)}function u(e){return s(e,n)&&s(e,r)}const l=t.log;if(t.log=tk,t.sortAttributes=!1,t.sortClassName=!1,await async function e(n){let r,s;const l=new lw(n,{start:function(e,n){i&&(i[e]||(i[e]=new fw),i[e].add(a(n).filter(u)));for(let i=0,a=n.length;i<a;i++){const a=n[i];o&&a.value&&"class"===t.name(a.name)?o.add(pw(a.value).split(/[ \t\n\f\r]+/).filter(u)):t.processScripts&&"type"===a.name.toLowerCase()&&(r=e,s=a.value)}},end:function(){r=""},chars:async function(n){t.processScripts&&ik.has(r)&&t.processScripts.indexOf(s)>-1&&await e(n)}});await l.parse()}(await ok(e,t)),t.log=l,i){const e=Object.create(null);for(const t in i)e[t]=i[t].createSorter();t.sortAttributes=function(t,n){const r=e[t];if(r){const e=Object.create(null),t=a(n);t.forEach((function(t,r){(e[t]||(e[t]=[])).push(n[r])})),r.sort(t).forEach((function(t,r){n[r]=e[t].shift()}))}}}if(o){const e=o.createSorter();t.sortClassName=function(t){return e.sort(t.split(/[ \n\f\r]+/)).join(" ")}}}(e,t,m,g);const D=new lw(e,{partialMarkup:n,continueOnParseError:t.continueOnParseError,customAttrAssign:t.customAttrAssign,customAttrSurround:t.customAttrSurround,html5:t.html5,start:async function(e,n,d,h,m){"svg"===e.toLowerCase()&&((t=Object.create(t)).caseSensitive=!0,t.keepClosingSlash=!0,t.name=tk),e=t.name(e),s=e,i=e,gw.has(e)||(a=""),o=!1,u=n;let _=t.removeOptionalTags;if(_){const t=Yw.has(e);t&&function(e,t){switch(e){case"html":case"head":return!0;case"body":return!Nw.has(t);case"colgroup":return"col"===t;case"tbody":return"tr"===t}return!1}(f,e)&&y(),f="",t&&function(e,t){switch(e){case"html":case"head":case"body":case"colgroup":case"caption":return!0;case"li":case"optgroup":case"tr":return t===e;case"dt":case"dd":return Iw.has(t);case"p":return Lw.has(t);case"rb":case"rt":case"rp":return Bw.has(t);case"rtc":return Uw.has(t);case"option":return Vw.has(t);case"thead":case"tbody":return Kw.has(t);case"tfoot":return"tbody"===t;case"td":case"th":return Gw.has(t)}return!1}(p,e)&&(b(),_=!function(e,t){switch(t){case"colgroup":return"colgroup"===e;case"tbody":return zw.has(e)}return!1}(p,e)),p=""}t.collapseWhitespace&&(l.length||S(e),d||(v(e,n)&&!l.length||l.push(e),function(e,n){return t.canCollapseWhitespace(e,n,Qw)}(e,n)&&!c.length||c.push(e)));const E="<"+e,A=h&&t.keepClosingSlash;r.push(E),t.sortAttributes&&t.sortAttributes(e,n);const D=[];for(let r=n.length,i=!0;--r>=0;){const o=await Jw(n[r],n,e,t);o&&(D.unshift(ek(o,A,t,i,g)),i=!1)}D.length>0?(r.push(" "),r.push.apply(r,D)):_&&Mw.has(e)&&(f=e),r.push(r.pop()+(A?"/":"")+">"),m&&!t.includeAutoGeneratedTags&&(y(),f="")},end:function(e,n,u){"svg"===e.toLowerCase()&&(t=Object.getPrototypeOf(t)),e=t.name(e),t.collapseWhitespace&&(l.length?e===l[l.length-1]&&l.pop():S("/"+e),c.length&&e===c[c.length-1]&&c.pop());let d=!1;e===s&&(s="",d=!o),t.removeOptionalTags&&(d&&Hw.has(f)&&y(),f="",!Yw.has(e)||!p||qw.has(p)||"p"===p&&Pw.has(e)||b(),p=Fw.has(e)?e:""),t.removeEmptyElements&&d&&function(e,t){switch(e){case"textarea":return!1;case"audio":case"script":case"video":if($w("src",t))return!1;break;case"iframe":if($w("src",t)||$w("srcdoc",t))return!1;break;case"object":if($w("data",t))return!1;break;case"applet":if($w("code",t))return!1}return!0}(e,n)?(y(),f="",p=""):(u&&!t.includeAutoGeneratedTags?p="":r.push("</"+e+">"),i="/"+e,mw.has(e)?d&&(a+="|"):a="")},chars:async function(e,n,d){if(n=""===n?"comment":n,d=""===d?"comment":d,t.decodeEntities&&e&&!ik.has(s)&&(e=wy(e,!1)),t.collapseWhitespace){if(!l.length){if("comment"===n){const o=r[r.length-1];if(-1===o.indexOf(m)&&(o||(n=i),r.length>1&&(!o||!t.conservativeCollapse&&/ $/.test(a)))){const t=r.length-2;r[t]=r[t].replace(/\s+$/,(function(t){return e=t+e,""}))}}if(n)if("/nobr"===n||"wbr"===n){if(/^\s/.test(e)){let e=r.length-1;for(;e>0&&0!==r[e].lastIndexOf("<"+n);)e--;A(e-1,"br")}}else gw.has("/"===n.charAt(0)?n.slice(1):n)&&(e=hw(e,t,/(?:^|\s)$/.test(a)));!(e=n||d?Ew(e,n,d,t):hw(e,t,!0,!0))&&/\s$/.test(a)&&n&&"/"===n.charAt(0)&&A(r.length-1,d)}c.length||"html"===d||n&&d||(e=hw(e,t,!1,!1,!0))}t.processScripts&&ik.has(s)&&(e=await async function(e,t,n){for(let r=0,i=n.length;r<i;r++)if("type"===n[r].name.toLowerCase()&&t.processScripts.indexOf(n[r].value)>-1)return await ok(e,t);return e}(e,t,u)),function(e,t){if("script"!==e)return!1;for(let e=0,n=t.length;e<n;e++)if("type"===t[e].name.toLowerCase())return Aw(t[e].value);return!0}(s,u)&&(e=await t.minifyJS(e)),Dw(s,u)&&(e=await t.minifyCSS(e)),t.removeOptionalTags&&e&&(("html"===f||"body"===f&&!/^\s/.test(e))&&y(),f="",(Xw.has(p)||Ww.has(p)&&!/^\s/.test(e))&&b(),p=""),i=/^\s*$/.test(e)?n:"comment",t.decodeEntities&&e&&!ik.has(s)&&(e=e.replace(/&((?:Iacute|aacute|uacute|plusmn|Otilde|otilde|agrave|Agrave|Yacute|yacute|Oslash|oslash|atilde|Atilde|brvbar|ccedil|Ccedil|Ograve|curren|divide|eacute|Eacute|ograve|Oacute|egrave|Egrave|Ugrave|frac12|frac14|frac34|ugrave|oacute|iacute|Ntilde|ntilde|Uacute|middot|igrave|Igrave|iquest|Aacute|cedil|laquo|micro|iexcl|Icirc|icirc|acirc|Ucirc|Ecirc|ocirc|Ocirc|ecirc|ucirc|Aring|aring|AElig|aelig|acute|pound|raquo|Acirc|times|THORN|szlig|thorn|COPY|auml|ordf|ordm|Uuml|macr|uuml|Auml|ouml|Ouml|para|nbsp|euml|quot|QUOT|Euml|yuml|cent|sect|copy|sup1|sup2|sup3|iuml|Iuml|ETH|shy|reg|not|yen|amp|AMP|REG|uml|eth|deg|gt|GT|LT|lt)(?!;)|(?:#?[0-9a-zA-Z]+;))/g,"&amp$1").replace(/</g,"&lt;")),_&&t.collapseWhitespace&&l.length&&(e=e.replace(_,(function(e,t,n){return h[+n][0]}))),a+=e,e&&(o=!0),r.push(e)},comment:async function(e,n){const i=n?"<!":"\x3c!--",o=n?">":"--\x3e";e=function(e){return/^\[if\s[^\]]+]|\[endif]$/.test(e)}(e)?i+await async function(e,t){return t.processConditionalComments?await HR(e,/^(\[if\s[^\]]+]>)([\s\S]*?)(<!\[endif])$/,(async function(e,n,r,i){return n+await ok(r,t,!0)+i})):e}(e,t)+o:t.removeComments?function(e,t){for(let n=0,r=t.ignoreCustomComments.length;n<r;n++)if(t.ignoreCustomComments[n].test(e))return!0;return!1}(e,t)?"\x3c!--"+e+"--\x3e":"":i+e+o,t.removeOptionalTags&&e&&(f="",p=""),r.push(e)},doctype:function(e){r.push(t.useShortDoctype?"<!doctype"+(t.removeTagWhitespace?"":" ")+"html>":dw(e))}});return await D.parse(),t.removeOptionalTags&&(Hw.has(f)&&y(),p&&!qw.has(p)&&b()),t.collapseWhitespace&&S("br"),function(e,t,n,r){let i;const o=t.maxLineLength,a=t.noNewlinesBeforeTagClose;if(o){let t="";const s=[];for(;e.length;){const i=t.length,u=e[0].indexOf("\n"),l=Boolean(e[0].match(ZR)),c=a&&l;u<0?t+=r(n(e.shift())):(t+=r(n(e[0].slice(0,u))),e[0]=e[0].slice(u+1)),i>0&&t.length>o&&!c?(s.push(t.slice(0,i)),t=t.slice(i)):u>=0&&(s.push(t),t="")}t&&s.push(t),i=s.join("\n")}else i=r(n(e.join("")));return t.collapseWhitespace?hw(i,t,!0,!0):i}(r,t,_?function(e){return e.replace(_,(function(e,n,r,i){let o=h[+r][0];return t.collapseWhitespace?("\t"!==n&&(o=n+o),"\t"!==i&&(o+=i),hw(o,{preserveLineBreaks:t.preserveLineBreaks,conservativeCollapse:!t.trimCustomFragments},/^[ \n\r\t\f]/.test(o),/[ \n\r\t\f]$/.test(o))):o}))}:tk,m?function(e){return e.replace(new RegExp("\x3c!--"+m+"([0-9]+)--\x3e","g"),(function(e,t){return d[+t]}))}:tk)}const ak=async function(e,t){const n=Date.now();t=(e=>{const t={name:function(e){return e.toLowerCase()},canCollapseWhitespace:Qw,canTrimWhitespace:Zw,html5:!0,ignoreCustomComments:[/^!/,/^\s*#/],ignoreCustomFragments:[/<%[\s\S]*?%>/,/<\?[\s\S]*?\?>/],includeAutoGeneratedTags:!0,log:tk,minifyCSS:nk,minifyJS:tk,minifyURLs:tk};return Object.keys(e).forEach((function(n){const r=e[n];if("caseSensitive"===n)r&&(t.name=tk);else if("log"===n)"function"==typeof r&&(t.log=r);else if("minifyCSS"===n&&"function"!=typeof r){if(!r)return;const e="object"==typeof r?r:{};t.minifyCSS=async function(n,r){n=n.replace(/(url\s*\(\s*)("|'|)(.*?)\2(\s*\))/gi,(function(e,n,r,i,o){return n+r+t.minifyURLs(i)+r+o}));const i=xw(n,r);return new Promise((o=>{new by(e).minify(i,((e,i)=>{i.errors.length>0&&(i.errors.forEach(t.log),o(n));const a=function(e,t){let n;switch(t){case"inline":n=e.match(/^\*\{([\s\S]*)\}$/);break;case"media":n=e.match(/^@media ([\s\S]*?)\s*{[\s\S]*}$/)}return n?n[1]:e}(i.styles,r);o(a)}))}))}}else if("minifyJS"===n&&"function"!=typeof r){if(!r)return;const e="object"==typeof r?r:{};e.parse={...e.parse,bare_returns:!1},t.minifyJS=async function(n,r){const i=n.match(/^\s*<!--.*/),o=i?n.slice(i[0].length).replace(/\n\s*-->\s*$/,""):n;e.parse.bare_returns=r;try{return(await GR(o,e)).code.replace(/;$/,"")}catch(e){return t.log(e),n}}}else if("minifyURLs"===n&&"function"!=typeof r){if(!r)return;let e=r;"string"==typeof r?e={site:r}:"object"!=typeof r&&(e={}),t.minifyURLs=function(n){try{return Db.relate(n,e)}catch(e){return t.log(e),n}}}else t[n]=r})),t})(t||{});const r=await ok(e,t);return t.log("minified in: "+(Date.now()-n)+"ms"),r};var sk={minify:ak};e.default=sk,e.minify=ak,Object.defineProperty(e,"__esModule",{value:!0})}));