@redocly/revel-reef 0.121.0-next.4 → 0.121.0-next.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (251) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/cli/prepare/analytics/collectors/get-api-functions-usage.d.ts.map +1 -1
  4. package/dist/cli/prepare/analytics/collectors/get-api-functions-usage.js +1 -1
  5. package/dist/cli/prepare/analytics/collectors/get-api-functions-usage.js.map +1 -1
  6. package/dist/cli/prepare/analytics/collectors/get-config-stats-usage.d.ts.map +1 -1
  7. package/dist/cli/prepare/analytics/collectors/get-config-stats-usage.js +1 -1
  8. package/dist/cli/prepare/analytics/collectors/get-config-stats-usage.js.map +1 -1
  9. package/dist/cli/telemetry/otel/telemetry.js +1 -1
  10. package/dist/cli/telemetry/otel/telemetry.js.map +1 -1
  11. package/dist/client/App.js +1 -1
  12. package/dist/client/App.js.map +1 -1
  13. package/dist/client/app/Sidebar/types.d.ts +1 -1
  14. package/dist/client/app/Sidebar/types.d.ts.map +1 -1
  15. package/dist/client/app/Sidebar/useActions.d.ts.map +1 -1
  16. package/dist/client/app/Sidebar/useActions.js +1 -1
  17. package/dist/client/app/Sidebar/useActions.js.map +1 -1
  18. package/dist/client/app/Sidebar/useBreadcrumbs.d.ts.map +1 -1
  19. package/dist/client/app/Sidebar/useBreadcrumbs.js +1 -1
  20. package/dist/client/app/Sidebar/useBreadcrumbs.js.map +1 -1
  21. package/dist/client/app/Sidebar/utils.js +1 -1
  22. package/dist/client/app/Sidebar/utils.js.map +1 -1
  23. package/dist/client/app/pages/Invite/Invite.d.ts +2 -0
  24. package/dist/client/app/pages/Invite/Invite.d.ts.map +1 -0
  25. package/dist/client/app/pages/Invite/Invite.js +58 -0
  26. package/dist/client/app/pages/Invite/Invite.js.map +1 -0
  27. package/dist/client/providers/page-data/hooks.d.ts.map +1 -1
  28. package/dist/compiled/svgo/svgo-node.js +31 -31
  29. package/dist/server/constants.d.ts +1 -1
  30. package/dist/server/constants.d.ts.map +1 -1
  31. package/dist/server/entitlements/entitlements-provider.js +1 -1
  32. package/dist/server/entitlements/entitlements-provider.js.map +1 -1
  33. package/dist/server/fs/cache.js +1 -1
  34. package/dist/server/fs/cache.js.map +1 -1
  35. package/dist/server/fs/load-error.d.ts.map +1 -1
  36. package/dist/server/fs/load-error.js.map +1 -1
  37. package/dist/server/plugins/api-functions/api-functions-handler-runner.d.ts +2 -2
  38. package/dist/server/plugins/api-functions/api-functions-handler-runner.d.ts.map +1 -1
  39. package/dist/server/plugins/api-functions/api-functions-handler-runner.js +1 -1
  40. package/dist/server/plugins/api-functions/api-functions-handler-runner.js.map +1 -1
  41. package/dist/server/plugins/api-functions/api-functions-handler-worker.js +1 -1
  42. package/dist/server/plugins/api-functions/api-functions-handler-worker.js.map +1 -1
  43. package/dist/server/plugins/api-functions/api-functions-request-handler.d.ts +2 -2
  44. package/dist/server/plugins/api-functions/api-functions-request-handler.d.ts.map +1 -1
  45. package/dist/server/plugins/api-functions/api-functions-request-handler.js +1 -1
  46. package/dist/server/plugins/api-functions/api-functions-request-handler.js.map +1 -1
  47. package/dist/server/plugins/api-functions/index.d.ts +1 -0
  48. package/dist/server/plugins/api-functions/index.d.ts.map +1 -1
  49. package/dist/server/plugins/api-functions/index.js +1 -1
  50. package/dist/server/plugins/api-functions/index.js.map +1 -1
  51. package/dist/server/plugins/api-functions/utils/enhance-context.d.ts +4 -0
  52. package/dist/server/plugins/api-functions/utils/enhance-context.d.ts.map +1 -0
  53. package/dist/server/plugins/api-functions/utils/enhance-context.js +1 -0
  54. package/dist/server/plugins/api-functions/utils/enhance-context.js.map +1 -0
  55. package/dist/server/plugins/api-functions/utils/enhance-request.d.ts +2 -2
  56. package/dist/server/plugins/api-functions/utils/enhance-request.d.ts.map +1 -1
  57. package/dist/server/plugins/asyncapi-docs/asyncapi-doc-loader.d.ts +13 -0
  58. package/dist/server/plugins/asyncapi-docs/asyncapi-doc-loader.d.ts.map +1 -0
  59. package/dist/server/plugins/asyncapi-docs/asyncapi-doc-loader.js +5 -0
  60. package/dist/server/plugins/asyncapi-docs/asyncapi-doc-loader.js.map +1 -0
  61. package/dist/server/plugins/asyncapi-docs/get-template-path.d.ts +2 -0
  62. package/dist/server/plugins/asyncapi-docs/get-template-path.d.ts.map +1 -0
  63. package/dist/server/plugins/asyncapi-docs/get-template-path.js +1 -0
  64. package/dist/server/plugins/asyncapi-docs/get-template-path.js.map +1 -0
  65. package/dist/server/plugins/asyncapi-docs/index.d.ts +3 -0
  66. package/dist/server/plugins/asyncapi-docs/index.d.ts.map +1 -0
  67. package/dist/server/plugins/asyncapi-docs/index.js +1 -0
  68. package/dist/server/plugins/asyncapi-docs/index.js.map +1 -0
  69. package/dist/server/plugins/asyncapi-docs/template/AsyncApiDocs.d.ts +12 -0
  70. package/dist/server/plugins/asyncapi-docs/template/AsyncApiDocs.d.ts.map +1 -0
  71. package/dist/server/plugins/asyncapi-docs/template/AsyncApiDocs.js +9 -0
  72. package/dist/server/plugins/asyncapi-docs/template/AsyncApiDocs.js.map +1 -0
  73. package/dist/server/plugins/asyncapi-docs/utils/document-to-nav-items.d.ts +7 -0
  74. package/dist/server/plugins/asyncapi-docs/utils/document-to-nav-items.d.ts.map +1 -0
  75. package/dist/server/plugins/asyncapi-docs/utils/document-to-nav-items.js +1 -0
  76. package/dist/server/plugins/asyncapi-docs/utils/document-to-nav-items.js.map +1 -0
  77. package/dist/server/plugins/asyncapi-docs/utils/find-first-binding.d.ts +3 -0
  78. package/dist/server/plugins/asyncapi-docs/utils/find-first-binding.d.ts.map +1 -0
  79. package/dist/server/plugins/asyncapi-docs/utils/find-first-binding.js +1 -0
  80. package/dist/server/plugins/asyncapi-docs/utils/find-first-binding.js.map +1 -0
  81. package/dist/server/plugins/asyncapi-docs/utils/map-channel-to-opertaions.d.ts +2 -0
  82. package/dist/server/plugins/asyncapi-docs/utils/map-channel-to-opertaions.d.ts.map +1 -0
  83. package/dist/server/plugins/asyncapi-docs/utils/map-channel-to-opertaions.js +1 -0
  84. package/dist/server/plugins/asyncapi-docs/utils/map-channel-to-opertaions.js.map +1 -0
  85. package/dist/server/plugins/asyncapi-docs/utils/nav-to-api-items.d.ts +3 -0
  86. package/dist/server/plugins/asyncapi-docs/utils/nav-to-api-items.d.ts.map +1 -0
  87. package/dist/server/plugins/asyncapi-docs/utils/nav-to-api-items.js +1 -0
  88. package/dist/server/plugins/asyncapi-docs/utils/nav-to-api-items.js.map +1 -0
  89. package/dist/server/plugins/config-parser/index.d.ts.map +1 -1
  90. package/dist/server/plugins/config-parser/index.js +1 -1
  91. package/dist/server/plugins/config-parser/index.js.map +1 -1
  92. package/dist/server/plugins/default-theme/index.d.ts.map +1 -1
  93. package/dist/server/plugins/default-theme/index.js +1 -1
  94. package/dist/server/plugins/default-theme/index.js.map +1 -1
  95. package/dist/server/plugins/dev-onboarding/api/routes/index.d.ts.map +1 -1
  96. package/dist/server/plugins/dev-onboarding/api/routes/index.js +1 -1
  97. package/dist/server/plugins/dev-onboarding/api/routes/index.js.map +1 -1
  98. package/dist/server/plugins/lifecycle.d.ts.map +1 -1
  99. package/dist/server/plugins/lifecycle.js +2 -2
  100. package/dist/server/plugins/lifecycle.js.map +1 -1
  101. package/dist/server/plugins/markdown/attribute-resolvers/resolve-image-src.d.ts.map +1 -1
  102. package/dist/server/plugins/markdown/attribute-resolvers/resolve-image-src.js +1 -1
  103. package/dist/server/plugins/markdown/attribute-resolvers/resolve-image-src.js.map +1 -1
  104. package/dist/server/plugins/markdown/get-server-props.d.ts +1 -1
  105. package/dist/server/plugins/markdown/get-server-props.d.ts.map +1 -1
  106. package/dist/server/plugins/markdown/index.d.ts.map +1 -1
  107. package/dist/server/plugins/markdown/index.js +1 -1
  108. package/dist/server/plugins/markdown/index.js.map +1 -1
  109. package/dist/server/plugins/markdown/markdoc/custom-components/openapi/json-schema.js +1 -1
  110. package/dist/server/plugins/markdown/markdoc/custom-components/openapi/json-schema.js.map +1 -1
  111. package/dist/server/plugins/markdown/markdoc/functions/concat.d.ts +7 -0
  112. package/dist/server/plugins/markdown/markdoc/functions/concat.d.ts.map +1 -0
  113. package/dist/server/plugins/markdown/markdoc/functions/concat.js +1 -0
  114. package/dist/server/plugins/markdown/markdoc/functions/concat.js.map +1 -0
  115. package/dist/server/plugins/markdown/markdoc/markdoc-options.d.ts +5 -0
  116. package/dist/server/plugins/markdown/markdoc/markdoc-options.d.ts.map +1 -1
  117. package/dist/server/plugins/markdown/markdoc/markdoc-options.js +1 -1
  118. package/dist/server/plugins/markdown/markdoc/markdoc-options.js.map +1 -1
  119. package/dist/server/plugins/markdown/search/get-ai-search-documents.d.ts.map +1 -1
  120. package/dist/server/plugins/markdown/search/get-ai-search-documents.js +1 -1
  121. package/dist/server/plugins/markdown/search/get-ai-search-documents.js.map +1 -1
  122. package/dist/server/plugins/markdown/search/heading-node.d.ts +1 -1
  123. package/dist/server/plugins/markdown/search/heading-node.d.ts.map +1 -1
  124. package/dist/server/plugins/markdown/search/heading-node.js +1 -1
  125. package/dist/server/plugins/markdown/search/heading-node.js.map +1 -1
  126. package/dist/server/plugins/markdown/search/to-markdown.d.ts +2 -1
  127. package/dist/server/plugins/markdown/search/to-markdown.d.ts.map +1 -1
  128. package/dist/server/plugins/markdown/search/to-markdown.js +12 -12
  129. package/dist/server/plugins/markdown/search/to-markdown.js.map +1 -1
  130. package/dist/server/plugins/markdown/search/walk-sections.d.ts +2 -2
  131. package/dist/server/plugins/markdown/search/walk-sections.d.ts.map +1 -1
  132. package/dist/server/plugins/markdown/search/walk-sections.js +1 -1
  133. package/dist/server/plugins/markdown/search/walk-sections.js.map +1 -1
  134. package/dist/server/plugins/openapi-docs/constants.d.ts +1 -0
  135. package/dist/server/plugins/openapi-docs/constants.d.ts.map +1 -1
  136. package/dist/server/plugins/openapi-docs/constants.js +1 -1
  137. package/dist/server/plugins/openapi-docs/constants.js.map +1 -1
  138. package/dist/server/plugins/openapi-docs/index.js +1 -1
  139. package/dist/server/plugins/openapi-docs/index.js.map +1 -1
  140. package/dist/server/plugins/openapi-docs/load-definition.d.ts.map +1 -1
  141. package/dist/server/plugins/openapi-docs/load-definition.js +3 -5
  142. package/dist/server/plugins/openapi-docs/load-definition.js.map +1 -1
  143. package/dist/server/plugins/openapi-docs/spec-download.api.d.ts +3 -3
  144. package/dist/server/plugins/openapi-docs/spec-download.api.d.ts.map +1 -1
  145. package/dist/server/plugins/openapi-docs/spec-download.api.js +1 -1
  146. package/dist/server/plugins/openapi-docs/spec-download.api.js.map +1 -1
  147. package/dist/server/plugins/openapi-docs/template/OpenAPIDocs.js +2 -2
  148. package/dist/server/plugins/openapi-docs/template/OpenAPIDocs.js.map +1 -1
  149. package/dist/server/plugins/pages/index.d.ts.map +1 -1
  150. package/dist/server/plugins/pages/index.js +1 -1
  151. package/dist/server/plugins/pages/index.js.map +1 -1
  152. package/dist/server/plugins/sidebars/index.js +2 -2
  153. package/dist/server/plugins/sidebars/index.js.map +1 -1
  154. package/dist/server/plugins/sso/index.d.ts.map +1 -1
  155. package/dist/server/plugins/sso/index.js +1 -1
  156. package/dist/server/plugins/sso/index.js.map +1 -1
  157. package/dist/server/plugins/types.d.ts +9 -16
  158. package/dist/server/plugins/types.d.ts.map +1 -1
  159. package/dist/server/plugins/utils.d.ts +4 -0
  160. package/dist/server/plugins/utils.d.ts.map +1 -1
  161. package/dist/server/plugins/utils.js +1 -1
  162. package/dist/server/plugins/utils.js.map +1 -1
  163. package/dist/server/ssr/server-side-props/get-default-static-props.d.ts +1 -1
  164. package/dist/server/ssr/server-side-props/get-server-props-from-user-handler.d.ts.map +1 -1
  165. package/dist/server/ssr/server-side-props/get-server-props-from-user-handler.js +1 -1
  166. package/dist/server/ssr/server-side-props/get-server-props-from-user-handler.js.map +1 -1
  167. package/dist/server/ssr/server-side-props/prepare-context-variables.d.ts +1 -0
  168. package/dist/server/ssr/server-side-props/prepare-context-variables.d.ts.map +1 -1
  169. package/dist/server/ssr/server-side-props/prepare-context-variables.js +1 -1
  170. package/dist/server/ssr/server-side-props/prepare-context-variables.js.map +1 -1
  171. package/dist/server/store.d.ts +12 -10
  172. package/dist/server/store.d.ts.map +1 -1
  173. package/dist/server/store.js +1 -1
  174. package/dist/server/store.js.map +1 -1
  175. package/dist/server/utils/billing.d.ts.map +1 -1
  176. package/dist/server/utils/billing.js +1 -1
  177. package/dist/server/utils/billing.js.map +1 -1
  178. package/dist/server/web-server/auth.d.ts +3 -3
  179. package/dist/server/web-server/auth.d.ts.map +1 -1
  180. package/dist/server/web-server/auth.js +4 -4
  181. package/dist/server/web-server/auth.js.map +1 -1
  182. package/dist/server/web-server/handle-api-request.d.ts +2 -2
  183. package/dist/server/web-server/handle-api-request.d.ts.map +1 -1
  184. package/dist/server/web-server/handle-api-request.js +1 -1
  185. package/dist/server/web-server/handle-api-request.js.map +1 -1
  186. package/dist/server/web-server/middleware/authMiddleware.d.ts.map +1 -1
  187. package/dist/server/web-server/middleware/authMiddleware.js +1 -1
  188. package/dist/server/web-server/middleware/authMiddleware.js.map +1 -1
  189. package/dist/server/web-server/routes/api-functions.d.ts +2 -1
  190. package/dist/server/web-server/routes/api-functions.d.ts.map +1 -1
  191. package/dist/server/web-server/routes/api-functions.js +1 -1
  192. package/dist/server/web-server/routes/api-functions.js.map +1 -1
  193. package/dist/server/web-server/routes/auth.d.ts +1 -0
  194. package/dist/server/web-server/routes/auth.d.ts.map +1 -1
  195. package/dist/server/web-server/routes/auth.js +1 -1
  196. package/dist/server/web-server/routes/auth.js.map +1 -1
  197. package/dist/server/web-server/routes/dynamic-route.d.ts.map +1 -1
  198. package/dist/server/web-server/routes/dynamic-route.js +1 -1
  199. package/dist/server/web-server/routes/dynamic-route.js.map +1 -1
  200. package/dist/server/web-server/routes/index.d.ts.map +1 -1
  201. package/dist/server/web-server/routes/index.js +1 -1
  202. package/dist/server/web-server/routes/index.js.map +1 -1
  203. package/dist/server/web-server/routes/otel/otel.js +1 -1
  204. package/dist/server/web-server/routes/otel/otel.js.map +1 -1
  205. package/dist/server/web-server/utils/get-redirect-login-url.js +1 -1
  206. package/dist/server/web-server/utils/get-redirect-login-url.js.map +1 -1
  207. package/dist/server/web-server/utils/sort-api-function-routes.d.ts +2 -2
  208. package/dist/server/web-server/utils/sort-api-function-routes.d.ts.map +1 -1
  209. package/dist/server/web-server/utils/sort-api-function-routes.js.map +1 -1
  210. package/dist/server/web-server/utils.js +1 -1
  211. package/dist/server/web-server/utils.js.map +1 -1
  212. package/dist/shared/constants.d.ts +3 -0
  213. package/dist/shared/constants.d.ts.map +1 -1
  214. package/dist/shared/constants.js +1 -1
  215. package/dist/shared/constants.js.map +1 -1
  216. package/dist/shared/env.d.ts +40 -3
  217. package/dist/shared/env.d.ts.map +1 -1
  218. package/dist/shared/env.js +1 -1
  219. package/dist/shared/env.js.map +1 -1
  220. package/dist/shared/jsUtils.d.ts +21 -0
  221. package/dist/shared/jsUtils.d.ts.map +1 -1
  222. package/dist/shared/jsUtils.js +1 -1
  223. package/dist/shared/jsUtils.js.map +1 -1
  224. package/dist/shared/l10n/default-translations.d.ts.map +1 -1
  225. package/dist/shared/l10n/default-translations.js +1 -1
  226. package/dist/shared/l10n/default-translations.js.map +1 -1
  227. package/dist/shared/markdoc.d.ts +2 -1
  228. package/dist/shared/markdoc.d.ts.map +1 -1
  229. package/dist/shared/markdoc.js +2 -2
  230. package/dist/shared/markdoc.js.map +1 -1
  231. package/dist/shared/utils.d.ts +4 -0
  232. package/dist/shared/utils.d.ts.map +1 -1
  233. package/dist/shared/utils.js +1 -1
  234. package/dist/shared/utils.js.map +1 -1
  235. package/package.json +9 -4
  236. package/dist/server/plugins/api-functions/utils/enhance-response.d.ts +0 -3
  237. package/dist/server/plugins/api-functions/utils/enhance-response.d.ts.map +0 -1
  238. package/dist/server/plugins/api-functions/utils/enhance-response.js +0 -1
  239. package/dist/server/plugins/api-functions/utils/enhance-response.js.map +0 -1
  240. package/dist/server/plugins/config-parser/resolve-auth-config.d.ts +0 -3
  241. package/dist/server/plugins/config-parser/resolve-auth-config.d.ts.map +0 -1
  242. package/dist/server/plugins/config-parser/resolve-auth-config.js +0 -1
  243. package/dist/server/plugins/config-parser/resolve-auth-config.js.map +0 -1
  244. package/dist/server/plugins/config-parser/resolve-rbac-config.d.ts +0 -27
  245. package/dist/server/plugins/config-parser/resolve-rbac-config.d.ts.map +0 -1
  246. package/dist/server/plugins/config-parser/resolve-rbac-config.js +0 -1
  247. package/dist/server/plugins/config-parser/resolve-rbac-config.js.map +0 -1
  248. package/dist/server/plugins/markdown/markdoc/functions/default.d.ts +0 -6
  249. package/dist/server/plugins/markdown/markdoc/functions/default.d.ts.map +0 -1
  250. package/dist/server/plugins/markdown/markdoc/functions/default.js +0 -1
  251. package/dist/server/plugins/markdown/markdoc/functions/default.js.map +0 -1
@@ -1,25 +1,25 @@
1
- "use strict";var z=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),ti=z(e=>{(function(t){t.parser=function(O,T){return new y(O,T)},t.SAXParser=y,t.MAX_BUFFER_LENGTH=65536;var c=["comment","sgmlDecl","textNode","tagName","doctype","procInstName","procInstBody","entity","attribName","attribValue","cdata","script"];t.EVENTS=["text","processinginstruction","sgmldeclaration","doctype","comment","opentagstart","attribute","opentag","closetag","opencdata","cdata","closecdata","error","end","ready","script","opennamespace","closenamespace"];function y(O,T){if(!(this instanceof y))return new y(O,T);var N=this;d(N),N.q=N.c="",N.bufferCheckPosition=t.MAX_BUFFER_LENGTH,N.opt=T||{},N.opt.lowercase=N.opt.lowercase||N.opt.lowercasetags,N.looseCase=N.opt.lowercase?"toLowerCase":"toUpperCase",N.tags=[],N.closed=N.closedRoot=N.sawRoot=!1,N.tag=N.error=null,N.strict=!!O,N.noscript=!!(O||N.opt.noscript),N.state=h.BEGIN,N.strictEntities=N.opt.strictEntities,N.ENTITIES=N.strictEntities?Object.create(t.XML_ENTITIES):Object.create(t.ENTITIES),N.attribList=[],N.opt.xmlns&&(N.ns=Object.create(f)),N.trackPosition=N.opt.position!==!1,N.trackPosition&&(N.position=N.line=N.column=0),k(N,"onready")}Object.create||(Object.create=function(O){function T(){}T.prototype=O;var N=new T;return N}),Object.keys||(Object.keys=function(O){var T=[];for(var N in O)O.hasOwnProperty(N)&&T.push(N);return T});function u(O){for(var T=Math.max(t.MAX_BUFFER_LENGTH,10),N=0,P=0,U=c.length;P<U;P++){var Y=O[c[P]].length;if(Y>T)switch(c[P]){case"textNode":A(O);break;case"cdata":x(O,"oncdata",O.cdata),O.cdata="";break;case"script":x(O,"onscript",O.script),O.script="";break;default:E(O,"Max buffer length exceeded: "+c[P])}N=Math.max(N,Y)}var te=t.MAX_BUFFER_LENGTH-N;O.bufferCheckPosition=te+O.position}function d(O){for(var T=0,N=c.length;T<N;T++)O[c[T]]=""}function s(O){A(O),O.cdata!==""&&(x(O,"oncdata",O.cdata),O.cdata=""),O.script!==""&&(x(O,"onscript",O.script),O.script="")}y.prototype={end:function(){D(this)},write:L,resume:function(){return this.error=null,this},close:function(){return this.write(null)},flush:function(){s(this)}};var i="[CDATA[",r="DOCTYPE",a="http://www.w3.org/XML/1998/namespace",l="http://www.w3.org/2000/xmlns/",f={xml:a,xmlns:l},g=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,b=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/,n=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,o=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/;function m(O){return O===" "||O===`
2
- `||O==="\r"||O===" "}function p(O){return O==='"'||O==="'"}function S(O){return O===">"||m(O)}function v(O,T){return O.test(T)}function C(O,T){return!v(O,T)}var h=0;t.STATE={BEGIN:h++,BEGIN_WHITESPACE:h++,TEXT:h++,TEXT_ENTITY:h++,OPEN_WAKA:h++,SGML_DECL:h++,SGML_DECL_QUOTED:h++,DOCTYPE:h++,DOCTYPE_QUOTED:h++,DOCTYPE_DTD:h++,DOCTYPE_DTD_QUOTED:h++,COMMENT_STARTING:h++,COMMENT:h++,COMMENT_ENDING:h++,COMMENT_ENDED:h++,CDATA:h++,CDATA_ENDING:h++,CDATA_ENDING_2:h++,PROC_INST:h++,PROC_INST_BODY:h++,PROC_INST_ENDING:h++,OPEN_TAG:h++,OPEN_TAG_SLASH:h++,ATTRIB:h++,ATTRIB_NAME:h++,ATTRIB_NAME_SAW_WHITE:h++,ATTRIB_VALUE:h++,ATTRIB_VALUE_QUOTED:h++,ATTRIB_VALUE_CLOSED:h++,ATTRIB_VALUE_UNQUOTED:h++,ATTRIB_VALUE_ENTITY_Q:h++,ATTRIB_VALUE_ENTITY_U:h++,CLOSE_TAG:h++,CLOSE_TAG_SAW_WHITE:h++,SCRIPT:h++,SCRIPT_ENDING:h++},t.XML_ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'"},t.ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'",AElig:198,Aacute:193,Acirc:194,Agrave:192,Aring:197,Atilde:195,Auml:196,Ccedil:199,ETH:208,Eacute:201,Ecirc:202,Egrave:200,Euml:203,Iacute:205,Icirc:206,Igrave:204,Iuml:207,Ntilde:209,Oacute:211,Ocirc:212,Ograve:210,Oslash:216,Otilde:213,Ouml:214,THORN:222,Uacute:218,Ucirc:219,Ugrave:217,Uuml:220,Yacute:221,aacute:225,acirc:226,aelig:230,agrave:224,aring:229,atilde:227,auml:228,ccedil:231,eacute:233,ecirc:234,egrave:232,eth:240,euml:235,iacute:237,icirc:238,igrave:236,iuml:239,ntilde:241,oacute:243,ocirc:244,ograve:242,oslash:248,otilde:245,ouml:246,szlig:223,thorn:254,uacute:250,ucirc:251,ugrave:249,uuml:252,yacute:253,yuml:255,copy:169,reg:174,nbsp:160,iexcl:161,cent:162,pound:163,curren:164,yen:165,brvbar:166,sect:167,uml:168,ordf:170,laquo:171,not:172,shy:173,macr:175,deg:176,plusmn:177,sup1:185,sup2:178,sup3:179,acute:180,micro:181,para:182,middot:183,cedil:184,ordm:186,raquo:187,frac14:188,frac12:189,frac34:190,iquest:191,times:215,divide:247,OElig:338,oelig:339,Scaron:352,scaron:353,Yuml:376,fnof:402,circ:710,tilde:732,Alpha:913,Beta:914,Gamma:915,Delta:916,Epsilon:917,Zeta:918,Eta:919,Theta:920,Iota:921,Kappa:922,Lambda:923,Mu:924,Nu:925,Xi:926,Omicron:927,Pi:928,Rho:929,Sigma:931,Tau:932,Upsilon:933,Phi:934,Chi:935,Psi:936,Omega:937,alpha:945,beta:946,gamma:947,delta:948,epsilon:949,zeta:950,eta:951,theta:952,iota:953,kappa:954,lambda:955,mu:956,nu:957,xi:958,omicron:959,pi:960,rho:961,sigmaf:962,sigma:963,tau:964,upsilon:965,phi:966,chi:967,psi:968,omega:969,thetasym:977,upsih:978,piv:982,ensp:8194,emsp:8195,thinsp:8201,zwnj:8204,zwj:8205,lrm:8206,rlm:8207,ndash:8211,mdash:8212,lsquo:8216,rsquo:8217,sbquo:8218,ldquo:8220,rdquo:8221,bdquo:8222,dagger:8224,Dagger:8225,bull:8226,hellip:8230,permil:8240,prime:8242,Prime:8243,lsaquo:8249,rsaquo:8250,oline:8254,frasl:8260,euro:8364,image:8465,weierp:8472,real:8476,trade:8482,alefsym:8501,larr:8592,uarr:8593,rarr:8594,darr:8595,harr:8596,crarr:8629,lArr:8656,uArr:8657,rArr:8658,dArr:8659,hArr:8660,forall:8704,part:8706,exist:8707,empty:8709,nabla:8711,isin:8712,notin:8713,ni:8715,prod:8719,sum:8721,minus:8722,lowast:8727,radic:8730,prop:8733,infin:8734,ang:8736,and:8743,or:8744,cap:8745,cup:8746,int:8747,there4:8756,sim:8764,cong:8773,asymp:8776,ne:8800,equiv:8801,le:8804,ge:8805,sub:8834,sup:8835,nsub:8836,sube:8838,supe:8839,oplus:8853,otimes:8855,perp:8869,sdot:8901,lceil:8968,rceil:8969,lfloor:8970,rfloor:8971,lang:9001,rang:9002,loz:9674,spades:9824,clubs:9827,hearts:9829,diams:9830},Object.keys(t.ENTITIES).forEach(function(O){var T=t.ENTITIES[O],N=typeof T=="number"?String.fromCharCode(T):T;t.ENTITIES[O]=N});for(var w in t.STATE)t.STATE[t.STATE[w]]=w;h=t.STATE;function k(O,T,N){O[T]&&O[T](N)}function x(O,T,N){O.textNode&&A(O),k(O,T,N)}function A(O){O.textNode=B(O.opt,O.textNode),O.textNode&&k(O,"ontext",O.textNode),O.textNode=""}function B(O,T){return O.trim&&(T=T.trim()),O.normalize&&(T=T.replace(/\s+/g," ")),T}function E(O,T){A(O);let N=T+`
1
+ "use strict";var z=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),ti=z(e=>{(function(t){t.parser=function(O,T){return new y(O,T)},t.SAXParser=y,t.MAX_BUFFER_LENGTH=65536;var c=["comment","sgmlDecl","textNode","tagName","doctype","procInstName","procInstBody","entity","attribName","attribValue","cdata","script"];t.EVENTS=["text","processinginstruction","sgmldeclaration","doctype","comment","opentagstart","attribute","opentag","closetag","opencdata","cdata","closecdata","error","end","ready","script","opennamespace","closenamespace"];function y(O,T){if(!(this instanceof y))return new y(O,T);var R=this;d(R),R.q=R.c="",R.bufferCheckPosition=t.MAX_BUFFER_LENGTH,R.opt=T||{},R.opt.lowercase=R.opt.lowercase||R.opt.lowercasetags,R.looseCase=R.opt.lowercase?"toLowerCase":"toUpperCase",R.tags=[],R.closed=R.closedRoot=R.sawRoot=!1,R.tag=R.error=null,R.strict=!!O,R.noscript=!!(O||R.opt.noscript),R.state=h.BEGIN,R.strictEntities=R.opt.strictEntities,R.ENTITIES=R.strictEntities?Object.create(t.XML_ENTITIES):Object.create(t.ENTITIES),R.attribList=[],R.opt.xmlns&&(R.ns=Object.create(g)),R.trackPosition=R.opt.position!==!1,R.trackPosition&&(R.position=R.line=R.column=0),k(R,"onready")}Object.create||(Object.create=function(O){function T(){}T.prototype=O;var R=new T;return R}),Object.keys||(Object.keys=function(O){var T=[];for(var R in O)O.hasOwnProperty(R)&&T.push(R);return T});function u(O){for(var T=Math.max(t.MAX_BUFFER_LENGTH,10),R=0,P=0,U=c.length;P<U;P++){var Y=O[c[P]].length;if(Y>T)switch(c[P]){case"textNode":A(O);break;case"cdata":x(O,"oncdata",O.cdata),O.cdata="";break;case"script":x(O,"onscript",O.script),O.script="";break;default:E(O,"Max buffer length exceeded: "+c[P])}R=Math.max(R,Y)}var te=t.MAX_BUFFER_LENGTH-R;O.bufferCheckPosition=te+O.position}function d(O){for(var T=0,R=c.length;T<R;T++)O[c[T]]=""}function s(O){A(O),O.cdata!==""&&(x(O,"oncdata",O.cdata),O.cdata=""),O.script!==""&&(x(O,"onscript",O.script),O.script="")}y.prototype={end:function(){D(this)},write:L,resume:function(){return this.error=null,this},close:function(){return this.write(null)},flush:function(){s(this)}};var i="[CDATA[",r="DOCTYPE",a="http://www.w3.org/XML/1998/namespace",l="http://www.w3.org/2000/xmlns/",g={xml:a,xmlns:l},f=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,b=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/,n=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,o=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/;function m(O){return O===" "||O===`
2
+ `||O==="\r"||O===" "}function p(O){return O==='"'||O==="'"}function S(O){return O===">"||m(O)}function v(O,T){return O.test(T)}function C(O,T){return!v(O,T)}var h=0;t.STATE={BEGIN:h++,BEGIN_WHITESPACE:h++,TEXT:h++,TEXT_ENTITY:h++,OPEN_WAKA:h++,SGML_DECL:h++,SGML_DECL_QUOTED:h++,DOCTYPE:h++,DOCTYPE_QUOTED:h++,DOCTYPE_DTD:h++,DOCTYPE_DTD_QUOTED:h++,COMMENT_STARTING:h++,COMMENT:h++,COMMENT_ENDING:h++,COMMENT_ENDED:h++,CDATA:h++,CDATA_ENDING:h++,CDATA_ENDING_2:h++,PROC_INST:h++,PROC_INST_BODY:h++,PROC_INST_ENDING:h++,OPEN_TAG:h++,OPEN_TAG_SLASH:h++,ATTRIB:h++,ATTRIB_NAME:h++,ATTRIB_NAME_SAW_WHITE:h++,ATTRIB_VALUE:h++,ATTRIB_VALUE_QUOTED:h++,ATTRIB_VALUE_CLOSED:h++,ATTRIB_VALUE_UNQUOTED:h++,ATTRIB_VALUE_ENTITY_Q:h++,ATTRIB_VALUE_ENTITY_U:h++,CLOSE_TAG:h++,CLOSE_TAG_SAW_WHITE:h++,SCRIPT:h++,SCRIPT_ENDING:h++},t.XML_ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'"},t.ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'",AElig:198,Aacute:193,Acirc:194,Agrave:192,Aring:197,Atilde:195,Auml:196,Ccedil:199,ETH:208,Eacute:201,Ecirc:202,Egrave:200,Euml:203,Iacute:205,Icirc:206,Igrave:204,Iuml:207,Ntilde:209,Oacute:211,Ocirc:212,Ograve:210,Oslash:216,Otilde:213,Ouml:214,THORN:222,Uacute:218,Ucirc:219,Ugrave:217,Uuml:220,Yacute:221,aacute:225,acirc:226,aelig:230,agrave:224,aring:229,atilde:227,auml:228,ccedil:231,eacute:233,ecirc:234,egrave:232,eth:240,euml:235,iacute:237,icirc:238,igrave:236,iuml:239,ntilde:241,oacute:243,ocirc:244,ograve:242,oslash:248,otilde:245,ouml:246,szlig:223,thorn:254,uacute:250,ucirc:251,ugrave:249,uuml:252,yacute:253,yuml:255,copy:169,reg:174,nbsp:160,iexcl:161,cent:162,pound:163,curren:164,yen:165,brvbar:166,sect:167,uml:168,ordf:170,laquo:171,not:172,shy:173,macr:175,deg:176,plusmn:177,sup1:185,sup2:178,sup3:179,acute:180,micro:181,para:182,middot:183,cedil:184,ordm:186,raquo:187,frac14:188,frac12:189,frac34:190,iquest:191,times:215,divide:247,OElig:338,oelig:339,Scaron:352,scaron:353,Yuml:376,fnof:402,circ:710,tilde:732,Alpha:913,Beta:914,Gamma:915,Delta:916,Epsilon:917,Zeta:918,Eta:919,Theta:920,Iota:921,Kappa:922,Lambda:923,Mu:924,Nu:925,Xi:926,Omicron:927,Pi:928,Rho:929,Sigma:931,Tau:932,Upsilon:933,Phi:934,Chi:935,Psi:936,Omega:937,alpha:945,beta:946,gamma:947,delta:948,epsilon:949,zeta:950,eta:951,theta:952,iota:953,kappa:954,lambda:955,mu:956,nu:957,xi:958,omicron:959,pi:960,rho:961,sigmaf:962,sigma:963,tau:964,upsilon:965,phi:966,chi:967,psi:968,omega:969,thetasym:977,upsih:978,piv:982,ensp:8194,emsp:8195,thinsp:8201,zwnj:8204,zwj:8205,lrm:8206,rlm:8207,ndash:8211,mdash:8212,lsquo:8216,rsquo:8217,sbquo:8218,ldquo:8220,rdquo:8221,bdquo:8222,dagger:8224,Dagger:8225,bull:8226,hellip:8230,permil:8240,prime:8242,Prime:8243,lsaquo:8249,rsaquo:8250,oline:8254,frasl:8260,euro:8364,image:8465,weierp:8472,real:8476,trade:8482,alefsym:8501,larr:8592,uarr:8593,rarr:8594,darr:8595,harr:8596,crarr:8629,lArr:8656,uArr:8657,rArr:8658,dArr:8659,hArr:8660,forall:8704,part:8706,exist:8707,empty:8709,nabla:8711,isin:8712,notin:8713,ni:8715,prod:8719,sum:8721,minus:8722,lowast:8727,radic:8730,prop:8733,infin:8734,ang:8736,and:8743,or:8744,cap:8745,cup:8746,int:8747,there4:8756,sim:8764,cong:8773,asymp:8776,ne:8800,equiv:8801,le:8804,ge:8805,sub:8834,sup:8835,nsub:8836,sube:8838,supe:8839,oplus:8853,otimes:8855,perp:8869,sdot:8901,lceil:8968,rceil:8969,lfloor:8970,rfloor:8971,lang:9001,rang:9002,loz:9674,spades:9824,clubs:9827,hearts:9829,diams:9830},Object.keys(t.ENTITIES).forEach(function(O){var T=t.ENTITIES[O],R=typeof T=="number"?String.fromCharCode(T):T;t.ENTITIES[O]=R});for(var w in t.STATE)t.STATE[t.STATE[w]]=w;h=t.STATE;function k(O,T,R){O[T]&&O[T](R)}function x(O,T,R){O.textNode&&A(O),k(O,T,R)}function A(O){O.textNode=B(O.opt,O.textNode),O.textNode&&k(O,"ontext",O.textNode),O.textNode=""}function B(O,T){return O.trim&&(T=T.trim()),O.normalize&&(T=T.replace(/\s+/g," ")),T}function E(O,T){A(O);let R=T+`
3
3
  Line: `+O.line+`
4
4
  Column: `+O.column+`
5
- Char: `+O.c,P=new Error(N);return P.reason=T,P.line=O.line,P.column=O.column,O.error=P,k(O,"onerror",P),O}function D(O){return O.sawRoot&&!O.closedRoot&&W(O,"Unclosed root tag"),O.state!==h.BEGIN&&O.state!==h.BEGIN_WHITESPACE&&O.state!==h.TEXT&&E(O,"Unexpected end"),A(O),O.c="",O.closed=!0,k(O,"onend"),y.call(O,O.strict,O.opt),O}function W(O,T){if(typeof O!="object"||!(O instanceof y))throw new Error("bad call to strictFail");O.strict&&E(O,T)}function I(O){O.strict||(O.tagName=O.tagName[O.looseCase]());var T=O.tags[O.tags.length-1]||O,N=O.tag={name:O.tagName,attributes:{}};O.opt.xmlns&&(N.ns=T.ns),O.attribList.length=0,x(O,"onopentagstart",N)}function q(O,T){var N=O.indexOf(":"),P=N<0?["",O]:O.split(":"),U=P[0],Y=P[1];return T&&O==="xmlns"&&(U="xmlns",Y=""),{prefix:U,local:Y}}function _(O){if(O.strict||(O.attribName=O.attribName[O.looseCase]()),O.attribList.indexOf(O.attribName)!==-1||O.tag.attributes.hasOwnProperty(O.attribName)){O.attribName=O.attribValue="";return}if(O.opt.xmlns){var T=q(O.attribName,!0),N=T.prefix,P=T.local;if(N==="xmlns")if(P==="xml"&&O.attribValue!==a)W(O,"xml: prefix must be bound to "+a+`
5
+ Char: `+O.c,P=new Error(R);return P.reason=T,P.line=O.line,P.column=O.column,O.error=P,k(O,"onerror",P),O}function D(O){return O.sawRoot&&!O.closedRoot&&W(O,"Unclosed root tag"),O.state!==h.BEGIN&&O.state!==h.BEGIN_WHITESPACE&&O.state!==h.TEXT&&E(O,"Unexpected end"),A(O),O.c="",O.closed=!0,k(O,"onend"),y.call(O,O.strict,O.opt),O}function W(O,T){if(typeof O!="object"||!(O instanceof y))throw new Error("bad call to strictFail");O.strict&&E(O,T)}function I(O){O.strict||(O.tagName=O.tagName[O.looseCase]());var T=O.tags[O.tags.length-1]||O,R=O.tag={name:O.tagName,attributes:{}};O.opt.xmlns&&(R.ns=T.ns),O.attribList.length=0,x(O,"onopentagstart",R)}function q(O,T){var R=O.indexOf(":"),P=R<0?["",O]:O.split(":"),U=P[0],Y=P[1];return T&&O==="xmlns"&&(U="xmlns",Y=""),{prefix:U,local:Y}}function F(O){if(O.strict||(O.attribName=O.attribName[O.looseCase]()),O.attribList.indexOf(O.attribName)!==-1||O.tag.attributes.hasOwnProperty(O.attribName)){O.attribName=O.attribValue="";return}if(O.opt.xmlns){var T=q(O.attribName,!0),R=T.prefix,P=T.local;if(R==="xmlns")if(P==="xml"&&O.attribValue!==a)W(O,"xml: prefix must be bound to "+a+`
6
6
  Actual: `+O.attribValue);else if(P==="xmlns"&&O.attribValue!==l)W(O,"xmlns: prefix must be bound to "+l+`
7
- Actual: `+O.attribValue);else{var U=O.tag,Y=O.tags[O.tags.length-1]||O;U.ns===Y.ns&&(U.ns=Object.create(Y.ns)),U.ns[P]=O.attribValue}O.attribList.push([O.attribName,O.attribValue])}else O.tag.attributes[O.attribName]=O.attribValue,x(O,"onattribute",{name:O.attribName,value:O.attribValue});O.attribName=O.attribValue=""}function M(O,T){if(O.opt.xmlns){var N=O.tag,P=q(O.tagName);N.prefix=P.prefix,N.local=P.local,N.uri=N.ns[P.prefix]||"",N.prefix&&!N.uri&&(W(O,"Unbound namespace prefix: "+JSON.stringify(O.tagName)),N.uri=P.prefix);var U=O.tags[O.tags.length-1]||O;N.ns&&U.ns!==N.ns&&Object.keys(N.ns).forEach(function(ae){x(O,"onopennamespace",{prefix:ae,uri:N.ns[ae]})});for(var Y=0,te=O.attribList.length;Y<te;Y++){var F=O.attribList[Y],R=F[0],K=F[1],Z=q(R,!0),X=Z.prefix,$=Z.local,J=X===""?"":N.ns[X]||"",oe={name:R,value:K,prefix:X,local:$,uri:J};X&&X!=="xmlns"&&!J&&(W(O,"Unbound namespace prefix: "+JSON.stringify(X)),oe.uri=X),O.tag.attributes[R]=oe,x(O,"onattribute",oe)}O.attribList.length=0}O.tag.isSelfClosing=!!T,O.sawRoot=!0,O.tags.push(O.tag),x(O,"onopentag",O.tag),T||(!O.noscript&&O.tagName.toLowerCase()==="script"?O.state=h.SCRIPT:O.state=h.TEXT,O.tag=null,O.tagName=""),O.attribName=O.attribValue="",O.attribList.length=0}function G(O){if(!O.tagName){W(O,"Weird empty close tag."),O.textNode+="</>",O.state=h.TEXT;return}if(O.script){if(O.tagName!=="script"){O.script+="</"+O.tagName+">",O.tagName="",O.state=h.SCRIPT;return}x(O,"onscript",O.script),O.script=""}var T=O.tags.length,N=O.tagName;O.strict||(N=N[O.looseCase]());for(var P=N;T--;){var U=O.tags[T];if(U.name!==P)W(O,"Unexpected close tag");else break}if(T<0){W(O,"Unmatched closing tag: "+O.tagName),O.textNode+="</"+O.tagName+">",O.state=h.TEXT;return}O.tagName=N;for(var Y=O.tags.length;Y-- >T;){var te=O.tag=O.tags.pop();O.tagName=O.tag.name,x(O,"onclosetag",O.tagName);var F={};for(var R in te.ns)F[R]=te.ns[R];var K=O.tags[O.tags.length-1]||O;O.opt.xmlns&&te.ns!==K.ns&&Object.keys(te.ns).forEach(function(Z){var X=te.ns[Z];x(O,"onclosenamespace",{prefix:Z,uri:X})})}T===0&&(O.closedRoot=!0),O.tagName=O.attribValue=O.attribName="",O.attribList.length=0,O.state=h.TEXT}function V(O){var T=O.entity,N=T.toLowerCase(),P,U="";return O.ENTITIES[T]?O.ENTITIES[T]:O.ENTITIES[N]?O.ENTITIES[N]:(T=N,T.charAt(0)==="#"&&(T.charAt(1)==="x"?(T=T.slice(2),P=parseInt(T,16),U=P.toString(16)):(T=T.slice(1),P=parseInt(T,10),U=P.toString(10))),T=T.replace(/^0+/,""),isNaN(P)||U.toLowerCase()!==T?(W(O,"Invalid character entity"),"&"+O.entity+";"):String.fromCodePoint(P))}function H(O,T){T==="<"?(O.state=h.OPEN_WAKA,O.startTagPosition=O.position):m(T)||(W(O,"Non-whitespace before first tag."),O.textNode=T,O.state=h.TEXT)}function j(O,T){var N="";return T<O.length&&(N=O.charAt(T)),N}function L(O){var T=this;if(this.error)throw this.error;if(T.closed)return E(T,"Cannot write after close. Assign an onready handler.");if(O===null)return D(T);typeof O=="object"&&(O=O.toString());for(var N=0,P="";P=j(O,N++),T.c=P,!!P;)switch(T.trackPosition&&(T.position++,P===`
8
- `?(T.line++,T.column=0):T.column++),T.state){case h.BEGIN:if(T.state=h.BEGIN_WHITESPACE,P==="\uFEFF")continue;H(T,P);continue;case h.BEGIN_WHITESPACE:H(T,P);continue;case h.TEXT:if(T.sawRoot&&!T.closedRoot){for(var U=N-1;P&&P!=="<"&&P!=="&";)P=j(O,N++),P&&T.trackPosition&&(T.position++,P===`
9
- `?(T.line++,T.column=0):T.column++);T.textNode+=O.substring(U,N-1)}P==="<"&&!(T.sawRoot&&T.closedRoot&&!T.strict)?(T.state=h.OPEN_WAKA,T.startTagPosition=T.position):(!m(P)&&(!T.sawRoot||T.closedRoot)&&W(T,"Text data outside of root node."),P==="&"?T.state=h.TEXT_ENTITY:T.textNode+=P);continue;case h.SCRIPT:P==="<"?T.state=h.SCRIPT_ENDING:T.script+=P;continue;case h.SCRIPT_ENDING:P==="/"?T.state=h.CLOSE_TAG:(T.script+="<"+P,T.state=h.SCRIPT);continue;case h.OPEN_WAKA:if(P==="!")T.state=h.SGML_DECL,T.sgmlDecl="";else if(!m(P))if(v(g,P))T.state=h.OPEN_TAG,T.tagName=P;else if(P==="/")T.state=h.CLOSE_TAG,T.tagName="";else if(P==="?")T.state=h.PROC_INST,T.procInstName=T.procInstBody="";else{if(W(T,"Unencoded <"),T.startTagPosition+1<T.position){var Y=T.position-T.startTagPosition;P=new Array(Y).join(" ")+P}T.textNode+="<"+P,T.state=h.TEXT}continue;case h.SGML_DECL:(T.sgmlDecl+P).toUpperCase()===i?(x(T,"onopencdata"),T.state=h.CDATA,T.sgmlDecl="",T.cdata=""):T.sgmlDecl+P==="--"?(T.state=h.COMMENT,T.comment="",T.sgmlDecl=""):(T.sgmlDecl+P).toUpperCase()===r?(T.state=h.DOCTYPE,(T.doctype||T.sawRoot)&&W(T,"Inappropriately located doctype declaration"),T.doctype="",T.sgmlDecl=""):P===">"?(x(T,"onsgmldeclaration",T.sgmlDecl),T.sgmlDecl="",T.state=h.TEXT):(p(P)&&(T.state=h.SGML_DECL_QUOTED),T.sgmlDecl+=P);continue;case h.SGML_DECL_QUOTED:P===T.q&&(T.state=h.SGML_DECL,T.q=""),T.sgmlDecl+=P;continue;case h.DOCTYPE:P===">"?(T.state=h.TEXT,x(T,"ondoctype",T.doctype),T.doctype=!0):(T.doctype+=P,P==="["?T.state=h.DOCTYPE_DTD:p(P)&&(T.state=h.DOCTYPE_QUOTED,T.q=P));continue;case h.DOCTYPE_QUOTED:T.doctype+=P,P===T.q&&(T.q="",T.state=h.DOCTYPE);continue;case h.DOCTYPE_DTD:T.doctype+=P,P==="]"?T.state=h.DOCTYPE:p(P)&&(T.state=h.DOCTYPE_DTD_QUOTED,T.q=P);continue;case h.DOCTYPE_DTD_QUOTED:T.doctype+=P,P===T.q&&(T.state=h.DOCTYPE_DTD,T.q="");continue;case h.COMMENT:P==="-"?T.state=h.COMMENT_ENDING:T.comment+=P;continue;case h.COMMENT_ENDING:P==="-"?(T.state=h.COMMENT_ENDED,T.comment=B(T.opt,T.comment),T.comment&&x(T,"oncomment",T.comment),T.comment=""):(T.comment+="-"+P,T.state=h.COMMENT);continue;case h.COMMENT_ENDED:P!==">"?(W(T,"Malformed comment"),T.comment+="--"+P,T.state=h.COMMENT):T.state=h.TEXT;continue;case h.CDATA:P==="]"?T.state=h.CDATA_ENDING:T.cdata+=P;continue;case h.CDATA_ENDING:P==="]"?T.state=h.CDATA_ENDING_2:(T.cdata+="]"+P,T.state=h.CDATA);continue;case h.CDATA_ENDING_2:P===">"?(T.cdata&&x(T,"oncdata",T.cdata),x(T,"onclosecdata"),T.cdata="",T.state=h.TEXT):P==="]"?T.cdata+="]":(T.cdata+="]]"+P,T.state=h.CDATA);continue;case h.PROC_INST:P==="?"?T.state=h.PROC_INST_ENDING:m(P)?T.state=h.PROC_INST_BODY:T.procInstName+=P;continue;case h.PROC_INST_BODY:if(!T.procInstBody&&m(P))continue;P==="?"?T.state=h.PROC_INST_ENDING:T.procInstBody+=P;continue;case h.PROC_INST_ENDING:P===">"?(x(T,"onprocessinginstruction",{name:T.procInstName,body:T.procInstBody}),T.procInstName=T.procInstBody="",T.state=h.TEXT):(T.procInstBody+="?"+P,T.state=h.PROC_INST_BODY);continue;case h.OPEN_TAG:v(b,P)?T.tagName+=P:(I(T),P===">"?M(T):P==="/"?T.state=h.OPEN_TAG_SLASH:(m(P)||W(T,"Invalid character in tag name"),T.state=h.ATTRIB));continue;case h.OPEN_TAG_SLASH:P===">"?(M(T,!0),G(T)):(W(T,"Forward-slash in opening tag not followed by >"),T.state=h.ATTRIB);continue;case h.ATTRIB:if(m(P))continue;P===">"?M(T):P==="/"?T.state=h.OPEN_TAG_SLASH:v(g,P)?(T.attribName=P,T.attribValue="",T.state=h.ATTRIB_NAME):W(T,"Invalid attribute name");continue;case h.ATTRIB_NAME:P==="="?T.state=h.ATTRIB_VALUE:P===">"?(W(T,"Attribute without value"),T.attribValue=T.attribName,_(T),M(T)):m(P)?T.state=h.ATTRIB_NAME_SAW_WHITE:v(b,P)?T.attribName+=P:W(T,"Invalid attribute name");continue;case h.ATTRIB_NAME_SAW_WHITE:if(P==="=")T.state=h.ATTRIB_VALUE;else{if(m(P))continue;W(T,"Attribute without value"),T.tag.attributes[T.attribName]="",T.attribValue="",x(T,"onattribute",{name:T.attribName,value:""}),T.attribName="",P===">"?M(T):v(g,P)?(T.attribName=P,T.state=h.ATTRIB_NAME):(W(T,"Invalid attribute name"),T.state=h.ATTRIB)}continue;case h.ATTRIB_VALUE:if(m(P))continue;p(P)?(T.q=P,T.state=h.ATTRIB_VALUE_QUOTED):(W(T,"Unquoted attribute value"),T.state=h.ATTRIB_VALUE_UNQUOTED,T.attribValue=P);continue;case h.ATTRIB_VALUE_QUOTED:if(P!==T.q){P==="&"?T.state=h.ATTRIB_VALUE_ENTITY_Q:T.attribValue+=P;continue}_(T),T.q="",T.state=h.ATTRIB_VALUE_CLOSED;continue;case h.ATTRIB_VALUE_CLOSED:m(P)?T.state=h.ATTRIB:P===">"?M(T):P==="/"?T.state=h.OPEN_TAG_SLASH:v(g,P)?(W(T,"No whitespace between attributes"),T.attribName=P,T.attribValue="",T.state=h.ATTRIB_NAME):W(T,"Invalid attribute name");continue;case h.ATTRIB_VALUE_UNQUOTED:if(!S(P)){P==="&"?T.state=h.ATTRIB_VALUE_ENTITY_U:T.attribValue+=P;continue}_(T),P===">"?M(T):T.state=h.ATTRIB;continue;case h.CLOSE_TAG:if(T.tagName)P===">"?G(T):v(b,P)?T.tagName+=P:T.script?(T.script+="</"+T.tagName,T.tagName="",T.state=h.SCRIPT):(m(P)||W(T,"Invalid tagname in closing tag"),T.state=h.CLOSE_TAG_SAW_WHITE);else{if(m(P))continue;C(g,P)?T.script?(T.script+="</"+P,T.state=h.SCRIPT):W(T,"Invalid tagname in closing tag."):T.tagName=P}continue;case h.CLOSE_TAG_SAW_WHITE:if(m(P))continue;P===">"?G(T):W(T,"Invalid characters in closing tag");continue;case h.TEXT_ENTITY:case h.ATTRIB_VALUE_ENTITY_Q:case h.ATTRIB_VALUE_ENTITY_U:var te,F;switch(T.state){case h.TEXT_ENTITY:te=h.TEXT,F="textNode";break;case h.ATTRIB_VALUE_ENTITY_Q:te=h.ATTRIB_VALUE_QUOTED,F="attribValue";break;case h.ATTRIB_VALUE_ENTITY_U:te=h.ATTRIB_VALUE_UNQUOTED,F="attribValue";break}if(P===";"){var R=V(T);T.state===h.TEXT_ENTITY&&!t.ENTITIES[T.entity]&&R!=="&"+T.entity+";"?O=O.slice(0,N)+R+O.slice(N):T[F]+=R,T.entity="",T.state=te}else v(T.entity.length?o:n,P)?T.entity+=P:(W(T,"Invalid character in entity name"),T[F]+="&"+T.entity+P,T.entity="",T.state=te);continue;default:throw new Error(T,"Unknown state: "+T.state)}return T.position>=T.bufferCheckPosition&&u(T),T}})(typeof e>"u"?e.sax={}:e)}),ne=z(e=>{"use strict";e.elemsGroups={animation:["animate","animateColor","animateMotion","animateTransform","set"],descriptive:["desc","metadata","title"],shape:["circle","ellipse","line","path","polygon","polyline","rect"],structural:["defs","g","svg","symbol","use"],paintServer:["solidColor","linearGradient","radialGradient","meshGradient","pattern","hatch"],nonRendering:["linearGradient","radialGradient","pattern","clipPath","mask","marker","symbol","filter","solidColor"],container:["a","defs","g","marker","mask","missing-glyph","pattern","svg","switch","symbol","foreignObject"],textContent:["altGlyph","altGlyphDef","altGlyphItem","glyph","glyphRef","textPath","text","tref","tspan"],textContentChild:["altGlyph","textPath","tref","tspan"],lightSource:["feDiffuseLighting","feSpecularLighting","feDistantLight","fePointLight","feSpotLight"],filterPrimitive:["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","feSpecularLighting","feTile","feTurbulence"]},e.textElems=e.elemsGroups.textContent.concat("title"),e.pathElems=["path","glyph","missing-glyph"],e.attrsGroups={animationAddition:["additive","accumulate"],animationAttributeTarget:["attributeType","attributeName"],animationEvent:["onbegin","onend","onrepeat","onload"],animationTiming:["begin","dur","end","min","max","restart","repeatCount","repeatDur","fill"],animationValue:["calcMode","values","keyTimes","keySplines","from","to","by"],conditionalProcessing:["requiredFeatures","requiredExtensions","systemLanguage"],core:["id","tabindex","xml:base","xml:lang","xml:space"],graphicalEvent:["onfocusin","onfocusout","onactivate","onclick","onmousedown","onmouseup","onmouseover","onmousemove","onmouseout","onload"],presentation:["alignment-baseline","baseline-shift","clip","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cursor","direction","display","dominant-baseline","enable-background","fill","fill-opacity","fill-rule","filter","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","glyph-orientation-horizontal","glyph-orientation-vertical","image-rendering","letter-spacing","lighting-color","marker-end","marker-mid","marker-start","mask","opacity","overflow","paint-order","pointer-events","shape-rendering","stop-color","stop-opacity","stroke","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","text-anchor","text-decoration","text-overflow","text-rendering","transform","transform-origin","unicode-bidi","vector-effect","visibility","word-spacing","writing-mode"],xlink:["xlink:href","xlink:show","xlink:actuate","xlink:type","xlink:role","xlink:arcrole","xlink:title"],documentEvent:["onabort","onerror","onresize","onscroll","onunload","onzoom"],documentElementEvent:["oncopy","oncut","onpaste"],globalEvent:["oncancel","oncanplay","oncanplaythrough","onchange","onclick","onclose","oncuechange","ondblclick","ondrag","ondragend","ondragenter","ondragleave","ondragover","ondragstart","ondrop","ondurationchange","onemptied","onended","onerror","onfocus","oninput","oninvalid","onkeydown","onkeypress","onkeyup","onload","onloadeddata","onloadedmetadata","onloadstart","onmousedown","onmouseenter","onmouseleave","onmousemove","onmouseout","onmouseover","onmouseup","onmousewheel","onpause","onplay","onplaying","onprogress","onratechange","onreset","onresize","onscroll","onseeked","onseeking","onselect","onshow","onstalled","onsubmit","onsuspend","ontimeupdate","ontoggle","onvolumechange","onwaiting"],filterPrimitive:["x","y","width","height","result"],transferFunction:["type","tableValues","slope","intercept","amplitude","exponent","offset"]},e.attrsGroupsDefaults={core:{"xml:space":"default"},presentation:{clip:"auto","clip-path":"none","clip-rule":"nonzero",mask:"none",opacity:"1","stop-color":"#000","stop-opacity":"1","fill-opacity":"1","fill-rule":"nonzero",fill:"#000",stroke:"none","stroke-width":"1","stroke-linecap":"butt","stroke-linejoin":"miter","stroke-miterlimit":"4","stroke-dasharray":"none","stroke-dashoffset":"0","stroke-opacity":"1","paint-order":"normal","vector-effect":"none",display:"inline",visibility:"visible","marker-start":"none","marker-mid":"none","marker-end":"none","color-interpolation":"sRGB","color-interpolation-filters":"linearRGB","color-rendering":"auto","shape-rendering":"auto","text-rendering":"auto","image-rendering":"auto","font-style":"normal","font-variant":"normal","font-weight":"normal","font-stretch":"normal","font-size":"medium","font-size-adjust":"none",kerning:"auto","letter-spacing":"normal","word-spacing":"normal","text-decoration":"none","text-anchor":"start","text-overflow":"clip","writing-mode":"lr-tb","glyph-orientation-vertical":"auto","glyph-orientation-horizontal":"0deg",direction:"ltr","unicode-bidi":"normal","dominant-baseline":"auto","alignment-baseline":"baseline","baseline-shift":"baseline"},transferFunction:{slope:"1",intercept:"0",amplitude:"1",exponent:"1",offset:"0"}},e.elems={a:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation","xlink"],attrs:["class","style","externalResourcesRequired","transform","target"],defaults:{target:"_self"},contentGroups:["animation","descriptive","shape","structural","paintServer"],content:["a","altGlyphDef","clipPath","color-profile","cursor","filter","font","font-face","foreignObject","image","marker","mask","pattern","script","style","switch","text","view","tspan"]},altGlyph:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation","xlink"],attrs:["class","style","externalResourcesRequired","x","y","dx","dy","glyphRef","format","rotate"]},altGlyphDef:{attrsGroups:["core"],content:["glyphRef"]},altGlyphItem:{attrsGroups:["core"],content:["glyphRef","altGlyphItem"]},animate:{attrsGroups:["conditionalProcessing","core","animationAddition","animationAttributeTarget","animationEvent","animationTiming","animationValue","presentation","xlink"],attrs:["externalResourcesRequired"],contentGroups:["descriptive"]},animateColor:{attrsGroups:["conditionalProcessing","core","animationEvent","xlink","animationAttributeTarget","animationTiming","animationValue","animationAddition","presentation"],attrs:["externalResourcesRequired"],contentGroups:["descriptive"]},animateMotion:{attrsGroups:["conditionalProcessing","core","animationEvent","xlink","animationTiming","animationValue","animationAddition"],attrs:["externalResourcesRequired","path","keyPoints","rotate","origin"],defaults:{rotate:"0"},contentGroups:["descriptive"],content:["mpath"]},animateTransform:{attrsGroups:["conditionalProcessing","core","animationEvent","xlink","animationAttributeTarget","animationTiming","animationValue","animationAddition"],attrs:["externalResourcesRequired","type"],contentGroups:["descriptive"]},circle:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","transform","cx","cy","r"],defaults:{cx:"0",cy:"0"},contentGroups:["animation","descriptive"]},clipPath:{attrsGroups:["conditionalProcessing","core","presentation"],attrs:["class","style","externalResourcesRequired","transform","clipPathUnits"],defaults:{clipPathUnits:"userSpaceOnUse"},contentGroups:["animation","descriptive","shape"],content:["text","use"]},"color-profile":{attrsGroups:["core","xlink"],attrs:["local","name","rendering-intent"],defaults:{name:"sRGB","rendering-intent":"auto"},contentGroups:["descriptive"]},cursor:{attrsGroups:["core","conditionalProcessing","xlink"],attrs:["externalResourcesRequired","x","y"],defaults:{x:"0",y:"0"},contentGroups:["descriptive"]},defs:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","transform"],contentGroups:["animation","descriptive","shape","structural","paintServer"],content:["a","altGlyphDef","clipPath","color-profile","cursor","filter","font","font-face","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"]},desc:{attrsGroups:["core"],attrs:["class","style"]},ellipse:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","transform","cx","cy","rx","ry"],defaults:{cx:"0",cy:"0"},contentGroups:["animation","descriptive"]},feBlend:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","in","in2","mode"],defaults:{mode:"normal"},content:["animate","set"]},feColorMatrix:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","in","type","values"],defaults:{type:"matrix"},content:["animate","set"]},feComponentTransfer:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","in"],content:["feFuncA","feFuncB","feFuncG","feFuncR"]},feComposite:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","in","in2","operator","k1","k2","k3","k4"],defaults:{operator:"over",k1:"0",k2:"0",k3:"0",k4:"0"},content:["animate","set"]},feConvolveMatrix:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","in","order","kernelMatrix","divisor","bias","targetX","targetY","edgeMode","kernelUnitLength","preserveAlpha"],defaults:{order:"3",bias:"0",edgeMode:"duplicate",preserveAlpha:"false"},content:["animate","set"]},feDiffuseLighting:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","in","surfaceScale","diffuseConstant","kernelUnitLength"],defaults:{surfaceScale:"1",diffuseConstant:"1"},contentGroups:["descriptive"],content:["feDistantLight","fePointLight","feSpotLight"]},feDisplacementMap:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","in","in2","scale","xChannelSelector","yChannelSelector"],defaults:{scale:"0",xChannelSelector:"A",yChannelSelector:"A"},content:["animate","set"]},feDistantLight:{attrsGroups:["core"],attrs:["azimuth","elevation"],defaults:{azimuth:"0",elevation:"0"},content:["animate","set"]},feFlood:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style"],content:["animate","animateColor","set"]},feFuncA:{attrsGroups:["core","transferFunction"],content:["set","animate"]},feFuncB:{attrsGroups:["core","transferFunction"],content:["set","animate"]},feFuncG:{attrsGroups:["core","transferFunction"],content:["set","animate"]},feFuncR:{attrsGroups:["core","transferFunction"],content:["set","animate"]},feGaussianBlur:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","in","stdDeviation"],defaults:{stdDeviation:"0"},content:["set","animate"]},feImage:{attrsGroups:["core","presentation","filterPrimitive","xlink"],attrs:["class","style","externalResourcesRequired","preserveAspectRatio","href","xlink:href"],defaults:{preserveAspectRatio:"xMidYMid meet"},content:["animate","animateTransform","set"]},feMerge:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style"],content:["feMergeNode"]},feMergeNode:{attrsGroups:["core"],attrs:["in"],content:["animate","set"]},feMorphology:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","in","operator","radius"],defaults:{operator:"erode",radius:"0"},content:["animate","set"]},feOffset:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","in","dx","dy"],defaults:{dx:"0",dy:"0"},content:["animate","set"]},fePointLight:{attrsGroups:["core"],attrs:["x","y","z"],defaults:{x:"0",y:"0",z:"0"},content:["animate","set"]},feSpecularLighting:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","in","surfaceScale","specularConstant","specularExponent","kernelUnitLength"],defaults:{surfaceScale:"1",specularConstant:"1",specularExponent:"1"},contentGroups:["descriptive","lightSource"]},feSpotLight:{attrsGroups:["core"],attrs:["x","y","z","pointsAtX","pointsAtY","pointsAtZ","specularExponent","limitingConeAngle"],defaults:{x:"0",y:"0",z:"0",pointsAtX:"0",pointsAtY:"0",pointsAtZ:"0",specularExponent:"1"},content:["animate","set"]},feTile:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","in"],content:["animate","set"]},feTurbulence:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","baseFrequency","numOctaves","seed","stitchTiles","type"],defaults:{baseFrequency:"0",numOctaves:"1",seed:"0",stitchTiles:"noStitch",type:"turbulence"},content:["animate","set"]},filter:{attrsGroups:["core","presentation","xlink"],attrs:["class","style","externalResourcesRequired","x","y","width","height","filterRes","filterUnits","primitiveUnits","href","xlink:href"],defaults:{primitiveUnits:"userSpaceOnUse",x:"-10%",y:"-10%",width:"120%",height:"120%"},contentGroups:["descriptive","filterPrimitive"],content:["animate","set"]},font:{attrsGroups:["core","presentation"],attrs:["class","style","externalResourcesRequired","horiz-origin-x","horiz-origin-y","horiz-adv-x","vert-origin-x","vert-origin-y","vert-adv-y"],defaults:{"horiz-origin-x":"0","horiz-origin-y":"0"},contentGroups:["descriptive"],content:["font-face","glyph","hkern","missing-glyph","vkern"]},"font-face":{attrsGroups:["core"],attrs:["font-family","font-style","font-variant","font-weight","font-stretch","font-size","unicode-range","units-per-em","panose-1","stemv","stemh","slope","cap-height","x-height","accent-height","ascent","descent","widths","bbox","ideographic","alphabetic","mathematical","hanging","v-ideographic","v-alphabetic","v-mathematical","v-hanging","underline-position","underline-thickness","strikethrough-position","strikethrough-thickness","overline-position","overline-thickness"],defaults:{"font-style":"all","font-variant":"normal","font-weight":"all","font-stretch":"normal","unicode-range":"U+0-10FFFF","units-per-em":"1000","panose-1":"0 0 0 0 0 0 0 0 0 0",slope:"0"},contentGroups:["descriptive"],content:["font-face-src"]},"font-face-format":{attrsGroups:["core"],attrs:["string"]},"font-face-name":{attrsGroups:["core"],attrs:["name"]},"font-face-src":{attrsGroups:["core"],content:["font-face-name","font-face-uri"]},"font-face-uri":{attrsGroups:["core","xlink"],attrs:["href","xlink:href"],content:["font-face-format"]},foreignObject:{attrsGroups:["core","conditionalProcessing","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","transform","x","y","width","height"],defaults:{x:"0",y:"0"}},g:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","transform"],contentGroups:["animation","descriptive","shape","structural","paintServer"],content:["a","altGlyphDef","clipPath","color-profile","cursor","filter","font","font-face","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"]},glyph:{attrsGroups:["core","presentation"],attrs:["class","style","d","horiz-adv-x","vert-origin-x","vert-origin-y","vert-adv-y","unicode","glyph-name","orientation","arabic-form","lang"],defaults:{"arabic-form":"initial"},contentGroups:["animation","descriptive","shape","structural","paintServer"],content:["a","altGlyphDef","clipPath","color-profile","cursor","filter","font","font-face","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"]},glyphRef:{attrsGroups:["core","presentation"],attrs:["class","style","d","horiz-adv-x","vert-origin-x","vert-origin-y","vert-adv-y"],contentGroups:["animation","descriptive","shape","structural","paintServer"],content:["a","altGlyphDef","clipPath","color-profile","cursor","filter","font","font-face","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"]},hatch:{attrsGroups:["core","presentation","xlink"],attrs:["class","style","x","y","pitch","rotate","hatchUnits","hatchContentUnits","transform"],defaults:{hatchUnits:"objectBoundingBox",hatchContentUnits:"userSpaceOnUse",x:"0",y:"0",pitch:"0",rotate:"0"},contentGroups:["animation","descriptive"],content:["hatchPath"]},hatchPath:{attrsGroups:["core","presentation","xlink"],attrs:["class","style","d","offset"],defaults:{offset:"0"},contentGroups:["animation","descriptive"]},hkern:{attrsGroups:["core"],attrs:["u1","g1","u2","g2","k"]},image:{attrsGroups:["core","conditionalProcessing","graphicalEvent","xlink","presentation"],attrs:["class","style","externalResourcesRequired","preserveAspectRatio","transform","x","y","width","height","href","xlink:href"],defaults:{x:"0",y:"0",preserveAspectRatio:"xMidYMid meet"},contentGroups:["animation","descriptive"]},line:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","transform","x1","y1","x2","y2"],defaults:{x1:"0",y1:"0",x2:"0",y2:"0"},contentGroups:["animation","descriptive"]},linearGradient:{attrsGroups:["core","presentation","xlink"],attrs:["class","style","externalResourcesRequired","x1","y1","x2","y2","gradientUnits","gradientTransform","spreadMethod","href","xlink:href"],defaults:{x1:"0",y1:"0",x2:"100%",y2:"0",spreadMethod:"pad"},contentGroups:["descriptive"],content:["animate","animateTransform","set","stop"]},marker:{attrsGroups:["core","presentation"],attrs:["class","style","externalResourcesRequired","viewBox","preserveAspectRatio","refX","refY","markerUnits","markerWidth","markerHeight","orient"],defaults:{markerUnits:"strokeWidth",refX:"0",refY:"0",markerWidth:"3",markerHeight:"3"},contentGroups:["animation","descriptive","shape","structural","paintServer"],content:["a","altGlyphDef","clipPath","color-profile","cursor","filter","font","font-face","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"]},mask:{attrsGroups:["conditionalProcessing","core","presentation"],attrs:["class","style","externalResourcesRequired","x","y","width","height","mask-type","maskUnits","maskContentUnits"],defaults:{maskUnits:"objectBoundingBox",maskContentUnits:"userSpaceOnUse",x:"-10%",y:"-10%",width:"120%",height:"120%"},contentGroups:["animation","descriptive","shape","structural","paintServer"],content:["a","altGlyphDef","clipPath","color-profile","cursor","filter","font","font-face","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"]},metadata:{attrsGroups:["core"]},"missing-glyph":{attrsGroups:["core","presentation"],attrs:["class","style","d","horiz-adv-x","vert-origin-x","vert-origin-y","vert-adv-y"],contentGroups:["animation","descriptive","shape","structural","paintServer"],content:["a","altGlyphDef","clipPath","color-profile","cursor","filter","font","font-face","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"]},mpath:{attrsGroups:["core","xlink"],attrs:["externalResourcesRequired","href","xlink:href"],contentGroups:["descriptive"]},path:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","transform","d","pathLength"],contentGroups:["animation","descriptive"]},pattern:{attrsGroups:["conditionalProcessing","core","presentation","xlink"],attrs:["class","style","externalResourcesRequired","viewBox","preserveAspectRatio","x","y","width","height","patternUnits","patternContentUnits","patternTransform","href","xlink:href"],defaults:{patternUnits:"objectBoundingBox",patternContentUnits:"userSpaceOnUse",x:"0",y:"0",width:"0",height:"0",preserveAspectRatio:"xMidYMid meet"},contentGroups:["animation","descriptive","paintServer","shape","structural"],content:["a","altGlyphDef","clipPath","color-profile","cursor","filter","font","font-face","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"]},polygon:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","transform","points"],contentGroups:["animation","descriptive"]},polyline:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","transform","points"],contentGroups:["animation","descriptive"]},radialGradient:{attrsGroups:["core","presentation","xlink"],attrs:["class","style","externalResourcesRequired","cx","cy","r","fx","fy","fr","gradientUnits","gradientTransform","spreadMethod","href","xlink:href"],defaults:{gradientUnits:"objectBoundingBox",cx:"50%",cy:"50%",r:"50%"},contentGroups:["descriptive"],content:["animate","animateTransform","set","stop"]},meshGradient:{attrsGroups:["core","presentation","xlink"],attrs:["class","style","x","y","gradientUnits","transform"],contentGroups:["descriptive","paintServer","animation"],content:["meshRow"]},meshRow:{attrsGroups:["core","presentation"],attrs:["class","style"],contentGroups:["descriptive"],content:["meshPatch"]},meshPatch:{attrsGroups:["core","presentation"],attrs:["class","style"],contentGroups:["descriptive"],content:["stop"]},rect:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","transform","x","y","width","height","rx","ry"],defaults:{x:"0",y:"0"},contentGroups:["animation","descriptive"]},script:{attrsGroups:["core","xlink"],attrs:["externalResourcesRequired","type","href","xlink:href"]},set:{attrsGroups:["conditionalProcessing","core","animation","xlink","animationAttributeTarget","animationTiming"],attrs:["externalResourcesRequired","to"],contentGroups:["descriptive"]},solidColor:{attrsGroups:["core","presentation"],attrs:["class","style"],contentGroups:["paintServer"]},stop:{attrsGroups:["core","presentation"],attrs:["class","style","offset","path"],content:["animate","animateColor","set"]},style:{attrsGroups:["core"],attrs:["type","media","title"],defaults:{type:"text/css"}},svg:{attrsGroups:["conditionalProcessing","core","documentEvent","graphicalEvent","presentation"],attrs:["class","style","x","y","width","height","viewBox","preserveAspectRatio","zoomAndPan","version","baseProfile","contentScriptType","contentStyleType"],defaults:{x:"0",y:"0",width:"100%",height:"100%",preserveAspectRatio:"xMidYMid meet",zoomAndPan:"magnify",version:"1.1",baseProfile:"none",contentScriptType:"application/ecmascript",contentStyleType:"text/css"},contentGroups:["animation","descriptive","shape","structural","paintServer"],content:["a","altGlyphDef","clipPath","color-profile","cursor","filter","font","font-face","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"]},switch:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","transform"],contentGroups:["animation","descriptive","shape"],content:["a","foreignObject","g","image","svg","switch","text","use"]},symbol:{attrsGroups:["core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","preserveAspectRatio","viewBox","refX","refY"],defaults:{refX:"0",refY:"0"},contentGroups:["animation","descriptive","shape","structural","paintServer"],content:["a","altGlyphDef","clipPath","color-profile","cursor","filter","font","font-face","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"]},text:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","transform","lengthAdjust","x","y","dx","dy","rotate","textLength"],defaults:{x:"0",y:"0",lengthAdjust:"spacing"},contentGroups:["animation","descriptive","textContentChild"],content:["a"]},textPath:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation","xlink"],attrs:["class","style","externalResourcesRequired","href","xlink:href","startOffset","method","spacing","d"],defaults:{startOffset:"0",method:"align",spacing:"exact"},contentGroups:["descriptive"],content:["a","altGlyph","animate","animateColor","set","tref","tspan"]},title:{attrsGroups:["core"],attrs:["class","style"]},tref:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation","xlink"],attrs:["class","style","externalResourcesRequired","href","xlink:href"],contentGroups:["descriptive"],content:["animate","animateColor","set"]},tspan:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","x","y","dx","dy","rotate","textLength","lengthAdjust"],contentGroups:["descriptive"],content:["a","altGlyph","animate","animateColor","set","tref","tspan"]},use:{attrsGroups:["core","conditionalProcessing","graphicalEvent","presentation","xlink"],attrs:["class","style","externalResourcesRequired","transform","x","y","width","height","href","xlink:href"],defaults:{x:"0",y:"0"},contentGroups:["animation","descriptive"]},view:{attrsGroups:["core"],attrs:["externalResourcesRequired","viewBox","preserveAspectRatio","zoomAndPan","viewTarget"],contentGroups:["descriptive"]},vkern:{attrsGroups:["core"],attrs:["u1","g1","u2","g2","k"]}},e.editorNamespaces=["http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd","http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd","http://www.inkscape.org/namespaces/inkscape","http://www.bohemiancoding.com/sketch/ns","http://ns.adobe.com/AdobeIllustrator/10.0/","http://ns.adobe.com/Graphs/1.0/","http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/","http://ns.adobe.com/Variables/1.0/","http://ns.adobe.com/SaveForWeb/1.0/","http://ns.adobe.com/Extensibility/1.0/","http://ns.adobe.com/Flows/1.0/","http://ns.adobe.com/ImageReplacement/1.0/","http://ns.adobe.com/GenericCustomNamespace/1.0/","http://ns.adobe.com/XPath/1.0/","http://schemas.microsoft.com/visio/2003/SVGExtensions/","http://taptrix.com/vectorillustrator/svg_extensions","http://www.figma.com/figma/ns","http://purl.org/dc/elements/1.1/","http://creativecommons.org/ns#","http://www.w3.org/1999/02/22-rdf-syntax-ns#","http://www.serif.com/","http://www.vector.evaxdesign.sk"],e.referencesProps=["clip-path","color-profile","fill","filter","marker-start","marker-mid","marker-end","mask","stroke","style"],e.inheritableAttrs=["clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cursor","direction","dominant-baseline","fill","fill-opacity","fill-rule","font","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","glyph-orientation-horizontal","glyph-orientation-vertical","image-rendering","letter-spacing","marker","marker-end","marker-mid","marker-start","paint-order","pointer-events","shape-rendering","stroke","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","text-anchor","text-rendering","transform","visibility","word-spacing","writing-mode"],e.presentationNonInheritableGroupAttrs=["display","clip-path","filter","mask","opacity","text-decoration","transform","unicode-bidi"],e.colorsNames={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:"#789",lightslategrey:"#789",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#0f0",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#f0f",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:"#639",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"},e.colorsShortNames={"#f0ffff":"azure","#f5f5dc":"beige","#ffe4c4":"bisque","#a52a2a":"brown","#ff7f50":"coral","#ffd700":"gold","#808080":"gray","#008000":"green","#4b0082":"indigo","#fffff0":"ivory","#f0e68c":"khaki","#faf0e6":"linen","#800000":"maroon","#000080":"navy","#808000":"olive","#ffa500":"orange","#da70d6":"orchid","#cd853f":"peru","#ffc0cb":"pink","#dda0dd":"plum","#800080":"purple","#f00":"red","#ff0000":"red","#fa8072":"salmon","#a0522d":"sienna","#c0c0c0":"silver","#fffafa":"snow","#d2b48c":"tan","#008080":"teal","#ff6347":"tomato","#ee82ee":"violet","#f5deb3":"wheat"},e.colorsProps=["color","fill","stroke","stop-color","flood-color","lighting-color"]}),ri=z(e=>{"use strict";var t=ti(),{textElems:c}=ne(),y=class Qn extends Error{constructor(r,a,l,f,g){super(r),this.name="SvgoParserError",this.message=`${g||"<input>"}:${a}:${l}: ${r}`,this.reason=r,this.line=a,this.column=l,this.source=f,Error.captureStackTrace&&Error.captureStackTrace(this,Qn)}toString(){let r=this.source.split(/\r?\n/),a=Math.max(this.line-3,0),l=Math.min(this.line+2,r.length),f=String(l).length,g=Math.max(this.column-54,0),b=Math.max(this.column+20,80),n=r.slice(a,l).map((o,m)=>{let p=o.slice(g,b),S="",v="";g!==0&&(S=g>o.length-1?" ":"\u2026"),b<o.length-1&&(v="\u2026");let C=a+1+m,h=` ${C.toString().padStart(f)} | `;if(C===this.line){let w=h.replace(/[^|]/g," "),k=(S+o.slice(g,this.column-1)).replace(/[^\t]/g," "),x=w+k;return`>${h}${S}${p}${v}
7
+ Actual: `+O.attribValue);else{var U=O.tag,Y=O.tags[O.tags.length-1]||O;U.ns===Y.ns&&(U.ns=Object.create(Y.ns)),U.ns[P]=O.attribValue}O.attribList.push([O.attribName,O.attribValue])}else O.tag.attributes[O.attribName]=O.attribValue,x(O,"onattribute",{name:O.attribName,value:O.attribValue});O.attribName=O.attribValue=""}function M(O,T){if(O.opt.xmlns){var R=O.tag,P=q(O.tagName);R.prefix=P.prefix,R.local=P.local,R.uri=R.ns[P.prefix]||"",R.prefix&&!R.uri&&(W(O,"Unbound namespace prefix: "+JSON.stringify(O.tagName)),R.uri=P.prefix);var U=O.tags[O.tags.length-1]||O;R.ns&&U.ns!==R.ns&&Object.keys(R.ns).forEach(function(ae){x(O,"onopennamespace",{prefix:ae,uri:R.ns[ae]})});for(var Y=0,te=O.attribList.length;Y<te;Y++){var _=O.attribList[Y],N=_[0],K=_[1],Z=q(N,!0),X=Z.prefix,$=Z.local,J=X===""?"":R.ns[X]||"",oe={name:N,value:K,prefix:X,local:$,uri:J};X&&X!=="xmlns"&&!J&&(W(O,"Unbound namespace prefix: "+JSON.stringify(X)),oe.uri=X),O.tag.attributes[N]=oe,x(O,"onattribute",oe)}O.attribList.length=0}O.tag.isSelfClosing=!!T,O.sawRoot=!0,O.tags.push(O.tag),x(O,"onopentag",O.tag),T||(!O.noscript&&O.tagName.toLowerCase()==="script"?O.state=h.SCRIPT:O.state=h.TEXT,O.tag=null,O.tagName=""),O.attribName=O.attribValue="",O.attribList.length=0}function G(O){if(!O.tagName){W(O,"Weird empty close tag."),O.textNode+="</>",O.state=h.TEXT;return}if(O.script){if(O.tagName!=="script"){O.script+="</"+O.tagName+">",O.tagName="",O.state=h.SCRIPT;return}x(O,"onscript",O.script),O.script=""}var T=O.tags.length,R=O.tagName;O.strict||(R=R[O.looseCase]());for(var P=R;T--;){var U=O.tags[T];if(U.name!==P)W(O,"Unexpected close tag");else break}if(T<0){W(O,"Unmatched closing tag: "+O.tagName),O.textNode+="</"+O.tagName+">",O.state=h.TEXT;return}O.tagName=R;for(var Y=O.tags.length;Y-- >T;){var te=O.tag=O.tags.pop();O.tagName=O.tag.name,x(O,"onclosetag",O.tagName);var _={};for(var N in te.ns)_[N]=te.ns[N];var K=O.tags[O.tags.length-1]||O;O.opt.xmlns&&te.ns!==K.ns&&Object.keys(te.ns).forEach(function(Z){var X=te.ns[Z];x(O,"onclosenamespace",{prefix:Z,uri:X})})}T===0&&(O.closedRoot=!0),O.tagName=O.attribValue=O.attribName="",O.attribList.length=0,O.state=h.TEXT}function V(O){var T=O.entity,R=T.toLowerCase(),P,U="";return O.ENTITIES[T]?O.ENTITIES[T]:O.ENTITIES[R]?O.ENTITIES[R]:(T=R,T.charAt(0)==="#"&&(T.charAt(1)==="x"?(T=T.slice(2),P=parseInt(T,16),U=P.toString(16)):(T=T.slice(1),P=parseInt(T,10),U=P.toString(10))),T=T.replace(/^0+/,""),isNaN(P)||U.toLowerCase()!==T?(W(O,"Invalid character entity"),"&"+O.entity+";"):String.fromCodePoint(P))}function H(O,T){T==="<"?(O.state=h.OPEN_WAKA,O.startTagPosition=O.position):m(T)||(W(O,"Non-whitespace before first tag."),O.textNode=T,O.state=h.TEXT)}function j(O,T){var R="";return T<O.length&&(R=O.charAt(T)),R}function L(O){var T=this;if(this.error)throw this.error;if(T.closed)return E(T,"Cannot write after close. Assign an onready handler.");if(O===null)return D(T);typeof O=="object"&&(O=O.toString());for(var R=0,P="";P=j(O,R++),T.c=P,!!P;)switch(T.trackPosition&&(T.position++,P===`
8
+ `?(T.line++,T.column=0):T.column++),T.state){case h.BEGIN:if(T.state=h.BEGIN_WHITESPACE,P==="\uFEFF")continue;H(T,P);continue;case h.BEGIN_WHITESPACE:H(T,P);continue;case h.TEXT:if(T.sawRoot&&!T.closedRoot){for(var U=R-1;P&&P!=="<"&&P!=="&";)P=j(O,R++),P&&T.trackPosition&&(T.position++,P===`
9
+ `?(T.line++,T.column=0):T.column++);T.textNode+=O.substring(U,R-1)}P==="<"&&!(T.sawRoot&&T.closedRoot&&!T.strict)?(T.state=h.OPEN_WAKA,T.startTagPosition=T.position):(!m(P)&&(!T.sawRoot||T.closedRoot)&&W(T,"Text data outside of root node."),P==="&"?T.state=h.TEXT_ENTITY:T.textNode+=P);continue;case h.SCRIPT:P==="<"?T.state=h.SCRIPT_ENDING:T.script+=P;continue;case h.SCRIPT_ENDING:P==="/"?T.state=h.CLOSE_TAG:(T.script+="<"+P,T.state=h.SCRIPT);continue;case h.OPEN_WAKA:if(P==="!")T.state=h.SGML_DECL,T.sgmlDecl="";else if(!m(P))if(v(f,P))T.state=h.OPEN_TAG,T.tagName=P;else if(P==="/")T.state=h.CLOSE_TAG,T.tagName="";else if(P==="?")T.state=h.PROC_INST,T.procInstName=T.procInstBody="";else{if(W(T,"Unencoded <"),T.startTagPosition+1<T.position){var Y=T.position-T.startTagPosition;P=new Array(Y).join(" ")+P}T.textNode+="<"+P,T.state=h.TEXT}continue;case h.SGML_DECL:(T.sgmlDecl+P).toUpperCase()===i?(x(T,"onopencdata"),T.state=h.CDATA,T.sgmlDecl="",T.cdata=""):T.sgmlDecl+P==="--"?(T.state=h.COMMENT,T.comment="",T.sgmlDecl=""):(T.sgmlDecl+P).toUpperCase()===r?(T.state=h.DOCTYPE,(T.doctype||T.sawRoot)&&W(T,"Inappropriately located doctype declaration"),T.doctype="",T.sgmlDecl=""):P===">"?(x(T,"onsgmldeclaration",T.sgmlDecl),T.sgmlDecl="",T.state=h.TEXT):(p(P)&&(T.state=h.SGML_DECL_QUOTED),T.sgmlDecl+=P);continue;case h.SGML_DECL_QUOTED:P===T.q&&(T.state=h.SGML_DECL,T.q=""),T.sgmlDecl+=P;continue;case h.DOCTYPE:P===">"?(T.state=h.TEXT,x(T,"ondoctype",T.doctype),T.doctype=!0):(T.doctype+=P,P==="["?T.state=h.DOCTYPE_DTD:p(P)&&(T.state=h.DOCTYPE_QUOTED,T.q=P));continue;case h.DOCTYPE_QUOTED:T.doctype+=P,P===T.q&&(T.q="",T.state=h.DOCTYPE);continue;case h.DOCTYPE_DTD:T.doctype+=P,P==="]"?T.state=h.DOCTYPE:p(P)&&(T.state=h.DOCTYPE_DTD_QUOTED,T.q=P);continue;case h.DOCTYPE_DTD_QUOTED:T.doctype+=P,P===T.q&&(T.state=h.DOCTYPE_DTD,T.q="");continue;case h.COMMENT:P==="-"?T.state=h.COMMENT_ENDING:T.comment+=P;continue;case h.COMMENT_ENDING:P==="-"?(T.state=h.COMMENT_ENDED,T.comment=B(T.opt,T.comment),T.comment&&x(T,"oncomment",T.comment),T.comment=""):(T.comment+="-"+P,T.state=h.COMMENT);continue;case h.COMMENT_ENDED:P!==">"?(W(T,"Malformed comment"),T.comment+="--"+P,T.state=h.COMMENT):T.state=h.TEXT;continue;case h.CDATA:P==="]"?T.state=h.CDATA_ENDING:T.cdata+=P;continue;case h.CDATA_ENDING:P==="]"?T.state=h.CDATA_ENDING_2:(T.cdata+="]"+P,T.state=h.CDATA);continue;case h.CDATA_ENDING_2:P===">"?(T.cdata&&x(T,"oncdata",T.cdata),x(T,"onclosecdata"),T.cdata="",T.state=h.TEXT):P==="]"?T.cdata+="]":(T.cdata+="]]"+P,T.state=h.CDATA);continue;case h.PROC_INST:P==="?"?T.state=h.PROC_INST_ENDING:m(P)?T.state=h.PROC_INST_BODY:T.procInstName+=P;continue;case h.PROC_INST_BODY:if(!T.procInstBody&&m(P))continue;P==="?"?T.state=h.PROC_INST_ENDING:T.procInstBody+=P;continue;case h.PROC_INST_ENDING:P===">"?(x(T,"onprocessinginstruction",{name:T.procInstName,body:T.procInstBody}),T.procInstName=T.procInstBody="",T.state=h.TEXT):(T.procInstBody+="?"+P,T.state=h.PROC_INST_BODY);continue;case h.OPEN_TAG:v(b,P)?T.tagName+=P:(I(T),P===">"?M(T):P==="/"?T.state=h.OPEN_TAG_SLASH:(m(P)||W(T,"Invalid character in tag name"),T.state=h.ATTRIB));continue;case h.OPEN_TAG_SLASH:P===">"?(M(T,!0),G(T)):(W(T,"Forward-slash in opening tag not followed by >"),T.state=h.ATTRIB);continue;case h.ATTRIB:if(m(P))continue;P===">"?M(T):P==="/"?T.state=h.OPEN_TAG_SLASH:v(f,P)?(T.attribName=P,T.attribValue="",T.state=h.ATTRIB_NAME):W(T,"Invalid attribute name");continue;case h.ATTRIB_NAME:P==="="?T.state=h.ATTRIB_VALUE:P===">"?(W(T,"Attribute without value"),T.attribValue=T.attribName,F(T),M(T)):m(P)?T.state=h.ATTRIB_NAME_SAW_WHITE:v(b,P)?T.attribName+=P:W(T,"Invalid attribute name");continue;case h.ATTRIB_NAME_SAW_WHITE:if(P==="=")T.state=h.ATTRIB_VALUE;else{if(m(P))continue;W(T,"Attribute without value"),T.tag.attributes[T.attribName]="",T.attribValue="",x(T,"onattribute",{name:T.attribName,value:""}),T.attribName="",P===">"?M(T):v(f,P)?(T.attribName=P,T.state=h.ATTRIB_NAME):(W(T,"Invalid attribute name"),T.state=h.ATTRIB)}continue;case h.ATTRIB_VALUE:if(m(P))continue;p(P)?(T.q=P,T.state=h.ATTRIB_VALUE_QUOTED):(W(T,"Unquoted attribute value"),T.state=h.ATTRIB_VALUE_UNQUOTED,T.attribValue=P);continue;case h.ATTRIB_VALUE_QUOTED:if(P!==T.q){P==="&"?T.state=h.ATTRIB_VALUE_ENTITY_Q:T.attribValue+=P;continue}F(T),T.q="",T.state=h.ATTRIB_VALUE_CLOSED;continue;case h.ATTRIB_VALUE_CLOSED:m(P)?T.state=h.ATTRIB:P===">"?M(T):P==="/"?T.state=h.OPEN_TAG_SLASH:v(f,P)?(W(T,"No whitespace between attributes"),T.attribName=P,T.attribValue="",T.state=h.ATTRIB_NAME):W(T,"Invalid attribute name");continue;case h.ATTRIB_VALUE_UNQUOTED:if(!S(P)){P==="&"?T.state=h.ATTRIB_VALUE_ENTITY_U:T.attribValue+=P;continue}F(T),P===">"?M(T):T.state=h.ATTRIB;continue;case h.CLOSE_TAG:if(T.tagName)P===">"?G(T):v(b,P)?T.tagName+=P:T.script?(T.script+="</"+T.tagName,T.tagName="",T.state=h.SCRIPT):(m(P)||W(T,"Invalid tagname in closing tag"),T.state=h.CLOSE_TAG_SAW_WHITE);else{if(m(P))continue;C(f,P)?T.script?(T.script+="</"+P,T.state=h.SCRIPT):W(T,"Invalid tagname in closing tag."):T.tagName=P}continue;case h.CLOSE_TAG_SAW_WHITE:if(m(P))continue;P===">"?G(T):W(T,"Invalid characters in closing tag");continue;case h.TEXT_ENTITY:case h.ATTRIB_VALUE_ENTITY_Q:case h.ATTRIB_VALUE_ENTITY_U:var te,_;switch(T.state){case h.TEXT_ENTITY:te=h.TEXT,_="textNode";break;case h.ATTRIB_VALUE_ENTITY_Q:te=h.ATTRIB_VALUE_QUOTED,_="attribValue";break;case h.ATTRIB_VALUE_ENTITY_U:te=h.ATTRIB_VALUE_UNQUOTED,_="attribValue";break}if(P===";"){var N=V(T);T.state===h.TEXT_ENTITY&&!t.ENTITIES[T.entity]&&N!=="&"+T.entity+";"?O=O.slice(0,R)+N+O.slice(R):T[_]+=N,T.entity="",T.state=te}else v(T.entity.length?o:n,P)?T.entity+=P:(W(T,"Invalid character in entity name"),T[_]+="&"+T.entity+P,T.entity="",T.state=te);continue;default:throw new Error(T,"Unknown state: "+T.state)}return T.position>=T.bufferCheckPosition&&u(T),T}})(typeof e>"u"?e.sax={}:e)}),ne=z(e=>{"use strict";e.elemsGroups={animation:["animate","animateColor","animateMotion","animateTransform","set"],descriptive:["desc","metadata","title"],shape:["circle","ellipse","line","path","polygon","polyline","rect"],structural:["defs","g","svg","symbol","use"],paintServer:["solidColor","linearGradient","radialGradient","meshGradient","pattern","hatch"],nonRendering:["linearGradient","radialGradient","pattern","clipPath","mask","marker","symbol","filter","solidColor"],container:["a","defs","g","marker","mask","missing-glyph","pattern","svg","switch","symbol","foreignObject"],textContent:["altGlyph","altGlyphDef","altGlyphItem","glyph","glyphRef","textPath","text","tref","tspan"],textContentChild:["altGlyph","textPath","tref","tspan"],lightSource:["feDiffuseLighting","feSpecularLighting","feDistantLight","fePointLight","feSpotLight"],filterPrimitive:["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","feSpecularLighting","feTile","feTurbulence"]},e.textElems=e.elemsGroups.textContent.concat("title"),e.pathElems=["path","glyph","missing-glyph"],e.attrsGroups={animationAddition:["additive","accumulate"],animationAttributeTarget:["attributeType","attributeName"],animationEvent:["onbegin","onend","onrepeat","onload"],animationTiming:["begin","dur","end","min","max","restart","repeatCount","repeatDur","fill"],animationValue:["calcMode","values","keyTimes","keySplines","from","to","by"],conditionalProcessing:["requiredFeatures","requiredExtensions","systemLanguage"],core:["id","tabindex","xml:base","xml:lang","xml:space"],graphicalEvent:["onfocusin","onfocusout","onactivate","onclick","onmousedown","onmouseup","onmouseover","onmousemove","onmouseout","onload"],presentation:["alignment-baseline","baseline-shift","clip","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cursor","direction","display","dominant-baseline","enable-background","fill","fill-opacity","fill-rule","filter","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","glyph-orientation-horizontal","glyph-orientation-vertical","image-rendering","letter-spacing","lighting-color","marker-end","marker-mid","marker-start","mask","opacity","overflow","paint-order","pointer-events","shape-rendering","stop-color","stop-opacity","stroke","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","text-anchor","text-decoration","text-overflow","text-rendering","transform","transform-origin","unicode-bidi","vector-effect","visibility","word-spacing","writing-mode"],xlink:["xlink:href","xlink:show","xlink:actuate","xlink:type","xlink:role","xlink:arcrole","xlink:title"],documentEvent:["onabort","onerror","onresize","onscroll","onunload","onzoom"],documentElementEvent:["oncopy","oncut","onpaste"],globalEvent:["oncancel","oncanplay","oncanplaythrough","onchange","onclick","onclose","oncuechange","ondblclick","ondrag","ondragend","ondragenter","ondragleave","ondragover","ondragstart","ondrop","ondurationchange","onemptied","onended","onerror","onfocus","oninput","oninvalid","onkeydown","onkeypress","onkeyup","onload","onloadeddata","onloadedmetadata","onloadstart","onmousedown","onmouseenter","onmouseleave","onmousemove","onmouseout","onmouseover","onmouseup","onmousewheel","onpause","onplay","onplaying","onprogress","onratechange","onreset","onresize","onscroll","onseeked","onseeking","onselect","onshow","onstalled","onsubmit","onsuspend","ontimeupdate","ontoggle","onvolumechange","onwaiting"],filterPrimitive:["x","y","width","height","result"],transferFunction:["type","tableValues","slope","intercept","amplitude","exponent","offset"]},e.attrsGroupsDefaults={core:{"xml:space":"default"},presentation:{clip:"auto","clip-path":"none","clip-rule":"nonzero",mask:"none",opacity:"1","stop-color":"#000","stop-opacity":"1","fill-opacity":"1","fill-rule":"nonzero",fill:"#000",stroke:"none","stroke-width":"1","stroke-linecap":"butt","stroke-linejoin":"miter","stroke-miterlimit":"4","stroke-dasharray":"none","stroke-dashoffset":"0","stroke-opacity":"1","paint-order":"normal","vector-effect":"none",display:"inline",visibility:"visible","marker-start":"none","marker-mid":"none","marker-end":"none","color-interpolation":"sRGB","color-interpolation-filters":"linearRGB","color-rendering":"auto","shape-rendering":"auto","text-rendering":"auto","image-rendering":"auto","font-style":"normal","font-variant":"normal","font-weight":"normal","font-stretch":"normal","font-size":"medium","font-size-adjust":"none",kerning:"auto","letter-spacing":"normal","word-spacing":"normal","text-decoration":"none","text-anchor":"start","text-overflow":"clip","writing-mode":"lr-tb","glyph-orientation-vertical":"auto","glyph-orientation-horizontal":"0deg",direction:"ltr","unicode-bidi":"normal","dominant-baseline":"auto","alignment-baseline":"baseline","baseline-shift":"baseline"},transferFunction:{slope:"1",intercept:"0",amplitude:"1",exponent:"1",offset:"0"}},e.elems={a:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation","xlink"],attrs:["class","style","externalResourcesRequired","transform","target"],defaults:{target:"_self"},contentGroups:["animation","descriptive","shape","structural","paintServer"],content:["a","altGlyphDef","clipPath","color-profile","cursor","filter","font","font-face","foreignObject","image","marker","mask","pattern","script","style","switch","text","view","tspan"]},altGlyph:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation","xlink"],attrs:["class","style","externalResourcesRequired","x","y","dx","dy","glyphRef","format","rotate"]},altGlyphDef:{attrsGroups:["core"],content:["glyphRef"]},altGlyphItem:{attrsGroups:["core"],content:["glyphRef","altGlyphItem"]},animate:{attrsGroups:["conditionalProcessing","core","animationAddition","animationAttributeTarget","animationEvent","animationTiming","animationValue","presentation","xlink"],attrs:["externalResourcesRequired"],contentGroups:["descriptive"]},animateColor:{attrsGroups:["conditionalProcessing","core","animationEvent","xlink","animationAttributeTarget","animationTiming","animationValue","animationAddition","presentation"],attrs:["externalResourcesRequired"],contentGroups:["descriptive"]},animateMotion:{attrsGroups:["conditionalProcessing","core","animationEvent","xlink","animationTiming","animationValue","animationAddition"],attrs:["externalResourcesRequired","path","keyPoints","rotate","origin"],defaults:{rotate:"0"},contentGroups:["descriptive"],content:["mpath"]},animateTransform:{attrsGroups:["conditionalProcessing","core","animationEvent","xlink","animationAttributeTarget","animationTiming","animationValue","animationAddition"],attrs:["externalResourcesRequired","type"],contentGroups:["descriptive"]},circle:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","transform","cx","cy","r"],defaults:{cx:"0",cy:"0"},contentGroups:["animation","descriptive"]},clipPath:{attrsGroups:["conditionalProcessing","core","presentation"],attrs:["class","style","externalResourcesRequired","transform","clipPathUnits"],defaults:{clipPathUnits:"userSpaceOnUse"},contentGroups:["animation","descriptive","shape"],content:["text","use"]},"color-profile":{attrsGroups:["core","xlink"],attrs:["local","name","rendering-intent"],defaults:{name:"sRGB","rendering-intent":"auto"},contentGroups:["descriptive"]},cursor:{attrsGroups:["core","conditionalProcessing","xlink"],attrs:["externalResourcesRequired","x","y"],defaults:{x:"0",y:"0"},contentGroups:["descriptive"]},defs:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","transform"],contentGroups:["animation","descriptive","shape","structural","paintServer"],content:["a","altGlyphDef","clipPath","color-profile","cursor","filter","font","font-face","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"]},desc:{attrsGroups:["core"],attrs:["class","style"]},ellipse:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","transform","cx","cy","rx","ry"],defaults:{cx:"0",cy:"0"},contentGroups:["animation","descriptive"]},feBlend:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","in","in2","mode"],defaults:{mode:"normal"},content:["animate","set"]},feColorMatrix:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","in","type","values"],defaults:{type:"matrix"},content:["animate","set"]},feComponentTransfer:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","in"],content:["feFuncA","feFuncB","feFuncG","feFuncR"]},feComposite:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","in","in2","operator","k1","k2","k3","k4"],defaults:{operator:"over",k1:"0",k2:"0",k3:"0",k4:"0"},content:["animate","set"]},feConvolveMatrix:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","in","order","kernelMatrix","divisor","bias","targetX","targetY","edgeMode","kernelUnitLength","preserveAlpha"],defaults:{order:"3",bias:"0",edgeMode:"duplicate",preserveAlpha:"false"},content:["animate","set"]},feDiffuseLighting:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","in","surfaceScale","diffuseConstant","kernelUnitLength"],defaults:{surfaceScale:"1",diffuseConstant:"1"},contentGroups:["descriptive"],content:["feDistantLight","fePointLight","feSpotLight"]},feDisplacementMap:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","in","in2","scale","xChannelSelector","yChannelSelector"],defaults:{scale:"0",xChannelSelector:"A",yChannelSelector:"A"},content:["animate","set"]},feDistantLight:{attrsGroups:["core"],attrs:["azimuth","elevation"],defaults:{azimuth:"0",elevation:"0"},content:["animate","set"]},feFlood:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style"],content:["animate","animateColor","set"]},feFuncA:{attrsGroups:["core","transferFunction"],content:["set","animate"]},feFuncB:{attrsGroups:["core","transferFunction"],content:["set","animate"]},feFuncG:{attrsGroups:["core","transferFunction"],content:["set","animate"]},feFuncR:{attrsGroups:["core","transferFunction"],content:["set","animate"]},feGaussianBlur:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","in","stdDeviation"],defaults:{stdDeviation:"0"},content:["set","animate"]},feImage:{attrsGroups:["core","presentation","filterPrimitive","xlink"],attrs:["class","style","externalResourcesRequired","preserveAspectRatio","href","xlink:href"],defaults:{preserveAspectRatio:"xMidYMid meet"},content:["animate","animateTransform","set"]},feMerge:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style"],content:["feMergeNode"]},feMergeNode:{attrsGroups:["core"],attrs:["in"],content:["animate","set"]},feMorphology:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","in","operator","radius"],defaults:{operator:"erode",radius:"0"},content:["animate","set"]},feOffset:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","in","dx","dy"],defaults:{dx:"0",dy:"0"},content:["animate","set"]},fePointLight:{attrsGroups:["core"],attrs:["x","y","z"],defaults:{x:"0",y:"0",z:"0"},content:["animate","set"]},feSpecularLighting:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","in","surfaceScale","specularConstant","specularExponent","kernelUnitLength"],defaults:{surfaceScale:"1",specularConstant:"1",specularExponent:"1"},contentGroups:["descriptive","lightSource"]},feSpotLight:{attrsGroups:["core"],attrs:["x","y","z","pointsAtX","pointsAtY","pointsAtZ","specularExponent","limitingConeAngle"],defaults:{x:"0",y:"0",z:"0",pointsAtX:"0",pointsAtY:"0",pointsAtZ:"0",specularExponent:"1"},content:["animate","set"]},feTile:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","in"],content:["animate","set"]},feTurbulence:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","baseFrequency","numOctaves","seed","stitchTiles","type"],defaults:{baseFrequency:"0",numOctaves:"1",seed:"0",stitchTiles:"noStitch",type:"turbulence"},content:["animate","set"]},filter:{attrsGroups:["core","presentation","xlink"],attrs:["class","style","externalResourcesRequired","x","y","width","height","filterRes","filterUnits","primitiveUnits","href","xlink:href"],defaults:{primitiveUnits:"userSpaceOnUse",x:"-10%",y:"-10%",width:"120%",height:"120%"},contentGroups:["descriptive","filterPrimitive"],content:["animate","set"]},font:{attrsGroups:["core","presentation"],attrs:["class","style","externalResourcesRequired","horiz-origin-x","horiz-origin-y","horiz-adv-x","vert-origin-x","vert-origin-y","vert-adv-y"],defaults:{"horiz-origin-x":"0","horiz-origin-y":"0"},contentGroups:["descriptive"],content:["font-face","glyph","hkern","missing-glyph","vkern"]},"font-face":{attrsGroups:["core"],attrs:["font-family","font-style","font-variant","font-weight","font-stretch","font-size","unicode-range","units-per-em","panose-1","stemv","stemh","slope","cap-height","x-height","accent-height","ascent","descent","widths","bbox","ideographic","alphabetic","mathematical","hanging","v-ideographic","v-alphabetic","v-mathematical","v-hanging","underline-position","underline-thickness","strikethrough-position","strikethrough-thickness","overline-position","overline-thickness"],defaults:{"font-style":"all","font-variant":"normal","font-weight":"all","font-stretch":"normal","unicode-range":"U+0-10FFFF","units-per-em":"1000","panose-1":"0 0 0 0 0 0 0 0 0 0",slope:"0"},contentGroups:["descriptive"],content:["font-face-src"]},"font-face-format":{attrsGroups:["core"],attrs:["string"]},"font-face-name":{attrsGroups:["core"],attrs:["name"]},"font-face-src":{attrsGroups:["core"],content:["font-face-name","font-face-uri"]},"font-face-uri":{attrsGroups:["core","xlink"],attrs:["href","xlink:href"],content:["font-face-format"]},foreignObject:{attrsGroups:["core","conditionalProcessing","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","transform","x","y","width","height"],defaults:{x:"0",y:"0"}},g:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","transform"],contentGroups:["animation","descriptive","shape","structural","paintServer"],content:["a","altGlyphDef","clipPath","color-profile","cursor","filter","font","font-face","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"]},glyph:{attrsGroups:["core","presentation"],attrs:["class","style","d","horiz-adv-x","vert-origin-x","vert-origin-y","vert-adv-y","unicode","glyph-name","orientation","arabic-form","lang"],defaults:{"arabic-form":"initial"},contentGroups:["animation","descriptive","shape","structural","paintServer"],content:["a","altGlyphDef","clipPath","color-profile","cursor","filter","font","font-face","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"]},glyphRef:{attrsGroups:["core","presentation"],attrs:["class","style","d","horiz-adv-x","vert-origin-x","vert-origin-y","vert-adv-y"],contentGroups:["animation","descriptive","shape","structural","paintServer"],content:["a","altGlyphDef","clipPath","color-profile","cursor","filter","font","font-face","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"]},hatch:{attrsGroups:["core","presentation","xlink"],attrs:["class","style","x","y","pitch","rotate","hatchUnits","hatchContentUnits","transform"],defaults:{hatchUnits:"objectBoundingBox",hatchContentUnits:"userSpaceOnUse",x:"0",y:"0",pitch:"0",rotate:"0"},contentGroups:["animation","descriptive"],content:["hatchPath"]},hatchPath:{attrsGroups:["core","presentation","xlink"],attrs:["class","style","d","offset"],defaults:{offset:"0"},contentGroups:["animation","descriptive"]},hkern:{attrsGroups:["core"],attrs:["u1","g1","u2","g2","k"]},image:{attrsGroups:["core","conditionalProcessing","graphicalEvent","xlink","presentation"],attrs:["class","style","externalResourcesRequired","preserveAspectRatio","transform","x","y","width","height","href","xlink:href"],defaults:{x:"0",y:"0",preserveAspectRatio:"xMidYMid meet"},contentGroups:["animation","descriptive"]},line:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","transform","x1","y1","x2","y2"],defaults:{x1:"0",y1:"0",x2:"0",y2:"0"},contentGroups:["animation","descriptive"]},linearGradient:{attrsGroups:["core","presentation","xlink"],attrs:["class","style","externalResourcesRequired","x1","y1","x2","y2","gradientUnits","gradientTransform","spreadMethod","href","xlink:href"],defaults:{x1:"0",y1:"0",x2:"100%",y2:"0",spreadMethod:"pad"},contentGroups:["descriptive"],content:["animate","animateTransform","set","stop"]},marker:{attrsGroups:["core","presentation"],attrs:["class","style","externalResourcesRequired","viewBox","preserveAspectRatio","refX","refY","markerUnits","markerWidth","markerHeight","orient"],defaults:{markerUnits:"strokeWidth",refX:"0",refY:"0",markerWidth:"3",markerHeight:"3"},contentGroups:["animation","descriptive","shape","structural","paintServer"],content:["a","altGlyphDef","clipPath","color-profile","cursor","filter","font","font-face","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"]},mask:{attrsGroups:["conditionalProcessing","core","presentation"],attrs:["class","style","externalResourcesRequired","x","y","width","height","mask-type","maskUnits","maskContentUnits"],defaults:{maskUnits:"objectBoundingBox",maskContentUnits:"userSpaceOnUse",x:"-10%",y:"-10%",width:"120%",height:"120%"},contentGroups:["animation","descriptive","shape","structural","paintServer"],content:["a","altGlyphDef","clipPath","color-profile","cursor","filter","font","font-face","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"]},metadata:{attrsGroups:["core"]},"missing-glyph":{attrsGroups:["core","presentation"],attrs:["class","style","d","horiz-adv-x","vert-origin-x","vert-origin-y","vert-adv-y"],contentGroups:["animation","descriptive","shape","structural","paintServer"],content:["a","altGlyphDef","clipPath","color-profile","cursor","filter","font","font-face","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"]},mpath:{attrsGroups:["core","xlink"],attrs:["externalResourcesRequired","href","xlink:href"],contentGroups:["descriptive"]},path:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","transform","d","pathLength"],contentGroups:["animation","descriptive"]},pattern:{attrsGroups:["conditionalProcessing","core","presentation","xlink"],attrs:["class","style","externalResourcesRequired","viewBox","preserveAspectRatio","x","y","width","height","patternUnits","patternContentUnits","patternTransform","href","xlink:href"],defaults:{patternUnits:"objectBoundingBox",patternContentUnits:"userSpaceOnUse",x:"0",y:"0",width:"0",height:"0",preserveAspectRatio:"xMidYMid meet"},contentGroups:["animation","descriptive","paintServer","shape","structural"],content:["a","altGlyphDef","clipPath","color-profile","cursor","filter","font","font-face","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"]},polygon:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","transform","points"],contentGroups:["animation","descriptive"]},polyline:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","transform","points"],contentGroups:["animation","descriptive"]},radialGradient:{attrsGroups:["core","presentation","xlink"],attrs:["class","style","externalResourcesRequired","cx","cy","r","fx","fy","fr","gradientUnits","gradientTransform","spreadMethod","href","xlink:href"],defaults:{gradientUnits:"objectBoundingBox",cx:"50%",cy:"50%",r:"50%"},contentGroups:["descriptive"],content:["animate","animateTransform","set","stop"]},meshGradient:{attrsGroups:["core","presentation","xlink"],attrs:["class","style","x","y","gradientUnits","transform"],contentGroups:["descriptive","paintServer","animation"],content:["meshRow"]},meshRow:{attrsGroups:["core","presentation"],attrs:["class","style"],contentGroups:["descriptive"],content:["meshPatch"]},meshPatch:{attrsGroups:["core","presentation"],attrs:["class","style"],contentGroups:["descriptive"],content:["stop"]},rect:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","transform","x","y","width","height","rx","ry"],defaults:{x:"0",y:"0"},contentGroups:["animation","descriptive"]},script:{attrsGroups:["core","xlink"],attrs:["externalResourcesRequired","type","href","xlink:href"]},set:{attrsGroups:["conditionalProcessing","core","animation","xlink","animationAttributeTarget","animationTiming"],attrs:["externalResourcesRequired","to"],contentGroups:["descriptive"]},solidColor:{attrsGroups:["core","presentation"],attrs:["class","style"],contentGroups:["paintServer"]},stop:{attrsGroups:["core","presentation"],attrs:["class","style","offset","path"],content:["animate","animateColor","set"]},style:{attrsGroups:["core"],attrs:["type","media","title"],defaults:{type:"text/css"}},svg:{attrsGroups:["conditionalProcessing","core","documentEvent","graphicalEvent","presentation"],attrs:["class","style","x","y","width","height","viewBox","preserveAspectRatio","zoomAndPan","version","baseProfile","contentScriptType","contentStyleType"],defaults:{x:"0",y:"0",width:"100%",height:"100%",preserveAspectRatio:"xMidYMid meet",zoomAndPan:"magnify",version:"1.1",baseProfile:"none",contentScriptType:"application/ecmascript",contentStyleType:"text/css"},contentGroups:["animation","descriptive","shape","structural","paintServer"],content:["a","altGlyphDef","clipPath","color-profile","cursor","filter","font","font-face","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"]},switch:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","transform"],contentGroups:["animation","descriptive","shape"],content:["a","foreignObject","g","image","svg","switch","text","use"]},symbol:{attrsGroups:["core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","preserveAspectRatio","viewBox","refX","refY"],defaults:{refX:"0",refY:"0"},contentGroups:["animation","descriptive","shape","structural","paintServer"],content:["a","altGlyphDef","clipPath","color-profile","cursor","filter","font","font-face","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"]},text:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","transform","lengthAdjust","x","y","dx","dy","rotate","textLength"],defaults:{x:"0",y:"0",lengthAdjust:"spacing"},contentGroups:["animation","descriptive","textContentChild"],content:["a"]},textPath:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation","xlink"],attrs:["class","style","externalResourcesRequired","href","xlink:href","startOffset","method","spacing","d"],defaults:{startOffset:"0",method:"align",spacing:"exact"},contentGroups:["descriptive"],content:["a","altGlyph","animate","animateColor","set","tref","tspan"]},title:{attrsGroups:["core"],attrs:["class","style"]},tref:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation","xlink"],attrs:["class","style","externalResourcesRequired","href","xlink:href"],contentGroups:["descriptive"],content:["animate","animateColor","set"]},tspan:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","x","y","dx","dy","rotate","textLength","lengthAdjust"],contentGroups:["descriptive"],content:["a","altGlyph","animate","animateColor","set","tref","tspan"]},use:{attrsGroups:["core","conditionalProcessing","graphicalEvent","presentation","xlink"],attrs:["class","style","externalResourcesRequired","transform","x","y","width","height","href","xlink:href"],defaults:{x:"0",y:"0"},contentGroups:["animation","descriptive"]},view:{attrsGroups:["core"],attrs:["externalResourcesRequired","viewBox","preserveAspectRatio","zoomAndPan","viewTarget"],contentGroups:["descriptive"]},vkern:{attrsGroups:["core"],attrs:["u1","g1","u2","g2","k"]}},e.editorNamespaces=["http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd","http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd","http://www.inkscape.org/namespaces/inkscape","http://www.bohemiancoding.com/sketch/ns","http://ns.adobe.com/AdobeIllustrator/10.0/","http://ns.adobe.com/Graphs/1.0/","http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/","http://ns.adobe.com/Variables/1.0/","http://ns.adobe.com/SaveForWeb/1.0/","http://ns.adobe.com/Extensibility/1.0/","http://ns.adobe.com/Flows/1.0/","http://ns.adobe.com/ImageReplacement/1.0/","http://ns.adobe.com/GenericCustomNamespace/1.0/","http://ns.adobe.com/XPath/1.0/","http://schemas.microsoft.com/visio/2003/SVGExtensions/","http://taptrix.com/vectorillustrator/svg_extensions","http://www.figma.com/figma/ns","http://purl.org/dc/elements/1.1/","http://creativecommons.org/ns#","http://www.w3.org/1999/02/22-rdf-syntax-ns#","http://www.serif.com/","http://www.vector.evaxdesign.sk"],e.referencesProps=["clip-path","color-profile","fill","filter","marker-start","marker-mid","marker-end","mask","stroke","style"],e.inheritableAttrs=["clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cursor","direction","dominant-baseline","fill","fill-opacity","fill-rule","font","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","glyph-orientation-horizontal","glyph-orientation-vertical","image-rendering","letter-spacing","marker","marker-end","marker-mid","marker-start","paint-order","pointer-events","shape-rendering","stroke","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","text-anchor","text-rendering","transform","visibility","word-spacing","writing-mode"],e.presentationNonInheritableGroupAttrs=["display","clip-path","filter","mask","opacity","text-decoration","transform","unicode-bidi"],e.colorsNames={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:"#789",lightslategrey:"#789",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#0f0",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#f0f",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:"#639",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"},e.colorsShortNames={"#f0ffff":"azure","#f5f5dc":"beige","#ffe4c4":"bisque","#a52a2a":"brown","#ff7f50":"coral","#ffd700":"gold","#808080":"gray","#008000":"green","#4b0082":"indigo","#fffff0":"ivory","#f0e68c":"khaki","#faf0e6":"linen","#800000":"maroon","#000080":"navy","#808000":"olive","#ffa500":"orange","#da70d6":"orchid","#cd853f":"peru","#ffc0cb":"pink","#dda0dd":"plum","#800080":"purple","#f00":"red","#ff0000":"red","#fa8072":"salmon","#a0522d":"sienna","#c0c0c0":"silver","#fffafa":"snow","#d2b48c":"tan","#008080":"teal","#ff6347":"tomato","#ee82ee":"violet","#f5deb3":"wheat"},e.colorsProps=["color","fill","stroke","stop-color","flood-color","lighting-color"]}),ri=z(e=>{"use strict";var t=ti(),{textElems:c}=ne(),y=class Qn extends Error{constructor(r,a,l,g,f){super(r),this.name="SvgoParserError",this.message=`${f||"<input>"}:${a}:${l}: ${r}`,this.reason=r,this.line=a,this.column=l,this.source=g,Error.captureStackTrace&&Error.captureStackTrace(this,Qn)}toString(){let r=this.source.split(/\r?\n/),a=Math.max(this.line-3,0),l=Math.min(this.line+2,r.length),g=String(l).length,f=Math.max(this.column-54,0),b=Math.max(this.column+20,80),n=r.slice(a,l).map((o,m)=>{let p=o.slice(f,b),S="",v="";f!==0&&(S=f>o.length-1?" ":"\u2026"),b<o.length-1&&(v="\u2026");let C=a+1+m,h=` ${C.toString().padStart(g)} | `;if(C===this.line){let w=h.replace(/[^|]/g," "),k=(S+o.slice(f,this.column-1)).replace(/[^\t]/g," "),x=w+k;return`>${h}${S}${p}${v}
10
10
  ${x}^`}return` ${h}${S}${p}${v}`}).join(`
11
11
  `);return`${this.name}: ${this.message}
12
12
 
13
13
  ${n}
14
- `}},u=/<!ENTITY\s+(\S+)\s+(?:'([^']+)'|"([^"]+)")\s*>/g,d={strict:!0,trim:!1,normalize:!1,lowercase:!0,xmlns:!0,position:!0},s=(i,r)=>{let a=t.parser(d.strict,d),l={type:"root",children:[]},f=l,g=[l],b=n=>{Object.defineProperty(n,"parentNode",{writable:!0,value:f}),f.children.push(n)};return a.ondoctype=n=>{b({type:"doctype",name:"svg",data:{doctype:n}});let o=n.indexOf("[");if(o>=0){u.lastIndex=o;let m=u.exec(i);for(;m!=null;)a.ENTITIES[m[1]]=m[2]||m[3],m=u.exec(i)}},a.onprocessinginstruction=n=>{let o={type:"instruction",name:n.name,value:n.body};b(o)},a.oncomment=n=>{let o={type:"comment",value:n.trim()};b(o)},a.oncdata=n=>{b({type:"cdata",value:n})},a.onopentag=n=>{let o={type:"element",name:n.name,attributes:{},children:[]};for(let[m,p]of Object.entries(n.attributes))o.attributes[m]=p.value;b(o),f=o,g.push(o)},a.ontext=n=>{if(f.type==="element"){if(c.includes(f.name))b({type:"text",value:n});else if(/\S/.test(n)){let o={type:"text",value:n.trim()};b(o)}}},a.onclosetag=()=>{g.pop(),f=g[g.length-1]},a.onerror=n=>{let o=new y(n.reason,n.line+1,n.column,i,r);if(n.message.indexOf("Unexpected end")===-1)throw o},a.write(i).close(),l};e.parseSvg=s}),ni=z(e=>{"use strict";var{textElems:t}=ne(),c=o=>u[o],y={doctypeStart:"<!DOCTYPE",doctypeEnd:">",procInstStart:"<?",procInstEnd:"?>",tagOpenStart:"<",tagOpenEnd:">",tagCloseStart:"</",tagCloseEnd:">",tagShortStart:"<",tagShortEnd:"/>",attrStart:'="',attrEnd:'"',commentStart:"<!--",commentEnd:"-->",cdataStart:"<![CDATA[",cdataEnd:"]]>",textStart:"",textEnd:"",indent:4,regEntities:/[&'"<>]/g,regValEntities:/[&"<>]/g,encodeEntity:c,pretty:!1,useShortTags:!0,eol:"lf",finalNewline:!1},u={"&":"&amp;","'":"&apos;",'"':"&quot;",">":"&gt;","<":"&lt;"},d=(o,m={})=>{let p={...y,...m},S=p.indent,v=" ";typeof S=="number"&&Number.isNaN(S)===!1?v=S<0?" ":" ".repeat(S):typeof S=="string"&&(v=S);let C={indent:v,textContext:null,indentLevel:0},h=p.eol==="crlf"?`\r
14
+ `}},u=/<!ENTITY\s+(\S+)\s+(?:'([^']+)'|"([^"]+)")\s*>/g,d={strict:!0,trim:!1,normalize:!1,lowercase:!0,xmlns:!0,position:!0},s=(i,r)=>{let a=t.parser(d.strict,d),l={type:"root",children:[]},g=l,f=[l],b=n=>{Object.defineProperty(n,"parentNode",{writable:!0,value:g}),g.children.push(n)};return a.ondoctype=n=>{b({type:"doctype",name:"svg",data:{doctype:n}});let o=n.indexOf("[");if(o>=0){u.lastIndex=o;let m=u.exec(i);for(;m!=null;)a.ENTITIES[m[1]]=m[2]||m[3],m=u.exec(i)}},a.onprocessinginstruction=n=>{let o={type:"instruction",name:n.name,value:n.body};b(o)},a.oncomment=n=>{let o={type:"comment",value:n.trim()};b(o)},a.oncdata=n=>{b({type:"cdata",value:n})},a.onopentag=n=>{let o={type:"element",name:n.name,attributes:{},children:[]};for(let[m,p]of Object.entries(n.attributes))o.attributes[m]=p.value;b(o),g=o,f.push(o)},a.ontext=n=>{if(g.type==="element"){if(c.includes(g.name))b({type:"text",value:n});else if(/\S/.test(n)){let o={type:"text",value:n.trim()};b(o)}}},a.onclosetag=()=>{f.pop(),g=f[f.length-1]},a.onerror=n=>{let o=new y(n.reason,n.line+1,n.column,i,r);if(n.message.indexOf("Unexpected end")===-1)throw o},a.write(i).close(),l};e.parseSvg=s}),ni=z(e=>{"use strict";var{textElems:t}=ne(),c=o=>u[o],y={doctypeStart:"<!DOCTYPE",doctypeEnd:">",procInstStart:"<?",procInstEnd:"?>",tagOpenStart:"<",tagOpenEnd:">",tagCloseStart:"</",tagCloseEnd:">",tagShortStart:"<",tagShortEnd:"/>",attrStart:'="',attrEnd:'"',commentStart:"<!--",commentEnd:"-->",cdataStart:"<![CDATA[",cdataEnd:"]]>",textStart:"",textEnd:"",indent:4,regEntities:/[&'"<>]/g,regValEntities:/[&"<>]/g,encodeEntity:c,pretty:!1,useShortTags:!0,eol:"lf",finalNewline:!1},u={"&":"&amp;","'":"&apos;",'"':"&quot;",">":"&gt;","<":"&lt;"},d=(o,m={})=>{let p={...y,...m},S=p.indent,v=" ";typeof S=="number"&&Number.isNaN(S)===!1?v=S<0?" ":" ".repeat(S):typeof S=="string"&&(v=S);let C={indent:v,textContext:null,indentLevel:0},h=p.eol==="crlf"?`\r
15
15
  `:`
16
16
  `;p.pretty&&(p.doctypeEnd+=h,p.procInstEnd+=h,p.commentEnd+=h,p.cdataEnd+=h,p.tagShortEnd+=h,p.tagOpenEnd+=h,p.tagCloseEnd+=h,p.textEnd+=h);let w=s(o,p,C);return p.finalNewline&&w.length>0&&w[w.length-1]!==`
17
- `&&(w+=h),w};e.stringifySvg=d;var s=(o,m,p)=>{let S="";p.indentLevel+=1;for(let v of o.children)v.type==="element"&&(S+=g(v,m,p)),v.type==="text"&&(S+=n(v,m,p)),v.type==="doctype"&&(S+=r(v,m)),v.type==="instruction"&&(S+=a(v,m)),v.type==="comment"&&(S+=l(v,m)),v.type==="cdata"&&(S+=f(v,m,p));return p.indentLevel-=1,S},i=(o,m)=>{let p="";return o.pretty&&m.textContext==null&&(p=m.indent.repeat(m.indentLevel-1)),p},r=(o,m)=>m.doctypeStart+o.data.doctype+m.doctypeEnd,a=(o,m)=>m.procInstStart+o.name+" "+o.value+m.procInstEnd,l=(o,m)=>m.commentStart+o.value+m.commentEnd,f=(o,m,p)=>i(m,p)+m.cdataStart+o.value+m.cdataEnd,g=(o,m,p)=>{if(o.children.length===0)return m.useShortTags?i(m,p)+m.tagShortStart+o.name+b(o,m)+m.tagShortEnd:i(m,p)+m.tagShortStart+o.name+b(o,m)+m.tagOpenEnd+m.tagCloseStart+o.name+m.tagCloseEnd;{let S=m.tagOpenStart,v=m.tagOpenEnd,C=m.tagCloseStart,h=m.tagCloseEnd,w=i(m,p),k=i(m,p);p.textContext?(S=y.tagOpenStart,v=y.tagOpenEnd,C=y.tagCloseStart,h=y.tagCloseEnd,w=""):t.includes(o.name)&&(v=y.tagOpenEnd,C=y.tagCloseStart,k="",p.textContext=o);let x=s(o,m,p);return p.textContext===o&&(p.textContext=null),w+S+o.name+b(o,m)+v+x+k+C+o.name+h}},b=(o,m)=>{let p="";for(let[S,v]of Object.entries(o.attributes))if(v!==void 0){let C=v.toString().replace(m.regValEntities,m.encodeEntity);p+=" "+S+m.attrStart+C+m.attrEnd}else p+=" "+S;return p},n=(o,m,p)=>i(m,p)+m.textStart+o.value.replace(m.regEntities,m.encodeEntity)+(p.textContext?"":m.textEnd)}),ze=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.Doctype=e.CDATA=e.Tag=e.Style=e.Script=e.Comment=e.Directive=e.Text=e.Root=e.isTag=e.ElementType=void 0;var t;(function(y){y.Root="root",y.Text="text",y.Directive="directive",y.Comment="comment",y.Script="script",y.Style="style",y.Tag="tag",y.CDATA="cdata",y.Doctype="doctype"})(t=e.ElementType||(e.ElementType={}));function c(y){return y.type===t.Tag||y.type===t.Script||y.type===t.Style}e.isTag=c,e.Root=t.Root,e.Text=t.Text,e.Directive=t.Directive,e.Comment=t.Comment,e.Script=t.Script,e.Style=t.Style,e.Tag=t.Tag,e.CDATA=t.CDATA,e.Doctype=t.Doctype}),lt=z(e=>{"use strict";var t=e&&e.__extends||function(){var w=function(k,x){return w=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(A,B){A.__proto__=B}||function(A,B){for(var E in B)Object.prototype.hasOwnProperty.call(B,E)&&(A[E]=B[E])},w(k,x)};return function(k,x){if(typeof x!="function"&&x!==null)throw new TypeError("Class extends value "+String(x)+" is not a constructor or null");w(k,x);function A(){this.constructor=k}k.prototype=x===null?Object.create(x):(A.prototype=x.prototype,new A)}}(),c=e&&e.__assign||function(){return c=Object.assign||function(w){for(var k,x=1,A=arguments.length;x<A;x++){k=arguments[x];for(var B in k)Object.prototype.hasOwnProperty.call(k,B)&&(w[B]=k[B])}return w},c.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.cloneNode=e.hasChildren=e.isDocument=e.isDirective=e.isComment=e.isText=e.isCDATA=e.isTag=e.Element=e.Document=e.CDATA=e.NodeWithChildren=e.ProcessingInstruction=e.Comment=e.Text=e.DataNode=e.Node=void 0;var y=ze(),u=function(){function w(){this.parent=null,this.prev=null,this.next=null,this.startIndex=null,this.endIndex=null}return Object.defineProperty(w.prototype,"parentNode",{get:function(){return this.parent},set:function(k){this.parent=k},enumerable:!1,configurable:!0}),Object.defineProperty(w.prototype,"previousSibling",{get:function(){return this.prev},set:function(k){this.prev=k},enumerable:!1,configurable:!0}),Object.defineProperty(w.prototype,"nextSibling",{get:function(){return this.next},set:function(k){this.next=k},enumerable:!1,configurable:!0}),w.prototype.cloneNode=function(k){return k===void 0&&(k=!1),C(this,k)},w}();e.Node=u;var d=function(w){t(k,w);function k(x){var A=w.call(this)||this;return A.data=x,A}return Object.defineProperty(k.prototype,"nodeValue",{get:function(){return this.data},set:function(x){this.data=x},enumerable:!1,configurable:!0}),k}(u);e.DataNode=d;var s=function(w){t(k,w);function k(){var x=w!==null&&w.apply(this,arguments)||this;return x.type=y.ElementType.Text,x}return Object.defineProperty(k.prototype,"nodeType",{get:function(){return 3},enumerable:!1,configurable:!0}),k}(d);e.Text=s;var i=function(w){t(k,w);function k(){var x=w!==null&&w.apply(this,arguments)||this;return x.type=y.ElementType.Comment,x}return Object.defineProperty(k.prototype,"nodeType",{get:function(){return 8},enumerable:!1,configurable:!0}),k}(d);e.Comment=i;var r=function(w){t(k,w);function k(x,A){var B=w.call(this,A)||this;return B.name=x,B.type=y.ElementType.Directive,B}return Object.defineProperty(k.prototype,"nodeType",{get:function(){return 1},enumerable:!1,configurable:!0}),k}(d);e.ProcessingInstruction=r;var a=function(w){t(k,w);function k(x){var A=w.call(this)||this;return A.children=x,A}return Object.defineProperty(k.prototype,"firstChild",{get:function(){var x;return(x=this.children[0])!==null&&x!==void 0?x:null},enumerable:!1,configurable:!0}),Object.defineProperty(k.prototype,"lastChild",{get:function(){return this.children.length>0?this.children[this.children.length-1]:null},enumerable:!1,configurable:!0}),Object.defineProperty(k.prototype,"childNodes",{get:function(){return this.children},set:function(x){this.children=x},enumerable:!1,configurable:!0}),k}(u);e.NodeWithChildren=a;var l=function(w){t(k,w);function k(){var x=w!==null&&w.apply(this,arguments)||this;return x.type=y.ElementType.CDATA,x}return Object.defineProperty(k.prototype,"nodeType",{get:function(){return 4},enumerable:!1,configurable:!0}),k}(a);e.CDATA=l;var f=function(w){t(k,w);function k(){var x=w!==null&&w.apply(this,arguments)||this;return x.type=y.ElementType.Root,x}return Object.defineProperty(k.prototype,"nodeType",{get:function(){return 9},enumerable:!1,configurable:!0}),k}(a);e.Document=f;var g=function(w){t(k,w);function k(x,A,B,E){B===void 0&&(B=[]),E===void 0&&(E=x==="script"?y.ElementType.Script:x==="style"?y.ElementType.Style:y.ElementType.Tag);var D=w.call(this,B)||this;return D.name=x,D.attribs=A,D.type=E,D}return Object.defineProperty(k.prototype,"nodeType",{get:function(){return 1},enumerable:!1,configurable:!0}),Object.defineProperty(k.prototype,"tagName",{get:function(){return this.name},set:function(x){this.name=x},enumerable:!1,configurable:!0}),Object.defineProperty(k.prototype,"attributes",{get:function(){var x=this;return Object.keys(this.attribs).map(function(A){var B,E;return{name:A,value:x.attribs[A],namespace:(B=x["x-attribsNamespace"])===null||B===void 0?void 0:B[A],prefix:(E=x["x-attribsPrefix"])===null||E===void 0?void 0:E[A]}})},enumerable:!1,configurable:!0}),k}(a);e.Element=g;function b(w){return(0,y.isTag)(w)}e.isTag=b;function n(w){return w.type===y.ElementType.CDATA}e.isCDATA=n;function o(w){return w.type===y.ElementType.Text}e.isText=o;function m(w){return w.type===y.ElementType.Comment}e.isComment=m;function p(w){return w.type===y.ElementType.Directive}e.isDirective=p;function S(w){return w.type===y.ElementType.Root}e.isDocument=S;function v(w){return Object.prototype.hasOwnProperty.call(w,"children")}e.hasChildren=v;function C(w,k){k===void 0&&(k=!1);var x;if(o(w))x=new s(w.data);else if(m(w))x=new i(w.data);else if(b(w)){var A=k?h(w.children):[],B=new g(w.name,c({},w.attribs),A);A.forEach(function(I){return I.parent=B}),w.namespace!=null&&(B.namespace=w.namespace),w["x-attribsNamespace"]&&(B["x-attribsNamespace"]=c({},w["x-attribsNamespace"])),w["x-attribsPrefix"]&&(B["x-attribsPrefix"]=c({},w["x-attribsPrefix"])),x=B}else if(n(w)){var A=k?h(w.children):[],E=new l(A);A.forEach(function(q){return q.parent=E}),x=E}else if(S(w)){var A=k?h(w.children):[],D=new f(A);A.forEach(function(q){return q.parent=D}),w["x-mode"]&&(D["x-mode"]=w["x-mode"]),x=D}else if(p(w)){var W=new r(w.name,w.data);w["x-name"]!=null&&(W["x-name"]=w["x-name"],W["x-publicId"]=w["x-publicId"],W["x-systemId"]=w["x-systemId"]),x=W}else throw new Error("Not implemented yet: ".concat(w.type));return x.startIndex=w.startIndex,x.endIndex=w.endIndex,w.sourceCodeLocation!=null&&(x.sourceCodeLocation=w.sourceCodeLocation),x}e.cloneNode=C;function h(w){for(var k=w.map(function(A){return C(A,!0)}),x=1;x<k.length;x++)k[x].prev=k[x-1],k[x-1].next=k[x];return k}}),xe=z(e=>{"use strict";var t=e&&e.__createBinding||(Object.create?function(i,r,a,l){l===void 0&&(l=a);var f=Object.getOwnPropertyDescriptor(r,a);(!f||("get"in f?!r.__esModule:f.writable||f.configurable))&&(f={enumerable:!0,get:function(){return r[a]}}),Object.defineProperty(i,l,f)}:function(i,r,a,l){l===void 0&&(l=a),i[l]=r[a]}),c=e&&e.__exportStar||function(i,r){for(var a in i)a!=="default"&&!Object.prototype.hasOwnProperty.call(r,a)&&t(r,i,a)};Object.defineProperty(e,"__esModule",{value:!0}),e.DomHandler=void 0;var y=ze(),u=lt();c(lt(),e);var d={withStartIndices:!1,withEndIndices:!1,xmlMode:!1},s=function(){function i(r,a,l){this.dom=[],this.root=new u.Document(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null,typeof a=="function"&&(l=a,a=d),typeof r=="object"&&(a=r,r=void 0),this.callback=r??null,this.options=a??d,this.elementCB=l??null}return i.prototype.onparserinit=function(r){this.parser=r},i.prototype.onreset=function(){this.dom=[],this.root=new u.Document(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null},i.prototype.onend=function(){this.done||(this.done=!0,this.parser=null,this.handleCallback(null))},i.prototype.onerror=function(r){this.handleCallback(r)},i.prototype.onclosetag=function(){this.lastNode=null;var r=this.tagStack.pop();this.options.withEndIndices&&(r.endIndex=this.parser.endIndex),this.elementCB&&this.elementCB(r)},i.prototype.onopentag=function(r,a){var l=this.options.xmlMode?y.ElementType.Tag:void 0,f=new u.Element(r,a,void 0,l);this.addNode(f),this.tagStack.push(f)},i.prototype.ontext=function(r){var a=this.lastNode;if(a&&a.type===y.ElementType.Text)a.data+=r,this.options.withEndIndices&&(a.endIndex=this.parser.endIndex);else{var l=new u.Text(r);this.addNode(l),this.lastNode=l}},i.prototype.oncomment=function(r){if(this.lastNode&&this.lastNode.type===y.ElementType.Comment){this.lastNode.data+=r;return}var a=new u.Comment(r);this.addNode(a),this.lastNode=a},i.prototype.oncommentend=function(){this.lastNode=null},i.prototype.oncdatastart=function(){var r=new u.Text(""),a=new u.CDATA([r]);this.addNode(a),r.parent=a,this.lastNode=r},i.prototype.oncdataend=function(){this.lastNode=null},i.prototype.onprocessinginstruction=function(r,a){var l=new u.ProcessingInstruction(r,a);this.addNode(l)},i.prototype.handleCallback=function(r){if(typeof this.callback=="function")this.callback(r,this.dom);else if(r)throw r},i.prototype.addNode=function(r){var a=this.tagStack[this.tagStack.length-1],l=a.children[a.children.length-1];this.options.withStartIndices&&(r.startIndex=this.parser.startIndex),this.options.withEndIndices&&(r.endIndex=this.parser.endIndex),a.children.push(r),l&&(r.prev=l,l.next=r),r.parent=a,this.lastNode=null},i}();e.DomHandler=s,e.default=s}),ii=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=new Uint16Array('\u1D41<\xD5\u0131\u028A\u049D\u057B\u05D0\u0675\u06DE\u07A2\u07D6\u080F\u0A4A\u0A91\u0DA1\u0E6D\u0F09\u0F26\u10CA\u1228\u12E1\u1415\u149D\u14C3\u14DF\u1525\0\0\0\0\0\0\u156B\u16CD\u198D\u1C12\u1DDD\u1F7E\u2060\u21B0\u228D\u23C0\u23FB\u2442\u2824\u2912\u2D08\u2E48\u2FCE\u3016\u32BA\u3639\u37AC\u38FE\u3A28\u3A71\u3AE0\u3B2E\u0800EMabcfglmnoprstu\\bfms\x7F\x84\x8B\x90\x95\x98\xA6\xB3\xB9\xC8\xCFlig\u803B\xC6\u40C6P\u803B&\u4026cute\u803B\xC1\u40C1reve;\u4102\u0100iyx}rc\u803B\xC2\u40C2;\u4410r;\uC000\u{1D504}rave\u803B\xC0\u40C0pha;\u4391acr;\u4100d;\u6A53\u0100gp\x9D\xA1on;\u4104f;\uC000\u{1D538}plyFunction;\u6061ing\u803B\xC5\u40C5\u0100cs\xBE\xC3r;\uC000\u{1D49C}ign;\u6254ilde\u803B\xC3\u40C3ml\u803B\xC4\u40C4\u0400aceforsu\xE5\xFB\xFE\u0117\u011C\u0122\u0127\u012A\u0100cr\xEA\xF2kslash;\u6216\u0176\xF6\xF8;\u6AE7ed;\u6306y;\u4411\u0180crt\u0105\u010B\u0114ause;\u6235noullis;\u612Ca;\u4392r;\uC000\u{1D505}pf;\uC000\u{1D539}eve;\u42D8c\xF2\u0113mpeq;\u624E\u0700HOacdefhilorsu\u014D\u0151\u0156\u0180\u019E\u01A2\u01B5\u01B7\u01BA\u01DC\u0215\u0273\u0278\u027Ecy;\u4427PY\u803B\xA9\u40A9\u0180cpy\u015D\u0162\u017Aute;\u4106\u0100;i\u0167\u0168\u62D2talDifferentialD;\u6145leys;\u612D\u0200aeio\u0189\u018E\u0194\u0198ron;\u410Cdil\u803B\xC7\u40C7rc;\u4108nint;\u6230ot;\u410A\u0100dn\u01A7\u01ADilla;\u40B8terDot;\u40B7\xF2\u017Fi;\u43A7rcle\u0200DMPT\u01C7\u01CB\u01D1\u01D6ot;\u6299inus;\u6296lus;\u6295imes;\u6297o\u0100cs\u01E2\u01F8kwiseContourIntegral;\u6232eCurly\u0100DQ\u0203\u020FoubleQuote;\u601Duote;\u6019\u0200lnpu\u021E\u0228\u0247\u0255on\u0100;e\u0225\u0226\u6237;\u6A74\u0180git\u022F\u0236\u023Aruent;\u6261nt;\u622FourIntegral;\u622E\u0100fr\u024C\u024E;\u6102oduct;\u6210nterClockwiseContourIntegral;\u6233oss;\u6A2Fcr;\uC000\u{1D49E}p\u0100;C\u0284\u0285\u62D3ap;\u624D\u0580DJSZacefios\u02A0\u02AC\u02B0\u02B4\u02B8\u02CB\u02D7\u02E1\u02E6\u0333\u048D\u0100;o\u0179\u02A5trahd;\u6911cy;\u4402cy;\u4405cy;\u440F\u0180grs\u02BF\u02C4\u02C7ger;\u6021r;\u61A1hv;\u6AE4\u0100ay\u02D0\u02D5ron;\u410E;\u4414l\u0100;t\u02DD\u02DE\u6207a;\u4394r;\uC000\u{1D507}\u0100af\u02EB\u0327\u0100cm\u02F0\u0322ritical\u0200ADGT\u0300\u0306\u0316\u031Ccute;\u40B4o\u0174\u030B\u030D;\u42D9bleAcute;\u42DDrave;\u4060ilde;\u42DCond;\u62C4ferentialD;\u6146\u0470\u033D\0\0\0\u0342\u0354\0\u0405f;\uC000\u{1D53B}\u0180;DE\u0348\u0349\u034D\u40A8ot;\u60DCqual;\u6250ble\u0300CDLRUV\u0363\u0372\u0382\u03CF\u03E2\u03F8ontourIntegra\xEC\u0239o\u0274\u0379\0\0\u037B\xBB\u0349nArrow;\u61D3\u0100eo\u0387\u03A4ft\u0180ART\u0390\u0396\u03A1rrow;\u61D0ightArrow;\u61D4e\xE5\u02CAng\u0100LR\u03AB\u03C4eft\u0100AR\u03B3\u03B9rrow;\u67F8ightArrow;\u67FAightArrow;\u67F9ight\u0100AT\u03D8\u03DErrow;\u61D2ee;\u62A8p\u0241\u03E9\0\0\u03EFrrow;\u61D1ownArrow;\u61D5erticalBar;\u6225n\u0300ABLRTa\u0412\u042A\u0430\u045E\u047F\u037Crrow\u0180;BU\u041D\u041E\u0422\u6193ar;\u6913pArrow;\u61F5reve;\u4311eft\u02D2\u043A\0\u0446\0\u0450ightVector;\u6950eeVector;\u695Eector\u0100;B\u0459\u045A\u61BDar;\u6956ight\u01D4\u0467\0\u0471eeVector;\u695Fector\u0100;B\u047A\u047B\u61C1ar;\u6957ee\u0100;A\u0486\u0487\u62A4rrow;\u61A7\u0100ct\u0492\u0497r;\uC000\u{1D49F}rok;\u4110\u0800NTacdfglmopqstux\u04BD\u04C0\u04C4\u04CB\u04DE\u04E2\u04E7\u04EE\u04F5\u0521\u052F\u0536\u0552\u055D\u0560\u0565G;\u414AH\u803B\xD0\u40D0cute\u803B\xC9\u40C9\u0180aiy\u04D2\u04D7\u04DCron;\u411Arc\u803B\xCA\u40CA;\u442Dot;\u4116r;\uC000\u{1D508}rave\u803B\xC8\u40C8ement;\u6208\u0100ap\u04FA\u04FEcr;\u4112ty\u0253\u0506\0\0\u0512mallSquare;\u65FBerySmallSquare;\u65AB\u0100gp\u0526\u052Aon;\u4118f;\uC000\u{1D53C}silon;\u4395u\u0100ai\u053C\u0549l\u0100;T\u0542\u0543\u6A75ilde;\u6242librium;\u61CC\u0100ci\u0557\u055Ar;\u6130m;\u6A73a;\u4397ml\u803B\xCB\u40CB\u0100ip\u056A\u056Fsts;\u6203onentialE;\u6147\u0280cfios\u0585\u0588\u058D\u05B2\u05CCy;\u4424r;\uC000\u{1D509}lled\u0253\u0597\0\0\u05A3mallSquare;\u65FCerySmallSquare;\u65AA\u0370\u05BA\0\u05BF\0\0\u05C4f;\uC000\u{1D53D}All;\u6200riertrf;\u6131c\xF2\u05CB\u0600JTabcdfgorst\u05E8\u05EC\u05EF\u05FA\u0600\u0612\u0616\u061B\u061D\u0623\u066C\u0672cy;\u4403\u803B>\u403Emma\u0100;d\u05F7\u05F8\u4393;\u43DCreve;\u411E\u0180eiy\u0607\u060C\u0610dil;\u4122rc;\u411C;\u4413ot;\u4120r;\uC000\u{1D50A};\u62D9pf;\uC000\u{1D53E}eater\u0300EFGLST\u0635\u0644\u064E\u0656\u065B\u0666qual\u0100;L\u063E\u063F\u6265ess;\u62DBullEqual;\u6267reater;\u6AA2ess;\u6277lantEqual;\u6A7Eilde;\u6273cr;\uC000\u{1D4A2};\u626B\u0400Aacfiosu\u0685\u068B\u0696\u069B\u069E\u06AA\u06BE\u06CARDcy;\u442A\u0100ct\u0690\u0694ek;\u42C7;\u405Eirc;\u4124r;\u610ClbertSpace;\u610B\u01F0\u06AF\0\u06B2f;\u610DizontalLine;\u6500\u0100ct\u06C3\u06C5\xF2\u06A9rok;\u4126mp\u0144\u06D0\u06D8ownHum\xF0\u012Fqual;\u624F\u0700EJOacdfgmnostu\u06FA\u06FE\u0703\u0707\u070E\u071A\u071E\u0721\u0728\u0744\u0778\u078B\u078F\u0795cy;\u4415lig;\u4132cy;\u4401cute\u803B\xCD\u40CD\u0100iy\u0713\u0718rc\u803B\xCE\u40CE;\u4418ot;\u4130r;\u6111rave\u803B\xCC\u40CC\u0180;ap\u0720\u072F\u073F\u0100cg\u0734\u0737r;\u412AinaryI;\u6148lie\xF3\u03DD\u01F4\u0749\0\u0762\u0100;e\u074D\u074E\u622C\u0100gr\u0753\u0758ral;\u622Bsection;\u62C2isible\u0100CT\u076C\u0772omma;\u6063imes;\u6062\u0180gpt\u077F\u0783\u0788on;\u412Ef;\uC000\u{1D540}a;\u4399cr;\u6110ilde;\u4128\u01EB\u079A\0\u079Ecy;\u4406l\u803B\xCF\u40CF\u0280cfosu\u07AC\u07B7\u07BC\u07C2\u07D0\u0100iy\u07B1\u07B5rc;\u4134;\u4419r;\uC000\u{1D50D}pf;\uC000\u{1D541}\u01E3\u07C7\0\u07CCr;\uC000\u{1D4A5}rcy;\u4408kcy;\u4404\u0380HJacfos\u07E4\u07E8\u07EC\u07F1\u07FD\u0802\u0808cy;\u4425cy;\u440Cppa;\u439A\u0100ey\u07F6\u07FBdil;\u4136;\u441Ar;\uC000\u{1D50E}pf;\uC000\u{1D542}cr;\uC000\u{1D4A6}\u0580JTaceflmost\u0825\u0829\u082C\u0850\u0863\u09B3\u09B8\u09C7\u09CD\u0A37\u0A47cy;\u4409\u803B<\u403C\u0280cmnpr\u0837\u083C\u0841\u0844\u084Dute;\u4139bda;\u439Bg;\u67EAlacetrf;\u6112r;\u619E\u0180aey\u0857\u085C\u0861ron;\u413Ddil;\u413B;\u441B\u0100fs\u0868\u0970t\u0500ACDFRTUVar\u087E\u08A9\u08B1\u08E0\u08E6\u08FC\u092F\u095B\u0390\u096A\u0100nr\u0883\u088FgleBracket;\u67E8row\u0180;BR\u0899\u089A\u089E\u6190ar;\u61E4ightArrow;\u61C6eiling;\u6308o\u01F5\u08B7\0\u08C3bleBracket;\u67E6n\u01D4\u08C8\0\u08D2eeVector;\u6961ector\u0100;B\u08DB\u08DC\u61C3ar;\u6959loor;\u630Aight\u0100AV\u08EF\u08F5rrow;\u6194ector;\u694E\u0100er\u0901\u0917e\u0180;AV\u0909\u090A\u0910\u62A3rrow;\u61A4ector;\u695Aiangle\u0180;BE\u0924\u0925\u0929\u62B2ar;\u69CFqual;\u62B4p\u0180DTV\u0937\u0942\u094CownVector;\u6951eeVector;\u6960ector\u0100;B\u0956\u0957\u61BFar;\u6958ector\u0100;B\u0965\u0966\u61BCar;\u6952ight\xE1\u039Cs\u0300EFGLST\u097E\u098B\u0995\u099D\u09A2\u09ADqualGreater;\u62DAullEqual;\u6266reater;\u6276ess;\u6AA1lantEqual;\u6A7Dilde;\u6272r;\uC000\u{1D50F}\u0100;e\u09BD\u09BE\u62D8ftarrow;\u61DAidot;\u413F\u0180npw\u09D4\u0A16\u0A1Bg\u0200LRlr\u09DE\u09F7\u0A02\u0A10eft\u0100AR\u09E6\u09ECrrow;\u67F5ightArrow;\u67F7ightArrow;\u67F6eft\u0100ar\u03B3\u0A0Aight\xE1\u03BFight\xE1\u03CAf;\uC000\u{1D543}er\u0100LR\u0A22\u0A2CeftArrow;\u6199ightArrow;\u6198\u0180cht\u0A3E\u0A40\u0A42\xF2\u084C;\u61B0rok;\u4141;\u626A\u0400acefiosu\u0A5A\u0A5D\u0A60\u0A77\u0A7C\u0A85\u0A8B\u0A8Ep;\u6905y;\u441C\u0100dl\u0A65\u0A6FiumSpace;\u605Flintrf;\u6133r;\uC000\u{1D510}nusPlus;\u6213pf;\uC000\u{1D544}c\xF2\u0A76;\u439C\u0480Jacefostu\u0AA3\u0AA7\u0AAD\u0AC0\u0B14\u0B19\u0D91\u0D97\u0D9Ecy;\u440Acute;\u4143\u0180aey\u0AB4\u0AB9\u0ABEron;\u4147dil;\u4145;\u441D\u0180gsw\u0AC7\u0AF0\u0B0Eative\u0180MTV\u0AD3\u0ADF\u0AE8ediumSpace;\u600Bhi\u0100cn\u0AE6\u0AD8\xEB\u0AD9eryThi\xEE\u0AD9ted\u0100GL\u0AF8\u0B06reaterGreate\xF2\u0673essLes\xF3\u0A48Line;\u400Ar;\uC000\u{1D511}\u0200Bnpt\u0B22\u0B28\u0B37\u0B3Areak;\u6060BreakingSpace;\u40A0f;\u6115\u0680;CDEGHLNPRSTV\u0B55\u0B56\u0B6A\u0B7C\u0BA1\u0BEB\u0C04\u0C5E\u0C84\u0CA6\u0CD8\u0D61\u0D85\u6AEC\u0100ou\u0B5B\u0B64ngruent;\u6262pCap;\u626DoubleVerticalBar;\u6226\u0180lqx\u0B83\u0B8A\u0B9Bement;\u6209ual\u0100;T\u0B92\u0B93\u6260ilde;\uC000\u2242\u0338ists;\u6204reater\u0380;EFGLST\u0BB6\u0BB7\u0BBD\u0BC9\u0BD3\u0BD8\u0BE5\u626Fqual;\u6271ullEqual;\uC000\u2267\u0338reater;\uC000\u226B\u0338ess;\u6279lantEqual;\uC000\u2A7E\u0338ilde;\u6275ump\u0144\u0BF2\u0BFDownHump;\uC000\u224E\u0338qual;\uC000\u224F\u0338e\u0100fs\u0C0A\u0C27tTriangle\u0180;BE\u0C1A\u0C1B\u0C21\u62EAar;\uC000\u29CF\u0338qual;\u62ECs\u0300;EGLST\u0C35\u0C36\u0C3C\u0C44\u0C4B\u0C58\u626Equal;\u6270reater;\u6278ess;\uC000\u226A\u0338lantEqual;\uC000\u2A7D\u0338ilde;\u6274ested\u0100GL\u0C68\u0C79reaterGreater;\uC000\u2AA2\u0338essLess;\uC000\u2AA1\u0338recedes\u0180;ES\u0C92\u0C93\u0C9B\u6280qual;\uC000\u2AAF\u0338lantEqual;\u62E0\u0100ei\u0CAB\u0CB9verseElement;\u620CghtTriangle\u0180;BE\u0CCB\u0CCC\u0CD2\u62EBar;\uC000\u29D0\u0338qual;\u62ED\u0100qu\u0CDD\u0D0CuareSu\u0100bp\u0CE8\u0CF9set\u0100;E\u0CF0\u0CF3\uC000\u228F\u0338qual;\u62E2erset\u0100;E\u0D03\u0D06\uC000\u2290\u0338qual;\u62E3\u0180bcp\u0D13\u0D24\u0D4Eset\u0100;E\u0D1B\u0D1E\uC000\u2282\u20D2qual;\u6288ceeds\u0200;EST\u0D32\u0D33\u0D3B\u0D46\u6281qual;\uC000\u2AB0\u0338lantEqual;\u62E1ilde;\uC000\u227F\u0338erset\u0100;E\u0D58\u0D5B\uC000\u2283\u20D2qual;\u6289ilde\u0200;EFT\u0D6E\u0D6F\u0D75\u0D7F\u6241qual;\u6244ullEqual;\u6247ilde;\u6249erticalBar;\u6224cr;\uC000\u{1D4A9}ilde\u803B\xD1\u40D1;\u439D\u0700Eacdfgmoprstuv\u0DBD\u0DC2\u0DC9\u0DD5\u0DDB\u0DE0\u0DE7\u0DFC\u0E02\u0E20\u0E22\u0E32\u0E3F\u0E44lig;\u4152cute\u803B\xD3\u40D3\u0100iy\u0DCE\u0DD3rc\u803B\xD4\u40D4;\u441Eblac;\u4150r;\uC000\u{1D512}rave\u803B\xD2\u40D2\u0180aei\u0DEE\u0DF2\u0DF6cr;\u414Cga;\u43A9cron;\u439Fpf;\uC000\u{1D546}enCurly\u0100DQ\u0E0E\u0E1AoubleQuote;\u601Cuote;\u6018;\u6A54\u0100cl\u0E27\u0E2Cr;\uC000\u{1D4AA}ash\u803B\xD8\u40D8i\u016C\u0E37\u0E3Cde\u803B\xD5\u40D5es;\u6A37ml\u803B\xD6\u40D6er\u0100BP\u0E4B\u0E60\u0100ar\u0E50\u0E53r;\u603Eac\u0100ek\u0E5A\u0E5C;\u63DEet;\u63B4arenthesis;\u63DC\u0480acfhilors\u0E7F\u0E87\u0E8A\u0E8F\u0E92\u0E94\u0E9D\u0EB0\u0EFCrtialD;\u6202y;\u441Fr;\uC000\u{1D513}i;\u43A6;\u43A0usMinus;\u40B1\u0100ip\u0EA2\u0EADncareplan\xE5\u069Df;\u6119\u0200;eio\u0EB9\u0EBA\u0EE0\u0EE4\u6ABBcedes\u0200;EST\u0EC8\u0EC9\u0ECF\u0EDA\u627Aqual;\u6AAFlantEqual;\u627Cilde;\u627Eme;\u6033\u0100dp\u0EE9\u0EEEuct;\u620Fortion\u0100;a\u0225\u0EF9l;\u621D\u0100ci\u0F01\u0F06r;\uC000\u{1D4AB};\u43A8\u0200Ufos\u0F11\u0F16\u0F1B\u0F1FOT\u803B"\u4022r;\uC000\u{1D514}pf;\u611Acr;\uC000\u{1D4AC}\u0600BEacefhiorsu\u0F3E\u0F43\u0F47\u0F60\u0F73\u0FA7\u0FAA\u0FAD\u1096\u10A9\u10B4\u10BEarr;\u6910G\u803B\xAE\u40AE\u0180cnr\u0F4E\u0F53\u0F56ute;\u4154g;\u67EBr\u0100;t\u0F5C\u0F5D\u61A0l;\u6916\u0180aey\u0F67\u0F6C\u0F71ron;\u4158dil;\u4156;\u4420\u0100;v\u0F78\u0F79\u611Cerse\u0100EU\u0F82\u0F99\u0100lq\u0F87\u0F8Eement;\u620Builibrium;\u61CBpEquilibrium;\u696Fr\xBB\u0F79o;\u43A1ght\u0400ACDFTUVa\u0FC1\u0FEB\u0FF3\u1022\u1028\u105B\u1087\u03D8\u0100nr\u0FC6\u0FD2gleBracket;\u67E9row\u0180;BL\u0FDC\u0FDD\u0FE1\u6192ar;\u61E5eftArrow;\u61C4eiling;\u6309o\u01F5\u0FF9\0\u1005bleBracket;\u67E7n\u01D4\u100A\0\u1014eeVector;\u695Dector\u0100;B\u101D\u101E\u61C2ar;\u6955loor;\u630B\u0100er\u102D\u1043e\u0180;AV\u1035\u1036\u103C\u62A2rrow;\u61A6ector;\u695Biangle\u0180;BE\u1050\u1051\u1055\u62B3ar;\u69D0qual;\u62B5p\u0180DTV\u1063\u106E\u1078ownVector;\u694FeeVector;\u695Cector\u0100;B\u1082\u1083\u61BEar;\u6954ector\u0100;B\u1091\u1092\u61C0ar;\u6953\u0100pu\u109B\u109Ef;\u611DndImplies;\u6970ightarrow;\u61DB\u0100ch\u10B9\u10BCr;\u611B;\u61B1leDelayed;\u69F4\u0680HOacfhimoqstu\u10E4\u10F1\u10F7\u10FD\u1119\u111E\u1151\u1156\u1161\u1167\u11B5\u11BB\u11BF\u0100Cc\u10E9\u10EEHcy;\u4429y;\u4428FTcy;\u442Ccute;\u415A\u0280;aeiy\u1108\u1109\u110E\u1113\u1117\u6ABCron;\u4160dil;\u415Erc;\u415C;\u4421r;\uC000\u{1D516}ort\u0200DLRU\u112A\u1134\u113E\u1149ownArrow\xBB\u041EeftArrow\xBB\u089AightArrow\xBB\u0FDDpArrow;\u6191gma;\u43A3allCircle;\u6218pf;\uC000\u{1D54A}\u0272\u116D\0\0\u1170t;\u621Aare\u0200;ISU\u117B\u117C\u1189\u11AF\u65A1ntersection;\u6293u\u0100bp\u118F\u119Eset\u0100;E\u1197\u1198\u628Fqual;\u6291erset\u0100;E\u11A8\u11A9\u6290qual;\u6292nion;\u6294cr;\uC000\u{1D4AE}ar;\u62C6\u0200bcmp\u11C8\u11DB\u1209\u120B\u0100;s\u11CD\u11CE\u62D0et\u0100;E\u11CD\u11D5qual;\u6286\u0100ch\u11E0\u1205eeds\u0200;EST\u11ED\u11EE\u11F4\u11FF\u627Bqual;\u6AB0lantEqual;\u627Dilde;\u627FTh\xE1\u0F8C;\u6211\u0180;es\u1212\u1213\u1223\u62D1rset\u0100;E\u121C\u121D\u6283qual;\u6287et\xBB\u1213\u0580HRSacfhiors\u123E\u1244\u1249\u1255\u125E\u1271\u1276\u129F\u12C2\u12C8\u12D1ORN\u803B\xDE\u40DEADE;\u6122\u0100Hc\u124E\u1252cy;\u440By;\u4426\u0100bu\u125A\u125C;\u4009;\u43A4\u0180aey\u1265\u126A\u126Fron;\u4164dil;\u4162;\u4422r;\uC000\u{1D517}\u0100ei\u127B\u1289\u01F2\u1280\0\u1287efore;\u6234a;\u4398\u0100cn\u128E\u1298kSpace;\uC000\u205F\u200ASpace;\u6009lde\u0200;EFT\u12AB\u12AC\u12B2\u12BC\u623Cqual;\u6243ullEqual;\u6245ilde;\u6248pf;\uC000\u{1D54B}ipleDot;\u60DB\u0100ct\u12D6\u12DBr;\uC000\u{1D4AF}rok;\u4166\u0AE1\u12F7\u130E\u131A\u1326\0\u132C\u1331\0\0\0\0\0\u1338\u133D\u1377\u1385\0\u13FF\u1404\u140A\u1410\u0100cr\u12FB\u1301ute\u803B\xDA\u40DAr\u0100;o\u1307\u1308\u619Fcir;\u6949r\u01E3\u1313\0\u1316y;\u440Eve;\u416C\u0100iy\u131E\u1323rc\u803B\xDB\u40DB;\u4423blac;\u4170r;\uC000\u{1D518}rave\u803B\xD9\u40D9acr;\u416A\u0100di\u1341\u1369er\u0100BP\u1348\u135D\u0100ar\u134D\u1350r;\u405Fac\u0100ek\u1357\u1359;\u63DFet;\u63B5arenthesis;\u63DDon\u0100;P\u1370\u1371\u62C3lus;\u628E\u0100gp\u137B\u137Fon;\u4172f;\uC000\u{1D54C}\u0400ADETadps\u1395\u13AE\u13B8\u13C4\u03E8\u13D2\u13D7\u13F3rrow\u0180;BD\u1150\u13A0\u13A4ar;\u6912ownArrow;\u61C5ownArrow;\u6195quilibrium;\u696Eee\u0100;A\u13CB\u13CC\u62A5rrow;\u61A5own\xE1\u03F3er\u0100LR\u13DE\u13E8eftArrow;\u6196ightArrow;\u6197i\u0100;l\u13F9\u13FA\u43D2on;\u43A5ing;\u416Ecr;\uC000\u{1D4B0}ilde;\u4168ml\u803B\xDC\u40DC\u0480Dbcdefosv\u1427\u142C\u1430\u1433\u143E\u1485\u148A\u1490\u1496ash;\u62ABar;\u6AEBy;\u4412ash\u0100;l\u143B\u143C\u62A9;\u6AE6\u0100er\u1443\u1445;\u62C1\u0180bty\u144C\u1450\u147Aar;\u6016\u0100;i\u144F\u1455cal\u0200BLST\u1461\u1465\u146A\u1474ar;\u6223ine;\u407Ceparator;\u6758ilde;\u6240ThinSpace;\u600Ar;\uC000\u{1D519}pf;\uC000\u{1D54D}cr;\uC000\u{1D4B1}dash;\u62AA\u0280cefos\u14A7\u14AC\u14B1\u14B6\u14BCirc;\u4174dge;\u62C0r;\uC000\u{1D51A}pf;\uC000\u{1D54E}cr;\uC000\u{1D4B2}\u0200fios\u14CB\u14D0\u14D2\u14D8r;\uC000\u{1D51B};\u439Epf;\uC000\u{1D54F}cr;\uC000\u{1D4B3}\u0480AIUacfosu\u14F1\u14F5\u14F9\u14FD\u1504\u150F\u1514\u151A\u1520cy;\u442Fcy;\u4407cy;\u442Ecute\u803B\xDD\u40DD\u0100iy\u1509\u150Drc;\u4176;\u442Br;\uC000\u{1D51C}pf;\uC000\u{1D550}cr;\uC000\u{1D4B4}ml;\u4178\u0400Hacdefos\u1535\u1539\u153F\u154B\u154F\u155D\u1560\u1564cy;\u4416cute;\u4179\u0100ay\u1544\u1549ron;\u417D;\u4417ot;\u417B\u01F2\u1554\0\u155BoWidt\xE8\u0AD9a;\u4396r;\u6128pf;\u6124cr;\uC000\u{1D4B5}\u0BE1\u1583\u158A\u1590\0\u15B0\u15B6\u15BF\0\0\0\0\u15C6\u15DB\u15EB\u165F\u166D\0\u1695\u169B\u16B2\u16B9\0\u16BEcute\u803B\xE1\u40E1reve;\u4103\u0300;Ediuy\u159C\u159D\u15A1\u15A3\u15A8\u15AD\u623E;\uC000\u223E\u0333;\u623Frc\u803B\xE2\u40E2te\u80BB\xB4\u0306;\u4430lig\u803B\xE6\u40E6\u0100;r\xB2\u15BA;\uC000\u{1D51E}rave\u803B\xE0\u40E0\u0100ep\u15CA\u15D6\u0100fp\u15CF\u15D4sym;\u6135\xE8\u15D3ha;\u43B1\u0100ap\u15DFc\u0100cl\u15E4\u15E7r;\u4101g;\u6A3F\u0264\u15F0\0\0\u160A\u0280;adsv\u15FA\u15FB\u15FF\u1601\u1607\u6227nd;\u6A55;\u6A5Clope;\u6A58;\u6A5A\u0380;elmrsz\u1618\u1619\u161B\u161E\u163F\u164F\u1659\u6220;\u69A4e\xBB\u1619sd\u0100;a\u1625\u1626\u6221\u0461\u1630\u1632\u1634\u1636\u1638\u163A\u163C\u163E;\u69A8;\u69A9;\u69AA;\u69AB;\u69AC;\u69AD;\u69AE;\u69AFt\u0100;v\u1645\u1646\u621Fb\u0100;d\u164C\u164D\u62BE;\u699D\u0100pt\u1654\u1657h;\u6222\xBB\xB9arr;\u637C\u0100gp\u1663\u1667on;\u4105f;\uC000\u{1D552}\u0380;Eaeiop\u12C1\u167B\u167D\u1682\u1684\u1687\u168A;\u6A70cir;\u6A6F;\u624Ad;\u624Bs;\u4027rox\u0100;e\u12C1\u1692\xF1\u1683ing\u803B\xE5\u40E5\u0180cty\u16A1\u16A6\u16A8r;\uC000\u{1D4B6};\u402Amp\u0100;e\u12C1\u16AF\xF1\u0288ilde\u803B\xE3\u40E3ml\u803B\xE4\u40E4\u0100ci\u16C2\u16C8onin\xF4\u0272nt;\u6A11\u0800Nabcdefiklnoprsu\u16ED\u16F1\u1730\u173C\u1743\u1748\u1778\u177D\u17E0\u17E6\u1839\u1850\u170D\u193D\u1948\u1970ot;\u6AED\u0100cr\u16F6\u171Ek\u0200ceps\u1700\u1705\u170D\u1713ong;\u624Cpsilon;\u43F6rime;\u6035im\u0100;e\u171A\u171B\u623Dq;\u62CD\u0176\u1722\u1726ee;\u62BDed\u0100;g\u172C\u172D\u6305e\xBB\u172Drk\u0100;t\u135C\u1737brk;\u63B6\u0100oy\u1701\u1741;\u4431quo;\u601E\u0280cmprt\u1753\u175B\u1761\u1764\u1768aus\u0100;e\u010A\u0109ptyv;\u69B0s\xE9\u170Cno\xF5\u0113\u0180ahw\u176F\u1771\u1773;\u43B2;\u6136een;\u626Cr;\uC000\u{1D51F}g\u0380costuvw\u178D\u179D\u17B3\u17C1\u17D5\u17DB\u17DE\u0180aiu\u1794\u1796\u179A\xF0\u0760rc;\u65EFp\xBB\u1371\u0180dpt\u17A4\u17A8\u17ADot;\u6A00lus;\u6A01imes;\u6A02\u0271\u17B9\0\0\u17BEcup;\u6A06ar;\u6605riangle\u0100du\u17CD\u17D2own;\u65BDp;\u65B3plus;\u6A04e\xE5\u1444\xE5\u14ADarow;\u690D\u0180ako\u17ED\u1826\u1835\u0100cn\u17F2\u1823k\u0180lst\u17FA\u05AB\u1802ozenge;\u69EBriangle\u0200;dlr\u1812\u1813\u1818\u181D\u65B4own;\u65BEeft;\u65C2ight;\u65B8k;\u6423\u01B1\u182B\0\u1833\u01B2\u182F\0\u1831;\u6592;\u65914;\u6593ck;\u6588\u0100eo\u183E\u184D\u0100;q\u1843\u1846\uC000=\u20E5uiv;\uC000\u2261\u20E5t;\u6310\u0200ptwx\u1859\u185E\u1867\u186Cf;\uC000\u{1D553}\u0100;t\u13CB\u1863om\xBB\u13CCtie;\u62C8\u0600DHUVbdhmptuv\u1885\u1896\u18AA\u18BB\u18D7\u18DB\u18EC\u18FF\u1905\u190A\u1910\u1921\u0200LRlr\u188E\u1890\u1892\u1894;\u6557;\u6554;\u6556;\u6553\u0280;DUdu\u18A1\u18A2\u18A4\u18A6\u18A8\u6550;\u6566;\u6569;\u6564;\u6567\u0200LRlr\u18B3\u18B5\u18B7\u18B9;\u655D;\u655A;\u655C;\u6559\u0380;HLRhlr\u18CA\u18CB\u18CD\u18CF\u18D1\u18D3\u18D5\u6551;\u656C;\u6563;\u6560;\u656B;\u6562;\u655Fox;\u69C9\u0200LRlr\u18E4\u18E6\u18E8\u18EA;\u6555;\u6552;\u6510;\u650C\u0280;DUdu\u06BD\u18F7\u18F9\u18FB\u18FD;\u6565;\u6568;\u652C;\u6534inus;\u629Flus;\u629Eimes;\u62A0\u0200LRlr\u1919\u191B\u191D\u191F;\u655B;\u6558;\u6518;\u6514\u0380;HLRhlr\u1930\u1931\u1933\u1935\u1937\u1939\u193B\u6502;\u656A;\u6561;\u655E;\u653C;\u6524;\u651C\u0100ev\u0123\u1942bar\u803B\xA6\u40A6\u0200ceio\u1951\u1956\u195A\u1960r;\uC000\u{1D4B7}mi;\u604Fm\u0100;e\u171A\u171Cl\u0180;bh\u1968\u1969\u196B\u405C;\u69C5sub;\u67C8\u016C\u1974\u197El\u0100;e\u1979\u197A\u6022t\xBB\u197Ap\u0180;Ee\u012F\u1985\u1987;\u6AAE\u0100;q\u06DC\u06DB\u0CE1\u19A7\0\u19E8\u1A11\u1A15\u1A32\0\u1A37\u1A50\0\0\u1AB4\0\0\u1AC1\0\0\u1B21\u1B2E\u1B4D\u1B52\0\u1BFD\0\u1C0C\u0180cpr\u19AD\u19B2\u19DDute;\u4107\u0300;abcds\u19BF\u19C0\u19C4\u19CA\u19D5\u19D9\u6229nd;\u6A44rcup;\u6A49\u0100au\u19CF\u19D2p;\u6A4Bp;\u6A47ot;\u6A40;\uC000\u2229\uFE00\u0100eo\u19E2\u19E5t;\u6041\xEE\u0693\u0200aeiu\u19F0\u19FB\u1A01\u1A05\u01F0\u19F5\0\u19F8s;\u6A4Don;\u410Ddil\u803B\xE7\u40E7rc;\u4109ps\u0100;s\u1A0C\u1A0D\u6A4Cm;\u6A50ot;\u410B\u0180dmn\u1A1B\u1A20\u1A26il\u80BB\xB8\u01ADptyv;\u69B2t\u8100\xA2;e\u1A2D\u1A2E\u40A2r\xE4\u01B2r;\uC000\u{1D520}\u0180cei\u1A3D\u1A40\u1A4Dy;\u4447ck\u0100;m\u1A47\u1A48\u6713ark\xBB\u1A48;\u43C7r\u0380;Ecefms\u1A5F\u1A60\u1A62\u1A6B\u1AA4\u1AAA\u1AAE\u65CB;\u69C3\u0180;el\u1A69\u1A6A\u1A6D\u42C6q;\u6257e\u0261\u1A74\0\0\u1A88rrow\u0100lr\u1A7C\u1A81eft;\u61BAight;\u61BB\u0280RSacd\u1A92\u1A94\u1A96\u1A9A\u1A9F\xBB\u0F47;\u64C8st;\u629Birc;\u629Aash;\u629Dnint;\u6A10id;\u6AEFcir;\u69C2ubs\u0100;u\u1ABB\u1ABC\u6663it\xBB\u1ABC\u02EC\u1AC7\u1AD4\u1AFA\0\u1B0Aon\u0100;e\u1ACD\u1ACE\u403A\u0100;q\xC7\xC6\u026D\u1AD9\0\0\u1AE2a\u0100;t\u1ADE\u1ADF\u402C;\u4040\u0180;fl\u1AE8\u1AE9\u1AEB\u6201\xEE\u1160e\u0100mx\u1AF1\u1AF6ent\xBB\u1AE9e\xF3\u024D\u01E7\u1AFE\0\u1B07\u0100;d\u12BB\u1B02ot;\u6A6Dn\xF4\u0246\u0180fry\u1B10\u1B14\u1B17;\uC000\u{1D554}o\xE4\u0254\u8100\xA9;s\u0155\u1B1Dr;\u6117\u0100ao\u1B25\u1B29rr;\u61B5ss;\u6717\u0100cu\u1B32\u1B37r;\uC000\u{1D4B8}\u0100bp\u1B3C\u1B44\u0100;e\u1B41\u1B42\u6ACF;\u6AD1\u0100;e\u1B49\u1B4A\u6AD0;\u6AD2dot;\u62EF\u0380delprvw\u1B60\u1B6C\u1B77\u1B82\u1BAC\u1BD4\u1BF9arr\u0100lr\u1B68\u1B6A;\u6938;\u6935\u0270\u1B72\0\0\u1B75r;\u62DEc;\u62DFarr\u0100;p\u1B7F\u1B80\u61B6;\u693D\u0300;bcdos\u1B8F\u1B90\u1B96\u1BA1\u1BA5\u1BA8\u622Arcap;\u6A48\u0100au\u1B9B\u1B9Ep;\u6A46p;\u6A4Aot;\u628Dr;\u6A45;\uC000\u222A\uFE00\u0200alrv\u1BB5\u1BBF\u1BDE\u1BE3rr\u0100;m\u1BBC\u1BBD\u61B7;\u693Cy\u0180evw\u1BC7\u1BD4\u1BD8q\u0270\u1BCE\0\0\u1BD2re\xE3\u1B73u\xE3\u1B75ee;\u62CEedge;\u62CFen\u803B\xA4\u40A4earrow\u0100lr\u1BEE\u1BF3eft\xBB\u1B80ight\xBB\u1BBDe\xE4\u1BDD\u0100ci\u1C01\u1C07onin\xF4\u01F7nt;\u6231lcty;\u632D\u0980AHabcdefhijlorstuwz\u1C38\u1C3B\u1C3F\u1C5D\u1C69\u1C75\u1C8A\u1C9E\u1CAC\u1CB7\u1CFB\u1CFF\u1D0D\u1D7B\u1D91\u1DAB\u1DBB\u1DC6\u1DCDr\xF2\u0381ar;\u6965\u0200glrs\u1C48\u1C4D\u1C52\u1C54ger;\u6020eth;\u6138\xF2\u1133h\u0100;v\u1C5A\u1C5B\u6010\xBB\u090A\u016B\u1C61\u1C67arow;\u690Fa\xE3\u0315\u0100ay\u1C6E\u1C73ron;\u410F;\u4434\u0180;ao\u0332\u1C7C\u1C84\u0100gr\u02BF\u1C81r;\u61CAtseq;\u6A77\u0180glm\u1C91\u1C94\u1C98\u803B\xB0\u40B0ta;\u43B4ptyv;\u69B1\u0100ir\u1CA3\u1CA8sht;\u697F;\uC000\u{1D521}ar\u0100lr\u1CB3\u1CB5\xBB\u08DC\xBB\u101E\u0280aegsv\u1CC2\u0378\u1CD6\u1CDC\u1CE0m\u0180;os\u0326\u1CCA\u1CD4nd\u0100;s\u0326\u1CD1uit;\u6666amma;\u43DDin;\u62F2\u0180;io\u1CE7\u1CE8\u1CF8\u40F7de\u8100\xF7;o\u1CE7\u1CF0ntimes;\u62C7n\xF8\u1CF7cy;\u4452c\u026F\u1D06\0\0\u1D0Arn;\u631Eop;\u630D\u0280lptuw\u1D18\u1D1D\u1D22\u1D49\u1D55lar;\u4024f;\uC000\u{1D555}\u0280;emps\u030B\u1D2D\u1D37\u1D3D\u1D42q\u0100;d\u0352\u1D33ot;\u6251inus;\u6238lus;\u6214quare;\u62A1blebarwedg\xE5\xFAn\u0180adh\u112E\u1D5D\u1D67ownarrow\xF3\u1C83arpoon\u0100lr\u1D72\u1D76ef\xF4\u1CB4igh\xF4\u1CB6\u0162\u1D7F\u1D85karo\xF7\u0F42\u026F\u1D8A\0\0\u1D8Ern;\u631Fop;\u630C\u0180cot\u1D98\u1DA3\u1DA6\u0100ry\u1D9D\u1DA1;\uC000\u{1D4B9};\u4455l;\u69F6rok;\u4111\u0100dr\u1DB0\u1DB4ot;\u62F1i\u0100;f\u1DBA\u1816\u65BF\u0100ah\u1DC0\u1DC3r\xF2\u0429a\xF2\u0FA6angle;\u69A6\u0100ci\u1DD2\u1DD5y;\u445Fgrarr;\u67FF\u0900Dacdefglmnopqrstux\u1E01\u1E09\u1E19\u1E38\u0578\u1E3C\u1E49\u1E61\u1E7E\u1EA5\u1EAF\u1EBD\u1EE1\u1F2A\u1F37\u1F44\u1F4E\u1F5A\u0100Do\u1E06\u1D34o\xF4\u1C89\u0100cs\u1E0E\u1E14ute\u803B\xE9\u40E9ter;\u6A6E\u0200aioy\u1E22\u1E27\u1E31\u1E36ron;\u411Br\u0100;c\u1E2D\u1E2E\u6256\u803B\xEA\u40EAlon;\u6255;\u444Dot;\u4117\u0100Dr\u1E41\u1E45ot;\u6252;\uC000\u{1D522}\u0180;rs\u1E50\u1E51\u1E57\u6A9Aave\u803B\xE8\u40E8\u0100;d\u1E5C\u1E5D\u6A96ot;\u6A98\u0200;ils\u1E6A\u1E6B\u1E72\u1E74\u6A99nters;\u63E7;\u6113\u0100;d\u1E79\u1E7A\u6A95ot;\u6A97\u0180aps\u1E85\u1E89\u1E97cr;\u4113ty\u0180;sv\u1E92\u1E93\u1E95\u6205et\xBB\u1E93p\u01001;\u1E9D\u1EA4\u0133\u1EA1\u1EA3;\u6004;\u6005\u6003\u0100gs\u1EAA\u1EAC;\u414Bp;\u6002\u0100gp\u1EB4\u1EB8on;\u4119f;\uC000\u{1D556}\u0180als\u1EC4\u1ECE\u1ED2r\u0100;s\u1ECA\u1ECB\u62D5l;\u69E3us;\u6A71i\u0180;lv\u1EDA\u1EDB\u1EDF\u43B5on\xBB\u1EDB;\u43F5\u0200csuv\u1EEA\u1EF3\u1F0B\u1F23\u0100io\u1EEF\u1E31rc\xBB\u1E2E\u0269\u1EF9\0\0\u1EFB\xED\u0548ant\u0100gl\u1F02\u1F06tr\xBB\u1E5Dess\xBB\u1E7A\u0180aei\u1F12\u1F16\u1F1Als;\u403Dst;\u625Fv\u0100;D\u0235\u1F20D;\u6A78parsl;\u69E5\u0100Da\u1F2F\u1F33ot;\u6253rr;\u6971\u0180cdi\u1F3E\u1F41\u1EF8r;\u612Fo\xF4\u0352\u0100ah\u1F49\u1F4B;\u43B7\u803B\xF0\u40F0\u0100mr\u1F53\u1F57l\u803B\xEB\u40EBo;\u60AC\u0180cip\u1F61\u1F64\u1F67l;\u4021s\xF4\u056E\u0100eo\u1F6C\u1F74ctatio\xEE\u0559nential\xE5\u0579\u09E1\u1F92\0\u1F9E\0\u1FA1\u1FA7\0\0\u1FC6\u1FCC\0\u1FD3\0\u1FE6\u1FEA\u2000\0\u2008\u205Allingdotse\xF1\u1E44y;\u4444male;\u6640\u0180ilr\u1FAD\u1FB3\u1FC1lig;\u8000\uFB03\u0269\u1FB9\0\0\u1FBDg;\u8000\uFB00ig;\u8000\uFB04;\uC000\u{1D523}lig;\u8000\uFB01lig;\uC000fj\u0180alt\u1FD9\u1FDC\u1FE1t;\u666Dig;\u8000\uFB02ns;\u65B1of;\u4192\u01F0\u1FEE\0\u1FF3f;\uC000\u{1D557}\u0100ak\u05BF\u1FF7\u0100;v\u1FFC\u1FFD\u62D4;\u6AD9artint;\u6A0D\u0100ao\u200C\u2055\u0100cs\u2011\u2052\u03B1\u201A\u2030\u2038\u2045\u2048\0\u2050\u03B2\u2022\u2025\u2027\u202A\u202C\0\u202E\u803B\xBD\u40BD;\u6153\u803B\xBC\u40BC;\u6155;\u6159;\u615B\u01B3\u2034\0\u2036;\u6154;\u6156\u02B4\u203E\u2041\0\0\u2043\u803B\xBE\u40BE;\u6157;\u615C5;\u6158\u01B6\u204C\0\u204E;\u615A;\u615D8;\u615El;\u6044wn;\u6322cr;\uC000\u{1D4BB}\u0880Eabcdefgijlnorstv\u2082\u2089\u209F\u20A5\u20B0\u20B4\u20F0\u20F5\u20FA\u20FF\u2103\u2112\u2138\u0317\u213E\u2152\u219E\u0100;l\u064D\u2087;\u6A8C\u0180cmp\u2090\u2095\u209Dute;\u41F5ma\u0100;d\u209C\u1CDA\u43B3;\u6A86reve;\u411F\u0100iy\u20AA\u20AErc;\u411D;\u4433ot;\u4121\u0200;lqs\u063E\u0642\u20BD\u20C9\u0180;qs\u063E\u064C\u20C4lan\xF4\u0665\u0200;cdl\u0665\u20D2\u20D5\u20E5c;\u6AA9ot\u0100;o\u20DC\u20DD\u6A80\u0100;l\u20E2\u20E3\u6A82;\u6A84\u0100;e\u20EA\u20ED\uC000\u22DB\uFE00s;\u6A94r;\uC000\u{1D524}\u0100;g\u0673\u061Bmel;\u6137cy;\u4453\u0200;Eaj\u065A\u210C\u210E\u2110;\u6A92;\u6AA5;\u6AA4\u0200Eaes\u211B\u211D\u2129\u2134;\u6269p\u0100;p\u2123\u2124\u6A8Arox\xBB\u2124\u0100;q\u212E\u212F\u6A88\u0100;q\u212E\u211Bim;\u62E7pf;\uC000\u{1D558}\u0100ci\u2143\u2146r;\u610Am\u0180;el\u066B\u214E\u2150;\u6A8E;\u6A90\u8300>;cdlqr\u05EE\u2160\u216A\u216E\u2173\u2179\u0100ci\u2165\u2167;\u6AA7r;\u6A7Aot;\u62D7Par;\u6995uest;\u6A7C\u0280adels\u2184\u216A\u2190\u0656\u219B\u01F0\u2189\0\u218Epro\xF8\u209Er;\u6978q\u0100lq\u063F\u2196les\xF3\u2088i\xED\u066B\u0100en\u21A3\u21ADrtneqq;\uC000\u2269\uFE00\xC5\u21AA\u0500Aabcefkosy\u21C4\u21C7\u21F1\u21F5\u21FA\u2218\u221D\u222F\u2268\u227Dr\xF2\u03A0\u0200ilmr\u21D0\u21D4\u21D7\u21DBrs\xF0\u1484f\xBB\u2024il\xF4\u06A9\u0100dr\u21E0\u21E4cy;\u444A\u0180;cw\u08F4\u21EB\u21EFir;\u6948;\u61ADar;\u610Firc;\u4125\u0180alr\u2201\u220E\u2213rts\u0100;u\u2209\u220A\u6665it\xBB\u220Alip;\u6026con;\u62B9r;\uC000\u{1D525}s\u0100ew\u2223\u2229arow;\u6925arow;\u6926\u0280amopr\u223A\u223E\u2243\u225E\u2263rr;\u61FFtht;\u623Bk\u0100lr\u2249\u2253eftarrow;\u61A9ightarrow;\u61AAf;\uC000\u{1D559}bar;\u6015\u0180clt\u226F\u2274\u2278r;\uC000\u{1D4BD}as\xE8\u21F4rok;\u4127\u0100bp\u2282\u2287ull;\u6043hen\xBB\u1C5B\u0AE1\u22A3\0\u22AA\0\u22B8\u22C5\u22CE\0\u22D5\u22F3\0\0\u22F8\u2322\u2367\u2362\u237F\0\u2386\u23AA\u23B4cute\u803B\xED\u40ED\u0180;iy\u0771\u22B0\u22B5rc\u803B\xEE\u40EE;\u4438\u0100cx\u22BC\u22BFy;\u4435cl\u803B\xA1\u40A1\u0100fr\u039F\u22C9;\uC000\u{1D526}rave\u803B\xEC\u40EC\u0200;ino\u073E\u22DD\u22E9\u22EE\u0100in\u22E2\u22E6nt;\u6A0Ct;\u622Dfin;\u69DCta;\u6129lig;\u4133\u0180aop\u22FE\u231A\u231D\u0180cgt\u2305\u2308\u2317r;\u412B\u0180elp\u071F\u230F\u2313in\xE5\u078Ear\xF4\u0720h;\u4131f;\u62B7ed;\u41B5\u0280;cfot\u04F4\u232C\u2331\u233D\u2341are;\u6105in\u0100;t\u2338\u2339\u621Eie;\u69DDdo\xF4\u2319\u0280;celp\u0757\u234C\u2350\u235B\u2361al;\u62BA\u0100gr\u2355\u2359er\xF3\u1563\xE3\u234Darhk;\u6A17rod;\u6A3C\u0200cgpt\u236F\u2372\u2376\u237By;\u4451on;\u412Ff;\uC000\u{1D55A}a;\u43B9uest\u803B\xBF\u40BF\u0100ci\u238A\u238Fr;\uC000\u{1D4BE}n\u0280;Edsv\u04F4\u239B\u239D\u23A1\u04F3;\u62F9ot;\u62F5\u0100;v\u23A6\u23A7\u62F4;\u62F3\u0100;i\u0777\u23AElde;\u4129\u01EB\u23B8\0\u23BCcy;\u4456l\u803B\xEF\u40EF\u0300cfmosu\u23CC\u23D7\u23DC\u23E1\u23E7\u23F5\u0100iy\u23D1\u23D5rc;\u4135;\u4439r;\uC000\u{1D527}ath;\u4237pf;\uC000\u{1D55B}\u01E3\u23EC\0\u23F1r;\uC000\u{1D4BF}rcy;\u4458kcy;\u4454\u0400acfghjos\u240B\u2416\u2422\u2427\u242D\u2431\u2435\u243Bppa\u0100;v\u2413\u2414\u43BA;\u43F0\u0100ey\u241B\u2420dil;\u4137;\u443Ar;\uC000\u{1D528}reen;\u4138cy;\u4445cy;\u445Cpf;\uC000\u{1D55C}cr;\uC000\u{1D4C0}\u0B80ABEHabcdefghjlmnoprstuv\u2470\u2481\u2486\u248D\u2491\u250E\u253D\u255A\u2580\u264E\u265E\u2665\u2679\u267D\u269A\u26B2\u26D8\u275D\u2768\u278B\u27C0\u2801\u2812\u0180art\u2477\u247A\u247Cr\xF2\u09C6\xF2\u0395ail;\u691Barr;\u690E\u0100;g\u0994\u248B;\u6A8Bar;\u6962\u0963\u24A5\0\u24AA\0\u24B1\0\0\0\0\0\u24B5\u24BA\0\u24C6\u24C8\u24CD\0\u24F9ute;\u413Amptyv;\u69B4ra\xEE\u084Cbda;\u43BBg\u0180;dl\u088E\u24C1\u24C3;\u6991\xE5\u088E;\u6A85uo\u803B\xAB\u40ABr\u0400;bfhlpst\u0899\u24DE\u24E6\u24E9\u24EB\u24EE\u24F1\u24F5\u0100;f\u089D\u24E3s;\u691Fs;\u691D\xEB\u2252p;\u61ABl;\u6939im;\u6973l;\u61A2\u0180;ae\u24FF\u2500\u2504\u6AABil;\u6919\u0100;s\u2509\u250A\u6AAD;\uC000\u2AAD\uFE00\u0180abr\u2515\u2519\u251Drr;\u690Crk;\u6772\u0100ak\u2522\u252Cc\u0100ek\u2528\u252A;\u407B;\u405B\u0100es\u2531\u2533;\u698Bl\u0100du\u2539\u253B;\u698F;\u698D\u0200aeuy\u2546\u254B\u2556\u2558ron;\u413E\u0100di\u2550\u2554il;\u413C\xEC\u08B0\xE2\u2529;\u443B\u0200cqrs\u2563\u2566\u256D\u257Da;\u6936uo\u0100;r\u0E19\u1746\u0100du\u2572\u2577har;\u6967shar;\u694Bh;\u61B2\u0280;fgqs\u258B\u258C\u0989\u25F3\u25FF\u6264t\u0280ahlrt\u2598\u25A4\u25B7\u25C2\u25E8rrow\u0100;t\u0899\u25A1a\xE9\u24F6arpoon\u0100du\u25AF\u25B4own\xBB\u045Ap\xBB\u0966eftarrows;\u61C7ight\u0180ahs\u25CD\u25D6\u25DErrow\u0100;s\u08F4\u08A7arpoon\xF3\u0F98quigarro\xF7\u21F0hreetimes;\u62CB\u0180;qs\u258B\u0993\u25FAlan\xF4\u09AC\u0280;cdgs\u09AC\u260A\u260D\u261D\u2628c;\u6AA8ot\u0100;o\u2614\u2615\u6A7F\u0100;r\u261A\u261B\u6A81;\u6A83\u0100;e\u2622\u2625\uC000\u22DA\uFE00s;\u6A93\u0280adegs\u2633\u2639\u263D\u2649\u264Bppro\xF8\u24C6ot;\u62D6q\u0100gq\u2643\u2645\xF4\u0989gt\xF2\u248C\xF4\u099Bi\xED\u09B2\u0180ilr\u2655\u08E1\u265Asht;\u697C;\uC000\u{1D529}\u0100;E\u099C\u2663;\u6A91\u0161\u2669\u2676r\u0100du\u25B2\u266E\u0100;l\u0965\u2673;\u696Alk;\u6584cy;\u4459\u0280;acht\u0A48\u2688\u268B\u2691\u2696r\xF2\u25C1orne\xF2\u1D08ard;\u696Bri;\u65FA\u0100io\u269F\u26A4dot;\u4140ust\u0100;a\u26AC\u26AD\u63B0che\xBB\u26AD\u0200Eaes\u26BB\u26BD\u26C9\u26D4;\u6268p\u0100;p\u26C3\u26C4\u6A89rox\xBB\u26C4\u0100;q\u26CE\u26CF\u6A87\u0100;q\u26CE\u26BBim;\u62E6\u0400abnoptwz\u26E9\u26F4\u26F7\u271A\u272F\u2741\u2747\u2750\u0100nr\u26EE\u26F1g;\u67ECr;\u61FDr\xEB\u08C1g\u0180lmr\u26FF\u270D\u2714eft\u0100ar\u09E6\u2707ight\xE1\u09F2apsto;\u67FCight\xE1\u09FDparrow\u0100lr\u2725\u2729ef\xF4\u24EDight;\u61AC\u0180afl\u2736\u2739\u273Dr;\u6985;\uC000\u{1D55D}us;\u6A2Dimes;\u6A34\u0161\u274B\u274Fst;\u6217\xE1\u134E\u0180;ef\u2757\u2758\u1800\u65CAnge\xBB\u2758ar\u0100;l\u2764\u2765\u4028t;\u6993\u0280achmt\u2773\u2776\u277C\u2785\u2787r\xF2\u08A8orne\xF2\u1D8Car\u0100;d\u0F98\u2783;\u696D;\u600Eri;\u62BF\u0300achiqt\u2798\u279D\u0A40\u27A2\u27AE\u27BBquo;\u6039r;\uC000\u{1D4C1}m\u0180;eg\u09B2\u27AA\u27AC;\u6A8D;\u6A8F\u0100bu\u252A\u27B3o\u0100;r\u0E1F\u27B9;\u601Arok;\u4142\u8400<;cdhilqr\u082B\u27D2\u2639\u27DC\u27E0\u27E5\u27EA\u27F0\u0100ci\u27D7\u27D9;\u6AA6r;\u6A79re\xE5\u25F2mes;\u62C9arr;\u6976uest;\u6A7B\u0100Pi\u27F5\u27F9ar;\u6996\u0180;ef\u2800\u092D\u181B\u65C3r\u0100du\u2807\u280Dshar;\u694Ahar;\u6966\u0100en\u2817\u2821rtneqq;\uC000\u2268\uFE00\xC5\u281E\u0700Dacdefhilnopsu\u2840\u2845\u2882\u288E\u2893\u28A0\u28A5\u28A8\u28DA\u28E2\u28E4\u0A83\u28F3\u2902Dot;\u623A\u0200clpr\u284E\u2852\u2863\u287Dr\u803B\xAF\u40AF\u0100et\u2857\u2859;\u6642\u0100;e\u285E\u285F\u6720se\xBB\u285F\u0100;s\u103B\u2868to\u0200;dlu\u103B\u2873\u2877\u287Bow\xEE\u048Cef\xF4\u090F\xF0\u13D1ker;\u65AE\u0100oy\u2887\u288Cmma;\u6A29;\u443Cash;\u6014asuredangle\xBB\u1626r;\uC000\u{1D52A}o;\u6127\u0180cdn\u28AF\u28B4\u28C9ro\u803B\xB5\u40B5\u0200;acd\u1464\u28BD\u28C0\u28C4s\xF4\u16A7ir;\u6AF0ot\u80BB\xB7\u01B5us\u0180;bd\u28D2\u1903\u28D3\u6212\u0100;u\u1D3C\u28D8;\u6A2A\u0163\u28DE\u28E1p;\u6ADB\xF2\u2212\xF0\u0A81\u0100dp\u28E9\u28EEels;\u62A7f;\uC000\u{1D55E}\u0100ct\u28F8\u28FDr;\uC000\u{1D4C2}pos\xBB\u159D\u0180;lm\u2909\u290A\u290D\u43BCtimap;\u62B8\u0C00GLRVabcdefghijlmoprstuvw\u2942\u2953\u297E\u2989\u2998\u29DA\u29E9\u2A15\u2A1A\u2A58\u2A5D\u2A83\u2A95\u2AA4\u2AA8\u2B04\u2B07\u2B44\u2B7F\u2BAE\u2C34\u2C67\u2C7C\u2CE9\u0100gt\u2947\u294B;\uC000\u22D9\u0338\u0100;v\u2950\u0BCF\uC000\u226B\u20D2\u0180elt\u295A\u2972\u2976ft\u0100ar\u2961\u2967rrow;\u61CDightarrow;\u61CE;\uC000\u22D8\u0338\u0100;v\u297B\u0C47\uC000\u226A\u20D2ightarrow;\u61CF\u0100Dd\u298E\u2993ash;\u62AFash;\u62AE\u0280bcnpt\u29A3\u29A7\u29AC\u29B1\u29CCla\xBB\u02DEute;\u4144g;\uC000\u2220\u20D2\u0280;Eiop\u0D84\u29BC\u29C0\u29C5\u29C8;\uC000\u2A70\u0338d;\uC000\u224B\u0338s;\u4149ro\xF8\u0D84ur\u0100;a\u29D3\u29D4\u666El\u0100;s\u29D3\u0B38\u01F3\u29DF\0\u29E3p\u80BB\xA0\u0B37mp\u0100;e\u0BF9\u0C00\u0280aeouy\u29F4\u29FE\u2A03\u2A10\u2A13\u01F0\u29F9\0\u29FB;\u6A43on;\u4148dil;\u4146ng\u0100;d\u0D7E\u2A0Aot;\uC000\u2A6D\u0338p;\u6A42;\u443Dash;\u6013\u0380;Aadqsx\u0B92\u2A29\u2A2D\u2A3B\u2A41\u2A45\u2A50rr;\u61D7r\u0100hr\u2A33\u2A36k;\u6924\u0100;o\u13F2\u13F0ot;\uC000\u2250\u0338ui\xF6\u0B63\u0100ei\u2A4A\u2A4Ear;\u6928\xED\u0B98ist\u0100;s\u0BA0\u0B9Fr;\uC000\u{1D52B}\u0200Eest\u0BC5\u2A66\u2A79\u2A7C\u0180;qs\u0BBC\u2A6D\u0BE1\u0180;qs\u0BBC\u0BC5\u2A74lan\xF4\u0BE2i\xED\u0BEA\u0100;r\u0BB6\u2A81\xBB\u0BB7\u0180Aap\u2A8A\u2A8D\u2A91r\xF2\u2971rr;\u61AEar;\u6AF2\u0180;sv\u0F8D\u2A9C\u0F8C\u0100;d\u2AA1\u2AA2\u62FC;\u62FAcy;\u445A\u0380AEadest\u2AB7\u2ABA\u2ABE\u2AC2\u2AC5\u2AF6\u2AF9r\xF2\u2966;\uC000\u2266\u0338rr;\u619Ar;\u6025\u0200;fqs\u0C3B\u2ACE\u2AE3\u2AEFt\u0100ar\u2AD4\u2AD9rro\xF7\u2AC1ightarro\xF7\u2A90\u0180;qs\u0C3B\u2ABA\u2AEAlan\xF4\u0C55\u0100;s\u0C55\u2AF4\xBB\u0C36i\xED\u0C5D\u0100;r\u0C35\u2AFEi\u0100;e\u0C1A\u0C25i\xE4\u0D90\u0100pt\u2B0C\u2B11f;\uC000\u{1D55F}\u8180\xAC;in\u2B19\u2B1A\u2B36\u40ACn\u0200;Edv\u0B89\u2B24\u2B28\u2B2E;\uC000\u22F9\u0338ot;\uC000\u22F5\u0338\u01E1\u0B89\u2B33\u2B35;\u62F7;\u62F6i\u0100;v\u0CB8\u2B3C\u01E1\u0CB8\u2B41\u2B43;\u62FE;\u62FD\u0180aor\u2B4B\u2B63\u2B69r\u0200;ast\u0B7B\u2B55\u2B5A\u2B5Flle\xEC\u0B7Bl;\uC000\u2AFD\u20E5;\uC000\u2202\u0338lint;\u6A14\u0180;ce\u0C92\u2B70\u2B73u\xE5\u0CA5\u0100;c\u0C98\u2B78\u0100;e\u0C92\u2B7D\xF1\u0C98\u0200Aait\u2B88\u2B8B\u2B9D\u2BA7r\xF2\u2988rr\u0180;cw\u2B94\u2B95\u2B99\u619B;\uC000\u2933\u0338;\uC000\u219D\u0338ghtarrow\xBB\u2B95ri\u0100;e\u0CCB\u0CD6\u0380chimpqu\u2BBD\u2BCD\u2BD9\u2B04\u0B78\u2BE4\u2BEF\u0200;cer\u0D32\u2BC6\u0D37\u2BC9u\xE5\u0D45;\uC000\u{1D4C3}ort\u026D\u2B05\0\0\u2BD6ar\xE1\u2B56m\u0100;e\u0D6E\u2BDF\u0100;q\u0D74\u0D73su\u0100bp\u2BEB\u2BED\xE5\u0CF8\xE5\u0D0B\u0180bcp\u2BF6\u2C11\u2C19\u0200;Ees\u2BFF\u2C00\u0D22\u2C04\u6284;\uC000\u2AC5\u0338et\u0100;e\u0D1B\u2C0Bq\u0100;q\u0D23\u2C00c\u0100;e\u0D32\u2C17\xF1\u0D38\u0200;Ees\u2C22\u2C23\u0D5F\u2C27\u6285;\uC000\u2AC6\u0338et\u0100;e\u0D58\u2C2Eq\u0100;q\u0D60\u2C23\u0200gilr\u2C3D\u2C3F\u2C45\u2C47\xEC\u0BD7lde\u803B\xF1\u40F1\xE7\u0C43iangle\u0100lr\u2C52\u2C5Ceft\u0100;e\u0C1A\u2C5A\xF1\u0C26ight\u0100;e\u0CCB\u2C65\xF1\u0CD7\u0100;m\u2C6C\u2C6D\u43BD\u0180;es\u2C74\u2C75\u2C79\u4023ro;\u6116p;\u6007\u0480DHadgilrs\u2C8F\u2C94\u2C99\u2C9E\u2CA3\u2CB0\u2CB6\u2CD3\u2CE3ash;\u62ADarr;\u6904p;\uC000\u224D\u20D2ash;\u62AC\u0100et\u2CA8\u2CAC;\uC000\u2265\u20D2;\uC000>\u20D2nfin;\u69DE\u0180Aet\u2CBD\u2CC1\u2CC5rr;\u6902;\uC000\u2264\u20D2\u0100;r\u2CCA\u2CCD\uC000<\u20D2ie;\uC000\u22B4\u20D2\u0100At\u2CD8\u2CDCrr;\u6903rie;\uC000\u22B5\u20D2im;\uC000\u223C\u20D2\u0180Aan\u2CF0\u2CF4\u2D02rr;\u61D6r\u0100hr\u2CFA\u2CFDk;\u6923\u0100;o\u13E7\u13E5ear;\u6927\u1253\u1A95\0\0\0\0\0\0\0\0\0\0\0\0\0\u2D2D\0\u2D38\u2D48\u2D60\u2D65\u2D72\u2D84\u1B07\0\0\u2D8D\u2DAB\0\u2DC8\u2DCE\0\u2DDC\u2E19\u2E2B\u2E3E\u2E43\u0100cs\u2D31\u1A97ute\u803B\xF3\u40F3\u0100iy\u2D3C\u2D45r\u0100;c\u1A9E\u2D42\u803B\xF4\u40F4;\u443E\u0280abios\u1AA0\u2D52\u2D57\u01C8\u2D5Alac;\u4151v;\u6A38old;\u69BClig;\u4153\u0100cr\u2D69\u2D6Dir;\u69BF;\uC000\u{1D52C}\u036F\u2D79\0\0\u2D7C\0\u2D82n;\u42DBave\u803B\xF2\u40F2;\u69C1\u0100bm\u2D88\u0DF4ar;\u69B5\u0200acit\u2D95\u2D98\u2DA5\u2DA8r\xF2\u1A80\u0100ir\u2D9D\u2DA0r;\u69BEoss;\u69BBn\xE5\u0E52;\u69C0\u0180aei\u2DB1\u2DB5\u2DB9cr;\u414Dga;\u43C9\u0180cdn\u2DC0\u2DC5\u01CDron;\u43BF;\u69B6pf;\uC000\u{1D560}\u0180ael\u2DD4\u2DD7\u01D2r;\u69B7rp;\u69B9\u0380;adiosv\u2DEA\u2DEB\u2DEE\u2E08\u2E0D\u2E10\u2E16\u6228r\xF2\u1A86\u0200;efm\u2DF7\u2DF8\u2E02\u2E05\u6A5Dr\u0100;o\u2DFE\u2DFF\u6134f\xBB\u2DFF\u803B\xAA\u40AA\u803B\xBA\u40BAgof;\u62B6r;\u6A56lope;\u6A57;\u6A5B\u0180clo\u2E1F\u2E21\u2E27\xF2\u2E01ash\u803B\xF8\u40F8l;\u6298i\u016C\u2E2F\u2E34de\u803B\xF5\u40F5es\u0100;a\u01DB\u2E3As;\u6A36ml\u803B\xF6\u40F6bar;\u633D\u0AE1\u2E5E\0\u2E7D\0\u2E80\u2E9D\0\u2EA2\u2EB9\0\0\u2ECB\u0E9C\0\u2F13\0\0\u2F2B\u2FBC\0\u2FC8r\u0200;ast\u0403\u2E67\u2E72\u0E85\u8100\xB6;l\u2E6D\u2E6E\u40B6le\xEC\u0403\u0269\u2E78\0\0\u2E7Bm;\u6AF3;\u6AFDy;\u443Fr\u0280cimpt\u2E8B\u2E8F\u2E93\u1865\u2E97nt;\u4025od;\u402Eil;\u6030enk;\u6031r;\uC000\u{1D52D}\u0180imo\u2EA8\u2EB0\u2EB4\u0100;v\u2EAD\u2EAE\u43C6;\u43D5ma\xF4\u0A76ne;\u660E\u0180;tv\u2EBF\u2EC0\u2EC8\u43C0chfork\xBB\u1FFD;\u43D6\u0100au\u2ECF\u2EDFn\u0100ck\u2ED5\u2EDDk\u0100;h\u21F4\u2EDB;\u610E\xF6\u21F4s\u0480;abcdemst\u2EF3\u2EF4\u1908\u2EF9\u2EFD\u2F04\u2F06\u2F0A\u2F0E\u402Bcir;\u6A23ir;\u6A22\u0100ou\u1D40\u2F02;\u6A25;\u6A72n\u80BB\xB1\u0E9Dim;\u6A26wo;\u6A27\u0180ipu\u2F19\u2F20\u2F25ntint;\u6A15f;\uC000\u{1D561}nd\u803B\xA3\u40A3\u0500;Eaceinosu\u0EC8\u2F3F\u2F41\u2F44\u2F47\u2F81\u2F89\u2F92\u2F7E\u2FB6;\u6AB3p;\u6AB7u\xE5\u0ED9\u0100;c\u0ECE\u2F4C\u0300;acens\u0EC8\u2F59\u2F5F\u2F66\u2F68\u2F7Eppro\xF8\u2F43urlye\xF1\u0ED9\xF1\u0ECE\u0180aes\u2F6F\u2F76\u2F7Approx;\u6AB9qq;\u6AB5im;\u62E8i\xED\u0EDFme\u0100;s\u2F88\u0EAE\u6032\u0180Eas\u2F78\u2F90\u2F7A\xF0\u2F75\u0180dfp\u0EEC\u2F99\u2FAF\u0180als\u2FA0\u2FA5\u2FAAlar;\u632Eine;\u6312urf;\u6313\u0100;t\u0EFB\u2FB4\xEF\u0EFBrel;\u62B0\u0100ci\u2FC0\u2FC5r;\uC000\u{1D4C5};\u43C8ncsp;\u6008\u0300fiopsu\u2FDA\u22E2\u2FDF\u2FE5\u2FEB\u2FF1r;\uC000\u{1D52E}pf;\uC000\u{1D562}rime;\u6057cr;\uC000\u{1D4C6}\u0180aeo\u2FF8\u3009\u3013t\u0100ei\u2FFE\u3005rnion\xF3\u06B0nt;\u6A16st\u0100;e\u3010\u3011\u403F\xF1\u1F19\xF4\u0F14\u0A80ABHabcdefhilmnoprstux\u3040\u3051\u3055\u3059\u30E0\u310E\u312B\u3147\u3162\u3172\u318E\u3206\u3215\u3224\u3229\u3258\u326E\u3272\u3290\u32B0\u32B7\u0180art\u3047\u304A\u304Cr\xF2\u10B3\xF2\u03DDail;\u691Car\xF2\u1C65ar;\u6964\u0380cdenqrt\u3068\u3075\u3078\u307F\u308F\u3094\u30CC\u0100eu\u306D\u3071;\uC000\u223D\u0331te;\u4155i\xE3\u116Emptyv;\u69B3g\u0200;del\u0FD1\u3089\u308B\u308D;\u6992;\u69A5\xE5\u0FD1uo\u803B\xBB\u40BBr\u0580;abcfhlpstw\u0FDC\u30AC\u30AF\u30B7\u30B9\u30BC\u30BE\u30C0\u30C3\u30C7\u30CAp;\u6975\u0100;f\u0FE0\u30B4s;\u6920;\u6933s;\u691E\xEB\u225D\xF0\u272El;\u6945im;\u6974l;\u61A3;\u619D\u0100ai\u30D1\u30D5il;\u691Ao\u0100;n\u30DB\u30DC\u6236al\xF3\u0F1E\u0180abr\u30E7\u30EA\u30EEr\xF2\u17E5rk;\u6773\u0100ak\u30F3\u30FDc\u0100ek\u30F9\u30FB;\u407D;\u405D\u0100es\u3102\u3104;\u698Cl\u0100du\u310A\u310C;\u698E;\u6990\u0200aeuy\u3117\u311C\u3127\u3129ron;\u4159\u0100di\u3121\u3125il;\u4157\xEC\u0FF2\xE2\u30FA;\u4440\u0200clqs\u3134\u3137\u313D\u3144a;\u6937dhar;\u6969uo\u0100;r\u020E\u020Dh;\u61B3\u0180acg\u314E\u315F\u0F44l\u0200;ips\u0F78\u3158\u315B\u109Cn\xE5\u10BBar\xF4\u0FA9t;\u65AD\u0180ilr\u3169\u1023\u316Esht;\u697D;\uC000\u{1D52F}\u0100ao\u3177\u3186r\u0100du\u317D\u317F\xBB\u047B\u0100;l\u1091\u3184;\u696C\u0100;v\u318B\u318C\u43C1;\u43F1\u0180gns\u3195\u31F9\u31FCht\u0300ahlrst\u31A4\u31B0\u31C2\u31D8\u31E4\u31EErrow\u0100;t\u0FDC\u31ADa\xE9\u30C8arpoon\u0100du\u31BB\u31BFow\xEE\u317Ep\xBB\u1092eft\u0100ah\u31CA\u31D0rrow\xF3\u0FEAarpoon\xF3\u0551ightarrows;\u61C9quigarro\xF7\u30CBhreetimes;\u62CCg;\u42DAingdotse\xF1\u1F32\u0180ahm\u320D\u3210\u3213r\xF2\u0FEAa\xF2\u0551;\u600Foust\u0100;a\u321E\u321F\u63B1che\xBB\u321Fmid;\u6AEE\u0200abpt\u3232\u323D\u3240\u3252\u0100nr\u3237\u323Ag;\u67EDr;\u61FEr\xEB\u1003\u0180afl\u3247\u324A\u324Er;\u6986;\uC000\u{1D563}us;\u6A2Eimes;\u6A35\u0100ap\u325D\u3267r\u0100;g\u3263\u3264\u4029t;\u6994olint;\u6A12ar\xF2\u31E3\u0200achq\u327B\u3280\u10BC\u3285quo;\u603Ar;\uC000\u{1D4C7}\u0100bu\u30FB\u328Ao\u0100;r\u0214\u0213\u0180hir\u3297\u329B\u32A0re\xE5\u31F8mes;\u62CAi\u0200;efl\u32AA\u1059\u1821\u32AB\u65B9tri;\u69CEluhar;\u6968;\u611E\u0D61\u32D5\u32DB\u32DF\u332C\u3338\u3371\0\u337A\u33A4\0\0\u33EC\u33F0\0\u3428\u3448\u345A\u34AD\u34B1\u34CA\u34F1\0\u3616\0\0\u3633cute;\u415Bqu\xEF\u27BA\u0500;Eaceinpsy\u11ED\u32F3\u32F5\u32FF\u3302\u330B\u330F\u331F\u3326\u3329;\u6AB4\u01F0\u32FA\0\u32FC;\u6AB8on;\u4161u\xE5\u11FE\u0100;d\u11F3\u3307il;\u415Frc;\u415D\u0180Eas\u3316\u3318\u331B;\u6AB6p;\u6ABAim;\u62E9olint;\u6A13i\xED\u1204;\u4441ot\u0180;be\u3334\u1D47\u3335\u62C5;\u6A66\u0380Aacmstx\u3346\u334A\u3357\u335B\u335E\u3363\u336Drr;\u61D8r\u0100hr\u3350\u3352\xEB\u2228\u0100;o\u0A36\u0A34t\u803B\xA7\u40A7i;\u403Bwar;\u6929m\u0100in\u3369\xF0nu\xF3\xF1t;\u6736r\u0100;o\u3376\u2055\uC000\u{1D530}\u0200acoy\u3382\u3386\u3391\u33A0rp;\u666F\u0100hy\u338B\u338Fcy;\u4449;\u4448rt\u026D\u3399\0\0\u339Ci\xE4\u1464ara\xEC\u2E6F\u803B\xAD\u40AD\u0100gm\u33A8\u33B4ma\u0180;fv\u33B1\u33B2\u33B2\u43C3;\u43C2\u0400;deglnpr\u12AB\u33C5\u33C9\u33CE\u33D6\u33DE\u33E1\u33E6ot;\u6A6A\u0100;q\u12B1\u12B0\u0100;E\u33D3\u33D4\u6A9E;\u6AA0\u0100;E\u33DB\u33DC\u6A9D;\u6A9Fe;\u6246lus;\u6A24arr;\u6972ar\xF2\u113D\u0200aeit\u33F8\u3408\u340F\u3417\u0100ls\u33FD\u3404lsetm\xE9\u336Ahp;\u6A33parsl;\u69E4\u0100dl\u1463\u3414e;\u6323\u0100;e\u341C\u341D\u6AAA\u0100;s\u3422\u3423\u6AAC;\uC000\u2AAC\uFE00\u0180flp\u342E\u3433\u3442tcy;\u444C\u0100;b\u3438\u3439\u402F\u0100;a\u343E\u343F\u69C4r;\u633Ff;\uC000\u{1D564}a\u0100dr\u344D\u0402es\u0100;u\u3454\u3455\u6660it\xBB\u3455\u0180csu\u3460\u3479\u349F\u0100au\u3465\u346Fp\u0100;s\u1188\u346B;\uC000\u2293\uFE00p\u0100;s\u11B4\u3475;\uC000\u2294\uFE00u\u0100bp\u347F\u348F\u0180;es\u1197\u119C\u3486et\u0100;e\u1197\u348D\xF1\u119D\u0180;es\u11A8\u11AD\u3496et\u0100;e\u11A8\u349D\xF1\u11AE\u0180;af\u117B\u34A6\u05B0r\u0165\u34AB\u05B1\xBB\u117Car\xF2\u1148\u0200cemt\u34B9\u34BE\u34C2\u34C5r;\uC000\u{1D4C8}tm\xEE\xF1i\xEC\u3415ar\xE6\u11BE\u0100ar\u34CE\u34D5r\u0100;f\u34D4\u17BF\u6606\u0100an\u34DA\u34EDight\u0100ep\u34E3\u34EApsilo\xEE\u1EE0h\xE9\u2EAFs\xBB\u2852\u0280bcmnp\u34FB\u355E\u1209\u358B\u358E\u0480;Edemnprs\u350E\u350F\u3511\u3515\u351E\u3523\u352C\u3531\u3536\u6282;\u6AC5ot;\u6ABD\u0100;d\u11DA\u351Aot;\u6AC3ult;\u6AC1\u0100Ee\u3528\u352A;\u6ACB;\u628Alus;\u6ABFarr;\u6979\u0180eiu\u353D\u3552\u3555t\u0180;en\u350E\u3545\u354Bq\u0100;q\u11DA\u350Feq\u0100;q\u352B\u3528m;\u6AC7\u0100bp\u355A\u355C;\u6AD5;\u6AD3c\u0300;acens\u11ED\u356C\u3572\u3579\u357B\u3326ppro\xF8\u32FAurlye\xF1\u11FE\xF1\u11F3\u0180aes\u3582\u3588\u331Bppro\xF8\u331Aq\xF1\u3317g;\u666A\u0680123;Edehlmnps\u35A9\u35AC\u35AF\u121C\u35B2\u35B4\u35C0\u35C9\u35D5\u35DA\u35DF\u35E8\u35ED\u803B\xB9\u40B9\u803B\xB2\u40B2\u803B\xB3\u40B3;\u6AC6\u0100os\u35B9\u35BCt;\u6ABEub;\u6AD8\u0100;d\u1222\u35C5ot;\u6AC4s\u0100ou\u35CF\u35D2l;\u67C9b;\u6AD7arr;\u697Bult;\u6AC2\u0100Ee\u35E4\u35E6;\u6ACC;\u628Blus;\u6AC0\u0180eiu\u35F4\u3609\u360Ct\u0180;en\u121C\u35FC\u3602q\u0100;q\u1222\u35B2eq\u0100;q\u35E7\u35E4m;\u6AC8\u0100bp\u3611\u3613;\u6AD4;\u6AD6\u0180Aan\u361C\u3620\u362Drr;\u61D9r\u0100hr\u3626\u3628\xEB\u222E\u0100;o\u0A2B\u0A29war;\u692Alig\u803B\xDF\u40DF\u0BE1\u3651\u365D\u3660\u12CE\u3673\u3679\0\u367E\u36C2\0\0\0\0\0\u36DB\u3703\0\u3709\u376C\0\0\0\u3787\u0272\u3656\0\0\u365Bget;\u6316;\u43C4r\xEB\u0E5F\u0180aey\u3666\u366B\u3670ron;\u4165dil;\u4163;\u4442lrec;\u6315r;\uC000\u{1D531}\u0200eiko\u3686\u369D\u36B5\u36BC\u01F2\u368B\0\u3691e\u01004f\u1284\u1281a\u0180;sv\u3698\u3699\u369B\u43B8ym;\u43D1\u0100cn\u36A2\u36B2k\u0100as\u36A8\u36AEppro\xF8\u12C1im\xBB\u12ACs\xF0\u129E\u0100as\u36BA\u36AE\xF0\u12C1rn\u803B\xFE\u40FE\u01EC\u031F\u36C6\u22E7es\u8180\xD7;bd\u36CF\u36D0\u36D8\u40D7\u0100;a\u190F\u36D5r;\u6A31;\u6A30\u0180eps\u36E1\u36E3\u3700\xE1\u2A4D\u0200;bcf\u0486\u36EC\u36F0\u36F4ot;\u6336ir;\u6AF1\u0100;o\u36F9\u36FC\uC000\u{1D565}rk;\u6ADA\xE1\u3362rime;\u6034\u0180aip\u370F\u3712\u3764d\xE5\u1248\u0380adempst\u3721\u374D\u3740\u3751\u3757\u375C\u375Fngle\u0280;dlqr\u3730\u3731\u3736\u3740\u3742\u65B5own\xBB\u1DBBeft\u0100;e\u2800\u373E\xF1\u092E;\u625Cight\u0100;e\u32AA\u374B\xF1\u105Aot;\u65ECinus;\u6A3Alus;\u6A39b;\u69CDime;\u6A3Bezium;\u63E2\u0180cht\u3772\u377D\u3781\u0100ry\u3777\u377B;\uC000\u{1D4C9};\u4446cy;\u445Brok;\u4167\u0100io\u378B\u378Ex\xF4\u1777head\u0100lr\u3797\u37A0eftarro\xF7\u084Fightarrow\xBB\u0F5D\u0900AHabcdfghlmoprstuw\u37D0\u37D3\u37D7\u37E4\u37F0\u37FC\u380E\u381C\u3823\u3834\u3851\u385D\u386B\u38A9\u38CC\u38D2\u38EA\u38F6r\xF2\u03EDar;\u6963\u0100cr\u37DC\u37E2ute\u803B\xFA\u40FA\xF2\u1150r\u01E3\u37EA\0\u37EDy;\u445Eve;\u416D\u0100iy\u37F5\u37FArc\u803B\xFB\u40FB;\u4443\u0180abh\u3803\u3806\u380Br\xF2\u13ADlac;\u4171a\xF2\u13C3\u0100ir\u3813\u3818sht;\u697E;\uC000\u{1D532}rave\u803B\xF9\u40F9\u0161\u3827\u3831r\u0100lr\u382C\u382E\xBB\u0957\xBB\u1083lk;\u6580\u0100ct\u3839\u384D\u026F\u383F\0\0\u384Arn\u0100;e\u3845\u3846\u631Cr\xBB\u3846op;\u630Fri;\u65F8\u0100al\u3856\u385Acr;\u416B\u80BB\xA8\u0349\u0100gp\u3862\u3866on;\u4173f;\uC000\u{1D566}\u0300adhlsu\u114B\u3878\u387D\u1372\u3891\u38A0own\xE1\u13B3arpoon\u0100lr\u3888\u388Cef\xF4\u382Digh\xF4\u382Fi\u0180;hl\u3899\u389A\u389C\u43C5\xBB\u13FAon\xBB\u389Aparrows;\u61C8\u0180cit\u38B0\u38C4\u38C8\u026F\u38B6\0\0\u38C1rn\u0100;e\u38BC\u38BD\u631Dr\xBB\u38BDop;\u630Eng;\u416Fri;\u65F9cr;\uC000\u{1D4CA}\u0180dir\u38D9\u38DD\u38E2ot;\u62F0lde;\u4169i\u0100;f\u3730\u38E8\xBB\u1813\u0100am\u38EF\u38F2r\xF2\u38A8l\u803B\xFC\u40FCangle;\u69A7\u0780ABDacdeflnoprsz\u391C\u391F\u3929\u392D\u39B5\u39B8\u39BD\u39DF\u39E4\u39E8\u39F3\u39F9\u39FD\u3A01\u3A20r\xF2\u03F7ar\u0100;v\u3926\u3927\u6AE8;\u6AE9as\xE8\u03E1\u0100nr\u3932\u3937grt;\u699C\u0380eknprst\u34E3\u3946\u394B\u3952\u395D\u3964\u3996app\xE1\u2415othin\xE7\u1E96\u0180hir\u34EB\u2EC8\u3959op\xF4\u2FB5\u0100;h\u13B7\u3962\xEF\u318D\u0100iu\u3969\u396Dgm\xE1\u33B3\u0100bp\u3972\u3984setneq\u0100;q\u397D\u3980\uC000\u228A\uFE00;\uC000\u2ACB\uFE00setneq\u0100;q\u398F\u3992\uC000\u228B\uFE00;\uC000\u2ACC\uFE00\u0100hr\u399B\u399Fet\xE1\u369Ciangle\u0100lr\u39AA\u39AFeft\xBB\u0925ight\xBB\u1051y;\u4432ash\xBB\u1036\u0180elr\u39C4\u39D2\u39D7\u0180;be\u2DEA\u39CB\u39CFar;\u62BBq;\u625Alip;\u62EE\u0100bt\u39DC\u1468a\xF2\u1469r;\uC000\u{1D533}tr\xE9\u39AEsu\u0100bp\u39EF\u39F1\xBB\u0D1C\xBB\u0D59pf;\uC000\u{1D567}ro\xF0\u0EFBtr\xE9\u39B4\u0100cu\u3A06\u3A0Br;\uC000\u{1D4CB}\u0100bp\u3A10\u3A18n\u0100Ee\u3980\u3A16\xBB\u397En\u0100Ee\u3992\u3A1E\xBB\u3990igzag;\u699A\u0380cefoprs\u3A36\u3A3B\u3A56\u3A5B\u3A54\u3A61\u3A6Airc;\u4175\u0100di\u3A40\u3A51\u0100bg\u3A45\u3A49ar;\u6A5Fe\u0100;q\u15FA\u3A4F;\u6259erp;\u6118r;\uC000\u{1D534}pf;\uC000\u{1D568}\u0100;e\u1479\u3A66at\xE8\u1479cr;\uC000\u{1D4CC}\u0AE3\u178E\u3A87\0\u3A8B\0\u3A90\u3A9B\0\0\u3A9D\u3AA8\u3AAB\u3AAF\0\0\u3AC3\u3ACE\0\u3AD8\u17DC\u17DFtr\xE9\u17D1r;\uC000\u{1D535}\u0100Aa\u3A94\u3A97r\xF2\u03C3r\xF2\u09F6;\u43BE\u0100Aa\u3AA1\u3AA4r\xF2\u03B8r\xF2\u09EBa\xF0\u2713is;\u62FB\u0180dpt\u17A4\u3AB5\u3ABE\u0100fl\u3ABA\u17A9;\uC000\u{1D569}im\xE5\u17B2\u0100Aa\u3AC7\u3ACAr\xF2\u03CEr\xF2\u0A01\u0100cq\u3AD2\u17B8r;\uC000\u{1D4CD}\u0100pt\u17D6\u3ADCr\xE9\u17D4\u0400acefiosu\u3AF0\u3AFD\u3B08\u3B0C\u3B11\u3B15\u3B1B\u3B21c\u0100uy\u3AF6\u3AFBte\u803B\xFD\u40FD;\u444F\u0100iy\u3B02\u3B06rc;\u4177;\u444Bn\u803B\xA5\u40A5r;\uC000\u{1D536}cy;\u4457pf;\uC000\u{1D56A}cr;\uC000\u{1D4CE}\u0100cm\u3B26\u3B29y;\u444El\u803B\xFF\u40FF\u0500acdefhiosw\u3B42\u3B48\u3B54\u3B58\u3B64\u3B69\u3B6D\u3B74\u3B7A\u3B80cute;\u417A\u0100ay\u3B4D\u3B52ron;\u417E;\u4437ot;\u417C\u0100et\u3B5D\u3B61tr\xE6\u155Fa;\u43B6r;\uC000\u{1D537}cy;\u4436grarr;\u61DDpf;\uC000\u{1D56B}cr;\uC000\u{1D4CF}\u0100jn\u3B85\u3B87;\u600Dj;\u600C'.split("").map(function(t){return t.charCodeAt(0)}))}),ai=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=new Uint16Array("\u0200aglq \x1B\u026D\0\0p;\u4026os;\u4027t;\u403Et;\u403Cuot;\u4022".split("").map(function(t){return t.charCodeAt(0)}))}),ut=z(e=>{"use strict";var t;Object.defineProperty(e,"__esModule",{value:!0}),e.replaceCodePoint=e.fromCodePoint=void 0;var c=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]]);e.fromCodePoint=(t=String.fromCodePoint)!==null&&t!==void 0?t:function(d){var s="";return d>65535&&(d-=65536,s+=String.fromCharCode(d>>>10&1023|55296),d=56320|d&1023),s+=String.fromCharCode(d),s};function y(d){var s;return d>=55296&&d<=57343||d>1114111?65533:(s=c.get(d))!==null&&s!==void 0?s:d}e.replaceCodePoint=y;function u(d){return(0,e.fromCodePoint)(y(d))}e.default=u}),dt=z(e=>{"use strict";var t=e&&e.__createBinding||(Object.create?function(E,D,W,I){I===void 0&&(I=W);var q=Object.getOwnPropertyDescriptor(D,W);(!q||("get"in q?!D.__esModule:q.writable||q.configurable))&&(q={enumerable:!0,get:function(){return D[W]}}),Object.defineProperty(E,I,q)}:function(E,D,W,I){I===void 0&&(I=W),E[I]=D[W]}),c=e&&e.__setModuleDefault||(Object.create?function(E,D){Object.defineProperty(E,"default",{enumerable:!0,value:D})}:function(E,D){E.default=D}),y=e&&e.__importStar||function(E){if(E&&E.__esModule)return E;var D={};if(E!=null)for(var W in E)W!=="default"&&Object.prototype.hasOwnProperty.call(E,W)&&t(D,E,W);return c(D,E),D},u=e&&e.__importDefault||function(E){return E&&E.__esModule?E:{default:E}};Object.defineProperty(e,"__esModule",{value:!0}),e.decodeXML=e.decodeHTMLStrict=e.decodeHTMLAttribute=e.decodeHTML=e.determineBranch=e.EntityDecoder=e.DecodingMode=e.BinTrieFlags=e.fromCodePoint=e.replaceCodePoint=e.decodeCodePoint=e.xmlDecodeTree=e.htmlDecodeTree=void 0;var d=u(ii());e.htmlDecodeTree=d.default;var s=u(ai());e.xmlDecodeTree=s.default;var i=y(ut());e.decodeCodePoint=i.default;var r=ut();Object.defineProperty(e,"replaceCodePoint",{enumerable:!0,get:function(){return r.replaceCodePoint}}),Object.defineProperty(e,"fromCodePoint",{enumerable:!0,get:function(){return r.fromCodePoint}});var a;(function(E){E[E.NUM=35]="NUM",E[E.SEMI=59]="SEMI",E[E.EQUALS=61]="EQUALS",E[E.ZERO=48]="ZERO",E[E.NINE=57]="NINE",E[E.LOWER_A=97]="LOWER_A",E[E.LOWER_F=102]="LOWER_F",E[E.LOWER_X=120]="LOWER_X",E[E.LOWER_Z=122]="LOWER_Z",E[E.UPPER_A=65]="UPPER_A",E[E.UPPER_F=70]="UPPER_F",E[E.UPPER_Z=90]="UPPER_Z"})(a||(a={}));var l=32,f;(function(E){E[E.VALUE_LENGTH=49152]="VALUE_LENGTH",E[E.BRANCH_LENGTH=16256]="BRANCH_LENGTH",E[E.JUMP_TABLE=127]="JUMP_TABLE"})(f=e.BinTrieFlags||(e.BinTrieFlags={}));function g(E){return E>=a.ZERO&&E<=a.NINE}function b(E){return E>=a.UPPER_A&&E<=a.UPPER_F||E>=a.LOWER_A&&E<=a.LOWER_F}function n(E){return E>=a.UPPER_A&&E<=a.UPPER_Z||E>=a.LOWER_A&&E<=a.LOWER_Z||g(E)}function o(E){return E===a.EQUALS||n(E)}var m;(function(E){E[E.EntityStart=0]="EntityStart",E[E.NumericStart=1]="NumericStart",E[E.NumericDecimal=2]="NumericDecimal",E[E.NumericHex=3]="NumericHex",E[E.NamedEntity=4]="NamedEntity"})(m||(m={}));var p;(function(E){E[E.Legacy=0]="Legacy",E[E.Strict=1]="Strict",E[E.Attribute=2]="Attribute"})(p=e.DecodingMode||(e.DecodingMode={}));var S=function(){function E(D,W,I){this.decodeTree=D,this.emitCodePoint=W,this.errors=I,this.state=m.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=p.Strict}return E.prototype.startEntity=function(D){this.decodeMode=D,this.state=m.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1},E.prototype.write=function(D,W){switch(this.state){case m.EntityStart:return D.charCodeAt(W)===a.NUM?(this.state=m.NumericStart,this.consumed+=1,this.stateNumericStart(D,W+1)):(this.state=m.NamedEntity,this.stateNamedEntity(D,W));case m.NumericStart:return this.stateNumericStart(D,W);case m.NumericDecimal:return this.stateNumericDecimal(D,W);case m.NumericHex:return this.stateNumericHex(D,W);case m.NamedEntity:return this.stateNamedEntity(D,W)}},E.prototype.stateNumericStart=function(D,W){return W>=D.length?-1:(D.charCodeAt(W)|l)===a.LOWER_X?(this.state=m.NumericHex,this.consumed+=1,this.stateNumericHex(D,W+1)):(this.state=m.NumericDecimal,this.stateNumericDecimal(D,W))},E.prototype.addToNumericResult=function(D,W,I,q){if(W!==I){var _=I-W;this.result=this.result*Math.pow(q,_)+parseInt(D.substr(W,_),q),this.consumed+=_}},E.prototype.stateNumericHex=function(D,W){for(var I=W;W<D.length;){var q=D.charCodeAt(W);if(g(q)||b(q))W+=1;else return this.addToNumericResult(D,I,W,16),this.emitNumericEntity(q,3)}return this.addToNumericResult(D,I,W,16),-1},E.prototype.stateNumericDecimal=function(D,W){for(var I=W;W<D.length;){var q=D.charCodeAt(W);if(g(q))W+=1;else return this.addToNumericResult(D,I,W,10),this.emitNumericEntity(q,2)}return this.addToNumericResult(D,I,W,10),-1},E.prototype.emitNumericEntity=function(D,W){var I;if(this.consumed<=W)return(I=this.errors)===null||I===void 0||I.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(D===a.SEMI)this.consumed+=1;else if(this.decodeMode===p.Strict)return 0;return this.emitCodePoint((0,i.replaceCodePoint)(this.result),this.consumed),this.errors&&(D!==a.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed},E.prototype.stateNamedEntity=function(D,W){for(var I=this.decodeTree,q=I[this.treeIndex],_=(q&f.VALUE_LENGTH)>>14;W<D.length;W++,this.excess++){var M=D.charCodeAt(W);if(this.treeIndex=C(I,q,this.treeIndex+Math.max(1,_),M),this.treeIndex<0)return this.result===0||this.decodeMode===p.Attribute&&(_===0||o(M))?0:this.emitNotTerminatedNamedEntity();if(q=I[this.treeIndex],_=(q&f.VALUE_LENGTH)>>14,_!==0){if(M===a.SEMI)return this.emitNamedEntityData(this.treeIndex,_,this.consumed+this.excess);this.decodeMode!==p.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1},E.prototype.emitNotTerminatedNamedEntity=function(){var D,W=this,I=W.result,q=W.decodeTree,_=(q[I]&f.VALUE_LENGTH)>>14;return this.emitNamedEntityData(I,_,this.consumed),(D=this.errors)===null||D===void 0||D.missingSemicolonAfterCharacterReference(),this.consumed},E.prototype.emitNamedEntityData=function(D,W,I){var q=this.decodeTree;return this.emitCodePoint(W===1?q[D]&~f.VALUE_LENGTH:q[D+1],I),W===3&&this.emitCodePoint(q[D+2],I),I},E.prototype.end=function(){var D;switch(this.state){case m.NamedEntity:return this.result!==0&&(this.decodeMode!==p.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case m.NumericDecimal:return this.emitNumericEntity(0,2);case m.NumericHex:return this.emitNumericEntity(0,3);case m.NumericStart:return(D=this.errors)===null||D===void 0||D.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case m.EntityStart:return 0}},E}();e.EntityDecoder=S;function v(E){var D="",W=new S(E,function(I){return D+=(0,i.fromCodePoint)(I)});return function(I,q){for(var _=0,M=0;(M=I.indexOf("&",M))>=0;){D+=I.slice(_,M),W.startEntity(q);var G=W.write(I,M+1);if(G<0){_=M+W.end();break}_=M+G,M=G===0?_+1:_}var V=D+I.slice(_);return D="",V}}function C(E,D,W,I){var q=(D&f.BRANCH_LENGTH)>>7,_=D&f.JUMP_TABLE;if(q===0)return _!==0&&I===_?W:-1;if(_){var M=I-_;return M<0||M>=q?-1:E[W+M]-1}for(var G=W,V=G+q-1;G<=V;){var H=G+V>>>1,j=E[H];if(j<I)G=H+1;else if(j>I)V=H-1;else return E[H+q]}return-1}e.determineBranch=C;var h=v(d.default),w=v(s.default);function k(E,D){return D===void 0&&(D=p.Legacy),h(E,D)}e.decodeHTML=k;function x(E){return h(E,p.Attribute)}e.decodeHTMLAttribute=x;function A(E){return h(E,p.Strict)}e.decodeHTMLStrict=A;function B(E){return w(E,p.Strict)}e.decodeXML=B}),oi=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});function t(c){for(var y=1;y<c.length;y++)c[y][0]+=c[y-1][0]+1;return c}e.default=new Map(t([[9,"&Tab;"],[0,"&NewLine;"],[22,"&excl;"],[0,"&quot;"],[0,"&num;"],[0,"&dollar;"],[0,"&percnt;"],[0,"&amp;"],[0,"&apos;"],[0,"&lpar;"],[0,"&rpar;"],[0,"&ast;"],[0,"&plus;"],[0,"&comma;"],[1,"&period;"],[0,"&sol;"],[10,"&colon;"],[0,"&semi;"],[0,{v:"&lt;",n:8402,o:"&nvlt;"}],[0,{v:"&equals;",n:8421,o:"&bne;"}],[0,{v:"&gt;",n:8402,o:"&nvgt;"}],[0,"&quest;"],[0,"&commat;"],[26,"&lbrack;"],[0,"&bsol;"],[0,"&rbrack;"],[0,"&Hat;"],[0,"&lowbar;"],[0,"&DiacriticalGrave;"],[5,{n:106,o:"&fjlig;"}],[20,"&lbrace;"],[0,"&verbar;"],[0,"&rbrace;"],[34,"&nbsp;"],[0,"&iexcl;"],[0,"&cent;"],[0,"&pound;"],[0,"&curren;"],[0,"&yen;"],[0,"&brvbar;"],[0,"&sect;"],[0,"&die;"],[0,"&copy;"],[0,"&ordf;"],[0,"&laquo;"],[0,"&not;"],[0,"&shy;"],[0,"&circledR;"],[0,"&macr;"],[0,"&deg;"],[0,"&PlusMinus;"],[0,"&sup2;"],[0,"&sup3;"],[0,"&acute;"],[0,"&micro;"],[0,"&para;"],[0,"&centerdot;"],[0,"&cedil;"],[0,"&sup1;"],[0,"&ordm;"],[0,"&raquo;"],[0,"&frac14;"],[0,"&frac12;"],[0,"&frac34;"],[0,"&iquest;"],[0,"&Agrave;"],[0,"&Aacute;"],[0,"&Acirc;"],[0,"&Atilde;"],[0,"&Auml;"],[0,"&angst;"],[0,"&AElig;"],[0,"&Ccedil;"],[0,"&Egrave;"],[0,"&Eacute;"],[0,"&Ecirc;"],[0,"&Euml;"],[0,"&Igrave;"],[0,"&Iacute;"],[0,"&Icirc;"],[0,"&Iuml;"],[0,"&ETH;"],[0,"&Ntilde;"],[0,"&Ograve;"],[0,"&Oacute;"],[0,"&Ocirc;"],[0,"&Otilde;"],[0,"&Ouml;"],[0,"&times;"],[0,"&Oslash;"],[0,"&Ugrave;"],[0,"&Uacute;"],[0,"&Ucirc;"],[0,"&Uuml;"],[0,"&Yacute;"],[0,"&THORN;"],[0,"&szlig;"],[0,"&agrave;"],[0,"&aacute;"],[0,"&acirc;"],[0,"&atilde;"],[0,"&auml;"],[0,"&aring;"],[0,"&aelig;"],[0,"&ccedil;"],[0,"&egrave;"],[0,"&eacute;"],[0,"&ecirc;"],[0,"&euml;"],[0,"&igrave;"],[0,"&iacute;"],[0,"&icirc;"],[0,"&iuml;"],[0,"&eth;"],[0,"&ntilde;"],[0,"&ograve;"],[0,"&oacute;"],[0,"&ocirc;"],[0,"&otilde;"],[0,"&ouml;"],[0,"&div;"],[0,"&oslash;"],[0,"&ugrave;"],[0,"&uacute;"],[0,"&ucirc;"],[0,"&uuml;"],[0,"&yacute;"],[0,"&thorn;"],[0,"&yuml;"],[0,"&Amacr;"],[0,"&amacr;"],[0,"&Abreve;"],[0,"&abreve;"],[0,"&Aogon;"],[0,"&aogon;"],[0,"&Cacute;"],[0,"&cacute;"],[0,"&Ccirc;"],[0,"&ccirc;"],[0,"&Cdot;"],[0,"&cdot;"],[0,"&Ccaron;"],[0,"&ccaron;"],[0,"&Dcaron;"],[0,"&dcaron;"],[0,"&Dstrok;"],[0,"&dstrok;"],[0,"&Emacr;"],[0,"&emacr;"],[2,"&Edot;"],[0,"&edot;"],[0,"&Eogon;"],[0,"&eogon;"],[0,"&Ecaron;"],[0,"&ecaron;"],[0,"&Gcirc;"],[0,"&gcirc;"],[0,"&Gbreve;"],[0,"&gbreve;"],[0,"&Gdot;"],[0,"&gdot;"],[0,"&Gcedil;"],[1,"&Hcirc;"],[0,"&hcirc;"],[0,"&Hstrok;"],[0,"&hstrok;"],[0,"&Itilde;"],[0,"&itilde;"],[0,"&Imacr;"],[0,"&imacr;"],[2,"&Iogon;"],[0,"&iogon;"],[0,"&Idot;"],[0,"&imath;"],[0,"&IJlig;"],[0,"&ijlig;"],[0,"&Jcirc;"],[0,"&jcirc;"],[0,"&Kcedil;"],[0,"&kcedil;"],[0,"&kgreen;"],[0,"&Lacute;"],[0,"&lacute;"],[0,"&Lcedil;"],[0,"&lcedil;"],[0,"&Lcaron;"],[0,"&lcaron;"],[0,"&Lmidot;"],[0,"&lmidot;"],[0,"&Lstrok;"],[0,"&lstrok;"],[0,"&Nacute;"],[0,"&nacute;"],[0,"&Ncedil;"],[0,"&ncedil;"],[0,"&Ncaron;"],[0,"&ncaron;"],[0,"&napos;"],[0,"&ENG;"],[0,"&eng;"],[0,"&Omacr;"],[0,"&omacr;"],[2,"&Odblac;"],[0,"&odblac;"],[0,"&OElig;"],[0,"&oelig;"],[0,"&Racute;"],[0,"&racute;"],[0,"&Rcedil;"],[0,"&rcedil;"],[0,"&Rcaron;"],[0,"&rcaron;"],[0,"&Sacute;"],[0,"&sacute;"],[0,"&Scirc;"],[0,"&scirc;"],[0,"&Scedil;"],[0,"&scedil;"],[0,"&Scaron;"],[0,"&scaron;"],[0,"&Tcedil;"],[0,"&tcedil;"],[0,"&Tcaron;"],[0,"&tcaron;"],[0,"&Tstrok;"],[0,"&tstrok;"],[0,"&Utilde;"],[0,"&utilde;"],[0,"&Umacr;"],[0,"&umacr;"],[0,"&Ubreve;"],[0,"&ubreve;"],[0,"&Uring;"],[0,"&uring;"],[0,"&Udblac;"],[0,"&udblac;"],[0,"&Uogon;"],[0,"&uogon;"],[0,"&Wcirc;"],[0,"&wcirc;"],[0,"&Ycirc;"],[0,"&ycirc;"],[0,"&Yuml;"],[0,"&Zacute;"],[0,"&zacute;"],[0,"&Zdot;"],[0,"&zdot;"],[0,"&Zcaron;"],[0,"&zcaron;"],[19,"&fnof;"],[34,"&imped;"],[63,"&gacute;"],[65,"&jmath;"],[142,"&circ;"],[0,"&caron;"],[16,"&breve;"],[0,"&DiacriticalDot;"],[0,"&ring;"],[0,"&ogon;"],[0,"&DiacriticalTilde;"],[0,"&dblac;"],[51,"&DownBreve;"],[127,"&Alpha;"],[0,"&Beta;"],[0,"&Gamma;"],[0,"&Delta;"],[0,"&Epsilon;"],[0,"&Zeta;"],[0,"&Eta;"],[0,"&Theta;"],[0,"&Iota;"],[0,"&Kappa;"],[0,"&Lambda;"],[0,"&Mu;"],[0,"&Nu;"],[0,"&Xi;"],[0,"&Omicron;"],[0,"&Pi;"],[0,"&Rho;"],[1,"&Sigma;"],[0,"&Tau;"],[0,"&Upsilon;"],[0,"&Phi;"],[0,"&Chi;"],[0,"&Psi;"],[0,"&ohm;"],[7,"&alpha;"],[0,"&beta;"],[0,"&gamma;"],[0,"&delta;"],[0,"&epsi;"],[0,"&zeta;"],[0,"&eta;"],[0,"&theta;"],[0,"&iota;"],[0,"&kappa;"],[0,"&lambda;"],[0,"&mu;"],[0,"&nu;"],[0,"&xi;"],[0,"&omicron;"],[0,"&pi;"],[0,"&rho;"],[0,"&sigmaf;"],[0,"&sigma;"],[0,"&tau;"],[0,"&upsi;"],[0,"&phi;"],[0,"&chi;"],[0,"&psi;"],[0,"&omega;"],[7,"&thetasym;"],[0,"&Upsi;"],[2,"&phiv;"],[0,"&piv;"],[5,"&Gammad;"],[0,"&digamma;"],[18,"&kappav;"],[0,"&rhov;"],[3,"&epsiv;"],[0,"&backepsilon;"],[10,"&IOcy;"],[0,"&DJcy;"],[0,"&GJcy;"],[0,"&Jukcy;"],[0,"&DScy;"],[0,"&Iukcy;"],[0,"&YIcy;"],[0,"&Jsercy;"],[0,"&LJcy;"],[0,"&NJcy;"],[0,"&TSHcy;"],[0,"&KJcy;"],[1,"&Ubrcy;"],[0,"&DZcy;"],[0,"&Acy;"],[0,"&Bcy;"],[0,"&Vcy;"],[0,"&Gcy;"],[0,"&Dcy;"],[0,"&IEcy;"],[0,"&ZHcy;"],[0,"&Zcy;"],[0,"&Icy;"],[0,"&Jcy;"],[0,"&Kcy;"],[0,"&Lcy;"],[0,"&Mcy;"],[0,"&Ncy;"],[0,"&Ocy;"],[0,"&Pcy;"],[0,"&Rcy;"],[0,"&Scy;"],[0,"&Tcy;"],[0,"&Ucy;"],[0,"&Fcy;"],[0,"&KHcy;"],[0,"&TScy;"],[0,"&CHcy;"],[0,"&SHcy;"],[0,"&SHCHcy;"],[0,"&HARDcy;"],[0,"&Ycy;"],[0,"&SOFTcy;"],[0,"&Ecy;"],[0,"&YUcy;"],[0,"&YAcy;"],[0,"&acy;"],[0,"&bcy;"],[0,"&vcy;"],[0,"&gcy;"],[0,"&dcy;"],[0,"&iecy;"],[0,"&zhcy;"],[0,"&zcy;"],[0,"&icy;"],[0,"&jcy;"],[0,"&kcy;"],[0,"&lcy;"],[0,"&mcy;"],[0,"&ncy;"],[0,"&ocy;"],[0,"&pcy;"],[0,"&rcy;"],[0,"&scy;"],[0,"&tcy;"],[0,"&ucy;"],[0,"&fcy;"],[0,"&khcy;"],[0,"&tscy;"],[0,"&chcy;"],[0,"&shcy;"],[0,"&shchcy;"],[0,"&hardcy;"],[0,"&ycy;"],[0,"&softcy;"],[0,"&ecy;"],[0,"&yucy;"],[0,"&yacy;"],[1,"&iocy;"],[0,"&djcy;"],[0,"&gjcy;"],[0,"&jukcy;"],[0,"&dscy;"],[0,"&iukcy;"],[0,"&yicy;"],[0,"&jsercy;"],[0,"&ljcy;"],[0,"&njcy;"],[0,"&tshcy;"],[0,"&kjcy;"],[1,"&ubrcy;"],[0,"&dzcy;"],[7074,"&ensp;"],[0,"&emsp;"],[0,"&emsp13;"],[0,"&emsp14;"],[1,"&numsp;"],[0,"&puncsp;"],[0,"&ThinSpace;"],[0,"&hairsp;"],[0,"&NegativeMediumSpace;"],[0,"&zwnj;"],[0,"&zwj;"],[0,"&lrm;"],[0,"&rlm;"],[0,"&dash;"],[2,"&ndash;"],[0,"&mdash;"],[0,"&horbar;"],[0,"&Verbar;"],[1,"&lsquo;"],[0,"&CloseCurlyQuote;"],[0,"&lsquor;"],[1,"&ldquo;"],[0,"&CloseCurlyDoubleQuote;"],[0,"&bdquo;"],[1,"&dagger;"],[0,"&Dagger;"],[0,"&bull;"],[2,"&nldr;"],[0,"&hellip;"],[9,"&permil;"],[0,"&pertenk;"],[0,"&prime;"],[0,"&Prime;"],[0,"&tprime;"],[0,"&backprime;"],[3,"&lsaquo;"],[0,"&rsaquo;"],[3,"&oline;"],[2,"&caret;"],[1,"&hybull;"],[0,"&frasl;"],[10,"&bsemi;"],[7,"&qprime;"],[7,{v:"&MediumSpace;",n:8202,o:"&ThickSpace;"}],[0,"&NoBreak;"],[0,"&af;"],[0,"&InvisibleTimes;"],[0,"&ic;"],[72,"&euro;"],[46,"&tdot;"],[0,"&DotDot;"],[37,"&complexes;"],[2,"&incare;"],[4,"&gscr;"],[0,"&hamilt;"],[0,"&Hfr;"],[0,"&Hopf;"],[0,"&planckh;"],[0,"&hbar;"],[0,"&imagline;"],[0,"&Ifr;"],[0,"&lagran;"],[0,"&ell;"],[1,"&naturals;"],[0,"&numero;"],[0,"&copysr;"],[0,"&weierp;"],[0,"&Popf;"],[0,"&Qopf;"],[0,"&realine;"],[0,"&real;"],[0,"&reals;"],[0,"&rx;"],[3,"&trade;"],[1,"&integers;"],[2,"&mho;"],[0,"&zeetrf;"],[0,"&iiota;"],[2,"&bernou;"],[0,"&Cayleys;"],[1,"&escr;"],[0,"&Escr;"],[0,"&Fouriertrf;"],[1,"&Mellintrf;"],[0,"&order;"],[0,"&alefsym;"],[0,"&beth;"],[0,"&gimel;"],[0,"&daleth;"],[12,"&CapitalDifferentialD;"],[0,"&dd;"],[0,"&ee;"],[0,"&ii;"],[10,"&frac13;"],[0,"&frac23;"],[0,"&frac15;"],[0,"&frac25;"],[0,"&frac35;"],[0,"&frac45;"],[0,"&frac16;"],[0,"&frac56;"],[0,"&frac18;"],[0,"&frac38;"],[0,"&frac58;"],[0,"&frac78;"],[49,"&larr;"],[0,"&ShortUpArrow;"],[0,"&rarr;"],[0,"&darr;"],[0,"&harr;"],[0,"&updownarrow;"],[0,"&nwarr;"],[0,"&nearr;"],[0,"&LowerRightArrow;"],[0,"&LowerLeftArrow;"],[0,"&nlarr;"],[0,"&nrarr;"],[1,{v:"&rarrw;",n:824,o:"&nrarrw;"}],[0,"&Larr;"],[0,"&Uarr;"],[0,"&Rarr;"],[0,"&Darr;"],[0,"&larrtl;"],[0,"&rarrtl;"],[0,"&LeftTeeArrow;"],[0,"&mapstoup;"],[0,"&map;"],[0,"&DownTeeArrow;"],[1,"&hookleftarrow;"],[0,"&hookrightarrow;"],[0,"&larrlp;"],[0,"&looparrowright;"],[0,"&harrw;"],[0,"&nharr;"],[1,"&lsh;"],[0,"&rsh;"],[0,"&ldsh;"],[0,"&rdsh;"],[1,"&crarr;"],[0,"&cularr;"],[0,"&curarr;"],[2,"&circlearrowleft;"],[0,"&circlearrowright;"],[0,"&leftharpoonup;"],[0,"&DownLeftVector;"],[0,"&RightUpVector;"],[0,"&LeftUpVector;"],[0,"&rharu;"],[0,"&DownRightVector;"],[0,"&dharr;"],[0,"&dharl;"],[0,"&RightArrowLeftArrow;"],[0,"&udarr;"],[0,"&LeftArrowRightArrow;"],[0,"&leftleftarrows;"],[0,"&upuparrows;"],[0,"&rightrightarrows;"],[0,"&ddarr;"],[0,"&leftrightharpoons;"],[0,"&Equilibrium;"],[0,"&nlArr;"],[0,"&nhArr;"],[0,"&nrArr;"],[0,"&DoubleLeftArrow;"],[0,"&DoubleUpArrow;"],[0,"&DoubleRightArrow;"],[0,"&dArr;"],[0,"&DoubleLeftRightArrow;"],[0,"&DoubleUpDownArrow;"],[0,"&nwArr;"],[0,"&neArr;"],[0,"&seArr;"],[0,"&swArr;"],[0,"&lAarr;"],[0,"&rAarr;"],[1,"&zigrarr;"],[6,"&larrb;"],[0,"&rarrb;"],[15,"&DownArrowUpArrow;"],[7,"&loarr;"],[0,"&roarr;"],[0,"&hoarr;"],[0,"&forall;"],[0,"&comp;"],[0,{v:"&part;",n:824,o:"&npart;"}],[0,"&exist;"],[0,"&nexist;"],[0,"&empty;"],[1,"&Del;"],[0,"&Element;"],[0,"&NotElement;"],[1,"&ni;"],[0,"&notni;"],[2,"&prod;"],[0,"&coprod;"],[0,"&sum;"],[0,"&minus;"],[0,"&MinusPlus;"],[0,"&dotplus;"],[1,"&Backslash;"],[0,"&lowast;"],[0,"&compfn;"],[1,"&radic;"],[2,"&prop;"],[0,"&infin;"],[0,"&angrt;"],[0,{v:"&ang;",n:8402,o:"&nang;"}],[0,"&angmsd;"],[0,"&angsph;"],[0,"&mid;"],[0,"&nmid;"],[0,"&DoubleVerticalBar;"],[0,"&NotDoubleVerticalBar;"],[0,"&and;"],[0,"&or;"],[0,{v:"&cap;",n:65024,o:"&caps;"}],[0,{v:"&cup;",n:65024,o:"&cups;"}],[0,"&int;"],[0,"&Int;"],[0,"&iiint;"],[0,"&conint;"],[0,"&Conint;"],[0,"&Cconint;"],[0,"&cwint;"],[0,"&ClockwiseContourIntegral;"],[0,"&awconint;"],[0,"&there4;"],[0,"&becaus;"],[0,"&ratio;"],[0,"&Colon;"],[0,"&dotminus;"],[1,"&mDDot;"],[0,"&homtht;"],[0,{v:"&sim;",n:8402,o:"&nvsim;"}],[0,{v:"&backsim;",n:817,o:"&race;"}],[0,{v:"&ac;",n:819,o:"&acE;"}],[0,"&acd;"],[0,"&VerticalTilde;"],[0,"&NotTilde;"],[0,{v:"&eqsim;",n:824,o:"&nesim;"}],[0,"&sime;"],[0,"&NotTildeEqual;"],[0,"&cong;"],[0,"&simne;"],[0,"&ncong;"],[0,"&ap;"],[0,"&nap;"],[0,"&ape;"],[0,{v:"&apid;",n:824,o:"&napid;"}],[0,"&backcong;"],[0,{v:"&asympeq;",n:8402,o:"&nvap;"}],[0,{v:"&bump;",n:824,o:"&nbump;"}],[0,{v:"&bumpe;",n:824,o:"&nbumpe;"}],[0,{v:"&doteq;",n:824,o:"&nedot;"}],[0,"&doteqdot;"],[0,"&efDot;"],[0,"&erDot;"],[0,"&Assign;"],[0,"&ecolon;"],[0,"&ecir;"],[0,"&circeq;"],[1,"&wedgeq;"],[0,"&veeeq;"],[1,"&triangleq;"],[2,"&equest;"],[0,"&ne;"],[0,{v:"&Congruent;",n:8421,o:"&bnequiv;"}],[0,"&nequiv;"],[1,{v:"&le;",n:8402,o:"&nvle;"}],[0,{v:"&ge;",n:8402,o:"&nvge;"}],[0,{v:"&lE;",n:824,o:"&nlE;"}],[0,{v:"&gE;",n:824,o:"&ngE;"}],[0,{v:"&lnE;",n:65024,o:"&lvertneqq;"}],[0,{v:"&gnE;",n:65024,o:"&gvertneqq;"}],[0,{v:"&ll;",n:new Map(t([[824,"&nLtv;"],[7577,"&nLt;"]]))}],[0,{v:"&gg;",n:new Map(t([[824,"&nGtv;"],[7577,"&nGt;"]]))}],[0,"&between;"],[0,"&NotCupCap;"],[0,"&nless;"],[0,"&ngt;"],[0,"&nle;"],[0,"&nge;"],[0,"&lesssim;"],[0,"&GreaterTilde;"],[0,"&nlsim;"],[0,"&ngsim;"],[0,"&LessGreater;"],[0,"&gl;"],[0,"&NotLessGreater;"],[0,"&NotGreaterLess;"],[0,"&pr;"],[0,"&sc;"],[0,"&prcue;"],[0,"&sccue;"],[0,"&PrecedesTilde;"],[0,{v:"&scsim;",n:824,o:"&NotSucceedsTilde;"}],[0,"&NotPrecedes;"],[0,"&NotSucceeds;"],[0,{v:"&sub;",n:8402,o:"&NotSubset;"}],[0,{v:"&sup;",n:8402,o:"&NotSuperset;"}],[0,"&nsub;"],[0,"&nsup;"],[0,"&sube;"],[0,"&supe;"],[0,"&NotSubsetEqual;"],[0,"&NotSupersetEqual;"],[0,{v:"&subne;",n:65024,o:"&varsubsetneq;"}],[0,{v:"&supne;",n:65024,o:"&varsupsetneq;"}],[1,"&cupdot;"],[0,"&UnionPlus;"],[0,{v:"&sqsub;",n:824,o:"&NotSquareSubset;"}],[0,{v:"&sqsup;",n:824,o:"&NotSquareSuperset;"}],[0,"&sqsube;"],[0,"&sqsupe;"],[0,{v:"&sqcap;",n:65024,o:"&sqcaps;"}],[0,{v:"&sqcup;",n:65024,o:"&sqcups;"}],[0,"&CirclePlus;"],[0,"&CircleMinus;"],[0,"&CircleTimes;"],[0,"&osol;"],[0,"&CircleDot;"],[0,"&circledcirc;"],[0,"&circledast;"],[1,"&circleddash;"],[0,"&boxplus;"],[0,"&boxminus;"],[0,"&boxtimes;"],[0,"&dotsquare;"],[0,"&RightTee;"],[0,"&dashv;"],[0,"&DownTee;"],[0,"&bot;"],[1,"&models;"],[0,"&DoubleRightTee;"],[0,"&Vdash;"],[0,"&Vvdash;"],[0,"&VDash;"],[0,"&nvdash;"],[0,"&nvDash;"],[0,"&nVdash;"],[0,"&nVDash;"],[0,"&prurel;"],[1,"&LeftTriangle;"],[0,"&RightTriangle;"],[0,{v:"&LeftTriangleEqual;",n:8402,o:"&nvltrie;"}],[0,{v:"&RightTriangleEqual;",n:8402,o:"&nvrtrie;"}],[0,"&origof;"],[0,"&imof;"],[0,"&multimap;"],[0,"&hercon;"],[0,"&intcal;"],[0,"&veebar;"],[1,"&barvee;"],[0,"&angrtvb;"],[0,"&lrtri;"],[0,"&bigwedge;"],[0,"&bigvee;"],[0,"&bigcap;"],[0,"&bigcup;"],[0,"&diam;"],[0,"&sdot;"],[0,"&sstarf;"],[0,"&divideontimes;"],[0,"&bowtie;"],[0,"&ltimes;"],[0,"&rtimes;"],[0,"&leftthreetimes;"],[0,"&rightthreetimes;"],[0,"&backsimeq;"],[0,"&curlyvee;"],[0,"&curlywedge;"],[0,"&Sub;"],[0,"&Sup;"],[0,"&Cap;"],[0,"&Cup;"],[0,"&fork;"],[0,"&epar;"],[0,"&lessdot;"],[0,"&gtdot;"],[0,{v:"&Ll;",n:824,o:"&nLl;"}],[0,{v:"&Gg;",n:824,o:"&nGg;"}],[0,{v:"&leg;",n:65024,o:"&lesg;"}],[0,{v:"&gel;",n:65024,o:"&gesl;"}],[2,"&cuepr;"],[0,"&cuesc;"],[0,"&NotPrecedesSlantEqual;"],[0,"&NotSucceedsSlantEqual;"],[0,"&NotSquareSubsetEqual;"],[0,"&NotSquareSupersetEqual;"],[2,"&lnsim;"],[0,"&gnsim;"],[0,"&precnsim;"],[0,"&scnsim;"],[0,"&nltri;"],[0,"&NotRightTriangle;"],[0,"&nltrie;"],[0,"&NotRightTriangleEqual;"],[0,"&vellip;"],[0,"&ctdot;"],[0,"&utdot;"],[0,"&dtdot;"],[0,"&disin;"],[0,"&isinsv;"],[0,"&isins;"],[0,{v:"&isindot;",n:824,o:"&notindot;"}],[0,"&notinvc;"],[0,"&notinvb;"],[1,{v:"&isinE;",n:824,o:"&notinE;"}],[0,"&nisd;"],[0,"&xnis;"],[0,"&nis;"],[0,"&notnivc;"],[0,"&notnivb;"],[6,"&barwed;"],[0,"&Barwed;"],[1,"&lceil;"],[0,"&rceil;"],[0,"&LeftFloor;"],[0,"&rfloor;"],[0,"&drcrop;"],[0,"&dlcrop;"],[0,"&urcrop;"],[0,"&ulcrop;"],[0,"&bnot;"],[1,"&profline;"],[0,"&profsurf;"],[1,"&telrec;"],[0,"&target;"],[5,"&ulcorn;"],[0,"&urcorn;"],[0,"&dlcorn;"],[0,"&drcorn;"],[2,"&frown;"],[0,"&smile;"],[9,"&cylcty;"],[0,"&profalar;"],[7,"&topbot;"],[6,"&ovbar;"],[1,"&solbar;"],[60,"&angzarr;"],[51,"&lmoustache;"],[0,"&rmoustache;"],[2,"&OverBracket;"],[0,"&bbrk;"],[0,"&bbrktbrk;"],[37,"&OverParenthesis;"],[0,"&UnderParenthesis;"],[0,"&OverBrace;"],[0,"&UnderBrace;"],[2,"&trpezium;"],[4,"&elinters;"],[59,"&blank;"],[164,"&circledS;"],[55,"&boxh;"],[1,"&boxv;"],[9,"&boxdr;"],[3,"&boxdl;"],[3,"&boxur;"],[3,"&boxul;"],[3,"&boxvr;"],[7,"&boxvl;"],[7,"&boxhd;"],[7,"&boxhu;"],[7,"&boxvh;"],[19,"&boxH;"],[0,"&boxV;"],[0,"&boxdR;"],[0,"&boxDr;"],[0,"&boxDR;"],[0,"&boxdL;"],[0,"&boxDl;"],[0,"&boxDL;"],[0,"&boxuR;"],[0,"&boxUr;"],[0,"&boxUR;"],[0,"&boxuL;"],[0,"&boxUl;"],[0,"&boxUL;"],[0,"&boxvR;"],[0,"&boxVr;"],[0,"&boxVR;"],[0,"&boxvL;"],[0,"&boxVl;"],[0,"&boxVL;"],[0,"&boxHd;"],[0,"&boxhD;"],[0,"&boxHD;"],[0,"&boxHu;"],[0,"&boxhU;"],[0,"&boxHU;"],[0,"&boxvH;"],[0,"&boxVh;"],[0,"&boxVH;"],[19,"&uhblk;"],[3,"&lhblk;"],[3,"&block;"],[8,"&blk14;"],[0,"&blk12;"],[0,"&blk34;"],[13,"&square;"],[8,"&blacksquare;"],[0,"&EmptyVerySmallSquare;"],[1,"&rect;"],[0,"&marker;"],[2,"&fltns;"],[1,"&bigtriangleup;"],[0,"&blacktriangle;"],[0,"&triangle;"],[2,"&blacktriangleright;"],[0,"&rtri;"],[3,"&bigtriangledown;"],[0,"&blacktriangledown;"],[0,"&dtri;"],[2,"&blacktriangleleft;"],[0,"&ltri;"],[6,"&loz;"],[0,"&cir;"],[32,"&tridot;"],[2,"&bigcirc;"],[8,"&ultri;"],[0,"&urtri;"],[0,"&lltri;"],[0,"&EmptySmallSquare;"],[0,"&FilledSmallSquare;"],[8,"&bigstar;"],[0,"&star;"],[7,"&phone;"],[49,"&female;"],[1,"&male;"],[29,"&spades;"],[2,"&clubs;"],[1,"&hearts;"],[0,"&diamondsuit;"],[3,"&sung;"],[2,"&flat;"],[0,"&natural;"],[0,"&sharp;"],[163,"&check;"],[3,"&cross;"],[8,"&malt;"],[21,"&sext;"],[33,"&VerticalSeparator;"],[25,"&lbbrk;"],[0,"&rbbrk;"],[84,"&bsolhsub;"],[0,"&suphsol;"],[28,"&LeftDoubleBracket;"],[0,"&RightDoubleBracket;"],[0,"&lang;"],[0,"&rang;"],[0,"&Lang;"],[0,"&Rang;"],[0,"&loang;"],[0,"&roang;"],[7,"&longleftarrow;"],[0,"&longrightarrow;"],[0,"&longleftrightarrow;"],[0,"&DoubleLongLeftArrow;"],[0,"&DoubleLongRightArrow;"],[0,"&DoubleLongLeftRightArrow;"],[1,"&longmapsto;"],[2,"&dzigrarr;"],[258,"&nvlArr;"],[0,"&nvrArr;"],[0,"&nvHarr;"],[0,"&Map;"],[6,"&lbarr;"],[0,"&bkarow;"],[0,"&lBarr;"],[0,"&dbkarow;"],[0,"&drbkarow;"],[0,"&DDotrahd;"],[0,"&UpArrowBar;"],[0,"&DownArrowBar;"],[2,"&Rarrtl;"],[2,"&latail;"],[0,"&ratail;"],[0,"&lAtail;"],[0,"&rAtail;"],[0,"&larrfs;"],[0,"&rarrfs;"],[0,"&larrbfs;"],[0,"&rarrbfs;"],[2,"&nwarhk;"],[0,"&nearhk;"],[0,"&hksearow;"],[0,"&hkswarow;"],[0,"&nwnear;"],[0,"&nesear;"],[0,"&seswar;"],[0,"&swnwar;"],[8,{v:"&rarrc;",n:824,o:"&nrarrc;"}],[1,"&cudarrr;"],[0,"&ldca;"],[0,"&rdca;"],[0,"&cudarrl;"],[0,"&larrpl;"],[2,"&curarrm;"],[0,"&cularrp;"],[7,"&rarrpl;"],[2,"&harrcir;"],[0,"&Uarrocir;"],[0,"&lurdshar;"],[0,"&ldrushar;"],[2,"&LeftRightVector;"],[0,"&RightUpDownVector;"],[0,"&DownLeftRightVector;"],[0,"&LeftUpDownVector;"],[0,"&LeftVectorBar;"],[0,"&RightVectorBar;"],[0,"&RightUpVectorBar;"],[0,"&RightDownVectorBar;"],[0,"&DownLeftVectorBar;"],[0,"&DownRightVectorBar;"],[0,"&LeftUpVectorBar;"],[0,"&LeftDownVectorBar;"],[0,"&LeftTeeVector;"],[0,"&RightTeeVector;"],[0,"&RightUpTeeVector;"],[0,"&RightDownTeeVector;"],[0,"&DownLeftTeeVector;"],[0,"&DownRightTeeVector;"],[0,"&LeftUpTeeVector;"],[0,"&LeftDownTeeVector;"],[0,"&lHar;"],[0,"&uHar;"],[0,"&rHar;"],[0,"&dHar;"],[0,"&luruhar;"],[0,"&ldrdhar;"],[0,"&ruluhar;"],[0,"&rdldhar;"],[0,"&lharul;"],[0,"&llhard;"],[0,"&rharul;"],[0,"&lrhard;"],[0,"&udhar;"],[0,"&duhar;"],[0,"&RoundImplies;"],[0,"&erarr;"],[0,"&simrarr;"],[0,"&larrsim;"],[0,"&rarrsim;"],[0,"&rarrap;"],[0,"&ltlarr;"],[1,"&gtrarr;"],[0,"&subrarr;"],[1,"&suplarr;"],[0,"&lfisht;"],[0,"&rfisht;"],[0,"&ufisht;"],[0,"&dfisht;"],[5,"&lopar;"],[0,"&ropar;"],[4,"&lbrke;"],[0,"&rbrke;"],[0,"&lbrkslu;"],[0,"&rbrksld;"],[0,"&lbrksld;"],[0,"&rbrkslu;"],[0,"&langd;"],[0,"&rangd;"],[0,"&lparlt;"],[0,"&rpargt;"],[0,"&gtlPar;"],[0,"&ltrPar;"],[3,"&vzigzag;"],[1,"&vangrt;"],[0,"&angrtvbd;"],[6,"&ange;"],[0,"&range;"],[0,"&dwangle;"],[0,"&uwangle;"],[0,"&angmsdaa;"],[0,"&angmsdab;"],[0,"&angmsdac;"],[0,"&angmsdad;"],[0,"&angmsdae;"],[0,"&angmsdaf;"],[0,"&angmsdag;"],[0,"&angmsdah;"],[0,"&bemptyv;"],[0,"&demptyv;"],[0,"&cemptyv;"],[0,"&raemptyv;"],[0,"&laemptyv;"],[0,"&ohbar;"],[0,"&omid;"],[0,"&opar;"],[1,"&operp;"],[1,"&olcross;"],[0,"&odsold;"],[1,"&olcir;"],[0,"&ofcir;"],[0,"&olt;"],[0,"&ogt;"],[0,"&cirscir;"],[0,"&cirE;"],[0,"&solb;"],[0,"&bsolb;"],[3,"&boxbox;"],[3,"&trisb;"],[0,"&rtriltri;"],[0,{v:"&LeftTriangleBar;",n:824,o:"&NotLeftTriangleBar;"}],[0,{v:"&RightTriangleBar;",n:824,o:"&NotRightTriangleBar;"}],[11,"&iinfin;"],[0,"&infintie;"],[0,"&nvinfin;"],[4,"&eparsl;"],[0,"&smeparsl;"],[0,"&eqvparsl;"],[5,"&blacklozenge;"],[8,"&RuleDelayed;"],[1,"&dsol;"],[9,"&bigodot;"],[0,"&bigoplus;"],[0,"&bigotimes;"],[1,"&biguplus;"],[1,"&bigsqcup;"],[5,"&iiiint;"],[0,"&fpartint;"],[2,"&cirfnint;"],[0,"&awint;"],[0,"&rppolint;"],[0,"&scpolint;"],[0,"&npolint;"],[0,"&pointint;"],[0,"&quatint;"],[0,"&intlarhk;"],[10,"&pluscir;"],[0,"&plusacir;"],[0,"&simplus;"],[0,"&plusdu;"],[0,"&plussim;"],[0,"&plustwo;"],[1,"&mcomma;"],[0,"&minusdu;"],[2,"&loplus;"],[0,"&roplus;"],[0,"&Cross;"],[0,"&timesd;"],[0,"&timesbar;"],[1,"&smashp;"],[0,"&lotimes;"],[0,"&rotimes;"],[0,"&otimesas;"],[0,"&Otimes;"],[0,"&odiv;"],[0,"&triplus;"],[0,"&triminus;"],[0,"&tritime;"],[0,"&intprod;"],[2,"&amalg;"],[0,"&capdot;"],[1,"&ncup;"],[0,"&ncap;"],[0,"&capand;"],[0,"&cupor;"],[0,"&cupcap;"],[0,"&capcup;"],[0,"&cupbrcap;"],[0,"&capbrcup;"],[0,"&cupcup;"],[0,"&capcap;"],[0,"&ccups;"],[0,"&ccaps;"],[2,"&ccupssm;"],[2,"&And;"],[0,"&Or;"],[0,"&andand;"],[0,"&oror;"],[0,"&orslope;"],[0,"&andslope;"],[1,"&andv;"],[0,"&orv;"],[0,"&andd;"],[0,"&ord;"],[1,"&wedbar;"],[6,"&sdote;"],[3,"&simdot;"],[2,{v:"&congdot;",n:824,o:"&ncongdot;"}],[0,"&easter;"],[0,"&apacir;"],[0,{v:"&apE;",n:824,o:"&napE;"}],[0,"&eplus;"],[0,"&pluse;"],[0,"&Esim;"],[0,"&Colone;"],[0,"&Equal;"],[1,"&ddotseq;"],[0,"&equivDD;"],[0,"&ltcir;"],[0,"&gtcir;"],[0,"&ltquest;"],[0,"&gtquest;"],[0,{v:"&leqslant;",n:824,o:"&nleqslant;"}],[0,{v:"&geqslant;",n:824,o:"&ngeqslant;"}],[0,"&lesdot;"],[0,"&gesdot;"],[0,"&lesdoto;"],[0,"&gesdoto;"],[0,"&lesdotor;"],[0,"&gesdotol;"],[0,"&lap;"],[0,"&gap;"],[0,"&lne;"],[0,"&gne;"],[0,"&lnap;"],[0,"&gnap;"],[0,"&lEg;"],[0,"&gEl;"],[0,"&lsime;"],[0,"&gsime;"],[0,"&lsimg;"],[0,"&gsiml;"],[0,"&lgE;"],[0,"&glE;"],[0,"&lesges;"],[0,"&gesles;"],[0,"&els;"],[0,"&egs;"],[0,"&elsdot;"],[0,"&egsdot;"],[0,"&el;"],[0,"&eg;"],[2,"&siml;"],[0,"&simg;"],[0,"&simlE;"],[0,"&simgE;"],[0,{v:"&LessLess;",n:824,o:"&NotNestedLessLess;"}],[0,{v:"&GreaterGreater;",n:824,o:"&NotNestedGreaterGreater;"}],[1,"&glj;"],[0,"&gla;"],[0,"&ltcc;"],[0,"&gtcc;"],[0,"&lescc;"],[0,"&gescc;"],[0,"&smt;"],[0,"&lat;"],[0,{v:"&smte;",n:65024,o:"&smtes;"}],[0,{v:"&late;",n:65024,o:"&lates;"}],[0,"&bumpE;"],[0,{v:"&PrecedesEqual;",n:824,o:"&NotPrecedesEqual;"}],[0,{v:"&sce;",n:824,o:"&NotSucceedsEqual;"}],[2,"&prE;"],[0,"&scE;"],[0,"&precneqq;"],[0,"&scnE;"],[0,"&prap;"],[0,"&scap;"],[0,"&precnapprox;"],[0,"&scnap;"],[0,"&Pr;"],[0,"&Sc;"],[0,"&subdot;"],[0,"&supdot;"],[0,"&subplus;"],[0,"&supplus;"],[0,"&submult;"],[0,"&supmult;"],[0,"&subedot;"],[0,"&supedot;"],[0,{v:"&subE;",n:824,o:"&nsubE;"}],[0,{v:"&supE;",n:824,o:"&nsupE;"}],[0,"&subsim;"],[0,"&supsim;"],[2,{v:"&subnE;",n:65024,o:"&varsubsetneqq;"}],[0,{v:"&supnE;",n:65024,o:"&varsupsetneqq;"}],[2,"&csub;"],[0,"&csup;"],[0,"&csube;"],[0,"&csupe;"],[0,"&subsup;"],[0,"&supsub;"],[0,"&subsub;"],[0,"&supsup;"],[0,"&suphsub;"],[0,"&supdsub;"],[0,"&forkv;"],[0,"&topfork;"],[0,"&mlcp;"],[8,"&Dashv;"],[1,"&Vdashl;"],[0,"&Barv;"],[0,"&vBar;"],[0,"&vBarv;"],[1,"&Vbar;"],[0,"&Not;"],[0,"&bNot;"],[0,"&rnmid;"],[0,"&cirmid;"],[0,"&midcir;"],[0,"&topcir;"],[0,"&nhpar;"],[0,"&parsim;"],[9,{v:"&parsl;",n:8421,o:"&nparsl;"}],[44343,{n:new Map(t([[56476,"&Ascr;"],[1,"&Cscr;"],[0,"&Dscr;"],[2,"&Gscr;"],[2,"&Jscr;"],[0,"&Kscr;"],[2,"&Nscr;"],[0,"&Oscr;"],[0,"&Pscr;"],[0,"&Qscr;"],[1,"&Sscr;"],[0,"&Tscr;"],[0,"&Uscr;"],[0,"&Vscr;"],[0,"&Wscr;"],[0,"&Xscr;"],[0,"&Yscr;"],[0,"&Zscr;"],[0,"&ascr;"],[0,"&bscr;"],[0,"&cscr;"],[0,"&dscr;"],[1,"&fscr;"],[1,"&hscr;"],[0,"&iscr;"],[0,"&jscr;"],[0,"&kscr;"],[0,"&lscr;"],[0,"&mscr;"],[0,"&nscr;"],[1,"&pscr;"],[0,"&qscr;"],[0,"&rscr;"],[0,"&sscr;"],[0,"&tscr;"],[0,"&uscr;"],[0,"&vscr;"],[0,"&wscr;"],[0,"&xscr;"],[0,"&yscr;"],[0,"&zscr;"],[52,"&Afr;"],[0,"&Bfr;"],[1,"&Dfr;"],[0,"&Efr;"],[0,"&Ffr;"],[0,"&Gfr;"],[2,"&Jfr;"],[0,"&Kfr;"],[0,"&Lfr;"],[0,"&Mfr;"],[0,"&Nfr;"],[0,"&Ofr;"],[0,"&Pfr;"],[0,"&Qfr;"],[1,"&Sfr;"],[0,"&Tfr;"],[0,"&Ufr;"],[0,"&Vfr;"],[0,"&Wfr;"],[0,"&Xfr;"],[0,"&Yfr;"],[1,"&afr;"],[0,"&bfr;"],[0,"&cfr;"],[0,"&dfr;"],[0,"&efr;"],[0,"&ffr;"],[0,"&gfr;"],[0,"&hfr;"],[0,"&ifr;"],[0,"&jfr;"],[0,"&kfr;"],[0,"&lfr;"],[0,"&mfr;"],[0,"&nfr;"],[0,"&ofr;"],[0,"&pfr;"],[0,"&qfr;"],[0,"&rfr;"],[0,"&sfr;"],[0,"&tfr;"],[0,"&ufr;"],[0,"&vfr;"],[0,"&wfr;"],[0,"&xfr;"],[0,"&yfr;"],[0,"&zfr;"],[0,"&Aopf;"],[0,"&Bopf;"],[1,"&Dopf;"],[0,"&Eopf;"],[0,"&Fopf;"],[0,"&Gopf;"],[1,"&Iopf;"],[0,"&Jopf;"],[0,"&Kopf;"],[0,"&Lopf;"],[0,"&Mopf;"],[1,"&Oopf;"],[3,"&Sopf;"],[0,"&Topf;"],[0,"&Uopf;"],[0,"&Vopf;"],[0,"&Wopf;"],[0,"&Xopf;"],[0,"&Yopf;"],[1,"&aopf;"],[0,"&bopf;"],[0,"&copf;"],[0,"&dopf;"],[0,"&eopf;"],[0,"&fopf;"],[0,"&gopf;"],[0,"&hopf;"],[0,"&iopf;"],[0,"&jopf;"],[0,"&kopf;"],[0,"&lopf;"],[0,"&mopf;"],[0,"&nopf;"],[0,"&oopf;"],[0,"&popf;"],[0,"&qopf;"],[0,"&ropf;"],[0,"&sopf;"],[0,"&topf;"],[0,"&uopf;"],[0,"&vopf;"],[0,"&wopf;"],[0,"&xopf;"],[0,"&yopf;"],[0,"&zopf;"]]))}],[8906,"&fflig;"],[0,"&filig;"],[0,"&fllig;"],[0,"&ffilig;"],[0,"&ffllig;"]]))}),Ne=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.escapeText=e.escapeAttribute=e.escapeUTF8=e.escape=e.encodeXML=e.getCodePoint=e.xmlReplacer=void 0,e.xmlReplacer=/["&'<>$\x80-\uFFFF]/g;var t=new Map([[34,"&quot;"],[38,"&amp;"],[39,"&apos;"],[60,"&lt;"],[62,"&gt;"]]);e.getCodePoint=String.prototype.codePointAt!=null?function(u,d){return u.codePointAt(d)}:function(u,d){return(u.charCodeAt(d)&64512)===55296?(u.charCodeAt(d)-55296)*1024+u.charCodeAt(d+1)-56320+65536:u.charCodeAt(d)};function c(u){for(var d="",s=0,i;(i=e.xmlReplacer.exec(u))!==null;){var r=i.index,a=u.charCodeAt(r),l=t.get(a);l!==void 0?(d+=u.substring(s,r)+l,s=r+1):(d+="".concat(u.substring(s,r),"&#x").concat((0,e.getCodePoint)(u,r).toString(16),";"),s=e.xmlReplacer.lastIndex+=+((a&64512)===55296))}return d+u.substr(s)}e.encodeXML=c,e.escape=c;function y(u,d){return function(s){for(var i,r=0,a="";i=u.exec(s);)r!==i.index&&(a+=s.substring(r,i.index)),a+=d.get(i[0].charCodeAt(0)),r=i.index+1;return a+s.substring(r)}}e.escapeUTF8=y(/[&<>'"]/g,t),e.escapeAttribute=y(/["&\u00A0]/g,new Map([[34,"&quot;"],[38,"&amp;"],[160,"&nbsp;"]])),e.escapeText=y(/[&<>\u00A0]/g,new Map([[38,"&amp;"],[60,"&lt;"],[62,"&gt;"],[160,"&nbsp;"]]))}),ct=z(e=>{"use strict";var t=e&&e.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};Object.defineProperty(e,"__esModule",{value:!0}),e.encodeNonAsciiHTML=e.encodeHTML=void 0;var c=t(oi()),y=Ne(),u=/[\t\n!-,./:-@[-`\f{-}$\x80-\uFFFF]/g;function d(r){return i(u,r)}e.encodeHTML=d;function s(r){return i(y.xmlReplacer,r)}e.encodeNonAsciiHTML=s;function i(r,a){for(var l="",f=0,g;(g=r.exec(a))!==null;){var b=g.index;l+=a.substring(f,b);var n=a.charCodeAt(b),o=c.default.get(n);if(typeof o=="object"){if(b+1<a.length){var m=a.charCodeAt(b+1),p=typeof o.n=="number"?o.n===m?o.o:void 0:o.n.get(m);if(p!==void 0){l+=p,f=r.lastIndex+=1;continue}}o=o.v}if(o!==void 0)l+=o,f=b+1;else{var S=(0,y.getCodePoint)(a,b);l+="&#x".concat(S.toString(16),";"),f=r.lastIndex+=+(S!==n)}}return l+a.substr(f)}}),si=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.decodeXMLStrict=e.decodeHTML5Strict=e.decodeHTML4Strict=e.decodeHTML5=e.decodeHTML4=e.decodeHTMLAttribute=e.decodeHTMLStrict=e.decodeHTML=e.decodeXML=e.DecodingMode=e.EntityDecoder=e.encodeHTML5=e.encodeHTML4=e.encodeNonAsciiHTML=e.encodeHTML=e.escapeText=e.escapeAttribute=e.escapeUTF8=e.escape=e.encodeXML=e.encode=e.decodeStrict=e.decode=e.EncodingMode=e.EntityLevel=void 0;var t=dt(),c=ct(),y=Ne(),u;(function(g){g[g.XML=0]="XML",g[g.HTML=1]="HTML"})(u=e.EntityLevel||(e.EntityLevel={}));var d;(function(g){g[g.UTF8=0]="UTF8",g[g.ASCII=1]="ASCII",g[g.Extensive=2]="Extensive",g[g.Attribute=3]="Attribute",g[g.Text=4]="Text"})(d=e.EncodingMode||(e.EncodingMode={}));function s(g,b){b===void 0&&(b=u.XML);var n=typeof b=="number"?b:b.level;if(n===u.HTML){var o=typeof b=="object"?b.mode:void 0;return(0,t.decodeHTML)(g,o)}return(0,t.decodeXML)(g)}e.decode=s;function i(g,b){var n;b===void 0&&(b=u.XML);var o=typeof b=="number"?{level:b}:b;return(n=o.mode)!==null&&n!==void 0||(o.mode=t.DecodingMode.Strict),s(g,o)}e.decodeStrict=i;function r(g,b){b===void 0&&(b=u.XML);var n=typeof b=="number"?{level:b}:b;return n.mode===d.UTF8?(0,y.escapeUTF8)(g):n.mode===d.Attribute?(0,y.escapeAttribute)(g):n.mode===d.Text?(0,y.escapeText)(g):n.level===u.HTML?n.mode===d.ASCII?(0,c.encodeNonAsciiHTML)(g):(0,c.encodeHTML)(g):(0,y.encodeXML)(g)}e.encode=r;var a=Ne();Object.defineProperty(e,"encodeXML",{enumerable:!0,get:function(){return a.encodeXML}}),Object.defineProperty(e,"escape",{enumerable:!0,get:function(){return a.escape}}),Object.defineProperty(e,"escapeUTF8",{enumerable:!0,get:function(){return a.escapeUTF8}}),Object.defineProperty(e,"escapeAttribute",{enumerable:!0,get:function(){return a.escapeAttribute}}),Object.defineProperty(e,"escapeText",{enumerable:!0,get:function(){return a.escapeText}});var l=ct();Object.defineProperty(e,"encodeHTML",{enumerable:!0,get:function(){return l.encodeHTML}}),Object.defineProperty(e,"encodeNonAsciiHTML",{enumerable:!0,get:function(){return l.encodeNonAsciiHTML}}),Object.defineProperty(e,"encodeHTML4",{enumerable:!0,get:function(){return l.encodeHTML}}),Object.defineProperty(e,"encodeHTML5",{enumerable:!0,get:function(){return l.encodeHTML}});var f=dt();Object.defineProperty(e,"EntityDecoder",{enumerable:!0,get:function(){return f.EntityDecoder}}),Object.defineProperty(e,"DecodingMode",{enumerable:!0,get:function(){return f.DecodingMode}}),Object.defineProperty(e,"decodeXML",{enumerable:!0,get:function(){return f.decodeXML}}),Object.defineProperty(e,"decodeHTML",{enumerable:!0,get:function(){return f.decodeHTML}}),Object.defineProperty(e,"decodeHTMLStrict",{enumerable:!0,get:function(){return f.decodeHTMLStrict}}),Object.defineProperty(e,"decodeHTMLAttribute",{enumerable:!0,get:function(){return f.decodeHTMLAttribute}}),Object.defineProperty(e,"decodeHTML4",{enumerable:!0,get:function(){return f.decodeHTML}}),Object.defineProperty(e,"decodeHTML5",{enumerable:!0,get:function(){return f.decodeHTML}}),Object.defineProperty(e,"decodeHTML4Strict",{enumerable:!0,get:function(){return f.decodeHTMLStrict}}),Object.defineProperty(e,"decodeHTML5Strict",{enumerable:!0,get:function(){return f.decodeHTMLStrict}}),Object.defineProperty(e,"decodeXMLStrict",{enumerable:!0,get:function(){return f.decodeXML}})}),li=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.attributeNames=e.elementNames=void 0,e.elementNames=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map(function(t){return[t.toLowerCase(),t]})),e.attributeNames=new Map(["definitionURL","attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map(function(t){return[t.toLowerCase(),t]}))}),ui=z(e=>{"use strict";var t=e&&e.__assign||function(){return t=Object.assign||function(h){for(var w,k=1,x=arguments.length;k<x;k++){w=arguments[k];for(var A in w)Object.prototype.hasOwnProperty.call(w,A)&&(h[A]=w[A])}return h},t.apply(this,arguments)},c=e&&e.__createBinding||(Object.create?function(h,w,k,x){x===void 0&&(x=k);var A=Object.getOwnPropertyDescriptor(w,k);(!A||("get"in A?!w.__esModule:A.writable||A.configurable))&&(A={enumerable:!0,get:function(){return w[k]}}),Object.defineProperty(h,x,A)}:function(h,w,k,x){x===void 0&&(x=k),h[x]=w[k]}),y=e&&e.__setModuleDefault||(Object.create?function(h,w){Object.defineProperty(h,"default",{enumerable:!0,value:w})}:function(h,w){h.default=w}),u=e&&e.__importStar||function(h){if(h&&h.__esModule)return h;var w={};if(h!=null)for(var k in h)k!=="default"&&Object.prototype.hasOwnProperty.call(h,k)&&c(w,h,k);return y(w,h),w};Object.defineProperty(e,"__esModule",{value:!0}),e.render=void 0;var d=u(ze()),s=si(),i=li(),r=new Set(["style","script","xmp","iframe","noembed","noframes","plaintext","noscript"]);function a(h){return h.replace(/"/g,"&quot;")}function l(h,w){var k;if(h){var x=((k=w.encodeEntities)!==null&&k!==void 0?k:w.decodeEntities)===!1?a:w.xmlMode||w.encodeEntities!=="utf8"?s.encodeXML:s.escapeAttribute;return Object.keys(h).map(function(A){var B,E,D=(B=h[A])!==null&&B!==void 0?B:"";return w.xmlMode==="foreign"&&(A=(E=i.attributeNames.get(A))!==null&&E!==void 0?E:A),!w.emptyAttrs&&!w.xmlMode&&D===""?A:"".concat(A,'="').concat(x(D),'"')}).join(" ")}}var f=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]);function g(h,w){w===void 0&&(w={});for(var k=("length"in h)?h:[h],x="",A=0;A<k.length;A++)x+=b(k[A],w);return x}e.render=g,e.default=g;function b(h,w){switch(h.type){case d.Root:return g(h.children,w);case d.Doctype:case d.Directive:return p(h);case d.Comment:return C(h);case d.CDATA:return v(h);case d.Script:case d.Style:case d.Tag:return m(h,w);case d.Text:return S(h,w)}}var n=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),o=new Set(["svg","math"]);function m(h,w){var k;w.xmlMode==="foreign"&&(h.name=(k=i.elementNames.get(h.name))!==null&&k!==void 0?k:h.name,h.parent&&n.has(h.parent.name)&&(w=t(t({},w),{xmlMode:!1}))),!w.xmlMode&&o.has(h.name)&&(w=t(t({},w),{xmlMode:"foreign"}));var x="<".concat(h.name),A=l(h.attribs,w);return A&&(x+=" ".concat(A)),h.children.length===0&&(w.xmlMode?w.selfClosingTags!==!1:w.selfClosingTags&&f.has(h.name))?(w.xmlMode||(x+=" "),x+="/>"):(x+=">",h.children.length>0&&(x+=g(h.children,w)),(w.xmlMode||!f.has(h.name))&&(x+="</".concat(h.name,">"))),x}function p(h){return"<".concat(h.data,">")}function S(h,w){var k,x=h.data||"";return((k=w.encodeEntities)!==null&&k!==void 0?k:w.decodeEntities)!==!1&&!(!w.xmlMode&&h.parent&&r.has(h.parent.name))&&(x=w.xmlMode||w.encodeEntities!=="utf8"?(0,s.encodeXML)(x):(0,s.escapeText)(x)),x}function v(h){return"<![CDATA[".concat(h.children[0].data,"]]>")}function C(h){return"<!--".concat(h.data,"-->")}}),pt=z(e=>{"use strict";var t=e&&e.__importDefault||function(l){return l&&l.__esModule?l:{default:l}};Object.defineProperty(e,"__esModule",{value:!0}),e.innerText=e.textContent=e.getText=e.getInnerHTML=e.getOuterHTML=void 0;var c=xe(),y=t(ui()),u=ze();function d(l,f){return(0,y.default)(l,f)}e.getOuterHTML=d;function s(l,f){return(0,c.hasChildren)(l)?l.children.map(function(g){return d(g,f)}).join(""):""}e.getInnerHTML=s;function i(l){return Array.isArray(l)?l.map(i).join(""):(0,c.isTag)(l)?l.name==="br"?`
18
- `:i(l.children):(0,c.isCDATA)(l)?i(l.children):(0,c.isText)(l)?l.data:""}e.getText=i;function r(l){return Array.isArray(l)?l.map(r).join(""):(0,c.hasChildren)(l)&&!(0,c.isComment)(l)?r(l.children):(0,c.isText)(l)?l.data:""}e.textContent=r;function a(l){return Array.isArray(l)?l.map(a).join(""):(0,c.hasChildren)(l)&&(l.type===u.ElementType.Tag||(0,c.isCDATA)(l))?a(l.children):(0,c.isText)(l)?l.data:""}e.innerText=a}),di=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.prevElementSibling=e.nextElementSibling=e.getName=e.hasAttrib=e.getAttributeValue=e.getSiblings=e.getParent=e.getChildren=void 0;var t=xe();function c(l){return(0,t.hasChildren)(l)?l.children:[]}e.getChildren=c;function y(l){return l.parent||null}e.getParent=y;function u(l){var f,g,b=y(l);if(b!=null)return c(b);for(var n=[l],o=l.prev,m=l.next;o!=null;)n.unshift(o),f=o,o=f.prev;for(;m!=null;)n.push(m),g=m,m=g.next;return n}e.getSiblings=u;function d(l,f){var g;return(g=l.attribs)===null||g===void 0?void 0:g[f]}e.getAttributeValue=d;function s(l,f){return l.attribs!=null&&Object.prototype.hasOwnProperty.call(l.attribs,f)&&l.attribs[f]!=null}e.hasAttrib=s;function i(l){return l.name}e.getName=i;function r(l){for(var f,g=l.next;g!==null&&!(0,t.isTag)(g);)f=g,g=f.next;return g}e.nextElementSibling=r;function a(l){for(var f,g=l.prev;g!==null&&!(0,t.isTag)(g);)f=g,g=f.prev;return g}e.prevElementSibling=a}),ci=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.prepend=e.prependChild=e.append=e.appendChild=e.replaceElement=e.removeElement=void 0;function t(i){if(i.prev&&(i.prev.next=i.next),i.next&&(i.next.prev=i.prev),i.parent){var r=i.parent.children;r.splice(r.lastIndexOf(i),1)}}e.removeElement=t;function c(i,r){var a=r.prev=i.prev;a&&(a.next=r);var l=r.next=i.next;l&&(l.prev=r);var f=r.parent=i.parent;if(f){var g=f.children;g[g.lastIndexOf(i)]=r,i.parent=null}}e.replaceElement=c;function y(i,r){if(t(r),r.next=null,r.parent=i,i.children.push(r)>1){var a=i.children[i.children.length-2];a.next=r,r.prev=a}else r.prev=null}e.appendChild=y;function u(i,r){t(r);var a=i.parent,l=i.next;if(r.next=l,r.prev=i,i.next=r,r.parent=a,l){if(l.prev=r,a){var f=a.children;f.splice(f.lastIndexOf(l),0,r)}}else a&&a.children.push(r)}e.append=u;function d(i,r){if(t(r),r.parent=i,r.prev=null,i.children.unshift(r)!==1){var a=i.children[1];a.prev=r,r.next=a}else r.next=null}e.prependChild=d;function s(i,r){t(r);var a=i.parent;if(a){var l=a.children;l.splice(l.indexOf(i),0,r)}i.prev&&(i.prev.next=r),r.parent=a,r.prev=i.prev,r.next=i,i.prev=r}e.prepend=s}),mt=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.findAll=e.existsOne=e.findOne=e.findOneChild=e.find=e.filter=void 0;var t=xe();function c(r,a,l,f){return l===void 0&&(l=!0),f===void 0&&(f=1/0),Array.isArray(a)||(a=[a]),y(r,a,l,f)}e.filter=c;function y(r,a,l,f){for(var g=[],b=0,n=a;b<n.length;b++){var o=n[b];if(r(o)&&(g.push(o),--f<=0))break;if(l&&(0,t.hasChildren)(o)&&o.children.length>0){var m=y(r,o.children,l,f);if(g.push.apply(g,m),f-=m.length,f<=0)break}}return g}e.find=y;function u(r,a){return a.find(r)}e.findOneChild=u;function d(r,a,l){l===void 0&&(l=!0);for(var f=null,g=0;g<a.length&&!f;g++){var b=a[g];if((0,t.isTag)(b))r(b)?f=b:l&&b.children.length>0&&(f=d(r,b.children,!0));else continue}return f}e.findOne=d;function s(r,a){return a.some(function(l){return(0,t.isTag)(l)&&(r(l)||l.children.length>0&&s(r,l.children))})}e.existsOne=s;function i(r,a){for(var l,f=[],g=a.filter(t.isTag),b;b=g.shift();){var n=(l=b.children)===null||l===void 0?void 0:l.filter(t.isTag);n&&n.length>0&&g.unshift.apply(g,n),r(b)&&f.push(b)}return f}e.findAll=i}),ht=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getElementsByTagType=e.getElementsByTagName=e.getElementById=e.getElements=e.testElement=void 0;var t=xe(),c=mt(),y={tag_name:function(g){return typeof g=="function"?function(b){return(0,t.isTag)(b)&&g(b.name)}:g==="*"?t.isTag:function(b){return(0,t.isTag)(b)&&b.name===g}},tag_type:function(g){return typeof g=="function"?function(b){return g(b.type)}:function(b){return b.type===g}},tag_contains:function(g){return typeof g=="function"?function(b){return(0,t.isText)(b)&&g(b.data)}:function(b){return(0,t.isText)(b)&&b.data===g}}};function u(g,b){return typeof b=="function"?function(n){return(0,t.isTag)(n)&&b(n.attribs[g])}:function(n){return(0,t.isTag)(n)&&n.attribs[g]===b}}function d(g,b){return function(n){return g(n)||b(n)}}function s(g){var b=Object.keys(g).map(function(n){var o=g[n];return Object.prototype.hasOwnProperty.call(y,n)?y[n](o):u(n,o)});return b.length===0?null:b.reduce(d)}function i(g,b){var n=s(g);return n?n(b):!0}e.testElement=i;function r(g,b,n,o){o===void 0&&(o=1/0);var m=s(g);return m?(0,c.filter)(m,b,n,o):[]}e.getElements=r;function a(g,b,n){return n===void 0&&(n=!0),Array.isArray(b)||(b=[b]),(0,c.findOne)(u("id",g),b,n)}e.getElementById=a;function l(g,b,n,o){return n===void 0&&(n=!0),o===void 0&&(o=1/0),(0,c.filter)(y.tag_name(g),b,n,o)}e.getElementsByTagName=l;function f(g,b,n,o){return n===void 0&&(n=!0),o===void 0&&(o=1/0),(0,c.filter)(y.tag_type(g),b,n,o)}e.getElementsByTagType=f}),pi=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.uniqueSort=e.compareDocumentPosition=e.DocumentPosition=e.removeSubsets=void 0;var t=xe();function c(s){for(var i=s.length;--i>=0;){var r=s[i];if(i>0&&s.lastIndexOf(r,i-1)>=0){s.splice(i,1);continue}for(var a=r.parent;a;a=a.parent)if(s.includes(a)){s.splice(i,1);break}}return s}e.removeSubsets=c;var y;(function(s){s[s.DISCONNECTED=1]="DISCONNECTED",s[s.PRECEDING=2]="PRECEDING",s[s.FOLLOWING=4]="FOLLOWING",s[s.CONTAINS=8]="CONTAINS",s[s.CONTAINED_BY=16]="CONTAINED_BY"})(y=e.DocumentPosition||(e.DocumentPosition={}));function u(s,i){var r=[],a=[];if(s===i)return 0;for(var l=(0,t.hasChildren)(s)?s:s.parent;l;)r.unshift(l),l=l.parent;for(l=(0,t.hasChildren)(i)?i:i.parent;l;)a.unshift(l),l=l.parent;for(var f=Math.min(r.length,a.length),g=0;g<f&&r[g]===a[g];)g++;if(g===0)return y.DISCONNECTED;var b=r[g-1],n=b.children,o=r[g],m=a[g];return n.indexOf(o)>n.indexOf(m)?b===i?y.FOLLOWING|y.CONTAINED_BY:y.FOLLOWING:b===s?y.PRECEDING|y.CONTAINS:y.PRECEDING}e.compareDocumentPosition=u;function d(s){return s=s.filter(function(i,r,a){return!a.includes(i,r+1)}),s.sort(function(i,r){var a=u(i,r);return a&y.PRECEDING?-1:a&y.FOLLOWING?1:0}),s}e.uniqueSort=d}),mi=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getFeed=void 0;var t=pt(),c=ht();function y(b){var n=a(g,b);return n?n.name==="feed"?u(n):d(n):null}e.getFeed=y;function u(b){var n,o=b.children,m={type:"atom",items:(0,c.getElementsByTagName)("entry",o).map(function(v){var C,h=v.children,w={media:r(h)};f(w,"id","id",h),f(w,"title","title",h);var k=(C=a("link",h))===null||C===void 0?void 0:C.attribs.href;k&&(w.link=k);var x=l("summary",h)||l("content",h);x&&(w.description=x);var A=l("updated",h);return A&&(w.pubDate=new Date(A)),w})};f(m,"id","id",o),f(m,"title","title",o);var p=(n=a("link",o))===null||n===void 0?void 0:n.attribs.href;p&&(m.link=p),f(m,"description","subtitle",o);var S=l("updated",o);return S&&(m.updated=new Date(S)),f(m,"author","email",o,!0),m}function d(b){var n,o,m=(o=(n=a("channel",b.children))===null||n===void 0?void 0:n.children)!==null&&o!==void 0?o:[],p={type:b.name.substr(0,3),id:"",items:(0,c.getElementsByTagName)("item",b.children).map(function(v){var C=v.children,h={media:r(C)};f(h,"id","guid",C),f(h,"title","title",C),f(h,"link","link",C),f(h,"description","description",C);var w=l("pubDate",C);return w&&(h.pubDate=new Date(w)),h})};f(p,"title","title",m),f(p,"link","link",m),f(p,"description","description",m);var S=l("lastBuildDate",m);return S&&(p.updated=new Date(S)),f(p,"author","managingEditor",m,!0),p}var s=["url","type","lang"],i=["fileSize","bitrate","framerate","samplingrate","channels","duration","height","width"];function r(b){return(0,c.getElementsByTagName)("media:content",b).map(function(n){for(var o=n.attribs,m={medium:o.medium,isDefault:!!o.isDefault},p=0,S=s;p<S.length;p++){var v=S[p];o[v]&&(m[v]=o[v])}for(var C=0,h=i;C<h.length;C++){var v=h[C];o[v]&&(m[v]=parseInt(o[v],10))}return o.expression&&(m.expression=o.expression),m})}function a(b,n){return(0,c.getElementsByTagName)(b,n,!0,1)[0]}function l(b,n,o){return o===void 0&&(o=!1),(0,t.textContent)((0,c.getElementsByTagName)(b,n,o,1)).trim()}function f(b,n,o,m,p){p===void 0&&(p=!1);var S=l(o,m,p);S&&(b[n]=S)}function g(b){return b==="rss"||b==="feed"||b==="rdf:RDF"}}),hi=z(e=>{"use strict";var t=e&&e.__createBinding||(Object.create?function(u,d,s,i){i===void 0&&(i=s);var r=Object.getOwnPropertyDescriptor(d,s);(!r||("get"in r?!d.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:function(){return d[s]}}),Object.defineProperty(u,i,r)}:function(u,d,s,i){i===void 0&&(i=s),u[i]=d[s]}),c=e&&e.__exportStar||function(u,d){for(var s in u)s!=="default"&&!Object.prototype.hasOwnProperty.call(d,s)&&t(d,u,s)};Object.defineProperty(e,"__esModule",{value:!0}),e.hasChildren=e.isDocument=e.isComment=e.isText=e.isCDATA=e.isTag=void 0,c(pt(),e),c(di(),e),c(ci(),e),c(mt(),e),c(ht(),e),c(pi(),e),c(mi(),e);var y=xe();Object.defineProperty(e,"isTag",{enumerable:!0,get:function(){return y.isTag}}),Object.defineProperty(e,"isCDATA",{enumerable:!0,get:function(){return y.isCDATA}}),Object.defineProperty(e,"isText",{enumerable:!0,get:function(){return y.isText}}),Object.defineProperty(e,"isComment",{enumerable:!0,get:function(){return y.isComment}}),Object.defineProperty(e,"isDocument",{enumerable:!0,get:function(){return y.isDocument}}),Object.defineProperty(e,"hasChildren",{enumerable:!0,get:function(){return y.hasChildren}})}),Ce=z((e,t)=>{t.exports={trueFunc:function(){return!0},falseFunc:function(){return!1}}}),Ge=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.AttributeAction=e.IgnoreCaseMode=e.SelectorType=void 0;var t;(function(y){y.Attribute="attribute",y.Pseudo="pseudo",y.PseudoElement="pseudo-element",y.Tag="tag",y.Universal="universal",y.Adjacent="adjacent",y.Child="child",y.Descendant="descendant",y.Parent="parent",y.Sibling="sibling",y.ColumnCombinator="column-combinator"})(t=e.SelectorType||(e.SelectorType={})),e.IgnoreCaseMode={Unknown:null,QuirksMode:"quirks",IgnoreCase:!0,CaseSensitive:!1};var c;(function(y){y.Any="any",y.Element="element",y.End="end",y.Equals="equals",y.Exists="exists",y.Hyphen="hyphen",y.Not="not",y.Start="start"})(c=e.AttributeAction||(e.AttributeAction={}))}),gi=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.parse=e.isTraversal=void 0;var t=Ge(),c=/^[^\\#]?(?:\\(?:[\da-f]{1,6}\s?|.)|[\w\-\u00b0-\uFFFF])+/,y=/\\([\da-f]{1,6}\s?|(\s)|.)/gi,u=new Map([[126,t.AttributeAction.Element],[94,t.AttributeAction.Start],[36,t.AttributeAction.End],[42,t.AttributeAction.Any],[33,t.AttributeAction.Not],[124,t.AttributeAction.Hyphen]]),d=new Set(["has","not","matches","is","where","host","host-context"]);function s(n){switch(n.type){case t.SelectorType.Adjacent:case t.SelectorType.Child:case t.SelectorType.Descendant:case t.SelectorType.Parent:case t.SelectorType.Sibling:case t.SelectorType.ColumnCombinator:return!0;default:return!1}}e.isTraversal=s;var i=new Set(["contains","icontains"]);function r(n,o,m){var p=parseInt(o,16)-65536;return p!==p||m?o:p<0?String.fromCharCode(p+65536):String.fromCharCode(p>>10|55296,p&1023|56320)}function a(n){return n.replace(y,r)}function l(n){return n===39||n===34}function f(n){return n===32||n===9||n===10||n===12||n===13}function g(n){var o=[],m=b(o,"".concat(n),0);if(m<n.length)throw new Error("Unmatched selector: ".concat(n.slice(m)));return o}e.parse=g;function b(n,o,m){var p=[];function S(U){var Y=o.slice(m+U).match(c);if(!Y)throw new Error("Expected name, found ".concat(o.slice(m)));var te=Y[0];return m+=U+te.length,a(te)}function v(U){for(m+=U;m<o.length&&f(o.charCodeAt(m));)m++}function C(){m+=1;for(var U=m,Y=1;Y>0&&m<o.length;m++)o.charCodeAt(m)===40&&!h(m)?Y++:o.charCodeAt(m)===41&&!h(m)&&Y--;if(Y)throw new Error("Parenthesis not matched");return a(o.slice(U,m-1))}function h(U){for(var Y=0;o.charCodeAt(--U)===92;)Y++;return(Y&1)===1}function w(){if(p.length>0&&s(p[p.length-1]))throw new Error("Did not expect successive traversals.")}function k(U){if(p.length>0&&p[p.length-1].type===t.SelectorType.Descendant){p[p.length-1].type=U;return}w(),p.push({type:U})}function x(U,Y){p.push({type:t.SelectorType.Attribute,name:U,action:Y,value:S(1),namespace:null,ignoreCase:"quirks"})}function A(){if(p.length&&p[p.length-1].type===t.SelectorType.Descendant&&p.pop(),p.length===0)throw new Error("Empty sub-selector");n.push(p)}if(v(0),o.length===m)return m;e:for(;m<o.length;){var B=o.charCodeAt(m);switch(B){case 32:case 9:case 10:case 12:case 13:{(p.length===0||p[0].type!==t.SelectorType.Descendant)&&(w(),p.push({type:t.SelectorType.Descendant})),v(1);break}case 62:{k(t.SelectorType.Child),v(1);break}case 60:{k(t.SelectorType.Parent),v(1);break}case 126:{k(t.SelectorType.Sibling),v(1);break}case 43:{k(t.SelectorType.Adjacent),v(1);break}case 46:{x("class",t.AttributeAction.Element);break}case 35:{x("id",t.AttributeAction.Equals);break}case 91:{v(1);var E=void 0,D=null;o.charCodeAt(m)===124?E=S(1):o.startsWith("*|",m)?(D="*",E=S(2)):(E=S(0),o.charCodeAt(m)===124&&o.charCodeAt(m+1)!==61&&(D=E,E=S(1))),v(0);var W=t.AttributeAction.Exists,I=u.get(o.charCodeAt(m));if(I){if(W=I,o.charCodeAt(m+1)!==61)throw new Error("Expected `=`");v(2)}else o.charCodeAt(m)===61&&(W=t.AttributeAction.Equals,v(1));var q="",_=null;if(W!=="exists"){if(l(o.charCodeAt(m))){for(var M=o.charCodeAt(m),G=m+1;G<o.length&&(o.charCodeAt(G)!==M||h(G));)G+=1;if(o.charCodeAt(G)!==M)throw new Error("Attribute value didn't end");q=a(o.slice(m+1,G)),m=G+1}else{for(var V=m;m<o.length&&(!f(o.charCodeAt(m))&&o.charCodeAt(m)!==93||h(m));)m+=1;q=a(o.slice(V,m))}v(0);var H=o.charCodeAt(m)|32;H===115?(_=!1,v(1)):H===105&&(_=!0,v(1))}if(o.charCodeAt(m)!==93)throw new Error("Attribute selector didn't terminate");m+=1;var j={type:t.SelectorType.Attribute,name:E,action:W,value:q,namespace:D,ignoreCase:_};p.push(j);break}case 58:{if(o.charCodeAt(m+1)===58){p.push({type:t.SelectorType.PseudoElement,name:S(2).toLowerCase(),data:o.charCodeAt(m)===40?C():null});continue}var L=S(1).toLowerCase(),O=null;if(o.charCodeAt(m)===40)if(d.has(L)){if(l(o.charCodeAt(m+1)))throw new Error("Pseudo-selector ".concat(L," cannot be quoted"));if(O=[],m=b(O,o,m+1),o.charCodeAt(m)!==41)throw new Error("Missing closing parenthesis in :".concat(L," (").concat(o,")"));m+=1}else{if(O=C(),i.has(L)){var T=O.charCodeAt(0);T===O.charCodeAt(O.length-1)&&l(T)&&(O=O.slice(1,-1))}O=a(O)}p.push({type:t.SelectorType.Pseudo,name:L,data:O});break}case 44:{A(),p=[],v(1);break}default:{if(o.startsWith("/*",m)){var N=o.indexOf("*/",m+2);if(N<0)throw new Error("Comment was not terminated");m=N+2,p.length===0&&v(0);break}var D=null,P=void 0;if(B===42)m+=1,P="*";else if(B===124){if(P="",o.charCodeAt(m+1)===124){k(t.SelectorType.ColumnCombinator),v(2);break}}else if(c.test(o.slice(m)))P=S(0);else break e;o.charCodeAt(m)===124&&o.charCodeAt(m+1)!==124&&(D=P,o.charCodeAt(m+1)===42?(P="*",m+=2):P=S(1)),p.push(P==="*"?{type:t.SelectorType.Universal,namespace:D}:{type:t.SelectorType.Tag,name:P,namespace:D})}}}return A(),m}}),fi=z(e=>{"use strict";var t=e&&e.__spreadArray||function(n,o,m){if(m||arguments.length===2)for(var p=0,S=o.length,v;p<S;p++)(v||!(p in o))&&(v||(v=Array.prototype.slice.call(o,0,p)),v[p]=o[p]);return n.concat(v||Array.prototype.slice.call(o))};Object.defineProperty(e,"__esModule",{value:!0}),e.stringify=void 0;var c=Ge(),y=["\\",'"'],u=t(t([],y,!0),["(",")"],!1),d=new Set(y.map(function(n){return n.charCodeAt(0)})),s=new Set(u.map(function(n){return n.charCodeAt(0)})),i=new Set(t(t([],u,!0),["~","^","$","*","+","!","|",":","[","]"," ","."],!1).map(function(n){return n.charCodeAt(0)}));function r(n){return n.map(function(o){return o.map(a).join("")}).join(", ")}e.stringify=r;function a(n,o,m){switch(n.type){case c.SelectorType.Child:return o===0?"> ":" > ";case c.SelectorType.Parent:return o===0?"< ":" < ";case c.SelectorType.Sibling:return o===0?"~ ":" ~ ";case c.SelectorType.Adjacent:return o===0?"+ ":" + ";case c.SelectorType.Descendant:return" ";case c.SelectorType.ColumnCombinator:return o===0?"|| ":" || ";case c.SelectorType.Universal:return n.namespace==="*"&&o+1<m.length&&"name"in m[o+1]?"":"".concat(g(n.namespace),"*");case c.SelectorType.Tag:return f(n);case c.SelectorType.PseudoElement:return"::".concat(b(n.name,i)).concat(n.data===null?"":"(".concat(b(n.data,s),")"));case c.SelectorType.Pseudo:return":".concat(b(n.name,i)).concat(n.data===null?"":"(".concat(typeof n.data=="string"?b(n.data,s):r(n.data),")"));case c.SelectorType.Attribute:{if(n.name==="id"&&n.action===c.AttributeAction.Equals&&n.ignoreCase==="quirks"&&!n.namespace)return"#".concat(b(n.value,i));if(n.name==="class"&&n.action===c.AttributeAction.Element&&n.ignoreCase==="quirks"&&!n.namespace)return".".concat(b(n.value,i));var p=f(n);return n.action===c.AttributeAction.Exists?"[".concat(p,"]"):"[".concat(p).concat(l(n.action),'="').concat(b(n.value,d),'"').concat(n.ignoreCase===null?"":n.ignoreCase?" i":" s","]")}}}function l(n){switch(n){case c.AttributeAction.Equals:return"";case c.AttributeAction.Element:return"~";case c.AttributeAction.Start:return"^";case c.AttributeAction.End:return"$";case c.AttributeAction.Any:return"*";case c.AttributeAction.Not:return"!";case c.AttributeAction.Hyphen:return"|";case c.AttributeAction.Exists:throw new Error("Shouldn't be here")}}function f(n){return"".concat(g(n.namespace)).concat(b(n.name,i))}function g(n){return n!==null?"".concat(n==="*"?"*":b(n,i),"|"):""}function b(n,o){for(var m=0,p="",S=0;S<n.length;S++)o.has(n.charCodeAt(S))&&(p+="".concat(n.slice(m,S),"\\").concat(n.charAt(S)),m=S+1);return p.length>0?p+n.slice(m):n}}),De=z(e=>{"use strict";var t=e&&e.__createBinding||(Object.create?function(d,s,i,r){r===void 0&&(r=i);var a=Object.getOwnPropertyDescriptor(s,i);(!a||("get"in a?!s.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:function(){return s[i]}}),Object.defineProperty(d,r,a)}:function(d,s,i,r){r===void 0&&(r=i),d[r]=s[i]}),c=e&&e.__exportStar||function(d,s){for(var i in d)i!=="default"&&!Object.prototype.hasOwnProperty.call(s,i)&&t(s,d,i)};Object.defineProperty(e,"__esModule",{value:!0}),e.stringify=e.parse=e.isTraversal=void 0,c(Ge(),e);var y=gi();Object.defineProperty(e,"isTraversal",{enumerable:!0,get:function(){return y.isTraversal}}),Object.defineProperty(e,"parse",{enumerable:!0,get:function(){return y.parse}});var u=fi();Object.defineProperty(e,"stringify",{enumerable:!0,get:function(){return u.stringify}})}),gt=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.isTraversal=void 0;var t=De(),c=new Map([[t.SelectorType.Universal,50],[t.SelectorType.Tag,30],[t.SelectorType.Attribute,1],[t.SelectorType.Pseudo,0]]);function y(i){return!c.has(i.type)}e.isTraversal=y;var u=new Map([[t.AttributeAction.Exists,10],[t.AttributeAction.Equals,8],[t.AttributeAction.Not,7],[t.AttributeAction.Start,6],[t.AttributeAction.End,6],[t.AttributeAction.Any,5]]);function d(i){for(var r=i.map(s),a=1;a<i.length;a++){var l=r[a];if(!(l<0))for(var f=a-1;f>=0&&l<r[f];f--){var g=i[f+1];i[f+1]=i[f],i[f]=g,r[f+1]=r[f],r[f]=l}}}e.default=d;function s(i){var r,a,l=(r=c.get(i.type))!==null&&r!==void 0?r:-1;return i.type===t.SelectorType.Attribute?(l=(a=u.get(i.action))!==null&&a!==void 0?a:4,i.action===t.AttributeAction.Equals&&i.name==="id"&&(l=9),i.ignoreCase&&(l>>=1)):i.type===t.SelectorType.Pseudo&&(i.data?i.name==="has"||i.name==="contains"?l=0:Array.isArray(i.data)?(l=Math.min.apply(Math,i.data.map(function(f){return Math.min.apply(Math,f.map(s))})),l<0&&(l=0)):l=2:l=3),l}}),yi=z(e=>{"use strict";var t=e&&e.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(e,"__esModule",{value:!0}),e.attributeRules=void 0;var c=t(Ce()),y=/[-[\]{}()*+?.,\\^$|#\s]/g;function u(i){return i.replace(y,"\\$&")}var d=new Set(["accept","accept-charset","align","alink","axis","bgcolor","charset","checked","clear","codetype","color","compact","declare","defer","dir","direction","disabled","enctype","face","frame","hreflang","http-equiv","lang","language","link","media","method","multiple","nohref","noresize","noshade","nowrap","readonly","rel","rev","rules","scope","scrolling","selected","shape","target","text","type","valign","valuetype","vlink"]);function s(i,r){return typeof i.ignoreCase=="boolean"?i.ignoreCase:i.ignoreCase==="quirks"?!!r.quirksMode:!r.xmlMode&&d.has(i.name)}e.attributeRules={equals:function(i,r,a){var l=a.adapter,f=r.name,g=r.value;return s(r,a)?(g=g.toLowerCase(),function(b){var n=l.getAttributeValue(b,f);return n!=null&&n.length===g.length&&n.toLowerCase()===g&&i(b)}):function(b){return l.getAttributeValue(b,f)===g&&i(b)}},hyphen:function(i,r,a){var l=a.adapter,f=r.name,g=r.value,b=g.length;return s(r,a)?(g=g.toLowerCase(),function(n){var o=l.getAttributeValue(n,f);return o!=null&&(o.length===b||o.charAt(b)==="-")&&o.substr(0,b).toLowerCase()===g&&i(n)}):function(n){var o=l.getAttributeValue(n,f);return o!=null&&(o.length===b||o.charAt(b)==="-")&&o.substr(0,b)===g&&i(n)}},element:function(i,r,a){var l=a.adapter,f=r.name,g=r.value;if(/\s/.test(g))return c.default.falseFunc;var b=new RegExp("(?:^|\\s)".concat(u(g),"(?:$|\\s)"),s(r,a)?"i":"");return function(n){var o=l.getAttributeValue(n,f);return o!=null&&o.length>=g.length&&b.test(o)&&i(n)}},exists:function(i,r,a){var l=r.name,f=a.adapter;return function(g){return f.hasAttrib(g,l)&&i(g)}},start:function(i,r,a){var l=a.adapter,f=r.name,g=r.value,b=g.length;return b===0?c.default.falseFunc:s(r,a)?(g=g.toLowerCase(),function(n){var o=l.getAttributeValue(n,f);return o!=null&&o.length>=b&&o.substr(0,b).toLowerCase()===g&&i(n)}):function(n){var o;return!!(!((o=l.getAttributeValue(n,f))===null||o===void 0)&&o.startsWith(g))&&i(n)}},end:function(i,r,a){var l=a.adapter,f=r.name,g=r.value,b=-g.length;return b===0?c.default.falseFunc:s(r,a)?(g=g.toLowerCase(),function(n){var o;return((o=l.getAttributeValue(n,f))===null||o===void 0?void 0:o.substr(b).toLowerCase())===g&&i(n)}):function(n){var o;return!!(!((o=l.getAttributeValue(n,f))===null||o===void 0)&&o.endsWith(g))&&i(n)}},any:function(i,r,a){var l=a.adapter,f=r.name,g=r.value;if(g==="")return c.default.falseFunc;if(s(r,a)){var b=new RegExp(u(g),"i");return function(n){var o=l.getAttributeValue(n,f);return o!=null&&o.length>=g.length&&b.test(o)&&i(n)}}return function(n){var o;return!!(!((o=l.getAttributeValue(n,f))===null||o===void 0)&&o.includes(g))&&i(n)}},not:function(i,r,a){var l=a.adapter,f=r.name,g=r.value;return g===""?function(b){return!!l.getAttributeValue(b,f)&&i(b)}:s(r,a)?(g=g.toLowerCase(),function(b){var n=l.getAttributeValue(b,f);return(n==null||n.length!==g.length||n.toLowerCase()!==g)&&i(b)}):function(b){return l.getAttributeValue(b,f)!==g&&i(b)}}}}),bi=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.parse=void 0;var t=new Set([9,10,12,13,32]),c=48,y=57;function u(d){if(d=d.trim().toLowerCase(),d==="even")return[2,0];if(d==="odd")return[2,1];var s=0,i=0,r=l(),a=f();if(s<d.length&&d.charAt(s)==="n"&&(s++,i=r*(a??1),g(),s<d.length?(r=l(),g(),a=f()):r=a=0),a===null||s<d.length)throw new Error("n-th rule couldn't be parsed ('".concat(d,"')"));return[i,r*a];function l(){return d.charAt(s)==="-"?(s++,-1):(d.charAt(s)==="+"&&s++,1)}function f(){for(var b=s,n=0;s<d.length&&d.charCodeAt(s)>=c&&d.charCodeAt(s)<=y;)n=n*10+(d.charCodeAt(s)-c),s++;return s===b?null:n}function g(){for(;s<d.length&&t.has(d.charCodeAt(s));)s++}}e.parse=u}),Si=z(e=>{"use strict";var t=e&&e.__importDefault||function(d){return d&&d.__esModule?d:{default:d}};Object.defineProperty(e,"__esModule",{value:!0}),e.generate=e.compile=void 0;var c=t(Ce());function y(d){var s=d[0],i=d[1]-1;if(i<0&&s<=0)return c.default.falseFunc;if(s===-1)return function(l){return l<=i};if(s===0)return function(l){return l===i};if(s===1)return i<0?c.default.trueFunc:function(l){return l>=i};var r=Math.abs(s),a=(i%r+r)%r;return s>1?function(l){return l>=i&&l%r===a}:function(l){return l<=i&&l%r===a}}e.compile=y;function u(d){var s=d[0],i=d[1]-1,r=0;if(s<0){var a=-s,l=(i%a+a)%a;return function(){var f=l+a*r++;return f>i?null:f}}return s===0?i<0?function(){return null}:function(){return r++===0?i:null}:(i<0&&(i+=s*Math.ceil(-i/s)),function(){return s*r+++i})}e.generate=u}),vi=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.sequence=e.generate=e.compile=e.parse=void 0;var t=bi();Object.defineProperty(e,"parse",{enumerable:!0,get:function(){return t.parse}});var c=Si();Object.defineProperty(e,"compile",{enumerable:!0,get:function(){return c.compile}}),Object.defineProperty(e,"generate",{enumerable:!0,get:function(){return c.generate}});function y(d){return(0,c.compile)((0,t.parse)(d))}e.default=y;function u(d){return(0,c.generate)((0,t.parse)(d))}e.sequence=u}),xi=z(e=>{"use strict";var t=e&&e.__importDefault||function(s){return s&&s.__esModule?s:{default:s}};Object.defineProperty(e,"__esModule",{value:!0}),e.filters=void 0;var c=t(vi()),y=t(Ce());function u(s,i){return function(r){var a=i.getParent(r);return a!=null&&i.isTag(a)&&s(r)}}e.filters={contains:function(s,i,r){var a=r.adapter;return function(l){return s(l)&&a.getText(l).includes(i)}},icontains:function(s,i,r){var a=r.adapter,l=i.toLowerCase();return function(f){return s(f)&&a.getText(f).toLowerCase().includes(l)}},"nth-child":function(s,i,r){var a=r.adapter,l=r.equals,f=(0,c.default)(i);return f===y.default.falseFunc?y.default.falseFunc:f===y.default.trueFunc?u(s,a):function(g){for(var b=a.getSiblings(g),n=0,o=0;o<b.length&&!l(g,b[o]);o++)a.isTag(b[o])&&n++;return f(n)&&s(g)}},"nth-last-child":function(s,i,r){var a=r.adapter,l=r.equals,f=(0,c.default)(i);return f===y.default.falseFunc?y.default.falseFunc:f===y.default.trueFunc?u(s,a):function(g){for(var b=a.getSiblings(g),n=0,o=b.length-1;o>=0&&!l(g,b[o]);o--)a.isTag(b[o])&&n++;return f(n)&&s(g)}},"nth-of-type":function(s,i,r){var a=r.adapter,l=r.equals,f=(0,c.default)(i);return f===y.default.falseFunc?y.default.falseFunc:f===y.default.trueFunc?u(s,a):function(g){for(var b=a.getSiblings(g),n=0,o=0;o<b.length;o++){var m=b[o];if(l(g,m))break;a.isTag(m)&&a.getName(m)===a.getName(g)&&n++}return f(n)&&s(g)}},"nth-last-of-type":function(s,i,r){var a=r.adapter,l=r.equals,f=(0,c.default)(i);return f===y.default.falseFunc?y.default.falseFunc:f===y.default.trueFunc?u(s,a):function(g){for(var b=a.getSiblings(g),n=0,o=b.length-1;o>=0;o--){var m=b[o];if(l(g,m))break;a.isTag(m)&&a.getName(m)===a.getName(g)&&n++}return f(n)&&s(g)}},root:function(s,i,r){var a=r.adapter;return function(l){var f=a.getParent(l);return(f==null||!a.isTag(f))&&s(l)}},scope:function(s,i,r,a){var l=r.equals;return!a||a.length===0?e.filters.root(s,i,r):a.length===1?function(f){return l(a[0],f)&&s(f)}:function(f){return a.includes(f)&&s(f)}},hover:d("isHovered"),visited:d("isVisited"),active:d("isActive")};function d(s){return function(i,r,a){var l=a.adapter,f=l[s];return typeof f!="function"?y.default.falseFunc:function(g){return f(g)&&i(g)}}}}),Ci=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.verifyPseudoArgs=e.pseudos=void 0,e.pseudos={empty:function(c,y){var u=y.adapter;return!u.getChildren(c).some(function(d){return u.isTag(d)||u.getText(d)!==""})},"first-child":function(c,y){var u=y.adapter,d=y.equals;if(u.prevElementSibling)return u.prevElementSibling(c)==null;var s=u.getSiblings(c).find(function(i){return u.isTag(i)});return s!=null&&d(c,s)},"last-child":function(c,y){for(var u=y.adapter,d=y.equals,s=u.getSiblings(c),i=s.length-1;i>=0;i--){if(d(c,s[i]))return!0;if(u.isTag(s[i]))break}return!1},"first-of-type":function(c,y){for(var u=y.adapter,d=y.equals,s=u.getSiblings(c),i=u.getName(c),r=0;r<s.length;r++){var a=s[r];if(d(c,a))return!0;if(u.isTag(a)&&u.getName(a)===i)break}return!1},"last-of-type":function(c,y){for(var u=y.adapter,d=y.equals,s=u.getSiblings(c),i=u.getName(c),r=s.length-1;r>=0;r--){var a=s[r];if(d(c,a))return!0;if(u.isTag(a)&&u.getName(a)===i)break}return!1},"only-of-type":function(c,y){var u=y.adapter,d=y.equals,s=u.getName(c);return u.getSiblings(c).every(function(i){return d(c,i)||!u.isTag(i)||u.getName(i)!==s})},"only-child":function(c,y){var u=y.adapter,d=y.equals;return u.getSiblings(c).every(function(s){return d(c,s)||!u.isTag(s)})}};function t(c,y,u,d){if(u===null){if(c.length>d)throw new Error("Pseudo-class :".concat(y," requires an argument"))}else if(c.length===d)throw new Error("Pseudo-class :".concat(y," doesn't have any arguments"))}e.verifyPseudoArgs=t}),ki=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.aliases=void 0,e.aliases={"any-link":":is(a, area, link)[href]",link:":any-link:not(:visited)",disabled:`:is(
17
+ `&&(w+=h),w};e.stringifySvg=d;var s=(o,m,p)=>{let S="";p.indentLevel+=1;for(let v of o.children)v.type==="element"&&(S+=f(v,m,p)),v.type==="text"&&(S+=n(v,m,p)),v.type==="doctype"&&(S+=r(v,m)),v.type==="instruction"&&(S+=a(v,m)),v.type==="comment"&&(S+=l(v,m)),v.type==="cdata"&&(S+=g(v,m,p));return p.indentLevel-=1,S},i=(o,m)=>{let p="";return o.pretty&&m.textContext==null&&(p=m.indent.repeat(m.indentLevel-1)),p},r=(o,m)=>m.doctypeStart+o.data.doctype+m.doctypeEnd,a=(o,m)=>m.procInstStart+o.name+" "+o.value+m.procInstEnd,l=(o,m)=>m.commentStart+o.value+m.commentEnd,g=(o,m,p)=>i(m,p)+m.cdataStart+o.value+m.cdataEnd,f=(o,m,p)=>{if(o.children.length===0)return m.useShortTags?i(m,p)+m.tagShortStart+o.name+b(o,m)+m.tagShortEnd:i(m,p)+m.tagShortStart+o.name+b(o,m)+m.tagOpenEnd+m.tagCloseStart+o.name+m.tagCloseEnd;{let S=m.tagOpenStart,v=m.tagOpenEnd,C=m.tagCloseStart,h=m.tagCloseEnd,w=i(m,p),k=i(m,p);p.textContext?(S=y.tagOpenStart,v=y.tagOpenEnd,C=y.tagCloseStart,h=y.tagCloseEnd,w=""):t.includes(o.name)&&(v=y.tagOpenEnd,C=y.tagCloseStart,k="",p.textContext=o);let x=s(o,m,p);return p.textContext===o&&(p.textContext=null),w+S+o.name+b(o,m)+v+x+k+C+o.name+h}},b=(o,m)=>{let p="";for(let[S,v]of Object.entries(o.attributes))if(v!==void 0){let C=v.toString().replace(m.regValEntities,m.encodeEntity);p+=" "+S+m.attrStart+C+m.attrEnd}else p+=" "+S;return p},n=(o,m,p)=>i(m,p)+m.textStart+o.value.replace(m.regEntities,m.encodeEntity)+(p.textContext?"":m.textEnd)}),ze=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.Doctype=e.CDATA=e.Tag=e.Style=e.Script=e.Comment=e.Directive=e.Text=e.Root=e.isTag=e.ElementType=void 0;var t;(function(y){y.Root="root",y.Text="text",y.Directive="directive",y.Comment="comment",y.Script="script",y.Style="style",y.Tag="tag",y.CDATA="cdata",y.Doctype="doctype"})(t=e.ElementType||(e.ElementType={}));function c(y){return y.type===t.Tag||y.type===t.Script||y.type===t.Style}e.isTag=c,e.Root=t.Root,e.Text=t.Text,e.Directive=t.Directive,e.Comment=t.Comment,e.Script=t.Script,e.Style=t.Style,e.Tag=t.Tag,e.CDATA=t.CDATA,e.Doctype=t.Doctype}),lt=z(e=>{"use strict";var t=e&&e.__extends||function(){var w=function(k,x){return w=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(A,B){A.__proto__=B}||function(A,B){for(var E in B)Object.prototype.hasOwnProperty.call(B,E)&&(A[E]=B[E])},w(k,x)};return function(k,x){if(typeof x!="function"&&x!==null)throw new TypeError("Class extends value "+String(x)+" is not a constructor or null");w(k,x);function A(){this.constructor=k}k.prototype=x===null?Object.create(x):(A.prototype=x.prototype,new A)}}(),c=e&&e.__assign||function(){return c=Object.assign||function(w){for(var k,x=1,A=arguments.length;x<A;x++){k=arguments[x];for(var B in k)Object.prototype.hasOwnProperty.call(k,B)&&(w[B]=k[B])}return w},c.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.cloneNode=e.hasChildren=e.isDocument=e.isDirective=e.isComment=e.isText=e.isCDATA=e.isTag=e.Element=e.Document=e.CDATA=e.NodeWithChildren=e.ProcessingInstruction=e.Comment=e.Text=e.DataNode=e.Node=void 0;var y=ze(),u=function(){function w(){this.parent=null,this.prev=null,this.next=null,this.startIndex=null,this.endIndex=null}return Object.defineProperty(w.prototype,"parentNode",{get:function(){return this.parent},set:function(k){this.parent=k},enumerable:!1,configurable:!0}),Object.defineProperty(w.prototype,"previousSibling",{get:function(){return this.prev},set:function(k){this.prev=k},enumerable:!1,configurable:!0}),Object.defineProperty(w.prototype,"nextSibling",{get:function(){return this.next},set:function(k){this.next=k},enumerable:!1,configurable:!0}),w.prototype.cloneNode=function(k){return k===void 0&&(k=!1),C(this,k)},w}();e.Node=u;var d=function(w){t(k,w);function k(x){var A=w.call(this)||this;return A.data=x,A}return Object.defineProperty(k.prototype,"nodeValue",{get:function(){return this.data},set:function(x){this.data=x},enumerable:!1,configurable:!0}),k}(u);e.DataNode=d;var s=function(w){t(k,w);function k(){var x=w!==null&&w.apply(this,arguments)||this;return x.type=y.ElementType.Text,x}return Object.defineProperty(k.prototype,"nodeType",{get:function(){return 3},enumerable:!1,configurable:!0}),k}(d);e.Text=s;var i=function(w){t(k,w);function k(){var x=w!==null&&w.apply(this,arguments)||this;return x.type=y.ElementType.Comment,x}return Object.defineProperty(k.prototype,"nodeType",{get:function(){return 8},enumerable:!1,configurable:!0}),k}(d);e.Comment=i;var r=function(w){t(k,w);function k(x,A){var B=w.call(this,A)||this;return B.name=x,B.type=y.ElementType.Directive,B}return Object.defineProperty(k.prototype,"nodeType",{get:function(){return 1},enumerable:!1,configurable:!0}),k}(d);e.ProcessingInstruction=r;var a=function(w){t(k,w);function k(x){var A=w.call(this)||this;return A.children=x,A}return Object.defineProperty(k.prototype,"firstChild",{get:function(){var x;return(x=this.children[0])!==null&&x!==void 0?x:null},enumerable:!1,configurable:!0}),Object.defineProperty(k.prototype,"lastChild",{get:function(){return this.children.length>0?this.children[this.children.length-1]:null},enumerable:!1,configurable:!0}),Object.defineProperty(k.prototype,"childNodes",{get:function(){return this.children},set:function(x){this.children=x},enumerable:!1,configurable:!0}),k}(u);e.NodeWithChildren=a;var l=function(w){t(k,w);function k(){var x=w!==null&&w.apply(this,arguments)||this;return x.type=y.ElementType.CDATA,x}return Object.defineProperty(k.prototype,"nodeType",{get:function(){return 4},enumerable:!1,configurable:!0}),k}(a);e.CDATA=l;var g=function(w){t(k,w);function k(){var x=w!==null&&w.apply(this,arguments)||this;return x.type=y.ElementType.Root,x}return Object.defineProperty(k.prototype,"nodeType",{get:function(){return 9},enumerable:!1,configurable:!0}),k}(a);e.Document=g;var f=function(w){t(k,w);function k(x,A,B,E){B===void 0&&(B=[]),E===void 0&&(E=x==="script"?y.ElementType.Script:x==="style"?y.ElementType.Style:y.ElementType.Tag);var D=w.call(this,B)||this;return D.name=x,D.attribs=A,D.type=E,D}return Object.defineProperty(k.prototype,"nodeType",{get:function(){return 1},enumerable:!1,configurable:!0}),Object.defineProperty(k.prototype,"tagName",{get:function(){return this.name},set:function(x){this.name=x},enumerable:!1,configurable:!0}),Object.defineProperty(k.prototype,"attributes",{get:function(){var x=this;return Object.keys(this.attribs).map(function(A){var B,E;return{name:A,value:x.attribs[A],namespace:(B=x["x-attribsNamespace"])===null||B===void 0?void 0:B[A],prefix:(E=x["x-attribsPrefix"])===null||E===void 0?void 0:E[A]}})},enumerable:!1,configurable:!0}),k}(a);e.Element=f;function b(w){return(0,y.isTag)(w)}e.isTag=b;function n(w){return w.type===y.ElementType.CDATA}e.isCDATA=n;function o(w){return w.type===y.ElementType.Text}e.isText=o;function m(w){return w.type===y.ElementType.Comment}e.isComment=m;function p(w){return w.type===y.ElementType.Directive}e.isDirective=p;function S(w){return w.type===y.ElementType.Root}e.isDocument=S;function v(w){return Object.prototype.hasOwnProperty.call(w,"children")}e.hasChildren=v;function C(w,k){k===void 0&&(k=!1);var x;if(o(w))x=new s(w.data);else if(m(w))x=new i(w.data);else if(b(w)){var A=k?h(w.children):[],B=new f(w.name,c({},w.attribs),A);A.forEach(function(I){return I.parent=B}),w.namespace!=null&&(B.namespace=w.namespace),w["x-attribsNamespace"]&&(B["x-attribsNamespace"]=c({},w["x-attribsNamespace"])),w["x-attribsPrefix"]&&(B["x-attribsPrefix"]=c({},w["x-attribsPrefix"])),x=B}else if(n(w)){var A=k?h(w.children):[],E=new l(A);A.forEach(function(q){return q.parent=E}),x=E}else if(S(w)){var A=k?h(w.children):[],D=new g(A);A.forEach(function(q){return q.parent=D}),w["x-mode"]&&(D["x-mode"]=w["x-mode"]),x=D}else if(p(w)){var W=new r(w.name,w.data);w["x-name"]!=null&&(W["x-name"]=w["x-name"],W["x-publicId"]=w["x-publicId"],W["x-systemId"]=w["x-systemId"]),x=W}else throw new Error("Not implemented yet: ".concat(w.type));return x.startIndex=w.startIndex,x.endIndex=w.endIndex,w.sourceCodeLocation!=null&&(x.sourceCodeLocation=w.sourceCodeLocation),x}e.cloneNode=C;function h(w){for(var k=w.map(function(A){return C(A,!0)}),x=1;x<k.length;x++)k[x].prev=k[x-1],k[x-1].next=k[x];return k}}),xe=z(e=>{"use strict";var t=e&&e.__createBinding||(Object.create?function(i,r,a,l){l===void 0&&(l=a);var g=Object.getOwnPropertyDescriptor(r,a);(!g||("get"in g?!r.__esModule:g.writable||g.configurable))&&(g={enumerable:!0,get:function(){return r[a]}}),Object.defineProperty(i,l,g)}:function(i,r,a,l){l===void 0&&(l=a),i[l]=r[a]}),c=e&&e.__exportStar||function(i,r){for(var a in i)a!=="default"&&!Object.prototype.hasOwnProperty.call(r,a)&&t(r,i,a)};Object.defineProperty(e,"__esModule",{value:!0}),e.DomHandler=void 0;var y=ze(),u=lt();c(lt(),e);var d={withStartIndices:!1,withEndIndices:!1,xmlMode:!1},s=function(){function i(r,a,l){this.dom=[],this.root=new u.Document(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null,typeof a=="function"&&(l=a,a=d),typeof r=="object"&&(a=r,r=void 0),this.callback=r??null,this.options=a??d,this.elementCB=l??null}return i.prototype.onparserinit=function(r){this.parser=r},i.prototype.onreset=function(){this.dom=[],this.root=new u.Document(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null},i.prototype.onend=function(){this.done||(this.done=!0,this.parser=null,this.handleCallback(null))},i.prototype.onerror=function(r){this.handleCallback(r)},i.prototype.onclosetag=function(){this.lastNode=null;var r=this.tagStack.pop();this.options.withEndIndices&&(r.endIndex=this.parser.endIndex),this.elementCB&&this.elementCB(r)},i.prototype.onopentag=function(r,a){var l=this.options.xmlMode?y.ElementType.Tag:void 0,g=new u.Element(r,a,void 0,l);this.addNode(g),this.tagStack.push(g)},i.prototype.ontext=function(r){var a=this.lastNode;if(a&&a.type===y.ElementType.Text)a.data+=r,this.options.withEndIndices&&(a.endIndex=this.parser.endIndex);else{var l=new u.Text(r);this.addNode(l),this.lastNode=l}},i.prototype.oncomment=function(r){if(this.lastNode&&this.lastNode.type===y.ElementType.Comment){this.lastNode.data+=r;return}var a=new u.Comment(r);this.addNode(a),this.lastNode=a},i.prototype.oncommentend=function(){this.lastNode=null},i.prototype.oncdatastart=function(){var r=new u.Text(""),a=new u.CDATA([r]);this.addNode(a),r.parent=a,this.lastNode=r},i.prototype.oncdataend=function(){this.lastNode=null},i.prototype.onprocessinginstruction=function(r,a){var l=new u.ProcessingInstruction(r,a);this.addNode(l)},i.prototype.handleCallback=function(r){if(typeof this.callback=="function")this.callback(r,this.dom);else if(r)throw r},i.prototype.addNode=function(r){var a=this.tagStack[this.tagStack.length-1],l=a.children[a.children.length-1];this.options.withStartIndices&&(r.startIndex=this.parser.startIndex),this.options.withEndIndices&&(r.endIndex=this.parser.endIndex),a.children.push(r),l&&(r.prev=l,l.next=r),r.parent=a,this.lastNode=null},i}();e.DomHandler=s,e.default=s}),ii=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=new Uint16Array('\u1D41<\xD5\u0131\u028A\u049D\u057B\u05D0\u0675\u06DE\u07A2\u07D6\u080F\u0A4A\u0A91\u0DA1\u0E6D\u0F09\u0F26\u10CA\u1228\u12E1\u1415\u149D\u14C3\u14DF\u1525\0\0\0\0\0\0\u156B\u16CD\u198D\u1C12\u1DDD\u1F7E\u2060\u21B0\u228D\u23C0\u23FB\u2442\u2824\u2912\u2D08\u2E48\u2FCE\u3016\u32BA\u3639\u37AC\u38FE\u3A28\u3A71\u3AE0\u3B2E\u0800EMabcfglmnoprstu\\bfms\x7F\x84\x8B\x90\x95\x98\xA6\xB3\xB9\xC8\xCFlig\u803B\xC6\u40C6P\u803B&\u4026cute\u803B\xC1\u40C1reve;\u4102\u0100iyx}rc\u803B\xC2\u40C2;\u4410r;\uC000\u{1D504}rave\u803B\xC0\u40C0pha;\u4391acr;\u4100d;\u6A53\u0100gp\x9D\xA1on;\u4104f;\uC000\u{1D538}plyFunction;\u6061ing\u803B\xC5\u40C5\u0100cs\xBE\xC3r;\uC000\u{1D49C}ign;\u6254ilde\u803B\xC3\u40C3ml\u803B\xC4\u40C4\u0400aceforsu\xE5\xFB\xFE\u0117\u011C\u0122\u0127\u012A\u0100cr\xEA\xF2kslash;\u6216\u0176\xF6\xF8;\u6AE7ed;\u6306y;\u4411\u0180crt\u0105\u010B\u0114ause;\u6235noullis;\u612Ca;\u4392r;\uC000\u{1D505}pf;\uC000\u{1D539}eve;\u42D8c\xF2\u0113mpeq;\u624E\u0700HOacdefhilorsu\u014D\u0151\u0156\u0180\u019E\u01A2\u01B5\u01B7\u01BA\u01DC\u0215\u0273\u0278\u027Ecy;\u4427PY\u803B\xA9\u40A9\u0180cpy\u015D\u0162\u017Aute;\u4106\u0100;i\u0167\u0168\u62D2talDifferentialD;\u6145leys;\u612D\u0200aeio\u0189\u018E\u0194\u0198ron;\u410Cdil\u803B\xC7\u40C7rc;\u4108nint;\u6230ot;\u410A\u0100dn\u01A7\u01ADilla;\u40B8terDot;\u40B7\xF2\u017Fi;\u43A7rcle\u0200DMPT\u01C7\u01CB\u01D1\u01D6ot;\u6299inus;\u6296lus;\u6295imes;\u6297o\u0100cs\u01E2\u01F8kwiseContourIntegral;\u6232eCurly\u0100DQ\u0203\u020FoubleQuote;\u601Duote;\u6019\u0200lnpu\u021E\u0228\u0247\u0255on\u0100;e\u0225\u0226\u6237;\u6A74\u0180git\u022F\u0236\u023Aruent;\u6261nt;\u622FourIntegral;\u622E\u0100fr\u024C\u024E;\u6102oduct;\u6210nterClockwiseContourIntegral;\u6233oss;\u6A2Fcr;\uC000\u{1D49E}p\u0100;C\u0284\u0285\u62D3ap;\u624D\u0580DJSZacefios\u02A0\u02AC\u02B0\u02B4\u02B8\u02CB\u02D7\u02E1\u02E6\u0333\u048D\u0100;o\u0179\u02A5trahd;\u6911cy;\u4402cy;\u4405cy;\u440F\u0180grs\u02BF\u02C4\u02C7ger;\u6021r;\u61A1hv;\u6AE4\u0100ay\u02D0\u02D5ron;\u410E;\u4414l\u0100;t\u02DD\u02DE\u6207a;\u4394r;\uC000\u{1D507}\u0100af\u02EB\u0327\u0100cm\u02F0\u0322ritical\u0200ADGT\u0300\u0306\u0316\u031Ccute;\u40B4o\u0174\u030B\u030D;\u42D9bleAcute;\u42DDrave;\u4060ilde;\u42DCond;\u62C4ferentialD;\u6146\u0470\u033D\0\0\0\u0342\u0354\0\u0405f;\uC000\u{1D53B}\u0180;DE\u0348\u0349\u034D\u40A8ot;\u60DCqual;\u6250ble\u0300CDLRUV\u0363\u0372\u0382\u03CF\u03E2\u03F8ontourIntegra\xEC\u0239o\u0274\u0379\0\0\u037B\xBB\u0349nArrow;\u61D3\u0100eo\u0387\u03A4ft\u0180ART\u0390\u0396\u03A1rrow;\u61D0ightArrow;\u61D4e\xE5\u02CAng\u0100LR\u03AB\u03C4eft\u0100AR\u03B3\u03B9rrow;\u67F8ightArrow;\u67FAightArrow;\u67F9ight\u0100AT\u03D8\u03DErrow;\u61D2ee;\u62A8p\u0241\u03E9\0\0\u03EFrrow;\u61D1ownArrow;\u61D5erticalBar;\u6225n\u0300ABLRTa\u0412\u042A\u0430\u045E\u047F\u037Crrow\u0180;BU\u041D\u041E\u0422\u6193ar;\u6913pArrow;\u61F5reve;\u4311eft\u02D2\u043A\0\u0446\0\u0450ightVector;\u6950eeVector;\u695Eector\u0100;B\u0459\u045A\u61BDar;\u6956ight\u01D4\u0467\0\u0471eeVector;\u695Fector\u0100;B\u047A\u047B\u61C1ar;\u6957ee\u0100;A\u0486\u0487\u62A4rrow;\u61A7\u0100ct\u0492\u0497r;\uC000\u{1D49F}rok;\u4110\u0800NTacdfglmopqstux\u04BD\u04C0\u04C4\u04CB\u04DE\u04E2\u04E7\u04EE\u04F5\u0521\u052F\u0536\u0552\u055D\u0560\u0565G;\u414AH\u803B\xD0\u40D0cute\u803B\xC9\u40C9\u0180aiy\u04D2\u04D7\u04DCron;\u411Arc\u803B\xCA\u40CA;\u442Dot;\u4116r;\uC000\u{1D508}rave\u803B\xC8\u40C8ement;\u6208\u0100ap\u04FA\u04FEcr;\u4112ty\u0253\u0506\0\0\u0512mallSquare;\u65FBerySmallSquare;\u65AB\u0100gp\u0526\u052Aon;\u4118f;\uC000\u{1D53C}silon;\u4395u\u0100ai\u053C\u0549l\u0100;T\u0542\u0543\u6A75ilde;\u6242librium;\u61CC\u0100ci\u0557\u055Ar;\u6130m;\u6A73a;\u4397ml\u803B\xCB\u40CB\u0100ip\u056A\u056Fsts;\u6203onentialE;\u6147\u0280cfios\u0585\u0588\u058D\u05B2\u05CCy;\u4424r;\uC000\u{1D509}lled\u0253\u0597\0\0\u05A3mallSquare;\u65FCerySmallSquare;\u65AA\u0370\u05BA\0\u05BF\0\0\u05C4f;\uC000\u{1D53D}All;\u6200riertrf;\u6131c\xF2\u05CB\u0600JTabcdfgorst\u05E8\u05EC\u05EF\u05FA\u0600\u0612\u0616\u061B\u061D\u0623\u066C\u0672cy;\u4403\u803B>\u403Emma\u0100;d\u05F7\u05F8\u4393;\u43DCreve;\u411E\u0180eiy\u0607\u060C\u0610dil;\u4122rc;\u411C;\u4413ot;\u4120r;\uC000\u{1D50A};\u62D9pf;\uC000\u{1D53E}eater\u0300EFGLST\u0635\u0644\u064E\u0656\u065B\u0666qual\u0100;L\u063E\u063F\u6265ess;\u62DBullEqual;\u6267reater;\u6AA2ess;\u6277lantEqual;\u6A7Eilde;\u6273cr;\uC000\u{1D4A2};\u626B\u0400Aacfiosu\u0685\u068B\u0696\u069B\u069E\u06AA\u06BE\u06CARDcy;\u442A\u0100ct\u0690\u0694ek;\u42C7;\u405Eirc;\u4124r;\u610ClbertSpace;\u610B\u01F0\u06AF\0\u06B2f;\u610DizontalLine;\u6500\u0100ct\u06C3\u06C5\xF2\u06A9rok;\u4126mp\u0144\u06D0\u06D8ownHum\xF0\u012Fqual;\u624F\u0700EJOacdfgmnostu\u06FA\u06FE\u0703\u0707\u070E\u071A\u071E\u0721\u0728\u0744\u0778\u078B\u078F\u0795cy;\u4415lig;\u4132cy;\u4401cute\u803B\xCD\u40CD\u0100iy\u0713\u0718rc\u803B\xCE\u40CE;\u4418ot;\u4130r;\u6111rave\u803B\xCC\u40CC\u0180;ap\u0720\u072F\u073F\u0100cg\u0734\u0737r;\u412AinaryI;\u6148lie\xF3\u03DD\u01F4\u0749\0\u0762\u0100;e\u074D\u074E\u622C\u0100gr\u0753\u0758ral;\u622Bsection;\u62C2isible\u0100CT\u076C\u0772omma;\u6063imes;\u6062\u0180gpt\u077F\u0783\u0788on;\u412Ef;\uC000\u{1D540}a;\u4399cr;\u6110ilde;\u4128\u01EB\u079A\0\u079Ecy;\u4406l\u803B\xCF\u40CF\u0280cfosu\u07AC\u07B7\u07BC\u07C2\u07D0\u0100iy\u07B1\u07B5rc;\u4134;\u4419r;\uC000\u{1D50D}pf;\uC000\u{1D541}\u01E3\u07C7\0\u07CCr;\uC000\u{1D4A5}rcy;\u4408kcy;\u4404\u0380HJacfos\u07E4\u07E8\u07EC\u07F1\u07FD\u0802\u0808cy;\u4425cy;\u440Cppa;\u439A\u0100ey\u07F6\u07FBdil;\u4136;\u441Ar;\uC000\u{1D50E}pf;\uC000\u{1D542}cr;\uC000\u{1D4A6}\u0580JTaceflmost\u0825\u0829\u082C\u0850\u0863\u09B3\u09B8\u09C7\u09CD\u0A37\u0A47cy;\u4409\u803B<\u403C\u0280cmnpr\u0837\u083C\u0841\u0844\u084Dute;\u4139bda;\u439Bg;\u67EAlacetrf;\u6112r;\u619E\u0180aey\u0857\u085C\u0861ron;\u413Ddil;\u413B;\u441B\u0100fs\u0868\u0970t\u0500ACDFRTUVar\u087E\u08A9\u08B1\u08E0\u08E6\u08FC\u092F\u095B\u0390\u096A\u0100nr\u0883\u088FgleBracket;\u67E8row\u0180;BR\u0899\u089A\u089E\u6190ar;\u61E4ightArrow;\u61C6eiling;\u6308o\u01F5\u08B7\0\u08C3bleBracket;\u67E6n\u01D4\u08C8\0\u08D2eeVector;\u6961ector\u0100;B\u08DB\u08DC\u61C3ar;\u6959loor;\u630Aight\u0100AV\u08EF\u08F5rrow;\u6194ector;\u694E\u0100er\u0901\u0917e\u0180;AV\u0909\u090A\u0910\u62A3rrow;\u61A4ector;\u695Aiangle\u0180;BE\u0924\u0925\u0929\u62B2ar;\u69CFqual;\u62B4p\u0180DTV\u0937\u0942\u094CownVector;\u6951eeVector;\u6960ector\u0100;B\u0956\u0957\u61BFar;\u6958ector\u0100;B\u0965\u0966\u61BCar;\u6952ight\xE1\u039Cs\u0300EFGLST\u097E\u098B\u0995\u099D\u09A2\u09ADqualGreater;\u62DAullEqual;\u6266reater;\u6276ess;\u6AA1lantEqual;\u6A7Dilde;\u6272r;\uC000\u{1D50F}\u0100;e\u09BD\u09BE\u62D8ftarrow;\u61DAidot;\u413F\u0180npw\u09D4\u0A16\u0A1Bg\u0200LRlr\u09DE\u09F7\u0A02\u0A10eft\u0100AR\u09E6\u09ECrrow;\u67F5ightArrow;\u67F7ightArrow;\u67F6eft\u0100ar\u03B3\u0A0Aight\xE1\u03BFight\xE1\u03CAf;\uC000\u{1D543}er\u0100LR\u0A22\u0A2CeftArrow;\u6199ightArrow;\u6198\u0180cht\u0A3E\u0A40\u0A42\xF2\u084C;\u61B0rok;\u4141;\u626A\u0400acefiosu\u0A5A\u0A5D\u0A60\u0A77\u0A7C\u0A85\u0A8B\u0A8Ep;\u6905y;\u441C\u0100dl\u0A65\u0A6FiumSpace;\u605Flintrf;\u6133r;\uC000\u{1D510}nusPlus;\u6213pf;\uC000\u{1D544}c\xF2\u0A76;\u439C\u0480Jacefostu\u0AA3\u0AA7\u0AAD\u0AC0\u0B14\u0B19\u0D91\u0D97\u0D9Ecy;\u440Acute;\u4143\u0180aey\u0AB4\u0AB9\u0ABEron;\u4147dil;\u4145;\u441D\u0180gsw\u0AC7\u0AF0\u0B0Eative\u0180MTV\u0AD3\u0ADF\u0AE8ediumSpace;\u600Bhi\u0100cn\u0AE6\u0AD8\xEB\u0AD9eryThi\xEE\u0AD9ted\u0100GL\u0AF8\u0B06reaterGreate\xF2\u0673essLes\xF3\u0A48Line;\u400Ar;\uC000\u{1D511}\u0200Bnpt\u0B22\u0B28\u0B37\u0B3Areak;\u6060BreakingSpace;\u40A0f;\u6115\u0680;CDEGHLNPRSTV\u0B55\u0B56\u0B6A\u0B7C\u0BA1\u0BEB\u0C04\u0C5E\u0C84\u0CA6\u0CD8\u0D61\u0D85\u6AEC\u0100ou\u0B5B\u0B64ngruent;\u6262pCap;\u626DoubleVerticalBar;\u6226\u0180lqx\u0B83\u0B8A\u0B9Bement;\u6209ual\u0100;T\u0B92\u0B93\u6260ilde;\uC000\u2242\u0338ists;\u6204reater\u0380;EFGLST\u0BB6\u0BB7\u0BBD\u0BC9\u0BD3\u0BD8\u0BE5\u626Fqual;\u6271ullEqual;\uC000\u2267\u0338reater;\uC000\u226B\u0338ess;\u6279lantEqual;\uC000\u2A7E\u0338ilde;\u6275ump\u0144\u0BF2\u0BFDownHump;\uC000\u224E\u0338qual;\uC000\u224F\u0338e\u0100fs\u0C0A\u0C27tTriangle\u0180;BE\u0C1A\u0C1B\u0C21\u62EAar;\uC000\u29CF\u0338qual;\u62ECs\u0300;EGLST\u0C35\u0C36\u0C3C\u0C44\u0C4B\u0C58\u626Equal;\u6270reater;\u6278ess;\uC000\u226A\u0338lantEqual;\uC000\u2A7D\u0338ilde;\u6274ested\u0100GL\u0C68\u0C79reaterGreater;\uC000\u2AA2\u0338essLess;\uC000\u2AA1\u0338recedes\u0180;ES\u0C92\u0C93\u0C9B\u6280qual;\uC000\u2AAF\u0338lantEqual;\u62E0\u0100ei\u0CAB\u0CB9verseElement;\u620CghtTriangle\u0180;BE\u0CCB\u0CCC\u0CD2\u62EBar;\uC000\u29D0\u0338qual;\u62ED\u0100qu\u0CDD\u0D0CuareSu\u0100bp\u0CE8\u0CF9set\u0100;E\u0CF0\u0CF3\uC000\u228F\u0338qual;\u62E2erset\u0100;E\u0D03\u0D06\uC000\u2290\u0338qual;\u62E3\u0180bcp\u0D13\u0D24\u0D4Eset\u0100;E\u0D1B\u0D1E\uC000\u2282\u20D2qual;\u6288ceeds\u0200;EST\u0D32\u0D33\u0D3B\u0D46\u6281qual;\uC000\u2AB0\u0338lantEqual;\u62E1ilde;\uC000\u227F\u0338erset\u0100;E\u0D58\u0D5B\uC000\u2283\u20D2qual;\u6289ilde\u0200;EFT\u0D6E\u0D6F\u0D75\u0D7F\u6241qual;\u6244ullEqual;\u6247ilde;\u6249erticalBar;\u6224cr;\uC000\u{1D4A9}ilde\u803B\xD1\u40D1;\u439D\u0700Eacdfgmoprstuv\u0DBD\u0DC2\u0DC9\u0DD5\u0DDB\u0DE0\u0DE7\u0DFC\u0E02\u0E20\u0E22\u0E32\u0E3F\u0E44lig;\u4152cute\u803B\xD3\u40D3\u0100iy\u0DCE\u0DD3rc\u803B\xD4\u40D4;\u441Eblac;\u4150r;\uC000\u{1D512}rave\u803B\xD2\u40D2\u0180aei\u0DEE\u0DF2\u0DF6cr;\u414Cga;\u43A9cron;\u439Fpf;\uC000\u{1D546}enCurly\u0100DQ\u0E0E\u0E1AoubleQuote;\u601Cuote;\u6018;\u6A54\u0100cl\u0E27\u0E2Cr;\uC000\u{1D4AA}ash\u803B\xD8\u40D8i\u016C\u0E37\u0E3Cde\u803B\xD5\u40D5es;\u6A37ml\u803B\xD6\u40D6er\u0100BP\u0E4B\u0E60\u0100ar\u0E50\u0E53r;\u603Eac\u0100ek\u0E5A\u0E5C;\u63DEet;\u63B4arenthesis;\u63DC\u0480acfhilors\u0E7F\u0E87\u0E8A\u0E8F\u0E92\u0E94\u0E9D\u0EB0\u0EFCrtialD;\u6202y;\u441Fr;\uC000\u{1D513}i;\u43A6;\u43A0usMinus;\u40B1\u0100ip\u0EA2\u0EADncareplan\xE5\u069Df;\u6119\u0200;eio\u0EB9\u0EBA\u0EE0\u0EE4\u6ABBcedes\u0200;EST\u0EC8\u0EC9\u0ECF\u0EDA\u627Aqual;\u6AAFlantEqual;\u627Cilde;\u627Eme;\u6033\u0100dp\u0EE9\u0EEEuct;\u620Fortion\u0100;a\u0225\u0EF9l;\u621D\u0100ci\u0F01\u0F06r;\uC000\u{1D4AB};\u43A8\u0200Ufos\u0F11\u0F16\u0F1B\u0F1FOT\u803B"\u4022r;\uC000\u{1D514}pf;\u611Acr;\uC000\u{1D4AC}\u0600BEacefhiorsu\u0F3E\u0F43\u0F47\u0F60\u0F73\u0FA7\u0FAA\u0FAD\u1096\u10A9\u10B4\u10BEarr;\u6910G\u803B\xAE\u40AE\u0180cnr\u0F4E\u0F53\u0F56ute;\u4154g;\u67EBr\u0100;t\u0F5C\u0F5D\u61A0l;\u6916\u0180aey\u0F67\u0F6C\u0F71ron;\u4158dil;\u4156;\u4420\u0100;v\u0F78\u0F79\u611Cerse\u0100EU\u0F82\u0F99\u0100lq\u0F87\u0F8Eement;\u620Builibrium;\u61CBpEquilibrium;\u696Fr\xBB\u0F79o;\u43A1ght\u0400ACDFTUVa\u0FC1\u0FEB\u0FF3\u1022\u1028\u105B\u1087\u03D8\u0100nr\u0FC6\u0FD2gleBracket;\u67E9row\u0180;BL\u0FDC\u0FDD\u0FE1\u6192ar;\u61E5eftArrow;\u61C4eiling;\u6309o\u01F5\u0FF9\0\u1005bleBracket;\u67E7n\u01D4\u100A\0\u1014eeVector;\u695Dector\u0100;B\u101D\u101E\u61C2ar;\u6955loor;\u630B\u0100er\u102D\u1043e\u0180;AV\u1035\u1036\u103C\u62A2rrow;\u61A6ector;\u695Biangle\u0180;BE\u1050\u1051\u1055\u62B3ar;\u69D0qual;\u62B5p\u0180DTV\u1063\u106E\u1078ownVector;\u694FeeVector;\u695Cector\u0100;B\u1082\u1083\u61BEar;\u6954ector\u0100;B\u1091\u1092\u61C0ar;\u6953\u0100pu\u109B\u109Ef;\u611DndImplies;\u6970ightarrow;\u61DB\u0100ch\u10B9\u10BCr;\u611B;\u61B1leDelayed;\u69F4\u0680HOacfhimoqstu\u10E4\u10F1\u10F7\u10FD\u1119\u111E\u1151\u1156\u1161\u1167\u11B5\u11BB\u11BF\u0100Cc\u10E9\u10EEHcy;\u4429y;\u4428FTcy;\u442Ccute;\u415A\u0280;aeiy\u1108\u1109\u110E\u1113\u1117\u6ABCron;\u4160dil;\u415Erc;\u415C;\u4421r;\uC000\u{1D516}ort\u0200DLRU\u112A\u1134\u113E\u1149ownArrow\xBB\u041EeftArrow\xBB\u089AightArrow\xBB\u0FDDpArrow;\u6191gma;\u43A3allCircle;\u6218pf;\uC000\u{1D54A}\u0272\u116D\0\0\u1170t;\u621Aare\u0200;ISU\u117B\u117C\u1189\u11AF\u65A1ntersection;\u6293u\u0100bp\u118F\u119Eset\u0100;E\u1197\u1198\u628Fqual;\u6291erset\u0100;E\u11A8\u11A9\u6290qual;\u6292nion;\u6294cr;\uC000\u{1D4AE}ar;\u62C6\u0200bcmp\u11C8\u11DB\u1209\u120B\u0100;s\u11CD\u11CE\u62D0et\u0100;E\u11CD\u11D5qual;\u6286\u0100ch\u11E0\u1205eeds\u0200;EST\u11ED\u11EE\u11F4\u11FF\u627Bqual;\u6AB0lantEqual;\u627Dilde;\u627FTh\xE1\u0F8C;\u6211\u0180;es\u1212\u1213\u1223\u62D1rset\u0100;E\u121C\u121D\u6283qual;\u6287et\xBB\u1213\u0580HRSacfhiors\u123E\u1244\u1249\u1255\u125E\u1271\u1276\u129F\u12C2\u12C8\u12D1ORN\u803B\xDE\u40DEADE;\u6122\u0100Hc\u124E\u1252cy;\u440By;\u4426\u0100bu\u125A\u125C;\u4009;\u43A4\u0180aey\u1265\u126A\u126Fron;\u4164dil;\u4162;\u4422r;\uC000\u{1D517}\u0100ei\u127B\u1289\u01F2\u1280\0\u1287efore;\u6234a;\u4398\u0100cn\u128E\u1298kSpace;\uC000\u205F\u200ASpace;\u6009lde\u0200;EFT\u12AB\u12AC\u12B2\u12BC\u623Cqual;\u6243ullEqual;\u6245ilde;\u6248pf;\uC000\u{1D54B}ipleDot;\u60DB\u0100ct\u12D6\u12DBr;\uC000\u{1D4AF}rok;\u4166\u0AE1\u12F7\u130E\u131A\u1326\0\u132C\u1331\0\0\0\0\0\u1338\u133D\u1377\u1385\0\u13FF\u1404\u140A\u1410\u0100cr\u12FB\u1301ute\u803B\xDA\u40DAr\u0100;o\u1307\u1308\u619Fcir;\u6949r\u01E3\u1313\0\u1316y;\u440Eve;\u416C\u0100iy\u131E\u1323rc\u803B\xDB\u40DB;\u4423blac;\u4170r;\uC000\u{1D518}rave\u803B\xD9\u40D9acr;\u416A\u0100di\u1341\u1369er\u0100BP\u1348\u135D\u0100ar\u134D\u1350r;\u405Fac\u0100ek\u1357\u1359;\u63DFet;\u63B5arenthesis;\u63DDon\u0100;P\u1370\u1371\u62C3lus;\u628E\u0100gp\u137B\u137Fon;\u4172f;\uC000\u{1D54C}\u0400ADETadps\u1395\u13AE\u13B8\u13C4\u03E8\u13D2\u13D7\u13F3rrow\u0180;BD\u1150\u13A0\u13A4ar;\u6912ownArrow;\u61C5ownArrow;\u6195quilibrium;\u696Eee\u0100;A\u13CB\u13CC\u62A5rrow;\u61A5own\xE1\u03F3er\u0100LR\u13DE\u13E8eftArrow;\u6196ightArrow;\u6197i\u0100;l\u13F9\u13FA\u43D2on;\u43A5ing;\u416Ecr;\uC000\u{1D4B0}ilde;\u4168ml\u803B\xDC\u40DC\u0480Dbcdefosv\u1427\u142C\u1430\u1433\u143E\u1485\u148A\u1490\u1496ash;\u62ABar;\u6AEBy;\u4412ash\u0100;l\u143B\u143C\u62A9;\u6AE6\u0100er\u1443\u1445;\u62C1\u0180bty\u144C\u1450\u147Aar;\u6016\u0100;i\u144F\u1455cal\u0200BLST\u1461\u1465\u146A\u1474ar;\u6223ine;\u407Ceparator;\u6758ilde;\u6240ThinSpace;\u600Ar;\uC000\u{1D519}pf;\uC000\u{1D54D}cr;\uC000\u{1D4B1}dash;\u62AA\u0280cefos\u14A7\u14AC\u14B1\u14B6\u14BCirc;\u4174dge;\u62C0r;\uC000\u{1D51A}pf;\uC000\u{1D54E}cr;\uC000\u{1D4B2}\u0200fios\u14CB\u14D0\u14D2\u14D8r;\uC000\u{1D51B};\u439Epf;\uC000\u{1D54F}cr;\uC000\u{1D4B3}\u0480AIUacfosu\u14F1\u14F5\u14F9\u14FD\u1504\u150F\u1514\u151A\u1520cy;\u442Fcy;\u4407cy;\u442Ecute\u803B\xDD\u40DD\u0100iy\u1509\u150Drc;\u4176;\u442Br;\uC000\u{1D51C}pf;\uC000\u{1D550}cr;\uC000\u{1D4B4}ml;\u4178\u0400Hacdefos\u1535\u1539\u153F\u154B\u154F\u155D\u1560\u1564cy;\u4416cute;\u4179\u0100ay\u1544\u1549ron;\u417D;\u4417ot;\u417B\u01F2\u1554\0\u155BoWidt\xE8\u0AD9a;\u4396r;\u6128pf;\u6124cr;\uC000\u{1D4B5}\u0BE1\u1583\u158A\u1590\0\u15B0\u15B6\u15BF\0\0\0\0\u15C6\u15DB\u15EB\u165F\u166D\0\u1695\u169B\u16B2\u16B9\0\u16BEcute\u803B\xE1\u40E1reve;\u4103\u0300;Ediuy\u159C\u159D\u15A1\u15A3\u15A8\u15AD\u623E;\uC000\u223E\u0333;\u623Frc\u803B\xE2\u40E2te\u80BB\xB4\u0306;\u4430lig\u803B\xE6\u40E6\u0100;r\xB2\u15BA;\uC000\u{1D51E}rave\u803B\xE0\u40E0\u0100ep\u15CA\u15D6\u0100fp\u15CF\u15D4sym;\u6135\xE8\u15D3ha;\u43B1\u0100ap\u15DFc\u0100cl\u15E4\u15E7r;\u4101g;\u6A3F\u0264\u15F0\0\0\u160A\u0280;adsv\u15FA\u15FB\u15FF\u1601\u1607\u6227nd;\u6A55;\u6A5Clope;\u6A58;\u6A5A\u0380;elmrsz\u1618\u1619\u161B\u161E\u163F\u164F\u1659\u6220;\u69A4e\xBB\u1619sd\u0100;a\u1625\u1626\u6221\u0461\u1630\u1632\u1634\u1636\u1638\u163A\u163C\u163E;\u69A8;\u69A9;\u69AA;\u69AB;\u69AC;\u69AD;\u69AE;\u69AFt\u0100;v\u1645\u1646\u621Fb\u0100;d\u164C\u164D\u62BE;\u699D\u0100pt\u1654\u1657h;\u6222\xBB\xB9arr;\u637C\u0100gp\u1663\u1667on;\u4105f;\uC000\u{1D552}\u0380;Eaeiop\u12C1\u167B\u167D\u1682\u1684\u1687\u168A;\u6A70cir;\u6A6F;\u624Ad;\u624Bs;\u4027rox\u0100;e\u12C1\u1692\xF1\u1683ing\u803B\xE5\u40E5\u0180cty\u16A1\u16A6\u16A8r;\uC000\u{1D4B6};\u402Amp\u0100;e\u12C1\u16AF\xF1\u0288ilde\u803B\xE3\u40E3ml\u803B\xE4\u40E4\u0100ci\u16C2\u16C8onin\xF4\u0272nt;\u6A11\u0800Nabcdefiklnoprsu\u16ED\u16F1\u1730\u173C\u1743\u1748\u1778\u177D\u17E0\u17E6\u1839\u1850\u170D\u193D\u1948\u1970ot;\u6AED\u0100cr\u16F6\u171Ek\u0200ceps\u1700\u1705\u170D\u1713ong;\u624Cpsilon;\u43F6rime;\u6035im\u0100;e\u171A\u171B\u623Dq;\u62CD\u0176\u1722\u1726ee;\u62BDed\u0100;g\u172C\u172D\u6305e\xBB\u172Drk\u0100;t\u135C\u1737brk;\u63B6\u0100oy\u1701\u1741;\u4431quo;\u601E\u0280cmprt\u1753\u175B\u1761\u1764\u1768aus\u0100;e\u010A\u0109ptyv;\u69B0s\xE9\u170Cno\xF5\u0113\u0180ahw\u176F\u1771\u1773;\u43B2;\u6136een;\u626Cr;\uC000\u{1D51F}g\u0380costuvw\u178D\u179D\u17B3\u17C1\u17D5\u17DB\u17DE\u0180aiu\u1794\u1796\u179A\xF0\u0760rc;\u65EFp\xBB\u1371\u0180dpt\u17A4\u17A8\u17ADot;\u6A00lus;\u6A01imes;\u6A02\u0271\u17B9\0\0\u17BEcup;\u6A06ar;\u6605riangle\u0100du\u17CD\u17D2own;\u65BDp;\u65B3plus;\u6A04e\xE5\u1444\xE5\u14ADarow;\u690D\u0180ako\u17ED\u1826\u1835\u0100cn\u17F2\u1823k\u0180lst\u17FA\u05AB\u1802ozenge;\u69EBriangle\u0200;dlr\u1812\u1813\u1818\u181D\u65B4own;\u65BEeft;\u65C2ight;\u65B8k;\u6423\u01B1\u182B\0\u1833\u01B2\u182F\0\u1831;\u6592;\u65914;\u6593ck;\u6588\u0100eo\u183E\u184D\u0100;q\u1843\u1846\uC000=\u20E5uiv;\uC000\u2261\u20E5t;\u6310\u0200ptwx\u1859\u185E\u1867\u186Cf;\uC000\u{1D553}\u0100;t\u13CB\u1863om\xBB\u13CCtie;\u62C8\u0600DHUVbdhmptuv\u1885\u1896\u18AA\u18BB\u18D7\u18DB\u18EC\u18FF\u1905\u190A\u1910\u1921\u0200LRlr\u188E\u1890\u1892\u1894;\u6557;\u6554;\u6556;\u6553\u0280;DUdu\u18A1\u18A2\u18A4\u18A6\u18A8\u6550;\u6566;\u6569;\u6564;\u6567\u0200LRlr\u18B3\u18B5\u18B7\u18B9;\u655D;\u655A;\u655C;\u6559\u0380;HLRhlr\u18CA\u18CB\u18CD\u18CF\u18D1\u18D3\u18D5\u6551;\u656C;\u6563;\u6560;\u656B;\u6562;\u655Fox;\u69C9\u0200LRlr\u18E4\u18E6\u18E8\u18EA;\u6555;\u6552;\u6510;\u650C\u0280;DUdu\u06BD\u18F7\u18F9\u18FB\u18FD;\u6565;\u6568;\u652C;\u6534inus;\u629Flus;\u629Eimes;\u62A0\u0200LRlr\u1919\u191B\u191D\u191F;\u655B;\u6558;\u6518;\u6514\u0380;HLRhlr\u1930\u1931\u1933\u1935\u1937\u1939\u193B\u6502;\u656A;\u6561;\u655E;\u653C;\u6524;\u651C\u0100ev\u0123\u1942bar\u803B\xA6\u40A6\u0200ceio\u1951\u1956\u195A\u1960r;\uC000\u{1D4B7}mi;\u604Fm\u0100;e\u171A\u171Cl\u0180;bh\u1968\u1969\u196B\u405C;\u69C5sub;\u67C8\u016C\u1974\u197El\u0100;e\u1979\u197A\u6022t\xBB\u197Ap\u0180;Ee\u012F\u1985\u1987;\u6AAE\u0100;q\u06DC\u06DB\u0CE1\u19A7\0\u19E8\u1A11\u1A15\u1A32\0\u1A37\u1A50\0\0\u1AB4\0\0\u1AC1\0\0\u1B21\u1B2E\u1B4D\u1B52\0\u1BFD\0\u1C0C\u0180cpr\u19AD\u19B2\u19DDute;\u4107\u0300;abcds\u19BF\u19C0\u19C4\u19CA\u19D5\u19D9\u6229nd;\u6A44rcup;\u6A49\u0100au\u19CF\u19D2p;\u6A4Bp;\u6A47ot;\u6A40;\uC000\u2229\uFE00\u0100eo\u19E2\u19E5t;\u6041\xEE\u0693\u0200aeiu\u19F0\u19FB\u1A01\u1A05\u01F0\u19F5\0\u19F8s;\u6A4Don;\u410Ddil\u803B\xE7\u40E7rc;\u4109ps\u0100;s\u1A0C\u1A0D\u6A4Cm;\u6A50ot;\u410B\u0180dmn\u1A1B\u1A20\u1A26il\u80BB\xB8\u01ADptyv;\u69B2t\u8100\xA2;e\u1A2D\u1A2E\u40A2r\xE4\u01B2r;\uC000\u{1D520}\u0180cei\u1A3D\u1A40\u1A4Dy;\u4447ck\u0100;m\u1A47\u1A48\u6713ark\xBB\u1A48;\u43C7r\u0380;Ecefms\u1A5F\u1A60\u1A62\u1A6B\u1AA4\u1AAA\u1AAE\u65CB;\u69C3\u0180;el\u1A69\u1A6A\u1A6D\u42C6q;\u6257e\u0261\u1A74\0\0\u1A88rrow\u0100lr\u1A7C\u1A81eft;\u61BAight;\u61BB\u0280RSacd\u1A92\u1A94\u1A96\u1A9A\u1A9F\xBB\u0F47;\u64C8st;\u629Birc;\u629Aash;\u629Dnint;\u6A10id;\u6AEFcir;\u69C2ubs\u0100;u\u1ABB\u1ABC\u6663it\xBB\u1ABC\u02EC\u1AC7\u1AD4\u1AFA\0\u1B0Aon\u0100;e\u1ACD\u1ACE\u403A\u0100;q\xC7\xC6\u026D\u1AD9\0\0\u1AE2a\u0100;t\u1ADE\u1ADF\u402C;\u4040\u0180;fl\u1AE8\u1AE9\u1AEB\u6201\xEE\u1160e\u0100mx\u1AF1\u1AF6ent\xBB\u1AE9e\xF3\u024D\u01E7\u1AFE\0\u1B07\u0100;d\u12BB\u1B02ot;\u6A6Dn\xF4\u0246\u0180fry\u1B10\u1B14\u1B17;\uC000\u{1D554}o\xE4\u0254\u8100\xA9;s\u0155\u1B1Dr;\u6117\u0100ao\u1B25\u1B29rr;\u61B5ss;\u6717\u0100cu\u1B32\u1B37r;\uC000\u{1D4B8}\u0100bp\u1B3C\u1B44\u0100;e\u1B41\u1B42\u6ACF;\u6AD1\u0100;e\u1B49\u1B4A\u6AD0;\u6AD2dot;\u62EF\u0380delprvw\u1B60\u1B6C\u1B77\u1B82\u1BAC\u1BD4\u1BF9arr\u0100lr\u1B68\u1B6A;\u6938;\u6935\u0270\u1B72\0\0\u1B75r;\u62DEc;\u62DFarr\u0100;p\u1B7F\u1B80\u61B6;\u693D\u0300;bcdos\u1B8F\u1B90\u1B96\u1BA1\u1BA5\u1BA8\u622Arcap;\u6A48\u0100au\u1B9B\u1B9Ep;\u6A46p;\u6A4Aot;\u628Dr;\u6A45;\uC000\u222A\uFE00\u0200alrv\u1BB5\u1BBF\u1BDE\u1BE3rr\u0100;m\u1BBC\u1BBD\u61B7;\u693Cy\u0180evw\u1BC7\u1BD4\u1BD8q\u0270\u1BCE\0\0\u1BD2re\xE3\u1B73u\xE3\u1B75ee;\u62CEedge;\u62CFen\u803B\xA4\u40A4earrow\u0100lr\u1BEE\u1BF3eft\xBB\u1B80ight\xBB\u1BBDe\xE4\u1BDD\u0100ci\u1C01\u1C07onin\xF4\u01F7nt;\u6231lcty;\u632D\u0980AHabcdefhijlorstuwz\u1C38\u1C3B\u1C3F\u1C5D\u1C69\u1C75\u1C8A\u1C9E\u1CAC\u1CB7\u1CFB\u1CFF\u1D0D\u1D7B\u1D91\u1DAB\u1DBB\u1DC6\u1DCDr\xF2\u0381ar;\u6965\u0200glrs\u1C48\u1C4D\u1C52\u1C54ger;\u6020eth;\u6138\xF2\u1133h\u0100;v\u1C5A\u1C5B\u6010\xBB\u090A\u016B\u1C61\u1C67arow;\u690Fa\xE3\u0315\u0100ay\u1C6E\u1C73ron;\u410F;\u4434\u0180;ao\u0332\u1C7C\u1C84\u0100gr\u02BF\u1C81r;\u61CAtseq;\u6A77\u0180glm\u1C91\u1C94\u1C98\u803B\xB0\u40B0ta;\u43B4ptyv;\u69B1\u0100ir\u1CA3\u1CA8sht;\u697F;\uC000\u{1D521}ar\u0100lr\u1CB3\u1CB5\xBB\u08DC\xBB\u101E\u0280aegsv\u1CC2\u0378\u1CD6\u1CDC\u1CE0m\u0180;os\u0326\u1CCA\u1CD4nd\u0100;s\u0326\u1CD1uit;\u6666amma;\u43DDin;\u62F2\u0180;io\u1CE7\u1CE8\u1CF8\u40F7de\u8100\xF7;o\u1CE7\u1CF0ntimes;\u62C7n\xF8\u1CF7cy;\u4452c\u026F\u1D06\0\0\u1D0Arn;\u631Eop;\u630D\u0280lptuw\u1D18\u1D1D\u1D22\u1D49\u1D55lar;\u4024f;\uC000\u{1D555}\u0280;emps\u030B\u1D2D\u1D37\u1D3D\u1D42q\u0100;d\u0352\u1D33ot;\u6251inus;\u6238lus;\u6214quare;\u62A1blebarwedg\xE5\xFAn\u0180adh\u112E\u1D5D\u1D67ownarrow\xF3\u1C83arpoon\u0100lr\u1D72\u1D76ef\xF4\u1CB4igh\xF4\u1CB6\u0162\u1D7F\u1D85karo\xF7\u0F42\u026F\u1D8A\0\0\u1D8Ern;\u631Fop;\u630C\u0180cot\u1D98\u1DA3\u1DA6\u0100ry\u1D9D\u1DA1;\uC000\u{1D4B9};\u4455l;\u69F6rok;\u4111\u0100dr\u1DB0\u1DB4ot;\u62F1i\u0100;f\u1DBA\u1816\u65BF\u0100ah\u1DC0\u1DC3r\xF2\u0429a\xF2\u0FA6angle;\u69A6\u0100ci\u1DD2\u1DD5y;\u445Fgrarr;\u67FF\u0900Dacdefglmnopqrstux\u1E01\u1E09\u1E19\u1E38\u0578\u1E3C\u1E49\u1E61\u1E7E\u1EA5\u1EAF\u1EBD\u1EE1\u1F2A\u1F37\u1F44\u1F4E\u1F5A\u0100Do\u1E06\u1D34o\xF4\u1C89\u0100cs\u1E0E\u1E14ute\u803B\xE9\u40E9ter;\u6A6E\u0200aioy\u1E22\u1E27\u1E31\u1E36ron;\u411Br\u0100;c\u1E2D\u1E2E\u6256\u803B\xEA\u40EAlon;\u6255;\u444Dot;\u4117\u0100Dr\u1E41\u1E45ot;\u6252;\uC000\u{1D522}\u0180;rs\u1E50\u1E51\u1E57\u6A9Aave\u803B\xE8\u40E8\u0100;d\u1E5C\u1E5D\u6A96ot;\u6A98\u0200;ils\u1E6A\u1E6B\u1E72\u1E74\u6A99nters;\u63E7;\u6113\u0100;d\u1E79\u1E7A\u6A95ot;\u6A97\u0180aps\u1E85\u1E89\u1E97cr;\u4113ty\u0180;sv\u1E92\u1E93\u1E95\u6205et\xBB\u1E93p\u01001;\u1E9D\u1EA4\u0133\u1EA1\u1EA3;\u6004;\u6005\u6003\u0100gs\u1EAA\u1EAC;\u414Bp;\u6002\u0100gp\u1EB4\u1EB8on;\u4119f;\uC000\u{1D556}\u0180als\u1EC4\u1ECE\u1ED2r\u0100;s\u1ECA\u1ECB\u62D5l;\u69E3us;\u6A71i\u0180;lv\u1EDA\u1EDB\u1EDF\u43B5on\xBB\u1EDB;\u43F5\u0200csuv\u1EEA\u1EF3\u1F0B\u1F23\u0100io\u1EEF\u1E31rc\xBB\u1E2E\u0269\u1EF9\0\0\u1EFB\xED\u0548ant\u0100gl\u1F02\u1F06tr\xBB\u1E5Dess\xBB\u1E7A\u0180aei\u1F12\u1F16\u1F1Als;\u403Dst;\u625Fv\u0100;D\u0235\u1F20D;\u6A78parsl;\u69E5\u0100Da\u1F2F\u1F33ot;\u6253rr;\u6971\u0180cdi\u1F3E\u1F41\u1EF8r;\u612Fo\xF4\u0352\u0100ah\u1F49\u1F4B;\u43B7\u803B\xF0\u40F0\u0100mr\u1F53\u1F57l\u803B\xEB\u40EBo;\u60AC\u0180cip\u1F61\u1F64\u1F67l;\u4021s\xF4\u056E\u0100eo\u1F6C\u1F74ctatio\xEE\u0559nential\xE5\u0579\u09E1\u1F92\0\u1F9E\0\u1FA1\u1FA7\0\0\u1FC6\u1FCC\0\u1FD3\0\u1FE6\u1FEA\u2000\0\u2008\u205Allingdotse\xF1\u1E44y;\u4444male;\u6640\u0180ilr\u1FAD\u1FB3\u1FC1lig;\u8000\uFB03\u0269\u1FB9\0\0\u1FBDg;\u8000\uFB00ig;\u8000\uFB04;\uC000\u{1D523}lig;\u8000\uFB01lig;\uC000fj\u0180alt\u1FD9\u1FDC\u1FE1t;\u666Dig;\u8000\uFB02ns;\u65B1of;\u4192\u01F0\u1FEE\0\u1FF3f;\uC000\u{1D557}\u0100ak\u05BF\u1FF7\u0100;v\u1FFC\u1FFD\u62D4;\u6AD9artint;\u6A0D\u0100ao\u200C\u2055\u0100cs\u2011\u2052\u03B1\u201A\u2030\u2038\u2045\u2048\0\u2050\u03B2\u2022\u2025\u2027\u202A\u202C\0\u202E\u803B\xBD\u40BD;\u6153\u803B\xBC\u40BC;\u6155;\u6159;\u615B\u01B3\u2034\0\u2036;\u6154;\u6156\u02B4\u203E\u2041\0\0\u2043\u803B\xBE\u40BE;\u6157;\u615C5;\u6158\u01B6\u204C\0\u204E;\u615A;\u615D8;\u615El;\u6044wn;\u6322cr;\uC000\u{1D4BB}\u0880Eabcdefgijlnorstv\u2082\u2089\u209F\u20A5\u20B0\u20B4\u20F0\u20F5\u20FA\u20FF\u2103\u2112\u2138\u0317\u213E\u2152\u219E\u0100;l\u064D\u2087;\u6A8C\u0180cmp\u2090\u2095\u209Dute;\u41F5ma\u0100;d\u209C\u1CDA\u43B3;\u6A86reve;\u411F\u0100iy\u20AA\u20AErc;\u411D;\u4433ot;\u4121\u0200;lqs\u063E\u0642\u20BD\u20C9\u0180;qs\u063E\u064C\u20C4lan\xF4\u0665\u0200;cdl\u0665\u20D2\u20D5\u20E5c;\u6AA9ot\u0100;o\u20DC\u20DD\u6A80\u0100;l\u20E2\u20E3\u6A82;\u6A84\u0100;e\u20EA\u20ED\uC000\u22DB\uFE00s;\u6A94r;\uC000\u{1D524}\u0100;g\u0673\u061Bmel;\u6137cy;\u4453\u0200;Eaj\u065A\u210C\u210E\u2110;\u6A92;\u6AA5;\u6AA4\u0200Eaes\u211B\u211D\u2129\u2134;\u6269p\u0100;p\u2123\u2124\u6A8Arox\xBB\u2124\u0100;q\u212E\u212F\u6A88\u0100;q\u212E\u211Bim;\u62E7pf;\uC000\u{1D558}\u0100ci\u2143\u2146r;\u610Am\u0180;el\u066B\u214E\u2150;\u6A8E;\u6A90\u8300>;cdlqr\u05EE\u2160\u216A\u216E\u2173\u2179\u0100ci\u2165\u2167;\u6AA7r;\u6A7Aot;\u62D7Par;\u6995uest;\u6A7C\u0280adels\u2184\u216A\u2190\u0656\u219B\u01F0\u2189\0\u218Epro\xF8\u209Er;\u6978q\u0100lq\u063F\u2196les\xF3\u2088i\xED\u066B\u0100en\u21A3\u21ADrtneqq;\uC000\u2269\uFE00\xC5\u21AA\u0500Aabcefkosy\u21C4\u21C7\u21F1\u21F5\u21FA\u2218\u221D\u222F\u2268\u227Dr\xF2\u03A0\u0200ilmr\u21D0\u21D4\u21D7\u21DBrs\xF0\u1484f\xBB\u2024il\xF4\u06A9\u0100dr\u21E0\u21E4cy;\u444A\u0180;cw\u08F4\u21EB\u21EFir;\u6948;\u61ADar;\u610Firc;\u4125\u0180alr\u2201\u220E\u2213rts\u0100;u\u2209\u220A\u6665it\xBB\u220Alip;\u6026con;\u62B9r;\uC000\u{1D525}s\u0100ew\u2223\u2229arow;\u6925arow;\u6926\u0280amopr\u223A\u223E\u2243\u225E\u2263rr;\u61FFtht;\u623Bk\u0100lr\u2249\u2253eftarrow;\u61A9ightarrow;\u61AAf;\uC000\u{1D559}bar;\u6015\u0180clt\u226F\u2274\u2278r;\uC000\u{1D4BD}as\xE8\u21F4rok;\u4127\u0100bp\u2282\u2287ull;\u6043hen\xBB\u1C5B\u0AE1\u22A3\0\u22AA\0\u22B8\u22C5\u22CE\0\u22D5\u22F3\0\0\u22F8\u2322\u2367\u2362\u237F\0\u2386\u23AA\u23B4cute\u803B\xED\u40ED\u0180;iy\u0771\u22B0\u22B5rc\u803B\xEE\u40EE;\u4438\u0100cx\u22BC\u22BFy;\u4435cl\u803B\xA1\u40A1\u0100fr\u039F\u22C9;\uC000\u{1D526}rave\u803B\xEC\u40EC\u0200;ino\u073E\u22DD\u22E9\u22EE\u0100in\u22E2\u22E6nt;\u6A0Ct;\u622Dfin;\u69DCta;\u6129lig;\u4133\u0180aop\u22FE\u231A\u231D\u0180cgt\u2305\u2308\u2317r;\u412B\u0180elp\u071F\u230F\u2313in\xE5\u078Ear\xF4\u0720h;\u4131f;\u62B7ed;\u41B5\u0280;cfot\u04F4\u232C\u2331\u233D\u2341are;\u6105in\u0100;t\u2338\u2339\u621Eie;\u69DDdo\xF4\u2319\u0280;celp\u0757\u234C\u2350\u235B\u2361al;\u62BA\u0100gr\u2355\u2359er\xF3\u1563\xE3\u234Darhk;\u6A17rod;\u6A3C\u0200cgpt\u236F\u2372\u2376\u237By;\u4451on;\u412Ff;\uC000\u{1D55A}a;\u43B9uest\u803B\xBF\u40BF\u0100ci\u238A\u238Fr;\uC000\u{1D4BE}n\u0280;Edsv\u04F4\u239B\u239D\u23A1\u04F3;\u62F9ot;\u62F5\u0100;v\u23A6\u23A7\u62F4;\u62F3\u0100;i\u0777\u23AElde;\u4129\u01EB\u23B8\0\u23BCcy;\u4456l\u803B\xEF\u40EF\u0300cfmosu\u23CC\u23D7\u23DC\u23E1\u23E7\u23F5\u0100iy\u23D1\u23D5rc;\u4135;\u4439r;\uC000\u{1D527}ath;\u4237pf;\uC000\u{1D55B}\u01E3\u23EC\0\u23F1r;\uC000\u{1D4BF}rcy;\u4458kcy;\u4454\u0400acfghjos\u240B\u2416\u2422\u2427\u242D\u2431\u2435\u243Bppa\u0100;v\u2413\u2414\u43BA;\u43F0\u0100ey\u241B\u2420dil;\u4137;\u443Ar;\uC000\u{1D528}reen;\u4138cy;\u4445cy;\u445Cpf;\uC000\u{1D55C}cr;\uC000\u{1D4C0}\u0B80ABEHabcdefghjlmnoprstuv\u2470\u2481\u2486\u248D\u2491\u250E\u253D\u255A\u2580\u264E\u265E\u2665\u2679\u267D\u269A\u26B2\u26D8\u275D\u2768\u278B\u27C0\u2801\u2812\u0180art\u2477\u247A\u247Cr\xF2\u09C6\xF2\u0395ail;\u691Barr;\u690E\u0100;g\u0994\u248B;\u6A8Bar;\u6962\u0963\u24A5\0\u24AA\0\u24B1\0\0\0\0\0\u24B5\u24BA\0\u24C6\u24C8\u24CD\0\u24F9ute;\u413Amptyv;\u69B4ra\xEE\u084Cbda;\u43BBg\u0180;dl\u088E\u24C1\u24C3;\u6991\xE5\u088E;\u6A85uo\u803B\xAB\u40ABr\u0400;bfhlpst\u0899\u24DE\u24E6\u24E9\u24EB\u24EE\u24F1\u24F5\u0100;f\u089D\u24E3s;\u691Fs;\u691D\xEB\u2252p;\u61ABl;\u6939im;\u6973l;\u61A2\u0180;ae\u24FF\u2500\u2504\u6AABil;\u6919\u0100;s\u2509\u250A\u6AAD;\uC000\u2AAD\uFE00\u0180abr\u2515\u2519\u251Drr;\u690Crk;\u6772\u0100ak\u2522\u252Cc\u0100ek\u2528\u252A;\u407B;\u405B\u0100es\u2531\u2533;\u698Bl\u0100du\u2539\u253B;\u698F;\u698D\u0200aeuy\u2546\u254B\u2556\u2558ron;\u413E\u0100di\u2550\u2554il;\u413C\xEC\u08B0\xE2\u2529;\u443B\u0200cqrs\u2563\u2566\u256D\u257Da;\u6936uo\u0100;r\u0E19\u1746\u0100du\u2572\u2577har;\u6967shar;\u694Bh;\u61B2\u0280;fgqs\u258B\u258C\u0989\u25F3\u25FF\u6264t\u0280ahlrt\u2598\u25A4\u25B7\u25C2\u25E8rrow\u0100;t\u0899\u25A1a\xE9\u24F6arpoon\u0100du\u25AF\u25B4own\xBB\u045Ap\xBB\u0966eftarrows;\u61C7ight\u0180ahs\u25CD\u25D6\u25DErrow\u0100;s\u08F4\u08A7arpoon\xF3\u0F98quigarro\xF7\u21F0hreetimes;\u62CB\u0180;qs\u258B\u0993\u25FAlan\xF4\u09AC\u0280;cdgs\u09AC\u260A\u260D\u261D\u2628c;\u6AA8ot\u0100;o\u2614\u2615\u6A7F\u0100;r\u261A\u261B\u6A81;\u6A83\u0100;e\u2622\u2625\uC000\u22DA\uFE00s;\u6A93\u0280adegs\u2633\u2639\u263D\u2649\u264Bppro\xF8\u24C6ot;\u62D6q\u0100gq\u2643\u2645\xF4\u0989gt\xF2\u248C\xF4\u099Bi\xED\u09B2\u0180ilr\u2655\u08E1\u265Asht;\u697C;\uC000\u{1D529}\u0100;E\u099C\u2663;\u6A91\u0161\u2669\u2676r\u0100du\u25B2\u266E\u0100;l\u0965\u2673;\u696Alk;\u6584cy;\u4459\u0280;acht\u0A48\u2688\u268B\u2691\u2696r\xF2\u25C1orne\xF2\u1D08ard;\u696Bri;\u65FA\u0100io\u269F\u26A4dot;\u4140ust\u0100;a\u26AC\u26AD\u63B0che\xBB\u26AD\u0200Eaes\u26BB\u26BD\u26C9\u26D4;\u6268p\u0100;p\u26C3\u26C4\u6A89rox\xBB\u26C4\u0100;q\u26CE\u26CF\u6A87\u0100;q\u26CE\u26BBim;\u62E6\u0400abnoptwz\u26E9\u26F4\u26F7\u271A\u272F\u2741\u2747\u2750\u0100nr\u26EE\u26F1g;\u67ECr;\u61FDr\xEB\u08C1g\u0180lmr\u26FF\u270D\u2714eft\u0100ar\u09E6\u2707ight\xE1\u09F2apsto;\u67FCight\xE1\u09FDparrow\u0100lr\u2725\u2729ef\xF4\u24EDight;\u61AC\u0180afl\u2736\u2739\u273Dr;\u6985;\uC000\u{1D55D}us;\u6A2Dimes;\u6A34\u0161\u274B\u274Fst;\u6217\xE1\u134E\u0180;ef\u2757\u2758\u1800\u65CAnge\xBB\u2758ar\u0100;l\u2764\u2765\u4028t;\u6993\u0280achmt\u2773\u2776\u277C\u2785\u2787r\xF2\u08A8orne\xF2\u1D8Car\u0100;d\u0F98\u2783;\u696D;\u600Eri;\u62BF\u0300achiqt\u2798\u279D\u0A40\u27A2\u27AE\u27BBquo;\u6039r;\uC000\u{1D4C1}m\u0180;eg\u09B2\u27AA\u27AC;\u6A8D;\u6A8F\u0100bu\u252A\u27B3o\u0100;r\u0E1F\u27B9;\u601Arok;\u4142\u8400<;cdhilqr\u082B\u27D2\u2639\u27DC\u27E0\u27E5\u27EA\u27F0\u0100ci\u27D7\u27D9;\u6AA6r;\u6A79re\xE5\u25F2mes;\u62C9arr;\u6976uest;\u6A7B\u0100Pi\u27F5\u27F9ar;\u6996\u0180;ef\u2800\u092D\u181B\u65C3r\u0100du\u2807\u280Dshar;\u694Ahar;\u6966\u0100en\u2817\u2821rtneqq;\uC000\u2268\uFE00\xC5\u281E\u0700Dacdefhilnopsu\u2840\u2845\u2882\u288E\u2893\u28A0\u28A5\u28A8\u28DA\u28E2\u28E4\u0A83\u28F3\u2902Dot;\u623A\u0200clpr\u284E\u2852\u2863\u287Dr\u803B\xAF\u40AF\u0100et\u2857\u2859;\u6642\u0100;e\u285E\u285F\u6720se\xBB\u285F\u0100;s\u103B\u2868to\u0200;dlu\u103B\u2873\u2877\u287Bow\xEE\u048Cef\xF4\u090F\xF0\u13D1ker;\u65AE\u0100oy\u2887\u288Cmma;\u6A29;\u443Cash;\u6014asuredangle\xBB\u1626r;\uC000\u{1D52A}o;\u6127\u0180cdn\u28AF\u28B4\u28C9ro\u803B\xB5\u40B5\u0200;acd\u1464\u28BD\u28C0\u28C4s\xF4\u16A7ir;\u6AF0ot\u80BB\xB7\u01B5us\u0180;bd\u28D2\u1903\u28D3\u6212\u0100;u\u1D3C\u28D8;\u6A2A\u0163\u28DE\u28E1p;\u6ADB\xF2\u2212\xF0\u0A81\u0100dp\u28E9\u28EEels;\u62A7f;\uC000\u{1D55E}\u0100ct\u28F8\u28FDr;\uC000\u{1D4C2}pos\xBB\u159D\u0180;lm\u2909\u290A\u290D\u43BCtimap;\u62B8\u0C00GLRVabcdefghijlmoprstuvw\u2942\u2953\u297E\u2989\u2998\u29DA\u29E9\u2A15\u2A1A\u2A58\u2A5D\u2A83\u2A95\u2AA4\u2AA8\u2B04\u2B07\u2B44\u2B7F\u2BAE\u2C34\u2C67\u2C7C\u2CE9\u0100gt\u2947\u294B;\uC000\u22D9\u0338\u0100;v\u2950\u0BCF\uC000\u226B\u20D2\u0180elt\u295A\u2972\u2976ft\u0100ar\u2961\u2967rrow;\u61CDightarrow;\u61CE;\uC000\u22D8\u0338\u0100;v\u297B\u0C47\uC000\u226A\u20D2ightarrow;\u61CF\u0100Dd\u298E\u2993ash;\u62AFash;\u62AE\u0280bcnpt\u29A3\u29A7\u29AC\u29B1\u29CCla\xBB\u02DEute;\u4144g;\uC000\u2220\u20D2\u0280;Eiop\u0D84\u29BC\u29C0\u29C5\u29C8;\uC000\u2A70\u0338d;\uC000\u224B\u0338s;\u4149ro\xF8\u0D84ur\u0100;a\u29D3\u29D4\u666El\u0100;s\u29D3\u0B38\u01F3\u29DF\0\u29E3p\u80BB\xA0\u0B37mp\u0100;e\u0BF9\u0C00\u0280aeouy\u29F4\u29FE\u2A03\u2A10\u2A13\u01F0\u29F9\0\u29FB;\u6A43on;\u4148dil;\u4146ng\u0100;d\u0D7E\u2A0Aot;\uC000\u2A6D\u0338p;\u6A42;\u443Dash;\u6013\u0380;Aadqsx\u0B92\u2A29\u2A2D\u2A3B\u2A41\u2A45\u2A50rr;\u61D7r\u0100hr\u2A33\u2A36k;\u6924\u0100;o\u13F2\u13F0ot;\uC000\u2250\u0338ui\xF6\u0B63\u0100ei\u2A4A\u2A4Ear;\u6928\xED\u0B98ist\u0100;s\u0BA0\u0B9Fr;\uC000\u{1D52B}\u0200Eest\u0BC5\u2A66\u2A79\u2A7C\u0180;qs\u0BBC\u2A6D\u0BE1\u0180;qs\u0BBC\u0BC5\u2A74lan\xF4\u0BE2i\xED\u0BEA\u0100;r\u0BB6\u2A81\xBB\u0BB7\u0180Aap\u2A8A\u2A8D\u2A91r\xF2\u2971rr;\u61AEar;\u6AF2\u0180;sv\u0F8D\u2A9C\u0F8C\u0100;d\u2AA1\u2AA2\u62FC;\u62FAcy;\u445A\u0380AEadest\u2AB7\u2ABA\u2ABE\u2AC2\u2AC5\u2AF6\u2AF9r\xF2\u2966;\uC000\u2266\u0338rr;\u619Ar;\u6025\u0200;fqs\u0C3B\u2ACE\u2AE3\u2AEFt\u0100ar\u2AD4\u2AD9rro\xF7\u2AC1ightarro\xF7\u2A90\u0180;qs\u0C3B\u2ABA\u2AEAlan\xF4\u0C55\u0100;s\u0C55\u2AF4\xBB\u0C36i\xED\u0C5D\u0100;r\u0C35\u2AFEi\u0100;e\u0C1A\u0C25i\xE4\u0D90\u0100pt\u2B0C\u2B11f;\uC000\u{1D55F}\u8180\xAC;in\u2B19\u2B1A\u2B36\u40ACn\u0200;Edv\u0B89\u2B24\u2B28\u2B2E;\uC000\u22F9\u0338ot;\uC000\u22F5\u0338\u01E1\u0B89\u2B33\u2B35;\u62F7;\u62F6i\u0100;v\u0CB8\u2B3C\u01E1\u0CB8\u2B41\u2B43;\u62FE;\u62FD\u0180aor\u2B4B\u2B63\u2B69r\u0200;ast\u0B7B\u2B55\u2B5A\u2B5Flle\xEC\u0B7Bl;\uC000\u2AFD\u20E5;\uC000\u2202\u0338lint;\u6A14\u0180;ce\u0C92\u2B70\u2B73u\xE5\u0CA5\u0100;c\u0C98\u2B78\u0100;e\u0C92\u2B7D\xF1\u0C98\u0200Aait\u2B88\u2B8B\u2B9D\u2BA7r\xF2\u2988rr\u0180;cw\u2B94\u2B95\u2B99\u619B;\uC000\u2933\u0338;\uC000\u219D\u0338ghtarrow\xBB\u2B95ri\u0100;e\u0CCB\u0CD6\u0380chimpqu\u2BBD\u2BCD\u2BD9\u2B04\u0B78\u2BE4\u2BEF\u0200;cer\u0D32\u2BC6\u0D37\u2BC9u\xE5\u0D45;\uC000\u{1D4C3}ort\u026D\u2B05\0\0\u2BD6ar\xE1\u2B56m\u0100;e\u0D6E\u2BDF\u0100;q\u0D74\u0D73su\u0100bp\u2BEB\u2BED\xE5\u0CF8\xE5\u0D0B\u0180bcp\u2BF6\u2C11\u2C19\u0200;Ees\u2BFF\u2C00\u0D22\u2C04\u6284;\uC000\u2AC5\u0338et\u0100;e\u0D1B\u2C0Bq\u0100;q\u0D23\u2C00c\u0100;e\u0D32\u2C17\xF1\u0D38\u0200;Ees\u2C22\u2C23\u0D5F\u2C27\u6285;\uC000\u2AC6\u0338et\u0100;e\u0D58\u2C2Eq\u0100;q\u0D60\u2C23\u0200gilr\u2C3D\u2C3F\u2C45\u2C47\xEC\u0BD7lde\u803B\xF1\u40F1\xE7\u0C43iangle\u0100lr\u2C52\u2C5Ceft\u0100;e\u0C1A\u2C5A\xF1\u0C26ight\u0100;e\u0CCB\u2C65\xF1\u0CD7\u0100;m\u2C6C\u2C6D\u43BD\u0180;es\u2C74\u2C75\u2C79\u4023ro;\u6116p;\u6007\u0480DHadgilrs\u2C8F\u2C94\u2C99\u2C9E\u2CA3\u2CB0\u2CB6\u2CD3\u2CE3ash;\u62ADarr;\u6904p;\uC000\u224D\u20D2ash;\u62AC\u0100et\u2CA8\u2CAC;\uC000\u2265\u20D2;\uC000>\u20D2nfin;\u69DE\u0180Aet\u2CBD\u2CC1\u2CC5rr;\u6902;\uC000\u2264\u20D2\u0100;r\u2CCA\u2CCD\uC000<\u20D2ie;\uC000\u22B4\u20D2\u0100At\u2CD8\u2CDCrr;\u6903rie;\uC000\u22B5\u20D2im;\uC000\u223C\u20D2\u0180Aan\u2CF0\u2CF4\u2D02rr;\u61D6r\u0100hr\u2CFA\u2CFDk;\u6923\u0100;o\u13E7\u13E5ear;\u6927\u1253\u1A95\0\0\0\0\0\0\0\0\0\0\0\0\0\u2D2D\0\u2D38\u2D48\u2D60\u2D65\u2D72\u2D84\u1B07\0\0\u2D8D\u2DAB\0\u2DC8\u2DCE\0\u2DDC\u2E19\u2E2B\u2E3E\u2E43\u0100cs\u2D31\u1A97ute\u803B\xF3\u40F3\u0100iy\u2D3C\u2D45r\u0100;c\u1A9E\u2D42\u803B\xF4\u40F4;\u443E\u0280abios\u1AA0\u2D52\u2D57\u01C8\u2D5Alac;\u4151v;\u6A38old;\u69BClig;\u4153\u0100cr\u2D69\u2D6Dir;\u69BF;\uC000\u{1D52C}\u036F\u2D79\0\0\u2D7C\0\u2D82n;\u42DBave\u803B\xF2\u40F2;\u69C1\u0100bm\u2D88\u0DF4ar;\u69B5\u0200acit\u2D95\u2D98\u2DA5\u2DA8r\xF2\u1A80\u0100ir\u2D9D\u2DA0r;\u69BEoss;\u69BBn\xE5\u0E52;\u69C0\u0180aei\u2DB1\u2DB5\u2DB9cr;\u414Dga;\u43C9\u0180cdn\u2DC0\u2DC5\u01CDron;\u43BF;\u69B6pf;\uC000\u{1D560}\u0180ael\u2DD4\u2DD7\u01D2r;\u69B7rp;\u69B9\u0380;adiosv\u2DEA\u2DEB\u2DEE\u2E08\u2E0D\u2E10\u2E16\u6228r\xF2\u1A86\u0200;efm\u2DF7\u2DF8\u2E02\u2E05\u6A5Dr\u0100;o\u2DFE\u2DFF\u6134f\xBB\u2DFF\u803B\xAA\u40AA\u803B\xBA\u40BAgof;\u62B6r;\u6A56lope;\u6A57;\u6A5B\u0180clo\u2E1F\u2E21\u2E27\xF2\u2E01ash\u803B\xF8\u40F8l;\u6298i\u016C\u2E2F\u2E34de\u803B\xF5\u40F5es\u0100;a\u01DB\u2E3As;\u6A36ml\u803B\xF6\u40F6bar;\u633D\u0AE1\u2E5E\0\u2E7D\0\u2E80\u2E9D\0\u2EA2\u2EB9\0\0\u2ECB\u0E9C\0\u2F13\0\0\u2F2B\u2FBC\0\u2FC8r\u0200;ast\u0403\u2E67\u2E72\u0E85\u8100\xB6;l\u2E6D\u2E6E\u40B6le\xEC\u0403\u0269\u2E78\0\0\u2E7Bm;\u6AF3;\u6AFDy;\u443Fr\u0280cimpt\u2E8B\u2E8F\u2E93\u1865\u2E97nt;\u4025od;\u402Eil;\u6030enk;\u6031r;\uC000\u{1D52D}\u0180imo\u2EA8\u2EB0\u2EB4\u0100;v\u2EAD\u2EAE\u43C6;\u43D5ma\xF4\u0A76ne;\u660E\u0180;tv\u2EBF\u2EC0\u2EC8\u43C0chfork\xBB\u1FFD;\u43D6\u0100au\u2ECF\u2EDFn\u0100ck\u2ED5\u2EDDk\u0100;h\u21F4\u2EDB;\u610E\xF6\u21F4s\u0480;abcdemst\u2EF3\u2EF4\u1908\u2EF9\u2EFD\u2F04\u2F06\u2F0A\u2F0E\u402Bcir;\u6A23ir;\u6A22\u0100ou\u1D40\u2F02;\u6A25;\u6A72n\u80BB\xB1\u0E9Dim;\u6A26wo;\u6A27\u0180ipu\u2F19\u2F20\u2F25ntint;\u6A15f;\uC000\u{1D561}nd\u803B\xA3\u40A3\u0500;Eaceinosu\u0EC8\u2F3F\u2F41\u2F44\u2F47\u2F81\u2F89\u2F92\u2F7E\u2FB6;\u6AB3p;\u6AB7u\xE5\u0ED9\u0100;c\u0ECE\u2F4C\u0300;acens\u0EC8\u2F59\u2F5F\u2F66\u2F68\u2F7Eppro\xF8\u2F43urlye\xF1\u0ED9\xF1\u0ECE\u0180aes\u2F6F\u2F76\u2F7Approx;\u6AB9qq;\u6AB5im;\u62E8i\xED\u0EDFme\u0100;s\u2F88\u0EAE\u6032\u0180Eas\u2F78\u2F90\u2F7A\xF0\u2F75\u0180dfp\u0EEC\u2F99\u2FAF\u0180als\u2FA0\u2FA5\u2FAAlar;\u632Eine;\u6312urf;\u6313\u0100;t\u0EFB\u2FB4\xEF\u0EFBrel;\u62B0\u0100ci\u2FC0\u2FC5r;\uC000\u{1D4C5};\u43C8ncsp;\u6008\u0300fiopsu\u2FDA\u22E2\u2FDF\u2FE5\u2FEB\u2FF1r;\uC000\u{1D52E}pf;\uC000\u{1D562}rime;\u6057cr;\uC000\u{1D4C6}\u0180aeo\u2FF8\u3009\u3013t\u0100ei\u2FFE\u3005rnion\xF3\u06B0nt;\u6A16st\u0100;e\u3010\u3011\u403F\xF1\u1F19\xF4\u0F14\u0A80ABHabcdefhilmnoprstux\u3040\u3051\u3055\u3059\u30E0\u310E\u312B\u3147\u3162\u3172\u318E\u3206\u3215\u3224\u3229\u3258\u326E\u3272\u3290\u32B0\u32B7\u0180art\u3047\u304A\u304Cr\xF2\u10B3\xF2\u03DDail;\u691Car\xF2\u1C65ar;\u6964\u0380cdenqrt\u3068\u3075\u3078\u307F\u308F\u3094\u30CC\u0100eu\u306D\u3071;\uC000\u223D\u0331te;\u4155i\xE3\u116Emptyv;\u69B3g\u0200;del\u0FD1\u3089\u308B\u308D;\u6992;\u69A5\xE5\u0FD1uo\u803B\xBB\u40BBr\u0580;abcfhlpstw\u0FDC\u30AC\u30AF\u30B7\u30B9\u30BC\u30BE\u30C0\u30C3\u30C7\u30CAp;\u6975\u0100;f\u0FE0\u30B4s;\u6920;\u6933s;\u691E\xEB\u225D\xF0\u272El;\u6945im;\u6974l;\u61A3;\u619D\u0100ai\u30D1\u30D5il;\u691Ao\u0100;n\u30DB\u30DC\u6236al\xF3\u0F1E\u0180abr\u30E7\u30EA\u30EEr\xF2\u17E5rk;\u6773\u0100ak\u30F3\u30FDc\u0100ek\u30F9\u30FB;\u407D;\u405D\u0100es\u3102\u3104;\u698Cl\u0100du\u310A\u310C;\u698E;\u6990\u0200aeuy\u3117\u311C\u3127\u3129ron;\u4159\u0100di\u3121\u3125il;\u4157\xEC\u0FF2\xE2\u30FA;\u4440\u0200clqs\u3134\u3137\u313D\u3144a;\u6937dhar;\u6969uo\u0100;r\u020E\u020Dh;\u61B3\u0180acg\u314E\u315F\u0F44l\u0200;ips\u0F78\u3158\u315B\u109Cn\xE5\u10BBar\xF4\u0FA9t;\u65AD\u0180ilr\u3169\u1023\u316Esht;\u697D;\uC000\u{1D52F}\u0100ao\u3177\u3186r\u0100du\u317D\u317F\xBB\u047B\u0100;l\u1091\u3184;\u696C\u0100;v\u318B\u318C\u43C1;\u43F1\u0180gns\u3195\u31F9\u31FCht\u0300ahlrst\u31A4\u31B0\u31C2\u31D8\u31E4\u31EErrow\u0100;t\u0FDC\u31ADa\xE9\u30C8arpoon\u0100du\u31BB\u31BFow\xEE\u317Ep\xBB\u1092eft\u0100ah\u31CA\u31D0rrow\xF3\u0FEAarpoon\xF3\u0551ightarrows;\u61C9quigarro\xF7\u30CBhreetimes;\u62CCg;\u42DAingdotse\xF1\u1F32\u0180ahm\u320D\u3210\u3213r\xF2\u0FEAa\xF2\u0551;\u600Foust\u0100;a\u321E\u321F\u63B1che\xBB\u321Fmid;\u6AEE\u0200abpt\u3232\u323D\u3240\u3252\u0100nr\u3237\u323Ag;\u67EDr;\u61FEr\xEB\u1003\u0180afl\u3247\u324A\u324Er;\u6986;\uC000\u{1D563}us;\u6A2Eimes;\u6A35\u0100ap\u325D\u3267r\u0100;g\u3263\u3264\u4029t;\u6994olint;\u6A12ar\xF2\u31E3\u0200achq\u327B\u3280\u10BC\u3285quo;\u603Ar;\uC000\u{1D4C7}\u0100bu\u30FB\u328Ao\u0100;r\u0214\u0213\u0180hir\u3297\u329B\u32A0re\xE5\u31F8mes;\u62CAi\u0200;efl\u32AA\u1059\u1821\u32AB\u65B9tri;\u69CEluhar;\u6968;\u611E\u0D61\u32D5\u32DB\u32DF\u332C\u3338\u3371\0\u337A\u33A4\0\0\u33EC\u33F0\0\u3428\u3448\u345A\u34AD\u34B1\u34CA\u34F1\0\u3616\0\0\u3633cute;\u415Bqu\xEF\u27BA\u0500;Eaceinpsy\u11ED\u32F3\u32F5\u32FF\u3302\u330B\u330F\u331F\u3326\u3329;\u6AB4\u01F0\u32FA\0\u32FC;\u6AB8on;\u4161u\xE5\u11FE\u0100;d\u11F3\u3307il;\u415Frc;\u415D\u0180Eas\u3316\u3318\u331B;\u6AB6p;\u6ABAim;\u62E9olint;\u6A13i\xED\u1204;\u4441ot\u0180;be\u3334\u1D47\u3335\u62C5;\u6A66\u0380Aacmstx\u3346\u334A\u3357\u335B\u335E\u3363\u336Drr;\u61D8r\u0100hr\u3350\u3352\xEB\u2228\u0100;o\u0A36\u0A34t\u803B\xA7\u40A7i;\u403Bwar;\u6929m\u0100in\u3369\xF0nu\xF3\xF1t;\u6736r\u0100;o\u3376\u2055\uC000\u{1D530}\u0200acoy\u3382\u3386\u3391\u33A0rp;\u666F\u0100hy\u338B\u338Fcy;\u4449;\u4448rt\u026D\u3399\0\0\u339Ci\xE4\u1464ara\xEC\u2E6F\u803B\xAD\u40AD\u0100gm\u33A8\u33B4ma\u0180;fv\u33B1\u33B2\u33B2\u43C3;\u43C2\u0400;deglnpr\u12AB\u33C5\u33C9\u33CE\u33D6\u33DE\u33E1\u33E6ot;\u6A6A\u0100;q\u12B1\u12B0\u0100;E\u33D3\u33D4\u6A9E;\u6AA0\u0100;E\u33DB\u33DC\u6A9D;\u6A9Fe;\u6246lus;\u6A24arr;\u6972ar\xF2\u113D\u0200aeit\u33F8\u3408\u340F\u3417\u0100ls\u33FD\u3404lsetm\xE9\u336Ahp;\u6A33parsl;\u69E4\u0100dl\u1463\u3414e;\u6323\u0100;e\u341C\u341D\u6AAA\u0100;s\u3422\u3423\u6AAC;\uC000\u2AAC\uFE00\u0180flp\u342E\u3433\u3442tcy;\u444C\u0100;b\u3438\u3439\u402F\u0100;a\u343E\u343F\u69C4r;\u633Ff;\uC000\u{1D564}a\u0100dr\u344D\u0402es\u0100;u\u3454\u3455\u6660it\xBB\u3455\u0180csu\u3460\u3479\u349F\u0100au\u3465\u346Fp\u0100;s\u1188\u346B;\uC000\u2293\uFE00p\u0100;s\u11B4\u3475;\uC000\u2294\uFE00u\u0100bp\u347F\u348F\u0180;es\u1197\u119C\u3486et\u0100;e\u1197\u348D\xF1\u119D\u0180;es\u11A8\u11AD\u3496et\u0100;e\u11A8\u349D\xF1\u11AE\u0180;af\u117B\u34A6\u05B0r\u0165\u34AB\u05B1\xBB\u117Car\xF2\u1148\u0200cemt\u34B9\u34BE\u34C2\u34C5r;\uC000\u{1D4C8}tm\xEE\xF1i\xEC\u3415ar\xE6\u11BE\u0100ar\u34CE\u34D5r\u0100;f\u34D4\u17BF\u6606\u0100an\u34DA\u34EDight\u0100ep\u34E3\u34EApsilo\xEE\u1EE0h\xE9\u2EAFs\xBB\u2852\u0280bcmnp\u34FB\u355E\u1209\u358B\u358E\u0480;Edemnprs\u350E\u350F\u3511\u3515\u351E\u3523\u352C\u3531\u3536\u6282;\u6AC5ot;\u6ABD\u0100;d\u11DA\u351Aot;\u6AC3ult;\u6AC1\u0100Ee\u3528\u352A;\u6ACB;\u628Alus;\u6ABFarr;\u6979\u0180eiu\u353D\u3552\u3555t\u0180;en\u350E\u3545\u354Bq\u0100;q\u11DA\u350Feq\u0100;q\u352B\u3528m;\u6AC7\u0100bp\u355A\u355C;\u6AD5;\u6AD3c\u0300;acens\u11ED\u356C\u3572\u3579\u357B\u3326ppro\xF8\u32FAurlye\xF1\u11FE\xF1\u11F3\u0180aes\u3582\u3588\u331Bppro\xF8\u331Aq\xF1\u3317g;\u666A\u0680123;Edehlmnps\u35A9\u35AC\u35AF\u121C\u35B2\u35B4\u35C0\u35C9\u35D5\u35DA\u35DF\u35E8\u35ED\u803B\xB9\u40B9\u803B\xB2\u40B2\u803B\xB3\u40B3;\u6AC6\u0100os\u35B9\u35BCt;\u6ABEub;\u6AD8\u0100;d\u1222\u35C5ot;\u6AC4s\u0100ou\u35CF\u35D2l;\u67C9b;\u6AD7arr;\u697Bult;\u6AC2\u0100Ee\u35E4\u35E6;\u6ACC;\u628Blus;\u6AC0\u0180eiu\u35F4\u3609\u360Ct\u0180;en\u121C\u35FC\u3602q\u0100;q\u1222\u35B2eq\u0100;q\u35E7\u35E4m;\u6AC8\u0100bp\u3611\u3613;\u6AD4;\u6AD6\u0180Aan\u361C\u3620\u362Drr;\u61D9r\u0100hr\u3626\u3628\xEB\u222E\u0100;o\u0A2B\u0A29war;\u692Alig\u803B\xDF\u40DF\u0BE1\u3651\u365D\u3660\u12CE\u3673\u3679\0\u367E\u36C2\0\0\0\0\0\u36DB\u3703\0\u3709\u376C\0\0\0\u3787\u0272\u3656\0\0\u365Bget;\u6316;\u43C4r\xEB\u0E5F\u0180aey\u3666\u366B\u3670ron;\u4165dil;\u4163;\u4442lrec;\u6315r;\uC000\u{1D531}\u0200eiko\u3686\u369D\u36B5\u36BC\u01F2\u368B\0\u3691e\u01004f\u1284\u1281a\u0180;sv\u3698\u3699\u369B\u43B8ym;\u43D1\u0100cn\u36A2\u36B2k\u0100as\u36A8\u36AEppro\xF8\u12C1im\xBB\u12ACs\xF0\u129E\u0100as\u36BA\u36AE\xF0\u12C1rn\u803B\xFE\u40FE\u01EC\u031F\u36C6\u22E7es\u8180\xD7;bd\u36CF\u36D0\u36D8\u40D7\u0100;a\u190F\u36D5r;\u6A31;\u6A30\u0180eps\u36E1\u36E3\u3700\xE1\u2A4D\u0200;bcf\u0486\u36EC\u36F0\u36F4ot;\u6336ir;\u6AF1\u0100;o\u36F9\u36FC\uC000\u{1D565}rk;\u6ADA\xE1\u3362rime;\u6034\u0180aip\u370F\u3712\u3764d\xE5\u1248\u0380adempst\u3721\u374D\u3740\u3751\u3757\u375C\u375Fngle\u0280;dlqr\u3730\u3731\u3736\u3740\u3742\u65B5own\xBB\u1DBBeft\u0100;e\u2800\u373E\xF1\u092E;\u625Cight\u0100;e\u32AA\u374B\xF1\u105Aot;\u65ECinus;\u6A3Alus;\u6A39b;\u69CDime;\u6A3Bezium;\u63E2\u0180cht\u3772\u377D\u3781\u0100ry\u3777\u377B;\uC000\u{1D4C9};\u4446cy;\u445Brok;\u4167\u0100io\u378B\u378Ex\xF4\u1777head\u0100lr\u3797\u37A0eftarro\xF7\u084Fightarrow\xBB\u0F5D\u0900AHabcdfghlmoprstuw\u37D0\u37D3\u37D7\u37E4\u37F0\u37FC\u380E\u381C\u3823\u3834\u3851\u385D\u386B\u38A9\u38CC\u38D2\u38EA\u38F6r\xF2\u03EDar;\u6963\u0100cr\u37DC\u37E2ute\u803B\xFA\u40FA\xF2\u1150r\u01E3\u37EA\0\u37EDy;\u445Eve;\u416D\u0100iy\u37F5\u37FArc\u803B\xFB\u40FB;\u4443\u0180abh\u3803\u3806\u380Br\xF2\u13ADlac;\u4171a\xF2\u13C3\u0100ir\u3813\u3818sht;\u697E;\uC000\u{1D532}rave\u803B\xF9\u40F9\u0161\u3827\u3831r\u0100lr\u382C\u382E\xBB\u0957\xBB\u1083lk;\u6580\u0100ct\u3839\u384D\u026F\u383F\0\0\u384Arn\u0100;e\u3845\u3846\u631Cr\xBB\u3846op;\u630Fri;\u65F8\u0100al\u3856\u385Acr;\u416B\u80BB\xA8\u0349\u0100gp\u3862\u3866on;\u4173f;\uC000\u{1D566}\u0300adhlsu\u114B\u3878\u387D\u1372\u3891\u38A0own\xE1\u13B3arpoon\u0100lr\u3888\u388Cef\xF4\u382Digh\xF4\u382Fi\u0180;hl\u3899\u389A\u389C\u43C5\xBB\u13FAon\xBB\u389Aparrows;\u61C8\u0180cit\u38B0\u38C4\u38C8\u026F\u38B6\0\0\u38C1rn\u0100;e\u38BC\u38BD\u631Dr\xBB\u38BDop;\u630Eng;\u416Fri;\u65F9cr;\uC000\u{1D4CA}\u0180dir\u38D9\u38DD\u38E2ot;\u62F0lde;\u4169i\u0100;f\u3730\u38E8\xBB\u1813\u0100am\u38EF\u38F2r\xF2\u38A8l\u803B\xFC\u40FCangle;\u69A7\u0780ABDacdeflnoprsz\u391C\u391F\u3929\u392D\u39B5\u39B8\u39BD\u39DF\u39E4\u39E8\u39F3\u39F9\u39FD\u3A01\u3A20r\xF2\u03F7ar\u0100;v\u3926\u3927\u6AE8;\u6AE9as\xE8\u03E1\u0100nr\u3932\u3937grt;\u699C\u0380eknprst\u34E3\u3946\u394B\u3952\u395D\u3964\u3996app\xE1\u2415othin\xE7\u1E96\u0180hir\u34EB\u2EC8\u3959op\xF4\u2FB5\u0100;h\u13B7\u3962\xEF\u318D\u0100iu\u3969\u396Dgm\xE1\u33B3\u0100bp\u3972\u3984setneq\u0100;q\u397D\u3980\uC000\u228A\uFE00;\uC000\u2ACB\uFE00setneq\u0100;q\u398F\u3992\uC000\u228B\uFE00;\uC000\u2ACC\uFE00\u0100hr\u399B\u399Fet\xE1\u369Ciangle\u0100lr\u39AA\u39AFeft\xBB\u0925ight\xBB\u1051y;\u4432ash\xBB\u1036\u0180elr\u39C4\u39D2\u39D7\u0180;be\u2DEA\u39CB\u39CFar;\u62BBq;\u625Alip;\u62EE\u0100bt\u39DC\u1468a\xF2\u1469r;\uC000\u{1D533}tr\xE9\u39AEsu\u0100bp\u39EF\u39F1\xBB\u0D1C\xBB\u0D59pf;\uC000\u{1D567}ro\xF0\u0EFBtr\xE9\u39B4\u0100cu\u3A06\u3A0Br;\uC000\u{1D4CB}\u0100bp\u3A10\u3A18n\u0100Ee\u3980\u3A16\xBB\u397En\u0100Ee\u3992\u3A1E\xBB\u3990igzag;\u699A\u0380cefoprs\u3A36\u3A3B\u3A56\u3A5B\u3A54\u3A61\u3A6Airc;\u4175\u0100di\u3A40\u3A51\u0100bg\u3A45\u3A49ar;\u6A5Fe\u0100;q\u15FA\u3A4F;\u6259erp;\u6118r;\uC000\u{1D534}pf;\uC000\u{1D568}\u0100;e\u1479\u3A66at\xE8\u1479cr;\uC000\u{1D4CC}\u0AE3\u178E\u3A87\0\u3A8B\0\u3A90\u3A9B\0\0\u3A9D\u3AA8\u3AAB\u3AAF\0\0\u3AC3\u3ACE\0\u3AD8\u17DC\u17DFtr\xE9\u17D1r;\uC000\u{1D535}\u0100Aa\u3A94\u3A97r\xF2\u03C3r\xF2\u09F6;\u43BE\u0100Aa\u3AA1\u3AA4r\xF2\u03B8r\xF2\u09EBa\xF0\u2713is;\u62FB\u0180dpt\u17A4\u3AB5\u3ABE\u0100fl\u3ABA\u17A9;\uC000\u{1D569}im\xE5\u17B2\u0100Aa\u3AC7\u3ACAr\xF2\u03CEr\xF2\u0A01\u0100cq\u3AD2\u17B8r;\uC000\u{1D4CD}\u0100pt\u17D6\u3ADCr\xE9\u17D4\u0400acefiosu\u3AF0\u3AFD\u3B08\u3B0C\u3B11\u3B15\u3B1B\u3B21c\u0100uy\u3AF6\u3AFBte\u803B\xFD\u40FD;\u444F\u0100iy\u3B02\u3B06rc;\u4177;\u444Bn\u803B\xA5\u40A5r;\uC000\u{1D536}cy;\u4457pf;\uC000\u{1D56A}cr;\uC000\u{1D4CE}\u0100cm\u3B26\u3B29y;\u444El\u803B\xFF\u40FF\u0500acdefhiosw\u3B42\u3B48\u3B54\u3B58\u3B64\u3B69\u3B6D\u3B74\u3B7A\u3B80cute;\u417A\u0100ay\u3B4D\u3B52ron;\u417E;\u4437ot;\u417C\u0100et\u3B5D\u3B61tr\xE6\u155Fa;\u43B6r;\uC000\u{1D537}cy;\u4436grarr;\u61DDpf;\uC000\u{1D56B}cr;\uC000\u{1D4CF}\u0100jn\u3B85\u3B87;\u600Dj;\u600C'.split("").map(function(t){return t.charCodeAt(0)}))}),ai=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=new Uint16Array("\u0200aglq \x1B\u026D\0\0p;\u4026os;\u4027t;\u403Et;\u403Cuot;\u4022".split("").map(function(t){return t.charCodeAt(0)}))}),ut=z(e=>{"use strict";var t;Object.defineProperty(e,"__esModule",{value:!0}),e.replaceCodePoint=e.fromCodePoint=void 0;var c=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]]);e.fromCodePoint=(t=String.fromCodePoint)!==null&&t!==void 0?t:function(d){var s="";return d>65535&&(d-=65536,s+=String.fromCharCode(d>>>10&1023|55296),d=56320|d&1023),s+=String.fromCharCode(d),s};function y(d){var s;return d>=55296&&d<=57343||d>1114111?65533:(s=c.get(d))!==null&&s!==void 0?s:d}e.replaceCodePoint=y;function u(d){return(0,e.fromCodePoint)(y(d))}e.default=u}),dt=z(e=>{"use strict";var t=e&&e.__createBinding||(Object.create?function(E,D,W,I){I===void 0&&(I=W);var q=Object.getOwnPropertyDescriptor(D,W);(!q||("get"in q?!D.__esModule:q.writable||q.configurable))&&(q={enumerable:!0,get:function(){return D[W]}}),Object.defineProperty(E,I,q)}:function(E,D,W,I){I===void 0&&(I=W),E[I]=D[W]}),c=e&&e.__setModuleDefault||(Object.create?function(E,D){Object.defineProperty(E,"default",{enumerable:!0,value:D})}:function(E,D){E.default=D}),y=e&&e.__importStar||function(E){if(E&&E.__esModule)return E;var D={};if(E!=null)for(var W in E)W!=="default"&&Object.prototype.hasOwnProperty.call(E,W)&&t(D,E,W);return c(D,E),D},u=e&&e.__importDefault||function(E){return E&&E.__esModule?E:{default:E}};Object.defineProperty(e,"__esModule",{value:!0}),e.decodeXML=e.decodeHTMLStrict=e.decodeHTMLAttribute=e.decodeHTML=e.determineBranch=e.EntityDecoder=e.DecodingMode=e.BinTrieFlags=e.fromCodePoint=e.replaceCodePoint=e.decodeCodePoint=e.xmlDecodeTree=e.htmlDecodeTree=void 0;var d=u(ii());e.htmlDecodeTree=d.default;var s=u(ai());e.xmlDecodeTree=s.default;var i=y(ut());e.decodeCodePoint=i.default;var r=ut();Object.defineProperty(e,"replaceCodePoint",{enumerable:!0,get:function(){return r.replaceCodePoint}}),Object.defineProperty(e,"fromCodePoint",{enumerable:!0,get:function(){return r.fromCodePoint}});var a;(function(E){E[E.NUM=35]="NUM",E[E.SEMI=59]="SEMI",E[E.EQUALS=61]="EQUALS",E[E.ZERO=48]="ZERO",E[E.NINE=57]="NINE",E[E.LOWER_A=97]="LOWER_A",E[E.LOWER_F=102]="LOWER_F",E[E.LOWER_X=120]="LOWER_X",E[E.LOWER_Z=122]="LOWER_Z",E[E.UPPER_A=65]="UPPER_A",E[E.UPPER_F=70]="UPPER_F",E[E.UPPER_Z=90]="UPPER_Z"})(a||(a={}));var l=32,g;(function(E){E[E.VALUE_LENGTH=49152]="VALUE_LENGTH",E[E.BRANCH_LENGTH=16256]="BRANCH_LENGTH",E[E.JUMP_TABLE=127]="JUMP_TABLE"})(g=e.BinTrieFlags||(e.BinTrieFlags={}));function f(E){return E>=a.ZERO&&E<=a.NINE}function b(E){return E>=a.UPPER_A&&E<=a.UPPER_F||E>=a.LOWER_A&&E<=a.LOWER_F}function n(E){return E>=a.UPPER_A&&E<=a.UPPER_Z||E>=a.LOWER_A&&E<=a.LOWER_Z||f(E)}function o(E){return E===a.EQUALS||n(E)}var m;(function(E){E[E.EntityStart=0]="EntityStart",E[E.NumericStart=1]="NumericStart",E[E.NumericDecimal=2]="NumericDecimal",E[E.NumericHex=3]="NumericHex",E[E.NamedEntity=4]="NamedEntity"})(m||(m={}));var p;(function(E){E[E.Legacy=0]="Legacy",E[E.Strict=1]="Strict",E[E.Attribute=2]="Attribute"})(p=e.DecodingMode||(e.DecodingMode={}));var S=function(){function E(D,W,I){this.decodeTree=D,this.emitCodePoint=W,this.errors=I,this.state=m.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=p.Strict}return E.prototype.startEntity=function(D){this.decodeMode=D,this.state=m.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1},E.prototype.write=function(D,W){switch(this.state){case m.EntityStart:return D.charCodeAt(W)===a.NUM?(this.state=m.NumericStart,this.consumed+=1,this.stateNumericStart(D,W+1)):(this.state=m.NamedEntity,this.stateNamedEntity(D,W));case m.NumericStart:return this.stateNumericStart(D,W);case m.NumericDecimal:return this.stateNumericDecimal(D,W);case m.NumericHex:return this.stateNumericHex(D,W);case m.NamedEntity:return this.stateNamedEntity(D,W)}},E.prototype.stateNumericStart=function(D,W){return W>=D.length?-1:(D.charCodeAt(W)|l)===a.LOWER_X?(this.state=m.NumericHex,this.consumed+=1,this.stateNumericHex(D,W+1)):(this.state=m.NumericDecimal,this.stateNumericDecimal(D,W))},E.prototype.addToNumericResult=function(D,W,I,q){if(W!==I){var F=I-W;this.result=this.result*Math.pow(q,F)+parseInt(D.substr(W,F),q),this.consumed+=F}},E.prototype.stateNumericHex=function(D,W){for(var I=W;W<D.length;){var q=D.charCodeAt(W);if(f(q)||b(q))W+=1;else return this.addToNumericResult(D,I,W,16),this.emitNumericEntity(q,3)}return this.addToNumericResult(D,I,W,16),-1},E.prototype.stateNumericDecimal=function(D,W){for(var I=W;W<D.length;){var q=D.charCodeAt(W);if(f(q))W+=1;else return this.addToNumericResult(D,I,W,10),this.emitNumericEntity(q,2)}return this.addToNumericResult(D,I,W,10),-1},E.prototype.emitNumericEntity=function(D,W){var I;if(this.consumed<=W)return(I=this.errors)===null||I===void 0||I.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(D===a.SEMI)this.consumed+=1;else if(this.decodeMode===p.Strict)return 0;return this.emitCodePoint((0,i.replaceCodePoint)(this.result),this.consumed),this.errors&&(D!==a.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed},E.prototype.stateNamedEntity=function(D,W){for(var I=this.decodeTree,q=I[this.treeIndex],F=(q&g.VALUE_LENGTH)>>14;W<D.length;W++,this.excess++){var M=D.charCodeAt(W);if(this.treeIndex=C(I,q,this.treeIndex+Math.max(1,F),M),this.treeIndex<0)return this.result===0||this.decodeMode===p.Attribute&&(F===0||o(M))?0:this.emitNotTerminatedNamedEntity();if(q=I[this.treeIndex],F=(q&g.VALUE_LENGTH)>>14,F!==0){if(M===a.SEMI)return this.emitNamedEntityData(this.treeIndex,F,this.consumed+this.excess);this.decodeMode!==p.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1},E.prototype.emitNotTerminatedNamedEntity=function(){var D,W=this,I=W.result,q=W.decodeTree,F=(q[I]&g.VALUE_LENGTH)>>14;return this.emitNamedEntityData(I,F,this.consumed),(D=this.errors)===null||D===void 0||D.missingSemicolonAfterCharacterReference(),this.consumed},E.prototype.emitNamedEntityData=function(D,W,I){var q=this.decodeTree;return this.emitCodePoint(W===1?q[D]&~g.VALUE_LENGTH:q[D+1],I),W===3&&this.emitCodePoint(q[D+2],I),I},E.prototype.end=function(){var D;switch(this.state){case m.NamedEntity:return this.result!==0&&(this.decodeMode!==p.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case m.NumericDecimal:return this.emitNumericEntity(0,2);case m.NumericHex:return this.emitNumericEntity(0,3);case m.NumericStart:return(D=this.errors)===null||D===void 0||D.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case m.EntityStart:return 0}},E}();e.EntityDecoder=S;function v(E){var D="",W=new S(E,function(I){return D+=(0,i.fromCodePoint)(I)});return function(I,q){for(var F=0,M=0;(M=I.indexOf("&",M))>=0;){D+=I.slice(F,M),W.startEntity(q);var G=W.write(I,M+1);if(G<0){F=M+W.end();break}F=M+G,M=G===0?F+1:F}var V=D+I.slice(F);return D="",V}}function C(E,D,W,I){var q=(D&g.BRANCH_LENGTH)>>7,F=D&g.JUMP_TABLE;if(q===0)return F!==0&&I===F?W:-1;if(F){var M=I-F;return M<0||M>=q?-1:E[W+M]-1}for(var G=W,V=G+q-1;G<=V;){var H=G+V>>>1,j=E[H];if(j<I)G=H+1;else if(j>I)V=H-1;else return E[H+q]}return-1}e.determineBranch=C;var h=v(d.default),w=v(s.default);function k(E,D){return D===void 0&&(D=p.Legacy),h(E,D)}e.decodeHTML=k;function x(E){return h(E,p.Attribute)}e.decodeHTMLAttribute=x;function A(E){return h(E,p.Strict)}e.decodeHTMLStrict=A;function B(E){return w(E,p.Strict)}e.decodeXML=B}),oi=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});function t(c){for(var y=1;y<c.length;y++)c[y][0]+=c[y-1][0]+1;return c}e.default=new Map(t([[9,"&Tab;"],[0,"&NewLine;"],[22,"&excl;"],[0,"&quot;"],[0,"&num;"],[0,"&dollar;"],[0,"&percnt;"],[0,"&amp;"],[0,"&apos;"],[0,"&lpar;"],[0,"&rpar;"],[0,"&ast;"],[0,"&plus;"],[0,"&comma;"],[1,"&period;"],[0,"&sol;"],[10,"&colon;"],[0,"&semi;"],[0,{v:"&lt;",n:8402,o:"&nvlt;"}],[0,{v:"&equals;",n:8421,o:"&bne;"}],[0,{v:"&gt;",n:8402,o:"&nvgt;"}],[0,"&quest;"],[0,"&commat;"],[26,"&lbrack;"],[0,"&bsol;"],[0,"&rbrack;"],[0,"&Hat;"],[0,"&lowbar;"],[0,"&DiacriticalGrave;"],[5,{n:106,o:"&fjlig;"}],[20,"&lbrace;"],[0,"&verbar;"],[0,"&rbrace;"],[34,"&nbsp;"],[0,"&iexcl;"],[0,"&cent;"],[0,"&pound;"],[0,"&curren;"],[0,"&yen;"],[0,"&brvbar;"],[0,"&sect;"],[0,"&die;"],[0,"&copy;"],[0,"&ordf;"],[0,"&laquo;"],[0,"&not;"],[0,"&shy;"],[0,"&circledR;"],[0,"&macr;"],[0,"&deg;"],[0,"&PlusMinus;"],[0,"&sup2;"],[0,"&sup3;"],[0,"&acute;"],[0,"&micro;"],[0,"&para;"],[0,"&centerdot;"],[0,"&cedil;"],[0,"&sup1;"],[0,"&ordm;"],[0,"&raquo;"],[0,"&frac14;"],[0,"&frac12;"],[0,"&frac34;"],[0,"&iquest;"],[0,"&Agrave;"],[0,"&Aacute;"],[0,"&Acirc;"],[0,"&Atilde;"],[0,"&Auml;"],[0,"&angst;"],[0,"&AElig;"],[0,"&Ccedil;"],[0,"&Egrave;"],[0,"&Eacute;"],[0,"&Ecirc;"],[0,"&Euml;"],[0,"&Igrave;"],[0,"&Iacute;"],[0,"&Icirc;"],[0,"&Iuml;"],[0,"&ETH;"],[0,"&Ntilde;"],[0,"&Ograve;"],[0,"&Oacute;"],[0,"&Ocirc;"],[0,"&Otilde;"],[0,"&Ouml;"],[0,"&times;"],[0,"&Oslash;"],[0,"&Ugrave;"],[0,"&Uacute;"],[0,"&Ucirc;"],[0,"&Uuml;"],[0,"&Yacute;"],[0,"&THORN;"],[0,"&szlig;"],[0,"&agrave;"],[0,"&aacute;"],[0,"&acirc;"],[0,"&atilde;"],[0,"&auml;"],[0,"&aring;"],[0,"&aelig;"],[0,"&ccedil;"],[0,"&egrave;"],[0,"&eacute;"],[0,"&ecirc;"],[0,"&euml;"],[0,"&igrave;"],[0,"&iacute;"],[0,"&icirc;"],[0,"&iuml;"],[0,"&eth;"],[0,"&ntilde;"],[0,"&ograve;"],[0,"&oacute;"],[0,"&ocirc;"],[0,"&otilde;"],[0,"&ouml;"],[0,"&div;"],[0,"&oslash;"],[0,"&ugrave;"],[0,"&uacute;"],[0,"&ucirc;"],[0,"&uuml;"],[0,"&yacute;"],[0,"&thorn;"],[0,"&yuml;"],[0,"&Amacr;"],[0,"&amacr;"],[0,"&Abreve;"],[0,"&abreve;"],[0,"&Aogon;"],[0,"&aogon;"],[0,"&Cacute;"],[0,"&cacute;"],[0,"&Ccirc;"],[0,"&ccirc;"],[0,"&Cdot;"],[0,"&cdot;"],[0,"&Ccaron;"],[0,"&ccaron;"],[0,"&Dcaron;"],[0,"&dcaron;"],[0,"&Dstrok;"],[0,"&dstrok;"],[0,"&Emacr;"],[0,"&emacr;"],[2,"&Edot;"],[0,"&edot;"],[0,"&Eogon;"],[0,"&eogon;"],[0,"&Ecaron;"],[0,"&ecaron;"],[0,"&Gcirc;"],[0,"&gcirc;"],[0,"&Gbreve;"],[0,"&gbreve;"],[0,"&Gdot;"],[0,"&gdot;"],[0,"&Gcedil;"],[1,"&Hcirc;"],[0,"&hcirc;"],[0,"&Hstrok;"],[0,"&hstrok;"],[0,"&Itilde;"],[0,"&itilde;"],[0,"&Imacr;"],[0,"&imacr;"],[2,"&Iogon;"],[0,"&iogon;"],[0,"&Idot;"],[0,"&imath;"],[0,"&IJlig;"],[0,"&ijlig;"],[0,"&Jcirc;"],[0,"&jcirc;"],[0,"&Kcedil;"],[0,"&kcedil;"],[0,"&kgreen;"],[0,"&Lacute;"],[0,"&lacute;"],[0,"&Lcedil;"],[0,"&lcedil;"],[0,"&Lcaron;"],[0,"&lcaron;"],[0,"&Lmidot;"],[0,"&lmidot;"],[0,"&Lstrok;"],[0,"&lstrok;"],[0,"&Nacute;"],[0,"&nacute;"],[0,"&Ncedil;"],[0,"&ncedil;"],[0,"&Ncaron;"],[0,"&ncaron;"],[0,"&napos;"],[0,"&ENG;"],[0,"&eng;"],[0,"&Omacr;"],[0,"&omacr;"],[2,"&Odblac;"],[0,"&odblac;"],[0,"&OElig;"],[0,"&oelig;"],[0,"&Racute;"],[0,"&racute;"],[0,"&Rcedil;"],[0,"&rcedil;"],[0,"&Rcaron;"],[0,"&rcaron;"],[0,"&Sacute;"],[0,"&sacute;"],[0,"&Scirc;"],[0,"&scirc;"],[0,"&Scedil;"],[0,"&scedil;"],[0,"&Scaron;"],[0,"&scaron;"],[0,"&Tcedil;"],[0,"&tcedil;"],[0,"&Tcaron;"],[0,"&tcaron;"],[0,"&Tstrok;"],[0,"&tstrok;"],[0,"&Utilde;"],[0,"&utilde;"],[0,"&Umacr;"],[0,"&umacr;"],[0,"&Ubreve;"],[0,"&ubreve;"],[0,"&Uring;"],[0,"&uring;"],[0,"&Udblac;"],[0,"&udblac;"],[0,"&Uogon;"],[0,"&uogon;"],[0,"&Wcirc;"],[0,"&wcirc;"],[0,"&Ycirc;"],[0,"&ycirc;"],[0,"&Yuml;"],[0,"&Zacute;"],[0,"&zacute;"],[0,"&Zdot;"],[0,"&zdot;"],[0,"&Zcaron;"],[0,"&zcaron;"],[19,"&fnof;"],[34,"&imped;"],[63,"&gacute;"],[65,"&jmath;"],[142,"&circ;"],[0,"&caron;"],[16,"&breve;"],[0,"&DiacriticalDot;"],[0,"&ring;"],[0,"&ogon;"],[0,"&DiacriticalTilde;"],[0,"&dblac;"],[51,"&DownBreve;"],[127,"&Alpha;"],[0,"&Beta;"],[0,"&Gamma;"],[0,"&Delta;"],[0,"&Epsilon;"],[0,"&Zeta;"],[0,"&Eta;"],[0,"&Theta;"],[0,"&Iota;"],[0,"&Kappa;"],[0,"&Lambda;"],[0,"&Mu;"],[0,"&Nu;"],[0,"&Xi;"],[0,"&Omicron;"],[0,"&Pi;"],[0,"&Rho;"],[1,"&Sigma;"],[0,"&Tau;"],[0,"&Upsilon;"],[0,"&Phi;"],[0,"&Chi;"],[0,"&Psi;"],[0,"&ohm;"],[7,"&alpha;"],[0,"&beta;"],[0,"&gamma;"],[0,"&delta;"],[0,"&epsi;"],[0,"&zeta;"],[0,"&eta;"],[0,"&theta;"],[0,"&iota;"],[0,"&kappa;"],[0,"&lambda;"],[0,"&mu;"],[0,"&nu;"],[0,"&xi;"],[0,"&omicron;"],[0,"&pi;"],[0,"&rho;"],[0,"&sigmaf;"],[0,"&sigma;"],[0,"&tau;"],[0,"&upsi;"],[0,"&phi;"],[0,"&chi;"],[0,"&psi;"],[0,"&omega;"],[7,"&thetasym;"],[0,"&Upsi;"],[2,"&phiv;"],[0,"&piv;"],[5,"&Gammad;"],[0,"&digamma;"],[18,"&kappav;"],[0,"&rhov;"],[3,"&epsiv;"],[0,"&backepsilon;"],[10,"&IOcy;"],[0,"&DJcy;"],[0,"&GJcy;"],[0,"&Jukcy;"],[0,"&DScy;"],[0,"&Iukcy;"],[0,"&YIcy;"],[0,"&Jsercy;"],[0,"&LJcy;"],[0,"&NJcy;"],[0,"&TSHcy;"],[0,"&KJcy;"],[1,"&Ubrcy;"],[0,"&DZcy;"],[0,"&Acy;"],[0,"&Bcy;"],[0,"&Vcy;"],[0,"&Gcy;"],[0,"&Dcy;"],[0,"&IEcy;"],[0,"&ZHcy;"],[0,"&Zcy;"],[0,"&Icy;"],[0,"&Jcy;"],[0,"&Kcy;"],[0,"&Lcy;"],[0,"&Mcy;"],[0,"&Ncy;"],[0,"&Ocy;"],[0,"&Pcy;"],[0,"&Rcy;"],[0,"&Scy;"],[0,"&Tcy;"],[0,"&Ucy;"],[0,"&Fcy;"],[0,"&KHcy;"],[0,"&TScy;"],[0,"&CHcy;"],[0,"&SHcy;"],[0,"&SHCHcy;"],[0,"&HARDcy;"],[0,"&Ycy;"],[0,"&SOFTcy;"],[0,"&Ecy;"],[0,"&YUcy;"],[0,"&YAcy;"],[0,"&acy;"],[0,"&bcy;"],[0,"&vcy;"],[0,"&gcy;"],[0,"&dcy;"],[0,"&iecy;"],[0,"&zhcy;"],[0,"&zcy;"],[0,"&icy;"],[0,"&jcy;"],[0,"&kcy;"],[0,"&lcy;"],[0,"&mcy;"],[0,"&ncy;"],[0,"&ocy;"],[0,"&pcy;"],[0,"&rcy;"],[0,"&scy;"],[0,"&tcy;"],[0,"&ucy;"],[0,"&fcy;"],[0,"&khcy;"],[0,"&tscy;"],[0,"&chcy;"],[0,"&shcy;"],[0,"&shchcy;"],[0,"&hardcy;"],[0,"&ycy;"],[0,"&softcy;"],[0,"&ecy;"],[0,"&yucy;"],[0,"&yacy;"],[1,"&iocy;"],[0,"&djcy;"],[0,"&gjcy;"],[0,"&jukcy;"],[0,"&dscy;"],[0,"&iukcy;"],[0,"&yicy;"],[0,"&jsercy;"],[0,"&ljcy;"],[0,"&njcy;"],[0,"&tshcy;"],[0,"&kjcy;"],[1,"&ubrcy;"],[0,"&dzcy;"],[7074,"&ensp;"],[0,"&emsp;"],[0,"&emsp13;"],[0,"&emsp14;"],[1,"&numsp;"],[0,"&puncsp;"],[0,"&ThinSpace;"],[0,"&hairsp;"],[0,"&NegativeMediumSpace;"],[0,"&zwnj;"],[0,"&zwj;"],[0,"&lrm;"],[0,"&rlm;"],[0,"&dash;"],[2,"&ndash;"],[0,"&mdash;"],[0,"&horbar;"],[0,"&Verbar;"],[1,"&lsquo;"],[0,"&CloseCurlyQuote;"],[0,"&lsquor;"],[1,"&ldquo;"],[0,"&CloseCurlyDoubleQuote;"],[0,"&bdquo;"],[1,"&dagger;"],[0,"&Dagger;"],[0,"&bull;"],[2,"&nldr;"],[0,"&hellip;"],[9,"&permil;"],[0,"&pertenk;"],[0,"&prime;"],[0,"&Prime;"],[0,"&tprime;"],[0,"&backprime;"],[3,"&lsaquo;"],[0,"&rsaquo;"],[3,"&oline;"],[2,"&caret;"],[1,"&hybull;"],[0,"&frasl;"],[10,"&bsemi;"],[7,"&qprime;"],[7,{v:"&MediumSpace;",n:8202,o:"&ThickSpace;"}],[0,"&NoBreak;"],[0,"&af;"],[0,"&InvisibleTimes;"],[0,"&ic;"],[72,"&euro;"],[46,"&tdot;"],[0,"&DotDot;"],[37,"&complexes;"],[2,"&incare;"],[4,"&gscr;"],[0,"&hamilt;"],[0,"&Hfr;"],[0,"&Hopf;"],[0,"&planckh;"],[0,"&hbar;"],[0,"&imagline;"],[0,"&Ifr;"],[0,"&lagran;"],[0,"&ell;"],[1,"&naturals;"],[0,"&numero;"],[0,"&copysr;"],[0,"&weierp;"],[0,"&Popf;"],[0,"&Qopf;"],[0,"&realine;"],[0,"&real;"],[0,"&reals;"],[0,"&rx;"],[3,"&trade;"],[1,"&integers;"],[2,"&mho;"],[0,"&zeetrf;"],[0,"&iiota;"],[2,"&bernou;"],[0,"&Cayleys;"],[1,"&escr;"],[0,"&Escr;"],[0,"&Fouriertrf;"],[1,"&Mellintrf;"],[0,"&order;"],[0,"&alefsym;"],[0,"&beth;"],[0,"&gimel;"],[0,"&daleth;"],[12,"&CapitalDifferentialD;"],[0,"&dd;"],[0,"&ee;"],[0,"&ii;"],[10,"&frac13;"],[0,"&frac23;"],[0,"&frac15;"],[0,"&frac25;"],[0,"&frac35;"],[0,"&frac45;"],[0,"&frac16;"],[0,"&frac56;"],[0,"&frac18;"],[0,"&frac38;"],[0,"&frac58;"],[0,"&frac78;"],[49,"&larr;"],[0,"&ShortUpArrow;"],[0,"&rarr;"],[0,"&darr;"],[0,"&harr;"],[0,"&updownarrow;"],[0,"&nwarr;"],[0,"&nearr;"],[0,"&LowerRightArrow;"],[0,"&LowerLeftArrow;"],[0,"&nlarr;"],[0,"&nrarr;"],[1,{v:"&rarrw;",n:824,o:"&nrarrw;"}],[0,"&Larr;"],[0,"&Uarr;"],[0,"&Rarr;"],[0,"&Darr;"],[0,"&larrtl;"],[0,"&rarrtl;"],[0,"&LeftTeeArrow;"],[0,"&mapstoup;"],[0,"&map;"],[0,"&DownTeeArrow;"],[1,"&hookleftarrow;"],[0,"&hookrightarrow;"],[0,"&larrlp;"],[0,"&looparrowright;"],[0,"&harrw;"],[0,"&nharr;"],[1,"&lsh;"],[0,"&rsh;"],[0,"&ldsh;"],[0,"&rdsh;"],[1,"&crarr;"],[0,"&cularr;"],[0,"&curarr;"],[2,"&circlearrowleft;"],[0,"&circlearrowright;"],[0,"&leftharpoonup;"],[0,"&DownLeftVector;"],[0,"&RightUpVector;"],[0,"&LeftUpVector;"],[0,"&rharu;"],[0,"&DownRightVector;"],[0,"&dharr;"],[0,"&dharl;"],[0,"&RightArrowLeftArrow;"],[0,"&udarr;"],[0,"&LeftArrowRightArrow;"],[0,"&leftleftarrows;"],[0,"&upuparrows;"],[0,"&rightrightarrows;"],[0,"&ddarr;"],[0,"&leftrightharpoons;"],[0,"&Equilibrium;"],[0,"&nlArr;"],[0,"&nhArr;"],[0,"&nrArr;"],[0,"&DoubleLeftArrow;"],[0,"&DoubleUpArrow;"],[0,"&DoubleRightArrow;"],[0,"&dArr;"],[0,"&DoubleLeftRightArrow;"],[0,"&DoubleUpDownArrow;"],[0,"&nwArr;"],[0,"&neArr;"],[0,"&seArr;"],[0,"&swArr;"],[0,"&lAarr;"],[0,"&rAarr;"],[1,"&zigrarr;"],[6,"&larrb;"],[0,"&rarrb;"],[15,"&DownArrowUpArrow;"],[7,"&loarr;"],[0,"&roarr;"],[0,"&hoarr;"],[0,"&forall;"],[0,"&comp;"],[0,{v:"&part;",n:824,o:"&npart;"}],[0,"&exist;"],[0,"&nexist;"],[0,"&empty;"],[1,"&Del;"],[0,"&Element;"],[0,"&NotElement;"],[1,"&ni;"],[0,"&notni;"],[2,"&prod;"],[0,"&coprod;"],[0,"&sum;"],[0,"&minus;"],[0,"&MinusPlus;"],[0,"&dotplus;"],[1,"&Backslash;"],[0,"&lowast;"],[0,"&compfn;"],[1,"&radic;"],[2,"&prop;"],[0,"&infin;"],[0,"&angrt;"],[0,{v:"&ang;",n:8402,o:"&nang;"}],[0,"&angmsd;"],[0,"&angsph;"],[0,"&mid;"],[0,"&nmid;"],[0,"&DoubleVerticalBar;"],[0,"&NotDoubleVerticalBar;"],[0,"&and;"],[0,"&or;"],[0,{v:"&cap;",n:65024,o:"&caps;"}],[0,{v:"&cup;",n:65024,o:"&cups;"}],[0,"&int;"],[0,"&Int;"],[0,"&iiint;"],[0,"&conint;"],[0,"&Conint;"],[0,"&Cconint;"],[0,"&cwint;"],[0,"&ClockwiseContourIntegral;"],[0,"&awconint;"],[0,"&there4;"],[0,"&becaus;"],[0,"&ratio;"],[0,"&Colon;"],[0,"&dotminus;"],[1,"&mDDot;"],[0,"&homtht;"],[0,{v:"&sim;",n:8402,o:"&nvsim;"}],[0,{v:"&backsim;",n:817,o:"&race;"}],[0,{v:"&ac;",n:819,o:"&acE;"}],[0,"&acd;"],[0,"&VerticalTilde;"],[0,"&NotTilde;"],[0,{v:"&eqsim;",n:824,o:"&nesim;"}],[0,"&sime;"],[0,"&NotTildeEqual;"],[0,"&cong;"],[0,"&simne;"],[0,"&ncong;"],[0,"&ap;"],[0,"&nap;"],[0,"&ape;"],[0,{v:"&apid;",n:824,o:"&napid;"}],[0,"&backcong;"],[0,{v:"&asympeq;",n:8402,o:"&nvap;"}],[0,{v:"&bump;",n:824,o:"&nbump;"}],[0,{v:"&bumpe;",n:824,o:"&nbumpe;"}],[0,{v:"&doteq;",n:824,o:"&nedot;"}],[0,"&doteqdot;"],[0,"&efDot;"],[0,"&erDot;"],[0,"&Assign;"],[0,"&ecolon;"],[0,"&ecir;"],[0,"&circeq;"],[1,"&wedgeq;"],[0,"&veeeq;"],[1,"&triangleq;"],[2,"&equest;"],[0,"&ne;"],[0,{v:"&Congruent;",n:8421,o:"&bnequiv;"}],[0,"&nequiv;"],[1,{v:"&le;",n:8402,o:"&nvle;"}],[0,{v:"&ge;",n:8402,o:"&nvge;"}],[0,{v:"&lE;",n:824,o:"&nlE;"}],[0,{v:"&gE;",n:824,o:"&ngE;"}],[0,{v:"&lnE;",n:65024,o:"&lvertneqq;"}],[0,{v:"&gnE;",n:65024,o:"&gvertneqq;"}],[0,{v:"&ll;",n:new Map(t([[824,"&nLtv;"],[7577,"&nLt;"]]))}],[0,{v:"&gg;",n:new Map(t([[824,"&nGtv;"],[7577,"&nGt;"]]))}],[0,"&between;"],[0,"&NotCupCap;"],[0,"&nless;"],[0,"&ngt;"],[0,"&nle;"],[0,"&nge;"],[0,"&lesssim;"],[0,"&GreaterTilde;"],[0,"&nlsim;"],[0,"&ngsim;"],[0,"&LessGreater;"],[0,"&gl;"],[0,"&NotLessGreater;"],[0,"&NotGreaterLess;"],[0,"&pr;"],[0,"&sc;"],[0,"&prcue;"],[0,"&sccue;"],[0,"&PrecedesTilde;"],[0,{v:"&scsim;",n:824,o:"&NotSucceedsTilde;"}],[0,"&NotPrecedes;"],[0,"&NotSucceeds;"],[0,{v:"&sub;",n:8402,o:"&NotSubset;"}],[0,{v:"&sup;",n:8402,o:"&NotSuperset;"}],[0,"&nsub;"],[0,"&nsup;"],[0,"&sube;"],[0,"&supe;"],[0,"&NotSubsetEqual;"],[0,"&NotSupersetEqual;"],[0,{v:"&subne;",n:65024,o:"&varsubsetneq;"}],[0,{v:"&supne;",n:65024,o:"&varsupsetneq;"}],[1,"&cupdot;"],[0,"&UnionPlus;"],[0,{v:"&sqsub;",n:824,o:"&NotSquareSubset;"}],[0,{v:"&sqsup;",n:824,o:"&NotSquareSuperset;"}],[0,"&sqsube;"],[0,"&sqsupe;"],[0,{v:"&sqcap;",n:65024,o:"&sqcaps;"}],[0,{v:"&sqcup;",n:65024,o:"&sqcups;"}],[0,"&CirclePlus;"],[0,"&CircleMinus;"],[0,"&CircleTimes;"],[0,"&osol;"],[0,"&CircleDot;"],[0,"&circledcirc;"],[0,"&circledast;"],[1,"&circleddash;"],[0,"&boxplus;"],[0,"&boxminus;"],[0,"&boxtimes;"],[0,"&dotsquare;"],[0,"&RightTee;"],[0,"&dashv;"],[0,"&DownTee;"],[0,"&bot;"],[1,"&models;"],[0,"&DoubleRightTee;"],[0,"&Vdash;"],[0,"&Vvdash;"],[0,"&VDash;"],[0,"&nvdash;"],[0,"&nvDash;"],[0,"&nVdash;"],[0,"&nVDash;"],[0,"&prurel;"],[1,"&LeftTriangle;"],[0,"&RightTriangle;"],[0,{v:"&LeftTriangleEqual;",n:8402,o:"&nvltrie;"}],[0,{v:"&RightTriangleEqual;",n:8402,o:"&nvrtrie;"}],[0,"&origof;"],[0,"&imof;"],[0,"&multimap;"],[0,"&hercon;"],[0,"&intcal;"],[0,"&veebar;"],[1,"&barvee;"],[0,"&angrtvb;"],[0,"&lrtri;"],[0,"&bigwedge;"],[0,"&bigvee;"],[0,"&bigcap;"],[0,"&bigcup;"],[0,"&diam;"],[0,"&sdot;"],[0,"&sstarf;"],[0,"&divideontimes;"],[0,"&bowtie;"],[0,"&ltimes;"],[0,"&rtimes;"],[0,"&leftthreetimes;"],[0,"&rightthreetimes;"],[0,"&backsimeq;"],[0,"&curlyvee;"],[0,"&curlywedge;"],[0,"&Sub;"],[0,"&Sup;"],[0,"&Cap;"],[0,"&Cup;"],[0,"&fork;"],[0,"&epar;"],[0,"&lessdot;"],[0,"&gtdot;"],[0,{v:"&Ll;",n:824,o:"&nLl;"}],[0,{v:"&Gg;",n:824,o:"&nGg;"}],[0,{v:"&leg;",n:65024,o:"&lesg;"}],[0,{v:"&gel;",n:65024,o:"&gesl;"}],[2,"&cuepr;"],[0,"&cuesc;"],[0,"&NotPrecedesSlantEqual;"],[0,"&NotSucceedsSlantEqual;"],[0,"&NotSquareSubsetEqual;"],[0,"&NotSquareSupersetEqual;"],[2,"&lnsim;"],[0,"&gnsim;"],[0,"&precnsim;"],[0,"&scnsim;"],[0,"&nltri;"],[0,"&NotRightTriangle;"],[0,"&nltrie;"],[0,"&NotRightTriangleEqual;"],[0,"&vellip;"],[0,"&ctdot;"],[0,"&utdot;"],[0,"&dtdot;"],[0,"&disin;"],[0,"&isinsv;"],[0,"&isins;"],[0,{v:"&isindot;",n:824,o:"&notindot;"}],[0,"&notinvc;"],[0,"&notinvb;"],[1,{v:"&isinE;",n:824,o:"&notinE;"}],[0,"&nisd;"],[0,"&xnis;"],[0,"&nis;"],[0,"&notnivc;"],[0,"&notnivb;"],[6,"&barwed;"],[0,"&Barwed;"],[1,"&lceil;"],[0,"&rceil;"],[0,"&LeftFloor;"],[0,"&rfloor;"],[0,"&drcrop;"],[0,"&dlcrop;"],[0,"&urcrop;"],[0,"&ulcrop;"],[0,"&bnot;"],[1,"&profline;"],[0,"&profsurf;"],[1,"&telrec;"],[0,"&target;"],[5,"&ulcorn;"],[0,"&urcorn;"],[0,"&dlcorn;"],[0,"&drcorn;"],[2,"&frown;"],[0,"&smile;"],[9,"&cylcty;"],[0,"&profalar;"],[7,"&topbot;"],[6,"&ovbar;"],[1,"&solbar;"],[60,"&angzarr;"],[51,"&lmoustache;"],[0,"&rmoustache;"],[2,"&OverBracket;"],[0,"&bbrk;"],[0,"&bbrktbrk;"],[37,"&OverParenthesis;"],[0,"&UnderParenthesis;"],[0,"&OverBrace;"],[0,"&UnderBrace;"],[2,"&trpezium;"],[4,"&elinters;"],[59,"&blank;"],[164,"&circledS;"],[55,"&boxh;"],[1,"&boxv;"],[9,"&boxdr;"],[3,"&boxdl;"],[3,"&boxur;"],[3,"&boxul;"],[3,"&boxvr;"],[7,"&boxvl;"],[7,"&boxhd;"],[7,"&boxhu;"],[7,"&boxvh;"],[19,"&boxH;"],[0,"&boxV;"],[0,"&boxdR;"],[0,"&boxDr;"],[0,"&boxDR;"],[0,"&boxdL;"],[0,"&boxDl;"],[0,"&boxDL;"],[0,"&boxuR;"],[0,"&boxUr;"],[0,"&boxUR;"],[0,"&boxuL;"],[0,"&boxUl;"],[0,"&boxUL;"],[0,"&boxvR;"],[0,"&boxVr;"],[0,"&boxVR;"],[0,"&boxvL;"],[0,"&boxVl;"],[0,"&boxVL;"],[0,"&boxHd;"],[0,"&boxhD;"],[0,"&boxHD;"],[0,"&boxHu;"],[0,"&boxhU;"],[0,"&boxHU;"],[0,"&boxvH;"],[0,"&boxVh;"],[0,"&boxVH;"],[19,"&uhblk;"],[3,"&lhblk;"],[3,"&block;"],[8,"&blk14;"],[0,"&blk12;"],[0,"&blk34;"],[13,"&square;"],[8,"&blacksquare;"],[0,"&EmptyVerySmallSquare;"],[1,"&rect;"],[0,"&marker;"],[2,"&fltns;"],[1,"&bigtriangleup;"],[0,"&blacktriangle;"],[0,"&triangle;"],[2,"&blacktriangleright;"],[0,"&rtri;"],[3,"&bigtriangledown;"],[0,"&blacktriangledown;"],[0,"&dtri;"],[2,"&blacktriangleleft;"],[0,"&ltri;"],[6,"&loz;"],[0,"&cir;"],[32,"&tridot;"],[2,"&bigcirc;"],[8,"&ultri;"],[0,"&urtri;"],[0,"&lltri;"],[0,"&EmptySmallSquare;"],[0,"&FilledSmallSquare;"],[8,"&bigstar;"],[0,"&star;"],[7,"&phone;"],[49,"&female;"],[1,"&male;"],[29,"&spades;"],[2,"&clubs;"],[1,"&hearts;"],[0,"&diamondsuit;"],[3,"&sung;"],[2,"&flat;"],[0,"&natural;"],[0,"&sharp;"],[163,"&check;"],[3,"&cross;"],[8,"&malt;"],[21,"&sext;"],[33,"&VerticalSeparator;"],[25,"&lbbrk;"],[0,"&rbbrk;"],[84,"&bsolhsub;"],[0,"&suphsol;"],[28,"&LeftDoubleBracket;"],[0,"&RightDoubleBracket;"],[0,"&lang;"],[0,"&rang;"],[0,"&Lang;"],[0,"&Rang;"],[0,"&loang;"],[0,"&roang;"],[7,"&longleftarrow;"],[0,"&longrightarrow;"],[0,"&longleftrightarrow;"],[0,"&DoubleLongLeftArrow;"],[0,"&DoubleLongRightArrow;"],[0,"&DoubleLongLeftRightArrow;"],[1,"&longmapsto;"],[2,"&dzigrarr;"],[258,"&nvlArr;"],[0,"&nvrArr;"],[0,"&nvHarr;"],[0,"&Map;"],[6,"&lbarr;"],[0,"&bkarow;"],[0,"&lBarr;"],[0,"&dbkarow;"],[0,"&drbkarow;"],[0,"&DDotrahd;"],[0,"&UpArrowBar;"],[0,"&DownArrowBar;"],[2,"&Rarrtl;"],[2,"&latail;"],[0,"&ratail;"],[0,"&lAtail;"],[0,"&rAtail;"],[0,"&larrfs;"],[0,"&rarrfs;"],[0,"&larrbfs;"],[0,"&rarrbfs;"],[2,"&nwarhk;"],[0,"&nearhk;"],[0,"&hksearow;"],[0,"&hkswarow;"],[0,"&nwnear;"],[0,"&nesear;"],[0,"&seswar;"],[0,"&swnwar;"],[8,{v:"&rarrc;",n:824,o:"&nrarrc;"}],[1,"&cudarrr;"],[0,"&ldca;"],[0,"&rdca;"],[0,"&cudarrl;"],[0,"&larrpl;"],[2,"&curarrm;"],[0,"&cularrp;"],[7,"&rarrpl;"],[2,"&harrcir;"],[0,"&Uarrocir;"],[0,"&lurdshar;"],[0,"&ldrushar;"],[2,"&LeftRightVector;"],[0,"&RightUpDownVector;"],[0,"&DownLeftRightVector;"],[0,"&LeftUpDownVector;"],[0,"&LeftVectorBar;"],[0,"&RightVectorBar;"],[0,"&RightUpVectorBar;"],[0,"&RightDownVectorBar;"],[0,"&DownLeftVectorBar;"],[0,"&DownRightVectorBar;"],[0,"&LeftUpVectorBar;"],[0,"&LeftDownVectorBar;"],[0,"&LeftTeeVector;"],[0,"&RightTeeVector;"],[0,"&RightUpTeeVector;"],[0,"&RightDownTeeVector;"],[0,"&DownLeftTeeVector;"],[0,"&DownRightTeeVector;"],[0,"&LeftUpTeeVector;"],[0,"&LeftDownTeeVector;"],[0,"&lHar;"],[0,"&uHar;"],[0,"&rHar;"],[0,"&dHar;"],[0,"&luruhar;"],[0,"&ldrdhar;"],[0,"&ruluhar;"],[0,"&rdldhar;"],[0,"&lharul;"],[0,"&llhard;"],[0,"&rharul;"],[0,"&lrhard;"],[0,"&udhar;"],[0,"&duhar;"],[0,"&RoundImplies;"],[0,"&erarr;"],[0,"&simrarr;"],[0,"&larrsim;"],[0,"&rarrsim;"],[0,"&rarrap;"],[0,"&ltlarr;"],[1,"&gtrarr;"],[0,"&subrarr;"],[1,"&suplarr;"],[0,"&lfisht;"],[0,"&rfisht;"],[0,"&ufisht;"],[0,"&dfisht;"],[5,"&lopar;"],[0,"&ropar;"],[4,"&lbrke;"],[0,"&rbrke;"],[0,"&lbrkslu;"],[0,"&rbrksld;"],[0,"&lbrksld;"],[0,"&rbrkslu;"],[0,"&langd;"],[0,"&rangd;"],[0,"&lparlt;"],[0,"&rpargt;"],[0,"&gtlPar;"],[0,"&ltrPar;"],[3,"&vzigzag;"],[1,"&vangrt;"],[0,"&angrtvbd;"],[6,"&ange;"],[0,"&range;"],[0,"&dwangle;"],[0,"&uwangle;"],[0,"&angmsdaa;"],[0,"&angmsdab;"],[0,"&angmsdac;"],[0,"&angmsdad;"],[0,"&angmsdae;"],[0,"&angmsdaf;"],[0,"&angmsdag;"],[0,"&angmsdah;"],[0,"&bemptyv;"],[0,"&demptyv;"],[0,"&cemptyv;"],[0,"&raemptyv;"],[0,"&laemptyv;"],[0,"&ohbar;"],[0,"&omid;"],[0,"&opar;"],[1,"&operp;"],[1,"&olcross;"],[0,"&odsold;"],[1,"&olcir;"],[0,"&ofcir;"],[0,"&olt;"],[0,"&ogt;"],[0,"&cirscir;"],[0,"&cirE;"],[0,"&solb;"],[0,"&bsolb;"],[3,"&boxbox;"],[3,"&trisb;"],[0,"&rtriltri;"],[0,{v:"&LeftTriangleBar;",n:824,o:"&NotLeftTriangleBar;"}],[0,{v:"&RightTriangleBar;",n:824,o:"&NotRightTriangleBar;"}],[11,"&iinfin;"],[0,"&infintie;"],[0,"&nvinfin;"],[4,"&eparsl;"],[0,"&smeparsl;"],[0,"&eqvparsl;"],[5,"&blacklozenge;"],[8,"&RuleDelayed;"],[1,"&dsol;"],[9,"&bigodot;"],[0,"&bigoplus;"],[0,"&bigotimes;"],[1,"&biguplus;"],[1,"&bigsqcup;"],[5,"&iiiint;"],[0,"&fpartint;"],[2,"&cirfnint;"],[0,"&awint;"],[0,"&rppolint;"],[0,"&scpolint;"],[0,"&npolint;"],[0,"&pointint;"],[0,"&quatint;"],[0,"&intlarhk;"],[10,"&pluscir;"],[0,"&plusacir;"],[0,"&simplus;"],[0,"&plusdu;"],[0,"&plussim;"],[0,"&plustwo;"],[1,"&mcomma;"],[0,"&minusdu;"],[2,"&loplus;"],[0,"&roplus;"],[0,"&Cross;"],[0,"&timesd;"],[0,"&timesbar;"],[1,"&smashp;"],[0,"&lotimes;"],[0,"&rotimes;"],[0,"&otimesas;"],[0,"&Otimes;"],[0,"&odiv;"],[0,"&triplus;"],[0,"&triminus;"],[0,"&tritime;"],[0,"&intprod;"],[2,"&amalg;"],[0,"&capdot;"],[1,"&ncup;"],[0,"&ncap;"],[0,"&capand;"],[0,"&cupor;"],[0,"&cupcap;"],[0,"&capcup;"],[0,"&cupbrcap;"],[0,"&capbrcup;"],[0,"&cupcup;"],[0,"&capcap;"],[0,"&ccups;"],[0,"&ccaps;"],[2,"&ccupssm;"],[2,"&And;"],[0,"&Or;"],[0,"&andand;"],[0,"&oror;"],[0,"&orslope;"],[0,"&andslope;"],[1,"&andv;"],[0,"&orv;"],[0,"&andd;"],[0,"&ord;"],[1,"&wedbar;"],[6,"&sdote;"],[3,"&simdot;"],[2,{v:"&congdot;",n:824,o:"&ncongdot;"}],[0,"&easter;"],[0,"&apacir;"],[0,{v:"&apE;",n:824,o:"&napE;"}],[0,"&eplus;"],[0,"&pluse;"],[0,"&Esim;"],[0,"&Colone;"],[0,"&Equal;"],[1,"&ddotseq;"],[0,"&equivDD;"],[0,"&ltcir;"],[0,"&gtcir;"],[0,"&ltquest;"],[0,"&gtquest;"],[0,{v:"&leqslant;",n:824,o:"&nleqslant;"}],[0,{v:"&geqslant;",n:824,o:"&ngeqslant;"}],[0,"&lesdot;"],[0,"&gesdot;"],[0,"&lesdoto;"],[0,"&gesdoto;"],[0,"&lesdotor;"],[0,"&gesdotol;"],[0,"&lap;"],[0,"&gap;"],[0,"&lne;"],[0,"&gne;"],[0,"&lnap;"],[0,"&gnap;"],[0,"&lEg;"],[0,"&gEl;"],[0,"&lsime;"],[0,"&gsime;"],[0,"&lsimg;"],[0,"&gsiml;"],[0,"&lgE;"],[0,"&glE;"],[0,"&lesges;"],[0,"&gesles;"],[0,"&els;"],[0,"&egs;"],[0,"&elsdot;"],[0,"&egsdot;"],[0,"&el;"],[0,"&eg;"],[2,"&siml;"],[0,"&simg;"],[0,"&simlE;"],[0,"&simgE;"],[0,{v:"&LessLess;",n:824,o:"&NotNestedLessLess;"}],[0,{v:"&GreaterGreater;",n:824,o:"&NotNestedGreaterGreater;"}],[1,"&glj;"],[0,"&gla;"],[0,"&ltcc;"],[0,"&gtcc;"],[0,"&lescc;"],[0,"&gescc;"],[0,"&smt;"],[0,"&lat;"],[0,{v:"&smte;",n:65024,o:"&smtes;"}],[0,{v:"&late;",n:65024,o:"&lates;"}],[0,"&bumpE;"],[0,{v:"&PrecedesEqual;",n:824,o:"&NotPrecedesEqual;"}],[0,{v:"&sce;",n:824,o:"&NotSucceedsEqual;"}],[2,"&prE;"],[0,"&scE;"],[0,"&precneqq;"],[0,"&scnE;"],[0,"&prap;"],[0,"&scap;"],[0,"&precnapprox;"],[0,"&scnap;"],[0,"&Pr;"],[0,"&Sc;"],[0,"&subdot;"],[0,"&supdot;"],[0,"&subplus;"],[0,"&supplus;"],[0,"&submult;"],[0,"&supmult;"],[0,"&subedot;"],[0,"&supedot;"],[0,{v:"&subE;",n:824,o:"&nsubE;"}],[0,{v:"&supE;",n:824,o:"&nsupE;"}],[0,"&subsim;"],[0,"&supsim;"],[2,{v:"&subnE;",n:65024,o:"&varsubsetneqq;"}],[0,{v:"&supnE;",n:65024,o:"&varsupsetneqq;"}],[2,"&csub;"],[0,"&csup;"],[0,"&csube;"],[0,"&csupe;"],[0,"&subsup;"],[0,"&supsub;"],[0,"&subsub;"],[0,"&supsup;"],[0,"&suphsub;"],[0,"&supdsub;"],[0,"&forkv;"],[0,"&topfork;"],[0,"&mlcp;"],[8,"&Dashv;"],[1,"&Vdashl;"],[0,"&Barv;"],[0,"&vBar;"],[0,"&vBarv;"],[1,"&Vbar;"],[0,"&Not;"],[0,"&bNot;"],[0,"&rnmid;"],[0,"&cirmid;"],[0,"&midcir;"],[0,"&topcir;"],[0,"&nhpar;"],[0,"&parsim;"],[9,{v:"&parsl;",n:8421,o:"&nparsl;"}],[44343,{n:new Map(t([[56476,"&Ascr;"],[1,"&Cscr;"],[0,"&Dscr;"],[2,"&Gscr;"],[2,"&Jscr;"],[0,"&Kscr;"],[2,"&Nscr;"],[0,"&Oscr;"],[0,"&Pscr;"],[0,"&Qscr;"],[1,"&Sscr;"],[0,"&Tscr;"],[0,"&Uscr;"],[0,"&Vscr;"],[0,"&Wscr;"],[0,"&Xscr;"],[0,"&Yscr;"],[0,"&Zscr;"],[0,"&ascr;"],[0,"&bscr;"],[0,"&cscr;"],[0,"&dscr;"],[1,"&fscr;"],[1,"&hscr;"],[0,"&iscr;"],[0,"&jscr;"],[0,"&kscr;"],[0,"&lscr;"],[0,"&mscr;"],[0,"&nscr;"],[1,"&pscr;"],[0,"&qscr;"],[0,"&rscr;"],[0,"&sscr;"],[0,"&tscr;"],[0,"&uscr;"],[0,"&vscr;"],[0,"&wscr;"],[0,"&xscr;"],[0,"&yscr;"],[0,"&zscr;"],[52,"&Afr;"],[0,"&Bfr;"],[1,"&Dfr;"],[0,"&Efr;"],[0,"&Ffr;"],[0,"&Gfr;"],[2,"&Jfr;"],[0,"&Kfr;"],[0,"&Lfr;"],[0,"&Mfr;"],[0,"&Nfr;"],[0,"&Ofr;"],[0,"&Pfr;"],[0,"&Qfr;"],[1,"&Sfr;"],[0,"&Tfr;"],[0,"&Ufr;"],[0,"&Vfr;"],[0,"&Wfr;"],[0,"&Xfr;"],[0,"&Yfr;"],[1,"&afr;"],[0,"&bfr;"],[0,"&cfr;"],[0,"&dfr;"],[0,"&efr;"],[0,"&ffr;"],[0,"&gfr;"],[0,"&hfr;"],[0,"&ifr;"],[0,"&jfr;"],[0,"&kfr;"],[0,"&lfr;"],[0,"&mfr;"],[0,"&nfr;"],[0,"&ofr;"],[0,"&pfr;"],[0,"&qfr;"],[0,"&rfr;"],[0,"&sfr;"],[0,"&tfr;"],[0,"&ufr;"],[0,"&vfr;"],[0,"&wfr;"],[0,"&xfr;"],[0,"&yfr;"],[0,"&zfr;"],[0,"&Aopf;"],[0,"&Bopf;"],[1,"&Dopf;"],[0,"&Eopf;"],[0,"&Fopf;"],[0,"&Gopf;"],[1,"&Iopf;"],[0,"&Jopf;"],[0,"&Kopf;"],[0,"&Lopf;"],[0,"&Mopf;"],[1,"&Oopf;"],[3,"&Sopf;"],[0,"&Topf;"],[0,"&Uopf;"],[0,"&Vopf;"],[0,"&Wopf;"],[0,"&Xopf;"],[0,"&Yopf;"],[1,"&aopf;"],[0,"&bopf;"],[0,"&copf;"],[0,"&dopf;"],[0,"&eopf;"],[0,"&fopf;"],[0,"&gopf;"],[0,"&hopf;"],[0,"&iopf;"],[0,"&jopf;"],[0,"&kopf;"],[0,"&lopf;"],[0,"&mopf;"],[0,"&nopf;"],[0,"&oopf;"],[0,"&popf;"],[0,"&qopf;"],[0,"&ropf;"],[0,"&sopf;"],[0,"&topf;"],[0,"&uopf;"],[0,"&vopf;"],[0,"&wopf;"],[0,"&xopf;"],[0,"&yopf;"],[0,"&zopf;"]]))}],[8906,"&fflig;"],[0,"&filig;"],[0,"&fllig;"],[0,"&ffilig;"],[0,"&ffllig;"]]))}),Re=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.escapeText=e.escapeAttribute=e.escapeUTF8=e.escape=e.encodeXML=e.getCodePoint=e.xmlReplacer=void 0,e.xmlReplacer=/["&'<>$\x80-\uFFFF]/g;var t=new Map([[34,"&quot;"],[38,"&amp;"],[39,"&apos;"],[60,"&lt;"],[62,"&gt;"]]);e.getCodePoint=String.prototype.codePointAt!=null?function(u,d){return u.codePointAt(d)}:function(u,d){return(u.charCodeAt(d)&64512)===55296?(u.charCodeAt(d)-55296)*1024+u.charCodeAt(d+1)-56320+65536:u.charCodeAt(d)};function c(u){for(var d="",s=0,i;(i=e.xmlReplacer.exec(u))!==null;){var r=i.index,a=u.charCodeAt(r),l=t.get(a);l!==void 0?(d+=u.substring(s,r)+l,s=r+1):(d+="".concat(u.substring(s,r),"&#x").concat((0,e.getCodePoint)(u,r).toString(16),";"),s=e.xmlReplacer.lastIndex+=+((a&64512)===55296))}return d+u.substr(s)}e.encodeXML=c,e.escape=c;function y(u,d){return function(s){for(var i,r=0,a="";i=u.exec(s);)r!==i.index&&(a+=s.substring(r,i.index)),a+=d.get(i[0].charCodeAt(0)),r=i.index+1;return a+s.substring(r)}}e.escapeUTF8=y(/[&<>'"]/g,t),e.escapeAttribute=y(/["&\u00A0]/g,new Map([[34,"&quot;"],[38,"&amp;"],[160,"&nbsp;"]])),e.escapeText=y(/[&<>\u00A0]/g,new Map([[38,"&amp;"],[60,"&lt;"],[62,"&gt;"],[160,"&nbsp;"]]))}),ct=z(e=>{"use strict";var t=e&&e.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};Object.defineProperty(e,"__esModule",{value:!0}),e.encodeNonAsciiHTML=e.encodeHTML=void 0;var c=t(oi()),y=Re(),u=/[\t\n!-,./:-@[-`\f{-}$\x80-\uFFFF]/g;function d(r){return i(u,r)}e.encodeHTML=d;function s(r){return i(y.xmlReplacer,r)}e.encodeNonAsciiHTML=s;function i(r,a){for(var l="",g=0,f;(f=r.exec(a))!==null;){var b=f.index;l+=a.substring(g,b);var n=a.charCodeAt(b),o=c.default.get(n);if(typeof o=="object"){if(b+1<a.length){var m=a.charCodeAt(b+1),p=typeof o.n=="number"?o.n===m?o.o:void 0:o.n.get(m);if(p!==void 0){l+=p,g=r.lastIndex+=1;continue}}o=o.v}if(o!==void 0)l+=o,g=b+1;else{var S=(0,y.getCodePoint)(a,b);l+="&#x".concat(S.toString(16),";"),g=r.lastIndex+=+(S!==n)}}return l+a.substr(g)}}),si=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.decodeXMLStrict=e.decodeHTML5Strict=e.decodeHTML4Strict=e.decodeHTML5=e.decodeHTML4=e.decodeHTMLAttribute=e.decodeHTMLStrict=e.decodeHTML=e.decodeXML=e.DecodingMode=e.EntityDecoder=e.encodeHTML5=e.encodeHTML4=e.encodeNonAsciiHTML=e.encodeHTML=e.escapeText=e.escapeAttribute=e.escapeUTF8=e.escape=e.encodeXML=e.encode=e.decodeStrict=e.decode=e.EncodingMode=e.EntityLevel=void 0;var t=dt(),c=ct(),y=Re(),u;(function(f){f[f.XML=0]="XML",f[f.HTML=1]="HTML"})(u=e.EntityLevel||(e.EntityLevel={}));var d;(function(f){f[f.UTF8=0]="UTF8",f[f.ASCII=1]="ASCII",f[f.Extensive=2]="Extensive",f[f.Attribute=3]="Attribute",f[f.Text=4]="Text"})(d=e.EncodingMode||(e.EncodingMode={}));function s(f,b){b===void 0&&(b=u.XML);var n=typeof b=="number"?b:b.level;if(n===u.HTML){var o=typeof b=="object"?b.mode:void 0;return(0,t.decodeHTML)(f,o)}return(0,t.decodeXML)(f)}e.decode=s;function i(f,b){var n;b===void 0&&(b=u.XML);var o=typeof b=="number"?{level:b}:b;return(n=o.mode)!==null&&n!==void 0||(o.mode=t.DecodingMode.Strict),s(f,o)}e.decodeStrict=i;function r(f,b){b===void 0&&(b=u.XML);var n=typeof b=="number"?{level:b}:b;return n.mode===d.UTF8?(0,y.escapeUTF8)(f):n.mode===d.Attribute?(0,y.escapeAttribute)(f):n.mode===d.Text?(0,y.escapeText)(f):n.level===u.HTML?n.mode===d.ASCII?(0,c.encodeNonAsciiHTML)(f):(0,c.encodeHTML)(f):(0,y.encodeXML)(f)}e.encode=r;var a=Re();Object.defineProperty(e,"encodeXML",{enumerable:!0,get:function(){return a.encodeXML}}),Object.defineProperty(e,"escape",{enumerable:!0,get:function(){return a.escape}}),Object.defineProperty(e,"escapeUTF8",{enumerable:!0,get:function(){return a.escapeUTF8}}),Object.defineProperty(e,"escapeAttribute",{enumerable:!0,get:function(){return a.escapeAttribute}}),Object.defineProperty(e,"escapeText",{enumerable:!0,get:function(){return a.escapeText}});var l=ct();Object.defineProperty(e,"encodeHTML",{enumerable:!0,get:function(){return l.encodeHTML}}),Object.defineProperty(e,"encodeNonAsciiHTML",{enumerable:!0,get:function(){return l.encodeNonAsciiHTML}}),Object.defineProperty(e,"encodeHTML4",{enumerable:!0,get:function(){return l.encodeHTML}}),Object.defineProperty(e,"encodeHTML5",{enumerable:!0,get:function(){return l.encodeHTML}});var g=dt();Object.defineProperty(e,"EntityDecoder",{enumerable:!0,get:function(){return g.EntityDecoder}}),Object.defineProperty(e,"DecodingMode",{enumerable:!0,get:function(){return g.DecodingMode}}),Object.defineProperty(e,"decodeXML",{enumerable:!0,get:function(){return g.decodeXML}}),Object.defineProperty(e,"decodeHTML",{enumerable:!0,get:function(){return g.decodeHTML}}),Object.defineProperty(e,"decodeHTMLStrict",{enumerable:!0,get:function(){return g.decodeHTMLStrict}}),Object.defineProperty(e,"decodeHTMLAttribute",{enumerable:!0,get:function(){return g.decodeHTMLAttribute}}),Object.defineProperty(e,"decodeHTML4",{enumerable:!0,get:function(){return g.decodeHTML}}),Object.defineProperty(e,"decodeHTML5",{enumerable:!0,get:function(){return g.decodeHTML}}),Object.defineProperty(e,"decodeHTML4Strict",{enumerable:!0,get:function(){return g.decodeHTMLStrict}}),Object.defineProperty(e,"decodeHTML5Strict",{enumerable:!0,get:function(){return g.decodeHTMLStrict}}),Object.defineProperty(e,"decodeXMLStrict",{enumerable:!0,get:function(){return g.decodeXML}})}),li=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.attributeNames=e.elementNames=void 0,e.elementNames=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map(function(t){return[t.toLowerCase(),t]})),e.attributeNames=new Map(["definitionURL","attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map(function(t){return[t.toLowerCase(),t]}))}),ui=z(e=>{"use strict";var t=e&&e.__assign||function(){return t=Object.assign||function(h){for(var w,k=1,x=arguments.length;k<x;k++){w=arguments[k];for(var A in w)Object.prototype.hasOwnProperty.call(w,A)&&(h[A]=w[A])}return h},t.apply(this,arguments)},c=e&&e.__createBinding||(Object.create?function(h,w,k,x){x===void 0&&(x=k);var A=Object.getOwnPropertyDescriptor(w,k);(!A||("get"in A?!w.__esModule:A.writable||A.configurable))&&(A={enumerable:!0,get:function(){return w[k]}}),Object.defineProperty(h,x,A)}:function(h,w,k,x){x===void 0&&(x=k),h[x]=w[k]}),y=e&&e.__setModuleDefault||(Object.create?function(h,w){Object.defineProperty(h,"default",{enumerable:!0,value:w})}:function(h,w){h.default=w}),u=e&&e.__importStar||function(h){if(h&&h.__esModule)return h;var w={};if(h!=null)for(var k in h)k!=="default"&&Object.prototype.hasOwnProperty.call(h,k)&&c(w,h,k);return y(w,h),w};Object.defineProperty(e,"__esModule",{value:!0}),e.render=void 0;var d=u(ze()),s=si(),i=li(),r=new Set(["style","script","xmp","iframe","noembed","noframes","plaintext","noscript"]);function a(h){return h.replace(/"/g,"&quot;")}function l(h,w){var k;if(h){var x=((k=w.encodeEntities)!==null&&k!==void 0?k:w.decodeEntities)===!1?a:w.xmlMode||w.encodeEntities!=="utf8"?s.encodeXML:s.escapeAttribute;return Object.keys(h).map(function(A){var B,E,D=(B=h[A])!==null&&B!==void 0?B:"";return w.xmlMode==="foreign"&&(A=(E=i.attributeNames.get(A))!==null&&E!==void 0?E:A),!w.emptyAttrs&&!w.xmlMode&&D===""?A:"".concat(A,'="').concat(x(D),'"')}).join(" ")}}var g=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]);function f(h,w){w===void 0&&(w={});for(var k=("length"in h)?h:[h],x="",A=0;A<k.length;A++)x+=b(k[A],w);return x}e.render=f,e.default=f;function b(h,w){switch(h.type){case d.Root:return f(h.children,w);case d.Doctype:case d.Directive:return p(h);case d.Comment:return C(h);case d.CDATA:return v(h);case d.Script:case d.Style:case d.Tag:return m(h,w);case d.Text:return S(h,w)}}var n=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),o=new Set(["svg","math"]);function m(h,w){var k;w.xmlMode==="foreign"&&(h.name=(k=i.elementNames.get(h.name))!==null&&k!==void 0?k:h.name,h.parent&&n.has(h.parent.name)&&(w=t(t({},w),{xmlMode:!1}))),!w.xmlMode&&o.has(h.name)&&(w=t(t({},w),{xmlMode:"foreign"}));var x="<".concat(h.name),A=l(h.attribs,w);return A&&(x+=" ".concat(A)),h.children.length===0&&(w.xmlMode?w.selfClosingTags!==!1:w.selfClosingTags&&g.has(h.name))?(w.xmlMode||(x+=" "),x+="/>"):(x+=">",h.children.length>0&&(x+=f(h.children,w)),(w.xmlMode||!g.has(h.name))&&(x+="</".concat(h.name,">"))),x}function p(h){return"<".concat(h.data,">")}function S(h,w){var k,x=h.data||"";return((k=w.encodeEntities)!==null&&k!==void 0?k:w.decodeEntities)!==!1&&!(!w.xmlMode&&h.parent&&r.has(h.parent.name))&&(x=w.xmlMode||w.encodeEntities!=="utf8"?(0,s.encodeXML)(x):(0,s.escapeText)(x)),x}function v(h){return"<![CDATA[".concat(h.children[0].data,"]]>")}function C(h){return"<!--".concat(h.data,"-->")}}),pt=z(e=>{"use strict";var t=e&&e.__importDefault||function(l){return l&&l.__esModule?l:{default:l}};Object.defineProperty(e,"__esModule",{value:!0}),e.getOuterHTML=d,e.getInnerHTML=s,e.getText=i,e.textContent=r,e.innerText=a;var c=xe(),y=t(ui()),u=ze();function d(l,g){return(0,y.default)(l,g)}function s(l,g){return(0,c.hasChildren)(l)?l.children.map(function(f){return d(f,g)}).join(""):""}function i(l){return Array.isArray(l)?l.map(i).join(""):(0,c.isTag)(l)?l.name==="br"?`
18
+ `:i(l.children):(0,c.isCDATA)(l)?i(l.children):(0,c.isText)(l)?l.data:""}function r(l){return Array.isArray(l)?l.map(r).join(""):(0,c.hasChildren)(l)&&!(0,c.isComment)(l)?r(l.children):(0,c.isText)(l)?l.data:""}function a(l){return Array.isArray(l)?l.map(a).join(""):(0,c.hasChildren)(l)&&(l.type===u.ElementType.Tag||(0,c.isCDATA)(l))?a(l.children):(0,c.isText)(l)?l.data:""}}),di=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getChildren=c,e.getParent=y,e.getSiblings=u,e.getAttributeValue=d,e.hasAttrib=s,e.getName=i,e.nextElementSibling=r,e.prevElementSibling=a;var t=xe();function c(l){return(0,t.hasChildren)(l)?l.children:[]}function y(l){return l.parent||null}function u(l){var g,f,b=y(l);if(b!=null)return c(b);for(var n=[l],o=l.prev,m=l.next;o!=null;)n.unshift(o),g=o,o=g.prev;for(;m!=null;)n.push(m),f=m,m=f.next;return n}function d(l,g){var f;return(f=l.attribs)===null||f===void 0?void 0:f[g]}function s(l,g){return l.attribs!=null&&Object.prototype.hasOwnProperty.call(l.attribs,g)&&l.attribs[g]!=null}function i(l){return l.name}function r(l){for(var g,f=l.next;f!==null&&!(0,t.isTag)(f);)g=f,f=g.next;return f}function a(l){for(var g,f=l.prev;f!==null&&!(0,t.isTag)(f);)g=f,f=g.prev;return f}}),ci=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.removeElement=t,e.replaceElement=c,e.appendChild=y,e.append=u,e.prependChild=d,e.prepend=s;function t(i){if(i.prev&&(i.prev.next=i.next),i.next&&(i.next.prev=i.prev),i.parent){var r=i.parent.children,a=r.lastIndexOf(i);a>=0&&r.splice(a,1)}i.next=null,i.prev=null,i.parent=null}function c(i,r){var a=r.prev=i.prev;a&&(a.next=r);var l=r.next=i.next;l&&(l.prev=r);var g=r.parent=i.parent;if(g){var f=g.children;f[f.lastIndexOf(i)]=r,i.parent=null}}function y(i,r){if(t(r),r.next=null,r.parent=i,i.children.push(r)>1){var a=i.children[i.children.length-2];a.next=r,r.prev=a}else r.prev=null}function u(i,r){t(r);var a=i.parent,l=i.next;if(r.next=l,r.prev=i,i.next=r,r.parent=a,l){if(l.prev=r,a){var g=a.children;g.splice(g.lastIndexOf(l),0,r)}}else a&&a.children.push(r)}function d(i,r){if(t(r),r.parent=i,r.prev=null,i.children.unshift(r)!==1){var a=i.children[1];a.prev=r,r.next=a}else r.next=null}function s(i,r){t(r);var a=i.parent;if(a){var l=a.children;l.splice(l.indexOf(i),0,r)}i.prev&&(i.prev.next=r),r.parent=a,r.prev=i.prev,r.next=i,i.prev=r}}),mt=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.filter=c,e.find=y,e.findOneChild=u,e.findOne=d,e.existsOne=s,e.findAll=i;var t=xe();function c(r,a,l,g){return l===void 0&&(l=!0),g===void 0&&(g=1/0),y(r,Array.isArray(a)?a:[a],l,g)}function y(r,a,l,g){for(var f=[],b=[Array.isArray(a)?a:[a]],n=[0];;){if(n[0]>=b[0].length){if(n.length===1)return f;b.shift(),n.shift();continue}var o=b[0][n[0]++];if(r(o)&&(f.push(o),--g<=0))return f;l&&(0,t.hasChildren)(o)&&o.children.length>0&&(n.unshift(0),b.unshift(o.children))}}function u(r,a){return a.find(r)}function d(r,a,l){l===void 0&&(l=!0);for(var g=Array.isArray(a)?a:[a],f=0;f<g.length;f++){var b=g[f];if((0,t.isTag)(b)&&r(b))return b;if(l&&(0,t.hasChildren)(b)&&b.children.length>0){var n=d(r,b.children,!0);if(n)return n}}return null}function s(r,a){return(Array.isArray(a)?a:[a]).some(function(l){return(0,t.isTag)(l)&&r(l)||(0,t.hasChildren)(l)&&s(r,l.children)})}function i(r,a){for(var l=[],g=[Array.isArray(a)?a:[a]],f=[0];;){if(f[0]>=g[0].length){if(g.length===1)return l;g.shift(),f.shift();continue}var b=g[0][f[0]++];(0,t.isTag)(b)&&r(b)&&l.push(b),(0,t.hasChildren)(b)&&b.children.length>0&&(f.unshift(0),g.unshift(b.children))}}}),ht=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.testElement=i,e.getElements=r,e.getElementById=a,e.getElementsByTagName=l,e.getElementsByClassName=g,e.getElementsByTagType=f;var t=xe(),c=mt(),y={tag_name:function(b){return typeof b=="function"?function(n){return(0,t.isTag)(n)&&b(n.name)}:b==="*"?t.isTag:function(n){return(0,t.isTag)(n)&&n.name===b}},tag_type:function(b){return typeof b=="function"?function(n){return b(n.type)}:function(n){return n.type===b}},tag_contains:function(b){return typeof b=="function"?function(n){return(0,t.isText)(n)&&b(n.data)}:function(n){return(0,t.isText)(n)&&n.data===b}}};function u(b,n){return typeof n=="function"?function(o){return(0,t.isTag)(o)&&n(o.attribs[b])}:function(o){return(0,t.isTag)(o)&&o.attribs[b]===n}}function d(b,n){return function(o){return b(o)||n(o)}}function s(b){var n=Object.keys(b).map(function(o){var m=b[o];return Object.prototype.hasOwnProperty.call(y,o)?y[o](m):u(o,m)});return n.length===0?null:n.reduce(d)}function i(b,n){var o=s(b);return o?o(n):!0}function r(b,n,o,m){m===void 0&&(m=1/0);var p=s(b);return p?(0,c.filter)(p,n,o,m):[]}function a(b,n,o){return o===void 0&&(o=!0),Array.isArray(n)||(n=[n]),(0,c.findOne)(u("id",b),n,o)}function l(b,n,o,m){return o===void 0&&(o=!0),m===void 0&&(m=1/0),(0,c.filter)(y.tag_name(b),n,o,m)}function g(b,n,o,m){return o===void 0&&(o=!0),m===void 0&&(m=1/0),(0,c.filter)(u("class",b),n,o,m)}function f(b,n,o,m){return o===void 0&&(o=!0),m===void 0&&(m=1/0),(0,c.filter)(y.tag_type(b),n,o,m)}}),pi=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.DocumentPosition=void 0,e.removeSubsets=c,e.compareDocumentPosition=u,e.uniqueSort=d;var t=xe();function c(s){for(var i=s.length;--i>=0;){var r=s[i];if(i>0&&s.lastIndexOf(r,i-1)>=0){s.splice(i,1);continue}for(var a=r.parent;a;a=a.parent)if(s.includes(a)){s.splice(i,1);break}}return s}var y;(function(s){s[s.DISCONNECTED=1]="DISCONNECTED",s[s.PRECEDING=2]="PRECEDING",s[s.FOLLOWING=4]="FOLLOWING",s[s.CONTAINS=8]="CONTAINS",s[s.CONTAINED_BY=16]="CONTAINED_BY"})(y||(e.DocumentPosition=y={}));function u(s,i){var r=[],a=[];if(s===i)return 0;for(var l=(0,t.hasChildren)(s)?s:s.parent;l;)r.unshift(l),l=l.parent;for(l=(0,t.hasChildren)(i)?i:i.parent;l;)a.unshift(l),l=l.parent;for(var g=Math.min(r.length,a.length),f=0;f<g&&r[f]===a[f];)f++;if(f===0)return y.DISCONNECTED;var b=r[f-1],n=b.children,o=r[f],m=a[f];return n.indexOf(o)>n.indexOf(m)?b===i?y.FOLLOWING|y.CONTAINED_BY:y.FOLLOWING:b===s?y.PRECEDING|y.CONTAINS:y.PRECEDING}function d(s){return s=s.filter(function(i,r,a){return!a.includes(i,r+1)}),s.sort(function(i,r){var a=u(i,r);return a&y.PRECEDING?-1:a&y.FOLLOWING?1:0}),s}}),mi=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getFeed=y;var t=pt(),c=ht();function y(b){var n=a(f,b);return n?n.name==="feed"?u(n):d(n):null}function u(b){var n,o=b.children,m={type:"atom",items:(0,c.getElementsByTagName)("entry",o).map(function(v){var C,h=v.children,w={media:r(h)};g(w,"id","id",h),g(w,"title","title",h);var k=(C=a("link",h))===null||C===void 0?void 0:C.attribs.href;k&&(w.link=k);var x=l("summary",h)||l("content",h);x&&(w.description=x);var A=l("updated",h);return A&&(w.pubDate=new Date(A)),w})};g(m,"id","id",o),g(m,"title","title",o);var p=(n=a("link",o))===null||n===void 0?void 0:n.attribs.href;p&&(m.link=p),g(m,"description","subtitle",o);var S=l("updated",o);return S&&(m.updated=new Date(S)),g(m,"author","email",o,!0),m}function d(b){var n,o,m=(o=(n=a("channel",b.children))===null||n===void 0?void 0:n.children)!==null&&o!==void 0?o:[],p={type:b.name.substr(0,3),id:"",items:(0,c.getElementsByTagName)("item",b.children).map(function(v){var C=v.children,h={media:r(C)};g(h,"id","guid",C),g(h,"title","title",C),g(h,"link","link",C),g(h,"description","description",C);var w=l("pubDate",C)||l("dc:date",C);return w&&(h.pubDate=new Date(w)),h})};g(p,"title","title",m),g(p,"link","link",m),g(p,"description","description",m);var S=l("lastBuildDate",m);return S&&(p.updated=new Date(S)),g(p,"author","managingEditor",m,!0),p}var s=["url","type","lang"],i=["fileSize","bitrate","framerate","samplingrate","channels","duration","height","width"];function r(b){return(0,c.getElementsByTagName)("media:content",b).map(function(n){for(var o=n.attribs,m={medium:o.medium,isDefault:!!o.isDefault},p=0,S=s;p<S.length;p++){var v=S[p];o[v]&&(m[v]=o[v])}for(var C=0,h=i;C<h.length;C++){var v=h[C];o[v]&&(m[v]=parseInt(o[v],10))}return o.expression&&(m.expression=o.expression),m})}function a(b,n){return(0,c.getElementsByTagName)(b,n,!0,1)[0]}function l(b,n,o){return o===void 0&&(o=!1),(0,t.textContent)((0,c.getElementsByTagName)(b,n,o,1)).trim()}function g(b,n,o,m,p){p===void 0&&(p=!1);var S=l(o,m,p);S&&(b[n]=S)}function f(b){return b==="rss"||b==="feed"||b==="rdf:RDF"}}),hi=z(e=>{"use strict";var t=e&&e.__createBinding||(Object.create?function(u,d,s,i){i===void 0&&(i=s);var r=Object.getOwnPropertyDescriptor(d,s);(!r||("get"in r?!d.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:function(){return d[s]}}),Object.defineProperty(u,i,r)}:function(u,d,s,i){i===void 0&&(i=s),u[i]=d[s]}),c=e&&e.__exportStar||function(u,d){for(var s in u)s!=="default"&&!Object.prototype.hasOwnProperty.call(d,s)&&t(d,u,s)};Object.defineProperty(e,"__esModule",{value:!0}),e.hasChildren=e.isDocument=e.isComment=e.isText=e.isCDATA=e.isTag=void 0,c(pt(),e),c(di(),e),c(ci(),e),c(mt(),e),c(ht(),e),c(pi(),e),c(mi(),e);var y=xe();Object.defineProperty(e,"isTag",{enumerable:!0,get:function(){return y.isTag}}),Object.defineProperty(e,"isCDATA",{enumerable:!0,get:function(){return y.isCDATA}}),Object.defineProperty(e,"isText",{enumerable:!0,get:function(){return y.isText}}),Object.defineProperty(e,"isComment",{enumerable:!0,get:function(){return y.isComment}}),Object.defineProperty(e,"isDocument",{enumerable:!0,get:function(){return y.isDocument}}),Object.defineProperty(e,"hasChildren",{enumerable:!0,get:function(){return y.hasChildren}})}),Ce=z((e,t)=>{t.exports={trueFunc:function(){return!0},falseFunc:function(){return!1}}}),Ge=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.AttributeAction=e.IgnoreCaseMode=e.SelectorType=void 0;var t;(function(y){y.Attribute="attribute",y.Pseudo="pseudo",y.PseudoElement="pseudo-element",y.Tag="tag",y.Universal="universal",y.Adjacent="adjacent",y.Child="child",y.Descendant="descendant",y.Parent="parent",y.Sibling="sibling",y.ColumnCombinator="column-combinator"})(t=e.SelectorType||(e.SelectorType={})),e.IgnoreCaseMode={Unknown:null,QuirksMode:"quirks",IgnoreCase:!0,CaseSensitive:!1};var c;(function(y){y.Any="any",y.Element="element",y.End="end",y.Equals="equals",y.Exists="exists",y.Hyphen="hyphen",y.Not="not",y.Start="start"})(c=e.AttributeAction||(e.AttributeAction={}))}),gi=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.parse=e.isTraversal=void 0;var t=Ge(),c=/^[^\\#]?(?:\\(?:[\da-f]{1,6}\s?|.)|[\w\-\u00b0-\uFFFF])+/,y=/\\([\da-f]{1,6}\s?|(\s)|.)/gi,u=new Map([[126,t.AttributeAction.Element],[94,t.AttributeAction.Start],[36,t.AttributeAction.End],[42,t.AttributeAction.Any],[33,t.AttributeAction.Not],[124,t.AttributeAction.Hyphen]]),d=new Set(["has","not","matches","is","where","host","host-context"]);function s(n){switch(n.type){case t.SelectorType.Adjacent:case t.SelectorType.Child:case t.SelectorType.Descendant:case t.SelectorType.Parent:case t.SelectorType.Sibling:case t.SelectorType.ColumnCombinator:return!0;default:return!1}}e.isTraversal=s;var i=new Set(["contains","icontains"]);function r(n,o,m){var p=parseInt(o,16)-65536;return p!==p||m?o:p<0?String.fromCharCode(p+65536):String.fromCharCode(p>>10|55296,p&1023|56320)}function a(n){return n.replace(y,r)}function l(n){return n===39||n===34}function g(n){return n===32||n===9||n===10||n===12||n===13}function f(n){var o=[],m=b(o,"".concat(n),0);if(m<n.length)throw new Error("Unmatched selector: ".concat(n.slice(m)));return o}e.parse=f;function b(n,o,m){var p=[];function S(U){var Y=o.slice(m+U).match(c);if(!Y)throw new Error("Expected name, found ".concat(o.slice(m)));var te=Y[0];return m+=U+te.length,a(te)}function v(U){for(m+=U;m<o.length&&g(o.charCodeAt(m));)m++}function C(){m+=1;for(var U=m,Y=1;Y>0&&m<o.length;m++)o.charCodeAt(m)===40&&!h(m)?Y++:o.charCodeAt(m)===41&&!h(m)&&Y--;if(Y)throw new Error("Parenthesis not matched");return a(o.slice(U,m-1))}function h(U){for(var Y=0;o.charCodeAt(--U)===92;)Y++;return(Y&1)===1}function w(){if(p.length>0&&s(p[p.length-1]))throw new Error("Did not expect successive traversals.")}function k(U){if(p.length>0&&p[p.length-1].type===t.SelectorType.Descendant){p[p.length-1].type=U;return}w(),p.push({type:U})}function x(U,Y){p.push({type:t.SelectorType.Attribute,name:U,action:Y,value:S(1),namespace:null,ignoreCase:"quirks"})}function A(){if(p.length&&p[p.length-1].type===t.SelectorType.Descendant&&p.pop(),p.length===0)throw new Error("Empty sub-selector");n.push(p)}if(v(0),o.length===m)return m;e:for(;m<o.length;){var B=o.charCodeAt(m);switch(B){case 32:case 9:case 10:case 12:case 13:{(p.length===0||p[0].type!==t.SelectorType.Descendant)&&(w(),p.push({type:t.SelectorType.Descendant})),v(1);break}case 62:{k(t.SelectorType.Child),v(1);break}case 60:{k(t.SelectorType.Parent),v(1);break}case 126:{k(t.SelectorType.Sibling),v(1);break}case 43:{k(t.SelectorType.Adjacent),v(1);break}case 46:{x("class",t.AttributeAction.Element);break}case 35:{x("id",t.AttributeAction.Equals);break}case 91:{v(1);var E=void 0,D=null;o.charCodeAt(m)===124?E=S(1):o.startsWith("*|",m)?(D="*",E=S(2)):(E=S(0),o.charCodeAt(m)===124&&o.charCodeAt(m+1)!==61&&(D=E,E=S(1))),v(0);var W=t.AttributeAction.Exists,I=u.get(o.charCodeAt(m));if(I){if(W=I,o.charCodeAt(m+1)!==61)throw new Error("Expected `=`");v(2)}else o.charCodeAt(m)===61&&(W=t.AttributeAction.Equals,v(1));var q="",F=null;if(W!=="exists"){if(l(o.charCodeAt(m))){for(var M=o.charCodeAt(m),G=m+1;G<o.length&&(o.charCodeAt(G)!==M||h(G));)G+=1;if(o.charCodeAt(G)!==M)throw new Error("Attribute value didn't end");q=a(o.slice(m+1,G)),m=G+1}else{for(var V=m;m<o.length&&(!g(o.charCodeAt(m))&&o.charCodeAt(m)!==93||h(m));)m+=1;q=a(o.slice(V,m))}v(0);var H=o.charCodeAt(m)|32;H===115?(F=!1,v(1)):H===105&&(F=!0,v(1))}if(o.charCodeAt(m)!==93)throw new Error("Attribute selector didn't terminate");m+=1;var j={type:t.SelectorType.Attribute,name:E,action:W,value:q,namespace:D,ignoreCase:F};p.push(j);break}case 58:{if(o.charCodeAt(m+1)===58){p.push({type:t.SelectorType.PseudoElement,name:S(2).toLowerCase(),data:o.charCodeAt(m)===40?C():null});continue}var L=S(1).toLowerCase(),O=null;if(o.charCodeAt(m)===40)if(d.has(L)){if(l(o.charCodeAt(m+1)))throw new Error("Pseudo-selector ".concat(L," cannot be quoted"));if(O=[],m=b(O,o,m+1),o.charCodeAt(m)!==41)throw new Error("Missing closing parenthesis in :".concat(L," (").concat(o,")"));m+=1}else{if(O=C(),i.has(L)){var T=O.charCodeAt(0);T===O.charCodeAt(O.length-1)&&l(T)&&(O=O.slice(1,-1))}O=a(O)}p.push({type:t.SelectorType.Pseudo,name:L,data:O});break}case 44:{A(),p=[],v(1);break}default:{if(o.startsWith("/*",m)){var R=o.indexOf("*/",m+2);if(R<0)throw new Error("Comment was not terminated");m=R+2,p.length===0&&v(0);break}var D=null,P=void 0;if(B===42)m+=1,P="*";else if(B===124){if(P="",o.charCodeAt(m+1)===124){k(t.SelectorType.ColumnCombinator),v(2);break}}else if(c.test(o.slice(m)))P=S(0);else break e;o.charCodeAt(m)===124&&o.charCodeAt(m+1)!==124&&(D=P,o.charCodeAt(m+1)===42?(P="*",m+=2):P=S(1)),p.push(P==="*"?{type:t.SelectorType.Universal,namespace:D}:{type:t.SelectorType.Tag,name:P,namespace:D})}}}return A(),m}}),fi=z(e=>{"use strict";var t=e&&e.__spreadArray||function(n,o,m){if(m||arguments.length===2)for(var p=0,S=o.length,v;p<S;p++)(v||!(p in o))&&(v||(v=Array.prototype.slice.call(o,0,p)),v[p]=o[p]);return n.concat(v||Array.prototype.slice.call(o))};Object.defineProperty(e,"__esModule",{value:!0}),e.stringify=void 0;var c=Ge(),y=["\\",'"'],u=t(t([],y,!0),["(",")"],!1),d=new Set(y.map(function(n){return n.charCodeAt(0)})),s=new Set(u.map(function(n){return n.charCodeAt(0)})),i=new Set(t(t([],u,!0),["~","^","$","*","+","!","|",":","[","]"," ","."],!1).map(function(n){return n.charCodeAt(0)}));function r(n){return n.map(function(o){return o.map(a).join("")}).join(", ")}e.stringify=r;function a(n,o,m){switch(n.type){case c.SelectorType.Child:return o===0?"> ":" > ";case c.SelectorType.Parent:return o===0?"< ":" < ";case c.SelectorType.Sibling:return o===0?"~ ":" ~ ";case c.SelectorType.Adjacent:return o===0?"+ ":" + ";case c.SelectorType.Descendant:return" ";case c.SelectorType.ColumnCombinator:return o===0?"|| ":" || ";case c.SelectorType.Universal:return n.namespace==="*"&&o+1<m.length&&"name"in m[o+1]?"":"".concat(f(n.namespace),"*");case c.SelectorType.Tag:return g(n);case c.SelectorType.PseudoElement:return"::".concat(b(n.name,i)).concat(n.data===null?"":"(".concat(b(n.data,s),")"));case c.SelectorType.Pseudo:return":".concat(b(n.name,i)).concat(n.data===null?"":"(".concat(typeof n.data=="string"?b(n.data,s):r(n.data),")"));case c.SelectorType.Attribute:{if(n.name==="id"&&n.action===c.AttributeAction.Equals&&n.ignoreCase==="quirks"&&!n.namespace)return"#".concat(b(n.value,i));if(n.name==="class"&&n.action===c.AttributeAction.Element&&n.ignoreCase==="quirks"&&!n.namespace)return".".concat(b(n.value,i));var p=g(n);return n.action===c.AttributeAction.Exists?"[".concat(p,"]"):"[".concat(p).concat(l(n.action),'="').concat(b(n.value,d),'"').concat(n.ignoreCase===null?"":n.ignoreCase?" i":" s","]")}}}function l(n){switch(n){case c.AttributeAction.Equals:return"";case c.AttributeAction.Element:return"~";case c.AttributeAction.Start:return"^";case c.AttributeAction.End:return"$";case c.AttributeAction.Any:return"*";case c.AttributeAction.Not:return"!";case c.AttributeAction.Hyphen:return"|";case c.AttributeAction.Exists:throw new Error("Shouldn't be here")}}function g(n){return"".concat(f(n.namespace)).concat(b(n.name,i))}function f(n){return n!==null?"".concat(n==="*"?"*":b(n,i),"|"):""}function b(n,o){for(var m=0,p="",S=0;S<n.length;S++)o.has(n.charCodeAt(S))&&(p+="".concat(n.slice(m,S),"\\").concat(n.charAt(S)),m=S+1);return p.length>0?p+n.slice(m):n}}),De=z(e=>{"use strict";var t=e&&e.__createBinding||(Object.create?function(d,s,i,r){r===void 0&&(r=i);var a=Object.getOwnPropertyDescriptor(s,i);(!a||("get"in a?!s.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:function(){return s[i]}}),Object.defineProperty(d,r,a)}:function(d,s,i,r){r===void 0&&(r=i),d[r]=s[i]}),c=e&&e.__exportStar||function(d,s){for(var i in d)i!=="default"&&!Object.prototype.hasOwnProperty.call(s,i)&&t(s,d,i)};Object.defineProperty(e,"__esModule",{value:!0}),e.stringify=e.parse=e.isTraversal=void 0,c(Ge(),e);var y=gi();Object.defineProperty(e,"isTraversal",{enumerable:!0,get:function(){return y.isTraversal}}),Object.defineProperty(e,"parse",{enumerable:!0,get:function(){return y.parse}});var u=fi();Object.defineProperty(e,"stringify",{enumerable:!0,get:function(){return u.stringify}})}),gt=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.isTraversal=void 0;var t=De(),c=new Map([[t.SelectorType.Universal,50],[t.SelectorType.Tag,30],[t.SelectorType.Attribute,1],[t.SelectorType.Pseudo,0]]);function y(i){return!c.has(i.type)}e.isTraversal=y;var u=new Map([[t.AttributeAction.Exists,10],[t.AttributeAction.Equals,8],[t.AttributeAction.Not,7],[t.AttributeAction.Start,6],[t.AttributeAction.End,6],[t.AttributeAction.Any,5]]);function d(i){for(var r=i.map(s),a=1;a<i.length;a++){var l=r[a];if(!(l<0))for(var g=a-1;g>=0&&l<r[g];g--){var f=i[g+1];i[g+1]=i[g],i[g]=f,r[g+1]=r[g],r[g]=l}}}e.default=d;function s(i){var r,a,l=(r=c.get(i.type))!==null&&r!==void 0?r:-1;return i.type===t.SelectorType.Attribute?(l=(a=u.get(i.action))!==null&&a!==void 0?a:4,i.action===t.AttributeAction.Equals&&i.name==="id"&&(l=9),i.ignoreCase&&(l>>=1)):i.type===t.SelectorType.Pseudo&&(i.data?i.name==="has"||i.name==="contains"?l=0:Array.isArray(i.data)?(l=Math.min.apply(Math,i.data.map(function(g){return Math.min.apply(Math,g.map(s))})),l<0&&(l=0)):l=2:l=3),l}}),yi=z(e=>{"use strict";var t=e&&e.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(e,"__esModule",{value:!0}),e.attributeRules=void 0;var c=t(Ce()),y=/[-[\]{}()*+?.,\\^$|#\s]/g;function u(i){return i.replace(y,"\\$&")}var d=new Set(["accept","accept-charset","align","alink","axis","bgcolor","charset","checked","clear","codetype","color","compact","declare","defer","dir","direction","disabled","enctype","face","frame","hreflang","http-equiv","lang","language","link","media","method","multiple","nohref","noresize","noshade","nowrap","readonly","rel","rev","rules","scope","scrolling","selected","shape","target","text","type","valign","valuetype","vlink"]);function s(i,r){return typeof i.ignoreCase=="boolean"?i.ignoreCase:i.ignoreCase==="quirks"?!!r.quirksMode:!r.xmlMode&&d.has(i.name)}e.attributeRules={equals:function(i,r,a){var l=a.adapter,g=r.name,f=r.value;return s(r,a)?(f=f.toLowerCase(),function(b){var n=l.getAttributeValue(b,g);return n!=null&&n.length===f.length&&n.toLowerCase()===f&&i(b)}):function(b){return l.getAttributeValue(b,g)===f&&i(b)}},hyphen:function(i,r,a){var l=a.adapter,g=r.name,f=r.value,b=f.length;return s(r,a)?(f=f.toLowerCase(),function(n){var o=l.getAttributeValue(n,g);return o!=null&&(o.length===b||o.charAt(b)==="-")&&o.substr(0,b).toLowerCase()===f&&i(n)}):function(n){var o=l.getAttributeValue(n,g);return o!=null&&(o.length===b||o.charAt(b)==="-")&&o.substr(0,b)===f&&i(n)}},element:function(i,r,a){var l=a.adapter,g=r.name,f=r.value;if(/\s/.test(f))return c.default.falseFunc;var b=new RegExp("(?:^|\\s)".concat(u(f),"(?:$|\\s)"),s(r,a)?"i":"");return function(n){var o=l.getAttributeValue(n,g);return o!=null&&o.length>=f.length&&b.test(o)&&i(n)}},exists:function(i,r,a){var l=r.name,g=a.adapter;return function(f){return g.hasAttrib(f,l)&&i(f)}},start:function(i,r,a){var l=a.adapter,g=r.name,f=r.value,b=f.length;return b===0?c.default.falseFunc:s(r,a)?(f=f.toLowerCase(),function(n){var o=l.getAttributeValue(n,g);return o!=null&&o.length>=b&&o.substr(0,b).toLowerCase()===f&&i(n)}):function(n){var o;return!!(!((o=l.getAttributeValue(n,g))===null||o===void 0)&&o.startsWith(f))&&i(n)}},end:function(i,r,a){var l=a.adapter,g=r.name,f=r.value,b=-f.length;return b===0?c.default.falseFunc:s(r,a)?(f=f.toLowerCase(),function(n){var o;return((o=l.getAttributeValue(n,g))===null||o===void 0?void 0:o.substr(b).toLowerCase())===f&&i(n)}):function(n){var o;return!!(!((o=l.getAttributeValue(n,g))===null||o===void 0)&&o.endsWith(f))&&i(n)}},any:function(i,r,a){var l=a.adapter,g=r.name,f=r.value;if(f==="")return c.default.falseFunc;if(s(r,a)){var b=new RegExp(u(f),"i");return function(n){var o=l.getAttributeValue(n,g);return o!=null&&o.length>=f.length&&b.test(o)&&i(n)}}return function(n){var o;return!!(!((o=l.getAttributeValue(n,g))===null||o===void 0)&&o.includes(f))&&i(n)}},not:function(i,r,a){var l=a.adapter,g=r.name,f=r.value;return f===""?function(b){return!!l.getAttributeValue(b,g)&&i(b)}:s(r,a)?(f=f.toLowerCase(),function(b){var n=l.getAttributeValue(b,g);return(n==null||n.length!==f.length||n.toLowerCase()!==f)&&i(b)}):function(b){return l.getAttributeValue(b,g)!==f&&i(b)}}}}),bi=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.parse=void 0;var t=new Set([9,10,12,13,32]),c=48,y=57;function u(d){if(d=d.trim().toLowerCase(),d==="even")return[2,0];if(d==="odd")return[2,1];var s=0,i=0,r=l(),a=g();if(s<d.length&&d.charAt(s)==="n"&&(s++,i=r*(a??1),f(),s<d.length?(r=l(),f(),a=g()):r=a=0),a===null||s<d.length)throw new Error("n-th rule couldn't be parsed ('".concat(d,"')"));return[i,r*a];function l(){return d.charAt(s)==="-"?(s++,-1):(d.charAt(s)==="+"&&s++,1)}function g(){for(var b=s,n=0;s<d.length&&d.charCodeAt(s)>=c&&d.charCodeAt(s)<=y;)n=n*10+(d.charCodeAt(s)-c),s++;return s===b?null:n}function f(){for(;s<d.length&&t.has(d.charCodeAt(s));)s++}}e.parse=u}),Si=z(e=>{"use strict";var t=e&&e.__importDefault||function(d){return d&&d.__esModule?d:{default:d}};Object.defineProperty(e,"__esModule",{value:!0}),e.generate=e.compile=void 0;var c=t(Ce());function y(d){var s=d[0],i=d[1]-1;if(i<0&&s<=0)return c.default.falseFunc;if(s===-1)return function(l){return l<=i};if(s===0)return function(l){return l===i};if(s===1)return i<0?c.default.trueFunc:function(l){return l>=i};var r=Math.abs(s),a=(i%r+r)%r;return s>1?function(l){return l>=i&&l%r===a}:function(l){return l<=i&&l%r===a}}e.compile=y;function u(d){var s=d[0],i=d[1]-1,r=0;if(s<0){var a=-s,l=(i%a+a)%a;return function(){var g=l+a*r++;return g>i?null:g}}return s===0?i<0?function(){return null}:function(){return r++===0?i:null}:(i<0&&(i+=s*Math.ceil(-i/s)),function(){return s*r+++i})}e.generate=u}),vi=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.sequence=e.generate=e.compile=e.parse=void 0;var t=bi();Object.defineProperty(e,"parse",{enumerable:!0,get:function(){return t.parse}});var c=Si();Object.defineProperty(e,"compile",{enumerable:!0,get:function(){return c.compile}}),Object.defineProperty(e,"generate",{enumerable:!0,get:function(){return c.generate}});function y(d){return(0,c.compile)((0,t.parse)(d))}e.default=y;function u(d){return(0,c.generate)((0,t.parse)(d))}e.sequence=u}),xi=z(e=>{"use strict";var t=e&&e.__importDefault||function(s){return s&&s.__esModule?s:{default:s}};Object.defineProperty(e,"__esModule",{value:!0}),e.filters=void 0;var c=t(vi()),y=t(Ce());function u(s,i){return function(r){var a=i.getParent(r);return a!=null&&i.isTag(a)&&s(r)}}e.filters={contains:function(s,i,r){var a=r.adapter;return function(l){return s(l)&&a.getText(l).includes(i)}},icontains:function(s,i,r){var a=r.adapter,l=i.toLowerCase();return function(g){return s(g)&&a.getText(g).toLowerCase().includes(l)}},"nth-child":function(s,i,r){var a=r.adapter,l=r.equals,g=(0,c.default)(i);return g===y.default.falseFunc?y.default.falseFunc:g===y.default.trueFunc?u(s,a):function(f){for(var b=a.getSiblings(f),n=0,o=0;o<b.length&&!l(f,b[o]);o++)a.isTag(b[o])&&n++;return g(n)&&s(f)}},"nth-last-child":function(s,i,r){var a=r.adapter,l=r.equals,g=(0,c.default)(i);return g===y.default.falseFunc?y.default.falseFunc:g===y.default.trueFunc?u(s,a):function(f){for(var b=a.getSiblings(f),n=0,o=b.length-1;o>=0&&!l(f,b[o]);o--)a.isTag(b[o])&&n++;return g(n)&&s(f)}},"nth-of-type":function(s,i,r){var a=r.adapter,l=r.equals,g=(0,c.default)(i);return g===y.default.falseFunc?y.default.falseFunc:g===y.default.trueFunc?u(s,a):function(f){for(var b=a.getSiblings(f),n=0,o=0;o<b.length;o++){var m=b[o];if(l(f,m))break;a.isTag(m)&&a.getName(m)===a.getName(f)&&n++}return g(n)&&s(f)}},"nth-last-of-type":function(s,i,r){var a=r.adapter,l=r.equals,g=(0,c.default)(i);return g===y.default.falseFunc?y.default.falseFunc:g===y.default.trueFunc?u(s,a):function(f){for(var b=a.getSiblings(f),n=0,o=b.length-1;o>=0;o--){var m=b[o];if(l(f,m))break;a.isTag(m)&&a.getName(m)===a.getName(f)&&n++}return g(n)&&s(f)}},root:function(s,i,r){var a=r.adapter;return function(l){var g=a.getParent(l);return(g==null||!a.isTag(g))&&s(l)}},scope:function(s,i,r,a){var l=r.equals;return!a||a.length===0?e.filters.root(s,i,r):a.length===1?function(g){return l(a[0],g)&&s(g)}:function(g){return a.includes(g)&&s(g)}},hover:d("isHovered"),visited:d("isVisited"),active:d("isActive")};function d(s){return function(i,r,a){var l=a.adapter,g=l[s];return typeof g!="function"?y.default.falseFunc:function(f){return g(f)&&i(f)}}}}),Ci=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.verifyPseudoArgs=e.pseudos=void 0,e.pseudos={empty:function(c,y){var u=y.adapter;return!u.getChildren(c).some(function(d){return u.isTag(d)||u.getText(d)!==""})},"first-child":function(c,y){var u=y.adapter,d=y.equals;if(u.prevElementSibling)return u.prevElementSibling(c)==null;var s=u.getSiblings(c).find(function(i){return u.isTag(i)});return s!=null&&d(c,s)},"last-child":function(c,y){for(var u=y.adapter,d=y.equals,s=u.getSiblings(c),i=s.length-1;i>=0;i--){if(d(c,s[i]))return!0;if(u.isTag(s[i]))break}return!1},"first-of-type":function(c,y){for(var u=y.adapter,d=y.equals,s=u.getSiblings(c),i=u.getName(c),r=0;r<s.length;r++){var a=s[r];if(d(c,a))return!0;if(u.isTag(a)&&u.getName(a)===i)break}return!1},"last-of-type":function(c,y){for(var u=y.adapter,d=y.equals,s=u.getSiblings(c),i=u.getName(c),r=s.length-1;r>=0;r--){var a=s[r];if(d(c,a))return!0;if(u.isTag(a)&&u.getName(a)===i)break}return!1},"only-of-type":function(c,y){var u=y.adapter,d=y.equals,s=u.getName(c);return u.getSiblings(c).every(function(i){return d(c,i)||!u.isTag(i)||u.getName(i)!==s})},"only-child":function(c,y){var u=y.adapter,d=y.equals;return u.getSiblings(c).every(function(s){return d(c,s)||!u.isTag(s)})}};function t(c,y,u,d){if(u===null){if(c.length>d)throw new Error("Pseudo-class :".concat(y," requires an argument"))}else if(c.length===d)throw new Error("Pseudo-class :".concat(y," doesn't have any arguments"))}e.verifyPseudoArgs=t}),ki=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.aliases=void 0,e.aliases={"any-link":":is(a, area, link)[href]",link:":any-link:not(:visited)",disabled:`:is(
19
19
  :is(button, input, select, textarea, optgroup, option)[disabled],
20
20
  optgroup[disabled] > option,
21
21
  fieldset[disabled]:not(fieldset[disabled] legend:first-of-type *)
22
- )`,enabled:":not(:disabled)",checked:":is(:is(input[type=radio], input[type=checkbox])[checked], option:selected)",required:":is(input, select, textarea)[required]",optional:":is(input, select, textarea):not([required])",selected:"option:is([selected], select:not([multiple]):not(:has(> option[selected])) > :first-of-type)",checkbox:"[type=checkbox]",file:"[type=file]",password:"[type=password]",radio:"[type=radio]",reset:"[type=reset]",image:"[type=image]",submit:"[type=submit]",parent:":not(:empty)",header:":is(h1, h2, h3, h4, h5, h6)",button:":is(button, input[type=button])",input:":is(input, textarea, select, button)",text:"input:is(:not([type!='']), [type=text])"}}),je=z(e=>{"use strict";var t=e&&e.__spreadArray||function(a,l,f){if(f||arguments.length===2)for(var g=0,b=l.length,n;g<b;g++)(n||!(g in l))&&(n||(n=Array.prototype.slice.call(l,0,g)),n[g]=l[g]);return a.concat(n||Array.prototype.slice.call(l))},c=e&&e.__importDefault||function(a){return a&&a.__esModule?a:{default:a}};Object.defineProperty(e,"__esModule",{value:!0}),e.subselects=e.getNextSiblings=e.ensureIsTag=e.PLACEHOLDER_ELEMENT=void 0;var y=c(Ce()),u=gt();e.PLACEHOLDER_ELEMENT={};function d(a,l){return a===y.default.falseFunc?y.default.falseFunc:function(f){return l.isTag(f)&&a(f)}}e.ensureIsTag=d;function s(a,l){var f=l.getSiblings(a);if(f.length<=1)return[];var g=f.indexOf(a);return g<0||g===f.length-1?[]:f.slice(g+1).filter(l.isTag)}e.getNextSiblings=s;function i(a){return{xmlMode:!!a.xmlMode,lowerCaseAttributeNames:!!a.lowerCaseAttributeNames,lowerCaseTags:!!a.lowerCaseTags,quirksMode:!!a.quirksMode,cacheResults:!!a.cacheResults,pseudos:a.pseudos,adapter:a.adapter,equals:a.equals}}var r=function(a,l,f,g,b){var n=b(l,i(f),g);return n===y.default.trueFunc?a:n===y.default.falseFunc?y.default.falseFunc:function(o){return n(o)&&a(o)}};e.subselects={is:r,matches:r,where:r,not:function(a,l,f,g,b){var n=b(l,i(f),g);return n===y.default.falseFunc?a:n===y.default.trueFunc?y.default.falseFunc:function(o){return!n(o)&&a(o)}},has:function(a,l,f,g,b){var n=f.adapter,o=i(f);o.relativeSelector=!0;var m=l.some(function(h){return h.some(u.isTraversal)})?[e.PLACEHOLDER_ELEMENT]:void 0,p=b(l,o,m);if(p===y.default.falseFunc)return y.default.falseFunc;var S=d(p,n);if(m&&p!==y.default.trueFunc){var v=p.shouldTestNextSiblings,C=v===void 0?!1:v;return function(h){if(!a(h))return!1;m[0]=h;var w=n.getChildren(h),k=C?t(t([],w,!0),s(h,n),!0):w;return n.existsOne(S,k)}}return function(h){return a(h)&&n.existsOne(S,n.getChildren(h))}}}}),ft=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.compilePseudoSelector=e.aliases=e.pseudos=e.filters=void 0;var t=De(),c=xi();Object.defineProperty(e,"filters",{enumerable:!0,get:function(){return c.filters}});var y=Ci();Object.defineProperty(e,"pseudos",{enumerable:!0,get:function(){return y.pseudos}});var u=ki();Object.defineProperty(e,"aliases",{enumerable:!0,get:function(){return u.aliases}});var d=je();function s(i,r,a,l,f){var g,b=r.name,n=r.data;if(Array.isArray(n)){if(!(b in d.subselects))throw new Error("Unknown pseudo-class :".concat(b,"(").concat(n,")"));return d.subselects[b](i,n,a,l,f)}var o=(g=a.pseudos)===null||g===void 0?void 0:g[b],m=typeof o=="string"?o:u.aliases[b];if(typeof m=="string"){if(n!=null)throw new Error("Pseudo ".concat(b," doesn't have any arguments"));var p=(0,t.parse)(m);return d.subselects.is(i,p,a,l,f)}if(typeof o=="function")return(0,y.verifyPseudoArgs)(o,b,n,1),function(v){return o(v,n)&&i(v)};if(b in c.filters)return c.filters[b](i,n,a,l);if(b in y.pseudos){var S=y.pseudos[b];return(0,y.verifyPseudoArgs)(S,b,n,2),function(v){return S(v,a,n)&&i(v)}}throw new Error("Unknown pseudo-class :".concat(b))}e.compilePseudoSelector=s}),wi=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.compileGeneralSelector=void 0;var t=yi(),c=ft(),y=De();function u(s,i){var r=i.getParent(s);return r&&i.isTag(r)?r:null}function d(s,i,r,a,l){var f=r.adapter,g=r.equals;switch(i.type){case y.SelectorType.PseudoElement:throw new Error("Pseudo-elements are not supported by css-select");case y.SelectorType.ColumnCombinator:throw new Error("Column combinators are not yet supported by css-select");case y.SelectorType.Attribute:{if(i.namespace!=null)throw new Error("Namespaced attributes are not yet supported by css-select");return(!r.xmlMode||r.lowerCaseAttributeNames)&&(i.name=i.name.toLowerCase()),t.attributeRules[i.action](s,i,r)}case y.SelectorType.Pseudo:return(0,c.compilePseudoSelector)(s,i,r,a,l);case y.SelectorType.Tag:{if(i.namespace!=null)throw new Error("Namespaced tag names are not yet supported by css-select");var b=i.name;return(!r.xmlMode||r.lowerCaseTags)&&(b=b.toLowerCase()),function(o){return f.getName(o)===b&&s(o)}}case y.SelectorType.Descendant:{if(r.cacheResults===!1||typeof WeakSet>"u")return function(o){for(var m=o;m=u(m,f);)if(s(m))return!0;return!1};var n=new WeakSet;return function(o){for(var m=o;m=u(m,f);)if(!n.has(m)){if(f.isTag(m)&&s(m))return!0;n.add(m)}return!1}}case"_flexibleDescendant":return function(o){var m=o;do if(s(m))return!0;while(m=u(m,f));return!1};case y.SelectorType.Parent:return function(o){return f.getChildren(o).some(function(m){return f.isTag(m)&&s(m)})};case y.SelectorType.Child:return function(o){var m=f.getParent(o);return m!=null&&f.isTag(m)&&s(m)};case y.SelectorType.Sibling:return function(o){for(var m=f.getSiblings(o),p=0;p<m.length;p++){var S=m[p];if(g(o,S))break;if(f.isTag(S)&&s(S))return!0}return!1};case y.SelectorType.Adjacent:return f.prevElementSibling?function(o){var m=f.prevElementSibling(o);return m!=null&&s(m)}:function(o){for(var m=f.getSiblings(o),p,S=0;S<m.length;S++){var v=m[S];if(g(o,v))break;f.isTag(v)&&(p=v)}return!!p&&s(p)};case y.SelectorType.Universal:{if(i.namespace!=null&&i.namespace!=="*")throw new Error("Namespaced universal selectors are not yet supported by css-select");return s}}}e.compileGeneralSelector=d}),Ai=z(e=>{"use strict";var t=e&&e.__createBinding||(Object.create?function(C,h,w,k){k===void 0&&(k=w);var x=Object.getOwnPropertyDescriptor(h,w);(!x||("get"in x?!h.__esModule:x.writable||x.configurable))&&(x={enumerable:!0,get:function(){return h[w]}}),Object.defineProperty(C,k,x)}:function(C,h,w,k){k===void 0&&(k=w),C[k]=h[w]}),c=e&&e.__setModuleDefault||(Object.create?function(C,h){Object.defineProperty(C,"default",{enumerable:!0,value:h})}:function(C,h){C.default=h}),y=e&&e.__importStar||function(C){if(C&&C.__esModule)return C;var h={};if(C!=null)for(var w in C)w!=="default"&&Object.prototype.hasOwnProperty.call(C,w)&&t(h,C,w);return c(h,C),h},u=e&&e.__importDefault||function(C){return C&&C.__esModule?C:{default:C}};Object.defineProperty(e,"__esModule",{value:!0}),e.compileToken=e.compileUnsafe=e.compile=void 0;var d=De(),s=u(Ce()),i=y(gt()),r=wi(),a=je();function l(C,h,w){var k=f(C,h,w);return(0,a.ensureIsTag)(k,h.adapter)}e.compile=l;function f(C,h,w){var k=typeof C=="string"?(0,d.parse)(C):C;return p(k,h,w)}e.compileUnsafe=f;function g(C){return C.type===d.SelectorType.Pseudo&&(C.name==="scope"||Array.isArray(C.data)&&C.data.some(function(h){return h.some(g)}))}var b={type:d.SelectorType.Descendant},n={type:"_flexibleDescendant"},o={type:d.SelectorType.Pseudo,name:"scope",data:null};function m(C,h,w){for(var k=h.adapter,x=!!w?.every(function(D){var W=k.isTag(D)&&k.getParent(D);return D===a.PLACEHOLDER_ELEMENT||W&&k.isTag(W)}),A=0,B=C;A<B.length;A++){var E=B[A];if(!(E.length>0&&(0,i.isTraversal)(E[0])&&E[0].type!==d.SelectorType.Descendant))if(x&&!E.some(g))E.unshift(b);else continue;E.unshift(o)}}function p(C,h,w){var k;C.forEach(i.default),w=(k=h.context)!==null&&k!==void 0?k:w;var x=Array.isArray(w),A=w&&(Array.isArray(w)?w:[w]);if(h.relativeSelector!==!1)m(C,h,A);else if(C.some(function(D){return D.length>0&&(0,i.isTraversal)(D[0])}))throw new Error("Relative selectors are not allowed when the `relativeSelector` option is disabled");var B=!1,E=C.map(function(D){if(D.length>=2){var W=D[0],I=D[1];W.type!==d.SelectorType.Pseudo||W.name!=="scope"||(x&&I.type===d.SelectorType.Descendant?D[1]=n:(I.type===d.SelectorType.Adjacent||I.type===d.SelectorType.Sibling)&&(B=!0))}return S(D,h,A)}).reduce(v,s.default.falseFunc);return E.shouldTestNextSiblings=B,E}e.compileToken=p;function S(C,h,w){var k;return C.reduce(function(x,A){return x===s.default.falseFunc?s.default.falseFunc:(0,r.compileGeneralSelector)(x,A,h,w,p)},(k=h.rootFunc)!==null&&k!==void 0?k:s.default.trueFunc)}function v(C,h){return h===s.default.falseFunc||C===s.default.trueFunc?C:C===s.default.falseFunc||h===s.default.trueFunc?h:function(w){return C(w)||h(w)}}}),Ei=z(e=>{"use strict";var t=e&&e.__createBinding||(Object.create?function(S,v,C,h){h===void 0&&(h=C);var w=Object.getOwnPropertyDescriptor(v,C);(!w||("get"in w?!v.__esModule:w.writable||w.configurable))&&(w={enumerable:!0,get:function(){return v[C]}}),Object.defineProperty(S,h,w)}:function(S,v,C,h){h===void 0&&(h=C),S[h]=v[C]}),c=e&&e.__setModuleDefault||(Object.create?function(S,v){Object.defineProperty(S,"default",{enumerable:!0,value:v})}:function(S,v){S.default=v}),y=e&&e.__importStar||function(S){if(S&&S.__esModule)return S;var v={};if(S!=null)for(var C in S)C!=="default"&&Object.prototype.hasOwnProperty.call(S,C)&&t(v,S,C);return c(v,S),v},u=e&&e.__importDefault||function(S){return S&&S.__esModule?S:{default:S}};Object.defineProperty(e,"__esModule",{value:!0}),e.aliases=e.pseudos=e.filters=e.is=e.selectOne=e.selectAll=e.prepareContext=e._compileToken=e._compileUnsafe=e.compile=void 0;var d=y(hi()),s=u(Ce()),i=Ai(),r=je(),a=function(S,v){return S===v},l={adapter:d,equals:a};function f(S){var v,C,h,w,k=S??l;return(v=k.adapter)!==null&&v!==void 0||(k.adapter=d),(C=k.equals)!==null&&C!==void 0||(k.equals=(w=(h=k.adapter)===null||h===void 0?void 0:h.equals)!==null&&w!==void 0?w:a),k}function g(S){return function(v,C,h){var w=f(C);return S(v,w,h)}}e.compile=g(i.compile),e._compileUnsafe=g(i.compileUnsafe),e._compileToken=g(i.compileToken);function b(S){return function(v,C,h){var w=f(h);typeof v!="function"&&(v=(0,i.compileUnsafe)(v,w,C));var k=n(C,w.adapter,v.shouldTestNextSiblings);return S(v,k,w)}}function n(S,v,C){return C===void 0&&(C=!1),C&&(S=o(S,v)),Array.isArray(S)?v.removeSubsets(S):v.getChildren(S)}e.prepareContext=n;function o(S,v){for(var C=Array.isArray(S)?S.slice(0):[S],h=C.length,w=0;w<h;w++){var k=(0,r.getNextSiblings)(C[w],v);C.push.apply(C,k)}return C}e.selectAll=b(function(S,v,C){return S===s.default.falseFunc||!v||v.length===0?[]:C.adapter.findAll(S,v)}),e.selectOne=b(function(S,v,C){return S===s.default.falseFunc||!v||v.length===0?null:C.adapter.findOne(S,v)});function m(S,v,C){var h=f(C);return(typeof v=="function"?v:(0,i.compile)(v,h))(S)}e.is=m,e.default=e.selectAll;var p=ft();Object.defineProperty(e,"filters",{enumerable:!0,get:function(){return p.filters}}),Object.defineProperty(e,"pseudos",{enumerable:!0,get:function(){return p.pseudos}}),Object.defineProperty(e,"aliases",{enumerable:!0,get:function(){return p.aliases}})}),Ti=z((e,t)=>{"use strict";var c=o=>o.type==="element",y=(o,m)=>m.some(p=>c(p)?o(p)||y(o,d(p)):!1),u=(o,m)=>o.attributes[m],d=o=>o.children||[],s=o=>o.name,i=o=>o.parentNode||null,r=o=>{var m=i(o);return m?d(m):[]},a=o=>o.children[0].type==="text"&&o.children[0].type==="cdata"?o.children[0].value:"",l=(o,m)=>o.attributes[m]!==void 0,f=o=>{let m=o.length,p,S,v;for(;--m>-1;){for(p=S=o[m],o[m]=null,v=!0;S;){if(o.includes(S)){v=!1,o.splice(m,1);break}S=i(S)}v&&(o[m]=p)}return o},g=(o,m)=>{let p=[];for(let S of m)c(S)&&(o(S)&&p.push(S),p.push(...g(o,d(S))));return p},b=(o,m)=>{for(let p of m)if(c(p)){if(o(p))return p;let S=b(o,d(p));if(S)return S}return null},n={isTag:c,existsOne:y,getAttributeValue:u,getChildren:d,getName:s,getParent:i,getSiblings:r,getText:a,hasAttrib:l,removeSubsets:f,findAll:g,findOne:b};t.exports=n}),re=z(e=>{"use strict";var{selectAll:t,selectOne:c,is:y}=Ei(),u=Ti(),d={xmlMode:!0,adapter:u},s=(g,b)=>t(b,g,d);e.querySelectorAll=s;var i=(g,b)=>c(b,g,d);e.querySelector=i;var r=(g,b)=>y(g,b,d);e.matches=r;var a=Symbol();e.visitSkip=a;var l=(g,b,n)=>{let o=b[g.type];if(!(o&&o.enter&&o.enter(g,n)===a)){if(g.type==="root")for(let m of g.children)l(m,b,g);if(g.type==="element"&&n.children.includes(g))for(let m of g.children)l(m,b,g);o&&o.exit&&o.exit(g,n)}};e.visit=l;var f=(g,b)=>{b.children=b.children.filter(n=>n!==g)};e.detachNodeFromParent=f}),yt=z(e=>{"use strict";var{visit:t}=re(),c=(u,d,s,i,r)=>{for(let a of s){let l=i?.[a.name];if(l===!1)continue;let f={...a.params,...r,...l},g=a.fn(u,f,d);g!=null&&t(u,g)}};e.invokePlugins=c;var y=({name:u,plugins:d})=>({name:u,fn:(s,i,r)=>{let{floatPrecision:a,overrides:l}=i,f={};if(a!=null&&(f.floatPrecision=a),l){let g=d.map(({name:b})=>b);for(let b of Object.keys(l))g.includes(b)||console.warn(`You are trying to configure ${b} which is not part of ${u}.
22
+ )`,enabled:":not(:disabled)",checked:":is(:is(input[type=radio], input[type=checkbox])[checked], option:selected)",required:":is(input, select, textarea)[required]",optional:":is(input, select, textarea):not([required])",selected:"option:is([selected], select:not([multiple]):not(:has(> option[selected])) > :first-of-type)",checkbox:"[type=checkbox]",file:"[type=file]",password:"[type=password]",radio:"[type=radio]",reset:"[type=reset]",image:"[type=image]",submit:"[type=submit]",parent:":not(:empty)",header:":is(h1, h2, h3, h4, h5, h6)",button:":is(button, input[type=button])",input:":is(input, textarea, select, button)",text:"input:is(:not([type!='']), [type=text])"}}),je=z(e=>{"use strict";var t=e&&e.__spreadArray||function(a,l,g){if(g||arguments.length===2)for(var f=0,b=l.length,n;f<b;f++)(n||!(f in l))&&(n||(n=Array.prototype.slice.call(l,0,f)),n[f]=l[f]);return a.concat(n||Array.prototype.slice.call(l))},c=e&&e.__importDefault||function(a){return a&&a.__esModule?a:{default:a}};Object.defineProperty(e,"__esModule",{value:!0}),e.subselects=e.getNextSiblings=e.ensureIsTag=e.PLACEHOLDER_ELEMENT=void 0;var y=c(Ce()),u=gt();e.PLACEHOLDER_ELEMENT={};function d(a,l){return a===y.default.falseFunc?y.default.falseFunc:function(g){return l.isTag(g)&&a(g)}}e.ensureIsTag=d;function s(a,l){var g=l.getSiblings(a);if(g.length<=1)return[];var f=g.indexOf(a);return f<0||f===g.length-1?[]:g.slice(f+1).filter(l.isTag)}e.getNextSiblings=s;function i(a){return{xmlMode:!!a.xmlMode,lowerCaseAttributeNames:!!a.lowerCaseAttributeNames,lowerCaseTags:!!a.lowerCaseTags,quirksMode:!!a.quirksMode,cacheResults:!!a.cacheResults,pseudos:a.pseudos,adapter:a.adapter,equals:a.equals}}var r=function(a,l,g,f,b){var n=b(l,i(g),f);return n===y.default.trueFunc?a:n===y.default.falseFunc?y.default.falseFunc:function(o){return n(o)&&a(o)}};e.subselects={is:r,matches:r,where:r,not:function(a,l,g,f,b){var n=b(l,i(g),f);return n===y.default.falseFunc?a:n===y.default.trueFunc?y.default.falseFunc:function(o){return!n(o)&&a(o)}},has:function(a,l,g,f,b){var n=g.adapter,o=i(g);o.relativeSelector=!0;var m=l.some(function(h){return h.some(u.isTraversal)})?[e.PLACEHOLDER_ELEMENT]:void 0,p=b(l,o,m);if(p===y.default.falseFunc)return y.default.falseFunc;var S=d(p,n);if(m&&p!==y.default.trueFunc){var v=p.shouldTestNextSiblings,C=v===void 0?!1:v;return function(h){if(!a(h))return!1;m[0]=h;var w=n.getChildren(h),k=C?t(t([],w,!0),s(h,n),!0):w;return n.existsOne(S,k)}}return function(h){return a(h)&&n.existsOne(S,n.getChildren(h))}}}}),ft=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.compilePseudoSelector=e.aliases=e.pseudos=e.filters=void 0;var t=De(),c=xi();Object.defineProperty(e,"filters",{enumerable:!0,get:function(){return c.filters}});var y=Ci();Object.defineProperty(e,"pseudos",{enumerable:!0,get:function(){return y.pseudos}});var u=ki();Object.defineProperty(e,"aliases",{enumerable:!0,get:function(){return u.aliases}});var d=je();function s(i,r,a,l,g){var f,b=r.name,n=r.data;if(Array.isArray(n)){if(!(b in d.subselects))throw new Error("Unknown pseudo-class :".concat(b,"(").concat(n,")"));return d.subselects[b](i,n,a,l,g)}var o=(f=a.pseudos)===null||f===void 0?void 0:f[b],m=typeof o=="string"?o:u.aliases[b];if(typeof m=="string"){if(n!=null)throw new Error("Pseudo ".concat(b," doesn't have any arguments"));var p=(0,t.parse)(m);return d.subselects.is(i,p,a,l,g)}if(typeof o=="function")return(0,y.verifyPseudoArgs)(o,b,n,1),function(v){return o(v,n)&&i(v)};if(b in c.filters)return c.filters[b](i,n,a,l);if(b in y.pseudos){var S=y.pseudos[b];return(0,y.verifyPseudoArgs)(S,b,n,2),function(v){return S(v,a,n)&&i(v)}}throw new Error("Unknown pseudo-class :".concat(b))}e.compilePseudoSelector=s}),wi=z(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.compileGeneralSelector=void 0;var t=yi(),c=ft(),y=De();function u(s,i){var r=i.getParent(s);return r&&i.isTag(r)?r:null}function d(s,i,r,a,l){var g=r.adapter,f=r.equals;switch(i.type){case y.SelectorType.PseudoElement:throw new Error("Pseudo-elements are not supported by css-select");case y.SelectorType.ColumnCombinator:throw new Error("Column combinators are not yet supported by css-select");case y.SelectorType.Attribute:{if(i.namespace!=null)throw new Error("Namespaced attributes are not yet supported by css-select");return(!r.xmlMode||r.lowerCaseAttributeNames)&&(i.name=i.name.toLowerCase()),t.attributeRules[i.action](s,i,r)}case y.SelectorType.Pseudo:return(0,c.compilePseudoSelector)(s,i,r,a,l);case y.SelectorType.Tag:{if(i.namespace!=null)throw new Error("Namespaced tag names are not yet supported by css-select");var b=i.name;return(!r.xmlMode||r.lowerCaseTags)&&(b=b.toLowerCase()),function(o){return g.getName(o)===b&&s(o)}}case y.SelectorType.Descendant:{if(r.cacheResults===!1||typeof WeakSet>"u")return function(o){for(var m=o;m=u(m,g);)if(s(m))return!0;return!1};var n=new WeakSet;return function(o){for(var m=o;m=u(m,g);)if(!n.has(m)){if(g.isTag(m)&&s(m))return!0;n.add(m)}return!1}}case"_flexibleDescendant":return function(o){var m=o;do if(s(m))return!0;while(m=u(m,g));return!1};case y.SelectorType.Parent:return function(o){return g.getChildren(o).some(function(m){return g.isTag(m)&&s(m)})};case y.SelectorType.Child:return function(o){var m=g.getParent(o);return m!=null&&g.isTag(m)&&s(m)};case y.SelectorType.Sibling:return function(o){for(var m=g.getSiblings(o),p=0;p<m.length;p++){var S=m[p];if(f(o,S))break;if(g.isTag(S)&&s(S))return!0}return!1};case y.SelectorType.Adjacent:return g.prevElementSibling?function(o){var m=g.prevElementSibling(o);return m!=null&&s(m)}:function(o){for(var m=g.getSiblings(o),p,S=0;S<m.length;S++){var v=m[S];if(f(o,v))break;g.isTag(v)&&(p=v)}return!!p&&s(p)};case y.SelectorType.Universal:{if(i.namespace!=null&&i.namespace!=="*")throw new Error("Namespaced universal selectors are not yet supported by css-select");return s}}}e.compileGeneralSelector=d}),Ai=z(e=>{"use strict";var t=e&&e.__createBinding||(Object.create?function(C,h,w,k){k===void 0&&(k=w);var x=Object.getOwnPropertyDescriptor(h,w);(!x||("get"in x?!h.__esModule:x.writable||x.configurable))&&(x={enumerable:!0,get:function(){return h[w]}}),Object.defineProperty(C,k,x)}:function(C,h,w,k){k===void 0&&(k=w),C[k]=h[w]}),c=e&&e.__setModuleDefault||(Object.create?function(C,h){Object.defineProperty(C,"default",{enumerable:!0,value:h})}:function(C,h){C.default=h}),y=e&&e.__importStar||function(C){if(C&&C.__esModule)return C;var h={};if(C!=null)for(var w in C)w!=="default"&&Object.prototype.hasOwnProperty.call(C,w)&&t(h,C,w);return c(h,C),h},u=e&&e.__importDefault||function(C){return C&&C.__esModule?C:{default:C}};Object.defineProperty(e,"__esModule",{value:!0}),e.compileToken=e.compileUnsafe=e.compile=void 0;var d=De(),s=u(Ce()),i=y(gt()),r=wi(),a=je();function l(C,h,w){var k=g(C,h,w);return(0,a.ensureIsTag)(k,h.adapter)}e.compile=l;function g(C,h,w){var k=typeof C=="string"?(0,d.parse)(C):C;return p(k,h,w)}e.compileUnsafe=g;function f(C){return C.type===d.SelectorType.Pseudo&&(C.name==="scope"||Array.isArray(C.data)&&C.data.some(function(h){return h.some(f)}))}var b={type:d.SelectorType.Descendant},n={type:"_flexibleDescendant"},o={type:d.SelectorType.Pseudo,name:"scope",data:null};function m(C,h,w){for(var k=h.adapter,x=!!w?.every(function(D){var W=k.isTag(D)&&k.getParent(D);return D===a.PLACEHOLDER_ELEMENT||W&&k.isTag(W)}),A=0,B=C;A<B.length;A++){var E=B[A];if(!(E.length>0&&(0,i.isTraversal)(E[0])&&E[0].type!==d.SelectorType.Descendant))if(x&&!E.some(f))E.unshift(b);else continue;E.unshift(o)}}function p(C,h,w){var k;C.forEach(i.default),w=(k=h.context)!==null&&k!==void 0?k:w;var x=Array.isArray(w),A=w&&(Array.isArray(w)?w:[w]);if(h.relativeSelector!==!1)m(C,h,A);else if(C.some(function(D){return D.length>0&&(0,i.isTraversal)(D[0])}))throw new Error("Relative selectors are not allowed when the `relativeSelector` option is disabled");var B=!1,E=C.map(function(D){if(D.length>=2){var W=D[0],I=D[1];W.type!==d.SelectorType.Pseudo||W.name!=="scope"||(x&&I.type===d.SelectorType.Descendant?D[1]=n:(I.type===d.SelectorType.Adjacent||I.type===d.SelectorType.Sibling)&&(B=!0))}return S(D,h,A)}).reduce(v,s.default.falseFunc);return E.shouldTestNextSiblings=B,E}e.compileToken=p;function S(C,h,w){var k;return C.reduce(function(x,A){return x===s.default.falseFunc?s.default.falseFunc:(0,r.compileGeneralSelector)(x,A,h,w,p)},(k=h.rootFunc)!==null&&k!==void 0?k:s.default.trueFunc)}function v(C,h){return h===s.default.falseFunc||C===s.default.trueFunc?C:C===s.default.falseFunc||h===s.default.trueFunc?h:function(w){return C(w)||h(w)}}}),Ei=z(e=>{"use strict";var t=e&&e.__createBinding||(Object.create?function(S,v,C,h){h===void 0&&(h=C);var w=Object.getOwnPropertyDescriptor(v,C);(!w||("get"in w?!v.__esModule:w.writable||w.configurable))&&(w={enumerable:!0,get:function(){return v[C]}}),Object.defineProperty(S,h,w)}:function(S,v,C,h){h===void 0&&(h=C),S[h]=v[C]}),c=e&&e.__setModuleDefault||(Object.create?function(S,v){Object.defineProperty(S,"default",{enumerable:!0,value:v})}:function(S,v){S.default=v}),y=e&&e.__importStar||function(S){if(S&&S.__esModule)return S;var v={};if(S!=null)for(var C in S)C!=="default"&&Object.prototype.hasOwnProperty.call(S,C)&&t(v,S,C);return c(v,S),v},u=e&&e.__importDefault||function(S){return S&&S.__esModule?S:{default:S}};Object.defineProperty(e,"__esModule",{value:!0}),e.aliases=e.pseudos=e.filters=e.is=e.selectOne=e.selectAll=e.prepareContext=e._compileToken=e._compileUnsafe=e.compile=void 0;var d=y(hi()),s=u(Ce()),i=Ai(),r=je(),a=function(S,v){return S===v},l={adapter:d,equals:a};function g(S){var v,C,h,w,k=S??l;return(v=k.adapter)!==null&&v!==void 0||(k.adapter=d),(C=k.equals)!==null&&C!==void 0||(k.equals=(w=(h=k.adapter)===null||h===void 0?void 0:h.equals)!==null&&w!==void 0?w:a),k}function f(S){return function(v,C,h){var w=g(C);return S(v,w,h)}}e.compile=f(i.compile),e._compileUnsafe=f(i.compileUnsafe),e._compileToken=f(i.compileToken);function b(S){return function(v,C,h){var w=g(h);typeof v!="function"&&(v=(0,i.compileUnsafe)(v,w,C));var k=n(C,w.adapter,v.shouldTestNextSiblings);return S(v,k,w)}}function n(S,v,C){return C===void 0&&(C=!1),C&&(S=o(S,v)),Array.isArray(S)?v.removeSubsets(S):v.getChildren(S)}e.prepareContext=n;function o(S,v){for(var C=Array.isArray(S)?S.slice(0):[S],h=C.length,w=0;w<h;w++){var k=(0,r.getNextSiblings)(C[w],v);C.push.apply(C,k)}return C}e.selectAll=b(function(S,v,C){return S===s.default.falseFunc||!v||v.length===0?[]:C.adapter.findAll(S,v)}),e.selectOne=b(function(S,v,C){return S===s.default.falseFunc||!v||v.length===0?null:C.adapter.findOne(S,v)});function m(S,v,C){var h=g(C);return(typeof v=="function"?v:(0,i.compile)(v,h))(S)}e.is=m,e.default=e.selectAll;var p=ft();Object.defineProperty(e,"filters",{enumerable:!0,get:function(){return p.filters}}),Object.defineProperty(e,"pseudos",{enumerable:!0,get:function(){return p.pseudos}}),Object.defineProperty(e,"aliases",{enumerable:!0,get:function(){return p.aliases}})}),Ti=z((e,t)=>{"use strict";var c=o=>o.type==="element",y=(o,m)=>m.some(p=>c(p)?o(p)||y(o,d(p)):!1),u=(o,m)=>o.attributes[m],d=o=>o.children||[],s=o=>o.name,i=o=>o.parentNode||null,r=o=>{var m=i(o);return m?d(m):[]},a=o=>o.children[0].type==="text"&&o.children[0].type==="cdata"?o.children[0].value:"",l=(o,m)=>o.attributes[m]!==void 0,g=o=>{let m=o.length,p,S,v;for(;--m>-1;){for(p=S=o[m],o[m]=null,v=!0;S;){if(o.includes(S)){v=!1,o.splice(m,1);break}S=i(S)}v&&(o[m]=p)}return o},f=(o,m)=>{let p=[];for(let S of m)c(S)&&(o(S)&&p.push(S),p.push(...f(o,d(S))));return p},b=(o,m)=>{for(let p of m)if(c(p)){if(o(p))return p;let S=b(o,d(p));if(S)return S}return null},n={isTag:c,existsOne:y,getAttributeValue:u,getChildren:d,getName:s,getParent:i,getSiblings:r,getText:a,hasAttrib:l,removeSubsets:g,findAll:f,findOne:b};t.exports=n}),re=z(e=>{"use strict";var{selectAll:t,selectOne:c,is:y}=Ei(),u=Ti(),d={xmlMode:!0,adapter:u},s=(f,b)=>t(b,f,d);e.querySelectorAll=s;var i=(f,b)=>c(b,f,d);e.querySelector=i;var r=(f,b)=>y(f,b,d);e.matches=r;var a=Symbol();e.visitSkip=a;var l=(f,b,n)=>{let o=b[f.type];if(!(o&&o.enter&&o.enter(f,n)===a)){if(f.type==="root")for(let m of f.children)l(m,b,f);if(f.type==="element"&&n.children.includes(f))for(let m of f.children)l(m,b,f);o&&o.exit&&o.exit(f,n)}};e.visit=l;var g=(f,b)=>{b.children=b.children.filter(n=>n!==f)};e.detachNodeFromParent=g}),yt=z(e=>{"use strict";var{visit:t}=re(),c=(u,d,s,i,r)=>{for(let a of s){let l=i?.[a.name];if(l===!1)continue;let g={...a.params,...r,...l},f=a.fn(u,g,d);f!=null&&t(u,f)}};e.invokePlugins=c;var y=({name:u,plugins:d})=>({name:u,fn:(s,i,r)=>{let{floatPrecision:a,overrides:l}=i,g={};if(a!=null&&(g.floatPrecision=a),l){let f=d.map(({name:b})=>b);for(let b of Object.keys(l))f.includes(b)||console.warn(`You are trying to configure ${b} which is not part of ${u}.
23
23
  Try to put it before or after, for example
24
24
 
25
25
  plugins: [
@@ -28,17 +28,17 @@ plugins: [
28
28
  },
29
29
  '${b}'
30
30
  ]
31
- `)}c(s,r,d,l,f)}});e.createPreset=y}),bt=z(e=>{"use strict";var{detachNodeFromParent:t}=re();e.name="removeDoctype",e.description="removes doctype declaration",e.fn=()=>({doctype:{enter:(c,y)=>{t(c,y)}}})}),St=z(e=>{"use strict";var{detachNodeFromParent:t}=re();e.name="removeXMLProcInst",e.description="removes XML processing instructions",e.fn=()=>({instruction:{enter:(c,y)=>{c.name==="xml"&&t(c,y)}}})}),vt=z(e=>{"use strict";var{detachNodeFromParent:t}=re();e.name="removeComments",e.description="removes comments";var c=[/^!/];e.fn=(y,u)=>{let{preservePatterns:d=c}=u;return{comment:{enter:(s,i)=>{if(d){if(!Array.isArray(d))throw Error(`Expected array in removeComments preservePatterns parameter but received ${d}`);if(d.some(r=>new RegExp(r).test(s.value)))return}t(s,i)}}}}}),xt=z(e=>{"use strict";var{detachNodeFromParent:t}=re();e.name="removeMetadata",e.description="removes <metadata>",e.fn=()=>({element:{enter:(c,y)=>{c.name==="metadata"&&t(c,y)}}})}),Ct=z(e=>{"use strict";var{detachNodeFromParent:t}=re(),{editorNamespaces:c}=ne();e.name="removeEditorsNSData",e.description="removes editors namespaces, elements and attributes",e.fn=(y,u)=>{let d=c;Array.isArray(u.additionalNamespaces)&&(d=[...c,...u.additionalNamespaces]);let s=[];return{element:{enter:(i,r)=>{if(i.name==="svg")for(let[a,l]of Object.entries(i.attributes))a.startsWith("xmlns:")&&d.includes(l)&&(s.push(a.slice(6)),delete i.attributes[a]);for(let a of Object.keys(i.attributes))if(a.includes(":")){let[l]=a.split(":");s.includes(l)&&delete i.attributes[a]}if(i.name.includes(":")){let[a]=i.name.split(":");s.includes(a)&&t(i,r)}}}}}}),kt=z(e=>{"use strict";e.name="cleanupAttrs",e.description="cleanups attributes from newlines, trailing and repeating spaces";var t=/(\S)\r?\n(\S)/g,c=/\r?\n/g,y=/\s{2,}/g;e.fn=(u,d)=>{let{newlines:s=!0,trim:i=!0,spaces:r=!0}=d;return{element:{enter:a=>{for(let l of Object.keys(a.attributes))s&&(a.attributes[l]=a.attributes[l].replace(t,(f,g,b)=>g+" "+b),a.attributes[l]=a.attributes[l].replace(c,"")),i&&(a.attributes[l]=a.attributes[l].trim()),r&&(a.attributes[l]=a.attributes[l].replace(y," "))}}}}}),wt=z(e=>{"use strict";var{visitSkip:t,detachNodeFromParent:c}=re();e.name="mergeStyles",e.description="merge multiple style elements into one",e.fn=()=>{let y=null,u="",d="text";return{element:{enter:(s,i)=>{if(s.name==="foreignObject")return t;if(s.name!=="style"||s.attributes.type!=null&&s.attributes.type!==""&&s.attributes.type!=="text/css")return;let r="";for(let a of s.children)a.type==="text"&&(r+=a.value),a.type==="cdata"&&(d="cdata",r+=a.value);if(r.trim().length===0){c(s,i);return}if(s.attributes.media==null?u+=r:(u+=`@media ${s.attributes.media}{${r}}`,delete s.attributes.media),y==null)y=s;else{c(s,i);let a={type:d,value:u};Object.defineProperty(a,"parentNode",{writable:!0,value:y}),y.children=[a]}}}}}}),Q=z(e=>{"use strict";e.AtKeyword=3,e.BadString=6,e.BadUrl=8,e.CDC=15,e.CDO=14,e.Colon=16,e.Comma=18,e.Comment=25,e.Delim=9,e.Dimension=12,e.EOF=0,e.Function=2,e.Hash=4,e.Ident=1,e.LeftCurlyBracket=23,e.LeftParenthesis=21,e.LeftSquareBracket=19,e.Number=10,e.Percentage=11,e.RightCurlyBracket=24,e.RightParenthesis=22,e.RightSquareBracket=20,e.Semicolon=17,e.String=5,e.Url=7,e.WhiteSpace=13}),le=z(e=>{"use strict";function t(k){return k>=48&&k<=57}function c(k){return t(k)||k>=65&&k<=70||k>=97&&k<=102}function y(k){return k>=65&&k<=90}function u(k){return k>=97&&k<=122}function d(k){return y(k)||u(k)}function s(k){return k>=128}function i(k){return d(k)||s(k)||k===95}function r(k){return i(k)||t(k)||k===45}function a(k){return k>=0&&k<=8||k===11||k>=14&&k<=31||k===127}function l(k){return k===10||k===13||k===12}function f(k){return l(k)||k===32||k===9}function g(k,x){return!(k!==92||l(x)||x===0)}function b(k,x,A){return k===45?i(x)||x===45||g(x,A):i(k)?!0:k===92?g(k,x):!1}function n(k,x,A){return k===43||k===45?t(x)?2:x===46&&t(A)?3:0:k===46?t(x)?2:0:t(k)?1:0}function o(k){return k===65279||k===65534?1:0}var m=new Array(128),p=128,S=130,v=131,C=132,h=133;for(let k=0;k<m.length;k++)m[k]=f(k)&&S||t(k)&&v||i(k)&&C||a(k)&&h||k||p;function w(k){return k<128?m[k]:C}e.DigitCategory=v,e.EofCategory=p,e.NameStartCategory=C,e.NonPrintableCategory=h,e.WhiteSpaceCategory=S,e.charCodeCategory=w,e.isBOM=o,e.isDigit=t,e.isHexDigit=c,e.isIdentifierStart=b,e.isLetter=d,e.isLowercaseLetter=u,e.isName=r,e.isNameStart=i,e.isNewline=l,e.isNonAscii=s,e.isNonPrintable=a,e.isNumberStart=n,e.isUppercaseLetter=y,e.isValidEscape=g,e.isWhiteSpace=f}),he=z(e=>{"use strict";var t=le();function c(n,o){return o<n.length?n.charCodeAt(o):0}function y(n,o,m){return m===13&&c(n,o+1)===10?2:1}function u(n,o,m){let p=n.charCodeAt(o);return t.isUppercaseLetter(p)&&(p=p|32),p===m}function d(n,o,m,p){if(m-o!==p.length||o<0||m>n.length)return!1;for(let S=o;S<m;S++){let v=p.charCodeAt(S-o),C=n.charCodeAt(S);if(t.isUppercaseLetter(C)&&(C=C|32),C!==v)return!1}return!0}function s(n,o){for(;o>=0&&t.isWhiteSpace(n.charCodeAt(o));o--);return o+1}function i(n,o){for(;o<n.length&&t.isWhiteSpace(n.charCodeAt(o));o++);return o}function r(n,o){for(;o<n.length&&t.isDigit(n.charCodeAt(o));o++);return o}function a(n,o){if(o+=2,t.isHexDigit(c(n,o-1))){for(let p=Math.min(n.length,o+5);o<p&&t.isHexDigit(c(n,o));o++);let m=c(n,o);t.isWhiteSpace(m)&&(o+=y(n,o,m))}return o}function l(n,o){for(;o<n.length;o++){let m=n.charCodeAt(o);if(!t.isName(m)){if(t.isValidEscape(m,c(n,o+1))){o=a(n,o)-1;continue}break}}return o}function f(n,o){let m=n.charCodeAt(o);if((m===43||m===45)&&(m=n.charCodeAt(o+=1)),t.isDigit(m)&&(o=r(n,o+1),m=n.charCodeAt(o)),m===46&&t.isDigit(n.charCodeAt(o+1))&&(o+=2,o=r(n,o)),u(n,o,101)){let p=0;m=n.charCodeAt(o+1),(m===45||m===43)&&(p=1,m=n.charCodeAt(o+2)),t.isDigit(m)&&(o=r(n,o+1+p+1))}return o}function g(n,o){for(;o<n.length;o++){let m=n.charCodeAt(o);if(m===41){o++;break}t.isValidEscape(m,c(n,o+1))&&(o=a(n,o))}return o}function b(n){if(n.length===1&&!t.isHexDigit(n.charCodeAt(0)))return n[0];let o=parseInt(n,16);return(o===0||o>=55296&&o<=57343||o>1114111)&&(o=65533),String.fromCodePoint(o)}e.cmpChar=u,e.cmpStr=d,e.consumeBadUrlRemnants=g,e.consumeEscaped=a,e.consumeName=l,e.consumeNumber=f,e.decodeEscaped=b,e.findDecimalNumberEnd=r,e.findWhiteSpaceEnd=i,e.findWhiteSpaceStart=s,e.getNewlineLength=y}),_e=z((e,t)=>{"use strict";var c=["EOF-token","ident-token","function-token","at-keyword-token","hash-token","string-token","bad-string-token","url-token","bad-url-token","delim-token","number-token","percentage-token","dimension-token","whitespace-token","CDO-token","CDC-token","colon-token","semicolon-token","comma-token","[-token","]-token","(-token",")-token","{-token","}-token"];t.exports=c}),At=z(e=>{"use strict";function t(c=null,y){return c===null||c.length<y?new Uint32Array(Math.max(y+1024,16384)):c}e.adoptBuffer=t}),Et=z(e=>{"use strict";var t=At(),c=le(),y=10,u=12,d=13;function s(r){let a=r.source,l=a.length,f=a.length>0?c.isBOM(a.charCodeAt(0)):0,g=t.adoptBuffer(r.lines,l),b=t.adoptBuffer(r.columns,l),n=r.startLine,o=r.startColumn;for(let m=f;m<l;m++){let p=a.charCodeAt(m);g[m]=n,b[m]=o++,(p===y||p===d||p===u)&&(p===d&&m+1<l&&a.charCodeAt(m+1)===y&&(m++,g[m]=n,b[m]=o),n++,o=1)}g[l]=n,b[l]=o,r.lines=g,r.columns=b,r.computed=!0}var i=class{constructor(){this.lines=null,this.columns=null,this.computed=!1}setSource(r,a=0,l=1,f=1){this.source=r,this.startOffset=a,this.startLine=l,this.startColumn=f,this.computed=!1}getLocation(r,a){return this.computed||s(this),{source:a,offset:this.startOffset+r,line:this.lines[r],column:this.columns[r]}}getLocationRange(r,a,l){return this.computed||s(this),{source:l,start:{offset:this.startOffset+r,line:this.lines[r],column:this.columns[r]},end:{offset:this.startOffset+a,line:this.lines[a],column:this.columns[a]}}}};e.OffsetToLocation=i}),Ue=z(e=>{"use strict";var t=At(),c=he(),y=_e(),u=Q(),d=16777215,s=24,i=new Map([[u.Function,u.RightParenthesis],[u.LeftParenthesis,u.RightParenthesis],[u.LeftSquareBracket,u.RightSquareBracket],[u.LeftCurlyBracket,u.RightCurlyBracket]]),r=class{constructor(a,l){this.setSource(a,l)}reset(){this.eof=!1,this.tokenIndex=-1,this.tokenType=0,this.tokenStart=this.firstCharOffset,this.tokenEnd=this.firstCharOffset}setSource(a="",l=()=>{}){a=String(a||"");let f=a.length,g=t.adoptBuffer(this.offsetAndType,a.length+1),b=t.adoptBuffer(this.balance,a.length+1),n=0,o=0,m=0,p=-1;for(this.offsetAndType=null,this.balance=null,l(a,(S,v,C)=>{switch(S){default:b[n]=f;break;case o:{let h=m&d;for(m=b[h],o=m>>s,b[n]=h,b[h++]=n;h<n;h++)b[h]===f&&(b[h]=n);break}case u.LeftParenthesis:case u.Function:case u.LeftSquareBracket:case u.LeftCurlyBracket:b[n]=m,o=i.get(S),m=o<<s|n;break}g[n++]=S<<s|C,p===-1&&(p=v)}),g[n]=u.EOF<<s|f,b[n]=f,b[f]=f;m!==0;){let S=m&d;m=b[S],b[S]=f}this.source=a,this.firstCharOffset=p===-1?0:p,this.tokenCount=n,this.offsetAndType=g,this.balance=b,this.reset(),this.next()}lookupType(a){return a+=this.tokenIndex,a<this.tokenCount?this.offsetAndType[a]>>s:u.EOF}lookupOffset(a){return a+=this.tokenIndex,a<this.tokenCount?this.offsetAndType[a-1]&d:this.source.length}lookupValue(a,l){return a+=this.tokenIndex,a<this.tokenCount?c.cmpStr(this.source,this.offsetAndType[a-1]&d,this.offsetAndType[a]&d,l):!1}getTokenStart(a){return a===this.tokenIndex?this.tokenStart:a>0?a<this.tokenCount?this.offsetAndType[a-1]&d:this.offsetAndType[this.tokenCount]&d:this.firstCharOffset}substrToCursor(a){return this.source.substring(a,this.tokenStart)}isBalanceEdge(a){return this.balance[this.tokenIndex]<a}isDelim(a,l){return l?this.lookupType(l)===u.Delim&&this.source.charCodeAt(this.lookupOffset(l))===a:this.tokenType===u.Delim&&this.source.charCodeAt(this.tokenStart)===a}skip(a){let l=this.tokenIndex+a;l<this.tokenCount?(this.tokenIndex=l,this.tokenStart=this.offsetAndType[l-1]&d,l=this.offsetAndType[l],this.tokenType=l>>s,this.tokenEnd=l&d):(this.tokenIndex=this.tokenCount,this.next())}next(){let a=this.tokenIndex+1;a<this.tokenCount?(this.tokenIndex=a,this.tokenStart=this.tokenEnd,a=this.offsetAndType[a],this.tokenType=a>>s,this.tokenEnd=a&d):(this.eof=!0,this.tokenIndex=this.tokenCount,this.tokenType=u.EOF,this.tokenStart=this.tokenEnd=this.source.length)}skipSC(){for(;this.tokenType===u.WhiteSpace||this.tokenType===u.Comment;)this.next()}skipUntilBalanced(a,l){let f=a,g,b;e:for(;f<this.tokenCount;f++){if(g=this.balance[f],g<a)break e;switch(b=f>0?this.offsetAndType[f-1]&d:this.firstCharOffset,l(this.source.charCodeAt(b))){case 1:break e;case 2:f++;break e;default:this.balance[g]===f&&(f=g)}}this.skip(f-this.tokenIndex)}forEachToken(a){for(let l=0,f=this.firstCharOffset;l<this.tokenCount;l++){let g=f,b=this.offsetAndType[l],n=b&d,o=b>>s;f=n,a(o,g,n,l)}}dump(){let a=new Array(this.tokenCount);return this.forEachToken((l,f,g,b)=>{a[b]={idx:b,type:y[l],chunk:this.source.substring(f,g),balance:this.balance[b]}}),a}};e.TokenStream=r}),Fe=z(e=>{"use strict";var t=Q(),c=le(),y=he(),u=_e(),d=Et(),s=Ue();function i(r,a){function l(v){return v<o?r.charCodeAt(v):0}function f(){if(p=y.consumeNumber(r,p),c.isIdentifierStart(l(p),l(p+1),l(p+2))){S=t.Dimension,p=y.consumeName(r,p);return}if(l(p)===37){S=t.Percentage,p++;return}S=t.Number}function g(){let v=p;if(p=y.consumeName(r,p),y.cmpStr(r,v,p,"url")&&l(p)===40){if(p=y.findWhiteSpaceEnd(r,p+1),l(p)===34||l(p)===39){S=t.Function,p=v+4;return}n();return}if(l(p)===40){S=t.Function,p++;return}S=t.Ident}function b(v){for(v||(v=l(p++)),S=t.String;p<r.length;p++){let C=r.charCodeAt(p);switch(c.charCodeCategory(C)){case v:p++;return;case c.WhiteSpaceCategory:if(c.isNewline(C)){p+=y.getNewlineLength(r,p,C),S=t.BadString;return}break;case 92:if(p===r.length-1)break;let h=l(p+1);c.isNewline(h)?p+=y.getNewlineLength(r,p+1,h):c.isValidEscape(C,h)&&(p=y.consumeEscaped(r,p)-1);break}}}function n(){for(S=t.Url,p=y.findWhiteSpaceEnd(r,p);p<r.length;p++){let v=r.charCodeAt(p);switch(c.charCodeCategory(v)){case 41:p++;return;case c.WhiteSpaceCategory:if(p=y.findWhiteSpaceEnd(r,p),l(p)===41||p>=r.length){p<r.length&&p++;return}p=y.consumeBadUrlRemnants(r,p),S=t.BadUrl;return;case 34:case 39:case 40:case c.NonPrintableCategory:p=y.consumeBadUrlRemnants(r,p),S=t.BadUrl;return;case 92:if(c.isValidEscape(v,l(p+1))){p=y.consumeEscaped(r,p)-1;break}p=y.consumeBadUrlRemnants(r,p),S=t.BadUrl;return}}}r=String(r||"");let o=r.length,m=c.isBOM(l(0)),p=m,S;for(;p<o;){let v=r.charCodeAt(p);switch(c.charCodeCategory(v)){case c.WhiteSpaceCategory:S=t.WhiteSpace,p=y.findWhiteSpaceEnd(r,p+1);break;case 34:b();break;case 35:c.isName(l(p+1))||c.isValidEscape(l(p+1),l(p+2))?(S=t.Hash,p=y.consumeName(r,p+1)):(S=t.Delim,p++);break;case 39:b();break;case 40:S=t.LeftParenthesis,p++;break;case 41:S=t.RightParenthesis,p++;break;case 43:c.isNumberStart(v,l(p+1),l(p+2))?f():(S=t.Delim,p++);break;case 44:S=t.Comma,p++;break;case 45:c.isNumberStart(v,l(p+1),l(p+2))?f():l(p+1)===45&&l(p+2)===62?(S=t.CDC,p=p+3):c.isIdentifierStart(v,l(p+1),l(p+2))?g():(S=t.Delim,p++);break;case 46:c.isNumberStart(v,l(p+1),l(p+2))?f():(S=t.Delim,p++);break;case 47:l(p+1)===42?(S=t.Comment,p=r.indexOf("*/",p+2),p=p===-1?r.length:p+2):(S=t.Delim,p++);break;case 58:S=t.Colon,p++;break;case 59:S=t.Semicolon,p++;break;case 60:l(p+1)===33&&l(p+2)===45&&l(p+3)===45?(S=t.CDO,p=p+4):(S=t.Delim,p++);break;case 64:c.isIdentifierStart(l(p+1),l(p+2),l(p+3))?(S=t.AtKeyword,p=y.consumeName(r,p+1)):(S=t.Delim,p++);break;case 91:S=t.LeftSquareBracket,p++;break;case 92:c.isValidEscape(v,l(p+1))?g():(S=t.Delim,p++);break;case 93:S=t.RightSquareBracket,p++;break;case 123:S=t.LeftCurlyBracket,p++;break;case 125:S=t.RightCurlyBracket,p++;break;case c.DigitCategory:f();break;case c.NameStartCategory:g();break;default:S=t.Delim,p++}a(S,m,m=p)}}e.AtKeyword=t.AtKeyword,e.BadString=t.BadString,e.BadUrl=t.BadUrl,e.CDC=t.CDC,e.CDO=t.CDO,e.Colon=t.Colon,e.Comma=t.Comma,e.Comment=t.Comment,e.Delim=t.Delim,e.Dimension=t.Dimension,e.EOF=t.EOF,e.Function=t.Function,e.Hash=t.Hash,e.Ident=t.Ident,e.LeftCurlyBracket=t.LeftCurlyBracket,e.LeftParenthesis=t.LeftParenthesis,e.LeftSquareBracket=t.LeftSquareBracket,e.Number=t.Number,e.Percentage=t.Percentage,e.RightCurlyBracket=t.RightCurlyBracket,e.RightParenthesis=t.RightParenthesis,e.RightSquareBracket=t.RightSquareBracket,e.Semicolon=t.Semicolon,e.String=t.String,e.Url=t.Url,e.WhiteSpace=t.WhiteSpace,e.tokenTypes=t,e.DigitCategory=c.DigitCategory,e.EofCategory=c.EofCategory,e.NameStartCategory=c.NameStartCategory,e.NonPrintableCategory=c.NonPrintableCategory,e.WhiteSpaceCategory=c.WhiteSpaceCategory,e.charCodeCategory=c.charCodeCategory,e.isBOM=c.isBOM,e.isDigit=c.isDigit,e.isHexDigit=c.isHexDigit,e.isIdentifierStart=c.isIdentifierStart,e.isLetter=c.isLetter,e.isLowercaseLetter=c.isLowercaseLetter,e.isName=c.isName,e.isNameStart=c.isNameStart,e.isNewline=c.isNewline,e.isNonAscii=c.isNonAscii,e.isNonPrintable=c.isNonPrintable,e.isNumberStart=c.isNumberStart,e.isUppercaseLetter=c.isUppercaseLetter,e.isValidEscape=c.isValidEscape,e.isWhiteSpace=c.isWhiteSpace,e.cmpChar=y.cmpChar,e.cmpStr=y.cmpStr,e.consumeBadUrlRemnants=y.consumeBadUrlRemnants,e.consumeEscaped=y.consumeEscaped,e.consumeName=y.consumeName,e.consumeNumber=y.consumeNumber,e.decodeEscaped=y.decodeEscaped,e.findDecimalNumberEnd=y.findDecimalNumberEnd,e.findWhiteSpaceEnd=y.findWhiteSpaceEnd,e.findWhiteSpaceStart=y.findWhiteSpaceStart,e.getNewlineLength=y.getNewlineLength,e.tokenNames=u,e.OffsetToLocation=d.OffsetToLocation,e.TokenStream=s.TokenStream,e.tokenize=i}),ke=z(e=>{"use strict";var t=null,c=class de{static createItem(u){return{prev:null,next:null,data:u}}constructor(){this.head=null,this.tail=null,this.cursor=null}createItem(u){return de.createItem(u)}allocateCursor(u,d){let s;return t!==null?(s=t,t=t.cursor,s.prev=u,s.next=d,s.cursor=this.cursor):s={prev:u,next:d,cursor:this.cursor},this.cursor=s,s}releaseCursor(){let{cursor:u}=this;this.cursor=u.cursor,u.prev=null,u.next=null,u.cursor=t,t=u}updateCursors(u,d,s,i){let{cursor:r}=this;for(;r!==null;)r.prev===u&&(r.prev=d),r.next===s&&(r.next=i),r=r.cursor}*[Symbol.iterator](){for(let u=this.head;u!==null;u=u.next)yield u.data}get size(){let u=0;for(let d=this.head;d!==null;d=d.next)u++;return u}get isEmpty(){return this.head===null}get first(){return this.head&&this.head.data}get last(){return this.tail&&this.tail.data}fromArray(u){let d=null;this.head=null;for(let s of u){let i=de.createItem(s);d!==null?d.next=i:this.head=i,i.prev=d,d=i}return this.tail=d,this}toArray(){return[...this]}toJSON(){return[...this]}forEach(u,d=this){let s=this.allocateCursor(null,this.head);for(;s.next!==null;){let i=s.next;s.next=i.next,u.call(d,i.data,i,this)}this.releaseCursor()}forEachRight(u,d=this){let s=this.allocateCursor(this.tail,null);for(;s.prev!==null;){let i=s.prev;s.prev=i.prev,u.call(d,i.data,i,this)}this.releaseCursor()}reduce(u,d,s=this){let i=this.allocateCursor(null,this.head),r=d,a;for(;i.next!==null;)a=i.next,i.next=a.next,r=u.call(s,r,a.data,a,this);return this.releaseCursor(),r}reduceRight(u,d,s=this){let i=this.allocateCursor(this.tail,null),r=d,a;for(;i.prev!==null;)a=i.prev,i.prev=a.prev,r=u.call(s,r,a.data,a,this);return this.releaseCursor(),r}some(u,d=this){for(let s=this.head;s!==null;s=s.next)if(u.call(d,s.data,s,this))return!0;return!1}map(u,d=this){let s=new de;for(let i=this.head;i!==null;i=i.next)s.appendData(u.call(d,i.data,i,this));return s}filter(u,d=this){let s=new de;for(let i=this.head;i!==null;i=i.next)u.call(d,i.data,i,this)&&s.appendData(i.data);return s}nextUntil(u,d,s=this){if(u===null)return;let i=this.allocateCursor(null,u);for(;i.next!==null;){let r=i.next;if(i.next=r.next,d.call(s,r.data,r,this))break}this.releaseCursor()}prevUntil(u,d,s=this){if(u===null)return;let i=this.allocateCursor(u,null);for(;i.prev!==null;){let r=i.prev;if(i.prev=r.prev,d.call(s,r.data,r,this))break}this.releaseCursor()}clear(){this.head=null,this.tail=null}copy(){let u=new de;for(let d of this)u.appendData(d);return u}prepend(u){return this.updateCursors(null,u,this.head,u),this.head!==null?(this.head.prev=u,u.next=this.head):this.tail=u,this.head=u,this}prependData(u){return this.prepend(de.createItem(u))}append(u){return this.insert(u)}appendData(u){return this.insert(de.createItem(u))}insert(u,d=null){if(d!==null)if(this.updateCursors(d.prev,u,d,u),d.prev===null){if(this.head!==d)throw new Error("before doesn't belong to list");this.head=u,d.prev=u,u.next=d,this.updateCursors(null,u)}else d.prev.next=u,u.prev=d.prev,d.prev=u,u.next=d;else this.updateCursors(this.tail,u,null,u),this.tail!==null?(this.tail.next=u,u.prev=this.tail):this.head=u,this.tail=u;return this}insertData(u,d){return this.insert(de.createItem(u),d)}remove(u){if(this.updateCursors(u,u.prev,u,u.next),u.prev!==null)u.prev.next=u.next;else{if(this.head!==u)throw new Error("item doesn't belong to list");this.head=u.next}if(u.next!==null)u.next.prev=u.prev;else{if(this.tail!==u)throw new Error("item doesn't belong to list");this.tail=u.prev}return u.prev=null,u.next=null,u}push(u){this.insert(de.createItem(u))}pop(){return this.tail!==null?this.remove(this.tail):null}unshift(u){this.prepend(de.createItem(u))}shift(){return this.head!==null?this.remove(this.head):null}prependList(u){return this.insertList(u,this.head)}appendList(u){return this.insertList(u)}insertList(u,d){return u.head===null?this:(d!=null?(this.updateCursors(d.prev,u.tail,d,u.head),d.prev!==null?(d.prev.next=u.head,u.head.prev=d.prev):this.head=u.head,d.prev=u.tail,u.tail.next=d):(this.updateCursors(this.tail,u.tail,null,u.head),this.tail!==null?(this.tail.next=u.head,u.head.prev=this.tail):this.head=u.head,this.tail=u.tail),u.head=null,u.tail=null,this)}replace(u,d){"head"in d?this.insertList(d,u):this.insert(d,u),this.remove(u)}};e.List=c}),Ve=z(e=>{"use strict";function t(c,y){let u=Object.create(SyntaxError.prototype),d=new Error;return Object.assign(u,{name:c,message:y,get stack(){return(d.stack||"").replace(/^(.+\n){1,3}/,`${c}: ${y}
32
- `)}})}e.createCustomError=t}),Bi=z(e=>{"use strict";var t=Ve(),c=100,y=60,u=" ";function d({source:i,line:r,column:a},l){function f(p,S){return g.slice(p,S).map((v,C)=>String(p+C+1).padStart(o)+" |"+v).join(`
33
- `)}let g=i.split(/\r\n?|\n|\f/),b=Math.max(1,r-l)-1,n=Math.min(r+l,g.length+1),o=Math.max(4,String(n).length)+1,m=0;a+=(u.length-1)*(g[r-1].substr(0,a-1).match(/\t/g)||[]).length,a>c&&(m=a-y+3,a=y-2);for(let p=b;p<=n;p++)p>=0&&p<g.length&&(g[p]=g[p].replace(/\t/g,u),g[p]=(m>0&&g[p].length>m?"\u2026":"")+g[p].substr(m,c-2)+(g[p].length>m+c-1?"\u2026":""));return[f(b,r),new Array(a+o+2).join("-")+"^",f(r,n)].filter(Boolean).join(`
34
- `)}function s(i,r,a,l,f){return Object.assign(t.createCustomError("SyntaxError",i),{source:r,offset:a,line:l,column:f,sourceFragment(g){return d({source:r,line:l,column:f},isNaN(g)?0:g)},get formattedMessage(){return`Parse error: ${i}
35
- `+d({source:r,line:l,column:f},2)}})}e.SyntaxError=s}),Oi=z(e=>{"use strict";var t=Q();function c(y){let u=this.createList(),d=!1,s={recognizer:y};for(;!this.eof;){switch(this.tokenType){case t.Comment:this.next();continue;case t.WhiteSpace:d=!0,this.next();continue}let i=y.getNode.call(this,s);if(i===void 0)break;d&&(y.onWhiteSpace&&y.onWhiteSpace.call(this,i,u,s),d=!1),u.push(i)}return d&&y.onWhiteSpace&&y.onWhiteSpace.call(this,null,u,s),u}e.readSequence=c}),zi=z(e=>{"use strict";var t=ke(),c=Bi(),y=Fe(),u=Oi(),d=Et(),s=Ue(),i=he(),r=Q(),a=_e(),l=()=>{},f=33,g=35,b=59,n=123,o=0;function m(C){return function(){return this[C]()}}function p(C){let h=Object.create(null);for(let w in C){let k=C[w],x=k.parse||k;x&&(h[w]=x)}return h}function S(C){let h={context:Object.create(null),scope:Object.assign(Object.create(null),C.scope),atrule:p(C.atrule),pseudo:p(C.pseudo),node:p(C.node)};for(let w in C.parseContext)switch(typeof C.parseContext[w]){case"function":h.context[w]=C.parseContext[w];break;case"string":h.context[w]=m(C.parseContext[w]);break}return{config:h,...h,...h.node}}function v(C){let h="",w="<unknown>",k=!1,x=l,A=!1,B=new d.OffsetToLocation,E=Object.assign(new s.TokenStream,S(C||{}),{parseAtrulePrelude:!0,parseRulePrelude:!0,parseValue:!0,parseCustomProperty:!1,readSequence:u.readSequence,consumeUntilBalanceEnd:()=>0,consumeUntilLeftCurlyBracket(D){return D===n?1:0},consumeUntilLeftCurlyBracketOrSemicolon(D){return D===n||D===b?1:0},consumeUntilExclamationMarkOrSemicolon(D){return D===f||D===b?1:0},consumeUntilSemicolonIncluded(D){return D===b?2:0},createList(){return new t.List},createSingleNodeList(D){return new t.List().appendData(D)},getFirstListNode(D){return D&&D.first},getLastListNode(D){return D&&D.last},parseWithFallback(D,W){let I=this.tokenIndex;try{return D.call(this)}catch(q){if(A)throw q;let _=W.call(this,I);return A=!0,x(q,_),A=!1,_}},lookupNonWSType(D){let W;do if(W=this.lookupType(D++),W!==r.WhiteSpace)return W;while(W!==o);return o},charCodeAt(D){return D>=0&&D<h.length?h.charCodeAt(D):0},substring(D,W){return h.substring(D,W)},substrToCursor(D){return this.source.substring(D,this.tokenStart)},cmpChar(D,W){return i.cmpChar(h,D,W)},cmpStr(D,W,I){return i.cmpStr(h,D,W,I)},consume(D){let W=this.tokenStart;return this.eat(D),this.substrToCursor(W)},consumeFunctionName(){let D=h.substring(this.tokenStart,this.tokenEnd-1);return this.eat(r.Function),D},consumeNumber(D){let W=h.substring(this.tokenStart,i.consumeNumber(h,this.tokenStart));return this.eat(D),W},eat(D){if(this.tokenType!==D){let W=a[D].slice(0,-6).replace(/-/g," ").replace(/^./,_=>_.toUpperCase()),I=`${/[[\](){}]/.test(W)?`"${W}"`:W} is expected`,q=this.tokenStart;switch(D){case r.Ident:this.tokenType===r.Function||this.tokenType===r.Url?(q=this.tokenEnd-1,I="Identifier is expected but function found"):I="Identifier is expected";break;case r.Hash:this.isDelim(g)&&(this.next(),q++,I="Name is expected");break;case r.Percentage:this.tokenType===r.Number&&(q=this.tokenEnd,I="Percent sign is expected");break}this.error(I,q)}this.next()},eatIdent(D){(this.tokenType!==r.Ident||this.lookupValue(0,D)===!1)&&this.error(`Identifier "${D}" is expected`),this.next()},eatDelim(D){this.isDelim(D)||this.error(`Delim "${String.fromCharCode(D)}" is expected`),this.next()},getLocation(D,W){return k?B.getLocationRange(D,W,w):null},getLocationFromList(D){if(k){let W=this.getFirstListNode(D),I=this.getLastListNode(D);return B.getLocationRange(W!==null?W.loc.start.offset-B.startOffset:this.tokenStart,I!==null?I.loc.end.offset-B.startOffset:this.tokenStart,w)}return null},error(D,W){let I=typeof W<"u"&&W<h.length?B.getLocation(W):this.eof?B.getLocation(i.findWhiteSpaceStart(h,h.length-1)):B.getLocation(this.tokenStart);throw new c.SyntaxError(D||"Unexpected input",h,I.offset,I.line,I.column)}});return Object.assign(function(D,W){h=D,W=W||{},E.setSource(h,y.tokenize),B.setSource(h,W.offset,W.line,W.column),w=W.filename||"<unknown>",k=!!W.positions,x=typeof W.onParseError=="function"?W.onParseError:l,A=!1,E.parseAtrulePrelude="parseAtrulePrelude"in W?!!W.parseAtrulePrelude:!0,E.parseRulePrelude="parseRulePrelude"in W?!!W.parseRulePrelude:!0,E.parseValue="parseValue"in W?!!W.parseValue:!0,E.parseCustomProperty="parseCustomProperty"in W?!!W.parseCustomProperty:!1;let{context:I="default",onComment:q}=W;if(!(I in E.context))throw new Error("Unknown context `"+I+"`");typeof q=="function"&&E.forEachToken((M,G,V)=>{if(M===r.Comment){let H=E.getLocation(G,V),j=i.cmpStr(h,V-2,V,"*/")?h.slice(G+2,V-2):h.slice(G+2,V);q(j,H)}});let _=E.context[I].call(E,W);return E.eof||E.error(),_},{SyntaxError:c.SyntaxError,config:E.config})}e.createParser=v}),Di=z(e=>{var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");e.encode=function(c){if(0<=c&&c<t.length)return t[c];throw new TypeError("Must be between 0 and 63: "+c)},e.decode=function(c){var y=65,u=90,d=97,s=122,i=48,r=57,a=43,l=47,f=26,g=52;return y<=c&&c<=u?c-y:d<=c&&c<=s?c-d+f:i<=c&&c<=r?c-i+g:c==a?62:c==l?63:-1}}),_i=z(e=>{var t=Di(),c=5,y=1<<c,u=y-1,d=y;function s(r){return r<0?(-r<<1)+1:(r<<1)+0}function i(r){var a=(r&1)===1,l=r>>1;return a?-l:l}e.encode=function(r){var a="",l,f=s(r);do l=f&u,f>>>=c,f>0&&(l|=d),a+=t.encode(l);while(f>0);return a},e.decode=function(r,a,l){var f=r.length,g=0,b=0,n,o;do{if(a>=f)throw new Error("Expected more digits in base 64 VLQ value.");if(o=t.decode(r.charCodeAt(a++)),o===-1)throw new Error("Invalid base64 digit: "+r.charAt(a-1));n=!!(o&d),o&=u,g=g+(o<<b),b+=c}while(n);l.value=i(g),l.rest=a}}),He=z(e=>{function t(x,A,B){if(A in x)return x[A];if(arguments.length===3)return B;throw new Error('"'+A+'" is a required argument.')}e.getArg=t;var c=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/,y=/^data:.+\,.+$/;function u(x){var A=x.match(c);return A?{scheme:A[1],auth:A[2],host:A[3],port:A[4],path:A[5]}:null}e.urlParse=u;function d(x){var A="";return x.scheme&&(A+=x.scheme+":"),A+="//",x.auth&&(A+=x.auth+"@"),x.host&&(A+=x.host),x.port&&(A+=":"+x.port),x.path&&(A+=x.path),A}e.urlGenerate=d;var s=32;function i(x){var A=[];return function(B){for(var E=0;E<A.length;E++)if(A[E].input===B){var D=A[0];return A[0]=A[E],A[E]=D,A[0].result}var W=x(B);return A.unshift({input:B,result:W}),A.length>s&&A.pop(),W}}var r=i(function(x){var A=x,B=u(x);if(B){if(!B.path)return x;A=B.path}for(var E=e.isAbsolute(A),D=[],W=0,I=0;;)if(W=I,I=A.indexOf("/",W),I===-1){D.push(A.slice(W));break}else for(D.push(A.slice(W,I));I<A.length&&A[I]==="/";)I++;for(var q,_=0,I=D.length-1;I>=0;I--)q=D[I],q==="."?D.splice(I,1):q===".."?_++:_>0&&(q===""?(D.splice(I+1,_),_=0):(D.splice(I,2),_--));return A=D.join("/"),A===""&&(A=E?"/":"."),B?(B.path=A,d(B)):A});e.normalize=r;function a(x,A){x===""&&(x="."),A===""&&(A=".");var B=u(A),E=u(x);if(E&&(x=E.path||"/"),B&&!B.scheme)return E&&(B.scheme=E.scheme),d(B);if(B||A.match(y))return A;if(E&&!E.host&&!E.path)return E.host=A,d(E);var D=A.charAt(0)==="/"?A:r(x.replace(/\/+$/,"")+"/"+A);return E?(E.path=D,d(E)):D}e.join=a,e.isAbsolute=function(x){return x.charAt(0)==="/"||c.test(x)};function l(x,A){x===""&&(x="."),x=x.replace(/\/$/,"");for(var B=0;A.indexOf(x+"/")!==0;){var E=x.lastIndexOf("/");if(E<0||(x=x.slice(0,E),x.match(/^([^\/]+:\/)?\/*$/)))return A;++B}return Array(B+1).join("../")+A.substr(x.length+1)}e.relative=l;var f=function(){var x=Object.create(null);return!("__proto__"in x)}();function g(x){return x}function b(x){return o(x)?"$"+x:x}e.toSetString=f?g:b;function n(x){return o(x)?x.slice(1):x}e.fromSetString=f?g:n;function o(x){if(!x)return!1;var A=x.length;if(A<9||x.charCodeAt(A-1)!==95||x.charCodeAt(A-2)!==95||x.charCodeAt(A-3)!==111||x.charCodeAt(A-4)!==116||x.charCodeAt(A-5)!==111||x.charCodeAt(A-6)!==114||x.charCodeAt(A-7)!==112||x.charCodeAt(A-8)!==95||x.charCodeAt(A-9)!==95)return!1;for(var B=A-10;B>=0;B--)if(x.charCodeAt(B)!==36)return!1;return!0}function m(x,A,B){var E=C(x.source,A.source);return E!==0||(E=x.originalLine-A.originalLine,E!==0)||(E=x.originalColumn-A.originalColumn,E!==0||B)||(E=x.generatedColumn-A.generatedColumn,E!==0)||(E=x.generatedLine-A.generatedLine,E!==0)?E:C(x.name,A.name)}e.compareByOriginalPositions=m;function p(x,A,B){var E;return E=x.originalLine-A.originalLine,E!==0||(E=x.originalColumn-A.originalColumn,E!==0||B)||(E=x.generatedColumn-A.generatedColumn,E!==0)||(E=x.generatedLine-A.generatedLine,E!==0)?E:C(x.name,A.name)}e.compareByOriginalPositionsNoSource=p;function S(x,A,B){var E=x.generatedLine-A.generatedLine;return E!==0||(E=x.generatedColumn-A.generatedColumn,E!==0||B)||(E=C(x.source,A.source),E!==0)||(E=x.originalLine-A.originalLine,E!==0)||(E=x.originalColumn-A.originalColumn,E!==0)?E:C(x.name,A.name)}e.compareByGeneratedPositionsDeflated=S;function v(x,A,B){var E=x.generatedColumn-A.generatedColumn;return E!==0||B||(E=C(x.source,A.source),E!==0)||(E=x.originalLine-A.originalLine,E!==0)||(E=x.originalColumn-A.originalColumn,E!==0)?E:C(x.name,A.name)}e.compareByGeneratedPositionsDeflatedNoLine=v;function C(x,A){return x===A?0:x===null?1:A===null?-1:x>A?1:-1}function h(x,A){var B=x.generatedLine-A.generatedLine;return B!==0||(B=x.generatedColumn-A.generatedColumn,B!==0)||(B=C(x.source,A.source),B!==0)||(B=x.originalLine-A.originalLine,B!==0)||(B=x.originalColumn-A.originalColumn,B!==0)?B:C(x.name,A.name)}e.compareByGeneratedPositionsInflated=h;function w(x){return JSON.parse(x.replace(/^\)]}'[^\n]*\n/,""))}e.parseSourceMapInput=w;function k(x,A,B){if(A=A||"",x&&(x[x.length-1]!=="/"&&A[0]!=="/"&&(x+="/"),A=x+A),B){var E=u(B);if(!E)throw new Error("sourceMapURL could not be parsed");if(E.path){var D=E.path.lastIndexOf("/");D>=0&&(E.path=E.path.substring(0,D+1))}A=a(d(E),A)}return r(A)}e.computeSourceURL=k}),Fi=z(e=>{var t=He(),c=Object.prototype.hasOwnProperty,y=typeof Map<"u";function u(){this._array=[],this._set=y?new Map:Object.create(null)}u.fromArray=function(d,s){for(var i=new u,r=0,a=d.length;r<a;r++)i.add(d[r],s);return i},u.prototype.size=function(){return y?this._set.size:Object.getOwnPropertyNames(this._set).length},u.prototype.add=function(d,s){var i=y?d:t.toSetString(d),r=y?this.has(d):c.call(this._set,i),a=this._array.length;(!r||s)&&this._array.push(d),r||(y?this._set.set(d,a):this._set[i]=a)},u.prototype.has=function(d){if(y)return this._set.has(d);var s=t.toSetString(d);return c.call(this._set,s)},u.prototype.indexOf=function(d){if(y){var s=this._set.get(d);if(s>=0)return s}else{var i=t.toSetString(d);if(c.call(this._set,i))return this._set[i]}throw new Error('"'+d+'" is not in the set.')},u.prototype.at=function(d){if(d>=0&&d<this._array.length)return this._array[d];throw new Error("No element indexed by "+d)},u.prototype.toArray=function(){return this._array.slice()},e.ArraySet=u}),Wi=z(e=>{var t=He();function c(u,d){var s=u.generatedLine,i=d.generatedLine,r=u.generatedColumn,a=d.generatedColumn;return i>s||i==s&&a>=r||t.compareByGeneratedPositionsInflated(u,d)<=0}function y(){this._array=[],this._sorted=!0,this._last={generatedLine:-1,generatedColumn:0}}y.prototype.unsortedForEach=function(u,d){this._array.forEach(u,d)},y.prototype.add=function(u){c(this._last,u)?(this._last=u,this._array.push(u)):(this._sorted=!1,this._array.push(u))},y.prototype.toArray=function(){return this._sorted||(this._array.sort(t.compareByGeneratedPositionsInflated),this._sorted=!0),this._array},e.MappingList=y}),Li=z(e=>{var t=_i(),c=He(),y=Fi().ArraySet,u=Wi().MappingList;function d(s){s||(s={}),this._file=c.getArg(s,"file",null),this._sourceRoot=c.getArg(s,"sourceRoot",null),this._skipValidation=c.getArg(s,"skipValidation",!1),this._ignoreInvalidMapping=c.getArg(s,"ignoreInvalidMapping",!1),this._sources=new y,this._names=new y,this._mappings=new u,this._sourcesContents=null}d.prototype._version=3,d.fromSourceMap=function(s,i){var r=s.sourceRoot,a=new d(Object.assign(i||{},{file:s.file,sourceRoot:r}));return s.eachMapping(function(l){var f={generated:{line:l.generatedLine,column:l.generatedColumn}};l.source!=null&&(f.source=l.source,r!=null&&(f.source=c.relative(r,f.source)),f.original={line:l.originalLine,column:l.originalColumn},l.name!=null&&(f.name=l.name)),a.addMapping(f)}),s.sources.forEach(function(l){var f=l;r!==null&&(f=c.relative(r,l)),a._sources.has(f)||a._sources.add(f);var g=s.sourceContentFor(l);g!=null&&a.setSourceContent(l,g)}),a},d.prototype.addMapping=function(s){var i=c.getArg(s,"generated"),r=c.getArg(s,"original",null),a=c.getArg(s,"source",null),l=c.getArg(s,"name",null);!this._skipValidation&&this._validateMapping(i,r,a,l)===!1||(a!=null&&(a=String(a),this._sources.has(a)||this._sources.add(a)),l!=null&&(l=String(l),this._names.has(l)||this._names.add(l)),this._mappings.add({generatedLine:i.line,generatedColumn:i.column,originalLine:r!=null&&r.line,originalColumn:r!=null&&r.column,source:a,name:l}))},d.prototype.setSourceContent=function(s,i){var r=s;this._sourceRoot!=null&&(r=c.relative(this._sourceRoot,r)),i!=null?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[c.toSetString(r)]=i):this._sourcesContents&&(delete this._sourcesContents[c.toSetString(r)],Object.keys(this._sourcesContents).length===0&&(this._sourcesContents=null))},d.prototype.applySourceMap=function(s,i,r){var a=i;if(i==null){if(s.file==null)throw new Error(`SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map's "file" property. Both were omitted.`);a=s.file}var l=this._sourceRoot;l!=null&&(a=c.relative(l,a));var f=new y,g=new y;this._mappings.unsortedForEach(function(b){if(b.source===a&&b.originalLine!=null){var n=s.originalPositionFor({line:b.originalLine,column:b.originalColumn});n.source!=null&&(b.source=n.source,r!=null&&(b.source=c.join(r,b.source)),l!=null&&(b.source=c.relative(l,b.source)),b.originalLine=n.line,b.originalColumn=n.column,n.name!=null&&(b.name=n.name))}var o=b.source;o!=null&&!f.has(o)&&f.add(o);var m=b.name;m!=null&&!g.has(m)&&g.add(m)},this),this._sources=f,this._names=g,s.sources.forEach(function(b){var n=s.sourceContentFor(b);n!=null&&(r!=null&&(b=c.join(r,b)),l!=null&&(b=c.relative(l,b)),this.setSourceContent(b,n))},this)},d.prototype._validateMapping=function(s,i,r,a){if(i&&typeof i.line!="number"&&typeof i.column!="number"){var l="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(this._ignoreInvalidMapping)return typeof console<"u"&&console.warn&&console.warn(l),!1;throw new Error(l)}if(!(s&&"line"in s&&"column"in s&&s.line>0&&s.column>=0&&!i&&!r&&!a)){if(s&&"line"in s&&"column"in s&&i&&"line"in i&&"column"in i&&s.line>0&&s.column>=0&&i.line>0&&i.column>=0&&r)return;var l="Invalid mapping: "+JSON.stringify({generated:s,source:r,original:i,name:a});if(this._ignoreInvalidMapping)return typeof console<"u"&&console.warn&&console.warn(l),!1;throw new Error(l)}},d.prototype._serializeMappings=function(){for(var s=0,i=1,r=0,a=0,l=0,f=0,g="",b,n,o,m,p=this._mappings.toArray(),S=0,v=p.length;S<v;S++){if(n=p[S],b="",n.generatedLine!==i)for(s=0;n.generatedLine!==i;)b+=";",i++;else if(S>0){if(!c.compareByGeneratedPositionsInflated(n,p[S-1]))continue;b+=","}b+=t.encode(n.generatedColumn-s),s=n.generatedColumn,n.source!=null&&(m=this._sources.indexOf(n.source),b+=t.encode(m-f),f=m,b+=t.encode(n.originalLine-1-a),a=n.originalLine-1,b+=t.encode(n.originalColumn-r),r=n.originalColumn,n.name!=null&&(o=this._names.indexOf(n.name),b+=t.encode(o-l),l=o)),g+=b}return g},d.prototype._generateSourcesContent=function(s,i){return s.map(function(r){if(!this._sourcesContents)return null;i!=null&&(r=c.relative(i,r));var a=c.toSetString(r);return Object.prototype.hasOwnProperty.call(this._sourcesContents,a)?this._sourcesContents[a]:null},this)},d.prototype.toJSON=function(){var s={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return this._file!=null&&(s.file=this._file),this._sourceRoot!=null&&(s.sourceRoot=this._sourceRoot),this._sourcesContents&&(s.sourcesContent=this._generateSourcesContent(s.sources,s.sourceRoot)),s},d.prototype.toString=function(){return JSON.stringify(this.toJSON())},e.SourceMapGenerator=d}),qi=z(e=>{"use strict";var t=Li(),c=new Set(["Atrule","Selector","Declaration"]);function y(u){let d=new t.SourceMapGenerator,s={line:1,column:0},i={line:0,column:0},r={line:1,column:0},a={generated:r},l=1,f=0,g=!1,b=u.node;u.node=function(m){if(m.loc&&m.loc.start&&c.has(m.type)){let p=m.loc.start.line,S=m.loc.start.column-1;(i.line!==p||i.column!==S)&&(i.line=p,i.column=S,s.line=l,s.column=f,g&&(g=!1,(s.line!==r.line||s.column!==r.column)&&d.addMapping(a)),g=!0,d.addMapping({source:m.loc.source,original:i,generated:s}))}b.call(this,m),g&&c.has(m.type)&&(r.line=l,r.column=f)};let n=u.emit;u.emit=function(m,p,S){for(let v=0;v<m.length;v++)m.charCodeAt(v)===10?(l++,f=0):f++;n(m,p,S)};let o=u.result;return u.result=function(){return g&&d.addMapping(a),{css:o(),map:d}},u}e.generateSourceMap=y}),Pi=z(e=>{"use strict";var t=Q(),c=43,y=45,u=(l,f)=>{if(l===t.Delim&&(l=f),typeof l=="string"){let g=l.charCodeAt(0);return g>127?32768:g<<8}return l},d=[[t.Ident,t.Ident],[t.Ident,t.Function],[t.Ident,t.Url],[t.Ident,t.BadUrl],[t.Ident,"-"],[t.Ident,t.Number],[t.Ident,t.Percentage],[t.Ident,t.Dimension],[t.Ident,t.CDC],[t.Ident,t.LeftParenthesis],[t.AtKeyword,t.Ident],[t.AtKeyword,t.Function],[t.AtKeyword,t.Url],[t.AtKeyword,t.BadUrl],[t.AtKeyword,"-"],[t.AtKeyword,t.Number],[t.AtKeyword,t.Percentage],[t.AtKeyword,t.Dimension],[t.AtKeyword,t.CDC],[t.Hash,t.Ident],[t.Hash,t.Function],[t.Hash,t.Url],[t.Hash,t.BadUrl],[t.Hash,"-"],[t.Hash,t.Number],[t.Hash,t.Percentage],[t.Hash,t.Dimension],[t.Hash,t.CDC],[t.Dimension,t.Ident],[t.Dimension,t.Function],[t.Dimension,t.Url],[t.Dimension,t.BadUrl],[t.Dimension,"-"],[t.Dimension,t.Number],[t.Dimension,t.Percentage],[t.Dimension,t.Dimension],[t.Dimension,t.CDC],["#",t.Ident],["#",t.Function],["#",t.Url],["#",t.BadUrl],["#","-"],["#",t.Number],["#",t.Percentage],["#",t.Dimension],["#",t.CDC],["-",t.Ident],["-",t.Function],["-",t.Url],["-",t.BadUrl],["-","-"],["-",t.Number],["-",t.Percentage],["-",t.Dimension],["-",t.CDC],[t.Number,t.Ident],[t.Number,t.Function],[t.Number,t.Url],[t.Number,t.BadUrl],[t.Number,t.Number],[t.Number,t.Percentage],[t.Number,t.Dimension],[t.Number,"%"],[t.Number,t.CDC],["@",t.Ident],["@",t.Function],["@",t.Url],["@",t.BadUrl],["@","-"],["@",t.CDC],[".",t.Number],[".",t.Percentage],[".",t.Dimension],["+",t.Number],["+",t.Percentage],["+",t.Dimension],["/","*"]],s=d.concat([[t.Ident,t.Hash],[t.Dimension,t.Hash],[t.Hash,t.Hash],[t.AtKeyword,t.LeftParenthesis],[t.AtKeyword,t.String],[t.AtKeyword,t.Colon],[t.Percentage,t.Percentage],[t.Percentage,t.Dimension],[t.Percentage,t.Function],[t.Percentage,"-"],[t.RightParenthesis,t.Ident],[t.RightParenthesis,t.Function],[t.RightParenthesis,t.Percentage],[t.RightParenthesis,t.Dimension],[t.RightParenthesis,t.Hash],[t.RightParenthesis,"-"]]);function i(l){let f=new Set(l.map(([g,b])=>u(g)<<16|u(b)));return function(g,b,n){let o=u(b,n),m=n.charCodeAt(0);return(m===y&&b!==t.Ident&&b!==t.Function&&b!==t.CDC||m===c?f.has(g<<16|m<<8):f.has(g<<16|o))&&this.emit(" ",t.WhiteSpace,!0),o}}var r=i(d),a=i(s);e.safe=a,e.spec=r}),Mi=z(e=>{"use strict";var t=Fe(),c=qi(),y=Pi(),u=Q(),d=92;function s(a,l){if(typeof l=="function"){let f=null;a.children.forEach(g=>{f!==null&&l.call(this,f),this.node(g),f=g});return}a.children.forEach(this.node,this)}function i(a){t.tokenize(a,(l,f,g)=>{this.token(l,a.slice(f,g))})}function r(a){let l=new Map;for(let f in a.node){let g=a.node[f];typeof(g.generate||g)=="function"&&l.set(f,g.generate||g)}return function(f,g){let b="",n=0,o={node(p){if(l.has(p.type))l.get(p.type).call(m,p);else throw new Error("Unknown node type: "+p.type)},tokenBefore:y.safe,token(p,S){n=this.tokenBefore(n,p,S),this.emit(S,p,!1),p===u.Delim&&S.charCodeAt(0)===d&&this.emit(`
36
- `,u.WhiteSpace,!0)},emit(p){b+=p},result(){return b}};g&&(typeof g.decorator=="function"&&(o=g.decorator(o)),g.sourceMap&&(o=c.generateSourceMap(o)),g.mode in y&&(o.tokenBefore=y[g.mode]));let m={node:p=>o.node(p),children:s,token:(p,S)=>o.token(p,S),tokenize:i};return o.node(f),o.result()}}e.createGenerator=r}),Ii=z(e=>{"use strict";var t=ke();function c(y){return{fromPlainObject(u){return y(u,{enter(d){d.children&&!(d.children instanceof t.List)&&(d.children=new t.List().fromArray(d.children))}}),u},toPlainObject(u){return y(u,{leave(d){d.children&&d.children instanceof t.List&&(d.children=d.children.toArray())}}),u}}}e.createConvertor=c}),Ri=z(e=>{"use strict";var{hasOwnProperty:t}=Object.prototype,c=function(){};function y(l){return typeof l=="function"?l:c}function u(l,f){return function(g,b,n){g.type===f&&l.call(this,g,b,n)}}function d(l,f){let g=f.structure,b=[];for(let n in g){if(t.call(g,n)===!1)continue;let o=g[n],m={name:n,type:!1,nullable:!1};Array.isArray(o)||(o=[o]);for(let p of o)p===null?m.nullable=!0:typeof p=="string"?m.type="node":Array.isArray(p)&&(m.type="list");m.type&&b.push(m)}return b.length?{context:f.walkContext,fields:b}:null}function s(l){let f={};for(let g in l.node)if(t.call(l.node,g)){let b=l.node[g];if(!b.structure)throw new Error("Missed `structure` field in `"+g+"` node type definition");f[g]=d(g,b)}return f}function i(l,f){let g=l.fields.slice(),b=l.context,n=typeof b=="string";return f&&g.reverse(),function(o,m,p,S){let v;n&&(v=m[b],m[b]=o);for(let C of g){let h=o[C.name];if(!C.nullable||h){if(C.type==="list"){if(f?h.reduceRight(S,!1):h.reduce(S,!1))return!0}else if(p(h))return!0}}n&&(m[b]=v)}}function r({StyleSheet:l,Atrule:f,Rule:g,Block:b,DeclarationList:n}){return{Atrule:{StyleSheet:l,Atrule:f,Rule:g,Block:b},Rule:{StyleSheet:l,Atrule:f,Rule:g,Block:b},Declaration:{StyleSheet:l,Atrule:f,Rule:g,Block:b,DeclarationList:n}}}function a(l){let f=s(l),g={},b={},n=Symbol("break-walk"),o=Symbol("skip-node");for(let v in f)t.call(f,v)&&f[v]!==null&&(g[v]=i(f[v],!1),b[v]=i(f[v],!0));let m=r(g),p=r(b),S=function(v,C){function h(E,D,W){let I=w.call(B,E,D,W);return I===n?!0:I===o?!1:!!(x.hasOwnProperty(E.type)&&x[E.type](E,B,h,A)||k.call(B,E,D,W)===n)}let w=c,k=c,x=g,A=(E,D,W,I)=>E||h(D,W,I),B={break:n,skip:o,root:v,stylesheet:null,atrule:null,atrulePrelude:null,rule:null,selector:null,block:null,declaration:null,function:null};if(typeof C=="function")w=C;else if(C&&(w=y(C.enter),k=y(C.leave),C.reverse&&(x=b),C.visit)){if(m.hasOwnProperty(C.visit))x=C.reverse?p[C.visit]:m[C.visit];else if(!f.hasOwnProperty(C.visit))throw new Error("Bad value `"+C.visit+"` for `visit` option (should be: "+Object.keys(f).sort().join(", ")+")");w=u(w,C.visit),k=u(k,C.visit)}if(w===c&&k===c)throw new Error("Neither `enter` nor `leave` walker handler is set or both aren't a function");h(v)};return S.break=n,S.skip=o,S.find=function(v,C){let h=null;return S(v,function(w,k,x){if(C.call(this,w,k,x))return h=w,n}),h},S.findLast=function(v,C){let h=null;return S(v,{reverse:!0,enter(w,k,x){if(C.call(this,w,k,x))return h=w,n}}),h},S.findAll=function(v,C){let h=[];return S(v,function(w,k,x){C.call(this,w,k,x)&&h.push(w)}),h},S}e.createWalker=a}),Ke=z(e=>{"use strict";function t(i){return i}function c(i){let{min:r,max:a,comma:l}=i;return r===0&&a===0?l?"#?":"*":r===0&&a===1?"?":r===1&&a===0?l?"#":"+":r===1&&a===1?"":(l?"#":"")+(r===a?"{"+r+"}":"{"+r+","+(a!==0?a:"")+"}")}function y(i){switch(i.type){case"Range":return" ["+(i.min===null?"-\u221E":i.min)+","+(i.max===null?"\u221E":i.max)+"]";default:throw new Error("Unknown node type `"+i.type+"`")}}function u(i,r,a,l){let f=i.combinator===" "||l?i.combinator:" "+i.combinator+" ",g=i.terms.map(b=>d(b,r,a,l)).join(f);return i.explicit||a?(l||g[0]===","?"[":"[ ")+g+(l?"]":" ]"):g}function d(i,r,a,l){let f;switch(i.type){case"Group":f=u(i,r,a,l)+(i.disallowEmpty?"!":"");break;case"Multiplier":return d(i.term,r,a,l)+r(c(i),i);case"Type":f="<"+i.name+(i.opts?r(y(i.opts),i.opts):"")+">";break;case"Property":f="<'"+i.name+"'>";break;case"Keyword":f=i.name;break;case"AtKeyword":f="@"+i.name;break;case"Function":f=i.name+"(";break;case"String":case"Token":f=i.value;break;case"Comma":f=",";break;default:throw new Error("Unknown node type `"+i.type+"`")}return r(f,i)}function s(i,r){let a=t,l=!1,f=!1;return typeof r=="function"?a=r:r&&(l=!!r.forceBraces,f=!!r.compact,typeof r.decorate=="function"&&(a=r.decorate)),d(i,a,l,f)}e.generate=s}),Ni=z(e=>{"use strict";var t=Ve(),c=Ke(),y={offset:0,line:1,column:1};function u(a,l){let f=a.tokens,g=a.longestMatch,b=g<f.length&&f[g].node||null,n=b!==l?b:null,o=0,m=0,p=0,S="",v,C;for(let h=0;h<f.length;h++){let w=f[h].value;h===g&&(m=w.length,o=S.length),n!==null&&f[h].node===n&&(h<=g?p++:p=0),S+=w}return g===f.length||p>1?(v=d(n||l,"end")||s(y,S),C=s(v)):(v=d(n,"start")||s(d(l,"start")||y,S.slice(0,o)),C=d(n,"end")||s(v,S.substr(o,m))),{css:S,mismatchOffset:o,mismatchLength:m,start:v,end:C}}function d(a,l){let f=a&&a.loc&&a.loc[l];return f?"line"in f?s(f):f:null}function s({offset:a,line:l,column:f},g){let b={offset:a,line:l,column:f};if(g){let n=g.split(/\n|\r\n?|\f/);b.offset+=g.length,b.line+=n.length-1,b.column=n.length===1?b.column+g.length:n.pop().length+1}return b}var i=function(a,l){let f=t.createCustomError("SyntaxReferenceError",a+(l?" `"+l+"`":""));return f.reference=l,f},r=function(a,l,f,g){let b=t.createCustomError("SyntaxMatchError",a),{css:n,mismatchOffset:o,mismatchLength:m,start:p,end:S}=u(g,f);return b.rawMessage=a,b.syntax=l?c.generate(l):"<generic>",b.css=n,b.mismatchOffset=o,b.mismatchLength=m,b.message=a+`
31
+ `)}c(s,r,d,l,g)}});e.createPreset=y}),bt=z(e=>{"use strict";var{detachNodeFromParent:t}=re();e.name="removeDoctype",e.description="removes doctype declaration",e.fn=()=>({doctype:{enter:(c,y)=>{t(c,y)}}})}),St=z(e=>{"use strict";var{detachNodeFromParent:t}=re();e.name="removeXMLProcInst",e.description="removes XML processing instructions",e.fn=()=>({instruction:{enter:(c,y)=>{c.name==="xml"&&t(c,y)}}})}),vt=z(e=>{"use strict";var{detachNodeFromParent:t}=re();e.name="removeComments",e.description="removes comments";var c=[/^!/];e.fn=(y,u)=>{let{preservePatterns:d=c}=u;return{comment:{enter:(s,i)=>{if(d){if(!Array.isArray(d))throw Error(`Expected array in removeComments preservePatterns parameter but received ${d}`);if(d.some(r=>new RegExp(r).test(s.value)))return}t(s,i)}}}}}),xt=z(e=>{"use strict";var{detachNodeFromParent:t}=re();e.name="removeMetadata",e.description="removes <metadata>",e.fn=()=>({element:{enter:(c,y)=>{c.name==="metadata"&&t(c,y)}}})}),Ct=z(e=>{"use strict";var{detachNodeFromParent:t}=re(),{editorNamespaces:c}=ne();e.name="removeEditorsNSData",e.description="removes editors namespaces, elements and attributes",e.fn=(y,u)=>{let d=c;Array.isArray(u.additionalNamespaces)&&(d=[...c,...u.additionalNamespaces]);let s=[];return{element:{enter:(i,r)=>{if(i.name==="svg")for(let[a,l]of Object.entries(i.attributes))a.startsWith("xmlns:")&&d.includes(l)&&(s.push(a.slice(6)),delete i.attributes[a]);for(let a of Object.keys(i.attributes))if(a.includes(":")){let[l]=a.split(":");s.includes(l)&&delete i.attributes[a]}if(i.name.includes(":")){let[a]=i.name.split(":");s.includes(a)&&t(i,r)}}}}}}),kt=z(e=>{"use strict";e.name="cleanupAttrs",e.description="cleanups attributes from newlines, trailing and repeating spaces";var t=/(\S)\r?\n(\S)/g,c=/\r?\n/g,y=/\s{2,}/g;e.fn=(u,d)=>{let{newlines:s=!0,trim:i=!0,spaces:r=!0}=d;return{element:{enter:a=>{for(let l of Object.keys(a.attributes))s&&(a.attributes[l]=a.attributes[l].replace(t,(g,f,b)=>f+" "+b),a.attributes[l]=a.attributes[l].replace(c,"")),i&&(a.attributes[l]=a.attributes[l].trim()),r&&(a.attributes[l]=a.attributes[l].replace(y," "))}}}}}),wt=z(e=>{"use strict";var{visitSkip:t,detachNodeFromParent:c}=re();e.name="mergeStyles",e.description="merge multiple style elements into one",e.fn=()=>{let y=null,u="",d="text";return{element:{enter:(s,i)=>{if(s.name==="foreignObject")return t;if(s.name!=="style"||s.attributes.type!=null&&s.attributes.type!==""&&s.attributes.type!=="text/css")return;let r="";for(let a of s.children)a.type==="text"&&(r+=a.value),a.type==="cdata"&&(d="cdata",r+=a.value);if(r.trim().length===0){c(s,i);return}if(s.attributes.media==null?u+=r:(u+=`@media ${s.attributes.media}{${r}}`,delete s.attributes.media),y==null)y=s;else{c(s,i);let a={type:d,value:u};Object.defineProperty(a,"parentNode",{writable:!0,value:y}),y.children=[a]}}}}}}),Q=z(e=>{"use strict";e.AtKeyword=3,e.BadString=6,e.BadUrl=8,e.CDC=15,e.CDO=14,e.Colon=16,e.Comma=18,e.Comment=25,e.Delim=9,e.Dimension=12,e.EOF=0,e.Function=2,e.Hash=4,e.Ident=1,e.LeftCurlyBracket=23,e.LeftParenthesis=21,e.LeftSquareBracket=19,e.Number=10,e.Percentage=11,e.RightCurlyBracket=24,e.RightParenthesis=22,e.RightSquareBracket=20,e.Semicolon=17,e.String=5,e.Url=7,e.WhiteSpace=13}),le=z(e=>{"use strict";function t(k){return k>=48&&k<=57}function c(k){return t(k)||k>=65&&k<=70||k>=97&&k<=102}function y(k){return k>=65&&k<=90}function u(k){return k>=97&&k<=122}function d(k){return y(k)||u(k)}function s(k){return k>=128}function i(k){return d(k)||s(k)||k===95}function r(k){return i(k)||t(k)||k===45}function a(k){return k>=0&&k<=8||k===11||k>=14&&k<=31||k===127}function l(k){return k===10||k===13||k===12}function g(k){return l(k)||k===32||k===9}function f(k,x){return!(k!==92||l(x)||x===0)}function b(k,x,A){return k===45?i(x)||x===45||f(x,A):i(k)?!0:k===92?f(k,x):!1}function n(k,x,A){return k===43||k===45?t(x)?2:x===46&&t(A)?3:0:k===46?t(x)?2:0:t(k)?1:0}function o(k){return k===65279||k===65534?1:0}var m=new Array(128),p=128,S=130,v=131,C=132,h=133;for(let k=0;k<m.length;k++)m[k]=g(k)&&S||t(k)&&v||i(k)&&C||a(k)&&h||k||p;function w(k){return k<128?m[k]:C}e.DigitCategory=v,e.EofCategory=p,e.NameStartCategory=C,e.NonPrintableCategory=h,e.WhiteSpaceCategory=S,e.charCodeCategory=w,e.isBOM=o,e.isDigit=t,e.isHexDigit=c,e.isIdentifierStart=b,e.isLetter=d,e.isLowercaseLetter=u,e.isName=r,e.isNameStart=i,e.isNewline=l,e.isNonAscii=s,e.isNonPrintable=a,e.isNumberStart=n,e.isUppercaseLetter=y,e.isValidEscape=f,e.isWhiteSpace=g}),he=z(e=>{"use strict";var t=le();function c(n,o){return o<n.length?n.charCodeAt(o):0}function y(n,o,m){return m===13&&c(n,o+1)===10?2:1}function u(n,o,m){let p=n.charCodeAt(o);return t.isUppercaseLetter(p)&&(p=p|32),p===m}function d(n,o,m,p){if(m-o!==p.length||o<0||m>n.length)return!1;for(let S=o;S<m;S++){let v=p.charCodeAt(S-o),C=n.charCodeAt(S);if(t.isUppercaseLetter(C)&&(C=C|32),C!==v)return!1}return!0}function s(n,o){for(;o>=0&&t.isWhiteSpace(n.charCodeAt(o));o--);return o+1}function i(n,o){for(;o<n.length&&t.isWhiteSpace(n.charCodeAt(o));o++);return o}function r(n,o){for(;o<n.length&&t.isDigit(n.charCodeAt(o));o++);return o}function a(n,o){if(o+=2,t.isHexDigit(c(n,o-1))){for(let p=Math.min(n.length,o+5);o<p&&t.isHexDigit(c(n,o));o++);let m=c(n,o);t.isWhiteSpace(m)&&(o+=y(n,o,m))}return o}function l(n,o){for(;o<n.length;o++){let m=n.charCodeAt(o);if(!t.isName(m)){if(t.isValidEscape(m,c(n,o+1))){o=a(n,o)-1;continue}break}}return o}function g(n,o){let m=n.charCodeAt(o);if((m===43||m===45)&&(m=n.charCodeAt(o+=1)),t.isDigit(m)&&(o=r(n,o+1),m=n.charCodeAt(o)),m===46&&t.isDigit(n.charCodeAt(o+1))&&(o+=2,o=r(n,o)),u(n,o,101)){let p=0;m=n.charCodeAt(o+1),(m===45||m===43)&&(p=1,m=n.charCodeAt(o+2)),t.isDigit(m)&&(o=r(n,o+1+p+1))}return o}function f(n,o){for(;o<n.length;o++){let m=n.charCodeAt(o);if(m===41){o++;break}t.isValidEscape(m,c(n,o+1))&&(o=a(n,o))}return o}function b(n){if(n.length===1&&!t.isHexDigit(n.charCodeAt(0)))return n[0];let o=parseInt(n,16);return(o===0||o>=55296&&o<=57343||o>1114111)&&(o=65533),String.fromCodePoint(o)}e.cmpChar=u,e.cmpStr=d,e.consumeBadUrlRemnants=f,e.consumeEscaped=a,e.consumeName=l,e.consumeNumber=g,e.decodeEscaped=b,e.findDecimalNumberEnd=r,e.findWhiteSpaceEnd=i,e.findWhiteSpaceStart=s,e.getNewlineLength=y}),Fe=z((e,t)=>{"use strict";var c=["EOF-token","ident-token","function-token","at-keyword-token","hash-token","string-token","bad-string-token","url-token","bad-url-token","delim-token","number-token","percentage-token","dimension-token","whitespace-token","CDO-token","CDC-token","colon-token","semicolon-token","comma-token","[-token","]-token","(-token",")-token","{-token","}-token"];t.exports=c}),At=z(e=>{"use strict";function t(c=null,y){return c===null||c.length<y?new Uint32Array(Math.max(y+1024,16384)):c}e.adoptBuffer=t}),Et=z(e=>{"use strict";var t=At(),c=le(),y=10,u=12,d=13;function s(r){let a=r.source,l=a.length,g=a.length>0?c.isBOM(a.charCodeAt(0)):0,f=t.adoptBuffer(r.lines,l),b=t.adoptBuffer(r.columns,l),n=r.startLine,o=r.startColumn;for(let m=g;m<l;m++){let p=a.charCodeAt(m);f[m]=n,b[m]=o++,(p===y||p===d||p===u)&&(p===d&&m+1<l&&a.charCodeAt(m+1)===y&&(m++,f[m]=n,b[m]=o),n++,o=1)}f[l]=n,b[l]=o,r.lines=f,r.columns=b,r.computed=!0}var i=class{constructor(){this.lines=null,this.columns=null,this.computed=!1}setSource(r,a=0,l=1,g=1){this.source=r,this.startOffset=a,this.startLine=l,this.startColumn=g,this.computed=!1}getLocation(r,a){return this.computed||s(this),{source:a,offset:this.startOffset+r,line:this.lines[r],column:this.columns[r]}}getLocationRange(r,a,l){return this.computed||s(this),{source:l,start:{offset:this.startOffset+r,line:this.lines[r],column:this.columns[r]},end:{offset:this.startOffset+a,line:this.lines[a],column:this.columns[a]}}}};e.OffsetToLocation=i}),Ue=z(e=>{"use strict";var t=At(),c=he(),y=Fe(),u=Q(),d=16777215,s=24,i=new Map([[u.Function,u.RightParenthesis],[u.LeftParenthesis,u.RightParenthesis],[u.LeftSquareBracket,u.RightSquareBracket],[u.LeftCurlyBracket,u.RightCurlyBracket]]),r=class{constructor(a,l){this.setSource(a,l)}reset(){this.eof=!1,this.tokenIndex=-1,this.tokenType=0,this.tokenStart=this.firstCharOffset,this.tokenEnd=this.firstCharOffset}setSource(a="",l=()=>{}){a=String(a||"");let g=a.length,f=t.adoptBuffer(this.offsetAndType,a.length+1),b=t.adoptBuffer(this.balance,a.length+1),n=0,o=0,m=0,p=-1;for(this.offsetAndType=null,this.balance=null,l(a,(S,v,C)=>{switch(S){default:b[n]=g;break;case o:{let h=m&d;for(m=b[h],o=m>>s,b[n]=h,b[h++]=n;h<n;h++)b[h]===g&&(b[h]=n);break}case u.LeftParenthesis:case u.Function:case u.LeftSquareBracket:case u.LeftCurlyBracket:b[n]=m,o=i.get(S),m=o<<s|n;break}f[n++]=S<<s|C,p===-1&&(p=v)}),f[n]=u.EOF<<s|g,b[n]=g,b[g]=g;m!==0;){let S=m&d;m=b[S],b[S]=g}this.source=a,this.firstCharOffset=p===-1?0:p,this.tokenCount=n,this.offsetAndType=f,this.balance=b,this.reset(),this.next()}lookupType(a){return a+=this.tokenIndex,a<this.tokenCount?this.offsetAndType[a]>>s:u.EOF}lookupOffset(a){return a+=this.tokenIndex,a<this.tokenCount?this.offsetAndType[a-1]&d:this.source.length}lookupValue(a,l){return a+=this.tokenIndex,a<this.tokenCount?c.cmpStr(this.source,this.offsetAndType[a-1]&d,this.offsetAndType[a]&d,l):!1}getTokenStart(a){return a===this.tokenIndex?this.tokenStart:a>0?a<this.tokenCount?this.offsetAndType[a-1]&d:this.offsetAndType[this.tokenCount]&d:this.firstCharOffset}substrToCursor(a){return this.source.substring(a,this.tokenStart)}isBalanceEdge(a){return this.balance[this.tokenIndex]<a}isDelim(a,l){return l?this.lookupType(l)===u.Delim&&this.source.charCodeAt(this.lookupOffset(l))===a:this.tokenType===u.Delim&&this.source.charCodeAt(this.tokenStart)===a}skip(a){let l=this.tokenIndex+a;l<this.tokenCount?(this.tokenIndex=l,this.tokenStart=this.offsetAndType[l-1]&d,l=this.offsetAndType[l],this.tokenType=l>>s,this.tokenEnd=l&d):(this.tokenIndex=this.tokenCount,this.next())}next(){let a=this.tokenIndex+1;a<this.tokenCount?(this.tokenIndex=a,this.tokenStart=this.tokenEnd,a=this.offsetAndType[a],this.tokenType=a>>s,this.tokenEnd=a&d):(this.eof=!0,this.tokenIndex=this.tokenCount,this.tokenType=u.EOF,this.tokenStart=this.tokenEnd=this.source.length)}skipSC(){for(;this.tokenType===u.WhiteSpace||this.tokenType===u.Comment;)this.next()}skipUntilBalanced(a,l){let g=a,f,b;e:for(;g<this.tokenCount;g++){if(f=this.balance[g],f<a)break e;switch(b=g>0?this.offsetAndType[g-1]&d:this.firstCharOffset,l(this.source.charCodeAt(b))){case 1:break e;case 2:g++;break e;default:this.balance[f]===g&&(g=f)}}this.skip(g-this.tokenIndex)}forEachToken(a){for(let l=0,g=this.firstCharOffset;l<this.tokenCount;l++){let f=g,b=this.offsetAndType[l],n=b&d,o=b>>s;g=n,a(o,f,n,l)}}dump(){let a=new Array(this.tokenCount);return this.forEachToken((l,g,f,b)=>{a[b]={idx:b,type:y[l],chunk:this.source.substring(g,f),balance:this.balance[b]}}),a}};e.TokenStream=r}),_e=z(e=>{"use strict";var t=Q(),c=le(),y=he(),u=Fe(),d=Et(),s=Ue();function i(r,a){function l(v){return v<o?r.charCodeAt(v):0}function g(){if(p=y.consumeNumber(r,p),c.isIdentifierStart(l(p),l(p+1),l(p+2))){S=t.Dimension,p=y.consumeName(r,p);return}if(l(p)===37){S=t.Percentage,p++;return}S=t.Number}function f(){let v=p;if(p=y.consumeName(r,p),y.cmpStr(r,v,p,"url")&&l(p)===40){if(p=y.findWhiteSpaceEnd(r,p+1),l(p)===34||l(p)===39){S=t.Function,p=v+4;return}n();return}if(l(p)===40){S=t.Function,p++;return}S=t.Ident}function b(v){for(v||(v=l(p++)),S=t.String;p<r.length;p++){let C=r.charCodeAt(p);switch(c.charCodeCategory(C)){case v:p++;return;case c.WhiteSpaceCategory:if(c.isNewline(C)){p+=y.getNewlineLength(r,p,C),S=t.BadString;return}break;case 92:if(p===r.length-1)break;let h=l(p+1);c.isNewline(h)?p+=y.getNewlineLength(r,p+1,h):c.isValidEscape(C,h)&&(p=y.consumeEscaped(r,p)-1);break}}}function n(){for(S=t.Url,p=y.findWhiteSpaceEnd(r,p);p<r.length;p++){let v=r.charCodeAt(p);switch(c.charCodeCategory(v)){case 41:p++;return;case c.WhiteSpaceCategory:if(p=y.findWhiteSpaceEnd(r,p),l(p)===41||p>=r.length){p<r.length&&p++;return}p=y.consumeBadUrlRemnants(r,p),S=t.BadUrl;return;case 34:case 39:case 40:case c.NonPrintableCategory:p=y.consumeBadUrlRemnants(r,p),S=t.BadUrl;return;case 92:if(c.isValidEscape(v,l(p+1))){p=y.consumeEscaped(r,p)-1;break}p=y.consumeBadUrlRemnants(r,p),S=t.BadUrl;return}}}r=String(r||"");let o=r.length,m=c.isBOM(l(0)),p=m,S;for(;p<o;){let v=r.charCodeAt(p);switch(c.charCodeCategory(v)){case c.WhiteSpaceCategory:S=t.WhiteSpace,p=y.findWhiteSpaceEnd(r,p+1);break;case 34:b();break;case 35:c.isName(l(p+1))||c.isValidEscape(l(p+1),l(p+2))?(S=t.Hash,p=y.consumeName(r,p+1)):(S=t.Delim,p++);break;case 39:b();break;case 40:S=t.LeftParenthesis,p++;break;case 41:S=t.RightParenthesis,p++;break;case 43:c.isNumberStart(v,l(p+1),l(p+2))?g():(S=t.Delim,p++);break;case 44:S=t.Comma,p++;break;case 45:c.isNumberStart(v,l(p+1),l(p+2))?g():l(p+1)===45&&l(p+2)===62?(S=t.CDC,p=p+3):c.isIdentifierStart(v,l(p+1),l(p+2))?f():(S=t.Delim,p++);break;case 46:c.isNumberStart(v,l(p+1),l(p+2))?g():(S=t.Delim,p++);break;case 47:l(p+1)===42?(S=t.Comment,p=r.indexOf("*/",p+2),p=p===-1?r.length:p+2):(S=t.Delim,p++);break;case 58:S=t.Colon,p++;break;case 59:S=t.Semicolon,p++;break;case 60:l(p+1)===33&&l(p+2)===45&&l(p+3)===45?(S=t.CDO,p=p+4):(S=t.Delim,p++);break;case 64:c.isIdentifierStart(l(p+1),l(p+2),l(p+3))?(S=t.AtKeyword,p=y.consumeName(r,p+1)):(S=t.Delim,p++);break;case 91:S=t.LeftSquareBracket,p++;break;case 92:c.isValidEscape(v,l(p+1))?f():(S=t.Delim,p++);break;case 93:S=t.RightSquareBracket,p++;break;case 123:S=t.LeftCurlyBracket,p++;break;case 125:S=t.RightCurlyBracket,p++;break;case c.DigitCategory:g();break;case c.NameStartCategory:f();break;default:S=t.Delim,p++}a(S,m,m=p)}}e.AtKeyword=t.AtKeyword,e.BadString=t.BadString,e.BadUrl=t.BadUrl,e.CDC=t.CDC,e.CDO=t.CDO,e.Colon=t.Colon,e.Comma=t.Comma,e.Comment=t.Comment,e.Delim=t.Delim,e.Dimension=t.Dimension,e.EOF=t.EOF,e.Function=t.Function,e.Hash=t.Hash,e.Ident=t.Ident,e.LeftCurlyBracket=t.LeftCurlyBracket,e.LeftParenthesis=t.LeftParenthesis,e.LeftSquareBracket=t.LeftSquareBracket,e.Number=t.Number,e.Percentage=t.Percentage,e.RightCurlyBracket=t.RightCurlyBracket,e.RightParenthesis=t.RightParenthesis,e.RightSquareBracket=t.RightSquareBracket,e.Semicolon=t.Semicolon,e.String=t.String,e.Url=t.Url,e.WhiteSpace=t.WhiteSpace,e.tokenTypes=t,e.DigitCategory=c.DigitCategory,e.EofCategory=c.EofCategory,e.NameStartCategory=c.NameStartCategory,e.NonPrintableCategory=c.NonPrintableCategory,e.WhiteSpaceCategory=c.WhiteSpaceCategory,e.charCodeCategory=c.charCodeCategory,e.isBOM=c.isBOM,e.isDigit=c.isDigit,e.isHexDigit=c.isHexDigit,e.isIdentifierStart=c.isIdentifierStart,e.isLetter=c.isLetter,e.isLowercaseLetter=c.isLowercaseLetter,e.isName=c.isName,e.isNameStart=c.isNameStart,e.isNewline=c.isNewline,e.isNonAscii=c.isNonAscii,e.isNonPrintable=c.isNonPrintable,e.isNumberStart=c.isNumberStart,e.isUppercaseLetter=c.isUppercaseLetter,e.isValidEscape=c.isValidEscape,e.isWhiteSpace=c.isWhiteSpace,e.cmpChar=y.cmpChar,e.cmpStr=y.cmpStr,e.consumeBadUrlRemnants=y.consumeBadUrlRemnants,e.consumeEscaped=y.consumeEscaped,e.consumeName=y.consumeName,e.consumeNumber=y.consumeNumber,e.decodeEscaped=y.decodeEscaped,e.findDecimalNumberEnd=y.findDecimalNumberEnd,e.findWhiteSpaceEnd=y.findWhiteSpaceEnd,e.findWhiteSpaceStart=y.findWhiteSpaceStart,e.getNewlineLength=y.getNewlineLength,e.tokenNames=u,e.OffsetToLocation=d.OffsetToLocation,e.TokenStream=s.TokenStream,e.tokenize=i}),ke=z(e=>{"use strict";var t=null,c=class de{static createItem(u){return{prev:null,next:null,data:u}}constructor(){this.head=null,this.tail=null,this.cursor=null}createItem(u){return de.createItem(u)}allocateCursor(u,d){let s;return t!==null?(s=t,t=t.cursor,s.prev=u,s.next=d,s.cursor=this.cursor):s={prev:u,next:d,cursor:this.cursor},this.cursor=s,s}releaseCursor(){let{cursor:u}=this;this.cursor=u.cursor,u.prev=null,u.next=null,u.cursor=t,t=u}updateCursors(u,d,s,i){let{cursor:r}=this;for(;r!==null;)r.prev===u&&(r.prev=d),r.next===s&&(r.next=i),r=r.cursor}*[Symbol.iterator](){for(let u=this.head;u!==null;u=u.next)yield u.data}get size(){let u=0;for(let d=this.head;d!==null;d=d.next)u++;return u}get isEmpty(){return this.head===null}get first(){return this.head&&this.head.data}get last(){return this.tail&&this.tail.data}fromArray(u){let d=null;this.head=null;for(let s of u){let i=de.createItem(s);d!==null?d.next=i:this.head=i,i.prev=d,d=i}return this.tail=d,this}toArray(){return[...this]}toJSON(){return[...this]}forEach(u,d=this){let s=this.allocateCursor(null,this.head);for(;s.next!==null;){let i=s.next;s.next=i.next,u.call(d,i.data,i,this)}this.releaseCursor()}forEachRight(u,d=this){let s=this.allocateCursor(this.tail,null);for(;s.prev!==null;){let i=s.prev;s.prev=i.prev,u.call(d,i.data,i,this)}this.releaseCursor()}reduce(u,d,s=this){let i=this.allocateCursor(null,this.head),r=d,a;for(;i.next!==null;)a=i.next,i.next=a.next,r=u.call(s,r,a.data,a,this);return this.releaseCursor(),r}reduceRight(u,d,s=this){let i=this.allocateCursor(this.tail,null),r=d,a;for(;i.prev!==null;)a=i.prev,i.prev=a.prev,r=u.call(s,r,a.data,a,this);return this.releaseCursor(),r}some(u,d=this){for(let s=this.head;s!==null;s=s.next)if(u.call(d,s.data,s,this))return!0;return!1}map(u,d=this){let s=new de;for(let i=this.head;i!==null;i=i.next)s.appendData(u.call(d,i.data,i,this));return s}filter(u,d=this){let s=new de;for(let i=this.head;i!==null;i=i.next)u.call(d,i.data,i,this)&&s.appendData(i.data);return s}nextUntil(u,d,s=this){if(u===null)return;let i=this.allocateCursor(null,u);for(;i.next!==null;){let r=i.next;if(i.next=r.next,d.call(s,r.data,r,this))break}this.releaseCursor()}prevUntil(u,d,s=this){if(u===null)return;let i=this.allocateCursor(u,null);for(;i.prev!==null;){let r=i.prev;if(i.prev=r.prev,d.call(s,r.data,r,this))break}this.releaseCursor()}clear(){this.head=null,this.tail=null}copy(){let u=new de;for(let d of this)u.appendData(d);return u}prepend(u){return this.updateCursors(null,u,this.head,u),this.head!==null?(this.head.prev=u,u.next=this.head):this.tail=u,this.head=u,this}prependData(u){return this.prepend(de.createItem(u))}append(u){return this.insert(u)}appendData(u){return this.insert(de.createItem(u))}insert(u,d=null){if(d!==null)if(this.updateCursors(d.prev,u,d,u),d.prev===null){if(this.head!==d)throw new Error("before doesn't belong to list");this.head=u,d.prev=u,u.next=d,this.updateCursors(null,u)}else d.prev.next=u,u.prev=d.prev,d.prev=u,u.next=d;else this.updateCursors(this.tail,u,null,u),this.tail!==null?(this.tail.next=u,u.prev=this.tail):this.head=u,this.tail=u;return this}insertData(u,d){return this.insert(de.createItem(u),d)}remove(u){if(this.updateCursors(u,u.prev,u,u.next),u.prev!==null)u.prev.next=u.next;else{if(this.head!==u)throw new Error("item doesn't belong to list");this.head=u.next}if(u.next!==null)u.next.prev=u.prev;else{if(this.tail!==u)throw new Error("item doesn't belong to list");this.tail=u.prev}return u.prev=null,u.next=null,u}push(u){this.insert(de.createItem(u))}pop(){return this.tail!==null?this.remove(this.tail):null}unshift(u){this.prepend(de.createItem(u))}shift(){return this.head!==null?this.remove(this.head):null}prependList(u){return this.insertList(u,this.head)}appendList(u){return this.insertList(u)}insertList(u,d){return u.head===null?this:(d!=null?(this.updateCursors(d.prev,u.tail,d,u.head),d.prev!==null?(d.prev.next=u.head,u.head.prev=d.prev):this.head=u.head,d.prev=u.tail,u.tail.next=d):(this.updateCursors(this.tail,u.tail,null,u.head),this.tail!==null?(this.tail.next=u.head,u.head.prev=this.tail):this.head=u.head,this.tail=u.tail),u.head=null,u.tail=null,this)}replace(u,d){"head"in d?this.insertList(d,u):this.insert(d,u),this.remove(u)}};e.List=c}),Ve=z(e=>{"use strict";function t(c,y){let u=Object.create(SyntaxError.prototype),d=new Error;return Object.assign(u,{name:c,message:y,get stack(){return(d.stack||"").replace(/^(.+\n){1,3}/,`${c}: ${y}
32
+ `)}})}e.createCustomError=t}),Bi=z(e=>{"use strict";var t=Ve(),c=100,y=60,u=" ";function d({source:i,line:r,column:a},l){function g(p,S){return f.slice(p,S).map((v,C)=>String(p+C+1).padStart(o)+" |"+v).join(`
33
+ `)}let f=i.split(/\r\n?|\n|\f/),b=Math.max(1,r-l)-1,n=Math.min(r+l,f.length+1),o=Math.max(4,String(n).length)+1,m=0;a+=(u.length-1)*(f[r-1].substr(0,a-1).match(/\t/g)||[]).length,a>c&&(m=a-y+3,a=y-2);for(let p=b;p<=n;p++)p>=0&&p<f.length&&(f[p]=f[p].replace(/\t/g,u),f[p]=(m>0&&f[p].length>m?"\u2026":"")+f[p].substr(m,c-2)+(f[p].length>m+c-1?"\u2026":""));return[g(b,r),new Array(a+o+2).join("-")+"^",g(r,n)].filter(Boolean).join(`
34
+ `)}function s(i,r,a,l,g){return Object.assign(t.createCustomError("SyntaxError",i),{source:r,offset:a,line:l,column:g,sourceFragment(f){return d({source:r,line:l,column:g},isNaN(f)?0:f)},get formattedMessage(){return`Parse error: ${i}
35
+ `+d({source:r,line:l,column:g},2)}})}e.SyntaxError=s}),Oi=z(e=>{"use strict";var t=Q();function c(y){let u=this.createList(),d=!1,s={recognizer:y};for(;!this.eof;){switch(this.tokenType){case t.Comment:this.next();continue;case t.WhiteSpace:d=!0,this.next();continue}let i=y.getNode.call(this,s);if(i===void 0)break;d&&(y.onWhiteSpace&&y.onWhiteSpace.call(this,i,u,s),d=!1),u.push(i)}return d&&y.onWhiteSpace&&y.onWhiteSpace.call(this,null,u,s),u}e.readSequence=c}),zi=z(e=>{"use strict";var t=ke(),c=Bi(),y=_e(),u=Oi(),d=Et(),s=Ue(),i=he(),r=Q(),a=Fe(),l=()=>{},g=33,f=35,b=59,n=123,o=0;function m(C){return function(){return this[C]()}}function p(C){let h=Object.create(null);for(let w in C){let k=C[w],x=k.parse||k;x&&(h[w]=x)}return h}function S(C){let h={context:Object.create(null),scope:Object.assign(Object.create(null),C.scope),atrule:p(C.atrule),pseudo:p(C.pseudo),node:p(C.node)};for(let w in C.parseContext)switch(typeof C.parseContext[w]){case"function":h.context[w]=C.parseContext[w];break;case"string":h.context[w]=m(C.parseContext[w]);break}return{config:h,...h,...h.node}}function v(C){let h="",w="<unknown>",k=!1,x=l,A=!1,B=new d.OffsetToLocation,E=Object.assign(new s.TokenStream,S(C||{}),{parseAtrulePrelude:!0,parseRulePrelude:!0,parseValue:!0,parseCustomProperty:!1,readSequence:u.readSequence,consumeUntilBalanceEnd:()=>0,consumeUntilLeftCurlyBracket(D){return D===n?1:0},consumeUntilLeftCurlyBracketOrSemicolon(D){return D===n||D===b?1:0},consumeUntilExclamationMarkOrSemicolon(D){return D===g||D===b?1:0},consumeUntilSemicolonIncluded(D){return D===b?2:0},createList(){return new t.List},createSingleNodeList(D){return new t.List().appendData(D)},getFirstListNode(D){return D&&D.first},getLastListNode(D){return D&&D.last},parseWithFallback(D,W){let I=this.tokenIndex;try{return D.call(this)}catch(q){if(A)throw q;let F=W.call(this,I);return A=!0,x(q,F),A=!1,F}},lookupNonWSType(D){let W;do if(W=this.lookupType(D++),W!==r.WhiteSpace)return W;while(W!==o);return o},charCodeAt(D){return D>=0&&D<h.length?h.charCodeAt(D):0},substring(D,W){return h.substring(D,W)},substrToCursor(D){return this.source.substring(D,this.tokenStart)},cmpChar(D,W){return i.cmpChar(h,D,W)},cmpStr(D,W,I){return i.cmpStr(h,D,W,I)},consume(D){let W=this.tokenStart;return this.eat(D),this.substrToCursor(W)},consumeFunctionName(){let D=h.substring(this.tokenStart,this.tokenEnd-1);return this.eat(r.Function),D},consumeNumber(D){let W=h.substring(this.tokenStart,i.consumeNumber(h,this.tokenStart));return this.eat(D),W},eat(D){if(this.tokenType!==D){let W=a[D].slice(0,-6).replace(/-/g," ").replace(/^./,F=>F.toUpperCase()),I=`${/[[\](){}]/.test(W)?`"${W}"`:W} is expected`,q=this.tokenStart;switch(D){case r.Ident:this.tokenType===r.Function||this.tokenType===r.Url?(q=this.tokenEnd-1,I="Identifier is expected but function found"):I="Identifier is expected";break;case r.Hash:this.isDelim(f)&&(this.next(),q++,I="Name is expected");break;case r.Percentage:this.tokenType===r.Number&&(q=this.tokenEnd,I="Percent sign is expected");break}this.error(I,q)}this.next()},eatIdent(D){(this.tokenType!==r.Ident||this.lookupValue(0,D)===!1)&&this.error(`Identifier "${D}" is expected`),this.next()},eatDelim(D){this.isDelim(D)||this.error(`Delim "${String.fromCharCode(D)}" is expected`),this.next()},getLocation(D,W){return k?B.getLocationRange(D,W,w):null},getLocationFromList(D){if(k){let W=this.getFirstListNode(D),I=this.getLastListNode(D);return B.getLocationRange(W!==null?W.loc.start.offset-B.startOffset:this.tokenStart,I!==null?I.loc.end.offset-B.startOffset:this.tokenStart,w)}return null},error(D,W){let I=typeof W<"u"&&W<h.length?B.getLocation(W):this.eof?B.getLocation(i.findWhiteSpaceStart(h,h.length-1)):B.getLocation(this.tokenStart);throw new c.SyntaxError(D||"Unexpected input",h,I.offset,I.line,I.column)}});return Object.assign(function(D,W){h=D,W=W||{},E.setSource(h,y.tokenize),B.setSource(h,W.offset,W.line,W.column),w=W.filename||"<unknown>",k=!!W.positions,x=typeof W.onParseError=="function"?W.onParseError:l,A=!1,E.parseAtrulePrelude="parseAtrulePrelude"in W?!!W.parseAtrulePrelude:!0,E.parseRulePrelude="parseRulePrelude"in W?!!W.parseRulePrelude:!0,E.parseValue="parseValue"in W?!!W.parseValue:!0,E.parseCustomProperty="parseCustomProperty"in W?!!W.parseCustomProperty:!1;let{context:I="default",onComment:q}=W;if(!(I in E.context))throw new Error("Unknown context `"+I+"`");typeof q=="function"&&E.forEachToken((M,G,V)=>{if(M===r.Comment){let H=E.getLocation(G,V),j=i.cmpStr(h,V-2,V,"*/")?h.slice(G+2,V-2):h.slice(G+2,V);q(j,H)}});let F=E.context[I].call(E,W);return E.eof||E.error(),F},{SyntaxError:c.SyntaxError,config:E.config})}e.createParser=v}),Di=z(e=>{var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");e.encode=function(c){if(0<=c&&c<t.length)return t[c];throw new TypeError("Must be between 0 and 63: "+c)},e.decode=function(c){var y=65,u=90,d=97,s=122,i=48,r=57,a=43,l=47,g=26,f=52;return y<=c&&c<=u?c-y:d<=c&&c<=s?c-d+g:i<=c&&c<=r?c-i+f:c==a?62:c==l?63:-1}}),Fi=z(e=>{var t=Di(),c=5,y=1<<c,u=y-1,d=y;function s(r){return r<0?(-r<<1)+1:(r<<1)+0}function i(r){var a=(r&1)===1,l=r>>1;return a?-l:l}e.encode=function(r){var a="",l,g=s(r);do l=g&u,g>>>=c,g>0&&(l|=d),a+=t.encode(l);while(g>0);return a},e.decode=function(r,a,l){var g=r.length,f=0,b=0,n,o;do{if(a>=g)throw new Error("Expected more digits in base 64 VLQ value.");if(o=t.decode(r.charCodeAt(a++)),o===-1)throw new Error("Invalid base64 digit: "+r.charAt(a-1));n=!!(o&d),o&=u,f=f+(o<<b),b+=c}while(n);l.value=i(f),l.rest=a}}),He=z(e=>{function t(x,A,B){if(A in x)return x[A];if(arguments.length===3)return B;throw new Error('"'+A+'" is a required argument.')}e.getArg=t;var c=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/,y=/^data:.+\,.+$/;function u(x){var A=x.match(c);return A?{scheme:A[1],auth:A[2],host:A[3],port:A[4],path:A[5]}:null}e.urlParse=u;function d(x){var A="";return x.scheme&&(A+=x.scheme+":"),A+="//",x.auth&&(A+=x.auth+"@"),x.host&&(A+=x.host),x.port&&(A+=":"+x.port),x.path&&(A+=x.path),A}e.urlGenerate=d;var s=32;function i(x){var A=[];return function(B){for(var E=0;E<A.length;E++)if(A[E].input===B){var D=A[0];return A[0]=A[E],A[E]=D,A[0].result}var W=x(B);return A.unshift({input:B,result:W}),A.length>s&&A.pop(),W}}var r=i(function(x){var A=x,B=u(x);if(B){if(!B.path)return x;A=B.path}for(var E=e.isAbsolute(A),D=[],W=0,I=0;;)if(W=I,I=A.indexOf("/",W),I===-1){D.push(A.slice(W));break}else for(D.push(A.slice(W,I));I<A.length&&A[I]==="/";)I++;for(var q,F=0,I=D.length-1;I>=0;I--)q=D[I],q==="."?D.splice(I,1):q===".."?F++:F>0&&(q===""?(D.splice(I+1,F),F=0):(D.splice(I,2),F--));return A=D.join("/"),A===""&&(A=E?"/":"."),B?(B.path=A,d(B)):A});e.normalize=r;function a(x,A){x===""&&(x="."),A===""&&(A=".");var B=u(A),E=u(x);if(E&&(x=E.path||"/"),B&&!B.scheme)return E&&(B.scheme=E.scheme),d(B);if(B||A.match(y))return A;if(E&&!E.host&&!E.path)return E.host=A,d(E);var D=A.charAt(0)==="/"?A:r(x.replace(/\/+$/,"")+"/"+A);return E?(E.path=D,d(E)):D}e.join=a,e.isAbsolute=function(x){return x.charAt(0)==="/"||c.test(x)};function l(x,A){x===""&&(x="."),x=x.replace(/\/$/,"");for(var B=0;A.indexOf(x+"/")!==0;){var E=x.lastIndexOf("/");if(E<0||(x=x.slice(0,E),x.match(/^([^\/]+:\/)?\/*$/)))return A;++B}return Array(B+1).join("../")+A.substr(x.length+1)}e.relative=l;var g=function(){var x=Object.create(null);return!("__proto__"in x)}();function f(x){return x}function b(x){return o(x)?"$"+x:x}e.toSetString=g?f:b;function n(x){return o(x)?x.slice(1):x}e.fromSetString=g?f:n;function o(x){if(!x)return!1;var A=x.length;if(A<9||x.charCodeAt(A-1)!==95||x.charCodeAt(A-2)!==95||x.charCodeAt(A-3)!==111||x.charCodeAt(A-4)!==116||x.charCodeAt(A-5)!==111||x.charCodeAt(A-6)!==114||x.charCodeAt(A-7)!==112||x.charCodeAt(A-8)!==95||x.charCodeAt(A-9)!==95)return!1;for(var B=A-10;B>=0;B--)if(x.charCodeAt(B)!==36)return!1;return!0}function m(x,A,B){var E=C(x.source,A.source);return E!==0||(E=x.originalLine-A.originalLine,E!==0)||(E=x.originalColumn-A.originalColumn,E!==0||B)||(E=x.generatedColumn-A.generatedColumn,E!==0)||(E=x.generatedLine-A.generatedLine,E!==0)?E:C(x.name,A.name)}e.compareByOriginalPositions=m;function p(x,A,B){var E;return E=x.originalLine-A.originalLine,E!==0||(E=x.originalColumn-A.originalColumn,E!==0||B)||(E=x.generatedColumn-A.generatedColumn,E!==0)||(E=x.generatedLine-A.generatedLine,E!==0)?E:C(x.name,A.name)}e.compareByOriginalPositionsNoSource=p;function S(x,A,B){var E=x.generatedLine-A.generatedLine;return E!==0||(E=x.generatedColumn-A.generatedColumn,E!==0||B)||(E=C(x.source,A.source),E!==0)||(E=x.originalLine-A.originalLine,E!==0)||(E=x.originalColumn-A.originalColumn,E!==0)?E:C(x.name,A.name)}e.compareByGeneratedPositionsDeflated=S;function v(x,A,B){var E=x.generatedColumn-A.generatedColumn;return E!==0||B||(E=C(x.source,A.source),E!==0)||(E=x.originalLine-A.originalLine,E!==0)||(E=x.originalColumn-A.originalColumn,E!==0)?E:C(x.name,A.name)}e.compareByGeneratedPositionsDeflatedNoLine=v;function C(x,A){return x===A?0:x===null?1:A===null?-1:x>A?1:-1}function h(x,A){var B=x.generatedLine-A.generatedLine;return B!==0||(B=x.generatedColumn-A.generatedColumn,B!==0)||(B=C(x.source,A.source),B!==0)||(B=x.originalLine-A.originalLine,B!==0)||(B=x.originalColumn-A.originalColumn,B!==0)?B:C(x.name,A.name)}e.compareByGeneratedPositionsInflated=h;function w(x){return JSON.parse(x.replace(/^\)]}'[^\n]*\n/,""))}e.parseSourceMapInput=w;function k(x,A,B){if(A=A||"",x&&(x[x.length-1]!=="/"&&A[0]!=="/"&&(x+="/"),A=x+A),B){var E=u(B);if(!E)throw new Error("sourceMapURL could not be parsed");if(E.path){var D=E.path.lastIndexOf("/");D>=0&&(E.path=E.path.substring(0,D+1))}A=a(d(E),A)}return r(A)}e.computeSourceURL=k}),_i=z(e=>{var t=He(),c=Object.prototype.hasOwnProperty,y=typeof Map<"u";function u(){this._array=[],this._set=y?new Map:Object.create(null)}u.fromArray=function(d,s){for(var i=new u,r=0,a=d.length;r<a;r++)i.add(d[r],s);return i},u.prototype.size=function(){return y?this._set.size:Object.getOwnPropertyNames(this._set).length},u.prototype.add=function(d,s){var i=y?d:t.toSetString(d),r=y?this.has(d):c.call(this._set,i),a=this._array.length;(!r||s)&&this._array.push(d),r||(y?this._set.set(d,a):this._set[i]=a)},u.prototype.has=function(d){if(y)return this._set.has(d);var s=t.toSetString(d);return c.call(this._set,s)},u.prototype.indexOf=function(d){if(y){var s=this._set.get(d);if(s>=0)return s}else{var i=t.toSetString(d);if(c.call(this._set,i))return this._set[i]}throw new Error('"'+d+'" is not in the set.')},u.prototype.at=function(d){if(d>=0&&d<this._array.length)return this._array[d];throw new Error("No element indexed by "+d)},u.prototype.toArray=function(){return this._array.slice()},e.ArraySet=u}),Wi=z(e=>{var t=He();function c(u,d){var s=u.generatedLine,i=d.generatedLine,r=u.generatedColumn,a=d.generatedColumn;return i>s||i==s&&a>=r||t.compareByGeneratedPositionsInflated(u,d)<=0}function y(){this._array=[],this._sorted=!0,this._last={generatedLine:-1,generatedColumn:0}}y.prototype.unsortedForEach=function(u,d){this._array.forEach(u,d)},y.prototype.add=function(u){c(this._last,u)?(this._last=u,this._array.push(u)):(this._sorted=!1,this._array.push(u))},y.prototype.toArray=function(){return this._sorted||(this._array.sort(t.compareByGeneratedPositionsInflated),this._sorted=!0),this._array},e.MappingList=y}),Li=z(e=>{var t=Fi(),c=He(),y=_i().ArraySet,u=Wi().MappingList;function d(s){s||(s={}),this._file=c.getArg(s,"file",null),this._sourceRoot=c.getArg(s,"sourceRoot",null),this._skipValidation=c.getArg(s,"skipValidation",!1),this._ignoreInvalidMapping=c.getArg(s,"ignoreInvalidMapping",!1),this._sources=new y,this._names=new y,this._mappings=new u,this._sourcesContents=null}d.prototype._version=3,d.fromSourceMap=function(s,i){var r=s.sourceRoot,a=new d(Object.assign(i||{},{file:s.file,sourceRoot:r}));return s.eachMapping(function(l){var g={generated:{line:l.generatedLine,column:l.generatedColumn}};l.source!=null&&(g.source=l.source,r!=null&&(g.source=c.relative(r,g.source)),g.original={line:l.originalLine,column:l.originalColumn},l.name!=null&&(g.name=l.name)),a.addMapping(g)}),s.sources.forEach(function(l){var g=l;r!==null&&(g=c.relative(r,l)),a._sources.has(g)||a._sources.add(g);var f=s.sourceContentFor(l);f!=null&&a.setSourceContent(l,f)}),a},d.prototype.addMapping=function(s){var i=c.getArg(s,"generated"),r=c.getArg(s,"original",null),a=c.getArg(s,"source",null),l=c.getArg(s,"name",null);!this._skipValidation&&this._validateMapping(i,r,a,l)===!1||(a!=null&&(a=String(a),this._sources.has(a)||this._sources.add(a)),l!=null&&(l=String(l),this._names.has(l)||this._names.add(l)),this._mappings.add({generatedLine:i.line,generatedColumn:i.column,originalLine:r!=null&&r.line,originalColumn:r!=null&&r.column,source:a,name:l}))},d.prototype.setSourceContent=function(s,i){var r=s;this._sourceRoot!=null&&(r=c.relative(this._sourceRoot,r)),i!=null?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[c.toSetString(r)]=i):this._sourcesContents&&(delete this._sourcesContents[c.toSetString(r)],Object.keys(this._sourcesContents).length===0&&(this._sourcesContents=null))},d.prototype.applySourceMap=function(s,i,r){var a=i;if(i==null){if(s.file==null)throw new Error(`SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map's "file" property. Both were omitted.`);a=s.file}var l=this._sourceRoot;l!=null&&(a=c.relative(l,a));var g=new y,f=new y;this._mappings.unsortedForEach(function(b){if(b.source===a&&b.originalLine!=null){var n=s.originalPositionFor({line:b.originalLine,column:b.originalColumn});n.source!=null&&(b.source=n.source,r!=null&&(b.source=c.join(r,b.source)),l!=null&&(b.source=c.relative(l,b.source)),b.originalLine=n.line,b.originalColumn=n.column,n.name!=null&&(b.name=n.name))}var o=b.source;o!=null&&!g.has(o)&&g.add(o);var m=b.name;m!=null&&!f.has(m)&&f.add(m)},this),this._sources=g,this._names=f,s.sources.forEach(function(b){var n=s.sourceContentFor(b);n!=null&&(r!=null&&(b=c.join(r,b)),l!=null&&(b=c.relative(l,b)),this.setSourceContent(b,n))},this)},d.prototype._validateMapping=function(s,i,r,a){if(i&&typeof i.line!="number"&&typeof i.column!="number"){var l="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(this._ignoreInvalidMapping)return typeof console<"u"&&console.warn&&console.warn(l),!1;throw new Error(l)}if(!(s&&"line"in s&&"column"in s&&s.line>0&&s.column>=0&&!i&&!r&&!a)){if(s&&"line"in s&&"column"in s&&i&&"line"in i&&"column"in i&&s.line>0&&s.column>=0&&i.line>0&&i.column>=0&&r)return;var l="Invalid mapping: "+JSON.stringify({generated:s,source:r,original:i,name:a});if(this._ignoreInvalidMapping)return typeof console<"u"&&console.warn&&console.warn(l),!1;throw new Error(l)}},d.prototype._serializeMappings=function(){for(var s=0,i=1,r=0,a=0,l=0,g=0,f="",b,n,o,m,p=this._mappings.toArray(),S=0,v=p.length;S<v;S++){if(n=p[S],b="",n.generatedLine!==i)for(s=0;n.generatedLine!==i;)b+=";",i++;else if(S>0){if(!c.compareByGeneratedPositionsInflated(n,p[S-1]))continue;b+=","}b+=t.encode(n.generatedColumn-s),s=n.generatedColumn,n.source!=null&&(m=this._sources.indexOf(n.source),b+=t.encode(m-g),g=m,b+=t.encode(n.originalLine-1-a),a=n.originalLine-1,b+=t.encode(n.originalColumn-r),r=n.originalColumn,n.name!=null&&(o=this._names.indexOf(n.name),b+=t.encode(o-l),l=o)),f+=b}return f},d.prototype._generateSourcesContent=function(s,i){return s.map(function(r){if(!this._sourcesContents)return null;i!=null&&(r=c.relative(i,r));var a=c.toSetString(r);return Object.prototype.hasOwnProperty.call(this._sourcesContents,a)?this._sourcesContents[a]:null},this)},d.prototype.toJSON=function(){var s={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return this._file!=null&&(s.file=this._file),this._sourceRoot!=null&&(s.sourceRoot=this._sourceRoot),this._sourcesContents&&(s.sourcesContent=this._generateSourcesContent(s.sources,s.sourceRoot)),s},d.prototype.toString=function(){return JSON.stringify(this.toJSON())},e.SourceMapGenerator=d}),qi=z(e=>{"use strict";var t=Li(),c=new Set(["Atrule","Selector","Declaration"]);function y(u){let d=new t.SourceMapGenerator,s={line:1,column:0},i={line:0,column:0},r={line:1,column:0},a={generated:r},l=1,g=0,f=!1,b=u.node;u.node=function(m){if(m.loc&&m.loc.start&&c.has(m.type)){let p=m.loc.start.line,S=m.loc.start.column-1;(i.line!==p||i.column!==S)&&(i.line=p,i.column=S,s.line=l,s.column=g,f&&(f=!1,(s.line!==r.line||s.column!==r.column)&&d.addMapping(a)),f=!0,d.addMapping({source:m.loc.source,original:i,generated:s}))}b.call(this,m),f&&c.has(m.type)&&(r.line=l,r.column=g)};let n=u.emit;u.emit=function(m,p,S){for(let v=0;v<m.length;v++)m.charCodeAt(v)===10?(l++,g=0):g++;n(m,p,S)};let o=u.result;return u.result=function(){return f&&d.addMapping(a),{css:o(),map:d}},u}e.generateSourceMap=y}),Pi=z(e=>{"use strict";var t=Q(),c=43,y=45,u=(l,g)=>{if(l===t.Delim&&(l=g),typeof l=="string"){let f=l.charCodeAt(0);return f>127?32768:f<<8}return l},d=[[t.Ident,t.Ident],[t.Ident,t.Function],[t.Ident,t.Url],[t.Ident,t.BadUrl],[t.Ident,"-"],[t.Ident,t.Number],[t.Ident,t.Percentage],[t.Ident,t.Dimension],[t.Ident,t.CDC],[t.Ident,t.LeftParenthesis],[t.AtKeyword,t.Ident],[t.AtKeyword,t.Function],[t.AtKeyword,t.Url],[t.AtKeyword,t.BadUrl],[t.AtKeyword,"-"],[t.AtKeyword,t.Number],[t.AtKeyword,t.Percentage],[t.AtKeyword,t.Dimension],[t.AtKeyword,t.CDC],[t.Hash,t.Ident],[t.Hash,t.Function],[t.Hash,t.Url],[t.Hash,t.BadUrl],[t.Hash,"-"],[t.Hash,t.Number],[t.Hash,t.Percentage],[t.Hash,t.Dimension],[t.Hash,t.CDC],[t.Dimension,t.Ident],[t.Dimension,t.Function],[t.Dimension,t.Url],[t.Dimension,t.BadUrl],[t.Dimension,"-"],[t.Dimension,t.Number],[t.Dimension,t.Percentage],[t.Dimension,t.Dimension],[t.Dimension,t.CDC],["#",t.Ident],["#",t.Function],["#",t.Url],["#",t.BadUrl],["#","-"],["#",t.Number],["#",t.Percentage],["#",t.Dimension],["#",t.CDC],["-",t.Ident],["-",t.Function],["-",t.Url],["-",t.BadUrl],["-","-"],["-",t.Number],["-",t.Percentage],["-",t.Dimension],["-",t.CDC],[t.Number,t.Ident],[t.Number,t.Function],[t.Number,t.Url],[t.Number,t.BadUrl],[t.Number,t.Number],[t.Number,t.Percentage],[t.Number,t.Dimension],[t.Number,"%"],[t.Number,t.CDC],["@",t.Ident],["@",t.Function],["@",t.Url],["@",t.BadUrl],["@","-"],["@",t.CDC],[".",t.Number],[".",t.Percentage],[".",t.Dimension],["+",t.Number],["+",t.Percentage],["+",t.Dimension],["/","*"]],s=d.concat([[t.Ident,t.Hash],[t.Dimension,t.Hash],[t.Hash,t.Hash],[t.AtKeyword,t.LeftParenthesis],[t.AtKeyword,t.String],[t.AtKeyword,t.Colon],[t.Percentage,t.Percentage],[t.Percentage,t.Dimension],[t.Percentage,t.Function],[t.Percentage,"-"],[t.RightParenthesis,t.Ident],[t.RightParenthesis,t.Function],[t.RightParenthesis,t.Percentage],[t.RightParenthesis,t.Dimension],[t.RightParenthesis,t.Hash],[t.RightParenthesis,"-"]]);function i(l){let g=new Set(l.map(([f,b])=>u(f)<<16|u(b)));return function(f,b,n){let o=u(b,n),m=n.charCodeAt(0);return(m===y&&b!==t.Ident&&b!==t.Function&&b!==t.CDC||m===c?g.has(f<<16|m<<8):g.has(f<<16|o))&&this.emit(" ",t.WhiteSpace,!0),o}}var r=i(d),a=i(s);e.safe=a,e.spec=r}),Mi=z(e=>{"use strict";var t=_e(),c=qi(),y=Pi(),u=Q(),d=92;function s(a,l){if(typeof l=="function"){let g=null;a.children.forEach(f=>{g!==null&&l.call(this,g),this.node(f),g=f});return}a.children.forEach(this.node,this)}function i(a){t.tokenize(a,(l,g,f)=>{this.token(l,a.slice(g,f))})}function r(a){let l=new Map;for(let g in a.node){let f=a.node[g];typeof(f.generate||f)=="function"&&l.set(g,f.generate||f)}return function(g,f){let b="",n=0,o={node(p){if(l.has(p.type))l.get(p.type).call(m,p);else throw new Error("Unknown node type: "+p.type)},tokenBefore:y.safe,token(p,S){n=this.tokenBefore(n,p,S),this.emit(S,p,!1),p===u.Delim&&S.charCodeAt(0)===d&&this.emit(`
36
+ `,u.WhiteSpace,!0)},emit(p){b+=p},result(){return b}};f&&(typeof f.decorator=="function"&&(o=f.decorator(o)),f.sourceMap&&(o=c.generateSourceMap(o)),f.mode in y&&(o.tokenBefore=y[f.mode]));let m={node:p=>o.node(p),children:s,token:(p,S)=>o.token(p,S),tokenize:i};return o.node(g),o.result()}}e.createGenerator=r}),Ii=z(e=>{"use strict";var t=ke();function c(y){return{fromPlainObject(u){return y(u,{enter(d){d.children&&!(d.children instanceof t.List)&&(d.children=new t.List().fromArray(d.children))}}),u},toPlainObject(u){return y(u,{leave(d){d.children&&d.children instanceof t.List&&(d.children=d.children.toArray())}}),u}}}e.createConvertor=c}),Ni=z(e=>{"use strict";var{hasOwnProperty:t}=Object.prototype,c=function(){};function y(l){return typeof l=="function"?l:c}function u(l,g){return function(f,b,n){f.type===g&&l.call(this,f,b,n)}}function d(l,g){let f=g.structure,b=[];for(let n in f){if(t.call(f,n)===!1)continue;let o=f[n],m={name:n,type:!1,nullable:!1};Array.isArray(o)||(o=[o]);for(let p of o)p===null?m.nullable=!0:typeof p=="string"?m.type="node":Array.isArray(p)&&(m.type="list");m.type&&b.push(m)}return b.length?{context:g.walkContext,fields:b}:null}function s(l){let g={};for(let f in l.node)if(t.call(l.node,f)){let b=l.node[f];if(!b.structure)throw new Error("Missed `structure` field in `"+f+"` node type definition");g[f]=d(f,b)}return g}function i(l,g){let f=l.fields.slice(),b=l.context,n=typeof b=="string";return g&&f.reverse(),function(o,m,p,S){let v;n&&(v=m[b],m[b]=o);for(let C of f){let h=o[C.name];if(!C.nullable||h){if(C.type==="list"){if(g?h.reduceRight(S,!1):h.reduce(S,!1))return!0}else if(p(h))return!0}}n&&(m[b]=v)}}function r({StyleSheet:l,Atrule:g,Rule:f,Block:b,DeclarationList:n}){return{Atrule:{StyleSheet:l,Atrule:g,Rule:f,Block:b},Rule:{StyleSheet:l,Atrule:g,Rule:f,Block:b},Declaration:{StyleSheet:l,Atrule:g,Rule:f,Block:b,DeclarationList:n}}}function a(l){let g=s(l),f={},b={},n=Symbol("break-walk"),o=Symbol("skip-node");for(let v in g)t.call(g,v)&&g[v]!==null&&(f[v]=i(g[v],!1),b[v]=i(g[v],!0));let m=r(f),p=r(b),S=function(v,C){function h(E,D,W){let I=w.call(B,E,D,W);return I===n?!0:I===o?!1:!!(x.hasOwnProperty(E.type)&&x[E.type](E,B,h,A)||k.call(B,E,D,W)===n)}let w=c,k=c,x=f,A=(E,D,W,I)=>E||h(D,W,I),B={break:n,skip:o,root:v,stylesheet:null,atrule:null,atrulePrelude:null,rule:null,selector:null,block:null,declaration:null,function:null};if(typeof C=="function")w=C;else if(C&&(w=y(C.enter),k=y(C.leave),C.reverse&&(x=b),C.visit)){if(m.hasOwnProperty(C.visit))x=C.reverse?p[C.visit]:m[C.visit];else if(!g.hasOwnProperty(C.visit))throw new Error("Bad value `"+C.visit+"` for `visit` option (should be: "+Object.keys(g).sort().join(", ")+")");w=u(w,C.visit),k=u(k,C.visit)}if(w===c&&k===c)throw new Error("Neither `enter` nor `leave` walker handler is set or both aren't a function");h(v)};return S.break=n,S.skip=o,S.find=function(v,C){let h=null;return S(v,function(w,k,x){if(C.call(this,w,k,x))return h=w,n}),h},S.findLast=function(v,C){let h=null;return S(v,{reverse:!0,enter(w,k,x){if(C.call(this,w,k,x))return h=w,n}}),h},S.findAll=function(v,C){let h=[];return S(v,function(w,k,x){C.call(this,w,k,x)&&h.push(w)}),h},S}e.createWalker=a}),Ke=z(e=>{"use strict";function t(i){return i}function c(i){let{min:r,max:a,comma:l}=i;return r===0&&a===0?l?"#?":"*":r===0&&a===1?"?":r===1&&a===0?l?"#":"+":r===1&&a===1?"":(l?"#":"")+(r===a?"{"+r+"}":"{"+r+","+(a!==0?a:"")+"}")}function y(i){switch(i.type){case"Range":return" ["+(i.min===null?"-\u221E":i.min)+","+(i.max===null?"\u221E":i.max)+"]";default:throw new Error("Unknown node type `"+i.type+"`")}}function u(i,r,a,l){let g=i.combinator===" "||l?i.combinator:" "+i.combinator+" ",f=i.terms.map(b=>d(b,r,a,l)).join(g);return i.explicit||a?(l||f[0]===","?"[":"[ ")+f+(l?"]":" ]"):f}function d(i,r,a,l){let g;switch(i.type){case"Group":g=u(i,r,a,l)+(i.disallowEmpty?"!":"");break;case"Multiplier":return d(i.term,r,a,l)+r(c(i),i);case"Type":g="<"+i.name+(i.opts?r(y(i.opts),i.opts):"")+">";break;case"Property":g="<'"+i.name+"'>";break;case"Keyword":g=i.name;break;case"AtKeyword":g="@"+i.name;break;case"Function":g=i.name+"(";break;case"String":case"Token":g=i.value;break;case"Comma":g=",";break;default:throw new Error("Unknown node type `"+i.type+"`")}return r(g,i)}function s(i,r){let a=t,l=!1,g=!1;return typeof r=="function"?a=r:r&&(l=!!r.forceBraces,g=!!r.compact,typeof r.decorate=="function"&&(a=r.decorate)),d(i,a,l,g)}e.generate=s}),Ri=z(e=>{"use strict";var t=Ve(),c=Ke(),y={offset:0,line:1,column:1};function u(a,l){let g=a.tokens,f=a.longestMatch,b=f<g.length&&g[f].node||null,n=b!==l?b:null,o=0,m=0,p=0,S="",v,C;for(let h=0;h<g.length;h++){let w=g[h].value;h===f&&(m=w.length,o=S.length),n!==null&&g[h].node===n&&(h<=f?p++:p=0),S+=w}return f===g.length||p>1?(v=d(n||l,"end")||s(y,S),C=s(v)):(v=d(n,"start")||s(d(l,"start")||y,S.slice(0,o)),C=d(n,"end")||s(v,S.substr(o,m))),{css:S,mismatchOffset:o,mismatchLength:m,start:v,end:C}}function d(a,l){let g=a&&a.loc&&a.loc[l];return g?"line"in g?s(g):g:null}function s({offset:a,line:l,column:g},f){let b={offset:a,line:l,column:g};if(f){let n=f.split(/\n|\r\n?|\f/);b.offset+=f.length,b.line+=n.length-1,b.column=n.length===1?b.column+f.length:n.pop().length+1}return b}var i=function(a,l){let g=t.createCustomError("SyntaxReferenceError",a+(l?" `"+l+"`":""));return g.reference=l,g},r=function(a,l,g,f){let b=t.createCustomError("SyntaxMatchError",a),{css:n,mismatchOffset:o,mismatchLength:m,start:p,end:S}=u(f,g);return b.rawMessage=a,b.syntax=l?c.generate(l):"<generic>",b.css=n,b.mismatchOffset=o,b.mismatchLength=m,b.message=a+`
37
37
  syntax: `+b.syntax+`
38
38
  value: `+(n||"<empty string>")+`
39
- --------`+new Array(b.mismatchOffset+1).join("-")+"^",Object.assign(b,p),b.loc={source:f&&f.loc&&f.loc.source||"<unknown>",start:p,end:S},b};e.SyntaxMatchError=r,e.SyntaxReferenceError=i}),Ye=z(e=>{"use strict";var t=new Map,c=new Map,y=45,u=a,d=l,s=r;function i(f,g){return g=g||0,f.length-g>=2&&f.charCodeAt(g)===y&&f.charCodeAt(g+1)===y}function r(f,g){if(g=g||0,f.length-g>=3&&f.charCodeAt(g)===y&&f.charCodeAt(g+1)!==y){let b=f.indexOf("-",g+2);if(b!==-1)return f.substring(g,b+1)}return""}function a(f){if(t.has(f))return t.get(f);let g=f.toLowerCase(),b=t.get(g);if(b===void 0){let n=i(g,0),o=n?"":r(g,0);b=Object.freeze({basename:g.substr(o.length),name:g,prefix:o,vendor:o,custom:n})}return t.set(f,b),b}function l(f){if(c.has(f))return c.get(f);let g=f,b=f[0];b==="/"?b=f[1]==="/"?"//":"/":b!=="_"&&b!=="*"&&b!=="$"&&b!=="#"&&b!=="+"&&b!=="&"&&(b="");let n=i(g,b.length);if(!n&&(g=g.toLowerCase(),c.has(g))){let S=c.get(g);return c.set(f,S),S}let o=n?"":r(g,b.length),m=g.substr(0,b.length+o.length),p=Object.freeze({basename:g.substr(m.length),name:g.substr(b.length),hack:b,vendor:o,prefix:m,custom:n});return c.set(f,p),p}e.isCustomProperty=i,e.keyword=u,e.property=d,e.vendorPrefix=s}),Tt=z(e=>{"use strict";var t=["initial","inherit","unset","revert","revert-layer"];e.cssWideKeywords=t}),Gi=z((e,t)=>{"use strict";var c=le(),y=Q(),u=he(),d=43,s=45,i=110,r=!0,a=!1;function l(o,m){return o!==null&&o.type===y.Delim&&o.value.charCodeAt(0)===m}function f(o,m,p){for(;o!==null&&(o.type===y.WhiteSpace||o.type===y.Comment);)o=p(++m);return m}function g(o,m,p,S){if(!o)return 0;let v=o.value.charCodeAt(m);if(v===d||v===s){if(p)return 0;m++}for(;m<o.value.length;m++)if(!c.isDigit(o.value.charCodeAt(m)))return 0;return S+1}function b(o,m,p){let S=!1,v=f(o,m,p);if(o=p(v),o===null)return m;if(o.type!==y.Number)if(l(o,d)||l(o,s)){if(S=!0,v=f(p(++v),v,p),o=p(v),o===null||o.type!==y.Number)return 0}else return m;if(!S){let C=o.value.charCodeAt(0);if(C!==d&&C!==s)return 0}return g(o,S?0:1,S,v)}function n(o,m){let p=0;if(!o)return 0;if(o.type===y.Number)return g(o,0,a,p);if(o.type===y.Ident&&o.value.charCodeAt(0)===s){if(!u.cmpChar(o.value,1,i))return 0;switch(o.value.length){case 2:return b(m(++p),p,m);case 3:return o.value.charCodeAt(2)!==s?0:(p=f(m(++p),p,m),o=m(p),g(o,0,r,p));default:return o.value.charCodeAt(2)!==s?0:g(o,3,r,p)}}else if(o.type===y.Ident||l(o,d)&&m(p+1).type===y.Ident){if(o.type!==y.Ident&&(o=m(++p)),o===null||!u.cmpChar(o.value,0,i))return 0;switch(o.value.length){case 1:return b(m(++p),p,m);case 2:return o.value.charCodeAt(1)!==s?0:(p=f(m(++p),p,m),o=m(p),g(o,0,r,p));default:return o.value.charCodeAt(1)!==s?0:g(o,2,r,p)}}else if(o.type===y.Dimension){let S=o.value.charCodeAt(0),v=S===d||S===s?1:0,C=v;for(;C<o.value.length&&c.isDigit(o.value.charCodeAt(C));C++);return C===v||!u.cmpChar(o.value,C,i)?0:C+1===o.value.length?b(m(++p),p,m):o.value.charCodeAt(C+1)!==s?0:C+2===o.value.length?(p=f(m(++p),p,m),o=m(p),g(o,0,r,p)):g(o,C+2,r,p)}return 0}t.exports=n}),ji=z((e,t)=>{"use strict";var c=le(),y=Q(),u=he(),d=43,s=45,i=63,r=117;function a(n,o){return n!==null&&n.type===y.Delim&&n.value.charCodeAt(0)===o}function l(n,o){return n.value.charCodeAt(0)===o}function f(n,o,m){let p=0;for(let S=o;S<n.value.length;S++){let v=n.value.charCodeAt(S);if(v===s&&m&&p!==0)return f(n,o+p+1,!1),6;if(!c.isHexDigit(v)||++p>6)return 0}return p}function g(n,o,m){if(!n)return 0;for(;a(m(o),i);){if(++n>6)return 0;o++}return o}function b(n,o){let m=0;if(n===null||n.type!==y.Ident||!u.cmpChar(n.value,0,r)||(n=o(++m),n===null))return 0;if(a(n,d))return n=o(++m),n===null?0:n.type===y.Ident?g(f(n,0,!0),++m,o):a(n,i)?g(1,++m,o):0;if(n.type===y.Number){let p=f(n,1,!0);return p===0?0:(n=o(++m),n===null?m:n.type===y.Dimension||n.type===y.Number?!l(n,s)||!f(n,1,!1)?0:m+1:g(p,m,o))}return n.type===y.Dimension?g(f(n,1,!0),++m,o):0}t.exports=b}),Ui=z(e=>{"use strict";var t=Tt(),c=Gi(),y=ji(),u=Q(),d=le(),s=he(),i=["calc(","-moz-calc(","-webkit-calc("],r=new Map([[u.Function,u.RightParenthesis],[u.LeftParenthesis,u.RightParenthesis],[u.LeftSquareBracket,u.RightSquareBracket],[u.LeftCurlyBracket,u.RightCurlyBracket]]);function a(_,M){return M<_.length?_.charCodeAt(M):0}function l(_,M){return s.cmpStr(_,0,_.length,M)}function f(_,M){for(let G=0;G<M.length;G++)if(l(_,M[G]))return!0;return!1}function g(_,M){return M!==_.length-2?!1:a(_,M)===92&&d.isDigit(a(_,M+1))}function b(_,M,G){if(_&&_.type==="Range"){let V=Number(G!==void 0&&G!==M.length?M.substr(0,G):M);if(isNaN(V)||_.min!==null&&V<_.min&&typeof _.min!="string"||_.max!==null&&V>_.max&&typeof _.max!="string")return!0}return!1}function n(_,M){let G=0,V=[],H=0;e:do{switch(_.type){case u.RightCurlyBracket:case u.RightParenthesis:case u.RightSquareBracket:if(_.type!==G)break e;if(G=V.pop(),V.length===0){H++;break e}break;case u.Function:case u.LeftParenthesis:case u.LeftSquareBracket:case u.LeftCurlyBracket:V.push(G),G=r.get(_.type);break}H++}while(_=M(H));return H}function o(_){return function(M,G,V){return M===null?0:M.type===u.Function&&f(M.value,i)?n(M,G):_(M,G,V)}}function m(_){return function(M){return M===null||M.type!==_?0:1}}function p(_){if(_===null||_.type!==u.Ident)return 0;let M=_.value.toLowerCase();return f(M,t.cssWideKeywords)||l(M,"default")?0:1}function S(_){return _===null||_.type!==u.Ident||a(_.value,0)!==45||a(_.value,1)!==45?0:1}function v(_){if(_===null||_.type!==u.Hash)return 0;let M=_.value.length;if(M!==4&&M!==5&&M!==7&&M!==9)return 0;for(let G=1;G<M;G++)if(!d.isHexDigit(a(_.value,G)))return 0;return 1}function C(_){return _===null||_.type!==u.Hash||!d.isIdentifierStart(a(_.value,1),a(_.value,2),a(_.value,3))?0:1}function h(_,M){if(!_)return 0;let G=0,V=[],H=0;e:do{switch(_.type){case u.BadString:case u.BadUrl:break e;case u.RightCurlyBracket:case u.RightParenthesis:case u.RightSquareBracket:if(_.type!==G)break e;G=V.pop();break;case u.Semicolon:if(G===0)break e;break;case u.Delim:if(G===0&&_.value==="!")break e;break;case u.Function:case u.LeftParenthesis:case u.LeftSquareBracket:case u.LeftCurlyBracket:V.push(G),G=r.get(_.type);break}H++}while(_=M(H));return H}function w(_,M){if(!_)return 0;let G=0,V=[],H=0;e:do{switch(_.type){case u.BadString:case u.BadUrl:break e;case u.RightCurlyBracket:case u.RightParenthesis:case u.RightSquareBracket:if(_.type!==G)break e;G=V.pop();break;case u.Function:case u.LeftParenthesis:case u.LeftSquareBracket:case u.LeftCurlyBracket:V.push(G),G=r.get(_.type);break}H++}while(_=M(H));return H}function k(_){return _&&(_=new Set(_)),function(M,G,V){if(M===null||M.type!==u.Dimension)return 0;let H=s.consumeNumber(M.value,0);if(_!==null){let j=M.value.indexOf("\\",H),L=j===-1||!g(M.value,j)?M.value.substr(H):M.value.substring(H,j);if(_.has(L.toLowerCase())===!1)return 0}return b(V,M.value,H)?0:1}}function x(_,M,G){return _===null||_.type!==u.Percentage||b(G,_.value,_.value.length-1)?0:1}function A(_){return typeof _!="function"&&(_=function(){return 0}),function(M,G,V){return M!==null&&M.type===u.Number&&Number(M.value)===0?1:_(M,G,V)}}function B(_,M,G){if(_===null)return 0;let V=s.consumeNumber(_.value,0);return V!==_.value.length&&!g(_.value,V)||b(G,_.value,V)?0:1}function E(_,M,G){if(_===null||_.type!==u.Number)return 0;let V=a(_.value,0)===43||a(_.value,0)===45?1:0;for(;V<_.value.length;V++)if(!d.isDigit(a(_.value,V)))return 0;return b(G,_.value,V)?0:1}var D={"ident-token":m(u.Ident),"function-token":m(u.Function),"at-keyword-token":m(u.AtKeyword),"hash-token":m(u.Hash),"string-token":m(u.String),"bad-string-token":m(u.BadString),"url-token":m(u.Url),"bad-url-token":m(u.BadUrl),"delim-token":m(u.Delim),"number-token":m(u.Number),"percentage-token":m(u.Percentage),"dimension-token":m(u.Dimension),"whitespace-token":m(u.WhiteSpace),"CDO-token":m(u.CDO),"CDC-token":m(u.CDC),"colon-token":m(u.Colon),"semicolon-token":m(u.Semicolon),"comma-token":m(u.Comma),"[-token":m(u.LeftSquareBracket),"]-token":m(u.RightSquareBracket),"(-token":m(u.LeftParenthesis),")-token":m(u.RightParenthesis),"{-token":m(u.LeftCurlyBracket),"}-token":m(u.RightCurlyBracket)},W={string:m(u.String),ident:m(u.Ident),percentage:o(x),zero:A(),number:o(B),integer:o(E),"custom-ident":p,"custom-property-name":S,"hex-color":v,"id-selector":C,"an-plus-b":c,urange:y,"declaration-value":h,"any-value":w};function I(_){let{angle:M,decibel:G,frequency:V,flex:H,length:j,resolution:L,semitones:O,time:T}=_||{};return{dimension:o(k(null)),angle:o(k(M)),decibel:o(k(G)),frequency:o(k(V)),flex:o(k(H)),length:o(A(k(j))),resolution:o(k(L)),semitones:o(k(O)),time:o(k(T))}}function q(_){return{...D,...W,...I(_)}}e.createDemensionTypes=I,e.createGenericTypes=q,e.productionTypes=W,e.tokenTypes=D}),Vi=z(e=>{"use strict";var t=["cm","mm","q","in","pt","pc","px","em","rem","ex","rex","cap","rcap","ch","rch","ic","ric","lh","rlh","vw","svw","lvw","dvw","vh","svh","lvh","dvh","vi","svi","lvi","dvi","vb","svb","lvb","dvb","vmin","svmin","lvmin","dvmin","vmax","svmax","lvmax","dvmax","cqw","cqh","cqi","cqb","cqmin","cqmax"],c=["deg","grad","rad","turn"],y=["s","ms"],u=["hz","khz"],d=["dpi","dpcm","dppx","x"],s=["fr"],i=["db"],r=["st"];e.angle=c,e.decibel=i,e.flex=s,e.frequency=u,e.length=t,e.resolution=d,e.semitones=r,e.time=y}),Hi=z((e,t)=>{"use strict";var c=Fe(),y={decorator(s){let i=[],r=null;return{...s,node(a){let l=r;r=a,s.node.call(this,a),r=l},emit(a,l,f){i.push({type:l,value:a,node:f?null:r})},result(){return i}}}};function u(s){let i=[];return c.tokenize(s,(r,a,l)=>i.push({type:r,value:s.slice(a,l),node:null})),i}function d(s,i){return typeof s=="string"?u(s):i.generate(s,y)}t.exports=d}),Bt=z(e=>{"use strict";var t=Ve();function c(y,u,d){return Object.assign(t.createCustomError("SyntaxError",y),{input:u,offset:d,rawMessage:y,message:y+`
39
+ --------`+new Array(b.mismatchOffset+1).join("-")+"^",Object.assign(b,p),b.loc={source:g&&g.loc&&g.loc.source||"<unknown>",start:p,end:S},b};e.SyntaxMatchError=r,e.SyntaxReferenceError=i}),Ye=z(e=>{"use strict";var t=new Map,c=new Map,y=45,u=a,d=l,s=r;function i(g,f){return f=f||0,g.length-f>=2&&g.charCodeAt(f)===y&&g.charCodeAt(f+1)===y}function r(g,f){if(f=f||0,g.length-f>=3&&g.charCodeAt(f)===y&&g.charCodeAt(f+1)!==y){let b=g.indexOf("-",f+2);if(b!==-1)return g.substring(f,b+1)}return""}function a(g){if(t.has(g))return t.get(g);let f=g.toLowerCase(),b=t.get(f);if(b===void 0){let n=i(f,0),o=n?"":r(f,0);b=Object.freeze({basename:f.substr(o.length),name:f,prefix:o,vendor:o,custom:n})}return t.set(g,b),b}function l(g){if(c.has(g))return c.get(g);let f=g,b=g[0];b==="/"?b=g[1]==="/"?"//":"/":b!=="_"&&b!=="*"&&b!=="$"&&b!=="#"&&b!=="+"&&b!=="&"&&(b="");let n=i(f,b.length);if(!n&&(f=f.toLowerCase(),c.has(f))){let S=c.get(f);return c.set(g,S),S}let o=n?"":r(f,b.length),m=f.substr(0,b.length+o.length),p=Object.freeze({basename:f.substr(m.length),name:f.substr(b.length),hack:b,vendor:o,prefix:m,custom:n});return c.set(g,p),p}e.isCustomProperty=i,e.keyword=u,e.property=d,e.vendorPrefix=s}),Tt=z(e=>{"use strict";var t=["initial","inherit","unset","revert","revert-layer"];e.cssWideKeywords=t}),Gi=z((e,t)=>{"use strict";var c=le(),y=Q(),u=he(),d=43,s=45,i=110,r=!0,a=!1;function l(o,m){return o!==null&&o.type===y.Delim&&o.value.charCodeAt(0)===m}function g(o,m,p){for(;o!==null&&(o.type===y.WhiteSpace||o.type===y.Comment);)o=p(++m);return m}function f(o,m,p,S){if(!o)return 0;let v=o.value.charCodeAt(m);if(v===d||v===s){if(p)return 0;m++}for(;m<o.value.length;m++)if(!c.isDigit(o.value.charCodeAt(m)))return 0;return S+1}function b(o,m,p){let S=!1,v=g(o,m,p);if(o=p(v),o===null)return m;if(o.type!==y.Number)if(l(o,d)||l(o,s)){if(S=!0,v=g(p(++v),v,p),o=p(v),o===null||o.type!==y.Number)return 0}else return m;if(!S){let C=o.value.charCodeAt(0);if(C!==d&&C!==s)return 0}return f(o,S?0:1,S,v)}function n(o,m){let p=0;if(!o)return 0;if(o.type===y.Number)return f(o,0,a,p);if(o.type===y.Ident&&o.value.charCodeAt(0)===s){if(!u.cmpChar(o.value,1,i))return 0;switch(o.value.length){case 2:return b(m(++p),p,m);case 3:return o.value.charCodeAt(2)!==s?0:(p=g(m(++p),p,m),o=m(p),f(o,0,r,p));default:return o.value.charCodeAt(2)!==s?0:f(o,3,r,p)}}else if(o.type===y.Ident||l(o,d)&&m(p+1).type===y.Ident){if(o.type!==y.Ident&&(o=m(++p)),o===null||!u.cmpChar(o.value,0,i))return 0;switch(o.value.length){case 1:return b(m(++p),p,m);case 2:return o.value.charCodeAt(1)!==s?0:(p=g(m(++p),p,m),o=m(p),f(o,0,r,p));default:return o.value.charCodeAt(1)!==s?0:f(o,2,r,p)}}else if(o.type===y.Dimension){let S=o.value.charCodeAt(0),v=S===d||S===s?1:0,C=v;for(;C<o.value.length&&c.isDigit(o.value.charCodeAt(C));C++);return C===v||!u.cmpChar(o.value,C,i)?0:C+1===o.value.length?b(m(++p),p,m):o.value.charCodeAt(C+1)!==s?0:C+2===o.value.length?(p=g(m(++p),p,m),o=m(p),f(o,0,r,p)):f(o,C+2,r,p)}return 0}t.exports=n}),ji=z((e,t)=>{"use strict";var c=le(),y=Q(),u=he(),d=43,s=45,i=63,r=117;function a(n,o){return n!==null&&n.type===y.Delim&&n.value.charCodeAt(0)===o}function l(n,o){return n.value.charCodeAt(0)===o}function g(n,o,m){let p=0;for(let S=o;S<n.value.length;S++){let v=n.value.charCodeAt(S);if(v===s&&m&&p!==0)return g(n,o+p+1,!1),6;if(!c.isHexDigit(v)||++p>6)return 0}return p}function f(n,o,m){if(!n)return 0;for(;a(m(o),i);){if(++n>6)return 0;o++}return o}function b(n,o){let m=0;if(n===null||n.type!==y.Ident||!u.cmpChar(n.value,0,r)||(n=o(++m),n===null))return 0;if(a(n,d))return n=o(++m),n===null?0:n.type===y.Ident?f(g(n,0,!0),++m,o):a(n,i)?f(1,++m,o):0;if(n.type===y.Number){let p=g(n,1,!0);return p===0?0:(n=o(++m),n===null?m:n.type===y.Dimension||n.type===y.Number?!l(n,s)||!g(n,1,!1)?0:m+1:f(p,m,o))}return n.type===y.Dimension?f(g(n,1,!0),++m,o):0}t.exports=b}),Ui=z(e=>{"use strict";var t=Tt(),c=Gi(),y=ji(),u=Q(),d=le(),s=he(),i=["calc(","-moz-calc(","-webkit-calc("],r=new Map([[u.Function,u.RightParenthesis],[u.LeftParenthesis,u.RightParenthesis],[u.LeftSquareBracket,u.RightSquareBracket],[u.LeftCurlyBracket,u.RightCurlyBracket]]);function a(F,M){return M<F.length?F.charCodeAt(M):0}function l(F,M){return s.cmpStr(F,0,F.length,M)}function g(F,M){for(let G=0;G<M.length;G++)if(l(F,M[G]))return!0;return!1}function f(F,M){return M!==F.length-2?!1:a(F,M)===92&&d.isDigit(a(F,M+1))}function b(F,M,G){if(F&&F.type==="Range"){let V=Number(G!==void 0&&G!==M.length?M.substr(0,G):M);if(isNaN(V)||F.min!==null&&V<F.min&&typeof F.min!="string"||F.max!==null&&V>F.max&&typeof F.max!="string")return!0}return!1}function n(F,M){let G=0,V=[],H=0;e:do{switch(F.type){case u.RightCurlyBracket:case u.RightParenthesis:case u.RightSquareBracket:if(F.type!==G)break e;if(G=V.pop(),V.length===0){H++;break e}break;case u.Function:case u.LeftParenthesis:case u.LeftSquareBracket:case u.LeftCurlyBracket:V.push(G),G=r.get(F.type);break}H++}while(F=M(H));return H}function o(F){return function(M,G,V){return M===null?0:M.type===u.Function&&g(M.value,i)?n(M,G):F(M,G,V)}}function m(F){return function(M){return M===null||M.type!==F?0:1}}function p(F){if(F===null||F.type!==u.Ident)return 0;let M=F.value.toLowerCase();return g(M,t.cssWideKeywords)||l(M,"default")?0:1}function S(F){return F===null||F.type!==u.Ident||a(F.value,0)!==45||a(F.value,1)!==45?0:1}function v(F){if(F===null||F.type!==u.Hash)return 0;let M=F.value.length;if(M!==4&&M!==5&&M!==7&&M!==9)return 0;for(let G=1;G<M;G++)if(!d.isHexDigit(a(F.value,G)))return 0;return 1}function C(F){return F===null||F.type!==u.Hash||!d.isIdentifierStart(a(F.value,1),a(F.value,2),a(F.value,3))?0:1}function h(F,M){if(!F)return 0;let G=0,V=[],H=0;e:do{switch(F.type){case u.BadString:case u.BadUrl:break e;case u.RightCurlyBracket:case u.RightParenthesis:case u.RightSquareBracket:if(F.type!==G)break e;G=V.pop();break;case u.Semicolon:if(G===0)break e;break;case u.Delim:if(G===0&&F.value==="!")break e;break;case u.Function:case u.LeftParenthesis:case u.LeftSquareBracket:case u.LeftCurlyBracket:V.push(G),G=r.get(F.type);break}H++}while(F=M(H));return H}function w(F,M){if(!F)return 0;let G=0,V=[],H=0;e:do{switch(F.type){case u.BadString:case u.BadUrl:break e;case u.RightCurlyBracket:case u.RightParenthesis:case u.RightSquareBracket:if(F.type!==G)break e;G=V.pop();break;case u.Function:case u.LeftParenthesis:case u.LeftSquareBracket:case u.LeftCurlyBracket:V.push(G),G=r.get(F.type);break}H++}while(F=M(H));return H}function k(F){return F&&(F=new Set(F)),function(M,G,V){if(M===null||M.type!==u.Dimension)return 0;let H=s.consumeNumber(M.value,0);if(F!==null){let j=M.value.indexOf("\\",H),L=j===-1||!f(M.value,j)?M.value.substr(H):M.value.substring(H,j);if(F.has(L.toLowerCase())===!1)return 0}return b(V,M.value,H)?0:1}}function x(F,M,G){return F===null||F.type!==u.Percentage||b(G,F.value,F.value.length-1)?0:1}function A(F){return typeof F!="function"&&(F=function(){return 0}),function(M,G,V){return M!==null&&M.type===u.Number&&Number(M.value)===0?1:F(M,G,V)}}function B(F,M,G){if(F===null)return 0;let V=s.consumeNumber(F.value,0);return V!==F.value.length&&!f(F.value,V)||b(G,F.value,V)?0:1}function E(F,M,G){if(F===null||F.type!==u.Number)return 0;let V=a(F.value,0)===43||a(F.value,0)===45?1:0;for(;V<F.value.length;V++)if(!d.isDigit(a(F.value,V)))return 0;return b(G,F.value,V)?0:1}var D={"ident-token":m(u.Ident),"function-token":m(u.Function),"at-keyword-token":m(u.AtKeyword),"hash-token":m(u.Hash),"string-token":m(u.String),"bad-string-token":m(u.BadString),"url-token":m(u.Url),"bad-url-token":m(u.BadUrl),"delim-token":m(u.Delim),"number-token":m(u.Number),"percentage-token":m(u.Percentage),"dimension-token":m(u.Dimension),"whitespace-token":m(u.WhiteSpace),"CDO-token":m(u.CDO),"CDC-token":m(u.CDC),"colon-token":m(u.Colon),"semicolon-token":m(u.Semicolon),"comma-token":m(u.Comma),"[-token":m(u.LeftSquareBracket),"]-token":m(u.RightSquareBracket),"(-token":m(u.LeftParenthesis),")-token":m(u.RightParenthesis),"{-token":m(u.LeftCurlyBracket),"}-token":m(u.RightCurlyBracket)},W={string:m(u.String),ident:m(u.Ident),percentage:o(x),zero:A(),number:o(B),integer:o(E),"custom-ident":p,"custom-property-name":S,"hex-color":v,"id-selector":C,"an-plus-b":c,urange:y,"declaration-value":h,"any-value":w};function I(F){let{angle:M,decibel:G,frequency:V,flex:H,length:j,resolution:L,semitones:O,time:T}=F||{};return{dimension:o(k(null)),angle:o(k(M)),decibel:o(k(G)),frequency:o(k(V)),flex:o(k(H)),length:o(A(k(j))),resolution:o(k(L)),semitones:o(k(O)),time:o(k(T))}}function q(F){return{...D,...W,...I(F)}}e.createDemensionTypes=I,e.createGenericTypes=q,e.productionTypes=W,e.tokenTypes=D}),Vi=z(e=>{"use strict";var t=["cm","mm","q","in","pt","pc","px","em","rem","ex","rex","cap","rcap","ch","rch","ic","ric","lh","rlh","vw","svw","lvw","dvw","vh","svh","lvh","dvh","vi","svi","lvi","dvi","vb","svb","lvb","dvb","vmin","svmin","lvmin","dvmin","vmax","svmax","lvmax","dvmax","cqw","cqh","cqi","cqb","cqmin","cqmax"],c=["deg","grad","rad","turn"],y=["s","ms"],u=["hz","khz"],d=["dpi","dpcm","dppx","x"],s=["fr"],i=["db"],r=["st"];e.angle=c,e.decibel=i,e.flex=s,e.frequency=u,e.length=t,e.resolution=d,e.semitones=r,e.time=y}),Hi=z((e,t)=>{"use strict";var c=_e(),y={decorator(s){let i=[],r=null;return{...s,node(a){let l=r;r=a,s.node.call(this,a),r=l},emit(a,l,g){i.push({type:l,value:a,node:g?null:r})},result(){return i}}}};function u(s){let i=[];return c.tokenize(s,(r,a,l)=>i.push({type:r,value:s.slice(a,l),node:null})),i}function d(s,i){return typeof s=="string"?u(s):i.generate(s,y)}t.exports=d}),Bt=z(e=>{"use strict";var t=Ve();function c(y,u,d){return Object.assign(t.createCustomError("SyntaxError",y),{input:u,offset:d,rawMessage:y,message:y+`
40
40
  `+u+`
41
- --`+new Array((d||u.length)+1).join("-")+"^"})}e.SyntaxError=c}),Ki=z(e=>{"use strict";var t=Bt(),c=9,y=10,u=12,d=13,s=32,i=class{constructor(r){this.str=r,this.pos=0}charCodeAt(r){return r<this.str.length?this.str.charCodeAt(r):0}charCode(){return this.charCodeAt(this.pos)}nextCharCode(){return this.charCodeAt(this.pos+1)}nextNonWsCode(r){return this.charCodeAt(this.findWsEnd(r))}findWsEnd(r){for(;r<this.str.length;r++){let a=this.str.charCodeAt(r);if(a!==d&&a!==y&&a!==u&&a!==s&&a!==c)break}return r}substringToPos(r){return this.str.substring(this.pos,this.pos=r)}eat(r){this.charCode()!==r&&this.error("Expect `"+String.fromCharCode(r)+"`"),this.pos++}peek(){return this.pos<this.str.length?this.str.charAt(this.pos++):""}error(r){throw new t.SyntaxError(r,this.str,this.pos)}};e.Tokenizer=i}),Xe=z(e=>{"use strict";var t=Ki(),c=9,y=10,u=12,d=13,s=32,i=33,r=35,a=38,l=39,f=40,g=41,b=42,n=43,o=44,m=45,p=60,S=62,v=63,C=64,h=91,w=93,k=123,x=124,A=125,B=8734,E=new Uint8Array(128).map((F,R)=>/[a-zA-Z0-9\-]/.test(String.fromCharCode(R))?1:0),D={" ":1,"&&":2,"||":3,"|":4};function W(F){return F.substringToPos(F.findWsEnd(F.pos))}function I(F){let R=F.pos;for(;R<F.str.length;R++){let K=F.str.charCodeAt(R);if(K>=128||E[K]===0)break}return F.pos===R&&F.error("Expect a keyword"),F.substringToPos(R)}function q(F){let R=F.pos;for(;R<F.str.length;R++){let K=F.str.charCodeAt(R);if(K<48||K>57)break}return F.pos===R&&F.error("Expect a number"),F.substringToPos(R)}function _(F){let R=F.str.indexOf("'",F.pos+1);return R===-1&&(F.pos=F.str.length,F.error("Expect an apostrophe")),F.substringToPos(R+1)}function M(F){let R=null,K=null;return F.eat(k),R=q(F),F.charCode()===o?(F.pos++,F.charCode()!==A&&(K=q(F))):K=R,F.eat(A),{min:Number(R),max:K?Number(K):0}}function G(F){let R=null,K=!1;switch(F.charCode()){case b:F.pos++,R={min:0,max:0};break;case n:F.pos++,R={min:1,max:0};break;case v:F.pos++,R={min:0,max:1};break;case r:F.pos++,K=!0,F.charCode()===k?R=M(F):F.charCode()===v?(F.pos++,R={min:0,max:0}):R={min:1,max:0};break;case k:R=M(F);break;default:return null}return{type:"Multiplier",comma:K,min:R.min,max:R.max,term:null}}function V(F,R){let K=G(F);return K!==null?(K.term=R,F.charCode()===r&&F.charCodeAt(F.pos-1)===n?V(F,K):K):R}function H(F){let R=F.peek();return R===""?null:{type:"Token",value:R}}function j(F){let R;return F.eat(p),F.eat(l),R=I(F),F.eat(l),F.eat(S),V(F,{type:"Property",name:R})}function L(F){let R=null,K=null,Z=1;return F.eat(h),F.charCode()===m&&(F.peek(),Z=-1),Z==-1&&F.charCode()===B?F.peek():(R=Z*Number(q(F)),E[F.charCode()]!==0&&(R+=I(F))),W(F),F.eat(o),W(F),F.charCode()===B?F.peek():(Z=1,F.charCode()===m&&(F.peek(),Z=-1),K=Z*Number(q(F)),E[F.charCode()]!==0&&(K+=I(F))),F.eat(w),{type:"Range",min:R,max:K}}function O(F){let R,K=null;return F.eat(p),R=I(F),F.charCode()===f&&F.nextCharCode()===g&&(F.pos+=2,R+="()"),F.charCodeAt(F.findWsEnd(F.pos))===h&&(W(F),K=L(F)),F.eat(S),V(F,{type:"Type",name:R,opts:K})}function T(F){let R=I(F);return F.charCode()===f?(F.pos++,{type:"Function",name:R}):V(F,{type:"Keyword",name:R})}function N(F,R){function K(X,$){return{type:"Group",terms:X,combinator:$,disallowEmpty:!1,explicit:!1}}let Z;for(R=Object.keys(R).sort((X,$)=>D[X]-D[$]);R.length>0;){Z=R.shift();let X=0,$=0;for(;X<F.length;X++){let J=F[X];J.type==="Combinator"&&(J.value===Z?($===-1&&($=X-1),F.splice(X,1),X--):($!==-1&&X-$>1&&(F.splice($,X-$,K(F.slice($,X),Z)),X=$+1),$=-1))}$!==-1&&R.length&&F.splice($,X-$,K(F.slice($,X),Z))}return Z}function P(F){let R=[],K={},Z,X=null,$=F.pos;for(;Z=Y(F);)Z.type!=="Spaces"&&(Z.type==="Combinator"?((X===null||X.type==="Combinator")&&(F.pos=$,F.error("Unexpected combinator")),K[Z.value]=!0):X!==null&&X.type!=="Combinator"&&(K[" "]=!0,R.push({type:"Combinator",value:" "})),R.push(Z),X=Z,$=F.pos);return X!==null&&X.type==="Combinator"&&(F.pos-=$,F.error("Unexpected combinator")),{type:"Group",terms:R,combinator:N(R,K)||" ",disallowEmpty:!1,explicit:!1}}function U(F){let R;return F.eat(h),R=P(F),F.eat(w),R.explicit=!0,F.charCode()===i&&(F.pos++,R.disallowEmpty=!0),R}function Y(F){let R=F.charCode();if(R<128&&E[R]===1)return T(F);switch(R){case w:break;case h:return V(F,U(F));case p:return F.nextCharCode()===l?j(F):O(F);case x:return{type:"Combinator",value:F.substringToPos(F.pos+(F.nextCharCode()===x?2:1))};case a:return F.pos++,F.eat(a),{type:"Combinator",value:"&&"};case o:return F.pos++,{type:"Comma"};case l:return V(F,{type:"String",value:_(F)});case s:case c:case y:case d:case u:return{type:"Spaces",value:W(F)};case C:return R=F.nextCharCode(),R<128&&E[R]===1?(F.pos++,{type:"AtKeyword",name:I(F)}):H(F);case b:case n:case v:case r:case i:break;case k:if(R=F.nextCharCode(),R<48||R>57)return H(F);break;default:return H(F)}}function te(F){let R=new t.Tokenizer(F),K=P(R);return R.pos!==F.length&&R.error("Unexpected input"),K.terms.length===1&&K.terms[0].type==="Group"?K.terms[0]:K}e.parse=te}),Ot=z(e=>{"use strict";var t=Xe(),c={type:"Match"},y={type:"Mismatch"},u={type:"DisallowEmpty"},d=40,s=41;function i(n,o,m){return o===c&&m===y||n===c&&o===c&&m===c?n:(n.type==="If"&&n.else===y&&o===c&&(o=n.then,n=n.match),{type:"If",match:n,then:o,else:m})}function r(n){return n.length>2&&n.charCodeAt(n.length-2)===d&&n.charCodeAt(n.length-1)===s}function a(n){return n.type==="Keyword"||n.type==="AtKeyword"||n.type==="Function"||n.type==="Type"&&r(n.name)}function l(n,o,m){switch(n){case" ":{let p=c;for(let S=o.length-1;S>=0;S--){let v=o[S];p=i(v,p,y)}return p}case"|":{let p=y,S=null;for(let v=o.length-1;v>=0;v--){let C=o[v];if(a(C)&&(S===null&&v>0&&a(o[v-1])&&(S=Object.create(null),p=i({type:"Enum",map:S},c,p)),S!==null)){let h=(r(C.name)?C.name.slice(0,-1):C.name).toLowerCase();if(!(h in S)){S[h]=C;continue}}S=null,p=i(C,c,p)}return p}case"&&":{if(o.length>5)return{type:"MatchOnce",terms:o,all:!0};let p=y;for(let S=o.length-1;S>=0;S--){let v=o[S],C;o.length>1?C=l(n,o.filter(function(h){return h!==v}),!1):C=c,p=i(v,C,p)}return p}case"||":{if(o.length>5)return{type:"MatchOnce",terms:o,all:!1};let p=m?c:y;for(let S=o.length-1;S>=0;S--){let v=o[S],C;o.length>1?C=l(n,o.filter(function(h){return h!==v}),!0):C=c,p=i(v,C,p)}return p}}}function f(n){let o=c,m=g(n.term);if(n.max===0)m=i(m,u,y),o=i(m,null,y),o.then=i(c,c,o),n.comma&&(o.then.else=i({type:"Comma",syntax:n},o,y));else for(let p=n.min||1;p<=n.max;p++)n.comma&&o!==c&&(o=i({type:"Comma",syntax:n},o,y)),o=i(m,i(c,c,o),y);if(n.min===0)o=i(c,c,o);else for(let p=0;p<n.min-1;p++)n.comma&&o!==c&&(o=i({type:"Comma",syntax:n},o,y)),o=i(m,o,y);return o}function g(n){if(typeof n=="function")return{type:"Generic",fn:n};switch(n.type){case"Group":{let o=l(n.combinator,n.terms.map(g),!1);return n.disallowEmpty&&(o=i(o,u,y)),o}case"Multiplier":return f(n);case"Type":case"Property":return{type:n.type,name:n.name,syntax:n};case"Keyword":return{type:n.type,name:n.name.toLowerCase(),syntax:n};case"AtKeyword":return{type:n.type,name:"@"+n.name.toLowerCase(),syntax:n};case"Function":return{type:n.type,name:n.name.toLowerCase()+"(",syntax:n};case"String":return n.value.length===3?{type:"Token",value:n.value.charAt(1),syntax:n}:{type:n.type,value:n.value.substr(1,n.value.length-2).replace(/\\'/g,"'"),syntax:n};case"Token":return{type:n.type,value:n.value,syntax:n};case"Comma":return{type:n.type,syntax:n};default:throw new Error("Unknown node type:",n.type)}}function b(n,o){return typeof n=="string"&&(n=t.parse(n)),{type:"MatchGraph",match:g(n),syntax:o||null,source:n}}e.DISALLOW_EMPTY=u,e.MATCH=c,e.MISMATCH=y,e.buildMatchGraph=b}),Yi=z(e=>{"use strict";var t=Ot(),c=Q(),{hasOwnProperty:y}=Object.prototype,u=0,d=1,s=2,i=3,r="Match",a="Mismatch",l="Maximum iteration number exceeded (please fill an issue on https://github.com/csstree/csstree/issues)",f=15e3;function g(C){let h=null,w=null,k=C;for(;k!==null;)w=k.prev,k.prev=h,h=k,k=w;return h}function b(C,h){if(C.length!==h.length)return!1;for(let w=0;w<C.length;w++){let k=h.charCodeAt(w),x=C.charCodeAt(w);if(x>=65&&x<=90&&(x=x|32),x!==k)return!1}return!0}function n(C){return C.type!==c.Delim?!1:C.value!=="?"}function o(C){return C===null?!0:C.type===c.Comma||C.type===c.Function||C.type===c.LeftParenthesis||C.type===c.LeftSquareBracket||C.type===c.LeftCurlyBracket||n(C)}function m(C){return C===null?!0:C.type===c.RightParenthesis||C.type===c.RightSquareBracket||C.type===c.RightCurlyBracket||C.type===c.Delim&&C.value==="/"}function p(C,h,w){function k(){do L++,j=L<C.length?C[L]:null;while(j!==null&&(j.type===c.WhiteSpace||j.type===c.Comment))}function x(N){let P=L+N;return P<C.length?C[P]:null}function A(N,P){return{nextState:N,matchStack:T,syntaxStack:q,thenStack:_,tokenIndex:L,prev:P}}function B(N){_={nextState:N,matchStack:T,syntaxStack:q,prev:_}}function E(N){M=A(N,M)}function D(){T={type:d,syntax:h.syntax,token:j,prev:T},k(),G=null,L>O&&(O=L)}function W(){q={syntax:h.syntax,opts:h.syntax.opts||q!==null&&q.opts||null,prev:q},T={type:s,syntax:h.syntax,token:T.token,prev:T}}function I(){T.type===s?T=T.prev:T={type:i,syntax:q.syntax,token:T.token,prev:T},q=q.prev}let q=null,_=null,M=null,G=null,V=0,H=null,j=null,L=-1,O=0,T={type:u,syntax:null,token:null,prev:null};for(k();H===null&&++V<f;)switch(h.type){case"Match":if(_===null){if(j!==null&&(L!==C.length-1||j.value!=="\\0"&&j.value!=="\\9")){h=t.MISMATCH;break}H=r;break}if(h=_.nextState,h===t.DISALLOW_EMPTY)if(_.matchStack===T){h=t.MISMATCH;break}else h=t.MATCH;for(;_.syntaxStack!==q;)I();_=_.prev;break;case"Mismatch":if(G!==null&&G!==!1)(M===null||L>M.tokenIndex)&&(M=G,G=!1);else if(M===null){H=a;break}h=M.nextState,_=M.thenStack,q=M.syntaxStack,T=M.matchStack,L=M.tokenIndex,j=L<C.length?C[L]:null,M=M.prev;break;case"MatchGraph":h=h.match;break;case"If":h.else!==t.MISMATCH&&E(h.else),h.then!==t.MATCH&&B(h.then),h=h.match;break;case"MatchOnce":h={type:"MatchOnceBuffer",syntax:h,index:0,mask:0};break;case"MatchOnceBuffer":{let U=h.syntax.terms;if(h.index===U.length){if(h.mask===0||h.syntax.all){h=t.MISMATCH;break}h=t.MATCH;break}if(h.mask===(1<<U.length)-1){h=t.MATCH;break}for(;h.index<U.length;h.index++){let Y=1<<h.index;if((h.mask&Y)===0){E(h),B({type:"AddMatchOnce",syntax:h.syntax,mask:h.mask|Y}),h=U[h.index++];break}}break}case"AddMatchOnce":h={type:"MatchOnceBuffer",syntax:h.syntax,index:0,mask:h.mask};break;case"Enum":if(j!==null){let U=j.value.toLowerCase();if(U.indexOf("\\")!==-1&&(U=U.replace(/\\[09].*$/,"")),y.call(h.map,U)){h=h.map[U];break}}h=t.MISMATCH;break;case"Generic":{let U=q!==null?q.opts:null,Y=L+Math.floor(h.fn(j,x,U));if(!isNaN(Y)&&Y>L){for(;L<Y;)D();h=t.MATCH}else h=t.MISMATCH;break}case"Type":case"Property":{let U=h.type==="Type"?"types":"properties",Y=y.call(w,U)?w[U][h.name]:null;if(!Y||!Y.match)throw new Error("Bad syntax reference: "+(h.type==="Type"?"<"+h.name+">":"<'"+h.name+"'>"));if(G!==!1&&j!==null&&h.type==="Type"&&(h.name==="custom-ident"&&j.type===c.Ident||h.name==="length"&&j.value==="0")){G===null&&(G=A(h,M)),h=t.MISMATCH;break}W(),h=Y.match;break}case"Keyword":{let U=h.name;if(j!==null){let Y=j.value;if(Y.indexOf("\\")!==-1&&(Y=Y.replace(/\\[09].*$/,"")),b(Y,U)){D(),h=t.MATCH;break}}h=t.MISMATCH;break}case"AtKeyword":case"Function":if(j!==null&&b(j.value,h.name)){D(),h=t.MATCH;break}h=t.MISMATCH;break;case"Token":if(j!==null&&j.value===h.value){D(),h=t.MATCH;break}h=t.MISMATCH;break;case"Comma":j!==null&&j.type===c.Comma?o(T.token)?h=t.MISMATCH:(D(),h=m(j)?t.MISMATCH:t.MATCH):h=o(T.token)||m(j)?t.MATCH:t.MISMATCH;break;case"String":let N="",P=L;for(;P<C.length&&N.length<h.value.length;P++)N+=C[P].value;if(b(N,h.value)){for(;L<P;)D();h=t.MATCH}else h=t.MISMATCH;break;default:throw new Error("Unknown node type: "+h.type)}switch(H){case null:console.warn("[csstree-match] BREAK after "+f+" iterations"),H=l,T=null;break;case r:for(;q!==null;)I();break;default:T=null}return{tokens:C,reason:H,iterations:V,match:T,longestMatch:O}}function S(C,h,w){let k=p(C,h,w||{});if(k.match!==null){let x=g(k.match).prev;for(k.match=[];x!==null;){switch(x.type){case s:case i:k.match.push({type:x.type,syntax:x.syntax});break;default:k.match.push({token:x.token.value,node:x.token.node});break}x=x.prev}}return k}function v(C,h,w){let k=p(C,h,w||{});if(k.match===null)return k;let x=k.match,A=k.match={syntax:h.syntax||null,match:[]},B=[A];for(x=g(x).prev;x!==null;){switch(x.type){case s:A.match.push(A={syntax:x.syntax,match:[]}),B.push(A);break;case i:B.pop(),A=B[B.length-1];break;default:A.match.push({syntax:x.syntax||null,token:x.token.value,node:x.token.node})}x=x.prev}return k}e.matchAsList=S,e.matchAsTree=v}),Xi=z(e=>{"use strict";function t(s){function i(l){return l===null?!1:l.type==="Type"||l.type==="Property"||l.type==="Keyword"}function r(l){if(Array.isArray(l.match)){for(let f=0;f<l.match.length;f++)if(r(l.match[f]))return i(l.syntax)&&a.unshift(l.syntax),!0}else if(l.node===s)return a=i(l.syntax)?[l.syntax]:[],!0;return!1}let a=null;return this.matched!==null&&r(this.matched),a}function c(s,i){return d(this,s,r=>r.type==="Type"&&r.name===i)}function y(s,i){return d(this,s,r=>r.type==="Property"&&r.name===i)}function u(s){return d(this,s,i=>i.type==="Keyword")}function d(s,i,r){let a=t.call(s,i);return a===null?!1:a.some(r)}e.getTrace=t,e.isKeyword=u,e.isProperty=y,e.isType=c}),$i=z(e=>{"use strict";var t=ke();function c(d){return"node"in d?d.node:c(d.match[0])}function y(d){return"node"in d?d.node:y(d.match[d.match.length-1])}function u(d,s,i,r,a){function l(g){if(g.syntax!==null&&g.syntax.type===r&&g.syntax.name===a){let b=c(g),n=y(g);d.syntax.walk(s,function(o,m,p){if(o===b){let S=new t.List;do{if(S.appendData(m.data),m.data===n)break;m=m.next}while(m!==null);f.push({parent:p,nodes:S})}})}Array.isArray(g.match)&&g.match.forEach(l)}let f=[];return i.matched!==null&&l(i.matched),f}e.matchFragments=u}),Zi=z(e=>{"use strict";var t=ke(),{hasOwnProperty:c}=Object.prototype;function y(r){return typeof r=="number"&&isFinite(r)&&Math.floor(r)===r&&r>=0}function u(r){return!!r&&y(r.offset)&&y(r.line)&&y(r.column)}function d(r,a){return function(l,f){if(!l||l.constructor!==Object)return f(l,"Type of node should be an Object");for(let g in l){let b=!0;if(c.call(l,g)!==!1){if(g==="type")l.type!==r&&f(l,"Wrong node type `"+l.type+"`, expected `"+r+"`");else if(g==="loc"){if(l.loc===null)continue;if(l.loc&&l.loc.constructor===Object)if(typeof l.loc.source!="string")g+=".source";else if(!u(l.loc.start))g+=".start";else if(!u(l.loc.end))g+=".end";else continue;b=!1}else if(a.hasOwnProperty(g)){b=!1;for(let n=0;!b&&n<a[g].length;n++){let o=a[g][n];switch(o){case String:b=typeof l[g]=="string";break;case Boolean:b=typeof l[g]=="boolean";break;case null:b=l[g]===null;break;default:typeof o=="string"?b=l[g]&&l[g].type===o:Array.isArray(o)&&(b=l[g]instanceof t.List)}}}else f(l,"Unknown field `"+g+"` for "+r+" node type");b||f(l,"Bad value for `"+r+"."+g+"`")}}for(let g in a)c.call(a,g)&&c.call(l,g)===!1&&f(l,"Field `"+r+"."+g+"` is missed")}}function s(r,a){let l=a.structure,f={type:String,loc:!0},g={type:'"'+r+'"'};for(let b in l){if(c.call(l,b)===!1)continue;let n=[],o=f[b]=Array.isArray(l[b])?l[b].slice():[l[b]];for(let m=0;m<o.length;m++){let p=o[m];if(p===String||p===Boolean)n.push(p.name);else if(p===null)n.push("null");else if(typeof p=="string")n.push("<"+p+">");else if(Array.isArray(p))n.push("List");else throw new Error("Wrong value `"+p+"` in `"+r+"."+b+"` structure definition")}g[b]=n.join(" | ")}return{docs:g,check:d(r,f)}}function i(r){let a={};if(r.node){for(let l in r.node)if(c.call(r.node,l)){let f=r.node[l];if(f.structure)a[l]=s(l,f);else throw new Error("Missed `structure` field in `"+l+"` node type definition")}}return a}e.getStructureFromConfig=i}),zt=z(e=>{"use strict";var t=function(){};function c(u){return typeof u=="function"?u:t}function y(u,d,s){function i(l){switch(r.call(s,l),l.type){case"Group":l.terms.forEach(i);break;case"Multiplier":i(l.term);break;case"Type":case"Property":case"Keyword":case"AtKeyword":case"Function":case"String":case"Token":case"Comma":break;default:throw new Error("Unknown type: "+l.type)}a.call(s,l)}let r=t,a=t;if(typeof d=="function"?r=d:d&&(r=c(d.enter),a=c(d.leave)),r===t&&a===t)throw new Error("Neither `enter` nor `leave` walker handler is set or both aren't a function");i(u)}e.walk=y}),Dt=z(e=>{"use strict";var t=Ni(),c=Ye(),y=Tt(),u=Ui(),d=Vi(),s=Hi(),i=Ot(),r=Yi(),a=Xi(),l=$i(),f=Zi(),g=Xe(),b=Ke(),n=zt(),o=i.buildMatchGraph(y.cssWideKeywords.join(" | "));function m(w,k,x){let A={};for(let B in w)w[B].syntax&&(A[B]=x?w[B].syntax:b.generate(w[B].syntax,{compact:k}));return A}function p(w,k,x){let A={};for(let[B,E]of Object.entries(w))A[B]={prelude:E.prelude&&(x?E.prelude.syntax:b.generate(E.prelude.syntax,{compact:k})),descriptors:E.descriptors&&m(E.descriptors,k,x)};return A}function S(w){for(let k=0;k<w.length;k++)if(w[k].value.toLowerCase()==="var(")return!0;return!1}function v(w,k,x){return{matched:w,iterations:x,error:k,...a}}function C(w,k,x,A){let B=s(x,w.syntax),E;return S(B)?v(null,new Error("Matching for a tree with var() is not supported")):(A&&(E=r.matchAsTree(B,w.cssWideKeywordsSyntax,w)),(!A||!E.match)&&(E=r.matchAsTree(B,k.match,w),!E.match)?v(null,new t.SyntaxMatchError(E.reason,k.syntax,x,E),E.iterations):v(E.match,null,E.iterations))}var h=class{constructor(w,k,x){if(this.cssWideKeywordsSyntax=o,this.syntax=k,this.generic=!1,this.units={...d},this.atrules=Object.create(null),this.properties=Object.create(null),this.types=Object.create(null),this.structure=x||f.getStructureFromConfig(w),w){if(w.units)for(let A of Object.keys(d))Array.isArray(w.units[A])&&(this.units[A]=w.units[A]);if(w.types)for(let A in w.types)this.addType_(A,w.types[A]);if(w.generic){this.generic=!0;for(let[A,B]of Object.entries(u.createGenericTypes(this.units)))this.addType_(A,B)}if(w.atrules)for(let A in w.atrules)this.addAtrule_(A,w.atrules[A]);if(w.properties)for(let A in w.properties)this.addProperty_(A,w.properties[A])}}checkStructure(w){function k(B,E){A.push({node:B,message:E})}let x=this.structure,A=[];return this.syntax.walk(w,function(B){x.hasOwnProperty(B.type)?x[B.type].check(B,k):k(B,"Unknown node type `"+B.type+"`")}),A.length?A:!1}createDescriptor(w,k,x,A=null){let B={type:k,name:x},E={type:k,name:x,parent:A,serializable:typeof w=="string"||w&&typeof w.type=="string",syntax:null,match:null};return typeof w=="function"?E.match=i.buildMatchGraph(w,B):(typeof w=="string"?Object.defineProperty(E,"syntax",{get(){return Object.defineProperty(E,"syntax",{value:g.parse(w)}),E.syntax}}):E.syntax=w,Object.defineProperty(E,"match",{get(){return Object.defineProperty(E,"match",{value:i.buildMatchGraph(E.syntax,B)}),E.match}})),E}addAtrule_(w,k){k&&(this.atrules[w]={type:"Atrule",name:w,prelude:k.prelude?this.createDescriptor(k.prelude,"AtrulePrelude",w):null,descriptors:k.descriptors?Object.keys(k.descriptors).reduce((x,A)=>(x[A]=this.createDescriptor(k.descriptors[A],"AtruleDescriptor",A,w),x),Object.create(null)):null})}addProperty_(w,k){k&&(this.properties[w]=this.createDescriptor(k,"Property",w))}addType_(w,k){k&&(this.types[w]=this.createDescriptor(k,"Type",w))}checkAtruleName(w){if(!this.getAtrule(w))return new t.SyntaxReferenceError("Unknown at-rule","@"+w)}checkAtrulePrelude(w,k){let x=this.checkAtruleName(w);if(x)return x;let A=this.getAtrule(w);if(!A.prelude&&k)return new SyntaxError("At-rule `@"+w+"` should not contain a prelude");if(A.prelude&&!k&&!C(this,A.prelude,"",!1).matched)return new SyntaxError("At-rule `@"+w+"` should contain a prelude")}checkAtruleDescriptorName(w,k){let x=this.checkAtruleName(w);if(x)return x;let A=this.getAtrule(w),B=c.keyword(k);if(!A.descriptors)return new SyntaxError("At-rule `@"+w+"` has no known descriptors");if(!A.descriptors[B.name]&&!A.descriptors[B.basename])return new t.SyntaxReferenceError("Unknown at-rule descriptor",k)}checkPropertyName(w){if(!this.getProperty(w))return new t.SyntaxReferenceError("Unknown property",w)}matchAtrulePrelude(w,k){let x=this.checkAtrulePrelude(w,k);if(x)return v(null,x);let A=this.getAtrule(w);return A.prelude?C(this,A.prelude,k||"",!1):v(null,null)}matchAtruleDescriptor(w,k,x){let A=this.checkAtruleDescriptorName(w,k);if(A)return v(null,A);let B=this.getAtrule(w),E=c.keyword(k);return C(this,B.descriptors[E.name]||B.descriptors[E.basename],x,!1)}matchDeclaration(w){return w.type!=="Declaration"?v(null,new Error("Not a Declaration node")):this.matchProperty(w.property,w.value)}matchProperty(w,k){if(c.property(w).custom)return v(null,new Error("Lexer matching doesn't applicable for custom properties"));let x=this.checkPropertyName(w);return x?v(null,x):C(this,this.getProperty(w),k,!0)}matchType(w,k){let x=this.getType(w);return x?C(this,x,k,!1):v(null,new t.SyntaxReferenceError("Unknown type",w))}match(w,k){return typeof w!="string"&&(!w||!w.type)?v(null,new t.SyntaxReferenceError("Bad syntax")):((typeof w=="string"||!w.match)&&(w=this.createDescriptor(w,"Type","anonymous")),C(this,w,k,!1))}findValueFragments(w,k,x,A){return l.matchFragments(this,k,this.matchProperty(w,k),x,A)}findDeclarationValueFragments(w,k,x){return l.matchFragments(this,w.value,this.matchDeclaration(w),k,x)}findAllFragments(w,k,x){let A=[];return this.syntax.walk(w,{visit:"Declaration",enter:B=>{A.push.apply(A,this.findDeclarationValueFragments(B,k,x))}}),A}getAtrule(w,k=!0){let x=c.keyword(w);return(x.vendor&&k?this.atrules[x.name]||this.atrules[x.basename]:this.atrules[x.name])||null}getAtrulePrelude(w,k=!0){let x=this.getAtrule(w,k);return x&&x.prelude||null}getAtruleDescriptor(w,k){return this.atrules.hasOwnProperty(w)&&this.atrules.declarators&&this.atrules[w].declarators[k]||null}getProperty(w,k=!0){let x=c.property(w);return(x.vendor&&k?this.properties[x.name]||this.properties[x.basename]:this.properties[x.name])||null}getType(w){return hasOwnProperty.call(this.types,w)?this.types[w]:null}validate(){function w(A,B,E,D){if(E.has(B))return E.get(B);E.set(B,!1),D.syntax!==null&&n.walk(D.syntax,function(W){if(W.type!=="Type"&&W.type!=="Property")return;let I=W.type==="Type"?A.types:A.properties,q=W.type==="Type"?k:x;(!hasOwnProperty.call(I,W.name)||w(A,W.name,q,I[W.name]))&&E.set(B,!0)},this)}let k=new Map,x=new Map;for(let A in this.types)w(this,A,k,this.types[A]);for(let A in this.properties)w(this,A,x,this.properties[A]);return k=[...k.keys()].filter(A=>k.get(A)),x=[...x.keys()].filter(A=>x.get(A)),k.length||x.length?{types:k,properties:x}:null}dump(w,k){return{generic:this.generic,units:this.units,types:m(this.types,!k,w),properties:m(this.properties,!k,w),atrules:p(this.atrules,!k,w)}}toString(){return JSON.stringify(this.dump())}};e.Lexer=h}),Qi=z((e,t)=>{"use strict";function c(d,s){return typeof s=="string"&&/^\s*\|/.test(s)?typeof d=="string"?d+s:s.replace(/^\s*\|\s*/,""):s||null}function y(d,s){let i=Object.create(null);for(let[r,a]of Object.entries(d))if(a){i[r]={};for(let l of Object.keys(a))s.includes(l)&&(i[r][l]=a[l])}return i}function u(d,s){let i={...d};for(let[r,a]of Object.entries(s))switch(r){case"generic":i[r]=!!a;break;case"units":i[r]={...d[r]};for(let[l,f]of Object.entries(a))i[r][l]=Array.isArray(f)?f:[];break;case"atrules":i[r]={...d[r]};for(let[l,f]of Object.entries(a)){let g=i[r][l]||{},b=i[r][l]={prelude:g.prelude||null,descriptors:{...g.descriptors}};if(f){b.prelude=f.prelude?c(b.prelude,f.prelude):b.prelude||null;for(let[n,o]of Object.entries(f.descriptors||{}))b.descriptors[n]=o?c(b.descriptors[n],o):null;Object.keys(b.descriptors).length||(b.descriptors=null)}}break;case"types":case"properties":i[r]={...d[r]};for(let[l,f]of Object.entries(a))i[r][l]=c(i[r][l],f);break;case"scope":i[r]={...d[r]};for(let[l,f]of Object.entries(a))i[r][l]={...i[r][l],...f};break;case"parseContext":i[r]={...d[r],...a};break;case"atrule":case"pseudo":i[r]={...d[r],...y(a,["parse"])};break;case"node":i[r]={...d[r],...y(a,["name","structure","parse","generate","walkContext"])};break}return i}t.exports=u}),_t=z((e,t)=>{"use strict";var c=Fe(),y=zi(),u=Mi(),d=Ii(),s=Ri(),i=Dt(),r=Qi();function a(f){let g=y.createParser(f),b=s.createWalker(f),n=u.createGenerator(f),{fromPlainObject:o,toPlainObject:m}=d.createConvertor(b),p={lexer:null,createLexer:S=>new i.Lexer(S,p,p.lexer.structure),tokenize:c.tokenize,parse:g,generate:n,walk:b,find:b.find,findLast:b.findLast,findAll:b.findAll,fromPlainObject:o,toPlainObject:m,fork(S){let v=r({},f);return a(typeof S=="function"?S(v,Object.assign):r(v,S))}};return p.lexer=new i.Lexer({generic:!0,units:f.units,types:f.types,atrules:f.atrules,properties:f.properties,node:f.node},p),p}var l=f=>a(r({},f));t.exports=l}),Ji=z((e,t)=>{t.exports={atrules:{charset:{prelude:"<string>"},"font-face":{descriptors:{"unicode-range":{comment:"replaces <unicode-range>, an old production name",syntax:"<urange>#"}}},nest:{prelude:"<complex-selector-list>"}},properties:{"-moz-background-clip":{comment:"deprecated syntax in old Firefox, https://developer.mozilla.org/en/docs/Web/CSS/background-clip",syntax:"padding | border"},"-moz-border-radius-bottomleft":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-left-radius",syntax:"<'border-bottom-left-radius'>"},"-moz-border-radius-bottomright":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-right-radius",syntax:"<'border-bottom-right-radius'>"},"-moz-border-radius-topleft":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-left-radius",syntax:"<'border-top-left-radius'>"},"-moz-border-radius-topright":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-right-radius",syntax:"<'border-bottom-right-radius'>"},"-moz-control-character-visibility":{comment:"firefox specific keywords, https://bugzilla.mozilla.org/show_bug.cgi?id=947588",syntax:"visible | hidden"},"-moz-osx-font-smoothing":{comment:"misssed old syntax https://developer.mozilla.org/en-US/docs/Web/CSS/font-smooth",syntax:"auto | grayscale"},"-moz-user-select":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/user-select",syntax:"none | text | all | -moz-none"},"-ms-flex-align":{comment:"misssed old syntax implemented in IE, https://www.w3.org/TR/2012/WD-css3-flexbox-20120322/#flex-align",syntax:"start | end | center | baseline | stretch"},"-ms-flex-item-align":{comment:"misssed old syntax implemented in IE, https://www.w3.org/TR/2012/WD-css3-flexbox-20120322/#flex-align",syntax:"auto | start | end | center | baseline | stretch"},"-ms-flex-line-pack":{comment:"misssed old syntax implemented in IE, https://www.w3.org/TR/2012/WD-css3-flexbox-20120322/#flex-line-pack",syntax:"start | end | center | justify | distribute | stretch"},"-ms-flex-negative":{comment:"misssed old syntax implemented in IE; TODO: find references for comfirmation",syntax:"<'flex-shrink'>"},"-ms-flex-pack":{comment:"misssed old syntax implemented in IE, https://www.w3.org/TR/2012/WD-css3-flexbox-20120322/#flex-pack",syntax:"start | end | center | justify | distribute"},"-ms-flex-order":{comment:"misssed old syntax implemented in IE; https://msdn.microsoft.com/en-us/library/jj127303(v=vs.85).aspx",syntax:"<integer>"},"-ms-flex-positive":{comment:"misssed old syntax implemented in IE; TODO: find references for comfirmation",syntax:"<'flex-grow'>"},"-ms-flex-preferred-size":{comment:"misssed old syntax implemented in IE; TODO: find references for comfirmation",syntax:"<'flex-basis'>"},"-ms-interpolation-mode":{comment:"https://msdn.microsoft.com/en-us/library/ff521095(v=vs.85).aspx",syntax:"nearest-neighbor | bicubic"},"-ms-grid-column-align":{comment:"add this property first since it uses as fallback for flexbox, https://msdn.microsoft.com/en-us/library/windows/apps/hh466338.aspx",syntax:"start | end | center | stretch"},"-ms-grid-row-align":{comment:"add this property first since it uses as fallback for flexbox, https://msdn.microsoft.com/en-us/library/windows/apps/hh466348.aspx",syntax:"start | end | center | stretch"},"-ms-hyphenate-limit-last":{comment:"misssed old syntax implemented in IE; https://www.w3.org/TR/css-text-4/#hyphenate-line-limits",syntax:"none | always | column | page | spread"},"-webkit-appearance":{comment:"webkit specific keywords",references:["http://css-infos.net/property/-webkit-appearance"],syntax:"none | button | button-bevel | caps-lock-indicator | caret | checkbox | default-button | inner-spin-button | listbox | listitem | media-controls-background | media-controls-fullscreen-background | media-current-time-display | media-enter-fullscreen-button | media-exit-fullscreen-button | media-fullscreen-button | media-mute-button | media-overlay-play-button | media-play-button | media-seek-back-button | media-seek-forward-button | media-slider | media-sliderthumb | media-time-remaining-display | media-toggle-closed-captions-button | media-volume-slider | media-volume-slider-container | media-volume-sliderthumb | menulist | menulist-button | menulist-text | menulist-textfield | meter | progress-bar | progress-bar-value | push-button | radio | scrollbarbutton-down | scrollbarbutton-left | scrollbarbutton-right | scrollbarbutton-up | scrollbargripper-horizontal | scrollbargripper-vertical | scrollbarthumb-horizontal | scrollbarthumb-vertical | scrollbartrack-horizontal | scrollbartrack-vertical | searchfield | searchfield-cancel-button | searchfield-decoration | searchfield-results-button | searchfield-results-decoration | slider-horizontal | slider-vertical | sliderthumb-horizontal | sliderthumb-vertical | square-button | textarea | textfield | -apple-pay-button"},"-webkit-background-clip":{comment:"https://developer.mozilla.org/en/docs/Web/CSS/background-clip",syntax:"[ <box> | border | padding | content | text ]#"},"-webkit-column-break-after":{comment:"added, http://help.dottoro.com/lcrthhhv.php",syntax:"always | auto | avoid"},"-webkit-column-break-before":{comment:"added, http://help.dottoro.com/lcxquvkf.php",syntax:"always | auto | avoid"},"-webkit-column-break-inside":{comment:"added, http://help.dottoro.com/lclhnthl.php",syntax:"always | auto | avoid"},"-webkit-font-smoothing":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/font-smooth",syntax:"auto | none | antialiased | subpixel-antialiased"},"-webkit-mask-box-image":{comment:"missed; https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-mask-box-image",syntax:"[ <url> | <gradient> | none ] [ <length-percentage>{4} <-webkit-mask-box-repeat>{2} ]?"},"-webkit-print-color-adjust":{comment:"missed",references:["https://developer.mozilla.org/en/docs/Web/CSS/-webkit-print-color-adjust"],syntax:"economy | exact"},"-webkit-text-security":{comment:"missed; http://help.dottoro.com/lcbkewgt.php",syntax:"none | circle | disc | square"},"-webkit-user-drag":{comment:"missed; http://help.dottoro.com/lcbixvwm.php",syntax:"none | element | auto"},"-webkit-user-select":{comment:"auto is supported by old webkit, https://developer.mozilla.org/en-US/docs/Web/CSS/user-select",syntax:"auto | none | text | all"},"alignment-baseline":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#AlignmentBaselineProperty"],syntax:"auto | baseline | before-edge | text-before-edge | middle | central | after-edge | text-after-edge | ideographic | alphabetic | hanging | mathematical"},"background-clip":{comment:"used <bg-clip> from CSS Backgrounds and Borders 4 since it adds new values",references:["https://github.com/csstree/csstree/issues/190"],syntax:"<bg-clip>#"},"baseline-shift":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#BaselineShiftProperty"],syntax:"baseline | sub | super | <svg-length>"},behavior:{comment:"added old IE property https://msdn.microsoft.com/en-us/library/ms530723(v=vs.85).aspx",syntax:"<url>+"},"clip-rule":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/masking.html#ClipRuleProperty"],syntax:"nonzero | evenodd"},cue:{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<'cue-before'> <'cue-after'>?"},"cue-after":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<url> <decibel>? | none"},"cue-before":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<url> <decibel>? | none"},cursor:{comment:"added legacy keywords: hand, -webkit-grab. -webkit-grabbing, -webkit-zoom-in, -webkit-zoom-out, -moz-grab, -moz-grabbing, -moz-zoom-in, -moz-zoom-out",references:["https://www.sitepoint.com/css3-cursor-styles/"],syntax:"[ [ <url> [ <x> <y> ]? , ]* [ auto | default | none | context-menu | help | pointer | progress | wait | cell | crosshair | text | vertical-text | alias | copy | move | no-drop | not-allowed | e-resize | n-resize | ne-resize | nw-resize | s-resize | se-resize | sw-resize | w-resize | ew-resize | ns-resize | nesw-resize | nwse-resize | col-resize | row-resize | all-scroll | zoom-in | zoom-out | grab | grabbing | hand | -webkit-grab | -webkit-grabbing | -webkit-zoom-in | -webkit-zoom-out | -moz-grab | -moz-grabbing | -moz-zoom-in | -moz-zoom-out ] ]"},display:{comment:"extended with -ms-flexbox",syntax:"| <-non-standard-display>"},position:{comment:"extended with -webkit-sticky",syntax:"| -webkit-sticky"},"dominant-baseline":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#DominantBaselineProperty"],syntax:"auto | use-script | no-change | reset-size | ideographic | alphabetic | hanging | mathematical | central | middle | text-after-edge | text-before-edge"},"image-rendering":{comment:"extended with <-non-standard-image-rendering>, added SVG keywords optimizeSpeed and optimizeQuality",references:["https://developer.mozilla.org/en/docs/Web/CSS/image-rendering","https://www.w3.org/TR/SVG/painting.html#ImageRenderingProperty"],syntax:"| optimizeSpeed | optimizeQuality | <-non-standard-image-rendering>"},fill:{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#FillProperty"],syntax:"<paint>"},"fill-opacity":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#FillProperty"],syntax:"<number-zero-one>"},"fill-rule":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#FillProperty"],syntax:"nonzero | evenodd"},filter:{comment:"extend with IE legacy syntaxes",syntax:"| <-ms-filter-function-list>"},"glyph-orientation-horizontal":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#GlyphOrientationHorizontalProperty"],syntax:"<angle>"},"glyph-orientation-vertical":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#GlyphOrientationVerticalProperty"],syntax:"<angle>"},kerning:{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#KerningProperty"],syntax:"auto | <svg-length>"},"letter-spacing":{comment:"fix syntax <length> -> <length-percentage>",references:["https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/letter-spacing"],syntax:"normal | <length-percentage>"},marker:{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#MarkerProperties"],syntax:"none | <url>"},"marker-end":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#MarkerProperties"],syntax:"none | <url>"},"marker-mid":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#MarkerProperties"],syntax:"none | <url>"},"marker-start":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#MarkerProperties"],syntax:"none | <url>"},"max-width":{comment:"extend by non-standard width keywords https://developer.mozilla.org/en-US/docs/Web/CSS/max-width",syntax:"| <-non-standard-width>"},width:{references:["https://developer.mozilla.org/en-US/docs/Web/CSS/width","https://github.com/csstree/stylelint-validator/issues/29"],syntax:"| fill | stretch | intrinsic | -moz-max-content | -webkit-max-content | -moz-fit-content | -webkit-fit-content"},"min-width":{comment:"extend by non-standard width keywords https://developer.mozilla.org/en-US/docs/Web/CSS/width",syntax:"| <-non-standard-width>"},overflow:{comment:"extend by vendor keywords https://developer.mozilla.org/en-US/docs/Web/CSS/overflow",syntax:"| <-non-standard-overflow>"},pause:{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<'pause-before'> <'pause-after'>?"},"pause-after":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<time> | none | x-weak | weak | medium | strong | x-strong"},"pause-before":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<time> | none | x-weak | weak | medium | strong | x-strong"},rest:{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<'rest-before'> <'rest-after'>?"},"rest-after":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<time> | none | x-weak | weak | medium | strong | x-strong"},"rest-before":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<time> | none | x-weak | weak | medium | strong | x-strong"},"shape-rendering":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#ShapeRenderingPropert"],syntax:"auto | optimizeSpeed | crispEdges | geometricPrecision"},src:{comment:"added @font-face's src property https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/src",syntax:"[ <url> [ format( <string># ) ]? | local( <family-name> ) ]#"},speak:{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"auto | none | normal"},"speak-as":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"normal | spell-out || digits || [ literal-punctuation | no-punctuation ]"},stroke:{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"<paint>"},"stroke-dasharray":{comment:"added SVG property; a list of comma and/or white space separated <length>s and <percentage>s",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"none | [ <svg-length>+ ]#"},"stroke-dashoffset":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"<svg-length>"},"stroke-linecap":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"butt | round | square"},"stroke-linejoin":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"miter | round | bevel"},"stroke-miterlimit":{comment:"added SVG property (<miterlimit> = <number-one-or-greater>) ",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"<number-one-or-greater>"},"stroke-opacity":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"<number-zero-one>"},"stroke-width":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"<svg-length>"},"text-anchor":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#TextAlignmentProperties"],syntax:"start | middle | end"},"unicode-bidi":{comment:"added prefixed keywords https://developer.mozilla.org/en-US/docs/Web/CSS/unicode-bidi",syntax:"| -moz-isolate | -moz-isolate-override | -moz-plaintext | -webkit-isolate | -webkit-isolate-override | -webkit-plaintext"},"unicode-range":{comment:"added missed property https://developer.mozilla.org/en-US/docs/Web/CSS/%40font-face/unicode-range",syntax:"<urange>#"},"voice-balance":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<number> | left | center | right | leftwards | rightwards"},"voice-duration":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"auto | <time>"},"voice-family":{comment:"<name> -> <family-name>, https://www.w3.org/TR/css3-speech/#property-index",syntax:"[ [ <family-name> | <generic-voice> ] , ]* [ <family-name> | <generic-voice> ] | preserve"},"voice-pitch":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<frequency> && absolute | [ [ x-low | low | medium | high | x-high ] || [ <frequency> | <semitones> | <percentage> ] ]"},"voice-range":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<frequency> && absolute | [ [ x-low | low | medium | high | x-high ] || [ <frequency> | <semitones> | <percentage> ] ]"},"voice-rate":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"[ normal | x-slow | slow | medium | fast | x-fast ] || <percentage>"},"voice-stress":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"normal | strong | moderate | none | reduced"},"voice-volume":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"silent | [ [ x-soft | soft | medium | loud | x-loud ] || <decibel> ]"},"writing-mode":{comment:"extend with SVG keywords",syntax:"| <svg-writing-mode>"}},types:{"-legacy-gradient":{comment:"added collection of legacy gradient syntaxes",syntax:"<-webkit-gradient()> | <-legacy-linear-gradient> | <-legacy-repeating-linear-gradient> | <-legacy-radial-gradient> | <-legacy-repeating-radial-gradient>"},"-legacy-linear-gradient":{comment:"like standard syntax but w/o `to` keyword https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient",syntax:"-moz-linear-gradient( <-legacy-linear-gradient-arguments> ) | -webkit-linear-gradient( <-legacy-linear-gradient-arguments> ) | -o-linear-gradient( <-legacy-linear-gradient-arguments> )"},"-legacy-repeating-linear-gradient":{comment:"like standard syntax but w/o `to` keyword https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient",syntax:"-moz-repeating-linear-gradient( <-legacy-linear-gradient-arguments> ) | -webkit-repeating-linear-gradient( <-legacy-linear-gradient-arguments> ) | -o-repeating-linear-gradient( <-legacy-linear-gradient-arguments> )"},"-legacy-linear-gradient-arguments":{comment:"like standard syntax but w/o `to` keyword https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient",syntax:"[ <angle> | <side-or-corner> ]? , <color-stop-list>"},"-legacy-radial-gradient":{comment:"deprecated syntax that implemented by some browsers https://www.w3.org/TR/2011/WD-css3-images-20110908/#radial-gradients",syntax:"-moz-radial-gradient( <-legacy-radial-gradient-arguments> ) | -webkit-radial-gradient( <-legacy-radial-gradient-arguments> ) | -o-radial-gradient( <-legacy-radial-gradient-arguments> )"},"-legacy-repeating-radial-gradient":{comment:"deprecated syntax that implemented by some browsers https://www.w3.org/TR/2011/WD-css3-images-20110908/#radial-gradients",syntax:"-moz-repeating-radial-gradient( <-legacy-radial-gradient-arguments> ) | -webkit-repeating-radial-gradient( <-legacy-radial-gradient-arguments> ) | -o-repeating-radial-gradient( <-legacy-radial-gradient-arguments> )"},"-legacy-radial-gradient-arguments":{comment:"deprecated syntax that implemented by some browsers https://www.w3.org/TR/2011/WD-css3-images-20110908/#radial-gradients",syntax:"[ <position> , ]? [ [ [ <-legacy-radial-gradient-shape> || <-legacy-radial-gradient-size> ] | [ <length> | <percentage> ]{2} ] , ]? <color-stop-list>"},"-legacy-radial-gradient-size":{comment:"before a standard it contains 2 extra keywords (`contain` and `cover`) https://www.w3.org/TR/2011/WD-css3-images-20110908/#ltsize",syntax:"closest-side | closest-corner | farthest-side | farthest-corner | contain | cover"},"-legacy-radial-gradient-shape":{comment:"define to double sure it doesn't extends in future https://www.w3.org/TR/2011/WD-css3-images-20110908/#ltshape",syntax:"circle | ellipse"},"-non-standard-font":{comment:"non standard fonts",references:["https://webkit.org/blog/3709/using-the-system-font-in-web-content/"],syntax:"-apple-system-body | -apple-system-headline | -apple-system-subheadline | -apple-system-caption1 | -apple-system-caption2 | -apple-system-footnote | -apple-system-short-body | -apple-system-short-headline | -apple-system-short-subheadline | -apple-system-short-caption1 | -apple-system-short-footnote | -apple-system-tall-body"},"-non-standard-color":{comment:"non standard colors",references:["http://cssdot.ru/%D0%A1%D0%BF%D1%80%D0%B0%D0%B2%D0%BE%D1%87%D0%BD%D0%B8%D0%BA_CSS/color-i305.html","https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Mozilla_Color_Preference_Extensions"],syntax:"-moz-ButtonDefault | -moz-ButtonHoverFace | -moz-ButtonHoverText | -moz-CellHighlight | -moz-CellHighlightText | -moz-Combobox | -moz-ComboboxText | -moz-Dialog | -moz-DialogText | -moz-dragtargetzone | -moz-EvenTreeRow | -moz-Field | -moz-FieldText | -moz-html-CellHighlight | -moz-html-CellHighlightText | -moz-mac-accentdarkestshadow | -moz-mac-accentdarkshadow | -moz-mac-accentface | -moz-mac-accentlightesthighlight | -moz-mac-accentlightshadow | -moz-mac-accentregularhighlight | -moz-mac-accentregularshadow | -moz-mac-chrome-active | -moz-mac-chrome-inactive | -moz-mac-focusring | -moz-mac-menuselect | -moz-mac-menushadow | -moz-mac-menutextselect | -moz-MenuHover | -moz-MenuHoverText | -moz-MenuBarText | -moz-MenuBarHoverText | -moz-nativehyperlinktext | -moz-OddTreeRow | -moz-win-communicationstext | -moz-win-mediatext | -moz-activehyperlinktext | -moz-default-background-color | -moz-default-color | -moz-hyperlinktext | -moz-visitedhyperlinktext | -webkit-activelink | -webkit-focus-ring-color | -webkit-link | -webkit-text"},"-non-standard-image-rendering":{comment:"non-standard keywords http://phrogz.net/tmp/canvas_image_zoom.html",syntax:"optimize-contrast | -moz-crisp-edges | -o-crisp-edges | -webkit-optimize-contrast"},"-non-standard-overflow":{comment:"non-standard keywords https://developer.mozilla.org/en-US/docs/Web/CSS/overflow",syntax:"-moz-scrollbars-none | -moz-scrollbars-horizontal | -moz-scrollbars-vertical | -moz-hidden-unscrollable"},"-non-standard-width":{comment:"non-standard keywords https://developer.mozilla.org/en-US/docs/Web/CSS/width",syntax:"fill-available | min-intrinsic | intrinsic | -moz-available | -moz-fit-content | -moz-min-content | -moz-max-content | -webkit-min-content | -webkit-max-content"},"-webkit-gradient()":{comment:"first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/ - TODO: simplify when after match algorithm improvement ( [, point, radius | , point] -> [, radius]? , point )",syntax:"-webkit-gradient( <-webkit-gradient-type>, <-webkit-gradient-point> [, <-webkit-gradient-point> | , <-webkit-gradient-radius>, <-webkit-gradient-point> ] [, <-webkit-gradient-radius>]? [, <-webkit-gradient-color-stop>]* )"},"-webkit-gradient-color-stop":{comment:"first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/",syntax:"from( <color> ) | color-stop( [ <number-zero-one> | <percentage> ] , <color> ) | to( <color> )"},"-webkit-gradient-point":{comment:"first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/",syntax:"[ left | center | right | <length-percentage> ] [ top | center | bottom | <length-percentage> ]"},"-webkit-gradient-radius":{comment:"first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/",syntax:"<length> | <percentage>"},"-webkit-gradient-type":{comment:"first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/",syntax:"linear | radial"},"-webkit-mask-box-repeat":{comment:"missed; https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-mask-box-image",syntax:"repeat | stretch | round"},"-webkit-mask-clip-style":{comment:"missed; there is no enough information about `-webkit-mask-clip` property, but looks like all those keywords are working",syntax:"border | border-box | padding | padding-box | content | content-box | text"},"-ms-filter-function-list":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/-ms-filter",syntax:"<-ms-filter-function>+"},"-ms-filter-function":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/-ms-filter",syntax:"<-ms-filter-function-progid> | <-ms-filter-function-legacy>"},"-ms-filter-function-progid":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/-ms-filter",syntax:"'progid:' [ <ident-token> '.' ]* [ <ident-token> | <function-token> <any-value>? ) ]"},"-ms-filter-function-legacy":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/-ms-filter",syntax:"<ident-token> | <function-token> <any-value>? )"},"-ms-filter":{syntax:"<string>"},age:{comment:"https://www.w3.org/TR/css3-speech/#voice-family",syntax:"child | young | old"},"attr-name":{syntax:"<wq-name>"},"attr-fallback":{syntax:"<any-value>"},"bg-clip":{comment:"missed, https://drafts.csswg.org/css-backgrounds-4/#typedef-bg-clip",syntax:"<box> | border | text"},bottom:{comment:"missed; not sure we should add it, but no others except `shape` is using it so it's ok for now; https://drafts.fxtf.org/css-masking-1/#funcdef-clip-rect",syntax:"<length> | auto"},"content-list":{comment:"added attr(), see https://github.com/csstree/csstree/issues/201",syntax:"[ <string> | contents | <image> | <counter> | <quote> | <target> | <leader()> | <attr()> ]+"},"element()":{comment:"https://drafts.csswg.org/css-gcpm/#element-syntax & https://drafts.csswg.org/css-images-4/#element-notation",syntax:"element( <custom-ident> , [ first | start | last | first-except ]? ) | element( <id-selector> )"},"generic-voice":{comment:"https://www.w3.org/TR/css3-speech/#voice-family",syntax:"[ <age>? <gender> <integer>? ]"},gender:{comment:"https://www.w3.org/TR/css3-speech/#voice-family",syntax:"male | female | neutral"},"generic-family":{comment:"added -apple-system",references:["https://webkit.org/blog/3709/using-the-system-font-in-web-content/"],syntax:"| -apple-system"},gradient:{comment:"added legacy syntaxes support",syntax:"| <-legacy-gradient>"},left:{comment:"missed; not sure we should add it, but no others except `shape` is using it so it's ok for now; https://drafts.fxtf.org/css-masking-1/#funcdef-clip-rect",syntax:"<length> | auto"},"mask-image":{comment:"missed; https://drafts.fxtf.org/css-masking-1/#the-mask-image",syntax:"<mask-reference>#"},"named-color":{comment:"added non standard color names",syntax:"| <-non-standard-color>"},paint:{comment:"used by SVG https://www.w3.org/TR/SVG/painting.html#SpecifyingPaint",syntax:"none | <color> | <url> [ none | <color> ]? | context-fill | context-stroke"},right:{comment:"missed; not sure we should add it, but no others except `shape` is using it so it's ok for now; https://drafts.fxtf.org/css-masking-1/#funcdef-clip-rect",syntax:"<length> | auto"},shape:{comment:"missed spaces in function body and add backwards compatible syntax",syntax:"rect( <top>, <right>, <bottom>, <left> ) | rect( <top> <right> <bottom> <left> )"},"scroll-timeline-axis":{comment:"missed definition",syntax:"block | inline | vertical | horizontal"},"scroll-timeline-name":{comment:"missed definition",references:["https://w3c.github.io/csswg-drafts/scroll-animations/#propdef-scroll-timeline-name"],syntax:"none | <custom-ident>"},"single-animation-composition":{comment:"missed definition",references:["https://w3c.github.io/csswg-drafts/css-animations-2/#typedef-single-animation-composition"],syntax:"replace | add | accumulate"},"svg-length":{comment:"All coordinates and lengths in SVG can be specified with or without a unit identifier",references:["https://www.w3.org/TR/SVG11/coords.html#Units"],syntax:"<percentage> | <length> | <number>"},"svg-writing-mode":{comment:"SVG specific keywords (deprecated for CSS)",references:["https://developer.mozilla.org/en/docs/Web/CSS/writing-mode","https://www.w3.org/TR/SVG/text.html#WritingModeProperty"],syntax:"lr-tb | rl-tb | tb-rl | lr | rl | tb"},top:{comment:"missed; not sure we should add it, but no others except `shape` is using it so it's ok for now; https://drafts.fxtf.org/css-masking-1/#funcdef-clip-rect",syntax:"<length> | auto"},x:{comment:"missed; not sure we should add it, but no others except `cursor` is using it so it's ok for now; https://drafts.csswg.org/css-ui-3/#cursor",syntax:"<number>"},y:{comment:"missed; not sure we should add it, but no others except `cursor` is using so it's ok for now; https://drafts.csswg.org/css-ui-3/#cursor",syntax:"<number>"},declaration:{comment:"missed, restored by https://drafts.csswg.org/css-syntax",syntax:"<ident-token> : <declaration-value>? [ '!' important ]?"},"declaration-list":{comment:"missed, restored by https://drafts.csswg.org/css-syntax",syntax:"[ <declaration>? ';' ]* <declaration>?"},url:{comment:"https://drafts.csswg.org/css-values-4/#urls",syntax:"url( <string> <url-modifier>* ) | <url-token>"},"url-modifier":{comment:"https://drafts.csswg.org/css-values-4/#typedef-url-modifier",syntax:"<ident> | <function-token> <any-value> )"},"number-zero-one":{syntax:"<number [0,1]>"},"number-one-or-greater":{syntax:"<number [1,\u221E]>"},"-non-standard-display":{syntax:"-ms-inline-flexbox | -ms-grid | -ms-inline-grid | -webkit-flex | -webkit-inline-flex | -webkit-box | -webkit-inline-box | -moz-inline-stack | -moz-box | -moz-inline-box"}}}}),ea=z((e,t)=>{"use strict";var c=Ji(),y=c;t.exports=y}),ta=z((e,t)=>{t.exports={"@charset":{syntax:'@charset "<charset>";',groups:["CSS Charsets"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/@charset"},"@counter-style":{syntax:`@counter-style <counter-style-name> {
41
+ --`+new Array((d||u.length)+1).join("-")+"^"})}e.SyntaxError=c}),Ki=z(e=>{"use strict";var t=Bt(),c=9,y=10,u=12,d=13,s=32,i=class{constructor(r){this.str=r,this.pos=0}charCodeAt(r){return r<this.str.length?this.str.charCodeAt(r):0}charCode(){return this.charCodeAt(this.pos)}nextCharCode(){return this.charCodeAt(this.pos+1)}nextNonWsCode(r){return this.charCodeAt(this.findWsEnd(r))}findWsEnd(r){for(;r<this.str.length;r++){let a=this.str.charCodeAt(r);if(a!==d&&a!==y&&a!==u&&a!==s&&a!==c)break}return r}substringToPos(r){return this.str.substring(this.pos,this.pos=r)}eat(r){this.charCode()!==r&&this.error("Expect `"+String.fromCharCode(r)+"`"),this.pos++}peek(){return this.pos<this.str.length?this.str.charAt(this.pos++):""}error(r){throw new t.SyntaxError(r,this.str,this.pos)}};e.Tokenizer=i}),Xe=z(e=>{"use strict";var t=Ki(),c=9,y=10,u=12,d=13,s=32,i=33,r=35,a=38,l=39,g=40,f=41,b=42,n=43,o=44,m=45,p=60,S=62,v=63,C=64,h=91,w=93,k=123,x=124,A=125,B=8734,E=new Uint8Array(128).map((_,N)=>/[a-zA-Z0-9\-]/.test(String.fromCharCode(N))?1:0),D={" ":1,"&&":2,"||":3,"|":4};function W(_){return _.substringToPos(_.findWsEnd(_.pos))}function I(_){let N=_.pos;for(;N<_.str.length;N++){let K=_.str.charCodeAt(N);if(K>=128||E[K]===0)break}return _.pos===N&&_.error("Expect a keyword"),_.substringToPos(N)}function q(_){let N=_.pos;for(;N<_.str.length;N++){let K=_.str.charCodeAt(N);if(K<48||K>57)break}return _.pos===N&&_.error("Expect a number"),_.substringToPos(N)}function F(_){let N=_.str.indexOf("'",_.pos+1);return N===-1&&(_.pos=_.str.length,_.error("Expect an apostrophe")),_.substringToPos(N+1)}function M(_){let N=null,K=null;return _.eat(k),N=q(_),_.charCode()===o?(_.pos++,_.charCode()!==A&&(K=q(_))):K=N,_.eat(A),{min:Number(N),max:K?Number(K):0}}function G(_){let N=null,K=!1;switch(_.charCode()){case b:_.pos++,N={min:0,max:0};break;case n:_.pos++,N={min:1,max:0};break;case v:_.pos++,N={min:0,max:1};break;case r:_.pos++,K=!0,_.charCode()===k?N=M(_):_.charCode()===v?(_.pos++,N={min:0,max:0}):N={min:1,max:0};break;case k:N=M(_);break;default:return null}return{type:"Multiplier",comma:K,min:N.min,max:N.max,term:null}}function V(_,N){let K=G(_);return K!==null?(K.term=N,_.charCode()===r&&_.charCodeAt(_.pos-1)===n?V(_,K):K):N}function H(_){let N=_.peek();return N===""?null:{type:"Token",value:N}}function j(_){let N;return _.eat(p),_.eat(l),N=I(_),_.eat(l),_.eat(S),V(_,{type:"Property",name:N})}function L(_){let N=null,K=null,Z=1;return _.eat(h),_.charCode()===m&&(_.peek(),Z=-1),Z==-1&&_.charCode()===B?_.peek():(N=Z*Number(q(_)),E[_.charCode()]!==0&&(N+=I(_))),W(_),_.eat(o),W(_),_.charCode()===B?_.peek():(Z=1,_.charCode()===m&&(_.peek(),Z=-1),K=Z*Number(q(_)),E[_.charCode()]!==0&&(K+=I(_))),_.eat(w),{type:"Range",min:N,max:K}}function O(_){let N,K=null;return _.eat(p),N=I(_),_.charCode()===g&&_.nextCharCode()===f&&(_.pos+=2,N+="()"),_.charCodeAt(_.findWsEnd(_.pos))===h&&(W(_),K=L(_)),_.eat(S),V(_,{type:"Type",name:N,opts:K})}function T(_){let N=I(_);return _.charCode()===g?(_.pos++,{type:"Function",name:N}):V(_,{type:"Keyword",name:N})}function R(_,N){function K(X,$){return{type:"Group",terms:X,combinator:$,disallowEmpty:!1,explicit:!1}}let Z;for(N=Object.keys(N).sort((X,$)=>D[X]-D[$]);N.length>0;){Z=N.shift();let X=0,$=0;for(;X<_.length;X++){let J=_[X];J.type==="Combinator"&&(J.value===Z?($===-1&&($=X-1),_.splice(X,1),X--):($!==-1&&X-$>1&&(_.splice($,X-$,K(_.slice($,X),Z)),X=$+1),$=-1))}$!==-1&&N.length&&_.splice($,X-$,K(_.slice($,X),Z))}return Z}function P(_){let N=[],K={},Z,X=null,$=_.pos;for(;Z=Y(_);)Z.type!=="Spaces"&&(Z.type==="Combinator"?((X===null||X.type==="Combinator")&&(_.pos=$,_.error("Unexpected combinator")),K[Z.value]=!0):X!==null&&X.type!=="Combinator"&&(K[" "]=!0,N.push({type:"Combinator",value:" "})),N.push(Z),X=Z,$=_.pos);return X!==null&&X.type==="Combinator"&&(_.pos-=$,_.error("Unexpected combinator")),{type:"Group",terms:N,combinator:R(N,K)||" ",disallowEmpty:!1,explicit:!1}}function U(_){let N;return _.eat(h),N=P(_),_.eat(w),N.explicit=!0,_.charCode()===i&&(_.pos++,N.disallowEmpty=!0),N}function Y(_){let N=_.charCode();if(N<128&&E[N]===1)return T(_);switch(N){case w:break;case h:return V(_,U(_));case p:return _.nextCharCode()===l?j(_):O(_);case x:return{type:"Combinator",value:_.substringToPos(_.pos+(_.nextCharCode()===x?2:1))};case a:return _.pos++,_.eat(a),{type:"Combinator",value:"&&"};case o:return _.pos++,{type:"Comma"};case l:return V(_,{type:"String",value:F(_)});case s:case c:case y:case d:case u:return{type:"Spaces",value:W(_)};case C:return N=_.nextCharCode(),N<128&&E[N]===1?(_.pos++,{type:"AtKeyword",name:I(_)}):H(_);case b:case n:case v:case r:case i:break;case k:if(N=_.nextCharCode(),N<48||N>57)return H(_);break;default:return H(_)}}function te(_){let N=new t.Tokenizer(_),K=P(N);return N.pos!==_.length&&N.error("Unexpected input"),K.terms.length===1&&K.terms[0].type==="Group"?K.terms[0]:K}e.parse=te}),Ot=z(e=>{"use strict";var t=Xe(),c={type:"Match"},y={type:"Mismatch"},u={type:"DisallowEmpty"},d=40,s=41;function i(n,o,m){return o===c&&m===y||n===c&&o===c&&m===c?n:(n.type==="If"&&n.else===y&&o===c&&(o=n.then,n=n.match),{type:"If",match:n,then:o,else:m})}function r(n){return n.length>2&&n.charCodeAt(n.length-2)===d&&n.charCodeAt(n.length-1)===s}function a(n){return n.type==="Keyword"||n.type==="AtKeyword"||n.type==="Function"||n.type==="Type"&&r(n.name)}function l(n,o,m){switch(n){case" ":{let p=c;for(let S=o.length-1;S>=0;S--){let v=o[S];p=i(v,p,y)}return p}case"|":{let p=y,S=null;for(let v=o.length-1;v>=0;v--){let C=o[v];if(a(C)&&(S===null&&v>0&&a(o[v-1])&&(S=Object.create(null),p=i({type:"Enum",map:S},c,p)),S!==null)){let h=(r(C.name)?C.name.slice(0,-1):C.name).toLowerCase();if(!(h in S)){S[h]=C;continue}}S=null,p=i(C,c,p)}return p}case"&&":{if(o.length>5)return{type:"MatchOnce",terms:o,all:!0};let p=y;for(let S=o.length-1;S>=0;S--){let v=o[S],C;o.length>1?C=l(n,o.filter(function(h){return h!==v}),!1):C=c,p=i(v,C,p)}return p}case"||":{if(o.length>5)return{type:"MatchOnce",terms:o,all:!1};let p=m?c:y;for(let S=o.length-1;S>=0;S--){let v=o[S],C;o.length>1?C=l(n,o.filter(function(h){return h!==v}),!0):C=c,p=i(v,C,p)}return p}}}function g(n){let o=c,m=f(n.term);if(n.max===0)m=i(m,u,y),o=i(m,null,y),o.then=i(c,c,o),n.comma&&(o.then.else=i({type:"Comma",syntax:n},o,y));else for(let p=n.min||1;p<=n.max;p++)n.comma&&o!==c&&(o=i({type:"Comma",syntax:n},o,y)),o=i(m,i(c,c,o),y);if(n.min===0)o=i(c,c,o);else for(let p=0;p<n.min-1;p++)n.comma&&o!==c&&(o=i({type:"Comma",syntax:n},o,y)),o=i(m,o,y);return o}function f(n){if(typeof n=="function")return{type:"Generic",fn:n};switch(n.type){case"Group":{let o=l(n.combinator,n.terms.map(f),!1);return n.disallowEmpty&&(o=i(o,u,y)),o}case"Multiplier":return g(n);case"Type":case"Property":return{type:n.type,name:n.name,syntax:n};case"Keyword":return{type:n.type,name:n.name.toLowerCase(),syntax:n};case"AtKeyword":return{type:n.type,name:"@"+n.name.toLowerCase(),syntax:n};case"Function":return{type:n.type,name:n.name.toLowerCase()+"(",syntax:n};case"String":return n.value.length===3?{type:"Token",value:n.value.charAt(1),syntax:n}:{type:n.type,value:n.value.substr(1,n.value.length-2).replace(/\\'/g,"'"),syntax:n};case"Token":return{type:n.type,value:n.value,syntax:n};case"Comma":return{type:n.type,syntax:n};default:throw new Error("Unknown node type:",n.type)}}function b(n,o){return typeof n=="string"&&(n=t.parse(n)),{type:"MatchGraph",match:f(n),syntax:o||null,source:n}}e.DISALLOW_EMPTY=u,e.MATCH=c,e.MISMATCH=y,e.buildMatchGraph=b}),Yi=z(e=>{"use strict";var t=Ot(),c=Q(),{hasOwnProperty:y}=Object.prototype,u=0,d=1,s=2,i=3,r="Match",a="Mismatch",l="Maximum iteration number exceeded (please fill an issue on https://github.com/csstree/csstree/issues)",g=15e3;function f(C){let h=null,w=null,k=C;for(;k!==null;)w=k.prev,k.prev=h,h=k,k=w;return h}function b(C,h){if(C.length!==h.length)return!1;for(let w=0;w<C.length;w++){let k=h.charCodeAt(w),x=C.charCodeAt(w);if(x>=65&&x<=90&&(x=x|32),x!==k)return!1}return!0}function n(C){return C.type!==c.Delim?!1:C.value!=="?"}function o(C){return C===null?!0:C.type===c.Comma||C.type===c.Function||C.type===c.LeftParenthesis||C.type===c.LeftSquareBracket||C.type===c.LeftCurlyBracket||n(C)}function m(C){return C===null?!0:C.type===c.RightParenthesis||C.type===c.RightSquareBracket||C.type===c.RightCurlyBracket||C.type===c.Delim&&C.value==="/"}function p(C,h,w){function k(){do L++,j=L<C.length?C[L]:null;while(j!==null&&(j.type===c.WhiteSpace||j.type===c.Comment))}function x(R){let P=L+R;return P<C.length?C[P]:null}function A(R,P){return{nextState:R,matchStack:T,syntaxStack:q,thenStack:F,tokenIndex:L,prev:P}}function B(R){F={nextState:R,matchStack:T,syntaxStack:q,prev:F}}function E(R){M=A(R,M)}function D(){T={type:d,syntax:h.syntax,token:j,prev:T},k(),G=null,L>O&&(O=L)}function W(){q={syntax:h.syntax,opts:h.syntax.opts||q!==null&&q.opts||null,prev:q},T={type:s,syntax:h.syntax,token:T.token,prev:T}}function I(){T.type===s?T=T.prev:T={type:i,syntax:q.syntax,token:T.token,prev:T},q=q.prev}let q=null,F=null,M=null,G=null,V=0,H=null,j=null,L=-1,O=0,T={type:u,syntax:null,token:null,prev:null};for(k();H===null&&++V<g;)switch(h.type){case"Match":if(F===null){if(j!==null&&(L!==C.length-1||j.value!=="\\0"&&j.value!=="\\9")){h=t.MISMATCH;break}H=r;break}if(h=F.nextState,h===t.DISALLOW_EMPTY)if(F.matchStack===T){h=t.MISMATCH;break}else h=t.MATCH;for(;F.syntaxStack!==q;)I();F=F.prev;break;case"Mismatch":if(G!==null&&G!==!1)(M===null||L>M.tokenIndex)&&(M=G,G=!1);else if(M===null){H=a;break}h=M.nextState,F=M.thenStack,q=M.syntaxStack,T=M.matchStack,L=M.tokenIndex,j=L<C.length?C[L]:null,M=M.prev;break;case"MatchGraph":h=h.match;break;case"If":h.else!==t.MISMATCH&&E(h.else),h.then!==t.MATCH&&B(h.then),h=h.match;break;case"MatchOnce":h={type:"MatchOnceBuffer",syntax:h,index:0,mask:0};break;case"MatchOnceBuffer":{let U=h.syntax.terms;if(h.index===U.length){if(h.mask===0||h.syntax.all){h=t.MISMATCH;break}h=t.MATCH;break}if(h.mask===(1<<U.length)-1){h=t.MATCH;break}for(;h.index<U.length;h.index++){let Y=1<<h.index;if((h.mask&Y)===0){E(h),B({type:"AddMatchOnce",syntax:h.syntax,mask:h.mask|Y}),h=U[h.index++];break}}break}case"AddMatchOnce":h={type:"MatchOnceBuffer",syntax:h.syntax,index:0,mask:h.mask};break;case"Enum":if(j!==null){let U=j.value.toLowerCase();if(U.indexOf("\\")!==-1&&(U=U.replace(/\\[09].*$/,"")),y.call(h.map,U)){h=h.map[U];break}}h=t.MISMATCH;break;case"Generic":{let U=q!==null?q.opts:null,Y=L+Math.floor(h.fn(j,x,U));if(!isNaN(Y)&&Y>L){for(;L<Y;)D();h=t.MATCH}else h=t.MISMATCH;break}case"Type":case"Property":{let U=h.type==="Type"?"types":"properties",Y=y.call(w,U)?w[U][h.name]:null;if(!Y||!Y.match)throw new Error("Bad syntax reference: "+(h.type==="Type"?"<"+h.name+">":"<'"+h.name+"'>"));if(G!==!1&&j!==null&&h.type==="Type"&&(h.name==="custom-ident"&&j.type===c.Ident||h.name==="length"&&j.value==="0")){G===null&&(G=A(h,M)),h=t.MISMATCH;break}W(),h=Y.match;break}case"Keyword":{let U=h.name;if(j!==null){let Y=j.value;if(Y.indexOf("\\")!==-1&&(Y=Y.replace(/\\[09].*$/,"")),b(Y,U)){D(),h=t.MATCH;break}}h=t.MISMATCH;break}case"AtKeyword":case"Function":if(j!==null&&b(j.value,h.name)){D(),h=t.MATCH;break}h=t.MISMATCH;break;case"Token":if(j!==null&&j.value===h.value){D(),h=t.MATCH;break}h=t.MISMATCH;break;case"Comma":j!==null&&j.type===c.Comma?o(T.token)?h=t.MISMATCH:(D(),h=m(j)?t.MISMATCH:t.MATCH):h=o(T.token)||m(j)?t.MATCH:t.MISMATCH;break;case"String":let R="",P=L;for(;P<C.length&&R.length<h.value.length;P++)R+=C[P].value;if(b(R,h.value)){for(;L<P;)D();h=t.MATCH}else h=t.MISMATCH;break;default:throw new Error("Unknown node type: "+h.type)}switch(H){case null:console.warn("[csstree-match] BREAK after "+g+" iterations"),H=l,T=null;break;case r:for(;q!==null;)I();break;default:T=null}return{tokens:C,reason:H,iterations:V,match:T,longestMatch:O}}function S(C,h,w){let k=p(C,h,w||{});if(k.match!==null){let x=f(k.match).prev;for(k.match=[];x!==null;){switch(x.type){case s:case i:k.match.push({type:x.type,syntax:x.syntax});break;default:k.match.push({token:x.token.value,node:x.token.node});break}x=x.prev}}return k}function v(C,h,w){let k=p(C,h,w||{});if(k.match===null)return k;let x=k.match,A=k.match={syntax:h.syntax||null,match:[]},B=[A];for(x=f(x).prev;x!==null;){switch(x.type){case s:A.match.push(A={syntax:x.syntax,match:[]}),B.push(A);break;case i:B.pop(),A=B[B.length-1];break;default:A.match.push({syntax:x.syntax||null,token:x.token.value,node:x.token.node})}x=x.prev}return k}e.matchAsList=S,e.matchAsTree=v}),Xi=z(e=>{"use strict";function t(s){function i(l){return l===null?!1:l.type==="Type"||l.type==="Property"||l.type==="Keyword"}function r(l){if(Array.isArray(l.match)){for(let g=0;g<l.match.length;g++)if(r(l.match[g]))return i(l.syntax)&&a.unshift(l.syntax),!0}else if(l.node===s)return a=i(l.syntax)?[l.syntax]:[],!0;return!1}let a=null;return this.matched!==null&&r(this.matched),a}function c(s,i){return d(this,s,r=>r.type==="Type"&&r.name===i)}function y(s,i){return d(this,s,r=>r.type==="Property"&&r.name===i)}function u(s){return d(this,s,i=>i.type==="Keyword")}function d(s,i,r){let a=t.call(s,i);return a===null?!1:a.some(r)}e.getTrace=t,e.isKeyword=u,e.isProperty=y,e.isType=c}),$i=z(e=>{"use strict";var t=ke();function c(d){return"node"in d?d.node:c(d.match[0])}function y(d){return"node"in d?d.node:y(d.match[d.match.length-1])}function u(d,s,i,r,a){function l(f){if(f.syntax!==null&&f.syntax.type===r&&f.syntax.name===a){let b=c(f),n=y(f);d.syntax.walk(s,function(o,m,p){if(o===b){let S=new t.List;do{if(S.appendData(m.data),m.data===n)break;m=m.next}while(m!==null);g.push({parent:p,nodes:S})}})}Array.isArray(f.match)&&f.match.forEach(l)}let g=[];return i.matched!==null&&l(i.matched),g}e.matchFragments=u}),Zi=z(e=>{"use strict";var t=ke(),{hasOwnProperty:c}=Object.prototype;function y(r){return typeof r=="number"&&isFinite(r)&&Math.floor(r)===r&&r>=0}function u(r){return!!r&&y(r.offset)&&y(r.line)&&y(r.column)}function d(r,a){return function(l,g){if(!l||l.constructor!==Object)return g(l,"Type of node should be an Object");for(let f in l){let b=!0;if(c.call(l,f)!==!1){if(f==="type")l.type!==r&&g(l,"Wrong node type `"+l.type+"`, expected `"+r+"`");else if(f==="loc"){if(l.loc===null)continue;if(l.loc&&l.loc.constructor===Object)if(typeof l.loc.source!="string")f+=".source";else if(!u(l.loc.start))f+=".start";else if(!u(l.loc.end))f+=".end";else continue;b=!1}else if(a.hasOwnProperty(f)){b=!1;for(let n=0;!b&&n<a[f].length;n++){let o=a[f][n];switch(o){case String:b=typeof l[f]=="string";break;case Boolean:b=typeof l[f]=="boolean";break;case null:b=l[f]===null;break;default:typeof o=="string"?b=l[f]&&l[f].type===o:Array.isArray(o)&&(b=l[f]instanceof t.List)}}}else g(l,"Unknown field `"+f+"` for "+r+" node type");b||g(l,"Bad value for `"+r+"."+f+"`")}}for(let f in a)c.call(a,f)&&c.call(l,f)===!1&&g(l,"Field `"+r+"."+f+"` is missed")}}function s(r,a){let l=a.structure,g={type:String,loc:!0},f={type:'"'+r+'"'};for(let b in l){if(c.call(l,b)===!1)continue;let n=[],o=g[b]=Array.isArray(l[b])?l[b].slice():[l[b]];for(let m=0;m<o.length;m++){let p=o[m];if(p===String||p===Boolean)n.push(p.name);else if(p===null)n.push("null");else if(typeof p=="string")n.push("<"+p+">");else if(Array.isArray(p))n.push("List");else throw new Error("Wrong value `"+p+"` in `"+r+"."+b+"` structure definition")}f[b]=n.join(" | ")}return{docs:f,check:d(r,g)}}function i(r){let a={};if(r.node){for(let l in r.node)if(c.call(r.node,l)){let g=r.node[l];if(g.structure)a[l]=s(l,g);else throw new Error("Missed `structure` field in `"+l+"` node type definition")}}return a}e.getStructureFromConfig=i}),zt=z(e=>{"use strict";var t=function(){};function c(u){return typeof u=="function"?u:t}function y(u,d,s){function i(l){switch(r.call(s,l),l.type){case"Group":l.terms.forEach(i);break;case"Multiplier":i(l.term);break;case"Type":case"Property":case"Keyword":case"AtKeyword":case"Function":case"String":case"Token":case"Comma":break;default:throw new Error("Unknown type: "+l.type)}a.call(s,l)}let r=t,a=t;if(typeof d=="function"?r=d:d&&(r=c(d.enter),a=c(d.leave)),r===t&&a===t)throw new Error("Neither `enter` nor `leave` walker handler is set or both aren't a function");i(u)}e.walk=y}),Dt=z(e=>{"use strict";var t=Ri(),c=Ye(),y=Tt(),u=Ui(),d=Vi(),s=Hi(),i=Ot(),r=Yi(),a=Xi(),l=$i(),g=Zi(),f=Xe(),b=Ke(),n=zt(),o=i.buildMatchGraph(y.cssWideKeywords.join(" | "));function m(w,k,x){let A={};for(let B in w)w[B].syntax&&(A[B]=x?w[B].syntax:b.generate(w[B].syntax,{compact:k}));return A}function p(w,k,x){let A={};for(let[B,E]of Object.entries(w))A[B]={prelude:E.prelude&&(x?E.prelude.syntax:b.generate(E.prelude.syntax,{compact:k})),descriptors:E.descriptors&&m(E.descriptors,k,x)};return A}function S(w){for(let k=0;k<w.length;k++)if(w[k].value.toLowerCase()==="var(")return!0;return!1}function v(w,k,x){return{matched:w,iterations:x,error:k,...a}}function C(w,k,x,A){let B=s(x,w.syntax),E;return S(B)?v(null,new Error("Matching for a tree with var() is not supported")):(A&&(E=r.matchAsTree(B,w.cssWideKeywordsSyntax,w)),(!A||!E.match)&&(E=r.matchAsTree(B,k.match,w),!E.match)?v(null,new t.SyntaxMatchError(E.reason,k.syntax,x,E),E.iterations):v(E.match,null,E.iterations))}var h=class{constructor(w,k,x){if(this.cssWideKeywordsSyntax=o,this.syntax=k,this.generic=!1,this.units={...d},this.atrules=Object.create(null),this.properties=Object.create(null),this.types=Object.create(null),this.structure=x||g.getStructureFromConfig(w),w){if(w.units)for(let A of Object.keys(d))Array.isArray(w.units[A])&&(this.units[A]=w.units[A]);if(w.types)for(let A in w.types)this.addType_(A,w.types[A]);if(w.generic){this.generic=!0;for(let[A,B]of Object.entries(u.createGenericTypes(this.units)))this.addType_(A,B)}if(w.atrules)for(let A in w.atrules)this.addAtrule_(A,w.atrules[A]);if(w.properties)for(let A in w.properties)this.addProperty_(A,w.properties[A])}}checkStructure(w){function k(B,E){A.push({node:B,message:E})}let x=this.structure,A=[];return this.syntax.walk(w,function(B){x.hasOwnProperty(B.type)?x[B.type].check(B,k):k(B,"Unknown node type `"+B.type+"`")}),A.length?A:!1}createDescriptor(w,k,x,A=null){let B={type:k,name:x},E={type:k,name:x,parent:A,serializable:typeof w=="string"||w&&typeof w.type=="string",syntax:null,match:null};return typeof w=="function"?E.match=i.buildMatchGraph(w,B):(typeof w=="string"?Object.defineProperty(E,"syntax",{get(){return Object.defineProperty(E,"syntax",{value:f.parse(w)}),E.syntax}}):E.syntax=w,Object.defineProperty(E,"match",{get(){return Object.defineProperty(E,"match",{value:i.buildMatchGraph(E.syntax,B)}),E.match}})),E}addAtrule_(w,k){k&&(this.atrules[w]={type:"Atrule",name:w,prelude:k.prelude?this.createDescriptor(k.prelude,"AtrulePrelude",w):null,descriptors:k.descriptors?Object.keys(k.descriptors).reduce((x,A)=>(x[A]=this.createDescriptor(k.descriptors[A],"AtruleDescriptor",A,w),x),Object.create(null)):null})}addProperty_(w,k){k&&(this.properties[w]=this.createDescriptor(k,"Property",w))}addType_(w,k){k&&(this.types[w]=this.createDescriptor(k,"Type",w))}checkAtruleName(w){if(!this.getAtrule(w))return new t.SyntaxReferenceError("Unknown at-rule","@"+w)}checkAtrulePrelude(w,k){let x=this.checkAtruleName(w);if(x)return x;let A=this.getAtrule(w);if(!A.prelude&&k)return new SyntaxError("At-rule `@"+w+"` should not contain a prelude");if(A.prelude&&!k&&!C(this,A.prelude,"",!1).matched)return new SyntaxError("At-rule `@"+w+"` should contain a prelude")}checkAtruleDescriptorName(w,k){let x=this.checkAtruleName(w);if(x)return x;let A=this.getAtrule(w),B=c.keyword(k);if(!A.descriptors)return new SyntaxError("At-rule `@"+w+"` has no known descriptors");if(!A.descriptors[B.name]&&!A.descriptors[B.basename])return new t.SyntaxReferenceError("Unknown at-rule descriptor",k)}checkPropertyName(w){if(!this.getProperty(w))return new t.SyntaxReferenceError("Unknown property",w)}matchAtrulePrelude(w,k){let x=this.checkAtrulePrelude(w,k);if(x)return v(null,x);let A=this.getAtrule(w);return A.prelude?C(this,A.prelude,k||"",!1):v(null,null)}matchAtruleDescriptor(w,k,x){let A=this.checkAtruleDescriptorName(w,k);if(A)return v(null,A);let B=this.getAtrule(w),E=c.keyword(k);return C(this,B.descriptors[E.name]||B.descriptors[E.basename],x,!1)}matchDeclaration(w){return w.type!=="Declaration"?v(null,new Error("Not a Declaration node")):this.matchProperty(w.property,w.value)}matchProperty(w,k){if(c.property(w).custom)return v(null,new Error("Lexer matching doesn't applicable for custom properties"));let x=this.checkPropertyName(w);return x?v(null,x):C(this,this.getProperty(w),k,!0)}matchType(w,k){let x=this.getType(w);return x?C(this,x,k,!1):v(null,new t.SyntaxReferenceError("Unknown type",w))}match(w,k){return typeof w!="string"&&(!w||!w.type)?v(null,new t.SyntaxReferenceError("Bad syntax")):((typeof w=="string"||!w.match)&&(w=this.createDescriptor(w,"Type","anonymous")),C(this,w,k,!1))}findValueFragments(w,k,x,A){return l.matchFragments(this,k,this.matchProperty(w,k),x,A)}findDeclarationValueFragments(w,k,x){return l.matchFragments(this,w.value,this.matchDeclaration(w),k,x)}findAllFragments(w,k,x){let A=[];return this.syntax.walk(w,{visit:"Declaration",enter:B=>{A.push.apply(A,this.findDeclarationValueFragments(B,k,x))}}),A}getAtrule(w,k=!0){let x=c.keyword(w);return(x.vendor&&k?this.atrules[x.name]||this.atrules[x.basename]:this.atrules[x.name])||null}getAtrulePrelude(w,k=!0){let x=this.getAtrule(w,k);return x&&x.prelude||null}getAtruleDescriptor(w,k){return this.atrules.hasOwnProperty(w)&&this.atrules.declarators&&this.atrules[w].declarators[k]||null}getProperty(w,k=!0){let x=c.property(w);return(x.vendor&&k?this.properties[x.name]||this.properties[x.basename]:this.properties[x.name])||null}getType(w){return hasOwnProperty.call(this.types,w)?this.types[w]:null}validate(){function w(A,B,E,D){if(E.has(B))return E.get(B);E.set(B,!1),D.syntax!==null&&n.walk(D.syntax,function(W){if(W.type!=="Type"&&W.type!=="Property")return;let I=W.type==="Type"?A.types:A.properties,q=W.type==="Type"?k:x;(!hasOwnProperty.call(I,W.name)||w(A,W.name,q,I[W.name]))&&E.set(B,!0)},this)}let k=new Map,x=new Map;for(let A in this.types)w(this,A,k,this.types[A]);for(let A in this.properties)w(this,A,x,this.properties[A]);return k=[...k.keys()].filter(A=>k.get(A)),x=[...x.keys()].filter(A=>x.get(A)),k.length||x.length?{types:k,properties:x}:null}dump(w,k){return{generic:this.generic,units:this.units,types:m(this.types,!k,w),properties:m(this.properties,!k,w),atrules:p(this.atrules,!k,w)}}toString(){return JSON.stringify(this.dump())}};e.Lexer=h}),Qi=z((e,t)=>{"use strict";function c(d,s){return typeof s=="string"&&/^\s*\|/.test(s)?typeof d=="string"?d+s:s.replace(/^\s*\|\s*/,""):s||null}function y(d,s){let i=Object.create(null);for(let[r,a]of Object.entries(d))if(a){i[r]={};for(let l of Object.keys(a))s.includes(l)&&(i[r][l]=a[l])}return i}function u(d,s){let i={...d};for(let[r,a]of Object.entries(s))switch(r){case"generic":i[r]=!!a;break;case"units":i[r]={...d[r]};for(let[l,g]of Object.entries(a))i[r][l]=Array.isArray(g)?g:[];break;case"atrules":i[r]={...d[r]};for(let[l,g]of Object.entries(a)){let f=i[r][l]||{},b=i[r][l]={prelude:f.prelude||null,descriptors:{...f.descriptors}};if(g){b.prelude=g.prelude?c(b.prelude,g.prelude):b.prelude||null;for(let[n,o]of Object.entries(g.descriptors||{}))b.descriptors[n]=o?c(b.descriptors[n],o):null;Object.keys(b.descriptors).length||(b.descriptors=null)}}break;case"types":case"properties":i[r]={...d[r]};for(let[l,g]of Object.entries(a))i[r][l]=c(i[r][l],g);break;case"scope":i[r]={...d[r]};for(let[l,g]of Object.entries(a))i[r][l]={...i[r][l],...g};break;case"parseContext":i[r]={...d[r],...a};break;case"atrule":case"pseudo":i[r]={...d[r],...y(a,["parse"])};break;case"node":i[r]={...d[r],...y(a,["name","structure","parse","generate","walkContext"])};break}return i}t.exports=u}),Ft=z((e,t)=>{"use strict";var c=_e(),y=zi(),u=Mi(),d=Ii(),s=Ni(),i=Dt(),r=Qi();function a(g){let f=y.createParser(g),b=s.createWalker(g),n=u.createGenerator(g),{fromPlainObject:o,toPlainObject:m}=d.createConvertor(b),p={lexer:null,createLexer:S=>new i.Lexer(S,p,p.lexer.structure),tokenize:c.tokenize,parse:f,generate:n,walk:b,find:b.find,findLast:b.findLast,findAll:b.findAll,fromPlainObject:o,toPlainObject:m,fork(S){let v=r({},g);return a(typeof S=="function"?S(v,Object.assign):r(v,S))}};return p.lexer=new i.Lexer({generic:!0,units:g.units,types:g.types,atrules:g.atrules,properties:g.properties,node:g.node},p),p}var l=g=>a(r({},g));t.exports=l}),Ji=z((e,t)=>{t.exports={atrules:{charset:{prelude:"<string>"},"font-face":{descriptors:{"unicode-range":{comment:"replaces <unicode-range>, an old production name",syntax:"<urange>#"}}},nest:{prelude:"<complex-selector-list>"}},properties:{"-moz-background-clip":{comment:"deprecated syntax in old Firefox, https://developer.mozilla.org/en/docs/Web/CSS/background-clip",syntax:"padding | border"},"-moz-border-radius-bottomleft":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-left-radius",syntax:"<'border-bottom-left-radius'>"},"-moz-border-radius-bottomright":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-right-radius",syntax:"<'border-bottom-right-radius'>"},"-moz-border-radius-topleft":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-left-radius",syntax:"<'border-top-left-radius'>"},"-moz-border-radius-topright":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-right-radius",syntax:"<'border-bottom-right-radius'>"},"-moz-control-character-visibility":{comment:"firefox specific keywords, https://bugzilla.mozilla.org/show_bug.cgi?id=947588",syntax:"visible | hidden"},"-moz-osx-font-smoothing":{comment:"misssed old syntax https://developer.mozilla.org/en-US/docs/Web/CSS/font-smooth",syntax:"auto | grayscale"},"-moz-user-select":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/user-select",syntax:"none | text | all | -moz-none"},"-ms-flex-align":{comment:"misssed old syntax implemented in IE, https://www.w3.org/TR/2012/WD-css3-flexbox-20120322/#flex-align",syntax:"start | end | center | baseline | stretch"},"-ms-flex-item-align":{comment:"misssed old syntax implemented in IE, https://www.w3.org/TR/2012/WD-css3-flexbox-20120322/#flex-align",syntax:"auto | start | end | center | baseline | stretch"},"-ms-flex-line-pack":{comment:"misssed old syntax implemented in IE, https://www.w3.org/TR/2012/WD-css3-flexbox-20120322/#flex-line-pack",syntax:"start | end | center | justify | distribute | stretch"},"-ms-flex-negative":{comment:"misssed old syntax implemented in IE; TODO: find references for comfirmation",syntax:"<'flex-shrink'>"},"-ms-flex-pack":{comment:"misssed old syntax implemented in IE, https://www.w3.org/TR/2012/WD-css3-flexbox-20120322/#flex-pack",syntax:"start | end | center | justify | distribute"},"-ms-flex-order":{comment:"misssed old syntax implemented in IE; https://msdn.microsoft.com/en-us/library/jj127303(v=vs.85).aspx",syntax:"<integer>"},"-ms-flex-positive":{comment:"misssed old syntax implemented in IE; TODO: find references for comfirmation",syntax:"<'flex-grow'>"},"-ms-flex-preferred-size":{comment:"misssed old syntax implemented in IE; TODO: find references for comfirmation",syntax:"<'flex-basis'>"},"-ms-interpolation-mode":{comment:"https://msdn.microsoft.com/en-us/library/ff521095(v=vs.85).aspx",syntax:"nearest-neighbor | bicubic"},"-ms-grid-column-align":{comment:"add this property first since it uses as fallback for flexbox, https://msdn.microsoft.com/en-us/library/windows/apps/hh466338.aspx",syntax:"start | end | center | stretch"},"-ms-grid-row-align":{comment:"add this property first since it uses as fallback for flexbox, https://msdn.microsoft.com/en-us/library/windows/apps/hh466348.aspx",syntax:"start | end | center | stretch"},"-ms-hyphenate-limit-last":{comment:"misssed old syntax implemented in IE; https://www.w3.org/TR/css-text-4/#hyphenate-line-limits",syntax:"none | always | column | page | spread"},"-webkit-appearance":{comment:"webkit specific keywords",references:["http://css-infos.net/property/-webkit-appearance"],syntax:"none | button | button-bevel | caps-lock-indicator | caret | checkbox | default-button | inner-spin-button | listbox | listitem | media-controls-background | media-controls-fullscreen-background | media-current-time-display | media-enter-fullscreen-button | media-exit-fullscreen-button | media-fullscreen-button | media-mute-button | media-overlay-play-button | media-play-button | media-seek-back-button | media-seek-forward-button | media-slider | media-sliderthumb | media-time-remaining-display | media-toggle-closed-captions-button | media-volume-slider | media-volume-slider-container | media-volume-sliderthumb | menulist | menulist-button | menulist-text | menulist-textfield | meter | progress-bar | progress-bar-value | push-button | radio | scrollbarbutton-down | scrollbarbutton-left | scrollbarbutton-right | scrollbarbutton-up | scrollbargripper-horizontal | scrollbargripper-vertical | scrollbarthumb-horizontal | scrollbarthumb-vertical | scrollbartrack-horizontal | scrollbartrack-vertical | searchfield | searchfield-cancel-button | searchfield-decoration | searchfield-results-button | searchfield-results-decoration | slider-horizontal | slider-vertical | sliderthumb-horizontal | sliderthumb-vertical | square-button | textarea | textfield | -apple-pay-button"},"-webkit-background-clip":{comment:"https://developer.mozilla.org/en/docs/Web/CSS/background-clip",syntax:"[ <box> | border | padding | content | text ]#"},"-webkit-column-break-after":{comment:"added, http://help.dottoro.com/lcrthhhv.php",syntax:"always | auto | avoid"},"-webkit-column-break-before":{comment:"added, http://help.dottoro.com/lcxquvkf.php",syntax:"always | auto | avoid"},"-webkit-column-break-inside":{comment:"added, http://help.dottoro.com/lclhnthl.php",syntax:"always | auto | avoid"},"-webkit-font-smoothing":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/font-smooth",syntax:"auto | none | antialiased | subpixel-antialiased"},"-webkit-mask-box-image":{comment:"missed; https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-mask-box-image",syntax:"[ <url> | <gradient> | none ] [ <length-percentage>{4} <-webkit-mask-box-repeat>{2} ]?"},"-webkit-print-color-adjust":{comment:"missed",references:["https://developer.mozilla.org/en/docs/Web/CSS/-webkit-print-color-adjust"],syntax:"economy | exact"},"-webkit-text-security":{comment:"missed; http://help.dottoro.com/lcbkewgt.php",syntax:"none | circle | disc | square"},"-webkit-user-drag":{comment:"missed; http://help.dottoro.com/lcbixvwm.php",syntax:"none | element | auto"},"-webkit-user-select":{comment:"auto is supported by old webkit, https://developer.mozilla.org/en-US/docs/Web/CSS/user-select",syntax:"auto | none | text | all"},"alignment-baseline":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#AlignmentBaselineProperty"],syntax:"auto | baseline | before-edge | text-before-edge | middle | central | after-edge | text-after-edge | ideographic | alphabetic | hanging | mathematical"},"background-clip":{comment:"used <bg-clip> from CSS Backgrounds and Borders 4 since it adds new values",references:["https://github.com/csstree/csstree/issues/190"],syntax:"<bg-clip>#"},"baseline-shift":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#BaselineShiftProperty"],syntax:"baseline | sub | super | <svg-length>"},behavior:{comment:"added old IE property https://msdn.microsoft.com/en-us/library/ms530723(v=vs.85).aspx",syntax:"<url>+"},"clip-rule":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/masking.html#ClipRuleProperty"],syntax:"nonzero | evenodd"},cue:{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<'cue-before'> <'cue-after'>?"},"cue-after":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<url> <decibel>? | none"},"cue-before":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<url> <decibel>? | none"},cursor:{comment:"added legacy keywords: hand, -webkit-grab. -webkit-grabbing, -webkit-zoom-in, -webkit-zoom-out, -moz-grab, -moz-grabbing, -moz-zoom-in, -moz-zoom-out",references:["https://www.sitepoint.com/css3-cursor-styles/"],syntax:"[ [ <url> [ <x> <y> ]? , ]* [ auto | default | none | context-menu | help | pointer | progress | wait | cell | crosshair | text | vertical-text | alias | copy | move | no-drop | not-allowed | e-resize | n-resize | ne-resize | nw-resize | s-resize | se-resize | sw-resize | w-resize | ew-resize | ns-resize | nesw-resize | nwse-resize | col-resize | row-resize | all-scroll | zoom-in | zoom-out | grab | grabbing | hand | -webkit-grab | -webkit-grabbing | -webkit-zoom-in | -webkit-zoom-out | -moz-grab | -moz-grabbing | -moz-zoom-in | -moz-zoom-out ] ]"},display:{comment:"extended with -ms-flexbox",syntax:"| <-non-standard-display>"},position:{comment:"extended with -webkit-sticky",syntax:"| -webkit-sticky"},"dominant-baseline":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#DominantBaselineProperty"],syntax:"auto | use-script | no-change | reset-size | ideographic | alphabetic | hanging | mathematical | central | middle | text-after-edge | text-before-edge"},"image-rendering":{comment:"extended with <-non-standard-image-rendering>, added SVG keywords optimizeSpeed and optimizeQuality",references:["https://developer.mozilla.org/en/docs/Web/CSS/image-rendering","https://www.w3.org/TR/SVG/painting.html#ImageRenderingProperty"],syntax:"| optimizeSpeed | optimizeQuality | <-non-standard-image-rendering>"},fill:{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#FillProperty"],syntax:"<paint>"},"fill-opacity":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#FillProperty"],syntax:"<number-zero-one>"},"fill-rule":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#FillProperty"],syntax:"nonzero | evenodd"},filter:{comment:"extend with IE legacy syntaxes",syntax:"| <-ms-filter-function-list>"},"glyph-orientation-horizontal":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#GlyphOrientationHorizontalProperty"],syntax:"<angle>"},"glyph-orientation-vertical":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#GlyphOrientationVerticalProperty"],syntax:"<angle>"},kerning:{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#KerningProperty"],syntax:"auto | <svg-length>"},"letter-spacing":{comment:"fix syntax <length> -> <length-percentage>",references:["https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/letter-spacing"],syntax:"normal | <length-percentage>"},marker:{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#MarkerProperties"],syntax:"none | <url>"},"marker-end":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#MarkerProperties"],syntax:"none | <url>"},"marker-mid":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#MarkerProperties"],syntax:"none | <url>"},"marker-start":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#MarkerProperties"],syntax:"none | <url>"},"max-width":{comment:"extend by non-standard width keywords https://developer.mozilla.org/en-US/docs/Web/CSS/max-width",syntax:"| <-non-standard-width>"},width:{references:["https://developer.mozilla.org/en-US/docs/Web/CSS/width","https://github.com/csstree/stylelint-validator/issues/29"],syntax:"| fill | stretch | intrinsic | -moz-max-content | -webkit-max-content | -moz-fit-content | -webkit-fit-content"},"min-width":{comment:"extend by non-standard width keywords https://developer.mozilla.org/en-US/docs/Web/CSS/width",syntax:"| <-non-standard-width>"},overflow:{comment:"extend by vendor keywords https://developer.mozilla.org/en-US/docs/Web/CSS/overflow",syntax:"| <-non-standard-overflow>"},pause:{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<'pause-before'> <'pause-after'>?"},"pause-after":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<time> | none | x-weak | weak | medium | strong | x-strong"},"pause-before":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<time> | none | x-weak | weak | medium | strong | x-strong"},rest:{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<'rest-before'> <'rest-after'>?"},"rest-after":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<time> | none | x-weak | weak | medium | strong | x-strong"},"rest-before":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<time> | none | x-weak | weak | medium | strong | x-strong"},"shape-rendering":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#ShapeRenderingPropert"],syntax:"auto | optimizeSpeed | crispEdges | geometricPrecision"},src:{comment:"added @font-face's src property https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/src",syntax:"[ <url> [ format( <string># ) ]? | local( <family-name> ) ]#"},speak:{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"auto | none | normal"},"speak-as":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"normal | spell-out || digits || [ literal-punctuation | no-punctuation ]"},stroke:{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"<paint>"},"stroke-dasharray":{comment:"added SVG property; a list of comma and/or white space separated <length>s and <percentage>s",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"none | [ <svg-length>+ ]#"},"stroke-dashoffset":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"<svg-length>"},"stroke-linecap":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"butt | round | square"},"stroke-linejoin":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"miter | round | bevel"},"stroke-miterlimit":{comment:"added SVG property (<miterlimit> = <number-one-or-greater>) ",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"<number-one-or-greater>"},"stroke-opacity":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"<number-zero-one>"},"stroke-width":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"<svg-length>"},"text-anchor":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#TextAlignmentProperties"],syntax:"start | middle | end"},"unicode-bidi":{comment:"added prefixed keywords https://developer.mozilla.org/en-US/docs/Web/CSS/unicode-bidi",syntax:"| -moz-isolate | -moz-isolate-override | -moz-plaintext | -webkit-isolate | -webkit-isolate-override | -webkit-plaintext"},"unicode-range":{comment:"added missed property https://developer.mozilla.org/en-US/docs/Web/CSS/%40font-face/unicode-range",syntax:"<urange>#"},"voice-balance":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<number> | left | center | right | leftwards | rightwards"},"voice-duration":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"auto | <time>"},"voice-family":{comment:"<name> -> <family-name>, https://www.w3.org/TR/css3-speech/#property-index",syntax:"[ [ <family-name> | <generic-voice> ] , ]* [ <family-name> | <generic-voice> ] | preserve"},"voice-pitch":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<frequency> && absolute | [ [ x-low | low | medium | high | x-high ] || [ <frequency> | <semitones> | <percentage> ] ]"},"voice-range":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<frequency> && absolute | [ [ x-low | low | medium | high | x-high ] || [ <frequency> | <semitones> | <percentage> ] ]"},"voice-rate":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"[ normal | x-slow | slow | medium | fast | x-fast ] || <percentage>"},"voice-stress":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"normal | strong | moderate | none | reduced"},"voice-volume":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"silent | [ [ x-soft | soft | medium | loud | x-loud ] || <decibel> ]"},"writing-mode":{comment:"extend with SVG keywords",syntax:"| <svg-writing-mode>"}},types:{"-legacy-gradient":{comment:"added collection of legacy gradient syntaxes",syntax:"<-webkit-gradient()> | <-legacy-linear-gradient> | <-legacy-repeating-linear-gradient> | <-legacy-radial-gradient> | <-legacy-repeating-radial-gradient>"},"-legacy-linear-gradient":{comment:"like standard syntax but w/o `to` keyword https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient",syntax:"-moz-linear-gradient( <-legacy-linear-gradient-arguments> ) | -webkit-linear-gradient( <-legacy-linear-gradient-arguments> ) | -o-linear-gradient( <-legacy-linear-gradient-arguments> )"},"-legacy-repeating-linear-gradient":{comment:"like standard syntax but w/o `to` keyword https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient",syntax:"-moz-repeating-linear-gradient( <-legacy-linear-gradient-arguments> ) | -webkit-repeating-linear-gradient( <-legacy-linear-gradient-arguments> ) | -o-repeating-linear-gradient( <-legacy-linear-gradient-arguments> )"},"-legacy-linear-gradient-arguments":{comment:"like standard syntax but w/o `to` keyword https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient",syntax:"[ <angle> | <side-or-corner> ]? , <color-stop-list>"},"-legacy-radial-gradient":{comment:"deprecated syntax that implemented by some browsers https://www.w3.org/TR/2011/WD-css3-images-20110908/#radial-gradients",syntax:"-moz-radial-gradient( <-legacy-radial-gradient-arguments> ) | -webkit-radial-gradient( <-legacy-radial-gradient-arguments> ) | -o-radial-gradient( <-legacy-radial-gradient-arguments> )"},"-legacy-repeating-radial-gradient":{comment:"deprecated syntax that implemented by some browsers https://www.w3.org/TR/2011/WD-css3-images-20110908/#radial-gradients",syntax:"-moz-repeating-radial-gradient( <-legacy-radial-gradient-arguments> ) | -webkit-repeating-radial-gradient( <-legacy-radial-gradient-arguments> ) | -o-repeating-radial-gradient( <-legacy-radial-gradient-arguments> )"},"-legacy-radial-gradient-arguments":{comment:"deprecated syntax that implemented by some browsers https://www.w3.org/TR/2011/WD-css3-images-20110908/#radial-gradients",syntax:"[ <position> , ]? [ [ [ <-legacy-radial-gradient-shape> || <-legacy-radial-gradient-size> ] | [ <length> | <percentage> ]{2} ] , ]? <color-stop-list>"},"-legacy-radial-gradient-size":{comment:"before a standard it contains 2 extra keywords (`contain` and `cover`) https://www.w3.org/TR/2011/WD-css3-images-20110908/#ltsize",syntax:"closest-side | closest-corner | farthest-side | farthest-corner | contain | cover"},"-legacy-radial-gradient-shape":{comment:"define to double sure it doesn't extends in future https://www.w3.org/TR/2011/WD-css3-images-20110908/#ltshape",syntax:"circle | ellipse"},"-non-standard-font":{comment:"non standard fonts",references:["https://webkit.org/blog/3709/using-the-system-font-in-web-content/"],syntax:"-apple-system-body | -apple-system-headline | -apple-system-subheadline | -apple-system-caption1 | -apple-system-caption2 | -apple-system-footnote | -apple-system-short-body | -apple-system-short-headline | -apple-system-short-subheadline | -apple-system-short-caption1 | -apple-system-short-footnote | -apple-system-tall-body"},"-non-standard-color":{comment:"non standard colors",references:["http://cssdot.ru/%D0%A1%D0%BF%D1%80%D0%B0%D0%B2%D0%BE%D1%87%D0%BD%D0%B8%D0%BA_CSS/color-i305.html","https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Mozilla_Color_Preference_Extensions"],syntax:"-moz-ButtonDefault | -moz-ButtonHoverFace | -moz-ButtonHoverText | -moz-CellHighlight | -moz-CellHighlightText | -moz-Combobox | -moz-ComboboxText | -moz-Dialog | -moz-DialogText | -moz-dragtargetzone | -moz-EvenTreeRow | -moz-Field | -moz-FieldText | -moz-html-CellHighlight | -moz-html-CellHighlightText | -moz-mac-accentdarkestshadow | -moz-mac-accentdarkshadow | -moz-mac-accentface | -moz-mac-accentlightesthighlight | -moz-mac-accentlightshadow | -moz-mac-accentregularhighlight | -moz-mac-accentregularshadow | -moz-mac-chrome-active | -moz-mac-chrome-inactive | -moz-mac-focusring | -moz-mac-menuselect | -moz-mac-menushadow | -moz-mac-menutextselect | -moz-MenuHover | -moz-MenuHoverText | -moz-MenuBarText | -moz-MenuBarHoverText | -moz-nativehyperlinktext | -moz-OddTreeRow | -moz-win-communicationstext | -moz-win-mediatext | -moz-activehyperlinktext | -moz-default-background-color | -moz-default-color | -moz-hyperlinktext | -moz-visitedhyperlinktext | -webkit-activelink | -webkit-focus-ring-color | -webkit-link | -webkit-text"},"-non-standard-image-rendering":{comment:"non-standard keywords http://phrogz.net/tmp/canvas_image_zoom.html",syntax:"optimize-contrast | -moz-crisp-edges | -o-crisp-edges | -webkit-optimize-contrast"},"-non-standard-overflow":{comment:"non-standard keywords https://developer.mozilla.org/en-US/docs/Web/CSS/overflow",syntax:"-moz-scrollbars-none | -moz-scrollbars-horizontal | -moz-scrollbars-vertical | -moz-hidden-unscrollable"},"-non-standard-width":{comment:"non-standard keywords https://developer.mozilla.org/en-US/docs/Web/CSS/width",syntax:"fill-available | min-intrinsic | intrinsic | -moz-available | -moz-fit-content | -moz-min-content | -moz-max-content | -webkit-min-content | -webkit-max-content"},"-webkit-gradient()":{comment:"first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/ - TODO: simplify when after match algorithm improvement ( [, point, radius | , point] -> [, radius]? , point )",syntax:"-webkit-gradient( <-webkit-gradient-type>, <-webkit-gradient-point> [, <-webkit-gradient-point> | , <-webkit-gradient-radius>, <-webkit-gradient-point> ] [, <-webkit-gradient-radius>]? [, <-webkit-gradient-color-stop>]* )"},"-webkit-gradient-color-stop":{comment:"first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/",syntax:"from( <color> ) | color-stop( [ <number-zero-one> | <percentage> ] , <color> ) | to( <color> )"},"-webkit-gradient-point":{comment:"first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/",syntax:"[ left | center | right | <length-percentage> ] [ top | center | bottom | <length-percentage> ]"},"-webkit-gradient-radius":{comment:"first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/",syntax:"<length> | <percentage>"},"-webkit-gradient-type":{comment:"first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/",syntax:"linear | radial"},"-webkit-mask-box-repeat":{comment:"missed; https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-mask-box-image",syntax:"repeat | stretch | round"},"-webkit-mask-clip-style":{comment:"missed; there is no enough information about `-webkit-mask-clip` property, but looks like all those keywords are working",syntax:"border | border-box | padding | padding-box | content | content-box | text"},"-ms-filter-function-list":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/-ms-filter",syntax:"<-ms-filter-function>+"},"-ms-filter-function":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/-ms-filter",syntax:"<-ms-filter-function-progid> | <-ms-filter-function-legacy>"},"-ms-filter-function-progid":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/-ms-filter",syntax:"'progid:' [ <ident-token> '.' ]* [ <ident-token> | <function-token> <any-value>? ) ]"},"-ms-filter-function-legacy":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/-ms-filter",syntax:"<ident-token> | <function-token> <any-value>? )"},"-ms-filter":{syntax:"<string>"},age:{comment:"https://www.w3.org/TR/css3-speech/#voice-family",syntax:"child | young | old"},"attr-name":{syntax:"<wq-name>"},"attr-fallback":{syntax:"<any-value>"},"bg-clip":{comment:"missed, https://drafts.csswg.org/css-backgrounds-4/#typedef-bg-clip",syntax:"<box> | border | text"},bottom:{comment:"missed; not sure we should add it, but no others except `shape` is using it so it's ok for now; https://drafts.fxtf.org/css-masking-1/#funcdef-clip-rect",syntax:"<length> | auto"},"content-list":{comment:"added attr(), see https://github.com/csstree/csstree/issues/201",syntax:"[ <string> | contents | <image> | <counter> | <quote> | <target> | <leader()> | <attr()> ]+"},"element()":{comment:"https://drafts.csswg.org/css-gcpm/#element-syntax & https://drafts.csswg.org/css-images-4/#element-notation",syntax:"element( <custom-ident> , [ first | start | last | first-except ]? ) | element( <id-selector> )"},"generic-voice":{comment:"https://www.w3.org/TR/css3-speech/#voice-family",syntax:"[ <age>? <gender> <integer>? ]"},gender:{comment:"https://www.w3.org/TR/css3-speech/#voice-family",syntax:"male | female | neutral"},"generic-family":{comment:"added -apple-system",references:["https://webkit.org/blog/3709/using-the-system-font-in-web-content/"],syntax:"| -apple-system"},gradient:{comment:"added legacy syntaxes support",syntax:"| <-legacy-gradient>"},left:{comment:"missed; not sure we should add it, but no others except `shape` is using it so it's ok for now; https://drafts.fxtf.org/css-masking-1/#funcdef-clip-rect",syntax:"<length> | auto"},"mask-image":{comment:"missed; https://drafts.fxtf.org/css-masking-1/#the-mask-image",syntax:"<mask-reference>#"},"named-color":{comment:"added non standard color names",syntax:"| <-non-standard-color>"},paint:{comment:"used by SVG https://www.w3.org/TR/SVG/painting.html#SpecifyingPaint",syntax:"none | <color> | <url> [ none | <color> ]? | context-fill | context-stroke"},right:{comment:"missed; not sure we should add it, but no others except `shape` is using it so it's ok for now; https://drafts.fxtf.org/css-masking-1/#funcdef-clip-rect",syntax:"<length> | auto"},shape:{comment:"missed spaces in function body and add backwards compatible syntax",syntax:"rect( <top>, <right>, <bottom>, <left> ) | rect( <top> <right> <bottom> <left> )"},"scroll-timeline-axis":{comment:"missed definition",syntax:"block | inline | vertical | horizontal"},"scroll-timeline-name":{comment:"missed definition",references:["https://w3c.github.io/csswg-drafts/scroll-animations/#propdef-scroll-timeline-name"],syntax:"none | <custom-ident>"},"single-animation-composition":{comment:"missed definition",references:["https://w3c.github.io/csswg-drafts/css-animations-2/#typedef-single-animation-composition"],syntax:"replace | add | accumulate"},"svg-length":{comment:"All coordinates and lengths in SVG can be specified with or without a unit identifier",references:["https://www.w3.org/TR/SVG11/coords.html#Units"],syntax:"<percentage> | <length> | <number>"},"svg-writing-mode":{comment:"SVG specific keywords (deprecated for CSS)",references:["https://developer.mozilla.org/en/docs/Web/CSS/writing-mode","https://www.w3.org/TR/SVG/text.html#WritingModeProperty"],syntax:"lr-tb | rl-tb | tb-rl | lr | rl | tb"},top:{comment:"missed; not sure we should add it, but no others except `shape` is using it so it's ok for now; https://drafts.fxtf.org/css-masking-1/#funcdef-clip-rect",syntax:"<length> | auto"},x:{comment:"missed; not sure we should add it, but no others except `cursor` is using it so it's ok for now; https://drafts.csswg.org/css-ui-3/#cursor",syntax:"<number>"},y:{comment:"missed; not sure we should add it, but no others except `cursor` is using so it's ok for now; https://drafts.csswg.org/css-ui-3/#cursor",syntax:"<number>"},declaration:{comment:"missed, restored by https://drafts.csswg.org/css-syntax",syntax:"<ident-token> : <declaration-value>? [ '!' important ]?"},"declaration-list":{comment:"missed, restored by https://drafts.csswg.org/css-syntax",syntax:"[ <declaration>? ';' ]* <declaration>?"},url:{comment:"https://drafts.csswg.org/css-values-4/#urls",syntax:"url( <string> <url-modifier>* ) | <url-token>"},"url-modifier":{comment:"https://drafts.csswg.org/css-values-4/#typedef-url-modifier",syntax:"<ident> | <function-token> <any-value> )"},"number-zero-one":{syntax:"<number [0,1]>"},"number-one-or-greater":{syntax:"<number [1,\u221E]>"},"-non-standard-display":{syntax:"-ms-inline-flexbox | -ms-grid | -ms-inline-grid | -webkit-flex | -webkit-inline-flex | -webkit-box | -webkit-inline-box | -moz-inline-stack | -moz-box | -moz-inline-box"}}}}),ea=z((e,t)=>{"use strict";var c=Ji(),y=c;t.exports=y}),ta=z((e,t)=>{t.exports={"@charset":{syntax:'@charset "<charset>";',groups:["CSS Charsets"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/@charset"},"@counter-style":{syntax:`@counter-style <counter-style-name> {
42
42
  [ system: <counter-system>; ] ||
43
43
  [ symbols: <counter-symbols>; ] ||
44
44
  [ additive-symbols: <additive-symbols>; ] ||
@@ -90,17 +90,17 @@ plugins: [
90
90
  }`},"keyframe-block-list":{syntax:"<keyframe-block>+"},"keyframe-selector":{syntax:"from | to | <percentage>"},"lab()":{syntax:"lab( [<percentage> | <number> | none] [ <percentage> | <number> | none] [ <percentage> | <number> | none] [ / [<alpha-value> | none] ]? )"},"layer()":{syntax:"layer( <layer-name> )"},"layer-name":{syntax:"<ident> [ '.' <ident> ]*"},"lch()":{syntax:"lch( [<percentage> | <number> | none] [ <percentage> | <number> | none] [ <hue> | none] [ / [<alpha-value> | none] ]? )"},"leader()":{syntax:"leader( <leader-type> )"},"leader-type":{syntax:"dotted | solid | space | <string>"},"length-percentage":{syntax:"<length> | <percentage>"},"line-names":{syntax:"'[' <custom-ident>* ']'"},"line-name-list":{syntax:"[ <line-names> | <name-repeat> ]+"},"line-style":{syntax:"none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset"},"line-width":{syntax:"<length> | thin | medium | thick"},"linear-color-hint":{syntax:"<length-percentage>"},"linear-color-stop":{syntax:"<color> <color-stop-length>?"},"linear-gradient()":{syntax:"linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )"},"log()":{syntax:"log( <calc-sum>, <calc-sum>? )"},"mask-layer":{syntax:"<mask-reference> || <position> [ / <bg-size> ]? || <repeat-style> || <geometry-box> || [ <geometry-box> | no-clip ] || <compositing-operator> || <masking-mode>"},"mask-position":{syntax:"[ <length-percentage> | left | center | right ] [ <length-percentage> | top | center | bottom ]?"},"mask-reference":{syntax:"none | <image> | <mask-source>"},"mask-source":{syntax:"<url>"},"masking-mode":{syntax:"alpha | luminance | match-source"},"matrix()":{syntax:"matrix( <number>#{6} )"},"matrix3d()":{syntax:"matrix3d( <number>#{16} )"},"max()":{syntax:"max( <calc-sum># )"},"media-and":{syntax:"<media-in-parens> [ and <media-in-parens> ]+"},"media-condition":{syntax:"<media-not> | <media-and> | <media-or> | <media-in-parens>"},"media-condition-without-or":{syntax:"<media-not> | <media-and> | <media-in-parens>"},"media-feature":{syntax:"( [ <mf-plain> | <mf-boolean> | <mf-range> ] )"},"media-in-parens":{syntax:"( <media-condition> ) | <media-feature> | <general-enclosed>"},"media-not":{syntax:"not <media-in-parens>"},"media-or":{syntax:"<media-in-parens> [ or <media-in-parens> ]+"},"media-query":{syntax:"<media-condition> | [ not | only ]? <media-type> [ and <media-condition-without-or> ]?"},"media-query-list":{syntax:"<media-query>#"},"media-type":{syntax:"<ident>"},"mf-boolean":{syntax:"<mf-name>"},"mf-name":{syntax:"<ident>"},"mf-plain":{syntax:"<mf-name> : <mf-value>"},"mf-range":{syntax:`<mf-name> [ '<' | '>' ]? '='? <mf-value>
91
91
  | <mf-value> [ '<' | '>' ]? '='? <mf-name>
92
92
  | <mf-value> '<' '='? <mf-name> '<' '='? <mf-value>
93
- | <mf-value> '>' '='? <mf-name> '>' '='? <mf-value>`},"mf-value":{syntax:"<number> | <dimension> | <ident> | <ratio>"},"min()":{syntax:"min( <calc-sum># )"},"minmax()":{syntax:"minmax( [ <length-percentage> | min-content | max-content | auto ] , [ <length-percentage> | <flex> | min-content | max-content | auto ] )"},"mod()":{syntax:"mod( <calc-sum>, <calc-sum> )"},"name-repeat":{syntax:"repeat( [ <integer [1,\u221E]> | auto-fill ], <line-names>+ )"},"named-color":{syntax:"transparent | aliceblue | antiquewhite | aqua | aquamarine | azure | beige | bisque | black | blanchedalmond | blue | blueviolet | brown | burlywood | cadetblue | chartreuse | chocolate | coral | cornflowerblue | cornsilk | crimson | cyan | darkblue | darkcyan | darkgoldenrod | darkgray | darkgreen | darkgrey | darkkhaki | darkmagenta | darkolivegreen | darkorange | darkorchid | darkred | darksalmon | darkseagreen | darkslateblue | darkslategray | darkslategrey | darkturquoise | darkviolet | deeppink | deepskyblue | dimgray | dimgrey | dodgerblue | firebrick | floralwhite | forestgreen | fuchsia | gainsboro | ghostwhite | gold | goldenrod | gray | green | greenyellow | grey | honeydew | hotpink | indianred | indigo | ivory | khaki | lavender | lavenderblush | lawngreen | lemonchiffon | lightblue | lightcoral | lightcyan | lightgoldenrodyellow | lightgray | lightgreen | lightgrey | lightpink | lightsalmon | lightseagreen | lightskyblue | lightslategray | lightslategrey | lightsteelblue | lightyellow | lime | limegreen | linen | magenta | maroon | mediumaquamarine | mediumblue | mediumorchid | mediumpurple | mediumseagreen | mediumslateblue | mediumspringgreen | mediumturquoise | mediumvioletred | midnightblue | mintcream | mistyrose | moccasin | navajowhite | navy | oldlace | olive | olivedrab | orange | orangered | orchid | palegoldenrod | palegreen | paleturquoise | palevioletred | papayawhip | peachpuff | peru | pink | plum | powderblue | purple | rebeccapurple | red | rosybrown | royalblue | saddlebrown | salmon | sandybrown | seagreen | seashell | sienna | silver | skyblue | slateblue | slategray | slategrey | snow | springgreen | steelblue | tan | teal | thistle | tomato | turquoise | violet | wheat | white | whitesmoke | yellow | yellowgreen"},"namespace-prefix":{syntax:"<ident>"},"ns-prefix":{syntax:"[ <ident-token> | '*' ]? '|'"},"number-percentage":{syntax:"<number> | <percentage>"},"numeric-figure-values":{syntax:"[ lining-nums | oldstyle-nums ]"},"numeric-fraction-values":{syntax:"[ diagonal-fractions | stacked-fractions ]"},"numeric-spacing-values":{syntax:"[ proportional-nums | tabular-nums ]"},nth:{syntax:"<an-plus-b> | even | odd"},"opacity()":{syntax:"opacity( [ <number-percentage> ] )"},"overflow-position":{syntax:"unsafe | safe"},"outline-radius":{syntax:"<length> | <percentage>"},"page-body":{syntax:"<declaration>? [ ; <page-body> ]? | <page-margin-box> <page-body>"},"page-margin-box":{syntax:"<page-margin-box-type> '{' <declaration-list> '}'"},"page-margin-box-type":{syntax:"@top-left-corner | @top-left | @top-center | @top-right | @top-right-corner | @bottom-left-corner | @bottom-left | @bottom-center | @bottom-right | @bottom-right-corner | @left-top | @left-middle | @left-bottom | @right-top | @right-middle | @right-bottom"},"page-selector-list":{syntax:"[ <page-selector># ]?"},"page-selector":{syntax:"<pseudo-page>+ | <ident> <pseudo-page>*"},"page-size":{syntax:"A5 | A4 | A3 | B5 | B4 | JIS-B5 | JIS-B4 | letter | legal | ledger"},"path()":{syntax:"path( [ <fill-rule>, ]? <string> )"},"paint()":{syntax:"paint( <ident>, <declaration-value>? )"},"perspective()":{syntax:"perspective( [ <length [0,\u221E]> | none ] )"},"polygon()":{syntax:"polygon( <fill-rule>? , [ <length-percentage> <length-percentage> ]# )"},position:{syntax:"[ [ left | center | right ] || [ top | center | bottom ] | [ left | center | right | <length-percentage> ] [ top | center | bottom | <length-percentage> ]? | [ [ left | right ] <length-percentage> ] && [ [ top | bottom ] <length-percentage> ] ]"},"pow()":{syntax:"pow( <calc-sum>, <calc-sum> )"},"pseudo-class-selector":{syntax:"':' <ident-token> | ':' <function-token> <any-value> ')'"},"pseudo-element-selector":{syntax:"':' <pseudo-class-selector>"},"pseudo-page":{syntax:": [ left | right | first | blank ]"},quote:{syntax:"open-quote | close-quote | no-open-quote | no-close-quote"},"radial-gradient()":{syntax:"radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )"},ratio:{syntax:"<number [0,\u221E]> [ / <number [0,\u221E]> ]?"},"relative-selector":{syntax:"<combinator>? <complex-selector>"},"relative-selector-list":{syntax:"<relative-selector>#"},"relative-size":{syntax:"larger | smaller"},"rem()":{syntax:"rem( <calc-sum>, <calc-sum> )"},"repeat-style":{syntax:"repeat-x | repeat-y | [ repeat | space | round | no-repeat ]{1,2}"},"repeating-conic-gradient()":{syntax:"repeating-conic-gradient( [ from <angle> ]? [ at <position> ]?, <angular-color-stop-list> )"},"repeating-linear-gradient()":{syntax:"repeating-linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )"},"repeating-radial-gradient()":{syntax:"repeating-radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )"},"reversed-counter-name":{syntax:"reversed( <counter-name> )"},"rgb()":{syntax:"rgb( <percentage>{3} [ / <alpha-value> ]? ) | rgb( <number>{3} [ / <alpha-value> ]? ) | rgb( <percentage>#{3} , <alpha-value>? ) | rgb( <number>#{3} , <alpha-value>? )"},"rgba()":{syntax:"rgba( <percentage>{3} [ / <alpha-value> ]? ) | rgba( <number>{3} [ / <alpha-value> ]? ) | rgba( <percentage>#{3} , <alpha-value>? ) | rgba( <number>#{3} , <alpha-value>? )"},"rotate()":{syntax:"rotate( [ <angle> | <zero> ] )"},"rotate3d()":{syntax:"rotate3d( <number> , <number> , <number> , [ <angle> | <zero> ] )"},"rotateX()":{syntax:"rotateX( [ <angle> | <zero> ] )"},"rotateY()":{syntax:"rotateY( [ <angle> | <zero> ] )"},"rotateZ()":{syntax:"rotateZ( [ <angle> | <zero> ] )"},"round()":{syntax:"round( <rounding-strategy>?, <calc-sum>, <calc-sum> )"},"rounding-strategy":{syntax:"nearest | up | down | to-zero"},"saturate()":{syntax:"saturate( <number-percentage> )"},"scale()":{syntax:"scale( [ <number> | <percentage> ]#{1,2} )"},"scale3d()":{syntax:"scale3d( [ <number> | <percentage> ]#{3} )"},"scaleX()":{syntax:"scaleX( [ <number> | <percentage> ] )"},"scaleY()":{syntax:"scaleY( [ <number> | <percentage> ] )"},"scaleZ()":{syntax:"scaleZ( [ <number> | <percentage> ] )"},scroller:{syntax:"root | nearest"},"self-position":{syntax:"center | start | end | self-start | self-end | flex-start | flex-end"},"shape-radius":{syntax:"<length-percentage> | closest-side | farthest-side"},"sign()":{syntax:"sign( <calc-sum> )"},"skew()":{syntax:"skew( [ <angle> | <zero> ] , [ <angle> | <zero> ]? )"},"skewX()":{syntax:"skewX( [ <angle> | <zero> ] )"},"skewY()":{syntax:"skewY( [ <angle> | <zero> ] )"},"sepia()":{syntax:"sepia( <number-percentage> )"},shadow:{syntax:"inset? && <length>{2,4} && <color>?"},"shadow-t":{syntax:"[ <length>{2,3} && <color>? ]"},shape:{syntax:"rect(<top>, <right>, <bottom>, <left>)"},"shape-box":{syntax:"<box> | margin-box"},"side-or-corner":{syntax:"[ left | right ] || [ top | bottom ]"},"sin()":{syntax:"sin( <calc-sum> )"},"single-animation":{syntax:"<time> || <easing-function> || <time> || <single-animation-iteration-count> || <single-animation-direction> || <single-animation-fill-mode> || <single-animation-play-state> || [ none | <keyframes-name> ]"},"single-animation-direction":{syntax:"normal | reverse | alternate | alternate-reverse"},"single-animation-fill-mode":{syntax:"none | forwards | backwards | both"},"single-animation-iteration-count":{syntax:"infinite | <number>"},"single-animation-play-state":{syntax:"running | paused"},"single-animation-timeline":{syntax:"auto | none | <timeline-name> | scroll(<axis>? <scroller>?)"},"single-transition":{syntax:"[ none | <single-transition-property> ] || <time> || <easing-function> || <time>"},"single-transition-property":{syntax:"all | <custom-ident>"},size:{syntax:"closest-side | farthest-side | closest-corner | farthest-corner | <length> | <length-percentage>{2}"},"sqrt()":{syntax:"sqrt( <calc-sum> )"},"step-position":{syntax:"jump-start | jump-end | jump-none | jump-both | start | end"},"step-timing-function":{syntax:"step-start | step-end | steps(<integer>[, <step-position>]?)"},"subclass-selector":{syntax:"<id-selector> | <class-selector> | <attribute-selector> | <pseudo-class-selector>"},"supports-condition":{syntax:"not <supports-in-parens> | <supports-in-parens> [ and <supports-in-parens> ]* | <supports-in-parens> [ or <supports-in-parens> ]*"},"supports-in-parens":{syntax:"( <supports-condition> ) | <supports-feature> | <general-enclosed>"},"supports-feature":{syntax:"<supports-decl> | <supports-selector-fn>"},"supports-decl":{syntax:"( <declaration> )"},"supports-selector-fn":{syntax:"selector( <complex-selector> )"},symbol:{syntax:"<string> | <image> | <custom-ident>"},"tan()":{syntax:"tan( <calc-sum> )"},target:{syntax:"<target-counter()> | <target-counters()> | <target-text()>"},"target-counter()":{syntax:"target-counter( [ <string> | <url> ] , <custom-ident> , <counter-style>? )"},"target-counters()":{syntax:"target-counters( [ <string> | <url> ] , <custom-ident> , <string> , <counter-style>? )"},"target-text()":{syntax:"target-text( [ <string> | <url> ] , [ content | before | after | first-letter ]? )"},"time-percentage":{syntax:"<time> | <percentage>"},"timeline-name":{syntax:"<custom-ident> | <string>"},"easing-function":{syntax:"linear | <cubic-bezier-timing-function> | <step-timing-function>"},"track-breadth":{syntax:"<length-percentage> | <flex> | min-content | max-content | auto"},"track-list":{syntax:"[ <line-names>? [ <track-size> | <track-repeat> ] ]+ <line-names>?"},"track-repeat":{syntax:"repeat( [ <integer [1,\u221E]> ] , [ <line-names>? <track-size> ]+ <line-names>? )"},"track-size":{syntax:"<track-breadth> | minmax( <inflexible-breadth> , <track-breadth> ) | fit-content( <length-percentage> )"},"transform-function":{syntax:"<matrix()> | <translate()> | <translateX()> | <translateY()> | <scale()> | <scaleX()> | <scaleY()> | <rotate()> | <skew()> | <skewX()> | <skewY()> | <matrix3d()> | <translate3d()> | <translateZ()> | <scale3d()> | <scaleZ()> | <rotate3d()> | <rotateX()> | <rotateY()> | <rotateZ()> | <perspective()>"},"transform-list":{syntax:"<transform-function>+"},"translate()":{syntax:"translate( <length-percentage> , <length-percentage>? )"},"translate3d()":{syntax:"translate3d( <length-percentage> , <length-percentage> , <length> )"},"translateX()":{syntax:"translateX( <length-percentage> )"},"translateY()":{syntax:"translateY( <length-percentage> )"},"translateZ()":{syntax:"translateZ( <length> )"},"type-or-unit":{syntax:"string | color | url | integer | number | length | angle | time | frequency | cap | ch | em | ex | ic | lh | rlh | rem | vb | vi | vw | vh | vmin | vmax | mm | Q | cm | in | pt | pc | px | deg | grad | rad | turn | ms | s | Hz | kHz | %"},"type-selector":{syntax:"<wq-name> | <ns-prefix>? '*'"},"var()":{syntax:"var( <custom-property-name> , <declaration-value>? )"},"viewport-length":{syntax:"auto | <length-percentage>"},"visual-box":{syntax:"content-box | padding-box | border-box"},"wq-name":{syntax:"<ns-prefix>? <ident-token>"}}}),ia=z((e,t)=>{"use strict";var c=ea(),y=ta(),u=ra(),d=na(),s=/^\s*\|\s*/;function i(f){let g=Object.create(null);for(let b in f){let n=f[b],o=null;if(n.descriptors){o=Object.create(null);for(let m in n.descriptors)o[m]=n.descriptors[m].syntax}g[b.substr(1)]={prelude:n.syntax.trim().replace(/\{(.|\s)+\}/,"").match(/^@\S+\s+([^;\{]*)/)[1].trim()||null,descriptors:o}}return g}function r(f,g){let b={};for(let n in f)b[n]=f[n].syntax||f[n];for(let n in g)n in f?g[n].syntax?b[n]=s.test(g[n].syntax)?b[n]+" "+g[n].syntax.trim():g[n].syntax:delete b[n]:g[n].syntax&&(b[n]=g[n].syntax.replace(s,""));return b}function a(f,g){let b={};for(let n in f){let o=g[n]||{};b[n]={prelude:n in g&&"prelude"in o?o.prelude:f[n].prelude||null,descriptors:r(f[n].descriptors||{},o.descriptors||{})}}for(let n in g)if(!hasOwnProperty.call(f,n)){let o=g[n]||{};b[n]={prelude:o.prelude||null,descriptors:o.descriptors&&r({},o.descriptors)}}return b}var l={types:r(d,c.types),atrules:a(i(y),c.atrules),properties:r(u,c.properties)};t.exports=l}),Ft=z(e=>{"use strict";var t=Q(),c=le(),y=43,u=45,d=110,s=!0,i=!1;function r(m,p){let S=this.tokenStart+m,v=this.charCodeAt(S);for((v===y||v===u)&&(p&&this.error("Number sign is not allowed"),S++);S<this.tokenEnd;S++)c.isDigit(this.charCodeAt(S))||this.error("Integer is expected",S)}function a(m){return r.call(this,0,m)}function l(m,p){if(!this.cmpChar(this.tokenStart+m,p)){let S="";switch(p){case d:S="N is expected";break;case u:S="HyphenMinus is expected";break}this.error(S,this.tokenStart+m)}}function f(){let m=0,p=0,S=this.tokenType;for(;S===t.WhiteSpace||S===t.Comment;)S=this.lookupType(++m);if(S!==t.Number)if(this.isDelim(y,m)||this.isDelim(u,m)){p=this.isDelim(y,m)?y:u;do S=this.lookupType(++m);while(S===t.WhiteSpace||S===t.Comment);S!==t.Number&&(this.skip(m),a.call(this,s))}else return null;return m>0&&this.skip(m),p===0&&(S=this.charCodeAt(this.tokenStart),S!==y&&S!==u&&this.error("Number sign is expected")),a.call(this,p!==0),p===u?"-"+this.consume(t.Number):this.consume(t.Number)}var g="AnPlusB",b={a:[String,null],b:[String,null]};function n(){let m=this.tokenStart,p=null,S=null;if(this.tokenType===t.Number)a.call(this,i),S=this.consume(t.Number);else if(this.tokenType===t.Ident&&this.cmpChar(this.tokenStart,u))switch(p="-1",l.call(this,1,d),this.tokenEnd-this.tokenStart){case 2:this.next(),S=f.call(this);break;case 3:l.call(this,2,u),this.next(),this.skipSC(),a.call(this,s),S="-"+this.consume(t.Number);break;default:l.call(this,2,u),r.call(this,3,s),this.next(),S=this.substrToCursor(m+2)}else if(this.tokenType===t.Ident||this.isDelim(y)&&this.lookupType(1)===t.Ident){let v=0;switch(p="1",this.isDelim(y)&&(v=1,this.next()),l.call(this,0,d),this.tokenEnd-this.tokenStart){case 1:this.next(),S=f.call(this);break;case 2:l.call(this,1,u),this.next(),this.skipSC(),a.call(this,s),S="-"+this.consume(t.Number);break;default:l.call(this,1,u),r.call(this,2,s),this.next(),S=this.substrToCursor(m+v+1)}}else if(this.tokenType===t.Dimension){let v=this.charCodeAt(this.tokenStart),C=v===y||v===u,h=this.tokenStart+C;for(;h<this.tokenEnd&&c.isDigit(this.charCodeAt(h));h++);h===this.tokenStart+C&&this.error("Integer is expected",this.tokenStart+C),l.call(this,h-this.tokenStart,d),p=this.substring(m,h),h+1===this.tokenEnd?(this.next(),S=f.call(this)):(l.call(this,h-this.tokenStart+1,u),h+2===this.tokenEnd?(this.next(),this.skipSC(),a.call(this,s),S="-"+this.consume(t.Number)):(r.call(this,h-this.tokenStart+2,s),this.next(),S=this.substrToCursor(h+1)))}else this.error();return p!==null&&p.charCodeAt(0)===y&&(p=p.substr(1)),S!==null&&S.charCodeAt(0)===y&&(S=S.substr(1)),{type:"AnPlusB",loc:this.getLocation(m,this.tokenStart),a:p,b:S}}function o(m){if(m.a){let p=m.a==="+1"&&"n"||m.a==="1"&&"n"||m.a==="-1"&&"-n"||m.a+"n";if(m.b){let S=m.b[0]==="-"||m.b[0]==="+"?m.b:"+"+m.b;this.tokenize(p+S)}else this.tokenize(p)}else this.tokenize(m.b)}e.generate=o,e.name=g,e.parse=n,e.structure=b}),Wt=z(e=>{"use strict";var t=Q();function c(a){return this.Raw(a,this.consumeUntilLeftCurlyBracketOrSemicolon,!0)}function y(){for(let a=1,l;l=this.lookupType(a);a++){if(l===t.RightCurlyBracket)return!0;if(l===t.LeftCurlyBracket||l===t.AtKeyword)return!1}return!1}var u="Atrule",d="atrule",s={name:String,prelude:["AtrulePrelude","Raw",null],block:["Block",null]};function i(a=!1){let l=this.tokenStart,f,g,b=null,n=null;switch(this.eat(t.AtKeyword),f=this.substrToCursor(l+1),g=f.toLowerCase(),this.skipSC(),this.eof===!1&&this.tokenType!==t.LeftCurlyBracket&&this.tokenType!==t.Semicolon&&(this.parseAtrulePrelude?b=this.parseWithFallback(this.AtrulePrelude.bind(this,f,a),c):b=c.call(this,this.tokenIndex),this.skipSC()),this.tokenType){case t.Semicolon:this.next();break;case t.LeftCurlyBracket:hasOwnProperty.call(this.atrule,g)&&typeof this.atrule[g].block=="function"?n=this.atrule[g].block.call(this,a):n=this.Block(y.call(this));break}return{type:"Atrule",loc:this.getLocation(l,this.tokenStart),name:f,prelude:b,block:n}}function r(a){this.token(t.AtKeyword,"@"+a.name),a.prelude!==null&&this.node(a.prelude),a.block?this.node(a.block):this.token(t.Semicolon,";")}e.generate=r,e.name=u,e.parse=i,e.structure=s,e.walkContext=d}),Lt=z(e=>{"use strict";var t=Q(),c="AtrulePrelude",y="atrulePrelude",u={children:[[]]};function d(i){let r=null;return i!==null&&(i=i.toLowerCase()),this.skipSC(),hasOwnProperty.call(this.atrule,i)&&typeof this.atrule[i].prelude=="function"?r=this.atrule[i].prelude.call(this):r=this.readSequence(this.scope.AtrulePrelude),this.skipSC(),this.eof!==!0&&this.tokenType!==t.LeftCurlyBracket&&this.tokenType!==t.Semicolon&&this.error("Semicolon or block is expected"),{type:"AtrulePrelude",loc:this.getLocationFromList(r),children:r}}function s(i){this.children(i)}e.generate=s,e.name=c,e.parse=d,e.structure=u,e.walkContext=y}),qt=z(e=>{"use strict";var t=Q(),c=36,y=42,u=61,d=94,s=124,i=126;function r(){this.eof&&this.error("Unexpected end of input");let n=this.tokenStart,o=!1;return this.isDelim(y)?(o=!0,this.next()):this.isDelim(s)||this.eat(t.Ident),this.isDelim(s)?this.charCodeAt(this.tokenStart+1)!==u?(this.next(),this.eat(t.Ident)):o&&this.error("Identifier is expected",this.tokenEnd):o&&this.error("Vertical line is expected"),{type:"Identifier",loc:this.getLocation(n,this.tokenStart),name:this.substrToCursor(n)}}function a(){let n=this.tokenStart,o=this.charCodeAt(n);return o!==u&&o!==i&&o!==d&&o!==c&&o!==y&&o!==s&&this.error("Attribute selector (=, ~=, ^=, $=, *=, |=) is expected"),this.next(),o!==u&&(this.isDelim(u)||this.error("Equal sign is expected"),this.next()),this.substrToCursor(n)}var l="AttributeSelector",f={name:"Identifier",matcher:[String,null],value:["String","Identifier",null],flags:[String,null]};function g(){let n=this.tokenStart,o,m=null,p=null,S=null;return this.eat(t.LeftSquareBracket),this.skipSC(),o=r.call(this),this.skipSC(),this.tokenType!==t.RightSquareBracket&&(this.tokenType!==t.Ident&&(m=a.call(this),this.skipSC(),p=this.tokenType===t.String?this.String():this.Identifier(),this.skipSC()),this.tokenType===t.Ident&&(S=this.consume(t.Ident),this.skipSC())),this.eat(t.RightSquareBracket),{type:"AttributeSelector",loc:this.getLocation(n,this.tokenStart),name:o,matcher:m,value:p,flags:S}}function b(n){this.token(t.Delim,"["),this.node(n.name),n.matcher!==null&&(this.tokenize(n.matcher),this.node(n.value)),n.flags!==null&&this.token(t.Ident,n.flags),this.token(t.Delim,"]")}e.generate=b,e.name=l,e.parse=g,e.structure=f}),Pt=z(e=>{"use strict";var t=Q(),c=38;function y(g){return this.Raw(g,null,!0)}function u(){return this.parseWithFallback(this.Rule,y)}function d(g){return this.Raw(g,this.consumeUntilSemicolonIncluded,!0)}function s(){if(this.tokenType===t.Semicolon)return d.call(this,this.tokenIndex);let g=this.parseWithFallback(this.Declaration,d);return this.tokenType===t.Semicolon&&this.next(),g}var i="Block",r="block",a={children:[["Atrule","Rule","Declaration"]]};function l(g){let b=g?s:u,n=this.tokenStart,o=this.createList();this.eat(t.LeftCurlyBracket);e:for(;!this.eof;)switch(this.tokenType){case t.RightCurlyBracket:break e;case t.WhiteSpace:case t.Comment:this.next();break;case t.AtKeyword:o.push(this.parseWithFallback(this.Atrule.bind(this,g),y));break;default:g&&this.isDelim(c)?o.push(u.call(this)):o.push(b.call(this))}return this.eof||this.eat(t.RightCurlyBracket),{type:"Block",loc:this.getLocation(n,this.tokenStart),children:o}}function f(g){this.token(t.LeftCurlyBracket,"{"),this.children(g,b=>{b.type==="Declaration"&&this.token(t.Semicolon,";")}),this.token(t.RightCurlyBracket,"}")}e.generate=f,e.name=i,e.parse=l,e.structure=a,e.walkContext=r}),Mt=z(e=>{"use strict";var t=Q(),c="Brackets",y={children:[[]]};function u(s,i){let r=this.tokenStart,a=null;return this.eat(t.LeftSquareBracket),a=s.call(this,i),this.eof||this.eat(t.RightSquareBracket),{type:"Brackets",loc:this.getLocation(r,this.tokenStart),children:a}}function d(s){this.token(t.Delim,"["),this.children(s),this.token(t.Delim,"]")}e.generate=d,e.name=c,e.parse=u,e.structure=y}),It=z(e=>{"use strict";var t=Q(),c="CDC",y=[];function u(){let s=this.tokenStart;return this.eat(t.CDC),{type:"CDC",loc:this.getLocation(s,this.tokenStart)}}function d(){this.token(t.CDC,"-->")}e.generate=d,e.name=c,e.parse=u,e.structure=y}),Rt=z(e=>{"use strict";var t=Q(),c="CDO",y=[];function u(){let s=this.tokenStart;return this.eat(t.CDO),{type:"CDO",loc:this.getLocation(s,this.tokenStart)}}function d(){this.token(t.CDO,"<!--")}e.generate=d,e.name=c,e.parse=u,e.structure=y}),Nt=z(e=>{"use strict";var t=Q(),c=46,y="ClassSelector",u={name:String};function d(){return this.eatDelim(c),{type:"ClassSelector",loc:this.getLocation(this.tokenStart-1,this.tokenEnd),name:this.consume(t.Ident)}}function s(i){this.token(t.Delim,"."),this.token(t.Ident,i.name)}e.generate=s,e.name=y,e.parse=d,e.structure=u}),Gt=z(e=>{"use strict";var t=Q(),c=43,y=47,u=62,d=126,s="Combinator",i={name:String};function r(){let l=this.tokenStart,f;switch(this.tokenType){case t.WhiteSpace:f=" ";break;case t.Delim:switch(this.charCodeAt(this.tokenStart)){case u:case c:case d:this.next();break;case y:this.next(),this.eatIdent("deep"),this.eatDelim(y);break;default:this.error("Combinator is expected")}f=this.substrToCursor(l);break}return{type:"Combinator",loc:this.getLocation(l,this.tokenStart),name:f}}function a(l){this.tokenize(l.name)}e.generate=a,e.name=s,e.parse=r,e.structure=i}),jt=z(e=>{"use strict";var t=Q(),c=42,y=47,u="Comment",d={value:String};function s(){let r=this.tokenStart,a=this.tokenEnd;return this.eat(t.Comment),a-r+2>=2&&this.charCodeAt(a-2)===c&&this.charCodeAt(a-1)===y&&(a-=2),{type:"Comment",loc:this.getLocation(r,this.tokenStart),value:this.substring(r+2,a)}}function i(r){this.token(t.Comment,"/*"+r.value+"*/")}e.generate=i,e.name=u,e.parse=s,e.structure=d}),Ut=z(e=>{"use strict";var t=Ye(),c=Q(),y=33,u=35,d=36,s=38,i=42,r=43,a=47;function l(C){return this.Raw(C,this.consumeUntilExclamationMarkOrSemicolon,!0)}function f(C){return this.Raw(C,this.consumeUntilExclamationMarkOrSemicolon,!1)}function g(){let C=this.tokenIndex,h=this.Value();return h.type!=="Raw"&&this.eof===!1&&this.tokenType!==c.Semicolon&&this.isDelim(y)===!1&&this.isBalanceEdge(C)===!1&&this.error(),h}var b="Declaration",n="declaration",o={important:[Boolean,String],property:String,value:["Value","Raw"]};function m(){let C=this.tokenStart,h=this.tokenIndex,w=S.call(this),k=t.isCustomProperty(w),x=k?this.parseCustomProperty:this.parseValue,A=k?f:l,B=!1,E;this.skipSC(),this.eat(c.Colon);let D=this.tokenIndex;if(k||this.skipSC(),x?E=this.parseWithFallback(g,A):E=A.call(this,this.tokenIndex),k&&E.type==="Value"&&E.children.isEmpty){for(let W=D-this.tokenIndex;W<=0;W++)if(this.lookupType(W)===c.WhiteSpace){E.children.appendData({type:"WhiteSpace",loc:null,value:" "});break}}return this.isDelim(y)&&(B=v.call(this),this.skipSC()),this.eof===!1&&this.tokenType!==c.Semicolon&&this.isBalanceEdge(h)===!1&&this.error(),{type:"Declaration",loc:this.getLocation(C,this.tokenStart),important:B,property:w,value:E}}function p(C){this.token(c.Ident,C.property),this.token(c.Colon,":"),this.node(C.value),C.important&&(this.token(c.Delim,"!"),this.token(c.Ident,C.important===!0?"important":C.important))}function S(){let C=this.tokenStart;if(this.tokenType===c.Delim)switch(this.charCodeAt(this.tokenStart)){case i:case d:case r:case u:case s:this.next();break;case a:this.next(),this.isDelim(a)&&this.next();break}return this.tokenType===c.Hash?this.eat(c.Hash):this.eat(c.Ident),this.substrToCursor(C)}function v(){this.eat(c.Delim),this.skipSC();let C=this.consume(c.Ident);return C==="important"?!0:C}e.generate=p,e.name=b,e.parse=m,e.structure=o,e.walkContext=n}),Vt=z(e=>{"use strict";var t=Q(),c=38;function y(r){return this.Raw(r,this.consumeUntilSemicolonIncluded,!0)}var u="DeclarationList",d={children:[["Declaration","Atrule","Rule"]]};function s(){let r=this.createList();for(;!this.eof;)switch(this.tokenType){case t.WhiteSpace:case t.Comment:case t.Semicolon:this.next();break;case t.AtKeyword:r.push(this.parseWithFallback(this.Atrule.bind(this,!0),y));break;default:this.isDelim(c)?r.push(this.parseWithFallback(this.Rule,y)):r.push(this.parseWithFallback(this.Declaration,y))}return{type:"DeclarationList",loc:this.getLocationFromList(r),children:r}}function i(r){this.children(r,a=>{a.type==="Declaration"&&this.token(t.Semicolon,";")})}e.generate=i,e.name=u,e.parse=s,e.structure=d}),Ht=z(e=>{"use strict";var t=Q(),c="Dimension",y={value:String,unit:String};function u(){let s=this.tokenStart,i=this.consumeNumber(t.Dimension);return{type:"Dimension",loc:this.getLocation(s,this.tokenStart),value:i,unit:this.substring(s+i.length,this.tokenStart)}}function d(s){this.token(t.Dimension,s.value+s.unit)}e.generate=d,e.name=c,e.parse=u,e.structure=y}),Kt=z(e=>{"use strict";var t=Q(),c="Function",y="function",u={name:String,children:[[]]};function d(i,r){let a=this.tokenStart,l=this.consumeFunctionName(),f=l.toLowerCase(),g;return g=r.hasOwnProperty(f)?r[f].call(this,r):i.call(this,r),this.eof||this.eat(t.RightParenthesis),{type:"Function",loc:this.getLocation(a,this.tokenStart),name:l,children:g}}function s(i){this.token(t.Function,i.name+"("),this.children(i),this.token(t.RightParenthesis,")")}e.generate=s,e.name=c,e.parse=d,e.structure=u,e.walkContext=y}),Yt=z(e=>{"use strict";var t=Q(),c="XXX",y="Hash",u={value:String};function d(){let i=this.tokenStart;return this.eat(t.Hash),{type:"Hash",loc:this.getLocation(i,this.tokenStart),value:this.substrToCursor(i+1)}}function s(i){this.token(t.Hash,"#"+i.value)}e.generate=s,e.name=y,e.parse=d,e.structure=u,e.xxx=c}),Xt=z(e=>{"use strict";var t=Q(),c="Identifier",y={name:String};function u(){return{type:"Identifier",loc:this.getLocation(this.tokenStart,this.tokenEnd),name:this.consume(t.Ident)}}function d(s){this.token(t.Ident,s.name)}e.generate=d,e.name=c,e.parse=u,e.structure=y}),$t=z(e=>{"use strict";var t=Q(),c="IdSelector",y={name:String};function u(){let s=this.tokenStart;return this.eat(t.Hash),{type:"IdSelector",loc:this.getLocation(s,this.tokenStart),name:this.substrToCursor(s+1)}}function d(s){this.token(t.Delim,"#"+s.name)}e.generate=d,e.name=c,e.parse=u,e.structure=y}),Zt=z(e=>{"use strict";var t=Q(),c="MediaFeature",y={name:String,value:["Identifier","Number","Dimension","Ratio",null]};function u(){let s=this.tokenStart,i,r=null;if(this.eat(t.LeftParenthesis),this.skipSC(),i=this.consume(t.Ident),this.skipSC(),this.tokenType!==t.RightParenthesis){switch(this.eat(t.Colon),this.skipSC(),this.tokenType){case t.Number:this.lookupNonWSType(1)===t.Delim?r=this.Ratio():r=this.Number();break;case t.Dimension:r=this.Dimension();break;case t.Ident:r=this.Identifier();break;default:this.error("Number, dimension, ratio or identifier is expected")}this.skipSC()}return this.eat(t.RightParenthesis),{type:"MediaFeature",loc:this.getLocation(s,this.tokenStart),name:i,value:r}}function d(s){this.token(t.LeftParenthesis,"("),this.token(t.Ident,s.name),s.value!==null&&(this.token(t.Colon,":"),this.node(s.value)),this.token(t.RightParenthesis,")")}e.generate=d,e.name=c,e.parse=u,e.structure=y}),Qt=z(e=>{"use strict";var t=Q(),c="MediaQuery",y={children:[["Identifier","MediaFeature","WhiteSpace"]]};function u(){let s=this.createList(),i=null;this.skipSC();e:for(;!this.eof;){switch(this.tokenType){case t.Comment:case t.WhiteSpace:this.next();continue;case t.Ident:i=this.Identifier();break;case t.LeftParenthesis:i=this.MediaFeature();break;default:break e}s.push(i)}return i===null&&this.error("Identifier or parenthesis is expected"),{type:"MediaQuery",loc:this.getLocationFromList(s),children:s}}function d(s){this.children(s)}e.generate=d,e.name=c,e.parse=u,e.structure=y}),Jt=z(e=>{"use strict";var t=Q(),c="MediaQueryList",y={children:[["MediaQuery"]]};function u(){let s=this.createList();for(this.skipSC();!this.eof&&(s.push(this.MediaQuery()),this.tokenType===t.Comma);)this.next();return{type:"MediaQueryList",loc:this.getLocationFromList(s),children:s}}function d(s){this.children(s,()=>this.token(t.Comma,","))}e.generate=d,e.name=c,e.parse=u,e.structure=y}),er=z(e=>{"use strict";var t=Q(),c=38,y="NestingSelector",u={};function d(){let i=this.tokenStart;return this.eatDelim(c),{type:"NestingSelector",loc:this.getLocation(i,this.tokenStart)}}function s(){this.token(t.Delim,"&")}e.generate=s,e.name=y,e.parse=d,e.structure=u}),tr=z(e=>{"use strict";var t=Q(),c="Nth",y={nth:["AnPlusB","Identifier"],selector:["SelectorList",null]};function u(){this.skipSC();let s=this.tokenStart,i=s,r=null,a;return this.lookupValue(0,"odd")||this.lookupValue(0,"even")?a=this.Identifier():a=this.AnPlusB(),i=this.tokenStart,this.skipSC(),this.lookupValue(0,"of")&&(this.next(),r=this.SelectorList(),i=this.tokenStart),{type:"Nth",loc:this.getLocation(s,i),nth:a,selector:r}}function d(s){this.node(s.nth),s.selector!==null&&(this.token(t.Ident,"of"),this.node(s.selector))}e.generate=d,e.name=c,e.parse=u,e.structure=y}),rr=z(e=>{"use strict";var t=Q(),c="Number",y={value:String};function u(){return{type:"Number",loc:this.getLocation(this.tokenStart,this.tokenEnd),value:this.consume(t.Number)}}function d(s){this.token(t.Number,s.value)}e.generate=d,e.name=c,e.parse=u,e.structure=y}),nr=z(e=>{"use strict";var t="Operator",c={value:String};function y(){let d=this.tokenStart;return this.next(),{type:"Operator",loc:this.getLocation(d,this.tokenStart),value:this.substrToCursor(d)}}function u(d){this.tokenize(d.value)}e.generate=u,e.name=t,e.parse=y,e.structure=c}),ir=z(e=>{"use strict";var t=Q(),c="Parentheses",y={children:[[]]};function u(s,i){let r=this.tokenStart,a=null;return this.eat(t.LeftParenthesis),a=s.call(this,i),this.eof||this.eat(t.RightParenthesis),{type:"Parentheses",loc:this.getLocation(r,this.tokenStart),children:a}}function d(s){this.token(t.LeftParenthesis,"("),this.children(s),this.token(t.RightParenthesis,")")}e.generate=d,e.name=c,e.parse=u,e.structure=y}),ar=z(e=>{"use strict";var t=Q(),c="Percentage",y={value:String};function u(){return{type:"Percentage",loc:this.getLocation(this.tokenStart,this.tokenEnd),value:this.consumeNumber(t.Percentage)}}function d(s){this.token(t.Percentage,s.value+"%")}e.generate=d,e.name=c,e.parse=u,e.structure=y}),or=z(e=>{"use strict";var t=Q(),c="PseudoClassSelector",y="function",u={name:String,children:[["Raw"],null]};function d(){let i=this.tokenStart,r=null,a,l;return this.eat(t.Colon),this.tokenType===t.Function?(a=this.consumeFunctionName(),l=a.toLowerCase(),hasOwnProperty.call(this.pseudo,l)?(this.skipSC(),r=this.pseudo[l].call(this),this.skipSC()):(r=this.createList(),r.push(this.Raw(this.tokenIndex,null,!1))),this.eat(t.RightParenthesis)):a=this.consume(t.Ident),{type:"PseudoClassSelector",loc:this.getLocation(i,this.tokenStart),name:a,children:r}}function s(i){this.token(t.Colon,":"),i.children===null?this.token(t.Ident,i.name):(this.token(t.Function,i.name+"("),this.children(i),this.token(t.RightParenthesis,")"))}e.generate=s,e.name=c,e.parse=d,e.structure=u,e.walkContext=y}),sr=z(e=>{"use strict";var t=Q(),c="PseudoElementSelector",y="function",u={name:String,children:[["Raw"],null]};function d(){let i=this.tokenStart,r=null,a,l;return this.eat(t.Colon),this.eat(t.Colon),this.tokenType===t.Function?(a=this.consumeFunctionName(),l=a.toLowerCase(),hasOwnProperty.call(this.pseudo,l)?(this.skipSC(),r=this.pseudo[l].call(this),this.skipSC()):(r=this.createList(),r.push(this.Raw(this.tokenIndex,null,!1))),this.eat(t.RightParenthesis)):a=this.consume(t.Ident),{type:"PseudoElementSelector",loc:this.getLocation(i,this.tokenStart),name:a,children:r}}function s(i){this.token(t.Colon,":"),this.token(t.Colon,":"),i.children===null?this.token(t.Ident,i.name):(this.token(t.Function,i.name+"("),this.children(i),this.token(t.RightParenthesis,")"))}e.generate=s,e.name=c,e.parse=d,e.structure=u,e.walkContext=y}),lr=z(e=>{"use strict";var t=Q(),c=le(),y=47,u=46;function d(){this.skipSC();let l=this.consume(t.Number);for(let f=0;f<l.length;f++){let g=l.charCodeAt(f);!c.isDigit(g)&&g!==u&&this.error("Unsigned number is expected",this.tokenStart-l.length+f)}return Number(l)===0&&this.error("Zero number is not allowed",this.tokenStart-l.length),l}var s="Ratio",i={left:String,right:String};function r(){let l=this.tokenStart,f=d.call(this),g;return this.skipSC(),this.eatDelim(y),g=d.call(this),{type:"Ratio",loc:this.getLocation(l,this.tokenStart),left:f,right:g}}function a(l){this.token(t.Number,l.left),this.token(t.Delim,"/"),this.token(t.Number,l.right)}e.generate=a,e.name=s,e.parse=r,e.structure=i}),ur=z(e=>{"use strict";var t=Q();function c(){return this.tokenIndex>0&&this.lookupType(-1)===t.WhiteSpace?this.tokenIndex>1?this.getTokenStart(this.tokenIndex-1):this.firstCharOffset:this.tokenStart}var y="Raw",u={value:String};function d(i,r,a){let l=this.getTokenStart(i),f;return this.skipUntilBalanced(i,r||this.consumeUntilBalanceEnd),a&&this.tokenStart>l?f=c.call(this):f=this.tokenStart,{type:"Raw",loc:this.getLocation(l,f),value:this.substring(l,f)}}function s(i){this.tokenize(i.value)}e.generate=s,e.name=y,e.parse=d,e.structure=u}),dr=z(e=>{"use strict";var t=Q();function c(a){return this.Raw(a,this.consumeUntilLeftCurlyBracket,!0)}function y(){let a=this.SelectorList();return a.type!=="Raw"&&this.eof===!1&&this.tokenType!==t.LeftCurlyBracket&&this.error(),a}var u="Rule",d="rule",s={prelude:["SelectorList","Raw"],block:["Block"]};function i(){let a=this.tokenIndex,l=this.tokenStart,f,g;return this.parseRulePrelude?f=this.parseWithFallback(y,c):f=c.call(this,a),g=this.Block(!0),{type:"Rule",loc:this.getLocation(l,this.tokenStart),prelude:f,block:g}}function r(a){this.node(a.prelude),this.node(a.block)}e.generate=r,e.name=u,e.parse=i,e.structure=s,e.walkContext=d}),cr=z(e=>{"use strict";var t="Selector",c={children:[["TypeSelector","IdSelector","ClassSelector","AttributeSelector","PseudoClassSelector","PseudoElementSelector","Combinator","WhiteSpace"]]};function y(){let d=this.readSequence(this.scope.Selector);return this.getFirstListNode(d)===null&&this.error("Selector is expected"),{type:"Selector",loc:this.getLocationFromList(d),children:d}}function u(d){this.children(d)}e.generate=u,e.name=t,e.parse=y,e.structure=c}),pr=z(e=>{"use strict";var t=Q(),c="SelectorList",y="selector",u={children:[["Selector","Raw"]]};function d(){let i=this.createList();for(;!this.eof;){if(i.push(this.Selector()),this.tokenType===t.Comma){this.next();continue}break}return{type:"SelectorList",loc:this.getLocationFromList(i),children:i}}function s(i){this.children(i,()=>this.token(t.Comma,","))}e.generate=s,e.name=c,e.parse=d,e.structure=u,e.walkContext=y}),$e=z(e=>{"use strict";var t=le(),c=he(),y=92,u=34,d=39;function s(r){let a=r.length,l=r.charCodeAt(0),f=l===u||l===d?1:0,g=f===1&&a>1&&r.charCodeAt(a-1)===l?a-2:a-1,b="";for(let n=f;n<=g;n++){let o=r.charCodeAt(n);if(o===y){if(n===g){n!==a-1&&(b=r.substr(n+1));break}if(o=r.charCodeAt(++n),t.isValidEscape(y,o)){let m=n-1,p=c.consumeEscaped(r,m);n=p-1,b+=c.decodeEscaped(r.substring(m+1,p))}else o===13&&r.charCodeAt(n+1)===10&&n++}else b+=r[n]}return b}function i(r,a){let l=a?"'":'"',f=a?d:u,g="",b=!1;for(let n=0;n<r.length;n++){let o=r.charCodeAt(n);if(o===0){g+="\uFFFD";continue}if(o<=31||o===127){g+="\\"+o.toString(16),b=!0;continue}o===f||o===y?(g+="\\"+r.charAt(n),b=!1):(b&&(t.isHexDigit(o)||t.isWhiteSpace(o))&&(g+=" "),g+=r.charAt(n),b=!1)}return l+g+l}e.decode=s,e.encode=i}),mr=z(e=>{"use strict";var t=$e(),c=Q(),y="String",u={value:String};function d(){return{type:"String",loc:this.getLocation(this.tokenStart,this.tokenEnd),value:t.decode(this.consume(c.String))}}function s(i){this.token(c.String,t.encode(i.value))}e.generate=s,e.name=y,e.parse=d,e.structure=u}),hr=z(e=>{"use strict";var t=Q(),c=33;function y(a){return this.Raw(a,null,!1)}var u="StyleSheet",d="stylesheet",s={children:[["Comment","CDO","CDC","Atrule","Rule","Raw"]]};function i(){let a=this.tokenStart,l=this.createList(),f;for(;!this.eof;){switch(this.tokenType){case t.WhiteSpace:this.next();continue;case t.Comment:if(this.charCodeAt(this.tokenStart+2)!==c){this.next();continue}f=this.Comment();break;case t.CDO:f=this.CDO();break;case t.CDC:f=this.CDC();break;case t.AtKeyword:f=this.parseWithFallback(this.Atrule,y);break;default:f=this.parseWithFallback(this.Rule,y)}l.push(f)}return{type:"StyleSheet",loc:this.getLocation(a,this.tokenStart),children:l}}function r(a){this.children(a)}e.generate=r,e.name=u,e.parse=i,e.structure=s,e.walkContext=d}),gr=z(e=>{"use strict";var t=Q(),c=42,y=124;function u(){this.tokenType!==t.Ident&&this.isDelim(c)===!1&&this.error("Identifier or asterisk is expected"),this.next()}var d="TypeSelector",s={name:String};function i(){let a=this.tokenStart;return this.isDelim(y)?(this.next(),u.call(this)):(u.call(this),this.isDelim(y)&&(this.next(),u.call(this))),{type:"TypeSelector",loc:this.getLocation(a,this.tokenStart),name:this.substrToCursor(a)}}function r(a){this.tokenize(a.name)}e.generate=r,e.name=d,e.parse=i,e.structure=s}),fr=z(e=>{"use strict";var t=Q(),c=le(),y=43,u=45,d=63;function s(n,o){let m=0;for(let p=this.tokenStart+n;p<this.tokenEnd;p++){let S=this.charCodeAt(p);if(S===u&&o&&m!==0)return s.call(this,n+m+1,!1),-1;c.isHexDigit(S)||this.error(o&&m!==0?"Hyphen minus"+(m<6?" or hex digit":"")+" is expected":m<6?"Hex digit is expected":"Unexpected input",p),++m>6&&this.error("Too many hex digits",p)}return this.next(),m}function i(n){let o=0;for(;this.isDelim(d);)++o>n&&this.error("Too many question marks"),this.next()}function r(n){this.charCodeAt(this.tokenStart)!==n&&this.error((n===y?"Plus sign":"Hyphen minus")+" is expected")}function a(){let n=0;switch(this.tokenType){case t.Number:if(n=s.call(this,1,!0),this.isDelim(d)){i.call(this,6-n);break}if(this.tokenType===t.Dimension||this.tokenType===t.Number){r.call(this,u),s.call(this,1,!1);break}break;case t.Dimension:n=s.call(this,1,!0),n>0&&i.call(this,6-n);break;default:if(this.eatDelim(y),this.tokenType===t.Ident){n=s.call(this,0,!0),n>0&&i.call(this,6-n);break}if(this.isDelim(d)){this.next(),i.call(this,5);break}this.error("Hex digit or question mark is expected")}}var l="UnicodeRange",f={value:String};function g(){let n=this.tokenStart;return this.eatIdent("u"),a.call(this),{type:"UnicodeRange",loc:this.getLocation(n,this.tokenStart),value:this.substrToCursor(n)}}function b(n){this.tokenize(n.value)}e.generate=b,e.name=l,e.parse=g,e.structure=f}),yr=z(e=>{"use strict";var t=le(),c=he(),y=32,u=92,d=34,s=39,i=40,r=41;function a(f){let g=f.length,b=4,n=f.charCodeAt(g-1)===r?g-2:g-1,o="";for(;b<n&&t.isWhiteSpace(f.charCodeAt(b));)b++;for(;b<n&&t.isWhiteSpace(f.charCodeAt(n));)n--;for(let m=b;m<=n;m++){let p=f.charCodeAt(m);if(p===u){if(m===n){m!==g-1&&(o=f.substr(m+1));break}if(p=f.charCodeAt(++m),t.isValidEscape(u,p)){let S=m-1,v=c.consumeEscaped(f,S);m=v-1,o+=c.decodeEscaped(f.substring(S+1,v))}else p===13&&f.charCodeAt(m+1)===10&&m++}else o+=f[m]}return o}function l(f){let g="",b=!1;for(let n=0;n<f.length;n++){let o=f.charCodeAt(n);if(o===0){g+="\uFFFD";continue}if(o<=31||o===127){g+="\\"+o.toString(16),b=!0;continue}o===y||o===u||o===d||o===s||o===i||o===r?(g+="\\"+f.charAt(n),b=!1):(b&&t.isHexDigit(o)&&(g+=" "),g+=f.charAt(n),b=!1)}return"url("+g+")"}e.decode=a,e.encode=l}),br=z(e=>{"use strict";var t=yr(),c=$e(),y=Q(),u="Url",d={value:String};function s(){let r=this.tokenStart,a;switch(this.tokenType){case y.Url:a=t.decode(this.consume(y.Url));break;case y.Function:this.cmpStr(this.tokenStart,this.tokenEnd,"url(")||this.error("Function name must be `url`"),this.eat(y.Function),this.skipSC(),a=c.decode(this.consume(y.String)),this.skipSC(),this.eof||this.eat(y.RightParenthesis);break;default:this.error("Url or Function is expected")}return{type:"Url",loc:this.getLocation(r,this.tokenStart),value:a}}function i(r){this.token(y.Url,t.encode(r.value))}e.generate=i,e.name=u,e.parse=s,e.structure=d}),Sr=z(e=>{"use strict";var t="Value",c={children:[[]]};function y(){let d=this.tokenStart,s=this.readSequence(this.scope.Value);return{type:"Value",loc:this.getLocation(d,this.tokenStart),children:s}}function u(d){this.children(d)}e.generate=u,e.name=t,e.parse=y,e.structure=c}),vr=z(e=>{"use strict";var t=Q(),c=Object.freeze({type:"WhiteSpace",loc:null,value:" "}),y="WhiteSpace",u={value:String};function d(){return this.eat(t.WhiteSpace),c}function s(i){this.token(t.WhiteSpace,i.value)}e.generate=s,e.name=y,e.parse=d,e.structure=u}),xr=z(e=>{"use strict";var t=Ft(),c=Wt(),y=Lt(),u=qt(),d=Pt(),s=Mt(),i=It(),r=Rt(),a=Nt(),l=Gt(),f=jt(),g=Ut(),b=Vt(),n=Ht(),o=Kt(),m=Yt(),p=Xt(),S=$t(),v=Zt(),C=Qt(),h=Jt(),w=er(),k=tr(),x=rr(),A=nr(),B=ir(),E=ar(),D=or(),W=sr(),I=lr(),q=ur(),_=dr(),M=cr(),G=pr(),V=mr(),H=hr(),j=gr(),L=fr(),O=br(),T=Sr(),N=vr();e.AnPlusB=t,e.Atrule=c,e.AtrulePrelude=y,e.AttributeSelector=u,e.Block=d,e.Brackets=s,e.CDC=i,e.CDO=r,e.ClassSelector=a,e.Combinator=l,e.Comment=f,e.Declaration=g,e.DeclarationList=b,e.Dimension=n,e.Function=o,e.Hash=m,e.Identifier=p,e.IdSelector=S,e.MediaFeature=v,e.MediaQuery=C,e.MediaQueryList=h,e.NestingSelector=w,e.Nth=k,e.Number=x,e.Operator=A,e.Parentheses=B,e.Percentage=E,e.PseudoClassSelector=D,e.PseudoElementSelector=W,e.Ratio=I,e.Raw=q,e.Rule=_,e.Selector=M,e.SelectorList=G,e.String=V,e.StyleSheet=H,e.TypeSelector=j,e.UnicodeRange=L,e.Url=O,e.Value=T,e.WhiteSpace=N}),aa=z((e,t)=>{"use strict";var c=ia(),y=xr(),u={generic:!0,...c,node:y};t.exports=u}),Cr=z((e,t)=>{"use strict";var c=Q(),y=35,u=42,d=43,s=45,i=47,r=117;function a(l){switch(this.tokenType){case c.Hash:return this.Hash();case c.Comma:return this.Operator();case c.LeftParenthesis:return this.Parentheses(this.readSequence,l.recognizer);case c.LeftSquareBracket:return this.Brackets(this.readSequence,l.recognizer);case c.String:return this.String();case c.Dimension:return this.Dimension();case c.Percentage:return this.Percentage();case c.Number:return this.Number();case c.Function:return this.cmpStr(this.tokenStart,this.tokenEnd,"url(")?this.Url():this.Function(this.readSequence,l.recognizer);case c.Url:return this.Url();case c.Ident:return this.cmpChar(this.tokenStart,r)&&this.cmpChar(this.tokenStart+1,d)?this.UnicodeRange():this.Identifier();case c.Delim:{let f=this.charCodeAt(this.tokenStart);if(f===i||f===u||f===d||f===s)return this.Operator();f===y&&this.error("Hex or identifier is expected",this.tokenStart+1);break}}}t.exports=a}),oa=z((e,t)=>{"use strict";var c=Cr(),y={getNode:c};t.exports=y}),sa=z((e,t)=>{"use strict";var c=Q(),y=35,u=38,d=42,s=43,i=47,r=46,a=62,l=124,f=126;function g(o,m){m.last!==null&&m.last.type!=="Combinator"&&o!==null&&o.type!=="Combinator"&&m.push({type:"Combinator",loc:null,name:" "})}function b(){switch(this.tokenType){case c.LeftSquareBracket:return this.AttributeSelector();case c.Hash:return this.IdSelector();case c.Colon:return this.lookupType(1)===c.Colon?this.PseudoElementSelector():this.PseudoClassSelector();case c.Ident:return this.TypeSelector();case c.Number:case c.Percentage:return this.Percentage();case c.Dimension:this.charCodeAt(this.tokenStart)===r&&this.error("Identifier is expected",this.tokenStart+1);break;case c.Delim:{switch(this.charCodeAt(this.tokenStart)){case s:case a:case f:case i:return this.Combinator();case r:return this.ClassSelector();case d:case l:return this.TypeSelector();case y:return this.IdSelector();case u:return this.NestingSelector()}break}}}var n={onWhiteSpace:g,getNode:b};t.exports=n}),la=z((e,t)=>{"use strict";function c(){return this.createSingleNodeList(this.Raw(this.tokenIndex,null,!1))}t.exports=c}),ua=z((e,t)=>{"use strict";var c=Q();function y(){let u=this.createList();if(this.skipSC(),u.push(this.Identifier()),this.skipSC(),this.tokenType===c.Comma){u.push(this.Operator());let d=this.tokenIndex,s=this.parseCustomProperty?this.Value(null):this.Raw(this.tokenIndex,this.consumeUntilExclamationMarkOrSemicolon,!1);if(s.type==="Value"&&s.children.isEmpty){for(let i=d-this.tokenIndex;i<=0;i++)if(this.lookupType(i)===c.WhiteSpace){s.children.appendData({type:"WhiteSpace",loc:null,value:" "});break}}u.push(s)}return u}t.exports=y}),da=z((e,t)=>{"use strict";var c=Cr(),y=la(),u=ua();function d(i){return i!==null&&i.type==="Operator"&&(i.value[i.value.length-1]==="-"||i.value[i.value.length-1]==="+")}var s={getNode:c,onWhiteSpace(i,r){d(i)&&(i.value=" "+i.value),d(r.last)&&(r.last.value+=" ")},expression:y,var:u};t.exports=s}),ca=z(e=>{"use strict";var t=oa(),c=sa(),y=da();e.AtrulePrelude=t,e.Selector=c,e.Value=y}),pa=z((e,t)=>{"use strict";var c={parse:{prelude:null,block(){return this.Block(!0)}}};t.exports=c}),ma=z((e,t)=>{"use strict";var c=Q(),y={parse:{prelude(){let u=this.createList();switch(this.skipSC(),this.tokenType){case c.String:u.push(this.String());break;case c.Url:case c.Function:u.push(this.Url());break;default:this.error("String or url() is expected")}return(this.lookupNonWSType(0)===c.Ident||this.lookupNonWSType(0)===c.LeftParenthesis)&&u.push(this.MediaQueryList()),u},block:null}};t.exports=y}),ha=z((e,t)=>{"use strict";var c={parse:{prelude(){return this.createSingleNodeList(this.MediaQueryList())},block(y=!1){return this.Block(y)}}};t.exports=c}),ga=z((e,t)=>{"use strict";var c={parse:{prelude(){return this.createSingleNodeList(this.SelectorList())},block(){return this.Block(!0)}}};t.exports=c}),fa=z((e,t)=>{"use strict";var c={parse:{prelude(){return this.createSingleNodeList(this.SelectorList())},block(){return this.Block(!0)}}};t.exports=c}),ya=z((e,t)=>{"use strict";var c=Q();function y(){return this.createSingleNodeList(this.Raw(this.tokenIndex,null,!1))}function u(){return this.skipSC(),this.tokenType===c.Ident&&this.lookupNonWSType(1)===c.Colon?this.createSingleNodeList(this.Declaration()):d.call(this)}function d(){let i=this.createList(),r;this.skipSC();e:for(;!this.eof;){switch(this.tokenType){case c.Comment:case c.WhiteSpace:this.next();continue;case c.Function:r=this.Function(y,this.scope.AtrulePrelude);break;case c.Ident:r=this.Identifier();break;case c.LeftParenthesis:r=this.Parentheses(u,this.scope.AtrulePrelude);break;default:break e}i.push(r)}return i}var s={parse:{prelude(){let i=d.call(this);return this.getFirstListNode(i)===null&&this.error("Condition is expected"),i},block(i=!1){return this.Block(i)}}};t.exports=s}),ba=z((e,t)=>{"use strict";var c=pa(),y=ma(),u=ha(),d=ga(),s=fa(),i=ya(),r={"font-face":c,import:y,media:u,nest:d,page:s,supports:i};t.exports=r}),Sa=z((e,t)=>{"use strict";var c={parse(){return this.createSingleNodeList(this.SelectorList())}},y={parse(){return this.createSingleNodeList(this.Selector())}},u={parse(){return this.createSingleNodeList(this.Identifier())}},d={parse(){return this.createSingleNodeList(this.Nth())}},s={dir:u,has:c,lang:u,matches:c,is:c,"-moz-any":c,"-webkit-any":c,where:c,not:c,"nth-child":d,"nth-last-child":d,"nth-last-of-type":d,"nth-of-type":d,slotted:y,host:y,"host-context":y};t.exports=s}),va=z(e=>{"use strict";var t=Ft(),c=Wt(),y=Lt(),u=qt(),d=Pt(),s=Mt(),i=It(),r=Rt(),a=Nt(),l=Gt(),f=jt(),g=Ut(),b=Vt(),n=Ht(),o=Kt(),m=Yt(),p=Xt(),S=$t(),v=Zt(),C=Qt(),h=Jt(),w=er(),k=tr(),x=rr(),A=nr(),B=ir(),E=ar(),D=or(),W=sr(),I=lr(),q=ur(),_=dr(),M=cr(),G=pr(),V=mr(),H=hr(),j=gr(),L=fr(),O=br(),T=Sr(),N=vr();e.AnPlusB=t.parse,e.Atrule=c.parse,e.AtrulePrelude=y.parse,e.AttributeSelector=u.parse,e.Block=d.parse,e.Brackets=s.parse,e.CDC=i.parse,e.CDO=r.parse,e.ClassSelector=a.parse,e.Combinator=l.parse,e.Comment=f.parse,e.Declaration=g.parse,e.DeclarationList=b.parse,e.Dimension=n.parse,e.Function=o.parse,e.Hash=m.parse,e.Identifier=p.parse,e.IdSelector=S.parse,e.MediaFeature=v.parse,e.MediaQuery=C.parse,e.MediaQueryList=h.parse,e.NestingSelector=w.parse,e.Nth=k.parse,e.Number=x.parse,e.Operator=A.parse,e.Parentheses=B.parse,e.Percentage=E.parse,e.PseudoClassSelector=D.parse,e.PseudoElementSelector=W.parse,e.Ratio=I.parse,e.Raw=q.parse,e.Rule=_.parse,e.Selector=M.parse,e.SelectorList=G.parse,e.String=V.parse,e.StyleSheet=H.parse,e.TypeSelector=j.parse,e.UnicodeRange=L.parse,e.Url=O.parse,e.Value=T.parse,e.WhiteSpace=N.parse}),xa=z((e,t)=>{"use strict";var c=ca(),y=ba(),u=Sa(),d=va(),s={parseContext:{default:"StyleSheet",stylesheet:"StyleSheet",atrule:"Atrule",atrulePrelude(i){return this.AtrulePrelude(i.atrule?String(i.atrule):null)},mediaQueryList:"MediaQueryList",mediaQuery:"MediaQuery",rule:"Rule",selectorList:"SelectorList",selector:"Selector",block(){return this.Block(!0)},declarationList:"DeclarationList",declaration:"Declaration",value:"Value"},scope:c,atrule:y,pseudo:u,node:d};t.exports=s}),Ca=z((e,t)=>{"use strict";var c=xr(),y={node:c};t.exports=y}),ka=z((e,t)=>{"use strict";var c=_t(),y=aa(),u=xa(),d=Ca(),s=c({...y,...u,...d});t.exports=s}),wa=z((e,t)=>{t.exports={name:"css-tree",version:"2.3.1",description:"A tool set for CSS: fast detailed parser (CSS \u2192 AST), walker (AST traversal), generator (AST \u2192 CSS) and lexer (validation and matching) based on specs and browser implementations",author:"Roman Dvornov <rdvornov@gmail.com> (https://github.com/lahmatiy)",license:"MIT",repository:"csstree/csstree",keywords:["css","ast","tokenizer","parser","walker","lexer","generator","utils","syntax","validation"],type:"module",module:"./lib/index.js",main:"./cjs/index.cjs",exports:{".":{import:"./lib/index.js",require:"./cjs/index.cjs"},"./dist/*":"./dist/*.js","./package.json":"./package.json","./tokenizer":{import:"./lib/tokenizer/index.js",require:"./cjs/tokenizer/index.cjs"},"./parser":{import:"./lib/parser/index.js",require:"./cjs/parser/index.cjs"},"./selector-parser":{import:"./lib/parser/parse-selector.js",require:"./cjs/parser/parse-selector.cjs"},"./generator":{import:"./lib/generator/index.js",require:"./cjs/generator/index.cjs"},"./walker":{import:"./lib/walker/index.js",require:"./cjs/walker/index.cjs"},"./convertor":{import:"./lib/convertor/index.js",require:"./cjs/convertor/index.cjs"},"./lexer":{import:"./lib/lexer/index.js",require:"./cjs/lexer/index.cjs"},"./definition-syntax":{import:"./lib/definition-syntax/index.js",require:"./cjs/definition-syntax/index.cjs"},"./definition-syntax-data":{import:"./lib/data.js",require:"./cjs/data.cjs"},"./definition-syntax-data-patch":{import:"./lib/data-patch.js",require:"./cjs/data-patch.cjs"},"./utils":{import:"./lib/utils/index.js",require:"./cjs/utils/index.cjs"}},browser:{"./cjs/data.cjs":"./dist/data.cjs","./cjs/version.cjs":"./dist/version.cjs","./lib/data.js":"./dist/data.js","./lib/version.js":"./dist/version.js"},unpkg:"dist/csstree.esm.js",jsdelivr:"dist/csstree.esm.js",scripts:{watch:"npm run build -- --watch",build:"npm run bundle && npm run esm-to-cjs --","build-and-test":"npm run build && npm run test:dist && npm run test:cjs",bundle:"node scripts/bundle","bundle-and-test":"npm run bundle && npm run test:dist","esm-to-cjs":"node scripts/esm-to-cjs.cjs","esm-to-cjs-and-test":"npm run esm-to-cjs && npm run test:cjs",lint:"eslint lib scripts && node scripts/review-syntax-patch --lint && node scripts/update-docs --lint","lint-and-test":"npm run lint && npm test","update:docs":"node scripts/update-docs","review:syntax-patch":"node scripts/review-syntax-patch",test:"mocha lib/__tests --reporter ${REPORTER:-progress}","test:cjs":"mocha cjs/__tests --reporter ${REPORTER:-progress}","test:dist":"mocha dist/__tests --reporter ${REPORTER:-progress}",coverage:"c8 --exclude lib/__tests --reporter=lcovonly npm test",prepublishOnly:"npm run lint-and-test && npm run build-and-test",hydrogen:"node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"},dependencies:{"mdn-data":"2.0.30","source-map-js":"^1.0.1"},devDependencies:{c8:"^7.12.0",clap:"^2.0.1",esbuild:"^0.14.53",eslint:"^8.4.1","json-to-ast":"^2.1.0",mocha:"^9.2.2",rollup:"^2.68.0"},engines:{node:"^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"},files:["data","dist","cjs","!cjs/__tests","lib","!lib/__tests"]}}),Aa=z(e=>{"use strict";var{version:t}=wa();e.version=t}),Ea=z(e=>{"use strict";var t=Bt(),c=Ke(),y=Xe(),u=zt();e.SyntaxError=t.SyntaxError,e.generate=c.generate,e.parse=y.parse,e.walk=u.walk}),Ta=z(e=>{"use strict";var t=ke();function c(y){let u={};for(let d in y){let s=y[d];s&&(Array.isArray(s)||s instanceof t.List?s=s.map(c):s.constructor===Object&&(s=c(s))),u[d]=s}return u}e.clone=c}),Ba=z(e=>{"use strict";var t=le(),c=he(),y=92;function u(s){let i=s.length-1,r="";for(let a=0;a<s.length;a++){let l=s.charCodeAt(a);if(l===y){if(a===i)break;if(l=s.charCodeAt(++a),t.isValidEscape(y,l)){let f=a-1,g=c.consumeEscaped(s,f);a=g-1,r+=c.decodeEscaped(s.substring(f+1,g))}else l===13&&s.charCodeAt(a+1)===10&&a++}else r+=s[a]}return r}function d(s){let i="";if(s.length===1&&s.charCodeAt(0)===45)return"\\-";for(let r=0;r<s.length;r++){let a=s.charCodeAt(r);if(a===0){i+="\uFFFD";continue}if(a<=31||a===127||a>=48&&a<=57&&(r===0||r===1&&s.charCodeAt(0)===45)){i+="\\"+a.toString(16)+" ";continue}t.isName(a)?i+=s.charAt(r):i+="\\"+s.charAt(r)}return i}e.decode=u,e.encode=d}),Ze=z(e=>{"use strict";var t=ka(),c=Aa(),y=_t(),u=ke(),d=Dt(),s=Ea(),i=Ta(),r=Ye(),a=Ba(),l=$e(),f=yr(),g=Q(),b=_e(),n=Ue(),{tokenize:o,parse:m,generate:p,lexer:S,createLexer:v,walk:C,find:h,findLast:w,findAll:k,toPlainObject:x,fromPlainObject:A,fork:B}=t;e.version=c.version,e.createSyntax=y,e.List=u.List,e.Lexer=d.Lexer,e.definitionSyntax=s,e.clone=i.clone,e.isCustomProperty=r.isCustomProperty,e.keyword=r.keyword,e.property=r.property,e.vendorPrefix=r.vendorPrefix,e.ident=a,e.string=l,e.url=f,e.tokenTypes=g,e.tokenNames=b,e.TokenStream=n.TokenStream,e.createLexer=v,e.find=h,e.findAll=k,e.findLast=w,e.fork=B,e.fromPlainObject=A,e.generate=p,e.lexer=S,e.parse=m,e.toPlainObject=x,e.tokenize=o,e.walk=C}),Oa=z((e,t)=>{t.exports={name:"csso",version:"5.0.5",description:"CSS minifier with structural optimisations",author:"Sergey Kryzhanovsky <skryzhanovsky@ya.ru> (https://github.com/afelix)",maintainers:[{name:"Roman Dvornov",email:"rdvornov@gmail.com","github-username":"lahmatiy"}],repository:"css/csso",license:"MIT",keywords:["css","compress","minifier","minify","optimise","optimisation","csstree"],type:"module",unpkg:"dist/csso.esm.js",jsdelivr:"dist/csso.esm.js",browser:{"./cjs/version.cjs":"./dist/version.cjs","./lib/version.js":"./dist/version.js"},main:"./cjs/index.cjs",module:"./lib/index.js",exports:{".":{import:"./lib/index.js",require:"./cjs/index.cjs"},"./syntax":{import:"./lib/syntax.js",require:"./cjs/syntax.cjs"},"./dist/*":"./dist/*.js","./package.json":"./package.json"},scripts:{test:"mocha test --reporter ${REPORTER:-progress}","test:cjs":"mocha cjs-test --reporter ${REPORTER:-progress}","test:dist":"mocha dist/test --reporter ${REPORTER:-progress}",lint:"eslint lib scripts test","lint-and-test":"npm run lint && npm test",build:"npm run bundle && npm run esm-to-cjs","build-and-test":"npm run build && npm run test:dist && npm run test:cjs",bundle:"node scripts/bundle","bundle-and-test":"npm run bundle && npm run test:dist","esm-to-cjs":"node scripts/esm-to-cjs.cjs","esm-to-cjs-and-test":"npm run esm-to-cjs && npm run test:cjs",coverage:"c8 --reporter=lcovonly npm test",prepublishOnly:"npm run lint-and-test && npm run build-and-test",hydrogen:"node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/csso --stat -o /dev/null"},dependencies:{"css-tree":"~2.2.0"},devDependencies:{c8:"^7.10.0",esbuild:"^0.14.54",eslint:"^7.24.0",mocha:"^9.2.2",rollup:"^2.60.2","source-map-js":"^1.0.1"},engines:{node:"^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",npm:">=7.0.0"},files:["dist","!dist/test","cjs","lib"]}}),za=z(e=>{"use strict";var{version:t}=Oa();e.version=t}),ee=z(e=>{"use strict";e.AtKeyword=3,e.BadString=6,e.BadUrl=8,e.CDC=15,e.CDO=14,e.Colon=16,e.Comma=18,e.Comment=25,e.Delim=9,e.Dimension=12,e.EOF=0,e.Function=2,e.Hash=4,e.Ident=1,e.LeftCurlyBracket=23,e.LeftParenthesis=21,e.LeftSquareBracket=19,e.Number=10,e.Percentage=11,e.RightCurlyBracket=24,e.RightParenthesis=22,e.RightSquareBracket=20,e.Semicolon=17,e.String=5,e.Url=7,e.WhiteSpace=13}),ue=z(e=>{"use strict";function t(k){return k>=48&&k<=57}function c(k){return t(k)||k>=65&&k<=70||k>=97&&k<=102}function y(k){return k>=65&&k<=90}function u(k){return k>=97&&k<=122}function d(k){return y(k)||u(k)}function s(k){return k>=128}function i(k){return d(k)||s(k)||k===95}function r(k){return i(k)||t(k)||k===45}function a(k){return k>=0&&k<=8||k===11||k>=14&&k<=31||k===127}function l(k){return k===10||k===13||k===12}function f(k){return l(k)||k===32||k===9}function g(k,x){return!(k!==92||l(x)||x===0)}function b(k,x,A){return k===45?i(x)||x===45||g(x,A):i(k)?!0:k===92?g(k,x):!1}function n(k,x,A){return k===43||k===45?t(x)?2:x===46&&t(A)?3:0:k===46?t(x)?2:0:t(k)?1:0}function o(k){return k===65279||k===65534?1:0}var m=new Array(128),p=128,S=130,v=131,C=132,h=133;for(let k=0;k<m.length;k++)m[k]=f(k)&&S||t(k)&&v||i(k)&&C||a(k)&&h||k||p;function w(k){return k<128?m[k]:C}e.DigitCategory=v,e.EofCategory=p,e.NameStartCategory=C,e.NonPrintableCategory=h,e.WhiteSpaceCategory=S,e.charCodeCategory=w,e.isBOM=o,e.isDigit=t,e.isHexDigit=c,e.isIdentifierStart=b,e.isLetter=d,e.isLowercaseLetter=u,e.isName=r,e.isNameStart=i,e.isNewline=l,e.isNonAscii=s,e.isNonPrintable=a,e.isNumberStart=n,e.isUppercaseLetter=y,e.isValidEscape=g,e.isWhiteSpace=f}),ge=z(e=>{"use strict";var t=ue();function c(n,o){return o<n.length?n.charCodeAt(o):0}function y(n,o,m){return m===13&&c(n,o+1)===10?2:1}function u(n,o,m){let p=n.charCodeAt(o);return t.isUppercaseLetter(p)&&(p=p|32),p===m}function d(n,o,m,p){if(m-o!==p.length||o<0||m>n.length)return!1;for(let S=o;S<m;S++){let v=p.charCodeAt(S-o),C=n.charCodeAt(S);if(t.isUppercaseLetter(C)&&(C=C|32),C!==v)return!1}return!0}function s(n,o){for(;o>=0&&t.isWhiteSpace(n.charCodeAt(o));o--);return o+1}function i(n,o){for(;o<n.length&&t.isWhiteSpace(n.charCodeAt(o));o++);return o}function r(n,o){for(;o<n.length&&t.isDigit(n.charCodeAt(o));o++);return o}function a(n,o){if(o+=2,t.isHexDigit(c(n,o-1))){for(let p=Math.min(n.length,o+5);o<p&&t.isHexDigit(c(n,o));o++);let m=c(n,o);t.isWhiteSpace(m)&&(o+=y(n,o,m))}return o}function l(n,o){for(;o<n.length;o++){let m=n.charCodeAt(o);if(!t.isName(m)){if(t.isValidEscape(m,c(n,o+1))){o=a(n,o)-1;continue}break}}return o}function f(n,o){let m=n.charCodeAt(o);if((m===43||m===45)&&(m=n.charCodeAt(o+=1)),t.isDigit(m)&&(o=r(n,o+1),m=n.charCodeAt(o)),m===46&&t.isDigit(n.charCodeAt(o+1))&&(o+=2,o=r(n,o)),u(n,o,101)){let p=0;m=n.charCodeAt(o+1),(m===45||m===43)&&(p=1,m=n.charCodeAt(o+2)),t.isDigit(m)&&(o=r(n,o+1+p+1))}return o}function g(n,o){for(;o<n.length;o++){let m=n.charCodeAt(o);if(m===41){o++;break}t.isValidEscape(m,c(n,o+1))&&(o=a(n,o))}return o}function b(n){if(n.length===1&&!t.isHexDigit(n.charCodeAt(0)))return n[0];let o=parseInt(n,16);return(o===0||o>=55296&&o<=57343||o>1114111)&&(o=65533),String.fromCodePoint(o)}e.cmpChar=u,e.cmpStr=d,e.consumeBadUrlRemnants=g,e.consumeEscaped=a,e.consumeName=l,e.consumeNumber=f,e.decodeEscaped=b,e.findDecimalNumberEnd=r,e.findWhiteSpaceEnd=i,e.findWhiteSpaceStart=s,e.getNewlineLength=y}),We=z((e,t)=>{"use strict";var c=["EOF-token","ident-token","function-token","at-keyword-token","hash-token","string-token","bad-string-token","url-token","bad-url-token","delim-token","number-token","percentage-token","dimension-token","whitespace-token","CDO-token","CDC-token","colon-token","semicolon-token","comma-token","[-token","]-token","(-token",")-token","{-token","}-token"];t.exports=c}),kr=z(e=>{"use strict";function t(c=null,y){return c===null||c.length<y?new Uint32Array(Math.max(y+1024,16384)):c}e.adoptBuffer=t}),wr=z(e=>{"use strict";var t=kr(),c=ue(),y=10,u=12,d=13;function s(r){let a=r.source,l=a.length,f=a.length>0?c.isBOM(a.charCodeAt(0)):0,g=t.adoptBuffer(r.lines,l),b=t.adoptBuffer(r.columns,l),n=r.startLine,o=r.startColumn;for(let m=f;m<l;m++){let p=a.charCodeAt(m);g[m]=n,b[m]=o++,(p===y||p===d||p===u)&&(p===d&&m+1<l&&a.charCodeAt(m+1)===y&&(m++,g[m]=n,b[m]=o),n++,o=1)}g[l]=n,b[l]=o,r.lines=g,r.columns=b,r.computed=!0}var i=class{constructor(){this.lines=null,this.columns=null,this.computed=!1}setSource(r,a=0,l=1,f=1){this.source=r,this.startOffset=a,this.startLine=l,this.startColumn=f,this.computed=!1}getLocation(r,a){return this.computed||s(this),{source:a,offset:this.startOffset+r,line:this.lines[r],column:this.columns[r]}}getLocationRange(r,a,l){return this.computed||s(this),{source:l,start:{offset:this.startOffset+r,line:this.lines[r],column:this.columns[r]},end:{offset:this.startOffset+a,line:this.lines[a],column:this.columns[a]}}}};e.OffsetToLocation=i}),Qe=z(e=>{"use strict";var t=kr(),c=ge(),y=We(),u=ee(),d=16777215,s=24,i=new Map([[u.Function,u.RightParenthesis],[u.LeftParenthesis,u.RightParenthesis],[u.LeftSquareBracket,u.RightSquareBracket],[u.LeftCurlyBracket,u.RightCurlyBracket]]),r=class{constructor(a,l){this.setSource(a,l)}reset(){this.eof=!1,this.tokenIndex=-1,this.tokenType=0,this.tokenStart=this.firstCharOffset,this.tokenEnd=this.firstCharOffset}setSource(a="",l=()=>{}){a=String(a||"");let f=a.length,g=t.adoptBuffer(this.offsetAndType,a.length+1),b=t.adoptBuffer(this.balance,a.length+1),n=0,o=0,m=0,p=-1;for(this.offsetAndType=null,this.balance=null,l(a,(S,v,C)=>{switch(S){default:b[n]=f;break;case o:{let h=m&d;for(m=b[h],o=m>>s,b[n]=h,b[h++]=n;h<n;h++)b[h]===f&&(b[h]=n);break}case u.LeftParenthesis:case u.Function:case u.LeftSquareBracket:case u.LeftCurlyBracket:b[n]=m,o=i.get(S),m=o<<s|n;break}g[n++]=S<<s|C,p===-1&&(p=v)}),g[n]=u.EOF<<s|f,b[n]=f,b[f]=f;m!==0;){let S=m&d;m=b[S],b[S]=f}this.source=a,this.firstCharOffset=p===-1?0:p,this.tokenCount=n,this.offsetAndType=g,this.balance=b,this.reset(),this.next()}lookupType(a){return a+=this.tokenIndex,a<this.tokenCount?this.offsetAndType[a]>>s:u.EOF}lookupOffset(a){return a+=this.tokenIndex,a<this.tokenCount?this.offsetAndType[a-1]&d:this.source.length}lookupValue(a,l){return a+=this.tokenIndex,a<this.tokenCount?c.cmpStr(this.source,this.offsetAndType[a-1]&d,this.offsetAndType[a]&d,l):!1}getTokenStart(a){return a===this.tokenIndex?this.tokenStart:a>0?a<this.tokenCount?this.offsetAndType[a-1]&d:this.offsetAndType[this.tokenCount]&d:this.firstCharOffset}substrToCursor(a){return this.source.substring(a,this.tokenStart)}isBalanceEdge(a){return this.balance[this.tokenIndex]<a}isDelim(a,l){return l?this.lookupType(l)===u.Delim&&this.source.charCodeAt(this.lookupOffset(l))===a:this.tokenType===u.Delim&&this.source.charCodeAt(this.tokenStart)===a}skip(a){let l=this.tokenIndex+a;l<this.tokenCount?(this.tokenIndex=l,this.tokenStart=this.offsetAndType[l-1]&d,l=this.offsetAndType[l],this.tokenType=l>>s,this.tokenEnd=l&d):(this.tokenIndex=this.tokenCount,this.next())}next(){let a=this.tokenIndex+1;a<this.tokenCount?(this.tokenIndex=a,this.tokenStart=this.tokenEnd,a=this.offsetAndType[a],this.tokenType=a>>s,this.tokenEnd=a&d):(this.eof=!0,this.tokenIndex=this.tokenCount,this.tokenType=u.EOF,this.tokenStart=this.tokenEnd=this.source.length)}skipSC(){for(;this.tokenType===u.WhiteSpace||this.tokenType===u.Comment;)this.next()}skipUntilBalanced(a,l){let f=a,g,b;e:for(;f<this.tokenCount;f++){if(g=this.balance[f],g<a)break e;switch(b=f>0?this.offsetAndType[f-1]&d:this.firstCharOffset,l(this.source.charCodeAt(b))){case 1:break e;case 2:f++;break e;default:this.balance[g]===f&&(f=g)}}this.skip(f-this.tokenIndex)}forEachToken(a){for(let l=0,f=this.firstCharOffset;l<this.tokenCount;l++){let g=f,b=this.offsetAndType[l],n=b&d,o=b>>s;f=n,a(o,g,n,l)}}dump(){let a=new Array(this.tokenCount);return this.forEachToken((l,f,g,b)=>{a[b]={idx:b,type:y[l],chunk:this.source.substring(f,g),balance:this.balance[b]}}),a}};e.TokenStream=r}),Le=z(e=>{"use strict";var t=ee(),c=ue(),y=ge(),u=We(),d=wr(),s=Qe();function i(r,a){function l(v){return v<o?r.charCodeAt(v):0}function f(){if(p=y.consumeNumber(r,p),c.isIdentifierStart(l(p),l(p+1),l(p+2))){S=t.Dimension,p=y.consumeName(r,p);return}if(l(p)===37){S=t.Percentage,p++;return}S=t.Number}function g(){let v=p;if(p=y.consumeName(r,p),y.cmpStr(r,v,p,"url")&&l(p)===40){if(p=y.findWhiteSpaceEnd(r,p+1),l(p)===34||l(p)===39){S=t.Function,p=v+4;return}n();return}if(l(p)===40){S=t.Function,p++;return}S=t.Ident}function b(v){for(v||(v=l(p++)),S=t.String;p<r.length;p++){let C=r.charCodeAt(p);switch(c.charCodeCategory(C)){case v:p++;return;case c.WhiteSpaceCategory:if(c.isNewline(C)){p+=y.getNewlineLength(r,p,C),S=t.BadString;return}break;case 92:if(p===r.length-1)break;let h=l(p+1);c.isNewline(h)?p+=y.getNewlineLength(r,p+1,h):c.isValidEscape(C,h)&&(p=y.consumeEscaped(r,p)-1);break}}}function n(){for(S=t.Url,p=y.findWhiteSpaceEnd(r,p);p<r.length;p++){let v=r.charCodeAt(p);switch(c.charCodeCategory(v)){case 41:p++;return;case c.WhiteSpaceCategory:if(p=y.findWhiteSpaceEnd(r,p),l(p)===41||p>=r.length){p<r.length&&p++;return}p=y.consumeBadUrlRemnants(r,p),S=t.BadUrl;return;case 34:case 39:case 40:case c.NonPrintableCategory:p=y.consumeBadUrlRemnants(r,p),S=t.BadUrl;return;case 92:if(c.isValidEscape(v,l(p+1))){p=y.consumeEscaped(r,p)-1;break}p=y.consumeBadUrlRemnants(r,p),S=t.BadUrl;return}}}r=String(r||"");let o=r.length,m=c.isBOM(l(0)),p=m,S;for(;p<o;){let v=r.charCodeAt(p);switch(c.charCodeCategory(v)){case c.WhiteSpaceCategory:S=t.WhiteSpace,p=y.findWhiteSpaceEnd(r,p+1);break;case 34:b();break;case 35:c.isName(l(p+1))||c.isValidEscape(l(p+1),l(p+2))?(S=t.Hash,p=y.consumeName(r,p+1)):(S=t.Delim,p++);break;case 39:b();break;case 40:S=t.LeftParenthesis,p++;break;case 41:S=t.RightParenthesis,p++;break;case 43:c.isNumberStart(v,l(p+1),l(p+2))?f():(S=t.Delim,p++);break;case 44:S=t.Comma,p++;break;case 45:c.isNumberStart(v,l(p+1),l(p+2))?f():l(p+1)===45&&l(p+2)===62?(S=t.CDC,p=p+3):c.isIdentifierStart(v,l(p+1),l(p+2))?g():(S=t.Delim,p++);break;case 46:c.isNumberStart(v,l(p+1),l(p+2))?f():(S=t.Delim,p++);break;case 47:l(p+1)===42?(S=t.Comment,p=r.indexOf("*/",p+2),p=p===-1?r.length:p+2):(S=t.Delim,p++);break;case 58:S=t.Colon,p++;break;case 59:S=t.Semicolon,p++;break;case 60:l(p+1)===33&&l(p+2)===45&&l(p+3)===45?(S=t.CDO,p=p+4):(S=t.Delim,p++);break;case 64:c.isIdentifierStart(l(p+1),l(p+2),l(p+3))?(S=t.AtKeyword,p=y.consumeName(r,p+1)):(S=t.Delim,p++);break;case 91:S=t.LeftSquareBracket,p++;break;case 92:c.isValidEscape(v,l(p+1))?g():(S=t.Delim,p++);break;case 93:S=t.RightSquareBracket,p++;break;case 123:S=t.LeftCurlyBracket,p++;break;case 125:S=t.RightCurlyBracket,p++;break;case c.DigitCategory:f();break;case c.NameStartCategory:g();break;default:S=t.Delim,p++}a(S,m,m=p)}}e.AtKeyword=t.AtKeyword,e.BadString=t.BadString,e.BadUrl=t.BadUrl,e.CDC=t.CDC,e.CDO=t.CDO,e.Colon=t.Colon,e.Comma=t.Comma,e.Comment=t.Comment,e.Delim=t.Delim,e.Dimension=t.Dimension,e.EOF=t.EOF,e.Function=t.Function,e.Hash=t.Hash,e.Ident=t.Ident,e.LeftCurlyBracket=t.LeftCurlyBracket,e.LeftParenthesis=t.LeftParenthesis,e.LeftSquareBracket=t.LeftSquareBracket,e.Number=t.Number,e.Percentage=t.Percentage,e.RightCurlyBracket=t.RightCurlyBracket,e.RightParenthesis=t.RightParenthesis,e.RightSquareBracket=t.RightSquareBracket,e.Semicolon=t.Semicolon,e.String=t.String,e.Url=t.Url,e.WhiteSpace=t.WhiteSpace,e.tokenTypes=t,e.DigitCategory=c.DigitCategory,e.EofCategory=c.EofCategory,e.NameStartCategory=c.NameStartCategory,e.NonPrintableCategory=c.NonPrintableCategory,e.WhiteSpaceCategory=c.WhiteSpaceCategory,e.charCodeCategory=c.charCodeCategory,e.isBOM=c.isBOM,e.isDigit=c.isDigit,e.isHexDigit=c.isHexDigit,e.isIdentifierStart=c.isIdentifierStart,e.isLetter=c.isLetter,e.isLowercaseLetter=c.isLowercaseLetter,e.isName=c.isName,e.isNameStart=c.isNameStart,e.isNewline=c.isNewline,e.isNonAscii=c.isNonAscii,e.isNonPrintable=c.isNonPrintable,e.isNumberStart=c.isNumberStart,e.isUppercaseLetter=c.isUppercaseLetter,e.isValidEscape=c.isValidEscape,e.isWhiteSpace=c.isWhiteSpace,e.cmpChar=y.cmpChar,e.cmpStr=y.cmpStr,e.consumeBadUrlRemnants=y.consumeBadUrlRemnants,e.consumeEscaped=y.consumeEscaped,e.consumeName=y.consumeName,e.consumeNumber=y.consumeNumber,e.decodeEscaped=y.decodeEscaped,e.findDecimalNumberEnd=y.findDecimalNumberEnd,e.findWhiteSpaceEnd=y.findWhiteSpaceEnd,e.findWhiteSpaceStart=y.findWhiteSpaceStart,e.getNewlineLength=y.getNewlineLength,e.tokenNames=u,e.OffsetToLocation=d.OffsetToLocation,e.TokenStream=s.TokenStream,e.tokenize=i}),we=z(e=>{"use strict";var t=null,c=class ce{static createItem(u){return{prev:null,next:null,data:u}}constructor(){this.head=null,this.tail=null,this.cursor=null}createItem(u){return ce.createItem(u)}allocateCursor(u,d){let s;return t!==null?(s=t,t=t.cursor,s.prev=u,s.next=d,s.cursor=this.cursor):s={prev:u,next:d,cursor:this.cursor},this.cursor=s,s}releaseCursor(){let{cursor:u}=this;this.cursor=u.cursor,u.prev=null,u.next=null,u.cursor=t,t=u}updateCursors(u,d,s,i){let{cursor:r}=this;for(;r!==null;)r.prev===u&&(r.prev=d),r.next===s&&(r.next=i),r=r.cursor}*[Symbol.iterator](){for(let u=this.head;u!==null;u=u.next)yield u.data}get size(){let u=0;for(let d=this.head;d!==null;d=d.next)u++;return u}get isEmpty(){return this.head===null}get first(){return this.head&&this.head.data}get last(){return this.tail&&this.tail.data}fromArray(u){let d=null;this.head=null;for(let s of u){let i=ce.createItem(s);d!==null?d.next=i:this.head=i,i.prev=d,d=i}return this.tail=d,this}toArray(){return[...this]}toJSON(){return[...this]}forEach(u,d=this){let s=this.allocateCursor(null,this.head);for(;s.next!==null;){let i=s.next;s.next=i.next,u.call(d,i.data,i,this)}this.releaseCursor()}forEachRight(u,d=this){let s=this.allocateCursor(this.tail,null);for(;s.prev!==null;){let i=s.prev;s.prev=i.prev,u.call(d,i.data,i,this)}this.releaseCursor()}reduce(u,d,s=this){let i=this.allocateCursor(null,this.head),r=d,a;for(;i.next!==null;)a=i.next,i.next=a.next,r=u.call(s,r,a.data,a,this);return this.releaseCursor(),r}reduceRight(u,d,s=this){let i=this.allocateCursor(this.tail,null),r=d,a;for(;i.prev!==null;)a=i.prev,i.prev=a.prev,r=u.call(s,r,a.data,a,this);return this.releaseCursor(),r}some(u,d=this){for(let s=this.head;s!==null;s=s.next)if(u.call(d,s.data,s,this))return!0;return!1}map(u,d=this){let s=new ce;for(let i=this.head;i!==null;i=i.next)s.appendData(u.call(d,i.data,i,this));return s}filter(u,d=this){let s=new ce;for(let i=this.head;i!==null;i=i.next)u.call(d,i.data,i,this)&&s.appendData(i.data);return s}nextUntil(u,d,s=this){if(u===null)return;let i=this.allocateCursor(null,u);for(;i.next!==null;){let r=i.next;if(i.next=r.next,d.call(s,r.data,r,this))break}this.releaseCursor()}prevUntil(u,d,s=this){if(u===null)return;let i=this.allocateCursor(u,null);for(;i.prev!==null;){let r=i.prev;if(i.prev=r.prev,d.call(s,r.data,r,this))break}this.releaseCursor()}clear(){this.head=null,this.tail=null}copy(){let u=new ce;for(let d of this)u.appendData(d);return u}prepend(u){return this.updateCursors(null,u,this.head,u),this.head!==null?(this.head.prev=u,u.next=this.head):this.tail=u,this.head=u,this}prependData(u){return this.prepend(ce.createItem(u))}append(u){return this.insert(u)}appendData(u){return this.insert(ce.createItem(u))}insert(u,d=null){if(d!==null)if(this.updateCursors(d.prev,u,d,u),d.prev===null){if(this.head!==d)throw new Error("before doesn't belong to list");this.head=u,d.prev=u,u.next=d,this.updateCursors(null,u)}else d.prev.next=u,u.prev=d.prev,d.prev=u,u.next=d;else this.updateCursors(this.tail,u,null,u),this.tail!==null?(this.tail.next=u,u.prev=this.tail):this.head=u,this.tail=u;return this}insertData(u,d){return this.insert(ce.createItem(u),d)}remove(u){if(this.updateCursors(u,u.prev,u,u.next),u.prev!==null)u.prev.next=u.next;else{if(this.head!==u)throw new Error("item doesn't belong to list");this.head=u.next}if(u.next!==null)u.next.prev=u.prev;else{if(this.tail!==u)throw new Error("item doesn't belong to list");this.tail=u.prev}return u.prev=null,u.next=null,u}push(u){this.insert(ce.createItem(u))}pop(){return this.tail!==null?this.remove(this.tail):null}unshift(u){this.prepend(ce.createItem(u))}shift(){return this.head!==null?this.remove(this.head):null}prependList(u){return this.insertList(u,this.head)}appendList(u){return this.insertList(u)}insertList(u,d){return u.head===null?this:(d!=null?(this.updateCursors(d.prev,u.tail,d,u.head),d.prev!==null?(d.prev.next=u.head,u.head.prev=d.prev):this.head=u.head,d.prev=u.tail,u.tail.next=d):(this.updateCursors(this.tail,u.tail,null,u.head),this.tail!==null?(this.tail.next=u.head,u.head.prev=this.tail):this.head=u.head,this.tail=u.tail),u.head=null,u.tail=null,this)}replace(u,d){"head"in d?this.insertList(d,u):this.insert(d,u),this.remove(u)}};e.List=c}),Je=z(e=>{"use strict";function t(c,y){let u=Object.create(SyntaxError.prototype),d=new Error;return Object.assign(u,{name:c,message:y,get stack(){return(d.stack||"").replace(/^(.+\n){1,3}/,`${c}: ${y}
94
- `)}})}e.createCustomError=t}),Da=z(e=>{"use strict";var t=Je(),c=100,y=60,u=" ";function d({source:i,line:r,column:a},l){function f(p,S){return g.slice(p,S).map((v,C)=>String(p+C+1).padStart(o)+" |"+v).join(`
95
- `)}let g=i.split(/\r\n?|\n|\f/),b=Math.max(1,r-l)-1,n=Math.min(r+l,g.length+1),o=Math.max(4,String(n).length)+1,m=0;a+=(u.length-1)*(g[r-1].substr(0,a-1).match(/\t/g)||[]).length,a>c&&(m=a-y+3,a=y-2);for(let p=b;p<=n;p++)p>=0&&p<g.length&&(g[p]=g[p].replace(/\t/g,u),g[p]=(m>0&&g[p].length>m?"\u2026":"")+g[p].substr(m,c-2)+(g[p].length>m+c-1?"\u2026":""));return[f(b,r),new Array(a+o+2).join("-")+"^",f(r,n)].filter(Boolean).join(`
96
- `)}function s(i,r,a,l,f){return Object.assign(t.createCustomError("SyntaxError",i),{source:r,offset:a,line:l,column:f,sourceFragment(g){return d({source:r,line:l,column:f},isNaN(g)?0:g)},get formattedMessage(){return`Parse error: ${i}
97
- `+d({source:r,line:l,column:f},2)}})}e.SyntaxError=s}),_a=z(e=>{"use strict";var t=ee();function c(y){let u=this.createList(),d=!1,s={recognizer:y};for(;!this.eof;){switch(this.tokenType){case t.Comment:this.next();continue;case t.WhiteSpace:d=!0,this.next();continue}let i=y.getNode.call(this,s);if(i===void 0)break;d&&(y.onWhiteSpace&&y.onWhiteSpace.call(this,i,u,s),d=!1),u.push(i)}return d&&y.onWhiteSpace&&y.onWhiteSpace.call(this,null,u,s),u}e.readSequence=c}),Fa=z(e=>{"use strict";var t=we(),c=Da(),y=Le(),u=_a(),d=wr(),s=Qe(),i=ge(),r=ee(),a=We(),l=()=>{},f=33,g=35,b=59,n=123,o=0;function m(C){return function(){return this[C]()}}function p(C){let h=Object.create(null);for(let w in C){let k=C[w],x=k.parse||k;x&&(h[w]=x)}return h}function S(C){let h={context:Object.create(null),scope:Object.assign(Object.create(null),C.scope),atrule:p(C.atrule),pseudo:p(C.pseudo),node:p(C.node)};for(let w in C.parseContext)switch(typeof C.parseContext[w]){case"function":h.context[w]=C.parseContext[w];break;case"string":h.context[w]=m(C.parseContext[w]);break}return{config:h,...h,...h.node}}function v(C){let h="",w="<unknown>",k=!1,x=l,A=!1,B=new d.OffsetToLocation,E=Object.assign(new s.TokenStream,S(C||{}),{parseAtrulePrelude:!0,parseRulePrelude:!0,parseValue:!0,parseCustomProperty:!1,readSequence:u.readSequence,consumeUntilBalanceEnd:()=>0,consumeUntilLeftCurlyBracket(D){return D===n?1:0},consumeUntilLeftCurlyBracketOrSemicolon(D){return D===n||D===b?1:0},consumeUntilExclamationMarkOrSemicolon(D){return D===f||D===b?1:0},consumeUntilSemicolonIncluded(D){return D===b?2:0},createList(){return new t.List},createSingleNodeList(D){return new t.List().appendData(D)},getFirstListNode(D){return D&&D.first},getLastListNode(D){return D&&D.last},parseWithFallback(D,W){let I=this.tokenIndex;try{return D.call(this)}catch(q){if(A)throw q;let _=W.call(this,I);return A=!0,x(q,_),A=!1,_}},lookupNonWSType(D){let W;do if(W=this.lookupType(D++),W!==r.WhiteSpace)return W;while(W!==o);return o},charCodeAt(D){return D>=0&&D<h.length?h.charCodeAt(D):0},substring(D,W){return h.substring(D,W)},substrToCursor(D){return this.source.substring(D,this.tokenStart)},cmpChar(D,W){return i.cmpChar(h,D,W)},cmpStr(D,W,I){return i.cmpStr(h,D,W,I)},consume(D){let W=this.tokenStart;return this.eat(D),this.substrToCursor(W)},consumeFunctionName(){let D=h.substring(this.tokenStart,this.tokenEnd-1);return this.eat(r.Function),D},consumeNumber(D){let W=h.substring(this.tokenStart,i.consumeNumber(h,this.tokenStart));return this.eat(D),W},eat(D){if(this.tokenType!==D){let W=a[D].slice(0,-6).replace(/-/g," ").replace(/^./,_=>_.toUpperCase()),I=`${/[[\](){}]/.test(W)?`"${W}"`:W} is expected`,q=this.tokenStart;switch(D){case r.Ident:this.tokenType===r.Function||this.tokenType===r.Url?(q=this.tokenEnd-1,I="Identifier is expected but function found"):I="Identifier is expected";break;case r.Hash:this.isDelim(g)&&(this.next(),q++,I="Name is expected");break;case r.Percentage:this.tokenType===r.Number&&(q=this.tokenEnd,I="Percent sign is expected");break}this.error(I,q)}this.next()},eatIdent(D){(this.tokenType!==r.Ident||this.lookupValue(0,D)===!1)&&this.error(`Identifier "${D}" is expected`),this.next()},eatDelim(D){this.isDelim(D)||this.error(`Delim "${String.fromCharCode(D)}" is expected`),this.next()},getLocation(D,W){return k?B.getLocationRange(D,W,w):null},getLocationFromList(D){if(k){let W=this.getFirstListNode(D),I=this.getLastListNode(D);return B.getLocationRange(W!==null?W.loc.start.offset-B.startOffset:this.tokenStart,I!==null?I.loc.end.offset-B.startOffset:this.tokenStart,w)}return null},error(D,W){let I=typeof W<"u"&&W<h.length?B.getLocation(W):this.eof?B.getLocation(i.findWhiteSpaceStart(h,h.length-1)):B.getLocation(this.tokenStart);throw new c.SyntaxError(D||"Unexpected input",h,I.offset,I.line,I.column)}});return Object.assign(function(D,W){h=D,W=W||{},E.setSource(h,y.tokenize),B.setSource(h,W.offset,W.line,W.column),w=W.filename||"<unknown>",k=!!W.positions,x=typeof W.onParseError=="function"?W.onParseError:l,A=!1,E.parseAtrulePrelude="parseAtrulePrelude"in W?!!W.parseAtrulePrelude:!0,E.parseRulePrelude="parseRulePrelude"in W?!!W.parseRulePrelude:!0,E.parseValue="parseValue"in W?!!W.parseValue:!0,E.parseCustomProperty="parseCustomProperty"in W?!!W.parseCustomProperty:!1;let{context:I="default",onComment:q}=W;if(!(I in E.context))throw new Error("Unknown context `"+I+"`");typeof q=="function"&&E.forEachToken((M,G,V)=>{if(M===r.Comment){let H=E.getLocation(G,V),j=i.cmpStr(h,V-2,V,"*/")?h.slice(G+2,V-2):h.slice(G+2,V);q(j,H)}});let _=E.context[I].call(E,W);return E.eof||E.error(),_},{SyntaxError:c.SyntaxError,config:E.config})}e.createParser=v}),Wa=z(e=>{var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");e.encode=function(c){if(0<=c&&c<t.length)return t[c];throw new TypeError("Must be between 0 and 63: "+c)},e.decode=function(c){var y=65,u=90,d=97,s=122,i=48,r=57,a=43,l=47,f=26,g=52;return y<=c&&c<=u?c-y:d<=c&&c<=s?c-d+f:i<=c&&c<=r?c-i+g:c==a?62:c==l?63:-1}}),La=z(e=>{var t=Wa(),c=5,y=1<<c,u=y-1,d=y;function s(r){return r<0?(-r<<1)+1:(r<<1)+0}function i(r){var a=(r&1)===1,l=r>>1;return a?-l:l}e.encode=function(r){var a="",l,f=s(r);do l=f&u,f>>>=c,f>0&&(l|=d),a+=t.encode(l);while(f>0);return a},e.decode=function(r,a,l){var f=r.length,g=0,b=0,n,o;do{if(a>=f)throw new Error("Expected more digits in base 64 VLQ value.");if(o=t.decode(r.charCodeAt(a++)),o===-1)throw new Error("Invalid base64 digit: "+r.charAt(a-1));n=!!(o&d),o&=u,g=g+(o<<b),b+=c}while(n);l.value=i(g),l.rest=a}}),et=z(e=>{function t(x,A,B){if(A in x)return x[A];if(arguments.length===3)return B;throw new Error('"'+A+'" is a required argument.')}e.getArg=t;var c=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/,y=/^data:.+\,.+$/;function u(x){var A=x.match(c);return A?{scheme:A[1],auth:A[2],host:A[3],port:A[4],path:A[5]}:null}e.urlParse=u;function d(x){var A="";return x.scheme&&(A+=x.scheme+":"),A+="//",x.auth&&(A+=x.auth+"@"),x.host&&(A+=x.host),x.port&&(A+=":"+x.port),x.path&&(A+=x.path),A}e.urlGenerate=d;var s=32;function i(x){var A=[];return function(B){for(var E=0;E<A.length;E++)if(A[E].input===B){var D=A[0];return A[0]=A[E],A[E]=D,A[0].result}var W=x(B);return A.unshift({input:B,result:W}),A.length>s&&A.pop(),W}}var r=i(function(x){var A=x,B=u(x);if(B){if(!B.path)return x;A=B.path}for(var E=e.isAbsolute(A),D=[],W=0,I=0;;)if(W=I,I=A.indexOf("/",W),I===-1){D.push(A.slice(W));break}else for(D.push(A.slice(W,I));I<A.length&&A[I]==="/";)I++;for(var q,_=0,I=D.length-1;I>=0;I--)q=D[I],q==="."?D.splice(I,1):q===".."?_++:_>0&&(q===""?(D.splice(I+1,_),_=0):(D.splice(I,2),_--));return A=D.join("/"),A===""&&(A=E?"/":"."),B?(B.path=A,d(B)):A});e.normalize=r;function a(x,A){x===""&&(x="."),A===""&&(A=".");var B=u(A),E=u(x);if(E&&(x=E.path||"/"),B&&!B.scheme)return E&&(B.scheme=E.scheme),d(B);if(B||A.match(y))return A;if(E&&!E.host&&!E.path)return E.host=A,d(E);var D=A.charAt(0)==="/"?A:r(x.replace(/\/+$/,"")+"/"+A);return E?(E.path=D,d(E)):D}e.join=a,e.isAbsolute=function(x){return x.charAt(0)==="/"||c.test(x)};function l(x,A){x===""&&(x="."),x=x.replace(/\/$/,"");for(var B=0;A.indexOf(x+"/")!==0;){var E=x.lastIndexOf("/");if(E<0||(x=x.slice(0,E),x.match(/^([^\/]+:\/)?\/*$/)))return A;++B}return Array(B+1).join("../")+A.substr(x.length+1)}e.relative=l;var f=function(){var x=Object.create(null);return!("__proto__"in x)}();function g(x){return x}function b(x){return o(x)?"$"+x:x}e.toSetString=f?g:b;function n(x){return o(x)?x.slice(1):x}e.fromSetString=f?g:n;function o(x){if(!x)return!1;var A=x.length;if(A<9||x.charCodeAt(A-1)!==95||x.charCodeAt(A-2)!==95||x.charCodeAt(A-3)!==111||x.charCodeAt(A-4)!==116||x.charCodeAt(A-5)!==111||x.charCodeAt(A-6)!==114||x.charCodeAt(A-7)!==112||x.charCodeAt(A-8)!==95||x.charCodeAt(A-9)!==95)return!1;for(var B=A-10;B>=0;B--)if(x.charCodeAt(B)!==36)return!1;return!0}function m(x,A,B){var E=C(x.source,A.source);return E!==0||(E=x.originalLine-A.originalLine,E!==0)||(E=x.originalColumn-A.originalColumn,E!==0||B)||(E=x.generatedColumn-A.generatedColumn,E!==0)||(E=x.generatedLine-A.generatedLine,E!==0)?E:C(x.name,A.name)}e.compareByOriginalPositions=m;function p(x,A,B){var E;return E=x.originalLine-A.originalLine,E!==0||(E=x.originalColumn-A.originalColumn,E!==0||B)||(E=x.generatedColumn-A.generatedColumn,E!==0)||(E=x.generatedLine-A.generatedLine,E!==0)?E:C(x.name,A.name)}e.compareByOriginalPositionsNoSource=p;function S(x,A,B){var E=x.generatedLine-A.generatedLine;return E!==0||(E=x.generatedColumn-A.generatedColumn,E!==0||B)||(E=C(x.source,A.source),E!==0)||(E=x.originalLine-A.originalLine,E!==0)||(E=x.originalColumn-A.originalColumn,E!==0)?E:C(x.name,A.name)}e.compareByGeneratedPositionsDeflated=S;function v(x,A,B){var E=x.generatedColumn-A.generatedColumn;return E!==0||B||(E=C(x.source,A.source),E!==0)||(E=x.originalLine-A.originalLine,E!==0)||(E=x.originalColumn-A.originalColumn,E!==0)?E:C(x.name,A.name)}e.compareByGeneratedPositionsDeflatedNoLine=v;function C(x,A){return x===A?0:x===null?1:A===null?-1:x>A?1:-1}function h(x,A){var B=x.generatedLine-A.generatedLine;return B!==0||(B=x.generatedColumn-A.generatedColumn,B!==0)||(B=C(x.source,A.source),B!==0)||(B=x.originalLine-A.originalLine,B!==0)||(B=x.originalColumn-A.originalColumn,B!==0)?B:C(x.name,A.name)}e.compareByGeneratedPositionsInflated=h;function w(x){return JSON.parse(x.replace(/^\)]}'[^\n]*\n/,""))}e.parseSourceMapInput=w;function k(x,A,B){if(A=A||"",x&&(x[x.length-1]!=="/"&&A[0]!=="/"&&(x+="/"),A=x+A),B){var E=u(B);if(!E)throw new Error("sourceMapURL could not be parsed");if(E.path){var D=E.path.lastIndexOf("/");D>=0&&(E.path=E.path.substring(0,D+1))}A=a(d(E),A)}return r(A)}e.computeSourceURL=k}),qa=z(e=>{var t=et(),c=Object.prototype.hasOwnProperty,y=typeof Map<"u";function u(){this._array=[],this._set=y?new Map:Object.create(null)}u.fromArray=function(d,s){for(var i=new u,r=0,a=d.length;r<a;r++)i.add(d[r],s);return i},u.prototype.size=function(){return y?this._set.size:Object.getOwnPropertyNames(this._set).length},u.prototype.add=function(d,s){var i=y?d:t.toSetString(d),r=y?this.has(d):c.call(this._set,i),a=this._array.length;(!r||s)&&this._array.push(d),r||(y?this._set.set(d,a):this._set[i]=a)},u.prototype.has=function(d){if(y)return this._set.has(d);var s=t.toSetString(d);return c.call(this._set,s)},u.prototype.indexOf=function(d){if(y){var s=this._set.get(d);if(s>=0)return s}else{var i=t.toSetString(d);if(c.call(this._set,i))return this._set[i]}throw new Error('"'+d+'" is not in the set.')},u.prototype.at=function(d){if(d>=0&&d<this._array.length)return this._array[d];throw new Error("No element indexed by "+d)},u.prototype.toArray=function(){return this._array.slice()},e.ArraySet=u}),Pa=z(e=>{var t=et();function c(u,d){var s=u.generatedLine,i=d.generatedLine,r=u.generatedColumn,a=d.generatedColumn;return i>s||i==s&&a>=r||t.compareByGeneratedPositionsInflated(u,d)<=0}function y(){this._array=[],this._sorted=!0,this._last={generatedLine:-1,generatedColumn:0}}y.prototype.unsortedForEach=function(u,d){this._array.forEach(u,d)},y.prototype.add=function(u){c(this._last,u)?(this._last=u,this._array.push(u)):(this._sorted=!1,this._array.push(u))},y.prototype.toArray=function(){return this._sorted||(this._array.sort(t.compareByGeneratedPositionsInflated),this._sorted=!0),this._array},e.MappingList=y}),Ma=z(e=>{var t=La(),c=et(),y=qa().ArraySet,u=Pa().MappingList;function d(s){s||(s={}),this._file=c.getArg(s,"file",null),this._sourceRoot=c.getArg(s,"sourceRoot",null),this._skipValidation=c.getArg(s,"skipValidation",!1),this._ignoreInvalidMapping=c.getArg(s,"ignoreInvalidMapping",!1),this._sources=new y,this._names=new y,this._mappings=new u,this._sourcesContents=null}d.prototype._version=3,d.fromSourceMap=function(s,i){var r=s.sourceRoot,a=new d(Object.assign(i||{},{file:s.file,sourceRoot:r}));return s.eachMapping(function(l){var f={generated:{line:l.generatedLine,column:l.generatedColumn}};l.source!=null&&(f.source=l.source,r!=null&&(f.source=c.relative(r,f.source)),f.original={line:l.originalLine,column:l.originalColumn},l.name!=null&&(f.name=l.name)),a.addMapping(f)}),s.sources.forEach(function(l){var f=l;r!==null&&(f=c.relative(r,l)),a._sources.has(f)||a._sources.add(f);var g=s.sourceContentFor(l);g!=null&&a.setSourceContent(l,g)}),a},d.prototype.addMapping=function(s){var i=c.getArg(s,"generated"),r=c.getArg(s,"original",null),a=c.getArg(s,"source",null),l=c.getArg(s,"name",null);!this._skipValidation&&this._validateMapping(i,r,a,l)===!1||(a!=null&&(a=String(a),this._sources.has(a)||this._sources.add(a)),l!=null&&(l=String(l),this._names.has(l)||this._names.add(l)),this._mappings.add({generatedLine:i.line,generatedColumn:i.column,originalLine:r!=null&&r.line,originalColumn:r!=null&&r.column,source:a,name:l}))},d.prototype.setSourceContent=function(s,i){var r=s;this._sourceRoot!=null&&(r=c.relative(this._sourceRoot,r)),i!=null?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[c.toSetString(r)]=i):this._sourcesContents&&(delete this._sourcesContents[c.toSetString(r)],Object.keys(this._sourcesContents).length===0&&(this._sourcesContents=null))},d.prototype.applySourceMap=function(s,i,r){var a=i;if(i==null){if(s.file==null)throw new Error(`SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map's "file" property. Both were omitted.`);a=s.file}var l=this._sourceRoot;l!=null&&(a=c.relative(l,a));var f=new y,g=new y;this._mappings.unsortedForEach(function(b){if(b.source===a&&b.originalLine!=null){var n=s.originalPositionFor({line:b.originalLine,column:b.originalColumn});n.source!=null&&(b.source=n.source,r!=null&&(b.source=c.join(r,b.source)),l!=null&&(b.source=c.relative(l,b.source)),b.originalLine=n.line,b.originalColumn=n.column,n.name!=null&&(b.name=n.name))}var o=b.source;o!=null&&!f.has(o)&&f.add(o);var m=b.name;m!=null&&!g.has(m)&&g.add(m)},this),this._sources=f,this._names=g,s.sources.forEach(function(b){var n=s.sourceContentFor(b);n!=null&&(r!=null&&(b=c.join(r,b)),l!=null&&(b=c.relative(l,b)),this.setSourceContent(b,n))},this)},d.prototype._validateMapping=function(s,i,r,a){if(i&&typeof i.line!="number"&&typeof i.column!="number"){var l="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(this._ignoreInvalidMapping)return typeof console<"u"&&console.warn&&console.warn(l),!1;throw new Error(l)}if(!(s&&"line"in s&&"column"in s&&s.line>0&&s.column>=0&&!i&&!r&&!a)){if(s&&"line"in s&&"column"in s&&i&&"line"in i&&"column"in i&&s.line>0&&s.column>=0&&i.line>0&&i.column>=0&&r)return;var l="Invalid mapping: "+JSON.stringify({generated:s,source:r,original:i,name:a});if(this._ignoreInvalidMapping)return typeof console<"u"&&console.warn&&console.warn(l),!1;throw new Error(l)}},d.prototype._serializeMappings=function(){for(var s=0,i=1,r=0,a=0,l=0,f=0,g="",b,n,o,m,p=this._mappings.toArray(),S=0,v=p.length;S<v;S++){if(n=p[S],b="",n.generatedLine!==i)for(s=0;n.generatedLine!==i;)b+=";",i++;else if(S>0){if(!c.compareByGeneratedPositionsInflated(n,p[S-1]))continue;b+=","}b+=t.encode(n.generatedColumn-s),s=n.generatedColumn,n.source!=null&&(m=this._sources.indexOf(n.source),b+=t.encode(m-f),f=m,b+=t.encode(n.originalLine-1-a),a=n.originalLine-1,b+=t.encode(n.originalColumn-r),r=n.originalColumn,n.name!=null&&(o=this._names.indexOf(n.name),b+=t.encode(o-l),l=o)),g+=b}return g},d.prototype._generateSourcesContent=function(s,i){return s.map(function(r){if(!this._sourcesContents)return null;i!=null&&(r=c.relative(i,r));var a=c.toSetString(r);return Object.prototype.hasOwnProperty.call(this._sourcesContents,a)?this._sourcesContents[a]:null},this)},d.prototype.toJSON=function(){var s={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return this._file!=null&&(s.file=this._file),this._sourceRoot!=null&&(s.sourceRoot=this._sourceRoot),this._sourcesContents&&(s.sourcesContent=this._generateSourcesContent(s.sources,s.sourceRoot)),s},d.prototype.toString=function(){return JSON.stringify(this.toJSON())},e.SourceMapGenerator=d}),Ia=z(e=>{"use strict";var t=Ma(),c=new Set(["Atrule","Selector","Declaration"]);function y(u){let d=new t.SourceMapGenerator,s={line:1,column:0},i={line:0,column:0},r={line:1,column:0},a={generated:r},l=1,f=0,g=!1,b=u.node;u.node=function(m){if(m.loc&&m.loc.start&&c.has(m.type)){let p=m.loc.start.line,S=m.loc.start.column-1;(i.line!==p||i.column!==S)&&(i.line=p,i.column=S,s.line=l,s.column=f,g&&(g=!1,(s.line!==r.line||s.column!==r.column)&&d.addMapping(a)),g=!0,d.addMapping({source:m.loc.source,original:i,generated:s}))}b.call(this,m),g&&c.has(m.type)&&(r.line=l,r.column=f)};let n=u.emit;u.emit=function(m,p,S){for(let v=0;v<m.length;v++)m.charCodeAt(v)===10?(l++,f=0):f++;n(m,p,S)};let o=u.result;return u.result=function(){return g&&d.addMapping(a),{css:o(),map:d}},u}e.generateSourceMap=y}),Ra=z(e=>{"use strict";var t=ee(),c=43,y=45,u=(l,f)=>{if(l===t.Delim&&(l=f),typeof l=="string"){let g=l.charCodeAt(0);return g>127?32768:g<<8}return l},d=[[t.Ident,t.Ident],[t.Ident,t.Function],[t.Ident,t.Url],[t.Ident,t.BadUrl],[t.Ident,"-"],[t.Ident,t.Number],[t.Ident,t.Percentage],[t.Ident,t.Dimension],[t.Ident,t.CDC],[t.Ident,t.LeftParenthesis],[t.AtKeyword,t.Ident],[t.AtKeyword,t.Function],[t.AtKeyword,t.Url],[t.AtKeyword,t.BadUrl],[t.AtKeyword,"-"],[t.AtKeyword,t.Number],[t.AtKeyword,t.Percentage],[t.AtKeyword,t.Dimension],[t.AtKeyword,t.CDC],[t.Hash,t.Ident],[t.Hash,t.Function],[t.Hash,t.Url],[t.Hash,t.BadUrl],[t.Hash,"-"],[t.Hash,t.Number],[t.Hash,t.Percentage],[t.Hash,t.Dimension],[t.Hash,t.CDC],[t.Dimension,t.Ident],[t.Dimension,t.Function],[t.Dimension,t.Url],[t.Dimension,t.BadUrl],[t.Dimension,"-"],[t.Dimension,t.Number],[t.Dimension,t.Percentage],[t.Dimension,t.Dimension],[t.Dimension,t.CDC],["#",t.Ident],["#",t.Function],["#",t.Url],["#",t.BadUrl],["#","-"],["#",t.Number],["#",t.Percentage],["#",t.Dimension],["#",t.CDC],["-",t.Ident],["-",t.Function],["-",t.Url],["-",t.BadUrl],["-","-"],["-",t.Number],["-",t.Percentage],["-",t.Dimension],["-",t.CDC],[t.Number,t.Ident],[t.Number,t.Function],[t.Number,t.Url],[t.Number,t.BadUrl],[t.Number,t.Number],[t.Number,t.Percentage],[t.Number,t.Dimension],[t.Number,"%"],[t.Number,t.CDC],["@",t.Ident],["@",t.Function],["@",t.Url],["@",t.BadUrl],["@","-"],["@",t.CDC],[".",t.Number],[".",t.Percentage],[".",t.Dimension],["+",t.Number],["+",t.Percentage],["+",t.Dimension],["/","*"]],s=d.concat([[t.Ident,t.Hash],[t.Dimension,t.Hash],[t.Hash,t.Hash],[t.AtKeyword,t.LeftParenthesis],[t.AtKeyword,t.String],[t.AtKeyword,t.Colon],[t.Percentage,t.Percentage],[t.Percentage,t.Dimension],[t.Percentage,t.Function],[t.Percentage,"-"],[t.RightParenthesis,t.Ident],[t.RightParenthesis,t.Function],[t.RightParenthesis,t.Percentage],[t.RightParenthesis,t.Dimension],[t.RightParenthesis,t.Hash],[t.RightParenthesis,"-"]]);function i(l){let f=new Set(l.map(([g,b])=>u(g)<<16|u(b)));return function(g,b,n){let o=u(b,n),m=n.charCodeAt(0);return(m===y&&b!==t.Ident&&b!==t.Function&&b!==t.CDC||m===c?f.has(g<<16|m<<8):f.has(g<<16|o))&&this.emit(" ",t.WhiteSpace,!0),o}}var r=i(d),a=i(s);e.safe=a,e.spec=r}),Na=z(e=>{"use strict";var t=Le(),c=Ia(),y=Ra(),u=ee(),d=92;function s(a,l){if(typeof l=="function"){let f=null;a.children.forEach(g=>{f!==null&&l.call(this,f),this.node(g),f=g});return}a.children.forEach(this.node,this)}function i(a){t.tokenize(a,(l,f,g)=>{this.token(l,a.slice(f,g))})}function r(a){let l=new Map;for(let f in a.node){let g=a.node[f];typeof(g.generate||g)=="function"&&l.set(f,g.generate||g)}return function(f,g){let b="",n=0,o={node(p){if(l.has(p.type))l.get(p.type).call(m,p);else throw new Error("Unknown node type: "+p.type)},tokenBefore:y.safe,token(p,S){n=this.tokenBefore(n,p,S),this.emit(S,p,!1),p===u.Delim&&S.charCodeAt(0)===d&&this.emit(`
98
- `,u.WhiteSpace,!0)},emit(p){b+=p},result(){return b}};g&&(typeof g.decorator=="function"&&(o=g.decorator(o)),g.sourceMap&&(o=c.generateSourceMap(o)),g.mode in y&&(o.tokenBefore=y[g.mode]));let m={node:p=>o.node(p),children:s,token:(p,S)=>o.token(p,S),tokenize:i};return o.node(f),o.result()}}e.createGenerator=r}),Ga=z(e=>{"use strict";var t=we();function c(y){return{fromPlainObject(u){return y(u,{enter(d){d.children&&!(d.children instanceof t.List)&&(d.children=new t.List().fromArray(d.children))}}),u},toPlainObject(u){return y(u,{leave(d){d.children&&d.children instanceof t.List&&(d.children=d.children.toArray())}}),u}}}e.createConvertor=c}),ja=z(e=>{"use strict";var{hasOwnProperty:t}=Object.prototype,c=function(){};function y(l){return typeof l=="function"?l:c}function u(l,f){return function(g,b,n){g.type===f&&l.call(this,g,b,n)}}function d(l,f){let g=f.structure,b=[];for(let n in g){if(t.call(g,n)===!1)continue;let o=g[n],m={name:n,type:!1,nullable:!1};Array.isArray(o)||(o=[o]);for(let p of o)p===null?m.nullable=!0:typeof p=="string"?m.type="node":Array.isArray(p)&&(m.type="list");m.type&&b.push(m)}return b.length?{context:f.walkContext,fields:b}:null}function s(l){let f={};for(let g in l.node)if(t.call(l.node,g)){let b=l.node[g];if(!b.structure)throw new Error("Missed `structure` field in `"+g+"` node type definition");f[g]=d(g,b)}return f}function i(l,f){let g=l.fields.slice(),b=l.context,n=typeof b=="string";return f&&g.reverse(),function(o,m,p,S){let v;n&&(v=m[b],m[b]=o);for(let C of g){let h=o[C.name];if(!C.nullable||h){if(C.type==="list"){if(f?h.reduceRight(S,!1):h.reduce(S,!1))return!0}else if(p(h))return!0}}n&&(m[b]=v)}}function r({StyleSheet:l,Atrule:f,Rule:g,Block:b,DeclarationList:n}){return{Atrule:{StyleSheet:l,Atrule:f,Rule:g,Block:b},Rule:{StyleSheet:l,Atrule:f,Rule:g,Block:b},Declaration:{StyleSheet:l,Atrule:f,Rule:g,Block:b,DeclarationList:n}}}function a(l){let f=s(l),g={},b={},n=Symbol("break-walk"),o=Symbol("skip-node");for(let v in f)t.call(f,v)&&f[v]!==null&&(g[v]=i(f[v],!1),b[v]=i(f[v],!0));let m=r(g),p=r(b),S=function(v,C){function h(E,D,W){let I=w.call(B,E,D,W);return I===n?!0:I===o?!1:!!(x.hasOwnProperty(E.type)&&x[E.type](E,B,h,A)||k.call(B,E,D,W)===n)}let w=c,k=c,x=g,A=(E,D,W,I)=>E||h(D,W,I),B={break:n,skip:o,root:v,stylesheet:null,atrule:null,atrulePrelude:null,rule:null,selector:null,block:null,declaration:null,function:null};if(typeof C=="function")w=C;else if(C&&(w=y(C.enter),k=y(C.leave),C.reverse&&(x=b),C.visit)){if(m.hasOwnProperty(C.visit))x=C.reverse?p[C.visit]:m[C.visit];else if(!f.hasOwnProperty(C.visit))throw new Error("Bad value `"+C.visit+"` for `visit` option (should be: "+Object.keys(f).sort().join(", ")+")");w=u(w,C.visit),k=u(k,C.visit)}if(w===c&&k===c)throw new Error("Neither `enter` nor `leave` walker handler is set or both aren't a function");h(v)};return S.break=n,S.skip=o,S.find=function(v,C){let h=null;return S(v,function(w,k,x){if(C.call(this,w,k,x))return h=w,n}),h},S.findLast=function(v,C){let h=null;return S(v,{reverse:!0,enter(w,k,x){if(C.call(this,w,k,x))return h=w,n}}),h},S.findAll=function(v,C){let h=[];return S(v,function(w,k,x){C.call(this,w,k,x)&&h.push(w)}),h},S}e.createWalker=a}),tt=z(e=>{"use strict";function t(i){return i}function c(i){let{min:r,max:a,comma:l}=i;return r===0&&a===0?l?"#?":"*":r===0&&a===1?"?":r===1&&a===0?l?"#":"+":r===1&&a===1?"":(l?"#":"")+(r===a?"{"+r+"}":"{"+r+","+(a!==0?a:"")+"}")}function y(i){switch(i.type){case"Range":return" ["+(i.min===null?"-\u221E":i.min)+","+(i.max===null?"\u221E":i.max)+"]";default:throw new Error("Unknown node type `"+i.type+"`")}}function u(i,r,a,l){let f=i.combinator===" "||l?i.combinator:" "+i.combinator+" ",g=i.terms.map(b=>d(b,r,a,l)).join(f);return i.explicit||a?(l||g[0]===","?"[":"[ ")+g+(l?"]":" ]"):g}function d(i,r,a,l){let f;switch(i.type){case"Group":f=u(i,r,a,l)+(i.disallowEmpty?"!":"");break;case"Multiplier":return d(i.term,r,a,l)+r(c(i),i);case"Type":f="<"+i.name+(i.opts?r(y(i.opts),i.opts):"")+">";break;case"Property":f="<'"+i.name+"'>";break;case"Keyword":f=i.name;break;case"AtKeyword":f="@"+i.name;break;case"Function":f=i.name+"(";break;case"String":case"Token":f=i.value;break;case"Comma":f=",";break;default:throw new Error("Unknown node type `"+i.type+"`")}return r(f,i)}function s(i,r){let a=t,l=!1,f=!1;return typeof r=="function"?a=r:r&&(l=!!r.forceBraces,f=!!r.compact,typeof r.decorate=="function"&&(a=r.decorate)),d(i,a,l,f)}e.generate=s}),Ua=z(e=>{"use strict";var t=Je(),c=tt(),y={offset:0,line:1,column:1};function u(a,l){let f=a.tokens,g=a.longestMatch,b=g<f.length&&f[g].node||null,n=b!==l?b:null,o=0,m=0,p=0,S="",v,C;for(let h=0;h<f.length;h++){let w=f[h].value;h===g&&(m=w.length,o=S.length),n!==null&&f[h].node===n&&(h<=g?p++:p=0),S+=w}return g===f.length||p>1?(v=d(n||l,"end")||s(y,S),C=s(v)):(v=d(n,"start")||s(d(l,"start")||y,S.slice(0,o)),C=d(n,"end")||s(v,S.substr(o,m))),{css:S,mismatchOffset:o,mismatchLength:m,start:v,end:C}}function d(a,l){let f=a&&a.loc&&a.loc[l];return f?"line"in f?s(f):f:null}function s({offset:a,line:l,column:f},g){let b={offset:a,line:l,column:f};if(g){let n=g.split(/\n|\r\n?|\f/);b.offset+=g.length,b.line+=n.length-1,b.column=n.length===1?b.column+g.length:n.pop().length+1}return b}var i=function(a,l){let f=t.createCustomError("SyntaxReferenceError",a+(l?" `"+l+"`":""));return f.reference=l,f},r=function(a,l,f,g){let b=t.createCustomError("SyntaxMatchError",a),{css:n,mismatchOffset:o,mismatchLength:m,start:p,end:S}=u(g,f);return b.rawMessage=a,b.syntax=l?c.generate(l):"<generic>",b.css=n,b.mismatchOffset=o,b.mismatchLength=m,b.message=a+`
93
+ | <mf-value> '>' '='? <mf-name> '>' '='? <mf-value>`},"mf-value":{syntax:"<number> | <dimension> | <ident> | <ratio>"},"min()":{syntax:"min( <calc-sum># )"},"minmax()":{syntax:"minmax( [ <length-percentage> | min-content | max-content | auto ] , [ <length-percentage> | <flex> | min-content | max-content | auto ] )"},"mod()":{syntax:"mod( <calc-sum>, <calc-sum> )"},"name-repeat":{syntax:"repeat( [ <integer [1,\u221E]> | auto-fill ], <line-names>+ )"},"named-color":{syntax:"transparent | aliceblue | antiquewhite | aqua | aquamarine | azure | beige | bisque | black | blanchedalmond | blue | blueviolet | brown | burlywood | cadetblue | chartreuse | chocolate | coral | cornflowerblue | cornsilk | crimson | cyan | darkblue | darkcyan | darkgoldenrod | darkgray | darkgreen | darkgrey | darkkhaki | darkmagenta | darkolivegreen | darkorange | darkorchid | darkred | darksalmon | darkseagreen | darkslateblue | darkslategray | darkslategrey | darkturquoise | darkviolet | deeppink | deepskyblue | dimgray | dimgrey | dodgerblue | firebrick | floralwhite | forestgreen | fuchsia | gainsboro | ghostwhite | gold | goldenrod | gray | green | greenyellow | grey | honeydew | hotpink | indianred | indigo | ivory | khaki | lavender | lavenderblush | lawngreen | lemonchiffon | lightblue | lightcoral | lightcyan | lightgoldenrodyellow | lightgray | lightgreen | lightgrey | lightpink | lightsalmon | lightseagreen | lightskyblue | lightslategray | lightslategrey | lightsteelblue | lightyellow | lime | limegreen | linen | magenta | maroon | mediumaquamarine | mediumblue | mediumorchid | mediumpurple | mediumseagreen | mediumslateblue | mediumspringgreen | mediumturquoise | mediumvioletred | midnightblue | mintcream | mistyrose | moccasin | navajowhite | navy | oldlace | olive | olivedrab | orange | orangered | orchid | palegoldenrod | palegreen | paleturquoise | palevioletred | papayawhip | peachpuff | peru | pink | plum | powderblue | purple | rebeccapurple | red | rosybrown | royalblue | saddlebrown | salmon | sandybrown | seagreen | seashell | sienna | silver | skyblue | slateblue | slategray | slategrey | snow | springgreen | steelblue | tan | teal | thistle | tomato | turquoise | violet | wheat | white | whitesmoke | yellow | yellowgreen"},"namespace-prefix":{syntax:"<ident>"},"ns-prefix":{syntax:"[ <ident-token> | '*' ]? '|'"},"number-percentage":{syntax:"<number> | <percentage>"},"numeric-figure-values":{syntax:"[ lining-nums | oldstyle-nums ]"},"numeric-fraction-values":{syntax:"[ diagonal-fractions | stacked-fractions ]"},"numeric-spacing-values":{syntax:"[ proportional-nums | tabular-nums ]"},nth:{syntax:"<an-plus-b> | even | odd"},"opacity()":{syntax:"opacity( [ <number-percentage> ] )"},"overflow-position":{syntax:"unsafe | safe"},"outline-radius":{syntax:"<length> | <percentage>"},"page-body":{syntax:"<declaration>? [ ; <page-body> ]? | <page-margin-box> <page-body>"},"page-margin-box":{syntax:"<page-margin-box-type> '{' <declaration-list> '}'"},"page-margin-box-type":{syntax:"@top-left-corner | @top-left | @top-center | @top-right | @top-right-corner | @bottom-left-corner | @bottom-left | @bottom-center | @bottom-right | @bottom-right-corner | @left-top | @left-middle | @left-bottom | @right-top | @right-middle | @right-bottom"},"page-selector-list":{syntax:"[ <page-selector># ]?"},"page-selector":{syntax:"<pseudo-page>+ | <ident> <pseudo-page>*"},"page-size":{syntax:"A5 | A4 | A3 | B5 | B4 | JIS-B5 | JIS-B4 | letter | legal | ledger"},"path()":{syntax:"path( [ <fill-rule>, ]? <string> )"},"paint()":{syntax:"paint( <ident>, <declaration-value>? )"},"perspective()":{syntax:"perspective( [ <length [0,\u221E]> | none ] )"},"polygon()":{syntax:"polygon( <fill-rule>? , [ <length-percentage> <length-percentage> ]# )"},position:{syntax:"[ [ left | center | right ] || [ top | center | bottom ] | [ left | center | right | <length-percentage> ] [ top | center | bottom | <length-percentage> ]? | [ [ left | right ] <length-percentage> ] && [ [ top | bottom ] <length-percentage> ] ]"},"pow()":{syntax:"pow( <calc-sum>, <calc-sum> )"},"pseudo-class-selector":{syntax:"':' <ident-token> | ':' <function-token> <any-value> ')'"},"pseudo-element-selector":{syntax:"':' <pseudo-class-selector>"},"pseudo-page":{syntax:": [ left | right | first | blank ]"},quote:{syntax:"open-quote | close-quote | no-open-quote | no-close-quote"},"radial-gradient()":{syntax:"radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )"},ratio:{syntax:"<number [0,\u221E]> [ / <number [0,\u221E]> ]?"},"relative-selector":{syntax:"<combinator>? <complex-selector>"},"relative-selector-list":{syntax:"<relative-selector>#"},"relative-size":{syntax:"larger | smaller"},"rem()":{syntax:"rem( <calc-sum>, <calc-sum> )"},"repeat-style":{syntax:"repeat-x | repeat-y | [ repeat | space | round | no-repeat ]{1,2}"},"repeating-conic-gradient()":{syntax:"repeating-conic-gradient( [ from <angle> ]? [ at <position> ]?, <angular-color-stop-list> )"},"repeating-linear-gradient()":{syntax:"repeating-linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )"},"repeating-radial-gradient()":{syntax:"repeating-radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )"},"reversed-counter-name":{syntax:"reversed( <counter-name> )"},"rgb()":{syntax:"rgb( <percentage>{3} [ / <alpha-value> ]? ) | rgb( <number>{3} [ / <alpha-value> ]? ) | rgb( <percentage>#{3} , <alpha-value>? ) | rgb( <number>#{3} , <alpha-value>? )"},"rgba()":{syntax:"rgba( <percentage>{3} [ / <alpha-value> ]? ) | rgba( <number>{3} [ / <alpha-value> ]? ) | rgba( <percentage>#{3} , <alpha-value>? ) | rgba( <number>#{3} , <alpha-value>? )"},"rotate()":{syntax:"rotate( [ <angle> | <zero> ] )"},"rotate3d()":{syntax:"rotate3d( <number> , <number> , <number> , [ <angle> | <zero> ] )"},"rotateX()":{syntax:"rotateX( [ <angle> | <zero> ] )"},"rotateY()":{syntax:"rotateY( [ <angle> | <zero> ] )"},"rotateZ()":{syntax:"rotateZ( [ <angle> | <zero> ] )"},"round()":{syntax:"round( <rounding-strategy>?, <calc-sum>, <calc-sum> )"},"rounding-strategy":{syntax:"nearest | up | down | to-zero"},"saturate()":{syntax:"saturate( <number-percentage> )"},"scale()":{syntax:"scale( [ <number> | <percentage> ]#{1,2} )"},"scale3d()":{syntax:"scale3d( [ <number> | <percentage> ]#{3} )"},"scaleX()":{syntax:"scaleX( [ <number> | <percentage> ] )"},"scaleY()":{syntax:"scaleY( [ <number> | <percentage> ] )"},"scaleZ()":{syntax:"scaleZ( [ <number> | <percentage> ] )"},scroller:{syntax:"root | nearest"},"self-position":{syntax:"center | start | end | self-start | self-end | flex-start | flex-end"},"shape-radius":{syntax:"<length-percentage> | closest-side | farthest-side"},"sign()":{syntax:"sign( <calc-sum> )"},"skew()":{syntax:"skew( [ <angle> | <zero> ] , [ <angle> | <zero> ]? )"},"skewX()":{syntax:"skewX( [ <angle> | <zero> ] )"},"skewY()":{syntax:"skewY( [ <angle> | <zero> ] )"},"sepia()":{syntax:"sepia( <number-percentage> )"},shadow:{syntax:"inset? && <length>{2,4} && <color>?"},"shadow-t":{syntax:"[ <length>{2,3} && <color>? ]"},shape:{syntax:"rect(<top>, <right>, <bottom>, <left>)"},"shape-box":{syntax:"<box> | margin-box"},"side-or-corner":{syntax:"[ left | right ] || [ top | bottom ]"},"sin()":{syntax:"sin( <calc-sum> )"},"single-animation":{syntax:"<time> || <easing-function> || <time> || <single-animation-iteration-count> || <single-animation-direction> || <single-animation-fill-mode> || <single-animation-play-state> || [ none | <keyframes-name> ]"},"single-animation-direction":{syntax:"normal | reverse | alternate | alternate-reverse"},"single-animation-fill-mode":{syntax:"none | forwards | backwards | both"},"single-animation-iteration-count":{syntax:"infinite | <number>"},"single-animation-play-state":{syntax:"running | paused"},"single-animation-timeline":{syntax:"auto | none | <timeline-name> | scroll(<axis>? <scroller>?)"},"single-transition":{syntax:"[ none | <single-transition-property> ] || <time> || <easing-function> || <time>"},"single-transition-property":{syntax:"all | <custom-ident>"},size:{syntax:"closest-side | farthest-side | closest-corner | farthest-corner | <length> | <length-percentage>{2}"},"sqrt()":{syntax:"sqrt( <calc-sum> )"},"step-position":{syntax:"jump-start | jump-end | jump-none | jump-both | start | end"},"step-timing-function":{syntax:"step-start | step-end | steps(<integer>[, <step-position>]?)"},"subclass-selector":{syntax:"<id-selector> | <class-selector> | <attribute-selector> | <pseudo-class-selector>"},"supports-condition":{syntax:"not <supports-in-parens> | <supports-in-parens> [ and <supports-in-parens> ]* | <supports-in-parens> [ or <supports-in-parens> ]*"},"supports-in-parens":{syntax:"( <supports-condition> ) | <supports-feature> | <general-enclosed>"},"supports-feature":{syntax:"<supports-decl> | <supports-selector-fn>"},"supports-decl":{syntax:"( <declaration> )"},"supports-selector-fn":{syntax:"selector( <complex-selector> )"},symbol:{syntax:"<string> | <image> | <custom-ident>"},"tan()":{syntax:"tan( <calc-sum> )"},target:{syntax:"<target-counter()> | <target-counters()> | <target-text()>"},"target-counter()":{syntax:"target-counter( [ <string> | <url> ] , <custom-ident> , <counter-style>? )"},"target-counters()":{syntax:"target-counters( [ <string> | <url> ] , <custom-ident> , <string> , <counter-style>? )"},"target-text()":{syntax:"target-text( [ <string> | <url> ] , [ content | before | after | first-letter ]? )"},"time-percentage":{syntax:"<time> | <percentage>"},"timeline-name":{syntax:"<custom-ident> | <string>"},"easing-function":{syntax:"linear | <cubic-bezier-timing-function> | <step-timing-function>"},"track-breadth":{syntax:"<length-percentage> | <flex> | min-content | max-content | auto"},"track-list":{syntax:"[ <line-names>? [ <track-size> | <track-repeat> ] ]+ <line-names>?"},"track-repeat":{syntax:"repeat( [ <integer [1,\u221E]> ] , [ <line-names>? <track-size> ]+ <line-names>? )"},"track-size":{syntax:"<track-breadth> | minmax( <inflexible-breadth> , <track-breadth> ) | fit-content( <length-percentage> )"},"transform-function":{syntax:"<matrix()> | <translate()> | <translateX()> | <translateY()> | <scale()> | <scaleX()> | <scaleY()> | <rotate()> | <skew()> | <skewX()> | <skewY()> | <matrix3d()> | <translate3d()> | <translateZ()> | <scale3d()> | <scaleZ()> | <rotate3d()> | <rotateX()> | <rotateY()> | <rotateZ()> | <perspective()>"},"transform-list":{syntax:"<transform-function>+"},"translate()":{syntax:"translate( <length-percentage> , <length-percentage>? )"},"translate3d()":{syntax:"translate3d( <length-percentage> , <length-percentage> , <length> )"},"translateX()":{syntax:"translateX( <length-percentage> )"},"translateY()":{syntax:"translateY( <length-percentage> )"},"translateZ()":{syntax:"translateZ( <length> )"},"type-or-unit":{syntax:"string | color | url | integer | number | length | angle | time | frequency | cap | ch | em | ex | ic | lh | rlh | rem | vb | vi | vw | vh | vmin | vmax | mm | Q | cm | in | pt | pc | px | deg | grad | rad | turn | ms | s | Hz | kHz | %"},"type-selector":{syntax:"<wq-name> | <ns-prefix>? '*'"},"var()":{syntax:"var( <custom-property-name> , <declaration-value>? )"},"viewport-length":{syntax:"auto | <length-percentage>"},"visual-box":{syntax:"content-box | padding-box | border-box"},"wq-name":{syntax:"<ns-prefix>? <ident-token>"}}}),ia=z((e,t)=>{"use strict";var c=ea(),y=ta(),u=ra(),d=na(),s=/^\s*\|\s*/;function i(g){let f=Object.create(null);for(let b in g){let n=g[b],o=null;if(n.descriptors){o=Object.create(null);for(let m in n.descriptors)o[m]=n.descriptors[m].syntax}f[b.substr(1)]={prelude:n.syntax.trim().replace(/\{(.|\s)+\}/,"").match(/^@\S+\s+([^;\{]*)/)[1].trim()||null,descriptors:o}}return f}function r(g,f){let b={};for(let n in g)b[n]=g[n].syntax||g[n];for(let n in f)n in g?f[n].syntax?b[n]=s.test(f[n].syntax)?b[n]+" "+f[n].syntax.trim():f[n].syntax:delete b[n]:f[n].syntax&&(b[n]=f[n].syntax.replace(s,""));return b}function a(g,f){let b={};for(let n in g){let o=f[n]||{};b[n]={prelude:n in f&&"prelude"in o?o.prelude:g[n].prelude||null,descriptors:r(g[n].descriptors||{},o.descriptors||{})}}for(let n in f)if(!hasOwnProperty.call(g,n)){let o=f[n]||{};b[n]={prelude:o.prelude||null,descriptors:o.descriptors&&r({},o.descriptors)}}return b}var l={types:r(d,c.types),atrules:a(i(y),c.atrules),properties:r(u,c.properties)};t.exports=l}),_t=z(e=>{"use strict";var t=Q(),c=le(),y=43,u=45,d=110,s=!0,i=!1;function r(m,p){let S=this.tokenStart+m,v=this.charCodeAt(S);for((v===y||v===u)&&(p&&this.error("Number sign is not allowed"),S++);S<this.tokenEnd;S++)c.isDigit(this.charCodeAt(S))||this.error("Integer is expected",S)}function a(m){return r.call(this,0,m)}function l(m,p){if(!this.cmpChar(this.tokenStart+m,p)){let S="";switch(p){case d:S="N is expected";break;case u:S="HyphenMinus is expected";break}this.error(S,this.tokenStart+m)}}function g(){let m=0,p=0,S=this.tokenType;for(;S===t.WhiteSpace||S===t.Comment;)S=this.lookupType(++m);if(S!==t.Number)if(this.isDelim(y,m)||this.isDelim(u,m)){p=this.isDelim(y,m)?y:u;do S=this.lookupType(++m);while(S===t.WhiteSpace||S===t.Comment);S!==t.Number&&(this.skip(m),a.call(this,s))}else return null;return m>0&&this.skip(m),p===0&&(S=this.charCodeAt(this.tokenStart),S!==y&&S!==u&&this.error("Number sign is expected")),a.call(this,p!==0),p===u?"-"+this.consume(t.Number):this.consume(t.Number)}var f="AnPlusB",b={a:[String,null],b:[String,null]};function n(){let m=this.tokenStart,p=null,S=null;if(this.tokenType===t.Number)a.call(this,i),S=this.consume(t.Number);else if(this.tokenType===t.Ident&&this.cmpChar(this.tokenStart,u))switch(p="-1",l.call(this,1,d),this.tokenEnd-this.tokenStart){case 2:this.next(),S=g.call(this);break;case 3:l.call(this,2,u),this.next(),this.skipSC(),a.call(this,s),S="-"+this.consume(t.Number);break;default:l.call(this,2,u),r.call(this,3,s),this.next(),S=this.substrToCursor(m+2)}else if(this.tokenType===t.Ident||this.isDelim(y)&&this.lookupType(1)===t.Ident){let v=0;switch(p="1",this.isDelim(y)&&(v=1,this.next()),l.call(this,0,d),this.tokenEnd-this.tokenStart){case 1:this.next(),S=g.call(this);break;case 2:l.call(this,1,u),this.next(),this.skipSC(),a.call(this,s),S="-"+this.consume(t.Number);break;default:l.call(this,1,u),r.call(this,2,s),this.next(),S=this.substrToCursor(m+v+1)}}else if(this.tokenType===t.Dimension){let v=this.charCodeAt(this.tokenStart),C=v===y||v===u,h=this.tokenStart+C;for(;h<this.tokenEnd&&c.isDigit(this.charCodeAt(h));h++);h===this.tokenStart+C&&this.error("Integer is expected",this.tokenStart+C),l.call(this,h-this.tokenStart,d),p=this.substring(m,h),h+1===this.tokenEnd?(this.next(),S=g.call(this)):(l.call(this,h-this.tokenStart+1,u),h+2===this.tokenEnd?(this.next(),this.skipSC(),a.call(this,s),S="-"+this.consume(t.Number)):(r.call(this,h-this.tokenStart+2,s),this.next(),S=this.substrToCursor(h+1)))}else this.error();return p!==null&&p.charCodeAt(0)===y&&(p=p.substr(1)),S!==null&&S.charCodeAt(0)===y&&(S=S.substr(1)),{type:"AnPlusB",loc:this.getLocation(m,this.tokenStart),a:p,b:S}}function o(m){if(m.a){let p=m.a==="+1"&&"n"||m.a==="1"&&"n"||m.a==="-1"&&"-n"||m.a+"n";if(m.b){let S=m.b[0]==="-"||m.b[0]==="+"?m.b:"+"+m.b;this.tokenize(p+S)}else this.tokenize(p)}else this.tokenize(m.b)}e.generate=o,e.name=f,e.parse=n,e.structure=b}),Wt=z(e=>{"use strict";var t=Q();function c(a){return this.Raw(a,this.consumeUntilLeftCurlyBracketOrSemicolon,!0)}function y(){for(let a=1,l;l=this.lookupType(a);a++){if(l===t.RightCurlyBracket)return!0;if(l===t.LeftCurlyBracket||l===t.AtKeyword)return!1}return!1}var u="Atrule",d="atrule",s={name:String,prelude:["AtrulePrelude","Raw",null],block:["Block",null]};function i(a=!1){let l=this.tokenStart,g,f,b=null,n=null;switch(this.eat(t.AtKeyword),g=this.substrToCursor(l+1),f=g.toLowerCase(),this.skipSC(),this.eof===!1&&this.tokenType!==t.LeftCurlyBracket&&this.tokenType!==t.Semicolon&&(this.parseAtrulePrelude?b=this.parseWithFallback(this.AtrulePrelude.bind(this,g,a),c):b=c.call(this,this.tokenIndex),this.skipSC()),this.tokenType){case t.Semicolon:this.next();break;case t.LeftCurlyBracket:hasOwnProperty.call(this.atrule,f)&&typeof this.atrule[f].block=="function"?n=this.atrule[f].block.call(this,a):n=this.Block(y.call(this));break}return{type:"Atrule",loc:this.getLocation(l,this.tokenStart),name:g,prelude:b,block:n}}function r(a){this.token(t.AtKeyword,"@"+a.name),a.prelude!==null&&this.node(a.prelude),a.block?this.node(a.block):this.token(t.Semicolon,";")}e.generate=r,e.name=u,e.parse=i,e.structure=s,e.walkContext=d}),Lt=z(e=>{"use strict";var t=Q(),c="AtrulePrelude",y="atrulePrelude",u={children:[[]]};function d(i){let r=null;return i!==null&&(i=i.toLowerCase()),this.skipSC(),hasOwnProperty.call(this.atrule,i)&&typeof this.atrule[i].prelude=="function"?r=this.atrule[i].prelude.call(this):r=this.readSequence(this.scope.AtrulePrelude),this.skipSC(),this.eof!==!0&&this.tokenType!==t.LeftCurlyBracket&&this.tokenType!==t.Semicolon&&this.error("Semicolon or block is expected"),{type:"AtrulePrelude",loc:this.getLocationFromList(r),children:r}}function s(i){this.children(i)}e.generate=s,e.name=c,e.parse=d,e.structure=u,e.walkContext=y}),qt=z(e=>{"use strict";var t=Q(),c=36,y=42,u=61,d=94,s=124,i=126;function r(){this.eof&&this.error("Unexpected end of input");let n=this.tokenStart,o=!1;return this.isDelim(y)?(o=!0,this.next()):this.isDelim(s)||this.eat(t.Ident),this.isDelim(s)?this.charCodeAt(this.tokenStart+1)!==u?(this.next(),this.eat(t.Ident)):o&&this.error("Identifier is expected",this.tokenEnd):o&&this.error("Vertical line is expected"),{type:"Identifier",loc:this.getLocation(n,this.tokenStart),name:this.substrToCursor(n)}}function a(){let n=this.tokenStart,o=this.charCodeAt(n);return o!==u&&o!==i&&o!==d&&o!==c&&o!==y&&o!==s&&this.error("Attribute selector (=, ~=, ^=, $=, *=, |=) is expected"),this.next(),o!==u&&(this.isDelim(u)||this.error("Equal sign is expected"),this.next()),this.substrToCursor(n)}var l="AttributeSelector",g={name:"Identifier",matcher:[String,null],value:["String","Identifier",null],flags:[String,null]};function f(){let n=this.tokenStart,o,m=null,p=null,S=null;return this.eat(t.LeftSquareBracket),this.skipSC(),o=r.call(this),this.skipSC(),this.tokenType!==t.RightSquareBracket&&(this.tokenType!==t.Ident&&(m=a.call(this),this.skipSC(),p=this.tokenType===t.String?this.String():this.Identifier(),this.skipSC()),this.tokenType===t.Ident&&(S=this.consume(t.Ident),this.skipSC())),this.eat(t.RightSquareBracket),{type:"AttributeSelector",loc:this.getLocation(n,this.tokenStart),name:o,matcher:m,value:p,flags:S}}function b(n){this.token(t.Delim,"["),this.node(n.name),n.matcher!==null&&(this.tokenize(n.matcher),this.node(n.value)),n.flags!==null&&this.token(t.Ident,n.flags),this.token(t.Delim,"]")}e.generate=b,e.name=l,e.parse=f,e.structure=g}),Pt=z(e=>{"use strict";var t=Q(),c=38;function y(f){return this.Raw(f,null,!0)}function u(){return this.parseWithFallback(this.Rule,y)}function d(f){return this.Raw(f,this.consumeUntilSemicolonIncluded,!0)}function s(){if(this.tokenType===t.Semicolon)return d.call(this,this.tokenIndex);let f=this.parseWithFallback(this.Declaration,d);return this.tokenType===t.Semicolon&&this.next(),f}var i="Block",r="block",a={children:[["Atrule","Rule","Declaration"]]};function l(f){let b=f?s:u,n=this.tokenStart,o=this.createList();this.eat(t.LeftCurlyBracket);e:for(;!this.eof;)switch(this.tokenType){case t.RightCurlyBracket:break e;case t.WhiteSpace:case t.Comment:this.next();break;case t.AtKeyword:o.push(this.parseWithFallback(this.Atrule.bind(this,f),y));break;default:f&&this.isDelim(c)?o.push(u.call(this)):o.push(b.call(this))}return this.eof||this.eat(t.RightCurlyBracket),{type:"Block",loc:this.getLocation(n,this.tokenStart),children:o}}function g(f){this.token(t.LeftCurlyBracket,"{"),this.children(f,b=>{b.type==="Declaration"&&this.token(t.Semicolon,";")}),this.token(t.RightCurlyBracket,"}")}e.generate=g,e.name=i,e.parse=l,e.structure=a,e.walkContext=r}),Mt=z(e=>{"use strict";var t=Q(),c="Brackets",y={children:[[]]};function u(s,i){let r=this.tokenStart,a=null;return this.eat(t.LeftSquareBracket),a=s.call(this,i),this.eof||this.eat(t.RightSquareBracket),{type:"Brackets",loc:this.getLocation(r,this.tokenStart),children:a}}function d(s){this.token(t.Delim,"["),this.children(s),this.token(t.Delim,"]")}e.generate=d,e.name=c,e.parse=u,e.structure=y}),It=z(e=>{"use strict";var t=Q(),c="CDC",y=[];function u(){let s=this.tokenStart;return this.eat(t.CDC),{type:"CDC",loc:this.getLocation(s,this.tokenStart)}}function d(){this.token(t.CDC,"-->")}e.generate=d,e.name=c,e.parse=u,e.structure=y}),Nt=z(e=>{"use strict";var t=Q(),c="CDO",y=[];function u(){let s=this.tokenStart;return this.eat(t.CDO),{type:"CDO",loc:this.getLocation(s,this.tokenStart)}}function d(){this.token(t.CDO,"<!--")}e.generate=d,e.name=c,e.parse=u,e.structure=y}),Rt=z(e=>{"use strict";var t=Q(),c=46,y="ClassSelector",u={name:String};function d(){return this.eatDelim(c),{type:"ClassSelector",loc:this.getLocation(this.tokenStart-1,this.tokenEnd),name:this.consume(t.Ident)}}function s(i){this.token(t.Delim,"."),this.token(t.Ident,i.name)}e.generate=s,e.name=y,e.parse=d,e.structure=u}),Gt=z(e=>{"use strict";var t=Q(),c=43,y=47,u=62,d=126,s="Combinator",i={name:String};function r(){let l=this.tokenStart,g;switch(this.tokenType){case t.WhiteSpace:g=" ";break;case t.Delim:switch(this.charCodeAt(this.tokenStart)){case u:case c:case d:this.next();break;case y:this.next(),this.eatIdent("deep"),this.eatDelim(y);break;default:this.error("Combinator is expected")}g=this.substrToCursor(l);break}return{type:"Combinator",loc:this.getLocation(l,this.tokenStart),name:g}}function a(l){this.tokenize(l.name)}e.generate=a,e.name=s,e.parse=r,e.structure=i}),jt=z(e=>{"use strict";var t=Q(),c=42,y=47,u="Comment",d={value:String};function s(){let r=this.tokenStart,a=this.tokenEnd;return this.eat(t.Comment),a-r+2>=2&&this.charCodeAt(a-2)===c&&this.charCodeAt(a-1)===y&&(a-=2),{type:"Comment",loc:this.getLocation(r,this.tokenStart),value:this.substring(r+2,a)}}function i(r){this.token(t.Comment,"/*"+r.value+"*/")}e.generate=i,e.name=u,e.parse=s,e.structure=d}),Ut=z(e=>{"use strict";var t=Ye(),c=Q(),y=33,u=35,d=36,s=38,i=42,r=43,a=47;function l(C){return this.Raw(C,this.consumeUntilExclamationMarkOrSemicolon,!0)}function g(C){return this.Raw(C,this.consumeUntilExclamationMarkOrSemicolon,!1)}function f(){let C=this.tokenIndex,h=this.Value();return h.type!=="Raw"&&this.eof===!1&&this.tokenType!==c.Semicolon&&this.isDelim(y)===!1&&this.isBalanceEdge(C)===!1&&this.error(),h}var b="Declaration",n="declaration",o={important:[Boolean,String],property:String,value:["Value","Raw"]};function m(){let C=this.tokenStart,h=this.tokenIndex,w=S.call(this),k=t.isCustomProperty(w),x=k?this.parseCustomProperty:this.parseValue,A=k?g:l,B=!1,E;this.skipSC(),this.eat(c.Colon);let D=this.tokenIndex;if(k||this.skipSC(),x?E=this.parseWithFallback(f,A):E=A.call(this,this.tokenIndex),k&&E.type==="Value"&&E.children.isEmpty){for(let W=D-this.tokenIndex;W<=0;W++)if(this.lookupType(W)===c.WhiteSpace){E.children.appendData({type:"WhiteSpace",loc:null,value:" "});break}}return this.isDelim(y)&&(B=v.call(this),this.skipSC()),this.eof===!1&&this.tokenType!==c.Semicolon&&this.isBalanceEdge(h)===!1&&this.error(),{type:"Declaration",loc:this.getLocation(C,this.tokenStart),important:B,property:w,value:E}}function p(C){this.token(c.Ident,C.property),this.token(c.Colon,":"),this.node(C.value),C.important&&(this.token(c.Delim,"!"),this.token(c.Ident,C.important===!0?"important":C.important))}function S(){let C=this.tokenStart;if(this.tokenType===c.Delim)switch(this.charCodeAt(this.tokenStart)){case i:case d:case r:case u:case s:this.next();break;case a:this.next(),this.isDelim(a)&&this.next();break}return this.tokenType===c.Hash?this.eat(c.Hash):this.eat(c.Ident),this.substrToCursor(C)}function v(){this.eat(c.Delim),this.skipSC();let C=this.consume(c.Ident);return C==="important"?!0:C}e.generate=p,e.name=b,e.parse=m,e.structure=o,e.walkContext=n}),Vt=z(e=>{"use strict";var t=Q(),c=38;function y(r){return this.Raw(r,this.consumeUntilSemicolonIncluded,!0)}var u="DeclarationList",d={children:[["Declaration","Atrule","Rule"]]};function s(){let r=this.createList();for(;!this.eof;)switch(this.tokenType){case t.WhiteSpace:case t.Comment:case t.Semicolon:this.next();break;case t.AtKeyword:r.push(this.parseWithFallback(this.Atrule.bind(this,!0),y));break;default:this.isDelim(c)?r.push(this.parseWithFallback(this.Rule,y)):r.push(this.parseWithFallback(this.Declaration,y))}return{type:"DeclarationList",loc:this.getLocationFromList(r),children:r}}function i(r){this.children(r,a=>{a.type==="Declaration"&&this.token(t.Semicolon,";")})}e.generate=i,e.name=u,e.parse=s,e.structure=d}),Ht=z(e=>{"use strict";var t=Q(),c="Dimension",y={value:String,unit:String};function u(){let s=this.tokenStart,i=this.consumeNumber(t.Dimension);return{type:"Dimension",loc:this.getLocation(s,this.tokenStart),value:i,unit:this.substring(s+i.length,this.tokenStart)}}function d(s){this.token(t.Dimension,s.value+s.unit)}e.generate=d,e.name=c,e.parse=u,e.structure=y}),Kt=z(e=>{"use strict";var t=Q(),c="Function",y="function",u={name:String,children:[[]]};function d(i,r){let a=this.tokenStart,l=this.consumeFunctionName(),g=l.toLowerCase(),f;return f=r.hasOwnProperty(g)?r[g].call(this,r):i.call(this,r),this.eof||this.eat(t.RightParenthesis),{type:"Function",loc:this.getLocation(a,this.tokenStart),name:l,children:f}}function s(i){this.token(t.Function,i.name+"("),this.children(i),this.token(t.RightParenthesis,")")}e.generate=s,e.name=c,e.parse=d,e.structure=u,e.walkContext=y}),Yt=z(e=>{"use strict";var t=Q(),c="XXX",y="Hash",u={value:String};function d(){let i=this.tokenStart;return this.eat(t.Hash),{type:"Hash",loc:this.getLocation(i,this.tokenStart),value:this.substrToCursor(i+1)}}function s(i){this.token(t.Hash,"#"+i.value)}e.generate=s,e.name=y,e.parse=d,e.structure=u,e.xxx=c}),Xt=z(e=>{"use strict";var t=Q(),c="Identifier",y={name:String};function u(){return{type:"Identifier",loc:this.getLocation(this.tokenStart,this.tokenEnd),name:this.consume(t.Ident)}}function d(s){this.token(t.Ident,s.name)}e.generate=d,e.name=c,e.parse=u,e.structure=y}),$t=z(e=>{"use strict";var t=Q(),c="IdSelector",y={name:String};function u(){let s=this.tokenStart;return this.eat(t.Hash),{type:"IdSelector",loc:this.getLocation(s,this.tokenStart),name:this.substrToCursor(s+1)}}function d(s){this.token(t.Delim,"#"+s.name)}e.generate=d,e.name=c,e.parse=u,e.structure=y}),Zt=z(e=>{"use strict";var t=Q(),c="MediaFeature",y={name:String,value:["Identifier","Number","Dimension","Ratio",null]};function u(){let s=this.tokenStart,i,r=null;if(this.eat(t.LeftParenthesis),this.skipSC(),i=this.consume(t.Ident),this.skipSC(),this.tokenType!==t.RightParenthesis){switch(this.eat(t.Colon),this.skipSC(),this.tokenType){case t.Number:this.lookupNonWSType(1)===t.Delim?r=this.Ratio():r=this.Number();break;case t.Dimension:r=this.Dimension();break;case t.Ident:r=this.Identifier();break;default:this.error("Number, dimension, ratio or identifier is expected")}this.skipSC()}return this.eat(t.RightParenthesis),{type:"MediaFeature",loc:this.getLocation(s,this.tokenStart),name:i,value:r}}function d(s){this.token(t.LeftParenthesis,"("),this.token(t.Ident,s.name),s.value!==null&&(this.token(t.Colon,":"),this.node(s.value)),this.token(t.RightParenthesis,")")}e.generate=d,e.name=c,e.parse=u,e.structure=y}),Qt=z(e=>{"use strict";var t=Q(),c="MediaQuery",y={children:[["Identifier","MediaFeature","WhiteSpace"]]};function u(){let s=this.createList(),i=null;this.skipSC();e:for(;!this.eof;){switch(this.tokenType){case t.Comment:case t.WhiteSpace:this.next();continue;case t.Ident:i=this.Identifier();break;case t.LeftParenthesis:i=this.MediaFeature();break;default:break e}s.push(i)}return i===null&&this.error("Identifier or parenthesis is expected"),{type:"MediaQuery",loc:this.getLocationFromList(s),children:s}}function d(s){this.children(s)}e.generate=d,e.name=c,e.parse=u,e.structure=y}),Jt=z(e=>{"use strict";var t=Q(),c="MediaQueryList",y={children:[["MediaQuery"]]};function u(){let s=this.createList();for(this.skipSC();!this.eof&&(s.push(this.MediaQuery()),this.tokenType===t.Comma);)this.next();return{type:"MediaQueryList",loc:this.getLocationFromList(s),children:s}}function d(s){this.children(s,()=>this.token(t.Comma,","))}e.generate=d,e.name=c,e.parse=u,e.structure=y}),er=z(e=>{"use strict";var t=Q(),c=38,y="NestingSelector",u={};function d(){let i=this.tokenStart;return this.eatDelim(c),{type:"NestingSelector",loc:this.getLocation(i,this.tokenStart)}}function s(){this.token(t.Delim,"&")}e.generate=s,e.name=y,e.parse=d,e.structure=u}),tr=z(e=>{"use strict";var t=Q(),c="Nth",y={nth:["AnPlusB","Identifier"],selector:["SelectorList",null]};function u(){this.skipSC();let s=this.tokenStart,i=s,r=null,a;return this.lookupValue(0,"odd")||this.lookupValue(0,"even")?a=this.Identifier():a=this.AnPlusB(),i=this.tokenStart,this.skipSC(),this.lookupValue(0,"of")&&(this.next(),r=this.SelectorList(),i=this.tokenStart),{type:"Nth",loc:this.getLocation(s,i),nth:a,selector:r}}function d(s){this.node(s.nth),s.selector!==null&&(this.token(t.Ident,"of"),this.node(s.selector))}e.generate=d,e.name=c,e.parse=u,e.structure=y}),rr=z(e=>{"use strict";var t=Q(),c="Number",y={value:String};function u(){return{type:"Number",loc:this.getLocation(this.tokenStart,this.tokenEnd),value:this.consume(t.Number)}}function d(s){this.token(t.Number,s.value)}e.generate=d,e.name=c,e.parse=u,e.structure=y}),nr=z(e=>{"use strict";var t="Operator",c={value:String};function y(){let d=this.tokenStart;return this.next(),{type:"Operator",loc:this.getLocation(d,this.tokenStart),value:this.substrToCursor(d)}}function u(d){this.tokenize(d.value)}e.generate=u,e.name=t,e.parse=y,e.structure=c}),ir=z(e=>{"use strict";var t=Q(),c="Parentheses",y={children:[[]]};function u(s,i){let r=this.tokenStart,a=null;return this.eat(t.LeftParenthesis),a=s.call(this,i),this.eof||this.eat(t.RightParenthesis),{type:"Parentheses",loc:this.getLocation(r,this.tokenStart),children:a}}function d(s){this.token(t.LeftParenthesis,"("),this.children(s),this.token(t.RightParenthesis,")")}e.generate=d,e.name=c,e.parse=u,e.structure=y}),ar=z(e=>{"use strict";var t=Q(),c="Percentage",y={value:String};function u(){return{type:"Percentage",loc:this.getLocation(this.tokenStart,this.tokenEnd),value:this.consumeNumber(t.Percentage)}}function d(s){this.token(t.Percentage,s.value+"%")}e.generate=d,e.name=c,e.parse=u,e.structure=y}),or=z(e=>{"use strict";var t=Q(),c="PseudoClassSelector",y="function",u={name:String,children:[["Raw"],null]};function d(){let i=this.tokenStart,r=null,a,l;return this.eat(t.Colon),this.tokenType===t.Function?(a=this.consumeFunctionName(),l=a.toLowerCase(),hasOwnProperty.call(this.pseudo,l)?(this.skipSC(),r=this.pseudo[l].call(this),this.skipSC()):(r=this.createList(),r.push(this.Raw(this.tokenIndex,null,!1))),this.eat(t.RightParenthesis)):a=this.consume(t.Ident),{type:"PseudoClassSelector",loc:this.getLocation(i,this.tokenStart),name:a,children:r}}function s(i){this.token(t.Colon,":"),i.children===null?this.token(t.Ident,i.name):(this.token(t.Function,i.name+"("),this.children(i),this.token(t.RightParenthesis,")"))}e.generate=s,e.name=c,e.parse=d,e.structure=u,e.walkContext=y}),sr=z(e=>{"use strict";var t=Q(),c="PseudoElementSelector",y="function",u={name:String,children:[["Raw"],null]};function d(){let i=this.tokenStart,r=null,a,l;return this.eat(t.Colon),this.eat(t.Colon),this.tokenType===t.Function?(a=this.consumeFunctionName(),l=a.toLowerCase(),hasOwnProperty.call(this.pseudo,l)?(this.skipSC(),r=this.pseudo[l].call(this),this.skipSC()):(r=this.createList(),r.push(this.Raw(this.tokenIndex,null,!1))),this.eat(t.RightParenthesis)):a=this.consume(t.Ident),{type:"PseudoElementSelector",loc:this.getLocation(i,this.tokenStart),name:a,children:r}}function s(i){this.token(t.Colon,":"),this.token(t.Colon,":"),i.children===null?this.token(t.Ident,i.name):(this.token(t.Function,i.name+"("),this.children(i),this.token(t.RightParenthesis,")"))}e.generate=s,e.name=c,e.parse=d,e.structure=u,e.walkContext=y}),lr=z(e=>{"use strict";var t=Q(),c=le(),y=47,u=46;function d(){this.skipSC();let l=this.consume(t.Number);for(let g=0;g<l.length;g++){let f=l.charCodeAt(g);!c.isDigit(f)&&f!==u&&this.error("Unsigned number is expected",this.tokenStart-l.length+g)}return Number(l)===0&&this.error("Zero number is not allowed",this.tokenStart-l.length),l}var s="Ratio",i={left:String,right:String};function r(){let l=this.tokenStart,g=d.call(this),f;return this.skipSC(),this.eatDelim(y),f=d.call(this),{type:"Ratio",loc:this.getLocation(l,this.tokenStart),left:g,right:f}}function a(l){this.token(t.Number,l.left),this.token(t.Delim,"/"),this.token(t.Number,l.right)}e.generate=a,e.name=s,e.parse=r,e.structure=i}),ur=z(e=>{"use strict";var t=Q();function c(){return this.tokenIndex>0&&this.lookupType(-1)===t.WhiteSpace?this.tokenIndex>1?this.getTokenStart(this.tokenIndex-1):this.firstCharOffset:this.tokenStart}var y="Raw",u={value:String};function d(i,r,a){let l=this.getTokenStart(i),g;return this.skipUntilBalanced(i,r||this.consumeUntilBalanceEnd),a&&this.tokenStart>l?g=c.call(this):g=this.tokenStart,{type:"Raw",loc:this.getLocation(l,g),value:this.substring(l,g)}}function s(i){this.tokenize(i.value)}e.generate=s,e.name=y,e.parse=d,e.structure=u}),dr=z(e=>{"use strict";var t=Q();function c(a){return this.Raw(a,this.consumeUntilLeftCurlyBracket,!0)}function y(){let a=this.SelectorList();return a.type!=="Raw"&&this.eof===!1&&this.tokenType!==t.LeftCurlyBracket&&this.error(),a}var u="Rule",d="rule",s={prelude:["SelectorList","Raw"],block:["Block"]};function i(){let a=this.tokenIndex,l=this.tokenStart,g,f;return this.parseRulePrelude?g=this.parseWithFallback(y,c):g=c.call(this,a),f=this.Block(!0),{type:"Rule",loc:this.getLocation(l,this.tokenStart),prelude:g,block:f}}function r(a){this.node(a.prelude),this.node(a.block)}e.generate=r,e.name=u,e.parse=i,e.structure=s,e.walkContext=d}),cr=z(e=>{"use strict";var t="Selector",c={children:[["TypeSelector","IdSelector","ClassSelector","AttributeSelector","PseudoClassSelector","PseudoElementSelector","Combinator","WhiteSpace"]]};function y(){let d=this.readSequence(this.scope.Selector);return this.getFirstListNode(d)===null&&this.error("Selector is expected"),{type:"Selector",loc:this.getLocationFromList(d),children:d}}function u(d){this.children(d)}e.generate=u,e.name=t,e.parse=y,e.structure=c}),pr=z(e=>{"use strict";var t=Q(),c="SelectorList",y="selector",u={children:[["Selector","Raw"]]};function d(){let i=this.createList();for(;!this.eof;){if(i.push(this.Selector()),this.tokenType===t.Comma){this.next();continue}break}return{type:"SelectorList",loc:this.getLocationFromList(i),children:i}}function s(i){this.children(i,()=>this.token(t.Comma,","))}e.generate=s,e.name=c,e.parse=d,e.structure=u,e.walkContext=y}),$e=z(e=>{"use strict";var t=le(),c=he(),y=92,u=34,d=39;function s(r){let a=r.length,l=r.charCodeAt(0),g=l===u||l===d?1:0,f=g===1&&a>1&&r.charCodeAt(a-1)===l?a-2:a-1,b="";for(let n=g;n<=f;n++){let o=r.charCodeAt(n);if(o===y){if(n===f){n!==a-1&&(b=r.substr(n+1));break}if(o=r.charCodeAt(++n),t.isValidEscape(y,o)){let m=n-1,p=c.consumeEscaped(r,m);n=p-1,b+=c.decodeEscaped(r.substring(m+1,p))}else o===13&&r.charCodeAt(n+1)===10&&n++}else b+=r[n]}return b}function i(r,a){let l=a?"'":'"',g=a?d:u,f="",b=!1;for(let n=0;n<r.length;n++){let o=r.charCodeAt(n);if(o===0){f+="\uFFFD";continue}if(o<=31||o===127){f+="\\"+o.toString(16),b=!0;continue}o===g||o===y?(f+="\\"+r.charAt(n),b=!1):(b&&(t.isHexDigit(o)||t.isWhiteSpace(o))&&(f+=" "),f+=r.charAt(n),b=!1)}return l+f+l}e.decode=s,e.encode=i}),mr=z(e=>{"use strict";var t=$e(),c=Q(),y="String",u={value:String};function d(){return{type:"String",loc:this.getLocation(this.tokenStart,this.tokenEnd),value:t.decode(this.consume(c.String))}}function s(i){this.token(c.String,t.encode(i.value))}e.generate=s,e.name=y,e.parse=d,e.structure=u}),hr=z(e=>{"use strict";var t=Q(),c=33;function y(a){return this.Raw(a,null,!1)}var u="StyleSheet",d="stylesheet",s={children:[["Comment","CDO","CDC","Atrule","Rule","Raw"]]};function i(){let a=this.tokenStart,l=this.createList(),g;for(;!this.eof;){switch(this.tokenType){case t.WhiteSpace:this.next();continue;case t.Comment:if(this.charCodeAt(this.tokenStart+2)!==c){this.next();continue}g=this.Comment();break;case t.CDO:g=this.CDO();break;case t.CDC:g=this.CDC();break;case t.AtKeyword:g=this.parseWithFallback(this.Atrule,y);break;default:g=this.parseWithFallback(this.Rule,y)}l.push(g)}return{type:"StyleSheet",loc:this.getLocation(a,this.tokenStart),children:l}}function r(a){this.children(a)}e.generate=r,e.name=u,e.parse=i,e.structure=s,e.walkContext=d}),gr=z(e=>{"use strict";var t=Q(),c=42,y=124;function u(){this.tokenType!==t.Ident&&this.isDelim(c)===!1&&this.error("Identifier or asterisk is expected"),this.next()}var d="TypeSelector",s={name:String};function i(){let a=this.tokenStart;return this.isDelim(y)?(this.next(),u.call(this)):(u.call(this),this.isDelim(y)&&(this.next(),u.call(this))),{type:"TypeSelector",loc:this.getLocation(a,this.tokenStart),name:this.substrToCursor(a)}}function r(a){this.tokenize(a.name)}e.generate=r,e.name=d,e.parse=i,e.structure=s}),fr=z(e=>{"use strict";var t=Q(),c=le(),y=43,u=45,d=63;function s(n,o){let m=0;for(let p=this.tokenStart+n;p<this.tokenEnd;p++){let S=this.charCodeAt(p);if(S===u&&o&&m!==0)return s.call(this,n+m+1,!1),-1;c.isHexDigit(S)||this.error(o&&m!==0?"Hyphen minus"+(m<6?" or hex digit":"")+" is expected":m<6?"Hex digit is expected":"Unexpected input",p),++m>6&&this.error("Too many hex digits",p)}return this.next(),m}function i(n){let o=0;for(;this.isDelim(d);)++o>n&&this.error("Too many question marks"),this.next()}function r(n){this.charCodeAt(this.tokenStart)!==n&&this.error((n===y?"Plus sign":"Hyphen minus")+" is expected")}function a(){let n=0;switch(this.tokenType){case t.Number:if(n=s.call(this,1,!0),this.isDelim(d)){i.call(this,6-n);break}if(this.tokenType===t.Dimension||this.tokenType===t.Number){r.call(this,u),s.call(this,1,!1);break}break;case t.Dimension:n=s.call(this,1,!0),n>0&&i.call(this,6-n);break;default:if(this.eatDelim(y),this.tokenType===t.Ident){n=s.call(this,0,!0),n>0&&i.call(this,6-n);break}if(this.isDelim(d)){this.next(),i.call(this,5);break}this.error("Hex digit or question mark is expected")}}var l="UnicodeRange",g={value:String};function f(){let n=this.tokenStart;return this.eatIdent("u"),a.call(this),{type:"UnicodeRange",loc:this.getLocation(n,this.tokenStart),value:this.substrToCursor(n)}}function b(n){this.tokenize(n.value)}e.generate=b,e.name=l,e.parse=f,e.structure=g}),yr=z(e=>{"use strict";var t=le(),c=he(),y=32,u=92,d=34,s=39,i=40,r=41;function a(g){let f=g.length,b=4,n=g.charCodeAt(f-1)===r?f-2:f-1,o="";for(;b<n&&t.isWhiteSpace(g.charCodeAt(b));)b++;for(;b<n&&t.isWhiteSpace(g.charCodeAt(n));)n--;for(let m=b;m<=n;m++){let p=g.charCodeAt(m);if(p===u){if(m===n){m!==f-1&&(o=g.substr(m+1));break}if(p=g.charCodeAt(++m),t.isValidEscape(u,p)){let S=m-1,v=c.consumeEscaped(g,S);m=v-1,o+=c.decodeEscaped(g.substring(S+1,v))}else p===13&&g.charCodeAt(m+1)===10&&m++}else o+=g[m]}return o}function l(g){let f="",b=!1;for(let n=0;n<g.length;n++){let o=g.charCodeAt(n);if(o===0){f+="\uFFFD";continue}if(o<=31||o===127){f+="\\"+o.toString(16),b=!0;continue}o===y||o===u||o===d||o===s||o===i||o===r?(f+="\\"+g.charAt(n),b=!1):(b&&t.isHexDigit(o)&&(f+=" "),f+=g.charAt(n),b=!1)}return"url("+f+")"}e.decode=a,e.encode=l}),br=z(e=>{"use strict";var t=yr(),c=$e(),y=Q(),u="Url",d={value:String};function s(){let r=this.tokenStart,a;switch(this.tokenType){case y.Url:a=t.decode(this.consume(y.Url));break;case y.Function:this.cmpStr(this.tokenStart,this.tokenEnd,"url(")||this.error("Function name must be `url`"),this.eat(y.Function),this.skipSC(),a=c.decode(this.consume(y.String)),this.skipSC(),this.eof||this.eat(y.RightParenthesis);break;default:this.error("Url or Function is expected")}return{type:"Url",loc:this.getLocation(r,this.tokenStart),value:a}}function i(r){this.token(y.Url,t.encode(r.value))}e.generate=i,e.name=u,e.parse=s,e.structure=d}),Sr=z(e=>{"use strict";var t="Value",c={children:[[]]};function y(){let d=this.tokenStart,s=this.readSequence(this.scope.Value);return{type:"Value",loc:this.getLocation(d,this.tokenStart),children:s}}function u(d){this.children(d)}e.generate=u,e.name=t,e.parse=y,e.structure=c}),vr=z(e=>{"use strict";var t=Q(),c=Object.freeze({type:"WhiteSpace",loc:null,value:" "}),y="WhiteSpace",u={value:String};function d(){return this.eat(t.WhiteSpace),c}function s(i){this.token(t.WhiteSpace,i.value)}e.generate=s,e.name=y,e.parse=d,e.structure=u}),xr=z(e=>{"use strict";var t=_t(),c=Wt(),y=Lt(),u=qt(),d=Pt(),s=Mt(),i=It(),r=Nt(),a=Rt(),l=Gt(),g=jt(),f=Ut(),b=Vt(),n=Ht(),o=Kt(),m=Yt(),p=Xt(),S=$t(),v=Zt(),C=Qt(),h=Jt(),w=er(),k=tr(),x=rr(),A=nr(),B=ir(),E=ar(),D=or(),W=sr(),I=lr(),q=ur(),F=dr(),M=cr(),G=pr(),V=mr(),H=hr(),j=gr(),L=fr(),O=br(),T=Sr(),R=vr();e.AnPlusB=t,e.Atrule=c,e.AtrulePrelude=y,e.AttributeSelector=u,e.Block=d,e.Brackets=s,e.CDC=i,e.CDO=r,e.ClassSelector=a,e.Combinator=l,e.Comment=g,e.Declaration=f,e.DeclarationList=b,e.Dimension=n,e.Function=o,e.Hash=m,e.Identifier=p,e.IdSelector=S,e.MediaFeature=v,e.MediaQuery=C,e.MediaQueryList=h,e.NestingSelector=w,e.Nth=k,e.Number=x,e.Operator=A,e.Parentheses=B,e.Percentage=E,e.PseudoClassSelector=D,e.PseudoElementSelector=W,e.Ratio=I,e.Raw=q,e.Rule=F,e.Selector=M,e.SelectorList=G,e.String=V,e.StyleSheet=H,e.TypeSelector=j,e.UnicodeRange=L,e.Url=O,e.Value=T,e.WhiteSpace=R}),aa=z((e,t)=>{"use strict";var c=ia(),y=xr(),u={generic:!0,...c,node:y};t.exports=u}),Cr=z((e,t)=>{"use strict";var c=Q(),y=35,u=42,d=43,s=45,i=47,r=117;function a(l){switch(this.tokenType){case c.Hash:return this.Hash();case c.Comma:return this.Operator();case c.LeftParenthesis:return this.Parentheses(this.readSequence,l.recognizer);case c.LeftSquareBracket:return this.Brackets(this.readSequence,l.recognizer);case c.String:return this.String();case c.Dimension:return this.Dimension();case c.Percentage:return this.Percentage();case c.Number:return this.Number();case c.Function:return this.cmpStr(this.tokenStart,this.tokenEnd,"url(")?this.Url():this.Function(this.readSequence,l.recognizer);case c.Url:return this.Url();case c.Ident:return this.cmpChar(this.tokenStart,r)&&this.cmpChar(this.tokenStart+1,d)?this.UnicodeRange():this.Identifier();case c.Delim:{let g=this.charCodeAt(this.tokenStart);if(g===i||g===u||g===d||g===s)return this.Operator();g===y&&this.error("Hex or identifier is expected",this.tokenStart+1);break}}}t.exports=a}),oa=z((e,t)=>{"use strict";var c=Cr(),y={getNode:c};t.exports=y}),sa=z((e,t)=>{"use strict";var c=Q(),y=35,u=38,d=42,s=43,i=47,r=46,a=62,l=124,g=126;function f(o,m){m.last!==null&&m.last.type!=="Combinator"&&o!==null&&o.type!=="Combinator"&&m.push({type:"Combinator",loc:null,name:" "})}function b(){switch(this.tokenType){case c.LeftSquareBracket:return this.AttributeSelector();case c.Hash:return this.IdSelector();case c.Colon:return this.lookupType(1)===c.Colon?this.PseudoElementSelector():this.PseudoClassSelector();case c.Ident:return this.TypeSelector();case c.Number:case c.Percentage:return this.Percentage();case c.Dimension:this.charCodeAt(this.tokenStart)===r&&this.error("Identifier is expected",this.tokenStart+1);break;case c.Delim:{switch(this.charCodeAt(this.tokenStart)){case s:case a:case g:case i:return this.Combinator();case r:return this.ClassSelector();case d:case l:return this.TypeSelector();case y:return this.IdSelector();case u:return this.NestingSelector()}break}}}var n={onWhiteSpace:f,getNode:b};t.exports=n}),la=z((e,t)=>{"use strict";function c(){return this.createSingleNodeList(this.Raw(this.tokenIndex,null,!1))}t.exports=c}),ua=z((e,t)=>{"use strict";var c=Q();function y(){let u=this.createList();if(this.skipSC(),u.push(this.Identifier()),this.skipSC(),this.tokenType===c.Comma){u.push(this.Operator());let d=this.tokenIndex,s=this.parseCustomProperty?this.Value(null):this.Raw(this.tokenIndex,this.consumeUntilExclamationMarkOrSemicolon,!1);if(s.type==="Value"&&s.children.isEmpty){for(let i=d-this.tokenIndex;i<=0;i++)if(this.lookupType(i)===c.WhiteSpace){s.children.appendData({type:"WhiteSpace",loc:null,value:" "});break}}u.push(s)}return u}t.exports=y}),da=z((e,t)=>{"use strict";var c=Cr(),y=la(),u=ua();function d(i){return i!==null&&i.type==="Operator"&&(i.value[i.value.length-1]==="-"||i.value[i.value.length-1]==="+")}var s={getNode:c,onWhiteSpace(i,r){d(i)&&(i.value=" "+i.value),d(r.last)&&(r.last.value+=" ")},expression:y,var:u};t.exports=s}),ca=z(e=>{"use strict";var t=oa(),c=sa(),y=da();e.AtrulePrelude=t,e.Selector=c,e.Value=y}),pa=z((e,t)=>{"use strict";var c={parse:{prelude:null,block(){return this.Block(!0)}}};t.exports=c}),ma=z((e,t)=>{"use strict";var c=Q(),y={parse:{prelude(){let u=this.createList();switch(this.skipSC(),this.tokenType){case c.String:u.push(this.String());break;case c.Url:case c.Function:u.push(this.Url());break;default:this.error("String or url() is expected")}return(this.lookupNonWSType(0)===c.Ident||this.lookupNonWSType(0)===c.LeftParenthesis)&&u.push(this.MediaQueryList()),u},block:null}};t.exports=y}),ha=z((e,t)=>{"use strict";var c={parse:{prelude(){return this.createSingleNodeList(this.MediaQueryList())},block(y=!1){return this.Block(y)}}};t.exports=c}),ga=z((e,t)=>{"use strict";var c={parse:{prelude(){return this.createSingleNodeList(this.SelectorList())},block(){return this.Block(!0)}}};t.exports=c}),fa=z((e,t)=>{"use strict";var c={parse:{prelude(){return this.createSingleNodeList(this.SelectorList())},block(){return this.Block(!0)}}};t.exports=c}),ya=z((e,t)=>{"use strict";var c=Q();function y(){return this.createSingleNodeList(this.Raw(this.tokenIndex,null,!1))}function u(){return this.skipSC(),this.tokenType===c.Ident&&this.lookupNonWSType(1)===c.Colon?this.createSingleNodeList(this.Declaration()):d.call(this)}function d(){let i=this.createList(),r;this.skipSC();e:for(;!this.eof;){switch(this.tokenType){case c.Comment:case c.WhiteSpace:this.next();continue;case c.Function:r=this.Function(y,this.scope.AtrulePrelude);break;case c.Ident:r=this.Identifier();break;case c.LeftParenthesis:r=this.Parentheses(u,this.scope.AtrulePrelude);break;default:break e}i.push(r)}return i}var s={parse:{prelude(){let i=d.call(this);return this.getFirstListNode(i)===null&&this.error("Condition is expected"),i},block(i=!1){return this.Block(i)}}};t.exports=s}),ba=z((e,t)=>{"use strict";var c=pa(),y=ma(),u=ha(),d=ga(),s=fa(),i=ya(),r={"font-face":c,import:y,media:u,nest:d,page:s,supports:i};t.exports=r}),Sa=z((e,t)=>{"use strict";var c={parse(){return this.createSingleNodeList(this.SelectorList())}},y={parse(){return this.createSingleNodeList(this.Selector())}},u={parse(){return this.createSingleNodeList(this.Identifier())}},d={parse(){return this.createSingleNodeList(this.Nth())}},s={dir:u,has:c,lang:u,matches:c,is:c,"-moz-any":c,"-webkit-any":c,where:c,not:c,"nth-child":d,"nth-last-child":d,"nth-last-of-type":d,"nth-of-type":d,slotted:y,host:y,"host-context":y};t.exports=s}),va=z(e=>{"use strict";var t=_t(),c=Wt(),y=Lt(),u=qt(),d=Pt(),s=Mt(),i=It(),r=Nt(),a=Rt(),l=Gt(),g=jt(),f=Ut(),b=Vt(),n=Ht(),o=Kt(),m=Yt(),p=Xt(),S=$t(),v=Zt(),C=Qt(),h=Jt(),w=er(),k=tr(),x=rr(),A=nr(),B=ir(),E=ar(),D=or(),W=sr(),I=lr(),q=ur(),F=dr(),M=cr(),G=pr(),V=mr(),H=hr(),j=gr(),L=fr(),O=br(),T=Sr(),R=vr();e.AnPlusB=t.parse,e.Atrule=c.parse,e.AtrulePrelude=y.parse,e.AttributeSelector=u.parse,e.Block=d.parse,e.Brackets=s.parse,e.CDC=i.parse,e.CDO=r.parse,e.ClassSelector=a.parse,e.Combinator=l.parse,e.Comment=g.parse,e.Declaration=f.parse,e.DeclarationList=b.parse,e.Dimension=n.parse,e.Function=o.parse,e.Hash=m.parse,e.Identifier=p.parse,e.IdSelector=S.parse,e.MediaFeature=v.parse,e.MediaQuery=C.parse,e.MediaQueryList=h.parse,e.NestingSelector=w.parse,e.Nth=k.parse,e.Number=x.parse,e.Operator=A.parse,e.Parentheses=B.parse,e.Percentage=E.parse,e.PseudoClassSelector=D.parse,e.PseudoElementSelector=W.parse,e.Ratio=I.parse,e.Raw=q.parse,e.Rule=F.parse,e.Selector=M.parse,e.SelectorList=G.parse,e.String=V.parse,e.StyleSheet=H.parse,e.TypeSelector=j.parse,e.UnicodeRange=L.parse,e.Url=O.parse,e.Value=T.parse,e.WhiteSpace=R.parse}),xa=z((e,t)=>{"use strict";var c=ca(),y=ba(),u=Sa(),d=va(),s={parseContext:{default:"StyleSheet",stylesheet:"StyleSheet",atrule:"Atrule",atrulePrelude(i){return this.AtrulePrelude(i.atrule?String(i.atrule):null)},mediaQueryList:"MediaQueryList",mediaQuery:"MediaQuery",rule:"Rule",selectorList:"SelectorList",selector:"Selector",block(){return this.Block(!0)},declarationList:"DeclarationList",declaration:"Declaration",value:"Value"},scope:c,atrule:y,pseudo:u,node:d};t.exports=s}),Ca=z((e,t)=>{"use strict";var c=xr(),y={node:c};t.exports=y}),ka=z((e,t)=>{"use strict";var c=Ft(),y=aa(),u=xa(),d=Ca(),s=c({...y,...u,...d});t.exports=s}),wa=z((e,t)=>{t.exports={name:"css-tree",version:"2.3.1",description:"A tool set for CSS: fast detailed parser (CSS \u2192 AST), walker (AST traversal), generator (AST \u2192 CSS) and lexer (validation and matching) based on specs and browser implementations",author:"Roman Dvornov <rdvornov@gmail.com> (https://github.com/lahmatiy)",license:"MIT",repository:"csstree/csstree",keywords:["css","ast","tokenizer","parser","walker","lexer","generator","utils","syntax","validation"],type:"module",module:"./lib/index.js",main:"./cjs/index.cjs",exports:{".":{import:"./lib/index.js",require:"./cjs/index.cjs"},"./dist/*":"./dist/*.js","./package.json":"./package.json","./tokenizer":{import:"./lib/tokenizer/index.js",require:"./cjs/tokenizer/index.cjs"},"./parser":{import:"./lib/parser/index.js",require:"./cjs/parser/index.cjs"},"./selector-parser":{import:"./lib/parser/parse-selector.js",require:"./cjs/parser/parse-selector.cjs"},"./generator":{import:"./lib/generator/index.js",require:"./cjs/generator/index.cjs"},"./walker":{import:"./lib/walker/index.js",require:"./cjs/walker/index.cjs"},"./convertor":{import:"./lib/convertor/index.js",require:"./cjs/convertor/index.cjs"},"./lexer":{import:"./lib/lexer/index.js",require:"./cjs/lexer/index.cjs"},"./definition-syntax":{import:"./lib/definition-syntax/index.js",require:"./cjs/definition-syntax/index.cjs"},"./definition-syntax-data":{import:"./lib/data.js",require:"./cjs/data.cjs"},"./definition-syntax-data-patch":{import:"./lib/data-patch.js",require:"./cjs/data-patch.cjs"},"./utils":{import:"./lib/utils/index.js",require:"./cjs/utils/index.cjs"}},browser:{"./cjs/data.cjs":"./dist/data.cjs","./cjs/version.cjs":"./dist/version.cjs","./lib/data.js":"./dist/data.js","./lib/version.js":"./dist/version.js"},unpkg:"dist/csstree.esm.js",jsdelivr:"dist/csstree.esm.js",scripts:{watch:"npm run build -- --watch",build:"npm run bundle && npm run esm-to-cjs --","build-and-test":"npm run build && npm run test:dist && npm run test:cjs",bundle:"node scripts/bundle","bundle-and-test":"npm run bundle && npm run test:dist","esm-to-cjs":"node scripts/esm-to-cjs.cjs","esm-to-cjs-and-test":"npm run esm-to-cjs && npm run test:cjs",lint:"eslint lib scripts && node scripts/review-syntax-patch --lint && node scripts/update-docs --lint","lint-and-test":"npm run lint && npm test","update:docs":"node scripts/update-docs","review:syntax-patch":"node scripts/review-syntax-patch",test:"mocha lib/__tests --reporter ${REPORTER:-progress}","test:cjs":"mocha cjs/__tests --reporter ${REPORTER:-progress}","test:dist":"mocha dist/__tests --reporter ${REPORTER:-progress}",coverage:"c8 --exclude lib/__tests --reporter=lcovonly npm test",prepublishOnly:"npm run lint-and-test && npm run build-and-test",hydrogen:"node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"},dependencies:{"mdn-data":"2.0.30","source-map-js":"^1.0.1"},devDependencies:{c8:"^7.12.0",clap:"^2.0.1",esbuild:"^0.14.53",eslint:"^8.4.1","json-to-ast":"^2.1.0",mocha:"^9.2.2",rollup:"^2.68.0"},engines:{node:"^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"},files:["data","dist","cjs","!cjs/__tests","lib","!lib/__tests"]}}),Aa=z(e=>{"use strict";var{version:t}=wa();e.version=t}),Ea=z(e=>{"use strict";var t=Bt(),c=Ke(),y=Xe(),u=zt();e.SyntaxError=t.SyntaxError,e.generate=c.generate,e.parse=y.parse,e.walk=u.walk}),Ta=z(e=>{"use strict";var t=ke();function c(y){let u={};for(let d in y){let s=y[d];s&&(Array.isArray(s)||s instanceof t.List?s=s.map(c):s.constructor===Object&&(s=c(s))),u[d]=s}return u}e.clone=c}),Ba=z(e=>{"use strict";var t=le(),c=he(),y=92;function u(s){let i=s.length-1,r="";for(let a=0;a<s.length;a++){let l=s.charCodeAt(a);if(l===y){if(a===i)break;if(l=s.charCodeAt(++a),t.isValidEscape(y,l)){let g=a-1,f=c.consumeEscaped(s,g);a=f-1,r+=c.decodeEscaped(s.substring(g+1,f))}else l===13&&s.charCodeAt(a+1)===10&&a++}else r+=s[a]}return r}function d(s){let i="";if(s.length===1&&s.charCodeAt(0)===45)return"\\-";for(let r=0;r<s.length;r++){let a=s.charCodeAt(r);if(a===0){i+="\uFFFD";continue}if(a<=31||a===127||a>=48&&a<=57&&(r===0||r===1&&s.charCodeAt(0)===45)){i+="\\"+a.toString(16)+" ";continue}t.isName(a)?i+=s.charAt(r):i+="\\"+s.charAt(r)}return i}e.decode=u,e.encode=d}),Ze=z(e=>{"use strict";var t=ka(),c=Aa(),y=Ft(),u=ke(),d=Dt(),s=Ea(),i=Ta(),r=Ye(),a=Ba(),l=$e(),g=yr(),f=Q(),b=Fe(),n=Ue(),{tokenize:o,parse:m,generate:p,lexer:S,createLexer:v,walk:C,find:h,findLast:w,findAll:k,toPlainObject:x,fromPlainObject:A,fork:B}=t;e.version=c.version,e.createSyntax=y,e.List=u.List,e.Lexer=d.Lexer,e.definitionSyntax=s,e.clone=i.clone,e.isCustomProperty=r.isCustomProperty,e.keyword=r.keyword,e.property=r.property,e.vendorPrefix=r.vendorPrefix,e.ident=a,e.string=l,e.url=g,e.tokenTypes=f,e.tokenNames=b,e.TokenStream=n.TokenStream,e.createLexer=v,e.find=h,e.findAll=k,e.findLast=w,e.fork=B,e.fromPlainObject=A,e.generate=p,e.lexer=S,e.parse=m,e.toPlainObject=x,e.tokenize=o,e.walk=C}),Oa=z((e,t)=>{t.exports={name:"csso",version:"5.0.5",description:"CSS minifier with structural optimisations",author:"Sergey Kryzhanovsky <skryzhanovsky@ya.ru> (https://github.com/afelix)",maintainers:[{name:"Roman Dvornov",email:"rdvornov@gmail.com","github-username":"lahmatiy"}],repository:"css/csso",license:"MIT",keywords:["css","compress","minifier","minify","optimise","optimisation","csstree"],type:"module",unpkg:"dist/csso.esm.js",jsdelivr:"dist/csso.esm.js",browser:{"./cjs/version.cjs":"./dist/version.cjs","./lib/version.js":"./dist/version.js"},main:"./cjs/index.cjs",module:"./lib/index.js",exports:{".":{import:"./lib/index.js",require:"./cjs/index.cjs"},"./syntax":{import:"./lib/syntax.js",require:"./cjs/syntax.cjs"},"./dist/*":"./dist/*.js","./package.json":"./package.json"},scripts:{test:"mocha test --reporter ${REPORTER:-progress}","test:cjs":"mocha cjs-test --reporter ${REPORTER:-progress}","test:dist":"mocha dist/test --reporter ${REPORTER:-progress}",lint:"eslint lib scripts test","lint-and-test":"npm run lint && npm test",build:"npm run bundle && npm run esm-to-cjs","build-and-test":"npm run build && npm run test:dist && npm run test:cjs",bundle:"node scripts/bundle","bundle-and-test":"npm run bundle && npm run test:dist","esm-to-cjs":"node scripts/esm-to-cjs.cjs","esm-to-cjs-and-test":"npm run esm-to-cjs && npm run test:cjs",coverage:"c8 --reporter=lcovonly npm test",prepublishOnly:"npm run lint-and-test && npm run build-and-test",hydrogen:"node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/csso --stat -o /dev/null"},dependencies:{"css-tree":"~2.2.0"},devDependencies:{c8:"^7.10.0",esbuild:"^0.14.54",eslint:"^7.24.0",mocha:"^9.2.2",rollup:"^2.60.2","source-map-js":"^1.0.1"},engines:{node:"^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",npm:">=7.0.0"},files:["dist","!dist/test","cjs","lib"]}}),za=z(e=>{"use strict";var{version:t}=Oa();e.version=t}),ee=z(e=>{"use strict";e.AtKeyword=3,e.BadString=6,e.BadUrl=8,e.CDC=15,e.CDO=14,e.Colon=16,e.Comma=18,e.Comment=25,e.Delim=9,e.Dimension=12,e.EOF=0,e.Function=2,e.Hash=4,e.Ident=1,e.LeftCurlyBracket=23,e.LeftParenthesis=21,e.LeftSquareBracket=19,e.Number=10,e.Percentage=11,e.RightCurlyBracket=24,e.RightParenthesis=22,e.RightSquareBracket=20,e.Semicolon=17,e.String=5,e.Url=7,e.WhiteSpace=13}),ue=z(e=>{"use strict";function t(k){return k>=48&&k<=57}function c(k){return t(k)||k>=65&&k<=70||k>=97&&k<=102}function y(k){return k>=65&&k<=90}function u(k){return k>=97&&k<=122}function d(k){return y(k)||u(k)}function s(k){return k>=128}function i(k){return d(k)||s(k)||k===95}function r(k){return i(k)||t(k)||k===45}function a(k){return k>=0&&k<=8||k===11||k>=14&&k<=31||k===127}function l(k){return k===10||k===13||k===12}function g(k){return l(k)||k===32||k===9}function f(k,x){return!(k!==92||l(x)||x===0)}function b(k,x,A){return k===45?i(x)||x===45||f(x,A):i(k)?!0:k===92?f(k,x):!1}function n(k,x,A){return k===43||k===45?t(x)?2:x===46&&t(A)?3:0:k===46?t(x)?2:0:t(k)?1:0}function o(k){return k===65279||k===65534?1:0}var m=new Array(128),p=128,S=130,v=131,C=132,h=133;for(let k=0;k<m.length;k++)m[k]=g(k)&&S||t(k)&&v||i(k)&&C||a(k)&&h||k||p;function w(k){return k<128?m[k]:C}e.DigitCategory=v,e.EofCategory=p,e.NameStartCategory=C,e.NonPrintableCategory=h,e.WhiteSpaceCategory=S,e.charCodeCategory=w,e.isBOM=o,e.isDigit=t,e.isHexDigit=c,e.isIdentifierStart=b,e.isLetter=d,e.isLowercaseLetter=u,e.isName=r,e.isNameStart=i,e.isNewline=l,e.isNonAscii=s,e.isNonPrintable=a,e.isNumberStart=n,e.isUppercaseLetter=y,e.isValidEscape=f,e.isWhiteSpace=g}),ge=z(e=>{"use strict";var t=ue();function c(n,o){return o<n.length?n.charCodeAt(o):0}function y(n,o,m){return m===13&&c(n,o+1)===10?2:1}function u(n,o,m){let p=n.charCodeAt(o);return t.isUppercaseLetter(p)&&(p=p|32),p===m}function d(n,o,m,p){if(m-o!==p.length||o<0||m>n.length)return!1;for(let S=o;S<m;S++){let v=p.charCodeAt(S-o),C=n.charCodeAt(S);if(t.isUppercaseLetter(C)&&(C=C|32),C!==v)return!1}return!0}function s(n,o){for(;o>=0&&t.isWhiteSpace(n.charCodeAt(o));o--);return o+1}function i(n,o){for(;o<n.length&&t.isWhiteSpace(n.charCodeAt(o));o++);return o}function r(n,o){for(;o<n.length&&t.isDigit(n.charCodeAt(o));o++);return o}function a(n,o){if(o+=2,t.isHexDigit(c(n,o-1))){for(let p=Math.min(n.length,o+5);o<p&&t.isHexDigit(c(n,o));o++);let m=c(n,o);t.isWhiteSpace(m)&&(o+=y(n,o,m))}return o}function l(n,o){for(;o<n.length;o++){let m=n.charCodeAt(o);if(!t.isName(m)){if(t.isValidEscape(m,c(n,o+1))){o=a(n,o)-1;continue}break}}return o}function g(n,o){let m=n.charCodeAt(o);if((m===43||m===45)&&(m=n.charCodeAt(o+=1)),t.isDigit(m)&&(o=r(n,o+1),m=n.charCodeAt(o)),m===46&&t.isDigit(n.charCodeAt(o+1))&&(o+=2,o=r(n,o)),u(n,o,101)){let p=0;m=n.charCodeAt(o+1),(m===45||m===43)&&(p=1,m=n.charCodeAt(o+2)),t.isDigit(m)&&(o=r(n,o+1+p+1))}return o}function f(n,o){for(;o<n.length;o++){let m=n.charCodeAt(o);if(m===41){o++;break}t.isValidEscape(m,c(n,o+1))&&(o=a(n,o))}return o}function b(n){if(n.length===1&&!t.isHexDigit(n.charCodeAt(0)))return n[0];let o=parseInt(n,16);return(o===0||o>=55296&&o<=57343||o>1114111)&&(o=65533),String.fromCodePoint(o)}e.cmpChar=u,e.cmpStr=d,e.consumeBadUrlRemnants=f,e.consumeEscaped=a,e.consumeName=l,e.consumeNumber=g,e.decodeEscaped=b,e.findDecimalNumberEnd=r,e.findWhiteSpaceEnd=i,e.findWhiteSpaceStart=s,e.getNewlineLength=y}),We=z((e,t)=>{"use strict";var c=["EOF-token","ident-token","function-token","at-keyword-token","hash-token","string-token","bad-string-token","url-token","bad-url-token","delim-token","number-token","percentage-token","dimension-token","whitespace-token","CDO-token","CDC-token","colon-token","semicolon-token","comma-token","[-token","]-token","(-token",")-token","{-token","}-token"];t.exports=c}),kr=z(e=>{"use strict";function t(c=null,y){return c===null||c.length<y?new Uint32Array(Math.max(y+1024,16384)):c}e.adoptBuffer=t}),wr=z(e=>{"use strict";var t=kr(),c=ue(),y=10,u=12,d=13;function s(r){let a=r.source,l=a.length,g=a.length>0?c.isBOM(a.charCodeAt(0)):0,f=t.adoptBuffer(r.lines,l),b=t.adoptBuffer(r.columns,l),n=r.startLine,o=r.startColumn;for(let m=g;m<l;m++){let p=a.charCodeAt(m);f[m]=n,b[m]=o++,(p===y||p===d||p===u)&&(p===d&&m+1<l&&a.charCodeAt(m+1)===y&&(m++,f[m]=n,b[m]=o),n++,o=1)}f[l]=n,b[l]=o,r.lines=f,r.columns=b,r.computed=!0}var i=class{constructor(){this.lines=null,this.columns=null,this.computed=!1}setSource(r,a=0,l=1,g=1){this.source=r,this.startOffset=a,this.startLine=l,this.startColumn=g,this.computed=!1}getLocation(r,a){return this.computed||s(this),{source:a,offset:this.startOffset+r,line:this.lines[r],column:this.columns[r]}}getLocationRange(r,a,l){return this.computed||s(this),{source:l,start:{offset:this.startOffset+r,line:this.lines[r],column:this.columns[r]},end:{offset:this.startOffset+a,line:this.lines[a],column:this.columns[a]}}}};e.OffsetToLocation=i}),Qe=z(e=>{"use strict";var t=kr(),c=ge(),y=We(),u=ee(),d=16777215,s=24,i=new Map([[u.Function,u.RightParenthesis],[u.LeftParenthesis,u.RightParenthesis],[u.LeftSquareBracket,u.RightSquareBracket],[u.LeftCurlyBracket,u.RightCurlyBracket]]),r=class{constructor(a,l){this.setSource(a,l)}reset(){this.eof=!1,this.tokenIndex=-1,this.tokenType=0,this.tokenStart=this.firstCharOffset,this.tokenEnd=this.firstCharOffset}setSource(a="",l=()=>{}){a=String(a||"");let g=a.length,f=t.adoptBuffer(this.offsetAndType,a.length+1),b=t.adoptBuffer(this.balance,a.length+1),n=0,o=0,m=0,p=-1;for(this.offsetAndType=null,this.balance=null,l(a,(S,v,C)=>{switch(S){default:b[n]=g;break;case o:{let h=m&d;for(m=b[h],o=m>>s,b[n]=h,b[h++]=n;h<n;h++)b[h]===g&&(b[h]=n);break}case u.LeftParenthesis:case u.Function:case u.LeftSquareBracket:case u.LeftCurlyBracket:b[n]=m,o=i.get(S),m=o<<s|n;break}f[n++]=S<<s|C,p===-1&&(p=v)}),f[n]=u.EOF<<s|g,b[n]=g,b[g]=g;m!==0;){let S=m&d;m=b[S],b[S]=g}this.source=a,this.firstCharOffset=p===-1?0:p,this.tokenCount=n,this.offsetAndType=f,this.balance=b,this.reset(),this.next()}lookupType(a){return a+=this.tokenIndex,a<this.tokenCount?this.offsetAndType[a]>>s:u.EOF}lookupOffset(a){return a+=this.tokenIndex,a<this.tokenCount?this.offsetAndType[a-1]&d:this.source.length}lookupValue(a,l){return a+=this.tokenIndex,a<this.tokenCount?c.cmpStr(this.source,this.offsetAndType[a-1]&d,this.offsetAndType[a]&d,l):!1}getTokenStart(a){return a===this.tokenIndex?this.tokenStart:a>0?a<this.tokenCount?this.offsetAndType[a-1]&d:this.offsetAndType[this.tokenCount]&d:this.firstCharOffset}substrToCursor(a){return this.source.substring(a,this.tokenStart)}isBalanceEdge(a){return this.balance[this.tokenIndex]<a}isDelim(a,l){return l?this.lookupType(l)===u.Delim&&this.source.charCodeAt(this.lookupOffset(l))===a:this.tokenType===u.Delim&&this.source.charCodeAt(this.tokenStart)===a}skip(a){let l=this.tokenIndex+a;l<this.tokenCount?(this.tokenIndex=l,this.tokenStart=this.offsetAndType[l-1]&d,l=this.offsetAndType[l],this.tokenType=l>>s,this.tokenEnd=l&d):(this.tokenIndex=this.tokenCount,this.next())}next(){let a=this.tokenIndex+1;a<this.tokenCount?(this.tokenIndex=a,this.tokenStart=this.tokenEnd,a=this.offsetAndType[a],this.tokenType=a>>s,this.tokenEnd=a&d):(this.eof=!0,this.tokenIndex=this.tokenCount,this.tokenType=u.EOF,this.tokenStart=this.tokenEnd=this.source.length)}skipSC(){for(;this.tokenType===u.WhiteSpace||this.tokenType===u.Comment;)this.next()}skipUntilBalanced(a,l){let g=a,f,b;e:for(;g<this.tokenCount;g++){if(f=this.balance[g],f<a)break e;switch(b=g>0?this.offsetAndType[g-1]&d:this.firstCharOffset,l(this.source.charCodeAt(b))){case 1:break e;case 2:g++;break e;default:this.balance[f]===g&&(g=f)}}this.skip(g-this.tokenIndex)}forEachToken(a){for(let l=0,g=this.firstCharOffset;l<this.tokenCount;l++){let f=g,b=this.offsetAndType[l],n=b&d,o=b>>s;g=n,a(o,f,n,l)}}dump(){let a=new Array(this.tokenCount);return this.forEachToken((l,g,f,b)=>{a[b]={idx:b,type:y[l],chunk:this.source.substring(g,f),balance:this.balance[b]}}),a}};e.TokenStream=r}),Le=z(e=>{"use strict";var t=ee(),c=ue(),y=ge(),u=We(),d=wr(),s=Qe();function i(r,a){function l(v){return v<o?r.charCodeAt(v):0}function g(){if(p=y.consumeNumber(r,p),c.isIdentifierStart(l(p),l(p+1),l(p+2))){S=t.Dimension,p=y.consumeName(r,p);return}if(l(p)===37){S=t.Percentage,p++;return}S=t.Number}function f(){let v=p;if(p=y.consumeName(r,p),y.cmpStr(r,v,p,"url")&&l(p)===40){if(p=y.findWhiteSpaceEnd(r,p+1),l(p)===34||l(p)===39){S=t.Function,p=v+4;return}n();return}if(l(p)===40){S=t.Function,p++;return}S=t.Ident}function b(v){for(v||(v=l(p++)),S=t.String;p<r.length;p++){let C=r.charCodeAt(p);switch(c.charCodeCategory(C)){case v:p++;return;case c.WhiteSpaceCategory:if(c.isNewline(C)){p+=y.getNewlineLength(r,p,C),S=t.BadString;return}break;case 92:if(p===r.length-1)break;let h=l(p+1);c.isNewline(h)?p+=y.getNewlineLength(r,p+1,h):c.isValidEscape(C,h)&&(p=y.consumeEscaped(r,p)-1);break}}}function n(){for(S=t.Url,p=y.findWhiteSpaceEnd(r,p);p<r.length;p++){let v=r.charCodeAt(p);switch(c.charCodeCategory(v)){case 41:p++;return;case c.WhiteSpaceCategory:if(p=y.findWhiteSpaceEnd(r,p),l(p)===41||p>=r.length){p<r.length&&p++;return}p=y.consumeBadUrlRemnants(r,p),S=t.BadUrl;return;case 34:case 39:case 40:case c.NonPrintableCategory:p=y.consumeBadUrlRemnants(r,p),S=t.BadUrl;return;case 92:if(c.isValidEscape(v,l(p+1))){p=y.consumeEscaped(r,p)-1;break}p=y.consumeBadUrlRemnants(r,p),S=t.BadUrl;return}}}r=String(r||"");let o=r.length,m=c.isBOM(l(0)),p=m,S;for(;p<o;){let v=r.charCodeAt(p);switch(c.charCodeCategory(v)){case c.WhiteSpaceCategory:S=t.WhiteSpace,p=y.findWhiteSpaceEnd(r,p+1);break;case 34:b();break;case 35:c.isName(l(p+1))||c.isValidEscape(l(p+1),l(p+2))?(S=t.Hash,p=y.consumeName(r,p+1)):(S=t.Delim,p++);break;case 39:b();break;case 40:S=t.LeftParenthesis,p++;break;case 41:S=t.RightParenthesis,p++;break;case 43:c.isNumberStart(v,l(p+1),l(p+2))?g():(S=t.Delim,p++);break;case 44:S=t.Comma,p++;break;case 45:c.isNumberStart(v,l(p+1),l(p+2))?g():l(p+1)===45&&l(p+2)===62?(S=t.CDC,p=p+3):c.isIdentifierStart(v,l(p+1),l(p+2))?f():(S=t.Delim,p++);break;case 46:c.isNumberStart(v,l(p+1),l(p+2))?g():(S=t.Delim,p++);break;case 47:l(p+1)===42?(S=t.Comment,p=r.indexOf("*/",p+2),p=p===-1?r.length:p+2):(S=t.Delim,p++);break;case 58:S=t.Colon,p++;break;case 59:S=t.Semicolon,p++;break;case 60:l(p+1)===33&&l(p+2)===45&&l(p+3)===45?(S=t.CDO,p=p+4):(S=t.Delim,p++);break;case 64:c.isIdentifierStart(l(p+1),l(p+2),l(p+3))?(S=t.AtKeyword,p=y.consumeName(r,p+1)):(S=t.Delim,p++);break;case 91:S=t.LeftSquareBracket,p++;break;case 92:c.isValidEscape(v,l(p+1))?f():(S=t.Delim,p++);break;case 93:S=t.RightSquareBracket,p++;break;case 123:S=t.LeftCurlyBracket,p++;break;case 125:S=t.RightCurlyBracket,p++;break;case c.DigitCategory:g();break;case c.NameStartCategory:f();break;default:S=t.Delim,p++}a(S,m,m=p)}}e.AtKeyword=t.AtKeyword,e.BadString=t.BadString,e.BadUrl=t.BadUrl,e.CDC=t.CDC,e.CDO=t.CDO,e.Colon=t.Colon,e.Comma=t.Comma,e.Comment=t.Comment,e.Delim=t.Delim,e.Dimension=t.Dimension,e.EOF=t.EOF,e.Function=t.Function,e.Hash=t.Hash,e.Ident=t.Ident,e.LeftCurlyBracket=t.LeftCurlyBracket,e.LeftParenthesis=t.LeftParenthesis,e.LeftSquareBracket=t.LeftSquareBracket,e.Number=t.Number,e.Percentage=t.Percentage,e.RightCurlyBracket=t.RightCurlyBracket,e.RightParenthesis=t.RightParenthesis,e.RightSquareBracket=t.RightSquareBracket,e.Semicolon=t.Semicolon,e.String=t.String,e.Url=t.Url,e.WhiteSpace=t.WhiteSpace,e.tokenTypes=t,e.DigitCategory=c.DigitCategory,e.EofCategory=c.EofCategory,e.NameStartCategory=c.NameStartCategory,e.NonPrintableCategory=c.NonPrintableCategory,e.WhiteSpaceCategory=c.WhiteSpaceCategory,e.charCodeCategory=c.charCodeCategory,e.isBOM=c.isBOM,e.isDigit=c.isDigit,e.isHexDigit=c.isHexDigit,e.isIdentifierStart=c.isIdentifierStart,e.isLetter=c.isLetter,e.isLowercaseLetter=c.isLowercaseLetter,e.isName=c.isName,e.isNameStart=c.isNameStart,e.isNewline=c.isNewline,e.isNonAscii=c.isNonAscii,e.isNonPrintable=c.isNonPrintable,e.isNumberStart=c.isNumberStart,e.isUppercaseLetter=c.isUppercaseLetter,e.isValidEscape=c.isValidEscape,e.isWhiteSpace=c.isWhiteSpace,e.cmpChar=y.cmpChar,e.cmpStr=y.cmpStr,e.consumeBadUrlRemnants=y.consumeBadUrlRemnants,e.consumeEscaped=y.consumeEscaped,e.consumeName=y.consumeName,e.consumeNumber=y.consumeNumber,e.decodeEscaped=y.decodeEscaped,e.findDecimalNumberEnd=y.findDecimalNumberEnd,e.findWhiteSpaceEnd=y.findWhiteSpaceEnd,e.findWhiteSpaceStart=y.findWhiteSpaceStart,e.getNewlineLength=y.getNewlineLength,e.tokenNames=u,e.OffsetToLocation=d.OffsetToLocation,e.TokenStream=s.TokenStream,e.tokenize=i}),we=z(e=>{"use strict";var t=null,c=class ce{static createItem(u){return{prev:null,next:null,data:u}}constructor(){this.head=null,this.tail=null,this.cursor=null}createItem(u){return ce.createItem(u)}allocateCursor(u,d){let s;return t!==null?(s=t,t=t.cursor,s.prev=u,s.next=d,s.cursor=this.cursor):s={prev:u,next:d,cursor:this.cursor},this.cursor=s,s}releaseCursor(){let{cursor:u}=this;this.cursor=u.cursor,u.prev=null,u.next=null,u.cursor=t,t=u}updateCursors(u,d,s,i){let{cursor:r}=this;for(;r!==null;)r.prev===u&&(r.prev=d),r.next===s&&(r.next=i),r=r.cursor}*[Symbol.iterator](){for(let u=this.head;u!==null;u=u.next)yield u.data}get size(){let u=0;for(let d=this.head;d!==null;d=d.next)u++;return u}get isEmpty(){return this.head===null}get first(){return this.head&&this.head.data}get last(){return this.tail&&this.tail.data}fromArray(u){let d=null;this.head=null;for(let s of u){let i=ce.createItem(s);d!==null?d.next=i:this.head=i,i.prev=d,d=i}return this.tail=d,this}toArray(){return[...this]}toJSON(){return[...this]}forEach(u,d=this){let s=this.allocateCursor(null,this.head);for(;s.next!==null;){let i=s.next;s.next=i.next,u.call(d,i.data,i,this)}this.releaseCursor()}forEachRight(u,d=this){let s=this.allocateCursor(this.tail,null);for(;s.prev!==null;){let i=s.prev;s.prev=i.prev,u.call(d,i.data,i,this)}this.releaseCursor()}reduce(u,d,s=this){let i=this.allocateCursor(null,this.head),r=d,a;for(;i.next!==null;)a=i.next,i.next=a.next,r=u.call(s,r,a.data,a,this);return this.releaseCursor(),r}reduceRight(u,d,s=this){let i=this.allocateCursor(this.tail,null),r=d,a;for(;i.prev!==null;)a=i.prev,i.prev=a.prev,r=u.call(s,r,a.data,a,this);return this.releaseCursor(),r}some(u,d=this){for(let s=this.head;s!==null;s=s.next)if(u.call(d,s.data,s,this))return!0;return!1}map(u,d=this){let s=new ce;for(let i=this.head;i!==null;i=i.next)s.appendData(u.call(d,i.data,i,this));return s}filter(u,d=this){let s=new ce;for(let i=this.head;i!==null;i=i.next)u.call(d,i.data,i,this)&&s.appendData(i.data);return s}nextUntil(u,d,s=this){if(u===null)return;let i=this.allocateCursor(null,u);for(;i.next!==null;){let r=i.next;if(i.next=r.next,d.call(s,r.data,r,this))break}this.releaseCursor()}prevUntil(u,d,s=this){if(u===null)return;let i=this.allocateCursor(u,null);for(;i.prev!==null;){let r=i.prev;if(i.prev=r.prev,d.call(s,r.data,r,this))break}this.releaseCursor()}clear(){this.head=null,this.tail=null}copy(){let u=new ce;for(let d of this)u.appendData(d);return u}prepend(u){return this.updateCursors(null,u,this.head,u),this.head!==null?(this.head.prev=u,u.next=this.head):this.tail=u,this.head=u,this}prependData(u){return this.prepend(ce.createItem(u))}append(u){return this.insert(u)}appendData(u){return this.insert(ce.createItem(u))}insert(u,d=null){if(d!==null)if(this.updateCursors(d.prev,u,d,u),d.prev===null){if(this.head!==d)throw new Error("before doesn't belong to list");this.head=u,d.prev=u,u.next=d,this.updateCursors(null,u)}else d.prev.next=u,u.prev=d.prev,d.prev=u,u.next=d;else this.updateCursors(this.tail,u,null,u),this.tail!==null?(this.tail.next=u,u.prev=this.tail):this.head=u,this.tail=u;return this}insertData(u,d){return this.insert(ce.createItem(u),d)}remove(u){if(this.updateCursors(u,u.prev,u,u.next),u.prev!==null)u.prev.next=u.next;else{if(this.head!==u)throw new Error("item doesn't belong to list");this.head=u.next}if(u.next!==null)u.next.prev=u.prev;else{if(this.tail!==u)throw new Error("item doesn't belong to list");this.tail=u.prev}return u.prev=null,u.next=null,u}push(u){this.insert(ce.createItem(u))}pop(){return this.tail!==null?this.remove(this.tail):null}unshift(u){this.prepend(ce.createItem(u))}shift(){return this.head!==null?this.remove(this.head):null}prependList(u){return this.insertList(u,this.head)}appendList(u){return this.insertList(u)}insertList(u,d){return u.head===null?this:(d!=null?(this.updateCursors(d.prev,u.tail,d,u.head),d.prev!==null?(d.prev.next=u.head,u.head.prev=d.prev):this.head=u.head,d.prev=u.tail,u.tail.next=d):(this.updateCursors(this.tail,u.tail,null,u.head),this.tail!==null?(this.tail.next=u.head,u.head.prev=this.tail):this.head=u.head,this.tail=u.tail),u.head=null,u.tail=null,this)}replace(u,d){"head"in d?this.insertList(d,u):this.insert(d,u),this.remove(u)}};e.List=c}),Je=z(e=>{"use strict";function t(c,y){let u=Object.create(SyntaxError.prototype),d=new Error;return Object.assign(u,{name:c,message:y,get stack(){return(d.stack||"").replace(/^(.+\n){1,3}/,`${c}: ${y}
94
+ `)}})}e.createCustomError=t}),Da=z(e=>{"use strict";var t=Je(),c=100,y=60,u=" ";function d({source:i,line:r,column:a},l){function g(p,S){return f.slice(p,S).map((v,C)=>String(p+C+1).padStart(o)+" |"+v).join(`
95
+ `)}let f=i.split(/\r\n?|\n|\f/),b=Math.max(1,r-l)-1,n=Math.min(r+l,f.length+1),o=Math.max(4,String(n).length)+1,m=0;a+=(u.length-1)*(f[r-1].substr(0,a-1).match(/\t/g)||[]).length,a>c&&(m=a-y+3,a=y-2);for(let p=b;p<=n;p++)p>=0&&p<f.length&&(f[p]=f[p].replace(/\t/g,u),f[p]=(m>0&&f[p].length>m?"\u2026":"")+f[p].substr(m,c-2)+(f[p].length>m+c-1?"\u2026":""));return[g(b,r),new Array(a+o+2).join("-")+"^",g(r,n)].filter(Boolean).join(`
96
+ `)}function s(i,r,a,l,g){return Object.assign(t.createCustomError("SyntaxError",i),{source:r,offset:a,line:l,column:g,sourceFragment(f){return d({source:r,line:l,column:g},isNaN(f)?0:f)},get formattedMessage(){return`Parse error: ${i}
97
+ `+d({source:r,line:l,column:g},2)}})}e.SyntaxError=s}),Fa=z(e=>{"use strict";var t=ee();function c(y){let u=this.createList(),d=!1,s={recognizer:y};for(;!this.eof;){switch(this.tokenType){case t.Comment:this.next();continue;case t.WhiteSpace:d=!0,this.next();continue}let i=y.getNode.call(this,s);if(i===void 0)break;d&&(y.onWhiteSpace&&y.onWhiteSpace.call(this,i,u,s),d=!1),u.push(i)}return d&&y.onWhiteSpace&&y.onWhiteSpace.call(this,null,u,s),u}e.readSequence=c}),_a=z(e=>{"use strict";var t=we(),c=Da(),y=Le(),u=Fa(),d=wr(),s=Qe(),i=ge(),r=ee(),a=We(),l=()=>{},g=33,f=35,b=59,n=123,o=0;function m(C){return function(){return this[C]()}}function p(C){let h=Object.create(null);for(let w in C){let k=C[w],x=k.parse||k;x&&(h[w]=x)}return h}function S(C){let h={context:Object.create(null),scope:Object.assign(Object.create(null),C.scope),atrule:p(C.atrule),pseudo:p(C.pseudo),node:p(C.node)};for(let w in C.parseContext)switch(typeof C.parseContext[w]){case"function":h.context[w]=C.parseContext[w];break;case"string":h.context[w]=m(C.parseContext[w]);break}return{config:h,...h,...h.node}}function v(C){let h="",w="<unknown>",k=!1,x=l,A=!1,B=new d.OffsetToLocation,E=Object.assign(new s.TokenStream,S(C||{}),{parseAtrulePrelude:!0,parseRulePrelude:!0,parseValue:!0,parseCustomProperty:!1,readSequence:u.readSequence,consumeUntilBalanceEnd:()=>0,consumeUntilLeftCurlyBracket(D){return D===n?1:0},consumeUntilLeftCurlyBracketOrSemicolon(D){return D===n||D===b?1:0},consumeUntilExclamationMarkOrSemicolon(D){return D===g||D===b?1:0},consumeUntilSemicolonIncluded(D){return D===b?2:0},createList(){return new t.List},createSingleNodeList(D){return new t.List().appendData(D)},getFirstListNode(D){return D&&D.first},getLastListNode(D){return D&&D.last},parseWithFallback(D,W){let I=this.tokenIndex;try{return D.call(this)}catch(q){if(A)throw q;let F=W.call(this,I);return A=!0,x(q,F),A=!1,F}},lookupNonWSType(D){let W;do if(W=this.lookupType(D++),W!==r.WhiteSpace)return W;while(W!==o);return o},charCodeAt(D){return D>=0&&D<h.length?h.charCodeAt(D):0},substring(D,W){return h.substring(D,W)},substrToCursor(D){return this.source.substring(D,this.tokenStart)},cmpChar(D,W){return i.cmpChar(h,D,W)},cmpStr(D,W,I){return i.cmpStr(h,D,W,I)},consume(D){let W=this.tokenStart;return this.eat(D),this.substrToCursor(W)},consumeFunctionName(){let D=h.substring(this.tokenStart,this.tokenEnd-1);return this.eat(r.Function),D},consumeNumber(D){let W=h.substring(this.tokenStart,i.consumeNumber(h,this.tokenStart));return this.eat(D),W},eat(D){if(this.tokenType!==D){let W=a[D].slice(0,-6).replace(/-/g," ").replace(/^./,F=>F.toUpperCase()),I=`${/[[\](){}]/.test(W)?`"${W}"`:W} is expected`,q=this.tokenStart;switch(D){case r.Ident:this.tokenType===r.Function||this.tokenType===r.Url?(q=this.tokenEnd-1,I="Identifier is expected but function found"):I="Identifier is expected";break;case r.Hash:this.isDelim(f)&&(this.next(),q++,I="Name is expected");break;case r.Percentage:this.tokenType===r.Number&&(q=this.tokenEnd,I="Percent sign is expected");break}this.error(I,q)}this.next()},eatIdent(D){(this.tokenType!==r.Ident||this.lookupValue(0,D)===!1)&&this.error(`Identifier "${D}" is expected`),this.next()},eatDelim(D){this.isDelim(D)||this.error(`Delim "${String.fromCharCode(D)}" is expected`),this.next()},getLocation(D,W){return k?B.getLocationRange(D,W,w):null},getLocationFromList(D){if(k){let W=this.getFirstListNode(D),I=this.getLastListNode(D);return B.getLocationRange(W!==null?W.loc.start.offset-B.startOffset:this.tokenStart,I!==null?I.loc.end.offset-B.startOffset:this.tokenStart,w)}return null},error(D,W){let I=typeof W<"u"&&W<h.length?B.getLocation(W):this.eof?B.getLocation(i.findWhiteSpaceStart(h,h.length-1)):B.getLocation(this.tokenStart);throw new c.SyntaxError(D||"Unexpected input",h,I.offset,I.line,I.column)}});return Object.assign(function(D,W){h=D,W=W||{},E.setSource(h,y.tokenize),B.setSource(h,W.offset,W.line,W.column),w=W.filename||"<unknown>",k=!!W.positions,x=typeof W.onParseError=="function"?W.onParseError:l,A=!1,E.parseAtrulePrelude="parseAtrulePrelude"in W?!!W.parseAtrulePrelude:!0,E.parseRulePrelude="parseRulePrelude"in W?!!W.parseRulePrelude:!0,E.parseValue="parseValue"in W?!!W.parseValue:!0,E.parseCustomProperty="parseCustomProperty"in W?!!W.parseCustomProperty:!1;let{context:I="default",onComment:q}=W;if(!(I in E.context))throw new Error("Unknown context `"+I+"`");typeof q=="function"&&E.forEachToken((M,G,V)=>{if(M===r.Comment){let H=E.getLocation(G,V),j=i.cmpStr(h,V-2,V,"*/")?h.slice(G+2,V-2):h.slice(G+2,V);q(j,H)}});let F=E.context[I].call(E,W);return E.eof||E.error(),F},{SyntaxError:c.SyntaxError,config:E.config})}e.createParser=v}),Wa=z(e=>{var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");e.encode=function(c){if(0<=c&&c<t.length)return t[c];throw new TypeError("Must be between 0 and 63: "+c)},e.decode=function(c){var y=65,u=90,d=97,s=122,i=48,r=57,a=43,l=47,g=26,f=52;return y<=c&&c<=u?c-y:d<=c&&c<=s?c-d+g:i<=c&&c<=r?c-i+f:c==a?62:c==l?63:-1}}),La=z(e=>{var t=Wa(),c=5,y=1<<c,u=y-1,d=y;function s(r){return r<0?(-r<<1)+1:(r<<1)+0}function i(r){var a=(r&1)===1,l=r>>1;return a?-l:l}e.encode=function(r){var a="",l,g=s(r);do l=g&u,g>>>=c,g>0&&(l|=d),a+=t.encode(l);while(g>0);return a},e.decode=function(r,a,l){var g=r.length,f=0,b=0,n,o;do{if(a>=g)throw new Error("Expected more digits in base 64 VLQ value.");if(o=t.decode(r.charCodeAt(a++)),o===-1)throw new Error("Invalid base64 digit: "+r.charAt(a-1));n=!!(o&d),o&=u,f=f+(o<<b),b+=c}while(n);l.value=i(f),l.rest=a}}),et=z(e=>{function t(x,A,B){if(A in x)return x[A];if(arguments.length===3)return B;throw new Error('"'+A+'" is a required argument.')}e.getArg=t;var c=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/,y=/^data:.+\,.+$/;function u(x){var A=x.match(c);return A?{scheme:A[1],auth:A[2],host:A[3],port:A[4],path:A[5]}:null}e.urlParse=u;function d(x){var A="";return x.scheme&&(A+=x.scheme+":"),A+="//",x.auth&&(A+=x.auth+"@"),x.host&&(A+=x.host),x.port&&(A+=":"+x.port),x.path&&(A+=x.path),A}e.urlGenerate=d;var s=32;function i(x){var A=[];return function(B){for(var E=0;E<A.length;E++)if(A[E].input===B){var D=A[0];return A[0]=A[E],A[E]=D,A[0].result}var W=x(B);return A.unshift({input:B,result:W}),A.length>s&&A.pop(),W}}var r=i(function(x){var A=x,B=u(x);if(B){if(!B.path)return x;A=B.path}for(var E=e.isAbsolute(A),D=[],W=0,I=0;;)if(W=I,I=A.indexOf("/",W),I===-1){D.push(A.slice(W));break}else for(D.push(A.slice(W,I));I<A.length&&A[I]==="/";)I++;for(var q,F=0,I=D.length-1;I>=0;I--)q=D[I],q==="."?D.splice(I,1):q===".."?F++:F>0&&(q===""?(D.splice(I+1,F),F=0):(D.splice(I,2),F--));return A=D.join("/"),A===""&&(A=E?"/":"."),B?(B.path=A,d(B)):A});e.normalize=r;function a(x,A){x===""&&(x="."),A===""&&(A=".");var B=u(A),E=u(x);if(E&&(x=E.path||"/"),B&&!B.scheme)return E&&(B.scheme=E.scheme),d(B);if(B||A.match(y))return A;if(E&&!E.host&&!E.path)return E.host=A,d(E);var D=A.charAt(0)==="/"?A:r(x.replace(/\/+$/,"")+"/"+A);return E?(E.path=D,d(E)):D}e.join=a,e.isAbsolute=function(x){return x.charAt(0)==="/"||c.test(x)};function l(x,A){x===""&&(x="."),x=x.replace(/\/$/,"");for(var B=0;A.indexOf(x+"/")!==0;){var E=x.lastIndexOf("/");if(E<0||(x=x.slice(0,E),x.match(/^([^\/]+:\/)?\/*$/)))return A;++B}return Array(B+1).join("../")+A.substr(x.length+1)}e.relative=l;var g=function(){var x=Object.create(null);return!("__proto__"in x)}();function f(x){return x}function b(x){return o(x)?"$"+x:x}e.toSetString=g?f:b;function n(x){return o(x)?x.slice(1):x}e.fromSetString=g?f:n;function o(x){if(!x)return!1;var A=x.length;if(A<9||x.charCodeAt(A-1)!==95||x.charCodeAt(A-2)!==95||x.charCodeAt(A-3)!==111||x.charCodeAt(A-4)!==116||x.charCodeAt(A-5)!==111||x.charCodeAt(A-6)!==114||x.charCodeAt(A-7)!==112||x.charCodeAt(A-8)!==95||x.charCodeAt(A-9)!==95)return!1;for(var B=A-10;B>=0;B--)if(x.charCodeAt(B)!==36)return!1;return!0}function m(x,A,B){var E=C(x.source,A.source);return E!==0||(E=x.originalLine-A.originalLine,E!==0)||(E=x.originalColumn-A.originalColumn,E!==0||B)||(E=x.generatedColumn-A.generatedColumn,E!==0)||(E=x.generatedLine-A.generatedLine,E!==0)?E:C(x.name,A.name)}e.compareByOriginalPositions=m;function p(x,A,B){var E;return E=x.originalLine-A.originalLine,E!==0||(E=x.originalColumn-A.originalColumn,E!==0||B)||(E=x.generatedColumn-A.generatedColumn,E!==0)||(E=x.generatedLine-A.generatedLine,E!==0)?E:C(x.name,A.name)}e.compareByOriginalPositionsNoSource=p;function S(x,A,B){var E=x.generatedLine-A.generatedLine;return E!==0||(E=x.generatedColumn-A.generatedColumn,E!==0||B)||(E=C(x.source,A.source),E!==0)||(E=x.originalLine-A.originalLine,E!==0)||(E=x.originalColumn-A.originalColumn,E!==0)?E:C(x.name,A.name)}e.compareByGeneratedPositionsDeflated=S;function v(x,A,B){var E=x.generatedColumn-A.generatedColumn;return E!==0||B||(E=C(x.source,A.source),E!==0)||(E=x.originalLine-A.originalLine,E!==0)||(E=x.originalColumn-A.originalColumn,E!==0)?E:C(x.name,A.name)}e.compareByGeneratedPositionsDeflatedNoLine=v;function C(x,A){return x===A?0:x===null?1:A===null?-1:x>A?1:-1}function h(x,A){var B=x.generatedLine-A.generatedLine;return B!==0||(B=x.generatedColumn-A.generatedColumn,B!==0)||(B=C(x.source,A.source),B!==0)||(B=x.originalLine-A.originalLine,B!==0)||(B=x.originalColumn-A.originalColumn,B!==0)?B:C(x.name,A.name)}e.compareByGeneratedPositionsInflated=h;function w(x){return JSON.parse(x.replace(/^\)]}'[^\n]*\n/,""))}e.parseSourceMapInput=w;function k(x,A,B){if(A=A||"",x&&(x[x.length-1]!=="/"&&A[0]!=="/"&&(x+="/"),A=x+A),B){var E=u(B);if(!E)throw new Error("sourceMapURL could not be parsed");if(E.path){var D=E.path.lastIndexOf("/");D>=0&&(E.path=E.path.substring(0,D+1))}A=a(d(E),A)}return r(A)}e.computeSourceURL=k}),qa=z(e=>{var t=et(),c=Object.prototype.hasOwnProperty,y=typeof Map<"u";function u(){this._array=[],this._set=y?new Map:Object.create(null)}u.fromArray=function(d,s){for(var i=new u,r=0,a=d.length;r<a;r++)i.add(d[r],s);return i},u.prototype.size=function(){return y?this._set.size:Object.getOwnPropertyNames(this._set).length},u.prototype.add=function(d,s){var i=y?d:t.toSetString(d),r=y?this.has(d):c.call(this._set,i),a=this._array.length;(!r||s)&&this._array.push(d),r||(y?this._set.set(d,a):this._set[i]=a)},u.prototype.has=function(d){if(y)return this._set.has(d);var s=t.toSetString(d);return c.call(this._set,s)},u.prototype.indexOf=function(d){if(y){var s=this._set.get(d);if(s>=0)return s}else{var i=t.toSetString(d);if(c.call(this._set,i))return this._set[i]}throw new Error('"'+d+'" is not in the set.')},u.prototype.at=function(d){if(d>=0&&d<this._array.length)return this._array[d];throw new Error("No element indexed by "+d)},u.prototype.toArray=function(){return this._array.slice()},e.ArraySet=u}),Pa=z(e=>{var t=et();function c(u,d){var s=u.generatedLine,i=d.generatedLine,r=u.generatedColumn,a=d.generatedColumn;return i>s||i==s&&a>=r||t.compareByGeneratedPositionsInflated(u,d)<=0}function y(){this._array=[],this._sorted=!0,this._last={generatedLine:-1,generatedColumn:0}}y.prototype.unsortedForEach=function(u,d){this._array.forEach(u,d)},y.prototype.add=function(u){c(this._last,u)?(this._last=u,this._array.push(u)):(this._sorted=!1,this._array.push(u))},y.prototype.toArray=function(){return this._sorted||(this._array.sort(t.compareByGeneratedPositionsInflated),this._sorted=!0),this._array},e.MappingList=y}),Ma=z(e=>{var t=La(),c=et(),y=qa().ArraySet,u=Pa().MappingList;function d(s){s||(s={}),this._file=c.getArg(s,"file",null),this._sourceRoot=c.getArg(s,"sourceRoot",null),this._skipValidation=c.getArg(s,"skipValidation",!1),this._ignoreInvalidMapping=c.getArg(s,"ignoreInvalidMapping",!1),this._sources=new y,this._names=new y,this._mappings=new u,this._sourcesContents=null}d.prototype._version=3,d.fromSourceMap=function(s,i){var r=s.sourceRoot,a=new d(Object.assign(i||{},{file:s.file,sourceRoot:r}));return s.eachMapping(function(l){var g={generated:{line:l.generatedLine,column:l.generatedColumn}};l.source!=null&&(g.source=l.source,r!=null&&(g.source=c.relative(r,g.source)),g.original={line:l.originalLine,column:l.originalColumn},l.name!=null&&(g.name=l.name)),a.addMapping(g)}),s.sources.forEach(function(l){var g=l;r!==null&&(g=c.relative(r,l)),a._sources.has(g)||a._sources.add(g);var f=s.sourceContentFor(l);f!=null&&a.setSourceContent(l,f)}),a},d.prototype.addMapping=function(s){var i=c.getArg(s,"generated"),r=c.getArg(s,"original",null),a=c.getArg(s,"source",null),l=c.getArg(s,"name",null);!this._skipValidation&&this._validateMapping(i,r,a,l)===!1||(a!=null&&(a=String(a),this._sources.has(a)||this._sources.add(a)),l!=null&&(l=String(l),this._names.has(l)||this._names.add(l)),this._mappings.add({generatedLine:i.line,generatedColumn:i.column,originalLine:r!=null&&r.line,originalColumn:r!=null&&r.column,source:a,name:l}))},d.prototype.setSourceContent=function(s,i){var r=s;this._sourceRoot!=null&&(r=c.relative(this._sourceRoot,r)),i!=null?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[c.toSetString(r)]=i):this._sourcesContents&&(delete this._sourcesContents[c.toSetString(r)],Object.keys(this._sourcesContents).length===0&&(this._sourcesContents=null))},d.prototype.applySourceMap=function(s,i,r){var a=i;if(i==null){if(s.file==null)throw new Error(`SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map's "file" property. Both were omitted.`);a=s.file}var l=this._sourceRoot;l!=null&&(a=c.relative(l,a));var g=new y,f=new y;this._mappings.unsortedForEach(function(b){if(b.source===a&&b.originalLine!=null){var n=s.originalPositionFor({line:b.originalLine,column:b.originalColumn});n.source!=null&&(b.source=n.source,r!=null&&(b.source=c.join(r,b.source)),l!=null&&(b.source=c.relative(l,b.source)),b.originalLine=n.line,b.originalColumn=n.column,n.name!=null&&(b.name=n.name))}var o=b.source;o!=null&&!g.has(o)&&g.add(o);var m=b.name;m!=null&&!f.has(m)&&f.add(m)},this),this._sources=g,this._names=f,s.sources.forEach(function(b){var n=s.sourceContentFor(b);n!=null&&(r!=null&&(b=c.join(r,b)),l!=null&&(b=c.relative(l,b)),this.setSourceContent(b,n))},this)},d.prototype._validateMapping=function(s,i,r,a){if(i&&typeof i.line!="number"&&typeof i.column!="number"){var l="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(this._ignoreInvalidMapping)return typeof console<"u"&&console.warn&&console.warn(l),!1;throw new Error(l)}if(!(s&&"line"in s&&"column"in s&&s.line>0&&s.column>=0&&!i&&!r&&!a)){if(s&&"line"in s&&"column"in s&&i&&"line"in i&&"column"in i&&s.line>0&&s.column>=0&&i.line>0&&i.column>=0&&r)return;var l="Invalid mapping: "+JSON.stringify({generated:s,source:r,original:i,name:a});if(this._ignoreInvalidMapping)return typeof console<"u"&&console.warn&&console.warn(l),!1;throw new Error(l)}},d.prototype._serializeMappings=function(){for(var s=0,i=1,r=0,a=0,l=0,g=0,f="",b,n,o,m,p=this._mappings.toArray(),S=0,v=p.length;S<v;S++){if(n=p[S],b="",n.generatedLine!==i)for(s=0;n.generatedLine!==i;)b+=";",i++;else if(S>0){if(!c.compareByGeneratedPositionsInflated(n,p[S-1]))continue;b+=","}b+=t.encode(n.generatedColumn-s),s=n.generatedColumn,n.source!=null&&(m=this._sources.indexOf(n.source),b+=t.encode(m-g),g=m,b+=t.encode(n.originalLine-1-a),a=n.originalLine-1,b+=t.encode(n.originalColumn-r),r=n.originalColumn,n.name!=null&&(o=this._names.indexOf(n.name),b+=t.encode(o-l),l=o)),f+=b}return f},d.prototype._generateSourcesContent=function(s,i){return s.map(function(r){if(!this._sourcesContents)return null;i!=null&&(r=c.relative(i,r));var a=c.toSetString(r);return Object.prototype.hasOwnProperty.call(this._sourcesContents,a)?this._sourcesContents[a]:null},this)},d.prototype.toJSON=function(){var s={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return this._file!=null&&(s.file=this._file),this._sourceRoot!=null&&(s.sourceRoot=this._sourceRoot),this._sourcesContents&&(s.sourcesContent=this._generateSourcesContent(s.sources,s.sourceRoot)),s},d.prototype.toString=function(){return JSON.stringify(this.toJSON())},e.SourceMapGenerator=d}),Ia=z(e=>{"use strict";var t=Ma(),c=new Set(["Atrule","Selector","Declaration"]);function y(u){let d=new t.SourceMapGenerator,s={line:1,column:0},i={line:0,column:0},r={line:1,column:0},a={generated:r},l=1,g=0,f=!1,b=u.node;u.node=function(m){if(m.loc&&m.loc.start&&c.has(m.type)){let p=m.loc.start.line,S=m.loc.start.column-1;(i.line!==p||i.column!==S)&&(i.line=p,i.column=S,s.line=l,s.column=g,f&&(f=!1,(s.line!==r.line||s.column!==r.column)&&d.addMapping(a)),f=!0,d.addMapping({source:m.loc.source,original:i,generated:s}))}b.call(this,m),f&&c.has(m.type)&&(r.line=l,r.column=g)};let n=u.emit;u.emit=function(m,p,S){for(let v=0;v<m.length;v++)m.charCodeAt(v)===10?(l++,g=0):g++;n(m,p,S)};let o=u.result;return u.result=function(){return f&&d.addMapping(a),{css:o(),map:d}},u}e.generateSourceMap=y}),Na=z(e=>{"use strict";var t=ee(),c=43,y=45,u=(l,g)=>{if(l===t.Delim&&(l=g),typeof l=="string"){let f=l.charCodeAt(0);return f>127?32768:f<<8}return l},d=[[t.Ident,t.Ident],[t.Ident,t.Function],[t.Ident,t.Url],[t.Ident,t.BadUrl],[t.Ident,"-"],[t.Ident,t.Number],[t.Ident,t.Percentage],[t.Ident,t.Dimension],[t.Ident,t.CDC],[t.Ident,t.LeftParenthesis],[t.AtKeyword,t.Ident],[t.AtKeyword,t.Function],[t.AtKeyword,t.Url],[t.AtKeyword,t.BadUrl],[t.AtKeyword,"-"],[t.AtKeyword,t.Number],[t.AtKeyword,t.Percentage],[t.AtKeyword,t.Dimension],[t.AtKeyword,t.CDC],[t.Hash,t.Ident],[t.Hash,t.Function],[t.Hash,t.Url],[t.Hash,t.BadUrl],[t.Hash,"-"],[t.Hash,t.Number],[t.Hash,t.Percentage],[t.Hash,t.Dimension],[t.Hash,t.CDC],[t.Dimension,t.Ident],[t.Dimension,t.Function],[t.Dimension,t.Url],[t.Dimension,t.BadUrl],[t.Dimension,"-"],[t.Dimension,t.Number],[t.Dimension,t.Percentage],[t.Dimension,t.Dimension],[t.Dimension,t.CDC],["#",t.Ident],["#",t.Function],["#",t.Url],["#",t.BadUrl],["#","-"],["#",t.Number],["#",t.Percentage],["#",t.Dimension],["#",t.CDC],["-",t.Ident],["-",t.Function],["-",t.Url],["-",t.BadUrl],["-","-"],["-",t.Number],["-",t.Percentage],["-",t.Dimension],["-",t.CDC],[t.Number,t.Ident],[t.Number,t.Function],[t.Number,t.Url],[t.Number,t.BadUrl],[t.Number,t.Number],[t.Number,t.Percentage],[t.Number,t.Dimension],[t.Number,"%"],[t.Number,t.CDC],["@",t.Ident],["@",t.Function],["@",t.Url],["@",t.BadUrl],["@","-"],["@",t.CDC],[".",t.Number],[".",t.Percentage],[".",t.Dimension],["+",t.Number],["+",t.Percentage],["+",t.Dimension],["/","*"]],s=d.concat([[t.Ident,t.Hash],[t.Dimension,t.Hash],[t.Hash,t.Hash],[t.AtKeyword,t.LeftParenthesis],[t.AtKeyword,t.String],[t.AtKeyword,t.Colon],[t.Percentage,t.Percentage],[t.Percentage,t.Dimension],[t.Percentage,t.Function],[t.Percentage,"-"],[t.RightParenthesis,t.Ident],[t.RightParenthesis,t.Function],[t.RightParenthesis,t.Percentage],[t.RightParenthesis,t.Dimension],[t.RightParenthesis,t.Hash],[t.RightParenthesis,"-"]]);function i(l){let g=new Set(l.map(([f,b])=>u(f)<<16|u(b)));return function(f,b,n){let o=u(b,n),m=n.charCodeAt(0);return(m===y&&b!==t.Ident&&b!==t.Function&&b!==t.CDC||m===c?g.has(f<<16|m<<8):g.has(f<<16|o))&&this.emit(" ",t.WhiteSpace,!0),o}}var r=i(d),a=i(s);e.safe=a,e.spec=r}),Ra=z(e=>{"use strict";var t=Le(),c=Ia(),y=Na(),u=ee(),d=92;function s(a,l){if(typeof l=="function"){let g=null;a.children.forEach(f=>{g!==null&&l.call(this,g),this.node(f),g=f});return}a.children.forEach(this.node,this)}function i(a){t.tokenize(a,(l,g,f)=>{this.token(l,a.slice(g,f))})}function r(a){let l=new Map;for(let g in a.node){let f=a.node[g];typeof(f.generate||f)=="function"&&l.set(g,f.generate||f)}return function(g,f){let b="",n=0,o={node(p){if(l.has(p.type))l.get(p.type).call(m,p);else throw new Error("Unknown node type: "+p.type)},tokenBefore:y.safe,token(p,S){n=this.tokenBefore(n,p,S),this.emit(S,p,!1),p===u.Delim&&S.charCodeAt(0)===d&&this.emit(`
98
+ `,u.WhiteSpace,!0)},emit(p){b+=p},result(){return b}};f&&(typeof f.decorator=="function"&&(o=f.decorator(o)),f.sourceMap&&(o=c.generateSourceMap(o)),f.mode in y&&(o.tokenBefore=y[f.mode]));let m={node:p=>o.node(p),children:s,token:(p,S)=>o.token(p,S),tokenize:i};return o.node(g),o.result()}}e.createGenerator=r}),Ga=z(e=>{"use strict";var t=we();function c(y){return{fromPlainObject(u){return y(u,{enter(d){d.children&&!(d.children instanceof t.List)&&(d.children=new t.List().fromArray(d.children))}}),u},toPlainObject(u){return y(u,{leave(d){d.children&&d.children instanceof t.List&&(d.children=d.children.toArray())}}),u}}}e.createConvertor=c}),ja=z(e=>{"use strict";var{hasOwnProperty:t}=Object.prototype,c=function(){};function y(l){return typeof l=="function"?l:c}function u(l,g){return function(f,b,n){f.type===g&&l.call(this,f,b,n)}}function d(l,g){let f=g.structure,b=[];for(let n in f){if(t.call(f,n)===!1)continue;let o=f[n],m={name:n,type:!1,nullable:!1};Array.isArray(o)||(o=[o]);for(let p of o)p===null?m.nullable=!0:typeof p=="string"?m.type="node":Array.isArray(p)&&(m.type="list");m.type&&b.push(m)}return b.length?{context:g.walkContext,fields:b}:null}function s(l){let g={};for(let f in l.node)if(t.call(l.node,f)){let b=l.node[f];if(!b.structure)throw new Error("Missed `structure` field in `"+f+"` node type definition");g[f]=d(f,b)}return g}function i(l,g){let f=l.fields.slice(),b=l.context,n=typeof b=="string";return g&&f.reverse(),function(o,m,p,S){let v;n&&(v=m[b],m[b]=o);for(let C of f){let h=o[C.name];if(!C.nullable||h){if(C.type==="list"){if(g?h.reduceRight(S,!1):h.reduce(S,!1))return!0}else if(p(h))return!0}}n&&(m[b]=v)}}function r({StyleSheet:l,Atrule:g,Rule:f,Block:b,DeclarationList:n}){return{Atrule:{StyleSheet:l,Atrule:g,Rule:f,Block:b},Rule:{StyleSheet:l,Atrule:g,Rule:f,Block:b},Declaration:{StyleSheet:l,Atrule:g,Rule:f,Block:b,DeclarationList:n}}}function a(l){let g=s(l),f={},b={},n=Symbol("break-walk"),o=Symbol("skip-node");for(let v in g)t.call(g,v)&&g[v]!==null&&(f[v]=i(g[v],!1),b[v]=i(g[v],!0));let m=r(f),p=r(b),S=function(v,C){function h(E,D,W){let I=w.call(B,E,D,W);return I===n?!0:I===o?!1:!!(x.hasOwnProperty(E.type)&&x[E.type](E,B,h,A)||k.call(B,E,D,W)===n)}let w=c,k=c,x=f,A=(E,D,W,I)=>E||h(D,W,I),B={break:n,skip:o,root:v,stylesheet:null,atrule:null,atrulePrelude:null,rule:null,selector:null,block:null,declaration:null,function:null};if(typeof C=="function")w=C;else if(C&&(w=y(C.enter),k=y(C.leave),C.reverse&&(x=b),C.visit)){if(m.hasOwnProperty(C.visit))x=C.reverse?p[C.visit]:m[C.visit];else if(!g.hasOwnProperty(C.visit))throw new Error("Bad value `"+C.visit+"` for `visit` option (should be: "+Object.keys(g).sort().join(", ")+")");w=u(w,C.visit),k=u(k,C.visit)}if(w===c&&k===c)throw new Error("Neither `enter` nor `leave` walker handler is set or both aren't a function");h(v)};return S.break=n,S.skip=o,S.find=function(v,C){let h=null;return S(v,function(w,k,x){if(C.call(this,w,k,x))return h=w,n}),h},S.findLast=function(v,C){let h=null;return S(v,{reverse:!0,enter(w,k,x){if(C.call(this,w,k,x))return h=w,n}}),h},S.findAll=function(v,C){let h=[];return S(v,function(w,k,x){C.call(this,w,k,x)&&h.push(w)}),h},S}e.createWalker=a}),tt=z(e=>{"use strict";function t(i){return i}function c(i){let{min:r,max:a,comma:l}=i;return r===0&&a===0?l?"#?":"*":r===0&&a===1?"?":r===1&&a===0?l?"#":"+":r===1&&a===1?"":(l?"#":"")+(r===a?"{"+r+"}":"{"+r+","+(a!==0?a:"")+"}")}function y(i){switch(i.type){case"Range":return" ["+(i.min===null?"-\u221E":i.min)+","+(i.max===null?"\u221E":i.max)+"]";default:throw new Error("Unknown node type `"+i.type+"`")}}function u(i,r,a,l){let g=i.combinator===" "||l?i.combinator:" "+i.combinator+" ",f=i.terms.map(b=>d(b,r,a,l)).join(g);return i.explicit||a?(l||f[0]===","?"[":"[ ")+f+(l?"]":" ]"):f}function d(i,r,a,l){let g;switch(i.type){case"Group":g=u(i,r,a,l)+(i.disallowEmpty?"!":"");break;case"Multiplier":return d(i.term,r,a,l)+r(c(i),i);case"Type":g="<"+i.name+(i.opts?r(y(i.opts),i.opts):"")+">";break;case"Property":g="<'"+i.name+"'>";break;case"Keyword":g=i.name;break;case"AtKeyword":g="@"+i.name;break;case"Function":g=i.name+"(";break;case"String":case"Token":g=i.value;break;case"Comma":g=",";break;default:throw new Error("Unknown node type `"+i.type+"`")}return r(g,i)}function s(i,r){let a=t,l=!1,g=!1;return typeof r=="function"?a=r:r&&(l=!!r.forceBraces,g=!!r.compact,typeof r.decorate=="function"&&(a=r.decorate)),d(i,a,l,g)}e.generate=s}),Ua=z(e=>{"use strict";var t=Je(),c=tt(),y={offset:0,line:1,column:1};function u(a,l){let g=a.tokens,f=a.longestMatch,b=f<g.length&&g[f].node||null,n=b!==l?b:null,o=0,m=0,p=0,S="",v,C;for(let h=0;h<g.length;h++){let w=g[h].value;h===f&&(m=w.length,o=S.length),n!==null&&g[h].node===n&&(h<=f?p++:p=0),S+=w}return f===g.length||p>1?(v=d(n||l,"end")||s(y,S),C=s(v)):(v=d(n,"start")||s(d(l,"start")||y,S.slice(0,o)),C=d(n,"end")||s(v,S.substr(o,m))),{css:S,mismatchOffset:o,mismatchLength:m,start:v,end:C}}function d(a,l){let g=a&&a.loc&&a.loc[l];return g?"line"in g?s(g):g:null}function s({offset:a,line:l,column:g},f){let b={offset:a,line:l,column:g};if(f){let n=f.split(/\n|\r\n?|\f/);b.offset+=f.length,b.line+=n.length-1,b.column=n.length===1?b.column+f.length:n.pop().length+1}return b}var i=function(a,l){let g=t.createCustomError("SyntaxReferenceError",a+(l?" `"+l+"`":""));return g.reference=l,g},r=function(a,l,g,f){let b=t.createCustomError("SyntaxMatchError",a),{css:n,mismatchOffset:o,mismatchLength:m,start:p,end:S}=u(f,g);return b.rawMessage=a,b.syntax=l?c.generate(l):"<generic>",b.css=n,b.mismatchOffset=o,b.mismatchLength=m,b.message=a+`
99
99
  syntax: `+b.syntax+`
100
100
  value: `+(n||"<empty string>")+`
101
- --------`+new Array(b.mismatchOffset+1).join("-")+"^",Object.assign(b,p),b.loc={source:f&&f.loc&&f.loc.source||"<unknown>",start:p,end:S},b};e.SyntaxMatchError=r,e.SyntaxReferenceError=i}),rt=z(e=>{"use strict";var t=new Map,c=new Map,y=45,u=a,d=l,s=r;function i(f,g){return g=g||0,f.length-g>=2&&f.charCodeAt(g)===y&&f.charCodeAt(g+1)===y}function r(f,g){if(g=g||0,f.length-g>=3&&f.charCodeAt(g)===y&&f.charCodeAt(g+1)!==y){let b=f.indexOf("-",g+2);if(b!==-1)return f.substring(g,b+1)}return""}function a(f){if(t.has(f))return t.get(f);let g=f.toLowerCase(),b=t.get(g);if(b===void 0){let n=i(g,0),o=n?"":r(g,0);b=Object.freeze({basename:g.substr(o.length),name:g,prefix:o,vendor:o,custom:n})}return t.set(f,b),b}function l(f){if(c.has(f))return c.get(f);let g=f,b=f[0];b==="/"?b=f[1]==="/"?"//":"/":b!=="_"&&b!=="*"&&b!=="$"&&b!=="#"&&b!=="+"&&b!=="&"&&(b="");let n=i(g,b.length);if(!n&&(g=g.toLowerCase(),c.has(g))){let S=c.get(g);return c.set(f,S),S}let o=n?"":r(g,b.length),m=g.substr(0,b.length+o.length),p=Object.freeze({basename:g.substr(m.length),name:g.substr(b.length),hack:b,vendor:o,prefix:m,custom:n});return c.set(f,p),p}e.isCustomProperty=i,e.keyword=u,e.property=d,e.vendorPrefix=s}),Ar=z(e=>{"use strict";var t=["initial","inherit","unset","revert","revert-layer"];e.cssWideKeywords=t}),Va=z((e,t)=>{"use strict";var c=ue(),y=ee(),u=ge(),d=43,s=45,i=110,r=!0,a=!1;function l(o,m){return o!==null&&o.type===y.Delim&&o.value.charCodeAt(0)===m}function f(o,m,p){for(;o!==null&&(o.type===y.WhiteSpace||o.type===y.Comment);)o=p(++m);return m}function g(o,m,p,S){if(!o)return 0;let v=o.value.charCodeAt(m);if(v===d||v===s){if(p)return 0;m++}for(;m<o.value.length;m++)if(!c.isDigit(o.value.charCodeAt(m)))return 0;return S+1}function b(o,m,p){let S=!1,v=f(o,m,p);if(o=p(v),o===null)return m;if(o.type!==y.Number)if(l(o,d)||l(o,s)){if(S=!0,v=f(p(++v),v,p),o=p(v),o===null||o.type!==y.Number)return 0}else return m;if(!S){let C=o.value.charCodeAt(0);if(C!==d&&C!==s)return 0}return g(o,S?0:1,S,v)}function n(o,m){let p=0;if(!o)return 0;if(o.type===y.Number)return g(o,0,a,p);if(o.type===y.Ident&&o.value.charCodeAt(0)===s){if(!u.cmpChar(o.value,1,i))return 0;switch(o.value.length){case 2:return b(m(++p),p,m);case 3:return o.value.charCodeAt(2)!==s?0:(p=f(m(++p),p,m),o=m(p),g(o,0,r,p));default:return o.value.charCodeAt(2)!==s?0:g(o,3,r,p)}}else if(o.type===y.Ident||l(o,d)&&m(p+1).type===y.Ident){if(o.type!==y.Ident&&(o=m(++p)),o===null||!u.cmpChar(o.value,0,i))return 0;switch(o.value.length){case 1:return b(m(++p),p,m);case 2:return o.value.charCodeAt(1)!==s?0:(p=f(m(++p),p,m),o=m(p),g(o,0,r,p));default:return o.value.charCodeAt(1)!==s?0:g(o,2,r,p)}}else if(o.type===y.Dimension){let S=o.value.charCodeAt(0),v=S===d||S===s?1:0,C=v;for(;C<o.value.length&&c.isDigit(o.value.charCodeAt(C));C++);return C===v||!u.cmpChar(o.value,C,i)?0:C+1===o.value.length?b(m(++p),p,m):o.value.charCodeAt(C+1)!==s?0:C+2===o.value.length?(p=f(m(++p),p,m),o=m(p),g(o,0,r,p)):g(o,C+2,r,p)}return 0}t.exports=n}),Ha=z((e,t)=>{"use strict";var c=ue(),y=ee(),u=ge(),d=43,s=45,i=63,r=117;function a(n,o){return n!==null&&n.type===y.Delim&&n.value.charCodeAt(0)===o}function l(n,o){return n.value.charCodeAt(0)===o}function f(n,o,m){let p=0;for(let S=o;S<n.value.length;S++){let v=n.value.charCodeAt(S);if(v===s&&m&&p!==0)return f(n,o+p+1,!1),6;if(!c.isHexDigit(v)||++p>6)return 0}return p}function g(n,o,m){if(!n)return 0;for(;a(m(o),i);){if(++n>6)return 0;o++}return o}function b(n,o){let m=0;if(n===null||n.type!==y.Ident||!u.cmpChar(n.value,0,r)||(n=o(++m),n===null))return 0;if(a(n,d))return n=o(++m),n===null?0:n.type===y.Ident?g(f(n,0,!0),++m,o):a(n,i)?g(1,++m,o):0;if(n.type===y.Number){let p=f(n,1,!0);return p===0?0:(n=o(++m),n===null?m:n.type===y.Dimension||n.type===y.Number?!l(n,s)||!f(n,1,!1)?0:m+1:g(p,m,o))}return n.type===y.Dimension?g(f(n,1,!0),++m,o):0}t.exports=b}),Ka=z((e,t)=>{"use strict";var c=Ar(),y=Va(),u=Ha(),d=ee(),s=ue(),i=ge(),r=["calc(","-moz-calc(","-webkit-calc("],a=new Map([[d.Function,d.RightParenthesis],[d.LeftParenthesis,d.RightParenthesis],[d.LeftSquareBracket,d.RightSquareBracket],[d.LeftCurlyBracket,d.RightCurlyBracket]]),l=["cm","mm","q","in","pt","pc","px","em","rem","ex","rex","cap","rcap","ch","rch","ic","ric","lh","rlh","vw","svw","lvw","dvw","vh","svh","lvh","dvh","vi","svi","lvi","dvi","vb","svb","lvb","dvb","vmin","svmin","lvmin","dvmin","vmax","svmax","lvmax","dvmax","cqw","cqh","cqi","cqb","cqmin","cqmax"],f=["deg","grad","rad","turn"],g=["s","ms"],b=["hz","khz"],n=["dpi","dpcm","dppx","x"],o=["fr"],m=["db"],p=["st"];function S(L,O){return O<L.length?L.charCodeAt(O):0}function v(L,O){return i.cmpStr(L,0,L.length,O)}function C(L,O){for(let T=0;T<O.length;T++)if(v(L,O[T]))return!0;return!1}function h(L,O){return O!==L.length-2?!1:S(L,O)===92&&s.isDigit(S(L,O+1))}function w(L,O,T){if(L&&L.type==="Range"){let N=Number(T!==void 0&&T!==O.length?O.substr(0,T):O);if(isNaN(N)||L.min!==null&&N<L.min&&typeof L.min!="string"||L.max!==null&&N>L.max&&typeof L.max!="string")return!0}return!1}function k(L,O){let T=0,N=[],P=0;e:do{switch(L.type){case d.RightCurlyBracket:case d.RightParenthesis:case d.RightSquareBracket:if(L.type!==T)break e;if(T=N.pop(),N.length===0){P++;break e}break;case d.Function:case d.LeftParenthesis:case d.LeftSquareBracket:case d.LeftCurlyBracket:N.push(T),T=a.get(L.type);break}P++}while(L=O(P));return P}function x(L){return function(O,T,N){return O===null?0:O.type===d.Function&&C(O.value,r)?k(O,T):L(O,T,N)}}function A(L){return function(O){return O===null||O.type!==L?0:1}}function B(L){if(L===null||L.type!==d.Ident)return 0;let O=L.value.toLowerCase();return C(O,c.cssWideKeywords)||v(O,"default")?0:1}function E(L){return L===null||L.type!==d.Ident||S(L.value,0)!==45||S(L.value,1)!==45?0:1}function D(L){if(L===null||L.type!==d.Hash)return 0;let O=L.value.length;if(O!==4&&O!==5&&O!==7&&O!==9)return 0;for(let T=1;T<O;T++)if(!s.isHexDigit(S(L.value,T)))return 0;return 1}function W(L){return L===null||L.type!==d.Hash||!s.isIdentifierStart(S(L.value,1),S(L.value,2),S(L.value,3))?0:1}function I(L,O){if(!L)return 0;let T=0,N=[],P=0;e:do{switch(L.type){case d.BadString:case d.BadUrl:break e;case d.RightCurlyBracket:case d.RightParenthesis:case d.RightSquareBracket:if(L.type!==T)break e;T=N.pop();break;case d.Semicolon:if(T===0)break e;break;case d.Delim:if(T===0&&L.value==="!")break e;break;case d.Function:case d.LeftParenthesis:case d.LeftSquareBracket:case d.LeftCurlyBracket:N.push(T),T=a.get(L.type);break}P++}while(L=O(P));return P}function q(L,O){if(!L)return 0;let T=0,N=[],P=0;e:do{switch(L.type){case d.BadString:case d.BadUrl:break e;case d.RightCurlyBracket:case d.RightParenthesis:case d.RightSquareBracket:if(L.type!==T)break e;T=N.pop();break;case d.Function:case d.LeftParenthesis:case d.LeftSquareBracket:case d.LeftCurlyBracket:N.push(T),T=a.get(L.type);break}P++}while(L=O(P));return P}function _(L){return L&&(L=new Set(L)),function(O,T,N){if(O===null||O.type!==d.Dimension)return 0;let P=i.consumeNumber(O.value,0);if(L!==null){let U=O.value.indexOf("\\",P),Y=U===-1||!h(O.value,U)?O.value.substr(P):O.value.substring(P,U);if(L.has(Y.toLowerCase())===!1)return 0}return w(N,O.value,P)?0:1}}function M(L,O,T){return L===null||L.type!==d.Percentage||w(T,L.value,L.value.length-1)?0:1}function G(L){return typeof L!="function"&&(L=function(){return 0}),function(O,T,N){return O!==null&&O.type===d.Number&&Number(O.value)===0?1:L(O,T,N)}}function V(L,O,T){if(L===null)return 0;let N=i.consumeNumber(L.value,0);return N!==L.value.length&&!h(L.value,N)||w(T,L.value,N)?0:1}function H(L,O,T){if(L===null||L.type!==d.Number)return 0;let N=S(L.value,0)===43||S(L.value,0)===45?1:0;for(;N<L.value.length;N++)if(!s.isDigit(S(L.value,N)))return 0;return w(T,L.value,N)?0:1}var j={"ident-token":A(d.Ident),"function-token":A(d.Function),"at-keyword-token":A(d.AtKeyword),"hash-token":A(d.Hash),"string-token":A(d.String),"bad-string-token":A(d.BadString),"url-token":A(d.Url),"bad-url-token":A(d.BadUrl),"delim-token":A(d.Delim),"number-token":A(d.Number),"percentage-token":A(d.Percentage),"dimension-token":A(d.Dimension),"whitespace-token":A(d.WhiteSpace),"CDO-token":A(d.CDO),"CDC-token":A(d.CDC),"colon-token":A(d.Colon),"semicolon-token":A(d.Semicolon),"comma-token":A(d.Comma),"[-token":A(d.LeftSquareBracket),"]-token":A(d.RightSquareBracket),"(-token":A(d.LeftParenthesis),")-token":A(d.RightParenthesis),"{-token":A(d.LeftCurlyBracket),"}-token":A(d.RightCurlyBracket),string:A(d.String),ident:A(d.Ident),"custom-ident":B,"custom-property-name":E,"hex-color":D,"id-selector":W,"an-plus-b":y,urange:u,"declaration-value":I,"any-value":q,dimension:x(_(null)),angle:x(_(f)),decibel:x(_(m)),frequency:x(_(b)),flex:x(_(o)),length:x(G(_(l))),resolution:x(_(n)),semitones:x(_(p)),time:x(_(g)),percentage:x(M),zero:G(),number:x(V),integer:x(H)};t.exports=j}),Ya=z((e,t)=>{"use strict";var c=Le(),y={decorator(s){let i=[],r=null;return{...s,node(a){let l=r;r=a,s.node.call(this,a),r=l},emit(a,l,f){i.push({type:l,value:a,node:f?null:r})},result(){return i}}}};function u(s){let i=[];return c.tokenize(s,(r,a,l)=>i.push({type:r,value:s.slice(a,l),node:null})),i}function d(s,i){return typeof s=="string"?u(s):i.generate(s,y)}t.exports=d}),Er=z(e=>{"use strict";var t=Je();function c(y,u,d){return Object.assign(t.createCustomError("SyntaxError",y),{input:u,offset:d,rawMessage:y,message:y+`
101
+ --------`+new Array(b.mismatchOffset+1).join("-")+"^",Object.assign(b,p),b.loc={source:g&&g.loc&&g.loc.source||"<unknown>",start:p,end:S},b};e.SyntaxMatchError=r,e.SyntaxReferenceError=i}),rt=z(e=>{"use strict";var t=new Map,c=new Map,y=45,u=a,d=l,s=r;function i(g,f){return f=f||0,g.length-f>=2&&g.charCodeAt(f)===y&&g.charCodeAt(f+1)===y}function r(g,f){if(f=f||0,g.length-f>=3&&g.charCodeAt(f)===y&&g.charCodeAt(f+1)!==y){let b=g.indexOf("-",f+2);if(b!==-1)return g.substring(f,b+1)}return""}function a(g){if(t.has(g))return t.get(g);let f=g.toLowerCase(),b=t.get(f);if(b===void 0){let n=i(f,0),o=n?"":r(f,0);b=Object.freeze({basename:f.substr(o.length),name:f,prefix:o,vendor:o,custom:n})}return t.set(g,b),b}function l(g){if(c.has(g))return c.get(g);let f=g,b=g[0];b==="/"?b=g[1]==="/"?"//":"/":b!=="_"&&b!=="*"&&b!=="$"&&b!=="#"&&b!=="+"&&b!=="&"&&(b="");let n=i(f,b.length);if(!n&&(f=f.toLowerCase(),c.has(f))){let S=c.get(f);return c.set(g,S),S}let o=n?"":r(f,b.length),m=f.substr(0,b.length+o.length),p=Object.freeze({basename:f.substr(m.length),name:f.substr(b.length),hack:b,vendor:o,prefix:m,custom:n});return c.set(g,p),p}e.isCustomProperty=i,e.keyword=u,e.property=d,e.vendorPrefix=s}),Ar=z(e=>{"use strict";var t=["initial","inherit","unset","revert","revert-layer"];e.cssWideKeywords=t}),Va=z((e,t)=>{"use strict";var c=ue(),y=ee(),u=ge(),d=43,s=45,i=110,r=!0,a=!1;function l(o,m){return o!==null&&o.type===y.Delim&&o.value.charCodeAt(0)===m}function g(o,m,p){for(;o!==null&&(o.type===y.WhiteSpace||o.type===y.Comment);)o=p(++m);return m}function f(o,m,p,S){if(!o)return 0;let v=o.value.charCodeAt(m);if(v===d||v===s){if(p)return 0;m++}for(;m<o.value.length;m++)if(!c.isDigit(o.value.charCodeAt(m)))return 0;return S+1}function b(o,m,p){let S=!1,v=g(o,m,p);if(o=p(v),o===null)return m;if(o.type!==y.Number)if(l(o,d)||l(o,s)){if(S=!0,v=g(p(++v),v,p),o=p(v),o===null||o.type!==y.Number)return 0}else return m;if(!S){let C=o.value.charCodeAt(0);if(C!==d&&C!==s)return 0}return f(o,S?0:1,S,v)}function n(o,m){let p=0;if(!o)return 0;if(o.type===y.Number)return f(o,0,a,p);if(o.type===y.Ident&&o.value.charCodeAt(0)===s){if(!u.cmpChar(o.value,1,i))return 0;switch(o.value.length){case 2:return b(m(++p),p,m);case 3:return o.value.charCodeAt(2)!==s?0:(p=g(m(++p),p,m),o=m(p),f(o,0,r,p));default:return o.value.charCodeAt(2)!==s?0:f(o,3,r,p)}}else if(o.type===y.Ident||l(o,d)&&m(p+1).type===y.Ident){if(o.type!==y.Ident&&(o=m(++p)),o===null||!u.cmpChar(o.value,0,i))return 0;switch(o.value.length){case 1:return b(m(++p),p,m);case 2:return o.value.charCodeAt(1)!==s?0:(p=g(m(++p),p,m),o=m(p),f(o,0,r,p));default:return o.value.charCodeAt(1)!==s?0:f(o,2,r,p)}}else if(o.type===y.Dimension){let S=o.value.charCodeAt(0),v=S===d||S===s?1:0,C=v;for(;C<o.value.length&&c.isDigit(o.value.charCodeAt(C));C++);return C===v||!u.cmpChar(o.value,C,i)?0:C+1===o.value.length?b(m(++p),p,m):o.value.charCodeAt(C+1)!==s?0:C+2===o.value.length?(p=g(m(++p),p,m),o=m(p),f(o,0,r,p)):f(o,C+2,r,p)}return 0}t.exports=n}),Ha=z((e,t)=>{"use strict";var c=ue(),y=ee(),u=ge(),d=43,s=45,i=63,r=117;function a(n,o){return n!==null&&n.type===y.Delim&&n.value.charCodeAt(0)===o}function l(n,o){return n.value.charCodeAt(0)===o}function g(n,o,m){let p=0;for(let S=o;S<n.value.length;S++){let v=n.value.charCodeAt(S);if(v===s&&m&&p!==0)return g(n,o+p+1,!1),6;if(!c.isHexDigit(v)||++p>6)return 0}return p}function f(n,o,m){if(!n)return 0;for(;a(m(o),i);){if(++n>6)return 0;o++}return o}function b(n,o){let m=0;if(n===null||n.type!==y.Ident||!u.cmpChar(n.value,0,r)||(n=o(++m),n===null))return 0;if(a(n,d))return n=o(++m),n===null?0:n.type===y.Ident?f(g(n,0,!0),++m,o):a(n,i)?f(1,++m,o):0;if(n.type===y.Number){let p=g(n,1,!0);return p===0?0:(n=o(++m),n===null?m:n.type===y.Dimension||n.type===y.Number?!l(n,s)||!g(n,1,!1)?0:m+1:f(p,m,o))}return n.type===y.Dimension?f(g(n,1,!0),++m,o):0}t.exports=b}),Ka=z((e,t)=>{"use strict";var c=Ar(),y=Va(),u=Ha(),d=ee(),s=ue(),i=ge(),r=["calc(","-moz-calc(","-webkit-calc("],a=new Map([[d.Function,d.RightParenthesis],[d.LeftParenthesis,d.RightParenthesis],[d.LeftSquareBracket,d.RightSquareBracket],[d.LeftCurlyBracket,d.RightCurlyBracket]]),l=["cm","mm","q","in","pt","pc","px","em","rem","ex","rex","cap","rcap","ch","rch","ic","ric","lh","rlh","vw","svw","lvw","dvw","vh","svh","lvh","dvh","vi","svi","lvi","dvi","vb","svb","lvb","dvb","vmin","svmin","lvmin","dvmin","vmax","svmax","lvmax","dvmax","cqw","cqh","cqi","cqb","cqmin","cqmax"],g=["deg","grad","rad","turn"],f=["s","ms"],b=["hz","khz"],n=["dpi","dpcm","dppx","x"],o=["fr"],m=["db"],p=["st"];function S(L,O){return O<L.length?L.charCodeAt(O):0}function v(L,O){return i.cmpStr(L,0,L.length,O)}function C(L,O){for(let T=0;T<O.length;T++)if(v(L,O[T]))return!0;return!1}function h(L,O){return O!==L.length-2?!1:S(L,O)===92&&s.isDigit(S(L,O+1))}function w(L,O,T){if(L&&L.type==="Range"){let R=Number(T!==void 0&&T!==O.length?O.substr(0,T):O);if(isNaN(R)||L.min!==null&&R<L.min&&typeof L.min!="string"||L.max!==null&&R>L.max&&typeof L.max!="string")return!0}return!1}function k(L,O){let T=0,R=[],P=0;e:do{switch(L.type){case d.RightCurlyBracket:case d.RightParenthesis:case d.RightSquareBracket:if(L.type!==T)break e;if(T=R.pop(),R.length===0){P++;break e}break;case d.Function:case d.LeftParenthesis:case d.LeftSquareBracket:case d.LeftCurlyBracket:R.push(T),T=a.get(L.type);break}P++}while(L=O(P));return P}function x(L){return function(O,T,R){return O===null?0:O.type===d.Function&&C(O.value,r)?k(O,T):L(O,T,R)}}function A(L){return function(O){return O===null||O.type!==L?0:1}}function B(L){if(L===null||L.type!==d.Ident)return 0;let O=L.value.toLowerCase();return C(O,c.cssWideKeywords)||v(O,"default")?0:1}function E(L){return L===null||L.type!==d.Ident||S(L.value,0)!==45||S(L.value,1)!==45?0:1}function D(L){if(L===null||L.type!==d.Hash)return 0;let O=L.value.length;if(O!==4&&O!==5&&O!==7&&O!==9)return 0;for(let T=1;T<O;T++)if(!s.isHexDigit(S(L.value,T)))return 0;return 1}function W(L){return L===null||L.type!==d.Hash||!s.isIdentifierStart(S(L.value,1),S(L.value,2),S(L.value,3))?0:1}function I(L,O){if(!L)return 0;let T=0,R=[],P=0;e:do{switch(L.type){case d.BadString:case d.BadUrl:break e;case d.RightCurlyBracket:case d.RightParenthesis:case d.RightSquareBracket:if(L.type!==T)break e;T=R.pop();break;case d.Semicolon:if(T===0)break e;break;case d.Delim:if(T===0&&L.value==="!")break e;break;case d.Function:case d.LeftParenthesis:case d.LeftSquareBracket:case d.LeftCurlyBracket:R.push(T),T=a.get(L.type);break}P++}while(L=O(P));return P}function q(L,O){if(!L)return 0;let T=0,R=[],P=0;e:do{switch(L.type){case d.BadString:case d.BadUrl:break e;case d.RightCurlyBracket:case d.RightParenthesis:case d.RightSquareBracket:if(L.type!==T)break e;T=R.pop();break;case d.Function:case d.LeftParenthesis:case d.LeftSquareBracket:case d.LeftCurlyBracket:R.push(T),T=a.get(L.type);break}P++}while(L=O(P));return P}function F(L){return L&&(L=new Set(L)),function(O,T,R){if(O===null||O.type!==d.Dimension)return 0;let P=i.consumeNumber(O.value,0);if(L!==null){let U=O.value.indexOf("\\",P),Y=U===-1||!h(O.value,U)?O.value.substr(P):O.value.substring(P,U);if(L.has(Y.toLowerCase())===!1)return 0}return w(R,O.value,P)?0:1}}function M(L,O,T){return L===null||L.type!==d.Percentage||w(T,L.value,L.value.length-1)?0:1}function G(L){return typeof L!="function"&&(L=function(){return 0}),function(O,T,R){return O!==null&&O.type===d.Number&&Number(O.value)===0?1:L(O,T,R)}}function V(L,O,T){if(L===null)return 0;let R=i.consumeNumber(L.value,0);return R!==L.value.length&&!h(L.value,R)||w(T,L.value,R)?0:1}function H(L,O,T){if(L===null||L.type!==d.Number)return 0;let R=S(L.value,0)===43||S(L.value,0)===45?1:0;for(;R<L.value.length;R++)if(!s.isDigit(S(L.value,R)))return 0;return w(T,L.value,R)?0:1}var j={"ident-token":A(d.Ident),"function-token":A(d.Function),"at-keyword-token":A(d.AtKeyword),"hash-token":A(d.Hash),"string-token":A(d.String),"bad-string-token":A(d.BadString),"url-token":A(d.Url),"bad-url-token":A(d.BadUrl),"delim-token":A(d.Delim),"number-token":A(d.Number),"percentage-token":A(d.Percentage),"dimension-token":A(d.Dimension),"whitespace-token":A(d.WhiteSpace),"CDO-token":A(d.CDO),"CDC-token":A(d.CDC),"colon-token":A(d.Colon),"semicolon-token":A(d.Semicolon),"comma-token":A(d.Comma),"[-token":A(d.LeftSquareBracket),"]-token":A(d.RightSquareBracket),"(-token":A(d.LeftParenthesis),")-token":A(d.RightParenthesis),"{-token":A(d.LeftCurlyBracket),"}-token":A(d.RightCurlyBracket),string:A(d.String),ident:A(d.Ident),"custom-ident":B,"custom-property-name":E,"hex-color":D,"id-selector":W,"an-plus-b":y,urange:u,"declaration-value":I,"any-value":q,dimension:x(F(null)),angle:x(F(g)),decibel:x(F(m)),frequency:x(F(b)),flex:x(F(o)),length:x(G(F(l))),resolution:x(F(n)),semitones:x(F(p)),time:x(F(f)),percentage:x(M),zero:G(),number:x(V),integer:x(H)};t.exports=j}),Ya=z((e,t)=>{"use strict";var c=Le(),y={decorator(s){let i=[],r=null;return{...s,node(a){let l=r;r=a,s.node.call(this,a),r=l},emit(a,l,g){i.push({type:l,value:a,node:g?null:r})},result(){return i}}}};function u(s){let i=[];return c.tokenize(s,(r,a,l)=>i.push({type:r,value:s.slice(a,l),node:null})),i}function d(s,i){return typeof s=="string"?u(s):i.generate(s,y)}t.exports=d}),Er=z(e=>{"use strict";var t=Je();function c(y,u,d){return Object.assign(t.createCustomError("SyntaxError",y),{input:u,offset:d,rawMessage:y,message:y+`
102
102
  `+u+`
103
- --`+new Array((d||u.length)+1).join("-")+"^"})}e.SyntaxError=c}),Xa=z(e=>{"use strict";var t=Er(),c=9,y=10,u=12,d=13,s=32,i=class{constructor(r){this.str=r,this.pos=0}charCodeAt(r){return r<this.str.length?this.str.charCodeAt(r):0}charCode(){return this.charCodeAt(this.pos)}nextCharCode(){return this.charCodeAt(this.pos+1)}nextNonWsCode(r){return this.charCodeAt(this.findWsEnd(r))}findWsEnd(r){for(;r<this.str.length;r++){let a=this.str.charCodeAt(r);if(a!==d&&a!==y&&a!==u&&a!==s&&a!==c)break}return r}substringToPos(r){return this.str.substring(this.pos,this.pos=r)}eat(r){this.charCode()!==r&&this.error("Expect `"+String.fromCharCode(r)+"`"),this.pos++}peek(){return this.pos<this.str.length?this.str.charAt(this.pos++):""}error(r){throw new t.SyntaxError(r,this.str,this.pos)}};e.Tokenizer=i}),nt=z(e=>{"use strict";var t=Xa(),c=9,y=10,u=12,d=13,s=32,i=33,r=35,a=38,l=39,f=40,g=41,b=42,n=43,o=44,m=45,p=60,S=62,v=63,C=64,h=91,w=93,k=123,x=124,A=125,B=8734,E=new Uint8Array(128).map((F,R)=>/[a-zA-Z0-9\-]/.test(String.fromCharCode(R))?1:0),D={" ":1,"&&":2,"||":3,"|":4};function W(F){return F.substringToPos(F.findWsEnd(F.pos))}function I(F){let R=F.pos;for(;R<F.str.length;R++){let K=F.str.charCodeAt(R);if(K>=128||E[K]===0)break}return F.pos===R&&F.error("Expect a keyword"),F.substringToPos(R)}function q(F){let R=F.pos;for(;R<F.str.length;R++){let K=F.str.charCodeAt(R);if(K<48||K>57)break}return F.pos===R&&F.error("Expect a number"),F.substringToPos(R)}function _(F){let R=F.str.indexOf("'",F.pos+1);return R===-1&&(F.pos=F.str.length,F.error("Expect an apostrophe")),F.substringToPos(R+1)}function M(F){let R=null,K=null;return F.eat(k),R=q(F),F.charCode()===o?(F.pos++,F.charCode()!==A&&(K=q(F))):K=R,F.eat(A),{min:Number(R),max:K?Number(K):0}}function G(F){let R=null,K=!1;switch(F.charCode()){case b:F.pos++,R={min:0,max:0};break;case n:F.pos++,R={min:1,max:0};break;case v:F.pos++,R={min:0,max:1};break;case r:F.pos++,K=!0,F.charCode()===k?R=M(F):F.charCode()===v?(F.pos++,R={min:0,max:0}):R={min:1,max:0};break;case k:R=M(F);break;default:return null}return{type:"Multiplier",comma:K,min:R.min,max:R.max,term:null}}function V(F,R){let K=G(F);return K!==null?(K.term=R,F.charCode()===r&&F.charCodeAt(F.pos-1)===n?V(F,K):K):R}function H(F){let R=F.peek();return R===""?null:{type:"Token",value:R}}function j(F){let R;return F.eat(p),F.eat(l),R=I(F),F.eat(l),F.eat(S),V(F,{type:"Property",name:R})}function L(F){let R=null,K=null,Z=1;return F.eat(h),F.charCode()===m&&(F.peek(),Z=-1),Z==-1&&F.charCode()===B?F.peek():(R=Z*Number(q(F)),E[F.charCode()]!==0&&(R+=I(F))),W(F),F.eat(o),W(F),F.charCode()===B?F.peek():(Z=1,F.charCode()===m&&(F.peek(),Z=-1),K=Z*Number(q(F)),E[F.charCode()]!==0&&(K+=I(F))),F.eat(w),{type:"Range",min:R,max:K}}function O(F){let R,K=null;return F.eat(p),R=I(F),F.charCode()===f&&F.nextCharCode()===g&&(F.pos+=2,R+="()"),F.charCodeAt(F.findWsEnd(F.pos))===h&&(W(F),K=L(F)),F.eat(S),V(F,{type:"Type",name:R,opts:K})}function T(F){let R=I(F);return F.charCode()===f?(F.pos++,{type:"Function",name:R}):V(F,{type:"Keyword",name:R})}function N(F,R){function K(X,$){return{type:"Group",terms:X,combinator:$,disallowEmpty:!1,explicit:!1}}let Z;for(R=Object.keys(R).sort((X,$)=>D[X]-D[$]);R.length>0;){Z=R.shift();let X=0,$=0;for(;X<F.length;X++){let J=F[X];J.type==="Combinator"&&(J.value===Z?($===-1&&($=X-1),F.splice(X,1),X--):($!==-1&&X-$>1&&(F.splice($,X-$,K(F.slice($,X),Z)),X=$+1),$=-1))}$!==-1&&R.length&&F.splice($,X-$,K(F.slice($,X),Z))}return Z}function P(F){let R=[],K={},Z,X=null,$=F.pos;for(;Z=Y(F);)Z.type!=="Spaces"&&(Z.type==="Combinator"?((X===null||X.type==="Combinator")&&(F.pos=$,F.error("Unexpected combinator")),K[Z.value]=!0):X!==null&&X.type!=="Combinator"&&(K[" "]=!0,R.push({type:"Combinator",value:" "})),R.push(Z),X=Z,$=F.pos);return X!==null&&X.type==="Combinator"&&(F.pos-=$,F.error("Unexpected combinator")),{type:"Group",terms:R,combinator:N(R,K)||" ",disallowEmpty:!1,explicit:!1}}function U(F){let R;return F.eat(h),R=P(F),F.eat(w),R.explicit=!0,F.charCode()===i&&(F.pos++,R.disallowEmpty=!0),R}function Y(F){let R=F.charCode();if(R<128&&E[R]===1)return T(F);switch(R){case w:break;case h:return V(F,U(F));case p:return F.nextCharCode()===l?j(F):O(F);case x:return{type:"Combinator",value:F.substringToPos(F.pos+(F.nextCharCode()===x?2:1))};case a:return F.pos++,F.eat(a),{type:"Combinator",value:"&&"};case o:return F.pos++,{type:"Comma"};case l:return V(F,{type:"String",value:_(F)});case s:case c:case y:case d:case u:return{type:"Spaces",value:W(F)};case C:return R=F.nextCharCode(),R<128&&E[R]===1?(F.pos++,{type:"AtKeyword",name:I(F)}):H(F);case b:case n:case v:case r:case i:break;case k:if(R=F.nextCharCode(),R<48||R>57)return H(F);break;default:return H(F)}}function te(F){let R=new t.Tokenizer(F),K=P(R);return R.pos!==F.length&&R.error("Unexpected input"),K.terms.length===1&&K.terms[0].type==="Group"?K.terms[0]:K}e.parse=te}),Tr=z(e=>{"use strict";var t=nt(),c={type:"Match"},y={type:"Mismatch"},u={type:"DisallowEmpty"},d=40,s=41;function i(n,o,m){return o===c&&m===y||n===c&&o===c&&m===c?n:(n.type==="If"&&n.else===y&&o===c&&(o=n.then,n=n.match),{type:"If",match:n,then:o,else:m})}function r(n){return n.length>2&&n.charCodeAt(n.length-2)===d&&n.charCodeAt(n.length-1)===s}function a(n){return n.type==="Keyword"||n.type==="AtKeyword"||n.type==="Function"||n.type==="Type"&&r(n.name)}function l(n,o,m){switch(n){case" ":{let p=c;for(let S=o.length-1;S>=0;S--){let v=o[S];p=i(v,p,y)}return p}case"|":{let p=y,S=null;for(let v=o.length-1;v>=0;v--){let C=o[v];if(a(C)&&(S===null&&v>0&&a(o[v-1])&&(S=Object.create(null),p=i({type:"Enum",map:S},c,p)),S!==null)){let h=(r(C.name)?C.name.slice(0,-1):C.name).toLowerCase();if(!(h in S)){S[h]=C;continue}}S=null,p=i(C,c,p)}return p}case"&&":{if(o.length>5)return{type:"MatchOnce",terms:o,all:!0};let p=y;for(let S=o.length-1;S>=0;S--){let v=o[S],C;o.length>1?C=l(n,o.filter(function(h){return h!==v}),!1):C=c,p=i(v,C,p)}return p}case"||":{if(o.length>5)return{type:"MatchOnce",terms:o,all:!1};let p=m?c:y;for(let S=o.length-1;S>=0;S--){let v=o[S],C;o.length>1?C=l(n,o.filter(function(h){return h!==v}),!0):C=c,p=i(v,C,p)}return p}}}function f(n){let o=c,m=g(n.term);if(n.max===0)m=i(m,u,y),o=i(m,null,y),o.then=i(c,c,o),n.comma&&(o.then.else=i({type:"Comma",syntax:n},o,y));else for(let p=n.min||1;p<=n.max;p++)n.comma&&o!==c&&(o=i({type:"Comma",syntax:n},o,y)),o=i(m,i(c,c,o),y);if(n.min===0)o=i(c,c,o);else for(let p=0;p<n.min-1;p++)n.comma&&o!==c&&(o=i({type:"Comma",syntax:n},o,y)),o=i(m,o,y);return o}function g(n){if(typeof n=="function")return{type:"Generic",fn:n};switch(n.type){case"Group":{let o=l(n.combinator,n.terms.map(g),!1);return n.disallowEmpty&&(o=i(o,u,y)),o}case"Multiplier":return f(n);case"Type":case"Property":return{type:n.type,name:n.name,syntax:n};case"Keyword":return{type:n.type,name:n.name.toLowerCase(),syntax:n};case"AtKeyword":return{type:n.type,name:"@"+n.name.toLowerCase(),syntax:n};case"Function":return{type:n.type,name:n.name.toLowerCase()+"(",syntax:n};case"String":return n.value.length===3?{type:"Token",value:n.value.charAt(1),syntax:n}:{type:n.type,value:n.value.substr(1,n.value.length-2).replace(/\\'/g,"'"),syntax:n};case"Token":return{type:n.type,value:n.value,syntax:n};case"Comma":return{type:n.type,syntax:n};default:throw new Error("Unknown node type:",n.type)}}function b(n,o){return typeof n=="string"&&(n=t.parse(n)),{type:"MatchGraph",match:g(n),syntax:o||null,source:n}}e.DISALLOW_EMPTY=u,e.MATCH=c,e.MISMATCH=y,e.buildMatchGraph=b}),$a=z(e=>{"use strict";var t=Tr(),c=ee(),{hasOwnProperty:y}=Object.prototype,u=0,d=1,s=2,i=3,r="Match",a="Mismatch",l="Maximum iteration number exceeded (please fill an issue on https://github.com/csstree/csstree/issues)",f=15e3;function g(C){let h=null,w=null,k=C;for(;k!==null;)w=k.prev,k.prev=h,h=k,k=w;return h}function b(C,h){if(C.length!==h.length)return!1;for(let w=0;w<C.length;w++){let k=h.charCodeAt(w),x=C.charCodeAt(w);if(x>=65&&x<=90&&(x=x|32),x!==k)return!1}return!0}function n(C){return C.type!==c.Delim?!1:C.value!=="?"}function o(C){return C===null?!0:C.type===c.Comma||C.type===c.Function||C.type===c.LeftParenthesis||C.type===c.LeftSquareBracket||C.type===c.LeftCurlyBracket||n(C)}function m(C){return C===null?!0:C.type===c.RightParenthesis||C.type===c.RightSquareBracket||C.type===c.RightCurlyBracket||C.type===c.Delim&&C.value==="/"}function p(C,h,w){function k(){do L++,j=L<C.length?C[L]:null;while(j!==null&&(j.type===c.WhiteSpace||j.type===c.Comment))}function x(N){let P=L+N;return P<C.length?C[P]:null}function A(N,P){return{nextState:N,matchStack:T,syntaxStack:q,thenStack:_,tokenIndex:L,prev:P}}function B(N){_={nextState:N,matchStack:T,syntaxStack:q,prev:_}}function E(N){M=A(N,M)}function D(){T={type:d,syntax:h.syntax,token:j,prev:T},k(),G=null,L>O&&(O=L)}function W(){q={syntax:h.syntax,opts:h.syntax.opts||q!==null&&q.opts||null,prev:q},T={type:s,syntax:h.syntax,token:T.token,prev:T}}function I(){T.type===s?T=T.prev:T={type:i,syntax:q.syntax,token:T.token,prev:T},q=q.prev}let q=null,_=null,M=null,G=null,V=0,H=null,j=null,L=-1,O=0,T={type:u,syntax:null,token:null,prev:null};for(k();H===null&&++V<f;)switch(h.type){case"Match":if(_===null){if(j!==null&&(L!==C.length-1||j.value!=="\\0"&&j.value!=="\\9")){h=t.MISMATCH;break}H=r;break}if(h=_.nextState,h===t.DISALLOW_EMPTY)if(_.matchStack===T){h=t.MISMATCH;break}else h=t.MATCH;for(;_.syntaxStack!==q;)I();_=_.prev;break;case"Mismatch":if(G!==null&&G!==!1)(M===null||L>M.tokenIndex)&&(M=G,G=!1);else if(M===null){H=a;break}h=M.nextState,_=M.thenStack,q=M.syntaxStack,T=M.matchStack,L=M.tokenIndex,j=L<C.length?C[L]:null,M=M.prev;break;case"MatchGraph":h=h.match;break;case"If":h.else!==t.MISMATCH&&E(h.else),h.then!==t.MATCH&&B(h.then),h=h.match;break;case"MatchOnce":h={type:"MatchOnceBuffer",syntax:h,index:0,mask:0};break;case"MatchOnceBuffer":{let U=h.syntax.terms;if(h.index===U.length){if(h.mask===0||h.syntax.all){h=t.MISMATCH;break}h=t.MATCH;break}if(h.mask===(1<<U.length)-1){h=t.MATCH;break}for(;h.index<U.length;h.index++){let Y=1<<h.index;if((h.mask&Y)===0){E(h),B({type:"AddMatchOnce",syntax:h.syntax,mask:h.mask|Y}),h=U[h.index++];break}}break}case"AddMatchOnce":h={type:"MatchOnceBuffer",syntax:h.syntax,index:0,mask:h.mask};break;case"Enum":if(j!==null){let U=j.value.toLowerCase();if(U.indexOf("\\")!==-1&&(U=U.replace(/\\[09].*$/,"")),y.call(h.map,U)){h=h.map[U];break}}h=t.MISMATCH;break;case"Generic":{let U=q!==null?q.opts:null,Y=L+Math.floor(h.fn(j,x,U));if(!isNaN(Y)&&Y>L){for(;L<Y;)D();h=t.MATCH}else h=t.MISMATCH;break}case"Type":case"Property":{let U=h.type==="Type"?"types":"properties",Y=y.call(w,U)?w[U][h.name]:null;if(!Y||!Y.match)throw new Error("Bad syntax reference: "+(h.type==="Type"?"<"+h.name+">":"<'"+h.name+"'>"));if(G!==!1&&j!==null&&h.type==="Type"&&(h.name==="custom-ident"&&j.type===c.Ident||h.name==="length"&&j.value==="0")){G===null&&(G=A(h,M)),h=t.MISMATCH;break}W(),h=Y.match;break}case"Keyword":{let U=h.name;if(j!==null){let Y=j.value;if(Y.indexOf("\\")!==-1&&(Y=Y.replace(/\\[09].*$/,"")),b(Y,U)){D(),h=t.MATCH;break}}h=t.MISMATCH;break}case"AtKeyword":case"Function":if(j!==null&&b(j.value,h.name)){D(),h=t.MATCH;break}h=t.MISMATCH;break;case"Token":if(j!==null&&j.value===h.value){D(),h=t.MATCH;break}h=t.MISMATCH;break;case"Comma":j!==null&&j.type===c.Comma?o(T.token)?h=t.MISMATCH:(D(),h=m(j)?t.MISMATCH:t.MATCH):h=o(T.token)||m(j)?t.MATCH:t.MISMATCH;break;case"String":let N="",P=L;for(;P<C.length&&N.length<h.value.length;P++)N+=C[P].value;if(b(N,h.value)){for(;L<P;)D();h=t.MATCH}else h=t.MISMATCH;break;default:throw new Error("Unknown node type: "+h.type)}switch(H){case null:console.warn("[csstree-match] BREAK after "+f+" iterations"),H=l,T=null;break;case r:for(;q!==null;)I();break;default:T=null}return{tokens:C,reason:H,iterations:V,match:T,longestMatch:O}}function S(C,h,w){let k=p(C,h,w||{});if(k.match!==null){let x=g(k.match).prev;for(k.match=[];x!==null;){switch(x.type){case s:case i:k.match.push({type:x.type,syntax:x.syntax});break;default:k.match.push({token:x.token.value,node:x.token.node});break}x=x.prev}}return k}function v(C,h,w){let k=p(C,h,w||{});if(k.match===null)return k;let x=k.match,A=k.match={syntax:h.syntax||null,match:[]},B=[A];for(x=g(x).prev;x!==null;){switch(x.type){case s:A.match.push(A={syntax:x.syntax,match:[]}),B.push(A);break;case i:B.pop(),A=B[B.length-1];break;default:A.match.push({syntax:x.syntax||null,token:x.token.value,node:x.token.node})}x=x.prev}return k}e.matchAsList=S,e.matchAsTree=v}),Za=z(e=>{"use strict";function t(s){function i(l){return l===null?!1:l.type==="Type"||l.type==="Property"||l.type==="Keyword"}function r(l){if(Array.isArray(l.match)){for(let f=0;f<l.match.length;f++)if(r(l.match[f]))return i(l.syntax)&&a.unshift(l.syntax),!0}else if(l.node===s)return a=i(l.syntax)?[l.syntax]:[],!0;return!1}let a=null;return this.matched!==null&&r(this.matched),a}function c(s,i){return d(this,s,r=>r.type==="Type"&&r.name===i)}function y(s,i){return d(this,s,r=>r.type==="Property"&&r.name===i)}function u(s){return d(this,s,i=>i.type==="Keyword")}function d(s,i,r){let a=t.call(s,i);return a===null?!1:a.some(r)}e.getTrace=t,e.isKeyword=u,e.isProperty=y,e.isType=c}),Qa=z(e=>{"use strict";var t=we();function c(d){return"node"in d?d.node:c(d.match[0])}function y(d){return"node"in d?d.node:y(d.match[d.match.length-1])}function u(d,s,i,r,a){function l(g){if(g.syntax!==null&&g.syntax.type===r&&g.syntax.name===a){let b=c(g),n=y(g);d.syntax.walk(s,function(o,m,p){if(o===b){let S=new t.List;do{if(S.appendData(m.data),m.data===n)break;m=m.next}while(m!==null);f.push({parent:p,nodes:S})}})}Array.isArray(g.match)&&g.match.forEach(l)}let f=[];return i.matched!==null&&l(i.matched),f}e.matchFragments=u}),Ja=z(e=>{"use strict";var t=we(),{hasOwnProperty:c}=Object.prototype;function y(r){return typeof r=="number"&&isFinite(r)&&Math.floor(r)===r&&r>=0}function u(r){return!!r&&y(r.offset)&&y(r.line)&&y(r.column)}function d(r,a){return function(l,f){if(!l||l.constructor!==Object)return f(l,"Type of node should be an Object");for(let g in l){let b=!0;if(c.call(l,g)!==!1){if(g==="type")l.type!==r&&f(l,"Wrong node type `"+l.type+"`, expected `"+r+"`");else if(g==="loc"){if(l.loc===null)continue;if(l.loc&&l.loc.constructor===Object)if(typeof l.loc.source!="string")g+=".source";else if(!u(l.loc.start))g+=".start";else if(!u(l.loc.end))g+=".end";else continue;b=!1}else if(a.hasOwnProperty(g)){b=!1;for(let n=0;!b&&n<a[g].length;n++){let o=a[g][n];switch(o){case String:b=typeof l[g]=="string";break;case Boolean:b=typeof l[g]=="boolean";break;case null:b=l[g]===null;break;default:typeof o=="string"?b=l[g]&&l[g].type===o:Array.isArray(o)&&(b=l[g]instanceof t.List)}}}else f(l,"Unknown field `"+g+"` for "+r+" node type");b||f(l,"Bad value for `"+r+"."+g+"`")}}for(let g in a)c.call(a,g)&&c.call(l,g)===!1&&f(l,"Field `"+r+"."+g+"` is missed")}}function s(r,a){let l=a.structure,f={type:String,loc:!0},g={type:'"'+r+'"'};for(let b in l){if(c.call(l,b)===!1)continue;let n=[],o=f[b]=Array.isArray(l[b])?l[b].slice():[l[b]];for(let m=0;m<o.length;m++){let p=o[m];if(p===String||p===Boolean)n.push(p.name);else if(p===null)n.push("null");else if(typeof p=="string")n.push("<"+p+">");else if(Array.isArray(p))n.push("List");else throw new Error("Wrong value `"+p+"` in `"+r+"."+b+"` structure definition")}g[b]=n.join(" | ")}return{docs:g,check:d(r,f)}}function i(r){let a={};if(r.node){for(let l in r.node)if(c.call(r.node,l)){let f=r.node[l];if(f.structure)a[l]=s(l,f);else throw new Error("Missed `structure` field in `"+l+"` node type definition")}}return a}e.getStructureFromConfig=i}),Br=z(e=>{"use strict";var t=function(){};function c(u){return typeof u=="function"?u:t}function y(u,d,s){function i(l){switch(r.call(s,l),l.type){case"Group":l.terms.forEach(i);break;case"Multiplier":i(l.term);break;case"Type":case"Property":case"Keyword":case"AtKeyword":case"Function":case"String":case"Token":case"Comma":break;default:throw new Error("Unknown type: "+l.type)}a.call(s,l)}let r=t,a=t;if(typeof d=="function"?r=d:d&&(r=c(d.enter),a=c(d.leave)),r===t&&a===t)throw new Error("Neither `enter` nor `leave` walker handler is set or both aren't a function");i(u)}e.walk=y}),Or=z(e=>{"use strict";var t=Ua(),c=rt(),y=Ar(),u=Ka(),d=Ya(),s=Tr(),i=$a(),r=Za(),a=Qa(),l=Ja(),f=nt(),g=tt(),b=Br(),n=s.buildMatchGraph(y.cssWideKeywords.join(" | "));function o(h,w,k){let x={};for(let A in h)h[A].syntax&&(x[A]=k?h[A].syntax:g.generate(h[A].syntax,{compact:w}));return x}function m(h,w,k){let x={};for(let[A,B]of Object.entries(h))x[A]={prelude:B.prelude&&(k?B.prelude.syntax:g.generate(B.prelude.syntax,{compact:w})),descriptors:B.descriptors&&o(B.descriptors,w,k)};return x}function p(h){for(let w=0;w<h.length;w++)if(h[w].value.toLowerCase()==="var(")return!0;return!1}function S(h,w,k){return{matched:h,iterations:k,error:w,...r}}function v(h,w,k,x){let A=d(k,h.syntax),B;return p(A)?S(null,new Error("Matching for a tree with var() is not supported")):(x&&(B=i.matchAsTree(A,h.cssWideKeywordsSyntax,h)),(!x||!B.match)&&(B=i.matchAsTree(A,w.match,h),!B.match)?S(null,new t.SyntaxMatchError(B.reason,w.syntax,k,B),B.iterations):S(B.match,null,B.iterations))}var C=class{constructor(h,w,k){if(this.cssWideKeywordsSyntax=n,this.syntax=w,this.generic=!1,this.atrules=Object.create(null),this.properties=Object.create(null),this.types=Object.create(null),this.structure=k||l.getStructureFromConfig(h),h){if(h.types)for(let x in h.types)this.addType_(x,h.types[x]);if(h.generic){this.generic=!0;for(let x in u)this.addType_(x,u[x])}if(h.atrules)for(let x in h.atrules)this.addAtrule_(x,h.atrules[x]);if(h.properties)for(let x in h.properties)this.addProperty_(x,h.properties[x])}}checkStructure(h){function w(A,B){x.push({node:A,message:B})}let k=this.structure,x=[];return this.syntax.walk(h,function(A){k.hasOwnProperty(A.type)?k[A.type].check(A,w):w(A,"Unknown node type `"+A.type+"`")}),x.length?x:!1}createDescriptor(h,w,k,x=null){let A={type:w,name:k},B={type:w,name:k,parent:x,serializable:typeof h=="string"||h&&typeof h.type=="string",syntax:null,match:null};return typeof h=="function"?B.match=s.buildMatchGraph(h,A):(typeof h=="string"?Object.defineProperty(B,"syntax",{get(){return Object.defineProperty(B,"syntax",{value:f.parse(h)}),B.syntax}}):B.syntax=h,Object.defineProperty(B,"match",{get(){return Object.defineProperty(B,"match",{value:s.buildMatchGraph(B.syntax,A)}),B.match}})),B}addAtrule_(h,w){w&&(this.atrules[h]={type:"Atrule",name:h,prelude:w.prelude?this.createDescriptor(w.prelude,"AtrulePrelude",h):null,descriptors:w.descriptors?Object.keys(w.descriptors).reduce((k,x)=>(k[x]=this.createDescriptor(w.descriptors[x],"AtruleDescriptor",x,h),k),Object.create(null)):null})}addProperty_(h,w){w&&(this.properties[h]=this.createDescriptor(w,"Property",h))}addType_(h,w){w&&(this.types[h]=this.createDescriptor(w,"Type",h))}checkAtruleName(h){if(!this.getAtrule(h))return new t.SyntaxReferenceError("Unknown at-rule","@"+h)}checkAtrulePrelude(h,w){let k=this.checkAtruleName(h);if(k)return k;let x=this.getAtrule(h);if(!x.prelude&&w)return new SyntaxError("At-rule `@"+h+"` should not contain a prelude");if(x.prelude&&!w&&!v(this,x.prelude,"",!1).matched)return new SyntaxError("At-rule `@"+h+"` should contain a prelude")}checkAtruleDescriptorName(h,w){let k=this.checkAtruleName(h);if(k)return k;let x=this.getAtrule(h),A=c.keyword(w);if(!x.descriptors)return new SyntaxError("At-rule `@"+h+"` has no known descriptors");if(!x.descriptors[A.name]&&!x.descriptors[A.basename])return new t.SyntaxReferenceError("Unknown at-rule descriptor",w)}checkPropertyName(h){if(!this.getProperty(h))return new t.SyntaxReferenceError("Unknown property",h)}matchAtrulePrelude(h,w){let k=this.checkAtrulePrelude(h,w);if(k)return S(null,k);let x=this.getAtrule(h);return x.prelude?v(this,x.prelude,w||"",!1):S(null,null)}matchAtruleDescriptor(h,w,k){let x=this.checkAtruleDescriptorName(h,w);if(x)return S(null,x);let A=this.getAtrule(h),B=c.keyword(w);return v(this,A.descriptors[B.name]||A.descriptors[B.basename],k,!1)}matchDeclaration(h){return h.type!=="Declaration"?S(null,new Error("Not a Declaration node")):this.matchProperty(h.property,h.value)}matchProperty(h,w){if(c.property(h).custom)return S(null,new Error("Lexer matching doesn't applicable for custom properties"));let k=this.checkPropertyName(h);return k?S(null,k):v(this,this.getProperty(h),w,!0)}matchType(h,w){let k=this.getType(h);return k?v(this,k,w,!1):S(null,new t.SyntaxReferenceError("Unknown type",h))}match(h,w){return typeof h!="string"&&(!h||!h.type)?S(null,new t.SyntaxReferenceError("Bad syntax")):((typeof h=="string"||!h.match)&&(h=this.createDescriptor(h,"Type","anonymous")),v(this,h,w,!1))}findValueFragments(h,w,k,x){return a.matchFragments(this,w,this.matchProperty(h,w),k,x)}findDeclarationValueFragments(h,w,k){return a.matchFragments(this,h.value,this.matchDeclaration(h),w,k)}findAllFragments(h,w,k){let x=[];return this.syntax.walk(h,{visit:"Declaration",enter:A=>{x.push.apply(x,this.findDeclarationValueFragments(A,w,k))}}),x}getAtrule(h,w=!0){let k=c.keyword(h);return(k.vendor&&w?this.atrules[k.name]||this.atrules[k.basename]:this.atrules[k.name])||null}getAtrulePrelude(h,w=!0){let k=this.getAtrule(h,w);return k&&k.prelude||null}getAtruleDescriptor(h,w){return this.atrules.hasOwnProperty(h)&&this.atrules.declarators&&this.atrules[h].declarators[w]||null}getProperty(h,w=!0){let k=c.property(h);return(k.vendor&&w?this.properties[k.name]||this.properties[k.basename]:this.properties[k.name])||null}getType(h){return hasOwnProperty.call(this.types,h)?this.types[h]:null}validate(){function h(x,A,B,E){if(B.has(A))return B.get(A);B.set(A,!1),E.syntax!==null&&b.walk(E.syntax,function(D){if(D.type!=="Type"&&D.type!=="Property")return;let W=D.type==="Type"?x.types:x.properties,I=D.type==="Type"?w:k;(!hasOwnProperty.call(W,D.name)||h(x,D.name,I,W[D.name]))&&B.set(A,!0)},this)}let w=new Map,k=new Map;for(let x in this.types)h(this,x,w,this.types[x]);for(let x in this.properties)h(this,x,k,this.properties[x]);return w=[...w.keys()].filter(x=>w.get(x)),k=[...k.keys()].filter(x=>k.get(x)),w.length||k.length?{types:w,properties:k}:null}dump(h,w){return{generic:this.generic,types:o(this.types,!w,h),properties:o(this.properties,!w,h),atrules:m(this.atrules,!w,h)}}toString(){return JSON.stringify(this.dump())}};e.Lexer=C}),eo=z((e,t)=>{"use strict";var{hasOwnProperty:c}=Object.prototype,y={generic:!0,types:a,atrules:{prelude:l,descriptors:l},properties:a,parseContext:s,scope:i,atrule:["parse"],pseudo:["parse"],node:["name","structure","parse","generate","walkContext"]};function u(b){return b&&b.constructor===Object}function d(b){return u(b)?{...b}:b}function s(b,n){return Object.assign(b,n)}function i(b,n){for(let o in n)c.call(n,o)&&(u(b[o])?i(b[o],n[o]):b[o]=d(n[o]));return b}function r(b,n){return typeof n=="string"&&/^\s*\|/.test(n)?typeof b=="string"?b+n:n.replace(/^\s*\|\s*/,""):n||null}function a(b,n){if(typeof n=="string")return r(b,n);let o={...b};for(let m in n)c.call(n,m)&&(o[m]=r(c.call(b,m)?b[m]:void 0,n[m]));return o}function l(b,n){let o=a(b,n);return!u(o)||Object.keys(o).length?o:null}function f(b,n,o){for(let m in o)if(c.call(o,m)!==!1){if(o[m]===!0)c.call(n,m)&&(b[m]=d(n[m]));else if(o[m]){if(typeof o[m]=="function"){let p=o[m];b[m]=p({},b[m]),b[m]=p(b[m]||{},n[m])}else if(u(o[m])){let p={};for(let S in b[m])p[S]=f({},b[m][S],o[m]);for(let S in n[m])p[S]=f(p[S]||{},n[m][S],o[m]);b[m]=p}else if(Array.isArray(o[m])){let p={},S=o[m].reduce(function(v,C){return v[C]=!0,v},{});for(let[v,C]of Object.entries(b[m]||{}))p[v]={},C&&f(p[v],C,S);for(let v in n[m])c.call(n[m],v)&&(p[v]||(p[v]={}),n[m]&&n[m][v]&&f(p[v],n[m][v],S));b[m]=p}}}return b}var g=(b,n)=>f(b,n,y);t.exports=g}),zr=z((e,t)=>{"use strict";var c=Le(),y=Fa(),u=Na(),d=Ga(),s=ja(),i=Or(),r=eo();function a(f){let g=y.createParser(f),b=s.createWalker(f),n=u.createGenerator(f),{fromPlainObject:o,toPlainObject:m}=d.createConvertor(b),p={lexer:null,createLexer:S=>new i.Lexer(S,p,p.lexer.structure),tokenize:c.tokenize,parse:g,generate:n,walk:b,find:b.find,findLast:b.findLast,findAll:b.findAll,fromPlainObject:o,toPlainObject:m,fork(S){let v=r({},f);return a(typeof S=="function"?S(v,Object.assign):r(v,S))}};return p.lexer=new i.Lexer({generic:!0,types:f.types,atrules:f.atrules,properties:f.properties,node:f.node},p),p}var l=f=>a(r({},f));t.exports=l}),to=z((e,t)=>{t.exports={atrules:{charset:{prelude:"<string>"},"font-face":{descriptors:{"unicode-range":{comment:"replaces <unicode-range>, an old production name",syntax:"<urange>#"}}}},properties:{"-moz-background-clip":{comment:"deprecated syntax in old Firefox, https://developer.mozilla.org/en/docs/Web/CSS/background-clip",syntax:"padding | border"},"-moz-border-radius-bottomleft":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-left-radius",syntax:"<'border-bottom-left-radius'>"},"-moz-border-radius-bottomright":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-right-radius",syntax:"<'border-bottom-right-radius'>"},"-moz-border-radius-topleft":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-left-radius",syntax:"<'border-top-left-radius'>"},"-moz-border-radius-topright":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-right-radius",syntax:"<'border-bottom-right-radius'>"},"-moz-control-character-visibility":{comment:"firefox specific keywords, https://bugzilla.mozilla.org/show_bug.cgi?id=947588",syntax:"visible | hidden"},"-moz-osx-font-smoothing":{comment:"misssed old syntax https://developer.mozilla.org/en-US/docs/Web/CSS/font-smooth",syntax:"auto | grayscale"},"-moz-user-select":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/user-select",syntax:"none | text | all | -moz-none"},"-ms-flex-align":{comment:"misssed old syntax implemented in IE, https://www.w3.org/TR/2012/WD-css3-flexbox-20120322/#flex-align",syntax:"start | end | center | baseline | stretch"},"-ms-flex-item-align":{comment:"misssed old syntax implemented in IE, https://www.w3.org/TR/2012/WD-css3-flexbox-20120322/#flex-align",syntax:"auto | start | end | center | baseline | stretch"},"-ms-flex-line-pack":{comment:"misssed old syntax implemented in IE, https://www.w3.org/TR/2012/WD-css3-flexbox-20120322/#flex-line-pack",syntax:"start | end | center | justify | distribute | stretch"},"-ms-flex-negative":{comment:"misssed old syntax implemented in IE; TODO: find references for comfirmation",syntax:"<'flex-shrink'>"},"-ms-flex-pack":{comment:"misssed old syntax implemented in IE, https://www.w3.org/TR/2012/WD-css3-flexbox-20120322/#flex-pack",syntax:"start | end | center | justify | distribute"},"-ms-flex-order":{comment:"misssed old syntax implemented in IE; https://msdn.microsoft.com/en-us/library/jj127303(v=vs.85).aspx",syntax:"<integer>"},"-ms-flex-positive":{comment:"misssed old syntax implemented in IE; TODO: find references for comfirmation",syntax:"<'flex-grow'>"},"-ms-flex-preferred-size":{comment:"misssed old syntax implemented in IE; TODO: find references for comfirmation",syntax:"<'flex-basis'>"},"-ms-interpolation-mode":{comment:"https://msdn.microsoft.com/en-us/library/ff521095(v=vs.85).aspx",syntax:"nearest-neighbor | bicubic"},"-ms-grid-column-align":{comment:"add this property first since it uses as fallback for flexbox, https://msdn.microsoft.com/en-us/library/windows/apps/hh466338.aspx",syntax:"start | end | center | stretch"},"-ms-grid-row-align":{comment:"add this property first since it uses as fallback for flexbox, https://msdn.microsoft.com/en-us/library/windows/apps/hh466348.aspx",syntax:"start | end | center | stretch"},"-ms-hyphenate-limit-last":{comment:"misssed old syntax implemented in IE; https://www.w3.org/TR/css-text-4/#hyphenate-line-limits",syntax:"none | always | column | page | spread"},"-webkit-appearance":{comment:"webkit specific keywords",references:["http://css-infos.net/property/-webkit-appearance"],syntax:"none | button | button-bevel | caps-lock-indicator | caret | checkbox | default-button | inner-spin-button | listbox | listitem | media-controls-background | media-controls-fullscreen-background | media-current-time-display | media-enter-fullscreen-button | media-exit-fullscreen-button | media-fullscreen-button | media-mute-button | media-overlay-play-button | media-play-button | media-seek-back-button | media-seek-forward-button | media-slider | media-sliderthumb | media-time-remaining-display | media-toggle-closed-captions-button | media-volume-slider | media-volume-slider-container | media-volume-sliderthumb | menulist | menulist-button | menulist-text | menulist-textfield | meter | progress-bar | progress-bar-value | push-button | radio | scrollbarbutton-down | scrollbarbutton-left | scrollbarbutton-right | scrollbarbutton-up | scrollbargripper-horizontal | scrollbargripper-vertical | scrollbarthumb-horizontal | scrollbarthumb-vertical | scrollbartrack-horizontal | scrollbartrack-vertical | searchfield | searchfield-cancel-button | searchfield-decoration | searchfield-results-button | searchfield-results-decoration | slider-horizontal | slider-vertical | sliderthumb-horizontal | sliderthumb-vertical | square-button | textarea | textfield | -apple-pay-button"},"-webkit-background-clip":{comment:"https://developer.mozilla.org/en/docs/Web/CSS/background-clip",syntax:"[ <box> | border | padding | content | text ]#"},"-webkit-column-break-after":{comment:"added, http://help.dottoro.com/lcrthhhv.php",syntax:"always | auto | avoid"},"-webkit-column-break-before":{comment:"added, http://help.dottoro.com/lcxquvkf.php",syntax:"always | auto | avoid"},"-webkit-column-break-inside":{comment:"added, http://help.dottoro.com/lclhnthl.php",syntax:"always | auto | avoid"},"-webkit-font-smoothing":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/font-smooth",syntax:"auto | none | antialiased | subpixel-antialiased"},"-webkit-mask-box-image":{comment:"missed; https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-mask-box-image",syntax:"[ <url> | <gradient> | none ] [ <length-percentage>{4} <-webkit-mask-box-repeat>{2} ]?"},"-webkit-print-color-adjust":{comment:"missed",references:["https://developer.mozilla.org/en/docs/Web/CSS/-webkit-print-color-adjust"],syntax:"economy | exact"},"-webkit-text-security":{comment:"missed; http://help.dottoro.com/lcbkewgt.php",syntax:"none | circle | disc | square"},"-webkit-user-drag":{comment:"missed; http://help.dottoro.com/lcbixvwm.php",syntax:"none | element | auto"},"-webkit-user-select":{comment:"auto is supported by old webkit, https://developer.mozilla.org/en-US/docs/Web/CSS/user-select",syntax:"auto | none | text | all"},"alignment-baseline":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#AlignmentBaselineProperty"],syntax:"auto | baseline | before-edge | text-before-edge | middle | central | after-edge | text-after-edge | ideographic | alphabetic | hanging | mathematical"},"background-clip":{comment:"used <bg-clip> from CSS Backgrounds and Borders 4 since it adds new values",references:["https://github.com/csstree/csstree/issues/190"],syntax:"<bg-clip>#"},"baseline-shift":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#BaselineShiftProperty"],syntax:"baseline | sub | super | <svg-length>"},behavior:{comment:"added old IE property https://msdn.microsoft.com/en-us/library/ms530723(v=vs.85).aspx",syntax:"<url>+"},"clip-rule":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/masking.html#ClipRuleProperty"],syntax:"nonzero | evenodd"},cue:{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<'cue-before'> <'cue-after'>?"},"cue-after":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<url> <decibel>? | none"},"cue-before":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<url> <decibel>? | none"},cursor:{comment:"added legacy keywords: hand, -webkit-grab. -webkit-grabbing, -webkit-zoom-in, -webkit-zoom-out, -moz-grab, -moz-grabbing, -moz-zoom-in, -moz-zoom-out",references:["https://www.sitepoint.com/css3-cursor-styles/"],syntax:"[ [ <url> [ <x> <y> ]? , ]* [ auto | default | none | context-menu | help | pointer | progress | wait | cell | crosshair | text | vertical-text | alias | copy | move | no-drop | not-allowed | e-resize | n-resize | ne-resize | nw-resize | s-resize | se-resize | sw-resize | w-resize | ew-resize | ns-resize | nesw-resize | nwse-resize | col-resize | row-resize | all-scroll | zoom-in | zoom-out | grab | grabbing | hand | -webkit-grab | -webkit-grabbing | -webkit-zoom-in | -webkit-zoom-out | -moz-grab | -moz-grabbing | -moz-zoom-in | -moz-zoom-out ] ]"},display:{comment:"extended with -ms-flexbox",syntax:"| <-non-standard-display>"},position:{comment:"extended with -webkit-sticky",syntax:"| -webkit-sticky"},"dominant-baseline":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#DominantBaselineProperty"],syntax:"auto | use-script | no-change | reset-size | ideographic | alphabetic | hanging | mathematical | central | middle | text-after-edge | text-before-edge"},"image-rendering":{comment:"extended with <-non-standard-image-rendering>, added SVG keywords optimizeSpeed and optimizeQuality",references:["https://developer.mozilla.org/en/docs/Web/CSS/image-rendering","https://www.w3.org/TR/SVG/painting.html#ImageRenderingProperty"],syntax:"| optimizeSpeed | optimizeQuality | <-non-standard-image-rendering>"},fill:{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#FillProperty"],syntax:"<paint>"},"fill-opacity":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#FillProperty"],syntax:"<number-zero-one>"},"fill-rule":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#FillProperty"],syntax:"nonzero | evenodd"},filter:{comment:"extend with IE legacy syntaxes",syntax:"| <-ms-filter-function-list>"},"glyph-orientation-horizontal":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#GlyphOrientationHorizontalProperty"],syntax:"<angle>"},"glyph-orientation-vertical":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#GlyphOrientationVerticalProperty"],syntax:"<angle>"},kerning:{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#KerningProperty"],syntax:"auto | <svg-length>"},"letter-spacing":{comment:"fix syntax <length> -> <length-percentage>",references:["https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/letter-spacing"],syntax:"normal | <length-percentage>"},marker:{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#MarkerProperties"],syntax:"none | <url>"},"marker-end":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#MarkerProperties"],syntax:"none | <url>"},"marker-mid":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#MarkerProperties"],syntax:"none | <url>"},"marker-start":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#MarkerProperties"],syntax:"none | <url>"},"max-width":{comment:"extend by non-standard width keywords https://developer.mozilla.org/en-US/docs/Web/CSS/max-width",syntax:"| <-non-standard-width>"},width:{references:["https://developer.mozilla.org/en-US/docs/Web/CSS/width","https://github.com/csstree/stylelint-validator/issues/29"],syntax:"| fill | stretch | intrinsic | -moz-max-content | -webkit-max-content | -moz-fit-content | -webkit-fit-content"},"min-width":{comment:"extend by non-standard width keywords https://developer.mozilla.org/en-US/docs/Web/CSS/width",syntax:"| <-non-standard-width>"},overflow:{comment:"extend by vendor keywords https://developer.mozilla.org/en-US/docs/Web/CSS/overflow",syntax:"| <-non-standard-overflow>"},pause:{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<'pause-before'> <'pause-after'>?"},"pause-after":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<time> | none | x-weak | weak | medium | strong | x-strong"},"pause-before":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<time> | none | x-weak | weak | medium | strong | x-strong"},rest:{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<'rest-before'> <'rest-after'>?"},"rest-after":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<time> | none | x-weak | weak | medium | strong | x-strong"},"rest-before":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<time> | none | x-weak | weak | medium | strong | x-strong"},"shape-rendering":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#ShapeRenderingPropert"],syntax:"auto | optimizeSpeed | crispEdges | geometricPrecision"},src:{comment:"added @font-face's src property https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/src",syntax:"[ <url> [ format( <string># ) ]? | local( <family-name> ) ]#"},speak:{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"auto | none | normal"},"speak-as":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"normal | spell-out || digits || [ literal-punctuation | no-punctuation ]"},stroke:{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"<paint>"},"stroke-dasharray":{comment:"added SVG property; a list of comma and/or white space separated <length>s and <percentage>s",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"none | [ <svg-length>+ ]#"},"stroke-dashoffset":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"<svg-length>"},"stroke-linecap":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"butt | round | square"},"stroke-linejoin":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"miter | round | bevel"},"stroke-miterlimit":{comment:"added SVG property (<miterlimit> = <number-one-or-greater>) ",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"<number-one-or-greater>"},"stroke-opacity":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"<number-zero-one>"},"stroke-width":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"<svg-length>"},"text-anchor":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#TextAlignmentProperties"],syntax:"start | middle | end"},"unicode-bidi":{comment:"added prefixed keywords https://developer.mozilla.org/en-US/docs/Web/CSS/unicode-bidi",syntax:"| -moz-isolate | -moz-isolate-override | -moz-plaintext | -webkit-isolate | -webkit-isolate-override | -webkit-plaintext"},"unicode-range":{comment:"added missed property https://developer.mozilla.org/en-US/docs/Web/CSS/%40font-face/unicode-range",syntax:"<urange>#"},"voice-balance":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<number> | left | center | right | leftwards | rightwards"},"voice-duration":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"auto | <time>"},"voice-family":{comment:"<name> -> <family-name>, https://www.w3.org/TR/css3-speech/#property-index",syntax:"[ [ <family-name> | <generic-voice> ] , ]* [ <family-name> | <generic-voice> ] | preserve"},"voice-pitch":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<frequency> && absolute | [ [ x-low | low | medium | high | x-high ] || [ <frequency> | <semitones> | <percentage> ] ]"},"voice-range":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<frequency> && absolute | [ [ x-low | low | medium | high | x-high ] || [ <frequency> | <semitones> | <percentage> ] ]"},"voice-rate":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"[ normal | x-slow | slow | medium | fast | x-fast ] || <percentage>"},"voice-stress":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"normal | strong | moderate | none | reduced"},"voice-volume":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"silent | [ [ x-soft | soft | medium | loud | x-loud ] || <decibel> ]"},"writing-mode":{comment:"extend with SVG keywords",syntax:"| <svg-writing-mode>"}},types:{"-legacy-gradient":{comment:"added collection of legacy gradient syntaxes",syntax:"<-webkit-gradient()> | <-legacy-linear-gradient> | <-legacy-repeating-linear-gradient> | <-legacy-radial-gradient> | <-legacy-repeating-radial-gradient>"},"-legacy-linear-gradient":{comment:"like standard syntax but w/o `to` keyword https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient",syntax:"-moz-linear-gradient( <-legacy-linear-gradient-arguments> ) | -webkit-linear-gradient( <-legacy-linear-gradient-arguments> ) | -o-linear-gradient( <-legacy-linear-gradient-arguments> )"},"-legacy-repeating-linear-gradient":{comment:"like standard syntax but w/o `to` keyword https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient",syntax:"-moz-repeating-linear-gradient( <-legacy-linear-gradient-arguments> ) | -webkit-repeating-linear-gradient( <-legacy-linear-gradient-arguments> ) | -o-repeating-linear-gradient( <-legacy-linear-gradient-arguments> )"},"-legacy-linear-gradient-arguments":{comment:"like standard syntax but w/o `to` keyword https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient",syntax:"[ <angle> | <side-or-corner> ]? , <color-stop-list>"},"-legacy-radial-gradient":{comment:"deprecated syntax that implemented by some browsers https://www.w3.org/TR/2011/WD-css3-images-20110908/#radial-gradients",syntax:"-moz-radial-gradient( <-legacy-radial-gradient-arguments> ) | -webkit-radial-gradient( <-legacy-radial-gradient-arguments> ) | -o-radial-gradient( <-legacy-radial-gradient-arguments> )"},"-legacy-repeating-radial-gradient":{comment:"deprecated syntax that implemented by some browsers https://www.w3.org/TR/2011/WD-css3-images-20110908/#radial-gradients",syntax:"-moz-repeating-radial-gradient( <-legacy-radial-gradient-arguments> ) | -webkit-repeating-radial-gradient( <-legacy-radial-gradient-arguments> ) | -o-repeating-radial-gradient( <-legacy-radial-gradient-arguments> )"},"-legacy-radial-gradient-arguments":{comment:"deprecated syntax that implemented by some browsers https://www.w3.org/TR/2011/WD-css3-images-20110908/#radial-gradients",syntax:"[ <position> , ]? [ [ [ <-legacy-radial-gradient-shape> || <-legacy-radial-gradient-size> ] | [ <length> | <percentage> ]{2} ] , ]? <color-stop-list>"},"-legacy-radial-gradient-size":{comment:"before a standard it contains 2 extra keywords (`contain` and `cover`) https://www.w3.org/TR/2011/WD-css3-images-20110908/#ltsize",syntax:"closest-side | closest-corner | farthest-side | farthest-corner | contain | cover"},"-legacy-radial-gradient-shape":{comment:"define to double sure it doesn't extends in future https://www.w3.org/TR/2011/WD-css3-images-20110908/#ltshape",syntax:"circle | ellipse"},"-non-standard-font":{comment:"non standard fonts",references:["https://webkit.org/blog/3709/using-the-system-font-in-web-content/"],syntax:"-apple-system-body | -apple-system-headline | -apple-system-subheadline | -apple-system-caption1 | -apple-system-caption2 | -apple-system-footnote | -apple-system-short-body | -apple-system-short-headline | -apple-system-short-subheadline | -apple-system-short-caption1 | -apple-system-short-footnote | -apple-system-tall-body"},"-non-standard-color":{comment:"non standard colors",references:["http://cssdot.ru/%D0%A1%D0%BF%D1%80%D0%B0%D0%B2%D0%BE%D1%87%D0%BD%D0%B8%D0%BA_CSS/color-i305.html","https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Mozilla_Color_Preference_Extensions"],syntax:"-moz-ButtonDefault | -moz-ButtonHoverFace | -moz-ButtonHoverText | -moz-CellHighlight | -moz-CellHighlightText | -moz-Combobox | -moz-ComboboxText | -moz-Dialog | -moz-DialogText | -moz-dragtargetzone | -moz-EvenTreeRow | -moz-Field | -moz-FieldText | -moz-html-CellHighlight | -moz-html-CellHighlightText | -moz-mac-accentdarkestshadow | -moz-mac-accentdarkshadow | -moz-mac-accentface | -moz-mac-accentlightesthighlight | -moz-mac-accentlightshadow | -moz-mac-accentregularhighlight | -moz-mac-accentregularshadow | -moz-mac-chrome-active | -moz-mac-chrome-inactive | -moz-mac-focusring | -moz-mac-menuselect | -moz-mac-menushadow | -moz-mac-menutextselect | -moz-MenuHover | -moz-MenuHoverText | -moz-MenuBarText | -moz-MenuBarHoverText | -moz-nativehyperlinktext | -moz-OddTreeRow | -moz-win-communicationstext | -moz-win-mediatext | -moz-activehyperlinktext | -moz-default-background-color | -moz-default-color | -moz-hyperlinktext | -moz-visitedhyperlinktext | -webkit-activelink | -webkit-focus-ring-color | -webkit-link | -webkit-text"},"-non-standard-image-rendering":{comment:"non-standard keywords http://phrogz.net/tmp/canvas_image_zoom.html",syntax:"optimize-contrast | -moz-crisp-edges | -o-crisp-edges | -webkit-optimize-contrast"},"-non-standard-overflow":{comment:"non-standard keywords https://developer.mozilla.org/en-US/docs/Web/CSS/overflow",syntax:"-moz-scrollbars-none | -moz-scrollbars-horizontal | -moz-scrollbars-vertical | -moz-hidden-unscrollable"},"-non-standard-width":{comment:"non-standard keywords https://developer.mozilla.org/en-US/docs/Web/CSS/width",syntax:"fill-available | min-intrinsic | intrinsic | -moz-available | -moz-fit-content | -moz-min-content | -moz-max-content | -webkit-min-content | -webkit-max-content"},"-webkit-gradient()":{comment:"first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/ - TODO: simplify when after match algorithm improvement ( [, point, radius | , point] -> [, radius]? , point )",syntax:"-webkit-gradient( <-webkit-gradient-type>, <-webkit-gradient-point> [, <-webkit-gradient-point> | , <-webkit-gradient-radius>, <-webkit-gradient-point> ] [, <-webkit-gradient-radius>]? [, <-webkit-gradient-color-stop>]* )"},"-webkit-gradient-color-stop":{comment:"first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/",syntax:"from( <color> ) | color-stop( [ <number-zero-one> | <percentage> ] , <color> ) | to( <color> )"},"-webkit-gradient-point":{comment:"first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/",syntax:"[ left | center | right | <length-percentage> ] [ top | center | bottom | <length-percentage> ]"},"-webkit-gradient-radius":{comment:"first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/",syntax:"<length> | <percentage>"},"-webkit-gradient-type":{comment:"first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/",syntax:"linear | radial"},"-webkit-mask-box-repeat":{comment:"missed; https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-mask-box-image",syntax:"repeat | stretch | round"},"-webkit-mask-clip-style":{comment:"missed; there is no enough information about `-webkit-mask-clip` property, but looks like all those keywords are working",syntax:"border | border-box | padding | padding-box | content | content-box | text"},"-ms-filter-function-list":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/-ms-filter",syntax:"<-ms-filter-function>+"},"-ms-filter-function":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/-ms-filter",syntax:"<-ms-filter-function-progid> | <-ms-filter-function-legacy>"},"-ms-filter-function-progid":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/-ms-filter",syntax:"'progid:' [ <ident-token> '.' ]* [ <ident-token> | <function-token> <any-value>? ) ]"},"-ms-filter-function-legacy":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/-ms-filter",syntax:"<ident-token> | <function-token> <any-value>? )"},"-ms-filter":{syntax:"<string>"},age:{comment:"https://www.w3.org/TR/css3-speech/#voice-family",syntax:"child | young | old"},"attr-name":{syntax:"<wq-name>"},"attr-fallback":{syntax:"<any-value>"},"bg-clip":{comment:"missed, https://drafts.csswg.org/css-backgrounds-4/#typedef-bg-clip",syntax:"<box> | border | text"},"border-radius":{comment:"missed, https://drafts.csswg.org/css-backgrounds-3/#the-border-radius",syntax:"<length-percentage>{1,2}"},bottom:{comment:"missed; not sure we should add it, but no others except `shape` is using it so it's ok for now; https://drafts.fxtf.org/css-masking-1/#funcdef-clip-rect",syntax:"<length> | auto"},"content-list":{comment:"added attr(), see https://github.com/csstree/csstree/issues/201",syntax:"[ <string> | contents | <image> | <counter> | <quote> | <target> | <leader()> | <attr()> ]+"},"element()":{comment:"https://drafts.csswg.org/css-gcpm/#element-syntax & https://drafts.csswg.org/css-images-4/#element-notation",syntax:"element( <custom-ident> , [ first | start | last | first-except ]? ) | element( <id-selector> )"},"generic-voice":{comment:"https://www.w3.org/TR/css3-speech/#voice-family",syntax:"[ <age>? <gender> <integer>? ]"},gender:{comment:"https://www.w3.org/TR/css3-speech/#voice-family",syntax:"male | female | neutral"},"generic-family":{comment:"added -apple-system",references:["https://webkit.org/blog/3709/using-the-system-font-in-web-content/"],syntax:"| -apple-system"},gradient:{comment:"added legacy syntaxes support",syntax:"| <-legacy-gradient>"},"lab()":{comment:"missed; https://www.w3.org/TR/css-color-4/#specifying-lab-lch",syntax:"lab( [<percentage> | <number> | none] [ <percentage> | <number> | none] [ <percentage> | <number> | none] [ / [<alpha-value> | none] ]? )"},"lch()":{comment:"missed; https://www.w3.org/TR/css-color-4/#specifying-lab-lch",syntax:"lch( [<percentage> | <number> | none] [ <percentage> | <number> | none] [ <hue> | none] [ / [<alpha-value> | none] ]? )"},left:{comment:"missed; not sure we should add it, but no others except `shape` is using it so it's ok for now; https://drafts.fxtf.org/css-masking-1/#funcdef-clip-rect",syntax:"<length> | auto"},"mask-image":{comment:"missed; https://drafts.fxtf.org/css-masking-1/#the-mask-image",syntax:"<mask-reference>#"},"named-color":{comment:"added non standard color names",syntax:"| <-non-standard-color>"},paint:{comment:"used by SVG https://www.w3.org/TR/SVG/painting.html#SpecifyingPaint",syntax:"none | <color> | <url> [ none | <color> ]? | context-fill | context-stroke"},ratio:{comment:"missed, https://drafts.csswg.org/css-values-4/#ratio-value",syntax:"<number [0,\u221E]> [ / <number [0,\u221E]> ]?"},"reversed-counter-name":{comment:"missed; https://drafts.csswg.org/css-lists/#typedef-reversed-counter-name",syntax:"reversed( <counter-name> )"},right:{comment:"missed; not sure we should add it, but no others except `shape` is using it so it's ok for now; https://drafts.fxtf.org/css-masking-1/#funcdef-clip-rect",syntax:"<length> | auto"},shape:{comment:"missed spaces in function body and add backwards compatible syntax",syntax:"rect( <top>, <right>, <bottom>, <left> ) | rect( <top> <right> <bottom> <left> )"},"svg-length":{comment:"All coordinates and lengths in SVG can be specified with or without a unit identifier",references:["https://www.w3.org/TR/SVG11/coords.html#Units"],syntax:"<percentage> | <length> | <number>"},"svg-writing-mode":{comment:"SVG specific keywords (deprecated for CSS)",references:["https://developer.mozilla.org/en/docs/Web/CSS/writing-mode","https://www.w3.org/TR/SVG/text.html#WritingModeProperty"],syntax:"lr-tb | rl-tb | tb-rl | lr | rl | tb"},top:{comment:"missed; not sure we should add it, but no others except `shape` is using it so it's ok for now; https://drafts.fxtf.org/css-masking-1/#funcdef-clip-rect",syntax:"<length> | auto"},"track-group":{comment:"used by old grid-columns and grid-rows syntax v0",syntax:"'(' [ <string>* <track-minmax> <string>* ]+ ')' [ '[' <positive-integer> ']' ]? | <track-minmax>"},"track-list-v0":{comment:"used by old grid-columns and grid-rows syntax v0",syntax:"[ <string>* <track-group> <string>* ]+ | none"},"track-minmax":{comment:"used by old grid-columns and grid-rows syntax v0",syntax:"minmax( <track-breadth> , <track-breadth> ) | auto | <track-breadth> | fit-content"},x:{comment:"missed; not sure we should add it, but no others except `cursor` is using it so it's ok for now; https://drafts.csswg.org/css-ui-3/#cursor",syntax:"<number>"},y:{comment:"missed; not sure we should add it, but no others except `cursor` is using so it's ok for now; https://drafts.csswg.org/css-ui-3/#cursor",syntax:"<number>"},declaration:{comment:"missed, restored by https://drafts.csswg.org/css-syntax",syntax:"<ident-token> : <declaration-value>? [ '!' important ]?"},"declaration-list":{comment:"missed, restored by https://drafts.csswg.org/css-syntax",syntax:"[ <declaration>? ';' ]* <declaration>?"},url:{comment:"https://drafts.csswg.org/css-values-4/#urls",syntax:"url( <string> <url-modifier>* ) | <url-token>"},"url-modifier":{comment:"https://drafts.csswg.org/css-values-4/#typedef-url-modifier",syntax:"<ident> | <function-token> <any-value> )"},"number-zero-one":{syntax:"<number [0,1]>"},"number-one-or-greater":{syntax:"<number [1,\u221E]>"},"positive-integer":{syntax:"<integer [0,\u221E]>"},"-non-standard-display":{syntax:"-ms-inline-flexbox | -ms-grid | -ms-inline-grid | -webkit-flex | -webkit-inline-flex | -webkit-box | -webkit-inline-box | -moz-inline-stack | -moz-box | -moz-inline-box"}}}}),ro=z((e,t)=>{"use strict";var c=to(),y=c;t.exports=y}),no=z((e,t)=>{t.exports={"@charset":{syntax:'@charset "<charset>";',groups:["CSS Charsets"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/@charset"},"@counter-style":{syntax:`@counter-style <counter-style-name> {
103
+ --`+new Array((d||u.length)+1).join("-")+"^"})}e.SyntaxError=c}),Xa=z(e=>{"use strict";var t=Er(),c=9,y=10,u=12,d=13,s=32,i=class{constructor(r){this.str=r,this.pos=0}charCodeAt(r){return r<this.str.length?this.str.charCodeAt(r):0}charCode(){return this.charCodeAt(this.pos)}nextCharCode(){return this.charCodeAt(this.pos+1)}nextNonWsCode(r){return this.charCodeAt(this.findWsEnd(r))}findWsEnd(r){for(;r<this.str.length;r++){let a=this.str.charCodeAt(r);if(a!==d&&a!==y&&a!==u&&a!==s&&a!==c)break}return r}substringToPos(r){return this.str.substring(this.pos,this.pos=r)}eat(r){this.charCode()!==r&&this.error("Expect `"+String.fromCharCode(r)+"`"),this.pos++}peek(){return this.pos<this.str.length?this.str.charAt(this.pos++):""}error(r){throw new t.SyntaxError(r,this.str,this.pos)}};e.Tokenizer=i}),nt=z(e=>{"use strict";var t=Xa(),c=9,y=10,u=12,d=13,s=32,i=33,r=35,a=38,l=39,g=40,f=41,b=42,n=43,o=44,m=45,p=60,S=62,v=63,C=64,h=91,w=93,k=123,x=124,A=125,B=8734,E=new Uint8Array(128).map((_,N)=>/[a-zA-Z0-9\-]/.test(String.fromCharCode(N))?1:0),D={" ":1,"&&":2,"||":3,"|":4};function W(_){return _.substringToPos(_.findWsEnd(_.pos))}function I(_){let N=_.pos;for(;N<_.str.length;N++){let K=_.str.charCodeAt(N);if(K>=128||E[K]===0)break}return _.pos===N&&_.error("Expect a keyword"),_.substringToPos(N)}function q(_){let N=_.pos;for(;N<_.str.length;N++){let K=_.str.charCodeAt(N);if(K<48||K>57)break}return _.pos===N&&_.error("Expect a number"),_.substringToPos(N)}function F(_){let N=_.str.indexOf("'",_.pos+1);return N===-1&&(_.pos=_.str.length,_.error("Expect an apostrophe")),_.substringToPos(N+1)}function M(_){let N=null,K=null;return _.eat(k),N=q(_),_.charCode()===o?(_.pos++,_.charCode()!==A&&(K=q(_))):K=N,_.eat(A),{min:Number(N),max:K?Number(K):0}}function G(_){let N=null,K=!1;switch(_.charCode()){case b:_.pos++,N={min:0,max:0};break;case n:_.pos++,N={min:1,max:0};break;case v:_.pos++,N={min:0,max:1};break;case r:_.pos++,K=!0,_.charCode()===k?N=M(_):_.charCode()===v?(_.pos++,N={min:0,max:0}):N={min:1,max:0};break;case k:N=M(_);break;default:return null}return{type:"Multiplier",comma:K,min:N.min,max:N.max,term:null}}function V(_,N){let K=G(_);return K!==null?(K.term=N,_.charCode()===r&&_.charCodeAt(_.pos-1)===n?V(_,K):K):N}function H(_){let N=_.peek();return N===""?null:{type:"Token",value:N}}function j(_){let N;return _.eat(p),_.eat(l),N=I(_),_.eat(l),_.eat(S),V(_,{type:"Property",name:N})}function L(_){let N=null,K=null,Z=1;return _.eat(h),_.charCode()===m&&(_.peek(),Z=-1),Z==-1&&_.charCode()===B?_.peek():(N=Z*Number(q(_)),E[_.charCode()]!==0&&(N+=I(_))),W(_),_.eat(o),W(_),_.charCode()===B?_.peek():(Z=1,_.charCode()===m&&(_.peek(),Z=-1),K=Z*Number(q(_)),E[_.charCode()]!==0&&(K+=I(_))),_.eat(w),{type:"Range",min:N,max:K}}function O(_){let N,K=null;return _.eat(p),N=I(_),_.charCode()===g&&_.nextCharCode()===f&&(_.pos+=2,N+="()"),_.charCodeAt(_.findWsEnd(_.pos))===h&&(W(_),K=L(_)),_.eat(S),V(_,{type:"Type",name:N,opts:K})}function T(_){let N=I(_);return _.charCode()===g?(_.pos++,{type:"Function",name:N}):V(_,{type:"Keyword",name:N})}function R(_,N){function K(X,$){return{type:"Group",terms:X,combinator:$,disallowEmpty:!1,explicit:!1}}let Z;for(N=Object.keys(N).sort((X,$)=>D[X]-D[$]);N.length>0;){Z=N.shift();let X=0,$=0;for(;X<_.length;X++){let J=_[X];J.type==="Combinator"&&(J.value===Z?($===-1&&($=X-1),_.splice(X,1),X--):($!==-1&&X-$>1&&(_.splice($,X-$,K(_.slice($,X),Z)),X=$+1),$=-1))}$!==-1&&N.length&&_.splice($,X-$,K(_.slice($,X),Z))}return Z}function P(_){let N=[],K={},Z,X=null,$=_.pos;for(;Z=Y(_);)Z.type!=="Spaces"&&(Z.type==="Combinator"?((X===null||X.type==="Combinator")&&(_.pos=$,_.error("Unexpected combinator")),K[Z.value]=!0):X!==null&&X.type!=="Combinator"&&(K[" "]=!0,N.push({type:"Combinator",value:" "})),N.push(Z),X=Z,$=_.pos);return X!==null&&X.type==="Combinator"&&(_.pos-=$,_.error("Unexpected combinator")),{type:"Group",terms:N,combinator:R(N,K)||" ",disallowEmpty:!1,explicit:!1}}function U(_){let N;return _.eat(h),N=P(_),_.eat(w),N.explicit=!0,_.charCode()===i&&(_.pos++,N.disallowEmpty=!0),N}function Y(_){let N=_.charCode();if(N<128&&E[N]===1)return T(_);switch(N){case w:break;case h:return V(_,U(_));case p:return _.nextCharCode()===l?j(_):O(_);case x:return{type:"Combinator",value:_.substringToPos(_.pos+(_.nextCharCode()===x?2:1))};case a:return _.pos++,_.eat(a),{type:"Combinator",value:"&&"};case o:return _.pos++,{type:"Comma"};case l:return V(_,{type:"String",value:F(_)});case s:case c:case y:case d:case u:return{type:"Spaces",value:W(_)};case C:return N=_.nextCharCode(),N<128&&E[N]===1?(_.pos++,{type:"AtKeyword",name:I(_)}):H(_);case b:case n:case v:case r:case i:break;case k:if(N=_.nextCharCode(),N<48||N>57)return H(_);break;default:return H(_)}}function te(_){let N=new t.Tokenizer(_),K=P(N);return N.pos!==_.length&&N.error("Unexpected input"),K.terms.length===1&&K.terms[0].type==="Group"?K.terms[0]:K}e.parse=te}),Tr=z(e=>{"use strict";var t=nt(),c={type:"Match"},y={type:"Mismatch"},u={type:"DisallowEmpty"},d=40,s=41;function i(n,o,m){return o===c&&m===y||n===c&&o===c&&m===c?n:(n.type==="If"&&n.else===y&&o===c&&(o=n.then,n=n.match),{type:"If",match:n,then:o,else:m})}function r(n){return n.length>2&&n.charCodeAt(n.length-2)===d&&n.charCodeAt(n.length-1)===s}function a(n){return n.type==="Keyword"||n.type==="AtKeyword"||n.type==="Function"||n.type==="Type"&&r(n.name)}function l(n,o,m){switch(n){case" ":{let p=c;for(let S=o.length-1;S>=0;S--){let v=o[S];p=i(v,p,y)}return p}case"|":{let p=y,S=null;for(let v=o.length-1;v>=0;v--){let C=o[v];if(a(C)&&(S===null&&v>0&&a(o[v-1])&&(S=Object.create(null),p=i({type:"Enum",map:S},c,p)),S!==null)){let h=(r(C.name)?C.name.slice(0,-1):C.name).toLowerCase();if(!(h in S)){S[h]=C;continue}}S=null,p=i(C,c,p)}return p}case"&&":{if(o.length>5)return{type:"MatchOnce",terms:o,all:!0};let p=y;for(let S=o.length-1;S>=0;S--){let v=o[S],C;o.length>1?C=l(n,o.filter(function(h){return h!==v}),!1):C=c,p=i(v,C,p)}return p}case"||":{if(o.length>5)return{type:"MatchOnce",terms:o,all:!1};let p=m?c:y;for(let S=o.length-1;S>=0;S--){let v=o[S],C;o.length>1?C=l(n,o.filter(function(h){return h!==v}),!0):C=c,p=i(v,C,p)}return p}}}function g(n){let o=c,m=f(n.term);if(n.max===0)m=i(m,u,y),o=i(m,null,y),o.then=i(c,c,o),n.comma&&(o.then.else=i({type:"Comma",syntax:n},o,y));else for(let p=n.min||1;p<=n.max;p++)n.comma&&o!==c&&(o=i({type:"Comma",syntax:n},o,y)),o=i(m,i(c,c,o),y);if(n.min===0)o=i(c,c,o);else for(let p=0;p<n.min-1;p++)n.comma&&o!==c&&(o=i({type:"Comma",syntax:n},o,y)),o=i(m,o,y);return o}function f(n){if(typeof n=="function")return{type:"Generic",fn:n};switch(n.type){case"Group":{let o=l(n.combinator,n.terms.map(f),!1);return n.disallowEmpty&&(o=i(o,u,y)),o}case"Multiplier":return g(n);case"Type":case"Property":return{type:n.type,name:n.name,syntax:n};case"Keyword":return{type:n.type,name:n.name.toLowerCase(),syntax:n};case"AtKeyword":return{type:n.type,name:"@"+n.name.toLowerCase(),syntax:n};case"Function":return{type:n.type,name:n.name.toLowerCase()+"(",syntax:n};case"String":return n.value.length===3?{type:"Token",value:n.value.charAt(1),syntax:n}:{type:n.type,value:n.value.substr(1,n.value.length-2).replace(/\\'/g,"'"),syntax:n};case"Token":return{type:n.type,value:n.value,syntax:n};case"Comma":return{type:n.type,syntax:n};default:throw new Error("Unknown node type:",n.type)}}function b(n,o){return typeof n=="string"&&(n=t.parse(n)),{type:"MatchGraph",match:f(n),syntax:o||null,source:n}}e.DISALLOW_EMPTY=u,e.MATCH=c,e.MISMATCH=y,e.buildMatchGraph=b}),$a=z(e=>{"use strict";var t=Tr(),c=ee(),{hasOwnProperty:y}=Object.prototype,u=0,d=1,s=2,i=3,r="Match",a="Mismatch",l="Maximum iteration number exceeded (please fill an issue on https://github.com/csstree/csstree/issues)",g=15e3;function f(C){let h=null,w=null,k=C;for(;k!==null;)w=k.prev,k.prev=h,h=k,k=w;return h}function b(C,h){if(C.length!==h.length)return!1;for(let w=0;w<C.length;w++){let k=h.charCodeAt(w),x=C.charCodeAt(w);if(x>=65&&x<=90&&(x=x|32),x!==k)return!1}return!0}function n(C){return C.type!==c.Delim?!1:C.value!=="?"}function o(C){return C===null?!0:C.type===c.Comma||C.type===c.Function||C.type===c.LeftParenthesis||C.type===c.LeftSquareBracket||C.type===c.LeftCurlyBracket||n(C)}function m(C){return C===null?!0:C.type===c.RightParenthesis||C.type===c.RightSquareBracket||C.type===c.RightCurlyBracket||C.type===c.Delim&&C.value==="/"}function p(C,h,w){function k(){do L++,j=L<C.length?C[L]:null;while(j!==null&&(j.type===c.WhiteSpace||j.type===c.Comment))}function x(R){let P=L+R;return P<C.length?C[P]:null}function A(R,P){return{nextState:R,matchStack:T,syntaxStack:q,thenStack:F,tokenIndex:L,prev:P}}function B(R){F={nextState:R,matchStack:T,syntaxStack:q,prev:F}}function E(R){M=A(R,M)}function D(){T={type:d,syntax:h.syntax,token:j,prev:T},k(),G=null,L>O&&(O=L)}function W(){q={syntax:h.syntax,opts:h.syntax.opts||q!==null&&q.opts||null,prev:q},T={type:s,syntax:h.syntax,token:T.token,prev:T}}function I(){T.type===s?T=T.prev:T={type:i,syntax:q.syntax,token:T.token,prev:T},q=q.prev}let q=null,F=null,M=null,G=null,V=0,H=null,j=null,L=-1,O=0,T={type:u,syntax:null,token:null,prev:null};for(k();H===null&&++V<g;)switch(h.type){case"Match":if(F===null){if(j!==null&&(L!==C.length-1||j.value!=="\\0"&&j.value!=="\\9")){h=t.MISMATCH;break}H=r;break}if(h=F.nextState,h===t.DISALLOW_EMPTY)if(F.matchStack===T){h=t.MISMATCH;break}else h=t.MATCH;for(;F.syntaxStack!==q;)I();F=F.prev;break;case"Mismatch":if(G!==null&&G!==!1)(M===null||L>M.tokenIndex)&&(M=G,G=!1);else if(M===null){H=a;break}h=M.nextState,F=M.thenStack,q=M.syntaxStack,T=M.matchStack,L=M.tokenIndex,j=L<C.length?C[L]:null,M=M.prev;break;case"MatchGraph":h=h.match;break;case"If":h.else!==t.MISMATCH&&E(h.else),h.then!==t.MATCH&&B(h.then),h=h.match;break;case"MatchOnce":h={type:"MatchOnceBuffer",syntax:h,index:0,mask:0};break;case"MatchOnceBuffer":{let U=h.syntax.terms;if(h.index===U.length){if(h.mask===0||h.syntax.all){h=t.MISMATCH;break}h=t.MATCH;break}if(h.mask===(1<<U.length)-1){h=t.MATCH;break}for(;h.index<U.length;h.index++){let Y=1<<h.index;if((h.mask&Y)===0){E(h),B({type:"AddMatchOnce",syntax:h.syntax,mask:h.mask|Y}),h=U[h.index++];break}}break}case"AddMatchOnce":h={type:"MatchOnceBuffer",syntax:h.syntax,index:0,mask:h.mask};break;case"Enum":if(j!==null){let U=j.value.toLowerCase();if(U.indexOf("\\")!==-1&&(U=U.replace(/\\[09].*$/,"")),y.call(h.map,U)){h=h.map[U];break}}h=t.MISMATCH;break;case"Generic":{let U=q!==null?q.opts:null,Y=L+Math.floor(h.fn(j,x,U));if(!isNaN(Y)&&Y>L){for(;L<Y;)D();h=t.MATCH}else h=t.MISMATCH;break}case"Type":case"Property":{let U=h.type==="Type"?"types":"properties",Y=y.call(w,U)?w[U][h.name]:null;if(!Y||!Y.match)throw new Error("Bad syntax reference: "+(h.type==="Type"?"<"+h.name+">":"<'"+h.name+"'>"));if(G!==!1&&j!==null&&h.type==="Type"&&(h.name==="custom-ident"&&j.type===c.Ident||h.name==="length"&&j.value==="0")){G===null&&(G=A(h,M)),h=t.MISMATCH;break}W(),h=Y.match;break}case"Keyword":{let U=h.name;if(j!==null){let Y=j.value;if(Y.indexOf("\\")!==-1&&(Y=Y.replace(/\\[09].*$/,"")),b(Y,U)){D(),h=t.MATCH;break}}h=t.MISMATCH;break}case"AtKeyword":case"Function":if(j!==null&&b(j.value,h.name)){D(),h=t.MATCH;break}h=t.MISMATCH;break;case"Token":if(j!==null&&j.value===h.value){D(),h=t.MATCH;break}h=t.MISMATCH;break;case"Comma":j!==null&&j.type===c.Comma?o(T.token)?h=t.MISMATCH:(D(),h=m(j)?t.MISMATCH:t.MATCH):h=o(T.token)||m(j)?t.MATCH:t.MISMATCH;break;case"String":let R="",P=L;for(;P<C.length&&R.length<h.value.length;P++)R+=C[P].value;if(b(R,h.value)){for(;L<P;)D();h=t.MATCH}else h=t.MISMATCH;break;default:throw new Error("Unknown node type: "+h.type)}switch(H){case null:console.warn("[csstree-match] BREAK after "+g+" iterations"),H=l,T=null;break;case r:for(;q!==null;)I();break;default:T=null}return{tokens:C,reason:H,iterations:V,match:T,longestMatch:O}}function S(C,h,w){let k=p(C,h,w||{});if(k.match!==null){let x=f(k.match).prev;for(k.match=[];x!==null;){switch(x.type){case s:case i:k.match.push({type:x.type,syntax:x.syntax});break;default:k.match.push({token:x.token.value,node:x.token.node});break}x=x.prev}}return k}function v(C,h,w){let k=p(C,h,w||{});if(k.match===null)return k;let x=k.match,A=k.match={syntax:h.syntax||null,match:[]},B=[A];for(x=f(x).prev;x!==null;){switch(x.type){case s:A.match.push(A={syntax:x.syntax,match:[]}),B.push(A);break;case i:B.pop(),A=B[B.length-1];break;default:A.match.push({syntax:x.syntax||null,token:x.token.value,node:x.token.node})}x=x.prev}return k}e.matchAsList=S,e.matchAsTree=v}),Za=z(e=>{"use strict";function t(s){function i(l){return l===null?!1:l.type==="Type"||l.type==="Property"||l.type==="Keyword"}function r(l){if(Array.isArray(l.match)){for(let g=0;g<l.match.length;g++)if(r(l.match[g]))return i(l.syntax)&&a.unshift(l.syntax),!0}else if(l.node===s)return a=i(l.syntax)?[l.syntax]:[],!0;return!1}let a=null;return this.matched!==null&&r(this.matched),a}function c(s,i){return d(this,s,r=>r.type==="Type"&&r.name===i)}function y(s,i){return d(this,s,r=>r.type==="Property"&&r.name===i)}function u(s){return d(this,s,i=>i.type==="Keyword")}function d(s,i,r){let a=t.call(s,i);return a===null?!1:a.some(r)}e.getTrace=t,e.isKeyword=u,e.isProperty=y,e.isType=c}),Qa=z(e=>{"use strict";var t=we();function c(d){return"node"in d?d.node:c(d.match[0])}function y(d){return"node"in d?d.node:y(d.match[d.match.length-1])}function u(d,s,i,r,a){function l(f){if(f.syntax!==null&&f.syntax.type===r&&f.syntax.name===a){let b=c(f),n=y(f);d.syntax.walk(s,function(o,m,p){if(o===b){let S=new t.List;do{if(S.appendData(m.data),m.data===n)break;m=m.next}while(m!==null);g.push({parent:p,nodes:S})}})}Array.isArray(f.match)&&f.match.forEach(l)}let g=[];return i.matched!==null&&l(i.matched),g}e.matchFragments=u}),Ja=z(e=>{"use strict";var t=we(),{hasOwnProperty:c}=Object.prototype;function y(r){return typeof r=="number"&&isFinite(r)&&Math.floor(r)===r&&r>=0}function u(r){return!!r&&y(r.offset)&&y(r.line)&&y(r.column)}function d(r,a){return function(l,g){if(!l||l.constructor!==Object)return g(l,"Type of node should be an Object");for(let f in l){let b=!0;if(c.call(l,f)!==!1){if(f==="type")l.type!==r&&g(l,"Wrong node type `"+l.type+"`, expected `"+r+"`");else if(f==="loc"){if(l.loc===null)continue;if(l.loc&&l.loc.constructor===Object)if(typeof l.loc.source!="string")f+=".source";else if(!u(l.loc.start))f+=".start";else if(!u(l.loc.end))f+=".end";else continue;b=!1}else if(a.hasOwnProperty(f)){b=!1;for(let n=0;!b&&n<a[f].length;n++){let o=a[f][n];switch(o){case String:b=typeof l[f]=="string";break;case Boolean:b=typeof l[f]=="boolean";break;case null:b=l[f]===null;break;default:typeof o=="string"?b=l[f]&&l[f].type===o:Array.isArray(o)&&(b=l[f]instanceof t.List)}}}else g(l,"Unknown field `"+f+"` for "+r+" node type");b||g(l,"Bad value for `"+r+"."+f+"`")}}for(let f in a)c.call(a,f)&&c.call(l,f)===!1&&g(l,"Field `"+r+"."+f+"` is missed")}}function s(r,a){let l=a.structure,g={type:String,loc:!0},f={type:'"'+r+'"'};for(let b in l){if(c.call(l,b)===!1)continue;let n=[],o=g[b]=Array.isArray(l[b])?l[b].slice():[l[b]];for(let m=0;m<o.length;m++){let p=o[m];if(p===String||p===Boolean)n.push(p.name);else if(p===null)n.push("null");else if(typeof p=="string")n.push("<"+p+">");else if(Array.isArray(p))n.push("List");else throw new Error("Wrong value `"+p+"` in `"+r+"."+b+"` structure definition")}f[b]=n.join(" | ")}return{docs:f,check:d(r,g)}}function i(r){let a={};if(r.node){for(let l in r.node)if(c.call(r.node,l)){let g=r.node[l];if(g.structure)a[l]=s(l,g);else throw new Error("Missed `structure` field in `"+l+"` node type definition")}}return a}e.getStructureFromConfig=i}),Br=z(e=>{"use strict";var t=function(){};function c(u){return typeof u=="function"?u:t}function y(u,d,s){function i(l){switch(r.call(s,l),l.type){case"Group":l.terms.forEach(i);break;case"Multiplier":i(l.term);break;case"Type":case"Property":case"Keyword":case"AtKeyword":case"Function":case"String":case"Token":case"Comma":break;default:throw new Error("Unknown type: "+l.type)}a.call(s,l)}let r=t,a=t;if(typeof d=="function"?r=d:d&&(r=c(d.enter),a=c(d.leave)),r===t&&a===t)throw new Error("Neither `enter` nor `leave` walker handler is set or both aren't a function");i(u)}e.walk=y}),Or=z(e=>{"use strict";var t=Ua(),c=rt(),y=Ar(),u=Ka(),d=Ya(),s=Tr(),i=$a(),r=Za(),a=Qa(),l=Ja(),g=nt(),f=tt(),b=Br(),n=s.buildMatchGraph(y.cssWideKeywords.join(" | "));function o(h,w,k){let x={};for(let A in h)h[A].syntax&&(x[A]=k?h[A].syntax:f.generate(h[A].syntax,{compact:w}));return x}function m(h,w,k){let x={};for(let[A,B]of Object.entries(h))x[A]={prelude:B.prelude&&(k?B.prelude.syntax:f.generate(B.prelude.syntax,{compact:w})),descriptors:B.descriptors&&o(B.descriptors,w,k)};return x}function p(h){for(let w=0;w<h.length;w++)if(h[w].value.toLowerCase()==="var(")return!0;return!1}function S(h,w,k){return{matched:h,iterations:k,error:w,...r}}function v(h,w,k,x){let A=d(k,h.syntax),B;return p(A)?S(null,new Error("Matching for a tree with var() is not supported")):(x&&(B=i.matchAsTree(A,h.cssWideKeywordsSyntax,h)),(!x||!B.match)&&(B=i.matchAsTree(A,w.match,h),!B.match)?S(null,new t.SyntaxMatchError(B.reason,w.syntax,k,B),B.iterations):S(B.match,null,B.iterations))}var C=class{constructor(h,w,k){if(this.cssWideKeywordsSyntax=n,this.syntax=w,this.generic=!1,this.atrules=Object.create(null),this.properties=Object.create(null),this.types=Object.create(null),this.structure=k||l.getStructureFromConfig(h),h){if(h.types)for(let x in h.types)this.addType_(x,h.types[x]);if(h.generic){this.generic=!0;for(let x in u)this.addType_(x,u[x])}if(h.atrules)for(let x in h.atrules)this.addAtrule_(x,h.atrules[x]);if(h.properties)for(let x in h.properties)this.addProperty_(x,h.properties[x])}}checkStructure(h){function w(A,B){x.push({node:A,message:B})}let k=this.structure,x=[];return this.syntax.walk(h,function(A){k.hasOwnProperty(A.type)?k[A.type].check(A,w):w(A,"Unknown node type `"+A.type+"`")}),x.length?x:!1}createDescriptor(h,w,k,x=null){let A={type:w,name:k},B={type:w,name:k,parent:x,serializable:typeof h=="string"||h&&typeof h.type=="string",syntax:null,match:null};return typeof h=="function"?B.match=s.buildMatchGraph(h,A):(typeof h=="string"?Object.defineProperty(B,"syntax",{get(){return Object.defineProperty(B,"syntax",{value:g.parse(h)}),B.syntax}}):B.syntax=h,Object.defineProperty(B,"match",{get(){return Object.defineProperty(B,"match",{value:s.buildMatchGraph(B.syntax,A)}),B.match}})),B}addAtrule_(h,w){w&&(this.atrules[h]={type:"Atrule",name:h,prelude:w.prelude?this.createDescriptor(w.prelude,"AtrulePrelude",h):null,descriptors:w.descriptors?Object.keys(w.descriptors).reduce((k,x)=>(k[x]=this.createDescriptor(w.descriptors[x],"AtruleDescriptor",x,h),k),Object.create(null)):null})}addProperty_(h,w){w&&(this.properties[h]=this.createDescriptor(w,"Property",h))}addType_(h,w){w&&(this.types[h]=this.createDescriptor(w,"Type",h))}checkAtruleName(h){if(!this.getAtrule(h))return new t.SyntaxReferenceError("Unknown at-rule","@"+h)}checkAtrulePrelude(h,w){let k=this.checkAtruleName(h);if(k)return k;let x=this.getAtrule(h);if(!x.prelude&&w)return new SyntaxError("At-rule `@"+h+"` should not contain a prelude");if(x.prelude&&!w&&!v(this,x.prelude,"",!1).matched)return new SyntaxError("At-rule `@"+h+"` should contain a prelude")}checkAtruleDescriptorName(h,w){let k=this.checkAtruleName(h);if(k)return k;let x=this.getAtrule(h),A=c.keyword(w);if(!x.descriptors)return new SyntaxError("At-rule `@"+h+"` has no known descriptors");if(!x.descriptors[A.name]&&!x.descriptors[A.basename])return new t.SyntaxReferenceError("Unknown at-rule descriptor",w)}checkPropertyName(h){if(!this.getProperty(h))return new t.SyntaxReferenceError("Unknown property",h)}matchAtrulePrelude(h,w){let k=this.checkAtrulePrelude(h,w);if(k)return S(null,k);let x=this.getAtrule(h);return x.prelude?v(this,x.prelude,w||"",!1):S(null,null)}matchAtruleDescriptor(h,w,k){let x=this.checkAtruleDescriptorName(h,w);if(x)return S(null,x);let A=this.getAtrule(h),B=c.keyword(w);return v(this,A.descriptors[B.name]||A.descriptors[B.basename],k,!1)}matchDeclaration(h){return h.type!=="Declaration"?S(null,new Error("Not a Declaration node")):this.matchProperty(h.property,h.value)}matchProperty(h,w){if(c.property(h).custom)return S(null,new Error("Lexer matching doesn't applicable for custom properties"));let k=this.checkPropertyName(h);return k?S(null,k):v(this,this.getProperty(h),w,!0)}matchType(h,w){let k=this.getType(h);return k?v(this,k,w,!1):S(null,new t.SyntaxReferenceError("Unknown type",h))}match(h,w){return typeof h!="string"&&(!h||!h.type)?S(null,new t.SyntaxReferenceError("Bad syntax")):((typeof h=="string"||!h.match)&&(h=this.createDescriptor(h,"Type","anonymous")),v(this,h,w,!1))}findValueFragments(h,w,k,x){return a.matchFragments(this,w,this.matchProperty(h,w),k,x)}findDeclarationValueFragments(h,w,k){return a.matchFragments(this,h.value,this.matchDeclaration(h),w,k)}findAllFragments(h,w,k){let x=[];return this.syntax.walk(h,{visit:"Declaration",enter:A=>{x.push.apply(x,this.findDeclarationValueFragments(A,w,k))}}),x}getAtrule(h,w=!0){let k=c.keyword(h);return(k.vendor&&w?this.atrules[k.name]||this.atrules[k.basename]:this.atrules[k.name])||null}getAtrulePrelude(h,w=!0){let k=this.getAtrule(h,w);return k&&k.prelude||null}getAtruleDescriptor(h,w){return this.atrules.hasOwnProperty(h)&&this.atrules.declarators&&this.atrules[h].declarators[w]||null}getProperty(h,w=!0){let k=c.property(h);return(k.vendor&&w?this.properties[k.name]||this.properties[k.basename]:this.properties[k.name])||null}getType(h){return hasOwnProperty.call(this.types,h)?this.types[h]:null}validate(){function h(x,A,B,E){if(B.has(A))return B.get(A);B.set(A,!1),E.syntax!==null&&b.walk(E.syntax,function(D){if(D.type!=="Type"&&D.type!=="Property")return;let W=D.type==="Type"?x.types:x.properties,I=D.type==="Type"?w:k;(!hasOwnProperty.call(W,D.name)||h(x,D.name,I,W[D.name]))&&B.set(A,!0)},this)}let w=new Map,k=new Map;for(let x in this.types)h(this,x,w,this.types[x]);for(let x in this.properties)h(this,x,k,this.properties[x]);return w=[...w.keys()].filter(x=>w.get(x)),k=[...k.keys()].filter(x=>k.get(x)),w.length||k.length?{types:w,properties:k}:null}dump(h,w){return{generic:this.generic,types:o(this.types,!w,h),properties:o(this.properties,!w,h),atrules:m(this.atrules,!w,h)}}toString(){return JSON.stringify(this.dump())}};e.Lexer=C}),eo=z((e,t)=>{"use strict";var{hasOwnProperty:c}=Object.prototype,y={generic:!0,types:a,atrules:{prelude:l,descriptors:l},properties:a,parseContext:s,scope:i,atrule:["parse"],pseudo:["parse"],node:["name","structure","parse","generate","walkContext"]};function u(b){return b&&b.constructor===Object}function d(b){return u(b)?{...b}:b}function s(b,n){return Object.assign(b,n)}function i(b,n){for(let o in n)c.call(n,o)&&(u(b[o])?i(b[o],n[o]):b[o]=d(n[o]));return b}function r(b,n){return typeof n=="string"&&/^\s*\|/.test(n)?typeof b=="string"?b+n:n.replace(/^\s*\|\s*/,""):n||null}function a(b,n){if(typeof n=="string")return r(b,n);let o={...b};for(let m in n)c.call(n,m)&&(o[m]=r(c.call(b,m)?b[m]:void 0,n[m]));return o}function l(b,n){let o=a(b,n);return!u(o)||Object.keys(o).length?o:null}function g(b,n,o){for(let m in o)if(c.call(o,m)!==!1){if(o[m]===!0)c.call(n,m)&&(b[m]=d(n[m]));else if(o[m]){if(typeof o[m]=="function"){let p=o[m];b[m]=p({},b[m]),b[m]=p(b[m]||{},n[m])}else if(u(o[m])){let p={};for(let S in b[m])p[S]=g({},b[m][S],o[m]);for(let S in n[m])p[S]=g(p[S]||{},n[m][S],o[m]);b[m]=p}else if(Array.isArray(o[m])){let p={},S=o[m].reduce(function(v,C){return v[C]=!0,v},{});for(let[v,C]of Object.entries(b[m]||{}))p[v]={},C&&g(p[v],C,S);for(let v in n[m])c.call(n[m],v)&&(p[v]||(p[v]={}),n[m]&&n[m][v]&&g(p[v],n[m][v],S));b[m]=p}}}return b}var f=(b,n)=>g(b,n,y);t.exports=f}),zr=z((e,t)=>{"use strict";var c=Le(),y=_a(),u=Ra(),d=Ga(),s=ja(),i=Or(),r=eo();function a(g){let f=y.createParser(g),b=s.createWalker(g),n=u.createGenerator(g),{fromPlainObject:o,toPlainObject:m}=d.createConvertor(b),p={lexer:null,createLexer:S=>new i.Lexer(S,p,p.lexer.structure),tokenize:c.tokenize,parse:f,generate:n,walk:b,find:b.find,findLast:b.findLast,findAll:b.findAll,fromPlainObject:o,toPlainObject:m,fork(S){let v=r({},g);return a(typeof S=="function"?S(v,Object.assign):r(v,S))}};return p.lexer=new i.Lexer({generic:!0,types:g.types,atrules:g.atrules,properties:g.properties,node:g.node},p),p}var l=g=>a(r({},g));t.exports=l}),to=z((e,t)=>{t.exports={atrules:{charset:{prelude:"<string>"},"font-face":{descriptors:{"unicode-range":{comment:"replaces <unicode-range>, an old production name",syntax:"<urange>#"}}}},properties:{"-moz-background-clip":{comment:"deprecated syntax in old Firefox, https://developer.mozilla.org/en/docs/Web/CSS/background-clip",syntax:"padding | border"},"-moz-border-radius-bottomleft":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-left-radius",syntax:"<'border-bottom-left-radius'>"},"-moz-border-radius-bottomright":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-right-radius",syntax:"<'border-bottom-right-radius'>"},"-moz-border-radius-topleft":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-left-radius",syntax:"<'border-top-left-radius'>"},"-moz-border-radius-topright":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-right-radius",syntax:"<'border-bottom-right-radius'>"},"-moz-control-character-visibility":{comment:"firefox specific keywords, https://bugzilla.mozilla.org/show_bug.cgi?id=947588",syntax:"visible | hidden"},"-moz-osx-font-smoothing":{comment:"misssed old syntax https://developer.mozilla.org/en-US/docs/Web/CSS/font-smooth",syntax:"auto | grayscale"},"-moz-user-select":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/user-select",syntax:"none | text | all | -moz-none"},"-ms-flex-align":{comment:"misssed old syntax implemented in IE, https://www.w3.org/TR/2012/WD-css3-flexbox-20120322/#flex-align",syntax:"start | end | center | baseline | stretch"},"-ms-flex-item-align":{comment:"misssed old syntax implemented in IE, https://www.w3.org/TR/2012/WD-css3-flexbox-20120322/#flex-align",syntax:"auto | start | end | center | baseline | stretch"},"-ms-flex-line-pack":{comment:"misssed old syntax implemented in IE, https://www.w3.org/TR/2012/WD-css3-flexbox-20120322/#flex-line-pack",syntax:"start | end | center | justify | distribute | stretch"},"-ms-flex-negative":{comment:"misssed old syntax implemented in IE; TODO: find references for comfirmation",syntax:"<'flex-shrink'>"},"-ms-flex-pack":{comment:"misssed old syntax implemented in IE, https://www.w3.org/TR/2012/WD-css3-flexbox-20120322/#flex-pack",syntax:"start | end | center | justify | distribute"},"-ms-flex-order":{comment:"misssed old syntax implemented in IE; https://msdn.microsoft.com/en-us/library/jj127303(v=vs.85).aspx",syntax:"<integer>"},"-ms-flex-positive":{comment:"misssed old syntax implemented in IE; TODO: find references for comfirmation",syntax:"<'flex-grow'>"},"-ms-flex-preferred-size":{comment:"misssed old syntax implemented in IE; TODO: find references for comfirmation",syntax:"<'flex-basis'>"},"-ms-interpolation-mode":{comment:"https://msdn.microsoft.com/en-us/library/ff521095(v=vs.85).aspx",syntax:"nearest-neighbor | bicubic"},"-ms-grid-column-align":{comment:"add this property first since it uses as fallback for flexbox, https://msdn.microsoft.com/en-us/library/windows/apps/hh466338.aspx",syntax:"start | end | center | stretch"},"-ms-grid-row-align":{comment:"add this property first since it uses as fallback for flexbox, https://msdn.microsoft.com/en-us/library/windows/apps/hh466348.aspx",syntax:"start | end | center | stretch"},"-ms-hyphenate-limit-last":{comment:"misssed old syntax implemented in IE; https://www.w3.org/TR/css-text-4/#hyphenate-line-limits",syntax:"none | always | column | page | spread"},"-webkit-appearance":{comment:"webkit specific keywords",references:["http://css-infos.net/property/-webkit-appearance"],syntax:"none | button | button-bevel | caps-lock-indicator | caret | checkbox | default-button | inner-spin-button | listbox | listitem | media-controls-background | media-controls-fullscreen-background | media-current-time-display | media-enter-fullscreen-button | media-exit-fullscreen-button | media-fullscreen-button | media-mute-button | media-overlay-play-button | media-play-button | media-seek-back-button | media-seek-forward-button | media-slider | media-sliderthumb | media-time-remaining-display | media-toggle-closed-captions-button | media-volume-slider | media-volume-slider-container | media-volume-sliderthumb | menulist | menulist-button | menulist-text | menulist-textfield | meter | progress-bar | progress-bar-value | push-button | radio | scrollbarbutton-down | scrollbarbutton-left | scrollbarbutton-right | scrollbarbutton-up | scrollbargripper-horizontal | scrollbargripper-vertical | scrollbarthumb-horizontal | scrollbarthumb-vertical | scrollbartrack-horizontal | scrollbartrack-vertical | searchfield | searchfield-cancel-button | searchfield-decoration | searchfield-results-button | searchfield-results-decoration | slider-horizontal | slider-vertical | sliderthumb-horizontal | sliderthumb-vertical | square-button | textarea | textfield | -apple-pay-button"},"-webkit-background-clip":{comment:"https://developer.mozilla.org/en/docs/Web/CSS/background-clip",syntax:"[ <box> | border | padding | content | text ]#"},"-webkit-column-break-after":{comment:"added, http://help.dottoro.com/lcrthhhv.php",syntax:"always | auto | avoid"},"-webkit-column-break-before":{comment:"added, http://help.dottoro.com/lcxquvkf.php",syntax:"always | auto | avoid"},"-webkit-column-break-inside":{comment:"added, http://help.dottoro.com/lclhnthl.php",syntax:"always | auto | avoid"},"-webkit-font-smoothing":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/font-smooth",syntax:"auto | none | antialiased | subpixel-antialiased"},"-webkit-mask-box-image":{comment:"missed; https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-mask-box-image",syntax:"[ <url> | <gradient> | none ] [ <length-percentage>{4} <-webkit-mask-box-repeat>{2} ]?"},"-webkit-print-color-adjust":{comment:"missed",references:["https://developer.mozilla.org/en/docs/Web/CSS/-webkit-print-color-adjust"],syntax:"economy | exact"},"-webkit-text-security":{comment:"missed; http://help.dottoro.com/lcbkewgt.php",syntax:"none | circle | disc | square"},"-webkit-user-drag":{comment:"missed; http://help.dottoro.com/lcbixvwm.php",syntax:"none | element | auto"},"-webkit-user-select":{comment:"auto is supported by old webkit, https://developer.mozilla.org/en-US/docs/Web/CSS/user-select",syntax:"auto | none | text | all"},"alignment-baseline":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#AlignmentBaselineProperty"],syntax:"auto | baseline | before-edge | text-before-edge | middle | central | after-edge | text-after-edge | ideographic | alphabetic | hanging | mathematical"},"background-clip":{comment:"used <bg-clip> from CSS Backgrounds and Borders 4 since it adds new values",references:["https://github.com/csstree/csstree/issues/190"],syntax:"<bg-clip>#"},"baseline-shift":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#BaselineShiftProperty"],syntax:"baseline | sub | super | <svg-length>"},behavior:{comment:"added old IE property https://msdn.microsoft.com/en-us/library/ms530723(v=vs.85).aspx",syntax:"<url>+"},"clip-rule":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/masking.html#ClipRuleProperty"],syntax:"nonzero | evenodd"},cue:{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<'cue-before'> <'cue-after'>?"},"cue-after":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<url> <decibel>? | none"},"cue-before":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<url> <decibel>? | none"},cursor:{comment:"added legacy keywords: hand, -webkit-grab. -webkit-grabbing, -webkit-zoom-in, -webkit-zoom-out, -moz-grab, -moz-grabbing, -moz-zoom-in, -moz-zoom-out",references:["https://www.sitepoint.com/css3-cursor-styles/"],syntax:"[ [ <url> [ <x> <y> ]? , ]* [ auto | default | none | context-menu | help | pointer | progress | wait | cell | crosshair | text | vertical-text | alias | copy | move | no-drop | not-allowed | e-resize | n-resize | ne-resize | nw-resize | s-resize | se-resize | sw-resize | w-resize | ew-resize | ns-resize | nesw-resize | nwse-resize | col-resize | row-resize | all-scroll | zoom-in | zoom-out | grab | grabbing | hand | -webkit-grab | -webkit-grabbing | -webkit-zoom-in | -webkit-zoom-out | -moz-grab | -moz-grabbing | -moz-zoom-in | -moz-zoom-out ] ]"},display:{comment:"extended with -ms-flexbox",syntax:"| <-non-standard-display>"},position:{comment:"extended with -webkit-sticky",syntax:"| -webkit-sticky"},"dominant-baseline":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#DominantBaselineProperty"],syntax:"auto | use-script | no-change | reset-size | ideographic | alphabetic | hanging | mathematical | central | middle | text-after-edge | text-before-edge"},"image-rendering":{comment:"extended with <-non-standard-image-rendering>, added SVG keywords optimizeSpeed and optimizeQuality",references:["https://developer.mozilla.org/en/docs/Web/CSS/image-rendering","https://www.w3.org/TR/SVG/painting.html#ImageRenderingProperty"],syntax:"| optimizeSpeed | optimizeQuality | <-non-standard-image-rendering>"},fill:{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#FillProperty"],syntax:"<paint>"},"fill-opacity":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#FillProperty"],syntax:"<number-zero-one>"},"fill-rule":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#FillProperty"],syntax:"nonzero | evenodd"},filter:{comment:"extend with IE legacy syntaxes",syntax:"| <-ms-filter-function-list>"},"glyph-orientation-horizontal":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#GlyphOrientationHorizontalProperty"],syntax:"<angle>"},"glyph-orientation-vertical":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#GlyphOrientationVerticalProperty"],syntax:"<angle>"},kerning:{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#KerningProperty"],syntax:"auto | <svg-length>"},"letter-spacing":{comment:"fix syntax <length> -> <length-percentage>",references:["https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/letter-spacing"],syntax:"normal | <length-percentage>"},marker:{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#MarkerProperties"],syntax:"none | <url>"},"marker-end":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#MarkerProperties"],syntax:"none | <url>"},"marker-mid":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#MarkerProperties"],syntax:"none | <url>"},"marker-start":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#MarkerProperties"],syntax:"none | <url>"},"max-width":{comment:"extend by non-standard width keywords https://developer.mozilla.org/en-US/docs/Web/CSS/max-width",syntax:"| <-non-standard-width>"},width:{references:["https://developer.mozilla.org/en-US/docs/Web/CSS/width","https://github.com/csstree/stylelint-validator/issues/29"],syntax:"| fill | stretch | intrinsic | -moz-max-content | -webkit-max-content | -moz-fit-content | -webkit-fit-content"},"min-width":{comment:"extend by non-standard width keywords https://developer.mozilla.org/en-US/docs/Web/CSS/width",syntax:"| <-non-standard-width>"},overflow:{comment:"extend by vendor keywords https://developer.mozilla.org/en-US/docs/Web/CSS/overflow",syntax:"| <-non-standard-overflow>"},pause:{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<'pause-before'> <'pause-after'>?"},"pause-after":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<time> | none | x-weak | weak | medium | strong | x-strong"},"pause-before":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<time> | none | x-weak | weak | medium | strong | x-strong"},rest:{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<'rest-before'> <'rest-after'>?"},"rest-after":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<time> | none | x-weak | weak | medium | strong | x-strong"},"rest-before":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<time> | none | x-weak | weak | medium | strong | x-strong"},"shape-rendering":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#ShapeRenderingPropert"],syntax:"auto | optimizeSpeed | crispEdges | geometricPrecision"},src:{comment:"added @font-face's src property https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/src",syntax:"[ <url> [ format( <string># ) ]? | local( <family-name> ) ]#"},speak:{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"auto | none | normal"},"speak-as":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"normal | spell-out || digits || [ literal-punctuation | no-punctuation ]"},stroke:{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"<paint>"},"stroke-dasharray":{comment:"added SVG property; a list of comma and/or white space separated <length>s and <percentage>s",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"none | [ <svg-length>+ ]#"},"stroke-dashoffset":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"<svg-length>"},"stroke-linecap":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"butt | round | square"},"stroke-linejoin":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"miter | round | bevel"},"stroke-miterlimit":{comment:"added SVG property (<miterlimit> = <number-one-or-greater>) ",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"<number-one-or-greater>"},"stroke-opacity":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"<number-zero-one>"},"stroke-width":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"<svg-length>"},"text-anchor":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#TextAlignmentProperties"],syntax:"start | middle | end"},"unicode-bidi":{comment:"added prefixed keywords https://developer.mozilla.org/en-US/docs/Web/CSS/unicode-bidi",syntax:"| -moz-isolate | -moz-isolate-override | -moz-plaintext | -webkit-isolate | -webkit-isolate-override | -webkit-plaintext"},"unicode-range":{comment:"added missed property https://developer.mozilla.org/en-US/docs/Web/CSS/%40font-face/unicode-range",syntax:"<urange>#"},"voice-balance":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<number> | left | center | right | leftwards | rightwards"},"voice-duration":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"auto | <time>"},"voice-family":{comment:"<name> -> <family-name>, https://www.w3.org/TR/css3-speech/#property-index",syntax:"[ [ <family-name> | <generic-voice> ] , ]* [ <family-name> | <generic-voice> ] | preserve"},"voice-pitch":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<frequency> && absolute | [ [ x-low | low | medium | high | x-high ] || [ <frequency> | <semitones> | <percentage> ] ]"},"voice-range":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<frequency> && absolute | [ [ x-low | low | medium | high | x-high ] || [ <frequency> | <semitones> | <percentage> ] ]"},"voice-rate":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"[ normal | x-slow | slow | medium | fast | x-fast ] || <percentage>"},"voice-stress":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"normal | strong | moderate | none | reduced"},"voice-volume":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"silent | [ [ x-soft | soft | medium | loud | x-loud ] || <decibel> ]"},"writing-mode":{comment:"extend with SVG keywords",syntax:"| <svg-writing-mode>"}},types:{"-legacy-gradient":{comment:"added collection of legacy gradient syntaxes",syntax:"<-webkit-gradient()> | <-legacy-linear-gradient> | <-legacy-repeating-linear-gradient> | <-legacy-radial-gradient> | <-legacy-repeating-radial-gradient>"},"-legacy-linear-gradient":{comment:"like standard syntax but w/o `to` keyword https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient",syntax:"-moz-linear-gradient( <-legacy-linear-gradient-arguments> ) | -webkit-linear-gradient( <-legacy-linear-gradient-arguments> ) | -o-linear-gradient( <-legacy-linear-gradient-arguments> )"},"-legacy-repeating-linear-gradient":{comment:"like standard syntax but w/o `to` keyword https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient",syntax:"-moz-repeating-linear-gradient( <-legacy-linear-gradient-arguments> ) | -webkit-repeating-linear-gradient( <-legacy-linear-gradient-arguments> ) | -o-repeating-linear-gradient( <-legacy-linear-gradient-arguments> )"},"-legacy-linear-gradient-arguments":{comment:"like standard syntax but w/o `to` keyword https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient",syntax:"[ <angle> | <side-or-corner> ]? , <color-stop-list>"},"-legacy-radial-gradient":{comment:"deprecated syntax that implemented by some browsers https://www.w3.org/TR/2011/WD-css3-images-20110908/#radial-gradients",syntax:"-moz-radial-gradient( <-legacy-radial-gradient-arguments> ) | -webkit-radial-gradient( <-legacy-radial-gradient-arguments> ) | -o-radial-gradient( <-legacy-radial-gradient-arguments> )"},"-legacy-repeating-radial-gradient":{comment:"deprecated syntax that implemented by some browsers https://www.w3.org/TR/2011/WD-css3-images-20110908/#radial-gradients",syntax:"-moz-repeating-radial-gradient( <-legacy-radial-gradient-arguments> ) | -webkit-repeating-radial-gradient( <-legacy-radial-gradient-arguments> ) | -o-repeating-radial-gradient( <-legacy-radial-gradient-arguments> )"},"-legacy-radial-gradient-arguments":{comment:"deprecated syntax that implemented by some browsers https://www.w3.org/TR/2011/WD-css3-images-20110908/#radial-gradients",syntax:"[ <position> , ]? [ [ [ <-legacy-radial-gradient-shape> || <-legacy-radial-gradient-size> ] | [ <length> | <percentage> ]{2} ] , ]? <color-stop-list>"},"-legacy-radial-gradient-size":{comment:"before a standard it contains 2 extra keywords (`contain` and `cover`) https://www.w3.org/TR/2011/WD-css3-images-20110908/#ltsize",syntax:"closest-side | closest-corner | farthest-side | farthest-corner | contain | cover"},"-legacy-radial-gradient-shape":{comment:"define to double sure it doesn't extends in future https://www.w3.org/TR/2011/WD-css3-images-20110908/#ltshape",syntax:"circle | ellipse"},"-non-standard-font":{comment:"non standard fonts",references:["https://webkit.org/blog/3709/using-the-system-font-in-web-content/"],syntax:"-apple-system-body | -apple-system-headline | -apple-system-subheadline | -apple-system-caption1 | -apple-system-caption2 | -apple-system-footnote | -apple-system-short-body | -apple-system-short-headline | -apple-system-short-subheadline | -apple-system-short-caption1 | -apple-system-short-footnote | -apple-system-tall-body"},"-non-standard-color":{comment:"non standard colors",references:["http://cssdot.ru/%D0%A1%D0%BF%D1%80%D0%B0%D0%B2%D0%BE%D1%87%D0%BD%D0%B8%D0%BA_CSS/color-i305.html","https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Mozilla_Color_Preference_Extensions"],syntax:"-moz-ButtonDefault | -moz-ButtonHoverFace | -moz-ButtonHoverText | -moz-CellHighlight | -moz-CellHighlightText | -moz-Combobox | -moz-ComboboxText | -moz-Dialog | -moz-DialogText | -moz-dragtargetzone | -moz-EvenTreeRow | -moz-Field | -moz-FieldText | -moz-html-CellHighlight | -moz-html-CellHighlightText | -moz-mac-accentdarkestshadow | -moz-mac-accentdarkshadow | -moz-mac-accentface | -moz-mac-accentlightesthighlight | -moz-mac-accentlightshadow | -moz-mac-accentregularhighlight | -moz-mac-accentregularshadow | -moz-mac-chrome-active | -moz-mac-chrome-inactive | -moz-mac-focusring | -moz-mac-menuselect | -moz-mac-menushadow | -moz-mac-menutextselect | -moz-MenuHover | -moz-MenuHoverText | -moz-MenuBarText | -moz-MenuBarHoverText | -moz-nativehyperlinktext | -moz-OddTreeRow | -moz-win-communicationstext | -moz-win-mediatext | -moz-activehyperlinktext | -moz-default-background-color | -moz-default-color | -moz-hyperlinktext | -moz-visitedhyperlinktext | -webkit-activelink | -webkit-focus-ring-color | -webkit-link | -webkit-text"},"-non-standard-image-rendering":{comment:"non-standard keywords http://phrogz.net/tmp/canvas_image_zoom.html",syntax:"optimize-contrast | -moz-crisp-edges | -o-crisp-edges | -webkit-optimize-contrast"},"-non-standard-overflow":{comment:"non-standard keywords https://developer.mozilla.org/en-US/docs/Web/CSS/overflow",syntax:"-moz-scrollbars-none | -moz-scrollbars-horizontal | -moz-scrollbars-vertical | -moz-hidden-unscrollable"},"-non-standard-width":{comment:"non-standard keywords https://developer.mozilla.org/en-US/docs/Web/CSS/width",syntax:"fill-available | min-intrinsic | intrinsic | -moz-available | -moz-fit-content | -moz-min-content | -moz-max-content | -webkit-min-content | -webkit-max-content"},"-webkit-gradient()":{comment:"first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/ - TODO: simplify when after match algorithm improvement ( [, point, radius | , point] -> [, radius]? , point )",syntax:"-webkit-gradient( <-webkit-gradient-type>, <-webkit-gradient-point> [, <-webkit-gradient-point> | , <-webkit-gradient-radius>, <-webkit-gradient-point> ] [, <-webkit-gradient-radius>]? [, <-webkit-gradient-color-stop>]* )"},"-webkit-gradient-color-stop":{comment:"first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/",syntax:"from( <color> ) | color-stop( [ <number-zero-one> | <percentage> ] , <color> ) | to( <color> )"},"-webkit-gradient-point":{comment:"first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/",syntax:"[ left | center | right | <length-percentage> ] [ top | center | bottom | <length-percentage> ]"},"-webkit-gradient-radius":{comment:"first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/",syntax:"<length> | <percentage>"},"-webkit-gradient-type":{comment:"first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/",syntax:"linear | radial"},"-webkit-mask-box-repeat":{comment:"missed; https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-mask-box-image",syntax:"repeat | stretch | round"},"-webkit-mask-clip-style":{comment:"missed; there is no enough information about `-webkit-mask-clip` property, but looks like all those keywords are working",syntax:"border | border-box | padding | padding-box | content | content-box | text"},"-ms-filter-function-list":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/-ms-filter",syntax:"<-ms-filter-function>+"},"-ms-filter-function":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/-ms-filter",syntax:"<-ms-filter-function-progid> | <-ms-filter-function-legacy>"},"-ms-filter-function-progid":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/-ms-filter",syntax:"'progid:' [ <ident-token> '.' ]* [ <ident-token> | <function-token> <any-value>? ) ]"},"-ms-filter-function-legacy":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/-ms-filter",syntax:"<ident-token> | <function-token> <any-value>? )"},"-ms-filter":{syntax:"<string>"},age:{comment:"https://www.w3.org/TR/css3-speech/#voice-family",syntax:"child | young | old"},"attr-name":{syntax:"<wq-name>"},"attr-fallback":{syntax:"<any-value>"},"bg-clip":{comment:"missed, https://drafts.csswg.org/css-backgrounds-4/#typedef-bg-clip",syntax:"<box> | border | text"},"border-radius":{comment:"missed, https://drafts.csswg.org/css-backgrounds-3/#the-border-radius",syntax:"<length-percentage>{1,2}"},bottom:{comment:"missed; not sure we should add it, but no others except `shape` is using it so it's ok for now; https://drafts.fxtf.org/css-masking-1/#funcdef-clip-rect",syntax:"<length> | auto"},"content-list":{comment:"added attr(), see https://github.com/csstree/csstree/issues/201",syntax:"[ <string> | contents | <image> | <counter> | <quote> | <target> | <leader()> | <attr()> ]+"},"element()":{comment:"https://drafts.csswg.org/css-gcpm/#element-syntax & https://drafts.csswg.org/css-images-4/#element-notation",syntax:"element( <custom-ident> , [ first | start | last | first-except ]? ) | element( <id-selector> )"},"generic-voice":{comment:"https://www.w3.org/TR/css3-speech/#voice-family",syntax:"[ <age>? <gender> <integer>? ]"},gender:{comment:"https://www.w3.org/TR/css3-speech/#voice-family",syntax:"male | female | neutral"},"generic-family":{comment:"added -apple-system",references:["https://webkit.org/blog/3709/using-the-system-font-in-web-content/"],syntax:"| -apple-system"},gradient:{comment:"added legacy syntaxes support",syntax:"| <-legacy-gradient>"},"lab()":{comment:"missed; https://www.w3.org/TR/css-color-4/#specifying-lab-lch",syntax:"lab( [<percentage> | <number> | none] [ <percentage> | <number> | none] [ <percentage> | <number> | none] [ / [<alpha-value> | none] ]? )"},"lch()":{comment:"missed; https://www.w3.org/TR/css-color-4/#specifying-lab-lch",syntax:"lch( [<percentage> | <number> | none] [ <percentage> | <number> | none] [ <hue> | none] [ / [<alpha-value> | none] ]? )"},left:{comment:"missed; not sure we should add it, but no others except `shape` is using it so it's ok for now; https://drafts.fxtf.org/css-masking-1/#funcdef-clip-rect",syntax:"<length> | auto"},"mask-image":{comment:"missed; https://drafts.fxtf.org/css-masking-1/#the-mask-image",syntax:"<mask-reference>#"},"named-color":{comment:"added non standard color names",syntax:"| <-non-standard-color>"},paint:{comment:"used by SVG https://www.w3.org/TR/SVG/painting.html#SpecifyingPaint",syntax:"none | <color> | <url> [ none | <color> ]? | context-fill | context-stroke"},ratio:{comment:"missed, https://drafts.csswg.org/css-values-4/#ratio-value",syntax:"<number [0,\u221E]> [ / <number [0,\u221E]> ]?"},"reversed-counter-name":{comment:"missed; https://drafts.csswg.org/css-lists/#typedef-reversed-counter-name",syntax:"reversed( <counter-name> )"},right:{comment:"missed; not sure we should add it, but no others except `shape` is using it so it's ok for now; https://drafts.fxtf.org/css-masking-1/#funcdef-clip-rect",syntax:"<length> | auto"},shape:{comment:"missed spaces in function body and add backwards compatible syntax",syntax:"rect( <top>, <right>, <bottom>, <left> ) | rect( <top> <right> <bottom> <left> )"},"svg-length":{comment:"All coordinates and lengths in SVG can be specified with or without a unit identifier",references:["https://www.w3.org/TR/SVG11/coords.html#Units"],syntax:"<percentage> | <length> | <number>"},"svg-writing-mode":{comment:"SVG specific keywords (deprecated for CSS)",references:["https://developer.mozilla.org/en/docs/Web/CSS/writing-mode","https://www.w3.org/TR/SVG/text.html#WritingModeProperty"],syntax:"lr-tb | rl-tb | tb-rl | lr | rl | tb"},top:{comment:"missed; not sure we should add it, but no others except `shape` is using it so it's ok for now; https://drafts.fxtf.org/css-masking-1/#funcdef-clip-rect",syntax:"<length> | auto"},"track-group":{comment:"used by old grid-columns and grid-rows syntax v0",syntax:"'(' [ <string>* <track-minmax> <string>* ]+ ')' [ '[' <positive-integer> ']' ]? | <track-minmax>"},"track-list-v0":{comment:"used by old grid-columns and grid-rows syntax v0",syntax:"[ <string>* <track-group> <string>* ]+ | none"},"track-minmax":{comment:"used by old grid-columns and grid-rows syntax v0",syntax:"minmax( <track-breadth> , <track-breadth> ) | auto | <track-breadth> | fit-content"},x:{comment:"missed; not sure we should add it, but no others except `cursor` is using it so it's ok for now; https://drafts.csswg.org/css-ui-3/#cursor",syntax:"<number>"},y:{comment:"missed; not sure we should add it, but no others except `cursor` is using so it's ok for now; https://drafts.csswg.org/css-ui-3/#cursor",syntax:"<number>"},declaration:{comment:"missed, restored by https://drafts.csswg.org/css-syntax",syntax:"<ident-token> : <declaration-value>? [ '!' important ]?"},"declaration-list":{comment:"missed, restored by https://drafts.csswg.org/css-syntax",syntax:"[ <declaration>? ';' ]* <declaration>?"},url:{comment:"https://drafts.csswg.org/css-values-4/#urls",syntax:"url( <string> <url-modifier>* ) | <url-token>"},"url-modifier":{comment:"https://drafts.csswg.org/css-values-4/#typedef-url-modifier",syntax:"<ident> | <function-token> <any-value> )"},"number-zero-one":{syntax:"<number [0,1]>"},"number-one-or-greater":{syntax:"<number [1,\u221E]>"},"positive-integer":{syntax:"<integer [0,\u221E]>"},"-non-standard-display":{syntax:"-ms-inline-flexbox | -ms-grid | -ms-inline-grid | -webkit-flex | -webkit-inline-flex | -webkit-box | -webkit-inline-box | -moz-inline-stack | -moz-box | -moz-inline-box"}}}}),ro=z((e,t)=>{"use strict";var c=to(),y=c;t.exports=y}),no=z((e,t)=>{t.exports={"@charset":{syntax:'@charset "<charset>";',groups:["CSS Charsets"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/@charset"},"@counter-style":{syntax:`@counter-style <counter-style-name> {
104
104
  [ system: <counter-system>; ] ||
105
105
  [ symbols: <counter-symbols>; ] ||
106
106
  [ additive-symbols: <additive-symbols>; ] ||
@@ -152,12 +152,12 @@ plugins: [
152
152
  }`},"keyframe-block-list":{syntax:"<keyframe-block>+"},"keyframe-selector":{syntax:"from | to | <percentage>"},"layer()":{syntax:"layer( <layer-name> )"},"layer-name":{syntax:"<ident> [ '.' <ident> ]*"},"leader()":{syntax:"leader( <leader-type> )"},"leader-type":{syntax:"dotted | solid | space | <string>"},"length-percentage":{syntax:"<length> | <percentage>"},"line-names":{syntax:"'[' <custom-ident>* ']'"},"line-name-list":{syntax:"[ <line-names> | <name-repeat> ]+"},"line-style":{syntax:"none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset"},"line-width":{syntax:"<length> | thin | medium | thick"},"linear-color-hint":{syntax:"<length-percentage>"},"linear-color-stop":{syntax:"<color> <color-stop-length>?"},"linear-gradient()":{syntax:"linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )"},"mask-layer":{syntax:"<mask-reference> || <position> [ / <bg-size> ]? || <repeat-style> || <geometry-box> || [ <geometry-box> | no-clip ] || <compositing-operator> || <masking-mode>"},"mask-position":{syntax:"[ <length-percentage> | left | center | right ] [ <length-percentage> | top | center | bottom ]?"},"mask-reference":{syntax:"none | <image> | <mask-source>"},"mask-source":{syntax:"<url>"},"masking-mode":{syntax:"alpha | luminance | match-source"},"matrix()":{syntax:"matrix( <number>#{6} )"},"matrix3d()":{syntax:"matrix3d( <number>#{16} )"},"max()":{syntax:"max( <calc-sum># )"},"media-and":{syntax:"<media-in-parens> [ and <media-in-parens> ]+"},"media-condition":{syntax:"<media-not> | <media-and> | <media-or> | <media-in-parens>"},"media-condition-without-or":{syntax:"<media-not> | <media-and> | <media-in-parens>"},"media-feature":{syntax:"( [ <mf-plain> | <mf-boolean> | <mf-range> ] )"},"media-in-parens":{syntax:"( <media-condition> ) | <media-feature> | <general-enclosed>"},"media-not":{syntax:"not <media-in-parens>"},"media-or":{syntax:"<media-in-parens> [ or <media-in-parens> ]+"},"media-query":{syntax:"<media-condition> | [ not | only ]? <media-type> [ and <media-condition-without-or> ]?"},"media-query-list":{syntax:"<media-query>#"},"media-type":{syntax:"<ident>"},"mf-boolean":{syntax:"<mf-name>"},"mf-name":{syntax:"<ident>"},"mf-plain":{syntax:"<mf-name> : <mf-value>"},"mf-range":{syntax:`<mf-name> [ '<' | '>' ]? '='? <mf-value>
153
153
  | <mf-value> [ '<' | '>' ]? '='? <mf-name>
154
154
  | <mf-value> '<' '='? <mf-name> '<' '='? <mf-value>
155
- | <mf-value> '>' '='? <mf-name> '>' '='? <mf-value>`},"mf-value":{syntax:"<number> | <dimension> | <ident> | <ratio>"},"min()":{syntax:"min( <calc-sum># )"},"minmax()":{syntax:"minmax( [ <length> | <percentage> | min-content | max-content | auto ] , [ <length> | <percentage> | <flex> | min-content | max-content | auto ] )"},"name-repeat":{syntax:"repeat( [ <integer [1,\u221E]> | auto-fill ], <line-names>+ )"},"named-color":{syntax:"transparent | aliceblue | antiquewhite | aqua | aquamarine | azure | beige | bisque | black | blanchedalmond | blue | blueviolet | brown | burlywood | cadetblue | chartreuse | chocolate | coral | cornflowerblue | cornsilk | crimson | cyan | darkblue | darkcyan | darkgoldenrod | darkgray | darkgreen | darkgrey | darkkhaki | darkmagenta | darkolivegreen | darkorange | darkorchid | darkred | darksalmon | darkseagreen | darkslateblue | darkslategray | darkslategrey | darkturquoise | darkviolet | deeppink | deepskyblue | dimgray | dimgrey | dodgerblue | firebrick | floralwhite | forestgreen | fuchsia | gainsboro | ghostwhite | gold | goldenrod | gray | green | greenyellow | grey | honeydew | hotpink | indianred | indigo | ivory | khaki | lavender | lavenderblush | lawngreen | lemonchiffon | lightblue | lightcoral | lightcyan | lightgoldenrodyellow | lightgray | lightgreen | lightgrey | lightpink | lightsalmon | lightseagreen | lightskyblue | lightslategray | lightslategrey | lightsteelblue | lightyellow | lime | limegreen | linen | magenta | maroon | mediumaquamarine | mediumblue | mediumorchid | mediumpurple | mediumseagreen | mediumslateblue | mediumspringgreen | mediumturquoise | mediumvioletred | midnightblue | mintcream | mistyrose | moccasin | navajowhite | navy | oldlace | olive | olivedrab | orange | orangered | orchid | palegoldenrod | palegreen | paleturquoise | palevioletred | papayawhip | peachpuff | peru | pink | plum | powderblue | purple | rebeccapurple | red | rosybrown | royalblue | saddlebrown | salmon | sandybrown | seagreen | seashell | sienna | silver | skyblue | slateblue | slategray | slategrey | snow | springgreen | steelblue | tan | teal | thistle | tomato | turquoise | violet | wheat | white | whitesmoke | yellow | yellowgreen"},"namespace-prefix":{syntax:"<ident>"},"ns-prefix":{syntax:"[ <ident-token> | '*' ]? '|'"},"number-percentage":{syntax:"<number> | <percentage>"},"numeric-figure-values":{syntax:"[ lining-nums | oldstyle-nums ]"},"numeric-fraction-values":{syntax:"[ diagonal-fractions | stacked-fractions ]"},"numeric-spacing-values":{syntax:"[ proportional-nums | tabular-nums ]"},nth:{syntax:"<an-plus-b> | even | odd"},"opacity()":{syntax:"opacity( [ <number-percentage> ] )"},"overflow-position":{syntax:"unsafe | safe"},"outline-radius":{syntax:"<length> | <percentage>"},"page-body":{syntax:"<declaration>? [ ; <page-body> ]? | <page-margin-box> <page-body>"},"page-margin-box":{syntax:"<page-margin-box-type> '{' <declaration-list> '}'"},"page-margin-box-type":{syntax:"@top-left-corner | @top-left | @top-center | @top-right | @top-right-corner | @bottom-left-corner | @bottom-left | @bottom-center | @bottom-right | @bottom-right-corner | @left-top | @left-middle | @left-bottom | @right-top | @right-middle | @right-bottom"},"page-selector-list":{syntax:"[ <page-selector># ]?"},"page-selector":{syntax:"<pseudo-page>+ | <ident> <pseudo-page>*"},"page-size":{syntax:"A5 | A4 | A3 | B5 | B4 | JIS-B5 | JIS-B4 | letter | legal | ledger"},"path()":{syntax:"path( [ <fill-rule>, ]? <string> )"},"paint()":{syntax:"paint( <ident>, <declaration-value>? )"},"perspective()":{syntax:"perspective( <length> )"},"polygon()":{syntax:"polygon( <fill-rule>? , [ <length-percentage> <length-percentage> ]# )"},position:{syntax:"[ [ left | center | right ] || [ top | center | bottom ] | [ left | center | right | <length-percentage> ] [ top | center | bottom | <length-percentage> ]? | [ [ left | right ] <length-percentage> ] && [ [ top | bottom ] <length-percentage> ] ]"},"pseudo-class-selector":{syntax:"':' <ident-token> | ':' <function-token> <any-value> ')'"},"pseudo-element-selector":{syntax:"':' <pseudo-class-selector>"},"pseudo-page":{syntax:": [ left | right | first | blank ]"},quote:{syntax:"open-quote | close-quote | no-open-quote | no-close-quote"},"radial-gradient()":{syntax:"radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )"},"relative-selector":{syntax:"<combinator>? <complex-selector>"},"relative-selector-list":{syntax:"<relative-selector>#"},"relative-size":{syntax:"larger | smaller"},"repeat-style":{syntax:"repeat-x | repeat-y | [ repeat | space | round | no-repeat ]{1,2}"},"repeating-conic-gradient()":{syntax:"repeating-conic-gradient( [ from <angle> ]? [ at <position> ]?, <angular-color-stop-list> )"},"repeating-linear-gradient()":{syntax:"repeating-linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )"},"repeating-radial-gradient()":{syntax:"repeating-radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )"},"rgb()":{syntax:"rgb( <percentage>{3} [ / <alpha-value> ]? ) | rgb( <number>{3} [ / <alpha-value> ]? ) | rgb( <percentage>#{3} , <alpha-value>? ) | rgb( <number>#{3} , <alpha-value>? )"},"rgba()":{syntax:"rgba( <percentage>{3} [ / <alpha-value> ]? ) | rgba( <number>{3} [ / <alpha-value> ]? ) | rgba( <percentage>#{3} , <alpha-value>? ) | rgba( <number>#{3} , <alpha-value>? )"},"rotate()":{syntax:"rotate( [ <angle> | <zero> ] )"},"rotate3d()":{syntax:"rotate3d( <number> , <number> , <number> , [ <angle> | <zero> ] )"},"rotateX()":{syntax:"rotateX( [ <angle> | <zero> ] )"},"rotateY()":{syntax:"rotateY( [ <angle> | <zero> ] )"},"rotateZ()":{syntax:"rotateZ( [ <angle> | <zero> ] )"},"saturate()":{syntax:"saturate( <number-percentage> )"},"scale()":{syntax:"scale( <number> , <number>? )"},"scale3d()":{syntax:"scale3d( <number> , <number> , <number> )"},"scaleX()":{syntax:"scaleX( <number> )"},"scaleY()":{syntax:"scaleY( <number> )"},"scaleZ()":{syntax:"scaleZ( <number> )"},"self-position":{syntax:"center | start | end | self-start | self-end | flex-start | flex-end"},"shape-radius":{syntax:"<length-percentage> | closest-side | farthest-side"},"skew()":{syntax:"skew( [ <angle> | <zero> ] , [ <angle> | <zero> ]? )"},"skewX()":{syntax:"skewX( [ <angle> | <zero> ] )"},"skewY()":{syntax:"skewY( [ <angle> | <zero> ] )"},"sepia()":{syntax:"sepia( <number-percentage> )"},shadow:{syntax:"inset? && <length>{2,4} && <color>?"},"shadow-t":{syntax:"[ <length>{2,3} && <color>? ]"},shape:{syntax:"rect(<top>, <right>, <bottom>, <left>)"},"shape-box":{syntax:"<box> | margin-box"},"side-or-corner":{syntax:"[ left | right ] || [ top | bottom ]"},"single-animation":{syntax:"<time> || <easing-function> || <time> || <single-animation-iteration-count> || <single-animation-direction> || <single-animation-fill-mode> || <single-animation-play-state> || [ none | <keyframes-name> ]"},"single-animation-direction":{syntax:"normal | reverse | alternate | alternate-reverse"},"single-animation-fill-mode":{syntax:"none | forwards | backwards | both"},"single-animation-iteration-count":{syntax:"infinite | <number>"},"single-animation-play-state":{syntax:"running | paused"},"single-animation-timeline":{syntax:"auto | none | <timeline-name>"},"single-transition":{syntax:"[ none | <single-transition-property> ] || <time> || <easing-function> || <time>"},"single-transition-property":{syntax:"all | <custom-ident>"},size:{syntax:"closest-side | farthest-side | closest-corner | farthest-corner | <length> | <length-percentage>{2}"},"step-position":{syntax:"jump-start | jump-end | jump-none | jump-both | start | end"},"step-timing-function":{syntax:"step-start | step-end | steps(<integer>[, <step-position>]?)"},"subclass-selector":{syntax:"<id-selector> | <class-selector> | <attribute-selector> | <pseudo-class-selector>"},"supports-condition":{syntax:"not <supports-in-parens> | <supports-in-parens> [ and <supports-in-parens> ]* | <supports-in-parens> [ or <supports-in-parens> ]*"},"supports-in-parens":{syntax:"( <supports-condition> ) | <supports-feature> | <general-enclosed>"},"supports-feature":{syntax:"<supports-decl> | <supports-selector-fn>"},"supports-decl":{syntax:"( <declaration> )"},"supports-selector-fn":{syntax:"selector( <complex-selector> )"},symbol:{syntax:"<string> | <image> | <custom-ident>"},target:{syntax:"<target-counter()> | <target-counters()> | <target-text()>"},"target-counter()":{syntax:"target-counter( [ <string> | <url> ] , <custom-ident> , <counter-style>? )"},"target-counters()":{syntax:"target-counters( [ <string> | <url> ] , <custom-ident> , <string> , <counter-style>? )"},"target-text()":{syntax:"target-text( [ <string> | <url> ] , [ content | before | after | first-letter ]? )"},"time-percentage":{syntax:"<time> | <percentage>"},"timeline-name":{syntax:"<custom-ident> | <string>"},"easing-function":{syntax:"linear | <cubic-bezier-timing-function> | <step-timing-function>"},"track-breadth":{syntax:"<length-percentage> | <flex> | min-content | max-content | auto"},"track-list":{syntax:"[ <line-names>? [ <track-size> | <track-repeat> ] ]+ <line-names>?"},"track-repeat":{syntax:"repeat( [ <integer [1,\u221E]> ] , [ <line-names>? <track-size> ]+ <line-names>? )"},"track-size":{syntax:"<track-breadth> | minmax( <inflexible-breadth> , <track-breadth> ) | fit-content( [ <length> | <percentage> ] )"},"transform-function":{syntax:"<matrix()> | <translate()> | <translateX()> | <translateY()> | <scale()> | <scaleX()> | <scaleY()> | <rotate()> | <skew()> | <skewX()> | <skewY()> | <matrix3d()> | <translate3d()> | <translateZ()> | <scale3d()> | <scaleZ()> | <rotate3d()> | <rotateX()> | <rotateY()> | <rotateZ()> | <perspective()>"},"transform-list":{syntax:"<transform-function>+"},"translate()":{syntax:"translate( <length-percentage> , <length-percentage>? )"},"translate3d()":{syntax:"translate3d( <length-percentage> , <length-percentage> , <length> )"},"translateX()":{syntax:"translateX( <length-percentage> )"},"translateY()":{syntax:"translateY( <length-percentage> )"},"translateZ()":{syntax:"translateZ( <length> )"},"type-or-unit":{syntax:"string | color | url | integer | number | length | angle | time | frequency | cap | ch | em | ex | ic | lh | rlh | rem | vb | vi | vw | vh | vmin | vmax | mm | Q | cm | in | pt | pc | px | deg | grad | rad | turn | ms | s | Hz | kHz | %"},"type-selector":{syntax:"<wq-name> | <ns-prefix>? '*'"},"var()":{syntax:"var( <custom-property-name> , <declaration-value>? )"},"viewport-length":{syntax:"auto | <length-percentage>"},"visual-box":{syntax:"content-box | padding-box | border-box"},"wq-name":{syntax:"<ns-prefix>? <ident-token>"}}}),oo=z((e,t)=>{"use strict";var c=ro(),y=no(),u=io(),d=ao(),s=/^\s*\|\s*/;function i(f){let g=Object.create(null);for(let b in f){let n=f[b],o=null;if(n.descriptors){o=Object.create(null);for(let m in n.descriptors)o[m]=n.descriptors[m].syntax}g[b.substr(1)]={prelude:n.syntax.trim().replace(/\{(.|\s)+\}/,"").match(/^@\S+\s+([^;\{]*)/)[1].trim()||null,descriptors:o}}return g}function r(f,g){let b={};for(let n in f)b[n]=f[n].syntax||f[n];for(let n in g)n in f?g[n].syntax?b[n]=s.test(g[n].syntax)?b[n]+" "+g[n].syntax.trim():g[n].syntax:delete b[n]:g[n].syntax&&(b[n]=g[n].syntax.replace(s,""));return b}function a(f,g){let b={};for(let n in f){let o=g[n]&&g[n].descriptors||null;b[n]={prelude:n in g&&"prelude"in g[n]?g[n].prelude:f[n].prelude||null,descriptors:r(f[n].descriptors||{},o||{})}}for(let n in g)hasOwnProperty.call(f,n)||(b[n]={prelude:g[n].prelude||null,descriptors:g[n].descriptors&&r({},g[n].descriptors)});return b}var l={types:r(d,c.types),atrules:a(i(y),c.atrules),properties:r(u,c.properties)};t.exports=l}),Dr=z(e=>{"use strict";var t=ee(),c=ue(),y=43,u=45,d=110,s=!0,i=!1;function r(m,p){let S=this.tokenStart+m,v=this.charCodeAt(S);for((v===y||v===u)&&(p&&this.error("Number sign is not allowed"),S++);S<this.tokenEnd;S++)c.isDigit(this.charCodeAt(S))||this.error("Integer is expected",S)}function a(m){return r.call(this,0,m)}function l(m,p){if(!this.cmpChar(this.tokenStart+m,p)){let S="";switch(p){case d:S="N is expected";break;case u:S="HyphenMinus is expected";break}this.error(S,this.tokenStart+m)}}function f(){let m=0,p=0,S=this.tokenType;for(;S===t.WhiteSpace||S===t.Comment;)S=this.lookupType(++m);if(S!==t.Number)if(this.isDelim(y,m)||this.isDelim(u,m)){p=this.isDelim(y,m)?y:u;do S=this.lookupType(++m);while(S===t.WhiteSpace||S===t.Comment);S!==t.Number&&(this.skip(m),a.call(this,s))}else return null;return m>0&&this.skip(m),p===0&&(S=this.charCodeAt(this.tokenStart),S!==y&&S!==u&&this.error("Number sign is expected")),a.call(this,p!==0),p===u?"-"+this.consume(t.Number):this.consume(t.Number)}var g="AnPlusB",b={a:[String,null],b:[String,null]};function n(){let m=this.tokenStart,p=null,S=null;if(this.tokenType===t.Number)a.call(this,i),S=this.consume(t.Number);else if(this.tokenType===t.Ident&&this.cmpChar(this.tokenStart,u))switch(p="-1",l.call(this,1,d),this.tokenEnd-this.tokenStart){case 2:this.next(),S=f.call(this);break;case 3:l.call(this,2,u),this.next(),this.skipSC(),a.call(this,s),S="-"+this.consume(t.Number);break;default:l.call(this,2,u),r.call(this,3,s),this.next(),S=this.substrToCursor(m+2)}else if(this.tokenType===t.Ident||this.isDelim(y)&&this.lookupType(1)===t.Ident){let v=0;switch(p="1",this.isDelim(y)&&(v=1,this.next()),l.call(this,0,d),this.tokenEnd-this.tokenStart){case 1:this.next(),S=f.call(this);break;case 2:l.call(this,1,u),this.next(),this.skipSC(),a.call(this,s),S="-"+this.consume(t.Number);break;default:l.call(this,1,u),r.call(this,2,s),this.next(),S=this.substrToCursor(m+v+1)}}else if(this.tokenType===t.Dimension){let v=this.charCodeAt(this.tokenStart),C=v===y||v===u,h=this.tokenStart+C;for(;h<this.tokenEnd&&c.isDigit(this.charCodeAt(h));h++);h===this.tokenStart+C&&this.error("Integer is expected",this.tokenStart+C),l.call(this,h-this.tokenStart,d),p=this.substring(m,h),h+1===this.tokenEnd?(this.next(),S=f.call(this)):(l.call(this,h-this.tokenStart+1,u),h+2===this.tokenEnd?(this.next(),this.skipSC(),a.call(this,s),S="-"+this.consume(t.Number)):(r.call(this,h-this.tokenStart+2,s),this.next(),S=this.substrToCursor(h+1)))}else this.error();return p!==null&&p.charCodeAt(0)===y&&(p=p.substr(1)),S!==null&&S.charCodeAt(0)===y&&(S=S.substr(1)),{type:"AnPlusB",loc:this.getLocation(m,this.tokenStart),a:p,b:S}}function o(m){if(m.a){let p=m.a==="+1"&&"n"||m.a==="1"&&"n"||m.a==="-1"&&"-n"||m.a+"n";if(m.b){let S=m.b[0]==="-"||m.b[0]==="+"?m.b:"+"+m.b;this.tokenize(p+S)}else this.tokenize(p)}else this.tokenize(m.b)}e.generate=o,e.name=g,e.parse=n,e.structure=b}),_r=z(e=>{"use strict";var t=ee();function c(a){return this.Raw(a,this.consumeUntilLeftCurlyBracketOrSemicolon,!0)}function y(){for(let a=1,l;l=this.lookupType(a);a++){if(l===t.RightCurlyBracket)return!0;if(l===t.LeftCurlyBracket||l===t.AtKeyword)return!1}return!1}var u="Atrule",d="atrule",s={name:String,prelude:["AtrulePrelude","Raw",null],block:["Block",null]};function i(){let a=this.tokenStart,l,f,g=null,b=null;switch(this.eat(t.AtKeyword),l=this.substrToCursor(a+1),f=l.toLowerCase(),this.skipSC(),this.eof===!1&&this.tokenType!==t.LeftCurlyBracket&&this.tokenType!==t.Semicolon&&(this.parseAtrulePrelude?g=this.parseWithFallback(this.AtrulePrelude.bind(this,l),c):g=c.call(this,this.tokenIndex),this.skipSC()),this.tokenType){case t.Semicolon:this.next();break;case t.LeftCurlyBracket:hasOwnProperty.call(this.atrule,f)&&typeof this.atrule[f].block=="function"?b=this.atrule[f].block.call(this):b=this.Block(y.call(this));break}return{type:"Atrule",loc:this.getLocation(a,this.tokenStart),name:l,prelude:g,block:b}}function r(a){this.token(t.AtKeyword,"@"+a.name),a.prelude!==null&&this.node(a.prelude),a.block?this.node(a.block):this.token(t.Semicolon,";")}e.generate=r,e.name=u,e.parse=i,e.structure=s,e.walkContext=d}),Fr=z(e=>{"use strict";var t=ee(),c="AtrulePrelude",y="atrulePrelude",u={children:[[]]};function d(i){let r=null;return i!==null&&(i=i.toLowerCase()),this.skipSC(),hasOwnProperty.call(this.atrule,i)&&typeof this.atrule[i].prelude=="function"?r=this.atrule[i].prelude.call(this):r=this.readSequence(this.scope.AtrulePrelude),this.skipSC(),this.eof!==!0&&this.tokenType!==t.LeftCurlyBracket&&this.tokenType!==t.Semicolon&&this.error("Semicolon or block is expected"),{type:"AtrulePrelude",loc:this.getLocationFromList(r),children:r}}function s(i){this.children(i)}e.generate=s,e.name=c,e.parse=d,e.structure=u,e.walkContext=y}),Wr=z(e=>{"use strict";var t=ee(),c=36,y=42,u=61,d=94,s=124,i=126;function r(){this.eof&&this.error("Unexpected end of input");let n=this.tokenStart,o=!1;return this.isDelim(y)?(o=!0,this.next()):this.isDelim(s)||this.eat(t.Ident),this.isDelim(s)?this.charCodeAt(this.tokenStart+1)!==u?(this.next(),this.eat(t.Ident)):o&&this.error("Identifier is expected",this.tokenEnd):o&&this.error("Vertical line is expected"),{type:"Identifier",loc:this.getLocation(n,this.tokenStart),name:this.substrToCursor(n)}}function a(){let n=this.tokenStart,o=this.charCodeAt(n);return o!==u&&o!==i&&o!==d&&o!==c&&o!==y&&o!==s&&this.error("Attribute selector (=, ~=, ^=, $=, *=, |=) is expected"),this.next(),o!==u&&(this.isDelim(u)||this.error("Equal sign is expected"),this.next()),this.substrToCursor(n)}var l="AttributeSelector",f={name:"Identifier",matcher:[String,null],value:["String","Identifier",null],flags:[String,null]};function g(){let n=this.tokenStart,o,m=null,p=null,S=null;return this.eat(t.LeftSquareBracket),this.skipSC(),o=r.call(this),this.skipSC(),this.tokenType!==t.RightSquareBracket&&(this.tokenType!==t.Ident&&(m=a.call(this),this.skipSC(),p=this.tokenType===t.String?this.String():this.Identifier(),this.skipSC()),this.tokenType===t.Ident&&(S=this.consume(t.Ident),this.skipSC())),this.eat(t.RightSquareBracket),{type:"AttributeSelector",loc:this.getLocation(n,this.tokenStart),name:o,matcher:m,value:p,flags:S}}function b(n){this.token(t.Delim,"["),this.node(n.name),n.matcher!==null&&(this.tokenize(n.matcher),this.node(n.value)),n.flags!==null&&this.token(t.Ident,n.flags),this.token(t.Delim,"]")}e.generate=b,e.name=l,e.parse=g,e.structure=f}),Lr=z(e=>{"use strict";var t=ee();function c(f){return this.Raw(f,null,!0)}function y(){return this.parseWithFallback(this.Rule,c)}function u(f){return this.Raw(f,this.consumeUntilSemicolonIncluded,!0)}function d(){if(this.tokenType===t.Semicolon)return u.call(this,this.tokenIndex);let f=this.parseWithFallback(this.Declaration,u);return this.tokenType===t.Semicolon&&this.next(),f}var s="Block",i="block",r={children:[["Atrule","Rule","Declaration"]]};function a(f){let g=f?d:y,b=this.tokenStart,n=this.createList();this.eat(t.LeftCurlyBracket);e:for(;!this.eof;)switch(this.tokenType){case t.RightCurlyBracket:break e;case t.WhiteSpace:case t.Comment:this.next();break;case t.AtKeyword:n.push(this.parseWithFallback(this.Atrule,c));break;default:n.push(g.call(this))}return this.eof||this.eat(t.RightCurlyBracket),{type:"Block",loc:this.getLocation(b,this.tokenStart),children:n}}function l(f){this.token(t.LeftCurlyBracket,"{"),this.children(f,g=>{g.type==="Declaration"&&this.token(t.Semicolon,";")}),this.token(t.RightCurlyBracket,"}")}e.generate=l,e.name=s,e.parse=a,e.structure=r,e.walkContext=i}),qr=z(e=>{"use strict";var t=ee(),c="Brackets",y={children:[[]]};function u(s,i){let r=this.tokenStart,a=null;return this.eat(t.LeftSquareBracket),a=s.call(this,i),this.eof||this.eat(t.RightSquareBracket),{type:"Brackets",loc:this.getLocation(r,this.tokenStart),children:a}}function d(s){this.token(t.Delim,"["),this.children(s),this.token(t.Delim,"]")}e.generate=d,e.name=c,e.parse=u,e.structure=y}),Pr=z(e=>{"use strict";var t=ee(),c="CDC",y=[];function u(){let s=this.tokenStart;return this.eat(t.CDC),{type:"CDC",loc:this.getLocation(s,this.tokenStart)}}function d(){this.token(t.CDC,"-->")}e.generate=d,e.name=c,e.parse=u,e.structure=y}),Mr=z(e=>{"use strict";var t=ee(),c="CDO",y=[];function u(){let s=this.tokenStart;return this.eat(t.CDO),{type:"CDO",loc:this.getLocation(s,this.tokenStart)}}function d(){this.token(t.CDO,"<!--")}e.generate=d,e.name=c,e.parse=u,e.structure=y}),Ir=z(e=>{"use strict";var t=ee(),c=46,y="ClassSelector",u={name:String};function d(){return this.eatDelim(c),{type:"ClassSelector",loc:this.getLocation(this.tokenStart-1,this.tokenEnd),name:this.consume(t.Ident)}}function s(i){this.token(t.Delim,"."),this.token(t.Ident,i.name)}e.generate=s,e.name=y,e.parse=d,e.structure=u}),Rr=z(e=>{"use strict";var t=ee(),c=43,y=47,u=62,d=126,s="Combinator",i={name:String};function r(){let l=this.tokenStart,f;switch(this.tokenType){case t.WhiteSpace:f=" ";break;case t.Delim:switch(this.charCodeAt(this.tokenStart)){case u:case c:case d:this.next();break;case y:this.next(),this.eatIdent("deep"),this.eatDelim(y);break;default:this.error("Combinator is expected")}f=this.substrToCursor(l);break}return{type:"Combinator",loc:this.getLocation(l,this.tokenStart),name:f}}function a(l){this.tokenize(l.name)}e.generate=a,e.name=s,e.parse=r,e.structure=i}),Nr=z(e=>{"use strict";var t=ee(),c=42,y=47,u="Comment",d={value:String};function s(){let r=this.tokenStart,a=this.tokenEnd;return this.eat(t.Comment),a-r+2>=2&&this.charCodeAt(a-2)===c&&this.charCodeAt(a-1)===y&&(a-=2),{type:"Comment",loc:this.getLocation(r,this.tokenStart),value:this.substring(r+2,a)}}function i(r){this.token(t.Comment,"/*"+r.value+"*/")}e.generate=i,e.name=u,e.parse=s,e.structure=d}),Gr=z(e=>{"use strict";var t=rt(),c=ee(),y=33,u=35,d=36,s=38,i=42,r=43,a=47;function l(C){return this.Raw(C,this.consumeUntilExclamationMarkOrSemicolon,!0)}function f(C){return this.Raw(C,this.consumeUntilExclamationMarkOrSemicolon,!1)}function g(){let C=this.tokenIndex,h=this.Value();return h.type!=="Raw"&&this.eof===!1&&this.tokenType!==c.Semicolon&&this.isDelim(y)===!1&&this.isBalanceEdge(C)===!1&&this.error(),h}var b="Declaration",n="declaration",o={important:[Boolean,String],property:String,value:["Value","Raw"]};function m(){let C=this.tokenStart,h=this.tokenIndex,w=S.call(this),k=t.isCustomProperty(w),x=k?this.parseCustomProperty:this.parseValue,A=k?f:l,B=!1,E;this.skipSC(),this.eat(c.Colon);let D=this.tokenIndex;if(k||this.skipSC(),x?E=this.parseWithFallback(g,A):E=A.call(this,this.tokenIndex),k&&E.type==="Value"&&E.children.isEmpty){for(let W=D-this.tokenIndex;W<=0;W++)if(this.lookupType(W)===c.WhiteSpace){E.children.appendData({type:"WhiteSpace",loc:null,value:" "});break}}return this.isDelim(y)&&(B=v.call(this),this.skipSC()),this.eof===!1&&this.tokenType!==c.Semicolon&&this.isBalanceEdge(h)===!1&&this.error(),{type:"Declaration",loc:this.getLocation(C,this.tokenStart),important:B,property:w,value:E}}function p(C){this.token(c.Ident,C.property),this.token(c.Colon,":"),this.node(C.value),C.important&&(this.token(c.Delim,"!"),this.token(c.Ident,C.important===!0?"important":C.important))}function S(){let C=this.tokenStart;if(this.tokenType===c.Delim)switch(this.charCodeAt(this.tokenStart)){case i:case d:case r:case u:case s:this.next();break;case a:this.next(),this.isDelim(a)&&this.next();break}return this.tokenType===c.Hash?this.eat(c.Hash):this.eat(c.Ident),this.substrToCursor(C)}function v(){this.eat(c.Delim),this.skipSC();let C=this.consume(c.Ident);return C==="important"?!0:C}e.generate=p,e.name=b,e.parse=m,e.structure=o,e.walkContext=n}),jr=z(e=>{"use strict";var t=ee();function c(i){return this.Raw(i,this.consumeUntilSemicolonIncluded,!0)}var y="DeclarationList",u={children:[["Declaration"]]};function d(){let i=this.createList();for(;!this.eof;)switch(this.tokenType){case t.WhiteSpace:case t.Comment:case t.Semicolon:this.next();break;default:i.push(this.parseWithFallback(this.Declaration,c))}return{type:"DeclarationList",loc:this.getLocationFromList(i),children:i}}function s(i){this.children(i,r=>{r.type==="Declaration"&&this.token(t.Semicolon,";")})}e.generate=s,e.name=y,e.parse=d,e.structure=u}),Ur=z(e=>{"use strict";var t=ee(),c="Dimension",y={value:String,unit:String};function u(){let s=this.tokenStart,i=this.consumeNumber(t.Dimension);return{type:"Dimension",loc:this.getLocation(s,this.tokenStart),value:i,unit:this.substring(s+i.length,this.tokenStart)}}function d(s){this.token(t.Dimension,s.value+s.unit)}e.generate=d,e.name=c,e.parse=u,e.structure=y}),Vr=z(e=>{"use strict";var t=ee(),c="Function",y="function",u={name:String,children:[[]]};function d(i,r){let a=this.tokenStart,l=this.consumeFunctionName(),f=l.toLowerCase(),g;return g=r.hasOwnProperty(f)?r[f].call(this,r):i.call(this,r),this.eof||this.eat(t.RightParenthesis),{type:"Function",loc:this.getLocation(a,this.tokenStart),name:l,children:g}}function s(i){this.token(t.Function,i.name+"("),this.children(i),this.token(t.RightParenthesis,")")}e.generate=s,e.name=c,e.parse=d,e.structure=u,e.walkContext=y}),Hr=z(e=>{"use strict";var t=ee(),c="XXX",y="Hash",u={value:String};function d(){let i=this.tokenStart;return this.eat(t.Hash),{type:"Hash",loc:this.getLocation(i,this.tokenStart),value:this.substrToCursor(i+1)}}function s(i){this.token(t.Hash,"#"+i.value)}e.generate=s,e.name=y,e.parse=d,e.structure=u,e.xxx=c}),Kr=z(e=>{"use strict";var t=ee(),c="Identifier",y={name:String};function u(){return{type:"Identifier",loc:this.getLocation(this.tokenStart,this.tokenEnd),name:this.consume(t.Ident)}}function d(s){this.token(t.Ident,s.name)}e.generate=d,e.name=c,e.parse=u,e.structure=y}),Yr=z(e=>{"use strict";var t=ee(),c="IdSelector",y={name:String};function u(){let s=this.tokenStart;return this.eat(t.Hash),{type:"IdSelector",loc:this.getLocation(s,this.tokenStart),name:this.substrToCursor(s+1)}}function d(s){this.token(t.Delim,"#"+s.name)}e.generate=d,e.name=c,e.parse=u,e.structure=y}),Xr=z(e=>{"use strict";var t=ee(),c="MediaFeature",y={name:String,value:["Identifier","Number","Dimension","Ratio",null]};function u(){let s=this.tokenStart,i,r=null;if(this.eat(t.LeftParenthesis),this.skipSC(),i=this.consume(t.Ident),this.skipSC(),this.tokenType!==t.RightParenthesis){switch(this.eat(t.Colon),this.skipSC(),this.tokenType){case t.Number:this.lookupNonWSType(1)===t.Delim?r=this.Ratio():r=this.Number();break;case t.Dimension:r=this.Dimension();break;case t.Ident:r=this.Identifier();break;default:this.error("Number, dimension, ratio or identifier is expected")}this.skipSC()}return this.eat(t.RightParenthesis),{type:"MediaFeature",loc:this.getLocation(s,this.tokenStart),name:i,value:r}}function d(s){this.token(t.LeftParenthesis,"("),this.token(t.Ident,s.name),s.value!==null&&(this.token(t.Colon,":"),this.node(s.value)),this.token(t.RightParenthesis,")")}e.generate=d,e.name=c,e.parse=u,e.structure=y}),$r=z(e=>{"use strict";var t=ee(),c="MediaQuery",y={children:[["Identifier","MediaFeature","WhiteSpace"]]};function u(){let s=this.createList(),i=null;this.skipSC();e:for(;!this.eof;){switch(this.tokenType){case t.Comment:case t.WhiteSpace:this.next();continue;case t.Ident:i=this.Identifier();break;case t.LeftParenthesis:i=this.MediaFeature();break;default:break e}s.push(i)}return i===null&&this.error("Identifier or parenthesis is expected"),{type:"MediaQuery",loc:this.getLocationFromList(s),children:s}}function d(s){this.children(s)}e.generate=d,e.name=c,e.parse=u,e.structure=y}),Zr=z(e=>{"use strict";var t=ee(),c="MediaQueryList",y={children:[["MediaQuery"]]};function u(){let s=this.createList();for(this.skipSC();!this.eof&&(s.push(this.MediaQuery()),this.tokenType===t.Comma);)this.next();return{type:"MediaQueryList",loc:this.getLocationFromList(s),children:s}}function d(s){this.children(s,()=>this.token(t.Comma,","))}e.generate=d,e.name=c,e.parse=u,e.structure=y}),Qr=z(e=>{"use strict";var t=ee(),c="Nth",y={nth:["AnPlusB","Identifier"],selector:["SelectorList",null]};function u(){this.skipSC();let s=this.tokenStart,i=s,r=null,a;return this.lookupValue(0,"odd")||this.lookupValue(0,"even")?a=this.Identifier():a=this.AnPlusB(),i=this.tokenStart,this.skipSC(),this.lookupValue(0,"of")&&(this.next(),r=this.SelectorList(),i=this.tokenStart),{type:"Nth",loc:this.getLocation(s,i),nth:a,selector:r}}function d(s){this.node(s.nth),s.selector!==null&&(this.token(t.Ident,"of"),this.node(s.selector))}e.generate=d,e.name=c,e.parse=u,e.structure=y}),Jr=z(e=>{"use strict";var t=ee(),c="Number",y={value:String};function u(){return{type:"Number",loc:this.getLocation(this.tokenStart,this.tokenEnd),value:this.consume(t.Number)}}function d(s){this.token(t.Number,s.value)}e.generate=d,e.name=c,e.parse=u,e.structure=y}),en=z(e=>{"use strict";var t="Operator",c={value:String};function y(){let d=this.tokenStart;return this.next(),{type:"Operator",loc:this.getLocation(d,this.tokenStart),value:this.substrToCursor(d)}}function u(d){this.tokenize(d.value)}e.generate=u,e.name=t,e.parse=y,e.structure=c}),tn=z(e=>{"use strict";var t=ee(),c="Parentheses",y={children:[[]]};function u(s,i){let r=this.tokenStart,a=null;return this.eat(t.LeftParenthesis),a=s.call(this,i),this.eof||this.eat(t.RightParenthesis),{type:"Parentheses",loc:this.getLocation(r,this.tokenStart),children:a}}function d(s){this.token(t.LeftParenthesis,"("),this.children(s),this.token(t.RightParenthesis,")")}e.generate=d,e.name=c,e.parse=u,e.structure=y}),rn=z(e=>{"use strict";var t=ee(),c="Percentage",y={value:String};function u(){return{type:"Percentage",loc:this.getLocation(this.tokenStart,this.tokenEnd),value:this.consumeNumber(t.Percentage)}}function d(s){this.token(t.Percentage,s.value+"%")}e.generate=d,e.name=c,e.parse=u,e.structure=y}),nn=z(e=>{"use strict";var t=ee(),c="PseudoClassSelector",y="function",u={name:String,children:[["Raw"],null]};function d(){let i=this.tokenStart,r=null,a,l;return this.eat(t.Colon),this.tokenType===t.Function?(a=this.consumeFunctionName(),l=a.toLowerCase(),hasOwnProperty.call(this.pseudo,l)?(this.skipSC(),r=this.pseudo[l].call(this),this.skipSC()):(r=this.createList(),r.push(this.Raw(this.tokenIndex,null,!1))),this.eat(t.RightParenthesis)):a=this.consume(t.Ident),{type:"PseudoClassSelector",loc:this.getLocation(i,this.tokenStart),name:a,children:r}}function s(i){this.token(t.Colon,":"),i.children===null?this.token(t.Ident,i.name):(this.token(t.Function,i.name+"("),this.children(i),this.token(t.RightParenthesis,")"))}e.generate=s,e.name=c,e.parse=d,e.structure=u,e.walkContext=y}),an=z(e=>{"use strict";var t=ee(),c="PseudoElementSelector",y="function",u={name:String,children:[["Raw"],null]};function d(){let i=this.tokenStart,r=null,a,l;return this.eat(t.Colon),this.eat(t.Colon),this.tokenType===t.Function?(a=this.consumeFunctionName(),l=a.toLowerCase(),hasOwnProperty.call(this.pseudo,l)?(this.skipSC(),r=this.pseudo[l].call(this),this.skipSC()):(r=this.createList(),r.push(this.Raw(this.tokenIndex,null,!1))),this.eat(t.RightParenthesis)):a=this.consume(t.Ident),{type:"PseudoElementSelector",loc:this.getLocation(i,this.tokenStart),name:a,children:r}}function s(i){this.token(t.Colon,":"),this.token(t.Colon,":"),i.children===null?this.token(t.Ident,i.name):(this.token(t.Function,i.name+"("),this.children(i),this.token(t.RightParenthesis,")"))}e.generate=s,e.name=c,e.parse=d,e.structure=u,e.walkContext=y}),on=z(e=>{"use strict";var t=ee(),c=ue(),y=47,u=46;function d(){this.skipSC();let l=this.consume(t.Number);for(let f=0;f<l.length;f++){let g=l.charCodeAt(f);!c.isDigit(g)&&g!==u&&this.error("Unsigned number is expected",this.tokenStart-l.length+f)}return Number(l)===0&&this.error("Zero number is not allowed",this.tokenStart-l.length),l}var s="Ratio",i={left:String,right:String};function r(){let l=this.tokenStart,f=d.call(this),g;return this.skipSC(),this.eatDelim(y),g=d.call(this),{type:"Ratio",loc:this.getLocation(l,this.tokenStart),left:f,right:g}}function a(l){this.token(t.Number,l.left),this.token(t.Delim,"/"),this.token(t.Number,l.right)}e.generate=a,e.name=s,e.parse=r,e.structure=i}),sn=z(e=>{"use strict";var t=ee();function c(){return this.tokenIndex>0&&this.lookupType(-1)===t.WhiteSpace?this.tokenIndex>1?this.getTokenStart(this.tokenIndex-1):this.firstCharOffset:this.tokenStart}var y="Raw",u={value:String};function d(i,r,a){let l=this.getTokenStart(i),f;return this.skipUntilBalanced(i,r||this.consumeUntilBalanceEnd),a&&this.tokenStart>l?f=c.call(this):f=this.tokenStart,{type:"Raw",loc:this.getLocation(l,f),value:this.substring(l,f)}}function s(i){this.tokenize(i.value)}e.generate=s,e.name=y,e.parse=d,e.structure=u}),ln=z(e=>{"use strict";var t=ee();function c(a){return this.Raw(a,this.consumeUntilLeftCurlyBracket,!0)}function y(){let a=this.SelectorList();return a.type!=="Raw"&&this.eof===!1&&this.tokenType!==t.LeftCurlyBracket&&this.error(),a}var u="Rule",d="rule",s={prelude:["SelectorList","Raw"],block:["Block"]};function i(){let a=this.tokenIndex,l=this.tokenStart,f,g;return this.parseRulePrelude?f=this.parseWithFallback(y,c):f=c.call(this,a),g=this.Block(!0),{type:"Rule",loc:this.getLocation(l,this.tokenStart),prelude:f,block:g}}function r(a){this.node(a.prelude),this.node(a.block)}e.generate=r,e.name=u,e.parse=i,e.structure=s,e.walkContext=d}),un=z(e=>{"use strict";var t="Selector",c={children:[["TypeSelector","IdSelector","ClassSelector","AttributeSelector","PseudoClassSelector","PseudoElementSelector","Combinator","WhiteSpace"]]};function y(){let d=this.readSequence(this.scope.Selector);return this.getFirstListNode(d)===null&&this.error("Selector is expected"),{type:"Selector",loc:this.getLocationFromList(d),children:d}}function u(d){this.children(d)}e.generate=u,e.name=t,e.parse=y,e.structure=c}),dn=z(e=>{"use strict";var t=ee(),c="SelectorList",y="selector",u={children:[["Selector","Raw"]]};function d(){let i=this.createList();for(;!this.eof;){if(i.push(this.Selector()),this.tokenType===t.Comma){this.next();continue}break}return{type:"SelectorList",loc:this.getLocationFromList(i),children:i}}function s(i){this.children(i,()=>this.token(t.Comma,","))}e.generate=s,e.name=c,e.parse=d,e.structure=u,e.walkContext=y}),it=z(e=>{"use strict";var t=ue(),c=ge(),y=92,u=34,d=39;function s(r){let a=r.length,l=r.charCodeAt(0),f=l===u||l===d?1:0,g=f===1&&a>1&&r.charCodeAt(a-1)===l?a-2:a-1,b="";for(let n=f;n<=g;n++){let o=r.charCodeAt(n);if(o===y){if(n===g){n!==a-1&&(b=r.substr(n+1));break}if(o=r.charCodeAt(++n),t.isValidEscape(y,o)){let m=n-1,p=c.consumeEscaped(r,m);n=p-1,b+=c.decodeEscaped(r.substring(m+1,p))}else o===13&&r.charCodeAt(n+1)===10&&n++}else b+=r[n]}return b}function i(r,a){let l=a?"'":'"',f=a?d:u,g="",b=!1;for(let n=0;n<r.length;n++){let o=r.charCodeAt(n);if(o===0){g+="\uFFFD";continue}if(o<=31||o===127){g+="\\"+o.toString(16),b=!0;continue}o===f||o===y?(g+="\\"+r.charAt(n),b=!1):(b&&(t.isHexDigit(o)||t.isWhiteSpace(o))&&(g+=" "),g+=r.charAt(n),b=!1)}return l+g+l}e.decode=s,e.encode=i}),cn=z(e=>{"use strict";var t=it(),c=ee(),y="String",u={value:String};function d(){return{type:"String",loc:this.getLocation(this.tokenStart,this.tokenEnd),value:t.decode(this.consume(c.String))}}function s(i){this.token(c.String,t.encode(i.value))}e.generate=s,e.name=y,e.parse=d,e.structure=u}),pn=z(e=>{"use strict";var t=ee(),c=33;function y(a){return this.Raw(a,null,!1)}var u="StyleSheet",d="stylesheet",s={children:[["Comment","CDO","CDC","Atrule","Rule","Raw"]]};function i(){let a=this.tokenStart,l=this.createList(),f;for(;!this.eof;){switch(this.tokenType){case t.WhiteSpace:this.next();continue;case t.Comment:if(this.charCodeAt(this.tokenStart+2)!==c){this.next();continue}f=this.Comment();break;case t.CDO:f=this.CDO();break;case t.CDC:f=this.CDC();break;case t.AtKeyword:f=this.parseWithFallback(this.Atrule,y);break;default:f=this.parseWithFallback(this.Rule,y)}l.push(f)}return{type:"StyleSheet",loc:this.getLocation(a,this.tokenStart),children:l}}function r(a){this.children(a)}e.generate=r,e.name=u,e.parse=i,e.structure=s,e.walkContext=d}),mn=z(e=>{"use strict";var t=ee(),c=42,y=124;function u(){this.tokenType!==t.Ident&&this.isDelim(c)===!1&&this.error("Identifier or asterisk is expected"),this.next()}var d="TypeSelector",s={name:String};function i(){let a=this.tokenStart;return this.isDelim(y)?(this.next(),u.call(this)):(u.call(this),this.isDelim(y)&&(this.next(),u.call(this))),{type:"TypeSelector",loc:this.getLocation(a,this.tokenStart),name:this.substrToCursor(a)}}function r(a){this.tokenize(a.name)}e.generate=r,e.name=d,e.parse=i,e.structure=s}),hn=z(e=>{"use strict";var t=ee(),c=ue(),y=43,u=45,d=63;function s(n,o){let m=0;for(let p=this.tokenStart+n;p<this.tokenEnd;p++){let S=this.charCodeAt(p);if(S===u&&o&&m!==0)return s.call(this,n+m+1,!1),-1;c.isHexDigit(S)||this.error(o&&m!==0?"Hyphen minus"+(m<6?" or hex digit":"")+" is expected":m<6?"Hex digit is expected":"Unexpected input",p),++m>6&&this.error("Too many hex digits",p)}return this.next(),m}function i(n){let o=0;for(;this.isDelim(d);)++o>n&&this.error("Too many question marks"),this.next()}function r(n){this.charCodeAt(this.tokenStart)!==n&&this.error((n===y?"Plus sign":"Hyphen minus")+" is expected")}function a(){let n=0;switch(this.tokenType){case t.Number:if(n=s.call(this,1,!0),this.isDelim(d)){i.call(this,6-n);break}if(this.tokenType===t.Dimension||this.tokenType===t.Number){r.call(this,u),s.call(this,1,!1);break}break;case t.Dimension:n=s.call(this,1,!0),n>0&&i.call(this,6-n);break;default:if(this.eatDelim(y),this.tokenType===t.Ident){n=s.call(this,0,!0),n>0&&i.call(this,6-n);break}if(this.isDelim(d)){this.next(),i.call(this,5);break}this.error("Hex digit or question mark is expected")}}var l="UnicodeRange",f={value:String};function g(){let n=this.tokenStart;return this.eatIdent("u"),a.call(this),{type:"UnicodeRange",loc:this.getLocation(n,this.tokenStart),value:this.substrToCursor(n)}}function b(n){this.tokenize(n.value)}e.generate=b,e.name=l,e.parse=g,e.structure=f}),gn=z(e=>{"use strict";var t=ue(),c=ge(),y=32,u=92,d=34,s=39,i=40,r=41;function a(f){let g=f.length,b=4,n=f.charCodeAt(g-1)===r?g-2:g-1,o="";for(;b<n&&t.isWhiteSpace(f.charCodeAt(b));)b++;for(;b<n&&t.isWhiteSpace(f.charCodeAt(n));)n--;for(let m=b;m<=n;m++){let p=f.charCodeAt(m);if(p===u){if(m===n){m!==g-1&&(o=f.substr(m+1));break}if(p=f.charCodeAt(++m),t.isValidEscape(u,p)){let S=m-1,v=c.consumeEscaped(f,S);m=v-1,o+=c.decodeEscaped(f.substring(S+1,v))}else p===13&&f.charCodeAt(m+1)===10&&m++}else o+=f[m]}return o}function l(f){let g="",b=!1;for(let n=0;n<f.length;n++){let o=f.charCodeAt(n);if(o===0){g+="\uFFFD";continue}if(o<=31||o===127){g+="\\"+o.toString(16),b=!0;continue}o===y||o===u||o===d||o===s||o===i||o===r?(g+="\\"+f.charAt(n),b=!1):(b&&t.isHexDigit(o)&&(g+=" "),g+=f.charAt(n),b=!1)}return"url("+g+")"}e.decode=a,e.encode=l}),fn=z(e=>{"use strict";var t=gn(),c=it(),y=ee(),u="Url",d={value:String};function s(){let r=this.tokenStart,a;switch(this.tokenType){case y.Url:a=t.decode(this.consume(y.Url));break;case y.Function:this.cmpStr(this.tokenStart,this.tokenEnd,"url(")||this.error("Function name must be `url`"),this.eat(y.Function),this.skipSC(),a=c.decode(this.consume(y.String)),this.skipSC(),this.eof||this.eat(y.RightParenthesis);break;default:this.error("Url or Function is expected")}return{type:"Url",loc:this.getLocation(r,this.tokenStart),value:a}}function i(r){this.token(y.Url,t.encode(r.value))}e.generate=i,e.name=u,e.parse=s,e.structure=d}),yn=z(e=>{"use strict";var t="Value",c={children:[[]]};function y(){let d=this.tokenStart,s=this.readSequence(this.scope.Value);return{type:"Value",loc:this.getLocation(d,this.tokenStart),children:s}}function u(d){this.children(d)}e.generate=u,e.name=t,e.parse=y,e.structure=c}),bn=z(e=>{"use strict";var t=ee(),c=Object.freeze({type:"WhiteSpace",loc:null,value:" "}),y="WhiteSpace",u={value:String};function d(){return this.eat(t.WhiteSpace),c}function s(i){this.token(t.WhiteSpace,i.value)}e.generate=s,e.name=y,e.parse=d,e.structure=u}),Sn=z(e=>{"use strict";var t=Dr(),c=_r(),y=Fr(),u=Wr(),d=Lr(),s=qr(),i=Pr(),r=Mr(),a=Ir(),l=Rr(),f=Nr(),g=Gr(),b=jr(),n=Ur(),o=Vr(),m=Hr(),p=Kr(),S=Yr(),v=Xr(),C=$r(),h=Zr(),w=Qr(),k=Jr(),x=en(),A=tn(),B=rn(),E=nn(),D=an(),W=on(),I=sn(),q=ln(),_=un(),M=dn(),G=cn(),V=pn(),H=mn(),j=hn(),L=fn(),O=yn(),T=bn();e.AnPlusB=t,e.Atrule=c,e.AtrulePrelude=y,e.AttributeSelector=u,e.Block=d,e.Brackets=s,e.CDC=i,e.CDO=r,e.ClassSelector=a,e.Combinator=l,e.Comment=f,e.Declaration=g,e.DeclarationList=b,e.Dimension=n,e.Function=o,e.Hash=m,e.Identifier=p,e.IdSelector=S,e.MediaFeature=v,e.MediaQuery=C,e.MediaQueryList=h,e.Nth=w,e.Number=k,e.Operator=x,e.Parentheses=A,e.Percentage=B,e.PseudoClassSelector=E,e.PseudoElementSelector=D,e.Ratio=W,e.Raw=I,e.Rule=q,e.Selector=_,e.SelectorList=M,e.String=G,e.StyleSheet=V,e.TypeSelector=H,e.UnicodeRange=j,e.Url=L,e.Value=O,e.WhiteSpace=T}),so=z((e,t)=>{"use strict";var c=oo(),y=Sn(),u={generic:!0,...c,node:y};t.exports=u}),vn=z((e,t)=>{"use strict";var c=ee(),y=35,u=42,d=43,s=45,i=47,r=117;function a(l){switch(this.tokenType){case c.Hash:return this.Hash();case c.Comma:return this.Operator();case c.LeftParenthesis:return this.Parentheses(this.readSequence,l.recognizer);case c.LeftSquareBracket:return this.Brackets(this.readSequence,l.recognizer);case c.String:return this.String();case c.Dimension:return this.Dimension();case c.Percentage:return this.Percentage();case c.Number:return this.Number();case c.Function:return this.cmpStr(this.tokenStart,this.tokenEnd,"url(")?this.Url():this.Function(this.readSequence,l.recognizer);case c.Url:return this.Url();case c.Ident:return this.cmpChar(this.tokenStart,r)&&this.cmpChar(this.tokenStart+1,d)?this.UnicodeRange():this.Identifier();case c.Delim:{let f=this.charCodeAt(this.tokenStart);if(f===i||f===u||f===d||f===s)return this.Operator();f===y&&this.error("Hex or identifier is expected",this.tokenStart+1);break}}}t.exports=a}),lo=z((e,t)=>{"use strict";var c=vn(),y={getNode:c};t.exports=y}),uo=z((e,t)=>{"use strict";var c=ee(),y=35,u=42,d=43,s=47,i=46,r=62,a=124,l=126;function f(n,o){o.last!==null&&o.last.type!=="Combinator"&&n!==null&&n.type!=="Combinator"&&o.push({type:"Combinator",loc:null,name:" "})}function g(){switch(this.tokenType){case c.LeftSquareBracket:return this.AttributeSelector();case c.Hash:return this.IdSelector();case c.Colon:return this.lookupType(1)===c.Colon?this.PseudoElementSelector():this.PseudoClassSelector();case c.Ident:return this.TypeSelector();case c.Number:case c.Percentage:return this.Percentage();case c.Dimension:this.charCodeAt(this.tokenStart)===i&&this.error("Identifier is expected",this.tokenStart+1);break;case c.Delim:{switch(this.charCodeAt(this.tokenStart)){case d:case r:case l:case s:return this.Combinator();case i:return this.ClassSelector();case u:case a:return this.TypeSelector();case y:return this.IdSelector()}break}}}var b={onWhiteSpace:f,getNode:g};t.exports=b}),co=z((e,t)=>{"use strict";function c(){return this.createSingleNodeList(this.Raw(this.tokenIndex,null,!1))}t.exports=c}),po=z((e,t)=>{"use strict";var c=ee();function y(){let u=this.createList();if(this.skipSC(),u.push(this.Identifier()),this.skipSC(),this.tokenType===c.Comma){u.push(this.Operator());let d=this.tokenIndex,s=this.parseCustomProperty?this.Value(null):this.Raw(this.tokenIndex,this.consumeUntilExclamationMarkOrSemicolon,!1);if(s.type==="Value"&&s.children.isEmpty){for(let i=d-this.tokenIndex;i<=0;i++)if(this.lookupType(i)===c.WhiteSpace){s.children.appendData({type:"WhiteSpace",loc:null,value:" "});break}}u.push(s)}return u}t.exports=y}),mo=z((e,t)=>{"use strict";var c=vn(),y=co(),u=po();function d(i){return i!==null&&i.type==="Operator"&&(i.value[i.value.length-1]==="-"||i.value[i.value.length-1]==="+")}var s={getNode:c,onWhiteSpace(i,r){d(i)&&(i.value=" "+i.value),d(r.last)&&(r.last.value+=" ")},expression:y,var:u};t.exports=s}),ho=z(e=>{"use strict";var t=lo(),c=uo(),y=mo();e.AtrulePrelude=t,e.Selector=c,e.Value=y}),go=z((e,t)=>{"use strict";var c={parse:{prelude:null,block(){return this.Block(!0)}}};t.exports=c}),fo=z((e,t)=>{"use strict";var c=ee(),y={parse:{prelude(){let u=this.createList();switch(this.skipSC(),this.tokenType){case c.String:u.push(this.String());break;case c.Url:case c.Function:u.push(this.Url());break;default:this.error("String or url() is expected")}return(this.lookupNonWSType(0)===c.Ident||this.lookupNonWSType(0)===c.LeftParenthesis)&&u.push(this.MediaQueryList()),u},block:null}};t.exports=y}),yo=z((e,t)=>{"use strict";var c={parse:{prelude(){return this.createSingleNodeList(this.MediaQueryList())},block(){return this.Block(!1)}}};t.exports=c}),bo=z((e,t)=>{"use strict";var c={parse:{prelude(){return this.createSingleNodeList(this.SelectorList())},block(){return this.Block(!0)}}};t.exports=c}),So=z((e,t)=>{"use strict";var c=ee();function y(){return this.createSingleNodeList(this.Raw(this.tokenIndex,null,!1))}function u(){return this.skipSC(),this.tokenType===c.Ident&&this.lookupNonWSType(1)===c.Colon?this.createSingleNodeList(this.Declaration()):d.call(this)}function d(){let i=this.createList(),r;this.skipSC();e:for(;!this.eof;){switch(this.tokenType){case c.Comment:case c.WhiteSpace:this.next();continue;case c.Function:r=this.Function(y,this.scope.AtrulePrelude);break;case c.Ident:r=this.Identifier();break;case c.LeftParenthesis:r=this.Parentheses(u,this.scope.AtrulePrelude);break;default:break e}i.push(r)}return i}var s={parse:{prelude(){let i=d.call(this);return this.getFirstListNode(i)===null&&this.error("Condition is expected"),i},block(){return this.Block(!1)}}};t.exports=s}),vo=z((e,t)=>{"use strict";var c=go(),y=fo(),u=yo(),d=bo(),s=So(),i={"font-face":c,import:y,media:u,page:d,supports:s};t.exports=i}),xo=z((e,t)=>{"use strict";var c={parse(){return this.createSingleNodeList(this.SelectorList())}},y={parse(){return this.createSingleNodeList(this.Selector())}},u={parse(){return this.createSingleNodeList(this.Identifier())}},d={parse(){return this.createSingleNodeList(this.Nth())}},s={dir:u,has:c,lang:u,matches:c,is:c,"-moz-any":c,"-webkit-any":c,where:c,not:c,"nth-child":d,"nth-last-child":d,"nth-last-of-type":d,"nth-of-type":d,slotted:y};t.exports=s}),Co=z(e=>{"use strict";var t=Dr(),c=_r(),y=Fr(),u=Wr(),d=Lr(),s=qr(),i=Pr(),r=Mr(),a=Ir(),l=Rr(),f=Nr(),g=Gr(),b=jr(),n=Ur(),o=Vr(),m=Hr(),p=Kr(),S=Yr(),v=Xr(),C=$r(),h=Zr(),w=Qr(),k=Jr(),x=en(),A=tn(),B=rn(),E=nn(),D=an(),W=on(),I=sn(),q=ln(),_=un(),M=dn(),G=cn(),V=pn(),H=mn(),j=hn(),L=fn(),O=yn(),T=bn();e.AnPlusB=t.parse,e.Atrule=c.parse,e.AtrulePrelude=y.parse,e.AttributeSelector=u.parse,e.Block=d.parse,e.Brackets=s.parse,e.CDC=i.parse,e.CDO=r.parse,e.ClassSelector=a.parse,e.Combinator=l.parse,e.Comment=f.parse,e.Declaration=g.parse,e.DeclarationList=b.parse,e.Dimension=n.parse,e.Function=o.parse,e.Hash=m.parse,e.Identifier=p.parse,e.IdSelector=S.parse,e.MediaFeature=v.parse,e.MediaQuery=C.parse,e.MediaQueryList=h.parse,e.Nth=w.parse,e.Number=k.parse,e.Operator=x.parse,e.Parentheses=A.parse,e.Percentage=B.parse,e.PseudoClassSelector=E.parse,e.PseudoElementSelector=D.parse,e.Ratio=W.parse,e.Raw=I.parse,e.Rule=q.parse,e.Selector=_.parse,e.SelectorList=M.parse,e.String=G.parse,e.StyleSheet=V.parse,e.TypeSelector=H.parse,e.UnicodeRange=j.parse,e.Url=L.parse,e.Value=O.parse,e.WhiteSpace=T.parse}),ko=z((e,t)=>{"use strict";var c=ho(),y=vo(),u=xo(),d=Co(),s={parseContext:{default:"StyleSheet",stylesheet:"StyleSheet",atrule:"Atrule",atrulePrelude(i){return this.AtrulePrelude(i.atrule?String(i.atrule):null)},mediaQueryList:"MediaQueryList",mediaQuery:"MediaQuery",rule:"Rule",selectorList:"SelectorList",selector:"Selector",block(){return this.Block(!0)},declarationList:"DeclarationList",declaration:"Declaration",value:"Value"},scope:c,atrule:y,pseudo:u,node:d};t.exports=s}),wo=z((e,t)=>{"use strict";var c=Sn(),y={node:c};t.exports=y}),Ao=z((e,t)=>{"use strict";var c=zr(),y=so(),u=ko(),d=wo(),s=c({...y,...u,...d});t.exports=s}),Eo=z((e,t)=>{t.exports={name:"css-tree",version:"2.2.1",description:"A tool set for CSS: fast detailed parser (CSS \u2192 AST), walker (AST traversal), generator (AST \u2192 CSS) and lexer (validation and matching) based on specs and browser implementations",author:"Roman Dvornov <rdvornov@gmail.com> (https://github.com/lahmatiy)",license:"MIT",repository:"csstree/csstree",keywords:["css","ast","tokenizer","parser","walker","lexer","generator","utils","syntax","validation"],type:"module",module:"./lib/index.js",main:"./cjs/index.cjs",exports:{".":{import:"./lib/index.js",require:"./cjs/index.cjs"},"./dist/*":"./dist/*.js","./package.json":"./package.json","./tokenizer":{import:"./lib/tokenizer/index.js",require:"./cjs/tokenizer/index.cjs"},"./parser":{import:"./lib/parser/index.js",require:"./cjs/parser/index.cjs"},"./selector-parser":{import:"./lib/parser/parse-selector.js",require:"./cjs/parser/parse-selector.cjs"},"./generator":{import:"./lib/generator/index.js",require:"./cjs/generator/index.cjs"},"./walker":{import:"./lib/walker/index.js",require:"./cjs/walker/index.cjs"},"./convertor":{import:"./lib/convertor/index.js",require:"./cjs/convertor/index.cjs"},"./lexer":{import:"./lib/lexer/index.js",require:"./cjs/lexer/index.cjs"},"./definition-syntax":{import:"./lib/definition-syntax/index.js",require:"./cjs/definition-syntax/index.cjs"},"./definition-syntax-data":{import:"./lib/data.js",require:"./cjs/data.cjs"},"./definition-syntax-data-patch":{import:"./lib/data-patch.js",require:"./cjs/data-patch.cjs"},"./utils":{import:"./lib/utils/index.js",require:"./cjs/utils/index.cjs"}},browser:{"./cjs/data.cjs":"./dist/data.cjs","./cjs/version.cjs":"./dist/version.cjs","./lib/data.js":"./dist/data.js","./lib/version.js":"./dist/version.js"},unpkg:"dist/csstree.esm.js",jsdelivr:"dist/csstree.esm.js",scripts:{watch:"npm run build -- --watch",build:"npm run bundle && npm run esm-to-cjs --","build-and-test":"npm run build && npm run test:dist && npm run test:cjs",bundle:"node scripts/bundle","bundle-and-test":"npm run bundle && npm run test:dist","esm-to-cjs":"node scripts/esm-to-cjs.cjs","esm-to-cjs-and-test":"npm run esm-to-cjs && npm run test:cjs",lint:"eslint lib scripts && node scripts/review-syntax-patch --lint && node scripts/update-docs --lint","lint-and-test":"npm run lint && npm test","update:docs":"node scripts/update-docs","review:syntax-patch":"node scripts/review-syntax-patch",test:"mocha lib/__tests --reporter ${REPORTER:-progress}","test:cjs":"mocha cjs/__tests --reporter ${REPORTER:-progress}","test:dist":"mocha dist/__tests --reporter ${REPORTER:-progress}",coverage:"c8 --exclude lib/__tests --reporter=lcovonly npm test",prepublishOnly:"npm run lint-and-test && npm run build-and-test",hydrogen:"node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"},dependencies:{"mdn-data":"2.0.28","source-map-js":"^1.0.1"},devDependencies:{c8:"^7.7.1",clap:"^2.0.1",esbuild:"^0.14.53",eslint:"^8.4.1","json-to-ast":"^2.1.0",mocha:"^9.1.4",rollup:"^2.68.0"},engines:{node:"^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",npm:">=7.0.0"},files:["data","dist","cjs","!cjs/__tests","lib","!lib/__tests"]}}),To=z(e=>{"use strict";var{version:t}=Eo();e.version=t}),Bo=z(e=>{"use strict";var t=Er(),c=tt(),y=nt(),u=Br();e.SyntaxError=t.SyntaxError,e.generate=c.generate,e.parse=y.parse,e.walk=u.walk}),Oo=z(e=>{"use strict";var t=we();function c(y){let u={};for(let d in y){let s=y[d];s&&(Array.isArray(s)||s instanceof t.List?s=s.map(c):s.constructor===Object&&(s=c(s))),u[d]=s}return u}e.clone=c}),zo=z(e=>{"use strict";var t=ue(),c=ge(),y=92;function u(s){let i=s.length-1,r="";for(let a=0;a<s.length;a++){let l=s.charCodeAt(a);if(l===y){if(a===i)break;if(l=s.charCodeAt(++a),t.isValidEscape(y,l)){let f=a-1,g=c.consumeEscaped(s,f);a=g-1,r+=c.decodeEscaped(s.substring(f+1,g))}else l===13&&s.charCodeAt(a+1)===10&&a++}else r+=s[a]}return r}function d(s){let i="";if(s.length===1&&s.charCodeAt(0)===45)return"\\-";for(let r=0;r<s.length;r++){let a=s.charCodeAt(r);if(a===0){i+="\uFFFD";continue}if(a<=31||a===127||a>=48&&a<=57&&(r===0||r===1&&s.charCodeAt(0)===45)){i+="\\"+a.toString(16)+" ";continue}t.isName(a)?i+=s.charAt(r):i+="\\"+s.charAt(r)}return i}e.decode=u,e.encode=d}),ie=z(e=>{"use strict";var t=Ao(),c=To(),y=zr(),u=we(),d=Or(),s=Bo(),i=Oo(),r=rt(),a=zo(),l=it(),f=gn(),g=ee(),b=We(),n=Qe(),{tokenize:o,parse:m,generate:p,lexer:S,createLexer:v,walk:C,find:h,findLast:w,findAll:k,toPlainObject:x,fromPlainObject:A,fork:B}=t;e.version=c.version,e.createSyntax=y,e.List=u.List,e.Lexer=d.Lexer,e.definitionSyntax=s,e.clone=i.clone,e.isCustomProperty=r.isCustomProperty,e.keyword=r.keyword,e.property=r.property,e.vendorPrefix=r.vendorPrefix,e.ident=a,e.string=l,e.url=f,e.tokenTypes=g,e.tokenNames=b,e.TokenStream=n.TokenStream,e.createLexer=v,e.find=h,e.findAll=k,e.findLast=w,e.fork=B,e.fromPlainObject=A,e.generate=p,e.lexer=S,e.parse=m,e.toPlainObject=x,e.tokenize=o,e.walk=C}),Do=z(e=>{"use strict";var{hasOwnProperty:t}=Object.prototype;function c(d,s){let i=Object.create(null);if(!Array.isArray(d))return null;for(let r of d)s&&(r=r.toLowerCase()),i[r]=!0;return i}function y(d){if(!d)return null;let s=c(d.tags,!0),i=c(d.ids),r=c(d.classes);return s===null&&i===null&&r===null?null:{tags:s,ids:i,classes:r}}function u(d){let s=!1;if(d.scopes&&Array.isArray(d.scopes)){s=Object.create(null);for(let i=0;i<d.scopes.length;i++){let r=d.scopes[i];if(!r||!Array.isArray(r))throw new Error("Wrong usage format");for(let a of r){if(t.call(s,a))throw new Error(`Class can't be used for several scopes: ${a}`);s[a]=i+1}}}return{whitelist:y(d),blacklist:y(d.blacklist),scopes:s}}e.buildIndex=u}),at=z(e=>{"use strict";function t(y){return!y||!y.children||y.children.isEmpty}function c(y,u){return y!==null&&y.children===u}e.hasNoChildren=t,e.isNodeChildrenList=c}),_o=z((e,t)=>{"use strict";var c=ie(),y=at();function u(d,s,i){if(d.block&&(this.stylesheet!==null&&(this.stylesheet.firstAtrulesAllowed=!1),y.hasNoChildren(d.block))){i.remove(s);return}switch(d.name){case"charset":if(y.hasNoChildren(d.prelude)){i.remove(s);return}if(s.prev){i.remove(s);return}break;case"import":if(this.stylesheet===null||!this.stylesheet.firstAtrulesAllowed){i.remove(s);return}i.prevUntil(s.prev,function(r){if(!(r.type==="Atrule"&&(r.name==="import"||r.name==="charset")))return this.root.firstAtrulesAllowed=!1,i.remove(s),!0},this);break;default:{let r=c.keyword(d.name).basename;(r==="keyframes"||r==="media"||r==="supports")&&(y.hasNoChildren(d.prelude)||y.hasNoChildren(d.block))&&i.remove(s)}}}t.exports=u}),Fo=z((e,t)=>{"use strict";function c(y,u,d){d.remove(u)}t.exports=c}),Wo=z((e,t)=>{"use strict";var c=ie();function y(u,d,s){if(u.value.children&&u.value.children.isEmpty){s.remove(d);return}c.property(u.property).custom&&/\S/.test(u.value.value)&&(u.value.value=u.value.value.trim())}t.exports=y}),Lo=z((e,t)=>{"use strict";var c=at();function y(u,d,s){(c.isNodeChildrenList(this.stylesheet,s)||c.isNodeChildrenList(this.block,s))&&s.remove(d)}t.exports=y}),qo=z((e,t)=>{"use strict";var c=ie(),y=at(),{hasOwnProperty:u}=Object.prototype,d=new Set(["keyframes"]);function s(r,a){return r.children.forEach((l,f,g)=>{let b=!1;c.walk(l,function(n){if(this.selector===null||this.selector===r)switch(n.type){case"SelectorList":(this.function===null||this.function.name.toLowerCase()!=="not")&&s(n,a)&&(b=!0);break;case"ClassSelector":a.whitelist!==null&&a.whitelist.classes!==null&&!u.call(a.whitelist.classes,n.name)&&(b=!0),a.blacklist!==null&&a.blacklist.classes!==null&&u.call(a.blacklist.classes,n.name)&&(b=!0);break;case"IdSelector":a.whitelist!==null&&a.whitelist.ids!==null&&!u.call(a.whitelist.ids,n.name)&&(b=!0),a.blacklist!==null&&a.blacklist.ids!==null&&u.call(a.blacklist.ids,n.name)&&(b=!0);break;case"TypeSelector":n.name.charAt(n.name.length-1)!=="*"&&(a.whitelist!==null&&a.whitelist.tags!==null&&!u.call(a.whitelist.tags,n.name.toLowerCase())&&(b=!0),a.blacklist!==null&&a.blacklist.tags!==null&&u.call(a.blacklist.tags,n.name.toLowerCase())&&(b=!0));break}}),b&&g.remove(f)}),r.children.isEmpty}function i(r,a,l,f){if(y.hasNoChildren(r.prelude)||y.hasNoChildren(r.block)){l.remove(a);return}if(this.atrule&&d.has(c.keyword(this.atrule.name).basename))return;let{usage:g}=f;if(g&&(g.whitelist!==null||g.blacklist!==null)&&(s(r.prelude,g),y.hasNoChildren(r.prelude))){l.remove(a);return}}t.exports=i}),Po=z((e,t)=>{"use strict";function c(y,u,d){if(u.data.name!=="*")return;let s=u.next&&u.next.data.type;(s==="IdSelector"||s==="ClassSelector"||s==="AttributeSelector"||s==="PseudoClassSelector"||s==="PseudoElementSelector")&&d.remove(u)}t.exports=c}),Mo=z((e,t)=>{"use strict";function c(y,u,d){d.remove(u)}t.exports=c}),Io=z((e,t)=>{"use strict";var c=ie(),y=_o(),u=Fo(),d=Wo(),s=Lo(),i=qo(),r=Po(),a=Mo(),l={Atrule:y,Comment:u,Declaration:d,Raw:s,Rule:i,TypeSelector:r,WhiteSpace:a};function f(g,b){c.walk(g,{leave(n,o,m){l.hasOwnProperty(n.type)&&l[n.type].call(this,n,o,m,b)}})}t.exports=f}),Ro=z((e,t)=>{"use strict";function c(y){y.block.children.forEach(u=>{u.prelude.children.forEach(d=>{d.children.forEach((s,i)=>{s.type==="Percentage"&&s.value==="100"?i.data={type:"TypeSelector",loc:s.loc,name:"to"}:s.type==="TypeSelector"&&s.name==="from"&&(i.data={type:"Percentage",loc:s.loc,value:"0"})})})})}t.exports=c}),No=z((e,t)=>{"use strict";var c=ie(),y=Ro();function u(d){c.keyword(d.name).basename==="keyframes"&&y(d)}t.exports=u}),Go=z((e,t)=>{"use strict";var c=/^(-?\d|--)|[\u0000-\u002c\u002e\u002f\u003A-\u0040\u005B-\u005E\u0060\u007B-\u009f]/;function y(d){return d===""||d==="-"?!1:!c.test(d)}function u(d){let s=d.value;!s||s.type!=="String"||y(s.value)&&(d.value={type:"Identifier",loc:s.loc,name:s.value})}t.exports=u}),jo=z((e,t)=>{"use strict";function c(y){let u=y.children;u.forEachRight(function(d,s){if(d.type==="Identifier"){if(d.name==="bold")s.data={type:"Number",loc:d.loc,value:"700"};else if(d.name==="normal"){let i=s.prev;i&&i.data.type==="Operator"&&i.data.value==="/"&&this.remove(i),this.remove(s)}}}),u.isEmpty&&u.insert(u.createItem({type:"Identifier",name:"normal"}))}t.exports=c}),Uo=z((e,t)=>{"use strict";function c(y){let u=y.children.head.data;if(u.type==="Identifier")switch(u.name){case"normal":y.children.head.data={type:"Number",loc:u.loc,value:"400"};break;case"bold":y.children.head.data={type:"Number",loc:u.loc,value:"700"};break}}t.exports=c}),Vo=z((e,t)=>{"use strict";var c=ie();function y(u){function d(){i.length||i.unshift({type:"Number",loc:null,value:"0"},{type:"Number",loc:null,value:"0"}),s.push.apply(s,i),i=[]}let s=[],i=[];u.children.forEach(r=>{if(r.type==="Operator"&&r.value===","){d(),s.push(r);return}r.type==="Identifier"&&(r.name==="transparent"||r.name==="none"||r.name==="repeat"||r.name==="scroll")||i.push(r)}),d(),u.children=new c.List().fromArray(s)}t.exports=y}),Ho=z((e,t)=>{"use strict";function c(y){y.children.forEach((u,d,s)=>{u.type==="Identifier"&&u.name.toLowerCase()==="none"&&(s.head===s.tail?d.data={type:"Number",loc:u.loc,value:"0"}:s.remove(d))})}t.exports=c}),Ko=z((e,t)=>{"use strict";var c=ie(),y=jo(),u=Uo(),d=Vo(),s=Ho(),i={font:y,"font-weight":u,background:d,border:s,outline:s};function r(a){if(!this.declaration)return;let l=c.property(this.declaration.property);i.hasOwnProperty(l.basename)&&i[l.basename](a)}t.exports=r}),qe=z(e=>{"use strict";var t=/^(?:\+|(-))?0*(\d*)(?:\.0*|(\.\d*?)0*)?$/,c=/^([\+\-])?0*(\d*)(?:\.0*|(\.\d*?)0*)?$/,y=new Set(["Dimension","Hash","Identifier","Number","Raw","UnicodeRange"]);function u(s,i){let r=i&&i.prev!==null&&y.has(i.prev.data.type)?c:t;return s=String(s).replace(r,"$1$2$3"),(s===""||s==="-")&&(s="0"),s}function d(s){s.value=u(s.value)}e.Number=d,e.packNumber=u}),Yo=z((e,t)=>{"use strict";var c=qe(),y=new Set(["calc","min","max","clamp"]),u=new Set(["px","mm","cm","in","pt","pc","em","ex","ch","rem","vh","vw","vmin","vmax","vm"]);function d(s,i){let r=c.packNumber(s.value);if(s.value=r,r==="0"&&this.declaration!==null&&this.atrulePrelude===null){let a=s.unit.toLowerCase();if(!u.has(a)||this.declaration.property==="-ms-flex"||this.declaration.property==="flex"||this.function&&y.has(this.function.name))return;i.data={type:"Number",loc:s.loc,value:r}}}t.exports=d}),Xo=z((e,t)=>{"use strict";var c=ie(),y=qe(),u=new Set(["width","min-width","max-width","height","min-height","max-height","flex","-ms-flex"]);function d(s,i){s.value=y.packNumber(s.value),s.value==="0"&&this.declaration&&!u.has(this.declaration.property)&&(i.data={type:"Number",loc:s.loc,value:s.value},c.lexer.matchDeclaration(this.declaration).isType(i.data,"length")||(i.data=s))}t.exports=d}),$o=z((e,t)=>{"use strict";function c(y){y.value=y.value.replace(/\\/g,"/")}t.exports=c}),Zo=z(e=>{"use strict";var t=ie(),c=qe(),y={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",darkgrey:"a9a9a9",darkgreen:"006400",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",grey:"808080",green:"008000",greenyellow:"adff2f",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",lightgrey:"d3d3d3",lightgreen:"90ee90",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",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:"639",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"},u={8e5:"maroon",800080:"purple",808e3:"olive",808080:"gray","00ffff":"cyan",f0ffff:"azure",f5f5dc:"beige",ffe4c4:"bisque","000000":"black","0000ff":"blue",a52a2a:"brown",ff7f50:"coral",ffd700:"gold","008000":"green","4b0082":"indigo",fffff0:"ivory",f0e68c:"khaki","00ff00":"lime",faf0e6:"linen","000080":"navy",ffa500:"orange",da70d6:"orchid",cd853f:"peru",ffc0cb:"pink",dda0dd:"plum",f00:"red",ff0000:"red",fa8072:"salmon",a0522d:"sienna",c0c0c0:"silver",fffafa:"snow",d2b48c:"tan","008080":"teal",ff6347:"tomato",ee82ee:"violet",f5deb3:"wheat",ffffff:"white",ffff00:"yellow"};function d(g,b,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?g+(b-g)*6*n:n<1/2?b:n<2/3?g+(b-g)*(2/3-n)*6:g}function s(g,b,n,o){let m,p,S;if(b===0)m=p=S=n;else{let v=n<.5?n*(1+b):n+b-n*b,C=2*n-v;m=d(C,v,g+1/3),p=d(C,v,g),S=d(C,v,g-1/3)}return[Math.round(m*255),Math.round(p*255),Math.round(S*255),o]}function i(g){return g=g.toString(16),g.length===1?"0"+g:g}function r(g,b,n){let o=g.head,m=[],p=!1;for(;o!==null;){let{type:S,value:v}=o.data;switch(S){case"Number":case"Percentage":if(p)return;p=!0,m.push({type:S,value:Number(v)});break;case"Operator":if(v===","){if(!p)return;p=!1}else if(p||v!=="+")return;break;default:return}o=o.next}if(m.length===b){if(m.length===4){if(m[3].type!=="Number")return;m[3].type="Alpha"}if(n){if(m[0].type!==m[1].type||m[0].type!==m[2].type)return}else{if(m[0].type!=="Number"||m[1].type!=="Percentage"||m[2].type!=="Percentage")return;m[0].type="Angle"}return m.map(function(S){let v=Math.max(0,S.value);switch(S.type){case"Number":v=Math.min(v,255);break;case"Percentage":if(v=Math.min(v,100)/100,!n)return v;v=255*v;break;case"Angle":return(v%360+360)%360/360;case"Alpha":return Math.min(v,1)}return Math.round(v)})}}function a(g,b){let n=g.name,o;if(n==="rgba"||n==="hsla"){if(o=r(g.children,4,n==="rgba"),!o)return;if(n==="hsla"&&(o=s(...o),g.name="rgba"),o[3]===0){let m=this.function&&this.function.name;if(o[0]===0&&o[1]===0&&o[2]===0||!/^(?:to|from|color-stop)$|gradient$/i.test(m)){b.data={type:"Identifier",loc:g.loc,name:"transparent"};return}}if(o[3]!==1){g.children.forEach((m,p,S)=>{if(m.type==="Operator"){m.value!==","&&S.remove(p);return}p.data={type:"Number",loc:m.loc,value:c.packNumber(o.shift())}});return}n="rgb"}if(n==="hsl"){if(o=o||r(g.children,3,!1),!o)return;o=s(...o),n="rgb"}if(n==="rgb"){if(o=o||r(g.children,3,!0),!o)return;b.data={type:"Hash",loc:g.loc,value:i(o[0])+i(o[1])+i(o[2])},f(b.data,b)}}function l(g,b){if(this.declaration===null)return;let n=g.name.toLowerCase();if(y.hasOwnProperty(n)&&t.lexer.matchDeclaration(this.declaration).isType(g,"color")){let o=y[n];o.length+1<=n.length?b.data={type:"Hash",loc:g.loc,value:o}:(n==="grey"&&(n="gray"),g.name=n)}}function f(g,b){let n=g.value.toLowerCase();n.length===6&&n[0]===n[1]&&n[2]===n[3]&&n[4]===n[5]&&(n=n[0]+n[2]+n[4]),u[n]?b.data={type:"Identifier",loc:g.loc,name:u[n]}:g.value=n}e.compressFunction=a,e.compressHex=f,e.compressIdent=l}),Qo=z((e,t)=>{"use strict";var c=ie(),y=No(),u=Go(),d=Ko(),s=Yo(),i=Xo(),r=qe(),a=$o(),l=Zo(),f={Atrule:y,AttributeSelector:u,Value:d,Dimension:s,Percentage:i,Number:r.Number,Url:a,Hash:l.compressHex,Identifier:l.compressIdent,Function:l.compressFunction};function g(b){c.walk(b,{leave(n,o,m){f.hasOwnProperty(n.type)&&f[n.type].call(this,n,o,m)}})}t.exports=g}),Jo=z((e,t)=>{"use strict";var c=ie(),y=class{constructor(){this.map=new Map}resolve(d){let s=this.map.get(d);return s===void 0&&(s=this.map.size+1,this.map.set(d,s)),s}};function u(){let d=new y;return function(s){let i=c.generate(s);return s.id=d.resolve(i),s.length=i.length,s.fingerprint=null,s}}t.exports=u}),xn=z((e,t)=>{"use strict";var c=ie();function y(i){return i.type==="Raw"?c.parse(i.value,{context:"selectorList"}):i}function u(i,r){for(let a=0;a<3;a++)if(i[a]!==r[a])return i[a]>r[a]?i:r;return i}function d(i){return y(i).children.reduce((r,a)=>u(s(a),r),[0,0,0])}function s(i){let r=0,a=0,l=0;return i.children.forEach(f=>{switch(f.type){case"IdSelector":r++;break;case"ClassSelector":case"AttributeSelector":a++;break;case"PseudoClassSelector":switch(f.name.toLowerCase()){case"not":case"has":case"is":case"matches":case"-webkit-any":case"-moz-any":{let[g,b,n]=d(f.children.first);r+=g,a+=b,l+=n;break}case"nth-child":case"nth-last-child":{let g=f.children.first;if(g.type==="Nth"&&g.selector){let[b,n,o]=d(g.selector);r+=b,a+=n+1,l+=o}else a++;break}case"where":break;case"before":case"after":case"first-line":case"first-letter":l++;break;default:a++}break;case"TypeSelector":f.name.endsWith("*")||l++;break;case"PseudoElementSelector":l++;break}}),[r,a,l]}t.exports=s}),Cn=z((e,t)=>{"use strict";var c=ie(),y=xn(),u=new Set(["first-letter","first-line","after","before"]),d=new Set(["link","visited","hover","active","first-letter","first-line","after","before"]);function s(i,r){let a=new Set;i.prelude.children.forEach(function(l){let f="*",g=0;l.children.forEach(function(b){switch(b.type){case"ClassSelector":if(r&&r.scopes){let n=r.scopes[b.name]||0;if(g!==0&&n!==g)throw new Error("Selector can't has classes from different scopes: "+c.generate(l));g=n}break;case"PseudoClassSelector":{let n=b.name.toLowerCase();d.has(n)||a.add(`:${n}`);break}case"PseudoElementSelector":{let n=b.name.toLowerCase();u.has(n)||a.add(`::${n}`);break}case"TypeSelector":f=b.name.toLowerCase();break;case"AttributeSelector":b.flags&&a.add(`[${b.flags.toLowerCase()}]`);break;case"Combinator":f="*";break}}),l.compareMarker=y(l).toString(),l.id=null,l.id=c.generate(l),g&&(l.compareMarker+=":"+g),f!=="*"&&(l.compareMarker+=","+f)}),i.pseudoSignature=a.size>0?[...a].sort().join(","):!1}t.exports=s}),es=z((e,t)=>{"use strict";var c=ie(),y=Jo(),u=Cn();function d(s,i){let r=y();return c.walk(s,{visit:"Rule",enter(a){a.block.children.forEach(r),u(a,i.usage)}}),c.walk(s,{visit:"Atrule",enter(a){a.prelude&&(a.prelude.id=null,a.prelude.id=c.generate(a.prelude)),c.keyword(a.name).basename==="keyframes"&&(a.block.avoidRulesMerge=!0,a.block.children.forEach(function(l){l.prelude.children.forEach(function(f){f.compareMarker=f.id})}))}}),{declaration:r}}t.exports=d}),ts=z((e,t)=>{"use strict";var c=ie(),{hasOwnProperty:y}=Object.prototype;function u(a,l,f,g){let b=l.data,n=c.keyword(b.name).basename,o=b.name.toLowerCase()+"/"+(b.prelude?b.prelude.id:null);y.call(a,n)||(a[n]=Object.create(null)),g&&delete a[n][o],y.call(a[n],o)||(a[n][o]=new c.List),a[n][o].append(f.remove(l))}function d(a,l){let f=Object.create(null),g=null;a.children.forEach(function(b,n,o){if(b.type==="Atrule"){let m=c.keyword(b.name).basename;switch(m){case"keyframes":u(f,n,o,!0);return;case"media":if(l.forceMediaMerge){u(f,n,o,!1);return}break}g===null&&m!=="charset"&&m!=="import"&&(g=n)}else g===null&&(g=n)});for(let b in f)for(let n in f[b])a.children.insertList(f[b][n],b==="media"?null:g)}function s(a){return a.type==="Atrule"&&a.name==="media"}function i(a,l,f){if(!s(a))return;let g=l.prev&&l.prev.data;!g||!s(g)||a.prelude&&g.prelude&&a.prelude.id===g.prelude.id&&(g.block.children.appendList(a.block.children),f.remove(l))}function r(a,l){d(a,l),c.walk(a,{visit:"Atrule",reverse:!0,enter:i})}t.exports=r}),Pe=z(e=>{"use strict";var{hasOwnProperty:t}=Object.prototype;function c(r,a){let l=r.head,f=a.head;for(;l!==null&&f!==null&&l.data.id===f.data.id;)l=l.next,f=f.next;return l===null&&f===null}function y(r,a){let l=r.head,f=a.head;for(;l!==null&&f!==null&&l.data.id===f.data.id;)l=l.next,f=f.next;return l===null&&f===null}function u(r,a){let l={eq:[],ne1:[],ne2:[],ne2overrided:[]},f=Object.create(null),g=Object.create(null);for(let b=a.head;b;b=b.next)g[b.data.id]=!0;for(let b=r.head;b;b=b.next){let n=b.data;n.fingerprint&&(f[n.fingerprint]=n.important),g[n.id]?(g[n.id]=!1,l.eq.push(n)):l.ne1.push(n)}for(let b=a.head;b;b=b.next){let n=b.data;g[n.id]&&((!t.call(f,n.fingerprint)||!f[n.fingerprint]&&n.important)&&l.ne2.push(n),l.ne2overrided.push(n))}return l}function d(r,a){return a.forEach(l=>{let f=l.id,g=r.head;for(;g;){let b=g.data.id;if(b===f)return;if(b>f)break;g=g.next}r.insert(r.createItem(l),g)}),r}function s(r,a){let l=r.head;for(;l!==null;){let f=a.head;for(;f!==null;){if(l.data.compareMarker===f.data.compareMarker)return!0;f=f.next}l=l.next}return!1}function i(r){switch(r.type){case"Rule":return s(r.prelude.children,this);case"Atrule":if(r.block)return r.block.children.some(i,this);break;case"Declaration":return!1}return!0}e.addSelectors=d,e.compareDeclarations=u,e.hasSimilarSelectors=s,e.isEqualDeclarations=y,e.isEqualSelectors=c,e.unsafeToSkipNode=i}),rs=z((e,t)=>{"use strict";var c=ie(),y=Pe();function u(s,i,r){let a=s.prelude.children,l=s.block.children;r.prevUntil(i.prev,function(f){if(f.type!=="Rule")return y.unsafeToSkipNode.call(a,f);let g=f.prelude.children,b=f.block.children;if(s.pseudoSignature===f.pseudoSignature){if(y.isEqualSelectors(g,a))return b.appendList(l),r.remove(i),!0;if(y.isEqualDeclarations(l,b))return y.addSelectors(g,a),r.remove(i),!0}return y.hasSimilarSelectors(a,g)})}function d(s){c.walk(s,{visit:"Rule",enter:u})}t.exports=d}),ns=z((e,t)=>{"use strict";var c=ie();function y(d,s,i){let r=d.prelude.children;for(;r.head!==r.tail;){let a=new c.List;a.insert(r.remove(r.head)),i.insert(i.createItem({type:"Rule",loc:d.loc,prelude:{type:"SelectorList",loc:d.prelude.loc,children:a},block:{type:"Block",loc:d.block.loc,children:d.block.children.copy()},pseudoSignature:d.pseudoSignature}),s)}}function u(d){c.walk(d,{visit:"Rule",reverse:!0,enter:y})}t.exports=u}),is=z((e,t)=>{"use strict";var c=ie(),y=1,u=2,d=0,s=1,i=2,r=3,a=["top","right","bottom","left"],l={"margin-top":"top","margin-right":"right","margin-bottom":"bottom","margin-left":"left","padding-top":"top","padding-right":"right","padding-bottom":"bottom","padding-left":"left","border-top-color":"top","border-right-color":"right","border-bottom-color":"bottom","border-left-color":"left","border-top-width":"top","border-right-width":"right","border-bottom-width":"bottom","border-left-width":"left","border-top-style":"top","border-right-style":"right","border-bottom-style":"bottom","border-left-style":"left"},f={margin:"margin","margin-top":"margin","margin-right":"margin","margin-bottom":"margin","margin-left":"margin",padding:"padding","padding-top":"padding","padding-right":"padding","padding-bottom":"padding","padding-left":"padding","border-color":"border-color","border-top-color":"border-color","border-right-color":"border-color","border-bottom-color":"border-color","border-left-color":"border-color","border-width":"border-width","border-top-width":"border-width","border-right-width":"border-width","border-bottom-width":"border-width","border-left-width":"border-width","border-style":"border-style","border-top-style":"border-style","border-right-style":"border-style","border-bottom-style":"border-style","border-left-style":"border-style"},g=class{constructor(m){this.name=m,this.loc=null,this.iehack=void 0,this.sides={top:null,right:null,bottom:null,left:null}}getValueSequence(m,p){let S=[],v="";return m.value.type!=="Value"||m.value.children.some(function(C){let h=!1;switch(C.type){case"Identifier":switch(C.name){case"\\0":case"\\9":v=C.name;return;case"inherit":case"initial":case"unset":case"revert":h=C.name;break}break;case"Dimension":switch(C.unit){case"rem":case"vw":case"vh":case"vmin":case"vmax":case"vm":h=C.unit;break}break;case"Hash":case"Number":case"Percentage":break;case"Function":if(C.name==="var")return!0;h=C.name;break;default:return!0}S.push({node:C,special:h,important:m.important})})||S.length>p||typeof this.iehack=="string"&&this.iehack!==v?!1:(this.iehack=v,S)}canOverride(m,p){let S=this.sides[m];return!S||p.important&&!S.important}add(m,p){function S(){let v=this.sides,C=l[m];if(C){if(!(C in v))return!1;let h=this.getValueSequence(p,1);if(!h||!h.length)return!1;for(let w in v)if(v[w]!==null&&v[w].special!==h[0].special)return!1;return this.canOverride(C,h[0])&&(v[C]=h[0]),!0}else if(m===this.name){let h=this.getValueSequence(p,4);if(!h||!h.length)return!1;switch(h.length){case 1:h[s]=h[d],h[i]=h[d],h[r]=h[d];break;case 2:h[i]=h[d],h[r]=h[s];break;case 3:h[r]=h[s];break}for(let w=0;w<4;w++)for(let k in v)if(v[k]!==null&&v[k].special!==h[w].special)return!1;for(let w=0;w<4;w++)this.canOverride(a[w],h[w])&&(v[a[w]]=h[w]);return!0}}return S.call(this)?(this.loc||(this.loc=p.loc),!0):!1}isOkToMinimize(){let m=this.sides.top,p=this.sides.right,S=this.sides.bottom,v=this.sides.left;if(m&&p&&S&&v){let C=m.important+p.important+S.important+v.important;return C===0||C===4}return!1}getValue(){let m=new c.List,p=this.sides,S=[p.top,p.right,p.bottom,p.left],v=[c.generate(p.top.node),c.generate(p.right.node),c.generate(p.bottom.node),c.generate(p.left.node)];v[r]===v[s]&&(S.pop(),v[i]===v[d]&&(S.pop(),v[s]===v[d]&&S.pop()));for(let C=0;C<S.length;C++)m.appendData(S[C].node);return this.iehack&&m.appendData({type:"Identifier",loc:null,name:this.iehack}),{type:"Value",loc:null,children:m}}getDeclaration(){return{type:"Declaration",loc:this.loc,important:this.sides.top.important,property:this.name,value:this.getValue()}}};function b(m,p,S,v){let C=m.block.children,h=m.prelude.children.first.id;return m.block.children.forEachRight(function(w,k){let x=w.property;if(!f.hasOwnProperty(x))return;let A=f[x],B,E;if((!v||h===v)&&A in p&&(E=u,B=p[A]),(!B||!B.add(x,w))&&(E=y,B=new g(A),!B.add(x,w))){v=null;return}p[A]=B,S.push({operation:E,block:C,item:k,shorthand:B}),v=h}),v}function n(m,p){m.forEach(function(S){let v=S.shorthand;v.isOkToMinimize()&&(S.operation===y?S.item.data=p(v.getDeclaration()):S.block.remove(S.item))})}function o(m,p){let S={},v=[];c.walk(m,{visit:"Rule",reverse:!0,enter(C){let h=this.block||this.stylesheet,w=(C.pseudoSignature||"")+"|"+C.prelude.children.first.id,k,x;S.hasOwnProperty(h.id)?k=S[h.id]:(k={lastShortSelector:null},S[h.id]=k),k.hasOwnProperty(w)?x=k[w]:(x={},k[w]=x),k.lastShortSelector=b.call(this,C,x,v,k.lastShortSelector)}}),n(v,p.declaration)}t.exports=o}),as=z((e,t)=>{"use strict";var c=ie(),y=1,u=new Set(["src"]),d={display:/table|ruby|flex|-(flex)?box$|grid|contents|run-in/i,"text-align":/^(start|end|match-parent|justify-all)$/i},s={cursor:["auto","crosshair","default","move","text","wait","help","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","pointer","progress","not-allowed","no-drop","vertical-text","all-scroll","col-resize","row-resize"],overflow:["hidden","visible","scroll","auto"],position:["static","relative","absolute","fixed"]},i={"border-width":["border"],"border-style":["border"],"border-color":["border"],"border-top":["border"],"border-right":["border"],"border-bottom":["border"],"border-left":["border"],"border-top-width":["border-top","border-width","border"],"border-right-width":["border-right","border-width","border"],"border-bottom-width":["border-bottom","border-width","border"],"border-left-width":["border-left","border-width","border"],"border-top-style":["border-top","border-style","border"],"border-right-style":["border-right","border-style","border"],"border-bottom-style":["border-bottom","border-style","border"],"border-left-style":["border-left","border-style","border"],"border-top-color":["border-top","border-color","border"],"border-right-color":["border-right","border-color","border"],"border-bottom-color":["border-bottom","border-color","border"],"border-left-color":["border-left","border-color","border"],"margin-top":["margin"],"margin-right":["margin"],"margin-bottom":["margin"],"margin-left":["margin"],"padding-top":["padding"],"padding-right":["padding"],"padding-bottom":["padding"],"padding-left":["padding"],"font-style":["font"],"font-variant":["font"],"font-weight":["font"],"font-size":["font"],"font-family":["font"],"list-style-type":["list-style"],"list-style-position":["list-style"],"list-style-image":["list-style"]};function r(g,b,n){let o=c.property(g).basename;if(o==="background")return g+":"+c.generate(b.value);let m=b.id,p=n[m];if(!p){switch(b.value.type){case"Value":let S={},v="",C="",h=!1;b.value.children.forEach(function w(k){switch(k.type){case"Value":case"Brackets":case"Parentheses":k.children.forEach(w);break;case"Raw":h=!0;break;case"Identifier":{let{name:x}=k;v||(v=c.keyword(x).vendor),/\\[09]/.test(x)&&(C=RegExp.lastMatch),s.hasOwnProperty(o)?s[o].indexOf(x)===-1&&(S[x]=!0):d.hasOwnProperty(o)&&d[o].test(x)&&(S[x]=!0);break}case"Function":{let{name:x}=k;v||(v=c.keyword(x).vendor),x==="rect"&&(k.children.some(A=>A.type==="Operator"&&A.value===",")||(x="rect-backward")),S[x+"()"]=!0,k.children.forEach(w);break}case"Dimension":{let{unit:x}=k;switch(/\\[09]/.test(x)&&(C=RegExp.lastMatch),x){case"rem":case"vw":case"vh":case"vmin":case"vmax":case"vm":S[x]=!0;break}break}}}),p=h?"!"+y++:"!"+Object.keys(S).sort()+"|"+C+v;break;case"Raw":p="!"+b.value.value;break;default:p=c.generate(b.value)}n[m]=p}return g+p}function a(g,b,n){let o=c.property(b.property);if(i.hasOwnProperty(o.basename)){let m=i[o.basename];for(let p of m){let S=r(o.prefix+p,b,n),v=g.hasOwnProperty(S)?g[S]:null;if(v&&(!b.important||v.item.data.important))return v}}}function l(g,b,n,o,m){let p=g.block.children;p.forEachRight(function(S,v){let{property:C}=S,h=r(C,S,m),w=o[h];w&&!u.has(C)?S.important&&!w.item.data.important?(o[h]={block:p,item:v},w.block.remove(w.item)):p.remove(v):a(o,S,m)?p.remove(v):(S.fingerprint=h,o[h]={block:p,item:v})}),p.isEmpty&&n.remove(b)}function f(g){let b={},n=Object.create(null);c.walk(g,{visit:"Rule",reverse:!0,enter(o,m,p){let S=this.block||this.stylesheet,v=(o.pseudoSignature||"")+"|"+o.prelude.children.first.id,C,h;b.hasOwnProperty(S.id)?C=b[S.id]:(C={},b[S.id]=C),C.hasOwnProperty(v)?h=C[v]:(h={},C[v]=h),l.call(this,o,m,p,h,n)}})}t.exports=f}),os=z((e,t)=>{"use strict";var c=ie(),y=Pe();function u(s,i,r){let a=s.prelude.children,l=s.block.children,f=a.first.compareMarker,g={};r.nextUntil(i.next,function(b,n){if(b.type!=="Rule")return y.unsafeToSkipNode.call(a,b);if(s.pseudoSignature!==b.pseudoSignature)return!0;let o=b.prelude.children.head,m=b.block.children,p=o.data.compareMarker;if(p in g)return!0;if(a.head===a.tail&&a.first.id===o.data.id){l.appendList(m),r.remove(n);return}if(y.isEqualDeclarations(l,m)){let S=o.data.id;a.some((v,C)=>{let h=v.id;if(S<h)return a.insert(o,C),!0;if(!C.next)return a.insert(o),!0}),r.remove(n);return}if(p===f)return!0;g[p]=!0})}function d(s){c.walk(s,{visit:"Rule",enter:u})}t.exports=d}),ss=z((e,t)=>{"use strict";var c=ie(),y=Pe();function u(r){return r.reduce((a,l)=>a+l.id.length+1,0)-1}function d(r){let a=0;for(let l of r)a+=l.length;return a+r.length-1}function s(r,a,l){let f=this.block!==null?this.block.avoidRulesMerge:!1,g=r.prelude.children,b=r.block,n=Object.create(null),o=!0,m=!0;l.prevUntil(a.prev,function(p,S){let v=p.block,C=p.type;if(C!=="Rule"){let k=y.unsafeToSkipNode.call(g,p);return!k&&C==="Atrule"&&v&&c.walk(v,{visit:"Rule",enter(x){x.prelude.children.forEach(A=>{n[A.compareMarker]=!0})}}),k}if(r.pseudoSignature!==p.pseudoSignature)return!0;let h=p.prelude.children;if(m=!h.some(k=>k.compareMarker in n),!m&&!o)return!0;if(o&&y.isEqualSelectors(h,g))return v.children.appendList(b.children),l.remove(a),!0;let w=y.compareDeclarations(b.children,v.children);if(w.eq.length){if(!w.ne1.length&&!w.ne2.length)return m&&(y.addSelectors(g,h),l.remove(S)),!0;if(!f)if(w.ne1.length&&!w.ne2.length){let k=u(g),x=d(w.eq);o&&k<x&&(y.addSelectors(h,g),b.children.fromArray(w.ne1))}else if(!w.ne1.length&&w.ne2.length){let k=u(h),x=d(w.eq);m&&k<x&&(y.addSelectors(g,h),v.children.fromArray(w.ne2))}else{let k={type:"SelectorList",loc:null,children:y.addSelectors(h.copy(),g)},x=u(k.children)+2;if(d(w.eq)>=x){let A=l.createItem({type:"Rule",loc:null,prelude:k,block:{type:"Block",loc:null,children:new c.List().fromArray(w.eq)},pseudoSignature:r.pseudoSignature});return b.children.fromArray(w.ne1),v.children.fromArray(w.ne2overrided),o?l.insert(A,S):l.insert(A,a),!0}}}o&&(o=!h.some(k=>g.some(x=>x.compareMarker===k.compareMarker))),h.forEach(k=>{n[k.compareMarker]=!0})})}function i(r){c.walk(r,{visit:"Rule",reverse:!0,enter:s})}t.exports=i}),ls=z((e,t)=>{"use strict";var c=es(),y=ts(),u=rs(),d=ns(),s=is(),i=as(),r=os(),a=ss();function l(f,g){let b=c(f,g);g.logger("prepare",f),y(f,g),g.logger("mergeAtrule",f),u(f),g.logger("initialMergeRuleset",f),d(f),g.logger("disjoinRuleset",f),s(f,b),g.logger("restructShorthand",f),i(f),g.logger("restructBlock",f),r(f),g.logger("mergeRuleset",f),a(f),g.logger("restructRuleset",f)}t.exports=l}),us=z((e,t)=>{"use strict";var c=ie(),y=Do(),u=Io(),d=Qo(),s=ls();function i(b,n){let o=new c.List,m=!1,p;return b.nextUntil(b.head,(S,v,C)=>{if(S.type==="Comment"){if(!n||S.value.charAt(0)!=="!"){C.remove(v);return}if(m||p)return!0;C.remove(v),p=S;return}S.type!=="WhiteSpace"&&(m=!0),o.insert(C.remove(v))}),{comment:p,stylesheet:{type:"StyleSheet",loc:null,children:o}}}function r(b,n,o,m){m.logger(`Compress block #${o}`,null,!0);let p=1;return b.type==="StyleSheet"&&(b.firstAtrulesAllowed=n,b.id=p++),c.walk(b,{visit:"Atrule",enter(S){S.block!==null&&(S.block.id=p++)}}),m.logger("init",b),u(b,m),m.logger("clean",b),d(b),m.logger("replace",b),m.restructuring&&s(b,m),b}function a(b){let n="comments"in b?b.comments:"exclamation";return typeof n=="boolean"?n=n?"exclamation":!1:n!=="exclamation"&&n!=="first-exclamation"&&(n=!1),n}function l(b){return"restructure"in b?b.restructure:"restructuring"in b?b.restructuring:!0}function f(b){return new c.List().appendData({type:"Rule",loc:null,prelude:{type:"SelectorList",loc:null,children:new c.List().appendData({type:"Selector",loc:null,children:new c.List().appendData({type:"TypeSelector",loc:null,name:"x"})})},block:b})}function g(b,n){b=b||{type:"StyleSheet",loc:null,children:new c.List},n=n||{};let o={logger:typeof n.logger=="function"?n.logger:function(){},restructuring:l(n),forceMediaMerge:!!n.forceMediaMerge,usage:n.usage?y.buildIndex(n.usage):!1},m=new c.List,p=a(n),S=!0,v,C,h=1,w;n.clone&&(b=c.clone(b)),b.type==="StyleSheet"?(v=b.children,b.children=m):v=f(b);do{if(C=i(v,!!p),r(C.stylesheet,S,h++,o),w=C.stylesheet.children,C.comment&&(m.isEmpty||m.insert(c.List.createItem({type:"Raw",value:`
155
+ | <mf-value> '>' '='? <mf-name> '>' '='? <mf-value>`},"mf-value":{syntax:"<number> | <dimension> | <ident> | <ratio>"},"min()":{syntax:"min( <calc-sum># )"},"minmax()":{syntax:"minmax( [ <length> | <percentage> | min-content | max-content | auto ] , [ <length> | <percentage> | <flex> | min-content | max-content | auto ] )"},"name-repeat":{syntax:"repeat( [ <integer [1,\u221E]> | auto-fill ], <line-names>+ )"},"named-color":{syntax:"transparent | aliceblue | antiquewhite | aqua | aquamarine | azure | beige | bisque | black | blanchedalmond | blue | blueviolet | brown | burlywood | cadetblue | chartreuse | chocolate | coral | cornflowerblue | cornsilk | crimson | cyan | darkblue | darkcyan | darkgoldenrod | darkgray | darkgreen | darkgrey | darkkhaki | darkmagenta | darkolivegreen | darkorange | darkorchid | darkred | darksalmon | darkseagreen | darkslateblue | darkslategray | darkslategrey | darkturquoise | darkviolet | deeppink | deepskyblue | dimgray | dimgrey | dodgerblue | firebrick | floralwhite | forestgreen | fuchsia | gainsboro | ghostwhite | gold | goldenrod | gray | green | greenyellow | grey | honeydew | hotpink | indianred | indigo | ivory | khaki | lavender | lavenderblush | lawngreen | lemonchiffon | lightblue | lightcoral | lightcyan | lightgoldenrodyellow | lightgray | lightgreen | lightgrey | lightpink | lightsalmon | lightseagreen | lightskyblue | lightslategray | lightslategrey | lightsteelblue | lightyellow | lime | limegreen | linen | magenta | maroon | mediumaquamarine | mediumblue | mediumorchid | mediumpurple | mediumseagreen | mediumslateblue | mediumspringgreen | mediumturquoise | mediumvioletred | midnightblue | mintcream | mistyrose | moccasin | navajowhite | navy | oldlace | olive | olivedrab | orange | orangered | orchid | palegoldenrod | palegreen | paleturquoise | palevioletred | papayawhip | peachpuff | peru | pink | plum | powderblue | purple | rebeccapurple | red | rosybrown | royalblue | saddlebrown | salmon | sandybrown | seagreen | seashell | sienna | silver | skyblue | slateblue | slategray | slategrey | snow | springgreen | steelblue | tan | teal | thistle | tomato | turquoise | violet | wheat | white | whitesmoke | yellow | yellowgreen"},"namespace-prefix":{syntax:"<ident>"},"ns-prefix":{syntax:"[ <ident-token> | '*' ]? '|'"},"number-percentage":{syntax:"<number> | <percentage>"},"numeric-figure-values":{syntax:"[ lining-nums | oldstyle-nums ]"},"numeric-fraction-values":{syntax:"[ diagonal-fractions | stacked-fractions ]"},"numeric-spacing-values":{syntax:"[ proportional-nums | tabular-nums ]"},nth:{syntax:"<an-plus-b> | even | odd"},"opacity()":{syntax:"opacity( [ <number-percentage> ] )"},"overflow-position":{syntax:"unsafe | safe"},"outline-radius":{syntax:"<length> | <percentage>"},"page-body":{syntax:"<declaration>? [ ; <page-body> ]? | <page-margin-box> <page-body>"},"page-margin-box":{syntax:"<page-margin-box-type> '{' <declaration-list> '}'"},"page-margin-box-type":{syntax:"@top-left-corner | @top-left | @top-center | @top-right | @top-right-corner | @bottom-left-corner | @bottom-left | @bottom-center | @bottom-right | @bottom-right-corner | @left-top | @left-middle | @left-bottom | @right-top | @right-middle | @right-bottom"},"page-selector-list":{syntax:"[ <page-selector># ]?"},"page-selector":{syntax:"<pseudo-page>+ | <ident> <pseudo-page>*"},"page-size":{syntax:"A5 | A4 | A3 | B5 | B4 | JIS-B5 | JIS-B4 | letter | legal | ledger"},"path()":{syntax:"path( [ <fill-rule>, ]? <string> )"},"paint()":{syntax:"paint( <ident>, <declaration-value>? )"},"perspective()":{syntax:"perspective( <length> )"},"polygon()":{syntax:"polygon( <fill-rule>? , [ <length-percentage> <length-percentage> ]# )"},position:{syntax:"[ [ left | center | right ] || [ top | center | bottom ] | [ left | center | right | <length-percentage> ] [ top | center | bottom | <length-percentage> ]? | [ [ left | right ] <length-percentage> ] && [ [ top | bottom ] <length-percentage> ] ]"},"pseudo-class-selector":{syntax:"':' <ident-token> | ':' <function-token> <any-value> ')'"},"pseudo-element-selector":{syntax:"':' <pseudo-class-selector>"},"pseudo-page":{syntax:": [ left | right | first | blank ]"},quote:{syntax:"open-quote | close-quote | no-open-quote | no-close-quote"},"radial-gradient()":{syntax:"radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )"},"relative-selector":{syntax:"<combinator>? <complex-selector>"},"relative-selector-list":{syntax:"<relative-selector>#"},"relative-size":{syntax:"larger | smaller"},"repeat-style":{syntax:"repeat-x | repeat-y | [ repeat | space | round | no-repeat ]{1,2}"},"repeating-conic-gradient()":{syntax:"repeating-conic-gradient( [ from <angle> ]? [ at <position> ]?, <angular-color-stop-list> )"},"repeating-linear-gradient()":{syntax:"repeating-linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )"},"repeating-radial-gradient()":{syntax:"repeating-radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )"},"rgb()":{syntax:"rgb( <percentage>{3} [ / <alpha-value> ]? ) | rgb( <number>{3} [ / <alpha-value> ]? ) | rgb( <percentage>#{3} , <alpha-value>? ) | rgb( <number>#{3} , <alpha-value>? )"},"rgba()":{syntax:"rgba( <percentage>{3} [ / <alpha-value> ]? ) | rgba( <number>{3} [ / <alpha-value> ]? ) | rgba( <percentage>#{3} , <alpha-value>? ) | rgba( <number>#{3} , <alpha-value>? )"},"rotate()":{syntax:"rotate( [ <angle> | <zero> ] )"},"rotate3d()":{syntax:"rotate3d( <number> , <number> , <number> , [ <angle> | <zero> ] )"},"rotateX()":{syntax:"rotateX( [ <angle> | <zero> ] )"},"rotateY()":{syntax:"rotateY( [ <angle> | <zero> ] )"},"rotateZ()":{syntax:"rotateZ( [ <angle> | <zero> ] )"},"saturate()":{syntax:"saturate( <number-percentage> )"},"scale()":{syntax:"scale( <number> , <number>? )"},"scale3d()":{syntax:"scale3d( <number> , <number> , <number> )"},"scaleX()":{syntax:"scaleX( <number> )"},"scaleY()":{syntax:"scaleY( <number> )"},"scaleZ()":{syntax:"scaleZ( <number> )"},"self-position":{syntax:"center | start | end | self-start | self-end | flex-start | flex-end"},"shape-radius":{syntax:"<length-percentage> | closest-side | farthest-side"},"skew()":{syntax:"skew( [ <angle> | <zero> ] , [ <angle> | <zero> ]? )"},"skewX()":{syntax:"skewX( [ <angle> | <zero> ] )"},"skewY()":{syntax:"skewY( [ <angle> | <zero> ] )"},"sepia()":{syntax:"sepia( <number-percentage> )"},shadow:{syntax:"inset? && <length>{2,4} && <color>?"},"shadow-t":{syntax:"[ <length>{2,3} && <color>? ]"},shape:{syntax:"rect(<top>, <right>, <bottom>, <left>)"},"shape-box":{syntax:"<box> | margin-box"},"side-or-corner":{syntax:"[ left | right ] || [ top | bottom ]"},"single-animation":{syntax:"<time> || <easing-function> || <time> || <single-animation-iteration-count> || <single-animation-direction> || <single-animation-fill-mode> || <single-animation-play-state> || [ none | <keyframes-name> ]"},"single-animation-direction":{syntax:"normal | reverse | alternate | alternate-reverse"},"single-animation-fill-mode":{syntax:"none | forwards | backwards | both"},"single-animation-iteration-count":{syntax:"infinite | <number>"},"single-animation-play-state":{syntax:"running | paused"},"single-animation-timeline":{syntax:"auto | none | <timeline-name>"},"single-transition":{syntax:"[ none | <single-transition-property> ] || <time> || <easing-function> || <time>"},"single-transition-property":{syntax:"all | <custom-ident>"},size:{syntax:"closest-side | farthest-side | closest-corner | farthest-corner | <length> | <length-percentage>{2}"},"step-position":{syntax:"jump-start | jump-end | jump-none | jump-both | start | end"},"step-timing-function":{syntax:"step-start | step-end | steps(<integer>[, <step-position>]?)"},"subclass-selector":{syntax:"<id-selector> | <class-selector> | <attribute-selector> | <pseudo-class-selector>"},"supports-condition":{syntax:"not <supports-in-parens> | <supports-in-parens> [ and <supports-in-parens> ]* | <supports-in-parens> [ or <supports-in-parens> ]*"},"supports-in-parens":{syntax:"( <supports-condition> ) | <supports-feature> | <general-enclosed>"},"supports-feature":{syntax:"<supports-decl> | <supports-selector-fn>"},"supports-decl":{syntax:"( <declaration> )"},"supports-selector-fn":{syntax:"selector( <complex-selector> )"},symbol:{syntax:"<string> | <image> | <custom-ident>"},target:{syntax:"<target-counter()> | <target-counters()> | <target-text()>"},"target-counter()":{syntax:"target-counter( [ <string> | <url> ] , <custom-ident> , <counter-style>? )"},"target-counters()":{syntax:"target-counters( [ <string> | <url> ] , <custom-ident> , <string> , <counter-style>? )"},"target-text()":{syntax:"target-text( [ <string> | <url> ] , [ content | before | after | first-letter ]? )"},"time-percentage":{syntax:"<time> | <percentage>"},"timeline-name":{syntax:"<custom-ident> | <string>"},"easing-function":{syntax:"linear | <cubic-bezier-timing-function> | <step-timing-function>"},"track-breadth":{syntax:"<length-percentage> | <flex> | min-content | max-content | auto"},"track-list":{syntax:"[ <line-names>? [ <track-size> | <track-repeat> ] ]+ <line-names>?"},"track-repeat":{syntax:"repeat( [ <integer [1,\u221E]> ] , [ <line-names>? <track-size> ]+ <line-names>? )"},"track-size":{syntax:"<track-breadth> | minmax( <inflexible-breadth> , <track-breadth> ) | fit-content( [ <length> | <percentage> ] )"},"transform-function":{syntax:"<matrix()> | <translate()> | <translateX()> | <translateY()> | <scale()> | <scaleX()> | <scaleY()> | <rotate()> | <skew()> | <skewX()> | <skewY()> | <matrix3d()> | <translate3d()> | <translateZ()> | <scale3d()> | <scaleZ()> | <rotate3d()> | <rotateX()> | <rotateY()> | <rotateZ()> | <perspective()>"},"transform-list":{syntax:"<transform-function>+"},"translate()":{syntax:"translate( <length-percentage> , <length-percentage>? )"},"translate3d()":{syntax:"translate3d( <length-percentage> , <length-percentage> , <length> )"},"translateX()":{syntax:"translateX( <length-percentage> )"},"translateY()":{syntax:"translateY( <length-percentage> )"},"translateZ()":{syntax:"translateZ( <length> )"},"type-or-unit":{syntax:"string | color | url | integer | number | length | angle | time | frequency | cap | ch | em | ex | ic | lh | rlh | rem | vb | vi | vw | vh | vmin | vmax | mm | Q | cm | in | pt | pc | px | deg | grad | rad | turn | ms | s | Hz | kHz | %"},"type-selector":{syntax:"<wq-name> | <ns-prefix>? '*'"},"var()":{syntax:"var( <custom-property-name> , <declaration-value>? )"},"viewport-length":{syntax:"auto | <length-percentage>"},"visual-box":{syntax:"content-box | padding-box | border-box"},"wq-name":{syntax:"<ns-prefix>? <ident-token>"}}}),oo=z((e,t)=>{"use strict";var c=ro(),y=no(),u=io(),d=ao(),s=/^\s*\|\s*/;function i(g){let f=Object.create(null);for(let b in g){let n=g[b],o=null;if(n.descriptors){o=Object.create(null);for(let m in n.descriptors)o[m]=n.descriptors[m].syntax}f[b.substr(1)]={prelude:n.syntax.trim().replace(/\{(.|\s)+\}/,"").match(/^@\S+\s+([^;\{]*)/)[1].trim()||null,descriptors:o}}return f}function r(g,f){let b={};for(let n in g)b[n]=g[n].syntax||g[n];for(let n in f)n in g?f[n].syntax?b[n]=s.test(f[n].syntax)?b[n]+" "+f[n].syntax.trim():f[n].syntax:delete b[n]:f[n].syntax&&(b[n]=f[n].syntax.replace(s,""));return b}function a(g,f){let b={};for(let n in g){let o=f[n]&&f[n].descriptors||null;b[n]={prelude:n in f&&"prelude"in f[n]?f[n].prelude:g[n].prelude||null,descriptors:r(g[n].descriptors||{},o||{})}}for(let n in f)hasOwnProperty.call(g,n)||(b[n]={prelude:f[n].prelude||null,descriptors:f[n].descriptors&&r({},f[n].descriptors)});return b}var l={types:r(d,c.types),atrules:a(i(y),c.atrules),properties:r(u,c.properties)};t.exports=l}),Dr=z(e=>{"use strict";var t=ee(),c=ue(),y=43,u=45,d=110,s=!0,i=!1;function r(m,p){let S=this.tokenStart+m,v=this.charCodeAt(S);for((v===y||v===u)&&(p&&this.error("Number sign is not allowed"),S++);S<this.tokenEnd;S++)c.isDigit(this.charCodeAt(S))||this.error("Integer is expected",S)}function a(m){return r.call(this,0,m)}function l(m,p){if(!this.cmpChar(this.tokenStart+m,p)){let S="";switch(p){case d:S="N is expected";break;case u:S="HyphenMinus is expected";break}this.error(S,this.tokenStart+m)}}function g(){let m=0,p=0,S=this.tokenType;for(;S===t.WhiteSpace||S===t.Comment;)S=this.lookupType(++m);if(S!==t.Number)if(this.isDelim(y,m)||this.isDelim(u,m)){p=this.isDelim(y,m)?y:u;do S=this.lookupType(++m);while(S===t.WhiteSpace||S===t.Comment);S!==t.Number&&(this.skip(m),a.call(this,s))}else return null;return m>0&&this.skip(m),p===0&&(S=this.charCodeAt(this.tokenStart),S!==y&&S!==u&&this.error("Number sign is expected")),a.call(this,p!==0),p===u?"-"+this.consume(t.Number):this.consume(t.Number)}var f="AnPlusB",b={a:[String,null],b:[String,null]};function n(){let m=this.tokenStart,p=null,S=null;if(this.tokenType===t.Number)a.call(this,i),S=this.consume(t.Number);else if(this.tokenType===t.Ident&&this.cmpChar(this.tokenStart,u))switch(p="-1",l.call(this,1,d),this.tokenEnd-this.tokenStart){case 2:this.next(),S=g.call(this);break;case 3:l.call(this,2,u),this.next(),this.skipSC(),a.call(this,s),S="-"+this.consume(t.Number);break;default:l.call(this,2,u),r.call(this,3,s),this.next(),S=this.substrToCursor(m+2)}else if(this.tokenType===t.Ident||this.isDelim(y)&&this.lookupType(1)===t.Ident){let v=0;switch(p="1",this.isDelim(y)&&(v=1,this.next()),l.call(this,0,d),this.tokenEnd-this.tokenStart){case 1:this.next(),S=g.call(this);break;case 2:l.call(this,1,u),this.next(),this.skipSC(),a.call(this,s),S="-"+this.consume(t.Number);break;default:l.call(this,1,u),r.call(this,2,s),this.next(),S=this.substrToCursor(m+v+1)}}else if(this.tokenType===t.Dimension){let v=this.charCodeAt(this.tokenStart),C=v===y||v===u,h=this.tokenStart+C;for(;h<this.tokenEnd&&c.isDigit(this.charCodeAt(h));h++);h===this.tokenStart+C&&this.error("Integer is expected",this.tokenStart+C),l.call(this,h-this.tokenStart,d),p=this.substring(m,h),h+1===this.tokenEnd?(this.next(),S=g.call(this)):(l.call(this,h-this.tokenStart+1,u),h+2===this.tokenEnd?(this.next(),this.skipSC(),a.call(this,s),S="-"+this.consume(t.Number)):(r.call(this,h-this.tokenStart+2,s),this.next(),S=this.substrToCursor(h+1)))}else this.error();return p!==null&&p.charCodeAt(0)===y&&(p=p.substr(1)),S!==null&&S.charCodeAt(0)===y&&(S=S.substr(1)),{type:"AnPlusB",loc:this.getLocation(m,this.tokenStart),a:p,b:S}}function o(m){if(m.a){let p=m.a==="+1"&&"n"||m.a==="1"&&"n"||m.a==="-1"&&"-n"||m.a+"n";if(m.b){let S=m.b[0]==="-"||m.b[0]==="+"?m.b:"+"+m.b;this.tokenize(p+S)}else this.tokenize(p)}else this.tokenize(m.b)}e.generate=o,e.name=f,e.parse=n,e.structure=b}),Fr=z(e=>{"use strict";var t=ee();function c(a){return this.Raw(a,this.consumeUntilLeftCurlyBracketOrSemicolon,!0)}function y(){for(let a=1,l;l=this.lookupType(a);a++){if(l===t.RightCurlyBracket)return!0;if(l===t.LeftCurlyBracket||l===t.AtKeyword)return!1}return!1}var u="Atrule",d="atrule",s={name:String,prelude:["AtrulePrelude","Raw",null],block:["Block",null]};function i(){let a=this.tokenStart,l,g,f=null,b=null;switch(this.eat(t.AtKeyword),l=this.substrToCursor(a+1),g=l.toLowerCase(),this.skipSC(),this.eof===!1&&this.tokenType!==t.LeftCurlyBracket&&this.tokenType!==t.Semicolon&&(this.parseAtrulePrelude?f=this.parseWithFallback(this.AtrulePrelude.bind(this,l),c):f=c.call(this,this.tokenIndex),this.skipSC()),this.tokenType){case t.Semicolon:this.next();break;case t.LeftCurlyBracket:hasOwnProperty.call(this.atrule,g)&&typeof this.atrule[g].block=="function"?b=this.atrule[g].block.call(this):b=this.Block(y.call(this));break}return{type:"Atrule",loc:this.getLocation(a,this.tokenStart),name:l,prelude:f,block:b}}function r(a){this.token(t.AtKeyword,"@"+a.name),a.prelude!==null&&this.node(a.prelude),a.block?this.node(a.block):this.token(t.Semicolon,";")}e.generate=r,e.name=u,e.parse=i,e.structure=s,e.walkContext=d}),_r=z(e=>{"use strict";var t=ee(),c="AtrulePrelude",y="atrulePrelude",u={children:[[]]};function d(i){let r=null;return i!==null&&(i=i.toLowerCase()),this.skipSC(),hasOwnProperty.call(this.atrule,i)&&typeof this.atrule[i].prelude=="function"?r=this.atrule[i].prelude.call(this):r=this.readSequence(this.scope.AtrulePrelude),this.skipSC(),this.eof!==!0&&this.tokenType!==t.LeftCurlyBracket&&this.tokenType!==t.Semicolon&&this.error("Semicolon or block is expected"),{type:"AtrulePrelude",loc:this.getLocationFromList(r),children:r}}function s(i){this.children(i)}e.generate=s,e.name=c,e.parse=d,e.structure=u,e.walkContext=y}),Wr=z(e=>{"use strict";var t=ee(),c=36,y=42,u=61,d=94,s=124,i=126;function r(){this.eof&&this.error("Unexpected end of input");let n=this.tokenStart,o=!1;return this.isDelim(y)?(o=!0,this.next()):this.isDelim(s)||this.eat(t.Ident),this.isDelim(s)?this.charCodeAt(this.tokenStart+1)!==u?(this.next(),this.eat(t.Ident)):o&&this.error("Identifier is expected",this.tokenEnd):o&&this.error("Vertical line is expected"),{type:"Identifier",loc:this.getLocation(n,this.tokenStart),name:this.substrToCursor(n)}}function a(){let n=this.tokenStart,o=this.charCodeAt(n);return o!==u&&o!==i&&o!==d&&o!==c&&o!==y&&o!==s&&this.error("Attribute selector (=, ~=, ^=, $=, *=, |=) is expected"),this.next(),o!==u&&(this.isDelim(u)||this.error("Equal sign is expected"),this.next()),this.substrToCursor(n)}var l="AttributeSelector",g={name:"Identifier",matcher:[String,null],value:["String","Identifier",null],flags:[String,null]};function f(){let n=this.tokenStart,o,m=null,p=null,S=null;return this.eat(t.LeftSquareBracket),this.skipSC(),o=r.call(this),this.skipSC(),this.tokenType!==t.RightSquareBracket&&(this.tokenType!==t.Ident&&(m=a.call(this),this.skipSC(),p=this.tokenType===t.String?this.String():this.Identifier(),this.skipSC()),this.tokenType===t.Ident&&(S=this.consume(t.Ident),this.skipSC())),this.eat(t.RightSquareBracket),{type:"AttributeSelector",loc:this.getLocation(n,this.tokenStart),name:o,matcher:m,value:p,flags:S}}function b(n){this.token(t.Delim,"["),this.node(n.name),n.matcher!==null&&(this.tokenize(n.matcher),this.node(n.value)),n.flags!==null&&this.token(t.Ident,n.flags),this.token(t.Delim,"]")}e.generate=b,e.name=l,e.parse=f,e.structure=g}),Lr=z(e=>{"use strict";var t=ee();function c(g){return this.Raw(g,null,!0)}function y(){return this.parseWithFallback(this.Rule,c)}function u(g){return this.Raw(g,this.consumeUntilSemicolonIncluded,!0)}function d(){if(this.tokenType===t.Semicolon)return u.call(this,this.tokenIndex);let g=this.parseWithFallback(this.Declaration,u);return this.tokenType===t.Semicolon&&this.next(),g}var s="Block",i="block",r={children:[["Atrule","Rule","Declaration"]]};function a(g){let f=g?d:y,b=this.tokenStart,n=this.createList();this.eat(t.LeftCurlyBracket);e:for(;!this.eof;)switch(this.tokenType){case t.RightCurlyBracket:break e;case t.WhiteSpace:case t.Comment:this.next();break;case t.AtKeyword:n.push(this.parseWithFallback(this.Atrule,c));break;default:n.push(f.call(this))}return this.eof||this.eat(t.RightCurlyBracket),{type:"Block",loc:this.getLocation(b,this.tokenStart),children:n}}function l(g){this.token(t.LeftCurlyBracket,"{"),this.children(g,f=>{f.type==="Declaration"&&this.token(t.Semicolon,";")}),this.token(t.RightCurlyBracket,"}")}e.generate=l,e.name=s,e.parse=a,e.structure=r,e.walkContext=i}),qr=z(e=>{"use strict";var t=ee(),c="Brackets",y={children:[[]]};function u(s,i){let r=this.tokenStart,a=null;return this.eat(t.LeftSquareBracket),a=s.call(this,i),this.eof||this.eat(t.RightSquareBracket),{type:"Brackets",loc:this.getLocation(r,this.tokenStart),children:a}}function d(s){this.token(t.Delim,"["),this.children(s),this.token(t.Delim,"]")}e.generate=d,e.name=c,e.parse=u,e.structure=y}),Pr=z(e=>{"use strict";var t=ee(),c="CDC",y=[];function u(){let s=this.tokenStart;return this.eat(t.CDC),{type:"CDC",loc:this.getLocation(s,this.tokenStart)}}function d(){this.token(t.CDC,"-->")}e.generate=d,e.name=c,e.parse=u,e.structure=y}),Mr=z(e=>{"use strict";var t=ee(),c="CDO",y=[];function u(){let s=this.tokenStart;return this.eat(t.CDO),{type:"CDO",loc:this.getLocation(s,this.tokenStart)}}function d(){this.token(t.CDO,"<!--")}e.generate=d,e.name=c,e.parse=u,e.structure=y}),Ir=z(e=>{"use strict";var t=ee(),c=46,y="ClassSelector",u={name:String};function d(){return this.eatDelim(c),{type:"ClassSelector",loc:this.getLocation(this.tokenStart-1,this.tokenEnd),name:this.consume(t.Ident)}}function s(i){this.token(t.Delim,"."),this.token(t.Ident,i.name)}e.generate=s,e.name=y,e.parse=d,e.structure=u}),Nr=z(e=>{"use strict";var t=ee(),c=43,y=47,u=62,d=126,s="Combinator",i={name:String};function r(){let l=this.tokenStart,g;switch(this.tokenType){case t.WhiteSpace:g=" ";break;case t.Delim:switch(this.charCodeAt(this.tokenStart)){case u:case c:case d:this.next();break;case y:this.next(),this.eatIdent("deep"),this.eatDelim(y);break;default:this.error("Combinator is expected")}g=this.substrToCursor(l);break}return{type:"Combinator",loc:this.getLocation(l,this.tokenStart),name:g}}function a(l){this.tokenize(l.name)}e.generate=a,e.name=s,e.parse=r,e.structure=i}),Rr=z(e=>{"use strict";var t=ee(),c=42,y=47,u="Comment",d={value:String};function s(){let r=this.tokenStart,a=this.tokenEnd;return this.eat(t.Comment),a-r+2>=2&&this.charCodeAt(a-2)===c&&this.charCodeAt(a-1)===y&&(a-=2),{type:"Comment",loc:this.getLocation(r,this.tokenStart),value:this.substring(r+2,a)}}function i(r){this.token(t.Comment,"/*"+r.value+"*/")}e.generate=i,e.name=u,e.parse=s,e.structure=d}),Gr=z(e=>{"use strict";var t=rt(),c=ee(),y=33,u=35,d=36,s=38,i=42,r=43,a=47;function l(C){return this.Raw(C,this.consumeUntilExclamationMarkOrSemicolon,!0)}function g(C){return this.Raw(C,this.consumeUntilExclamationMarkOrSemicolon,!1)}function f(){let C=this.tokenIndex,h=this.Value();return h.type!=="Raw"&&this.eof===!1&&this.tokenType!==c.Semicolon&&this.isDelim(y)===!1&&this.isBalanceEdge(C)===!1&&this.error(),h}var b="Declaration",n="declaration",o={important:[Boolean,String],property:String,value:["Value","Raw"]};function m(){let C=this.tokenStart,h=this.tokenIndex,w=S.call(this),k=t.isCustomProperty(w),x=k?this.parseCustomProperty:this.parseValue,A=k?g:l,B=!1,E;this.skipSC(),this.eat(c.Colon);let D=this.tokenIndex;if(k||this.skipSC(),x?E=this.parseWithFallback(f,A):E=A.call(this,this.tokenIndex),k&&E.type==="Value"&&E.children.isEmpty){for(let W=D-this.tokenIndex;W<=0;W++)if(this.lookupType(W)===c.WhiteSpace){E.children.appendData({type:"WhiteSpace",loc:null,value:" "});break}}return this.isDelim(y)&&(B=v.call(this),this.skipSC()),this.eof===!1&&this.tokenType!==c.Semicolon&&this.isBalanceEdge(h)===!1&&this.error(),{type:"Declaration",loc:this.getLocation(C,this.tokenStart),important:B,property:w,value:E}}function p(C){this.token(c.Ident,C.property),this.token(c.Colon,":"),this.node(C.value),C.important&&(this.token(c.Delim,"!"),this.token(c.Ident,C.important===!0?"important":C.important))}function S(){let C=this.tokenStart;if(this.tokenType===c.Delim)switch(this.charCodeAt(this.tokenStart)){case i:case d:case r:case u:case s:this.next();break;case a:this.next(),this.isDelim(a)&&this.next();break}return this.tokenType===c.Hash?this.eat(c.Hash):this.eat(c.Ident),this.substrToCursor(C)}function v(){this.eat(c.Delim),this.skipSC();let C=this.consume(c.Ident);return C==="important"?!0:C}e.generate=p,e.name=b,e.parse=m,e.structure=o,e.walkContext=n}),jr=z(e=>{"use strict";var t=ee();function c(i){return this.Raw(i,this.consumeUntilSemicolonIncluded,!0)}var y="DeclarationList",u={children:[["Declaration"]]};function d(){let i=this.createList();for(;!this.eof;)switch(this.tokenType){case t.WhiteSpace:case t.Comment:case t.Semicolon:this.next();break;default:i.push(this.parseWithFallback(this.Declaration,c))}return{type:"DeclarationList",loc:this.getLocationFromList(i),children:i}}function s(i){this.children(i,r=>{r.type==="Declaration"&&this.token(t.Semicolon,";")})}e.generate=s,e.name=y,e.parse=d,e.structure=u}),Ur=z(e=>{"use strict";var t=ee(),c="Dimension",y={value:String,unit:String};function u(){let s=this.tokenStart,i=this.consumeNumber(t.Dimension);return{type:"Dimension",loc:this.getLocation(s,this.tokenStart),value:i,unit:this.substring(s+i.length,this.tokenStart)}}function d(s){this.token(t.Dimension,s.value+s.unit)}e.generate=d,e.name=c,e.parse=u,e.structure=y}),Vr=z(e=>{"use strict";var t=ee(),c="Function",y="function",u={name:String,children:[[]]};function d(i,r){let a=this.tokenStart,l=this.consumeFunctionName(),g=l.toLowerCase(),f;return f=r.hasOwnProperty(g)?r[g].call(this,r):i.call(this,r),this.eof||this.eat(t.RightParenthesis),{type:"Function",loc:this.getLocation(a,this.tokenStart),name:l,children:f}}function s(i){this.token(t.Function,i.name+"("),this.children(i),this.token(t.RightParenthesis,")")}e.generate=s,e.name=c,e.parse=d,e.structure=u,e.walkContext=y}),Hr=z(e=>{"use strict";var t=ee(),c="XXX",y="Hash",u={value:String};function d(){let i=this.tokenStart;return this.eat(t.Hash),{type:"Hash",loc:this.getLocation(i,this.tokenStart),value:this.substrToCursor(i+1)}}function s(i){this.token(t.Hash,"#"+i.value)}e.generate=s,e.name=y,e.parse=d,e.structure=u,e.xxx=c}),Kr=z(e=>{"use strict";var t=ee(),c="Identifier",y={name:String};function u(){return{type:"Identifier",loc:this.getLocation(this.tokenStart,this.tokenEnd),name:this.consume(t.Ident)}}function d(s){this.token(t.Ident,s.name)}e.generate=d,e.name=c,e.parse=u,e.structure=y}),Yr=z(e=>{"use strict";var t=ee(),c="IdSelector",y={name:String};function u(){let s=this.tokenStart;return this.eat(t.Hash),{type:"IdSelector",loc:this.getLocation(s,this.tokenStart),name:this.substrToCursor(s+1)}}function d(s){this.token(t.Delim,"#"+s.name)}e.generate=d,e.name=c,e.parse=u,e.structure=y}),Xr=z(e=>{"use strict";var t=ee(),c="MediaFeature",y={name:String,value:["Identifier","Number","Dimension","Ratio",null]};function u(){let s=this.tokenStart,i,r=null;if(this.eat(t.LeftParenthesis),this.skipSC(),i=this.consume(t.Ident),this.skipSC(),this.tokenType!==t.RightParenthesis){switch(this.eat(t.Colon),this.skipSC(),this.tokenType){case t.Number:this.lookupNonWSType(1)===t.Delim?r=this.Ratio():r=this.Number();break;case t.Dimension:r=this.Dimension();break;case t.Ident:r=this.Identifier();break;default:this.error("Number, dimension, ratio or identifier is expected")}this.skipSC()}return this.eat(t.RightParenthesis),{type:"MediaFeature",loc:this.getLocation(s,this.tokenStart),name:i,value:r}}function d(s){this.token(t.LeftParenthesis,"("),this.token(t.Ident,s.name),s.value!==null&&(this.token(t.Colon,":"),this.node(s.value)),this.token(t.RightParenthesis,")")}e.generate=d,e.name=c,e.parse=u,e.structure=y}),$r=z(e=>{"use strict";var t=ee(),c="MediaQuery",y={children:[["Identifier","MediaFeature","WhiteSpace"]]};function u(){let s=this.createList(),i=null;this.skipSC();e:for(;!this.eof;){switch(this.tokenType){case t.Comment:case t.WhiteSpace:this.next();continue;case t.Ident:i=this.Identifier();break;case t.LeftParenthesis:i=this.MediaFeature();break;default:break e}s.push(i)}return i===null&&this.error("Identifier or parenthesis is expected"),{type:"MediaQuery",loc:this.getLocationFromList(s),children:s}}function d(s){this.children(s)}e.generate=d,e.name=c,e.parse=u,e.structure=y}),Zr=z(e=>{"use strict";var t=ee(),c="MediaQueryList",y={children:[["MediaQuery"]]};function u(){let s=this.createList();for(this.skipSC();!this.eof&&(s.push(this.MediaQuery()),this.tokenType===t.Comma);)this.next();return{type:"MediaQueryList",loc:this.getLocationFromList(s),children:s}}function d(s){this.children(s,()=>this.token(t.Comma,","))}e.generate=d,e.name=c,e.parse=u,e.structure=y}),Qr=z(e=>{"use strict";var t=ee(),c="Nth",y={nth:["AnPlusB","Identifier"],selector:["SelectorList",null]};function u(){this.skipSC();let s=this.tokenStart,i=s,r=null,a;return this.lookupValue(0,"odd")||this.lookupValue(0,"even")?a=this.Identifier():a=this.AnPlusB(),i=this.tokenStart,this.skipSC(),this.lookupValue(0,"of")&&(this.next(),r=this.SelectorList(),i=this.tokenStart),{type:"Nth",loc:this.getLocation(s,i),nth:a,selector:r}}function d(s){this.node(s.nth),s.selector!==null&&(this.token(t.Ident,"of"),this.node(s.selector))}e.generate=d,e.name=c,e.parse=u,e.structure=y}),Jr=z(e=>{"use strict";var t=ee(),c="Number",y={value:String};function u(){return{type:"Number",loc:this.getLocation(this.tokenStart,this.tokenEnd),value:this.consume(t.Number)}}function d(s){this.token(t.Number,s.value)}e.generate=d,e.name=c,e.parse=u,e.structure=y}),en=z(e=>{"use strict";var t="Operator",c={value:String};function y(){let d=this.tokenStart;return this.next(),{type:"Operator",loc:this.getLocation(d,this.tokenStart),value:this.substrToCursor(d)}}function u(d){this.tokenize(d.value)}e.generate=u,e.name=t,e.parse=y,e.structure=c}),tn=z(e=>{"use strict";var t=ee(),c="Parentheses",y={children:[[]]};function u(s,i){let r=this.tokenStart,a=null;return this.eat(t.LeftParenthesis),a=s.call(this,i),this.eof||this.eat(t.RightParenthesis),{type:"Parentheses",loc:this.getLocation(r,this.tokenStart),children:a}}function d(s){this.token(t.LeftParenthesis,"("),this.children(s),this.token(t.RightParenthesis,")")}e.generate=d,e.name=c,e.parse=u,e.structure=y}),rn=z(e=>{"use strict";var t=ee(),c="Percentage",y={value:String};function u(){return{type:"Percentage",loc:this.getLocation(this.tokenStart,this.tokenEnd),value:this.consumeNumber(t.Percentage)}}function d(s){this.token(t.Percentage,s.value+"%")}e.generate=d,e.name=c,e.parse=u,e.structure=y}),nn=z(e=>{"use strict";var t=ee(),c="PseudoClassSelector",y="function",u={name:String,children:[["Raw"],null]};function d(){let i=this.tokenStart,r=null,a,l;return this.eat(t.Colon),this.tokenType===t.Function?(a=this.consumeFunctionName(),l=a.toLowerCase(),hasOwnProperty.call(this.pseudo,l)?(this.skipSC(),r=this.pseudo[l].call(this),this.skipSC()):(r=this.createList(),r.push(this.Raw(this.tokenIndex,null,!1))),this.eat(t.RightParenthesis)):a=this.consume(t.Ident),{type:"PseudoClassSelector",loc:this.getLocation(i,this.tokenStart),name:a,children:r}}function s(i){this.token(t.Colon,":"),i.children===null?this.token(t.Ident,i.name):(this.token(t.Function,i.name+"("),this.children(i),this.token(t.RightParenthesis,")"))}e.generate=s,e.name=c,e.parse=d,e.structure=u,e.walkContext=y}),an=z(e=>{"use strict";var t=ee(),c="PseudoElementSelector",y="function",u={name:String,children:[["Raw"],null]};function d(){let i=this.tokenStart,r=null,a,l;return this.eat(t.Colon),this.eat(t.Colon),this.tokenType===t.Function?(a=this.consumeFunctionName(),l=a.toLowerCase(),hasOwnProperty.call(this.pseudo,l)?(this.skipSC(),r=this.pseudo[l].call(this),this.skipSC()):(r=this.createList(),r.push(this.Raw(this.tokenIndex,null,!1))),this.eat(t.RightParenthesis)):a=this.consume(t.Ident),{type:"PseudoElementSelector",loc:this.getLocation(i,this.tokenStart),name:a,children:r}}function s(i){this.token(t.Colon,":"),this.token(t.Colon,":"),i.children===null?this.token(t.Ident,i.name):(this.token(t.Function,i.name+"("),this.children(i),this.token(t.RightParenthesis,")"))}e.generate=s,e.name=c,e.parse=d,e.structure=u,e.walkContext=y}),on=z(e=>{"use strict";var t=ee(),c=ue(),y=47,u=46;function d(){this.skipSC();let l=this.consume(t.Number);for(let g=0;g<l.length;g++){let f=l.charCodeAt(g);!c.isDigit(f)&&f!==u&&this.error("Unsigned number is expected",this.tokenStart-l.length+g)}return Number(l)===0&&this.error("Zero number is not allowed",this.tokenStart-l.length),l}var s="Ratio",i={left:String,right:String};function r(){let l=this.tokenStart,g=d.call(this),f;return this.skipSC(),this.eatDelim(y),f=d.call(this),{type:"Ratio",loc:this.getLocation(l,this.tokenStart),left:g,right:f}}function a(l){this.token(t.Number,l.left),this.token(t.Delim,"/"),this.token(t.Number,l.right)}e.generate=a,e.name=s,e.parse=r,e.structure=i}),sn=z(e=>{"use strict";var t=ee();function c(){return this.tokenIndex>0&&this.lookupType(-1)===t.WhiteSpace?this.tokenIndex>1?this.getTokenStart(this.tokenIndex-1):this.firstCharOffset:this.tokenStart}var y="Raw",u={value:String};function d(i,r,a){let l=this.getTokenStart(i),g;return this.skipUntilBalanced(i,r||this.consumeUntilBalanceEnd),a&&this.tokenStart>l?g=c.call(this):g=this.tokenStart,{type:"Raw",loc:this.getLocation(l,g),value:this.substring(l,g)}}function s(i){this.tokenize(i.value)}e.generate=s,e.name=y,e.parse=d,e.structure=u}),ln=z(e=>{"use strict";var t=ee();function c(a){return this.Raw(a,this.consumeUntilLeftCurlyBracket,!0)}function y(){let a=this.SelectorList();return a.type!=="Raw"&&this.eof===!1&&this.tokenType!==t.LeftCurlyBracket&&this.error(),a}var u="Rule",d="rule",s={prelude:["SelectorList","Raw"],block:["Block"]};function i(){let a=this.tokenIndex,l=this.tokenStart,g,f;return this.parseRulePrelude?g=this.parseWithFallback(y,c):g=c.call(this,a),f=this.Block(!0),{type:"Rule",loc:this.getLocation(l,this.tokenStart),prelude:g,block:f}}function r(a){this.node(a.prelude),this.node(a.block)}e.generate=r,e.name=u,e.parse=i,e.structure=s,e.walkContext=d}),un=z(e=>{"use strict";var t="Selector",c={children:[["TypeSelector","IdSelector","ClassSelector","AttributeSelector","PseudoClassSelector","PseudoElementSelector","Combinator","WhiteSpace"]]};function y(){let d=this.readSequence(this.scope.Selector);return this.getFirstListNode(d)===null&&this.error("Selector is expected"),{type:"Selector",loc:this.getLocationFromList(d),children:d}}function u(d){this.children(d)}e.generate=u,e.name=t,e.parse=y,e.structure=c}),dn=z(e=>{"use strict";var t=ee(),c="SelectorList",y="selector",u={children:[["Selector","Raw"]]};function d(){let i=this.createList();for(;!this.eof;){if(i.push(this.Selector()),this.tokenType===t.Comma){this.next();continue}break}return{type:"SelectorList",loc:this.getLocationFromList(i),children:i}}function s(i){this.children(i,()=>this.token(t.Comma,","))}e.generate=s,e.name=c,e.parse=d,e.structure=u,e.walkContext=y}),it=z(e=>{"use strict";var t=ue(),c=ge(),y=92,u=34,d=39;function s(r){let a=r.length,l=r.charCodeAt(0),g=l===u||l===d?1:0,f=g===1&&a>1&&r.charCodeAt(a-1)===l?a-2:a-1,b="";for(let n=g;n<=f;n++){let o=r.charCodeAt(n);if(o===y){if(n===f){n!==a-1&&(b=r.substr(n+1));break}if(o=r.charCodeAt(++n),t.isValidEscape(y,o)){let m=n-1,p=c.consumeEscaped(r,m);n=p-1,b+=c.decodeEscaped(r.substring(m+1,p))}else o===13&&r.charCodeAt(n+1)===10&&n++}else b+=r[n]}return b}function i(r,a){let l=a?"'":'"',g=a?d:u,f="",b=!1;for(let n=0;n<r.length;n++){let o=r.charCodeAt(n);if(o===0){f+="\uFFFD";continue}if(o<=31||o===127){f+="\\"+o.toString(16),b=!0;continue}o===g||o===y?(f+="\\"+r.charAt(n),b=!1):(b&&(t.isHexDigit(o)||t.isWhiteSpace(o))&&(f+=" "),f+=r.charAt(n),b=!1)}return l+f+l}e.decode=s,e.encode=i}),cn=z(e=>{"use strict";var t=it(),c=ee(),y="String",u={value:String};function d(){return{type:"String",loc:this.getLocation(this.tokenStart,this.tokenEnd),value:t.decode(this.consume(c.String))}}function s(i){this.token(c.String,t.encode(i.value))}e.generate=s,e.name=y,e.parse=d,e.structure=u}),pn=z(e=>{"use strict";var t=ee(),c=33;function y(a){return this.Raw(a,null,!1)}var u="StyleSheet",d="stylesheet",s={children:[["Comment","CDO","CDC","Atrule","Rule","Raw"]]};function i(){let a=this.tokenStart,l=this.createList(),g;for(;!this.eof;){switch(this.tokenType){case t.WhiteSpace:this.next();continue;case t.Comment:if(this.charCodeAt(this.tokenStart+2)!==c){this.next();continue}g=this.Comment();break;case t.CDO:g=this.CDO();break;case t.CDC:g=this.CDC();break;case t.AtKeyword:g=this.parseWithFallback(this.Atrule,y);break;default:g=this.parseWithFallback(this.Rule,y)}l.push(g)}return{type:"StyleSheet",loc:this.getLocation(a,this.tokenStart),children:l}}function r(a){this.children(a)}e.generate=r,e.name=u,e.parse=i,e.structure=s,e.walkContext=d}),mn=z(e=>{"use strict";var t=ee(),c=42,y=124;function u(){this.tokenType!==t.Ident&&this.isDelim(c)===!1&&this.error("Identifier or asterisk is expected"),this.next()}var d="TypeSelector",s={name:String};function i(){let a=this.tokenStart;return this.isDelim(y)?(this.next(),u.call(this)):(u.call(this),this.isDelim(y)&&(this.next(),u.call(this))),{type:"TypeSelector",loc:this.getLocation(a,this.tokenStart),name:this.substrToCursor(a)}}function r(a){this.tokenize(a.name)}e.generate=r,e.name=d,e.parse=i,e.structure=s}),hn=z(e=>{"use strict";var t=ee(),c=ue(),y=43,u=45,d=63;function s(n,o){let m=0;for(let p=this.tokenStart+n;p<this.tokenEnd;p++){let S=this.charCodeAt(p);if(S===u&&o&&m!==0)return s.call(this,n+m+1,!1),-1;c.isHexDigit(S)||this.error(o&&m!==0?"Hyphen minus"+(m<6?" or hex digit":"")+" is expected":m<6?"Hex digit is expected":"Unexpected input",p),++m>6&&this.error("Too many hex digits",p)}return this.next(),m}function i(n){let o=0;for(;this.isDelim(d);)++o>n&&this.error("Too many question marks"),this.next()}function r(n){this.charCodeAt(this.tokenStart)!==n&&this.error((n===y?"Plus sign":"Hyphen minus")+" is expected")}function a(){let n=0;switch(this.tokenType){case t.Number:if(n=s.call(this,1,!0),this.isDelim(d)){i.call(this,6-n);break}if(this.tokenType===t.Dimension||this.tokenType===t.Number){r.call(this,u),s.call(this,1,!1);break}break;case t.Dimension:n=s.call(this,1,!0),n>0&&i.call(this,6-n);break;default:if(this.eatDelim(y),this.tokenType===t.Ident){n=s.call(this,0,!0),n>0&&i.call(this,6-n);break}if(this.isDelim(d)){this.next(),i.call(this,5);break}this.error("Hex digit or question mark is expected")}}var l="UnicodeRange",g={value:String};function f(){let n=this.tokenStart;return this.eatIdent("u"),a.call(this),{type:"UnicodeRange",loc:this.getLocation(n,this.tokenStart),value:this.substrToCursor(n)}}function b(n){this.tokenize(n.value)}e.generate=b,e.name=l,e.parse=f,e.structure=g}),gn=z(e=>{"use strict";var t=ue(),c=ge(),y=32,u=92,d=34,s=39,i=40,r=41;function a(g){let f=g.length,b=4,n=g.charCodeAt(f-1)===r?f-2:f-1,o="";for(;b<n&&t.isWhiteSpace(g.charCodeAt(b));)b++;for(;b<n&&t.isWhiteSpace(g.charCodeAt(n));)n--;for(let m=b;m<=n;m++){let p=g.charCodeAt(m);if(p===u){if(m===n){m!==f-1&&(o=g.substr(m+1));break}if(p=g.charCodeAt(++m),t.isValidEscape(u,p)){let S=m-1,v=c.consumeEscaped(g,S);m=v-1,o+=c.decodeEscaped(g.substring(S+1,v))}else p===13&&g.charCodeAt(m+1)===10&&m++}else o+=g[m]}return o}function l(g){let f="",b=!1;for(let n=0;n<g.length;n++){let o=g.charCodeAt(n);if(o===0){f+="\uFFFD";continue}if(o<=31||o===127){f+="\\"+o.toString(16),b=!0;continue}o===y||o===u||o===d||o===s||o===i||o===r?(f+="\\"+g.charAt(n),b=!1):(b&&t.isHexDigit(o)&&(f+=" "),f+=g.charAt(n),b=!1)}return"url("+f+")"}e.decode=a,e.encode=l}),fn=z(e=>{"use strict";var t=gn(),c=it(),y=ee(),u="Url",d={value:String};function s(){let r=this.tokenStart,a;switch(this.tokenType){case y.Url:a=t.decode(this.consume(y.Url));break;case y.Function:this.cmpStr(this.tokenStart,this.tokenEnd,"url(")||this.error("Function name must be `url`"),this.eat(y.Function),this.skipSC(),a=c.decode(this.consume(y.String)),this.skipSC(),this.eof||this.eat(y.RightParenthesis);break;default:this.error("Url or Function is expected")}return{type:"Url",loc:this.getLocation(r,this.tokenStart),value:a}}function i(r){this.token(y.Url,t.encode(r.value))}e.generate=i,e.name=u,e.parse=s,e.structure=d}),yn=z(e=>{"use strict";var t="Value",c={children:[[]]};function y(){let d=this.tokenStart,s=this.readSequence(this.scope.Value);return{type:"Value",loc:this.getLocation(d,this.tokenStart),children:s}}function u(d){this.children(d)}e.generate=u,e.name=t,e.parse=y,e.structure=c}),bn=z(e=>{"use strict";var t=ee(),c=Object.freeze({type:"WhiteSpace",loc:null,value:" "}),y="WhiteSpace",u={value:String};function d(){return this.eat(t.WhiteSpace),c}function s(i){this.token(t.WhiteSpace,i.value)}e.generate=s,e.name=y,e.parse=d,e.structure=u}),Sn=z(e=>{"use strict";var t=Dr(),c=Fr(),y=_r(),u=Wr(),d=Lr(),s=qr(),i=Pr(),r=Mr(),a=Ir(),l=Nr(),g=Rr(),f=Gr(),b=jr(),n=Ur(),o=Vr(),m=Hr(),p=Kr(),S=Yr(),v=Xr(),C=$r(),h=Zr(),w=Qr(),k=Jr(),x=en(),A=tn(),B=rn(),E=nn(),D=an(),W=on(),I=sn(),q=ln(),F=un(),M=dn(),G=cn(),V=pn(),H=mn(),j=hn(),L=fn(),O=yn(),T=bn();e.AnPlusB=t,e.Atrule=c,e.AtrulePrelude=y,e.AttributeSelector=u,e.Block=d,e.Brackets=s,e.CDC=i,e.CDO=r,e.ClassSelector=a,e.Combinator=l,e.Comment=g,e.Declaration=f,e.DeclarationList=b,e.Dimension=n,e.Function=o,e.Hash=m,e.Identifier=p,e.IdSelector=S,e.MediaFeature=v,e.MediaQuery=C,e.MediaQueryList=h,e.Nth=w,e.Number=k,e.Operator=x,e.Parentheses=A,e.Percentage=B,e.PseudoClassSelector=E,e.PseudoElementSelector=D,e.Ratio=W,e.Raw=I,e.Rule=q,e.Selector=F,e.SelectorList=M,e.String=G,e.StyleSheet=V,e.TypeSelector=H,e.UnicodeRange=j,e.Url=L,e.Value=O,e.WhiteSpace=T}),so=z((e,t)=>{"use strict";var c=oo(),y=Sn(),u={generic:!0,...c,node:y};t.exports=u}),vn=z((e,t)=>{"use strict";var c=ee(),y=35,u=42,d=43,s=45,i=47,r=117;function a(l){switch(this.tokenType){case c.Hash:return this.Hash();case c.Comma:return this.Operator();case c.LeftParenthesis:return this.Parentheses(this.readSequence,l.recognizer);case c.LeftSquareBracket:return this.Brackets(this.readSequence,l.recognizer);case c.String:return this.String();case c.Dimension:return this.Dimension();case c.Percentage:return this.Percentage();case c.Number:return this.Number();case c.Function:return this.cmpStr(this.tokenStart,this.tokenEnd,"url(")?this.Url():this.Function(this.readSequence,l.recognizer);case c.Url:return this.Url();case c.Ident:return this.cmpChar(this.tokenStart,r)&&this.cmpChar(this.tokenStart+1,d)?this.UnicodeRange():this.Identifier();case c.Delim:{let g=this.charCodeAt(this.tokenStart);if(g===i||g===u||g===d||g===s)return this.Operator();g===y&&this.error("Hex or identifier is expected",this.tokenStart+1);break}}}t.exports=a}),lo=z((e,t)=>{"use strict";var c=vn(),y={getNode:c};t.exports=y}),uo=z((e,t)=>{"use strict";var c=ee(),y=35,u=42,d=43,s=47,i=46,r=62,a=124,l=126;function g(n,o){o.last!==null&&o.last.type!=="Combinator"&&n!==null&&n.type!=="Combinator"&&o.push({type:"Combinator",loc:null,name:" "})}function f(){switch(this.tokenType){case c.LeftSquareBracket:return this.AttributeSelector();case c.Hash:return this.IdSelector();case c.Colon:return this.lookupType(1)===c.Colon?this.PseudoElementSelector():this.PseudoClassSelector();case c.Ident:return this.TypeSelector();case c.Number:case c.Percentage:return this.Percentage();case c.Dimension:this.charCodeAt(this.tokenStart)===i&&this.error("Identifier is expected",this.tokenStart+1);break;case c.Delim:{switch(this.charCodeAt(this.tokenStart)){case d:case r:case l:case s:return this.Combinator();case i:return this.ClassSelector();case u:case a:return this.TypeSelector();case y:return this.IdSelector()}break}}}var b={onWhiteSpace:g,getNode:f};t.exports=b}),co=z((e,t)=>{"use strict";function c(){return this.createSingleNodeList(this.Raw(this.tokenIndex,null,!1))}t.exports=c}),po=z((e,t)=>{"use strict";var c=ee();function y(){let u=this.createList();if(this.skipSC(),u.push(this.Identifier()),this.skipSC(),this.tokenType===c.Comma){u.push(this.Operator());let d=this.tokenIndex,s=this.parseCustomProperty?this.Value(null):this.Raw(this.tokenIndex,this.consumeUntilExclamationMarkOrSemicolon,!1);if(s.type==="Value"&&s.children.isEmpty){for(let i=d-this.tokenIndex;i<=0;i++)if(this.lookupType(i)===c.WhiteSpace){s.children.appendData({type:"WhiteSpace",loc:null,value:" "});break}}u.push(s)}return u}t.exports=y}),mo=z((e,t)=>{"use strict";var c=vn(),y=co(),u=po();function d(i){return i!==null&&i.type==="Operator"&&(i.value[i.value.length-1]==="-"||i.value[i.value.length-1]==="+")}var s={getNode:c,onWhiteSpace(i,r){d(i)&&(i.value=" "+i.value),d(r.last)&&(r.last.value+=" ")},expression:y,var:u};t.exports=s}),ho=z(e=>{"use strict";var t=lo(),c=uo(),y=mo();e.AtrulePrelude=t,e.Selector=c,e.Value=y}),go=z((e,t)=>{"use strict";var c={parse:{prelude:null,block(){return this.Block(!0)}}};t.exports=c}),fo=z((e,t)=>{"use strict";var c=ee(),y={parse:{prelude(){let u=this.createList();switch(this.skipSC(),this.tokenType){case c.String:u.push(this.String());break;case c.Url:case c.Function:u.push(this.Url());break;default:this.error("String or url() is expected")}return(this.lookupNonWSType(0)===c.Ident||this.lookupNonWSType(0)===c.LeftParenthesis)&&u.push(this.MediaQueryList()),u},block:null}};t.exports=y}),yo=z((e,t)=>{"use strict";var c={parse:{prelude(){return this.createSingleNodeList(this.MediaQueryList())},block(){return this.Block(!1)}}};t.exports=c}),bo=z((e,t)=>{"use strict";var c={parse:{prelude(){return this.createSingleNodeList(this.SelectorList())},block(){return this.Block(!0)}}};t.exports=c}),So=z((e,t)=>{"use strict";var c=ee();function y(){return this.createSingleNodeList(this.Raw(this.tokenIndex,null,!1))}function u(){return this.skipSC(),this.tokenType===c.Ident&&this.lookupNonWSType(1)===c.Colon?this.createSingleNodeList(this.Declaration()):d.call(this)}function d(){let i=this.createList(),r;this.skipSC();e:for(;!this.eof;){switch(this.tokenType){case c.Comment:case c.WhiteSpace:this.next();continue;case c.Function:r=this.Function(y,this.scope.AtrulePrelude);break;case c.Ident:r=this.Identifier();break;case c.LeftParenthesis:r=this.Parentheses(u,this.scope.AtrulePrelude);break;default:break e}i.push(r)}return i}var s={parse:{prelude(){let i=d.call(this);return this.getFirstListNode(i)===null&&this.error("Condition is expected"),i},block(){return this.Block(!1)}}};t.exports=s}),vo=z((e,t)=>{"use strict";var c=go(),y=fo(),u=yo(),d=bo(),s=So(),i={"font-face":c,import:y,media:u,page:d,supports:s};t.exports=i}),xo=z((e,t)=>{"use strict";var c={parse(){return this.createSingleNodeList(this.SelectorList())}},y={parse(){return this.createSingleNodeList(this.Selector())}},u={parse(){return this.createSingleNodeList(this.Identifier())}},d={parse(){return this.createSingleNodeList(this.Nth())}},s={dir:u,has:c,lang:u,matches:c,is:c,"-moz-any":c,"-webkit-any":c,where:c,not:c,"nth-child":d,"nth-last-child":d,"nth-last-of-type":d,"nth-of-type":d,slotted:y};t.exports=s}),Co=z(e=>{"use strict";var t=Dr(),c=Fr(),y=_r(),u=Wr(),d=Lr(),s=qr(),i=Pr(),r=Mr(),a=Ir(),l=Nr(),g=Rr(),f=Gr(),b=jr(),n=Ur(),o=Vr(),m=Hr(),p=Kr(),S=Yr(),v=Xr(),C=$r(),h=Zr(),w=Qr(),k=Jr(),x=en(),A=tn(),B=rn(),E=nn(),D=an(),W=on(),I=sn(),q=ln(),F=un(),M=dn(),G=cn(),V=pn(),H=mn(),j=hn(),L=fn(),O=yn(),T=bn();e.AnPlusB=t.parse,e.Atrule=c.parse,e.AtrulePrelude=y.parse,e.AttributeSelector=u.parse,e.Block=d.parse,e.Brackets=s.parse,e.CDC=i.parse,e.CDO=r.parse,e.ClassSelector=a.parse,e.Combinator=l.parse,e.Comment=g.parse,e.Declaration=f.parse,e.DeclarationList=b.parse,e.Dimension=n.parse,e.Function=o.parse,e.Hash=m.parse,e.Identifier=p.parse,e.IdSelector=S.parse,e.MediaFeature=v.parse,e.MediaQuery=C.parse,e.MediaQueryList=h.parse,e.Nth=w.parse,e.Number=k.parse,e.Operator=x.parse,e.Parentheses=A.parse,e.Percentage=B.parse,e.PseudoClassSelector=E.parse,e.PseudoElementSelector=D.parse,e.Ratio=W.parse,e.Raw=I.parse,e.Rule=q.parse,e.Selector=F.parse,e.SelectorList=M.parse,e.String=G.parse,e.StyleSheet=V.parse,e.TypeSelector=H.parse,e.UnicodeRange=j.parse,e.Url=L.parse,e.Value=O.parse,e.WhiteSpace=T.parse}),ko=z((e,t)=>{"use strict";var c=ho(),y=vo(),u=xo(),d=Co(),s={parseContext:{default:"StyleSheet",stylesheet:"StyleSheet",atrule:"Atrule",atrulePrelude(i){return this.AtrulePrelude(i.atrule?String(i.atrule):null)},mediaQueryList:"MediaQueryList",mediaQuery:"MediaQuery",rule:"Rule",selectorList:"SelectorList",selector:"Selector",block(){return this.Block(!0)},declarationList:"DeclarationList",declaration:"Declaration",value:"Value"},scope:c,atrule:y,pseudo:u,node:d};t.exports=s}),wo=z((e,t)=>{"use strict";var c=Sn(),y={node:c};t.exports=y}),Ao=z((e,t)=>{"use strict";var c=zr(),y=so(),u=ko(),d=wo(),s=c({...y,...u,...d});t.exports=s}),Eo=z((e,t)=>{t.exports={name:"css-tree",version:"2.2.1",description:"A tool set for CSS: fast detailed parser (CSS \u2192 AST), walker (AST traversal), generator (AST \u2192 CSS) and lexer (validation and matching) based on specs and browser implementations",author:"Roman Dvornov <rdvornov@gmail.com> (https://github.com/lahmatiy)",license:"MIT",repository:"csstree/csstree",keywords:["css","ast","tokenizer","parser","walker","lexer","generator","utils","syntax","validation"],type:"module",module:"./lib/index.js",main:"./cjs/index.cjs",exports:{".":{import:"./lib/index.js",require:"./cjs/index.cjs"},"./dist/*":"./dist/*.js","./package.json":"./package.json","./tokenizer":{import:"./lib/tokenizer/index.js",require:"./cjs/tokenizer/index.cjs"},"./parser":{import:"./lib/parser/index.js",require:"./cjs/parser/index.cjs"},"./selector-parser":{import:"./lib/parser/parse-selector.js",require:"./cjs/parser/parse-selector.cjs"},"./generator":{import:"./lib/generator/index.js",require:"./cjs/generator/index.cjs"},"./walker":{import:"./lib/walker/index.js",require:"./cjs/walker/index.cjs"},"./convertor":{import:"./lib/convertor/index.js",require:"./cjs/convertor/index.cjs"},"./lexer":{import:"./lib/lexer/index.js",require:"./cjs/lexer/index.cjs"},"./definition-syntax":{import:"./lib/definition-syntax/index.js",require:"./cjs/definition-syntax/index.cjs"},"./definition-syntax-data":{import:"./lib/data.js",require:"./cjs/data.cjs"},"./definition-syntax-data-patch":{import:"./lib/data-patch.js",require:"./cjs/data-patch.cjs"},"./utils":{import:"./lib/utils/index.js",require:"./cjs/utils/index.cjs"}},browser:{"./cjs/data.cjs":"./dist/data.cjs","./cjs/version.cjs":"./dist/version.cjs","./lib/data.js":"./dist/data.js","./lib/version.js":"./dist/version.js"},unpkg:"dist/csstree.esm.js",jsdelivr:"dist/csstree.esm.js",scripts:{watch:"npm run build -- --watch",build:"npm run bundle && npm run esm-to-cjs --","build-and-test":"npm run build && npm run test:dist && npm run test:cjs",bundle:"node scripts/bundle","bundle-and-test":"npm run bundle && npm run test:dist","esm-to-cjs":"node scripts/esm-to-cjs.cjs","esm-to-cjs-and-test":"npm run esm-to-cjs && npm run test:cjs",lint:"eslint lib scripts && node scripts/review-syntax-patch --lint && node scripts/update-docs --lint","lint-and-test":"npm run lint && npm test","update:docs":"node scripts/update-docs","review:syntax-patch":"node scripts/review-syntax-patch",test:"mocha lib/__tests --reporter ${REPORTER:-progress}","test:cjs":"mocha cjs/__tests --reporter ${REPORTER:-progress}","test:dist":"mocha dist/__tests --reporter ${REPORTER:-progress}",coverage:"c8 --exclude lib/__tests --reporter=lcovonly npm test",prepublishOnly:"npm run lint-and-test && npm run build-and-test",hydrogen:"node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"},dependencies:{"mdn-data":"2.0.28","source-map-js":"^1.0.1"},devDependencies:{c8:"^7.7.1",clap:"^2.0.1",esbuild:"^0.14.53",eslint:"^8.4.1","json-to-ast":"^2.1.0",mocha:"^9.1.4",rollup:"^2.68.0"},engines:{node:"^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",npm:">=7.0.0"},files:["data","dist","cjs","!cjs/__tests","lib","!lib/__tests"]}}),To=z(e=>{"use strict";var{version:t}=Eo();e.version=t}),Bo=z(e=>{"use strict";var t=Er(),c=tt(),y=nt(),u=Br();e.SyntaxError=t.SyntaxError,e.generate=c.generate,e.parse=y.parse,e.walk=u.walk}),Oo=z(e=>{"use strict";var t=we();function c(y){let u={};for(let d in y){let s=y[d];s&&(Array.isArray(s)||s instanceof t.List?s=s.map(c):s.constructor===Object&&(s=c(s))),u[d]=s}return u}e.clone=c}),zo=z(e=>{"use strict";var t=ue(),c=ge(),y=92;function u(s){let i=s.length-1,r="";for(let a=0;a<s.length;a++){let l=s.charCodeAt(a);if(l===y){if(a===i)break;if(l=s.charCodeAt(++a),t.isValidEscape(y,l)){let g=a-1,f=c.consumeEscaped(s,g);a=f-1,r+=c.decodeEscaped(s.substring(g+1,f))}else l===13&&s.charCodeAt(a+1)===10&&a++}else r+=s[a]}return r}function d(s){let i="";if(s.length===1&&s.charCodeAt(0)===45)return"\\-";for(let r=0;r<s.length;r++){let a=s.charCodeAt(r);if(a===0){i+="\uFFFD";continue}if(a<=31||a===127||a>=48&&a<=57&&(r===0||r===1&&s.charCodeAt(0)===45)){i+="\\"+a.toString(16)+" ";continue}t.isName(a)?i+=s.charAt(r):i+="\\"+s.charAt(r)}return i}e.decode=u,e.encode=d}),ie=z(e=>{"use strict";var t=Ao(),c=To(),y=zr(),u=we(),d=Or(),s=Bo(),i=Oo(),r=rt(),a=zo(),l=it(),g=gn(),f=ee(),b=We(),n=Qe(),{tokenize:o,parse:m,generate:p,lexer:S,createLexer:v,walk:C,find:h,findLast:w,findAll:k,toPlainObject:x,fromPlainObject:A,fork:B}=t;e.version=c.version,e.createSyntax=y,e.List=u.List,e.Lexer=d.Lexer,e.definitionSyntax=s,e.clone=i.clone,e.isCustomProperty=r.isCustomProperty,e.keyword=r.keyword,e.property=r.property,e.vendorPrefix=r.vendorPrefix,e.ident=a,e.string=l,e.url=g,e.tokenTypes=f,e.tokenNames=b,e.TokenStream=n.TokenStream,e.createLexer=v,e.find=h,e.findAll=k,e.findLast=w,e.fork=B,e.fromPlainObject=A,e.generate=p,e.lexer=S,e.parse=m,e.toPlainObject=x,e.tokenize=o,e.walk=C}),Do=z(e=>{"use strict";var{hasOwnProperty:t}=Object.prototype;function c(d,s){let i=Object.create(null);if(!Array.isArray(d))return null;for(let r of d)s&&(r=r.toLowerCase()),i[r]=!0;return i}function y(d){if(!d)return null;let s=c(d.tags,!0),i=c(d.ids),r=c(d.classes);return s===null&&i===null&&r===null?null:{tags:s,ids:i,classes:r}}function u(d){let s=!1;if(d.scopes&&Array.isArray(d.scopes)){s=Object.create(null);for(let i=0;i<d.scopes.length;i++){let r=d.scopes[i];if(!r||!Array.isArray(r))throw new Error("Wrong usage format");for(let a of r){if(t.call(s,a))throw new Error(`Class can't be used for several scopes: ${a}`);s[a]=i+1}}}return{whitelist:y(d),blacklist:y(d.blacklist),scopes:s}}e.buildIndex=u}),at=z(e=>{"use strict";function t(y){return!y||!y.children||y.children.isEmpty}function c(y,u){return y!==null&&y.children===u}e.hasNoChildren=t,e.isNodeChildrenList=c}),Fo=z((e,t)=>{"use strict";var c=ie(),y=at();function u(d,s,i){if(d.block&&(this.stylesheet!==null&&(this.stylesheet.firstAtrulesAllowed=!1),y.hasNoChildren(d.block))){i.remove(s);return}switch(d.name){case"charset":if(y.hasNoChildren(d.prelude)){i.remove(s);return}if(s.prev){i.remove(s);return}break;case"import":if(this.stylesheet===null||!this.stylesheet.firstAtrulesAllowed){i.remove(s);return}i.prevUntil(s.prev,function(r){if(!(r.type==="Atrule"&&(r.name==="import"||r.name==="charset")))return this.root.firstAtrulesAllowed=!1,i.remove(s),!0},this);break;default:{let r=c.keyword(d.name).basename;(r==="keyframes"||r==="media"||r==="supports")&&(y.hasNoChildren(d.prelude)||y.hasNoChildren(d.block))&&i.remove(s)}}}t.exports=u}),_o=z((e,t)=>{"use strict";function c(y,u,d){d.remove(u)}t.exports=c}),Wo=z((e,t)=>{"use strict";var c=ie();function y(u,d,s){if(u.value.children&&u.value.children.isEmpty){s.remove(d);return}c.property(u.property).custom&&/\S/.test(u.value.value)&&(u.value.value=u.value.value.trim())}t.exports=y}),Lo=z((e,t)=>{"use strict";var c=at();function y(u,d,s){(c.isNodeChildrenList(this.stylesheet,s)||c.isNodeChildrenList(this.block,s))&&s.remove(d)}t.exports=y}),qo=z((e,t)=>{"use strict";var c=ie(),y=at(),{hasOwnProperty:u}=Object.prototype,d=new Set(["keyframes"]);function s(r,a){return r.children.forEach((l,g,f)=>{let b=!1;c.walk(l,function(n){if(this.selector===null||this.selector===r)switch(n.type){case"SelectorList":(this.function===null||this.function.name.toLowerCase()!=="not")&&s(n,a)&&(b=!0);break;case"ClassSelector":a.whitelist!==null&&a.whitelist.classes!==null&&!u.call(a.whitelist.classes,n.name)&&(b=!0),a.blacklist!==null&&a.blacklist.classes!==null&&u.call(a.blacklist.classes,n.name)&&(b=!0);break;case"IdSelector":a.whitelist!==null&&a.whitelist.ids!==null&&!u.call(a.whitelist.ids,n.name)&&(b=!0),a.blacklist!==null&&a.blacklist.ids!==null&&u.call(a.blacklist.ids,n.name)&&(b=!0);break;case"TypeSelector":n.name.charAt(n.name.length-1)!=="*"&&(a.whitelist!==null&&a.whitelist.tags!==null&&!u.call(a.whitelist.tags,n.name.toLowerCase())&&(b=!0),a.blacklist!==null&&a.blacklist.tags!==null&&u.call(a.blacklist.tags,n.name.toLowerCase())&&(b=!0));break}}),b&&f.remove(g)}),r.children.isEmpty}function i(r,a,l,g){if(y.hasNoChildren(r.prelude)||y.hasNoChildren(r.block)){l.remove(a);return}if(this.atrule&&d.has(c.keyword(this.atrule.name).basename))return;let{usage:f}=g;if(f&&(f.whitelist!==null||f.blacklist!==null)&&(s(r.prelude,f),y.hasNoChildren(r.prelude))){l.remove(a);return}}t.exports=i}),Po=z((e,t)=>{"use strict";function c(y,u,d){if(u.data.name!=="*")return;let s=u.next&&u.next.data.type;(s==="IdSelector"||s==="ClassSelector"||s==="AttributeSelector"||s==="PseudoClassSelector"||s==="PseudoElementSelector")&&d.remove(u)}t.exports=c}),Mo=z((e,t)=>{"use strict";function c(y,u,d){d.remove(u)}t.exports=c}),Io=z((e,t)=>{"use strict";var c=ie(),y=Fo(),u=_o(),d=Wo(),s=Lo(),i=qo(),r=Po(),a=Mo(),l={Atrule:y,Comment:u,Declaration:d,Raw:s,Rule:i,TypeSelector:r,WhiteSpace:a};function g(f,b){c.walk(f,{leave(n,o,m){l.hasOwnProperty(n.type)&&l[n.type].call(this,n,o,m,b)}})}t.exports=g}),No=z((e,t)=>{"use strict";function c(y){y.block.children.forEach(u=>{u.prelude.children.forEach(d=>{d.children.forEach((s,i)=>{s.type==="Percentage"&&s.value==="100"?i.data={type:"TypeSelector",loc:s.loc,name:"to"}:s.type==="TypeSelector"&&s.name==="from"&&(i.data={type:"Percentage",loc:s.loc,value:"0"})})})})}t.exports=c}),Ro=z((e,t)=>{"use strict";var c=ie(),y=No();function u(d){c.keyword(d.name).basename==="keyframes"&&y(d)}t.exports=u}),Go=z((e,t)=>{"use strict";var c=/^(-?\d|--)|[\u0000-\u002c\u002e\u002f\u003A-\u0040\u005B-\u005E\u0060\u007B-\u009f]/;function y(d){return d===""||d==="-"?!1:!c.test(d)}function u(d){let s=d.value;!s||s.type!=="String"||y(s.value)&&(d.value={type:"Identifier",loc:s.loc,name:s.value})}t.exports=u}),jo=z((e,t)=>{"use strict";function c(y){let u=y.children;u.forEachRight(function(d,s){if(d.type==="Identifier"){if(d.name==="bold")s.data={type:"Number",loc:d.loc,value:"700"};else if(d.name==="normal"){let i=s.prev;i&&i.data.type==="Operator"&&i.data.value==="/"&&this.remove(i),this.remove(s)}}}),u.isEmpty&&u.insert(u.createItem({type:"Identifier",name:"normal"}))}t.exports=c}),Uo=z((e,t)=>{"use strict";function c(y){let u=y.children.head.data;if(u.type==="Identifier")switch(u.name){case"normal":y.children.head.data={type:"Number",loc:u.loc,value:"400"};break;case"bold":y.children.head.data={type:"Number",loc:u.loc,value:"700"};break}}t.exports=c}),Vo=z((e,t)=>{"use strict";var c=ie();function y(u){function d(){i.length||i.unshift({type:"Number",loc:null,value:"0"},{type:"Number",loc:null,value:"0"}),s.push.apply(s,i),i=[]}let s=[],i=[];u.children.forEach(r=>{if(r.type==="Operator"&&r.value===","){d(),s.push(r);return}r.type==="Identifier"&&(r.name==="transparent"||r.name==="none"||r.name==="repeat"||r.name==="scroll")||i.push(r)}),d(),u.children=new c.List().fromArray(s)}t.exports=y}),Ho=z((e,t)=>{"use strict";function c(y){y.children.forEach((u,d,s)=>{u.type==="Identifier"&&u.name.toLowerCase()==="none"&&(s.head===s.tail?d.data={type:"Number",loc:u.loc,value:"0"}:s.remove(d))})}t.exports=c}),Ko=z((e,t)=>{"use strict";var c=ie(),y=jo(),u=Uo(),d=Vo(),s=Ho(),i={font:y,"font-weight":u,background:d,border:s,outline:s};function r(a){if(!this.declaration)return;let l=c.property(this.declaration.property);i.hasOwnProperty(l.basename)&&i[l.basename](a)}t.exports=r}),qe=z(e=>{"use strict";var t=/^(?:\+|(-))?0*(\d*)(?:\.0*|(\.\d*?)0*)?$/,c=/^([\+\-])?0*(\d*)(?:\.0*|(\.\d*?)0*)?$/,y=new Set(["Dimension","Hash","Identifier","Number","Raw","UnicodeRange"]);function u(s,i){let r=i&&i.prev!==null&&y.has(i.prev.data.type)?c:t;return s=String(s).replace(r,"$1$2$3"),(s===""||s==="-")&&(s="0"),s}function d(s){s.value=u(s.value)}e.Number=d,e.packNumber=u}),Yo=z((e,t)=>{"use strict";var c=qe(),y=new Set(["calc","min","max","clamp"]),u=new Set(["px","mm","cm","in","pt","pc","em","ex","ch","rem","vh","vw","vmin","vmax","vm"]);function d(s,i){let r=c.packNumber(s.value);if(s.value=r,r==="0"&&this.declaration!==null&&this.atrulePrelude===null){let a=s.unit.toLowerCase();if(!u.has(a)||this.declaration.property==="-ms-flex"||this.declaration.property==="flex"||this.function&&y.has(this.function.name))return;i.data={type:"Number",loc:s.loc,value:r}}}t.exports=d}),Xo=z((e,t)=>{"use strict";var c=ie(),y=qe(),u=new Set(["width","min-width","max-width","height","min-height","max-height","flex","-ms-flex"]);function d(s,i){s.value=y.packNumber(s.value),s.value==="0"&&this.declaration&&!u.has(this.declaration.property)&&(i.data={type:"Number",loc:s.loc,value:s.value},c.lexer.matchDeclaration(this.declaration).isType(i.data,"length")||(i.data=s))}t.exports=d}),$o=z((e,t)=>{"use strict";function c(y){y.value=y.value.replace(/\\/g,"/")}t.exports=c}),Zo=z(e=>{"use strict";var t=ie(),c=qe(),y={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",darkgrey:"a9a9a9",darkgreen:"006400",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",grey:"808080",green:"008000",greenyellow:"adff2f",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",lightgrey:"d3d3d3",lightgreen:"90ee90",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",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:"639",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"},u={8e5:"maroon",800080:"purple",808e3:"olive",808080:"gray","00ffff":"cyan",f0ffff:"azure",f5f5dc:"beige",ffe4c4:"bisque","000000":"black","0000ff":"blue",a52a2a:"brown",ff7f50:"coral",ffd700:"gold","008000":"green","4b0082":"indigo",fffff0:"ivory",f0e68c:"khaki","00ff00":"lime",faf0e6:"linen","000080":"navy",ffa500:"orange",da70d6:"orchid",cd853f:"peru",ffc0cb:"pink",dda0dd:"plum",f00:"red",ff0000:"red",fa8072:"salmon",a0522d:"sienna",c0c0c0:"silver",fffafa:"snow",d2b48c:"tan","008080":"teal",ff6347:"tomato",ee82ee:"violet",f5deb3:"wheat",ffffff:"white",ffff00:"yellow"};function d(f,b,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?f+(b-f)*6*n:n<1/2?b:n<2/3?f+(b-f)*(2/3-n)*6:f}function s(f,b,n,o){let m,p,S;if(b===0)m=p=S=n;else{let v=n<.5?n*(1+b):n+b-n*b,C=2*n-v;m=d(C,v,f+1/3),p=d(C,v,f),S=d(C,v,f-1/3)}return[Math.round(m*255),Math.round(p*255),Math.round(S*255),o]}function i(f){return f=f.toString(16),f.length===1?"0"+f:f}function r(f,b,n){let o=f.head,m=[],p=!1;for(;o!==null;){let{type:S,value:v}=o.data;switch(S){case"Number":case"Percentage":if(p)return;p=!0,m.push({type:S,value:Number(v)});break;case"Operator":if(v===","){if(!p)return;p=!1}else if(p||v!=="+")return;break;default:return}o=o.next}if(m.length===b){if(m.length===4){if(m[3].type!=="Number")return;m[3].type="Alpha"}if(n){if(m[0].type!==m[1].type||m[0].type!==m[2].type)return}else{if(m[0].type!=="Number"||m[1].type!=="Percentage"||m[2].type!=="Percentage")return;m[0].type="Angle"}return m.map(function(S){let v=Math.max(0,S.value);switch(S.type){case"Number":v=Math.min(v,255);break;case"Percentage":if(v=Math.min(v,100)/100,!n)return v;v=255*v;break;case"Angle":return(v%360+360)%360/360;case"Alpha":return Math.min(v,1)}return Math.round(v)})}}function a(f,b){let n=f.name,o;if(n==="rgba"||n==="hsla"){if(o=r(f.children,4,n==="rgba"),!o)return;if(n==="hsla"&&(o=s(...o),f.name="rgba"),o[3]===0){let m=this.function&&this.function.name;if(o[0]===0&&o[1]===0&&o[2]===0||!/^(?:to|from|color-stop)$|gradient$/i.test(m)){b.data={type:"Identifier",loc:f.loc,name:"transparent"};return}}if(o[3]!==1){f.children.forEach((m,p,S)=>{if(m.type==="Operator"){m.value!==","&&S.remove(p);return}p.data={type:"Number",loc:m.loc,value:c.packNumber(o.shift())}});return}n="rgb"}if(n==="hsl"){if(o=o||r(f.children,3,!1),!o)return;o=s(...o),n="rgb"}if(n==="rgb"){if(o=o||r(f.children,3,!0),!o)return;b.data={type:"Hash",loc:f.loc,value:i(o[0])+i(o[1])+i(o[2])},g(b.data,b)}}function l(f,b){if(this.declaration===null)return;let n=f.name.toLowerCase();if(y.hasOwnProperty(n)&&t.lexer.matchDeclaration(this.declaration).isType(f,"color")){let o=y[n];o.length+1<=n.length?b.data={type:"Hash",loc:f.loc,value:o}:(n==="grey"&&(n="gray"),f.name=n)}}function g(f,b){let n=f.value.toLowerCase();n.length===6&&n[0]===n[1]&&n[2]===n[3]&&n[4]===n[5]&&(n=n[0]+n[2]+n[4]),u[n]?b.data={type:"Identifier",loc:f.loc,name:u[n]}:f.value=n}e.compressFunction=a,e.compressHex=g,e.compressIdent=l}),Qo=z((e,t)=>{"use strict";var c=ie(),y=Ro(),u=Go(),d=Ko(),s=Yo(),i=Xo(),r=qe(),a=$o(),l=Zo(),g={Atrule:y,AttributeSelector:u,Value:d,Dimension:s,Percentage:i,Number:r.Number,Url:a,Hash:l.compressHex,Identifier:l.compressIdent,Function:l.compressFunction};function f(b){c.walk(b,{leave(n,o,m){g.hasOwnProperty(n.type)&&g[n.type].call(this,n,o,m)}})}t.exports=f}),Jo=z((e,t)=>{"use strict";var c=ie(),y=class{constructor(){this.map=new Map}resolve(d){let s=this.map.get(d);return s===void 0&&(s=this.map.size+1,this.map.set(d,s)),s}};function u(){let d=new y;return function(s){let i=c.generate(s);return s.id=d.resolve(i),s.length=i.length,s.fingerprint=null,s}}t.exports=u}),xn=z((e,t)=>{"use strict";var c=ie();function y(i){return i.type==="Raw"?c.parse(i.value,{context:"selectorList"}):i}function u(i,r){for(let a=0;a<3;a++)if(i[a]!==r[a])return i[a]>r[a]?i:r;return i}function d(i){return y(i).children.reduce((r,a)=>u(s(a),r),[0,0,0])}function s(i){let r=0,a=0,l=0;return i.children.forEach(g=>{switch(g.type){case"IdSelector":r++;break;case"ClassSelector":case"AttributeSelector":a++;break;case"PseudoClassSelector":switch(g.name.toLowerCase()){case"not":case"has":case"is":case"matches":case"-webkit-any":case"-moz-any":{let[f,b,n]=d(g.children.first);r+=f,a+=b,l+=n;break}case"nth-child":case"nth-last-child":{let f=g.children.first;if(f.type==="Nth"&&f.selector){let[b,n,o]=d(f.selector);r+=b,a+=n+1,l+=o}else a++;break}case"where":break;case"before":case"after":case"first-line":case"first-letter":l++;break;default:a++}break;case"TypeSelector":g.name.endsWith("*")||l++;break;case"PseudoElementSelector":l++;break}}),[r,a,l]}t.exports=s}),Cn=z((e,t)=>{"use strict";var c=ie(),y=xn(),u=new Set(["first-letter","first-line","after","before"]),d=new Set(["link","visited","hover","active","first-letter","first-line","after","before"]);function s(i,r){let a=new Set;i.prelude.children.forEach(function(l){let g="*",f=0;l.children.forEach(function(b){switch(b.type){case"ClassSelector":if(r&&r.scopes){let n=r.scopes[b.name]||0;if(f!==0&&n!==f)throw new Error("Selector can't has classes from different scopes: "+c.generate(l));f=n}break;case"PseudoClassSelector":{let n=b.name.toLowerCase();d.has(n)||a.add(`:${n}`);break}case"PseudoElementSelector":{let n=b.name.toLowerCase();u.has(n)||a.add(`::${n}`);break}case"TypeSelector":g=b.name.toLowerCase();break;case"AttributeSelector":b.flags&&a.add(`[${b.flags.toLowerCase()}]`);break;case"Combinator":g="*";break}}),l.compareMarker=y(l).toString(),l.id=null,l.id=c.generate(l),f&&(l.compareMarker+=":"+f),g!=="*"&&(l.compareMarker+=","+g)}),i.pseudoSignature=a.size>0?[...a].sort().join(","):!1}t.exports=s}),es=z((e,t)=>{"use strict";var c=ie(),y=Jo(),u=Cn();function d(s,i){let r=y();return c.walk(s,{visit:"Rule",enter(a){a.block.children.forEach(r),u(a,i.usage)}}),c.walk(s,{visit:"Atrule",enter(a){a.prelude&&(a.prelude.id=null,a.prelude.id=c.generate(a.prelude)),c.keyword(a.name).basename==="keyframes"&&(a.block.avoidRulesMerge=!0,a.block.children.forEach(function(l){l.prelude.children.forEach(function(g){g.compareMarker=g.id})}))}}),{declaration:r}}t.exports=d}),ts=z((e,t)=>{"use strict";var c=ie(),{hasOwnProperty:y}=Object.prototype;function u(a,l,g,f){let b=l.data,n=c.keyword(b.name).basename,o=b.name.toLowerCase()+"/"+(b.prelude?b.prelude.id:null);y.call(a,n)||(a[n]=Object.create(null)),f&&delete a[n][o],y.call(a[n],o)||(a[n][o]=new c.List),a[n][o].append(g.remove(l))}function d(a,l){let g=Object.create(null),f=null;a.children.forEach(function(b,n,o){if(b.type==="Atrule"){let m=c.keyword(b.name).basename;switch(m){case"keyframes":u(g,n,o,!0);return;case"media":if(l.forceMediaMerge){u(g,n,o,!1);return}break}f===null&&m!=="charset"&&m!=="import"&&(f=n)}else f===null&&(f=n)});for(let b in g)for(let n in g[b])a.children.insertList(g[b][n],b==="media"?null:f)}function s(a){return a.type==="Atrule"&&a.name==="media"}function i(a,l,g){if(!s(a))return;let f=l.prev&&l.prev.data;!f||!s(f)||a.prelude&&f.prelude&&a.prelude.id===f.prelude.id&&(f.block.children.appendList(a.block.children),g.remove(l))}function r(a,l){d(a,l),c.walk(a,{visit:"Atrule",reverse:!0,enter:i})}t.exports=r}),Pe=z(e=>{"use strict";var{hasOwnProperty:t}=Object.prototype;function c(r,a){let l=r.head,g=a.head;for(;l!==null&&g!==null&&l.data.id===g.data.id;)l=l.next,g=g.next;return l===null&&g===null}function y(r,a){let l=r.head,g=a.head;for(;l!==null&&g!==null&&l.data.id===g.data.id;)l=l.next,g=g.next;return l===null&&g===null}function u(r,a){let l={eq:[],ne1:[],ne2:[],ne2overrided:[]},g=Object.create(null),f=Object.create(null);for(let b=a.head;b;b=b.next)f[b.data.id]=!0;for(let b=r.head;b;b=b.next){let n=b.data;n.fingerprint&&(g[n.fingerprint]=n.important),f[n.id]?(f[n.id]=!1,l.eq.push(n)):l.ne1.push(n)}for(let b=a.head;b;b=b.next){let n=b.data;f[n.id]&&((!t.call(g,n.fingerprint)||!g[n.fingerprint]&&n.important)&&l.ne2.push(n),l.ne2overrided.push(n))}return l}function d(r,a){return a.forEach(l=>{let g=l.id,f=r.head;for(;f;){let b=f.data.id;if(b===g)return;if(b>g)break;f=f.next}r.insert(r.createItem(l),f)}),r}function s(r,a){let l=r.head;for(;l!==null;){let g=a.head;for(;g!==null;){if(l.data.compareMarker===g.data.compareMarker)return!0;g=g.next}l=l.next}return!1}function i(r){switch(r.type){case"Rule":return s(r.prelude.children,this);case"Atrule":if(r.block)return r.block.children.some(i,this);break;case"Declaration":return!1}return!0}e.addSelectors=d,e.compareDeclarations=u,e.hasSimilarSelectors=s,e.isEqualDeclarations=y,e.isEqualSelectors=c,e.unsafeToSkipNode=i}),rs=z((e,t)=>{"use strict";var c=ie(),y=Pe();function u(s,i,r){let a=s.prelude.children,l=s.block.children;r.prevUntil(i.prev,function(g){if(g.type!=="Rule")return y.unsafeToSkipNode.call(a,g);let f=g.prelude.children,b=g.block.children;if(s.pseudoSignature===g.pseudoSignature){if(y.isEqualSelectors(f,a))return b.appendList(l),r.remove(i),!0;if(y.isEqualDeclarations(l,b))return y.addSelectors(f,a),r.remove(i),!0}return y.hasSimilarSelectors(a,f)})}function d(s){c.walk(s,{visit:"Rule",enter:u})}t.exports=d}),ns=z((e,t)=>{"use strict";var c=ie();function y(d,s,i){let r=d.prelude.children;for(;r.head!==r.tail;){let a=new c.List;a.insert(r.remove(r.head)),i.insert(i.createItem({type:"Rule",loc:d.loc,prelude:{type:"SelectorList",loc:d.prelude.loc,children:a},block:{type:"Block",loc:d.block.loc,children:d.block.children.copy()},pseudoSignature:d.pseudoSignature}),s)}}function u(d){c.walk(d,{visit:"Rule",reverse:!0,enter:y})}t.exports=u}),is=z((e,t)=>{"use strict";var c=ie(),y=1,u=2,d=0,s=1,i=2,r=3,a=["top","right","bottom","left"],l={"margin-top":"top","margin-right":"right","margin-bottom":"bottom","margin-left":"left","padding-top":"top","padding-right":"right","padding-bottom":"bottom","padding-left":"left","border-top-color":"top","border-right-color":"right","border-bottom-color":"bottom","border-left-color":"left","border-top-width":"top","border-right-width":"right","border-bottom-width":"bottom","border-left-width":"left","border-top-style":"top","border-right-style":"right","border-bottom-style":"bottom","border-left-style":"left"},g={margin:"margin","margin-top":"margin","margin-right":"margin","margin-bottom":"margin","margin-left":"margin",padding:"padding","padding-top":"padding","padding-right":"padding","padding-bottom":"padding","padding-left":"padding","border-color":"border-color","border-top-color":"border-color","border-right-color":"border-color","border-bottom-color":"border-color","border-left-color":"border-color","border-width":"border-width","border-top-width":"border-width","border-right-width":"border-width","border-bottom-width":"border-width","border-left-width":"border-width","border-style":"border-style","border-top-style":"border-style","border-right-style":"border-style","border-bottom-style":"border-style","border-left-style":"border-style"},f=class{constructor(m){this.name=m,this.loc=null,this.iehack=void 0,this.sides={top:null,right:null,bottom:null,left:null}}getValueSequence(m,p){let S=[],v="";return m.value.type!=="Value"||m.value.children.some(function(C){let h=!1;switch(C.type){case"Identifier":switch(C.name){case"\\0":case"\\9":v=C.name;return;case"inherit":case"initial":case"unset":case"revert":h=C.name;break}break;case"Dimension":switch(C.unit){case"rem":case"vw":case"vh":case"vmin":case"vmax":case"vm":h=C.unit;break}break;case"Hash":case"Number":case"Percentage":break;case"Function":if(C.name==="var")return!0;h=C.name;break;default:return!0}S.push({node:C,special:h,important:m.important})})||S.length>p||typeof this.iehack=="string"&&this.iehack!==v?!1:(this.iehack=v,S)}canOverride(m,p){let S=this.sides[m];return!S||p.important&&!S.important}add(m,p){function S(){let v=this.sides,C=l[m];if(C){if(!(C in v))return!1;let h=this.getValueSequence(p,1);if(!h||!h.length)return!1;for(let w in v)if(v[w]!==null&&v[w].special!==h[0].special)return!1;return this.canOverride(C,h[0])&&(v[C]=h[0]),!0}else if(m===this.name){let h=this.getValueSequence(p,4);if(!h||!h.length)return!1;switch(h.length){case 1:h[s]=h[d],h[i]=h[d],h[r]=h[d];break;case 2:h[i]=h[d],h[r]=h[s];break;case 3:h[r]=h[s];break}for(let w=0;w<4;w++)for(let k in v)if(v[k]!==null&&v[k].special!==h[w].special)return!1;for(let w=0;w<4;w++)this.canOverride(a[w],h[w])&&(v[a[w]]=h[w]);return!0}}return S.call(this)?(this.loc||(this.loc=p.loc),!0):!1}isOkToMinimize(){let m=this.sides.top,p=this.sides.right,S=this.sides.bottom,v=this.sides.left;if(m&&p&&S&&v){let C=m.important+p.important+S.important+v.important;return C===0||C===4}return!1}getValue(){let m=new c.List,p=this.sides,S=[p.top,p.right,p.bottom,p.left],v=[c.generate(p.top.node),c.generate(p.right.node),c.generate(p.bottom.node),c.generate(p.left.node)];v[r]===v[s]&&(S.pop(),v[i]===v[d]&&(S.pop(),v[s]===v[d]&&S.pop()));for(let C=0;C<S.length;C++)m.appendData(S[C].node);return this.iehack&&m.appendData({type:"Identifier",loc:null,name:this.iehack}),{type:"Value",loc:null,children:m}}getDeclaration(){return{type:"Declaration",loc:this.loc,important:this.sides.top.important,property:this.name,value:this.getValue()}}};function b(m,p,S,v){let C=m.block.children,h=m.prelude.children.first.id;return m.block.children.forEachRight(function(w,k){let x=w.property;if(!g.hasOwnProperty(x))return;let A=g[x],B,E;if((!v||h===v)&&A in p&&(E=u,B=p[A]),(!B||!B.add(x,w))&&(E=y,B=new f(A),!B.add(x,w))){v=null;return}p[A]=B,S.push({operation:E,block:C,item:k,shorthand:B}),v=h}),v}function n(m,p){m.forEach(function(S){let v=S.shorthand;v.isOkToMinimize()&&(S.operation===y?S.item.data=p(v.getDeclaration()):S.block.remove(S.item))})}function o(m,p){let S={},v=[];c.walk(m,{visit:"Rule",reverse:!0,enter(C){let h=this.block||this.stylesheet,w=(C.pseudoSignature||"")+"|"+C.prelude.children.first.id,k,x;S.hasOwnProperty(h.id)?k=S[h.id]:(k={lastShortSelector:null},S[h.id]=k),k.hasOwnProperty(w)?x=k[w]:(x={},k[w]=x),k.lastShortSelector=b.call(this,C,x,v,k.lastShortSelector)}}),n(v,p.declaration)}t.exports=o}),as=z((e,t)=>{"use strict";var c=ie(),y=1,u=new Set(["src"]),d={display:/table|ruby|flex|-(flex)?box$|grid|contents|run-in/i,"text-align":/^(start|end|match-parent|justify-all)$/i},s={cursor:["auto","crosshair","default","move","text","wait","help","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","pointer","progress","not-allowed","no-drop","vertical-text","all-scroll","col-resize","row-resize"],overflow:["hidden","visible","scroll","auto"],position:["static","relative","absolute","fixed"]},i={"border-width":["border"],"border-style":["border"],"border-color":["border"],"border-top":["border"],"border-right":["border"],"border-bottom":["border"],"border-left":["border"],"border-top-width":["border-top","border-width","border"],"border-right-width":["border-right","border-width","border"],"border-bottom-width":["border-bottom","border-width","border"],"border-left-width":["border-left","border-width","border"],"border-top-style":["border-top","border-style","border"],"border-right-style":["border-right","border-style","border"],"border-bottom-style":["border-bottom","border-style","border"],"border-left-style":["border-left","border-style","border"],"border-top-color":["border-top","border-color","border"],"border-right-color":["border-right","border-color","border"],"border-bottom-color":["border-bottom","border-color","border"],"border-left-color":["border-left","border-color","border"],"margin-top":["margin"],"margin-right":["margin"],"margin-bottom":["margin"],"margin-left":["margin"],"padding-top":["padding"],"padding-right":["padding"],"padding-bottom":["padding"],"padding-left":["padding"],"font-style":["font"],"font-variant":["font"],"font-weight":["font"],"font-size":["font"],"font-family":["font"],"list-style-type":["list-style"],"list-style-position":["list-style"],"list-style-image":["list-style"]};function r(f,b,n){let o=c.property(f).basename;if(o==="background")return f+":"+c.generate(b.value);let m=b.id,p=n[m];if(!p){switch(b.value.type){case"Value":let S={},v="",C="",h=!1;b.value.children.forEach(function w(k){switch(k.type){case"Value":case"Brackets":case"Parentheses":k.children.forEach(w);break;case"Raw":h=!0;break;case"Identifier":{let{name:x}=k;v||(v=c.keyword(x).vendor),/\\[09]/.test(x)&&(C=RegExp.lastMatch),s.hasOwnProperty(o)?s[o].indexOf(x)===-1&&(S[x]=!0):d.hasOwnProperty(o)&&d[o].test(x)&&(S[x]=!0);break}case"Function":{let{name:x}=k;v||(v=c.keyword(x).vendor),x==="rect"&&(k.children.some(A=>A.type==="Operator"&&A.value===",")||(x="rect-backward")),S[x+"()"]=!0,k.children.forEach(w);break}case"Dimension":{let{unit:x}=k;switch(/\\[09]/.test(x)&&(C=RegExp.lastMatch),x){case"rem":case"vw":case"vh":case"vmin":case"vmax":case"vm":S[x]=!0;break}break}}}),p=h?"!"+y++:"!"+Object.keys(S).sort()+"|"+C+v;break;case"Raw":p="!"+b.value.value;break;default:p=c.generate(b.value)}n[m]=p}return f+p}function a(f,b,n){let o=c.property(b.property);if(i.hasOwnProperty(o.basename)){let m=i[o.basename];for(let p of m){let S=r(o.prefix+p,b,n),v=f.hasOwnProperty(S)?f[S]:null;if(v&&(!b.important||v.item.data.important))return v}}}function l(f,b,n,o,m){let p=f.block.children;p.forEachRight(function(S,v){let{property:C}=S,h=r(C,S,m),w=o[h];w&&!u.has(C)?S.important&&!w.item.data.important?(o[h]={block:p,item:v},w.block.remove(w.item)):p.remove(v):a(o,S,m)?p.remove(v):(S.fingerprint=h,o[h]={block:p,item:v})}),p.isEmpty&&n.remove(b)}function g(f){let b={},n=Object.create(null);c.walk(f,{visit:"Rule",reverse:!0,enter(o,m,p){let S=this.block||this.stylesheet,v=(o.pseudoSignature||"")+"|"+o.prelude.children.first.id,C,h;b.hasOwnProperty(S.id)?C=b[S.id]:(C={},b[S.id]=C),C.hasOwnProperty(v)?h=C[v]:(h={},C[v]=h),l.call(this,o,m,p,h,n)}})}t.exports=g}),os=z((e,t)=>{"use strict";var c=ie(),y=Pe();function u(s,i,r){let a=s.prelude.children,l=s.block.children,g=a.first.compareMarker,f={};r.nextUntil(i.next,function(b,n){if(b.type!=="Rule")return y.unsafeToSkipNode.call(a,b);if(s.pseudoSignature!==b.pseudoSignature)return!0;let o=b.prelude.children.head,m=b.block.children,p=o.data.compareMarker;if(p in f)return!0;if(a.head===a.tail&&a.first.id===o.data.id){l.appendList(m),r.remove(n);return}if(y.isEqualDeclarations(l,m)){let S=o.data.id;a.some((v,C)=>{let h=v.id;if(S<h)return a.insert(o,C),!0;if(!C.next)return a.insert(o),!0}),r.remove(n);return}if(p===g)return!0;f[p]=!0})}function d(s){c.walk(s,{visit:"Rule",enter:u})}t.exports=d}),ss=z((e,t)=>{"use strict";var c=ie(),y=Pe();function u(r){return r.reduce((a,l)=>a+l.id.length+1,0)-1}function d(r){let a=0;for(let l of r)a+=l.length;return a+r.length-1}function s(r,a,l){let g=this.block!==null?this.block.avoidRulesMerge:!1,f=r.prelude.children,b=r.block,n=Object.create(null),o=!0,m=!0;l.prevUntil(a.prev,function(p,S){let v=p.block,C=p.type;if(C!=="Rule"){let k=y.unsafeToSkipNode.call(f,p);return!k&&C==="Atrule"&&v&&c.walk(v,{visit:"Rule",enter(x){x.prelude.children.forEach(A=>{n[A.compareMarker]=!0})}}),k}if(r.pseudoSignature!==p.pseudoSignature)return!0;let h=p.prelude.children;if(m=!h.some(k=>k.compareMarker in n),!m&&!o)return!0;if(o&&y.isEqualSelectors(h,f))return v.children.appendList(b.children),l.remove(a),!0;let w=y.compareDeclarations(b.children,v.children);if(w.eq.length){if(!w.ne1.length&&!w.ne2.length)return m&&(y.addSelectors(f,h),l.remove(S)),!0;if(!g)if(w.ne1.length&&!w.ne2.length){let k=u(f),x=d(w.eq);o&&k<x&&(y.addSelectors(h,f),b.children.fromArray(w.ne1))}else if(!w.ne1.length&&w.ne2.length){let k=u(h),x=d(w.eq);m&&k<x&&(y.addSelectors(f,h),v.children.fromArray(w.ne2))}else{let k={type:"SelectorList",loc:null,children:y.addSelectors(h.copy(),f)},x=u(k.children)+2;if(d(w.eq)>=x){let A=l.createItem({type:"Rule",loc:null,prelude:k,block:{type:"Block",loc:null,children:new c.List().fromArray(w.eq)},pseudoSignature:r.pseudoSignature});return b.children.fromArray(w.ne1),v.children.fromArray(w.ne2overrided),o?l.insert(A,S):l.insert(A,a),!0}}}o&&(o=!h.some(k=>f.some(x=>x.compareMarker===k.compareMarker))),h.forEach(k=>{n[k.compareMarker]=!0})})}function i(r){c.walk(r,{visit:"Rule",reverse:!0,enter:s})}t.exports=i}),ls=z((e,t)=>{"use strict";var c=es(),y=ts(),u=rs(),d=ns(),s=is(),i=as(),r=os(),a=ss();function l(g,f){let b=c(g,f);f.logger("prepare",g),y(g,f),f.logger("mergeAtrule",g),u(g),f.logger("initialMergeRuleset",g),d(g),f.logger("disjoinRuleset",g),s(g,b),f.logger("restructShorthand",g),i(g),f.logger("restructBlock",g),r(g),f.logger("mergeRuleset",g),a(g),f.logger("restructRuleset",g)}t.exports=l}),us=z((e,t)=>{"use strict";var c=ie(),y=Do(),u=Io(),d=Qo(),s=ls();function i(b,n){let o=new c.List,m=!1,p;return b.nextUntil(b.head,(S,v,C)=>{if(S.type==="Comment"){if(!n||S.value.charAt(0)!=="!"){C.remove(v);return}if(m||p)return!0;C.remove(v),p=S;return}S.type!=="WhiteSpace"&&(m=!0),o.insert(C.remove(v))}),{comment:p,stylesheet:{type:"StyleSheet",loc:null,children:o}}}function r(b,n,o,m){m.logger(`Compress block #${o}`,null,!0);let p=1;return b.type==="StyleSheet"&&(b.firstAtrulesAllowed=n,b.id=p++),c.walk(b,{visit:"Atrule",enter(S){S.block!==null&&(S.block.id=p++)}}),m.logger("init",b),u(b,m),m.logger("clean",b),d(b),m.logger("replace",b),m.restructuring&&s(b,m),b}function a(b){let n="comments"in b?b.comments:"exclamation";return typeof n=="boolean"?n=n?"exclamation":!1:n!=="exclamation"&&n!=="first-exclamation"&&(n=!1),n}function l(b){return"restructure"in b?b.restructure:"restructuring"in b?b.restructuring:!0}function g(b){return new c.List().appendData({type:"Rule",loc:null,prelude:{type:"SelectorList",loc:null,children:new c.List().appendData({type:"Selector",loc:null,children:new c.List().appendData({type:"TypeSelector",loc:null,name:"x"})})},block:b})}function f(b,n){b=b||{type:"StyleSheet",loc:null,children:new c.List},n=n||{};let o={logger:typeof n.logger=="function"?n.logger:function(){},restructuring:l(n),forceMediaMerge:!!n.forceMediaMerge,usage:n.usage?y.buildIndex(n.usage):!1},m=new c.List,p=a(n),S=!0,v,C,h=1,w;n.clone&&(b=c.clone(b)),b.type==="StyleSheet"?(v=b.children,b.children=m):v=g(b);do{if(C=i(v,!!p),r(C.stylesheet,S,h++,o),w=C.stylesheet.children,C.comment&&(m.isEmpty||m.insert(c.List.createItem({type:"Raw",value:`
156
156
  `})),m.insert(c.List.createItem(C.comment)),w.isEmpty||m.insert(c.List.createItem({type:"Raw",value:`
157
- `}))),S&&!w.isEmpty){let k=w.last;(k.type!=="Atrule"||k.name!=="import"&&k.name!=="charset")&&(S=!1)}p!=="exclamation"&&(p=!1),m.appendList(w)}while(!v.isEmpty);return{ast:b}}t.exports=g}),ds=z(e=>{"use strict";var t=ie(),c=us(),y=xn();function u(o){let m=t.string.encode(o,!0),p=t.string.encode(o);return m.length<p.length?m:p}var{lexer:d,tokenize:s,parse:i,generate:r,walk:a,find:l,findLast:f,findAll:g,fromPlainObject:b,toPlainObject:n}=t.fork({node:{String:{generate(o){this.token(t.tokenTypes.String,u(o.value))}},Url:{generate(o){let m=t.url.encode(o.value),p=u(o.value);this.token(t.tokenTypes.Url,m.length<=p.length+5?m:"url("+p+")")}}}});e.compress=c,e.specificity=y,e.find=l,e.findAll=g,e.findLast=f,e.fromPlainObject=b,e.generate=r,e.lexer=d,e.parse=i,e.toPlainObject=n,e.tokenize=s,e.walk=a}),cs=z(e=>{"use strict";var t=Cn(),c=Pe();e.processSelector=t,e.addSelectors=c.addSelectors,e.compareDeclarations=c.compareDeclarations,e.hasSimilarSelectors=c.hasSimilarSelectors,e.isEqualDeclarations=c.isEqualDeclarations,e.isEqualSelectors=c.isEqualSelectors,e.unsafeToSkipNode=c.unsafeToSkipNode}),ot=z(e=>{"use strict";var t=za(),c=ds(),y=cs(),{parse:u,generate:d,compress:s}=c;function i(n,o,m,p){return o.debug&&console.error(`## ${n} done in %d ms
157
+ `}))),S&&!w.isEmpty){let k=w.last;(k.type!=="Atrule"||k.name!=="import"&&k.name!=="charset")&&(S=!1)}p!=="exclamation"&&(p=!1),m.appendList(w)}while(!v.isEmpty);return{ast:b}}t.exports=f}),ds=z(e=>{"use strict";var t=ie(),c=us(),y=xn();function u(o){let m=t.string.encode(o,!0),p=t.string.encode(o);return m.length<p.length?m:p}var{lexer:d,tokenize:s,parse:i,generate:r,walk:a,find:l,findLast:g,findAll:f,fromPlainObject:b,toPlainObject:n}=t.fork({node:{String:{generate(o){this.token(t.tokenTypes.String,u(o.value))}},Url:{generate(o){let m=t.url.encode(o.value),p=u(o.value);this.token(t.tokenTypes.Url,m.length<=p.length+5?m:"url("+p+")")}}}});e.compress=c,e.specificity=y,e.find=l,e.findAll=f,e.findLast=g,e.fromPlainObject=b,e.generate=r,e.lexer=d,e.parse=i,e.toPlainObject=n,e.tokenize=s,e.walk=a}),cs=z(e=>{"use strict";var t=Cn(),c=Pe();e.processSelector=t,e.addSelectors=c.addSelectors,e.compareDeclarations=c.compareDeclarations,e.hasSimilarSelectors=c.hasSimilarSelectors,e.isEqualDeclarations=c.isEqualDeclarations,e.isEqualSelectors=c.isEqualSelectors,e.unsafeToSkipNode=c.unsafeToSkipNode}),ot=z(e=>{"use strict";var t=za(),c=ds(),y=cs(),{parse:u,generate:d,compress:s}=c;function i(n,o,m,p){return o.debug&&console.error(`## ${n} done in %d ms
158
158
  `,Date.now()-m),p}function r(n){let o;return function(m,p){let S=m;if(p&&(S=`[${((Date.now()-o)/1e3).toFixed(3)}s] ${S}`),n>1&&p){let v=d(p);n===2&&v.length>256&&(v=v.substr(0,256)+"..."),S+=`
159
159
  ${v}
160
- `}console.error(S),o=Date.now()}}function a(n){return n={...n},typeof n.logger!="function"&&n.debug&&(n.logger=r(n.debug)),n}function l(n,o,m){Array.isArray(m)||(m=[m]),m.forEach(p=>p(n,o))}function f(n,o,m){m=m||{};let p=m.filename||"<unknown>",S,v=i("parsing",m,Date.now(),u(o,{context:n,filename:p,positions:!!m.sourceMap}));m.beforeCompress&&i("beforeCompress",m,Date.now(),l(v,m,m.beforeCompress));let C=i("compress",m,Date.now(),s(v,a(m)));return m.afterCompress&&i("afterCompress",m,Date.now(),l(C,m,m.afterCompress)),m.sourceMap?S=i("generate(sourceMap: true)",m,Date.now(),(()=>{let h=d(C.ast,{sourceMap:!0});return h.map._file=p,h.map.setSourceContent(p,o),h})()):S=i("generate",m,Date.now(),{css:d(C.ast),map:null}),S}function g(n,o){return f("stylesheet",n,o)}function b(n,o){return f("declarationList",n,o)}e.version=t.version,e.syntax=c,e.utils=y,e.minify=g,e.minifyBlock=b}),fe=z(e=>{"use strict";var t=Ze(),{syntax:{specificity:c}}=ot(),{visit:y,matches:u}=re(),{attrsGroups:d,inheritableAttrs:s,presentationNonInheritableGroupAttrs:i}=ne(),r=t.walk.skip,a=(m,p)=>{let S=[];m.block.children.forEach(C=>{C.type==="Declaration"&&S.push({name:C.property,value:t.generate(C.value),important:C.important===!0})});let v=[];return t.walk(m.prelude,C=>{if(C.type==="Selector"){let h=t.clone(C),w=!1;t.walk(h,(k,x,A)=>{k.type==="PseudoClassSelector"&&(w=!0,A.remove(x))}),v.push({specificity:c(C),dynamic:w||p,selector:t.generate(h),declarations:S})}}),v},l=(m,p)=>{let S=[],v=t.parse(m,{parseValue:!1,parseAtrulePrelude:!1});return t.walk(v,C=>{if(C.type==="Rule")return S.push(...a(C,p||!1)),r;if(C.type==="Atrule")return C.name==="keyframes"||t.walk(C,h=>{if(h.type==="Rule")return S.push(...a(h,p||!0)),r}),r}),S},f=m=>{let p=[],S=t.parse(m,{context:"declarationList",parseValue:!1});return t.walk(S,v=>{v.type==="Declaration"&&p.push({name:v.property,value:t.generate(v.value),important:v.important===!0})}),p},g=(m,p)=>{let S={},v=new Map;for(let[h,w]of Object.entries(p.attributes))d.presentation.includes(h)&&(S[h]={type:"static",inherited:!1,value:w},v.set(h,!1));for(let{selector:h,declarations:w,dynamic:k}of m.rules)if(u(p,h))for(let{name:x,value:A,important:B}of w){let E=S[x];if(!(E&&E.type==="dynamic")){if(k){S[x]={type:"dynamic",inherited:!1};continue}(E==null||B===!0||v.get(x)===!1)&&(S[x]={type:"static",inherited:!1,value:A},v.set(x,B))}}let C=p.attributes.style==null?[]:f(p.attributes.style);for(let{name:h,value:w,important:k}of C){let x=S[h];x&&x.type==="dynamic"||(x==null||k===!0||v.get(h)===!1)&&(S[h]={type:"static",inherited:!1,value:w},v.set(h,k))}return S},b=(m,p)=>{for(let S=0;S<4;S+=1){if(m[S]<p[S])return-1;if(m[S]>p[S])return 1}return 0};e.compareSpecificity=b;var n=m=>{let p=[],S=new Map;return y(m,{element:{enter:(v,C)=>{if(S.set(v,C),v.name==="style"){let h=v.attributes.media!=null&&v.attributes.media!=="all";if(v.attributes.type==null||v.attributes.type===""||v.attributes.type==="text/css"){let w=v.children;for(let k of w)(k.type==="text"||k.type==="cdata")&&p.push(...l(k.value,h))}}}}}),p.sort((v,C)=>b(v.specificity,C.specificity)),{rules:p,parents:S}};e.collectStylesheet=n;var o=(m,p)=>{let{parents:S}=m,v=g(m,p),C=S.get(p);for(;C!=null&&C.type!=="root";){let h=g(m,C);for(let[w,k]of Object.entries(h))v[w]==null&&s.includes(w)===!0&&i.includes(w)===!1&&(v[w]={...k,inherited:!0});C=S.get(C)}return v};e.computeStyle=o}),kn=z(e=>{"use strict";var t=Ze(),{syntax:{specificity:c}}=ot(),{visitSkip:y,querySelectorAll:u,detachNodeFromParent:d}=re(),{compareSpecificity:s}=fe();e.name="inlineStyles",e.description="inline styles (additional options)",e.fn=(i,r)=>{let{onlyMatchedOnce:a=!0,removeMatchedSelectors:l=!0,useMqs:f=["","screen"],usePseudos:g=[""]}=r,b=[],n=[];return{element:{enter:(o,m)=>{if(o.name==="foreignObject")return y;if(o.name!=="style"||o.children.length===0||o.attributes.type!=null&&o.attributes.type!==""&&o.attributes.type!=="text/css")return;let p="";for(let v of o.children)(v.type==="text"||v.type==="cdata")&&(p+=v.value);let S=null;try{S=t.parse(p,{parseValue:!1,parseCustomProperty:!1})}catch{return}S.type==="StyleSheet"&&b.push({node:o,parentNode:m,cssAst:S}),t.walk(S,{visit:"Selector",enter(v,C){let h=this.atrule,w=this.rule;if(w==null)return;let k="";if(h!=null&&(k=h.name,h.prelude!=null&&(k+=` ${t.generate(h.prelude)}`)),f.includes(k)===!1)return;let x=[];v.type==="Selector"&&v.children.forEach((B,E,D)=>{(B.type==="PseudoClassSelector"||B.type==="PseudoElementSelector")&&x.push({item:E,list:D})});let A=t.generate({type:"Selector",children:new t.List().fromArray(x.map(B=>B.item.data))});if(g.includes(A)!==!1){for(let B of x)B.list.remove(B.item);n.push({node:v,item:C,rule:w})}}})}},root:{exit:()=>{if(b.length===0)return;let o=[...n].sort((m,p)=>{let S=c(m.item.data),v=c(p.item.data);return s(S,v)}).reverse();for(let m of o){let p=t.generate(m.item.data),S=[];try{for(let v of u(i,p))v.type==="element"&&S.push(v)}catch{continue}if(S.length!==0&&!(a&&S.length>1)){for(let v of S){let C=t.parse(v.attributes.style??"",{context:"declarationList",parseValue:!1});if(C.type!=="DeclarationList")continue;let h=new Map;t.walk(C,{visit:"Declaration",enter(k,x){h.set(k.property.toLowerCase(),x)}}),t.walk(m.rule,{visit:"Declaration",enter(k){let x=h.get(k.property),A=C.children.createItem(k);x==null?C.children.append(A):x.data.important!==!0&&k.important===!0&&(C.children.replace(x,A),h.set(k.property,A))}});let w=t.generate(C);w.length!==0&&(v.attributes.style=w)}l&&S.length!==0&&m.rule.prelude.type==="SelectorList"&&m.rule.prelude.children.remove(m.item),m.matchedElements=S}}if(l!==!1){for(let m of o)if(m.matchedElements!=null&&!(a&&m.matchedElements.length>1))for(let p of m.matchedElements){let S=new Set(p.attributes.class==null?null:p.attributes.class.split(" "));for(let C of m.node.children)C.type==="ClassSelector"&&S.delete(C.name);S.size===0?delete p.attributes.class:p.attributes.class=Array.from(S).join(" ");let v=m.node.children.first;v!=null&&v.type==="IdSelector"&&p.attributes.id===v.name&&delete p.attributes.id}for(let m of b)if(t.walk(m.cssAst,{visit:"Rule",enter:function(p,S,v){p.type==="Rule"&&p.prelude.type==="SelectorList"&&p.prelude.children.isEmpty&&v.remove(S)}}),m.cssAst.children.isEmpty)d(m.node,m.parentNode);else{let p=m.node.children[0];(p.type==="text"||p.type==="cdata")&&(p.value=t.generate(m.cssAst))}}}}}}}),pe=z(e=>{"use strict";var{attrsGroups:t}=ne();e.encodeSVGDatauri=(u,d)=>{var s="data:image/svg+xml";return!d||d==="base64"?(s+=";base64,",u=s+Buffer.from(u).toString("base64")):d==="enc"?u=s+","+encodeURIComponent(u):d==="unenc"&&(u=s+","+u),u},e.decodeSVGDatauri=u=>{var d=/data:image\/svg\+xml(;charset=[^;,]*)?(;base64)?,(.*)/,s=d.exec(u);if(!s)return u;var i=s[3];return s[2]?u=Buffer.from(i,"base64").toString("utf8"):i.charAt(0)==="%"?u=decodeURIComponent(i):i.charAt(0)==="<"&&(u=i),u},e.cleanupOutData=(u,d,s)=>{let i="",r,a;return u.forEach((l,f)=>{if(r=" ",f==0&&(r=""),d.noSpaceAfterFlags&&(s=="A"||s=="a")){var g=f%7;(g==4||g==5)&&(r="")}let b=d.leadingZero?c(l):l.toString();d.negativeExtraSpace&&r!=""&&(l<0||b.charAt(0)==="."&&a%1!==0)&&(r=""),a=l,i+=r+b}),i};var c=u=>{var d=u.toString();return 0<u&&u<1&&d.charAt(0)==="0"?d=d.slice(1):-1<u&&u<0&&d.charAt(1)==="0"&&(d=d.charAt(0)+d.slice(2)),d};e.removeLeadingZero=c;var y=u=>u.name==="script"&&u.children.length!==0||u.name==="a"&&Object.entries(u.attributes).some(([d,s])=>(d==="href"||d.endsWith(":href"))&&s!=null&&s.trimStart().startsWith("javascript:"))?!0:[...t.animationEvent,...t.documentEvent,...t.documentElementEvent,...t.globalEvent,...t.graphicalEvent].some(d=>u.attributes[d]!=null);e.hasScripts=y}),wn=z(e=>{"use strict";var t=ot(),{detachNodeFromParent:c}=re(),{hasScripts:y}=pe();e.name="minifyStyles",e.description="minifies styles and removes unused styles",e.fn=(u,{usage:d,...s})=>{let i=new Map,r=[],a=new Set,l=new Set,f=new Set,g=!0,b=!0,n=!0,o=!1;typeof d=="boolean"?(g=d,b=d,n=d):d&&(g=d.tags==null?!0:d.tags,b=d.ids==null?!0:d.ids,n=d.classes==null?!0:d.classes,o=d.force==null?!1:d.force);let m=!1;return{element:{enter:(p,S)=>{if(y(p)&&(m=!0),a.add(p.name),p.attributes.id!=null&&l.add(p.attributes.id),p.attributes.class!=null)for(let v of p.attributes.class.split(/\s+/))f.add(v);p.name==="style"&&p.children.length!==0?i.set(p,S):p.attributes.style!=null&&r.push(p)}},root:{exit:()=>{let p={};(!m||o)&&(g&&(p.tags=Array.from(a)),b&&(p.ids=Array.from(l)),n&&(p.classes=Array.from(f)));for(let[S,v]of i.entries())if(S.children[0].type==="text"||S.children[0].type==="cdata"){let C=S.children[0].value,h=t.minify(C,{...s,usage:p}).css;if(h.length===0){c(S,v);continue}C.indexOf(">")>=0||C.indexOf("<")>=0?(S.children[0].type="cdata",S.children[0].value=h):(S.children[0].type="text",S.children[0].value=h)}for(let S of r){let v=S.attributes.style;S.attributes.style=t.minifyBlock(v,{...s}).css}}}}}}),An=z(e=>{"use strict";var{visitSkip:t}=re(),{hasScripts:c}=pe(),{referencesProps:y}=ne();e.name="cleanupIds",e.description="removes unused IDs and minifies used";var u=/\burl\((["'])?#(.+?)\1\)/g,d=/^#(.+?)$/,s=/(\D+)\./,i=["a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"],r=i.length-1,a=(g,b)=>{for(let n of b)if(g.startsWith(n))return!0;return!1},l=g=>{if(g==null)return[0];g[g.length-1]+=1;for(let b=g.length-1;b>0;b--)g[b]>r&&(g[b]=0,g[b-1]!==void 0&&g[b-1]++);return g[0]>r&&(g[0]=0,g.unshift(0)),g},f=g=>g.map(b=>i[b]).join("");e.fn=(g,b)=>{let{remove:n=!0,minify:o=!0,preserve:m=[],preservePrefixes:p=[],force:S=!1}=b,v=new Set(Array.isArray(m)?m:m?[m]:[]),C=Array.isArray(p)?p:p?[p]:[],h=new Map,w=new Map,k=!1;return{element:{enter:x=>{if(!S){if(x.name==="style"&&x.children.length!==0||c(x)){k=!0;return}if(x.name==="svg"){let A=!0;for(let B of x.children)if(B.type!=="element"||B.name!=="defs"){A=!1;break}if(A)return t}}for(let[A,B]of Object.entries(x.attributes))if(A==="id"){let E=B;h.has(E)?delete x.attributes.id:h.set(E,x)}else{let E=[];if(y.includes(A)){let D=B.matchAll(u);for(let W of D)E.push(W[2])}if(A==="href"||A.endsWith(":href")){let D=B.match(d);D!=null&&E.push(D[1])}if(A==="begin"){let D=B.match(s);D!=null&&E.push(D[1])}for(let D of E){let W=w.get(D);W==null&&(W=[],w.set(D,W)),W.push({element:x,name:A})}}}},root:{exit:()=>{if(k)return;let x=B=>v.has(B)||a(B,C),A=null;for(let[B,E]of w){let D=h.get(B);if(D!=null){if(o&&x(B)===!1){let W=null;do A=l(A),W=f(A);while(x(W)||w.has(W)&&h.get(W)==null);D.attributes.id=W;for(let{element:I,name:q}of E){let _=I.attributes[q];_.includes("#")?I.attributes[q]=_.replace(`#${B}`,`#${W}`):I.attributes[q]=_.replace(`${B}.`,`${W}.`)}}h.delete(B)}}if(n)for(let[B,E]of h)x(B)===!1&&delete E.attributes.id}}}}}),En=z(e=>{"use strict";var{detachNodeFromParent:t}=re(),{elemsGroups:c}=ne();e.name="removeUselessDefs",e.description="removes elements in <defs> without id",e.fn=()=>({element:{enter:(u,d)=>{if(u.name==="defs"){let s=[];y(u,s),s.length===0&&t(u,d);for(let i of s)Object.defineProperty(i,"parentNode",{writable:!0,value:u});u.children=s}else c.nonRendering.includes(u.name)&&u.attributes.id==null&&t(u,d)}}});var y=(u,d)=>{for(let s of u.children)s.type==="element"&&(s.attributes.id!=null||s.name==="style"?d.push(s):y(s,d))}}),Tn=z(e=>{"use strict";var{removeLeadingZero:t}=pe();e.name="cleanupNumericValues",e.description="rounds numeric values to the fixed precision, removes default \u2018px\u2019 units";var c=/^([-+]?\d*\.?\d+([eE][-+]?\d+)?)(px|pt|pc|mm|cm|m|in|ft|em|ex|%)?$/,y={cm:96/2.54,mm:96/25.4,in:96,pt:4/3,pc:16,px:1};e.fn=(u,d)=>{let{floatPrecision:s=3,leadingZero:i=!0,defaultPx:r=!0,convertToPx:a=!0}=d;return{element:{enter:l=>{if(l.attributes.viewBox!=null){let f=l.attributes.viewBox.split(/\s,?\s*|,\s*/g);l.attributes.viewBox=f.map(g=>{let b=Number(g);return Number.isNaN(b)?g:Number(b.toFixed(s))}).join(" ")}for(let[f,g]of Object.entries(l.attributes)){if(f==="version")continue;let b=g.match(c);if(b){let n=Number(Number(b[1]).toFixed(s)),o=b[3]||"";if(a&&o!==""&&o in y){let p=Number((y[o]*Number(b[1])).toFixed(s));p.toString().length<b[0].length&&(n=p,o="px")}let m;i?m=t(n):m=n.toString(),r&&o==="px"&&(o=""),l.attributes[f]=m+o}}}}}}}),Bn=z(e=>{"use strict";var t=ne();e.name="convertColors",e.description="converts colors: rgb() to #rrggbb and #rrggbb to #rgb";var c="([+-]?(?:\\d*\\.\\d+|\\d+\\.?)%?)",y="\\s*,\\s*",u=new RegExp("^rgb\\(\\s*"+c+y+c+y+c+"\\s*\\)$"),d=/^#(([a-fA-F0-9])\2){3}$/,s=([i,r,a])=>"#"+((256+i<<8|r)<<8|a).toString(16).slice(1).toUpperCase();e.fn=(i,r)=>{let{currentColor:a=!1,names2hex:l=!0,rgb2hex:f=!0,shorthex:g=!0,shortname:b=!0}=r;return{element:{enter:n=>{for(let[o,m]of Object.entries(n.attributes))if(t.colorsProps.includes(o)){let p=m;if(a){let S;typeof a=="string"?S=p===a:a instanceof RegExp?S=a.exec(p)!=null:S=p!=="none",S&&(p="currentColor")}if(l){let S=p.toLowerCase();t.colorsNames[S]!=null&&(p=t.colorsNames[S])}if(f){let S=p.match(u);if(S!=null){let v=S.slice(1,4).map(C=>{let h;return C.indexOf("%")>-1?h=Math.round(parseFloat(C)*2.55):h=Number(C),Math.max(0,Math.min(h,255))});p=s(v)}}if(g){let S=p.match(d);S!=null&&(p="#"+S[0][1]+S[0][3]+S[0][5])}if(b){let S=p.toLowerCase();t.colorsShortNames[S]!=null&&(p=t.colorsShortNames[S])}n.attributes[o]=p}}}}}}),On=z(e=>{"use strict";var{visitSkip:t,detachNodeFromParent:c}=re(),{collectStylesheet:y,computeStyle:u}=fe(),{elems:d,attrsGroups:s,elemsGroups:i,attrsGroupsDefaults:r,presentationNonInheritableGroupAttrs:a}=ne();e.name="removeUnknownsAndDefaults",e.description="removes unknown elements content and attributes, removes attrs with default values";var l=new Map,f=new Map,g=new Map;for(let[b,n]of Object.entries(d)){let o=new Set;if(n.content)for(let S of n.content)o.add(S);if(n.contentGroups)for(let S of n.contentGroups){let v=i[S];if(v)for(let C of v)o.add(C)}let m=new Set;if(n.attrs)for(let S of n.attrs)m.add(S);let p=new Map;if(n.defaults)for(let[S,v]of Object.entries(n.defaults))p.set(S,v);for(let S of n.attrsGroups){let v=s[S];if(v)for(let h of v)m.add(h);let C=r[S];if(C)for(let[h,w]of Object.entries(C))p.set(h,w)}l.set(b,o),f.set(b,m),g.set(b,p)}e.fn=(b,n)=>{let{unknownContent:o=!0,unknownAttrs:m=!0,defaultAttrs:p=!0,uselessOverrides:S=!0,keepDataAttrs:v=!0,keepAriaAttrs:C=!0,keepRoleAttr:h=!1}=n,w=y(b);return{element:{enter:(k,x)=>{if(k.name.includes(":"))return;if(k.name==="foreignObject")return t;if(o&&x.type==="element"){let D=l.get(x.name);if(D==null||D.size===0){if(l.get(k.name)==null){c(k,x);return}}else if(D.has(k.name)===!1){c(k,x);return}}let A=f.get(k.name),B=g.get(k.name),E=x.type==="element"?u(w,x):null;for(let[D,W]of Object.entries(k.attributes))if(!(v&&D.startsWith("data-"))&&!(C&&D.startsWith("aria-"))&&!(h&&D==="role")&&D!=="xmlns"){if(D.includes(":")){let[I]=D.split(":");if(I!=="xml"&&I!=="xlink")continue}if(m&&A&&A.has(D)===!1&&delete k.attributes[D],p&&k.attributes.id==null&&B&&B.get(D)===W&&E?.[D]==null&&delete k.attributes[D],S&&k.attributes.id==null){let I=E?.[D];a.includes(D)===!1&&I!=null&&I.type==="static"&&I.value===W&&delete k.attributes[D]}}}}}}}),zn=z(e=>{"use strict";var{inheritableAttrs:t,attrsGroups:c,presentationNonInheritableGroupAttrs:y}=ne();e.name="removeNonInheritableGroupAttrs",e.description="removes non-inheritable group\u2019s presentational attributes",e.fn=()=>({element:{enter:u=>{if(u.name==="g")for(let d of Object.keys(u.attributes))c.presentation.includes(d)===!0&&t.includes(d)===!1&&y.includes(d)===!1&&delete u.attributes[d]}}})}),Dn=z(e=>{"use strict";var{visit:t,visitSkip:c,detachNodeFromParent:y}=re(),{collectStylesheet:u,computeStyle:d}=fe(),{hasScripts:s}=pe(),{elemsGroups:i}=ne();e.name="removeUselessStrokeAndFill",e.description="removes useless stroke and fill attributes",e.fn=(r,a)=>{let{stroke:l=!0,fill:f=!0,removeNone:g=!1}=a,b=!1;if(t(r,{element:{enter:o=>{(o.name==="style"||s(o))&&(b=!0)}}}),b)return null;let n=u(r);return{element:{enter:(o,m)=>{if(o.attributes.id!=null)return c;if(i.shape.includes(o.name)==!1)return;let p=d(n,o),S=p.stroke,v=p["stroke-opacity"],C=p["stroke-width"],h=p["marker-end"],w=p.fill,k=p["fill-opacity"],x=m.type==="element"?d(n,m):null,A=x==null?null:x.stroke;if(l&&(S==null||S.type==="static"&&S.value=="none"||v!=null&&v.type==="static"&&v.value==="0"||C!=null&&C.type==="static"&&C.value==="0")&&(C!=null&&C.type==="static"&&C.value==="0"||h==null)){for(let B of Object.keys(o.attributes))B.startsWith("stroke")&&delete o.attributes[B];A!=null&&A.type==="static"&&A.value!=="none"&&(o.attributes.stroke="none")}if(f&&(w!=null&&w.type==="static"&&w.value==="none"||k!=null&&k.type==="static"&&k.value==="0")){for(let B of Object.keys(o.attributes))B.startsWith("fill-")&&delete o.attributes[B];(w==null||w.type==="static"&&w.value!=="none")&&(o.attributes.fill="none")}g&&(S==null||o.attributes.stroke==="none")&&(w!=null&&w.type==="static"&&w.value==="none"||o.attributes.fill==="none")&&y(o,m)}}}}}),_n=z(e=>{"use strict";e.name="removeViewBox",e.description="removes viewBox attribute when possible";var t=["svg","pattern","symbol"];e.fn=()=>({element:{enter:(c,y)=>{if(t.includes(c.name)&&c.attributes.viewBox!=null&&c.attributes.width!=null&&c.attributes.height!=null){if(c.name==="svg"&&y.type!=="root")return;let u=c.attributes.viewBox.split(/[ ,]+/g);u[0]==="0"&&u[1]==="0"&&c.attributes.width.replace(/px$/,"")===u[2]&&c.attributes.height.replace(/px$/,"")===u[3]&&delete c.attributes.viewBox}}}})}),Fn=z(e=>{"use strict";var{visit:t}=re();e.name="cleanupEnableBackground",e.description="remove or cleanup enable-background attribute when possible",e.fn=c=>{let y=/^new\s0\s0\s([-+]?\d*\.?\d+([eE][-+]?\d+)?)\s([-+]?\d*\.?\d+([eE][-+]?\d+)?)$/,u=!1;return t(c,{element:{enter:d=>{d.name==="filter"&&(u=!0)}}}),{element:{enter:d=>{if(d.attributes["enable-background"]!=null)if(u){if((d.name==="svg"||d.name==="mask"||d.name==="pattern")&&d.attributes.width!=null&&d.attributes.height!=null){let s=d.attributes["enable-background"].match(y);s!=null&&d.attributes.width===s[1]&&d.attributes.height===s[3]&&(d.name==="svg"?delete d.attributes["enable-background"]:d.attributes["enable-background"]="new")}}else delete d.attributes["enable-background"]}}}}}),Me=z(e=>{"use strict";var{removeLeadingZero:t}=pe(),c={M:2,m:2,Z:0,z:0,L:2,l:2,H:1,h:1,V:1,v:1,C:6,c:6,S:4,s:4,Q:4,q:4,T:2,t:2,A:7,a:7},y=f=>f in c,u=f=>{let g=f.codePointAt(0);return g===32||g===9||g===13||g===10},d=f=>{let g=f.codePointAt(0);return g==null?!1:48<=g&&g<=57},s=(f,g)=>{let b=g,n="",o="none";for(;b<f.length;b+=1){let p=f[b];if(p==="+"||p==="-"){if(o==="none"){o="sign",n+=p;continue}if(o==="e"){o="exponent_sign",n+=p;continue}}if(d(p)){if(o==="none"||o==="sign"||o==="whole"){o="whole",n+=p;continue}if(o==="decimal_point"||o==="decimal"){o="decimal",n+=p;continue}if(o==="e"||o==="exponent_sign"||o==="exponent"){o="exponent",n+=p;continue}}if(p==="."&&(o==="none"||o==="sign"||o==="whole")){o="decimal_point",n+=p;continue}if((p==="E"||p=="e")&&(o==="whole"||o==="decimal_point"||o==="decimal")){o="e",n+=p;continue}break}let m=Number.parseFloat(n);return Number.isNaN(m)?[g,null]:[b-1,m]},i=f=>{let g=[],b=null,n=[],o=0,m=!1,p=!1;for(let S=0;S<f.length;S+=1){let v=f.charAt(S);if(u(v))continue;if(m&&v===","){if(p)break;p=!0;continue}if(y(v)){if(p)return g;if(b==null){if(v!=="M"&&v!=="m")return g}else if(n.length!==0)return g;b=v,n=[],o=c[b],m=!1,o===0&&g.push({command:b,args:n});continue}if(b==null)return g;let C=S,h=null;if(b==="A"||b==="a"){let w=n.length;(w===0||w===1)&&v!=="+"&&v!=="-"&&([C,h]=s(f,S)),(w===2||w===5||w===6)&&([C,h]=s(f,S)),(w===3||w===4)&&(v==="0"&&(h=0),v==="1"&&(h=1))}else[C,h]=s(f,S);if(h==null)return g;n.push(h),m=!0,p=!1,S=C,n.length===o&&(g.push({command:b,args:n}),b==="M"&&(b="L"),b==="m"&&(b="l"),n=[])}return g};e.parsePathData=i;var r=(f,g)=>{if(g!=null){let b=10**g;f=Math.round(f*b)/b}return t(f)},a=(f,g,b,n)=>{let o="",m="";for(let p=0;p<g.length;p+=1){let S=g[p],v=r(S,b);n&&(f==="A"||f==="a")&&(p%7===4||p%7===5)||p===0||v.startsWith("-")||m.includes(".")&&v.startsWith(".")?o+=v:o+=` ${v}`,m=v}return o},l=({pathData:f,precision:g,disableSpaceAfterFlags:b})=>{let n=[];for(let m=0;m<f.length;m+=1){let{command:p,args:S}=f[m];if(m===0)n.push({command:p,args:S});else{let v=n[n.length-1];m===1&&(p==="L"&&(v.command="M"),p==="l"&&(v.command="m")),v.command===p&&v.command!=="M"&&v.command!=="m"||v.command==="M"&&p==="L"||v.command==="m"&&p==="l"?v.args=[...v.args,...S]:n.push({command:p,args:S})}}let o="";for(let{command:m,args:p}of n)o+=m+a(m,p,g,b);return o};e.stringifyPathData=l}),Wn=z(e=>{"use strict";var{elemsGroups:t,referencesProps:c}=ne(),{visit:y,visitSkip:u,querySelector:d,detachNodeFromParent:s}=re(),{collectStylesheet:i,computeStyle:r}=fe(),{parsePathData:a}=Me(),l=t.nonRendering;e.name="removeHiddenElems",e.description="removes hidden elements (zero sized, with absent attributes)",e.fn=(f,g)=>{let{isHidden:b=!0,displayNone:n=!0,opacity0:o=!0,circleR0:m=!0,ellipseRX0:p=!0,ellipseRY0:S=!0,rectWidth0:v=!0,rectHeight0:C=!0,patternWidth0:h=!0,patternHeight0:w=!0,imageWidth0:k=!0,imageHeight0:x=!0,pathEmptyD:A=!0,polylineEmptyPoints:B=!0,polygonEmptyPoints:E=!0}=g,D=i(f),W=new Map;return y(f,{element:{enter:(I,q)=>{if(l.includes(I.name))return W.set(I,q),u;let _=r(D,I);if(o&&_.opacity&&_.opacity.type==="static"&&_.opacity.value==="0"){s(I,q);return}}}}),{element:{enter:(I,q)=>{let _=r(D,I);if(b&&_.visibility&&_.visibility.type==="static"&&_.visibility.value==="hidden"&&d(I,"[visibility=visible]")==null){s(I,q);return}if(n&&_.display&&_.display.type==="static"&&_.display.value==="none"&&I.name!=="marker"){s(I,q);return}if(m&&I.name==="circle"&&I.children.length===0&&I.attributes.r==="0"){s(I,q);return}if(p&&I.name==="ellipse"&&I.children.length===0&&I.attributes.rx==="0"){s(I,q);return}if(S&&I.name==="ellipse"&&I.children.length===0&&I.attributes.ry==="0"){s(I,q);return}if(v&&I.name==="rect"&&I.children.length===0&&I.attributes.width==="0"){s(I,q);return}if(C&&v&&I.name==="rect"&&I.children.length===0&&I.attributes.height==="0"){s(I,q);return}if(h&&I.name==="pattern"&&I.attributes.width==="0"){s(I,q);return}if(w&&I.name==="pattern"&&I.attributes.height==="0"){s(I,q);return}if(k&&I.name==="image"&&I.attributes.width==="0"){s(I,q);return}if(x&&I.name==="image"&&I.attributes.height==="0"){s(I,q);return}if(A&&I.name==="path"){if(I.attributes.d==null){s(I,q);return}let M=a(I.attributes.d);if(M.length===0){s(I,q);return}if(M.length===1&&_["marker-start"]==null&&_["marker-end"]==null){s(I,q);return}return}if(B&&I.name==="polyline"&&I.attributes.points==null){s(I,q);return}if(E&&I.name==="polygon"&&I.attributes.points==null){s(I,q);return}},exit:(I,q)=>{if(!(I.name!=="svg"||q.type!=="root"))for(let[_,M]of W.entries()){if(_.attributes.id==null){s(I,M);continue}let G=c.map(V=>`[${V}="url(#${_.attributes.id})"]`).join(",");d(f,G)==null&&s(I,M)}}}}}}),Ln=z(e=>{"use strict";var{detachNodeFromParent:t}=re();e.name="removeEmptyText",e.description="removes empty <text> elements",e.fn=(c,y)=>{let{text:u=!0,tspan:d=!0,tref:s=!0}=y;return{element:{enter:(i,r)=>{u&&i.name==="text"&&i.children.length===0&&t(i,r),d&&i.name==="tspan"&&i.children.length===0&&t(i,r),s&&i.name==="tref"&&i.attributes["xlink:href"]==null&&t(i,r)}}}}}),qn=z(e=>{"use strict";var{stringifyPathData:t}=Me(),{detachNodeFromParent:c}=re();e.name="convertShapeToPath",e.description="converts basic shapes to more compact path form";var y=/[-+]?(?:\d*\.\d+|\d+\.?)(?:[eE][-+]?\d+)?/g;e.fn=(u,d)=>{let{convertArcs:s=!1,floatPrecision:i}=d;return{element:{enter:(r,a)=>{if(r.name==="rect"&&r.attributes.width!=null&&r.attributes.height!=null&&r.attributes.rx==null&&r.attributes.ry==null){let l=Number(r.attributes.x||"0"),f=Number(r.attributes.y||"0"),g=Number(r.attributes.width),b=Number(r.attributes.height);if(Number.isNaN(l-f+g-b))return;let n=[{command:"M",args:[l,f]},{command:"H",args:[l+g]},{command:"V",args:[f+b]},{command:"H",args:[l]},{command:"z",args:[]}];r.name="path",r.attributes.d=t({pathData:n,precision:i}),delete r.attributes.x,delete r.attributes.y,delete r.attributes.width,delete r.attributes.height}if(r.name==="line"){let l=Number(r.attributes.x1||"0"),f=Number(r.attributes.y1||"0"),g=Number(r.attributes.x2||"0"),b=Number(r.attributes.y2||"0");if(Number.isNaN(l-f+g-b))return;let n=[{command:"M",args:[l,f]},{command:"L",args:[g,b]}];r.name="path",r.attributes.d=t({pathData:n,precision:i}),delete r.attributes.x1,delete r.attributes.y1,delete r.attributes.x2,delete r.attributes.y2}if((r.name==="polyline"||r.name==="polygon")&&r.attributes.points!=null){let l=(r.attributes.points.match(y)||[]).map(Number);if(l.length<4){c(r,a);return}let f=[];for(let g=0;g<l.length;g+=2)f.push({command:g===0?"M":"L",args:l.slice(g,g+2)});r.name==="polygon"&&f.push({command:"z",args:[]}),r.name="path",r.attributes.d=t({pathData:f,precision:i}),delete r.attributes.points}if(r.name==="circle"&&s){let l=Number(r.attributes.cx||"0"),f=Number(r.attributes.cy||"0"),g=Number(r.attributes.r||"0");if(Number.isNaN(l-f+g))return;let b=[{command:"M",args:[l,f-g]},{command:"A",args:[g,g,0,1,0,l,f+g]},{command:"A",args:[g,g,0,1,0,l,f-g]},{command:"z",args:[]}];r.name="path",r.attributes.d=t({pathData:b,precision:i}),delete r.attributes.cx,delete r.attributes.cy,delete r.attributes.r}if(r.name==="ellipse"&&s){let l=Number(r.attributes.cx||"0"),f=Number(r.attributes.cy||"0"),g=Number(r.attributes.rx||"0"),b=Number(r.attributes.ry||"0");if(Number.isNaN(l-f+g-b))return;let n=[{command:"M",args:[l,f-b]},{command:"A",args:[g,b,0,1,0,l,f+b]},{command:"A",args:[g,b,0,1,0,l,f-b]},{command:"z",args:[]}];r.name="path",r.attributes.d=t({pathData:n,precision:i}),delete r.attributes.cx,delete r.attributes.cy,delete r.attributes.rx,delete r.attributes.ry}}}}}}),Pn=z(e=>{"use strict";e.name="convertEllipseToCircle",e.description="converts non-eccentric <ellipse>s to <circle>s",e.fn=()=>({element:{enter:t=>{if(t.name==="ellipse"){let c=t.attributes.rx||"0",y=t.attributes.ry||"0";if(c===y||c==="auto"||y==="auto"){t.name="circle";let u=c==="auto"?y:c;delete t.attributes.rx,delete t.attributes.ry,t.attributes.r=u}}}}})}),Mn=z(e=>{"use strict";var{visit:t}=re(),{inheritableAttrs:c,pathElems:y}=ne();e.name="moveElemsAttrsToGroup",e.description="Move common attributes of group children to the group",e.fn=u=>{let d=!1;return t(u,{element:{enter:s=>{s.name==="style"&&(d=!0)}}}),{element:{exit:s=>{if(s.name!=="g"||s.children.length<=1||d)return;let i=new Map,r=!0,a=!0;for(let l of s.children)if(l.type==="element")if(y.includes(l.name)===!1&&(a=!1),r){r=!1;for(let[f,g]of Object.entries(l.attributes))c.includes(f)&&i.set(f,g)}else for(let[f,g]of i)l.attributes[f]!==g&&i.delete(f);(s.attributes["clip-path"]!=null||s.attributes.mask!=null)&&i.delete("transform"),a&&i.delete("transform");for(let[l,f]of i)l==="transform"?s.attributes.transform!=null?s.attributes.transform=`${s.attributes.transform} ${f}`:s.attributes.transform=f:s.attributes[l]=f;for(let l of s.children)if(l.type==="element")for(let[f]of i)delete l.attributes[f]}}}}}),In=z(e=>{"use strict";var{pathElems:t,referencesProps:c}=ne();e.name="moveGroupAttrsToElems",e.description="moves some group attributes to the content elements";var y=[...t,"g","text"];e.fn=()=>({element:{enter:u=>{if(u.name==="g"&&u.children.length!==0&&u.attributes.transform!=null&&Object.entries(u.attributes).some(([d,s])=>c.includes(d)&&s.includes("url("))===!1&&u.children.every(d=>d.type==="element"&&y.includes(d.name)&&d.attributes.id==null)){for(let d of u.children){let s=u.attributes.transform;d.type==="element"&&(d.attributes.transform!=null?d.attributes.transform=`${s} ${d.attributes.transform}`:d.attributes.transform=s)}delete u.attributes.transform}}}})}),Rn=z(e=>{"use strict";var{inheritableAttrs:t,elemsGroups:c}=ne();e.name="collapseGroups",e.description="collapses useless groups";var y=(u,d)=>{if(u.type==="element"){if(c.animation.includes(u.name)&&u.attributes.attributeName===d)return!0;for(let s of u.children)if(y(s,d))return!0}return!1};e.fn=()=>({element:{exit:(u,d)=>{if(!(d.type==="root"||d.name==="switch")&&!(u.name!=="g"||u.children.length===0)){if(Object.keys(u.attributes).length!==0&&u.children.length===1){let s=u.children[0];if(s.type==="element"&&s.attributes.id==null&&u.attributes.filter==null&&(u.attributes.class==null||s.attributes.class==null)&&(u.attributes["clip-path"]==null&&u.attributes.mask==null||s.name==="g"&&u.attributes.transform==null&&s.attributes.transform==null))for(let[i,r]of Object.entries(u.attributes)){if(y(s,i))return;if(s.attributes[i]==null)s.attributes[i]=r;else if(i==="transform")s.attributes[i]=r+" "+s.attributes[i];else if(s.attributes[i]==="inherit")s.attributes[i]=r;else if(t.includes(i)===!1&&s.attributes[i]!==r)return;delete u.attributes[i]}}if(Object.keys(u.attributes).length===0){for(let i of u.children)if(i.type==="element"&&c.animation.includes(i.name))return;let s=d.children.indexOf(u);d.children.splice(s,1,...u.children);for(let i of u.children)Object.defineProperty(i,"parentNode",{writable:!0,value:d})}}}}})}),Ie=z(e=>{"use strict";var{parsePathData:t,stringifyPathData:c}=Me(),y,u=m=>{if(m.pathJS)return m.pathJS;let p=[],S=t(m.attributes.d);for(let{command:v,args:C}of S)p.push({command:v,args:C});return p.length&&p[0].command=="m"&&(p[0].command="M"),m.pathJS=p,p};e.path2js=u;var d=m=>{let p=[],S=[0,0],v=[0,0];for(let{command:C,args:h}of m)h=h.slice(),C==="m"&&(h[0]+=v[0],h[1]+=v[1],C="M"),C==="M"&&(v[0]=h[0],v[1]=h[1],S[0]=v[0],S[1]=v[1]),C==="h"&&(h[0]+=v[0],C="H"),C==="H"&&(v[0]=h[0]),C==="v"&&(h[0]+=v[1],C="V"),C==="V"&&(v[1]=h[0]),C==="l"&&(h[0]+=v[0],h[1]+=v[1],C="L"),C==="L"&&(v[0]=h[0],v[1]=h[1]),C==="c"&&(h[0]+=v[0],h[1]+=v[1],h[2]+=v[0],h[3]+=v[1],h[4]+=v[0],h[5]+=v[1],C="C"),C==="C"&&(v[0]=h[4],v[1]=h[5]),C==="s"&&(h[0]+=v[0],h[1]+=v[1],h[2]+=v[0],h[3]+=v[1],C="S"),C==="S"&&(v[0]=h[2],v[1]=h[3]),C==="q"&&(h[0]+=v[0],h[1]+=v[1],h[2]+=v[0],h[3]+=v[1],C="Q"),C==="Q"&&(v[0]=h[2],v[1]=h[3]),C==="t"&&(h[0]+=v[0],h[1]+=v[1],C="T"),C==="T"&&(v[0]=h[0],v[1]=h[1]),C==="a"&&(h[5]+=v[0],h[6]+=v[1],C="A"),C==="A"&&(v[0]=h[5],v[1]=h[6]),(C==="z"||C==="Z")&&(v[0]=S[0],v[1]=S[1],C="z"),p.push({command:C,args:h});return p};e.js2path=function(m,p,S){m.pathJS=p;let v=[];for(let C of p){if(v.length!==0&&(C.command==="M"||C.command==="m")){let h=v[v.length-1];(h.command==="M"||h.command==="m")&&v.pop()}v.push({command:C.command,args:C.args})}m.attributes.d=c({pathData:v,precision:S.floatPrecision,disableSpaceAfterFlags:S.noSpaceAfterFlags})};function s(m,p){return m[0]=p[p.length-2],m[1]=p[p.length-1],m}e.intersects=function(m,p){let S=g(d(m)),v=g(d(p));if(S.maxX<=v.minX||v.maxX<=S.minX||S.maxY<=v.minY||v.maxY<=S.minY||S.list.every(x=>v.list.every(A=>x.list[x.maxX][0]<=A.list[A.minX][0]||A.list[A.maxX][0]<=x.list[x.minX][0]||x.list[x.maxY][1]<=A.list[A.minY][1]||A.list[A.maxY][1]<=x.list[x.minY][1])))return!1;let C=S.list.map(b),h=v.list.map(b);return C.some(function(x){return x.list.length<3?!1:h.some(function(A){if(A.list.length<3)return!1;for(var B=[w(x,A,[1,0])],E=r(B[0]),D=1e4;;){if(D--==0)return console.error("Error: infinite loop while processing mergePaths plugin."),!0;if(B.push(w(x,A,E)),l(E,B[B.length-1])<=0)return!1;if(i(B,E))return!0}})});function w(x,A,B){return a(k(x,B),k(A,r(B)))}function k(x,A){for(var B=A[1]>=0?A[0]<0?x.maxY:x.maxX:A[0]<0?x.minX:x.minY,E=-1/0,D;(D=l(x.list[B],A))>E;)E=D,B=++B%x.list.length;return x.list[(B||x.list.length)-1]}};function i(m,p){if(m.length==2){let S=m[1],v=m[0],C=r(m[1]),h=a(v,S);l(C,h)>0?s(p,f(h,S)):(s(p,C),m.shift())}else{let S=m[2],v=m[1],C=m[0],h=a(v,S),w=a(C,S),k=r(S),x=f(h,w),A=f(w,h);if(l(x,k)>0)l(h,k)>0?(s(p,x),m.shift()):(s(p,k),m.splice(0,2));else if(l(A,k)>0)l(w,k)>0?(s(p,A),m.splice(1,1)):(s(p,k),m.splice(0,2));else return!0}return!1}function r(m){return[-m[0],-m[1]]}function a(m,p){return[m[0]-p[0],m[1]-p[1]]}function l(m,p){return m[0]*p[0]+m[1]*p[1]}function f(m,p){var S=[-m[1],m[0]];return l(S,r(p))<0?r(S):S}function g(m){let p={list:[],minX:0,minY:0,maxX:0,maxY:0},S=(h,w)=>{(!h.list.length||w[1]>h.list[h.maxY][1])&&(h.maxY=h.list.length,p.maxY=p.list.length?Math.max(w[1],p.maxY):w[1]),(!h.list.length||w[0]>h.list[h.maxX][0])&&(h.maxX=h.list.length,p.maxX=p.list.length?Math.max(w[0],p.maxX):w[0]),(!h.list.length||w[1]<h.list[h.minY][1])&&(h.minY=h.list.length,p.minY=p.list.length?Math.min(w[1],p.minY):w[1]),(!h.list.length||w[0]<h.list[h.minX][0])&&(h.minX=h.list.length,p.minX=p.list.length?Math.min(w[0],p.minX):w[0]),h.list.push(w)};for(let h=0;h<m.length;h+=1){let w=m[h],k=p.list.length===0?{list:[],minX:0,minY:0,maxX:0,maxY:0}:p.list[p.list.length-1],x=h===0?null:m[h-1],A=k.list.length===0?null:k.list[k.list.length-1],B=w.args,E=A,D=(W,I)=>W+(A==null?0:A[I%2]);switch(w.command){case"M":k={list:[],minX:0,minY:0,maxX:0,maxY:0},p.list.push(k);break;case"H":A!=null&&S(k,[B[0],A[1]]);break;case"V":A!=null&&S(k,[A[0],B[0]]);break;case"Q":S(k,B.slice(0,2)),y=[B[2]-B[0],B[3]-B[1]];break;case"T":A!=null&&x!=null&&(x.command=="Q"||x.command=="T")&&(E=[A[0]+y[0],A[1]+y[1]],S(k,E),y=[B[0]-E[0],B[1]-E[1]]);break;case"C":A!=null&&S(k,[.5*(A[0]+B[0]),.5*(A[1]+B[1])]),S(k,[.5*(B[0]+B[2]),.5*(B[1]+B[3])]),S(k,[.5*(B[2]+B[4]),.5*(B[3]+B[5])]),y=[B[4]-B[2],B[5]-B[3]];break;case"S":A!=null&&x!=null&&(x.command=="C"||x.command=="S")&&(S(k,[A[0]+.5*y[0],A[1]+.5*y[1]]),E=[A[0]+y[0],A[1]+y[1]]),E!=null&&S(k,[.5*(E[0]+B[0]),.5*(E[1]+B[1])]),S(k,[.5*(B[0]+B[2]),.5*(B[1]+B[3])]),y=[B[2]-B[0],B[3]-B[1]];break;case"A":if(A!=null)for(var v=o.apply(0,A.concat(B)),C;(C=v.splice(0,6).map(D)).length;)A!=null&&S(k,[.5*(A[0]+C[0]),.5*(A[1]+C[1])]),S(k,[.5*(C[0]+C[2]),.5*(C[1]+C[3])]),S(k,[.5*(C[2]+C[4]),.5*(C[3]+C[5])]),v.length&&S(k,A=C.slice(-2));break}B.length>=2&&S(k,B.slice(-2))}return p}function b(m){m.list.sort(function(x,A){return x[0]==A[0]?x[1]-A[1]:x[0]-A[0]});var p=[],S=0,v=0;for(let x=0;x<m.list.length;x++){for(;p.length>=2&&n(p[p.length-2],p[p.length-1],m.list[x])<=0;)p.pop();m.list[x][1]<m.list[S][1]&&(S=x,v=p.length),p.push(m.list[x])}var C=[],h=m.list.length-1,w=0;for(let x=m.list.length;x--;){for(;C.length>=2&&n(C[C.length-2],C[C.length-1],m.list[x])<=0;)C.pop();m.list[x][1]>m.list[h][1]&&(h=x,w=C.length),C.push(m.list[x])}C.pop(),p.pop();let k=p.concat(C);return{list:k,minX:0,maxX:p.length,minY:v,maxY:(p.length+w)%k.length}}function n(m,p,S){return(p[0]-m[0])*(S[1]-m[1])-(p[1]-m[1])*(S[0]-m[0])}var o=(m,p,S,v,C,h,w,k,x,A)=>{let B=Math.PI*120/180,E=Math.PI/180*(+C||0),D=[],W=(se,be,Se)=>se*Math.cos(Se)-be*Math.sin(Se),I=(se,be,Se)=>se*Math.sin(Se)+be*Math.cos(Se);if(A)O=A[0],T=A[1],j=A[2],L=A[3];else{m=W(m,p,-E),p=I(m,p,-E),k=W(k,x,-E),x=I(k,x,-E);var q=(m-k)/2,_=(p-x)/2,M=q*q/(S*S)+_*_/(v*v);M>1&&(M=Math.sqrt(M),S=M*S,v=M*v);var G=S*S,V=v*v,H=(h==w?-1:1)*Math.sqrt(Math.abs((G*V-G*_*_-V*q*q)/(G*_*_+V*q*q))),j=H*S*_/v+(m+k)/2,L=H*-v*q/S+(p+x)/2,O=Math.asin(Number(((p-L)/v).toFixed(9))),T=Math.asin(Number(((x-L)/v).toFixed(9)));O=m<j?Math.PI-O:O,T=k<j?Math.PI-T:T,O<0&&(O=Math.PI*2+O),T<0&&(T=Math.PI*2+T),w&&O>T&&(O=O-Math.PI*2),!w&&T>O&&(T=T-Math.PI*2)}var N=T-O;if(Math.abs(N)>B){var P=T,U=k,Y=x;T=O+B*(w&&T>O?1:-1),k=j+S*Math.cos(T),x=L+v*Math.sin(T),D=o(k,x,S,v,C,0,w,U,Y,[T,P,j,L])}N=T-O;var te=Math.cos(O),F=Math.sin(O),R=Math.cos(T),K=Math.sin(T),Z=Math.tan(N/4),X=4/3*S*Z,$=4/3*v*Z,J=[-X*F,$*te,k+X*K-m,x-$*R-p,k-m,x-p];if(A)return J.concat(D);D=J.concat(D);for(var oe=[],ae=0,ye=D.length;ae<ye;ae++)oe[ae]=ae%2?I(D[ae-1],D[ae],E):W(D[ae],D[ae+1],E);return oe}}),Nn=z(e=>{"use strict";var t=/matrix|translate|scale|rotate|skewX|skewY/,c=/\s*(matrix|translate|scale|rotate|skewX|skewY)\s*\(\s*(.+?)\s*\)[\s,]*/,y=/[-+]?(?:\d*\.\d+|\d+\.?)(?:[eE][-+]?\d+)?/g;e.transform2js=i=>{let r=[],a=null;for(let f of i.split(c)){var l;if(f)if(t.test(f))a={name:f,data:[]},r.push(a);else for(;l=y.exec(f);)l=Number(l),a?.data.push(l)}return a==null||a.data.length==0?[]:r},e.transformsMultiply=i=>{let r=i.map(a=>a.name==="matrix"?a.data:d(a));return{name:"matrix",data:r.length>0?r.reduce(s):[]}};var u={rad:i=>i*Math.PI/180,deg:i=>i*180/Math.PI,cos:i=>Math.cos(u.rad(i)),acos:(i,r)=>Number(u.deg(Math.acos(i)).toFixed(r)),sin:i=>Math.sin(u.rad(i)),asin:(i,r)=>Number(u.deg(Math.asin(i)).toFixed(r)),tan:i=>Math.tan(u.rad(i)),atan:(i,r)=>Number(u.deg(Math.atan(i)).toFixed(r))};e.matrixToTransform=(i,r)=>{let a=r.floatPrecision,l=i.data,f=[],g=Number(Math.hypot(l[0],l[1]).toFixed(r.transformPrecision)),b=Number(((l[0]*l[3]-l[1]*l[2])/g).toFixed(r.transformPrecision)),n=l[0]*l[2]+l[1]*l[3],o=l[0]*l[1]+l[2]*l[3],m=o!=0||g==b;if((l[4]||l[5])&&f.push({name:"translate",data:l.slice(4,l[5]?6:5)}),!l[1]&&l[2])f.push({name:"skewX",data:[u.atan(l[2]/b,a)]});else if(l[1]&&!l[2])f.push({name:"skewY",data:[u.atan(l[1]/l[0],a)]}),g=l[0],b=l[3];else if(!n||g==1&&b==1||!m){m||(g=(l[0]<0?-1:1)*Math.hypot(l[0],l[2]),b=(l[3]<0?-1:1)*Math.hypot(l[1],l[3]),f.push({name:"scale",data:[g,b]}));var p=Math.min(Math.max(-1,l[0]/g),1),S=[u.acos(p,a)*((m?1:b)*l[1]<0?-1:1)];if(S[0]&&f.push({name:"rotate",data:S}),o&&n&&f.push({name:"skewX",data:[u.atan(n/(g*g),a)]}),S[0]&&(l[4]||l[5])){f.shift();var v=l[0]/g,C=l[1]/(m?g:b),h=l[4]*(m?1:b),w=l[5]*(m?1:g),k=(Math.pow(1-v,2)+Math.pow(C,2))*(m?1:g*b);S.push(((1-v)*h-C*w)/k),S.push(((1-v)*w+C*h)/k)}}else if(l[1]||l[2])return[i];return(m&&(g!=1||b!=1)||!f.length)&&f.push({name:"scale",data:g==b?[g]:[g,b]}),f};var d=i=>{if(i.name==="matrix")return i.data;switch(i.name){case"translate":return[1,0,0,1,i.data[0],i.data[1]||0];case"scale":return[i.data[0],0,0,i.data[1]||i.data[0],0,0];case"rotate":var r=u.cos(i.data[0]),a=u.sin(i.data[0]),l=i.data[1]||0,f=i.data[2]||0;return[r,a,-a,r,(1-r)*l+a*f,(1-r)*f-a*l];case"skewX":return[1,0,u.tan(i.data[0]),1,0,0];case"skewY":return[1,u.tan(i.data[0]),0,1,0,0];default:throw Error(`Unknown transform ${i.name}`)}};e.transformArc=(i,r,a)=>{let l=r[5]-i[0],f=r[6]-i[1],g=r[0],b=r[1],n=r[2]*Math.PI/180,o=Math.cos(n),m=Math.sin(n);if(g>0&&b>0){let w=Math.pow(l*o+f*m,2)/(4*g*g)+Math.pow(f*o-l*m,2)/(4*b*b);w>1&&(w=Math.sqrt(w),g*=w,b*=w)}let p=[g*o,g*m,-b*m,b*o,0,0],S=s(a,p),v=S[2]*S[2]+S[3]*S[3],C=S[0]*S[0]+S[1]*S[1]+v,h=Math.hypot(S[0]-S[3],S[1]+S[2])*Math.hypot(S[0]+S[3],S[1]-S[2]);if(!h)r[0]=r[1]=Math.sqrt(C/2),r[2]=0;else{let w=(C+h)/2,k=(C-h)/2,x=Math.abs(w-v)>1e-6,A=(x?w:k)-v,B=S[0]*S[2]+S[1]*S[3],E=S[0]*A+S[2]*B,D=S[1]*A+S[3]*B;r[0]=Math.sqrt(w),r[1]=Math.sqrt(k),r[2]=((x?D<0:E>0)?-1:1)*Math.acos((x?E:D)/Math.hypot(E,D))*180/Math.PI}return a[0]<0!=a[3]<0&&(r[4]=1-r[4]),r};var s=(i,r)=>[i[0]*r[0]+i[2]*r[1],i[1]*r[0]+i[3]*r[1],i[0]*r[2]+i[2]*r[3],i[1]*r[2]+i[3]*r[3],i[0]*r[4]+i[2]*r[5]+i[4],i[1]*r[4]+i[3]*r[5]+i[5]]}),ps=z(e=>{"use strict";var{collectStylesheet:t,computeStyle:c}=fe(),{transformsMultiply:y,transform2js:u,transformArc:d}=Nn(),{path2js:s}=Ie(),{removeLeadingZero:i}=pe(),{referencesProps:r,attrsGroupsDefaults:a}=ne(),l=/[-+]?(\d*\.\d+|\d+\.?)(?:[eE][-+]?\d+)?/g,f=(o,m)=>{let p=t(o);return{element:{enter:S=>{let v=c(p,S);if(S.attributes.d==null||S.attributes.id!=null||S.attributes.transform==null||S.attributes.transform===""||S.attributes.style!=null||Object.entries(S.attributes).some(([B,E])=>r.includes(B)&&E.includes("url(")))return;let C=y(u(S.attributes.transform)),h=v.stroke!=null&&v.stroke.type==="static"?v.stroke.value:null,w=v["stroke-width"]!=null&&v["stroke-width"].type==="static"?v["stroke-width"].value:null,k=m.transformPrecision;if(v.stroke!=null&&v.stroke.type==="dynamic"||v.strokeWidth!=null&&v["stroke-width"].type==="dynamic")return;let x=Number(Math.sqrt(C.data[0]*C.data[0]+C.data[1]*C.data[1]).toFixed(k));if(h&&h!="none"){if(m.applyTransformsStroked===!1||(C.data[0]!==C.data[3]||C.data[1]!==-C.data[2])&&(C.data[0]!==-C.data[3]||C.data[1]!==C.data[2]))return;x!==1&&S.attributes["vector-effect"]!=="non-scaling-stroke"&&(S.attributes["stroke-width"]=(w||a.presentation["stroke-width"]).trim().replace(l,B=>i(Number(B)*x)),S.attributes["stroke-dashoffset"]!=null&&(S.attributes["stroke-dashoffset"]=S.attributes["stroke-dashoffset"].trim().replace(l,B=>i(Number(B)*x))),S.attributes["stroke-dasharray"]!=null&&(S.attributes["stroke-dasharray"]=S.attributes["stroke-dasharray"].trim().replace(l,B=>i(Number(B)*x))))}let A=s(S);n(A,C.data),delete S.attributes.transform}}}};e.applyTransforms=f;var g=(o,m,p)=>{let S=o[0]*m+o[2]*p+o[4],v=o[1]*m+o[3]*p+o[5];return[S,v]},b=(o,m,p)=>{let S=o[0]*m+o[2]*p,v=o[1]*m+o[3]*p;return[S,v]},n=(o,m)=>{let p=[0,0],S=[0,0];for(let v of o){let{command:C,args:h}=v;if(C==="M"){S[0]=h[0],S[1]=h[1],p[0]=S[0],p[1]=S[1];let[w,k]=g(m,h[0],h[1]);h[0]=w,h[1]=k}if(C==="m"){S[0]+=h[0],S[1]+=h[1],p[0]=S[0],p[1]=S[1];let[w,k]=b(m,h[0],h[1]);h[0]=w,h[1]=k}if(C==="H"&&(C="L",h=[h[0],S[1]]),C==="h"&&(C="l",h=[h[0],0]),C==="V"&&(C="L",h=[S[0],h[0]]),C==="v"&&(C="l",h=[0,h[0]]),C==="L"){S[0]=h[0],S[1]=h[1];let[w,k]=g(m,h[0],h[1]);h[0]=w,h[1]=k}if(C==="l"){S[0]+=h[0],S[1]+=h[1];let[w,k]=b(m,h[0],h[1]);h[0]=w,h[1]=k}if(C==="C"){S[0]=h[4],S[1]=h[5];let[w,k]=g(m,h[0],h[1]),[x,A]=g(m,h[2],h[3]),[B,E]=g(m,h[4],h[5]);h[0]=w,h[1]=k,h[2]=x,h[3]=A,h[4]=B,h[5]=E}if(C==="c"){S[0]+=h[4],S[1]+=h[5];let[w,k]=b(m,h[0],h[1]),[x,A]=b(m,h[2],h[3]),[B,E]=b(m,h[4],h[5]);h[0]=w,h[1]=k,h[2]=x,h[3]=A,h[4]=B,h[5]=E}if(C==="S"){S[0]=h[2],S[1]=h[3];let[w,k]=g(m,h[0],h[1]),[x,A]=g(m,h[2],h[3]);h[0]=w,h[1]=k,h[2]=x,h[3]=A}if(C==="s"){S[0]+=h[2],S[1]+=h[3];let[w,k]=b(m,h[0],h[1]),[x,A]=b(m,h[2],h[3]);h[0]=w,h[1]=k,h[2]=x,h[3]=A}if(C==="Q"){S[0]=h[2],S[1]=h[3];let[w,k]=g(m,h[0],h[1]),[x,A]=g(m,h[2],h[3]);h[0]=w,h[1]=k,h[2]=x,h[3]=A}if(C==="q"){S[0]+=h[2],S[1]+=h[3];let[w,k]=b(m,h[0],h[1]),[x,A]=b(m,h[2],h[3]);h[0]=w,h[1]=k,h[2]=x,h[3]=A}if(C==="T"){S[0]=h[0],S[1]=h[1];let[w,k]=g(m,h[0],h[1]);h[0]=w,h[1]=k}if(C==="t"){S[0]+=h[0],S[1]+=h[1];let[w,k]=b(m,h[0],h[1]);h[0]=w,h[1]=k}if(C==="A"){if(d(S,h,m),S[0]=h[5],S[1]=h[6],Math.abs(h[2])>80){let x=h[0],A=h[2];h[0]=h[1],h[1]=x,h[2]=A+(A>0?-90:90)}let[w,k]=g(m,h[5],h[6]);h[5]=w,h[6]=k}if(C==="a"){if(d([0,0],h,m),S[0]+=h[5],S[1]+=h[6],Math.abs(h[2])>80){let x=h[0],A=h[2];h[0]=h[1],h[1]=x,h[2]=A+(A>0?-90:90)}let[w,k]=b(m,h[5],h[6]);h[5]=w,h[6]=k}(C==="z"||C==="Z")&&(S[0]=p[0],S[1]=p[1]),v.command=C,v.args=h}}}),Gn=z(e=>{"use strict";var{collectStylesheet:t,computeStyle:c}=fe(),{visit:y}=re(),{pathElems:u}=ne(),{path2js:d,js2path:s}=Ie(),{applyTransforms:i}=ps(),{cleanupOutData:r}=pe();e.name="convertPathData",e.description="optimizes path data: writes in shorter form, applies transformations";var a,l,f,g,b;e.fn=(q,_)=>{let{applyTransforms:M=!0,applyTransformsStroked:G=!0,makeArcs:V={threshold:2.5,tolerance:.5},straightCurves:H=!0,lineShorthands:j=!0,curveSmoothShorthands:L=!0,floatPrecision:O=3,transformPrecision:T=5,removeUseless:N=!0,collapseRepeated:P=!0,utilizeAbsolute:U=!0,leadingZero:Y=!0,negativeExtraSpace:te=!0,noSpaceAfterFlags:F=!1,forceAbsolutePath:R=!1}=_,K={applyTransforms:M,applyTransformsStroked:G,makeArcs:V,straightCurves:H,lineShorthands:j,curveSmoothShorthands:L,floatPrecision:O,transformPrecision:T,removeUseless:N,collapseRepeated:P,utilizeAbsolute:U,leadingZero:Y,negativeExtraSpace:te,noSpaceAfterFlags:F,forceAbsolutePath:R};M&&y(q,i(q,{transformPrecision:T,applyTransformsStroked:G}));let Z=t(q);return{element:{enter:X=>{if(u.includes(X.name)&&X.attributes.d!=null){let J=c(Z,X);l=O,f=l!==!1?+Math.pow(.1,l).toFixed(l):.01,a=l>0&&l<20?C:h,V&&(g=V.threshold,b=V.tolerance);let oe=J["marker-mid"]!=null,ae=J.stroke&&(J.stroke.type==="dynamic"||J.stroke.value!=="none"),ye=J["stroke-linecap"]&&(J["stroke-linecap"].type==="dynamic"||J["stroke-linecap"].value!=="butt"),se=ae&&ye;var $=d(X);$.length&&(n($),$=o($,K,{maybeHasStrokeAndLinecap:se,hasMarkerMid:oe}),U&&($=m($,K)),s(X,$,K))}}}}};var n=q=>{let _=[0,0],M=[0,0],G=[0,0];for(let V=0;V<q.length;V+=1){let H=q[V],{command:j,args:L}=H;j==="m"&&(M[0]+=L[0],M[1]+=L[1],_[0]=M[0],_[1]=M[1]),j==="M"&&(V!==0&&(j="m"),L[0]-=M[0],L[1]-=M[1],M[0]+=L[0],M[1]+=L[1],_[0]=M[0],_[1]=M[1]),j==="l"&&(M[0]+=L[0],M[1]+=L[1]),j==="L"&&(j="l",L[0]-=M[0],L[1]-=M[1],M[0]+=L[0],M[1]+=L[1]),j==="h"&&(M[0]+=L[0]),j==="H"&&(j="h",L[0]-=M[0],M[0]+=L[0]),j==="v"&&(M[1]+=L[0]),j==="V"&&(j="v",L[0]-=M[1],M[1]+=L[0]),j==="c"&&(M[0]+=L[4],M[1]+=L[5]),j==="C"&&(j="c",L[0]-=M[0],L[1]-=M[1],L[2]-=M[0],L[3]-=M[1],L[4]-=M[0],L[5]-=M[1],M[0]+=L[4],M[1]+=L[5]),j==="s"&&(M[0]+=L[2],M[1]+=L[3]),j==="S"&&(j="s",L[0]-=M[0],L[1]-=M[1],L[2]-=M[0],L[3]-=M[1],M[0]+=L[2],M[1]+=L[3]),j==="q"&&(M[0]+=L[2],M[1]+=L[3]),j==="Q"&&(j="q",L[0]-=M[0],L[1]-=M[1],L[2]-=M[0],L[3]-=M[1],M[0]+=L[2],M[1]+=L[3]),j==="t"&&(M[0]+=L[0],M[1]+=L[1]),j==="T"&&(j="t",L[0]-=M[0],L[1]-=M[1],M[0]+=L[0],M[1]+=L[1]),j==="a"&&(M[0]+=L[5],M[1]+=L[6]),j==="A"&&(j="a",L[5]-=M[0],L[6]-=M[1],M[0]+=L[5],M[1]+=L[6]),(j==="Z"||j==="z")&&(M[0]=_[0],M[1]=_[1]),H.command=j,H.args=L,H.base=G,H.coords=[M[0],M[1]],G=H.coords}return q};function o(q,_,{maybeHasStrokeAndLinecap:M,hasMarkerMid:G}){var V=I.bind(null,_),H=[0,0],j=[0,0],L={};return q=q.filter(function(O,T,N){let P=O.command,U=O.args,Y=N[T+1];if(P!=="Z"&&P!=="z"){var te=U,F;if(P==="s"){te=[0,0].concat(U);var R=L.args,K=R.length;te[0]=R[K-2]-R[K-4],te[1]=R[K-1]-R[K-3]}if(_.makeArcs&&(P=="c"||P=="s")&&p(te)&&(F=B(te))){var Z=a([F.radius])[0],X=W(te,F),$=te[5]*te[0]-te[4]*te[1]>0?1:0,J={command:"a",args:[Z,Z,0,0,$,te[4],te[5]],coords:O.coords.slice(),base:O.base},oe=[J],ae=[F.center[0]-te[4],F.center[1]-te[5]],ye={center:ae,radius:F.radius},se=[O],be=0,Se="",Be;if(L.command=="c"&&p(L.args)&&D(L.args,F)||L.command=="a"&&L.sdata&&D(L.sdata,F)){se.unshift(L),J.base=L.base,J.args[5]=J.coords[0]-J.base[0],J.args[6]=J.coords[1]-J.base[1];var Re=L.command=="a"?L.sdata:L.args,Jn=W(Re,{center:[Re[4]+F.center[0],Re[5]+F.center[1]],radius:F.radius});X+=Jn,X>Math.PI&&(J.args[3]=1),be=1}for(var ve=T;(Y=N[++ve])&&~"cs".indexOf(Y.command);){var me=Y.args;if(Y.command=="s"&&(Be=k({command:"s",args:Y.args.slice()},N[ve-1].args),me=Be.args,Be.args=me.slice(0,2),Se=V([Be])),p(me)&&E(me,ye)){if(X+=W(me,ye),X-2*Math.PI>.001)break;if(X>Math.PI&&(J.args[3]=1),se.push(Y),2*Math.PI-X>.001)J.coords=Y.coords,J.args[5]=J.coords[0]-J.base[0],J.args[6]=J.coords[1]-J.base[1];else{J.args[5]=2*(ye.center[0]-me[4]),J.args[6]=2*(ye.center[1]-me[5]),J.coords=[J.base[0]+J.args[5],J.base[1]+J.args[6]],J={command:"a",args:[Z,Z,0,0,$,Y.coords[0]-J.coords[0],Y.coords[1]-J.coords[1]],coords:Y.coords,base:J.coords},oe.push(J),ve++;break}ae[0]-=me[4],ae[1]-=me[5]}else break}if((V(oe)+Se).length<V(se).length){if(N[ve]&&N[ve].command=="s"&&k(N[ve],N[ve-1].args),be){var Ee=oe.shift();a(Ee.args),H[0]+=Ee.args[5]-L.args[L.args.length-2],H[1]+=Ee.args[6]-L.args[L.args.length-1],L.command="a",L.args=Ee.args,O.base=L.coords=Ee.coords}if(J=oe.shift(),se.length==1?O.sdata=te.slice():se.length-1-be>0&&N.splice.apply(N,[T+1,se.length-1-be].concat(oe)),!J)return!1;P="a",U=J.args,O.coords=J.coords}}if(l!==!1){if(P==="m"||P==="l"||P==="t"||P==="q"||P==="s"||P==="c")for(var Oe=U.length;Oe--;)U[Oe]+=O.base[Oe%2]-H[Oe%2];else P=="h"?U[0]+=O.base[0]-H[0]:P=="v"?U[0]+=O.base[1]-H[1]:P=="a"&&(U[5]+=O.base[0]-H[0],U[6]+=O.base[1]-H[1]);a(U),P=="h"?H[0]+=U[0]:P=="v"?H[1]+=U[0]:(H[0]+=U[U.length-2],H[1]+=U[U.length-1]),a(H),(P==="M"||P==="m")&&(j[0]=H[0],j[1]=H[1])}if(_.straightCurves&&(P==="c"&&w(U)||P==="s"&&w(te)?(Y&&Y.command=="s"&&k(Y,U),P="l",U=U.slice(-2)):P==="q"&&w(U)?(Y&&Y.command=="t"&&k(Y,U),P="l",U=U.slice(-2)):(P==="t"&&L.command!=="q"&&L.command!=="t"||P==="a"&&(U[0]===0||U[1]===0))&&(P="l",U=U.slice(-2))),_.lineShorthands&&P==="l"&&(U[1]===0?(P="h",U.pop()):U[0]===0&&(P="v",U.shift())),_.collapseRepeated&&G===!1&&(P==="m"||P==="h"||P==="v")&&L.command&&P==L.command.toLowerCase()&&(P!="h"&&P!="v"||L.args[0]>=0==U[0]>=0))return L.args[0]+=U[0],P!="h"&&P!="v"&&(L.args[1]+=U[1]),L.coords=O.coords,N[T]=L,!1;if(_.curveSmoothShorthands&&L.command&&(P==="c"?(L.command==="c"&&U[0]===-(L.args[2]-L.args[4])&&U[1]===-(L.args[3]-L.args[5])||L.command==="s"&&U[0]===-(L.args[0]-L.args[2])&&U[1]===-(L.args[1]-L.args[3])||L.command!=="c"&&L.command!=="s"&&U[0]===0&&U[1]===0)&&(P="s",U=U.slice(2)):P==="q"&&(L.command==="q"&&U[0]===L.args[2]-L.args[0]&&U[1]===L.args[3]-L.args[1]||L.command==="t"&&U[2]===L.args[0]&&U[3]===L.args[1])&&(P="t",U=U.slice(2))),_.removeUseless&&!M&&((P==="l"||P==="h"||P==="v"||P==="q"||P==="t"||P==="c"||P==="s")&&U.every(function(ei){return ei===0})||P==="a"&&U[5]===0&&U[6]===0))return N[T]=L,!1;O.command=P,O.args=U,L=O}else{if(H[0]=j[0],H[1]=j[1],L.command==="Z"||L.command==="z")return!1;L=O}return!0}),q}function m(q,_){var M=q[0];return q=q.filter(function(G,V){if(V==0)return!0;if(G.command==="Z"||G.command==="z")return M=G,!0;var H=G.command,j=G.args,L=j.slice();if(H==="m"||H==="l"||H==="t"||H==="q"||H==="s"||H==="c")for(var O=L.length;O--;)L[O]+=G.base[O%2];else H=="h"?L[0]+=G.base[0]:H=="v"?L[0]+=G.base[1]:H=="a"&&(L[5]+=G.base[0],L[6]+=G.base[1]);a(L);var T=r(L,_),N=r(j,_);return(_.forceAbsolutePath||T.length<N.length&&!(_.negativeExtraSpace&&H==M.command&&M.command.charCodeAt(0)>96&&T.length==N.length-1&&(j[0]<0||/^0\./.test(j[0])&&M.args[M.args.length-1]%1)))&&(G.command=H.toUpperCase(),G.args=L),M=G,!0}),q}function p(q){var _=S([0,0,q[2],q[3],q[0],q[1],q[4],q[5]]);return _!=null&&q[2]<_[0]==_[0]<0&&q[3]<_[1]==_[1]<0&&q[4]<_[0]==_[0]<q[0]&&q[5]<_[1]==_[1]<q[1]}function S(q){var _=q[1]-q[3],M=q[2]-q[0],G=q[0]*q[3]-q[2]*q[1],V=q[5]-q[7],H=q[6]-q[4],j=q[4]*q[7]-q[5]*q[6],L=_*H-V*M;if(L){var O=[(M*j-H*G)/L,(_*j-V*G)/-L];if(!isNaN(O[0])&&!isNaN(O[1])&&isFinite(O[0])&&isFinite(O[1]))return O}}function v(q,_){let M=10**_;return Math.round(q*M)/M}function C(q){let _=l||0;for(let M=q.length;M-- >0;){let G=v(q[M],_);if(G!==q[M]){let V=v(q[M],_-1);q[M]=v(Math.abs(V-q[M]),_+1)>=f?G:V}}return q}function h(q){for(var _=q.length;_-- >0;)q[_]=Math.round(q[_]);return q}function w(q){var _=q.length-2,M=-q[_+1],G=q[_],V=1/(M*M+G*G);if(_<=1||!isFinite(V))return!1;for(;(_-=2)>=0;)if(Math.sqrt(Math.pow(M*q[_]+G*q[_+1],2)*V)>f)return!1;return!0}function k(q,_){switch(q.command){case"s":q.command="c";break;case"t":q.command="q";break}return q.args.unshift(_[_.length-2]-_[_.length-4],_[_.length-1]-_[_.length-3]),q}function x(q,_){return Math.hypot(q[0]-_[0],q[1]-_[1])}function A(q,_){var M=_*_,G=M*_,V=1-_,H=V*V;return[3*H*_*q[0]+3*V*M*q[2]+G*q[4],3*H*_*q[1]+3*V*M*q[3]+G*q[5]]}function B(q){var _=A(q,.5),M=[_[0]/2,_[1]/2],G=[(_[0]+q[4])/2,(_[1]+q[5])/2],V=S([M[0],M[1],M[0]+M[1],M[1]-M[0],G[0],G[1],G[0]+(G[1]-_[1]),G[1]-(G[0]-_[0])]),H=V&&x([0,0],V),j=Math.min(g*f,b*H/100);if(V&&H<1e15&&[1/4,3/4].every(function(L){return Math.abs(x(A(q,L),V)-H)<=j}))return{center:V,radius:H}}function E(q,_){var M=Math.min(g*f,b*_.radius/100);return[0,1/4,1/2,3/4,1].every(function(G){return Math.abs(x(A(q,G),_.center)-_.radius)<=M})}function D(q,_){return E(q,{center:[_.center[0]+q[4],_.center[1]+q[5]],radius:_.radius})}function W(q,_){var M=-_.center[0],G=-_.center[1],V=q[4]-_.center[0],H=q[5]-_.center[1];return Math.acos((M*V+G*H)/Math.sqrt((M*M+G*G)*(V*V+H*H)))}function I(q,_){return _.reduce(function(M,G){var V="";return G.args&&(V=r(a(G.args.slice()),q)),M+G.command+V},"")}}),jn=z(e=>{"use strict";var{cleanupOutData:t}=pe(),{transform2js:c,transformsMultiply:y,matrixToTransform:u}=Nn();e.name="convertTransform",e.description="collapses multiple transformations and optimizes it",e.fn=(p,S)=>{let{convertToShorts:v=!0,degPrecision:C,floatPrecision:h=3,transformPrecision:w=5,matrixToTransform:k=!0,shortTranslate:x=!0,shortScale:A=!0,shortRotate:B=!0,removeUseless:E=!0,collapseIntoOne:D=!0,leadingZero:W=!0,negativeExtraSpace:I=!1}=S,q={convertToShorts:v,degPrecision:C,floatPrecision:h,transformPrecision:w,matrixToTransform:k,shortTranslate:x,shortScale:A,shortRotate:B,removeUseless:E,collapseIntoOne:D,leadingZero:W,negativeExtraSpace:I};return{element:{enter:_=>{_.attributes.transform!=null&&d(_,"transform",q),_.attributes.gradientTransform!=null&&d(_,"gradientTransform",q),_.attributes.patternTransform!=null&&d(_,"patternTransform",q)}}}};var d=(p,S,v)=>{let C=c(p.attributes[S]);v=s(C,v),v.collapseIntoOne&&C.length>1&&(C=[y(C)]),v.convertToShorts?C=f(C,v):C.forEach(h=>n(h,v)),v.removeUseless&&(C=g(C)),C.length?p.attributes[S]=b(C,v):delete p.attributes[S]},s=(p,{...S})=>{let v=[];for(let h of p)h.name=="matrix"&&v.push(...h.data.slice(0,4));let C=S.transformPrecision;return v.length&&(S.transformPrecision=Math.min(S.transformPrecision,Math.max.apply(Math,v.map(l))||S.transformPrecision),C=Math.max.apply(Math,v.map(h=>h.toString().replace(/\D+/g,"").length))),S.degPrecision==null&&(S.degPrecision=Math.max(0,Math.min(S.floatPrecision,C-2))),S},i=(p,S)=>S.degPrecision!=null&&S.degPrecision>=1&&S.floatPrecision<20?m(S.degPrecision,p):o(p),r=(p,S)=>S.floatPrecision>=1&&S.floatPrecision<20?m(S.floatPrecision,p):o(p),a=(p,S)=>S.transformPrecision>=1&&S.floatPrecision<20?m(S.transformPrecision,p):o(p),l=p=>{let S=p.toString();return S.slice(S.indexOf(".")).length-1},f=(p,S)=>{for(var v=0;v<p.length;v++){var C=p[v];if(S.matrixToTransform&&C.name==="matrix"){var h=u(C,S);b(h,S).length<=b([C],S).length&&p.splice(v,1,...h),C=p[v]}n(C,S),S.shortTranslate&&C.name==="translate"&&C.data.length===2&&!C.data[1]&&C.data.pop(),S.shortScale&&C.name==="scale"&&C.data.length===2&&C.data[0]===C.data[1]&&C.data.pop(),S.shortRotate&&p[v-2]&&p[v-2].name==="translate"&&p[v-1].name==="rotate"&&p[v].name==="translate"&&p[v-2].data[0]===-p[v].data[0]&&p[v-2].data[1]===-p[v].data[1]&&(p.splice(v-2,3,{name:"rotate",data:[p[v-1].data[0],p[v-2].data[0],p[v-2].data[1]]}),v-=2)}return p},g=p=>p.filter(S=>!(["translate","rotate","skewX","skewY"].indexOf(S.name)>-1&&(S.data.length==1||S.name=="rotate")&&!S.data[0]||S.name=="translate"&&!S.data[0]&&!S.data[1]||S.name=="scale"&&S.data[0]==1&&(S.data.length<2||S.data[1]==1)||S.name=="matrix"&&S.data[0]==1&&S.data[3]==1&&!(S.data[1]||S.data[2]||S.data[4]||S.data[5]))),b=(p,S)=>p.map(v=>(n(v,S),`${v.name}(${t(v.data,S)})`)).join(""),n=(p,S)=>{switch(p.name){case"translate":p.data=r(p.data,S);break;case"rotate":p.data=[...i(p.data.slice(0,1),S),...r(p.data.slice(1),S)];break;case"skewX":case"skewY":p.data=i(p.data,S);break;case"scale":p.data=a(p.data,S);break;case"matrix":p.data=[...a(p.data.slice(0,4),S),...r(p.data.slice(4),S)];break}return p},o=p=>p.map(Math.round),m=(p,S)=>{for(var v=S.length,C=+Math.pow(.1,p).toFixed(p);v--;)if(Number(S[v].toFixed(p))!==S[v]){var h=+S[v].toFixed(p-1);S[v]=+Math.abs(h-S[v]).toFixed(p+1)>=C?+S[v].toFixed(p):h}return S}}),Un=z(e=>{"use strict";var{attrsGroups:t}=ne();e.name="removeEmptyAttrs",e.description="removes empty attributes",e.fn=()=>({element:{enter:c=>{for(let[y,u]of Object.entries(c.attributes))u===""&&t.conditionalProcessing.includes(y)===!1&&delete c.attributes[y]}}})}),Vn=z(e=>{"use strict";var{detachNodeFromParent:t}=re(),{elemsGroups:c}=ne();e.name="removeEmptyContainers",e.description="removes empty container elements",e.fn=()=>({element:{exit:(y,u)=>{y.name==="svg"||c.container.includes(y.name)===!1||y.children.length!==0||y.name==="pattern"&&Object.keys(y.attributes).length!==0||y.name==="g"&&y.attributes.filter!=null||y.name==="mask"&&y.attributes.id!=null||t(y,u)}}})}),Hn=z(e=>{"use strict";var{detachNodeFromParent:t}=re(),{collectStylesheet:c,computeStyle:y}=fe(),{path2js:u,js2path:d,intersects:s}=Ie();e.name="mergePaths",e.description="merges multiple paths in one if possible",e.fn=(i,r)=>{let{force:a=!1,floatPrecision:l,noSpaceAfterFlags:f=!1}=r,g=c(i);return{element:{enter:b=>{let n=null;for(let o of b.children){if(n==null||n.type!=="element"||n.name!=="path"||n.children.length!==0||n.attributes.d==null){n=o;continue}if(o.type!=="element"||o.name!=="path"||o.children.length!==0||o.attributes.d==null){n=o;continue}let m=y(g,o);if(m["marker-start"]||m["marker-mid"]||m["marker-end"]){n=o;continue}let p=Object.keys(n.attributes),S=Object.keys(o.attributes),v=p.length===S.length;for(let w of S)w!=="d"&&(n.attributes[w]==null||n.attributes[w]!==o.attributes[w])&&(v=!1);let C=u(n),h=u(o);if(v&&(a||!s(C,h))){d(n,C.concat(h),{floatPrecision:l,noSpaceAfterFlags:f}),t(o,b);continue}n=o}}}}}}),Kn=z(e=>{"use strict";e.name="removeUnusedNS",e.description="removes unused namespaces declaration",e.fn=()=>{let t=new Set;return{element:{enter:(c,y)=>{if(c.name==="svg"&&y.type==="root"){for(let u of Object.keys(c.attributes))if(u.startsWith("xmlns:")){let d=u.slice(6);t.add(d)}}if(t.size!==0){if(c.name.includes(":")){let[u]=c.name.split(":");t.has(u)&&t.delete(u)}for(let u of Object.keys(c.attributes))if(u.includes(":")){let[d]=u.split(":");t.delete(d)}}},exit:(c,y)=>{if(c.name==="svg"&&y.type==="root")for(let u of t)delete c.attributes[`xmlns:${u}`]}}}}}),Yn=z(e=>{"use strict";e.name="sortAttrs",e.description="Sort element attributes for better compression",e.fn=(t,c)=>{let{order:y=["id","width","height","x","x1","x2","y","y1","y2","cx","cy","r","fill","stroke","marker","d","points"],xmlnsOrder:u="front"}=c,d=i=>{if(u==="front"){if(i==="xmlns")return 3;if(i.startsWith("xmlns:"))return 2}return i.includes(":")?1:0},s=([i],[r])=>{let a=d(i),l=d(r)-a;if(l!==0)return l;let[f]=i.split("-"),[g]=r.split("-");if(f!==g){let b=y.includes(f)?1:0,n=y.includes(g)?1:0;if(b===1&&n===1)return y.indexOf(f)-y.indexOf(g);let o=n-b;if(o!==0)return o}return i<r?-1:1};return{element:{enter:i=>{let r=Object.entries(i.attributes);r.sort(s);let a={};for(let[l,f]of r)a[l]=f;i.attributes=a}}}}}),Xn=z(e=>{"use strict";e.name="sortDefsChildren",e.description="Sorts children of <defs> to improve compression",e.fn=()=>({element:{enter:t=>{if(t.name==="defs"){let c=new Map;for(let y of t.children)if(y.type==="element"){let u=c.get(y.name);u==null?c.set(y.name,1):c.set(y.name,u+1)}t.children.sort((y,u)=>{if(y.type!=="element"||u.type!=="element")return 0;let d=c.get(y.name),s=c.get(u.name);if(d!=null&&s!=null){let r=s-d;if(r!==0)return r}let i=u.name.length-y.name.length;return i!==0?i:y.name!==u.name?y.name>u.name?-1:1:0})}}}})}),$n=z(e=>{"use strict";var{detachNodeFromParent:t}=re();e.name="removeTitle",e.description="removes <title>",e.fn=()=>({element:{enter:(c,y)=>{c.name==="title"&&t(c,y)}}})}),Zn=z(e=>{"use strict";var{detachNodeFromParent:t}=re();e.name="removeDesc",e.description="removes <desc>";var c=/^(Created with|Created using)/;e.fn=(y,u)=>{let{removeAny:d=!1}=u;return{element:{enter:(s,i)=>{s.name==="desc"&&(d||s.children.length===0||s.children[0].type==="text"&&c.test(s.children[0].value))&&t(s,i)}}}}}),ms=z((e,t)=>{"use strict";var{createPreset:c}=yt(),y=bt(),u=St(),d=vt(),s=xt(),i=Ct(),r=kt(),a=wt(),l=kn(),f=wn(),g=An(),b=En(),n=Tn(),o=Bn(),m=On(),p=zn(),S=Dn(),v=_n(),C=Fn(),h=Wn(),w=Ln(),k=qn(),x=Pn(),A=Mn(),B=In(),E=Rn(),D=Gn(),W=jn(),I=Un(),q=Vn(),_=Hn(),M=Kn(),G=Yn(),V=Xn(),H=$n(),j=Zn(),L=c({name:"preset-default",plugins:[y,u,d,s,i,r,a,l,f,g,b,n,o,m,p,S,v,C,h,w,k,x,A,B,E,D,W,I,q,_,M,G,V,H,j]});t.exports=L}),hs=z(e=>{"use strict";e.name="addAttributesToSVGElement",e.description="adds attributes to an outer <svg> element";var t=`Error in plugin "addAttributesToSVGElement": absent parameters.
160
+ `}console.error(S),o=Date.now()}}function a(n){return n={...n},typeof n.logger!="function"&&n.debug&&(n.logger=r(n.debug)),n}function l(n,o,m){Array.isArray(m)||(m=[m]),m.forEach(p=>p(n,o))}function g(n,o,m){m=m||{};let p=m.filename||"<unknown>",S,v=i("parsing",m,Date.now(),u(o,{context:n,filename:p,positions:!!m.sourceMap}));m.beforeCompress&&i("beforeCompress",m,Date.now(),l(v,m,m.beforeCompress));let C=i("compress",m,Date.now(),s(v,a(m)));return m.afterCompress&&i("afterCompress",m,Date.now(),l(C,m,m.afterCompress)),m.sourceMap?S=i("generate(sourceMap: true)",m,Date.now(),(()=>{let h=d(C.ast,{sourceMap:!0});return h.map._file=p,h.map.setSourceContent(p,o),h})()):S=i("generate",m,Date.now(),{css:d(C.ast),map:null}),S}function f(n,o){return g("stylesheet",n,o)}function b(n,o){return g("declarationList",n,o)}e.version=t.version,e.syntax=c,e.utils=y,e.minify=f,e.minifyBlock=b}),fe=z(e=>{"use strict";var t=Ze(),{syntax:{specificity:c}}=ot(),{visit:y,matches:u}=re(),{attrsGroups:d,inheritableAttrs:s,presentationNonInheritableGroupAttrs:i}=ne(),r=t.walk.skip,a=(m,p)=>{let S=[];m.block.children.forEach(C=>{C.type==="Declaration"&&S.push({name:C.property,value:t.generate(C.value),important:C.important===!0})});let v=[];return t.walk(m.prelude,C=>{if(C.type==="Selector"){let h=t.clone(C),w=!1;t.walk(h,(k,x,A)=>{k.type==="PseudoClassSelector"&&(w=!0,A.remove(x))}),v.push({specificity:c(C),dynamic:w||p,selector:t.generate(h),declarations:S})}}),v},l=(m,p)=>{let S=[],v=t.parse(m,{parseValue:!1,parseAtrulePrelude:!1});return t.walk(v,C=>{if(C.type==="Rule")return S.push(...a(C,p||!1)),r;if(C.type==="Atrule")return C.name==="keyframes"||t.walk(C,h=>{if(h.type==="Rule")return S.push(...a(h,p||!0)),r}),r}),S},g=m=>{let p=[],S=t.parse(m,{context:"declarationList",parseValue:!1});return t.walk(S,v=>{v.type==="Declaration"&&p.push({name:v.property,value:t.generate(v.value),important:v.important===!0})}),p},f=(m,p)=>{let S={},v=new Map;for(let[h,w]of Object.entries(p.attributes))d.presentation.includes(h)&&(S[h]={type:"static",inherited:!1,value:w},v.set(h,!1));for(let{selector:h,declarations:w,dynamic:k}of m.rules)if(u(p,h))for(let{name:x,value:A,important:B}of w){let E=S[x];if(!(E&&E.type==="dynamic")){if(k){S[x]={type:"dynamic",inherited:!1};continue}(E==null||B===!0||v.get(x)===!1)&&(S[x]={type:"static",inherited:!1,value:A},v.set(x,B))}}let C=p.attributes.style==null?[]:g(p.attributes.style);for(let{name:h,value:w,important:k}of C){let x=S[h];x&&x.type==="dynamic"||(x==null||k===!0||v.get(h)===!1)&&(S[h]={type:"static",inherited:!1,value:w},v.set(h,k))}return S},b=(m,p)=>{for(let S=0;S<4;S+=1){if(m[S]<p[S])return-1;if(m[S]>p[S])return 1}return 0};e.compareSpecificity=b;var n=m=>{let p=[],S=new Map;return y(m,{element:{enter:(v,C)=>{if(S.set(v,C),v.name==="style"){let h=v.attributes.media!=null&&v.attributes.media!=="all";if(v.attributes.type==null||v.attributes.type===""||v.attributes.type==="text/css"){let w=v.children;for(let k of w)(k.type==="text"||k.type==="cdata")&&p.push(...l(k.value,h))}}}}}),p.sort((v,C)=>b(v.specificity,C.specificity)),{rules:p,parents:S}};e.collectStylesheet=n;var o=(m,p)=>{let{parents:S}=m,v=f(m,p),C=S.get(p);for(;C!=null&&C.type!=="root";){let h=f(m,C);for(let[w,k]of Object.entries(h))v[w]==null&&s.includes(w)===!0&&i.includes(w)===!1&&(v[w]={...k,inherited:!0});C=S.get(C)}return v};e.computeStyle=o}),kn=z(e=>{"use strict";var t=Ze(),{syntax:{specificity:c}}=ot(),{visitSkip:y,querySelectorAll:u,detachNodeFromParent:d}=re(),{compareSpecificity:s}=fe();e.name="inlineStyles",e.description="inline styles (additional options)",e.fn=(i,r)=>{let{onlyMatchedOnce:a=!0,removeMatchedSelectors:l=!0,useMqs:g=["","screen"],usePseudos:f=[""]}=r,b=[],n=[];return{element:{enter:(o,m)=>{if(o.name==="foreignObject")return y;if(o.name!=="style"||o.children.length===0||o.attributes.type!=null&&o.attributes.type!==""&&o.attributes.type!=="text/css")return;let p="";for(let v of o.children)(v.type==="text"||v.type==="cdata")&&(p+=v.value);let S=null;try{S=t.parse(p,{parseValue:!1,parseCustomProperty:!1})}catch{return}S.type==="StyleSheet"&&b.push({node:o,parentNode:m,cssAst:S}),t.walk(S,{visit:"Selector",enter(v,C){let h=this.atrule,w=this.rule;if(w==null)return;let k="";if(h!=null&&(k=h.name,h.prelude!=null&&(k+=` ${t.generate(h.prelude)}`)),g.includes(k)===!1)return;let x=[];v.type==="Selector"&&v.children.forEach((B,E,D)=>{(B.type==="PseudoClassSelector"||B.type==="PseudoElementSelector")&&x.push({item:E,list:D})});let A=t.generate({type:"Selector",children:new t.List().fromArray(x.map(B=>B.item.data))});if(f.includes(A)!==!1){for(let B of x)B.list.remove(B.item);n.push({node:v,item:C,rule:w})}}})}},root:{exit:()=>{if(b.length===0)return;let o=[...n].sort((m,p)=>{let S=c(m.item.data),v=c(p.item.data);return s(S,v)}).reverse();for(let m of o){let p=t.generate(m.item.data),S=[];try{for(let v of u(i,p))v.type==="element"&&S.push(v)}catch{continue}if(S.length!==0&&!(a&&S.length>1)){for(let v of S){let C=t.parse(v.attributes.style??"",{context:"declarationList",parseValue:!1});if(C.type!=="DeclarationList")continue;let h=new Map;t.walk(C,{visit:"Declaration",enter(k,x){h.set(k.property.toLowerCase(),x)}}),t.walk(m.rule,{visit:"Declaration",enter(k){let x=h.get(k.property),A=C.children.createItem(k);x==null?C.children.append(A):x.data.important!==!0&&k.important===!0&&(C.children.replace(x,A),h.set(k.property,A))}});let w=t.generate(C);w.length!==0&&(v.attributes.style=w)}l&&S.length!==0&&m.rule.prelude.type==="SelectorList"&&m.rule.prelude.children.remove(m.item),m.matchedElements=S}}if(l!==!1){for(let m of o)if(m.matchedElements!=null&&!(a&&m.matchedElements.length>1))for(let p of m.matchedElements){let S=new Set(p.attributes.class==null?null:p.attributes.class.split(" "));for(let C of m.node.children)C.type==="ClassSelector"&&S.delete(C.name);S.size===0?delete p.attributes.class:p.attributes.class=Array.from(S).join(" ");let v=m.node.children.first;v!=null&&v.type==="IdSelector"&&p.attributes.id===v.name&&delete p.attributes.id}for(let m of b)if(t.walk(m.cssAst,{visit:"Rule",enter:function(p,S,v){p.type==="Rule"&&p.prelude.type==="SelectorList"&&p.prelude.children.isEmpty&&v.remove(S)}}),m.cssAst.children.isEmpty)d(m.node,m.parentNode);else{let p=m.node.children[0];(p.type==="text"||p.type==="cdata")&&(p.value=t.generate(m.cssAst))}}}}}}}),pe=z(e=>{"use strict";var{attrsGroups:t}=ne();e.encodeSVGDatauri=(u,d)=>{var s="data:image/svg+xml";return!d||d==="base64"?(s+=";base64,",u=s+Buffer.from(u).toString("base64")):d==="enc"?u=s+","+encodeURIComponent(u):d==="unenc"&&(u=s+","+u),u},e.decodeSVGDatauri=u=>{var d=/data:image\/svg\+xml(;charset=[^;,]*)?(;base64)?,(.*)/,s=d.exec(u);if(!s)return u;var i=s[3];return s[2]?u=Buffer.from(i,"base64").toString("utf8"):i.charAt(0)==="%"?u=decodeURIComponent(i):i.charAt(0)==="<"&&(u=i),u},e.cleanupOutData=(u,d,s)=>{let i="",r,a;return u.forEach((l,g)=>{if(r=" ",g==0&&(r=""),d.noSpaceAfterFlags&&(s=="A"||s=="a")){var f=g%7;(f==4||f==5)&&(r="")}let b=d.leadingZero?c(l):l.toString();d.negativeExtraSpace&&r!=""&&(l<0||b.charAt(0)==="."&&a%1!==0)&&(r=""),a=l,i+=r+b}),i};var c=u=>{var d=u.toString();return 0<u&&u<1&&d.charAt(0)==="0"?d=d.slice(1):-1<u&&u<0&&d.charAt(1)==="0"&&(d=d.charAt(0)+d.slice(2)),d};e.removeLeadingZero=c;var y=u=>u.name==="script"&&u.children.length!==0||u.name==="a"&&Object.entries(u.attributes).some(([d,s])=>(d==="href"||d.endsWith(":href"))&&s!=null&&s.trimStart().startsWith("javascript:"))?!0:[...t.animationEvent,...t.documentEvent,...t.documentElementEvent,...t.globalEvent,...t.graphicalEvent].some(d=>u.attributes[d]!=null);e.hasScripts=y}),wn=z(e=>{"use strict";var t=ot(),{detachNodeFromParent:c}=re(),{hasScripts:y}=pe();e.name="minifyStyles",e.description="minifies styles and removes unused styles",e.fn=(u,{usage:d,...s})=>{let i=new Map,r=[],a=new Set,l=new Set,g=new Set,f=!0,b=!0,n=!0,o=!1;typeof d=="boolean"?(f=d,b=d,n=d):d&&(f=d.tags==null?!0:d.tags,b=d.ids==null?!0:d.ids,n=d.classes==null?!0:d.classes,o=d.force==null?!1:d.force);let m=!1;return{element:{enter:(p,S)=>{if(y(p)&&(m=!0),a.add(p.name),p.attributes.id!=null&&l.add(p.attributes.id),p.attributes.class!=null)for(let v of p.attributes.class.split(/\s+/))g.add(v);p.name==="style"&&p.children.length!==0?i.set(p,S):p.attributes.style!=null&&r.push(p)}},root:{exit:()=>{let p={};(!m||o)&&(f&&(p.tags=Array.from(a)),b&&(p.ids=Array.from(l)),n&&(p.classes=Array.from(g)));for(let[S,v]of i.entries())if(S.children[0].type==="text"||S.children[0].type==="cdata"){let C=S.children[0].value,h=t.minify(C,{...s,usage:p}).css;if(h.length===0){c(S,v);continue}C.indexOf(">")>=0||C.indexOf("<")>=0?(S.children[0].type="cdata",S.children[0].value=h):(S.children[0].type="text",S.children[0].value=h)}for(let S of r){let v=S.attributes.style;S.attributes.style=t.minifyBlock(v,{...s}).css}}}}}}),An=z(e=>{"use strict";var{visitSkip:t}=re(),{hasScripts:c}=pe(),{referencesProps:y}=ne();e.name="cleanupIds",e.description="removes unused IDs and minifies used";var u=/\burl\((["'])?#(.+?)\1\)/g,d=/^#(.+?)$/,s=/(\D+)\./,i=["a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"],r=i.length-1,a=(f,b)=>{for(let n of b)if(f.startsWith(n))return!0;return!1},l=f=>{if(f==null)return[0];f[f.length-1]+=1;for(let b=f.length-1;b>0;b--)f[b]>r&&(f[b]=0,f[b-1]!==void 0&&f[b-1]++);return f[0]>r&&(f[0]=0,f.unshift(0)),f},g=f=>f.map(b=>i[b]).join("");e.fn=(f,b)=>{let{remove:n=!0,minify:o=!0,preserve:m=[],preservePrefixes:p=[],force:S=!1}=b,v=new Set(Array.isArray(m)?m:m?[m]:[]),C=Array.isArray(p)?p:p?[p]:[],h=new Map,w=new Map,k=!1;return{element:{enter:x=>{if(!S){if(x.name==="style"&&x.children.length!==0||c(x)){k=!0;return}if(x.name==="svg"){let A=!0;for(let B of x.children)if(B.type!=="element"||B.name!=="defs"){A=!1;break}if(A)return t}}for(let[A,B]of Object.entries(x.attributes))if(A==="id"){let E=B;h.has(E)?delete x.attributes.id:h.set(E,x)}else{let E=[];if(y.includes(A)){let D=B.matchAll(u);for(let W of D)E.push(W[2])}if(A==="href"||A.endsWith(":href")){let D=B.match(d);D!=null&&E.push(D[1])}if(A==="begin"){let D=B.match(s);D!=null&&E.push(D[1])}for(let D of E){let W=w.get(D);W==null&&(W=[],w.set(D,W)),W.push({element:x,name:A})}}}},root:{exit:()=>{if(k)return;let x=B=>v.has(B)||a(B,C),A=null;for(let[B,E]of w){let D=h.get(B);if(D!=null){if(o&&x(B)===!1){let W=null;do A=l(A),W=g(A);while(x(W)||w.has(W)&&h.get(W)==null);D.attributes.id=W;for(let{element:I,name:q}of E){let F=I.attributes[q];F.includes("#")?I.attributes[q]=F.replace(`#${B}`,`#${W}`):I.attributes[q]=F.replace(`${B}.`,`${W}.`)}}h.delete(B)}}if(n)for(let[B,E]of h)x(B)===!1&&delete E.attributes.id}}}}}),En=z(e=>{"use strict";var{detachNodeFromParent:t}=re(),{elemsGroups:c}=ne();e.name="removeUselessDefs",e.description="removes elements in <defs> without id",e.fn=()=>({element:{enter:(u,d)=>{if(u.name==="defs"){let s=[];y(u,s),s.length===0&&t(u,d);for(let i of s)Object.defineProperty(i,"parentNode",{writable:!0,value:u});u.children=s}else c.nonRendering.includes(u.name)&&u.attributes.id==null&&t(u,d)}}});var y=(u,d)=>{for(let s of u.children)s.type==="element"&&(s.attributes.id!=null||s.name==="style"?d.push(s):y(s,d))}}),Tn=z(e=>{"use strict";var{removeLeadingZero:t}=pe();e.name="cleanupNumericValues",e.description="rounds numeric values to the fixed precision, removes default \u2018px\u2019 units";var c=/^([-+]?\d*\.?\d+([eE][-+]?\d+)?)(px|pt|pc|mm|cm|m|in|ft|em|ex|%)?$/,y={cm:96/2.54,mm:96/25.4,in:96,pt:4/3,pc:16,px:1};e.fn=(u,d)=>{let{floatPrecision:s=3,leadingZero:i=!0,defaultPx:r=!0,convertToPx:a=!0}=d;return{element:{enter:l=>{if(l.attributes.viewBox!=null){let g=l.attributes.viewBox.split(/\s,?\s*|,\s*/g);l.attributes.viewBox=g.map(f=>{let b=Number(f);return Number.isNaN(b)?f:Number(b.toFixed(s))}).join(" ")}for(let[g,f]of Object.entries(l.attributes)){if(g==="version")continue;let b=f.match(c);if(b){let n=Number(Number(b[1]).toFixed(s)),o=b[3]||"";if(a&&o!==""&&o in y){let p=Number((y[o]*Number(b[1])).toFixed(s));p.toString().length<b[0].length&&(n=p,o="px")}let m;i?m=t(n):m=n.toString(),r&&o==="px"&&(o=""),l.attributes[g]=m+o}}}}}}}),Bn=z(e=>{"use strict";var t=ne();e.name="convertColors",e.description="converts colors: rgb() to #rrggbb and #rrggbb to #rgb";var c="([+-]?(?:\\d*\\.\\d+|\\d+\\.?)%?)",y="\\s*,\\s*",u=new RegExp("^rgb\\(\\s*"+c+y+c+y+c+"\\s*\\)$"),d=/^#(([a-fA-F0-9])\2){3}$/,s=([i,r,a])=>"#"+((256+i<<8|r)<<8|a).toString(16).slice(1).toUpperCase();e.fn=(i,r)=>{let{currentColor:a=!1,names2hex:l=!0,rgb2hex:g=!0,shorthex:f=!0,shortname:b=!0}=r;return{element:{enter:n=>{for(let[o,m]of Object.entries(n.attributes))if(t.colorsProps.includes(o)){let p=m;if(a){let S;typeof a=="string"?S=p===a:a instanceof RegExp?S=a.exec(p)!=null:S=p!=="none",S&&(p="currentColor")}if(l){let S=p.toLowerCase();t.colorsNames[S]!=null&&(p=t.colorsNames[S])}if(g){let S=p.match(u);if(S!=null){let v=S.slice(1,4).map(C=>{let h;return C.indexOf("%")>-1?h=Math.round(parseFloat(C)*2.55):h=Number(C),Math.max(0,Math.min(h,255))});p=s(v)}}if(f){let S=p.match(d);S!=null&&(p="#"+S[0][1]+S[0][3]+S[0][5])}if(b){let S=p.toLowerCase();t.colorsShortNames[S]!=null&&(p=t.colorsShortNames[S])}n.attributes[o]=p}}}}}}),On=z(e=>{"use strict";var{visitSkip:t,detachNodeFromParent:c}=re(),{collectStylesheet:y,computeStyle:u}=fe(),{elems:d,attrsGroups:s,elemsGroups:i,attrsGroupsDefaults:r,presentationNonInheritableGroupAttrs:a}=ne();e.name="removeUnknownsAndDefaults",e.description="removes unknown elements content and attributes, removes attrs with default values";var l=new Map,g=new Map,f=new Map;for(let[b,n]of Object.entries(d)){let o=new Set;if(n.content)for(let S of n.content)o.add(S);if(n.contentGroups)for(let S of n.contentGroups){let v=i[S];if(v)for(let C of v)o.add(C)}let m=new Set;if(n.attrs)for(let S of n.attrs)m.add(S);let p=new Map;if(n.defaults)for(let[S,v]of Object.entries(n.defaults))p.set(S,v);for(let S of n.attrsGroups){let v=s[S];if(v)for(let h of v)m.add(h);let C=r[S];if(C)for(let[h,w]of Object.entries(C))p.set(h,w)}l.set(b,o),g.set(b,m),f.set(b,p)}e.fn=(b,n)=>{let{unknownContent:o=!0,unknownAttrs:m=!0,defaultAttrs:p=!0,uselessOverrides:S=!0,keepDataAttrs:v=!0,keepAriaAttrs:C=!0,keepRoleAttr:h=!1}=n,w=y(b);return{element:{enter:(k,x)=>{if(k.name.includes(":"))return;if(k.name==="foreignObject")return t;if(o&&x.type==="element"){let D=l.get(x.name);if(D==null||D.size===0){if(l.get(k.name)==null){c(k,x);return}}else if(D.has(k.name)===!1){c(k,x);return}}let A=g.get(k.name),B=f.get(k.name),E=x.type==="element"?u(w,x):null;for(let[D,W]of Object.entries(k.attributes))if(!(v&&D.startsWith("data-"))&&!(C&&D.startsWith("aria-"))&&!(h&&D==="role")&&D!=="xmlns"){if(D.includes(":")){let[I]=D.split(":");if(I!=="xml"&&I!=="xlink")continue}if(m&&A&&A.has(D)===!1&&delete k.attributes[D],p&&k.attributes.id==null&&B&&B.get(D)===W&&E?.[D]==null&&delete k.attributes[D],S&&k.attributes.id==null){let I=E?.[D];a.includes(D)===!1&&I!=null&&I.type==="static"&&I.value===W&&delete k.attributes[D]}}}}}}}),zn=z(e=>{"use strict";var{inheritableAttrs:t,attrsGroups:c,presentationNonInheritableGroupAttrs:y}=ne();e.name="removeNonInheritableGroupAttrs",e.description="removes non-inheritable group\u2019s presentational attributes",e.fn=()=>({element:{enter:u=>{if(u.name==="g")for(let d of Object.keys(u.attributes))c.presentation.includes(d)===!0&&t.includes(d)===!1&&y.includes(d)===!1&&delete u.attributes[d]}}})}),Dn=z(e=>{"use strict";var{visit:t,visitSkip:c,detachNodeFromParent:y}=re(),{collectStylesheet:u,computeStyle:d}=fe(),{hasScripts:s}=pe(),{elemsGroups:i}=ne();e.name="removeUselessStrokeAndFill",e.description="removes useless stroke and fill attributes",e.fn=(r,a)=>{let{stroke:l=!0,fill:g=!0,removeNone:f=!1}=a,b=!1;if(t(r,{element:{enter:o=>{(o.name==="style"||s(o))&&(b=!0)}}}),b)return null;let n=u(r);return{element:{enter:(o,m)=>{if(o.attributes.id!=null)return c;if(i.shape.includes(o.name)==!1)return;let p=d(n,o),S=p.stroke,v=p["stroke-opacity"],C=p["stroke-width"],h=p["marker-end"],w=p.fill,k=p["fill-opacity"],x=m.type==="element"?d(n,m):null,A=x==null?null:x.stroke;if(l&&(S==null||S.type==="static"&&S.value=="none"||v!=null&&v.type==="static"&&v.value==="0"||C!=null&&C.type==="static"&&C.value==="0")&&(C!=null&&C.type==="static"&&C.value==="0"||h==null)){for(let B of Object.keys(o.attributes))B.startsWith("stroke")&&delete o.attributes[B];A!=null&&A.type==="static"&&A.value!=="none"&&(o.attributes.stroke="none")}if(g&&(w!=null&&w.type==="static"&&w.value==="none"||k!=null&&k.type==="static"&&k.value==="0")){for(let B of Object.keys(o.attributes))B.startsWith("fill-")&&delete o.attributes[B];(w==null||w.type==="static"&&w.value!=="none")&&(o.attributes.fill="none")}f&&(S==null||o.attributes.stroke==="none")&&(w!=null&&w.type==="static"&&w.value==="none"||o.attributes.fill==="none")&&y(o,m)}}}}}),Fn=z(e=>{"use strict";e.name="removeViewBox",e.description="removes viewBox attribute when possible";var t=["svg","pattern","symbol"];e.fn=()=>({element:{enter:(c,y)=>{if(t.includes(c.name)&&c.attributes.viewBox!=null&&c.attributes.width!=null&&c.attributes.height!=null){if(c.name==="svg"&&y.type!=="root")return;let u=c.attributes.viewBox.split(/[ ,]+/g);u[0]==="0"&&u[1]==="0"&&c.attributes.width.replace(/px$/,"")===u[2]&&c.attributes.height.replace(/px$/,"")===u[3]&&delete c.attributes.viewBox}}}})}),_n=z(e=>{"use strict";var{visit:t}=re();e.name="cleanupEnableBackground",e.description="remove or cleanup enable-background attribute when possible",e.fn=c=>{let y=/^new\s0\s0\s([-+]?\d*\.?\d+([eE][-+]?\d+)?)\s([-+]?\d*\.?\d+([eE][-+]?\d+)?)$/,u=!1;return t(c,{element:{enter:d=>{d.name==="filter"&&(u=!0)}}}),{element:{enter:d=>{if(d.attributes["enable-background"]!=null)if(u){if((d.name==="svg"||d.name==="mask"||d.name==="pattern")&&d.attributes.width!=null&&d.attributes.height!=null){let s=d.attributes["enable-background"].match(y);s!=null&&d.attributes.width===s[1]&&d.attributes.height===s[3]&&(d.name==="svg"?delete d.attributes["enable-background"]:d.attributes["enable-background"]="new")}}else delete d.attributes["enable-background"]}}}}}),Me=z(e=>{"use strict";var{removeLeadingZero:t}=pe(),c={M:2,m:2,Z:0,z:0,L:2,l:2,H:1,h:1,V:1,v:1,C:6,c:6,S:4,s:4,Q:4,q:4,T:2,t:2,A:7,a:7},y=g=>g in c,u=g=>{let f=g.codePointAt(0);return f===32||f===9||f===13||f===10},d=g=>{let f=g.codePointAt(0);return f==null?!1:48<=f&&f<=57},s=(g,f)=>{let b=f,n="",o="none";for(;b<g.length;b+=1){let p=g[b];if(p==="+"||p==="-"){if(o==="none"){o="sign",n+=p;continue}if(o==="e"){o="exponent_sign",n+=p;continue}}if(d(p)){if(o==="none"||o==="sign"||o==="whole"){o="whole",n+=p;continue}if(o==="decimal_point"||o==="decimal"){o="decimal",n+=p;continue}if(o==="e"||o==="exponent_sign"||o==="exponent"){o="exponent",n+=p;continue}}if(p==="."&&(o==="none"||o==="sign"||o==="whole")){o="decimal_point",n+=p;continue}if((p==="E"||p=="e")&&(o==="whole"||o==="decimal_point"||o==="decimal")){o="e",n+=p;continue}break}let m=Number.parseFloat(n);return Number.isNaN(m)?[f,null]:[b-1,m]},i=g=>{let f=[],b=null,n=[],o=0,m=!1,p=!1;for(let S=0;S<g.length;S+=1){let v=g.charAt(S);if(u(v))continue;if(m&&v===","){if(p)break;p=!0;continue}if(y(v)){if(p)return f;if(b==null){if(v!=="M"&&v!=="m")return f}else if(n.length!==0)return f;b=v,n=[],o=c[b],m=!1,o===0&&f.push({command:b,args:n});continue}if(b==null)return f;let C=S,h=null;if(b==="A"||b==="a"){let w=n.length;(w===0||w===1)&&v!=="+"&&v!=="-"&&([C,h]=s(g,S)),(w===2||w===5||w===6)&&([C,h]=s(g,S)),(w===3||w===4)&&(v==="0"&&(h=0),v==="1"&&(h=1))}else[C,h]=s(g,S);if(h==null)return f;n.push(h),m=!0,p=!1,S=C,n.length===o&&(f.push({command:b,args:n}),b==="M"&&(b="L"),b==="m"&&(b="l"),n=[])}return f};e.parsePathData=i;var r=(g,f)=>{if(f!=null){let b=10**f;g=Math.round(g*b)/b}return t(g)},a=(g,f,b,n)=>{let o="",m="";for(let p=0;p<f.length;p+=1){let S=f[p],v=r(S,b);n&&(g==="A"||g==="a")&&(p%7===4||p%7===5)||p===0||v.startsWith("-")||m.includes(".")&&v.startsWith(".")?o+=v:o+=` ${v}`,m=v}return o},l=({pathData:g,precision:f,disableSpaceAfterFlags:b})=>{let n=[];for(let m=0;m<g.length;m+=1){let{command:p,args:S}=g[m];if(m===0)n.push({command:p,args:S});else{let v=n[n.length-1];m===1&&(p==="L"&&(v.command="M"),p==="l"&&(v.command="m")),v.command===p&&v.command!=="M"&&v.command!=="m"||v.command==="M"&&p==="L"||v.command==="m"&&p==="l"?v.args=[...v.args,...S]:n.push({command:p,args:S})}}let o="";for(let{command:m,args:p}of n)o+=m+a(m,p,f,b);return o};e.stringifyPathData=l}),Wn=z(e=>{"use strict";var{elemsGroups:t,referencesProps:c}=ne(),{visit:y,visitSkip:u,querySelector:d,detachNodeFromParent:s}=re(),{collectStylesheet:i,computeStyle:r}=fe(),{parsePathData:a}=Me(),l=t.nonRendering;e.name="removeHiddenElems",e.description="removes hidden elements (zero sized, with absent attributes)",e.fn=(g,f)=>{let{isHidden:b=!0,displayNone:n=!0,opacity0:o=!0,circleR0:m=!0,ellipseRX0:p=!0,ellipseRY0:S=!0,rectWidth0:v=!0,rectHeight0:C=!0,patternWidth0:h=!0,patternHeight0:w=!0,imageWidth0:k=!0,imageHeight0:x=!0,pathEmptyD:A=!0,polylineEmptyPoints:B=!0,polygonEmptyPoints:E=!0}=f,D=i(g),W=new Map;return y(g,{element:{enter:(I,q)=>{if(l.includes(I.name))return W.set(I,q),u;let F=r(D,I);if(o&&F.opacity&&F.opacity.type==="static"&&F.opacity.value==="0"){s(I,q);return}}}}),{element:{enter:(I,q)=>{let F=r(D,I);if(b&&F.visibility&&F.visibility.type==="static"&&F.visibility.value==="hidden"&&d(I,"[visibility=visible]")==null){s(I,q);return}if(n&&F.display&&F.display.type==="static"&&F.display.value==="none"&&I.name!=="marker"){s(I,q);return}if(m&&I.name==="circle"&&I.children.length===0&&I.attributes.r==="0"){s(I,q);return}if(p&&I.name==="ellipse"&&I.children.length===0&&I.attributes.rx==="0"){s(I,q);return}if(S&&I.name==="ellipse"&&I.children.length===0&&I.attributes.ry==="0"){s(I,q);return}if(v&&I.name==="rect"&&I.children.length===0&&I.attributes.width==="0"){s(I,q);return}if(C&&v&&I.name==="rect"&&I.children.length===0&&I.attributes.height==="0"){s(I,q);return}if(h&&I.name==="pattern"&&I.attributes.width==="0"){s(I,q);return}if(w&&I.name==="pattern"&&I.attributes.height==="0"){s(I,q);return}if(k&&I.name==="image"&&I.attributes.width==="0"){s(I,q);return}if(x&&I.name==="image"&&I.attributes.height==="0"){s(I,q);return}if(A&&I.name==="path"){if(I.attributes.d==null){s(I,q);return}let M=a(I.attributes.d);if(M.length===0){s(I,q);return}if(M.length===1&&F["marker-start"]==null&&F["marker-end"]==null){s(I,q);return}return}if(B&&I.name==="polyline"&&I.attributes.points==null){s(I,q);return}if(E&&I.name==="polygon"&&I.attributes.points==null){s(I,q);return}},exit:(I,q)=>{if(!(I.name!=="svg"||q.type!=="root"))for(let[F,M]of W.entries()){if(F.attributes.id==null){s(I,M);continue}let G=c.map(V=>`[${V}="url(#${F.attributes.id})"]`).join(",");d(g,G)==null&&s(I,M)}}}}}}),Ln=z(e=>{"use strict";var{detachNodeFromParent:t}=re();e.name="removeEmptyText",e.description="removes empty <text> elements",e.fn=(c,y)=>{let{text:u=!0,tspan:d=!0,tref:s=!0}=y;return{element:{enter:(i,r)=>{u&&i.name==="text"&&i.children.length===0&&t(i,r),d&&i.name==="tspan"&&i.children.length===0&&t(i,r),s&&i.name==="tref"&&i.attributes["xlink:href"]==null&&t(i,r)}}}}}),qn=z(e=>{"use strict";var{stringifyPathData:t}=Me(),{detachNodeFromParent:c}=re();e.name="convertShapeToPath",e.description="converts basic shapes to more compact path form";var y=/[-+]?(?:\d*\.\d+|\d+\.?)(?:[eE][-+]?\d+)?/g;e.fn=(u,d)=>{let{convertArcs:s=!1,floatPrecision:i}=d;return{element:{enter:(r,a)=>{if(r.name==="rect"&&r.attributes.width!=null&&r.attributes.height!=null&&r.attributes.rx==null&&r.attributes.ry==null){let l=Number(r.attributes.x||"0"),g=Number(r.attributes.y||"0"),f=Number(r.attributes.width),b=Number(r.attributes.height);if(Number.isNaN(l-g+f-b))return;let n=[{command:"M",args:[l,g]},{command:"H",args:[l+f]},{command:"V",args:[g+b]},{command:"H",args:[l]},{command:"z",args:[]}];r.name="path",r.attributes.d=t({pathData:n,precision:i}),delete r.attributes.x,delete r.attributes.y,delete r.attributes.width,delete r.attributes.height}if(r.name==="line"){let l=Number(r.attributes.x1||"0"),g=Number(r.attributes.y1||"0"),f=Number(r.attributes.x2||"0"),b=Number(r.attributes.y2||"0");if(Number.isNaN(l-g+f-b))return;let n=[{command:"M",args:[l,g]},{command:"L",args:[f,b]}];r.name="path",r.attributes.d=t({pathData:n,precision:i}),delete r.attributes.x1,delete r.attributes.y1,delete r.attributes.x2,delete r.attributes.y2}if((r.name==="polyline"||r.name==="polygon")&&r.attributes.points!=null){let l=(r.attributes.points.match(y)||[]).map(Number);if(l.length<4){c(r,a);return}let g=[];for(let f=0;f<l.length;f+=2)g.push({command:f===0?"M":"L",args:l.slice(f,f+2)});r.name==="polygon"&&g.push({command:"z",args:[]}),r.name="path",r.attributes.d=t({pathData:g,precision:i}),delete r.attributes.points}if(r.name==="circle"&&s){let l=Number(r.attributes.cx||"0"),g=Number(r.attributes.cy||"0"),f=Number(r.attributes.r||"0");if(Number.isNaN(l-g+f))return;let b=[{command:"M",args:[l,g-f]},{command:"A",args:[f,f,0,1,0,l,g+f]},{command:"A",args:[f,f,0,1,0,l,g-f]},{command:"z",args:[]}];r.name="path",r.attributes.d=t({pathData:b,precision:i}),delete r.attributes.cx,delete r.attributes.cy,delete r.attributes.r}if(r.name==="ellipse"&&s){let l=Number(r.attributes.cx||"0"),g=Number(r.attributes.cy||"0"),f=Number(r.attributes.rx||"0"),b=Number(r.attributes.ry||"0");if(Number.isNaN(l-g+f-b))return;let n=[{command:"M",args:[l,g-b]},{command:"A",args:[f,b,0,1,0,l,g+b]},{command:"A",args:[f,b,0,1,0,l,g-b]},{command:"z",args:[]}];r.name="path",r.attributes.d=t({pathData:n,precision:i}),delete r.attributes.cx,delete r.attributes.cy,delete r.attributes.rx,delete r.attributes.ry}}}}}}),Pn=z(e=>{"use strict";e.name="convertEllipseToCircle",e.description="converts non-eccentric <ellipse>s to <circle>s",e.fn=()=>({element:{enter:t=>{if(t.name==="ellipse"){let c=t.attributes.rx||"0",y=t.attributes.ry||"0";if(c===y||c==="auto"||y==="auto"){t.name="circle";let u=c==="auto"?y:c;delete t.attributes.rx,delete t.attributes.ry,t.attributes.r=u}}}}})}),Mn=z(e=>{"use strict";var{visit:t}=re(),{inheritableAttrs:c,pathElems:y}=ne();e.name="moveElemsAttrsToGroup",e.description="Move common attributes of group children to the group",e.fn=u=>{let d=!1;return t(u,{element:{enter:s=>{s.name==="style"&&(d=!0)}}}),{element:{exit:s=>{if(s.name!=="g"||s.children.length<=1||d)return;let i=new Map,r=!0,a=!0;for(let l of s.children)if(l.type==="element")if(y.includes(l.name)===!1&&(a=!1),r){r=!1;for(let[g,f]of Object.entries(l.attributes))c.includes(g)&&i.set(g,f)}else for(let[g,f]of i)l.attributes[g]!==f&&i.delete(g);(s.attributes["clip-path"]!=null||s.attributes.mask!=null)&&i.delete("transform"),a&&i.delete("transform");for(let[l,g]of i)l==="transform"?s.attributes.transform!=null?s.attributes.transform=`${s.attributes.transform} ${g}`:s.attributes.transform=g:s.attributes[l]=g;for(let l of s.children)if(l.type==="element")for(let[g]of i)delete l.attributes[g]}}}}}),In=z(e=>{"use strict";var{pathElems:t,referencesProps:c}=ne();e.name="moveGroupAttrsToElems",e.description="moves some group attributes to the content elements";var y=[...t,"g","text"];e.fn=()=>({element:{enter:u=>{if(u.name==="g"&&u.children.length!==0&&u.attributes.transform!=null&&Object.entries(u.attributes).some(([d,s])=>c.includes(d)&&s.includes("url("))===!1&&u.children.every(d=>d.type==="element"&&y.includes(d.name)&&d.attributes.id==null)){for(let d of u.children){let s=u.attributes.transform;d.type==="element"&&(d.attributes.transform!=null?d.attributes.transform=`${s} ${d.attributes.transform}`:d.attributes.transform=s)}delete u.attributes.transform}}}})}),Nn=z(e=>{"use strict";var{inheritableAttrs:t,elemsGroups:c}=ne();e.name="collapseGroups",e.description="collapses useless groups";var y=(u,d)=>{if(u.type==="element"){if(c.animation.includes(u.name)&&u.attributes.attributeName===d)return!0;for(let s of u.children)if(y(s,d))return!0}return!1};e.fn=()=>({element:{exit:(u,d)=>{if(!(d.type==="root"||d.name==="switch")&&!(u.name!=="g"||u.children.length===0)){if(Object.keys(u.attributes).length!==0&&u.children.length===1){let s=u.children[0];if(s.type==="element"&&s.attributes.id==null&&u.attributes.filter==null&&(u.attributes.class==null||s.attributes.class==null)&&(u.attributes["clip-path"]==null&&u.attributes.mask==null||s.name==="g"&&u.attributes.transform==null&&s.attributes.transform==null))for(let[i,r]of Object.entries(u.attributes)){if(y(s,i))return;if(s.attributes[i]==null)s.attributes[i]=r;else if(i==="transform")s.attributes[i]=r+" "+s.attributes[i];else if(s.attributes[i]==="inherit")s.attributes[i]=r;else if(t.includes(i)===!1&&s.attributes[i]!==r)return;delete u.attributes[i]}}if(Object.keys(u.attributes).length===0){for(let i of u.children)if(i.type==="element"&&c.animation.includes(i.name))return;let s=d.children.indexOf(u);d.children.splice(s,1,...u.children);for(let i of u.children)Object.defineProperty(i,"parentNode",{writable:!0,value:d})}}}}})}),Ie=z(e=>{"use strict";var{parsePathData:t,stringifyPathData:c}=Me(),y,u=m=>{if(m.pathJS)return m.pathJS;let p=[],S=t(m.attributes.d);for(let{command:v,args:C}of S)p.push({command:v,args:C});return p.length&&p[0].command=="m"&&(p[0].command="M"),m.pathJS=p,p};e.path2js=u;var d=m=>{let p=[],S=[0,0],v=[0,0];for(let{command:C,args:h}of m)h=h.slice(),C==="m"&&(h[0]+=v[0],h[1]+=v[1],C="M"),C==="M"&&(v[0]=h[0],v[1]=h[1],S[0]=v[0],S[1]=v[1]),C==="h"&&(h[0]+=v[0],C="H"),C==="H"&&(v[0]=h[0]),C==="v"&&(h[0]+=v[1],C="V"),C==="V"&&(v[1]=h[0]),C==="l"&&(h[0]+=v[0],h[1]+=v[1],C="L"),C==="L"&&(v[0]=h[0],v[1]=h[1]),C==="c"&&(h[0]+=v[0],h[1]+=v[1],h[2]+=v[0],h[3]+=v[1],h[4]+=v[0],h[5]+=v[1],C="C"),C==="C"&&(v[0]=h[4],v[1]=h[5]),C==="s"&&(h[0]+=v[0],h[1]+=v[1],h[2]+=v[0],h[3]+=v[1],C="S"),C==="S"&&(v[0]=h[2],v[1]=h[3]),C==="q"&&(h[0]+=v[0],h[1]+=v[1],h[2]+=v[0],h[3]+=v[1],C="Q"),C==="Q"&&(v[0]=h[2],v[1]=h[3]),C==="t"&&(h[0]+=v[0],h[1]+=v[1],C="T"),C==="T"&&(v[0]=h[0],v[1]=h[1]),C==="a"&&(h[5]+=v[0],h[6]+=v[1],C="A"),C==="A"&&(v[0]=h[5],v[1]=h[6]),(C==="z"||C==="Z")&&(v[0]=S[0],v[1]=S[1],C="z"),p.push({command:C,args:h});return p};e.js2path=function(m,p,S){m.pathJS=p;let v=[];for(let C of p){if(v.length!==0&&(C.command==="M"||C.command==="m")){let h=v[v.length-1];(h.command==="M"||h.command==="m")&&v.pop()}v.push({command:C.command,args:C.args})}m.attributes.d=c({pathData:v,precision:S.floatPrecision,disableSpaceAfterFlags:S.noSpaceAfterFlags})};function s(m,p){return m[0]=p[p.length-2],m[1]=p[p.length-1],m}e.intersects=function(m,p){let S=f(d(m)),v=f(d(p));if(S.maxX<=v.minX||v.maxX<=S.minX||S.maxY<=v.minY||v.maxY<=S.minY||S.list.every(x=>v.list.every(A=>x.list[x.maxX][0]<=A.list[A.minX][0]||A.list[A.maxX][0]<=x.list[x.minX][0]||x.list[x.maxY][1]<=A.list[A.minY][1]||A.list[A.maxY][1]<=x.list[x.minY][1])))return!1;let C=S.list.map(b),h=v.list.map(b);return C.some(function(x){return x.list.length<3?!1:h.some(function(A){if(A.list.length<3)return!1;for(var B=[w(x,A,[1,0])],E=r(B[0]),D=1e4;;){if(D--==0)return console.error("Error: infinite loop while processing mergePaths plugin."),!0;if(B.push(w(x,A,E)),l(E,B[B.length-1])<=0)return!1;if(i(B,E))return!0}})});function w(x,A,B){return a(k(x,B),k(A,r(B)))}function k(x,A){for(var B=A[1]>=0?A[0]<0?x.maxY:x.maxX:A[0]<0?x.minX:x.minY,E=-1/0,D;(D=l(x.list[B],A))>E;)E=D,B=++B%x.list.length;return x.list[(B||x.list.length)-1]}};function i(m,p){if(m.length==2){let S=m[1],v=m[0],C=r(m[1]),h=a(v,S);l(C,h)>0?s(p,g(h,S)):(s(p,C),m.shift())}else{let S=m[2],v=m[1],C=m[0],h=a(v,S),w=a(C,S),k=r(S),x=g(h,w),A=g(w,h);if(l(x,k)>0)l(h,k)>0?(s(p,x),m.shift()):(s(p,k),m.splice(0,2));else if(l(A,k)>0)l(w,k)>0?(s(p,A),m.splice(1,1)):(s(p,k),m.splice(0,2));else return!0}return!1}function r(m){return[-m[0],-m[1]]}function a(m,p){return[m[0]-p[0],m[1]-p[1]]}function l(m,p){return m[0]*p[0]+m[1]*p[1]}function g(m,p){var S=[-m[1],m[0]];return l(S,r(p))<0?r(S):S}function f(m){let p={list:[],minX:0,minY:0,maxX:0,maxY:0},S=(h,w)=>{(!h.list.length||w[1]>h.list[h.maxY][1])&&(h.maxY=h.list.length,p.maxY=p.list.length?Math.max(w[1],p.maxY):w[1]),(!h.list.length||w[0]>h.list[h.maxX][0])&&(h.maxX=h.list.length,p.maxX=p.list.length?Math.max(w[0],p.maxX):w[0]),(!h.list.length||w[1]<h.list[h.minY][1])&&(h.minY=h.list.length,p.minY=p.list.length?Math.min(w[1],p.minY):w[1]),(!h.list.length||w[0]<h.list[h.minX][0])&&(h.minX=h.list.length,p.minX=p.list.length?Math.min(w[0],p.minX):w[0]),h.list.push(w)};for(let h=0;h<m.length;h+=1){let w=m[h],k=p.list.length===0?{list:[],minX:0,minY:0,maxX:0,maxY:0}:p.list[p.list.length-1],x=h===0?null:m[h-1],A=k.list.length===0?null:k.list[k.list.length-1],B=w.args,E=A,D=(W,I)=>W+(A==null?0:A[I%2]);switch(w.command){case"M":k={list:[],minX:0,minY:0,maxX:0,maxY:0},p.list.push(k);break;case"H":A!=null&&S(k,[B[0],A[1]]);break;case"V":A!=null&&S(k,[A[0],B[0]]);break;case"Q":S(k,B.slice(0,2)),y=[B[2]-B[0],B[3]-B[1]];break;case"T":A!=null&&x!=null&&(x.command=="Q"||x.command=="T")&&(E=[A[0]+y[0],A[1]+y[1]],S(k,E),y=[B[0]-E[0],B[1]-E[1]]);break;case"C":A!=null&&S(k,[.5*(A[0]+B[0]),.5*(A[1]+B[1])]),S(k,[.5*(B[0]+B[2]),.5*(B[1]+B[3])]),S(k,[.5*(B[2]+B[4]),.5*(B[3]+B[5])]),y=[B[4]-B[2],B[5]-B[3]];break;case"S":A!=null&&x!=null&&(x.command=="C"||x.command=="S")&&(S(k,[A[0]+.5*y[0],A[1]+.5*y[1]]),E=[A[0]+y[0],A[1]+y[1]]),E!=null&&S(k,[.5*(E[0]+B[0]),.5*(E[1]+B[1])]),S(k,[.5*(B[0]+B[2]),.5*(B[1]+B[3])]),y=[B[2]-B[0],B[3]-B[1]];break;case"A":if(A!=null)for(var v=o.apply(0,A.concat(B)),C;(C=v.splice(0,6).map(D)).length;)A!=null&&S(k,[.5*(A[0]+C[0]),.5*(A[1]+C[1])]),S(k,[.5*(C[0]+C[2]),.5*(C[1]+C[3])]),S(k,[.5*(C[2]+C[4]),.5*(C[3]+C[5])]),v.length&&S(k,A=C.slice(-2));break}B.length>=2&&S(k,B.slice(-2))}return p}function b(m){m.list.sort(function(x,A){return x[0]==A[0]?x[1]-A[1]:x[0]-A[0]});var p=[],S=0,v=0;for(let x=0;x<m.list.length;x++){for(;p.length>=2&&n(p[p.length-2],p[p.length-1],m.list[x])<=0;)p.pop();m.list[x][1]<m.list[S][1]&&(S=x,v=p.length),p.push(m.list[x])}var C=[],h=m.list.length-1,w=0;for(let x=m.list.length;x--;){for(;C.length>=2&&n(C[C.length-2],C[C.length-1],m.list[x])<=0;)C.pop();m.list[x][1]>m.list[h][1]&&(h=x,w=C.length),C.push(m.list[x])}C.pop(),p.pop();let k=p.concat(C);return{list:k,minX:0,maxX:p.length,minY:v,maxY:(p.length+w)%k.length}}function n(m,p,S){return(p[0]-m[0])*(S[1]-m[1])-(p[1]-m[1])*(S[0]-m[0])}var o=(m,p,S,v,C,h,w,k,x,A)=>{let B=Math.PI*120/180,E=Math.PI/180*(+C||0),D=[],W=(se,be,Se)=>se*Math.cos(Se)-be*Math.sin(Se),I=(se,be,Se)=>se*Math.sin(Se)+be*Math.cos(Se);if(A)O=A[0],T=A[1],j=A[2],L=A[3];else{m=W(m,p,-E),p=I(m,p,-E),k=W(k,x,-E),x=I(k,x,-E);var q=(m-k)/2,F=(p-x)/2,M=q*q/(S*S)+F*F/(v*v);M>1&&(M=Math.sqrt(M),S=M*S,v=M*v);var G=S*S,V=v*v,H=(h==w?-1:1)*Math.sqrt(Math.abs((G*V-G*F*F-V*q*q)/(G*F*F+V*q*q))),j=H*S*F/v+(m+k)/2,L=H*-v*q/S+(p+x)/2,O=Math.asin(Number(((p-L)/v).toFixed(9))),T=Math.asin(Number(((x-L)/v).toFixed(9)));O=m<j?Math.PI-O:O,T=k<j?Math.PI-T:T,O<0&&(O=Math.PI*2+O),T<0&&(T=Math.PI*2+T),w&&O>T&&(O=O-Math.PI*2),!w&&T>O&&(T=T-Math.PI*2)}var R=T-O;if(Math.abs(R)>B){var P=T,U=k,Y=x;T=O+B*(w&&T>O?1:-1),k=j+S*Math.cos(T),x=L+v*Math.sin(T),D=o(k,x,S,v,C,0,w,U,Y,[T,P,j,L])}R=T-O;var te=Math.cos(O),_=Math.sin(O),N=Math.cos(T),K=Math.sin(T),Z=Math.tan(R/4),X=4/3*S*Z,$=4/3*v*Z,J=[-X*_,$*te,k+X*K-m,x-$*N-p,k-m,x-p];if(A)return J.concat(D);D=J.concat(D);for(var oe=[],ae=0,ye=D.length;ae<ye;ae++)oe[ae]=ae%2?I(D[ae-1],D[ae],E):W(D[ae],D[ae+1],E);return oe}}),Rn=z(e=>{"use strict";var t=/matrix|translate|scale|rotate|skewX|skewY/,c=/\s*(matrix|translate|scale|rotate|skewX|skewY)\s*\(\s*(.+?)\s*\)[\s,]*/,y=/[-+]?(?:\d*\.\d+|\d+\.?)(?:[eE][-+]?\d+)?/g;e.transform2js=i=>{let r=[],a=null;for(let g of i.split(c)){var l;if(g)if(t.test(g))a={name:g,data:[]},r.push(a);else for(;l=y.exec(g);)l=Number(l),a?.data.push(l)}return a==null||a.data.length==0?[]:r},e.transformsMultiply=i=>{let r=i.map(a=>a.name==="matrix"?a.data:d(a));return{name:"matrix",data:r.length>0?r.reduce(s):[]}};var u={rad:i=>i*Math.PI/180,deg:i=>i*180/Math.PI,cos:i=>Math.cos(u.rad(i)),acos:(i,r)=>Number(u.deg(Math.acos(i)).toFixed(r)),sin:i=>Math.sin(u.rad(i)),asin:(i,r)=>Number(u.deg(Math.asin(i)).toFixed(r)),tan:i=>Math.tan(u.rad(i)),atan:(i,r)=>Number(u.deg(Math.atan(i)).toFixed(r))};e.matrixToTransform=(i,r)=>{let a=r.floatPrecision,l=i.data,g=[],f=Number(Math.hypot(l[0],l[1]).toFixed(r.transformPrecision)),b=Number(((l[0]*l[3]-l[1]*l[2])/f).toFixed(r.transformPrecision)),n=l[0]*l[2]+l[1]*l[3],o=l[0]*l[1]+l[2]*l[3],m=o!=0||f==b;if((l[4]||l[5])&&g.push({name:"translate",data:l.slice(4,l[5]?6:5)}),!l[1]&&l[2])g.push({name:"skewX",data:[u.atan(l[2]/b,a)]});else if(l[1]&&!l[2])g.push({name:"skewY",data:[u.atan(l[1]/l[0],a)]}),f=l[0],b=l[3];else if(!n||f==1&&b==1||!m){m||(f=(l[0]<0?-1:1)*Math.hypot(l[0],l[2]),b=(l[3]<0?-1:1)*Math.hypot(l[1],l[3]),g.push({name:"scale",data:[f,b]}));var p=Math.min(Math.max(-1,l[0]/f),1),S=[u.acos(p,a)*((m?1:b)*l[1]<0?-1:1)];if(S[0]&&g.push({name:"rotate",data:S}),o&&n&&g.push({name:"skewX",data:[u.atan(n/(f*f),a)]}),S[0]&&(l[4]||l[5])){g.shift();var v=l[0]/f,C=l[1]/(m?f:b),h=l[4]*(m?1:b),w=l[5]*(m?1:f),k=(Math.pow(1-v,2)+Math.pow(C,2))*(m?1:f*b);S.push(((1-v)*h-C*w)/k),S.push(((1-v)*w+C*h)/k)}}else if(l[1]||l[2])return[i];return(m&&(f!=1||b!=1)||!g.length)&&g.push({name:"scale",data:f==b?[f]:[f,b]}),g};var d=i=>{if(i.name==="matrix")return i.data;switch(i.name){case"translate":return[1,0,0,1,i.data[0],i.data[1]||0];case"scale":return[i.data[0],0,0,i.data[1]||i.data[0],0,0];case"rotate":var r=u.cos(i.data[0]),a=u.sin(i.data[0]),l=i.data[1]||0,g=i.data[2]||0;return[r,a,-a,r,(1-r)*l+a*g,(1-r)*g-a*l];case"skewX":return[1,0,u.tan(i.data[0]),1,0,0];case"skewY":return[1,u.tan(i.data[0]),0,1,0,0];default:throw Error(`Unknown transform ${i.name}`)}};e.transformArc=(i,r,a)=>{let l=r[5]-i[0],g=r[6]-i[1],f=r[0],b=r[1],n=r[2]*Math.PI/180,o=Math.cos(n),m=Math.sin(n);if(f>0&&b>0){let w=Math.pow(l*o+g*m,2)/(4*f*f)+Math.pow(g*o-l*m,2)/(4*b*b);w>1&&(w=Math.sqrt(w),f*=w,b*=w)}let p=[f*o,f*m,-b*m,b*o,0,0],S=s(a,p),v=S[2]*S[2]+S[3]*S[3],C=S[0]*S[0]+S[1]*S[1]+v,h=Math.hypot(S[0]-S[3],S[1]+S[2])*Math.hypot(S[0]+S[3],S[1]-S[2]);if(!h)r[0]=r[1]=Math.sqrt(C/2),r[2]=0;else{let w=(C+h)/2,k=(C-h)/2,x=Math.abs(w-v)>1e-6,A=(x?w:k)-v,B=S[0]*S[2]+S[1]*S[3],E=S[0]*A+S[2]*B,D=S[1]*A+S[3]*B;r[0]=Math.sqrt(w),r[1]=Math.sqrt(k),r[2]=((x?D<0:E>0)?-1:1)*Math.acos((x?E:D)/Math.hypot(E,D))*180/Math.PI}return a[0]<0!=a[3]<0&&(r[4]=1-r[4]),r};var s=(i,r)=>[i[0]*r[0]+i[2]*r[1],i[1]*r[0]+i[3]*r[1],i[0]*r[2]+i[2]*r[3],i[1]*r[2]+i[3]*r[3],i[0]*r[4]+i[2]*r[5]+i[4],i[1]*r[4]+i[3]*r[5]+i[5]]}),ps=z(e=>{"use strict";var{collectStylesheet:t,computeStyle:c}=fe(),{transformsMultiply:y,transform2js:u,transformArc:d}=Rn(),{path2js:s}=Ie(),{removeLeadingZero:i}=pe(),{referencesProps:r,attrsGroupsDefaults:a}=ne(),l=/[-+]?(\d*\.\d+|\d+\.?)(?:[eE][-+]?\d+)?/g,g=(o,m)=>{let p=t(o);return{element:{enter:S=>{let v=c(p,S);if(S.attributes.d==null||S.attributes.id!=null||S.attributes.transform==null||S.attributes.transform===""||S.attributes.style!=null||Object.entries(S.attributes).some(([B,E])=>r.includes(B)&&E.includes("url(")))return;let C=y(u(S.attributes.transform)),h=v.stroke!=null&&v.stroke.type==="static"?v.stroke.value:null,w=v["stroke-width"]!=null&&v["stroke-width"].type==="static"?v["stroke-width"].value:null,k=m.transformPrecision;if(v.stroke!=null&&v.stroke.type==="dynamic"||v.strokeWidth!=null&&v["stroke-width"].type==="dynamic")return;let x=Number(Math.sqrt(C.data[0]*C.data[0]+C.data[1]*C.data[1]).toFixed(k));if(h&&h!="none"){if(m.applyTransformsStroked===!1||(C.data[0]!==C.data[3]||C.data[1]!==-C.data[2])&&(C.data[0]!==-C.data[3]||C.data[1]!==C.data[2]))return;x!==1&&S.attributes["vector-effect"]!=="non-scaling-stroke"&&(S.attributes["stroke-width"]=(w||a.presentation["stroke-width"]).trim().replace(l,B=>i(Number(B)*x)),S.attributes["stroke-dashoffset"]!=null&&(S.attributes["stroke-dashoffset"]=S.attributes["stroke-dashoffset"].trim().replace(l,B=>i(Number(B)*x))),S.attributes["stroke-dasharray"]!=null&&(S.attributes["stroke-dasharray"]=S.attributes["stroke-dasharray"].trim().replace(l,B=>i(Number(B)*x))))}let A=s(S);n(A,C.data),delete S.attributes.transform}}}};e.applyTransforms=g;var f=(o,m,p)=>{let S=o[0]*m+o[2]*p+o[4],v=o[1]*m+o[3]*p+o[5];return[S,v]},b=(o,m,p)=>{let S=o[0]*m+o[2]*p,v=o[1]*m+o[3]*p;return[S,v]},n=(o,m)=>{let p=[0,0],S=[0,0];for(let v of o){let{command:C,args:h}=v;if(C==="M"){S[0]=h[0],S[1]=h[1],p[0]=S[0],p[1]=S[1];let[w,k]=f(m,h[0],h[1]);h[0]=w,h[1]=k}if(C==="m"){S[0]+=h[0],S[1]+=h[1],p[0]=S[0],p[1]=S[1];let[w,k]=b(m,h[0],h[1]);h[0]=w,h[1]=k}if(C==="H"&&(C="L",h=[h[0],S[1]]),C==="h"&&(C="l",h=[h[0],0]),C==="V"&&(C="L",h=[S[0],h[0]]),C==="v"&&(C="l",h=[0,h[0]]),C==="L"){S[0]=h[0],S[1]=h[1];let[w,k]=f(m,h[0],h[1]);h[0]=w,h[1]=k}if(C==="l"){S[0]+=h[0],S[1]+=h[1];let[w,k]=b(m,h[0],h[1]);h[0]=w,h[1]=k}if(C==="C"){S[0]=h[4],S[1]=h[5];let[w,k]=f(m,h[0],h[1]),[x,A]=f(m,h[2],h[3]),[B,E]=f(m,h[4],h[5]);h[0]=w,h[1]=k,h[2]=x,h[3]=A,h[4]=B,h[5]=E}if(C==="c"){S[0]+=h[4],S[1]+=h[5];let[w,k]=b(m,h[0],h[1]),[x,A]=b(m,h[2],h[3]),[B,E]=b(m,h[4],h[5]);h[0]=w,h[1]=k,h[2]=x,h[3]=A,h[4]=B,h[5]=E}if(C==="S"){S[0]=h[2],S[1]=h[3];let[w,k]=f(m,h[0],h[1]),[x,A]=f(m,h[2],h[3]);h[0]=w,h[1]=k,h[2]=x,h[3]=A}if(C==="s"){S[0]+=h[2],S[1]+=h[3];let[w,k]=b(m,h[0],h[1]),[x,A]=b(m,h[2],h[3]);h[0]=w,h[1]=k,h[2]=x,h[3]=A}if(C==="Q"){S[0]=h[2],S[1]=h[3];let[w,k]=f(m,h[0],h[1]),[x,A]=f(m,h[2],h[3]);h[0]=w,h[1]=k,h[2]=x,h[3]=A}if(C==="q"){S[0]+=h[2],S[1]+=h[3];let[w,k]=b(m,h[0],h[1]),[x,A]=b(m,h[2],h[3]);h[0]=w,h[1]=k,h[2]=x,h[3]=A}if(C==="T"){S[0]=h[0],S[1]=h[1];let[w,k]=f(m,h[0],h[1]);h[0]=w,h[1]=k}if(C==="t"){S[0]+=h[0],S[1]+=h[1];let[w,k]=b(m,h[0],h[1]);h[0]=w,h[1]=k}if(C==="A"){if(d(S,h,m),S[0]=h[5],S[1]=h[6],Math.abs(h[2])>80){let x=h[0],A=h[2];h[0]=h[1],h[1]=x,h[2]=A+(A>0?-90:90)}let[w,k]=f(m,h[5],h[6]);h[5]=w,h[6]=k}if(C==="a"){if(d([0,0],h,m),S[0]+=h[5],S[1]+=h[6],Math.abs(h[2])>80){let x=h[0],A=h[2];h[0]=h[1],h[1]=x,h[2]=A+(A>0?-90:90)}let[w,k]=b(m,h[5],h[6]);h[5]=w,h[6]=k}(C==="z"||C==="Z")&&(S[0]=p[0],S[1]=p[1]),v.command=C,v.args=h}}}),Gn=z(e=>{"use strict";var{collectStylesheet:t,computeStyle:c}=fe(),{visit:y}=re(),{pathElems:u}=ne(),{path2js:d,js2path:s}=Ie(),{applyTransforms:i}=ps(),{cleanupOutData:r}=pe();e.name="convertPathData",e.description="optimizes path data: writes in shorter form, applies transformations";var a,l,g,f,b;e.fn=(q,F)=>{let{applyTransforms:M=!0,applyTransformsStroked:G=!0,makeArcs:V={threshold:2.5,tolerance:.5},straightCurves:H=!0,lineShorthands:j=!0,curveSmoothShorthands:L=!0,floatPrecision:O=3,transformPrecision:T=5,removeUseless:R=!0,collapseRepeated:P=!0,utilizeAbsolute:U=!0,leadingZero:Y=!0,negativeExtraSpace:te=!0,noSpaceAfterFlags:_=!1,forceAbsolutePath:N=!1}=F,K={applyTransforms:M,applyTransformsStroked:G,makeArcs:V,straightCurves:H,lineShorthands:j,curveSmoothShorthands:L,floatPrecision:O,transformPrecision:T,removeUseless:R,collapseRepeated:P,utilizeAbsolute:U,leadingZero:Y,negativeExtraSpace:te,noSpaceAfterFlags:_,forceAbsolutePath:N};M&&y(q,i(q,{transformPrecision:T,applyTransformsStroked:G}));let Z=t(q);return{element:{enter:X=>{if(u.includes(X.name)&&X.attributes.d!=null){let J=c(Z,X);l=O,g=l!==!1?+Math.pow(.1,l).toFixed(l):.01,a=l>0&&l<20?C:h,V&&(f=V.threshold,b=V.tolerance);let oe=J["marker-mid"]!=null,ae=J.stroke&&(J.stroke.type==="dynamic"||J.stroke.value!=="none"),ye=J["stroke-linecap"]&&(J["stroke-linecap"].type==="dynamic"||J["stroke-linecap"].value!=="butt"),se=ae&&ye;var $=d(X);$.length&&(n($),$=o($,K,{maybeHasStrokeAndLinecap:se,hasMarkerMid:oe}),U&&($=m($,K)),s(X,$,K))}}}}};var n=q=>{let F=[0,0],M=[0,0],G=[0,0];for(let V=0;V<q.length;V+=1){let H=q[V],{command:j,args:L}=H;j==="m"&&(M[0]+=L[0],M[1]+=L[1],F[0]=M[0],F[1]=M[1]),j==="M"&&(V!==0&&(j="m"),L[0]-=M[0],L[1]-=M[1],M[0]+=L[0],M[1]+=L[1],F[0]=M[0],F[1]=M[1]),j==="l"&&(M[0]+=L[0],M[1]+=L[1]),j==="L"&&(j="l",L[0]-=M[0],L[1]-=M[1],M[0]+=L[0],M[1]+=L[1]),j==="h"&&(M[0]+=L[0]),j==="H"&&(j="h",L[0]-=M[0],M[0]+=L[0]),j==="v"&&(M[1]+=L[0]),j==="V"&&(j="v",L[0]-=M[1],M[1]+=L[0]),j==="c"&&(M[0]+=L[4],M[1]+=L[5]),j==="C"&&(j="c",L[0]-=M[0],L[1]-=M[1],L[2]-=M[0],L[3]-=M[1],L[4]-=M[0],L[5]-=M[1],M[0]+=L[4],M[1]+=L[5]),j==="s"&&(M[0]+=L[2],M[1]+=L[3]),j==="S"&&(j="s",L[0]-=M[0],L[1]-=M[1],L[2]-=M[0],L[3]-=M[1],M[0]+=L[2],M[1]+=L[3]),j==="q"&&(M[0]+=L[2],M[1]+=L[3]),j==="Q"&&(j="q",L[0]-=M[0],L[1]-=M[1],L[2]-=M[0],L[3]-=M[1],M[0]+=L[2],M[1]+=L[3]),j==="t"&&(M[0]+=L[0],M[1]+=L[1]),j==="T"&&(j="t",L[0]-=M[0],L[1]-=M[1],M[0]+=L[0],M[1]+=L[1]),j==="a"&&(M[0]+=L[5],M[1]+=L[6]),j==="A"&&(j="a",L[5]-=M[0],L[6]-=M[1],M[0]+=L[5],M[1]+=L[6]),(j==="Z"||j==="z")&&(M[0]=F[0],M[1]=F[1]),H.command=j,H.args=L,H.base=G,H.coords=[M[0],M[1]],G=H.coords}return q};function o(q,F,{maybeHasStrokeAndLinecap:M,hasMarkerMid:G}){var V=I.bind(null,F),H=[0,0],j=[0,0],L={};return q=q.filter(function(O,T,R){let P=O.command,U=O.args,Y=R[T+1];if(P!=="Z"&&P!=="z"){var te=U,_;if(P==="s"){te=[0,0].concat(U);var N=L.args,K=N.length;te[0]=N[K-2]-N[K-4],te[1]=N[K-1]-N[K-3]}if(F.makeArcs&&(P=="c"||P=="s")&&p(te)&&(_=B(te))){var Z=a([_.radius])[0],X=W(te,_),$=te[5]*te[0]-te[4]*te[1]>0?1:0,J={command:"a",args:[Z,Z,0,0,$,te[4],te[5]],coords:O.coords.slice(),base:O.base},oe=[J],ae=[_.center[0]-te[4],_.center[1]-te[5]],ye={center:ae,radius:_.radius},se=[O],be=0,Se="",Be;if(L.command=="c"&&p(L.args)&&D(L.args,_)||L.command=="a"&&L.sdata&&D(L.sdata,_)){se.unshift(L),J.base=L.base,J.args[5]=J.coords[0]-J.base[0],J.args[6]=J.coords[1]-J.base[1];var Ne=L.command=="a"?L.sdata:L.args,Jn=W(Ne,{center:[Ne[4]+_.center[0],Ne[5]+_.center[1]],radius:_.radius});X+=Jn,X>Math.PI&&(J.args[3]=1),be=1}for(var ve=T;(Y=R[++ve])&&~"cs".indexOf(Y.command);){var me=Y.args;if(Y.command=="s"&&(Be=k({command:"s",args:Y.args.slice()},R[ve-1].args),me=Be.args,Be.args=me.slice(0,2),Se=V([Be])),p(me)&&E(me,ye)){if(X+=W(me,ye),X-2*Math.PI>.001)break;if(X>Math.PI&&(J.args[3]=1),se.push(Y),2*Math.PI-X>.001)J.coords=Y.coords,J.args[5]=J.coords[0]-J.base[0],J.args[6]=J.coords[1]-J.base[1];else{J.args[5]=2*(ye.center[0]-me[4]),J.args[6]=2*(ye.center[1]-me[5]),J.coords=[J.base[0]+J.args[5],J.base[1]+J.args[6]],J={command:"a",args:[Z,Z,0,0,$,Y.coords[0]-J.coords[0],Y.coords[1]-J.coords[1]],coords:Y.coords,base:J.coords},oe.push(J),ve++;break}ae[0]-=me[4],ae[1]-=me[5]}else break}if((V(oe)+Se).length<V(se).length){if(R[ve]&&R[ve].command=="s"&&k(R[ve],R[ve-1].args),be){var Ee=oe.shift();a(Ee.args),H[0]+=Ee.args[5]-L.args[L.args.length-2],H[1]+=Ee.args[6]-L.args[L.args.length-1],L.command="a",L.args=Ee.args,O.base=L.coords=Ee.coords}if(J=oe.shift(),se.length==1?O.sdata=te.slice():se.length-1-be>0&&R.splice.apply(R,[T+1,se.length-1-be].concat(oe)),!J)return!1;P="a",U=J.args,O.coords=J.coords}}if(l!==!1){if(P==="m"||P==="l"||P==="t"||P==="q"||P==="s"||P==="c")for(var Oe=U.length;Oe--;)U[Oe]+=O.base[Oe%2]-H[Oe%2];else P=="h"?U[0]+=O.base[0]-H[0]:P=="v"?U[0]+=O.base[1]-H[1]:P=="a"&&(U[5]+=O.base[0]-H[0],U[6]+=O.base[1]-H[1]);a(U),P=="h"?H[0]+=U[0]:P=="v"?H[1]+=U[0]:(H[0]+=U[U.length-2],H[1]+=U[U.length-1]),a(H),(P==="M"||P==="m")&&(j[0]=H[0],j[1]=H[1])}if(F.straightCurves&&(P==="c"&&w(U)||P==="s"&&w(te)?(Y&&Y.command=="s"&&k(Y,U),P="l",U=U.slice(-2)):P==="q"&&w(U)?(Y&&Y.command=="t"&&k(Y,U),P="l",U=U.slice(-2)):(P==="t"&&L.command!=="q"&&L.command!=="t"||P==="a"&&(U[0]===0||U[1]===0))&&(P="l",U=U.slice(-2))),F.lineShorthands&&P==="l"&&(U[1]===0?(P="h",U.pop()):U[0]===0&&(P="v",U.shift())),F.collapseRepeated&&G===!1&&(P==="m"||P==="h"||P==="v")&&L.command&&P==L.command.toLowerCase()&&(P!="h"&&P!="v"||L.args[0]>=0==U[0]>=0))return L.args[0]+=U[0],P!="h"&&P!="v"&&(L.args[1]+=U[1]),L.coords=O.coords,R[T]=L,!1;if(F.curveSmoothShorthands&&L.command&&(P==="c"?(L.command==="c"&&U[0]===-(L.args[2]-L.args[4])&&U[1]===-(L.args[3]-L.args[5])||L.command==="s"&&U[0]===-(L.args[0]-L.args[2])&&U[1]===-(L.args[1]-L.args[3])||L.command!=="c"&&L.command!=="s"&&U[0]===0&&U[1]===0)&&(P="s",U=U.slice(2)):P==="q"&&(L.command==="q"&&U[0]===L.args[2]-L.args[0]&&U[1]===L.args[3]-L.args[1]||L.command==="t"&&U[2]===L.args[0]&&U[3]===L.args[1])&&(P="t",U=U.slice(2))),F.removeUseless&&!M&&((P==="l"||P==="h"||P==="v"||P==="q"||P==="t"||P==="c"||P==="s")&&U.every(function(ei){return ei===0})||P==="a"&&U[5]===0&&U[6]===0))return R[T]=L,!1;O.command=P,O.args=U,L=O}else{if(H[0]=j[0],H[1]=j[1],L.command==="Z"||L.command==="z")return!1;L=O}return!0}),q}function m(q,F){var M=q[0];return q=q.filter(function(G,V){if(V==0)return!0;if(G.command==="Z"||G.command==="z")return M=G,!0;var H=G.command,j=G.args,L=j.slice();if(H==="m"||H==="l"||H==="t"||H==="q"||H==="s"||H==="c")for(var O=L.length;O--;)L[O]+=G.base[O%2];else H=="h"?L[0]+=G.base[0]:H=="v"?L[0]+=G.base[1]:H=="a"&&(L[5]+=G.base[0],L[6]+=G.base[1]);a(L);var T=r(L,F),R=r(j,F);return(F.forceAbsolutePath||T.length<R.length&&!(F.negativeExtraSpace&&H==M.command&&M.command.charCodeAt(0)>96&&T.length==R.length-1&&(j[0]<0||/^0\./.test(j[0])&&M.args[M.args.length-1]%1)))&&(G.command=H.toUpperCase(),G.args=L),M=G,!0}),q}function p(q){var F=S([0,0,q[2],q[3],q[0],q[1],q[4],q[5]]);return F!=null&&q[2]<F[0]==F[0]<0&&q[3]<F[1]==F[1]<0&&q[4]<F[0]==F[0]<q[0]&&q[5]<F[1]==F[1]<q[1]}function S(q){var F=q[1]-q[3],M=q[2]-q[0],G=q[0]*q[3]-q[2]*q[1],V=q[5]-q[7],H=q[6]-q[4],j=q[4]*q[7]-q[5]*q[6],L=F*H-V*M;if(L){var O=[(M*j-H*G)/L,(F*j-V*G)/-L];if(!isNaN(O[0])&&!isNaN(O[1])&&isFinite(O[0])&&isFinite(O[1]))return O}}function v(q,F){let M=10**F;return Math.round(q*M)/M}function C(q){let F=l||0;for(let M=q.length;M-- >0;){let G=v(q[M],F);if(G!==q[M]){let V=v(q[M],F-1);q[M]=v(Math.abs(V-q[M]),F+1)>=g?G:V}}return q}function h(q){for(var F=q.length;F-- >0;)q[F]=Math.round(q[F]);return q}function w(q){var F=q.length-2,M=-q[F+1],G=q[F],V=1/(M*M+G*G);if(F<=1||!isFinite(V))return!1;for(;(F-=2)>=0;)if(Math.sqrt(Math.pow(M*q[F]+G*q[F+1],2)*V)>g)return!1;return!0}function k(q,F){switch(q.command){case"s":q.command="c";break;case"t":q.command="q";break}return q.args.unshift(F[F.length-2]-F[F.length-4],F[F.length-1]-F[F.length-3]),q}function x(q,F){return Math.hypot(q[0]-F[0],q[1]-F[1])}function A(q,F){var M=F*F,G=M*F,V=1-F,H=V*V;return[3*H*F*q[0]+3*V*M*q[2]+G*q[4],3*H*F*q[1]+3*V*M*q[3]+G*q[5]]}function B(q){var F=A(q,.5),M=[F[0]/2,F[1]/2],G=[(F[0]+q[4])/2,(F[1]+q[5])/2],V=S([M[0],M[1],M[0]+M[1],M[1]-M[0],G[0],G[1],G[0]+(G[1]-F[1]),G[1]-(G[0]-F[0])]),H=V&&x([0,0],V),j=Math.min(f*g,b*H/100);if(V&&H<1e15&&[1/4,3/4].every(function(L){return Math.abs(x(A(q,L),V)-H)<=j}))return{center:V,radius:H}}function E(q,F){var M=Math.min(f*g,b*F.radius/100);return[0,1/4,1/2,3/4,1].every(function(G){return Math.abs(x(A(q,G),F.center)-F.radius)<=M})}function D(q,F){return E(q,{center:[F.center[0]+q[4],F.center[1]+q[5]],radius:F.radius})}function W(q,F){var M=-F.center[0],G=-F.center[1],V=q[4]-F.center[0],H=q[5]-F.center[1];return Math.acos((M*V+G*H)/Math.sqrt((M*M+G*G)*(V*V+H*H)))}function I(q,F){return F.reduce(function(M,G){var V="";return G.args&&(V=r(a(G.args.slice()),q)),M+G.command+V},"")}}),jn=z(e=>{"use strict";var{cleanupOutData:t}=pe(),{transform2js:c,transformsMultiply:y,matrixToTransform:u}=Rn();e.name="convertTransform",e.description="collapses multiple transformations and optimizes it",e.fn=(p,S)=>{let{convertToShorts:v=!0,degPrecision:C,floatPrecision:h=3,transformPrecision:w=5,matrixToTransform:k=!0,shortTranslate:x=!0,shortScale:A=!0,shortRotate:B=!0,removeUseless:E=!0,collapseIntoOne:D=!0,leadingZero:W=!0,negativeExtraSpace:I=!1}=S,q={convertToShorts:v,degPrecision:C,floatPrecision:h,transformPrecision:w,matrixToTransform:k,shortTranslate:x,shortScale:A,shortRotate:B,removeUseless:E,collapseIntoOne:D,leadingZero:W,negativeExtraSpace:I};return{element:{enter:F=>{F.attributes.transform!=null&&d(F,"transform",q),F.attributes.gradientTransform!=null&&d(F,"gradientTransform",q),F.attributes.patternTransform!=null&&d(F,"patternTransform",q)}}}};var d=(p,S,v)=>{let C=c(p.attributes[S]);v=s(C,v),v.collapseIntoOne&&C.length>1&&(C=[y(C)]),v.convertToShorts?C=g(C,v):C.forEach(h=>n(h,v)),v.removeUseless&&(C=f(C)),C.length?p.attributes[S]=b(C,v):delete p.attributes[S]},s=(p,{...S})=>{let v=[];for(let h of p)h.name=="matrix"&&v.push(...h.data.slice(0,4));let C=S.transformPrecision;return v.length&&(S.transformPrecision=Math.min(S.transformPrecision,Math.max.apply(Math,v.map(l))||S.transformPrecision),C=Math.max.apply(Math,v.map(h=>h.toString().replace(/\D+/g,"").length))),S.degPrecision==null&&(S.degPrecision=Math.max(0,Math.min(S.floatPrecision,C-2))),S},i=(p,S)=>S.degPrecision!=null&&S.degPrecision>=1&&S.floatPrecision<20?m(S.degPrecision,p):o(p),r=(p,S)=>S.floatPrecision>=1&&S.floatPrecision<20?m(S.floatPrecision,p):o(p),a=(p,S)=>S.transformPrecision>=1&&S.floatPrecision<20?m(S.transformPrecision,p):o(p),l=p=>{let S=p.toString();return S.slice(S.indexOf(".")).length-1},g=(p,S)=>{for(var v=0;v<p.length;v++){var C=p[v];if(S.matrixToTransform&&C.name==="matrix"){var h=u(C,S);b(h,S).length<=b([C],S).length&&p.splice(v,1,...h),C=p[v]}n(C,S),S.shortTranslate&&C.name==="translate"&&C.data.length===2&&!C.data[1]&&C.data.pop(),S.shortScale&&C.name==="scale"&&C.data.length===2&&C.data[0]===C.data[1]&&C.data.pop(),S.shortRotate&&p[v-2]&&p[v-2].name==="translate"&&p[v-1].name==="rotate"&&p[v].name==="translate"&&p[v-2].data[0]===-p[v].data[0]&&p[v-2].data[1]===-p[v].data[1]&&(p.splice(v-2,3,{name:"rotate",data:[p[v-1].data[0],p[v-2].data[0],p[v-2].data[1]]}),v-=2)}return p},f=p=>p.filter(S=>!(["translate","rotate","skewX","skewY"].indexOf(S.name)>-1&&(S.data.length==1||S.name=="rotate")&&!S.data[0]||S.name=="translate"&&!S.data[0]&&!S.data[1]||S.name=="scale"&&S.data[0]==1&&(S.data.length<2||S.data[1]==1)||S.name=="matrix"&&S.data[0]==1&&S.data[3]==1&&!(S.data[1]||S.data[2]||S.data[4]||S.data[5]))),b=(p,S)=>p.map(v=>(n(v,S),`${v.name}(${t(v.data,S)})`)).join(""),n=(p,S)=>{switch(p.name){case"translate":p.data=r(p.data,S);break;case"rotate":p.data=[...i(p.data.slice(0,1),S),...r(p.data.slice(1),S)];break;case"skewX":case"skewY":p.data=i(p.data,S);break;case"scale":p.data=a(p.data,S);break;case"matrix":p.data=[...a(p.data.slice(0,4),S),...r(p.data.slice(4),S)];break}return p},o=p=>p.map(Math.round),m=(p,S)=>{for(var v=S.length,C=+Math.pow(.1,p).toFixed(p);v--;)if(Number(S[v].toFixed(p))!==S[v]){var h=+S[v].toFixed(p-1);S[v]=+Math.abs(h-S[v]).toFixed(p+1)>=C?+S[v].toFixed(p):h}return S}}),Un=z(e=>{"use strict";var{attrsGroups:t}=ne();e.name="removeEmptyAttrs",e.description="removes empty attributes",e.fn=()=>({element:{enter:c=>{for(let[y,u]of Object.entries(c.attributes))u===""&&t.conditionalProcessing.includes(y)===!1&&delete c.attributes[y]}}})}),Vn=z(e=>{"use strict";var{detachNodeFromParent:t}=re(),{elemsGroups:c}=ne();e.name="removeEmptyContainers",e.description="removes empty container elements",e.fn=()=>({element:{exit:(y,u)=>{y.name==="svg"||c.container.includes(y.name)===!1||y.children.length!==0||y.name==="pattern"&&Object.keys(y.attributes).length!==0||y.name==="g"&&y.attributes.filter!=null||y.name==="mask"&&y.attributes.id!=null||t(y,u)}}})}),Hn=z(e=>{"use strict";var{detachNodeFromParent:t}=re(),{collectStylesheet:c,computeStyle:y}=fe(),{path2js:u,js2path:d,intersects:s}=Ie();e.name="mergePaths",e.description="merges multiple paths in one if possible",e.fn=(i,r)=>{let{force:a=!1,floatPrecision:l,noSpaceAfterFlags:g=!1}=r,f=c(i);return{element:{enter:b=>{let n=null;for(let o of b.children){if(n==null||n.type!=="element"||n.name!=="path"||n.children.length!==0||n.attributes.d==null){n=o;continue}if(o.type!=="element"||o.name!=="path"||o.children.length!==0||o.attributes.d==null){n=o;continue}let m=y(f,o);if(m["marker-start"]||m["marker-mid"]||m["marker-end"]){n=o;continue}let p=Object.keys(n.attributes),S=Object.keys(o.attributes),v=p.length===S.length;for(let w of S)w!=="d"&&(n.attributes[w]==null||n.attributes[w]!==o.attributes[w])&&(v=!1);let C=u(n),h=u(o);if(v&&(a||!s(C,h))){d(n,C.concat(h),{floatPrecision:l,noSpaceAfterFlags:g}),t(o,b);continue}n=o}}}}}}),Kn=z(e=>{"use strict";e.name="removeUnusedNS",e.description="removes unused namespaces declaration",e.fn=()=>{let t=new Set;return{element:{enter:(c,y)=>{if(c.name==="svg"&&y.type==="root"){for(let u of Object.keys(c.attributes))if(u.startsWith("xmlns:")){let d=u.slice(6);t.add(d)}}if(t.size!==0){if(c.name.includes(":")){let[u]=c.name.split(":");t.has(u)&&t.delete(u)}for(let u of Object.keys(c.attributes))if(u.includes(":")){let[d]=u.split(":");t.delete(d)}}},exit:(c,y)=>{if(c.name==="svg"&&y.type==="root")for(let u of t)delete c.attributes[`xmlns:${u}`]}}}}}),Yn=z(e=>{"use strict";e.name="sortAttrs",e.description="Sort element attributes for better compression",e.fn=(t,c)=>{let{order:y=["id","width","height","x","x1","x2","y","y1","y2","cx","cy","r","fill","stroke","marker","d","points"],xmlnsOrder:u="front"}=c,d=i=>{if(u==="front"){if(i==="xmlns")return 3;if(i.startsWith("xmlns:"))return 2}return i.includes(":")?1:0},s=([i],[r])=>{let a=d(i),l=d(r)-a;if(l!==0)return l;let[g]=i.split("-"),[f]=r.split("-");if(g!==f){let b=y.includes(g)?1:0,n=y.includes(f)?1:0;if(b===1&&n===1)return y.indexOf(g)-y.indexOf(f);let o=n-b;if(o!==0)return o}return i<r?-1:1};return{element:{enter:i=>{let r=Object.entries(i.attributes);r.sort(s);let a={};for(let[l,g]of r)a[l]=g;i.attributes=a}}}}}),Xn=z(e=>{"use strict";e.name="sortDefsChildren",e.description="Sorts children of <defs> to improve compression",e.fn=()=>({element:{enter:t=>{if(t.name==="defs"){let c=new Map;for(let y of t.children)if(y.type==="element"){let u=c.get(y.name);u==null?c.set(y.name,1):c.set(y.name,u+1)}t.children.sort((y,u)=>{if(y.type!=="element"||u.type!=="element")return 0;let d=c.get(y.name),s=c.get(u.name);if(d!=null&&s!=null){let r=s-d;if(r!==0)return r}let i=u.name.length-y.name.length;return i!==0?i:y.name!==u.name?y.name>u.name?-1:1:0})}}}})}),$n=z(e=>{"use strict";var{detachNodeFromParent:t}=re();e.name="removeTitle",e.description="removes <title>",e.fn=()=>({element:{enter:(c,y)=>{c.name==="title"&&t(c,y)}}})}),Zn=z(e=>{"use strict";var{detachNodeFromParent:t}=re();e.name="removeDesc",e.description="removes <desc>";var c=/^(Created with|Created using)/;e.fn=(y,u)=>{let{removeAny:d=!1}=u;return{element:{enter:(s,i)=>{s.name==="desc"&&(d||s.children.length===0||s.children[0].type==="text"&&c.test(s.children[0].value))&&t(s,i)}}}}}),ms=z((e,t)=>{"use strict";var{createPreset:c}=yt(),y=bt(),u=St(),d=vt(),s=xt(),i=Ct(),r=kt(),a=wt(),l=kn(),g=wn(),f=An(),b=En(),n=Tn(),o=Bn(),m=On(),p=zn(),S=Dn(),v=Fn(),C=_n(),h=Wn(),w=Ln(),k=qn(),x=Pn(),A=Mn(),B=In(),E=Nn(),D=Gn(),W=jn(),I=Un(),q=Vn(),F=Hn(),M=Kn(),G=Yn(),V=Xn(),H=$n(),j=Zn(),L=c({name:"preset-default",plugins:[y,u,d,s,i,r,a,l,g,f,b,n,o,m,p,S,v,C,h,w,k,x,A,B,E,D,W,I,q,F,M,G,V,H,j]});t.exports=L}),hs=z(e=>{"use strict";e.name="addAttributesToSVGElement",e.description="adds attributes to an outer <svg> element";var t=`Error in plugin "addAttributesToSVGElement": absent parameters.
161
161
  It should have a list of "attributes" or one "attribute".
162
162
  Config example:
163
163
 
@@ -215,7 +215,7 @@ plugins: [
215
215
  }
216
216
  }
217
217
  ]
218
- `;e.fn=(c,y)=>{if(!(Array.isArray(y.classNames)&&y.classNames.some(String))&&!y.className)return console.error(t),null;let u=y.classNames||[y.className];return{element:{enter:(d,s)=>{if(d.name==="svg"&&s.type==="root"){let i=new Set(d.attributes.class==null?null:d.attributes.class.split(" "));for(let r of u)r!=null&&i.add(r);d.attributes.class=Array.from(i).join(" ")}}}}}}),fs=z(e=>{"use strict";var{removeLeadingZero:t}=pe();e.name="cleanupListOfValues",e.description="rounds list of values to the fixed precision";var c=/^([-+]?\d*\.?\d+([eE][-+]?\d+)?)(px|pt|pc|mm|cm|m|in|ft|em|ex|%)?$/,y=/\s+,?\s*|,\s*/,u={cm:96/2.54,mm:96/25.4,in:96,pt:4/3,pc:16,px:1};e.fn=(d,s)=>{let{floatPrecision:i=3,leadingZero:r=!0,defaultPx:a=!0,convertToPx:l=!0}=s,f=g=>{let b=[];for(let n of g.split(y)){let o=n.match(c),m=n.match(/new/);if(o){let p=Number(Number(o[1]).toFixed(i)),S=o[3]||"";if(l&&S&&S in u){let C=Number((u[S]*Number(o[1])).toFixed(i));C.toString().length<o[0].length&&(p=C,S="px")}let v;r?v=t(p):v=p.toString(),a&&S==="px"&&(S=""),b.push(v+S)}else m?b.push("new"):n&&b.push(n)}return b.join(" ")};return{element:{enter:g=>{g.attributes.points!=null&&(g.attributes.points=f(g.attributes.points)),g.attributes["enable-background"]!=null&&(g.attributes["enable-background"]=f(g.attributes["enable-background"])),g.attributes.viewBox!=null&&(g.attributes.viewBox=f(g.attributes.viewBox)),g.attributes["stroke-dasharray"]!=null&&(g.attributes["stroke-dasharray"]=f(g.attributes["stroke-dasharray"])),g.attributes.dx!=null&&(g.attributes.dx=f(g.attributes.dx)),g.attributes.dy!=null&&(g.attributes.dy=f(g.attributes.dy)),g.attributes.x!=null&&(g.attributes.x=f(g.attributes.x)),g.attributes.y!=null&&(g.attributes.y=f(g.attributes.y))}}}}}),ys=z(e=>{"use strict";var{attrsGroupsDefaults:t,colorsProps:c}=ne(),{detachNodeFromParent:y,querySelectorAll:u,querySelector:d}=re(),{computeStyle:s,collectStylesheet:i}=fe();e.name="convertOneStopGradients",e.description="converts one-stop (single color) gradients to a plain color",e.fn=r=>{let a=i(r),l=new Set,f=new Map,g=new Map,b=0;return{element:{enter:(n,o)=>{if(n.attributes["xlink:href"]!=null&&b++,n.name==="defs"){f.set(n,o);return}if(n.name!=="linearGradient"&&n.name!=="radialGradient")return;let m=n.children.filter(B=>B.type==="element"&&B.name==="stop"),p=n.attributes["xlink:href"]||n.attributes.href,S=m.length===0&&p!=null&&p.startsWith("#")?d(r,p):n;if(S==null||S.type!=="element"){g.set(n,o);return}let v=S.children.filter(B=>B.type==="element"&&B.name==="stop");if(v.length!==1||v[0].type!=="element")return;o.type==="element"&&o.name==="defs"&&l.add(o),g.set(n,o);let C,h=s(a,v[0])["stop-color"];h!=null&&h.type==="static"&&(C=h.value);let w=`url(#${n.attributes.id})`,k=c.map(B=>`[${B}="${w}"]`).join(","),x=u(r,k);for(let B of x)if(B.type==="element")for(let E of c)B.attributes[E]===w&&(C!=null?B.attributes[E]=C:delete B.attributes[E]);let A=u(r,`[style*=${w}]`);for(let B of A)B.type==="element"&&(B.attributes.style=B.attributes.style.replace(w,C||t.presentation["stop-color"]))},exit:n=>{if(n.name==="svg"){for(let[o,m]of g.entries())o.attributes["xlink:href"]!=null&&b--,y(o,m);b===0&&delete n.attributes["xmlns:xlink"];for(let[o,m]of f.entries())l.has(o)&&o.children.length===0&&y(o,m)}}}}}}),bs=z(e=>{"use strict";var{attrsGroups:t}=ne();e.name="convertStyleToAttrs",e.description="converts style to attributes";var c=(...o)=>"(?:"+o.join("|")+")",y=t.presentation,u="\\\\(?:[0-9a-f]{1,6}\\s?|\\r\\n|.)",d="\\s*("+c("[^:;\\\\]",u)+"*?)\\s*",s="'(?:[^'\\n\\r\\\\]|"+u+")*?(?:'|$)",i='"(?:[^"\\n\\r\\\\]|'+u+')*?(?:"|$)',r=new RegExp("^"+c(s,i)+"$"),a="\\("+c(`[^'"()\\\\]+`,u,s,i)+"*?\\)",l="\\s*("+c(`[^!'"();\\\\]+?`,u,s,i,a,"[^;]*?")+"*?)",f="\\s*(?:;\\s*|$)",g="(\\s*!important(?![-(\\w]))?",b=new RegExp(d+":"+l+g+f,"ig"),n=new RegExp(c(u,s,i,"/\\*[^]*?\\*/"),"ig");e.fn=(o,m)=>{let{keepImportant:p=!1}=m;return{element:{enter:S=>{if(S.attributes.style!=null){let C=[],h={},w=S.attributes.style.replace(n,k=>k[0]=="/"?"":k[0]=="\\"&&/[-g-z]/i.test(k[1])?k[1]:k);b.lastIndex=0;for(var v;v=b.exec(w);)(!p||!v[3])&&C.push([v[1],v[2]]);C.length&&(C=C.filter(function(k){if(k[0]){var x=k[0].toLowerCase(),A=k[1];if(r.test(A)&&(A=A.slice(1,-1)),y.includes(x))return h[x]=A,!1}return!0}),Object.assign(S.attributes,h),C.length?S.attributes.style=C.map(k=>k.join(":")).join(";"):delete S.attributes.style)}}}}}}),Ss=z(e=>{"use strict";var t=Ze(),{referencesProps:c}=ne();e.name="prefixIds",e.description="prefix IDs";var y=a=>{let l=a.match(/[/\\]?([^/\\]+)$/);return l?l[1]:""},u=a=>a.replace(/[. ]/g,"_"),d=a=>a.startsWith('"')&&a.endsWith('"')||a.startsWith("'")&&a.endsWith("'")?a.slice(1,-1):a,s=(a,l)=>{let f=a(l);return l.startsWith(f)?l:f+l},i=(a,l)=>l.startsWith("#")?"#"+s(a,l.slice(1)):null,r=(a,l,f,g,b,n)=>{if(typeof g=="function"){let o=n.get(a);return o!=null||(o=g(l,f)+b,n.set(a,o)),o}return typeof g=="string"?g+b:g===!1?"":f.path!=null&&f.path.length>0?u(y(f.path))+b:"prefix"+b};e.fn=(a,l,f)=>{let{delim:g="__",prefix:b,prefixIds:n=!0,prefixClassNames:o=!0}=l,m=new Map;return{element:{enter:p=>{let S=v=>r(v,p,f,b,g,m);if(p.name==="style"){if(p.children.length===0)return;let v="";(p.children[0].type==="text"||p.children[0].type==="cdata")&&(v=p.children[0].value);let C=null;try{C=t.parse(v,{parseValue:!0,parseCustomProperty:!1})}catch{return}t.walk(C,h=>{if(n&&h.type==="IdSelector"||o&&h.type==="ClassSelector"){h.name=s(S,h.name);return}if(h.type==="Url"&&h.value.length>0){let w=i(S,d(h.value));w!=null&&(h.value=w)}}),(p.children[0].type==="text"||p.children[0].type==="cdata")&&(p.children[0].value=t.generate(C));return}n&&p.attributes.id!=null&&p.attributes.id.length!==0&&(p.attributes.id=s(S,p.attributes.id)),o&&p.attributes.class!=null&&p.attributes.class.length!==0&&(p.attributes.class=p.attributes.class.split(/\s+/).map(v=>s(S,v)).join(" "));for(let v of["href","xlink:href"])if(p.attributes[v]!=null&&p.attributes[v].length!==0){let C=i(S,p.attributes[v]);C!=null&&(p.attributes[v]=C)}for(let v of c)p.attributes[v]!=null&&p.attributes[v].length!==0&&(p.attributes[v]=p.attributes[v].replace(/url\((.*?)\)/gi,(C,h)=>{let w=i(S,h);return w==null?C:`url(${w})`}));for(let v of["begin","end"])if(p.attributes[v]!=null&&p.attributes[v].length!==0){let C=p.attributes[v].split(/\s*;\s+/).map(h=>{if(h.endsWith(".end")||h.endsWith(".start")){let[w,k]=h.split(".");return`${s(S,w)}.${k}`}return h});p.attributes[v]=C.join("; ")}}}}}}),vs=z(e=>{"use strict";var{querySelectorAll:t}=re();e.name="removeAttributesBySelector",e.description="removes attributes of elements that match a css selector",e.fn=(c,y)=>{let u=Array.isArray(y.selectors)?y.selectors:[y];for(let{selector:d,attributes:s}of u){let i=t(c,d);for(let r of i)if(r.type==="element")if(Array.isArray(s))for(let a of s)delete r.attributes[a];else delete r.attributes[s]}return{}}}),xs=z(e=>{"use strict";e.name="removeAttrs",e.description="removes specified attributes";var t=":",c=`Warning: The plugin "removeAttrs" requires the "attrs" parameter.
218
+ `;e.fn=(c,y)=>{if(!(Array.isArray(y.classNames)&&y.classNames.some(String))&&!y.className)return console.error(t),null;let u=y.classNames||[y.className];return{element:{enter:(d,s)=>{if(d.name==="svg"&&s.type==="root"){let i=new Set(d.attributes.class==null?null:d.attributes.class.split(" "));for(let r of u)r!=null&&i.add(r);d.attributes.class=Array.from(i).join(" ")}}}}}}),fs=z(e=>{"use strict";var{removeLeadingZero:t}=pe();e.name="cleanupListOfValues",e.description="rounds list of values to the fixed precision";var c=/^([-+]?\d*\.?\d+([eE][-+]?\d+)?)(px|pt|pc|mm|cm|m|in|ft|em|ex|%)?$/,y=/\s+,?\s*|,\s*/,u={cm:96/2.54,mm:96/25.4,in:96,pt:4/3,pc:16,px:1};e.fn=(d,s)=>{let{floatPrecision:i=3,leadingZero:r=!0,defaultPx:a=!0,convertToPx:l=!0}=s,g=f=>{let b=[];for(let n of f.split(y)){let o=n.match(c),m=n.match(/new/);if(o){let p=Number(Number(o[1]).toFixed(i)),S=o[3]||"";if(l&&S&&S in u){let C=Number((u[S]*Number(o[1])).toFixed(i));C.toString().length<o[0].length&&(p=C,S="px")}let v;r?v=t(p):v=p.toString(),a&&S==="px"&&(S=""),b.push(v+S)}else m?b.push("new"):n&&b.push(n)}return b.join(" ")};return{element:{enter:f=>{f.attributes.points!=null&&(f.attributes.points=g(f.attributes.points)),f.attributes["enable-background"]!=null&&(f.attributes["enable-background"]=g(f.attributes["enable-background"])),f.attributes.viewBox!=null&&(f.attributes.viewBox=g(f.attributes.viewBox)),f.attributes["stroke-dasharray"]!=null&&(f.attributes["stroke-dasharray"]=g(f.attributes["stroke-dasharray"])),f.attributes.dx!=null&&(f.attributes.dx=g(f.attributes.dx)),f.attributes.dy!=null&&(f.attributes.dy=g(f.attributes.dy)),f.attributes.x!=null&&(f.attributes.x=g(f.attributes.x)),f.attributes.y!=null&&(f.attributes.y=g(f.attributes.y))}}}}}),ys=z(e=>{"use strict";var{attrsGroupsDefaults:t,colorsProps:c}=ne(),{detachNodeFromParent:y,querySelectorAll:u,querySelector:d}=re(),{computeStyle:s,collectStylesheet:i}=fe();e.name="convertOneStopGradients",e.description="converts one-stop (single color) gradients to a plain color",e.fn=r=>{let a=i(r),l=new Set,g=new Map,f=new Map,b=0;return{element:{enter:(n,o)=>{if(n.attributes["xlink:href"]!=null&&b++,n.name==="defs"){g.set(n,o);return}if(n.name!=="linearGradient"&&n.name!=="radialGradient")return;let m=n.children.filter(B=>B.type==="element"&&B.name==="stop"),p=n.attributes["xlink:href"]||n.attributes.href,S=m.length===0&&p!=null&&p.startsWith("#")?d(r,p):n;if(S==null||S.type!=="element"){f.set(n,o);return}let v=S.children.filter(B=>B.type==="element"&&B.name==="stop");if(v.length!==1||v[0].type!=="element")return;o.type==="element"&&o.name==="defs"&&l.add(o),f.set(n,o);let C,h=s(a,v[0])["stop-color"];h!=null&&h.type==="static"&&(C=h.value);let w=`url(#${n.attributes.id})`,k=c.map(B=>`[${B}="${w}"]`).join(","),x=u(r,k);for(let B of x)if(B.type==="element")for(let E of c)B.attributes[E]===w&&(C!=null?B.attributes[E]=C:delete B.attributes[E]);let A=u(r,`[style*=${w}]`);for(let B of A)B.type==="element"&&(B.attributes.style=B.attributes.style.replace(w,C||t.presentation["stop-color"]))},exit:n=>{if(n.name==="svg"){for(let[o,m]of f.entries())o.attributes["xlink:href"]!=null&&b--,y(o,m);b===0&&delete n.attributes["xmlns:xlink"];for(let[o,m]of g.entries())l.has(o)&&o.children.length===0&&y(o,m)}}}}}}),bs=z(e=>{"use strict";var{attrsGroups:t}=ne();e.name="convertStyleToAttrs",e.description="converts style to attributes";var c=(...o)=>"(?:"+o.join("|")+")",y=t.presentation,u="\\\\(?:[0-9a-f]{1,6}\\s?|\\r\\n|.)",d="\\s*("+c("[^:;\\\\]",u)+"*?)\\s*",s="'(?:[^'\\n\\r\\\\]|"+u+")*?(?:'|$)",i='"(?:[^"\\n\\r\\\\]|'+u+')*?(?:"|$)',r=new RegExp("^"+c(s,i)+"$"),a="\\("+c(`[^'"()\\\\]+`,u,s,i)+"*?\\)",l="\\s*("+c(`[^!'"();\\\\]+?`,u,s,i,a,"[^;]*?")+"*?)",g="\\s*(?:;\\s*|$)",f="(\\s*!important(?![-(\\w]))?",b=new RegExp(d+":"+l+f+g,"ig"),n=new RegExp(c(u,s,i,"/\\*[^]*?\\*/"),"ig");e.fn=(o,m)=>{let{keepImportant:p=!1}=m;return{element:{enter:S=>{if(S.attributes.style!=null){let C=[],h={},w=S.attributes.style.replace(n,k=>k[0]=="/"?"":k[0]=="\\"&&/[-g-z]/i.test(k[1])?k[1]:k);b.lastIndex=0;for(var v;v=b.exec(w);)(!p||!v[3])&&C.push([v[1],v[2]]);C.length&&(C=C.filter(function(k){if(k[0]){var x=k[0].toLowerCase(),A=k[1];if(r.test(A)&&(A=A.slice(1,-1)),y.includes(x))return h[x]=A,!1}return!0}),Object.assign(S.attributes,h),C.length?S.attributes.style=C.map(k=>k.join(":")).join(";"):delete S.attributes.style)}}}}}}),Ss=z(e=>{"use strict";var t=Ze(),{referencesProps:c}=ne();e.name="prefixIds",e.description="prefix IDs";var y=a=>{let l=a.match(/[/\\]?([^/\\]+)$/);return l?l[1]:""},u=a=>a.replace(/[. ]/g,"_"),d=a=>a.startsWith('"')&&a.endsWith('"')||a.startsWith("'")&&a.endsWith("'")?a.slice(1,-1):a,s=(a,l)=>{let g=a(l);return l.startsWith(g)?l:g+l},i=(a,l)=>l.startsWith("#")?"#"+s(a,l.slice(1)):null,r=(a,l,g,f,b,n)=>{if(typeof f=="function"){let o=n.get(a);return o!=null||(o=f(l,g)+b,n.set(a,o)),o}return typeof f=="string"?f+b:f===!1?"":g.path!=null&&g.path.length>0?u(y(g.path))+b:"prefix"+b};e.fn=(a,l,g)=>{let{delim:f="__",prefix:b,prefixIds:n=!0,prefixClassNames:o=!0}=l,m=new Map;return{element:{enter:p=>{let S=v=>r(v,p,g,b,f,m);if(p.name==="style"){if(p.children.length===0)return;let v="";(p.children[0].type==="text"||p.children[0].type==="cdata")&&(v=p.children[0].value);let C=null;try{C=t.parse(v,{parseValue:!0,parseCustomProperty:!1})}catch{return}t.walk(C,h=>{if(n&&h.type==="IdSelector"||o&&h.type==="ClassSelector"){h.name=s(S,h.name);return}if(h.type==="Url"&&h.value.length>0){let w=i(S,d(h.value));w!=null&&(h.value=w)}}),(p.children[0].type==="text"||p.children[0].type==="cdata")&&(p.children[0].value=t.generate(C));return}n&&p.attributes.id!=null&&p.attributes.id.length!==0&&(p.attributes.id=s(S,p.attributes.id)),o&&p.attributes.class!=null&&p.attributes.class.length!==0&&(p.attributes.class=p.attributes.class.split(/\s+/).map(v=>s(S,v)).join(" "));for(let v of["href","xlink:href"])if(p.attributes[v]!=null&&p.attributes[v].length!==0){let C=i(S,p.attributes[v]);C!=null&&(p.attributes[v]=C)}for(let v of c)p.attributes[v]!=null&&p.attributes[v].length!==0&&(p.attributes[v]=p.attributes[v].replace(/url\((.*?)\)/gi,(C,h)=>{let w=i(S,h);return w==null?C:`url(${w})`}));for(let v of["begin","end"])if(p.attributes[v]!=null&&p.attributes[v].length!==0){let C=p.attributes[v].split(/\s*;\s+/).map(h=>{if(h.endsWith(".end")||h.endsWith(".start")){let[w,k]=h.split(".");return`${s(S,w)}.${k}`}return h});p.attributes[v]=C.join("; ")}}}}}}),vs=z(e=>{"use strict";var{querySelectorAll:t}=re();e.name="removeAttributesBySelector",e.description="removes attributes of elements that match a css selector",e.fn=(c,y)=>{let u=Array.isArray(y.selectors)?y.selectors:[y];for(let{selector:d,attributes:s}of u){let i=t(c,d);for(let r of i)if(r.type==="element")if(Array.isArray(s))for(let a of s)delete r.attributes[a];else delete r.attributes[s]}return{}}}),xs=z(e=>{"use strict";e.name="removeAttrs",e.description="removes specified attributes";var t=":",c=`Warning: The plugin "removeAttrs" requires the "attrs" parameter.
219
219
  It should have a pattern to remove, otherwise the plugin is a noop.
220
220
  Config example:
221
221
 
@@ -227,5 +227,5 @@ plugins: [
227
227
  }
228
228
  }
229
229
  ]
230
- `;e.fn=(y,u)=>{if(typeof u.attrs>"u")return console.warn(c),null;let d=typeof u.elemSeparator=="string"?u.elemSeparator:t,s=typeof u.preserveCurrentColor=="boolean"?u.preserveCurrentColor:!1,i=Array.isArray(u.attrs)?u.attrs:[u.attrs];return{element:{enter:r=>{for(let a of i){a.includes(d)===!1?a=[".*",d,a,d,".*"].join(""):a.split(d).length<3&&(a=[a,d,".*"].join(""));let l=a.split(d).map(f=>(f==="*"&&(f=".*"),new RegExp(["^",f,"$"].join(""),"i")));if(l[0].test(r.name))for(let[f,g]of Object.entries(r.attributes)){let b=s&&f=="fill"&&g=="currentColor",n=s&&f=="stroke"&&g=="currentColor";!b&&!n&&l[1].test(f)&&l[2].test(g)&&delete r.attributes[f]}}}}}}}),Cs=z(e=>{"use strict";e.name="removeDimensions",e.description="removes width and height in presence of viewBox (opposite to removeViewBox, disable it first)",e.fn=()=>({element:{enter:t=>{if(t.name==="svg"){if(t.attributes.viewBox!=null)delete t.attributes.width,delete t.attributes.height;else if(t.attributes.width!=null&&t.attributes.height!=null&&Number.isNaN(Number(t.attributes.width))===!1&&Number.isNaN(Number(t.attributes.height))===!1){let c=Number(t.attributes.width),y=Number(t.attributes.height);t.attributes.viewBox=`0 0 ${c} ${y}`,delete t.attributes.width,delete t.attributes.height}}}}})}),ks=z(e=>{"use strict";var{detachNodeFromParent:t}=re();e.name="removeElementsByAttr",e.description="removes arbitrary elements by ID or className (disabled by default)",e.fn=(c,y)=>{let u=y.id==null?[]:Array.isArray(y.id)?y.id:[y.id],d=y.class==null?[]:Array.isArray(y.class)?y.class:[y.class];return{element:{enter:(s,i)=>{if(s.attributes.id!=null&&u.length!==0&&u.includes(s.attributes.id)&&t(s,i),s.attributes.class&&d.length!==0){let r=s.attributes.class.split(" ");for(let a of d)if(r.includes(a)){t(s,i);break}}}}}}}),ws=z(e=>{"use strict";var{visitSkip:t,detachNodeFromParent:c}=re(),{parsePathData:y}=Me(),{intersects:u}=Ie();e.name="removeOffCanvasPaths",e.description="removes elements that are drawn outside of the viewbox (disabled by default)",e.fn=()=>{let d=null;return{element:{enter:(s,i)=>{if(s.name==="svg"&&i.type==="root"){let r="";s.attributes.viewBox!=null?r=s.attributes.viewBox:s.attributes.height!=null&&s.attributes.width!=null&&(r=`0 0 ${s.attributes.width} ${s.attributes.height}`),r=r.replace(/[,+]|px/g," ").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"");let a=/^(-?\d*\.?\d+) (-?\d*\.?\d+) (\d*\.?\d+) (\d*\.?\d+)$/.exec(r);if(a==null)return;let l=Number.parseFloat(a[1]),f=Number.parseFloat(a[2]),g=Number.parseFloat(a[3]),b=Number.parseFloat(a[4]);d={left:l,top:f,right:l+g,bottom:f+b,width:g,height:b}}if(s.attributes.transform!=null)return t;if(s.name==="path"&&s.attributes.d!=null&&d!=null){let r=y(s.attributes.d),a=!1;for(let n of r)if(n.command==="M"){let[o,m]=n.args;o>=d.left&&o<=d.right&&m>=d.top&&m<=d.bottom&&(a=!0)}if(a)return;r.length===2&&r.push({command:"z",args:[]});let{left:l,top:f,width:g,height:b}=d;u([{command:"M",args:[l,f]},{command:"h",args:[g]},{command:"v",args:[b]},{command:"H",args:[l]},{command:"z",args:[]}],r)===!1&&c(s,i)}}}}}}),As=z(e=>{"use strict";var{detachNodeFromParent:t}=re();e.name="removeRasterImages",e.description="removes raster images (disabled by default)",e.fn=()=>({element:{enter:(c,y)=>{c.name==="image"&&c.attributes["xlink:href"]!=null&&/(\.|image\/)(jpe?g|png|gif)/.test(c.attributes["xlink:href"])&&t(c,y)}}})}),Es=z(e=>{"use strict";var{detachNodeFromParent:t}=re(),{attrsGroups:c}=ne();e.name="removeScriptElement",e.description="removes scripts (disabled by default)";var y=[...c.animationEvent,...c.documentEvent,...c.documentElementEvent,...c.globalEvent,...c.graphicalEvent];e.fn=()=>({element:{enter:(u,d)=>{if(u.name==="script"){t(u,d);return}for(let s of y)u.attributes[s]!=null&&delete u.attributes[s]},exit:(u,d)=>{if(u.name==="a"){for(let s of Object.keys(u.attributes))if(s==="href"||s.endsWith(":href")){if(u.attributes[s]==null||!u.attributes[s].trimStart().startsWith("javascript:"))continue;let i=d.children.indexOf(u);d.children.splice(i,1,...u.children);for(let r of u.children)Object.defineProperty(r,"parentNode",{writable:!0,value:d})}}}}})}),Ts=z(e=>{"use strict";var{detachNodeFromParent:t}=re();e.name="removeStyleElement",e.description="removes <style> element (disabled by default)",e.fn=()=>({element:{enter:(c,y)=>{c.name==="style"&&t(c,y)}}})}),Bs=z(e=>{"use strict";e.name="removeXMLNS",e.description="removes xmlns attribute (for inline svg, disabled by default)",e.fn=()=>({element:{enter:t=>{t.name==="svg"&&(delete t.attributes.xmlns,delete t.attributes["xmlns:xlink"])}}})}),Os=z(e=>{"use strict";var{collectStylesheet:t}=fe(),{detachNodeFromParent:c,querySelectorAll:y}=re();e.name="reusePaths",e.description="Finds <path> elements with the same d, fill, and stroke, and converts them to <use> elements referencing a single <path> def.",e.fn=u=>{let d=t(u),s=new Map,i,r=new Set;return{element:{enter:(a,l)=>{if(a.name==="path"&&a.attributes.d!=null){let f=a.attributes.d,g=a.attributes.fill||"",b=a.attributes.stroke||"",n=f+";s:"+b+";f:"+g,o=s.get(n);o==null&&(o=[],s.set(n,o)),o.push(a)}if(i==null&&a.name==="defs"&&l.type==="element"&&l.name==="svg"&&(i=a),a.name==="use")for(let f of["href","xlink:href"]){let g=a.attributes[f];g!=null&&g.startsWith("#")&&g.length>1&&r.add(g.slice(1))}},exit:(a,l)=>{if(a.name==="svg"&&l.type==="root"){let f=i;f==null&&(f={type:"element",name:"defs",attributes:{},children:[]},Object.defineProperty(f,"parentNode",{writable:!0,value:a}));let g=0;for(let b of s.values())if(b.length>1){let n={type:"element",name:"path",attributes:{},children:[]};for(let m of["fill","stroke","d"])b[0].attributes[m]!=null&&(n.attributes[m]=b[0].attributes[m]);let o=b[0].attributes.id;o==null||r.has(o)||d.rules.some(m=>m.selector===`#${o}`)?n.attributes.id="reuse-"+g++:(n.attributes.id=o,delete b[0].attributes.id),Object.defineProperty(n,"parentNode",{writable:!0,value:f}),f.children.push(n);for(let m of b){if(delete m.attributes.d,delete m.attributes.stroke,delete m.attributes.fill,f.children.includes(m)&&m.children.length===0){if(Object.keys(m.attributes).length===0){c(m,f);continue}if(Object.keys(m.attributes).length===1&&m.attributes.id!=null){c(m,f);let p=`[xlink\\:href=#${m.attributes.id}], [href=#${m.attributes.id}]`;for(let S of y(a,p))if(S.type==="element")for(let v of["href","xlink:href"])S.attributes[v]!=null&&(S.attributes[v]="#"+n.attributes.id);continue}}m.name="use",m.attributes["xlink:href"]="#"+n.attributes.id}}f.children.length!==0&&(a.attributes["xmlns:xlink"]==null&&(a.attributes["xmlns:xlink"]="http://www.w3.org/1999/xlink"),i==null&&a.children.unshift(f))}}}}}}),zs=z(e=>{"use strict";e.builtin=[ms(),hs(),gs(),kt(),Fn(),An(),fs(),Tn(),Rn(),Bn(),Pn(),ys(),Gn(),qn(),bs(),jn(),wt(),kn(),Hn(),wn(),Mn(),In(),Ss(),vs(),xs(),vt(),Zn(),Cs(),bt(),Ct(),ks(),Un(),Vn(),Ln(),Wn(),xt(),zn(),ws(),As(),Es(),Ts(),$n(),On(),Kn(),En(),Dn(),_n(),Bs(),St(),Os(),Yn(),Xn()]}),Ds=z(e=>{"use strict";var{parseSvg:t}=ri(),{stringifySvg:c}=ni(),{builtin:y}=zs(),{invokePlugins:u}=yt(),{encodeSVGDatauri:d}=pe(),s={};for(let a of y)s[a.name]=a;var i=a=>{if(typeof a=="string"){let l=s[a];if(l==null)throw Error(`Unknown builtin plugin "${a}" specified.`);return{name:a,params:{},fn:l.fn}}if(typeof a=="object"&&a!=null){if(a.name==null)throw Error("Plugin name should be specified");let l=a.fn;if(l==null){let f=s[a.name];if(f==null)throw Error(`Unknown builtin plugin "${a.name}" specified.`);l=f.fn}return{name:a.name,params:a.params,fn:l}}return null},r=(a,l)=>{if(l==null&&(l={}),typeof l!="object")throw Error("Config should be an object");let f=l.multipass?10:1,g=Number.POSITIVE_INFINITY,b="",n={};l.path!=null&&(n.path=l.path);for(let o=0;o<f;o+=1){n.multipassCount=o;let m=t(a,l.path),p=l.plugins||["preset-default"];if(!Array.isArray(p))throw Error("malformed config, `plugins` property must be an array.\nSee more info here: https://github.com/svg/svgo#configuration");let S=p.filter(C=>C!=null).map(i);S.length<p.length&&console.warn("Warning: plugins list includes null or undefined elements, these will be ignored.");let v={};if(l.floatPrecision!=null&&(v.floatPrecision=l.floatPrecision),u(m,n,S,null,v),b=c(m,l.js2svg),b.length<g)a=b,g=b.length;else break}return l.datauri&&(b=d(b,l.datauri)),{data:b}};e.optimize=r}),_s=require("os"),Fs=require("fs"),{pathToFileURL:Ws}=require("url"),Ae=require("path"),{optimize:Ls}=Ds(),Te=async e=>{let t;if(e.endsWith(".cjs"))t=require(e);else{let{default:c}=await import(Ws(e));t=c}if(t==null||typeof t!="object"||Array.isArray(t))throw Error(`Invalid config file "${e}"`);return t},st=async e=>{try{return(await Fs.promises.stat(e)).isFile()}catch{return!1}},qs=async(e,t=process.cwd())=>{if(e!=null)return Ae.isAbsolute(e)?await Te(e):await Te(Ae.join(t,e));let c=t;for(;;){let y=Ae.join(c,"svgo.config.js");if(await st(y))return await Te(y);let u=Ae.join(c,"svgo.config.mjs");if(await st(u))return await Te(u);let d=Ae.join(c,"svgo.config.cjs");if(await st(d))return await Te(d);let s=Ae.dirname(c);if(c===s)return null;c=s}};exports.loadConfig=qs;var Ps=(e,t)=>{if(t==null&&(t={}),typeof t!="object")throw Error("Config should be an object");return Ls(e,{...t,js2svg:{eol:_s.EOL===`\r
230
+ `;e.fn=(y,u)=>{if(typeof u.attrs>"u")return console.warn(c),null;let d=typeof u.elemSeparator=="string"?u.elemSeparator:t,s=typeof u.preserveCurrentColor=="boolean"?u.preserveCurrentColor:!1,i=Array.isArray(u.attrs)?u.attrs:[u.attrs];return{element:{enter:r=>{for(let a of i){a.includes(d)===!1?a=[".*",d,a,d,".*"].join(""):a.split(d).length<3&&(a=[a,d,".*"].join(""));let l=a.split(d).map(g=>(g==="*"&&(g=".*"),new RegExp(["^",g,"$"].join(""),"i")));if(l[0].test(r.name))for(let[g,f]of Object.entries(r.attributes)){let b=s&&g=="fill"&&f=="currentColor",n=s&&g=="stroke"&&f=="currentColor";!b&&!n&&l[1].test(g)&&l[2].test(f)&&delete r.attributes[g]}}}}}}}),Cs=z(e=>{"use strict";e.name="removeDimensions",e.description="removes width and height in presence of viewBox (opposite to removeViewBox, disable it first)",e.fn=()=>({element:{enter:t=>{if(t.name==="svg"){if(t.attributes.viewBox!=null)delete t.attributes.width,delete t.attributes.height;else if(t.attributes.width!=null&&t.attributes.height!=null&&Number.isNaN(Number(t.attributes.width))===!1&&Number.isNaN(Number(t.attributes.height))===!1){let c=Number(t.attributes.width),y=Number(t.attributes.height);t.attributes.viewBox=`0 0 ${c} ${y}`,delete t.attributes.width,delete t.attributes.height}}}}})}),ks=z(e=>{"use strict";var{detachNodeFromParent:t}=re();e.name="removeElementsByAttr",e.description="removes arbitrary elements by ID or className (disabled by default)",e.fn=(c,y)=>{let u=y.id==null?[]:Array.isArray(y.id)?y.id:[y.id],d=y.class==null?[]:Array.isArray(y.class)?y.class:[y.class];return{element:{enter:(s,i)=>{if(s.attributes.id!=null&&u.length!==0&&u.includes(s.attributes.id)&&t(s,i),s.attributes.class&&d.length!==0){let r=s.attributes.class.split(" ");for(let a of d)if(r.includes(a)){t(s,i);break}}}}}}}),ws=z(e=>{"use strict";var{visitSkip:t,detachNodeFromParent:c}=re(),{parsePathData:y}=Me(),{intersects:u}=Ie();e.name="removeOffCanvasPaths",e.description="removes elements that are drawn outside of the viewbox (disabled by default)",e.fn=()=>{let d=null;return{element:{enter:(s,i)=>{if(s.name==="svg"&&i.type==="root"){let r="";s.attributes.viewBox!=null?r=s.attributes.viewBox:s.attributes.height!=null&&s.attributes.width!=null&&(r=`0 0 ${s.attributes.width} ${s.attributes.height}`),r=r.replace(/[,+]|px/g," ").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"");let a=/^(-?\d*\.?\d+) (-?\d*\.?\d+) (\d*\.?\d+) (\d*\.?\d+)$/.exec(r);if(a==null)return;let l=Number.parseFloat(a[1]),g=Number.parseFloat(a[2]),f=Number.parseFloat(a[3]),b=Number.parseFloat(a[4]);d={left:l,top:g,right:l+f,bottom:g+b,width:f,height:b}}if(s.attributes.transform!=null)return t;if(s.name==="path"&&s.attributes.d!=null&&d!=null){let r=y(s.attributes.d),a=!1;for(let n of r)if(n.command==="M"){let[o,m]=n.args;o>=d.left&&o<=d.right&&m>=d.top&&m<=d.bottom&&(a=!0)}if(a)return;r.length===2&&r.push({command:"z",args:[]});let{left:l,top:g,width:f,height:b}=d;u([{command:"M",args:[l,g]},{command:"h",args:[f]},{command:"v",args:[b]},{command:"H",args:[l]},{command:"z",args:[]}],r)===!1&&c(s,i)}}}}}}),As=z(e=>{"use strict";var{detachNodeFromParent:t}=re();e.name="removeRasterImages",e.description="removes raster images (disabled by default)",e.fn=()=>({element:{enter:(c,y)=>{c.name==="image"&&c.attributes["xlink:href"]!=null&&/(\.|image\/)(jpe?g|png|gif)/.test(c.attributes["xlink:href"])&&t(c,y)}}})}),Es=z(e=>{"use strict";var{detachNodeFromParent:t}=re(),{attrsGroups:c}=ne();e.name="removeScriptElement",e.description="removes scripts (disabled by default)";var y=[...c.animationEvent,...c.documentEvent,...c.documentElementEvent,...c.globalEvent,...c.graphicalEvent];e.fn=()=>({element:{enter:(u,d)=>{if(u.name==="script"){t(u,d);return}for(let s of y)u.attributes[s]!=null&&delete u.attributes[s]},exit:(u,d)=>{if(u.name==="a"){for(let s of Object.keys(u.attributes))if(s==="href"||s.endsWith(":href")){if(u.attributes[s]==null||!u.attributes[s].trimStart().startsWith("javascript:"))continue;let i=d.children.indexOf(u);d.children.splice(i,1,...u.children);for(let r of u.children)Object.defineProperty(r,"parentNode",{writable:!0,value:d})}}}}})}),Ts=z(e=>{"use strict";var{detachNodeFromParent:t}=re();e.name="removeStyleElement",e.description="removes <style> element (disabled by default)",e.fn=()=>({element:{enter:(c,y)=>{c.name==="style"&&t(c,y)}}})}),Bs=z(e=>{"use strict";e.name="removeXMLNS",e.description="removes xmlns attribute (for inline svg, disabled by default)",e.fn=()=>({element:{enter:t=>{t.name==="svg"&&(delete t.attributes.xmlns,delete t.attributes["xmlns:xlink"])}}})}),Os=z(e=>{"use strict";var{collectStylesheet:t}=fe(),{detachNodeFromParent:c,querySelectorAll:y}=re();e.name="reusePaths",e.description="Finds <path> elements with the same d, fill, and stroke, and converts them to <use> elements referencing a single <path> def.",e.fn=u=>{let d=t(u),s=new Map,i,r=new Set;return{element:{enter:(a,l)=>{if(a.name==="path"&&a.attributes.d!=null){let g=a.attributes.d,f=a.attributes.fill||"",b=a.attributes.stroke||"",n=g+";s:"+b+";f:"+f,o=s.get(n);o==null&&(o=[],s.set(n,o)),o.push(a)}if(i==null&&a.name==="defs"&&l.type==="element"&&l.name==="svg"&&(i=a),a.name==="use")for(let g of["href","xlink:href"]){let f=a.attributes[g];f!=null&&f.startsWith("#")&&f.length>1&&r.add(f.slice(1))}},exit:(a,l)=>{if(a.name==="svg"&&l.type==="root"){let g=i;g==null&&(g={type:"element",name:"defs",attributes:{},children:[]},Object.defineProperty(g,"parentNode",{writable:!0,value:a}));let f=0;for(let b of s.values())if(b.length>1){let n={type:"element",name:"path",attributes:{},children:[]};for(let m of["fill","stroke","d"])b[0].attributes[m]!=null&&(n.attributes[m]=b[0].attributes[m]);let o=b[0].attributes.id;o==null||r.has(o)||d.rules.some(m=>m.selector===`#${o}`)?n.attributes.id="reuse-"+f++:(n.attributes.id=o,delete b[0].attributes.id),Object.defineProperty(n,"parentNode",{writable:!0,value:g}),g.children.push(n);for(let m of b){if(delete m.attributes.d,delete m.attributes.stroke,delete m.attributes.fill,g.children.includes(m)&&m.children.length===0){if(Object.keys(m.attributes).length===0){c(m,g);continue}if(Object.keys(m.attributes).length===1&&m.attributes.id!=null){c(m,g);let p=`[xlink\\:href=#${m.attributes.id}], [href=#${m.attributes.id}]`;for(let S of y(a,p))if(S.type==="element")for(let v of["href","xlink:href"])S.attributes[v]!=null&&(S.attributes[v]="#"+n.attributes.id);continue}}m.name="use",m.attributes["xlink:href"]="#"+n.attributes.id}}g.children.length!==0&&(a.attributes["xmlns:xlink"]==null&&(a.attributes["xmlns:xlink"]="http://www.w3.org/1999/xlink"),i==null&&a.children.unshift(g))}}}}}}),zs=z(e=>{"use strict";e.builtin=[ms(),hs(),gs(),kt(),_n(),An(),fs(),Tn(),Nn(),Bn(),Pn(),ys(),Gn(),qn(),bs(),jn(),wt(),kn(),Hn(),wn(),Mn(),In(),Ss(),vs(),xs(),vt(),Zn(),Cs(),bt(),Ct(),ks(),Un(),Vn(),Ln(),Wn(),xt(),zn(),ws(),As(),Es(),Ts(),$n(),On(),Kn(),En(),Dn(),Fn(),Bs(),St(),Os(),Yn(),Xn()]}),Ds=z(e=>{"use strict";var{parseSvg:t}=ri(),{stringifySvg:c}=ni(),{builtin:y}=zs(),{invokePlugins:u}=yt(),{encodeSVGDatauri:d}=pe(),s={};for(let a of y)s[a.name]=a;var i=a=>{if(typeof a=="string"){let l=s[a];if(l==null)throw Error(`Unknown builtin plugin "${a}" specified.`);return{name:a,params:{},fn:l.fn}}if(typeof a=="object"&&a!=null){if(a.name==null)throw Error("Plugin name should be specified");let l=a.fn;if(l==null){let g=s[a.name];if(g==null)throw Error(`Unknown builtin plugin "${a.name}" specified.`);l=g.fn}return{name:a.name,params:a.params,fn:l}}return null},r=(a,l)=>{if(l==null&&(l={}),typeof l!="object")throw Error("Config should be an object");let g=l.multipass?10:1,f=Number.POSITIVE_INFINITY,b="",n={};l.path!=null&&(n.path=l.path);for(let o=0;o<g;o+=1){n.multipassCount=o;let m=t(a,l.path),p=l.plugins||["preset-default"];if(!Array.isArray(p))throw Error("malformed config, `plugins` property must be an array.\nSee more info here: https://github.com/svg/svgo#configuration");let S=p.filter(C=>C!=null).map(i);S.length<p.length&&console.warn("Warning: plugins list includes null or undefined elements, these will be ignored.");let v={};if(l.floatPrecision!=null&&(v.floatPrecision=l.floatPrecision),u(m,n,S,null,v),b=c(m,l.js2svg),b.length<f)a=b,f=b.length;else break}return l.datauri&&(b=d(b,l.datauri)),{data:b}};e.optimize=r}),Fs=require("os"),_s=require("fs"),{pathToFileURL:Ws}=require("url"),Ae=require("path"),{optimize:Ls}=Ds(),Te=async e=>{let t;if(e.endsWith(".cjs"))t=require(e);else{let{default:c}=await import(Ws(e));t=c}if(t==null||typeof t!="object"||Array.isArray(t))throw Error(`Invalid config file "${e}"`);return t},st=async e=>{try{return(await _s.promises.stat(e)).isFile()}catch{return!1}},qs=async(e,t=process.cwd())=>{if(e!=null)return Ae.isAbsolute(e)?await Te(e):await Te(Ae.join(t,e));let c=t;for(;;){let y=Ae.join(c,"svgo.config.js");if(await st(y))return await Te(y);let u=Ae.join(c,"svgo.config.mjs");if(await st(u))return await Te(u);let d=Ae.join(c,"svgo.config.cjs");if(await st(d))return await Te(d);let s=Ae.dirname(c);if(c===s)return null;c=s}};exports.loadConfig=qs;var Ps=(e,t)=>{if(t==null&&(t={}),typeof t!="object")throw Error("Config should be an object");return Ls(e,{...t,js2svg:{eol:Fs.EOL===`\r
231
231
  `?"crlf":"lf",...t.js2svg}})};exports.optimize=Ps;